/*
Theme Name: nichibou
*/

@charset "UTF-8";

/*全体共通*/
:root, html{ font-size: 10px; } 
*{ box-sizing: border-box; }
body {
	--max-width: 900px;
  --c-base: #151515;
  --c-main: #0B489E;
  --c-accent: #000;
  --ff-main: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--ff-mincho: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --ff-en: "Roboto Condensed", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

  position: relative;
  width: 100%;
  overflow-x: clip;
	font-family: var(--ff-main);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
body.-fixed{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
	body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}
a{
	display: inline-block;
	color: inherit;
	font-weight: inherit;
}
a:hover{
	cursor: pointer;
}
body.userAgent-pc a[href^="tel:"]{
	pointer-events: none;
}
img, svg{
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
input, textarea{
	outline: none;
	font: inherit;
}
select{
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	outline: none;
	color: inherit;
	font: inherit;
}

.--ff-en{ font-family: var(--ff-en); }
.--c-red{ color: #FF0000 !important; }
.--c-white{ color: #fff !important; }
.--c-yellow{ color: #ffff00 !important; }
.--c-blue{ color: #3372b9 !important; }
.--c-pink{ color: #ff7987 !important; }
.--center{ text-align: center !important; }
.--ta-l{ text-align: left !important; }
.--ta-r{ text-align: right !important; }
.--ta-justify{ text-justify: inter-ideograph; text-align: justify; text-align-last: left; }
.--bold{ font-weight: bold !important; }
.--thin{ font-weight: 100 !important; }
.--nowrap{ white-space: nowrap; }
.--kerning{ font-feature-settings: "palt"; }
.--p-0{ padding: 0 !important; }

.--overflow-ellipsis{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.--h-opacity, .--h-opacity a{ transition: opacity .3s ease-out; }
a.--h-opacity:hover, .--h-opacity a:hover{ opacity: .7; }

.--under{ border-bottom: 1px solid #888; }
.--img-cover{ width: 100%; height: 100%; object-fit: cover; }
.--img-contain{ width: 100%; height: 100%; object-fit: contain; }
.--clearfix::after{ content: ""; display: block; clear: both; }
.--d-ib{ display: inline-block !important; }
.--d-n{ display: none !important; }
.--d-f{ display: flex !important; }
.--justify-center{ display: flex; justify-content: center; }
.--absolute{ position: absolute; top: 0; left: 0; }
.--disabled{ pointer-events: none; }

.--inview.-fadeup{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s .2s ease-out, transform .6s .2s ease-out;
}
.--inview.-fadeup.active{
  opacity: 1;
  transform: translateY(0);
}

/* PC */
@media (min-width: 897px){
	.--tab{ display: none !important; }
	.--sp{ display: none !important; }
	.--tab-sp{ display: none !important; }

	.--pc_pl-0{ padding: 0 !important; }
	.--pc_pr-0{ padding: 0 !important; }
}
/* TAB */
@media screen and (max-width: 896px) and (min-width: 481px) {
	.--pc{ display: none !important; }
	.--sp{ display: none !important; }
	.--pc-sp{ display: none !important; }

	.--tab_pl-0{ padding: 0 !important; }
	.--tab_pr-0{ padding: 0 !important; }
}
/* SP */
@media screen and (max-width: 480px) {
	.--pc{ display: none !important; }
	.--tab{ display: none !important; }
	.--pc-tab{ display: none !important; }

	.--sp-pl-0{ padding: 0 !important; }
	.--sp-pr-0{ padding: 0 !important; }

	.--sp_fs-14{ font-size: 14px !important; }
	.--sp_fs-16{ font-size: 16px !important; }
	.--sp_fs-18{ font-size: 18px !important; }
}

/* 共通 */
._Section{
	padding: 0 30px;
}
#mainBox-col2 ._Section{
	padding-left: 0;
	padding-right: 0;
}

.cntInner,
._Inner{
	width: 100%;
	margin: 0 auto;
}
._Inner{
	max-width: 1354px;
	/* padding: 0 30px; */
}
._Inner.-s{
	max-width: 904px;
}
/* ボタン */
._Btn{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 315px;
	/* width: 315px;
	max-width: 100%; */
	margin: 0 auto;
	padding: 20px 19px 20px 35px;
	background: var(--c-main);
	border-radius: 100px;
	transition: background .3s ease-out, color .3s ease-out;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
._Btn:hover{
	background: #fff;
	color: var(--c-main);
}
._Btn .arw{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	padding-left: 2px;
	background: #fff;
	border-radius: 100%;
	transition: background .3s ease-out;
}
._Btn:hover .arw{
	background: var(--c-main);
}
._Btn .arw path{
	transition: fill .3s ease-out;
}
._Btn:hover .arw path{
	fill: #fff;
}
._Btn-more{
	display: block;
	width: 289px;
	max-width: 100%;
	margin: 0 auto;
	background: #F4F4F4;
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
}
._Btn-more:hover{
	text-decoration: underline;
}
/* タイトル */
._Title{
	color: var(--c-base);
}
._Title.-sub{
	display: flex;
	align-items: flex-end;
}
._Title .ja{
	display: block;
	font-size: 4rem;
	font-weight: bold;
	line-height: 6rem;
}
._Title .en{
	display: block;
	font-family: var(--ff-en);
	font-size: 1.6rem;
	margin-top: 6px;
}
._Title .tit{
	padding-right: 90px;
	flex-shrink: 0;
}
._Title .sub{
	padding-bottom: 2px;
	font-size: 1.6rem;
	line-height: 2;
	color: #000;
}
/* TAB */
@media screen and (max-width: 896px) {
	._Title.-sub{
		display: block;
	}
	._Title .tit{
		padding-right: 0;
	}
  ._Title .sub{
    margin-top: 48px;
		padding: 0;
  }
}
/* ハンバーガーメニュー */
._Navbtn{
	position: relative;
	width: 106px;
	height: 106px;
	margin-left: 37px;
	background: var(--c-main);
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	flex-grow: 0;
	transition: background .3s ease-out;
}
/* ._Navbtn.active,
._Navbtn:not(.active):hover{
	background: #fff;
} */
._Navbtn.active{
	border: 1px solid #fff;
}
._Navbtn:hover{
	background: #fff;
}
._Navbtn span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* left: 38px; */
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .3s;
}
/* ._Navbtn.active span,
._Navbtn:not(.active):hover span{
	background: var(--c-main);
} */
._Navbtn.active span{
	background: #fff;
}
._Navbtn:hover span{
	background: var(--c-main);
}
._Navbtn.active span{
	left: calc(48% - 12px);
}
._Navbtn span:nth-of-type(1){
	bottom: calc(50% + 10px);
}
._Navbtn span:nth-of-type(2){
	top: 50%;
	transform: translateX(-50%) translateY(-1px);
}
._Navbtn span:nth-of-type(3){
	top: calc(50% + 10px);
}
._Navbtn.active span:nth-of-type(1){
	transform: translateY(11px) rotate(45deg);
}
._Navbtn.active span:nth-of-type(2){
	opacity: 0;
}
._Navbtn.active span:nth-of-type(3){
	transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 1519px) {
	._Navbtn{
		width: calc(106px - (1519px - 100vw) / (619 / 20));
		height: calc(106px - (1519px - 100vw) / (619 / 20)); 
		margin-left: calc(37px - (1519px - 100vw) / (619 / 19));
	}
	/* ._Navbtn span{
		width: calc(30px - (1519px - 100vw) / (619 / 9));
	}
	._Navbtn span:nth-of-type(1){
		bottom: calc(50% + 10px - (1519px - 100vw) / (619 / 3));
	}
	._Navbtn span:nth-of-type(3){
		top: calc(50% + 10px - (1519px - 100vw) / (619 / 3));
	} */
}
/* TAB */
@media screen and (max-width: 896px) {
	._Navbtn{
		width: 75px;
		height: 75px; 
	}
	._Navbtn span{
		width: 21px;
	}
	._Navbtn.active span {
    left: calc(50% - 10px);
	}
	._Navbtn span:nth-of-type(1){
		bottom: calc(50% + 7px);
	}
	._Navbtn span:nth-of-type(3){
		top: calc(50% + 7px);
	}
	._Navbtn.active span:nth-of-type(1){
		transform: translateY(8px) rotate(45deg);
	}
	._Navbtn.active span:nth-of-type(3){
		transform: translateY(-8px) rotate(-45deg);
	}
}

/* 社員の声リスト */
._Voices{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 56px;
}
._Voices .texts{
  position: relative;
}
._Voices .texts::before{
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 23px;
  height: 24px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.006%22%20height%3D%2224.912%22%20viewBox%3D%220%200%2024.006%2024.912%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_52216%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2052216%22%20transform%3D%22translate(-793.5%20-825.471)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33019%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033019%22%20d%3D%22M-18678.031%2C10251.875l12.137%2C11.891-12.137%2C11.584%22%20transform%3D%22translate(19481.961%20-9425.69)%22%20fill%3D%22none%22%20stroke%3D%22%231e4592%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_17904%22%20data-name%3D%22%E7%B7%9A%2017904%22%20x2%3D%2221.064%22%20transform%3D%22translate(793.5%20837.923)%22%20fill%3D%22none%22%20stroke%3D%22%231e4592%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right/contain no-repeat;
}
._Voices .image{
  margin-bottom: 22px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 299/426;
}
._Voices .image img{
  transition: transform .3s ease-out;
}
._Voices a:hover .image img{
  transform: scale(1.1);
}
._Voices .texts{
  display: block;
}
._Voices .name{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.5;
}
._Voices .position{
  margin-bottom: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
._Voices .tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._Voices .tag{
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 7px 15px;
}
._Voices .tag:hover{
  text-decoration: underline;
}
/* TAB */
@media screen and (max-width: 896px) {
  ._Voices.cntList{
    gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  }
  ._Voices.cntList .item{
    display: flex;
  }
  ._Voices.cntList .top{
    flex-shrink: 0;
		flex-basis: auto;
		width: 120px;
    margin-right: 24px;
  }
  ._Voices.cntList .image{
		margin: 0;
  }
  ._Voices.cntList .bottom{
    flex-basis: auto;
		width: 100%;
  }
}

/* ローディング */
#loading{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* トップへ戻るボタン */
#top{
	position: fixed;
	top: auto;
	bottom: 15px;
	right: 15px;
	width: 67px;
	height: 67px;
	background: #fff;
	border-radius: 50%;
	box-shadow: #00000029 0 0 6px;
	z-index: 100;
}
#top::before{
	content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 7px);
  width: 15px;
  height: 9px;
  background: url(./img/common/arrow-carousel.svg) center/contain no-repeat;
  /* transform: rotate(); */
}
@media screen and (min-width: 1384px) {
	#top{
		right: calc((100vw - 1354px)/2);
	}
}

/* ヘッダー */
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 53px 32px 0;
	padding-right: 175px;
	z-index: 100;
}
#header .cntInner{
	display: flex;
	align-items: center;
}
#header .cntImg-logo{
	width: 261px;
	/* padding-top: 21px; */
	flex-shrink: 0;
	flex-grow: 0;
}
#header .cntBox{
	width: 100%;
}
#header .cntList{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	gap: 16px;
}
#header .cntList .item{
	--bg: #C2F2F2;
}
#header .cntList .link{
	width: 176px;
	background: var(--bg);
	border-radius: 100px;
	line-height: 50px;
	text-align: center;
	transition: background .3s ease-out;
}
#header .cntList .item:nth-of-type(3n-1){
	--bg: #FDE89F;
}
#header .cntList .item:nth-of-type(3n){
	--bg: #E1F4BD;
}
#header .cntList .link:hover{
	background: #fff !important;
}
@media screen and (max-width: 1519px) {
	#header{
		padding-right: calc(160px - (1519px - 100vw) / (619 / 20));
	}
	#header .cntImg-logo{
		width: calc(261px - (1519px - 100vw) / (619 / 30));
	}
	#header .cntList{
		/* font-size: calc(14px - (1519px - 100vw) / (619 / 2)); */
		gap: calc(16px - (1519px - 100vw) / (619 / 8));
	}
	#header .cntList .link{
		width: calc(176px - (1519px - 100vw) / (619 / 30));
	}
}
/* TAB */
@media screen and (max-width: 896px) {
	#header{
		padding: 27px 15px 0;
	}
	#header .cntImg-logo{
		width: 191px;
	}
}

#navbtn{
	position: fixed;
	top: 32px;
	right: 32px;
	z-index: 200;
}
/* TAB */
@media screen and (max-width: 896px) {
	#navbtn{
		top: 16px;
		right: 15px;
	}
}

/* スマホナビ */
#nav{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: calc(100vh + 100px);
	padding-bottom: 100px;
	background: var(--c-main);
	z-index: 110;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	color: #fff;
}
#nav::-webkit-scrollbar{
	display: none;
}
#nav .cntInner{
	display: flex;
	justify-content: start;
	align-items: center;
	min-height: 100%;
	max-width: 924px;
	margin: 0 auto;
	padding: 170px 30px;
}
#nav .cntBtn{
	position: absolute;
	top: 32px;
	right: 32px;
}
#nav .cntBox-outer{
	display: flex;
	/* flex-wrap: wrap; */
	/* gap: 48px 8.4%; */
	/* gap: 48px 9.43%; */
	gap: 48px 8.1%;
	width: 100%;
}
#nav .cntList a{
	display: block;
}
#nav .cntList .title{
	font-size: 3.2rem;
	font-weight: bold;
}
#nav .cntList .title .en{
	display: block;
	margin-top: 6px;
	font-family: var(--ff-en);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}
#nav .cntList .item{
	margin-top: 24px;
	font-size: 1.8rem;
	font-weight: 500;
}
#nav .cntList a.link:hover .txt{
	text-decoration: underline;
}
#nav .cntList .item .en{
	display: inline-block;
	margin-left: 8px;
	font-family: var(--ff-en);
	font-size: 1.2rem;
	font-weight: 400;
	vertical-align: 1px;
}
#nav .cntBox-1{
	display: flex;
	flex-direction: column;
	gap: 48px;
}
#nav .cntBox-1 .title .txt{
	white-space: nowrap;
}
#nav .cntBox-2{
	display: flex;
	/* gap: 48px 12.87%; */
	gap: 48px 14.25%;
	flex-wrap: wrap;
}
#nav .cntList-join{
	width: 100%;
}
#nav .cntList-join .title{
	margin-bottom: 16px;
	font-family: var(--ff-en);
	font-size: 4rem;
	letter-spacing: -0.05em;
	line-height: 1;
}
#nav .cntList-join .list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	gap: 24px 16px;
}
#nav .cntList-join .btn{
	width: 176px;
	background: #C2F2F2;
	border-radius: 100px;
	color: #000;
	font-size: 1.4rem;
	line-height: 50px;
	text-align: center;
	transition: background .3s ease-out;
}
#nav .cntList-join .btn:nth-of-type(3n-1){
	background: #FDE89F;
}
#nav .cntList-join .btn:nth-of-type(3n){
	background: #E1F4BD;
}
#nav .cntList-join .btn:hover{
	background: #fff !important;
}
@media screen and (max-width: 1519px) {
	#nav .cntList .title{
		font-size: calc(32px - (1519px - 100vw) / (619 / 4));
	}
}
/* TAB */
@media screen and (max-width: 896px) {
	#nav .cntBtn{
		top: 16px;
		right: 15px;
	}
	#nav .cntInner{
		padding-top: 108px;
		/* padding-bottom: 64px; */
		padding-bottom: 130px;
	}
	#nav .cntBox-outer{
		flex-direction: column;
		gap: 40px;
	}
	#nav .cntList .title{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		font-size: 2.4rem;
	}
	#nav .cntList .title::after{
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51919%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051919%22%20transform%3D%22translate(-307.5%20-301.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16909%22%20data-name%3D%22%E7%B7%9A%2016909%22%20x2%3D%2214%22%20transform%3D%22translate(307.5%20308.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_16910%22%20data-name%3D%22%E7%B7%9A%2016910%22%20x2%3D%2214%22%20transform%3D%22translate(314.5%20301.5)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
	}
	#nav .cntList .title.active::after{
		margin-bottom: -5px;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%222%22%20viewBox%3D%220%200%2014%202%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51988%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051988%22%20transform%3D%22translate(-307.5%20-307.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16909%22%20data-name%3D%22%E7%B7%9A%2016909%22%20x2%3D%2214%22%20transform%3D%22translate(307.5%20308.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	}
	#nav .cntList .title a{
		pointer-events: none;
	}
	#nav .cntList .title .en{
		display: none;
	}
	#nav .cntList .list{
		display: none;
	}
	#nav .cntBox-1{
		gap: 40px;
	}
	#nav .cntBox-2{
		flex-direction: column;
		gap: 40px;
	}
	#nav .cntList-join .title{
		/* padding-top: 15px; */
		padding-top: 25px;
		margin-bottom: 25px;
		text-align: center;
	}
	#nav .cntList-join .list{
		flex-direction: column;
		align-items: center;
	}
	#nav .cntList-join .btn{
		width: 100%;
		max-width: calc(100% - 26px);
		font-size: 1.8rem;
		line-height: 85px;
	}
}

/* フッター */
#footer{
	padding-top: 120px;
	padding-bottom: 64px;
	background: var(--c-main);
	color: #fff;
}
#footer .cntBox-list{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
	/* gap: 40px; */
	gap: 3.1%;
	margin-bottom: 64px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ffffff24;
}
#footer .cntList a{
	display: block;
}
#footer .cntList .title{
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
#footer .cntList .item{
	font-size: 1.6rem;
	font-weight: 500;
}
#footer .cntList .item + .item{
	margin-top: 16px;
}
#footer .cntList a.item:hover .txt{
	text-decoration: underline;
}
#footer .cntList .small{
	display: inline-block;
	margin-left: 9px;
	font-family: var(--ff-en);
	font-size: 1.2rem;
}
#footer .cntBox-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .cntBox-bottom .link{
	font-weight: 500;
}
#footer .cntBox-bottom .link::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 11px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.002%22%20height%3D%2211.996%22%20viewBox%3D%220%200%2012.002%2011.996%22%3E%20%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_50%22%20data-name%3D%22%E5%90%88%E4%BD%93%2050%22%20d%3D%22M24344.107%2C23058h-7.582v-1.891h7.582v-7.578h1.9V23058Zm-10.105-3.156V23046h8.838v8.84Z%22%20transform%3D%22translate(-24334.002%20-23046)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left/contain no-repeat;
}
#footer .cntBox-bottom .link:hover .txt{
	text-decoration: underline;
}
#footer .cntBox-bottom .copyright{
	display: block;
	text-align: right;
	line-height: 1.5;
}
/* TAB */
@media screen and (max-width: 896px) {
	#footer{
		padding-top: 80px;
	}
	#footer .cntBox-list{
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 40px;
		padding-bottom: 64px;
	}
	#footer .cntBox-bottom{
		display: block;
	}
	#footer .cntBox-bottom .copyright{
		margin-top: 32px;
		text-align: left;
	}
}

/*パンくずリスト*/
#breadcrumbs .cntList .item{
	display: inline;
	margin-right: 12px;
}
#breadcrumbs .cntList .item + .item::before{
	content: ">";
	display: inline-block;
	margin-right: 12px;
}
#breadcrumbs .cntList .item:last-child{
	pointer-events: none;
}
#breadcrumbs .cntList a:hover{
	text-decoration: underline
}

/* 下層ページタイトル */
#heading{
	position: relative;
	padding-top: 227px;
	padding-bottom: 100px;
	overflow: clip visible;
	text-align: center;
	z-index: -10;
}
#heading::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1520px;
	height: 1428px;
	background: url(./img/common/heading_bg.png) center/contain no-repeat;
	transform: translateX(-50%);
	z-index: -1;
}
#heading .cntBox-char{
  position: relative;
	display: flex;
	justify-content: center;
	gap: 0 16px;
	text-align: left;
}
#heading .cntBox-char::before{
  content: "";
	display: block;
	width: 83px;
	min-width: 65px;
	height: auto;
	min-height: 100%;
	background: url(./img/character/3-pose2.png) center/contain no-repeat;
}
#heading .cntTitle{
	margin-bottom: 16px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
}
#heading .cntText{
	font-size: 1.8rem;
	font-weight: bold;
}
#heading .cntText-desc{
	max-width: 904px;
	margin: 100px auto 20px;
	line-height: 2;
	text-align: left;
}
/* TAB */
@media screen and (max-width: 896px) {
	#heading{
		padding-top: 170px;
		padding-bottom: 64px;
	}
	#heading::before{
		/* top: -159px; */
		background-position-x: -53px;
	}
	#heading .cntBox-char::before{
		margin-left: -15px;
	}
	#heading .cntTitle{
		margin-bottom: 16px;
		font-size: 3.2rem;
	}
	#heading .cntText-desc{
		margin: 64px auto 0;
	}
}

/* メインボックス2カラム */
#mainBox-col2{
	display: grid;
	grid-template-columns: 1fr 315px;
	gap: 0 30px;
	max-width: 1416px;
	padding: 0 30px;
	margin: 0 auto;
}
#mainBox-col2 > div:first-child{
	max-width: 903px;
}
@media screen and (max-width: 1519px){
	#mainBox-col2{
		grid-template-columns: 1fr 23.29vw;
	}
}
/* TAB */
@media screen and (max-width: 896px) {
	#mainBox-col2{
		grid-template-columns: 1fr;
		padding-bottom: 90px;
	}
}

/* サイドバー */
#sidebar .cntList .item{
  border-bottom: 1px solid #CBCBCB;
}
#sidebar .cntList .link{
  position: relative;
  display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 24px 0;
	padding-right: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#sidebar .cntList .link:hover{
	text-decoration: underline;
}
#sidebar .cntList .link::after{
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51966%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051966%22%20transform%3D%22translate(-160.614%20-498.114)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_735%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20735%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20transform%3D%22translate(160.614%20498.114)%22%20fill%3D%22%230b489e%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51944%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051944%22%20transform%3D%22translate(167.893%20505.242)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33019%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033019%22%20d%3D%22M-18678.031%2C10251.875l4%2C3.923-4%2C3.821%22%20transform%3D%22translate(18681.471%20-10251.875)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_17904%22%20data-name%3D%22%E7%B7%9A%2017904%22%20x2%3D%226.352%22%20transform%3D%22translate(0%203.872)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right/contain no-repeat;
}
#sidebar .cntBtn{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
}
#sidebar .cntBtn:hover{
	text-decoration: underline;
}
#sidebar .cntBtn::after{
  content: "";
  display: block;
  width: 38px;
  height: 38px;
	margin-left: 17px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51966%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051966%22%20transform%3D%22translate(-160.614%20-498.114)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_735%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20735%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20transform%3D%22translate(160.614%20498.114)%22%20fill%3D%22%230b489e%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51944%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051944%22%20transform%3D%22translate(167.893%20505.242)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33019%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033019%22%20d%3D%22M-18678.031%2C10251.875l4%2C3.923-4%2C3.821%22%20transform%3D%22translate(18681.471%20-10251.875)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_17904%22%20data-name%3D%22%E7%B7%9A%2017904%22%20x2%3D%226.352%22%20transform%3D%22translate(0%203.872)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right/contain no-repeat;
}
#sidebar .cntDiv-banner{
	display: block;
	margin: 64px auto 0;
}

/* JOIN OUR TEAM */
#_join{
	position: relative;
	padding-top: 140px;
	padding-bottom: 120px;
	overflow: clip visible;
}
#_join.-bc{
	padding-top: 40px;
	padding-bottom: 40px;
}
#_join:not(.-bc):before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1356px;
	height: 904px;
	background: url(./img/common/join_bg.png) bottom/contain no-repeat;
	transform: translateX(-50%);
	z-index: -10;
}
#_join .cntBox{
	padding-top: 100px;
	text-align: center;
}
#_join .cntTitle{
	margin-bottom: 0.13em;
	font-family: var(--ff-en);
	font-size: 11.7rem;
	letter-spacing: -0.05em;
	line-height: 155px;
}
#_join .cntText-1{
	margin-bottom: 52px;
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: #fff 0 0 15px;
}
#_join .cntList-btn{
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}
#_join .cntBtn{
	width: 100%;
	max-width: 289px;
	padding: 30px 5px;
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #C2F2F2;
	transition: opacity .6s .3s ease-out, transform .6s .3s ease-out, background .3s ease-out;
}
#_join .cntBtn:nth-of-type(3n-1){
	background: #FDE89F;
}
#_join .cntBtn:nth-of-type(3n){
	background: #E1F4BD;
}
#_join .cntBtn:hover{
	background: #fff !important;
}
#_join .cntText-2 a{
	text-decoration: underline;
}
#_join .cntText-2 a:hover{
	text-decoration: none;
}
@media screen and (max-width: 1519px) {
  #_join .cntTitle{
    font-size: calc(117px - (1519px - 100vw) / (619 / 20));
  }
}
/* TAB */
@media screen and (max-width: 896px) {
	#_join{
		padding-top: 120px;
	}
	#_join::before{
		bottom: 70px;
		height: 922px;
		transform: translateX(-60%);
	}
	#_join .cntTitle{
		font-size: 5.3rem;
		margin-bottom: 16px;
		line-height: 1;
	}
	#_join .cntText-1{
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	#_join .cntList-btn{
		flex-direction: column;
		align-items: center;
	}
	#_join .cntBox{
		padding-top: 0;
	}
}
/* SP */
@media screen and (max-width: 480px) {
	#_join::before{
		transform: translateX(-73.8%);
	}
}

/* 下層ページナビ */
#_catnav{
  padding-top: 120px;
}
#_catnav .cntTitle{
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#_catnav .cntList{
  display: flex;
  justify-content: center;
  gap: 32px;
}
#_catnav .cntList .item{
  width: 100%;
  max-width: 317px;
	color: var(--c-base);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
#_catnav .cntList a.item:hover{
  text-decoration: underline;
}
#_catnav .cntList .image{
  margin-bottom: 16px;
  aspect-ratio: 317/177;
  background: #DEDEDE;
  border-radius: 24px;
  overflow: hidden;
}
#_catnav .cntList .image img{
  transition: transform .3s ease-out;
}
#_catnav .cntList a.item:hover .image img{
  transform: scale(1.15);
}
#_catnav .cntList .title{
	font-size: 1.8rem;
	font-weight: 500;
}
#_catnav .cntList .small{
	display: inline-block;
	margin-left: 8px;
	font-family: var(--ff-en);
	font-weight: 400;
	font-size: 1.2rem;
}
/* TAB */
@media screen and (max-width: 896px) {
	#_catnav{
		padding-top: 100px;
	}
  #_catnav .cntList{
    flex-wrap: wrap;
    align-items: center;
  }
  #_catnav .cntList .item{
    max-width: 312px;
  }
}

/* 絞り込み */
#dsbtn{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 75px; */
	/* height: 75px; */
	width: 115px;
	height: 115px;
	padding-top: 2px;
	background: var(--c-main);
	border-radius: 50%;
	cursor: pointer;
	transition: background .3s ease-out, width .3s ease-out, height .3s ease-out;
	z-index: 100;
}
#dsbtn:hover{
	background: #fff;
}
#dsbtn svg{
	/* width: 35px; */
	/* height: 35px; */
	width: 48px;
	height: 48px;
	object-fit: contain;
	transition: width .3s ease-out, height .3s ease-out;
}
#dsbtn path{
	transition: fill .3s ease-out;
}
#dsbtn:hover path{
	fill: var(--c-main);
}
#dsbtn .txt{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	transition: font-size .3s ease-out;
}
#dsbtn:hover .txt{
	color: var(--c-main);
}
#downselect{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: calc(100vh + 100px);
	padding: 0 30px 100px;
	background: var(--c-main);
	z-index: 300;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#downselect::-webkit-scrollbar{
	display: none;
}
#downselect .cntBtn-close{
	position: fixed;
	top: 32px;
	right: 32px;
	z-index: 2;
}
#downselect .cntInner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	padding: 91px 0;
}
#downselect .cntList{
	width: 100%;
	padding-top: 55px;
}
#downselect .cntList .item{
	display: grid;
	grid-template-columns: 96px 1fr;
}
#downselect .cntList .item + .item{
	margin-top: 24px;
}
#downselect .cntList .title{
	color: #fff;
	font-weight: bold;
	line-height: 52px;
}
#downselect .cntList .list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
#downselect .cntList .btn{
	padding: 0 19px;
	/* background: #fff; */
	border-radius: 100px;
	border: 1px solid #fff;
	cursor: pointer;
	transition: background .3s ease-out, color .3s ease-out;
	/* color: var(--c-base); */
	color: #fff;
	white-space: nowrap;
	line-height: 52px;
}
#downselect .cntList .btn.active{
	cursor: default;
	/* background: #3697DE;
	border-color: #3697DE;
	color: #fff; */
}
#downselect .cntList .btn.active,
#downselect .cntList .btn:hover{
	/* background: var(--c-main); */
	/* border-color: #fff; */
	background: #3697DE;
	border-color: #3697DE;
	/* color: #fff; */
}
#downselect .cntBtn{
	width: 289px;
	max-width: 100%;
	margin: 48px auto 0;
	/* background: #fff; */
	background: var(--c-main);
	border-radius: 100px;
	border: 1px solid #fff;
	transition: background .3s ease-out, color .3s ease-out;
	/* color: var(--c-main); */
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 83px;
	text-align: center;
}
#downselect .cntBtn:hover{
	/* background: var(--c-main);
	color: #fff; */
	background: #fff;
	color: var(--c-main);
}
/* TAB */
@media screen and (max-width: 896px) {
	#dsbtn{
		right: 15px;
		bottom: 15px;
		width: 91px;
		height: 91px;
	}
	#dsbtn svg{
		width: 37px;
		height: 37px;
	}
	#dsbtn .txt{
		font-size: 1.4rem;
	}
	#dsbtn.-small{
		width: 53px;
		height: 53px;
	}
	#dsbtn.-small svg{
		width: 22px;
		height: 22px;
	}
	#dsbtn.-small .txt{
		font-size: .9rem;
	}
	#downselect .cntBtn-close{
		top: 16px;
		right: 15px;
	}
	#downselect .cntList{
		padding-top: 0;
	}
	#downselect .cntList .item{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	#downselect .cntList .btn{
		padding: 0 18px;
	}
}

/* クッキー */
#cookie.l-aside-cookie{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	background-color: rgba(0,0,0,.75);
	padding: 20px;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
	font-size: 1.4rem;
}
#cookie.l-aside-cookie.is-show{
	display: block
}
#cookie .l-aside-cookie__item{
	color: #fff;
	line-height: 1.5;
}
#cookie .l-aside-cookie__item:not(:first-child){
	margin-top: 20px
}
#cookie .l-aside-cookie__item a{
	color: #fff;
	text-decoration: underline;
}
#cookie .l-aside-cookie__buttons{
	display: flex;
	justify-content: space-between
}
#cookie .l-aside-cookie__button{
	flex-basis: 48%
}
#cookie .p-button-cookie{
	font-weight: 700;
	padding: 10px 0;
	display: block;
	width: 100%;
	color: #fff;
	border: 1px solid #fff;
	transition: .2s;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
}
#cookie .p-button-cookie:hover{
	background-color: #fff;
	color: #000;
}
@media screen and (min-width: 897px) {
	#cookie .l-aside-cookie__inner{
			display:flex;
			justify-content: space-between;
			align-items: center
	}
	#cookie .l-aside-cookie__item{
			flex-basis: calc(100% - 360px)
	}
	#cookie .l-aside-cookie__item:not(:first-child){
			margin-top: 0
	}
	#cookie .l-aside-cookie__item:last-child{
			flex-basis: 320px
	}
}
@media screen and (max-width: 896px) {
	/* .l-nav {
			opacity:0;
			visibility: hidden
	}
	.is-navopen .l-nav {
			-webkit-animation: fadein .2s linear 0s forwards;
			animation: fadein .2s linear 0s forwards
	} */
	#cookie.l-aside-cookie p{
			font-size: 1.2rem
	}
}

/* バナー */
#banner-g{
	margin: 140px 0;
}
#banner-g .cntInner{
  max-width: 904px;
  /* padding: 56px 0 0; */
}
#banner-g .cntImg{
  display: block;
}
/* TAB */
@media screen and (max-width: 899px) {
  #banner-g{
    margin: 90px 0;
  }
  #banner-g .cntInner{
    /* padding: 80px 0 0; */
  }
}
