@charset "utf-8";

body .sp-item {
	display: none !important;
}

body .pc-item {
  display: block !important;
}

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

	body .sp-item {
		display: block !important;
	}

	body .pc-item {
		display: none !important;
	}

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

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#000;
	text-align: center;
	overflow-x: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

video {
	width: 100%;
}

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

p {
	font-feature-settings: "palt";
	font-size: 20px;
}

.sentence {
	margin-top: 40px;
}

.sentence p {
	margin-top: 40px;
}

.sentence p:first-of-type {
	margin-top: 0;
}

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

.marker {
	color: #000;
	background: rgb(255,255,100);
	background: linear-gradient(0deg, rgba(255,255,100,1) 70%, rgba(255,255,255,1) 70%);
	padding-bottom: 3px;
	font-weight: bold;
}

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

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	background: url(../images/header-bg.webp) no-repeat center top / cover;
}
.header-cont {
	width: 1024px;
}

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

/* ----------------------------------------------------
    header02
---------------------------------------------------- */
.header02 {
	background: url(../images/bg01.webp) repeat center top / 300px;
}
.header-sub {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.header02 {
		background: none;
	}
}


/* ----------------------------------------------------
    CTA（PC）
---------------------------------------------------- */
.cta {
	background: url(../images/bg03.webp) repeat center top / 350px;
	padding: 30px 0;
}
.cta-cont-pc {
	width: 1024px;
	margin: 0 auto;
}
.cta-wrapper {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.btns {
	width: 540px;
	position: absolute;
	right: 121px;
	bottom: 36px;
}
.btns-flex-pc {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
.btn-phone-pc,
.btn-mail-pc {
	width: 266px;
}
.btn-line-pc:hover,
.btn-phone-pc:hover,
.btn-mail-pc:hover {
	opacity: 0.8;
}


/* ----------------------------------------------------
    CTA（SP）
---------------------------------------------------- */
.cta-wrapper-sp {
	position: relative;
}
.btns-sp {
	width: 94%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
}
.btns-sp-flex-sp {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	gap: 2%;
}
.btn-phone-sp,
.btn-mail-sp {
	width: 40%;
}
.btn-line-sp:hover,
.btn-phone-sp:hover,
.btn-mail-sp:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.cta {
		background: none;
		padding: 0;
	}
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	background: url(../images/sec01-bg.webp) no-repeat center center / contain;
	padding: 80px 0;
}

@media screen and (max-width: 640px) {
	.sec01 {
		background: none;
		padding: 0;
	}
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
	background: url(../images/bg02.webp) repeat center top / 300px;
}
.sec02-img01-pc {
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec02 {
		background: none;
		padding: 0;
	}
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	background: url(../images/bg01.webp) repeat center top / 300px;
	padding: 80px 0;
}
.sec03-ttl-pc {
	width: 428.4785px;
}
.sec3-imgs {
	margin-top: 50px;
}
.sec3-img-item {
	margin-top: 40px;
}
.sec3-img-item:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.sec03-ttl-pc {
		width: 90%;
	}
	.sec3-imgs {
		margin-top: 30px;
	}
	.sec3-img-item {
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	background: url(../images/sec04-bg.webp) no-repeat center top / cover;
	padding-bottom: 80px;
}
.sec04-ttl-pc {
	width: 944px;
}
.sec04-cont {
	width: 1024px;
	margin: 0 auto;
}
.sec04-flex {
	display: flex;
	width: 833.3258px;
	gap: 30px;
	margin-top: 50px;
	padding-left: 40px;
}
.sec04-img01-pc {
	width: 289.467px;
	height: 362.3506px;
}
.sec04 .sentence {
	margin-top: 0;
}
.sec04 p {
	text-align: justify;
	font-size: 24px;
}
.sec04 .caution {
	font-size: 20px;
	text-align: center;
	color: #643D5A;
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	.sec04 {
		background: none;
	}
	.sec04-ttl-pc {
		width: 100%;
	}
	.sec04-cont {
		width: 92%;
	}
	.sec04-flex {
		display: block;
		width: 100%;
		gap: 0;
		margin-top: 0;
		padding-left: 0;
	}
	.sec04 p {
		font-size: 20px;
	}
	.sec04 .caution {
		font-size: 16px;
		text-align: justify;
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	background: url(../images/bg01.webp) repeat center top / 300px;
	padding: 80px 0;
}
.sec05-ttl-pc {
	width: 686.9502px;
}
.sec05-img01-pc {
	width: 944px;
	margin-top: 50px;
}
.sec05 .caution {
	font-size: 20px;
	text-align: left;
	margin: 10px auto 0;
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec05-ttl-pc {
		width: 92%;
	}
	.scroll-container {
		overflow-x: auto;
		white-space: nowrap;
		width: 92%; /* コンテナの幅を設定 */
	}
	.scroll-container {
		overflow-x: auto; /* 横スクロールを有効にする */
		white-space: nowrap; /* 画像を横並びにする */
		width: 100%; /* コンテナの幅を設定 */
	}
	.sec05-img01-sp {
		display: block; /* ブロック表示にする */
		max-width: none; /* 画像の最大幅を制限しない */
		height: auto; /* 高さを自動調整 */
		width: 160% !important;
		margin-top: 50px;
	}
	.sec05 .caution {
		font-size: 16px;
		text-align: justify;
		margin-top: 30px;
		width: 92%;
	}
}


/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
	background-color: #EEE9F2;
	padding-bottom: 80px;
}
.sec06 h2 {
	background: url(../images/bg03.webp) repeat center top / 350px;
}
.sec06-imgs {
	width: 944px;
	margin: 50px auto 0;
}
.sec06-img-item:first-of-type {
	margin-top: 0;
}
.sec06-img-item {
	margin-top: 40px;
}
.sec06 .caution {
	font-size: 20px;
	text-align: left;
	margin: 10px auto 0;
	width: 944px;
}

@media screen and (max-width: 640px) {
	.sec06 {
		padding-bottom: 80px;
	}
	.sec06 h2 {
		background: none;
	}
	.sec06-imgs {
		width: 92%;
		margin: 50px auto 0;
	}
	.sec06-img-item {
		margin-top: 30px;
	}
	.sec06-img-item:first-of-type {
		margin-top: 0;
	}
	.sec06 .caution {
		font-size: 16px;
		text-align: justify;
		margin-top: 30px;
		width: 92%;
	}
	.sec06-img-item-phone {
		position: relative;
	}
	.btn-phone02-sp {
		position: absolute;
		bottom: 2%;
		left: 50%;
		transform: translateX(-50%);
		width: 92%;
	}
	.btn-phone02-sp:hover {
		opacity: 0.8;
	}
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 {
	background: url(../images/bg01.webp) repeat center top / 300px;
	padding: 80px 0;
}
.sec07-ttl-pc {
	width: 712.9121px;
}
.sec07-imgs {
	margin-top: 50px;
}
.sec07-img-item {
	margin-top: 40px;
}
.sec07-img-item:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.sec07-ttl-sp {
		width: 100%;
	}
	.sec07-imgs {
		margin-top: 50px;
	}
	.sec07-img-item {
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
	background: url(../images/bg01.webp) repeat center top / 300px;
	padding: 80px 0;
}

@media screen and (max-width: 640px) {
	.sec08 {
		background: none;
		padding: 0;
	}
}

/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	background: url(../images/sec09-bg.webp) no-repeat center top / cover;
	padding: 80px 0;
}

@media screen and (max-width: 640px) {
	.sec09 {
		background: none;
		padding: 0;
	}
}

/* ----------------------------------------------------
    CTA-PHONE
---------------------------------------------------- */
.cta-phone {
	background: url(../images/cta-phone-bg.webp) no-repeat center top / cover;
}
.cta-phone-pc {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.cta-phone {
		background: none;
		padding-top: 40px;
	}
	.cta-phone-sp {
		position: relative;
	}
	.btn-cta-phone {
		position: absolute;
		bottom: 18.5%;
		left: 50%;
		transform: translateX(-50%);
		width: 94%;
	}
	.btn-cta-phone:hover {
		opacity: 0.8;
	}
}

/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10 {
	padding: 80px 0;
	background-color: #EEE9F2;
}
.sec10-ttl-pc {
	width: 393.1211px;
}
.faq {
	margin-top: 50px;
}
.qa-container {
	background: url(../images/bg03.webp) repeat center top / 350px;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-top: 32px;
}
.qa-container:first-of-type {
	margin-top: 0;
}
.question {
	background: url(../images/bg03.webp) repeat center top / 350px;
	color: white;
	padding: 20px;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	position: relative;
}
.question::before {
	position: absolute;
	content: "Q.";
	left: 30px;
	top: 14px;
}
.answer {
	padding: 20px;
	background-color: #fff;
	font-weight: normal;
	text-align: justify;
	position: relative;
}
.answer::before {
	position: absolute;
	content: "A.";
	left: 30px;
	top: 14px;
	font-size: 26px;
}
.question,
.answer {
	padding-left: 75px;
}
ol {
	list-style-type: decimal;
	margin-left: 26px;
	margin-top: 26px;
}

@media screen and (max-width: 640px) {
	.sec10-ttl-pc {
		width: 92%;
	}
	.question {
		padding: 4%;
		font-size: 26px;
		text-align: justify;
	}
	.question::before {
		left: 4%;
		top: 8px;
	}
	.answer {
		padding: 5%;
	}
	.answer::before {
		left: 4%;
		top: 11px;
		font-size: 26px;
	}
	.question,
	.answer {
		padding-left: 16%;
	}
	ol {
		margin-left: 8%;
		margin-top: 26px;
	}
}


/* ----------------------------------------------------
    sec11
---------------------------------------------------- */
.sec11 {
	padding: 100px 0;
	background: url(../images/bg01.webp) repeat center top / 300px;
}

.sec11 h2 {
	margin: 0 auto;
	width: 300px;
}

.company-info {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin: 50px auto 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 16px 16px 16px 30px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	background-color: #f8f8f8;
	font-weight: bold;
}

td {
	background-color: #fff;
}

tr:last-child th,
tr:last-child td {
	border-bottom: none;
}

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

	.sec11 h2 {
		width: 60%;
	}

	.company-info {
		width: 100%;
		margin-top: 32px;
	}

	th, td {
		padding: 16px;
		font-size: 16px;
	}

	th {
		width: 80px;
	}
}


/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	padding: 20px 0;
}
.footer-flex {
	display: flex;
	gap: 60px;
	justify-content: center;
}
.footer-flex a {
	text-decoration: none;
	color: #000;
}
.footer-flex a:hover {
	opacity: 0.7;
}