@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-100 {
  margin-top: 100px;
}

.mr-30 {
  margin-right: 30px;
}

.set-abs {
  position: absolute;
  left: 300px;
  top: 10px;
}

.point3 {
  margin: 30px;
}

.w-1 {
  width: 75%;
}

.w-2 {
  width: 64%;
}

.w-3 {
  margin-top: 20px;
}
.w-4 {
  margin-top: 20px;
}

.flow-item__img.w-3 img {
  width: 300px;
}

.flow-item__img.w-4 img {
  width: 480px;
}

@media (max-width: 570px) {
  .flow-item__img.w-4 img {
    width: 480rem;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 570px) {
  html {
    font-size: 0.175vw;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  letter-spacing: 0.1em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  line-height: 200%;
  font-weight: 500;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.sp-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2rem solid #0265C5;
  width: 28rem;
  display: block;
  margin-bottom: 6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 28rem;
}

.sp-menu-item.active span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2rem, 4rem);
  transform: rotate(-45deg) translate(-2rem, 4rem);
}

.sp-menu-item.active span:nth-child(2) {
  display: none;
}

.sp-menu-item.active span:last-child {
  width: 28rem;
  -webkit-transform: rotate(45deg) translate(-3rem, -4rem);
  transform: rotate(45deg) translate(-3rem, -4rem);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 56px);
  z-index: 20;
  margin-top: 80px;
  padding: 60px 36px;
  background-color: #DF8969;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}

.menu-overlay.active {
  -webkit-transform: none;
  transform: none;
}

.overlay-links__group {
  margin-bottom: 25px;
}

.menu-overlay .overlay-links a {
  margin-bottom: 40px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
.menu-overlay .overlay-links a span:first-child {
  margin-right: 10px;
}

.overlay-links__other {
  width: 100%;
}
.overlay-links__other a {
  width: 100%;
  height: 55px;
  background-color: #2B3F72;
  border-radius: 53px;
  font-size: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-links__logoBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overlay-links__logoBtn img {
  width: 160px;
}

.overlay-links__lead {
  color: #0265C5;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: unset !important;
  margin-top: unset !important;
}

@media (max-width: 888px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
  .sp-menu {
    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;
    background-color: #2B3F72;
    width: 100px;
    height: 36px;
    border-radius: 24px;
  }
  .sp-menu__en {
    color: white;
    margin-left: 4px;
  }
  .sp-menu-item span {
    border-bottom: 2px solid white;
    width: 22px;
    margin-bottom: 5px;
  }
  .sp-menu-item span:last-child {
    width: 22px;
  }
  .sp-menu-item.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
  .sp-menu-item.active span:last-child {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
            transform: rotate(45deg) translate(-1px, -3px);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__inner {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
#left-items {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEBB8), color-stop(50%, #FBDED1), to(#FAD1AF));
  background: linear-gradient(to bottom, #FFEBB8, #FBDED1 50%, #FAD1AF);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#right-items {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD1AF), color-stop(50%, #FBDED1), to(#FFEBB8));
  background: linear-gradient(to bottom, #FAD1AF, #FBDED1 50%, #FFEBB8);
  background-size: 200% 200%;
  -webkit-animation-name: gradation;
          animation-name: gradation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
#right-items,
#left-items {
  position: sticky;
  top: 0;
  height: 100vh;
}

#right-items,
#left-items {
  width: 50%;
}

nav.left-item-content {
  max-width: 500px;
  /* text-align: right; */
  margin: 0 0 0 auto;
}

.left-header-item {
  width: 170px;
  padding: 28px 22px;
}

ul.left-items-link.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74%;
  padding: 0 30px;
}

.left-items-link.center {
  text-align: left;
}

.left-link-item {
  padding-bottom: 40px;
}

.left-link-item a {
  font-size: 18px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.left-link-item p {
  font-size: 18px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.left-link-item .left-item-link-mini {
  font-size: 15px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-top: 20px;
  display: block;
}

.rignt-item-lists.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
}

.fz-18 {
  font-size: 18px;
}

.ore {
  color: #D86F46;
}

.right-item-btn.btn {
  width: 280px;
  line-height: 100%;
}

.btn {
  display: block;
  border-radius: 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.right-item-btn {
  max-width: 280px;
  margin: 0 auto;
}

.btn::before {
  content: "";
  display: block;
  margin-top: 21px;
}

.right-item-btn.btn a {
  font-size: 15px;
  width: 280px !important;
  min-width: 280px;
  line-height: 150%;
  padding: 10px 0 !important;
}

.right-item-btn a {
  color: #FFF;
}

.center {
  text-align: center;
}

.beta-btn-ore {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  outline: none;
  background: #D86F46;
  color: #fff;
  width: 320px;
  border-radius: 60px;
  padding: 29px 0 !important;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.13em;
  min-width: 320px;
}

.beta-btn-yel::after,
.beta-btn-ore::after,
.beta-btn-pin::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  -webkit-transform: scale(10, 10);
          transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.3s;
  transition: opacity 1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 1s;
  transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
}

.right-items-b.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-items-b {
  margin-top: 42px;
}

.right-item-qr {
  width: 93px;
  margin-right: 20px;
}

.c-inner {
  padding-left: 28px;
  padding-right: 28px;
}

.c-ttl {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2B3F72;
}
.c-ttl__en {
  font-size: 58px;
  font-family: "Alex Brush", serif;
}
.c-ttl__jp {
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  nav.left-item-content,
  .rignt-item-lists.center {
    display: none;
  }
}
@media (max-width: 570px) {
  .c-ttl__en {
    font-size: 46px;
  }
  .c-ttl__jp {
    font-size: 16px;
    margin-top: 0px;
  }
}
.l-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#center-items {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
          box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
  width: 570px;
  min-width: 570px;
  overflow: hidden;
}

.header {
  padding: 20px 20px 0;
}
.header-logo {
  width: 130px;
  height: auto;
}
.header-ttl {
  color: #64DAEB;
  font-size: 20px;
}

.fv {
  margin: 30px;
}
.fv-area {
  position: relative;
}
.fv-txt {
  position: absolute;
  left: 20px;
  bottom: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fv-txt img {
  width: 69%;
}
.fv-bottom {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
.fv-lead {
  font-size: 42px;
}
.fv-lead span:nth-child(2) {
  color: #64DAEB;
  font-weight: bold;
}
.fv-sub {
  font-size: 11px;
  text-align: center;
  margin-top: 0px;
}
.fv-btn {
  width: 80%;
  height: 65px;
  background: linear-gradient(135deg, rgb(100, 218, 235) 0%, rgb(174, 232, 123) 50%, rgb(247, 245, 12) 100%);
  border-radius: 100px;
  color: white;
  margin-top: 20px;
  font-size: 18px;
  text-decoration: none;
}

.what {
  background-color: #64DAEB;
  padding: 60px 0 50px;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}
.what-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.what-ttl {
  padding: 0 30px;
}
.what-ttl__jp {
  font-size: 22px;
  font-weight: bold;
  color: black;
}
.what-ttl__en {
  font-size: 13px;
  color: white;
}
.what-ttl__lead {
  padding: 0 30px;
  font-size: 41px;
  line-height: 1.3;
  color: white;
  font-weight: bold;
}
.what-img {
  padding: 0 50px;
  margin-top: 40px;
}
.what-point {
  padding: 0 15px;
  margin-top: 100px;
}
.what-bottom {
  padding: 0 50px;
  margin-top: 100px;
}
.what-bottom__txt {
  color: white;
  font-weight: bold;
  margin-top: 30px;
  font-size: 21px;
}
.what-bottom__txt span {
  color: #F7F50C;
}
.what-abs {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.what-abs img {
  width: 200px;
}
.what-after {
  margin-top: -1px;
}

.shapeImg {
  margin: 30px 0;
}
.shapeImg img {
  width: 250px;
  height: auto;
}

.point-head {
  font-weight: bold;
  padding: 0 30px;
}
.point-head__jp {
  font-size: 20px;
  color: black;
}
.point-head__en {
  font-size: 14px;
  color: #64DAEB;
}
.point-item {
  position: relative;
}
.point-item__lead {
  padding: 30px;
}
.point-item__ttl {
  font-size: 40px;
  font-weight: bold;
  color: #64DAEB;
  line-height: 1.3;
}
.point-item__num {
  font-size: 90px;
  color: #64DAEB;
}
.point-item__numSub {
  font-size: 20px;
  margin-left: 30px;
}
.point-item__woman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -80px;
  opacity: 0.5;
  z-index: -1;
}
.point-item__woman img {
  width: 160px;
}
.point-box {
  border: 6px solid #64DAEB;
  border-radius: 20px;
  margin: 20px 30px 0;
  padding: 30px;
}
.point-box__lead {
  font-size: 19px;
  color: black;
  font-weight: bold;
}
.point-box__row {
  padding: 10px 0;
  border-bottom: 2px dashed #64DAEB;
}
.point-box__numG {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point-box__num {
  position: absolute;
  font-size: 18px;
}
.point-box__txt {
  font-size: 17px;
  margin-left: 10px;
}
.point-box__area {
  position: relative;
}
.point-box__areaAbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -66px;
  z-index: -1;
}
.point-box__areaAbs img {
  width: 100px;
  height: auto;
}
.point-box__ttl {
  font-size: 38px;
  text-align: center;
  line-height: 1.5;
  margin: 50px 0 20px;
  font-weight: bold;
}
.point-box__bottom {
  margin: 40px 0 20px;
}

.want-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.want-item {
  background-color: #E5F2F4;
  position: relative;
  z-index: 0;
  padding: 60px 0 20px;
}
.want-item__abs1 {
  position: absolute;
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
.want-item__abs1 img {
  width: 250px;
}
.want-item__abs2 {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.want-item__abs2 img {
  width: 60px;
}
.want-item__ttl {
  font-size: 32px;
  font-weight: bold;
}
.want-item__percent {
  font-size: 50px;
  font-weight: bold;
  margin-top: 50px;
}
.want-item__sub {
  font-size: 13px;
  color: #64DAEB;
  margin-top: 20px;
}
.want-item__king {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.want-item__king img {
  width: 80px;
}
.want-item__txt {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.want-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.want-bottom {
  margin-top: 60px;
  padding: 0 30px;
}

.flow {
  margin-top: 100px;
}
.flow-lead {
  padding: 0 30px;
}
.flow-lead__jp {
  font-size: 24px;
  font-weight: bold;
}
.flow-lead__en {
  font-size: 16px;
  color: #64DAEB;
}
.flow-item {
  background-color: #FFFB8C;
  padding: 60px 0;
  margin-top: 30px;
}
.flow-item__num span {
  width: 40px;
  height: 40px;
  background-color: #64DAEB;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.flow-item__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #64DAEB;
  margin: 15px 0 30px;
}
.flow-item__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow-item__img img {
  width: 250px;
}
.flow-item__box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 570px !important;
}
.flow-item .prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 13px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: #64DAEB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow-item .next {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 13px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: #64DAEB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price {
  padding: 80px 0 40px;
}
.price-lead {
  margin-bottom: 40px;
}
.price-lead img {
  width: 40%;
}
.price-img {
  width: 85%;
  margin: 40px 0 20px;
}
.price-link {
  width: 100%;
}

.together {
  position: relative;
  padding: 100px 0 100px 30px;
}
.together-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #64DAEB;
  line-height: 1.5;
}
.together-txt {
  font-size: 20px;
  font-weight: bold;
  color: #64DAEB;
  margin-top: 30px;
}
.together-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 55px;
  right: 0;
}
.together-img img {
  width: 250px;
}

.faq {
  margin: 40px 0 80px;
}

.footer {
  background-color: #64DAEB;
  padding: 40px 0 30px;
}
.footer-logo__img {
  width: 150px;
}
.footer-logo__name {
  font-size: 22px;
  color: white;
}
.footer-logo__sub {
  color: white;
  margin-top: -15px;
}
.footer-social {
  margin: 30px 0 0;
}
.footer-social__link {
  margin-right: 30px;
}
.footer-social__link:last-child {
  margin-right: unset;
}
.footer-social__link img {
  width: 50px;
}
.footer-bottom {
  margin-top: 20px;
}
.footer-bottom__link {
  margin-right: 20px;
  font-size: 14px;
}
.footer-bottom__link:last-child {
  margin-right: unset;
}

@media (max-width: 570px) {
  #center-items {
    width: 100%;
    min-width: unset;
  }
  #right-items,
  #left-items {
    display: none;
  }
  .l-main {
    display: block;
    width: 100%;
  }
  .fv {
    margin: 0 20rem 20rem;
  }
  .fv-lead {
    font-size: 41rem;
  }
  .what {
    padding: 20px 0 50px;
  }
  .what-img {
    padding: 0 30px;
    margin-top: 20rem;
  }
  .what-ttl {
    padding: 0 20rem;
  }
  .what-ttl__lead {
    padding: 0 20rem;
    font-size: 41rem;
  }
  .what-bottom {
    padding: 0 30rem;
    margin-top: 80rem;
  }
  .what-bottom__txt {
    font-size: 21rem;
  }
  .shapeImg img {
    width: 250rem;
  }
  .point-head {
    padding: 0 20rem;
  }
  .point-item__lead {
    padding: 20rem;
  }
  .point-item__ttl {
    font-size: 40rem;
  }
  .point-item__num {
    font-size: 90rem;
  }
  .point-item__woman img {
    width: 160rem;
  }
  .point-item__numSub {
    margin-left: 0;
    font-size: 24rem;
    text-align: center;
  }
  .point-box {
    border: 4rem solid #64DAEB;
    padding: 30rem 15rem;
    margin: 20px 20rem 0;
  }
  .point-box__ttl {
    font-size: 38rem;
  }
  .point-box__areaAbs {
    right: -66rem;
  }
  .point-box__lead {
    font-size: 14px;
  }
  .point-box__txt {
    font-size: 12px;
  }
  .point-box__numBg {
    width: 20px;
  }
  .point-box__num {
    font-size: 11px;
  }
  .point-box__row {
    padding: 4px 0;
  }
  .set-abs.-num03 {
    left: 226px;
    top: 6px;
  }
  .want-item__abs1 {
    top: -50rem;
  }
  .want-item__abs1 img {
    width: 250rem;
  }
  .want-item__abs2 img {
    width: 30px;
  }
  .want-item__abs2 {
    top: 24px;
    right: 15px;
  }
  .want-item__ttl {
    font-size: 38rem;
  }
  .want-item__percent {
    margin-top: 30rem;
    font-size: 80rem;
  }
  .want-item__sub {
    margin: 35rem 20rem 0;
    line-height: 1.7;
    font-size: 9px;
  }
  .want-item__txt {
    font-size: 22rem;
    line-height: 1.6;
  }
  .want-bottom {
    padding: 0 20rem;
  }
  .flow-lead {
    padding: 0 20rem;
  }
  .flow-item__box {
    width: 570rem !important;
  }
  .flow-item .prev,
  .flow-item .next {
    width: 10vw;
    height: 10vw;
  }
  .price-item {
    padding: 0 20rem;
  }
  .price-img {
    width: 100%;
  }
  .price-txtArea {
    font-size: 12px;
    line-height: 1.6;
  }
  .together {
    padding: 80rem 0 80rem 20rem;
  }
  .together-img {
    top: 30rem;
  }
  .together-img img {
    width: 250rem;
  }
  .together-ttl {
    font-size: 24rem;
  }
  .together-txt {
    font-size: 20rem;
  }
  .footer-bottom__link {
    margin-right: 20rem;
    font-size: 14rem;
  }
}
.faq-item {
  margin-top: 40px;
  padding: 0 60px;
}

.faq__item {
  background-color: #FFFFFF;
  margin-top: 20px;
  border-radius: 15px;
  border: 1px solid #64DAEB;
  border-radius: 10px;
}

.column {
  margin-bottom: 80px;
}
.column__title {
  padding: 0 30px;
  .ja {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  .en {
    display: block;
    font-size: 16px;
    color: #64DAEB;
  }
}
@media screen and (max-width: 570px){
  .column__title {
    padding: 0 20rem;
  }
}
.columnList {
  margin-top: 20px;
}
.columnList__item {
  a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0 10px;
  }
}
.columnList__thumb {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    vertical-align: bottom;
  }
}
.columnList__title {
  font-size: 14px;
  line-height: 1.5;
}

.collapsible {
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 10px 35px 10px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 10px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #64DAEB;
}

.collapsible span:first-child {
  color: #64DAEB;
  margin-right: 9px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", serif;
}

.collapsible span:last-child {
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
}

.collapsible::after {
  content: "";
  background: url("../img/icon_faq_top.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  background-size: contain;
}

.collapsible.active::after {
  content: "";
  background: url("../img/icon_faq_bottom.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}

.content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  width: 100%;
}
.content-en {
  font-size: 24px;
  font-weight: bold;
  margin-right: 11px;
}
.content-en span {
  color: #64DAEB;
}
.content-other {
  border-top: 1px solid #FFF6EE;
  padding: 0 10px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 18px;
}

.content p {
  padding: 0 0 20px 0;
}

@media (max-width: 570px) {
  .header {
    padding: 12px 20rem;
  }
  .header-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header-logo img {
    width: 90px;
  }
  .faq-item {
    padding: 0 20rem;
    margin-top: 20px;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
