@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=dd523e08-5c68-435c-8dae-d1cb6fe8bf5e");

/*-------------------------------------
hook
--------------------------------------*/

#hook,
#hook_large {
	height: 0;
}

/*-------------------------------------
font-family
--------------------------------------*/

@font-face {
	font-family: "Avenir Next LT W02SC Bold";
	src: url("../Fonts/5d935365-5dbd-425b-b201-ea84ccc5ebf9.eot?#iefix");
	src: url("../Fonts/5d935365-5dbd-425b-b201-ea84ccc5ebf9.eot?#iefix") format("eot"), url("../Fonts/6c660095-c4cb-48c0-9631-aac39152dbaa.woff2") format("woff2"), url("../Fonts/45f41043-63ce-4e17-9511-c4434e651c2c.woff") format("woff"), url("../Fonts/18a556fd-1cf2-4af8-afa3-b0e0346bcfc9.ttf") format("truetype"), url("../Fonts/4ca8a95d-bd83-4c38-b9d7-c2156aa82c21.svg#4ca8a95d-bd83-4c38-b9d7-c2156aa82c21") format("svg");
}

@font-face {
	font-family: "RyoGothicPlusNW50-UltHe";
	src: url("../Fonts/24d0230f-5ebf-48e0-b086-b4828cda4989.eot?#iefix");
	src: url("../Fonts/24d0230f-5ebf-48e0-b086-b4828cda4989.eot?#iefix") format("eot"), url("../Fonts/63998ca3-9102-418a-808f-2bbd8311bb70.woff2") format("woff2"), url("../Fonts/6178643e-6dda-499c-ad15-157c3d14a8b1.woff") format("woff"), url("../Fonts/810e11d5-3d36-4c4e-a5c1-a3fe1b249e43.ttf") format("truetype"), url("../Fonts/72f45c13-28d9-4d10-95ba-6ffeb01dfbfb.svg#72f45c13-28d9-4d10-95ba-6ffeb01dfbfb") format("svg");
}

@font-face {
    font-family: 'ryogothicB';
    font-style: normal;
    src: url('../Fonts/ryogothicplusnw50-bold.woff2') format('woff'),
}
@font-face {
    font-family: 'ryogothicH';
    font-style: normal;
    src: url('../Fonts/ryogothicplusnw50-heavy.woff2') format('woff'),
}
@font-face {
    font-family: 'ryogothicM';
    font-style: normal;
    src: url('../Fonts/ryogothicplusnw50-medium.woff2') format('woff'),
}
@font-face {
    font-family: 'ryogothicR';
    font-style: normal;
    src: url('../Fonts/ryogothicplusnw50-regular.woff2') format('woff'),
}

.ryogothicB {
    font-family: 'ryogothicB';
}
.ryogothicH {
    font-family: 'ryogothicH';
}
.ryogothicM {
    font-family: 'ryogothicM';
}
.ryogothicR {
    font-family: 'ryogothicR';
}

/*-------------------------------------
img
--------------------------------------*/

/*-------------------------------------
header
--------------------------------------*/

.header {
	overflow: hidden;
	*zoom: 1;
}

.header__nav ul li a {
	line-height: 100%;
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
/*-------------------------------------
footer
--------------------------------------*/
.footer {
	min-width: 980px;
	padding: 120px 20px;
	color: #292929;
	overflow: hidden;
	position: relative;
	background-color: #FAE101;
	font-family: 'ryogothicM';
}
.footer a {
	text-decoration: none;
	color: #292929;
	transition: 0.3s;
}
.footer img {
	max-width: 100%;
	vertical-align: top;
}
.footer .footer__box {
	position: relative;
	z-index: 1;
	max-width: 1337px;
	margin: 0 auto 70px; 
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .footer__box:last-child {
	margin-bottom: 0;
}
.footer .left__box {
	margin-right: 20px;
	width: 350px;
}
.footer .right__box {
	padding-top: 5px;
	max-width: 720px;
	flex: 1;
}
.footer .navi__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.footer .navi__list > li {
	width: calc((100% - (32px * 2 + 1px)) / 3);
}
.footer .sub__list > li {
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(41, 41, 41, 0.12);
}
.footer .sub__list > li > a {
	padding: 0 15px 0 5px;
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: url(/saiyo/assets/image/common/icon01.png) no-repeat right center;
	background-size: 11px auto;
}
.footer .sub__ul {
	margin: 11px 0 -7px 5px;
}
.footer .sub__ul li {
	line-height: 1.5;
	margin-bottom: 3px;
}
.footer .sub__ul a {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.footer .txt__box p {
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.714;
	font-weight: 500;
	color: #292929;
}
.footer .txt__box p a {
	color: #292929;
}
.footer .txt__box .ttl {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}
.link__txt a {
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.04em;
}
.f_logo {
	margin-bottom: 40px;
}
.f_logo a {
	display: flex;
	align-items: flex-start;
}
.f_logo .logo__img {
	width: 170px;
}
.f_logo .logo__txt {
	padding-left: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #292929;
	line-height: 1.4375;
	text-transform: uppercase;
	border-left: 1px solid #292929;
}
.entry__link {
	width: 334px;
}
.entry__link a {
	min-height: 72px;
	padding: 5px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	background: #292929 url(/saiyo/assets/image/common/icon03.png) no-repeat right 25px center;
	background-size: 16px auto;
	border-radius: 8px;
}
.entry__link a img {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translateY(-50%);
}
.footer .banner__list {
	padding-top: 124px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.footer .banner__list li {
	width: calc((100% - (8px *2 + 1px)) / 3);
}
.footer .banner__list img {
	width: 100%;
}
.footer .footer__box02 {
	margin-bottom: 0;
}
address {
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #292929;
	font-style: normal;
	max-width: 1337px;
	margin: -15px auto 0;
	text-transform: uppercase;
	padding: 0 20px;
}
.fooder__txt__img {
	position: absolute;
	bottom: -31px;
	left: -100px;
	right: -102px;
}
.fooder__txt__img img {
	width: 100%;
}
.footer__top {
	background: #fff604;
	position: relative;
}

.footer__top .pagetop {
	width: 52px;
	height: 52px;
}

.footer__logo {
	width: 160px;
}

.footer__info {
	font-size: 12px;
	line-height: 160%;
}

.footer__info a {
	text-decoration: none;
}

.footer__bnr li:first-child {
	margin-top: 0;
}

.footer__subnav {
	overflow: hidden;
	*zoom: 1;
}

.footer__subnav li {
	float: left;
}

.footer__subnav li a {
	font-size: 12px;
	text-decoration: none;
}

@media screen and (min-width: 680px) {
	.footer .banner__list a:hover,
	.entry__link a:hover,
	.footer .right__box a:hover {
		opacity: 0.7;
	}
	.menu__box {
		display: flex !important;
	}
}

@media screen and (max-width: 679px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.footer {
		min-width: inherit;
		padding: 30px 20px;
	}
	.footer .footer__box {
		margin-bottom: 35px;
		max-width: inherit;
		display: block;
		padding: 0;
	}
	.footer .left__box {
		position: relative;
		z-index: 1;
		width: auto;
		margin: 0 auto;
		max-width: 335px;
	}
	.f_logo {
		margin-bottom: 30px;
	}
	.footer .right__box {
	}
	.footer .banner__list {
		padding-top: 17px;
		flex-direction: column;
	}
	.footer .banner__list li {
		width: 100%;
	}
	address {
		padding: 0;
		margin: 0 -10px;
		text-align: center;
	}
	.footer .footer__box02 {
		margin-bottom: 28px;
	}
	.fooder__txt__img {
		margin: -51px -60px -27px -30px;
		position: static;
	}
	.entry__link {
		width: auto;
		max-width: 334px;
	}
}

/*-------------------------------------
hv
--------------------------------------*/

/*-------------------------------------
sec_inner
--------------------------------------*/

.sec_inner {
	position: relative;
}

/*-------------------------------------
bread
--------------------------------------*/

.bread ul {
	overflow: hidden;
	*zoom: 1;
	position: relative;
	z-index: 2;
}

.bread ul li {
	float: left;
	line-height: 100%;
}

.bread ul li a {
	text-decoration: none;
}

.header__inner .link__list {
	display: flex;
	align-items: center;
	gap: 0 3px;
	transition: all ease 0.3s;
}
.header__inner .link__list li {
	width: 90px;
}
.header__inner .link__list a {
	text-decoration: none;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
	color: #292929;
	font-weight: 900;
	background-color: #FBE233;
}
.header__inner .link__list span {
	font-weight: 900;
	display: block;
	padding-top: 25px;
	background: url(/saiyo/assets/image/common/img01.png) no-repeat center top 0px;
	background-size: 14px auto;
}
.header__inner .link__list .entry a {
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.06em;
	background-color: #292929;
}
.header__inner .link__list .entry span {
	padding-top: 22px;
	text-transform: uppercase;
	background-image: url(/saiyo/assets/image/common/img02.png);
	background-size: 17px auto;
	background-position: center top;
}

@media screen and (min-width: 680px) {

#hook,
#hook_large {
	display: block;
}

.header {
	transition: all ease 0.3s;
	min-width: 980px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.header__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.header__box {
	padding: 12px 12px 0 0;
	display: flex;
	gap: 0 3px;
    font-family: 'ryogothicR';
	transition: all ease 0.3s;
}
.header__box a:hover {
	opacity: 0.7;
}

.header__inner .navi__list {
	line-height: 1.2;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	border-radius: 0.4rem;
	color: #DDDDDD;
	transition: all ease 0.3s;
}


.header__inner .navi__list a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #333333;
}

.header__logo {
	width: 155px;
	transition: all ease 0.3s;
}

.header__logo img {
	width: 100%;
}

.header__menu {
	display: none;
}

.header__nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block !important;
}

.header__nav.nav__btn {
	display: none;
}

.header__nav ul {
	overflow: hidden;
	*zoom: 1;
}

.header__nav ul li {
	float: left;
}

.header__nav ul li:first-child {
	padding-left: 0;
}

.header__nav ul li a:hover {
	text-decoration: underline;
}

.header__nav ul li a {
	font-size: 14px;
}

.header__nav ul li.now a {
	background: #fff604;
}

.header .nav__list__entry {
	position: absolute;
	top: 0;
	right: 0;
}

.header .nav__list__entry a {
	display: block;
	background-color: #000;
	color: #fff;
	width: 165px;
	line-height: 54px;
	height: 54px;
	text-align: center;
}

.header .nav__list__entry a:hover {
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer__top {
	min-width: 980px;
}

.footer__top .pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer__inner {
	max-width: 1200px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	*zoom: 1;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer__left {
	float: left;
	width: 27.5%;
}

.footer__center {
	float: left;
	overflow: hidden;
	*zoom: 1;
	width: 43%;
}

.footer__right {
	float: right;
	width: 29.5%;
}

.footer__logo {
	margin-bottom: 25px;
}

.footer__info a:hover {
	text-decoration: underline;
}

.footer__sitemap {
	float: left;
	width: 50%;
}

.footer__sitemap li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.footer__sitemap > li {
	margin-bottom: 20px;
}

.footer__sitemap > li ul {
	padding-left: 15px;
}

.footer__sitemap > li ul li {
	margin-top: 5px;
}

.footer__bnr li {
	margin-top: 20px;
	background: #fff;
}

.footer__bnr li a {
	border: 4px solid #f2f2f2;
	border-radius: 2px;
	display: block;
}

.footer__bnr li a img {
	width: 100%;
}

.footer__bottom {
	height: 60px;
	min-width: 980px;
}

.footer__subnav {
	float: right;
	padding-right: 20px;
}

.footer__subnav li {
	line-height: 60px;
}

.footer__subnav li a:hover {
	text-decoration: underline;
}

.footer__copyright {
	padding-left: 20px;
	line-height: 60px;
	font-size: 12px;
}

.hv:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sec_inner {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.bread {
	margin-top: 100px;
	max-width: 1200px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.bread ul {
	padding: 20px 0 40px;
}

.bread ul li {
	font-size: 12px;
}

.bread ul li a,
.bread ul li span {
	font-size: 12px;
	line-height: 160%;
}

.bread ul li a:hover {
	text-decoration: underline;
}

}

@media screen and (min-width: 680px) and (min-width: 680px) {

.footer__sitemap li a:hover {
	text-decoration: underline;
}

}

@media screen and (min-width: 980px) {

#hook_large {
	display: block;
}

.header__nav ul li a {
	font-size: 14px;
}

}

@media screen and (min-width: 1100px) {

#hook_large {
	display: inline;
}

.header__nav ul li a {
	font-size: 15px;
}

}

@media screen and (min-width: 1200px) {

#hook_large {
	display: table-cell;
}


}

@media screen and (max-width: 679px) {

#hook,
#hook_large {
	display: none;
}

img {
	width: 100%;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.header__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}	

.header__logo {
	margin: -2px 0 -4px;
	width: 84px;
}
.header__inner .link__list {
	gap: 0;
}
.header__inner .link__list li {
	width: 70px;
}
.header__inner .link__list a {
	min-height: 50px;
	border-radius: 0;
	font-size: 11px;
	letter-spacing: 0.04em;
	font-weight: 900;
}
.header__inner .link__list span {
	background-size: 11px auto;
	padding-top: 19px;
	background-position: center top 2px;
}
.header__inner .link__list .entry a {
	font-size: 11px;
}
.header__inner .link__list .entry span {
	background-size: 13px auto;
	padding-top: 18px;
}

.header__inner {
	display: flex;
	justify-content: space-between;
}
.menu {
	cursor: pointer;
	height: 50px;
	width: 70px;
	font-size: 11px;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #FFFFFF;
}
.menu span {
	display: block;
	padding: 20px 0 3px;
	background: url(/saiyo/assets/image/common/menu.png) no-repeat center top 5px;
	background-size: 19px auto;
}
.menu.on span {
	background-image: url(/saiyo/assets/image/common/close.png);
}

.header__menu {
	float: right;
	padding-right: 20px;
}

.header__nav {
	clear: both;
	display: none;
}

.header__nav ul {
	border-bottom: 1px solid #000;
}

.header__nav ul li a {
	display: block;
	border-top: 1px solid #dfdfdf;
	padding: 15px 20px;
}

.footer__top .pagetop {
	position: absolute;
	top: 0;
	right: 0;
}

.footer__inner {
	padding: 30px 20px 20px;
}

.footer__center {
	display: none;
}

.footer__logo {
	margin-bottom: 15px;
}

.footer__info {
	margin-bottom: 20px;
}

.footer__bnr li {
	margin-top: 10px;
}

.footer__bnr li a {
	border: 3px solid #f2f2f2;
}

.footer__bottom {
	padding: 15px 20px;
}

.footer__subnav {
	margin-bottom: 15px;
}

.footer__subnav li a {
	line-height: 180%;
}

.footer__copyright {
	font-size: 10px;
}

.sec_inner {
	padding-left: 25px;
	padding-right: 25px;
}

.bread {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.bread ul {
	padding: 15px 0 35px;
}

.bread ul li {
	font-size: 10px;
}

.bread ul li a,
.bread ul li span {
	font-size: 10px;
	line-height: 140%;
}
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
body.fixed #header {
	background-color: #fff;
}
.menu__box {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 7px 30px 40px;
	box-sizing: border-box;
	height: calc(100% - 50px);
	overflow-y: auto !important;
	background-color: #fff;
}
.menu__box .navi__list li {
	border-bottom: 1px solid rgba(41, 41, 41, 0.12);
}
.menu__box .navi__list a {
	padding: 20px 20px 20px 3px;
	display: block;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-decoration: none;
    font-family: 'ryogothicB';
	background: url(/saiyo/assets/image/common/icon01.png) no-repeat right center;
	background-size: 12px auto;
}
.menu__box .navi__list .ico {
	display: none;
}
.menu__box .navi__list .item a {
    font-family: 'ryogothicR';
}
.menu__box .navi__sub-list {
	margin: -6px 0 16px;
}
.menu__box .navi__sub-list li {
	border-bottom: none;
}
.menu__box .navi__sub-list a {
	padding: 9px 3px;
	font-size: 14px;
	background: none;
    font-family: 'ryogothicR';
}
.menu__box p {
	margin-top: 30px;
}
.menu__box p a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.04em;
}

}

/*-------------------------------------
common
--------------------------------------*/
body:first-of-type {
	display: none;
}
.qutfit {
	font-family: "Outfit", sans-serif !important;
}
.ryoGothicPlusNW50 {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.efficacy {
	min-width: 980px;
	overflow: hidden;
	color: #292929;
	font-family: 'ryogothicM';
}
.zenMaru {
	font-family: "Zen Maru Gothic", sans-serif;
}
.efficacy * {
	letter-spacing: 0;
}
.efficacy__content {
	padding-top: 42px;
	position: relative;
}
.efficacy__content:after {
	width: 100%;  
	height: 800px;
	background-color: #E9F7F8;
	position: absolute;  
	top: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
.efficacy p {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.89;
	font-weight: 500;
	letter-spacing: 0;
}
.efficacy p:last-child {
	margin-bottom: 0;
}
.efficacy img {
	max-width: 100%;
	vertical-align: top;
}
.efficacy a {
	text-decoration: none;
	color: #292929;
	transition: 0.3s;
}

@media screen and (max-width: 679px) {
	.efficacy {
		min-width: inherit;
	}
	.efficacy__content {
		padding-top: 13px;
	}
	.efficacy__content::after {
		display: none;
	}
}


/*-------------------------------------
entry__sec
--------------------------------------*/
.entry__sec {
	min-width: 980px;
	overflow: hidden;
	padding: 0 0 104px;
	color: #292929;
	background-color: #303232;
	font-family: 'ryogothicR';
}
.entry__sec a {
	transition: 0.3s;
}
.entry__sec h3 {
	margin-bottom: 69px;
	text-align: center;
}
.entry__sec h3 .jp {
	margin: -40px -180px -66px;
	display: block;
	white-space: nowrap;
	font-size: 160px;
	line-height: 1.5;
	letter-spacing: -0.04em;
	font-weight: 900;
	color: #fff;
	opacity: 0.04;
}
.entry__sec h3 .en {
	color: #fff;
	font-size: 100px;
	letter-spacing: 0.06em;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
.entry__list {
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}
.entry__list > li {
	padding: 64px 64px 56px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	width: calc((100% - 23px) / 2);
}
.entry__list > li:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border: none;
	border-bottom: solid 40px transparent;
	border-left: solid 40px #FAE101;
	border-radius: 8px 0px 0px 0px;
}
.entry__list > .li__style:after {
	border-left-color: #02D1A7;
}
.entry__list .ttl {
	margin-bottom: 44px;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-align: center;
}
.entry__list .ttl span {
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
	border: 2px solid #FAE101;
	border-radius: 60px;
	font-size: 14px;
	font-weight: 800;
	color: #FAE101;
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.entry__list .sub__list li {
	margin-bottom: 8px;
}
.entry__list .sub__list a {
	display: flex;
	align-items: center;
	text-decoration: none;
	border-radius: 8px;
	padding: 10px 50px 10px 24px;
	min-height: 80px;
	transition: 0.3s;
	background: url(/saiyo/assets/image/common/icon01.png) no-repeat right 24px center #F5F5F5;
	background-size: 16px auto;
}
.entry__list .sub__list .item a {
	background-image: url(/saiyo/assets/image/common/icon02.png);
	background-size: 23px auto;
}
.entry__list .sub__list .img__span {
	width: 48px;
	flex-shrink: 0;
	margin-right: 15px;
}
.entry__list .sub__list .img__span img {
	width: 100%;
}
.entry__list .sub__list .txt_span {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #222222;
}
.entry__list .sub__list small {
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 8px;
	color: #888888;
	letter-spacing: -0.02em;
}
.entry__list .li__style .ttl span {
	border-color: #02D1A7;
	color: #02D1A7;
}
@media screen and (min-width: 680px) {
	.entry__list .sub__list a:hover {
		opacity: 0.7;
	}

}

@media screen and (max-width: 679px) {
	.entry__sec h3 .jp {
		margin: 0px -180px -52px;
		font-size: 61px;
		line-height: 1;
		letter-spacing: -0.04em;
	}
	.entry__sec h3 {
		margin-bottom: 39px;
	}
	.entry__sec h3 .en {
		font-size: 64px;
	}
	.entry__list {
		padding: 0 20px;
		flex-direction: column;
		gap: 20px;
	}
	.entry__list > li {
		width: 100%;
		padding: 30px 20px 22px;
	}
	.entry__list > li::after {
		border-bottom: solid 30px transparent;
		border-left: solid 30px #FAE101;
	}
	.entry__list .ttl {
		margin-bottom: 17px;
		font-size: 30px;
		letter-spacing: -0.02em;
	}
	.entry__list .ttl span {
		margin-bottom: 13px;
		font-size: 11px;
	}
	.entry__list .sub__list a {
		border-radius: 6px;
		min-height: 70px;
		background-position: right 20px center;
		background-size: 14px auto;
	}
	.entry__list .sub__list .img__span {
		width: 42px;
	}
	.entry__list .sub__list .txt_span {
		font-size: 18px;
	}
	.entry__list .sub__list small {
		font-size: 11px;
		margin-top: 5px;
	}
	.entry__sec {
		min-width: inherit;
		padding-bottom: 50px;
	}

}

/*-------------------------------------
works__list
--------------------------------------*/
.works__list {
	display: flex;
	flex-wrap: wrap;
	gap: 47px 0;
	justify-content: space-between;
}
.works__list li {
	width: 48%;
	border-bottom: 1px solid #DDDDDD;
}
.works__list a {
	display: block;
}
.works__list .photo img {
	width: 100%;
}
.works__list span {
	padding: 34px 40px 34px 0;
	display: block;
	font-size: 30px;
	letter-spacing: -0.02em;
	font-weight: 900;
	background: url(/saiyo/assets/image/recruit/efficacy/icon03.png) no-repeat right center;
	background-size: 40px auto;
}
@media screen and (min-width: 680px) {
	.works__list a:hover {
		opacity: 0.7;
	}

}

@media screen and (max-width: 679px) {
	.works__list {
		gap: 19px;
		flex-direction: column;
	}
	.works__list li {
		width: 100%;
	}
	.works__list span {
		padding: 20px 35px 17px 0;
		font-size: 19px;
		letter-spacing: -0.02em;
		background-size: 30px auto;
	}

}

/*-------------------------------------
works
--------------------------------------*/
.works {
	position: relative;
	margin-top: 163px;
	z-index: 1;
	padding: 83px 0 162px;
	background-color: #F5F5F5;
}
.works.white {
	margin-top: 1px;
	padding-top: 82px;
	background-color: #fff;
}
.works .txt__img {
	z-index: -1;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 304px;
}
.works h3 {
	margin-bottom: 57px;
	font-size: 64px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-align: center;
}
.works h3 span {
	min-width: 144px;
	padding: 2px 0 0 12px;
	min-height: 40px;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-flex;
	width: fit-content;
	margin: 0 auto 36px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	background: url(/saiyo/assets/image/recruit/efficacy/bg01.png) no-repeat center;
	background-size: 100% 100%;
}
.works h3 span::before {
	width: 6px;  
	height: 6px;
	background-color: #fff;
	position: absolute;  
	top: 50%;
	border-radius: 100%;
	transform: translateY(-50%);
	left: 12px;
	content: ""; 
}
@media screen and (min-width: 680px) {

}

@media screen and (max-width: 679px) {
	.works {
		padding: 33px 20px 68px;
		z-index: 1;
		margin-top: 80px;
	}
	.works .txt__img {
		width: 123px;
		z-index: -1;
	}
	.works h3 {
		margin-bottom: 18px;
		font-size: 36px;
		letter-spacing: -0.02em;
		line-height: 1.28;
		text-align: left;
	}
	.works h3 span {
		margin: 0 auto 12px;
		min-width: 101px;
		font-size: 11px;
		min-height: 29px;
	}
	.works h3 span::before {
		width: 4px;
		height: 4px;
		left: 9px;
	}
	.works.white {
		padding-top: 32px;
	}

}

/*-------------------------------------
heading01
--------------------------------------*/
.heading01 {
	font-weight: 900;
	margin-bottom: 74px;
	font-size: 72px;
	letter-spacing: -0.02em;
}
.heading01 .en::before {
	width: 6px;  
	height: 6px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	content: ""; 
}
.heading01 .en {
	padding-left: 15px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 0 30px;
	min-width: 131px;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	background: url(/saiyo/assets/image/recruit/top/bg02.png) no-repeat center;
	background-size: 100% 100%;
}
@media screen and (min-width: 680px) {

}

@media screen and (max-width: 679px) {
	.heading01 {
		margin-bottom: 37px;
		font-size: 36px;
		letter-spacing: -0.02em;
		line-height: 1.28;
	}
	.heading01 .en {
		margin-bottom: 10px;
		padding-left: 10px;
		min-width: 93px;
		min-height: 28px;
		font-size: 11px;
		letter-spacing: 0;
	}
	.heading01 .en::before {
		width: 4px;
		height: 4px;
		left: 10px;
	}

}

/*-------------------------------------
com__link
--------------------------------------*/
.com__link {
	width: 200px;
}
.com__link a {
	padding: 5px 25px;
	display: flex;
	align-items: center;
	min-height: 56px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	background: #292929 url(/saiyo/assets/image/common/icon03.png) no-repeat right 25px center;
	background-size: 16px auto;
}
@media screen and (min-width: 680px) {
	.com__link a:hover {
		opacity: 0.7;
	}

}

@media screen and (max-width: 679px) {
	.com__link {
		width: 150px;
		margin-left: auto;
	}
	.com__link a {
		min-height: 48px;
		font-size: 14px;
		padding: 5px 15px;
		border-radius: 6px;
		background-position: right 15px center;
		background-size: 12px auto;
		letter-spacing: 0 !important;
	}

}
@media screen and (min-width: 680px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 679px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 680px) {
	.content {
		max-width: 1200px;
		min-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 680px) and (max-width: 1100px) {
	.header__inner .navi__list a {
		font-size: min(1.5vw,12px) !important;
	}

}
