@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Roboto:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

html{
	scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 100px; /* ヘッダー分のズレ調整を一括管理 */
}
body{
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    color: #002236;
	height: 100%;
}
img{
max-width: 100%;
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p,ul {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
}
ul {
list-style-type: none;
	margin: 0;
	padding: 0;
}
.cl {
clear: both;
}
a {
	text-decoration: none;
color: inherit;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.has-child {
  cursor: pointer; /* 手の形を出す（親で指定） */
}

.has-child > .menu_no_link {
  pointer-events: none; /* 子のリンクはクリック無効 */
}

.eng {
	font-family: "Anton", sans-serif;
}

header {
    width: 100%;
    position: fixed;
    color: #FFFFFF;
    z-index: 1100;
    top: 0px;
    left: 0px;
    background: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease;
}


/* スクロール時のヘッダーcssここから */

header.scrolled {
    background: #fff;
    color: #002236;
    box-shadow: 0 6px 16px hsla(0,0%,40%,0.08);
}
#head_logo img {
  content: url("../images/logo.svg");
  transition: 0.3s;
}
header.scrolled #head_logo img {
  content: url("../images/logo_color.svg");
}
header.scrolled #head_tel-navi-contact {
    border-bottom: none !important;
}
.head_tel img {
  content: url("../images/ico_tel.svg");
  transition: 0.3s;
}
header.scrolled .head_tel img {
  content: url("../images/ico_tel_blck.svg");
}
header.scrolled .head_contact p{
	color: #fff;
}

header.scrolled .head_navi_item a:hover {
	color: #fff;
	opacity: 1;
	transition: 0s ease-in-out;
}

header.scrolled .child-menu {
    top: 105px;
}
header.scrolled .child-menu-item a {
	color: #fff;
}
header.scrolled .child-menu-item a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/* スクロール時のヘッダーcssここまで */



/* リクルートのヘッダーcssここから */

header.recruit_header {
    background: #fff;
    color: #002236;
    box-shadow: 0 6px 16px hsla(0,0%,40%,0.08);
}
header.recruit_header .head_navi_item a:hover {
	color: #fff;
	opacity: 1;
	transition: 0s ease-in-out;
}
#head_logo img {
  content: url("../images/logo.svg");
  transition: 0.3s;
}
header.recruit_header #head_logo img {
  content: url("../images/logo_color.svg");
}
header.recruit_header #head_tel-navi-contact {
    border-bottom: none !important;
}
.head_tel img {
  content: url("../images/ico_tel.svg");
  transition: 0.3s;
}
header.recruit_header .head_tel img {
  content: url("../images/ico_tel_blck.svg");
}
header.recruit_header .head_contact p{
	color: #fff;
}

header.recruit_header #hamburger .menu_text {
	color: #fff;
}

header.recruit_header .child-menu-item a:hover {
    opacity: 0.7;
	background-image: url("../images/arrow_wht_s.svg");
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/* リクルートのヘッダーcssここまで */



#header_inner {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 2.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
}
#head_logo {
    width: 312px;
    box-sizing: border-box;
}
#head_tel-navi-contact{
	border-bottom: 1.6px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
}

#head_tel-navi{
	margin-right: 16px;
	padding-top: 20px;
}
.head_tel {
	font-family: "Anton", sans-serif;
	box-sizing: border-box;
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
	letter-spacing: 0;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 6px;
}
.head_tel img {
	display: inline-block;
    width: 28px;
    margin-right: 10px;
        vertical-align: bottom;
	margin-bottom: 1px;
}
.head_navi_ul {
    display: flex;
    list-style: none;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
}
.head_navi_item {
	font-size: 15px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.head_navi_item a {
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 16px;
    display: block;
}
.head_navi_item a:hover {
	background-image: linear-gradient(48deg, #009687 30%, #00964C 70%);
	opacity: 1;
}

.has-child {
  position: relative;
}

.child-menu {
    position: fixed;
    top: 106px;
    left: 0;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    box-shadow: 0 4px 6px hsla(0,27%,69%,0.33); /* 下方向だけにシャドウ */
    -webkit-box-shadow: 0 4px 6px hsla(0,27%,69%,0.33);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: linear-gradient(48deg, #009687 30%, #00964C 70%);
}

.has-child:hover .child-menu {
    opacity: 1;
    visibility: visible;
}
/* 親がホバー中は a の hover状態も維持 */
.has-child:hover > a {
  background-image: linear-gradient(48deg, #009687 30%, #00964C 70%);
  opacity: 1;
  color: #fff; /* hover時の色があるなら指定しておくと良い */
  transition: 0.3s ease-in-out;
}
.child-menu-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.child-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 常に3列 */
    gap: 20px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1040px;
    box-sizing: border-box;
}

.child-menu-item {
    font-size: 15px;
}

.child-menu-item a {
    display: block;
    text-decoration: none;
    background-image: url("../images/arrow_wht_s.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 28px auto;
    padding: 16px 64px 16px 16px;
    background-color: #626262;
    text-align: left;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}
.child-menu-item a:hover {
    opacity: 0.7;
	background-image: url("../images/arrow_wht_s.svg");
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.head_contact{
	box-sizing: border-box;
}
.head_contact a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 96px;
	height: 100%;
	padding: 12px 16px;
	background: linear-gradient(
    to right top,
    #009685 0%,
    #00964F 100%
  );
	
}
.head_contact img{
	box-sizing: border-box;
	width: 28px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
}
.head_contact p{
	text-align: center;
	font-family: "Anton", sans-serif;
	line-height: 1em;
	font-weight: 500;
	font-size: 17px;
}
#hamburger_box {
    display: none;
}


/* ハンバーガーアイコン */
#hamburger {
  display: none;
}

#sp_menu {
  display: none;
}



/*ヘッダーここまで*/

.content_wrap{
    max-width: 1400px;
    padding-right: 6.15%;
    padding-left: 6.15%;
    margin-right: auto;
    margin-left: auto;
}
.h2_h2 {


}
.h2h2_abc {
    font-family: "Anton", sans-serif;
    font-size: 96px;
    line-height: 1em;
    font-weight: 400;
    color: #DADEDF;
    margin-bottom: 3.07%;
}
.h2h2_abc span{
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2h2_abc::first-letter {
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.child_border-tit::first-letter{
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.child_h2h2_abc::first-letter{
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.h2_h2 h2 {
    font-size: 44px;
    line-height: 1.5em;
}

.border-tit{
    padding-left: 104px;
    position: relative;
}
.border-tit::before {
    position: absolute;
    content: "";
    width: 96px;
    height: 1px;
    bottom: 40%;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a2a3a;
}

.contact_box{
    box-sizing: border-box;
    text-align: center;
    padding-top: 6.15%;
    padding-bottom: 6.92%;
    padding-right: 8.46%;
    padding-left: 8.46%;
    background-image: url("../images/kairo_bg_2.svg");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #F7F8FB;
}
.contact_box h2{
	margin-bottom: 5.38%;
	font-size: 88px;
	
}
.contact_box_tel-mail{
	box-sizing: border-box;
	display: flex;
	    max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.contact_box_tel{
	box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	background: linear-gradient(to right top, #009685 20%, #00964F 96.92%);
	padding: 3.84% 2.3%;
	color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_box_tel h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 11.53%;
}
.contact_box_tel_time{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 1em;
}
.contact_box_tel_number{
	font-family: "Anton", sans-serif;
	font-size: 40px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.contact_box_tel_number img{
	display: inline-block;
	    vertical-align: bottom;
	width: 34px;
	margin-right: 10px;
}
.contact_box_tel_number a{
	pointer-events: none;
}
.contact_box_mail{
	box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 3.84% 2.3%;
	border-top: 1.6px solid #009450;
	border-right: 1.6px solid #009450;
	border-bottom: 1.6px solid #009450;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_box_mail h3{
	color:#009450;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 10.76%;
}
.contact_box_mail p{
	
}
.contact_box_mail p a{
	box-sizing: border-box;
	font-family: "Anton", sans-serif;
	display: block;
	background: linear-gradient(to right top, #009685 0%, #00964F 100%);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	font-weight: 500;
	width: 272px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 4px;
	padding-left: 16px;
	text-align: center;
	
}
.contact_box_mail_L{
	box-sizing: border-box;
	display: inline-block;
	    vertical-align: bottom;
	width: 32px;
	margin-right: 10px;
}
.contact_box_mail_R{
	box-sizing: border-box;
	display: inline-block;
	width: 56px;
	margin-left: 2px;
	margin-right: 8px;
	    vertical-align: super;
}
.link_btn{
}
.link_btn a{
    display: block;
    background: linear-gradient(to right top, #009685 0%, #00964F 100%);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    width: 248px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 0;
    padding-left: 20px;
    text-align: center;
}
.link_btn img {
    display: inline-block;
    width: 56px;
    margin-left: 14px;
    vertical-align: super;
}


footer{
    color: #FFFFFF;
    background-image: none, -webkit-linear-gradient(45deg,rgba(0,150,133,1.00) 0%,rgba(0,150,79,1.00) 100%);
    background-image: none, -moz-linear-gradient(45deg,rgba(0,150,133,1.00) 0%,rgba(0,150,79,1.00) 100%);
    background-image: none, -o-linear-gradient(45deg,rgba(0,150,133,1.00) 0%,rgba(0,150,79,1.00) 100%);
    background-image: none, linear-gradient(to right top, #009685 0%, #00964F 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: right -17.69% top 41.53%, left top;
    background-size: auto 124%, 100% 100%;
    padding-top: 6.15%;
    padding-right: 2.3%;
    padding-left: 2.3%;
    padding-bottom: 5.38%;
}
#foot_flex{
	display: flex;
	border-bottom: 2px solid;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
#foot_L{
    width: 272px;
    margin-right: 48px;
    min-width: 272px;
}
#foot_L p{
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 8px;
}
#foot_L p:last-of-type{
	margin-bottom: 0;
}
#foot_logo{
    width: 256px;
    margin-bottom: 32px;
    box-sizing: border-box;
}
#foot_logo img{
	width: 100%;
}
#foot_R{

}
#foot_R p {
    font-weight: 600;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 12px;
    margin-left: 20px;
}

#foot_R ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom:1px solid #cccccc;
}
#foot_R li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    border-right: 1px solid #FFFFFF;
    padding-left: 8px;
    padding-right: 8px;
}
#foot_R .foot_menu1 li {
    font-weight: 600;
    font-size: 15px;
}
#foot_R .foot_menu4 {
	border-bottom:1px none #cccccc;
}
#foot_R .foot_menu4 li {
    font-weight: normal;
    font-size: 14px;
}
#foot_R li a  {
    padding-left: 12px;
    padding-right: 12px;
}
#foot_all-right{
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
}
/*フッターここまで*/

.pagetit_wrap{
    background-image: url(../images/mv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 144px;
    padding-bottom: 5.38%;
}
#pagetitle{
	position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
        padding-top: 3.07%;
    padding-bottom: 3.07%;
}
#pagetitle h1{
	position: relative;
    z-index: 1;
    text-align: center;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 1.2em;
	font-weight: 700;
}
#pt_abc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 136px;
    line-height: 1em;
    font-weight: 500;
    color: hsla(0,0%,100%,0.24);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    font-family: "Anton", sans-serif;
}
.pagetit_wrap.recruit_pt {
	padding-top: 88px;
}
.pagetit_wrap.recruit_pt.rec_pt_top {
	background-image: url(../images/mv_recruit_bg.png);
    padding-bottom: 184px;
}
.pagetit_wrap.recruit_pt.rec_pt_about {
    background-image: url("../images/recruit_kaso-tit_about.png");
}
.pagetit_wrap.recruit_pt.rec_pt_careers {
    background-image: url("../images/recruit_kaso-tit_careers.png");
}
.pagetit_wrap.recruit_pt.rec_pt_welfare {
    background-image: url("../images/recruit_kaso-tit_welfare.png");
}
.pagetit_wrap.recruit_pt.rec_pt_factory {
    background-image: url("../images/recruit_kaso-tit_factory.png");
}
.pagetit_wrap.recruit_pt.rec_pt_interview {
    background-image: url("../images/recruit_kaso-tit_interview.png");
}


.child_h2_h2{
    margin-bottom: 3.84%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
/*
    padding-left: 6.15%;
    padding-right: 6.15%;
*/
}
.child_h2_h2_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.3%;
}
.child_h2h2_abc{
    font-family: "Anton", sans-serif;
    font-size: 96px;
    line-height: 1em;
    font-weight: 400;
    color: #DADEDF;
}
.child_h2h2_abc span{
	    background: linear-gradient(48deg, #009687 30%, #00964C 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.child_h2_h2_in img{
    width: 60%;
}
.child_border-tit{
    font-size: 44px;
    line-height: 1.6em;
    padding-left: 104px;
    font-weight: 600;
    position: relative;
}
.child_border-tit::before{
    position: absolute;
    content: "";
    width: 88px;
    height: 1px;
    bottom: 50%;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a2a3a;
}
.child_border-tit span{
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font_green_gra{
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font_gray{
	        color: #DADEDF;
}
.font_green{
	color: #009450;
}
.inline-b{
	display: inline-block;
}
.pc_no-link{
	pointer-events: none;
}
.br_sp{
		display: none;
	}
.br_pc{
		display: inherit;
	}
