@charset "UTF-8";
/* CSS Document */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}

/* ===============================
	base
 =============================== */
html {
  	font-size: 62.5%;
	color: #1C1C1C;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
	font-size: clamp(1.6rem, 1vw, 19px);
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
	display: block;
	text-decoration: none;
	color: #1c1c1c;
}
a:focus {
	outline: none;
}
img { vertical-align: bottom; height: auto;}
.mo a img {
	background-color: rgba(255, 255, 255, .01); /* マウスオーバー要素のバグ対応 */}

p,dt,dd,li{
    line-height: 1.6;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.txt--or{
	color: #FF5800;
}

label{
	cursor: pointer;
    display: inline-block;
}

label a{
	display: inline-block;
}
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 15px;
	width: 70px;
	z-index: 999;
}
.pagetop a {
    display: block;
    text-align: center;
}
.pagetop a:hover {
    display: block;
    padding:5px 10px;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* ===============================
	size
 =============================== */
/*
section{
	width: 90%;
	margin: 0 auto;
	max-width: 1080px;
}
*/
/* ===============================
	header
 =============================== */
 .header_wrap-layout .logo_btn a {
    display: block;
    width: 100%;
    height: 100%;
	background: url(../images/recruit_logo_b_pc@2x) no-repeat;
	background-size: contain;
}
.transform .header_wrap-layout .logo_btn a {
	background: url(../images/recruit_logo_b_pc@2x) no-repeat;
	background-size: contain;
}
#header{
	background:#fff;
	height: 14.5vw;
}
#header .wrap-inner{
	max-width: 1670px;
	width: 89%;
}

.header_wrap-layout {
    padding: 3.4vw 0 2vw;
}

.header_wrap-layout .header_menu {
    width: 57.8%;
    margin: 0;
}

.header_wrap-layout .logo_btn{
	width: 41.2%;
	padding-left: 5px;
}

.header_menu .header_menu_list{
	width: 100%;
    margin-top: 1em;
    /*padding-right: 160px;*/
    padding-right: 140px;
}

.header_menu .header_menu_list li{
	font-size: 1.6rem;
	border-left: 1px solid #fff;
}

.header_menu .header_menu_list li{
	border-left: 1px solid #e2e2e2;
}

.header_menu .header_menu_list li:first-child{
	border-left: none;
}

.header_menu .header_menu_list li a{
	display: block;
	padding: .5em .8em;
}

.header_menu .wrap-recruit_btn {
    width: 90%;
    margin: 0;
    padding-right: 11vw;
}

/* .header_menu .recruit_btn:first-child{
	left: -3%;
} */

/* .header_menu .recruit_btn a{
    top: -2px;
    left: -2px;
}
.header_menu .recruit_btn:before{
	right: -1px;
	bottom: -1px;
} */

.sp-btn {
    position: fixed;
    top: 4.5vw;
    right: 4.7vw;
    z-index: 10000;
    width: 6.6vw;
    height: 6.2vw;
}

.sp-btn span{
	width: 100%;
	height: 2.5px;
	background: #E60213;
	position: absolute;
	left:0;
}

.sp-btn span:nth-child(1){
	top: 0;
}
.sp-btn span:nth-child(2){
	top: calc(50% - 1px);
}
.sp-btn span:nth-child(3){
	bottom: 0;
}

.close_btn {
	position: absolute;
    left: 8.9vw;
    top: 3.4vw;
    width: 6.8vw;
    height: 6.8vw;
    /* border: 1px solid #000; */
}

.close_btn span{
	width: 100%;
	height: 2.5px;
	background: #E60213;
	position: absolute;
	left:0;
}

.close_btn span:nth-child(1){
	top: calc(50% - 1.25px);
	transform: rotate(-45deg);
}
.close_btn span:nth-child(2){
	bottom: calc(50% - 1.25px);
	transform: rotate(45deg);
}


.sp-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    min-height: 59vw;
	height: 100vh;
    z-index: 10001;
    display: block;
	padding: 23vw 6vw 9vw 8vw;
	background: #f5f5f5;
}

.sp-menu .recruit_btn:last-child{
	left: 3%;
}
.sp-menu .recruit_btn:before{
	right: 0px;
}

.sp-menu .recruit_btn{
	width: 47%;
	margin-top: 2%;
}
.sp-menu .recruit_btn a{
	left: -3px;
}

.sp-menu_list li {
	background: #fff;
	margin-bottom: 1.1vw;
	font-size: 1rem;
    font-size: 2.54vw;
}

.sp-menu_list li a {
    padding: .6em .8em;
    display: block;
    position: relative;
	font-size: 1.6rem;
}

.sp-menu_list li a:before {
		content: "";
		position: absolute;
		width: 6vw;
		height: 1.5vw;
		background: url(../images/icn_arw_01.svg) no-repeat 50% 50%;
		background-size: contain;
		right: 2px;
		top: calc(50% - 2px);
		transition: all .1s;
}

/* ===============================
	footer
 =============================== */

 #footer{
	padding: 7% 0;
	background: #fff;
	position: relative;
	z-index: 3;
 }

 #footer .wrap-inner{
	width: 100%;
 }

.link_btn-wrap li{
	width: 49.5%;
	font-size: 1.1rem;
    font-size: 2.8vw;
}

.footer_link_box{
	width: 100%;
}
.footer_info-wrap{
	margin-bottom: 5vw;
    padding: 0 7.5vw 4vw;
	position: relative;
}
.footer_info-wrap:after{
	content: "";
	width: 100%;
	height: 5vw;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}
.footer_link_box .logo{
	width: 50vw;
	margin: 0 auto 3vw;
}

.footer_link_box .logo img{
	margin: 0 auto;
}

.footer_info-wrap p{
	font-size: 1.1rem;
    font-size: 2.8vw;
}

.footer-box_02 p{
	font-size: 1.1rem;
    font-size: 2.8vw;
	text-align: center;
 }

 .footer_nav_box{
	margin:0 0 -1.2vw;
 }

 .footer_nav_box li{
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
    font-size: 3.12vw;
 }

 .footer_nav_box li:before {
    content: "";
    width: 1px;
    height: 1em;
    position: absolute;
    left: -.5em;
    top: calc(50% - .5em);
    background: #606060;
}

 .footer_nav_box li a{
	display: inline-block;
	padding: .5em 1em;
 }

 .footer_nav_box li:first-child:before{
	display: none;
 }

/* ===============================
	parts
 =============================== */

.ta-center{
	text-align: center;
}

.fs21{
	font-size: 2.1rem;
}


/* breadcrumbs
----------------------------- */

#breadcrumbs ul{
    margin:0;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#breadcrumbs li {
    float: left;
    font-size: 1rem;
}

#breadcrumbs li a,
#breadcrumbs li span{
    display: inline-block;
    vertical-align: middle;
}

#breadcrumbs li a{
    color: #e2e2e2;
}
#breadcrumbs li a:after {
    content: "";
    width: 1.5em;
    height: 1px;
    background: #707070;
    display: inline-block;
    vertical-align: middle;
    margin: -.2em .5em 0;
    transform-origin: left top;
    transform: scale(1, 1);
}

#breadcrumbs li a:hover:after {
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

/* heading
----------------------------- */
.heading_01{
	margin: 0 0 .5em;
}

.heading_01 .en{
	color: #E60213;
	font-size: 2rem;
    font-size: 5.1vw;
	font-family: 'Michroma', sans-serif;
    display: inline-block;
	line-height: 1.3;
}

.heading_01 .ja {
    font-size: 1.5rem;
	font-size: 3.815vw;
    font-weight: 800;
    display: block;
	line-height: 1.9;
    /*letter-spacing: .24em;*/
}

.heading_02{
	font-size: 1.5rem;
	font-size: 3.815vw;
	text-align: center;
	margin: 0 0 .7em;
    /*letter-spacing: .24em;*/
}

.heading_03{
	margin: 0 0 .6em;
	position: relative;
}

.heading_03 .en{
	font-size: 1.1rem;
    font-size: 2.8vw;
	color: #fff;
	font-family: 'Michroma', sans-serif;
    display: inline-block;
	-webkit-text-stroke: 1px #e5e5e5;
	text-stroke: 1px #e5e5e5;
	margin-left: 1em;
    white-space: nowrap;
	position: absolute;
	left: 100%;
	bottom: 0;
	font-style: normal;
	letter-spacing: 0;
}

.heading_03 .ja{
	font-size: 2rem;
	font-weight: 800;
	color: #E60213;
    letter-spacing: .2em;
	position: relative;
}

.heading_04{
	font-size: 2rem;
	font-weight: 800;
	position: relative;
	padding: .3em 0 0 1em;
	margin: 0 0 .1em;
	line-height: 1.4;
}

.heading_04:before {
    content: "";
    width: 6px;
    height: 1.35em;
    bottom: .1em;
    left: .6em;
    background: #E60113;
    position: absolute;
    border-radius: 2em;
}

.heading_05{
	/*font-size: min(1.81vw,3.4rem);*/
	font-size: min(2.5vw,3.4rem);
    line-height: 1.15;
}

.heading_05 .en{
	color: #E60213;
	font-size: 1.2rem;
	font-family: 'Michroma', sans-serif;
	display: block;
	padding:  0 0 0 1em;
	position: relative;
	font-style: normal;
	margin: 0 0 .7em;
}

.heading_05 .en:before{
	content: "";
	width: .67em;
	height: .67em;
	background: #E60213;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: .35em;
}

.heading_06{
	font-size: min(4.07vw,1.6rem);
    line-height: 1.5;
}

.heading_06 span{
	display: inline-block;
	position: relative;
    padding: 0 0 0.1em;
}

.heading_06 span:before{
	content: "";
	width: 1.5em;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #E60213;
}

.heading_06 .en{
	font-size: min(2.28vw,.9rem);
	color: #E60213;
	font-family: 'Michroma', sans-serif;
	display: block;
	position: relative;
	font-style: normal;
	margin: 0 0 .1em;
}

.heading_07{
	text-align: center;
}

.heading_07 .en {
    color: #E60213;
    font-size: min(4.85vw,1.9rem);
    font-family: 'Michroma', sans-serif;
    display: inline-block;
    line-height: 1.3;
}
.heading_red{
	color: #E60113;
	font-size: min(1.65vw,3rem);
}

.heading_red .en{
	color: #E60213;
	font-family: 'Michroma', sans-serif;
	display: inline-block;
	position: relative;
	font-style: normal;
	font-size: min(4.85vw,1.9rem);
	margin: 0 .6em 0 0;
}

.link_btn a{
	display: block;
	border:1px solid #565962;
	padding: 1.2em .5em;
	text-align: center;
	position: relative;
}

.link_btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    left: .5em;
    top: -.1em;
    width: .7em;
    height: 1em;
    background: url(../images/icn_arw_right_g@2x.png) no-repeat 50% 50%;
    background-size: contain;
    position: relative;
}

.more_btn{
	text-align: center;
	margin:0 auto 10px;
	position: relative;
    width: 31.5vw;
    height: 7vw;
}

.more_btn:before,
.more_btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .1s;
}

.more_btn a:after {
    content: "";
    width: 1.55vw;
    height: 2.3vw;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1.15vw);
    background: url(../images/icn_arw_line.png) no-repeat 50% 50%;
    background-size: contain;
}

.more_btn a:hover{
	top: 0;
	left: 0;
}

/* .more_btn:before{
	content: "";
	background: #565962;
	right: -2px;
	bottom: -4px;
} */

.more_btn a {
    font-size: .9rem;
	font-size: 2vw;
    color: #fff;
    top: -1px;
    left: -2px;
    background: #E60213;
    padding: 1.5vw 1.1em;
    /* letter-spacing: .2em; */
    text-indent: -1em;
	line-height: 1.5;
}

.more_btn.blue a {
	background: #0376C1;
}


.more_btn_02{
	text-align: center;
	margin:0 auto 10px;
	width: 37.16vw;
}
/* 
.more_btn_02 a:before {
    content: "";
    position: absolute;
    background: #000;
    z-index: 1;
    left: .3em;
    bottom: -.5em;
} */

.more_btn_02 a:before,
.more_btn_02 a:after,
.more_btn_02 a span,
.more_btn_02 a{
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .2s;
	display: block;
}

.more_btn_02 a {
    font-size: min(2.85vw, 1.1rem);
    position: relative;
}

.more_btn_02 a span{
    color: #fff;
    background: #E60213;
    padding: .66em 1.1em;
	display: block;
    line-height: 1.5;
    position: relative;
    left: -.3em;
	z-index: 3;
}

.more_btn_02 a:after {
    content: "";
    width: 1.55vw;
    height: 2.3vw;
    position: absolute;
    right: 1.25em;
    top: calc(50% - 1.15vw);
    background: url(../images/icn_arw_line.png) no-repeat 50% 50%;
    background-size: contain;
	z-index: 3;
}

.more_btn_02 a:hover span{
	left: -.3em;
	top: .1em;
}

.recruit_btn{
	text-align: center;
	margin:0 auto;
	position: relative;
	width: 48%;
	max-width: 185px;
	height: 1.5em;
    font-size: 1rem;
    font-size: 2.54vw;
}

.recruit_btn a{
	background: url(../images/entry_btn01.png) no-repeat 100% 100%;
	background-size: contain;
}
.recruit_btn a:hover{
	background: url(../images/entry_hoverbtn01.png) no-repeat 100% 100%;
	background-size: contain;
}
.recruit_btn.blue a{
	background: url(../images/entry_btn02.png) no-repeat 100% 100%;
	background-size: contain;
}
.recruit_btn.blue a:hover{
	background: url(../images/entry_hoverbtn02.png) no-repeat 100% 100%;
	background-size: contain;
}
/* .recruit_btn a:after {
    content: "";
    width: .78em;
    height: .78em;
    position: absolute;
    right: .4em;
    top: calc(50% - .32em);
    background: url(../images/icn_arw_line_right@2x.png) no-repeat 50% 50%;
    background-size: contain;
} */

.recruit_btn:before,
.recruit_btn a{
	width: 100%;
	height: 100%;
	position: absolute;
}
/* 
.recruit_btn:before{
	content: "";
	background: #565962;
	right: -5px;
	bottom: -2px;
} */
/*
.recruit_btn:hover:before{
	right: -5px;
	bottom: -2px;
}
*/

.recruit_btn a {
    color: #fff;
    /* top: 0;
    left: -5px; */
    /* background: #E60213; */
    /*padding: .6em 1.1em;*/
    text-indent: -1em;
    line-height: 1.6;
	transition: all .1s;
}

/* .recruit_btn.blue a {
	background: #0376C1;
} */


.slick-slide{
	/*left: 1px;*/
	position: relative;
}
.slick-prev, .slick-next {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 11.45vw;
    height: 11.45vw;
    border-radius: 100%;
    background: #565962;
    color: transparent;
    text-align: center;
    cursor: pointer;
    border: none;
    bottom: 8.5vw;
    padding: 0;
    z-index: 10;
    background-position: 50% 44%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    transition: all .4s;
}

.slick-prev:hover,
.slick-next:hover{
	opacity: .7;
}
.slick-prev:before,
.slick-next:before{
	content: "";
}

.slick-next {
    background-image: url(../images/icn_arw_right.svg);
    right: calc(50% - 16vw);
    left: inherit;
}

.slick-prev{
	background-image: url(../images/icn_arw_left.svg);
    left: calc(50% - 10.5vw);
}

/* animation */
.js-animation .heading_01 .tx{
	opacity: 0;
    -ms-transform: translateY(80%);
    transform: translateY(80%);
	position: relative;
	display: inline-block;
	/*transition: all .4s;*/
	font-style: normal;
    -webkit-clip-path: inset(0% 0% 0% 100%);
    clip-path: inset(0% 0% 0% 100%);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),transform 1s cubic-bezier(0.19, 1, 0.22, 1),-webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),clip-path 1s cubic-bezier(0.19, 1, 0.22, 1),transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),clip-path 1s cubic-bezier(0.19, 1, 0.22, 1),transform 1s cubic-bezier(0.19, 1, 0.22, 1),-webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-animation.is-active .heading_01 .tx  {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.js-animation .heading_01 .tx2{
	opacity: 0;
    -ms-transform: translateY(80%);
    transform: translateY(80%);
	position: relative;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1),transform 2s cubic-bezier(0.19, 1, 0.22, 1),-webkit-clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1),clip-path 2s cubic-bezier(0.19, 1, 0.22, 1),transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1),clip-path 2s cubic-bezier(0.19, 1, 0.22, 1),transform 2s cubic-bezier(0.19, 1, 0.22, 1),-webkit-clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-animation.is-active .heading_01 .tx2  {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.js-animation .fadein_img_right{
	transform: translateX(10%);
	opacity: 0;
	transition: all 1s;
}

.js-animation.is-active .fadein_img_right{
	transform: translateX(0);
	opacity: 1;
}

.js-animation.fadein_img{
	opacity: 0;
	transform: translateY(10px);
	transition: all .4s;
}

.js-animation.is-active.fadein_img{
	opacity: 1;
	transform: translateY(0);
}

.js-animation.fadein_step-img_01,
.js-animation.fadein_step-img_02,
.js-animation.fadein_step-img_03,
.js-animation.fadein_step-img_04 {
	opacity: 0;
	transform: translateY(10px);
}
.js-animation.is-active.fadein_step-img_01 {
    -webkit-animation: fadeup 0.5s ease 0s 1 forwards;
    animation: fadeup 0.5s ease 0s 1 forwards;
}
.js-animation.is-active.fadein_step-img_02 {
    -webkit-animation: exafadeupmple 0.5s ease 0.2s 1 forwards;
    animation: fadeup 0.5s ease 0.2s 1 forwards;
}
.js-animation.is-active.fadein_step-img_03  {
    -webkit-animation: fadeup 0.5s ease .4s 1 forwards;
    animation: fadeup 0.5s ease 0.4s 1 forwards;
}
.js-animation.is-active.fadein_step-img_04  {
    -webkit-animation: fadeup 0.5s ease 0.6s 1 forwards;
    animation: fadeup 0.5s ease 0.6s 1 forwards;
}
@-webkit-keyframes fadeup {
    /*0%{
        transform: translateY(10px);
        opacity: 0;
    }*/
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeup {
    /*0%{
        transform: translateY(10px);
        opacity: 0;
    }*/
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*PC Layout
===================================*/
@media screen and (min-width: 769px) {

	/* contents
	 ----------------------------- */
	#contents {
		padding: 168px 0 0;
	}

	/* parts
	 ----------------------------- */

	 br.sp{
		display: none;
	 }

	.link_btn-wrap{
		margin: 1.5em auto 0;
	}
	.link_btn {
		font-size: 1.6rem;
		margin: .5em auto .2em;
	}
	.link_btn a{
		padding: 1.2em 1em;
	}

	.link_btn a:after{
		width: .7em;
		height: 100%;
		position: absolute;
		left: inherit;
		right: 2em;
		top: 0;
	}

    .more_btn{
        width: 326px;
        height: 69px;
    }

    .more_btn a:after{
        width: 14px;
        height: 21px;
		right: 15px;
		top: calc(50% - 10.5px);
	}

    .more_btn:before{
        right: -7px;
        bottom: -7px;
    }

    .more_btn a {
        font-size: 2.2rem;
		padding: 1.1em;
		top: -5px;
		left: -5px;
		line-height: 1.2;
    }

    .more_btn_02{
        width: 326px;
    }

    .more_btn_02 a {
        font-size: 1.9rem;
	}

    .more_btn_02 a span{
		padding: .8em 1.1em;
		left: -5px;
    }

	.more_btn_02 a:after{
        width: 14px;
        height: 21px;
		right: 3em;
		top: calc(50% - 10.5px);

	}

    .recruit_btn{
        width: 100%;
        max-width: 155px;
        /*height: 84px;*/
		height: 50%;
		margin-right: 0;
    }
	.recruit_btn:before{
		right: -5px;
		bottom: -7px;
	}
	
    .recruit_btn a:after{
        width: 9px;
        height: 12px;
        right: 15px;
        top: calc(50% - 5px);
    }

    .recruit_btn a {
        font-size: 1.5rem;
		padding: .5em 1.1em;
    }

	/* breadcrumbs
	 ----------------------------- */

	#breadcrumbs{
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: flex-end;
		align-content: center;
		z-index: 1;
    }

    #breadcrumbs ul {
        margin: 0 0 -.8em;
    }

    #breadcrumbs li {
		font-size: 1.3rem;
		font-size: min(1.35vw,1.6rem);
    }

    #breadcrumbs li a:after {
        width: 1.7em;
        margin: -.2em .9em 0 .5em;
    }

	/* header
	 ----------------------------- */

	#header{
		height: 168px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}

	#header .wrap-inner{
		width: 95%;
	}
	.header_wrap-layout {
		padding: 50px 0;
		max-width: 1500px;
		margin:0 auto;
	}

	.logo_btn {
		width: 480px;
		height: 57px;
	}

	.header_wrap-layout .logo_btn{
		width: 20%;
		padding-left: 5px;
		height: 80px;
	}
	.header_wrap-layout .header_menu{
		width: 74.5%;
	}
    .header_menu .header_menu_list li{
        font-size: 1.6rem;
		font-size: min(1.1vw, 1.9rem);
    }

	.header_menu .wrap-recruit_btn {
		width: 395px;
		height: 100%;
		padding-right: 0;
		max-width: 167px;
		width: 30%;
		flex-direction: column;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header_menu .recruit_btn:before{
		right: -5px;
		bottom: -2px;
	}
	/*
	.header_wrap-layout .header_menu{
		width: 70.9%;
	}
	*/


	/* footer
	 ----------------------------- */
	 #footer{
		padding: 85px 0;
	 }

	 #footer .wrap-inner{
		width: 95%;
		max-width: 1400px;
	 }

	.footer_link_box{
		width: 39.3%;
		padding: 0 5.3%;
	}
	.footer_info-wrap{
		padding:0;
		margin: 0;
	}
	
	.footer_info-wrap:after{
		display: none;
	}

	.footer_link_box .logo{
		width: 100%;
		padding: 0 10px;
		margin: 0;
	}

	.footer_link_box .logo img{
		margin: 0;
	}

	.link_btn-wrap li{
		width: 100%;
		font-size: 1.6rem;
	}

	.footer-box_01 .footer_menu_box{
		width: 55%;
		margin: 19px 0 0;
	}

	.footer-box_01 p{
		font-size: 1.6rem;
	}

	.footer-box_02 {
		padding-top: 91px;
	}

	.footer_menu_box .footer_menu_nav_box {
		width: 46%;
		margin: 0 0 1.15em
	}

	.footer_menu_box .footer_menu_nav_01{
		width: 56%;
		margin:0;
	}

	.footer_menu_box .footer_menu_nav_02{
		width: 40.7%;
		white-space: nowrap;
	}

	.footer_menu_box .footer_menu_nav_02 li{
		margin-bottom: 0.5em;
	}

	.footer_nav_box {
		margin: 0 0 0 1em;
	}

	.footer_nav_box li{
		font-size: 1.4rem;
	}
	
	.footer_menu_nav_box dt{
		border-bottom: 1px solid #393939;
	}

	.footer_menu_nav_box dd ul li{
		font-size: 1.6rem;
		line-height: 1.3;
	}

	.footer_menu_nav_box dd ul li a{
		display: inline-block;
		padding: .3em 0 0 1.4em;
	}

	.footer-box_02 p{
		font-size: 1.4rem;
	}

	.footer_info-wrap p{
		font-size:1.6rem;
	}

	.footer_menu_box .footer_menu_nav_02 ul{
		margin: 0 0 32px;
	}

	#footer .recruit_btn{
		width: 100%;
		max-width: 280px;
		height: 55px;
		margin: 0 auto 15px;
	}

	#footer .recruit_btn a {
		font-size: 2rem;
		text-align: left;
		padding: .3em 1.7em;
		line-height: 1.3;
	}
	#footer .recruit_btn a:after{
		width: 29px;
		height: 13px;
		right: 22px;
		background-image: url(../images/icn_arw_02.svg);
	}
	
	#footer .recruit_btn a .en{
		display: block;
		font-style: normal;
		font-family: 'Michroma', sans-serif;
		font-size: 1.2rem;
		text-indent: 0;
	}

	/* heading
	----------------------------- */
	.heading_01{
		margin: 0 0 1.3em;
	}

	.heading_01 .en{
		font-size: 5.4rem;
	}

	.heading_01 .ja {
		font-size: 1.9rem;
	}

	.heading_02{
		font-size: 2.2rem;
		margin: 0 0 .7em;
	}

	.heading_03{
	}

	.heading_03 .en{
		font-size: 2.8rem;
	}

	.heading_03 .ja{
		font-size: 4.1rem;
	}

	.heading_04{
		font-size: 2rem;
	}
	.entry_txt{
		font-size: 2rem!important;
		margin-left: 20px;
	}
	.footer_entry_btn01{
		font-size: 2rem!important;
		font-family: 'Michroma', sans-serif;
		color: #E60213;
		font-weight: 800;
		padding-bottom: 10px;
		border-bottom: 1px solid #393939;
		margin-bottom: 30px;
		width: 60%;
		margin-left: 20px;
	}
	.footer_entry_btn02{
		font-size: 2rem!important;
		font-family: 'Michroma', sans-serif;
		color: #0376C1;
		font-weight: 800;
		padding-bottom: 10px;
		border-bottom: 1px solid #393939;
		margin-bottom: 30px;
		width: 60%;
		margin-left: 20px;

	}

	.heading_04:before {
		width: 6px;
		height: 1.35em;
		bottom: .1em;
		left: .45em;
	}
	.heading_06{
		font-size: min(2.5vw,3.4rem);
	}
	.heading_06 .en{
		font-size: 1.4rem;
	}

	.heading_07 .en {
		font-size: min(3vw,4rem);
	}

	/* slick
	 ----------------------------- */

	.slick-prev,
	.slick-next{
		width: 105px;
		height: 105px;
		bottom: -5px;
	}

	.slick-next{
		right: inherit;
		left: 37%;
	}
	.slick-prev{
		left: calc(37% - 135px);
	}


}
@media screen and (max-width: 1179px) and (min-width: 769px) {
	#header{
		height: 138px;
	}
	#contents{
		padding-top: 138px;
	}
	/*
	.header_menu .recruit_btn:first-child {
		left: 0;
		top: -10px;
	}
	*/
	.header_menu .recruit_btn {
		width: 100%;
	}
	.header_menu .recruit_btn a {
		top: -2px;
		left: -2px;
		font-size: min(1.6vw,1.5rem);
	}
	.header_wrap-layout .logo_btn{
		width: 25%;
	}
	/*
	.header_wrap-layout .header_menu {
		width: 75%;
	}
	*/
	.header_menu .wrap-recruit_btn{
		width: 18%;
	}
	/*
	.header_menu .header_menu_list{
		justify-self: center;
		width: 81%;
	}*/
	.header_wrap-layout {
		align-items: center;
		padding: 30px 0;
	}
}
@media screen and (max-width: 1500px) and (min-width: 1180px) {
	.header_menu .wrap-recruit_btn{
		max-width: 167px;
		width: 30%;
		flex-direction: column;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header_menu .header_menu_list {
		/*width: calc(100% - 295px);*/
		/* width: 70%; */
		margin-top: 0;
	}
}
@media screen and (max-width: 1500px) and (min-width: 769px) {

	/* header
	 ----------------------------- */
	 /* .header_wrap-layout .logo_btn{
		height: inherit;
	 } */
	 /*
	.header_menu .header_menu_list li {
		font-size: min(1.1vw,1.4rem);
	}
	*//*
	.header_menu .header_menu_list li a{
		padding: 0 .5em;
	}*/

	/* heading
	 ----------------------------- */

	.heading_01 .en {
		font-size: 4rem;
	}
	.heading_01 .ja {
		font-size: 2.1rem;
		margin-top: .5em;
	}
	/* footer
	 ----------------------------- */
	.footer-box_01 .footer_menu_box {
		width: 60%;
	}
}

/* footer pc size 調整 ----------------------------- */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.footer-box_01 .footer_menu_box .wrap-flex_box {
		flex-direction: column;
	}
	.footer_menu_box .footer_menu_nav_box {
		width: 98%;
	}
	.footer_menu_box .footer_menu_nav_01,
	.footer_menu_box .footer_menu_nav_02{
		width: 48%;
	}
	.footer_link_box {
		padding: 0 2% 0 5.3%
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.footer-box_01 > .wrap-flex_box {
		flex-direction: column;
	}
	.footer-box_01 .footer_menu_box {
		width: 48%;
	}
	.footer-box_01 .footer_menu_box{
		flex-direction: column;
	}
	.footer_menu_box .footer_menu_nav_01, 
	.footer_menu_box .footer_menu_nav_02 {
		width: 98%;
	}
	.footer_link_box {
		width: 100%;
	}
	.footer_menu_box .footer_menu_nav_02 ul,
	.link_btn-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.link_btn-wrap li {
		width: 48%;
	}
	.footer-box_01 .footer_menu_box {
		width: 100%;
		padding: 0 5.3%;
	}
	.footer_menu_box .footer_menu_nav_02 li {
		margin-bottom: 0.5em;
		width: 45%;
		margin: 0 1% .5em;
	}
}


/* header pc size 調整 ----------------------------- */
@media screen and (max-width: 1179px) and (min-width: 769px) {
	/* .header_menu .header_menu_list li {
		 font-size: min(1.32vw,1.4rem);
		width: 33%;
		text-align: center;
		margin: 0 0 1.2em;
	} */
}


@media screen and (max-width: 768px) {


	body{
		font-size: 1.4rem;
	}
	/* heading
	 ----------------------------- */

	.header_menu .header_menu_list{
		display: none;
	}

	.heading_05{
		font-size: min(5.61vw,2.2rem);
	}

	.heading_05 .en {
		font-size: min(2.28vw,.9rem);
		padding: 0 0 0 1.5em;
		margin: 0 0 .7em;
	}

	#breadcrumbs ul{
		display: flex;
		flex-direction:row;
		align-content: center;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	/* #breadcrumbs li:first-child{
		min-width: 7em;
	} */
	#header .wrap-inner{
		width: 95%;
	}

	#breadcrumbs ul{
		
	}
	.addres-wrap li {
		margin: 0 0 15px;
	}
	.pcElement{
		display: none;
	}
	.heading_06{
		font-size: 2rem;
	}

	.sp-menu .recruit_btn:nth-child(1) a{
		background: url(../images/entry_btn01_sp.png) no-repeat;
		background-size: contain;
	}
	.sp-menu .recruit_btn:nth-child(2) a{
		background: url(../images/entry_btn02_sp.png) no-repeat;
		background-size: contain;
	}

	.header_menu .wrap-recruit_btn{
		width: 100%;
		height: 45px;
	}
	.recruit_btn{
		height: 80%;
		height: 90%;
		position: absolute;
		top: 0;
		width: 28%;
	}
	.recruit_btn:first-child {
		right: 40%;
		right: 39.8%;
	}
	.recruit_btn:last-child {
		right: 16%;
	}
	.header_wrap-layout .header_menu{
		margin-top: 7px;
		width: 65%;
	}
	.header_wrap-layout .logo_btn{
		height: 30px;
		width: 30%;
	}
	#header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	#contents{
		margin-top: 14.5vw;
	}
	.sp-menu .recruit_btn a{
		color: transparent;
	}
	.sp-menu .recruit_btn{
		height: 3.5em;
		position: relative;
	}
	.sp-menu .recruit_btn:first-child{
		right: 0;
	}

	/* footer
	 ----------------------------- */

	.footer-box_01 .footer_menu_box{
		display: none;
	}
	.more_btn_02 a span{
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 769px) {
	/* parts
	 ----------------------------- */

	.sp-menu,
	.sp-btn{
		display: none !important;
	}
	.spElement{
		display: none;
	}
}