@charset "UTF-8";
body {
  font-weight: 500;
}

._center {
  text-align: center;
}

img {
  vertical-align: bottom;
}

.note-list {
  margin-top: 10px;
  padding: 0 24px;
}
.note-list li {
  display: flex;
  font-size: 8px;
  font-size: 2.1333333333vw;
  color: #fff;
}
.note-list li:before {
  content: "※";
}

.footer a {
  color: #fff;
}
.footer a:link {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer__sub__cp {
  color: #fff;
}

.loading {
  z-index: 99999;
}

.pagetop {
  text-align: center;
}

@media screen and (min-width: 768px) {
  ._pc {
    display: block !important;
    line-height: 1;
    font-size: 0%;
  }
  ._sp {
    display: none !important;
  }
  .main {
    overflow: inherit;
    min-width: 1280px;
  }
  header, .kv, .cta, .cta2, footer {
    min-width: 1280px;
  }
  .sec > .inner {
    min-width: 1280px;
    width: 1280px;
    margin: 0 auto;
  }
  a:hover, a:hover img {
    opacity: 0.9;
  }
  .note-list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}
.modal-content .modal,
.mfp-content .modal,
.modaal-wrapper .modal {
  background: #092149 url(../images/sp/modal_bg.png) no-repeat top left;
  background-size: contain;
  border-radius: 5px;
  /*&-container {
      border: 1px solid #f2ff5d;
      padding-bottom: 40px;
      border-radius: 5px;

      background: url(../images/sp/modal_bg_body.png) no-repeat bottom right;
      background-size: contain;
  }*/
}
.modal-content .modal-container,
.mfp-content .modal-container,
.modaal-wrapper .modal-container {
  padding: 0;
  background: url(../images/sp/modal_bg_body.png) no-repeat bottom right;
  background-size: contain;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-content .modal__inner,
.mfp-content .modal__inner,
.modaal-wrapper .modal__inner {
  border: 1px solid #f2ff5d;
  padding: 38px 40px 66px;
  border-radius: 5px;
  /*background: url(../images/sp/modal_bg_body.png) no-repeat bottom right;
  background-size: contain;*/
}
.modal-content ._head,
.mfp-content ._head,
.modaal-wrapper ._head {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.modal-content ._head .name,
.mfp-content ._head .name,
.modaal-wrapper ._head .name {
  width: 32%;
}
.modal-content ._head .name_en,
.mfp-content ._head .name_en,
.modaal-wrapper ._head .name_en {
  width: 38%;
  margin-right: 25px;
}
.modal-content ._body,
.mfp-content ._body,
.modaal-wrapper ._body {
  margin-top: 20px;
}
.modal-content p,
.mfp-content p,
.modaal-wrapper p {
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  letter-spacing: -0.05em;
}
.modal-content .mfp-close,
.mfp-content .mfp-close,
.modaal-wrapper .mfp-close {
  background: url(../images/close_btn.png) top right no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.modal-content .modaal-close,
.mfp-content .modaal-close,
.modaal-wrapper .modaal-close {
  background: url(../images/close_btn.png) top right no-repeat;
  background-size: contain;
  bottom: 40px;
  top: inherit;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 25px;
  height: 25px;
}

#modal2 ._head .name {
  width: 33.1%;
}
#modal2 ._head .name_en {
  width: 44%;
  margin-right: 10px;
}

.mfp-bg {
  opacity: 0;
}

.modal-content .modal,
.mfp-content .modal {
  display: block;
  position: relative;
}
.modal-content .mfp-close,
.mfp-content .mfp-close {
  position: absolute;
  bottom: 28px;
  top: inherit;
  left: calc(50% - 12.5px);
  opacity: 1;
  font-size: 0;
  line-height: 0;
}

.mfp-wrap {
  z-index: 9999999;
}

.modal-content {
  display: none; /* 初期状態 */
  width: 100%; /* モーダルは画面いっぱいに */
  height: 100vh; /* モーダルは画面いっぱいに */
  z-index: 9999999;
}

.overlay {
  width: 100%; /* 黒背景も画面いっぱいに */
  height: 100vh; /* 黒背景も画面いっぱいに */
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  left: 0;
}

.modal-content {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .modal-content p,
  .mfp-content p,
  .modaal-wrapper p {
    font-size: 1.6rem;
  }
  /*.modaal {
      max-width: 570px;
  }*/
  .modal-content #modal,
  .mfp-content #modal {
    margin-left: 48%;
  }
  .modal-content #modal2,
  .mfp-content #modal2 {
    margin-left: 8%;
  }
  .modal-content .modal,
  .mfp-content .modal {
    max-width: 570px;
  }
  .modal-content .mfp-close,
  .mfp-content .mfp-close {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .modal__inner,
  .mfp-content .modal__inner,
  .modaal-wrapper .modal__inner {
    padding: 25px 20px 60px;
  }
  .modal-content .modalSet,
  .mfp-content .modalSet,
  .modaal-wrapper .modalSet {
    padding-top: 0;
  }
}
.header {
  position: absolute;
}
.header img {
  max-width: 100%;
  height: auto;
}
.header__logo {
  position: fixed;
}
.header__logo__inner {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 216px 216px 0 0;
  border-color: #fff transparent transparent transparent;
}
.header__logo img {
  width: 95px;
  height: auto;
  position: absolute;
  top: 25px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .header__logo__inner {
    border-width: 100px 100px 0 0;
  }
  .header__logo img {
    width: 45px;
    top: 15px;
    left: 10px;
  }
  img, object, embed {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    background: #113e87;
    min-width: 1280px;
    height: 720px;
    z-index: 1;
    overflow: hidden;
  }
  .kv .img-box {
    text-align: center;
    overflow: hidden;
    width: 1800px;
    min-width: 1280px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .kv-header {
    /*position: absolute;
    top: 10px;
    right: 18px;
    display: flex;
    align-items: center;*/
    position: relative;
    top: 10px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 10;
  }
  .kv ._pc .img-box {
    margin-top: -67px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background: url(../images/sp/h_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .kv-header {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .cta-inner,
  .cta2-inner {
    /*
    position: fixed;
    bottom: 0;
    z-index: 999;
    */
    background: url(../images/pc/present_bg.png) no-repeat center center;
    background-size: cover;
    border-bottom: 7px solid #f2ff5d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-inner p,
  .cta2-inner p {
    margin: 0;
    padding: 0 12px;
  }
  .cta-inner .btn-box,
  .cta2-inner .btn-box {
    padding: 0 24px;
  }
  a.btn {
    display: block;
    border: 2px solid #f2ff5d;
    border-radius: 40px;
    width: 390px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #f2ff5d;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    background: linear-gradient(0deg, rgb(7, 25, 55) 0%, rgb(19, 70, 152) 100%);
  }
  a.btn._link {
    color: #f2ff5d;
    letter-spacing: -0.08em;
    padding-left: 15px;
  }
  a.btn._link span {
    width: 100%;
    display: inline-block;
    background: url(../images/sp/ic_link.png) no-repeat 10% center;
    background-size: 24px 16px;
  }
  a.btn._anchor span {
    width: 100%;
    display: inline-block;
    background: url(../images/sp/ic_anchor.png) no-repeat 10% center;
    background-size: 17px 25px;
  }
}
@media screen and (max-width: 767px) {
  .cta,
  .cta2 {
    /*
    position: fixed;
    bottom: 0;
    z-index: 999;
    */
  }
  .cta-inner,
  .cta2-inner {
    background: url(../images/sp/present_bg.png) no-repeat 0 0;
    background-size: cover;
    border-bottom: 3px solid #f2ff5d;
    padding-bottom: 8px;
  }
  .cta-inner p,
  .cta2-inner p {
    margin: 0;
    padding: 0 12px;
  }
  .cta-inner .btn-box,
  .cta2-inner .btn-box {
    padding: 0 24px;
  }
  .cta-inner ._sp,
  .cta2-inner ._sp {
    text-align: center;
    overflow: hidden;
    width: 100%;
    min-width: 351px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 17.5vw;
  }
  .cta-inner ._sp img,
  .cta2-inner ._sp img {
    position: relative;
    top: -8vw;
    left: -2vw;
  }
  a.btn {
    display: block;
    border: 1px solid #f2ff5d;
    border-radius: 21px;
    padding: 3px;
    background: rgb(7, 25, 55);
    background: linear-gradient(0deg, rgb(7, 25, 55) 0%, rgb(19, 70, 152) 100%);
    text-align: center;
    text-decoration: none;
    color: #f2ff5d;
    font-size: 2.1rem;
    font-weight: bold;
    font-style: italic;
    background: url(../images/sp/ic_anchor.png) no-repeat 10% center, linear-gradient(0deg, rgb(7, 25, 55) 0%, rgb(19, 70, 152) 100%);
    background-size: 11px auto;
  }
  a.btn._link {
    background: url(../images/sp/ic_link.png) no-repeat 10% center, linear-gradient(0deg, rgb(7, 25, 55) 0%, rgb(19, 70, 152) 100%);
    background-size: 10px auto;
    color: #f2ff5d;
    font-size: 17px;
    font-size: 4.5333333333vw;
    letter-spacing: -0.08em;
    padding-left: 15px;
  }
}
.cta-box {
  position: relative;
}

.cta-position {
  position: absolute;
  top: 0;
  width: 100%;
}

.fixed {
  display: block;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
}

.hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .main {
    background: #113e87 url(../images/pc/main_bg.png) no-repeat center top;
    background-size: 1800px 1650px;
  }
}
@media screen and (min-width: 768px) {
  #voice .inner {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 145px;
  }
  #voice .inner > div {
    width: 560px;
  }
  #voice .voice-box .profile {
    width: 524px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 14px;
    padding: 0 5em 0 2em;
    position: relative;
  }
  #voice .voice-box .profile .name_en {
    position: absolute;
    bottom: -0.5em;
    right: 2em;
    width: 210px;
  }
  #voice .voice-box .profile .btn_career {
    margin-bottom: 2.75em;
  }
  #voice .voice-box p {
    width: 480px;
    font-size: 1.8rem;
    line-height: 1.77;
    letter-spacing: -0.05em;
    color: #fff;
    margin-top: 12px;
    margin-left: 28px;
  }
  #voice .voice-box h2 {
    padding-left: 140px;
    line-height: 1;
  }
  #voice .voice-box .img-box {
    margin-top: 24px;
    margin-left: 40px;
  }
  #voice .voice-box#morigami .profile .name_en {
    right: 2em;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #voice {
    background: url(../images/sp/voice_bg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 10vh;
  }
  .voice-box {
    padding-top: 40px;
  }
  .voice-box picture {
    margin-top: 20px;
  }
  .voice-box .profile {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 14px;
    padding: 0 24px;
  }
  .voice-box .profile .name {
    width: 41.5%;
  }
  .voice-box .profile .btn_career {
    width: 41.5%;
    margin-right: 1.5em;
  }
  .voice-box p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    letter-spacing: -0.07em;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 24px;
    color: #fff;
  }
  .voice-box h2 {
    padding: 0 34px 0 24px;
    line-height: 1;
  }
  .voice-box .img-box {
    margin-top: 2vh;
  }
  .voice-box#morigami h2 {
    padding: 0 48px 0 24px;
  }
  .voice-box#morigami .profile .name {
    width: 42.2%;
  }
}
@media screen and (min-width: 768px) {
  #why .inner {
    padding-top: 75px;
    padding-left: 90px;
    padding-bottom: 145px;
  }
  #why h2 img {
    max-width: 867px;
    height: auto;
  }
  #why p {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: -0.08em;
    color: #113e87;
    margin-top: 14px;
  }
  #why .why-inner {
    margin-top: 30px;
  }
  #why .why-inner .copy01 {
    margin-top: 35px;
  }
  #why .why-inner .copy01 img {
    max-width: 451px;
    height: auto;
  }
  #why .why-inner .copy02 {
    margin-top: -90px;
    margin-left: -40px;
  }
  #why .why-inner .copy02 img {
    max-width: 730px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #why {
    background: url(../images/sp/why_bg.png) no-repeat 0 0;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 10vh;
  }
  #why h2 {
    padding: 0 12px 0 24px;
    line-height: 1;
  }
  #why h2 + p {
    margin-top: 18px;
  }
  #why p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    letter-spacing: -0.08em;
    color: #113e87;
    padding: 0 24px;
  }
  #why .why-inner {
    margin-top: 30px;
  }
  #why .why-inner .copy01 {
    padding: 0 80px 0 24px;
  }
  #why .why-inner .copy02 {
    padding: 0 34px 0 17px;
    margin-top: -8%;
  }
}
@media screen and (min-width: 768px) {
  #up {
    background: url(../images/pc/up_bg.png) no-repeat top center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 114px;
  }
  #up h2 {
    margin: 0 auto;
    max-width: 870px;
  }
  #up .copy01 {
    width: 634px;
    margin: 75px auto 0;
  }
  #up .movie {
    width: 700px;
    margin: 20px auto 0;
  }
  #up .up-box {
    margin-top: 30px;
    position: relative;
    padding-bottom: 610px;
  }
  #up #sakae {
    width: 590px;
    margin-left: 60px;
  }
  #up #yoshida {
    width: 620px;
    position: absolute;
    top: 285px;
    right: 0;
  }
  #up #kawano {
    width: 725px;
    position: absolute;
    top: 675px;
    left: -30px;
  }
  #up .why-box {
    position: relative;
    background: url(../images/pc/up_why_bg.png) no-repeat 0 0;
    background-size: 100%;
    margin: 20px auto 0;
    color: #fff;
    padding: 50px 43px 11px 56px;
    width: 1100px;
  }
  #up .why-box ._body {
    position: relative;
    z-index: 10;
  }
  #up .why-box .img-box {
    width: 375px;
    position: absolute;
    top: 50px;
    right: 0;
  }
  #up .why-box .copy01 {
    margin-top: 0;
    width: 682px;
  }
  #up .why-box .copy01 + p {
    margin-top: 50px;
  }
  #up .why-box .copy02 {
    margin-top: 66px;
    margin-bottom: 10px;
    width: 530px;
  }
  #up .why-box .copy02 + p {
    margin: 0;
  }
  #up .why-box .copy03 {
    margin-top: 26px;
    width: 670px;
  }
  #up .why-box .c-txt {
    width: 570px;
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.71;
    font-weight: bold;
    letter-spacing: -0.06em;
  }
  #up .why-box ._bottom {
    position: absolute;
    right: -90px;
    bottom: 0;
    z-index: 1;
    line-height: 1;
    padding-left: 470px;
  }
}
@media screen and (max-width: 767px) {
  #up {
    background: url(../images/sp/up_bg.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 50px;
  }
  #up h2 {
    padding: 60px 24px 0;
    line-height: 1;
  }
  #up .copy01 {
    padding: 20px 80px 0;
    line-height: 1;
    text-align: center;
  }
  #up .movie {
    padding: 8px 12px 0;
  }
  #up #sakae {
    margin: 20px 24px 0 12px;
  }
  #up #yoshida {
    margin: -50px 12px 0;
  }
  #up #kawano {
    margin: -40px 15px 0 0;
  }
  #up .why-box {
    position: relative;
    background: url(../images/sp/up_why_bg.png) no-repeat bottom center;
    background-size: cover;
    margin: 45px 12px 0;
    color: #fff;
    padding: 27px 24px 6px;
    border-radius: 4px;
  }
  #up .why-box ._body {
    position: relative;
    z-index: 10;
  }
  #up .why-box .img-box {
    margin-top: -5px;
  }
  #up .why-box .copy01 {
    padding: 0 11px;
  }
  #up .why-box .copy02 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 60px;
  }
  #up .why-box .copy02 + p {
    margin: 0;
  }
  #up .why-box .copy03 {
    margin-top: 29px;
  }
  #up .why-box .c-txt {
    margin-top: 16px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    letter-spacing: -0.06em;
  }
  #up .why-box ._bottom {
    position: absolute;
    right: -4vw;
    bottom: 0;
    z-index: 1;
    line-height: 1;
  }
  #up .why-box ._bottom img {
    width: 83vw;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #all {
    width: 100%;
    background: #fff;
    padding: 80px 0 90px;
  }
  #all h2 {
    text-align: center;
  }
  #all .c-txt {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    color: #113e87;
    text-align: center;
  }
  #all .grid {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 40px auto 0;
  }
  #all .grid .movie {
    width: 538px;
  }
  #all .grid .iframe_wrap {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #all {
    padding-bottom: 45px;
  }
  #all h2 {
    padding: 50px 24px 0;
    line-height: 1;
    text-align: center;
  }
  #all p {
    margin-top: 18px;
    padding: 0 24px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    color: #113e87;
    letter-spacing: -0.05em;
  }
  #all .movie {
    padding: 25px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  #difference {
    background: #113e87 url(../images/pc/difference_bg.png?v1) no-repeat top center;
    background-size: 1800px 924px;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #difference h2 {
    text-align: center;
  }
  #difference h2 + .c-txt {
    margin-top: 40px;
  }
  #difference .c-txt {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #difference .body {
    margin-top: 74px;
    text-align: center;
  }
  #difference .body .c-txt {
    margin-top: 20px;
  }
  #difference .body .copy02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #difference {
    background: url(../images/sp/difference_bg.png?v1) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    padding-bottom: 40px;
  }
  #difference h2 {
    padding: 50px 24px 127px;
    line-height: 1;
  }
  #difference p {
    padding: 0 24px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.05em;
  }
  #difference .copy01 {
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 0 24px;
  }
  #difference .copy02 {
    margin-top: 10px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .step {
    background: #113e87 url(../images/pc/step_bg.png) no-repeat center bottom;
    background-size: 1800px 1160px;
    color: #fff;
    padding-bottom: 130px;
  }
  .step-box {
    background: #fff url(../images/pc/step-box_bg.png) no-repeat center top;
    background-size: 1100px 228px;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    border-radius: 15px;
    color: #113e87;
  }
  .step-box h3 {
    padding: 0 40px;
    text-align: center;
  }
  .step-box h3 + p {
    margin-top: 20px;
  }
  .step-box p {
    margin-top: 5px;
    padding: 0 24px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    color: #113e87;
    letter-spacing: -0.05em;
  }
  .step-list {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  .step-list li {
    text-align: center;
    width: 100%;
    display: flex;
  }
  .step-list li:after {
    content: "";
    display: block;
    background-color: #daf0ff;
    clip-path: polygon(0 0, 86.6% 50%, 0 100%);
    width: 40px;
    height: 100%;
  }
  .step-list li .step-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
  .step-list li .step-inner p {
    padding: 0;
    margin-left: -20px;
  }
  .step-list li .step-inner .img-box._pc {
    height: 207.727px;
  }
  .step1 {
    background: #c0e5ff;
  }
  .step1 .step-inner {
    width: 255px;
    background: #daf0ff;
  }
  .step1 .step-inner p {
    margin-left: 0 !important;
  }
  .step1 .img-box img {
    margin-top: 5px;
    margin-left: 30px;
  }
  .step2 {
    background: #daf0ff;
  }
  .step2 .step-inner {
    width: 225px;
    background: #c0e5ff;
  }
  .step2:after {
    background: #c0e5ff !important;
  }
  .step2 .img-box img {
    margin-top: 30px;
  }
  .step3 {
    background: #c0e5ff;
  }
  .step3 .step-inner {
    width: 245px;
    background: #daf0ff;
  }
  .step3 .img-box img {
    margin-top: 10px;
  }
  .step4 {
    background: #c0e5ff;
    padding-bottom: 12px;
    justify-content: center;
  }
  .step4:after {
    display: none !important;
  }
  .step4 .img-box img {
    margin-top: 5px;
  }
  .step .movie {
    margin-top: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .step {
    background: #113e87 url(../images/sp/step_bg.png) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
  }
  .step-box {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 35px;
    background: #fff;
    border-radius: 10px;
    color: #113e87;
  }
  .step-box h3 {
    padding: 0 40px;
    text-align: center;
  }
  .step-box p {
    margin-top: 15px;
    padding: 0 24px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  .step-list {
    margin-top: 25px;
  }
  .step-list li:after {
    content: "";
    display: block;
    background-color: #daf0ff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 20px;
  }
  .step-list li .step-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
  }
  .step-list li p {
    padding: 0;
  }
  .step-list li .img-box {
    width: 41.5%;
    margin-right: 20px;
  }
  .step-list li dl {
    width: 58%;
  }
  .step-list li dl dt img {
    width: 75%;
  }
  .step-list li dl dd p {
    font-size: 19px;
    font-size: 5.0666666667vw;
    font-weight: bold;
    line-height: 1.26;
  }
  .step1 {
    background: #c0e5ff;
  }
  .step1 .step-inner {
    background: #daf0ff;
    padding-top: 5px !important;
  }
  .step2 {
    background: #daf0ff;
  }
  .step2 .step-inner {
    background: #c0e5ff;
  }
  .step2:after {
    background: #c0e5ff !important;
  }
  .step3 {
    background: #ffffff;
  }
  .step3 .step-inner {
    background: #daf0ff;
  }
  .step4 {
    background: #ffffff;
    padding-bottom: 12px;
  }
  .step4:after {
    display: none !important;
  }
  .step .movie {
    padding: 45px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  #grip {
    padding-top: 210px;
    padding-bottom: 50px;
    background: #011f3e url(../images/pc/grip_bg.png) no-repeat center top;
    background-size: 1800px 1200px;
  }
  #grip h2 {
    text-align: center;
  }
  #grip .c-txt {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.6;
    color: #fff;
  }
  #grip h3 {
    margin-top: 70px;
    text-align: center;
  }
  #grip .grid {
    width: 1100px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #grip .grid .col {
    width: 515px;
  }
  #grip .grid.data01 .col {
    width: 541px;
  }
  #grip .grid.data01 .col + .col {
    margin-right: -30px;
  }
  #grip .grid.data01 .l-txt {
    padding-right: 30px;
  }
  #grip .note-list {
    width: 1100px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #grip {
    background: #011f3e url(../images/sp/grip_bg.png) no-repeat 0 0;
    background-size: contain;
    padding-bottom: 12px;
  }
  #grip h2 {
    padding: 100px 35px 5px;
    line-height: 1;
    text-align: center;
  }
  #grip p {
    color: #fff;
  }
  #grip .l-img {
    margin: 25px 20px 0;
  }
  #grip .l-txt {
    margin: 14px 24px 0;
  }
  #grip .l-txt p {
    padding: 0 4px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    letter-spacing: -0.01em;
  }
  #grip .data01 .l-img {
    margin: 25px 0 0 20px;
  }
  #grip h3 {
    padding: 35px 12px 0;
    line-height: 1;
  }
  #grip .note-list {
    margin-top: 20px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 768px) {
  #nayami {
    background: #fff;
    padding-top: 100px;
  }
  #nayami .inner {
    width: 100%;
  }
  #nayami h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  .nayami-box {
    /*._bg {
        background: #011f3e url(../images/pc/nayami01_bg.png) no-repeat top center;
        background-size: 1800px 478px;

        text-align: center;
        margin-top: -148px;
        padding: 143px;
        height: 478px;
    }*/
  }
  .nayami-box .grid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
  }
  .nayami-box .grid .c-img {
    position: relative;
  }
  .nayami-box .grid .c-txt {
    width: 545px;
    margin-top: 70px;
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    color: #113e87;
    letter-spacing: -0.06em;
  }
  .nayami-box .grid ._line span {
    padding: 0 20px;
    background: url(../images/pc/nayami_line02.png) repeat-y 0 76px;
    background-size: 553px 284px;
    display: inline-block;
    font-weight: bold;
  }
  .nayami-01 ._bg {
    background: #011f3e url(../images/pc/nayami01_bg.png) no-repeat top center;
    background-size: 1800px 478px;
    text-align: center;
    margin-top: -93px;
    padding: 143px;
    height: 478px;
  }
  .nayami-02 {
    margin-top: -30px;
  }
  .nayami-02 ._bg {
    background: #011f3e url(../images/pc/nayami02_bg.png) no-repeat top center;
    background-size: 1800px 478px;
    text-align: center;
    margin-top: -93px;
    padding: 143px;
    height: 478px;
  }
}
@media screen and (max-width: 767px) {
  #nayami {
    /*p {
        color: #011f3e;

        font-size: 1.6rem;
        line-height: 1.77;

        margin: 0 12px;
        padding: 0 12px;

        background: url(../images/sp/nayami_line.png) no-repeat;
        background-size: 100%;
        background-position: 0 0 25px;
    }*/
  }
  #nayami h2 {
    padding: 50px 50px 0;
    line-height: 1;
    text-align: center;
  }
  #nayami p._line {
    line-height: 1.68;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: -0.03em;
  }
  #nayami p._line span {
    margin: 0 0.7em;
    padding: 0 0.7em;
    background: url(../images/sp/nayami_line02.png) repeat-y;
    background-size: 100%;
    background-position: 0 6.6vw;
    display: inline-block;
    color: #113e87;
    padding-bottom: 1em;
  }
  .nayami-02 {
    margin-top: -1.5em;
  }
}
@media screen and (min-width: 768px) {
  #athlete {
    background: #fff;
    padding: 100px 0 70px;
  }
  #athlete h2 {
    text-align: center;
  }
  .athlete-list h3 {
    padding: 23px 0 8px 189px;
    line-height: 1;
    /*img {
        height: 39px;
    }*/
  }
  .athlete-list h3 span {
    color: #113e87;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .athlete-list li {
    position: relative;
    padding-bottom: 15px;
    width: 712px;
    height: 512px;
  }
  .athlete-list li .txt-box {
    color: #fff;
    padding: 78px 0 0 150px;
  }
  .athlete-list li .txt-box h4 {
    font-size: 3.4rem;
    line-height: 1.172;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .athlete-list li .txt-box p {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.357;
    letter-spacing: -0.01em;
  }
  .athlete-list li .player {
    margin-top: 8px;
    padding-left: 110px;
    color: #113e87;
    letter-spacing: -0.01em;
  }
  .athlete-list li .player dt {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .athlete-list li .player dd {
    margin-top: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .athlete-list li._bg_blue h3 span {
    color: #fff;
  }
  .athlete-list li._bg_blue .txt-box {
    color: #113e87;
    margin-top: 10px;
    padding: 77px 0 0 350px;
  }
  .athlete-list li._bg_blue .player {
    color: #fff;
    margin-top: 18px;
    padding-left: 65px;
  }
  .athlete01 {
    background: url(../images/pc/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete01 .txt-box {
    background: url(../images/pc/athlete01_img.png) no-repeat 0 0;
    background-size: 604px 300px;
    background-position: 43px 0;
    min-height: 300px;
  }
  .athlete02 {
    background: url(../images/pc/athlete02_bg.png) no-repeat 0 0;
    background-size: cover;
    margin-top: 20px;
    margin-left: -185px;
  }
  .athlete02 h3 {
    padding-left: 200px;
  }
  .athlete02 .txt-box {
    background: url(../images/pc/athlete02_img.png) no-repeat 0 0;
    background-size: 589px 300px;
    background-position: 51px 0;
    min-height: 300px;
  }
  .athlete03 {
    background: url(../images/pc/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
    margin-left: -170px;
  }
  .athlete03 .txt-box {
    background: url(../images/pc/athlete03_img.png) no-repeat 0 0;
    background-size: 604px 300px;
    background-position: 43px 0;
    min-height: 300px;
  }
  .athlete04 {
    background: url(../images/pc/athlete02_bg.png) no-repeat 0 0;
    background-size: cover;
    margin-top: 20px;
    margin-left: -185px;
  }
  .athlete04 h3 {
    padding-left: 210px;
  }
  .athlete04 h3 span {
    display: inline-block;
    margin-top: 10px;
  }
  .athlete04 .txt-box {
    background: url(../images/pc/athlete04_img.png) no-repeat 0 0;
    background-size: 589px 300px;
    background-position: 51px 0;
    min-height: 300px;
  }
  .athlete04 .player {
    margin-top: 8px !important;
    padding-left: 50px !important;
  }
  .athlete05 {
    background: url(../images/pc/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
    margin-left: -170px;
  }
  .athlete05 .txt-box {
    background: url(../images/pc/athlete05_img.png) no-repeat 0 0;
    background-size: 603px 300px;
    background-position: 43px 0;
    min-height: 300px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    background-color: #b3d8fa;
    border-radius: 10px;
    transform: skewX(0);
  }
  .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
    background-color: #092869;
  }
  /* 矢印のスタイル */
  .slick-prev,
  .slick-next {
    width: 54px; /* 画像の幅に合わせて調整 */
    height: 54px; /* 画像の高さに合わせて調整 */
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 301;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0; /* テキストを隠す */
    margin: auto;
    cursor: pointer;
  }
  .slick-prev {
    background-image: url("../images/pc/ic_slide_l.png"); /* 左矢印の画像パス */
    transform: translateX(-200px);
  }
  .slick-next {
    background-image: url("../images/pc/ic_slide_r.png"); /* 右矢印の画像パス */
    transform: translateX(180px);
  }
  .slick-disabled {
    opacity: 0.4;
    cursor: default;
  }
  .athlete-outer {
    margin-top: 56px;
    overflow: hidden;
  }
  .athlete-outer .athlete-inner {
    width: 1100px;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .athlete-outer .athlete-lineup {
    position: relative;
  }
  .athlete-outer .athlete-list li {
    margin-right: 24px;
  }
  .athlete-outer .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  #athlete h2 {
    padding: 44px 24px 25px;
    line-height: 1;
    text-align: center;
  }
  .athlete-list h3 {
    padding: 23px 0 8px 12px;
    line-height: 1;
  }
  .athlete-list h3 img {
    height: 39px;
  }
  .athlete-list h3 span {
    color: #113e87;
    font-size: 19px;
    font-size: 5.0666666667vw;
    font-weight: bold;
  }
  .athlete-list li {
    position: relative;
    min-height: 391px;
    padding-bottom: 15px;
  }
  .athlete-list li + li {
    margin-top: 10px;
  }
  .athlete-list li .txt-box {
    color: #fff;
    padding: 10% 0 10% 5%;
  }
  .athlete-list li .txt-box h4 {
    font-size: 29px;
    font-size: 7.7333333333vw;
    line-height: 1.172;
    font-weight: bold;
    letter-spacing: -0.01em;
  }
  .athlete-list li .txt-box p {
    margin-top: 5px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.357;
    letter-spacing: -0.05em;
  }
  .athlete-list li .player {
    margin-top: 15px;
    padding-left: 24px;
    color: #113e87;
    letter-spacing: -0.01em;
  }
  .athlete-list li .player dt {
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: bold;
    line-height: 1;
  }
  .athlete-list li .player dd {
    margin-top: 5px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
  .athlete-list li._bg_blue h3 span {
    color: #fff;
  }
  .athlete-list li._bg_blue .txt-box {
    color: #113e87;
    margin-top: 10px;
    padding: 13% 0 10% 50%;
  }
  .athlete-list li._bg_blue .player {
    color: #fff;
  }
  .athlete01 {
    background: url(../images/sp/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete01 h3 img {
    width: 87%;
    height: auto;
  }
  .athlete01 .txt-box {
    background: url(../images/sp/athlete01_img.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete02 {
    background: url(../images/sp/athlete02_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete02 h3 img {
    width: 64%;
    height: auto;
  }
  .athlete02 .txt-box {
    background: url(../images/sp/athlete02_img.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete03 {
    background: url(../images/sp/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete03 h3 img {
    width: 34%;
    height: auto;
  }
  .athlete03 .txt-box {
    background: url(../images/sp/athlete03_img.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete04 {
    background: url(../images/sp/athlete04_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete04 h3 img {
    width: 50%;
    height: auto;
  }
  .athlete04 h3 span {
    display: inline-block;
    margin-top: 10px;
  }
  .athlete04 .txt-box {
    background: url(../images/sp/athlete04_img.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete05 {
    background: url(../images/sp/athlete01_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  .athlete05 h3 img {
    width: 40%;
    height: auto;
  }
  .athlete05 .txt-box {
    background: url(../images/sp/athlete05_img.png) no-repeat 0 0;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #present {
    background: url(../images/sp/present_bg02.png) no-repeat 0 0;
    background-size: cover;
    padding: 80px 0 108px;
    color: #fff;
  }
  #present h2 {
    text-align: center;
  }
  #present h3 {
    color: #e8f55f;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  #present .c-txt {
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: -0.05em;
  }
  #present .attention-box {
    background: #ffffff;
    border-radius: 5px;
    margin: 15px 12px 0;
    padding: 10px 0 10px 18px;
    display: flex;
    align-items: center;
  }
  #present .attention-box p {
    color: #113e87;
    font-size: 1.8rem;
    line-height: 1.72;
    letter-spacing: -0.08em;
    margin-top: 0;
    padding: 0;
  }
  #present .attention-box:before {
    content: "";
    background: url(../images/sp/ic_attention.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .present_outer {
    display: flex;
    width: 1100px;
    margin: 0 auto;
  }
  .present_outer .present-box {
    width: 50%;
  }
  .present-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .present-01 h3:before {
    content: "";
    background: url(../images/pc/present_no01.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 146px;
    height: 102px;
    margin-right: 20px;
  }
  .present-01 .grid {
    display: flex;
    align-items: center;
  }
  .present-01 .grid .l-img {
    width: 216px;
    margin-right: 20px;
  }
  .present-01 .grid .l-txt {
    width: 270px;
  }
  .present-01 .note-list {
    margin-top: 0;
    padding: 0 0 0 12px;
    letter-spacing: -0.01em;
  }
  .present-02 h3:before {
    content: "";
    background: url(../images/pc/present_no02.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 129px;
    height: 102px;
    margin-right: 20px;
  }
  .present-02 .c-txt {
    margin-top: 12px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #present {
    background: url(../images/sp/present_bg02.png) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 45px;
  }
  #present h2 {
    padding: 30px 12px 0;
    line-height: 1;
    text-align: center;
  }
  #present h3 {
    color: #e8f55f;
    font-style: italic;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.25;
    font-weight: bold;
  }
  #present p {
    color: #ffffff;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #present .attention-box {
    background: #ffffff;
    border-radius: 5px;
    margin: 15px 12px 0;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  #present .attention-box p {
    color: #113e87;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.61;
    letter-spacing: -0.08em;
    margin-top: 0;
    padding: 0;
  }
  #present .attention-box:before {
    content: "";
    background: url(../images/sp/ic_attention.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .present-box {
    /*
    .txt-box {
        background: url(../images/sp/present_img01.png) no-repeat 0 0;
        background-size: 50%;
        padding-left: 40%;
    }*/
  }
  .present-box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .present-box .grid.col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
  }
  .present-box .grid.col2 .l-img {
    width: 46%;
  }
  .present-box .grid.col2 .l-txt {
    width: 52%;
  }
  .present-box .grid.col2 .l-txt p {
    letter-spacing: -0.01em;
  }
  .present-01 h3:before {
    content: "";
    background: url(../images/sp/present_no01.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 20vw;
    height: 10vh;
    margin-right: 20px;
  }
  .present-02 h3:before {
    content: "";
    background: url(../images/sp/present_no02.png) no-repeat center center;
    background-size: contain;
    display: block;
    width: 21vw;
    height: 10vh;
    margin-right: 20px;
  }
  .present-02 .c-txt {
    margin-top: 12px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  #faq {
    background: #fff;
    padding: 100px 0;
  }
  #faq .inner {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
  }
  #faq h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  #faq .faq-box {
    border-bottom: 1px solid #113e87;
    padding-bottom: 20px;
  }
  #faq .faq-box + .faq-box {
    margin-top: 25px;
  }
  #faq .faq-box dt {
    font-size: 2.2rem;
    line-height: 1.26;
    color: #113e87;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 18px;
    cursor: pointer;
  }
  #faq .faq-box dt span {
    width: 90%;
    display: inline-block;
    padding-right: 15px;
  }
  #faq .faq-box dt:before {
    content: "";
    background: url(../images/sp/faq_q.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 60px;
    height: 74px;
    margin-right: 20px;
  }
  #faq .faq-box dt:after {
    content: "";
    background: url(../images/sp/faq_open.png) no-repeat center center;
    background-size: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: 15px 0;
    padding: 35px 32px;
    border-left: 1px solid #113e87;
  }
  #faq .faq-box dd {
    display: none;
  }
  #faq .faq-box dd div {
    font-size: 2rem;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    padding: 15px 55px 40px 80px;
    margin: 23px 80px 0 12px;
    border-radius: 5px;
    background: #113e87 url(../images/sp/faq_a.png) no-repeat 9px 7px;
    background-size: 27px 125px;
  }
  #faq .faq-box dd div:before {
    content: "";
    background: url(../images/sp/ic_faq_arrow.png) no-repeat 0 0;
    background-size: cover;
    display: block;
    width: 18px;
    height: 26px;
    position: relative;
    top: -38px;
    left: -43px;
  }
  #faq .faq-box.active {
    border-bottom: none;
  }
  #faq .faq-box.active dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  #faq .faq-box.active dt:after {
    content: "";
    background: url(../images/sp/faq_close.png) no-repeat center center;
    background-size: 50%;
  }
  #faq .faq-box.active dd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #faq {
    background: #fff;
    padding-bottom: 50px;
  }
  #faq h2 {
    padding: 45px 34.3vw 30px;
    text-align: center;
  }
  #faq .faq-box {
    margin: 0 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #113e87;
  }
  #faq .faq-box + .faq-box {
    margin-top: 25px;
  }
  #faq .faq-box dt {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.26;
    font-weight: bold;
    color: #113e87;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 18px;
  }
  #faq .faq-box dt span {
    width: 69%;
    display: inline-block;
    padding-right: 15px;
  }
  #faq .faq-box dt:before {
    content: "";
    background: url(../images/sp/faq_q.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 35px;
    height: 50px;
    margin-right: 20px;
  }
  #faq .faq-box dt:after {
    content: "";
    background: url(../images/sp/faq_open.png) no-repeat center center;
    background-size: 50%;
    display: block;
    width: 10.67vw;
    height: 4.66vh;
    margin: 15px 0;
    padding: 15px 12px;
    border-left: 1px solid #113e87;
  }
  #faq .faq-box dd {
    display: none;
  }
  #faq .faq-box dd div {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    padding: 5px 12px 25px 50px;
    margin: 16px 12px 0;
    border-radius: 5px;
    background: #113e87 url(../images/sp/faq_a.png) no-repeat 9px 7px;
    background-size: 27px 125px;
  }
  #faq .faq-box dd div:before {
    content: "";
    background: url(../images/sp/ic_faq_arrow.png) no-repeat 0 0;
    background-size: contain;
    display: block;
    width: 12px;
    height: 18px;
    position: relative;
    top: -20px;
    left: -28px;
  }
  #faq .faq-box.active {
    border-bottom: none;
  }
  #faq .faq-box.active dt:after {
    content: "";
    background: url(../images/sp/faq_close.png) no-repeat center center;
    background-size: 50%;
  }
  #faq .faq-box.active dd {
    display: block;
  }
  #faq .faq-box.active dd div {
    display: block;
    min-height: 140px;
    opacity: 1;
    padding: 5px 12px 25px 50px;
    margin: 16px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  #products {
    background: #245ea0 url(../images/pc/products_bg.png) no-repeat top center;
    background-size: cover;
    padding-top: 110px;
  }
  #products h2 {
    text-align: center;
  }
  #products .grid {
    width: 1100px;
    margin: 80px auto 0;
  }
  #products .grid.col2 {
    display: flex;
    justify-content: space-between;
  }
  #products .grid.col2 .col {
    width: calc(50% - 6px);
  }
  #products .insole {
    background: url(../images/pc/products01_bg02.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 6px;
    padding: 40px 20px 50px;
    color: #fff;
  }
  #products .insole h3 {
    text-align: center;
  }
  #products .insole h4 {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.08em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }
  #products .insole h4 span {
    display: flex;
    align-items: center;
  }
  #products .insole h4 small {
    font-size: 2.2rem;
  }
  #products .insole .c-img {
    margin-top: 30px;
    text-align: center;
  }
  #products .insole p {
    font-size: 1.8rem;
    line-height: 1.55;
    margin-top: 30px;
    padding: 0 24px;
    letter-spacing: -0.01em;
  }
  #products .insole dl {
    display: flex;
    border-top: 1px solid #fcfdfe;
  }
  #products .insole dl dt {
    width: 160px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    background: url(../images/sp/products01_label_bg.png) no-repeat 0 0;
    background-size: cover;
    line-height: 1;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #products .insole dl dd {
    font-size: 2rem;
    line-height: 1.6;
    padding: 18px 0 18px 30px;
    height: auto !important;
    letter-spacing: -0.01em;
  }
  #products .insole ._spec01 {
    margin-top: 35px;
  }
  #products .insole ._spec03 {
    border-bottom: 1px solid #fcfdfe;
  }
  #products .insole .price {
    margin-top: 30px;
    text-align: center;
    line-height: 1;
  }
  #products .insole .price strong {
    font-weight: bold;
    font-size: 4.2rem;
  }
  #products .insole .price small {
    font-weight: bold;
    font-size: 2.3rem;
  }
  #products .insole .btn-box {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  #products .insole.higrip {
    background: url(../images/pc/products02_bg02.png) no-repeat 0 0;
    background-size: cover;
  }
  #products .insole.higrip dl dt {
    background: url(../images/sp/products02_label_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  #products .hint-box {
    background: url(../images/pc/hint_bg.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    width: 1100px;
    margin: 25px auto 0;
    padding: 35px 45px 35px 60px;
    display: flex;
    align-items: center;
  }
  #products .hint-box h3 {
    width: 272px;
  }
  #products .hint-box .l-txt {
    flex: 1;
    padding-left: 80px;
  }
  #products .hint-box p {
    font-size: 2rem;
    line-height: 1.92;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 767px) {
  #products {
    background: url(../images/sp/products_bg.png) no-repeat 0 0;
    background-size: cover;
    padding-top: 45px;
  }
  #products h2 {
    padding: 45px 30px 20px;
  }
  #products .grid.col2 {
    display: flex;
    justify-content: space-between;
    margin: 0 12px;
  }
  #products .grid.col2 .col {
    width: calc(50% - 4px);
  }
  #products .insole {
    background: url(../images/sp/products01_bg02.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 3px;
    padding: 23px 7px 30px;
    color: #fff;
  }
  #products .insole h4 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.26;
    font-weight: bold;
    letter-spacing: -0.08em;
    text-align: center;
    /*height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #products .insole .c-img {
    margin-top: 12px;
  }
  #products .insole p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    margin-top: 10px;
    padding: 0 5px;
  }
  #products .insole p span {
    display: block;
  }
  #products .insole dl {
    margin-top: 20px;
  }
  #products .insole dl dt {
    font-size: 15px;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    background: url(../images/sp/products01_label_bg.png) no-repeat 0 0;
    background-size: cover;
    border-top: 1px solid #fcfdfe;
    line-height: 1;
    padding: 10px 0;
  }
  #products .insole dl dd {
    margin-top: 8px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.35;
  }
  #products .insole ._spec03 {
    padding-bottom: 9px;
    border-bottom: 1px solid #fcfdfe;
  }
  #products .insole .price {
    text-align: center;
  }
  #products .insole .price strong {
    font-weight: bold;
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
  #products .insole .price small {
    font-weight: bold;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #products .insole .btn-box {
    margin-top: 25px;
  }
  #products .insole.higrip {
    background: url(../images/sp/products02_bg02.png) no-repeat 0 0;
    background-size: cover;
  }
  #products .insole.higrip dl dt {
    background: url(../images/sp/products02_label_bg.png) no-repeat 0 0;
    background-size: cover;
  }
  #products .hint-box {
    background: url(../images/sp/hint_bg.png) no-repeat 0 0;
    background-size: cover;
    border-radius: 10px;
    margin: 15px 12px 0;
    padding: 20px 12px 25px;
  }
  #products .hint-box h3 {
    padding: 0 30px;
  }
  #products .hint-box p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
  }
  #products .hint-box p + p {
    margin-top: 16px;
  }
}
.pagetop {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    margin-top: 35px;
  }
  .pagetop img {
    width: 95px;
    height: 48px;
  }
}
.iframe_wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.play_btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 154px;
  background: url(../images/pc/ic_movie_player.png) no-repeat;
  background-size: 100% 100%;
}
.play_btn.pause {
  pointer-events: auto;
  opacity: 1;
  z-index: 9;
}
#movie01 {
  /*.play_btn {
      background: url(../images/pc/up_movie_img.png) no-repeat;
      background-size: 100% 100%;
  }*/
}
#movie02 {
  /*.play_btn {
      background: url(../images/pc/all_movie01_img.png) no-repeat;
      background-size: 100% 100%;
  }*/
}
#movie03 {
  /*.play_btn {
      background: url(../images/pc/all_movie02_img.png) no-repeat;
      background-size: 100% 100%;
  }*/
}
#movie04 {
  /*.play_btn {
      background: url(../images/pc/step_movie_img.png) no-repeat;
      background-size: 100% 100%;
  }*/
}

#movie_img_01 {
  display: block;
  width: 700px;
  height: 394px;
  margin-right: auto;
  margin-left: auto;
}

#movie_img_02 {
  display: block;
  width: 540px;
  height: 304px;
}

#movie_img_03 {
  display: block;
  width: 540px;
  height: 304px;
}

#movie_img_04 {
  display: block;
  width: 700px;
  height: 394px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .movie-inner {
    padding: 8px 12px 0;
  }
  /* iframeを包む親要素 */
  .iframe_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25% !important; /* 16:9のアスペクト比の場合（9 / 16 * 100 = 56.25） */
  }
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #yt-thumb0,
  #yt-thumb1,
  #yt-thumb2,
  #yt-thumb3 {
    width: 100%;
    height: auto;
  }
  #movie_img_01 {
    width: 100%;
    height: 53vw;
  }
  #movie_img_02 {
    width: 100%;
    height: 58.3vw;
  }
  #movie_img_03 {
    width: 100%;
    height: 58.3vw;
  }
  #movie_img_04 {
    width: 100%;
    height: 62vw;
  }
}/*# sourceMappingURL=style.css.map */