@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

@charset "UTF-8";

:root {
  --viewport: 1280;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf {
  display: block;
}
.fixed {
  position: fixed !important;
}
.txtCenter {
  text-align: center;
}
.lh2 {
  line-height: 2;
}
.body_aco {
  display: none;
}
.relative {
  position: relative;
}
.mincho {
  font-family: "Noto Serif JP", sans-serif;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bold {
  font-weight: bold;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.font_pink {
  color: #F894B0;
}
.font-oswald {
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "Yu Gothic Medium",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
}
body {
  color: #4A4A4A;
  font-size: 24px;
  font-family: "游ゴシック体",
               "Yu Gothic Medium",
               "游ゴシック",
               "Yu Gothic",
               "Hiragino Kaku Gothic ProN",
               "メイリオ",
               sans-serif;
  font-style: Normal;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

h2 {
  line-height: 1;
}
p {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
p span {
  vertical-align: baseline;
}
a:hover {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
}

header {
  text-align: center;
  padding: 4.26vw 3.94vw 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header p {
  font-weight: bold;
}
.logo {
  width: 44.5vw;
  margin: 0;
}
.logo img {
  vertical-align: top;
}
nav .inner {
  margin: 0 4%;
}

#navi {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 2.2;
  position: fixed;
  top: 19.68vw;
  left: 3.94vw;
  z-index: 10;
  mix-blend-mode: exclusion;
}
#navi a {
  color: #fff; /*#1A3873*/
}
#navi li.now a {
  color: #F894B0;
}

#mv {
  /*background: url(../images/_bg_mv_sp.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 218.75vw;*/
  position: relative;
}
#mv .mv1 {
  background: url(../images/mv/bg_bg_mv1_sp.jpg), url(../images/mv/bg_mv1_sp.jpg);
  background-size: 100% 26vw, auto 100vh;
  background-position: bottom center, top center;
  background-repeat: repeat-x, no-repeat;
  height: 0;
  padding-bottom: 100vh;
  position: relative;
  z-index: auto;
}
#mv .mv1 #text01 {
  width: 12.45vw;
  position: absolute;
  top: calc(50% - 8vw); /*24vh*/
  left: 24vw;
  z-index: 1;
  transform: translateY(-50%);
}
#mv .mv1 #text02 {
  color: #666;
  font-weight: bold;
  position: absolute;
  top: 23.5vh;
  right: 20vw;
  letter-spacing: 8vw;
  white-space: nowrap;
}
#mv .scroll {
  text-align: center;
  position: absolute;
  bottom: 7.2vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
#mv .scroll img {
  width: 27.49vw;
  margin: 0 auto;
}

.btnripple2 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*波紋の形状*/
  display:inline-block;
  width: 27.49vw;
  height: 27.49vw;
  border-radius: 50%;
  color:#ccc;
  outline: none;
  /*アニメーションの設定*/
  transition: all .3s;
}
/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
  content: '';
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -25%;
  top: -25%;
  /*波形の形状*/
  border: 1px solid #F894B0;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation:2s circleanime linear infinite;
}
/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
  animation-delay:.5s;
}
/*波形のアニメーション*/
@keyframes circleanime {
  0%{
    transform: scale(0.68);
  }
  100%{
    transform: scale(1.2);
    opacity: 0;
  }
}

#mv .mv2 {
  background: url(../images/mv/bg_mv2_pc.jpg) center center no-repeat;
  background-size: 100% 100vh;
  height: 0;
  padding-bottom: 100vh;
  position: relative;
  z-index: auto;
}
#mv .mv3 {
  background: url(../images/mv/bg_mv3_pc.jpg) center center no-repeat;
  background-size: 100% 100vh;
  height: 0;
  padding-bottom: 100vh;
  position: relative;
  z-index: auto;
}
#mv .mv3 #text03 {
  background: url(../images/mv/bg_text03.png) repeat-x;
  background-size: auto 100%;
  border: 2px solid #F894B0;
  position: absolute;
  top: 50%; /*23.4vh*/
  left: 8.4vw;
  padding: 6.2vw;
  transform: translateY(-50%);
}
#mv .mv3 #text03 img {
  width: 27.18vw;
}
#mv .mv3 #text04 {
  position: absolute;
  top: 50%; /*23.5vh*/
  left: 64vw;
  transform: translateY(-50%);
}
#mv .mv3 #text04 p {
  color: #666;
  font-weight: bold;
  letter-spacing: 8vw;
  white-space: nowrap;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: mvBlur;
  filter: blur(3px);
  transition: .8s;
  margin-bottom: -8vw;
}
#mv .mv3 #text04.active p {
  color: #F894B0;
}

#dream > .lead {
  background: url(../images/bg_dream_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  height: 0;
  padding: 0 0 92.5vw;
}
#dream > .lead h2 {
  padding: 17.34vw 0 0 10.31vw;
  margin-bottom: 7vw;
}
#dream > .lead h2 img {
  width: calc(100vw / var(--viewport) * 890);
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  opacity: 0;
}
#dream > .lead h2 img.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
#dream > .lead .inner p:last-child {
  animation-delay: 0.2s;
}
#dream > .lead p {
  color: #fff;
  padding: 0 0 0 10.31vw;
}
#next .sec {
  background: url(../images/bg_next.jpg) top center no-repeat;
  background-size: auto 100%;
  position: relative;
  padding: 22.33vw 7.66vw 23.73vw;
}
#next .inner {
  margin: 0;
}
#next .inner:before,
#next .inner:after {
  content: "";
  background: #1A3873;
  width: 1px;
  height: 13.84vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#next .inner:before {
  top: 0;
}
#next .inner:after {
  bottom: 0;
}
#next .inner .image01 {
  width: calc(100vw / var(--viewport) * 663);
  margin: 0 auto 8.45vw;
  display: block;
}
#next .voiceText {
  margin-bottom: 5vw;
}
.voiceBox {
  background: rgba(255, 255, 255, 0.8);
  padding: 3vw 3.3vw;
  border-radius: 2vw;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 2vw 1vw rgba(255, 255, 255, 1);
  animation-delay: 0.1s;
}
.voiceBox p {
  display: table;
  margin: 0 auto;
}
.voiceBox .play {
  width: calc(100vw / var(--viewport) * 365);
  margin: 0.5vw 0 0 auto;
  display: block;
}
.voiceBox2 img {
  width: calc(100vw / var(--viewport) * 479);
  display: inline;
  vertical-align: middle;
}
#next .cf > img {
  width: calc(100vw / var(--viewport) * 790);
  margin: 6.55vw auto 6.13vw;
  display: block;
}
#next .h2_2 {
  background: url(../images/h2_2_next_sp.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100vw / var(--viewport) * 638);
}
#next .h2_2 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#next .h2_2 .img01 {
  width: calc(100vw / var(--viewport) * 967);
  top: 6.8vw;
}
#next .h2_2 .img02 {
  width: calc(100vw / var(--viewport) * 945);
  top: 31.4vw;
}
#next .img02 {
  animation-delay: 0.15s;
}
#next .h2_2:after {
  content: "";
  background: url(../images/leaf01.png) top center no-repeat;
  background-size: 100% auto;
  width: 13.75vw;
  height: 12.03125vw;
  position: absolute;
  top: -6.25vw;
  right: 7.5vw;
}
#next .inner .image02 {
  width: calc(100vw / var(--viewport) * 1065);
  margin: 0 auto 8.45vw;
  display: block;
}
.voiceBox3 .play {
  margin: -8vw 0 0 auto;
}
.voiceBox4 .ls {
  letter-spacing: -0.01em;
}
.voiceBox4 img {
  width: calc(100vw / var(--viewport) * 479);
  display: inline;
  vertical-align: middle;
}
#next .h2_3 {
  background: url(../images/h2_3_next.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100vw / var(--viewport) * 638);
}
#next .h2_3 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#next .h2_3 .img01 {
  width: calc(100vw / var(--viewport) * 1045);
  top: 6.8vw;
}
#next .h2_3 .img02 {
  width: calc(100vw / var(--viewport) * 1066);
  top: 22.6vw;
}
#next .h2_3:after {
  content: "";
  background: url(../images/leaf02.png) top center no-repeat;
  background-size: 100% auto;
  width: 13.91vw;
  height: 11.72vw;
  position: absolute;
  top: -7.19vw;
  left: 5.78vw;
}
#next .inner .image03 {
  width: calc(100vw / var(--viewport) * 874);
  margin: 0 auto 8.45vw;
  display: block;
}
#next .h2_4 {
  background: url(../images/h2_4_next.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(100vw / var(--viewport) * 531);
}
#next .h2_4 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#next .h2_4 .img01 {
  width: calc(100vw / var(--viewport) * 1056);
  top: 5.8vw;
}
#next .h2_4 .img02 {
  width: calc(100vw / var(--viewport) * 1217);
  top: 23.6vw;
}
#next .h2_4:after {
  content: "";
  background: url(../images/leaf03.png) top center no-repeat;
  background-size: 100% auto;
  width: 13.28vw;
  height: 12.03vw;
  position: absolute;
  top: -6.88vw;
  right: 2.34vw;
}
#next .sec > .inner .cf *:nth-child(1) {
  letter-spacing: -0.01vw;
  animation-delay: 0.15s;
}
#next .sec > .inner .cf *:nth-child(2) {
  animation-delay: 0.3s;
}
#next .sec > .inner .cf *:nth-child(3) {
  animation-delay: 0.45s;
}
#next .sec > .inner .cf + div {
  animation-delay: 0.6s;
}
#next .sec > .inner .cf + div img {
  opacity: 0;
}
#next .sec > .inner .cf + div img.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  animation-delay: .5s;
  opacity: 1;
  transition: .8s;
}
#next .question {
  background: url(../images/bg_question_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 0 0 219.14vw;
  position: relative;
}
#next .question .inner:before,
#next .question .inner:after {
  content: none;
}
#next .question p {
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  top: 11.81vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#next .question img {
  position: absolute;
}
#next .question .text01 {
  top: 33vw;
  left: 18vw;
  width: 70vw;
}
#next .question .text02 {
  top: 54vw;
  left: 4vw;
  width: 27vw;
}
#next .question .text03 {
  top: 51vw;
  left: 7vw;
  width: 59vw;
  mix-blend-mode: multiply;
}
#next .question .text04 {
  top: 61vw;
  left: 24vw;
  width: 63vw;
}
#next .question .text05 {
  top: 73vw;
  left: 9vw;
  width: 50vw;
}
#next .question .text06 {
  top: 68vw;
  left: 0vw;
  width: 100vw;
  mix-blend-mode: multiply;
}
#next .question .text07 {
  top: 87vw;
  left: 0vw;
  width: 100vw;
  mix-blend-mode: multiply;
}
#next .question .text08 {
  top: 106vw;
  left: 9.2vw;
  width: 90vw;
}
#next .question .text09 {
  top: 119vw;
  left: 4vw;
  width: 87vw;
  mix-blend-mode: multiply;
}
#next .question img {
  animation-fill-mode: both;
  transition: .8s;
}
#next .question img.myZoom {
  animation: myZoom 3s linear;
}
@keyframes myZoom {
  0% {
    transform-origin: center;
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform-origin: center;
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
  }
}
#next .question img.myRotateRight {
  animation: myRotateRight 10s linear infinite;
}
#next .question img.myRotateRight2 {
  animation: myRotateRight 5s linear infinite;
}
#next .question img.myRotateRight3 {
  animation: myRotateRight 7s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@keyframes myRotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#next .question img.myRotateLeft {
  animation: myRotateLeft 10s linear infinite;
}
#next .question img.myRotateLeft2 {
  animation: myRotateLeft 5s linear infinite;
}
#next .question img.myRotateLeft3 {
  animation: myRotateLeft 1s linear infinite;
}
#next .question img.myRotateLeft4 {
  animation: myRotateLeft 25s linear infinite;
}
@keyframes myRotateLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#next .question img.myBlink {
  animation: myBlink 0.3s linear infinite;
}
#next .question img.myBlink2 {
  animation: myBlink 0.1s linear infinite;
}
@keyframes myBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#next .question img.myZoomIn {
  animation: myZoomIn 3s linear;
}
@keyframes myZoomIn {
  0% {
    transform-origin: center;
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: scale(1.5);
    opacity: 1;
  }
}

#next .question .lead {
  bottom: 0;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}
#next .question .lead.active {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: myBlur;
  opacity: 1;
  transition: .8s;
}
#next .answer {
  background: #1A3874;
  overflow-x: hidden;
}
#next .answer .top {
  position: relative;
}
#next .answer img.icon {
  width: calc(100vw / var(--viewport) * 400);
  position: absolute;
  top: 35.6vw;
  right: 4.3vw;
}
.buruburu {
  animation: hurueru .1s .5s;
}
#next .answer .bottom {
  background: url(../images/bg_answer_bottom_sp.png) top center repeat-x;
  background-size: 100% 71.8vw;
  height: 71.8vw;
}
@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#next .answer .inner {
  background: none;
  padding: 8.95vw 7.66vw 12.76vw;
}
#next .answer .inner:before,
#next .answer .inner:after {
  content: none;
}
#next .answer .inner img {
  width: 46.88vw;
  display: block;
  margin: 0 auto 5vw;
}
#next .answer .inner p {
  color: #fff;
}
#next .sec04 .voiceBox {
  position: relative;
}
#next .inner .image04 {
  width: calc(100vw / var(--viewport) * 909);
  margin: 0 auto 8.45vw;
  display: block;
}
#next .sec04 .voiceBox:after {
  content: "";
  background: url(../images/leaf04.png) top center no-repeat;
  background-size: 100% auto;
  width: 13.75vw;
  height: 12.03vw;
  position: absolute;
  top: -6.88vw;
  right: 0.34vw;
}
#next .sec04.inner {
  padding: 22.33vw 7.66vw 18.17vw;
}
#next .sec04 .voiceText {
  margin-bottom: 0;
}
#next .h2_failure {
  text-align: center;
  background: #1A3873;
  padding: 8.67vw 0;
}
#next .h2_failure img {
  width: 75.93vw;
}
#next .failure01 {
  background: url(../images/bg_failure01_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 0 0 110vw;
  position: relative;
}
#next .failure01 img {
  width: calc(100vw / var(--viewport) * 1211);
  transform: scale(0.01);
  display: block;
  position: absolute;
  top: 2.4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 7s;
  transition-timing-function: cubic-bezier(0,0.99,0.57,0.45);
  opacity: 0;
  z-index: 1;
}
#next .failure01 img.active {
  transform: scale(2);
  transform-origin: center;
  opacity: 0.3;
}
#next .failure02 {
  background: url(../images/bg_failure02_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 0 0 140vw;
}
#next .failure03 {
  background: url(../images/bg_failure03_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 0 0 145.78vw;
  position: relative;
}
#next .failure03 .img01 {
  width: calc(100vw / var(--viewport) * 734);
  position: absolute;
  top: 2.6vw;
  left: 27vw;
}
#next .failure03 .img02 {
  width: calc(100vw / var(--viewport) * 837);
  position: absolute;
  top: 36.4vw;
  left: 8.3vw;
  animation-delay: .15s;
}
#next .failure03 .img03 {
  width: calc(100vw / var(--viewport) * 1190);
  position: absolute;
  top: 88vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation-delay: .3s;
}
#next .trick {
  background: url(../images/bg_trick_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 165.31vw;
  position: relative;
}
#next .trick .inner:before,
#next .trick .inner:after {
  content: none;
}
#next .trick .img01 {
  width: calc(100vw / var(--viewport) * 699);
  position: absolute;
  top: 16.8vw;
  left: 8vw;
}
#next .trick .img02 {
  width: calc(100vw / var(--viewport) * 736);
  position: absolute;
  top: 30vw;
  left: 8vw;
  animation-delay: .15s;
}
#next .trick .img03 {
  width: calc(100vw / var(--viewport) * 634);
  position: absolute;
  top: 66vw;
  left: 8vw;
  animation-delay: .3s;
}
.counseling {
  text-align: center;
  background: #F894B0;
  border-top: 1.76vw solid #FDC0D1;
  border-bottom: 1.76vw solid #FDC0D1;
  padding: 9.43vw 0 10.95vw;
}
#dream .counseling .image {
  width: calc(100vw / var(--viewport) * 800);
  margin-bottom: 6.9vw;
  filter: blur(15px);
}
#dream .counseling .image.active {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: myBlur;
  opacity: 1;
  transition: .8s;
}
.counseling .button img {
  width: calc(100vw / var(--viewport) * 871);
}
#dream .go {
  background: url(../images/bg_go_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 9.23vw 8.35vw 15.48vw;
  position: relative;
}
#dream .go:after {
  content: "";
  background: #1A3873;
  width: 1px;
  height: 9.38vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#dream .go .image {
  width: calc(100vw / var(--viewport) * 440);
  margin-bottom: 5.27vw;
}
#dream .go .text {
  width: calc(100vw / var(--viewport) * 1022);
}

#about .contents1 {
  color: #fff;
  background: #1A3873;
  padding: 8.34vw 0 11.5vw;
}
#about .contents1 .midashi img {
  width: calc(100vw / var(--viewport) * 180);
  margin-bottom: 4.85vw;
}
#about .contents1 h2 img {
  width: calc(100vw / var(--viewport) * 751);
  margin-bottom: 6.78vw;
}
#about .contents1 .lead > img {
  width: calc(100vw / var(--viewport) * 872);
  margin-bottom: 7.71vw;
}
#about .contents1 .lead .inCount {
  margin: 3.83vw 0 6.25vw;
}
#about .contents1 .lead .inCount img {
  width: calc(100vw / var(--viewport) * 162);
  vertical-align: middle;
}
#about .contents1 .lead .shorei img {
  width: calc(100vw / var(--viewport) * 676);
  vertical-align: middle;
}
#about .contents1 .lead .caption {
  text-align: right;
  margin: 1vw 9vw 0 0;
}
#about .contents1 .box {
  color: #1A3873;
  text-align: center;
  background: #fff;
  width: calc(100vw / var(--viewport) * 932);
  border-radius: 1.56vw;
  margin: 6.19vw auto 0;
}
#about .contents1 .box:nth-child(2) {
  animation-delay: .15s;
}
#about .contents1 .box:nth-child(3) {
  animation-delay: .3s;
}
#about .contents1 .box .ttl_aco {
  background: linear-gradient(#FBEAEE, #fff);
  border-radius: 1.56vw;
  padding: 3.36vw 0 4.08vw;
  position: relative;
}
#about .contents1 .box .icon {
  background: url(../images/icon_plus.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 85);
  height: calc(100vw / var(--viewport) * 85);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.4vw;
  margin: 0 auto;
  z-index: 1;
}
#about .contents1 .box:hover .icon {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: rotateIn;
}
#about .contents1 .box .ttl_aco.active .icon {
  background: url(../images/icon_minus.png) center center no-repeat;
  background-size: 100% auto;
}
#about .contents1 .box .ttl_aco.active:after {
  content: "";
  background: #AFAFAF;
  width: calc(100vw / var(--viewport) * 804);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#about .contents1 .body_aco {
  padding: 3.36vw 5vw 5vw;
  display: block;
}
#about .contents1 .body_aco p {
  line-height: 1.7;
  text-align: left;
}
#about .contents2 {
  background: url(../images/shadow_contents2.png) top center repeat-x, #fff;
  background-size: auto 17.42vw;
  padding: 15.3vw 7.42vw 11.76vw;
  border-bottom: 8.39vw solid #1A3873;
}
#about .contents2 .inner {
  margin: 0 auto;
}
#about .contents2 h2 {
  width: 80.91vw;
  margin: 0 auto 8.5vw;
}
#about .contents2 .cf img {
  margin-bottom: 8.11vw;
}
#about .contents2 h3 {
  color: #1A3873;
  margin: 2.75vw auto 3.67vw;
}
#about .contents2 .box {
  background: #F0F0F0;
  border-radius: 0.78vw;
  padding: 7vw;
}
#about .contents2 .box li {
  line-height: 1.2;
  padding: 0.5vw 0;
}
#about .contents2 .box li:before {
  content: "";
  background: url(../images/icon_check.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 50);
  height: calc(100vw / var(--viewport) * 50);
  margin-right: 1.57vw;
  display: inline-block;
  vertical-align: middle;
}
#about .contents2 .box li span {
  vertical-align: middle;
}
#about .contents3 {
  background: url(../images/bg_contents3_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 10.3vw 9.14vw 30.9vw;
  position: relative;
}
#about .contents3:after {
  content: "";
  background: #1A3873;
  width: 1px;
  height: 9.38vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#about .contents3 .image {
  width: calc(100vw / var(--viewport) * 440);
  margin-bottom: 7.28vw;
}
#about .contents3 .text {
  width: calc(100vw / var(--viewport) * 899);
}

#price {
  background: #1A3873;
  padding: 18.66vw 0 0;
}
#price .midashi img {
  width: calc(100vw / var(--viewport) * 146);
  margin-bottom: 4.85vw;
}
#price h2 img {
  width: calc(100vw / var(--viewport) * 977);
  margin-bottom: 12.53vw;
}
#price .plan {
  width: 78.13vw;
  margin: 0 auto;
}
#price .plan li {
  margin-bottom: 10vw;
}
#price .plan li:nth-child(2) {
  animation-delay: .15s;
}
#price .plan li:nth-child(3) {
  animation-delay: .3s;
}
#price .plan li p {
  color: #fff;
  text-align: right;
  margin: 2vw 0 0;
}
#price .plan2 {
  margin: 0 7.46vw;
}
#price .plan2 img {
  width: calc(100vw / var(--viewport) * 181);
  float: left;
}
#price .plan2 .btn {
  color: #fff;
  text-align: left;
  width: calc(100vw / var(--viewport) * 870);
  background: #F894B0;
  padding: 3.66vw 5.67vw 3.66vw 7.94vw;
  border-radius: 10vw;
  display: inline-block;
  float: right;
}
#price .plan2 .btn:after {
  content: "";
  background: url(../images/icon_plus_black.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 68);
  height: calc(100vw / var(--viewport) * 68);
  vertical-align: text-top;
  float: right;
}
#price .plan2 .btn:hover:after {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: rotateIn;
  top: 22%;
}
#price .plan2 .btn.active:after {
  background: url(../images/icon_minus_black.png) center center no-repeat;
  background-size: 100% auto;
}
#price .plan2_aco {
  width: calc(100vw / var(--viewport) * 1090);
  display: block;
  margin: 8.4vw auto 0;
  display: none;
}
#waribiki .ttl_waribiki {
  color: #fff;
}
#waribiki .tabs {
  margin-top: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#waribiki .tabs li {
  color: #fff;
  font-size: 4.2vw;
  text-align: center;
  width: 32%;
  padding: 2.65625% 0px;
  background: #425E95;
  border-radius: 6px 6px 0px 0px;
}
#waribiki .tabs li.active {
  background: #F894B0;
}
#waribiki .body {
  font-size: 3.4666vw;
  text-align: left;
  background: #fff;
  padding: 5.66vw 3.05vw;
}
#waribiki .body .sec01Txt1 {
  margin-top: 4.21875%;
}
#waribiki .body .midashi {
  text-align: center;
}
#waribiki .body p {
  font-weight: bold;
}
#waribiki .body h2 {
  text-align: center;
  border-top: 0.53vw solid #F894B0;
  margin: 8vw auto 4.375vw;
}
#waribiki .body h2 span {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  width: 60vw;
  background: #F894B0;
  padding: 1.71875% 0 2.03125%;
  display: inline-block;
  border-radius: 3px;
  margin-top: -3.8vw;
}
#waribiki .body2,
#waribiki .body3 {
  display: none;
}
#waribiki .body3 .off-img {
  margin-top: 6.875%;
}
#waribiki .body .link {
  text-align: right;
  text-decoration: underline;
  position: relative;
}
#waribiki .body .link a {
  color: #656565;
  padding-right: 3vw;
}
#waribiki .body .link:after {
  content: "";
  background: url(../images/gray-arrow.png)no-repeat;
  background-size: contain;
  width: calc(5px + (12 - 5) * ((100vw - 320px) / (767 - 320)));
  height: calc(9px + (18 - 9) * ((100vw - 320px) / (767 - 320)));
  position: absolute;
  top: 2px;
  right: 0;
}
#waribiki .body .div-block {
  margin-bottom: 1em;
}
#waribiki .body h4 {
  margin-bottom: 0.5em;
}
#waribiki .body h4 span {
  vertical-align: middle;
}
#waribiki .body h4 span.number {
  border: 1px solid #F894B0;
  padding: 0 8px;
  margin-right: 6px;
}
#waribiki .pair-rate {
  max-width: 600px;
  padding-top: 20px;
  margin: 0 auto;
}
#waribiki .pair-rate li {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
#waribiki .pair-rate li span:first-child {
  display: table-cell;
  width: calc(100% - 185px);
  padding-left: 5vw;
  background: #eceef3;
}
#waribiki .pair-rate li span:last-child {
  display: table-cell;
  width: calc(60px + (170 - 60) * ((100vw - 320px) / (767 - 320)));
}
#waribiki .pair-rate li span {
  padding: 10px 0;
}
#waribiki .pair-rate li span.txtPercent {
  text-align: center;
  color: #fff;
  background: #F894B0;
}

#price .simulation {
  margin: 14.59vw auto 0;
}
#price .simulation .midashi {
  color: #fff;
  display: table;
  margin: 0 auto;
}
#price .simulation .midashi img {
  width: calc(100vw / var(--viewport) * 181);
  margin-bottom: 0;
  vertical-align: middle;
}
#price .simulation .titleImage {
  position: relative;
}
#price .simulation .titleImage img {
  width: calc(100vw / var(--viewport) * 1173);
  display: block;
  margin: 4.6vw auto 0;
}
#price .simulation .titleImage .icon {
  width: calc(100vw / var(--viewport) * 68);
  height: calc(100vw / var(--viewport) * 68);
  position: absolute;
  bottom: 2vw;
  right: 20vw;
}
#price .simulation #simulation {
  width: calc(100vw / var(--viewport) * 1173);
  display: block;
  margin: 4vw auto 0;
  display: none;
}

.checkmark {
  /*top: -3px;*/
}
.choose-item-block {
  padding: 3px calc(18px + (44 - 18) * ((100vw - 320px) / (767 - 320))) 1px;
}
#step1 .radio-item-inner,
.box01 .radio-item-inner,
#step3 .radio-item-inner {
  display: block;
  margin-right: 0;
  margin-bottom: 25px;
}
#step2 .radio-item-inner,
.box02 .radio-item-inner {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
#step1,
#step2,
.second .step-block {
  margin-bottom: 40px;
}
#simulation .second {
  display: none;
}
.step-button-cover {
  margin-top: 0;
}
.disabled {
  color: #ccc !important;
  cursor: no-drop;
}
.disabled label {
  pointer-events: none;
}
#waribiki .choose-item-block {
  padding: 0 0 calc(10px + (24 - 10) * ((100vw - 320px) / (767 - 320)));
}
#step3 .left,
#step3 .right {
  width: 48%;
}
#step3 .left {
  float: left;
}
#step3 .right {
  float: right;
}
#step3 .radio-item-inner {
  width: 100%;
}
#step3 .radio-item-inner .disabled {
  opacity: 0.5;
}
.step-radio-block li .radio-container.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.step-radio-block li .radio-container {
  opacity: 1;
}
.input-box {
  padding-bottom: 4vw;
}
#month.input-box p {
  padding-top: 7vw;
}
#sum p {
  padding-top: 5vw;
}

.step-bg {
  display: none;
  margin-bottom: 80px;
  background: #eceef3;
  border: 1.5vw solid #F894B0;
}
.step-bg-inner {
  padding: 32px 30px 50px;
}
.step-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 28px;
  box-sizing: border-box;
  background: #fff;
}
.step-select.active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.step-select:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 20px;
  height: 12.5px;
  content: "";
  background: url(../images/down_arrow.png)no-repeat;
  background-size: contain;
}
.step-block {
  display: flex;

  justify-content: space-between;
}
.select-title {
  margin-bottom: 15px;
  transform: none;
}
.step-blue-button {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  display: block;
  width: 220px;
  padding: 18px 0;
  margin: 0 auto;
  border-radius: 25px;
  background: #F894B0;
}
.step-blue-button:before {
  position: absolute;
  top: 28%;
  left: 20px;
  font-size: 16px;
  font-weight: bold;
  content: "+";
}
.step-button-cover {
  margin-bottom: 25px;
}
.radio-item-inner {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.choose-button {
  cursor: pointer;
}
.choose-item-block {
  display: none;
}
.choose-item-block.active {
  display: block;
}
.choose-item-block {
  padding: 22px 28px;
  background: #fff;
}
.radio-item-inner .checkmark {
  left: 0;
}
.radio-item-inner .radio-container {
  line-height: 1;
  padding-left: 35px;
}
.radio-item-inner .radio-container span {
  vertical-align: middle;
}
.step-radio-title {
  margin-bottom: 20px;
}
.step-radio-block {
  display: flex;

  justify-content: space-between;
}
.step-radio-block li {
  position: relative;
  width: 33.33%;
  padding-top: 20px;
  text-align: center;
}
.light-blue-color {
  color: #48a7f1;
}
.sale-text {
  display: inline-block;
  padding: 0 10px 3px 10px;
  transform: none;
}
.light-blue-percentage {
  color: #2f79e6;
}
.radio-item-block {
  margin-top: 25px;
}
.radio-item-block p:last-child {
  transform: none;
}
.radio-item-block.mid-custom-mrg {
  margin-top: 30px;
}
.radio-sub-title {
  margin-bottom: 30px;
}
.custom-radio-block {
  margin-bottom: 33px;
}
.custom-radio-block .choose-item-block {
  padding-top: 11px;
  padding-bottom: 33px;
}
.step-select.radio-block:after {
  top: 26px;
}
.radio-container {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio-container input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #eceef3;
  transform: translateY(-50%);
}
.radio-container input:checked ~ .checkmark {
  background-color: #eceef3;
}
.checkmark:after {
  position: absolute;
  display: none;
  content: "";
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 4.5px solid #eceef3;
  border-radius: 50%;
  background: #00a9f1;
}
.dark-blue-color {
  color: #082a7c;
}
.light-orange-color {
  color: #ee8633;
}
.input-box {
  display: flex;
  border-bottom: 2px solid #000;

  align-items: baseline;
  justify-content: space-between;
}
.input-box label {
  width: 40%;
}
.input-box p {
  width: 60%;
}
.input-text {
  line-height: 1;
  display: inline-block;
  width: 87%;
  transform: none;
  text-align: right;
  color: #F894B0;
  border: none;
  background: none;
}
.mark {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 120px;
  padding: 7px 0;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 8px;
  background: #000;
}
.mark:after {
  position: absolute;
  top: calc(50% - 3px);
  right: -5px;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #000;
}
.mark b {
  margin-left: 5px;
  color: #F894B0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F894B0;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #F894B0;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #F894B0;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #F894B0;
}
.note-text {
  padding-top: 10px;
  font-weight: bold;
}
.positon-relative-block {
  position: relative;
  margin-top: 48px;
}
.step-select.radio-block {
  margin-bottom: 35px;
}
.submit-bottom {
  width: 290px;
  padding: 20px 0;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  background: #707070;
}

#price .simulation .button {
  margin: 0 0 7.88vw;
}
#price .simulation .button a {
  color: #fff;
  background: #000;
  width: calc(100vw / var(--viewport) * 870);
  padding: 6vw 4.5vw;
  border-radius: 10vw;
  display: inline-block;
  margin-top: 10vw;
}
#price .simulation .button a img {
  width: calc(100vw / var(--viewport) * 94);
  margin-left: 1.98vw;
  vertical-align: text-top;
}
#price .banner {
  text-align: center;
  background: #F894B0;
  border-top: 1.76vw solid #FDC0D1;
  border-bottom: 1.76vw solid #FDC0D1;
  padding: 9.43vw 0 10.95vw;
}
#price .counseling {
  padding: 5.25vw 0 6.98vw;
}
#price .counseling .image {
  padding: 0 10.17vw 3.3vw 5.31vw;
  filter: blur(15px);
}
#price .counseling .image.active {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: myBlur;
  opacity: 1;
  transition: .8s;
}

#faq {
  padding: 16.63vw 0 0;
}
#faq .midashi img {
  width: calc(100vw / var(--viewport) * 104);
  margin-bottom: 4.85vw;
}
#faq h2 img {
  width: calc(100vw / var(--viewport) * 683);
  margin-bottom: 12.53vw;
}
#faq ul {
  margin-bottom: 14.59vw;
}
#faq ul.q05 {
  margin-bottom: 0;
}
#faq ul:after {
  content: "";
  background: #1A3873;
  width: 1px;
  height: 6.61vw;
  display: block;
  margin: 0 auto;
}
#faq ul.q05:after {
  content: none;
}
#faq li {
  padding-left: 8.68vw;
}
#faq .cf * {
  float: left;
}
#faq .a {
  margin: 8vw 0 5.63vw;
}
#faq .a div p {
  color: #F894B0;
  font-weight: bold;
  width: calc(100vw / var(--viewport) * 946);
}
#faq .iconQ,
#faq .iconA {
  margin-right: 2.14vw;
}
#faq .iconQ {
  width: calc(100vw / var(--viewport) * 135);
}
#faq .iconA {
  width: calc(100vw / var(--viewport) * 130);
}
#faq .qText {
  padding-right: 8.68vw;
  margin-bottom: 8.33vw;
}
#faq ul.q03 .qText p {
  position: relative;
}
#faq ul.q03 .qText span {
  text-align: right;
  text-decoration: underline;
  display: block;
}
#faq ul.q03 .qText span a {
  color: inherit;
  font-size: 80%;
}
#faq ul.q05 .qText {
  margin-bottom: 0;
}
#faq .q01 .textQ {
  width: calc(100vw / var(--viewport) * 946);
}
#faq .q02 .textQ {
  width: calc(100vw / var(--viewport) * 740);
}
#faq .q03 .textQ {
  width: calc(100vw / var(--viewport) * 685);
}
#faq .q04 .textQ {
  width: calc(100vw / var(--viewport) * 901);
}
#faq .q05 {
  padding-bottom: 21.23vw;
  border-bottom: 8.39vw solid #1A3873;
}
#faq .q05 .textQ {
  width: calc(100vw / var(--viewport) * 840);
}
#faq .go {
  background: url(../images/bg_faq_go_sp.png) top center no-repeat;
  background-size: 100% auto;
  padding: 10.29vw 8.35vw 31.14vw;
  position: relative;
}
#faq .go:after {
  content: "";
  background: #1A3873;
  width: 1px;
  height: 9.38vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
#faq .go .image {
  width: calc(100vw / var(--viewport) * 440);
  margin-bottom: 5.27vw;
}
#faq .go .text {
  width: calc(100vw / var(--viewport) * 1077);
}

#access {
  background: url(../images/bg_access_sp.jpg), #1A3873;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 16.63vw 0 0;
}
#access .inner {
  padding: 0 7.81vw 19.61vw;
  margin: 0;
}
#access .midashi img {
  width: calc(100vw / var(--viewport) * 191);
  margin-bottom: 4.85vw;
}
#access h2 {
  position: relative;
}
#access h2 img {
  width: calc(100vw / var(--viewport) * 806);
  margin-bottom: 8.53vw;
}
#access .japan {
  width: calc(100vw / var(--viewport) * 1079);
  display: block;
  margin: 0 auto 22.7vw;
  filter: blur(15px);
}
#access .japan.active {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: myBlur;
  opacity: 1;
  transition: .8s;
}
#access .counseling {
  padding: 0 0 9.97vw;
}
#access .counseling .lead {
  margin-bottom: 6.95vw;
}
#access .counseling .lead2 {
  margin-bottom: 6.95vw;
  animation-delay: .15s;
}
#access .counseling .image {
  width: calc(100vw / var(--viewport) * 1022);
  margin-bottom: 6.9vw;
}
#access h3 {
  color: #fff;
  text-align: center;
  margin-top: 12.78vw;
  margin-bottom: 6.67vw;
}
#access .ttl_aco {
  color: #1A3873;
  text-align: center;
  background: #fff;
  padding: 4vw 0;
  margin-top: 3.13vw;
  border-radius: 0.94vw;
  position: relative;
}
#access .ttl_aco.partners {
  padding: 2vw 0;
}
#access .ttl_aco:after {
  content: "";
  background: url(../images/icon_plus.png) center center no-repeat;
  background-size: 100% auto;
  width: calc(100vw / var(--viewport) * 85);
  height: calc(100vw / var(--viewport) * 85);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4.27vw;
  transform: translateY(-50%);
}
#access .ttl_aco:hover:after {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: rotateIn;
  top: 20%;
}
#access .ttl_aco.active:after {
  background: url(../images/icon_minus.png) center center no-repeat;
  background-size: 100% auto;
}
#access .body_aco {
  margin-top: 4.3vw;
}
#access .innerBox {
  background: #fff;
  padding: 2.66vw 3.05vw;
  border-radius: 0.94vw;
}
#access .innerBox iframe {
  width: 100% !important;
}
#access .white_box {
}
#access .white_box h4 {
  color: #1A3873;
  margin-top: 2.67vw;
}
#access .white_box .ls p {
  letter-spacing: 0;
}
#access .white_box a {
  color: #F894B0;
  font-weight: bold;
}
#access .white_box img {
  margin-top: 6.5vw;
}

.instagram {
  padding: 8.63vw 7.8vw 0;
}
.instagram h2 {
  margin-bottom: 3.83vw;
}
.instagram .lead {
  color: #1A3873;
  text-align: center;
  margin-bottom: 3.28vw;
}
.instagram ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.98vw;
}
.instagram .sub {
  color: #1A3873;
  margin-bottom: 5.24vw;
}
.instagram .btn a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #F894B0;
  width: calc(100vw / var(--viewport) * 870);
  display: block;
  padding: 5vw 0;
  margin: 0 auto;
  border-radius: 10vw;
}

#cta {
  transition: 1s;
  position: fixed;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}
#cta img {
  width: 21vw;
}

#footer_copy {
  background: #fff;
  color: #4A4A4A;
}
#footer_copy a {
  color: #4A4A4A;
}
#footer_copy .inner {
  padding: 15vw 6.4vw 9vw;
}
#footer_copy .logo {
  width: 33.87vw;
  float: left;
}
#footer_copy .f_copy_right {
  font-size: 2vw;
  font-weight: bold;
  text-align: right;
  float: right;
}

.pc,
.pc_b {
  display: none;
}
@media screen and (max-width:767px) {
  body {
    line-height: 1.7;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #next .sec04 .voiceText .ls_sp {
    letter-spacing: 0;
  }

  .step-col {
    width: 100%;
    margin-bottom: calc(18px + (40 - 18) * ((100vw - 320px) / (767 - 320)));
  }
  .step-block {
    display: block;
  }
  .submit-bottom {
    width: 80%;
    padding: calc(15px + (32 - 15) * ((100vw - 320px) / (767 - 320))) 0;
  }
  .submit-btn-cover {
    margin-top: calc(25px + (60 - 25) * ((100vw - 320px) / (767 - 320)));
  }
  .drop-icon {
    right: calc(6px + (20 - 6) * ((100vw - 320px) / (767 - 320)));
    bottom: calc(8px + (25 - 8) * ((100vw - 320px) / (767 - 320)));
    width: calc(23px + (50 - 23) * ((100vw - 320px) / (767 - 320)));
    height: calc(23px + (50 - 23) * ((100vw - 320px) / (767 - 320)));
    margin-top: calc(25px + (60 - 25) * ((100vw - 320px) / (767 - 320)));
    border-radius: 50%;
    background-color: #00a9f9;
  }
  .drop-button-cover {
    padding-bottom: calc(25px + (60 - 25) * ((100vw - 320px) / (767 - 320)));
  }
  .step-bg {
    border-radius: calc(5px + (10 - 5) * ((100vw - 320px) / (767 - 320)));
  }
  .step-bg-inner {
    padding: calc(22px + (50 - 22) * ((100vw - 320px) / (767 - 320))) calc(18px + (40 - 18) * ((100vw - 320px) / (767 - 320))) calc(10px + (15 - 10) * ((100vw - 320px) / (767 - 320)));
  }
  .step-select {
    padding: calc(10px + (24 - 10) * ((100vw - 320px) / (767 - 320))) calc(18px + (44 - 18) * ((100vw - 320px) / (767 - 320)));
  }
  .step-select:after {
    top: calc(50% - calc(3px + (9 - 3) * ((100vw - 320px) / (767 - 320))));
    right: calc(15px + (35 - 15) * ((100vw - 320px) / (767 - 320)));
    width: calc(12px + (27 - 12) * ((100vw - 320px) / (767 - 320)));
    height: calc(9px + (19 - 9) * ((100vw - 320px) / (767 - 320)));
  }
  .select-title {
    margin-bottom: calc(7px + (18 - 7) * ((100vw - 320px) / (767 - 320)));
  }
  .choose-item-block {
    padding: calc(10px + (24 - 10) * ((100vw - 320px) / (767 - 320))) calc(18px + (44 - 18) * ((100vw - 320px) / (767 - 320)));
  }
  .radio-item-inner {
    margin-right: calc(30px + (75 - 30) * ((100vw - 320px) / (767 - 320)));
  }
  .radio-item-inner label {
    line-height: 1;
  }
  .choose-item-block .radio-item-inner:last-child {
    margin-right: 0;
  }
  .checkmark,
  .radio-container .checkmark:after {
    width: calc(14px + (32 - 14) * ((100vw - 320px) / (767 - 320)));
    height: calc(14px + (32 - 14) * ((100vw - 320px) / (767 - 320)));
  }
  .radio-container .checkmark:after {
    border: calc(2px + (5 - 2) * ((100vw - 320px) / (767 - 320))) solid #eceef3;
  }
  .radio-item-inner .radio-container {
    padding-left: calc(22px + (50 - 22) * ((100vw - 320px) / (767 - 320)));
  }
  .step-button-cover {
    margin-top: calc(18px + (40 - 18) * ((100vw - 320px) / (767 - 320)));
    margin-bottom: calc(45px + (100 - 45) * ((100vw - 320px) / (767 - 320)));
  }
  .step-blue-button {
    width: 60%;
    padding: calc(12px + (25 - 12) * ((100vw - 320px) / (767 - 320)));
    border-radius: calc(25px + (55 - 25) * ((100vw - 320px) / (767 - 320)));
  }
  .step-blue-button:before {
    top: 30%;
    left: calc(15px + (36 - 15) * ((100vw - 320px) / (767 - 320)));
    font-size: calc(12px + (30 - 12) * ((100vw - 320px) / (767 - 320)));
  }
  .radio-container span {
    vertical-align: middle;
  }
  .radio-item-block {
    margin-top: calc(40px + (90 - 40) * ((100vw - 320px) / (767 - 320)));
  }
  .radio-item-block.mid-custom-mrg {
    margin-top: calc(43px + (97 - 43) * ((100vw - 320px) / (767 - 320)));
  }
  .step-radio-block li {
    padding-top: 0;
  }
  .custom-radio-block .choose-item-block {
    padding-top: calc(15px + (37 - 15) * ((100vw - 320px) / (767 - 320)));
    padding-bottom: calc(30px + (72 - 30) * ((100vw - 320px) / (767 - 320)));
  }
  .custom-radio-block {
    margin-bottom: calc(22px + (55 - 22) * ((100vw - 320px) / (767 - 320)));
  }
  .col-custom-pd {
    padding-top: 0;
  }
  .pd-0-sp {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .input-sp {
    display: flex;

    align-items: baseline;
    justify-content: flex-start;
  }
  .note-text {
    line-height: 1.5;
  }
  .mark {
    line-height: 1;
    width: 40%;
    padding: calc(7px + (13 - 7) * ((100vw - 320px) / (767 - 320))) 0;
  }
  .positon-relative-block {
    margin-top: calc(20px + (45 - 20) * ((100vw - 320px) / (767 - 320)));
  }
  #waribikiBox .checkmark {
    top: 3vw;
  }
  #step-3 {
    padding-top: calc(38px + (85 - 38) * ((100vw - 320px) / (767 - 320)));
  }
  .step-bg {
    margin-bottom: calc(50px + (110 - 50) * ((100vw - 320px) / (767 - 320)));
  }
  .ml-minus {
    margin-left: calc(-1px + (-5 + 1) * ((100vw - 320px) / (767 - 320)));
  }
}
@media screen and (min-width:768px) {
  #wrapper {
    min-width: 1000px;
  }
  section .inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }

  header {
    padding: 20px 0;
  }
  .logo {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .logo img {
    width: 201px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 22px;
  }

  #mv {
    /*background: url(../images/_bg_mv_pc.png) top center no-repeat;
    background-size: auto 100%;
    padding-bottom: 100vh;*/
  }
  #mv .mv1 {
    background: url(../images/mv/btm_mv1.jpg), url(../images/mv/bg_mv1_pc.jpg);
    background-size: auto 98px, auto 100vh;
    background-position: bottom center, top center;
    background-repeat: repeat-x, no-repeat;
  }
  #mv .mv1 #text01 {
    width: 99px;
    top: 50%; /*29.5vh*/
    left: -739px;
    right: 0;
    margin: 0 auto;
  }
  #mv .mv1 #text01 img {
    width: 99px;
  }
  #mv .mv1 #text02 {
    letter-spacing: 0.9em;
    width: 88px;
    top: 13vh;
    left: 0;
    right: -745px;
    margin: 0 auto;
  }
  #mv .mv2 {
    background: url(../images/mv/bg_mv2_pc.jpg) top center no-repeat;
    background-size: auto 100vh;
  }
  #mv .mv3 {
    background: url(../images/mv/bg_mv3_pc.jpg) top center no-repeat;
    background-size: auto 100vh;
  }
  #mv .mv3 #text03 {
    width: 266px;
    top: 50%; /*13.2vh*/
    left: -729px;
    right: 0;
    padding: 44px 52px;
    margin: 0 auto;
  }
  #mv .mv3 #text03 img {
    width: 157px;
  }
  #mv .mv3 #text04 {
    width: 88px;
    top: 50%; /*13vh*/
    left: 0;
    right: -745px;
    margin: 0 auto;
  }
  #mv .mv3 #text04 p {
    letter-spacing: 0.7em;
    opacity: 0;
    margin-bottom: -1.1em;
  }
  @media screen and (max-width:1091px) {
    #mv .mv1 #text01 {
      left: -545px;
    }
    #mv .mv3 #text04 {
      right: ;
    }
  }
  #mv .scroll {
    bottom: 78px;
    cursor: pointer;
  }
  #mv .scroll img {
    width: 140px;
  }
  .btnripple2 {
    width: 140px;
    height: 140px;
  }

  #navi {
    top: 88px;
    left: 22px;
  }

  #dream > .lead {
    background: url(../images/bg_dream_pc.jpg) center right no-repeat;
    background-size: auto 100%;
    height: 481px;
    padding-bottom: 0;
  }
  @media screen and (min-width:1297px) {
    #dream > .lead {
      background-size: 100% auto;
    }
  }
  #dream > .lead h2 {
    width: 445px;
    padding: 100px 0 0;
    margin-bottom: 49px;
  }
  #dream > .lead h2 img {
    width: 100%;
  }
  #dream > .lead p {
    padding-left: 0;
  }

  #next .sec {
    background: url(../images/bg_next.jpg) top center no-repeat;
    background-size: cover;
    padding: 150px 0 177px;
    margin: 0 auto;
  }
  #next .inner {
    margin: 0 auto;
  }
  #next .inner:before,
  #next .inner:after {
    height: 88px;
  }
  #next .inner .image01 {
    width: 280px;
    margin: 0 auto 78px;
  }
  .voiceBox {
    padding: 20px 10px;
    border-radius: 6px;
  }
  .cf .voiceBox {
    width: 490px;
    float: right;
  }
  .voiceBox p {
    display: block;
    margin: 0;
  }
  .voiceBox .play {
    width: 136px;
    margin: 20px 0 0 auto;
    cursor: pointer;
  }
  #next .cf > img {
    width: 380px;
    margin: 0;
    float: left;
  }
  #next .voiceText {
    width: 490px;
    float: right;
  }
  #next .voiceText {
    margin: 32px 0 0;
  }
  #next .inner > .voiceBox {
    width: 100%;
    padding: 30px 34px;
    margin: 65px 0 0;
  }
  .voiceBox2 img,
  .voiceBox4 img {
    width: 240px;
  }
  #next .h2_2,
  #next .h2_3 {
    background: url(../images/h2_2_next_pc.png) top center repeat-x;
    background-size: 100% 180px;
    padding-bottom: 0;
    height: 180px;
  }
  #next .h2_2:after {
    background-size: 88px 76px;
    background-position: top right;
    width: 88px;
    height: 76px;
    top: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 850px;
  }
  #next .h2_2 .img01 {
    width: 683px;
    top: 24px;
  }
  #next .h2_2 .img02 {
    width: 384px;
    top: 93px;
  }
  #next .inner .image02 {
    width: 464px;
    margin: 0 auto 69px;
  }
  .sec02 .cf .voiceBox {
    float: left;
  }
  #next .sec02 .cf > img {
    float: right;
  }
  #next .sec02 .voiceText {
    float: left;
  }
  #next .h2_3 .img01 {
    width: 396px;
    top: 24px;
  }
  #next .h2_3 .img02 {
    width: 810px;
    top: 93px;
  }
  #next .h2_3:after {
    background-size: 90px 75px;
    background-position: top left;
    width: 90px;
    height: 75px;
    top: -21px;
    left: -860px;
    right: 0;
    margin: 0 auto;
  }
  #next .inner .image03 {
    width: 376px;
    margin: 0 auto 66px;
  }
  #next .h2_4 {
    background: url(../images/h2_4_next_pc.png) top center repeat-x;
    background-size: 100% 142px;
    padding-bottom: 0;
    height: 142px;
  }
  #next .h2_4 .img01 {
    width: 409px;
    top: 24px;
  }
  #next .h2_4 .img02 {
    width: 670px;
    top: 93px;
  }
  #next .h2_4:after {
    background-size: 86px 77px;
    background-position: top right;
    width: 86px;
    height: 77px;
    top: -44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 636px;
  }
  #next .sec > .inner .cf *:nth-child(1) {
    letter-spacing: 0.1em;
  }
  #next .question {
    background: url(../images/bg_question_pc.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding: 0;
    height: 1179px;
  }
  #next .question p {
    top: 57px;
  }

  #next .question .inner {
    max-width: 1280px;
    position: relative;
  }
  #next .question .text01 {
    top: 239px;
    left: 484px;
    width: 429px;
  }
  #next .question .text02 {
    top: 367px;
    left: 186px;
    width: 164px;
  }
  #next .question .text03 {
    top: 345px;
    left: 220px;
    width: 335px;
  }
  #next .question .text04 {
    top: 394px;
    left: 457px;
    width: 375px;
  }
  #next .question .text05 {
    top: 462px;
    left: 192px;
    width: 302px;
  }
  #next .question .text06 {
    top: 413px;
    left: 505px;
    width: 513px;
  }
  #next .question .text07 {
    top: 558px;
    left: -78px;
    width: 672px;
  }
  #next .question .text08 {
    top: 596px;
    left: 682px;
    width: 498px;
  }
  #next .question .text09 {
    top: 750px;
    left: 204px;
    width: 819px;
  }
  #next .question .lead {
    width: 1074px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #next .answer img.image {
    width: 100%;
  }
  #next .answer img.icon {
    width: 235px;
    top: 211px;
    right: 131px;
  }
  #next .answer .bottom {
    background: url(../images/bg_answer_bottom_pc.png) top center repeat-x;
    background-size: 100% 380px;
    height: 380px;
  }
  #next .answer .inner {
    padding: 56px 0 0;
  }
  #next .answer .inner:before,
  #next .answer .inner:after {
    content: none;
  }
  #next .answer .inner img {
    width: 288px;
    height: auto;
    position: initial;
    margin-left: -55px;
    margin-bottom: 22px;
  }
  #next .answer .inner .lh2 {
    line-height: 1.5;
  }
  #next .inner .image04 {
    width: 403px;
    margin: 0 auto 59px;
  }
  #next .sec04 .voiceBox:after {
    background-size: 88px 76px;
    background-position: top right;
    width: 88px;
    height: 76px;
    top: -41px;
    right: -18px;
  }
  #next .sec04 .voiceBox .lh2 {
    line-height: 1.6;
  }
  #next .sec04 .voiceText .lh2 {
    line-height: 1.4;
  }
  #next .h2_failure {
    text-align: left;
    padding: 57px 0;
  }
  #next .h2_failure img {
    width: 500px;
  }
  #next .failure01 {
    background: url(../images/bg_failure01_pc.jpg) top center no-repeat;
    background-size: 100% auto;
    padding: 0 0 113.75%;
  }
  #next .failure01 img {
    width: 697px;
    transform: scale(0.01);
    top: 35px;
  }
  #next .failure01 img.active {
  }
  #next .failure02 {
    background: url(../images/bg_failure02_pc.jpg) top center no-repeat;
    background-size: 100% auto;
    padding: 0 0 109.06%;
  }
  #next .failure03 {
    background: none;
    width: 733px;
    padding: 0;
    position: absolute;
    top: 69.9%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #next .failure03 .img01 {
    width: 527px;
    top: 0;
    left: 0;
  }
  #next .failure03 .img02 {
    width: 571px;
    top: 118px;
    left: initial;
    right: 0;
  }
  #next .failure03 .img03 {
    width: 769px;
    top: 238px;
    z-index: 1;
  }
  @media screen and (min-width:1018px) {
    #next .failure03 {
      width: 72.4vw;
    }
    #next .failure03 .img01 {
      width: 52.73vw;
    }
    #next .failure03 .img02 {
      width: 56.95vw;
      top: 11.5vw;
    }
    #next .failure03 .img03 {
      top: 25vw;
    }
  }
  #next .trick {
    background: url(../images/bg_trick_pc.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 73.2vw;
  }
  #next .trick .img01 {
    width: 350px;
    top: 85px;
    left: 0;
  }
  #next .trick .img02 {
    width: 368px;
    top: 197px;
    left: 0;
  }
  #next .trick .img03 {
    width: 470px;
    top: 401px;
    left: 0;
  }
  @media screen and (min-width:1018px) {
    #next .trick .img01 {
      top: 8.55vw;
    }
    #next .trick .img02 {
      top: 19.75vw;
    }
    #next .trick .img03 {
      top: 40.1vw;
    }
  }
  .counseling {
    border-top: 11px solid #FDC0D1;
    border-bottom: 11px solid #FDC0D1;
    padding: 86px 0;
  }
  #dream .counseling .image {
    width: 500px;
    margin-bottom: 59px;
  }
  .counseling .button a {
    width: 488px;
    height: calc(187px / 2);
    background: url(../images/btn_pc.png) top center no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    transition: .3s;
  }
  .counseling .button a:hover {
    background: url(../images/btn_hover_pc.png) top center no-repeat;
    background-size: 100% auto;
  }
  #dream .go {
    background: url(../images/bg_go_pc.jpg), url(../images/bg_bg_go_pc.jpg);
    background-position: top right, top left;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 454px;
    padding: 90px 0 82px;
  }
  #dream .go:after {
    height: 88px;
  }
  #dream .go .image {
    width: 282px;
    margin-bottom: 0;
    float: left;
  }
  #dream .go .text {
    width: 512px;
    margin: 75px 0 0 64px;
  }

  #about .contents1 {
    padding: 118px 0 76px;
  }
  #about .contents1 .midashi img {
    width: 90px;
    margin-bottom: 31px;
  }
  #about .contents1 h2 img {
    width: 419px;
    margin-bottom: 40px;
  }
  #about .contents1 .lead {
    margin-bottom: 46px;
  }
  #about .contents1 .lead > img {
    width: 436px;
    margin-left: -15px;
    margin-bottom: 0;
    float: left;
  }
  #about .contents1 .lead div {
    width: 519px;
    margin-top: 13px;
    float: right;
  }
  #about .contents1 .lead .inCount {
    margin: 28px 0 40px;
  }
  #about .contents1 .lead .inCount img {
    width: 82px;
    margin: 0 6px;
  }
  #about .contents1 .lead .shorei img {
    width: 339px;
    margin: 0 6px;
  }
  #about .contents1 .lead .caption {
    margin: 10px 20px 0 0;
  }
  #about .contents1 .box {
    width: 292px;
    margin: 0 32px 0 0;
    float: left;
  }
  #about .contents1 .box .ttl_aco {
    padding: 23px 0 40px;
    cursor: pointer;
  }
  #about .contents1 .box:last-child {
    margin-right: 0;
  }
  #about .contents1 .box .icon {
    width: 33px;
    height: 33px;
    bottom: -15px;
    cursor: pointer;
  }
  #about .contents1 .box .ttl_aco.active:after {
    width: 262px;
  }
  #about .contents1 .body_aco {
    padding: 40px 15px 15px;
  }
  #about .contents2 {
    background: url(../images/shadow_contents2.png) top center repeat-x, #fff;
    background-size: auto 223px;
    padding: 70px 0 82px;
    border-bottom: 53px solid #1A3873;
  }
  #about .contents2 h2 {
    width: 518px;
    margin-bottom: 68px;
  }
  #about .contents2 h2 img {
    width: 100%;
  }
  #about .contents2 .cf img {
    width: 425px;
    margin-bottom: 0;
    float: left;
  }
  #about .contents2 .cf img:last-child {
    float: right;
  }
  #about .contents2 h3 {
    margin: 34px 0 26px;
  }
  #about .contents2 .box {
    padding: 34px 40px;
  }
  #about .contents2 .cf ul {
    width: 50%;
    float: left;
  }#about .contents2 .box li {
    line-height: 2;
  }
  #about .contents2 .box li:before {
    width: 25px;
    height: 25px;
    margin-top: -4px;
    margin-right: 8px;
  }
  #about .contents3 {
    background: url(../images/bg_contents3_pc.jpg), url(../images/bg_bg_go_pc.jpg);
    background-position: bottom right, top left;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 454px;
    padding: 85px 0 88px;
  }
  #about .contents3:after {
    height: 89px;
  }
  #about .contents3 .image {
    width: 281px;
    margin-right: 68px;
    margin-bottom: 0;
  }
  #about .contents3 .text {
    width: 450px;
    vertical-align: top;
    margin-top: 76px;
  }

  #price {
    padding: 120px 0 0;
  }
  #price .midashi img {
    width: 74px;
    margin-bottom: 30px;
  }
  #price h2 img {
    width: 527px;
    margin-bottom: 65px;
  }
  #price .plan {
    width: 100%;
  }
  #price .plan li {
    margin-right: 51px;
    margin-bottom: 0;
    float: left;
  }
  #price .plan li:last-child {
    margin-right: 0;
  }
  #price .plan li img {
    width: 279px;
  }
  #price .plan li img:hover {
    opacity: 0.8;
  }
  #price .plan li p {
    margin: 8px 0 0;
  }
  #price .plan2 {
    width: 453px;
    margin: 0 auto;
  }
  #price .plan2 img {
    width: 93px;
  }
  #price .plan2 .btn {
    text-align: center;
    width: 342px;
    padding: 18px;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
  }
  #price .plan2 .btn:after {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  #price .plan2_aco {
    width: 100%;
    margin-top: 42px;
  }
  #waribiki ul.tabs {
    width: 100%;
    margin-top: 40px;
  }
  #waribiki ul.tabs li {
    font-size: 20px;
    padding: 7px;
  }
  #waribiki ul.tabs li:hover {
    cursor: pointer;
  }
  #waribiki .body,
  #waribiki .body .sec01Txt1 {
    font-size: 16px;
  }
  #waribiki .body {
    padding: 50px 67px 20px;
  }
  #waribiki .body .sec01Txt1 {
    margin-top: 20px;
  }
  #waribiki .body h2 {
    font-size: 22px;
    border-top: 2px solid #F894B0;
    padding: 20px 0 0;
    margin: 80px 0 22px;
  }
  #waribiki .body h2 span {
    font-size: 19px;
    width: 342px;
    margin: -45px auto 0;
    display: block;
  }
  #waribiki .body3 .off-img {
    text-align: center;
    margin: 20px 0 0;
  }
  #waribiki .body .link a {
    padding-right: 8px;
  }
  #waribiki .body .link:after {
    width: 5px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  #waribiki .pair-rate li span:last-child {
    width: 185px;
  }

  #price .simulation {
    margin: 52px auto 0;
  }
  #price .simulation .midashi img {
    width: 93px;
    margin-left: 10px;
  }
  #price .simulation .titleImage {
    width: 539px;
    margin: 27px auto 0;
    cursor: pointer;
  }
  #price .simulation .titleImage img {
    width: 539px;
    margin: 0;
  }
  #price .simulation .titleImage .icon {
    width: 34px;
    height: 34px;
    margin: 0;
    bottom: 10px;
    right: 120px;
  }
  #price .simulation .button {
    margin: 0 0 83px;
  }
  #price .simulation .button a {
    width: 342px;
    padding: 14px;
    margin-top: 75px;
  }
  #price .simulation .button a img {
    width: 33px;
    margin-left: 12px;
  }
  #price .counseling {
    padding: 76px 0 58px;
  }
  #price .counseling .image {
    width: 700px;
    padding: 0;
    margin-bottom: 59px;
  }
  #waribikiBox .checkmark {
    top: 14px;
  }
  .sale-text {
    line-height: 1;
    letter-spacing: 0;
  }
  .sale-text + p {
    letter-spacing: 0;
  }

  #price .simulation #simulation {
    width: 940px;
    margin: 33px auto 0;
  }
  .step-col {
    width: 417px;
  }
  .col-custom-pd {
    padding-top: 28px;
  }
  .choose-item-block {
    padding: 0 28px 2px;
  }
  .step-bg {
    border: 4px solid #F894B0;
    border-radius: 5px;
  }
  .step-bg-inner {
    padding: 42px 34px 44px;
  }
  .step-blue-button {
    padding: 13px 0;
    border: 2px solid #F894B0;
  }
  .step-blue-button:hover {
    color: #4A4A4A;
    background: #fff;
    cursor: pointer;
  }
  .step-radio-title {
    margin-bottom: 11px;
  }
  .mark {
    line-height: 1;
  }
  .submit-bottom {
    margin-top: 60px;
    cursor: pointer;
    border: 2px solid #707070;
  }
  .submit-bottom:hover {
    color: #707070;
    background: #fff;
  }
  .ttl_aco:hover {
    cursor: pointer;
  }
  .radio-item-inner:hover {
    opacity: 0.8;
  }
  .input-box {
    padding-bottom: 14px;
  }
  .step-select {
    padding: 14px 28px;
  }
  #month.input-box p {
    padding-top: 14px;
  }
  #step3 .radio-item-inner:hover .disabled {
    opacity: 0.6;
    cursor: default;
  }
  #sum p {
    padding-top: 0;
  }

  #faq {
    padding: 130px 0 0;
  }
  #faq .midashi img {
    width: 52px;
    margin-bottom: 22px;
  }
  #faq h2 img {
    width: 342px;
    margin-bottom: 115px;
  }
  #faq ul {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
  }
  #faq li {
    padding-left: 0;
  }
  #faq .iconQ,
  #faq .iconA {
    margin-right: 11px;
  }
  #faq .iconQ {
    width: 68px;
  }
  #faq .q01 .textQ {
    width: 612px;
  }
  #faq .q02 .textQ {
    width: 618px;
  }
  #faq .q03 .textQ {
    width: 641px;
  }
  #faq .q04 .textQ {
    width: 790px;
  }
  #faq .q05 .textQ {
    width: 389px;
  }
  #faq .iconA {
    width: 65px;
  }
  #faq .iconQ + *,
  #faq .iconA + * {
    width: 860px;
  }
  #faq .iconQ + * {
    margin-top: 10px;
  }
  #faq .iconA + * {
    margin-top: 6px;
  }
  #faq .a {
    margin: 25px 0 28px;
  }
  #faq .a div p {
    width: 100%;
  }
  #faq .qText {
    padding-left: 76px;
    padding-right: 0;
    margin-bottom: 38px;
  }
  #faq ul.q03 .qText span {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -6px;
  }
  #faq p {
    letter-spacing: 0;
  }
  #faq ul:after {
    height: 40px;
  }
  #faq .q05 {
    padding-bottom: 148px;
    border-bottom: none;
  }
  #faq .go {
    background: url(../images/bg_faq_go_pc.jpg), url(../images/bg_bg_go_pc.jpg);
    background-position: top right, top left;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 454px;
    border-top: 53px solid #1A3873;
    padding: 84px 0 89px;
  }
  #faq .go:after {
    height: 88px;
  }
  #faq .go .image {
    width: 281px;
    margin-right: 68px;
    margin-bottom: 0;
  }
  #faq .go .text {
    width: 539px;
    margin-top: 76px;
  }

  #access {
    background: url(../images/bg_access_pc.jpg), #1A3873;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 128px 0 0;
  }
  #access .inner {
    width: 1025px;
    max-width: 1025px;
    padding: 0 0 105px;
    margin: 0 auto;
  }
  #access .midashi img {
    width: 96px;
    margin-bottom: 30px;
  }
  #access h2 img {
    width: 403px;
    margin-bottom: 55px;
  }
  #access .japan {
    width: 636px;
    margin-bottom: 56px;
  }
  #access h3 {
    margin-top: 68px;
    margin-bottom: 32px;
  }
  #access .box {
    width: 335px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
  #access .box.second .body_aco {
    margin-left: -345px;
  }
  #access .box.last {
    margin-right: 0;
  }
  #access .box.last .body_aco {
    margin-left: -690px;
  }
  #access .box.clear {
    clear: both;
  }
  #access .ttl_aco {
    border-radius: 3px;
    padding: 12px;
    cursor: pointer;
    margin-top: 0;
  }
  #access .ttl_aco.partners {
    padding: 3px;
  }
  #access .ttl_aco:after {
    width: 33px;
    height: 33px;
    right: 13px;
  }
  #access .body_aco {
    width: 1025px;
    margin-top: 17px;
  }
  #access .innerBox {
    border-radius: 3px;
    padding: 30px;
  }
  #access .leftBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 395px;
    float: left;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #access .youtube {
    width: 304px;
    padding-top: 187px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #access .leftBox .ls {
    margin-bottom: 42px;
  }
  #access .white_box h4 {
    margin-top: 1em;
  }
  #access .white_box h4:first-child {
    margin-top: 0;
  }
  #access .rightBox {
    width: 540px;
    float: right;
  }
  #access .white_box img {
    width: 100%;
    margin-top: 0;
  }
  #access .white_box img.photo {
    margin-bottom: 29px;
  }
  #access .counseling {
    padding: 52px 0 40px;
  }
  #access .counseling .lead {
    width: 715px;
    margin-bottom: 23px;
  }
  #access .counseling .lead2 {
    width: 715px;
    margin-bottom: 23px;
  }

  .instagram {
    padding: 56px 0 0;
  }
  .instagram h2 {
    margin-bottom: 25px;
  }
  .instagram .lead {
    margin-bottom: 21px;
  }
  .instagram ul {
    width: 572px;
    margin: 0 auto 25px;
  }
  .instagram ul img {
    width: 135px;
  }
  .instagram .sub {
    margin-bottom: 35px;
  }
  .instagram .btn a {
    width: 306px;
    padding: 14px 0;
  }

  #cta {
    right: -29px;
  }
  #cta img {
    width: 120px;
  }

  #footer_copy .inner {
    max-width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
  }
  #footer_copy .logo {
    width: auto;
    float: left;
    margin: 0;
  }
  #footer_copy .logo img {
    width: 200px;
    height: 40px;
  }
  #footer_copy .f_copy_right {
    font-size: 15px;
    font-weight: bold;
    line-height: initial;
    text-align: left;
    margin-top: 0;
    float: right;
  }
  #footer_copy .f_copy_right a:hover {
    text-decoration: underline;
  }

  .sp,
  .sp_b {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .pc_b {
    display: block;
  }
}

@media screen and (min-width:1296px) {
}


@keyframes mvBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
  }
}
@keyframes myBlur {
  from {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
  }
  100% {
    transform: none;
    transform-origin: center;
  }
}
@-webkit-keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,5vw,0);transform:translate3d(0,5vw,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,5vw,0);transform:translate3d(0,5vw,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@-webkit-keyframes x {0%{opacity:0;-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes x{0%{opacity:0;-webkit-transform:translate3d(-5vw,0,0);transform:translate3d(-5vw,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@-webkit-keyframes z{0%{opacity:0;-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes z{0%{opacity:0;-webkit-transform:translate3d(5vw,0,0);transform:translate3d(5vw,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}

[data-animate="fadeInUp"],
[data-animate="fadeInLeft"],
[data-animate="fadeInRight"] {
  opacity: 0;
}