@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.dm {
	font-family: "DM Sans", sans-serif;
}
.inter {
	font-family: "Inter", sans-serif;
}
@media all and (max-width: 959px) {
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 114rem;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 959px) {
	.content {
		margin: 0 1.5rem;
		max-width: inherit !important;
		z-index: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.6rem;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	font-family: "DM Sans", sans-serif;
}
.headLine01 .red {
	color: #E50012;
}
.headLine01 .jp {
	margin-left: 0.5rem;
	font-size: 4rem;
	font-family: "Noto Sans JP", sans-serif;
	vertical-align: 0.2rem;
	letter-spacing: 0;
}
@media all and (max-width: 959px) {
	.headLine01 {
		margin-bottom: 2.2rem;
		font-size: 2.6rem;
		letter-spacing: -0.02em;
	}
	.headLine01 .jp {
		margin-left: 0.1rem;
		font-size: 3.2rem;
		vertical-align: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 6rem;
}
.headLine02 .bgText {
	padding: 0 0 0.5rem 0.7rem;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.68;
	letter-spacing: 0.02em;
	background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.headLine02 .bgText:has(.emBgBox) {
	background: none;
	white-space: nowrap;
}
@media all and (max-width: 959px) {
	.headLine02 {
		margin: 0 -1.5rem 3.2rem 0;
	}
	.headLine02 .bgText {
		padding: 0 0.5rem 0.3rem;
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1.53;
		letter-spacing: 0;
		background: -webkit-linear-gradient(#FFF,#FFF) repeat-x center center / 100% 93%;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	.headLine02 .sub {
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.9rem;
	width: fit-content;
	font-size: 3.2rem;
	line-height: 1.17;
	font-weight: 700;
	position: relative;
}
.headLine03.spec {
	letter-spacing: 0.02em;
}
.headLine03 .red {
	color: #E50012;
}
.headLine03 .tag {
	position: absolute;
	top: -2.2rem;
	left: -2.6rem;
	font-size: 4.8rem;
	font-family: "DM Sans", sans-serif;
	transform: scaleX(-1);
	transform-origin: center;
}
.headLine03 .tag.right {
	left: auto;
    right: -3rem;
    top: auto;
    bottom: -4.6rem;
	transform: none;
}
.headLine03.style01 .tag.right {
	right: 1.5rem;
}
@media all and (max-width: 959px) {
	.headLine03 {
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.headLine03.spec {
		letter-spacing: 0;
	}
	.headLine03 .tag {
		top: -1.6rem;
		left: -1.4rem;
		font-size: 3.2rem;
	}
	.headLine03 .tag.right {
		right: -1.9rem;
		bottom: -3.5rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.9rem;
	font-size: 4rem;
	line-height: 1.2;
}
@media all and (max-width: 959px) {
	.headLine04 {
		margin-bottom: 3.2rem;
		font-size: 3.2rem;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
}
/*------------------------------------------------------------
    headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.headLine05 .red {
    color: #E50012;
}
@media all and (max-width: 959px) {
    .headLine05 {
        margin-bottom: 2.4rem;
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 4.7rem;
	font-size: 2.4rem;
	font-weight: 700;
}
@media all and (max-width: 959px) {
	.headLine06 {
		margin-bottom: 2.4rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
    headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 4.9rem;
    font-size: 3.2rem;
    line-height: 1.24;
    letter-spacing: 0.064rem;
}
.headLine07 .red {
    color: #E50012;
}
@media all and (max-width: 959px) {
    .headLine07 {
        margin-bottom: 2.5rem;
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	position: sticky;
	top: 10rem;
	width: 24rem;
	margin-bottom: auto;
}
#sideBar .linkList li a {
	padding: 1.5rem 0.8rem 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #D5D5D5;
	font-size: 1.2rem;
	font-weight: 700;
	border-top: 1px solid #E9E9E9;
	background: url(../img/common/icon05.png) no-repeat right 0.8rem top 1.9rem / 0.6rem;
}
#sideBar .linkList li:last-child a {
	border-bottom: 1px solid #E9E9E9;
}
#sideBar .linkList li a span {
	display: block;
}
#sideBar .linkList li a .sub {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sideBar .linkList li a .num {
	font-family: "DM Sans", sans-serif;
	transition: 0.3s;
}
#sideBar .linkList li a .txt {
	width: calc(100% - 2.8rem);
	transition: 0.3s;
}
#sideBar .linkList li.on a {
	background-image: url(../img/common/icon05_on.png);
}
#sideBar .linkList li.on a .num {
	color: #E50012;
}
#sideBar .linkList li.on a .txt {
	color: #1A1A1A;
}
#sideBar .linkList li:has(.subUl) a {
	padding: 2rem 2.4rem 0.4rem 0.8rem;
    min-height: 5rem;
	border-bottom: none !important;
}
#sideBar .linkList .subUl {
	margin-left: auto;
	width: calc(100% - 3.6rem);
}
#sideBar .linkList .subUl li a {
	min-height: inherit;
	padding: 0.8rem 0;
	border: none !important;
	background-position: center right 0.8rem;
	background-image: url(../img/common/icon05.png);
}
#sideBar .linkList .subUl li.on a {
	color: #1A1A1A;
	background-image: url(../img/common/icon05_on.png);
}
@media all and (min-width: 960px) {
	#sideBar .linkList li a:hover {
		background-image: url(../img/common/icon05_over.png);
	}
	#sideBar .linkList li a:hover .num {
		color: #E50012;
	}
	#sideBar .linkList li a:hover .txt {
		color: #E50012;
	}
	#sideBar .linkList .subUl li a:hover {
		color: #E50012;
	}
}
@media all and (max-width: 959px) {
	#sideBar {
		position: fixed;
        left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
		top: auto;
		bottom: 0.8rem;
		width: 18.3rem;
		z-index: 150;
		border: 1px solid #D5D5D5;
		border-radius: 0.4rem;
		background-color: #F0F2F5;
		opacity: 1;
		transition-property: opacity,transform;
	}
	#sideBar.hide {
		opacity: 0;
	}
	#sideBar:has(.open) {
		padding-top: 2.2rem;
		width: 24.8rem;
	}
	#main .secBox.hide #sideBar {
        opacity: 0;
		visibility: hidden;
    }
	#sideBar > .close {
		display: none;
	}
	#sideBar > .link {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 0.4rem;
		right: 1.9rem;
	}
	#sideBar > .link a {
		padding: 0.5rem 1rem;
		background: url(../img/common/icon06.png) no-repeat center center / 0.4rem;
	}
	#sideBar > .close {
		display: none;
		position: absolute;
		top: 0.6rem;
		right: 0.7rem;
		width: 1.7rem;
	}
	#sideBar .linkList li:not(.on) {
        display: none;
    }
    #sideBar .linkList.open li:not(.on) {
        display: block;
    }
	#sideBar .linkList li a {
		padding: 0.8rem 1.8rem 0.7rem 0.8rem;
		color: #1A1A1A;
		font-size: 1rem;
		border-top: none;
		background: none !important;
		transition: none;
		box-sizing: border-box;
	}
	#sideBar .linkList li:first-child a {
		border-top: none !important;
	}
	#sideBar .linkList.open li {
		padding: 0 0.8rem;
	}
	#sideBar .linkList.open li a {
		padding: 0.8rem 1rem 0.7rem 0;
		border-top: 1px solid #E9E9E9;
		background: url(../img/common/icon05_on.png) no-repeat right 0.8rem top 1.1rem / 0.6rem !important;
	}
	#sideBar .linkList li a .num {
		color: #E50012;
	}
	#sideBar .linkList li a .txt {
		width: calc(100% - 2.2rem);
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	#sideBar .linkList li:has(.subUl) a {
		padding: 0.8rem 1.8rem 0.7rem 0.8rem;
		min-height: inherit;
	}
	#sideBar .linkList.open li:has(.subUl) a {
		padding: 0.8rem 1rem 0.7rem 0;
	}
	#sideBar .linkList .subUl {
		width: calc(100% - 2.2rem);
	}
	#sideBar .linkList .subUl li {
		padding: 0;
	}
	#sideBar .linkList .subUl li a {
		min-height: inherit;
		padding: 0.4rem 1.8rem 0.7rem 0.8rem;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	padding-top: 0.6rem;
	width: calc(100% - 31.6rem);
	position: relative;
	z-index: 5;
	order: 2;
}
#conts .inner {
	margin-top: -2rem;
	padding-top: 2rem;
}
#conts .inner:not(:last-child) {
	margin-bottom: 10.8rem;
}
#conts .inner .textBox .text {
	margin-bottom: 3rem;
	line-height: 1.8;
}
#conts .inner .textBox .text:last-child {
	margin-bottom: 0;
}
#conts .inner .photo {
	margin-bottom: 4.8rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#conts .inner.spec {
	margin-left: -2.6rem;
}
#conts .inner .headLine03 + .bigText {
	margin-top: -1.6rem;
}
#conts .inner .bigText {
	font-size: 2rem;
	font-weight: 700;
}
@media all and (max-width: 959px) {
	#conts {
		padding-top: 0;
		width: auto;
	}
	#conts .inner:not(:last-child) {
		margin-bottom: 4.8rem;
	}
	#conts .inner .textBox .text {
		margin-bottom: 2.3rem;
	}
	#conts .inner .photo {
		margin-bottom: 2.3rem;
	}
	#conts .inner .photo img {
		width: 100%;
	}
	#conts .inner.spec {
		margin-left: 0;
	}
	#conts .inner .headLine03 + .bigText {
		margin-top: 3.2rem;
	}
	#conts .inner .bigText {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comRecruitBox
------------------------------------------------------------*/
.comRecruitBox {
	margin: 12.6rem auto 0;
	padding: 4.9rem 0 4.8rem;
	position: relative;
	z-index: 6;
	max-width: 123.8rem;
	border-radius: 1.6rem;
	background: url(../img/common/com_bg01.jpg) no-repeat center center / cover;
}
.comRecruitBox h2 {
	margin-bottom: 2.7rem;
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
}
.comRecruitBox .text {
	margin-bottom: 6.6rem;
	color: #FFF;
	font-size: 1.7rem;
	line-height: 1.8;
}
.comRecruitBox .linkList {
	width: 45.8rem;
	background-color: #FFF;
	border-radius: 1.6rem;
}
.comRecruitBox .linkList li a {
	position: relative;
	padding: 1rem 2.4rem 1.1rem;
	min-height: 8.1rem;
	color: #E50012;
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #F0F2F5;
	box-sizing: border-box;
}
.comRecruitBox .linkList li:last-child a {
	border-bottom: none;
}
.comRecruitBox .linkList li a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.4rem;
	width: 4rem;
	height: 4rem;
	box-sizing: border-box;
	border: 0.2rem solid #D5D5D5;
	border-radius: 50%;
	background: #FFF url(../img/common/icon20.png) no-repeat center center / 1rem;
	content: '';
	transition: 0.3s;
}
@media all and (min-width: 960px) {
	.comRecruitBox .linkList li a:hover::before {
		background-color: #E50012;
		border-color: #E50012;
		background-image: url(../img/common/icon20_over.png);
	}
}
@media all and (max-width: 959px) {
	.comRecruitBox {
		margin: 4.2rem 1.5rem 0;
		padding: 1.5rem 0;
		max-width: inherit;
		background-image: url(../img/common/com_bg01_sp.jpg);
	}
	.comRecruitBox h2 {
		margin-bottom: 1.6rem;
		font-size: 3.2rem;
		letter-spacing: 0.02em;
	}
	.comRecruitBox .text {
		margin-bottom: 10.1rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.comRecruitBox .linkList {
		width: auto;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comCover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(26, 26, 26, 0.2);
}
.comCover.open {
    display: block !important;
}
.comCover.style01 {
	background-color: rgba(26, 26, 26, 0.3);
}
@media all and (max-width: 959px) {
	
}
/*------------------------------------------------------------
	comRed
------------------------------------------------------------*/
.comRed {
	color: #E50012;
}
@media all and (max-width: 959px) {
}
/*------------------------------------------------------------
	comIco
------------------------------------------------------------*/
.comIco {
	position: absolute;
	bottom: 1.6rem;
	right: 1.7rem;
	width: 4rem;
	height: 4rem;
	border: 0.2rem solid #F0F2F5;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	z-index: 5;
	transition: 0.3s;
	overflow: hidden;
}
.comIco::after,
.comIco::before {
	margin: -0.6rem 0 0 -0.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.3rem;
	height: 1.3rem;
	background: url(../img/common/icon02_over.png) no-repeat center center / 100%;
	content: '';
	z-index: 5;
	transition: transform .5s cubic-bezier(.43,.05,.17,1);
}
.comIco::before {
	transform: translateX(-300%);
}
.comIco.back::before {
	transform: translateX(300%);
}
.comIco::after {
	transition-delay: 0.1s;
}
.comIco.style01 {
	border-color: #D5D5D5;
}
.comIco.style01::after,
.comIco.style01::before {
	background-image: url(../img/common/icon02.png);
}
.comIco.style02 {
	right: 3rem;
	bottom: 3.1rem;
	border-color: #D5D5D5;
}
.comIco.style02::after,
.comIco.style02::before {
	margin: -0.5rem 0 0 -0.5rem;
	width: 1rem;
	height: 1rem;
	transform: none;
	transition-delay: 0s;
	background-image: url(../img/common/icon09.png) !important;
}
@keyframes arrowMoveOut {
    0% {
        transform: translateX(0) scaleX(1);
    }
    100% {
        transform: translateX(100px) scaleX(1.5);
    }
}
@keyframes arrowMoveIn {
    0% {
        transform: translateX(-100px) scaleX(2.6);
    }
    100% {
        transform: translateX(0) scaleX(1);
    }
}
@keyframes arrowMoveOut01 {
    0% {
        transform: translateX(0) scaleX(1);
    }
    100% {
        transform: translateX(-100px) scaleX(1.5);
    }
}
@keyframes arrowMoveIn01 {
    0% {
        transform: translateX(100px) scaleX(2.6);
    }
    100% {
        transform: translateX(0) scaleX(1);
    }
}
@media all and (min-width: 960px) {
	a:hover .comIco {
		border-color: #E50012 !important;
		background-color: #E50012 !important;
	}
	a:hover .comIco::after,
	a:hover .comIco::before {
		background-image: url(../img/common/icon02_over.png) !important;
	}
	a:hover .comIco::before {
		transform: none;
		transition-delay: 0.2s;
	}
	a:hover .comIco::after {
		transform: translateX(300%);
		transition-delay: 0s;
	}
	a:hover .comIco.back::before {
		transform: none;
	}
	a:hover .comIco.back::after {
		transform: translateX(-300%);
	}
	a:hover .comIco.style02 {
		border-color: #E50012;
	}
	a:hover .comIco.style02::after,
	a:hover .comIco.style02::before {
		transform: none;
		transition-delay: 0s;
		background-image: url(../img/common/icon09_on.png) !important;
	}
}
@media all and (max-width: 959px) {
	.comIco.style02 {
		right: 2.3rem;
		bottom: 2.2rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	position: relative;
	z-index: 5;
}
.comLinkList li {
	width: calc((100% - 4rem) / 3);
}
.comLinkList li a {
	display: block;
	position: relative;
	aspect-ratio: 366 / 366;
	border-radius: 1.6rem;
	overflow: hidden;
}
.comLinkList li a .pho {
	width: 100%;
	overflow: hidden;
}
.comLinkList li a .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(.18,.06,.23,1),filter 1s cubic-bezier(.3,.26,.38,1);
}
.comLinkList li a .txtBox {
	position: absolute;
	bottom: 6rem;
	left: 4rem;
	right: 3.5rem;
	color: #FFF;
}
.comLinkList li a .txtBox .ttl {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 700;
}
.comLinkList li a .txtBox .txt {
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	letter-spacing: -0.02em;
}
@media all and (min-width: 960px) {
	.comLinkList li a:hover .pho img {
		transform: translateZ(0) scale(1.03);
	}
}
@media all and (max-width: 959px) {
	.comLinkList {
		display: block;
	}
	.comLinkList li {
		margin-bottom: 0.8rem;
		width: auto;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkList li a {
		aspect-ratio: 69 / 52;
	}
	.comLinkList li a .txtBox {
		bottom: 2.8rem;
		left: 2.4rem;
		right: 2.4rem;
	}
	.comLinkList li a .txtBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comSecBox
------------------------------------------------------------*/
.comSecBox {
	position: relative;
	z-index: 5;
}
.comSecBox .content {
	max-width: 124rem;
}
.comSecBox .inner {
	padding: 4.6rem 4.9rem 4.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #FFF;
	border-radius: 1.6rem;
	border: 1px solid #F0F2F5;
}
.comSecBox .inner.style01 {
	background-color: transparent;
}
.comSecBox .inner .lBox {
	width: 27.2rem;
}
.comSecBox .inner .lBox .headLine04 {
	margin-bottom: 3.3rem;
}
.comSecBox .inner .lBox .text {
	line-height: 1.8;
}
.comSecBox .inner .linkBox {
	margin-top: 0.2rem;
	width: 75.3rem;
}
.comSecBox .inner .linkBox a {
	display: block;
	position: relative;
	border-radius: 1.6rem;
	overflow: hidden;
}
.comSecBox .inner .linkBox a .pho {
	width: 100%;
	overflow: hidden;
}
.comSecBox .inner .linkBox a .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s cubic-bezier(.18,.06,.23,1),filter 1s cubic-bezier(.3,.26,.38,1);
}
.comSecBox .inner .linkBox a .comIco {
	bottom: 4rem;
	right: 4rem;
}
.comSecBox .inner .linkBox a .comIco::after {
	margin: -0.6rem 0 0 -0.6rem;
	top: 50%;
	left: 50%;
}
.comSecBox .inner .linkBox a .txtBox {
	position: absolute;
	bottom: 3.6rem;
	left: 4rem;
	right: 3.5rem;
}
.comSecBox .inner .linkBox a .txtBox.style01 {
	color: #FFF;
}
.comSecBox .inner .linkBox a .txtBox .ttl {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 700;
}
.comSecBox .inner .linkBox a .txtBox .txt {
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	letter-spacing: -0.02em;
}
.comSecBox .inner .linkUl {
	width: 75.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comSecBox .inner .linkUl li {
	width: calc((100% - 2rem) / 2);
}
.comSecBox .inner .linkUl li a {
	padding: 1.3rem 1.4rem 0 2.1rem;
	min-height: 21rem;
	position: relative;
	display: block;
	background-color: #F0F2F5;
	border: 0.2rem solid #F0F2F5;
	border-radius: 1.6rem;
}
.comSecBox .inner .linkUl li a .ttlBox {
	margin-bottom: -0.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.comSecBox .inner .linkUl li a .ttlBox .ttl {
	padding-bottom: 1.8rem;
	font-size: 2rem;
	font-weight: 700;
}
.comSecBox .inner .linkUl li a .ttlBox .ico {
	width: 9rem;
}
.comSecBox .inner .linkUl li a .en {
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	letter-spacing: -0.02em;
}
.comSecBox .inner .linkUl li a .comIco {
	right: 2.3rem;
	bottom: 2.2rem;
}
@media all and (min-width: 960px) {
	.comSecBox .inner .linkBox:hover .pho img {
		transform: translateZ(0) scale(1.03);
	}
	.comSecBox .inner .linkUl li a:hover {
		border-color: #E50012;
	}
}
@media all and (max-width: 959px) {
	.comSecBox .inner {
		padding: 2.6rem 3.1rem 3rem;
		display: block;
	}
	.comSecBox .inner.style01 {
		margin: 0 -0.1rem;
		padding: 2.6rem 0 0;
	}
	.comSecBox .inner .lBox {
		margin-bottom: 3.9rem;
		width: auto !important;
	}
	.comSecBox .inner .lBox .headLine04 {
		margin-bottom: 2.9rem;
		font-size: 3.2rem;
		letter-spacing: 0.02em;
	}
	.comSecBox .inner.style01 .lBox .headLine04 {
		margin-bottom: 1.7rem;
	}
	.comSecBox .inner .linkBox {
		margin-top: 0;
		width: auto;
	}
	.comSecBox .inner .linkBox a .comIco {
		bottom: 1.8rem;
		right: 1.6rem;
	}
	.comSecBox .inner .linkBox a .txtBox {
		bottom: 2.9rem;
		left: 3.2rem;
		right: 3.2rem;
	}
	.comSecBox .inner .linkBox a .txtBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	.comSecBox .inner .linkUl {
		margin: 0 0.7rem;
		width: auto;
		display: block;
	}
	.comSecBox .inner .linkUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	.comSecBox .inner .linkUl li:last-child {
		margin-bottom: 0;
	}
	.comSecBox .inner .linkUl li a {
		padding: 0.5rem 0.4rem 0 3rem;
		min-height: 18rem;
	}
	.comSecBox .inner .linkUl li a .ttlBox {
		margin-bottom: 0.5rem;
		align-items: flex-start;
	}
	.comSecBox .inner .linkUl li a .ttlBox .ttl {
		padding: 9.3rem 0 0;
		font-size: 1.8rem;
	}
	.comSecBox .inner .linkUl li a .comIco {
		right: 1.4rem;
		bottom: 1.3rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: fit-content;
}
.comLink a {
	display: block;
	width: fit-content;
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	font-family: "DM Sans", sans-serif;
}
.comLink a span {
	padding: 0 2.7rem 0 1.1rem;
	position: relative;
	background: url(../img/common/icon02.png) no-repeat right center / 1.3rem;
}
.comLink a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15.1rem;
	height: auto;
	transform: translate(-50%, -50%) scale(-1);
	transition: transform 1.5s cubic-bezier(.23,1,.32,1);
}
.comLink a .svg02 {
	transform: translate(-50%, -50%) scale(-1.1);  
}
.comLink a .svg02 g {
	opacity: 0;
	transition: opacity .3s cubic-bezier(.23,1,.32,1);
}
.comLink a .svg02 path {
	--num:500;
	fill: transparent;
	stroke-dasharray: var(--num);
	stroke-dashoffset: var(--num);
	transition: stroke-dashoffset .7s cubic-bezier(.23,1,.32,1);
}
.comLink a svg .svg-group {
	transform:scale(1);
	transition: all 1.5s cubic-bezier(.23,1,.32,1), border .3s ease;
}
@media all and (min-width: 960px) {
	.comLink a:hover .svg02 g {
		opacity: 1;
	}
	.comLink a:hover .svg02 path {
		stroke-dashoffset: 1000;
	}
	.comLink a:hover .svg01 {
		transform: translate(-50%, -50%) scale(-1.1);  
	}
}
@media all and (max-width: 959px) {
}
/*------------------------------------------------------------
	comBoke
------------------------------------------------------------*/
.comBoke {
	position: absolute;
	animation: endlessBlur 3s infinite ease-in-out;
}
@keyframes endlessBlur {
    0% {
        filter: blur(360px);
    }
    50% {
        filter: blur(190px);
    }
    100% {
        filter: blur(360px);
    }
}
.comBoke.comBoke01 {
	width: 121.5rem;
	height: 84.1rem;
	left: -52.5rem;
	top: -39rem;
}
.comBoke.comBoke02 {
	bottom: 92.7rem;
    left: -40.5rem;
	width: 179.7rem;
	height: 124.4rem;
}
.comBoke.comBoke03 {
	bottom: 88rem;
    left: -38.5rem;
	width: 191.7rem;
	height: 102rem;
}
@media all and (max-width: 959px) {
	@keyframes endlessBlur {
        0% {
            filter: blur(95px);
        }
        50% {
            filter: blur(50px);
        }
        100% {
            filter: blur(95px);
        }
    }
	.comBoke.comBoke01 {
		width: 60.8rem;
		height: 42.1rem;
		left: -32.7rem;
		top: -10.2rem;
	}
	.comBoke.comBoke02 {
		top: 49.4rem;
        left: -37.7rem;
		width: 79.3rem;
		height: 54.3rem;
	}
	.comBoke.comBoke03 {
		bottom: 26.43%;
        left: -36rem;
		width: 95.9rem;
		height: 51.1rem;
	}
}

/*------------------------------------------------------------
	emBgBox
------------------------------------------------------------*/
#main .emBgBox {
	font-style: normal;
	position: relative;
}
#main .emBgBox em {
	font-style: normal;
}
#main .emBgBox .emBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	background: #E50012;
	z-index: -2;
}
#main .emBgBox .emBg01 {
	background: #fff;
	z-index: -1;
}
#main .emBgBox.on .emBg {
	transform: scaleX(1);
	transition: transform 0.5s cubic-bezier(0.83, 0, 0.17, 1);
}
#main .emBgBox.on .emBg01 {
	transition-delay: 0.2s;
}
#main .emBgBox .emTxt {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#main .emBgBox.on .emTxt {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: clip-path 0.7s ease 0.5s;
}
#main .clipInL {
	opacity: 0;
}
#main .clipInL.on {
	opacity: 1;
}
/*------------------------------------------------------------
	comArrow
------------------------------------------------------------*/
.comArrow {
	margin: 0 auto 0.8rem;
	max-width: 131.8rem;
	justify-content: flex-end;
}
.comArrow li {
	margin-left: 0.8rem;
}
.comArrow li a {
	display: block;
	position: relative;
	width: 4rem;
	height: 4rem;
}
.comArrow li a .comIco {
	right: 0;
	bottom: 0;
	border-color: #D5D5D5;
}
.comArrow li a .comIco::after {
	background-image: url(../img/common/icon02.png);
}
.comArrow li.prev a .comIco::before,
.comArrow li.prev a .comIco::after {
	background-image: url(../img/common/icon02_prev.png);
}
.comArrow li a.swiper-button-disabled {
	pointer-events: none;
}
.comArrow li a.swiper-button-disabled .comIco {
	background-color: #F0F2F5;
}
.comArrow li a.swiper-button-disabled .comIco::after {
	background-image: url(../img/common/icon10.png);
}
.comArrow li.next a.swiper-button-disabled .comIco::after {
	background-image: url(../img/common/icon10_next.png);
}
@media all and (min-width: 960px) {
	.comArrow li.prev a:hover .comIco::before,
	.comArrow li.prev a:hover .comIco::after {
		background-image: url(../img/common/icon02_prev_over.png) !important;
	}
}
@media all and (max-width: 959px) {
	.comArrow {
		margin: 0 1.5rem 1.6rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
	transform: translate(0,30px);
	-webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.fadeInUp.in {
    opacity: 1;
	transform: translate(0, 0);
}
@media all and (max-width: 959px) {
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin-top: 4.7rem;
}
.comTextList li {
	padding: 4.7rem 0 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 0.2rem solid #E9E9E9;
}
.comTextList li .num {
	padding-top: 0.5rem;
	width: 8rem;
	color: #E50012;
	font-size: 2rem;
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.02em;
}
.comTextList li .txtBox {
	width: calc(100% - 11.2rem);
}
.comTextList li.spec .txtBox {
	width: auto;
}
.comTextList li .txtBox .ttl {
	margin-bottom: 3.2rem;
	font-size: 2.4rem;
	font-weight: 700;
}
.comTextList li .txtBox .txt {
	line-height: 1.8;
}
@media all and (max-width: 959px) {
	.comTextList li {
		padding: 2.3rem 0;
	}
	.comTextList li .num {
		padding-top: 0.3rem;
		width: 8rem;
		font-size: 1.6rem;
	}
	.comTextList li .txtBox {
		width: calc(100% - 8.3rem);
	}
	.comTextList li .txtBox .ttl {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
    comCateList
------------------------------------------------------------*/
.comCateList {
    margin: -3.3rem 0 1.6rem;
}
.comCateList li {
    margin: 3.3rem 3.2rem 0 0;
    padding: 2.5rem 0 2.5rem;
    width: 26.1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 1.6rem;
    background-color: #FFF;
    border: 0.2rem solid #E9E9E9;
}
.comCateList li:nth-child(4n) {
    margin-right: 0;
}
.comCateList li .tag {
    padding: 0.2rem 1.6rem 0.3rem;
    display: inline-block;
    color: #FFF;
    font-size: 2rem;
    border-radius: 2.4rem;
    background-color: #E50012;
}
.comCateList li .ttl .num {
    margin: 0 0.3rem;
    color: #E50012;
    font-size: 2.4rem;
}
.comCateList li .ttl {
    margin: 0.7rem 0 1.6rem;
    display: block;
}
.comCateList li .mark {
    display: block;
}
.comCateList li .mark img {
    width: 11.2rem;
}
@media all and (max-width: 959px) {
    .comCateList {
        margin: -0.8rem 0 1rem;
        justify-content: space-between;
    }
    .comCateList li {
        margin: 0.8rem 0 0;
        padding: 1.4rem 0 1.6rem;
        width: calc(50% - 0.4rem);
    }
    .comCateList li .tag {
        padding: 0.4rem 1.6rem;
        font-size: 1.4rem;
    }
    .comCateList li .ttl .num {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .comCateList li .ttl {
        margin: 0.9rem 0 1.2rem;
        min-height: 5.3rem;
        font-size: 1.6rem;
    }
    .comCateList li .mark img {
        width: 6.4rem;
    }
}
/*------------------------------------------------------------
	simplebar
------------------------------------------------------------*/
.simplebar ::-webkit-scrollbar {
    display: none;
}
.simplebar ::-webkit-scrollbar {
    display: none !important;
}
.simplebar-scrollbar::before {
	border-radius: 0 !important;
	background-color: #1A1A1A;
	opacity: 1 !important;
	left: 0;
	right: 0;
}
.simplebar-track.simplebar-horizontal {
	height: 4px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	top: 0;
	height: 4px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	top: 0;
	bottom: 0;
}
.simplebar-track {
	background-color: #E9E9E9;
}
.simplebar .simplebarIcon {
	margin: 3rem 0 0 -0.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 17.8rem;
	aspect-ratio: 1/1;
	transform: translate(-50%,-50%);
    transition: all .6s cubic-bezier(.25,1,.5,1);
	opacity: 1;
	visibility: visible;
}
.simplebar .simplebarIcon.hide {
	opacity: 0;
	visibility: hidden;
}
.simplebar .simplebarIcon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.simplebar .simplebarIcon img + img {
	animation: yao 2s infinite linear;
}
@keyframes yao {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(8deg);
    }
    75% {
        transform: rotate(-8deg);
    }
}