@charset "utf-8";

html {
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

body {
	min-width: 1280px; /* tablet(PCの幅を指定) */
}

/* PC時のサイズ例 -- fontはrem、座標はpxか% -- */
p {
	font-size: 1.6rem; /* 16px */
}


:root {
  --base-color: #444;
  --sub-color: #444;
  --accent-color: #444;
}

body {
	font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
	color: #023047;
	line-height: 1.8;
	background: #fff;
}

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

.inner {
	width: min(100% - 40px, 1100px);
	margin: 0 auto;
}

.sec_ttl {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

/* =========================
	mv
========================= */
.sec_mv {
	padding: 130px 20px 132px;
	background: url("../images/bg_mv.jpg") no-repeat center center;
	background-size: contain;
}

.mv_inner {
	max-width: 1020px;
	margin: 0 auto;
	text-align: right;
}

.mv_catch {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08rem;
	margin-bottom: 18px;
	padding-right:50px;
}

.mv_logo {
/*	max-width: 420px;*/
	margin: 0 auto;
}

/* =========================
	news
========================= */
.sec_news {
	padding: 75px 0;
	background: #fff;
}

.sec_news .inner {
	max-width: 680px;
}

.news_ttl {
	font-size: 24px;
	font-weight: 700;
	color: #219ebc;
	letter-spacing: 0.12rem;
	padding-bottom: 12px;
	border-bottom: 1px solid #219ebc;
	margin-bottom: 20px;
}

.news_text,
.news_contact {
	font-size: 16px;
	font-weight: 400;
}

.news_contact {
	margin-top: 26px;
	margin-top: -2px;
}

/* =========================
	outline
========================= */
.sec_outline {
	padding: 76px 0 62px;
	background: #21bcac;
	color: #fff;
}

.sec_outline .inner {
	max-width: 680px;
}

.sec_outline .sec_ttl {
	margin-bottom: 33px;
}
.outline_lead {
	margin-bottom: 25px;
	letter-spacing: 0.1rem;
}

.outline_lead_sub {
	font-size: 24px;
	font-weight: 500;
}

.outline_lead_main {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
}

.outline_text {
	line-height: 1.5;
}


/* =========================
	company info
========================= */
.sec_company_info {
	padding: 0 0 180px;
	background: #21bcac;
}

.info_table_wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 78px 144px 74px;
	background: #fff;
	border-radius: 18px;
	transform: translateY(20px);
}

.info_table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #219ebc;
	table-layout: fixed;
}

.info_table th,
.info_table td {
	padding: 18px 12px;
	border-bottom: 1px solid #219ebc;
	font-size: 16px;
	line-height: 1.3;
	vertical-align: top;
}

.info_table th {
	width: 36%;
	font-weight: 400;
	color: #219ebc;
	text-align: left;
	vertical-align: middle;
}

.info_table td {
}

.info_note {
	font-size: 14px;
	color: #219ebc;
	margin-top: 14px;
}

/* =========================
	business
========================= */
.sec_business {
	padding: 77px 0 80px;
	background: #fff;
}
.sec_business .inner{
	width: 960px;
}
.sec_business .sec_ttl {
	margin-bottom: 12px;
	color: #219ebc;
}
.business_intro {
	text-align: center;
	margin-bottom: 36px;
}

.business_card_list {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.business_card {
	flex: 1;
	padding: 57px 25px 34px;
	background: #21bcac;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}



.business_card_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}

.business_card_sub {
	font-weight: 500;
	margin-bottom: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.business_card_text {
	line-height: 1.6;
	text-align: left;
	padding-bottom: 25px;
}

.business_card .btn {
  margin-top: auto;
}


/* =========================
	support
========================= */
.sec_support {
	padding: 80px 0 80px;
	background: #21bcac;
}

.sec_support .inner {
	width: 960px;
}
.support_heading {
	display: flex;
	align-items: center;
	gap: 36px;
	gap: 0;
	margin-bottom: 85px;
	color: #fff;
}

.support_heading_icon {
	flex: 0 0 230px;
}

.support_heading_body {
	flex: 1;
}

.support_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

.support_text {
	line-height: 1.6;
}

.support_feature_list {
	padding: 80px;
	background: #fff;
	border-radius: 18px;
}

.support_feature + .support_feature {
	margin-top: 80px;
}

.support_feature {
	display: flex;
/*	align-items: center;*/
	justify-content: space-between;
	gap: 36px;
}

.feature_left_text .feature_text,
.feature_right_text .feature_text {
	flex: 1;
}

.feature_left_text .feature_image,
.feature_right_text .feature_image {
	flex: 0 0 400px;
}

.feature_point {
	font-family: "HelveticaNeue", "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #219ebc;
	margin-bottom: 10px;
}

.feature_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #219ebc;
	margin-bottom: 16px;
	padding-bottom: 9px;
	border-bottom: 1px solid #219ebc;
}

.feature_desc {
	line-height: 1.4;
	letter-spacing: 0.08rem;
}

.feature_image img {
	width: 100%;
	border-radius: 12px;
}

/* =========================
	contact
========================= */
.sec_contact {
	padding: 74px 0 74px;
	background: #a2eee6;
}

.sec_contact .inner {
	width: 960px;
}
.contact_card_list {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 38px;
}

.contact_card {
	width: 300px;
	padding: 31px 20px 38px;
	background: rgba(255,255,255,0.8);
	border-radius: 14px;
	text-align: center;
}

.contact_card_ttl {
	font-size: 20px;
	margin-bottom: 35px;
}

.contact_card_icon {
	width: 70px;
	margin: 0 auto 35px;
}

.contact_card_main {
	font-size: 24px;
	line-height: 1;
}

.contact_card_sub {
	margin-top: 3px;
}
.contact_card_sub .obfuscate-address {
  letter-spacing: 0.1rem;
}
.contact_note {
	margin-top: 18px;
	font-size: 12px;
/*	text-align: right;
	padding-right: 330px;*/
}

/* =========================
	footer
========================= */
.footer {
	padding: 62px 0 19px;
	background: #023047;
	color: #fff;
}

.footer .inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0;
	flex-wrap: wrap;
}
.footer_company {
	width: 100%;
}
.footer_company_name {
	font-size: 20px;
	margin-bottom: 28px;
	line-height: 1;
}
.footer_company_name .footer_logo {
	padding-left: 3px;
	padding-right: 10px;
}

.footer_address {
	font-size: 14px;
	line-height: 1.2;
	font-style: normal;
}
.footer_address .footer_contact {
	margin-top: 13px;
	font-size: 14px;
	line-height: 1.5;
}
.footer_tel {
	padding-right: 20px;
	letter-spacing: 0.1rem;
}
.footer_fax {
	letter-spacing: 0.1rem;
}
.footer_mail {
	padding-left: 28px;
	background: url("../images/icon_mail_footer.svg") no-repeat left bottom 1px;
}
.footer_copy {
	width: 100%;
	padding-top: 15px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 11px;
	opacity: 0.9;
}

/* =========================
	responsive
========================= *
@media screen and (max-width: 900px) {
	.sec_ttl {
		font-size: 28px;
	}

	.mv_catch {
		font-size: 16px;
	}

	.outline_lead_sub {
		font-size: 20px;
	}

	.outline_lead_main {
		font-size: 28px;
	}

	.info_table_wrap {
		padding: 32px 20px;
	}

	.info_table,
	.info_table tbody,
	.info_table tr,
	.info_table th,
	.info_table td {
		display: block;
		width: 100%;
	}

	.info_table tr {
		padding: 12px 0;
		border-bottom: 1px solid #8fd2dc;
	}

	.info_table th,
	.info_table td {
		border: 0;
		padding: 6px 0;
	}

	.business_card_list,
	.support_heading,
	.support_feature,
	.contact_card_list,
	.footer .inner {
		flex-direction: column;
	}

	.feature_left_text .feature_image,
	.feature_right_text .feature_image {
		flex: none;
		width: 100%;
	}

	.support_feature_list {
		padding: 32px 20px;
	}

	.contact_card {
		width: 100%;
		max-width: 360px;
	}
}
*/


body {
/*
	background: url("../images/hi-courage_260414_red.png") no-repeat center top;
*/
}
section,
footer {
/*
opacity: 0.8;
*/
/*
opacity: 1;
opacity: 0;
*/
}

.btn {
}
.btn a {
	display: block;
	width: 196px;
	height: 46px;
	margin: 0 auto;
	border-radius: 46px;
	background: #999;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
}
.btn.btn_orange a {
	background: #ffb703;
}
.btn.btn_orange a:hover {
	opacity: 0.75;
}
