@charset "utf-8";

/* -----------------------------
	catch-area
-------------------------------- */
.catch-area {
    padding: 100px 0 100px;
    text-align: center;
}
.catch-area .catch{
    margin: 0 0 30px;
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: 500;
}
.catch-area .txt:not(:first-of-type){
    margin: 15px 0 0;
}

@media screen and (max-width: 768px){
    .catch-area {
        padding: 40px 20px;
    }
	.catch-area .catch{
		font-size: 2.4rem;
	}
    .catch-area .txt{
        text-align: left;
    }
}
/* -----------------------------
	feature-area
-------------------------------- */

/*スライダー
-------------------------------------------------------------- */
.slide-area {
	margin: 0;
}
.slide-area .slider {
	padding: 0;
	display: block;
}
.slide-area .slider img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.slide-area .slider .slick-slide {
	margin: 0 8px;
}


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

	.slide-area {
	}

	.slide-area .slider .slick-slide {
		margin:0 5px;
	}
	.slide-area .slider img {
		height: 200px;
	}
	
}

.feature-area{
	background: var(--blue);
	color: #fff;
	padding: 20px 0 100px;
}

.feature-area .section-title {
    position: relative;
    font: 700 5rem / 1.4 'Lato', sans-serif;
    letter-spacing: .05em;
	margin: 50px 0 0;
}
.feature-area .ja {
    padding: 0;
    display: block;
    font: 700 1.8rem / 1.2 'Noto Sans JP', serif;
	position: relative;
}
/*
.feature-area .ja::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-section-title.svg) center/cover,no-repeat;
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}
*/

.feature-area .feature-list{
    margin: 50px 0 0;
	
	display: flex;
	justify-content: space-between;
	gap: 0 20px; 
}
.feature-area .feature-list li{
	width: calc((100% - 40px) / 3);
	padding: 50px 40px;
	text-align: center;
	
	border: 1px #fff solid;
}

.feature-area .feature-list .icon{
	display: block;
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin: 0 auto;
}
.feature-area .feature-list .title{
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 30px 0;
	font-weight: 500;
}
.feature-area .feature-list .txt{
	line-height: 1.8;
	text-align: left;
}


@media screen and (max-width: 768px){
    .feature-area{
		padding: 10px 0 50px;
    }
	
	.feature-area .section-title {
		font-size: 4.0rem;
		letter-spacing: .03em;
		margin: 20px 0 0;
	}
	.feature-area .ja {
		font-size: 1.7rem;
	}
	.feature-area .ja::before {
	}
	
    .feature-area .feature-list{
		margin: 30px 0 0;

		display: block;
	}
	.feature-area .feature-list li{
		width: auto;
		padding: 30px;
		margin: 20px 0 0;
	}

	.feature-area .feature-list .icon{
		width: 60px;
		height: 60px;
	}
	.feature-area .feature-list .title{
		font-size: 2rem;
		margin: 25px 0 20px;
	}
	.feature-area .feature-list .txt{
	}
	
}

/* -----------------------------
	Interview-area
-------------------------------- */

.bg-01{
	background: url(../img/bg-squares.jpg) 0 0 repeat;
}

.interview-area{
    padding: 80px 0 100px;
    background-color: #EFF3F9;
	position: relative;
}
.interview-area::before {
    content: "";
    display: inline-block;
    background: url(../img/bg-decoration.png) no-repeat right 50px top 150px / cover;
    width: 1600px;
    height: 650px;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 0;
}


.interview-area .section-title {
    position: relative;
    font: 500 5rem / 1.4 'Lato', sans-serif;
    letter-spacing: .05em;
}

.interview-area .ja {
    padding: 0px 0 0 25px;
    display: block;
    font: 500 1.8rem / 1.2 'Noto Sans JP', serif;
	position: relative;
}

.interview-area .ja::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-section-title.svg) center/cover,no-repeat;
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}

.interview-area .txt-box{
	/*
	background: #fff;
    padding: 50px 60px 80px;
    border: solid 1px #657684;
	*/
}

.interview-area .section-catch{
}

.interview-list {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 50px;
}

.interview-item {
    width: calc((100% - 100px) / 3);
    position: relative;
}
.interview-item img{
    width: 100%;
}
.interview-txt {
    margin: 20px 0 0;
    padding: 0 0 0 16px;
    position: relative;
    line-height: 1.5;
	font-weight: 500;
	font-size: 2rem;
}
.interview-txt::before {
    background: var(--blue);
    border-radius: 3px;
    content: "";
    display: block;
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}

.interview-item a{
	display: block;
	position: relative;
}
.interview-item a:hover{
	color: var(--blue);
}
.interview-item a::before {
	background: url("../img/btn_arrow-blue.svg") no-repeat center center / contain;
    content: "";
    display: block;
    position: absolute;
    right: 0;
	bottom: 0;
    width: 26px;
	height: 26px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.interview-item a:hover::before {
    right: -5px;
}

@media screen and (max-width: 768px){
    .interview-area{
    padding: 40px 20px 30px;
    }
	
	.interview-area::before {
		background-position: right top;
		top: 0;
		bottom: auto;
	}
	
	.interview-area .txt-box {
    padding: 0;
	}
	
	.interview-area .section-title {
    font-size: 4.0rem;
    letter-spacing: .03em;
	}
	
	.interview-area .ja {
		font-size: 1.7rem;
		padding: 0px 0 0 22px;
	}
	.interview-area .ja::before {
	}
	
	.interview-list {
    margin: 30px 0 0;
    display: flex;
	}
	
	.interview-item {
    width: 100%;
    padding: 0 0 20px;
	}
	
	.interview-item img {
    width: 100%;
	}
	
	.interview-txt {
		font-size: 1.8rem;
		margin: 15px 0 0;
	}
	
}

/* -----------------------------
	募集要項
-------------------------------- */
.recruite-area .section-catch{
	margin: 0 0 30px;
}

.recruite-area{
  padding: 80px 0 120px;
}

.recruite-area .section-title {
    position: relative;
    font: 500 5rem / 1.4 'Lato', sans-serif;
    letter-spacing: .05em;
}

.recruite-area .ja {
    padding: 0px 0 0 25px;
    display: block;
    font: 500 1.8rem / 1.2 'Noto Sans JP', serif;
	position: relative;
}

.recruite-area .ja::before {
    content: "";
    display: inline-block;
    background: url(../img/icon-section-title.svg) center/cover,no-repeat;
    width: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    margin: 0 auto 80px;
  }

  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/2);
    height: 80px;
    background-color: #D8DEE6;
    line-height: 80px;
    font-size: 1.8rem;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 80px;
    clear: both;
    overflow: hidden;
    border: solid 1px #657684;
    margin: 30px 0 0;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #job1:checked ~ #job1_content,
  #job2:checked ~ #job2_content,
  #design:checked ~ #design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #657684;
    color: #fff;
  }
  @media screen and (max-width: 768px){
    .recruite-area{
      padding: 40px 20px 40px;
    }
	  
	.recruite-area .section-title {
    font-size: 4.0rem;
    letter-spacing: .03em;
	}
	
	.recruite-area .ja {
		font-size: 1.7rem;
		padding: 0px 0 0 22px;
	}
	.recruite-area .ja::before {
	}
	.tabs {
		margin: 0 auto 50px;
	}
	  
    .tab_item{
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
    }
    .tab_content{
      padding: 40px 20px;
    }
	  
  }
  /* -----------------------------------------------------------
    table
-------------------------------------------------------------- */
table {
	width:100%;
	border-collapse:collapse;
	border-top: 1px solid #ddd;
	line-height: 1.8;
}

table tr {
	border-bottom: 1px solid #ddd;
}

table th {
	padding: 25px 30px;
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}

table td {
	padding: 25px 30px 25px 0;
	text-align: left;
	vertical-align: top;
}
table td span{
	font-weight: bold;
}
table td ul li{
  line-height: 1.9;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}
table td ul li::before{
  position: absolute;
  left: -10px;
  top: 0px;
  font-size: 3.0rem;
  line-height: 1;
  content: "・";
  color: #0E6EB8;
}

table td a:hover{
  color: #0E6EB8;
}

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

	table {
		font-size: 1.5rem;
	}

	table tr {
	}

	table th {
		display: block;
		width: 100%;
		padding: 15px 0 8px;
		text-align: left;
		/* color: #349844; */
	}

	table td {
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}

}

.btn-area {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.btn {
}
.btn a{
	width: 300px;
    height: 70px;
	margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 70px;
    display: block;
    text-align: center;
	background: #82D20F;
	color: #fff;
    position: relative;
    overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
}
.btn.type2 a{
    background: #00B06F;
}


.btn-area.fix {
    position: fixed;
	bottom: 20px;
    right: 20px;
	z-index: 5;
	line-height: 1;
	gap: 0 10px;
	
	display: block;
}
.btn-area.fix .btn.type2 {
	margin: 15px 0 0;
}
.btn-area.fix .btn a {
	width: auto;
    height: auto;
    font-size: 1.6rem;
    line-height: 1;
	padding: 15px 30px 17px;
	letter-spacing: 0;
}

.f-copy.simple {
    text-align: center;
    padding: 0 0 90px;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	
	.btn-area {
		display: block;
	}
	.btn {
		padding: 0 0 20px;
	}
	.btn a{
		width: 280px;
	}
	
	
	.btn-area.fix {
		position: fixed;
		bottom: 10px;
		right: auto;
		left: auto;
		padding: 0 15px;
		width: 100%;

		display: flex;
		justify-content: space-between;
		gap: 0 10px;
	}

	.btn-area.fix .btn {
		width: calc((100% - 10px) / 2);
	}
	.btn-area.fix .btn.type2 {
		margin: 0;
	}
	.btn-area.fix .btn a {
		width: 100%;
		height: auto;
		font-size: 1.5rem;
		line-height: 1;
		padding: 16px 10px 18px;
		letter-spacing: 0;
	}

	.f-copy.simple {
		padding: 0 0 40px;
	}
	
}