@charset "UTF-8";
strong {
  font-weight: bold;
}

.zen-antique-bold {
  font-family: "Zen Antique", serif;
  font-weight: bold;
  font-style: normal;
}

ul.Disc {
  list-style-type: disc;
  margin-left: 1em;
}

ul.Disc li {
  line-height: 1.5;
  margin-bottom: 8px;
}

ul.Disc li:last-of-type {
  margin-bottom: 0;
}

#HeaderWrapper {
  -webkit-transition: .5s;
  transition: .5s;
}

#HeaderWrapper #Header {
  /*.menu-wrapper .drawer-nav.open {
      margin-top: 70px;
    }*/
}

#HeaderWrapper #Header .Logo {
  width: clamp(200px, 26vw, 300px);
}

@media (max-width: 900px) {
  #HeaderWrapper #Header .Logo {
    width: clamp(190px, 22vw, 300px);
  }
}

#HeaderWrapper #Header .btn_contanct {
  width: 64px;
  height: 64px;
  margin-top: 0;
  margin-left: 1.5vw;
}

#HeaderWrapper #Header .btn_contanct a.button {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 100px;
  background-color: #dfeeff;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 2px solid #0e374d;*/
  /*background: #fff;*/
  /*background: #0838a1;*/
  /*background: #009284;*/
}

#HeaderWrapper #Header .btn_contanct a.button::after {
  border: #051968 1px solid;
  background-color: #dfeeff;
}

#HeaderWrapper #Header .btn_contanct a.button .MailIcon {
  width: 50%;
  height: 50%;
}

#HeaderWrapper #Header .btn_contanct a.button .MailIcon {
  fill: #051968;
}

#HeaderWrapper #Header .btn_contanct a.button:hover .MailIcon {
  fill: #dfeeff;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav {
  z-index: 1000;
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav {
    margin-top: 70px;
  }
}

#HeaderWrapper #Header .Eng {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .Eng {
    margin-top: 30px;
  }
}

#HeaderWrapper #Header .Eng a {
  padding: 2px 20px;
  background-color: #b6bbd1;
  border-radius: 50px;
  color: #051968;
}

@media (max-width: 800px) {
  #HeaderWrapper {
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #HeaderWrapper #Header .menu-wrapper .btn_hum {
    background-color: #051968;
    z-index: 10000;
  }
}

@media (max-width: 800px) {
  #HeaderWrapper #Header .Logo {
    width: clamp(320px, 22vw, 300px);
    margin-left: 0;
    padding: 10px 0 0px 0px;
    line-height: 1.5;
  }
}

/*HeaderAnime上書き*/
#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
}

/*HeaderAnime上書き*/
/*.MainWarrper {
  padding-top: 110px;
}*/

/*===================
コンテンツcommon
=====================*/
h2 {
  font-size: clamp(1.6em, 2.6vw, 2.1em);
  font-weight: bold;
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.3em, 1.6vw, 1.4em);
  font-weight: bold;
}

section {
  /*margin-top: 70px;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

section .Inner {
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte {
  width: 100%;
}

.Conte .Inner {
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte .Inner .Inner {
  padding: 0 2.4%;
}

/*ボタンスタイル*/
.Btt {
  /*width: 80%;*/
  max-width: 600px;
  margin-top: 2em;
  text-align: center;
}

.Btt a.button {
  padding: 2px 18px;
  width: 100%;
  max-width: 600px;
  display: inline-block;
  /*padding: .5rem 1.2rem;*/
  border-radius: 10rem;
  text-transform: uppercase;
  /*letter-spacing: .15rem;*/
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #000;
}

.Btt a.button:hover {
  color: #fff !important;
  opacity: 1;
}

.Btt a.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0084AB;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
  color: #fff;
}

.Btt a.button:hover:before {
  width: 100%;
}

.Btt a.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
html {
  scroll-padding-top: 100px;
}

ul.CheckMark li {
  position: relative;
  margin-left: 1.5em;
  line-height: 1.4;
  margin-bottom: .9em;
}

ul.CheckMark li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #4FA6E3;
  border-bottom: 4px solid #4FA6E3;
  top: 0.4em;
  left: -1.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*========= フッター ==========*/
#footerBg {
  background: #f1f2fb;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
}

#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 70px 6vw 70px 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

#footerBg .footer .Navi01 {
  /*width: 340px;
      min-width: 280px;*/
}

#footerBg .footer .Navi01 .logo {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footerBg .footer .Navi01 .logo a {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
}

#footerBg .footer .Navi01 .logo a img {
  width: 26%;
}

#footerBg .footer .Navi01 p.Address {
  font-size: clamp(0.5rem, calc(.75rem + 0.625vw), 1.5rem);
  line-height: 1.5;
  margin: .5em 0;
}

#footerBg .footer ul {
  margin-right: 2em;
}

#footerBg .footer .Navi02 {
  /*width: 24%;
      min-width: 300px;*/
}

#footerBg .footer .Navi03 {
  /*width: 24%;
      min-width: 170px;*/
}

#footerBg .footer .Navi04 {
  /*width: 24%;
      min-width: 150px;
      max-width: 400px;
      margin: 0 0 0 auto;*/
}

#footerBg .footer li {
  padding-left: 10px;
  position: relative;
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.625rem);
}

#footerBg .footer li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .55em;
  width: 0;
}

#footerBg .footer a {
  color: #000;
}

#footerBg .SpComName {
  display: none;
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi02 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi03 {
    /*margin-bottom: 30px;*/
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer .Navi04 {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .SpComName {
    display: block;
    padding: 0px 6vw 70px 6vw;
  }
  #footerBg .SpComName .logo a img {
    width: 20%;
  }
  #footerBg .SpComName .logo a div {
    font-size: 1.3em;
    font-weight: bold;
  }
  #footerBg .SpComName p.Address {
    margin: 20px 0 10px;
    line-height: 1.4;
  }
  #footerBg .SpComName a {
    color: #000;
  }
}

.copyBox {
  background-color: #f1f2fb;
}

.copyBox #copy {
  color: #000;
  text-align: center;
  font-size: .9rem;
  padding: 1.8em 0;
}

.copyBox #copy a {
  color: #000;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
/*nav{
  background:#333;
  color:#fff;
  text-align: center;
}*/
/*ナビゲーションを横並びに*/
/*nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

nav ul li {
  position: relative;
}

nav ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  text-align: center;
  left: -8em;
  top: 2.6em;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.9);
  width: calc(100% + 16em);
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .8em 0 1.4em;
  border-radius: 8px;
}

@media screen and (max-width: 800px) {
  nav li.has-child ul {
    border-radius: 0;
  }
}

nav li.has-child ul::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #000;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: none;
          transform: none;
}

nav li.has-child ul a {
  color: #000 !important;
}

nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li {
  margin-bottom: 1em;
}

nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li:last-child {
  margin-bottom: 0em;
}

nav li.has-child ul li:last-child > a {
  border-bottom: none;
}

nav li.has-child > a {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  nav li.has-child > a {
    pointer-events: auto;
  }
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/*ナビゲーションのリンク設定*/
/*nav ul li a{
  display: block;
  text-decoration: none;
  color: #999;
  padding:20px 35px;
  transition:all .3s;
}*/
/*nav ul li li a{
  padding:10px 35px;
}*/
/*nav ul li a:hover{
  color:#fff; 
}*/
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
/*下の階層を持っているulの指定*/
/*hoverしたら表示*/
/*ナビゲーションaタグの形状*/
/*nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}*/
/*nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3577CA;
}*/
/*==768px以下の形状*/
@media screen and (max-width: 800px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: .6em;
    color: #fff !important;
  }
  nav ul li ul li {
    margin-bottom: 0 !important;
  }
  nav ul li ul li a {
    color: #000 !important;
  }
  nav ul li.has-child::before {
    left: 150px;
    top: .9em;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  nav ul ul li.has-child::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav li.has-child ul {
    padding: .8em 0 0;
  }
  /*矢印の位置と向き*/
  #HeaderWrapper #Header .btn_contanct {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  #HeaderWrapper #Header .btn_contanct a {
    padding: .6em;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: .3em 1.4vw;
  }
}

.HeadCompanyInfo {
  padding: 0 9vw;
  margin-top: 3em;
  text-align: left;
  color: #fff;
}

.HeadCompanyInfo a {
  color: #fff;
}

/*========= トップページ ===============*/
.TopMainVisual {
  padding-top: 110px;
  background-color: #051968;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .TopMainVisual {
    padding-bottom: 50px;
  }
}

.TopMainVisual .MainVisualSlide {
  width: 67%;
  margin-right: 3vw;
}

.TopMainVisual .Left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
}

.TopMainVisual .Left .Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TopMainVisual .Left .Text .Catch {
  width: 34vw;
}

.TopMainVisual .Left .Text .Catch h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 1.4;
}

.TopMainVisual .Left .Text .Catch div {
  font-size: 1em;
  text-align: justify;
}

#TopMessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 800px) {
  #TopMessage {
    padding-top: 0;
    display: block;
  }
  #TopMessage .HalfBox50 {
    width: 100%;
  }
}

#TopMessage:after {
  content: "";
  width: 100%;
  height: 43%;
  background-color: #051968;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 800px) {
  #TopMessage:after {
    height: 52.5%;
  }
}

#TopMessage .MessageBox {
  width: 50%;
  padding-right: 3vw;
}

@media (max-width: 800px) {
  #TopMessage .MessageBox {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

#TopMessage .MessageBox .MessageTopSec {
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 1em;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 800px) {
  #TopMessage .MessageBox .MessageTopSec {
    padding-top: 30px;
    background-color: #051968;
    width: 100vw;
    margin-left: -3.2%;
    padding: 1em 3.2% 1em;
  }
}

#TopMessage .MessageBox .MessageTopSec h2 {
  font-size: 2.6vw;
}

@media (max-width: 800px) {
  #TopMessage .MessageBox .MessageTopSec h2 {
    font-size: 1.6em;
  }
}

#TopMessage .MessageBox .MessageTopSec p {
  font-size: clamp(1em, 1.3vw, 1.2em);
  line-height: 1.6;
}

#TopMessage .MessageBox .MessageBottomSec {
  padding-top: 1em;
}

@media (max-width: 800px) {
  #TopMessage .MessageBox .MessageBottomSec {
    background-color: #fff;
    width: 100vw;
    margin-left: -3.2%;
    padding: 1em 3.2% 1em;
  }
}

#TopMessage .MessageBox .MessageBottomSec h3 {
  font-size: 1.72vw;
  line-height: 1.5;
  margin-bottom: 14px;
}

@media (max-width: 800px) {
  #TopMessage .MessageBox .MessageBottomSec h3 {
    font-size: 1.3em;
  }
}

#TopMessage .MessageBox .MessageBottomSec p {
  text-align: justify;
  line-height: 1.5;
  font-size: clamp(0.8em, 1.1vw, 1.04em);
}

@media (max-width: 800px) {
  #TopMessage .MessageBox .MessageBottomSec p {
    font-size: 1em;
  }
}

@media (max-width: 800px) {
  .TopMainVisual .Left .Text .Catch {
    width: 100% !important;
  }
  .TopMainVisual .Left {
    width: 70% !important;
  }
  .TopMainVisual .Left .Text .Catch h2 {
    font-size: 6.2vw;
  }
}

section h2.HightLine {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
}

section h2.HightLine span {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 100px;
}

section h2.HightLine span {
  position: absolute;
  right: 50%;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

section h2.HightLine span:before {
  /* 線のアニメーション部分 */
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #000;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

section h2.HightLine span :after {
  /* 線の背景色 */
  background-color: #ccc;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

section#Reason {
  background-color: #f1f2fb;
  margin-top: 40px;
  background-image: url("img/common/whiteroundmask.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

section#Reason .Inner {
  max-width: 1500px;
}

@media (max-width: 800px) {
  section#Reason .Inner {
    display: block;
  }
}

section#Reason .Inner .Inner {
  max-width: 1500px;
}

section#Reason .Inner .Inner .ReasonDetail {
  border-right: 1px solid #ddd;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  section#Reason .Inner .Inner .ReasonDetail {
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  section#Reason .Inner .Inner .ReasonDetail:last-of-type {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: none;
  }
}

section#Reason .Inner .Inner .ReasonDetail div {
  text-align: center;
  margin: 8px auto 6px;
  width: 20%;
  aspect-ratio: 1;
}

section#Reason .Inner .Inner .ReasonDetail div img {
  vertical-align: bottom;
}

section#Reason .Inner .Inner .ReasonDetail p {
  text-align: justify;
}

section#Reason .Inner .Inner h3 {
  font-size: clamp(1.3em, 1.4vw, 1.4em);
  text-align: center;
  /*font-weight: normal;*/
}

section#TopWorks {
  background-image: url(../img/top/bg_works.jpg);
  background-size: cover;
  background-position: center;
}

section#TopWorks .WorkBox {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox {
    width: 100%;
    display: block;
  }
}

section#TopWorks .WorkBox:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox:nth-child(even) {
    width: 100%;
    display: block;
  }
}

section#TopWorks .WorkBox .TextBox {
  position: relative;
  z-index: 3;
  width: calc(60% + 100px);
  min-height: 450px;
  padding: 55px 60px 55px 150px;
  margin: 0 0 40px -100px;
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 150px 55px 60px;
  margin: 0 -100px 40px 0;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox .TextBox {
    width: 95%;
    margin: -20px 0 40px 5%;
    padding: 50px 40px;
  }
  section#TopWorks .WorkBox .TextBox h3 {
    font-size: 1.1em;
  }
}

section#TopWorks .WorkBox figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  width: 40%;
  height: 450px;
  margin: -30px 0 0 0;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox figure {
    width: 90%;
    height: 350px;
  }
}

section#TopWorks .WorkBox#TopWorksSection01 figure {
  width: 45%;
  height: auto;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection01 figure {
    width: 90%;
  }
}

section#TopWorks .WorkBox#TopWorksSection01 .TextBox {
  padding: 55px 60px 55px 60px;
  width: 55%;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection01 .TextBox {
    width: 95%;
    padding: 50px 40px;
  }
}

section#TopWorks .WorkBox#TopWorksSection01 .TextBox:after {
  content: "";
  height: 100%;
  width: calc(100% + 100px);
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection01 .TextBox:after {
    width: 100%;
  }
}

section#TopWorks .WorkBox#TopWorksSection02 figure {
  width: 45%;
  height: auto;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection02 figure {
    width: 90%;
    height: 350px;
  }
}

section#TopWorks .WorkBox#TopWorksSection03 figure {
  width: 40%;
  height: auto;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection03 figure {
    width: 90%;
    height: 350px;
  }
}

section#TopWorks .WorkBox#TopWorksSection03 .TextBox {
  padding: 55px 60px 55px 60px;
  width: 60%;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection03 .TextBox {
    width: 95%;
    padding: 50px 40px;
  }
}

section#TopWorks .WorkBox#TopWorksSection03 .TextBox:after {
  content: "";
  height: 100%;
  width: calc(100% + 100px);
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 800px) {
  section#TopWorks .WorkBox#TopWorksSection03 .TextBox:after {
    width: 100%;
  }
}

#works h3 {
  line-height: 1.4;
  font-size: 2em;
}

section#TopPolicy {
  background-image: url(../img/top/bg_policy.jpg);
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 800px) {
  section#TopPolicy {
    background-position: center bottom;
    background-attachment: unset;
    background-size: cover;
  }
}

section#TopPolicy .TopPolicyTextBox {
  margin: auto;
  max-width: 1000px;
  padding: 50px 60px;
  background-color: rgba(5, 25, 104, 0.8);
  color: #fff;
}

section#TopPolicy .TopPolicyTextBox p {
  margin-bottom: 1em;
}

section#Movie .overwrapBox {
  /* height: 200px; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#Movie .overwrapBox .ObjectLeft {
  width: 50%;
  height: auto;
  margin: 0;
  display: grid;
  place-items: center center;
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
}

@media (max-width: 800px) {
  section#Movie .overwrapBox .ObjectLeft {
    width: 100%;
  }
  section#Movie .overwrapBox .ObjectLeft video {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 360;
  }
}

section#Movie .overwrapBox .txtRight {
  position: absolute;
  right: 0;
  /*top: clamp(-70px, -8vw, -100px);*/
  width: calc(100% - 620px);
  background: #ecf0f3;
  padding: 55px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  line-height: 2;
  text-align: justify;
  letter-spacing: -.4px;
}

@media (max-width: 1000px) {
  section#Movie .overwrapBox {
    display: block;
    position: static;
  }
  section#Movie .overwrapBox .txtRight {
    position: static;
    width: 90%;
    max-width: 640px;
    margin-right: 0;
    margin-left: auto;
    margin-top: -60px;
    padding-top: 100px;
  }
}

@media (max-width: 800px) {
  section#Movie .overwrapBox .ObjectLeft {
    width: 100%;
  }
  section#Movie .overwrapBox .ObjectLeft video {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 360;
  }
  section#Movie .overwrapBox .txtRight {
    width: 100%;
    margin: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 55px;
  }
}

section#Blog {
  background-color: #dfeafe;
}

section#Blog .BlogFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  section#Blog .BlogFlex {
    display: block;
  }
}

section#Blog .BlogFlex .SingleBox {
  width: 31.333%;
  margin: 1%;
  color: #000;
}

section#Blog .BlogFlex dl {
  background-color: #fff;
  margin: -50px auto 10px;
  position: relative;
  width: calc(100% - 30px);
  padding: 12px 28px 18px 28px;
  line-height: 1.7;
}

section#Blog .BlogFlex dl time {
  font-size: .8em;
}

section#Blog .BlogFlex dl dt {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35;
}

section#Blog .BlogFlex dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#Blog .BlogFlex dl dd div {
  font-size: .7em;
  padding: 0em .8em;
  margin: 4px 1em 4px 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
}

div.ButtonCenter {
  text-align: center;
}

div.ButtonLeft {
  text-align: left;
}

div.ButtonCenter .arrow-button {
  max-width: 500px;
  margin: 50px auto 0;
}

div.ButtonLeft .arrow-button {
  max-width: 500px;
  margin: 50px auto 50px 0;
}

.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 8px 40px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  min-width: 250px;
  text-align: center;
}

.arrow-button a:hover {
  opacity: 1 !important;
}

.arrow-button a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 90%;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-button a:hover::after {
  position: absolute;
  top: calc(50% – 5px);
  left: 90%;
  width: 60px;
  height: 5px;
}

#Recruit {
  padding: 0;
}

#Recruit .Conte div.BgBlue {
  background: #051968;
  background: -webkit-linear-gradient(45deg, #051968 0%, #1b4093 50%, #32dad2 100%);
  background: linear-gradient(45deg, #051968 0%, #1b4093 50%, #32dad2 100%);
}

#Recruit .RecLeft {
  padding-left: 6vw;
  padding-right: 3vw;
  width: 100%;
  max-width: calc((1201px + ((100vw - 1200px) / 2)) / 2);
  margin-left: auto;
}

#Recruit .RecLeft h2,
#Recruit .RecLeft p {
  color: #fff;
}

#Recruit .Conte div.Photo {
  background-image: url(../img/top/top_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#Achievements {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
  margin-top: 0;
}

#Achievements .CheckMark li p {
  width: calc(100% - 7em);
}

#Achievements .InnerBox {
  background: rgba(255, 255, 255, 0.6);
  padding: 50px 50px 30px;
}

#Achievements dl {
  position: relative;
  margin-left: 1.5em;
  line-height: 1.4;
  margin-bottom: 2.2em;
  padding-bottom: 2.2em;
  border-bottom: 1px dashed #aaa;
}

#Achievements dl:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #4FA6E3;
  border-bottom: 4px solid #4FA6E3;
  top: 0.4em;
  left: -1.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#Achievements dl dt {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.05em;
}

#Achievements dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Achievements dl dd div {
  margin-top: 4px;
  margin-right: 18px;
}

@media (max-width: 800px) {
  #Achievements .Conte .Inner .flex {
    display: block;
  }
}

#Info {
  margin-bottom: 80px;
}

@media (max-width: 800px) {
  #Info .Conte .Inner .Inner {
    overflow: hidden;
  }
}

#Recruit {
  margin-top: 0;
}

#Recruit .RecLeft {
  padding-left: 6vw;
  padding-right: 3vw;
  width: 100%;
  max-width: calc((1201px + ((100vw - 1200px) / 2)) / 2);
  margin-left: auto;
}

#Recruit .RecLeft h2, #Recruit .RecLeft p {
  color: #fff;
}

#Recruit .Conte div.BgBlue {
  background: #2e63b8;
  background: -webkit-linear-gradient(45deg, #2e63b8 0%, #32daa8 100%);
  background: linear-gradient(45deg, #2e63b8 0%, #32daa8 100%);
}

#Recruit .Conte div.Photo {
  background-image: url(../img/top/top_recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #Recruit .Conte {
    display: block;
  }
  #Recruit .Conte .HalfBox50 {
    width: 100%;
  }
  #Recruit .Conte .HalfBox50 .RecLeft {
    max-width: 100%;
    padding-right: 6vw;
  }
  #Recruit .Conte div.Photo {
    height: 60vw;
  }
}

/*========= lowpage ===============*/
.Bold {
  font-weight: bold;
}

.Overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media (max-width: 800px) {
  .Overlap {
    display: block;
  }
}

.Overlap figure {
  width: 44%;
  margin-top: 65px;
}

@media (max-width: 800px) {
  .Overlap figure {
    width: 100%;
  }
}

.Overlap div.Text {
  width: 56%;
  padding: 60px 70px 60px 60px;
  position: relative;
}

@media (max-width: 800px) {
  .Overlap div.Text {
    width: 100%;
  }
}

.Overlap div.Text:after {
  content: "";
  background-color: #ecf0f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  margin-left: -15%;
  z-index: -1;
}

@media (max-width: 800px) {
  .Overlap div.Text:after {
    width: 100%;
    margin-left: 0;
  }
}

.Overlap div.Text .OnePoint {
  background-color: #fff;
  border: 1px solid #051968;
  padding: 20px 30px;
}

.Overlap div.Text .OnePoint .OnePointTitle {
  font-weight: bold;
}

.Overlap div.Text .OnePoint .OnePointTitle:before {
  content: "";
  display: inline-block;
  width: 1em;
  /*画像の幅*/
  height: 1em;
  /*画像の高さ*/
  background-image: url("../img/common/icon_bulb.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-top: -4px;
}

.Overlap div.Text .OneEng {
  background-color: #fff;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}

.FrontLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 800px) {
  .FrontLine {
    font-size: clamp(1.2em, 1.6vw, 1.4em);
  }
}

.FrontLine::before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #053D69;
}

.FrontLine::before {
  margin-right: 24px;
}

.FrontLineSub {
  font-size: .7em;
  margin-left: 72px;
  margin-top: -8px;
}

.Bredcrumb {
  /*border-top: 1px solid #dddddd;*/
  border-bottom: 1px solid #dddddd;
  padding: 0.9em 0px;
}

.Bredcrumb #bread {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  padding: 0 3.4%;
}

.Bredcrumb #bread li.top {
  margin-left: 0;
}

.Bredcrumb #bread li a {
  color: #000;
}

.Bredcrumb #bread li a:after {
  content: ">";
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (max-width: 800px) {
  #LowPage .TopMainVisual .Left {
    width: 100% !important;
  }
}

#LowPage ul.CheckMark {
  margin-top: .5em;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  #LowPage ul.CheckMark {
    margin-left: 0;
  }
}

#LowPage ul.CheckMark li {
  position: relative;
}

#LowPage ul.CheckMark li::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: .8em;
  height: .5em;
  border-left: 4px solid #d30000;
  border-bottom: 4px solid #d30000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#LowPage #Recruit {
  padding-bottom: 0;
}

.dots {
  border-width: 0 0 8px;
  border-style: solid;
  -webkit-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(5, 25, 104, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  -o-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(5, 25, 104, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(5, 25, 104, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 216px;
  margin: 60px auto;
}

#LowPage img {
  vertical-align: bottom;
}

#LowPage .TopMainVisual {
  padding-bottom: 30px;
}

#LowPage .TopMainVisual .Left .Text .Catch {
  width: 94vw;
}

#LowPage .TopMainVisual .Left .Text .Catch h2 {
  text-shadow: #051968 4px 0px 4px, #051968 -4px 0px 4px, #051968 0px -4px 4px, #051968 -4px 0px 4px, #051968 4px 4px 4px, #051968 -4px 4px 4px, #051968 4px -4px 4px, #051968 -4px -4px 4px, #051968 2px 4px 4px, #051968 -2px 4px 4px, #051968 2px -4px 4px, #051968 -2px -4px 4px, #051968 4px 2px 4px, #051968 -4px 2px 4px, #051968 4px -2px 4px, #051968 -4px -2px 4px, #051968 2px 2px 4px, #051968 -2px 2px 4px, #051968 2px -2px 4px, #051968 -2px -2px 4px;
}

#LowPage section {
  padding-bottom: 100px;
}

#LowPage section h2 {
  padding-top: 40px;
}

#LowPage section h2.pt0 {
  padding-top: 0;
}

#LowPage .IndentBox {
  margin-top: 20px;
  margin-left: 72px;
}

@media (max-width: 800px) {
  #LowPage .IndentBox {
    margin-left: 0;
  }
}

#LowPage .IndentBox p {
  text-align: justify;
}

/**********過給機ページ**********/
#LowPage #Turbo .AgentBox {
  margin-top: 20px;
  margin-left: 72px;
}

#LowPage #Turbo .AgentBox p {
  text-align: justify;
}

#LowPage #Turbo .AgentBox .Logo {
  width: 400px;
  margin-bottom: 10px;
}

#LowPage #Turbo .AgentBox .Logo.Mitsui {
  width: 180px;
}

#LowPage #Turbo .AgentBox .AgentBoxInner {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  #LowPage #Turbo .AgentBox .AgentBoxInner {
    display: block;
  }
}

#LowPage #Turbo .AgentBox .AgentBoxInner .Photo {
  /*display: grid;*/
  gap: 10px;
  /*grid-template-columns: 1fr 1fr;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#LowPage #Turbo .AgentBox .AgentBoxInner .Photo li {
  width: calc(50% - 5px);
}

#LowPage #Turbo .AgentBox .Proof {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5% 6%;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #LowPage #Turbo .AgentBox .Proof {
    display: block;
    text-align: center;
  }
}

#LowPage #Turbo .AgentBox .Proof .card1 {
  /*min-width: 220px;*/
}

@media (max-width: 800px) {
  #LowPage #Turbo .AgentBox .Proof .card1 {
    margin-bottom: 30px;
  }
}

#LowPage #Turbo .AgentBox .Proof .Quarter {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Turbo .AgentBox .Proof img {
    max-width: 110px;
  }
}

#LowPage #Turbo .AgentBox .Proof2 {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5% 6%;
}

#LowPage #Turbo .AgentBox .Proof2 .InFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#LowPage #Turbo .AgentBox .Proof2 .InFlex div {
  max-width: 270px;
}

#LowPage #Turbo .BuyInner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#LowPage #Turbo .LicenseEng {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#LowPage #Turbo .BuyItem {
  max-width: 1000px;
  margin: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

#LowPage #Turbo #attempt {
  padding-top: 0;
  background-color: #dfeafe;
}

#LowPage #Turbo #attempt h3 {
  background: #051968;
  color: #fff;
  padding: 13px 0 !important;
  text-align: center;
  margin-bottom: 50px;
}

#LowPage #Turbo #attempt .Landscape {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Turbo #attempt .Landscape {
    grid-template-columns: repeat(2, 1fr);
    font-size: .8em;
  }
}

#LowPage #Turbo #attempt .Landscape dl dd {
  font-size: .9em;
}

#LowPage #Turbo #attempt .Completion {
  max-width: 900px;
  padding: 50px 60px;
  background-color: #fff;
  margin: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 800px) {
  #LowPage #Turbo #attempt .Completion {
    grid-template-columns: 1fr;
  }
  #LowPage #Turbo #attempt .Completion .Photo {
    width: 60%;
    margin: auto;
  }
}

#LowPage #Turbo #attempt .Completion .Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#LowPage #Turbo #attempt .Completion .Text .Place {
  text-align: right;
  font-size: .85em;
}

@media (max-width: 800px) {
  #LowPage #Turbo #attempt .Completion .Text .Place {
    margin-top: 20px;
  }
}

/**********沖修理ページ**********/
#LowPage #Voyage .VoyageList {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 800px) {
  #LowPage #Voyage .VoyageList {
    grid-template-columns: 1fr;
  }
}

#LowPage #Voyage .VoyageList .List {
  background-color: #fff;
  padding: 40px 60px 20px;
}

#LowPage #Voyage .VoyageList .List h4 {
  border-bottom: 1px solid #051968;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.1em;
}

#LowPage #Voyage .VoyageList .List h4:before {
  content: "■";
  color: #051968;
  margin-right: .3em;
}

#LowPage #Voyage .card02 {
  overflow: hidden;
}

#LowPage #Voyage .card02 .swiper-wrapper {
  max-width: 100px;
}

#LowPage #Voyage .card02 .swiper {
  overflow: visible;
}

#LowPage #Voyage .card02 .swiper-slide {
  width: 28%;
}

#LowPage #Voyage .card02 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3.2rem;
}

#LowPage #Voyage .card02 .swiper-pagination {
  margin-right: auto;
}

#LowPage #Voyage .card02 .swiper-slide {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  /* 左右のスライドを小さくする */
  -webkit-transition: .7s;
  transition: .7s;
  /* ゆっくり小さくさせる */
  /*margin-right: -40px!important;*/
  font-size: 1em;
}

#LowPage #Voyage .card02 .swiper-slide img {
  border-radius: 20px;
}

#LowPage #Voyage .Proof {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5% 6%;
}

#LowPage #Voyage .Proof .Quarter {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 920px;
  margin: 0 auto 20px auto;
}

#LowPage #Voyage .Proof .Quarter img {
  -webkit-box-shadow: 2px 2px 6px #ccc;
          box-shadow: 2px 2px 6px #ccc;
}

#LowPage #Voyage .LicenseEng {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/**********ドッグ構内や陸上設備ページ**********/
#LowPage #Manufa .Achievements {
  max-width: 900px;
  margin: auto;
}

#LowPage #Manufa .AchievementsEng {
  max-width: 900px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  margin: auto;
}

#LowPage #Manufa .AchievementsList {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1090px) {
  #LowPage #Manufa .AchievementsList {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  #LowPage #Manufa .AchievementsList {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Manufa .AchievementsList dl {
  position: relative;
}

#LowPage #Manufa .AchievementsList dl dd {
  position: absolute;
  left: -.3em;
  bottom: -.4em;
  padding: .4em .8em;
  /* font-size: .9em; */
  font-size: .85em;
  color: #fff;
  background: #1f2e66;
  line-height: 1.5;
}

@media (max-width: 800px) {
  #LowPage #Manufa .AchievementsList dl dd {
    font-size: .7em;
  }
}

/**********採用ページ**********/
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.NavRecEntry {
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px !important;
  letter-spacing: -2px;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.NavRecEntry {
    width: 70%;
    margin: 30px auto;
  }
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.NavRecEntry a {
  color: #051968 !important;
  letter-spacing: -1px;
}

@media screen and (max-width: 800px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.NavRecEntry a {
    padding: 0;
  }
}

.Catch p {
  font-size: 1.2em;
  color: #fff;
  font-style: italic;
  text-shadow: #051968 4px 0px 4px, #051968 -4px 0px 4px, #051968 0px -4px 4px, #051968 -4px 0px 4px, #051968 4px 4px 4px, #051968 -4px 4px 4px, #051968 4px -4px 4px, #051968 -4px -4px 4px, #051968 2px 4px 4px, #051968 -2px 4px 4px, #051968 2px -4px 4px, #051968 -2px -4px 4px, #051968 4px 2px 4px, #051968 -4px 2px 4px, #051968 4px -2px 4px, #051968 -4px -2px 4px, #051968 2px 2px 4px, #051968 -2px 2px 4px, #051968 2px -2px 4px, #051968 -2px -2px 4px;
}

#Recruit .InterviewIndex {
  display: grid;
  gap: 2vw;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 800px) {
  #Recruit .InterviewIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}

#Recruit .InterviewIndex h3 {
  font-size: clamp(20px, 1.9vw, 2em);
  font-family: serif;
  margin-bottom: 2.5em;
  line-height: 1.55;
}

@media (max-width: 800px) {
  #Recruit .InterviewIndex h3 {
    font-size: 1.4em;
  }
}

#Recruit .InterviewIndex .InterviewPhoto {
  position: relative;
}

#Recruit .InterviewIndex .InterviewPhoto .Profile {
  position: absolute;
  bottom: -20px;
  right: -20px;
  padding: 40px 50px;
  background: rgba(5, 55, 154, 0.7);
  /*background: rgba(5, 5, 34, .7);*/
  color: #fff;
  width: 80%;
}

@media (max-width: 800px) {
  #Recruit .InterviewIndex .InterviewPhoto .Profile {
    font-size: .6em;
  }
}

#Recruit .InterviewIndex .InterviewPhoto .Profile div {
  font-size: 1.2em;
  font-weight: bold;
}

#Recruit .effectLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#Recruit .effectLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #0562c1;
}

#Recruit .effectLink a .Red_Arrow {
  width: 66px;
  margin-left: .5em;
}

#Recruit .effectLink a .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #0562c1;
  stroke: #0562c1;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

#Recruit .effectLink a .Red_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#Recruit .effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
  stroke: #0562c1;
  stroke-miterlimit: 10;
}

#Recruit .effectLink a:hover .Red_Arrow .st0 {
  fill: #0562c1;
}

#Recruit .RecFlow {
  position: relative;
  line-height: 1.6;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#Recruit .RecFlow:before {
  display: inline-block;
  position: absolute;
  top: 1em;
  left: .77em;
  width: 8px;
  height: calc(100% - 18px);
  background-color: #ccc;
  content: "";
}

#Recruit .RecFlow dl {
  /*display: flex;*/
  margin-bottom: 2em;
  position: relative;
}

#Recruit .RecFlow dl:before {
  background: #0562c1;
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  left: .5em;
  top: .9em;
  z-index: 5;
}

#Recruit .RecFlow dl dt {
  /*width: calc(100% - 13em);*/
  padding-left: 5em;
  /* white-space: pre-wrap; */
  /* word-break: break-all; */
}

#Recruit .RecFlow dl dt p {
  margin-bottom: 12px;
  position: relative;
  color: #051968;
  font-weight: bold;
  font-size: 1.5em;
}

#Recruit .RecFlow dl dt p:before {
  position: absolute;
  content: "";
  top: .9em;
  width: 2em;
  height: 2px;
  left: -2.5em;
  background: #ccc;
}

#Recruit .RecFlow dl dd {
  padding-left: 5em;
}

#Recruit .RecItem {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

#Recruit .RecItem a.m-panel01 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 0;
  text-decoration: none;
  padding: 10%;
  z-index: 2;
}

#Recruit .RecItem a.m-panel01:hover {
  cursor: pointer;
  opacity: 1;
}

#Recruit .RecItem a.m-panel01:hover .m-panel01__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
  opacity: 1;
}

#Recruit .RecItem a.m-panel01 .m-panel01__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}

#Recruit .RecItem a.m-panel01 .m-panel01__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
}

#Recruit .RecItem a.m-panel01 .m-panel01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

#Recruit .RecItem a.m-panel01 .m-panel01__body {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Recruit .RecItem a.m-panel01 .m-panel__btn .e-btn {
  min-width: 220px;
  border-radius: 12px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 128px;
  height: 44px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.scroll-table {
  overflow-x: auto;
  display: block;
}

.scroll-table table th {
  white-space: nowrap;
}

#Welfare p {
  text-align: justify;
}

#Welfare .Message {
  padding: 50px 60px;
  background-color: #fff;
  max-width: 1050px;
  margin: auto;
  border-radius: 20px;
}

#Welfare .FrontLine {
  color: #E20808;
}

#Welfare .AgentBox {
  margin-top: 20px;
  margin-left: 72px;
}

#Welfare .AgentBox .AgentBoxInner {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  #Welfare .AgentBox .AgentBoxInner {
    display: block;
  }
}

#Welfare h4.Check {
  position: relative;
  font-weight: bold;
  color: #051968;
  font-size: clamp(1.2em, 1.4vw, 1.2em);
}

#Welfare h4.Check:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.6em;
  border-left: 5px solid #E20808;
  border-bottom: 5px solid #E20808;
  top: 0.44em;
  left: -1.3em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#Welfare table {
  border-collapse: collapse;
  width: 100%;
  min-width: 700px;
}

#Welfare table th, #Welfare table td {
  padding: 15px 25px;
}

#Welfare table th {
  text-align: center;
  vertical-align: top;
  background-color: #f7f7f7;
  border: 1px solid #dbdee6;
  font-weight: bold;
}

#Welfare table td {
  background-color: #fff;
  border: 1px solid #dbdee6;
  text-align: justify;
}

#Welfare .btn_underBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}

#Welfare .btn_under {
  margin: 2em .5em;
}

#Welfare .btn_under a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #E20808;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#Welfare .btn_under a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=====インタビューページ=====*/
#Interview p {
  text-align: justify;
}

#Interview #ProfileBox {
  padding-bottom: 0;
}

#Interview #ProfileBox .Profile {
  max-width: 940px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #Interview #ProfileBox .Profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#Interview #ProfileBox .Profile figure {
  width: 55%;
}

@media (max-width: 800px) {
  #Interview #ProfileBox .Profile figure {
    width: 80%;
    margin: auto;
  }
}

#Interview #ProfileBox .Profile div.Detail {
  width: 45%;
}

@media (max-width: 800px) {
  #Interview #ProfileBox .Profile div.Detail {
    width: 80%;
    margin: auto;
  }
}

#Interview #ProfileBox .Profile dl.Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Interview #ProfileBox .Profile dl.Text dt {
  width: 4em;
  font-weight: bold;
}

#Interview #ProfileBox .Profile dl.Text dd {
  width: calc(100% - 4em);
}

#Interview .InterviewBox {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#Interview .Conte {
  max-width: 1200px;
  margin: auto;
}

#Interview .Face {
  width: 150px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  margin-top: 30px;
  border: 5px solid #00acff;
}

@media (max-width: 800px) {
  #Interview .Conte .flex {
    display: block;
  }
  #Interview .Conte .flex .HalfBox50 {
    width: 100%;
    margin-bottom: 14px;
  }
  #Interview .Conte .flex .HalfBox46 {
    width: 100%;
  }
}

#Interview .balloon {
  position: relative;
  margin: 1.5em 0;
  padding: 0 5px 10px;
  width: 130px;
  height: 130px;
  line-height: 1.2;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #00acff;
  border-radius: 50%;
  aspect-ratio: 1;
  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;
}

@media (max-width: 800px) {
  #Interview .balloon {
    margin: 1.5em auto;
  }
}

#Interview .balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00acff;
  z-index: 0;
}

#Interview h3.question {
  font-size: 1.4em;
  color: #051968;
  margin-bottom: 14px;
  padding-bottom: 6px;
  position: relative;
  border-bottom: 2px solid #00acff;
}

#Interview h3.question::before {
  content: "";
  background-color: #00acff;
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  -webkit-mask: url("../../img/recruit/interview/mic.svg");
  mask: url("../../img/recruit/interview/mic.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-top: -.2em;
  margin-right: .3em;
}

#Interview h3.question::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 60%;
  height: 2px;
  background: #ddd;
}

section#OtherInterview {
  background-color: #dfeafe;
}

section#OtherInterview .BlogFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 800px) {
  section#OtherInterview .BlogFlex {
    display: block;
  }
}

section#OtherInterview .BlogFlex .SingleBox {
  width: 31.333%;
  margin: 1%;
  color: #000;
}

section#OtherInterview .BlogFlex dl {
  background-color: #fff;
  margin: -50px auto 10px;
  position: relative;
  width: calc(100% - 30px);
  padding: 12px 28px 18px 28px;
  line-height: 1.7;
}

section#OtherInterview .BlogFlex dl time {
  font-size: .8em;
}

section#OtherInterview .BlogFlex dl dt {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35;
}

section#OtherInterview .BlogFlex dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#OtherInterview .BlogFlex dl dd div {
  font-size: .7em;
  padding: 0em .8em;
  margin: 4px 1em 4px 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
}

/*=====インタビューページここまで=====*/
/*=====採用基本情報ページ=====*/
#LowPage #RecWorks .AgentBox {
  margin-top: 20px;
  margin-left: 72px;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox {
    margin-left: 0;
  }
}

#LowPage #RecWorks .AgentBox .box {
  position: relative;
  margin: auto;
  margin-bottom: 130px;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .box {
    width: 100%;
    margin-bottom: 50px;
  }
}

#LowPage #RecWorks .AgentBox .box .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .box .box-left {
    width: 100%;
  }
}

#LowPage #RecWorks .AgentBox .box .box-right {
  width: calc(100% - 55% + 80px);
  margin: 2.5vw 0px 0 auto;
  right: 0;
  top: 0;
  position: absolute;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .box .box-right {
    width: 100%;
    margin: unset;
    position: relative;
  }
}

#LowPage #RecWorks .AgentBox .box .box-right .box-list {
  margin-bottom: 0;
  padding: 10% 12% 8% 12%;
  background-color: rgba(5, 25, 104, 0.8);
  color: #fff;
  text-align: justify;
}

#LowPage #RecWorks .AgentBox .bosyuu {
  background-color: #fff;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 70px;
  border: 1px solid #d1cccc;
}

#LowPage #RecWorks .AgentBox .bosyuu table {
  line-height: 1.7;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

#LowPage #RecWorks .AgentBox .bosyuu table th {
  width: 20%;
  padding: 20px 0;
  border-bottom: 1px solid #d1cccc;
  font-weight: bold;
  color: #002a9c;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .bosyuu table th {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
}

#LowPage #RecWorks .AgentBox .bosyuu table td {
  padding: 20px;
  border-bottom: 1px solid #d1cccc;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .bosyuu table td {
    width: 100%;
    display: block;
    padding-left: 0px;
    border: none;
  }
}

#LowPage #RecWorks .AgentBox .effectLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#LowPage #RecWorks .AgentBox .effectLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #0562c1;
}

#LowPage #RecWorks .AgentBox .effectLink a .Red_Arrow {
  width: 66px;
  margin-left: .5em;
}

#LowPage #RecWorks .AgentBox .effectLink a .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #0562c1;
  stroke: #0562c1;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

#LowPage #RecWorks .AgentBox .effectLink a .Red_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#LowPage #RecWorks .AgentBox .effectLink a:hover {
  opacity: 1;
}

#LowPage #RecWorks .AgentBox .effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
  stroke: #0562c1;
  stroke-miterlimit: 10;
}

#LowPage #RecWorks .AgentBox .effectLink a:hover .Red_Arrow .st0 {
  fill: #0562c1;
}

#LowPage #RecWorks .AgentBox .WorkFlow {
  margin-bottom: 40px;
  /* 横線本体 */
  /* 左上のL字（縦＋横） */
  /* 右端の短い縦線 */
}

#LowPage #RecWorks .AgentBox .WorkFlow h4 {
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #002a9c;
}

#LowPage #RecWorks .AgentBox .WorkFlow .line-wrapper {
  width: 77%;
  /* 必要に応じて幅を変える */
  margin: 24px auto;
  position: relative;
}

#LowPage #RecWorks .AgentBox .WorkFlow .fancy-line {
  height: 4px;
  background: #cbd5fa;
  position: relative;
}

#LowPage #RecWorks .AgentBox .WorkFlow .fancy-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * 24px);
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid #cbd5fa;
}

#LowPage #RecWorks .AgentBox .WorkFlow .fancy-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(-1 * 24px);
  width: 0;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 4px solid #cbd5fa;
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 90%;
  left: 5%;
  top: 50%;
  background-color: #cbd5fa;
  z-index: 0;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox:before {
    display: none;
  }
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox.NonLine:before {
  display: none;
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox dl {
  width: calc(25% - 7.8px);
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #d1cccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox dl {
    width: calc(50% - 7.8px);
  }
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox dl div {
  margin-top: -.3em;
  margin-left: -.3em;
  font-weight: bold;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 1.3em;
  color: #fff;
  background-color: #999CA8;
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox dl dt {
  padding: .3em 1em;
  font-size: .9em;
  letter-spacing: 0px;
  line-height: 1.6;
  text-align: justify;
}

#LowPage #RecWorks .AgentBox .WorkFlow .WorkFlowBox dl dd {
  padding: 0 0 1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

/*=====採用基本情報ページここまで=====*/
section#CTA {
  background-image: url(../img/top/bg_policy.jpg);
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 800px) {
  section#CTA {
    background-position: center bottom;
    background-attachment: unset;
    background-size: cover;
  }
}

section#CTA .CTATextBox {
  margin: auto;
  max-width: 1000px;
  padding: 50px 60px;
  background-color: rgba(5, 25, 104, 0.8);
  color: #fff;
  text-align: center;
}

section#CTA .CTATextBox p {
  margin-bottom: 1em;
}

section#CTA .ContactInner {
  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;
}

@media (max-width: 800px) {
  section#CTA .ContactInner {
    display: block;
  }
}

section#CTA .ContactInner div {
  margin-top: 20px;
  width: 300px;
  border-right: 1px solid #fff;
}

@media (max-width: 800px) {
  section#CTA .ContactInner div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

section#CTA .ContactInner div:last-of-type {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

section#CTA .ContactInner div .Tel {
  font-size: 2em;
  margin-bottom: 0;
}

section#CTA .ContactInner div .Tel span {
  font-size: .5em;
}

section#CTA .ContactInner div .Tel a {
  color: #fff;
}

section#CTA .ContactInner div .Sub {
  font-size: .8em;
}

/*# sourceMappingURL=base.css.map */
