@charset "utf-8";
/* CSS Document */
html {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	color: #030209;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #030209;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 400;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: url("image/mv_bg.png") top center no-repeat;
}
p {
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 1.4em;
}
p:last-child {
	margin-bottom: 0!important;
}
a {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
	p {
		line-height: 1.8;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}

/* header
--------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .head_logo {
	width: 276px;
	padding: 30px 30px;
	margin: 0;
}
header .head_btn {
	display: flex;
	padding-right: 30px;
}
header .head_btn1 {
	margin: 0 10px 0 0;
}
header .head_btn2 {
	margin: 0;
}
header .head_btn1 a {
	background: url("image/arrow_green.png") right 12px center no-repeat;
	background-size: 12px auto;
	display: block;
	background-color: #fff;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #129A3C;
	padding: 12px 34px;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1;
}
header .head_btn2 a {
	background: url("image/arrow_white.png") right 12px center no-repeat;
	background-size: 12px auto;
	display: block;
	background-color: #129A3C;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #fff;
	padding: 12px 34px;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	header {
	}
	header .head_logo {
		width: 44%;
		padding: 20px 0 0 20px;
	}
	header .head_btn {
		display: none;
	}
}

/* mv
--------------------------------------------------------*/
.sec_mv {
	padding: 120px 0 20px;
	background: url("image/mv_bg1.png") right top no-repeat,
		url("image/mv_bg2.png") left bottom no-repeat;
	background-size: 34% auto, 26% auto;
}
.sec_mv_wrap {
	padding: 0 20px;
}
.mv_head {
	max-width: 1030px;
	margin: 0 auto 30px;
	position: relative;
}
.sec_mv h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	padding: 8px 20px 12px;
	line-height: 1;
	text-align: left;
	width: 70%;
}
.sec_mv h2 strong {
	font-size: 3.3rem;
	font-weight: 900;
}
.sec_mv .mv_img {
	position: absolute;
	right: 0;
	top: -30px;
	max-width: 380px;
	margin: 0;
}
.sec_mv h1 {
	max-width: 1030px;
	margin: 0 auto;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_mv {
		padding: 60px 0 20px;
		background: url("image/mv_bg1.png") right top no-repeat,
			url("image/mv_bg2.png") left bottom no-repeat;
		background-size: 50% auto, 40% auto;
	}
	.sec_mv_wrap {
		padding: 0 5%;
	}
	.mv_head {
		margin: 0 auto 20px;
	}
	.sec_mv h2 {
		font-size: 1.4rem;
		padding: 8px 8px 10px 12px;
		width: 70%;
		line-height: 1.3;
	}
	.sec_mv h2 strong {
		font-size: 1.5rem;
	}
	.sec_mv .mv_img {
		right: -10px;
		top: -10px;
		max-width: 47%;
		margin: 0 0 0 auto;
	}
}

/* sec_sv
--------------------------------------------------------*/
.sec_sv {
	padding: 40px 20px 10px;
}
.sv_btn {
	max-width: 1100px;
	margin: 0 auto 54px;
	display: flex;
	justify-content: center;
}
.sv_btn1 {
	margin: 0 20px 0 0;
	max-width: 300px;
	width: 100%;
}
.sv_btn2 {
	margin: 0;
	max-width: 300px;
	width: 100%;
}
.sv_btn1 a {
	background: url("image/arrow_green.png") right 14px center no-repeat;
	background-size: 16px auto;
	display: block;
	background-color: #fff;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #129A3C;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
.sv_btn2 a {
	background: url("image/arrow_white.png") right 14px center no-repeat;
	background-size: 16px auto;
	display: block;
	background-color: #129A3C;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #fff;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
.sv_img {
	max-width: 680px;
	margin: 0 auto;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_sv {
		padding: 2em 5% 0;
	}
	.sv_btn {
		margin: 0 auto 2em;
		justify-content: space-between;
	}
	.sv_btn1 {
		max-width: 49%;
		margin: 0;
	}
	.sv_btn2 {
		max-width: 49%;
	}
	.sv_btn1 a {
		background: url("image/arrow_green.png") right 10px center no-repeat;
		background-size: 12px auto;
		background-color: #fff;
		border: 2px solid #129A3C;
		padding: 12px 10px;
		font-size: 1.7rem;
	}
	.sv_btn2 a {
		background: url("image/arrow_white.png") right 10px center no-repeat;
		background-size: 12px auto;
		background-color: #129A3C;
		border: 2px solid #129A3C;
		padding: 12px 10px;
		font-size: 1.7rem;
	}
}



/* sec01
--------------------------------------------------------*/
.sec01 {
	padding: 100px 20px;
	background: url("image/sec01_bg.jpg") center bottom no-repeat;
	background-size: 1920px auto;
}
.sec01_wrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.sec01 h2 {
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	border-bottom: 5px solid #DF1720;
	border-top: 5px solid #DF1720;
	padding: 12px 4px;
	letter-spacing: 0.1em;
}
.sec01 h2 strong {
	font-size: 3.5rem;
}
.sec01 .sec01_img {
	margin-bottom: 40px;
}
.sec01 .txt1 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}
.sec01 .txt2 {
	background-color: #fff;
	max-width: 840px;
	margin: 0 auto 30px;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	color: #000;
	line-height: 1.4;
	padding: 10px 20px 40px;
}
.sec01 .txt2 strong {
	font-size: 3.0rem;
	color: #DF1720;
}
.sec01 .txt2 strong span {
	font-size: 5.0rem;
	font-weight: 700;
}
.sec01 h3 {
	font-size: 3.8rem;
	font-weight: bold;
	color: #fff;
}
.sec01 h3 strong {
	font-weight: 900;
	color: #FAEC4D;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec01 {
		padding: 3em 5%;
	}
	.sec01 h2 {
		font-size: 2.0rem;
		border-bottom: 3px solid #DF1720;
		border-top: 3px solid #DF1720;
		padding: 10px 6px;
		margin-bottom: 1em;
	}
	.sec01 h2 strong {
		font-size: 2.5rem;
	}
	.sec01 .sec01_img {
		margin-bottom: 2em;
	}
	.sec01 .txt1 {
		text-align: justify;
		margin-bottom: 2em;
	}
	.sec01 .txt2 {
		margin: 0 auto 1.2em;
		font-size: 1.8rem;
		line-height: 1.6;
		padding: 20px;
	}
	.sec01 .txt2 strong {
		font-size: 2.0rem;
	}
	.sec01 .txt2 strong span {
		font-size: 2.2rem;
	}
	.sec01 h3 {
		font-size: 2.0rem;
	}
}


/* sec02
--------------------------------------------------------*/
.sec02 {
	padding: 30px 20px 0;
	background: url("image/sec03_bg.jpg") center bottom no-repeat;
	background-size: 1920px auto;
}
.sec02_wrap {
	max-width: 1100px;
	margin: 0 auto;
	border: 8px solid #C1C1C2;
	border-radius: 20px;
	padding: 50px 70px;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1));

}
@media screen and (max-width: 1100px) { /*-----------------調整----- */
	.sec02_wrap {
		padding: 50px 30px;
	}
}
.sec02_wrap h3.intro {
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	border-bottom: 5px solid #DF1720;
	border-top: 5px solid #DF1720;
	padding: 12px 4px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.sec02_wrap h3.intro strong {
	color: #E21A23;
}
.sec02_wrap h2 {
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.4;
	border-bottom: 8px solid #FAEC4D;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.sec02_wrap h2 span {
	font-size: 3.8rem;
	display: block;
}
.sec02_wrap h2 img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
}
.sec02_wrap h2 br {
	display: none;
}
@media screen and (max-width: 1100px) { /*-----------------調整----- */
	.sec02_wrap h2 br {
		display: block;
	}
}
@media screen and (max-width: 920px) { /*-----------------調整----- */
	.sec02_wrap h2 img {
		bottom: 150px;
	}
}

.sec02 .txt {
	text-align: center;
	font-weight: bold;
}
.sec02 .txt strong {
	font-size: 2.0rem;
	font-weight: 900;
}
.sec02 h3.hashira {
	font-size: 3.4rem;
	font-weight: 900;
	margin-bottom: 30px;
}
.sec02 h3.hashira span {
	font-size: 4.5rem;
}
.sec02 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec02 .flex li:nth-child(odd) {
	border: 4px solid #DF1720;
	border-radius: 20px;
	width: calc( 100% / 3 - 30px );
}
.sec02 .flex li:nth-child(even) {
	font-size: 3.4rem;
	font-weight: bold;
}
.sec02 .flex h4 {
	background-color: #DF1720;
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
	border-radius: 14px 14px 0 0;
	position: relative;
	padding: 40px 0 12px;
}
.sec02 .flex h4 span {
	font-size: 2.6rem;
}
.sec02 .flex h4 img {
	position: absolute;
	width: 80px;
	top: -22px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec02 .flex p {
	padding: 20px 10px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	background-color: #fff;
	border-radius: 0 0 14px 14px;
}
@media screen and (max-width: 950px) { /*-----------------調整----- */
	.sec02 .flex h4 {
		font-size: 2.4rem;
	}
	.sec02 .flex h4 span {
		font-size: 1.6rem;
	}
	.sec02 .flex p {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 850px) { /*-----------------調整----- */
	.sec02 .flex p br {
		display: none;
	}
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec02 {
		padding: 2em 0 2em;
		background: url("image/sec03_bg_sp.jpg") center bottom no-repeat;
		background-size: contain;
	}
	.sec02_wrap {
		border: none;
		border-radius: 0;
		padding: 0 5% 2em;
	}
	.sec02_wrap h3.intro {
		font-size: 2.0rem;
		border-bottom: 3px solid #DF1720;
		border-top: 3px solid #DF1720;
		padding: 10px 6px;
		margin-bottom: 1em;
	}
	.sec02_wrap h2 {
		font-size: 2.2rem;
		border-bottom: 4px solid #FAEC4D;
		margin-bottom: 1em;
		text-align: left;
		padding-left: 0.6em;
	}
	.sec02_wrap h2 span {
		font-size: 2.4rem;
		display: block;
	}
	.sec02_wrap h2 img {
		bottom: 0;
		right: 5px;
		width: 28%;
	}
	.sec02_wrap h2 br {
		display: block;
	}
	.sec02 .txt {
		text-align: justify;
		margin-bottom: 2em;
	}
	.sec02 .txt strong {
		font-size: 1.8rem;
	}
	.sec02 h3.hashira {
		font-size: 2.4rem;
		margin-bottom: 1.0em;
	}
	.sec02 h3.hashira span {
		font-size: 3.2rem;
	}
	.sec02 .flex {
		display: block;
	}
	.sec02 .flex li:nth-child(odd) {
		width: 90%;
		margin: 0 auto;
	}
	.sec02 .flex li:nth-child(even) {
		font-size: 2.0rem;
		margin: 0.3em 0;
		line-height: 1;
	}
	.sec02 .flex h4 {
		font-size: 2.2rem;
		padding: 10px 0 10px 0;
	}
	.sec02 .flex h4 span {
		font-size: 1.6rem;
	}
	.sec02 .flex h4 img {
		position: absolute;
		width: 50px;
		bottom: 4px;
		top: auto;
		left: 20px;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.sec02 .flex p {
		padding: 10px 10px;
	}
}


/* sec03
--------------------------------------------------------*/
.sec03 {
	padding: 40px 20px 100px;
}
.sec03_wrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.sec03_arrow {
	width: 92px;
	margin: 0 auto 30px;
}
.sec03 h2 {
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
}
.sec03 h2 strong {
	font-size: 4.0rem;
	color: #DF1720;
}
.sec03 h2 br {
	display: none;
}
@media screen and (max-width: 1000px) { /*-----------------調整----- */
	.sec03 h2 br {
		display: block;
	}
}

.sec03 .intro {
	text-align: center;
	margin-bottom: 12px;
}
.sec03 h3 {
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	border-bottom: 3px solid #DF1720;
	display: inline-block;
	padding: 0 10px 6px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec03 {
		padding: 2em 5% 150px;
	}
	.sec03_arrow {
		width: 60px;
		margin: 0 auto 2em;
	}
	.sec03 h2 {
		font-size: 1.8rem;
		margin-bottom: 1.6em;
	}
	.sec03 h2 strong {
		font-size: 2.4rem;
	}
	.sec03 .intro {
		text-align: justify;
		margin-bottom: 1.4em;
	}
	.sec03 h3 {
		font-size: 1.8rem;
		border-bottom: 2px solid #DF1720;
		background-color: #fff;
	}
}



/* sec04
--------------------------------------------------------*/
.sec04 {
	padding: 100px 20px;
	background-color: #FCF9EF;
}
.sec04_wrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.sec04 h3.intro {
	font-size: 2.0rem;
	font-weight: 900;
	color: #DF1720;
	text-align: center;
	padding: 0 60px;
	background: url("image/ttl_line.png") left center no-repeat, url("image/ttl_line.png") right center no-repeat;
	background-size: 40px auto;
	display: inline-block;
	margin-bottom: 6px;
}
.sec04 h2 {
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}
.sec04 p.intro {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.sec04_box {
	max-width: 880px;
	margin: 0 auto 50px;
	border: 2px solid #DF1720;
	background-color: #fff;
}
.sec04_box h3 {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	background-color: #DF1720;
	padding: 14px 0;
}
.sec04_box h3 img {
	position: absolute;
	bottom: 0;
	left: -6px;
	width: 170px;
	height: auto;
}
.sec04_box .flex {
	display: flex;
	justify-content: space-between;
}
.sec04_box .flex ul {
	padding: 20px 40px;
}
.sec04_box .flex li {
	text-align: left;
	font-weight: bold;
	background: url("image/sec04_check.png") left top 3px no-repeat;
	background-size: 16px auto;
	padding-left: 24px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.sec04_box .flex li:last-child {
	margin-bottom: 0;
}
.sec04_box .flex dl {
	width: 240px;
	padding: 20px 20px;
	background-color: #FFE3E4;
}
.sec04_box .flex dt {
	color: #DF1720;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
}
.sec04_box .flex dd {
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.4;
}
.sec04_box .flex dd:last-child {
	margin-bottom: 0;
}
.sec04 .white {
	background-color: #fff;
	padding: 40px;
}
.sec04 .white h3 {
	font-size: 2.0rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	line-height: 1;
	margin-bottom: 30px;
}
.sec04 .white h3 span {
	background-color: #DF1720;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 2px 6px;
	margin-right: 10px;
	line-height: 1;
}
.sec04 .white .flex {
	display: flex;
}
.sec04 .white .txt {
	width: 45%;
}
.sec04 .white .txt li {
	text-align: left;
	margin-bottom: 8px;
}
.sec04 .white .txt li:last-child {
	margin-bottom: 0;
}
.sec04 .white .waku {
	width: 55%;
	border: 1px solid #707070;
	padding: 20px;
	margin-left: 20px;
}
.sec04 .white .waku li {
	text-align: left;
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}
.sec04 .white .waku li:last-child {
	margin-bottom: 0;
}
.sec04 .white .waku li strong {
	color: #DF1720;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec04 {
		padding: 3em 5%;
	}
	.sec04 h3.intro {
		font-size: 1.8rem;
		padding: 0 40px;
		background: url("image/ttl_line.png") left center no-repeat, url("image/ttl_line.png") right center no-repeat;
		background-size: 30px auto;
		margin-bottom: 10px;
	}
	.sec04 h2 {
		font-size: 2.0rem;
		margin-bottom: 1em;
	}
	.sec04 p.intro {
		text-align: justify;
		margin-bottom: 30px;
	}
	.sec04 p.intro br {
		display: none;
	}
	.sec04_box {
		margin: 0 auto 30px;
	}
	.sec04_box h3 {
		text-align: left;
		font-size: 1.8rem;
		padding: 10px 20px;
	}
	.sec04_box h3 img {
		bottom: 2.4em;
		left: auto;
		right: 10px;
		width: 100px;
	}
	.sec04_box .flex {
		display: block;
	}
	.sec04_box .flex ul {
		padding: 16px 20px;
	}
	.sec04_box .flex dl {
		width: 100%;
		padding: 16px 20px;
	}
	.sec04 .white {
		padding: 20px;
	}
	.sec04 .white h3 {
		font-size: 1.8rem;
		display: block;
		line-height: 1.5;
		margin-bottom: 1.4em;
	}
	.sec04 .white h3 span {
		font-size: 1.2rem;
	}
	.sec04 .white .flex {
		display: block;
	}
	.sec04 .white .txt {
		width: 100%;
		margin-bottom: 1.6em;
	}
	.sec04 .white .txt li {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.sec04 .white .waku {
		width: 100%;
		margin-left: 0;
	}
	.sec04 .white .waku li {
		margin-bottom: 10px;
		line-height: 1.5;
	}
}


/* sec05
--------------------------------------------------------*/
.sec05 {
	padding: 0 0 100px;
}
.sec05 .intro {
	background-color: #000;
}
.sec05 .intro h2 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 24px 20px;
}
.sec05 .intro h2 strong {
	font-size: 3.2rem;
	color: #FAEC4D;
}
.sec05 .intro h2 br.kai {
	display: none;
}
@media screen and (max-width: 1000px) { /*-----------------調整----- */
	.sec05 .intro h2 br.kai {
		display: block;
	}
}

.sec05_wrap {
	max-width: 890px;
	margin: 0 auto;
	padding: 36px 20px 0;
}
.sec05_arrow {
	width: 78px;
	margin: 0 auto 20px;
}
.sec05_wrap h2 {
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 38px;
}
.sec05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sec05 li {
	width: calc( 100% / 2 - 5px );
	background-color: #F8E1E2;
	text-align: center;
	padding: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec05 li strong {
	font-size: 2.5rem;
	font-weight: 900;
	color: #DF1720;
}
.sec05_img {
	max-width: 700px;
	margin: 0 auto;
}
.sec05_wrap .txt {
	border: 2px solid #000;
	border-radius: 20px;
	padding: 18px 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec05 {
		padding: 0 0 3em;
	}
	.sec05 .intro h2 {
		font-size: 1.6rem;
		padding: 20px 5%;
	}
	.sec05 .intro h2 strong {
		font-size: 2.0rem;
	}
	.sec05_wrap {
		padding: 1.4em 5% 0;
	}
	.sec05_arrow {
		width: 60px;
		margin: 0 auto 1.4em;
	}
	.sec05_wrap h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.sec05 ul {
		display: block;
		margin-bottom: 30px;
	}
	.sec05 li {
		width: 100%;
		padding: 10px;
		font-size: 1.5rem;
		margin-bottom: 4px;
		line-height: 1.5;
	}
	.sec05 li strong {
		font-size: 1.8rem;
	}
	.sec05_img {
		max-width: 300px;
	}
	.sec05_wrap .txt {
		border-radius: 10px;
		padding: 14px 20px;
		font-size: 1.5rem;
	}
}


/* sec06
--------------------------------------------------------*/
.sec06 {
	padding: 100px 20px;
	background: url("image/sec06_bg.png") center center;
}
.sec06_wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.sec06 .en {
	text-align: center;
	color: #DF1720;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}
.sec06 h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: 1;
}
.sec06 .intro {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec06_box {
	background-color: #fff;
	border: 2px solid #DF1720;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.sec06_box:last-child {
	margin-bottom: 0;
}
.sec06_img {
	width: 80px;
	margin: 0 30px 0 0;
}
.sec06_box div {
	flex: 1;
}
.sec06_box div h3 {
	text-align: left;
	color: #DF1720;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec06_box div p {
	text-align: left;
	margin: 0;
	line-height: 1.6;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec06 {
		padding: 3em 5%;
	}
	.sec06 .en {
		font-size: 1.5rem;
	}
	.sec06 h2 {
		font-size: 2.2rem;
		margin-bottom: 1em;
	}
	.sec06 .intro {
		margin-bottom: 1.6em;
		text-align: justify;
	}
	.sec06 .intro br {
		display: none;
	}
	.sec06_box {
		display: flex;
		align-items: center;
		padding: 20px;
		margin-bottom: 14px;
	}
	.sec06_img {
		width: 60px;
		margin: 0 30px 0 0;
	}
	.sec06_box div h3 {
		font-size: 1.6rem;
	}
	.sec06_box div p {
		text-align: justify;
		line-height: 1.6;
		font-size: 1.4rem;
	}
}


/* sec07
--------------------------------------------------------*/
.sec07 {
	padding: 100px 20px;
	background-color: #FCF9EF;
}
.sec07_wrap {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.sec07 h2 {
	font-size: 3.2rem;
	font-weight: bold;
	background: url("image/sec07_ttl1.png") right top no-repeat, url("image/sec07_ttl2.png") left bottom -1px no-repeat;
	background-size: 20px auto;
	background-color: #000;
	display: inline-block;
	position: relative;
	color: #fff;
	line-height: 1;
	padding: 10px 40px 16px;
	margin-bottom: 40px;
}
.sec07 h2 img {
	position: absolute;
	width: 66px;
	bottom: -14px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sec07 .intro {
	text-align: center;
	font-weight: bold;
	margin-bottom: 26px;
}
.sec07 ul {
	display: flex;
	justify-content: space-between;
}
.sec07 li {
	width: calc( 100% / 3 - 20px );
	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	text-align: left;
}
.sec07 li img {
	margin-bottom: -16px;
}
.sec07 li h3 {
	background-color: #DF1720;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 1.4rem;
	display: inline-block;
}
.sec07 li h4 {
	padding: 10px 20px 0;
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.sec07 li p {
	padding: 0 20px 20px;
	margin: 0;
	line-height: 1.6;
}
.sec07 .kome {
	text-align: right;
	margin: 10px 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec07 {
		padding: 3em 5%;
	}
	.sec07 h2 {
		font-size: 1.8rem;
		padding: 10px 40px 16px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.sec07 h2 strong {
		display: block;
	}
	.sec07 .intro {
		text-align: justify;
		margin-bottom: 30px;
	}
	.sec07 .intro br {
		display: none;
	}
	.sec07 ul {
		display: block;
	}
	.sec07 li {
		width: 100%;
		text-align: justify;
		margin-bottom: 20px;
	}
	.sec07 li:last-child {
		margin-bottom: 0;
	}
	.sec07 li h4 {
		padding: 14px 20px 0;
		font-size: 1.6rem;
	}
	.sec07 li p {
		line-height: 1.7;
	}
	.sec07 .kome {
		text-align: left;
		font-size: 1.2rem;
	}
}


/* sec08
--------------------------------------------------------*/
.sec08 {
	padding: 100px 20px;
}
.sec08_wrap {
	max-width: 800px;
	margin: 0 auto;
}
.sec08 .en {
	text-align: center;
	color: #DF1720;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}
.sec08 h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1;
}
.sec08 dl {
	border-top: 1px solid #C1C1C2;
}
.sec08 dt {
	padding: 20px 20px 0 60px;
	background: url("image/sec08_q.png") left 20px top 20px no-repeat;
	background-size: 30px auto;
	min-height: 52px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #DF1720;
}
.sec08 dd {
	border-bottom: 1px solid #C1C1C2;
	padding: 10px 20px 24px 60px;
	background: url("image/sec08_a.png") left 20px top 10px no-repeat;
	background-size: 30px auto;
	min-height: 52px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec08 {
		padding: 3em 5%;
	}
	.sec08 .en {
		font-size: 1.5rem;
	}
	.sec08 h2 {
		font-size: 2.2rem;
		margin-bottom: 1.2em;
	}
	.sec08 dt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}


/* sec09
--------------------------------------------------------*/
.sec09 {
	padding: 100px 20px;
}
.sec09_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.sec09 .en {
	text-align: center;
	color: #DF1720;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}
.sec09 h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1;
}
.sec09 table {
	max-width: 700px;
	margin: 0 auto 80px;
}
.sec09 table th, .sec09 table td {
	border-bottom: 4px solid #fff;
	padding: 12px 20px;
}
.sec09 table th {
	background-color: #DF1720;
	color: #fff;
	font-weight: bold;
	border-right: 4px solid #fff;
	width: 200px;
	vertical-align: top;
}
.sec09 table td {
	background-color: #FCF9EF;
	text-align: left;
	padding-left: 40px;
	width: 500px;
}
.sec09 h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 900;
	margin-bottom: 34px;
	color: #DF1720;
}
.sec09 .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.sec09 .sec09_img {
	width: 36%;
}
.sec09 .flexR {
	width: 60%;
}
.sec09 .flexR h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec09 .flexR .txt {
	border-bottom: 1px solid #C1C1C2;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.sec09 .flexR .sns {
	width: 26px;
}
.sec09_btn {
	text-align: center;
}
.sec09_btn a {
	display: inline-block;
	background-color: #000;
	border-radius: 100px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 60px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec09 {
		padding: 3em 5%;
	}
	.sec09 .en {
		font-size: 1.5rem;
	}
	.sec09 h2 {
		font-size: 2.2rem;
		margin-bottom: 1.2em;
	}
	.sec09 table {
		margin: 0 auto 3em;
	}
	.sec09 table th, .sec09 table td {
		border-bottom: 2px solid #fff;
		padding: 12px 10px;
		font-size: 1.4rem;
	}
	.sec09 table th {
		border-right: 2px solid #fff;
		width: auto;
		white-space: nowrap;
	}
	.sec09 table td {
		padding: 12px 20px;
		width: auto;
	}
	.sec09 h3 {
		font-size: 1.8rem;
		margin-bottom: 1em;
	}
	.sec09 .flex {
		display: block;
		margin-bottom: 2em;
	}
	.sec09 .sec09_img {
		width: 60%;
		margin: 0 auto 20px;
	}
	.sec09 .flexR {
		width: 100%;
	}
	.sec09 .flexR h4 {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 10px;
	}
	.sec09 .flexR .sns {
		width: 16px;
		margin: 0 auto;
	}
	.sec09_btn {
		text-align: center;
	}
	.sec09_btn a {
		font-size: 1.4rem;
		padding: 16px 20px;
	}
}


/* cta
--------------------------------------------------------*/
.cta {
	padding: 80px 20px;
	background: url("image/cta_bg.png") center center no-repeat;
	background-size: cover;
	text-align: center;
}
.cta h2 {
	font-size: 3.8rem;
	font-weight: 900;
	color: #FAEC4D;
	line-height: 1;
	padding: 0 60px 0 70px;
	background: url("image/cta_ttl1.png") left center no-repeat, url("image/cta_ttl2.png") right center no-repeat;
	background-size: auto 100%;
	display: inline-block;
	margin-bottom: 26px;
}
.cta h3 {
	max-width: 1100px;
	margin: 0 auto 26px;
	background-color: #fff;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 900;
	padding: 0 0 8px;
}
.cta h3 strong {
	color: #DF1720;
	font-size: 4.6rem;
}
.cta h3 strong .cta1 {
	font-size: 6.4rem;
}
.cta h3 strong .cta2 {
	font-size: 6.8rem;
}
.cta .intro {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.cta .flex {
	display: flex;
	justify-content: center;
}
.cta_btn1 {
	margin: 0 20px 0 0;
	max-width: 300px;
	width: 100%;
}
.cta_btn2 {
	margin: 0;
	max-width: 300px;
	width: 100%;
}
.cta_btn1 a {
	background: url("image/arrow_green.png") right 14px center no-repeat;
	background-size: 16px auto;
	display: block;
	background-color: #fff;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #129A3C;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
.cta_btn2 a {
	background: url("image/arrow_white.png") right 14px center no-repeat;
	background-size: 16px auto;
	display: block;
	background-color: #129A3C;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #fff;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.cta {
		padding: 2em 5% 2.4em;
		background: url("image/cta_bg_sp.png") center center no-repeat;
		background-size: cover;
	}
	.cta h2 {
		font-size: 1.8rem;
		line-height: 1.3;
		padding: 0 26px 0 30px;
		background: url("image/cta_ttl1.png") left center no-repeat, url("image/cta_ttl2.png") right center no-repeat;
		background-size: auto 80%;
		margin-bottom: 10px;
	}
	.cta h3 {
		margin: 0 auto 20px;
		font-size: 2.0rem;
		padding: 10px 20px;
	}
	.cta h3 strong {
		font-size: 2.4rem;
	}
	.cta h3 strong .cta1 {
		font-size: 2.8rem;
	}
	.cta h3 strong .cta2 {
		font-size: 3.0rem;
	}
	.cta .intro {
		font-size: 1.5rem;
	}
	.cta .flex {
		justify-content: space-between;
	}
	.cta_btn1 {
		max-width: 49%;
		margin: 0;
	}
	.cta_btn2 {
		max-width: 49%;
	}
	.cta_btn1 a {
		background: url("image/arrow_green.png") right 10px center no-repeat;
		background-size: 12px auto;
		background-color: #fff;
		border: 2px solid #129A3C;
		padding: 12px 10px;
		font-size: 1.7rem;
	}
	.cta_btn2 a {
		background: url("image/arrow_white.png") right 10px center no-repeat;
		background-size: 12px auto;
		background-color: #129A3C;
		border: 2px solid #129A3C;
		padding: 12px 10px;
		font-size: 1.7rem;
	}
}



/* footer
--------------------------------------------------------*/
footer {
	padding: 80px 20px 30px;
	text-align: center;
	background-color: #DF1720;
	color: #fff;
}
.foot_logo {
	max-width: 500px;
	margin: 0 auto 60px;
}
.copyright {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.01em;
}
.bnr {
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	width: 320px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	footer {
		padding: 3em 5% 200px;
	}
	.contact footer {
		padding: 3em 5% 20px;
	}
	.foot_logo {
		margin: 0 auto 30px;
		max-width: 200px;
	}
	.copyright {
		font-size: 1.1rem;
	}
	.bnr {
		right: 0;
		bottom: 0;
		width: 100%;
		background-color: #DF1720;
		padding: 10px 5%;
		box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	}
	.bnr img {
		width: 297px;
		height: auto;
		margin: 0 auto;
	}
}


/* contact
--------------------------------------------------------*/
.cont_mv {
	padding: 100px 20px 100px;
	background: url("image/cont_mv.jpg") bottom center no-repeat;
	background-size: cover;
}
.cont_mv_wrap {
	max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.cont_mv h1 {
	font-size: 3.0rem;
	font-weight: bold;
	display: inline-block;
	background-color: #DF1720;
	color: #fff;
	padding: 10px 30px;
}
.cont_sv {
	padding: 50px 20px 50px;
}
.cont_sv_wrap {
	max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.cont_btn_mendan {
	margin: 0 auto 50px;
	max-width: 300px;
	width: 100%;
}
.cont_btn_mendan a {
	background: url("image/arrow_white.png") right 14px center no-repeat;
	background-size: 16px auto;
	display: block;
	background-color: #129A3C;
	border: 3px solid #129A3C;
	border-radius: 100px;
	color: #fff;
	padding: 16px 40px;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 1;
	text-align: center;
}
.cont_sv .intro {
	text-align: justify;
	margin-bottom: 1.4em;
}
.cont_sv .thanks {
	text-align: center;
	margin-bottom: 0;
}
.cont_sv .intro a {
	text-decoration: underline;
	color: #129A3C;
	font-weight: bold;
}
.form {
	background-color: #FCF9EF;
	padding: 60px 20px;
}
.form_wrap {
	max-width: 700px;
    margin: 0 auto;
	min-height: 200px;
}



@media screen and (max-width: 780px) { /*-----------------SP----- */
	.cont_mv {
		padding: 90px 5% 70px;
	}
	.cont_mv h1 {
		font-size: 2.0rem;
		padding: 10px 20px;
	}
	.cont_sv {
		padding: 2em 5% 2em;
	}
	.cont_btn_mendan {
		max-width: 300px;
		margin-bottom: 30px;
	}
	.cont_btn_mendan a {
		background: url("image/arrow_white.png") right 10px center no-repeat;
		background-size: 12px auto;
		background-color: #129A3C;
		border: 2px solid #129A3C;
		padding: 12px 10px;
		font-size: 1.7rem;
	}
	.form {
		padding: 2em 5%;
	}
	.cont_sv .thanks {
		text-align: justify;
	}
}





