@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 0.8333333vw;
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 1.3333333333vw;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 110rem;
  min-width: auto;
  margin: 0 auto;
}
.Inner--big {
  max-width: 130rem;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1099px) and (min-width: 481px) {
  .Inner {
    padding: 0 2rem;
  }
}
.Inner--mini {
  max-width: 106rem;
}
@media screen and (max-width: 480px) {
  .Inner--mini {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .Inner {
    padding: 0 5rem;
  }
}
.Inner--min {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Inner--min {
    padding: 0 0.5rem;
  }
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
}

.main {
  width: 100%;
  overflow-x: hidden;
}

.Head {
  position: fixed;
  max-width: 96%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999;
}
@media screen and (max-width: 480px) {
  .Head {
    display: none;
  }
}
.Head__wrap {
  width: 100%;
  max-width: 198rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Head__wrap {
    justify-content: center;
  }
}
.Head__wrap__ttl {
  width: 26.1rem;
  height: 8.2rem;
  transition: 0.2s;
  padding-top: 1rem;
}
.Head__wrap__ttl:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.Head__wrap__cta {
  width: 80rem;
}
@media screen and (max-width: 480px) {
  .Head__wrap__cta {
    display: none;
  }
}

.Fv {
  width: 100%;
  background-image: url(../img/fv-bg.webp);
  padding-top: 18rem;
  padding-bottom: 20.9rem;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Fv {
    padding-bottom: 12.9rem;
    background-image: url(../img/fv-bg-sp.webp);
    background-position: 50% center;
    background-size: cover;
    height: 57rem;
    margin-bottom: 80rem;
  }
}
.Fv__point {
  width: 59.5rem;
}
@media screen and (max-width: 480px) {
  .Fv__point {
    display: none;
  }
}
.Fv__point--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .Fv__point--sp {
    display: block;
    width: 100%;
    margin-top: 40rem;
  }
}
.Fv__text {
  margin-top: 3.5rem;
  width: 98.7rem;
}
@media screen and (max-width: 480px) {
  .Fv__text {
    display: none;
    width: 100%;
  }
}
.Fv__cta {
  margin-top: 3.5rem;
  width: 86rem;
}
@media screen and (max-width: 480px) {
  .Fv__cta {
    width: 100%;
  }
}

.Worry {
  margin-top: -30rem;
  width: 100%;
  background-image: url(../img/worry-bg.webp);
  padding-top: 18rem;
  padding-bottom: 0rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .Worry {
    background-image: url(../img/worry-bg-sp.webp);
    margin-top: -115rem;
    padding-top: 98rem;
  }
}
.Worry__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Worry__box {
    flex-direction: column;
  }
}
.Worry__box__left {
  width: 47.6rem;
}
@media screen and (max-width: 480px) {
  .Worry__box__left {
    margin: 0 auto;
  }
}
.Worry__box__right {
  padding-top: 18rem;
  padding-left: 6rem;
  box-sizing: border-box;
  width: calc(100% - 47.6rem);
}
@media screen and (max-width: 480px) {
  .Worry__box__right {
    padding-top: 6rem;
    padding-left: 0rem;
    width: 100%;
  }
}
.Worry__box__right__question {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #37BBAE;
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .Worry__box__right__question {
    font-size: 3.8rem;
    text-align: center;
  }
}
.Worry__box__right__check {
  font-family: Shippori Mincho;
  font-weight: 700;
  font-style: Bold;
  font-size: 2.8rem;
  padding-left: 6rem;
  line-height: 2.2;
  color: #434343;
  leading-trim: NONE;
  letter-spacing: -5%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Worry__box__right__check {
    font-size: 3.2rem;
  }
}
.Worry__box__right__check:before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(../img/check-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: -0.5rem;
  transform: translate(0, -50%);
}
.Worry__solution {
  padding-top: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Worry__solution {
    padding-top: 2rem;
    width: 54.3rem;
    margin: 0 auto;
  }
}
.Worry__arrow {
  margin: 0rem auto;
  text-align: center;
  padding: 9rem 0;
}
@media screen and (max-width: 480px) {
  .Worry__arrow {
    width: 8.5rem;
    height: 8.5rem;
    padding: 3rem 0;
  }
}

.Why {
  margin-top: -30rem;
  width: 100%;
  background-image: url(../img/why-bg.webp);
  padding-top: 30rem;
  padding-bottom: 2.9rem;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  z-index: -2;
}
.Why__grouphome {
  padding-bottom: 6rem;
  position: relative;
  text-align: center;
}
.Why__grouphome img {
  margin: 0 auto;
}
.Why__grouphome:before {
  position: absolute;
  content: "";
  width: 45rem;
  height: 26rem;
  background-image: url(../img/why.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: -2rem;
  left: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Why__grouphome:before {
    top: 7rem;
    left: -6rem;
  }
}

.Why2 {
  margin-top: 0rem;
  width: 100%;
  background-image: url(../img/why2-bg.webp);
  padding-top: 0rem;
  padding-bottom: 2.9rem;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  z-index: -2;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .Why2 {
    padding-bottom: 0rem;
  }
}

.Choice {
  background: rgba(237, 249, 252, 0.4);
  text-align: center;
  padding-bottom: 61rem;
}
@media screen and (max-width: 480px) {
  .Choice {
    padding-bottom: 28rem;
  }
}
@media screen and (max-width: 480px) {
  .Choice__arrow {
    width: 8.5rem;
    height: 8.5rem;
    margin: 0 auto;
  }
}
.Choice__ttl {
  margin: 6rem auto 0;
  width: 77.2rem;
}
@media screen and (max-width: 480px) {
  .Choice__ttl {
    margin-top: 4rem;
    width: 41.6rem;
  }
}
.Choice__wrap {
  position: relative;
}
.Choice__wrap__number-view {
  position: absolute;
  max-width: 120rem;
  width: 100%;
  bottom: -36rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Choice__wrap__number-view {
    margin: 0 auto;
    width: 80%;
    padding-top: 4rem;
    position: static;
    left: auto;
    transform: translate(0, 0);
  }
}

.Strength {
  position: relative;
}
.Strength__bg {
  margin-top: -26rem;
  margin-bottom: -26rem;
  width: 100%;
  height: 60rem;
  background-image: url(../img/strength-topbg.webp);
  padding-top: 18rem;
  padding-bottom: 0rem;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .Strength__bg {
    background-image: url(../img/strength-topbg-sp.webp);
    background-size: cover;
  }
}
.Strength__bg__ttl {
  padding-top: 40rem;
  max-width: 78.7rem;
  width: 100%;
  margin: 0 auto 7rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Strength__bg__ttl {
    margin: 0 auto;
    padding-bottom: 7rem;
  }
}
.Strength__bg__ttl:after {
  position: absolute;
  content: "";
  width: 52rem;
  height: 30rem;
  background-image: url(../img/strength.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 56rem;
  right: -20rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Strength__bg__ttl:after {
    right: -16rem;
  }
}
.Strength__wrap {
  width: 100%;
  padding-bottom: 0rem;
  background: url(../img/strength-bg2.webp) 100% -1000% no-repeat, url(../img/strength-bg.webp) top left no-repeat;
  position: relative;
  z-index: 4;
}
.Strength__grid {
  position: relative;
  padding-top: 55rem;
  z-index: 40;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 43.2rem 43.2rem 43.2rem 43.2rem 43.2rem 43.2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .Strength__grid {
    padding-top: 60rem;
    display: block;
  }
}
.Strength__grid__box {
  max-width: 53rem;
  width: 53rem;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.Strength__grid__box__img {
  width: 53rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box__img {
    margin: 0 auto;
  }
}
.Strength__grid__box__ttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #37BBAE;
  padding-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box__ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 480px) {
  .Strength__grid__box__text {
    padding-bottom: 6rem;
    text-align: left;
  }
}
.Strength__grid__box__text p {
  display: inline;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0%;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box__text p {
    font-size: 3rem;
  }
}
.Strength__grid__box__text span {
  display: inline;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0%;
  color: #37BBAE;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box__text span {
    font-size: 3rem;
  }
}
.Strength__grid__box.one {
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box.one {
    margin: 0 auto;
  }
}
.Strength__grid__box.two {
  grid-row: 2/4;
  transform: translate(0, -10%);
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box.two {
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.Strength__grid__box.three {
  grid-row: 3/5;
}
.Strength__grid__box.four {
  grid-row: 4/6;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box.four {
    margin: 0 auto;
  }
}
.Strength__grid__box.five {
  grid-row: 5/7;
}
@media screen and (max-width: 480px) {
  .Strength__grid__box.five {
    margin: 0 auto;
  }
}

.Cta {
  margin-top: -40rem;
  width: 100%;
  background-image: url(../img/cta-bg.webp);
  padding-top: 20rem;
  padding-bottom: 5.5rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .Cta {
    background-image: url(../img/cta-bg-sp.webp);
    padding-top: 4rem;
    margin-top: -24rem;
    z-index: 3;
  }
}
.Cta__arrow {
  margin: 0rem auto;
  text-align: center;
  padding: 9rem 0;
}
@media screen and (max-width: 480px) {
  .Cta__arrow {
    padding: 9rem 0 3.5rem;
    width: 8.5rem;
    height: 8.5rem;
  }
}
.Cta__limited {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #F7B052;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .Cta__limited {
    font-size: 4.2rem;
  }
}
.Cta__check {
  max-width: 68.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Cta__check {
    max-width: 39.7rem;
  }
}
.Cta__cta {
  margin-top: 5.5rem;
  margin-bottom: 14.4rem;
}

.Experience__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: 0%;
  text-align: center;
  color: #00B4CD;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .Experience__ttl {
    line-height: 1.5;
    padding-bottom: 0rem;
  }
}
.Experience__voice {
  padding: 6rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #FFF;
  border-radius: 1.5rem;
}
@media screen and (max-width: 480px) {
  .Experience__voice {
    padding: 5rem 4rem;
  }
}
@media screen and (max-width: 480px) {
  .Experience__voice:first-child {
    margin-bottom: 5.5rem;
  }
}
.Experience__voice__top {
  text-align: left;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #00B4CD;
  padding: 0rem 0;
}
.Experience__voice__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Experience__voice__box {
    flex-direction: column-reverse;
  }
}
.Experience__voice__box__left {
  text-align: left;
  width: 61rem;
}
@media screen and (max-width: 480px) {
  .Experience__voice__box__left {
    padding-top: 6rem;
    width: 100%;
  }
}
.Experience__voice__box__left__ttl {
  display: none;
}
@media screen and (max-width: 480px) {
  .Experience__voice__box__left__ttl {
    display: block;
    text-align: left;
    font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #00B4CD;
    padding: 0rem 0;
  }
}
.Experience__voice__box__left__subttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #00B4CD;
  padding: 4rem 0;
}
@media screen and (max-width: 480px) {
  .Experience__voice__box__left__subttl {
    font-size: 3.2rem;
    padding: 3rem 0 2rem;
  }
}
.Experience__voice__box__left__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .Experience__voice__box__left__text {
    font-size: 3rem;
  }
}
.Experience__voice__box__right {
  width: 52rem;
  height: 52rem;
  transform: translate(8rem, 3rem);
}
@media screen and (max-width: 480px) {
  .Experience__voice__box__right {
    max-width: 52rem;
    width: 100%;
    transform: translate(0rem, 0rem);
    margin: 0 auto;
  }
}
.Experience__voice--last {
  margin-top: 5.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 480px) {
  .Experience__voice--last {
    padding-bottom: 5rem;
  }
}

.Welfare {
  margin-bottom: 26rem;
  position: relative;
}
.Welfare__bg {
  width: 100%;
  height: 190rem;
  background-image: url(../img/welfare-topbg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .Welfare__bg {
    background-image: url(../img/welfare-topbg-sp.webp);
  }
}
.Welfare__wrap {
  margin-bottom: 0rem;
  margin-top: 0rem;
  padding-bottom: 60rem;
  width: 100%;
  background: url(../img/welfare-bg.webp) bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .Welfare__wrap {
    background: url(../img/welfare-bg-sp.webp) bottom center no-repeat;
  }
}
.Welfare__wrap__ttl {
  padding-top: 22rem;
  max-width: 73.5rem;
  width: 100%;
  margin: 0 auto 8rem;
  position: relative;
  transform: translateY(28rem);
}
@media screen and (max-width: 480px) {
  .Welfare__wrap__ttl {
    max-width: 54.9rem;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .Welfare__wrap__ttl {
    padding-top: 45rem;
  }
}
.Welfare__wrap__ttl:after {
  position: absolute;
  content: "";
  width: 62rem;
  height: 40rem;
  background-image: url(../img/sociability.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 37rem;
  right: -10rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Welfare__wrap__ttl:after {
    top: 42rem;
    right: -13rem;
  }
}
@media screen and (min-width: 1500px) {
  .Welfare__wrap__ttl:after {
    top: 52rem;
  }
}
.Welfare__wrap__subttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #37BBAE;
  padding-bottom: 3.5rem;
  transform: translateY(28rem);
}
@media screen and (max-width: 480px) {
  .Welfare__wrap__subttl {
    font-size: 4.2rem;
    text-align: left;
    line-height: 1.5;
  }
}
.Welfare__wrap__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #434343;
  line-height: 1.6;
  transform: translateY(28rem);
}
@media screen and (max-width: 480px) {
  .Welfare__wrap__text {
    text-align: left;
    font-size: 3rem;
    line-height: 1.6;
    padding-bottom: 3rem;
  }
}
.Welfare__wrap__arrow {
  margin: 0rem auto;
  text-align: center;
  padding: 9rem 0;
  transform: translateY(28rem);
}
@media screen and (max-width: 480px) {
  .Welfare__wrap__arrow {
    padding: 3.5rem 0;
    width: 8.5rem;
    height: 8.5rem;
  }
}

.Region {
  padding-bottom: 10.6rem;
  margin-top: -56rem;
  position: relative;
  z-index: 20;
}
.Region__ttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #00B4CD;
  padding-bottom: 7.6rem;
}
@media screen and (max-width: 480px) {
  .Region__ttl {
    font-size: 5rem;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 5.6rem;
  }
}
.Region__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Region__box {
    flex-direction: column;
  }
}
.Region__box__item {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Region__box__item {
    max-width: 100%;
  }
}
.Region__box__item__img {
  width: 34.5rem;
  height: 34.5rem;
  margin: 0 auto;
}
.Region__box__item__ttl {
  padding-top: 4rem;
  text-align: left;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0%;
  color: #37BBAE;
  line-height: 1.6;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 480px) {
  .Region__box__item__ttl {
    font-size: 4.3rem;
    text-align: center;
  }
}
.Region__box__item__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.75;
  letter-spacing: 0%;
}
@media screen and (max-width: 480px) {
  .Region__box__item__text {
    font-size: 3rem;
    padding-bottom: 3.5rem;
    height: 18rem;
  }
}

.Flow {
  width: 100%;
  background-image: url(../img/flow-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateZ(-1px);
}
.Flow__wrap__ttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  color: #37BBAE;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .Flow__wrap__ttl {
    font-size: 4.2rem;
  }
}
.Flow__wrap__open {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .Flow__wrap__open {
    font-size: 3rem;
    display: inline;
  }
}
.Flow__wrap__open--span {
  font-weight: 700;
  color: #37BBAE;
}
.Flow__wrap__map {
  background-color: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  padding: 5rem 6rem 6rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
  margin-top: 5rem;
}
.Flow__wrap__box,
.Flow__wrap .confirmTable {
  background-color: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  padding: 5rem 6rem 6rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .Flow__wrap__box,
  .Flow__wrap .confirmTable {
    border-radius: 0rem;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
  }
}
.Flow__wrap__box__dl,
.Flow__wrap .confirmTable__dl {
  text-decoration: none;
  display: block;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background: #37BBAE;
  width: 52rem;
  height: 10rem;
  line-height: 10rem;
  color: #FFF !important;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 5rem auto 0;
  border-radius: 1.5rem;
  transition: 0.2s;
}
.Flow__wrap__box__dl:hover,
.Flow__wrap .confirmTable__dl:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.Faq {
  margin-top: -20rem;
  padding-top: 33.3rem;
  background-image: url(../img/faq-bg.webp);
  background-repeat: no-repeat;
}
.Faq__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 7.8rem;
  position: relative;
  color: #00B4CD;
  letter-spacing: -0.08em;
}
.Faq__ttl:before {
  position: absolute;
  content: "";
  width: 43rem;
  height: 30rem;
  background-image: url(../img/question.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 8rem;
  right: 19rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Faq__ttl:before {
    top: 7rem;
    right: -11rem;
  }
}
.Faq__box__item {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  background: #FCFCFC;
  border-radius: 1.5rem;
  margin-bottom: 5.8rem;
  position: relative;
  padding: 3.5rem 6rem 5rem;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Faq__box__item {
    padding: 4rem 8rem 4rem 4rem;
  }
}
.Faq__box__item:before {
  content: "Q";
  position: absolute;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 15rem;
  line-height: 200px;
  color: #00B4CD;
  opacity: 0.15;
  top: -9rem;
  left: 3rem;
}
@media screen and (max-width: 480px) {
  .Faq__box__item:before {
    top: -15rem;
  }
}
.Faq__box__item.open .Faq__box__item__answer {
  height: auto;
}
.Faq__box__item__question {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  color: #00B4CD;
}
@media screen and (max-width: 480px) {
  .Faq__box__item__question {
    font-size: 3.8rem;
  }
}
.Faq__box__item__question:before {
  content: "▼";
  position: absolute;
  font-size: 3.2rem;
  color: #00B4CD;
  top: 0;
  right: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 480px) {
  .Faq__box__item__question:before {
    top: 3rem;
    right: -4rem;
  }
}
.Faq__box__item__question.open:before {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.Faq__box__item__answer {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7;
  padding-top: 2rem;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .Faq__box__item__answer {
    font-size: 3rem;
  }
}

.Contact {
  padding-top: 12.5rem;
}
.Contact__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.5rem;
  text-align: center;
  padding-bottom: 7.8rem;
  position: relative;
  color: #00B4CD;
  letter-spacing: -0.08em;
}
.Contact__ttl:before {
  position: absolute;
  content: "";
  width: 43rem;
  height: 30rem;
  background-image: url(../img/contact.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 8rem;
  left: 10rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Contact__ttl:before {
    top: 8rem;
    left: -10rem;
  }
}

.Btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .Btn {
    flex-direction: column;
  }
}
.Btn--head .Btn__tel {
  border-radius: 0 0 1.6rem 1.6rem;
}
.Btn--head .Btn__mail {
  border-radius: 0 0 1.6rem 1.6rem;
}
.Btn__tel {
  width: calc(50% - 1rem);
  text-decoration: none;
  background: #F7B052;
  height: 10rem;
  border-radius: 1.6rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  box-sizing: border-box;
  padding-left: 6rem;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .Btn__tel {
    width: 52rem;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.Btn__tel:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.Btn__tel:before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  background-image: url(../img/tel-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: 3.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Btn__tel:before {
    left: 7rem;
  }
}
.Btn__tel__text {
  color: #FFF;
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 0.4rem;
  font-weight: 700;
}
.Btn__tel__number {
  color: #FFF;
  font-size: 4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0%;
  text-align: center;
}
.Btn__mail {
  width: calc(50% - 1rem);
  text-decoration: none;
  background: #37BBAE;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
  height: 10rem;
  line-height: 10rem;
  border-radius: 1.6rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  box-sizing: border-box;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Btn__mail {
    width: 52rem;
    box-sizing: border-box;
    margin: 3.5rem auto 0;
  }
}
.Btn__mail:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.Btn__mail:before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 4rem;
  background-image: url(../img/mail-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: 3.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Btn__mail:before {
    left: 8rem;
  }
}

.Point {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .Point {
    flex-direction: column-reverse;
  }
}
.Point--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .Point--reverse {
    flex-direction: column-reverse;
  }
  .Point--reverse .Point__left__number {
    right: 0;
  }
}
.Point__left {
  width: 45%;
  text-align: left;
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 480px) {
  .Point__left {
    width: 100%;
  }
}
.Point__left__number {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 25rem;
  color: rgba(0, 180, 205, 0.15);
  position: absolute;
}
@media screen and (max-width: 480px) {
  .Point__left__number {
    opacity: 0.15;
    top: 0rem;
  }
}
.Point__left__ttl {
  padding-top: 18rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0%;
  color: #434343;
  padding-bottom: 3rem;
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .Point__left__ttl {
    font-size: 5.3rem;
    line-height: 1.4;
    padding-top: 1rem;
    text-align: center;
  }
}
.Point__left__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -5%;
  color: #434343;
  position: relative;
  padding-left: 6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .Point__left__text {
    font-size: 3rem;
    padding-left: 12rem;
  }
}
.Point__left__text:before {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(../img/check-ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  left: -0.5rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .Point__left__text:before {
    left: 5.5rem;
  }
}
.Point__right {
  width: 42.6rem;
  transform: translate(0, 4rem);
}
@media screen and (max-width: 480px) {
  .Point__right {
    transform: translate(0, 1rem);
    margin: 0 auto;
  }
}

.Voice {
  max-width: 100%;
  margin: 50px auto;
  padding: 0 0px;
  position: relative;
  position: relative;
  z-index: 10 !important;
}
@media screen and (max-width: 480px) {
  .Voice {
    margin: 2rem auto;
  }
}
.Voice .slick-slider {
  z-index: 10 !important;
}
.Voice .slick-track {
  z-index: 10 !important;
}
.Voice__ttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0%;
  text-align: center;
  color: #37BBAE;
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .Voice__ttl {
    padding-bottom: 0rem;
    font-size: 4.2rem;
  }
}
.Voice__wrap {
  padding: 0rem 0;
  position: relative;
}
.Voice .arrow_box {
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
  position: absolute;
}
.Voice .arrow_box .slide-arrow {
  transition: 0.2s;
}
.Voice .arrow_box .slide-arrow:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.Voice .arrow_box .prev-arrow {
  position: absolute;
  top: 0.2rem;
  left: 4rem;
  width: 4.8rem;
  height: 3.9rem;
  background-image: url(../img/slick-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .Voice .arrow_box .prev-arrow {
    width: 3.8rem;
    height: 2.9rem;
  }
}
.Voice .arrow_box .next-arrow {
  position: absolute;
  top: 0.2rem;
  right: 4rem;
  width: 4.8rem;
  height: 3.9rem;
  background-image: url(../img/slick-arrow.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .Voice .arrow_box .next-arrow {
    width: 3.8rem;
    height: 2.9rem;
  }
}

/* スライド要素のスタイル */
.slide-item {
  margin: 4rem 4rem;
  border-radius: 15px;
  transition: transform 0.3s ease;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 480px) {
  .slide-item {
    margin: 4rem 1rem;
  }
}
.slide-item__img {
  width: 100%;
  height: 32.1rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .slide-item__img {
    height: 32.2rem;
  }
}
.slide-item__ttl {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  padding: 0 4.8rem;
  padding-bottom: 2.8rem;
  padding-top: 4rem;
  color: #37BBAE;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .slide-item__ttl {
    font-size: 3.8rem;
  }
}
.slide-item__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  padding: 0 4.8rem 5rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2.2rem;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .slide-item__text {
    font-size: 3rem;
  }
}

.Logo {
  text-align: center;
  margin-bottom: 6rem;
}
.Logo__link {
  display: block;
  width: 26.1rem;
  margin: 0 auto;
  transition: 0.2s;
}
.Logo__link:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.Logo__link img {
  max-width: 100%;
}

.Foot {
  background-color: #00B4CD;
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 480px) {
  .Foot {
    height: 30rem;
  }
}
.Foot p {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 42px;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
  padding-top: 3.5rem;
}
@media screen and (max-width: 480px) {
  .Foot p {
    font-size: 2.8rem;
  }
}

.Table {
  width: 100%;
  border-collapse: collapse;
}
.Table tr:nth-child(odd) {
  background: #F2F2F2;
}
@media screen and (max-width: 480px) {
  .Table tr:nth-child(odd) {
    background: #FFF;
  }
}
.Table tr:nth-child(even) {
  background: #E3E3E3;
}
.Table tr th,
.Table tr td {
  border: 0.4rem solid white;
  /* セルの全ての枠線 */
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #434343;
  text-align: left;
  padding: 1rem 2rem;
}
@media screen and (max-width: 480px) {
  .Table tr th,
  .Table tr td {
    font-size: 2.8rem;
  }
}
.Table tr th {
  width: 18%;
}
@media screen and (max-width: 480px) {
  .Table tr th {
    width: 27%;
  }
}
.Table tr td {
  width: 82%;
}
@media screen and (max-width: 480px) {
  .Table tr td {
    width: 73%;
  }
}

.Contact {
  margin-bottom: 9.6rem;
}
.Contact__form__box {
  background: #FCFCFC;
  border-radius: 1.5rem;
  padding: 6rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 480px) {
  .Contact__form__box {
    background: transparent;
    border-radius: 0rem;
    padding: 0rem;
    box-shadow: none;
  }
}
.Contact__form__box__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  color: #434343;
  padding-bottom: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__text {
    text-align: left;
    font-size: 3rem;
    line-height: 1.7;
  }
}
.Contact__form__box__table {
  width: 100%;
  border-collapse: collapse;
}
.Contact__form__box__table__tr__td {
  padding: 1.5rem 1rem;
  vertical-align: top;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  position: relative;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__table__tr__td {
    padding: 1.5rem 0rem;
    display: block;
    font-size: 3rem;
    padding-bottom: 0;
  }
}
.Contact__form__box__table__tr__td.required:before {
  position: absolute;
  width: 6.8rem;
  box-sizing: border-box;
  content: "必須";
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  color: #FFF;
  top: 3rem;
  left: 0;
  background-color: #00B4CD;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__table__tr__td.required:before {
    font-size: 2.8rem;
    transform: translate(0, 1rem);
    line-height: 3.8rem;
    height: 3.8rem;
    width: 10.4rem;
  }
}
.Contact__form__box__table__tr__td.any:before {
  position: absolute;
  width: 6.8rem;
  box-sizing: border-box;
  content: "任意";
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.5rem;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  color: #FFF;
  top: 3rem;
  left: 0;
  background: #878585;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__table__tr__td.any:before {
    font-size: 2.8rem;
    transform: translate(0, 1rem);
    line-height: 3.8rem;
    height: 3.8rem;
    width: 10.4rem;
  }
}
.Contact__form__box__table__tr__td:first-child {
  padding-left: 8rem;
  width: 20rem;
  font-weight: 500;
  padding-top: 3.7rem;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__table__tr__td:first-child {
    padding-left: 12rem;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
  }
}
.Contact__form__box__table__tr__td.first {
  padding-top: 2.7rem;
}
.Contact__form__box__table__tr__td.first:before {
  top: 2rem;
}
.Contact__form__box__hr {
  width: 100%;
  height: 0.1rem;
  background: #434343;
  margin: 4rem 0;
}
.Contact__form__box__button {
  text-align: center;
}
.Contact__form__box__button button {
  background: #00B4CD;
  font-family: Zen Kaku Gothic Antique;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 10rem;
  height: 10rem;
  width: 52rem;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  border-radius: 1.5rem;
  border: none;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
}
.Contact__form__box__privacy {
  margin: 4rem 0;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__privacy {
    margin: 7rem 0;
  }
}
.Contact__form__box__privacy .privacy-agreement {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.Contact__form__box__privacy .privacy-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Contact__form__box__privacy .privacy-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.Contact__form__box__privacy .checkbox-checkmark {
  position: relative;
  top: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border: 2px solid #A4A4A4;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.Contact__form__box__privacy .privacy-checkbox:hover input ~ .checkbox-checkmark {
  border-color: #00B4CD;
  background-color: #f0f9f8;
}
.Contact__form__box__privacy .privacy-checkbox input:checked ~ .checkbox-checkmark {
  background-color: #00B4CD;
  border-color: #00B4CD;
}
.Contact__form__box__privacy .checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.8rem;
  top: 0.3rem;
  width: 0.6rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.Contact__form__box__privacy .privacy-checkbox input:checked ~ .checkbox-checkmark:after {
  display: block;
}
.Contact__form__box__privacy .privacy-text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #434343;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__privacy .privacy-text {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.Contact__form__box__privacy .privacy-link {
  color: #00B4CD;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.Contact__form__box__privacy .privacy-link:hover {
  color: #037a8a;
  text-decoration: none;
  opacity: 0.6;
}
.Contact__form__box__privacy .privacy-link:visited {
  color: #00B4CD;
}
@media screen and (max-width: 480px) {
  .Contact__form__box__privacy .privacy-link {
    font-size: 3.2rem;
  }
}
.Contact input[type=text],
.Contact input[type=email],
.Contact input[type=tel],
.Contact textarea,
.Contact select {
  width: 100%;
  border: 1px solid #A4A4A4;
  border-radius: 0.7rem;
  box-sizing: border-box;
  padding: 0 2.5rem;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 6.2rem;
  height: 6.2rem;
  box-sizing: border-box;
  letter-spacing: 0%;
  color: #434343;
}
@media screen and (max-width: 480px) {
  .Contact input[type=text],
  .Contact input[type=email],
  .Contact input[type=tel],
  .Contact textarea,
  .Contact select {
    line-height: 8.6rem;
    height: 8.6rem;
    font-size: 3.2rem;
  }
}
.Contact input[type=text]::-moz-placeholder, .Contact input[type=email]::-moz-placeholder, .Contact input[type=tel]::-moz-placeholder, .Contact textarea::-moz-placeholder, .Contact select::-moz-placeholder {
  color: #C9C9C9;
}
.Contact input[type=text]::placeholder,
.Contact input[type=email]::placeholder,
.Contact input[type=tel]::placeholder,
.Contact textarea::placeholder,
.Contact select::placeholder {
  color: #C9C9C9;
}
.Contact textarea {
  box-sizing: border-box;
  padding: 1rem 2.5rem;
  height: 27.2rem;
  resize: vertical;
  resize: none;
  line-height: 1.752;
}
.Contact .radio-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.Contact .radio-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 42px;
}
@media screen and (max-width: 480px) {
  .Contact .radio-item {
    font-size: 3rem;
  }
}
.Contact .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.Contact .radio-checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #37BBAE;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.Contact .radio-item:hover input ~ .radio-checkmark {
  background-color: #f0f9f8;
  transform: translateY(-50%) scale(1.1);
}
.Contact .radio-item input:checked ~ .radio-checkmark {
  background-color: #37BBAE;
  border-color: #37BBAE;
}
.Contact .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.Contact .radio-item input:checked ~ .radio-checkmark:after {
  display: block;
}
.Contact .radio-item:active .radio-checkmark {
  transform: translateY(-50%) scale(0.95);
}
.Contact .file {
  margin: 2.5rem 0 5rem;
}
.Contact .file .uploader {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
.Contact .file .uploader__text {
  font-family: Zen Kaku Gothic Antique;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 4.5rem;
  padding-right: 4rem;
}
@media screen and (max-width: 480px) {
  .Contact .file .uploader__text {
    line-height: 6.3rem;
    padding-right: 2rem;
    white-space: nowrap;
    font-size: 2.8rem;
  }
}
.Contact .file .uploader .custom-file-wrapper {
  position: relative; /* 子要素の基準点 */
  display: inline-block; /* 必要な分だけ幅を取る */
}
.Contact .file .uploader .custom-file-wrapper input[type=file] {
  position: absolute; /* 絶対位置指定 */
  top: 0; /* 上端に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  opacity: 0; /* 完全に透明 */
  cursor: pointer; /* ポインターカーソル */
  z-index: 10; /* カスタムボタンより上 */
}
.Contact .file .uploader .custom-button {
  display: inline-block;
  background: #E9E8E8;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  vertical-align: middle;
  color: #A4A4A4;
  width: 37rem;
}
@media screen and (max-width: 480px) {
  .Contact .file .uploader .custom-button {
    font-size: 2.8rem;
    height: 6.3rem;
    line-height: 6.3rem;
    width: 47.4rem;
  }
}
.Contact .file .uploader .file-name-display {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
  width: 37rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Contact .file .uploader .custom-button.has-file {
  background: #D4E6F1;
  color: #2E86AB;
}
.Contact input[type=file] {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .Head--confirm {
    display: block;
  }
}
.Head--confirm .Head__wrap__cta {
  display: none;
}

.Confirm__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 100px;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16rem;
  padding-bottom: 4rem;
  color: #00B4CD;
}
.confirmTable {
  margin-bottom: 12rem;
}
.confirmTable__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 3rem;
}
.confirmTable__hr {
  width: 100%;
  height: 0.1rem;
  background: #434343;
  margin: 4rem 0;
}
.confirmTable__submit {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.confirmTable__submit__button {
  background: #00B4CD;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 10rem;
  height: 10rem;
  width: 52rem;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  border-radius: 1.5rem;
  border: none;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  transition: 0.2s;
}
.confirmTable__submit__button:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.confirmTable__prev {
  background-color: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #00B4CD;
  margin-top: 4rem;
  display: block;
  transition: 0.2s;
  cursor: pointer;
}
.confirmTable__prev:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.Thanks__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 5.5rem;
  letter-spacing: 0;
  text-align: center;
  padding-top: 16rem;
  padding-bottom: 4rem;
  color: #00B4CD;
  line-height: 1.7;
}
.Thanks__box {
  background: #FCFCFC;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6rem;
  padding: 6rem;
  margin-bottom: 12rem;
  box-sizing: border-box;
  width: 100%;
}
.Thanks__box__text {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.7;
}
.Thanks__box__hr {
  width: 100%;
  background: #434343;
  height: 0.1rem;
  margin: 5rem 0;
}
.Thanks__box__coution {
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: 20rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1rem;
  margin: 0 auto;
  border: 2px solid #00B4CD;
  color: #00B4CD;
  background: #FFFFFF;
  margin-bottom: 2rem;
}
.Thanks__box__submit {
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
  display: block;
}
.Thanks__box__submit__button {
  background: #00B4CD;
  font-family: "Noto Sans CJK JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 10rem;
  height: 10rem;
  width: 52rem;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  border-radius: 1.5rem;
  border: none;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  transition: 0.2s;
}
.Thanks__box__submit__button:hover {
  opacity: 0.6;
  transition: 0.2s;
}/*# sourceMappingURL=style.css.map */