﻿@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------------------------------------------
* common
------------------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------
 * 推奨動作環境チェック
------------------------------------- */
@media screen and (max-width: 1024px) {
  #syscheck {
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: translate(-50%, -50%);
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  #syscheck .lstSysCheck {
    width: 100% !important;
  }
} /*# sourceMappingURL=common.css.map */

html {
  font-size: 62.5%;
  box-sizing: border-box;
  min-width: 100%;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.07rem;
  font-weight: 500;
}
img {
  height: auto;
}

.con-inner {
  width: calc(1130 / 1440 * 100%);
  margin: 0 auto;
  max-width: 1300px;
  min-width: 900px;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 28px;
  }
  .con-inner {
    width: calc(325 / 375 * 100%);
    min-width: initial;
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

/**/
#content {
  padding: 141px 0 0;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f4f5;
}
#content.liquidContent {
  width: auto;
}

.headnews + #content {
  padding-top: 69px;
}
/* -------------------------------------
 * 共通
------------------------------------- */
.hide_pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hide_pc {
    display: block;
  }
}

.hide_sp {
  display: block;
}
@media screen and (max-width: 1024px) {
  .hide_sp {
    display: none;
  }
}

#contents {
  padding-top: 142px;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  #contents {
    padding-top: 11.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #contents {
    padding-top: 16vw;
  }
}
/* header */
#header #headInner #nav .navList > li,
#header #headInner #nav .navList > li:nth-child(2) {
  width: auto;
  margin-right: 40px;
}
#header #headInner #nav .navList > li > a {
  line-height: 1.2;
  padding-right: 40px;
}
/* main */
#main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #main {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 15vw;
  }
}
#top #main {
  position: static;
}

#campaign-2507 {
  background-color: #f7f7f9;
}

.sp-pd {
  padding-top: 50px;
  background-color: #fff;
}
.sp-pd-gr {
  padding-top: 50px;
  background-color: #f5f4f5;
}
#campaign-2507 section .section_inner {
  width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sp-pd,
  .sp-pd-gr {
    display: none;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#content a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@media screen and (max-width: 1300px) {
  #content {
    width: 1300px;
  }
}
@media only screen and (max-width: 1299px) {
  #content {
    width: 100%;
  }
}

/* ==========================================================================
footer styles
========================================================================== */
#footer {
  background-color: #f2f2f2;
  position: relative;
  padding: 20px;
  min-width: 1240px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  color: #4c4c4c;
}
#footer .inner {
  display: flex;
  margin-top: 0 !important;
  padding: 0 !important;
}
#footer .inner > div {
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 1;
}
#footer .inner > div.boxAsk {
  border-left: 1px solid #d9d9d9;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-item-align: center;
  text-align: center;
}
#footer .inner > div.boxAsk div {
  display: inline-block;
}
#footer .inner > div.boxAsk.boxAsk01 {
  border-left: none;
}
#footer .inner > div.boxAsk .txt {
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .inner > div.boxAsk .txt:first-child {
  font-size: 20px;
}
#footer .inner > div.boxAsk .tel {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: Arial;
  font-weight: bold;
}
#footer .inner > div.boxAsk .tel a {
  pointer-events: none;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: bold;
}
#footer .inner > div.boxAsk .email {
  font-size: 20px;
  font-weight: bold;
}
#footer .inner > div.boxAsk .email a {
  color: #4c4c4c;
  font-weight: bold;
}
#footer .inner > div.boxLink {
  border-left: 1px solid #d9d9d9;
  text-align: left;
}
#footer .inner > div.boxLink > ul {
  padding-left: 20px;
}
#footer .inner > div.boxLink > ul li {
  margin-top: 10px;
}
#footer .inner > div.boxLink > ul li a {
  text-decoration: none;
  color: #4c4c4c;
}
#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
#footer .copyright {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 1.6;
  font-size: 11px;
  color: #4c4c4c;
}
@media screen and (max-width: 1024px) {
  #footer {
    min-width: auto;
    height: auto;
    padding: 20px 30px 30px;
  }
  #footer .inner {
    display: block;
  }
  #footer .inner > div {
    font-size: 12px;
    line-height: 1.33;
  }
  #footer .inner > div.boxAsk {
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  #footer .inner > div.boxAsk.boxAsk01 {
    margin-top: 0;
    border-top: none;
  }
  #footer .inner > div.boxAsk .txt {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #footer .inner > div.boxAsk .txt:first-child {
    font-size: 17px;
  }
  #footer .inner > div.boxAsk .tel {
    margin-bottom: 2px;
    font-size: 18px;
  }
  #footer .inner > div.boxAsk .tel a {
    pointer-events: auto;
  }
  #footer .inner > div.boxAsk .email {
    font-size: 18px;
  }
  #footer .inner > div.boxLink {
    padding-top: 20px;
    border: none;
    text-align: center;
  }
}

#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
@media screen and (max-width: 1024px) {
  #footer .copyright {
    border: none;
    margin-top: 55px;
    padding: 0;
  }
}

#footer.new001 .inner {
  justify-content: center;
}
#footer.new001 .inner > div {
  -ms-flex: none;
  flex: none;
  width: 250px;
}
#footer.new001 .inner > div.boxAsk {
  border-left: none;
}
#footer.new001 .inner > div.boxAsk .tel a {
  color: #e06464;
}
#footer.new001 .inner > div.boxAsk {
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-item-align: center;
  align-self: center;
}
#footer.new001 .inner > div.boxAsk .txt {
  margin: 5px 0;
  text-align: center;
  font-size: 11px !important;
  line-height: 1;
}
#footer.new001 .inner > div.boxAsk .txt br {
  display: none;
}
#footer.new001 .inner > div.boxAsk .tel {
  font-size: 45px;
  color: #e06464 !important;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
#footer.new001 .inner > div.subLogo {
  width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#footer.new001 .inner > div.subLogo img {
  width: 90px;
}
@media screen and (max-width: 1024px) {
  #footer.new001 .inner > div {
    -ms-flex: none;
    flex: none;
    width: auto;
  }
  #footer.new001 .inner > div.boxAsk .tel {
    font-size: 18px;
  }
  #footer.new001 .inner > div.subLogo {
    width: auto;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
  }
  #footer.new001 .inner > div.l02 {
    padding-top: 0;
  }
}

footer #stickyFooter {
  background-color: #f2f2f2;
  margin-top: 60px;
  width: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------
* module
------------------------------------------------------------------------------------------------------------------------------------------- */
/* section_btn yl-btn */
#campaign-2507 .yl-btn {
  width: 400px;
  margin: 0 auto 35px;
}
#campaign-2507 .yl-btn a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #ffc700;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.2;
}
#campaign-2507 .yl-btn-icon a {
  position: relative;
}
#campaign-2507 .yl-btn-icon a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #111;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 .yl-btn {
    width: 90%;
    margin-bottom: 80px;
  }
  #campaign-2507 .yl-btn a {
    padding: 42px 0;
    font-size: 48px;
    border-radius: 100px;
  }
  #campaign-2507 .yl-btn-icon a::before {
    right: 64px;
    width: 26px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 .yl-btn {
    margin-bottom: 40px;
  }
  #campaign-2507 .yl-btn a {
    padding: 21px 0;
    font-size: 24px;
  }
  #campaign-2507 .yl-btn-icon a::before {
    right: 32px;
    width: 13px;
    height: 20px;
  }
}

/* section_btn wh-btn */
#campaign-2507 .wh-btn {
  width: 440px;
  margin: 0 auto;
}
#campaign-2507 .wh-btn a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: bold;
  color: #0a1464;
  border: #0a1464 3px solid;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fff;
}
#campaign-2507 .wh-btn-icon a {
  position: relative;
}
#campaign-2507 .wh-btn-icon a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #0a1464;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 .wh-btn {
    width: 100%;
  }
  #campaign-2507 .wh-btn a {
    padding: 30px 0;
    font-size: 40px;
    border: #0a1464 6px solid;
    border-radius: 100px;
  }
  #campaign-2507 .wh-btn-icon a::before {
    right: 20px;
    width: 26px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 .wh-btn a {
    padding: 15px 0;
    font-size: 20px;
    border: #0a1464 3px solid;
    border-radius: 50px;
  }
  #campaign-2507 .wh-btn-icon a::before {
    right: 10px;
    width: 13px;
    height: 20px;
  }
}

/* ttl */
#campaign-2507 .ttl_ub {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
#campaign-2507 .ttl_ub::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  width: 84px;
  height: 5px;
  background-color: #172ea3;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #campaign-2507 .ttl_ub {
    margin-bottom: 120px;
    font-size: 48px;
  }
  #campaign-2507 .ttl_ub::before {
    bottom: -40px;
    width: 168px;
    height: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 .ttl_ub {
    margin-bottom: 48px;
    font-size: 24px;
  }
  #campaign-2507 .ttl_ub::before {
    bottom: -20px;
    width: 84px;
    height: 5px;
    border-radius: 10px;
  }
}

/* bg-bl */
.bg-bl {
  background-image: url("../img/bg_gd_1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg-bd_2 {
  background-image: url("../img/bg_gd_2.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .bg-bl {
    background-image: url("../img/sp-bg_gd_1.jpg");
    background-size: cover;
  }
}

.close-txtbox {
  padding: 20px 0 50px;
  text-align: center;
}
.close-txtbox_lead {
  margin-bottom: 7px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.close-txtbox_text {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.close-txtbox_text-red {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #b32425;
}
@media screen and (max-width: 1024px) {
  .close-txtbox_lead {
    font-size: 48px;
  }
  .close-txtbox_text,
  .close-txtbox_text-red {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .close-txtbox {
    padding: 20px 0;
  }
  .close-txtbox_lead {
    font-size: 24px;
  }
  .close-txtbox_text,
  .close-txtbox_text-red {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------------------------- */
/* #section_kv  */
#campaign-2507 #section_kv img {
  width: 100%;
}
#campaign-2507 #section_kv .lead {
  margin-bottom: 7px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
#campaign-2507 #section_kv .lead .sm {
  font-size: 28px;
}
#campaign-2507 #section_kv .text {
  margin-bottom: 20px;
  text-align: center;
  color: #b32425;
  font-weight: bold;
  font-size: 24px;
}
#campaign-2507 #section_kv .bar {
  margin: 0 auto;
  width: 400px;
  height: 4px;
  background-color: #ebebeb;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 #section_kv .lead {
    margin-bottom: 32px;
    font-size: 56px;
  }
  #campaign-2507 #section_kv .lead .sm {
    font-size: 48px;
  }
  #campaign-2507 #section_kv .text {
    margin-bottom: 32px;
    font-size: 32px;
  }
  #campaign-2507 #section_kv .bar {
    width: 100%;
    height: 4px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 #section_kv .lead {
    margin-bottom: 16px;
    font-size: 28px;
  }
  #campaign-2507 #section_kv .lead .sm {
    font-size: 24px;
  }
  #campaign-2507 #section_kv .text {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

/* #section01 */
#campaign-2507 #section01 {
  padding: 64px 0 24px;
}
#campaign-2507 #section01 .head_txt {
  text-align: center;
  font-size: 24px;
  color: #172ea3;
  font-weight: bold;
}
#campaign-2507 #section01 .ttl_ub {
  font-size: 48px;
}
#campaign-2507 #section01 .wrap {
  position: relative;
}
#campaign-2507 #section01 .wrap::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: calc(962 / 1141 * 100%);
  height: 65%;
  border-radius: 32px;
}
#campaign-2507 #section01 .img {
  width: 839px;
  margin: 0 auto 20px;
  position: relative;
}
#campaign-2507 #section01 .img .step-1 {
  position: absolute;
  top: 8px;
  left: -120px;
}
#campaign-2507 #section01 .img .step-2 {
  position: absolute;
  top: 21px;
  right: -50px;
}
#campaign-2507 #section01 .img .arrow {
  position: absolute;
  top: 160px;
  left: 160px;
}
#campaign-2507 #section01 .check-list {
  width: 694px;
  padding: 28px 40px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  background-color: #f4f4f4;
  border-radius: 8px;
  position: relative;
}
#campaign-2507 #section01 .check-item {
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #0a1464;
  position: relative;
}
#campaign-2507 #section01 .check-item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -4px;
  width: 36px;
  height: 36px;
  background: url("../img/icon_check_1.png") no-repeat;
  background-size: contain;
}
#campaign-2507 #section01 .check-item:first-of-type {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #campaign-2507 #section01 .img .step-1,
  #campaign-2507 #section01 .img .step-2,
  #campaign-2507 #section01 .img .arrow {
    display: none;
  }
  #campaign-2507 #section01 .img {
    width: 100%;
  }
  #campaign-2507 #section01 .img img {
    width: 100%;
  }
  #campaign-2507 #section01 .check-list {
    width: 100%;
    padding: 32px 48px;
    margin-bottom: 60px;
    border-radius: 16px;
  }
  #campaign-2507 #section01 .check-item {
    padding-left: 64px;
    font-size: 32px;
  }
  #campaign-2507 #section01 .check-item::before {
    top: 4px;
    left: 0;
    width: 48px;
    height: 48px;
  }
  #campaign-2507 #section01 .check-item:first-of-type {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 #section01 {
    padding: 64px 0 0;
  }
  #campaign-2507 #section01 .check-list {
    padding: 16px 24px;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
  }
  #campaign-2507 #section01 .check-item {
    padding-left: 32px;
    font-size: 16px;
  }
  #campaign-2507 #section01 .check-item::before {
    top: 2px;
    width: 24px;
    height: 24px;
  }
  #campaign-2507 #section01 .check-item:first-of-type {
    margin-bottom: 16px;
  }
  #campaign-2507 #section01 .ttl_ub {
    font-size: 24px;
  }
  #campaign-2507 #section01 .head_txt {
    font-size: 16px;
  }
  #campaign-2507 #section01 .wrap::before {
    display: none;
  }
}

/* #section02 */
#campaign-2507 #section02 {
  padding: 100px 0;
}
#campaign-2507 #section02 .head-txt {
  text-align: center;
  font-size: 16px;
  color: #172ea3;
  font-weight: bold;
}
#campaign-2507 #section02 .ttl_ub {
  font-size: 40px;
}
#campaign-2507 #section02 .img {
  width: calc(962 / 1141 * 100%);
  margin: 0 auto 40px;
}
#campaign-2507 #section02 .img img {
  width: 100%;
  height: auto;
}
#campaign-2507 #section02 .lead-txt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
#campaign-2507 #section02 .lead-txt .hl-gr {
  margin: 5px 0 10px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 28px;
  color: #fff;
  background-color: #0a1464;
  border-radius: 2px;
}
#campaign-2507 #section02 .icon {
  width: 20px;
  margin: 0 auto 20px;
}
#campaign-2507 #section02 .icon img {
  width: 100%;
  height: auto;
}
#campaign-2507 #section02 .list {
  width: calc(962 / 1100 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#campaign-2507 #section02 .list .item {
  margin-bottom: 20px;
  width: 48.7%;
  padding: 32px 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}
#campaign-2507 #section02 .list .item-ttl {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0a1464;
  font-weight: 700;
}
#campaign-2507 #section02 .list .item-ttl .icon {
  width: 48px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  #campaign-2507 #section02 .img {
    width: 100%;
    margin-bottom: 80px;
  }
  #campaign-2507 #section02 .lead-txt {
    font-size: 28px;
  }
  #campaign-2507 #section02 .lead-txt .hl-gr {
    font-size: 32px;
  }
  #campaign-2507 #section02 .icon {
    width: 40px;
    margin: 30px auto 40px;
  }
  #campaign-2507 #section02 .list {
    width: 100%;
  }
  #campaign-2507 #section02 .list .item {
    width: 100%;
    margin-bottom: 32px;
    padding: 48px;
  }
  #campaign-2507 #section02 .list .item-ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #campaign-2507 #section02 .list .item-ttl .icon {
    width: 80px;
    margin-right: 20px;
  }
  #campaign-2507 #section02 .item > .txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  #campaign-2507 #section02 {
    padding: 0 0 60px;
  }
  #campaign-2507 #section02 .ttl_ub {
    font-size: 22px;
  }
  #campaign-2507 #section02 .img {
    margin-bottom: 40px;
  }
  #campaign-2507 #section02 .lead-txt {
    font-size: 14px;
  }
  #campaign-2507 #section02 .lead-txt .hl-gr {
    font-size: 16px;
  }
  #campaign-2507 #section02 .icon {
    width: 20px;
    margin: 15px auto 20px;
  }
  #campaign-2507 #section02 .list .item {
    margin-bottom: 16px;
    padding: 24px;
  }
  #campaign-2507 #section02 .list .item-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #campaign-2507 #section02 .list .item-ttl .icon {
    width: 40px;
    margin-right: 10px;
  }
  #campaign-2507 #section02 .item > .txt {
    font-size: 14px;
  }
}

/* #section04 */
#campaign-2507 #section04 {
  padding: 53px 0 36px;
}
#campaign-2507 #section04 .hukidashi {
  margin: 0 auto;
  width: 1000px;
}
#campaign-2507 #section04 .hukidashi-text {
  margin: 0 0 20px auto;
  padding: 17px 0;
  border-radius: 8px;
  background: #bb9331;
  width: 307px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
#campaign-2507 #section04 .hukidashi-text::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 57px;
  width: 25px;
  height: 33px;
  background-color: #bb9331;
  clip-path: polygon(50% 33px, 0% 0%, 25px 0%);
}
#campaign-2507 #section04 .ttlbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#campaign-2507 #section04 .ttlbox .ttl {
  margin: 0 7px;
  text-align: center;
  font-size: 48px;
  line-height: 1.3;
}
#campaign-2507 #section04 .ttlbox .ttl .gd {
  color: #bb9331;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bb9331;
}
#campaign-2507 #section04 .box {
  width: 1000px;
  margin: -35px auto 20px;
  background-color: #fff;
  border-radius: 12px;
  padding: 57px 100px 40px;
  box-sizing: border-box;
  position: relative;
}
#campaign-2507 #section04 .box .icon {
  position: absolute;
}
#campaign-2507 #section04 .box .icon-1 {
  top: 120px;
  left: -80px;
}
#campaign-2507 #section04 .box .icon-2 {
  top: 30px;
  right: -65px;
}
#campaign-2507 #section04 .box .icon-3 {
  bottom: -35px;
  left: 38px;
}
#campaign-2507 #section04 .box .icon-4 {
  bottom: 53px;
  right: -113px;
}

#campaign-2507 #section04 .box .img {
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  width: 542px;
}
#campaign-2507 #section04 .box .img img {
  width: 100%;
}
#campaign-2507 #section04 .box .img-icon {
  position: absolute;
  top: -15px;
  left: -54px;
  width: 146px;
}
#campaign-2507 #section04 .box .mess {
  margin-bottom: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#campaign-2507 #section04 .box .mess .sm {
  font-size: 16px;
}
#campaign-2507 #section04 .box .lead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border: 3px solid #f5c61c;
  background: #fffcec;
  border-radius: 8px;
  padding: 16px 0;
  position: relative;
}
#campaign-2507 #section04 .box .lead::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../img/img_present_1.png") no-repeat;
  background-size: contain;
  width: 170px;
  height: 110px;
}
#campaign-2507 #section04 .box .lead .bg {
  font-size: 32px;
}

#campaign-2507 #section04 .limit-box {
  text-align: center;
}
#campaign-2507 #section04 .limit-box .cou-txt {
  margin-bottom: 40px;
}
#campaign-2507 #section04 .limit-box .head-txt {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  background-color: #111;
  padding: 9px 20px;
  margin-bottom: 10px;
}
#campaign-2507 #section04 .limit-box .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}
#campaign-2507 #section04 .limit-box .txt .bg {
  font-size: 32px;
}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  #campaign-2507 #section04 .hukidashi,
  #campaign-2507 #section04 .box {
    width: 90%;
  }
  #campaign-2507 #section04 .box .icon img {
    width: 8 0%;
  }
  #campaign-2507 #section04 .box .icon-1 {
    left: -80px;
  }
  #campaign-2507 #section04 .box .icon-4 {
    right: -100px;
  }
  #campaign-2507 #section04 .box .lead::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #campaign-2507 #section04 {
    padding: 80px 0 36px;
  }
  #campaign-2507 #section04 .hukidashi {
    width: 100%;
  }
  #campaign-2507 #section04 .hukidashi-text {
    margin: 0 auto 40px;
    padding: 17px 0;
    border-radius: 8px;
    width: 444px;
    font-size: 32px;
  }
  #campaign-2507 #section04 .hukidashi-text::before {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  #campaign-2507 #section04 .ttlbox .ttl {
    margin: 0 4px;
    font-size: 48px;
  }

  #campaign-2507 #section04 .box {
    width: 100%;
    margin: -36px auto 50px;
    border-radius: 16px;
    padding: 106px 10px 50px;
  }
  #campaign-2507 #section04 .box .icon {
    display: none;
  }
  #campaign-2507 #section04 .box .img {
    margin-bottom: 30px;
    width: 440px;
  }

  #campaign-2507 #section04 .box .img-icon {
    top: auto;
    bottom: -180px;
    left: -100px;
  }
  #campaign-2507 #section04 .box .img-icon img {
    width: 240px;
  }

  #campaign-2507 #section04 .box .mess {
    margin-bottom: 16px;
    font-size: 32px;
  }
  #campaign-2507 #section04 .box .lead::before {
    display: none;
  }
  #campaign-2507 #section04 .box .mess .sm {
    font-size: 24px;
  }
  #campaign-2507 #section04 .box .lead {
    font-size: 32px;
    border: none;
    background-color: transparent;
  }
  #campaign-2507 #section04 .box .lead .bg {
    font-size: 40px;
  }
  #campaign-2507 #section04 .box .sp-img {
    margin: 0 0 0 auto;
    width: 84%;
  }
  #campaign-2507 #section04 .box .sp-img img {
    width: 100%;
  }

  #campaign-2507 #section04 .limit-box .head-txt {
    font-size: 36px;
    border-radius: 16px;
    padding: 12px 32px;
    margin-bottom: 20px;
  }
  #campaign-2507 #section04 .limit-box .txt {
    font-size: 36px;
    margin-bottom: 32px;
  }
  #campaign-2507 #section04 .limit-box .txt .bg {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  #campaign-2507 #section04 .box .img-icon {
    left: -70px;
  }
}

@media screen and (max-width: 600px) {
  #campaign-2507 #section04 {
    padding: 40px 0 10px;
  }
  #campaign-2507 #section04 .box .img-icon {
    bottom: -20px;
    left: -180px;
  }
  #campaign-2507 #section04 .hukidashi-text {
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 222px;
    font-size: 16px;
  }
  #campaign-2507 #section04 .hukidashi-text::before {
    bottom: -13px;
    width: 15px;
    height: 20px;
    clip-path: polygon(50% 20px, 0% 0%, 15px 0%);
  }
  #campaign-2507 #section04 .ttlbox {
    position: relative;
  }
  #campaign-2507 #section04 .ttlbox .icon {
    width: 60px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: -25px;
  }
  #campaign-2507 #section04 .ttlbox .icon:first-of-type {
    right: auto;
    left: -25px;
  }
  #campaign-2507 #section04 .ttlbox .icon img {
    width: 100%;
  }
  #campaign-2507 #section04 .ttlbox .ttl {
    margin: 0 2px;
    font-size: 24px;
  }

  #campaign-2507 #section04 .box {
    margin: 15px auto 25px;
    border-radius: 8px;
    padding: 25px 5px 25px;
  }
  #campaign-2507 #section04 .box .img {
    margin-bottom: 15px;
    width: 222px;
  }

  #campaign-2507 #section04 .box .img-icon {
    bottom: -90px;
    left: -20px;
  }
  #campaign-2507 #section04 .box .img-icon img {
    width: 110px;
  }

  #campaign-2507 #section04 .box .mess {
    margin-bottom: 8px;
    font-size: 16px;
  }
  #campaign-2507 #section04 .box .mess .sm {
    font-size: 12px;
  }
  #campaign-2507 #section04 .box .lead {
    font-size: 16px;
  }
  #campaign-2507 #section04 .box .lead .bg {
    font-size: 20px;
  }

  #campaign-2507 #section04 .limit-box .head-txt {
    font-size: 18px;
    border-radius: 8px;
    padding: 6px 16px;
    margin-bottom: 10px;
  }
  #campaign-2507 #section04 .limit-box .txt {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #campaign-2507 #section04 .limit-box .txt .bg {
    font-size: 24px;
  }
}

/* #section05 */
#campaign-2507 #section05 {
  padding: 90px 0 83px;
  background-image: url("../img/bg_about_meviy_1.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 700px 800px;
}
#campaign-2507 #section05 .img {
  width: 657px;
  margin: 0 auto 48px;
}
#campaign-2507 #section05 .img img {
  width: 100%;
}
#campaign-2507 #section05 .box {
  width: calc(947 / 1130 * 100%);
  margin: 0 auto 24px;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 56px 40px 56px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 #section05 {
    padding: 180px 0;
    background-image: url("../img/bg_about_meviy_1.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 820px 930px;
  }
  #campaign-2507 #section05 .img {
    width: 100%;
    margin: 0 auto 64px;
  }
  #campaign-2507 #section05 .box {
    width: 100%;
    margin: 0 auto 48px;
    border-radius: 32px;
    padding: 64px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2507 #section05 {
    padding: 70px 0;
    background-size: 410px 465px;
  }
  #campaign-2507 #section05 .img {
    margin: 0 auto 32px;
  }
  #campaign-2507 #section05 .box {
    margin: 0 auto 24px;
    border-radius: 16px;
    padding: 32px;
  }
}

/* #section06 */
#campaign-2507 #section06 {
  padding: 150px 0 50px;
}
#campaign-2507 #section06 .ttl-box {
  background-image: url("../img/text_camp_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
#campaign-2507 #section06 .ttl-box .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding: 32px 0 95px;
}
#campaign-2507 #section06 .ttl-box .ttl .head {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111;
}
#campaign-2507 #section06 .box {
  margin-top: -140px;
  background-color: #fff;
  border-radius: 16px;
  padding: 176px 40px 64px 40px;
}
#campaign-2507 #section06 .box .sub-ttl {
  text-align: center;
  margin-bottom: 48px;
  padding: 18px 64px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  background: #fce6ac;
}
#campaign-2507 #section06 .box .item {
  margin-bottom: 48px;
}
#campaign-2507 #section06 .box .item-ttl {
  margin-bottom: 24px;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
#campaign-2507 #section06 .box .item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  background-color: #111;
}
#campaign-2507 #section06 .box .textitem {
  list-style: disc;
  margin-left: 1em;
}
#campaign-2507 #section06 .yl-wrap {
  margin-bottom: 56px;
  padding: 0 32px 0px 32px;
  border-radius: 4px;
  border: 4px solid #f9ecb2;
  background: #fffcec;
}
#campaign-2507 #section06 .text-head,
#campaign-2507 #section06 .text-date {
  text-align: center;
  font-weight: 700;
}
#campaign-2507 #section06 .text-head {
  font-size: 24px;
  margin-bottom: 20px;
}
#campaign-2507 #section06 .text-date {
  font-size: 18px;
  margin-bottom: 25px;
}
#campaign-2507 #section06 .yl-wrap .content {
  border-top: #f9ecb2 2px solid;
  padding: 40px 32px 0;
  display: none;
}
#campaign-2507 #section06 .yl-wrap .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
}
#campaign-2507 #section06 .yl-wrap .ttl::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 20px;
  height: 13px;
  background-color: #111;
  clip-path: polygon(50% 13px, 0% 0%, 20px 0%);
}
#campaign-2507 #section06 .yl-wrap .ttl.on::before {
  clip-path: polygon(50% 0%, 0% 13px, 20px 13px);
}
#campaign-2507 #section06 .yl-wrap a {
  color: #111;
}

#campaign-2507 #section06 .apply-box {
  border-top: #ddd 1px solid;
  padding: 56px 0 0;
  text-align: center;
}
#campaign-2507 #section06 .apply-box .lead {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}
#campaign-2507 #section06 .apply-box .txt {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 #section06 {
    padding: 160px 0 100px;
  }
  #campaign-2507 #section06 .ttl-box {
    background-image: url("../img/sp-text_camp_2.png");
    background-size: contain;
  }
  #campaign-2507 #section06 .ttl-box .ttl {
    font-size: 32px;
    padding: 30px 0 95px;
  }
  #campaign-2507 #section06 .ttl-box .ttl .head {
    font-size: 36px;
  }
  #campaign-2507 #section06 .box {
    margin-top: -180px;
    background-color: #fff;
    border-radius: 16px;
    padding: 250px 48px 32px;
  }
  #campaign-2507 #section06 .box .sub-ttl {
    margin-bottom: 64px;
    padding: 32px 0;
    font-size: 40px;
    border-radius: 8px;
  }
  #campaign-2507 #section06 .box .item {
    margin-bottom: 64px;
  }
  #campaign-2507 #section06 .box .item-ttl {
    margin-bottom: 16px;
    padding-left: 24px;
    font-size: 32px;
  }
  #campaign-2507 #section06 .box .item-ttl::before {
    width: 8px;
    border-radius: 16px;
  }
  #campaign-2507 #section06 .box .item .text {
    font-size: 24px;
  }

  #campaign-2507 #section06 .yl-wrap {
    margin-bottom: 64px;
    padding: 0 32px 0;
    border-radius: 8px;
    border: 8px solid #f9ecb2;
  }
  #campaign-2507 #section06 .yl-wrap .content {
    border-top: #f9ecb2 4px solid;
    padding: 64px 0 0;
  }
  #campaign-2507 #section06 .yl-wrap .ttl {
    font-size: 32px;
    padding: 32px 0;
  }
  #campaign-2507 #section06 .yl-wrap .ttl::before {
    top: 42px;
    width: 35px;
    height: 22px;
    clip-path: polygon(50% 22px, 0% 0%, 35px 0%);
  }
  #campaign-2507 #section06 .yl-wrap .ttl.on::before {
    clip-path: polygon(50% 0%, 0% 22px, 35px 22px);
  }
  #campaign-2507 #section06 .box .textitem {
    font-size: 24px;
  }

  #campaign-2507 #section06 .apply-box {
    border-top: #ddd 2px solid;
    padding: 64px 0 0;
    text-align: left;
  }
  #campaign-2507 #section06 .apply-box .lead {
    margin-bottom: 48px;
    font-size: 36px;
  }
  #campaign-2507 #section06 .apply-box .txt {
    margin-bottom: 48px;
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  #campaign-2507 #section06 {
    padding: 70px 0 100px;
  }
  #campaign-2507 #section06 .ttl-box .ttl {
    font-size: 16px;
    padding: 20px 0 48px;
  }
  #campaign-2507 #section06 .ttl-box .ttl .head {
    font-size: 18px;
  }
  #campaign-2507 #section06 .box {
    margin-top: -90px;
    border-radius: 8px;
    padding: 125px 24px 16px;
  }
  #campaign-2507 #section06 .box .sub-ttl {
    margin-bottom: 32px;
    padding: 15px 0;
    font-size: 20px;
    border-radius: 4px;
  }
  #campaign-2507 #section06 .box .item {
    margin-bottom: 32px;
  }
  #campaign-2507 #section06 .box .item-ttl {
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
  }
  #campaign-2507 #section06 .box .item-ttl::before {
    width: 4px;
    border-radius: 8px;
  }
  #campaign-2507 #section06 .box .item .text {
    font-size: 12px;
  }

  #campaign-2507 #section06 .yl-wrap {
    margin-bottom: 32px;
    padding: 0 16px 0;
    border-radius: 4px;
    border: 4px solid #f9ecb2;
  }
  #campaign-2507 #section06 .yl-wrap .content {
    border-top: #f9ecb2 2px solid;
    padding: 32px 0 0;
  }
  #campaign-2507 #section06 .yl-wrap .ttl {
    font-size: 16px;
    padding: 16px 0;
  }
  #campaign-2507 #section06 .yl-wrap .ttl::before {
    top: 20px;
    width: 20px;
    height: 13px;
    clip-path: polygon(50% 13px, 0% 0%, 20px 0%);
  }
  #campaign-2507 #section06 .yl-wrap .ttl.on::before {
    clip-path: polygon(50% 0%, 0% 13px, 20px 13px);
  }
  #campaign-2507 #section06 .box .textitem {
    font-size: 12px;
  }

  #campaign-2507 #section06 .apply-box {
    border-top: #ddd 1px solid;
    padding: 32px 0 0;
  }
  #campaign-2507 #section06 .apply-box .lead {
    margin-bottom: 24px;
    font-size: 18px;
  }
  #campaign-2507 #section06 .apply-box .txt {
    margin-bottom: 24px;
    font-size: 16px;
  }
  #campaign-2507 #section06 .text-head {
    font-size: 18px;
    text-align: left;
  }
  #campaign-2507 #section06 .text-date {
    font-size: 16px;
  }
}

/* kv form */
#campaign-2507 #section_kv_form .img img {
  width: 100%;
}
#campaign-2507 #section_kv_form .form {
  padding: 30px 0 60px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
#campaign-2507 #section_kv_form .form iframe {
  height: 1260px;
}

@media screen and (max-width: 1024px) {
  #campaign-2507 #section_kv_form .form {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #campaign-2507 #section_kv_form .form iframe {
    height: 1300px;
  }
}
@media screen and (max-width: 374px) {
  #campaign-2507 #section_kv_form .form iframe {
    height: 1400px;
  }
}

/* bottom menu */
.bottom-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
}
.bottom-menu .yl-btn {
  width: 300px;
}
.bottom-menu .yl-btn a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffc700;
  border: #fff 10px solid;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .bottom-menu,
  .bottom-menu .yl-btn {
    width: 100%;
  }
}
.back-text {
  text-align: center;
  padding-bottom: 60px;
}
.back-text a {
  display: inline-block;
  color: #0a1464;
  font-weight: bold;
}

.lead-txt {
  text-align: center;
  margin-bottom: 30px;
}

/* bottom menu */
.btm-menu {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 100;
}
.btm-menu.active {
  display: block;
}
.btm-menu .yl-btn {
  width: 280px;
  margin: 0 auto 35px;
}
.btm-menu .yl-btn a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #ffc700;
  color: #000;
  border-radius: 80px 0 0 80px;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.btm-menu .yl-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 1024px) {
  .btm-menu {
    width: calc(244 / 375 * 100%);
  }
}

/*end css
------------------------------------------------------------------------------------------------------------------------------------------- */
