@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 */
.flow {
  padding-bottom: 200px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flow {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 640px) {
  .flow {
    padding-bottom: 21.40625vw;
  }
}
.flowContainer {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flowContainer {
    width: 100%;
  }
}
.flowContainer--03, .flowContainer--05, .flowContainer--07 {
  background: #E4EBF2;
  padding: 5.2% 0;
  margin-bottom: 130px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowContainer--03, .flowContainer--05, .flowContainer--07 {
    margin-bottom: 13vw;
  }
}
@media screen and (max-width: 640px) {
  .flowContainer--03, .flowContainer--05, .flowContainer--07 {
    padding: 15.8% 0 10.4%;
    margin-bottom: 14.21875vw;
  }
}
@media screen and (max-width: 640px) {
  .flowContainer--05 {
    padding: 15.8% 0 0.1%;
  }
}
@media screen and (max-width: 640px) {
  .flowContainer--06 {
    margin-bottom: 14.0625vw;
  }
}
.flowItem__ttl {
  display: inline-block;
  padding: 19px 52px 20px;
  background: #454545;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: 0.03rem;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__ttl {
    letter-spacing: 0.048vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__ttl {
    padding: 1.9vw 5.2vw 2vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__ttl {
    padding: 2.96875vw 8.125vw 3.125vw;
    border-radius: 0.78125vw;
    font-size: 3.90625vw;
    letter-spacing: 0.1171875vw;
    line-height: 1;
  }
}
.flowItem__ttl--02, .flowItem__ttl--03, .flowItem__ttl--04, .flowItem__ttl--05, .flowItem__ttl--06, .flowItem__ttl--07, .flowItem__ttl--08 {
  position: relative;
  margin-bottom: 66px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__ttl--02, .flowItem__ttl--03, .flowItem__ttl--04, .flowItem__ttl--05, .flowItem__ttl--06, .flowItem__ttl--07, .flowItem__ttl--08 {
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__ttl--02, .flowItem__ttl--03, .flowItem__ttl--04, .flowItem__ttl--05, .flowItem__ttl--06, .flowItem__ttl--07, .flowItem__ttl--08 {
    margin-bottom: 8.59375vw;
  }
}
.flowItem__ttl--02::after, .flowItem__ttl--03::after, .flowItem__ttl--04::after, .flowItem__ttl--05::after, .flowItem__ttl--06::after, .flowItem__ttl--07::after, .flowItem__ttl--08::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  left: 0;
  right: 0;
  bottom: -27px;
  margin: 0 auto;
  background-color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__ttl--02::after, .flowItem__ttl--03::after, .flowItem__ttl--04::after, .flowItem__ttl--05::after, .flowItem__ttl--06::after, .flowItem__ttl--07::after, .flowItem__ttl--08::after {
    width: 0.2vw;
    height: 1.7vw;
    bottom: -2.7vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__ttl--02::after, .flowItem__ttl--03::after, .flowItem__ttl--04::after, .flowItem__ttl--05::after, .flowItem__ttl--06::after, .flowItem__ttl--07::after, .flowItem__ttl--08::after {
    width: 0.3125vw;
    height: 2.65625vw;
    bottom: -4.21875vw;
  }
}
.flowItem__txtMiddle {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-bottom: 29px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtMiddle {
    letter-spacing: 0.032vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtMiddle {
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtMiddle {
    margin-bottom: 0.3125vw;
    font-size: 3.90625vw;
    letter-spacing: 0.1171875vw;
    line-height: 1.68;
  }
}
.flowItem__txtNormal {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  margin-bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtNormal {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtNormal {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtNormal {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 2.1;
    margin-bottom: 14.0625vw;
  }
}
.flowItem__txtSmall {
  letter-spacing: 0.02rem;
  font-size: 0.9375rem;
  line-height: 2.3333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtSmall {
    letter-spacing: 0.032vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtSmall {
    font-size: 3.125vw;
    letter-spacing: 0.046875vw;
    line-height: 2.1;
    margin-top: 6.5625vw;
    display: block;
  }
}
.flowItem__txtFukidashi {
  letter-spacing: 0.015rem;
  font-size: 1.25rem;
  line-height: 1.65;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtFukidashi {
    letter-spacing: 0.024vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtFukidashi {
    font-size: 3.4375vw;
    letter-spacing: 0.103125vw;
    line-height: 1.9090909091;
    margin: 4.6875vw 0 0;
  }
}
.flowItem__txtFukidashi::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  left: -46px;
  bottom: 2px;
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  background-color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtFukidashi::before {
    width: 0.1vw;
    height: 6vw;
    left: -4.6vw;
    bottom: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtFukidashi::before {
    width: 0.15625vw;
    height: 14.53125vw;
    left: -7.1875vw;
    bottom: -1.09375vw;
    -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
  }
}
.flowItem__txtFukidashi::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  right: -36px;
  bottom: 2px;
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
  background-color: #454545;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__txtFukidashi::after {
    width: 0.1vw;
    height: 6vw;
    right: -3.6pxvw;
    bottom: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__txtFukidashi::after {
    width: 0.15625vw;
    height: 14.53125vw;
    right: -7.1875vw;
    bottom: -1.09375vw;
    -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
            transform: rotate(44deg);
  }
}
.flowItem__img {
  margin: 0 auto 15px;
  width: 54%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img {
    margin: 0 auto 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img {
    margin: -16.5625vw auto 0.46875vw;
    width: 73%;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--02 {
    margin: -15.46875vw auto 2.1875vw;
    width: 77.6%;
  }
}
.flowItem__img--03 {
  margin: -33px auto 0;
  width: 81%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--03 {
    margin: -3.3vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--03 {
    margin: -3.90625vw auto 0;
    width: 89%;
  }
}
.flowItem__img--04 {
  margin: -10px auto 47px;
  width: 81%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--04 {
    margin: -1vw auto 4.7vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--04 {
    margin: -3.125vw auto 6.40625vw;
    width: 89%;
  }
}
.flowItem__img--05 {
  margin: -70px auto 10px;
  width: 81%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--05 {
    margin: -7vw auto 1vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--05 {
    margin: -5.78125vw auto 1.5625vw;
    width: 89%;
  }
}
.flowItem__img--06 {
  margin: -35px auto 0 242px;
  width: 45.2%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--06 {
    margin: -3.5vw auto 0 24.2vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--06 {
    margin: -3.75vw auto 0 14.6875vw;
    width: 67.2%;
  }
}
.flowItem__img--07 {
  margin: -38px auto 87px;
  width: 81.1%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--07 {
    margin: -3.8vw auto 8.7vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--07 {
    margin: -8.125vw auto 18.90625vw;
    width: 88.9%;
  }
}
.flowItem__img--08 {
  margin: -38px auto 87px;
  width: 81.1%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__img--08 {
    margin: -3.8vw auto 8.7vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__img--08 {
    margin: -8.125vw auto 18.90625vw;
    width: 88.9%;
  }
}
.flowItemPoint {
  text-align: center;
}
.flowItemPoint__ic {
  position: absolute;
  width: 68px;
  top: -40px;
  left: -77px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItemPoint__ic {
    width: 6.8vw;
    top: -4vw;
    left: -7.7vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItemPoint__ic {
    width: 12.5vw;
    top: -12vw;
    left: -9vw;
  }
}
.flowItemPoint__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 1%;
  letter-spacing: 0.02rem;
  font-size: 1.5625rem;
  line-height: 1.4;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItemPoint__ttl {
    letter-spacing: 0.032vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItemPoint__ttl {
    font-size: 3.90625vw;
    letter-spacing: 0.1171875vw;
    line-height: 1.68;
  }
}
.flowItemPoint__txt {
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  margin-bottom: 48px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItemPoint__txt {
    letter-spacing: 0.032vw;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItemPoint__txt {
    margin-bottom: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItemPoint__txt {
    margin-bottom: 5.9375vw;
    font-size: 3.125vw;
    letter-spacing: 0vw;
    line-height: 2.1;
  }
}
.flowItem__btn {
  position: relative;
  width: 45.3%;
  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;
  background: #454545;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__btn {
    letter-spacing: 0.16vw;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__btn {
    height: 10.15625vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__btn {
    width: 78.3%;
    height: 13.90625vw;
    font-size: 3.90625vw;
    letter-spacing: 0.5078125vw;
    line-height: 1;
  }
}
.flowItem__btn, .flowItem__btn:link, .flowItem__btn:visited {
  color: #FFF;
}
.flowItem__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 2%;
  margin-top: -3px;
  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) {
  .flowItem__btn::before {
    margin-top: -0.3vw;
    width: 0.6vw;
    height: 0.6vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__btn::before {
    width: 2.1875vw;
    height: 2.1875vw;
    top: 50%;
    right: 7%;
    margin-top: -1.09375vw;
  }
}
.flowItem__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 18.5%;
  margin-top: -16px;
  background: 0 0/contain no-repeat url(../img/footer/ic_cal_01.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__btn::after {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .flowItem__btn::after {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-top: -2.3vw;
  }
}
.flowItem__btn--web {
  cursor: pointer;
  margin-bottom: 105px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowItem__btn--web {
    margin-top: 10.5vw;
  }
}
.flowOrder {
  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;
  background: #E4EBF2;
  padding: 7% 5% 4%;
  margin-bottom: 120px;
  margin-top: -30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowOrder {
    margin-bottom: 12vw;
    margin-top: -3vw;
  }
}
@media screen and (max-width: 640px) {
  .flowOrder {
    padding: 9% 5% 6%;
    margin-bottom: 17.1875vw;
    margin-top: -4.6875vw;
  }
}
.flowOrder__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  padding: 20px 0;
  background: #FFF;
  text-align: center;
  letter-spacing: 0.02rem;
  font-size: 1.5625rem;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowOrder__item {
    letter-spacing: 0.032vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flowOrder__item {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 640px) {
  .flowOrder__item {
    font-size: 3.59375vw;
    letter-spacing: 0.071875vw;
    line-height: 1.1304347826;
    padding: 2.8125vw 0;
  }
}
.flowOrder__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  right: -22px;
  margin-top: -10px;
  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) {
  .flowOrder__item::before {
    width: 1.4vw;
    height: 1.4vw;
    right: -2.2vw;
    margin-top: -1vw;
  }
}
@media screen and (max-width: 640px) {
  .flowOrder__item::before {
    width: 2vw;
    height: 2vw;
    right: -3vw;
    margin-top: -0.5vw;
  }
}
.flowOrder__item--07::before {
  content: none;
}

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