@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 */
.plan {
  text-align: center;
}
.plan__txt {
  letter-spacing: 0.02rem;
  font-size: 1.1875rem;
  line-height: 2.5263157895;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .plan__txt {
    letter-spacing: 0.032vw;
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .plan__txt {
    margin-bottom: 8.5vw;
  }
}
@media screen and (max-width: 640px) {
  .plan__txt {
    font-size: 3.4375vw;
    letter-spacing: 0.0515625vw;
    line-height: 2.1818181818;
    margin-bottom: 20.625vw;
  }
}
.planNav {
  width: 96%;
  max-width: 1380px;
  margin: 0 auto 123px;
  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 (min-width: 641px) and (max-width: 1000px) {
  .planNav {
    margin: 0 auto 12.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav {
    width: 89.0625vw;
    margin: 0 auto 16.40625vw;
  }
}
.planNav__txt {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 28px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__txt {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__txt {
    margin-bottom: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__txt {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1;
    margin-bottom: 3.4375vw;
  }
}
.planNav__txt::before, .planNav__txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #454545;
  top: -2px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__txt::before, .planNav__txt::after {
    height: 2.6vw;
    top: -0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__txt::before, .planNav__txt::after {
    height: 4vw;
    top: -0.3vw;
  }
}
.planNav__txt::before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__txt::before {
    left: -1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__txt::before {
    left: -3vw;
  }
}
.planNav__txt::after {
  right: -13px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__txt::after {
    right: -1.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__txt::after {
    right: -3vw;
  }
}
.planNav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
  height: 98px;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 2.6470588235;
  border: #454545 1px solid;
  border-radius: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__item {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__item {
    height: 9.8vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__item {
    font-size: 3.125vw;
    letter-spacing: 0.0625vw;
    line-height: 1.25;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.57%;
            flex: 0 1 31.57%;
    height: 13.75vw;
    border-radius: 0.78125vw;
    text-align: center;
    margin-bottom: 2.34375vw;
  }
}
.planNav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.planNav__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: #454545 1px solid;
  border-bottom: #454545 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planNav__link::before {
    width: 0.6vw;
    height: 0.6vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .planNav__link::before {
    width: 0.9375vw;
    height: 0.9375vw;
    bottom: 1.5625vw;
  }
}
.planBody {
  max-width: 950px;
  width: 95%;
  margin: 0 auto 240px;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planBody {
    margin: 0 auto 24vw;
  }
}
@media screen and (max-width: 640px) {
  .planBody {
    width: 89.0625vw;
    margin: 0 auto 28.90625vw;
  }
}
.planSub__ttl {
  position: relative;
  display: inline-block;
  padding: 21px 47px;
  margin-bottom: 100px;
  background: #454545;
  letter-spacing: 0.03rem;
  font-size: 1.5625rem;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__ttl {
    letter-spacing: 0.048vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__ttl {
    padding: 2.1vw 4.7vw;
    margin-bottom: 10vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__ttl {
    font-size: 3.90625vw;
    letter-spacing: 0.1171875vw;
    line-height: 1;
    padding: 3.28125vw 7.34375vw;
    border-radius: 0.78125vw;
    margin-bottom: 14.6875vw;
  }
}
.planSub__ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__ttl::before {
    width: 0.1vw;
    height: 1.6vw;
    bottom: -2.7vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__ttl::before {
    width: 0.15625vw;
    height: 2.5vw;
    bottom: -4.21875vw;
  }
}
.planSub__txt {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  margin-bottom: 33px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__txt {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__txt {
    margin-bottom: 3.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__txt {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.9;
    margin-bottom: 6.25vw;
  }
}
.planSubList {
  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;
}
@media screen and (max-width: 640px) {
  .planSubList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.planSubItem {
  width: 45.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.2%;
          flex: 0 1 45.2%;
  margin-right: 9.6%;
  letter-spacing: 0.03rem;
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 5%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubItem {
    letter-spacing: 0.048vw;
    font-size: 2.5vw;
  }
}
.planSubItem:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .planSubItem {
    margin-right: 0;
    margin-bottom: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47.36%;
            flex: 0 1 47.36%;
  }
}
.planSub__img {
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__img {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__img {
    margin-bottom: 5.3125vw;
  }
}
.planSub__img--753, .planSub__img--ordermade, .planSub__img--option {
  width: 78.6%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__img--753, .planSub__img--ordermade, .planSub__img--option {
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__img--753, .planSub__img--ordermade, .planSub__img--option {
    width: 100%;
    margin: 0 auto 4.375vw;
  }
}
.planSub__btn {
  position: relative;
  width: 45.3%;
  height: 65px;
  margin: 0 auto;
  padding-bottom: 0.5%;
  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;
  background: #454545;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__btn {
    letter-spacing: 0.16vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__btn {
    height: 6.5vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__btn {
    height: 13.90625vw;
    font-size: 3.90625vw;
    letter-spacing: 0.5078125vw;
    line-height: 1;
    border-radius: 0.78125vw;
    width: 87.3%;
  }
}
.planSub__btn, .planSub__btn:link, .planSub__btn:visited {
  color: #FFF;
}
.planSub__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 3%;
  margin-top: -6px;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSub__btn::before {
    width: 0.8vw;
    height: 0.8vw;
    margin-top: -0.6vw;
  }
}
@media screen and (max-width: 640px) {
  .planSub__btn::before {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-top: -0.9375vw;
    right: 7%;
  }
}
.planSub__btn--line {
  background: none;
  border: #454545 1px solid;
}
.planSub__btn--line, .planSub__btn--line:link, .planSub__btn--line:visited {
  color: #454545;
}
.planSub__btn--line::before {
  border-top: #454545 1px solid;
  border-right: #454545 1px solid;
}
.planSub__btnLine {
  position: relative;
}
.planSub__btnLine::after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: -43px;
  margin-top: -18px;
  background: 0 0/contain no-repeat url(../img/footer/ic_line_01.svg);
}
.planSubBody__ttl {
  text-align: center;
  letter-spacing: 0.03rem;
  font-size: 1.5625rem;
  line-height: 1;
  border-bottom: #454545 1px solid;
  margin-bottom: 19px;
  padding-bottom: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__ttl {
    letter-spacing: 0.048vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__ttl {
    margin-bottom: 1.9vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubBody__ttl {
    font-size: 3.90625vw;
    letter-spacing: 0.1171875vw;
    line-height: 1;
    margin-bottom: 3.28125vw;
    padding-bottom: 1.875vw;
  }
}
.planSubBody__ttl span {
  letter-spacing: 0.03rem;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__ttl span {
    letter-spacing: 0.048vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubBody__ttl span {
    font-size: 3.125vw;
    letter-spacing: 0.09375vw;
    line-height: 1;
  }
}
.planSubBody__txt {
  text-align: center;
}
.planSubBody__txt--01 {
  display: block;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  margin-bottom: 13px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__txt--01 {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__txt--01 {
    margin-bottom: 1.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubBody__txt--01 {
    margin-bottom: 2.03125vw;
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1;
  }
}
.planSubBody__txt--02 {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__txt--02 {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubBody__txt--02 {
    text-align: center;
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.9;
  }
}
.planSubBody__cut {
  display: inline-block;
  border: #454545 1px solid;
  margin-right: 3%;
  padding: 0.9% 1.5% 1.4%;
  border-radius: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubBody__cut {
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubBody__cut {
    padding: 1.9% 3.5% 2.4%;
    border-radius: 0.46vw;
  }
}
.planSubInfo {
  text-align: center;
}
.planSubPs {
  padding-left: 10%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .planSubPs {
    padding-left: 0;
  }
}
.planSubPs__txt {
  display: inline-block;
  position: relative;
  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) {
  .planSubPs__txt {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubPs__txt {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 1.9;
  }
}
.planSubPs__txtIc {
  position: absolute;
  width: 67px;
  top: -6px;
  left: -93px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .planSubPs__txtIc {
    width: 6.7vw;
    top: -0.6vw;
    left: -9.3vw;
  }
}
@media screen and (max-width: 640px) {
  .planSubPs__txtIc {
    width: 10.46875vw;
    top: -0.9375vw;
    left: -7.8125vw;
  }
}

/* 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=plan_pre.css.map */