@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300&display=swap');
/*--------------------------------------
 reset
--------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td, figure, section, article {margin: 0; padding: 0;}
body {font:13px/1 "Meiryo UI", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}
img {border: 0; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
*:focus {outline: none;}
/*--------------------------------------
 base
--------------------------------------*/
html{
  font-size: 62.5%; /* 1rem = 10px */
}
*{
	box-sizing:border-box;
}
body {
  font-family: "YuGothic", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
	font-size: 1.6rem;
	background: url("../common/img/page-bg.jpg") no-repeat #FFF4F8;
	background-size: 100% auto;
	background-position: top center;
	color: #515151;
}
strong {
	font-weight:bold;
}
a {
	color: #515151;
	text-decoration:none;
	transition: opacity 0.3s ease;
	opacity: 1;
}
a:hover {
	opacity: 0.6;
}
br.pchide{
  display: none;
}
img{
  max-width: 100%;
  height: auto;
}
img.pc{
  display: inline-block;
}
img.sp{
  display: none;
}
br.pc{
  display: inline;
}
br.sp{
  display: none;
}
p.pc,
div.pc{
  display: block;
}
p.sp,
div.sp{
  display: none;
}
span.sp{
  display: none;
}
@media only screen and (min-width: 767px) and (max-width: 820px) {
	html{
		font-size: 47%;
	}
}
/*--------------------------------------
 header
--------------------------------------*/
#site-header{
	position: fixed;
	top: 20px;
	left: 50px;
	width: calc(100% - 100px);
	background: #ffffff;
	z-index: 10;
	border-radius: 29px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
}
.logo .summary{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.logo .img img{
	width: 65px;
	height: auto;
}
.logo .logo-img{
	display: flex;
	align-items: center;
	gap: 13px;
}
.logo .logo-img p{
	font-size: 3rem;
	line-height: 1.25;
	font-weight: bold;
	& strong{
		color: #D86681;
	}
	& span{
		display: inline-block;
	}
}
#site-header #global-nav{
	margin-left: auto;
}
#site-header #global-nav ul{
	display: flex;
	& li:nth-child(2){
		margin-left: 14px;
	}
	& li:nth-child(3){
		margin-left: 20px;
	}
	& li:nth-child(4){
		margin-left: 17px;
	}
	& li{
		font-size: 1.4rem;
		font-weight: bold;
		color: #000000;
	}
	& li .ico{
		margin-bottom: 10px;
	}
	& li .ico img{
		width: 39px;
		height: auto;
	}
	& li a{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		line-height: 1.2;
		white-space: nowrap;
	}
}
.global-btn{
	margin-left: 30px;
}
.global-btn ul{
	display: flex;
	gap: 20px;
	& p{
		text-align: center;
		font-size: 1.4rem;
		margin-top: 10px;
	}
	& li:nth-child(1) p{
		color: #66AFD8;
		& strong{
			color: #D86681;
			font-weight: normal;
		}
	}
	& li:nth-child(2) p{
		color: #D86681;
	}
}
@media only screen and (max-width: 1660px) {
	.logo .logo-img p{
		font-size: 2.5rem;
	}
	#site-header #global-nav ul {
		& li{
			font-size: 1.4rem;
		}
		& li .ico img{
			width: 30px;
		}
	}
	#site-header .btn{
		min-width: 210px;
		font-size: 1.6rem;
	}
	.logo .img img{
		width: 46px;
	}
}
@media only screen and (max-width: 1480px) {
	.logo .logo-img p{
		font-size: 2rem;
	}
	.logo .summary{
		font-size: 1.2rem;
	}
	#site-header #global-nav ul {
		& li{
			font-size: 1.2rem;
		}
	}
	#site-header .btn{
		min-width: 190px;
		font-size: 1.4rem;
	}
}
#sp-header-nav,
#sp-global-nav,
.menubtn{
	display: none;
}
/*--------------------------------------
 footer
--------------------------------------*/
#floating-btn{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	& img{
		width: 188px;
		height: auto;
	}
}
#floating-btn.scroll{
	opacity: 1;
	visibility: visible;
}
#type-nav{
	margin-top: 170px;
}
#type-nav-list{
	background: #fff;
	padding: 30px 40px;
	border-radius: 29px;
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
	& ul{
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	& a{
		display: inline-block;
		background: #E5F6FF;
		color: #66AFD8;
		font-weight: 700;
		font-size: 2rem;
		padding: 14px 20px;
		border-radius: 7px;
	}
}
#site-footer{
	background: #E8EEF7;
	margin-top: 80px;
	padding: 60px 20px;
	.wrap{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
}
#footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 50px;
	gap: 25px 0;
	justify-content: center;
	& li::after{
		content: "　｜　";
	}
	& li:last-child:after{
		content: "";
	}
	& li a{
		font-size: 1.6rem;
		font-weight: 700;
	}
}
#site-footer .copyright{
	font-size: 1.6rem;
	font-weight: 700;
}
#sp-fixed{
	display: none;
}
/*--------------------------------------
 common
--------------------------------------*/
.btn{
	display: flex;
	align-items: center;
	background: #ccc;
	color: #fff !important;
	font-size: 2rem;
	font-weight: bold;
	height: 60px;
	min-width: 240px;
	border-radius: 100px;
	position: relative;
	padding-right: 62px;
	padding-left: 28px;
	border: 0;
	cursor: pointer;
	&::after{
		content: "";
		display: block;
		width: 45px;
		height: 45px;
		background: url("../common/img/btn-arrow.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: 8px;
		right: 8px;
	}
	&.blue{
		background: #66AFD8;
	}
	&.pink{
		background: #D86681;
	}
	&.yellow{
		background: #D8AA66;
	}
}
.sec-title{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 40px;
	&::before{
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 18px;
		background: #66AFD8;
		vertical-align: 6px;
		margin-right: 15px;
	}
}
.wrap{
	max-width: 1410px;
	padding: 0 50px;
	margin: auto;
}
.sec-title-en{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
	font-size: 9rem;
	color: rgba(216, 102, 129, 0.25);
}
.fadein{
	opacity: 0;
	transition: opacity 0.5s linear;
}
.active .fadein,
.active.fadein{
	opacity: 1;
}
.breadcrumb{ 
	max-width: 1410px;
	margin: auto;
	padding: 0 50px;
	margin-top: 160px;
	& ul{
	}
	& li{
		display: inline-block;
		font-size: 1.2rem;
	}
	& li::after{
		content: ">";
		margin: 0 1em;
	}
	& li:last-child::after{
		display: none;
	}
	& a{
		color: #66AFD8;
	}
}
.main-twocol{
	max-width: 1410px;
	margin: auto;
	padding: 0 50px;
	display: grid;
	gap: 34px;
	grid-template-columns: 1fr 376px;
	margin-top: 30px;
}
/*--------------------------------------
 aside
--------------------------------------*/
.jobs-tabs-aside > li{
	display: flex;
	align-items: center;
	padding-left: 20px;
	min-height: 90px;
	background: #E5F6FF;
	color: #66AFD8;
	border-radius: 5px;
	position: relative;
	padding: 10px 37px 10px 10px;
	& + li{
		margin-top: 10px;
	}
}
.jobs-tabs-aside li{
	.tit{
		font-weight: 700;
		font-size: 1.8rem;
		display: flex;
		flex-shrink: 0;
		align-items: center;
		width: 6.5em;
		line-height: 1.25;
	}
	.tit::before{
		content: "";
		display: inline-block;
		width: 50px;
		height: 39px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 4px;
	}
	&.area .tit::before{
		background-image: url("../common/img/ico-area-bl.png");
	}
	&.type .tit::before{
		background-image: url("../common/img/ico-type-bl.png");
	}
	&.salary .tit::before{
		background-image: url("../common/img/ico-salary-bl.png");
	}
	&.employment .tit::before{
		background-image: url("../common/img/ico-employment-bl.png");
	}
	.queries{
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		flex-grow: 1;
		padding-right: 5px;
		& li{
			background: #fff;
			text-align: center;
			padding: 8px;
			border-radius: 5px;
			color: #515151;
		}
		.block{
			flex-basis: 100%;
		}
	}
}
.jobs-tabs-aside li .change-btn{
	background: #66AFD8;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	position: absolute;
	top: 7px;
	right: 5px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	padding: 22px 0 0 0;
	height: calc(100% - 14px);
	border-radius: 5px;
	writing-mode: vertical-rl;
	letter-spacing: 0.4em;
	&::before{
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		background: url("../common/img/ico-reload-w.png") no-repeat;
		background-size: contain;
		position: absolute;
		top: 7px;
		left: 6px;
	}
}
#aside-right > * + * {
	margin-top: 50px;
}
.aside-tit{
	text-align: center;
	color: #fff;
	background: #66AFD8;
	padding: 10px 0;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 5px;
}
.aside-tit::before{
	content: "♥";
	color: #66AFD8;
	display: block;
	width: 50px;
	height: 25px;
	line-height: 35px;
	background: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
	position: absolute;
	top: -22px;
	left: calc(50% - 25px);
}
.aside-tit.pink{
	background: #D86681;
}
.aside-tit.pink::before{
	color: #D86681;
}
.search-bar.small .result-num{
	justify-content: center;
	.txt{
		font-size: 2rem;
	}
	.num{
		font-size: 2rem;
	}
	.txt02{
		font-size: 1.6rem;
	}
	.ico img{
		width: 28px;
	}
}
#aside-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102, 175, 216, 0.9);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 60px;
	.wrap{
		background: #fff;
		border-radius: 29px;
		padding: 20px;
		width: 100%;
		z-index: 1;
	}
	.close-btn{
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
	}
}
.close-base{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.jobs-popup{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
}
.jobs-popup.active{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
#aside-right section{
	background: #fff;
	border-radius: 29px;
	padding: 20px;
	position: relative;
	& + section{
		margin-top: 55px;
	}
}
.aside-consulting{
	.img{
		border: 2px solid #D86681;
	}
	.img + p{
		line-height: 1.5;
		font-weight: 700;
		margin: 20px 0 30px;
	}
	.al-center{
		margin-top: 20px;
		margin-bottom: 10px;
		& + p{
			text-align: center;
			font-size: 1.4rem;
			color: #D86681;
		}
	}
}
#consulting-popup{
	.close-btn{
		display: none;
	}
	.clise-base{
		display: none;
	}
	.close-base{
		display: none;
	}
}
.line-btn{
	display: block;
	border-top: 1px dotted #D86681;
	border-bottom: 1px dotted #D86681;
	color: #D86681;
	padding: 20px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	&::after{
		content: "";
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url("../common/img/btn-arrow-pnk.svg") no-repeat;
		background-size: contain;
		margin-left: 10px;
		vertical-align: -6px;
	}
}
.aside-feature-list{
	& li{
		background: #F3F3F3;
	}
	& li + li{
		margin-top: 10px;
	}
	& li a{
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.img{
		width: 30%;
		flex-shrink: 0;
	}
	& h3{
		font-weight: 700;
		& span{
			font-size: 2rem;
		}
	}
	.pink{
		color: #D86681;
	}
	.yellow{
		color: #D8B266;
	}
	.blue{
		color: #6694D8;
	}
	.green{
		color: #A3D866;
	}
}
.cat-list li{
	background: #F3F3F3;
	& a{
		display: block;
		padding: 20px;
		font-weight: 700;
	}
	& + li{
		margin-top: 8px;
	}
	.children li{
		padding-left: 20px;
		border-top: 2px solid #fff;
		& a{
			padding: 15px 20px;
		}
	}
	.children li + li{
		margin-top: 0;
	}
}
.aside-feature-list + .btn-wrap{
	margin-top: 20px;
	& strong{
		font-weight: normal;
	}
	& span.blue{
		color: #66AFD8;
	}
}
#top-aside{
	display: none;
}
/*--------------------------------------
 top
--------------------------------------*/
#main-visual{
	width: calc(100% - 100px);
	margin-left: 50px;
	border-radius: 29px;
	border: 5px solid #fff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
	margin-top: 160px;
	position: relative;
	& picture{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 25px;
		overflow: hidden;
	}
	.txt {
		position: absolute;
		top: 16%;
		width: 41%;
		right: 35px;
	}
	& h1{
		background: #66AFD8;
		color: #fff;
		font-size: 1.8vw;
		text-align: center;
		padding: 10px 20px;
		border-radius: 100px;
		font-weight: 700;
		margin-bottom: 5.5vw;
		font-feature-settings: "palt";
	}
	.copy{
		height: auto;
		text-align: right;
		& img{
			width: 100%;
		}
	}
}
#top section + section{
	margin-top: 100px;
}
#top-jobs{
	position: relative;
}
#top-jobs .sec-title-en{
	position: absolute;
	top: -7px;
	right: 50px;
	color: #DFE9EF;
}
.jobs-wrap{
	background: #fff;
	border-radius: 29px;
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
	padding: 20px;
}
.jobs-tabs{
	& li + li{
		margin-top: 10px;
	}
	& a{
		display: flex;
		align-items: center;
		padding-left: 20px;
		height: 130px;
		width: 280px;
		background: #E5F6FF;
		color: #66AFD8;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: 700;
		border-radius: 18px;
		position: relative;
		& strong{
			font-size: 3rem;
		}
		&::after{
			right: 7px;
			top: 50%;
			border: solid transparent;
			content: "";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(102, 175, 216, 0);
			border-left-color: #66AFD8;
			border-width: 10px;
			margin-top: -10px;
		}
	}
	.active a{
		background: #66AFD8;
		color: #fff;
		&::after{
			border-left-color: #fff;
			border: 0;
			width: 18px;
			height: 18px;
			border-radius: 18px;
			right: 15px;
			background: #fff;
		}
	}
}
.jobs-tabs li{
	& a::before{
		content: "";
		display: inline-block;
		width: 97px;
		height: 75px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	&.area a::before{
		background-image: url("../common/img/ico-area-bl.png");
	}
	&.type a::before{
		background-image: url("../common/img/ico-type-bl.png");
	}
	&.salary a::before{
		background-image: url("../common/img/ico-salary-bl.png");
	}
	&.employment a::before{
		background-image: url("../common/img/ico-employment-bl.png");
	}
	&.active.area a::before{
		background-image: url("../common/img/ico-area-w.png");
	}
	&.active.type a::before{
		background-image: url("../common/img/ico-type-w.png");
	}
	&.active.salary a::before{
		background-image: url("../common/img/ico-salary-w.png");
	}
	&.active.employment a::before{
		background-image: url("../common/img/ico-employment-w.png");
	}
}
.jobs-queiries{
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 30px;
}
.jobs-queiries .tab-content-wrap{
	width: auto;
}
.jobs-tab-content{
	& h3{
		background: #66AFD8;
		color: #fff;
		padding: 10px 20px;
		font-size: 2.3rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
	.grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 30px;
	}
	& input{
		vertical-align: middle;
		margin: 0 5px 2px 0;
	}
	& input[type="checkbox"]:disabled + span{
		color: #aaa;
	}
	.btn-wrap{
		display: none;
	}
}
.jobs-tab-content .type-grid{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	& ul{
		border-left: 1px solid #707070;
		padding: 10px 0 10px 20px;
	}
	& h4{
		font-weight: 700;
		display: flex;
		align-items: center;
	}
	.grid{
		gap: 15px;
	}
	.grid.no-border{
		border-left: 0;
	}
}
.jobs-tab-content .close-btn{
	display: none;
}
.jobs-tab-content select{
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #707070;
}
.jobs-tab-content input[type="text"],
.jobs-tab-content input[type="number"]{
	border: 1px solid #707070;
	padding: 10px;
}
.jobs-tab-content .salary-input{
	margin-top: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.salary-input .hide{
	display: none;
}
.close-btn{
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
	background: #515151;
	border-radius: 100px;
}
.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 26px;
  background: #fff;
}
.close-btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.search-bar{
	background: #FFF6DF;
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	margin-top: 20px;
}
.search-bar .result-num{
	display: flex;
	gap: 10px;
	align-items: center;
	font-weight: 700;
	.ico img{
		width: 44px;
		height: auto;
	}
	.txt{
		font-size: 2.4rem;
		color: #66AFD8;
	}
	.num{
		background: #fff;
		width: 5em;
		padding: 10px 10px;
		font-size: 3.5rem;
		color: #D86681;
		display: inline-block;
		text-align: right;
	}
	.txt02{
		font-size: 2.4rem;
	}
}
.sec-title-en + .sec-title{
	margin-top: 40px;
}
#top-support .bg-white{
	display: flex;
	flex-direction: row-reverse;
	gap: 70px;
	margin-bottom: 60px;
	.img{
		flex-shrink: 0;
		width: 36%;
	}
}
#top-support .page-content{
	& p + h2{
		margin-top: 60px;
	}
	& h2{
		margin-bottom: 25px;
	}
}

#top-feature .feature-col{
	display: flex;
	align-items: flex-start;
	padding-right: 60px;
	gap: 0 32px;
	& .col{
		position: relative;
	}
	& .col:first-child{
		margin-top: 14vw;
	}
	& h2{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(255,255,255,0.92);
		font-size: 2.9rem;
		font-weight: 700;
		padding: 10px 20px;
		line-height: 1.25;
		& strong{
			font-size: 5rem;
		}
	}
	& p{
		position: absolute;
		right: -60px;
		bottom: -4px;
		line-height: 2;
		font-size: 2.5rem;
		font-weight: 700;
		& span{
			background: #ccc;
			color: #fff;
			padding: 5px 10px;
		}
	}
}
#top-feature .feature-col{
	.pink{
		& h2 strong{
			color: #D86681;
		}
		& p span{
			background: #D86681;
		}
	}
	.yellow{
		& h2 strong{
			color: #D8B266;
		}
		& p span{
			background: #D8B266;
		}
	}
	.blue{
		& h2 strong{
			color: #66AFD8;
		}
		& p span{
			background: #66AFD8;
		}
	}
	.green{
		& h2 strong{
			color: #A3D866;
		}
		& p span{
			background: #A3D866;
		}
	}
}
.job-slides .slick-list{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.job-slides .slide{
	width: calc(1410px / 3 - 45px);
	margin: 0 10px;
	background: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
	padding: 0 20px;
	.img{
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1410px) {
	.job-slides .slide{
		width: calc(33vw - 45px);
	}
}
.tags{
	display: flex;
	gap: 10px;
	margin: 18px 0;
	& span{
		color: #fff;
		font-weight: 700;
		font-size: 1.4rem;
		background: #66AFD8;
		padding: 5px 10px;
		border-radius: 6px;
	}
}
.job-slides h2{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.spec-list{
	width: 100%;
	line-height: 1.5;
	margin: 10px 0;
	& th{
		white-space: nowrap;
		vertical-align: middle;
		color: #66AFD8;
		font-weight: 700;
		padding: 5px 0;
		padding-right: 10px;
		& img{
			display: inline-block;
			vertical-align: -9px;
			margin-right: 10px;
			width: 30px;
			height: auto;
		}
	}
	& td{
		vertical-align: middle;
	}
	.company-name{
		border-top: 1px solid #66AFD8;
		border-bottom: 1px solid #66AFD8;
		color: #66AFD8;
		font-weight: 700;
	}
}
.job-slides .btn{
	border-radius: 0;
	margin-left: -20px;
	margin-right: -20px;
	justify-content: center;
	font-size: 1.6rem;
	height: 48px;
	padding-right: 42px;
	&::after{
		width: 27px;
		height: 27px;
		top: 10px;
	}
}
.job-slides .slick-dots li button:before{
	font-size: 20px;
	color: #CBCBCB;
	opacity: 1;
}
.job-slides .slick-dots li.slick-active button:before{
	color: #66AFD8;
	opacity: 1;
}
.al-center{
	display: flex;
	justify-content: center;
}
.job-slides + .al-center{
	margin-top: 90px;
	.btn{
		max-width: 540px;
	}
}
.tabs{
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 50px 0 10px;
	padding:  0 20px;
	& a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 75px;
		width: 260px;
		background: #fff;
		color: #66AFD8;
		font-size: 1.8rem;
		font-weight: 700;
		border-radius: 18px;
		& strong{
			font-size: 3rem;
		}
	}
	.active a{
		background: #66AFD8;
		color: #fff;
	}
}
.column-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
	.col{
		background: #fff;
		box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
		padding-bottom: 20px;
		& h2{
			font-size: 1.8rem;
			line-height: 1.5;
			font-weight: 700;
		}
	}
}
.top-column-list{
	.col{
		padding-bottom: 0;
		& a{
			display: flex;
			gap: 20px;
		}
		& .img{
			max-width: 280px;
			width: 40%;
			flex-shrink: 0;
		}
		& .txt{
			padding-bottom: 20px;
			padding-right: 20px;
		}
	}
}
.favorites-btn{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#top-feature,
#top-recommend,
#top-column,
#type-nav,
#top-support{
	position: relative;
	&::after{
		content: "";
		display: block;
		width: 720px;
		height: 720px;
		background: url("../common/img/bg-circle.png") no-repeat;
		position: absolute;
		left: calc( 50% - 510px );
		top: -93px;
		z-index: -1;
	}	
}
#type-nav::after,
#top-recommend::after{
	left: -80px;
	top: -213px;
}


/*--------------------------------------
 jobs archive
--------------------------------------*/
.page-title{
	background: #fff;
	border-radius: 15px;
	padding: 30px 20px;
	margin-bottom: 35px;
	& h1{
		font-size: 2.4rem;
		font-weight: 700;
		color: #66AFD8;
	}
}
.page-meta{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: baseline;
	font-size: 1.6rem;
	margin-bottom: 20px;
	.result-num{
		color: #66AFD8;
		font-weight: 700;
	}
	.order{
		display: flex;
		align-items: baseline;
		gap: 10px;
		margin-left: auto;
		font-weight: 700;
		& dd{
			background: #E5F6FF;
			padding: 5px 10px;
		}
		& dd.current{
			background: #66AFD8;
			& a{
				color: #fff;
			}
		}
	}
}
.jobs-list-content{
	background: #fff;
	border-radius: 16px;
	padding: 30px 20px;
	margin-top: 20px;
	.twocol{
		display: flex;
		flex-direction: row-reverse;
		gap: 20px;
		width: 100%;
		.img{
			width: 40%;
			flex-shrink: 0;
		}
		.txt{
			flex-grow: 1;
		}
	}
	.txt h2{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}
.description{
	background: #FFF6DF;
	display: flex;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	& h3{
		color: #66AFD8;
		font-weight: 700;
		white-space: nowrap;
		flex-shrink: 0;
		border-right: 1px solid #66AFD8;
		padding-right: 20px;
		margin-right: 20px;
		display: flex;
		gap: 10px;
		align-items: center;
		.ico img{
			width: 30px;
			height: auto;
		}
	}
	& p{
		font-weight: 700;
		line-height: 1.5;
	}
}

/*pagenavi*/
body .wp-pagenavi{
text-align: center;
margin: 40px 0;
width: 100%;
}
body .wp-pagenavi span,
body .wp-pagenavi a{
font-weight: 700;
display: inline-block;
min-width: 45px;
height: 45px;
line-height: 45px;
font-size: 1.5rem;
margin: 0 4px;
border-radius: 100px;
border: 1px solid #515151;
background: #515151;
color: #fff;
box-sizing: content-box;
}
body .wp-pagenavi span.pages{
padding: 0 10px;
}
body .wp-pagenavi .current,
body .wp-pagenavi a:hover{
background: #D86681;
border-color: #D86681;
color: #fff;
font-weight: normal;
}

/*--------------------------------------
 jobs single
--------------------------------------*/
.jobs-title{
	border-bottom: 1px solid #66AFD8;
	padding-bottom: 13px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 40px;
	position: relative;
	&::before{
		content: "";
		display: block;
		width: 27px;
		height: 27px;
		background: url("../common/img/ico-building.png") no-repeat;
		background-size: contain;
		position: absolute;
		left: 5px;
		top: 5px;
	}
	& h1{
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.5;
		color: #66AFD8;
	}
	.id{
		font-size: 1.2rem;
		width: 100%;
		margin-top: 10px;
	}
	.tags{
		margin: 0;
		margin-left: auto;
	}
}
.bg-white{
	background: #fff;
	border-radius: 15px;
	padding: 40px 20px;
}

#jobs-single .twocol{
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	.img{
		width: 40%;
		flex-shrink: 0;
	}
	.txt{
		flex-grow: 1;
	}
	.txt h2{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
	}
}
#jobs-single .bg-white{
	margin-top: 60px;
}
#jobs-single .bg-white:first-child{
	margin-top: 0;
}
.point{
	margin-top: 50px;
	& h3{
		background: #D86681;
		color: #fff;
		font-weight: 700;
		padding: 10px;
		border-radius: 5px;
		display: inline-block;
	}
	& ul li{
		line-height: 1.5;
		font-weight: 700;
		display: flex;
		gap: 10px;
	}
	& ul li::before{
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		background: url("../common/img/ico-star.svg") no-repeat;
		background-size: contain;
	}
	& ul li + li{
		margin-top: 1em;
	}
	& p{
		line-height: 2;
		font-weight:700;
	}
}
.bg-yellow{
	background: #FFF6DF;
	padding: 20px;
}
.btn + p{
	text-align: center;
	color: #D86681;
	font-size: 1.4rem;
	margin-top: 10px;
}
#jobs-single .btn-row{
	margin-top: 40px;
	gap: 40px;
}
.tit-underline{
	color: #66AFD8;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
	&::after{
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		background: #66AFD8;
		margin: 20px auto 0 auto;
	}
}
.page-content .tit-underline{
	border-bottom: 0;
	padding-bottom: 0;
}
.spec-table{
	width: 100%;
	line-height: 1.5;
	& th, & td{
		padding: 30px 20px 24px 20px;
	}
	& th{
		background: #F5F5F5;
		font-size: 1.8rem;
		font-weight: 700;
		width: 15em;
		.ico img{
			width: 30px;
			height: auto;
			vertical-align: middle;
			margin-right: 10px;
		}
	}
	& td{
	}
	& p + p{
		margin-top: 1em;
	}
	& tr{
		border-top: 1px dotted #707070;
	}
	& tr:last-child{
		border-bottom: 1px dotted #707070;
	}
}
.googlemap{
	margin-top: 20px;
	margin-bottom: 40px;
	& iframe{
		width: 100%;
	}
}
.photos{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}
#recommend{
	margin-top: 140px;
}
/*--------------------------------------
 first
--------------------------------------*/
.page-content .two-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.page-content{
	line-height: 1.5;
}
.page-content .bg-white + .bg-white {
	margin-top: 24px;
}
.page-content h2{
	font-weight: 700;
	color: #66AFD8;
	font-size: 2.4rem;
	border-bottom: 1px solid #66AFD8;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.page-content .lead{
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.page-content h3{
	font-size: 2rem;
	font-weight: 700;
	color: #D86681;
	margin: 20px 0;
}
.steps{
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	position: relative;
	& h4{
		color: #D86681;
		font-weight: 700;
		font-size: 2rem;
		margin-bottom: 20px;
		& span{
			display: inline-block;
			padding: 4px 10px;
			background: #D86681;
			color: #fff;
			font-weight: 700;
			margin-right: 10px;
		}
	}
	.img{
		flex-shrink: 0;
		width: 40%;
	}
	&::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-top: 30px solid #d86681;
		border-bottom: 0;
		position: absolute;
		left: calc(50% - 50px);
		bottom: -66px;
	}
	&.no-arrow::after{
		display: none;
	}
	& + &{
		margin-top: 100px;
	}
}
.page-content .support{
	display: flex;
	gap: 40px;
	margin-top: 50px;
	.img{
		width: 30%;
		flex-shrink: 0;
	}
}
.bg-white + .btn-row{
	margin-top: 40px;
}
.page-content a{
	color: #66AFD8;
}
/*--------------------------------------
 business
--------------------------------------*/
#business .btn-row{
	margin: 30px 0;
}
#business .btn + p{
	color: #D8AA66;
}
#business .steps {
	& h4 {
		color: #D8AA66;
		& span {
			background: #D8AA66;
		}
	}
	&::after {
		border-top-color: #D8AA66;
	}
}
.business-faq h3{
	color: #D8AA66;
	margin-top: 40px;
	margin-bottom: 15px;
	& span{
		border-right: 1px solid #D8AA66;
		padding-right: 10px;
		margin-right: 10px;
	}
}
/*--------------------------------------
 privacy
--------------------------------------*/
.privacy-content h3{
	color: #66AFD8;
	line-height: 1.5;
	margin-top: 50px;
}
.privacy-content h3:first-child{
	margin-top: 0;
}
.privacy-content .last{
	margin-top: 60px;
}
.privacy-content p + p{
	margin-top: 1em;
}
/*--------------------------------------
 faq
--------------------------------------*/
.faq-content .sec-title{
	font-size: 2rem;
	margin-top: 60px;
	&::before{
	vertical-align: -1px;
	}
}
.faq-row{
	margin-top: 20px;
	& h3{
		font-weight: 700;
		color: #66AFD8;
		line-height: 1.5;
		cursor: pointer;
		position: relative;
	}
	.accordion{
		line-height: 1.5;
		padding-top: 30px;
	}
}
.faq-row h3 .ico{
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -3px;
	right: 25px;
}
.faq-row h3 .ico:before,
.faq-row h3 .ico:after{
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background: #66AFD8;
	position: absolute;
	top: 10px;
	left: 0;
}
.faq-row h3 .ico:after{
	transform: rotate(90deg);
	transition: all 0.2s linear;
}
.faq-row h3.active .ico:after{
	transform: rotate(0deg);
}
/*--------------------------------------
 favorites
--------------------------------------*/
.favorite-note{
	margin: 40px 0;
	line-height: 1.5;
}

/*--------------------------------------
 single
--------------------------------------*/
.single-title{
	font-size: 2.4rem;
	font-weight: 700;
	color: #66AFD8;
	border-bottom: 1px solid #66AFD8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-categories{
	display: flex;
	gap: 15px;
	margin: 40px 0;
	& a{
		color: #fff;
		font-weight: 700;
		font-size: 1.4rem;
		background: #66AFD8;
		padding: 5px 10px;
		border-radius: 6px;
		display: inline-block;
	}
}
.posts-grid{
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	gap: 30px;
}
.post-col{
	background: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
	padding: 16px;
	.post-categories{
		margin: 20px 0;
	}
	& h2{
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
.post-two-col{
	background: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0,0,0,0.13);
	display: flex;
	.post-categories{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.img{
		width: 30%;
		flex-shrink: 0;
		& img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	.txt{
		padding: 20px;
	}
	h2{
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
/*--------------------------------------
 contact
--------------------------------------*/
#contact #floating-btn{
	display: none;
}
.main-singlecol{
	max-width: 1410px;
	margin: auto;
	padding: 0 50px;
	margin-top: 30px;
}
.form-steps{
	display: flex;
	justify-content: center;
	gap: 130px;
	margin-bottom: 50px;
}
.form-steps li{
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	color: #D86681;
	position: relative;
	opacity: 0.6;
	&.active{
		opacity: 1;
	}
 .num{
		background: #D86681;
		display: block;
		width: 46px;
		height: 46px;
		line-height: 46px;
		border-radius: 100px;
		color: #fff;
		text-align: center;
	}
	&::after{
		content: "";
		display: block;
		width: 100px;
		height: 2px;
		background: #F2BCC9;
		position: absolute;
		top: 21px;
		left: calc( 100% + 15px );
	}
	&:last-child::after{
		display: none;
	}
}
#contact .note{
	line-height: 1.5;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto 50px auto;
}
.form-note{
	text-align: center;
	margin-bottom: 20px;
}
.req{
	color: #D86681;
	font-weight: 700;
}
.form-grid{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px 50px;
	.tit-col{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	& h3{
		font-size: 2rem;
		font-weight: 700;
		color: #66AFD8;
		border-left: 3px solid #66AFD8;
		padding-left: 10px;
	}
	& input[type="text"],
	& input[type="number"],
	& input[type="email"],
	& input[type="tel"],
	& textarea{
		background: #fff;
		box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.18);
		border: 0;
		padding: 20px;
		width: 100%;
		max-width: 520px;
		font-weight: normal;
	}
	& input.month,
	& input.day{
		max-width: 4em;
		margin: 0 10px;
	}
	& input.year{
		max-width: 6em;
		margin-right: 10px;
	}
	& textarea{
		max-width: 100%;
		height: 15em;
		box-sizing: border-box;
	}
	/* remove arrows form input */
	& input[type=number]::-webkit-inner-spin-button,
	& input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	& input[type=number] {
		-moz-appearance: textfield;
	}
}
#form{
	padding: 20px 50px 50px 50px;
	line-height: 1.5;
}
.privacy{
	background: #fff;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.18);
	border: 0;
	padding: 30px 20px;
	height: 16em;
	overflow: scroll;
	margin: 70px 0 30px 0;
	& h3{
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		color: #66AFD8;
		margin-bottom: 0.2em;
		margin-top: 1em;
	}
	& h3:first-child{
		margin-top: 0;
	}
	& p{
		line-height: 1.5;
	}
	& p + p{
		margin-top: 1em;
	}
}
.privacy-check{
	text-align: center;
}
#form .btn-wrap{
	margin-top: 70px;
	gap: 20px;
}
#form ul li + li{
	margin-top: 0.5em;
}
label.error{
	color: #c60c18;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.5rem;
	animation: blink 0.5s infinite alternate;
}
label.error::before{
	content: "※";
}
.complete{
	& p{
		line-height: 1.5;
	}
}

