@charset "utf-8";

/*	比較セクション（1stと2ndの違い）
------------------------------*/
#section-diff {
	margin-top: 80px;
	padding: 60px 80px;
	border-radius: 40px;
	border: 20px solid var(--color-yellow-green);
	box-shadow: 20px 20px 20px 0 rgba(157, 201, 58, 0.35);
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
}
.support-card-hd {
	margin-bottom: 30px;
	color: var(--color-green);
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	text-align: center;
	line-height: 1.4;
}
#section-diff > p {
	max-width: 800px;
	margin: 0 auto;
	line-height: 2;
	text-align: justify;
}

/*	比較テーブル
------------------------------*/
.support-diff-table {
	margin-top: 50px;
}
.support-diff-table table thead th {
	padding: 0 30px;
}
.support-diff-table .col-label {
	width: 18%;
}
.support-diff-th-1st {
	color: var(--color-green);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-700);
	font-size: 1.75rem;
}
.support-diff-th-2nd {
	color: var(--color-blue);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-700);
	font-size: 1.75rem;
}
.support-diff-table table tbody tr {
	border-top: 1px dashed var(--color-black-border);
}
.support-diff-table table tbody tr:last-child {
	border-bottom: 1px dashed var(--color-black-border);
}
.support-diff-table table tbody th {
	padding: 24px 20px;
	font-weight: var(--font-weight-700);
	font-family: var(--font-family-tertiary);
	vertical-align: middle;
	white-space: nowrap;
}
.support-diff-table table tbody td {
	padding: 24px 20px;
	vertical-align: middle;
}
.support-diff-table table tbody tr:nth-child(odd) th {
	background-color: var(--color-light-green);
}
.support-diff-table table tbody tr:nth-child(even) th {
	background-color: var(--color-light-yellow);
}
@media only screen and (max-width: 768px) {

#section-diff {
	padding: 80px 60px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(157, 201, 58, 0.35);
	box-shadow: 10px 10px 10px 0 rgba(157, 201, 58, 0.35);
}
.support-diff-th-1st,
.support-diff-th-2nd {
	font-size: 1.375rem;
}
.support-diff-table {
	overflow-x: auto;
}
.support-diff-table table {
	min-width: 365px;
}
.support-diff-table table tbody th,
.support-diff-table table tbody td {
	padding: 16px 12px;
	font-size: var(--font-size-small);
}

}
@media only screen and (max-width: 480px) {

#section-diff {
	margin-top: 40px;
	padding: 40px 20px;
	border: 6px solid var(--color-yellow-green);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 6px 0 rgba(157, 201, 58, 0.35);
	box-shadow: 6px 6px 6px 0 rgba(157, 201, 58, 0.35);
}
.support-diff-table {
	margin-top: 30px;
}

}


/*	支援セクション共通（the 1st / the 2nd）
------------------------------*/
.support-section {
	padding: 80px 0;
	background-color: var(--color-yellow-green);
	position: relative;
	overflow: hidden;
}
#section-the1st {
	margin-top: -40px;
	padding: 120px 0 80px;
}
.support-section.is-2nd {
	background-color: var(--color-blue);
}
.support-section-inner {
	padding: 100px 80px;
	border-radius: 40px;
	border: 20px solid #d4eca0;
	box-shadow: 20px 20px 20px 0 rgba(157, 201, 58, 0.35);
	background-color: var(--color-white);
}
.support-section.is-2nd .support-section-inner {
	border-color: var(--color-light-blue);
	box-shadow: 20px 20px 20px 0 rgba(56, 166, 193, 0.35);
}
.support-section-ttl {
	margin-bottom: 30px;
	color: var(--color-green);
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	text-align: center;
	line-height: 1.4;
}
.support-section.is-2nd .support-section-ttl {
	color: var(--color-blue);
}

/*	テキスト+写真レイアウト
------------------------------*/
.support-content {
	width: 100%;
	justify-content: space-between;
}
.support-txt {
	width: 50%;
	padding-top: 20px;
}
.support-content-hd {
	margin-bottom: 20px;
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: clamp(1.25rem, 0.891rem + 1.53vw, 1.75rem);
	line-height: 1.4;
}
.support-txt p {
	line-height: 2;
	text-align: justify;
}
.support-img {
	width: 46%;
	overflow: hidden;
	line-height: 0;
}
.support-img img {
	border: 20px solid #f0f0f0;
}

/*	支援の5つの柱テーブル
------------------------------*/
.support-pillars-ttl {
	margin-top: 60px;
	margin-bottom: 20px;
	color: var(--color-green);
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: clamp(1.25rem, 0.891rem + 1.53vw, 1.75rem);
	text-align: center;
	line-height: 1.4;
}
.support-section.is-2nd .support-pillars-ttl {
	color: var(--color-blue);
}
.support-pillars-table {
	width: 100%;
}
.support-pillars-table tr {
	border-top: 1px dashed var(--color-black-border);
}
.support-pillars-table tr:last-child {
	border-bottom: 1px dashed var(--color-black-border);
}
.support-pillars-table th {
	padding: 24px 20px;
	width: 26%;
	color: var(--color-green);
	font-family: var(--font-family-primary);
	font-weight: var(--font-weight-700);
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.support-section.is-2nd .support-pillars-table th {
	color: var(--color-blue);
}
.support-pillars-table td {
	padding: 24px 20px;
	vertical-align: middle;
	line-height: 1.8;
}
.support-section .base-btn {
	margin-top: 50px;
}
.support-section .base-btn a {
	width: min(100%, 500px);
	line-height: 1.4;
}
@media only screen and (max-width: 1024px) {

.support-section-inner {
	padding: 80px 60px;
}

}
@media only screen and (max-width: 768px) {

.support-txt {
	width: 100%;
	padding-top: 0;
}
.support-img {
	width: 100%;
	margin-top: 20px;
}
.support-pillars-table th {
	white-space: normal;
	width: 30%;
}

}
@media only screen and (max-width: 480px) {

#section-the1st {
	margin-top: -20px;
    padding: 80px 0 80px;
}
.support-section {
	padding: 50px 0;
}
.support-section-inner {
	padding: 40px 20px;
	border: 6px solid #d4eca0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 6px 0 rgba(157, 201, 58, 0.35);
	box-shadow: 6px 6px 6px 0 rgba(157, 201, 58, 0.35);
}
.support-section.is-2nd .support-section-inner {
	border-color: var(--color-light-blue);
	box-shadow: 8px 8px 8px 0 rgba(56, 166, 193, 0.35);
}
.support-img img {
    border: 6px solid #f0f0f0;
}
.support-pillars-ttl {
	margin-top: 30px;
}
.support-pillars-table th,
.support-pillars-table td {
	padding: 16px 10px;
	font-size: var(--font-size-small);
}
.support-pillars-table th {
	width: 35%;
}
.support-section .base-btn {
    margin-top: 30px;
}

}


/*	見学セクション（どちらか迷ったら、まず見学へ）
------------------------------*/
#section-first-visit {
	padding: 80px 0;
	background-color: var(--color-light-yellow);
	position: relative;
	overflow: hidden;
}
.support-visit-hd {
	margin-bottom: 30px;
	color: var(--color-green);
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: clamp(1.5rem, 0.784rem + 3.05vw, 2.25rem);
	text-align: center;
	line-height: 1.4;
}

/*	フローチャート
------------------------------*/
.support-flow {
	max-width: 500px;
	margin: 50px auto 0;
}
.support-flow li {
	padding: 18px 20px;
	color: var(--color-white);
	font-family: var(--font-family-tertiary);
	font-weight: var(--font-weight-700);
	font-size: var(--font-size-medium);
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 1.4;
	background-color: var(--color-green);
	position: relative;
}
.support-flow li + li {
	margin-top: 48px;
}
.support-flow li + li::before {
	content: "▼";
	display: block;
	color: var(--color-yellow);
	font-size: var(--font-size-large);
	line-height: 1;
	text-align: center;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
}

/*	見学CTA
------------------------------*/
.support-visit-cta {
	margin-top: 50px;
	color: var(--color-green);
	text-align: center;
}
#section-first-visit .base-btn {
	margin-top: 16px;
}
#section-first-visit .base-btn a {
	width: min(80%, 320px);
	font-weight: var(--font-weight-700);
	font-size: var(--font-size-medium);
	color: var(--color-green);
	-webkit-box-shadow: none;
	box-shadow: none;
	background: var(--color-yellow);
}
#section-first-visit .base-btn a::after {
	width: 8px;
	height: 16px;
	background: url(../img/angle-right_g.svg) no-repeat center right;
	background-size: contain;
}
@media only screen and (max-width: 480px) {

#section-first-visit {
	padding: 60px 0;
}
.support-flow li {
	padding: 16px 20px;
	font-size: var(--font-size-regular);
}
.support-flow li + li {
	margin-top: 40px;
}
.support-flow li + li::before {
	top: -30px;
}

}


/*	保育所等訪問支援についてセクション
------------------------------*/
#section-visit-support {
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#section-visit-support .support-card-hd {
	margin-bottom: 20px;
}
#section-visit-support p {
	line-height: 2;
	text-align: justify;
}
#section-visit-support .base-btn {
	margin-top: 40px;
}
#section-visit-support .base-btn a {
	width: min(80%, 320px);
}


/*	装飾イラスト
------------------------------*/
.obj_support {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}
.obj_support img {
	display: block;
	width: 100%;
	height: auto;
}
/* シューティングスター（比較セクション右上） */
.illust_star {
	width: 100px;
	top: 34%;
	right: -80px;
}
/* 水色の惑星（1stセクション左、はみ出し） */
.illust_planet_1st {
	width: 300px;
	top: -86px;
	left: -180px;
}
/* 緑の惑星（2ndセクション右下、はみ出し） */
.illust_planet_2nd {
	width: 280px;
	bottom: -80px;
	right: -220px;
}
/* ピンクの惑星（見学セクション左） */
.illust_planet_visit {
	width: 160px;
	top: 34%;
	left: -280px;
}
/* ロケット（訪問支援セクション右下） */
.illust_rocket {
	width: 100px;
	bottom: 0;
	right: -260px;
}
@media only screen and (max-width: 768px) {

.illust_star {
	width: 70px;
	right: -40px;
}
.illust_planet_1st {
	width: 200px;
	left: -40px;
}
.illust_planet_2nd {
	width: 180px;
	right: -140px;
}
.illust_planet_visit {
	width: 100px;
	left: -60px;
}
.illust_rocket {
	width: 70px;
	right: -20px;
}

}
@media only screen and (max-width: 480px) {

.illust_star {
	width: 50px;
	right: -10px;
	top: 0;
}
.illust_planet_1st {
	width: 100px;
    top: -43px;
}
.illust_planet_2nd {
	width: 80px;
    top: -43px;
    bottom: unset;
    right: -40px;
}
.illust_planet_visit {
	width: 70px;
	left: -40px;
    top: -43px;
}
.illust_rocket {
	width: 50px;
    right: -20px;
    bottom: unset;
    top: -60px;
}

}
