@charset "UTF-8";
/* ------------------------------------------------
                    共通css
--------------------------------------------------- */
/*---------- header ----------*/
header {
    width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
    transition: 0.4s ease-in-out;
}
.header-inn {
    width: 100%;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

/*ロゴ*/
.header-logo {
}
.header-logo-healty {
	width: 202px;
}


/* gnavi */
.gnav-wrap {
	width: calc(100% - 202px);
}
.gnav-wrap ul#gnav {
    width: 100%;
    display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gnav-wrap ul#gnav > li {
	display: block;
	margin-left: 40px;
}
.gnav-wrap ul#gnav > li:first-child {
	margin-left: 15%;
}
.gnav-wrap ul#gnav > li.gnav-contact {
	margin-left: auto;
}
.gnav-wrap ul#gnav > li > a {
	padding: 47px 0;
	color: var(--color-darkgray);
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease-in-out;
	background: none;
	border: none;
	box-sizing: border-box;
	line-height: 1;
}
.gnav-wrap ul#gnav > li a.btn-header-contact {
    width: 175px;
    padding: 12px 15px;
    border-radius: 80px;
    background-color: var(--color-darkgreen);
	border: 1.5px solid var(--color-darkgreen);
    color: #fff;
    text-align: center;
}

.gnav-wrap ul#gnav > li a.btn-header-contact span {
	padding-left: 32px;
	display: inline-block;
	position: relative;
    transition: 0.3s ease-in-out;
}
.gnav-wrap ul#gnav > li a.btn-header-contact span::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
    transition: 0.3s ease-in-out;
}

@media (min-width: 1001px) {
	.gnav-wrap {
		display: block !important;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact:hover {
    	padding: 10px 2px;
		transform: scale(1.1,1.2);
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact:hover span {
		/* padding-right: 38px; */
		transform: scale(0.91,0.84);
	}
	.gnav-wrap ul#gnav > li a:not(.btn-header-contact):hover {
		color: var(--color-green);
	}
	/* .gnav-wrap ul#gnav > li a.btn-header-contact:hover {
		background: #fff;
		border: 1.5px solid var(--color-darkblue);
		color: #05266F;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact:hover span::before {
		background: url("../../img/common/icon_mail_b.svg") center center no-repeat;
		background-size: 100%;
    	transition: 0.3s ease-in-out;
	} */
}


.btn-menu-wrap {
	display: none;
}

.gnav-copyright-txt {
	display: none;
}


@media (max-width: 1100px) {
	.header-inn {
		width: 100%;
		margin: 0 auto;
		padding: 0 3vw;
	}

	/*ロゴ*/
	.header-logo {
		margin: 0 auto;
	}
	.header-logo-healty {
		width: 12vw;
	}
	
	/* gnavi */
	.gnav-wrap ul#gnav {
	}
	.gnav-wrap ul#gnav > li {
		margin-left: 2.2vw;
	}
}


@media (max-width: 1000px) {
    header {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 999;
    }
    .header-inn {
        width: 96%;
		height: 80px;
        max-width: initial;
        margin: 0 auto;
        padding: 0;
		position: relative;
        z-index: 999;
    }
	

	/*ロゴ*/
	.header-logo-wrap {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.header-logo-healty {
		width: 14vw;
		max-width: 140px;
		padding: 0;
	}
	
	/* gnavi */
    .gnav-wrap {
        width: 100%;
        height: calc(100vh - 80px);
		display: none;
        padding: 0 0 20px;
        background: #fff;
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 98;
		overflow: auto;
    }
    .gnav-wrap ul#gnav {
        width: 100%;
        padding: 0 20px;
        display: block;
        position: relative;
    }
	.gnav-wrap ul#gnav > li {
		margin: 0;
        padding: 0;
		border-top: 1px solid rgba(68, 68, 68, 0.2);
	}
    .gnav-wrap ul#gnav > li > a,
	.gnav-wrap ul#gnav > li > .is-trigger > a {
		width: auto;
		padding: 20px;
        display: inline-block;
		text-align: left;
        font-weight: 700;
        position: relative;
		border-bottom: none;
    }
	.gnav-wrap ul#gnav > li:first-child {
		margin-left: 0;
	}
	.gnav-wrap ul#gnav > li.gnav-contact {
		margin-bottom: 60px;
		border-top: none;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact {
		width: auto;
		max-width: 295px;
        display: block;
		margin: 30px auto 0;
	}

	.gnav-wrap ul#gnav > li a.btn-header-contact span {
		padding-right: 43px;
		padding-left: 43px;
		display: inline-block;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: relative;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact span::before {
		content: '';
		width: 24px;
		height: 24px;
		background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 12px);
		left: 0;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact span::after {
		content: '';
		width: 22px;
		height: 6px;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3px);
		right: -35px;
		opacity: 1;
		transition: 0.3s ease-in-out;
	}
	.gnav-wrap ul#gnav > li.sp {
		display: block !important;
		border-top: none;
	}
	.gnav-wrap ul#gnav > li.sp a {
		font-weight: 500;
		padding: 15px 20px;
		text-decoration: underline;
		text-underline-offset: 8px;
		text-decoration-color: transparent;
		transition: 0.3s ease-in-out;
	}
	
	/* 開閉ボタン */
	.btn-menu-wrap {
		width: 13.3vw;
		max-width: 60px;
		height: 13.3vw;
		max-height: 60px;
		display: block;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		z-index: 2001;
		background: none;
		border: none;
	}
	.sp-menu-trigger {
		width: 45%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		background: none;
		border: none;
	}
	.sp-menu-trigger span{
		display: block;
		height: 1px;
		background: #444;
		position:absolute;
		width: 100%;
		left: 0;
		transition: 0.5s ease-in-out;	
	}
	.sp-menu-trigger span:nth-child(1){
		top: calc(50% - 20%);
	}
	.sp-menu-trigger span:nth-child(2){
		top: calc(50%);
	}
	.sp-menu-trigger span:nth-child(3){
		top: calc(50% + 20%);
	}

	
	/*開閉ボタンopen時*/
	.is-open.sp-menu-trigger span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg);
	}
	.is-open.sp-menu-trigger span:nth-child(2) {
		opacity: 0;
	}
	.is-open.sp-menu-trigger span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg);
	}
	

	/* dropdown menu */
	.gnav-wrap .dropdown-menu-wrap {
		width: 100%;
		display: none;
		padding: 20px 0 40px;
		border-top: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	.gnav-wrap .dropdown-menu-wrap .cont-inn {
		width: 100%;
		max-width: initial;
		justify-content: center;
	}
	
	.gnav-copyright-txt {
		margin-top: 60px;
		font-size: 1.4rem;
		font-weight: 400;
		display: block;
		text-align: center;
	}
}

@media (min-width: 769px) {
	.gnav-wrap ul#gnav > li.sp a:hover {
		text-decoration-color: var(--color-black);
	}
}

@media (max-width: 768px) {
    header {
    }
    .header-inn {
        width: 96%;
		height: 17vw;
        max-width: initial;
        margin: 0 auto;
        padding: 0;
    }

    /*ロゴ*/
	.header-logo-wrap {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.header-logo-healty {
		width: 40vw;
		padding: 0;
	}
	
	/* gnavi */
    .gnav-wrap {
        width: 100%;
        height: calc(100vh - 17vw);
		display: none;
        padding: 0 0 3vw;
        background: #fff;
        position: fixed;
        top: 17vw;
        left: 0;
        z-index: 998;
    }
    .gnav-wrap ul#gnav {
        width: 90%;
		margin: 4vw auto 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 999;
    }
	.gnav-wrap ul#gnav > li {
		margin: 0;
        padding: 0;
	}
    .gnav-wrap ul#gnav > li > a,
	.gnav-wrap ul#gnav > li > .is-trigger > a {
		width: auto;
		padding: 5vw 4vw;
        display: inline-block;
        font-size: var(--fs-sp-17);
		font-weight: 600;
        position: relative;
    }
	.gnav-wrap ul#gnav > li.gnav-contact {
		margin: 12vw auto;
	}
	.gnav-wrap ul#gnav > li > a.btn-header-contact {
		width: 90%;
		max-width: initial;
        display: block;
		margin: 0 auto;
		padding: 4vw 5vw;
	}
	.gnav-wrap ul#gnav > li > a.btn-header-contact span {
        font-size: var(--fs-sp-17);
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact span::before {
		content: '';
		width: 6vw;
		height: 6vw;
		background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3vw);
		left: 0;
	}
	.gnav-wrap ul#gnav > li a.btn-header-contact span::after {
		content: '';
		width: 6vw;
		height: 2vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 1vw);
		right: -12vw;
	}
	
	.gnav-wrap ul#gnav > li.sp a {
        font-size: 4vw;
		font-weight: 400;
		padding: 3vw 4vw;
	}
	
	
	.gnav-copyright-txt {
		margin-top: 12vw;
		font-size: 3.6vw;
	}

}


/*---------- footer ----------*/

footer {
    width: 100%;
	padding: 95px 0 55px;
	background: var(--color-darkgreen);
	color: #fff;
	position: relative;
	z-index: 990;
	overflow: hidden;
}
footer .cont-inn {
	justify-content: space-between;
}

/* footer links */
.footer-link-wrap {
	width: calc(100% - 430px - 7.63vw);
	justify-content: space-between;
}
@media (max-width: 1220px) {
	.footer-link-wrap {
		width: calc(100% - 430px);
		justify-content: space-between;
	}
}
.footer-links {
	width: max-content;
}
.footer-links li {
	margin-bottom: 20px;
}
.footer-links li:last-child {
	margin: 0 0 23px auto;
}
.footer-links li a {
	color: #fff;
	font-weight: 400;
	line-height: 1;
	position: relative;
}
.footer-links li span {
	color: #fff;
	font-weight: 400;
	line-height: 1;
	position: relative;
	opacity: 0.7;
}
.footer-links li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
	transition: 0.3s ease-in-out;
}

.footer-links li.footer-link-child {
	padding-left: 2em;
}
.footer-links li.footer-link-child a::before {
	content: '└';
	display: inline-block;
	position: absolute;
	top: 0.2em;
	left: -1em;
}
.footer-links li.footer-link-light a {
	font-weight: 300;
}


@media (min-width: 769px) {
	.footer-links li a:hover::after {
		width: 100%;
	}
}

.footer-track {
	width: 190px;
}


.footer-info {
	width: 420px;
}
/* holdings */
.footer-hd {
	width: 90%;
	max-width: 380px;
	margin: 0 0 20px auto;
	padding: 20px 35px;
	background: #fff;
	color: var(--color-darkgray);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.53;
}
.footer-hd-logo-wrap {
	width: 100%;
	margin: 20px auto 0;
	justify-content: flex-start;
	align-items: center;
}
.footer-hd-logo-sgh {
	width: 54px;
	position: relative;
}
.footer-hd-logo-sgh::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #1B519F;
	position: absolute;
	top: 0;
	right: -15px;
}
.footer-hd-logo-hutechnorin {
	width: 104px;
	margin-left: 30px;
}

.footer-hd-logo-watakyu {
	width: 100%;
	max-width: 242px;
	margin: 20px auto 0 0;
	display: block;
	border: 1px solid #A2A2A2;
}

/* copyright */
.copyright-txt {
	font-size: 1.5rem;
	line-height: 1;
	text-align: right;
}

@media (max-width: 768px) {
	footer {
		width: 100%;
		padding: 21.33vw 0 2.66vw;
		position: relative;
		z-index: 990;
	}
	footer .cont-inn {
		justify-content: space-between;
	}

	/* footer links */
	.footer-link-wrap {
		width: 100%;
	}
	.footer-links {
		width: calc((100% - 5.33vw) / 2);
	}
	.footer-links li {
		margin-bottom: 5.33vw;
	}
	.footer-links li:last-child {
		margin: 0 auto 5vw 0;
	}
	
	.footer-logo {
		margin-top: 2.66vw;
		width: 34.66vw;
	}
	
	.footer-track {
		display: none;
	}


	.footer-info {
		width: 100%;
		margin-top: 13.33vw;
	}
	/* holdings */
	.footer-hd {
		width: 100%;
		margin: 0 0 8vw auto;
		padding: 8vw 8.66vw;
		font-size: var(--fs-sp-13);
	}
	.footer-hd-logo-wrap {
		width: 100%;
		margin: 8vw auto 0;
		justify-content: center;
		align-items: center;
	}
	.footer-hd-logo-sgh {
		width: 15.46vw;
		position: relative;
	}
	.footer-hd-logo-sgh::after {
		content: '';
		width: 1px;
		height: 100%;
		background: #1B519F;
		position: absolute;
		top: 0;
		right: -4vw;
	}
	.footer-hd-logo-hutechnorin {
		width: 27.20vw;
		margin-left: 8vw;
	}

	.footer-hd-logo-watakyu {
		width: 100%;
		max-width: 64vw;
		margin: 8vw auto 0;
	}


	/* copyright */
	.copyright-txt {
		width: calc(100% + 16vw);
		margin-left: -8vw;
		font-size: var(--fs-sp-13);
		text-align: center;
	}

}


/*---------- コンテンツ レイアウト ----------*/
.main {
	padding-top: 109px;
}
.cont-inn {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1000px) {
	.main {
		padding-top: 80px;
	}
}

@media (max-width: 768px) {
	.main {
		padding-top: 17vw;
	}
    .cont-inn {
        width: calc(100% - 10.66vw);
        max-width: initial;
        margin: 0 auto;
        position: relative;
    }
}




/*---------- カラー ----------*/
.txt-blue {
	color: var(--color-blue);
}
.txt-black {
	color: var(--color-black);
}
.txt-gray {
	color: var(--color-gray);
}

/*---------- テキスト ----------*/
.txt-indent {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
a.normal-link, .normal-link {
	display: inline-block;
	color: var(--color-link);
	text-decoration: underline;
	position: relative;
}

@media (max-width: 768px) {
	a.normal-link {
	}
}



/*---------- ボタン・リンク ----------*/

.is-disable {
	opacity: 0.7;
	pointer-events: none;
}
.is-disable::after {
	content: none;
}


/* white */
.btn-white-green, 
a.btn-white-green {
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
    padding: 22px 20px;
	display: block;
	border-radius: 80px;
	text-align: center;
    font-weight: 600;
	line-height: 1;
	position: relative;
    color: var(--color-black);
    background-color: #fff;
	border: 1px solid var(--color-green);
	transition: 0.3s ease-in-out;
}
.btn-white-green::after, 
a.btn-white-green::after {
	content: '';
	width: 22px;
	height: 6px;
	background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transition: 0.3s ease-in-out;
}


/* green */
.btn-green-white, 
a.btn-green-white {
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
    padding: 22px 20px;
	display: block;
	border-radius: 80px;
	text-align: center;
    font-weight: 600;
	line-height: 1;
	position: relative;
    color: #fff;
    background-color: var(--color-green);
	border: 1px solid var(--color-green);
	transition: 0.3s ease-in-out;
}
.btn-green-white::after, 
a.btn-green-white::after {
	content: '';
	width: 22px;
	height: 6px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
	transition: 0.3s ease-in-out;
}


/* お問い合わせボタン */
a.btn-contact {
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
    padding: 22px 0;
	display: block;
	border-radius: 80px;
	text-align: center;
    font-weight: 600;
	line-height: 1;
	position: relative;
    color: #fff;
    background-color: var(--color-darkgreen);
	border: 1px solid var(--color-darkgreen);
	transition: 0.3s ease-in-out;
}
a.btn-contact span {
	padding: 0 50px;
	display: inline-block;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn-contact span::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}
a.btn-contact span::after {
	content: '';
	width: 22px;
	height: 6px;
	background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 3px);
	right: -10px;
}

@media (min-width: 769px) {
	
	/* white */
	.btn-white:hover, 
	a.btn-white:hover {
		color: var(--color-btn-blue);
		border: 1.5px solid #0093D9;
	}
	.btn-white:hover::after, 
	a.btn-white:hover::after {
		content: '';
		width: 22px;
		height: 6px;
		background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3px);
		right: 20px;
	}
	.btn-white-green:hover, 
	a.btn-white-green:hover {
		color: #fff;
		background: var(--color-green);
		border: 1.5px solid var(--color-green);
	}
	.btn-white-green:hover::after, 
	a.btn-white-green:hover::after {
		content: '';
		width: 22px;
		height: 6px;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3px);
		right: 20px;
	}
	
	/* green */
	.btn-green-white:hover, 
	a.btn-green-white:hover {
		color: var(--color-green);
		background: #fff;
	}
	.btn-green-white:hover::after, 
	a.btn-green-white:hover::after {
		content: '';
		width: 22px;
		height: 6px;
		background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3px);
		right: 20px;
	}
	
	
	/* お問い合わせ */
	a.btn-contact:hover {
		transform: scale(1.1,1.1);
	}
	a.btn-contact:hover span {
		transform: scale(0.91,0.91);
	}

}



@media (max-width: 768px) {
	
	/* white */
	.btn-white, 
	a.btn-white, 
	.btn-white-green, 
	a.btn-white-green {
		width: 90%;
		max-width: initial;
		margin: 0 auto;
		padding: 5.33vw 10.66vw 5.33vw 9.6vw;
		display: block;
		border-radius: 12vw;
		font-size: var(--fs-sp-14);
		transition: 1.0s ease-in-out;
	}
	.btn-white::after, 
	a.btn-white::after, 
	.btn-white-green::after, 
	a.btn-white-green::after {
		content: '';
		width: 5.86vw;
		height: 1.6vw;
		background: url("../../img/common/icon_arrow_g.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 0.8vw);
		right: 4.8vw;
	}
	
	/* green */
	.btn-green-white, 
	a.btn-green-white {
		width: 90%;
		max-width: initial;
		margin: 0 auto;
		padding: 5.33vw 10.66vw 5.33vw 9.6vw;
		display: block;
		border-radius: 12vw;
		font-size: var(--fs-sp-14);
		transition: 1.0s ease-in-out;
	}
	.btn-green-white::after, 
	a.btn-green-white::after {
		content: '';
		width: 5.86vw;
		height: 1.6vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 0.8vw);
		right: 4.8vw;
	}
	
 
	/* お問い合わせ */
	a.btn-contact {
		width: 90%;
		max-width: initial;
		margin: 0 auto;
		padding: 5.33vw 9.6vw;
		display: block;
		border-radius: 12vw;
		font-size: var(--fs-sp-14);
		transition: 1.0s ease-in-out;
	}
	a.btn-contact span {
		padding: 0 10vw;
	}
	a.btn-contact span::before {
		content: '';
		width: 6vw;
		height: 6vw;
		background: url("../../img/common/icon_mail_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 3vw);
		left: 0;
	}
	a.btn-contact span::after {
		content: '';
		width: 6vw;
		height: 2vw;
		background: url("../../img/common/icon_arrow_w.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: calc(50% - 1vw);
		right: -12vw;
	}
	
}


/*---------- パンクズ ----------*/
.breadcrumb-wrap {
	width: 100%;
	margin-bottom: 20px;
}
.breadcrumbs ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs ol li {
    position: relative;
    font-size: 1.4rem;
}
.breadcrumbs ol li::after {
    content: '>';
    margin: 0 5px;
    display: inline-block;
}
.breadcrumbs ol li:last-child::after {
    content: none;
}

@media screen and (max-width: 768px) {
	.breadcrumb-wrap {
		width: 100%;
		margin-bottom: 5.33vw;
	}
	.breadcrumbs ol {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.breadcrumbs ol li {
		font-size: var(--fs-sp-14);
		font-weight: 300;
	}
	.breadcrumbs ol li::after {
		margin: 0 1.33vw;
	}
}




/* ===== アニメーション追加ここから ===== */
/* ===== scroll fade common ===== */

/* 見出し系 */
.sec-ttl,
.page-ttl,
h2 {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(.2,.9,.2,1),
              transform 0.8s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}

.sec-ttl.is-inview,
.page-ttl.is-inview,
h2.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .sec-ttl,
  .page-ttl,
  h2 {
    transform: translateY(20px);
    transition-duration: 0.8s;
  }
}

/* footer-docs-links */
.footer-docs-links {
  display: flex;       /* 親の flex を維持 */
  flex-wrap: wrap;     /* 必要に応じて */
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.2,.9,.2,1),
              transform 1s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}

/* 子要素も順番にフェードイン */
.footer-docs-links > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(.2,.9,.2,1),
              transform 1s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}

/* is-inview 発火時 */
.footer-docs-links.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.footer-docs-links.is-inview > * {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延フェードイン */
.footer-docs-links.is-inview > *:nth-child(1) { transition-delay: 0.05s; }
.footer-docs-links.is-inview > *:nth-child(2) { transition-delay: 0.1s; }
.footer-docs-links.is-inview > *:nth-child(3) { transition-delay: 0.15s; }
.footer-docs-links.is-inview > *:nth-child(4) { transition-delay: 0.2s; }

@media screen and (max-width: 768px) {
  .footer-docs-links,
  .footer-docs-links > * {
    transform: translateY(18px);
    transition-duration: 0.9s;
  }
  .footer-docs-links.is-inview > *:nth-child(1) { transition-delay: 0.03s; }
  .footer-docs-links.is-inview > *:nth-child(2) { transition-delay: 0.06s; }
  .footer-docs-links.is-inview > *:nth-child(3) { transition-delay: 0.09s; }
  .footer-docs-links.is-inview > *:nth-child(4) { transition-delay: 0.12s; }
}

/*
main.main {
  padding-top: 0 !important;
}
*/
