@charset "UTF-8";
/* ツナガリキャリア */
.serif {
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/*------------------------------
リセットCSS
------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
  font-size: 1.6rem;
  line-height: 1.65em;
  font-weight: 500;
}

/*------------------------------
基本
------------------------------*/
.inner {
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  padding: 0 5rem;
}

.sec {
  width: calc(100% - 10rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 1176px;
  padding: 0 5rem;
}

.flex {
  display: flex;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.font_italic {
  font-style: italic;
}

.font_50 {
  font-size: 50%;
}

.font_60 {
  font-size: 60%;
}

.font_80 {
  font-size: 80%;
}

.font_90 {
  font-size: 90%;
}

.font_120 {
  font-size: 120%;
}

.font_150 {
  font-size: 150%;
}

.font_175 {
  font-size: 175%;
}

.font_24rem {
  font-size: 2.4rem;
}

.t_align_c {
  text-align: center;
}

.ml_10 {
  margin-left: 1em;
}

.ml_m05 {
  margin-left: -0.5em;
}

.ml_m10 {
  margin-left: -1em;
}

.mr_05 {
  margin-right: 0.5em;
}

.mr_08 {
  margin-right: 0.8em;
}

.mr_m05 {
  margin-right: -0.5em;
}

.mr_m03 {
  margin-right: -0.3em;
}

.mb_10 {
  margin-bottom: 1rem;
}

.mb_20 {
  margin-bottom: 2rem;
}

.mb_30 {
  margin-bottom: 3rem;
}

.mb_40 {
  margin-bottom: 4rem;
}

.mb_50 {
  margin-bottom: 5rem;
}

.mb_60 {
  margin-bottom: 6rem;
}

.mb_80 {
  margin-bottom: 8rem;
}

.mb_100 {
  margin-bottom: 10rem;
}

.mb_120 {
  margin-bottom: 12rem;
}

.mt_10 {
  margin-top: 1rem;
}

.mt_20 {
  margin-top: 2rem;
}

.mt_30 {
  margin-top: 3rem;
}

.mt_40 {
  margin-top: 4rem;
}

.mt_50 {
  margin-top: 5rem;
}

.mt_80 {
  margin-top: 8rem;
}

.pt_10 {
  padding-top: 1rem;
}

.pt_10 {
  padding-top: 1rem;
}

.pt_20 {
  padding-top: 2rem;
}

.pt_30 {
  padding-top: 3rem;
}

.pt_40 {
  padding-top: 4rem;
}

.pt_50 {
  padding-top: 5rem;
}

.pt_80 {
  padding-top: 8rem;
}

.pt_100 {
  padding-top: 10rem;
}

.pb_10 {
  padding-bottom: 1rem;
}

.pb_20 {
  padding-bottom: 2rem;
}

.pb_30 {
  padding-bottom: 3rem;
}

.pb_40 {
  padding-bottom: 4rem;
}

.pb_50 {
  padding-bottom: 5rem;
}

.pb_80 {
  padding-bottom: 8rem;
}

.pb_100 {
  padding-bottom: 10rem;
}

.letter_s05 {
  letter-spacing: 0.05rem;
}

.letter_s1 {
  letter-spacing: 0.1rem;
}

.letter_s2 {
  letter-spacing: 2px;
}

.letter_sm01 {
  letter-spacing: -0.1rem;
}

.letter_sm1 {
  letter-spacing: -0.05rem;
}

.letter_sm2 {
  letter-spacing: -1px;
}

.t_nowrap {
  white-space: nowrap;
}

.f_500 {
  font-weight: 500;
}

.f_100 {
  font-weight: 100;
}

.f_bold {
  font-weight: bold;
}

.f_bold900 {
  font-weight: 900;
}

.red {
  color: #ba004f;
}

.black {
  color: #373737;
}

.yellow {
  color: #ecee5b;
}

.blue {
  color: #0f3b91;
}

.border_b {
  border-bottom: solid 1px #373737;
}

.width_0 {
  width: 0;
  display: inline-block;
}

.p_relative {
  position: relative;
}

.bg_lightblue {
  background-color: #f0f4fc;
}

/********************************
PCコンテツ
********************************/
/********************************
モバイル共通
********************************/
.sp_only_b, .br_sp, .sp, .br_1000 {
  display: none;
}

.sp_only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-size: 2.8rem;
}

/********************************
contents
********************************/
/********************************
モバイル基本
********************************/
@media only screen and (max-width: 1100px) {
  .inner {
    width: calc(100% - 6rem);
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .br_1000 {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}
@media only screen and (max-width: 767px) {
  .pc_only, .sp_no {
    display: none;
  }
  .sp_only_b {
    display: block;
  }
  .sp_only, .br_sp, .sp {
    display: inline-block;
  }
  .flex_column {
    flex-direction: column;
  }
}
/****effect***/
.effect-fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 2.5s;
}

.effect-fade_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.6s;
}

.effect-fade_right {
  opacity: 0;
  transform: translate(300px, 50px);
  transition: all 1s;
}

.effect-fade_left {
  opacity: 0;
  transform: translate(-300px, 50px);
  transition: all 1s;
}

.effect-fade.effect-scroll, .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect {
  transition-delay: 200ms;
}

.effect02 {
  transition-delay: 400ms;
}

.effect03 {
  transition-delay: 600ms;
}

/****effect_end***/
/****header***/
header {
  background-color: #FFF;
  height: 13rem;
}
@media screen and (max-width: 960px) {
  header {
    height: 14rem;
  }
}

.top_logo {
  padding-top: 1rem;
  width: 36rem;
  left: -10rem;
  position: relative;
}
.top_logo img {
  width: 32rem;
}
.top_logo figcaption {
  font-size: 1.2rem;
  color: #666666;
  margin-top: 1.5rem;
  font-weight: 600;
}

.header-inner {
  align-items: center;
  justify-content: space-between;
}
.header-inner .top-tel {
  font-size: 2.8rem;
}
.header-inner .top-tel a {
  gap: 0.3em;
  align-items: center;
  color: #000;
  transition: 0.2s;
}
.header-inner .top-tel a:hover {
  transform: scale(1.05);
}
.header-inner .top-tel a img {
  padding-top: 0.4rem;
}

.free-tel {
  width: 2.7rem;
  height: 1.7rem;
}
@media screen and (max-width: 767px) {
  .free-tel {
    width: 4rem;
    height: auto;
  }
}

@media screen and (max-width: 1164px) {
  .top_logo {
    left: 0rem;
  }
}
.mv_wrap {
  max-height: 58rem;
}

.mv {
  position: relative;
  height: 12rem;
  padding-top: 46.3rem;
  width: 150%;
  left: -25%;
  border-radius: 0 0 50% 50%;
  overflow: hidden;
  z-index: 0;
  background-image: url(img/mv-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 68%;
}

.mv.ver2 {
  background-image: url(img/mv_ver2.jpg);
}

@media screen and (max-width: 1164px) {
  .mv {
    background-size: auto;
  }
}
.mv figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.mv figure img {
  position: absolute;
}

.mv_human {
  width: 36rem;
  top: 2rem;
}

.mv_human02 {
  width: 52.8rem;
  top: 2rem;
}

.medal {
  width: 63.5rem;
  top: 20rem;
  right: 5rem;
}

.mv_text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 96rem;
  z-index: 1;
}

.top_text01 {
  font-size: 2.6rem;
  position: absolute;
  font-weight: 400;
  transform: rotate(345deg);
  line-height: 1.4em;
  left: -1.5rem;
  top: 3rem;
}

@media screen and (max-width: 1163px) {
  .top_text01 {
    left: 0.5rem;
  }
}
.top_text01 .v2 {
  position: relative;
  left: 0.8em;
}

.top_text01 .v3 {
  position: relative;
  left: 1.6em;
}

.mv_text h2, .mv_text h3, .mv_text h4 {
  text-align: right;
}

.mv_text h2 {
  position: absolute;
  font-size: 3.34rem;
  border-radius: 4rem;
  background-color: #4c4c4c;
  color: #FFF;
  display: inline-block;
  padding: 0.1em 1.4em 0.1em 2em;
  right: 6rem;
  top: -2.5rem;
  font-style: italic;
}
.mv_text h2 span {
  font-size: 5.14rem;
  color: #ade9e6;
  font-weight: bold;
}
.mv_text h2 strong {
  color: #4c4c4c;
  font-size: 3.55rem;
  display: inline-flex;
  position: absolute;
  content: "";
  width: 12.9rem;
  height: 12.9rem;
  background: url(img/mv_f_medal-2.webp) center top no-repeat;
  background-size: contain;
  left: -7.5rem;
  top: -50%;
  line-height: 1.1em;
  font-weight: 900;
  font-style: normal;
  align-items: center;
  justify-content: center;
}
.mv_text h3 {
  font-size: 8.26rem;
  font-weight: 900;
  padding-top: 9rem;
  line-height: 1.1em;
  color: #df4868;
  -webkit-text-stroke: 0.6rem #FFF;
  text-stroke: 0.6rem #FFF;
  paint-order: stroke;
  margin-right: 3rem;
}
.mv_text h3 strong {
  font-size: 10.1rem;
  letter-spacing: 0.4rem;
}
.mv_text h3 span {
  font-size: 7.7rem;
}

.mv_text h4 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 500;
  font-style: italic;
  padding-top: 3rem;
  margin-bottom: 1rem;
  paint-order: stroke;
  -webkit-text-stroke: 0.4rem #6b6867;
  text-stroke: 0.4rem #6b6867;
  position: relative;
  margin-right: 4rem;
}
.mv_text h4 span {
  color: #baedea;
}
.mv_text h4::before, .mv_text h4::after {
  position: absolute;
  display: inline-block;
  content: "|";
  width: 0.2rem;
  height: 1.2em;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 100;
}
.mv_text h4::before {
  transform: rotate(125deg);
  bottom: 0.3rem;
  margin-left: -0.3rem;
}
.mv_text h4::after {
  transform: rotate(215deg);
  bottom: -1rem;
  right: -1rem;
}

.mv_text h5 {
  display: block;
  font-style: italic;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  font-size: 2.21rem;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 1rem;
  padding: 0.3rem 0;
  max-width: 55.5rem;
  box-shadow: -0.4rem 0.5rem 0.4rem 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.mv_text h5 span {
  color: #51b9b3;
}

.top_text02 {
  position: absolute;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  bottom: -26rem;
  right: -5rem;
}

@media screen and (max-width: 1140px) {
  .top_text02 {
    position: absolute;
    right: 0rem;
  }
}
/***sec_form****/
.sec_form {
  padding-top: 6rem;
}

.sec_form.ver2 {
  padding-top: 0;
  min-height: 100vh;
  background-color: #fdf2f4;
}

.sec_form_h2 {
  font-size: 2.7rem;
  text-align: center;
  color: #4c4c4c;
  font-weight: 500;
  line-height: 1.6em;
  background-color: #ade9e6;
  padding: 2.6rem 0;
}
.sec_form_h2 span {
  font-size: 138%;
}

.sec-form-cont {
  background-color: #fdf2f4;
  padding: 4rem 0 5rem;
}
.sec-form-cont .form_terms {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.sec-form-cont .form_terms a {
  font-size: 2rem;
  display: inline-block;
  color: #0d43bd;
  line-height: 1.1em;
  border-bottom: 1px solid #0d43bd;
  transition: 0.2s;
}
.sec-form-cont .form_terms a:hover {
  border-bottom: 1px solid #d91f47;
  color: #d91f47;
}
.sec-form-cont .submit.last {
  margin: 0 auto;
  display: block;
  width: 40%;
  padding: 0.8em 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-form-cont .form_terms {
    font-size: 3rem;
  }
  .sec-form-cont .form_terms a {
    font-size: 3rem;
  }
  .sec-form-cont .submit.last {
    width: 80%;
  }
}

.operator {
  margin-bottom: 5rem;
  gap: 1rem 4rem;
}
.operator figure {
  width: 15.5rem;
}
.operator p {
  font-size: 2rem;
  background-color: #FFF;
  padding: 4rem 1rem 4rem 4rem;
  border-radius: 2rem;
  position: relative;
  width: 64rem;
  letter-spacing: 0.2rem;
}
.operator p.step4 {
  width: 52rem;
}
.operator p.step6 {
  width: 50rem;
}
.operator p span {
  font-size: 120%;
  color: #d91f47;
}
.operator p span.t_nowrap {
  white-space: nowrap;
  font-size: 100%;
  color: #000;
}
.operator p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 7rem;
  left: -2rem;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 26px solid #ffffff;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .operator {
    flex-wrap: wrap;
    gap: 4rem 1rem;
  }
  .operator p {
    font-size: 3rem;
    padding: 4rem 3rem 4rem 4rem;
    border-radius: 3rem;
    max-width: 53rem;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.35);
  }
  .operator p.page-03 {
    max-width: 56rem;
  }
  .operator p.step6 {
    width: 51rem;
  }
  .operator p::before, .operator p::after {
    left: 5rem;
    transform: rotate(225deg);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.45);
  }
  .operator p::before {
    top: -1rem;
    z-index: -1;
  }
  .operator p::after {
    left: 5.8rem;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border-left: 0;
    z-index: 0;
    box-shadow: none;
    top: -0.9rem;
  }
}

.form-cont-rap {
  text-align: right;
}
.form-cont-rap .form-cont-box1 {
  justify-content: flex-end;
  margin-bottom: 3rem;
}
.form-cont-rap .radio-box1 {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 2rem;
  width: 48rem;
  background-color: #FFF;
  border-radius: 2rem;
  padding: 3rem 1.4rem;
}
.form-cont-rap input[type=radio] {
  display: none;
}
.form-cont-rap label {
  display: block;
  background-color: #FFF;
  font-size: 2.63rem;
  padding: 0.3em 0;
  width: calc(50% - 2rem);
  color: #d91f47;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  border: 2px solid #d91f47;
  border-radius: 0.6rem;
  transition: 0.3s;
}
.form-cont-rap input[type=radio]:checked + label {
  background: #d91f47;
  color: #FFF;
}
.form-cont-rap button {
  font-size: 2.63rem;
  border: none;
  border-radius: 5rem;
  padding: 0.5em 1.5em;
  background-color: #d91f47;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 22.9rem;
}
.form-cont-rap button:disabled {
  background-color: #999;
  pointer-events: none;
}
.form-cont-rap button span {
  font-weight: 600;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .form-cont-rap label {
    display: block;
    background-color: #FFF;
    font-size: 3rem;
    padding: 0.5em 0;
    text-align: center;
    cursor: pointer;
    border: 2px solid #d91f47;
    font-weight: 500;
  }
  .form-cont-rap .radio-box1 {
    flex-wrap: wrap;
    gap: 2.8rem 1.8rem;
    width: 57rem;
    padding: 4rem 1.5rem;
    background-color: #FFF;
    justify-content: center;
    border-radius: 3rem;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.35);
  }
  .form-cont-rap .operator p {
    font-size: 3rem;
    padding: 4rem 3rem 4rem 4rem;
    border-radius: 3rem;
    max-width: 50rem;
  }
  span .form-cont-rap .operator p.width_0, .form-cont-rap .operator p.t_nowrap {
    color: #000;
    font-size: 3rem;
  }
  .form-cont-rap button {
    font-size: 3.6rem;
    width: 31rem;
  }
}

.radio-box1.page-02 {
  display: block;
  text-align: left;
  width: 37rem;
  padding: 3rem 1.5rem;
}
.radio-box1.page-02.v3 {
  width: 47rem;
  padding: 3rem 1.5rem 0;
}
.radio-box1.page-02.tel {
  padding: 3rem 1.5rem 0;
}
.radio-box1.page-02 .f-al-center {
  align-items: center;
}
.radio-box1.page-02 input, .radio-box1.page-02 select, .radio-box1.page-02 textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.63rem;
  line-height: 1em;
  border: 2px solid #d91f47;
  padding: 0.5rem 0.5em;
  border-radius: 0.6rem;
  font-weight: 600;
  transition: 0.2s;
  outline: 0;
}
.radio-box1.page-02 textarea {
  line-height: 1.4em;
  padding: 1.5rem 0.5em;
}
.radio-box1.page-02 input, .radio-box1.page-02 input:focus, .radio-box1.page-02 textarea:focus {
  color: #000000;
}
.radio-box1.page-02 input:-webkit-autofill, .radio-box1.page-02 select:-webkit-autofill, .radio-box1.page-02 textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000000 !important;
}
.radio-box1.page-02 input:-webkit-autofill:focus, .radio-box1.page-02 select:-webkit-autofill:focus, .radio-box1.page-02 textarea:-webkit-autofill:focus {
  caret-color: #000000 !important;
}
.radio-box1.page-02 select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 17rem;
  background: url(img/arrowdown.svg) center right 1rem no-repeat;
  background-size: 1.6rem;
  padding: 1.13rem 0.5rem;
  background-color: #FFF;
  color: #ae6d7c;
}
.radio-box1.page-02 input::-moz-placeholder, .radio-box1.page-02 textarea::-moz-placeholder {
  color: #ae6d7c;
}
.radio-box1.page-02 input::placeholder, .radio-box1.page-02 textarea::placeholder {
  color: #ae6d7c;
}
/* .radio-box1.page-02 select option, .radio-box1.page-02 select:invalid, .radio-box1.page-02 select option:first-child {
  color: #000000;
} */
.radio-box1.page-02 select option {
  color: #000;
}
.radio-box1.page-02 select:hover, .radio-box1.page-02 input:hover {
  border: 2px solid #ae6d7c;
}
.radio-box1.page-02 select:hover, .radio-box1.page-02 input:focus {
  border: 2px solid #ae6d7c;
}
.radio-box1.page-02 select::-ms-expand {
  -webkit-appearance: none;
  appearance: none;
}
.radio-box1.page-02 .select_rap {
  gap: 1rem;
}
.radio-box1.page-02 small {
  font-size: 1.4rem;
  display: block;
  line-height: 1em;
}
.radio-box1.page-02 small.mb_10 {
  margin-top: 0.5rem;
}
.radio-box1.page-02 .post {
  width: 12rem;
}
.radio-box1.page-02 .city {
  width: 15rem;
}
.radio-box1.page-02 .address {
  width: 33rem;
}
.radio-box1.page-02 p {
  color: #d91f47;
  font-size: 2rem;
}
.radio-box1.page-02 p span {
  font-size: 1.8rem;
  color: #7fccc7;
  border: solid 1px #7fccc7;
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 0.1rem 0.5em 0.2rem;
  margin-right: 0.5em;
}
.radio-box1.page-02 p i {
  font-style: normal;
  color: #d91f47;
  font-size: 1.8rem;
  margin-right: 0.5em;
}
.radio-box1.page-02 .page-02-p {
  margin-bottom: 0.5rem;
}
.radio-box1.page-02 .name, .radio-box1.page-02 .tel {
  width: 34rem;
  margin-bottom: 3rem;
}
.radio-box1.page-02 .email, .radio-box1.page-02 textarea {
  width: 44rem;
  margin-bottom: 3rem;
}
.radio-box1.page-02 .yearofbirth {
  width: 37rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .radio-box1.page-02 {
    width: 52rem;
    margin-bottom: 3rem;
  }
  .radio-box1.page-02.v3 {
    width: 52rem;
    padding: 3rem 1.5rem;
  }
  .radio-box1.page-02.v3.mail, .radio-box1.page-02.tel {
    padding: 3rem 1.5rem 0;
  }
  .radio-box1.page-02 p {
    font-size: 3rem;
  }
  .radio-box1.page-02 p span {
    font-size: 2.4rem;
  }
  .radio-box1.page-02 p i {
    font-size: 2.8rem;
    margin-bottom: 0.4rm;
  }
  .radio-box1.page-02 .select_rap.mb_10 {
    margin-bottom: 3rem;
  }
  .radio-box1.page-02 select {
    width: 25.2rem;
    background-size: 2.6rem;
  }
  .radio-box1.page-02 input, .radio-box1.page-02 select, .radio-box1.page-02 textarea {
    font-size: 3rem;
    border-radius: 1rem;
  }
  .radio-box1.page-02 input {
    padding: 1rem 0.5em;
  }
  .radio-box1.page-02 select {
    padding: 1.68rem 0.5em;
  }
  .radio-box1.page-02 small {
    font-size: 2.4rem;
  }
  .radio-box1.page-02 small.mb_10 {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
  }
  .radio-box1.page-02 .post {
    width: 22rem;
  }
  .radio-box1.page-02 .city {
    width: 22rem;
  }
  .radio-box1.page-02 .address {
    width: 48.2rem;
    margin-top: 0.8rem;
  }
  .radio-box1.page-02 .name, .radio-box1.page-02 .email, .radio-box1.page-02 .tel, .radio-box1.page-02 textarea {
    width: 48rem;
    margin-bottom: 3rem;
  }
  .radio-box1.page-02 textarea {
    margin-bottom: 0;
  }
  .radio-box1.page-02 .yearofbirth {
    width: 52rem;
  }
  .radio-box1.page-02 .page-02-p {
    margin-bottom: 0;
  }
}

/***css2****/
.sec2 {
  padding: 8em 0 8rem;
}
.sec2 .sec2_contrap_tuna {
  justify-content: space-between;
  padding-bottom: 6rem;
  gap: 1rem;
}
.sec2 .sec2_cont_tuna {
  width: 29.4rem;
  height: 41.4rem;
  border: 2px solid #d91f47;
  border-radius: 0.6rem;
  position: relative;
  background-color: #FFF;
}
.sec2 .sec2_cont_tuna::after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  width: 7rem;
  background-color: #d91f47;
  right: -5rem;
  top: 50%;
  z-index: -1;
}
.sec2 .sec2_cont_tuna.last::after {
  display: none;
}
.sec2 .sec2_cont_tuna h3 {
  font-size: 2.6rem;
  color: #d91f47;
  display: block;
  background-color: #f6e9ee;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 0.6rem 0.6rem 0 0;
}
.sec2 .sec2_cont_tuna figure {
  margin: 1.5rem auto 2rem;
}
.sec2 .sec2_cont_tuna .v1 {
  width: 15.2rem;
  padding-bottom: 2rem;
}
.sec2 .sec2_cont_tuna .v2 {
  width: 13.9rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sec2 .sec2_cont_tuna .v3 {
  width: 12rem;
  padding-bottom: 0rem;
}
.sec2 .sec2_cont_tuna p {
  font-size: 1.8rem;
  text-align: center;
}
.sec2 .sec2_cont_tuna p a {
  display: inline-block;
  color: #0d43bd;
  border-bottom: solid 1px #0d43bd;
  line-height: 1.1em;
  transition: 0.2s;
}
.sec2 .sec2_cont_tuna p a:hover {
  color: #d91f47;
  border-bottom: solid 1px #d91f47;
}
@media screen and (max-width: 767px) {
  .sec2 {
    padding: 8em 0 5rem;
  }
  .sec2 .sec2_contrap_tuna {
    flex-wrap: wrap;
    gap: 3rem 0;
  }
  .sec2 .sec2_cont_tuna {
    width: 100%;
    border-radius: 1rem;
    height: auto;
  }
  .sec2 .sec2_cont_tuna::after {
    display: inline-block;
    height: 8rem;
    width: 2px;
    right: 0;
    left: 0;
    bottom: -6rem;
    top: inherit;
    margin: 0 auto;
  }
  .sec2 .sec2_cont_tuna.last::after {
    display: none;
  }
  .sec2 .sec2_cont_tuna h3 {
    font-size: 4rem;
    padding: 1.5rem 0;
  }
  .sec2 .sec2_cont_tuna p {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .sec2 .sec2_cont_tuna p a {
    font-size: 2.8rem;
  }
  .sec2 .sec2_cont_tuna .v1 {
    width: 22em;
  }
  .sec2 .sec2_cont_tuna .v2 {
    width: 19rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sec2 .sec2_cont_tuna .v3 {
    width: 18rem;
    padding-bottom: 0rem;
  }
}

.sec2 .inner > h2, .sec3 .inner > h2, .sec_slider .inner > h2 {
  font-size: 3.6rem;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: -0.1rem;
  margin-bottom: 7rem;
}

.kazari_01 {
  display: inline-block;
  position: relative;
}

.kazari_01:before, .kazari_01:after {
  position: absolute;
  content: "";
  bottom: 0.4em;
  height: 60%;
  border: 1px solid #000;
}

.kazari_01:before {
  transform: rotate(330deg);
  left: -0.8em;
}

.kazari_01:after {
  transform: rotate(40deg);
  right: -0.8em;
}

.sec2_box_rap {
  margin-bottom: 1.5rem;
  gap: 2rem;
  justify-content: center;
}

.sec2_box {
  border: 2px solid #000;
  border-radius: 1rem;
  padding: 8rem 2rem 1rem;
  max-width: 19rem;
  position: relative;
  background-color: #FFF;
}

.sec2_box > p {
  font-size: 2.4rem;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
}

.sec2_box > p .border_b {
  display: inline-block;
  line-height: 1.2em;
}

.sec2_box.v1:before, .sec2_box.v2:before, .sec2_box.v3:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec2_p {
  position: relative;
  font-size: 1.4rem;
  text-align: right;
  right: -7rem;
}

/***slider****/
.sec_slider .inner h2 {
  margin-bottom: 2rem;
}

.slider_rap {
  max-width: 960px;
  width: calc(100% - 12rem);
  margin: 0 auto;
  padding: 2rem 6rem 3rem;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  height: 56rem;
  margin: 0;
  padding: 0;
}

.slider .slick-slide {
  margin: 1.5rem;
  background-color: #FFF;
  border-radius: 1.2rem;
  height: 54rem;
  box-shadow: -0.1rem 0.1rem 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.slider_box {
  hanging-punctuation: 48.2rem;
}

.slider figure img {
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slick-prev:before, .slider .slick-next:before {
  color: #08BCBD;
}

.slider_text {
  padding: 1.5rem 1rem 1.5rem 2.2rem;
}

.slider h2 {
  font-size: 2.2rem;
  text-align: left;
  background-color: #b2dddb;
  min-height: 3.2em;
  line-height: 1.4em;
  padding: 0.4em 0.5em 0.2em 1em;
  font-weight: 600;
}

.slider_text h3, .slider_text h4, .slider_text p {
  margin-bottom: 0em;
  line-height: 1.4em;
}

.slider_text h3 {
  font-size: 2.2rem;
  font-weight: 600;
}

.width_30 {
  width: 40%;
}

.width_70 {
  width: 60%;
}

.slider_text h4, .slider_text p {
  font-size: 1.8rem;
}

.slider_text p.last-p {
  margin-top: 0.6em;
  line-height: 1.6em;
}

.slider .slick-prev, .slider .slick-next {
  background: #777777;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.sec_slider .slick-next {
  right: -8rem;
}

.sec_slider .slick-prev {
  left: -8rem;
}

.slider .slick-next:before, .slider .slick-prev:before {
  position: absolute;
  content: "";
  background: url(img/chevron-right-solid.svg) center center no-repeat;
  background-size: contain;
  top: calc(50% - 1.5rem);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 3rem;
  height: 3rem;
  opacity: 1;
}

.slider .slick-prev:before {
  transform: scale(-1.1);
}

/***slider_end****/
.for_form_btn_rap {
  text-align: center;
}

.for_form_btn {
  font-size: 2rem;
  padding: 0.5rem 3rem;
  color: #FFF;
  background-color: #ba004f;
  border: solid 2px #ba004f;
  border-radius: 5rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  transition: 0.3s;
}

.for_form_btn:hover, .for_form_btn:focus {
  color: #ba004f;
  background-color: #FFF;
  border: solid 2px #ba004f;
}

/***sec3****/
.sec3 {
  padding: 8rem 0 4rem;
  position: relative;
}

.sec3_strong {
  color: #eca9b7;
  font-size: 9rem;
  font-weight: 900;
  font-style: italic;
  display: block;
  line-height: 1em;
}

.sec3_h3 {
  font-size: 3.2rem;
  color: #ba004f;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.sec3_p {
  font-size: 1.8rem;
  line-height: 2em;
}

.sec3_cont {
  position: relative;
  margin-bottom: 7rem;
}

.right_box_rap .left {
  margin-right: 4rem;
}

.right_box {
  position: relative;
  justify-content: center;
}

.right_box .left, .right_box .right {
  width: 50%;
  max-width: 46.5rem;
  position: relative;
}

.right_box_rap .right_box:before {
  top: 9rem;
  right: calc(-50% - 29rem);
  background-color: #dae2f7;
  height: 5rem;
}

.right_box_rap .right_box:after {
  top: 17rem;
  right: calc(-50% - 7rem);
  background-color: #dae2f7;
  height: 7rem;
}

.right_box figure img {
  width: auto;
  position: relative;
  z-index: 1;
}

.right_box_img_01 {
  position: relative;
}

.left_box_rap .left {
  margin-right: 4rem;
}

.left_box_rap > .right_box {
  align-items: center;
}

.left_box_rap:before {
  top: 5rem;
  left: calc(-50% - 5.5rem);
  background-color: #f0f4fc;
  height: 28rem;
  border-radius: 0 13rem 13rem 0;
}

.right_box_img_03 img {
  left: 6.5rem;
  top: -2rem;
}

.right_box_rap.v2 {
  margin-top: 12rem;
}

.right_box_rap.v2 .left {
  margin-top: -9rem;
}

/***cv****/
.cv {
  text-align: center;
  padding-bottom: 10rem;
}

.cv_link {
  color: #FFF;
  font-size: 2.8rem;
  border-radius: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.2s;
  white-space: nowrap;
  background-color: #df4868;
  width: 52.5rem;
  height: 10.1rem;
  position: relative;
}
.cv_link:hover {
  transform: scale(1.05);
}
.cv_link .cta_span01 {
  position: absolute;
  top: -4rem;
  left: -4rem;
  padding-top: 2rem;
  width: 9.5rem;
  height: 7.5rem;
  font-size: 2.45rem;
  background-color: #4c4c4c;
  border-radius: 50%;
  line-height: 1.2em;
}
.cv_link .cta_span01 strong {
  font-size: 135%;
}
.cv_link .cta_span02 {
  font-size: 90%;
  margin-top: 0.6rem;
}

.cv_link img {
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  margin-top: 0.4rem;
}

/***footer****/
.footer {
  padding: 3rem 0 10rem;
  background-color: #ededed;
}

.footer_logo {
  width: 22rem;
}

.footer_box {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_box div {
  width: 50%;
  margin-bottom: 1.4rem;
}

.footer_right {
  text-align: right;
}

.footer_right p {
  text-align: left;
  max-width: 28rem;
  margin-left: auto;
}
@media only screen and (max-width: 1160px) {
  .footer_right p {
    margin-right: 6rem;
  }
}
@media only screen and (max-width: 1160px) and (max-width: 767px) {
  .footer_right p {
    margin-right: 0;
  }
}

.footer p, .footer_left p a {
  font-size: 1.2rem;
  color: #000;
  position: relative;
}

.footer_left p a span {
  display: inline-block;
  border-bottom: solid 1px #000;
  line-height: 1.15em;
}

.footer_left p a {
  padding-right: 2.6em;
  transition: 0.3s;
}
.footer_left p a:hover {
  color: #df4868;
}
.footer_left p a:hover span {
  border-bottom: solid 1px #df4868;
}

.footer_left p a.last {
  padding-right: inherit;
}

.footer_left p a:after {
  position: absolute;
  content: "";
  top: calc(50% - 0.45em);
  right: 1.4em;
  border-right: 1px solid #000;
  height: 1em;
}

.footer_left p a.last:after {
  display: none;
}

.footer_left p a span {
  position: relative;
}

.copyright {
  white-space: nowrap;
}

/****固定バナー*****/
/**TOPへ戻るボタン**/
.fixedTop {
  position: fixed;
  right: 6%;
  bottom: 11%;
  opacity: 0;
  transition: 0.2s;
  width: 7.6rem;
  z-index: 25;
}
@media only screen and (max-width: 767px) {
  .fixedTop {
    width: 7rem;
    right: 1%;
    bottom: 10%;
  }
}

.floating-bnr {
  position: fixed;
  justify-content: center;
  padding: 0 3rem;
  gap: 5rem;
  width: calc(100% - 6rem);
  bottom: 0;
  opacity: 0;
  z-index: 30;
}
.floating-bnr .f-webbox {
  background-color: #df4868;
}
.floating-bnr .f-linebox {
  background-color: #00cd68;
}
.floating-bnr a {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  color: #FFF;
  width: 40rem;
  height: 8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
}
.floating-bnr a .web-img {
  width: 3.6rem;
}
.floating-bnr a .line-img {
  width: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .floating-bnr {
    background-color: rgba(255, 255, 255, 0.7019607843);
    gap: 1rem;
    padding: 1rem 0.8rem;
    width: calc(100% - 1.6rem);
  }
  .floating-bnr a {
    height: 11rem;
    font-size: 3.8rem;
    border-radius: 1.6rem;
    font-weight: bold;
  }
  .floating-bnr a .web-img {
    width: 18%;
  }
  .floating-bnr a .line-img {
    width: 18%;
  }
}

/********************************
モバイル
********************************/
/***header&mv****/
@media screen and (max-width: 1100px) {
  .mv_text h3 {
    font-size: 8vw;
  }
  .mv_text h3 strong {
    font-size: 10vw;
  }
  .mv_text h3 span {
    font-size: 7vw;
  }
  .mv_human {
    left: 4rem;
  }
  .mv_human02 {
    left: 12rem;
  }
  .medal {
    right: 15rem;
  }
  .top_text01 {
    font-size: 2.3636363636vw;
    left: 1.5rem;
  }
  .mv_text h4 {
    font-size: 2.8vw;
    margin-right: 7rem;
  }
  .mv_text h5 {
    font-size: 2vw;
    width: 55vw;
  }
  .top_text02 {
    bottom: -28rem;
  }
}
@media screen and (max-width: 890px) {
  header.inner {
    padding: 1rem 3rem 1rem;
  }
}
@media screen and (max-width: 890px) and (max-width: 890px) {
  header.inner {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (max-width: 890px) {
  .mv_human {
    top: 5rem;
    left: 17rem;
    width: 35rem;
    height: auto;
  }
  .mv_human02 {
    top: 5rem;
    left: 20rem;
    width: 42rem;
    height: auto;
  }
  .medal {
    top: 26rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50rem;
    height: auto;
  }
  .top_text02 {
    bottom: -32rem;
  }
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 100%;
  }
  .top_logo img {
    width: 40em;
    height: auto;
  }
  .top_logo figcaption {
    font-size: 1.8rem;
  }
  .mv_wrap {
    max-height: inherit;
    height: 84rem;
  }
  .mv {
    height: 39em;
    width: 180%;
    left: -40%;
    background-image: url(img/mv-bg-sp.webp);
    background-size: contain;
  }
  .mv_text h2 {
    writing-mode: vertical-rl;
    text-align: center;
    border-radius: 6rem;
    line-height: 1.2em;
    padding: 2em 0.45em 0.4em 0.4em;
    vertical-align: middle;
    right: 5.5rem;
    font-weight: 400;
    font-size: 3.2rem;
    margin-top: 5rem;
    letter-spacing: 0.07em;
    font-style: normal;
  }
  .mv_text h2 span {
    font-size: 130%;
  }
  .mv_text h2 strong {
    writing-mode: horizontal-tb;
    width: 12.5rem;
    height: 12.5rem;
    top: -8rem;
    left: -2.2rem;
    font-size: 3.2rem;
  }
  .mv_text h3 {
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 8.6rem;
    line-height: 1.3em;
    padding-top: 0;
    margin: -6rem 1rem 1rem 1rem;
    margin-left: auto;
    margin-right: 13.5rem;
  }
  .mv_text h3 strong {
    font-size: 11rem;
  }
  .mv_text h3 span {
    font-size: 95%;
    margin-top: -0.1em;
  }
  .mv_text h3 .f_500 {
    font-weight: bold;
  }
  .mv_text h4 {
    font-size: 4.2rem;
    white-space: nowrap;
    line-height: 1.4em;
    position: relative;
    margin: 0 auto 2rem;
    text-align: center;
    -webkit-text-stroke: 0.6rem #6b6867;
  }
  .mv_text h4::after {
    right: 2rem;
  }
  .mv_text h5 {
    font-size: 2.8rem;
    width: 100%;
    max-width: none;
    box-shadow: -0.4rem 0.5rem 0.4rem 0px rgba(0, 0, 0, 0.5);
    padding: 0.5rem 0;
    border-radius: 0.6rem;
  }
  .top_text01 {
    transform: rotate(350deg);
    left: 25rem;
    font-size: 2.6rem;
    top: 25rem;
    line-height: 1.3em;
    font-weight: 500;
  }
  .top_text01 span {
    border-bottom: none;
  }
  .mv_human {
    top: 2.5rem;
    left: 13rem;
    width: 42rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  .mv_human {
    left: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_human02 {
    display: none;
  }
  .medal {
    top: 45rem;
    width: 70rem;
  }
  .sp_text01 {
    display: inline-block;
    margin-left: -0.5rem;
    transform: rotate(6deg);
  }
  .top_text02 {
    position: relative;
    right: -2rem;
    text-align: right;
    top: 40rem;
    font-size: 1.6rem;
  }
}
/***sec_form****/
@media screen and (max-width: 1100px) {
  .sec2_p {
    right: -1rem;
  }
}
@media screen and (max-width: 1000px) {
  .sec_form_h2 {
    line-height: 1.4em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_form_h2 {
    font-weight: bold;
    line-height: 1.6em;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    white-space: nowrap;
  }
}
/***sec2****/
@media screen and (max-width: 767px) {
  .sec2 .inner > h2, .sec3 .inner > h2 {
    font-size: 4rem;
  }
  .sec2_box_rap {
    gap: 0.5rem;
  }
  .sec2_box {
    padding: 8rem 1rem 1rem;
    display: grid;
    align-items: center;
  }
  .sec2_box > p {
    white-space: inherit;
    font-size: 2.6rem;
  }
}
/***slider****/
@media screen and (max-width: 1150px) {
  .sec_slider .slick-prev {
    left: -6rem;
  }
  .sec_slider .slick-next {
    right: -4rem;
  }
}
@media screen and (max-width: 1060px) {
  .slider h2 {
    font-size: 1.8rem;
  }
  .slider_text h3 {
    font-size: 1.8rem;
  }
  .slider_text h4, .slider_text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .slider_rap {
    padding: 3rem 2rem;
    width: calc(100% - 4rem);
  }
  .slider .slick-slide {
    margin: 0.5rem;
  }
  .slick-prev, .slick-next {
    top: 30%;
  }
  .slider .slick-prev, .slider .slick-next {
    width: 6rem;
    height: 6rem;
  }
  .sec_slider .slick-prev {
    left: -2rem;
    z-index: 5;
  }
  .sec_slider .slick-next {
    right: -2rem;
  }
  .slider figure img {
    height: 23rem;
  }
  .slider h2 {
    min-height: 3em;
    line-height: 1.2em;
    padding: 0.4em 0 0em 1em;
  }
  .slider h2, .slider_text h3 {
    font-size: 2.8rem;
  }
  .slider_text h3 .width_70 {
    white-space: nowrap;
  }
  .slider_text h4 {
    font-size: 2.2rem;
  }
  .slider_text p {
    font-size: 2.4rem;
    margin-bottom: 0.3em;
  }
  .slider_text {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
  .slick-list {
    height: 68rem;
  }
  .slider .slick-slide {
    height: 66.5rem;
  }
  .for_form_btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
/***sec3****/
@media screen and (max-width: 1000px) {
  .sec3_h3 {
    font-size: 3.2vw;
  }
  .sec3_p {
    font-size: 2vw;
    white-space: nowrap;
  }
  .sec3_cont .right_box_rap .left {
    width: calc(60% - 5rem);
    padding-left: 5rem;
  }
  .sec3_cont .right_box_rap .right {
    width: 40%;
  }
  .sec3_cont .left_box_rap .right {
    width: calc(60% - 5rem);
    padding-left: 5rem;
  }
  .sec3_cont .left_box_rap .left {
    width: 40%;
  }
  .right_box_img_03 img {
    left: 0;
  }
  .right_box figure.right_box_img_01 img {
    width: 35.6vw;
    height: auto;
  }
  .right_box figure.right_box_img_02 img {
    width: 44.7vw;
    height: auto;
  }
  .right_box figure.right_box_img_03 img {
    width: 36.4vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding: 10rem 0 0;
  }
  .sec3_cont {
    margin-bottom: 0;
  }
  .sec3 .font_24rem {
    font-size: 3.8rem;
  }
  .right_box {
    flex-direction: column;
  }
  .sec3_cont .right_box .left, .right_box .right, .sec3_cont .right_box_rap .right, .sec3_cont .left_box_rap .right {
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding-bottom: 3rem;
    padding-left: inherit;
  }
  .sec3_strong {
    font-size: 12rem;
    margin-bottom: 1rem;
  }
  .sec3_h3 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .sec3_p {
    font-size: 2.4rem;
    line-height: 1.6em;
  }
  .right_box_rap:before {
    top: 44rem;
    right: 0;
    left: 5rem;
    height: 37.5rem;
  }
  .right_box figure.right_box_img_01 img {
    width: 80%;
    height: auto;
    position: relative;
    right: 4.5rem;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .right_box_rap:before, .right_box_rap .right_box:before, .right_box_rap .right_box:after, .left_box_rap:before {
    border-radius: 20rem 0 0 20rem;
  }
  .left_box_rap .right_box .right {
    order: 1;
  }
  .left_box_rap .right_box .left {
    order: 2;
  }
  .right_box_rap .right_box:before {
    top: 57rem;
    right: 0;
    left: 48rem;
    height: 7rem;
  }
  .right_box_rap .right_box:after {
    top: 68rem;
    right: 0;
    left: 18rem;
    height: 9rem;
  }
  .left_box_rap:before {
    top: 55rem;
    height: 33rem;
    border-radius: 0 20rem 20rem 0;
    left: calc(-50% + 21.5rem);
  }
  .right_box_rap.v2 .right_box .right {
    padding-bottom: 9rem;
  }
  .right_box figure.right_box_img_02 img {
    width: 80%;
    right: 0;
    left: 0;
  }
  .right_box_rap.v2:before {
    height: 36.5rem;
  }
  .right_box_rap.v2 .right_box:before {
    top: 56rem;
    height: 6.5rem;
  }
  .right_box_rap .right_box:after {
    top: 66rem;
  }
  .right_box figure.right_box_img_03 img {
    width: 80%;
    right: 0;
    left: 0;
    top: 0;
  }
}
/***cv****/
@media screen and (max-width: 767px) {
  .cv .inner {
    padding: 0;
    width: 100%;
  }
  .cv_link {
    font-size: 4.2rem;
    width: calc(100% - 14rem);
    height: 14rem;
    padding-top: 0;
  }
  .cv_link .cta_span01 {
    top: -6rem;
    left: -5rem;
    width: 11rem;
    height: 9rem;
    font-size: 3rem;
  }
  .cv_link_a {
    padding: 3.2rem 3rem 3.2rem 3rem;
  }
  .cv_link_a:before {
    left: 14.8rem;
  }
  .cv_link img {
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 0;
    position: relative;
    left: 2rem;
  }
  .cv_link:hover .cv_link_a {
    font-size: 105%;
  }
  .cv_link:hover .cv_link_b {
    font-size: 105%;
  }
  .cv_link_a:before, .cv_link_a:after {
    border-top: 12rem solid #fff17a;
  }
  .cv_link_a:after {
    left: 14.2rem;
  }
  .cv_link:hover .cv_link_a:before {
    left: 15.2rem;
  }
  .cv_link:hover .cv_link_a:after {
    left: 14.2rem;
    width: 0.8rem;
  }
}
/***footer****/
@media screen and (max-width: 767px) {
  .footer {
    padding: 3rem 1rem 12rem;
  }
  .footer_logo {
    width: 30rem;
    margin: 2rem auto;
  }
  .footer_box.inner {
    padding: 0;
  }
  .footer_box div {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
  .footer p, .footer_left p a {
    font-size: 2.2rem;
  }
  .footer_right p {
    max-width: inherit;
    text-align: center;
  }
  .footer_box div:nth-of-type(1) {
    order: 1;
  }
  .footer_box div:nth-of-type(2) {
    order: 3;
  }
  .footer_box div:nth-of-type(3) {
    order: 2;
  }
  .footer_box div:nth-of-type(4) {
    order: 4;
  }
}
/***thanks****/
.thanks {
  padding-bottom: 1rem;
}

.thanks.mv {
  opacity: 0.3;
}

.thanks_text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 10rem;
}

.thanks_text h2 {
  font-size: 2.8rem;
  margin-bottom: 6rem;
  white-space: nowrap;
}

.thanks_text p {
  font-size: 1.6rem;
  line-height: 2em;
}

.for_form_btn_rap.thanks {
  margin: 5rem auto 6rem;
}

@media screen and (max-width: 767px) {
  .thanks_text h2 {
    font-size: 3.9rem;
  }
  .thanks_text p {
    font-size: 3rem;
  }
  .for_form_btn_rap.thanks {
    margin: 5rem auto 10rem;
  }
  .for_form_btn {
    font-size: 4rem;
    letter-spacing: 0.1rem;
    padding: 0.6rem 6rem;
  }
}
/***css_end****//*# sourceMappingURL=style.css.map */