@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body .sp-item {
	display: none;
}

body .pc-item {
	display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height: 100%;
	}

	body .sp-item {
		display: block;
	}

	body .pc-item {
		display: none;
	}

	body .sp-item img {
		width: 100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 20px;
	color: #1A1A1A;
	text-align: center;
	overflow-x: hidden;
	margin: 0 auto;
	max-width: 1024px;
}

img {
	margin: 0 auto;
	width: 100%;
}

p {
	font-feature-settings: "palt";
	text-align: justify;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

.marker {
	color: #333;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 150, 1) 10%, rgba(255, 255, 150, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}

	body {
		width: 100%;
		font-size: 17px;
	}

	.inner {
		width: 94%;
	}

	p {
		font-size: 20px;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta {
	transition: all .2s;
}

.cta:hover {
	opacity: 0.8;
}


/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	width: 100%;
}

.header-pc {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1 {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.header {
		height: auto;
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	background-image: url(../images/sec01-bg.png);
	background-size: cover;
	padding: 70px 0 100px;
}

.sec01 h2 {
	margin-bottom: 30px;
}

.sec01-txt02 {
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.sec01 {
		background-image: url(../images/sec01-bg-sp.png);
		padding: 40px 0;
	}

	.sec01 h2 {
		margin-bottom: 15px;
	}
}


/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
	background-image: url(../images/sec02-bg.png);
	background-size: cover;
	padding: 50px 0 70px;
}

@media screen and (max-width: 640px) {
	.sec02 {
		padding: 30px 0 40px;
		background-image: url(../images/sec02-bg-sp.png);
	}
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	padding: 50px 0 70px;
}

.sec03 h2 {
	margin-bottom: 20px;
}

.sec03 p {
	text-align: center;
}

.sec03-img {
	margin-top: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.sec03 {
		padding: 40px 0;
	}

	.sec03 p {
		text-align: left;
	}
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	background-color: #F0F0F0;
	padding: 50px 0 70px;
}

.sec04 h2 {
	margin-bottom: 70px;
}

.sec04 .sec04-img {
	margin-bottom: 20px;
}

.sec04 p {
	text-align: center;
}

.sec04 p span {
	font-weight: 700;
	background-color: #FFBE00;
}

@media screen and (max-width: 640px) {
	.sec04 {
		padding: 40px 0;
	}

	.sec04 h2 {
		margin-bottom: 30px;
	}

	.sec04 p {
		text-align: left;
	}
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	background-color: #000;
	padding: 50px 0 70px;
}

.sec05 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 92.18%;
	max-width: 944px;
	margin: 0 auto;
}

.sec05 ul li {
	width: 49%;
}

.sec05 ul li:nth-child(1),
.sec05 ul li:nth-child(3) {
	margin-right: 2%;
}

@media screen and (max-width: 640px) {
	.sec05 ul {
		display: block;
		margin-top: 10px;
	}

	.sec05 ul li {
		width: 100%;
	}

	.sec05 ul li:nth-child(1),
	.sec05 ul li:nth-child(3) {
		margin-right: 0;
	}
}

/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
	background-color: #F0F0F0;
	padding-bottom: 70px;
}

.sec06-img {
	width: 92.18%;
	max-width: 944px;
	margin: -100px auto 0;
}

.sec06 p {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.sec06 {
		padding-bottom: 40px;
	}

	.sec06 p {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.sec06-img {
		margin: 0 auto;
	}
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 .wrapper {
	padding-top: 30px;
	padding-bottom: 70px;
	background-image: url(../images/sec07-bg.png);
	background-size: 100% 100%;
	margin-top: -5px;
}

.sec07-img {
	height: 380px;
	width: 100%;
}

.sec07 ul li {
	background-color: #fff;
	padding: 10px 20px 30px;
	margin-bottom: 40px;
	box-shadow: 3px 3px 3px rgba(102, 102, 102, 0.75);
}

.sec07 ul li p {
	margin-top: 25px;
}


@media screen and (max-width: 640px) {
	.sec07 .wrapper {
		background-image: url(../images/sec07-b-sp.png);
	}

	.sec07 ul li {
		padding: 30px 15px 35px;
	}
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
	padding-bottom: 70px;
}

.sec08-img01 {
	margin-bottom: 40px;
}


@media screen and (max-width: 640px) {
	.sec08 {
		background-image: url(../images/sec08-bg-sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 40px;
	}

	.sec08 h2 {
		margin-bottom: 30px;
	}

	.sec08-img01 {
		margin-bottom: 20px;
	}
}


/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	background-color: #F0F0F0;
}

.sec09 h2 {
	margin-bottom: 40px;
}

.sec09-img01 {
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.sec09-img01 {
		margin-bottom: 20px;
	}

	.sec09-img02 {
		margin-bottom: 30px;
	}
}

/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10 {
	background-image: url(../images/sec10-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top: -5px;
}

.sec10 .inner {
	width: 92.18%;
	max-width: 944px;
}

.sec10 .arrow {
	width: 305px;
	margin: 50px auto;
}

@media screen and (max-width: 640px) {
	.sec10 {
		background-image: url(../images/sec10-bg-sp.png);
	}

	.sec10 .arrow {
		width: 70%;
		max-width: 400px;
	}

	.sec10-img02-sp {
		margin-bottom: 20px;
	}

	.sec10 .scroll-container {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.sec10 .scroll-container img {
		display: block;
		width: 80%;
		min-width: 700px;
		height: auto;
	}
}

/* ----------------------------------------------------
    sec11
---------------------------------------------------- */
.sec11 {
	padding-top: 40px;
}

/* ----------------------------------------------------
    sec12
---------------------------------------------------- */
.sec12 .inner {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec12 {
		background-image: url(../images/sec08-bg-sp.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sec12 .inner {
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
    sec13
---------------------------------------------------- */
.sec13 {
	background-color: #000000;
	padding: 50px 0 0;
	color: #fff;
}

.sec13 p {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
}

.sec13 .inner {
	z-index: 1;
	position: relative;
}

.sec13-img02 {
	margin-top: -350px;
	z-index: 0;
	position: relative;
}

@media screen and (max-width: 640px) {
	.sec13 {
		padding-top: 40px;
	}

	.sec13 h2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.sec13-img02 {
		margin-top: -30px;
	}
}

/* ----------------------------------------------------
    sec14
---------------------------------------------------- */
.sec14 {
	padding-bottom: 70px;
}

.sec14 ul {
	margin-top: 70px;
	margin-bottom: 60px;
}

.sec14 ul li:not(:last-child) {
	margin-bottom: 30px;
}

.sec14 ul li .label {
	background-color: #333333;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.sec14 ul li .label .sec14-q {
	width: 63px;
	margin-right: 30px;
}

.sec14 ul li .txt {
	padding: 20px;
	color: #333;
	display: flex;
}

.sec14 ul li .txt .sec14-a {
	width: 63px;
	margin-right: 30px;
}

.sec14 ul li .label p {
	width: 80%;
}

.sec14 ul li .txt p {
	width: 80%;
	padding-top: 17px;
}

.sec14 .bottom-p {
	text-align: center;
	color: #F76338;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sec14 .arrow {
	width: 380px;
	margin: 0 auto 60px;
}

@media screen and (max-width: 640px) {
	.sec14 ul {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.sec14 ul li .label p {
		width: 80%;
		font-size: 22px;
	}

	.sec14 ul li .txt p {
		padding-top: 0;
		font-size: 20px;
	}

	.sec14 ul li .label .sec14-q,
	.sec14 ul li .txt .sec14-a {
		width: 50px;
		margin-right: 15px;
	}

	.sec14 .bottom-p {
		font-size: 22px;
	}

	.sec14 .arrow {
		margin-bottom: 20px;
	}
}

/* ----------------------------------------------------
    sec15
---------------------------------------------------- */
.sec15 {
	padding: 70px 0;
	background-color: #F2F2F2;
}

.sec15 h2 {
	width: 235px;
	margin: 0 auto 60px;
}

table {
	width: 50%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 22px;
	text-align: left;
	border: 0.25px solid #808080;
}

td {
	border: 0.25px solid #808080;
	padding: 8px;
}

td:first-child {
	background-color: #E6E6E6;
	width: 25%;
	text-align: center;
	padding: 20px;
}

td:last-child {
	width: 75%;
	background-color: #fff;
	padding: 20px 30px;
}

@media screen and (max-width: 640px) {

	.sec15 {
		padding: 40px 0 60px;
	}

	.sec15 h2 {
		width: 45%;
		max-width: 320px;
		margin-bottom: 30px;
	}

	table {
		font-size: 18px;
	}

	td:first-child {
		padding: 10px 3px;
	}

	td:last-child {
		padding: 10px;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
footer {
	padding: 20px 0;
}

footer small {
	font-size: 16px;
}