@charset "UTF-8";
html {font-size: 62.5%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "tbchibirgothicplusk-pro", '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	background: #fff; /* Old browsers */
	padding: 15px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body {
		padding: 10px;
	}
}

#container {
	overflow-x: hidden;
	margin: 0 auto;
}
/*共通*/
ol, ul{
	list-style: none;
}
*{
margin:0;
padding:0;
}
a:hover,
a{
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
img{
	width: 100%;
}
span{
	display: block;
}
.box{
	width: 100%;
	margin-bottom: 15px;
}
.center{
	max-width:1050px;
	width: 100%;
	margin: 0 auto;
}
.bg_b{
	background-color: #0d47a1;
}
tr{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 2em 1em;
}
th{
	width: 40%;
}
td{
	width: 59%;
}

/*font*/
h1{
	font-size: 85px;
}
h2{
	font-size:40px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h3{
	font-size: 18px;
}
.title{
	font-size: 50px;
}
h1
,.big_catch
,.comment_title{
	font-family: 'Monda', sans-serif;
	font-weight: 700;
	font-size: 85px;
}

/*ボタン*/
.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
	margin: 0 auto;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: tranparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
	font-size: 16px;
}
.button:hover {
  color: #0d47a1;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
a .button{
	color: #fff;
}

/*header*/
header {
	width:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	background: rgba(255, 255, 255, .44);
}
header.active {
	position: fixed;
}
header #head {
	padding: 50px 0px 0;
    display: flex;
    justify-content: space-between;
}
.logo{
	width: 34%;
	min-width: 230px;
}
.logo img {
	width:100%;
	margin: 0 auto;
	display: block;
}
.nav
,.nav_wrap{
	display: none;
}
.nav_btn{
	vertical-align: top;
	display: inline-block;
	width:50px;
	height: 50px;
	cursor: pointer;
	float: right;
	position: relative;
	margin-top: 15px;
}
.nav_btn span {
position: absolute;
border: 1px solid #fff;
transition: all 0.5s ease-in;
display: block;
box-sizing: border-box;
left: 0;
width: 80%;
height: 1px;
background-color: #fff;
filter: drop-shadow(0.5px 0.5px 0.9px #1a1a1a);
}
.nav_btn span:nth-child(1) {
top:0px;
}
.nav_btn span:nth-child(2) {
top:14px;
}
.nav_btn span:nth-child(3) {
top:28px;
}
.nav_btn.active{
	display: block;
	z-index:100;
}
.nav_btn.active li{
	border-bottom:1px dotted #ccc;
}
.nav_btn.active li:first-child{
border-bottom:1px dotted #ccc;
}
.nav_btn.active li:last-child{
border-bottom:none;
}
.nav_btn.active span:nth-of-type(1) {
-webkit-transform: translateY(18px) rotate(-315deg) scale(.8);
transform: translateY(18px) rotate(-315deg) scale(.8);
}
.nav_btn.active span:nth-of-type(2) {
display: none;
}
.nav_btn.active span:nth-of-type(3) {
-webkit-transform: translateY(-18px) rotate(315deg) scale(.8);
transform: translateY(-10px) rotate(315deg) scale(.8);
}
.nav_wrap{
	display: none;
}
.nav_wrap.active{
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px;
	background: #fff;
}
.active .nav_sp{
	display: block;
	background-color: #000;
	margin: 0 auto;
	height: calc(100vh - 30px);
}
.nav_sp li{
	width:100%;
	max-width: 1050px;
	margin: 0 auto 4vh;
	text-align: center;
}
.nav_sp ul{
	text-align: center;
}
.nav_sp li:first-child{
	padding-top: 20vh;
}
.nav_sp li span{
	width:100%;
	text-align: center;
}
.nav_sp li span:first-child{
	font-size: 32px;
}
.nav_sp li a {
	color: #fff;
	padding-bottom: .5em;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.nav_sp li a:hover {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	header #head {
    padding-top: 30px;
	width: 90%;
	}
	.nav_btn{
		margin-top: 0;
		width:50px;
		height: 50px;
	}
	.nav_btn span{
		width: 60%;
		right: 0;
		margin: auto;
	}
	.nav_btn span:nth-child(1) {
	top:13px;
	}
	.nav_btn span:nth-child(2) {
	top:23px;
	}
	.nav_btn span:nth-child(3) {
	top:33px;
	}
	.nav_btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg) scale(.8);
	transform: translateY(8px) rotate(-315deg) scale(.8);
	}
	.nav_btn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(315deg) scale(.8);
	transform: translateY(-13px) rotate(315deg) scale(.8);
	}
	.nav_wrap.active{
		padding: 10px;
	}
	.nav_sp li span:first-child{
		font-size: 24px;
	}
}

/*footer*/
footer{
	padding: 3rem 0;
}
.footer_left{
	width: 90%;
	display: inline-block;
}
.footer_right{
	width: 34%;
	display: inline-block;
}
.footer_logo{
	width: 100%;
	margin-bottom: 2em;
}
.footer_logo img{
	filter: drop-shadow(1px 4px 2px #1a1a1a);
}
.company_name{
	font-size: 20px;
	margin-bottom: 0.7em;
}
.company_details p{
	margin-bottom: 1.5em;
}
footer .center{
	display: flex;
	align-items: end;
}
/*index*/
.top_main{
	background: url("../images/top_main.webp") center center /cover no-repeat;
	width: 100%;
	height: 80vh;
	position: relative;
}
.main_catch{
	position: absolute;
	height: 210px;
	max-width: 1000px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.big_catch{
	font-size: 70px;
	line-height: 1.2em;
	filter: drop-shadow(2px 2px 1px black);
	margin-bottom: .2em;
}
.small_catch{
	font-size: 24px;
	filter: drop-shadow(2px 2px 1px black);
}

/*box common*/
.font0{
	font-size: 0;
}
.half_image{
	width: 50%;
	height: 500px;
	display: inline-block;
	padding: 10% 60px;
	position: relative;
}
.comment{
	background-color: #0d47a1;
	width: 50%;
	height: 500px;
	display: inline-block;
	vertical-align: top;
	padding: 10% 60px;
	position: relative;
}
.comment_title{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: .5em;
}
.comment h3{
	margin-bottom: 3em;
	line-height: 1.5em;
	font-size: 16px;
}
.comment_frame{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
	height: fit-content;
	width: 80%;
}
/*concept*/
.concept .half_image{
	background: url("../images/top_concept.webp") center center /cover no-repeat;
}
.concept_title{
	position: absolute;
	height: 100px;
	width: 420px;
	bottom: -21px;
	right: 50px;
}
.top_business .comment_frame{
	position: absolute;
	left: auto;
	right: 60px;
}
.top_business .comment_frame{
	height: 270px;
}
.business_title{
	position: absolute;
	height:100px;
	width: 420px;
	bottom:-22px;
	left: 50px;
}
.top_business .half_image{
	background: url("../images/top_business.webp") center bottom /cover no-repeat;
}

@media screen and (max-width: 767px) {
	.main_catch{
		height: 13.4em;
		text-align: center;
	}
	.big_catch{
		font-size: 40px;
	}
	.small_catch{
		font-size: 16px;
	}
	.business_title,
	.concept_title{
		height: 0.5em;
		bottom: 12px;
		right: 10px;
		text-align: right;
	}
	.box h1 {
		font-size: 40px;
	}
	.half_image{
		width: 100%;
		background-size: contain;
		height: 200px;
	}
	.comment{
		padding: 0;
		width: 100%;
		height: 300px;
	}
	.comment_title{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.comment_frame{
		margin: auto;
		font-size: 10px;
		left: 0;
		right: 0;
		width: calc(100% - 30px);
		height: 260px;
	}
	.comment h3{
		font-size: 12px;
		margin-bottom: 3em;
	}
	.box .button{
		max-width:150px;
		font-size: 12px;
		line-height: 3.4;
		height: auto;
	}
	.top_business{
    display: flex;
    flex-wrap: wrap-reverse;
  	}
	.top_business .comment{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.top_business .comment_frame{
		position: absolute;
		left: 0;
		right: 0;
		width: calc(100% - 30px);
		height: 150px;
	}
	.top_business .half_image{
		position: absolute;
		top: 0;
	}
	.business_title{
		left: auto;
	}

	/*news*/
	.news .center{
		padding-left: 15px;
	}
	.news_left{
		width: 96%;
	}
	.news_right{
		width: 96%;
	}
	.news li
	,.news li span{
		width: 100%;
		display: inline-block;
	}
	.news li{
		margin-bottom: 1em;
	}
}


/*sub_page*/
.sub_main{
  height: 40vh;
  position: relative;
  margin-bottom: 15px;
}
.sub_main span:first-child{
  font-size: 40px;
  font-family: 'Monda', sans-serif;
  line-height: 1.2;
	font-weight: 700;
	filter: drop-shadow(1px 2px 2px #333);
}
.sub_main span:last-child{
  font-size: 20px;
	filter: drop-shadow(1px 1px 2px #333);
}
.sub_main .center{
  height: 3em;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  position: absolute;
  text-align: center;
  margin: auto;
}
#sub_page .box{
  background: #0d47a1;
  padding: 60px 15px;
}
#sub_page .box .title h1{
  font-size: 30px;
  text-align: center;
  padding: 1.5em;
}
.box table {
  margin: 30px auto;
  width: 100%;
}
.box th {
  width:30%;
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
  vertical-align: top;
}
.box td {
  vertical-align: top;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1em;
}

/*about*/
.about .sub_main{
  background: url('../images/top_concept.webp') center 20% /cover;
}
.box ul{
  font-size: x-large;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1.5em;
}
.box li{
  font-weight: bold;
  font-family: serif;margin-bottom: .3rem;
}
.box ul + h3{
	font-size: large;
	text-align: right;
	font-family: serif;
	margin-bottom: 1.5em;
}
.box td a{
  color: #fff;
}
.box td a:hover{
	opacity: .6;
}
.box td img{
	width: 14px;
	vertical-align: text-bottom;
}
.box .title h2{
	font-size: 30px;
    text-align: center;
    margin-bottom: 2rem;
	font-weight: bold;
}
.box .title p{
	font-size: 1.2rem;
	width: 80%;
	margin: 0 auto;
}
/*business*/
.business .sub_main{
  background: url('../images/top_business.webp') center 20% /cover;
}
.bg_image {
  background: url('../images/business_sub_main.webp') no-repeat left center ;
 background-size:50% auto,auto;

  min-height: 400px;
  width: 100%;
}
.bg_image_wrap {
  padding-top: 70px;
  padding-left: 54%;
}
.bg_image span{
  margin-bottom: 0.5em;
  font-size: 20px;
}
.bg_image h1{
  font-size: 34px;
  margin-bottom: 0.5em;
}
.bg_image p{
  font-size: 14px;
  line-height: 2;
}
.three_column_wrap {
  font-size: 0;
}
.three_column {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 3rem;
}
.three_column .content{
	width: 50%;
    text-align: center;
    margin-left: 10%;
}

.three_column:nth-child(3n) {
  margin-right:0;
}
.three_column img {
	height: auto;
    width: 40%;
    margin-bottom: 15px;
}
.three_column h1{
  font-size: 18px;
  margin-bottom: 2rem;
}
.three_column a h1{
	color:#fff;
}
.three_column p{
	width: 100%;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.three_column i{
	color: #fff;
	font-size: 30px;
}
.three_column .fa-instagram{
	margin: 0 .5em;
}

@media screen and (max-width: 767px) {
	.bg_image{
		min-height: 0;
		background-position: 40% center;
	}
	.box .bg_image span{
		font-size: 16px;
	}
	.bg_image h1{
		font-size: 24px;
	}
	.three_column img{
		height: auto;
	}
	.three_column .fa-instagram{
		margin: 0 .5em 0 0;
	}
  .about .box .title h2{
    font-size: 18px;
    width: 90%;
    margin: 0 auto 2rem;
  }
  .about .box .title p{
    font-size: 1rem;
  }
}

/*wanted*/
.wanted .sub_main{
	background: url('../images/wanted_main.jpg') center center /cover;
}
.wanted h2
,.wanted .half_box p{
	text-align: center;
}
.wanted h2{
	line-height: 1.5em;
	display: block;
}
.center .note{
	text-align: left;
	display: block;
	width: 440px;
	margin: 0 auto;
}
.wanted .half_box{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3em;
}
.wanted .half_box .fas{
	display: block;
}
.wanted .half_box span{
	font-size: 30px;
	margin-bottom: 0.5em;
	text-align: center;
}
.wanted .half_box .fas{
	font-size: 40px;
	text-align: center;
	margin-bottom: .5em;
}
.wanted .half_box a{
	color: #fff;
	display: block;
}
.wanted .half_box a:hover{
	opacity: 0.5 !important;
}
.wanted .contact_info span{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}
.wanted .contact_info p{
	width: 100%;
}
.wanted .box span a{
  color: #fff;
}

@media screen and (max-width: 767px) {
	.wanted h2{
		font-size: 20px;
	}
	.wanted .box .center p{
		font-size: 14px;
	}
	.wanted .half_box{
		width: 100%;
		display: block;
	}
	.wanted .half_box span{
		margin-bottom: 0;
	}
}


/*recruit*/
.recruit .sub_main{
  background: url('../images/recruit_main.webp') center 20% /cover;
}
.recruit th
,.recruit td{
	width: 100%;
	display: block;
}
.recruit th{
	background-color: #fff;
	color: #043080;
	padding: 1em 2em ;
}
.recruit td{
	background-color: #043080;
	border: 2px solid #fff;
	padding: 2em;
}
.recruit tr{
	display: block;
	border-bottom: none;
	padding: 0;
}
.recruit .box td a{
	color: #fff;
	font-weight: bold;
}
.recruit .box td a:hover{
	color: #ec008c;
}

@media screen and (max-width: 767px) {
	.recruit .box td{
		padding-top: 2em;
	}
}

/*contact*/
.contact .sub_main{
  background: url('../images/contact_main.webp') center 70% /cover;
}
.contact tr{
	border: none;
}
.box th span {
  display: inline-block;
  margin-left: 1em;
}
.center.white{
  background: #fff;
  color: #333;
  padding: 30px 15px;
  text-align: center;
  line-height: 1.5;
}
.center.white p{
  font-size: 16px;
}
.center.white p span:first-child{
  font-size: 30px;
  margin-right: 1em;
  display: inline-block;
}
.center.white p span:last-child{
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}
select{
	color: #333;
	width: 100%;
	height: 40px;
	outline: none;
	background: #fff;
}
input,textarea {
  border: none;
  width:100%;
  padding: 0.5em 0.25em;
  color:#333;
	outline: none;
}
.btn_b {
  text-align: center;
}
button {
  background: transparent;
}


@media screen and (max-width: 767px) {
  .box th,
  .box td {
    display: block;
    width: auto;
    padding-left: 1em;
  }
  .box th {
    padding-bottom: 0.7em;
  }
  .box td {
    padding-top: 0;
  }
	.bg_image_wrap {
		padding: 15px;
	}
	.three_column {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.three_column_wrap .three_column:nth-child(odd){
		margin: 0;
	}
	.three_column_wrap .three_column:nth-child(even){
		margin: 0;
	}
	.three_column_wrap .three_column:nth-child(7) h1{
		line-height: 2em;
	}
	.center.white{
		max-width: 90%;
	}
	.center.white p{
		font-size: 12px;
	}
	.center.white p span{
		display: block !important;
		font-size: 1.2rem !important;
		margin: 0 !important;
	}
	.three_column p{
	  text-align: left;
	}
	#sub_page .box .title h1{
		padding: 0;
		font-size: 24px;
	}
}

html,
body {
	max-width: 100%;
}

img,
iframe,
input,
select,
textarea {
	max-width: 100%;
}

/* sitewide responsive: tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	body {
		padding: 12px;
	}

	body *,
	body *::before,
	body *::after {
		box-sizing: border-box;
	}

	.center {
		padding-right: 24px;
		padding-left: 24px;
	}

	header #head {
		padding-top: 32px;
	}

	.logo {
		width: 240px;
		min-width: 0;
	}

	.nav_wrap.active {
		overflow-y: auto;
	}

	.top_main {
		height: 70vh;
		min-height: 520px;
	}

	.main_catch {
		width: calc(100% - 48px);
		height: fit-content;
	}

	.big_catch {
		font-size: clamp(42px, 6vw, 60px);
	}

	.small_catch {
		font-size: 20px;
	}

	.half_image,
	.comment {
		padding-right: 32px;
		padding-left: 32px;
	}

	.concept_title,
	.business_title {
		width: 100%;
		max-width: 420px;
	}

	.sub_main {
		height: 320px;
	}

	.business .bg_image {
		min-height: 0;
		padding-top: 52vw;
		background-position: center top;
		background-size: 100% auto;
	}

	.business .bg_image_wrap {
		padding: 30px 24px 0;
	}

	.business .three_column {
		flex-direction: column;
	}

	.business .three_column img,
	.business .three_column .content {
		width: 100%;
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
	}

	.business .three_column .content {
		margin-top: 20px;
		text-align: center;
	}

	.center .note {
		width: 100%;
		max-width: 440px;
	}

	.box th,
	.box td {
		overflow-wrap: anywhere;
	}
}

/* sitewide responsive: mobile */
@media screen and (max-width: 767px) {
	body,
	body *,
	body *::before,
	body *::after {
		box-sizing: border-box;
	}

	.center {
		padding-right: 15px;
		padding-left: 15px;
	}

	header #head {
		align-items: flex-start;
	}

	.logo {
		width: min(48vw, 160px);
	}

	.nav_wrap.active {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav_sp li {
		margin-bottom: 2.4vh;
	}

	.nav_sp li:first-child {
		padding-top: 12vh;
	}

	.nav_sp li a {
		min-height: 44px;
	}

	.top_main {
		height: 70vh;
		min-height: 420px;
		background-position-x: 80%;
	}

	.main_catch {
		width: calc(100% - 30px);
		height: fit-content;
		padding: 15px;
	}

	.big_catch {
		font-size: clamp(32px, 11vw, 40px);
	}

	.small_catch {
		font-size: 14px;
	}

	.concept,
	.top_business {
		height: auto;
	}

	.half_image,
	.comment,
	.top_business .half_image,
	.top_business .comment {
		position: relative;
		inset: auto;
		width: 100%;
	}

	.half_image {
		height: 220px;
		padding: 20px;
	}

	.comment {
		height: auto;
		min-height: 320px;
		padding: 30px 15px;
	}

	.comment_frame,
	.top_business .comment_frame {
		position: static;
		width: 100%;
		height: auto;
	}

	.concept_title,
	.business_title {
		right: auto;
		left: auto;
		width: 100%;
		max-width: 420px;
	}

	.sub_main {
		height: 260px;
	}

	#sub_page .box {
		padding: 40px 15px;
	}

	#sub_page .box .center {
		padding-right: 0;
		padding-left: 0;
	}

	.business .bg_image {
		padding-top: 62vw;
		background-position: center top;
		background-size: 100% auto;
	}

	.business .three_column {
		display: flex;
    flex-wrap: wrap-reverse;
		width: 100%;
	}
  .business .three_column img{
    margin-bottom: 3rem;
  }

	.business .three_column img,
	.business .three_column .content {
		width: 100%;
		max-width: 520px;
		margin-right: auto;
		margin-left: auto;
	}

	.box table {
		table-layout: fixed;
	}

	.box th,
	.box td {
		display: block;
		width: 100%;
		overflow-wrap: anywhere;
	}

	.about .access iframe {
		width: 100%;
		height: 300px;
	}

	.contact input,
	.contact select,
	.contact textarea {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}

	.contact input,
	.contact select {
		min-height: 44px;
	}

	.button {
		width: 100%;
		max-width: 250px;
	}
}

/* sitewide responsive: small mobile */
@media screen and (max-width: 374px) {
	#sub_page .box {
		padding: 30px 10px;
	}

	#sub_page .box .title h1 {
		font-size: 22px;
	}

	.comment {
		padding-right: 12px;
		padding-left: 12px;
	}

	.company_name {
		font-size: 17px;
	}
}
