@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}


@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

html,body{
    padding:0;
    margin:0;
    font-size: 62.5%;
}

a {
	text-decoration: none;
}

.font_poppins {
	font-family: 'Poppins', sans-serif;
}

div {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.font_poppins {
	font-family: 'Poppins', sans-serif;
}

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	width:100%;
	padding: 0;
	margin: 0;
		font-family: 'Noto Sans JP', sans-serif;
}

header {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.top_box {
	background-color: rgba(255,255,255,0.7);
	display: block;
	padding-left:8px;
	z-index: 88;
	position:relative;
	top:0;
	left: 0;
	height: 62px;
}

.h1_box {
	display: table;
	height: 62px;
}

h1 {
	display: table-cell;
 vertical-align: middle;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

h1 a{
	color: #333333;
}

h1 a:visited{
	color: #333333;
}


.main_logo {
	vertical-align: middle;
	max-width: 50px;
	margin-left: 2vw;
	margin-top: 15px;
}

nav {
margin: 0;
padding: 0;
position: absolute;
right: 0;
top:0;
display: table;
font-family: 'Noto Sans JP', serif;
}

#nav_drawer {
  position:relative;
}

#nav_drawer:after {
	display: block;

}

.nav_unshown {
  display:none;
}

.nav_bar {
	position: relative;
	height: 62px;
}

#nav_open {
  display: inline-block;
  width: 62px;
  height: 62px;
}



#nav_open span, #nav_open span:before, #nav_open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #161b61;
  display: block;
  content: '';
  cursor: pointer;
	top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#nav_open span:before {
  bottom: 7px;
	  width: 25px;
		right: 0;

}
#nav_open span:after {
  bottom: -15px;
	width: 25px;
}

#nav_close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav_content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 70%;
  max-width: 330px;
  height: 100vh;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}


#nav_input:checked ~ #nav_close {
  display: block;
  opacity: .5;
}

#nav_input:checked ~ #nav_content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	background-color: #161b61;
}

.nav_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}

.nav_ul li{
	padding:0;
	margin: 0;
	border-bottom: rgba(255,255,255,0.3) solid 1px;
}

.nav_ul li a{
	padding: 15px;
	padding-left: 30px;
	margin: 0;
	font-size: 15px;
		color: #fff;
		display: block;
		position: relative;
		letter-spacing: 1px;
}

.nav_ul li a:after{
	font-family: "Font Awesome 5 Free";
   content: '\f105';
   font-weight: 900;
	 color: #fff;
	 position: absolute;
	 top:18px;
	 right: 10px;
}

.nav_ul li a:visited {
	color: #fff;
}

/*pankuzu*/

.pankuzu_div {
	display: block;
	width: auto;
	padding: 10px;
	margin-top: 20px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 5px;
  color: #20348B;
	font-weight: 900;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #20348B;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
/*pankuzu*/

.header_img_div {
	margin-top: 20px;
	position: relative;
	text-align: right;
}

.header_img_div:after {
	position: absolute;
	top:10vh;
	left:0;
	content:"";
	width: 80%;
	height: 90%;
	background-color:#161b61;
	z-index: -1;
}

.header_img_figure {
	width: 90%;
	height: 400px;
		background-image: url(../img/header_img_no_font.png);
		background-size: cover;
	display: inline-block;
	position: relative;
}

.header_img_figure:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;

}

.header_img {
width: 100%;
height: auto;
}

h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	margin-left: 15%;
	width: auto;
}

.content {
	display: block;
	width: 100%;
	margin-top: 10vh;
}

/*company*/

.company_h2:after {
	content: "会社概要";
	font-size: 14px;
	display: block;
}

.company_img_figure {
	padding: 0;
	width: auto;
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.company_img {
	width: 40%;
	height: auto;
}

.company_p {
	padding: 10vw;
	letter-spacing: 1.5px;
	line-height: 32px;
	font-size: 14px;
}

.message_h3_div {
	background-image: url(../img/business_img.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
		z-index: -2;
}

.message_h3_div:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

h3 {
	padding: 15vh 5vw;
	text-align: center;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
}

.message_p_div {
		padding: 20px 10vw;
}

.message_p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}

.message_name_1 {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 40px;
	text-align: right;
}

.message_name {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: right;
}

.massege_span {
	font-size: 12px;
}

.outline_h3_div {
	background-image: url(../img/messeage_back.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
		z-index: -2;
}

.outline_h3_div:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.out_h3:after {
	display: block;
	content: "会社概要";
	font-size: 14px;
	display: block;
}

.outline_dl {
	padding: 20px 10vw;
}

.outline_dl dt{
	padding: 10px ;
	padding-left: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #dcdcdc;
}

.outline_dl dd{
	padding: 10px;
	padding-left: 0;
	margin: 0;
	font-size: 13px;
}

.outline_dl dd ul{
	padding:0;
	margin: 0;
	list-style: none;
}

.outline_dl dd ulli{
	padding:10px;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

/*company*/

/*business*/

.business_h2:after {
	content: "事業内容";
	font-size: 14px;
	display: block;
}


.business_h3 {
	color: #000;
	font-size: 14px;
}

.business_h3_p {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 20px;
	text-align: center;
}

.business_h3_span {
	font-size: 18px;
	display: block;
	line-height: 40px;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

.busines_div_2 {
	background-image: url(../img/business_1.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
		z-index: -2;
		margin: 20px;
		height:200px;
		display: flex;
		justify-content: center;
		align-items: center;
}

.busines_div_2:after {
	content: "";
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.business_title_p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
}

.back_img_2 {
	background-image: url(../img/business_2.png);
}

.back_img_3 {
	background-image: url(../img/business_3.png);
}

.business_title_p_2 {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 900;
	padding: 20px;
}

.text_p {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 30px;
	padding: 20px;
	padding-top: 0;
	margin: 0;
}

.works_h3:after {
content: "施工実績";
display: block;
font-size: 13px;
}

.wroks_flex_box {
	display: flex;
	align-items: center;
		background-color: rgba(0,0,0,0.6);
		margin: 5px 0;
}

.wroks_flex_img_box {
	flex-basis: 50%;
	height: 100%;
}

.wroks_flex_text_box {
	flex-basis: 50%;
	text-align: center;
	height: 100%;
}

.wroks_flex_text_box_p {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 3px;
}

.works_ul {
	padding: 20px;
	margin: 0;
}

.works_ul li{
	display: inline-block;
	margin: 5px;
}

/*business*/

/*recruit*/

.recruit_after:after {
  background: linear-gradient(to right, #080819, #2e3192);
}

.recruit_h2 {
bottom: 75px;;

}

.recruit_h2:after {
	content:"求人情報";
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;

}

.header_img_div_p:after {
	content:"面白いを仕事にする。";
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
}

.header_img_div_p {
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 900;
	color: #fff;
	margin-left: 5%;
}

.recruit_p {
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 36px;
	font-weight: 600;
	padding: 0 5vw;
	text-align: center;
}

.p_2_left {
	padding: 20px;
	text-align: center;
	font-size: 14px;
}

.recruit_p_2 {
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 30px;
		padding: 0 5vw;
}

.recruit_img_figure {
	margin: 10vh 0;
	text-align: center;
}

.recruit_img {
		width: 40%;
}

.recruit_div_2 {
	background-image: url(../img/recruit_back.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;

}

.recruit_div_2_p {
	margin: 0;
	padding: 5vh 10%;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.recruit_big {
	font-size: 30px;
}

.recruit_div_2_ul {
	padding: 0;
	padding-left: 10%;
	padding-bottom: 5vh;
	margin: 0;
	list-style: none;
}

.recruit_div_2_ul li{
	padding: 10px;
	margin: 0;
	background-image: url(../img/recruit_back_check.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 162.57px 34.19px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 36px;
}

.recruit_div_2_ul_big {
	font-size: 18px;
}

.recruit_p_3 {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 36px;
	font-weight: 600;
	padding: 0 5vw;
}

.recruit_p_3_big {
	font-size: 20px;
}

.recruit_div_3 {
	margin: 0;
	padding: 5vh 0 5vh 0;
	background-image: url(../img/business_img_2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;

}

.recruit_div_3_ul {
	padding: 0;
	padding-bottom: 5vh;
	margin: 0;
	list-style: none;
	padding-left: 45%;
	background-image: url(../img/recruit_back_2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.recruit_div_3_ul li {
	font-size: 14px;
	padding: 10px;
	padding-top: 20px;
	margin: 10px;
	text-align: left;
}

.pc_flex_recruiut_div {
	margin-top: 50px;
}

.recruit_h3_works {
	color: #2e3192;
	padding: 5vh 0;
	text-align: center;
}

.recruit_h3_works:after{
	content:"募集職種";
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
	text-align: center;
}

.pc_br {
	display: block;
}

.fa-check-square {
	color: #2e3192;
	padding-right: 5px;
}

.recruit_div_4 {
	margin-top: 5vh;
	background-color: #f5f5f5;
}

.recruit_div_4_position {
	position: relative;
}

.recruit_div_4_h3 {
	position: absolute;
	bottom: 10px;
	left: 5%;
	letter-spacing: 10px;
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	padding: 0;
	margin: 0;
}


.recruit_div_4_h3:after {
	content:"軽量下地工事";
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
	background-image: url(../img/recruit_back_check.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.recruit_div_4_h3_p_hukidasi {
  position: relative;
  background: #2e3192;
  width: auto;
  padding: 20px;
	margin: 5%;
  margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
}

.recruit_div_4_h3_p_hukidasi:before {
  position: absolute;
  content: '';
  border-top: 10px solid #2e3192;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 100%;
  left: 15%;

}

.Free_icon:before{
font-family: "Font Awesome 5 Free";
content: "\f0eb";
color: #fff;
font-weight: 900;
font-size: 20px;
padding-right: 5px;
}

.recruit_div_4_p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1.5px;
	padding: 0 10%;
	margin: 0;
}

table{
  width: 100%;
	margin-top: 5vh;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #2e3192;
  color: white;
  text-align: center;
  padding: 20px 0;
	letter-spacing: 2px;
		font-size: 12px;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #2e3192;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

}

table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 20px 30px;
	font-size: 14px;
	line-height: 28px;
}

.table_ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.recruit_div_5 {
	margin-top: 10vh;
}

.pb:after {
	content:"ボード工事";

}

.pc_span_big_1 {
	font-size: 28px;
	color: #f43e69;
	padding-right: 5px;
}

.pc_span_big {
	font-size: 16px;
	color: #f43e69;
	padding-right: 2.5px;
	font-weight: 600;
}

/*recruit*/

/*from*/



.tel_contact_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: auto;
	padding: 30px;
		margin: 0;
		margin-top: 5vh;
	margin-bottom: 30px;
	text-align: center;
		background-color: #f6f7f7;
}

.entry_h {
	color: #20348B;
}

.entry_h:after {
	content: "応募方法";
	display: block;
		border-top: 1px solid #20348B;
		font-size: 14px;
		letter-spacing: 2px;
		padding-top: 5px;
		margin-top: 5px;

}

.tel_contact_box_p {
	padding: 0;
	margin: 0;
	font-size: 14px;
		letter-spacing: 2px;
		text-align: left;
}

.tel_contact_box_p::after{
	font-family: "Font Awesome 5 Free";
	content: '\f3cd';
	font-weight: 900;
	display: block;
	margin: 10px;
	margin-top: 30px;
	font-size: 60px;
	text-align: center;
}

.tel_contact_box_p2 {
	padding: 0px 0 20px 0;
	margin: 0;
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.tel_contact_box_p2 a{
color: #20348B;
}

.tel_contact_box_p2 a:valid{
color: #20348B;
}

.eigyoushpo {
	font-size: 14px;
	font-weight: normal;
}

.from_div {
	width: auto;
	padding: 20px;
	background-color: #f6f7f7;
}

.from_p {
	text-align: center;
	font-size: 20px;
		font-family: 'Poppins', sans-serif;
}

.from_p:before{
	font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
	display: block;
	margin: 30px;
	margin-top: 10px;
	font-size: 60px;
}


.from_div_2 {
	width: auto;
	padding: 10vh 15px ;
	margin-top: 10vh;
	background-color: #f5f5f5;
}


.contact_ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: center;
}


.contact_ul li{
	font-size: 12px;
	letter-spacing: .5px;
	margin-left: 2.5px;
}

.contact_ul li:after{
	content: "/";
	color: #000;
	margin-left: 5px;
	margin-right:5px;
}

.contact_ul li:last-child:after{
	content: none;
}

.contact_p_2 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10vh;
}


label {
	font-size: 13px;
	padding: 0 0 .8em;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Verdana,sans-serif;
}

input {
	border: none;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	display: block;

}

textarea {
	width: 100%;
	padding: 20px;
	border: none;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	resize: none;
	line-height: 30px;

}

input::placeholder {
  color: #d3d3d3;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Verdana,sans-serif;
}

textarea::placeholder {
  color: #d3d3d3;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Verdana,sans-serif;
}

.radio_input {
	width: auto;
	padding: 0;
	margin: 0;
	margin-right: 5px;

	display: inline-block;
}

.radio_br {
	display: block;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Verdana,sans-serif;
}

.label_box {
	margin-bottom: 3.0em;
}

.kome_2 {
	color: red;
	margin-right: 5px;
}

.btn {
	background-color: rgba(0,79,138,0.55);
 box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	color: #fff;
	width: 100%;
	padding: 20px;
	border: none;
	box-sizing: border-box;
	display: block;
	resize: none;
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
/*from*/

/*animation*/

.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.img-animation_2 {
  animation: img-opacity_2 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation_2:before {
  animation: img-animation_2 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity_2 {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation_2 {
  100% {
    transform: translateX(-100%);
  }
}

.fadeup {
    animation-name: fadeup_animation;
    animation-duration: 2s;
    animation-iteration-count: forwards;
}
@keyframes fadeup_animation {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*animation*/

/*boder*/

.boder_span {
	display:flex;
	align-items:center;
}

.boder_span:after {
	margin-left:5px;
	border-top:1px solid #000;
	content:"";
	flex-grow:1;
}

/*boder*/

footer {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 10vh;

}

.footer_1 {
	position: relative;
	text-align: right;
}

.footer_1:before {
	position: absolute;
	top:0;
	left:0;
	content:"";
	width: 267px;
	height: 250px;
	background-color:#000;
	z-index: -1;
}

.top_link_div {
	display:block;
}

.footer_link:before {
	content: "TOP";
	padding-right: 5px;
	font-size: 12px;
}

.footer_link {
	display: inline-block;
	font-size: 20px;
	padding:10px 5vw;
	background-color: #fff;
}

.footer_content {
	background-color:#161b61;
	width: 90%;
	display: inline-block;
	text-align: center;
	color: #fff;
}

.footer_p_contact {
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 2px;
	margin: 20px;
}

.footer_p {
		font-size:12px;
		letter-spacing: 1px;
		margin: 20px;
}

.footer_img {
	width: 25%;
}

.tel_p {
	font-size: 26px;
	margin: 20px;
	margin-bottom: 0;
}

.tel_p a:visited {
		width: auto;
  color: #fff;
}


.footer_ul {
	list-style: none;
	width: 80%;
	margin: auto;
	padding: 0;
	padding-bottom: 20px;
	border-bottom:  solid 1px #fff;
	margin-bottom: 30px;
}

.footer_ul li{
	margin: 0;
	padding: 20px 0 0 0;
}

footer ul li a:link, a:visited, a:hover, a:active {
		width: auto;
  color: #fff;
}

address{
	font-style:normal;
}

.address_ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.address_ul li{
	padding: 10px;
	margin: 0;
	display: block;
	font-size: 12px;
	letter-spacing: 1.5px;
}

.footer_link_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.footer_link_ul li{
	padding: 10px;
	margin: 0;
	width: auto;
	margin-left: 50%;
	display: block;
}

.footer_link_ul li a{
	width: auto;
	color: #fff;
}

.footer_boder:after {
	border-color: #fff;
}

small {
	position: absolute;
	bottom:0;
	left: 0;
	color: #000;
	line-height: 30px;
	font-size: 12px;
	padding-bottom: 10px;
	-ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}

small a:link, a:visited, a:hover, a:active {
  color: #000;
}

/*contact thanks*/

.contact_h2:after {
	content:"お問い合わせ";
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;

}

.contact_h {
	color:#20348B;
}

.contact_h:after {
	content: "問い合わせ";
	font-size: 12px;
	display: block;
	border-top: 1px solid #20348B;
	line-height: 24px;
}

.contact_thanks_ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.contact_thanks_ul li:after {
    content: "/";
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}

.contact_thanks_ul li:last-child:after {
	content: "";
}

.check {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 16em;
    color: #20348B;
}

.check_btn {
    padding: 20px;
    background-color: #20348B;
    border-radius: 3px;
    color: #fff;
    letter-spacing: .5px;
    font-size: 14px;
    text-align: center;
}

.contact_p_3 {
    margin-top: 5vh;
    margin-bottom: 10vh;
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
}



.thanks_dl {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.thanks_dl dt {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    background-color: #20348B;
    color: #fff;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.thanks_dl dd {
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid #20348B 1px;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Verdana,sans-serif;
    letter-spacing: .5px;
    color: #000;
}

/*contact thanks*/

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
		padding: 0;
	margin: 0;
}

.pankuzu_div {
text-align: right;
}

.header_img_div:after {
	width: 80%;
	max-height: 600px;
}

.header_img_figure {
	width:80%;
	height: 400px;
	background-position: center center;
}

/*company*/

.company_img_figure {
	margin-top: 15vh;
padding: 10vh 40vw 0 40vw;
}

.company_img {
	width: 70%;
}

.company_p {
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding: 0 20vw;
	text-align: center;
	line-height: 36px;
	letter-spacing: 1.5px;

}
.message_div {
	display: flex;
	align-items: center;
	margin-top: 15vh;
}

.message_h3_div {
	flex-basis: 30%;
}

.message_h3 {
	padding:30vh 5vw;

	text-align: center;
}

.br_tab {
	display: block;
}


.outline_div {
	padding: 10vh 20vw;

}

/*company*/

/*business*/

.business_div {
	margin-top: 200px;
}

.business_div_box_flex {
	margin-top: 100px;
}

.business_h3 {
	padding: 5vh 10vw;
}

.business_h3_p {
	padding: 0 20vw;
}

.busines_div_2 {
	margin: 0;
	padding: 0;
	width: 60%;
	height: 400px;
}


.tab_back_div_after {
	background-color: rgba(245,245,245,0.75);
	width: 100%;
	height: 200px;
	margin-top: -25vh;
	display: block;
	z-index: -15;
	position: relative;
}

.busines_div_3 {
	width: 100%;
	text-align: right;
}

.busines_p_box {
	padding: 5vh 5vw;
	width: 60%;
	display: inline-block;
	text-align: left;
	margin-top: -5vh;
	margin-bottom: 10vh;
	background-color: #fff;
}

.wroks_div {
	margin-top: 0;
}

.wroks_p_div {
	padding: 20px 5vw;
}

.wroks_flex_box_div {
 flex-basis: 60%;
 display: flex;
 flex-wrap:wrap;
}

.wroks_flex_box {
	flex-basis: 50%;
	display: flex;
	border-right: solid 1px #808080;
	box-sizing: border-box;
}

.wroks_flex_img_box {
	width: 100%;
}

.wroks_flex_text_box {
    height: auto;
}

.works_ul {
	padding:5vh 20vw;
}

/*business*/

.footer_content_flex_box {
	display: flex;
	align-items: center;
}

.footer_flex_contact:nth-child(1) {
	margin: 15px;
	border-right: 1px solid #fff;
}

.footer_img {
	width: 10%;
}

.footer_img_logo {
	width: 50%;
}

.footer_ul {
	border-bottom: none;
	font-size: 14px;
}

.footer_flex_contact_2_box {
	display: flex;
	flex-direction: column;
}

.footer_flex_contact_2_div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_flex_contact_2 {
	flex-basis: 50%;

}

.address_ul {
	text-align: left;
	padding-right: 20px;

}

.address_ul li {
	font-size: 14px;
}

.footer_link_ul {
		margin-top: 40px;
}

.footer_link_ul li{
		margin-left: 0;
		display: inline-block;
		font-size: 14px;
}

/*from*/

.from_div {
    padding-left: 15vw;
    padding-right: 15vw;
    width: auto;
}


/*from*/


/*recruit*/

.recruit_p {
line-height: 60px;
}

.recruit_p_2 {
	text-align: center;
}

.recruit_img {
		width: 25%;
}

.recruit_div_2 {
	padding: 0 20vw;
}

.recruit_div_3 {
	padding: 10vh 20vw 10vh 20vw;
}

.recruit_div_4 {

	padding-top: 10vh;
	padding-bottom: 10vh;
}

.recruit_div_4_img {
	height: 200px;
	width: 100%;
	object-fit: none;
	object-position: center bottom ;
}



.recruit_div_5 {
	padding-top: 5vh;
	padding-bottom: 10vh;
}


/*recruit*/


/*contact thanks*/

.from_div_2 {
    width: auto;
    padding-left: 20%;
    padding-right: 20%;
}

/*contact thanks*/

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding: 0;
	margin: 0;
}

.main_logo {
	padding-top: 1.5vh;
	padding-left: 1.5vw;
	max-width: 80px;
}

nav {
	top: 0;
	padding: 0;
}

.nav_bar {
	height: auto;
}

#nav_drawer {
	width: 100%;

}

#nav_drawer:after {
	content: '';
}

#nav_open {
    display:none;
  }

	#nav_content {
	transform: none;
	max-width:initial;
	width: 100%;
	height: auto;
	position: static;
	background-color: transparent;
	}


	#nav_content .nav_ul{
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
align-items: center;
		height: 62px;
		margin-right: 5vw;
		padding-top: 2.5vh;
	}

	#nav_content ul li{
		border-bottom: none;
		font-weight: 500;
			text-align: center;

	}

	.nav_ul li a:after{

	   content: '';

	}

	#nav_content ul li a{
		color:#20348b;
	padding:0 20px 10px 20px;
	letter-spacing: 1px;
	}

	#nav_content ul li a:hover {
		border-bottom:  solid 5px #20348b;
	}

.header_img_div:after {
	width: 80%;
	height: 70vh;
}

.header_img_figure {
	width: 80%;
	height: 70vh;
	max-height: 600px;
	background-image: url(../img/header_img_no_font_pc.png);
	background-size: cover;
}

.header_img {
	width: 100%;
	height: auto;
}

h2 {
font-size: 60px;
letter-spacing: 10px;
}

/*company*/

h3 {
	padding: 15vh 15vw;
	font-size: 50px;
}

/*company*/

/*business*/

.business_div {
margin-bottom: 20vh;
}

.busines_h3_div {
margin-bottom: 15vh;
}

.business_h3_span {
	font-size: 40px;
	letter-spacing: 10px;
}

.business_h3 {
font-size: 28px;
line-height: 80px;
}

.business_h3_p {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 3px;
}

.business_div_box_flex {
	display: flex;
	align-items: center;
}

.tab_back_div_after {
    background-color: rgba(245,245,245,0.75);
    width: 100%;
    height: 200px;
    margin-top: 25vh;
    display: block;
    z-index: -15;
    position: relative;
}

.business_title_p {
	font-size: 30px;
	letter-spacing: 10px;
	font-weight: 700;
}

.business_title_p_2 {
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 42px;
}


.text_p {
	font-size: 16px;
}

.works_ul li{
	font-size: 14px;
}

.busines_div_2 {
    width: 100%;
}

.tab_back_div_after {
	display: none;
}

.busines_div_3 {
	text-align: center;
}

.busines_p_box {
    padding: 0 5vw;
    max-width: 614px;
    display: inline-block;
    text-align: left;
		margin-bottom: 0;
		margin-top: 0;
    background-color: #fff;
}

.business_title_p_2 {
	padding-top: 0;
	margin-top: 0;
}

/*business*/

/*from*/

.from_div {
    padding-left: 25vw;
    padding-right: 25vw;
}

/*from*/

/*recruit*/

.recruit_after:after {
	height: 90vh;
}

.header_img_div_p {
font-size: 40px;
margin-top: 0;
}

.content {
	margin-top: 200px;
	margin-bottom: 200px;
}

.recruit_p {
	font-size: 38px;
}

.recruit_img {
		width: 15%;
}

.recruit_div_2_p {
	font-size: 45px;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 20px;
}

.p_2_left {
	text-align: center;
	font-size: 20px;
}

.recruit_big {
    font-size: 90px;
}

.recruit_div_2_ul li {
margin: 30px;
    font-size: 30px;
		line-height: 66px;

}

.recruit_div_2_ul_big {
    font-size: 38px;
}

.recruit_p_3 {
	margin-top: 50px;
    font-size: 30px;
		line-height: 65px;
}

.recruit_p_3_big {
    font-size: 36px;
}

.pc_span_big_1 {
	font-size: 40px;
	color: #f43e69;
	padding-right: 10px;
}

.recruit_div_3_ul {
	background-image: url(../img/recruit_back_2_pc.png);
	background-size:1320px 400px ;
	background-position: top center;
	padding-top: 400px;
	padding-left: 0;

}

.fa-check-square {

    padding-right: 15px;
}



.recruit_div_3_ul li {
    font-size: 24px;
		border-bottom: 1px dotted #dcdcdc;

}

.recruit_div_3_ul li:before {
    font-size: 24px;

	}

	.pc_br {
		display: inline-block;
	}

	.pc_span_big {
		font-size: 28px;
		color: #f43e69;
		font-weight: 900;
		padding-right: 5px;
	}

	.recruit_p_2, .recruit_div_4_p,table td {
		font-size: 18px;
		text-align: left;
	}

.pc_flex_recruiut_div {
	margin-top: 200px;
}

.recruit_div_4 {
padding: 10vh 20vw;
}

.recruit_div_4_img {
	height: 200px;
	width: 100%;
	object-fit: none;
	object-position: center bottom ;
}


.recruit_div_4_h3_p_hukidasi {
	margin-top: 50px;
	margin-bottom: 50px;

}


table {
	margin-top: 100px;
}

.recruit_div_5 {
padding: 10vh 20vw 5vh 20vw;
}


.tel_contact_box_p2 {
	font-size: 30px;
}

/*recruit*/

/*contact thanks*/

.thanks_dl_flex {
    display: flex;
    justify-content: center;
}

.thanks_dl {
    flex-basis: 30%;
    margin: 0 10px 0 0;
}

/*contact thanks*/

}
