@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@media screen and (max-width: 999px) {
  .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1000px) {
  .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .pc_flex {
    display: flex !important;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, w a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body * {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

body, a {
  line-height: 1.8;
  color: #000;
}

.txt_ctr {
  text-align: center;
}

.w1000 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w880 {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w840 {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w730 {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w590 {
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w592 {
  width: 592px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.w532 {
  width: 532px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

a:hover {
  transition: all 0.3s;
  color: #ccc;
}
a img:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

.fade {
  opacity: 0;
  transform: translate(0, 5px);
  transition: all 1s;
  transition-timing-function: ease-out;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

header .logo {
  width: 282px;
  box-sizing: border-box;
  height: 100px;
}
header .logo img {
  display: block;
  padding: 30px;
}
header .mv {
  padding-top: 10px;
  background-image: url(../img/mv.webp);
  background-size: cover;
  background-position: center;
  padding-bottom: 76px;
  position: relative;
}
header .mv .ttl {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 64px 0;
  padding-left: 87px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  align-items: center;
  max-width: 900px;
  margin: 66px auto 0;
  animation: fadeIn5 1.5s ease-out 1s 1 normal;
  -webkit-animation: fadeIn5 1.5s ease-out 1s 1 normal;
  opacity: 0;
  /* ここを追加 */
  animation-fill-mode: forwards;
  /*これで値を保持*/
}
header .mv .ttl .icon {
  width: 150px;
}
header .mv .ttl .title {
  font-size: 5.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.25;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
header .mv .ttl .title img {
  width: 338.34px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
header .mv .ttl .img img {
  width: 188.02px;
}
@media screen and (min-width: 1000px) {
  header .mv .cv_area {
    position: static;
    transform: unset;
    margin-top: 25px;
  }
  header .mv .cv_area .copy {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
  }
  header .mv .cv_area .cv_btn a {
    padding: 19.4px 77.5px;
    padding-left: 100.5px;
    font-size: 23px;
    letter-spacing: 0.04em;
    max-width: 446px;
    display: block;
    margin: 0 auto;
  }
  header .mv .cv_area .cv_btn a:before {
    font-size: 1.6rem;
    width: 64px;
    height: 64px;
    left: 10px;
  }
}
@media screen and (max-width: 999px) {
  header .mv {
    background-image: url(../img/mv@sp.webp);
  }
  header .mv .ttl .title {
    letter-spacing: 0.08em;
    margin: 0 auto 0;
    padding-top: 60px;
  }
  header .mv .ttl .title img {
    width: 190.48px;
    top: 0px;
  }
  header .mv .ttl .img {
    max-width: 179.12px;
    margin: 0 auto;
  }
  header .mv .ttl .img img {
    width: 100%;
    margin: 20px auto 0;
  }
}

@keyframes fadeIn5 {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translate(0, 0px);
    transition: all 1s;
    transition-timing-function: ease-out;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
  /*アニメーション終了時は不透明度100%*/
}
.cv_area {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}
.cv_area .copy {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.cv_area .cv_btn a {
  position: relative;
  border: 2px solid #000;
  background: #fff;
  padding: 26px 100px;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 2.6rem;
  font-weight: bold;
}
.cv_area .cv_btn a:hover {
  background: #000;
  color: #fff;
}
.cv_area .cv_btn a:hover:before {
  background: #fff;
  color: #000;
}
.cv_area .cv_btn a:hover:after {
  background-image: url(../img/arrow_w.svg);
}
.cv_area .cv_btn a:before {
  content: "無料";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.7rem;
  background: #000;
  color: #fff;
  border-radius: 100%;
  width: 69px;
  height: 69px;
}
.cv_area .cv_btn a:after {
  content: "";
  width: 11px;
  height: 16px;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select {
  background: #F7F8FA;
  border-radius: 10px;
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 163px auto 100px;
  padding: 160px 0 100px;
}
.select .ttl {
  text-align: center;
  color: #002978;
  font-size: 49px;
  font-weight: bold;
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  line-height: 1;
  align-items: baseline;
}
.select .ttl span {
  font-size: 95px;
  transform: translateY(3px);
  margin: 0 7px;
}
.select .sub-ttl {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 31px;
  color: #002978;
  letter-spacing: 0.18em;
  font-weight: bold;
}
.select .select-img {
  position: absolute;
  width: 62%;
  top: 110px;
  left: -8%;
}
.select .txt-box {
  max-width: 41.9%;
  margin: 0 auto;
  margin-right: 4.545%;
}
.select .txt-box .txt-box__ttl {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.7083333333;
  margin-bottom: 15px;
}
.select .txt-box .txt-box__txt {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.8823529412;
}
@media screen and (min-width: 1000px) and (max-width: 1214px) {
  .select .select-img {
    width: 55vw;
    left: -3vw;
  }
  .select .txt-box {
    max-width: 35vw;
  }
}

ul.slider li .text {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.main_cv {
  position: relative;
  margin-top: 25px;
}
.main_cv .cv_area.blue {
  padding: 0;
  position: static;
  transform: unset;
  max-width: 400px;
  margin: 0 auto;
}
.main_cv .cv_area.blue .copy {
  margin-bottom: 4px;
}
.main_cv .cv_btn a {
  padding: 18.21px 0;
  padding-left: 90px;
  width: 100%;
  display: block;
  letter-spacing: 0.02em;
}
.main_cv .cv_btn a:before {
  width: 60px;
  height: 60px;
  font-size: 18px;
}
.main_cv.cv2 {
  margin-top: 270px;
}
.main_cv .cv_area.blue {
  padding: 26px 20px 26px 30px;
}
@media screen and (max-width: 999px) {
  .main_cv {
    margin-top: 25px;
  }
  .main_cv .cv_area.blue {
    max-width: 320px;
  }
  .main_cv .cv_btn a {
    padding: 18.21px 0;
    letter-spacing: 0;
  }
  .main_cv .cv_btn a:before {
    width: 70px;
    height: 70px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .main_cv.cv2 {
    margin-top: 270px;
  }
  .main_cv .cv_area.blue {
    padding: 0;
  }
}

.cv_area.blue .copy {
  font-size: 1.7rem;
  color: #002978;
}

.main_cv .cv_area.blue .cv_btn a {
  background: #002978;
  color: #fff;
  border: 2px solid #002978;
  font-size: 2.2rem;
}
.main_cv .cv_area.blue .cv_btn a:hover {
  background: #fff;
  color: #002978;
}
.main_cv .cv_area.blue .cv_btn a:hover:before {
  background: #002978;
  color: #fff;
}

.cv_area.blue .cv_btn a:before {
  background: #fff;
  color: #002978;
}
.cv_area.blue .cv_btn a:hover:after {
  background: url(../img/arrow.svg);
  background-size: cover;
}
.cv_area.blue .cv_btn a:after {
  content: "";
  background: url(../img/arrow_w.svg);
  background-size: cover;
}

.step {
  margin-bottom: 40px;
}
.step .ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.step .ttl span {
  color: #002978;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.step .step_wrap {
  display: flex;
}
.step .step_wrap .step_col {
  width: 480px;
}
.step .step_wrap .step_col.step1 {
  margin-right: 40px;
}
.step .step_wrap .detail {
  display: flex;
  margin-top: 15px;
}
.step .step_wrap .detail .number {
  background: #D8DCE4;
  color: #2F446B;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-right: 10px;
}
.step .step_wrap .detail p {
  font-size: 2.2rem;
  font-weight: 600;
}
.step .step_wrap .detail p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: -20px;
}
.step .slick-prev, .step .slick-next {
  top: 47%;
  cursor: pointer;
}
.step .slick-prev {
  left: -22px;
}
.step .slick-next {
  right: -22px;
}

ul.slider li {
  width: 320px;
}
ul.slider li .img {
  margin-bottom: 12px;
  margin: 10px;
}
ul.slider li .text {
  font-size: 1.5rem;
}
ul.slider li .text .ttl {
  font-size: 1.7rem;
  margin-bottom: 0;
  font-weight: bold;
}

footer .image {
  background-size: cover;
  height: 130px;
  background-image: url(../img/footer_image.jpg);
}
footer .logo img {
  display: block;
  width: 180px;
  margin: 62px auto 45px auto;
}

.sp {
  display: none;
}

.copyright {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  main {
    padding-bottom: 90px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .logo {
    background: #fff;
    position: static;
    width: 176px;
    height: 80px;
  }
  header .mv {
    height: auto;
    padding-bottom: 35px;
    background-position: right;
  }
  header .mv .ttl {
    width: 85%;
    display: block;
    padding: 50px 23px 38px 23px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  header .mv .ttl .icon {
    position: absolute;
    top: -20.5px;
    left: -16.5px;
    width: 96.78px;
  }
  header .mv .ttl .title {
    font-size: 35px;
  }
  header .mv .cv_area {
    position: static;
    transform: unset;
  }
  header .mv .cv_area .copy {
    font-size: 1.6rem;
  }
  .cv_area {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .cv_area .cv_btn a {
    font-size: 1.7rem;
    padding: 22.5px 49px 23px 80px;
    width: 100%;
    display: block;
  }
  .cv_area .cv_btn a:after {
    right: 26px;
  }
  .cv_area .copy {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
  }
  .cv_area .cv_btn a:before {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    left: 10px;
  }
  .select {
    width: 96%;
    margin: 111.5px auto 0px;
    padding: 70px 0 60px;
  }
  .select .ttl {
    top: -50px;
    font-size: 36px;
  }
  .select .ttl span {
    font-size: 69px;
    margin: 0 5px;
  }
  .select .sub-ttl {
    font-size: 22px;
    top: 27px;
  }
  .select .subttl {
    font-size: 2rem;
  }
  .select .subttl.sub1::after {
    top: 90px;
  }
  .select .select-img {
    position: static;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .select .txt-box {
    max-width: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  .select .txt-box .txt-box__ttl {
    font-size: 21px;
    text-align: center;
  }
  .select .txt-box .txt-box__txt {
    font-size: 15px;
    padding: 0 2px;
  }
  .select .txt-box .main_cv {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .select .txt-box .main_cv .cv_btn {
    padding: 0;
  }
  .select .txt-box .main_cv .cv_btn a {
    padding: 28.8px 49px 28.5px 90px !important;
  }
  .select .txt-box .main_cv .cv_btn a:before {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
  .select .photo {
    width: 100%;
  }
  .select .subttl.sub1 {
    padding-top: 50px;
  }
  .select .text {
    font-size: 1.6rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
  }
  .cv_area.blue .copy {
    font-size: 1.5rem;
  }
  .main_cv .cv_area.blue .cv_btn a {
    font-size: 1.6rem;
    padding: 26px 49px 26px 80px;
  }
  .main_cv.cv2 {
    margin-top: 280px;
  }
  .step {
    width: 91%;
    margin-top: 55px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .step .ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 17.5px;
  }
  .step .ttl span {
    font-size: 18px;
  }
  .step .step_wrap {
    display: block;
  }
  .step .step_wrap .step_col {
    width: 100%;
  }
  .step .step_wrap .step_col img {
    width: 100%;
  }
  .step .step_wrap .detail p {
    font-size: 1.8rem;
  }
  .step .step_wrap .detail .number {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }
  .step .step_wrap .detail p {
    flex: 1;
  }
  .step .step_wrap .detail p span {
    font-size: 1.5rem;
  }
  .step .step_wrap .step_col.step2 {
    margin-top: 37px;
  }
  .step .step_wrap .detail {
    margin-top: 5px;
  }
  ul.slider li .text {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  ul.slider li .text .ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  footer .logo img {
    margin: 100px auto 65px auto;
    width: 140px;
  }
}
section .slick-prev, section .slick-next {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
section .sect-ttl span {
  display: block;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
section .sect-ttl span.sub-ttl {
  font-size: 23px;
  color: #002978;
}
section .sect-ttl span.main-ttl {
  font-size: 32px;
}
@media screen and (max-width: 999px) {
  section .sect-ttl span.sub-ttl {
    font-size: 17px;
  }
  section .sect-ttl span.main-ttl {
    font-size: 22px;
    letter-spacing: 0.02em;
  }
}
section.hiraya {
  padding: 65px 0 0;
}
section.hiraya .infinit {
  margin-top: 30px;
}
section.hiraya .infinit .slick-prev, section.hiraya .infinit .slick-next {
  top: 50%;
}
section.hiraya .infinit .slick-slide img {
  width: calc(100% - 0.781vw) !important;
  margin: 0 auto;
  display: block !important;
}
section.hiraya .infinit .slick-next {
  right: calc(-6px + 16.146vw);
}
section.hiraya .infinit .slick-prev {
  left: calc(-6px + 16.146vw);
}
@media screen and (max-width: 999px) {
  section.hiraya {
    padding: 48px 0 0;
  }
  section.hiraya .infinit {
    margin-top: 23px;
  }
  section.hiraya .infinit .slick-slide img {
    width: calc(100% - 2vw) !important;
  }
  section.hiraya .infinit .slick-next {
    right: calc(-8px + 1.267vw);
  }
  section.hiraya .infinit .slick-prev {
    left: calc(-8px + 1.267vw);
  }
}/*# sourceMappingURL=style.css.map */