/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2024 | 09:11:36 */
@charset "utf-8";
* {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}
.font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html {
	/* overflow-x: hidden; */
}
html.js {
    margin-right: 0 !important;
}
body {
    color: #4d4d4d;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    font-weight: bold;
}
section {
    padding: 100px 0;
}
a {
    display: block;
}
a:hover, a:active {
    color: #009b95;
}
.bg-light-gray {
    background-color: #f6f6f6;
}
.ofi img {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover;'; /* IE・Edge対応 */
  height:200px !important;
  width: 100% !important;
}
.gray {
    color: #a9a9a9;
}
li.active a.li_list {
  color: #009b95 !important;
}


/* top slider */
.swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-family: "ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
    font-weight: 500;
}
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #009b95;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: #009b95;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .8;
}
.swiper-container .swiper-slide img {
    width: 100%;
}
.slider_in {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.slider_in img {
    max-width: 390px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.slider_in .btn.btn-dark-gray {
    background: #009b95;
    border-color: #009b95;
}
.slider_in .btn.btn-extra-large {
    font-size: 15px;
    padding: 5px 70px 5px 65px;
    line-height: 2;
    letter-spacing: 3px;
    position: relative;
}
.slider_in .btn.btn-extra-large::after {
    position: absolute;
    content: "\02192";
    right: 5px;
    top: 0;
    z-index: 2;
    font-size: 20px;
}
.slider_in .btn.btn-dark-gray:hover,
.slider_in .btn.btn-dark-gray:focus {
    color: #009b95;
    background: #fff;
    border-color: #fff;
}

/* header */
.container-fluid.top_bar {
    display: flex;
    float: left;
    padding: 0 50px;
    background: #009b95;
    height: 40px;
    position: absolute;
}
header.sticky nav.navbar {
    position: fixed;
    top: 0;
    margin-top: 0;
}
section.slidearea {
    padding: 0;
    overflow: visible;
    padding-top: 112px !important;
}
.navbar-top {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    margin-top: 40px;
}
.sticky .navbar-top {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    padding: 26px 0 26px;
}
.container-fluid.top_bar .float_l {
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
}
.container-fluid.top_bar .float_l img {
    padding-right: 10px;
}
.container-fluid.top_bar .float_r {
    text-align: right;
}
.container-fluid.top_bar .float_r a:hover {
  opacity: .8;
}
.container-fluid.top_bar .float_r img {
    max-height: 40px;
}
.simple-dropdown .dropdown-menu {
    background: #27a9a2;
}
.simple-dropdown .dropdown-menu > li > a {
    color: #fff;
    font-weight: bold;
}

/* title */
.title_en {
    display: block;
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 15px;
}
.title_ja {
    font-size: 24px;
    color: #009b95;
    letter-spacing: 3px;
}
.title_ja.text-outside-line-full::after {
    content: none;
}
.title_ja.text-outside-line-full::before {
    content: "";
    position: absolute;
    bottom: -25px;
        top: auto;
    height: 2px;
    width: 60px;
    display: block;
    border-bottom: 2px solid;
    margin-right: 0;
    opacity: .3;
    left: calc(50% - 30px);
}
.title02 .title_ja {
    color: #006eb3;
}

.page_header {
    background-position: center left !important;
    background-repeat: no-repeat !important;
	/* background-size: 100% !important; */
    background-size: cover !important;
}

/* news */
section.news img {
    width: 100%;
}
section.news .col-12 {
    border: 2px solid #009b95;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
    background: #fff;
    padding: 0;
    min-height: 200px;
}
.news02 {
    max-height: 300px;
    overflow-y: scroll;
    width: 100%;
}
.news-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 10px 30px;
}
.news-day {
    padding-right: 30px;
    color: #009b95;
}
.news-text {
    text-align: justify;
}
.news01 .title_ja.text-outside-line-full::before {
    content: none;
}
.news01 .last-paragraph-no-margin {
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news01 .last-paragraph-no-margin p {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
}

/* rent new */
.bg_img01 {
  background-image: url(/app/uploads/sites/1175/2024/04/moyou_1.png),url(/app/uploads/sites/1175/2024/04/moyou_2.png),url(/app/uploads/sites/1175/2024/04/moyou_1.png),url(/app/uploads/sites/1175/2024/04/moyou_2.png);
  background-position: top -2px left,bottom -2px left,top -2px right,bottom -2px right;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: 20%,20%,20%,20%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    height: 10px;
    background: #ccc;
    width: 10px;
    margin: 5px;
    border-radius: 5px;
}
.owl-page.active {
    background: #009b95;
}
.owl-pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.col-lg-12.aaaa {
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    overflow-y: visible;
    padding: 0 7.5px;
}
.owl-item .col-md-12.item {
    padding: 0 7.5px;
}

.team-intro.light-txt {
    border: 2px solid #f6f6f6;
    border-top: none;
    padding: 15px;
    margin: 1px;
    margin-top: 0px;
    font-weight: bold;
    background: #fff;
}
div#testimonial-3-1 .team-intro.light-txt {
    border: none;
}
div#testimonial-3-1 .text-extra-green {
    color: #006eb3;
}
div#testimonial-3-1 .owl-page.active {
    background: #006eb3;
}
.team-img>p {
    margin: 0;
    position: relative;
}
.team-img>p span {
    position: absolute;
    background: #009b95;
    color: #fff;
    padding: 5px 10px;
    z-index: 10;
    left: 0;
    bottom: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 3px;
}
div#testimonial-3-1 .team-img>p span {
    background: #006eb3;
}
.team-intro.team-intro2 {
    margin: 0;
    border: 2px solid #fff;
}
.team-intro p {
    margin: 0;
    margin-bottom: 10px;
}
.team-intro table,
.team-intro tbody {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.team-intro tbody tr {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.team-intro tbody tr td:first-child {
    width: 50px;
    vertical-align: top;
    color: #f3ab1c;
}



/* banners */
.banner p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 21px;
    color: #fff;
    letter-spacing: 3px;
    z-index: 1;
    font-weight: bold;
}
.banner p span {
    display: block;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #009b95;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.banner figure:hover span {
    border-bottom: 1px solid #fff;
}
.bg-deep-green {
    background-color: #009b95;
}

.top06 .sp,
.top06 .md {
  display: none;
}

/* company */
.text-extra-grey {
  color: #b2b2b2;
}
.text-extra-grey2 {
  color: #4d4d4d;
}
.text-extra-green {
  color: #009b95;
}
.text-extra-green2 {
  color: #51c3b5;
}
.text-extra-ao {
  color: #006eb3;
}
.company .textarea1 {
  font-size: 14px;
}
.company .textarea2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.13em;
}
.company .textarea3 {
  color: #4d4d4d !important;
  text-align: justify;
  margin-top: 10px;
}
.bg_img02 {
  background-image: url(/app/uploads/sites/1175/2024/04/moyou_2.png),url(/app/uploads/sites/1175/2024/04/moyou_2.png);
  background-position: bottom -2px left,bottom -2px right;
  background-repeat: no-repeat,no-repeat;
  background-size: 20%,20%;
}

/* footer */
footer a {
    display: inline-block;
}
.bg-green-footer {
  background: #009b95;
  color: #fff;
}
.scroll-top-arrow,
.scroll-top-arrow:focus {
    background: #51c3b5;
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 20px;
}
.scroll-top-arrow:hover {
    background: #51c3b5;
}
footer .border-right {
    border-right: 1px dashed #ddd!important;
}
footer .border-color-medium-dark-gray {
    border-color: #ddd !important;
}
footer .text-extra-green2 a {
    color: #51c3b5;
}
footer ul li a,
footer ul li,
.footer-widget-area p {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  color: #4d4d4d;
}
.footer-widget-area .text-extra-green {
    font-size: 15px;
    margin-bottom: 30px;
}
.footer-widget-area ul li.text-extra-green2 {
    margin-top: 15px;
}
.footer-widget-area ul li.text-extra-green2:first-child {
    margin-top: 0;
}
footer .col-lg-3:nth-child(2) ul li a,
footer .col-lg-3:nth-child(3) ul li a  {
  position: relative;
}
footer .col-lg-3:nth-child(2) ul li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    height: 1px;
    width: 5px;
    display: block;
    border-bottom: 2px solid;
    right: 100%;
    margin-right: 10px;
    opacity: .7;
}
footer .col-lg-3:nth-child(3) ul li a::before {
    content: "\03e";
    position: absolute;
    top: -1px;
    height: 18px;
    width: 5px;
    display: block;
    right: 100%;
    margin-right: 10px;
    opacity: .7;
    font-weight: bold;
}
.footer-logo {
    max-height: 32px;
}



/* vison */
.vision00 .row {
    align-items: center;
}
.block_sp {
  display: none;
}
section.header_space.kasoupage {
    overflow: visible;
    padding: 0;
    padding-top: 112px !important;
}
.page_header h1 {
  margin-top: 15px;
}
.page_header h1,
.page_header span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.vision00.company img {
    width: 100%;
}
.vision00.company .textarea2,
.vision00.company .textarea3 {
    text-align: justify;
    line-height: 2.4;
    font-size: 20px;
}
section.vision01 {
    padding: 60px 0;
}
section.vision01 .title_en,
section.vision01 .title_ja {
  color: #fff;
}
section.vision01 p.title {
  margin-bottom: 0;
}
section.vision01 .title_ja.text-outside-line-full::before {
  content: none;
}
.vision02 {
  padding-top: 0 !important;
}
.vision02 .sp,
.vision03 .sp {
  display: none;
}
.vision02 p.text_s,
.vision03 p.text_s {
    text-align: right;
    font-size: 13px;
    margin: 0;
}
.vision02 span,
.vision03 span {
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 22px;
}
.vision02 .text-extra-green,
.vision03 .text-extra-green {
    margin-bottom: 15px;
    line-height: 2;
    font-size: 22px;
    letter-spacing: 5px;
    text-align: justify;
}
.vision02 .textarea3,
.vision03 .textarea3 {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.2em;
}
.vision03 .col-md-8 {
    padding-left: 40px;
}
.vision02 .col-md-8 {
    padding-right: 40px;
}


/* company history */
.company.company00 .sp,
.company.company00 .md {
    display: none;
}
.company.company01 {
    padding-bottom: 0;
}
.company.company01 .row:last-child {
    align-items: center;
}
.company.company01 .row:last-child p {
    margin: 0;
    line-height: 2.4;
    text-align: justify;
    letter-spacing: 2px;
    padding-left: 40px;
}
.company.company01 .row:last-child img {
    padding-right: 40px;
    width: 100%;
}
.company02 tbody tr td a {
    display: inline-block;
    background: #009b95;
    color: #fff;
    text-align: center;
    padding: 1px 13px;
    margin-left: 30px;
    border: 2px solid #009b95;
}
.company02 tbody tr td a:hover {
    border: 2px solid #009b95;
    color: #009b95;
    background: #fff;
}
.history {
  background-image: url(/app/uploads/sites/1175/2024/04/moyou_3.png),url(/app/uploads/sites/1175/2024/04/moyou_3.png);
  background-position: bottom -2px left,bottom -2px right,center;
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: 20%,20%,100%;
  background-color: #009b95;
}
.history .title span {
  color: #fff;
}
p.history_midashi,
p.history_text {
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
}
p.history_midashi {
  font-size: 20px;
}
p.history_text {
  text-align: justify;
}
.company table,
.company tbody,
.company tbody tr {
    display: block;
    width: 100%;
}
.company tbody tr td:first-child {
    vertical-align: top;
    width: 200px;
    background: #f6f6f6;
}

.company tbody {
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
}
.company tbody tr td {
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    display: block;
    width: 100%;
    padding: 15px 25px;
    line-height: 2;
    color: #666;
}
.company tbody tr {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: justify;
}
.company02 tbody tr.sp {
    display: none;
}
#map { height: 350px; width: 100%}
.company02 tbody tr .block_sp {
    display: none;
}
#gistory {
  position: absolute;
  width: 100%;
  height: 0;
  margin-top: -60px;
  padding-top: 60px;
}


/* recruit */
.recruit00 .textarea3 {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 3px;
}
.recruit00 {
    padding-bottom: 80px;
}
.recruit01 a {
  display: inline-block;
}
.recruit01 a:hover {
  opacity: .9;
}
.recruit01 .md,
.recruit01 .sp {
  display: none;
}
.recruit01 .banner p span {
    display: inline-block;
    border-bottom: 2px solid #bde2e0;
}

/* Rental meeting room */
.green {
  color: #009b95;
}
.meetingroom00 .textarea3:last-child {
    margin-top: 20px;
}
.meetingroom00 .textarea3:last-child a {
    margin-top: 40px;
}
.meetingroom00 .btn.btn-dark-gray,
.meetingroom02 .btn.btn-dark-gray {
    background: #009b95;
    border-color: #009b95;
}
.meetingroom00 .btn.btn-extra-large,
.meetingroom02 .btn.btn-extra-large {
    font-size: 15px;
    padding: 5px 70px 5px 65px;
    line-height: 2;
    letter-spacing: 3px;
    position: relative;
}
.meetingroom02 .btn.btn-extra-large {
    padding: 5px 40px 5px 25px;
    margin-top: 15px;
    margin-left: 0;
}
.meetingroom00 .btn.btn-extra-large::after,
.meetingroom02 .btn.btn-extra-large::after {
    position: absolute;
    content: "\02192";
    right: 5px;
    top: 0;
    z-index: 2;
    font-size: 20px;
}
.meetingroom00 .btn.btn-dark-gray:hover, .meetingroom00 .btn.btn-dark-gray:focus,
.meetingroom02 .btn.btn-dark-gray:hover, .meetingroom02 .btn.btn-dark-gray:focus {
    color: #009b95;
    background: #fff;
    border-color: #009b95;
}
.meetingroom01 {
  background: #f6f6f6;
}
.meetingroom01 .container {
    margin-top: 80px;
}
.meetingroom01 .team-style-1 figure .team-image img {
    width: 100%;
}
.meetingroom01 .textarea3 {
    font-weight: bold;
}
.meetingroom02 .row.flex-start {
    align-items: flex-start;
}
.meetingroom02 .row.flex-start .col-md-3 {
    margin-top: 60px;
}
.meetingroom02 .gray {
    letter-spacing: 2px;
    text-align: justify;
    display: block;
    color: #4d4d4d;
}
.meetingroom02 .gray1 {
    display: flex;
}
.meetingroom02 .gray1 p .gray {
    display: block;
    letter-spacing: 1px;
}
.meetingroom02 .gray1 p {
    margin-bottom: 15px;
}
.meetingroom02 .gray1 p .gray2 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    line-height: 1;
}
.meetingroom02 .gray1 p:first-child {
    display: inline-block;
    padding-right: 30px;
    width: 75px;
}
.meetingroom02 .gray1 p:first-child img {
    vertical-align: text-top;
    width: 100%;
}
.meetingroom02 .gray {
    letter-spacing: 2px;
    text-align: justify;
    display: block;
}
.meetingroom04 {
    background-color: #009b95;
    padding: 60px 0;
}
.meetingroom04 p.history_text {
    line-height: 2.4;
    letter-spacing: 2px;
}
.meetingroom05 .row {
    width: calc(100% /2);
    display: block;
    vertical-align: top;
    margin: 0;
}
.meetingroom05 .sp{
  display: none;
}
.meetingroom05 .container {
    display: flex;
    justify-content: space-between;
}
.meetingroom05 .row:first-child>div {
    padding-left: 0;
}
.meetingroom05 .row:last-child>div {
    padding-right: 0;
}
.meetingroom05 .title_ja.text-outside-line-full::before {
    left: 0;
    bottom: -22px;
}
.meetingroom05 .title_ja {
    line-height: 1.6;
}
.meetingroom05 .title_en {
    margin-bottom: 10px;
}
.meetingroom05 .text-extra-grey2.textarea3 {
    margin-top: 20px;
    letter-spacing: 1px;
}
.meetingroom05 .text-extra-grey2.textarea3 .gray {
    display: block;
}
.meetingroom05 .banner p {
    font-size: 16px;
    letter-spacing: 1px;
}
.meetingroom05 .banner p span {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.meetingroom05 .team-style-1.banner.banner02 {
    margin-top: 20px;
}
.meetingroom05 .row:first-child {
    margin-right: 0;
}
.meetingroom05 .row:last-child {
    margin-left: 0;
}
.meetingroom05 .row:first-child .text-extra-grey2.textarea3:last-child>a {
    display: inline-block !important;
    pointer-events: none;
    font-weight: bold;
    line-height: 2;
    color: #4d4d4d;

}
.meetingroom05 .row:first-child .text-extra-grey2.textarea3:last-child>a {
    display: inline-block !important;
    pointer-events: none;
    font-weight: bold;
    line-height: 2;
    color: #4d4d4d;

}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    background: transparent;
    width: 35px;
    z-index: 10000;
    cursor: pointer !important;
}


/* list */
.list00 .textarea3 p,
.list00 .textarea3 {
    text-align: justify !important;
    letter-spacing: 2px;
}
.list00 .textarea3 p {
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-size: 16px;
}
.list00 .textarea3 {
    margin-bottom: 80px;
}
.list00 .col-4:nth-child(4) .textarea3,
.list00 .col-4:nth-child(5) .textarea3,
.list00 .col-4:last-child .textarea3 {
  margin-bottom: 0;
}
.list00 .team-style-1 figure figcaption {
    margin-top: 18px;
}

.block_1199 {
  display: none;
}
.list_detail00 .team-image {
    text-align: center;
}
.list_detail00 .team-image img {
    max-width: 100px;
}
.list_detail00.list00 .team-style-1 figure figcaption {
    margin-top: 70px;
}
.list_detail00.list00 .col-3.team-style-1 figure figcaption {
    margin-top: 20px;
}
.list_detail00.list00 .col-12 img {
    width: 100%;
    max-width: none;
}
.list_detail00 .col-8 figure {
    border-left: 1px solid #009b95;;
    padding-left: 30px;
}
.list_detail00 .col-8 .textarea3 {
    line-height: 2;
    letter-spacing: 0.15em;
}
.list_detail00 .col-3 .textarea3 p,
.list_detail00 .col-3 .textarea3 {
    text-align: center !important;
}
.list_detail00 .col-3 .textarea3 {
    font-size: 15px;
    margin: 0;
}
.list_detail00 .col-3 .textarea3 p,
.list_detail00 .col-4 .textarea3 p {
    font-size: 18px;
    letter-spacing: 0.15em;
}

@media (max-width: 1199px) {
.container-fluid.top_bar {
    padding: 0;
}
.meetingroom05 .banner p {
    width: 70%;
}
.company tbody tr td {
    padding: 15px 20px;
}
.news02 {
    max-height: 200px;
}
.block_1199 {
  display: block;
}

.vision02 .text-extra-green, .vision03 .text-extra-green,
.vision02 span, .vision03 span {
    font-size: 20px;
    letter-spacing: 0.2em;
}
.vision02 .textarea3, .vision03 .textarea3 {
    letter-spacing: 0.15em;
}

}

@media (max-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul li a {
      font-size: 12px;
  }
  .navbar-nav > li.dropdown > .fas {
      padding: 10px 15px 6px;
      width: 100%;
      text-align: right;
  }
  nav.navbar.navbar-default ul.nav > li > a {
      padding: 12px 15px;
  }
  .slider_in img {
      max-width: 290px;
  }
.container-fluid.top_bar .float_l {
    padding-left: 0;
}
.container-fluid.top_bar .float_r {
    padding-right: 0;
}
.col-3.float_r {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.col-7.float_l {
    -ms-flex: 0 0 55.333333%;
    flex: 0 0 55.333333%;
    max-width: 55.333333%;
}
.container-fluid.top_bar .float_l img {
    width: 20px;
    padding-right: 5px;
}
.container-fluid.top_bar .float_r a {
    background: #008981;
    height: 40px;
}

.container-fluid.top_bar {
    padding-left: 24px;
    padding-right: 24px;
}
.col-3.float_l {
    padding-left: 0;
}
.col-4.float_r {
    padding-right: 0;
}
p.title {
    margin: 0 0 26px;
}
.title00 .margin-70px-bottom {
    margin-bottom: 40px;
}
section {
    padding: 80px 0;
}
.recruit00 {
    padding-bottom: 60px;
}
.swiper-container .swiper-slide>img {
    min-height: 400px;
    object-fit: cover;
}
.footer-widget-area .col-lg-3,
.footer-widget-area .col-lg-3 li a,
.footer-widget-area .col-lg-3 li,
.footer-widget-area .text-extra-green {
    text-align: justify;
}
footer .col-lg-3:nth-child(2) ul li a,
footer .col-lg-3:nth-child(3) ul li a {
    margin-left: 15px;
}
.footer-widget-area .text-extra-green {
    margin-bottom: 10px;
}
.footer-widget-area ul li.text-extra-green2 {
  margin-top: 10px;
}
.footer-widget-area .col-lg-3:nth-child(2),
.footer-widget-area .col-lg-3:nth-child(3) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-widget-area .col-lg-3:nth-child(2) {
  border-right: none !important;
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    padding: 9px 15px 8px;
}
nav.navbar.bootsnav .navbar-nav {
    background-color: #585858;
}
nav.navbar.navbar-default ul.nav > li > a {
    border-color: #27a9a2 !important;
    background: #27a9a2 !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: solid 1px #27a9a2;
    border-top: solid 1px #27a9a2;
}
nav.navbar.bootsnav .navbar-nav li,
nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
    border-bottom: 1px solid #4bb5af;
}
.navbar-nav > li.dropdown > .fas {
    font-style: normal;
    font-weight: bold;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
    background-color: #019b95 !important;
    padding: 0 !important;
}
nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown.show ul.dropdown-menu li > a.dropdown-toggle {
    border-bottom: none;
    padding: 7px 30px;
    left: 0;
}
nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown {
    margin: 5px 0;
}
.meetingroom05 .sp{
  display: block;
}
.meetingroom05 .pc{
  display: none;
}
.meetingroom01 .container {
    margin-top: 60px;
}
.meetingroom02 .row.flex-start .col-md-3 {
    margin-top: 40px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.meetingroom02 .btn.btn-extra-large {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.meetingroom02 .gray1 p:first-child {
    padding-right: 15px;
    width: 50px;
}
.meetingroom04 p.history_text br {
    display: none;
}
.meetingroom04 p.history_text {
    text-align: justify !important;
}
.meetingroom05 .banner p {
    letter-spacing: 0px;
}
.meetingroom05 .row:first-child>div:first-child,
.meetingroom05 .row:last-child>div:first-child {
    margin-bottom: 40px;
}
.top06 .md {
  display: block;
}
.top06 .pc,
.top06 .sp {
  display: none;
}
.meetingroom00 .textarea3:last-child a {
    margin-top: 20px;
    margin-left: 0 !important;
}
.company.company00 .md {
    display: block;
}
.company.company00 .pc,
.company.company00 .sp {
    display: none;
}

.vision00.company .textarea2 {
    line-height: 2;
    font-size: 17px;
    letter-spacing: 1px;
}
.vision02 .pc,
.vision03 .pc {
  display: none;
}
.vision02 .sp,
.vision03 .sp {
  display: block;
}
.vision02 .md-padding-15px-lr,
.vision03 .md-padding-15px-lr {
    padding-top: 30px;
    padding-bottom: 60px;
}
.vision02 .col-12.col-md-12,
.vision03 .col-12.col-md-12 {
    margin: 0;
}
.vision02 .margin-20px-top,
.vision03 .margin-20px-top {
    margin-top: 0;
}
.list00 .textarea3 p {
    letter-spacing: 2px;
}
.list00 .textarea3 {
    letter-spacing: 1px;
    font-size: 13px;
}
.list00 .textarea3 {
    margin-bottom: 60px;
}

.list_detail00 .col-3 .textarea3 p,
.list_detail00 .col-4 .textarea3 p {
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.list_detail00 .col-3 .textarea3 {
    font-size: 14px;
}
.list_detail00.list00 .team-style-1 figure figcaption {
    margin-top: 40px;
}

.vision03 .col-md-8 {
    padding-left: 15px;
}
.vision02 .col-md-8 {
    padding-right: 15px;
}
.vision02 .text-extra-green, .vision03 .text-extra-green,
.vision02 span, .vision03 span {
    line-height: 1.8;
}
.company .textarea2 {
  letter-spacing: 0.1em;
}
}


@media (max-width: 840px) {
  .col-7.float_l {
    display: none;
  }
  .container-fluid.top_bar .float_l img {
      width: 25px;
      padding-right: 10px;
  }
  .container-fluid.top_bar .float_l,
  .col-3.float_r {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .container-fluid.top_bar .float_r a {
      height: 40px;
      display: inline-block;
  }
}


@media (max-width: 768px) {
.bg_img01 {
  background-size: 25%,25%,25%,25%;
}
.bg_img02 {
    background-size: 25%,25%;
}

.meetingroom02 .row.flex-start .col-md-3 {
    margin-top: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.meetingroom02 .gray1 p {
    margin-bottom: 10px;
}
.meetingroom05 .container {
    display: block;
    justify-content: space-between;
}
.meetingroom05 .row {
    width: 100%;
    display: block;
}
.meetingroom05 .row:first-child .text-extra-grey2.textarea3:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.meetingroom05 .row:first-child>div,
.meetingroom05 .row:last-child>div {
    padding-left: 0;
    padding-right: 0;
}
.meetingroom05 .row:last-child>div:first-child {
  margin-top: 60px;
}
.meetingroom05 .title_ja br {
  display: none;
}
.meetingroom05 .team-style-1.banner.banner02 {
    margin-top: 20px;
    width: 49%;
    display: block;
}
.meetingroom05 .banner p {
    font-size: 14px;
}
.company.company01 .row:last-child p,
.company.company01 .row:last-child img {
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
}

}

@media (max-width: 767px) {
  .container-fluid.top_bar {
      padding-left: 15px;
      padding-right: 15px;
      display: none;
  }
  .slider_in img {
      max-width: 240px;
  }
  .navbar-top {
      margin-top: 0;
  }
  section.slidearea,
  section.header_space.kasoupage {
      padding-top: 66px !important;
  }
  section.news .col-12 {
      display: block;
      min-height: 0;
  }
  .news01 .last-paragraph-no-margin {
      height: 100%;
      width: 100%;
      display: block;
      justify-content: center;
      align-items: center;
  }
  .news01 .last-paragraph-no-margin p {
      padding: 15px 0;
      border-right: none;
  }
  .title00 .title_ja,
  .news01 .title_ja,
  section.vision01 .title_ja {
      font-size: 20px;
  }
  .title00 .title_en,
  .news01 .title_en,
  section.vision01 .title_en {
    font-size: 14px;
  }
  .news01 .title_en {
    margin-bottom: 5px;
  }
  .vision02 .margin-six-bottom {
      margin-bottom: 0;
  }
  .vision02 .margin-20px-top {
    margin-top: 0;
  }
  .title_ja.text-outside-line-full::before {
    bottom: -24px;
  }
  .banner.padding-5px-left:first-child {
      padding-bottom: 5px;
  }
  .company .col-4 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .company .col-4:last-child {
      margin-bottom: 0;
  }
  .footer-widget-area .col-lg-3:nth-child(2) {
    border-right: 1px dashed #ddd!important;
  }
  .footer-widget-area .col-lg-3:nth-child(1),
  .footer-widget-area .col-lg-3:nth-child(3) {
    border-right: none !important;
  }
  .banner p {
      font-size: 20px;
      letter-spacing: 2px;
  }
  .banner p span {
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 8px;
      padding-bottom: 8px;
  }
  .recruit00 .textarea3 {
      letter-spacing: 0.05em;
      text-align: justify !important;
  }
  .recruit00 .textarea3 br {
      display: none;
  }
  .meetingroom00.vision00 .row .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .meetingroom00.vision00 .row .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .meetingroom00 .btn.btn-extra-large {
      padding: 5px 50px 5px 45px;
  }
  .meetingroom01 .col-4:nth-child(odd),
  .meetingroom01 .col-6:nth-child(odd) {
      padding-right: 7.5px;
  }
  .meetingroom01 .col-4:nth-child(even),
  .meetingroom01 .col-6:nth-child(even) {
      padding-left: 7.5px;
  }
  .meetingroom02 .row.flex-start .col-6 {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .meetingroom02 .row.flex-start .col-6:nth-child(2) {
    margin-bottom: 0;
  }
  .meetingroom05 .banner p {
      width: 75%;
  }
  .meetingroom04 .col-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .company tbody tr td {
      font-size: 13px;
  }
  p.history_text {
      text-align: justify !important;
  }
  .news02 {
      max-height: 130px;
  }

  .vision00 .sm-margin-five-bottom {
      margin-bottom: 30px;
  }
  .vision00.company .textarea2 {
      font-size: 18px;
      letter-spacing: 3px;
      text-align: center;
  }
  .list00 .block_1199 {
    display: none;
  }
  .list00 .textarea3 p {
      letter-spacing: 0.02em;
      font-size: 15px;
  }
  .list00 .textarea3 {
      margin-bottom: 40px;
  }
  .list_detail00 .col-3 .textarea3 {
      letter-spacing: 0;
  }
  .list_detail00 .col-3 .textarea3 p, .list_detail00 .col-4 .textarea3 p {
      font-size: 16px;
  }
  .vision02 .block_sp,
  .vision03 .block_sp {
      display: block;
  }
  .vision02 .block_pc,
  .vision03 .block_pc {
      display: none;
  }
}


@media (max-width: 640px) {
.banner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner p {
    top: 55%;
}
.page_header {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.meetingroom05 .banner p {
    font-size: 15px;
    letter-spacing: 1px;
    width: 65%;
}
.meetingroom05 .team-style-1.banner.banner02 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.meetingroom05 .row:first-child .text-extra-grey2.textarea3:last-child {
  display: block;
}
.company02 tbody tr td a {
    display: block;
    max-width: 220px;
    margin-left: 0;
}

.company00 .col-6.banner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.company00 .col-6.banner01 {
  padding-right: 7.5px
}
.company00 .col-6.banner02 {
  padding-left: 7.5px;
}
.company00 .col-6.banner p {
    font-size: 16px;
}
.banner p span {
    margin-bottom: 3px;
    padding-bottom: 8px;
}
.top06 .md {
    display: none;
}
.top06 .pc {
    display: block;
}

.top06.add_0121 .pc {
    display: none;
}
.list00 .col-4 {
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.list00 .col-4:nth-child(odd) {
    padding-right: 7.5px;
}
.list00 .col-4:nth-child(even) {
    padding-left: 7.5px;
}
.list00 .block_1199 {
  display: block;
}

.list_detail00.list00 .col-4:nth-child(odd),
.list_detail00.list00 .col-4:nth-child(even),
.list_detail00 .col-8 {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.list_detail00.list00 .block_1199 {
  display: none;
}
.list_detail00.list00 .col-4 .textarea3 {
    margin-bottom: 30px;
}
.list_detail00.list00 .col-8 figcaption {
    margin: 0 !important;
}
.list_detail00 .col-8 figure {
    border-left: none;
    padding-left: 0;
}
.list_detail00 .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.list_detail00 .col-3:nth-child(odd) {
  padding-left: 7.5px;
}
.list_detail00 .col-3:nth-child(even) {
  padding-right: 7.5px;
}
.list_detail00 .col-3:last-child,
.list_detail00 .col-3:nth-child(5) {
    padding-top: 30px;
}
.list_detail00 .col-3 .textarea3 {
    letter-spacing: 0.15em;
}

}


@media (max-width: 550px) {
.recruit01 .pc,
.recruit01 .sp {
  display: none;
}
.recruit01 .md {
  display: block;
}
.company.company01 .row:last-child {
    display: block;
}
.company.company01 .row:last-child .col-6.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.company.company01 .row:last-child p {
    padding-top: 15px;
}
.company00 .col-6.banner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.company00 .col-6.banner01 {
  padding-right: 15px
}
.company00 .col-6.banner02 {
  padding-left: 15px;
  padding-top: 15px;
}
.company00 .col-6.banner p {
    font-size: 18px;
}
.banner p span {
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.company.company00 .pc {
    display: block;
}
.company.company00 .sp,
.company.company00 .md {
    display: none;
}
#map {
    height: 250px;
}

}

@media (max-width: 500px) {
  .vision00 .sm-margin-five-bottom {
      margin-bottom: 15px;
  }
  .vision00.company .textarea2 br {
      display: none;
  }
  .vision00.company .textarea2 {
      font-size: 16px;
      letter-spacing: 2px;
      text-align: justify;
  }
  .vision02 .text-extra-green,
  .vision03 .text-extra-green {
      margin-bottom: 10px;
      font-size: 16px;
      letter-spacing: 2px;
  }
  .vision02 .md-padding-15px-lr,
  .vision03 .md-padding-15px-lr {
      padding-top: 20px;
      padding-bottom: 45px;
  }
  .vision02 span,
  .vision03 span {
      margin-top: 10px;
      margin-left: 10px;
      font-size: 16px;
  }
  .vision02 p.text_s,
  .vision03 p.text_s {
      font-size: 12px;
  }
  .vision02 .textarea3,
  .vision03 .textarea3 {
      line-height: 2;
      font-size: 13px;
      letter-spacing: 0.1em;
  }
  .list00 .block_1199 {
    display: none;
  }
}

@media (max-width: 480px) {
section {
    padding: 70px 0;
}
}

@media (max-width: 414px) {
section {
    padding: 60px 0;
}
#map {
    height: 250px;
}
.recruit00 {
    padding-bottom: 40px;
}
.top06 .sp {
  display: block;
}
.top06 .md {
  display: none;
}
.title00 .margin-70px-bottom {
    margin-bottom: 30px;
}
.company .textarea2 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}
.company .team-style-1 figure figcaption {
    margin-top: 10px;
}
.company .textarea1 {
    font-size: 12px;
}
.company .margin-20px-top {
    margin-top: 10px;
}
.swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    line-height: 35px;
    font-size: 15px;
}
.slider_in .btn.btn-extra-large {
    font-size: 14px;
    padding: 5px 50px 5px 40px;
    letter-spacing: 1px;
}
.team-intro tbody tr td:first-child,
.team-intro tbody tr td {
    width: 100%;
    display: block;
    font-size: 12px;
}
.team-intro {
    margin: 0px;
    border: 1px solid #f6f6f6;
}
.bg-green-footer .text-small {
    font-size: 10px;
}
.footer-widget-area .col-lg-3 li, .footer-widget-area .col-lg-3 li a {
    font-size: 13px;
}
.company tbody tr {
    display: block;
    width: 100%;
}
.company tbody tr td {
    width: 100% !important;
    display: block;
    padding: 8px 15px;
}
.company02 tbody tr td a {
    margin-bottom: 5px;
}
.company02 tbody tr.pc {
    display: none;
}
.company02 tbody tr.sp {
    display: block;
}
.recruit01 .pc,
.recruit01 .md {
  display: none;
}
.recruit01 .sp {
  display: block;
}
.recruit01 .banner p {
  width: 70%;
}
.meetingroom00 .btn.btn-extra-large, .meetingroom02 .btn.btn-extra-large {
    font-size: 14px;
}
.meetingroom00.vision00 .row .col-md-7,
.meetingroom00.vision00 .row .col-md-5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.meetingroom00.vision00 .row {
    flex-flow: column-reverse;
}
.meetingroom01 .container {
    margin-top: 40px;
}
.meetingroom05 .row:first-child>div:first-child,
.meetingroom05 .row:last-child>div:first-child {
    margin-bottom: 30px;
}
.meetingroom02 .gray1 p:first-child {
    padding-right: 10px;
    width: 40px;
}
.meetingroom02 .gray1 p .gray2 {
    font-size: 15px;
}
.meetingroom02 .gray1 p .gray {
    line-height: 1.5;
}
.meetingroom02 .row.flex-start .col-md-3:nth-child(odd) {
    padding-right: 7.5px;
}
.meetingroom02 .row.flex-start .col-md-3:nth-child(even) {
    padding-left: 7.5px;
}
.meetingroom05 .banner p {
    font-size: 14px;
}
.meetingroom02 .gray {
    letter-spacing: 1px;
    line-height: 1.8;
}
.company02 tbody tr .sp_none {
    display: none;
}
.company02 tbody tr .block_sp {
    display: block;
}
div#gaiyou,
div#history {
    margin-top: -40px;
    padding-top: 40px;
    position: absolute;
}
.company.company00 .sp {
    display: block;
}
.company.company00 .pc,
.company.company00 .md {
    display: none;
}
.list00 .textarea3 p {
    font-size: 14px;
    margin-bottom: 10px;
}
.list00 .team-style-1 figure figcaption {
    margin-top: 15px;
}
.list_detail00.list00 .team-style-1 figure figcaption {
    margin-top: 30px;
}
.list_detail00.list00 .col-4 .textarea3 {
    margin-bottom: 20px;
}
.list_detail00 .col-8 .textarea3 {
    margin-bottom: 30px;
}
.list_detail00 .col-3 .textarea3 p,
.list_detail00 .col-4 .textarea3 p {
    font-size: 15px;
}
.list_detail00 .col-3 .textarea3 {
    font-size: 13px;
    letter-spacing: 0.05em;
}
.vision00.company .textarea2 {
    margin-bottom: 0;
}
.news-item {
    display: block;
    padding: 15px 20px 0;
}
.news-day {
    padding-right: 0;
    padding-bottom: 2px;
}
.eswsNewinfoComponentInner {
    margin-bottom: 15px;
}
.news-item:first-child {
    padding-top: 0;
}

}

@media (max-width: 375px) {
.meetingroom05 .title_ja br {
    display: block;
}
.meetingroom05 .banner p {
    letter-spacing: 0px;
}
.page_header h1,
.page_header span,
.title_ja {
    letter-spacing: 2.5px;
}
.page_header h1 {
    margin-top: 10px;
}
.page-title-medium h1 {
    font-size: 24px;
}
.list_detail00.list00 .col-3.team-style-1 figure figcaption {
    margin-top: 15px;
}

}

@media (max-width: 374px) {
  .list00 .textarea3 {
      letter-spacing: 0.05em;
      font-size: 12px;
  }
  .list00 .textarea3 p {
      font-size: 13px;
      margin-bottom: 5px;
  }
  .list00 .team-style-1 figure figcaption {
      margin-top: 12px;
  }
  .list00 .textarea3 {
      margin-bottom: 30px;
  }
  p.history_midashi {
    letter-spacing: 0;
}
}


@media (max-width: 480px) {
section {
    padding: 50px 0;
}
}

@media (max-width: 320px) {
  .meetingroom01 .textarea3 {
      font-size: 11px;
  }
  .meetingroom02 .gray1 p .gray2 {
      letter-spacing: 0px;
  }
  .page_header {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
  }
  p.history_midashi {
      font-size: 18px;
  }
}



#message {
  position: absolute;
  width: 100%;
  height: 0;
  margin-top: -80px;
  padding-top: 80px
}

@media (min-width: 1920px) {
  .bg_img01 {
    background-size: 400px,400px,400px,400px;
  }
  .bg_img02 {
      background-size: 400px, 400px;
  }
  .history {
      background-size: 400px,400px,100%;
  }
}

.aaa_sp {
  display: none;
}
@media (max-width: 991px) {
  .aaa_pc {
    display: none !important;
  }
  .aaa_sp {
    display: block;
  }
  li.dropdown.aaa_sp ul.dd_menu_ul {
      height: 0;
      transition: .3s;
  }
  li.dropdown.aaa_sp.bbb ul.dd_menu_ul {
      height: 107px;
      background: #008981;
  }
}

/* 2020/02/12 */
.aaaa .owl-item .item .team-member:hover{
  opacity: 0.7;
}

/* 2020/04/07 */
.add_0407.col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.add_0407.col-4 .textarea3,
.add_0407.col-4 p {
    text-align: center !important;
}
.vision00.company .add_0407_vision .textarea2 {
    text-align: center;
    padding-bottom: 50px;
    margin-top: -35px;
    line-height: 2;
}
section.news .add_0407_top .col-12 {
    padding: 60px 15px 0 15px;
    border: none;
    background: transparent;
}
@media (max-width: 991px) {
  .vision00.company .add_0407_vision .textarea2 {
      padding-bottom: 40px;
      margin-top: -10px;
  }
  section.news .add_0407_top .col-12 {
      padding: 45px 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .add_0407_vision>.col-12:last-child {
      margin-bottom: 0;
  }
  section.news .add_0407_top .col-12 {
      padding: 30px 15px 0 15px;
  }
  section.news .add_0407_top .col-12:first-child {
      padding-top: 45px;
  }
}
@media (max-width: 500px) {
  .vision00.company .add_0407_vision .textarea2 {
      text-align: left;
      padding-bottom: 30px;
      margin-top: 0;
  }
  .vision00 .sm-margin-five-bottom {
      margin-bottom: 30px;
  }
}

p.videotext {
    margin: 0;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}
.win .swiper-button-next {
      font-size: 25px;
      padding-left: 8px;
  }
.win .swiper-button-prev {
      font-size: 25px;
      padding-right: 8px;
}

.es-separate-container #primary, .es-separate-container #secondary {
    padding-bottom: 0;
}
.site-content a:hover img {
    transform: none;
}
section.faq-sec1 {
    padding-bottom: 4px;
}
footer ul li a:hover img {
    opacity: 0.8;
}
footer ul li span {
    color: #51c3b5;
    display: inline-block;
    margin-right: 10px;
}
footer ul li.honsya span {
    margin-right: 24px;
}
footer ul li.pl-30 {
    padding-left: 52px;
}
footer ul li.pl-45 {
    padding-left: 52px;
}
footer ul li.favorite-link {
    margin-top: 15px;
}
footer .col-lg-3:nth-child(2) ul li.add0415 a::before {
    content: "\03e";
    position: absolute;
    top: -1px;
    height: 18px;
    width: 5px;
    display: block;
    right: 100%;
    margin-right: 10px;
    opacity: .7;
    font-weight: bold;
    border-bottom: 0;
}
a.d-inline-block.denden-logo img {
    max-width: 100%;
    width: 237px;
}
.footer-sns-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-sns-inner.second-inner {
    margin-top: 0;
    margin-bottom: 30px;
	margin-left: -41px;
}
.footer-sns-inner p {
    margin-bottom: 0;
    color: #009b95;
    margin-right: 15px;
}
.footer-sns-inner a img {
    max-height: 42px;
}
header a.logo img {
    max-height: 40px;
}
.container-fluid.top_bar,
header nav.nav-box-width {
    padding: 0 30px;
}
.container-fluid.top_bar {
    padding-right: 0;
    z-index: 10000;

}
.container-fluid.top_bar .float_r {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.container-fluid.top_bar .float_r a:first-child {
    background-color: #51c3b5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 50px;
    font-size: 13px;
    line-height: 1em;
    background-image: url(/app/uploads/sites/1175/2024/04/search_bt_fav.png);
    background-size: 20px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
.result_data_wrap .inquiry_wrap .wp-block-button__link,
.result_data_wrap .inquiry_wrap .wp-block-button__link:hover {
    color: #fff;
}
.set_condition_wrap .select_wrap select,
.result_header select {
    margin-bottom: 0;
}
.set_condition_wrap .select_wrap select:focus, .set_condition_wrap .select_wrap select:active {
    padding: 0 10px;
}
.set_condition_wrap .select_wrap select {
    font-size: 15px;
    line-height: 1em;
    padding: 0 34px 0 10px;
}
.set_condition_wrap .kodawari_switch a:hover {
    background: transparent;
}
.single .entry-header {
    margin-top: 140px;
}
footer .border-color-medium-dark-gray {
    margin-bottom: 0;
}
.result_header select {
    padding: 0 34px 0 15px;
    line-height: 1em;
}
.es_map_search #map {
    height: 100%;
    width: 100%;
}
#map_top.set_condition_pickup .select_wrap select,
#map_top.set_condition_pickup #price_to_simple,
#map_top.set_condition_pickup #price_from_simple {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 34px 0 10px;
	line-height: 1em;
}
#map_top.set_condition_pickup .select_wrap p {
    margin-bottom: 0;
}
#map_top.set_condition_pickup .select_wrap.select_group__property_kind:after,
#map_top.set_condition_pickup .select_wrap:after{
    top: 24px;
}
#map_top.set_condition_pickup .select_mock {
    align-items: center;
}
#map_top .more_bt {
    margin-top: -10px;
}
.entry-content .modal {
    z-index: 100000;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 14px;
}
#tab_1 .simple_search_block__inner form .select_wrap .select .select-data {
    color: #009b95;
}

@media (min-width: 481px) {
.site-footer {
    margin-top: 0;
}
.main-header-bar.es-header-breadcrumb {
    display: none !important;
/*     padding-top: 112px; */
}
.page-header {
    margin-top: 160px;
}
body.single #content {
    margin-top: 0;
}
}
@media (max-width: 1400px) {
.container-fluid.top_bar .float_r a:first-child {
    padding: 0 15px 0 45px;
    background-position: left 15px center;
}
}
@media (max-width: 1300px) {
.container-fluid.top_bar .col-3.float_l {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.container-fluid.top_bar .col-5.float_l {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.container-fluid.top_bar .float_r {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
header nav .navbar-nav > li > a {
    margin: 0 15px;
}
}
@media (max-width: 1199px) {
.container-fluid.top_bar .float_r {
    display: none;
}
.container-fluid.top_bar .col-3.float_l {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.container-fluid.top_bar .col-5.float_l {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
header a.logo img {
    max-height: 30px;
}
header nav .navbar-nav > li > a {
    margin: 0 13px;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 13px;
}
}
@media (max-width: 1099px) {
header nav .navbar-nav.text-normal > li > a {
    font-size: 12px;
}
}
@media (max-width: 1024px) {
header nav .navbar-nav > li > a {
    margin: 0 11px;
}
header a.logo img {
    max-height: 28px;
}
}
@media (max-width: 991px) {
.footer-sns-inner {
    justify-content: flex-start;
    margin-top: 25px;
    position: relative;
}
.footer-sns-inner.second-inner {
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 15px;
}
.footer-sns-inner p {
    margin-right: 0;
    width: 72px;
    text-align: right;
}
.footer-sns-inner a {
    position: absolute;
    left: 82px;
}
header nav.nav-box-width {
    padding: 0;
}
nav.navbar.bootsnav .navbar-toggler:focus,
nav.navbar.bootsnav .navbar-toggler:hover {
    background-color: transparent;
}
li.dropdown.aaa_sp.bbb ul.dd_menu_ul {
    height: auto;
}
section.header_space.kasoupage {
    padding-top: 106px !important;
}
.container-fluid.top_bar .col-5.float_l {
    display: none;
}
.container-fluid.top_bar .col-3.float_l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer-sns-inner a:last-child {
    left: 127px;
}
}
@media (max-width: 767px) {
section.slidearea, section.header_space.kasoupage {
    padding-top: 66px !important;
}
.single .entry-header {
    margin-top: 0;
}
}
@media (max-width: 544px) {
.es-separate-container #content .es-container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (max-width:480px) {
.footer-sns-inner {
    margin-top: 20px;
}
#page .es-header-breadcrumb a {
    display: inline-block;
}
.es_map_search {
    margin-bottom: 50px !important;
}
.es_map_search #map {
    height: calc(100vw - 20px);
}
.footer-sns-inner.second-inner {
    margin-bottom: 20px;
    margin-left: 0;
}
.select_wrap:after {
    padding-top: 0.5em;
}
.result_data_wrap .tm_data .table_wrap a {
    display: inline-block;
}
body.single #content {
    margin-bottom: 0;
    margin-top: 80px;
}
.es-single-post .entry-title {
    font-size: 24px;
}
}