@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #333333;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.6;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 0.5em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}
body:not(.home) .column_main {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  body:not(.home) .column_main {
    margin-bottom: 100px;
  }
}
body:not(.home) .column_main > section > .container {
  max-width: none;
  padding: 0;
}
body:not(.home) .column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:not(.home) .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.contact_mb {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact_mb {
    margin-bottom: 120px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #F4F4F4;
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry input[type=file] {
  border: 0;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .inquiry input[type=file] {
    margin-bottom: 10px;
  }
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: 1px solid #4AB0A5;
  color: #fff;
  background: #4AB0A5;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #4AB0A5;
  color: #4AB0A5;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #4AB0A5;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
.cont_txt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.wpcf7-response-output {
  text-align: center;
}
@media (min-width: 768px) {
  .wpcf7-response-output {
    margin: 0 auto !important;
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wpcf7-response-output {
    padding: 0 4.5%;
    margin: 0 4.5% !important;
    max-width: 100%;
  }
}

.text-red {
  color: red;
}

/* ===============================================
# 下層
=============================================== */
body:not(.home) section ul {
  margin: 0;
}
body:not(.home) h1:not(.title):not(.hdr-ttl) {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  body:not(.home) h1:not(.title):not(.hdr-ttl) {
    font-size: 3rem;
  }
}
body:not(.home) h2 {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body:not(.home) h2 {
    font-size: 2.4rem;
  }
}
body:not(.home) h3 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  body:not(.home) h3 {
    font-size: 1.8rem;
  }
}
body:not(.home) .text-right {
  text-align: right !important;
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
body:not(.home) .under_mb2 > div:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb2 > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
body:not(.home) .highlight {
  padding: 30px 40px 34px;
  background: #F4F4F4;
}
@media (max-width: 767px) {
  body:not(.home) .highlight {
    padding: 20px 6%;
  }
}
body:not(.home) .u-bs-h2 .type {
  display: table;
  margin: 0 auto 1em;
  font-size: 1.6rem;
  background: #4AB0A5;
  padding: 0.3125em 0.9375em;
  color: #fff;
  line-height: 1.5;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: #F4F4F4;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(74, 176, 165, 0.5);
  border-radius: 4px;
  background: rgba(74, 176, 165, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #333333;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #4AB0A5;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: #F4F4F4;
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 1em;
  color: #333333;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #4AB0A5;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #4AB0A5;
  border-right: 3px solid #4AB0A5;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #4AB0A5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #4AB0A5;
  color: #fff;
  background: #4AB0A5;
  padding: 0.8em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 316px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn a:hover {
  background: #419a91;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    min-height: 130px;
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 230px;
  height: 59px;
}
@media (max-width: 999px) {
  header .title a img {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 150px;
    height: auto;
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #4AB0A5;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  header .sp_header_info_wrap {
    display: block;
  }
}
header .sp_header_info_wrap .header_info {
  text-align: right;
}
header .sp_header_info_wrap .icon {
  max-width: 40px;
}
header .sp_header_info_wrap .icon a {
  display: block;
  font-size: 0;
}
header .sp_header_info_wrap .icon img {
  width: 100%;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #4AB0A5;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #4AB0A5;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #4AB0A5;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #4AB0A5;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #333333;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    z-index: 52;
    background: transparent;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under ul li a {
    background: rgba(74, 176, 165, 0.96);
    padding: 1em;
    overflow-wrap: break-word;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    background: rgba(59, 140, 131, 0.96);
  }
}
@media (max-width: 1023px) {
  header .gnav > ul {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(74, 176, 165, 0.96);
    margin: 0;
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1759px) {
  header .gnav > ul > li a {
    font-size: 1.6rem;
    padding: 0em 0.625em;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1759px) {
  header .gnav > ul > li.has_under > ul {
    border-bottom: 0;
  }
}
header .gnav > ul > li.has_under > ul > li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
header .gnav > ul > li.has_under > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(74, 176, 165, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(59, 140, 131, 0.96);
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv {
  max-width: calc(1760px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: calc(100vh - 130px);
}
@media (max-width: 999px) {
  .mv .slick {
    height: 0;
    padding-top: 76.4%;
  }
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 98.6567164179%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 552px;
  top: auto;
  left: 10.625%;
  bottom: 42.1465968586%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 55.2%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 71.0447761194%;
    bottom: 42.3600605144%;
    left: 7.0149253731%;
  }
}

footer > .footer {
  background: #fff;
  color: #333333;
}
@media (max-width: 767px) {
  footer > .footer {
    border-top: 1px solid #333333;
  }
}
footer > .footer .container {
  max-width: none;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #4AB0A5;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
@media (min-width: 768px) {
  footer .nav {
    padding-top: 18px;
  }
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #333333;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 18px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.7em 0.5em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #4AB0A5;
}
table.table-typeC tbody {
  color: #333333;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #4ab0a5;
}
.table-type1 th {
  background: #4ab0a5;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}

.table-type2 {
  width: 100%;
}
.table-type2 tr:last-of-type td, .table-type2 tr:last-of-type th {
  border-bottom: 1px solid #4ab0a5;
}
.table-type2 td, .table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #4ab0a5;
}
@media (max-width: 767px) {
  .table-type2 td, .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 td:last-child {
  text-align: right;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #4ab0a5;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #4ab0a5;
  color: #fff;
}
.table-type3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table-type3 tbody th {
  background: rgba(74, 176, 165, 0.15);
}
.table-type3 tbody th:not(:last-child) {
  border-right: 0;
}
.table-type3 tbody tr:not(:last-child) td, .table-type3 tbody tr:not(:last-child) th {
  border-bottom: 0;
}
.table-type3 td {
  background: transparent;
}
.table-type3 td:not(:last-child) {
  border-right: 0;
}

h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  background: #4AB0A5;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #4AB0A5;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: calc(100% - 0.5em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #4AB0A5;
  margin: auto;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #4AB0A5;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #4AB0A5;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

html {
  scroll-padding-top: 140px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

header {
  position: fixed;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.active {
  -webkit-box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6px 10px 10px rgba(0, 0, 0, 0.02);
}
@media (min-width: 1024px) {
  header.active .header_info_wrap {
    z-index: -1;
    opacity: 0;
  }
  header.active .gnav {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  header.active .title {
    min-height: 40px;
    padding: 20px 0;
  }
}
header .container {
  width: 100%;
  max-width: 1760px;
  max-width: calc(1760px + 9%);
  padding: 0 4.5%;
  margin: auto;
}
@media (max-width: 1023px) {
  header .container {
    max-width: calc(1000px + 9%);
  }
}
header .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .title {
  margin: 0;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnav {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  header .gnav > ul > li {
    margin-bottom: 0;
  }
  header .gnav > ul > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0 1em;
  }
  header .gnav > ul > li > a:hover {
    color: #4AB0A5;
  }
  header .gnav > ul > li.has_under > a:after {
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under ul li a {
    padding: 0.6em;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    padding: 0.8em 6%;
  }
  header .gnav > ul > li.has_under > a:after {
    right: 6%;
  }
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    right: 2%;
  }
}
header .sp_header_info_wrap {
  right: calc(30px + 4.5%);
}
@media (max-width: 1023px) {
  header .sp_header_info {
    max-width: 36px;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  overflow: hidden;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .header_info_wrap .header_info > *:not(:last-child) {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
header .header_info_wrap .header_info > *:not(:last-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
}
header .header_info_wrap .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #333333;
  margin-top: 10px;
  padding-left: 1.125em;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat center left/0.7083333333em;
}
header .header_info_wrap .list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin: 0;
}
header .header_info_wrap .list li {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

[id^=top-] {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
[id^=top-] .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
[id^=top-] h2.top-h2-en {
  font-size: 3rem;
  padding-bottom: 0;
  margin-bottom: 1.2em;
  font-weight: 600;
}
@media (max-width: 767px) {
  [id^=top-] h2.top-h2-en {
    font-size: 2.4rem;
  }
}
[id^=top-] h2.top-h2-en:before {
  content: attr(data-en);
  display: block;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #4AB0A5;
  font-size: 0.5294117647em;
  height: auto;
  width: auto;
  background: transparent;
  position: static;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  [id^=top-] h2.top-h2-en:before {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 2;
  letter-spacing: 0.02em;
}
[id^=top-] h3 {
  color: #333333;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

#top-sec01 {
  position: relative;
  padding: 8rem 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #top-sec01 {
    padding: 6rem 0;
  }
}
#top-sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 158px);
  background: #F4F4F4;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-sec01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 60px;
}
#top-sec01 .box > * {
  width: calc((100% - 60px) / 2 - 1px);
}
@media (max-width: 767px) {
  #top-sec01 .box > * {
    width: 100%;
  }
}
#top-sec01 .img {
  position: relative;
}
@media (max-width: 767px) {
  #top-sec01 .img {
    padding-top: 60%;
  }
}
#top-sec01 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #top-sec01 .text {
    padding: 30px 0;
  }
}
#top-sec01 .top-sec01-h2 {
  text-align: left;
  font-weight: bold;
  font-size: 3rem;
  padding-bottom: 0;
  margin-bottom: 0.7333333333em;
  line-height: 1.5;
}
#top-sec01 .top-sec01-h2::before {
  content: none;
}
@media (max-width: 767px) {
  #top-sec01 .top-sec01-h2 {
    font-size: 2.4rem;
  }
}
#top-sec01 .top-sec01-h3 {
  display: inline-block;
  background: #4AB0A5;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.3333333333em 0.5555555556em 0.2222222222em;
  margin-bottom: 1.4444444444em;
}
@media (max-width: 767px) {
  #top-sec01 .top-sec01-h3 {
    font-size: 1.6rem;
  }
}

#top-sec02 .box-wrap {
  max-width: calc(1760px + 9%);
  padding: 0 4.5%;
}
@media (max-width: 767px) {
  #top-sec02 .box-wrap {
    padding: 0;
  }
}
#top-sec02 .box {
  position: relative;
  z-index: 1;
  padding: 5.2083333333vw 0;
}
@media (max-width: 767px) {
  #top-sec02 .box {
    padding: 0;
  }
}
#top-sec02 .box:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #top-sec02 .box-img {
    position: absolute;
    width: 54.5454545455%;
    max-width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
#top-sec02 .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-sec02 .container {
  margin-top: 0;
}
#top-sec02 .text-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.08);
  padding: clamp(50px, 4.39238653vw, 60px) clamp(30px, 2.9282576867vw, 40px);
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-sec02 .text-box {
    max-width: 100%;
    padding: 30px 6%;
    margin-top: -30px;
  }
}
#top-sec02 .reverse .box-img {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  #top-sec02 .reverse .text-box {
    margin-left: 0;
    margin-right: auto;
  }
}
#top-sec02 .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-sec02 .btn {
    margin-top: 30px;
  }
}
#top-sec02 h3 {
  text-align: center;
  padding-left: 0;
  padding-bottom: 1em;
  font-weight: bold;
  line-height: 1.6;
  font-size: 2rem;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  #top-sec02 h3 {
    font-size: 1.8rem;
  }
}
#top-sec02 h3::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2px;
  background: #4AB0A5;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#top-secBs {
  background: #F4F4F4;
  padding: 8rem 0 10rem;
}
@media (max-width: 767px) {
  #top-secBs {
    padding: 6rem 0;
  }
}
#top-secBs .box:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  #top-secBs .box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#top-secBs .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 767px) {
  #top-secBs .link-box {
    gap: 10px 10px;
  }
}
#top-secBs .link-box > * {
  width: calc((100% - 60px) / 3 - 1px);
}
@media (max-width: 767px) {
  #top-secBs .link-box > * {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
#top-secBs .link-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
}
@media (max-width: 767px) {
  #top-secBs .link-box2 {
    gap: 10px 10px;
  }
}
#top-secBs .link-box2 > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  #top-secBs .link-box2 > * {
    width: calc((100% - 10px) / 2 - 1px);
  }
}
#top-secBs .link a {
  text-decoration: none;
}
#top-secBs .link a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top-secBs .link .img {
  overflow: hidden;
}
#top-secBs .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 313/200;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#top-secBs .link .ttl_box {
  background: #fff;
  padding: 16px 4%;
  position: relative;
}
@media (max-width: 767px) {
  #top-secBs .link .ttl_box {
    padding: 12px 4%;
  }
}
#top-secBs .link .ttl_box::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #4AB0A5;
  position: absolute;
  top: auto;
  bottom: 6px;
  left: auto;
  right: 6px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#top-secBs .link .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #top-secBs .link .ttl {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #top-secBs .link2 .img img {
    aspect-ratio: 485/229;
  }
}

#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 160px;
    padding-left: 1em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 160px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#top-news .news-list dd a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top-news .news-list dd a:hover {
  color: #4AB0A5;
}
#top-news .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-news .btn {
    margin-top: 30px;
  }
}

#top-sec03 table.table-summary {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  #top-sec03 table.table-summary {
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }
}
@media (max-width: 767px) {
  #top-sec03 table.table-summary thead,
  #top-sec03 table.table-summary tbody {
    display: block;
  }
}
#top-sec03 table.table-summary tr {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
@media (max-width: 767px) {
  #top-sec03 table.table-summary tr {
    border-top: 1px solid rgba(51, 51, 51, 0.15);
    border-bottom: 0;
    padding: 0.8em;
    display: block;
  }
}
#top-sec03 table.table-summary td,
#top-sec03 table.table-summary th {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}
@media (max-width: 767px) {
  #top-sec03 table.table-summary td,
  #top-sec03 table.table-summary th {
    display: block;
    padding: 0;
  }
}
#top-sec03 table.table-summary th {
  width: 21.7391304348%;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  #top-sec03 table.table-summary th {
    padding-left: 2.5em;
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #top-sec03 table.table-summary th {
    width: 100%;
    margin-bottom: 10px;
  }
}

#top-sec04 .map {
  position: relative;
  padding-top: 480px;
}
@media (max-width: 767px) {
  #top-sec04 .map {
    padding-top: 90%;
  }
}
#top-sec04 .map iframe,
#top-sec04 .map .demo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-sec04 .map .demo {
  background: #e6e6e6;
}

#top-sec05 {
  padding: 8rem 0 9rem;
  background: #ebfaf8;
}
@media (max-width: 767px) {
  #top-sec05 {
    padding: 6rem 0 8rem;
  }
}
#top-sec05 .top-h2-en {
  margin-bottom: 1.5333333333em;
}
#top-sec05 .box.column_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top-sec05 .box.column_2 > * {
  width: 50%;
}
@media (max-width: 767px) {
  #top-sec05 .box.column_2 > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #top-sec05 .box.column_2 .item {
    padding: 0 20px 20px;
  }
  #top-sec05 .box.column_2 .item:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.15);
  }
}
@media (max-width: 767px) {
  #top-sec05 .box.column_2 .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top-sec05 .btn_cta {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1em;
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  #top-sec05 .btn a {
    font-size: 1.8rem;
  }
}
#top-sec05 .btn.tel a {
  background: transparent;
  color: #333333;
}
#top-sec05 .btn.tel a::before {
  content: none;
}
#top-sec05 .btn.out_link {
  position: relative;
}
#top-sec05 .btn.out_link a::before {
  content: none;
}
#top-sec05 .btn.out_link a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 5%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/out_link_icon.png) no-repeat center/100%;
}

footer {
  padding-top: 5.7rem;
}
@media (max-width: 767px) {
  footer {
    padding-top: 3rem;
    border-top: solid 1px rgba(51, 51, 51, 0.15);
  }
}
@media (max-width: 767px) {
  footer .footer {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  footer .nav ul li:not(:last-child) {
    border-bottom: solid 1px rgba(51, 51, 51, 0.15);
  }
}
footer .nav ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .nav ul li a:hover {
  color: #4AB0A5;
}
footer .footer-logo {
  max-width: 200px;
  margin: auto;
}
@media (max-width: 767px) {
  footer .footer-logo {
    margin-bottom: 16px;
  }
}
footer .copyright {
  background: #ebfaf8;
  padding: 10px 0;
}
footer .copyright::before {
  content: none;
}
/* 20250718 add */
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #4AB0A5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  header .hdr-ttl-wrap .hdr-ttl {
    font-size: 1.2rem;
  }
}
header .header-inner > .container {
  position: relative;
}
header .hdr-ttl-wrap {
  max-width: calc(1200px + 12%);
  padding: 0 24px;
  margin: auto;
}/*# sourceMappingURL=main.css.map */