@charset "utf-8";

/*共通*/
#secondVisual {
	width: 100%;
	background: url("../../img/pic_004.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow: hidden;
	align-items:center;
}
#secondVisual .svIn{
	z-index: 10;
	position: relative;
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	min-height: 50vh;
}
#secondVisual .message {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
#secondVisual #title{
	
}
#secondVisual h1 {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2em;
	font-weight: 900;
	text-align: left;
	color: #FFF;
	font-family: "Shippori Mincho", serif !important;
	z-index: 10;
	position: relative;
}
#secondVisual .e-text {
	z-index: 10;
	color: #FFFFFF;
	position: static;
	padding-left: 10px;
	padding-right: 10px;
	transform: translate(0, 0.2em);
}
.pageMenu {
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
}
.pageMenu ul{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	padding-top: 2em;
	padding-bottom: 2em;
}
.pageMenu ul li{
	padding-left: 1em;
	padding-right: 1em;
}
.pageMenu ul li a{
	display: block;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-style: italic;
	font-weight: 500;
	border-radius: 200px;
	transition: 0.3s;
	color: #16599F;
}
.pageMenu ul li a:after{
	background: url("../img/arrow_bl.svg");
	content: "　";
	margin-left: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
.pageMenu ul li a:hover{
	color: #FFFFFF;
	background-color: #16599F;
}
.pageMenu ul li a:hover:after{
	background: url("../img/arrow_w.svg");
	
	background-repeat: no-repeat;
	background-position: center center;
}
.wBlock{
	max-width:1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}



/*--------採用情報------------*/
#recruitPage{
}
#recruitPage #secondVisual{
	background: url("../../img/pic_sky.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow: hidden;
	align-items:center;

}
#recruitPage #secondVisual:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(140deg, #16599F 0%, #CBD8E8 72%);
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}

#recruitPage #secondVisual .svIn{
	min-height: 100vh;
}
#recruitPage #secondVisual .message{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	color: #FFF;
	font-family: "Shippori Mincho", serif !important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
#recruitPage #secondVisual .message .showSlide {
	display: block;
    width: 0px;
    overflow: hidden;
    animation-duration: 2s;
    animation-name: showSlide;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
	overflow: hidden;
	white-space: nowrap;
}
#recruitPage #secondVisual .message .showSlide:last-child{
	animation-delay: 0.8s;
}
#recruitPage .pageMenu ul li a{
	color: #2DC3A8;
}
#recruitPage .pageMenu ul li a:after{
	background: url("../img/arrow_gr.svg");
	
	content: "　";
	margin-left: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
#recruitPage .pageMenu ul li a:hover{
	color: #FFFFFF;
	background-color: #2DC3A8;
}
#recruitPage .pageMenu ul li a:hover:after{
	background: url("../img/arrow_w.svg");
	
	background-repeat: no-repeat;
	background-position: center center;
}
#recruitPage #message {
	background: url("../../img/pic_003.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	contain: paint;
}
#recruitPage #message:before{
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image:  linear-gradient(180deg, #E7F3FF 0%, #DCF0EE 100%);
	opacity: 0.92;
	z-index: 0;
	display: block;
	position: absolute;
}
/*#recruitPage #message:after{
	content: "";
	width: 100%;
	height: 80vh;
	bottom: 0;
	left: 0;
	backdrop-filter:blur(8px);
    mask-image:linear-gradient(to top, rgb(0 0 0 / 100%) 80%, rgb(0 0 0 / 0%) 100%);
	position: absolute;
}*/
#recruitPage #message .e-text.big {
	font-size: 7.1em;
	color: #506D8B26;
}
#recruitPage #message .wBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	column-gap:2em;
	animation: myBlur ease forwards;/*スクロールでぼかし*/
	animation-timeline: view();
	animation-range: cover 0% cover 100%;
}
#recruitPage #message .wBlock .vh100Block {
	height: 100vh;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	align-content:center;
	position: sticky;
	top: 0;
	left: 0;
}
#recruitPage #message .wBlock .vh100Block h2 {
	align-self:center;
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 600;
	color: #16599F;
}
#recruitPage #message .wBlock .vh100Block .message {
	align-self:center;
	font-family: "Shippori Mincho", serif !important;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2em;
	color: #506D8B;
}

#recruitPage #message .wBlock .vh100Block .message p {
	margin-bottom: 1em;
}
#recruitPage #message .wBlock .vh100Block .message p:last-child{
	margin-bottom: 0;
}
#recruitPage #message .wBlock ul{
	padding-top: 10em;
	height: 200vh;
}
#recruitPage #message .wBlock ul li{
	text-align: center;
}
#recruitPage #message .wBlock ul li img{
	width: 50%;
	height: 50%;
	aspect-ratio:1/1;
}
#recruitPage #message .wBlock ul li:nth-child(1){
	padding-right: 4em;
	text-align: right;
}
#recruitPage #message .wBlock ul li:nth-child(2){
	margin-top: -8em;
	padding-left: 1em;
	text-align: left;
}
#recruitPage #message .wBlock ul li:nth-child(3){
	margin-top: -4em;
	text-align: right;
	position: relative;
	z-index: 10;
}
#recruitPage #message .wBlock ul li:nth-child(4){
	margin-top: -7em;
	padding-right: 3em;
}
#recruitPage #message .wBlock ul li:nth-child(5){
	padding-top: 1em;
	padding-right: 3em;
	text-align: left;
}
#recruitPage #message .wBlock ul li:nth-child(6){
	margin-top: -8em;
	padding-right: 3em;
	text-align: right;
	position: relative;
	z-index: 10;
}
#recruitPage #message .wBlock ul li:nth-child(7){
	margin-top: -3em;
	padding-right: 3em;
}
#recruitPage #message .wBlock ul li:nth-child(1) img{
	box-shadow: -18px 18px 0px 0px rgba(22, 89, 159, 0.18);
	width: 30%;
	height: 30%;
}
#recruitPage #message .wBlock ul li:nth-child(2) img{
	box-shadow:18px 28px 0px 0px rgba(45, 195, 168, 0.27);
	width: 40%;
	height: 40%;
}
#recruitPage #message .wBlock ul li:nth-child(3) img{
}
#recruitPage #message .wBlock ul li:nth-child(4) img{
	width: 40%;
	height: 40%;
}
#recruitPage #message .wBlock ul li:nth-child(5) img{
	box-shadow:18px 16px 0px 0px rgba(133, 156.6593139546949, 181.5, 0.31);
}
#recruitPage #message .wBlock ul li:nth-child(6) img{
	width: 40%;
	height: 40%;
	box-shadow:20px -25px 0px 0px rgba(45, 195, 168, 0.19);
}
#recruitPage #message .wBlock ul li:nth-child(7) img{
	width: 30%;
	height: 30%;
	box-shadow:-14px 20px 0px 0px rgba(244, 229, 88, 0.33);
}
#recruitPage #SGallery {
	min-height: 100vh;
	background-image: url("../../img/pic_004.jpg");
	position: relative;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#recruitPage #SGallery:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../img/noise.png");
	opacity: 0.25;
}
#recruitPage #Candidate {
	background-image: linear-gradient(135deg, #2DC3A8 0%, #29AEC0 100%);
	contain: paint;
}
#recruitPage #Candidate .e-text.big {
	font-size: 7.2em;
	font-weight: 900;
	top: 0;
	left: 50%;
	right: auto;
	color: #1CA69759;
	padding-left: 0;
	transform-origin: left center;
}
#recruitPage #Candidate .e-text.big span{
	transform: translate(-50%,0);
	display: inline-block;
}
#recruitPage #Candidate h2 {
	color: #FFF;
	text-align: center;
	font-size: 2em;
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600;
	position: relative;
	z-index: 10;
	margin-bottom: 0.7em;
	padding-top: 3em;
}
#recruitPage #Candidate .message {
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 10;
}
#recruitPage #Candidate .message p {
}
#recruitPage #Candidate ul {
	display: flex;
	gap:1em;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
#recruitPage #Candidate ul li {
	width: calc(100% / 3 - 2em);
	position: relative;
}
#recruitPage #Candidate ul li .icon img{
	filter: invert(59%) sepia(31%) saturate(4737%) hue-rotate(134deg) brightness(88%) contrast(78%);
}
#recruitPage #Candidate ul li .front {
	background-image: linear-gradient(109deg, #FFFFFF 0%, #FFFFFFCC 77%);
	padding: 4em 2em;
	display: grid;
	grid-template-columns: 0.8fr 3fr;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	place-items: center;
	border-radius: 10px;
}
#recruitPage #Candidate ul li .front .icon {
	width: 2em;
	text-align: left;
	fill:#1CA697;
}
#recruitPage #Candidate ul li .front h3 {
	color: #1CA697;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
#recruitPage #Candidate ul li .back {
	background-image: linear-gradient(109deg, #FFFFFF 0%, #FFFFFFCC 77%);
	padding: 4em 2em;
	display: grid;
	grid-template-columns: 0.8fr 3fr;
	position: relative;
	height: 100%;
	width: 100%;
	place-items: center;
	border-radius: 10px;
	opacity: 0;
	transform: rotateX(180deg);
}
#recruitPage #Candidate ul li .back .icon {
	width: 2em;
	text-align: left;
}

#recruitPage #Candidate ul li .back p {
	color: #1CA697;
	font-weight: 400;
	margin-bottom: 0px;
}

#recruitPage #Candidate ul li .front,#recruitPage #Candidate ul li .front{
	animation: change-out 0.3s forwards,mRotate-out 0.5s forwards;
}
#recruitPage #Candidate ul li .back,#recruitPage #Candidate ul li .back{
	animation: change-out 0.3s reverse forwards,mRotate-out 0.5s reverse forwards;
}

#recruitPage #Candidate ul li:hover .front,#recruitPage #Candidate ul li:active .front{
	animation: change 0.5s forwards,mRotate 0.5s forwards;
}
#recruitPage #Candidate ul li:hover .back,#recruitPage #Candidate ul li:active .back{
	animation: change 0.5s reverse forwards,mRotate 0.5s reverse forwards;
}
#recruitPage #field {
	background-image: linear-gradient(180deg, #FFFFFF 0%, #E7F3FF 61%);
	padding-bottom: 2em;
	contain: paint;
}
#recruitPage #field .wBlock .e-text.big {
	font-size: 7.2em;
	font-weight: 900;
	top: 0;
	left: 50%;
	right: auto;
	color: #E7F3FF;
	padding-left: 0;
	transform-origin: left center;
}
#recruitPage #field .wBlock .e-text.big span{
	transform: translate(-50%,0);
	display: inline-block;
}
#recruitPage #field .wBlock h2 {
	color: #16599F;
	text-align: center;
	font-size: 2em;
	font-family: "Shippori Mincho", serif !important;
	font-weight: 600;
	position: relative;
	z-index: 10;
	margin-bottom: 0.7em;
	padding-top: 3em;
}
#recruitPage #field .wBlock p{
	text-align: center;
}
#recruitPage #field .wBlock .message {
	background-image: linear-gradient(135deg, #2DC3A8 0%, #29AEC0 100%);
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	color: #FFF;
	max-width: 798px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
#recruitPage #field .wBlock .message h3 {
	font-size: 1.5em;
	font-weight: 600;
	font-family: "Shippori Mincho", serif !important;
	margin-bottom: 1em;
}
#recruitPage #field .wBlock .message p {
	line-height: 1.8em;
	font-weight: 400;
}
#recruitPage #field .wBlock ul {
	padding-top: 2em;
	padding-bottom: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1em;
	
}
#recruitPage #field .wBlock ul li {
	background-color: #FFF;
	box-shadow: 0px 23px 23px -23px rgba(0, 0, 0, 0.23);
	padding: 3em 2em 2em 2em;
	text-align: center;
}
#recruitPage #field .wBlock ul li h3 {
	text-align: center;
	display: inline-block;
	background: #16599F;
	padding: 0.5em 1em;
	color: #FFF;
	font-family: "Shippori Mincho", serif !important;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
}
#recruitPage #field .wBlock ul li p {
	text-align: left;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0.04em;
}
#recruitPage #forYou {
	background-image: linear-gradient(180deg, #E7F3FF 0%, #E7F3FF 100%);
	overflow: hidden;
	padding-bottom: 10em;
}
#recruitPage #forYou .wBlock {
	background-color: #16599F;
	position: relative;
	min-height: 80vh;
	padding: 2em;
}
#recruitPage #forYou .wBlock:before{
	content: "";
	position: absolute;
	width: calc(100% + ((100vh - 50%) / 2) - 4em);
	height: 100%;
	background-color: #16599F;
	z-index: 0;
	top: 0;
	left: 0;
}
#recruitPage #forYou .wBlock:after{
	content: "";
	position: absolute;
	width: calc(100% + ((100vw - 50%) / 2) - 4em);
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../img/pic_002.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	left: 0;
	transform: translate(25%,5em);
}

#recruitPage #forYou .wBlock h2 {
	position: relative;
	z-index: 10;
	color: #FFF;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.7em;
	font-family: "Shippori Mincho", serif !important;
	margin-bottom: 1em;
}
#recruitPage #forYou .wBlock .message {
	position: relative;
	z-index: 10;
	color: #FFF;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
}
#recruitPage #forYou .wBlock .message p{
	margin-bottom: 1em;
}
#recruitPage #future {
	background-image: url("../../img/pic_t008.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#recruitPage #future:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
	top: 0;
	background-image: linear-gradient(70deg, #29AEC0 28%, #2DC3A8A6 100%);
}
#recruitPage #future .wBlock{
	padding-top: 5em;
	padding-bottom: 6em;
}
#recruitPage #future .e-text.big {
	color: #DCF0EE69;
	font-size: 7.1em;
	font-weight: 900;
}
#recruitPage #future h2 {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.7em;
	font-family: "Shippori Mincho", serif !important;
	color: #FFF;
}


#recruitPage #future h3 {
	font-size: 1.5em;
	font-weight: 600;
	padding-left: 3.5em;
	display: inline-block;
	max-width: 100%;
	line-height: 1.5em;
	position: relative;
	font-family: "Shippori Mincho", serif !important;
	color: #FFF;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
#recruitPage #future h3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3em;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}
#recruitPage #future .message {
	color: #FFF;
	font-weight: 400;
	line-height: 1.8em;
}



#recruitPage #Entry {
	padding-top: 3em;
	padding-bottom: 3em;
}
#recruitPage #Entry h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	font-family: "Shippori Mincho", serif !important;
	color: #16599F;
}
#recruitPage #Entry ul {
	padding-top: 2em;
	padding-bottom: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1em;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#recruitPage #Entry ul li {
	background-color: #E7F3FF;
	box-shadow: 0px 23px 23px -23px rgba(0, 0, 0, 0.23);
	padding: 3em 2em 2em 2em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	
}
#recruitPage #Entry ul li h3 {
	text-align: center;
	display: inline-block;
	background: #16599F;
	padding: 0.5em 1em;
	color: #FFF;
	font-family: "Shippori Mincho", serif !important;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
}
#recruitPage #Entry ul li .message {
	text-align: center;
	margin-bottom: 1em;
}
#recruitPage #Entry ul li .hoverButton.icon {
}
#recruitPage #Entry ul li .hoverButton.phone {
}
#recruitPage #Entry ul li .hoverButton.phone a span:before{
	background: url("../../img/phone_w.svg");
	content: "　";
	margin-right: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
}
#recruitPage #Entry ul li .hoverButton.phone a:hover span:before{
	background: url("../../img/phone.svg");
	content: "　";
	margin-right: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
}
#recruitPage #Entry ul li .buttons a{
	border-bottom: 1px solid inherit;
	
}
#recruitPage #Entry ul li .buttons a:before{
	content: "　";
	background-image: url("../img/arrow_bl.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.5em;
}
#recruitPage #Entry ul li .buttons a:hover{
	border-bottom: 1px solid #16599F;
}


/*会社概要*/

#companyPage #secondVisual {
	background: url("../../img/pic_004.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow: hidden;
	align-items:center;
}

#companyPage .pageMenu ul li a{
	color: #16599F;
}
#companyPage .pageMenu ul li a:after{
	background: url("../img/arrow_bl.svg");
	
	content: "　";
	margin-left: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
#companyPage .pageMenu ul li a:hover{
	color: #FFFFFF;
	background-color: #16599F;
}
#companyPage .pageMenu ul li a:hover:after{
	background: url("../img/arrow_w.svg");
	
	background-repeat: no-repeat;
	background-position: center center;
}




#companyPage #Message {
	 background-color: hsla(210.65693430656938, 0%, 100%, 1);
    background-image: radial-gradient(circle at 45% 88%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 32% 0%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 59% 41%, hsla(213, 38%, 85%, 1) 6.330469352742925%, transparent 34.93606563045641%), radial-gradient(circle at 0% 100%, hsla(174.00000000000003, 39%, 90%, 1) 10%, transparent 85%), radial-gradient(circle at 89% 89%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 93% 13%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 4% 9%, hsla(210, 75%, 35%, 1) 10%, transparent 85%);
    background-blend-mode: normal, normal, normal, normal, normal, normal, normal;
	padding-top: 6em;
	padding-bottom: 8em;
	overflow: hidden;
}
#companyPage #Message .wBlock {
	position: relative;
	display: grid;
	grid-template-columns: 3fr 1fr;
	column-gap:5em;
}
#companyPage #Message .wBlock .photo{
	position: relative;
}
#companyPage #Message .wBlock .photo:before{
	content: "";
	height: 50%;
	width: 100%;
	width: calc((100vw - (400% + 5em))/2 + 100%);
	background-image: url("../../img/IMG_0710-scaled.jpg");
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	position: absolute;
	box-shadow: 2em 2em 0 0 #FFFFFFA0;
}
#companyPage #Message .wBlock .photo .name{
	position: absolute;
	top: calc(50% + 3em);
	left: 0;
}
#companyPage #Message .wBlock h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#companyPage #Message .wBlock h3 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#companyPage #Message .wBlock h3:before{
	content: "――";
	margin-right: 0.5em;
}
#companyPage #Message .wBlock .message {
	font-weight: 400;
}
#companyPage #Message .wBlock .message p{
	margin-bottom: 1em;
}
#companyPage #Message .wBlock .name {
	margin-top: 1em;
}
#companyPage #Message .wBlock .name p {
	font-size: 1.6em;
	font-weight: 600;
	font-family: "Shippori Mincho", serif !important;
}
#companyPage #Message .wBlock .name p.txt_s {
	font-size: 1em;
}
#companyPage #houshin {
	background-image: linear-gradient(135deg, #2DC3A8 20%, #29AEC0 100%);
	position: relative;
	padding-top: 6em;
	padding-bottom: 12em;
}
#companyPage #houshin:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../../img/pic_003.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.28;
	background-attachment: fixed;
}
#companyPage #houshin h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	line-height: 2.2em;
	letter-spacing: 0.12;
	font-family: "Shippori Mincho", serif !important;
	color: #FFF;
	position: relative;
	margin-bottom: 1em;
}
#companyPage #houshin .wBlock {
}
#companyPage #houshin .wBlock ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:3em;
}
#companyPage #houshin .wBlock ul li {
	font-family: "Shippori Mincho", serif !important;
	background-color: #FFF;
	border-radius: 10px;
	text-align: center;
	color: #1CA697;
	font-size: 2em;
	font-weight: 400;
	padding: 0.5em 0.8em;
	padding-bottom: 0.7em;
}
#companyPage #company {
	padding-top: 10em;
	padding-bottom: 10em;
}
#companyPage #company .wBlock {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:4em;
}
#companyPage #company .pict{
	position: relative;
}
#companyPage #company .pict:before{
	content: "";
	position: absolute;
	width: calc(100% + ((100vw - (200% + 4em)) / 2));
	height: 100%;
	background-image: url("../../img/pic_t002.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	right: 0;
	left: auto;
	box-shadow: 2em 2em 0 0 #CBD8E8A0;
}
#companyPage #company .cBox{
	padding-top: 3em;
	padding-bottom: 3em;
}
#companyPage #company .wBlock h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#companyPage #company table{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
	display: block;
	padding: 1em;
	position: relative;
}
#companyPage #company table *{
	z-index: 7;
	position: relative;
}
#companyPage #company table tbody{
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.5em;
	margin-bottom: 0.5em;
}
#companyPage #company table tr{
}
#companyPage #company table th,#companyPage #company table td{
	padding: 0.5em;
	background-color: inherit;
	border: 0px;
}
#companyPage #company table th{
	border-bottom:1px #2dc3a8 solid;
	white-space: nowrap;
	font-weight: 700;
}
#companyPage #company table td{
	border-bottom:1px #e6e6e6 solid;
}
#companyPage #company table span{
	display: inline-block;
	padding-right: 0.5em;
}
#companyPage #kyoten {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	background: #E7F3FF;
	padding: 2em;
	padding-bottom: 3em;
}
#companyPage #kyoten h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}
#companyPage #kyoten h2:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 3em;
	background-color: #16599F;
	left: 50%;
	top:0;
	transform: translate(-50%,-100%);
		
}
#companyPage #kyoten ul {
	margin-top: 3em;
	position: relative;
	z-index: 2;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.3em;
}
#companyPage #kyoten ul li {
	background-color: #FFF;
	padding: 2em;
	text-align: left;
	
    position: relative;
}
#companyPage #kyoten ul li:before{
    content: "";
    width: 50%;
    height: 2em;
    background: #CCC;
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    transform: translate(-50%,-3em);
    filter: blur(20px);
    z-index: 5;
}
#companyPage #kyoten ul li:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 6;
}
#companyPage #kyoten ul li *{
	z-index: 7;
	position: relative;
}

#companyPage #kyoten ul li iframe {
	margin-bottom: 20px;
}
#companyPage #kyoten ul li h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
}
#companyPage #kyoten ul li access {
	margin-bottom: 20px;
	display: block;
}
#companyPage #kyoten ul li p {
}
#companyPage #enkaku {
	background-image: linear-gradient(70deg, #29AEC0 28%, #2DC3A8A6 100%),url("../../img/pic_t006.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	top: 0;
	right: 0;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 4em;
	padding-bottom: 4em;
}
#companyPage #enkaku h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	line-height: 2.2em;
	letter-spacing: 0.12;
	font-family: "Shippori Mincho", serif !important;
	color: #FFF;
	position: relative;
	margin-bottom: 1em;
}
#companyPage #enkaku table {
	background-color: #F0F0F0F0;
	width: 100%;
	font-size: 0.9em;
}
#companyPage #enkaku table tbody {
}
#companyPage #enkaku table tbody tr {
}
#companyPage #enkaku table tbody tr th,#companyPage #enkaku table tbody tr td {
	padding: 1em;
	border: 1px solid #CCCCCC;
}
#companyPage #enkaku table tbody tr th {
	text-align: center;
	font-weight: 600;
}
#companyPage #enkaku table tbody tr td {
}





#aboutUsPage #secondVisual {
	background: url("../../img/pic_013.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow: hidden;
	align-items:center;
}

#aboutUsPage .pageMenu ul{
	grid-template-columns: repeat(6,1fr);
}
#aboutUsPage .pageMenu ul li{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#aboutUsPage .pageMenu ul li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#aboutUsPage .pageMenu ul li.rekishi a{
	color: #B1AB6D;
}
#aboutUsPage .pageMenu ul li.rekishi a:after{
	background: url("../img/arrow_y.svg");
	content: "　";
	margin-left: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	position: relative;
	transform: rotate(90deg);
	display: inline-block;
}
#aboutUsPage .pageMenu ul li.rekishi a:hover{
	color: #FFFFFF;
	background-color: #B1AB6D;
}
#aboutUsPage .pageMenu ul li.rekishi a:hover:after{
	background: url("../img/arrow_w.svg");
	background-repeat: no-repeat;
	background-position: center center;
}







#aboutUsPage #Message {
	 background-color: hsla(210.65693430656938, 0%, 100%, 1);
    background-image: radial-gradient(circle at 45% 88%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 32% 0%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 59% 41%, hsla(213, 38%, 85%, 1) 6.330469352742925%, transparent 34.93606563045641%), radial-gradient(circle at 0% 100%, hsla(174.00000000000003, 39%, 90%, 1) 10%, transparent 85%), radial-gradient(circle at 89% 89%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 93% 13%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 4% 9%, hsla(210, 75%, 35%, 1) 10%, transparent 85%);
    background-blend-mode: normal, normal, normal, normal, normal, normal, normal;
	padding-top: 6em;
	padding-bottom: 8em;
	overflow: hidden;
}
#aboutUsPage #Message .wBlock {
	position: relative;
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap:5em;
}
#aboutUsPage #Message .wBlock .box{
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 3em;
}
#aboutUsPage #Message .wBlock .photo{
	position: relative;
}
#aboutUsPage #Message .wBlock .photo:before{
	content: "";
	height: 100%;
	width: 100%;
	width: calc((100vw - (200% + 5em))/2 + 100%);
	background-image: url("../../img/pic_t005.jpg");
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	position: absolute;
	box-shadow: 2em 2em 0 0 #FFFFFFA0;
}
#aboutUsPage #Message .wBlock h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#aboutUsPage #Message .wBlock .message {
	font-weight: 400;
}
#aboutUsPage #Message .wBlock .message p{
	margin-bottom: 1em;
}
#aboutUsPage #Flow {
	padding-top: 6em;
	padding-bottom: 6em;
}
#aboutUsPage #Flow .wBlock {
	display: grid;
	grid-template-columns: 1fr;
	gap:5em;
}
#aboutUsPage #Flow .wBlock h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#aboutUsPage #Flow .wBlock .message {
}
#aboutUsPage #Flow .wBlock ul {
}
#aboutUsPage #Flow .wBlock ul li {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap:2.5em;
	padding: 1.5em;
}
#aboutUsPage #Flow .wBlock ul li .pict {
}
#aboutUsPage #Flow .wBlock ul li .box {
}
#aboutUsPage #Flow .wBlock ul li .box h3 {
	font-family: YakuHanMPs,"Shippori Mincho", serif !important;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color :#16599F;
	border-bottom: 1px #16599F solid;
	border-top: 1px #16599F solid;
	margin-bottom: 1em;
}
#aboutUsPage #Flow .wBlock ul li .box h3 span {
    display: inline-block;
    padding-left: 0.5em;
}

#aboutUsPage #Flow .wBlock ul li .box h3 .step {
    background: #16599F;
    color: #FFF;
    padding-left: 1em;
	padding-right: 1em;
}
#aboutUsPage #Flow .wBlock ul li .box h3 span.ker {
	padding-left: 0;
}
#aboutUsPage #Flow .wBlock ul li .box .message p{
	margin-bottom: 1em;
}
#aboutUsPage #buisiness {
	background-color: hsla(210.65693430656938, 0%, 100%, 1);
    background-image: radial-gradient(circle at 45% 88%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 32% 0%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 59% 41%, hsla(213, 38%, 85%, 1) 6.330469352742925%, transparent 34.93606563045641%), radial-gradient(circle at 0% 100%, hsla(174.00000000000003, 39%, 90%, 1) 10%, transparent 85%), radial-gradient(circle at 89% 89%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 93% 13%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 4% 9%, hsla(210, 75%, 35%, 1) 10%, transparent 85%);
    background-blend-mode: normal, normal, normal, normal, normal, normal, normal;
	padding-top: 6em;
	padding-bottom: 6em;
}
#aboutUsPage #buisiness .wBlock {
	
	display: grid;
	grid-template-columns: 1fr;
	gap:5em;
}


#aboutUsPage #buisiness h2 {
	
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
}
#aboutUsPage #buisiness ul {
	z-index: 10;
	position: relative;
	display: grid;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.25em;
	margin-top: 2em;
}
#aboutUsPage #buisiness ul li {
	background-color: #FFF;
	box-shadow: 0 23px 23px -23px rgba(0, 0, 0, 0.23);
	padding: 2em;
}
#aboutUsPage #buisiness ul li h3 {
	font-family: YakuHanMPs,"Shippori Mincho", serif !important;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
}
#aboutUsPage #buisiness ul li p {
	margin-bottom: 0;
}
#aboutUsPage #buisiness ul li p.pict {
	text-align: center;
	margin-bottom: 1.25em;
}
#aboutUsPage #ourWorks{
	padding-top: 9em;
	padding-bottom: 12em;
}
#aboutUsPage #ourWorks .wBlock {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap:5em;
}
#aboutUsPage #ourWorks .wBlock .box{
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 3em;
}
#aboutUsPage #ourWorks .wBlock .pict{
	position: relative;
}
#aboutUsPage #ourWorks .wBlock .pict:before{
	content: "";
	height: 100%;
	width: 100%;
	width: calc((100vw - (300% + 5em))/2 + 100%);
	background-image: url("../../img/pic_t008.jpg");
	right: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	position: absolute;
    box-shadow: 2em 2em 0 0 #CBD8E8A0; 
}
#aboutUsPage #ourWorks .wBlock h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
}
#aboutUsPage #ourWorks .wBlock .message {
	font-weight: 400;
}
#aboutUsPage #ourWorks .wBlock .message p{
	margin-bottom: 1em;
}
#aboutUsPage #ourMind {
	background-color: hsla(210.65693430656938, 0%, 100%, 1);
    background-image: radial-gradient(circle at 15% 57%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 45% 100%, hsla(213, 38%, 85%, 1) 6.330469352742925%, transparent 34.93606563045641%), radial-gradient(circle at 2% 97%, hsla(174.00000000000003, 39%, 90%, 1) 10%, transparent 85%), radial-gradient(circle at 89% 86%, hsla(210.00000000000034, 0%, 100%, 1) 43.97103534738295%, transparent 85%), radial-gradient(circle at 93% 13%, hsla(210, 100%, 95%, 1) 10%, transparent 85%), radial-gradient(circle at 4% 8%, hsla(210, 75%, 35%, 1) 10%, transparent 85%);
    background-blend-mode: normal, normal, normal, normal, normal, normal;
	padding-top: 9em;
	padding-bottom: 9em;
	display: grid;
	grid-template-columns: 1fr;
	row-gap:5em;
}
#aboutUsPage #ourMind h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #16599F;
	margin-bottom: 1em;
	text-align: center;
}
#aboutUsPage #ourMind .message {
	text-align: center;
}
#aboutUsPage #ourMind .message p {
	margin-bottom: 1em;
}
#aboutUsPage #history {
	background-image: linear-gradient(140deg, #2E2E2E 0%, #B1AB6DE3 72%),url("../../img/bg_story.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 10em;
	padding-bottom: 10em;
}
#aboutUsPage #history h2 {
	font-family: "Shippori Mincho", serif !important;
	font-size: 2em;
	font-weight: 900;
	line-height: 1.7em;
	color: #FFF;
	margin-bottom: 1em;
}
#aboutUsPage #history ul {
	backdrop-filter:blur(5px);
	background: #FFFFFFD9;
	padding: 2em;
}
#aboutUsPage #history ul li {
}
#aboutUsPage #history ul li h3 {
	font-size: 1.4em;
	font-weight: 600;
	font-family: YakuHanMPs,"Shippori Mincho", serif !important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	cursor:pointer;
}
#aboutUsPage #history ul li h3:before{
	content: "＋";
	margin-right: 0.5em;
}
#aboutUsPage #history ul li.open h3:before{
	content: "－";
	margin-right: 0.5em;
}
#aboutUsPage #history ul li .message {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s;
	font-feature-settings:normal;
}
#aboutUsPage #history ul li.open .message {
	grid-template-rows: 1fr;
}
#aboutUsPage #history ul li .message .box{
	overflow: hidden;
}
#aboutUsPage #history ul li.open .message .box{
	padding: 2em;
}
#aboutUsPage #history ul li .message p {
	margin-bottom: 1em;
}
#aboutUsPage #history .wBlock ul li .message .blue {
	color: #16599F;
	font-weight: 700;
	letter-spacing: 0.17em;
	padding-top: 2em;
	padding-bottom: 2em;
}
#aboutUsPage #history .wBlock ul li .message p strong {
	font-weight: 700;
}










/*
------------------------------------------------------------*/
@media screen and (max-width:1024px){
.wBlock{
	padding-left: 1em;
	padding-right: 1em;
}
.pageMenu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:1em;
}
.pageMenu ul li a{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#recruitPage #secondVisual .svIn {
	min-height: 80vh;
}

#recruitPage #message .wBlock ul {
	height: auto;
	min-height: 100vh;
	transform: translate(0,15%);
}
#recruitPage #SGallery {
	min-height: 50vh;
	background-attachment: scroll;
}
#recruitPage #Candidate ul {
	display: grid;
	grid-template-columns: 1fr;
	
}
#recruitPage #Candidate ul li {
	width: 100%;
}
#recruitPage #Candidate ul li .front h3{
	text-align: right;
	width: 100%;
}
#recruitPage #field .wBlock ul li h3 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#recruitPage #Entry ul {
	padding-left: 1em;
	padding-right: 1em;
}

#companyPage #Message .wBlock {
	grid-template-columns: 1fr;
	row-gap:1em;
}
#companyPage #Message .wBlock .photo{
	position: relative;
	padding-top: 50vh;
	width: 100%;
}
#companyPage #Message .wBlock .photo:before{
	width: 100%;
	height: 63vw;
	}
#companyPage #company .pict:before{
	background-position: left center;
}
#companyPage .pageMenu ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:1em;
}
#companyPage .pageMenu ul li a{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#aboutUsPage #Message .wBlock {
	grid-template-columns: 1.3fr 1fr;
	column-gap: 2em;
}
#aboutUsPage #Message .wBlock .photo:before{
	background-position: left center;
	width: calc((100vw - (230% + 2em))/2 + 100%);
}
#aboutUsPage #ourWorks .wBlock {
	grid-template-columns: 1fr 1.3fr;
	column-gap:4em;
}
#aboutUsPage #ourWorks .wBlock .pict:before{
	width: calc((100vw - (230% + 4em))/2 + 100%);
}
	
}


@media screen and (max-width:767px){
#recruitPage #secondVisual .message{
	font-size:  6.2vw;
}
#recruitPage #message .wBlock {
	display: grid;
	grid-template-columns: 1fr;
	animation: none;
}
#recruitPage #message .wBlock .vh100Block {
	min-height: auto;
	height: auto;
	position: relative;
	padding-top: 10em;
}

#recruitPage #message .wBlock ul {
	height: auto;
	padding-top: 0;
}
#recruitPage #Candidate .e-text.big {
	font-size: 19vw;
}
#recruitPage #field .wBlock ul {
	grid-template-columns: 1fr;
	row-gap: 1em;
}
#recruitPage #forYou .wBlock {
	min-height: auto;
	position: relative;
}
#recruitPage #forYou .wBlock:before{
	width: 100%;
	top: 0;
	left: 0;
}
#recruitPage #forYou .wBlock:after{
	display: none;
}
#recruitPage #Entry ul {
	grid-template-columns: 1fr;
	row-gap:1em;
}

#companyPage #houshin .wBlock ul {
	grid-template-columns: 1fr;
}
#companyPage #houshin:before{
	background-attachment: scroll;
}
#companyPage #company .wBlock h2{
	text-align: center;
}
#companyPage #company .wBlock {
	display: grid;
	grid-template-columns: 1fr;
}
#companyPage #company .pict{
	position: relative;
	padding-top:50vh;
	order: 2;
}	
#companyPage #company .pict:before{
	width: 100%;
	}
#companyPage #kyoten ul {
	grid-template-columns: 1fr;
	row-gap: 1.3em;
}
	
#aboutUsPage #Message .wBlock {
	grid-template-columns: 1fr;
	column-gap:5em;
}	
#aboutUsPage #Message .wBlock .photo{
	position: relative;
	padding-top:50vh;
	order: 2;
}
#aboutUsPage #Message .wBlock .photo:before{
	width: 100%;
}
#companyPage #Message .wBlock .photo .name{
	text-align: right;
	left: auto;
	right: 0;
	top: calc(63vw + 3em);
}
#aboutUsPage #Flow .wBlock ul li {
	display: grid;
	grid-template-columns: 1fr;
	gap:2.5em;
	padding: 1.5em;
}
#aboutUsPage #Flow .wBlock ul li .box h3 {
	text-align: center;
}
#aboutUsPage #Flow .wBlock ul li .box h3 span {
	display: block;
	text-align: center;
}	
#aboutUsPage #buisiness ul {
	grid-template-columns: 1fr;
	row-gap: 1.25em;
}
#aboutUsPage #ourWorks .wBlock {
	grid-template-columns: 1fr;
	column-gap:5em;
}
#aboutUsPage #ourWorks .wBlock .pict{
	position: relative;
	padding-top:50vh;
	order: 2;
}
#aboutUsPage #ourWorks .wBlock .pict:before{
	width: 100%;
	}

#aboutUsPage #history {
	background-attachment:scroll;
}
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){



}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

}

@media (orientation: landscape) and (max-height: 450px) {

	
}
