@charset "UTF-8";
/* px->vw変換 */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  font-size: min(34px, 4.5333333333vw);
  color: #093356;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 100vh;
  margin: 0 auto;
  line-height: 1;
  font-feature-settings: "palt" 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  width: 100%;
  max-width: 750px;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

.section-width {
  max-width: 750px;
  margin: 0 auto;
}

.inner {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 min(30px, 4vw);
}

/* h2タイトル */
.section__title {
  position: relative;
}
.section__title .title__bg {
  font-size: min(182px, 24.2666666667vw);
  text-align: center;
  text-transform: uppercase;
}
.section__title .title {
  font-size: min(90px, 12vw);
  text-align: center;
  font-weight: 900;
  line-height: 0.67;
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section__title .t-blue {
  color: #f2f8fb;
}
.section__title .t-yellow {
  color: #fffddd;
}
.section__title .t-gray {
  color: #f6f6f6;
}

/* span共通クラス */
.anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.c-white {
  color: #fff;
}

.c-gray {
  color: #f6f6f6;
}

.fz22 {
  font-size: min(22px, 2.9333333333vw);
}

.fz26 {
  font-size: min(26px, 3.4666666667vw);
}

.fz28 {
  font-size: min(28px, 3.7333333333vw);
}

.fz30 {
  font-size: min(30px, 4vw);
}

.fz32 {
  font-size: min(32px, 4.2666666667vw);
}

.fz36 {
  font-size: min(36px, 4.8vw);
}

.fz40 {
  font-size: min(40px, 5.3333333333vw);
}

.fz42 {
  font-size: min(42px, 5.6vw);
}

.fz46 {
  font-size: min(46px, 6.1333333333vw);
}

.fz48 {
  font-size: min(48px, 6.4vw);
}

.fz50 {
  font-size: min(50px, 6.6666666667vw);
}

.fz62 {
  font-size: min(62px, 8.2666666667vw);
}

.fz63 {
  font-size: min(63px, 8.4vw);
}

.fz66 {
  font-size: min(66px, 8.8vw);
}

.fz70 {
  font-size: min(70px, 9.3333333333vw);
}

.fz75 {
  font-size: min(75px, 10vw);
}

.fz80 {
  font-size: min(80px, 10.6666666667vw);
}

.fz90 {
  font-size: min(90px, 12vw);
}

.fz104 {
  font-size: min(104px, 13.8666666667vw);
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-black {
  font-weight: 900;
}

.shadow-b {
  text-shadow: 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333, 0 0 min(3px, 0.4vw) #333;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/* 共通申し込みボタン */
.join {
  text-align: center;
  color: #093356;
  font-weight: 900;
  margin-bottom: min(120px, 16vw);
}
.join__lead {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.join__lead::before {
  position: absolute;
  content: "";
  background: url(../image/join-left-shape.png) no-repeat center center/contain;
  width: min(37px, 4.9333333333vw);
  height: min(60px, 8vw);
  bottom: 9%;
  left: 5%;
}
.join__lead::after {
  position: absolute;
  content: "";
  background: url(../image/join-right-shape.png) no-repeat center center/contain;
  width: min(37px, 4.9333333333vw);
  height: min(60px, 8vw);
  bottom: 9%;
  right: 5%;
}
.join .join__btn {
  margin-top: min(30px, 4vw);
  border-radius: 999px;
  box-shadow: 0px min(10px, 1.3333333333vw) min(20px, 2.6666666667vw) 0 #bfbfbf;
  background-image: linear-gradient(to top, #f2d348, #f5ec47);
  height: min(216px, 28.8vw);
  padding-top: min(40px, 5.3333333333vw);
  padding-bottom: min(40px, 5.3333333333vw);
  position: relative;
}
.join .join__btn::before {
  position: absolute;
  background: url(../image/join-arrow.png) no-repeat center center/contain;
  content: "";
  width: min(70px, 9.3333333333vw);
  height: min(70px, 9.3333333333vw);
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
}
.join__btn2 {
  margin-top: min(30px, 4vw);
  border-radius: 999px;
  box-shadow: 0px min(10px, 1.3333333333vw) min(20px, 2.6666666667vw) 0 #bfbfbf;
  background-image: linear-gradient(to top, #138e5e, #17cd86);
  height: min(216px, 28.8vw);
  padding-top: min(10px, 5.3333333333vw);
  position: relative;
}
.join__btn2::before {
  position: absolute;
  background: url(../image/join-arrow.png) no-repeat center center/contain;
  content: "";
  width: min(70px, 9.3333333333vw);
  height: min(70px, 9.3333333333vw);
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
}
.join a {
  display: block;
  line-height: 1.1;
  font-weight: 900;
  width: 100%;
  color: #093356;
}

/* 申し込みボタン　揺れるアニメーション */
.btn-animation {
  -webkit-animation: btn-animation 2s infinite;
          animation: btn-animation 2s infinite;
}

@-webkit-keyframes btn-animation {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes btn-animation {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
/* テキストふわっと */
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* マーカーを引くアニメーション */
.js-marker {
  position: relative;
  display: inline-block;
}
.js-marker::before {
  position: absolute;
  content: "";
  background-color: #ffe66c;
  background-size: 100% 25%;
  border-radius: 999px;
  bottom: 10%;
  width: 0%;
  height: 25%;
  left: 0;
  z-index: -1;
  background-size: 0 100%;
  transition: all 2s ease 0s;
}

.js-marker.inview::before {
  width: 100%;
}

/* fv */
.fv {
  background: url(../image/fv-img.jpg) no-repeat center center/cover;
  width: 100%;
  height: min(1695px, 226vw);
  margin-bottom: min(110px, 14.6666666667vw);
}
.fv__top {
  display: flex;
  padding-top: min(30px, 4vw);
  gap: min(42px, 5.6vw);
}
.fv__logo {
  width: min(358px, 47.7333333333vw);
  height: min(81px, 10.8vw);
  margin-left: min(30px, 4vw);
  margin-right: auto;
}
.fv__btn {
  width: min(301px, 40.1333333333vw);
  height: min(100px, 13.3333333333vw);
  background-image: linear-gradient(to top, #f2d348, #f5ec47);
  border-radius: 999px;
  margin-right: min(20px, 2.6666666667vw);
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 900;
}
.fv__btn::before {
  background: url(../image/join-arrow.png) no-repeat center center/cover;
  bottom: 0;
  content: "";
  width: min(30px, 4vw);
  height: min(30px, 4vw);
  margin: auto;
  position: absolute;
  right: min(20px, 2.6666666667vw);
  top: 0;
}
.fv__lead {
  color: #fff;
  font-size: min(34px, 4.5333333333vw);
  line-height: 1.47;
  font-weight: 900;
  letter-spacing: min(2px, 0.2666666667vw);
  text-align: center;
  margin-top: min(52px, 6.9333333333vw);
  position: relative;
}
.fv__lead::before {
  position: absolute;
  content: "";
  background: url(../image/fv_shape_left.png) no-repeat center center/cover;
  width: min(41px, 5.4666666667vw);
  height: min(67px, 8.9333333333vw);
  bottom: 8%;
  left: 2%;
}
.fv__lead::after {
  position: absolute;
  content: "";
  background: url(../image/fv_shape_right.png) no-repeat center center/cover;
  width: min(41px, 5.4666666667vw);
  height: min(67px, 8.9333333333vw);
  bottom: 8%;
  right: 1.8%;
}
.fv__wrapper {
  margin-top: min(35px, 4.6666666667vw);
  position: relative;
}
.fv__title {
  text-align: center;
  padding-top: 90px;
}
.fv__title img {
  width: min(713px, 95.0666666667vw);
  height: min(284px, 37.8666666667vw);
}
.fv__comment {
  position: absolute;
  display: flex;
  width: 50%;
  top: 2%;
  right: 0.1%;
  font-weight: 700;
}
.fv__comment .point1, .fv__comment .point3 {
  width: min(134px, 17.8666666667vw);
  height: min(134px, 17.8666666667vw);
}
.fv__comment .point2 {
  width: min(134px, 17.8666666667vw);
  height: min(143px, 19.0666666667vw);
}
.fv__comment .point2, .fv__comment .point3 {
  margin-left: max(-15px, -2vw);
}
.fv__points {
  display: flex;
  justify-content: center;
}
.fv__item img {
  width: min(252px, 33.6vw);
  height: min(252px, 33.6vw);
}
.fv__item:not(:first-child) {
  margin-left: -2.2%;
}

/* about */
.about {
  margin: 0 auto;
  margin-top: min(70px, 9.3333333333vw);
  background: url(../image/about_bg.png) no-repeat center center/cover;
  width: 100%;
  max-width: min(734px, 97.8666666667vw);
  height: min(857px, 114.2666666667vw);
  text-align: center;
  position: relative;
}
.about .about__text {
  padding-top: min(125px, 16.6666666667vw);
  line-height: 1.59;
  font-weight: 700;
  color: #fff;
}

/* feature */
.future {
  padding-top: min(86px, 11.7333333333vw);
  color: #093356;
}
.future .future__lead {
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  position: relative;
}
.future .future__lead::after {
  position: absolute;
  content: "";
  background: url(../image/future-line.png) no-repeat center center/contain;
  width: min(575px, 76.6666666667vw);
  height: min(24px, 3.2vw);
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
}
.future .future__text {
  margin-top: min(85px, 10.6666666667vw);
  line-height: 1.67;
  font-size: min(30px, 4vw);
  font-weight: 500;
}
.future .future__text .fz32 {
  color: #44a1da;
  font-weight: 900;
  line-height: 1.6;
}

/* past */
.past {
  margin-top: min(90px, 12vw);
  background: url(../image/past-bg.png) no-repeat center center/contain;
  width: min(750px, 100vw);
  height: min(2017px, 268.9333333333vw);
  color: #093356;
}
.past .past__inner {
  padding-left: min(77px, 10.2666666667vw);
  padding-right: min(75px, 10vw);
  padding-top: min(130px, 17.3333333333vw);
  font-weight: 500;
  line-height: 1.58;
}
.past .past__inner .past__text2 {
  margin-top: min(30px, 4vw);
  position: relative;
}
.past .past__inner .past__text2::after {
  position: absolute;
  content: "";
  background: url(../image/past-img1.png) no-repeat center center/contain;
  width: min(359px, 47.8666666667vw);
  height: min(343px, 45.7333333333vw);
  right: -11%;
  top: 20%;
}
.past .past__inner .past__text3 {
  margin-top: min(110px, 14.6666666667vw);
}
.past .past__inner .past__text4 {
  margin-top: min(60px, 8vw);
  padding-left: min(209px, 27.8666666667vw);
  position: relative;
}
.past .past__inner .past__text4::before {
  position: absolute;
  content: "";
  background: url(../image/past-img2.png) no-repeat center center/contain;
  width: min(202px, 26.9333333333vw);
  height: min(340px, 45.3333333333vw);
  top: 51%;
  left: -3.8%;
  transform: translateY(-50%);
}
.past .past__inner .past__other {
  margin-top: min(60px, 8vw);
  text-align: center;
  position: relative;
}
.past .past__inner .past__other::after {
  position: absolute;
  content: "";
  background: url(../image/past-line2.png) no-repeat center center/contain;
  width: min(280px, 37.3333333333vw);
  height: min(16px, 2.1333333333vw);
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.past .past__inner .past__wrapper {
  margin-top: min(30px, 4vw);
}
.past .past__inner .past__wrapper-item {
  padding-top: min(20px, 2.6666666667vw);
  padding-left: min(86px, 11.4666666667vw);
  padding-bottom: min(20px, 2.6666666667vw);
  border-bottom: min(2px, 0.2666666667vw) solid #1c5380;
}
.past .past__inner .past__text {
  position: relative;
  line-height: 1.4;
}
.past .past__inner .past__text::before {
  position: absolute;
  content: "";
  background: url(../image/past-check.png) no-repeat center center/contain;
  width: min(61px, 8.1333333333vw);
  height: min(62px, 8.2666666667vw);
  top: min(13px, 1.7333333333vw);
  left: -18%;
}
.past .past__inner .past__text5 {
  margin-top: min(40px, 5.3333333333vw);
  line-height: 1.64;
}

/* campaign スタートキャンペーン */
.campaign {
  text-align: center;
  padding-top: min(90px, 12vw);
  background-color: #fbf7b5;
  color: #093356;
  padding-bottom: min(40px, 5.3333333333vw);
  margin-bottom: min(190px, 25.3333333333vw);
  position: relative;
}
.campaign::after {
  position: absolute;
  content: "";
  background: url(../image/campaign-triangle.png) no-repeat center center/contain;
  width: min(750px, 100vw);
  height: min(100px, 13.3333333333vw);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.campaign .section__title .title {
  font-size: min(76px, 10.1333333333vw);
  letter-spacing: max(-0.6px, -0.08vw);
  top: min(80px, 10.6666666667vw);
}
.campaign .campaign__subtitle {
  width: min(500px, 50vw);
  height: min(75px, 10vw);
  margin-top: max(-5px, -0.6666666667vw);
}
.campaign .campaign__text {
  text-align: left;
  line-height: 1.64;
}
.campaign .campaign__text .campaign__text1 {
  margin-top: min(60px, 8vw);
}
.campaign .campaign__text .campaign__text2 {
  margin-top: min(20px, 2.6666666667vw);
}
.campaign .campaign__text .campaign__text3 {
  margin-top: min(30px, 4vw);
  position: relative;
  padding-left: 0.1em;
}
.campaign .campaign__text .campaign__text3::after {
  position: absolute;
  content: "";
  background: url(../image/campaign__img@2x.png) no-repeat center center/contain;
  width: min(714px, 95.2vw);
  height: min(380px, 50.6666666667vw);
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.campaign .campaign__text .campaign__text4 {
  margin-top: min(340px, 45.3333333333vw);
  padding-left: min(80px, 10.6666666667vw);
}
.campaign .campaign__text .campaign__text5 {
  margin-top: min(40px, 5.3333333333vw);
}

/* worries */
.worries {
  margin-top: min(120px, 16vw);
  padding-top: min(75px, 10vw);
  padding-bottom: min(40px, 5.3333333333vw);
  background-color: #e6f3fa;
}
.worries .worries__text {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 700;
  margin-top: min(40px, 5.3333333333vw);
  padding-bottom: min(10px, 1.3333333333vw);
  line-height: 1.64;
}
.worries .worries__text-3 {
  margin-top: min(30px, 4vw);
}
.worries .worries__text-4 {
  margin-top: min(30px, 4vw);
}

/* contents */
.content {
  background-color: #e6f3fa;
  padding-bottom: min(100px, 13.3333333333vw);
}
.content .content__title {
  background-image: linear-gradient(to top, #44a1da, #117abb);
  text-align: center;
  padding-top: min(30px, 4vw);
  padding-bottom: min(30px, 4vw);
  color: #fff;
}
.content .content__wrapper {
  background-color: #fff;
  padding: min(30px, 4vw) min(30px, 4vw) min(60px, 8vw);
}
.content .content__wrapper .content__item {
  padding-top: min(25px, 3.3333333333vw);
  padding-bottom: min(35px, 4.6666666667vw);
  border-bottom: min(2px, 0.2666666667vw) solid #e6f3fa;
  position: relative;
}
.content .content__wrapper .content__item .content__text1, .content .content__wrapper .content__item .content__text2, .content .content__wrapper .content__item .content__text3, .content .content__wrapper .content__item .content__text4, .content .content__wrapper .content__item .content__text5, .content .content__wrapper .content__item .content__text6, .content .content__wrapper .content__item .content__text7, .content .content__wrapper .content__item .content__text8, .content .content__wrapper .content__item .content__text9, .content .content__wrapper .content__item .content__text10, .content .content__wrapper .content__item .content__text11 {
  font-size: min(40px, 5.3333333333vw);
  padding-left: min(77px, 10.2666666667vw);
  font-weight: 700;
}
.content .content__wrapper .content__item .content__text1::before, .content .content__wrapper .content__item .content__text2::before, .content .content__wrapper .content__item .content__text3::before, .content .content__wrapper .content__item .content__text4::before, .content .content__wrapper .content__item .content__text5::before, .content .content__wrapper .content__item .content__text6::before, .content .content__wrapper .content__item .content__text7::before, .content .content__wrapper .content__item .content__text8::before, .content .content__wrapper .content__item .content__text9::before, .content .content__wrapper .content__item .content__text10::before, .content .content__wrapper .content__item .content__text11::before {
  position: absolute;
  content: "";
  width: min(60px, 8vw);
  height: min(60px, 8vw);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content .content__wrapper .content__item .content__text1::before {
  background: url(../image/content-1.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text2::before {
  background: url(../image/content-2.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text3::before {
  background: url(../image/content-3.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text4::before {
  background: url(../image/content-4.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text5::before {
  background: url(../image/content-5.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text6::before {
  background: url(../image/content-6.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text7::before {
  background: url(../image/content-7.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text8::before {
  background: url(../image/content-8.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text9::before {
  background: url(../image/content-9.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text10::before {
  background: url(../image/content-10.png) no-repeat center center/contain;
}
.content .content__wrapper .content__item .content__text11::before {
  background: url(../image/content-11.png) no-repeat center center/contain;
}

/* why */
.why {
  background: url(../image/why-bg.png) no-repeat top center/contain;
  padding-top: min(90px, 12vw);
  padding-bottom: min(92px, 12.2666666667vw);
}
.why__inner {
  padding-right: min(27px, 3.6vw);
}
.why .why__text1 {
  line-height: 1.64;
  letter-spacing: max(-0.6px, -0.08vw);
  font-weight: 500;
}
.why .why__text1:not(:nth-child(1), :nth-child(6)) {
  margin-top: min(30px, 4vw);
}
.why .why__text1:nth-child(2) {
  line-height: 1.53;
}
.why .why__text1:nth-child(3) {
  margin-top: min(25px, 3.3333333333vw);
}
.why .why__text1:nth-child(4) {
  position: relative;
}
.why .why__text1:nth-child(4)::after {
  position: absolute;
  content: "";
  background: url(../image/why-img1.png) no-repeat center center/contain;
  width: min(286px, 38.1333333333vw);
  height: min(313px, 41.7333333333vw);
  bottom: 10%;
  right: -2.5%;
}
.why .why__text1:nth-child(8) {
  padding-left: min(345px, 46vw);
}
.why .why__text1:nth-child(9) {
  margin-top: min(20px, 2.6666666667vw);
  padding-left: min(345px, 46vw);
  letter-spacing: 0.01em;
  position: relative;
}
.why .why__text1:nth-child(9)::before {
  position: absolute;
  content: "";
  background: url(../image/why-img2.png) no-repeat center center/contain;
  width: min(326px, 43.4666666667vw);
  height: min(332px, 44.2666666667vw);
  bottom: 4%;
  left: -1%;
}
.why .why__text1:nth-child(10) {
  margin-top: min(25px, 3.3333333333vw);
  line-height: 1.53;
}
.why .why__title {
  margin-top: min(70px, 9.3333333333vw);
  margin-bottom: min(50px, 6.6666666667vw);
  background-image: linear-gradient(to top, #093356, #1f5988);
  color: #fff;
  padding: min(20px, 2.6666666667vw) min(75px, 10vw) min(23px, 3.0666666667vw) min(217px, 28.9333333333vw);
  line-height: 1.19;
  position: relative;
}
.why .why__title::before {
  position: absolute;
  content: "";
  background: url(../image/why_balloon.png) no-repeat center center/contain;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: min(112px, 14.9333333333vw);
  height: min(112px, 14.9333333333vw);
}

/* agree */
.agree {
  background: url(../image/agree-bg.png) no-repeat center center/contain;
  width: min(750px, 100vw);
  height: min(956px, 127.4666666667vw);
  background-color: #e6f3fa;
}
.agree .agree__lead {
  margin-left: min(297px, 39.6vw);
  padding-top: min(95px, 12.6666666667vw);
  padding-bottom: min(15px, 2vw);
  line-height: 1.2;
  font-weight: 700;
  position: relative;
}
.agree .agree__lead::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: min(240px, 32vw);
  height: min(2px, 0.2666666667vw);
  bottom: 5%;
  left: -1%;
}
.agree .agree__text {
  margin-top: min(50px, 6.6666666667vw);
  line-height: 1.64;
  font-weight: 700;
}
.agree .agree__text-2 {
  margin-top: min(45px, 6vw);
}
.agree .agree__text .fz30 {
  color: #ffde3c;
  line-height: 1;
}

/* result 実績 */
.result {
  padding-top: min(70px, 9.3333333333vw);
  background-color: #e6f3fa;
}
.result .section__title {
  position: relative;
}
.result .section__title .title__bg {
  font-size: min(182px, 24.2666666667vw);
  color: #f2f8fb;
  text-align: center;
  text-transform: uppercase;
}
.result .section__title .title {
  font-size: min(90px, 12vw);
  text-align: center;
  font-weight: 900;
  line-height: 0.67;
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
}
.result__list {
  padding: min(55px, 7.3333333333vw) 0 min(100px, 13.3333333333vw);
  display: flex;
  flex-direction: column;
  gap: min(20px, 2.6666666667vw);
}
.result__item {
  padding: min(10px, 1.3333333333vw);
  background-color: #fff;
  box-shadow: 5px 8.7px 25px 0 #bfdded;
}
.result__box {
  padding: min(25px, 3.3333333333vw) min(25px, 3.3333333333vw) min(28px, 3.7333333333vw) min(30px, 4vw);
  display: flex;
  border: min(2px, 0.2666666667vw) solid #e6f3fa;
  font-size: min(38px, 5.0666666667vw);
  line-height: 1.32;
  font-weight: 900;
  gap: min(23px, 3.0666666667vw);
  align-items: center;
}
.result__box-3 {
  font-size: min(36px, 4.8vw);
  padding-top: min(21px, 2.8vw);
  padding-bottom: min(24px, 3.2vw);
}
.result__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: min(20px, 2.6666666667vw);
  background: url(../image/result-num.png) no-repeat center center/contain;
  width: min(137px, 18.2666666667vw);
  height: min(114px, 15.2vw);
}
.result-num {
  font-size: min(61.5px, 8.2vw);
  line-height: 1;
}

/* owner */
.owner .section__title {
  margin-top: min(90px, 12vw);
  padding-bottom: min(60px, 8vw);
}
.owner .section__title .title {
  top: 30%;
}
.owner ul {
  padding-left: min(40px, 5.3333333333vw);
  padding-top: min(215px, 28.6666666667vw);
  padding-right: min(40px, 5.3333333333vw);
}
.owner li {
  padding-left: min(68px, 9.0666666667vw);
  font-size: min(30px, 4vw);
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: max(-0.5px, -0.0666666667vw);
  position: relative;
}
.owner li::after {
  position: absolute;
  content: "";
  background: url(../image/owner_check@2x.png) no-repeat center center/cover;
  width: min(46px, 6.1333333333vw);
  height: min(46px, 6.1333333333vw);
  top: min(30px, 4vw);
  left: 0;
}
.owner li:not(:first-child) {
  border-top: min(2px, 0.2666666667vw) solid #e6f3fa;
}
.owner__main {
  background: url(../image/owner_a-bg@2x.png) no-repeat center center/cover;
  width: 100%;
  height: min(1388px, 185.0666666667vw);
  position: relative;
}
.owner__main-name {
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: min(90px, 12vw);
  top: 3%;
  left: 36.5%;
}
.owner__main li {
  padding-top: min(26px, 3.4666666667vw);
  padding-bottom: min(23px, 3.0666666667vw);
  font-weight: 700;
}
.owner__sub {
  margin-top: min(60px, 8vw);
  background: url(../image/owner_s-bg@2x.png) no-repeat center center/cover;
  width: 100%;
  height: min(963px, 128.4vw);
  position: relative;
}
.owner__sub-title {
  color: #fff;
  font-size: min(30px, 4vw);
  font-weight: 700;
  position: absolute;
  content: "";
  top: 3%;
  left: 34%;
}
.owner__sub-name {
  color: #fff;
  font-size: min(80px, 10.6666666667vw);
  font-weight: 900;
  position: absolute;
  top: 7.5%;
  left: 34%;
}
.owner__sub li {
  padding-top: min(27px, 3.6vw);
  padding-bottom: min(30px, 4vw);
  font-weight: 700;
}

/* feature サービスの特徴 */
.feature {
  background-color: #e6f3fa;
  margin-top: min(100px, 13.3333333333vw);
  padding-bottom: min(65px, 8.6666666667vw);
}
.feature .section__title {
  padding-top: min(90px, 12vw);
}
.feature .section__title .title {
  top: 60%;
}
.feature__list {
  margin-top: min(65px, 8.6666666667vw);
}
.feature__item {
  margin-bottom: min(30px, 4vw);
}
.feature__heading {
  background: url(../image/feature-ribon.png) no-repeat center center/cover;
  width: 100%;
  height: min(167px, 22.2666666667vw);
  color: #fff;
  position: relative;
}
.feature__heading .feature__ribon {
  font-size: min(21.5px, 2.8666666667vw);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 1.3333333333vw);
  position: absolute;
  top: 18%;
  left: 10%;
}
.feature__heading p {
  position: absolute;
  top: 19%;
  left: 26.5%;
  font-size: min(42px, 5.6vw);
  line-height: 1.19;
  font-weight: 700;
}
.feature__contents {
  border-style: solid;
  border-width: min(4px, 0.5333333333vw);
  border-image-source: linear-gradient(to top, #44a1da, #117abb);
  border-image-slice: 1;
  margin-top: max(-20px, -2.6666666667vw);
  background-color: #fff;
  padding-top: min(10px, 1.3333333333vw);
  padding-bottom: min(60px, 8vw);
}
.feature__contents p {
  font-size: min(30px, 4vw);
  line-height: 1.53;
  font-weight: 700;
  padding: min(50px, 7.3333333333vw) min(30px, 4vw) 0 min(35px, 4.6666666667vw);
}

.feature__contents img {
  padding: min(50px, 7.3333333333vw) min(35px, 4.6666666667vw) 0 min(35px, 4.6666666667vw);
}

/* サービスの流れ */
.service {
  padding-top: min(90px, 12vw);
  padding-bottom: min(100px, 13.3333333333vw);
}
.service .service__list {
  margin-top: max(-10px, -1.3333333333vw);
}
.service .service__list .service__item {
  padding-left: min(130px, 17.3333333333vw);
  line-height: 1.33;
  font-weight: 700;
  margin-top: min(80px, 10.6666666667vw);
  position: relative;
}
.service .service__list .service__item::before {
  position: absolute;
  content: "";
  width: min(100px, 13.3333333333vw);
  height: min(100px, 13.3333333333vw);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service .service__list .service__item:nth-child(1)::before {
  background: url(../image/service-1.png) no-repeat center center/contain;
}
.service .service__list .service__item:nth-child(2)::before {
  background: url(../image/service-2.png) no-repeat center center/contain;
}
.service .service__list .service__item:nth-child(3)::before {
  background: url(../image/service-3.png) no-repeat center center/contain;
}
.service .service__list .service__item:nth-child(4)::before {
  background: url(../image/service-4.png) no-repeat center center/contain;
}
.service .service__list .service__item:nth-child(5)::before {
  background: url(../image/service-5.png) no-repeat center center/contain;
}
.service .service__list .service__item:not(:nth-child(1))::after {
  position: absolute;
  content: "";
  background: url(../image/service-triangle.png) no-repeat center center/contain;
  width: min(25px, 3.3333333333vw);
  height: min(21px, 2.8vw);
  left: 5.5%;
  top: -60%;
}

/* voice 参加者の声 */
.voice {
  background-color: #e6f3fa;
  padding-top: min(90px, 12vw);
  padding-bottom: min(50px, 6.6666666667vw);
}
.voice .voice__list {
  margin-top: max(-5px, -0.6666666667vw);
}
.voice .voice__list .voice__item {
  font-size: min(28px, 3.7333333333vw);
  padding-top: min(55px, 7.3333333333vw);
  padding-bottom: min(45px, 6vw);
  position: relative;
}
.voice .voice__list .voice__item:not(:nth-child(1)) {
  border-top: min(2px, 0.2666666667vw) solid #44a1da;
}
.voice .voice__list .voice__item::before {
  position: absolute;
  content: "";
  width: min(165px, 22vw);
  height: min(165px, 22vw);
  left: 0;
  top: 9%;
}
.voice .voice__list .voice__item .voice__box {
  font-weight: 700;
  padding: min(20px, 2.6666666667vw) min(35px, 4.6666666667vw) min(20px, 2.6666666667vw) min(30px, 4vw);
  margin-left: min(193px, 25.7333333333vw);
  line-height: 1.43;
  background-color: #fff;
  border-radius: min(30px, 4vw) min(30px, 4vw) min(30px, 4vw) 0;
  box-shadow: 5px 8.7px 25px 0 #bfdded;
}
.voice .voice__list .voice__item .voice__text {
  font-weight: 500;
  line-height: 1.64;
  margin-top: min(30px, 4vw);
}
/*
.voice .voice__list .voice__item:nth-child(1)::before {
  background: url(../image/voice-img1.png) no-repeat center center/contain;
}
.voice .voice__list .voice__item:nth-child(2)::before {
  background: url(../image/voice-img2.png) no-repeat center center/contain;
}
.voice .voice__list .voice__item:nth-child(3)::before {
  background: url(../image/voice-img3.png) no-repeat center center/contain;
}
.voice .voice__list .voice__item:nth-child(4)::before {
  background: url(../image/voice-img4.png) no-repeat center center/contain;
}
*/

/* voice 参加者の声(追加) */
.voice__add {
  position: relative;
}
.voice__add::before {
  position: absolute;
  content: "";
  width: min(165px, 22vw);
  height: min(165px, 22vw);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.voice__add1::before {
  background: url(../image/voice-img1.png) no-repeat center center/contain;
}
.voice__add2::before {
  background: url(../image/voice-img2.png) no-repeat center center/contain;
}
.voice__add3::before {
  background: url(../image/voice-img3.png) no-repeat center center/contain;
}
.voice__add4::before {
  background: url(../image/voice-img4.png) no-repeat center center/contain;
}
.voice__add5::before {
  background: url(../image/voice-img5.png) no-repeat center center/contain;
}
.voice__add6::before {
  background: url(../image/voice-img6.png) no-repeat center center/contain;
}
.voice__add7::before {
  background: url(../image/voice-img7.png) no-repeat center center/contain;
}
.voice__add8::before {
  background: url(../image/voice-img8.png) no-repeat center center/contain;
}

/* apply 参加までの流れ */
.apply {
  margin-top: min(100px, 13.3333333333vw);
}
.apply__title {
  text-align: center;
}
.apply__title p {
  font-size: min(60px, 8vw);
}
.apply__title h2 {
  font-size: min(90px, 12vw);
  font-weight: 900;
  margin-top: min(18px, 2.4vw);
}
.apply__flow {
  margin-top: min(80px, 10.6666666667vw);
}
.apply__item {
  display: flex;
}
.apply__step {
  width: min(121px, 16.1333333333vw);
  position: relative;
}
.apply__step p {
  color: #fff;
  font-size: min(29.5px, 3.9333333333vw);
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 1.3333333333vw);
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apply .step-top {
  background: url(../image/apply_step-bg.png) no-repeat center center/cover;
  height: min(331px, 44.1333333333vw);
}
.apply .step-mid {
  background: url(../image/apply_step-mid.png) no-repeat center center/cover;
  height: min(286px, 38.1333333333vw);
}
.apply .step-end {
  background: url(../image/apply_step-end.png) no-repeat center center/cover;
  height: min(266px, 35.4666666667vw);
}
.apply .step-end p {
  top: 50%;
}
.apply__contents {
  width: calc(100% - min(121px, 16.1333333333vw));
  padding-left: min(30px, 4vw);
  margin-top: min(20px, 2.6666666667vw);
}
.apply__flow-lead {
  font-size: min(38px, 5.0666666667vw);
  font-weight: 900;
  line-height: 1.32;
  padding-bottom: min(18px, 2.4vw);
  border-bottom: min(2px, 0.2666666667vw) solid #44a1da;
}
.apply__text {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.64;
  margin-top: min(20px, 2.6666666667vw);
}

/* price */
.price {
  margin-top: min(110px, 14.6666666667vw);
  padding-bottom: min(90px, 12vw);
  position: relative;
}
.price__lead {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 500;
  text-align: center;
  line-height: 1.64;
  margin-left: auto;
  margin-right: auto;
  margin-top: min(60px, 8vw);
  position: relative;
}
.price__lead::before {
  position: absolute;
  content: "";
  background: url(../image/price_shape-left.png) no-repeat center center/cover;
  width: min(41px, 5.4666666667vw);
  height: min(67px, 8.9333333333vw);
  top: 18%;
  left: 3%;
}
.price__lead::after {
  position: absolute;
  content: "";
  background: url(../image/price_shape-right@2x.png) no-repeat center center/cover;
  width: min(41px, 5.4666666667vw);
  height: min(67px, 8.9333333333vw);
  top: 18%;
  right: 2.5%;
}
.price__lead-1 {
  margin-left: -0.8em;
}
.price__main {
  display: flex;
  position: relative;
  margin-top: min(40px, 5.3333333333vw);
  margin-left: min(48px, 6.4vw);
  margin-bottom: min(25px, 3.3333333333vw);
}
.price__main::after {
  position: absolute;
  content: "";
  background: url(../image/price_image.png) no-repeat center center/cover;
  width: min(289px, 38.5333333333vw);
  height: min(281px, 37.4666666667vw);
  top: 0;
  left: 57%;
}
.price__month {
  font-size: min(40px, 5.3333333333vw);
  position: absolute;
  content: "";
  top: 22%;
  left: -8%;
  width: 100%;
  height: 100%;
}
.price__num {
  font-size: min(128px, 17.0666666667vw);
}
.price__yen {
  text-align: center;
  padding-top: min(20px, 2.6666666667vw);
}
.price .yen-tax {
  font-size: min(24px, 3.2vw);
  font-weight: 400;
}
.price .yen {
  font-size: min(70px, 9.3333333333vw);
  padding-top: min(5px, 0.6666666667vw);
}
.price__campaign {
  color: #fff;
  font-size: min(35px, 4.6666666667vw);
  line-height: 1.31;
  font-weight: 700;
  padding: min(5px, 0.6666666667vw) min(19px, 2.5333333333vw) min(5px, 0.6666666667vw) min(20px, 2.6666666667vw);
  background-image: linear-gradient(to top, #44a1da, #117abb);
}
.price .p-campaign1 {
  width: min(390px, 52vw);
}
.price .p-campaign2 {
  width: min(400px, 53.3333333333vw);
  margin-top: min(8px, 1.0666666667vw);
}
.price__text {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1.64;
  margin-top: min(45px, 6vw);
  letter-spacing: max(-0.6px, -0.08vw);
}

/* benefit 参加特典 */
.benefit {
  background-color: #e6f3fa;
  padding-top: min(100px, 13.3333333333vw);
  padding-bottom: min(100px, 13.3333333333vw);
}
.benefit .title {
  top: 35%;
}
.benefit .benefit__list {
  margin-top: min(80px, 10.6666666667vw);
}
.benefit .benefit__list .benefit__item {
  display: flex;
  flex-direction: column;
  gap: min(60px, 8vw);
  padding: min(35px, 4.6666666667vw) min(30px, 4vw) min(65px, 8.6666666667vw);
  border-style: solid;
  border-width: min(14px, 1.8666666667vw);
  border-image-source: linear-gradient(to top, #44a1da, #117abb);
  border-image-slice: 1;
  z-index: 1;
  position: relative;
}
.benefit .benefit__list .benefit__item:nth-child(n+2) {
  margin-top: min(61px, 8.1333333333vw);
}
.benefit .benefit__list .benefit__item::before {
  position: absolute;
  content: "";
  right: 5%;
  bottom: 9%;
  z-index: -1;
}
.benefit .benefit__list .benefit__item:nth-child(1)::before {
  background: url(../image/benefit-1.png) no-repeat center center/contain;
  width: min(154px, 20.5333333333vw);
  height: min(154px, 20.5333333333vw);
}
.benefit .benefit__list .benefit__item:nth-child(2)::before {
  background: url(../image/benefit-2.png) no-repeat center center/contain;
  width: min(115px, 15.3333333333vw);
  height: min(154px, 20.5333333333vw);
}
.benefit .benefit__list .benefit__item:nth-child(3)::before {
  background: url(../image/benefit-3.png) no-repeat center center/contain;
  width: min(174px, 23.2vw);
  height: min(142px, 18.9333333333vw);
}
.benefit .benefit__list .benefit__item:nth-child(4)::before {
  background: url(../image/benefit-4.png) no-repeat center center/contain;
  width: min(173px, 23.0666666667vw);
  height: min(154px, 20.5333333333vw);
}
.benefit .benefit__list .benefit__item:nth-child(5)::before {
  background: url(../image/benefit-5.png) no-repeat center center/contain;
  width: min(192px, 25.6vw);
  height: min(154px, 20.5333333333vw);
}
.benefit .benefit__list .benefit__item .benefit__head {
  display: flex;
  justify-content: space-between;
  font-size: min(42px, 5.6vw);
  margin-top: -12%;
}
.benefit .benefit__list .benefit__item .benefit__head .lead__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(8px, 1.0666666667vw);
}
.benefit .benefit__list .benefit__item .benefit__head .lead__wrapper .lead__bg {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.benefit .benefit__list .benefit__item .benefit__head .lead__wrapper .lead__bg .benefit__lead1, .benefit .benefit__list .benefit__item .benefit__head .lead__wrapper .lead__bg .benefit__lead2 {
  padding: min(10px, 1.3333333333vw) min(25px, 3.3333333333vw);
  background-image: linear-gradient(to top, #44a1da, #117abb), linear-gradient(to bottom, #093356, #093356);
  font-size: min(42px, 5.6vw);
  font-weight: 900;
  line-height: 1.19;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefit .benefit__list .benefit__item .benefit__head .lead__wrapper .lead__bg .benefit__lead1 {
  box-shadow: 0px min(10px, 1.3333333333vw) min(21px, 2.8vw) 0 #9ac4da;
}
.benefit .benefit__list .benefit__item .benefit__head .lead__wrapper .lead__bg .benefit__lead2 {
  box-shadow: min(5px, 0.6666666667vw) min(8.7px, 1.16vw) min(25px, 3.3333333333vw) 0 #bfdded;
}
.benefit .benefit__list .benefit__item .benefit__body {
  font-size: min(30px, 4vw);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: min(45px, 6vw);
  line-height: 1.53;
}
.benefit .benefit__num {
  margin-top: min(55px, 7.3333333333vw);
  border-bottom: min(3px, 0.4vw) solid #44a1da;
  background-image: linear-gradient(to top, #44a1da, #117abb), linear-gradient(to bottom, #093356, #093356);
  border-image-slice: 1;
  background-image: linear-gradient(to top, #44a1da, #117abb), linear-gradient(to bottom, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* faq よくある質問 */
.faq {
  padding-top: min(90px, 12vw);
  padding-bottom: min(40px, 5.3333333333vw);
}
.faq .title {
  top: 45%;
}

.faq__list {
  margin-top: min(80px, 10.6666666667vw);
}

.faq__q {
  font-size: min(30px, 4vw);
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(to top, #44a1da, #117abb);
  padding: min(21px, 2.9333333333vw) 0 min(22px, 2.9333333333vw) min(124px, 16.5333333333vw);
  line-height: 1.53;
  position: relative;
}
.faq__q::before {
  position: absolute;
  content: "";
  background: url(../image/faq-q.png) no-repeat center center/contain;
  width: min(68px, 9.0666666667vw);
  height: min(69px, 9.2vw);
  top: 50%;
  left: 4.34%;
  transform: translateY(-50%);
}

.faq__a {
  font-size: min(28px, 3.7333333333vw);
  padding: min(20px, 2.6666666667vw) min(30px, 4vw) min(53px, 7.0666666667vw) min(124px, 16.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.faq__a::before {
  position: absolute;
  content: "";
  background: url(../image/faq-a.png) no-repeat center center/contain;
  width: min(68px, 9.0666666667vw);
  height: min(69px, 9.2vw);
  top: 10%;
  left: 4.34%;
}

/* message 追伸 */
.message {
  background-image: linear-gradient(to top, #44a1da, #117abb);
  padding: min(60px, 8vw) min(30px, 4vw);
  margin-bottom: min(110px, 14.6666666667vw);
  position: relative;
}
.message .section__title {
  margin-top: min(10px, 1.3333333333vw);
}
.message .message__inner {
  background-color: #fff;
  padding: min(20px, 2.6666666667vw);
}
.message .message__inner .message__wrapper {
  border: min(4px, 0.5333333333vw) solid #44a1da;
  padding: min(80px, 10.6666666667vw) min(30px, 4vw);
}
.message .message__inner .section__title .title__bg {
  font-size: min(110px, 14.6666666667vw);
  width: min(601px, 80.1333333333vw);
}
.message .message__inner .section__title .title {
  top: 32%;
}
.message .message__inner .text__wrapper {
  margin-top: min(50px, 6.6666666667vw);
  position: relative;
}
.message .message__inner .text__wrapper .message__text {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.64;
}
.message .message__inner .text__wrapper .message__text:not(first-child) {
  margin-top: min(46px, 6.1333333333vw);
}
.message .message__inner .text__wrapper .message__text:last-child {
  margin-top: min(40px, 5.3333333333vw);
  position: relative;
}
.message .message__inner .text__wrapper .message__text:last-child::after {
  position: absolute;
  content: "";
  background: url(../image/message-img.png) no-repeat center center/contain;
  width: min(311px, 41.4666666667vw);
  height: min(291px, 38.8vw);
  bottom: 13%;
  right: -4%;
}

.tokusyo__wrapper {
  margin-top: 23px;
  overflow: auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.tokusyo__content {
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
.tokusyo-table {
  width: 100%;
}
.tokusyo-table__name, .tokusyo-table__data {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.2;
}
.tokusyo-table__name {
  font-weight: 700;
  width: 10%;
  color: #626262;
  font-size: 2rem;
}
.tokusyo-table__data {
  width: 30%;
}
.tokusyo-table__data-inner {
  text-align: left;
  display: inline-block;
}
.tokusyo-table__twitterall {
  color: #626262;
  font-size: 2rem;
  font-weight: 500;
  width: 20%;
}
.tokusyo-table__company .tokusyo-table__data {
  padding: 12px 4px;
}
@media screen and (max-width: 768px) {
  .tokusyo__content tr, .tokusyo__content th, .tokusyo__content td {
    display: block;
  }
  .tokusyo__content th, .tokusyo__content td {
    width: 100%;
  }
  .tokusyo__content {
    text-align: left;
    vertical-align: middle;
  }
}
.privacy__wrapper {
  margin-top: 23px;
  overflow: auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.privacy__content {
  color: #626262;
  font-size: 2rem;
  font-weight: 500;
}

.privacy__content p{
  padding: 12px 4px;
  line-height: 1.5;
}


.title_main + * {
  margin-top: 32px;
}
.footer {
  margin-top: 8rem;
  padding: 1rem;
  background-color: #000;
  color: #ffff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: auto;
}
.footer a {
  color: #fff;
}
.copyright {
  text-align: center;
  font-size: 1rem;
}
.layout {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
/* 以上 */