@charset "UTF-8";
body {
  font-size: 15px;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .1em;
  line-height: 1.7; }

ul {
    padding: 0; 
}

a {
    text-decoration: none;
    display: block;
    color: #333;
	cursor: pointer;
	transition: all.3s;
}
li {
  list-style: none; }

.inner {
  max-width: 950px;
  margin: 0 auto;}

img {
  width: 100%;
  height: auto; }

.wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

h2, h3, h4, h5{
	font-family: "Zen Old Mincho", serif;
}

/*-------header-------------------------------------*/
header {
	position: absolute;
    height: 80px;
	background: rgba(255,255,255,0.60);
    width: 100%;
    z-index: 100; 
}
header .header_inner {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; 
}
header .header_inner #logo {
	width: 20%;
	margin: auto;
}
header .header_inner #logo a {
	display: block; 
}
header .header_inner #logo a img {
	width: 60px; 
}
header .header_inner #pc_navi {
	width: 75%; 
}
header .header_inner #pc_navi nav{
	display: flex;
	justify-content: flex-end;
}
header .header_inner #pc_navi nav ul.pc_nav_li {
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
	padding: 0;
    margin: 0;
	align-items: center; }
header .header_inner #pc_navi nav ul.pc_nav_li li{
	margin-right: 40px;
}
header .header_inner #pc_navi nav ul.pc_nav_li li a {
	display: block;
    position: relative; 
	font-size: 14px;
	white-space: nowrap;
}
header .header_inner #pc_navi nav ul.pc_nav_li li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	bottom: -5px; 
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}

header .header_inner #pc_navi nav ul.pc_nav_li li a:hover::after {
	transform: scale(1, 1);
}
header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn a::after{
	display: none;
}
header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn {
	height: 80px;
	width: 180px;
    background: #9d9d9c;
    text-align: center;
    transition: all .3s;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 0;}
header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn img{
	width: 30px;
}
header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn a{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    color: #fff;
    height: 55px; 
}
header .header_inner #pc_navi nav ul.pc_nav_li li.contact_btn a div{
	width: 100%;
}
header .header_inner .contact_btn a p {
	font-size: 12px;
    color: #fff;
    margin: 0;
	line-height: 1;
}
header .header_inner .contact_btn a p i.fa {
	font-size: 25px;
	display: block;
    color: #fff;
}
header .header_inner .contact_btn:hover {
	opacity: 0.7; 
}

/*-------kv-------------------------------------*/
.kv{position: relative;}
.slick-img{
  height: 95vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.slick-img.img1{
	background: url("../img/kv.jpg") no-repeat center;
	background-size: cover;
}
.slick-img.img2{
	background: url("../img/kv.jpg") no-repeat center;
	background-size: cover;
}
.slick-img.img3{
	background: url("../img/kv.jpg") no-repeat center;
	background-size: cover;
}
.kv h2{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*-------concept-------------------------------------*/
.title{
	font-size: 40px;
	position: relative;
	text-align: center;
	font-weight: normal;
}
.title span{
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
.title::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #000;
	bottom: -10px;
	left: 50%;
    transform: translateX(-50%);
}

.concept{
	margin-top: 180px;
	position: relative;
	padding-bottom: 180px;
}
.concept::after{
	position: absolute;
	content: "";
	background: #F0F0F0;
	height: 280px;
	width: 70%;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.concept .wrap .text_area{
	width: 35%;
    margin: 0 3% 0 7%;
}
.concept .wrap .text_area h2{
	text-align: left;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.concept .wrap .text_area h2::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #000;
	bottom: -10px;
	left: 0;
	transform: none;
}
.concept .wrap .text_area h4{
	font-size: 24px;
	margin: 40px 0 24px;
}
.concept .wrap .img_area{
	width: 55%;
}


/*-------補助金情報-------------------------------------*/
.subsidy{
	margin-top: 180px;
}
.subsidy .slick-initialized .slick-slide{
	margin: 0 10px;
}
.subsidy_list{
	margin-top: 90px;
}
.subsidy_list h4{
	padding-top: 10px;
}

.btn{
	border: 1px solid #333;
	margin: 80px auto 0;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    width: 300px;
}
.btn .arrow{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    border-radius: 9999px;
    background-color: #333333;
    margin-left: 15px;
	top: -4px;
}
.btn .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 13px;
  height: 1px;
  background-color: #333333;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.btn:hover{
	background: #333;
	color: #fff;
}
.btn:hover .arrow{
	background-color: #fff;
}
.btn:hover .arrow::before{
	background-color: #fff;
}

/*-------会社概要-------------------------------------*/
.company{
	margin: 180px 0 0;
	padding-bottom: 130px;
	position: relative;
}
.company::after{
	position: absolute;
	content: "";
	background: #F0F0F0;
	height: 280px;
	width: 75%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.company .wrap .text_area{
	text-align: center;
	width: 37%;
	padding: 20px 3% 0 5%;
}
.company .wrap .text_area p{
	margin-top: 40px;
	text-align: left;
}
.company .wrap .img_area{
	width: 55%;
}

/*-------事業者様向け-------------------------------------*/
.to-b{
	margin: 180px 0 0;
	position: relative;
	padding-bottom: 120px;
}
.to-b::after{
	position: absolute;
	content: "";
	background: #F0F0F0;
	height: 280px;
	width: 75%;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.to-b .wrap{
	flex-direction: row-reverse;
}
.to-b .wrap .text_area{
	text-align: center;
	width: 37%;
	padding: 20px 3% 0 5%;
}
.to-b .wrap .text_area p{
	margin-top: 40px;
	text-align: left;
}
.to-b .wrap .img_area{
	width: 55%;
}

/*-------採用情報-------------------------------------*/
.recruit{
	margin: 120px 0 150px;
}
.recruit p{
	margin: 50px;
	font-size: 14px;
}

/*-------スライダー-------------------------------------*/

/* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
	margin-bottom: 80px;
}
/* スライド3枚のグループ */
.slider_img{
    animation: scroll-left 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
    width: calc(100vw / 3); /* 3はスライドの枚数 */
}
/* スライドの画像 */
.slide img {
    display: block;
    width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/*-------フッター-------------------------------------*/
footer{
	background: #F0F0F0;
	    padding: 130px 0;
}
footer .wrap .com_info{
	width: 50%;
	text-align: center;
}
footer .wrap .com_info p, footer .wrap .com_info a{
	margin-top: 10px;
	font-size: 14px;
}
footer .wrap .com_info a.tell{
	margin-top: 20px;
}
footer .wrap .map{
	width: 50%;
}
footer .logo img{
	width: 200px;
}
footer .tell img{
	width: 260px;
}
footer .mail img{
	width: 18px;
	position: relative;
    top: 4px;
    right: 4px;
}
footer .wrap .com_info a.btn{
	margin-top: 45px;
}


/*-------サブページ共通KV-------------------------------------*/
.sub_kv{
	height: 300px;
	position: relative;
	text-align: center;
}
.sub_kv::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,0.20);
	top: 0;
	left: 0;
}
.sub_kv.com_kv{
	background: url("../img/com_kv.jpg") no-repeat 50% 80%;
	background-size: cover;
}
.sub_kv h2{
	position: relative;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
	font-weight: bold;
	z-index: 100;
}
.sub_kv h2::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	bottom: -10px;
	left: 50%;
    transform: translateX(-50%);
}
.sub_main{
	margin: 120px 0 0;
}
.sub_main h2{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}
/*--.sub_main h2::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #333;
	bottom: -15px;
	left: 50%;
    transform: translateX(-50%);
}----*/
.sub_main .head_txt{
	margin: 50px auto 0;
	max-width: 80%;
}
.sub_inner{
	max-width: 1200px;
	margin: 0 auto;
}

/*-------会社案内ページ-------------------------------------*/
.sub_main .philosophy{
	background: url("../img/philosophy_bg.jpg")no-repeat center;
	background-size: cover;
	padding: 80px 0 150px;
	margin-top: 100px;
}
.sub_main .philosophy .title{
	text-align: left;
}
.sub_main .philosophy .title::after{
	left: 0;
	transform: none;
}
.sub_main .philosophy h3{
	width: 25%;
}
.sub_main .philosophy p.philosophy_txt{
	width: 75%;
}
.philosophy .wrap{
	align-items: flex-start;
}
.mvv_wrap{
	margin-top: 120px;
	align-items: flex-start;
}
.mvv_wrap .mvv_box{
	width: 30%;
}
.mvv_ttl{
	font-size: 24px;
	text-align: center;
	color: #000;
	font-family: "Zen Old Mincho", serif;
	line-height: 1;
	padding-bottom: 20px;
}
.mvv_ttl span{
	display: block;
	color: rgba(150,150,150,0.2);
	font-size: 48px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
    top: 15px;
	font-weight: bold;
}

/*-------代表挨拶-------------------------------------*/
h3.title{
	font-weight: normal;
}
.message{
	padding: 120px 0;
}
.message .message_txt{
	margin-top: 60px;
}
.message p{
	padding-bottom: 20px;
}
.message p.ceo_name{
	margin-left: auto;
	width: 170px;
}
.message .img_area{
	width: 55%;
}

/*-------会社概要-------------------------------------*/
.company_profile{
	padding: 120px 0;
	background: #bbb;
}
.access_info{
	margin-top: 50px;
	color: #fff;
	font-weight: bold;
}
.access_info .width-100{
	width: 100%;
	margin-bottom: 40px;
}
.access_info .width-100 iframe{
	height: 540px;
}
.access_info .width-100 .wh_logo.wrap{
	justify-content: flex-start;
	padding-bottom: 24px;
}
.access_info .width-100 .wh_logo img{
	width: 80px;
	padding-right: 30px;
}
.access_info .width-100 img{
	width: 200px;
}
.access_info .width-50{
	width: 48%;
	margin-bottom: 40px;
}
.access_info .width-50 iframe{
	height: 350px;
}

.access_info .width-50 p{
	padding-top: 15px;
}
.profile_detail{
	margin: 120px 0;
}
.table_com {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
	margin-top: 80px;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
}

.table_com th {
    background-color: #103158;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
	border: 1px solid #103158;
	padding: 1.5em;
	border-bottom: 1px solid #fff;
}
.table_com td{
	padding: 1.5em 3em;
	border: 1px solid #103158;
	background: #fff;
}

/*-------採用情報-------------------------------------*/
.sub_kv.recruit_kv{
	background: url("../img/recruit_bg.jpg") no-repeat 50% 10%;
	background-size: cover;
}
.recruit_txt{
	margin-top: 60px;
	position: relative;
}
.recruit_txt::after{
	position: absolute;
	content: "";
	background: #F0F0F0;
	height: 280px;
	width: 70%;
	bottom: -150px;
	right: 0;
	z-index: -1;
}
.recruit_txt .txt_detail{
	position: relative;
	margin: 0 auto 80px;
	max-width: 90%;
}
.recruit_txt .txt_detail p.bg_txt{
	color: #F0F0F0;
	font-size: 128px;
	position: absolute;
	right: -50px;
    top: 10px;
	font-weight: 700;
	line-height: 1;
	z-index: -1;
	max-width: 100%;
}
.recruit_txt .txt_detail p{
	max-width: 45%;
}
.recruit_txt .txt_detail h4{
	font-size: 48px;
	padding-bottom: 20px;
	font-weight: 400;
}

.works_ietateyo{
	margin-top: 300px;
}
.works_ietateyo p.head_content{
	width: 72%;
	margin: 40px auto 80px;
}
.works_ietateyo .wrap .text_area{
	width: 46%;
}
.works_ietateyo .wrap .text_area h4{
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 400;
}
.works_ietateyo .wrap .img_area{
	width: 52%;
}
.works_ietateyo .sub_inner .second-wrap{
	flex-direction: row-reverse;
	margin-top: 40px;
}
.recruit_slider{
	margin-top: 130px;
}
.job_discription .table_com th{
	background-color: #ece9ec;
	border: 1px solid #333;
	color: #333;
}


/*-------with pet-------------------------------------*/
.sub_kv.pet_kv{
	background: url("../img/pet_bg.jpg") no-repeat 50% 70%;
	background-size: cover;
}

.about_with-pet .sub_inner .second-wrap{
	margin-bottom: 40px;
}
.with_pet_txt .txt_detail p.bg_txt{
	right: -80px;
}
.with_pet_txt .txt_detail h4{
	font-size: 48px;
}
.about_with-pet{
	margin-bottom: 120px;
}
.recruit_txt.with_pet_txt .txt_detail p{
	max-width: 55%;
}
.recruit_txt.with_pet_txt .txt_detail p.bg_txt{
	max-width: none;
}
.works_ietateyo.about_with-pet p.head_content{
	width: 100%;
	text-align: center;
}

/*-------to-b-------------------------------------*/
.sub_kv.tob_kv{
	background: url("../img/to-b_bg.jpg") no-repeat 50% 70%;
	background-size: cover;
}
.to-b_head_txt{
	width: 64%;
	margin: 60px auto 0;
}
.business-model{
	padding: 80px 0;
	margin-top: 0;
}
.business-model h3.title::after{
	display: none;
}
.business-model .wrap{
	margin-top: 80px;
}
.business-model .wrap .text_area{
	width: 55%;
}
.business-model .wrap .img_area{
	width: 40%;
}
.business-model .wrap .text_area h4 span{
	font-size: 40px;
}
.company_effort{
	padding-bottom: 80px;
}
.company_effort .center{
	text-align: center;
	margin-top: 60px;
}
.company_effort .wrap{
	margin-top: 45px;
}
.company_effort .wrap li{
	width: 30%;
	text-align: center;
	margin-bottom: 40px;
}
.company_effort .wrap li img{
	width: 80%;
}
.company_effort .wrap li p{
	font-size: 14px;
	font-family: "Zen Old Mincho", serif;
	text-align: left;
}
.company_effort .wrap li .effort_title{
	font-size: 20px;
	padding-bottom: 15px;
	text-align: center;
}

/*-------コンタクトページ-------------------------------------*/
.sub_kv.contact_kv{
	background: url("../img/contact_bg.jpg") no-repeat 50% 70%;
	background-size: cover;
}
.sub_main .head_txt.contact_head{
	max-width: 100%;
}
.contactform_main{
	margin: 70px 0 120px;
}


/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 68px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 68px;
    background-color: #d9d9d9;
    line-height: 68px;
    font-size: 16px;
    text-align: center;
    color: #aeaeae;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
	border-radius: 10px 10px 0 0;
}
.tab_item:hover {
    opacity: 0.75;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 100px 60px 0;
    clear: both;
    overflow: hidden;
}


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

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
}


@media (max-width: 1169px) {
	header .header_inner #logo {
		width: 15%;
		margin: auto;
	}
	header .header_inner #pc_navi {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.sp_none{display: none;}
  #pc_navi {
    display: none; }

  header {
    height: 70px; }

  header .header_inner {
    height: 70px; }

  header .header_inner #logo a img {
    margin-left: 1rem; }
	
	header .header_inner #logo {
		width: auto;
		margin: 0;
	}

  #nav-toggle {
    top: 0;
    right: 0;
	width: 70px;
    height: 70px;
    cursor: pointer;
    background: #3E3A39;}
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
        width: 100%;
        height: 3px;
        left: 20px;
        display: block;
        background: #fff;
        position: absolute;
        transition: transform .4s ease-in-out, top .3s ease;
        border-radius: 3px; }
      #nav-toggle span:nth-child(1) {
        top: 25px; }
      #nav-toggle span:nth-child(2) {
        top: 33px; }
      #nav-toggle span:nth-child(3) {
        top: 41px; }

  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
      top: 34px;
      transform: rotate(45deg); }
    .open #nav-toggle span:nth-child(2) {
      top: 34px;
      width: 0;
      left: 50%; }
    .open #nav-toggle span:nth-child(3) {
      top: 34px;
      width: 30px;
      transform: rotate(-45deg); }

  #nav-toggle {
    z-index: 1000; }

  #gloval-nav {
    background: #EFF1F2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 40px;
	padding-right: 40px;
    padding-top: 100px;
    z-index: 990;
    display: flex;
    visibility: hidden;
    font-size: 20px;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease; }
	
	#gloval-nav nav{
		width: 100%;
	}

  #gloval-nav ul {
    list-style: none;
    padding: 0; }
	
	#gloval-nav ul li{
		border-bottom: 1px solid #C3C3C3;
	}
	#gloval-nav ul li:last-child{
		border: none;
	}
	#gloval-nav ul li a{
		font-size: 18px;
		font-family: "Zen Old Mincho", serif;
		font-weight: bold;
		display: block;
		padding: 30px 0;
		color: #333;
		line-height: 1.2;
		position: relative;
	}
	#gloval-nav ul li a::after{
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid #3E3A39;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	#gloval-nav ul li a span{
		color: #333;
		font-size: 12px;
		display: block;
		font-weight: normal;
	}

  /* open */
  .open {
    overflow: hidden; }
    .open #gloval-nav {
      visibility: visible;
      opacity: 1; }
    .open #gloval-nav ul {
      padding: 0; }
    .open #gloval-nav li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }
	.open #gloval-nav li.tell{margin-top: 45px; margin-left: 40px; font-size: 28px;}
	
	header .header_inner #sp_navi{
		display: flex;
		justify-content: flex-end;
	}
	
	header .header_inner #sp_navi .cta_btn{
		width: 115px;
		height: 70px;
		text-align: center;
		background: #9d9d9c;
	}
	header .header_inner #sp_navi .contact_btn {
		background: #9d9d9c;
		transition: all .3s;
		margin-right: 0;
		padding: 0 5px; }
	header .header_inner #sp_navi .cta_btn a {
		display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        height: 60px;
        flex-wrap: wrap;
		padding-top: 5px;
	}
	header .header_inner #sp_navi .cta_btn a div{
		width: 24%;
	}
	header .header_inner #sp_navi .cta_btn a p{
		font-size: 10px;
		width: 100%;
		line-height: 1.2;
	}
	
	.inner{margin: 0 15px; padding: 60px 0;}
	a.btn{width: 300px; margin: 40px auto 0;}
	
	
/*-----------KV---------------------------*/
	.kv{padding-top: 70px;}
	.kv h2{width: 90%;}
	.slick-img{
		height: 90vh;
	}
	
	
/*-----------topページ---------------------------*/
	.concept{
		margin-top: 100px;
		padding-bottom: 80px;
	}
	.concept::after{
		height: 180px;
	}
	.concept .wrap .text_area, .concept .wrap .img_area, .company .wrap .img_area, .company .wrap .text_area, .to-b .wrap .img_area, .to-b .wrap .text_area{
		width: 100%;
	}
	.concept .wrap .text_area{
		margin: 0 15px;
	}
	.concept .wrap .img_area{
		margin-top: 20px;
	}
	.company {
    	margin: 80px 0 0;
		padding-bottom: 80px;
	}
	.company .wrap, .to-b .wrap{
		flex-direction: column-reverse;
	}
	.company .wrap .text_area{
		padding: 0;
	}
	.company .wrap .text_area p{
		margin: 40px 15px;
	}
	.company .wrap .img_area{
		margin-top: 40px;
	}
	.to-b{
		margin-top: 100px;
		padding-bottom: 80px;
	}
	.to-b .wrap .text_area{
		padding: 0;
	}
	.to-b .wrap .text_area p{
		margin: 40px 15px;
	}
	.to-b .wrap .img_area{
		margin-top: 40px;
	}
	.recruit {
		margin: 50px 0 0;
	}
	.recruit p{
		margin: 40px 0;
	}
	.slide {
		width: calc(100vw / 2);
	}
	footer{
		padding: 60px 0 0;
	}
	footer .wrap .com_info, footer .wrap .map{
		width: 100%;
	}
	footer .logo img {
		width: 140px;
	}
	footer .wrap .com_info{
		margin: 0 15px;
		padding-bottom: 40px;
	}
	footer .wrap .map iframe{
		height: 300px;
	}
	
	
		
/*-----------subcommon---------------------------*/
	.sub_kv{height: 220px;}
	.sub_kv h2{
		font-size: 25px;
        width: 100%;
	}
	.sub_kv p {
		padding: 0 20px 0;
		margin-top: 5px;
	}
	.sub_kv::after{
		height: 220px;
	}
	.breadcrumb .inner.wrap{
		padding-top: 20px;
		font-size: 12px;
	}
	.sub_main{
		margin-top: 80px;
	}
	.sub_main h2{
		font-size: 26px;
	}
	
			
/*-----------companyページ---------------------------*/
	.sub_main .head_txt{
		margin-left: 15px;
		margin-right: 15px;
		max-width: 100%;
	}
	.sub_main .philosophy{
		margin-top: 80px;
		padding: 80px 0;
	}
	.sub_main .philosophy h3{
		width: 100%;
	}
	.mvv_wrap .mvv_box{
		margin-top: 30px;
		width: 100%;
	}
	.sub_main .philosophy p.philosophy_txt{
		width: 100%;
		margin-top: 30px;
	}
	.sub_main .philosophy .wrap{
		margin: 0 15px;
	}
	.message{
		padding: 80px 0 20px;
	}
	.message .message_txt{
		margin: 0;
	}
	.message p.ceo_name{
		padding-bottom: 0;
	}
	.company_profile{
		padding: 80px 0;
	}
	.access_info .wrap{
		margin-left: 15px;
		margin-right: 15px;
	}
	.wh_logo.wrap{
		margin: 0;
	}
	.wh_logo.wrap p{
		padding-top: 15px;
	}
	.access_info .width-100 iframe, .access_info .width-50 iframe{
		height: 300px;
	}
	.access_info .width-50{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.access_info .width-50 p{
		padding: 0 0 15px;
	}
	.access_info .width-100{
		margin-bottom: 0;
	}
	.access_info .width-50{
		margin-top: 40px;
	}
	.access_info .width-50 a, .access_info .width-100 a{
		color: #fff;
		display: inline-block;
	}
	.profile_detail{
		margin: 80px 0;
	}
	.table_com{
		margin: 60px 15px 0;
		width: auto;
	}
	.table_com td, .table_com th{
		padding: 1.5em 1em;
		font-size: 14px;
	}


/*-----------recruitページ---------------------------*/
	.recruit_txt .txt_detail{
		max-width: 100%;
		margin: 0 15px 50px;
	}
	.recruit_txt .txt_detail p, .recruit_txt.with_pet_txt .txt_detail p{
		max-width: 100%;
	}
	.recruit_txt .txt_detail h4{
		font-size: 30px;
	}
	.recruit_txt .txt_detail p.bg_txt {
		font-size: 80px;
        right: -20px;
        top: auto;
        bottom: -58px;
	}
	.recruit_txt::after {
		height: 150px;
		width: 80%;
		bottom: -70px;
	}
	.works_ietateyo {
		margin-top: 120px;
	}
	.works_ietateyo p.head_content, .works_ietateyo.about_with-pet p.head_content{
		width: auto;
		margin: 60px 15px 40px;
	}
	.works_ietateyo .wrap{
		margin: 0 15px;
	}
	.works_ietateyo .wrap .img_area, .works_ietateyo .wrap .text_area{
		width: 100%;
	}
	.works_ietateyo .wrap .text_area h4{
		line-height: 1;
		margin: 20px 0 15px;
	}
	.recruit_slider {
		margin-top: 80px;
	}
	
	/*-----------toBページ---------------------------*/
	.to-b_head_txt{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	.business-model{
		margin-top: 0;
		padding-bottom: 40px;
	}
	.business-model h3.title{
		font-size: 32px;
	}
	.business-model .wrap{
		margin-top: 40px;
	}
	.company_effort .wrap li{
		width: 100%;
	}
	.company_effort {
		padding-bottom: 20px;
	}
	.company_effort .wrap li img {
		width: 40%;
	}
	
	/*-----------contactページ---------------------------*/
	.cta_main.sub_main{
		margin-top: 20px;
	}
	.contactform_main {
		margin: 50px 0 20px;
	}
	.tab_item{
		height: 55px;
		line-height: 55px;
	}
	.tab_content{
		padding: 50px 20px 0;
	}
	
}
@media (min-width: 768px) {
  .pc_none {
    display: none; }

  #sp_navi {
    display: none; }
}


/*-------------お問い合わせフォーム-----------------*/
/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}
/* pタグの余白を削除 */
.wpcf7-form p {
    margin-bottom: 0;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 100%;
	font-family: "Zen Old Mincho", serif;
}
/* 各項目の下部余白 */
.contact_item {
	width: 90%;
    margin: 0 auto 25px;
}
/* 項目名 */
.label {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 1rem;
    padding: 5px 16px;
}
/* 必須タグ */
.label_must {
    background-color: #DA514F;
}
/* 任意タグ */
.label_option {
    background-color: #3178B7;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"],input[type="tel"], textarea{
    border: solid 1px #cccccc;
    padding: .8rem;
    font-size: 15px;
    width: 70%;
}
select{
    border: solid 1px #cccccc;
    padding: .8rem;
    font-size: 15px;
    width: 74%;
}
textarea{
	border: solid 1px #cccccc;
    padding: .8rem;
    font-size: 15px;
    width: 95%;
}

/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
}
/* ボタン */
.btnArea {
    text-align: center;
}
input[type="submit"]{
    background: #2098BC;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .5em;
    text-indent: .5em;
    padding: 16px 0;
    margin-top: 25px;
    cursor: pointer;
    transition: all .3s;
	border: none;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    opacity: 0.7;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
div#agreement {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}
div #agreement h3{
	font-weight: 700;
    color: #333;
    font-size: 15px;
}
div#agreement div {
    width: 90%;
    height: 200px;
    margin: 15px 0;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #cccccc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#agreement p, li {
    font-size: 13px;
    line-height: 1.7;
}
/* モバイル版 */
@media screen and (max-width: 767px) {
    .contact_item {
        margin-bottom: 1.6rem;
		width: 100%;
    }
    .label {
        font-size: 16px;
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 14px;
		padding: 2px 15px;
    }
    input[type="text"], input[type="email"],input[type="tel"], textarea, select {
        padding: .4rem;
        font-size: 15px;
		width: 95%;
		border-radius: 0!important;
    }
	select{
		background: #fff;
		padding: .4rem;
	}
    textarea {
        padding: .4rem;
        font-size: 15px;
    }
    input[type="submit"]{
        font-size: 18px;
    }
	div#agreement div{
		width: auto;
	}
	div#agreement{
		width: 100%;
	}
}

.zeh-table table {
    margin-top: 20px;
	width: 100%;
    border: solid 1px #333;
    margin: 50px auto;
    background: #fff;
	font-family: "Zen Old Mincho", serif;
}
.zeh-table tbody, .zeh-table td, .zeh-table tfoot, .zeh-table th, .zeh-table thead, .zeh-table tr{
	border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.zeh-table th {
    width: 90px;
    white-space: nowrap;
    padding: 12px 0;
    font-size: 1rem;
	text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
	background: #113258;
}
.zeh-table tr:first-child th {
    border-left: 1px solid #fff;
}
.zeh-table td {
    width: 90px;
    white-space: nowrap;
    padding: 12px 0;
    font-size: 1rem;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
	border-bottom: 1px solid #000;
}
.zeh-table td {
    padding-bottom: 1rem;
    text-align: center;
}
.zeh-table tr td:nth-child(6) {
    border-right: 1px solid #113258;
}
.zeh-table tr th:nth-child(6) {
    border-right: 1px solid #fff;
}

.wrap.works_list{
	justify-content: flex-start;
	margin: 20px 0 120px;
}
.wrap.works_list li{
	width: calc(100% / 3 - 30px);
	margin: 30px 15px 0;
}

.wrap.works_list li h3{
	font-size: 18px;
}
.thanks_sec .container{
	margin: 0 auto;
	max-width: 1200px;
	padding: 100px 0;
	text-align: center;
}
.thanks_sec h3{
	font-size: 30px;
	padding-bottom: 30px;
}
.single_content{
	padding: 100px 0;
}
.single_content .sub_inner{
	max-width: 900px;
}
.single_content .content h4{
	font-size: 24px;
	padding-bottom: 30px;
}
.single_content .content_main{
	padding-top: 30px;
}
.single_content .content_main p, .single_content .content_main img{
	margin-bottom: 15px;
}
.single_content .content_main h2, .single_content .content_main h3, .single_content .content_main h4, .single_content .content_main h5{
	padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
	font-size: 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
	.zeh-table {
        overflow: scroll;
    }
	.wrap.works_list{
		margin: 10px 15px 80px;
	}
	.wrap.works_list li{
		width: 100%;
		margin: 30px 0 0;
	}
	.single_content{
		padding: 60px 0;
	}
	.single_content .sub_inner{
		margin: 0 15px;
	}
}

/*# sourceMappingURL=style.css.map */
