@charset "UTF-8";
/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

body {
	background: linear-gradient(to bottom, #fff, #e1efd5);
	line-height: 25px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

a {
	text-decoration: none;
	transition: all .3s ease;
}

a:hover {
	opacity: .7;
}

li {
	list-style: none;
}

.inner {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0 75px;
}

.notice {
	width: 630px;
	margin: 0 auto;
}

.notice li {
	text-indent: -1em;
	margin-left: 1em;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

header {
	background: url(../img/main.jpg) no-repeat center/cover;
	height: 634px;
	padding-top: 54px;
}

header .title_sub img {
	width: 303px;
}

header .title_main {
	margin-top: 30px;
}

header .title_main img {
	width: 574px;
}

header .lead {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	width: 655px;
	margin: 180px auto 25px;
}

article {
	padding: 50px 0 0;
}

article section h2 {
	text-align: center;
	margin-bottom: 50px;
}

article section .row {
	display: flex;
	justify-content: center;
}

article section.sec01 h2 img {
	width: 555px;
}

article section.sec01 .row .img {
	margin-right: 35px;
}

article section.sec01 .row .img img {
	width: 196px;
}

article section.sec01 .row .img p {
	font-size: 18px;
	margin-top: 20px;
}

article section.sec01 .row .img p span {
	display: block;
	font-size: 15px;
}

article section.sec01 .row .txt {
	padding-top: 25px;
}

article section.sec01 .row .txt .link {
	text-align: right;
}

article section.sec01 .row .txt .link.link01 {
	margin-top: 25px;
}

article section.sec01 .row .txt .link.link01 img {
	width: 288px;
}

article section.sec01 .row .txt .link.link02 {
	margin-top: 10px;
}

article section.sec01 .row .txt .link.link02 img {
	width: 126px;
}

article section.sec01 .row.row2 {
	margin-top: 40px;
	align-items: center;
}

article section.sec01 .row.row2 .txt {
	font-size: 15px;
	margin-right: 22px;
	padding-top: 0;
}

article section.sec01 .row.row2 .img {
	margin-right: 0;
}

article section.sec02 {
	margin-top: 50px;
}

article section.sec02 h2 img {
	width: 179px;
}

article section.sec02 .img {
	text-align: center;
	margin-bottom: 50px;
}

article section.sec02 .img img {
	width: 709px;
	margin: 0 auto;
}

article section.sec02 .txt {
	width: 600px;
	margin: 0 auto;
	line-height: 29px;
}

article section.sec02 .txt div:not(:last-child) {
	margin-bottom: 25px;
}

article section.sec03 {
	margin-top: 50px;
}

article section.sec03 h2 img {
	width: 119px;
}

article section.sec04 {
	margin-top: 50px;
	text-align: center;
}

article section.sec04 h2 img {
	width: 329px;
}

article section.sec04 .company .title {
	font-size: 24px;
	margin-bottom: 15px;
}

article section.sec04 .company .tel {
	font-size: 24px;
}

article section.sec04 .company .tel span {
	font-size: 20px;
	margin-right: 1em;
}

article section.sec04 .company .tel small {
	font-size: 15px;
	margin-left: 1em;
}

article section.sec04 .company .btn {
	margin-top: 15px;
}

article section.sec04 .company .btn img {
	width: 224px;
}

article section.sec04 .company .link {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

article section.sec04 .company .link img {
	width: 114px;
	margin-right: 10px;
}

article section.sec04 .company .link a {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

article footer {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
}

@media (max-width: 1080px) {
	article {
		padding: 50px 50px 0;
	}
	.inner {
		width: 100%;
		padding: 50px 50px 75px;
	}
}

@media (max-width: 768px) {
	.notice {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.inner {
		padding: 4vw;
	}
	header {
		height: 93.3vw;
		padding-top: 48vw;
	}
	header .title {
		width: 40vw;
		margin: 0 auto;
	}
	header .title .title_sub img {
		width: 100%;
	}
	header .title .title_main {
		margin-top: 0;
	}
	header .title .title_main img {
		width: 100%;
	}
	article {
		padding: 50px 4vw 0;
	}
	article .lead {
		padding-left: 15vw;
		margin-bottom: 50px;
	}
	article section h2 {
		margin-bottom: 30px;
	}
	article section h2 img {
		width: auto !important;
		height: 30px;
	}
	article section.sec01 .row {
		flex-wrap: wrap;
	}
	article section.sec01 .row .txt .link {
		text-align: center;
	}
	article section.sec01 .row .img {
		margin-right: 0;
		text-align: center;
	}
	article section.sec01 .row.row2 {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	article section.sec01 .row.row2 .img {
		order: 1;
		margin-right: 20px;
	}
	article section.sec01 .row.row2 .img img {
		width: 150px;
	}
	article section.sec01 .row.row2 .txt {
		order: 2;
		width: calc(100% - 170px);
		margin-right: 0;
	}
	article section.sec02 .img img {
		width: 70%;
	}
	article section.sec02 .txt {
		width: 100%;
	}
	article section.sec03 .txt {
		width: 100%;
	}
}

@media (max-width: 570px) {
	body {
		font-size: 13px;
		line-height: 21px;
	}
	.inner {
		padding: 30px 4vw 30px;
	}
	article {
		padding: 30px 4vw 0;
	}
	article .lead {
		padding-left: 8vw;
		margin-bottom: 30px;
	}
	article section h2 img {
		height: 20px;
	}
	article section.sec01 .row.row2 .img {
		width: 130px;
	}
	article section.sec01 .row.row2 .txt {
		width: calc(100% - 140px);
		font-size: 12px;
		line-height: 20px;
	}
	article section.sec02 .img {
		margin-bottom: 30px;
	}
	article section.sec02 .img img {
		width: 80%;
	}
	article section.sec02 .txt {
		line-height: 23px;
	}
	article section.sec04 .company .title {
		font-size: 20px;
	}
	article section.sec04 .company .tel {
		font-size: 20px;
	}
	article section.sec04 .company .tel span {
		font-size: 18px;
	}
	article section.sec04 .company .tel small {
		display: block;
		font-size: 13px;
		margin-left: 0;
	}
}
