@charset "utf-8";
/*
Theme Name:
Description:
Theme URI:
Author: 株式会社リードアライアンス
Author URI: https://leadalliance.jp/
Version:9.1xxx
License:
License URI:
*/
/* reset
------------------------------------------------------------------------- */
html {line-height: 1.15;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, address, code, strong, i, center,	dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, footer, header, menu, nav, section, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;} ul,li {list-style: none;}
table {border-collapse:collapse;border-spacing:0;}img {max-width: 100%;height: auto;}
input[type="checkbox"] {width: 1em;}
[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}
button,input,optgroup,select,textarea {font-family: sans-serif;font-size: 100%;line-height: 1.15;margin: 0;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}

/* style
--------------------------------------------------------------------------------------------------------------- */
html,body {
	color: #272727;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
  position: relative;
  background: #f6f6f6;
}
* html .clearfix { zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}


/* text style
--------------------------------------------------------------------------------------------------------------- */
a {color:#272727; text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;}
.clear {clear: both;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.btm {margin-bottom: 30px;}
.op:hover {opacity: 0.7;}
.center,.center-pc {text-align: center;}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}
.center {text-align: center;}
.mini_box {
  width: 400px;
  margin: 20px auto;
}
 /* ヘッダー
--------------------------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  height: 80px;
  z-index: 999;
  top: 0;
}
header .header_inner {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.089);
}

/* ドロワーメニュー
--------------------------------------------------------------------------------------------------------------- */
h1.toppage,.site_logo {
  width: 22%;
  margin: 0 0 0 20px;
}
nav{
  display: flex;
  flex-direction: row;
}
.navbar_toggle{
  display: none;
}
.menu{
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul{
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 2px 0 0 0;
}
.menu ul li{
  padding: 24px 25px 0 25px;
  border-bottom: none;
  text-align: center;
  height: 35px;
  line-height: 35px;
  position: relative;
  font-size: 16px;
  border-right: 1px solid #a2dfff;
  font-weight: 700;
}
.menu ul li:first-child {
  background: url(../images/common/menu_home.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(2) {
  background: url(../images/common/menu_about.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(3) {
  background: url(../images/common/menu_service.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(4) {
  background: url(../images/common/menu_policy.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(5) {
  background: url(../images/common/menu_info.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(6) {
  background: url(../images/common/menu_recruit.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:nth-of-type(7) {
  background: url(../images/common/menu_contact.svg) no-repeat top center;
  background-size: 25px;
}
.menu ul li:last-child {
  border-right: none;
 }
.menu ul li a {
   width: 100%;
   height: 100%;
   display: block;
   color: #35a0d8;
}
.menu ul li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.mainvis {
  width: 100%;
  height: 600px;
  background: url(../images/kv/kv.jpg) no-repeat center center;
  background-size: auto;
  position: relative;
}
.mainvis .keyword {
  width: 600px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mainvis p {
  padding: 15px 0 15px 15px;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  margin: 20px 0;
}
.mainvis p span {
  color: #35a0d8;
}
nav .instagram_logo {
  width: 50px;
  margin: 15px 5px 0 10px;
}
nav .instagram_logo:hover {
  opacity: 0.5;
}
.mainvis_sub {
  width: 100%;
  height: 380px;
  background: url(../images/common/mainvis_sub.jpg) no-repeat center center;
  background-size: 1800px;
}
.mainvis_sub h1 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  line-height: 440px;
  color: #fff;
  text-shadow: 4px 4px 0px #008bfd;
  letter-spacing: 5px;
}
 /* コンテンツ
--------------------------------------------------------------------------------------------------------------- */
.common_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 260px;
	padding: 1rem 0;
	font-weight: bold;
	border-radius: 10px;
	color: #000;
	border: 3px solid #008bfd;
	box-shadow: 5px 5px #008bfd;
	transition: 0.3s ease-in-out;
  background: #fff534;
  margin: 30px auto 0 auto;
  font-size: 1.1em;
}
.common_btn:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #008bfd;
}
.main_container {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.main_container_yellow {
  width: 100%;
  padding: 80px 0;
  position: relative;
  background: #fffef6;
}
.main_containts {
  width: 1100px;
  margin: 0 auto;
}
.gray {
  background: #f5f5f5;
}
section {
  width: 100%;
  position: relative;
  clear: both;
  line-height: 1.8em;
  margin: 0 0 100px 0;
}
section:last-child {
  margin: 0;
}
section:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.apeal {
  font-size: 1.1em;
  font-weight: 700;
  color: #008bfd;
}
.herf_wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.herf_wrap .double {
  width: 49%;
}
.mg_height {
  margin: 20px 0;
}
figcaption {
  font-style: italic;
  color: #3b3b3b;
  text-align: right;
  background: #f1f1f1;
  width: auto;
  display: inline;
  padding: 10px;
  border-radius: 5px;
}
 /* 新着情報
--------------------------------------------------------------------------------------------------------------- */
.news_wrap,.main_white_wrap {
  background: #fff;
  width: auto;
  padding: 20px 50px;
  border-radius: 10px;
  height: 140px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.082);
}
.main_white_wrap {
  height: auto;
}
.news_wrap table,.main_white_wrap table {
  width: 100%;
}
.news_wrap table tr,.main_white_wrap tr {
  border-bottom: 1px dotted #cfcfcf;
}
.news_wrap table tr:last-child,.main_white_wrap tr:last-child {
  border-bottom: none;
}
.news_wrap table th,.main_white_wrap th {
  width: 28%;
  padding: 20px 0;
  text-align: left;
}
.news_wrap table th span,.main_white_wrap th span {
  background: #35a0d8;
  color: #fff;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 14px;
  padding: 2px 15px;
  border-radius: 15px;
}
.news_wrap table td,.main_white_wrap td {
  padding: 20px 0;
}
.news_wrap table td a,.main_white_wrap td a {
  text-decoration: underline;
}
.view_all {
  width: 220px;
  font-size: 16px;
  text-align: center;
  background: #ffd900;
  float: right;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.view_all:hover {
  background: #ffea76;
}
.view_all::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3b3b3b;
  border-right: 2px solid #3b3b3b;
  transform: rotate(45deg);
  margin-top: -5px;
}
 /* 見出し
--------------------------------------------------------------------------------------------------------------- */

h2.main {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  margin: 0 0 60px 0;
}
h2.main:before {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 50px);
  width: 100px;
  height: 7px;
  content: '';
  border-radius: 3px;
  background: #35a0d8;
}

 /* トップページ
--------------------------------------------------------------------------------------------------------------- */
.service_navi_1,.service_navi_6 {
  width: 100%;
  margin: 0 0 70px 0;
  clear: both;
}
.service_navi_2,.service_navi_4,.service_navi_7 {
  width: 49.5%;
  float: left;
  margin: 0 0 70px 0;
}
.service_navi_3,.service_navi_5 {
  width: 49.5%;
  float: right;
  margin: 0 0 70px 0;
}
.service_navi_1 .wrap_box4,.service_navi_6 .wrap_box4 {
  width: 22.25%;
  padding: 10px 1%;
  float: left;
  background: #fff;
  border-radius: 8px;
  margin: 0 1% 0 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.144);
}
.service_navi_1 .wrap_box4:last-child {
  margin: 0;
}
.service_navi_2 .wrap_box2,.service_navi_3 .wrap_box2,.service_navi_4 .wrap_box2,.service_navi_5 .wrap_box2,.service_navi_7 .wrap_box2 {
  width: 45%;
  padding: 10px 2%;
  float: left;
  background: #fff;
  border-radius: 8px;
  margin: 0 2% 0 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.144);
}
.service_navi_2 .wrap_box2:last-child,.service_navi_3 .wrap_box2:last-child,.service_navi_7 .wrap_box2:last-child {
  margin: 0;
}
.service_navi_1 h3,.service_navi_2 h3,.service_navi_3 h3,.service_navi_4 h3,.service_navi_5 h3,.service_navi_6 h3,.service_navi_7 h3 {
  font-size: 1.5em;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  font-weight: 700;
  color: #ff7300;
  border-left: 8px solid #ff7300;
  padding: 0 0 0 15px;
}
.service_navi_2 h3 {
  color: #54ad00;
  border-left: 8px solid #54ad00;
}
.service_navi_3 h3 {
  color: #008fee;
  border-left: 8px solid #008fee;
}
.service_navi_4 h3 {
  color: #763edf;
  border-left: 8px solid #763edf;
}
.service_navi_5 h3 {
  color: #ff359a;
  border-left: 8px solid #ff359a;
}
.service_navi_6 h3 {
	color: #0a4bd8;
	border-left: 8px solid #0a4bd8;
}
.service_navi_7 h3 {
	color: #ff7300;
	border-left: 8px solid #ff7300;
}
.service_navi_1 .service_title,.service_navi_2 .service_title,.service_navi_3 .service_title,.service_navi_4 .service_title,.service_navi_5 .service_title,.service_navi_6 .service_title,.service_navi_7 .service_title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 40px;
  height: 40px;
  color: #ff7300;
}
.service_navi_2 .service_title {
  color: #54ad00;
}
.service_navi_3 .service_title {
  color: #008fee;
  line-height: 20px;
}
.service_navi_4 .service_title {
  color: #763edf;
}
.service_navi_5 .service_title {
  color: #ff359a;
}
.service_navi_6 .service_title {
	color: #0a4bd8;
}
.service_navi_7 .service_title {
	color: #ff7300;
}
.service_navi_1 .detail,.service_navi_2 .detail,.service_navi_3 .detail,.service_navi_4 .detail,.service_navi_5 .detail,.service_navi_6 .detail,.service_navi_7 .detail {
  font-size: 0.7em;
  text-align: center;
}
 /* 
--------------------------------------------------------------------------------------------------------------- */
.main_container_top_policy {
  width: 100%;
  padding: 120px 0;
  position: relative;
  background: url(../images/top/top_policy_bg.jpg) no-repeat center center;
  background-size: 1900px;
}
.main_container_top_policy .title {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 0 70px 0;
}
.main_btn {
  width: 400px;
  margin: 30px auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #ffd900;
  border-radius: 30px;
  padding: 15px 0;
  position: relative;
}
.main_btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3b3b3b;
  border-right: 2px solid #3b3b3b;
  transform: rotate(45deg);
  margin-top: -5px;
}
.main_btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #3b3b3b;
}
.main_btn:hover {
  background: #ffe869;
}
 /* 法人情報
--------------------------------------------------------------------------------------------------------------- */
.grad-btn {
  background: #ffd900;
  padding: 10px 20px;
}
.label_wrap {
  width: 200px;
  position: absolute;
  top: 700px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 600px;
  z-index: 10;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fafafa 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fafafa 100%);
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.common_tb {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.common_tb th {
  width: 30%;
  padding: 20px 30px;
  border: 1px solid #b4b3b3;
}
.common_tb td {
  padding: 20px 50px;
  border: 1px solid #b4b3b3;
}

.container_accordion {
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #cccccc;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #348296;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 0;
  color: #313131;
  font-size: 1.2em;
  font-weight: 700;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #348296;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #348296;
  border: 1px solid #348296;
}
.accordion button .accordion-title {
  padding: 0 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-radius: 25px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 11px;
  width: 2px;
  height: 14px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #444444;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 2000px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  color: #444444;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 150ms linear, max-height 150ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}
.accordion-content ul li {
  width: 44%;
  background: #fff url(../images/common/pdf.svg) no-repeat 2% center;
  background-size: 26px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 5%;
  margin: 5px 0;
  position: relative;
}
.accordion-content ul li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}
.accordion-content ul li:hover {
  background: #fcff69 url(../images/common/pdf.svg) no-repeat 2% center;
  background-size: 26px;
}
.remuneration_rules {
  padding: 10px 0;
}
.remuneration_rules .title {
  font-size: 1.2em;
  background: #d6d6d6;
  font-weight: 700;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
}
.remuneration_rules dt {
  font-weight: 700;
}
.remuneration_rules dd {
  margin: 0 0 30px 0;
}
.pdf_links {
  width: auto;
  background: #fff url(../images/common/pdf.svg) no-repeat 15px center;
  background-size: 26px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 60px;
  margin: 5px 0;
  position: relative;
  font-size: 18px;
  margin: 0 0 20px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.089);
}
.pdf_links a {
  width: 100%;
  height: 100%;
  display: block;
}
.pdf_links:hover {
  opacity: 0.7;
}
.pdf_links::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -5px;
}
/* #お問い合わせ
------------------------------------ */
.red {
	color: #d12f13;
}

.note {
  color: #ce543f;
  line-height: 1.8em;
  margin: 0 0 20px 0;
  text-align: center;
}
 /* 理念
--------------------------------------------------------------------------------------------------------------- */
.rinen_wrap {
  position: relative;
  background: url(../images/policy/01.jpg) no-repeat right top,url(../images/policy/02.jpg) no-repeat bottom left;
  background-size: 400px,500px;
  padding: 80px 0;
}
.rinen_wrap .title {
  font-size: 3.4em;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
  margin: 0 0 20px 0;
}
.rinen_wrap .title span {
  color: #ff9900;
}
.rinen_wrap .sub_title {
  width: 90%;
  margin: 0 auto;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  background: rgba(255, 255, 255, 0.842);
  border-radius: 20px;
  padding: 30px 0 20px 0;
  margin: 0 0 50px 0;
}
.rinen_wrap .sub_title span {
  font-size: 20px;
}
.rinen_wrap .sub_title2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  color: #008bfd;
}
.rinen_wrap .detail {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.8em;
}
 /* 広報
--------------------------------------------------------------------------------------------------------------- */
.info_wrap h3 {
  width: 150px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  background: #ffd900;
  padding: 10px;
}
.info_wrap .wht_wrap {
  width: auto;
  padding: 30px;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.075);
}
.info_wrap .wht_wrap .box {
  width: 22%;
  text-align: center;
}
.info_wrap .wht_wrap .box a {
  width: 100%;
  height: 100%;
  display: block;
}
.info_wrap .wht_wrap .box:hover {
  opacity: 0.8;
}
 /* 採用情報
--------------------------------------------------------------------------------------------------------------- */
.recruit_select_wrap {
  width: 500px;
  margin: 0 auto;
}
.recruit_select_wrap select {
  width: 100%;
  background-color: #fff;
  border: thin solid #666666;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.recruit_select_wrap select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.recruit_select_wrap select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.recruit_select_wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.recruit_wrap h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 20px 0;
  border-left: 8px solid #000;
  padding: 0 0 0 15px;
}
.recruit_wrap .list {
  width: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px 50px 70px 50px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.089);
  margin: 0 0 50px 0;
}
.recruit_wrap .list:last-child {
  margin: 0;
}
.recruit_wrap .list .left {
  width: auto;
}
.recruit_wrap .list .left table {
  width: 100%;
}
.recruit_wrap .list .left table tr {
  border-bottom: 1px dotted #a0a0a0;
}
.recruit_wrap .list .left table th {
  width: 18%;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  font-weight: 700;
}
.recruit_wrap .list .left table td {
  padding: 10px;
}
.recruit_wrap .list .right {
  width: 180px;
  position: absolute;
  right: 50px;
  bottom: 20px;
  background: #ffd900;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  padding: 5px 0;
}
.recruit_wrap .list .right:hover {
  background: #ffe554;
}
.border_link {
  background: linear-gradient(transparent 70%, #ffd900 70%);
}
.border_link:hover {
  background: linear-gradient(transparent 70%, #ffee8c 70%);
}
.alert {
  width: auto;
  padding: 10px;
  border: 1px solid #e66646;
  color: #e66646;
  font-size: 0.9em;
  margin: 20px 0;
}
 /* お問合せ
--------------------------------------------------------------------------------------------------------------- */
.contact_wrap {
  width: auto;
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.089);
}
 /* stair
--------------------------------------------------------------------------------------------------------------- */
.txt_big p {
  font-size: 18px;
  line-height: 2em;
}
.swiper-container {
  margin: 0 0 40px 0;
}
/* #プライバシーポリシー
------------------------------------ */

.policy p {
  margin: 0 0 1em 0;
}
.policy dt {
  font-weight: bold;
  font-size: 1.1em;
}
.policy dd {
  margin: 0 0 20px 0;
}
.formTable {
	width:100%;
	border-collapse:collapse;
  margin:20px auto;
  font-size: 16px;
}
.formTable tr {
	border-bottom: 1px solid #e7e5e5;
}
.formTable tr:last-child {
	border-bottom: none;
}
.formTable th {
	width:25%;
	text-align:left;
	vertical-align: middle;
	padding: 15px 0 15px 15px;
}
.formTable td {
	padding: 15px 20px;
}
.formTable span {
  font-size: 0.7em;
  background: #f57070;
  color: #fff;
  text-align: center;
  padding: 1px 5px;
  margin: 0 0 0 5px;
}
input, textarea {
  font: 1em sans-serif;
  padding: 5px 8px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fbf9f9;
	border: 1px solid #b7b8b7;
}
input[type=radio] {
	width: 1.1em;
	margin: 0;
}
.mwform-radio-field-text {
	margin: 0 15px 0 0;
}
.selectWrap{
  width: auto;
  position: relative;
  display: inline-block;
	margin: 0 3px 0 0;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  height: 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #b7bbb7;
  font-weight: normal;
}
::-moz-placeholder {
  color: #b7bbb7;
  font-weight: normal;
}
.submit_button{
	width: 300px;
	height: auto;
	padding: 15px 0;
	margin: 20px auto;
	text-align: center;
	background-color: #1f2325;
	color: #fff;
	font-weight: bold;
}
.submit_button:hover{
	background-color: #b7bbb7;
}

.hissu {
	font-size: 0.6em;
	color: #df4949;
	margin-left: 8px;
	border: 1px solid #df4949;
	padding: 3px 5px;
}
.totop {
	width: 50px;
	margin: -100px auto 0 auto;
	z-index: 9999;
}
	/* footer
------------------------------------ */
footer {
	width: 100%;
	clear: both;
  padding: 60px 0;
  text-align: center;
  background: #fff;
  font-size: 12px;
  margin: 80px 0 0 0;
}
footer .logo {
  width: 200px;
  margin: 0 auto 50px auto;
}
footer .navi_wrap {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
footer .foot_navi_1,footer .foot_navi_2,footer .foot_navi_3,footer .foot_navi_4,footer .foot_navi_5,footer .foot_navi_6,footer .foot_navi_7 {
  width: auto;
  margin: 0 20px;
}
footer .foot_navi_1 .title,footer .foot_navi_2 .title,footer .foot_navi_3 .title,footer .foot_navi_4 .title,footer .foot_navi_5 .title,footer .foot_navi_6 .title,footer .foot_navi_7 .title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 15px 0;
  color: #ff7300;
  text-align: left;
}
footer .foot_navi_2 .title {
  color: #54ad00;
}
footer .foot_navi_3 .title {
  color: #008fee;
}
footer .foot_navi_4 .title {
  color: #763edf;
}
footer .foot_navi_5 .title {
  color: #ff359a;
}
footer .foot_navi_6 .title {
  color: #0a4bd8;
}
footer .foot_navi_1 ul li,footer .foot_navi_2 ul li,footer .foot_navi_3 ul li,footer .foot_navi_4 ul li,footer .foot_navi_5 ul li,footer .foot_navi_6 ul li,footer .foot_navi_7 ul li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 15px 0;
  text-align: left;
}

footer .foot_navi_1 ul li:before,footer .foot_navi_2 ul li:before,footer .foot_navi_3 ul li:before,footer .foot_navi_4 ul li:before,footer .foot_navi_5 ul li:before,footer .foot_navi_6 ul li:before,footer .foot_navi_7 ul li:before {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ff7300;
}
footer .foot_navi_2 ul li:before {
  border-color: transparent transparent transparent #54ad00;
}
footer .foot_navi_3 ul li:before {
  border-color: transparent transparent transparent #008fee;
}
footer .foot_navi_4 ul li:before {
  border-color: transparent transparent transparent #763edf;
}
footer .foot_navi_5 ul li:before {
  border-color: transparent transparent transparent #ff359a;
}
footer .foot_navi_6 ul li:before {
  border-color: transparent transparent transparent #0a4bd8;
}
footer .copy {
  font-size: 0.85em;
}
footer ul li a {
  text-decoration: underline;
}
.first {margin-left: 0;clear: left;}
.last {margin-bottom: 80px;}

/*-------------------------------------------------------------------------------------
████████╗ █████╗ ██████╗ ██╗     ███████╗████████╗
╚══██╔══╝██╔══██╗██╔══██╗██║     ██╔════╝╚══██╔══╝
   ██║   ███████║██████╔╝██║     █████╗     ██║
   ██║   ██╔══██║██╔══██╗██║     ██╔══╝     ██║
   ██║   ██║  ██║██████╔╝███████╗███████╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝   ╚═╝
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 601px) and (max-width: 1079px) {

  header h1.toppage {
    width: 300px;
    float: left;
    margin: 16px 0 0 20px;
  }
  /* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: 100%;
  height: 70px;
  position: relative;
  display: block;
  flex-direction: column;
 }
 .drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
 }
 .navbar_toggle{
  display: block;
  z-index:9999;
 }
 .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .navbar_toggle_icon:nth-child(1) {
  top: 0;
 }
 .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .navbar_toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #fff;
 }
 .menu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
 }
 .menu ul li{
  padding: 2em;
  text-align: center;
  border-bottom: 1px solid #CCC;
 }
 .menu ul li::after {
  display: none;
}
 /*OPEN時の動き*/
 .menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }
 .menu ul li a {
  color: #000;
 }
  
  section {
    width: auto;
    padding: 0 20px;
  }
  .service dt {
    width: auto;
    height: 158px;
    float: none;
    margin: 0 0 10px 0;
  }
  .service dt p {
    font-size: 1.4em;
  }
  .service dd {
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    background-color: #fff;
    margin: 0 0 50px 0;
  }
  .contactarea {
    width: auto;
  }
  
}


/*-------------------------------------------------------------------------------------
███████╗███╗   ███╗ █████╗ ██████╗ ████████╗██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██║  ██║██╔═══██╗████╗  ██║██╔════╝
███████╗██╔████╔██║███████║██████╔╝   ██║   ██████╔╝███████║██║   ██║██╔██╗ ██║█████╗
╚════██║██║╚██╔╝██║██╔══██║██╔══██╗   ██║   ██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔══╝
███████║██║ ╚═╝ ██║██║  ██║██║  ██║   ██║   ██║     ██║  ██║╚██████╔╝██║ ╚████║███████╗
╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
----------------------------------------------------------------------------------------*/


@media (max-width: 600px) {
  header h1.toppage {
    width: 200px;
    float: left;
    margin: 20px 0 0 20px;
  }
   /* ドロワーメニュー
--------------------------------------------------------- */
nav{
  width: 100%;
  height: 55px;
  position: relative;
  display: block;
  flex-direction: column;
 }
 .drawer{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 55px;
  padding: 0 1em;
 }
 .navbar_toggle{
  display: block;
  z-index:9999;
 }
 .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .navbar_toggle_icon:nth-child(1) {
  top: 0;
 }
 .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .navbar_toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .menu{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:ease .5s;
  transition:ease .5s;
  z-index:1000;
  background: #f0f0f0;
 }
 .menu ul{
  height: 100%;
  display: block;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
 }
 .menu ul li{
  padding: 1.5em 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #CCC;
 }
 .menu ul li a {
   color: #000;
 }
 .menu ul li::after {
  display: none;
}
 /*OPEN時の動き*/
 .menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }
 .banner {
  width: 100%;
  height: 250px;
  background: url(../images/common/banner.jpg) no-repeat center center;
  background-size: 1700px;
}
.banner h1.sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  line-height: 300px;
  text-align: center;
  color: #fff;
}
  /* メインビジュアル
  --------------------------------------------------------- */
  #mainVisual {
    max-width: 100%;
    height: 280px;
    background-size: 600px;
  }
  #mainVisual .message {
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.3em;
  }
   /* コンテンツ
  --------------------------------------------------------- */
  section {
    width: auto;
    padding: 0 20px;
  }
   /* 見出し
  --------------------------------------------------------- */
  h2.main {
    font-size: 1.6em;
    margin: 0 auto 50px auto;
  }
  h2.main p {
    line-height: 0.7em;
  }
  .leftbox {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }
  .rightbox {
    width: auto;
    float: none;
  }
  .threebox {
    width: auto;
    float: none;
    margin: 0 0 50px 0;
  }
  .threebox:nth-of-type(3){
    margin: 0;
  }
  .threebox h3 {
    font-size: 1.2em;
    font-weight: bold;
  }

  .service dt {
    width: auto;
    height: 158px;
    float: none;
    margin: 0 0 10px 0;
  }
  .service dt p {
    font-size: 1.4em;
  }
  .service dd {
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    background-color: #fff;
    margin: 0 0 50px 0;
  }
  .contactarea {
    width: auto;
  }

  .company {
    width: 100%;
    background: none;
  }
  .company tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .company a {
    text-decoration: underline;
  }
  .company th {
    width: auto;
    display: block;
    padding: 15px 25px 5px 0;
    border: none;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
  }
  .company td {
    width: auto;
    display: block;
    padding: 5px 25px 15px 15px;
    border: none;
  }
/* 問い合わせ
  --------------------------------------------------------- */
  .hidden_box input:checked ~ .hidden_show {
    font-size: 1em;
  }
  .note {
    text-align: left;
  }
  .formTable {
    width:100%;
    border-collapse:collapse;
    margin:20px auto;
  }
  .formTable tr {
    border-bottom: 1px solid #e7e5e5;
  }
  .formTable tr:last-child {
    border-bottom: none;
  }
  .formTable th {
    width:auto;
    display: block;
    text-align:left;
    vertical-align: middle;
    padding: 15px 0 5px 0;
  }
  .formTable td {
    padding: 0 0 15px 0;
    width:auto;
    display: block;
  }
  input, textarea {
    font: 16px sans-serif;
  }
  .submit_button{
    width: 80%;
    margin: 20px auto;
  }
  footer ul li {
    display: block;
    text-align: center;
    text-decoration: underline;
    margin: 15px 0;
  }
}
