@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100dvh;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.en {
  font-family: "Roboto", serif;
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.heading {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px -4px 10px rgba(2, 65, 49, 0.25), 0px -4px 10px rgba(2, 65, 49, 0.25), 4px 0px 10px rgba(2, 65, 49, 0.25), 0px 4px 10px rgba(2, 65, 49, 0.25);
}
.heading::before, .heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 10px rgba(2, 65, 49, 0.25), 0px -4px 10px rgba(2, 65, 49, 0.25), 4px 0px 10px rgba(2, 65, 49, 0.25), 0px 4px 10px rgba(2, 65, 49, 0.25);
          box-shadow: 0px -4px 10px rgba(2, 65, 49, 0.25), 0px -4px 10px rgba(2, 65, 49, 0.25), 4px 0px 10px rgba(2, 65, 49, 0.25), 0px 4px 10px rgba(2, 65, 49, 0.25);
}
.heading::before {
  left: -30px; /* 左側の位置調整 */
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); /* 左斜め */
}
.heading::after {
  right: -30px; /* 右側の位置調整 */
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); /* 右斜め */
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*************************************************
top
*************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 1000; /* FVより前面に表示 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header--scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header__inner {
  margin: 0 auto;
  padding: 29px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header__btnwrap {
    gap: 10px;
  }
}
.header__telwrap {
  text-align: center;
}
.header__telwrap-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 44px 12px 44px;
  background: linear-gradient(88deg, #38B184 6.94%, #088A6B 96.89%);
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__telwrap-link {
    padding: 12px 30px 10px 30px;
  }
}
.header__telwrap-link:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .header__telwrap a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.header__telwrap-icon {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
.header__telwrap-text {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header__telwrap-text {
    font-size: 20px;
  }
}
.header__telwrap-time {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.header__mailwrap-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 30px;
  background: linear-gradient(88deg, #FFAF32 0.52%, #F45716 96.89%);
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__mailwrap-link {
    padding: 10px 20px;
  }
}
.header__mailwrap-link:hover {
  opacity: 0.8;
}
.header__mailwrap-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.header__mailwrap-text {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .header__mailwrap-text {
    font-size: 16px;
  }
}

.fv {
  width: 100%;
  height: auto;
}
.fv__inner {
  width: 100%;
  height: 100%;
}

.worries {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.worries__inner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .worries {
    -webkit-filter: drop-shadow(0px 2px 10px rgba(72, 66, 0, 0.15));
            filter: drop-shadow(0px 2px 10px rgba(72, 66, 0, 0.15));
  }
}

.possible {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/possible-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .possible {
    background: none;
  }
}
.possible__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 548px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -6.25vw;
}
@media screen and (max-width: 1200px) {
  .possible__inner {
    height: 38.0555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .possible__inner {
    padding: initial;
    width: 100%;
    height: auto;
    margin-top: -11.5384615385vw;
  }
}
@media screen and (max-width: 420px) {
  .possible__inner {
    margin-top: -45px;
  }
}
.possible__text {
  width: 850px;
  height: auto;
  margin-top: 150px;
  margin-left: -4.8611111111vw;
  padding-bottom: 50px;
}
.possible__text img {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .possible__text {
    margin-left: initial;
    margin-top: 12.5vw;
    width: 54.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .possible__text {
    display: none;
  }
}
.possible__image-pc {
  width: 320px;
  height: 412px;
  position: absolute;
  bottom: 0;
  right: 14.7222222222vw;
}
@media screen and (max-width: 1500px) {
  .possible__image-pc {
    width: 22.2222222222vw;
    height: 28.6111111111vw;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .possible__image-pc {
    display: none;
  }
}
.possible__image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .possible__image-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.possible02 {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/possible-bg.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .possible02 {
    background: none;
    margin-bottom: 52px;
  }
}
.possible02 img {
  max-width: 986px;
  margin: 0 auto;
  display: block;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .possible02 img {
    padding: initial;
    width: 100%;
  }
}
.possible02__inner {
  max-width: 986px;
  margin: 0 auto;
  margin-top: -6.25vw;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .possible02__inner {
    height: 38.0555555556vw;
  }
}
@media screen and (max-width: 768px) {
  .possible02__inner {
    padding: initial;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .possible02__inner {
    margin-top: -45px;
  }
}

.construction {
  background-color: #FFFBDF;
}
.construction__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 20px;
}
@media screen and (max-width: 768px) {
  .construction__inner {
    padding: 56px 20px;
  }
}
.construction__text {
  display: block;
  max-width: 865px;
  height: auto;
  margin: 0 auto 40px auto;
}
.construction__image {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 1120px) {
  .construction .cta {
    margin: initial;
  }
}

.cta {
  background: url(../images/cta_bg.jpg) center center no-repeat;
  background-size: cover;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
}
@media screen and (max-width: 1120px) {
  .cta {
    margin: 0 20px;
  }
}
.cta__inner {
  padding: 56px 0;
}
.cta__heading {
  color: #FFF;
  text-align: center;
  text-shadow: 0px -4px 10px rgba(2, 65, 49, 0.25), 0px -4px 10px rgba(2, 65, 49, 0.25), 4px 0px 10px rgba(2, 65, 49, 0.25), 0px 4px 10px rgba(2, 65, 49, 0.25);
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    line-height: 150%;
  }
}
.cta__btnwrap {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__btnwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.cta__telwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .cta__telwrap {
    max-width: 310px;
    margin: 0 auto;
    gap: 8px;
  }
}
.cta__telwrap-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 60px 12px 60px;
  background: linear-gradient(88deg, #38B184 6.94%, #088A6B 96.89%);
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__telwrap-link {
    padding: 17px 55px;
  }
}
.cta__telwrap-link:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cta__telwrap a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.cta__telwrap-icon {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
.cta__telwrap-text {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 500;
}
.cta__telwrap-time {
  color: #ffffff;
  text-shadow: 0px -4px 10px rgba(2, 65, 49, 0.25), 0px -4px 10px rgba(2, 65, 49, 0.25), 4px 0px 10px rgba(2, 65, 49, 0.25), 0px 4px 10px rgba(2, 65, 49, 0.25);
  font-size: 14px;
  font-weight: 500;
}
.cta__mailwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .cta__mailwrap {
    max-width: 310px;
    margin: 0 auto;
  }
}
.cta__mailwrap-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 30px;
  background: linear-gradient(88deg, #FFAF32 0.52%, #F45716 96.89%);
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__mailwrap-link {
    padding: 17px 40px 18px 40px;
  }
}
.cta__mailwrap-link:hover {
  opacity: 0.8;
}
.cta__mailwrap-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.cta__mailwrap-text {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.reason__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 20px;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    padding: 56px 20px;
  }
}
.reason__title {
  max-width: 428px;
  height: auto;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .reason__title {
    max-width: 309px;
    margin: 0 auto 32px auto;
  }
}
.reason__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .reason__contents {
    gap: 32px;
  }
}
.reason__image-wrap {
  position: relative;
}
.reason__image-wrap:nth-child(even) {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
.reason__image-wrap:nth-child(even) picture {
  margin-left: auto;
}
.reason__image-wrap:nth-child(odd) {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .reason__image-wrap:nth-child(odd) {
    margin-right: -20px;
  }
}
.reason__image-wrap picture {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .reason__image-wrap {
    margin-left: -20px;
  }
  .reason__image-wrap picture {
    max-width: none;
    margin: 0;
  }
}

.price {
  background-color: #E9F4F0;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 56px 0;
  }
}
.price__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.price__title {
  max-width: 438px;
  height: auto;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .price__title {
    max-width: 319px;
    margin: 0 auto 32px auto;
  }
}
.price__image-wrap {
  max-width: 900px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .price__image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.price .explanation {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .price .explanation {
    margin-bottom: 8px;
  }
}
.price__annotation {
  max-width: 900px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .price__annotation {
    font-size: 10px;
    text-align: left;
  }
}
.price__notes {
  max-width: 900px;
  height: auto;
  margin: 40px auto 86px auto;
}
@media screen and (max-width: 768px) {
  .price__notes {
    margin: 56px auto 56px auto;
  }
}
.price .hagupass__wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
  padding: 96px 90px;
}
@media screen and (max-width: 768px) {
  .price .hagupass__wrap {
    padding: 56px 20px;
  }
}
.price .hagupass__wrap__title {
  max-width: 585px;
  height: auto;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .price .hagupass__wrap__title {
    margin: 0 auto 24px auto;
  }
}
.price .hagupass__wrap__text {
  font-size: 16px;
  text-align: center;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price .hagupass__wrap__text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.price .hagupass__wrap__text-orange {
  color: #FCA317;
  font-weight: 700;
}
.price .hagupass__wrap__image {
  margin: 0 auto 72px;
}
@media screen and (max-width: 768px) {
  .price .hagupass__wrap__image {
    margin: 0 20px 20px 20px;
  }
}
.price .hagupass__wrap__service {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
}
.price .hagupass__wrap__imagetext {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
}
.price .hagupass__wrap02 {
  background-color: #fffaf3;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
  padding: 0 90px 96px 90px;
}
@media screen and (max-width: 768px) {
  .price .hagupass__wrap02 {
    padding: 0 20px 20px 20px;
  }
}
.price .hagupass__wrap02 > div img {
  margin-top: -25px;
}

.voice {
  padding: 96px 0;
  background-color: #FFFBDF;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 56px 0;
    margin-top: 56px;
  }
}
.voice__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.voice__title {
  width: 341px;
  height: auto;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .voice__title {
    width: 249px;
    height: auto;
    margin: 0 auto 32px auto;
  }
}
.voice__wrap {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(72, 66, 0, 0.1);
}
.voice__wrap:last-child {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .voice__wrap:last-child {
    margin-top: 32px;
  }
}

.flow {
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 56px 0;
  }
}
.flow__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow__title {
  width: 293px;
  height: auto;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .flow__title {
    width: 213px;
    margin: 0 auto 32px auto;
  }
}
.flow__image {
  width: 100%;
  height: auto;
}

.faq {
  margin-top: 96px;
  padding: 96px 0;
  background-color: #FFFBDF;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 56px;
    padding: 56px 0;
  }
}
.faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq__title {
  width: 341px;
  height: auto;
  margin: 0 auto 56px auto;
}
@media screen and (max-width: 768px) {
  .faq__title {
    width: 249px;
    margin: 0 auto 32px auto;
  }
}
.faq__wrap {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.faq__wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .faq__wrap {
    margin-bottom: 32px;
  }
}

.contact {
  background: url(../images/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 96px 20px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 56px 20px;
    background: url(../images/contact_bg_sp.jpg) center center no-repeat;
  }
}
.contact__inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 96px 90px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 56px 20px;
  }
}
.contact__title-en {
  text-align: center;
  font-size: 28px;
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #38B184;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact__title-en {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 16px;
  }
}
.contact__title-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 137px;
  height: 2px;
  background: #38B184;
}
.contact__title-ja {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__title-ja {
    font-size: 34px;
  }
}
.contact .contact-form {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form {
    margin-top: 32px;
  }
}
.contact .contact-form__group {
  margin-bottom: 24px;
}
.contact .contact-form__group:last-child {
  margin-bottom: initial;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__group {
    margin-bottom: 16px;
  }
}
.contact .contact-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__label {
    font-size: 14px;
  }
}
.contact .contact-form__required {
  color: #ffffff;
  background-color: #38B184;
  padding: 1px 5px;
  margin-left: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__required {
    font-size: 13px;
  }
}
.contact .contact-form__input {
  width: 100%;
  padding: 14px 14px 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__input {
    font-size: 15px;
    padding: 12px 8px;
  }
}
.contact .contact-form__input:focus {
  outline: none;
  border-color: #8D8D8D;
  -webkit-box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
          box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}
.contact .contact-form__textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px;
  background-color: #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  resize: vertical;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__textarea {
    font-size: 15px;
    padding: 12px;
  }
}
.contact .contact-form__textarea:focus {
  outline: none;
  border-color: #8D8D8D;
  -webkit-box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
          box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}
.contact .contact-form__submit {
  text-align: center;
  margin-top: 40px;
}
.contact .contact-form__button {
  min-width: 320px;
  display: inline-block;
  padding: 20px 120px;
  color: #38B184;
  border: 2px solid #38B184;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .contact-form__button {
    min-width: 310px;
  }
}
.contact .contact-form__button::after {
  position: absolute;
  content: "";
  background: url(../images/btn_arrow.svg) center center no-repeat;
  background-size: cover;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.contact .contact-form__button:hover {
  background: #38B184;
  color: #ffffff;
}
.contact .contact-form__button:hover::after {
  background: url(../images/btn_arrow_white.svg) center center no-repeat;
}
@media (max-width: 480px) {
  .contact .contact-form .contact {
    padding: 15px;
  }
  .contact .contact-form .contact__container {
    padding: 20px;
  }
  .contact .contact-form .contact-form__button {
    width: 100%;
    padding: 20px 80px;
  }
}

.footer {
  background-color: #38B184;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 54px;
  }
}
.footer__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo nav" "copy copy";
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__logo {
  width: 145px;
  height: auto;
}
.footer__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-left: 50px;
  }
}
@media screen and (max-width: 390px) {
  .footer__nav {
    margin-left: 30px;
  }
}
.footer__nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer__nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.footer__nav .nav__list {
  color: #ffffff;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__nav .nav__list {
    white-space: nowrap;
  }
}
.footer__nav .nav__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav .nav__link:hover {
  opacity: 0.8;
}
.footer__nav .nav__link img {
  width: 18px;
  height: auto;
  margin-left: 8px;
}
.footer__copy {
  font-size: clamp(10px, 1.1111111111vw, 16px);
  font-family: "Roboto", serif;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    grid-area: copy;
    text-align: center;
    margin-top: 16px;
  }
}

.sp-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.sp-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sp-contact__btn:hover {
  opacity: 0.8;
}
.sp-contact__btn--tel {
  background: linear-gradient(88deg, #38B184 6.94%, #088A6B 96.89%);
  padding: 9px 10px;
}
.sp-contact__btn--mail {
  background: linear-gradient(88deg, #FFAF32 0.52%, #F45716 96.89%);
  padding: 9px 3px;
}
.sp-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-contact__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-contact__icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.sp-contact__text {
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.sp-contact__text--mail {
  font-size: 3.8461538462vw;
  font-weight: 700;
}
.sp-contact__hours {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.sp-contact__hours--en {
  font-size: 12px;
}

.thanks {
  text-align: center;
}
.thanks__inner {
  max-width: 1120px;
  margin: 300px auto 96px auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .thanks__inner {
    margin: 200px auto 56px auto;
  }
}
.thanks__title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 140%;
  }
}
.thanks__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.thanks__btn {
  min-width: 320px;
}
.thanks__btn-back {
  display: inline-block;
  padding: 20px 120px;
  color: #38B184;
  border: 2px solid #38B184;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.thanks__btn-back::after {
  position: absolute;
  content: "";
  background: url(../images/btn_arrow.svg) center center no-repeat;
  background-size: cover;
  top: 50%;
  left: 20px;
  transform: rotateY(180deg) translateY(-50%);
  -webkit-transform: rotateY(180deg) translateY(-50%);
  -ms-transform: rotateY(180deg) translateY(-50%);
  width: 30px;
  height: 30px;
}
.thanks__btn-back:hover {
  background: #38B184;
  color: #ffffff;
}
.thanks__btn-back:hover::after {
  background: url(../images/btn_arrow_white.svg) center center no-repeat;
}/*# sourceMappingURL=style.css.map */