@charset "utf-8";
/*------------------------------------------------------------
Theme Name: SIR'S
Theme URI: null
Description: Description
Author: 81bridge - LSZ
Version: 1.0
------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
    display: block;
}
a.nolink,
a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #142544;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #142544;
}
a:hover {
	color: #142544;
}
a:active {
	color: #142544;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #142544;
	font-size: 1.8rem;
	line-height: 1.6;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(img/common/main_bg.jpg) repeat left top / 5rem;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.2rem 1.2rem 1.2rem 3.6rem;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	width: 8.2rem;
	position: relative;
	z-index: 900;
}
#gHeader.header01 h1 a {
	background: url(img/common/logo02.png) no-repeat center top / 100% 100%;
}
#gHeader.header01 h1 img {
	opacity: 0;
}
#gHeader h1 a {
	display: block;
}
#gNavi {
	width: fit-content;
	position: relative;
	z-index: 900;
}
#gNavi .navUl {
	padding: 1.6rem 3.6rem;
	gap: 3.6rem;
	width: fit-content;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	background: #fff;
	border-radius: 0.4rem;
}
.menuCover {
    display: none;
}
@media all and (min-width: 897px) {
	#gNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-left: 2rem;
	}
	#gHeader h1 {
		width: 7.2rem;
	}
	.menuCover {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 901;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }
    .menuCover.on {
        opacity: 1;
        visibility: visible;
    }
    #gNavi {
        padding: 8.3rem 2rem 6rem 2.4rem;
        position: fixed;
        right: 0;
        top: 0;
        left: auto;
        width: 72vw;
        background: #fff;
        z-index: 902;
        height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: all .4s;
    }
    #gNavi.on {
        transform: translateX(0);
    }
	#gNavi .navUl {
		margin-bottom: 12.5rem;
		padding: 0;
		display: block;
		border-radius: 0;
	}
	#gNavi .navUl li + li {
		margin-top: 1.8rem;
	}
	#gNavi .navUl a {
		padding-left: 3.6rem;
		display: block;
		width: fit-content;
		font-size: 2rem;
		background: url(img/common/icon08.png) no-repeat center left / 2.4rem;
	}
	#gNavi .comLink {
		margin-bottom: 3.2rem;
	}
	#gNavi .comLink a {
		min-height: 5.8rem;
		padding: 1.6rem;
		justify-content: center;
		background-image: none;
	}
	#gNavi p {
		margin-bottom: 1.5rem;
		color: #7D8699;
		font-size: 1.3rem;
	}
	#gNavi .telUl a {
		display: block;
		width: fit-content;
		padding-left: 2.8rem;
		background: url(img/common/call.png) no-repeat center left / 2rem;
	}
	#gNavi .telUl li + li {
		margin-top: 1.3rem;
	}
	#gNavi .telUl .mail a {
		background-image: url(img/common/mail.png);
	}
	.menu {
		width: 4rem;
		height: 4rem;
		position: relative;
		cursor: pointer;
		background: #fff;
		z-index: 903;
	}
	.menu span {
		display: block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: calc(50% - 0.9rem);
		width: 1.8rem;
		height: 0.15rem;
		background-color: #142544;
	}
	.menu span:nth-of-type(1) {
		top: 1.4rem;
	}
	.menu span:nth-of-type(2) {
		top: 1.9rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.4rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.5rem) rotate(-45deg)
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.5rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 12rem;
	padding: 8rem 0.3rem 0;
	min-height: 60rem;
	color: #fff;
	background: #142544;
}
#gFooter .fBox {
	margin: 0 2rem 10.6rem;
	display: flex;
	justify-content: flex-end;
	gap: 1.2rem;
}
#gFooter .fBox > * {
	width: 28.1rem;
}
#gFooter .fBox .logoBox {
	margin-right: auto;
}
#gFooter .fBox .logo {
	margin-bottom: 4rem;
	width: 14.2rem;
}
#gFooter .fBox .logo a {
	display: block;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox dt {
	margin-bottom: 0.4rem;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
}
#gFooter .fBox dd {
	margin-bottom: 2.3rem;
	font-size: 1.2rem;
}
#gFooter .comLink {
	margin-bottom: 4rem;
}
#gFooter .comLink a {
	padding-left: 2.4rem;
	min-height: 6.4rem;
	background: #fff url(img/common/icon08.png) no-repeat center right 1.6rem / 3.2rem;
	color: #142544;
	font-size: 1.6rem;
}
#gFooter p {
	margin-bottom: 1.2rem;
	font-size: 1.2rem;
	color: #A5ABB8;
}
#gFooter .telUl li + li {
	margin-top: 1.2rem;
}
#gFooter .telUl a {
	padding-left: 3.6rem;
	display: block;
	width: fit-content;
	font-size: 1.5rem;
	background: url(img/common/call02.png) no-repeat center left / 2.4rem;
}
#gFooter .telUl .mail a {
	background-image: url(img/common/mail02.png);
}
#gFooter .fNav {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
#gFooter .fNav li + li {
	margin-top: 2.2rem;
}
#gFooter address {
	padding: 0 2rem;
	font-size: 1.2rem;
	color: #A5ABB8;
}
#gFooter address a {
	margin-left: 3.6rem;
}
@media all and (min-width: 1025px) {
	#gFooter address a:hover,
	#gFooter .telUl a:hover,
	#gFooter .fNav a:hover {
		color: #7D8699;
	}
	#gFooter .comLink a:hover {
		background-color: #C7CED9;
	}
}
@media (min-width: 897px) and (max-width: 1200px) {
	#gFooter .fBox .fNav {
		width: 20.24vw;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0;
		margin-top: 6rem;
		min-height: 66rem;
	}
	#gFooter .fBox {
		margin: 0 0 3.7rem;
		display: block;
	}
	#gFooter .fBox .logo {
		width: 9rem;
	}
	#gFooter .fBox > * {
		width: auto;
	}
	#gFooter .fBox dt {
		margin-bottom: 0.8rem;
		font-size: 1.5rem;
	}
	#gFooter .fBox dd {
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
	#gFooter .comLink a {
		padding-left: 2rem;
		min-height: 6rem;
		justify-content: flex-start;
		background-size: 2.8rem;
	}
	#gFooter .fBox .inner {
		margin: 4rem 0 0;
	}
	#gFooter .comLink {
		margin-bottom: 2.5rem;
	}
	#gFooter p {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}
	#gFooter .telUl a {
		padding-left: 2.8rem;
		background-size: 2rem;
	}
	#gFooter .telUl li + li {
		margin-top: 0.9rem;
	}
	#gFooter address {
		padding: 0;
	}
	#gFooter address a {
		margin-left: 4rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* font */
.font01,
.en {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400 !important;
}
.inter {
	font-family: "Inter", sans-serif;
}
/* content */
.content {
	margin: 0 auto;
	max-width: 124rem;
	padding: 0 2rem;
}
.content.sml {
	max-width: 83.4rem;
}
/* mainBox */
.mainBox {
	margin: 0 auto;
	max-width: 79.4rem;
}

@media all and (max-width: 896px) {
	.mainBox {
		max-width: inherit;
	}
	.content {
		max-width: inherit !important;
	}
}

/* headLine01 */
.headLine01 {
	font-size: 1.6rem;
	line-height: 1.9;
}
.headLine01 span {
	display: block;
}
.headLine01 .en {
	font-size: 6.4rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.headLine01.small {
	margin-bottom: 5.6rem;
}
.headLine01.small:last-child {
	margin-bottom: 0;
}
.headLine01.small .en {
	font-size: 5.6rem;
	letter-spacing: -0.112rem;
	text-transform: none;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.5rem;
	}
	.headLine01 .en {
		font-size: 4.8rem;
		letter-spacing: -0.096rem;
	}
	.headLine01.small {
		margin-bottom: 2.8rem;
		font-size: 1.5rem;
	}
	.headLine01.small .en {
		font-size: 4rem;
		letter-spacing: -0.08rem;
	}
}

/* headLine02 */
.headLine02 {
	margin-bottom: 4.8rem;
	padding-bottom: 0.2rem;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 160%;
	width: fit-content;
	border-bottom: 2px solid currentColor;
}
.headLine02.noBorder {
	padding-bottom: 0;
	margin-bottom: 3rem;
	border: none;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 3.2rem;
		font-size: 2.2rem;
	}
	.headLine02.noBorder {
		margin-bottom: 3.3rem;
	}
}
/* comPageTitle */
.comPageTitle {
	padding-top: 8.2rem;
	height: 37.8rem;
	display: flex;
	align-items: center;
}
@media all and (max-width: 896px) {
	.comPageTitle {
		padding-top: 4.8rem;
		height: 27.6rem;
		margin-bottom: -0.3rem;
	}
}

.comLink.sml {
    margin-left: 0;
    width: 20.8rem;
}
.comLink.sml a {
    padding: 1.6rem 6.4rem 1.6rem 2.4rem;
    font-size: 1.6rem;
    min-height: 6.4rem;
    background-position: right 1.6rem center;
}
@media all and (max-width: 896px) {
	.comLink.sml {
		margin: 0 auto;
		width: 20rem;
	}
	#main .comLink.sml a {
		padding: 1.6rem 6.4rem 1.6rem 1.7rem;
		min-height: 6rem;
	}
}

/* comLink02 */
.comLink02 {
	width: 28.1rem;
	margin: 0 auto;
}
.comLink02 a {
	min-height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 0.4rem;
	background: #142544;
}
.comLink02 a.disabled {
	pointer-events: none;
	color: #C7CED9;
	background: #F5F7FA;
}

@media all and (min-width: 1025px) {
	.comLink02 a:hover {
		background-color: #2E4267;
	}	
}
/* pagePath */
#pagePath {
	margin-bottom: 3.6rem;
	display: flex;
}
#pagePath li {
	margin-right: 0.8rem;
	font-size: 1.2rem;
}
#pagePath a {
	margin-right: 0.9rem;
	color: #555B68;
	text-decoration: underline;
}
@media all and (min-width: 1025px) {
	#pagePath a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 3.1rem;
	}
	#pagePath li {
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

/* comInterviews */
.comInterviews {
	padding: 12rem 0;
}
.comInterviews h3 {
	margin-bottom: 3.6rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
}
#main .interviewsList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}
#main .interviewsList li {
	width: calc((100% - (3.2rem * 3)) / 4);
}
#main .interviewsList .photo {
	margin: 0 2.4rem 1.9rem;
	position: relative;
}
#main .interviewsList .photo img {
	border-radius: 0.4rem;
	width: 100%;
}
#main .interviewsList .photo .txtSpan {
	position: absolute;
	display: block;
	white-space: nowrap;
	top: 0.2rem;
	right: -2.4rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #DF6940;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 140%;
}
#main .interviewsList .photo .txtSpan02 {
	color: #439FD7;
}
#main .interviewsList .photo .txtSpan03 {
	color: #EC3305;
}
#main .interviewsList .photo .txtSpan04 {
	color: #9FD1F2;
}
#main .interviewsList p {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 150%; 
}
#main .interviewsList .name {
	margin-bottom: 2rem;
	color: #555B68;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 160%;
}
.comLinkP a,
.comLinkP .txt {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 160%;
	display: inline-block;
	padding-right: 2.8rem;
	background: url(img/common/icon04.png) no-repeat right center;
	background-size: 2rem auto;
}
.comLinkP .disabled {
	color: #C7CED9;
	pointer-events: none;
	background-image: url(img/common/icon06.png);
}

@media all and (min-width: 1025px) {
	.comLinkP a:hover {
		color: #7D8699;
		background-image: url(img/common/icon05.png);
	}
}

@media all and (max-width: 896px) {
	.comInterviews {
		padding: 8rem 0;
	}
	.comInterviews h3 {
		margin-bottom: 2.1rem;
		text-align: left;
		font-size: 2.2rem;
	}
	.comJsBox {
		margin-right: -2rem;
	}
	#main .interviewsList {
		display: block;
	}
	#main .interviewsList .slick-slide > div {
		width: 21rem;
		margin-right: 2.3rem;
	}
	#main .interviewsList li {
		width: 21rem;
		margin-right: 0;
	}
	#main .interviewsList .photo {
		margin: 0 2.8rem 1.9rem;
		padding-right: 1rem;
		box-sizing: content-box;
	}
	#main .interviewsList .photo .txtSpan {
		right: -1.5rem;
	}
	#main .interviewsList .name {
		margin-bottom: 2.4rem;
	}
}

/* comLink */
.comLink {
	margin: 0 auto 12rem;
}
.comLink:last-child {
	margin-bottom: 0;
}
.comLink a {
	padding: 1rem 4.8rem;
	display: flex;
	align-items: center;
	min-height: 9.6rem;
	border-radius: 0.5rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%; 
	background: #142544 url(img/common/icon02.png) no-repeat right 4.8rem center;
	background-size: 3.2rem auto;	
}
.comLink .disabled {
	pointer-events: none;
	color: #C7CED9;
	background: #F5F7FA;
}
.comLink.salmon a {
	padding-left: 0;
	background-color: #DF6940;
	background-image: url(img/common/icon07.png);
	background-size: 2.8rem auto;
	background-position: right 2.4rem center;
}
.comLink.whiteBg {

}
.comRecruitLink {
	margin: 0 !important;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	z-index: 100;
	width: 40rem;
	transition: 0.3s;
}
.comRecruitLink.on {
	opacity: 1;
	visibility: visible;
}
.comRecruitLink a {
	min-height: 7.2rem;
	font-size: 2rem;
	justify-content: center;
	color: #fff;
}
@media all and (min-width: 1025px) {
	.comLink:not(.salmon) a:hover {
		background-color: #2E4267;		
	}
	.comLink.whiteBg a:hover,
	.comLink.salmon a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comLink a {
		padding: 1rem 4.8rem 1rem 2.4rem;
		font-size: 1.6rem;
		justify-content: center;
		min-height: 6rem;
		background-size: 2.8rem auto;
		background-position: right 1.6rem center;
	}
	.comRecruitLink {
		left: 2rem;
		width: auto;
		max-width: 33.5rem;
	}
}

/* comLink02 */
.comLink02 {
	width: 28.1rem;
	margin: 0 auto;
}
.comLink02 a {
	min-height: 5.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 0.4rem;
	background: #142544;
}
.comLink02 a.disabled {
	pointer-events: none;
	color: #C7CED9;
	background: #F5F7FA;
}

@media all and (min-width: 1025px) {
	.comLink02 a:hover {
		background-color: #2E4267;
	}	
}

@media all and (max-width: 896px) {
}

/* comNewsList */
.comNewsList {
	margin-bottom: 6rem;
	border-top: 1px solid #C7CED9;
}
.comNewsList:last-child {
	margin-bottom: 0;
}
.comNewsList li {
	border-bottom: 1px solid #C7CED9;
}
.comNewsList a {
	padding: 3.55rem 7rem 3.55rem 2.4rem;
	display: block;
	background: url(img/common/icon08.png) no-repeat right 2.4rem center;
	background-size: 2.4rem auto;
}
.comNewsList dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comNewsList dt {
	width: 10rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: #7D8699;
	font-family: "Fjalla One", sans-serif;
}
.comNewsList dd {
	padding-left: 1.2rem;
	flex: 1;
	font-size: 1.4rem;
	font-weight: 700;
}
.wp-pagenavi {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
    clear: both;
    text-align: center;
	gap: 0.4rem;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 2rem;
    min-width: 4rem;
    min-height: 4rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
	font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    order: 3;
}
.wp-pagenavi .last {
    order: 4;
}
.wp-pagenavi .nextpostslink {
    order: 5;
}
.wp-pagenavi .first {
    order: 2;
}
.wp-pagenavi .previouspostslink {
    order: 1;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none !important;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #142544;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem auto;
}
.wp-pagenavi .nextpostslink.no,
.wp-pagenavi .previouspostslink.no {
	pointer-events: none;
}
.wp-pagenavi .nextpostslink {
	margin-left: 1.5rem;
	background-image: url(img/common/next.png);
}
.wp-pagenavi .previouspostslink {
	margin-right: 1.5rem;
	background-image: url(img/common/prev.png);
}
.wp-pagenavi .nextpostslink.no {
	background-image: url(img/common/next_no.png);
}
.wp-pagenavi .previouspostslink.no {
	background-image: url(img/common/prev_no.png);
}
@media all and (min-width: 1025px) {
	.comNewsList a:hover {
		background-color: #fff;
	}
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #142544;
	}
	.wp-pagenavi .nextpostslink:hover {
		background-image: url(img/common/next_hover.png);
	}
	.wp-pagenavi .previouspostslink:hover {
		background-image: url(img/common/prev_hover.png);
	}
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 1.9rem 4rem 1.9rem 0;
		background-position: right center;
	}
	.comNewsList dl {
		display: block;
	}
	.comNewsList dt {
		width: auto;
	}
	.comNewsList dd {
		padding: 1rem 0 0;
		width: auto;
	}
	.wp-pagenavi a, 
	.wp-pagenavi span {
		min-width: 3.2rem;
		min-height: 3.2rem;
		font-size: 1.6rem;
	}
	.comNewsList {
		margin-bottom: 3.2rem;
	}
	.wp-pagenavi .previouspostslink {
		margin-right: 1rem;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 1rem;
	}
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(img/common/main_bg.jpg);
	z-index: 1000;
}
.loading .img {
	width: 15.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loading .img img {
	width: 100%;
}
.loading .img .line {
	position: absolute;
	bottom: -2.4rem;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #142544;
	transition: all 1s;
}
.loading.active .img .line {
	width: 100%;
}
#index .mainVisual {
	margin-bottom: 11.5rem;
	position: relative;
}
#index .textA .en {
	text-transform: none
}
#index .mainVisual .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#index .mainVisual .videoBox div {
	height: 100%;
}
#index .mainVisual .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .mainVisual img {
	width: 100%;
	display: block;
}
#index .headLine01 {
	margin-bottom: 5.6rem;
}
#index .headLine01 .en {
	font-size: min(9.72vw,10.8rem);
}
#index .about {
	padding: 11.4rem 0 12.5rem;
}
#index .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#index .flexBox .inner01 {
	margin-right: 7.1rem;
	width: 58rem;
}
#index .flexBox .inner02 {
	flex: 1;
}
#index .heading01 {
	margin-bottom: 2rem;
	font-size: 3.6rem;
}
#index .content {
	padding: 0 2.2rem;
	overflow: hidden;
}
#index .comLink {
	margin-top: 6rem;
}
#index .textList {
	margin-right: 4.5rem;
}
#index .textList li {
	padding-bottom: 0.3rem;
	width: 40rem;
	min-height: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 7.5rem 7.5rem 7.5rem 0;
	background: #142544;
}
#index .textList li:nth-child(2n) {
	margin-left: auto;
}
#index .textList li + li {
	margin-top: 4rem;
}
#index .textList small {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
#index .shopBox {
	padding: 11.6rem 0 12rem;
}
#index .shopBox img {
	width: 100%;
}
#index .shopBox .inner01 {
	margin-right: -17.7rem;
}
#index .shopBox .inner01 .txt {
	font-size: 8rem;
	letter-spacing: -0.01em;
	line-height: 1;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	color: #439FD7;
}
#index .shopBox .inner01 .txt .mar {
	margin-top: 0.8rem;
	display: inline-block;
}
#index .shopBox .inner01 .txt .en {
	margin-left: 0.8rem;
	font-size: 3.2rem;
	line-height: 1.4;
	color: #142544;
}
#index .shopBox .inner01 .txt span {
	display: inline-block;
}
#index .shopBox .inner01 .tips {
	margin-top: 0.7rem;
	font-size: 1.2rem;
	color: #7D8699;
}
#index .recruit {
	margin-bottom: 12.6rem;
	padding: 16rem 0;
	color: #fff;
	background: #142544;
	font-size: 1.6rem;
}
#index .recruit .linkBox {
	margin: 12.5rem 0 10.2rem;
}
#index .recruit .linkBox li {
	padding: 2rem 0;
	border-top: 1px solid #A5ABB8;
}
#index .recruit .linkBox a {
	padding: 2rem 2rem 1.8rem;
	gap: 12.2rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	transition: all 0.3s;
	position: relative;
}
#index .recruit .linkBox a::after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	background: url(img/common/main_bg.jpg) repeat center top / 5rem;
	pointer-events: none;
}
#index .recruit .linkBox a > * {
	position: relative;
	z-index: 1;
}
#index .recruit .linkBox a span {
	display: block;
}
#index .recruit .linkBox .img {
	width: 26.3rem;
	position: relative;
	aspect-ratio: 263/350;
}
#index .recruit .linkBox .img .txt {
	position: absolute;
	right: -3.8rem;
	top: 0.2rem;
	width: 2rem;
	max-height: 30rem;
	font-size: 1.4rem;
	writing-mode: vertical-rl;
	color: #DF6940;
}
#index .recruit .linkBox .col01 {
	color: #439FD7 !important;
}
#index .recruit .linkBox .col02 {
	color: #EC3305 !important;
}
#index .recruit .linkBox .col03 {
	color: #9FD1F2 !important;
}
#index .recruit .linkBox img {
	border-radius: 0.4rem;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .recruit .linkBox .textBox {
	padding: 2.1rem 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}
#index .recruit .linkBox .textBox .txt {
	margin-bottom: 1.2rem;
	color: #A5ABB8;
}
#index .recruit .linkBox .heading {
	margin-bottom: 1.2rem;
	font-size: 2.8rem;
	font-weight: 700;
}
#index .recruit .linkBox .link {
	margin-top: auto;
	padding-right: 3.6rem;
	width: fit-content;
	font-weight: 700;
	transition: 0.3s;
	background: url(img/common/next_hover.png) no-repeat center right / 3.2rem;
}
#index .workBox {
	background: #fff;
	border-radius: 0.5rem;
	flex-direction: row-reverse;
	overflow: hidden;
}
#index .workBox .headLine01 .en {
	font-size: min(6.23vw,7.2rem);
}
#index .workBox .headLine01 {
	margin-bottom: 2rem;
}
#index .workBox .textBox {
	padding: 4.8rem;
	flex: 1;
	color: #142544;
}
#index .workBox .textBox p {
	margin-bottom: 5rem;
}
#index .workBox .textBox p:last-child {
	margin-bottom: 0
}
#index .workBox .textBox .comLinkP a {
	background-size: 1.6rem;
}
#index .workBox .photoBox {
	width: min(51.8vw,59.8rem);
}
#index .workBox .photoBox img {
	width: 100%;
}
#index .recruit  .comLink {
	margin-top: 12rem;
}
#index .recruit  .comLink a {
	margin: 0 auto;
	color: #142544;
	background-color: #fff;
	background-image: url(img/common/icon08.png);
}
#index .flexBox02 {
	padding-top: 11.3rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
#index .flexBox02 .headLine01 .en {
	font-size: min(6.23vw,7.2rem);
}
#index .flexBox02 .headLine01 {
	margin-bottom: 2rem;
}
#index .flexBox02 .ttlBox {
	width: 28.3rem;
	flex-shrink: 0;
}
#index .flexBox02 .widBox {
	width: 90.3rem;
	flex: 1;
}
#index .flexBox02 .comBox .ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#index .journal {
	margin: 0 0 12.5rem calc((100% - 119.6rem) / 2);
	overflow: hidden;
}
#index .journal .slideBox {
	flex: 1;
	overflow: hidden;
}
#index .flexBox02 .slideUl li {
	display: block !important;
	flex-shrink: 0;
}
#index .flexBox02 .slideUl .slick-slide > div {
	margin-right: 2rem;
	width: 38.7rem !important;
}
#index .slideBox .arrowList {
	margin: 4.9rem calc((100vw - 119.6rem) / 2) 0 0;
	display: flex;
	justify-content: flex-end;
	gap: 1.2rem;
}
#index .slideBox .arrowList li {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 100%;
	overflow: hidden;
	background: url(img/common/icon13.png) no-repeat center center / 100%;
	cursor: pointer;
}
#index .slideBox .arrowList .slick-disabled {
	background-image: url(img/common/icon11.png);
}
#index .slideBox .arrowList .slick-disabled img {
	opacity: 0;
}
#index .slideBox .arrowList img {
	transition: 0.3s;
}
#index .slideBox .arrowList li.prev {
	transform: rotate(180deg);
}
@media all and (min-width: 897px) {
	#index .mainVisual {
		background: #222530;
	}
	#index .mainVisual .mainImg img {
		height: 100%;
		object-fit: contain;
		max-height: 100vh;
	}
	#index .mainVisual .videoBox video {
		object-fit: contain;
	}
	#index .comLink a {
		padding: 0 2.4rem;
		width: 28.1rem;
		min-height: 6.4rem;
		font-size: 1.6rem;
		background-position: right 1.6rem center;
	}
	#index .shopBox .headLine01 {
		margin-right: -7rem;
	}
	#index .shopBox .mapBox {
		width: min(63.951vw,79.3rem);
		position: relative;
	}
	#index .shopBox .inner01 {
		width: min(46.77vw,58rem);
	}
	#index .shopBox .mapBox .posNum {
		display: block;
		position: absolute;
		right: 85.8%;
		bottom: 8%;
		font-weight: 700;
		font-size: min(1.45vw,1.8rem);
		line-height: 1.5;
	}
	#index .shopBox .mapBox .posNum span {
		margin-right: 0.3rem;
		font-size: min(2.58vw,3.2rem);
		letter-spacing: -0.01em;
		line-height: 1;
		color: #439FD7;
		font-family: "Fjalla One", sans-serif;
		font-weight: 400;
		display: inline-block;
	}
	#index .shopBox .mapBox .num02 {
		right: 75.5%;
		bottom: -1%;
	}
	#index .shopBox .mapBox .num03 {
		left: 20.7%;
		bottom: 27%;
		right: auto;
	}
	#index .shopBox .mapBox .num04 {
		left: 35.6%;
		bottom: 34%;
		right: auto;
	}
	#index .shopBox .mapBox .num05 {
		left: 52%;
		top: 7%;
		bottom: auto;
		right: auto;
	}
	#index .shopBox .mapBox .num06 {
		left: auto;
		bottom: auto;
		right: 18.6%;
		top: 30%;
	}
	#index .shopBox .mapBox .num07 {
		left: 65.1%;
		bottom: 29%;
		right: auto;
	}
	#index .shopBox .mapBox .num08 {
		bottom: 12%;
		right: 8.6%;
	}
}
@media (min-width: 897px) and (max-width: 1260px) {
	#index .journal {
		margin-left: 2rem;
	}
}
@media (min-width: 897px) and (max-width: 1240px) {
	#index .slideBox .arrowList {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual {
		margin-bottom: 6rem;
	}
	#index .content {
		padding: 0 2rem;
	}
	#index .headLine01 .en {
		margin-bottom: -0.2rem;
		font-size: 4.8rem;
	}
	#index .about {
		padding: 6rem 0;
	}
	#index .heading01 {
		margin-bottom: 1.7rem;
		font-size: 2.2rem;
	}
	#index .flexBox {
		display: block;
	}
	#index .flexBox .inner01 {
		margin:  0 0 6.3rem;
		width: auto;
		font-size: 1.6rem;
	}
	#index .headLine01 {
		margin-bottom: 3.9rem;
	}
	#index .comLink a {
		padding-left: 2rem;
		justify-content: flex-start;
	}
	#index .comLink {
		margin-top: 3.3rem;
	}
	#index .textList {
		margin: 0 2rem;
	}
	#index .textList li {
		width: 100%;
		min-height: 12rem;
	}
	#index .textList li + li {
		margin-top: 3.2rem;
	}
	#index .textList small {
		font-size: 1.5rem;
	}
	#index .shopBox {
		padding: 6rem 0;
	}
	#index .shopBox .headLine01 {
		margin-bottom: 4.9rem;
	}
	#index .shopBox .inner01 .txt {
		font-size: 6rem;
	}
	#index .shopBox .inner01 .txt .en {
		margin: 0 2.3rem 0 0.4rem;
		font-size: 2.4rem;
	}
	#index .shopBox .inner01 .txt .mar {
		margin-top: 0;
	}
	#index .shopBox .inner01 .tips {
		margin-top: 0.7rem;
		font-size: 1rem;
	}
	#index .shopBox .inner01 .mapBox {
		margin: 4rem -2rem;
		position: relative;
	}
	#index .shopBox .inner01 .numUl {
		width: 37.333vw;
		left: 5%;
		top: 0%;
		position: absolute;
		font-weight: 700;
		display: flex;
		flex-wrap: wrap;
		gap: 3.733vw 5.333vw;
	}
	#index .shopBox .inner01 .numUl li {
		width: 16vw;
	}
	#index .shopBox .inner01 .numUl .ttl {
		padding: 0.933vw 2.133vw 1.333vw 2.133vw;
		margin-bottom: 1.6vw;
		width: fit-content;
		display: block;
		font-size: 3.467vw;
		font-weight: 700;
		line-height: 1.2;
		border-radius: 0.8vw;
		color: #fff;
		background: #142544;
	}
	#index .shopBox .inner01 .numUl .txt {
		display: block;
		font-size: 3.733vw;
		line-height: 1.5;
		color: #142544;
		text-align: justify;
		font-weight: 700;
		font-family: "Zen Kaku Gothic New", sans-serif;
	}
	#index .shopBox .inner01 .numUl02 {
		left: auto;
		top: auto;
		right: 5.333vw;
		bottom: -1px;
	}
	#index .shopBox .inner01 .numUl .num {
		margin-right: 0.8vw;
		letter-spacing: -0.02em;
		font-size: 7.467vw;
		line-height: 1;
		color: #439FD7;
		font-weight: 400;
		font-family: "Fjalla One", sans-serif;
	}
	#index .shopBox .inner01 {
		margin-bottom: 0;
	}
	#index .recruit {
		margin-bottom: 6rem;
		padding: 6rem 0;
		font-size: 1.5rem;
	}
	#index .recruit .headLine01 {
		margin-bottom: 3rem;
	}
	#index .recruit .headLine01 .en {
		font-size: 6rem;
	}
	#index .recruit .linkBox {
		margin: 4.4rem 0 1.3rem;
	}
	#index .recruit .linkBox li {
		padding: 0;
	}
	#index .recruit .linkBox a {
		padding: 4.7rem 0 4.8rem;
		display: block;
	}
	#index .recruit .linkBox .img {
		margin: 0 2.8rem 0 3rem;
		width: auto;
		aspect-ratio: 277/369;
	}
	#index .recruit .linkBox .img .txt {
		right: -2.7rem;
		font-size: 1.2rem;
	}
	#index .recruit .linkBox .heading {
		margin-bottom: 0.9rem;
		font-size: 2.2rem;
	}
	#index .recruit .linkBox .textBox .txt {
		margin-bottom: 3.2rem;
		font-size: 1.5rem;
	}
	#index .recruit .linkBox .link {
		padding-right: 3.8rem;
		font-size: 1.6rem;
		background-size: 4rem;
	}
	#index .recruit .linkBox .textBox {
		padding: 3.1rem 0 0;
		display: block;
	}
	#index .workBox {
		display: block;
	}
	#index .workBox .photoBox {
		width: 100%;
	}
	#index .workBox .headLine01 .en {
		font-size: 4rem;
	}
	#index .workBox .textBox {
		padding: 2.4rem;
	}
	#index .workBox .headLine01 {
		margin-bottom: 0.9rem;
	}
	#index .workBox .textBox p {
		margin-bottom: 2.4rem;
	}
	#index .recruit .comLink {
		margin-top: 3.2rem;
	}
	#index .workBox .textBox .comLinkP a {
		background-size: 2rem;
	}
	#index .flexBox02 .ttlBox {
		width: auto;
	}
	#index .flexBox02 {
		padding: 6rem 0 7rem;
		display: block;
	}
	#index .journal {
		margin: 0;
		padding: 6rem 2rem 7rem;
	}
	#index .journal .headLine01 {
		display: flex;
		gap: 1rem;
	}
	#index .flexBox02 .headLine01 .en {
		font-size: 4rem;
	}
	#index .journal .slideBox {
		margin-right: -2rem;
	}
	#index .flexBox02 .ttlBox {
		margin-bottom: 3.7rem;
	}
	#index .flexBox02 .slideUl .slick-slide > div {
		width: 28rem !important;
	}
	#index .flexBox02 .comBox .ttl,
	#index .flexBox02 .comBox .time {
		margin:  0 1.2rem;
	}
	#index .flexBox02 .comBox .ttl {
		margin-bottom: 1.5rem;
	}
	#index .slideBox .arrowList {
		display: none;
	}
	#index .flexBox02 .widBox {
		width: auto;
	}
	#index .comNewsList dd {
		padding-top: 0.6rem;
		font-size: 1.3rem;
	}
	#index .comNewsList a {
		background-size: 2rem;
	}
	#index  .updates {
		padding-bottom: 0;
	}
}
/* comEntryBox */
.comEntryBox {
	margin: 12rem 0 -12rem;
	color: #fff;
	background: #DF6940;
}
.comEntryBox.blueBg {
	background: #439FD7;
}
.comEntryBox .flex {
	min-height: 37.8rem;
	gap: 3.6rem;
	align-items: center;
}
.comEntryBox .txtBox {
	flex: 1;
}
.comEntryBox .headLine01 {
	margin-bottom: 1.8rem !important;
}
.comEntryBox .headLine01 .en {
	font-size: 7.2rem !important;
	text-transform:none;
}
.comEntryBox .entryBtn {
	margin: 0 1.7rem !important;
	width: min(51.71vw,57.4rem) !important;
}
.comEntryBox .entryBtn a {
	padding: 1rem 7.2rem 1rem 4rem !important;
	width: 100% !important;
	min-height: 14.4rem !important;
	justify-content: center;
	font-size: 2rem !important;
	background-position: right 4rem center !important;
}
@media all and (max-width: 896px) {
	.comEntryBox {
		margin: 6rem 0 -6rem;
		font-size: 1.8rem;
	}
	.comEntryBox .flex {
		padding: 4rem 2rem !important;
		display: block;
		min-height: inherit;
	}
	.comEntryBox .headLine01 {
		margin-bottom: 1.6rem !important;
	}
	.comEntryBox .headLine01 .en {
		font-size: 6rem !important;
	}
	.comEntryBox .entryBtn {
		margin: 2.1rem auto 0 !important;
		width: 100% !important;
	}
	.comEntryBox .entryBtn a {
		padding-left: 2rem !important;
		min-height: 6rem !important;
		font-size: 1.6rem !important;
		background-position: right 1.6rem center !important;
		justify-content: flex-start;
	}
}

/* comSubmit */
.comSubmit {
	display: flex;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
}
.comSubmit li {
	width: 28.1rem;
}
.comSubmit input {
	font-size: 1.6rem;
	width: 100%;
	height: 5.8rem;
	font-weight: 700;
	border-radius: 0.5rem;
	background: #142544;
	color: #fff;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
}
@media all and (min-width: 1025px) {
	.comSubmit input:hover {
		background: #2E4267;
	}
}
/* comBox */
.comBox  li {
	width: calc((100% - 4rem) / 3);
}
.comBox  a,
.comBox  span {
	display: block;
}
.comBox  .img {
	margin-bottom: 1.9rem;
	aspect-ratio: 1.91/1;
	overflow: hidden;
	border-radius: 0.5rem;
}
.comBox  .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s cubic-bezier(.4,0,.2,1);
}
.comBox  .new {
	margin-left: 1.2rem;
	display: inline;
	color: #DF6940;
}
.comBox  .ttl {
	margin: 0 1.2rem 1.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.comBox  .time {
	margin: 0 1.2rem;
	color: #7D8699;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "Fjalla One", sans-serif;
}
@media all and (min-width: 1025px) {
	.comBox  a:hover img {
		transform: scale(1.0125);
	}
}
@media all and (max-width: 896px) {
	.comBox  {
		display: block;
	}
	.comBox  li {
		width: 100%;
	}
	.comBox  li + li {
		margin-top: 4.2rem;
	}
	.comBox  .img {
		margin-bottom: 2rem;
	}
	.comBox  .ttl {
		margin: 0 0 1.4rem;
		font-size: 1.5rem;
	}
	.comBox  .time {
		margin: 0;
	}
}
/*------------------------------------------------------------
	journal
------------------------------------------------------------*/
#journal ul.comBox {
	margin-bottom: 7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 7rem 2rem;
}
#journal .detailBox {
	padding: 13.8rem 2rem 0;
	word-break: break-all;
}
#journal .detailBox > * {
	margin-bottom: 2.8rem;
}
#journal .detailBox .image {
	margin-bottom: 5.8rem;
	aspect-ratio: 1.91/1;
	border-radius: 0.5rem;
	overflow: hidden;
}
#journal .detailBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#journal .detailBox .comBox {
	margin-bottom: 18rem;
}
#journal .detailBox .time {
	margin: 0 0 2.3rem;
	font-size: 1.5rem;
}
#journal .detailBox h2 {
	font-size: 2.8rem;
}
#journal .detailBox h3 {
	margin-bottom: 5.3rem;
	padding-bottom: 1.1rem;
	font-size: 2.8rem;
	border-bottom: 1px solid#A5ABB8;
}
#journal .detailBox h4 {
	margin-bottom: 3.1rem;
	font-size: 2rem;
	line-height: 1.5;
}
#journal .detailBox p {
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
}
#journal .detailBox .wp-block-image {
	margin: 5.2rem 0 7.2rem;
	aspect-ratio: 1.91/1;
}
#journal .detailBox p + h3 {
	margin-top: 9.4rem;
}
#journal .detailBox p + h4 {
	margin-top: 5.2rem;
}
#journal .detailBox .comLink02 {
	margin-top: 12rem;
}
@media all and (min-width: 1025px) {
	#journal .detailBox p a:hover {
		text-decoration: underline;
	}
	#signle p {
		word-break: break-all;
	}
	#signle p a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#journal ul.comBox {
		margin-bottom: 4.3rem;
		display: block;
	}
	#journal .detailBox {
		padding: 6.4rem 2rem 0;
	}
	#journal .detailBox .image {
		margin: 0 -2rem 3rem;
		border-radius: 0;
	}
	#journal .detailBox h2 {
		font-size: 2.2rem;
	}
	#journal .detailBox .time {
		margin-bottom: 1rem;
	}
	#journal .detailBox h3 {
		margin-bottom: 3.6rem;
		font-size: 2.2rem;
	}
	#journal .detailBox .comBox {
		margin-bottom: 9.1rem;
	}
	#journal .detailBox h4 {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
	}
	#journal .detailBox p {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
	}
	#journal .detailBox .wp-block-image {
		margin: 3.5rem 0 4.7rem;
	}
	#journal .detailBox p + h4 {
		margin-top: 3.5rem;
	}
	#journal .detailBox p + h3 {
		margin-top: 5.5rem;
	}
	#journal .detailBox .comLink02  {
		margin-top: 5.9rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	recruit/
------------------------------------------------------------*/
#recruit .comLink.orange {
	position: fixed;
	right: 2rem;
	bottom: 0;
	width: 40rem;
}
#recruit .infoList {
	margin-bottom: 12rem;
}
#recruit .infoList li:not(:last-child) {
	margin-bottom: 4rem;
}
#recruit .infoList li .lineA {
	margin-top: 4rem;
}
#recruit .infoList .photo img {
	border-radius: 4px;
	width: 100%;
}
#recruit .infoList span {
	display: block;
}
#recruit .infoList .head01 {
	margin-bottom: 0.6rem;
	color: #DF6940;
	font-family: "Fjalla One", sans-serif;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: -0.096rem;
}
#recruit .infoList .head01.color01 {
	color: #439FD7;
}
#recruit .infoList .head01.color02 {
	color: #EC3305;
}
#recruit .infoList .head01.color03 {
	color: #9FD1F2;
}
#recruit .infoList .head01 small {
	margin-bottom: -0.7rem;
	display: block;
	font-size: 1.4rem;
	letter-spacing: -0.028rem;
}
#recruit .infoList .head02 {
	margin-bottom: 1.1rem;
	font-feature-settings: 'liga' off;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.62;
	transition: 0.3s;
}
#recruit .infoList .text {
	margin-bottom: 5.8rem;
	transition: 0.3s;
}
#recruit .development {
	padding: 12rem 0 10.6rem;
}
#recruit .development .headLine {
	margin-bottom: 8rem;
	font-size: 3.6rem;
	font-weight: 700;
}
#recruit .development .headLine02 {
	margin-bottom: 3.1rem;
}
#recruit .development .text01 {
	margin-bottom: 12.3rem;
}
#recruit .development .slideBox img {
	width: 100%;
}
#recruit .development .subBox {
	margin-bottom: 4.9rem;
	padding: 3.6rem;
	border-radius: 0.5rem;
	background: #FFF;
}
#recruit .development .subBox:last-child {
	margin-bottom: 0;
}
#recruit .development .title {
	margin-bottom: 2.3rem;
	font-size: 2.8rem;
}
#recruit .development .title small {
	margin-top: 0.3rem;
	display: block;
	font-size: 2rem;
}
#recruit .development .text {
	font-size: 1.6rem;
	line-height: 1.62;
}
#recruit .comLinkP .txt {
	width: fit-content;
}
@media all and (min-width: 897px) {
	#recruit .infoList .linkArea {
		padding: 4rem;
		display: flex;
		align-items: center;
		gap: 2rem;
		border-radius: 0.5rem;
	}
	#recruit .infoList li:nth-child(2n) .linkArea {
		flex-direction: row-reverse;
	}
	#recruit .infoList .photo {
		width: 38.7rem;
	}
	#recruit .infoList .textBox {
		padding: 0 4rem;
		flex: 1;
	}
	#recruit .comLinkP .txt {
		background-size: 1.6rem;
		width: fit-content;
	}
	#recruit .development .imgBox {
		display: flex;
		align-items: flex-start;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#recruit .development .slideBox {
        margin-top: -21rem;
        width: 78rem;
        position: sticky;
        top: 0;
        left: calc(50% - 18rem);
        height: 100vh;
        display: flex;
        align-items: center;
        margin-bottom: calc((50vh - 15rem)/-1);
    }
    #recruit .development .slideBox .photo {
        position: absolute;
        width: 100%;
        opacity: 0;
        transform: scale(.9);
        transition: transform .8s cubic-bezier(.16,1,.3,1);
    }
    #recruit .development .slideBox .photo.show {
        opacity: 1;
        transform: scale(1);
    }
	#recruit .development .textBox {
		position: relative;
		margin: 18.6rem -19rem 0 0;
		width: 49.2%;
		z-index: 2;
	}
}
@media (min-width: 897px) and (max-width: 1239px) {
	#recruit .development .slideBox {
        margin-top: -16.935vw;
        width: 62.903vw;
        left: calc(50% - 14.516vw);
      	margin-bottom: calc((50vh - 14.032vw)/-1);
    }
	#recruit .development .textBox {
		margin: 15vw -15.323vw 0 0;
	}
	#recruit .development .textBox .text{
		font-size: 1.29vw;
	}
	#recruit .development .textBox .title {
		font-size: 2.25vw;
	}
	#recruit .development .textBox .title small {
		font-size: 1.61vw;
	}

}
@media all and (max-width: 896px) {
	#recruit .infoList {
		margin-bottom: 6rem;
	}
	#recruit .infoList li:first-child {
		padding-top: 4rem;
		border-top: 0.1rem solid #142544;
	}
	#recruit .infoList .photo {
		margin: 0 auto 3rem;
		width: 83%;
		display: block;
	}
	#recruit .infoList .head01 {
		margin-bottom: 0.3rem;
		font-size: 4rem;
	}
	#recruit .infoList .head01 small {
		font-size: 1.2rem;
	}
	#recruit .infoList .head02 {
		margin-bottom: 0.8rem;
		font-size: 2.2rem;
	}
	#recruit .infoList .text {
		margin-bottom: 3.2rem;
	}	
	#recruit .development {
		padding: 6rem 0 0;
	}
	#recruit .development .headLine {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#recruit .development .headLine02 {
		margin-bottom: 2.5rem;
	}
	#recruit .development .text01 {
		margin-bottom: 5.3rem;
		font-size: 1.8rem;
	}
	#recruit .development .slideBox {
		margin: 0 -2rem 5.2rem;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	#recruit .development .slideBox .photo {
		width: 85.86%;
		flex-shrink: 0;
	}
	#recruit .development .subBox {
		margin-bottom: 2rem;
		padding: 2.4rem 2.4rem 2.3rem;
	}
	#recruit .development .title {
		margin-bottom: 2.1rem;
		font-size: 2.2rem;
	}
	#recruit .development .title small {
		margin-top: 0.4rem;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#recruit .development .text {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}
/* comHowWork */
#main .comHowWork .photo img {
	width: 100%;
	border-radius: 0.5rem;
}
#main .comHowWork .headLine01 {
	margin-bottom: 3.3rem;
}
#main .comHowWork .headLine01 .en {
	font-size: min(6.23vw,7.2rem);
	text-transform: none;
}
#main .comHowWork .text {
	margin-bottom: 3.7rem;
}
@media all and (min-width: 897px) {
	#main .comHowWork {
		padding: 12rem 2rem;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#main .comHowWork .photo {
		width: 50%;
	}
	#main .comHowWork .textBox {
		width: calc(50% - 6rem);
	}
}
@media all and (max-width: 896px) {
	#main .comHowWork {
		padding: 6rem 0;
	}
	#main .comHowWork .photo {
		margin-bottom: 3.3rem;
	}
	#main .comHowWork .headLine01 {
		margin-bottom: 1.7rem;
	}
	#main .comHowWork .headLine01 .en {
		font-size: 4rem;
		text-transform: none;
	}
	#main .comHowWork .text {
		margin-bottom: 3.3rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	recruit/interview
------------------------------------------------------------*/
#interview .pageTitle {
	padding: 12rem 0 12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#interview .content {
	overflow: hidden;
}
#interview .pageTitle .photoBox {
	width: calc(100% - 30.5rem);
}
#interview .pageTitle .textBox {
	margin-right: -27.5rem;
	width: 58rem;
	position: relative;
	z-index: 2;
}
#interview .pageTitle .head01 {
	margin-bottom: 1.3rem;
	color: #DF6940;
	font-family: "Fjalla One", sans-serif;
	font-size: min(7.74vw,9.6rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
}
#interview .pageTitle .head01.color01 {
	color: #439FD7;
}
#interview .pageTitle .head01.color02 {
	color: #EC3305;
}
#interview .pageTitle .head01.color03 {
	color: #9FD1F2;
}
#interview .pageTitle .head01 small {
	margin-bottom: 1.3rem;
	display: block;
	font-size: 2.4rem;
	letter-spacing: -0.048rem;
}
#interview .pageTitle .text {
	font-size: 2.8rem;
	font-weight: 700;
}
#interview .head02 {
	margin-bottom: 12rem;
	font-feature-settings: 'liga' off;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.62;
	text-align: center;
}
#interview .head03 {
	margin-bottom: 3.5rem;
	padding: 0 6rem;
	position: relative;
	color: #439FD7;
	font-size: 2.8rem;
	font-weight: 700;
}
#interview .head03::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	display: flex;
	width: 44px;
	aspect-ratio: 1/1;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	background: #439FD7;
	content: 'Q';
}
#interview .zoomIn + .zoomIn {
	margin-top: 8.1rem;
}
#interview .head04 {
	margin: 0 -1rem 2.3rem 0;
	font-size: 2rem;
	font-weight: 700;
}
#interview p + .head05 {
	margin-top: 8rem;
}
#interview .head05 {
	margin-bottom: 3rem;
	padding-left: 3.2rem;
	font-size: 2rem;
	font-weight: 700;
	color: #555B68;
	position: relative;
}
#interview .head05::before {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: 0.3rem;
	top: 0.6rem;
	border-radius: 100%;
	content: "";
	background: #555B68;
}
#interview .smlCont {
	margin: 0 auto;
	max-width: 79.4rem;
}
#interview .bod .lineA {
	margin-top: 12rem;
}
#interview .smlCont p {
	margin-bottom: 2.6rem;
	font-size: 1.6rem;
	line-height: 1.62;
}
#interview .smlCont .larTxt {
	font-size: 1.8rem;
}
#interview .bigPhoto {
	margin: 8rem 0;
}
#interview .bigPhoto img {
	width: 100%;
}
#interview .schedule {
	margin: 8rem auto;
	width: 57.4rem;
	padding: 4rem 3.9rem 2.5rem;
	border-radius: 12px;
	border: 1px solid #142544;
	background: #FFF;
}
#interview .schedule .schTtl {
	margin-bottom: 1.9rem;
	padding-bottom: 2.1rem;
	text-align: center;
	border-bottom: 0.4rem solid #DF6940;
}
#interview .schedule .schTtl .en {
	display: block;
	text-align: center;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
#interview .schedule .schTtl .jp {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
#interview .timeList li {
	min-height: 3.8rem;
	position: relative;
}
#interview .timeList li::before {
	content: "";
	width: 0.6rem;
	position: absolute;
	left: 2.6rem;
	top: 3.3rem;
	bottom: 1.2rem;
	border-left: 0.2rem dotted #DF6940;
}
#interview .timeList .ttl {
	color: #202531;
	font-weight: 700;
	font-size: 1.6rem;
	display: flex;
	gap: 1.2rem;
}
#interview .timeList .ttl .txt {
	flex: 1;
}
#interview .timeList .time {
	margin-top: 0.2rem;
	width: 5.4rem;
	color: #DF6940;
	text-align: center;
	font-family: Inter;
	font-weight: 800;
	line-height: 1.4;
}
#interview .timeList .text {
	padding: 0.5rem 0 1.3rem 6.6rem;
	display: block;
	font-size: 1.5rem;
	position: relative;
}
#interview .interviewsList {
	gap: 3.2rem;
}
#interview .interviewsList li {
	width: calc((100% - 6.4rem) / 3);
}
#interview .interviewsList .photo {
	width: auto;
	margin: 0 2.4rem 1.9rem;
}
#interview .interviewsList p {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
#interview .comHowWork {
	margin-bottom: 6rem;
	padding: 0;
	border: none;
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}
#interview .comHowWork span {
	display: block;
}
#interview .comHowWork .txt {
	font-size: 1.6rem;
}
#interview  .comHowWork .headLine01 .en {
	font-size: 4.8rem;
}
#interview  .comHowWork {
	position: relative;
}
#interview .comHowWork .button {
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	right: 3.2rem;
	bottom: 3.2rem;
	z-index: 3;
	background: url(img/common/icon14.png) no-repeat center top / 100% 100%;
}
#interview .comHowWork .button img {
	transition: 0.3s;
}
#interview .comHowWork .photo img {
	border-radius: 0 0.5rem 0.5rem 0;
}
#interview .comHowWork .photo {
	width: 39.7rem;
}
#interview .comHowWork .textBox {
	padding: 4.8rem 4.8rem 0;
	width: auto;
	flex: 1;
}
#interview .comHowWork .text {
	margin-bottom: 0;
	font-size: 1.6rem;
}
#interview .comHowWork .headLine01 {
	margin-bottom: 1.9rem;
}
#interview .comHowWork .headLine01 .jp {
	font-weight: 700;
}
#interview .compare {
	margin-bottom: 8rem;
	display: flex;
	justify-content: space-between;
	gap: 7.2rem;
}
#interview .compare li {
	padding: 3.6rem 3.6rem 3.4rem;
	width: calc(50% - 3.6rem);
	border-radius: 0.5rem;
	background: #fff;
	position: relative;
}
#interview .compare li::after {
	content: "";
	width: 1.8rem;
	height: 2.9rem;
	position: absolute;
	right: -4.8rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/icon12.png) no-repeat center top / 100%;
}
#interview .compare li:last-of-type::after {
	display: none;
}
#interview .compare p {
	margin-bottom: 0;
	font-size: 1.5rem;
}
#interview .compare .title {
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-size: 2rem !important;
	line-height: 1.5;
}
#interview .compare .title .tag {
	margin-bottom: 1.2rem;
	padding: 0.4rem 1.2rem;
	width: fit-content;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	border-radius: 0.4rem;
	background: #7D8699;
	color: #fff;
}
#interview .compare .title .tag.bg {
	background-color: #439FD7;
}
@media all and (min-width: 897px) {
	#interview .pageTitle .photoBox img {
		border-radius: 0.5rem;
	}
}
@media all and (max-width: 896px) {
	#interview .pageTitle .head01 small {
		font-size: 2rem;
	}
	#interview .pageTitle .head01 {
		margin-bottom: -1.6rem;
		font-size: 4.8rem;
		position: relative;
		z-index: 3;
	}
	#interview .pageTitle .text {
		font-size: 2.2rem;
		text-align: center;
	}
	#interview .pageTitle .textBox {
		margin: 0 0 1rem;
		width: 100%;
	}
	#interview .pageTitle {
		padding: 9.3rem 0 12.6rem;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#interview .pageTitle .photoBox {
		margin: 0 -2rem 2rem;
		width: auto;
		aspect-ratio: 375/440;
	}
	#interview .pageTitle .photoBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#interview .head02 {
		margin-bottom: 14rem;
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#interview .head03 {
		margin-bottom: 2.3rem;
		padding: 0.1rem 0 0.1rem 8.8rem;
		font-size: 2.2rem;
		display: flex;
		align-items: center;
		min-height: 7.2rem;
	}
	#interview .head03::before {
		width: 7.2rem;
		height: 100%;
		font-size: 4rem;
		font-weight: 400;
		font-family: "Fjalla One", sans-serif;
	}
	#interview .head04 {
		margin: 0 0 1.3rem;
		font-size: 1.8rem;
		line-height: 1.5;
		font-feature-settings: "palt";
	}
	#interview .smlCont p {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#interview .compare p {
		margin-bottom: 0;
	}
	#interview .bigPhoto {
		margin: 6rem -2rem;
		aspect-ratio: 375/200;
	}
	#interview .bigPhoto img {
		height: 100%;
		object-fit: cover;
	}
	#interview .schedule {
		margin: 6rem 2.4rem;
		padding: 3rem 1.6rem;
		width: auto;
	}
	#interview .schedule .schTtl {
		margin-bottom: 2rem;
		padding-bottom: 2.2rem;
	}
	#interview .schedule .schTtl .en {
		font-size: 4rem;
	}
	#interview .schedule .schTtl .jp{
		margin-top: 0.4rem;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#interview .timeList .ttl {
		margin: 0;
		gap: 1.2rem;
		font-size: 1.5rem;
		align-items: flex-start;
	}
	#interview .timeList .time {
		width: 5.4rem;
		font-size: 1.3rem;
		text-align: center;
	}
	#interview .timeList li:before {
		top: 3rem;
	}
	#interview .timeList li {
		min-height: 3.6rem;
	}
	#interview .zoomIn + .zoomIn{
		margin-top: 5.7rem;
	}
	#interview .head05 {
		margin: 0 -1rem 2.2rem 0;
		padding-left: 2.6rem;
		font-size: 1.8rem;
	}
	#interview .head05::before {
		width: 1.5rem;
		height: 1.5rem;
	}
	#interview p + .head05 {
		margin-top: 6rem;
	}
	#interview .compare {
		margin-bottom: 6rem;
		display: block;
	}
	#interview .compare li {
		padding: 2.4rem;
		width: 100%;
	}
	#interview .compare .title {
		margin-bottom: 0.8rem;
		font-size: 1.8rem !important;
	}
	#interview .compare .title .tag {
		margin-bottom: 0.8rem;
		font-size: 1.3rem;
	}
	#interview .compare li + li {
		margin-top: 3.8rem;
	}
	#interview .compare li::after {
		width: 1.55rem;
		top: calc(100% + 0.6rem);
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
	#interview .smlCont .larTxt {
		font-size: 1.5rem;
	}
	#interview .bod .lineA {
		margin-top: 6rem;
	}
	#interview .smlCont {
		max-width: inherit;
	}
	#interview .comInterviews {
		padding: 6rem 0;
	}
	#interview .comInterviews p {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
		text-align: justify;
	}
	#interview .comInterviews .name {
		margin-bottom: 2rem;
	}
	#interview .comHowWork  {
		display: block;
	}
	#interview .comHowWork .photo {
		margin: 0;
		width: 100%;
	}
	#interview .comHowWork .photo img {
		width: 100%;
		border-radius: 0;
	}
	#interview .comHowWork .textBox {
		padding: 2.4rem 2.4rem 8.4rem;
	}
	#interview .comHowWork .button {
		right: 2.8rem;
		bottom: 2.4rem;
	}
	#interview .comHowWork .headLine01 {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#interview .comHowWork .text {
		font-size: 1.6rem;
		text-align: left;
	}
	#interview .comHowWork {
		margin-bottom: 3.2rem;
	}
}



/*------------------------------------------------------------
	recruit/work_environment/index.html
------------------------------------------------------------*/
#work_environment p {
	font-size: 1.6rem;
}
#work_environment .comLinkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#work_environment .comLinkUl li {
	width: calc((100% - (2rem * 3)) / 4);
}
#work_environment .comLinkUl a {
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 1.6rem;
	font-weight: 700;
	padding-right: 1.9rem;
	background: url(img/common/icon01.png) no-repeat right min(1.67vw, 2.4rem) center #fff;
	background-size: 1.4rem auto;
}
#work_environment .comLinkUl .disabled {
	pointer-events: none;
	color: #C7CED9;
	background: #F5F7FA;
}
#work_environment .worksBox {
	max-width: 79.4rem;
	margin: 0 auto;
}
#work_environment .sec01 {
	padding: 12rem 0 0;
}
#work_environment .worksBox .bigPhoto {
	margin-bottom: 4.8rem;
}
#work_environment .sec01 .lineA {
	margin-top: 12rem;
}
#work_environment .trainingList {
	margin-bottom: 6rem;
}
#work_environment .trainingList li {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#work_environment .trainingList li:last-child {
	margin-bottom: 0;
}
#work_environment .trainingList .photo {
	margin-right: 3.2rem;
	width: 10.8rem;
}
#work_environment .trainingList .textBox {
	flex: 1;
}
#work_environment .trainingList .textBox .ttl {
	margin-bottom: 0.8rem;
	color: #DF6940;
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%; 
}
#work_environment .systemList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}
#work_environment .systemList li {
	width: calc((100% - 6.5rem) / 3);
}
#work_environment .systemList .photo {
	width: 16rem;
	margin: 0 auto 2.1rem;
}
#work_environment .systemList .ttl {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
}
#work_environment .benefitsList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#work_environment .benefitsList li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc((100% - 1.2rem) / 2);
}
#work_environment .benefitsList .photo {
	width: 10.8rem;
	margin-right: 1.6rem;
}
#work_environment .benefitsList .textBox {
	flex: 1;
}
#work_environment .benefitsList .textBox p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%; 
}
#work_environment .benefitsList .textBox p small {
	margin-top: 0.2rem;
	display: block;
	color: #7D8699;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 160%; 
}
#work_environment .infoUl {
	margin-bottom: 6.1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#work_environment .infoUl li {
	min-height: 28rem;
	width: calc((100% - 1.2rem) / 2);
	border-radius: 5px;
	border: 1px solid currentColor;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#work_environment .infoUl .ttl {
	color: #DF6940;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	line-height: 150%; 
	min-height: 5.7rem;
}
#work_environment .infoUl .ttl small {
	margin-bottom: -0.3rem;
	display: block;
	font-size: 1.6rem;
}
#work_environment .infoUl .date {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 1.3rem;
}
#work_environment .infoUl .date .num {
	color: #FFF;
	vertical-align: -0.3rem;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #DF6940;
	font-size: 8.4rem;
	font-weight: 400;
	line-height: 100%; 
	text-transform: uppercase;
}
#work_environment .diversityList {
	margin-bottom: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#work_environment .diversityList li {
	padding: 3.3rem 2rem;
	min-height: 28rem;
	width: calc((100% - 1.2rem) / 2);
	border-radius: 5px;
	border: 1px solid currentColor;
	background-color: #fff;
	text-align: center;
}
#work_environment .diversityList .ttl {
	margin-bottom: 1rem;
	color: #439FD7;
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%; 
}
#work_environment .diversityList .photo {
	padding-left: 1.7rem;
	width: 25.6rem;
	box-sizing: content-box;
	margin: 0 auto;
	position: relative;
}
#work_environment .diversityList .photo .txt01 {
	position: absolute;
	bottom: 1.8rem;
	width: 10rem;
	text-align: center;
	left: 1.7rem;
	font-size: 1.5789rem;
	font-weight: 600;
}
#work_environment .diversityList .photo .txt01 .en {
	color: #FFF;
	-webkit-text-stroke-width: 0.12rem;
	-webkit-text-stroke-color: #439FD7;
	font-size: 3.1579rem;
	font-weight: 400;
	line-height: 120%; 
	text-transform: uppercase;
}
#work_environment .diversityList .photo .txt02 {
	position: absolute;
	top: 3rem;
	width: 12rem;
	text-align: center;
	right: 0;
	font-size: 1.9895rem;
	font-weight: 600;
}
#work_environment .diversityList .photo .txt02 .en {
	color: #FFF;
	-webkit-text-stroke-width: 0.12rem;
	-webkit-text-stroke-color: #439FD7;
	font-size: 3.9789rem;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: 0.0398rem;
	text-transform: uppercase;
}
#work_environment .diversityList .date {
	font-size: min(6.23vw,7.2rem);
	font-weight: 600;
	line-height: 1;
}
#work_environment .diversityList .date .en {
	color: #FFF;
	text-align: right;
	font-feature-settings: 'liga' off;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #439FD7;
	font-size: 14.4rem;
	font-weight: 400;
	line-height: 1.1;
	margin-right: 0.3rem;
	vertical-align: -0.3rem;
	letter-spacing: -0.432rem;
	text-transform: uppercase;
}
#work_environment .diversityList .txtSpan {
	margin-top: -0.6rem;
	display: block;
	color: #7D8699;
	font-size: 1.2rem;
	font-weight: 400;
}
#work_environment .infoUl02 li {
	display: block;
	padding: 3.9rem 1rem 2rem;
	min-height: 24rem;
	width: calc((100% - 2.5rem) / 3);
}
#work_environment .infoUl02 li .txt {
	padding-top: 0.7rem;
	color: #7D8699;
	font-size: 1.2rem;
	font-weight: 400;
}
#work_environment .infoUl02 .date {
	margin-bottom: 0.5rem;
	padding-top: 0.9rem;
}
#work_environment .infoUl02 .date .num {
	font-size: 8rem;
	vertical-align: 0;
}
#work_environment .voiceTtl {
	min-width: 36.9rem;
	padding: 0.65rem 1rem 0.7rem;
	width: fit-content;
	margin: 0 auto 3.2rem;
	border-radius: 50px;
	background: #439FD7;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 150%;
}
#work_environment .voiceList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#work_environment .voiceList li {
	min-height: 28rem;
	width: calc((100% - 2.5rem) / 3);
	border-radius: 5px;
	border: 1px solid currentColor;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
#work_environment .voiceList .ttl {
	margin-bottom: 1.8rem;
	font-size: 3.2rem;
	font-weight: 700;
}
#work_environment .voiceList .ttl .en {
	margin: 0 1.0rem;
	vertical-align: -0.4rem;
	color: #FFF;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #439FD7;
	font-size: 6rem;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: -0.42rem;
	text-transform: uppercase;
}
#work_environment .voiceList .txt {
	color: #439FD7;
	font-size: 2.8rem;
	font-weight: 700;
}
@media all and (min-width: 897px) {
	#work_environment .comLink {
		padding: 0 2rem;
		max-width: 79.4rem;
		box-sizing: content-box;
	}
}
@media all and (min-width: 1025px) {
	#work_environment .comLinkUl a:hover {
		background-color: #C7CED9;
	}
}

@media all and (max-width: 896px) {
	#work_environment .comLink {
		padding: 0 2rem;
		width: auto;
	}
	#work_environment .comRecruitLink {
		padding: 0;
	}
	#work_environment .comPageTitle {
		height: 32.5rem;
		margin-bottom: 0.1rem;
		padding-top: 5.0rem;
	}
	#work_environment .headLine01:not(.small) {
		font-size: 1.6rem;
	}
	#work_environment .worksBox {
		max-width: inherit;
	}
	#work_environment .comLinkUl {
		flex-direction: column;
		gap: 1.2rem;
	}
	#work_environment .comLinkUl li {
		width: auto;
	}
	#work_environment .comLinkUl a {
		min-height: 5.8rem;
		background-size: 1.5rem auto;
		background-position: right 2.4rem center;
	}
	#work_environment .sec01 {
		padding: 8rem 0 0;
	}
	#work_environment .worksBox .bigPhoto {
		margin: 0 -2rem 3.3rem;
	}
	#work_environment .worksBox .bigPhoto img {
		width: 100%;
	}
	#work_environment p {
		font-size: 1.5rem;
	}
	#work_environment .headLine01.small:has(.en2) {
		margin-bottom: 5.5rem;
	}
	#work_environment .headLine01.small .en2 {
		margin-bottom: 1.1rem;
	}
	#work_environment .trainingList li {
		margin-bottom: 3.2rem;
		align-items: flex-start;
	}
	#work_environment .trainingList li:last-child {
		margin-bottom: 0;
	}
	#work_environment .trainingList .photo {
		width: 6.4rem;
		margin-right: 2rem;
	}
	#work_environment .trainingList .textBox .ttl {
		font-size: 1.8rem;
	}
	#work_environment .systemList {
		display: block;
	}
	#work_environment .systemList li {
		margin-bottom: 3.2rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#work_environment .systemList li:last-child {
		margin-bottom: 0;
	}
	#work_environment .systemList .photo {
		width: 10rem;
		margin: 0 2rem 0 0;
	}
	#work_environment .systemList .txtBox {
		flex: 1;
	}
	#work_environment .systemList .ttl {
		text-align: left;
		font-size: 1.8rem;
		margin-bottom: 0.85rem;
	}
	#work_environment .benefitsList {
		flex-direction: column;
		gap: 0;
	}
	#work_environment .benefitsList li {
		width: 100%;
	}
	#work_environment .benefitsList .photo {
		width: 6.4rem;
		margin-right: 1.2rem;
	}
	#work_environment .benefitsList .textBox p {
		font-size: 1.8rem;
	}
	#work_environment .benefitsList .textBox p small {
		font-size: 1.3rem;
		margin-top: 0.5rem;
	}
	#work_environment .hTtl {
		margin-bottom: 5.7rem;
	}
	#work_environment .infoUl {
		gap: 0.8rem;
	}
	#work_environment .infoUl li {
		min-height: 20rem;
		width: calc((100% - 0.8rem) / 2);
	}
	#work_environment .infoUl p {
		font-size: 1.3rem;
	}
	#work_environment .infoUl .ttl {
		margin-bottom: 0.6rem;
		font-size: 1.8rem;
		min-height: inherit;
	}
	#work_environment .infoUl .ttl small {
		margin-bottom: -0.6rem;
		font-size: 1.4rem;
	}
	#work_environment .infoUl .date {
		font-size: 2.2rem;
	}
	#work_environment .infoUl .date .num {
		font-size: 5.6rem;
	}
	#work_environment .diversityList {
		flex-direction: column;
	}
	#work_environment .diversityList li {
		width: 100%;
		min-height: 20rem;
		padding: 2.1rem 2rem 1rem;
	}
	#work_environment .diversityList .ttl {
		margin-bottom: 0.3rem;
		font-size: 1.6rem;
	}
	#work_environment .diversityList .photo {
		width: 22rem;
		padding-left: 1rem;
		box-sizing: content-box;
	}
	#work_environment .diversityList .photo .txt01 {
		font-size: 1.2446rem;
		width: 10.7rem;
		bottom: 1.9rem;
		left: 0;
	}
	#work_environment .diversityList .photo .txt01 .en {
		-webkit-text-stroke-width: 0.095rem;
		font-size: 2.4891rem;
		font-weight: 400;
		margin-right: 0.1rem;
	}
	#work_environment .diversityList .photo .txt02 {
		font-size: 1.5682rem;
		width: 10rem;
		top: 2.6rem;
	}
	#work_environment .diversityList .photo .txt02 .en {
		-webkit-text-stroke-width: 0.095rem;
		font-size: 3.1363rem;
		font-weight: 400;
		letter-spacing: 0.0314rem;
	}
	#work_environment .diversityList .date {
		font-size: 5.2331rem;
	}
	#work_environment .diversityList .date .en {
		-webkit-text-stroke-width: 0.131rem;
		font-size: 10.4662rem;
		letter-spacing: -0.314rem;
	}
	#work_environment .diversityList .txtSpan {
		margin-top: 0;
	}
	#work_environment .infoUl02 {
		margin-top: 4.7rem;
		margin-bottom: 5.9rem;
	}
	#work_environment .infoUl02 li {
		min-height: inherit;
		padding: 1.9rem 1rem;
	}
	#work_environment .infoUl02 .date .num {
		margin: 0 0.3rem;
		vertical-align: -0.2rem;
	}
	#work_environment .infoUl02 .ttl {
		margin-bottom: 0;
	}
	#work_environment .infoUl02 .date {
		margin-bottom: 0.7rem;
	}
	#work_environment .infoUl02 li .txt {
		padding-top: 0;
	}
	#work_environment .infoUl02 li:last-child {
		width: 100%;
	}
	#work_environment .voiceTtl {
		margin-bottom: 1.7rem;
		padding: 0.45rem 1rem 0.6rem;
		min-width: 31.5rem;
		font-size: 1.8rem;
	}
	#work_environment .voiceList {
		gap: 0.8rem 0;
	}
	#work_environment .voiceList li {
		padding: 1rem 0.7rem;
		width: 100%;
		min-height: 11.6rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	#work_environment .voiceList .ttl {
		width: 12rem;
		text-align: center;
		font-size: 2.8rem;
		margin: 0 0.4rem 0 0;
	}
	#work_environment .voiceList .ttl .en {
		margin: 0 0.9rem 0 0.6rem;
		font-size: 4.8rem;
		vertical-align: -0.2rem;
	}
	#work_environment .voiceList .txt {
		flex: 1;
		font-size: 2.4rem;
		text-align: left;
		line-height: 1.4;
	}
}

/*------------------------------------------------------------
	sirs-company/
------------------------------------------------------------*/
#sirs-company .companyDl {
	margin-bottom: 14.5rem;
	align-items: stretch;
	border-top: 1px solid #C7CED9;
	line-height: 1.6; 
}
#sirs-company .companyDl dt {
	padding: 1.8rem 0 2rem;
	width: 18.4rem;
	color: #555B68;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 1px solid #C7CED9;
}
#sirs-company .companyDl dd {
	padding: 2rem 0 2rem 2rem;
	width: calc(100% - 18.4rem);
	font-size: 1.6rem;
	border-bottom: 1px solid #C7CED9;
}
#sirs-company .companyDl dd p {
	margin-bottom: 2.7rem;
}
#sirs-company .companyDl dd p:last-child {
	margin-bottom: 0;
}
#sirs-company .sec01 {
	margin-bottom: 12rem;
}
#sirs-company .sec01:last-child {
	margin-bottom: 0;
}
#sirs-company .philosophy {
	margin-bottom: 2rem;
	border-radius: 12px;
	background: #FFF;
	min-height: 32rem;
	padding: 5rem 4.8rem 2rem;
}
#sirs-company .philosophy:last-child {
	margin-bottom: 0;
}
#sirs-company .philosophy h4 {
	color: #7D8699;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 4.5rem;
}
#sirs-company .philosophy h4 .en {
	margin-bottom: 0.2rem;
	display: block;
	color: #142544;
	font-size: 4.8rem;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: -0.096rem;
}
#sirs-company .philosophy p {
	min-height: 7.6rem;
	display: flex;
	align-items: flex-end;
	font-size: 1.6rem;
}
#sirs-company .h4Ttl {
	padding-top: 0.5rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 700;
}
#sirs-company .list {
	margin-bottom: 3.3rem;
	margin-left: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#sirs-company .list:last-child {
	margin-bottom: 0;
}
#sirs-company .list > li {
	width: calc((100% - 2rem) / 2);
}
#sirs-company .list .subUl li {
	font-size: 1.6rem;
	padding-left: 2.2rem;
	line-height: 1.62;
	position: relative;
}
#sirs-company .list .subUl li::before {
	width: 1.2rem;  
	height: 1.2rem;
	background-color: #142544;
	position: absolute;  
	top: 0.65rem;
	left: 0;
	border-radius: 100%;
	content: ""; 
}
#sirs-company .list02 {
	padding-right: 3.8rem;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {

	#sirs-company .companyDl {
		margin-bottom: 5.9rem;
		display: block;
	}
	#sirs-company .companyDl dt {
		width: auto;
		font-size: 1.5rem;
		padding-bottom: 1rem;
		border: none;
	}
	#sirs-company .companyDl dd {
		width: auto;
		padding: 0 0 2rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#sirs-company .companyDl dd p {
		margin-bottom: 2.4rem;
	}
	#sirs-company .sec01 {
		margin-bottom: 5.9rem;
	}
	#sirs-company .philosophy {
		margin-bottom: 2rem;
		border-radius: 0;
		min-height: inherit;
		padding: 2.4rem 2.4rem 2.3rem;
	}
	#sirs-company .philosophy:last-child {
		margin-bottom: 0;
	}
	#sirs-company .philosophy p {
		display: block;
		min-height: auto;
		font-size: 1.5rem;
	}
	#sirs-company .philosophy h4 {
		margin-bottom: 3.2rem;
		font-size: 1.8rem;
	}
	#sirs-company .philosophy h4 .en {
		margin-bottom: 0.4rem;
		font-size: 3.2rem;
		line-height: 1.4;
		letter-spacing: -0.064rem;
	}
	#sirs-company .list {
		display: block;
	}
	#sirs-company .list > li {
		width: auto;
	}
	#sirs-company .list .subUl li {
		padding-left: 1.8rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#sirs-company .list .subUl li::before {
		width: 0.9rem;
		height: 0.9rem;
		top: 0.85rem;
	}
	#sirs-company .h4Ttl {
		padding-top: 0;
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	#sirs-company .banner img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#business {

}
#business .sec01 {
	margin-bottom: 6rem;
	min-height: 80.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
}
#business .sec01 .logo {
	margin-bottom: 7.2rem;
	width: 24rem;
}
#business .sec01 .logo img {
	width: 100%;
}
#business .heading {
	margin-bottom: 4rem;
	font-size: 3.6rem;
}
#business section > p {
	font-weight: 700;
}
#business section {
	padding: 12rem 0;
}
#business .sec02 .image {
	margin: 4.1rem auto 0;
	width: min(95.666vw,119.6rem);
}
#business .sec02 .image img {
	width: 100%;
}
#business .textUl {
	margin: 4rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#business .textUl li {
	padding: 3.4rem min(1vw,3.6rem) 3.8rem;
	width: calc((100% - 6rem) / 4);
	background: #fff;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1.6rem;
}
#business .textUl p {
	font-weight: 400;
}
#business .textUl h4 {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	line-height: 1.58;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#business .textUl h4 small {
	display: block;
	font-size: 1.6rem;
}
#business .textUl .numText {
	margin-bottom: 0.9rem;
	font-size: 3.2rem;
	font-weight: 700;
}
#business .textUl .numText .num {
	margin-right: 0.6rem;
	font-size: min(5.3vw,7.6rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	font-family: "Fjalla One", sans-serif;
}
#business .sec04 .subInn {
	margin-bottom: 1.7rem;
}
#business .sec04 p {
	margin-bottom: 1.6rem;
	font-weight: 400;
	font-size: 1.6rem;
}
#business .sec04 .title {
	padding: 0 2.8rem 0.4rem;
	font-size: 2rem;
	line-height: 1.5;
	position: relative;
}
#business .sec04 .title::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: 0.3rem;
	top: 0.5rem;
	border-radius: 100%;
	background: #142544;
}
#business .sec04 p:last-child {
	margin-bottom: 0;
}
#business .sec04 .link a {
	color: #439FD7;
	text-decoration: underline;
}
#business .sec04 .title02 {
	padding: 2.9rem 3rem;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	background: url(img/business/bg.png) no-repeat center center / 100% 100%;
}
#business .textUl02 {
	margin: 5.6rem 0 2.4rem;
	display: flex;
	flex-wrap: wrap;
}
#business .textUl02 > li {
	width: calc(100% / 5);
	position: relative;
	z-index: 5;
}
#business .textUl02 > li:nth-child(2n) {
	z-index: 4;
}
#business .textUl02 > li:nth-child(3n) {
	z-index: 3;
}
#business .textUl02 > li:nth-child(4n) {
	z-index: 2;
}
#business .textUl02 > li:nth-child(5n) {
	z-index: 1;
}
#business .textUl02 .head {
	margin: 0 -1.2rem 1.3rem -0.4rem;
	min-height: 6rem;
	width: min(21vw,25.2rem);
	border-radius: 5rem;
	font-size: 2rem;
	border: 0.2rem solid #F0EFEC;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
#business .textUl02 > li:first-child .head {
	margin-left: 0;
}
#business .textUl02 > li:last-child .head  {
	margin-right: 0;
}
#business .textUl02 .subUl {
	margin-right: -0.2rem;
	padding: 0 2.2rem 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 0.2rem dotted #142544;
}
#business .textUl02 > li:last-child .subUl {
	border: none;
}
#business .textUl02 .subUl li {
	padding-left: 1.9rem;
	position: relative;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.8;
}
#business .textUl02 .subUl li::before {
	position: absolute;
	content: "";
	left: 0.8rem;
	top: 1.1rem;
	width: 0.3rem;
	height: 0.3rem;
	background: #142544;
	border-radius: 100%;
}
#business .sec05 .imgUl {
	margin: 6.9rem 0 15rem;
	gap: min(7.58vw,12.7rem);
	overflow: hidden;
}
#business .sec05 .imgUl > li {
	margin-right: -0.5rem;
	width: min(30.75vw,42.9rem);
	position: relative;
	display: flex;
	align-items: center;
}
#business .sec05 .imgUl > li::after {
	content: "";
	width: 4rem;
	height: 3.8rem;
	position: absolute;
	right: -8.1rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/business/icon.png) no-repeat center top / 100%;
	mix-blend-mode: multiply;
}
#business .sec05 .imgUl .item {
	margin-right: 0;
	padding: 2.4rem;
	width: min(21.66vw,26rem);
	background: #fff;
	border-radius: 0.5rem;
	display: block;
}
#business .sec05 .imgUl .item .img {
	margin: 0 auto 1rem;
	width: 13.6rem;
}
#business .sec05 .imgUl .subUl li {
	padding-left: 2rem;
	font-size: 1.303rem;
	font-weight: 700;
	background: url(img/business/icon02.png) no-repeat left top 0.4rem / 1.4rem;
}
#business .sec05 .imgUl .subUl li + li {
	margin-top: 0.5rem;
}
#business .sec05 .imgUl .item .ttl {
	margin: 1.8rem 0 2.4rem;
	line-height: 1.4;
	text-align: center;
}
#business .titleList > li {
	display: flex;
	gap: 2.4rem;
}
#business .titleList > li + li {
	margin-top: 4rem;
}
#business .titleList .heading02 {
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	min-width: 29rem;
}
#business .titleList .heading02 .num {
	margin-right: 1.6rem;
	height: 4.8rem;
	letter-spacing: -0.02em;
}
#business .titleList .heading02 .img {
	margin-right: 2.4rem;
	width: 7.2rem;
}
#business .titleList .subTextUl {
	flex: 1;
	font-weight: 700;
}
#business .titleList .subTextUl li {
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}
#business .stepUl {
	margin-top: 6rem;
}
#business .stepUl li::before {
	width: 0.6rem;
	top: 0.5rem;
	bottom: -4rem;
	position: absolute;
	left: 11rem;
	content: "";
	color: #142544;
	border-left: 0.2rem dotted #142544;
}
#business .stepUl li:last-child::before {
	display: none;
}
#business .stepUl li {
	display: flex;
	gap: 4rem;
	position: relative;
}
#business .stepUl li + li {
	margin-top: 3.2rem;
}
#business .stepUl .step {
	width: 22.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	background: #fff;
	border-radius: 0.5rem;
	position: relative;
}
#business .stepUl .title {
	margin-bottom: 1.3rem;
	font-size: 2.8rem;
}
#business .stepUl .txtBox {
	padding: 0.6rem 0 0.5rem;
	flex: 1;
}
#business .stepUl .txtBox p {
	font-weight: 400;
	font-size: 1.6rem;
}
#business .faqBox {
	padding-bottom: 0;
}
#business .faqBox .faqUl li {
	margin-top: 6rem;
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}
#business .faqBox .faqUl .en {
	width: 10.1rem;
	text-align: center;
	font-size: 8.4rem;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
}
#business .faqBox dl {
	flex: 1;
}
#business .faqBox dt {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}
#business .faqBox dd {
	font-size: 1.6rem;
}
@media all and (min-width: 1025px) {
	#business .sec04 .link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#business .comPageTitle {
		padding-top: 9.6rem;
	}
	#business .sec01 .logo {
		margin-bottom: 5.5rem;
		width: 16rem;
	}
	#business .sec01 {
		margin-bottom: -3rem;
		font-size: 1.6rem;
		min-height: 78.2rem;
	}
	#business .heading {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
	}
	#business section > p {
		font-size: 1.8rem
	}
	#business section {
		padding: 5.8rem 0 6rem;
	}
	#business .sec02 .image {
		margin-top: 3.3rem;
		width: auto;
	}
	#business .textUl {
		margin-top: 3.3rem;
		display: block;
	}
	#business .textUl li {
		padding: 2.3rem 3.6rem;
		width: 100%;
	}
	#business .textUl li + li {
		margin-top: 2rem;
	}
	#business .textUl h4 {
		margin-bottom: 0.7rem;
		font-size: 1.8rem;
	}
	#business .textUl .numText {
		margin-bottom: 0.5rem;
		font-size: 2.8rem;
	}
	#business .textUl .numText .num {
		margin-right: 0;
		font-size: 6.4rem;
	}
	#business .textUl p {
		font-size: 1.5rem;
	}
	#business .textUl h4 small {
		font-size: 1.5rem;
	}
	#business .sec04 {
		padding-bottom: 5.3rem;
	}
	#business .sec04 .title {
		padding-left: 2.4rem;
		font-size: 1.8rem;
	}
	#business .sec04 .subInn {
		margin-bottom: 1.6rem;
	}
	#business .sec04 .heading {
		margin-bottom: 2.3rem;
	}
	#business .sec04 p {
		font-size: 1.5rem;
	}
	#business .sec04 .title::before {
		width: 1.5rem;
		height: 1.5rem;
	}
	#business .textUl02 {
		margin: 1.6rem 0.5rem 0 0;
		width: auto;
		display: block;
		flex: 1;
	}
	#business .textUl02 .head {
		margin: 0 -0.2rem 1rem !important;
		width: auto;
		min-height: 4rem;
		font-size: 1.8rem;
	}
	#business .textUl02 > li {
		width: 100%;
	}
	#business .textUl02 > li + li {
		margin-top: 1.7rem;
	}
	#business .textUl02 .subUl {
		padding: 0 0 2rem;
		margin: 0;
		border-right: none;
		border-bottom: 0.2rem dotted #142544;
	}
	#business .textUl02 .subUl li {
		padding-left: 1.8rem;
		font-size: 1.2rem;
	}
	#business .inner02 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#business .sec04 .title02 {
		margin: 2rem 1rem 0;
		padding: 6.9rem 2rem;
		width: 8rem;
		font-size: 1.6rem;
		line-height: 1;
		background-image: url(img/business/bg_sp.png);
	}
	#business .sec04 .title02 span {
		margin: 0 auto;
		width: 1.6rem;
		min-height: 45.8rem;
		display: block;
		writing-mode: vertical-rl;
		letter-spacing: 0.06em;
	}
	#business .sec05 .imgUl {
		display: block;
	}
	#business .sec05 .imgUl > li {
		width: 100% !important;
		position: relative;
		display: block;
	}
	#business .sec05 .imgUl > li + li {
		margin-top: 5.6rem;
	}
	#business .sec05 .imgUl .item {
		padding-bottom: 2.8rem;
	}
	#business .sec05 .imgUl {
		margin: 3rem 0;
	}
	#business .sec05 .imgUl .item .img {
		width: 7.1rem;
		position: absolute;
		margin: 0;
		left: 2.4rem;
		top: 1.6rem;
	}
	#business .sec05 .imgUl .item .ttl {
		margin: 0 0 1.6rem 7.5rem;
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: left;
	}
	#business .sec05 .imgUl .subUl li {
		padding-left: 2.2rem;
		font-size: 1.4rem;
		background-size: 1.7rem;
	}
	#business .sec05 .imgUl > li::after {
		width: 4rem;
		height: 4rem;
		background-size: 100% 100%;
		transform: translateX(50%) rotate(90deg);
		right: 50%;
		top: calc(100% + 1rem);
	}
	#business .titleList {
		padding: 0;
	}
	#business .titleList > li {
		display: block;
	}
	#business .titleList .heading02 .img {
		margin-right: 1.5rem;
		width: 4.2rem;
	}
	#business .titleList .heading02 {
		font-size: 2.8rem;
		line-height: 1;
	}
	#business .titleList .heading02 .num {
		height: 2.3rem;
	}
	#business .titleList .subTextUl {
		margin: 0.6rem 0 0 6.7rem;
	}
	#business .titleList .subTextUl li {
		font-size: 1.8rem;
	}
	#business .titleList > li + li {
		margin-top: 2.2rem;
	}
	#business .stepUl li {
		align-items: flex-start;
		gap: 1.2rem;
	}
	#business .stepUl li .step {
		width: 6.4rem;
		height: 4.2rem;
		font-size: 1.8rem;
	}
	#business .stepUl {
		margin-top: 3rem;
	}
	#business .stepUl .title {
		margin-bottom: 0.7rem;
		font-size: 2.2rem;
	}
	#business .stepUl .txtBox {
		padding: 0.4rem 0;
	}
	#business .stepUl .txtBox p {
		font-size: 1.5rem;
	}
	#business .stepUl li + li {
		margin-top: 1.2rem;
	}
	#business .stepUl li::before {
		left: 3.1rem;
	}
	#business .sec06 {
		padding-bottom: 5.5rem;
	}
	#business .stepUl li:last-child::before {
		display: none;
	}
	#business .faqBox .faqUl .en {
		width: 4.8rem;
		font-size: 4.8rem;
	}
	#business .faqBox dt {
		margin-bottom: 1.7rem;
		font-size: 1.8rem;
	}
	#business .faqBox dd {
		font-size: 1.5rem;
	}
	#business .faqBox .faqUl li {
		margin-top: 3.1rem;
		gap: 1.2rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact h3 {
	margin-bottom: 7.7rem;
	font-size: 2.8rem;
	text-align: center;
}
#main .contactDl {
	margin-bottom: 3.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .contactDl dt {
	width: 22.2rem;
	font-size: 2rem;
	color: #555B68;
	font-weight: 700;
	line-height: 1.5;
	padding: 2rem 0 1.2rem;
}
#main .contactDl dt .must {
	vertical-align: 0.2rem;
	width: 4.8rem;
	margin-left: 1.2rem;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	min-height: 2.2rem;
	border-radius: 5rem;
	color: #E11F28;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 120%; 
	text-align: center;
	border: 1px solid #E11F28;
}
#main .contactDl dd {
	line-height: 1.5;
	padding: 1.2rem 0 1.2rem 3.2rem;
	width: calc(100% - 22.2rem);
}
#main .contactDl .dtStyle {
	width: 29.8rem;
	padding-top: 1.2rem;
}
#main .contactDl .ddStyle {
	width: calc(100% - 29.8rem);
}
#main .contactDl .radioUl {
	margin-bottom: 1.1rem;
}
#main .contactDl .radioUl .wpcf7-form-control-wrap ,
#main .contactDl .radioUl .wpcf7-form-control,
#main .contactDl .radioUl .wpcf7-list-item {
	display: block;
}
#main .contactDl .radioUl .wpcf7-list-item {
	margin: 0 0 2rem 0;
}
#main .contactDl .radioUl .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
#main .contactDl .radioUl li {
	margin-bottom: 2rem;
}
#main .contactDl .radioUl li:last-child {
	margin-bottom: 0;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] ~ span {
	background: url(img/common/radio01.png) no-repeat left center;
	background-size: 2.2rem auto;
	border-radius: 0;
    display: inline-block;
    line-height: 2rem;
	cursor: pointer;
    padding: 0.4rem 0 0.4rem 3.8rem;
}
input[type="radio"]:checked ~ span {
	background-image: url("img/common/radio02.png");
}
#main textarea,
#main input[type="email"],
#main input[type="tel"],
#main input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.5rem;
    height: 5rem;
	color: #142544;
	border: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 2rem;
    width: 100%;
    background-color: #fff;
}
#main textarea {
	padding: 1.2rem 2rem;
	height: 16.8rem;
	resize: vertical;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #A5ABB8;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A5ABB8;
    opacity:1;
}
input::-moz-placeholder {
    color: #A5ABB8;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A5ABB8;
    opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #A5ABB8;
    opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A5ABB8;
    opacity:1;
}
textarea::-moz-placeholder {
    color: #A5ABB8;
    opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A5ABB8;
    opacity:1;
}
#contact .checkP {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}
#contact .checkP .wpcf7-list-item {
	margin-left: 0;
}
#contact .checkP a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.submit {
	margin-bottom: 12rem;
	text-align: center;
}
.submit li {
	margin: 0 1rem;
	display: inline-block;
	position: relative;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 28.1rem;
    height: 5.8rem;
    border-radius: 0.4rem;
    text-align: center;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    border: none;
   	background-color: #142544;
	transition: 0.3s;
}
.submit li input:disabled {
	color: #C7CED9;
	background: #F5F7FA;
}
#main .contactSub {
	padding: 4.6rem 4.8rem;
	border-radius: 0.5rem;
	text-align: center;
	border: 2px solid #142544;
	background-color: #fff;
}
#main .contactSub p {
	margin-bottom: 2.2rem;
	font-size: 1.6rem;
	font-weight: 400;
}
#main .contactSub .mailLink a {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.03em;
	padding: 0.2rem 0 0.2rem 4.5rem;
	background: url(img/common/mail.png) no-repeat left center;
	background-size: 3.2rem auto;
}
#main .contactSub .tel {
	margin-bottom: 0;
}
#main .contactSub .tel a {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 120%; 
	padding-left: 4.5rem;
	letter-spacing: 0.05em;
	background: url(img/common/call.png) no-repeat left center;
	background-size: 3.2rem auto;
}
#main .contactSub .tel span {
	margin-top: 0.5rem;
	display: block;
	color: #7D8699;
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
}
#main .completeBox {
	margin-bottom: 12rem;
	padding: 4.8rem;
	border-radius: 5px;
	background-color: #fff;
}
#contact .completeBox h3 {
	margin-bottom: 2.5rem;
}
#contact .completeBox p {
	text-align: center;
	margin-bottom: 2.6rem;
	font-size: 1.6rem;
	line-height: 1.6;
}
#contact .completeBox p:last-child {
	margin-bottom: 0;
}
#contact .completeBox .link {
	margin-top: -0.3rem;
}
#contact .completeBox .link a {
	display: inline-block;
	padding: 0.1rem 0 0 3.5rem;
	letter-spacing: 0;
	font-size: 1.5rem;
	background: url(img/common/mail.png) no-repeat left center;
	background-size: 2.4rem auto;
}
#contact .wpcf7-spinner {
	position: absolute;
	bottom: -3rem;
	left: -5rem;
}
#contact.confirm textarea,
#contact.confirm input[type="email"],
#contact.confirm input[type="tel"],
#contact.confirm input[type="text"] {
	background: none;
}
@media all and (min-width: 1025px) {
	.submit li input:hover {
		background: #2E4267;
	}
	#contact .completeBox .link a:hover,
	#main .contactSub .mailLink a:hover {
		color: #7D8699;
	}
	#contact .checkP a:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#contact h3 {
		margin-bottom: 6.1rem;
		font-size: 2.2rem;
		font-weight: 700;
	}
	#main .contactDl {
		margin-bottom: 4.6rem;
		display: block;
	}
	#main .contactDl dt {
		font-size: 1.8rem;
		padding: 1rem 0 0 !important;
		width: auto !important;
	}
	#main .contactDl dd {
		padding: 1rem 0 1rem !important;
		width: auto !important;
	}
	input[type="radio"] ~ span {
		font-size: 1.8rem;
	}
	#main .contactDl .radioUl li {
		margin-bottom: 1.2rem;
	}
	#main .contactDl .radioUl .wpcf7-list-item {
		margin-bottom: 1.2rem;
	}
	#main .contactDl .radioUl {
		padding-top: 0.5rem;
		margin-bottom: 2.2rem;
	}
	#main textarea, 
	#main input[type="email"], 
	#main input[type="tel"], 
	#main input[type="text"] {
		font-size: 1.5rem;
		height: 4.8rem;
	}
	#main textarea {
		height: 16.8rem;
	}
	#contact .checkP {
		font-size: 1.5rem;
		margin: 0 -1rem 3.2rem;
	}
	.submit {
		margin-bottom: 6rem;
	}
	.submit li {
		margin-bottom: 1rem;
		display: block;
	}
	#main .contactSub {
		padding: 3.8rem 2rem;
	}
	#main .contactSub p {
		margin-bottom: 1.55rem;
		font-size: 1.5rem;
	}
	#main .contactSub .mailLink a {
		font-size: 1.6rem;
		padding-left: 3.2rem;
		letter-spacing: 0;
		background-size: 2.4rem auto;
	}
	#main .contactSub .tel a {
		font-size: 1.6rem;
		padding-left: 3.3rem;
		letter-spacing: 0.02em;
		background-size: 2.4rem auto;
	}
	#main .contactSub .tel span {
		font-size: 1.3rem;
	}
	#main .completeBox {
		margin-bottom: 6rem;
		padding: 4rem 2.4rem;
	}
	#contact .completeBox p {
		font-size: 1.5rem;
		font-weight: 400;
	}
	#contact .completeBox .link a {
		padding-left: 3rem;
		background-size: 1.8rem auto;
	}
	#contact .completeBox .link {
		margin-top: -0.6rem;
	}
}
/*------------------------------------------------------------
privacypolicy
------------------------------------------------------------*/
#privacypolicy {
	padding-top: 19.8rem;
}
#privacypolicy h2 {
	margin-bottom: 12rem;
	font-size: 3.6rem;
}
#privacypolicy h3 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
#privacypolicy p {
	margin-bottom: 3.5rem;
	font-size: 1.6rem;
}
#privacypolicy p:last-child {
	margin-bottom: 0;
}
#privacypolicy .text {
	margin-bottom: 0;
}
#privacypolicy p:last-child {
	margin-bottom: 0;
}
#privacypolicy .list {
	margin: 0 0 3.5rem 1rem;
	font-size: 1.6rem;
	line-height: 1.6;
}
#privacypolicy .list li {
	padding: 0 0 0.05rem 1.4rem;
	position: relative;
}
#privacypolicy .list:not(.list02) li::before {
	position: absolute;  
	top: 0;
	left: 0;
	content: "·"; 
	font-size: 1.6rem;
}
#privacypolicy .list02 {
	counter-reset: num;
	margin-left: -1.1rem !important;
}
#privacypolicy .list02 li {
	padding-left: 0;
	counter-increment: num;
	display: flex;
}
#privacypolicy .list02 li::before {
	width: 3rem;
	text-align: right;
	flex-shrink: 0;
	margin-right: 0.5rem;
	content: counter(num, decimal-leading) ".";
}

@media all and (min-width: 1025px) {
	#privacypolicy p .link:hover {
		color: #7D8699;
	}
}

@media all and (max-width: 896px) {
	#privacypolicy {
		padding-top: 13.5rem;
	}
	#privacypolicy h2 {
		margin-bottom: 5.7rem;
		font-size: 2.4rem;
	}
	#privacypolicy h3 {
		font-size: 1.5rem;
	}
	#privacypolicy p {
		font-size: 1.5rem;
	}
	#privacypolicy .list {
		margin-left: 0.8rem;
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#signle {
	padding-top: 15.6rem;
}
#signle p {
	margin-bottom: 3rem;
	font-size: 1.6rem;
}
#signle .date {
	margin-bottom: 2.4rem;
	font-size: 1.5rem;
	color: #7D8699;
}
#signle h2 {
	margin-bottom: 8.4rem;
	font-size: 2.8rem;
	font-weight: 700;
}
#signle h3 {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
}
#signle p + h3 {
	padding-top: 3rem;
}
#signle .comLink02 {
	margin-top: 12rem;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#signle {
		padding: 12.2rem 2rem 0;
		word-break: break-all;
	}
	#signle p {
		margin-bottom: 2.4rem;
		font-size: 1.5rem;
	}
	#signle h2 {
		margin-bottom: 7.1rem;
		font-size: 2.2rem;
	}
	#signle h3 {
		font-size: 1.8rem;
	}
	#signle p + h3 {
		padding-top: 3.4rem;
	}
	#signle .comLink02 {
		margin-top: 6rem;
	}
}


/*------------------------------------------------------------
	sirs-company/message/
------------------------------------------------------------*/
#message .bigPhoto {
	margin-bottom: 8.7rem;
}
#message p {
	margin-bottom: 3rem;
}
#message .txt {
	margin-bottom: 9rem;
	padding-top: 4rem;
	text-align: right;
}

@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#message .bigPhoto {
		margin-bottom: 4rem;
		padding-top: 0.4rem;
	}
	#message .bigPhoto img {
		width: 100%;
		border-radius: 0.5rem;
	}
	#message p {
		font-size: 1.8rem;
	}
	#message .txt {
		margin-bottom: 5.7rem;
		padding-top: 0;
		font-weight: 700;
		text-align: left;
	}
}/*------------------------------------------------------------
	shop-list
------------------------------------------------------------*/
#shop-list .form01 {
	margin-bottom: 12rem;
}
#shop-list .form01 form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
}
#shop-list input {
	border: none;
	box-sizing: border-box;
}
#shop-list input[type="text"] {
	padding: 0.5rem 2.4rem;
	width: 51.4rem;
	height: 6.4rem;
	border-radius: 0.5rem;
	background: #fff;
	font-size: 1.8rem;
	color: #142544;
}
#shop-list input::-moz-placeholder {
	color: #A5ABB8;
	opacity: 1;
}
#shop-list input::-webkit-input-placeholder {
	color: #A5ABB8;
	opacity: 1;
}
#shop-list .form01 input[type="submit"]{
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: 0.3s;
	background: #142544 url(img/common/icon03.png) no-repeat center center / 3.2rem;
}
#shop-list .textBox {
	margin-bottom: 12rem;
	padding: 12rem 0 12.2rem;
	border-top: 1px solid #142544;
	border-bottom: 1px solid #142544;
}
#shop-list .heading {
	margin-bottom: 4.1rem;
	font-size: 3.6rem;
	text-align: center;
}
#shop-list .areaDl {
	font-size: 1.6rem;
	font-weight: 700;
	gap: 1.6rem 2rem;
	align-items: center;
}
#shop-list .areaDl dt {
	width: 8.2rem;
	color: #555B68;
}
#shop-list .areaDl dd {
	width: calc(100% - 10.2rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#shop-list .areaDl dd a {
	padding: 0.7rem;
	width: fit-content;
	min-width: 8.8rem;
	display: block;
	border-radius: 0.5rem;
	background: #F5F7FA;
	text-align: center;
}
#shop-list .form02 .formDl {
	margin-bottom: 4rem;
}
#shop-list .form02 dt {
	margin-bottom: 1.4rem;
	color: #555B68;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
}
#shop-list .form02 dd {
	margin-bottom: 3.4rem;
}
#shop-list .radioList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#shop-list input[type="checkbox"] { 
	display: none;
}
#shop-list input[type="checkbox"] ~ span {
	padding: 0.9rem 2rem 0.8rem 4.6rem;
	width: fit-content;
	display: block;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 0.5rem;
	background: #F5F7FA url(img/common/check_bg01.png) no-repeat left 1.2rem center / 1.8rem;
}
#shop-list input[type="checkbox"]:checked ~ span {
	color: #fff;
	background-image:  url(img/common/check_bg02.png);
	background-color: #142544;
}
#shop-list .edd-root {
	width: 26rem;
	font-size: 1.4rem;
	color: #142544;
	font-weight: 700;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#shop-list .edd-head {
	border-radius: 0.5rem;
}
#shop-list  .edd-value {
	padding: 1.2rem 3.5rem 1.2rem 1.6rem;
	appearance: none;
	border: none;
	border-radius: 0.5rem;
	background: #fff ;
}
#shop-list  select::-ms-expand {
	display: none;
}
#shop-list .edd-arrow {
	width: 1.2rem;
	height: 0.8rem;
	top: 50%;
	right: 1.7rem;
	transition: 0.3s;
}
#shop-list .edd-arrow::before {
	width: 0.8rem;
	height: 0.8rem;
	border-width: 0.2rem;
	color: #142544;
}
#shop-list .edd-root-open .edd-arrow {
	top: 35%;
}
#shop-list .edd-option-focused:not( .edd-option-disabled) {
	background: #fff;
	border-color: #fff;
	color: #7D8699;
}
#shop-list .edd-body {
	margin: 0;
	box-shadow: none;
	border: none;
}
#shop-list .edd-head {
	border-radius: 0.5rem;
}
#shop-list .edd-root-focused .edd-head {
	border-color: #fff;
	border-radius: 0.5rem 0.5rem 0 0;
}
#shop-list .edd-option {
	padding: 0.6rem 1.6rem;
	border-color: #fff;
}
#shop-list .edd-body {
	border-radius: 0 0 0.5rem  0.5rem;
}
#shop-list .edd-option-selected {
	color: #142544;
	font-weight: 700;
}
#shop-list #conts {
	margin-right: 6rem;
	width: min(68.9vw,85.5rem);
}
#shop-list #sideBar {
	flex: 1;
}
#shop-list .content.flexB {
	flex-wrap: nowrap;
}
#shop-list .shopList > li {
	padding: 3.9rem 0 4rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #142544;
	gap: 2rem;
}
#shop-list .shopList > li:last-child {
	padding-bottom: 3.9rem;
	border-bottom: 1px solid #142544;
}
#shop-list .heading02 {
	margin-bottom: 3.5rem;
	font-size: 2.8rem;
}
#shop-list .heading03 {
	margin-bottom: 3.5rem;
	font-size: 2rem;
}
#shop-list #sideBar input[type="checkbox"] ~ span {
	line-height: 1.5;
}
#shop-list #sideBar .form02 .formDl {
	margin-bottom: 3.6rem;
}
#shop-list #sideBar .radioList.list {
	flex-direction: row;
}
#shop-list .shopList .title {
	margin-bottom: 2rem;
}
#shop-list .shopList .title span {
	font-size: 1.6rem;
	display: block;
	line-height: 1.4;
}
#shop-list .shopList .sort {
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	gap: 1.2rem;
}
#shop-list .shopList .sort li {
	padding: 0.15rem 1.1rem;
	color: #439FD7;
	border-radius: 10rem;
	border: 1px solid currentColor;
}
#shop-list .shopList .sort .col {
	color: #DF6940;
}
#shop-list .shopList .leftBox {
	width: min(31.2vw,38.7rem);
}
#shop-list .shopList dl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
	gap: 1.3rem 2rem;
}
#shop-list .shopList dt {
	width: 8.1rem;
}
#shop-list .shopList dd {
	width: calc(100% - 10.1rem);
}
#shop-list.search .shopList {
	margin-bottom: 5rem;
}
@media all and (min-width: 897px) {
	#shop-list #sideBar .radioList {
		flex-direction: column;
	}
}
@media all and (max-width: 896px) {
	#shop-list input[type="text"] {
		padding: 0 1.6rem;
		width: 82%;
		height: 4.8rem;
		font-size: 1.5rem;
	}
	#shop-list .form01 input[type="submit"] {
		width: 4.8rem;
		height: 4.8rem;
		background-size: 2.8rem;
	}
	#shop-list .form01 {
		margin-bottom: 6rem;
	}
	#shop-list .heading {
		margin-bottom: 3.3rem;
		font-size: 2.4rem;
	}
	#shop-list .textBox {
		margin-bottom: 5.8rem;
		padding: 5.9rem 0 6.2rem;
	}
	#shop-list .areaDl  {
		gap: 1.2rem 0;
		align-items: flex-start;
	}
	#shop-list .areaDl dt {
		padding: 0.8rem 0;
		width: 6.4rem;
		font-size: 1.5rem;
	}
	#shop-list .areaDl dd {
		width: calc(100% - 6.4rem);
		gap: 0.8rem;
	}
	#shop-list .areaDl dd a {
		min-width: 8rem;
	}
	#shop-list .form02 dt {
		font-size: 1.5rem;
	}
	#shop-list input[type="checkbox"] ~ span {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	#shop-list .edd-root {
		width: 100%;
	}
	#shop-list .form02 .formDl {
		margin-bottom: 6rem;
	}
	#shop-list .content.flexB {
		display: block;
	}
	#shop-list #conts {
		margin: 0;
		width: auto;
	}
	#shop-list .heading02 {
		margin-bottom: 3.2rem;
		font-size: 2.2rem;
	}
	#shop-list.search {
		margin-bottom: 9.5rem;
	}
	#shop-list.search .comLink02 a {
		margin: 0 auto 3.1rem;
		padding: 0 3rem 0 1rem;
		width: 20rem;
		height: 5.8rem;
		background: #142544 url(img/common/icon09.png) no-repeat center right 2rem / 2rem;
	}
	#shop-list .shopList > li {
		padding: 3.2rem 0 3.2rem;
		display: block;
	}
	#shop-list .shopList .title span {
		font-size: 1.5rem;
	}
	#shop-list .shopList .sort {
		font-size: 1.3rem;
	}
	#shop-list .shopList .sort li {
		padding-bottom: 0.2rem;
	}
	#shop-list .shopList dl {
		font-size: 1.5rem;
		row-gap: 0.7rem;
	}
	#shop-list .shopList .leftBox {
		width: auto;
		margin-bottom: 2rem;
	}
	#shop-list .shopList > li:last-child {
		padding-bottom: 3rem;
	}
	#shop-list #sideBar {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		box-sizing: border-box;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#shop-list #sideBar .inner {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 100%;
	}
	#shop-list #sideBar .form02 {
		height: 62.5%;
		background: #fff;
		padding: 2.4rem 2rem 6rem;
		border-radius: 2.4rem 2.4rem 0 0;
	}
	#shop-list #sideBar form {
		height: calc(100% - 4.2rem);
	}
	#shop-list #sideBar .form02 .formDl{
		margin-bottom: 2rem;
		height: 40rem;
		height: calc(100% - 7.8rem);
		overflow-y: auto;
		border-bottom: 1px solid #F5F7FA;
	}
	#shop-list .heading03 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	#shop-list #sideBar input[type="checkbox"] ~ span {  
		line-height: 1.54;
	}
	#shop-list #sideBar .form02 dd {
		margin-bottom: 3.2rem;
	}

}

/*------------------------------------------------------------
	js
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease .5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}
.zoomIn {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    transition: all ease .5s;
}
.zoomIn.on {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.blow {
	opacity: 0;
	transform: scale(0);
	transition: all ease .3s;
}
.blow.on {
	opacity: 1;
	transform: none;
}
.delay1 {
	transition-delay: 0.3s;
}
.delay2 {
	transition-delay: 0.6s;
}
.delay3 {
	transition-delay: 0.9s;
}
.textA .en  span {
    transform: translateY(20px);
    width: fit-content;
    opacity: 0;
	display: inline-block !important;
}
.textA.on .en  span {
    animation: floatUp 0.65s ease-out forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes floatUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.lineA {
	position: relative;
	width: 0;
	height: 1px;
	z-index: 1;
	background-color: #142544;
}
.lineA.on {
	animation: drawLine 1s ease-in-out forwards;
}
@keyframes drawLine {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.jsNum {
    position: relative;
}
.jsNum .numHide {
    opacity: 0;
}
.jsNum .jsNumTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width: 1025px) {
	#gNavi .navUl a:hover {
		color: #7D8699;
	}
	#index .recruit .linkBox a:hover {
		color: #142544;
	}
	#index .recruit .linkBox a:hover::after {
		opacity: 1;
	}
	#index .recruit .linkBox a:hover .link {
		background-image: url(img/common/next.png);
	}
	#index .slideBox .arrowList li:hover img {
		opacity: 0;
	}
	#index .recruit  .comLink a:hover {
		background-color: #C7CED9;
	}
	#recruit .infoList .linkArea:hover {
		background: #142544;
	}	
	#recruit .infoList .linkArea:hover .head02 {
		color: #FFF;
	}
	#recruit .infoList .linkArea:hover .text {
		color: #7D8699;
	}
	#recruit .infoList .linkArea:hover .comLinkP {
		filter: grayscale(100) brightness(1000%);
	}
	#interview a.comHowWork:hover .button img {
		opacity: 0;
	}
	#sirs-company .banner a:hover {
		opacity: 0.7;
	}
	#shop-list .areaDl dd a:hover {
		color: #7D8699;
	}
	#shop-list .form01 input[type="submit"]:hover {
		background-color: #2E4267;
	}

}