@charset "UTF-8";
@font-face {
  font-family: "hannari";
  src: url("../fonts/hannari/HannariMincho-Regular.otf") format("truetype");
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 701px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 701px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 62.5%;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 12.5px;
  font-size: 1.25rem;
  background-color: #5b5b5b;
  color: #fff;
}

.about__inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 63px;
}
@media screen and (max-width: 701px) {
  .about__inner {
    padding-top: 9vw;
    padding-bottom: 0;
  }
}

.about__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 118px;
}
@media screen and (max-width: 701px) {
  .about__lists {
    margin-bottom: 14.2857142857vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29%;
  margin-right: 50px;
}
@media screen and (max-width: 800px) {
  .about__item {
    width: 28%;
  }
}
@media screen and (max-width: 701px) {
  .about__item {
    padding-top: 5.8571428571vw;
    padding-bottom: 5.8571428571vw;
    padding-left: 5.2857142857vw;
    padding-right: 5.2857142857vw;
    width: 74.8571428571%;
    margin-inline: auto;
    background-color: #e6f3fa;
  }
}
@media screen and (max-width: 701px) {
  .about__item:not(:last-child) {
    margin-bottom: 7.4285714286vw;
  }
}

@media screen and (max-width: 701px) {
  .about__item:nth-child(2n) {
    background-color: #fae9e1;
  }
  .about__item:nth-child(2n) .item__ttl {
    border-bottom: 5px solid #F3AB8F;
  }
}

.about__item:nth-child(3) {
  margin-right: 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 701px) {
  .about__item:nth-child(3) {
    margin-bottom: 7.4285714286vw;
    margin-inline: auto;
  }
}

.about__item:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 701px) {
  .about__item:nth-child(5) {
    margin-inline: auto;
  }
}

.about .item__img {
  width: 77.4%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 701px) {
  .about .item__img {
    width: 100%;
  }
}

.about .item__ttl {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: normal;
  padding-top: 42px;
  padding-bottom: 13px;
  border-bottom: 9px solid #e6f3fa;
}
@media screen and (max-width: 1000px) {
  .about .item__ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 701px) {
  .about .item__ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 5.4285714286vw;
    font-size: 3.7142857143vw;
    color: #5B5B5B;
    font-weight: bold;
    border-bottom: 5px solid #97D2FF;
  }
}

.about .item__ttl--doderRed {
  border-bottom: 9px solid #fae9e1;
}
@media screen and (max-width: 701px) {
  .about .item__ttl--doderRed {
    border-bottom: 5px solid #97D2FF;
  }
}

.about .item__txt {
  padding-top: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 701px) {
  .about .item__txt {
    font-size: 3.7142857143vw;
  }
}

.about__item .en--font {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 701px) {
  .about__item .en--font {
    font-size: 3.7142857143vw;
  }
}

.content__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qr-code__wrapper {
  width: 141px;
  text-align: center;
  margin-right: 100px;
}

.tel__link {
  display: inline-block;
  padding: 17px 37px;
  background-color: #5C9FD2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  -webkit-box-shadow: 5px 5px #ececec;
          box-shadow: 5px 5px #ececec;
}

body {
  color: #5b5b5b;
  font-size: 16px;
}

.section__ttl {
  margin-bottom: 100px;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  font-family: "hannari";
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 701px) {
  .section__ttl {
    margin-bottom: 14.2857142857vw;
    font-size: 5.7142857143vw;
  }
}
.section__ttl .en--font {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.section__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 245px;
  height: 12px;
  background-image: url(../images/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.en--font {
  font-family: futura-pt, sans-serif;
  color: #b54f71;
  font-size: 54px;
  font-size: 5.4rem;
  font-style: italic;
}
@media screen and (max-width: 701px) {
  .en--font {
    font-size: 7.1428571429vw;
  }
}

.sp-content__lower {
  text-align: center;
}
.sp-content__lower a {
  display: inline-block;
  padding-top: 5.4285714286vw;
  padding-bottom: 5.4285714286vw;
  width: 59.4285714286%;
  color: #fff;
}
.sp-content__lower .contact__line {
  margin-top: 8.8571428571vw;
  margin-bottom: 4vw;
  background-image: url(../images/line-bg-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sp-content__lower .contact__tel {
  background-image: url(../images/tel-bg-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.everyday__inner {
  max-width: 800px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 113px;
}
@media screen and (max-width: 701px) {
  .everyday__inner {
    padding-top: 0;
    padding-bottom: 11vw;
  }
}

.everyday__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 701px) {
  .everyday__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.everyday__item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 25px;
  width: 30%;
}
@media screen and (max-width: 701px) {
  .everyday__item {
    padding-top: 7.7142857143vw;
    padding-bottom: 7.7142857143vw;
    padding-left: 5.2857142857vw;
    padding-right: 5.2857142857vw;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 74.8571428571%;
    background-color: #D7EEF7;
    -webkit-box-shadow: 10px 10px #A9CAD3;
            box-shadow: 10px 10px #A9CAD3;
  }
}

.everyday__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 701px) {
  .everyday__item:nth-child(3n) {
    margin-inline: auto;
  }
}

.everyday__item:nth-child(2),
.everyday__item:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 701px) {
  .everyday__item:nth-child(2),
.everyday__item:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.everyday__img {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 701px) {
  .everyday__img {
    width: 100%;
  }
}

@media screen and (max-width: 701px) {
  .everyday__txt {
    padding-top: 3.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1.7;
  }
}

@media screen and (max-width: 701px) {
  .everyday .sp-content__lower .contact__line {
    margin-top: 0;
  }
}

.flow .flow__inner {
  padding-top: 125px;
  padding-bottom: 100px;
  max-width: 970px;
  margin-inline: auto;
}
.flow .flow__subTtl {
  padding-bottom: 70px;
  font-size: 20px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 701px) {
  .flow .flow__subTtl {
    font-size: 3.7142857143vw;
  }
}
.flow .flow__subTtl .en--font {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 701px) {
  .flow .flow__subTtl .en--font {
    font-size: 3.7142857143vw;
  }
}
.flow .flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 701px) {
  .flow .flow__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flow__item {
  padding: 26px 10px;
  margin-bottom: 45px;
  display: inline-block;
  width: 28.3505154639%;
  margin-right: 40px;
  background-color: #e6f3fa;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow .flow__item {
    width: 27.3195876289%;
  }
}
@media screen and (max-width: 701px) {
  .flow .flow__item {
    width: 83.1428571429%;
    margin-inline: auto;
    padding-top: 5.4285714286vw;
    padding-bottom: 5.4285714286vw;
    padding-left: 9.4285714286vw;
    padding-right: 9.4285714286vw;
  }
}
.flow .flow__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 60px;
  right: -30px;
  width: 30px;
  height: 30px;
  background-color: #e6f3fa;
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 100%);
          clip-path: polygon(50% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 701px) {
  .flow .flow__item::after {
    top: inherit;
    right: inherit;
    bottom: -30px;
    left: 60px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.flow .flow__item:nth-child(2),
.flow .flow__item:nth-child(4) {
  background-color: #fae9e1;
}
.flow .flow__item:nth-child(2)::after,
.flow .flow__item:nth-child(4)::after {
  background-color: #fae9e1;
}
.flow .flow__item:nth-child(2) .item__num,
.flow .flow__item:nth-child(4) .item__num {
  color: #e1a071;
}
.flow .item__upper {
  height: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 701px) {
  .flow .item__upper {
    height: auto;
  }
}
.flow .item__num {
  color: #70cbe4;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media screen and (max-width: 701px) {
  .flow .item__num {
    font-size: 3.7142857143vw;
    font-weight: normal;
  }
}
.flow .item__num .step__num {
  font-size: 24px;
}
@media screen and (max-width: 701px) {
  .flow .item__num .step__num {
    font-size: 4.7142857143vw;
    font-weight: normal;
  }
}
.flow .item__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .flow .item__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 701px) {
  .flow .item__ttl {
    font-size: 4.2857142857vw;
  }
}
.flow .item__ttl--small {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 701px) {
  .flow .item__ttl--small {
    padding-top: 3.8571428571vw;
    font-size: 3.7142857143vw;
    line-height: 1.5;
  }
}
.flow .line__link {
  width: 128px;
  margin-inline: auto;
  padding-top: 10px;
}
@media screen and (max-width: 701px) {
  .flow .line__link {
    width: 56.0137457045%;
  }
}
.flow .item__txt {
  padding-top: 15px;
  line-height: 1.75;
  word-break: break-all;
}
@media screen and (max-width: 701px) {
  .flow .item__txt {
    padding-top: 3.5714285714vw;
    font-size: 3.7142857143vw;
  }
}
.flow .item__txt .en--font {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 701px) {
  .flow .item__txt .en--font {
    font-size: 3.7142857143vw;
  }
}
.flow .item__txt a {
  text-decoration: underline;
  color: #1021f8;
}
@media screen and (max-width: 701px) {
  .flow .item__img {
    padding-top: 8vw;
  }
}
.flow .flow__lower {
  padding-top: 110px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}

.footer {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 701px) {
  .footer {
    padding-top: 7.1428571429vw;
    padding-bottom: 7.1428571429vw;
  }
}
.footer .txt--red {
  color: #B54F71;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999999;
}

.header__inner {
  padding-top: 9.375px;
  padding-top: 0.9375rem;
  padding-bottom: 6.25px;
  padding-bottom: 0.625rem;
  padding-left: 13.75px;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.header .nav__list:last-child {
  padding-bottom: 12.5px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header .nav__list:last-child {
    padding-bottom: 0;
    padding: 0.9375rem 2rem;
    background-color: #fff;
  }
}

.logo {
  max-width: 43.75px;
  max-width: 4.375rem;
  position: relative;
  z-index: 999;
}

#g-nav {
  position: fixed;
  z-index: 99;
  left: 120%;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-header__bg.panelactive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: url(../images/new-mv-spbg.png) #193EA4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
.sp-header__bg.panelactive .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #193EA4;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .nav__list {
    padding: 0 1rem;
    white-space: nowrap;
  }
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  left: 0;
  z-index: 99;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive .nav__wrapper {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .nav__lists {
  display: none;
  /*ナビゲーション天地中央揃え*/
  padding-top: 115px;
}

#g-nav.panelactive .nav__lists {
  display: block;
}

/*リストのレイアウト設定*/
.nav .nav__list {
  text-align: center;
}

.nav .nav__list .nav__link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 10vw;
  text-transform: uppercase;
  font-size: 3.7142857143vw;
}
@media screen and (min-width: 768px) {
  .nav .nav__list .nav__link {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .nav .nav__list .nav__txt--black {
    color: #333;
  }
}

.nav__link--line,
.nav__link--tel {
  padding: 20px 0;
  margin-inline: auto;
  -webkit-box-shadow: 5px 5px #000;
          box-shadow: 5px 5px #000;
  display: inline-block;
  width: 320px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #00c300;
}

.nav__link--tel {
  background-color: #fff;
  color: #193ea4 !important;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: absolute;
  z-index: 9999;
  top: -1.25px;
  top: -0.125rem;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 3px #808080;
          box-shadow: 1px 2px 3px #808080;
  width: 30px;
}

.openbtn span:nth-of-type(1) {
  top: 12.5px;
  top: 1.25rem;
}

.openbtn span:nth-of-type(2) {
  top: 21.875px;
  top: 2.1875rem;
}

.openbtn span:nth-of-type(3) {
  top: 31.25px;
  top: 3.125rem;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info__inner {
  padding-top: 200px;
  padding-bottom: 57px;
  background-image: url(../images/flow-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 701px) {
  .info__inner {
    background-image: url(../images/flow-bg-sp.png);
  }
}

.img__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 841px;
  margin-inline: auto;
}
@media screen and (max-width: 701px) {
  .img__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.img__item {
  margin-right: 40px;
  width: 29.7265160523%;
}
@media screen and (max-width: 701px) {
  .img__item {
    margin-right: 0;
    margin-bottom: 30px;
    width: 35.7142857143%;
  }
}
.img__item:first-child {
  margin-right: 40px;
}

.img__item:last-child {
  margin-right: 0;
}

.img__caption {
  padding-top: 27px;
  text-align: center;
}
@media screen and (max-width: 701px) {
  .img__caption {
    padding-top: 15px;
    font-size: 3.4285714286vw;
  }
}

.info__table {
  max-width: 780px;
  margin-inline: auto;
}
@media screen and (max-width: 701px) {
  .info__table {
    margin-right: 40px;
    margin-left: 40px;
  }
}

table {
  font-size: 20px;
  text-align: left;
  border-collapse: collapse;
}
@media screen and (max-width: 701px) {
  table {
    font-size: 3.4285714286vw;
  }
}

th, td {
  border-bottom: 2px solid #AEBCE3;
}

th {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 150px;
  font-weight: normal;
}
@media screen and (max-width: 701px) {
  th {
    padding-right: 5.7142857143vw;
    padding-left: 10px;
    white-space: nowrap;
  }
}

td a {
  text-decoration: underline;
  color: #1021F8;
}

.info__lower {
  text-align: center;
}
.info__lower .caution {
  padding: 58px 0;
  font-size: 20px;
}
@media screen and (max-width: 701px) {
  .info__lower .caution {
    padding-top: 13.1428571429vw;
    padding-bottom: 10.2857142857vw;
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 701px) {
  .info__lower .contact__line {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.info__lower .qr-code__wrapper {
  display: inline-block;
  margin-right: 0;
}

.mv__bg {
  width: 100%;
  height: auto;
  position: relative;
}

.mv .mv__txt {
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .mv .mv__txt {
    bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .mv .mv__txt {
    bottom: 40px;
  }
}
.mv .corp__name {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: calc(-41.66667px + 8.95833vw);
  font-style: italic;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 901px) {
  .mv .corp__name {
    white-space: nowrap;
    font-size: 8vw;
  }
}
.mv .corp__name .en--font {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: calc(-41.66667px + 8.95833vw);
}
@media screen and (max-width: 901px) {
  .mv .corp__name .en--font {
    font-size: 7.8571428571vw;
  }
}
.mv .mv__copy {
  font-family: "hannari";
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  font-size: calc(-3.44828px + 2.93103vw);
  text-align: center;
}
@media screen and (max-width: 901px) {
  .mv .mv__copy {
    font-size: 4.2857142857vw;
    white-space: nowrap;
  }
}
.mv .mv__copy span {
  display: inline-block;
}
.mv .corp__adress {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: center;
  color: #5B5B5B;
  font-size: calc(11.72414px + 1.03448vw);
}
@media screen and (max-width: 901px) {
  .mv .corp__adress {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 3.5714285714vw;
  }
}

.rule__inner {
  padding-top: 70px;
  padding-bottom: 60px;
  max-width: 1056px;
  margin-inline: auto;
  background-color: #e6f3fa;
  -webkit-box-shadow: 20px -20px #f8f8f8;
          box-shadow: 20px -20px #f8f8f8;
}

.rule__lists {
  max-width: 920px;
  margin-inline: auto;
}

.rule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.rule__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82px;
  margin-right: 38px;
}
@media screen and (max-width: 501px) {
  .rule__num {
    width: 50px;
    margin-right: 20px;
  }
}

.rule__txt {
  font-size: 20px;
  padding-bottom: 17px;
}
.rule__txt .en--font {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 701px) {
  .rule__txt .en--font {
    font-size: 3.7142857143vw;
  }
}

.rule .rule__txt {
  max-width: 100%;
}
@media screen and (max-width: 901px) {
  .rule .rule__txt {
    max-width: 90%;
  }
}

.rule__note {
  max-width: 320px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #5b5b5b;
}

@media screen and (max-width: 701px) {
  .rule .rule__inner {
    margin-left: 38px;
    margin-right: 28px;
    max-width: 611px;
    -webkit-box-shadow: 10px -10px #f8f8f8;
            box-shadow: 10px -10px #f8f8f8;
  }
  .rule .rule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 79.705400982%;
    margin-inline: auto;
  }
  .rule .txt__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rule .rule__txt {
    max-width: 80%;
    font-size: 3.7142857143vw;
  }
  .rule .rule__note {
    width: 90%;
    max-width: 100%;
    padding-left: 0px;
    font-size: 3.1428571429vw;
    text-align: left;
    margin-inline: auto;
  }
}
.what {
  background-image: url(../images/what-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 0;
}
@media screen and (min-width: 1280px) {
  .what {
    background-size: 100% 1700px;
  }
}
@media screen and (max-width: 501px) {
  .what {
    background-image: url(../images/what-bg-sp.png);
    background-size: cover;
    margin-top: -50px;
  }
}

.what__inner {
  padding-top: 240px;
  padding-bottom: 200px;
  max-width: 870px;
  margin-inline: auto;
}
@media screen and (max-width: 701px) {
  .what__inner {
    padding-bottom: 28.5714285714vw;
  }
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 701px) {
  .review__item {
    width: 74.8571428571%;
    margin-inline: auto;
    display: block;
  }
}

.review__item:nth-child(2) {
  padding-top: 63px;
  padding-bottom: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.review__item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 295px;
  height: 4.5em;
  background-image: url(../images/namisen.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.review__item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 295px;
  height: 4.5em;
  background-image: url(../images/namisen.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 701px) {
  .review__item:nth-child(2)::before {
    width: 60%;
  }
}
.review__item:nth-child(2) .review__name {
  text-align: right;
  padding-right: 30px;
}

.review__img {
  width: 27.5%;
  margin-right: 32px;
}
@media screen and (max-width: 701px) {
  .review__img {
    width: 44.4444444444%;
    float: left;
  }
}

@media screen and (max-width: 701px) {
  .review__item:nth-child(2) .review__img {
    float: right;
    margin-right: 0;
    margin-left: 4.2857142857vw;
  }
}

.review__item .txt__wrapper {
  width: 67.8%;
}
@media screen and (max-width: 701px) {
  .review__item .txt__wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.review__item .en--font {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 701px) {
  .review__item .en--font {
    font-size: 3.4285714286vw;
  }
}

.review__name {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.review__txt {
  line-height: 1.75;
}

@media screen and (max-width: 701px) {
  .review__item figcaption {
    padding: 10px 0;
    font-size: 3.7142857143vw;
    text-align: center;
    color: #44A3DF;
  }

  .review__txt .en--font {
    font-size: 16px;
  }
}
/*# sourceMappingURL=styles.css.map */
