@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 63.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
a {
  transition: all 0.3s ease 0s;
  color: #464646;
}
a:hover {
  color: #186af7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1409px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1410px) {
  .sp02 {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #ed1e79;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

/*=======================================================

    header

========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}
#container header {
  width: 100%;
  padding: 0;
  position: fixed;
  box-sizing: border-box;
  z-index: 9999;
  background: url(../img/common/bg_header.png) no-repeat center bottom/cover;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #container header {
    padding: 5px;
  }
}
#container header.is-fixed {
  z-index: 99999;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  animation: nyuru 0.5s;
  padding-bottom: 0;
}
@keyframes nyuru {
  0% {
    margin-top: -158px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes nyuru {
    0% {
      margin-top: -78px;
    }
    100% {
      margin-top: 0;
    }
  }
}
#container header .head_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding: 20px 30px 20px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #container header .head_inner {
    padding: 10px;
  }
}
#container header .head_inner nav {
  display: flex;
  align-items: center;
}
#container header .head_inner nav .gnav {
  display: flex;
  margin-right: 50px;
}
#container header .head_inner nav .gnav li {
  padding: 10px 50px;
  border-right: 1px solid #333333;
  line-height: 1.4;
}
#container header .head_inner nav .gnav li a {
  font-weight: 600;
}
#container header .head_inner nav .gnav li a span {
  color: #186af7;
  display: block;
  font-size: 1.3rem;
}
#container header .head_inner nav .gnav li:last-child {
  border: 0;
}
#container header .head_inner nav .btn_contact a {
  background: #c80028;
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  box-sizing: border-box;
  max-width: 200px;
  font-weight: 600;
}
#container header .head_inner nav .btn_contact a::before {
  content: url(../img/common/ico_mail.svg);
  margin-right: 10px;
}
#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 9999;
  border-radius: 5px;
  background: #186af7;
  transform: scale(0.8);
}
#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff;
}
#container .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
#container .menu-trigger {
  padding-right: 20px;
}
#container .menu-trigger.active span {
  background-color: #fff;
}
#container .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#container .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center;
}
#container #overlay .btn_contact a {
  background: #c80028;
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  box-sizing: border-box;
  max-width: 200px;
  font-weight: 600;
  margin: 0 auto;
}
#container #overlay .btn_contact a::before {
  content: url(../img/common/ico_mail.svg);
  margin-right: 10px;
}
#container #overlay ul {
  width: 100%;
  margin: 10px 0;
}
#container #overlay ul li {
  margin: 25px 15px !important;
  text-align: center;
  line-height: 1.6;
  border: 0;
}
#container #overlay ul li span {
  display: block;
  font-size: 1.3rem;
  color: #186af7;
}
#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#container footer {
  background: #002060;
  border-top: 10px solid #f01428;
}
#container footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #container footer .inner {
    padding: 20px 15px;
  }
}
#container footer .inner nav {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav {
    border: 0;
  }
}
#container footer .inner nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav ul {
    display: block;
  }
}
#container footer .inner nav ul li {
  width: 25%;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav ul li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
#container footer .inner nav ul li a {
  display: inline-block;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav ul li a {
    text-align: center;
  }
}
#container footer .inner nav ul li a span {
  display: block;
  font-size: 1.3rem;
}
#container footer .inner nav ul li:last-child {
  border: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav ul li:last-child {
    border-bottom: 1px solid #fff;
  }
}
#container footer .inner .info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info {
    display: block;
    text-align: center;
  }
}
#container footer .inner .info .info_box {
  display: flex;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .info_box {
    display: block;
    text-align: center;
  }
}
#container footer .inner .info .info_box .address {
  margin-left: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .info_box .address {
    margin: 20px 0 0 0;
  }
}
#container footer .inner .info .link {
  display: flex;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .link {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
#container footer .inner .info .link .privacy {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .link .privacy {
    margin: 0 0 20px 0;
  }
}
#container footer .inner .info .link .privacy a {
  padding: 15px 20px;
  background: #fff;
  color: #002060;
  text-align: center;
  box-sizing: border-box;
  display: block;
  max-width: 220px;
  font-weight: 600;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .link .privacy a {
    max-width: 100%;
  }
}
#container footer .inner .info .link .btn_contact a {
  background: #c80028;
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  box-sizing: border-box;
  max-width: 200px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #container footer .inner .info .link .btn_contact a {
    max-width: 100%;
  }
}
#container footer .inner .info .link .btn_contact a::before {
  content: url(../img/common/ico_mail.svg);
  margin-right: 10px;
}
#container footer address {
  text-align: center;
  font-size: 1.1rem;
  padding: 20px 0;
  background: #141414;
  color: #fff;
}

/*=======================================================

    共通レイアウト

========================================================*/
#container img {
  max-width: 100%;
  height: auto;
}
#container .btn_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
#container .btn_fixed ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
#container .btn_fixed ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #container .btn_fixed ul li {
    width: 100%;
  }
}
#container .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #container .flex .box01 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #container .flex .box02 {
    order: 2;
  }
}
#container .flex img {
  max-width: 100%;
}
#container .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#container .slick-next:before {
  background: url(../img/btn_next.svg) !important;
  background-size: contain !important;
}
#container .slick-prev:before {
  background: url(../img/btn_prev.svg) !important;
  background-size: contain !important;
}
#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
#container #content .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #container #content .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#container #content section p {
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  #container #content section .inner {
    padding: 15px 0;
    box-sizing: border-box;
  }
}
#container .more01 a {
  padding: 10px 40px;
  border-radius: 45px;
  display: block;
  max-width: 300px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  background: linear-gradient(to right, #406bff, #48e7fd);
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
}
#container .more01 a::after {
  content: url(../img/common/ico_arrow01.svg);
  position: absolute;
  right: 30px;
  top: 15px;
}
#container .more01 a:hover {
  opacity: 0.8;
}
#container .more02 a {
  padding: 15px 40px;
  border-radius: 65px;
  display: block;
  max-width: 620px;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  background: linear-gradient(to right, #406bff, #48e7fd);
  position: relative;
  box-sizing: border-box;
  margin: 50px auto 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #container .more02 a {
    font-size: 2.6rem;
  }
}
#container .more02 a::after {
  content: url(../img/recruit/ico_arrow02.svg);
  position: absolute;
  right: 30px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  #container .more02 a::after {
    top: 15px;
    right: 15px;
  }
}
#container .more02 a:hover {
  opacity: 0.8;
}
#container .toTop {
  position: fixed;
  right: 0;
  bottom: 0;
}

/*=======================================================

    TOPコンテンツ

========================================================*/
#top #container {
  overflow: hidden;
}
#top #container section h2 {
  line-height: 1.6;
}
#top #container section h2.style01 {
  font-size: 5.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: center;
}
#top #container section h2.style01::before {
  content: url(../img/top/fig_ttl01.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  #top #container section h2.style01 {
    font-size: 3.3rem;
  }
}
#top #container section h2.style01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  display: block;
  color: #f01428;
  letter-spacing: 0.1em;
}
#top #container section h2.style02 {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1em;
  background: #fff;
  border: 2px solid #000;
  padding: 10px;
  box-shadow: 6px 6px #000;
}
@media screen and (max-width: 767px) {
  #top #container section h2.style02 {
    font-size: 3rem;
  }
}
#top #container section h3 {
  line-height: 1.6;
}
#top #container section h3.style01 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container section h3.style01 {
    font-size: 2.3rem;
  }
}
#top #container section p {
  line-height: 2;
}
#top #container section .inner {
  margin: 0 auto;
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  #top #container section .inner {
    padding: 0 15px 50px;
  }
}
#top #container #mainImg {
  position: relative;
}
#top #container #mainImg .video {
  width: 100%;
  aspect-ratio: 16/9;
}
#top #container #mainImg .scroll {
  position: absolute;
  right: 3%;
  bottom: 5%;
  z-index: 999;
  text-align: center;
}
#top #container #mainImg .scroll::before {
  text-align: center;
  margin: 0 auto 30px;
  content: "";
  display: block;
  width: 2px;
  height: 100vh;
  background: #fff;
}
#top #container .sec001 {
  padding-bottom: 400px;
  background-image: url(../img/top/bg01_02.png), url(../img/top/bg01_01.png);
  background-repeat: no-repeat;
  background-position: left bottom, 135% bottom;
  background-size: 70%, contain;
}
@media screen and (max-width: 1609px) {
  #top #container .sec001 {
    background-position: left bottom, 175% bottom;
  }
}
@media screen and (max-width: 1249px) {
  #top #container .sec001 {
    background-position: left bottom, 200% bottom;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec001 {
    background-image: url(../img/top/bg01_sp.png);
    padding-bottom: 300px;
    background-position: left bottom;
    background-size: 100%;
  }
}
#top #container .sec001 .inner {
  max-width: 800px;
  position: relative;
}
#top #container .sec001 .inner::before {
  content: url(../img/top/fig_tsubame.svg);
  position: absolute;
  top: 100px;
  left: 10%;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner::before {
    top: 50px;
  }
}
#top #container .sec001 .inner h3 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #186af7;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner h3 {
    font-size: 2.6rem;
  }
}
#top #container .sec001 .inner .more01 a {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .inner .more01 a {
    margin: 30px 0 0;
  }
}
#top #container .sec002 {
  background: url(../img/top/bg02_01.png) no-repeat center top/cover;
  padding-top: 90px;
}
#top #container .sec002 .inner {
  display: flex;
  justify-content: end;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner {
    padding: 0 15px;
  }
}
#top #container .sec002 .inner .box {
  padding: 0 70px 70px;
  box-sizing: border-box;
  width: 50%;
  background: #fff;
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  box-shadow: 0 0 8px #406bff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box {
    padding: 0 20px 20px;
    width: 100%;
  }
}
#top #container .sec002 .inner .box .more01 a {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .box .more01 a {
    margin: 50px auto 0;
  }
}
#top #container .sec003 {
  background: #e7e8ed;
}
#top #container .sec003 .inner {
  max-width: 1080px;
  padding: 0;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner {
    padding: 0 15px;
  }
}
#top #container .sec003 .inner .flex {
  justify-content: space-between;
}
#top #container .sec003 .inner .flex .box {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec003 .inner .flex .box::before {
  content: url(../img/top/fig_tsubame.svg);
  position: absolute;
  top: 100px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .box::before {
    top: 50px;
    left: 0;
  }
}
#top #container .sec003 .inner .flex .box .more01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .box .more01 {
    margin-bottom: 50px;
  }
}
#top #container .sec003 .inner .flex .box .more01 a {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex .box .more01 a {
    margin: 50px auto 0;
  }
}
#top #container .sec003 .inner .flex figure {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
#top #container .sec003 .inner .flex figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top #container .sec003 .inner .flex figure {
    margin: 0;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  #top #container .sec004 {
    padding-bottom: 50px;
  }
}
#top #container .sec004 .inner {
  max-width: 1080px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner {
    padding: 0 15px;
  }
}
#top #container .sec004 .inner .flex {
  justify-content: space-between;
}
#top #container .sec004 .inner .flex .box {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex .box {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
#top #container .sec004 .inner .flex .box::before {
  content: url(../img/top/fig_tsubame.svg);
  position: absolute;
  top: 100px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex .box::before {
    top: 50px;
    left: 0;
  }
}
#top #container .sec004 .inner .flex .box .more01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex .box .more01 {
    margin-bottom: 50px;
  }
}
#top #container .sec004 .inner .flex .box .more01 a {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex .box .more01 a {
    margin: 50px auto 0;
  }
}
#top #container .sec004 .inner .flex figure {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 10%;
}
#top #container .sec004 .inner .flex figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .flex figure {
    margin: 0;
    flex: auto;
    order: 2;
  }
}

/*=======================================================

    下層

========================================================*/
#local #container header {
  background: url(../img/common/bg_header.png) no-repeat center bottom/cover;
  padding-bottom: 150px;
}
#local #container header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
}
#local #container .title {
  position: relative;
}
@media screen and (max-width: 767px) {
  #local #container .title {
    padding: 0 15px;
  }
}
#local #container .title .scroll {
  position: absolute;
  right: 3%;
  bottom: 5%;
  z-index: 999;
  text-align: center;
}
#local #container .title .scroll::before {
  text-align: center;
  margin: 0 auto 30px;
  content: "";
  display: block;
  width: 2px;
  height: 100vh;
  background: #fff;
}
#local #container section h2 {
  line-height: 1.6;
}
#local #container section h2.style01 {
  font-size: 5.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: center;
}
#local #container section h2.style01::before {
  content: url(../img/top/fig_ttl01.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style01 {
    font-size: 3.3rem;
  }
}
#local #container section h2.style01 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  display: block;
  color: #f01428;
  letter-spacing: 0.1em;
}
#local #container section h2.style02 {
  font-size: 5.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
#local #container section h2.style02::before {
  content: url(../img/common/fig_ttl02.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style02 {
    font-size: 3.3rem;
  }
}
#local #container section h2.style02 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  display: block;
  color: #f01428;
  letter-spacing: 0.1em;
}
#local #container section h3.style01 {
  line-height: 1.4;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local #container section h3.style01 {
    font-size: 2.6rem;
  }
}
#local #container section h3.style01 span {
  display: block;
  color: #f01428;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
#local #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #local #container section .inner {
    padding: 0 15px;
  }
}
#local #container section .inner p {
  line-height: 2;
}

/*=======================================================

    油屋運送とは

========================================================*/
#local .about .title {
  background: url(../img/about/bg_title.png) no-repeat center top/cover;
  height: 770px;
}
@media screen and (max-width: 767px) {
  #local .about .title {
    height: 400px;
  }
}
#local .about .title h1 {
  position: absolute;
  right: 10%;
  top: 20%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #local .about .title h1 {
    right: 10px;
    top: 30%;
  }
}
#local .about .sec001_01 {
  border-bottom: 10px solid #f01428;
  padding: 0 0 90px;
}
#local .about .sec001_01 .inner {
  max-width: 1000px;
  text-align: center;
  position: relative;
}
#local .about .sec001_01 .inner::before {
  content: url(../img/top/fig_tsubame.svg);
  position: absolute;
  top: 25%;
  left: 15%;
}
#local .about .sec001_01 .inner h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #186af7;
}
@media screen and (max-width: 767px) {
  #local .about .sec001_01 .inner h3 {
    font-size: 2.3rem;
  }
}
#local .about .sec001 {
  position: relative;
  padding: 90px 0 90px;
}
#local .about .sec001::after {
  content: "";
  background: url(../img/about/bg_intro.png) no-repeat center top/cover;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#local .about .sec001 .inner {
  position: relative;
  max-width: 1300px !important;
}
#local .about .sec001 .inner .box {
  background: #0f449a;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 60px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box {
    padding: 15px;
    display: block;
  }
}
#local .about .sec001 .inner .box::after {
  position: absolute;
  left: 10px;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #406bff, #48e7fd);
  z-index: -1;
}
#local .about .sec001 .inner .box .cont {
  width: calc(75% - 30px);
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box .cont {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .about .sec001 .inner .box .cont h4 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box .cont h4 {
    font-size: 2.3rem;
  }
}
#local .about .sec001 .inner .box .cont h5 {
  font-size: 2rem;
  font-weight: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box .cont h5 {
    font-size: 1.6rem;
    margin-left: calc(39% - 39vw);
  }
}
#local .about .sec001 .inner .box .cont h5 span {
  padding: 10px 10px 10px 10px;
  display: block;
  font-weight: 600;
  background: linear-gradient(to right, #406bff, #48e7fd);
  margin-bottom: 10px;
}
@media screen and (max-width: 1409px) {
  #local .about .sec001 .inner .box .cont h5 span {
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box .cont h5 span {
    padding: 10px 5px;
  }
}
#local .about .sec001 .inner .box .cont .name {
  text-align: right;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
}
#local .about .sec001 .inner .box figure {
  width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  #local .about .sec001 .inner .box figure {
    width: 100%;
  }
}
#local .about .sec002 .inner .flex {
  align-items: center;
}
#local .about .sec002 .inner .flex .cont {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner .flex .cont {
    width: 100%;
  }
}
#local .about .sec002 .inner .flex .cont h4 {
  font-size: 3.4rem;
  color: #186af7;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner .flex .cont h4 {
    font-size: 2.4rem;
  }
}
#local .about .sec002 .inner .flex .cont .txt {
  margin-bottom: 40px;
}
#local .about .sec002 .inner .flex figure {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  #local .about .sec002 .inner .flex figure {
    margin: 0 0 20px 0;
    flex: auto;
  }
}
#local .about .sec003 {
  background: #dce9fe;
  padding: 100px 0 0;
}
#local .about .sec003 .box {
  margin: 50px 0;
}
#local .about .sec003 .box h4 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#local .about .sec003 .box h4::before {
  width: 100%;
  height: 2px;
  background: #186af7;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
#local .about .sec003 .box h4 span {
  display: inline-block;
  padding: 10px 60px;
  background: #186af7;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
#local .about .sec003 .box .flex {
  justify-content: center;
  margin-bottom: 30px;
}
#local .about .sec003 .box .flex li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .box .flex li {
    margin: 10px 0;
  }
}
#local .about .sec003 .box h5 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  color: #186af7;
}
@media screen and (max-width: 767px) {
  #local .about .sec003 .box h5 {
    font-size: 1.8rem;
  }
}
#local .about .sec003 .box .txt {
  text-align: center;
}
#local .about .sec004 {
  background: url(../img/about/bg01.png) no-repeat right top/cover;
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 {
    background: 0;
    padding: 50px 0 0;
  }
}
#local .about .sec004 .inner .box_wrap {
  max-width: 660px;
}
#local .about .sec004 .inner .box_wrap h4 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
#local .about .sec004 .inner .box_wrap .txt {
  margin-bottom: 30px;
}
#local .about .sec004 .inner .box_wrap .flex {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px #406bff;
  margin: 30px 0;
  justify-content: space-between;
  min-height: 180px;
  box-sizing: border-box;
  align-items: center;
}
#local .about .sec004 .inner .box_wrap .flex figure {
  width: calc(40% - 20px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner .box_wrap .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .about .sec004 .inner .box_wrap .flex .cont {
  width: calc(60% - 10px);
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner .box_wrap .flex .cont {
    width: 100%;
  }
}
#local .about .sec004 .inner .box_wrap .flex .cont h5 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #186af7;
  color: #186af7;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #local .about .sec004 .inner .box_wrap .flex .cont h5 {
    font-size: 1.8rem;
  }
}
#local .about .sec004 .inner .box_wrap .flex .cont ul {
  line-height: 2;
}
#local .about .sec004 .inner .box_wrap .flex .cont ul li::before {
  content: "●";
  color: #186af7;
}
#local .about .sec004 .inner .box_wrap .flex .cont ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#local .about .sec005 {
  margin-top: -70px;
  padding-bottom: 100px;
}
#local .about .sec005 .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#local .about .sec005 .photos figure {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  #local .about .sec005 .photos figure {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

/*=======================================================

    事業内容

========================================================*/
#local .business .title {
  background: url(../img/business/bg_title.png) no-repeat center top/cover;
  height: 770px;
}
@media screen and (max-width: 767px) {
  #local .business .title {
    height: 400px;
  }
}
#local .business .title h1 {
  position: absolute;
  right: 10%;
  top: 20%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #local .business .title h1 {
    right: 10px;
    top: 30%;
  }
}
#local .business .sec001 {
  background: #0f449a;
  border-bottom: 10px solid #f01428;
  padding: 0 0 90px;
}
#local .business .sec001 .inner {
  max-width: 1000px;
  color: #fff;
  text-align: center;
  position: relative;
}
#local .business .sec001 .inner::before {
  content: url(../img/business/fig_tubame04.svg);
  position: absolute;
  top: 30%;
  left: 15%;
}
#local .business .sec001 .inner h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .business .sec001 .inner h3 {
    font-size: 2.3rem;
  }
}
#local .business .sec002 {
  background: linear-gradient(#e7ecf5, #bbd3fd);
  padding: 90px 0 90px;
}
#local .business .sec002 .inner {
  max-width: 100% !important;
}
#local .business .sec002 .inner .flex {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 100px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
#local .business .sec002 .inner .flex figure {
  width: 80%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex figure {
    width: 100%;
    order: 2;
  }
}
#local .business .sec002 .inner .flex .box {
  box-sizing: border-box;
  width: 40%;
  margin: 50px 0 0 -20%;
  position: relative;
  z-index: 10;
  filter: drop-shadow(10px 10px 10px rgba(72, 237, 253, 0.6));
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex .box {
    width: 100%;
    margin: 0;
    order: 1;
  }
}
#local .business .sec002 .inner .flex .box .box_inner {
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 15%);
  padding: 150px 70px 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex .box .box_inner {
    padding: 100px 20px 20px;
  }
}
#local .business .sec002 .inner .flex .box .box_inner h3 {
  position: relative;
  z-index: 10;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex .box .box_inner h3 {
    font-size: 2.8rem;
  }
}
#local .business .sec002 .inner .flex .box .box_inner h4 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 1em;
  color: #186af7;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex .box .box_inner h4 {
    font-size: 2.4rem;
  }
}
#local .business .sec002 .inner .flex .box .box_inner ul {
  line-height: 2;
}
#local .business .sec002 .inner .flex .box .box_inner ul li::before {
  content: "●";
  color: #186af7;
}
#local .business .sec002 .inner .flex .box .box_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#local .business .sec002 .inner .flex .box .box_inner .total {
  font-size: 1.8rem;
  font-weight: 600;
  color: #186af7;
  margin-top: 20px;
}
#local .business .sec002 .inner .flex .box .box_inner .total span {
  font-size: 2.2rem;
}
#local .business .sec002 .inner .flex .box .box_inner .total small {
  font-size: 1.4rem;
}
#local .business .sec002 .inner .flex.no02 .box, #local .business .sec002 .inner .flex.no04 .box {
  margin: 50px -20% 0 0;
}
#local .business .sec002 .inner .flex.no02 .box .box_inner, #local .business .sec002 .inner .flex.no04 .box .box_inner {
  clip-path: polygon(20% 0%, 80% 0%, 100% 13%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex.no02 .box, #local .business .sec002 .inner .flex.no04 .box {
    margin: 0;
  }
}
#local .business .sec002 .inner .flex.no01 {
  position: relative;
}
#local .business .sec002 .inner .flex.no01 .box::after {
  content: url(../img/business/fig_tubame01.svg);
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 100;
  filter: none;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex.no01 .box::after {
    left: 0;
  }
}
#local .business .sec002 .inner .flex.no01 .box h3::before {
  content: url(../img/business/no01.svg);
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
}
#local .business .sec002 .inner .flex.no02 {
  position: relative;
}
#local .business .sec002 .inner .flex.no02 .box::after {
  content: url(../img/business/fig_tubame02.svg);
  position: absolute;
  right: -20%;
  top: 0;
  z-index: 100;
  filter: none;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex.no02 .box::after {
    right: 0;
  }
}
#local .business .sec002 .inner .flex.no02 .box h3::before {
  content: url(../img/business/no02.svg);
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
}
#local .business .sec002 .inner .flex.no03 {
  position: relative;
}
#local .business .sec002 .inner .flex.no03 .box::after {
  content: url(../img/business/fig_tubame01.svg);
  position: absolute;
  left: -20%;
  top: 0;
  z-index: 100;
  filter: none;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex.no03 .box::after {
    left: 0;
  }
}
#local .business .sec002 .inner .flex.no03 .box h3::before {
  content: url(../img/business/no03.svg);
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
}
#local .business .sec002 .inner .flex.no04 {
  position: relative;
}
#local .business .sec002 .inner .flex.no04 .box::after {
  content: url(../img/business/fig_tubame03.svg);
  position: absolute;
  right: -20%;
  top: 0;
  z-index: 100;
  filter: none;
}
@media screen and (max-width: 767px) {
  #local .business .sec002 .inner .flex.no04 .box::after {
    right: 0;
  }
}
#local .business .sec002 .inner .flex.no04 .box h3::before {
  content: url(../img/business/no04.svg);
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
}

/*=======================================================

    会社概要

========================================================*/
#local .company .title {
  background: url(../img/company/bg_title.png) no-repeat center top/cover;
  height: 770px;
}
@media screen and (max-width: 767px) {
  #local .company .title {
    height: 400px;
  }
}
#local .company .title h1 {
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #local .company .title h1 {
    right: 10px;
    top: 30%;
  }
}
#local .company .sec001 {
  background: #0f449a;
  border-bottom: 10px solid #f01428;
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  #local .company .sec001 {
    padding: 0 0 40px;
  }
}
#local .company .sec001 .inner {
  max-width: 1000px;
  color: #fff;
  text-align: center;
  position: relative;
}
#local .company .sec001 .inner::before {
  content: url(../img/business/fig_tubame04.svg);
  position: absolute;
  top: 30%;
  left: 15%;
}
#local .company .sec001 .inner h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .company .sec001 .inner h3 {
    font-size: 2.3rem;
  }
}
#local .company .sec002 {
  padding: 100px 0 100px;
  background: url(../img/company/bg01.png) no-repeat right top/40%;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 {
    padding: 50px 0;
  }
}
#local .company .sec002 .inner table {
  background: #fff;
  width: 100%;
}
#local .company .sec002 .inner table tr th {
  border-bottom: 1px solid #333333;
  padding: 20px;
  line-height: 1.6;
  background: #e8f0fe;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner table tr th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#local .company .sec002 .inner table tr td {
  border-bottom: 1px solid #333333;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .company .sec002 .inner table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#local .company .sec002 .inner table tr:first-child th {
  border-top: 1px solid #333333;
}
#local .company .sec002 .inner table tr:first-child td {
  border-top: 1px solid #333333;
}
#local .company .sec003 {
  background: linear-gradient(to right, #c6dcff, #c7f5fe);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 {
    padding: 50px 0;
  }
}
#local .company .sec003 .inner h4 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner h4 {
    font-size: 2.1rem;
  }
}
#local .company .sec003 .inner .flex {
  justify-content: space-between;
  margin-top: 50px;
}
#local .company .sec003 .inner .flex li {
  width: calc(33.33333% - 10px);
  padding: 25px;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #186af7, #74f1fd);
  border-image-slice: 1;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .company .sec003 .inner .flex li figure {
  text-align: center;
  margin-bottom: 20px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#local .company .sec003 .inner .flex li h5 {
  margin-bottom: 20px;
  color: #186af7;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #local .company .sec003 .inner .flex li h5 {
    font-size: 1.8rem;
  }
}
#local .company .sec003 .inner .flex li:first-child::before {
  content: url(../img/company/no01.svg);
  position: absolute;
  left: 0;
  top: 0;
}
#local .company .sec003 .inner .flex li:nth-child(2)::before {
  content: url(../img/company/no02.svg);
  position: absolute;
  left: 0;
  top: 0;
}
#local .company .sec003 .inner .flex li:last-child::before {
  content: url(../img/company/no03.svg);
  position: absolute;
  left: 0;
  top: 0;
}
#local .company .sec004 {
  background: url(../img/company/bg02.png) no-repeat right top/cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 {
    padding: 50px 0;
  }
}
#local .company .sec004 .history {
  padding: 80px 80px 0;
  background: linear-gradient(to right, #186af7, #74f1fd);
  margin-left: 80px;
  border-radius: 25px 0 0 25px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .history {
    padding: 20px 20px 0;
    margin: 0;
  }
}
#local .company .sec004 .history::after {
  content: url(../img/company/bg03.svg);
  position: absolute;
  right: 0;
  bottom: 0;
}
#local .company .sec004 .history .inner h3 span {
  color: #fff !important;
}
#local .company .sec004 .history .inner h4 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .history .inner h4 {
    font-size: 2.1rem;
  }
}
#local .company .sec004 .history .inner .flex {
  justify-content: space-between;
}
#local .company .sec004 .history .inner .flex ul {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .history .inner .flex ul {
    width: 100%;
    order: 2;
  }
}
#local .company .sec004 .history .inner .flex ul::before {
  width: 3px;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 19px;
  top: 5px;
}
#local .company .sec004 .history .inner .flex ul li {
  padding-left: 70px;
  margin-bottom: 60px;
  position: relative;
}
#local .company .sec004 .history .inner .flex ul li::before {
  content: "●";
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
#local .company .sec004 .history .inner .flex ul li h5 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .history .inner .flex ul li h5 {
    font-size: 2.1rem;
  }
}
#local .company .sec004 .history .inner .flex .photo {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .history .inner .flex .photo {
    flex: auto;
    margin: 0;
    order: 1;
  }
}
#local .company .sec004 .history .inner .flex .photo figure {
  margin-bottom: 40px;
}
#local .company .sec004 .access {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #local .company .sec004 .access {
    padding: 50px 0;
  }
}
#local .company .sec004 .access .inner .gmap {
  margin-bottom: 20px;
  border: 1px solid #333;
}

/*=======================================================

    採用情報

========================================================*/
#local .recruit .title {
  background: url(../img/recruit/bg_title.png) no-repeat center top/cover;
  height: 770px;
}
@media screen and (max-width: 767px) {
  #local .recruit .title {
    height: 400px;
  }
}
#local .recruit .title h1 {
  position: absolute;
  left: 10%;
  bottom: 5%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #local .recruit .title h1 {
    left: 10px;
    bottom: 10%;
  }
}
#local .recruit .sec001 {
  position: relative;
  border-bottom: 10px solid #f01428;
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 {
    background: 0;
  }
}
#local .recruit .sec001 .inner {
  position: relative;
  text-align: center;
}
#local .recruit .sec001 .inner::before {
  content: url(../img/top/fig_tsubame.svg);
  position: absolute;
  top: 100px;
  left: 10%;
}
#local .recruit .sec001 .inner h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #186af7;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 .inner h3 {
    font-size: 2.3rem;
  }
}
#local .recruit .sec002 {
  background: url(../img/recruit/bg03.png) no-repeat left bottom/50% #e7e8ed;
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 {
    padding: 50px 0 150px;
  }
}
#local .recruit .sec002 .tab-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
#local .recruit .sec002 .tab-container .tab {
  border-radius: 20px 20px 0 0;
  background: #186af7;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  width: calc(33.333333% - 10px);
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .tab-container .tab {
    font-size: 1.4rem;
    padding: 10px 5px;
    width: calc(33.333333% - 0px);
    min-height: 55px;
    box-sizing: border-box;
  }
}
#local .recruit .sec002 .tab-container .tab.active {
  background: #fff;
  color: #333;
  padding: 15px 15px 30px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .tab-container .tab.active {
    padding: 10px 5px 15px !important;
  }
}
#local .recruit .sec002 .tab-container .tab.no01 {
  background: #06bae9;
}
#local .recruit .sec002 .tab-container .tab.no01.active {
  background: #fff;
  color: #333;
}
#local .recruit .sec002 .content-container {
  padding: 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .content-container {
    padding: 15px;
  }
}
#local .recruit .sec002 .content-container .content {
  display: none;
}
#local .recruit .sec002 .content-container .content.show {
  display: block;
}
#local .recruit .sec002 .content-container .content table {
  background: #fff;
  width: 100%;
}
#local .recruit .sec002 .content-container .content table tr th {
  border-bottom: 1px solid #333333;
  padding: 20px;
  line-height: 1.6;
  background: #e8f0fe;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .content-container .content table tr th {
    width: 100%;
    display: block;
    -moz-text-align-last: auto;
         text-align-last: auto;
    box-sizing: border-box;
  }
}
#local .recruit .sec002 .content-container .content table tr td {
  border-bottom: 1px solid #333333;
  padding: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .content-container .content table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}
#local .recruit .sec002 .content-container .content table tr td ul {
  padding-left: 1em;
  list-style: disc;
}
#local .recruit .sec002 .content-container .content table tr td ul.padding {
  margin-left: 1em;
  font-size: 1.5rem;
}
#local .recruit .sec002 .content-container .content table tr td ol {
  padding-left: 1em;
  list-style: decimal;
}
#local .recruit .sec002 .content-container .content table tr:first-child th {
  border-top: 1px solid #333333;
}
#local .recruit .sec002 .content-container .content table tr:first-child td {
  border-top: 1px solid #333333;
}
#local .recruit .sec003 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 {
    padding-top: 50px;
  }
}
#local .recruit .sec003 .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: -100px;
}
#local .recruit .sec003 .photos figure {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .photos figure {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
#local .recruit .sec003 .inner {
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner {
    padding: 0 !important;
  }
}
#local .recruit .sec003 .inner .flex {
  justify-content: space-between;
  height: 80%;
}
#local .recruit .sec003 .inner .flex .photo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner .flex .photo {
    display: none;
  }
}
#local .recruit .sec003 .inner .flex .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#local .recruit .sec003 .inner .flex .box {
  width: 70%;
  box-sizing: border-box;
  padding: 400px 50px 100px 50px;
  background: url(../img/recruit/bg02_02.png) no-repeat right bottom/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner .flex .box {
    width: 100%;
    padding: 200px 15px 50px 15px;
  }
}
#local .recruit .sec003 .inner .flex .box .box_inner {
  max-width: 760px;
}
#local .recruit .sec003 .inner .flex .box .box_inner h3 span {
  color: #fff !important;
}
#local .recruit .sec003 .inner .flex .box .box_inner h4 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #06bae9;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner .flex .box .box_inner h4 {
    font-size: 2rem;
  }
}
#local .recruit .sec003 .inner .flex .box .box_inner .point {
  display: flex;
  flex-wrap: wrap;
}
#local .recruit .sec003 .inner .flex .box .box_inner .point li {
  width: calc(33.33333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner .flex .box .box_inner .point li {
    width: 100%;
    margin-right: 0;
  }
}
#local .recruit .sec003 .inner .flex .box .box_inner .point li .txt {
  text-align: left;
  color: #333;
}
#local .recruit .sec003 .inner .flex .box .box_inner .point li h5 {
  color: #186af7;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 10px 0;
}
#local .recruit .sec003 .inner .flex .box .box_inner .point li:nth-child(3n) {
  margin-right: 0;
}
#local .recruit .sec004 {
  padding: 100px 0 200px;
}
#local .recruit .sec004 .inner .flex {
  justify-content: space-between;
}
#local .recruit .sec004 .inner .flex li {
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec004 .inner .flex li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#local .recruit .sec005 {
  position: relative;
  padding-top: 300px;
}
#local .recruit .sec005::before {
  content: "";
  width: 100%;
  height: 90%;
  background: #cdf1fb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#local .recruit .sec005 .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: -100px;
}
#local .recruit .sec005 .photos figure {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .photos figure {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
#local .recruit .sec005 .inner h4 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner h4 {
    font-size: 2rem;
  }
}
#local .recruit .sec005 .inner .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 40px 40px 0;
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner .box {
    padding: 20px;
  }
}
#local .recruit .sec005 .inner .box figure {
  width: calc(30% - 20px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner .box figure {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
  }
}
#local .recruit .sec005 .inner .box .cont {
  width: calc(70% - 20px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner .box .cont {
    width: 100%;
  }
}
#local .recruit .sec005 .inner .box .cont dl {
  margin-bottom: 30px;
}
#local .recruit .sec005 .inner .box .cont dl dt {
  color: #186af7;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
#local .recruit .sec005 .inner .box .cont dl dd {
  line-height: 1.6;
  font-size: 1.4rem;
}
#local .recruit .sec005 .inner .box .cont dl.last {
  margin-bottom: 0;
}
#local .recruit .sec006 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 {
    padding: 50px 0;
  }
}
#local .recruit .sec006 .inner .flex {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner .flex {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
#local .recruit .sec006 .inner .flex.no02::after {
  width: 50%;
}
#local .recruit .sec006 .inner .flex::after {
  content: "";
  background: #186af7;
  height: 10px;
  width: 90%;
  top: 40%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner .flex::after {
    display: none;
  }
}
#local .recruit .sec006 .inner .flex li {
  width: calc(25% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner .flex li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#local .recruit .sec006 .inner .flex li:last-child {
  margin-right: 0;
}
#local .recruit .sec007 {
  padding: 100px 0;
  background: #e8f0fe;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 {
    padding: 50px 0;
  }
}
#local .recruit .sec007 .inner h4 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #186af7;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner h4 {
    font-size: 2rem;
  }
}
#local .recruit .sec007 .inner .flex {
  justify-content: space-between;
  margin-top: 30px;
}
#local .recruit .sec007 .inner .flex li {
  width: calc(33.33333% - 20px);
  border: 2px solid #186af7;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .recruit .sec007 .inner .flex li h5 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #186af7;
  margin: 20px 0;
}
#local .recruit .sec007 .inner .flex li .txt {
  text-align: left;
}
#local .recruit .sec008 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 {
    padding: 50px 0;
  }
}
#local .recruit .sec008 .inner dl {
  padding: 60px 0;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner dl {
    padding: 30px 0;
  }
}
#local .recruit .sec008 .inner dl.last {
  border-bottom: 1px solid #333;
}
#local .recruit .sec008 .inner dl dt {
  font-weight: 600;
  font-size: 3.4rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner dl dt {
    font-size: 2.4rem;
  }
}
#local .recruit .sec008 .inner dl dt::before {
  content: url(../img/recruit/ico_q.svg);
  margin-right: 20px;
}
#local .recruit .sec008 .inner dl dt::after {
  content: "+";
  margin-left: 30px;
}
#local .recruit .sec008 .inner dl dt.active::after {
  content: "-";
}
#local .recruit .sec008 .inner dl dd {
  display: none;
  padding-left: 80px;
  background: url(../img/recruit/ico_a.svg) no-repeat left top;
  margin-top: 20px;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner dl dd {
    font-size: 2rem;
  }
}
#local .recruit .sec008 .inner dl dd p {
  line-height: 1.6 !important;
}
#local .recruit .sec009 {
  padding: 100px 0;
  background: #186af7;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 {
    padding: 50px 0;
  }
}
#local .recruit .sec009 .inner h3 {
  font-size: 7.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner h3 {
    font-size: 4.4rem;
  }
}
#local .recruit .sec009 .inner h3 span {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner h3 span {
    font-size: 1.8rem;
  }
}
#local .recruit .sec009 .inner .lead {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 150px;
}
#local .recruit .sec009 .inner .form {
  border-radius: 20px;
  background: #fff;
  padding: 250px 30px 30px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form {
    padding: 200px 15px 15px;
  }
}
#local .recruit .sec009 .inner .form .flow {
  text-align: center;
  margin-top: -300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form .flow {
    margin-top: -250px;
  }
}
#local .recruit .sec009 .inner .form form table {
  width: 100%;
  font-size: 1.8rem;
}
#local .recruit .sec009 .inner .form form table tr th {
  padding: 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr th {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
#local .recruit .sec009 .inner .form form table tr th .require {
  color: #b00000;
}
#local .recruit .sec009 .inner .form form table tr td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr td {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr td .flex {
    display: block;
  }
}
#local .recruit .sec009 .inner .form form table tr td .flex label {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr td .flex label {
    margin: 10px;
    display: block;
  }
}
#local .recruit .sec009 .inner .form form table tr td .flex label input {
  width: auto;
}
#local .recruit .sec009 .inner .form form table tr td input {
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #dbdcdc;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr td input {
    width: 100%;
  }
}
#local .recruit .sec009 .inner .form form table tr td input.w100 {
  width: 100%;
}
#local .recruit .sec009 .inner .form form table tr td textarea {
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #dbdcdc;
  width: 100%;
}
#local .recruit .sec009 .inner .form form table tr td .postal-search {
  padding: 10px;
  background: #dbdcdc;
  margin-left: 20px;
  border: 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form table tr td .postal-search {
    margin: 10px 0 0 0;
  }
}
#local .recruit .sec009 .inner .form form .privacy_box {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 3px solid #333;
}
#local .recruit .sec009 .inner .form form .privacy_box .txt {
  text-align: center;
  margin-bottom: 50px;
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl {
  margin-bottom: 30px;
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form form .privacy_box .privacy dl dt {
    font-size: 1.6rem;
  }
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl dt::after {
  content: "+";
  margin-left: 30px;
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl dt.active::after {
  content: "-";
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl dd {
  display: none;
  margin-top: 20px;
  line-height: 1.6;
}
#local .recruit .sec009 .inner .form form .privacy_box .privacy dl dd p {
  line-height: 1.6 !important;
}
#local .recruit .sec009 .inner .form .submit {
  position: relative;
  width: 620px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form .submit {
    width: 100%;
  }
}
#local .recruit .sec009 .inner .form .submit::after {
  content: url(../img/recruit/ico_arrow02.svg);
  position: absolute;
  right: 30px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form .submit::after {
    right: 15px;
    top: 7px;
  }
}
#local .recruit .sec009 .inner .form .submit input {
  padding: 15px 40px;
  border-radius: 65px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  background: linear-gradient(to right, #406bff, #48e7fd);
  position: relative;
  box-sizing: border-box;
  margin: 50px auto 0;
  font-weight: 600;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec009 .inner .form .submit input {
    font-size: 2.6rem;
  }
}
#local .recruit .sec009 .inner .form .submit input:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */