@charset "UTF-8";
/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  color: colors(base);
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  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;
}

ins {
  background-color: colors(base);
  color: colors(base);
  text-decoration: none;
}

mark {
  background-color: colors(base);
  color: colors(base);
  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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

strong {
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

/*base*/
body {
  overflow-x: hidden;
  position: relative;
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
}

img[src$=".svg"] {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a, a:visited, a:link {
  color: #454545;
  text-decoration: none;
}

/*Base*/
/* CSS util */
/*要素表示・非表示*/
@media screen and (min-width: 641px) {
  .u-sp_dispBlock, .u-sp_dispInBlock, .u-sp_dispInline, .u-sp_dispFlex {
    display: none;
  }
  .u-pc_dispBlock {
    display: block;
  }
  .u-pc_dispInBlock {
    display: inline-block;
  }
  .u-pc_dispInline {
    display: inline;
  }
  .u-pc_dispFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-tab_dispBlock {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-tab_dispBlock {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u-tab_dispBlock {
    display: none;
  }
  .u-pc_dispBlock, .u-pc_dispInBlock, .u-pc_dispInline, .u-pc_dispFlex {
    display: none;
  }
  .u-sp_dispBlock {
    display: block;
  }
  .u-sp_dispInBlock {
    display: inline-block;
  }
  .u-sp_dispInline {
    display: inline;
  }
  .u-sp_dispFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-cantarell {
  font-family: "Cantarell", sans-serif;
}

/* CSS Document */
.contact {
  text-align: center;
}
.contact__info {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.1875rem;
  line-height: 2.5263157895;
  margin-bottom: 58px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__info {
    letter-spacing: 0.032vw;
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__info {
    margin-bottom: 5.8vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__info {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 2.1818181818;
    margin-bottom: 13%;
  }
}
.contact__btn {
  position: relative;
  width: 45.3%;
  max-width: 430px;
  height: 65px;
  margin: 0 auto;
  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;
  letter-spacing: 0.1rem;
  font-size: 1.375rem;
  line-height: 1;
  border: #454545 1px solid;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__btn {
    letter-spacing: 0.16vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__btn {
    height: 10.15625vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__btn {
    width: 70.3125vw;
    height: 10.9375vw;
    font-size: 3.90625vw;
    letter-spacing: 0.390625vw;
    line-height: 1;
  }
}
.contact__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 4%;
  margin-top: -6px;
  border-top: #454545 1px solid;
  border-right: #454545 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__btn::before {
    width: 0.8vw;
    height: 0.8vw;
    margin-top: -0.9375vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__btn::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.9375vw;
  }
}
.contact__btn--line {
  padding-left: 4.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__btnLine {
  position: relative;
}
.contact__btnLine::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  top: 50%;
  left: -34%;
  margin-top: -18px;
  background: 0 0/contain no-repeat url(../img/footer/ic_line_01.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__btnLine::before {
    width: 3.6vw;
    height: 3.6vw;
    margin-top: -1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__btnLine::before {
    width: 7vw;
    height: 7vw;
    margin-top: -3.5vw;
  }
}
.contact__check {
  position: relative;
  display: inline-block;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0.02rem;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__check {
    letter-spacing: 0.032vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__check {
    top: -2vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__check {
    top: -2vw;
    font-size: 4.0625vw;
    letter-spacing: 0.0609375vw;
    line-height: 1;
  }
}
.contact__check::before, .contact__check::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  top: -3px;
  background: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__check::before, .contact__check::after {
    height: 3.2vw;
    top: -0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__check::before, .contact__check::after {
    height: 5vw;
    top: 0;
  }
}
.contact__check::before {
  left: -20px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__check::before {
    left: -2vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__check::before {
    left: -3vw;
  }
}
.contact__check::after {
  right: -20px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__check::after {
    right: -2vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__check::after {
    right: -3vw;
  }
}
.contact__ttl {
  position: relative;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03rem;
  font-size: 1.5625rem;
  line-height: 1;
  margin: 0 0 4%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__ttl {
    letter-spacing: 0.048vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__ttl {
    font-size: 4.6875vw;
    letter-spacing: 0.140625vw;
    line-height: 1;
  }
}
.contact__ttl::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact__ttl--line::before {
  width: 32px;
  height: 48px;
  top: -78px;
  background: 0 0/contain no-repeat url(../img/contact/contact_ic_01.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__ttl--line::before {
    width: 3.2vw;
    height: 4.8vw;
    top: -7.8vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__ttl--line::before {
    width: 5vw;
    height: 7.5vw;
    top: -12.1875vw;
  }
}
.contact__ttl--form::before {
  width: 47px;
  height: 34px;
  top: -66px;
  background: 0 0/contain no-repeat url(../img/contact/contact_ic_02.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__ttl--form::before {
    width: 4.7vw;
    height: 3.4vw;
    top: -6.6vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__ttl--form::before {
    width: 7.34375vw;
    height: 5.3125vw;
    top: -10.3125vw;
  }
}
.contact__ttl--tel::before {
  width: 37px;
  height: 49px;
  top: -76px;
  background: 0 0/contain no-repeat url(../img/contact/contact_ic_03.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__ttl--tel::before {
    width: 3.7vw;
    height: 4.9vw;
    top: -7.6vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__ttl--tel::before {
    width: 5.78125vw;
    height: 7.65625vw;
    top: -11.875vw;
  }
}
.contact__txt {
  margin: 0 0 1.6%;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__txt {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__txt {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .contact__txt--line {
    margin-bottom: 2.8125vw;
  }
}
.contact__txt--form {
  margin-bottom: 75px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contact__txt--form {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 640px) {
  .contact__txt--form {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 1.6818181818;
    margin-bottom: 14.0625vw;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .contact__txt--tel {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.85;
    text-align: justify;
  }
}
.contact__txt--strong {
  font-weight: 600;
}
.contact__txt--pink, .contact__txt--pink:link, .contact__txt--pink:visited {
  color: #E38088;
}
.contact__txt--underline {
  text-decoration: underline !important;
}
.contactLine {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contactLine {
    width: 89.0625vw;
  }
}
.contactLine--01 {
  margin: 69px auto 174px;
  padding-top: 166px;
  border-top: #454545 1px solid;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactLine--01 {
    margin: 6.9vw auto 17.4vw;
    padding-top: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .contactLine--01 {
    margin: 10.78125vw auto 27.1875vw;
    padding-top: 25.9375vw;
  }
}
.contactForm {
  margin-bottom: 163px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm {
    margin-bottom: 16.3vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm {
    width: 89.0625vw;
    margin: 0 auto 16.5625vw;
  }
}
.contactFormMain {
  width: 90.8%;
  max-width: 908px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contactFormMain {
    width: 100%;
  }
}
.contactForm__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.7%;
}
.contactForm__box--07 {
  margin-bottom: 6.7%;
}
.contactForm__input {
  width: 71%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 71%;
          flex: 0 1 71%;
}
@media screen and (max-width: 640px) {
  .contactForm__input {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 1.5%;
  }
}
.contactForm__input--03 {
  margin-bottom: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__input--03 {
    margin-bottom: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__input--03 {
    margin-bottom: 1%;
  }
}
.contactForm__input--07 {
  width: 64.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64.8%;
          flex: 0 1 64.8%;
  margin-bottom: 1.7%;
}
@media screen and (max-width: 640px) {
  .contactForm__input--07 {
    width: 88%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 88%;
            flex: 0 1 88%;
    margin-left: auto;
  }
}
.contactForm__input--08 {
  margin-bottom: 1.7%;
}
@media screen and (max-width: 640px) {
  .contactForm__input--08 {
    margin-bottom: 0;
  }
}
.contactForm__input--08, .contactForm__input--09 {
  margin-left: 29.1%;
}
@media screen and (max-width: 640px) {
  .contactForm__input--08, .contactForm__input--09 {
    margin-left: 0;
  }
}
.contactForm__input input, .contactForm__input select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__input input, .contactForm__input select {
    height: 5vw;
    padding: 0 1vw;
  }
}
.contactForm__input textarea {
  width: 100%;
  height: 158px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__input textarea {
    height: 15.8vw;
    padding: 0 1vw;
  }
}
.contactForm__text {
  text-align: right;
  margin-right: 12px;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__text {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) {
  .contactForm__text {
    width: 14%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14%;
            flex: 0 1 14%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__text {
    margin-right: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__text {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1;
  }
}
.contactForm__text--05 {
  position: absolute;
  font-size: 2rem;
  top: 12px;
  left: 177px;
  z-index: 10;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__text--05 {
    font-size: 3.2vw;
    top: 1.2vw;
    left: 17.7vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__text--05 {
    font-size: 8vw;
    top: 11vw;
    left: 1vw;
  }
}
.contactForm__text--06 {
  width: 15.6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.6%;
          flex: 0 1 15.6%;
  margin-left: -14px;
  padding-bottom: 19%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__text--06 {
    margin-left: -1.4vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__text--06 {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.contactForm__text--07 {
  margin-right: 136px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__text--07 {
    margin-right: 13.6vw;
  }
}
.contactForm__text--08 {
  padding-bottom: 1.4%;
}
.contactForm__textArea {
  width: 71%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 71%;
          flex: 0 1 71%;
}
@media screen and (max-width: 640px) {
  .contactForm__textArea {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 3%;
  }
}
.contactForm__textArea textarea {
  width: 100%;
  height: 211px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__textArea textarea {
    height: 21.1vw;
    padding: 0 1vw;
  }
}
.contactForm__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8%;
          flex: 0 1 8%;
  margin-top: 6px;
  margin-right: 51px;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
  background: #E38088;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 19px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__required {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__required {
    height: 3.8vw;
    margin-top: 0.6vw;
    margin-right: 5.1vw;
    border-radius: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__required {
    height: 6vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 13vw;
            flex: 0 1 13vw;
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1;
  }
}
.contactForm__required--03_01 {
  margin-left: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8%;
          flex: 0 1 8%;
  margin-top: 6px;
  margin-right: 52px;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
  background: #E38088;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 19px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__required--03_01 {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__required--03_01 {
    margin-left: 13.8vw;
    height: 3.8vw;
    margin-top: 0.6vw;
    margin-right: 5.2vw;
    border-radius: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__required--03_01 {
    display: none;
  }
}
.contactForm__required--08 {
  margin-right: 107px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__required--08 {
    margin-right: 10.7vw;
  }
}
.contactForm__btn input {
  background: #454545;
  max-width: 430px;
  margin: 0 auto;
  display: block;
  color: #FFF;
  width: 47.7%;
  padding: 2.2% 0;
  border-radius: 5px;
  letter-spacing: 0.1rem;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactForm__btn input {
    letter-spacing: 0.16vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .contactForm__btn input {
    width: 79%;
    height: 10.9375vw;
    font-size: 3.90625vw;
    letter-spacing: 0.390625vw;
    line-height: 1;
  }
}
.contactTel {
  width: 95%;
  max-width: 950px;
  margin: 0 auto 200px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactTel {
    margin: 0 auto 20vw;
  }
}
@media screen and (max-width: 640px) {
  .contactTel {
    width: 89.0625vw;
    margin: 0 auto 15.625vw;
  }
}
.contactTel__grid {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 3.3%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactTel__grid {
    grid-template-columns: repeat(2, 32vw);
    gap: 5.4vw;
  }
}
@media screen and (max-width: 640px) {
  .contactTel__grid {
    grid-template-columns: repeat(1, 70.625vw);
    gap: 6.25vw;
    margin: 0 auto 10%;
  }
}
.contactTelDisplay {
  width: 100%;
  padding: 10% 0;
  background: #F2F2F2;
}
@media screen and (max-width: 640px) {
  .contactTelDisplay {
    width: 100%;
    padding: 3.125vw 0 2.8125vw;
  }
}
.contactTelDisplay__name {
  margin-bottom: 7%;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactTelDisplay__name {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .contactTelDisplay__name {
    margin-bottom: 3%;
    font-size: 3.59375vw;
    letter-spacing: 0.071875vw;
    line-height: 1;
  }
}
.contactTelDisplay__num {
  margin-bottom: 4%;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactTelDisplay__num {
    letter-spacing: 0.032vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .contactTelDisplay__num {
    font-size: 5.46875vw;
    letter-spacing: 0.109375vw;
    line-height: 1;
  }
}
.contactTelDisplay__time {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactTelDisplay__time {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .contactTelDisplay__time {
    font-size: 3.59375vw;
    letter-spacing: 0.071875vw;
    line-height: 1;
  }
}

/* CSS parts */
.cmnTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 75px;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .cmnTtl {
    height: 57vw;
    margin-bottom: 7.5vw;
    padding-top: 5.5vw;
  }
}
@media screen and (max-width: 640px) {
  .cmnTtl {
    height: 106.25vw;
    margin-bottom: 10.15625vw;
    padding-top: 8.59375vw;
  }
}
.concept .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/concept/main_ttl_01_pc.png);
  margin-bottom: 130px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .concept .cmnTtl {
    margin-bottom: 13vw;
  }
}
.contact .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/contact/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .contact .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/contact/main_ttl_01_sp.png);
  }
}
.access .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/access/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .access .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/access/main_ttl_01_sp.png);
  }
}
.flow .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/flow/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .flow .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/flow/main_ttl_01_sp.png);
    margin-bottom: 15.625vw;
  }
}
.item .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/item/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .item .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/item/main_ttl_01_sp.png);
  }
}
.option .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/option/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .option .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/option/main_ttl_01_sp.png);
  }
}
.plan .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/plan/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .plan .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/plan/main_ttl_01_sp.png);
  }
}
.qa .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/qa/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .qa .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/qa/main_ttl_01_sp.png);
  }
}
.shichi_go_san .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/shichi_go_san/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .shichi_go_san .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/shichi_go_san/main_ttl_01_sp.png);
  }
}
.staff .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/staff/main_ttl_01_pc.png?230724);
}
@media screen and (max-width: 640px) {
  .staff .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/staff/main_ttl_01_sp.png?230724);
  }
}
.blog .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/news/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .blog .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/news/main_ttl_01_sp.png);
  }
}
.shichiGoSan .cmnTtl {
  background: 50% 50%/cover no-repeat url(../img/753/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .shichiGoSan .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/753/main_ttl_01_sp.png);
  }
}
.privacy .cmnTtl {
  margin-bottom: 0;
  background: 50% 50%/cover no-repeat url(../img/privacy/main_ttl_01_pc.png);
}
@media screen and (max-width: 640px) {
  .privacy .cmnTtl {
    background: 50% 50%/cover no-repeat url(../img/privacy/main_ttl_01_sp.png);
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .cmnTtl {
    height: 57vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 640px) {
  .cmnTtl {
    margin-bottom: 10.15625vw;
    background: 50% 50%/cover no-repeat url(../img/news/main_ttl_01_sp.png);
  }
}
.cmnTtl__eng {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.26rem;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .cmnTtl__eng {
    letter-spacing: 0.416vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .cmnTtl__eng {
    font-size: 5.15625vw;
    letter-spacing: 1.340625vw;
    line-height: 1.5151515152;
  }
}
.cmnTtl__eng::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.access .cmnTtl__eng, .plan .cmnTtl__eng, .flow .cmnTtl__eng, .qa .cmnTtl__eng, .blog .cmnTtl__eng, .contact .cmnTtl__eng {
  color: #FFF;
}
.concept .cmnTtl__eng::before {
  max-width: 52px;
  width: 5.2%;
  height: 48px;
  top: -44px;
  background: 50% 50%/contain no-repeat url(../img/concept/main_ttl_ic_01.svg);
}
.staff .cmnTtl__eng::before {
  max-width: 82px;
  width: 8.2%;
  height: 44px;
  top: -44px;
  background: 50% 50%/contain no-repeat url(../img/staff/main_ttl_ic_01.svg);
}
.plan .cmnTtl__eng::before {
  max-width: 54px;
  width: 5.4%;
  height: 48px;
  top: -44px;
  background: 50% 50%/contain no-repeat url(../img/plan/main_ttl_ic_01.svg);
}
.flow .cmnTtl__eng::before {
  max-width: 44px;
  width: 4.4%;
  height: 35px;
  top: -44px;
  background: 50% 50%/contain no-repeat url(../img/flow/main_ttl_ic_01.svg);
}
.item .cmnTtl__eng::before {
  max-width: 82px;
  width: 8.2%;
  height: 62px;
  top: -64px;
  background: 50% 50%/contain no-repeat url(../img/item/main_ttl_ic_01.svg);
}
.qa .cmnTtl__eng::before {
  max-width: 50px;
  width: 5%;
  height: 36px;
  top: -44px;
  background: 50% 50%/contain no-repeat url(../img/qa/main_ttl_ic_01.svg);
}
.blog .cmnTtl__eng::before {
  max-width: 36px;
  width: 3.6%;
  height: 53px;
  top: -60px;
  background: 50% 50%/contain no-repeat url(../img/news/main_ttl_ic_01.svg);
}
.contact .cmnTtl__eng::before {
  max-width: 52px;
  width: 5.2%;
  height: 38px;
  top: -43px;
  background: 50% 50%/contain no-repeat url(../img/contact/main_ttl_ic_01.svg);
}
.shichiGoSan .cmnTtl__eng::before {
  max-width: 55px;
  width: 5.5%;
  height: 46px;
  top: -49px;
  background: 50% 50%/contain no-repeat url(../img/753/main_ttl_ic_01.svg);
}
.option .cmnTtl__eng::before {
  max-width: 52px;
  width: 5.2%;
  height: 38px;
  top: -43px;
  background: 50% 50%/contain no-repeat url(../img/option/main_ttl_ic_01.svg);
}
.privacy .cmnTtl__eng::before {
  max-width: 41px;
  width: 4.1%;
  height: 57px;
  top: -52px;
  background: 50% 50%/contain no-repeat url(../img/privacy/main_ttl_ic_01.svg);
}
@media screen and (max-width: 640px) {
  .privacy .cmnTtl__eng::before {
    max-width: auto;
    width: 7vw;
    height: 10vw;
    top: -11vw;
  }
}
.cmnTtl__jpn {
  display: block;
  text-align: center;
  letter-spacing: 0.022rem;
  font-size: 1.375rem;
  line-height: 1.7727272727;
  font-weight: 400;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .cmnTtl__jpn {
    letter-spacing: 0.0352vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .cmnTtl__jpn {
    font-size: 3.4375vw;
    letter-spacing: 0.075625vw;
    line-height: 1.7727272727;
  }
}
.access .cmnTtl__jpn, .plan .cmnTtl__jpn, .flow .cmnTtl__jpn, .qa .cmnTtl__jpn, .blog .cmnTtl__jpn, .contact .cmnTtl__jpn {
  color: #FFF;
}

/* CSS common */
.header__logo {
  position: fixed;
  width: 270px;
  top: 20px;
  left: 40px;
  z-index: 1100;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .header__logo {
    width: 27vw;
    top: 2vw;
    left: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .header__logo {
    width: 42vw;
    top: 4vw;
    left: 6vw;
  }
}
.headerBtn {
  position: fixed;
  width: 104px;
  top: 0;
  right: 0;
  padding-top: 38px;
  z-index: 1100;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn {
    width: 10.4vw;
    padding-top: 3.8vw;
  }
}
@media screen and (max-width: 640px) {
  .headerBtn {
    width: 18%;
    padding-top: 2%;
  }
}
.headerBtn__item {
  cursor: pointer;
}
.headerBtn__item--01 {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 20%;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn__item--01 {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .headerBtn__item--01 {
    width: 12.5vw;
    height: 12.5vw;
    margin: 0 0 26%;
  }
}
.headerBtn__item--02, .headerBtn__item--03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 82px;
  background: #FFF;
  border-radius: 5px 0 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40%;
  letter-spacing: 0.133rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn__item--02, .headerBtn__item--03 {
    letter-spacing: 0.2128vw;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn__item--02, .headerBtn__item--03 {
    height: 8.2vw;
    border-radius: 0.5vw 0 0 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .headerBtn__item--02, .headerBtn__item--03 {
    width: 90%;
    height: 14vw;
    margin-left: auto;
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1;
  }
}
.headerBtn__item--02 {
  margin-bottom: 12%;
  background: 50% 76%/29% no-repeat url(../img/header/header_menu_01.svg), #FFF;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .headerBtn__item--02 {
    margin-bottom: 16%;
  }
}
.headerBtn__item--03 {
  background: 50% 75%/20% no-repeat url(../img/header/header_menu_02.svg), #FFF;
}
.headerBtn__border {
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #454545;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.headerBtn__border--01 {
  margin-top: -11px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn__border--01 {
    margin-top: -1.1vw;
  }
}
.menu-open .headerBtn__border--01 {
  margin-top: -1px;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
}
.headerBtn__border--02 {
  margin-top: -1px;
}
.menu-open .headerBtn__border--02 {
  display: none;
}
.headerBtn__border--03 {
  margin-top: 9px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerBtn__border--03 {
    margin-top: 0.9vw;
  }
}
.menu-open .headerBtn__border--03 {
  margin-top: -1px;
  -webkit-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.headerMenu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 640px) {
  .headerMenu {
    overflow-y: scroll;
    padding-top: 18vw;
  }
}
.menu-open .headerMenu {
  z-index: 1000;
  opacity: 1;
}
.headerMenuInner {
  width: 80%;
  max-width: 800px;
}
@media screen and (min-width: 641px) {
  .headerMenuInner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .headerMenuInner {
    top: 12vh;
    position: relative;
    padding-bottom: 10vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .headerMenuContainer {
    margin-bottom: 11%;
  }
}
.headerMenuContainer--01, .headerMenuContainer--02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
.headerMenuContainer--03 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.headerMenuContainer--04 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 640px) {
  .headerMenuContainer--04 {
    margin-bottom: 0;
  }
}
.headerMenu__ttl {
  margin-bottom: 10%;
  letter-spacing: 0.02rem;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__ttl {
    letter-spacing: 0.032vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__ttl {
    font-weight: 500;
    margin-bottom: 7%;
    padding-bottom: 4%;
    text-align: left;
    font-size: 4.375vw;
    letter-spacing: 0.0875vw;
    line-height: 1;
    border-bottom: #454545 1px solid;
  }
}
.headerMenuList--03 {
  margin: 3% 0 4.5%;
  padding: 5% 0 0;
}
@media screen and (min-width: 641px) {
  .headerMenuList--03 {
    border-top: #454545 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .headerMenuList--03 {
    margin: 0;
    padding: 0;
  }
}
.headerMenuList--04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  .headerMenuList--04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.headerMenu__item {
  text-align: center;
  margin-bottom: 8%;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .headerMenu__item {
    text-align: left;
    margin-bottom: 8%;
  }
}
.headerMenu__item--102 {
  position: relative;
}
.headerMenu__item--102 .menu-accordion__content {
  margin-top: 8%;
  display: none;
}
.headerMenu__item--301, .headerMenu__item--302 {
  height: 100%;
  margin-right: 15%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .headerMenu__item--301, .headerMenu__item--302 {
    margin-bottom: 6%;
  }
}
.headerMenu__item--401, .headerMenu__item--402 {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media screen and (max-width: 640px) {
  .headerMenu__item--401, .headerMenu__item--402 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.headerMenu__item--401 {
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .headerMenu__item--401 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__item--402 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6%;
  }
}
.headerMenu__link {
  display: inline-block;
  letter-spacing: 0rem;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__link {
    letter-spacing: 0vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__link {
    font-size: 3.75vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.headerMenu__link--102 {
  position: relative;
}
.headerMenu__link--102::after {
  content: "";
  border-right: #4b4b4b 2px solid;
  border-bottom: #4b4b4b 2px solid;
  position: absolute;
  left: 110%;
  top: 20%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__link--102::after {
    border-right: #4b4b4b 0.2vw solid;
    border-bottom: #4b4b4b 0.2vw solid;
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .headerMenu__link--102::after {
    border-right: #4b4b4b 0.3125vw solid;
    border-bottom: #4b4b4b 0.3125vw solid;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.headerMenu__link--102.js-active::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 40%;
}
.headerMenu__link--401, .headerMenu__link--402 {
  position: relative;
  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;
  height: 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__link--401, .headerMenu__link--402 {
    height: 6vw;
  }
}
.headerMenu__link--401::before, .headerMenu__link--402::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 3%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerMenu__link--401::before, .headerMenu__link--402::before {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: -0.3vw;
  }
}
.headerMenu__link--401 {
  border: #454545 1px solid;
}
.headerMenu__link--401::before {
  border-top: #454545 1px solid;
  border-right: #454545 1px solid;
}
.headerMenu__link--402 {
  background: #E38088;
  border: #E38088 1px solid;
}
.headerMenu__link--402::before {
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
}
.headerMenu__link--402, .headerMenu__link--402:link, .headerMenu__link--402:visited {
  color: #FFF;
}

.r-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
}
.r-popup.is-open {
  opacity: 1;
  z-index: 1100;
  background-color: rgba(108, 108, 108, 0.5);
  padding: 50px 0;
}
.r-popup .r-black-background {
  background-color: rgba(108, 108, 108, 0.5);
  width: 100%;
  height: 100%;
}
.r-popup .r-close-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #454545;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .r-popup .r-close-btn {
    width: 6vw;
    height: 6vw;
    top: -3vw;
    right: -3vw;
  }
}
@media screen and (max-width: 640px) {
  .r-popup .r-close-btn {
    width: 12.5vw;
    height: 12.5vw;
    top: -1.5625vw;
    right: -1.5625vw;
  }
}
.r-popup .r-close-btn::before, .r-popup .r-close-btn::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .r-popup .r-close-btn::before, .r-popup .r-close-btn::after {
    height: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .r-popup .r-close-btn::before, .r-popup .r-close-btn::after {
    height: 0.3125vw;
  }
}
.r-popup .r-close-btn::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.r-popup .r-close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.r-popup-box {
  padding: 50px 0;
}
.r-popup-inner {
  position: relative;
  width: 920px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #fff;
  padding: 69px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .r-popup-inner {
    width: 92vw;
    height: 93vw;
    padding: 6.9vw 0 6.5vw;
  }
}
@media screen and (max-width: 640px) {
  .r-popup-inner {
    width: 90.625vw;
    height: 167.96875vw;
    padding: 8.90625vw 0 5.78125vw;
  }
}

.u-Btn {
  width: 381px;
  border: 1px solid #4E4E4E;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 26px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.117rem;
  font-size: 1.25rem;
  line-height: 2.2;
  padding: 8px 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-Btn {
    letter-spacing: 0.1872vw;
    font-size: 2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-Btn {
    width: 38.1vw;
    padding: 0.8vw 0;
  }
}
@media screen and (max-width: 640px) {
  .u-Btn {
    width: 78.125vw;
    padding: 6.1vw 0;
    font-size: 4.0625vw;
    letter-spacing: 0.6134375vw;
    line-height: 1.7307692308;
    padding: 4.0625vw 0;
  }
}
.u-Btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -5px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-Btn::after {
    width: 1vw;
    height: 1vw;
    margin: -0.5vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .u-Btn::after {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: -0.78125vw 0 0;
  }
}

.WebPopupText {
  padding: 0;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .WebPopupText {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
.WebPopupText--01 {
  width: 223px;
  margin: 0 auto 3.9%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .WebPopupText--01 {
    width: 22.3vw;
  }
}
.WebPopupText--02 {
  margin-bottom: 2.5%;
}
.WebPopupText--03 {
  margin: 0 0 2.4%;
}
.WebPopupText--04 {
  letter-spacing: 0.12rem;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  margin: 0 0 1%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .WebPopupText--04 {
    letter-spacing: 0.192vw;
    font-size: 2.3vw;
  }
}
.WebPopupText--05 {
  color: #E38088;
}
.WebPopupTable {
  width: 100%;
  border: #8D8D8D 1px solid;
}
.WebPopupTableWrap {
  margin: 0 auto 2.8%;
  width: 58.8%;
}
.WebPopupTable__Head {
  background: #EAE8E8;
  font-weight: 500;
  padding: 3%;
  color: #4B4B4B;
  font-size: 1.062rem;
  padding: 1.5% 1%;
  text-align: center;
  width: 50%;
  border-bottom: #8D8D8D 1px solid;
  border-right: #8D8D8D 1px solid;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .WebPopupTable__Head {
    font-size: 1.7vw;
  }
}
.WebPopupTable__Data {
  font-size: 1.062rem;
  color: #E38088;
  font-weight: 500;
  text-align: center;
  width: 50%;
  border-bottom: #8D8D8D 1px solid;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .WebPopupTable__Data {
    font-size: 1.7vw;
  }
}
.WebPopupTable__Row:last-child .WebPopupTable__Head, .WebPopupTable__Row:last-child .WebPopupTable__Data {
  border-bottom: none;
}
.WebPopupBtn {
  width: 41%;
  margin: 0 auto 4.3%;
  padding: 1% 0;
}
.WebPopupBtn--02 {
  width: 100%;
  margin: 0 auto 4%;
  padding: 1% 0;
  background: #FFF;
  line-height: 3;
}
@media screen and (max-width: 640px) {
  .WebPopupBtn--02 {
    line-height: 1;
    padding: 1% 0;
  }
}
.WebPopupBtn__grid {
  display: grid;
  grid-template-columns: repeat(2, 20.3%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .WebPopupBtn__grid {
    grid-template-columns: repeat(2, 36.5%);
  }
}
.WebPopupBg {
  padding: 4% 0 6%;
  background: #F2F2F2;
}

@media screen and (max-width: 640px) {
  .WebPopupInner--01 {
    padding: 9.3% 0 5.2% 0;
    background: #fff;
    margin: 0;
  }
  .WebPopupText {
    padding: 0 5.7%;
    text-align: justify;
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.85;
  }
  .WebPopupText--01 {
    margin: 0 0 4%;
    width: 100%;
  }
  .WebPopupText--02 {
    margin-bottom: 3.3%;
  }
  .WebPopupText--03 {
    margin: 0 0 4%;
  }
  .WebPopupText--04 {
    padding: 0;
    margin: 0 0 3%;
    text-align: center;
    font-size: 4.375vw;
    letter-spacing: 0.581875vw;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .WebPopupText--05 {
    text-align: center;
    font-weight: 500;
  }
  .WebPopupTableWrap {
    margin: 0 7.5% 3.4% 5.7%;
    width: 88.8%;
  }
  .WebPopupTable__Head {
    background: #F2F2F2;
    font-weight: 500;
    padding: 3%;
    color: #4B4B4B;
    font-size: 3.15vw;
    padding: 1%;
    text-align: center;
    width: 53%;
  }
  .WebPopupTable__Data {
    font-size: 3.15vw;
    font-weight: 500;
    text-align: center;
    width: 50%;
  }
  .WebPopupTable__Row:last-child .WebPopupTable__Head, .WebPopupTable__Row:last-child .WebPopupTable__Data {
    border-bottom: none;
  }
  .WebPopupBg {
    background: #F2F2F2;
  }
  .WebPopupBtn {
    width: 88%;
    margin: 0 auto 8%;
    max-height: none;
    padding: 4.0625vw 0;
  }
  .WebPopupBtn--02 {
    margin: 0 auto 3%;
    background: #fff;
    padding: 2.8125vw 0;
  }
  .WebPopupBg {
    padding: 7% 0;
  }
}/*# sourceMappingURL=contact_pre.css.map */