body {
  min-width: 1100px;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

body.comp {
  opacity: 1;
  overflow: visible;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body.drawer_open {
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-wrapper {
    padding-top: 16vw;
  }
}

.container {
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}

.container--l {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container--m {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.container--s {
  width: 100%;
  max-width: 924px;
  margin: 0 auto;
}

.container--ss {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.container--sss {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.container.l {
  max-width: 1200px;
}

.container.m {
  max-width: 1040px;
}

.container.s {
  max-width: 924px;
}

.container.ss {
  max-width: 800px;
}

.container_740 {
  max-width: 740px;
  margin: 0 auto;
}

.spacer-x {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .spacer-x {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media (max-width: 767px) {
  .sp-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.drawer__close-cover {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  cursor: pointer;
}

.drawer__close-cover.drawer_open {
  opacity: 1;
  visibility: visible;
}

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

.btns .btn {
  margin-right: 20px;
}

.btns .btn:last-child {
  margin-right: 0;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  padding-block: 0;
  padding-inline: 0;
  margin: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  min-height: 48px;
  border-radius: 4px;
  background: #F78BA9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .btn {
    font-size: 3.4666666667vw;
  }
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn:hover {
  opacity: .7;
}

.btn_icon {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .btn_icon {
    width: 5.6vw;
    margin-right: 1.8666666667vw;
  }
}

.btn_line {
  background: #3CD13C;
}

.link_underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.img-cover {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.img-cover:before {
  content: '';
  display: block;
  padding-top: 66.666667%;
}

.img-cover img,
.img-cover iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-cover {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.media-cover:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.media-cover img,
.media-cover iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.anchor:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
}

.base {
  padding: 50px;
  border-radius: 10px;
  background: #fff;
}

.base_header {
  padding: 11px 12px;
  margin: 0 -50px;
  margin-bottom: 40px;
  border-radius: 10px 10px 0 0;
  background: #000;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCF8A2));
  background: linear-gradient(transparent 70%, #FCF8A2 70%);
}

.slanting-line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 700;
}

.slanting-line-text__content {
  text-align: center;
  position: relative;
}

.slanting-line-text__content:before, .slanting-line-text__content:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.75em;
  border-radius: 2px;
  background: #000;
  position: absolute;
  top: -.12em;
  z-index: 1;
}

.slanting-line-text__content:before {
  left: -1em;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.slanting-line-text__content:after {
  right: -1em;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.cta {
  background: url(../img/cta_bg.jpg) 50% 0/3840px no-repeat;
}

@media (max-width: 767px) {
  .cta {
    background: url(../img/cta_bg@sp.jpg) 50% 0/100% 100% no-repeat;
  }
}

.cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 44px;
  padding-bottom: 40px;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .cta__container {
    padding: 0 4vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}

.cta__img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .cta__img {
    width: 56.6666666667vw;
    top: -12vw;
    left: -1.2vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .cta__title {
    margin-bottom: 3.7333333333vw;
    font-size: 4.8vw;
  }
}

@media (max-width: 767px) {
  .cta__description {
    margin-bottom: 15.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.cta__content {
  margin-left: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .cta__content {
    width: 100%;
  }
}

.cta__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 64px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(255, 96, 133, 0.14);
          box-shadow: 0px 10px 10px rgba(255, 96, 133, 0.14);
}

@media (max-width: 767px) {
  .cta__base {
    display: block;
    padding: 3.7333333333vw;
    padding-top: 6.4vw;
    position: relative;
  }
}

@media (max-width: 767px) {
  .cta-tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4.2666666667vw;
    margin-left: auto;
  }
}

.cta-btns {
  margin-left: 28px;
}

@media (max-width: 767px) {
  .cta-btns {
    margin-left: 0;
  }
}

.cta-btns .btn {
  margin-right: 11px;
}

@media (max-width: 767px) {
  .cta-btns .btn {
    width: calc((100% - ( 14 / 750*100vw)) / 2);
    min-width: auto;
    margin-right: 1.8666666667vw;
  }
}

.cta-btns .btn:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .cta--m {
    max-width: 1040px;
    margin: 0 auto;
  }
  .cta--m .cta__img {
    top: -84px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cta--m .cta__container {
    display: block;
    padding-top: 34px;
    padding-bottom: 32px;
    padding-left: 120px;
    padding-right: 120px;
  }
  .cta--m .cta__content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .cta--m .cta__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .cta--m .cta__base {
    padding-left: 72px;
    padding-right: 72px;
  }
  .cta--m .cta-btns {
    margin-left: auto;
  }
  .cta--m .cta-btns .btn {
    margin-right: 20px;
  }
  .cta--m .cta-btns .btn:last-child {
    margin-right: 0;
  }
  .cta--m .cta-tel__num-dontent {
    font-size: 30px;
  }
}

.fixed-btns {
  position: fixed;
  bottom: 224px;
  right: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .fixed-btns {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media (max-width: 767px) {
  .fixed-btns {
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.fixed-btns.show {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (min-width: 768px) {
  .fixed-btns.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .fixed-btns.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .fixed-btns__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.3333333333vw;
  }
}

@media (max-width: 767px) {
  .fixed-btns__item {
    width: calc((100% - ( 11 / 750*100vw)) / 3);
    margin-right: 1.4666666667vw;
  }
  .fixed-btns__item:last-child {
    margin-right: 0;
  }
}

.fixed-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  height: 90px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  .fixed-btns__btn {
    width: 100%;
    height: 16vw;
    padding-top: 0.8vw;
    border-radius: 0.5333333333vw;
    font-size: 3.2vw;
  }
}

.fixed-btns__btn.line {
  margin-bottom: 18px;
  background: #3CD13C;
}

@media (max-width: 767px) {
  .fixed-btns__btn.line {
    margin-bottom: 0;
  }
}

.fixed-btns__btn.mail {
  background: #F78BA9;
}

.fixed-btns__btn.tel {
  background: #68B4D6;
}

.fixed-btns__btn-icon {
  width: 24px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .fixed-btns__btn-icon {
    width: 5.6vw;
    margin-bottom: 0.9333333333vw;
  }
}

@media (max-width: 767px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .header__top {
    background: #fff;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .header__container {
    height: 16vw;
  }
}

@media (max-width: 767px) {
  .header-logo__img {
    width: 38vw;
  }
}

.header-tel {
  margin-left: auto;
}

.header-btns {
  margin-left: 34px;
}

.header__bottom {
  margin-top: 18px;
  border-top: 1px solid rgba(69, 69, 69, 0.1);
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .header-nav__items {
    display: block;
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}

.header-nav__item {
  margin-right: 54px;
  font-size: 15px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header-nav__item {
    margin-bottom: 6.4vw;
    margin-right: 0;
    font-size: 4.2666666667vw;
  }
}

.header-nav__item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .header-nav__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-nav__item-content {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header__menu {
    width: 100%;
    max-height: calc(100vh - ( 120 / 750*100vw));
    background: #fff;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -101%);
            transform: translate(0, -101%);
    overflow-y: scroll;
  }
  .header__menu.drawer_open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .header__menu.drawer_close {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .header__menu .header-btns {
    margin-top: 4.2666666667vw;
    margin-left: 0;
  }
  .header__menu .header-btn {
    width: calc((100% - ( 16 / 750*100vw)) / 2);
    min-width: auto;
    margin-right: 2.1333333333vw;
  }
}

.header__menu-btn {
  display: none;
}

@media (max-width: 767px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 16vw;
    height: 16vw;
    background: #40516C;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__menu-btn:after {
    content: 'MENU';
    content: none;
    display: block;
    width: 100%;
    height: 2vw;
    margin-top: 2.6666666667vw;
    background: url(../img/header_menu.svg) 50%/auto 100% no-repeat;
    font-family: "Lato", sans-serif;
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .header__menu-btn-bars {
    width: 5.3333333333vw;
    height: 2.4vw;
    position: relative;
  }
  .header__menu-btn-bar {
    width: 5.3333333333vw;
    height: 1px;
    background: #fff;
    position: absolute;
    -webkit-transition: top .3s, bottom .3s, left .3s, -webkit-transform .3s;
    transition: top .3s, bottom .3s, left .3s, -webkit-transform .3s;
    transition: top .3s, bottom .3s, left .3s, transform .3s;
    transition: top .3s, bottom .3s, left .3s, transform .3s, -webkit-transform .3s;
  }
  .header__menu-btn-bar.top {
    top: 0;
    left: 0;
  }
  .header__menu-btn-bar.bottom {
    bottom: 0;
    left: 0;
  }
  .header__menu-btn-text {
    height: 2vw;
    margin-top: 2.6666666667vw;
    font-family: "Lato", sans-serif;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
  }
  .header__menu-btn-text-menu {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header__menu-btn-text-close {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .header__menu-btn.drawer_open:after {
    content: 'CLOSE';
    content: none;
    background-image: url(../img/header_close.svg);
  }
  .header__menu-btn.drawer_open .header__menu-btn-bar.top {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(155deg);
            transform: translate(-50%, -50%) rotate(155deg);
  }
  .header__menu-btn.drawer_open .header__menu-btn-bar.bottom {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-155deg);
            transform: translate(-50%, 50%) rotate(-155deg);
  }
  .header__menu-btn.drawer_open .header__menu-btn-text-menu {
    opacity: 0;
  }
  .header__menu-btn.drawer_open .header__menu-btn-text-close {
    opacity: 1;
  }
}

.footer {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
  }
}

@media (max-width: 767px) {
  .footer__logo-img {
    width: 38.4vw;
    margin: 0 auto;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.footer__link {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
}

.footer__link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.test-item {
  height: 200px;
  border: 2px solid #999;
}

:root {
  --fade-offset: 100px;
}

@media (max-width: 767px) {
  :root {
    --fade-offset: 50px;
  }
}

[class*="anim--"]:not(.anim--flag) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[class*="anim--"]:not(.anim--flag).in-view {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim--fade-up {
  -webkit-transform: translate(0, var(--fade-offset));
          transform: translate(0, var(--fade-offset));
}

@media (max-width: 767px) {
  .anim--fade-up {
    -webkit-transform: translate(0, var(--fade-offset));
            transform: translate(0, var(--fade-offset));
  }
}

.anim--fade-bottom {
  -webkit-transform: translate(0, calc(-1 * var(--fade-offset)));
          transform: translate(0, calc(-1 * var(--fade-offset)));
}

@media (max-width: 767px) {
  .anim--fade-bottom {
    -webkit-transform: translate(0, calc(-1 * var(--fade-offset)));
            transform: translate(0, calc(-1 * var(--fade-offset)));
  }
}

.anim--fade-left {
  -webkit-transform: translate(var(--fade-offset), 0);
          transform: translate(var(--fade-offset), 0);
}

@media (max-width: 767px) {
  .anim--fade-left {
    -webkit-transform: translate(var(--fade-offset), 0);
            transform: translate(var(--fade-offset), 0);
  }
}

.anim--fade-right {
  -webkit-transform: translate(calc(-1 * var(--fade-offset)), 0);
          transform: translate(calc(-1 * var(--fade-offset)), 0);
}

@media (max-width: 767px) {
  .anim--fade-right {
    -webkit-transform: translate(calc(-1 * var(--fade-offset)), 0);
            transform: translate(calc(-1 * var(--fade-offset)), 0);
  }
}

.mv {
  display: block;
  margin-bottom: 100px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media (max-width: 767px) {
  .mv {
    margin-bottom: 13.3333333333vw;
  }
}

.mv.in-view {
  opacity: 1;
}

.mv.in-view:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv:after {
  content: '';
  display: block;
  width: 100%;
  height: 362px;
  background: #FFEAF0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.mv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .mv__container {
    display: block;
  }
}

.mv__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .mv__text {
    width: 100%;
    top: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.mv__text-item {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.mv.in-view .mv__text-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv__text-item--1 {
  margin-bottom: 19px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 767px) {
  .mv__text-item--1 {
    margin-bottom: 2.1333333333vw;
  }
}

@media (max-width: 767px) {
  .mv__text-item--1-img {
    width: 82.1333333333vw;
  }
}

.mv__text-item--2 {
  margin-bottom: 16px;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 767px) {
  .mv__text-item--2 {
    margin-bottom: 2.1333333333vw;
  }
}

@media (max-width: 767px) {
  .mv__text-item--2-img {
    width: 87.8666666667vw;
  }
}

.mv__text-item--3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media (max-width: 767px) {
  .mv__text-item--3-img {
    width: 87.3333333333vw;
  }
}

.mv__text-item-img {
  margin-left: auto;
  margin-right: auto;
}

.mv__illust {
  position: absolute;
  bottom: 0;
  right: 149px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (max-width: 767px) {
  .mv__illust {
    width: 69.8666666667vw;
    top: 65.3333333333vw;
    bottom: auto;
    right: auto;
    left: 4vw;
  }
}

.mv.in-view .mv__illust {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv__comment {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

@media (max-width: 767px) {
  .mv__comment {
    width: 29.7333333333vw;
    top: 45.2vw;
    right: 2.6666666667vw;
  }
}

.mv.in-view .mv__comment {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv__annotation {
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

@media (max-width: 767px) {
  .mv__annotation {
    padding: 4vw;
    padding-bottom: 0;
    font-size: 3.2vw;
    position: relative;
    bottom: 0;
  }
}

.mv.in-view .mv__annotation {
  opacity: 1;
}

.mv__bg {
  max-width: none;
}

@media (max-width: 767px) {
  .mv__bg {
    max-width: 100%;
  }
}

.mv-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1040px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

@media (max-width: 767px) {
  .mv-cta {
    display: block;
    padding-top: 5.3333333333vw;
  }
}

.mv.in-view .mv-cta {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv-cta__img {
  top: -32px;
  left: 40px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 767px) {
  .mv-cta__img {
    top: 12vw;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .mv-cta .slanting-line-text {
    margin-bottom: 14.1333333333vw;
  }
}

@media (max-width: 767px) {
  .mv-cta .slanting-line-text__content:before, .mv-cta .slanting-line-text__content:after {
    height: 2.75em;
    top: 0;
    left: -1.6em;
  }
  .mv-cta .slanting-line-text__content:after {
    left: auto;
    right: -1.6em;
  }
}

.problems {
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 767px) {
  .problems {
    margin-bottom: 20.6666666667vw;
  }
}

.problems__list {
  background: #DAF7EE;
}

.problems__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

@media (max-width: 767px) {
  .problems__list-items {
    display: block;
    margin: 0;
  }
}

.problems__list-item {
  width: calc(100% / 3);
  padding: 10px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .problems__list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 2.9333333333vw;
    font-size: 4vw;
  }
  .problems__list-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .problems__list-item:nth-child(3n+1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .problems__list-item:nth-child(3n+2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .problems__list-item:nth-child(3n) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.problems__list-item-content {
  height: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 767px) {
  .problems__list-item-content {
    padding: 2.6666666667vw 3.7333333333vw;
    padding-right: 4.8vw;
  }
}

.problems__list-item-text {
  padding-left: 18px;
  position: relative;
}

@media (max-width: 767px) {
  .problems__list-item-text {
    padding-left: 5.3333333333vw;
  }
}

.problems__list-item-text:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5DD1AD;
  position: absolute;
  top: .6em;
  left: 0;
}

@media (max-width: 767px) {
  .problems__list-item-text:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: .5em;
  }
}

.problems__img {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 767px) {
  .problems__img {
    width: 14.1333333333vw;
  }
}

.problems.in-view .problems__img {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.services {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .services {
    margin-bottom: 13.3333333333vw;
  }
}

.services__container {
  max-width: 1000px;
  padding-top: 150px;
  padding-bottom: 82px;
  position: relative;
}

@media (max-width: 767px) {
  .services__container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.services__img {
  margin: 0 auto;
  margin-top: -95px;
}

@media (max-width: 767px) {
  .services__img {
    margin-top: -16vw;
    margin-bottom: -14.6666666667vw;
  }
}

@media (max-width: 767px) {
  .services__list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -3.2vw;
  }
}

.services__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #FFD6E0;
          box-shadow: 0 0 20px #FFD6E0;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

@media (max-width: 767px) {
  .services__list-item {
    width: calc((100% - ( 18 / 750*100vw)) / 2);
    height: auto;
    min-height: 14.9333333333vw;
    margin-bottom: 3.2vw;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2.6666666667vw #FFD6E0;
            box-shadow: 0 0 2.6666666667vw #FFD6E0;
    font-size: 3.4666666667vw;
    position: static;
  }
}

@media (min-width: 768px) {
  .in-view + .services__list-items .services__list-item {
    opacity: 1;
  }
  .in-view + .services__list-items .services__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(2) {
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(3) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(4) {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(5) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(6) {
    -webkit-transition-delay: 1.55s;
            transition-delay: 1.55s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(7) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(8) {
    -webkit-transition-delay: 1.85s;
            transition-delay: 1.85s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(9) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(10) {
    -webkit-transition-delay: 2.15s;
            transition-delay: 2.15s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(11) {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(12) {
    -webkit-transition-delay: 2.45s;
            transition-delay: 2.45s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(13) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(14) {
    -webkit-transition-delay: 2.75s;
            transition-delay: 2.75s;
  }
  .in-view + .services__list-items .services__list-item:nth-child(15) {
    -webkit-transition-delay: 2.9s;
            transition-delay: 2.9s;
  }
}

@media (max-width: 767px) {
  .services__list-items.in-view .services__list-item {
    opacity: 1;
  }
  .services__list-items.in-view .services__list-item:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .services__list-items.in-view .services__list-item:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .services__list-items.in-view .services__list-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .services__list-items.in-view .services__list-item:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .services__list-items.in-view .services__list-item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .services__list-items.in-view .services__list-item:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .services__list-items.in-view .services__list-item:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .services__list-items.in-view .services__list-item:nth-child(8) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  .services__list-items.in-view .services__list-item:nth-child(9) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .services__list-items.in-view .services__list-item:nth-child(10) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .services__list-items.in-view .services__list-item:nth-child(11) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .services__list-items.in-view .services__list-item:nth-child(12) {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  .services__list-items.in-view .services__list-item:nth-child(13) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .services__list-items.in-view .services__list-item:nth-child(14) {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .services__list-items.in-view .services__list-item:nth-child(15) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
}

@media (max-width: 767px) {
  .services__list-item:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .services__list-item.l {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 768px) {
  .services__list-item:nth-child(1) {
    top: 0;
    left: 214px;
  }
  .services__list-item:nth-child(2) {
    top: 0;
    right: 215px;
  }
  .services__list-item:nth-child(3) {
    top: 46px;
    left: 27px;
  }
  .services__list-item:nth-child(4) {
    top: 46px;
    right: 30px;
  }
  .services__list-item:nth-child(5) {
    top: 243px;
    left: 0;
  }
  .services__list-item:nth-child(6) {
    bottom: 0;
    right: 215px;
  }
  .services__list-item:nth-child(7) {
    top: 345px;
    left: 156px;
  }
  .services__list-item:nth-child(8) {
    top: 345px;
    right: 162px;
  }
  .services__list-item:nth-child(9) {
    bottom: 64px;
    left: 9px;
  }
  .services__list-item:nth-child(10) {
    bottom: 76px;
    right: 10px;
  }
  .services__list-item:nth-child(11) {
    bottom: 0;
    left: 214px;
  }
  .services__list-item:nth-child(12) {
    bottom: 30px;
    left: 431px;
  }
  .services__list-item:nth-child(13) {
    top: 231px;
    right: 0;
  }
}

.features {
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .features {
    margin-bottom: 19.3333333333vw;
  }
}

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

.features__title-content {
  padding: 0 54px;
  position: relative;
}

@media (max-width: 767px) {
  .features__title-content {
    width: 100%;
    padding: 0;
  }
}

.features__title-content:before, .features__title-content:after {
  content: '';
  display: block;
  width: 34px;
  height: 72px;
  background: url(../img/deco_leaf_gold.svg) 50%/cover no-repeat;
  position: absolute;
  top: .05em;
  left: 0;
}

@media (max-width: 767px) {
  .features__title-content:before, .features__title-content:after {
    width: 7.2vw;
    height: 15.2vw;
    top: -.4em;
  }
}

.features__title-content:after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.features__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -16px;
}

@media (max-width: 767px) {
  .features__list-items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -3.3333333333vw -2.4vw;
  }
}

.features__list-item {
  width: calc(100% / 4);
  padding: 20px 16px;
}

@media (max-width: 767px) {
  .features__list-item {
    width: 50%;
    padding: 3.3333333333vw 2.4vw;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(9) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(10) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(11) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(12) {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(13) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(14) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
}

@media (min-width: 768px) {
  .features__list-item.in-view:nth-child(15) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
}

.features__list-item-thumbnail {
  margin-bottom: 28px;
  position: relative;
}

@media (max-width: 767px) {
  .features__list-item-thumbnail {
    margin-bottom: 5.8666666667vw;
  }
}

.features__list-item-num {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #FF6085;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (max-width: 767px) {
  .features__list-item-num {
    font-size: 6.6666666667vw;
  }
}

.features__list-item-title {
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .features__list-item-title {
    font-size: 3.7333333333vw;
  }
}

.case {
  background: url(../img/case_bg.jpg) 50% 0/3840px no-repeat;
}

@media (max-width: 767px) {
  .case {
    background: url(../img/case_bg@sp.jpg) 50% 0/100% 100% no-repeat;
  }
}

.case__container {
  padding-top: 12px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .case__container {
    padding-top: 0.1333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.case__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .case__title {
    margin-top: -8.6666666667vw;
  }
}

.case__title-chipText {
  padding: 5px 18px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #FFBA00;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .case__title-chipText {
    font-size: 4vw;
  }
}

.case__title-chipText:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFBA00 transparent transparent transparent;
  border-width: 10px 7.5px 0px 7.5px;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case__list {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

.case__list-item {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .case__list-item {
    margin-bottom: 8vw;
  }
}

.case__list-item:last-child {
  margin-bottom: 0;
}

.case__list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 50px;
  -ms-grid-row-align: 56px;
  -ms-grid-column-align: 56px;
  place-self: 56px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(93, 209, 173, 0.16);
          box-shadow: 0 10px 10px rgba(93, 209, 173, 0.16);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case__list-item-content {
    display: block;
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.case__list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 36px;
  padding-top: 1px;
  background: #5DD1AD;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 26px;
  left: -55px;
  -webkit-transform: translate(0%, 0%) rotate(-45deg);
          transform: translate(0%, 0%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media (max-width: 767px) {
  .case__list-item-label {
    width: 53.3333333333vw;
    height: 8.5333333333vw;
    font-size: 3.8666666667vw;
    top: 5.8666666667vw;
    left: -17.0666666667vw;
  }
}

.case__list-item-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .case__list-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10.2666666667vw;
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
  }
}

.case__list-item-illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .case__list-item-illust {
    width: 18.1333333333vw;
    margin-right: 3.4666666667vw;
  }
}

.case__list-item-text {
  width: 100%;
}

.case__list-item-title {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  color: #FF6085;
}

@media (max-width: 767px) {
  .case__list-item-title {
    font-size: 4.8vw;
  }
}

.case__list-item-description {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0, transparent 5px, #fff 5px, #fff 8px), linear-gradient(180deg, transparent 45px, rgba(255, 96, 133, 0.5) 45px, rgba(255, 96, 133, 0.5) 46px);
  background-size: 8px 100%, 100% 46px;
  padding-bottom: 1px;
  line-height: 3;
}

@media (max-width: 767px) {
  .case__list-item-description {
    background-image: linear-gradient(90deg, transparent 0, transparent 5px, #fff 5px, #fff 8px), linear-gradient(180deg, transparent 10.9333333333vw, rgba(255, 96, 133, 0.5) 10.9333333333vw, rgba(255, 96, 133, 0.5) 11.2vw);
    background-size: 8px 100%, 100% 11.2vw;
    font-size: 3.7333333333vw;
  }
}

.case__illust-1 {
  position: absolute;
  bottom: 100%;
  left: 118px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 767px) {
  .case__illust-1 {
    width: 33.7333333333vw;
    height: 30.2666666667vw;
    left: -4vw;
  }
}

.case__list-items.in-view + .case__illust-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.case__illust-2 {
  position: absolute;
  bottom: 100%;
  right: 92px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 767px) {
  .case__illust-2 {
    width: 39.6vw;
    height: 30.2666666667vw;
    right: -4vw;
  }
}

.case__list-items.in-view ~ .case__illust-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.price {
  background: url(../img/price_bg@2x.jpg) 50% 0/15px;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .price {
    background-size: 3.2vw;
  }
}

.price__container {
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .price__container {
    padding-top: 15.4666666667vw;
    padding-bottom: 7.2vw;
  }
}

@media (max-width: 767px) {
  .price__title-img {
    width: 60.5333333333vw;
  }
}

.price__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 154px;
  height: 154px;
  background: url(../img/price_highlight_bg.svg) 50%/cover no-repeat;
  font-size: 18px;
  font-weight: 900;
  color: #40516C;
  position: absolute;
  top: 100px;
  right: 70px;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media (max-width: 767px) {
  .price__highlight {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 1.0666666667vw 6vw;
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    margin: 0 auto;
    margin-top: 4.2666666667vw;
    margin-bottom: 6.4vw;
    border-radius: 4vw;
    background: #FFEA4E;
    font-size: 3.7333333333vw;
    position: static;
  }
}

.price__highlight-price {
  display: block;
}

@media (max-width: 767px) {
  .price__highlight-price {
    display: inline;
    vertical-align: 0;
  }
}

.price__highlight-price-mark {
  font-size: 48px;
  line-height: 1;
}

@media (max-width: 767px) {
  .price__highlight-price-mark {
    font-size: 4.2666666667vw;
  }
}

.price__highlight-price-num {
  font-size: 56px;
  line-height: 1;
}

@media (max-width: 767px) {
  .price__highlight-price-num {
    font-size: 4.9333333333vw;
    vertical-align: 0;
  }
}

@media (max-width: 767px) {
  .price__description {
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}

.price__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .price__list-items {
    display: block;
  }
}

.price__list-item {
  width: 100%;
  max-width: 402px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .price__list-item {
    width: 77.3333333333vw;
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
  }
}

.price__list-item.in-view:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.price__list-item.in-view:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.price__list-item.in-view:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.price__list-item.in-view:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.price__list-item.in-view:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.price__list-item.in-view:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.price__list-item.in-view:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.price__list-item.in-view:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.price__list-item.in-view:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.price__list-item.in-view:nth-child(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.price__list-item.in-view:nth-child(11) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.price__list-item.in-view:nth-child(12) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.price__list-item.in-view:nth-child(13) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.price__list-item.in-view:nth-child(14) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.price__list-item.in-view:nth-child(15) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

@media (min-width: 768px) {
  .price__list-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .price__list-item:last-child {
    margin-bottom: 0;
  }
}

.price__list-item-content {
  padding-top: 37px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 3px solid #FF6085;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .price__list-item-content {
    padding-top: 7.7333333333vw;
    padding-bottom: 7.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.price__list-item-content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff6085 transparent transparent transparent;
  border-width: 50px 50px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .price__list-item-content:before {
    border-width: 9.6vw 9.6vw 0px 0px;
  }
}

.price__list-item-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 32px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 20px;
  background: #FFEAF0;
  font-weight: 700;
  color: #FF6085;
}

@media (max-width: 767px) {
  .price__list-item-label {
    padding: 0.5333333333vw 5.6vw;
    font-size: 3.7333333333vw;
  }
}

.price__list-item-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .price__list-item-title {
    font-size: 5.3333333333vw;
  }
}

.price__list-item-illust-img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .price__list-item-illust-img {
    height: 19.3333333333vw;
  }
}

.flow {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .flow {
    margin-bottom: 13.3333333333vw;
  }
}

.flow__list-item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .flow__list-item {
    margin-bottom: 16vw;
  }
}

.flow__list-item:last-child {
  margin-bottom: 0;
}

.flow__list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 38px 48px;
  padding-left: 32px;
  border-radius: 8px;
  border: 2px solid #5DD1AD;
  background: #DAF7EE;
  position: relative;
}

@media (max-width: 767px) {
  .flow__list-item-content {
    display: block;
    padding: 0 3.2vw;
    padding-top: 1px;
    padding-bottom: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    border-width: 0.5333333333vw;
  }
}

.flow__list-item-content:after {
  content: '';
  display: block;
  width: 176px;
  height: 40px;
  background: url(../img/flow_list_arrow.svg) 50%/cover no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .flow__list-item-content:after {
    width: 44.5333333333vw;
    height: 10.1333333333vw;
  }
}

.flow__list-item:last-child .flow__list-item-content:after {
  content: none;
}

.flow__list-item-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85px;
  height: 85px;
  margin-right: 35px;
  border-radius: 50%;
  background: #5DD1AD;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .flow__list-item-step {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    margin: 0 auto;
    margin-top: -4.8vw;
    margin-bottom: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}

.flow__list-item-step-num {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .flow__list-item-step-num {
    font-size: 6.5333333333vw;
  }
}

.flow__list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .flow__list-item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}

.flow__list-item-body:before {
  content: '';
  display: block;
  width: 1px;
  height: 120px;
  background: rgba(93, 209, 173, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .flow__list-item-body:before {
    content: none;
  }
}

.flow__list-item-text {
  width: 100%;
  max-width: 550px;
}

.flow__list-item-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #30BC91;
}

@media (max-width: 767px) {
  .flow__list-item-title {
    margin-bottom: 3.7333333333vw;
    font-size: 4.8vw;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .flow__list-item-description {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

.flow__list-item-media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .flow__list-item-media {
    width: 37.8666666667vw;
    margin-left: 0;
    margin-right: 5.0666666667vw;
  }
}

.faq {
  background: url(../img/faq_bg.jpg) 50% 0/31px;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .faq {
    background: url(../img/faq_bg.jpg) 50% 0/calc( 31 / 750*100vw);
  }
}

.faq__container {
  padding-top: 110px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .faq__container {
    padding-top: 17.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

@media (max-width: 767px) {
  .faq__title-img {
    width: 43.7333333333vw;
  }
}

.faq__list-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .faq__list-item {
    margin-bottom: 5.3333333333vw;
  }
}

.faq__list-item:last-child {
  margin-bottom: 0;
}

.faq__list-item-content {
  padding-top: 37px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 84px;
  -ms-grid-row-align: 56px;
  -ms-grid-column-align: 56px;
  place-self: 56px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .faq__list-item-content {
    padding: 5.3333333333vw;
    padding-left: 11.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}

.faq__list-item-q {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #FF6085;
  position: relative;
}

@media (max-width: 767px) {
  .faq__list-item-q {
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
}

.faq__list-item-q:before {
  content: 'Q';
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  top: -10px;
  left: -34px;
}

@media (max-width: 767px) {
  .faq__list-item-q:before {
    font-size: 4.8vw;
    top: -0.8vw;
    left: -6.4vw;
  }
}

@media (max-width: 767px) {
  .faq__list-item-a {
    font-size: 3.7333333333vw;
  }
}

.area {
  background: url(../img/area_bg.jpg) 50% 50%/3840px no-repeat;
}

@media (max-width: 767px) {
  .area {
    background: url(../img/area_bg@sp.jpg) 50%/100% 100%;
  }
}

.area__container {
  height: 280px;
  padding-top: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .area__container {
    height: 112.666666667vw;
  }
}

.area__content {
  width: 100%;
  max-width: 612px;
  text-align: center;
}

.area__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media (max-width: 767px) {
  .area__title {
    margin-bottom: 3.7333333333vw;
    font-size: 4.8vw;
  }
}

.area.in-view .area__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.area__description {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media (max-width: 767px) {
  .area__description {
    font-size: 3.7333333333vw;
  }
}

.area.in-view .area__description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.area__list {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 56px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media (max-width: 767px) {
  .area__list {
    max-width: 76vw;
  }
}

.area.in-view .area__list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.area__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -13px;
}

@media (max-width: 767px) {
  .area__list-items {
    margin: -1.6vw;
  }
}

.area__list-item {
  display: block;
  width: calc(100% / 4);
  padding: 5px 13px;
  border: none;
  text-decoration: none;
  color: #329AC9;
}

@media (max-width: 767px) {
  .area__list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.6vw;
  }
}

.area__list-item a {
  display: none;
  border: none;
  text-decoration: none;
}

.area__list-item-content {
  display: block;
  padding: 6px 0;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  border: none;
  text-decoration: none;
}

@media (max-width: 767px) {
  .area__list-item-content {
    font-size: 3.4666666667vw;
    padding: 0.8vw 2.6666666667vw;
  }
}

.area__illust {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media (max-width: 767px) {
  .area__illust {
    width: 62.8vw;
    right: 8.5333333333vw;
  }
}

.area.in-view .area__illust {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.area__comment {
  position: absolute;
  top: -82px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s, -webkit-transform .6s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media (max-width: 767px) {
  .area__comment {
    width: 20.5333333333vw;
    top: auto;
    bottom: 21.2vw;
  }
}

.area.in-view .area__comment {
  opacity: 1;
}

.application__form-item {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .application__form-item {
    display: block;
    margin-bottom: 8vw;
  }
}

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

@media (max-width: 767px) {
  .application__form-item-content {
    display: block;
  }
}

.application__form-item-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .application__form-item-header {
    width: 100%;
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

.application__form-item-body {
  width: calc(100% - 220px);
  font-weight: 400;
}

@media (max-width: 767px) {
  .application__form-item-body {
    width: 100%;
  }
}

.application__form-item-required, .application__form-item-optional {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  margin-top: 4px;
  background: #FF6085;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .application__form-item-required, .application__form-item-optional {
    display: inline-block;
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.application__form-item-optional {
  background: #5DD1AD;
}

.application__form .error_blank {
  display: block;
  margin-top: 10px;
  color: #ff0000;
}

.application__form input[type="text"],
.application__form input[type="email"],
.application__form input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 280px;
  height: 60px;
  padding-left: 20px;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 767px) {
  .application__form input[type="text"],
  .application__form input[type="email"],
  .application__form input[type="tel"] {
    width: 100%;
    height: 10.6666666667vw;
    padding-left: 2.6666666667vw;
    border-radius: 0.5333333333vw;
  }
}

.application__form input[type="email"] {
  width: 100%;
}

.application__form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: -26px;
}

@media (max-width: 767px) {
  .application__form ul {
    margin: 0;
    margin-bottom: -3.2vw;
  }
}

.application__form li {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .application__form li {
    width: 50%;
    padding: 0;
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
  }
}

@media (max-width: 767px) {
  .application__form li:nth-child(2n) {
    padding-left: 3.2vw;
  }
}

.application__form li input[type='checkbox'] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.application__form li input[type='checkbox']:checked + span:before {
  background: #0275ff;
}

.application__form li input[type='checkbox']:checked + span:after {
  opacity: 1;
}

.application__form li label {
  position: relative;
}

.application__form li label span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .application__form li label span {
    padding-left: 7.4666666667vw;
  }
}

.application__form li label span:hover {
  color: rgba(69, 69, 69, 0.5);
}

@media (max-width: 767px) {
  .application__form li label span:hover {
    color: #454545;
  }
}

.application__form li label span:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .application__form li label span:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 0;
  }
}

.application__form li label span:after {
  content: '';
  display: block;
  width: 16px;
  height: 9px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  opacity: 0;
}

@media (max-width: 767px) {
  .application__form li label span:after {
    width: 3.2vw;
    height: 1.8666666667vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-left: 0.5333333333vw solid #fff;
    top: 1.2vw;
    left: 1.0666666667vw;
  }
}

.application__form .checkbox__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: -26px;
}

@media (max-width: 767px) {
  .application__form .checkbox__items {
    margin: 0;
    margin-bottom: -3.2vw;
  }
}

.application__form .checkbox__item {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .application__form .checkbox__item {
    width: 50%;
    padding: 0;
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
  }
}

@media (max-width: 767px) {
  .application__form .checkbox__item:nth-child(2n) {
    padding-left: 3.2vw;
  }
}

.application__form .checkbox__item input[type='checkbox'] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.application__form .checkbox__item input[type='checkbox']:checked + span:before {
  background: #0275ff;
}

.application__form .checkbox__item input[type='checkbox']:checked + span:after {
  opacity: 1;
}

.application__form .checkbox__item-content {
  position: relative;
}

.application__form .checkbox__item-content span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .application__form .checkbox__item-content span {
    padding-left: 7.4666666667vw;
  }
}

.application__form .checkbox__item-content span:hover {
  color: rgba(69, 69, 69, 0.5);
}

@media (max-width: 767px) {
  .application__form .checkbox__item-content span:hover {
    color: #454545;
  }
}

.application__form .checkbox__item-content span:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .application__form .checkbox__item-content span:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 0;
  }
}

.application__form .checkbox__item-content span:after {
  content: '';
  display: block;
  width: 16px;
  height: 9px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  opacity: 0;
}

@media (max-width: 767px) {
  .application__form .checkbox__item-content span:after {
    width: 3.2vw;
    height: 1.8666666667vw;
    border-bottom: 0.5333333333vw solid #fff;
    border-left: 0.5333333333vw solid #fff;
    top: 1.2vw;
    left: 1.0666666667vw;
  }
}

.application__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 280px;
  height: 60px;
  padding-left: 40px;
  border-radius: 4px;
  background: url(../img/icon_select_arrow.svg) center right 28px/16px no-repeat, #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .application__form select {
    width: 100%;
    height: 10.6666666667vw;
    padding-left: 8vw;
    border-radius: 0.5333333333vw;
    background-position: center right 6.6666666667vw;
    background-size: 3.4666666667vw;
  }
}

.application__form select.unselected {
  color: rgba(69, 69, 69, 0.6);
}

.application__form textarea {
  width: 100%;
  height: 150px;
}

@media (max-width: 767px) {
  .application__form textarea {
    height: 36.5333333333vw;
  }
}

.application__form-btn--submit {
  display: block;
  width: 314px;
  height: 64px;
  margin: 0 auto;
  border-radius: 32px;
  background: url(../img/btn_submit@2x.png) 50%/cover no-repeat;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 767px) {
  .application__form-btn--submit {
    width: 64vw;
    height: 13.3333333333vw;
    background-image: url(../img/btn_submit@sp.png);
  }
}

.application__form-btn--submit:hover {
  opacity: .5;
}

.application__form-btn-img {
  width: 32px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .application__form-btn-img {
    width: 6.6666666667vw;
    margin-right: 1.8666666667vw;
  }
}

.application__form-btn-text {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .application__form-btn-text {
    font-size: 3.7333333333vw;
  }
}

.application__form #privacypolicy .overflow-y-auto {
  height: 108px;
}
