/*
Theme Name: intouch
Theme URI: http://recruit.intouch-corp.com/
Description: インタッチ求人サイトテーマ
Author: koge
Author URI: https://kogeoldman.net/
Template: arkhe
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
	-webkit-transition: .3s;
	transition: .3s;
}


:root {
	--ark-color_main-rgb: 0,71,191;
}

@media screen and (max-width: 782px) {

	body {
		font-size: 14px;
	}
	h2 {
		font-size: 1.5em;
	}

}

/* header */
.l-header {
	padding: 1rem 4vw;
}
.before-header_Area {
	border-top: 3px solid var(--ark-color_main);
	padding-left: 4vw;
	padding-right: 4vw;
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
}
.before-header_Navigation ul {
	list-style: none;
	display: flex;
	padding: 0;
}
.before-header_Navigation ul li a {
	padding: 0 1rem;
	border-right: 1px solid #e6e3e3;
	color: var(--ark-color_text);
	text-decoration: none;
}
.before-header_Navigation ul li:last-child  a{
	border-right: none;
}

.kanta-right {
	display: flex;
}
.contact-box {
	margin-left: auto;
	margin-bottom: 2px;
	line-height: 1.5em;
}
.contact-box span {
	display: block;
}
.contact-box01 {
	font-size: 11px;
	text-align: justify;
	text-align-last: justify;
}
.contact-box02 {
	font-weight: 700;
	color: var(--ark-color--main);
	font-size: 28px;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
.contact-box03 {
	font-size: 11px;
	text-align: justify;
	text-align-last: justify;
}
.contact-banner {
	padding-left: 1em;
}
.contact-banner a {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 0 2em;
	margin-top: 3px;
	text-decoration: none;
}
.contact-banner .far {
	padding-right: 5px;
}
.kanta-cta {
	border: 1px solid var(--ark-color--main);
	background: var(--ark-color--main);
	color: white;
	height: 70px;
	border-radius: 40px;
}

@media (min-width: 1000px){
	/* ヘッダー*/
	[data-btns=r-l] .l-header__body { 
		grid-template-areas: "left center right menu";
		grid-template-columns: 0% 25% 75%; 
	}
}


#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-9-0.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child {
	position: absolute;
	transform: translateY(78px);
}
.mega-sub-menu .mega-menu-link {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
	font-size: 1rem;
}

table.post-arc_Table {
	font-size: 0.8rem;
	margin-top: 1rem;
	border: none;
}
table.post-arc_Table th, table.post-arc_Table td {
	border-left: none;
	background-color: transparent;
}
table.post-arc_Table th {
	width: 6em;
}

.single-acf {
	margin-bottom: 3rem;
}
.single-acf table.post-arc_Table {
	font-size: 1rem;
}


.home-search_Box .vkfs {
	display: flex;
	font-size: 1rem;
	align-items: flex-end;
	margin-bottom: 1rem !important;
}
.home-search_Box .vkfs .vkfs__labels {
	width: 75%;
	flex-wrap: nowrap;
}
.home-search_Box .vkfs .btn {
	width: 25%;
	font-size: 1.15rem;
	font-weight: 700;
	background-color: var(--ark-color_main);
	color: #fff;
	padding: 0.78rem;
	border: none;
	border-radius: 100px;
}
.home-search_Box .vkfs__label-name {
	color: var(--ark-color--main);
	font-size: 1.15rem;
}
.home-search_Box .vkfs :is(input[type=text],input[type=number],select) {
	padding: 1rem .75rem;
}
.home-search_Box .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap {
	margin-bottom: 0;
}









/* Google Map */
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 70%; 
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* その他CSS */
.innerS {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
.innerXS {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.text-c { text-align: center; }
br.sp { display: none; }

.ts-pc { display: block; }
.ts-sp { display: none; }

.mb0 { margin-bottom: 0 !important; }

.dispNone {
	display: none;
}


@media screen and (max-width: 782px) {
	.innerS, .innerXS {
		width: 100%;
	}
	br.pc { display: none; }
	br.sp { display: inline; }
	.ts-pc { display: none; }
	.ts-sp { display: block; }

	.map {
		padding-top: 56.25%; /* 比率を4:3に固定 */
	}
}



/* form */
.mw-wp-form__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}


.mw-wp-form dt,
.mw-wp-form dd {
  line-height: 1.75;
}

.mw-wp-form dt:not(:first-of-type),
.mw-wp-form dd:not(:first-of-type) {
  margin-top: 30px;
}

.mw-wp-form dt {
  width: 320px;
  padding-top: 15px;
}

.mw-wp-form dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 580px;
}

.mw-wp-form__label {
  margin-right: 15px;
  padding: 8px 22px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: 1px;
}

.mw-wp-form__label--req {
  background: #BE1D1D;
}

.mw-wp-form__label--opt {
  background: #878D8E;
}

.mw-wp-form dd input[type="text"],
.mw-wp-form dd input[type="email"],
.mw-wp-form dd textarea {
  box-sizing: content-box;
  width: calc(100% - (20px * 2));
  padding: 15px 20px;
  background: #F5F5F5;
}

.mw-wp-form dd input[type="text"]:nth-child(n + 2) {
  margin-top: 15px;
}

.mw-wp-form dd input[type="tel"] {
  box-sizing: content-box;
  width: 66px;
  padding: 15px 20px;
  background: #F5F5F5;
}

.mw-wp-form dd textarea {
  height: calc(1.75em * 10);
}

.mw-wp-form dd input[type="text"]::placeholder,
/*.mw-wp-form dd input[type="tel"]::placeholder,*/
.mw-wp-form dd input[type="email"]::placeholder,
.mw-wp-form dd textarea::placeholder {
  color: #797979;
}

/* Microsoft Edge */
.mw-wp-form dd input[type="text"]::-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]::-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]::-ms-input-placeholder,
.mw-wp-form dd textarea::-ms-input-placeholder {
  color: #797979;
}

/* Internet Explorer */
.mw-wp-form dd input[type="text"]:-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]:-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]:-ms-input-placeholder,
.mw-wp-form dd textarea:-ms-input-placeholder {
  color: #797979;
}

.mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px;
}

.mw-wp-form__buttons {
  display: flex;
  justify-content: center;
}

.mw-wp-form__buttons button[type="submit"] {
  display: block;
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 30px;
  border: 1px solid #1B201A;
  color: #1B201A;
  transition: opacity .6s;
}

.mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6;
}

.mw-wp-form__buttons button[type="submit"]:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}

.mw_wp_form_confirm .mw-wp-form dd {
  padding-top: 15px;
}

@media screen and (max-width: 430px) {

  .mw-wp-form__list {
    margin-bottom: 60px;
  }

  .mw-wp-form dt {
    width: 100%;
  }

  .mw-wp-form dd {
    width: 100%;
  }

  .mw-wp-form dd:first-of-type,
  .mw-wp-form dd:not(:first-of-type) {
    margin-top: 15px;
  }

  .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
    margin-top: 10px;
  }

  .mw-wp-form dd textarea {
    height: calc(1.75em * 8);
  }

  .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px;
  }

  .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center;
  }

  .mw-wp-form__buttons button[type="submit"] {
    width: 300px;
    margin: 0;
  }

  .mw-wp-form__buttons button[type="submit"]:not(:first-child) {
    margin-top: 30px;
  }


  .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0;
  }

  .mw-wp-form__label {
    padding: 6px 16px;
  }

}




/* newpost-slider */
.newpost-slider {
	padding: 0 4vw;
}
.newpost-slider .swiper-slide .post__thumb--img {
  margin: 0 0 15px;
}
.newpost-slider .swiper-slide .post__thumb--img a {
  padding-top: 62.5%;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}