@charset "utf-8";

.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
.for_pad {
  display: none;
}
._left{text-align: left;}
._right{text-align: right;}
._center{text-align: center;}

@media screen and (max-width: 960px) {
  .for_pc {
    display: none;
  }
  .for_pad {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .for_sp {
    display: block;
  }
  .for_pad {
    display: none;
  }
  .for_pc {
    display: none;
  }
}


/* CLOSE LP Layout */
h2 { font-size: 32px; text-align: center;}
h3 { font-size: 30px;color:#F7B000;}
h4 { font-size: 30px;}
h5 { font-size: 28px; text-align: center;}
h6 { font-size: 20px;}

h2.text-with-gradient span {
  display: inline-block;
  background-image: linear-gradient(to right, #F7B000, #FA000F); /* グラデーションの色 */
  background-position: 100% 100%; /* 背景位置を下部に */
  background-repeat: no-repeat;
  background-size: 100% 5px; /* 下線の太さ */
  padding-bottom: 0; /* 下線の距離 */
  line-height: 2.2; /* 行間を調整して2行目を作成 */
}

h3 {
  position: relative;
  padding-bottom: 20px;
}
h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height:4px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(90deg, #F7B000 0, #F7B000 50%, #E60012 50%, #E60012 100%);
}

h4{
  text-align: left;
  display: flex;
  align-items: center;
}

h4 span:first-child{
  position: relative;
  padding-right: 4%;
  color:#F7B000;
}
h4 span:first-child::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height:40px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(180deg, #F7B000 0, #F7B000 50%, #E60012 50%, #E60012 100%);
}
h4 span:last-child{
  padding-left: 4%;
}

section {
  padding-bottom: 70px;
}

.container .bigBlock section .text {
  font-size: 18px;
  line-height: 2.2;
}
.container .bigBlock section .text p {
  font-size: 18px;
  line-height: 2.2;
}

.orangeBg {
	padding-top: 160px;
}
.orangeBg .bigBlock .mg-t24 { margin-top: 24px; }
.orangeBg .bigBlock .mg-t48 { margin-top: 48px; }
.orangeBg .bigBlock .mg-t64 { margin-top: 64px; }
.orangeBg .bigBlock .mg-t80 { margin-top: 80px; }

.orangeBg .bigBlock section {
  padding-right: 20px;
  padding-left: 20px;
}

.section_inner{
  font-size: 18px;
  padding-top: 80px;
  width: 960px;
  margin: auto;
  line-height: 2.2;
  max-width: 100%;
}

._red {
  color:#E60012;
  font-weight: 600;
}
._black {
  color:#000000;
  font-weight: 600;
}


@media screen and (max-width: 750px) {
  h2 { font-size: 19px;}
  h3 { font-size: 16px;}
  h4 { font-size: 18px;}
  h5 { font-size: 15px;}
  h6 { font-size: 15px;}

  section {
    padding-bottom: 30px;
  }
  

  .orangeBg {
    padding-top: 60px;
  }
  .orangeBg .bigBlock .mg-t24 { margin-top: 12px; }
  .orangeBg .bigBlock .mg-t48 { margin-top: 24px; }
  .orangeBg .bigBlock .mg-t64 { margin-top: 32px; }
  .orangeBg .bigBlock .mg-t80 { margin-top: 40px; }

  .orangeBg .bigBlock section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container .bigBlock section .text {
    font-size: 13px;
    line-height: 2.2;
  }
  .container .bigBlock section .text p {
    font-size: 13px;
    line-height: 2.2;
  }
.section_inner{
  font-size: 12px;
  padding-top: 40px;
}
h4 span:first-child::after{
  top: -7px;
  right: -3px;
}
h4 span:last-child{
  line-height: 1.2;
}
}

/* MV */
.mv-img{
  width: 40%;
  min-width: 280px;
  margin: 60px auto 0;
}

.mv-text{
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  background: radial-gradient(#FA000F, #D4000C);;
  padding:20px;
  text-align: center;
}

#mv_under .text{
  text-align: center;
}


@media screen and (max-width: 750px) {
  .mv-img{
    margin: 30px auto 0;
  }
  
  .mv-text{
    font-size: 18px;
  }
  #mv_under .text{
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}


/* mokjji */
#mokuji .section_inner {
  border-top: #F7B000 4px solid; 
}

.mokuji_block {
  width:100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mokuji_block ul li {
  font-size: 22px;
  font-weight: 600;
}
.mokuji_block ul li span:first-child{
  margin-right: 6.25%;
  margin-left: 12.5%;
  color:#F7B000;
}
.mokuji_block ul li span:last-child{
  margin-right: 6.25%;
  color:#4984DD;
  text-decoration: underline;
}
.mokuji_block ul li a {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom:1px #cccccc solid;
}
.mokuji_block ul li a:hover {
  background-color: #FEF7E7;
}

@media screen and (max-width: 750px) {
.mokuji_block ul li {
  font-size: 15px;
}
.mokuji_block ul li span:first-child{
  margin-right: 20px;
  margin-left: 18px;
}
.mokuji_block ul li span:last-child{
  margin-right: 20px;
}
.mokuji_block ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
}

/* claose-03 */
.schedule {
  list-style: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
  .schedule > li {
    overflow: hidden;
    position: relative;
  }
  .schedule-date {
      color: #F7B000;
    width: 130px;
    float: left;
    margin-top: 0;
  }
  .schedule-content {
    width: calc(100% - 140px);
    float: left;
    border-left: 1px #F7B000 solid;
    padding-left: 30px;
    padding-bottom: 40px;
      line-height: 1.4;
  }

  .schedule-content > p > span{
    font-size: 90%;
    vertical-align: top;
    margin-left: 2px;
  }

  .schedule-content:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #F7B000;
    position: absolute;
    left: 121px;
    top: 0px;
    border-radius: 100%;
  }
  .schedule-content._red:before {
    width: 20px;
    height: 20px;
    background: #E60012;
    left: 119px;
    top: 2px;
  }
  .schedule-content._red:after {
    content: "";
    display: block;
    position: absolute;
    left: 121px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #E60012;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    animation: pulsate 2s linear infinite; 
  }
  @keyframes pulsate {
    0% {
      transform: scale(1);
      opacity: 1;
    }
  
    100% {
      transform: scale(1.8);
      opacity: 0;
    }
  }

.schedule-content li{
  text-indent: -1rem;
  padding-left: 1rem;
}

.schedule li:last-child .schedule-content{
    border-left: none;
}

@media screen and (max-width: 750px) {
  .schedule {
    width: 100%;
  }
  .schedule-date {
  width: 90px;
}
.schedule-content:before {
  left: 80px;
}
.schedule-content._red:before {
  left: 80px;
}
.schedule-content._red:after {
  left:82px;
}
.schedule-content {
  width: calc(100% - 90px);
    padding-left: 20px;
    padding-bottom: 20px;
}

}

/* step_box */
.step_box {
  display: flex;
}
.step_box > li {
  width: calc(100% / 4);
  border: 2px rgb(200,201,202) solid;
  border-left-style: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.step_box._st3 > li {
  width: calc(100% / 3);
}
.step_box > li:first-of-type {
  border-left-style: solid;
}
.step_box > li .title {
  font-weight: 600;
  text-decoration: underline;
}
.step_box > li .text {
  margin-top: 8px;
}

.step_box > li .img {
  margin-top: 10px;
  text-align: center;
}
.step_box > li .img.long-p {
  padding-bottom: 120%;
}
.step_box > li .img img {
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 750px) {
.step_box {
  flex-direction: column;
}
.step_box > li {
  position: relative;
  width: 100%;
  border: 2px rgb(200,201,202) solid;
  padding: 16px;
}
.step_box._st3 > li {
  width: 100%;
}
.step_box > li .img.long-p {
  padding-bottom: 0;
}
.orangeBg .bigBlock .title {
  margin-bottom: 20px;
}
}


/*よくあるご質問　アコーディオン*/
.accordion {
  border-bottom: 1px solid #cccccc;
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
  border-top: 1px solid #cccccc;
  font-size: 18px;
  font-weight: 600;
	padding: 18px 90px;
	display: block;
	color: #000000;
  text-indent: -90px;
}
.Label span {		/*タイトル*/
  font-size: 18px;
	padding-right:42px;
  padding-left: 2rem;
	color: #E60012;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label:hover{
  background-color:#FEF7E7;
}
.Label,
.block-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.block-content {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
  display: flex;
}
.block-content span.answer {
  padding: 0px 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #E60012;
  max-height: 23px;
  margin-right: 32px;
}

.toggle:checked + .Label + .block-content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
  background-color: #F7F7F7;
  border-radius: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.Label span.faq_r32{
  padding-right: 32px;
}

@media screen and (max-width: 750px) {
  .Label {		/*タイトル*/
    font-size: 13px;
    padding: 13px 55px;
    text-indent: -55px;
  }
  .Label span {		/*タイトル*/
    font-size: 13px;
    padding-right:15px;
    padding-left: 2rem;
    color: #E60012;
  }
  .block-content span.answer {
    padding: 0px 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    max-height: 21px;
    margin-right: 11px;
  }
  .toggle:checked + .Label + .block-content {	/*開閉時*/
    padding:20px ;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .Label span.faq_r32{
  padding-right: 8px;
}
}

/* SNSbox */
.sns_block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.sns_block .sns_box{
  width: 48%;
  max-width: 460px;
  padding:40px;
  border-radius: 20px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}

.sns_block .sns_box h6{
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: -10px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.sns_block .sns_box h6::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(90deg, #F7B000 0, #F7B000 50%, #E60012 50%, #E60012 100%);
}
.sns_block .sns_box img{
  width: 100%;
  border-radius: 20px;
  margin-top: 20px;
}

#close-04 ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}

#close-06 h6{
  background-color: #F7B000;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}
#close-12 .linecp_block {
  width: 90%;
  margin: 0 auto;
}

#close-12 .img{
  width: 100%;
  text-align: center;
}
#close-12 img.line-img{
  width: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#close-12 p a{
  text-decoration: underline;
  color:#4984DD;
}

#close-12 ._indent{
  text-indent: -3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 750px) {

#close-12 img.line-img{
  width: 220px;
}
#close-12 ._indent{
  text-indent: -2rem;
  padding-left: 2rem;
}
}

#close-13{
  padding-bottom: 0;
}

#close-13 .section_inner{
  text-align: center;
  border-top: #F7B000 4px solid;
  font-weight: 600;
}

#close-13 .section_inner a{
  text-decoration: underline;
  color:#4984DD;
}
@media screen and (max-width: 750px) {
  .sns_block {
    justify-content: flex-start;
    flex-direction: column;
  }
  .sns_block .sns_box{
    width: 100%;
    max-width: 750px;
    padding:40px;
    border-radius: 20px;
    margin-bottom: 20px;
  }


}


/* footer */
@media screen and (min-width: 992px) {
  #footer .sub_navigation .copyright {
      width: 264px;
      background-position: -187px 0;
  }
}

@media screen and (max-width: 991px) {
  #footer .sub_navigation .copyright {
      background-size: 400px 44px;
  }
}

@media screen and (min-width: 741px) {
  #header .sub_navi {
      justify-content: flex-end;
  }
}
