@charset "utf-8";
/* CSS Document */

/*全体設定
---------------------------------------------------------------------------*/
.philosophy,.works,.schedule,.treatment,.schedule-treatment,.how_to_use,.inquiry,.news{
	width: 90%;
	margin: 0 auto;
}

.schedule-treatment{
	display: flex;
	flex-wrap: wrap;
}

h2{
	font-family: "Lato", sans-serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 2.5rem;
  	position: relative;
  	text-align: center;
	color: #707070;
	margin: 0 auto 2.4em;
	padding-top: 2.4em;
}

h2 span{
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5rem;
	text-align: center;
	margin-top: 1.5em;
	color: #446e72;
}

h3 {
	width: 100%;
	padding-bottom: .25em;
	margin-bottom: 1.5em;
  	border-bottom: 3px dashed #dcdcdc;
}

/*ヘッダースライダー
---------------------------------------------------------------------------*/
.header-slider{
	background: #f1eceb;
	position: relative;
	width: 100%;
	/*padding-bottom: 5rem;*/
}

.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 95vh;  
}

/*　ヘッダースライダー画像　*/
.full div.main01 {
	background-image: url("../img/slider/link.jpg");
}
.full div.main02 {
	background-image: url("../img/slider/pc.jpg");
}
.full div.main03 {
	background-image: url("../img/slider/medaka.jpg");
}
.full div.main04 {
	background-image: url("../img/slider/auction_1.jpg");
}

/*キャッチコピー
---------------------------------------------------------------------------*/
.catch-copy{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	padding-left: 3vw;
	filter: drop-shadow(0px 0px 5px #000);
    animation-name: fadeIn1500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        opacity: 1;
    }
}

.catch-copy img{
	width: 24%;
	height: auto;
	margin-bottom: 1rem;
}

.catch-copy p{
	color: #fff;
  	font-family: "BIZ UDPMincho", serif;
  	font-weight: 400;
  	font-style: normal;
	letter-spacing: .25em;
}

/*スクロールダウン
---------------------------------------------------------------------------*/
/* スクロールダウンの位置 */
.scroll {
	z-index: 2;
  	position: absolute;
  	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
 	bottom: 12%;
 	writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  	animation: scroll 2s infinite;
 	background-color: #000;
  	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	  }
  50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	  }
  51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	  }
  100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	  }
}

.svg-wave{
	width: 100%;
	position: absolute;
	bottom: -1%
}

/*もっと見る
---------------------------------------------------------------------------*/

.more{
	margin: 3.5rem 0 0 auto;
	padding-left: 1em;
	width: 45%;
	border-bottom: solid 1px #353535;
}

.more i{
	margin-left: 1em;
}

/*理念
---------------------------------------------------------------------------*/
#philosophy{
	background: #ccc9c8;
}
.philosophy{
	display: flex;
	flex-wrap: wrap;
}

.philosophy_img{
	width: 100%;
	margin-bottom: 3em;
}

.philosophy_img img{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}

.image_1{
	width: 100%;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

/*.image_2{
	width: 45%;
	margin: -20% 0 0 auto;
}*/

.philosophy_txt{
	width: 100%;
	display: flex;
	align-items: center;
}

.philosophy_txt p{
  	font-family: "BIZ UDPMincho", serif;
	font-size: 1.6rem;
  	font-style: normal;
	line-height: 2.4em;
	letter-spacing: .05em;
}

/*仕事
---------------------------------------------------------------------------*/
.works{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.work_box{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #446e72;
	width: 100%;
	aspect-ratio: 8 / 5;
	padding: 5px;
	margin-bottom: 1.5em;
}

.work_box_inner{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
}

.work_img{
	padding-top: 15px;
	height: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work_img img{
	width: auto;
	height: 85%;
}

.work_box h5{
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #fff;
}

.work_txt{
	width: 95%;
	margin: 0 auto;
	color: #fff;
	text-align: justify;
}

.work_box_blank{
	display: none;
	width: 85%;
	aspect-ratio: 6 / 3.25;
}

/*スケジュール
---------------------------------------------------------------------------*/

.schedule{
	width: 100%;
}

.schedule table{
	width: 100%;
}

.schedule tr{
	border-bottom: #dcdcdc solid 1px;
}

.schedule th,td{
	padding: 1em 0;
}

.schedule td{
	text-align: right;
}

.schedule p{
	width: 100%;
	margin-top: .5em;
}

/*雇用条件
---------------------------------------------------------------------------*/
.treatment{
	width: 100%;
}
.treatment table{
	width: 100%;
}

.treatment th,td{
	vertical-align: middle;
}
.treatment tr{
	border-bottom: #dcdcdc solid 1px;
}

/*ご利用までの流れ
---------------------------------------------------------------------------*/
.use-box{
	display: flex;
	border-radius: 8px;
	background-color: #446e72;
	width: 100%;
	aspect-ratio: 5 / 1.5;
}

.use-img{
	display: flex;
	border-radius: 8px 0 0 8px;
	justify-content: center;
	align-items: center;
	width: 25%;
	background: #5c9499;
	padding: 3.5%
}

.use-img img{
	width: 100%;
	height: auto;
}

.use-txt{
	width: 75%;
	color: #fff;
	text-align: justify;
}

.use-title{
	background: #363427;
	padding: .5em;
	border-radius: 0 8px 0 0;
}

.use-cmt{
	padding: .5em;
}

.how_to_use i{
	width: 100%;
	margin: .25em 0;
	text-align: center;
}

/*問い合わせ
---------------------------------------------------------------------------*/
#inquiry{
	background-image: url("../img/bg/pexels-3183150.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#inquiry::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		/*rgba(241, 236, 235, 0.3)*/
		rgba(0, 0, 0, 0.3)
	 );
}

#inquiry h2{
	color: #fff;
	z-index: 1;
}

.inquiry_nn{
	z-index: 1;
	width: 100%;
	color: #fff;
	text-align: center;
}

.inquiry{
	display: flex;
	flex-wrap: wrap;
}

.phone,.mail{
	z-index: 1;
}

.phone{
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 1.25;
	margin-bottom: 2em;
	text-align: center;
	color: #fff;
}

.phone span{
	font-size: 3.2rem;
	color: #e7674c;
	font-weight: bold;
}
	
.mail{
	width: 100%;
	display: flex;
	justify-content: center;
}

.mail a{
	padding: 2em;
	background: #e7674c;
	color: #fff;
	border-radius: 100px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mail i{
	margin-right: .5em;
}

/*お知らせ
---------------------------------------------------------------------------*/
.news{
	display: flex;
	flex-wrap: wrap;
}
.news-box{
	width: 100%;
	aspect-ratio: 6 / 3.25;
	border: solid 1px #c0c0c0;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 1.5em;
	padding: 1%;
}

.news-img{
	width: 100%;
	aspect-ratio: 16 / 9;
}

.news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.news-txt{
	text-align: justify;
}

.news-date{
	font-weight: 600;
	color: #808080;
	font-size: 1.2rem;
}

.news-title{
	font-weight: 800;
	border-bottom: dashed 1px #707070;
	margin-bottom: .25em;
}

/*中型画面向けデザイン（タブレットなど）
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	/*　全体設定　*/
	.philosophy,.works,.schedule-treatment,.how_to_use,.inquiry,.news{
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.schedule-treatment{
		justify-content: space-between;
	}
	
	.full div {
		height: 100vh;  
	}
	
	.scroll{
		bottom: 18%;
	}
	
	h2{
		margin: 0 auto 3.2em;
	}
	
	/*　もっと見る　*/
	.more{
		width: 35%;
	}

	/*　キャッチコピー*/
	.catch-copy{
		padding-left: 16vw;
	}
	
	.catch-copy img{
		width: 16%;
		height: auto;
		margin-bottom: 1.6em;
	}
	.catch-copy p{
		font-size: 2.4rem;
	}
	
	/*　理念　*/
	.philosophy{
		justify-content: space-between;
	}
	.philosophy_img{
		width: 45%;
		margin: 0;
	}
	
	.image_1{
		width: 100%;
	}
	
	.philosophy_txt{
		width: 45%;
		right: 15%;
	}
	
	.philosophy_txt p{
		line-height: 3.2em;
		font-size: 1.75rem;
		letter-spacing: .25em;
	}
	
	/*仕事*/
	.works{
		justify-content: space-between;
		margin-bottom: 3rem;
	}
	
	.work_box,.work_box_blank{
		width: 33%;
		aspect-ratio: 7 / 5;
		margin: 0;
	}

	.work_box_blank{
		display: block;
	}
	
	/*　スケジュール　*/
	.schedule{
		width: 45%;
	}

	/*　雇用条件*/
	.treatment{
		width: 45%;
	}
	
	/*　ご利用までの流れ　*/
	.use-box{
		aspect-ratio: 6 / 1;
	}
	
	.use-img{
		width: 20%;
		padding: 4.5%;
	}
	
	.use-txt{
		width: 80%;
	}
	
	/*　問い合わせ　*/
	.phone{
		width: 50%;
		margin-bottom: 0;
	}
	
	.mail{
		width: 50%;
	}
	
	/*　お知らせ　*/
	.news{
		justify-content: space-between;
	}
	.news-box{
		width: 33%;
	}
	
	.news-date{
		font-size: 1.4rem;
	}
}

