@charset "utf-8";

.mainarea {
	padding: 60px 20px 0;
}
.mainarea .inner {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.mainarea .lead {
	margin-bottom: 15px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3;
}
.mainarea .text {
	margin-bottom: 30px;
	padding: 0 210px;
	font-size: 26px;
	line-height: 1.4;
}
.mainarea img {
	position: absolute;
	top: 50px;
	right: 0;
}
.mainarea .start {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background-color: #c03;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.mainarea .start::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 0;
	margin: 0 auto;
	border-top: 25px solid #c03;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
@media screen and (max-width: 1200px){
	.mainarea {
		padding: 5% 20px 0;
	}
	.mainarea .lead {
		margin-bottom: 1.5%;
		font-size: 5vw;
	}
	.mainarea .text {
		padding: 0 20%;
		font-size: 2.1vw;
	}
	.mainarea img {
		width: 19%;
	}
	.mainarea .start {
		height: 10vw;
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 600px){
	.mainarea {
		padding: 5% 15px 0;
	}
	.mainarea .lead {
		font-size: 5.5vw;
	}
	.mainarea .text {
		margin-bottom: 6%;
		padding: 0 18% 0 0;
		text-align: left;
		font-size: 3vw;
	}
	.mainarea img {
		top: 12vw;
		width: 18%;
	}
	.mainarea .start {
		border-radius: 10px;
		font-size: 3.5vw;
	}
	.mainarea .start::after {
		bottom: -12px;
		border-top: 12px solid #c03;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.mainarea .start p {
		font-size: inherit;
	}
}

.topIcon {
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 600px){
	.topIcon {
		margin-bottom: 15px;
	}
	.topIcon img {
		width: 40px;
	}
}

.titleJp {
	margin: -20px 0 40px;
	text-align: center;
	font-size: 19px;
}
@media screen and (max-width: 600px){
	.titleJp {
		margin: -15px 0 20px;
		font-size: 13px;
	}
}

.pointText {
	position: relative;
	margin-bottom: 30px;
	padding-left: 25px;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
}
.pointText::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	bottom: 6px;
	border-left: 6px solid #80af23;
}
.pointText .inner {
	position: relative;
	display: inline-block;
	padding-right: 120px;
}
.pointText img {
	position: absolute;
	top: -70px;
	right: 0;
}
@media screen and (max-width: 1200px){
	.pointText {
		margin-bottom: 3%;
		font-size: 2.5vw;
	}
	.pointText .inner {
		padding-right: 10vw;
	}
	.pointText img {
		top: -6vw;
		width: 8vw;
	}
}
@media screen and (max-width: 600px){
	.pointText {
		margin-bottom: 5%;
		padding-left: 18px;
		font-size: 3.6vw;
	}
	.pointText::before {
		top: 0.5vw;
		bottom: 1vw;
		border-left-width: 4px;
	}
	.pointText p {
		font-size: inherit;
	}
	.pointText img {
		top: -4vw;
	}
}

.borderBox {
	position: relative;
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	background-color: #fff;
	padding: 25px;
	font-size: 20px;
	font-weight: bold;
}
.borderBox .note {
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
}
@media screen and (max-width: 1000px){
	.borderBox {
		font-size: 16px;
	}
	.borderBox .note {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px){
	.borderBox {
		border-radius: 15px;
		padding: 15px;
		font-size: 13px;
	}
	.borderBox .note {
		font-size: 12px;
	}
}

.sec01 {
	margin-top: 40px;
	background: url(../img/sec01_bg.png) repeat-x 50% 0 #fff;
	padding-top: 40px;
}
.sec01 .pointText01 {
	margin: 5% 0 5% 35.5%;
	white-space: nowrap;
}
.sec01 .box01 {
	margin-bottom: 11.5%;
	padding: 25px 20% 25px 33%;
}
.sec01 .img01 {
	position: absolute;
	left: 1.5%;
	bottom: -17px;
	width: 31.9%;
}
.sec01 .img02 {
	position: absolute;
	right: 3%;
	bottom: 0;
	width: 15%;
}
.sec01 .imgArea {
	position: relative;
}
.sec01 .pointText02 {
	margin-bottom: 5%;
}
.sec01 .pointText03 {
	margin-bottom: 10%;
}
.sec01 .img03 {
	position: absolute;
	top: -60px;
	right: -2%;
	width: 35.8%;
}
.sec01 .box02 {
	padding: 20px 33% 20px 30px;
}
.sec01 .img04 {
	position: absolute;
	right: 4%;
	bottom: 0;
	width: 27.5%;
}
@media screen and (max-width: 1000px){
	.sec01 .box01 {
		padding: 25px 20% 25px 36%;
	}
	.sec01 .img01 {
		bottom: -1.5vw;
	}
	.sec01 .img03 {
		top: -5vw;
	}
}
@media screen and (max-width: 600px){
	.sec01 {
		margin-top: 30px;
		background-size: 15px auto;
		padding-top: 30px;
	}
	.sec01 .pointText01 {
		margin: 5% 0;
	}
	.sec01 .box01 {
		padding: 15px 15px 27% 15px;
}
	.sec01 .img01 {
		left: 10%;
		width: 25%;
	}
	.sec01 .img02 {
		right: 10%;
		width: 20%;
	}
	.sec01 .pointText03 {
		margin-bottom: 6%;
	}
	.sec01 .img03 {
		top: 8vw;
		width: 30%;
	}
	.sec01 .box02 {
		padding: 15px 15px 20%;
	}
	.sec01 .img04 {
		width: 40%;
	}
}

.sec02 {
	background: url(../img/sec02_bg.png) repeat-x 50% 0 #fff;
	padding-top: 40px;
}
.sec02 .pointText01 .inner {
	padding-right: 100px;
}
.sec02 .img01 {
	margin: -9% 0 5%;
}
.sec02 .pointText02 {
	margin-bottom: 4.5%;
}
.sec02 .pointText02 img {
	top: -10px;
}
.sec02 .box01 {
	margin-bottom: 9%;
	padding-right: 22%;
}
.sec02 .img02 {
	position: absolute;
	right: 6%;
	bottom: 0;
	width: 18.9%;
}
.sec02 .imgCol01 {
	position: relative;
	margin-bottom: 13%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10% 44%;
}
.sec02 .pointText03 img {
	top: -30px;
}
.sec02 .img03 {
	position: absolute;
	left: 3%;
	bottom: 0;
	width: 37.3%;
}
.sec02 .imgCol02 {
	position: relative;
	margin-bottom: 10.5%;
}
.sec02 .pointText04 .inner {
	padding-right: 0;
}
.sec02 .pointText04 img {
	right: 30px;
}
.sec02 .img04 {
	position: absolute;
	top: -50px;
	right: 2%;
	width: 37.1%;
}
.sec02 .box02 {
	padding-left: 260px;
	overflow: hidden;
}
.sec02 .img05 {
	position: absolute;
	top: -10px;
	left: 20px;
}
@media screen and (max-width: 1000px){
	.sec02 .pointText01 .inner {
		padding-right: 8vw;
	}
	.sec02 .img02 {
		right: 2%;
	}
	.sec02 .img04 {
		top: -5vw;
	}
}
@media screen and (max-width: 600px){
	.sec02 {
		background-size: 15px auto;
		padding-top: 30px;
	}
	.sec02 .pointText01 img {
		top: -2vw;
	}
	.sec02 .img01 {
		margin: -14% 0 7%;
	}
	.sec02 .pointText02 img {
		top: -1vw;
	}
	.sec02 .box01 {
		padding: 15px 15px 20%;
	}
	.sec02 .img02 {
		right: 6%;
	}
	.sec02 .imgCol01 {
		margin-bottom: 10%;
		padding: 0 0 20%;
	}
	.sec02 .pointText03 img {
		top: -3vw;
	}
	.sec02 .img03 {
		left: auto;
		right: 5%;
	}
	.sec02 .imgCol02 {
		padding-bottom: 22%;
		margin-bottom: 0;
	}
	.sec02 .pointText04 img {
		right: 5vw;
	}
	.sec02 .img04 {
		top: auto;
		right: 5%;
		bottom: 0;
	}
	.sec02 .box02 {
		padding: 15px 15px 30%;
	}
	.sec02 .img05 {
		top: auto;
		left: 40%;
		bottom: -6vw;
		width: 50%;
	}
}

.sec03 {
	background: url(../img/sec03_bg.png) repeat-x 50% 0 #fff;
	padding-top: 40px;
}
.sec03 .imgCol01 {
	position: relative;
	padding: 0 0 5% 50%;
}
.sec03 .pointText01 .inner {
	padding-right: 90px;
}
.sec03 .img01 {
	position: absolute;
	left: 15px;
	bottom: -40px;
	width: 44.9%;
}
.sec03 .box01 {
	margin-bottom: 11%;
	padding-right: 25%;
}
.sec03 .img02 {
	position: absolute;
	top: 0;
	right: 6%;
	bottom: 0;
	margin: auto 0;
	width: 16.7%;
}
.sec03 .colArea {
	display: flex;
	justify-content: space-between;
}
.sec03 .column01 {
	width: 53.7%;
}
.sec03 .column02 {
	width: 44%;
	padding-left: 15px;
}
.sec03 .pointText02 .inner {
	padding-right: 40px;
}
.sec03 .pointText02 img {
	top: -40px;
}
.sec03 .pointText03 .inner {
	padding-right: 100px;
}
.sec03 .pointText03 img {
	top: -40px;
}
.sec03 .box02 {
	padding-right: 30%;
}
.sec03 .img05 {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 28.3%;
}
@media screen and (max-width: 1000px){
	.sec03 .pointText01 .inner {
		padding-right: 8vw;
	}
	.sec03 .img01 {
		bottom: -3vw;
	}
	.sec03 .pointText02 .inner {
		padding-right: 4vw;
	}
	.sec03 .pointText03 .inner {
		padding-right: 8vw;
	}
	.sec03 .box02 {
		padding-right: 30%;
	}
}
@media screen and (max-width: 600px){
	.sec03 {
		background-size: 15px auto;
		padding-top: 30px;
	}
	.sec03 .imgCol01 {
		padding: 0 0 8%;
	}
	.sec03 .img01 {
		left: 50%;
	}
	.sec03 .box01 {
		margin-bottom: 9%;
		padding: 15px 15px 20%;
	}
	.sec03 .img02 {
		top: auto;
		bottom: 3vw;
		width: 25%;
	}
	.sec03 .colArea {
		margin-bottom: 3%;
		flex-direction: column;
		gap: 20px;
	}
	.sec03 .column01 {
		position: relative;
		width: auto;
		padding-bottom: 29%;
	}
	.sec03 .column02 {
		position: relative;
		width: auto;
		padding-left: 0;
		padding-bottom: 16%;
	}
	.sec03 .pointText02 img {
		top: -2vw;
	}
	.sec03 .img03 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 54%;
	}
	.sec03 .pointText03 img {
		top: -2vw;
	}
	.sec03 .img04 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 48%;
	}
	.sec03 .box02 {
		padding: 15px 15px 17%;
	}
	.sec03 .img05 {
		right: 5%;
		width: 50%;
	}
}

.sec04 {
	text-align: center;
}
.sec04 h2 {
	margin-bottom: 30px;
	color: #c03;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
}
.sec04 .logo {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 55px;
}
.sec04 .logo li {
	position: relative;
}
.sec04 .logo .link01 {
	position: absolute;
	top: 0;
	right: -15%;
	font-size: 12px;
}
.sec04 .img01 {
	position: relative;
	z-index: 10;
	margin-bottom: -11px;
	overflow: hidden;
}
.sec04 .box01 {
	padding-top: 35px;
	font-size: 18px;
	font-weight: normal;
}
.sec04 .box01 p {
	margin-bottom: 20px;
}
.sec04 .noteList {
	text-align: left;
}
@media screen and (max-width: 1000px){
	.sec04 h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}
}
@media screen and (max-width: 600px){
	.sec04 h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.sec04 .logo {
		gap: 10px 25px;
	}
	.sec04 .logo img {
		width: auto;
		height: 50px;
	}
	.sec04 .logo .link01 {
		top: -5%;
		right: -25%;
		font-size: 10px;
	}
	.sec04 .img01 {
		margin-bottom: -2%;
	}
	.sec04 .img01 img {
		margin: 0 -30%;
		width: 160%;
		max-width: none;
	}
	.sec04 .box01 {
		padding-top: 20px;
		font-size: 16px;
	}
	.sec04 .box01 p {
		margin-bottom: 15px;
	}
}

.sec05 {
	background: url(../img/sec05_bg.png) no-repeat 50% 100% #fff;
	padding-bottom: 120px;
	text-align: center;
}
.sec05 h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.5;
}
.sec05 .bgArea {
	background: url(../img/sec05_img_01.png) no-repeat 0 0, url(../img/sec05_img_02.png) no-repeat 100% 0;
	padding: 40px 140px 0;
}
.sec05 .list {
	display: inline-block;
	text-align: left;
}
.sec05 .list li {
	margin-bottom: 25px;
	background: url(../../img/mrk_02.png) no-repeat 0 6px;
	padding-left: 26px;
	font-size: 20px;
	font-weight: bold;
}
.sec05 .btnArea {
	margin: 10px 0 40px;
}
.sec05 .box01 {
	padding: 35px 25px 30px;
	font-size: 18px;
	font-weight: normal;
}
.sec05 .box01 p {
	margin-bottom: 20px;
}
.sec05 .box01 h3 {
	display: inline-block;
	background: url(../../img/mrk_02.png) no-repeat 0 4px;
	padding-left: 26px;
	font-size: 20px;
	font-weight: bold;
}
.sec05 .logoList {
	margin: 30px 0 25px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
@media screen and (max-width: 1000px){
	.sec05 h2 {
		font-size: 26px;
	}
	.sec05 .bgArea {
		background-size: 15% auto, 15% auto;
		background-position: 0 50%, 100% 50%;
		padding: 5% 17% 0;
	}
	.sec05 .list li {
		font-size: 16px;
	}
	.sec05 .box01 h3 {
		font-size: 16px;
	}
	.sec05 .box01 p {
	margin-bottom: 20px;
	}
	.sec05 .logoList {
		gap: 20px;
	}
}
@media screen and (max-width: 600px){
	.sec05 {
		background-size: 180% auto;
		padding-bottom: 17%;
	}
	.sec05 h2 {
		font-size: 20px;
	}
	.sec05 .bgArea {
		background: none;
		padding: 5% 0 0;
	}
	.sec05 .list li {
		margin-bottom: 12px;
		background-size: 12px auto;
		background-position: 0 5px;
		padding-left: 20px;
		font-size: 15px;
	}
	.sec05 .btnArea {
		margin: 10px 0 30px;
	}
	.sec05 .box01 {
		padding: 20px 15px 20px;
	}
	.sec04 .box01 p {
		margin-bottom: 15px;
	}
	.sec05 .box01 h3 {
		background-size: 12px auto;
		background-position: 0 3px;
		padding-left: 18px;
		font-size: 15px;
	}
	.sec05 .logoList {
		margin: 20px 0;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.sec05 .logoList img {
		width: auto;
		height: 36px;
	}
}
