@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
  font-family: "Lemon-Regular";
  src: url("../font/Lemon-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-Black";
  src: url("../font/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "AkazukiPOP";
  src: url("../font/AkazukiPOP.woff") format("woff");
}
/*================================================
 *  特商デザイン
 ================================================*/
.Area_tokusyo {
  font-size: 1em;
  color: #253394;
  padding: 0% 0 2% 0;
  background-color: #f0f3fa;
  background-position: top center;
  z-index: 1;
  margin: 0 auto;
}
.Area_tokusyo .whitebord {
  position: relative;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 1.2rem;
  color: #253394;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 0 0% 0% 0;
  margin: -0.1% auto;
}
@media (max-width: 767px) {
  .Area_tokusyo .whitebord {
    width: 90%;
  }
}

.tokusyo_inner {
  width: 90%;
  margin: 0% auto;
  padding: 0% 0 0% 0;
}
@media (max-width: 767px) {
  .tokusyo_inner {
    margin: 0% auto;
  }
}
.tokusyo_inner h1 {
  font-size: 70%;
  background-color: rgba(221, 221, 221, 0.9);
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  margin: 0 0 0% 0;
}
.tokusyo_inner h2 {
  font-size: 70%;
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  font-weight: bold;
}
.tokusyo_inner dt {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 0 2%;
  font-size: 70%;
}
.tokusyo_inner dd {
  margin: 1em 1em 2em;
  font-size: 100%;
}
.tokusyo_inner p.short {
  margin: 0 1em 1em;
  font-size: 60%;
}
.tokusyo_inner .table {
  margin: 0% auto;
  border: 2px #d3d3d3 solid;
  width: 98%;
  padding: 0 0 0% 0;
}
.tokusyo_inner .t-line tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.9);
}
.tokusyo_inner .t-line tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.tokusyo_inner .td {
  font-size: 0.6em;
  color: #4d4d4d;
  font-weight: bold;
  padding: 0.5%;
  border: 2px #d3d3d3 solid;
  vertical-align: middle;
}
.tokusyo_inner .td_1 {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  border: 2px #d3d3d3 solid;
  font-size: 70%;
}
.tokusyo_inner hr {
  width: 100%;
  margin: -0.5% 0 0 0;
}
.tokusyo_inner p {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  font-size: 70%;
}

.kiyaku_inner {
  width: 90%;
  margin: 0% auto;
  padding: 0% 0 0% 0;
}
@media (max-width: 767px) {
  .kiyaku_inner {
    margin: -1.8% auto;
  }
}
.kiyaku_inner h1 {
  font-size: 70%;
  background-color: rgba(221, 221, 221, 0.9);
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  margin: 0 0 0% 0;
}
.kiyaku_inner h2 {
  font-size: 70%;
  color: #4d4d4d;
  padding: 0.4vw 0 0.4vw 0;
  font-weight: bold;
}
.kiyaku_inner dt {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 0 2%;
  font-size: 100%;
}
.kiyaku_inner dd {
  margin: 1em 1em 2em;
  font-size: 100%;
}
.kiyaku_inner p.short {
  margin: 0 1em 1em;
  font-size: 60%;
}
.kiyaku_inner .table {
  margin: 0% auto;
  border: 2px #d3d3d3 solid;
  width: 98%;
  padding: 0 0 0% 0;
}
.kiyaku_inner .t-line tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.9);
}
.kiyaku_inner .t-line tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.kiyaku_inner .td {
  font-size: 0.6em;
  color: #4d4d4d;
  font-weight: bold;
  padding: 0.5%;
  border: 2px #d3d3d3 solid;
  vertical-align: middle;
}
.kiyaku_inner .td_1 {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  border: 2px #d3d3d3 solid;
  font-size: 70%;
}
.kiyaku_inner hr {
  width: 100%;
  margin: -0.5% 0 0 0;
}
.kiyaku_inner p {
  margin-bottom: 0.5em;
  color: #4d4d4d;
  padding: 1%;
  font-size: 100%;
}

/*================================================
 *  新フォーム
 ================================================*/
.Area_form {
  position: relative;
  margin: 0 auto 0;
  padding: 0% 2% 10% 2%;
}
@media (max-width: 767px) {
  .Area_form {
    margin: -1px auto;
  }
}
.Area_form h1 {
  background-color: none;
  font-family: "ZenKakuGothicNew-Regular";
  color: #fff;
}
@media (max-width: 767px) {
  .Area_form h1 {
    font-size: 24px;
  }
}
.Area_form h2 {
  text-align: center;
  background-color: #253394;
  color: #fff;
  font-family: "ZenKakuGothicNew-Regular";
  font-weight: 800;
  padding: 0 0 0.5% 0;
}

.form1 {
  z-index: 3;
  width: 25%;
  margin: 0% auto;
  padding: 5% 0 3% 0;
}
@media (max-width: 767px) {
  .form1 {
    width: 48%;
    margin: 0% auto;
  }
}

.Form {
  width: 100%;
  margin: 0% auto 0;
  border: 0px solid #253394;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .Form {
    width: 95%;
  }
}

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

.Form-Item {
  width: 50%;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #253394;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.Form-Item:nth-child(5), .Form-Item:nth-child(7) {
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .Form-Item {
    width: 100%;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.w100 {
  width: 100%;
  padding: 0 0 5% 0;
}

.check_left {
  padding-left: 2%;
}

.Form-Item-long {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: regular;
  font-size: 14px;
  color: #253394;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .Form-Item-Label {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  font-family: "ZenKakuGothicNew-Regular";
  margin-right: 8px;
  padding: 2px 4px 2px 4px;
  width: 10%;
  display: inline-block;
  text-align: center;
  background: #253394;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 10%;
    font-size: 10px;
  }
}

.Form-Item-Input {
  margin-right: 2%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  height: 1.6em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 80%;
  background: #f5f5f5;
  font-size: 1em;
  color: #253394;
  border: none;
  outline: none;
  border-bottom: 2px solid #999;
  padding: 5px 10px;
}
.Form-Item-Input:-ms-input-placeholder {
  color: #253394;
}
.Form-Item-Input::-ms-input-placeholder {
  color: #253394;
}
.Form-Item-Input::placeholder,
.Form-Item-Input ::-ms-input-placeholder,
.Form-Item-Input :-ms-input-placeholder {
  color: #253394;
}
@media (max-width: 767px) {
  .Form-Item-Input {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    height: 40px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 16px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.agecheckbox {
  width: 80%;
  text-align: left;
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .agecheckbox {
    width: 100%;
  }
}

.chui {
  color: #253394;
  text-align: center;
  font-size: 0.7em;
}
@media (max-width: 767px) {
  .chui {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin: 2vw auto;
  border-radius: 2.2vw;
  padding: 1% 0 1% 0;
  width: 30%;
  display: block;
  letter-spacing: 0.05em;
  background: #fef100;
  color: #fff;
  font-weight: bold;
  font-size: 2.4vw;
  outline: none;
  border: none;
}
.Form-Btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/*================================================
 *  確認画面デザイン
 ================================================*/
.Area_confirmation {
  text-align: left;
  color: #4d4d4d;
  z-index: 1;
  padding: 0% 0 5% 0;
  overflow: hidden;
}
.Area_confirmation .whitebord {
  position: relative;
  font-size: 1rem;
  color: #253394;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  padding: 3% 0% 3% 0;
  margin: 0% auto;
}
@media (max-width: 767px) {
  .Area_confirmation .whitebord {
    width: 95%;
  }
}

.confirmation_box {
  padding: 0% 0% 3% 0%;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(243, 243, 243, 0.9);
}
@media (max-width: 767px) {
  .confirmation_box {
    width: 100%;
  }
}
.confirmation_box .text_box {
  width: 10%;
  margin: 0 auto;
}
.confirmation_box h2 {
  font-size: 2em;
  margin: 0.6vw auto;
  color: #fff;
  text-align: center;
  background-color: #253394;
  padding: 0.2vw 0 0.2vw 0;
}
@media (max-width: 767px) {
  .confirmation_box h2 {
    font-size: 1.4em;
  }
}
.confirmation_box h3 {
  text-align: center;
  font-size: 2em;
  margin: 1% auto;
  padding: 0vw 0 0.2vw 0;
}
@media (max-width: 767px) {
  .confirmation_box h3 {
    font-size: 1em;
  }
}
.confirmation_box .field_conf {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.confirmation_box .field_conf label {
  font-weight: 900;
  color: #253394;
}
@media (max-width: 767px) {
  .confirmation_box .field_conf label {
    font-size: 11px;
  }
}
.confirmation_box .field_conf label.disp-value {
  color: #4d4d4d;
  line-height: 1.2em;
  padding: 0% 0% 0% 0%;
  font-size: 2em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .confirmation_box .field_conf label.disp-value {
    font-size: 1em;
  }
}

.field_conf {
  color: #4d4d4d;
  padding: 0 0 3% 3%;
  line-height: 2em;
}

.d_title {
  font-size: 2em;
  padding: 0 0 0% 0;
}

.kiyaku {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3f3f3f;
  font-size: 1.4em;
  text-align: left;
  height: 10vw;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 10px;
  width: 95%;
  margin: 3% auto 0;
}
@media (max-width: 767px) {
  .kiyaku {
    padding: 0 0 30% 0;
    font-size: 1em;
  }
}

/* 承諾チェック */
.kiyaku-checkbox {
  margin: 2% 0% 2% 30%;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .kiyaku-checkbox {
    margin: 2% 0% 2% 15%;
  }
}
.kiyaku-checkbox label {
  color: #4d4d4d;
  padding: 0 0 0 5%;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .kiyaku-checkbox label {
    font-size: 0.6em;
  }
}

.kiyaku-checkbox > label {
  display: inline-block;
}

.err-msg,
.err-msg2 {
  display: none;
  color: white;
  background-color: #771221;
  border-radius: 1vw;
  padding: 2%;
  margin: 2% 2% 5% 2%;
}

/* ボタン並び */
.btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0% auto;
}

.btn_herf {
  margin: 2%;
  padding: 1% 0 1% 0;
  font-size: 2.4vw;
}
@media (max-width: 767px) {
  .btn_herf {
    font-size: 22px;
  }
}

/* 修正ボタン */
.syusei {
  color: #fff;
  background-color: none;
}
.syusei:hover {
  opacity: 0.7;
}

/*================================================
 *  サンクスページデザイン FE+BE共通
 ================================================*/
.Area_complete {
  text-align: center;
  color: #253394;
  z-index: 1;
  padding: 0% 0 0% 0;
}
.Area_complete .whitebord {
  position: relative;
  padding: 1.6rem 1rem;
  font-size: 1rem;
  color: #253394;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 5% 0% 5% 0;
  margin: -0.1% auto;
}
@media (max-width: 767px) {
  .Area_complete .whitebord {
    width: 90%;
  }
}

.inner_complete {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  background-color: rgba(250, 250, 250, 0.9);
  /* 振込先 */
}
.inner_complete h1 {
  background-color: #253394;
  color: #ffffff;
  padding: 0.2vw 0 0.2vw 0;
  margin: 0 auto;
  font-size: 2em;
}
@media (max-width: 767px) {
  .inner_complete h1 {
    font-size: 1.4em;
  }
}
.inner_complete h2 {
  width: 60%;
  color: #253394;
  border-bottom: solid 0.3vw #253394;
  padding: 0 0 0 0;
  margin: 20px auto;
  font-size: 2em;
  font-style: italic;
}
@media (max-width: 767px) {
  .inner_complete h2 {
    font-size: 1em;
  }
}
.inner_complete h3 {
  width: 70%;
  background-color: #4d4d4d;
  color: #253394;
  padding: 6px 0 0 0;
  margin: 20px auto;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .inner_complete h3 {
    font-size: 1.2em;
    width: 90%;
  }
}
.inner_complete p {
  display: inline-block;
  text-align: left;
  padding: 2% 0 2% 0;
  width: 90%;
  font-size: 1.4em;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .inner_complete p {
    font-size: 1em;
  }
}
.inner_complete red {
  color: red;
}
.inner_complete .complete_t {
  width: 20%;
  margin: 2% auto 2%;
}
@media (max-width: 767px) {
  .inner_complete .complete_t {
    width: 50%;
  }
}
.inner_complete .box_bank {
  background-color: #771221;
  width: 80%;
  margin: 3% auto 1%;
  max-width: 400px;
  font-size: 200%;
  padding: 2% 0 2% 0;
}

/*================================================
 *  フッター
 ================================================*/
.foot {
  clear: both;
  padding: 1% 0 2% 0%;
  margin: 0% 0 0% 0;
  font-size: 1vw;
  color: #fff;
  text-align: center;
  background: #253394;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
}
.foot a{
 font-size: 10px;
}
@media (max-width: 767px) {
  .foot {
    font-size:10px;
    padding: 20px 0 50px 0;
    margin: 0% 0 0% 0;
  }
  .foot a{
    font-size: 6px;
  }
}

.foot a {
  color: #fff;
}

.copy {
  font-size: 0.8vw;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .copy {
    font-size: 7px;
  }
}

/*================================================
 *  固定フッター
 ================================================*/
footer {
  width: 100%;
  height: 80px;
  color: #ffffff;
  background-color: #253394;
  position: fixed;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 998;
}
@media (max-width: 767px) {
  footer {
    height: 50px;
  }
}
footer .inner {
  width: 300px;
  padding: 0% 0 0 0;
  margin: -1.5% auto 0;
}
@media (max-width: 767px) {
  footer .inner {
    width: 50%;
    padding: 2% 0 0 0;
    margin: -7% auto 0;
  }
}
footer .inner a {
  color: rgb(237, 237, 237);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .inner a i {
  font-size: 35px;
}
footer .inner .form_to {
  width: 10%;
  position: fixed;
  bottom: 0%;
  z-index: 999;
}
footer .inner .form_to img {
  width: 100%;
}
@media (max-width: 767px) {
  footer .inner .form_to {
    width: 40%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  footer .inner .form_to {
    display: block;
  }
}
footer .inner .form_to a {
  display: block;
  text-decoration: none;
}
footer .inner .form_to :hover {
  opacity: 0.4;
}

/*================================================
 *  ヘッダー
 ================================================*/
.header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: cover;
  width: 100%;
  font-size: 8px;
  text-align: center;
  padding: 0 0% 0 0;
}

.header img {
  width: 100%;
}

.to_solutioton {
  text-align: center;
  margin: 5% auto 0;
  width: 70%;
  max-width: 600px;
}
.to_solutioton a {
  display: block;
}
.to_solutioton :hover {
  opacity: 0.7;
}

/*================================================
 *  ボタンデザイン
 ================================================*/
.btn {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  outline: none;
  border: none;
  background: none;
}
.btn:hover {
  top: 3px;
}
.btn a {
  display: inline-block;
}

.form-to-btn {
  width: 30%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-to-btn {
    width: 60%;
  }
}
.form-to-btn a {
  display: inline-block;
}

.btn-send {
  width: 30%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .btn-send {
    width: 50%;
  }
}

.btn-send-cre {
  width: 50%;
  margin: 0 auto;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.shiny-btn {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 0% 0% 0% 0%;
  background-color: #253394;
  border-radius: 30px;
  display: block;
  color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px 2px rgba(26, 26, 26, 0.5);
          box-shadow: 5px 5px 5px 2px rgba(26, 26, 26, 0.5);
  text-align: center;
  font-size: 3.5vw;
  font-family: "AkazukiPOP";
}
@media (max-width: 767px) {
  .shiny-btn {
    width: 80%;
    margin: 2% auto 3%;
    border-radius: 25px;
    font-size: 7vw;
  }
}
@media (min-width: 1921px) {
  .shiny-btn {
    margin: 2% auto 3%;
    border-radius: 30px;
  }
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.moushi_btn {
  width: 100%;
  margin: 0 auto;
  font-size: 3vw;
}
@media (max-width: 767px) {
  .moushi_btn {
    font-size: 7vw;
  }
}

/*================================================
 *  アニメーション
 ================================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* その他*/
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  /* コピー禁止 */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6vw;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#contents {
  margin: 0 auto;
}

header {
  margin: 0 auto;
}

a {
  color: #3f3f3f;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

p {
  margin: 0 0 0em 0;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* コピー禁止 */
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  /* 右クリック禁止 */
  pointer-events: none;
}

h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  background: #ff828b;
  margin: 0 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4vw;
  }
}

.req-mark {
  color: #f0f3fa;
}

/*================================================
 *  inner
 ================================================*/
.inner {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner {
    max-width: 600px;
  }
}

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1100 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1100 {
    max-width: 600px;
  }
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
  position: relative;
}
@media (min-width: 1921px) {
  .inner1400 {
    max-width: 3200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .inner1400 {
    max-width: 600px;
  }
}

/*================================================
 *  TOPビュー
 ================================================*/
.Area_main {
  position: relative;
  margin: 0 auto;
  padding: 6% 0 20% 0;
  background: url(../images/fv_bk.jpg) no-repeat;
  background-size: 100%;
  background-color: #253394;
  z-index: 0;
}
@media (max-width: 767px) {
  .Area_main {
    z-index: 0;
    background: url(../images/fv_bk_sp.jpg) no-repeat;
    background-size: 100%;
    padding: 30% 0 47.5% 0;
  }
}
.Area_main .fv1 {
  position: relative;
  width: 30%;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .Area_main .fv1 {
    width: 60%;
    margin: 0 auto 0;
  }
}
.Area_main .fv1 .fv_best1 {
  position: absolute;
  width: 50%;
  left: -70%;
  top: 80%;
}
@media (max-width: 767px) {
  .Area_main .fv1 .fv_best1 {
    width: 45%;
    left: -10%;
    top: -100%;
  }
}
.Area_main .fv1 .fv_best2 {
  position: absolute;
  width: 50%;
  right: -70%;
  top: 80%;
}
@media (max-width: 767px) {
  .Area_main .fv1 .fv_best2 {
    width: 45%;
    right: -10%;
    top: -100%;
  }
}
.Area_main .fv2 {
  width: 42%;
  margin: 2rem auto 2rem;
}
@media (max-width: 767px) {
  .Area_main .fv2 {
    width: 75%;
    margin: 1rem auto 1rem;
  }
}
.Area_main .fv3 a {
  display: block;
  width: 40%;
  margin: 1.5rem auto 1.5rem;
}
@media (max-width: 767px) {
  .Area_main .fv3 a {
    width: 80%;
    margin: 1rem auto 1rem;
  }
}

.fv_flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  width: 35%;
  margin: -19% auto 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv_flex {
    display: none;
  }
}

.fv_flex_img {
  width: 100%;
}

/*================================================
 *  Section1
 ================================================*/
.Area_section1 {
  margin: -5% auto 0;
  padding: 10% 0 10% 0;
  position: relative;
  z-index: 0;
  background-image: url(../images/work_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section1 {
    background-image: url(../images/work_bg_sp.jpg);
    background-color: #253394;
    background-position: bottom;
    padding: 1% 0 15% 0;
  }
}
.Area_section1 .s1_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  padding: 3% 0 0% 0;
}
@media (max-width: 767px) {
  .Area_section1 .s1_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Area_section1 .s1_flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 0%;
  width: 100%;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .Area_section1 .s1_flex_column {
    width: 95%;
    padding: 0 0 0% 0;
  }
}
.Area_section1 .s1_img {
  width: 50%;
  margin: 0 auto 0;
}
.Area_section1 .whitebord_clip {
  position: relative;
  color: #253394;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 30%;
  padding: 1% 3% 1% 3%;
  margin: 1% auto 1%;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
  clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
}
@media (max-width: 767px) {
  .Area_section1 .whitebord_clip {
    width: 95%;
    padding: 2% 3% 3% 3%;
    margin: 1% auto 3%;
  }
}
.Area_section1 .textbox {
  width: 100%;
  margin: 0 auto 0;
}
.Area_section1 .kira::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 20%;
  width: 44px;
  height: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section1 .kira::before {
    top: 3%;
    left: 15%;
    width: 22px;
    height: 25px;
  }
}
.Area_section1 .kira::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 20%;
  width: 44px;
  height: 51px;
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section1 .kira::after {
    top: 1%;
    right: 11%;
    width: 22px;
    height: 25px;
  }
}

p {
  font-family: "ZenKakuGothicNew-Regular";
  font-size: clamp(30%, 1.2vw, 16px);
  line-height: 1.6em;
  color: #253394;
}
@media (max-width: 767px) {
  p {
    font-size: 0.8em;
  }
}

.section_title {
  font-family: "ZenKakuGothicNew-Bold";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(30%, 2.8vw, 32px);
  margin: -5% 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .section_title {
    font-size: 1.7em;
    line-height: 1.4em;
    margin: 0 0 1% 0;
  }
}

.kira {
  padding: 3% 0 0 0;
}

.title {
  font-family: "ZenKakuGothicNew-Bold";
  font-weight: 400;
  font-style: normal;
  font-size: clamp(30%, 2.3vw, 24px);
}
@media (max-width: 767px) {
  .title {
    font-size: 1.4em;
  }
}

.red {
  color: #771221;
}

.white {
  color: #fff;
}

.center {
  text-align: center;
}

.bold {
  font-family: "ZenKakuGothicNew-Regular";
}

h2 {
  margin: 0% 0 0 0;
}

.sub {
  font-size: clamp(30%, 2vw, 24px);
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .sub {
    font-size: 1em;
  }
}

.under_yellow {
  font-size: clamp(30%, 2vw, 24px);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffb000));
  background: -webkit-linear-gradient(transparent 60%, #ffb000 60%);
  background: linear-gradient(transparent 60%, #ffb000 60%);
}

.big150 {
  font-size: clamp(30%, 3vw, 36px);
}
@media (max-width: 767px) {
  .big150 {
    font-size: 130%;
  }
}

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

.bold {
  font-family: "ZenKakuGothicNew-Bold";
}

/*================================================
 *  Section2
 ================================================*/
.Area_section2 {
  margin: 0 auto;
  padding: 3% 0 5% 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .Area_section2 {
    padding: 0% 0 15% 0;
    margin-top: 0%;
  }
}
.Area_section2 .kira::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 20%;
  width: 44px;
  height: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section2 .kira::before {
    top: 4.5%;
    left: 13%;
    width: 22px;
    height: 25px;
  }
}
.Area_section2 .kira::after {
  content: "";
  position: absolute;
  top: 2%;
  right: 20%;
  width: 44px;
  height: 51px;
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section2 .kira::after {
    top: 2%;
    right: 15%;
    width: 22px;
    height: 25px;
  }
}
.Area_section2 .s2_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0 0 0;
}
@media (max-width: 767px) {
  .Area_section2 .s2_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Area_section2 .s2_flex_column_right {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 10% 3% 1% 3%;
}
@media (max-width: 767px) {
  .Area_section2 .s2_flex_column_right {
    margin: 0 auto 0;
    width: 90%;
    padding: 3% 3% 1% 3%;
  }
}
.Area_section2 .s2_flex_column_left {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 10% 3% 1% 5%;
}
@media (max-width: 767px) {
  .Area_section2 .s2_flex_column_left {
    margin: 0 auto 0;
    width: 90%;
    padding: 3% 3% 1% 5%;
  }
}
.Area_section2 .s2_flex_column_right::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -200px;
  width: 859px;
  height: 355px;
  z-index: -10;
  background-image: url(../images/merit_nodebg01.svg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .Area_section2 .s2_flex_column_right::after {
    top: -80px;
    right: -200px;
  }
}
.Area_section2 .s2_flex_column_left::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -200px;
  width: 1143px;
  height: 444px;
  z-index: -10;
  background-image: url(../images/merit_nodebg02.svg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .Area_section2 .s2_flex_column_left::after {
    top: -230px;
    left: -200px;
  }
}
.Area_section2 .rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .Area_section2 .rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Area_section2 .s2_1 {
  width: 50%;
  padding: 1% 2% 1% 2%;
}
@media (max-width: 767px) {
  .Area_section2 .s2_1 {
    width: 90%;
    margin: 0 auto 0;
  }
}

/*================================================
 *  Section3
 ================================================*/
.Area_section3 {
  margin: 0% auto 0;
  padding: 10% 0 8% 0;
  position: relative;
  z-index: 0;
  background-image: url(../images/s3_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 767px) {
  .Area_section3 {
    background-image: url(../images/s3_bk_sp.png);
    margin: -13% auto 0;
    padding: 15% 0 20% 0;
  }
}
.Area_section3 .kira::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 20%;
  width: 44px;
  height: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section3 .kira::before {
    top: 8%;
    left: 15%;
    width: 22px;
    height: 25px;
  }
}
.Area_section3 .kira::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 20%;
  width: 44px;
  height: 51px;
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section3 .kira::after {
    top: 2%;
    right: 10%;
    width: 22px;
    height: 25px;
  }
}
.Area_section3 .s3_1 {
  width: 40vw;
  margin: 0 auto 0;
  padding: 4% 0 0 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media (max-width: 767px) {
  .Area_section3 .s3_1 {
    display: none;
  }
}
.Area_section3 .s3_1_sp {
  width: 90%;
  margin: 0 auto 0;
  padding: 8% 0 0 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media (min-width: 768px) {
  .Area_section3 .s3_1_sp {
    display: none;
  }
}
.Area_section3 .s3_1:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.Area_section3 .s3_1_sp:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.Area_section3 .s3_2 {
  width: 20vw;
  margin: 0 auto 0;
  padding: 0% 0 0 0;
}
@media (max-width: 767px) {
  .Area_section3 .s3_2 {
    width: 95%;
    padding: 4% 0 0 0;
  }
}

/*================================================
 *  Section4
 ================================================*/
.Area_section4 {
  margin: 0% auto;
  position: relative;
  z-index: 2;
  padding: 8% 0 9% 0;
  background-image: url(../images/s4_bk.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .Area_section4 {
    background-image: url(../images/s4_bk_sp.jpg);
    padding: 43% 0 42.5% 0;
    margin-top: 0%;
  }
}
.Area_section4 .s4_m a {
  width: 40%;
  margin: 0 auto 0;
  padding: 5% 0 0 0;
  display: block;
}
@media (max-width: 767px) {
  .Area_section4 .s4_m a {
    width: 70%;
  }
}

/*================================================
 *  Section5
 ================================================*/
.Area_section5 {
  margin: 0% auto;
  position: relative;
  padding: 10% 0 5% 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .Area_section5 {
    margin-top: 0%;
    padding: 0% 0 5% 0;
  }
}
.Area_section5 .kira::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 20%;
  width: 44px;
  height: 51px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section5 .kira::before {
    top: 4%;
    left: 15%;
    width: 22px;
    height: 25px;
  }
}
.Area_section5 .kira::after {
  content: "";
  position: absolute;
  top: 2%;
  right: 20%;
  width: 44px;
  height: 51px;
  background-image: url(../images/sectiontitle_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Area_section5 .kira::after {
    top: 1.5%;
    right: 13%;
    width: 22px;
    height: 25px;
  }
}
.Area_section5 .s5_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5% auto 0;
}
@media (max-width: 767px) {
  .Area_section5 .s5_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5% auto 10%;
  }
}
.Area_section5 .s5_flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5% auto 0;
  width: 50%;
}
@media (max-width: 767px) {
  .Area_section5 .s5_flex_column {
    width: 95%;
    margin: 0 auto 0;
  }
}
.Area_section5 .flex_column_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .Area_section5 .flex_column_flex {
    width: 95%;
    margin: 0 auto 2%;
  }
}
.Area_section5 .flex_name {
  padding: 0 5% 0 0;
  width: 25%;
}
@media (max-width: 767px) {
  .Area_section5 .flex_name {
    width: 30%;
  }
}
.Area_section5 .flex_prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #253494;
  gap: 5px;
  padding: 2% 0 0 5%;
  width: 60%;
}
.Area_section5 .prof_left {
  width: 35%;
}
@media (max-width: 767px) {
  .Area_section5 .prof_left {
    width: 45%;
  }
}
.Area_section5 .prof_right {
  border: 1px solid #253494;
  height: 50%;
  width: 40%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .Area_section5 .prof_right {
    width: 55%;
  }
}
.Area_section5 .s5_img {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .Area_section5 .s5_img {
    width: 90%;
  }
}
.Area_section5 .textbox {
  width: 100%;
  margin: 5% 0 0 0;
}
@media (max-width: 767px) {
  .Area_section5 .textbox {
    width: 95%;
    margin: 0 auto 2%;
  }
}
.Area_section5 .rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .Area_section5 .rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*================================================
 *  Section6
 ================================================*/
.Area_section6 {
  position: relative;
  margin: 0% auto;
  z-index: 5;
  padding: 3% 0 2% 0;
  background-color: #f0f3fa;
}
@media (max-width: 767px) {
  .Area_section6 {
    margin: 0% auto;
    padding: 3% 0 5% 0;
  }
}
.Area_section6 .whitebord {
  position: relative;
  color: #253394;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 1% 3% 0% 3%;
  margin: 1% auto 1%;
}
@media (max-width: 767px) {
  .Area_section6 .whitebord {
    width: 95%;
  }
}
.Area_section6 .s6_t {
  font-family: "AkazukiPOP";
  font-size: 150%;
}
.Area_section6 .s6_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4% auto 0;
  padding: 0 0 3% 0;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .Area_section6 .s6_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Area_section6 .s6_flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31%;
}
@media (max-width: 767px) {
  .Area_section6 .s6_flex_column {
    width: 100%;
    margin: 0% auto 10%;
  }
}
.Area_section6 .s6_coment_red {
  color: #c7201d;
  background-color: #f9eff0;
  padding: 10px 15px;
  font-size: clamp(30%, 1.4vw, 14px);
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
  width: 80%;
}
@media (max-width: 767px) {
  .Area_section6 .s6_coment_red {
    font-size: 1rem;
    width: 85%;
  }
}
.Area_section6 .s6_coment_red::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: 21px;
  -webkit-clip-path: polygon(100% 0, 0 0, 73% 100%);
  clip-path: polygon(100% 0, 0 0, 73% 100%);
  background-color: #f9eff0;
}
.Area_section6 .s6_coment_red:nth-child(2n) {
  margin: 5% 0 5% auto;
}
.Area_section6 .s6_coment_red:nth-child(2n)::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: calc(100% - 45px);
  -webkit-clip-path: polygon(100% 0, 16% 0, 27% 100%);
  clip-path: polygon(100% 0, 16% 0, 27% 100%);
  background-color: #f9eff0;
}
.Area_section6 .s6_coment_orange {
  color: #a75500;
  background-color: #feeac8;
  padding: 10px 15px;
  font-size: clamp(30%, 1.4vw, 14px);
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
  width: 80%;
}
@media (max-width: 767px) {
  .Area_section6 .s6_coment_orange {
    font-size: 1rem;
  }
}
.Area_section6 .s6_coment_orange::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: 21px;
  -webkit-clip-path: polygon(100% 0, 0 0, 73% 100%);
  clip-path: polygon(100% 0, 0 0, 73% 100%);
  background-color: #feeac8;
}
.Area_section6 .s6_coment_orange:nth-child(2n) {
  margin: 5% 0 5% auto;
}
.Area_section6 .s6_coment_orange:nth-child(2n)::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: calc(100% - 45px);
  -webkit-clip-path: polygon(100% 0, 16% 0, 27% 100%);
  clip-path: polygon(100% 0, 16% 0, 27% 100%);
  background-color: #feeac8;
}
.Area_section6 .s6_coment_blue {
  color: #1c45a4;
  background-color: #f1f3fb;
  padding: 10px 15px;
  font-size: clamp(30%, 1.4vw, 14px);
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
  width: 80%;
}
@media (max-width: 767px) {
  .Area_section6 .s6_coment_blue {
    font-size: 1rem;
  }
}
.Area_section6 .s6_coment_blue::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: 21px;
  -webkit-clip-path: polygon(100% 0, 0 0, 73% 100%);
  clip-path: polygon(100% 0, 0 0, 73% 100%);
  background-color: #f1f3fb;
}
.Area_section6 .s6_coment_blue:nth-child(2n) {
  margin: 5% 0 5% auto;
}
.Area_section6 .s6_coment_blue:nth-child(2n)::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: calc(100% - 45px);
  -webkit-clip-path: polygon(100% 0, 16% 0, 27% 100%);
  clip-path: polygon(100% 0, 16% 0, 27% 100%);
  background-color: #f1f3fb;
}
.Area_section6 .s6_img {
  width: 50%;
  margin: 8% auto 0;
}
@media (max-width: 767px) {
  .Area_section6 .s6_img {
    width: 60%;
    margin: 5% auto 0;
  }
}
.Area_section6 .s6_4 {
  width: 80%;
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .Area_section6 .s6_4 {
    width: 95%;
  }
}

/*================================================
 *  Sale
 ================================================*/
.Area_sale {
  position: relative;
  margin: 0% auto 0;
  padding: 0% 0 0% 0;
  background: url(../images/sale_bk.jpg) no-repeat;
  background-size: 100%;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .Area_sale {
    background: url(../images/sale_bk_sp.jpg) no-repeat;
    background-size: 100%;
    padding: 5% 0 3% 0;
    margin: 0% auto 0;
  }
}
.Area_sale .sale_flex {
  width: 60%;
  margin: 0 auto -8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5%;
}
@media (max-width: 767px) {
  .Area_sale .sale_flex {
    width: 95%;
    padding-top: 15%;
    margin: 0 auto -5%;
  }
}
.Area_sale .sale_flex .sale_best1 {
  width: 30%;
}
.Area_sale .sale_flex .sale_best2 {
  width: 30%;
}
.Area_sale .sale_logo1 {
  width: 30%;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .Area_sale .sale_logo1 {
    width: 65%;
  }
}
.Area_sale .sale_logo2 {
  width: 33%;
  margin: -1% auto 0;
}
@media (max-width: 767px) {
  .Area_sale .sale_logo2 {
    width: 85%;
  }
}
.Area_sale .sale_1 {
  width: 33%;
  margin: 0 auto 0;
  padding: 0 0% 0 0;
  color: #253394;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
}
@media (max-width: 767px) {
  .Area_sale .sale_1 {
    width: 87%;
    margin: 0% auto 0;
    font-size: 18px;
  }
}
.Area_sale .sale_2 {
  width: 60%;
  margin: 0 auto 0;
  padding: 1% 0 0 0;
}
@media (max-width: 767px) {
  .Area_sale .sale_2 {
    width: 95%;
    margin: 0% auto 0;
  }
}

/*================================================
 *  プラン一覧画面デザイン
 ================================================*/
.Area_support {
  text-align: center;
  color: #253394;
  background-color: #253394;
  background-image: url(/images/pt04.png);
  z-index: 1;
}
.Area_support .Area_form h1 {
  background-color: #4d4d4d;
  color: #253394;
}
.Area_support img {
  width: 100%;
}

.err_msg {
  background-color: #20bbbf;
  font-size: 3vw;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

.inner_support {
  padding: 0 2% 0 2%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 767px) {
  .inner_support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inner_support a {
  width: 48%;
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .inner_support a {
    width: 100%;
    margin: 10px auto 0;
  }
}

.supprot_box {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 0.3vw #20bbbf;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.supprot_box h1 {
  font-size: 1.3em;
  background-color: #20bbbf;
  padding: 2% 0 1% 0;
}
.supprot_box h2 {
  color: #ffffff;
  font-size: 1em;
  background-color: #253394;
  padding: 2% 0 1% 0;
}
.supprot_box table {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}
.supprot_box td {
  width: 40%;
  border-bottom: dashed 2px #20bbbf;
}
.supprot_box p {
  margin: 5px auto 0;
  width: 80%;
  text-align: left;
}

.plan_00 {
  width: 48%;
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .plan_00 {
    width: 100%;
    margin: 10px auto 0;
  }
}

.plan_af {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
  z-index: 30;
}

.chice_plan p {
  width: 25%;
  background-color: #20bbbf;
  margin: 2% auto;
  color: #fff;
  font-size: 1.4em;
  border-radius: 1.4vw;
}
.chice_plan #plan_view,
.chice_plan #price_view {
  background-color: rgba(255, 255, 255, 0);
  color: #253394;
  font-size: 2.4em;
  width: 100%;
}

/* ボタン */
.btn_plan {
  padding: 5px 0 5px 0;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: 0%;
  left: 50%;
  z-index: 99;
}

.yellow {
  color: #253394;
}

.checkmark {
  list-style: none;
}

.checkmark li {
  position: relative;
  width: 80%;
  margin: 0.5vw auto;
  text-align: left;
}

.checkmark li:before {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 1vw;
  border-right: 0.2vw solid #20bbbf;
  border-bottom: 0.2vw solid #20bbbf;
  display: inline-block;
  left: -8%;
  top: 20%;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

/*================================================
 *  銀振ページ
 ================================================*/
.ginfuri {
  height: 80%;
}

/*================================================
 *  各プラン申し込み画面デザイン
 ================================================*/
.supprot_box2 {
  margin: 20px auto;
  width: 95%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .supprot_box2 {
    margin: 10px auto;
  }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.top_up {
  width: 5%;
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 999;
}
.top_up img {
  width: 100%;
}
@media (max-width: 767px) {
  .top_up {
    width: 8%;
    bottom: 1%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .top_up {
    width: 10%;
    bottom: 2%;
  }
}
.top_up a {
  display: block;
  text-decoration: none;
}
.top_up :hover {
  opacity: 0.4;
}/*# sourceMappingURL=style.css.map */