body {
	font-family: IBM Plex Sans JP,sans-serif;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%
}

i {
	font-style: normal
}

.box_wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
	box-sizing: border-box
}

.padding_100 {
	padding: 100px 0
}

.h2_tit {
	color: #000;
	font-family: IBM Plex Sans JP;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 1000px;
	margin: 0 auto 50px;
	text-align: center
}

.banner_box {
	background: url(/images/banner_pc.jpg) no-repeat 50%;
	background-size: cover
}

.banner_cnt {
	box-sizing: border-box;
	padding: 83px 0 65px;
	height: 615px;
	max-width: 660px
}

.banner_cnt,.setp1 {
	display: flex;
	flex-direction: column
}

.setp1 {
	align-items: center
}

.setp2 {
	padding: 30px 0
}

.active_none {
	position: absolute;
	left: -9999px
}

.input_box {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 80%;
	height: 50px;
	text-align: center;
	font-size: 22px;
	margin-top: 100px;
	background: #fff;
	cursor: text;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.banner_cnt_btn {
	margin-top: 20px;
	margin-bottom: 10px
}

.banner_cnt h1 {
	color: #ffd600;
	font-size: 50px;
	font-weight: 700
}

.banner_cnt h1,.banner_cnt p {
	font-family: IBM Plex Sans JP;
	font-style: normal;
	line-height: normal
}

.banner_cnt p {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 6px 0 0
}

.checkbox,.checkbox a {
	color: #fff;
	font-size: .6rem;
}

.div1_cnt {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	margin-bottom: 50px
}

.div1_item h4 {
	background: #0f7b79;
	color: #fff;
	font-family: IBM Plex Sans JP;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
	padding: 10px 30px;
	text-align: center
}

.div1_item>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e8ecef;
	padding: 50px 30px
}

.div1_item>div img {
	width: 231px;
	height: 154px
}

.div1_item>div p {
	flex: 1;
	color: #101828;
	font-family: IBM Plex Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 138%;
	margin-right: 30px
}

@keyframes switch {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.page_btn {
	padding: 10px 50px
}

.page_btn,.page_btn2 {
	border: none;
	background-size: cover;
	background-color: #00c300;
	box-shadow: inset 0 6px 10px 0 #40eb40;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: IBM Plex Sans JP;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 138%;
	animation: switch 1.5s ease-out infinite
}

.page_btn2 {
	padding: 10px
}

.div2_top {
	padding: 50px 16px;
	background: #0f7b79
}

.div_2 .h2_tit {
	color: #fff;
	text-align: center
}

.div_2 .p1 {
	max-width: 800px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-style: normal
}

.div_2 .p1,.div_2 .p2 {
	margin: 0 auto;
	font-weight: 400;
	line-height: 138%
}

.div_2 .p2 {
	max-width: 750px;
	color: rgba(115,116,118,.93);
	text-align: left;
	font-size: 8px
}

.div2_cnt {
	margin-top: 100px;
	border: 4px solid #ffd600;
	background: url(/images/div_2.jpg) no-repeat 50%;
	background-size: cover;
	padding: 100px 30px;
	display: flex;
	justify-content: flex-end
}

.div2_cnt h2 {
	font-size: 40px;
	font-weight: 700
}

.div2_cnt .p2,.div2_cnt h2 {
	color: #fff;
	font-family: IBM Plex Sans JP;
	font-style: normal;
	line-height: 138%
}

.div2_cnt .p2 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 50px
}

.div2_cnt .p3 {
	color: #fff;
	font-family: IBM Plex Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 138%;
	max-width: 522px
}

.div2_cnt>div {
	max-width: 650px;
	width: 100%
}

.div2_cnt button {
	margin-top: 50px;
	border: 2px solid #fff;
	background: #ffd600;
	display: flex;
	width: 400px;
	padding: 20px 30px;
	justify-content: space-between;
	align-items: center;
	color: #101828;
	font-family: IBM Plex Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 138%;
	transition: all .3s ease-in
}

.div2_cnt button:hover {
	background: #ffe86e
}

.banner_m {
	display: none
}

.footer {
	font-size: 15px;
	text-align: center;
	padding-top: 50px
}

.footer a {
	color: #636363
}

@media only screen and (max-width:450px) {
	.padding_100 {
		padding: 50px 0
	}

	.box_wrap {
		padding: 0 16px
	}

	.banner_box {
		background: transparent;
		position: relative
	}

	.banner_m {
		display: block
	}

	.banner_box>.box_wrap {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	.banner_cnt {
		height: auto;
		padding: 0 0 70px
	}

	.banner_cnt_btn {
		margin-bottom: 12px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.banner_cnt h1 {
		font-size: 25px;
		line-height: 1.3
	}

	.banner_cnt p {
		font-size: 18px;
		margin: 16px 0 0
	}

	.input_box {
		margin-top: 20px
	}

	.h2_tit {
		font-size: 30px;
		line-height: 1.3;
		text-align: center
	}

	.div1_cnt,.h2_tit {
		margin-bottom: 30px
	}

	.div1_cnt {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 0;
		grid-row-gap: 12px
	}

	.div1_item h4 {
		font-size: 20px
	}

	.div1_item>div {
		flex-direction: column;
		padding: 30px
	}

	.div1_item>div img {
		width: 100%;
		height: auto
	}

	.div1_item>div p {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 20px
	}

	.page_btn {
		font-size: 22px
	}

	.page_btn,.page_btn2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.page_btn2 {
		font-size: 15px
	}

	.div_2 {
		background: transparent
	}

	.div_2,.div_2 .box_wrap {
		padding: 0
	}

	.div_2 .p1 {
		font-size: 20px
	}

	.div2_cnt {
		margin-top: 0;
		border: 0;
		background: url(/images/div_2_m.jpg) no-repeat top;
		background-size: 100% 250px;
		background-color: #f1bc00;
		padding: 60px 16px;
		align-items: flex-end;
		height: 611px;
		box-sizing: border-box
	}

	.div2_cnt,.div2_cnt>div {
		display: flex;
		justify-content: center
	}

	.div2_cnt>div {
		flex-direction: column;
		align-items: center
	}

	.div2_cnt h2 {
		font-size: 30px;
		max-width: 260px
	}

	.div2_cnt .p2 {
		font-size: 20px;
		margin: 20px 0 30px
	}

	.div2_cnt .p3 {
		font-size: 16px;
		max-width: 100%
	}

	.div2_cnt .p3 span {
		color: #fff!important
	}

	.div2_cnt button {
		margin-top: 30px;
		border: 1px solid #fff;
		background: #fff;
		display: flex;
		width: 320px;
		padding: 12px 30px;
		justify-content: center;
		align-items: center;
		font-size: 16px
	}
}