@charset "utf-8";
/* CSS Document */
/*====================================
Reset
====================================*/
html{
	width: 100%;
	font-size: 2.66666vw; /* 画面幅375pxの時1rem=10px */
	font-weight: 500;
}
body{
	min-width: 320px;
	line-height: 1;
	position: relative;
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	background: #fff;
}

@media print,screen and (min-width: 600px) {
	html{
		font-size: 0.76923vw; /* 画面幅1300pxの時1rem=10px */
	}
}
@media print,screen and (min-width: 1300px) {
	html{
		font-size: 10px;
	}
}

img{
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a{
	text-decoration: none;
	color:inherit;
}
svg{
	width: 100%;
	height: 100%;
}
a,
input, textarea, button, label, select,
.js--btn-hamburger,
.swiper-button-prev, .swiper-button-next{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: 0;
}
::selection {
	background: rgba(255, 241, 0, .2);
}

/*====================================
Common
====================================*/
.anchor{
	display: block;
	width: 0;
	height: 0;
}
.width--cmn{
	margin-left: auto;
	margin-right: auto;
	width: 33.5rem;
}
.fw--700{
	font-weight: 700;
}

@media only screen and (max-width: 599px) {
	.disp--pc{
		display: none !important;
	}
	.anchor{
		padding-top: 8rem;
		margin-top: -8rem;
	}
}

@media print,screen and (min-width: 600px) {
	.disp--sp{
		display: none !important;
	}
	.width--cmn{
		width: 110rem;
	}
}

/* アイコン
--------------------------------------*/
.icon--svg{
	display: block;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	background: #231815;
	transition: background .3s ease;
}
.icon--smartphone{
	mask-image: url(../img/common/icon-smartphone.svg);
	-webkit-mask-image: url(../img/common/icon-smartphone.svg);
}
.icon--mail{
	mask-image: url(../img/common/icon-mail.svg);
	-webkit-mask-image: url(../img/common/icon-mail.svg);
}
.icon--new-tab{
	mask-image: url(../img/common/icon-new-tab.svg);
	-webkit-mask-image: url(../img/common/icon-new-tab.svg);
}

/* タイトル
--------------------------------------*/
.sec-pagettl .container-pagettl{
	width: calc(100% - 1rem * 2);
	margin: 0 auto;
	position: relative;
	border-radius: 1rem;
}
.sec-pagettl .container-pagettl .img{
	border-radius: 1rem;
}
.sec-pagettl .wrap-pagettl{
	position: absolute;
	z-index: 2;
	bottom: -3rem;
	left: 0;
}
.sec-pagettl .pagettl{
	font-size: 6rem;
}
.sec-pagettl .border-wrap,
.sec-pagettl .border{
	position: absolute;
	pointer-events: none;
}
.sec-pagettl .border-wrap1{
	width: 11.7rem;
	height: 6.2rem;
	top: 3rem;
	left: 0;
}
.sec-pagettl .border1-2{
	width: 8rem;
	height: 0.4rem;
	left: 0;
	top: 0;
}
.sec-pagettl .border1-3{
	width: 9.4rem;
	height: 1.4rem;
	left: 0;
	top: 3.4rem;
}
.sec-pagettl .border1-4{
	width: 9rem;
	height: 0.4rem;
	left: 2.9rem;
	top: 5.9rem;
}
.sec-pagettl .border-wrap2{
	width: 8.5rem;
	height: 6.8rem;
	right: 0;
	top: 12rem;
}
.sec-pagettl .border2-2{
	width: 2.1rem;
	height: 0.8rem;
	top: 0;
	right: 0;
}
.sec-pagettl .border2-3{
	width: 3.3rem;
	height: 0.4rem;
	right: 0;
	top: 1rem;
}
.sec-pagettl .border2-4{
	width: 8.5rem;
	height: 0.4rem;
	right: 0;
	top: 3.9rem;
}
.sec-pagettl .border2-5{
	width: 5.9rem;
	height: 1rem;
	right: 0;
	top: 5.8rem;
}
.sec-pagettl .border-wrap3{
	width: 13.7rem;
	height: 8.1rem;
	left: 0;
	bottom: 1rem;
}
.sec-pagettl .border3-1{
	width: 3.4rem;
	height: 0.4rem;
	top: 0;
	left: 1.3rem;
}
.sec-pagettl .border3-2{
	width: 11.5rem;
	height: 0.8rem;
	left: 0;
	top: 2.5rem;
}
.sec-pagettl .border3-3{
	width: 10rem;
	height: 0.4rem;
	left: 3.7rem;
	top: 4.3rem;
}
.sec-pagettl .border3-4{
	width: 5rem;
	height: 1.4rem;
	left: 0;
	top: 5.7rem;
}
.sec-pagettl .border3-5{
	width: 6.5rem;
	height: 0.4rem;
	left: 0;
	top: 7.7rem;
}

body.is--loaded .sec-pagettl .border{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.sec-no-pagettl{

}

@media only screen and (max-width: 599px) {
	.sec-pagettl{
		padding-bottom: 3rem;
	}
	.sec-pagettl .wrap-pagettl{
		width: 100%;
		text-align: center;
	}
}

@media print,screen and (min-width: 600px) {
	.sec-pagettl .container-pagettl{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: calc(100% - 5rem * 2);
		height: 50rem;
	}
	.sec-pagettl .wrap-pagettl{
		bottom: -5rem;
		left: calc((100% - 110rem) / 2);
	}
	.sec-pagettl .pagettl{
		font-size: 10rem;
	}
	.sec-pagettl .border-wrap1{
		height: 8.5rem;
		top: 5rem;
	}
	.sec-pagettl .border1-1{
		width: 6.4rem;
		height: 0.8rem;
		top: 0;
		left: 0;
	}
	.sec-pagettl .border1-2{
		top: 2.3rem;
	}
	.sec-pagettl .border1-3{
		top: 5.7rem;
	}
	.sec-pagettl .border1-4{
		left: 2.7rem;
		top: 8.1rem;
	}
	.sec-pagettl .border-wrap2{
		width: 9.9rem;
		height: 10.8rem;
	}
	.sec-pagettl .border2-1{
		width: 7.8rem;
		height: 0.8rem;
		top: 0;
		right: 2.1rem;
	}
	.sec-pagettl .border2-2{
		top: 4rem;
	}
	.sec-pagettl .border2-3{
		top: 5rem;
	}
	.sec-pagettl .border2-4{
		top: 7.9rem;
	}
	.sec-pagettl .border2-5{
		top: 9.8rem;
	}
	.sec-pagettl .border-wrap3{
		bottom: 11.2rem;
	}
	.sec-pagettl .border-wrap4{
		width: 25.8rem;
		height: 7.5rem;
		right: 0;
		bottom: 5rem;
	}
	.sec-pagettl .border4-1{
		width: 14rem;
		height: 0.3rem;
		top: 0;
		right: 0;
	}
	.sec-pagettl .border4-2{
		width: 5.3rem;
		height: 0.7rem;
		top: 2.1rem;
		right: 2.5rem;
	}
	.sec-pagettl .border4-3{
		width: 5.4rem;
		height: 0.4rem;
		right: 0;
		top: 2.8rem;
	}
	.sec-pagettl .border4-4{
		width: 25.8rem;
		height: 1.1rem;
		right: 0;
		top: 6.4rem;
	}
	.sec-pagettl .border-wrap5{
		width: 45.2rem;
		height: 5.9rem;
		left: 0;
		bottom: 0;
	}
	.sec-pagettl .border5-1{
		width: 23.3rem;
		height: 1.1rem;
		top: 0;
		left: 0;
	}
	.sec-pagettl .border5-2{
		width: 25.3rem;
		height: 0.6rem;
		left: 7.5rem;
		top: 1.1rem;
	}
	.sec-pagettl .border5-3{
		width: 15rem;
		height: 0.8rem;
		top: 3.2rem;
		left: 28rem;
	}
	.sec-pagettl .border5-4{
		width: 10rem;
		height: 0.4rem;
		top: 5rem;
		left: 35.2rem;
	}
	.sec-pagettl .border5-5{
		width: 14.8rem;
		height: 1.5rem;
		left: 0;
		top: 4.4rem;
	}
}

/* パンくず
--------------------------------------*/
.pnkz{
	font-size: 1rem;
	padding-top: 2rem;
	display: flex;
	justify-content: flex-end;
}
.pnkz span:nth-child(5),
.pnkz span:nth-child(7) {
	max-width: 40%;
}
.pnkz .txt--line-clamp{
	-webkit-line-clamp: 1;
	max-height: 1em;
}
.page--not-has-sec-pagettl .pnkz{
	padding-top: 0.5rem;
}

@media only screen and (max-width: 599px) {
	.pnkz{
		width: calc(100% - 1rem * 2);
	}
}

@media print,screen and (min-width: 600px) {
	.pnkz{
		width: calc(100% - 5rem * 2);
	}
	.page--not-has-sec-pagettl .pnkz{
		padding-top: 3rem;
		width: 110rem;
	}
}

/* 色
--------------------------------------*/
.c--white{
	color: #fff !important;
}
.c--black{
	color: #000 !important;
}
.c--gray{
	color: #727171 !important;
}
.c--light-gray{
	color: #F5F5F5 !important;
}
.c--light-gray2{
	color: #BCBCBC !important;
}
.c--navy{
	color: #102861 !important;
}
.c--yellow{
	color: #FFF100 !important;
}

.bg--white{
	background-color: #fff !important;
}
.bg--black{
	background-color: #000 !important;
}
.bg--gray{
	background-color: #727171 !important;
}
.bg--light-gray{
	background-color: #F5F5F5 !important;
}
.bg--light-gray2{
	background-color: #BCBCBC !important;
}
.bg--light-gray3{
	background-color: #ECECEC !important;
}
.bg--navy{
	background-color: #102861 !important;
}
.bg--yellow{
	background-color: #FFF100 !important;
}

/* ホバー
--------------------------------------*/
@media print,screen and (min-width: 600px) {
	.hover--c-white,
	.hover--c-black,
	.hover--c-navy,
	.hover--c-lime-green{
		transition: color .3s ease;
	}
	a.hover--c-white:hover,
	a:hover .hover--c-white{
		color: #fff !important;
	}
	a.hover--c-black:hover,
	a:hover .hover--c-black{
		color: #000 !important;
	}
	a.hover--c-navy:hover,
	a:hover .hover--c-navy{
		color: #102861 !important;
	}
	a.hover--c-lime-green:hover,
	a:hover .hover--c-lime-green{
		color: #52EC6E !important;
	}

	.hover--bg-white,
	.hover--bg-black,
	.hover--bg-navy,
	.hover--bg-yellow{
		transition: background .3s ease, color .3s ease;
	}
	a.hover--bg-white:hover,
	a:hover .hover--bg-white,
	button.hover--bg-white:hover,
	button:hover .hover--bg-white{
		background-color: #fff !important;
	}
	a.hover--bg-black:hover,
	a:hover .hover--bg-black{
		background-color: #000 !important;
	}
	a.hover--bg-navy:hover,
	a:hover .hover--bg-navy{
		background-color: #102861 !important;
	}
	a.hover--bg-yellow:hover,
	a:hover .hover--bg-yellow{
		background-color: #FFF100 !important;
	}

	.hover--underline{
		background-position: right bottom;
		background-size: 0 100%;
		background-image: linear-gradient(to bottom, transparent calc(100% - 1px), currentColor 1px);
		background-repeat: no-repeat;
		transition: color .3s ease, background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	}
	a.hover--underline:hover,
	a:hover .hover--underline,
	.has--dd:hover > .hover--underline,
	.js--btn-popup.hover--underline:hover,
	.js--btn-popup:hover .hover--underline{
		background-position: left bottom;
		background-size: 100% 100%;
	}

	.hover--opacity,
	.hover--img-opacity > img{
		transition: opacity .3s ease;
	}
	a.hover--opacity:hover,
	a:hover .hover--opacity,
	a.hover--img-opacity:hover > img,
	a:hover .hover--img-opacity > img{
		opacity: 0.5;
	}
	.hover--img-blur:before,
	.hover--img-blur:after{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: opacity .3s ease;
		opacity: 0;
	}
	.hover--img-blur:before{
		-webkit-backdrop-filter: brightness(105%);
		backdrop-filter: brightness(105%);
		z-index: 3;
	}
	.hover--img-blur:after{
		-webkit-backdrop-filter: blur(0.5rem);
		backdrop-filter: blur(0.5rem);
		z-index: 4;
	}
	a.hover--img-blur:hover:before,
	a.hover--img-blur:hover:after,
	a:hover .hover--img-blur:before,
	a:hover .hover--img-blur:after{
		opacity: 1;
	}
}

/* 画像
--------------------------------------*/
.img--fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* IE */
.browser--ie .img--fit{
	position: relative;
	overflow: hidden;
}
.browser--ie .img--fit img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.img--posted{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.img--posted > img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img--dummy{
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ECECEC;
}
.img--dummy img{
	position: absolute;
	height: auto;
	width: 69.81%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* テキスト
--------------------------------------*/
div.txt--i,
p.txt--i,
ul.txt--i > li,
li.txt--i{
	padding-left: 1em;
	text-indent: -1em;
}
.txt--u{
	text-decoration: underline;
}
.txt--center{
	text-align: center;
}
.txt--right{
	text-align: right;
}
.txt--v{
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 0.11em;
	min-width: 1em;
}

@media print,screen and (min-width: 600px) {
	.txt--u:hover{
		text-decoration: none;
	}
}

.txt--cmn{
	font-size: 1.6rem;
	line-height: 2.18;
}
.txt--cmn-p-margin p:not(:first-child){
	margin-top: 2.18em;
}
.txt--sp-cmn-pc-cmn2{
	font-size: 1.6rem;
	line-height: 2.18;
}
.txt--sp-cmn-pc-cmn2-p-margin p:not(:first-child){
	margin-top: 2.18em;
}
.txt--cmn2{
	font-size: 1.8rem;
	line-height: 2.11;
}
.txt--cmn2-p-margin p:not(:first-child){
	margin-top: 2.11em;
}

@media print,screen and (min-width: 600px) {
	.txt--sp-cmn-pc-cmn2{
		font-size: 1.8rem;
		line-height: 2.11;
	}
	.txt--sp-cmn-pc-cmn2-p-margin p:not(:first-child){
		margin-top: 2.11em;
	}
}

.txt--line-clamp{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: calc(2.18em * 2);
	overflow: hidden;
}
.txt--line-clamp a{
	transition: color .3s ease;
}
.txt--line-clamp .hover--underline{
	transition: background-size 1.5s cubic-bezier(0.19, 1, 0.22, 1), color .3s ease;
}


/* iframe処理
--------------------------------------*/
.gmap--wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 74.92%;
}
.gmap--wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*====================================
pagenavi
====================================*/
.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	box-sizing: border-box;
	height: 3.4rem;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend{
	box-sizing: border-box;
	font-size: 1.6rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	border: 1px solid #BCBCBC;
	border-radius: 0.5rem;
}
.wp-pagenavi .current{
	background-color: #727171;
	border-color: #727171;
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 1.4rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 2.3rem;
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink{
	margin-right: 1rem;
}
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink{
	margin-left: 1rem;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.9rem;
	border-top: solid 1px #000;
	top: 50%;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after{
	border-left: solid 1px #BCBCBC;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after{
	border-right: solid 1px #BCBCBC;
}
.wp-pagenavi .previouspostslink:before{
	left: 50%;
	transform: translate(-20%,-50%) rotate(-45deg);
}
.wp-pagenavi .first:before{
	left: 0.5rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .first:after{
	right: -0.8rem;
	transform: translateY(-50%) rotate(-45deg);
}
.wp-pagenavi .nextpostslink:before{
	right: 50%;
	transform: translate(20%,-50%) rotate(45deg);
}
.wp-pagenavi .last:before{
	left: -0.8rem;
	transform: translateY(-50%) rotate(45deg);
}
.wp-pagenavi .last:after{
	right: 0.5rem;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .first,
	.wp-pagenavi .last{
		width: 4rem;
		font-size: 1.8rem;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend{
		margin-left: 1rem;
		margin-right: 1rem;
		height: 4rem;
	}
	.wp-pagenavi .page{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.wp-pagenavi a.page:hover{
		background-color: #727171;
		border-color: #727171;
		color: #fff;
	}
	.wp-pagenavi .first{
		margin-right: 2rem;
	}
	.wp-pagenavi .previouspostslink{
		margin-right: 4rem;
	}
	.wp-pagenavi .last{
		margin-left: 2rem;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: 4rem;
	}
	.wp-pagenavi .previouspostslink:before,
	.wp-pagenavi .nextpostslink:before,
	.wp-pagenavi .first:before,
	.wp-pagenavi .last:before,
	.wp-pagenavi .first:after,
	.wp-pagenavi .last:after{
		transition: border .3s ease;
	}
	.wp-pagenavi .previouspostslink:hover:before,
	.wp-pagenavi .nextpostslink:hover:before,
	.wp-pagenavi .first:hover:before,
	.wp-pagenavi .last:hover:before,
	.wp-pagenavi .first:hover:after,
	.wp-pagenavi .last:hover:after{
		border-color: #727171;
	}
}

/*===============================
swiper
===============================*/
/* ナビゲーション */
.swiper-arrows{
	display: flex;
}
.swiper-button-prev,
.swiper-button-next{
	box-sizing: border-box;
	pointer-events: auto;
	cursor: pointer;
	top: 0;
	left: auto;
	right: auto;
	margin: 0;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DEDEDE;
	transition: background .3s ease, border .3s ease;
	position: relative;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.2rem;
	height: 1.9rem;
	background-color: #727171;
}
.swiper-button-prev{
	border-right: 0;
	border-radius: 2rem 0 0 2rem;
}
.swiper-button-prev:after{
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.swiper-button-next{
	border-radius: 0 2rem 2rem 0;
}
.swiper-button-next:after{
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media print,screen and (min-width: 600px) {
	.swiper-button-prev:not(.swiper-button-disabled):hover,
	.swiper-button-next:not(.swiper-button-disabled):hover{
		background-color: #102861;
		border-color: #102861;
	}
	.swiper-button-prev:not(.swiper-button-disabled):hover:after,
	.swiper-button-next:not(.swiper-button-disabled):hover:after{
		background-color: #fff;
	}
}

/* スクロールバー */
.swiper-scrollbar.swiper-scrollbar-horizontal{
	box-sizing: border-box;
	position: relative;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	z-index: 3;
	border-radius: 0;
	background-color: #DEDEDE;
	padding: 0;
	height: 0.7rem;
}
.swiper-scrollbar-drag{
	border-radius: 0;
	background-color: #102861;
	height: 100%;
	cursor: pointer;
}

/*====================================
parts
===================================*/
.ttl--unque1 .ttl--unque1-sub-ttl{
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
.ttl--unque1 .ttl--unque1-ttl{
	font-size: 5.5rem;
	display: inline-block;
	position: relative;
}
.ttl--unque1 .ttl--unque1-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	height: 1.5rem;
	width: 100%;
	left: 0;
	top: calc((100% - 1.5rem) / 2);
	background-color: #fff100;
}
.ttl--unque1 .ttl--unque1-ttl .ttl--unque1-ttl-inner{
	position: relative;
	z-index: 2;
}
.ttl--unque1.c--yellow .ttl--unque1-ttl:before{
	background-color: #000;
}

.ttl--unque2{
	margin-bottom: 5rem;
}
.ttl--unque2 .ttl--unque2-sub-ttl{
	position: relative;
	padding-left: 1.7rem;
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
}
.ttl--unque2 .ttl--unque2-sub-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1rem;
	height: 0.2rem;
	background-color: #FFF100;
	left: 0;
	top: calc((100% - 0.2rem) / 2);
}
.ttl--unque2 .ttl--unque2-ttl{
	font-size: 3.2rem;
}

@media print,screen and (min-width: 600px) {
	.ttl--unque1 .ttl--unque1-ttl{
		font-size: 8rem;
	}
	.ttl--unque1 .ttl--unque1-ttl:before{
		height: 2rem;
		top: calc((100% - 2rem) / 2);
	}

	.ttl--unque2{
		margin-bottom: 7rem;
	}
	.ttl--unque2 .ttl--unque2-sub-ttl{
		margin-bottom: 2rem;
	}
	.ttl--unque2 .ttl--unque2-ttl{
		font-size: 4rem;
	}
}

.link--arrow{
	display: inline-block;
	position: relative;
	padding-left: 1.3rem;
}
.link--arrow:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.6rem;
	height: 1rem;
	left: 0;
	top: calc((1em - 1rem) / 2);
	background-color: #727171;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.link--new-tab{
	display: inline-block;
	position: relative;
	padding-right: 1.6rem;
}
.link--new-tab .icon--new-tab{
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.1rem;
	height: 1rem;
	right: 0;
	top: calc((1em - 1rem) / 2);
}

.btn--cmn1{
	width: 100%;
	height: 7rem;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 1.8rem;
	background-color: #727171;
	color: #fff;
	border: 1px solid #727171;
}
.btn--cmn1:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.6rem;
	height: 1rem;
	right: 3rem;
	top: calc((100% - 1rem) / 2);
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn--cmn1.bg--white{
	color: #000;
}
.btn--cmn1.bg--white:before{
	background-color: #727171;
}

@media print,screen and (min-width: 600px) {
	.btn--cmn1{
		transition: background .3s ease, color .3s ease, border .3s ease;
	}
	.btn--cmn1:before{
		transition: background .3s ease;
	}
	.btn--cmn1:hover{
		background-color: #fff;
		color: #727171;
	}
	.btn--cmn1:hover:before{
		background-color: #727171;
	}
	a.btn--cmn1.hover--bg-navy:hover,
	a:hover .btn--cmn1.hover--bg-navy{
		border-color: #102861 !important;
		color: #fff;
	}
	a.btn--cmn1.hover--bg-navy:hover:before,
	a:hover .btn--cmn1.hover--bg-navy:before{
		background-color: #fff;
	}
	a.btn--cmn1.hover--bg-yellow:hover,
	a:hover .btn--cmn1.hover--bg-yellow{
		border-color: #FFF100 !important;
		color: #000;
	}
	a.btn--cmn1.hover--bg-yellow:hover:before,
	a:hover .btn--cmn1.hover--bg-yellow:before{
		background-color: #000;
	}
}

.effect--wipe-left:not(.ttl--unque1),
.ttl--unque1.effect--wipe-left .ttl--unque1-sub-ttl,
.ttl--unque1.effect--wipe-left .ttl--unque1-ttl:before,
.ttl--unque1.effect--wipe-left .ttl--unque1-ttl-inner{
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: clip-path .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.effect--wipe-left.js--scroll-effect.is--show:not(.ttl--unque1),
.ttl--unque1.effect--wipe-left.is--show .ttl--unque1-sub-ttl,
.ttl--unque1.effect--wipe-left.is--show .ttl--unque1-ttl:before,
.ttl--unque1.effect--wipe-left.is--show .ttl--unque1-ttl-inner{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.ttl--unque1.effect--wipe-left.is--show .ttl--unque1-sub-ttl,
.ttl--unque1.effect--wipe-left.is--show .ttl--unque1-ttl-inner{
	transition-delay: .3s;
}

@media only screen and (max-width: 599px) {
	.layout--sidemenu-wrap .layout--sidemenu-side{
		margin-top: 8rem;
	}
}

@media print,screen and (min-width: 600px) {
	.layout--sidemenu-wrap{
		display: flex;
		justify-content: space-between;
	}
	.layout--sidemenu-wrap .layout--sidemenu-main{
		width: 84rem;
		order: 2;
	}
	.layout--sidemenu-wrap .layout--sidemenu-side{
		width: 20rem;
		order: 1;
	}
}

.parts--scroll-guide{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.parts--scroll-guide .parts--scroll-guide-txt{
	font-size: 1.3rem;
}
.parts--scroll-guide .parts--scroll-guide-icon{
	width: 3rem;
	margin-left: 0.3rem;
}

/*====================================
form
====================================*/
/* common
--------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select,
button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	font-family : inherit;
	color: inherit;
	box-sizing: border-box;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	box-sizing: border-box;
	width: 100%;
	background-color: #F5F5F5;
	color: #000;
	transition: background .3s ease;
}

/* form--tbl
--------------------------------------*/
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"],
.form--tbl input[type="number"],
.form--tbl textarea{
	border-radius: 1rem;
}
.form--tbl input[type="text"],
.form--tbl input[type="tel"],
.form--tbl input[type="email"],
.form--tbl input[type="number"]{
	height: 6rem;
	padding: 0 2rem;
}
.form--tbl input:placeholder-shown,
.form--tbl textarea:placeholder-shown {
	color: #DEDEDE;
}
.form--tbl input::-webkit-input-placeholder,
.form--tbl textarea::-webkit-input-placeholder {
	color: #DEDEDE;
}
.form--tbl textarea{
	padding: 1.5rem 2rem;
}

/* checkbox radio */
.form--tbl span.wpcf7-list-item{
	margin: 0;
}
.form--tbl .wpcf7-radio,
.form--tbl .wpcf7-checkbox{
	display: block;
	margin-top: -2rem;
	width: calc(100% + 1rem);
}
.form--tbl .wpcf7-radio .wpcf7-list-item,
.form--tbl .wpcf7-checkbox .wpcf7-list-item{
	margin-top: 2rem;
	margin-right: 2rem;
}
.form--tbl .wpcf7-radio input[type="radio"],
.form--tbl .wpcf7-checkbox input[type="checkbox"],
.form--tbl .wpcf7-acceptance input[type="checkbox"]{
	display: none;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label{
	display: inline-block;
	position: relative;
	padding-left: 3rem;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:before{
	width: 2rem;
	height: 2rem;
	left: 0;
	top: 0.8rem;
	background-color: #fff;
	border: 1px solid #BCBCBC;
	transition: background .2s ease, border .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:before{
	border-radius: 100%;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	opacity: 0;
	transition: opacity .2s ease;
}
.form--tbl .wpcf7-radio .wpcf7-list-item-label:after{
	width: 1rem;
	height: 1rem;
	background-color: #727171;
	left: 0.5rem;
	top: 1.3rem;
	border-radius: 100%;
}
.form--tbl .wpcf7-checkbox .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance .wpcf7-list-item-label:after{
	left: 0.6rem;
	width: 0.9rem;
	height: 1.2rem;
	top: 0.9rem;
	transform: rotate(40deg);
	border-bottom: 0.3rem solid #fff;
	border-right: 0.3rem solid #fff;
}
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.form--tbl .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before{
	background-color: #727171;
	border-color: #727171;
}
.form--tbl .wpcf7-radio input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.form--tbl .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
}

@media print,screen and (min-width: 600px) {
	.form--tbl .wpcf7-radio,
	.form--tbl .wpcf7-checkbox{
		margin-top: -1rem;
	}
	.form--tbl .wpcf7-radio .wpcf7-list-item,
	.form--tbl .wpcf7-checkbox .wpcf7-list-item{
		margin-top: 1rem;
	}
}

/* ボタン */
.btn--form{
	position: relative;
	margin: 6rem auto 0 auto;
	pointer-events: none;
	height: 7rem;
}
.btn--form > p{
	height: 100%;
	width: 100%;
}
.btn--form input{
	outline: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 7rem;
	font-size: 1.8rem;
	color: #fff;
	pointer-events: auto;
	transition: background .3s ease, color .3s ease, border .3s ease, opacity .3s ease;
}
.btn--form input:disabled{
	opacity: .7;
	pointer-events: none;
}

@media print,screen and (min-width: 600px) {
	.btn--form{
		margin-top: 10rem;
		width: 33.5rem;
	}
}

.form--tbl{
	box-sizing: border-box;
	width: 100%;
}
.form--tbl p:not(:last-child){
	margin-bottom: 0;
}
.form--tbl th,
.form--tbl td{
	box-sizing: border-box;
	display: block;
}
.form--tbl th{
	padding-bottom: 2rem;
	font-weight: 700;
}
.form--tbl tr:not(:last-child) td{
	padding-bottom: 3rem;
}

.form--tbl .req{
	box-sizing: border-box;
	color: #BCBCBC;
	display: inline-block;
	margin-left: 0.7rem;
}
.form--tbl .td-block:not(:last-child){
	margin-bottom: 1.5rem;
}
.form--tbl .td-label{
	line-height: 1.2;
	margin-bottom: 1rem;
}
.form--tbl .td-detail-txt:not(:first-child){
	margin-top: 0.5rem;
}
.form--tbl .unit-wrap{
	display: flex;
	align-items: center;
}
.form--tbl .unit-wrap .unit:not(:last-child){
	margin-right: 1rem;
}

@media print,screen and (min-width: 600px) {
	.form--tbl tr:not(:last-child) td{
		padding-bottom: 5rem;
	}
	.form--tbl .td-txt{
		margin-bottom: 1rem;
	}
}

/* response-output */
.wpcf7 form .wpcf7-response-output{
	padding: 2.4rem 2rem;
	border: none !important;
}
.wpcf7 form:not(.sent) .wpcf7-response-output{
	background-color: #980404;
	color: #fff;
}
.wpcf7 .recaptha-caption{
	margin-top: 10rem;
	font-size: 1.3rem;
	line-height: 1.69;
}
.wpcf7 .recaptha-caption a{
	text-decoration: underline;
}
.grecaptcha-badge { visibility: hidden; }
.wpcf7 form.sent .block-lead,
.wpcf7 form.sent .form--tbl,
.wpcf7 form.sent .btn--form,
.wpcf7 form.sent .recaptha-caption,
.wpcf7 form.sent .wpcf7-response-output{
	display: none;
}
.wpcf7 form .sent-thankyou-message{
	display: none;
}
.wpcf7 form.sent .sent-thankyou-message{
	display: block;
	padding: 3rem;
}
.wpcf7 form.sent .sent-thankyou-message .sec-ttl{
	font-size: 1.5em;
	margin-bottom: 3rem;
}

@media print,screen and (min-width: 600px) {
	.wpcf7 form.sent .sent-thankyou-message{
		padding: 6rem;
	}
}

/* unique */
.form--tbl .tr-privacy .td-detail-txt{
	margin-top: 2.5rem;
}

@media print,screen and (min-width: 600px) {
	
}

/*====================================
header
====================================*/
/* hamburger-btn
--------------------------------------*/
.hamburger-btn{
	box-sizing: border-box;
	cursor: pointer;
	position: fixed;
	z-index: 1001;
	width: 4.6rem;
	height: 4.6rem;
	top: 2.6rem;
	right: 1rem;
}
.hamburger-btn-inner{
	display: block;
	position: absolute;
	width: 2.4rem;
	height: 2rem;
	top: 1.3rem;
	right: 1.1rem;
	transition: transform 0.35s ease;
	z-index: 2;
}
.hamburger-btn span{
	position: absolute;
	top: 0;
	right: 0;
	width: 2.4rem;
	height: 1px;
	background-color: #727171;
	transition: transform 0.35s ease, opacity 0.35s ease, background .3s ease;
}
.hamburger-btn span:nth-child(2){
	top: 1rem;
}
.hamburger-btn span:last-child{
	top: 2rem;
}

.hamburger-btn.is--open .hamburger-btn-inner{
	transform: rotate(360deg);
}
.hamburger-btn.is--open span:first-child,
.hamburger-btn.is--open span:last-child{
	top: 50%;
}
.hamburger-btn.is--open span:first-child{
	transform: rotate(-45deg);
}
.hamburger-btn.is--open span:nth-child(2){
	opacity: 0;
}
.hamburger-btn.is--open span:last-child{
	transform: rotate(45deg);
}

/* hamburger menu
--------------------------------------*/
#hamburger-menu{
	z-index:1000;
	position: fixed;
	box-sizing: border-box;
	width: 30rem;
	height: 100vh;
	top: 0;
	right: -30rem;
	transition: transform 0.35s ease;
}
#hamburger-menu.is--open{
	transform: translateX(-30rem);
}
#hamburger-menu .menu-inner{
	box-sizing: border-box;
	overflow-y: scroll;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 9.8rem 3rem;
}
#hamburger-menu .hamburger-btn-container .btn{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	min-height: 10.2rem;
}
#hamburger-menu .hamburger-btn-container .btn:not(:last-child){
	margin-bottom: 2rem;
}
#hamburger-menu .hamburger-btn-container .btn.tel .block-tel{
	display: flex;
	align-items: center;
	justify-content: center;
}
#hamburger-menu .hamburger-btn-container .btn.tel .block-tel .icon{
	width: 2.9rem;
	height: 4rem;
	margin-right: 0.9rem;
}
#hamburger-menu .hamburger-btn-container .btn.tel .block-tel .txt{
	font-size: 2rem;
}
#hamburger-menu .hamburger-btn-container .btn.tel .block-txt{
	font-size: 1.3rem;
	margin-top: 0.7rem;
}
#hamburger-menu .hamburger-btn-container .btn.mail .icon{
	width: 2.9rem;
	height: 2.1rem;
	margin-right: 0.9rem;
}
#hamburger-menu .hamburger-nav-container{
	margin-top: 2rem;
	line-height: 1;
}
#hamburger-menu .hamburger-nav-container .nav-item:not(:last-child){
	border-bottom: 1px solid #DEDEDE;
}
#hamburger-menu .hamburger-nav-container .nav-item-inner{
	box-sizing: border-box;
	min-height: 8rem;
	display: flex;
	align-items: center;
	padding: 0 2rem;
}

/* hamburger-layer */
#hamburger-layer{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index:999;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease;
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
}
#hamburger-layer:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-backdrop-filter: brightness(90%);
	backdrop-filter: brightness(90%);
	opacity: 0.5;
}
#hamburger-layer.is--open{
	pointer-events: auto;
	opacity: 1;
}

/* header
--------------------------------------*/
header{
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
}
header .h1-txt{
	font-size: 1rem;
	-webkit-line-clamp: 1;
	max-height: 1em;
	width: 30em;
	max-width: 80%;
}
.header-logo{
	display: block;
	width: 20.8rem;
}

@media only screen and (max-width: 599px) {
	.header-logo-container,
	.header-nav-container .container-inner{
		width: calc(100% - 1rem * 2);
	}
	.header-nav-container{
		padding-top: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	header{
		padding: 2rem 0;
	}
	header .h1-txt{
		margin-bottom: 0.7rem;
	}
	.header-nav-container-area{
		height: 6rem;
	}
	.header-nav-container{
		height: 6rem;
		width: 100%;
		-webkit-backdrop-filter: blur(1.5rem);
		backdrop-filter: blur(1.5rem);
	}
	.header-nav-container:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: .7;
	}
	.header-nav-container .container-inner{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.header-logo{
		width: 16.8rem;
	}
	header .nav-block,
	header .nav-list,
	header .btn-list{
		display: flex;
		align-items: center;
	}
	header .nav-item:not(:last-child){
		margin-right: 2.5rem;
	}
	header .nav-item-inner{
		font-size: 1.5rem;
	}
	header .nav-item-inner .link--arrow{
		padding-left: 1.3rem;
	}
	header .nav-item-inner .link--arrow:before,
	header .btn-list .btn:before{
		width: 0.6rem;
		height: 1rem;
		top: calc((1em - 1rem) / 2);
	}
	header .btn-list{
		margin-left: 3rem;
	}
	header .btn-list .btn{
		width: 15rem;
		height: 4rem;
		font-size: 1.5rem;
	}
	header .btn-list .btn:not(:last-child){
		margin-right: 1rem;
	}
	header .btn-list .btn:before{
		right: 1.5rem;
		top: calc((100% - 0.8rem) / 2);
	}

	header.is--scroll .js--gnav{
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
}

/*===============================
footer
===============================*/
.footer-link-container .block-link{
	display: block;
	position: relative;
}
.footer-link-container .block-link .overlay{
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}
.footer-link-container .block-link .overlay1{
	opacity: 0.7;
	z-index: 2;
}
.footer-link-container .block-link .box-txt{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 3.2rem;
}

.footer-contact-container{
	padding-top: 8rem;
	padding-bottom: 6rem;
}
.footer-contact-container .block-contact .box-btn{
	margin-top: 4rem;
}
.footer-contact-container .block-contact .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 14rem;
	border: 1px solid #102861;
	border-radius: 0.5rem;
}
.footer-contact-container .block-contact .btn.tel .icon{
	width: 4.8rem;
	height: 6.7rem;
}
.footer-contact-container .block-contact .btn.tel .item-txt{
	padding-left: 1.9rem;
}
.footer-contact-container .block-contact .btn.tel .num{
	font-size: 2.6rem;
}
.footer-contact-container .block-contact .btn.tel .txt{
	font-size: 1.3rem;
	margin-top: 1.2rem;
}
.footer-contact-container .block-contact .btn.mail .icon{
	width: 4.5rem;
	height: 3.2rem;
	margin-right: 1.9rem;
}
.footer-contact-container .block-contact .btn.mail .txt{
	font-size: 2.4rem;
}
.footer-contact-container .footer-logo{
	display: block;
	width: 26.1rem;
}

.footer-group-container{
	box-sizing: border-box;
	position: relative;
	padding: 3.7rem 3.7rem 3rem 3.7rem;
}
.footer-group-container .bg{
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 0.5rem;
}
.footer-group-container .block-ttl,
.footer-group-container .block-group{
	position: relative;
	z-index: 2;
}
.footer-group-container .block-ttl{
	font-size: 2.6rem;
}
.footer-group-container .group-item:not(:last-child){
	margin-bottom: 2rem;
}
.footer-group-container .group-item-inner{
	font-size: 1.3rem;
}
.footer-group-container .group-item-inner .link--arrow{
	padding-left: 1.1rem;
}
.footer-group-container .group-item-inner .link--arrow:before{
	width: 0.4rem;
	height: 0.8rem;
	top: calc((1em - 0.8rem) / 2);
}

.footer-loop-container{
	position: relative;
	height: 17.4rem;
}
.footer-loop-container .block-loop{
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-loop-container .block-loop .loop-item{
	display: flex;
}
.footer-loop-container .block-loop .loop-item:first-child{
	animation: infinity-left-loop 60s -30s linear infinite;
}
.footer-loop-container .block-loop .loop-item:last-child{
	animation: infinity-left-loop2 60s linear infinite;
}
.footer-loop-container .block-loop .loop-item .txt{
	font-size: 12rem;
}
.footer-loop-container .block-txt{
	position: relative;
	z-index: 2;
	font-size: 2.8rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes infinity-left-loop {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-left-loop2 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
@keyframes infinity-right-loop {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(100%);
	}
}
@keyframes infinity-right-loop2 {
	from {
		transform: translateX(-200%);
	}
	to {
		transform: translateX(0);
	}
}

@media only screen and (max-width: 599px) {
	.footer-contact-container .block-contact .box-ttl .item-ttl{
		margin-bottom: 3.5rem;
	}
	.footer-contact-container .block-contact .btn:not(:last-child){
		margin-bottom: 2rem;
	}
	.footer-contact-container .block-logo{
		padding-top: 8rem;
	}
	.footer-contact-container .footer-logo{
		margin: 0 auto;
	}

	.footer-group-container .block-ttl{
		position: absolute;
		top: -0.5em;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.footer-group-container .group-list:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	.footer-link-container{
		display: flex;
	}
	.footer-link-container .block-link{
		width: 50%;
		height: 30rem;
	}
	.footer-link-container .block-link .img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/common/footer-link-about-pc.jpg) no-repeat center center;
		background-size: cover;
	}
	.footer-link-container .block-link.block-recruit .img{
		background-image: url(../img/common/footer-link-recruit-pc.jpg);
	}
	.footer-link-container .block-link:hover .overlay1{
		opacity: 0;
	}
	.footer-link-container .block-link .overlay2{
		opacity: 0;
		-webkit-backdrop-filter: brightness(105%);
		backdrop-filter: brightness(105%);
		z-index: 3;
	}
	.footer-link-container .block-link:hover .overlay2{
		opacity: 0.2;
	}
	.footer-link-container .block-link .overlay3{
		-webkit-backdrop-filter: blur(1rem);
		backdrop-filter: blur(1rem);
		opacity: 0;
		z-index: 4;
	}
	.footer-link-container .block-link:hover .overlay3{
		opacity: 1;
	}
	.footer-link-container .block-link .box-txt{
		font-size: 4rem;
	}

	.footer-contact-container{
		padding-top: 15rem;
		padding-bottom: 10rem;
		display: flex;
		justify-content: space-between;
	}
	.footer-contact-container .block-contact{
		width: 58.5rem;
	}
	.footer-contact-container .block-contact .box-ttl{
		display: flex;
	}
	.footer-contact-container .block-contact .box-ttl .item-txt{
		flex: 1;
		padding-top: 3rem;
		padding-left: 3rem;
		line-height: 1.93;
	}
	.footer-contact-container .block-contact .box-btn{
		margin-top: 4rem;
		display: flex;
		justify-content: space-between;
	}
	.footer-contact-container .block-contact .btn{
		width: calc((100% - 2.1rem) / 2);
	}
	.footer-contact-container .block-contact .btn.tel{
		pointer-events: none;
	}
	.footer-contact-container .block-contact .btn.tel .icon{
		width: 3.8rem;
		height: 5.3rem;
	}
	.footer-contact-container .block-contact .btn.tel .item-txt{
		padding-left: 0.9rem;
	}
	.footer-contact-container .block-contact .btn.tel .num{
		font-size: 2.2rem;
	}
	.footer-contact-container .block-contact .btn.mail .icon{
		width: 3.7rem;
		height: 2.6rem;
		margin-right: 0.9rem;
	}
	.footer-contact-container .block-contact .btn.mail .txt{
		font-size: 2rem;
	}
	.footer-contact-container .block-logo{
		padding-top: 4.9rem;
	}
	.footer-contact-container .footer-nav{
		margin-top: 5rem;
		display: flex;
	}
	.footer-contact-container .footer-nav .nav-list{
		line-height: 1;
	}
	.footer-contact-container .footer-nav .nav-list:not(:last-child){
		margin-right: 3.8rem;
	}
	.footer-contact-container .footer-nav .nav-item:not(:last-child){
		margin-bottom: 2.5rem;
	}

	.footer-group-container{
		display: flex;
		align-items: center;
		padding: 2rem 0;
		margin-bottom: 2rem;
	}
	.footer-group-container .bg{
		width: calc(100% - 5rem);
	}
	.footer-group-container .block-ttl{
		font-size: 3rem;
		line-height: 1.4;
	}
	.footer-group-container .block-group{
		flex: 1;
		padding-left: 6rem;
		display: flex;
	}
	.footer-group-container .group-list:not(:last-child){
		margin-right: 4rem;
	}

	.footer-loop-container{
		height: 29rem;
	}
	.footer-loop-container .block-loop .loop-item:first-child{
		animation: infinity-left-loop 80s -40s linear infinite;
	}
	.footer-loop-container .block-loop .loop-item:last-child{
		animation: infinity-left-loop2 80s linear infinite;
	}
	.footer-loop-container .block-loop .loop-item .txt{
		font-size: 20rem;
	}
	.footer-loop-container .block-txt{
		font-size: 4rem;
	}
}

/*====================================
top
====================================*/
#top .sec-main{
	position: relative;
}
#top .sec-main .container-logo-wrap,
#top .sec-main .container-copyright{
	width: calc(100% - 2rem);
}
#top .sec-main .container-logo-wrap{
	position: relative;
}
#top .sec-main .container-img .block-img{
	overflow: hidden;
	border-radius: 1rem;
	width: 100%;
	height: 55rem;
}
#top .sec-main .container-img .block-img video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top .sec-main .container-loop{
	position: absolute;
	bottom: 0;
	left: -1rem;
	width: 100%;
	height: 17.4rem;
	pointer-events: none;
}
#top .sec-main .container-loop .block-loop{
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
#top .sec-main .container-loop .block-loop .loop-item{
	display: flex;
}
#top .sec-main .container-loop .block-loop .loop-item:first-child{
	animation: infinity-left-loop 60s -30s linear infinite;
}
#top .sec-main .container-loop .block-loop .loop-item:last-child{
	animation: infinity-left-loop2 60s linear infinite;
}
#top .sec-main .container-loop .block-loop .loop-item .txt{
	font-size: 12rem;
}
#top .sec-main .container-loop .block-txt{
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	font-size: 2.8rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .sec-main .container-copyright{
	margin-top: 2rem;
	font-size: 1rem;
	text-align: right;
}

@media only screen and (max-width: 599px) {
	#top .sec-main .container-logo-wrap,
	#top .sec-main .container-copyright{
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec-main .container-logo{
		margin-bottom: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	body.page--top header{
		padding-bottom: 0;
	}
	body.page--top .header-nav-container-area{
		height: 0;
	}
	body.page--top header .js--gnav{
		position: fixed;
		top: 0;
		left: 0;
		transform: translateY(-6rem);
		transition: .3s ease-out;
	}
	body.page--top header.is--scroll .js--gnav{
		transform: translateY(0);
	}

	#top .sec-main .container-logo-wrap,
	#top .sec-main .container-copyright{
		width: calc(100% - 3rem);
	}
	#top .sec-main .container-logo-wrap{
		display: flex;
	}
	#top .sec-main .container-logo{
		box-sizing: border-box;
		width: 43.4rem;
		padding-top: 7rem;
		position: relative;
		z-index: 2;
	}
	#top .sec-main .container-logo .block-logo{
		text-align: center;
	}
	#top .sec-main .container-logo .logo{
		width: 29.4rem;
	}
	#top .sec-main .container-logo .block-nav{
		margin-top: 7rem;
		position: relative;
		padding-left: 7rem;
	}
	#top .sec-main .container-logo .block-nav .border{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 0.8rem;
	}
	#top .sec-main .container-logo .block-nav .nav-list{
		line-height: 1;
	}
	#top .sec-main .container-logo .block-nav .nav-item:not(:last-child){
		margin-bottom: 3.5rem;
	}
	#top .sec-main .container-logo .block-btn{
		margin-top: 7rem;
	}
	#top .sec-main .container-logo .block-btn .btn{
		width: 29.4rem;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec-main .container-logo .block-btn .btn:not(:last-child){
		margin-bottom: 2rem;
	}
	#top .sec-main .container-logo .scroll{
		line-height: 1;
		position: absolute;
		bottom: 0;
		left: calc((100% - 6em) / 2);
		padding-bottom: 6.5rem;
	}
	#top .sec-main .container-logo .scroll:before,
	#top .sec-main .container-logo .scroll:after{
		content:'';
		display: block;
		position: absolute;
		pointer-events: none;
		bottom: 0;
	}
	#top .sec-main .container-logo .scroll:before{
		width: 1px;
		left: calc((100% - 1px) / 2);
		background-color: #707070;
		height: 6rem;
	}
	#top .sec-main .container-logo .scroll:after{
		height: 1rem;
		width: 1rem;
		left: calc((100% - 1rem) / 2);
		border-radius: 100%;
		background-color: #707070;
		animation: top-main-scroll 1.7s ease-in-out infinite;
	}
	#top .sec-main .container-img{
		width: 83.6rem;
	}
	#top .sec-main .container-img .block-img{
		height: 80rem;
	}
	#top .sec-main .container-img .block-img img{
		width: auto;
		height: 100%;
		position: relative;
		left: -12rem;
	}
	#top .sec-main .container-loop{
		left: 0;
		height: 29rem;
	}
	#top .sec-main .container-loop .block-loop .loop-item .txt{
		font-size: 20rem;
	}
	#top .sec-main .container-loop .block-txt{
		justify-content: flex-end;
		padding-right: 10.5rem;
		font-size: 4rem;
	}
}
@media print,screen and (min-width: 1300px) {
	#top .sec-main .container-logo-wrap,
	#top .sec-main .container-copyright{
		width: calc(100% - 2.5vw);
	}
	#top .sec-main .container-logo{
		width: 49.4rem;
	}
	#top .sec-main .container-img{
		flex: 1;
	}
	#top .sec-main .container-img .block-img{
		height: 90rem;
	}
	#top .sec-main .container-img .block-img img{
		left: 0;
	}
}

@keyframes top-main-scroll {
	0% {
		transform: translateY(-4.5rem);
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: 0;
	}
}

/* about
--------------------------------------*/
#top .sec-about{
	padding-top: 18.6rem;
	padding-bottom: 12.2rem;
	position: relative;
	overflow: hidden;
}
#top .sec-about .container-loop{
	position: absolute;
	top: 6.5rem;
	left: 0;
	width: 100%;
	height: 90rem;
	display: flex;
	overflow: hidden;
}
#top .sec-about .container-loop .loop-item{
	height: 100%;
}
#top .sec-about .container-loop .loop-item:first-child{
	animation: infinity-right-loop 60s -30s linear infinite;
}
#top .sec-about .container-loop .loop-item:last-child{
	animation: infinity-right-loop2 60s linear infinite;
}
#top .sec-about .container-loop .loop-item img{
	width: auto;
	height: 100%;
}
#top .sec-about .container-about{
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 8rem 2.5rem;
	border-radius: 1rem;
	-webkit-backdrop-filter: blur(1.5rem);
	backdrop-filter: blur(1.5rem);
}
#top .sec-about .container-about:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: #fff;
	opacity: 0.7;
	transition: opacity .3s ease;
}
#top .sec-about .container-about .container-inner{
	position: relative;
	z-index: 2;
}
#top .sec-about .container-about .block-catch{
	font-size: 2.6rem;
	line-height: 1.76;
	margin-top: 2rem;
}
#top .sec-about .container-about .block-txt{
	margin-top: 12.5rem;
}
#top .sec-about .container-about .arrow{
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	width: 1rem;
	height: 1.8rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#top .sec-about .container-about .border-wrap{
	position: absolute;
	pointer-events: none;
}
#top .sec-about .container-about .border{
	position: absolute;
	pointer-events: none;
	opacity: 0.7;
}
#top .sec-about .container-about .border-wrap1{
	width: 32.5rem;
	height: 5.5rem;
	top: -2.5rem;
	right: -19.6rem;
}
#top .sec-about .container-about .border1-1{
	width: 19rem;
	height: 0.8rem;
	top: 0;
	left: 6.3rem;
}
#top .sec-about .container-about .border1-2{
	width: 19rem;
	height: 0.4rem;
	left: 13.5rem;
	top: 1.3rem;
}
#top .sec-about .container-about .border1-3{
	width: 19rem;
	height: 1.4rem;
	left: 0;
	top: 3.7rem;
}
#top .sec-about .container-about .border1-4{
	width: 16rem;
	height: 0.4rem;
	top: 5.1rem;
	left: 10.5rem;
}
#top .sec-about .container-about .border-wrap2{
	width: 24.7rem;
	height: 6rem;
	top: 34.8rem;
	left: -8rem;
}
#top .sec-about .container-about .border2-1{
	width: 15rem;
	height: 0.8rem;
	top: 0;
	left: 7.5rem;
}
#top .sec-about .container-about .border2-2{
	width: 10rem;
	height: 0.4rem;
	top: 1.8rem;
	left: 14.7rem;
}
#top .sec-about .container-about .border2-3{
	width: 16rem;
	height: 1.4rem;
	left: 0;
	top: 3.2rem;
}
#top .sec-about .container-about .border2-4{
	width: 10rem;
	height: 0.4rem;
	top: 5.6rem;
	left: 7.5rem;
}
#top .sec-about .container-about .border-wrap3{
	width: 23.7rem;
	height: 2.8rem;
	left: 4.9rem;
	bottom: -1.9rem;
}
#top .sec-about .container-about .border3-1{
	width: 18rem;
	height: 1.8rem;
	left: 0;
	top: 0;
}
#top .sec-about .container-about .border3-2{
	width: 19rem;
	height: 0.4rem;
	top: 2.4rem;
	left: 4.7rem;
}

#top .sec-about .container-about.is--show .ttl--unque1-sub-ttl,
#top .sec-about .container-about.is--show .ttl--unque1-ttl:before,
#top .sec-about .container-about.is--show .ttl--unque1-ttl-inner,
#top .sec-about .container-about.is--show .border-wrap1 .border,
#top .sec-about .container-about .border-wrap.is--show .border{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#top .sec-about .container-about.is--show .ttl--unque1-ttl:before{
	transition-delay: .3s;
}
#top .sec-about .container-about.is--show .ttl--unque1-sub-ttl,
#top .sec-about .container-about.is--show .ttl--unque1-ttl-inner{
	transition-delay: .6s;
}

@media print,screen and (min-width: 600px) {
	#top .sec-about{
		padding-top: 31.9rem;
		padding-bottom: 15.4rem;
	}
	#top .sec-about .container-loop{
		height: 104.6rem;
		top: 16.5rem;
	}
	#top .sec-about .container-about{
		width: 60.4rem;
		padding: 10rem;
	}
	#top .sec-about .container-about:hover:before{
		opacity: 0;
	}
	#top .sec-about .container-about .block-catch{
		font-size: 3rem;
		line-height: 1.73;
		margin-top: 3.5rem;
	}
	#top .sec-about .container-about .block-txt{
		margin-top: 14rem;
	}
	#top .sec-about .container-about .arrow{
		width: 1.6rem;
		height: 2.6rem;
		bottom: 4rem;
		right: 4rem;
	}
	#top .sec-about .container-about .border-wrap1{
		top: 3rem;
		right: -14.9rem;
	}
	#top .sec-about .container-about .border-wrap2{
		top: 43.2rem;
		left: -14.4rem;
	}
	#top .sec-about .container-about .border-wrap3{
		left: 18.4rem;
		bottom: -1.9rem;
	}
}

/* project
--------------------------------------*/
#top .sec-project{
	padding: 8rem 0;
}
#top .sec-project .container-project{
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 1rem;
	position: relative;
	box-shadow: 0px 0px 1.5rem -0.3rem rgba(114, 113, 113, .25);
	transform: translateY(10rem);
}
#top .sec-project .container-project.is--show{
	transform: translate(0);
	transition: opacity .5s cubic-bezier(0.33, 1, 0.68, 1), transform .75s cubic-bezier(0.33, 1, 0.68, 1);
}
#top .sec-project .container-project .bg-shape{
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 7.2rem;
	border-radius: 100%;
	top: -3.6rem;
	left: 0;
}
#top .sec-project .container-project .bg1,
#top .sec-project .container-project .bg2{
	position: absolute;
	left: 0;
	top: 0;
}
#top .sec-project .container-project .bg1{
	border-radius: 100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #CEFF00 0%, #91FF00 54%, #00D4FF 100%);
}
#top .sec-project .container-project .bg2{
	width: 100%;
	height: 300%;
	-webkit-backdrop-filter: blur(5rem);
	backdrop-filter: blur(5rem);
}
#top .sec-project .container-project .container-inner{
	position: relative;
	z-index: 2;
}
#top .sec-project .container-project .block-project{
	display: flex;
	align-items: center;
}
#top .sec-project .container-project .block-project .box-img{
	width: 11.7rem;
	margin-right: 1.4rem;
}
#top .sec-project .container-project .block-project .item-sub-ttl{
	font-size: 1.4rem;
	line-height: 1.35;
	margin-bottom: 1rem;
}
#top .sec-project .container-project .block-txt{
	padding: 1.5rem;
	line-height: 1.68;
	position: relative;
}
#top .sec-project .container-project .arrow{
	position: absolute;
	right: 2rem;
	bottom: calc((100% - 1.8rem) / 2);
	width: 1rem;
	height: 1.8rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media only screen and (max-width: 599px) {
	#top .sec-project .container-project .block-project{
		padding: 5rem 2.5rem;
	}
	#top .sec-project .container-project .block-project .box-img img{
		filter: drop-shadow(0 0 1.5rem #fff);
	}
	#top .sec-project .container-project .block-project .item-ttl{
		width: 15.4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-project{
		padding: 15rem 0;
	}
	#top .sec-project .container-project{
		padding: 7.7rem 27.2rem 7.6rem 27.3rem;
		box-shadow: 0px 0px 3rem -0.5rem rgba(114, 113, 113, .25);
	}
	#top .sec-project .container-project .bg-shape{
		width: 37.778rem;
		height: 40rem;
		top: -2rem;
		left: -18.89rem;
	}
	#top .sec-project .container-project .bg1{
		background: linear-gradient(to bottom, #CEFF00 0%, #91FF00 46%, #00D4FF 100%);
		opacity: 0.5;
		transition: opacity .3s ease;
	}
	#top .sec-project .container-project:hover .bg1{
		opacity: 0;
	}
	#top .sec-project .container-project .bg2{
		height: 100%;
		width: 300%;
		transition: backdrop-filter .3s ease;
	}
	#top .sec-project .container-project:hover .bg2{
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0);
	}
	#top .sec-project .container-project > .bg-grad{
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: linear-gradient(to bottom, #CEFF00 0%, #91FF00 46%, #00D4FF 100%);
		opacity: 0;
		transition: opacity .3s ease;
	}
	#top .sec-project .container-project:hover > .bg-grad{
		opacity: 1;
	}
	#top .sec-project .container-project .block-project .box-img{
		width: 17.2rem;
		margin-right: 2.4rem;
	}
	#top .sec-project .container-project .block-project .box-img .shape{
		width: 17.2rem;
		height: 11rem;
		mask-image: url(../img/top/project-img.svg);
		-webkit-mask-image: url(../img/top/project-img.svg);
	}
	#top .sec-project .container-project .block-project .box-img .bg-grad{
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #CEFF00 0%, #91FF00 46%, #00D4FF 100%);
		transition: opacity .3s ease;
	}
	#top .sec-project .container-project:hover .block-project .box-img .bg-grad{
		opacity: 0;
	}
	#top .sec-project .container-project .block-project .item-sub-ttl{
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	#top .sec-project .container-project .block-project .item-ttl .shape{
		width: 35.8rem;
		height: 6.7rem;
		mask-image: url(../img/top/project-ttl.svg);
		-webkit-mask-image: url(../img/top/project-ttl.svg);
	}
	#top .sec-project .container-project .block-txt{
		margin-top: 4rem;
		padding: 1.2rem;
		border-radius: 0.5rem;
	}
	#top .sec-project .container-project .arrow{
		right: 4rem;
		bottom: 4rem;
		width: 1.6rem;
		height: 2.6rem;
	}
}

/* business
--------------------------------------*/
#top .sec-business .container-txt .block-ttl{
	margin-bottom: 4.5rem;
}
#top .sec-business .container-txt .block-catch{
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

#top .sec-business .container-slide{
	position: relative;
}
#top .sec-business .container-slide .block-slide{
	transform: translateX(-5rem);
	opacity: 0;
}
#top .sec-business .container-slide .block-slide.is--show{
	transform: translate(0);
	opacity: 1;
	transition: opacity .5s cubic-bezier(0.33, 1, 0.68, 1), transform .75s cubic-bezier(0.33, 1, 0.68, 1);
}
#top .sec-business .container-slide .business-card .block-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
#top .sec-business .container-slide .business-card .block-ttl .num{
	width: 7.9rem;
}
#top .sec-business .container-slide .business-card .block-ttl .num img{
	height: 4.313rem;
	width: auto;
}
#top .sec-business .container-slide .business-card .block-ttl .ttl{
	flex: 1;
	line-height: 1.66;
}
#top .sec-business .container-slide .card5 .block-img img{
	width: 21.7rem;
}
#top .sec-business .container-slide .btn{
	margin-top: 5rem;
	border: none;
}

@media only screen and (max-width: 599px) {
	#top .sec-business{
		padding: 6rem 0;
	}
	#top .sec-business .container-slide{
		margin-top: 5rem;
	}
	#top .sec-business .container-slide .swiper-scrollbar{
		margin-top: 3rem;
	}
	#top .sec-business .container-slide .swiper-arrows{
		margin-top: 4rem;
		justify-content: center;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-business .wrap-business{
		display: flex;
		width: calc((100% - 110rem) / 2 + 110rem);
		margin-left: calc((100% - 110rem) / 2);
	}
	#top .sec-business .container-txt,
	#top .sec-business .container-slide{
		box-sizing: border-box;
		padding-top: 15rem;
	}
	#top .sec-business .container-txt{
		width: 49.6rem;
		padding-right: 10rem;
		padding-bottom: 15rem;
	}
	#top .sec-business .container-txt .block-ttl{
		margin-bottom: 5.5rem;
	}
	#top .sec-business .container-txt .block-catch{
		font-size: 3rem;
	}
	#top .sec-business .container-txt .btn{
		width: 33.5rem;
		margin-top: 7rem;
		border: none;
	}
	#top .sec-business .container-slide{
		box-sizing: border-box;
		width: calc((100% - 110rem) / 2 + 110rem - 33.5rem);
		padding-left: 10rem;
		overflow: hidden;
	}
	#top .sec-business .container-slide .shadow-shape{
		position: absolute;
		pointer-events: none;
		left: 0;
		top: 0;
		width: 200rem;
		height: 100%;
	}
	#top .sec-business .container-slide .shadow1{
		position: absolute;
		top: 8rem;
		left: calc(5.1rem / 2 * -1);
		border-radius: 100%;
		width: 5.1rem;
		height: 57.5rem;
		opacity: 0.25;
	}
	#top .sec-business .container-slide .shadow2{
		position: absolute;
		width: 20rem;
		height: 100%;
		left: 0;
		top: 0;
		-webkit-backdrop-filter: blur(1.5rem);
		backdrop-filter: blur(1.5rem);
	}
	#top .sec-business .container-slide .block-slide{
		position: relative;
		padding-bottom: 9.9rem;
	}
	#top .sec-business .container-slide .swiper{
		width: 51.8rem;
		margin: 0;
		overflow: visible;
	}
	#top .sec-business .container-slide .business-card .block-ttl{
		margin-bottom: 3rem;
	}
	#top .sec-business .container-slide .business-card .block-ttl .num{
		width: 8.7rem;
	}
	#top .sec-business .container-slide .business-card .block-ttl .num img{
		height: 5.75rem;
	}
	#top .sec-business .container-slide .business-card .block-ttl .ttl{
		font-size: 2.2rem;
		line-height: 1.72;
	}
	#top .sec-business .container-slide .card1 .block-img img{
		width: 46.2rem;
	}
	#top .sec-business .container-slide .card2 .block-img img{
		width: 50.9rem;
	}
	#top .sec-business .container-slide .card3 .block-img img{
		width: 45.7rem;
	}
	#top .sec-business .container-slide .card4 .block-img img{
		width: 48.9rem;
	}
	#top .sec-business .container-slide .card5 .block-img img{
		width: 29.5rem;
	}
	#top .sec-business .container-slide .swiper-scrollbar{
		position: absolute;
		left: 0;
		bottom: 3.2rem;
		width: 40.5rem;
	}
	#top .sec-business .container-slide .swiper-arrows{
		position: absolute;
		bottom: 0;
		left: 43.5rem;
	}
}

/* news
--------------------------------------*/
#top .sec-news{
	padding-top: 6rem;
	padding-bottom: 8rem;
}
#top .sec-news .container-ttl{
	margin-bottom: 4rem;
}
#top .sec-news .article-card-inner{
	display: block;
}
#top .sec-news .article-card .article-img{
	border-radius: 0.5rem;
}
#top .sec-news .article-card .article-head,
#news.page--archive .sec-article .article-card .article-head,
#news.page--single .single-article .article-head{
	display: flex;
	align-items: center;
}
#top .sec-news .article-card .article-cat,
#news.page--archive .sec-article .article-card .article-cat,
#news.page--single .single-article .article-cat{
	margin-right: 1.5rem;
	border-radius: 0.5rem;
	padding: 0.6rem 1rem;
	font-size: 1.3rem;
}
#top .sec-news .article-card .article-time-txt,
#news.page--archive .sec-article .article-card .article-time-txt,
#news.page--single .single-article .article-time-txt{
	font-size: 1.3rem;
}
#top .sec-news .article-card .article-head{
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
#top .sec-news .container-link{
	margin-top: 5rem;
}
#top .sec-news .link-to-archive{
	line-height: 1;
}

@media only screen and (max-width: 599px) {
	#top .sec-news .article-card:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-news{
		padding-top: 10rem;
		padding-bottom: 15rem;
	}
	#top .sec-news .container-ttl{
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#top .sec-news .container-article{
		display: flex;
	}
	#top .sec-news .article-card{
		width: calc((100% - 5.2rem * 2) / 3);
	}
	#top .sec-news .article-card:not(:nth-child(3n)){
		margin-right: 5.2rem;
	}
	#top .sec-news .article-card .article-head{
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
}

/* recruit
--------------------------------------*/
#top .sec-recruit{
	overflow: hidden;
	position: relative;
	padding-top: 150vh;
}
#top .sec-recruit .container-bg{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
#top .sec-recruit .container-bg .bg{
	width: 100%;
	height: 100%;
	background: url(../img/top/recruit-bg-sp.jpg) no-repeat center center;
	background-size: cover;
}
#top .sec-recruit .container-bg .overlay,
#top .sec-recruit .container-bg .blur{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top .sec-recruit .container-bg .overlay{
	/* opacity: 0.4; */
	opacity: 0;
	background-color: #000;
	-webkit-backdrop-filter: brightness(70%);
	backdrop-filter: brightness(70%);
}
#top .sec-recruit .container-bg .blur{
	/* -webkit-backdrop-filter: blur(1.5rem);
	backdrop-filter: blur(1.5rem); */
}
#top .sec-recruit .container-recruit-wrap{
	padding: 6rem 0;
	position: relative;
	z-index: 2;
}
#top .sec-recruit .block-ttl{
	margin-bottom: 4.5rem;
}
#top .sec-recruit .block-txt .box-catch{
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
#top .sec-recruit .block-icon{
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top .sec-recruit .block-icon .icon-box{
	box-sizing: border-box;
	width: calc((100% - 1.5rem) / 2);
	border-radius: 0.5rem;
	background-color: rgba(0, 0, 0, .6);
	background-color: rgba(114, 113, 113, .5);
	padding: 1.8rem 1rem;
}
#top .sec-recruit .block-icon .icon-box:nth-child(n+3){
	margin-top: 1.5rem;
}
#top .sec-recruit .block-icon .icon-box .item-icon{
	height: 6.8rem;
}
#top .sec-recruit .block-icon .icon-box.icon1 .item-icon{
	padding-right: 0.3rem;
}
#top .sec-recruit .block-icon .icon-box.icon1 .item-icon img{
	width: 5.95rem;
}
#top .sec-recruit .block-icon .icon-box.icon2 .item-icon img{
	width: 6.2rem;
}
#top .sec-recruit .block-icon .icon-box.icon3 .item-icon{
	padding-top: 1.1rem;
}
#top .sec-recruit .block-icon .icon-box.icon3 .item-icon img{
	width: 6.2rem;
}
#top .sec-recruit .block-icon .icon-box.icon4 .item-icon{
	padding-top: 0.6rem;
}
#top .sec-recruit .block-icon .icon-box.icon4 .item-icon img{
	width: 5.2rem;
}
#top .sec-recruit .block-icon .icon-box .item-txt{
	line-height: 1.66;
	min-height: calc(1.66em * 2);
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .sec-recruit .container-img{
	margin-top: 5rem;
	width: 56.8rem;
	position: relative;
}
#top .sec-recruit .container-btn{
	margin-top: 5rem;
}
#top .sec-recruit .btn-to-detail{
	border-color: #DEDEDE;
	background-color: transparent;
}

@media only screen and (max-width: 599px) {
	#top .sec-recruit .block-icon .icon-box.icon2 .item-icon{
		padding-left: 0.8rem;
	}
	#top .sec-recruit .container-img{
		left: -3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#top .sec-recruit{
		padding-top: 110vh;
	}
	#top .sec-recruit .container-recruit-wrap{
		padding: 15rem 0;
	}
	#top .sec-recruit .container-bg .bg{
		background-image: url(../img/top/recruit-bg-pc.jpg);
	}
	#top .sec-recruit .block-ttl{
		margin-bottom: 6rem;
	}
	#top .sec-recruit .block-txt .box-catch{
		font-size: 3rem;
	}
	#top .sec-recruit .block-icon{
		margin-top: 7rem;
		width: 35.2rem;
	}
	#top .sec-recruit .block-icon .icon-box{
		width: calc((100% - 2rem) / 2);
		padding: 2.2rem 1rem 2rem 1rem;
	}
	#top .sec-recruit .block-icon .icon-box:nth-child(n+3){
		margin-top: 2rem;
	}
	#top .sec-recruit .block-icon .icon-box .item-icon{
		height: 6.7rem;
	}
	#top .sec-recruit .block-btn{
		margin-top: 7rem;
		width: 33.5rem;
	}
	#top .sec-recruit .container-img{
		position: absolute;
		width: 116rem;
		top: 15rem;
		left: calc((100% - 110rem) / 2 + 49.2rem);
	}
}

/*====================================
contact
====================================*/
#contact .sec-contact{
	padding-top: 6rem;
}
#contact .sec-contact .block-tel{
	box-sizing: border-box;
	border-radius: 1rem;
	padding: 3rem;
}
#contact .sec-contact .block-tel .box-ttl{
	line-height: 1.66;
}
#contact .sec-contact .block-tel .box-tel{
	display: flex;
	justify-content: center;
}
#contact .sec-contact .block-tel .tel-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .sec-contact .block-tel .tel-wrap .icon{
	width: 3.8rem;
	height: 5.3rem;
	margin-right: 0.9rem;
}
#contact .sec-contact .block-tel .tel-wrap .el-tel{
	font-size: 2.2rem;
}
#contact .sec-contact .block-tel .tel-wrap .el-txt{
	font-size: 1.3rem;
	margin-top: 1.2rem;
}

@media only screen and (max-width: 599px) {
	#contact .sec-contact .block-tel{
		margin-top: 5rem;
	}
	#contact .sec-contact .block-tel .box-ttl{
		margin-bottom: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#contact .sec-pagettl .container-pagettl{
		background-image: url(../img/contact/pagettl-img-pc.jpg);
	}

	#contact .sec-contact{
		padding-top: 11.5rem;
	}
	#contact .sec-contact .container-contact{
		display: flex;
		align-items: flex-start;
		width: 90rem;
	}
	#contact .sec-contact .block-txt{
		padding-right: 7rem;
		flex: 1;
	}
	#contact .sec-contact .block-tel{
		width: 47rem;
		padding: 3.7rem;
		display: flex;
		align-items: center;
	}
	#contact .sec-contact .block-tel .box-ttl{
		margin-right: 2.9rem;
	}
	#contact .sec-contact .block-tel .tel-wrap{
		pointer-events: none;
	}
}

/* form
--------------------------------------*/
#contact .sec-form{
	padding-top: 6rem;
}

@media print,screen and (min-width: 600px) {
	#contact .sec-form{
		padding-top: 10rem;
	}
	#contact .sec-form .container-form{
		width: 90rem;
	}
}

/*====================================
news
====================================*/
/* archive
--------------------------------------*/
#news.page--archive .layout--sidemenu-wrap{
	padding-top: 6rem;
	padding-bottom: 8rem;
}
#news.page--archive .sec-article .article-card:not(:last-child){
	padding-bottom: 3.5rem;
	border-bottom: 1px solid #DEDEDE;
}
#news.page--archive .sec-article .article-card:not(:first-child){
	padding-top: 4rem;
}
#news.page--archive .sec-article .article-card-inner{
	display: block;
}
#news.page--archive .sec-article .article-card .article-img{
	border-radius: 0.5rem;
}
#news.page--archive .sec-article .article-card .article-head,
#news.page--single .single-article .article-head{
	margin-bottom: 1.5rem;
}

#news.page--archive .sec-cat .block-ttl{
	box-sizing: border-box;
	padding: 1rem;
	border-radius: 0.5rem 0.5rem 0 0;
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#news.page--archive .sec-cat .cat-list{
	line-height: 1;
}
#news.page--archive .sec-cat .cat-item{
	box-sizing: border-box;
	min-height: 6rem;
	padding: 1.5rem 3rem;
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
}
#news.page--archive .sec-cat .cat-item:last-child{
	border-radius: 0 0 0.5rem 0.5rem;
}

@media only screen and (max-width: 599px) {
	#news.page--archive .sec-article .article-card .article-txt-box{
		margin-top: 2rem;
	}
	#news.page--archive .sec-article .article-card .article-ttl{
		-webkit-line-clamp: 3;
		max-height: calc(2.11em * 3);
	}
}

@media print,screen and (min-width: 600px) {
	#news.page--archive .sec-pagettl .container-pagettl{
		background-image: url(../img/news/pagettl-img-pc.jpg);
	}

	#news.page--archive .layout--sidemenu-wrap{
		padding-top: 11.5rem;
		padding-bottom: 15rem;
	}
	#news.page--archive .sec-article .article-card:not(:last-child){
		padding-bottom: 4rem;
	}
	#news.page--archive .sec-article .article-card-inner{
		display: flex;
		align-items: center;
	}
	#news.page--archive .sec-article .article-img-box{
		width: 22rem;
	}
	#news.page--archive .sec-article .article-txt-box{
		flex: 1;
		padding-left: 3rem;
	}

	#news.page--archive .sec-cat .block-ttl{
		min-height: 7rem;
	}
	#news.page--archive .sec-cat .cat-item{
		min-height: 7rem;
	}
}

/* single
--------------------------------------*/
#news.page--single .single-article{
	padding-top: 4.5rem;
	padding-bottom: 8rem;
}
#news.page--single .single-article .article-head-container{
	margin-bottom: 4.5rem;
}
#news.page--single .single-article .article-ttl{
	font-size: 2.2rem;
	line-height: 1.9;
}
#news.page--single .single-article .btn-to-archive{
	margin-top: 6rem;
}

@media print,screen and (min-width: 600px) {
	#news.page--single .single-article{
		width: 90rem;
		padding-top: 8.5rem;
		padding-bottom: 15rem;
	}
	#news.page--single .single-article .article-head-container{
		margin-bottom: 6.5rem;
	}
	#news.page--single .single-article .article-head{
		margin-bottom: 2.5rem;
	}
	#news.page--single .single-article .article-ttl{
		font-size: 2.6rem;
		line-height: 2;
	}
	#news.page--single .single-article .btn-to-archive{
		margin: 10rem auto 0 auto;
		width: 33.5rem;
	}
}

/*====================================
recruit single
====================================*/
#recruit.page--single .sec-recruit{
	padding-top: 4.5rem;
	padding-bottom: 6rem;
}
#recruit.page--single .sec-recruit .container-head{
	margin-bottom: 1rem;
}
#recruit.page--single .sec-recruit .container-head .block-label{
	display: flex;
	flex-wrap: wrap;
}
#recruit.page--single .sec-recruit .container-head .box-label{
	box-sizing: border-box;
	padding: 0.6rem 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
}
#recruit.page--single .sec-recruit .container-head .box-label{
	background-color: #fff;
}
#recruit.page--single .sec-recruit .container-head .box-label{
	border: 1px solid #102861;
}
#recruit.page--single .sec-recruit .container-ttl{
	font-size: 2.2rem;
	line-height: 1.9;
	margin-bottom: 2rem;
}
#recruit.page--single .sec-recruit .container-recruit .th{
	box-sizing: border-box;
	padding: 2rem 1rem 1rem 1rem;
}
#recruit.page--single .sec-recruit .container-recruit .td{
	box-sizing: border-box;
	padding: 0 1rem 2rem 1rem;
}
#recruit.page--single .sec-recruit .container-recruit .tr:not(:last-child) .td{
	border-bottom: 1px solid #DEDEDE;
}

#recruit.page--single .sec-form{
	padding-top: 6rem;
	padding-bottom: 8rem;
}
#recruit.page--single .sec-form .container-ttl{
	box-sizing: border-box;
	border-radius: 0.5rem;
	padding: 2rem;
	font-size: 2rem;
	margin-bottom: 3rem;
}
#recruit.page--single .sec-form input[type="text"],
#recruit.page--single .sec-form input[type="tel"],
#recruit.page--single .sec-form input[type="email"],
#recruit.page--single .sec-form textarea{
	background-color: #fff;
}

@media only screen and (max-width: 599px) {
	#recruit.page--single .sec-recruit .container-recruit .table{
		line-height: 1.93;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--single .sec-recruit{
		padding-top: 8.5rem;
		padding-bottom: 11.5rem;
	}
	#recruit.page--single .sec-recruit .container-head{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	#recruit.page--single .sec-recruit .container-head .box-label{
		margin-right: 1.5rem;
	}
	#recruit.page--single .sec-recruit .container-ttl{
		font-size: 2.6rem;
		margin-bottom: 6.5rem;
	}
	#recruit.page--single .sec-recruit .container-recruit .tr:not(:last-child) .th,
	#recruit.page--single .sec-recruit .container-recruit .tr:not(:last-child) .td{
		border-bottom: 1px solid #DEDEDE;
	}
	#recruit.page--single .sec-recruit .container-recruit .tr{
		display: flex;
	}
	#recruit.page--single .sec-recruit .container-recruit .th{
		width: 21.2rem;
		padding: 3.5rem 2rem 3.5rem 3rem;
	}
	#recruit.page--single .sec-recruit .container-recruit .td{
		flex: 1;
		padding: 3.5rem 3rem 3.5rem 0;
	}

	#recruit.page--single .sec-form{
		padding-top: 10rem;
		padding-bottom: 15rem;
	}
	#recruit.page--single .sec-form .container-ttl,
	#recruit.page--single .sec-form .container-form{
		width: 90rem;
	}
	#recruit.page--single .sec-form .container-ttl{
		font-size: 2.2rem;
		padding-left: 3rem;
		padding-right: 3rem;
		margin-bottom: 4rem;
	}
}

/*====================================
recruit archive
====================================*/
/* work
--------------------------------------*/
#recruit.page--archive .sec-work{
	padding-top: 8rem;
}
#recruit.page--archive .sec-work .container-catch{
	font-size: 2.6rem;
	line-height: 1.76;
	margin-bottom: 7.5rem;
}
#recruit.page--archive .sec-work .container-work{
	background: linear-gradient(to bottom, transparent 0%, transparent 8rem, #F5F5F5 8rem, #F5F5F5 calc(100% - 8rem), transparent calc(100% - 8rem), transparent 100%);
}
#recruit.page--archive .sec-work .work-block .box-img img{
	border-radius: 0.5rem;
}
#recruit.page--archive .sec-work .work-block .box-ttl{
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
#recruit.page--archive .sec-work .block-bnr{
	margin-top: 7.5rem;
}
#recruit.page--archive .sec-work .block-bnr .box-bnr{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
#recruit.page--archive .sec-work .block-bnr .box-bnr .overlay{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease;
}
#recruit.page--archive .sec-work .block-bnr .box-bnr .overlay1{
	opacity: 0.5;
	z-index: 2;
}
#recruit.page--archive .sec-work .block-bnr .box-bnr .txt{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 2.8rem;
}
#recruit.page--archive .sec-work .block-bnr .box-bnr .triangle{
	position: absolute;
	z-index: 5;
	width: 1rem;
	height: 1.8rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: 2rem;
	right: 2rem;
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-work .work-block:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-pagettl .container-pagettl{
		background-image: url(../img/recruit/pagettl-img-pc.jpg);
		background-position: center right;
	}

	#recruit.page--archive .sec-work{
		padding-top: 16.5rem;
	}
	#recruit.page--archive .sec-work .container-catch{
		font-size: 3rem;
		line-height: 1.73;
	}
	#recruit.page--archive .sec-work .container-catch .block-catch{
		width: 83rem;
	}
	#recruit.page--archive .sec-work .container-work{
		background: linear-gradient(to bottom, transparent 0%, transparent 10rem, #F5F5F5 10rem, #F5F5F5 calc(100% - 10rem), transparent calc(100% - 10rem), transparent 100%);
	}
	#recruit.page--archive .sec-work .work-block-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#recruit.page--archive .sec-work .work-block{
		width: calc((100% - 6rem) / 2);
	}
	#recruit.page--archive .sec-work .work-block:nth-child(n+3){
		margin-top: 10rem;
	}
	#recruit.page--archive .sec-work .work-block .box-ttl{
		font-size: 2.2rem;
		margin-top: 3rem;
	}
	#recruit.page--archive .sec-work .block-bnr{
		margin-top: 14.5rem;
	}
	#recruit.page--archive .sec-work .block-bnr .box-bnr .overlay2{
		opacity: 0;
		-webkit-backdrop-filter: brightness(105%);
		backdrop-filter: brightness(105%);
		z-index: 3;
	}
	#recruit.page--archive .sec-work .block-bnr .box-bnr:hover .overlay2{
		opacity: 0.2;
	}
	#recruit.page--archive .sec-work .block-bnr .box-bnr .overlay3{
		-webkit-backdrop-filter: blur(1rem);
		backdrop-filter: blur(1rem);
		opacity: 0;
		z-index: 4;
	}
	#recruit.page--archive .sec-work .block-bnr .box-bnr:hover .overlay3{
		opacity: 1;
	}
	#recruit.page--archive .sec-work .block-bnr .box-bnr .txt{
		font-size: 4rem;
	}
}

/* career-map
--------------------------------------*/
#recruit.page--archive .sec-career-map{
	padding: 8rem 0;
}
#recruit.page--archive .sec-career-map .container-map .block-guide{
	margin-bottom: 5rem;
}
#recruit.page--archive .sec-career-map .container-support{
	box-sizing: border-box;
	margin-top: 5rem;
	border: 1px solid #DEDEDE;
	border-radius: 0.5rem;
	padding: 4rem 2.5rem;
}
#recruit.page--archive .sec-career-map .container-support .block-ttl .box-ttl{
	font-size: 2rem;
}
#recruit.page--archive .sec-career-map .container-support .check-list{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 2rem);
	line-height: 1.68;
	margin-top: -2rem;
}
#recruit.page--archive .sec-career-map .container-support .check-item{
	box-sizing: border-box;
	position: relative;
	margin-right: 2rem;
	margin-top: 2rem;
	padding-left: 3rem;
}
#recruit.page--archive .sec-career-map .container-support .check-item .check{
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 0.3rem;
	left: 0;
	top: 0.4rem;
}
#recruit.page--archive .sec-career-map .container-support .check-item .check:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.1rem;
	border-left: 0.4rem solid #102861;
	border-bottom: 0.4rem solid #102861;
	top: -0.2rem;
	left: 0.4rem;
	transform: rotate(-50deg);
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-career-map .container-ttl{
		margin-bottom: 2rem;
	}
	#recruit.page--archive .sec-career-map .container-map .block-scroll{
		width: 100vw;
		margin-left: calc((100vw - 100%) / 2 * -1);
		overflow-x: scroll;
	}
	#recruit.page--archive .sec-career-map .container-map .block-scroll img{
		width: 88.4rem;
		padding: 0 2rem;
	}
	#recruit.page--archive .sec-career-map .container-support .block-ttl{
		margin-bottom: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-career-map{
		padding: 15rem 0;
	}
	#recruit.page--archive .sec-career-map .container-support{
		margin-top: 7rem;
		display: flex;
		align-items: center;
		padding: 5rem;
	}
	#recruit.page--archive .sec-career-map .container-support .block-ttl .box-ttl{
		font-size: 2.2rem;
	}
	#recruit.page--archive .sec-career-map .container-support .block-list{
		flex: 1;
		padding-left: 5rem;
	}
	#recruit.page--archive .sec-career-map .container-support .check-list{
		width: calc(100% + 3rem);
	}
	#recruit.page--archive .sec-career-map .container-support .check-item{
		margin-right: 3rem;
	}
}

/* benefits
--------------------------------------*/
#recruit.page--archive .sec-benefits{
	padding: 6rem 0;
}
#recruit.page--archive .sec-benefits .container-ttl-wrap,
#recruit.page--archive .sec-numbers .container-ttl-wrap,
#recruit.page--archive .sec-interview .container-ttl-wrap{
	margin-bottom: 5rem;
}
#recruit.page--archive .sec-benefits .container-ttl,
#recruit.page--archive .sec-numbers .container-ttl,
#recruit.page--archive .sec-interview .container-ttl{
	margin-bottom: 3rem;
}
#recruit.page--archive .sec-benefits .benefit-card{
	box-sizing: border-box;
	border-radius: 0.5rem;
	padding: 2.5rem;
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl{
	margin-bottom: 1rem;
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl .ttl{
	position: relative;
	display: inline-block;
	padding: 0 2.5rem;
	font-size: 2rem;
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl .ttl .small{
	font-size: 1.6rem;
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl .border{
	width: 1.5rem;
	height: 0.2rem;
	position: absolute;
	top: calc((1em - 0.2rem) / 2);
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl .border.left{
	left: 0;
}
#recruit.page--archive .sec-benefits .benefit-card .card-ttl .border.right{
	right: 0;
}
#recruit.page--archive .sec-benefits .benefit-card .card-txt{
	line-height: 1.93;
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-benefits .benefit-card:not(:last-child){
		margin-bottom: 1.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-benefits{
		padding: 10rem 0;
	}
	#recruit.page--archive .sec-benefits .container-ttl-wrap,
	#recruit.page--archive .sec-numbers .container-ttl-wrap,
	#recruit.page--archive .sec-interview .container-ttl-wrap{
		margin-bottom: 7rem;
		display: flex;
		align-items: flex-end;
	}
	#recruit.page--archive .sec-benefits .container-ttl,
	#recruit.page--archive .sec-numbers .container-ttl,
	#recruit.page--archive .sec-interview .container-ttl{
		margin-bottom: 0;
	}
	#recruit.page--archive .sec-benefits .container-ttl-wrap .block-txt,
	#recruit.page--archive .sec-numbers .container-ttl-wrap .block-txt,
	#recruit.page--archive .sec-interview .container-ttl-wrap .block-txt{
		flex: 1;
		padding-left: 7rem;
	}
	#recruit.page--archive .sec-benefits .benefits-list{
		display: flex;
		flex-wrap: wrap;
	}
	#recruit.page--archive .sec-benefits .benefit-card{
		width: calc((100% - 3.4rem * 2) / 3);
		padding: 3rem;
	}
	#recruit.page--archive .sec-benefits .benefit-card:not(:nth-child(3n)){
		margin-right: 3.4rem;
	}
	#recruit.page--archive .sec-benefits .benefit-card:nth-child(n+4){
		margin-top: 3.4rem;
	}
	#recruit.page--archive .sec-benefits .benefit-card .card-ttl{
		margin-bottom: 2rem;
	}
	#recruit.page--archive .sec-benefits .benefit-card .card-ttl .ttl{
		font-size: 2.2rem;
	}
	#recruit.page--archive .sec-benefits .benefit-card .card-txt{
		line-height: 1.88;
	}
}

/* numbers
--------------------------------------*/
#recruit.page--archive .sec-numbers{
	padding-top: 8rem;
}
#recruit.page--archive .sec-numbers .number-block{
	box-sizing: border-box;
	padding: 3rem 2.5rem;
	border-radius: 0.5rem;
}
#recruit.page--archive .sec-numbers .number-block .box-ttl{
	font-size: 2rem;
	margin-bottom: 2rem;
}
#recruit.page--archive .sec-numbers .number-block.block1 .box-img img{
	width: 12rem;
}
#recruit.page--archive .sec-numbers .number-block.block1 .box-num,
#recruit.page--archive .sec-numbers .number-block.block3 .box-num{
	margin-top: 1.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#recruit.page--archive .sec-numbers .number-block.block1 .box-num .num,
#recruit.page--archive .sec-numbers .number-block.block3 .box-num .num{
	font-size: 8rem;
}
#recruit.page--archive .sec-numbers .number-block.block1 .box-num .txt,
#recruit.page--archive .sec-numbers .number-block.block3 .box-num .txt{
	font-size: 1.8rem;
}
#recruit.page--archive .sec-numbers .number-block.block1 .box-note{
	font-size: 1.3rem;
	margin-top: 1.3rem;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item-list,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item-list,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item-list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item-list,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item-list{
	justify-content: space-between;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item,
#recruit.page--archive .sec-numbers .number-block.block6 .num-item{
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item:nth-child(n+3),
#recruit.page--archive .sec-numbers .number-block.block5 .num-item:nth-child(n+3){
	margin-top: 2.5rem;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item .el-txt,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item .el-txt,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item .el-txt,
#recruit.page--archive .sec-numbers .number-block.block6 .num-item .el-txt{
	font-size: 1.8rem;
	line-height: 1.22;
	padding-right: 0.3rem;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item .el-num,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item .el-num,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item .el-num,
#recruit.page--archive .sec-numbers .number-block.block6 .num-item .el-num{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item .el-num .num,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item .el-num .num,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item .el-num .num{
	font-size: 5.4rem;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item .el-num .txt,
#recruit.page--archive .sec-numbers .number-block.block4 .num-item .el-num .txt,
#recruit.page--archive .sec-numbers .number-block.block5 .num-item .el-num .txt,
#recruit.page--archive .sec-numbers .number-block.block6 .num-item .el-num .txt{
	font-size: 1.8rem;
	margin-left: 0.3rem;
}
#recruit.page--archive .sec-numbers .number-block.block2 .num-item .el-num .num{
	min-width: 1.2em;
}
#recruit.page--archive .sec-numbers .number-block.block3 .box-img img{
	padding-left: 1.5rem;
	width: 10.4rem;
}
#recruit.page--archive .sec-numbers .number-block.block3 .box-num{
	padding-left: 5.5rem;
}
#recruit.page--archive .sec-numbers .number-block.block4{
	padding-bottom: 4rem;
}
#recruit.page--archive .sec-numbers .number-block.block4 .box-img img{
	width: 9.9rem;
	padding-left: 0.9rem;
}
#recruit.page--archive .sec-numbers .number-block.block4 .num-item-list{
	margin-top: 3.5rem;
}
#recruit.page--archive .sec-numbers .number-block.block5 .box-ttl,
#recruit.page--archive .sec-numbers .number-block.block6 .box-ttl{
	margin-bottom: 3.5rem;
}
#recruit.page--archive .sec-numbers .number-block.block5 .num-item:nth-child(odd){
	margin-right: 2rem;
}
#recruit.page--archive .sec-numbers .number-block.block5 .num-item-txt{
	font-size: 1.3rem;
	line-height: 1.69;
}
#recruit.page--archive .sec-numbers .number-block.block6 .num-item:not(:last-child){
	margin-bottom: 2.5rem;
}
#recruit.page--archive .sec-numbers .number-block.block6 .num-item .el-num{
	flex: 1;
}
#recruit.page--archive .sec-numbers .number-block.block6 .num-item .el-num .num{
	flex: 1;
	font-size: 4rem;
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-numbers .container-ttl .ttl{
		line-height: 1.43;
	}
	#recruit.page--archive .sec-numbers .number-block:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-numbers{
		padding-top: 15rem;
	}
	#recruit.page--archive .sec-numbers .numbers-list{
		display: flex;
		flex-wrap: wrap;
	}
	#recruit.page--archive .sec-numbers .number-block{
		width: calc((100% - 3.4rem * 2) / 3);
		padding: 4rem 3rem;
	}
	#recruit.page--archive .sec-numbers .number-block:not(:nth-child(3n)){
		margin-right: 3.4rem;
	}
	#recruit.page--archive .sec-numbers .number-block:nth-child(n+4){
		margin-top: 3.4rem;
	}
	#recruit.page--archive .sec-numbers .number-block .box-ttl{
		font-size: 2.2rem;
	}
	#recruit.page--archive .sec-numbers .number-block.block5 .num-item .el-txt{
		padding-right: 0;
	}
}

/* interview
--------------------------------------*/
#recruit.page--archive .sec-interview{
	padding: 8rem 0;
}
#recruit.page--archive .sec-interviewe .article-card-inner,
#interview .sec-archive .article-card-inner{
	display: block;
}
#recruit.page--archive .sec-interview .article-card .block-img,
#interview .sec-archive .article-card .block-img{
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#recruit.page--archive .sec-interview .article-card .block-img .box-img,
#interview .sec-archive .article-card .block-img .box-img{
	padding-bottom: 124.17%;
}
#recruit.page--archive .sec-interview .article-card .block-img .box-label,
#interview .sec-archive .article-card .block-img .box-label{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.3rem;
	padding: 1.3rem 1.5rem;
	border-radius: 0 0.5rem 0 0;
}
#recruit.page--archive .sec-interview .article-card .block-job,
#interview .sec-archive .article-card .block-job{
	margin-top: 2rem;
	margin-bottom: 1.7rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#recruit.page--archive .sec-interview .article-card .block-job .box-txt,
#interview .sec-archive .article-card .block-job .box-txt{
	font-size: 1.3rem;
	line-height: 1.2;
}
#recruit.page--archive .sec-interview .article-card .block-job .box-txt:not(:last-child),
#interview .sec-archive .article-card .block-job .box-txt:not(:last-child){
	padding-right: 1rem;
	border-right: 1px solid #BCBCBC;
}
#recruit.page--archive .sec-interview .article-card .block-job .box-txt:not(:first-child),
#interview .sec-archive .article-card .block-job .box-txt:not(:first-child){
	padding-left: 1rem;
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-interview .article-card:not(:last-child),
	#interview .sec-archive .article-card:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-interview{
		padding: 15rem 0;
	}
	#recruit.page--archive .sec-interview .article-list,
	#interview .sec-archive .article-list{
		display: flex;
		flex-wrap: wrap;
	}
	#recruit.page--archive .sec-interview .article-card,
	#interview .sec-archive .article-card{
		width: calc((100% - 5.2rem * 2) / 3);
	}
	#recruit.page--archive .sec-interview .article-card:not(:nth-child(3n)),
	#interview .sec-archive .article-card:not(:nth-child(3n)){
		margin-right: 5.2rem;
	}
	#recruit.page--archive .sec-interview .article-card:nth-child(n+4),
	#interview .sec-archive .article-card:nth-child(n+4){
		margin-top: 6rem;
	}
	#recruit.page--archive .sec-interview .article-card .block-img .overlay,
	#interview .sec-archive .article-card .block-img .overlay{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(51deg,#FFF661 0%, rgba(255, 246, 97, .27) 50%, transparent 90%);
		opacity: 0;
		transition: opacity .3s ease;
	}
	#recruit.page--archive .sec-interview .article-card-inner:hover .block-img .overlay,
	#interview .sec-archive .article-card-inner:hover .block-img .overlay{
		opacity: 1;
	}
	#recruit.page--archive .sec-interview .article-card .block-job,
	#interview .sec-archive .article-card .block-job{
		margin-top: 3rem;
	}
}

/* recruit
--------------------------------------*/
#recruit.page--archive .sec-recruit,
#interview .sec-recruit{
	background: url(../img/recruit/recruit-bg-sp.jpg) no-repeat center top;
	background-size: cover;
	padding: 6rem 0;
}
#recruit.page--archive .sec-recruit .article-card-inner,
#interview .sec-recruit .article-card-inner{
	display: block;
	border-radius: 0.5rem;
	padding: 2.5rem;
}
#recruit.page--archive .sec-recruit .article-card .block-label,
#interview .sec-recruit .article-card .block-label{
	display: flex;
	flex-wrap: wrap;
}
#recruit.page--archive .sec-recruit .article-card .block-label .box-label,
#interview .sec-recruit .article-card .block-label .box-label{
	box-sizing: border-box;
	padding: 0.6rem 1rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	font-size: 1.3rem;
}
#recruit.page--archive .sec-recruit .article-card .block-label1 .box-label,
#interview .sec-recruit .article-card .block-label1 .box-label{
	background-color: #fff;
}
#recruit.page--archive .sec-recruit .article-card .block-label2 .box-label,
#interview .sec-recruit .article-card .block-label2 .box-label{
	border: 1px solid #102861;
}
#recruit.page--archive .sec-recruit .article-card .block-ttl,
#interview .sec-recruit .article-card .block-ttl{
	margin-top: 0.5rem;
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 599px) {
	#recruit.page--archive .sec-recruit .article-card:not(:last-child),
	#interview .sec-recruit .article-card:not(:last-child){
		margin-bottom: 2rem;
	}
	#recruit.page--archive .sec-recruit .article-card .block-txt,
	#interview .sec-recruit .article-card .block-txt{
		-webkit-line-clamp: 3;
		max-height: calc(2.18em * 3);
	}
}

@media print,screen and (min-width: 600px) {
	#recruit.page--archive .sec-recruit,
	#interview .sec-recruit{
		background-image: url(../img/recruit/recruit-bg-pc.jpg);
		padding: 10rem 0;
	}
	#recruit.page--archive .sec-recruit .article-list,
	#interview .sec-recruit .article-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#recruit.page--archive .sec-recruit .article-card,
	#interview .sec-recruit .article-card{
		width: calc((100% - 6rem) / 2);
	}
	#recruit.page--archive .sec-recruit .article-card:nth-child(n+3),
	#interview .sec-recruit .article-card:nth-child(n+3){
		margin-top: 6rem;
	}
	#recruit.page--archive .sec-recruit .article-card-inner,
	#interview .sec-recruit .article-card-inner{
		padding: 4rem;
	}
	#recruit.page--archive .sec-recruit .article-card .block-label .box-label,
	#interview .sec-recruit .article-card .block-label .box-label{
		margin-right: 1.5rem;
	}
	#recruit.page--archive .sec-recruit .article-card .block-label1,
	#interview .sec-recruit .article-card .block-label1{
		margin-bottom: 0.5rem;
	}
	#recruit.page--archive .sec-recruit .article-card-inner:hover .block-label1 .box-label,
	#interview .sec-recruit .article-card-inner:hover .block-label1 .box-label{
		background: transparent;
	}
	#recruit.page--archive .sec-recruit .article-card-inner:hover .block-label2 .box-label,
	#interview .sec-recruit .article-card-inner:hover .block-label2 .box-label{
		border-color: #fff;
	}
}

/*====================================
interview
====================================*/
#interview .sec-main{
	padding: 8rem 0;
}
#interview .sec-main .block-txt .box-head{
	margin-bottom: 2rem;
}
#interview .sec-main .block-txt .box-head .item-label{
	display: inline-block;
	border-radius: 0.5rem;
	font-size: 1.3rem;
	padding: 1.3rem 1.5rem;
}
#interview .sec-main .block-txt .box-job{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.5;
}
#interview .sec-main .block-txt .box-job .item-txt:not(:last-child){
	padding-right: 1rem;
	border-right: 1px solid #BCBCBC;
}
#interview .sec-main .block-txt .box-job .item-txt:not(:first-child){
	padding-left: 1rem;
}
#interview .sec-main .block-txt .box-catch{
	margin-top: 2rem;
	font-size: 3.2rem;
	line-height: 1.625;
}
#interview .sec-main .block-img .box-img{
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
#interview .sec-main .block-img .box-img .item-name{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 2.2rem;
	border-radius: 0 0.5rem 0 0;
	padding: 1.5rem 2.1rem;
	background-color: rgba(255, 255, 255, .8);
}

@media only screen and (max-width: 599px) {
	#interview .sec-main .block-img{
		margin-top: 4.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#interview .sec-pagettl .container-pagettl{
		background-image: url(../img/interview/pagettl-img-pc.jpg);
	}

	#interview .sec-main{
		padding-top: 16.5rem;
		padding-bottom: 15rem;
	}
	#interview .sec-main .container-main{
		display: flex;
		align-items: center;
	}
	#interview .sec-main .block-txt{
		flex: 1;
		padding-right: 7rem;
	}
	#interview .sec-main .block-txt .box-job{
		line-height: 1.2;
	}
	#interview .sec-main .block-txt .box-job .item-txt:not(:last-child){
		padding-right: 1.5rem;
	}
	#interview .sec-main .block-txt .box-job .item-txt:not(:first-child){
		padding-left: 1.5rem;
	}
	#interview .sec-main .block-txt .box-catch{
		margin-top: 3rem;
		font-size: 4rem;
		line-height: 1.75;
	}
	#interview .sec-main .block-img{
		width: 43.4rem;
	}
	#interview .sec-main .block-img .box-img .item-name{
		font-size: 3rem;
	}
}

/* faq
--------------------------------------*/
#interview .sec-faq{
	padding-top: 6rem;
	padding-bottom: 10rem;
}
#interview .sec-faq .block-faq:not(:last-child){
	margin-bottom: 4rem;
}
#interview .sec-faq .block-faq .box-img img{
	border-radius: 0.5rem;
}
#interview .sec-faq .block-faq .item-f{
	display: flex;
	margin-bottom: 1.5rem;
}
#interview .sec-faq .block-faq .item-f .el-icon{
	font-size: 2.6rem;
}
#interview .sec-faq .block-faq .item-f .el-txt{
	flex: 1;
	padding-left: 1rem;
	line-height: 1.88;
}
#interview .sec-faq .container-message{
	box-sizing: border-box;
	margin-top: 5.5rem;
	border-radius: 0.5rem;
	padding: 4rem 2.5rem;
}
#interview .sec-faq .container-message .block-ttl{
	font-size: 2rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 599px) {
	#interview .sec-faq .block-faq .box-img{
		margin-bottom: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#interview .sec-faq{
		padding: 10rem 0;
	}
	#interview .sec-faq .block-faq:not(:last-child){
		margin-bottom: 10rem;
	}
	#interview .sec-faq .block-faq.has--img{
		display: flex;
	}
	#interview .sec-faq .block-faq.has--img .box-img{
		width: 55rem;
	}
	#interview .sec-faq .block-faq.has--img .box-txt{
		flex: 1;
	}
	#interview .sec-faq .block-faq.has--img:not(.img--even) .box-txt{
		padding-left: 5rem;
	}
	#interview .sec-faq .block-faq.has--img.img--even .box-img{
		order: 2;
	}
	#interview .sec-faq .block-faq.has--img.img--even .box-txt{
		padding-right: 5rem;
		order: 1;
	}
	#interview .sec-faq .block-faq .item-f .el-txt{
		padding-left: 1.5rem;
		font-size: 2.2rem;
		line-height: 1.72;
	}
	#interview .sec-faq .container-message{
		margin-top: 10rem;
		padding: 5rem;
	}
	#interview .sec-faq .container-message .block-ttl{
		font-size: 2.2rem;
	}
}

/* archive
--------------------------------------*/
#interview .sec-archive{
	padding: 8rem 0;
}
#interview .sec-archive .container-ttl{
	box-sizing: border-box;
	border-radius: 0.5rem;
	padding: 2rem;
	font-size: 2rem;
	margin-bottom: 3rem;
}

@media print,screen and (min-width: 600px) {
	#interview .sec-archive{
		padding: 15rem 0;
	}
	#interview .sec-archive .container-ttl{
		padding: 2.4rem 3rem;
		margin-bottom: 4rem;
		font-size: 2.2rem;
	}
}

/*====================================
about
====================================*/
#about .sec-business{
	padding: 8rem 0;
	position: relative;
}
#about .sec-business .block-catch .item-catch{
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
#about .sec-business .block-catch .box-img{
	margin-top: 5rem;
	position: relative;
}
#about .sec-business .main-img{
	width: calc(100% + (100vw - 100%) / 2);
	overflow: hidden;
	border-radius: 1rem 0 0 1rem;
	height: 40rem;
}
#about .sec-business .main-img img{
	width: auto;
	height: 100%;
}
#about .sec-business .block-catch .box-img .sub-img{
	position: absolute;
	bottom: -4rem;
	left: 2rem;
	width: 16rem;
}
#about .sec-business .block-catch .box-btn{
	margin-top: 9rem;
}

@media print,screen and (min-width: 600px) {
	#about .sec-pagettl .container-pagettl{
		background-image: url(../img/about/pagettl-img-pc.jpg);
	}

	#about .sec-business{
		padding-top: 26.5rem;
		padding-bottom: 20rem;
	}
	#about .sec-business .main-img{
		position: absolute;
		bottom: -9.7rem;
		right: 0;
		width: calc(55.5rem + (100% - 110rem) / 2);
		height: 90rem;
	}
	#about .sec-business .block-catch .item-catch{
		font-size: 3rem;
	}
	#about .sec-business .block-catch .box-btn{
		margin-top: 7rem;
	}
	#about .sec-business .block-catch .box-btn .btn{
		width: 33.5rem;
	}
}

/* message
--------------------------------------*/
#about .sec-message{
	position: relative;
	padding: 6rem 0;
}
#about .sec-message .bg{
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about .sec-message .bg1{
	-webkit-backdrop-filter: brightness(-95%);
	backdrop-filter: brightness(-95%);
	opacity: 0.7;
}
#about .sec-message .bg2{
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
}
#about .sec-message .container-ttl-wrap{
	position: relative;
	z-index: 2;
	margin-bottom: 6rem;
}
#about .sec-message .container-ttl{
	margin-bottom: 3rem;
}
#about .sec-message .container-ttl-wrap .catch{
	font-size: 2.6rem;
	line-height: 1.76;
}
#about .sec-message .container-message{
	position: relative;
	z-index: 2;
}
#about .sec-message .container-message .block-txt2,
#about .sec-message .container-message .block-img{
	margin-top: 3.5rem;
}
#about .sec-message .container-message .block-img img{
	border-radius: 0.5rem;
}
#about .sec-message .container-message .block-name{
	margin-top: 2rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
#about .sec-message .container-message .block-name .position{
	font-size: 1.3rem;
	margin-right: 2rem;
}
#about .sec-message .container-message .block-name .name{
	width: 11.6rem;
}

@media print,screen and (min-width: 600px) {
	#about .sec-message{
		padding-top: 26.5rem;
		padding-bottom: 10rem;
	}
	#about .sec-message .sub-img{
		position: absolute;
		z-index: 2;
		width: 22.1rem;
		top: -5rem;
		left: calc((100% - 110rem) / 2);
	}
	#about .sec-message .container-ttl-wrap{
		margin-bottom: 15rem;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#about .sec-message .container-ttl{
		margin-bottom: 0;
	}
	#about .sec-message .container-ttl-wrap .catch{
		font-size: 3rem;
	}
	#about .sec-message .container-message .block-txt1{
		display: flex;
	}
	#about .sec-message .container-message .block-txt1 .box-txt{
		flex: 1;
		padding-right: 7rem;
	}
	#about .sec-message .container-message .block-txt1 .box-img{
		width: 42.6rem;
	}
	#about .sec-message .container-message .block-txt1 .box-img img{
		border-radius: 0.5rem;
	}
	#about .sec-message .container-message .block-txt2{
		margin-top: 9.5rem;
	}
	#about .sec-message .container-message .block-name{
		margin-top: 3rem;
	}
	#about .sec-message .container-message .block-name .name{
		width: 13.3rem;
	}
}

/* company
--------------------------------------*/
#about .sec-company{
	padding-top: 8rem;
	padding-bottom: 6rem;
}
#about .sec-company .container-ttl{
	margin-bottom: 1rem;
}
#about .sec-company .th{
	box-sizing: border-box;
	padding: 2rem 1rem 1rem 1rem;
}
#about .sec-company .td{
	box-sizing: border-box;
	padding: 0 1rem 2rem 1rem;
}
#about .sec-company .tr:not(:last-child) .td{
	border-bottom: 1px solid #DEDEDE;
}
#about .sec-company .mark-block .box-img{
	width: 5.9rem;
}
#about .sec-company .link-tr li:not(:last-child){
	margin-bottom: 1rem;
}
#about .sec-company .link-tr .link{
	display: inline-block;
	position: relative;
}
#about .sec-company .link-tr .link .icon{
	display: inline-block;
	width: 1.1rem;
	height: 1rem;
	margin-left: 0.5rem;
}

@media only screen and (max-width: 599px) {
	#about .sec-company .table{
		line-height: 1.93;
	}
	#about .sec-company .mark-block .box-img{
		margin-top: 0.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#about .sec-company{
		padding-top: 15rem;
		padding-bottom: 11.5rem;
	}
	#about .sec-company .container-ttl{
		margin-bottom: 1.5rem;
	}
	#about .sec-company .tr:not(:last-child) .th,
	#about .sec-company .tr:not(:last-child) .td{
		border-bottom: 1px solid #DEDEDE;
	}
	#about .sec-company .tr{
		display: flex;
	}
	#about .sec-company .th{
		width: 21.2rem;
		padding: 3.5rem 2rem 3.5rem 3rem;
	}
	#about .sec-company .td{
		flex: 1;
		padding: 3.5rem 3rem 3.5rem 0;
	}
	#about .sec-company .mark-block{
		display: flex;
	}
	#about .sec-company .mark-block .box-img{
		margin-left: 3rem;
	}
}

/* history
--------------------------------------*/
#about .sec-history .container-history .container-inner{
	box-sizing: border-box;
	padding: 5rem 0 5rem 2.5rem;
	width: calc(100% + (100vw - 100%) / 2);
	border-radius: 1rem 0 0 1rem;
	overflow: hidden;
}
#about .sec-history .container-history .block-ttl{
	margin-bottom: 3.5rem;
}
#about .sec-history .container-history .block-slide{
	position: relative;
}
#about .sec-history .container-history .swiper{
	line-height: 1.66;
	width: 19rem;
	margin: 0;
	overflow: visible;
}
#about .sec-history .container-history .history-card .card-year{
	border-radius: 0.5rem;
	padding: 0.8rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 599px) {
	#about .sec-history .container-history .swiper-scrollbar{
		margin-top: 3rem;
	}
	#about .sec-history .container-history .swiper-arrows{
		margin-top: 4rem;
		justify-content: center;
	}
}

@media print,screen and (min-width: 600px) {
	#about .sec-history .container-history .container-inner{
		padding: 8rem 0 8rem 8rem;
	}
	#about .sec-history .container-history .block-ttl{
		margin: 0 0 6rem 0;
	}
	#about .sec-history .container-history .block-slide{
		padding-bottom: 11rem;
	}
	#about .sec-history .container-history .swiper-scrollbar{
		position: absolute;
		left: 0;
		bottom: 3.2rem;
		width: 75rem;
	}
	#about .sec-history .container-history .swiper-arrows{
		position: absolute;
		bottom: 0;
		left: 78rem;
	}
}

/* revenue
--------------------------------------*/
#about .sec-revenue{
	padding: 8rem 0;
}
#about .sec-revenue .container-ttl-wrap{
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#about .sec-revenue .container-ttl{
	margin-bottom: 0;
}
#about .sec-revenue .container-file{
	margin-top: 3rem;
}
#about .sec-revenue .container-file .file-item-link{
	display: inline-block;
	position: relative;
	padding-left: 3rem;
}
#about .sec-revenue .container-file .file-item-link .icon{
	position: absolute;
	width: 2rem;
	left: 0;
	top: 0.2rem;
}
#about .sec-revenue .container-file .file-item-link .txt{
	display: inline-block;
	line-height: 1.68;
}

@media only screen and (max-width: 599px) {
	#about .sec-revenue .container-revenue .block-scroll{
		width: 100vw;
		margin-left: calc((100vw - 100%) / 2 * -1);
		overflow-x: scroll;
	}
	#about .sec-revenue .container-revenue .block-scroll img{
		width: 110rem;
		padding: 0 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	#about .sec-revenue{
		padding: 15rem 0;
	}
	#about .sec-revenue .container-file{
		margin-top: 5rem;
	}
}

/*====================================
business
====================================*/
#business .sec-transport{
	padding-top: 8rem;
}
#business .sec-transport .container-ttl-wrap{
	margin-bottom: 2rem;
}
#business .sec-transport .container-ttl-wrap .catch{
	font-size: 2.6rem;
	line-height: 1.76;
}
#business .sec-transport .container-txt .block-img img{
	border-radius: 1rem;
}
#business .sec-transport .container-worry{
	box-sizing: border-box;
	margin-top: 6rem;
	border-radius: 1rem;
	padding: 4rem 2.5rem;
}
#business .sec-transport .container-worry .block-ttl{
	font-size: 2rem;
	line-height: 1.9;
}
#business .sec-transport .container-worry .check-list{
	line-height: 1.68;
}
#business .sec-transport .container-worry .check-item{
	box-sizing: border-box;
	position: relative;
	margin-top: 1.5rem;
	padding-left: 3rem;
}
#business .sec-transport .container-worry .check-item .check{
	box-sizing: border-box;
	position: absolute;
	width: 2rem;
	height: 2rem;
	border: 1px solid #FFF;
	border-radius: 0.3rem;
	left: 0;
	top: 0.4rem;
}
#business .sec-transport .container-worry .check-item .check:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.9rem;
	height: 1.1rem;
	border-left: 0.4rem solid #FFF100;
	border-bottom: 0.4rem solid #FFF100;
	top: -0.2rem;
	left: 0.4rem;
	transform: rotate(-50deg);
}

@media only screen and (max-width: 599px) {
	#business .sec-transport .container-txt .block-img{
		margin-top: 3rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-pagettl .container-pagettl{
		background-image: url(../img/business/pagettl-img-pc.jpg);
	}

	#business .sec-transport{
		padding-top: 16.5rem;
	}
	#business .sec-transport .container-ttl-wrap{
		margin-bottom: 15rem;
		display: flex;
		justify-content: space-between;
	}
	#business .sec-transport .container-ttl{
		margin-bottom: 0;
	}
	#business .sec-transport .container-ttl-wrap .catch{
		font-size: 3rem;
		line-height: 1.73;
	}
	#business .sec-transport .container-txt{
		display: flex;
	}
	#business .sec-transport .container-txt .block-txt{
		flex: 1;
		padding-right: 5rem;
	}
	#business .sec-transport .container-txt .block-img{
		width: 51rem;
	}
	#business .sec-transport .container-worry{
		margin-top: 10rem;
		padding: 5rem;
	}
	#business .sec-transport .container-worry .block-ttl{
		font-size: 2.2rem;
		margin-bottom: 2.5rem;
	}
	#business .sec-transport .container-worry .check-list{
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		line-height: 1.66;
		height: calc(1.66em * 2 * 2 + 1.5rem * 2);
	}
	#business .sec-transport .container-worry .check-item{
		width: calc(100% - 52.5rem);
	}
	#business .sec-transport .container-worry .check-item:nth-child(-n+3){
		width: 52.5rem;
	}
}

/* solution
--------------------------------------*/
#business .sec-solution{
	padding: 8rem 0;
}
#business .sec-solution .container-ttl{
	margin-bottom: 3rem;
}
#business .sec-solution .solution-block:not(:last-child){
	margin-bottom: 8.2rem;
}
#business .sec-solution .solution-block .box-main .el-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}
#business .sec-solution .solution-block .box-main .el-ttl .num{
	width: 7rem;
}
#business .sec-solution .solution-block .box-main .el-ttl .num img{
	width: auto;
	height: 4.4rem;
}
#business .sec-solution .solution-block .box-main .el-ttl .ttl{
	flex: 1;
	font-size: 1.8rem;
	line-height: 1.66;
}

#business .sec-solution .solution-block.block2 .box-chart{
	margin-top: 2.5rem;
}
#business .sec-solution .solution-block.block2 .box-chart .el-chart{
	border-radius: 1rem;
}
#business .sec-solution .solution-block.block2 .box-chart .item-guide{
	margin-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
	#business .sec-solution .container-ttl .ttl{
		line-height: 1.43;
	}
	#business .sec-solution .solution-block .box-main .el-img{
		margin-bottom: 2.5rem;
	}

	#business .sec-solution .solution-block.block2 .box-chart .item-scroll{
		width: 100vw;
		margin-left: calc((100vw - 100%) / 2 * -1);
		overflow-x: scroll;
	}
	#business .sec-solution .solution-block.block2 .box-chart .el-chart{
		margin: 0 2rem;
		width: 91rem;
	}
	#business .sec-solution .solution-block.block5 .el-img{
		margin-left: auto;
		margin-right: auto;
		width: 30rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-solution{
		padding: 15rem 0;
	}
	#business .sec-solution .container-ttl{
		margin-bottom: 8rem;
	}
	#business .sec-solution .solution-block:not(:last-child){
		margin-bottom: 15rem;
	}
	#business .sec-solution .solution-block .box-main{
		display: flex;
	}
	#business .sec-solution .solution-block .box-main .item-txt{
		flex: 1;
	}
	#business .sec-solution .solution-block:nth-child(odd) .box-main .item-txt{
		padding-right: 5rem;
	}
	#business .sec-solution .solution-block:nth-child(even) .box-main .item-txt{
		padding-left: 5rem;
	}
	#business .sec-solution .solution-block .box-main .el-ttl{
		margin-bottom: 3.2rem;
	}
	#business .sec-solution .solution-block .box-main .el-ttl .num{
		width: 9.8rem;
	}
	#business .sec-solution .solution-block .box-main .el-ttl .num img{
		height: 5.8rem;
	}
	#business .sec-solution .solution-block .box-main .el-ttl .ttl{
		font-size: 2.2rem;
		line-height: 1.72;
	}

	#business .sec-solution .solution-block.block1 .box-main .el-ttl .num{
		width: 8.7rem;
	}
	#business .sec-solution .solution-block.block1 .box-main .item-img{
		width: 46.2rem;
	}
	#business .sec-solution .solution-block.block2 .box-main .item-img{
		width: 50.9rem;
	}
	#business .sec-solution .solution-block.block2 .box-chart{
		margin-top: 5rem;
	}
	#business .sec-solution .solution-block.block3 .box-main .item-img{
		width: 45.7rem;
	}
	#business .sec-solution .solution-block.block4 .box-main .item-img{
		width: 48.9rem;
	}
	#business .sec-solution .solution-block.block5 .box-main .item-img{
		width: 35.7rem;
	}
}

/* materials
--------------------------------------*/
#business .sec-materials{
	padding: 6rem 0;
}
#business .sec-materials .container-ttl-wrap{
	margin-bottom: 5rem;
}
#business .sec-materials .container-ttl{
	margin-bottom: 3rem;
}
#business .sec-materials .container-materials .block-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}
#business .sec-materials .container-materials .block-ttl .ttl{
	font-size: 1.8rem;
	padding: 0 0.4rem;
}
#business .sec-materials .container-materials .block-ttl .line{
	flex: 1;
	height: 1px;
}
#business .sec-materials .container-materials .material-block:not(:last-child){
	margin-bottom: 4rem;
}
#business .sec-materials .container-materials .material-block .box-ttl{
	padding-left: 1.6rem;
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#business .sec-materials .container-materials .material-block .box-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -0.4rem;
	width: 0.6rem;
	height: calc(100% + 0.8rem);
	border-radius: 0.2rem;
	background-color: #FFF100;
}
#business .sec-materials .container-materials .material-block .tr:not(:last-child){
	margin-bottom: 0.5rem;
}
#business .sec-materials .container-materials .material-block .th{
	box-sizing: border-box;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 0.8rem 2rem;
}
#business .sec-materials .container-materials .material-block .td{
	box-sizing: border-box;
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 1rem 2rem;
	line-height: 1.93;
}
#business .sec-materials .container-business{
	margin-top: 6rem;
	box-sizing: border-box;
	border-radius: 1rem;
	padding: 2.5rem;
}
#business .sec-materials .container-business .box-ttl{
	font-size: 1.8rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 2rem;
}
#business .sec-materials .container-business .block-img img{
	border-radius: 1rem;
}

@media only screen and (max-width: 599px) {
	#business .sec-materials .container-business .block-img{
		margin-top: 2.5rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-materials{
		padding: 10rem 0;
	}
	#business .sec-materials .container-ttl-wrap{
		margin-bottom: 7rem;
		display: flex;
		align-items: flex-end;
	}
	#business .sec-materials .container-ttl{
		margin-bottom: 0;
	}
	#business .sec-materials .container-ttl-wrap .block-txt{
		flex: 1;
		padding-left: 7rem;
	}
	#business .sec-materials .container-materials .block-ttl .ttl{
		font-size: 2.2rem;
		padding: 0 2rem;
	}
	#business .sec-materials .container-materials .material-block:not(:last-child){
		margin-bottom: 5rem;
	}
	#business .sec-materials .container-materials .material-block .box-ttl{
		font-size: 2.2rem;
	}
	#business .sec-materials .container-materials .material-block .box-ttl:before{
		top: -0.2rem;
		height: calc(100% + 0.4rem);
	}
	#business .sec-materials .container-materials .material-block .tr{
		display: flex;
	}
	#business .sec-materials .container-materials .material-block .th{
		width: 23rem;
		border-radius: 0.5rem 0 0 0.5rem;
		text-align: center;
		padding: 1.8rem 2rem;
	}
	#business .sec-materials .container-materials .material-block .td{
		flex: 1;
		border-radius: 0 0.5rem 0.5rem 0;
		padding: 2.2rem 2.5rem 1.7rem 2.5rem;
	}
	#business .sec-materials .container-business{
		margin-top: 10rem;
		padding: 4rem;
		display: flex;
	}
	#business .sec-materials .container-business .block-txt{
		flex: 1;
		padding-right: 3rem;
	}
	#business .sec-materials .container-business .box-ttl{
		font-size: 2.2rem;
	}
	#business .sec-materials .container-business .block-img{
		width: 76.2rem;
	}
}

/* base
--------------------------------------*/
#business .sec-base{
	padding-top: 8rem;
}
#business .sec-base .container-map{
	margin-top: 2rem;
}
#business .sec-base .container-map .map-block .box-map{
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
#business .sec-base .container-map .map-block .box-map .item-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 0 0 0.5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
}
#business .sec-base .container-map .map-block .box-head{
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
#business .sec-base .container-map .map-block .box-head .item-area,
#business .sec-base .container-map .map-block .box-head .item-link{
	box-sizing: border-box;
	border-radius: 0.5rem;
	font-size: 1.3rem;
	padding: 0.5rem 1rem;
}
#business .sec-base .container-map .map-block .box-head .item-area{
	display: flex;
}
#business .sec-base .container-map .map-block .box-head .item-area .el-txt{
	padding-right: 1rem;
	border-right: 1px solid #fff;
}
#business .sec-base .container-map .map-block .box-head .item-area .el-num{
	padding-left: 1rem;
}
#business .sec-base .container-map .map-block .box-head .item-link{
	border: 1px solid #727171;
}
#business .sec-base .container-map .map-block .box-ttl{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
#business .sec-base .container-map .map-block .box-address{
	line-height: 1.68;
}

@media only screen and (max-width: 599px) {
	#business .sec-base .container-txt .box-ttl{
		margin-bottom: 3rem;
	}
	#business .sec-base .container-map .swiper-scrollbar{
		margin-top: 3rem;
	}
	#business .sec-base .container-map .swiper-arrows{
		justify-content: center;
		margin-top: 4rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-base{
		padding-top: 15rem;
	}
	#business .sec-base .container-txt{
		box-sizing: border-box;
		position: relative;
		padding-top: 15rem;
		min-height: 71.5rem;
	}
	#business .sec-base .container-txt .block-txt{
		position: relative;
		z-index: 2;
	}
	#business .sec-base .container-txt .block-img{
		position: absolute;
		top: 0;
		right: 0;
		width: 86.5rem;
	}
	#business .sec-base .container-map .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
	}
	#business .sec-base .container-map .swiper-slide{
		width: calc((100% - 5.2rem * 2) / 3);
	}
	#business .sec-base .container-map .swiper-slide:nth-child(n+4){
		margin-top: 7rem;
	}
	#business .sec-base .container-map .swiper-slide:not(:nth-child(3n)){
		margin-right: 5.2rem;
	}
	#business .sec-base .container-map .map-block .box-head{
		margin-top: 3rem;
	}
	#business .sec-base .container-map .map-block .box-head .item-link:hover{
		border-color: #102861;
	}
}

/* loop
--------------------------------------*/
#business .sec-loop{
	padding-top: 10rem;
	overflow: hidden;
	position: relative;
}
#business .sec-loop .bg{
	position: absolute;
	left: 0;
	top: 20rem;
	width: 100%;
	height: 30rem;
}
#business .sec-loop .container-loop{
	position: relative;
	z-index: 2;
	display: flex;
}
#business .sec-loop .container-loop .loop-item{
	width: 201.6rem;
}
#business .sec-loop .container-loop .loop-item:first-child {
	animation: infinity-right-loop 60s -30s linear infinite;
}
#business .sec-loop .container-loop .loop-item:last-child {
	animation: infinity-right-loop2 60s linear infinite;
}
#business .sec-loop .container-loop .loop-item img{
	width: auto;
	width: 223.3rem;
}

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

@media print,screen and (min-width: 600px) {
	#business .sec-loop{
		padding-top: 20rem;
	}
	#business .sec-loop .bg{
		top: 35rem;
		height: 50rem;
	}
	#business .sec-loop .container-loop .loop-item{
		width: 322.9rem;
	}
	#business .sec-loop .container-loop .loop-item img{
		width: 357rem;
	}
}

/* track
--------------------------------------*/
#business .sec-track{
	padding-top: 10rem;
	padding-bottom: 8rem;
}
#business .sec-track .container-ttl-wrap{
	margin-bottom: 5rem;
}
#business .sec-track .container-ttl{
	margin-bottom: 3rem;
}
#business .sec-track .track-block .box-img{
	margin-bottom: 3rem;
	position: relative;
}
#business .sec-track .track-block .box-img .el-ttl{
	font-size: 2rem;
}
#business .sec-track .track-block .table .tr{
	width: 100%;
	display: flex;
}
#business .sec-track .track-block .table .th,
#business .sec-track .track-block .table .td{
	box-sizing: border-box;
	width: calc((100% - 0.2rem * 3) / 4);
	padding: 0.3rem 0.8rem;
}
#business .sec-track .track-block .table .th:not(:nth-child(4n)),
#business .sec-track .track-block .table .td:not(:nth-child(4n)){
	margin-right: 0.2rem;
}

#business .sec-track .track-block.block1 .box-img img,
#business .sec-track .track-block.block2 .box-img img{
	width: 25rem;
}
#business .sec-track .track-block.block3 .box-img img{
	width: 28.7rem;
}

@media only screen and (max-width: 599px) {
	#business .sec-track .track-block:not(:last-child){
		margin-bottom: 5rem;
	}
	#business .sec-track .track-block .box-img{
		text-align: center;
		padding-top: 0.9rem;
	}
	#business .sec-track .track-block .box-img .el-ttl{
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-track{
		padding-top: 20rem;
		padding-bottom: 15rem;
	}
	#business .sec-track .container-ttl-wrap{
		margin-bottom: 9rem;
		display: flex;
		align-items: flex-end;
	}
	#business .sec-track .container-ttl{
		margin-bottom: 0;
	}
	#business .sec-track .container-ttl-wrap .block-txt{
		flex: 1;
		padding-left: 7rem;
	}
	#business .sec-track .container-track{
		display: flex;
	}
	#business .sec-track .track-block{
		width: calc((100% - 6.1rem * 2) / 3);
	}
	#business .sec-track .track-block:not(:last-child){
		padding-right: 3rem;
		border-right: 1px solid #DEDEDE;
	}
	#business .sec-track .track-block:not(:first-child){
		padding-left: 3rem;
	}
	#business .sec-track .track-block .box-img{
		margin-bottom: 4rem;
		height: 21.8rem;
	}
	#business .sec-track .track-block .box-img img{
		position: absolute;
		pointer-events: none;
	}
	#business .sec-track .track-block .box-img .el-ttl{
		font-size: 2.2rem;
	}

	#business .sec-track .track-block.block1 .box-img img{
		top: 3.3rem;
		left: 3.8rem;
	}
	#business .sec-track .track-block.block2 .box-img img{
		top: 2.5rem;
		left: 3.8rem;
	}
	#business .sec-track .track-block.block3 .box-img img{
		top: -2.2rem;
		left: 2rem;
	}
}

/* flow
--------------------------------------*/
#business .sec-flow{
	padding: 6rem 0;
	border-bottom: 1px solid #DEDEDE;
}
#business .sec-flow .container-ttl-wrap{
	margin-bottom: 5rem;
}
#business .sec-flow .container-ttl{
	margin-bottom: 3rem;
}
#business .sec-flow .container-flow .block-guide{
	margin-bottom: 1rem;
}
#business .sec-flow .container-flow .flow-list{
	margin: 0 2rem;
	display: flex;
}
#business .sec-flow .container-flow .flow-block{
	width: calc((100% - 3.2rem * 3) / 4);
	position: relative;
}
#business .sec-flow .container-flow .flow-block:not(:last-child){
	margin-right: 3.2rem;
}
#business .sec-flow .container-flow .flow-block .box-img img{
	border-radius: 0.5rem;
}
#business .sec-flow .container-flow .flow-block .box-ttl{
	display: flex;
	align-items: flex-start;
	margin-top: 2.3rem;
	margin-bottom: 0.7rem;
}
#business .sec-flow .container-flow .flow-block .box-ttl .item-num{
	line-height: 1;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#business .sec-flow .container-flow .flow-block .box-ttl .item-ttl{
	flex: 1;
	padding-left: 0.7rem;
	line-height: 1.5;
}
#business .sec-flow .container-flow .flow-block .arrow{
	position: absolute;
	z-index: 2;
	top: 6.3rem;
	right: -4.5rem;
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#business .sec-flow .container-flow .flow-block .arrow .triangle{
	width: 1.2rem;
	height: 1.9rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media only screen and (max-width: 599px) {
	#business .sec-flow .container-flow .block-scroll{
		width: 100vw;
		margin-left: calc((100vw - 100%) / 2 * -1);
		overflow-x: scroll;
	}
	#business .sec-flow .container-flow .flow-list{
		width: 110rem;
	}
}

@media print,screen and (min-width: 600px) {
	#business .sec-flow{
		padding: 10rem 0;
	}
	#business .sec-flow .container-ttl-wrap{
		margin-bottom: 7rem;
		display: flex;
		align-items: flex-end;
	}
	#business .sec-flow .container-ttl{
		margin-bottom: 0;
	}
	#business .sec-flow .container-ttl-wrap .block-txt{
		flex: 1;
		padding-left: 7rem;
	}
}

/* faq
--------------------------------------*/
#business .sec-faq{
	padding-top: 6rem;
	padding-bottom: 8rem;
}
#business .sec-faq .container-ttl-wrap{
	margin-bottom: 5rem;
}
#business .sec-faq .container-ttl{
	margin-bottom: 3rem;
}
#business .sec-faq .faq-item:not(:last-child){
	margin-bottom: 1rem;
}
#business .sec-faq .faq-item .q-box{
	position: relative;
	background-color: #fff;
	padding: 2.7rem 3.5rem 2.7rem 1.5rem;
	border-radius: 0.5rem;
	display: flex;
	transition: background .3s ease;
}
#business .sec-faq .faq-item .q-box:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	right: 1.5rem;
	top: 3.6rem;
	width: 1.2rem;
	height: 0.8rem;
	background-color: #DEDEDE;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transition: background .3s ease, transform .3s ease;
}
#business .sec-faq .faq-item .q-box .q-icon,
#business .sec-faq .faq-item .q-box .q-txt{
	transition: color .3s ease;
}
#business .sec-faq .faq-item .q-box .q-icon{
	font-size: 2.2rem;
	color: #102861;
}
#business .sec-faq .faq-item .q-box .q-txt{
	flex: 1;
	padding-left: 1rem;
	line-height: 1.68;
}
#business .sec-faq .faq-item .q-box.is--open{
	background-color: #102861;
}
#business .sec-faq .faq-item .q-box.is--open:before{
	transform: rotate(180deg);
	background-color: #fff;
}
#business .sec-faq .faq-item .q-box.is--open .q-icon,
#business .sec-faq .faq-item .q-box.is--open .q-txt{
	color: #fff;
}
#business .sec-faq .faq-item .a-box{
	padding-top: 2rem;
	padding-bottom: 3rem;
}
#business .sec-faq .faq-item .a-txt{
	font-size: 1.3rem;
	line-height: 2.3;
}

@media print,screen and (min-width: 600px) {
	#business .sec-faq{
		padding-top: 10rem;
		padding-bottom: 15rem;
	}
	#business .sec-faq .container-ttl-wrap{
		margin-bottom: 7rem;
		display: flex;
		align-items: flex-end;
	}
	#business .sec-faq .container-ttl{
		margin-bottom: 0;
	}
	#business .sec-faq .container-ttl-wrap .block-txt{
		flex: 1;
		padding-left: 7rem;
	}
	#business .sec-faq .faq-item:not(:last-child){
		margin-bottom: 2rem;
	}
	#business .sec-faq .faq-item .q-box{
		padding: 2.5rem 7.9rem 2.5rem 3rem;
		cursor: pointer;
	}
	#business .sec-faq .faq-item .q-box:before{
		right: 3rem;
		top: 3.4rem;
		width: 1.9rem;
		height: 1.2rem;
	}
	#business .sec-faq .faq-item .q-box .q-icon{
		font-size: 2.6rem;
	}
	#business .sec-faq .faq-item .q-box .q-txt{
		padding-left: 1.5rem;
	}
	#business .sec-faq .faq-item .a-box{
		padding-top: 3rem;
	}
}

/*====================================
page404
====================================*/
#page404 .sec-404{
	padding: 6rem 0;
}
#page404 .sec-404 .btn{
	margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
	#page404 .sec-404 .ttl--unque2-ttl{
		line-height: 1.5;
	}
}

@media print,screen and (min-width: 600px) {
	#page404 .sec-pagettl .container-pagettl{
		background-image: url(../img/about/pagettl-img-pc.jpg);
	}

	#page404 .sec-404{
		padding: 10rem 0;
	}
	#page404 .sec-404 .btn{
		width: 33.5rem;
		margin: 10rem auto 0 auto;
	}
}

/*====================================

====================================*/

/*
--------------------------------------*/

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

@media print,screen and (min-width: 600px) {
}


