@charset "UTF-8";
@import url("custom-reset.css");
/*メイン画像サイズ調整*/
.p-header-video video {
  width: auto !important;
  height: 150% !important;
}

/*-----------------------------------------------
header・footer
-------------------------------------------------*/
#head_foot_contact {
  display: flex;
  align-items: center;
}
#head_foot_contact a.tel span {
  display: block;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  padding-left: 25px;
  position: relative;
}
#head_foot_contact a.tel span::before {
  content: "";
  display: block;
  background: url(../img/icon_tel_blue.svg) no-repeat center center;
  background-size: auto 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#head_foot_contact a.tel small {
  display: block;
  font-size: 12px;
  font-feature-settings: "palt";
  padding-top: 0.2em;
  padding-left: 25px;
}

#head_foot_contact a.mail {
  background-color: #e64600;
  padding: 1.5em;
  margin-left: 20px;
}
#head_foot_contact a.mail:hover {
  background-color: #d90000;
}
#head_foot_contact a.mail span {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
#head_foot_contact a.mail span::before {
  content: "";
  display: block;
  background: url(../img/icon_mail_white.svg) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  header #head_foot_contact {
    display: none;
  }
}
footer .p-banner p {
  font-size: 20px;
}

/*-----------------------------------------------
TOP Page
-------------------------------------------------*/
#js-header-video {
  position: relative;
}
#js-header-video::after {
  content: "";
  display: block;
  width: 490px;
  height: 100%;
  background: url(../img/top_main_text.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -3%;
  z-index: 99;
}

ul#top_page_bnr, li#top_page_bnr, p#top_page_bnr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
}

ul#top_page_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
ul#top_page_bnr li {
  width: 100%;
}
ul#top_page_bnr li:nth-child(1) {
  margin-bottom: 4%;
}
ul#top_page_bnr li:nth-child(n+2) {
  width: 48%;
  max-width: 570px;
}
ul#top_page_bnr li a {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}
ul#top_page_bnr li a::before {
  content: "";
  display: block;
  padding-top: 52.6315789474%;
}
ul#top_page_bnr li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
ul#top_page_bnr li a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 1.5em;
  font-family: "Segoe UI", "游ゴシック", YuGothic, Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: min(3.8vw, 46px);
  line-height: 1.4;
}
ul#top_page_bnr li a p span {
  display: block;
  font-family: "游ゴシック", YuGothic, "Segoe UI", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: min(2vw, 24px);
}

ul#top_page_bnr li:nth-child(1) a::before {
  content: "";
  display: block;
  padding-top: 25.4237288136%;
}

ul#top_page_bnr li a:hover img {
  width: 120%;
  max-width: 120%;
}

.p-index-content02.p-cb__item.l-inner .p-btn {
  display: none;
}

/*-----------------------------------------------
template
-------------------------------------------------*/
#original_tpl {
  margin-top: 150px;
}

#original_tpl .sp {
  display: none !important;
}

#original_tpl .cont_box01 {
  width: 100%;
}
#original_tpl .cont_box01:nth-child(n+2) {
  margin-top: 150px;
}

#original_tpl .title01 {
  display: block;
  color: #0099cb;
  font-size: 42px;
  margin-bottom: 1.5em;
  text-align: center;
  font-feature-settings: "palt";
}
#original_tpl .subtitle01 {
  display: block;
  font-size: 30px;
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  line-height: 1.2;
  position: relative;
  font-feature-settings: "palt";
}
#original_tpl .subtitle01::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #0099cb;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#original_tpl .subtitle02 {
  display: block;
  font-size: 30px;
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
#original_tpl .subtitle02::after {
  content: "";
  display: block;
  background-color: #0099cb;
  width: 120px;
  height: 3px;
  margin: 0.8em auto 1em;
}

#original_tpl .btn_style01 {
  text-align: center;
  background-color: #333;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  min-width: 240px;
}
#original_tpl .btn_style01 p {
  color: #fff;
  padding: 10px 1em;
}

#original_tpl .btn_style01.blue {
  background-color: #0099cb;
}
#original_tpl .btn_style01.blue:hover {
  background-color: #0069db;
}
#original_tpl .btn_style01.green {
  background-color: #6fb82b;
}
#original_tpl .btn_style01.green:hover {
  background-color: #5a9523;
}

/*-----------------------------------------------
サイドコンテンツ
-------------------------------------------------*/
.p-banners-list li a p::before {
  content: "";
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.p-banners-list li:nth-child(1) a p::before {
  content: "Recruiting";
}
.p-banners-list li:nth-child(2) a p::before {
  content: "Interview";
}
.p-banners-list li:nth-child(3) a p::before {
  content: "Business Partner +";
}

/*-----------------------------------------------
事業内容
-------------------------------------------------*/
#page_service .cont_box01 .gallerybox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
#page_service .cont_box01 .gallerybox li {
  width: 49.5%;
}
#page_service .cont_box01 .gallerybox li img {
  display: block;
  width: 100%;
}

#page_service .cont_box01 .gallerybox.style01 li:nth-child(1) {
  width: 65.2542372881%;
}
#page_service .cont_box01 .gallerybox.style01 li:nth-child(2) {
  width: 33.8983050847%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/*-----------------------------------------------
安全と品質
-------------------------------------------------*/
#page_safety_quality .cont_box01 .gallerybox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
#page_safety_quality .cont_box01 .gallerybox li {
  width: 49.5%;
}
#page_safety_quality .cont_box01 .gallerybox li img {
  display: block;
  width: 100%;
}

/*-----------------------------------------------
営業エリア
-------------------------------------------------*/
#page_areapoint .areabox {
  display: block;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
#page_areapoint .areabox .textbox {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 0;
}
#page_areapoint .areabox .textbox b {
  color: #e64600;
}
#page_areapoint .areabox figure {
  display: table;
  margin: 0 auto;
}

/*-----------------------------------------------
会社概要
-------------------------------------------------*/
#page_company .overview {
  display: flex;
  justify-content: space-between;
}
#page_company .overview > table {
  width: 49%;
}
#page_company .overview > table th {
  min-width: 100px;
  padding: 0.8em;
}
#page_company .overview > table .owned_vehicle {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0.5em 0;
}
#page_company .overview > table .owned_vehicle ul {
  width: 47%;
}
#page_company .overview > table .owned_vehicle ul li {
  border-top: #ddd solid 1px;
  padding: 0 0.5em;
  font-size: 0.9em;
}

#page_company .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#page_company .gallery li {
  width: calc((100% - 30px) / 3);
  margin-top: 20px;
}
#page_company .gallery li:first-child {
  width: 100%;
  margin-top: 0;
}
#page_company .gallery li img {
  width: 100%;
  height: auto;
}
#page_company .gallery li p {
  text-align: center;
}

@media screen and (max-width: 920px) {
  #page_company .overview {
    display: block;
  }
  #page_company .overview table {
    width: 100%;
  }
  #page_company .overview table:first-child {
    margin-bottom: 0;
  }
  #page_company .overview table:first-child tr:last-child th, #page_company .overview table:first-child tr:last-child td {
    border-bottom: none;
  }
  #page_company .overview table th {
    width: 180px;
  }
}
/*-----------------------------------------------
ごあいさつ
-------------------------------------------------*/
#page_salutation .greeting {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
/*#page_salutation .greeting .textbox {
  width: 72%;
}*/
#page_salutation .greeting .textbox p {
  margin-bottom: 1.8em;
}
#page_salutation .greeting .textbox .sign {
  display: block;
  text-align: right;
  line-height: 1.8;
}
#page_salutation .greeting ul.imgbox {
  width: 20%;
}
#page_salutation .greeting ul.imgbox li {
  margin-bottom: 1.4em;
}
#page_salutation .greeting ul.imgbox li img {
  width: 100%;
  height: auto;
}
#page_salutation .greeting ul.imgbox li p {
  text-align: center;
  font-size: 0.9em;
}

/*-----------------------------------------------
採用情報
-------------------------------------------------*/
#page_recruit .text_center {
  text-align: center;
}
#page_recruit .table_type01 {
  width: 100%;
}
#page_recruit .bnr {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  overflow: hidden;
  margin: 20px auto 0;
}
#page_recruit .bnr img {
  transition: 0.2s;
}
#page_recruit .bnr:hover a img {
  transform: scale(1.05);
}

#page_recruit .anchor_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
#page_recruit .anchor_list li {
  width: 220px;
  margin: 10px 10px;
}
#page_recruit .anchor_list li:last-child {
  margin-right: 0;
}
#page_recruit .anchor_list li a {
  display: block;
  padding: 0.3em 0.8em;
  text-align: center;
  background-color: #0099cb;
  color: #fff;
}
#page_recruit .anchor_list li a span {
  display: table;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
}
#page_recruit .anchor_list li a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

#page_recruit .btn_style01 {
  margin-top: 30px;
}

/*-----------------------------------------------
採用情報　大型ドライバー
-------------------------------------------------*/
#page_recruit .re_point {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 30px 0;
}
#page_recruit .re_point li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0099cb;
  color: #fff;
  text-align: center;
  padding: 2em;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  position: relative;
}
#page_recruit .re_point lilast-child {
  margin-right: 0;
}
#page_recruit .re_point li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: none;
  border-left: solid 30px white;
  border-bottom: solid 30px transparent;
}
#page_recruit .re_point li b {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 25px;
}
#page_recruit .re_point li small {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 100%;
  padding-top: 0.3em;
}

#page_recruit #job_description .btn_style01 {
  margin-top: 20px;
}

#page_recruit .demand {
  display: flex;
  justify-content: space-between;
}
#page_recruit .demand .textbox {
  width: 70%;
}
#page_recruit .demand .textbox .checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
#page_recruit .demand .textbox .checklist li {
  font-size: 21px;
  width: 49%;
  padding-left: 1.2em;
  font-weight: bold;
  position: relative;
}
#page_recruit .demand .textbox .checklist li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_checkbox.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#page_recruit .demand .textbox .comment {
  border: #0099cb solid 2px;
  margin-bottom: 20px;
  padding: 1em 3em 1em;
  color: #0099cb;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#page_recruit .demand .textbox .comment b {
  font-size: 20px;
}
#page_recruit .demand .textbox .comment p {
  text-align: right;
  font-weight: bold;
  line-height: 100%;
}
#page_recruit .demand figure {
  width: 25%;
}
#page_recruit .demand figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#page_recruit .overview {
  display: flex;
  flex-direction: row-reverse;
}
#page_recruit .overview figure {
  width: 45%;
}
#page_recruit .overview .text {
  width: 55%;
  margin-right: 30px;
}
#page_recruit .overview .text .tit {
  font-size: 1.5em;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
  color: #0099cb;
}
#page_recruit .overview .text .btn_style01 {
  margin-top: 30px;
  margin-left: 0;
}

#page_recruit .areabox {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
#page_recruit .areabox figure {
  display: table;
  margin: 0 auto;
}
#page_recruit .areabox p {
  font-size: 1.5em;
  padding-right: 0;
  font-weight: bold;
  color: #e64600;
  font-feature-settings: "palt";
  position: absolute;
  top: 60px;
  left: 30px;
}
#page_recruit .areabox p span {
  display: table;
  line-height: 100%;
  padding: 0.3em 0.4em;
  background-color: #fdfdfd;
  margin-bottom: 1em;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

#page_recruit #strengths .pickup {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
}
#page_recruit #strengths .pickup li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0099cb;
  color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 20px;
  border-radius: 100%;
}
#page_recruit #strengths .pickup li p {
  display: block;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  font-feature-settings: "palt";
}

#page_recruit #strengths .textbox {
  text-align: center;
}
#page_recruit #strengths .textbox .tit {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #0099cb;
}

#page_recruit #strengths ul.gallery {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
#page_recruit #strengths ul.gallery li {
  width: 24%;
}
#page_recruit #strengths ul.gallery li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------
個人情報保護
-------------------------------------------------*/
#page_privacy .privacy_contents section {
  margin-top: 50px;
  counter-increment: number;
}
#page_privacy .privacy_contents section > .tit {
  margin-bottom: 0.5em;
}
#page_privacy .privacy_contents section > .tit::before {
  content: counter(number) ".";
}
#page_privacy .privacy_contents section ul.list {
  margin-top: 0.5em;
  margin-left: 1em;
}
#page_privacy .privacy_contents section ul.list li {
  display: block;
  font-size: 0.9em;
  padding-left: 0.8em;
  position: relative;
}
#page_privacy .privacy_contents section ul.list li::before {
  content: "∗";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*-----------------------------------------------
サイトマップ
-------------------------------------------------*/
#page_sitemap {
  display: flex;
  flex-wrap: wrap;
}
#page_sitemap ul {
  width: calc((100% - 150px) / 3);
  margin: 0 25px;
}
#page_sitemap ul li a {
  color: #333;
}
#page_sitemap ul li.tit {
  border-bottom: #0099cb solid 2px;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
#page_sitemap ul li.tit a, #page_sitemap ul li.tit p {
  font-weight: bold;
  font-size: 1.3em;
  color: #0099cb;
}

#page_sitemap ul:last-child {
  padding-top: 60px;
}

/*-----------------------------------------------
ビジネスパートナープラス　一覧
-------------------------------------------------*/
#original_tpl #page_business_partner .subtitle01::before {
  background-color: #6fb82b;
}

#page_business_partner .partner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#page_business_partner .partner_list .subtitle01 {
  width: 100%;
}
#page_business_partner .partner_list .box {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_business_partner .partner_list .box:nth-child(n+4) {
  margin-top: 50px;
}
#page_business_partner .partner_list .box .textbox {
  width: 45%;
}
#page_business_partner .partner_list .box .imgbox {
  width: 51%;
}

#page_business_partner .partner_list .textbox > b {
  font-size: 1.2em;
  line-height: 1.2;
  color: #6fb82b;
}
#page_business_partner .partner_list .textbox > p {
  margin-top: 0.7em;
  font-size: 0.9em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#page_business_partner .partner_list .textbox .name {
  margin-top: 0.5em;
}
#page_business_partner .partner_list .textbox .name b {
  display: block;
  font-size: 1.2em;
}
#page_business_partner .partner_list .textbox .name small {
  display: block;
  line-height: 1.4;
  font-size: 0.8em;
}

#page_business_partner .partner_list .imgbox {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #6fb82b;
  position: relative;
}
#page_business_partner .partner_list .imgbox img {
  width: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#page_business_partner .partner_list .imgbox::before {
  content: "";
  display: block;
  padding-top: 66.4556962025%;
}
#page_business_partner .partner_list .imgbox::after {
  content: "詳しくはこちら";
  display: table;
  background-color: #6fb82b;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#page_business_partner .partner_list .imgbox:hover img {
  width: 110%;
  max-width: 110%;
  opacity: 0.6;
}

/*-----------------------------------------------
ビジネスパートナープラス　詳細
-------------------------------------------------*/
#single_business_partner .interview_title {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
#single_business_partner .interview_title > img {
  width: 50%;
}
#single_business_partner .interview_title .title {
  width: 50%;
}
#single_business_partner .interview_title .title > img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#single_business_partner .interview_title .title p {
  width: 80%;
  margin: 5px auto 0;
  font-size: 18px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
}
#single_business_partner .interview_title .title p b {
  color: #6fb82b;
  font-size: 1.5em;
  padding-right: 5px;
}
#single_business_partner .interview_title .title p span {
  color: #6fb82b;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 0.3em;
}

#single_business_partner .worker_interview {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#single_business_partner .worker_interview section:nth-child(n+2) {
  margin-top: 100px;
}
#single_business_partner .worker_interview .p_title {
  display: block;
  text-align: center;
  font-size: 30px;
}

#single_business_partner .worker_interview .tit {
  color: #6fb82b;
  font-size: 1.3em;
  border-bottom: #6fb82b solid 1px;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
#single_business_partner .worker_interview .imglayout {
  display: flex;
}
#single_business_partner .worker_interview .imglayout p {
  width: 60%;
  padding-left: 40px;
  text-align: justify;
}
#single_business_partner .worker_interview .imglayout figure {
  width: 40%;
}

#single_business_partner .worker_interview .imglayout.left {
  flex-direction: row-reverse;
}
#single_business_partner .worker_interview .imglayout.left p {
  padding-left: 0;
  padding-right: 40px;
}

#single_business_partner .worker_interview .textlayout figure {
  float: right;
  width: 35%;
  margin-left: 40px;
  margin-bottom: 2em;
}
#single_business_partner .worker_interview .textlayout figure img {
  width: 100%;
  height: auto;
}
#single_business_partner .worker_interview .textlayout p {
  text-align: justify;
}

#single_business_partner .btn_style01 {
  margin: 100px auto 0;
  display: block;
  max-width: 500px;
}

/*-----------------------------------------------
私たちの仕事
-------------------------------------------------*/
.p-company-header {
  display: none;
}

#original_tpl.interview_tpl {
  margin-top: 0;
}

.interview_tpl .staff_main {
  position: relative;
}
.interview_tpl .staff_main .cap {
  position: absolute;
  top: 30%;
  left: 50px;
}
.interview_tpl .staff_main .cap span {
  display: table;
  background-color: #fff;
  color: #0099cb;
  line-height: 100%;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  padding: 0.2em 0.5em;
  font-feature-settings: "palt";
}

#original_tpl.interview_tpl .staff_main .namebox {
  display: table;
  background-color: #000;
  color: #fff;
  padding: 20px 100px 15px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#original_tpl.interview_tpl .staff_main .namebox .name {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 0.1em;
}
#original_tpl.interview_tpl .staff_main .namebox small {
  color: #0099cb;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 0.7em;
}
#original_tpl.interview_tpl .staff_main .namebox p {
  line-height: 1.4;
  font-size: 12px;
  margin: 0;
  margin-top: 1.5em;
}

#original_tpl.interview_tpl .box {
  margin-top: 80px;
}
#original_tpl.interview_tpl .box .subtitle01 {
  margin-bottom: 30px;
}
#original_tpl.interview_tpl .box figure {
  display: block;
  margin-top: 30px;
}

/*-----------------------------------------------
メールフォーム
-------------------------------------------------*/
.mail_box {
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
  font-size: 15px;
}

.mail_box table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: #DDD solid 1px;
}

.mail_box table tr th,
.mail_box table tr td {
  font-style: normal;
  padding: 20px 0;
  background: none;
  border: none;
  border-bottom: #DDD solid 1px;
  letter-spacing: 0.08em;
  text-align: left;
  font-feature-settings: "palt";
}

.mail_box table tr th {
  width: 300px;
  padding: 20px 0 20px 50px;
  letter-spacing: 0em;
}

.mail_box table tr td {
  width: 900px;
  padding: 20px 20px;
}

.mail_box table tr td small {
  display: inline-block;
  line-height: 150%;
}

.mail_box table tr th em {
  display: block;
  font-style: normal;
  font-feature-settings: "palt";
  font-weight: bold;
}

.mail_box table tr th em.must::after {
  content: "必須";
  font-size: 10px;
  line-height: 100%;
  display: inline-block;
  color: #FFF;
  background-color: #e64600;
  padding: 3px 5px;
  margin-left: 5px;
}

.mail_box table tr td input,
.mail_box table tr td textarea {
  padding: 5px;
  width: 480px;
  font-size: 1em;
}

.mail_box table tr td select {
  padding: 3px;
  font-size: 1em;
}

.mwform-checkbox-field.horizontal-item label {
  display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px !important;
}

.mail_box table tr td input#name_sei,
.mail_box table tr td input#name_sei_furi,
.mail_box table tr td input.half {
  width: 240px;
}

.mail_box table tr td input.half02 {
  width: 120px;
}

.mail_box table tr td textarea {
  width: 480px;
}

.mail_box table tr td .horizontal-item label input {
  width: auto;
  margin: 0;
}

.mail_box .address span {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.mail_box .address span em {
  display: block;
  width: 100px;
  font-weight: bold;
  float: left;
  font-style: normal;
}

.mail_box .address #zip1,
.mail_box .address #zip2 {
  width: 150px;
}

.mail_box .address a {
  color: #e64600;
  text-decoration: underline;
  margin: 0 5px;
}

.mw_wp_form_preview .mail_box .address a {
  display: none;
}

.mail_box .mwform-tel-field input {
  width: 150px;
}

.mail_box .send_button {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}

.mail_box .send_button input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: table;
  background-color: #0099cb;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
}

.mail_box .send_button input:nth-child(2) {
  margin-left: 20px;
  display: table;
  background-color: #BBB;
  color: #333;
}

.mail_box .last_check {
  background-color: #f4f4f4;
  padding: 10px 20px !important;
  text-align: center;
  font-weight: bold;
}

.mail_box .last_check input {
  width: 18px;
  height: 18px;
}

.mw_wp_form_preview .mail_box .last_check,
.mw_wp_form_preview .mail_box .remarks {
  display: none;
}

/*-----------------------------------------------
お問い合わせ
-------------------------------------------------*/
#page_contact .mail_text {
  margin-bottom: 30px;
}
#page_contact .mail_text b {
  color: #e64600;
}

/*-----------------------------------------------

-------------------------------------------------*//*# sourceMappingURL=custom-layout-pc.css.map */