@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

p {
  letter-spacing: .8px;
  line-height: 30px;
}

h1, h2 {
  letter-spacing: 1.2px;
}

body {
  color: #333333;
  max-width: 2800px;
  margin: auto;
  background: #FFFCEE;
}

.text-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  padding: 0.4em 0.8em;
  width: 100%;
}

.text-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.textarea-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 200px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.textarea-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.radio-test {
  display: none;
}

.radio-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.8em;
  position: relative;
}

.radio-test + span::before {
  -webkit-transform: translateY(-50%);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.radio-test + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 4px;
}

.radio-test:checked + span::after {
  opacity: 1;
}

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2.2em;
  position: relative;
  color: #333;
  font-size: 14px;
}

.check-test + span::before {
  -webkit-transform: translateY(-50%);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.check-test + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-test:checked + span::after {
  opacity: 1;
}

.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../images/reservation/arrow.jpg) no-repeat center right 8px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.select-test::-ms-expand {
  display: none;
}

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.submit-test {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}

.submit-test:hover,
.submit-test:focus {
  outline: none;
}

.submit-test::-moz-foucus-inner {
  border: none;
  padding: 0;
}

#file-test {
  display: none;
}

#file-test-label {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0.4em 0.8em;
}

#file-test-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  padding: 0.4em 0;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 14px;
  height: 14px;
  margin: 0px;
  background-image: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
  display: none;
}

.swiper-button-prev {
  background: url(../images/top/icon/矢印left.svg) no-repeat center center/contain;
}

.swiper-button-next {
  background: url(../images/top/icon/矢印right.svg) no-repeat center center/contain;
}

.swiper-pagination {
  margin: 0px 4rem;
}

.swiper-pagination-bullet {
  margin-right: .4rem;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-nav-origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  position: static;
}

.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

body {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
}

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

.smp {
  display: none;
}

section {
  margin-bottom: 120px;
  min-width: 980px;
}

#top_section {
  height: 100vh;
  position: relative;
  margin-bottom: 0px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15))), url(../images/top_back.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url(../images/top_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.toppage_logo_wrapper {
  color: white;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.toppage_logo {
  width: 30%;
  margin-bottom: 5px;
}

.toppage_logo_txt1 {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 22px;
}

.toppage_logo_txt2 {
  display: inline-block;
  font-size: 49px;
  margin-bottom: 12px;
}

.toppage_logo_txt2 span {
  font-size: 32px;
}

.toppage_logo_txt3 {
  display: inline-block;
  font-size: 26px;
}

.toppage_logo_txt3 span {
  font-size: 19px;
}

#header_pc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  -webkit-transition: .6s;
  transition: .6s;
}

#header_pc::after {
  position: absolute;
  content: "";
  border-top: 4px solid transparent;
  width: 100%;
  height: 0%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

#header_pc.transform {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#header_pc.transform .header_menu_pc a {
  color: #313131;
}

#header_pc.transform .header_menu_pc a:hover {
  color: #D4392A;
}

#header_pc.transform .header_center_pc {
  color: #313131;
}

#header_pc.transform .header_logo {
  background-image: url(../images/header_logo2.png);
}

#header_pc.transform::after {
  background: white;
  height: 95%;
  border-top: 4px solid #D4392A;
}

.header_menu_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s;
  transition: .6s;
}

.header_menu_pc li {
  width: 120px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
}

.header_menu_pc a {
  color: white;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_menu_pc a:hover {
  color: #D4392A;
}

.header_menu_pc span {
  font-size: 8px;
}

.header_menu_btn a {
  color: #313131;
  display: inline-block;
  width: 150px;
  height: 45px;
  border-radius: 10px;
  text-align: center;
  line-height: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #E4E4E4;
}

.header_menu_btn a::after {
  content: none;
}

.header_menu_btn a:hover {
  background-color: #0C2156;
}

.header_center_pc {
  width: 150px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header_logo {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  stroke: white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-image: url(../images/header_logo.png);
}

.header_margin {
  height: 60px;
}

.headline_A {
  font-size: 20px;
  padding-left: 10px;
  border-left: 8px solid #D4392A;
  margin-bottom: 70px;
  letter-spacing: 1.2px;
}

.headline_A span {
  font-size: 13px;
}

.headline_B {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.headline_C {
  margin-bottom: 40px;
}

.headline_C span {
  font-size: 21px;
  text-align: left;
  line-height: 45px;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FBD5CD), to(#FBD5CD));
  background: linear-gradient(to right, #FBD5CD 0%, #FBD5CD 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 110% 40%;
}

.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 370px;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 100px;
  min-width: 980px;
}

.header_bottom_txt {
  position: relative;
  z-index: 1;
  font-size: 34px;
  color: white;
}

.header_bottom_txt h2 {
  letter-spacing: 5px;
}

.header_bottom_txt::after {
  z-index: -1;
  display: block;
  font-size: 100px;
  color: white;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.outline .header_bottom_txt::after {
  content: "COMPANY";
}

.vehicle .header_bottom_txt::after {
  content: "VEHICLE";
}

.works .header_bottom_txt::after {
  content: "WORKS";
}

.recruit .header_bottom_txt::after {
  content: "RECRUIT";
}

.inquiry .header_bottom_txt::after {
  content: "CONTACT";
}

#vehicle_section .headline_A {
  margin-bottom: 50px;
}

#vehicle_section .headline_A::before {
  width: 180px;
  top: 25px;
  left: 180px;
}

#vehicle_section .headline_A::after {
  content: "";
  width: 180px;
  top: 25px;
}

#intro_section {
  padding-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 140px;
  position: relative;
  background: #FFFCEE;
}

.inner_A {
  margin: 0 auto;
  max-width: 1090px;
  position: relative;
}

.inner_B {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

.intro_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.intro_section_message_wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 110px 65px;
  background-image: url(../images/intro_section_message_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}

.intro_section_message_title {
  font-size: 32px;
  display: block;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.intro_section_message_title::after {
  content: "―MESSAGE―";
  justify-tracks: block;
  font-size: 100px;
  color: #D4392A;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.intro_section_message_txt {
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 60px;
  width: 100%;
}

.intro_section_message_txt span {
  color: #D4392A;
  font-size: 18px;
}

.intro_btn {
  position: relative;
  display: block;
  width: 240px;
  color: white !important;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #0C2156;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1.5px;
}

.intro_btn::after {
  position: absolute;
  content: "→";
  right: 5%;
  font-size: 25px;
}

.news_section_wrapper .headline_A {
  margin-bottom: 40px;
  text-align: center;
}

.news_section_wrapper .headline_A::before {
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.news_section_wrapper .headline_A::after {
  top: 28px;
  left: 50%;
}

.news_section_wrapper {
  background-color: white;
  border-radius: 15px;
  padding: 80px 65px;
  margin-bottom: 140px;
}

.news_list_item {
  padding: 20px 0 20px 20px;
  border-bottom: 1px dashed #313131;
}

.news_list_item img {
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.news_list_item p, .news_list_item a {
  letter-spacing: .8px;
  line-height: 30px;
  font-size: 18px;
}

.news_list_item a {
  text-decoration: underline;
  color: #718BB0;
}

.news_list_item:first-child {
  border-top: 1px dashed #313131;
}

.news_list_date {
  font-size: 14px;
}

.news_item {
  background: #F6C6A2;
  border-radius: 14px;
  width: 6em;
  text-align: center;
  margin-left: 20px;
}

.service_section_wrapper,
.works_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section_block {
  position: relative;
  margin: 0 40px 0 0;
  padding: 175px 25px 15px 25px;
  width: calc((100% - 80px) / 3);
  background-color: white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_section_block:nth-child(1) {
  background-image: url(../images/menu_1.jpg);
}

.service_section_block:nth-child(2) {
  background-image: url(../images/menu_2.jpg);
}

.service_section_block:nth-child(3) {
  background-image: url(../images/menu_3.jpg);
}

.service_section_block:nth-child(3n),
.works_section_block:nth-child(3n) {
  margin-right: 0px;
}

.service_section_block_title {
  color: white;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 28px;
  letter-spacing: 3px;
  border-bottom: 2px dashed white;
}

.service_section_block_txt {
  color: white;
  padding: 0 0px;
  padding-top: 10px;
  margin-bottom: 12px;
  width: 100%;
}

.service_section_block_txt p {
  font-size: 14px;
  line-height: 27px;
}

.service_section_block_btn {
  width: 150px;
  position: relative;
  padding: 15px 25px;
  text-align: center;
  color: white;
  background-color: #D4392A;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
}

.service_section_block_btn:hover {
  background-color: #D4392A;
  color: white;
}

.service_section_block_btn::after {
  content: "→";
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.greeting_section_wrapper {
  border: 1px solid #313131;
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.greeting_section_wrapper::after, .greeting_section_wrapper::before {
  content: "";
  display: block;
  width: 200px;
  height: 122px;
  position: absolute;
  background-image: url(../images/pump_sticker.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.greeting_section_wrapper::after {
  top: 8%;
  right: -5%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.greeting_section_wrapper::before {
  bottom: -4%;
  left: -10%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.greeting_section_wrapper_inner {
  z-index: 2;
  position: relative;
}

.greeting_section_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
}

.greeting_section_title::before,
.greeting_section_title::after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #313131;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.greeting_section_title::before {
  left: 200px;
}

.greeting_section_title::after {
  right: 200px;
}

.greeting_section_txt {
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 35px;
}

.greeting_section_txt span {
  color: #D4392A;
}

.greeting_section_sign {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: -40px;
  right: 0px;
}

.greeting_section_sign_txt {
  text-align: right;
  font-size: 20px;
  z-index: 1;
  margin-right: 10px;
}

.greeting_section_sign_txt span {
  font-size: 14px;
  margin-right: 15px;
}

.greeting_section_sign_txt::after {
  content: "";
  width: 165px;
  height: 35%;
  opacity: 0.4;
  position: absolute;
  bottom: 3px;
  left: 0px;
  z-index: -1;
  background: #D4392A;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 110% 40%;
}

.greeting_section_sign_img {
  width: 110px;
}

.greeting_section_sign_img img {
  width: 100%;
}

.outline_section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outline_section_logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  margin-bottom: 50px;
}

.outline_section_logo_img {
  display: block;
  width: 190px;
  margin-bottom: 16px;
}

.outline_section_logo_txt1 {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 16px;
}

.outline_section_logo_txt2 {
  display: inline-block;
  font-size: 42px;
}

.outline_section_logo_txt2 span {
  font-size: 28px;
}

.outline_section_table {
  width: 100%;
  font-size: 15px;
  letter-spacing: .8px;
  margin-bottom: 40px;
}

.outline_section_table th:first-child {
  width: 260px;
  padding: 0% 1%;
  line-height: 35px;
  text-align: center;
  color: white;
  background-color: #D4392A;
  border: 1px solid #313131;
}

.outline_section_table td {
  text-align: left;
  padding: 1% 5%;
  border: 1px solid #313131;
  line-height: 28px;
  background-color: white;
}

.outline_section_table tr:nth-child(even) td {
  background-color: #FBD5CD;
}

.outline_section_table th,
.outline_section_table td {
  vertical-align: middle;
}

.outline_section_map {
  width: 100%;
  position: relative;
}

.headline_vehicle_img {
  margin-bottom: 50px;
}

.headline_vehicle_img img {
  width: 100%;
}

.vehicle_table_wrapper {
  position: relative;
}

.vehicle_table_hose_wrapper {
  margin-bottom: 75px;
}

.vehicle_table {
  border: 1px solid #333;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.vehicle_table th,
.vehicle_table td {
  text-align: center;
  font-size: 12px;
  padding: 12px 0px;
  border: 1px solid #333;
  vertical-align: middle;
}

.vehicle_table tr:nth-child(even) {
  background-color: white;
}

.vehicle_table tr:nth-child(odd) {
  background-color: #FBD5CD;
}

.vehicle_table tr:first-child {
  background-color: #D4392A;
  color: white;
}

.vehicle_table_caution {
  text-align: right;
  font-size: 8px;
  margin-bottom: 60px;
  line-height: 12px;
}

.clickable-row:hover {
  background-color: #8C908B !important;
  color: white !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

#catalog_section {
  position: relative;
}

.catalog_img {
  width: 100%;
}

.catalog_img img {
  width: 100%;
}

.works_section_wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_section_block {
  position: relative;
  margin: 0 40px 40px 0;
  width: calc((100% - 80px) / 3);
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
}

.works_section_block::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0), 80%, rgba(0, 0, 0, 0.6));
  position: absolute;
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 240px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.works_section_block_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 15px 15px;
  z-index: 2;
}

.works_section_block_title {
  color: white;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 2px dashed white;
}

.works_section_block_subtitle {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 13px;
}

.works_section_block:nth-child(n + 7) {
  margin-bottom: 0px;
}

.recruit_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.recruit_img_block {
  margin: 0 120px 0 0;
  width: calc(33.3333333% - 240px / 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit_img_block img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.recruit_img_block:nth-child(3n) {
  margin-right: 0px;
}

.recruit_contact_wrapper {
  border: 1px solid #313131;
  padding: 45px 100px;
  background-color: white;
}

.recruit_contact_title.headline_A {
  display: block;
  width: 100px;
  margin: 0 auto 35px auto;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  border-left: 6px solid #D4392A;
}

.recruit_contact_title.headline_A::after {
  display: none;
}

.recruit_contact_title.headline_A::before {
  display: none;
}

#recruit_intro_section .headline_B {
  text-align: left;
}

.recruit_contact_txt1 {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 35px;
  text-align: center;
}

.recruit_contact_txt2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}

.recruit_contact_txt2 span {
  color: #D4392A;
}

.inquiry_section_wrapper {
  margin: 0 auto;
}

.formrun {
  margin-right: auto;
  margin-left: auto;
}

.contact-container {
  width: 100%;
  margin: 0 auto;
}

.contact-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contact-colum-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 23%;
          flex: 0 23%;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-colum-left p {
  margin: 0;
  font-size: 14px;
}

.colum-tag {
  margin-left: auto;
  background-color: #0C2156;
  color: white;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline;
}

.contact-colum-right {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select-test {
  max-width: 150px;
  margin-right: .7rem;
  position: relative;
}

.select-small {
  max-width: 100px;
}

.select-span {
  margin-right: 1rem;
}

.submit-test {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-color: #0C2156;
  border: 1px solid #0C2156;
  color: white;
  margin: 0 0 1em;
  padding: 10px 120px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio-test + span {
  margin-top: 0;
}

.submit-test:hover,
.submit-test:focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  border: 1px solid #313131;
  color: #D4392A;
}

.left-last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
}

.right-last {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  width: 100%;
}

.textarea-text {
  height: 15rem;
}

.check-box {
  margin-bottom: 40px;
}

.contact-center {
  text-align: center;
}

.formrun-system-show {
  font-size: .8rem;
}

.contact_caution {
  font-size: 10px !important;
  color: #4A4A4A;
  font-weight: 300;
  line-height: 16px;
}

.modal {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: white;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  position: relative;
  margin-right: 0;
  height: 65%;
}

.modal-title {
  text-align: center;
}

.title-under-line {
  margin: 0 auto;
  height: 2px;
  width: 20%;
  margin-bottom: 48px;
  background-color: black;
}

.modal-text {
  margin-bottom: 30px;
}

.modal-text p {
  padding-left: 27px;
}

.modal-close {
  text-align: center;
}

.modal-close-btn {
  color: white;
  padding: 7px 66px;
  border-radius: 12px;
}

.modal-close-btn2 {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 2rem;
}

.modal-container {
  overflow: scroll;
  height: 85%;
}

.thanks_section_img {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.thanks_section_img img {
  width: 100%;
}

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

.thanks_section_txt2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.thanks_section_btn {
  display: block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: #0C2156;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thanks_section_btn:hover {
  background-color: #8793E3;
}

#footer {
  position: relative;
  background-color: #D4392A;
  min-width: 980px;
  max-width: 2800px;
  margin: 0 auto;
}

#footer::after {
  content: "";
  display: block;
  width: 201px;
  height: 124px;
  position: absolute;
  background-image: url(../images/pump_sticker.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 52.5%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_wrapper {
  padding: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_menu li {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 20px;
}

.footer_menu li:nth-child(5) {
  width: 140px;
  background-color: #0C2156;
  border-radius: 7px;
  margin-left: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_menu li:nth-child(5) a {
  color: white;
  padding: 10px 0px;
  display: block;
  height: 100%;
}

.footer_menu li:nth-child(5):hover {
  background-color: white;
}

.footer_menu li:nth-child(5):hover a {
  color: #D4392A;
}

.footer_menu a {
  color: white;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_menu a:hover {
  color: white;
}

.footer_menu span {
  font-size: 11px;
}

.footer_logo {
  width: 140px;
  margin-bottom: 30px;
  display: block;
}

.footer_logo img {
  width: 100%;
}

.footer_slider {
  position: absolute !important;
  bottom: 28px;
  width: 100%;
}

.footer_slider img {
  width: 100%;
}

.footer_copyright {
  font-size: 7px;
  letter-spacing: 0.5px;
  color: white;
  text-align: center;
  background-color: #0C2156;
  height: 28px;
}
