@charset "utf-8";
body,p{
	font-family: "Zen Kaku Gothic New", serif !important;
	font-weight: 400;
}
header{
	display: none;
}
#navArea .toggle_btn{
	top: 8%;
}
main{
	/*background: url( "../img/recruit/bg_recruit.jpg") no-repeat 50% 0;
	background-size: max(100%, 192rem);
	position: relative;*/
}

#navArea .toggle_btn {
	display: none;
}
#navArea .change-color2 {
	top: 8%;
	right: 0;
	background-color: rgba(0,0,0,.5);
	padding: 40px;
	border-radius: 20px 0px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 1000000;
}
.toggle_btn span{
	left: auto;
	background-color: #fff;
	height: 1px;
}
.toggle_btn span:nth-child(1) {
  top: 30px;
}
.toggle_btn span:nth-child(2) {
  top: 40px;
}
.toggle_btn span:nth-child(3) {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
	#navArea .change-color2 {
		top: 13%;
		right: 0;
		padding: 25px;
		border-radius: 10px 0px 0 10px;
	}
	.toggle_btn span:nth-child(1) {
	  top: 14px;
	}
	.toggle_btn span:nth-child(2) {
	  top: 24px;
	}
	.toggle_btn span:nth-child(3) {
	  bottom: 16px;
	}
}
nav .inner {
    /*padding: 80px 25px 25px;*/
}
a:hover{
	color: #1abc9c;
}
/*----------------------------------------採用情報----------------------------------------*/
/*ローディングアニメーション*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1abc9c;
  z-index: 100000000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt img{
	width: 30%;
	margin: 0 auto 60px;
}
.loader .txt {
  display: none;
	text-align: center;
}
.loader .txt p{
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
	.loader .txt img{
		width: 40%;
		margin: 0 auto 60px;
	}
	.loader .txt p{
		font-size: 25px;
		line-height: 35px;
	}
}
.loader .looping-rhombuses-spinner{
  display: none;
}

.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
  box-sizing: border-box;
}

.looping-rhombuses-spinner {
  width: calc(15px * 4);
  height: 15px;
  position: relative;
}

.looping-rhombuses-spinner .rhombus {
  height: 15px;
  width: 15px;
  background-color: #fff;
  left: calc(15px * 4);
  position: absolute;
  margin: 0 auto;
  border-radius: 2px;
  transform: translateY(0) rotate(45deg) scale(0);
  animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
}

.looping-rhombuses-spinner .rhombus:nth-child(1) {
  animation-delay: calc(2500ms * 1 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(2) {
  animation-delay: calc(2500ms * 2 / -1.5);
}

.looping-rhombuses-spinner .rhombus:nth-child(3) {
  animation-delay: calc(2500ms * 3 / -1.5);
}

@keyframes looping-rhombuses-spinner-animation {
  0% {
	transform: translateX(0) rotate(45deg) scale(0);
  }
  50% {
	transform: translateX(-233%) rotate(45deg) scale(1);
  }
  100% {
	transform: translateX(-466%) rotate(45deg) scale(0);
  }
}

@media screen and (min-width: 768px) {
	.yokonaga_pic{
		width:100%;
		height: 200px;
		background-image: url("../img/recruit/p1.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		position: relative;
	}
}
.yokonaga_pic::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height: 200px;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	z-index: 1;
}
.yokonaga_pic h3{
	color: #fff;
	z-index: 2;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
@media screen and (max-width: 767px) {
	.yokonaga_pic{
		width:100%;
		height: 200px;
		background-image: url("../img/recruit/p1.jpg");
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
	}
}






/*採用情報ページ
//グローバルメニューのカレント表示*/
.recruit__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    text-align: center;
    padding: 0;
	width: 100%;
    overflow: hidden;
	background-color: rgba(51, 51, 51, .55);
    mix-blend-mode: multiply;
}
.et-hero-tabs {
    display: flex;
	flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    text-align: center;
	z-index: 2;
}
.et-slide {
    display: flex;
	flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    position: relative;
    /*background: #ccdbe4;*/
    text-align: center;
    padding: 100px 0;
}



.et-slide h3{
	margin: 0 auto;
	padding: 0;
	font-size: 2rem;
}
.wrapper__video__recruit{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
	background-color: rgba(51, 51, 51, .55);
    mix-blend-mode: multiply;
}
.et-hero-tabs h1, .et-slide h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 7px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* font-style: italic; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
.et-hero-tabs h1 span{
	position: relative;
}
.et-hero-tabs h2, .et-slide h2 {
    font-size: 1rem;
	font-weight: bold;
    opacity: 0.5;
	position: absolute;
	bottom:9%;
	/*left: 50%;
	transform: translate(-50%, -50%);*/
	color: rgba(255,255,255,.3);
	text-align: left;
	font-family: "Zen Kaku Gothic New", serif !important;
	font-style: italic;
	text-align: center;
}
.et-hero-tabs h2 span{
	/*background-color: rgba(255, 255, 255, .7);
    color: #000;*/
    border-radius: 10px;
    padding: 0 15px 10px;
}
.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}
.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}
.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
}
.et-hero-tab:hover {
    color: white;
    background: rgba(26,188,156, 0.8);
    transition: all 0.5s ease;
}
.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #1abc9c;
    transition: left 0.3s ease;
}
.et-hero-tabs .main_logo{
	position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.et-hero-tabs .main_logo img{
	width: 32%;
	filter: drop-shadow(1px 10px 20px rgba(0, 0, 0, 0.7));
}
@media (min-width: 800px) {
    .et-hero-tabs h1, .et-slide h1 {
        font-size: 3rem;
		line-height: 5rem;
    }
    .et-hero-tabs h2, .et-slide h2 {
        font-size: 2rem;
		line-height: 2.7rem;
    }
    .et-hero-tab {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
	.et-hero-tabs h1, .et-slide h1 {
		font-size: 1.3rem;
		font-weight: bold;
		margin: 0;
		letter-spacing: 5px;
		position: absolute;
		top: 42%;
		color: #fff;
		line-height: 2.5rem;
	}
	.et-hero-tabs h2, .et-slide h2 {
		font-size: 0.9rem;
		letter-spacing: 0.07rem;
		bottom: 13%;
		line-height: 1.5rem;
	}
}


.clip_path{
	clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #ccdbe4;
    position: relative;
    height: 303px;
}
.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.f-en {
    font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
h3.heading-h3 {
    color: #13202f;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
	margin-bottom: 4rem;
	line-height: 1.6;
}
h3.heading-h3::after {
    display: block;
    font-size: 1.1rem;
    content: attr(data-label);
	opacity: .5;
    color: #1abc9c;
}
/*********************
/* CONCEPT
*********************/
#section_concept{
    padding: 5rem 0;
    /*background-color: #f2f2f2;*/
}
@media screen and (min-width: 768px){
    #section_concept{
        padding: 7rem 0;
    }
}
@media screen and (min-width: 992px){
    #section_concept{
        padding: 9rem 0 14rem;
    }
}
@media screen and (min-width: 1400px){
    #section_concept{
        padding: 13.4rem 0 18.4rem;
    }
}
@media screen and (max-width: 767px) {
	#section_concept{
		padding: 0;
	}
}
.concept_img{
    width: 93%;
    margin-right: auto;
}
 .concept_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
		object-position: 60% center;
		border-radius: 0 30px 30px 0;
    }
.concept_txtArea{
    width: 86%;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
}
.concept_txtArea .en_tit{
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
	opacity: .5;
	color: #1abc9c;
}
.concept_txtArea .con_tit{
	font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
	text-align: left;
	line-height: 155%
}
.concept_txt{
    text-align: justify;
    margin-bottom: 0;
	line-height: 180%;
}
#section_concept .top_vm{
    margin-top: 2.5rem;
}
@media screen and (min-width: 768px){
    .section_concept-inner{
        display: flex;
    }
    .concept_img{
        width: 43.222%;
    }
   
    .concept_txtArea{
        width: 56.778%;
        margin-top: 0;
        padding: 0 7% 0;
    }
    .concept_txtArea .en_tit{
        line-height: 1;
        margin-bottom: 4rem;
    }
    .concept_txtArea .con_tit{
        font-size: 2.2rem;
    }
    #section_concept .top_vm{
        margin-top: 3rem;
    }
}
@media screen and (min-width: 992px){
    .section_concept-inner{
        display: flex;
    }
    .concept_img{
        width: 47.222%;
    }
    .concept_txtArea{
        width: 52.778%;
        padding: 0 8.27% 0;
    }
    .concept_txt{
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 1400px){
    .concept_txtArea .en_tit{
        font-size: 2rem;
        margin-bottom: 6.1rem;
    }
    .concept_txtArea .con_tit{
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    #section_concept .top_vm{
        margin-top: 4.14rem;
    }
    .concept_txt{
        max-width: 650px;
    }
}
@media screen and (min-width: 1600px){
    .concept_txtArea .con_tit{
        font-size: 3.33rem;
    }
}


/*********************
/* 仕事内容
*********************/
.section_workstyle {
}
@media screen and (max-width: 767px) {
	.section_workstyle {
		width: 86%;
		margin: 0 auto;
	}
}
.section_workstyle::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 0px);
    background-color: #1abc9c;
    transform: skewY(7deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section_workstyle .section_workstyle-inner {
    position: relative;
    z-index: 1;
	color: #fff;
	max-width: 1200px;
}

.section_workstyle .section_workstyle-inner .columns {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: var(--gap);
    margin-bottom: 100px
}

@media screen and (max-width: 767px) {
    .section_workstyle .section_workstyle-inner .columns {
        display:block;
		margin-bottom: 80px
    }
}

.section_workstyle .section_workstyle-inner .columns .c-headline--01 {
    margin: 0 150px 0 0;
    width: calc(385px - var(--gap))
}

@media screen and (max-width: 767px) {
    .section_workstyle .section_workstyle-inner .columns .c-headline--01 {
        width:100%;
        margin-bottom: 20px
    }
}
.section_workstyle .section_workstyle-inner .copy {
	text-align: left;
}
.section_workstyle .section_workstyle-inner .supportlist {
    row-gap: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.section_workstyle .section_workstyle-inner .supportlist {
	}
}
.section_workstyle .section_workstyle-inner .supportlist li {
    background-color: rgba(255,255,255,.8);
    border-radius: 20px;
    position: relative;
    padding: 20px 50px;
	width: 48%;
	height: 315px;
}
@media screen and (max-width: 767px) {
	.section_workstyle .section_workstyle-inner .supportlist li {
		width: 100%;
		height: 100%;
		padding: 15px 30px;
		margin-bottom: 20px;
	}
	.section_workstyle .section_workstyle-inner .supportlist li:last-child {
		margin-bottom: 0px;
	}
}
.section_workstyle .section_workstyle-inner .supportlist li .iconbox {
    margin-top: -40px;
    margin-bottom: 0;
}

.section_workstyle .section_workstyle-inner .supportlist li .iconbox .icon {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 4px solid var(--color-white);
    background-color: var(--color-primary);
	margin: 0 auto;
}

.section_workstyle .section_workstyle-inner .supportlist li .iconbox figcaption {
    color: var(--color-primary)
}
.section_workstyle .section_workstyle-inner .supportlist li .tit{
	text-align: center;
	font-size: 1.5rem;
	margin: 15px auto;
	font-weight: bold;
}
.section_workstyle .section_workstyle-inner .supportlist li p {
   text-align: left;
}

.section_workstyle .section_workstyle-inner .c-btn--strong {
    margin-top: 60px
}

/*********************
/* 1日のスケジュール
*********************/
.section_schedule{
}
.section_schedule h3{
	width: 100%;
}

/* time-schedule */
.time-schedule {
	min-width: 900px;
	max-width: 400px;
	list-style: none;
	margin: 7em auto 0 6em;
	padding-left: 20px;
	box-sizing: border-box;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.time-schedule {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
	display: flex;
}
.time-schedule li img{
	width: 100%;
	border-radius: 10px;
	margin: 20px auto;
}
.time-schedule span.time {
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	vertical-align: top;
	position: relative;
	text-align: right;
	box-sizing: border-box;
	font-size: 200%;
	color: #9BDECF;
	padding-top: 5px;
}
@media screen and (max-width: 767px) {
	.time-schedule span.time {
		width: 100%;
		text-align: center;
		margin-left: 0.6em;
		flex: 0 0 60px;
		font-size: 1rem;
	}
}
.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 30px 15px 90px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 6px;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 767px) {
	.time-schedule .sch_box {
		width: 88%;
		padding: 15px 20px 15px 30px;
		margin-left: 0;
	}
}
.time-schedule .sch_box:before {
    position: absolute;
    top: 18px;
    left: 7px;
    width: 1px;
    height: 100%;
    background-color: #9BDECF;
    content: "";
}
@media screen and (max-width: 767px) {
	.time-schedule .sch_box:before {
		left: 5px;
		opacity: .7;
	}
}
.time-schedule li:last-child .sch_box:before {
    content: none
}
.time-schedule .sch_box:after {
    position: absolute;
    top: 18px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #9BDECF;
    content: "";
}
@media screen and (max-width: 767px) {
	.time-schedule .sch_box:after {
		top: 8px;
		 width: 10px;
    	height: 10px;
	}
}
.time-schedule .sch_title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
	.time-schedule .sch_title {
	}
}
.time-schedule .sch_tx {
  font-weight: normal;
}


/*********************
/* 募集要項
*********************/
.section_summary{
	width: 70%;
	font-size: 15px;
}
.section_summary span{
	font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
	.section_summary{
		width: 86%;
		margin: 0 auto;
	}
}
.company-detail__table td {
    text-align: left;
	padding-left: 10px;
	width: 60%;
}
.section_summary .company-detail__table th{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.section_summary .company-detail__table th{
		width: 100%;
		display: block;
		text-align: center;
	}
	.company-detail__table td {
		width: 100%;
    	display: block;
	}
}



.top_previous{
	position: relative;
}
.top_previous span{
	display:inline-block;
	width:130px;
	height:130px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 10001;
}
.top_previous .circle1{
  border-radius:100%;
  box-sizing:border-box;
  border:5px dotted #fff;
  animation:6s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.top_previous .entry_bg{
	display:inline-block;
	position: fixed;
	bottom: 55px;
	right: 55px;
	z-index: 10000;
	text-align: center;
	letter-spacing: 0.02em;
	background-color: rgba(255,215,0,0.9);
	border-radius: 50%;
	width: 140px;
	height: 140px;
}
.top_previous p.entry_txt{
	margin: 0 auto;
	line-height: 140%;
	font-weight: bold;
	font-size: 140%;
	position: fixed;
	position: fixed;
	bottom: 100px;
	right: 90px;
	z-index: 10002;
	text-align: center;
}
.top_previous a{
	display: block;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.top_previous span{
		width:110px;
		height:110px;
		bottom: 15px;
		right: 15px;
	}
	.top_previous .circle1{
	  border:5px dotted #fff;

	}
	.top_previous .entry_bg{
		bottom: 10px;
		right: 10px;
		width: 120px;
		height: 120px;
	}
	.top_previous p.entry_txt{
		font-size: 115%;
		bottom: 50px;
		right: 40px;
	}
}

.benefits{
	text-align: center;
    color: #1abc9c;
    margin: 100px auto 30px;
    font-weight: bold;
    font-size: 22px;
	position: relative;
	display: inline-block;
	padding: 0 36px;
}
.benefits:after, .benefits:before {
    content: '';
    display: block;
    width: 22px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.benefits:before {
    background-image: url( "../img/recruit/ttl01_label_left.webp");
    left: 0;
}
.benefits:after {
    background-image: url( "../img/recruit/ttl01_label_right.webp");
    right: 0;
}
.insta_shere{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.insta_shere .story{
	width: 47%;
}
@media screen and (max-width: 767px) {
	.benefits{
		margin: 30px auto 20px;
		font-weight: bold;
		font-size: 16px;
	}
	.insta_shere .story{
		width: 100%;
	}
	.benefits:after, .benefits:before {
		width: 18px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		background-size: cover;
		background-repeat: no-repeat;
	}
}




