@charset "UTF-8";

/*---------------------
* 表示関係
---------------------*/
._pc {
	display: block;
}

._sp {
    display: none;
}

/* ---------------------------------------------------
 * body
/* ---------------------------------------------------*/
body {
    overflow: hidden;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
}


/*フッター*/
#footer {
	text-align: center;
	font-size: 15px;
	padding: 15px;
	line-height: 26.25px;
	background-color: #333;
	color: #fff;
}


/*---------------------
* 内包
---------------------*/
.wrap_06{
    margin: 0 auto;
    border: 2px #06174a solid;
}
.wrap_15{
    margin: 0 auto;
    border: 2px #5e071d solid;
}
.wrap {
	background-color: #fff;
	width: 960px;
}
.wrap {
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 92%;
    }
}

/*---------------------
* セクション内レター
---------------------*/
article.content_article.wrap {
    position: relative;
}

/*セクション内レターの分離*/
article.content_article.leave_sec div.ca_sec {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/*セクション内レターの段落*/
article.content_article div.ca_sec > p {
    padding: 50px 50px;
    font-size: 25px;
    line-height: 1.7;
}

/*---------------------
* box
---------------------*/
.box_01{
	border: 2px solid #022a66; 
	background-color: #ebf2ff;
}

.box {
    border-style: solid;
    border-width: 3px;
    margin: 0 50px 50px;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.box_inside_container{
	background-color: #fff;
    margin: 0 40px 40px;
}
@media only screen and (max-width: 767px) {
	.box_inside_container{
		margin: 0 10px 10px;
	}
}

p.box-txt {
  padding: 40px;
  font-size: 25px;
  line-height: 1.7;
}

.box_img {
  padding: 0 40px 0;
}
@media only screen and (max-width: 767px) {
	.box_img {
	  padding: 0 10px 0;
	}
}

@media only screen and (max-width: 1024px) {
  .box_title img {
    border-radius: 0;
  }
}

.box_img img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.box{
		border-style: solid;
		border-width: 2px;
		margin: 0px 15px 15px;
		border-radius: 0; 
		overflow: hidden; 
		text-align: justify;
	}
	
  #section-20_contents-box {
       padding-bottom: 1px;
  }

  p.box-txt {
    padding: 10px;
    font-size: 21px;
    line-height: 1.7;
	white-space: pre-line;
  }

  div.box-txt > p {
    font-size: 21px;
    line-height: 1.7;
    white-space: pre-line;
  }

  .box_title img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
	
  .box_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .img_bottom {
	margin-bottom: 15px;
  }
}
/* ---------------------------------------------------
 * セクションの背景
/* ---------------------------------------------------*/
/*fv*/
#section-fv-01,
#section-fv-02{
    background-size: cover;
}

#section-fv-01 {
    background: url(../images/section-fv_01.webp) no-repeat center;
}

#section-fv-02 {
    background: url(../images/section-fv_02.webp) no-repeat top center;
}

/* section_bg */
.section_bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    width: 100%;
    height: auto; 
    padding: 30px 0 0;
    overflow: hidden;
    display: block;
}

#section-01_bg,
#section-03_bg,
#section-04_bg,
#section-05_bg,
#section-14_bg,
#section-20_bg{
    background-size: cover;
}

#section-01_bg,#section-03_bg,#section-04_bg,#section-05_bg,#section-14_bg,#section-20_bg{
    background-image: url(../images/section_bg_main.webp);
}

#section-02_bg {
	background-size: cover;
    background-image: url(../images/section-02_bg.webp);
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
	#section-02_bg {
		padding-bottom: 0;
		padding-top: 0;
	}
}
/* 特典の画像背景 */
#section-06_bg{
	background: url(../images/section-06_bg.webp) top center;
}
#section-08_bg{
	background: url(../images/section-08_bg.webp) top center;
}
#section-10_bg{
	background: url(../images/section-10_bg.webp) top center;
}
#section-12_bg{
	background: url(../images/section-12_bg.webp) top center;
}
#section-06_bg,#section-08_bg,#section-10_bg,#section-12_bg{
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	background-color: #fff;
	padding: 50px 0 30px;
}
/* 特典の赤色背景 */
#section-07_bg,#section-09_bg,#section-11_bg,#section-13_bg{
	background: linear-gradient(to bottom, #BF002E, #880021);
	padding: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
	#section-07_bg,#section-09_bg,#section-11_bg,#section-13_bg{
		padding-top: 20px;
		padding-bottom: 0;
	}
}

/*保証背景*/
#section-15_bg,#section-16_bg,#section-17_bg,#section-18_bg,#section-19_bg,#section-19_bg{
	background-color: #decdb6;
}

#section-15_bg,#section-20_bg{
	padding-top: 50px;
}
#section-16_bg,#section-17_bg,#section-18_bg,#section-19_bg,#section-19_bg{
	padding-top: 30px;
}
#section-19_bg{
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#section-15_bg,#section-20_bg{
		padding-top: 20px;
	}
	#section-16_bg,#section-17_bg,#section-18_bg,#section-19_bg,#section-19_bg{
		padding-top: 0;
		padding-bottom: 0;
	}
}

/*---------------------
* テキスト関係
---------------------*/
.center{
	text-align: center;
}

.kakko{
	color: #545454;
}
span.kakko_small{
	font-size: 23px !important;
}

p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    color: #1a1a1a;
    font-family: notosans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    white-space: pre-line;
}

p.photo_caption {
    font-size: 20px !important;
    line-height: 1.6 !important;
    margin-top: 8px;
    text-align: center;
    color: #808080 !important;
    white-space: pre-line;
}
@media only screen and (max-width: 767px) {
    p.photo_caption {
        font-size: 18px !important;
        margin-top: 5px;
    }
}

/*こちら*/
strong {
    font-weight: 900;
}

/*文字サイズ*/
.fsb_00,
.fsb_01 {
    font-weight: 900;
}

.fsb_00 {
    font-size: 35px;
}

.fsb_01 {
    font-size: 25px;
}

/*カラー*/
.tc1 {
    color: #de1738;
}

/*---------------------
* 余白調整
---------------------*/
.ca_sec_01 {
    padding-bottom: 320px !important;
}
@media only screen and (max-width: 1024px) {
	.ca_sec_01 {
		padding-bottom: 300px !important;
	}
}
@media only screen and (max-width: 767px) {
	.ca_sec_01 {
		padding-bottom: 29% !important;
	}
}

#section-02_contents-box,#section-02_contents-box_02,#section-02_contents-box_03{
    margin-top: 50px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
	#section-02_contents-box,#section-02_contents-box_02,#section-02_contents-box_03{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#section-02_contents-box,#section-02_contents-box_02,#section-02_contents-box_03{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.lp_p {
    padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
    .lp_p {
        padding: 0 60px;
    }
}

.image-container_02 {
    width: 70%;
    margin: 38px auto 0;
}

.cta_btn {
	margin: 0 88px 25px;
	width: 81%;
}

#section-01_bg,#section-09_bg,#section-14_bg,#section-20_bg {
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#section-01_bg,#section-09_bg,#section-14_bg,#section-20_bg {
		padding-bottom: 0;
	}
}

.sec_02_13_photo_caption{
	padding: 0 10px 0;
}
.sec_03_04_photo_caption{
	margin-top: 0;
	margin-bottom: 20px;
}

.sec_02_14,.sec_03_21{
	padding-top: 40px;
}
@media only screen and (max-width: 767px) {
.sec_02_14,.sec_03_21{
	padding-top: 10px;
}
}

.sec_01_02,.sec_02_09,.sec_03_06,.sec_03_19,.sec_05_07,.sec_07_19,.sec_08_21,.sec_09_07,.sec_19_04,.sec_09_16,.sec_12_01 {
	text-align: center !important;
}
.sec_01_02 img,.sec_02_09 img,.sec_03_06 img,.sec_03_19 img,.sec_05_07 img,.sec_08_21 img,.sec_09_16 img,.sec_19_04 img,.sec_12_01 img{
	width: 50%;
}
.sec_07_19 img,.sec_09_07 img{
	width: 88%;
}
@media only screen and (max-width: 767px) {
.sec_01_02 img,.sec_02_09 img,.sec_03_06 img,.sec_03_19 img,.sec_05_07 img,.sec_08_21 img,.sec_19_04 img,.sec_09_16 img,.sec_12_01 img{
	width: 70%;
}
.sec_07_19 img,.sec_09_07 img{
	width: 100%;
}
}

.sec_11_04 {
    padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
	.sec_11_04{
		padding-bottom: 20px !important; 
	}
}

.sec_08_15{
	margin-top: 40px;	
}

.sec_06_ca_sec{
	padding-bottom: 50px;	
}

.padding-top_0{
	padding-top: 0 !important;
}

.sec_02_28{
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
	.sec_02_28{
		padding-top: 20px;
	}
}
/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
.youtube_container {
    position: relative;
}

.youtube_box {
    position: absolute;
    z-index: 999;
    width: 63.6%;
    height: auto;
    box-sizing: border-box;
    left: 50%;
    top: 51.4%;
    transform: translate(-50%, -50%);
}

.youtube_box .movie_msk {
    width: 100%;
    height: 100%;
    position: absolute;
}

.youtube_box::after {
    content: "";
    display: block;
    padding-top: 56.3%;
}


.video_box {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: none;
}

.video_line_container{
	position: relative;
}
.video_line {
	width: 90%;
}
.video_line_box {
	width: 100%;
}
.video_line,.video_line_box {
	position: absolute;
	top: 0; 
	left: 50%; 
	transform: translateX(-50%);
    border-style: solid;
    border-width: 2px;
    border-color: #043962;
	box-sizing: border-box;
	z-index: 999;
    padding: 0;      
    margin: 0;        
    line-height: 0; 
}
@media only screen and (max-width: 767px) {
.video_line {
	width: 91%;
}
.video_line_box {
	width: 99.5%;
}
.video_line,.video_line_box {
    border-width: 1px;
}
}

.video_container_01,.video_container_02,.video_container_05,.video_container_06,.video_container_05,.video_container_06,.video_container_07,.video_container_08,.video_container_09,.video_container_10 {
    position: relative;
}
.video_container_01 {
    margin-bottom: 67.5%;
}
.video_container_02 {
    margin-bottom: 67%;
}
@media only screen and (max-width: 767px) {
.video_container_01,.video_container_02 {
	margin-top: 1%;
	margin-bottom: 69%;
}
}
	
.video_container_04,.video_container_03,.video_container_05 {
    margin-bottom: 69%;
}
.video_container_06 {
    margin-bottom: 67.5%;
}
@media only screen and (max-width: 767px) {
.video_container_03,.video_container_05 {
	margin-top: 1%;
	margin-bottom: 69%;
}
.video_container_04 {
	margin-top: 3%;
	margin-bottom: 60%;
}
.video_container_06 {
	margin-top: 2%;
	margin-bottom: 72%;
}
}

.video_container_07 {
    margin-bottom: 50%;
}
@media only screen and (max-width: 767px) {
	.video_container_07 {	
		margin-top: 28%;
		margin-bottom: 53%;
	}
}

.video_container_08 {
    margin-bottom: 80%;
}

.video_container_09 {
    margin-top: 6%;
    margin-bottom: 72%;
}
@media only screen and (max-width: 767px) {
    .video_container_09 {
        margin-top: 5%;
        margin-bottom: 71%;
    }
}

.video_container_10 {
    margin-top: 0;
    margin-bottom: 62%;
}
@media only screen and (max-width: 767px) {
.video_container_10 {
	margin-top: 4%;
	margin-bottom: 74%;
}
}

@media only screen and (max-width: 767px) {
	/*---------------------
	* 表示関係
	---------------------*/
	._pc {
		display: none !important;
	}

	._sp {
		display: block !important;
	}

	body {
		font-size: 21px;
		line-height: 1.6;
		overflow: hidden;
    	font-weight: 500;
    	color: #1a1a1a;
	}
	
    .wrap {
        width: 92%;
    }

	/*フッター*/
	#footer {
		text-align: center;
		font-size: 12px;
		padding: 15px;
		line-height: 21px;
		background-color: #333;
		color: #fff;
	}
	
	/*---------------------
	* テキスト関係
	---------------------*/
	p,.b>p {
		font-size: 21px;
		line-height: 1.6;
		white-space: pre-line;
	}

	/*---------------------
	* セクション内レター
	---------------------*/
	article.content_article.wrap {
		position: relative;
	}

	article.content_article.leave_sec div.ca_sec {
		margin-bottom: 20px;
	}

	article.content_article div.ca_sec > p {
		padding: 20px 16px;
		font-size: 22px;
	}
	
	span.kakko_small{
		font-size: 20px !important;
	}
	
    .img_bottom {
        margin-bottom: 12px;
    }
	
    #section-fv-01 {
        background: url(../images/section-fv_in_01_sp.webp) no-repeat center;
    }
	
    #section-fv-02 {
        background: url(../images/section-fv_in_02_sp.webp) no-repeat top center;
    }

    #section-fv-03 {
        background: url(../images/section-fv_in_03_sp.webp) no-repeat top center;
    }
	
    #section-fv-04 {
        background: url(../images/section-fv_in_04_sp.webp) no-repeat top center;
    }
	
    .section_bg {
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: fixed;
        padding: 20px 0 0;
    }
	
	.sec_09_section_bg{
		margin-bottom: 20px;
	}
	
	/*image*/
	#section-01_bg,
	#section-03_bg,
	#section-04_bg,
	#section-05_bg,
	#section-20_bg{
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: scroll;
		background-color: #262930;
        padding: 20px 0 0;
    }
	
	/* 特典の画像背景 */
	#section-06_bg{
		background: url(../images/section-06_bg_sp.webp) top center;
    }
	#section-08_bg{
		background: url(../images/section-08_bg_sp.webp) top center;
    }
	#section-10_bg{
		background: url(../images/section-10_bg_sp.webp) top center;
    }
	#section-12_bg{
		background: url(../images/section-12_bg_sp.webp) top center;
    }
	#section-06_bg,#section-08_bg,#section-10_bg,#section-12_bg{
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: scroll;
		background-color: #fff;
        padding: 20px 0 0;
    }

	#section-01_bg,#section-03_bg,#section-04_bg,#section-05_bg,#section-14_bg,#section-20_bg {
        background: none;
        font-size: 25px;
        line-height: 1.6;
    }
	
	#section-01_bg::after,#section-03_bg::after,#section-04_bg::after,#section-05_bg::after,section-14_bg::after,section-20_bg::after {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(../images/section_bg_main.webp);
        background-size: cover;
        background-position: center;
        z-index: -1;
    }	
	/*---------------------
	* イメージの説明
	---------------------*/
	.image-container_02 {
		padding-bottom: 14px;
	    width: 100%;
	}
	
	.cta_btn {
		margin: 0 15px 0;
		width: 90%;
	}
}

@media only screen and (max-width: 644px) {
    .fsb_00 {
        font-size: 28px;
    }
    .fsb_01 {
        font-size: 21px;
    }

/*---------------------
* 余白調整
---------------------*/
    .lp_p {
        padding: 0 15px;
    }
	
	.sec_02_16{
        padding-bottom: 20px;
    }
	
	.sec_04_11, .sec_04_14{
		margin: 0 auto;
	}
	
	.sec_06_ca_sec{
		padding-bottom: 20px;	
	}
	
/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
	.youtube_box {
        width: 89%;
        top: 46.5%;
    }

	.youtube_box .movie_msk {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	/*---------------------	
	* 動画	
	---------------------*/	
		.video_box {	
			width: 100%;	
			left: 50%;	
			transform: translate(-50%, -50%);	
		}	
}

.hukidasi_container {
	margin: 0 auto;
	text-align: center;
}

img.hukidasi {
    margin: 0 auto;
	width: 85%;
}
._sp.hukidasi{
	display: none;
}
@media only screen and (max-width: 644px) {
	img.hukidasi {
		width: 100%;
	}
	._pc.hukidasi{
		display: none;
	}
}

.img_70{
	text-align: center;
}
.img_70 img{
	width: 70%;
}
@media only screen and (max-width: 644px) {
	.img_70 img{
		width: 100%;
	}
}
.img_88{
	text-align: center;
}
.img_88 img{
	width: 88%;
	margin: 0 auto;
}
@media only screen and (max-width: 644px) {
	.img_88 img{
		width: 100%;
	}
}

/*---------------------
* list
---------------------*/
.list {
    border-style: solid;
    border-width: 2px;
    border-color: #043962;
	background-color: #fff;
    padding: 0 1% 0 0;
    clear: both;
    line-height: 1.8;
    list-style-type: none;
    position: relative;
}
.list_01_01,.list_01_02,.list_02_01,.list_02_02,.list_01_00,.list_01_03,.list_01_04,.list_01_05,.list_01_06,.list_01_06,.list_02_00,.list_02_03{
    margin: 0 50px 0;
}
.list_01_00 {
    width: 55%;
}
.list_01_01 {
    width: 82%;
}
.list_01_02 {
    width: 82%;
}
.list_01_03 {
    width: 84%;
}
.list_01_04 {
    width: 84%;
}
.list_01_05 {
    width: 65%;
}
.list_01_06 {
    width: 81%;
}
.list_02_00 {
    width: 35%;
}
.list_02_01 {
    width: 90%;
}
.list_02_02 {
    width: 90%;
}
.list_02_03 {
    width: 90%;
}
@media only screen and (max-width: 644px){
	.list {
		padding: 3px 10px 1px 1px;
		margin: 0 15px 0;
	}
	.list_01_01,.list_01_02,.list_01_03,.list_01_04,.list_01_05,.list_02_01,.list_02_02 {
		margin: 0 auto;
	}
	.list_01_00,.list_01_06,.list_02_00,.list_02_03 {
		margin: 0 15px 0;
	}
	.list_01_00,.list_01_01,.list_01_02,.list_01_03,.list_01_04,.list_01_05,.list_01_06,.list_02_00,.list_02_01,.list_02_02,.list_02_03 {
		width: 92.5%;
	}
	
	.list_02_00{
	    width: 69.5%;
	}
}

.list ul {
    font-size: 25px;
    font-weight: 500;
    color: #1a1a1a;
    counter-reset: number;
    list-style-type: none !important;
    margin: 14px 0 0 0;
}
@media only screen and (max-width: 644px){
	.list ul {
		font-size: 22px;
		margin: 10px 0 6px 0;
	}
}

.list ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 6px;
    padding-bottom: 15px;
}
.list ul li.sonoue {
    padding-top: 15px;
    padding-bottom: 30px;
}

.list ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -25px;
    text-align: center;
}

.check:before {
    background-image: url(../images/check.png);
    width: 25px;
    height: 25px;
    top: 12px !important;
}

.number01:before {
    background-image: url(../images/number01.png);
}
.number02:before {
    background-image: url(../images/number02.png);
}
.number03:before {
    background-image: url(../images/number03.png);
}
.number01:before,.number02:before,.number03:before {
    width: 25px;
    height: 25px;
    top: 11px !important;
}
@media only screen and (max-width: 644px){
	.list ul li {
		position: relative;
		line-height: 1.8;
		padding-left: 0;
	}

	.list ul li:before {
		width: 20px;
		height: 20px;
		top: 1px;
	}
}

.form_01 {
	transform: translate(-50%, 30%);
}
.form {
    width: 81%;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media only screen and (max-width: 1024px){
	.form_01 {
		transform: translate(-50%, 65vw);
	}
}
@media only screen and (max-width: 644px){
	.form_01 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		transform: translate(-50%, 17%);
	}
}