@charset "utf-8";
*{
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
	list-style: none;
	font-weight:normal;
}

body {
	font-size: 16px;
	scroll-behavior: smooth;
	color: #000000;
	font-family:"メイリオ", Meiryo, sans-serif;	
}

.head_full01 {
	width: 100%;
}

.head_inner01 {
	display: flex;
	justify-content: center;
    text-align: center;
}

h1 {
	padding-top: 15px;
	padding-left: 10px;
}


/* スライダー指定　ここから */
.slider {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.position_bottom {
	position: relative;
}

.slider_img {
	width: 100%;
	height: 100%;
}

.slider_img img {
	width: 100%;
	height:100vh;
	object-fit: cover;
	object-position: center;
}

/* スライダー指定　ここまで */


/* ハンバーグメニューの指定 ここから */
#hamburger {
	display: none;
	position: absolute;
	width: 32px;
	height: 28px;
	right: 20px;
}

#hamburger span {
	display: block;
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #000;
}

#hamburger span:first-child {
	top:0;
}
#hamburger span:nth-child(2) {
	top:12px;
}
#hamburger span:last-child {
	top:24px;
}

/* ハンバーグメニューの指定 ここまで */


/* メニューの指定 ここから */

.menu01{
	position: fixed;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	margin-top: 30px;
	z-index:2;
}

.menu01 ul{
	display: -webkit-flex;
	display: flex;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	align-items: center;
}

.menu01 ul li{
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 3px;
	background-color: #ffffff;
	position: relative;
	z-index: 9999;
}

.menu01 ul li a{
	font-size: clamp(12px,1.5vw,22px);
	align-items: center;
	display: flex;
}

.menu01 ul li a:hover{
	color: #ffa500;
}

/* メニューの指定 ここまで */


/* 社長挨拶 ここから */

.photo {  
	max-width: 300px;
	height: 300px;
}

.greet {
	display: flex;
	}

.greet_text {
	padding: 10px;
	padding-left: 20px;
	line-height:200%;
	text-align: left;
}

.greet_text_right{
	text-align: right;
	display: block;
	}

/* 社長挨拶 ここまで */


.contents01 {
	padding: 2rem 0;
	text-align: center;
	color: #ffffff;
	background-color: #4682b4;
}

.contents01 h2 {
	font-size: clamp(20px,1.8vw,40px);
	color: #ffffff;/*文字色*/
}

.cont_inner01 {
	display: flex;
	width: 70%;
	justify-content: center;
	margin: 0 auto;
	position: relative; 
}

.contents05 h3 {
	font-size: clamp(18px,1.8vw,40px);
	border-bottom: solid 2px #E8342F;
	width:20%;
	margin:0 auto;
	padding: 0.1em 0.3em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
}

.contents01 ul {
	display: -webkit-flex;
	display: flex;
}

.contents01 ul li{
	font-size: clamp(16px,1.5vw,24px);
	margin-bottom: 5px;
}

.contents01 ul li a{
	position: absolute;
	right: 0;
	font-size: clamp(16px,1.5vw,24px);
	color: #ffffff;
	text-decoration: underline;
}

.contents01 ul li a:hover{
	color: #ffa500;
}

.news_box {
	width: 70%;
	background-color: #ffffff;
	margin: 0 auto;
}

.topic {
	text-align:left;
	overflow: auto;
	height: 200px;
}

.topic div {
	display:flex;
	justify-content:flex-start;
	border-bottom:1px dotted #666;
	padding:1em;
	color: #000000;
}

.topic div dt {
	min-width:9em;
}

.topic div dd {
	margin:0;
}

.topic div dd a:hover{
	color: #ffa500;
}

.new_img{
	width: 50px;
	position: relative; top: 3px; left: 10px;
}

/*.full02 {
	position: relative;
	width: 100%;
	min-height: 50vh;
	background-color: #325654;
	left / cover;
}

.contents02 {
	padding: 2rem 0;
	text-align: center;
	background-color: #5d7779;
	color: #000000;
}

.contents02 h2 {
	font-size: 5vw;
}

.contents03 {
	padding: 2rem 0;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
}

.contents03 h2 {
	font-size: 5vw;
}*/

#cont02 {
	margin-top:-200px;
	padding-top:200px;
	color: #000000;
}
	
#cont03 {
	margin-top:-200px;
	padding-top:200px;
	color: #000000;
}

#cont04 {
	margin-top:-200px;
	padding-top:200px;
	color: #000000;
}

#cont05 {
	margin-top:-100px;
	padding-top:100px;
	color: #000000;
}



.full03 {
	width: 100%;
	min-height: 30vh;
	background: url("../img/contents04.jpg")
	left / cover;
}

.contents04 {
	padding: 2rem 0;
	text-align: center;
	color: #000000;
	display: flex;
}

/* リンク ここから */

.cont_inner04 {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
	flex-wrap:wrap;
	margin-top:15px;
}

.cont_inner04 img{
	padding-left: 10px;
	padding-bottom: 20px;
}

.cont_inner04 a img:hover{
    opacity: 0.6;		
}

/* リンク ここまで */

.full04 {
	width: 100%;
	/*background: url("../img/contents05.jpg")
	left / cover;*/
}

.contents05 {
	padding: 2rem 0;
	text-align: center;
	color: #000000;
}


.cont_inner05 {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-around;
	margin-top: 15px;
}

.contents06 {
	padding: 2rem 0;
	color: #000000;
	display: flex;
}

.cont_inner06 {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-top:15px;
}


/*h3 {
	color: #ffffff;
  border-bottom: dashed 2px #ffffff;
  width: 10%;
  margin: 0 auto;
  margin-bottom: 20px;
  	font-size: clamp(24px,2vw,48px);

  	}*/
	


/* 会社の概要 ここから */

.company_tb{
	border-collapse: collapse;
	border-spacing: 0;
}

.company_tb th{
	padding: 10px 0;
	text-align: left;
	padding: 10px;
}

.company_tb td{
	padding: 10px 0;
	text-align: left;
	padding: 10px;
}

.company_tb tr:nth-child(odd){
	background-color: #eeeeee;
}


/* 会社の概要 ここまで */


/* 募集要項ページ ここから */

.recruit_tb01{
	border-collapse: collapse;
	border-spacing: 0;
}

.recruit_tb01 th{
	padding: 10px;
	text-align: center;
}

.recruit_tb01 th.recruit_tb_bk{
	padding: 10px;
	text-align: left;
	background-color:#FFEAB2;
  
}

.recruit_tb01 td{
	padding: 10px;
	text-align: left;
}

.recruit_tb01 tr:nth-child(even){
	background-color: #f4f4f4;
}

.recruit_tb01 tr:nth-child(odd){
	background-color: #eeeeee;
}

.recruit_tb02{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 40px;
}

.recruit_tb02 th{
	padding: 10px;
	text-align: left;
}

.recruit_tb02 th.recruit_tb_bk{
	padding: 10px;
	text-align: left;
	background-color:#FFA500;
	font-size: clamp(16px,1.5vw,24px);
}

.recruit_tb02 td{
	padding: 10px;
	text-align: left;
}

.recruit_tb02 tr:nth-child(even){
	background-color: #f4f4f4;
}

.recruit_tb02 tr:nth-child(odd){
	background-color: #eeeeee;
}


/* 募集要項ページ ここまで */


/* フッタ ここから */

.footer_inner01 {
	display: flex;
	width: 70%;
	justify-content: center;
	margin: 0 auto;
	position: relative; 
}

.footer_inner01 img{
	margin-right: 50px;
}

.footer ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	/* z-index: -1; */
	flex-wrap: wrap;
}

.footer ul li{
	font-size: clamp(16px,1.8vw,26px);
}

.footer ul li a:hover{
	color: #ffa500;
}

.footer_inner02 {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
}

.footer_inner02 ul {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.footer_inner02 ul li{
	font-size: clamp(16px,1.6vw,24px);
}

.footer_inner02 ul li a{
}

.footer_inner02 ul li a:hover{
	color: #ffa500;
}

.footer_inner02 {
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
}

.footer_full {
	width: 100%;
	background: url("../img/contents04.jpg")
	left / cover;
}

.footer_inner03 {
	width: 70%;
	margin: 0 auto;
	justify-content: center;
}

.footer_inner03 p {
	text-align: center;
	font-size: clamp(16px,1.8vw,26px);
}

/* フッタ ここまで */

/* ページトップボタン ここから */

.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(20%) rotate(-45deg);
}

/* ページトップボタン ここまで */

/*-------スマートフォン対応800PX以下（始まり）--------------------------*/	

@media (max-width: 800px) {
	.head_inner01 {
		margin-top: 16vh;
	}
	/* スライダー指定　ここから */
	.slider_img img {
		width: 100%;
		height:100%;
	}
	/* スライダー指定　ここまで */
	.menu01 {
		width:100%;
		height: 16vh;
		top:0;
		left:0;
		margin: 0;
	}
	#nav_menu {
		display: none;
	}
	.menu01 ul, .menu01 ul li {
		margin: 0;
		padding: 0;
	}
	.menu01 ul, .menu01 ul li a{
		display: inline-block;
		text-align: center;
		line-height: calc(60vh / 6);
		font-size: 1rem;
	}

	nav ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		width: 50%;
		height: 60vh;
		top:16vh;
		right: 0;
	}
	nav ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: calc(60vh / 6);
		border: 1px solid #aaa;
		margin: 0 auto;
	}
	nav ul li:hover {
		background-color: yellow;
	}
	nav ul li a {
		width: 100%;
		height: 100%;
	}
	#hamburger {
		display: block;
	}
	#hamburger span ,
	#hamburger.active span {
		transition: .3s all ease-in-out;
	}
	#hamburger.active span:first-child {
		top: 12px;
		transform: rotate(-45deg);
	}
	#hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	#hamburger.active span:last-child {
		top: 12px;
		transform: rotate(45deg);
		/* background-color: blue; */
	}
	.topic div {
		flex-direction: column;
		gap: 0.5rem;
	}
	.topic div dt {
		font-weight: bold;
	}
	.greet {
		display:flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.footer_inner01 {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.footer_inner01 h1{
		width: 50%;
	}
	.footer_inner01 img{
		width: 100%;
	}
		
}
/*-------スマートフォン対応800PX以下（終わり）--------------------------*/

/*-------スマートフォン対応680PX以下（始まり）--------------------------*/

@media (max-width: 680px) {
	.heading01{
	font-size: clamp(16px,1.8vw,24px);
	width: 70%;
	}
	
	.heading02{
	font-size: clamp(16px,1.8vw,24px);
	width: 70%;
	margin-top: 30px;
	}	
	
	.entry_img{
	width:80%;
	}
}
/*-------スマートフォン対応680PX以下（終わり）--------------------------*/

/*-------スマートフォン対応480PX以下（始まり）--------------------------*/	

@media (max-width: 480px) {
	
	.contents01{
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}

	.news_box {
		width: 100%;
		background-color: #ffffff;
		/* margin: 0 3%; */
	}

	.topic div {
		padding:6px
	}

	.topic div dt {
		min-width:9em;
	}

	.topic div dd {
		margin:0;
	}


	.cont_inner04 {
		width: 94%;
		padding: 0 3%;
		justify-content: center;
		flex-wrap:wrap;
		margin-top:15px;
	}

	.greet_text {
		padding: 0;
		margin-top: 15px;
	}

	.cont_inner05 {
		display: flex;
		width: 94%;
		padding: 0 3%;	
		justify-content: space-around;
		margin-top: 15px;
	}

	.cont_inner04 img{
		padding-bottom: 20px;	

	}

/*-募集要項（始まり）-*/

	h4 {

	}	

	.cont_inner06 {
		display: flex;
		width: 94%;
		padding: 0 3%;
		margin: 0 auto;
		justify-content: flex-start;
		flex-wrap:wrap;
		margin-top:15px;
	}

	.recruit_tb02 th{
		width:32%;
	}

	.recruit_tb02 th.recruit_tb_bk{

	}

	.recruit_tb02 td{
		width:68%;	
	}

/*-募集要項（終わり）-*/
}

/*-------スマートフォン対応480PX以下（終わり）--------------------------*/	


/*-アコーディオン（始まり）-*/

.ac_img{
	float: right;
	width: 10%;
	min-width: 90px;
	margin: 0 0 10px 0;
}

.accordion {
	float: ;
	width: 100%;
	padding: 0 0;
	margin-bottom: 30px;
}
	/* Acordeon styles */
.tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;/*  タブ文字色 */
	font-size: 1.6em;
}
 
input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

label {
	position: relative;
	display: block;
	padding: 0 0 0 0;
	background: #4682b4;/* アコーディオン タブ背景色 */
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
	}
	
	.blue label {
	background: ;
	}
	
	.tab-content {
	max-height: 0;
	overflow: hidden;
	background: #F7F7F7;/* タブ内背景色 */
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	}
	
	.blue .tab-content {
	background: ;
	}

.tab-content .shop {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;/* タブ内文字色 */
	overflow: hidden;
	width: 90%;
	border: 1px solid #595959;
	border-collapse: collapse;
}
/*
.acc_text01{
	font-size: clamp(16px,1.8vw,20px);
	text-align: right;
	margin-right: 70px;
}
*/
.tab-content .shop th {
	border: 1px solid #595959;
	border-collapse: collapse;
	background-color:#FFF6E5;
	width: 20%;
	font-size: clamp(16px,1.8vw,20px);
	text-align: left;
	padding: 10px;
}

.tab-content .shop td {
	border: 1px solid #595959;
	border-collapse: collapse;
	background-color:#ffffff;
	font-size: clamp(16px,1.8vw,20px);
	text-align: left;
	padding: 10px;
}

.tab-content .shop td a:hover{
	color: #ffa500;
	}


/* :checked */
input:checked ~ .tab-content {
	max-height: 1000em;/* 内容の高さ調整 */
	}
	/* Icon */
	label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	}
	input[type=checkbox] + label::after {
	content: "+";
	}
	input[type=radio] + label::after {
	content: "\25BC";
	}
	input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
	}
	input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

.acc_text01 {
	color: #000000;
	}
/*-アコーディオン（終わり）-*/

/* プライバシーポリシー　ここから */

.privacy_text01 {
	line-height: 180%;
	margin-top: 20px;

	}

.privacy_text02 {
	display: inline-block;
	text-align: left;
	line-height: 180%;
	margin-top: 20px;
	}

.privacy_text02 li {
	list-style: "・";
	margin-left: 1em;
}

.privacy_text {
	color: red;
	}
	
/* プライバシーポリシー　ここまで */	
	

.recruit_text01 {
	display: inline-block;
	text-align: left;
	background-color: #f4f4f4;	
	}

.recruit_text_entry {
	color: #ffffff;
	font-weight: bold;	
	background-color: #0000cd;	
	padding: 3px 10px;
	}

.recruit_text_entry:hover {
    opacity: 0.6;
	}
	


h4 {
	font-size: clamp(20px,1.8vw,28px);
	border-bottom: solid 2px #E8342F;
	width:38%;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
	}

.test:hover{
	    opacity: 0.6;
	}
	
/*------------recruit_contact.html用---------------*/

.iframe-bd95da9cf2ee801e4265316540674ae8 {
	background-color:#ffffff;
	margin:0 auto;
	padding: 30px;
	overflow: none;
	}
/*------------contact.html用---------------*/

.iframe-5fb3d0a6ffa4e0b09a9f07822823b827 {
	background-color:#ffffff;
	margin:0 auto;
	padding: 30px;
	overflow: none;
	}
