@charset "utf-8";

/* Windows環境で U+005C を半角バックスラッシュで表示するためのフォント指定 */
.char-backslash {
	font-family: "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

/* スムーススクロール
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 {
	max-width: inherit;
	height: 100%;
	background-attachment: fixed;
	background-color: #fff;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	font-feature-settings: "palt";
	overflow-x: hidden;
	max-width: 2000px; /*横幅調整*/
	margin: 0 auto;
	box-shadow: 0 0 8px #ccc;
}
img {
	margin: 0 auto;
}
.inner {
	width: 724px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}
	body {
		width: 100%;
	}
	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(153,153,153,0.75));
	margin: 0 auto;
	display: inline-block;
	width: 448px;
	height: 98px;
}
.sec06 .btn {
	margin-top: 40px;
}
.btn:hover {
	opacity: 0.8;
}
.cta {
	padding: 50px 0 90px;
	text-align: center;
}

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


/* ----------------------------------------------------
    main
---------------------------------------------------- */
.sec {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.sec > img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
.micro-copy {
	font-weight: 700;
	font-size: 22px;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.micro-copy-note {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
}
.sec03 {
	background: url(../images/sec02-bg-pc.webp) repeat-y center center / 2000px;
	padding: 90px 0;
}
.sec04 {
	padding: 100px 0;
	text-align: center;
}
.sec04 > img {
	margin-top: 70px;
}
.sec05 {
	padding: 100px 0;
	background: url(../images/sec05-bg-pc.webp) repeat-x center center / contain;
}
.sec05 h2 {
	font-size: 40px;
	font-weight: 700;
	color: #005BAD;
	text-align: center;
}
.sec05-scroll {
	margin-top: 60px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.sec05-scroll img {
	margin: 0 auto;
}
.sec06 {
	padding: 100px 0;
	text-align: center;
}
.sec06-scroll {
	margin-top: 70px;
}
.sec06-scroll img {
	display: block;
	margin: 0 auto;
}
.sec06-text {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-top: 40px;
}
.sec10 {
	padding: 100px 0;
	background-color: #005BAD;
}

@media screen and (max-width: 640px) {
	.sec {
		height: auto;
	}
	.sec > img {
		width: 100%;
		height: auto;
	}
	.sec03 {
		padding: 40px 0;
		background: url(../images/sec02-bg-pc.webp) repeat-y center center / contain;
	}
	.sec03 > img {
		width: 90%;
	}
	.cta {
		padding: 30px 20px;
		background-color: #DDFCFF;
	}
	.micro-copy {
		font-size: 4vw;
	}
	.micro-copy-note {
		line-height: 1.5;
	}
	.sec06-text {
		line-height: 1.8;
		font-size: 4vw;
		margin-top: 30px;
	}
	.sec04 {
		padding: 80px 0;
	}
	.sec04 h2 {
		width: 85%;
		margin: 0 auto 50px;
	}
	.sec04 > img {
		width: 90%;
		margin: 40px auto 0;
	}
	.sec05 {
		padding: 80px 20px;
	}
	.sec05 h2 {
		font-size: 8vw;
	}
	.sec05-scroll {
		overflow-x: auto;
		margin-top: 30px;
	}
	.sec05-scroll img {
		max-width: none;
		height: auto;
		width: 780px;
	}
	.sec05-scroll-text {
		font-size: 20px;
		font-weight: 600;
		margin-top: 30px;
		color: #003B65;
	}
	.sec06 {
		padding: 80px 20px;
	}
	.sec06-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-top: 20px;
	}
	.sec06-scroll img {
		max-width: none;
		height: auto;
		width: 1100px;
	}
	.sec10 {
		padding: 80px 20px;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #275BAD;
	color: #fff;
	padding: 3em 20px 2em;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.footer p {
	margin: 0.3em 0;
}
.footer p:last-child {
	margin-top: 0.8em;
}
.footer-logo {
	margin-bottom: 1em;
	width: 180px;
	height: 45px;
	margin-left: calc(50% + 0.9em);
	transform: translateX(-50%);
}
.footer-logo img {
	height: auto;
	vertical-align: middle;
}
.footer-company {
	margin: 1.5em auto 0;
	padding-top: 1em;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 13px;
	opacity: 0.95;
	width: 600px;
}
.footer-company p {
	margin: 0.3em 0;
}
.footer-company a {
	color: #fff;
	text-decoration: underline;
}
.footer-company a:hover {
	opacity: 0.9;
}

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

/* ----------------------------------------------------
    FAQ（よくある質問）
---------------------------------------------------- */
.faq {
	background-color: #fff;
	padding: 80px 20px 80px;
}
.faq-title {
	color: #275BAD;
	font-size: 1.75em;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 50px;
	letter-spacing: 0.05em;
}
.faq-inner {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.faq-card {
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #2b6cb0;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.faq-head {
	background-color: #2b6cb0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	padding: 1em;
}
.faq-body {
	padding: 18px;
	flex: 1;
	border-top: none;
}
.faq-body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
@media screen and (max-width: 640px) {
	.faq {
		padding: 60px 20px 80px;
	}
	.faq-inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.faq-head {
		font-size: 0.95em;
	}
	.faq-body {
		padding: 1em;
	}
	.faq-title {
		font-size: 7.5vw;
		letter-spacing: 0.02em;
	}
}

/* ----------------------------------------------------
    お問い合わせフォーム
---------------------------------------------------- */
.contact {
	background-color: #fff;
	padding: 100px 0 100px;
}
.contact-title {
	font-size: 2em;
	font-weight: 700;
	color: #275BAD;
	text-align: center;
	line-height: 1.3;
}
.contact p,
label {
	font-size: 16px;
}
.contact p {
	line-height: 1.7em;
	text-align: center;
}
.contact-form {
	text-align: left;
	margin: 40px auto 0;
	width: 600px;
}
input,
textarea,
select {
	outline: none;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 0.8em;
	line-height: 1.5em;
	margin-bottom: 16px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 100%;
	height: 3.2em;
}
textarea {
	width: 100%;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	height: auto;
}
button {
	cursor: pointer;
	transition: all .2s;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #F15A25;
	border: none;
	font-size: 24px;
	font-weight: 400;
	padding: 16px;
	margin: 60px auto 0;
	width: 60%;
	border-radius: 5px;
}
button:hover {
	opacity: 0.8;
}
.badge {
	color: #fff;
	background-color: #F15A25;
	font-weight: 500;
	padding: 4px 4px 2px 4px;
	font-size: 80%;
	border-radius: 4px;
	margin-left: 4px;
	line-height: 1;
	display: inline-block;
}
:focus {
	outline: 1px solid #275BAD;
	border-radius: 3px;
}
::placeholder {
	color: #ccc;
	font-weight: 200;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	.contact {
		padding: 80px 0;
	}
	.contact-title {
		font-size: 8.4vw;
	}
	.contact-form {
		width: 92%;
		margin-top: 50px;
	}
	.contact p {
		font-size: 16px;
		text-align: justify;
	}
	.contact-form-button {
		width: 100%;
		padding: 1em;
		margin-top: 40px;
	}
}

/* ----------------------------------------------------
    サンクスページ
---------------------------------------------------- */
.thanks {
	background-color: #fff;
	padding: 80px 20px 100px;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks-inner {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.thanks-title {
	font-size: 2em;
	font-weight: 700;
	color: #275BAD;
	text-align: center;
	margin: 0 0 24px;
	letter-spacing: 0.05em;
}
.thanks-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 24px;
	border: 3px solid #275BAD;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
}
.thanks-icon::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 28px;
	margin-left: -10px;
	margin-top: -16px;
	border: solid #275BAD;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.thanks-head {
	font-size: 1.5em;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin: 0 0 20px;
}
.thanks-text {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 12px;
}
.thanks-note {
	font-size: 14px;
	color: #666;
	margin: 0 0 40px;
}
.thanks-btn-wrap {
	text-align: center;
}
.thanks-btn {
	display: inline-block;
	background-color: #F15A25;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 48px;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.2s;
	box-sizing: border-box;
}
.thanks-btn:hover {
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	.thanks {
		padding: 60px 16px 80px;
	}
	.thanks-title {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.thanks-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 20px;
	}
	.thanks-icon::before {
		width: 14px;
		height: 24px;
		margin-left: -8px;
		margin-top: -14px;
	}
	.thanks-head {
		font-size: 1.25em;
		margin-bottom: 16px;
	}
	.thanks-btn {
		width: 100%;
		max-width: 320px;
		text-align: center;
		padding: 1em;
	}
}
