@charset "UTF-8";
/* -- COMMON -- */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* -- DEFAULT -- */
* {
  min-height: 0%;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, p, em, span, figure, figcaption, dl, dt, dd {
  margin: 0;
  padding: 0;
}

em, span, a {
  font-size: inherit;
}

a {
  border: none;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

table, th, td {
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  height: auto;
}

input, button, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  outline: none;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  z-index: 1;
  text-align: justify;
}

* {
  font-size: 1.6rem;
  font-style: normal;
  color: #001f1a;
  vertical-align: bottom;
  font-weight: 400;
  letter-spacing: 2%;
  line-height: 1.75em;
}

*:not(.material-icons, .sans) {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", メイリオ, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

button, input, select, textarea {
  color: #001f1a;
}

.en, .tit-en {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

b {
  font-weight: 700;
}

span, em {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.cap {
  font-size: 10px;
}

.indent {
  text-indent: 1em;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
}

.off a {
  opacity: 0.5;
  pointer-events: none;
}

.material-icons {
  font-size: 1.3em;
  font-family: "Material Icons";
}

.hide {
  display: none;
}

@media only screen and (min-width: 720px) {
  a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 720px) {
  body.fixed {
    overflow: hidden;
  }
  .txt {
    font-size: 1.4rem;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt100 {
  margin-top: min(10vh, 100px);
}
.mt80 {
  margin-top: min(8vh, 80px);
}
.mt60 {
  margin-top: min(6vh, 60px);
}
.mt40 {
  margin-top: min(4vh, 40px);
}
.mt50 {
  margin-top: min(5vh, 50px);
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}

.mb80 {
  margin-bottom: min(8vh, 80px);
}
.mb60 {
  margin-bottom: min(6vh, 60px);
}
.mb50 {
  margin-bottom: min(5vh, 50px);
}
.mb40 {
  margin-bottom: min(4vh, 40px);
}
.mb20 {
  margin-bottom: 20px;
}

.p-tb-100 {
  padding: min(10vh, 100px) 0;
}
.p-tb-80 {
  padding: min(8vh, 80px) 0;
}
.p-tb-60 {
  padding: min(6vh, 60px) 0;
}
.p-tb-40 {
  padding: min(4vh, 40px) 0;
}

[class*=core] {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 720px) {
  [class*=core] {
    width: calc(100% - 40px);
  }
}

.core {
  max-width: 1024px;
}

.core-wd {
  max-width: 1300px;
}

.core-wd2 {
  max-width: 1200px;
}

.core-wd3 {
  max-width: 1060px;
}

.core-nr {
  max-width: 860px;
}

.core-nr2 {
  max-width: 755px;
}

.core-wd4 {
  max-width: 1234px;
}

.rv {
  flex-direction: row-reverse;
}

.ai-c {
  align-items: center;
}

.colL {
  order: 1;
}
.colR {
  order: 2;
}

.align-ct {
  text-align: center;
}
@media only screen and (min-width: 721px) {
  .align-ctpc {
    text-align: center;
  }
}
@media only screen and (max-width: 720px) {
  .align-ctsp {
    text-align: center;
  }
}
.align-r {
  text-align: right;
}

.imgBox {
  text-align: center;
}

figure {
  display: inline-block;
}
figure.imgCapBox {
  position: relative;
}
figure.imgCapBox figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.3em;
}
figure.imgCapBox figcaption.wh {
  color: white;
}
figure[class*=inCap] {
  position: relative;
}
figure[class*=inCap] figcaption {
  font-size: 1rem;
  color: #fff;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
}
figure.inCapL figcaption {
  text-align: left;
}
figure.inCapR figcaption {
  text-align: right;
}

img:not(.wdImg) {
  max-width: 100%;
}

figure.wdImg,
figure.wdImg img,
img.wdImg {
  width: 100%;
  max-width: none;
}

.anchor:before {
  content: "";
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

/* header */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: white;
}
header .hdWrap {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
header .hdWrap .logoWrap {
  flex-basis: 269px;
}
header .hdWrap .logoWrap img {
  height: min(8.5vw, 31px);
}
header .hdWrap .logoWrap h1 {
  line-height: 1em;
  margin-top: 0.5em;
}
header .hdWrap .navWrap {
  flex-basis: calc(100% - 280px);
}
header .hdWrap .navWrap a {
  display: block;
  text-align: center;
}
header .hdWrap .navWrap nav {
  justify-content: flex-end;
}
header .hdWrap .navWrap nav ul {
  justify-content: flex-end;
  align-items: center;
}
header .hdWrap .navWrap nav ul li {
  position: relative;
}
header .hdWrap .navWrap nav ul li a {
  font-size: 1.4rem;
}
header .hdWrap .navWrap nav ul li.btnGr a {
  background: #1aa290;
  color: white;
  padding: 15px 20px;
  border-radius: 40px;
}
header .hdWrap .navWrap nav ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap {
  padding: 10px 0;
  flex-basis: 35%;
  max-width: 300px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap a {
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  margin-bottom: 3px;
}
@media only screen and (min-width: 721px) {
  header .hdWrap .logoWrap {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 720px) {
  header .hdWrap .logoWrap {
    top: 10px;
    left: 10px;
    width: min(60%, 340px);
  }
  header .hdWrap .logoWrap h1 {
    font-size: 1.2rem;
  }
}
header .menuBtnWrap {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}
header .menuBtnWrap .menuBtn {
  width: 50%;
  cursor: pointer;
}
header .hdWrap .menuBtnWrap {
  z-index: 50;
}
header .spNavWrap .menuBtnWrap {
  z-index: 100;
}
header .btn-contact a {
  background-color: #006255;
  color: white;
  padding: 16px;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1em;
  display: inline-block;
  word-break: keep-all;
}
header .btn-contact a:hover {
  opacity: 1;
  background-color: #09473d;
}
@media only screen and (min-width: 721px) {
  header .spNavWrap,
header .menuBtnWrap {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  header .navWrap {
    display: none;
  }
  header .hdWrap {
    height: 70px;
  }
}
header .spNavWrap {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  padding: 70px 5%;
  overflow-y: scroll;
}
header .spNavWrap nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .spNavWrap nav ul li {
  position: relative;
  text-align: center;
}
header .spNavWrap nav ul li a {
  display: inline-block;
  padding: 15px 0;
  position: relative;
}
header .spNavWrap nav ul li a::after {
  content: "";
  background: #1aa290;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
header .spNavWrap nav ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
header .spNavWrap nav ul li.btnGr {
  margin-top: 40px;
}
header .spNavWrap nav ul li.btnGr a {
  background: #1aa290;
  color: white;
  padding: 15px 20px;
  border-radius: 40px;
}
header .spNavWrap nav ul li.btnGr a::after {
  content: none;
}

.site-header {
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
}
.site-header h1 {
  line-height: 1;
}
.site-header h1 img {
  width: clamp(205px, 50vw, 257px);
  max-width: none;
}
.site-header .navWrap {
  flex-basis: calc(100% - 220px);
}
.site-header .menu-toggle {
  display: none;
}
.site-header nav > ul {
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.site-header .has-child {
  position: relative;
}
.site-header .nav-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s;
  font-weight: 600;
  line-height: 1em;
}
.site-header .nav-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #1aa290;
  border-bottom: 1px solid #1aa290;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.3s;
}
.site-header .nav-toggle:hover {
  opacity: 0.8;
}
.site-header button,
.site-header li a {
  font-weight: 600;
  padding: 0 12px;
  letter-spacing: 2%;
  line-height: 1em;
}
.site-header .nav-child {
  background: white;
}
.site-header .nav-child a {
  display: block;
  white-space: nowrap;
}
.site-header a.current,
.site-header .nav-toggle.current {
  color: #006255;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  .site-header .nav-child {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    min-width: 220px;
    padding: 38px 0 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  .site-header .nav-child a {
    padding: 10px 18px;
  }
  .site-header .has-child:hover .nav-toggle::after,
.site-header .has-child:focus-within .nav-toggle::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  .site-header .has-child:hover .nav-child,
.site-header .has-child:focus-within .nav-child {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .site-header h1 {
    order: 1;
  }
  .site-header .navWrap {
    order: 2;
  }
  .site-header .btn-contact {
    order: 3;
  }
  .site-header .btn-contact {
    margin-left: 20px;
  }
  .site-header nav > ul > li {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  body.is-menu-open {
    overflow: hidden;
  }
  .site-header {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 10px 20px;
    justify-content: flex-end;
  }
  .site-header h1 {
    position: relative;
    z-index: 2;
    margin-right: auto;
  }
  .site-header .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .site-header .menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: #006255;
    transition: opacity 0.3s, transform 0.3s;
  }
  .site-header .navWrap {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    flex-basis: auto;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding: 8px 20px 24px;
    overflow-y: auto;
    background: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  }
  .site-header nav > ul {
    display: block;
  }
  .site-header nav ul li {
    border-top: 1px solid #edf5f3;
  }
  .site-header nav > ul > li:last-child {
    border-bottom: 1px solid #edf5f3;
  }
  .site-header nav > ul > li > a,
.site-header .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 4px 14px 0;
    text-align: left;
  }
  .site-header nav > ul > li > a,
.site-header .nav-child a {
    position: relative;
    padding-right: 30px;
  }
  .site-header nav > ul > li > a::after,
.site-header .nav-child a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #1aa290;
    border-bottom: 1px solid #1aa290;
    transform: translateY(-50%) rotate(-45deg);
  }
  .site-header .nav-child {
    display: none;
  }
  .site-header .nav-child a {
    padding: 14px 4px 14px 20px;
  }
  .site-header .has-child.is-open .nav-toggle::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  .site-header .has-child.is-open .nav-child {
    display: block;
  }
  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .site-header.is-menu-open .navWrap {
    display: block;
  }
  .site-header .btn-contact {
    margin-right: 10px;
  }
  .site-header .nav-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header .nav-btm a, .site-header .nav-btm small {
    font-size: 1.4rem;
  }
  .site-header .nav-btm a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 720px) {
  .site-header {
    padding: 16px;
  }
  .site-header .menu-toggle {
    height: 30px;
  }
  .site-header .info-box {
    margin: 40px 0;
    text-align: center;
  }
  .site-header .info-box .txt-box {
    margin-bottom: 20px;
  }
  .site-header .info-box .tel {
    font-size: 3.2rem;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .site-header .info-box .hour {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .site-header .info-box .btn-01 {
    padding: 1.5em;
    width: min(100%, 310px);
  }
}
/* footer */
footer {
  padding: 64px 0 40px;
}
footer .inner {
  justify-content: space-between;
  margin-bottom: 60px;
}
footer nav,
footer .logo-box {
  flex-basis: calc((100% - 120px) / 4);
}
footer .logo-box {
  align-self: flex-end;
  padding: 20px 0 0;
  text-align: right;
}
footer .logo-box img {
  width: min(75%, 260px);
}
footer nav ul li {
  border-bottom: 1px solid #d3ebe4;
}
footer nav .nav-child {
  border-top: 1px solid #d3ebe4;
}
footer nav a,
footer nav .footer-nav-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 4px;
  background: transparent;
  line-height: 1em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}
footer nav a::after,
footer nav .footer-nav-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #006255;
  border-bottom: 1px solid #006255;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s;
}
footer nav .footer-nav-toggle {
  cursor: pointer;
}
footer nav .footer-nav-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}
footer nav .footer-has-child.is-open > .footer-nav-toggle::after {
  transform: translateY(-50%) rotate(225deg);
}
footer nav .nav-child li {
  padding-left: 28px;
  margin-top: 16px;
}
footer nav .nav-child li:last-of-type {
  border-bottom: none;
}
footer a.current,
footer .footer-nav-toggle.current {
  font-weight: 600;
  text-underline-offset: 0.25em;
}
footer p {
  color: white;
}
footer .ftNavWrap nav ul li a {
  font-size: inherit;
  color: white;
}
footer .ftNavWrap nav ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
footer .ft-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ft-btm a, footer .ft-btm small {
  font-size: 1.4rem;
  line-height: 1em;
}
footer .ft-btm a {
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  footer nav .footer-nav-toggle::after {
    content: none;
  }
  footer .ftNavWrap nav ul {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 720px) {
  footer nav .nav-child {
    display: none;
    padding-bottom: 0.75em;
  }
  footer nav .footer-has-child.is-open > .nav-child {
    display: block;
  }
  footer .logo-box {
    padding: 48px 0 0;
    text-align: left;
  }
  footer .ftNavWrap .colBox {
    flex-basis: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
  footer .ftNavWrap .colBox ul {
    justify-content: flex-start;
  }
  footer .ftNavWrap .colBox ul:nth-child(n+2) {
    margin-top: 20px;
  }
}

.lowerpage .wp-block-table td, .lowerpage .wp-block-table th {
  border: none;
}
.lowerpage .main {
  padding-top: 60px;
  padding-bottom: 150px;
}
.lowerpage .main .tit-01 {
  font-size: min(6vw, 3rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.lowerpage .main .tit-01:nth-of-type(n+2) {
  margin-top: min(7vw, 80px);
}
.lowerpage .main .tit-bd {
  font-size: min(5vw, 2.4rem);
  margin: 30px 0 15px;
  padding-left: 20px;
  border-left: 7px solid #1aa290;
}
.lowerpage .main #editer-content h3 {
  margin-bottom: 20px;
}
.lowerpage .main #editer-content h3, .lowerpage .main #editer-content h3 * {
  font-size: min(6vw, 3rem);
  font-weight: 700;
  color: #5C0D12;
}
.lowerpage .main #editer-content h4 {
  margin: 0 0 20px;
  padding-left: 20px;
  border-left: 7px solid #1aa290;
}
.lowerpage .main #editer-content h4, .lowerpage .main #editer-content h4 * {
  font-size: min(5vw, 2.4rem);
}
.lowerpage .main #editer-content strong {
  font-weight: 700;
}
.lowerpage .main #editer-content a {
  text-decoration: underline;
}
.lowerpage .main #editer-content iframe {
  width: min(100vw, 600px) !important;
  height: 400px;
  background: #ccc;
  margin-bottom: 40px;
}
.lowerpage .main #editer-content form input[type=text],
.lowerpage .main #editer-content form input[type=email],
.lowerpage .main #editer-content form input[type=tel],
.lowerpage .main #editer-content form textarea {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}
.lowerpage .main #editer-content form input[type=submit],
.lowerpage .main #editer-content form input[type=button] {
  background: #1aa290;
  color: white;
  padding: 1em 2em;
  letter-spacing: 0.5em;
  border-radius: 5px;
}
.lowerpage .main #editer-content form div + div,
.lowerpage .main #editer-content form div + h4 {
  margin-top: 40px;
}
.lowerpage .main .page-wrap p {
  margin-bottom: 1em;
}
.lowerpage .main .page-wrap table {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
.lowerpage .main .page-wrap table tr td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  vertical-align: middle;
}
.lowerpage .main .page-wrap table tr td:first-of-type {
  width: 12em;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  .lowerpage .main {
    padding: 50px 0 100px;
  }
  .lowerpage .main .page-wrap table tr td {
    display: block;
    padding: 7px 0 20px;
    width: 100% !important;
    font-size: 1.5rem;
  }
  .lowerpage .main .page-wrap table tr td:first-of-type {
    font-weight: bold;
    padding: 15px 0 0;
    text-align: left;
    border-bottom: none;
  }
  .lowerpage .main .page-wrap iframe {
    margin: 0 -30px 40px;
    height: 300px;
  }
}
.fadeIn, .fadeInUp, .fadeInDown, .fadeInRight, .fadeInLeft {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.fadeIn.is-active, .fadeInUp.is-active, .fadeInDown.is-active, .fadeInRight.is-active, .fadeInLeft.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeInUp {
  transform: translateY(20px);
}
.fadeInDown {
  transform: translateY(-20px);
}
.fadeInRight {
  transform: translateX(20px);
}
.fadeInLeft {
  transform: translateX(-20px);
}

.breadcrumbs {
  width: calc(100% - 40px);
  padding: 10px 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  color: #1aa290;
}
.breadcrumbs ul li:nth-of-type(n + 2)::before {
  content: "";
  padding-left: 7px;
  height: 100%;
  background: url(/asset/img/common/arrow_right.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  margin: 0 5px 0 8px;
  color: initial;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
  font-size: min(3.5vw, 1.4rem);
}
.breadcrumbs ul li a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi span:not(.pages),
.wp-pagenavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid #1aa290;
  border-radius: 50%;
  color: #1aa290;
  line-height: 1;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: #1aa290;
  color: white;
}

.txt-cs {
  margin-bottom: 60px;
}

a.off {
  pointer-events: none;
  opacity: 0.5;
}

.bgGr {
  background: #addacd;
}
.bgGr-w {
  border-image-source: linear-gradient(#addacd, #addacd);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}

.bgWh {
  background: white;
}

.bgGr2 {
  background: #66C1AF;
}

.bgLgr {
  background: #edf5f3;
}
.bgLgr-w {
  border-image-source: linear-gradient(#edf5f3, #edf5f3);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}

.ft-or {
  color: #FB5B01;
}

.page-head {
  background: url(/asset/img/common/bg_pghead.png) no-repeat top 0 right 40px;
  background-size: auto min(100%, 245px);
  border-bottom: 2px solid #edf5f3;
}
.page-head .txt-box {
  padding: 60px 0;
}
.page-head .txt-box .tit span {
  display: block;
  line-height: 1em;
}
.page-head .txt-box .tit .en {
  color: #1AA290;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2em;
}
.page-head .txt-box .tit .ja {
  font-size: min(8.6vw, 3.6rem);
  font-weight: 600;
  margin-top: 0.3em;
}
.page-head .txt-box .txt {
  margin-top: 16px;
}

.site-main {
  padding: 80px 0 0;
}

.tit-rl {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.tit-rl span {
  font-weight: 600;
  line-height: 1em;
}
.tit-rl .en {
  color: #1aa290;
  font-size: 1.8rem;
}
.tit-rl .ja {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.tit-rl .ja::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #555;
  margin: 0 10px;
}

.main {
  padding-bottom: 150px;
  background-image: url(../img/common/ft_illust_02.svg), url(../img/common/ft_illust_03.svg);
  background-repeat: no-repeat;
  background-position: bottom -2px left 0, bottom -2px right 0;
  background-size: min(35vw, 309px), min(30vw, 280px);
}
.main .page-tit {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.main .page-tit h3 {
  margin-right: 30px;
  margin-bottom: 0;
}
.main .imgL .imgCol {
  order: 1;
}
.main .imgL .txtCol {
  order: 2;
}
.main .imgR .txtCol {
  order: 1;
}
.main .imgR .imgCol {
  order: 2;
}
.main .img-round {
  overflow: hidden;
  border-radius: 28px;
}
.main .tit-box {
  margin-bottom: 20px;
}
.main .tit-box img {
  height: min(11vw, 52px);
}

.btn-01 {
  background: #006255 url(/asset/img/common/arrow_wh.svg) no-repeat top 50% right 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 1.3em 2.5em 1.3em 1.5em;
  width: min(100%, 230px);
  word-break: keep-all;
}
@media only screen and (min-width: 720px) {
  .btn-01:hover {
    opacity: 1;
    background-color: #09473d;
    background-position: top 50% right 10px;
  }
}

.btn-02 {
  background: #006255 url(/asset/img/common/arrow_wh.svg) no-repeat top 50% right 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 1.5em 2em;
  width: min(100%, 350px);
  word-break: keep-all;
}
@media only screen and (min-width: 720px) {
  .btn-02:hover {
    opacity: 1;
    background-color: #09473d;
    background-position: top 50% right 10px;
  }
}

.btn-03 {
  background: url(/asset/img/common/arrow_gr.svg) no-repeat top 50% right 0/15px;
  color: #006255;
  padding: 0 2em 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
}
@media only screen and (min-width: 720px) {
  .btn-03:hover {
    text-decoration: underline;
  }
}

.tit-ul,
.tit-ul-s {
  font-weight: 700;
}
.tit-ul::after,
.tit-ul-s::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 24px;
  background: #1aa290;
}

.tit-ul {
  font-size: clamp(2.8rem, 7vw, 3.6rem);
  margin-bottom: 64px;
}

.tit-ul-s {
  font-size: 2rem;
  margin-bottom: 20px;
}

.list-disc {
  padding-left: 30px;
}
.list-disc li {
  list-style-type: disc;
}
.list-disc li + li {
  margin-top: 0.5em;
}

.rv {
  flex-direction: row-reverse;
}

.hero-content {
  margin-bottom: 80px;
}
.hero-content .txt-box {
  padding: 20px 60px;
  flex-basis: 60%;
}
.hero-content .txt-box .tit {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.hero-content .img-box {
  flex-basis: 40%;
}
.hero-content .img-box img {
  max-width: none;
  width: 100%;
  border-radius: 40px 0 0 40px;
}

.ft-btn-wrap {
  background: url(/asset/img/common/motif3.png) no-repeat 50% 0/min(100%, 1440px);
  padding: 180px 0 clamp(64px, 10vw, 80px);
  text-align: center;
}
.ft-btn-wrap .txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6em;
}
.ft-btn-wrap .txt + .txt {
  margin-top: 16px;
}
.ft-btn-wrap .btn-box {
  margin-top: 48px;
}
@media only screen and (max-width: 720px) {
  .ft-btn-wrap {
    background: url(/asset/img/common/motif3_mobile.png) no-repeat 50% 0/min(100%, 1440px);
    padding: 85px 0 clamp(64px, 10vw, 80px);
  }
  .ft-btn-wrap .txt {
    font-size: 1.8rem;
    line-height: 2em;
  }
}

.site-cta {
  background: linear-gradient(94.5deg, #ADDACD 0%, #1AA290 50%, #1FAEB3 100%);
  border-radius: 24px;
  padding: 80px 0;
  width: calc(100% - 40px);
  margin: 20px auto;
  text-align: center;
  justify-content: space-between;
}
.site-cta .txt {
  color: #fff;
  font-size: min(4.5vw, 2rem);
  font-weight: 600;
}
.site-cta .txt + .txt {
  margin-top: 20px;
}
.site-cta .inner {
  width: min(100%, 860px);
  background: #fff;
  border-radius: 16px;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0;
}
.site-cta .inner .txt-box,
.site-cta .inner .btn-box {
  flex-basis: 50%;
  padding: 0 40px;
}
.site-cta .inner .btn-box {
  border-left: 1px solid #edf5f3;
}
.site-cta .inner .tel {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.site-cta .inner .hour {
  font-size: 1.4rem;
  margin-top: 5px;
}

.core-wd .site-cta {
  margin: 20px 0;
}

.acc-wrap details {
  border-top: 1px solid rgba(0, 31, 26, 0.14);
}
.acc-wrap details:last-child {
  border-bottom: 1px solid rgba(0, 31, 26, 0.14);
}
.acc-wrap details[open] summary::after {
  transform: translateY(-50%) rotate(225deg);
}
.acc-wrap summary {
  position: relative;
  display: block;
  padding: 18px 40px 18px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.acc-wrap summary::-webkit-details-marker {
  display: none;
}
.acc-wrap summary::marker {
  content: "";
}
.acc-wrap summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1aa290;
  border-bottom: 1px solid #1aa290;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.acc-wrap .inner {
  padding: 0 40px 30px 0;
}
.acc-wrap .inner ul.list {
  padding-left: 1.5em;
}
.acc-wrap .inner ul.list li {
  list-style-type: disc;
}
.acc-wrap .inner ul.list li + li {
  margin-top: 0.5em;
}
@media only screen and (max-width: 720px) {
  .acc-wrap summary {
    padding: 24px 32px 24px 16px;
  }
  .acc-wrap .inner {
    padding: 0 16px 16px 16px;
  }
}

.media-wrap .tit-box {
  flex-basis: 25%;
  justify-content: space-between;
  align-items: center;
}
.media-wrap .tit-box .btn-box {
  margin-top: 20px;
  flex-basis: 220px;
}
.media-wrap .txt-box {
  flex-basis: calc(75% - 40px);
}
.media-wrap .txt-box .media-slider {
  overflow: visible;
}
.media-wrap .txt-box .media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.media-wrap .txt-box .media-list li {
  flex-basis: calc((100% - 80px) / 3);
  flex-shrink: 1;
  width: auto;
  height: auto;
}
.media-wrap .txt-box .media-list li img {
  border-radius: 12px;
}
.media-wrap .txt-box .media-list li .post-ct {
  margin: 12px 0 8px;
}
.media-wrap .txt-box .media-list li .post-ct a {
  color: #006255;
  border: 1px solid #006255;
  line-height: 1em;
  padding: 0.3em 0.7em;
  border-radius: 15px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1em;
}
.media-wrap .txt-box .media-list li .post-ct a:hover {
  background: #006255;
  color: white;
}
.media-wrap .txt-box .media-list li .post-tit a {
  font-weight: 600;
}
.media-wrap .txt-box .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .media-wrap .tit-box {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .media-wrap .tit-box {
    margin: 20px 0 0;
  }
  .media-wrap .txt-box .media-slider {
    overflow: hidden;
    padding-bottom: 34px;
  }
  .media-wrap .txt-box .media-list {
    flex-wrap: nowrap;
    gap: 0;
  }
  .media-wrap .txt-box .media-list li {
    flex-basis: auto;
    flex-shrink: 0;
    width: 100%;
  }
  .media-wrap .txt-box .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .media-wrap .txt-box .swiper-pagination-bullet-active {
    background: #1aa290;
  }
  .media-wrap .btn-box {
    margin-top: 40px;
  }
}

.staff-wrap .box {
  justify-content: space-between;
  align-items: center;
}
.staff-wrap .box + .box {
  margin-top: 65px;
}
.staff-wrap .box .txt-box {
  flex-basis: 62.7%;
}
.staff-wrap .box .txt-box .role {
  font-size: 1.4rem;
}
.staff-wrap .box .txt-box .name {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 5px 0 20px;
}
.staff-wrap .box .txt-box dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  font-size: 1.6rem;
}
.staff-wrap .box .txt-box dl dt {
  flex-basis: 5em;
}
.staff-wrap .box .txt-box dl dd {
  flex-basis: calc(100% - 5em);
}
.staff-wrap .box .img-box {
  flex-basis: 29.5%;
  text-align: center;
}
.staff-wrap .box .img-box img {
  border-radius: 12px;
  width: min(100%, 302px);
}
@media only screen and (max-width: 720px) {
  .staff-wrap .box .txt-box {
    margin-top: 20px;
  }
  .staff-wrap .box .img-box img {
    width: min(74.1%, 302px);
  }
}

@media only screen and (min-width: 1025px) {
  .mdv {
    display: none !important;
  }
  .swiper-slide.flexwd,
.flexwd {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .wdv {
    display: none !important;
  }
  .swiper-slide.flexmd,
.flexmd {
    display: flex;
  }
}
@media only screen and (min-width: 721px) {
  .spv {
    display: none !important;
  }
  .swiper-slide.flexpc,
.flexpc {
    display: flex;
  }
}
@media only screen and (max-width: 720px) {
  .pcv {
    display: none !important;
  }
  .swiper-slide.flexsp,
.flexsp {
    display: flex;
  }
  .breadcrumbs {
    display: none;
  }
  .wrapper {
    padding-left: 0;
  }
  .content-area {
    padding-top: 32px;
  }
  .hero-content {
    margin-bottom: 40px;
  }
  .hero-content .txt-box {
    padding: 0 20px;
    flex-basis: 60%;
  }
  .hero-content .txt-box .tit {
    font-size: min(8vw, 4.2rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
  .hero-content .img-box {
    padding-left: 15%;
    margin-top: 30px;
  }
  .site-cta {
    padding: 60px 0;
    margin: 10px auto;
    width: calc(100% - 20px);
  }
  .site-cta .core {
    width: calc(100% - 20px);
  }
  .site-cta .core p + p {
    margin-top: 1em;
  }
  .site-cta .inner {
    margin-top: 40px;
    padding: 0 20px;
  }
  .site-cta .inner .txt-box,
.site-cta .inner .btn-box {
    padding: 24px 0;
  }
  .site-cta .inner .btn-box {
    border-left: none;
    border-top: 1px solid #edf5f3;
  }
  .site-cta .inner .hour {
    font-size: 1.4rem;
  }
  .page-head {
    background: url(/asset/img/common/bg_pghead.png) bottom 0 right 0/95% no-repeat;
  }
  .page-head .txt-box {
    padding: 40px 0 70px;
  }
  .page-head .txt-box .tit span {
    display: block;
    line-height: 1em;
  }
  .site-main {
    padding: 60px 0 0;
  }
  .btn-box {
    text-align: center;
  }
  .btn-02 {
    padding: 1.2em 2em;
  }
}
@media only screen and (max-width: 480px) {
  .main .img-round {
    border-radius: 10px;
  }
}
#contact {
  padding-top: clamp(40px, 5vw, 80px);
  max-width: 784px;
}
#contact .wp-block-paragraph {
  text-align: center;
  margin-bottom: 64px;
}
#contact .form-wrap {
  background: #f2f2f2;
  padding: 32px;
  border-radius: 16px;
}
#contact .form-wrap input[type=url],
#contact .form-wrap input[type=email],
#contact .form-wrap input[type=tel] input[type=number],
#contact .form-wrap input[type=text],
#contact .form-wrap button, #contact .form-wrap select, #contact .form-wrap textarea {
  color: #001f1a;
  width: 100%;
  padding: 8px;
  background: white;
  border: 1px solid #addacd;
}
#contact .form-wrap p + p {
  margin-top: 32px;
}
#contact .form-wrap p a {
  text-decoration: underline;
}
#contact .form-wrap label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 8px;
}
#contact .form-wrap label input,
#contact .form-wrap label select,
#contact .form-wrap label textarea {
  margin-top: 8px;
}
#contact .form-wrap input.wpcf7-submit {
  width: 192px;
  height: 56px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  background: #006255;
  color: white;
}
#contact .form-wrap .required-label {
  font-size: 1.4rem;
  color: #ec0100;
  font-weight: 600;
}
#contact .wpcf7-list-item {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #contact .wp-block-paragraph {
    text-align: justify;
  }
}

.wp-singular .site-cta {
  margin-top: 64px;
}

.wp-block-image {
  margin: 32px 0;
}

.wp-block-paragraph {
  word-break: break-all;
  line-height: 1.75em;
}
.wp-block-paragraph + .wp-block-paragraph {
  margin-top: 32px;
}
.wp-block-paragraph + .wp-block-quote {
  margin-top: 32px;
}
/*# sourceMappingURL=common.css.map */