﻿@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;
}
.pc-hide{
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 28px;
  }
  .con-inner {
    width: calc(325 / 375 * 100%);
    min-width: initial;
    min-width: auto;
  }
  .pc-hide{
    display: block;
  }
  .sp-hide{
    display: none;
  }
}
@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;
}

.gallery {
  position: relative;
}

.gallery-main {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 152px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  width: 40px;
}

.gallery-prev {
  left: -20px;
}

.gallery-next {
  right: -20px;
}

.gallery-prev img,
.gallery-next img {
  display: block;
  height: auto;
}

.gallery-thumbs {
  display: flex;
  gap: 12px;
  width: calc(157/488 *100%);
  margin-top: 20px;
}

.gallery-thumbs img {
  width: calc((100% - 36px) / 4);
  cursor: pointer;
  opacity: .5;
  transition: opacity .2s;
}

.gallery-thumbs img.is-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .gallery {
    margin-bottom: 30px;
  }
  .gallery-thumbs {
    display: none;
  }
  .gallery-prev,
  .gallery-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .gallery-prev,
  .gallery-next {
    width: 32px;
  }
  .gallery-prev {
    left: -16px;
  }

  .gallery-next {
    right: -16px;
  }
}


/* -------------------------------------
 * 共通
------------------------------------- */
.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-2607 {
  background-color: #fff;
}

.sp-pd {
  padding-top: 50px;
  background-color: #fff;
}
.sp-pd-gr {
  padding-top: 50px;
  background-color: #f5f4f5;
}
#campaign-2607 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-2607 .yl-btn,
#campaign-2607 .wht-btn {
  width: 348px;
  margin: 0 8px;
  position: relative;
}
#campaign-2607 .yl-btn .head-txt{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  color: #C80001;
  font-size: 14px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 4px;
  z-index: 10;
}

#campaign-2607 .yl-btn a,
#campaign-2607 .wht-btn a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  background-color: #ffc700;
  color: #333;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.2;
}
#campaign-2607 .wht-btn a {
  background-color: #fff;
}

#campaign-2607 .yl-btn-icon a {
  position: relative;
}
#campaign-2607 .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-2607 .yl-btn,
  #campaign-2607 .wht-btn {
    width: 90%;
    margin-bottom: 32px;
  }
  #campaign-2607 .yl-btn a,
  #campaign-2607 .wht-btn a {
    padding: 42px 0;
    font-size: 48px;
    border-radius: 100px;
  }
  #campaign-2607 .yl-btn-icon a::before {
    right: 64px;
    width: 26px;
    height: 40px;
  }
  #campaign-2607 .yl-btn .head-txt{
    top: -40px;
    padding: 12px 32px;
    font-size: 28px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2607 .yl-btn,
  #campaign-2607 .wht-btn {
    margin-bottom: 16px;
  }
  #campaign-2607 .yl-btn a,
  #campaign-2607 .wht-btn a {
    padding: 21px 0;
    font-size: 24px;
  }
  #campaign-2607 .yl-btn-icon a::before {
    right: 32px;
    width: 13px;
    height: 20px;
  }
  #campaign-2607 .yl-btn .head-txt{
    top: -20px;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 4px;
  }
}

/* section_btn wh-btn */
#campaign-2607 .wh-btn {
  width: 440px;
  margin: 0 auto;
}
#campaign-2607 .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-2607 .wh-btn-icon a {
  position: relative;
}
#campaign-2607 .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;
}
#campaign-2607 .wh-btn-qt a{
  font-size: 20px;
}
#campaign-2607 .cou-txt{
  text-align: center;
  margin-bottom: 60px;
  color: #0a1464;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #campaign-2607 .wh-btn {
    width: 100%;
  }
  #campaign-2607 .wh-btn a {
    padding: 30px 0;
    font-size: 40px;
    border: #0a1464 6px solid;
    border-radius: 100px;
  }
  #campaign-2607 .wh-btn-icon a::before {
    right: 20px;
    width: 26px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2607 .wh-btn a {
    padding: 15px 0;
    font-size: 20px;
    border: #0a1464 3px solid;
    border-radius: 50px;
  }
  #campaign-2607 .cou-txt{
    margin-bottom: 30px;
  }
  #campaign-2607 .wh-btn-qt a{
    font-size: 18px;
  }
  #campaign-2607 .wh-btn-icon a::before {
    right: 10px;
    width: 13px;
    height: 20px;
  }
}

/* ttl */
#campaign-2607 .ttl_ub {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
#campaign-2607 .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-2607 .ttl_ub {
    margin-bottom: 120px;
    font-size: 48px;
  }
  #campaign-2607 .ttl_ub::before {
    bottom: -40px;
    width: 168px;
    height: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2607 .ttl_ub {
    margin-bottom: 48px;
    font-size: 24px;
  }
  #campaign-2607 .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-2607 #section_kv img {
  width: 100%;
}
#campaign-2607 .apply-box{
  text-align: center;
  margin-top: -210px;
  margin-bottom: 64px;
}
#campaign-2607 .apply-box .txt{
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
#campaign-2607 .apply-box .txt .pc-hide{
  display: none;
}
#campaign-2607 .apply-btn{
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 1024px) {
  #campaign-2607 .apply-box{
    background-color: #3471C0;
    margin: -1px 0 0;
    padding-bottom: 48px;
  }
  #campaign-2607 .apply-box .txt{
    margin-bottom: 64px;
    font-size: 40px;
  }
  #campaign-2607 .apply-box .txt .pc-hide{
    display: block;
  }
  #campaign-2607 .apply-btn{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2607 .apply-box{
    padding-bottom: 24px;
  }
  #campaign-2607 .apply-box .txt{
    margin-bottom: 32px;
    font-size: 20px;
  }
}

/* #section01 */
#campaign-2607 #section01 {
  padding: 64px 0 24px;
}
#campaign-2607 #section01 .head_txt {
  text-align: center;
  font-size: 24px;
  color: #172ea3;
  font-weight: bold;
}
#campaign-2607 #section01 .ttl_ub {
  font-size: 48px;
}
#campaign-2607 #section01 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 32px;
}
#campaign-2607 #section01 .con-inner{
  width: calc(1000/1440*100%);
  max-width: 1000px;
}
#campaign-2607 #section01 .wrap .txtbox{
  width: calc(450/1000*100%);
}
#campaign-2607 #section01 .wrap .leadtxt{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
#campaign-2607 #section01 .wrap .txt{
  font-size: 18px;
  line-height: 1.8;
}
#campaign-2607 #section01 .wrap .imgbox{
  width: calc(488/1000*100%);
}
#campaign-2607 #section01 .wrap .imgbox img{
  width: 100%;
}

#campaign-2607 #section01 .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#campaign-2607 #section01 .item{
  width: calc(488/1000*100%);
  border: #DDDDDD 1px solid;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #0A1464;
  font-size: 24px;
  font-weight: bold;
  background: #F7F7F9;
}
#campaign-2607 #section01 .item .icon{
  width: 48px;
  margin-right: 16px;
}
#campaign-2607 #section01 .item .icon img{
  width: 100%;
}
#campaign-2607 #section01 .item-txt .yl-line{
  font-size: 32px;
  position: relative;
  z-index: 2;
}
#campaign-2607 #section01 .item-txt .yl-line::after{
  content:'';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #FFC700;
  border-radius: 40px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  #campaign-2607 #section01 {
    padding: 128px 0 48px;
  }
  #campaign-2607 #section01 .head_txt {
    text-align: center;
    font-size: 32px;
  }
  #campaign-2607 #section01 .ttl_ub {
    font-size: 48px;
  }
  #campaign-2607 #section01 .wrap{
    display: block;
    margin-bottom: 48px;
  }
  #campaign-2607 #section01 .con-inner{
    width: calc(327/375*100%);
  }
  #campaign-2607 #section01 .wrap .txtbox{
    width: 100%;
  }
  #campaign-2607 #section01 .wrap .leadtxt{
    font-size: 48px;
    margin-bottom: 32px;
  }
  #campaign-2607 #section01 .wrap .txt{
    font-size: 32px;
  }
  #campaign-2607 #section01 .wrap .imgbox{
    width: 100%;
    margin-bottom: 96px;
  }
  #campaign-2607 #section01 .wrap .imgbox img{
    width: 100%;
  }

  #campaign-2607 #section01 .item{
    width: 100%;
    border-radius: 16px;
    padding: 32px 48px;
    margin-bottom: 16px;
    font-size: 36px;
  }
  #campaign-2607 #section01 .item .icon{
    width: 96px;
    margin-right: 22px;
  }
  #campaign-2607 #section01 .item-txt .yl-line{
    font-size: 48px;
  }
  #campaign-2607 #section01 .item-txt .yl-line::after{
    bottom: -3px;
    height: 16px;
  }
}
@media screen and (max-width: 600px) {
  #campaign-2607 #section01 {
    padding: 64px 0 24px;
  }
  #campaign-2607 #section01 .head_txt {
    font-size: 16px;
  }
  #campaign-2607 #section01 .ttl_ub {
    font-size: 24px;
  }
  #campaign-2607 #section01 .wrap{
    margin-bottom: 24px;
  }
  #campaign-2607 #section01 .wrap .leadtxt{
    font-size: 24px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section01 .wrap .txt{
    font-size: 16px;
  }
  #campaign-2607 #section01 .wrap .imgbox{
    margin-bottom: 48px;
  }

  #campaign-2607 #section01 .item{
    border-radius: 8px;
    padding: 16px 24px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  #campaign-2607 #section01 .item .icon{
    width: 48px;
    margin-right: 11px;
  }
  #campaign-2607 #section01 .item-txt .yl-line{
    font-size: 24px;
  }
  #campaign-2607 #section01 .item-txt .yl-line::after{
    bottom: -1.5px;
    height: 8px;
  }
}

/* #section02 */
#campaign-2607 #section02 {
  padding: 64px 0 95px;
  background-color: #F7F7F9;
}
#campaign-2607 #section02 .con-inner{
  width: calc(1000/1440*100%);
  max-width: 1000px;
}
#campaign-2607 #section02 .head-txt {
  text-align: center;
  font-size: 16px;
  color: #172ea3;
  font-weight: bold;
}
#campaign-2607 #section02 .ttl_ub {
  font-size: 40px;
}

#campaign-2607 #section02 .box{
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
#campaign-2607 #section02 .box:last-of-type{
  position: static;
}
#campaign-2607 #section02 .box::before{
  content:'';
  position: absolute;
  top: 0;
  left: 55px;
  width: 1px;
  height: calc(100% + 40px);
  border-left: 1px #172EA3 dashed;
  z-index: -1;
}
#campaign-2607 #section02 .box::after{
  content:'';
  position: absolute;
  bottom: -50px;
  left: 39px;
  width: 32px;
  height: 22px;
  background-image: url(../img/icon-polygon-bl-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#campaign-2607 #section02 .ttlbox{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#campaign-2607 #section02 .ttlbox .icon{
  width: 111px;
  margin-right: 32px;
}
#campaign-2607 #section02 .icon img{
  width: 100%;
}
#campaign-2607 #section02 .ttlbox .txtbox{
  width: calc(100%-143px);
}
#campaign-2607 #section02 .ttlbox .box-ttl{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}

#campaign-2607 #section02 .content .item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

#campaign-2607 #section02 .content .video {
  position: relative;
  width: calc(488/1000*100%);
  margin-left: 143px;
}
#campaign-2607 #section02 .content .img{
  width: calc(488/1000*100%);
  margin-left: 143px;
}
#campaign-2607 #section02 .content .img-2{
  width: calc(424/1000*100%);
  margin-left: 143px;
}
#campaign-2607 #section02 .content .img img{
  width: 100%;
}
#campaign-2607 #section02 .content .video .play-btn,
#campaign-2607 #section02 .content .video .play-btn-2 {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f5f4f5;
}
#campaign-2607 #section02 .content .video .play-btn.playActive,
#campaign-2607 #section02 .content .video .play-btn-2.playActive {
  display: none;
}
#campaign-2607 #section02 .content .video .play-btn img,
#campaign-2607 #section02 .content .video .play-btn-2 img {
  width: 100.1%;
  height: 100%;
}
#campaign-2607 #section02 .content .video video {
  display: block;
  width: 100%;
}
#campaign-2607 #section02 .content .subbox{
  width: calc(332/1000*100%);
  background-color: #fff;
  border-radius: 8px 48px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
#campaign-2607 #section02 .content .subbox-2{
  width: calc(390/1000*100%);
}
#campaign-2607 #section02 .content .subbox .head-txt{
  text-align: left;
}
#campaign-2607 #section02 .content .subbox-ttl{
  font-size: 21px;
  margin-bottom: 8px;
}
#campaign-2607 #section02 .content .subbox-txt{
  line-height: 1.8;
}
#campaign-2607 #section02 .content .subbox-2 .subbox-txt{
  margin-bottom: 32px;
}
.bl-btn{
  display: flex;
  justify-content: center;
  background-color: #0A1464;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 24px 0;
  margin-top: 16px;
  border-radius: 48px;
  cursor: pointer;
  position: relative;
}
.bl-btn .icon{
  display: inline-block;
  width: 24px;
}
#campaign-2607 #section02 .content .subbox .bl-btn .head-txt{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #333333;
  background-color: #FFC700;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 14px;
  display: block;
  width: 130px;
  text-align: center;
}
#campaign-2607 #section02 .content .p-tutorial{
  width: calc(100% - 143px);
  margin: 0 0 0 auto;
  border-radius: 8px;
}


.p-tutorial-bubble__button, .p-tutorial-bubble__button__return {
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #campaign-2607 #section02 {
    padding: 144px 0 1px;
  }
  #campaign-2607 #section02 .con-inner{
    width: calc(328/375*100%);
  }
  #campaign-2607 #section02 .head-txt {
    font-size: 32px;
  }
  #campaign-2607 #section02 .ttl_ub {
    font-size: 48px;
  }

  #campaign-2607 #section02 .box{
    margin-bottom: 160px;
  }
  #campaign-2607 #section02 .box::before{
    left: 90px;
    height: calc(100% + 80px);
    border-width: 2px;
    width: 2px;
  }
  #campaign-2607 #section02 .box::after{
    bottom: -100px;
    left: 60px;
    width: 64px;
    height: 44px;
  }

  #campaign-2607 #section02 .ttlbox{
    align-items: flex-start;
    margin-bottom: 56px;
  }
  #campaign-2607 #section02 .ttlbox .icon{
    width: 182px;
    margin-right: 48px;
  }
  #campaign-2607 #section02 .ttlbox .txtbox{
    width: calc(100% - 230px);
  }
  #campaign-2607 #section02 .ttlbox .box-ttl{
    font-size: 40px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section02 .ttlbox .txt{
    font-size: 24px;
  }

  #campaign-2607 #section02 .content .item{
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  #campaign-2607 #section02 .content .item:nth-child(2){
    margin-bottom: 0;
  }
  #campaign-2607 #section02 .content .video {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
  #campaign-2607 #section02 .content .img{
    width: 100%;
    margin-left: 0;
  }
  #campaign-2607 #section02 .content .img-2{
    width: 100%;
    margin-left: 0;
  }
  #campaign-2607 #section02 .content .img img{
    width: 100%;
  }

  #campaign-2607 #section02 .content .subbox{
    width: 100%;
    border-radius: 16px 96px;
    padding: 48px;
  }
  #campaign-2607 #section02 .content .subbox-2{
    width: 100%;
  }

  #campaign-2607 #section02 .content .subbox-ttl{
    font-size: 36px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section02 .content .subbox-txt{
    font-size: 28px;
  }
  #campaign-2607 #section02 .content .subbox-2 .subbox-txt{
    margin-bottom: 64px;
  }
  .bl-btn{
    padding: 48px 0;
    margin-top: 32px;
    border-radius: 96px;
  }
  .bl-btn .icon{
    width: 48px;
  }
  #campaign-2607 #section02 .content .subbox .bl-btn .head-txt{
    top: -40px;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 28px;
    width: 260px;
  }
  #campaign-2607 #section02 .content .p-tutorial{
    width: 100%;
    border-radius: 16px;
  }

}
@media screen and (max-width: 500px) {
  #campaign-2607 #section02 {
    padding: 72px 0 0.5px;
  }
  #campaign-2607 #section02 .head-txt {
    font-size: 16px;
  }
  #campaign-2607 #section02 .ttl_ub {
    font-size: 24px;
  }

  #campaign-2607 #section02 .box{
    margin-bottom: 80px;
  }
  #campaign-2607 #section02 .box::before{
    left: 45px;
    height: calc(100% + 40px);
    border-width: 1px;
    width: 1px;
  }
  #campaign-2607 #section02 .box::after{
    bottom: -60px;
    left: 33px;
    width: 24px;
    height: 18px;
  }

  #campaign-2607 #section02 .ttlbox{
    margin-bottom: 28px;
  }
  #campaign-2607 #section02 .ttlbox .icon{
    width: 91px;
    margin-right: 24px;
  }
  #campaign-2607 #section02 .ttlbox .txtbox{
    width: calc(100% - 115px);
  }
  #campaign-2607 #section02 .ttlbox .box-ttl{
    font-size: 20px;
    margin-bottom: 8px;
  }
  #campaign-2607 #section02 .ttlbox .txt{
    font-size: 12px;
  }

  #campaign-2607 #section02 .content .item{
    margin-bottom: 20px;
  }
  #campaign-2607 #section02 .content .video {
    margin-bottom: 8px;
  }

  #campaign-2607 #section02 .content .subbox{
    border-radius: 8px 48px;
    padding: 24px;
  }

  #campaign-2607 #section02 .content .subbox-ttl{
    font-size: 18px;
    margin-bottom: 8px;
  }
  #campaign-2607 #section02 .content .subbox-txt{
    font-size: 14px;
  }
  #campaign-2607 #section02 .content .subbox-2 .subbox-txt{
    margin-bottom: 32px;
  }
  .bl-btn{
    padding: 24px 0;
    margin-top: 16px;
    border-radius: 48px;
  }
  .bl-btn .icon{
    width: 24px;
  }
  #campaign-2607 #section02 .content .subbox .bl-btn .head-txt{
    top: -20px;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    width: 130px;
  }
  #campaign-2607 #section02 .content .p-tutorial{
    border-radius: 8px;
  }
}

/* #section04 */
#campaign-2607 #section04 .bg img{
  width: 100%;
}
#campaign-2607 #section04 .content{
  margin-top: -234px;
}
#campaign-2607 #section04 .content .leadtxt{
  margin-bottom: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#campaign-2607 #section04 .content .leadtxt b{
  font-size: 22px;
}


@media screen and (max-width: 1024px) {
  #campaign-2607 #section04 .content{
    margin-top: -1px;
  }
  #campaign-2607 #section04 .content{
    padding: 60px 0 50px;
    background-image: url(../img/sp-bg-bnr-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #campaign-2607 #section04 .content .leadtxt{
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #campaign-2607 #section04 .content{
    padding: 30px 0 25px;
  }
}


/* #section06 */
#campaign-2607 #section06 {
  padding: 168px 0 120px;
}

#campaign-2607 #section06 .ttl {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
#campaign-2607 #section06 .txt{
  text-align: center;
  font-size: 20px;
  margin-bottom: 32px;
}
#campaign-2607 #section06 .limit-box{
  width: 348px;
  margin: 0 auto 50px;
}
#campaign-2607 #section06 .limit-box img{
  width: 100%;
}
#campaign-2607 #section06 .flow-list{
  margin-bottom: 206px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#campaign-2607 #section06 .flow-item{
  width: calc(244/1116*100%);
  background-color: #fff;
  border-radius: 2px 44px 2px 2px;
  padding: 40px 24px 24px 24px;
  position: relative;
  box-sizing: border-box;
  min-height: 180px;
}
#campaign-2607 #section06 .flow-item .icon{
  position: absolute;
  top: -23px;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #0D3371;
  color: #fff;
  border-radius: 2px;
  padding: 5.5px 0;
  width: 128px;
  text-align: center;
}
#campaign-2607 #section06 .flow-item .icon-gb{
  background-color: #BB9331;
}
#campaign-2607 #section06 .flow-item .icon b{
  font-size: 24px;
}
#campaign-2607 #section06 .item-ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0C1857;
}
#campaign-2607 #section06 .item-ttl-gd{
  color: #BB9331;
}
#campaign-2607 #section06 .flow-item .txt{
  font-size: 16px;
  text-align: left;
  margin: 0;
}
#campaign-2607 #section06 .flow-icon{
  width: 15px;
}
#campaign-2607 #section06 .flow-icon img{
  width: 100%;
}

#campaign-2607 #section06 .box {
  background-color: #fff;
  border-radius: 16px;
  padding: 104px 40px 64px 40px;
  position: relative;
  z-index: 2;
}
#campaign-2607 #section06 .box::before{
  content:'';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/img-present-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 205px;
  z-index: -1;
}
#campaign-2607 #section06 .box .logo-ttl{
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(663/1142*100%);
}
#campaign-2607 #section06 .box .logo-ttl img{
  width: 100%;
}
#campaign-2607 #section06 .box .lead-txt{
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 51px;
}
#campaign-2607 #section06 .box .sub-ttl {
  text-align: center;
  margin-bottom: 48px;
  padding: 18px 64px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  background: #3471C0;
  color: #fff;
}



#campaign-2607 #section06 .box .item {
  margin-bottom: 56px;
}
#campaign-2607 #section06 .box .item-ttl {
  margin-bottom: 24px;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
#campaign-2607 #section06 .box .item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 8px;
  background-color: #111;
}
#campaign-2607 #section06 .box .textitem {
  list-style: disc;
  margin-left: 1em;
}
#campaign-2607 #section06 .yl-wrap {
  margin-bottom: 56px;
  padding: 0 32px 0px 32px;
  border-radius: 4px;
  border: 4px solid #0C1857;
  background: #F3F7FD;
}
#campaign-2607 #section06 .text-head,
#campaign-2607 #section06 .text-date {
  text-align: center;
  font-weight: 700;
}
#campaign-2607 #section06 .text-head {
  font-size: 24px;
  margin-bottom: 20px;
}
#campaign-2607 #section06 .text-date {
  font-size: 18px;
  margin-bottom: 25px;
}
#campaign-2607 #section06 .yl-wrap .content {
  border-top: #0C1857 2px solid;
  padding: 40px 32px 0;
  display: none;
}
#campaign-2607 #section06 .yl-wrap .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
#campaign-2607 #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-2607 #section06 .yl-wrap .ttl.on::before {
  clip-path: polygon(50% 0%, 0% 13px, 20px 13px);
}
#campaign-2607 #section06 .yl-wrap a {
  color: #111;
}

#campaign-2607 #section06 .apply-box {
  border-top: #ddd 1px solid;
  padding: 56px 0 0;
  text-align: center;
}
#campaign-2607 #section06 .apply-box .lead {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
}
#campaign-2607 #section06 .apply-box .txt {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}
#campaign-2607 #section06 .yl-btn{
  margin: 40px auto 0;
  width: 440px;
}
#campaign-2607 #section06 .yl-btn .head-txt-red{
  background-color: #C80001;
  color: #fff;
}


@media screen and (max-width: 1024px) {
  #campaign-2607 #section06 {
    padding: 128px 0;
  }

  #campaign-2607 #section06 .ttl {
    font-size: 64px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section06 .txt{
    font-size: 32px;
    margin-bottom: 64px;
  }
  #campaign-2607 #section06 .limit-box{
    width: calc(271/327*100%);
    margin-bottom: 100px;
  }
  #campaign-2607 #section06 .flow-list{
    margin-bottom: 206px;
    flex-wrap: wrap;
  }
  #campaign-2607 #section06 .flow-item{
    width: 100%;
    border-radius: 4px 88px 4px 4px;
    padding: 80px 48px 48px 48px;
    min-height: 312px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section06 .flow-item .icon{
    top: -46px;
    font-size: 36px;
    border-radius: 4px;
    padding: 11px 0;
    width: 256px;
  }
  #campaign-2607 #section06 .flow-item .icon b{
    font-size: 48px;
  }
  #campaign-2607 #section06 .item-ttl{
    font-size: 48px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section06 .flow-item .txt{
    font-size: 32px;
  }
  #campaign-2607 #section06 .flow-icon{
    width: 30px;
    transform: rotate(90deg);
    margin: 0 auto 80px;
  }


  #campaign-2607 #section06 .box {
    border-radius: 32px;
    padding: 320px 48px 52px 48px;
  }
  #campaign-2607 #section06 .box::before{
    width: 100%;
    height: 500px;
    border-radius: 32px 32px 0 0;
    background-image: url(../img/sp-img-present-01.png);
    background-position: top center;
  }
  #campaign-2607 #section06 .box .logo-ttl{
    top: -130px;
    width: calc(233/328*100%);
  }
  #campaign-2607 #section06 .box .lead-txt{
    font-size: 48px;
    margin-bottom: 72px;
  }
  #campaign-2607 #section06 .box .sub-ttl {
    margin-bottom: 96px;
    padding: 36px 0;
    font-size: 40px;
    border-radius: 8px;
  }


  #campaign-2607 #section06 .box .item {
    margin-bottom: 64px;
  }
  #campaign-2607 #section06 .box .item-ttl {
    margin-bottom: 16px;
    padding-left: 24px;
    font-size: 32px;
  }
  #campaign-2607 #section06 .box .item-ttl::before {
    width: 8px;
  }
  #campaign-2607 #section06 .yl-wrap {
    margin-bottom: 56px;
    padding: 0px 48px 0px 48px;
    border-radius: 8px;
    border: 8px solid #0C1857;
  }
  #campaign-2607 #section06 .text-head {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #campaign-2607 #section06 .text-date {
    font-size: 32px;
    margin-bottom: 60px;
  }
  #campaign-2607 #section06 .yl-wrap .content {
    border-top: #0C1857 4px solid;
    padding: 40px 0 0;
  }
  #campaign-2607 #section06 .yl-wrap .ttl {
    font-size: 32px;
    padding: 32px 0;
    text-align: left;
  }
  #campaign-2607 #section06 .yl-wrap .ttl::before {
    top: 45px;
    right: 0;
    width: 30px;
    height: 18px;
    background-color: #111;
    clip-path: polygon(50% 18px, 0% 0%, 30px 0%);
  }
  #campaign-2607 #section06 .yl-wrap .ttl.on::before {
    clip-path: polygon(50% 0%, 0% 18px, 30px 18px);
  }
  #campaign-2607 #section06 .box .textitem{
    font-size: 24px;
  }

  #campaign-2607 #section06 .apply-box {
    border-top: #ddd 1px solid;
    padding: 56px 0 0;
    text-align: center;
  }
  #campaign-2607 #section06 .apply-box .lead {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
  }
  #campaign-2607 #section06 .apply-box .txt {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
  }
  #campaign-2607 #section06 .yl-btn{
    margin: 40px auto 0;
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  #campaign-2607 #section06 {
    padding: 64px 0;
  }

  #campaign-2607 #section06 .ttl {
    font-size: 32px;
    margin-bottom: 8px;
  }
  #campaign-2607 #section06 .txt{
    font-size: 16px;
    margin-bottom: 32px;
  }
  #campaign-2607 #section06 .limit-box{
    margin-bottom: 50px;
  }
  #campaign-2607 #section06 .flow-list{
    margin-bottom: 103px;
  }
  #campaign-2607 #section06 .flow-item{
    border-radius: 2px 44px 2px 2px;
    padding: 40px 24px 24px 24px;
    min-height: 156px;
    margin-bottom: 8px;
  }
  #campaign-2607 #section06 .flow-item .icon{
    top: -23px;
    font-size: 18px;
    border-radius: 2px;
    padding: 5.5px 0;
    width: 128px;
  }
  #campaign-2607 #section06 .flow-item .icon b{
    font-size: 24px;
  }
  #campaign-2607 #section06 .item-ttl{
    font-size: 24px;
    margin-bottom: 8px;
  }
  #campaign-2607 #section06 .flow-item .txt{
    font-size: 16px;
  }
  #campaign-2607 #section06 .flow-icon{
    width: 15px;
    margin: 0 auto 40px;
  }


  #campaign-2607 #section06 .box {
    border-radius: 16px;
    padding: 160px 24px 26px 24px;
  }
  #campaign-2607 #section06 .box::before{
    height: 250px;
    border-radius: 16px 16px 0 0;
  }
  #campaign-2607 #section06 .box .logo-ttl{
    top: -65px;
  }
  #campaign-2607 #section06 .box .lead-txt{
    font-size: 24px;
    margin-bottom: 36px;
  }
  #campaign-2607 #section06 .box .sub-ttl {
    margin-bottom: 48px;
    padding: 18px 0;
    font-size: 20px;
    border-radius: 4px;
  }


  #campaign-2607 #section06 .box .item {
    margin-bottom: 32px;
  }
  #campaign-2607 #section06 .box .item-ttl {
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
  }
  #campaign-2607 #section06 .box .item-ttl::before {
    width: 4px;
  }
  #campaign-2607 #section06 .yl-wrap {
    margin-bottom: 28px;
    padding: 0px 24px 0px 24px;
    border-radius: 4px;
    border: 4px solid #0C1857;
  }
  #campaign-2607 #section06 .text-head {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #campaign-2607 #section06 .text-date {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #campaign-2607 #section06 .yl-wrap .content {
    border-top: #0C1857 2px solid;
    padding: 20px 0 0;
  }
  #campaign-2607 #section06 .yl-wrap .ttl {
    font-size: 16px;
    padding: 16px 0;
  }
  #campaign-2607 #section06 .yl-wrap .ttl::before {
    top: 22.5px;
    right: 0;
    width: 15px;
    height: 9px;
    clip-path: polygon(50% 9px, 0% 0%, 15px 0%);
  }
  #campaign-2607 #section06 .yl-wrap .ttl.on::before {
    clip-path: polygon(50% 0%, 0% 9px, 15px 9px);
  }
  #campaign-2607 #section06 .box .textitem{
    font-size: 12px;
  }

  #campaign-2607 #section06 .apply-box {
    border-top: #ddd 1px solid;
    padding: 28px 0 0;
  }
  #campaign-2607 #section06 .apply-box .lead {
    margin-bottom: 16px;
    font-size: 12px;
  }
  #campaign-2607 #section06 .apply-box .txt {
    margin-bottom: 12px;
    font-size: 9px;
  }
  #campaign-2607 #section06 .yl-btn{
    margin: 20px auto 0;
  }
}

/*section_kiyaku*/
#campaign-2607 #section_kiyaku {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}
#campaign-2607 #section_kiyaku .ttl {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 3.2rem;
}
#campaign-2607 #section_kiyaku .read {
  margin-bottom: 30px;
}


/* kv form */
#campaign-2607 #section_kv_form .kv-box{
  position: relative;
  min-height: 400px;
}
#campaign-2607 #section_kv_form .ttl{
  padding: 40px 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #172ea3;
  letter-spacing: .1em;
}
#campaign-2607 #section_kv_form .lead-txt{
  text-align: left;
  width: 65%;
  font-size: 18px;
  line-height: 1.8;
}
#campaign-2607 #section_kv_form .img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  margin: 0 0 20px auto;
}
#campaign-2607 #section_kv_form .img img {
  width: 100%;
}
#campaign-2607 #section_kv_form .form {
  padding: 30px 0 60px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
#campaign-2607 #section_kv_form .lead-txt{
  padding: 20px 0;
}
#campaign-2607 .pd-main p{
  margin: 0;
}
#campaign-2607 #section_kv_form .form iframe {
  height: 1360px;
}

@media screen and (max-width: 1024px) {
    #campaign-2607 #section_kv_form .img{
    width: 35%;
  }
  #campaign-2607 #section_kv_form .form {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #campaign-2607 #section_kv_form .form iframe {
    height: 1400px;
  }
  #campaign-2607 #section_kv_form .ttl{
    font-size: 24px;
    padding: 20px 0 0;
  }
  #campaign-2607 #section_kv_form .lead-txt{
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 20px 0 0;
  }
  #campaign-2607 #section_kv_form .img{
    position: static;
    bottom: 0;
    right: 0;
    width: 70%;
    margin: 0 0 20px auto;
  }
}
@media screen and (max-width: 374px) {
  #campaign-2607 #section_kv_form .form iframe {
    height: 1500px;
  }
}

/* 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
------------------------------------------------------------------------------------------------------------------------------------------- */
