@charset "UTF-8";
/*変数*/
:root {
  --main_color: #287882;
  --black:#313131;
}

/*--------------------------------------
リセットCSS
--------------------------------------*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* b, strong {font-weight: bolder;} */

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*--------------------------------------
サイト共通定義
--------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  margin: 0 auto;
  min-height: 800px;
  min-width: 320px;
  width: 100%;
  color: var(--black);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ","Meiryo","Roboto",sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
body.open {
  overflow: hidden;
}
.sub_body{
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.open {
    overflow: auto;
  }
  .sub_body{
    padding-bottom: 100px;
  }
}

ul::-webkit-scrollbar {
  display: none;
}

.wrapper {
  width: 100%;
  /* ↓スライダーの時はこれを復活 */
  /* max-width: 2000px; */
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: auto  20px;
}
@media (min-width: 1020px) {
  .inner {
    margin: auto;
  }
}

.bg_color {
  background: #E9EEED;
}

.flex {
  display: block;
}
@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mb_10{
  margin-bottom: 10px;
}
.mb_20{
  margin-bottom: 20px;
}
.mb_30{
  margin-bottom: 30px;
}
.mb_40{
  margin-bottom: 40px;
}
.mb_50{
  margin-bottom: 50px;
}
.mb_80{
  margin-bottom: 80px;
}
.fs_14 {
  font-size: 14px;
}
.fw_b{
  font-weight: bold;
}
.left{
  text-align: left;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media (min-width: 768px){
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* 共通のlink_act */
.link_act_01{
  opacity: 1;
  transition: .3s;
  }
  .link_act_01:hover{
  opacity: 0.5;  
  }

/*--------------------------------------
共通のtable
--------------------------------------*/
table {
  border-spacing: 0;
}
.table_02 {
  width: 100%;
  font-size: 12px;
  text-align: left;
  font-size: clamp(12px, 2vw, 14px) ;
}
.table_02 tr th {
  border-bottom: 1px solid;
  width: 20%;
  padding: 20px 0;
}

.table_02 tr td {
  border-bottom: 1px solid;
  width: 80%;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
.table_02 tr th span{
  width: 100%;
  padding: 17px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #eeeeee;
}


/*--------------------------------------
共通のform
--------------------------------------*/
form {
  width: 100%;
  font-size: 12px;
}
form .item {
  overflow: hidden;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .item .label {
  background: #eee;
  font-weight: bold;
  width: 100%;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
  cursor: auto;
}
form .item > div {
  width: 100%;
  /* border: solid 1px #9c9c9c; */
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .item > div.flex_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
form .item > div .inputs {
  height: 100%;
  width: 100%;
  outline: none;
}
form .item input[type=email],
form .item input[type=tel],
form .item input[type=text],
form .item select,
form .item textarea {
  border: 1px solid #9c9c9c;
  padding: 5px;
  font-size: 16px;
}
form .item button {
display: inline-block;
    min-width: 100px;
    text-align: center;
    padding: 7px;
    background: var(--main_color);
    margin-left: 10px;
    color: #fff;
    border-radius: 4px;
}

form .item textarea {
  width: 100%;
}
@media (min-width: 768px) {
  form {
    font-size: 16px;
  }
  form .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    min-height: 60px;
  }
  form .item .label {
    padding: 20px 0;
    width: 30%;
  }
  form .item > div {
    width: 70%;
    padding: 15px 20px;
  }
  form .item input[type=email],
  form .item input[type=tel],
  form .item input[type=text],
  form .item select,
  form .item textarea {
      padding: 10px;
    }
  form .item select{
    width: 80%!important;
  }
}

.error {
  margin-bottom: 30px;
}
.error li {
  color: #a5233b;
}
.btn_area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  margin: auto;
}
.btn_area input[type=submit],
.btn_area a {
  background: var(--main_color);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px;
}
.btn_area input[type=reset] {
  background: #aaa;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  width: 90%;
  margin: 10px auto;
}
.page_list {
  padding: 0 20px;
  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;
  gap: 10px;
}
.page_list li {
  border: 1px solid;
  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;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.page_list li.active {
  background: var(--black);
  color: #fff;
}
.page_list li.arrow {
  border: none;
}
.page_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

span.essential {
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 80%;
  color: #FFF;
  background-color: var(--main_color);
  font-weight: normal;
  margin: 0 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 1em;
}



/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          /* background: rgba(37, 40, 38, 0.8); */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 80px;
  grid-template-columns: 1fr 0 80px;
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 2;
transition: 1.5s ease-out;
border-bottom: var(--main_color) 3px solid;
background: #fff;
}

header h1 {
  padding: 10px 0 10px 10px;
  position: relative;
  z-index: 1;
}
header h1 img {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
header > ul {
  display: none;
}

header p {
  height: 30px;
  -ms-grid-column-align: end;
      justify-self: end;
  padding-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header p:hover {
  opacity: 0.7;
}
header p.tel {
  display: none;
}

header p a {
  position: relative;
  height: 100%;
  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;
}
header p a span {
  display: none;
}
header p a i {
  color: #fff;
  font-size: 30px;
}
header nav {
  -ms-grid-column-align: end;
      justify-self: end;
  position: relative;
  width: 80px;
  height: 100%;
  /* ハンバーガーメニューボタン */
  /* ハンバーガーボタンアニメーション */
}
header nav .nav_list {
  position: fixed;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  height: calc(100vh - 70px);
  top: 70px;
  right: 0;
  background: rgba(238, 238, 238, 0.95);
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  padding: 50px 0;
  gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
}
header nav .nav_list ul {
  width: 100%;
  height: 80%;
  padding: 0 50px 100px;
  overflow-y: scroll;
}
header nav .nav_list ul li {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  line-height: 3.3;
}
header nav .nav_list ul li > a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}
header nav .nav_list ul li > a span{
  display: inline-block;
  padding-left: 5px;
  font-size: 0.7em;
  color: var(--main_color);
  font-weight: bold;
}
header nav .nav_list ul li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}
header nav .nav_list ul li > a:hover {
  color: var(--main_color);
}
header nav .nav_list ul li > a:hover .fa-caret-right {
  color: #fff;
}
header nav .nav_list ul li > a:hover:before {
  background: #fff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header nav .nav_list ul li > a .fa-caret-right {
  color: #fff;
}
header nav .nav_list ul li > a .fa-stack {
  width: 22px;
}
/* header nav .nav_list ul li:nth-last-child(2) {
  margin-bottom: 30px;
} */
header nav .nav_list ul li:last-child a{
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 0.7em;
  color: var(--black);
  font-weight: bold;
}
header nav .nav_list ul li:last-child .sns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
header nav .nav_list ul li:last-child .sns a {
  background: #fff;
}
header nav .nav_list ul li:last-child .sns a i {
  color: var(--main_color);
}
header nav .menu-btn {
  display: none;
}
header nav .menu-btn:checked ~ .nav_list {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  border-top: 1px solid #fff;
}
header nav .menu-btn:checked ~ .nav_list a,
header nav .menu-btn:checked ~ .nav_list li {
  opacity: 1;
}
header nav .menu-btn:checked ~ .bg {
  display: block;
}
header nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
header nav .menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header nav .menu-btn:checked ~ nav {
  border-left: 1px solid #000;
}
header nav .menu-icon {
  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;
  position: relative;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1;
  position: relative;
}
header nav .menu-icon .navicon {
  background: var(--main_color);
  display: block;
  height: 3px;
  width: 30px;
  position: relative;
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header nav .menu-icon .navicon:before, header nav .menu-icon .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--main_color);
  -webkit-transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
header nav .menu-icon .navicon:before {
  top: 9px;
}
header nav .menu-icon .navicon:after {
  bottom: 9px;
}
@media (min-width: 768px) {
  header {
    -ms-grid-columns: auto 180px 80px;
    grid-template-columns: auto 180px 80px;
  }
  header p {
    width: 100%;
    height: 50px;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
  header p.tel {
    display: block;
    /* background: rgba(255, 255, 255, 0.2); */
    background: var(--main_color);
    font-family: yu-gothic-pr6n, sans-serif;
  }
  header p.mail {
    display: block;
    /* background: rgba(255, 255, 255, 0.5); */
    background: var(--main_color);
  }
  header p a {
    padding: 0 15px;
  }
  header p a span {
    display: inline-block;
    color: #fff;
  }
  header p a i {
    font-size: 20px;
  }
  header nav {
    border-left: none;
  }
  header nav .nav_list {
    padding: 50px;
  }
  header nav .nav_list ul {
    padding: 0;
  }
  header nav .nav_list ul li > a {
    font-size: 16px;
  }
  header nav .menu-btn:checked ~ .nav_list {
    border: none;
  }
}
@media (min-width: 1025px) {
  header {
    -ms-grid-columns: auto 2fr 180px 80px;
    grid-template-columns: auto 2fr 180px 80px;
    height: 90px;
  }
  header > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-left: 20px;
  }
  header > ul li {
  line-height: 1.3em;
  /* font-weight: bold; */
  letter-spacing: 1px;
  }
  header > ul li a {
    color: #000;
    position: relative;
  }
  header > ul li span{
    font-size: 0.8em;
    color: var(--main_color);
    font-weight: bold;
    }
  header > ul li a:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    background-color:var(--main_color);
    bottom: -5px;
    left: 0;
    width: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header > ul li a:hover:after {
    width: 100%;
  }
  header h1 img {
    transition: all 0.5s;
  }
  header h1 img:hover {
    opacity: 0.5;
  }
  header nav .nav_list {
    position: absolute;
    width: 478px;
    padding: 50px 120px;
    top: 90px;
  }
}
@media (min-width: 1200px) {
  header h1 img {
    width: 350px;
  }
}


/*--------------------------------------
メイン
--------------------------------------*/
.mainvisual {
  position: relative;
  width: auto;
  height: 100vh;
  min-height:100vh;
  min-height: 100svh;
  position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/mainvisual_bg_sp.jpg)
}
.mainvisual .mainvisual_titlebox{
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  max-width: 500px;
}
.mainvisual .mainvisual_titlebox img{
  width: 100%;
  height: auto;
}

/* 下層ページのタイトル部分 */
.subvisual {
  background: #eee;
  /* background: url(../images/sv.jpg) no-repeat 50% 0/cover; */
  height: 40vh;
  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;
  margin-bottom: 50px;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .subvisual {
    height: 30vh;
    margin-bottom: 80px;
  }
  .mainvisual {
      background-image: url(../images/mainvisual_bg.jpg)
  }
  .mainvisual .mainvisual_titlebox{
    position: absolute;
    top: 40%;
    left: inherit;
    right: 100px;
    max-width: 640px;
    height: auto;
  }
}
.subvisual h2 {
  color: var(--main_color);
  font-size: 28px;
}
.subvisual .title {
  font-size: 1em;
  text-align: center;
}
.subvisual .title::after{
  content: '';
  left: calc(50% - 75px);
  bottom: 0;
  width: 150px;
  position: absolute;
  border-bottom: 2px solid var(--main_color);
}
.subvisual .title_en {
  text-align: center;
  font-size: 0.6em;}

.cat {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .cat {
    padding: 80px 20px;
  }
}
.cat .text {
  font-size: 12px;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .cat .text {
    font-size: 14px;
  }
}



/*--------------------------------------
トップページ
--------------------------------------*/

/* movie　動画 */
 #section_movie{
  padding: 150px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #e5e5e5 70%, #e5e5e5 100%);
}
 #section_movie .inner{
  max-width: 800px;
  margin: 0 auto;
}

/* cat_01  会社方針・理念 */
 .cat_01 {
  padding: 100px 0 100px;
    background-color: #e5e5e5;
    background-size: cover;
    background-position: center center;
    position: relative;
}
 .cat_01 .inner{
  max-width: 1200px;
}
 .cat_01 h2{
  margin: 0 auto 40px auto;
}
 .cat_01 h3 span{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: clamp(35px,4vw,50px);
  color: #287882;
  background-color: #fff;
  letter-spacing: -0.07em;
  display: inline-block;
  line-height: 1.15;
  margin-bottom: 20px;
  padding: 0 5px;
}
 .cat_01 h4{
  font-size: clamp(16px,2vw,20px);
  padding: 30px 0;
  font-weight: bold;
}
 .cat_01 .philosophy_box {
  display: flex;
  flex-direction: column
}
 .cat_01 .philosophy_imgbox{
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
 .cat_01 .philosophy_txtbox{
  width: 100%;
  text-align: justify;
  margin-bottom: 50px;
}
 .cat_01 .philosophy_imgbox img{
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
   .cat_01 {
    background: #e5e5e5;
  }
}
@media (min-width: 1020px) {
   .cat_01 .philosophy_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
   .cat_01 .philosophy_imgbox{
    width: 53%;
    max-width: 580px;
  }
   .cat_01 .philosophy_txtbox{
    width: 43%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}

/* cat_02  事業内容 */
 .cat_02 {
  background: #fff;
  padding: 100px 0;
}
.cat_02 .inner{
  max-width: 1200px;
}
 .cat_02 h2{
  text-align: center;
  margin-bottom: 80px;
}
 .cat_02 .title::after{
  content: '';
  left: calc(50% - 75px);
  bottom: 0;
  width: 150px;
  position: absolute;
  border-bottom: 2px solid #000;
}
 .cat_02 .inner > div section {
  margin-bottom: 40px;
}
 .cat_02 .inner > div section img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}
 .cat_02 .inner > div section h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: var(--black);
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}
.cat_02 .inner > div section h3 span{
  color: #1E5349;
}
@media (min-width: 768px) {
   .cat_02 .inner > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0 20px;
  }
   .cat_02 .inner > div section {
    margin-bottom: 50px;
  }
   .cat_02 .inner > div section .text {
    margin-bottom: 0;
  }
}
/* cat_06  お知らせ */
 .cat_06 {
  background: #eee;
  padding: 100px 0 50px;
}

 .cat_06 section {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

 .cat_06 h2{
  text-align: center;
  margin-bottom: 40px;
}
 .cat_06 .title::after{
  content: '';
  left: calc(50% - 75px);
  bottom: 0;
  width: 150px;
  position: absolute;
  border-bottom: 2px solid #000;
}
 .cat_06 section .news_list {
  margin-bottom: 40px;
}
 .cat_06 section .news_list li:first-child a {
  border-top: 1px solid;
}
 .cat_06 section .news_list li a {
  border-bottom: 1px solid;
  display: block;
  padding: 10px 0 10px 10px;
}
 .cat_06 section .news_list li a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
 .cat_06 section .news_list li a article time {
  margin-right: 10px;
}
 .cat_06 section .news_list li a article .notice {
  background: var(--main_color);
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0 15px;
}
@media (min-width: 768px) {
   .cat_06 section .news_list li a {
    padding: 10px 0 10px 40px;
  }
   .cat_06 section .news_list li a article {
    font-size: 14px;
  }
}

/* 画像スライド */
 #section_imgslide{
  padding: 100px 0 150px;
  background: linear-gradient(180deg, #eee 0%, #eee 50%, #fff 50%, #fff 100%);
}

.slide_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slideshow {
  display: flex;
}
.content{
  width: 300px;
  height: 300px;
  margin-right: 20px;
}
.content img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/*--------------------------------------
フッター
--------------------------------------*/
/* お問い合わせ */
footer address {
  /* background: url(../images/bg_cat_03.jpg) no-repeat 50% 70%/cover; */
  background: var(--main_color);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 0 auto 30px;
}
footer address .title {
  color: #fff;
}
footer address .title span {
  color: #fff;
}
.section_contact .title::after{
  border-bottom: none;
}
footer address .contact_time{
  border-bottom: 1px solid #fff;
  margin: 10px auto;
  padding: 10px;
  border-top: 1px solid #fff;
  max-width: 100%;
}
footer address .footer_tel_fax{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
}
footer address .footer_tel_fax li{
  font-size: 1.6em;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
footer address .footer_tel_fax li a,
footer address .footer_tel_fax li p{
display: inline-block;
}
footer address .footer_tel_fax li span{
  font-weight: normal;
  font-size: 0.6em;
}
footer address .footer_tel_fax .footer_telbox{
  left:10px;
}
footer address .footer_tel_fax .footer_telbox::before{
  font-family: "Font Awesome 5 Free";
  content: '\f879';
  font-weight: 600;
  font-size: 1.2em;
}
footer address .footer_tel_fax .footer_faxbox::before{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f02f';
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 10px
}
footer address .btn {
  max-width: 520px;
  margin: auto;
}
footer .footer_bottom {
  padding: 60px 0 40px;
  margin: auto;
  background: #313131;
}
footer .footer_bottom figure {
  text-align: center;
}
footer .footer_bottom figure .logo {
  width: 350px;
  display: block;
  margin: 0 auto 0px;
}
footer .footer_bottom figure .logo_sanpai {
  width: 280px;
  display: block;
  margin: 0 auto 50px;
  background: #fff;
  padding: 5px 20px;
}
footer .footer_bottom figure p {
color: #fff;
font-weight: bold;
font-size: 0.5em;
}
footer .footer_bottom ul {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 70px;
  max-width: 750px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer_bottom ul li{
padding: 10px;
}
footer .footer_bottom ul a {
  color:#fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer_bottom ul a:hover {
  opacity: 0.7;
}
footer .footer_bottom span {
  color: #9CA2A1;
  display: block;
  font-size: 12px;
  text-align: center;
}
footer .arrow_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 40px;
}
footer .arrow_top a {
  display: none;
}
footer .section_map ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 880px;
  margin: 20px auto 120px;
    position: relative;
}
footer .section_map ul li {
  position: relative;
  width: 49%;
}
footer .section_map ul li::before{
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 600;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
}
footer .section_map ul li div.gg_map {
  height: 200px
}
footer .section_map ul li h3 {
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  padding: 5px 0 5px 35px;
}
footer .section_map ul li h3 span {
  display: block;
  font-weight: normal;
  font-size:0.8em;
}
@media (min-width: 1025px) {
  footer address .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 750px;
  }
  footer address .btn a {
    width: 50%;
  }
  footer .arrow_top a {
    font-size: 1.5em;
    position: fixed;
    bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    color: var(--main_color);
    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;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  footer address {
    max-width: 880px;
  }
  footer .footer_bottom ul {
    -ms-grid-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr 1.6fr;
    grid-template-columns:  1.2fr 1fr 1fr 1fr 1fr 1fr 1.6fr;
  }
  footer address .contact_time{
    max-width: 60%;
  }
}
@media screen and (max-width: 568px) {
  footer .section_map ul {
      padding:0 5px;
      display: block;
      font-weight: normal;
      margin: 0 auto 80px;
  }
  footer .section_map ul li {
    width:100%;
    margin-bottom: 20px
}
  footer .section_map ul li::before{
    top: 20px;
  }
  footer .section_map ul li div.gg_map {
    height:150px
  }
}

/*--------------------------------------
共通タイトル
--------------------------------------*/
/* トップページの共通タイトル */
.title {
  padding: 0 0 8px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
.title::after{
  content: '';
  left: 0;
  bottom: 0;
  width: 150px;
  position: absolute;
  border-bottom: 2px solid #000;
}
.title_en {
  display: block;
  letter-spacing: 1px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media (min-width: 768px) {
  .title {
    font-size: 20px;
  }
}

/* 下層ページの共通タイトル1 */
.secondary_title {
  margin-bottom: 20px;
}
.secondary_title h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(40,120,130,0.4);
}
h4 {
  font-weight: bold;
  font-size: clamp(18px,2vw,22px);
  color: var(--main_color);
  line-height: 1.5em;
}
h4 span{
  display: inline-block;
  font-size: clamp(10px,2vw,12px);
}
@media (min-width: 1025px) {
  .secondary_title h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .secondary_title {
    margin-bottom: 40px;
  }
}

/* 下層ページの共通タイトル2 */
.tertiary_title h4 {
  border-bottom: 1px solid;
  font-size: 18px;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .tertiary_title h4 {
    font-size: 26px;
  }
}

/*--------------------------------------
共通のボタン
--------------------------------------*/
/*Moreボタン*/
.btn_01 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  background: var(--main_color);
  border: 1px solid var(--main_color);
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_01:hover {
  background: #fff;
  color: var(--main_color);
}
.btn_01:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 600;
  font-size: 0.8em;
  right: 20px;
  bottom: 13px;
  position: absolute;
  display: block;
}

/*カテゴリリンクボタン、一覧へ戻るボタン*/
.btn_02 {
  background: #fff;
  color: var(--main_color);
  border: 1px solid var(--main_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  max-width: 350px;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_02:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main_color);
  border: 1px solid var(--main_color);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.btn_02:hover {
  color: #fff;
}
.btn_02:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (min-width: 1025px) {
  .btn_02 {
    margin: 0 auto;
  }
}
.btn_02 i:first-child {
  font-size: 1.4em;
}

/*footerのお問い合わせボタン*/
.btn_03 {
  border: 2px solid #fff;
  color: #fff;
  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;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 16px;
  text-align: left;
  padding: 0 15px;
  line-height: 1.5;
  /* margin-bottom: 10px; */
  height: 60px;
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .btn_03 {
    font-size: 18px;
  }
}
.btn_03.tel_btn {
  background: rgba(54, 69, 66, 0.7);
}
.btn_03.tel_btn:hover {
  background: #364542;
}
.btn_03.mail_btn {
  background: rgba(255, 255, 255, 0.7);
  color: var(--main_color);
}
.btn_03.mail_btn:hover {
  background: white;
}

/* 詳しくはこちらボタン */
.btn_more span {
  display: inline-block;
  min-width: 215px;
  padding: 10px 25px 10px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #287882;
  position: relative;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 8px auto
}
.btn_more span:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn_more a:hover,.btn_more a:visited,.btn_more span:hover,.btn_more span:visited {
  color: #fff;
  opacity: 0.8;
  text-decoration: none
}
.btn_more span {
  transition: opacity 0.4s ease;
  cursor: pointer
}

/*--------------------------------------
共通のSNSアイコン
--------------------------------------*/
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.sns a {
  background: var(--main_color);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  margin-right: 20px;
  font-size: 18px !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
.sns a:hover {
  opacity: 0.7 !important;
}
.sns a:last-child {
  margin-right: 0;
}

/*--------------------------------------
下層ページ
--------------------------------------*/

/********* 事業紹介 *********/

#contents_service .sec_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
flex-direction: column-reverse;}

@media (min-width: 768px) {
#contents_service .sec_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 150px;
}
#contents_service .sec_item:last-child {
  padding-bottom: 0;
}
#contents_service .sec_item > P {
  width: 40%;
  padding-bottom: 0;
}
#contents_service .sec_item .group {
  width: 55%;
}
}
.sec_item h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;}

.sec_item .num {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #287882;
  font-weight: 600;
  font-size: 23px;
  line-height: 1
}
.sec_item .image_item img {
  width: 100%;
  margin-bottom: 30px;
object-fit: cover;
aspect-ratio: 16 / 10;}
.list_service {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap
}
.list_service li {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 33.33%
}
.list_service span {
  font-size: clamp(12px, 3vw, 14px);
  padding: 7px 5px 5px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  background-color: #eee
}
.lead_service {
  font-size: clamp(14px, 3vw, 16px);
}
.service_title {
  text-align: center;
}
.btn_more {
  text-align: center;
}
@media (min-width: 768px) {
  .service_title,.btn_more {
    text-align: left;
  }
}

/* モーダル内コンテンツ */
.modal_content {
	position: absolute;
	width: 95%;
  height: 100%;
  max-width: 1000px;
  padding: 30px;
	box-sizing: border-box;
	background: #fff;
	/*line-height: 1.4em;*/
	transition: 0.5s;
}
.service_modal_flex {
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.service_modal_flex .item {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.service_modal_flex .item img{
  max-width: 100%;
  height: auto;
  /* object-fit: cover; */
    aspect-ratio: 16 / 10;
}
.title_modal span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #287882;
  font-size: 23px;
  margin-right: 0.5em;
}
.title_modal {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
}
.title_modal:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #287882;
  position: absolute;
  left: calc(50% - 35px);
  bottom: 0;
}
.item_title {
  font-weight: 600;
}
.lead_modal{
  font-size: clamp(12px, 3vw, 14px);
  margin-top: 5px;
}

@media (min-width: 768px){
  .modal_content {
    padding: 50px 100px;
    height: auto;
  }
  .service_modal_flex {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .service_modal_flex .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;}
}

/* モーダルのスタイル調整 */

/* ✕ボタンの位置調整 */
.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
}
  
/* ✕ボタンの色 */
.modaal-close:after, 
.modaal-close:before {
  background:#287882;
  width: 2px;
  height: 30px;  
}
  
/* ホバーしたときの✕ボタンの色 */
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background:#287882;
}
.modaal-close:focus,.modaal-close:hover {
  outline: 0;
  background:none;
}



/********* 所有車両 *********/
#contents_vehicle .vehicle_area_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
#contents_vehicle .vehicle_area_box .vehicle_area_contents{
  width: 100%;
  background-color: #F0F8F9;
  padding: 20px 20px 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
#contents_vehicle .vehicle_area_box .vehicle_area_contents ul{
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
#contents_vehicle .vehicle_area_box .vehicle_area_contents ul li{
  width: 90px;
  margin-bottom: 10px;
}
#contents_vehicle .vehicle_area_box .vehicle_area_contents ul li a{
  display: inline-block;
  border-bottom: #000 1px solid;
}
#contents_vehicle .vehicle_area_box .vehicle_area_contents .area_count{
  text-align: right;
  font-size: 0.8em;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents{
  width: 100%;
  background-color: #F0F8F9;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents{
  width: 100%;
  background-color: #F0F8F9;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents ul{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents ul li{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents ul li .vehicle_car_name{
  padding-top: 10px;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: bold;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents ul li .vehicle_car_des{
  font-size: clamp(12px, 2vw, 14px);
  line-height: 1.2em;
}
#contents_vehicle .vehicle_car_box .vehicle_car_contents img{
  width: 100%;
  height: auto;
}
@media (min-width: 568px) {
  #contents_vehicle .vehicle_area_box .vehicle_area_contents{
    width: 48.5%;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 30px 30px 50px;
  }
  #contents_vehicle .vehicle_area_box .vehicle_area_contents ul li{
    width: 100px;
  }
  #contents_vehicle .vehicle_area_box .vehicle_area_contents .area_count{
  bottom: 30px;
  right: 30px;
}
  #contents_vehicle .vehicle_car_box .vehicle_car_contents{
    font-size: 16px;
    padding: 30px;
  }
  #contents_vehicle .vehicle_car_box .vehicle_car_contents ul li{
    width: 33.3%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #contents_vehicle .vehicle_car_box .vehicle_car_contents ul li{
    width: 25%;
    padding: 0 15px;
  }
}


/********* 会社概要 *********/
#contents_company img {
  width: 100%;
}
#contents_company h3{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents_company h3{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.group_inner1{margin-bottom: 80px;}
.group_inner1 img.img_concept{
  margin-bottom: 40px;
}
.group_inner1 .inner_box1{
  border: 1px solid #555;
  padding: 4% 4% 4% 0;
  grid-template-columns: 30% auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
}
.group_inner1 .inner_box1 .l{
  padding-right: 4%;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.group_inner1 .inner_box1 .l img{
  margin: 0 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.group_inner1 .inner_box1 .r{
  max-width: 100%;
  font-size: 0.8rem;
}
.group_inner1 .inner_box1 .r .heading{
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--main_color);
  line-height: 1.5em;
}
.group_inner1 .inner_box1 .r .btnarrow{
  margin: 0 auto 0 0;
  display: block;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .group_inner1 .inner_box1{
    grid-template-columns: 100%;
    padding: 20px;
  }
  .group_inner1 .inner_box1 .l{
    position: static;
    padding-right: 0;
  }
  .group_inner1 .inner_box1 .l img{
    position: static;
    top: 0%;
    transform: translate(0, 0%);
  }
  .group_inner1 .inner_box1 .r .btnarrow{
    margin: 0 auto 0 0;
    display: block;
    max-width: 280px;
  }
}

.group_inner2{
  background: #ececec;
  padding: 80px 0px;
}
.group_inner2 .inner2_box1,
.group_inner2 .inner2_box2{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
}
.group_inner2 .inner2_box1{
  grid-template-columns: 60% auto;
  margin-bottom: 60px;
}
.group_inner2 .inner2_box2{
  grid-template-columns: auto 60%;
}
.group_inner2 .inner2_box1 .graph,
.group_inner2 .inner2_box2 .txt {
  margin-right: 40px;
}
.group_inner2 .graph {
  max-width: 100%;
  border: 1px solid #555;
  background: #fff;
  background: #fff;
  padding: 30px 40px;
}
.group_inner2 .txt .heading {
  font-weight: bold;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--main_color);
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .group_inner2 .inner2_box1{
    grid-template-columns: 100%;
    margin-bottom: 60px;
  }
  .group_inner2 .inner2_box2{
    grid-template-columns: 100%;
  }
  .group_inner2 .inner2_box1 .graph,
  .group_inner2 .inner2_box2 .txt {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .group_inner2 .graph {
    padding: 20px;
  }
  .group_inner2 .inner2_box1 .txt,
  .group_inner2 .inner2_box2 .txt{
    font-size: 0.8rem;
  }
}

.group_inner3{
  padding: 80px 0px 0px;
}
.group_inner3 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group_inner3 ul li {
  padding: 0px;
  display: inline-block;
  position: relative;
  max-width: 280px;
  margin: 0 20px 40px;
  box-sizing: border-box;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}
.group_inner3 ul li img.img_group_attempt{
  margin-bottom: 10px;
}
.group_inner3 ul li .txt{
  flex-grow: 1;
  margin-bottom: 20px;
  text-align: justify;
}
.group_inner3 ul li .logo{
 padding: 0 50px;
 margin-bottom: 20px;
}
.group_inner3 ul li a{
  max-width: 100%;
  border: 1px solid #555;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .group_inner3 ul li {
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 20px 40px;
    box-sizing: border-box;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
  }
  .group_inner3 ul li .txt{
    flex-grow: 1;
    margin-bottom: 10px;
    text-align: justify;
  }
  .group_inner3 ul li .logo{
    padding: 0 50px;
    margin-bottom: 10px;
   }
}

/********* お知らせ *********/
#contents_news .news_list {
  margin-bottom: 20px;
}
#contents_news .news_list li {
  max-width: 1000px;
  margin: auto;
}
#contents_news .news_list li:first-child a {
  border-top: 1px solid;
}
#contents_news .news_list li a {
  border-bottom: 1px solid;
  display: block;
  padding: 10px 0 10px 10px;
}
#contents_news .news_list li a article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  #contents_news .news_list li a {
    border-bottom: 1px solid;
    display: block;
    padding: 10px 0 10px 40px;
  }
  #contents_news .news_list li a article {
    font-size: 14px;
  }
}
#contents_news .news_list li a article time {
  margin-right: 10px;
}
#contents_news .news_list li a article .notice {
  background: var(--main_color);
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0 15px;
}

/********* お知らせ詳細ページ *********/
#contents_news_page .news_page_box {
  max-width: 1000px;
  margin: 0 auto 60px;
}
#contents_news_page .news_page_box .notice {
    text-align: center;
    background: #262626;
    padding: 4px 10px;
    max-width: 200px;
    margin: 0 auto 40px;
    color: #fff;
    font-size: 1.4rem;
}
#contents_news_page .news_page_box time {
  font-size: 14px;
}
#contents_news_page .news_page_box .news_page_txtbox {
  font-size: 14px;
}


/********* 求人情報ページ *********/
#contents_recruit .recruit_box{
  text-align: center;
}

main .recruit_mv {
  position: relative;
  padding: 50px 0 0;
  margin-top: 0px;
  background-color: var(--color-yellow1);
}
.l-main-img__inner {
  position: static;
  overflow: hidden;
  margin-top: 0px;
  top: 0px;
  right: 0;
  z-index: 5;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}



.l-main-img__inner_dec {
  position: relative;
}
.l-main-img__inner_dec:before {
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 90%;
  background: url(../images/bg_mv_dec_l.jpg) no-repeat left bottom;
  background-size: contain;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-main-img__inner {
    position: static;
    overflow: hidden;
    margin-top: 0px;
    top: 0px;
    right: 0;
    z-index: 5;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
}

.slick-slider{
  padding-left: 12%;
}
.slick-slider img{width: 110%;}


.slide-items {
  width: 100%;
  height: 100%;
  margin: auto;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 1.8rem;
  top: 6px;
}

.slide-items .slick-dots {
    position: absolute;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10%;
    line-height: 1
}

.slide-items .slick-dots li {
    display: inline-block;
    line-height: 1
}

.slide-items .slick-dots li:not(:last-of-type) {
    margin-right: 12px
}
.slide-items .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background: transparent;
    border: 4px solid var(--main_color);
    background-color: #fff;
    border-radius: 10px;
}
.slide-items .slick-dots li button {
    padding: 0;
    border: 0;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: var(--main_color);
}

#contents_recruit h3{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents_recruit .recruit_box img{
  width: 100%;
  height: auto;
}

.btnarrow,
.btnarrow2{
  position: relative;
  border: 1px solid #555;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s linear;
  margin: 0 auto;
  display: block;
  max-width: 340px;
}
.btnarrow{
  background: #fff;
  color: #333;
}
.btnarrow2{
  background: #2DC4D2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.btnarrow:hover,
.btnarrow2:hover{
background:#333;
color:#fff;
}
.btnarrow::before,
.btnarrow2::before{
  content:"";
  position: absolute;
  top:50%;
  right:-26px;
  width:40px;
  height:1px;
  background:#333;
  transition: all .2s linear;
}
.btnarrow::after{
  content:"";
  position: absolute;
  top: 24%;
  right: -21px;
  width:1px;
  height:12px;
  background:#333;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.btnarrow2::after{
  content:"";
  position: absolute;
  top: 32%;
  right: -21px;
  width:1px;
  height:12px;
  background:#333;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.btnarrow:hover::before,
.btnarrow2:hover::before{right:-30px;}
.btnarrow:hover::after,
.btnarrow2:hover::after{right:-25px;}
@media screen and (max-width: 768px) {
  #contents_recruit h3{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .btnarrow{
    max-width: 320px;
  }
  .btnarrow2{
    max-width: 300px;
  }
}
.recruit_inner1{padding: 80px 20px;}
.recruit_inner1 .ttl{
  background: #262626;
  padding: 4px 10px;
  max-width: 200px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 1.4rem;
}
.recruit_inner1 .point{
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  max-width: 460px;
  margin: 0 auto 40px;
}
.recruit_inner1 .point:before,
.recruit_inner1 .point:after {
  position: absolute;
  content: '';
}
.recruit_inner1 .point:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #262626;
  border-left: 2px solid #262626;
}
.recruit_inner1 .point:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
}
@media screen and (max-width: 768px) {
  .recruit_inner1 .point{
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    max-width: 460px;
    margin: 0 auto 40px;
  }
  .recruit_inner1 .point:after {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #262626;
    border-left: 2px solid #262626;
  }
  .recruit_inner1 .point:before {
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-right: 2px solid #262626;
    border-bottom: 2px solid #262626;
  }
}

.recruit_inner1 .column{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit_inner1 .column div {
  width: 50%;
  max-width: 600px;
}
.recruit_inner1 ul li{
  margin-bottom: 30px;
}
.recruit_inner1 ul p{
  text-align: left;
}
.recruit_inner1 ul p.heading{
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.recruit_inner1 img.img_recruit_01{
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .recruit_inner1 .column {
    margin-bottom: 40px;
  }
  .recruit_inner1 .column div {
    width: 100%;
    max-width: 600px;
  }
  .recruit_inner1 img.img_recruit_01{
    padding: 0 0px;
  }
}

.recruit_inner2 {
  background: #ececec;
  padding: 80px 0px;
}
.recruit_inner2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation-duration: 2.6s;
  -webkit-animation-duration: 2.6s;
  animation-name: fade;
}
.recruit_inner2 ul li {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 460px;
  margin: 0 10px 20px;
  box-sizing: border-box;
}

.recruit_inner3 { padding: 80px 20px;}
.recruit_inner4{ padding: 0px 0px 80px;}
.recruit_inner5 { padding: 80px 0px;}

.recruit_inner3 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation-duration: 2.6s;
  -webkit-animation-duration: 2.6s;
  animation-name: fade;
}
.recruit_inner3 ul li {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 280px;
  margin: 0 20px 40px;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.recruit_inner3 img{margin-bottom: 20px;}
.recruit_inner3 .busho{
  font-size: 0.8rem;
  max-width: 180px;
  margin: 0 auto 4px;
  background: #ececec;
}
.recruit_inner3 .name{
  font-size: 1.8rem;
  line-height: 1.4;
}
.recruit_inner3 .en{
  font-size: 0.8rem;
}

.hide-area{ display: none;}

.staff_box {
  grid-template-columns: auto 30%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
}
.staff_box .l {
  padding-right: 4%;
  max-width: 100%;
}
.staff_box .l img{ max-width: 100%;}
.staff_box .r { max-width: 100%;}
@media screen and (max-width: 768px) {
  .staff_box {
    grid-template-columns: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -ms-grid;
    display: grid;
  }
  .staff_box .l {
    padding-right: 4%;
    max-width: 100%;
  }
  .staff_box .l img{ max-width: 100%;}
  .staff_box .r { max-width: 100%;}
}

.staff_txt{
  margin-top: 20px;
}
.staff_txt li{
  margin-bottom: 20px;
}
.staff_txt li p.heading{
  font-size: 1.2rem;
  font-weight: bold;
}
.staff_txt li p.txt{
	font-size: 0.9rem;
}
.info-list li{
  display: flex;
}
.info-list li{
  margin:0 10px 0 0;
}


.recruit_inner4 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation-duration: 2.6s;
  -webkit-animation-duration: 2.6s;
  animation-name: fade;
  margin-top: 40px;
}
.recruit_inner4 ul li {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 280px;
  margin: 0 20px 40px;
  box-sizing: border-box;
  font-size: 0.8rem;
}
.recruit_inner4 ul li div{
  padding: 0 24% 10px;
}
.recruit_inner4 ul li .heading{
  font-size: 1.4rem;
  font-weight: bold;
}
.recruit_inner4 ul li .heading span{ font-size: 0.8rem;}

@media screen and (max-width: 768px) {
  .recruit_inner4 ul li {
    padding: 0px;
    display: inline-block;
    position: relative;
    max-width: 50%;
    margin: 0 0px 20px;
    box-sizing: border-box;
    font-size: 0.8rem;
  }
  .recruit_inner4 ul li div{
    padding: 0 10px 10px;
  }
  .recruit_inner4 ul li .heading{
    font-size: 1.2rem;
    font-weight: bold;
  }
  .recruit_inner4 ul li .heading span{ font-size: 0.7rem;}
}
.recruit_inner5 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  animation-duration: 2.6s;
  -webkit-animation-duration: 2.6s;
  animation-name: fade;
}
.recruit_inner5 ul li {
  padding: 0px;
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.recruit_inner5 ul li:first-child div{
  max-width: 100%;
  position: absolute;
  bottom: -70px;
  left: auto;
  right: 160px;
}
.recruit_inner5 ul li div{
  max-width: 100%;
  position: absolute;
  bottom: -70px;
  left: 20px;
  right: auto;
}
.recruit_inner5 ul li .branch{
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  padding: 10px;
  border: #262626 2px solid;
  max-width: 140px;
  margin-bottom: 10px;
}
.recruit_inner5 ul li .address{
  text-align: left;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_inner5 ul li {
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 0px;
  }
  .recruit_inner5 ul li:first-child div{
    max-width: 100%;
    position: static;

  }
  .recruit_inner5 ul li div{
    max-width: 100%;
    position: static;
    padding: 20px 20px 40px;
  }
  .recruit_inner5 ul li .branch{
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    padding: 6px;
    border: #262626 2px solid;
    max-width: 140px;
    margin-bottom: 10px;
  }
}


/********* プライバシーポリシー *********/
#contents_privacy .privacy_box{
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
#contents_privacy .privacy_box .intro{
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 50px;
}
#contents_privacy .privacy_box .privacy_txtbox{
  margin: 0 auto 50px;
}
#contents_privacy .privacy_box .privacy_txtbox p{
  margin: 0 auto 10px;
}
#contents_privacy .doc_box{
  text-align: right;
}


/********* お問い合わせ *********/
#contents_contact .contact_box {
  max-width: 1000px;
  margin: 0 auto;
}
#contents_contact div.flow_nav {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 30px;
  background-color: #e1e1e1;
}
#contents_contact div.flow_nav ul {
  overflow: hidden;
}
#contents_contact div.flow_nav ul li {
  float: left;
  position: relative;
  width: 33.333%;
  padding: 10px 0;
  text-align: center;
  background-color: #e1e1e1;
}
#contents_contact div.flow_nav ul li:before {
  bottom: 0;
  content: "";
  height: 40px;
  margin: auto;
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40px;
  background-color: #e1e1e1;
  z-index: 1;
}
#contents_contact div.flow_nav ul.front li:nth-child(1) {
  background-color: #287882;
  color: #fff;
  font-weight: bold;
}
#contents_contact div.flow_nav ul.front li:nth-child(1):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -20px;
  background-color: #287882;
  border-bottom: none;
  border-right: none;
}
#contents_contact div.flow_nav ul.front li:nth-child(2):before {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
#contents_contact div.flow_nav ul.confirm li:nth-child(2) {
  background-color: #287882;
  color: #fff;
  font-weight: bold;
}
#contents_contact div.flow_nav ul.confirm li:nth-child(2):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -20px;
  background-color: #287882;
  border-bottom: none;
  border-right: none;
}
#contents_contact div.flow_nav ul.send li:nth-child(3) {
  background-color: #287882;
  color: #fff;
  font-weight: bold;
}
#contents_contact div.flow_nav ul.send li:nth-child(3):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -20px;
  background-color: #287882;
  border-bottom: none;
  border-right: none
}
#contents_contact div.flow_nav ul.send li:nth-child(1):before {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid
}
#contents_contact div.flow_nav ul li span {
  position: relative;
  z-index: 1;
  padding: 0 0 0 15px;
  font-weight: bold;
}

#contents_contact .contact_btnbox {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 50px 10px;
  background-color: #f5f9fa;
}

#contents_contact .contact_txtbox {
  max-width: 700px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #9CA2A1;
}
#contents_contact p a{
  border-bottom: 1px solid #9CA2A1;
}
#contents_contact .btn_02 {
  max-width: 250px;
  margin: 0 auto 20px;
}



.box_img{
  background:#f6f6f6;
}
.box_img .inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0px;
}

.box_img .inner img{
  vertical-align: bottom;
  width: 100%;
  max-width: 1100px;
}