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

/* HTML5要素の表示をブロックレベルに設定 */
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;
}

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.sec-title .en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-title .ja {
  margin-top: 5px;
  font-size: 44px;
  font-weight: 700;
}
.sec-title .ja span {
  color: #8c1c24;
}

.btn {
  width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #333333;
  padding: 0 10px 15px 10px;
}
.btn span {
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn img {
  width: 15px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.hero .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 16px;
  height: 320px;
  position: relative;
}
.hero .container .wrapper h1 {
  color: white;
  position: absolute;
  top: 45%;
  left: 10%;
  text-shadow: 2px 2px 6px #333333;
}
.hero .container .wrapper h1 .en {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
}
.hero .container .wrapper h1 .ja {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 7px;
}

.common-faq .container .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 80px;
  position: relative;
}
.common-faq .container .wrapper .sec-title .ja {
  font-size: 34px;
}
.common-faq .container .wrapper .accordion {
  margin-top: 45px;
}
.common-faq .container .wrapper .accordion ul li {
  border: solid 1px #e9e9e9;
  border-radius: 5px;
}
.common-faq .container .wrapper .accordion ul li + li {
  margin-top: 15px;
}
.common-faq .container .wrapper .accordion ul li .list.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  cursor: pointer;
}
.common-faq .container .wrapper .accordion ul li .list.question .text {
  color: #8c1c24;
}
.common-faq .container .wrapper .accordion ul li .list.question i {
  font-size: 0.9em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}
.common-faq .container .wrapper .accordion ul li .list.question.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common-faq .container .wrapper .accordion ul li .list.question:hover .text {
  opacity: 0.5;
}
.common-faq .container .wrapper .accordion ul li .list.question:hover i {
  opacity: 0.5;
}
.common-faq .container .wrapper .accordion ul li .list.answer {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.common-faq .container .wrapper .accordion ul li .list.answer .text-wrapper {
  padding: 20px 40px;
}
.common-faq .container .wrapper .accordion ul li .list.answer .text-wrapper .list-icon {
  color: transparent;
}
.common-faq .container .wrapper .accordion ul li .list .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
.common-faq .container .wrapper .accordion ul li .list .text-wrapper .list-icon {
  color: #8c1c24;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 4px;
}
.common-faq .container .wrapper .accordion ul li .list .text-wrapper .text {
  line-height: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  body {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .sec-title .en {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .sec-title .ja {
    margin-top: 5px;
    font-size: 38px;
    font-weight: 700;
  }
  .sec-title .ja span {
    color: #8c1c24;
  }
  .hero .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 15px;
    height: 320px;
    position: relative;
  }
  .hero .container .wrapper h1 {
    color: white;
    position: absolute;
    top: 45%;
    left: 10%;
    text-shadow: 2px 2px 6px #333333;
  }
  .hero .container .wrapper h1 .en {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .hero .container .wrapper h1 .ja {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1050px) {
  .hero .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 14px;
    height: 320px;
    position: relative;
  }
  .hero .container .wrapper h1 {
    color: white;
    position: absolute;
    top: 45%;
    left: 10%;
    text-shadow: 2px 2px 6px #333333;
  }
  .hero .container .wrapper h1 .en {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .hero .container .wrapper h1 .ja {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section, footer {
    position: relative;
    z-index: 1;
  }
  .hero .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 0px;
    height: 170px;
    position: relative;
  }
  .hero .container .wrapper h1 {
    color: white;
    position: absolute;
    top: 40%;
    left: 10%;
    text-shadow: 2px 2px 6px #333333;
  }
  .hero .container .wrapper h1 .en {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .hero .container .wrapper h1 .ja {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 7px;
  }
  .sec-title .en {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .sec-title .ja {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
  }
  .sec-title .ja span {
    color: #8c1c24;
  }
  .common-faq .container .wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
  }
  .common-faq .container .wrapper .sec-title .ja {
    font-size: 24px;
  }
  .common-faq .container .wrapper .accordion {
    margin-top: 45px;
  }
  .common-faq .container .wrapper .accordion ul li {
    border: solid 1px #e9e9e9;
    border-radius: 5px;
  }
  .common-faq .container .wrapper .accordion ul li + li {
    margin-top: 15px;
  }
  .common-faq .container .wrapper .accordion ul li .list.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;
    cursor: pointer;
  }
  .common-faq .container .wrapper .accordion ul li .list.question .text {
    color: #8c1c24;
  }
  .common-faq .container .wrapper .accordion ul li .list.question i {
    font-size: 0.9em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .common-faq .container .wrapper .accordion ul li .list.question.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .common-faq .container .wrapper .accordion ul li .list.question:hover .text {
    opacity: 0.5;
  }
  .common-faq .container .wrapper .accordion ul li .list.question:hover i {
    opacity: 0.5;
  }
  .common-faq .container .wrapper .accordion ul li .list.answer {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .common-faq .container .wrapper .accordion ul li .list.answer .text-wrapper {
    padding: 10px 20px;
  }
  .common-faq .container .wrapper .accordion ul li .list.answer .text-wrapper .list-icon {
    color: transparent;
  }
  .common-faq .container .wrapper .accordion ul li .list .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  .common-faq .container .wrapper .accordion ul li .list .text-wrapper .list-icon {
    color: #8c1c24;
    font-size: 16px;
    margin-right: 30px;
    margin-top: 4px;
  }
  .common-faq .container .wrapper .accordion ul li .list .text-wrapper .text {
    line-height: 1.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
#loading .spinner > div {
  background-color: #8c1c24;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.to-up {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.to-up.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.to-up.delay {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.to-up.delay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.to-up.delay3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.to-up.delay4 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.to-up.delay-bottom {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.to-left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.to-left.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.to-left.delay {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.to-left.delay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.to-left.delay3 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.to-left.delay4 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.to-left.delay-bottom {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 820px) {
  .fade-in-section.to-up.delay,
  .fade-in-section.to-up.delay2,
  .fade-in-section.to-up.delay3,
  .fade-in-section.to-up.delay4,
  .fade-in-section.to-up.delay5,
  .fade-in-section.to-up.delay-bottom {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
header.page-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
header.page-top .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
header.page-top .container .wrapper h1 {
  margin-left: 60px;
}
header.page-top .container .wrapper h1 img {
  width: 80px;
}
header.page-top .container .wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.page-top .container .wrapper nav ul li {
  margin-left: 40px;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.page-top .container .wrapper nav ul li a {
  color: white;
  letter-spacing: 2px;
}
header.page-top .container .wrapper nav ul li.contact a {
  padding: 30px;
  background: #333333;
  color: white;
  border: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.page-top .container .wrapper nav ul li.contact a:hover {
  background: white;
  color: #333333;
}
header.page-top .container .wrapper nav ul li:hover {
  border-bottom: solid 1px white;
}

header.child .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
header.child .container .wrapper h2 {
  margin-left: 60px;
}
header.child .container .wrapper h2 img {
  width: 80px;
}
header.child .container .wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.child .container .wrapper nav ul li {
  margin-left: 40px;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.child .container .wrapper nav ul li a {
  color: #333333;
  letter-spacing: 2px;
}
header.child .container .wrapper nav ul li.contact a {
  padding: 30px;
  background: #333333;
  color: white;
  border: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.child .container .wrapper nav ul li.contact a:hover {
  background: white;
  color: #333333;
}
header.child .container .wrapper nav ul li:hover {
  border-bottom: solid 1px #333333;
}

@media screen and (max-width: 1200px) {
  header.page-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
  }
  header.page-top .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  header.page-top .container .wrapper h1 {
    margin-left: 60px;
  }
  header.page-top .container .wrapper h1 img {
    width: 80px;
  }
  header.page-top .container .wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.page-top .container .wrapper nav ul li {
    margin-left: 30px;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.page-top .container .wrapper nav ul li a {
    color: white;
    letter-spacing: 2px;
  }
  header.page-top .container .wrapper nav ul li.contact a {
    padding: 30px;
    background: #333333;
    color: white;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.page-top .container .wrapper nav ul li.contact a:hover {
    background: white;
    color: #333333;
  }
  header.page-top .container .wrapper nav ul li:hover {
    border-bottom: solid 1px white;
  }
}
@media screen and (max-width: 1050px) {
  header.page-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
  }
  header.page-top .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  header.page-top .container .wrapper h1 {
    margin-left: 20px;
  }
  header.page-top .container .wrapper h1 img {
    width: 80px;
  }
  header.page-top .container .wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.page-top .container .wrapper nav ul li {
    margin-left: 30px;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.page-top .container .wrapper nav ul li a {
    color: white;
    letter-spacing: 2px;
  }
  header.page-top .container .wrapper nav ul li.contact a {
    padding: 30px;
    background: #333333;
    color: white;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.page-top .container .wrapper nav ul li.contact a:hover {
    background: white;
    color: #333333;
  }
  header.page-top .container .wrapper nav ul li:hover {
    border-bottom: solid 1px white;
  }
  header.child .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  header.child .container .wrapper h2 {
    margin-left: 30px;
  }
  header.child .container .wrapper h2 img {
    width: 80px;
  }
  header.child .container .wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.child .container .wrapper nav ul li {
    margin-left: 30px;
    padding-bottom: 3px;
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.child .container .wrapper nav ul li a {
    color: #333333;
    letter-spacing: 2px;
  }
  header.child .container .wrapper nav ul li.contact a {
    padding: 30px;
    background: #333333;
    color: white;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.child .container .wrapper nav ul li.contact a:hover {
    background: white;
    color: #333333;
  }
  header.child .container .wrapper nav ul li:hover {
    border-bottom: solid 1px #333333;
  }
}
@media screen and (max-width: 820px) {
  header .sp-menu-wrapper .menu-icon {
    position: fixed;
    z-index: 999;
    top: 8px;
    right: 8px;
    list-style: none;
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#8c1c24), to(#d7737b));
    background: -webkit-linear-gradient(left, #8c1c24, #d7737b);
    background: linear-gradient(to right, #8c1c24, #d7737b);
  }
  header .sp-menu-wrapper .menu-icon:hover {
    cursor: pointer;
  }
  header .sp-menu-wrapper .menu-icon li {
    color: #333333;
    width: 18px;
    height: 2px;
    background: white;
    position: absolute;
    left: 27%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  header .sp-menu-wrapper .menu-icon li:nth-child(1) {
    top: 30%;
  }
  header .sp-menu-wrapper .menu-icon li:nth-child(2) {
    top: 47.5%;
  }
  header .sp-menu-wrapper .menu-icon li:nth-child(3) {
    bottom: 30%;
  }
  header .sp-menu-wrapper .menu-icon.active li:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .sp-menu-wrapper .menu-icon.active li:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  header .sp-menu-wrapper .menu-icon.active li:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  header .sp-menu-wrapper .sp-menu {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    opacity: 0;
  }
  header .sp-menu-wrapper .sp-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  header .sp-menu-wrapper .sp-menu .logo {
    width: 80px;
    margin: 0 auto;
    margin-top: 40px;
  }
  header .sp-menu-wrapper .sp-menu ul {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 100px;
    margin-top: 30px;
  }
  header .sp-menu-wrapper .sp-menu ul li {
    text-align: center;
    padding: 30px 0;
    text-shadow: none;
  }
  header .sp-menu-wrapper .sp-menu ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
  header .sp-menu-wrapper .sp-menu ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .sp-menu-wrapper .sp-menu ul li a:hover {
    opacity: 0.5;
  }
}
.common-contact .container {
  position: relative;
  z-index: 2;
}
.common-contact .container .wrapper {
  background: #eeeeee;
  padding: 50px 0 70px 0;
}
.common-contact .container .wrapper .sec-title {
  width: 270px;
  margin: 0 auto;
}
.common-contact .container .wrapper .text {
  text-align: center;
  margin-top: 40px;
}
.common-contact .container .wrapper .contact-wrapper {
  width: 90%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-contact .container .wrapper .contact-wrapper .num-wrapper {
  text-align: center;
}
.common-contact .container .wrapper .contact-wrapper .num-wrapper .num {
  font-size: 40px;
}
.common-contact .container .wrapper .contact-wrapper .num-wrapper .num i {
  font-size: 28px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  margin-right: 5px;
}
.common-contact .container .wrapper .contact-wrapper .num-wrapper .num-text {
  line-height: 1.5em;
  margin-top: 7px;
  letter-spacing: 2px;
}
.common-contact .container .wrapper .contact-wrapper .btn-contact {
  background: #333333;
  color: white;
  padding: 20px 60px;
  border: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-contact .container .wrapper .contact-wrapper .btn-contact i {
  margin-right: 10px;
}
.common-contact .container .wrapper .contact-wrapper .btn-contact:hover {
  background: white;
  color: #333333;
}

footer .container {
  background: #646363;
  position: relative;
  z-index: 2;
}
footer .container .wrapper {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 0 15px 0;
  color: white;
}
footer .container .wrapper .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
footer .container .wrapper .footer-wrapper .logo-wrapper {
  width: 28%;
}
footer .container .wrapper .footer-wrapper .logo-wrapper img {
  width: 120px;
}
footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper {
  margin-top: 40px;
}
footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text {
  margin: 10px 0;
  line-height: 1.5em;
  letter-spacing: 2px;
}
footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text a {
  margin-right: 30px;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper {
  width: 70%;
  max-width: 900px;
  margin-top: 30px;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li {
  letter-spacing: 2px;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a {
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a:hover {
  border-bottom: solid 1px white;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul {
  margin: 30px 0 0 20px;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul li {
  margin-bottom: 15px;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper {
  margin-top: 20px;
  text-align: right;
}
footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper i {
  font-size: 40px;
  margin: 0 10px;
}
footer .container .wrapper .copy {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  footer .container {
    background: #646363;
  }
  footer .container .wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    color: white;
  }
  footer .container .wrapper .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper {
    width: 28%;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper img {
    width: 120px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper {
    margin-top: 40px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper .text {
    margin: 2px 0;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text {
    margin: 10px 0;
    line-height: 1.5em;
    letter-spacing: 2px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text a {
    margin-right: 30px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper {
    width: 70%;
    max-width: 900px;
    margin-top: 30px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li {
    letter-spacing: 2px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a {
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a:hover {
    border-bottom: solid 1px white;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul {
    margin: 30px 0 0 20px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul li {
    margin-bottom: 15px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper {
    margin-top: 20px;
    text-align: right;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper i {
    font-size: 40px;
    margin: 0 10px;
  }
  footer .container .wrapper .copy {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1050px) {
  footer .container {
    background: #646363;
  }
  footer .container .wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    color: white;
  }
  footer .container .wrapper .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper {
    width: 22%;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper img {
    width: 120px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper {
    margin-top: 40px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper .text {
    margin: 2px 0;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text {
    margin: 10px 0;
    line-height: 1.5em;
    letter-spacing: 2px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text a {
    margin-right: 30px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper {
    width: 78%;
    max-width: 900px;
    margin-top: 30px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li {
    letter-spacing: 2px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a {
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li a:hover {
    border-bottom: solid 1px white;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul {
    margin: 30px 0 0 20px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul li ul li {
    margin-bottom: 15px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper {
    margin-top: 20px;
    text-align: right;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper i {
    font-size: 40px;
    margin: 0 10px;
  }
  footer .container .wrapper .copy {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .common-contact .container {
    position: relative;
    z-index: 2;
  }
  .common-contact .container .wrapper {
    background: #eeeeee;
    padding: 50px 0 70px 0;
  }
  .common-contact .container .wrapper .sec-title {
    width: 150px;
    margin: 0 auto;
  }
  .common-contact .container .wrapper .text {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5em;
    text-align: center;
    margin-top: 40px;
  }
  .common-contact .container .wrapper .contact-wrapper {
    width: 90%;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-contact .container .wrapper .contact-wrapper .num-wrapper {
    text-align: center;
    margin-top: 30px;
  }
  .common-contact .container .wrapper .contact-wrapper .num-wrapper .num {
    font-size: 25px;
  }
  .common-contact .container .wrapper .contact-wrapper .num-wrapper .num i {
    font-size: 18px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-right: 5px;
  }
  .common-contact .container .wrapper .contact-wrapper .num-wrapper .num-text {
    line-height: 1.5em;
    margin-top: 7px;
    letter-spacing: 1px;
  }
  .common-contact .container .wrapper .contact-wrapper .btn-contact {
    background: #333333;
    color: white;
    padding: 20px 60px;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .common-contact .container .wrapper .contact-wrapper .btn-contact i {
    margin-right: 10px;
  }
  .common-contact .container .wrapper .contact-wrapper .btn-contact:hover {
    background: white;
    color: #333333;
  }
  footer .container {
    background: #646363;
  }
  footer .container .wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    color: white;
  }
  footer .container .wrapper .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper {
    width: 100%;
    text-align: center;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper img {
    width: 120px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper {
    margin-top: 40px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .tel-wrapper .text {
    margin: 2px 0;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text {
    margin: 10px 0;
    line-height: 1.5em;
    letter-spacing: 2px;
  }
  footer .container .wrapper .footer-wrapper .logo-wrapper .text-wrapper .text a {
    margin-right: 0px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul > li {
    letter-spacing: 2px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    text-align: center;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul > li a {
    border-bottom: solid 1px transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul > li a:hover {
    border-bottom: solid 1px white;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul > li ul {
    margin: 30px 0px 0px 0;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper nav > ul > li ul li {
    margin-bottom: 15px;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper {
    margin-top: 20px;
    text-align: center;
  }
  footer .container .wrapper .footer-wrapper .footer-menu-wrapper .sns-wrapper i {
    font-size: 40px;
    margin: 0 10px;
  }
  footer .container .wrapper .copy {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 30px;
    font-size: small;
  }
}
.page-top-fv .container .wrapper {
  position: relative;
}
.page-top-fv .container .wrapper .fv-video-wrap {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 1000px;
  z-index: 1;
  /* ファーストビューを全画面に */
  overflow: hidden;
}
.page-top-fv .container .wrapper .fv-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  /* トリミングして全画面表示 */
}
.page-top-fv .container .wrapper .fv-video-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-top-fv .container .wrapper h2 {
  font-size: 55px;
  color: white;
  font-weight: 700;
  letter-spacing: 5px;
  position: absolute;
  top: 80%;
  left: 8%;
  z-index: 3;
}

.page-top-about .container .wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-top: 10px;
}
.page-top-about .container .wrapper .swiper .swiper-wrapper .swiper-slide {
  margin-right: 30px;
  width: auto !important;
  /* ← これが重要 */
}
.page-top-about .container .wrapper .swiper .swiper-wrapper .swiper-slide .ashirai {
  font-size: clamp(20px, 5vw, 55px);
  color: rgba(51, 51, 51, 0.15);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings: "wdth" 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-top-about .container .wrapper .content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-top-about .container .wrapper .content-wrapper .text-wrapper {
  width: 44%;
  position: relative;
}
.page-top-about .container .wrapper .content-wrapper .text-wrapper h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 35px;
}
.page-top-about .container .wrapper .content-wrapper .text-wrapper .text {
  margin-top: 50px;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.page-top-about .container .wrapper .content-wrapper .text-wrapper .btn {
  margin-top: 50px;
}
.page-top-about .container .wrapper .content-wrapper .text-wrapper .ashirai {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 70%;
}
.page-top-about .container .wrapper .content-wrapper .about-img {
  width: 49%;
  margin-top: 100px;
}

.page-top-service .container .wrapper {
  margin-top: 150px;
}
.page-top-service .container .wrapper .sec-title {
  width: 280px;
  margin: 0 auto;
}
.page-top-service .container .wrapper .service-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top-service .container .wrapper .service-wrapper .service {
  width: 33.3%;
  text-align: center;
  background-position: center;
  background-size: cover;
  padding: 120px 0 100px 0;
  color: white;
  position: relative;
}
.page-top-service .container .wrapper .service-wrapper .service::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper {
  position: relative;
  z-index: 2;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper h3 {
  font-size: 24px;
  letter-spacing: 2px;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper p {
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 70px;
  line-height: 1.5em;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 260px;
  border: solid 1px white;
  padding: 20px 40px 20px 80px;
  margin: 0 auto;
  margin-top: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2 img {
  width: 15px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2:hover {
  background: white;
  color: #333333;
}
.page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2:hover img {
  -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
          filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.page-top-service .container .wrapper .service-wrapper .service:nth-child(1) {
  background-image: url(img/page-top-service1.png);
}
.page-top-service .container .wrapper .service-wrapper .service:nth-child(2) {
  background-image: url(img/page-top-service2.png);
}
.page-top-service .container .wrapper .service-wrapper .service:nth-child(3) {
  background-image: url(img/page-top-service3.png);
}
.page-top-service .container .wrapper .service-wrapper .service:nth-child(3) .btn2 {
  margin-top: 66px;
}

.page-top-trucks .container .wrapper {
  margin-top: 250px;
}
.page-top-trucks .container .wrapper .content-wrapper {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 40px 50px 40px 120px;
}
.page-top-trucks .container .wrapper .content-wrapper .text-wrapper {
  width: 46%;
  margin-top: 40px;
}
.page-top-trucks .container .wrapper .content-wrapper .text-wrapper .text {
  margin-top: 50px;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.page-top-trucks .container .wrapper .content-wrapper .text-wrapper .btn {
  margin-left: auto;
  margin-top: 50px;
}
.page-top-trucks .container .wrapper .content-wrapper > img {
  width: 45%;
}

.page-top-info .container {
  background-image: url(img/page-top-info-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 170px;
  padding: 50px 0;
}
.page-top-info .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top-info .container .wrapper {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 60px 30px 130px;
}
.page-top-info .container .wrapper .contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper {
  width: 80%;
  margin-top: 50px;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li {
  padding: 25px 0;
  border-bottom: solid 1px #333333;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper .tag {
  font-size: 14px;
  background: #8c1c24;
  border: solid 1px #8c1c24;
  display: inline-block;
  padding: 7px 30px;
  color: white;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper {
  width: 67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper .title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper img {
  width: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover .title {
  opacity: 0.7;
}
.page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.page-top-info .container .wrapper .btn {
  margin: 0 auto;
  margin-top: 70px;
}

.page-top-movie .container .wrapper {
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.page-top-movie .container .wrapper .sec-title {
  width: 270px;
  margin: 0 auto;
  margin-top: 130px;
}
.page-top-movie .container .wrapper .movie-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; /* 中央寄せ */
  margin-top: 50px;
  aspect-ratio: 16/9; /* アスペクト比維持（モダンブラウザ） */
  position: relative;
  z-index: 2;
}
.page-top-movie .container .wrapper .movie-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top-movie .container .wrapper .ashirai {
  width: 550px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.page-top-recrute .container .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 230px;
  margin-bottom: 290px;
  position: relative;
  z-index: 2;
}
.page-top-recrute .container .wrapper .contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-top-recrute .container .wrapper .contents-wrapper .img-wrapper {
  width: 65%;
}
.page-top-recrute .container .wrapper .contents-wrapper .img-wrapper .ashirai {
  font-size: 50px;
  color: rgba(51, 51, 51, 0.15);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings: "wdth" 100;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-top-recrute .container .wrapper .contents-wrapper .text-wrapper {
  width: 42%;
  padding: 50px 8% 50px 5%;
  color: white;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 50px;
  right: 0;
}
.page-top-recrute .container .wrapper .contents-wrapper .text-wrapper h3 {
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 35px;
}
.page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .text {
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 1.4em;
}
.page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .btn {
  margin-top: 60px;
  border-color: white;
}

@media screen and (max-width: 1200px) {
  .page-top-info .container {
    background-image: url(img/page-top-info-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 170px;
    padding: 50px 0;
  }
  .page-top-info .container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-top-info .container .wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 60px 30px 130px;
  }
  .page-top-info .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper {
    width: 80%;
    margin-top: 50px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li {
    padding: 25px 0;
    border-bottom: solid 1px #333333;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper .tag {
    font-size: 12px;
    background: #8c1c24;
    border: solid 1px #8c1c24;
    display: inline-block;
    padding: 7px 30px;
    color: white;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper {
    width: 64%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper img {
    width: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover .title {
    opacity: 0.7;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page-top-info .container .wrapper .btn {
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-recrute .container .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 230px;
    margin-bottom: 290px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper {
    width: 65%;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper .ashirai {
    font-size: 50px;
    color: rgba(51, 51, 51, 0.15);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper {
    width: 42%;
    padding: 50px 5% 50px 5%;
    color: white;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    top: 50px;
    right: 0;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper h3 {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .text {
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.4em;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .btn {
    margin-top: 60px;
    border-color: white;
  }
}
@media screen and (max-width: 1050px) {
  .page-top-trucks .container .wrapper {
    margin-top: 150px;
  }
  .page-top-trucks .container .wrapper .content-wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    background: #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 40px 50px 40px 50px;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper {
    width: 50%;
    margin-top: 40px;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper .text {
    margin-top: 50px;
    letter-spacing: 2px;
    line-height: 1.5em;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper .btn {
    margin-left: auto;
    margin-top: 50px;
  }
  .page-top-trucks .container .wrapper .content-wrapper > img {
    width: 43%;
  }
  .page-top-info .container {
    background-image: url(img/page-top-info-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 170px;
    padding: 50px 0;
  }
  .page-top-info .container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-top-info .container .wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 20px 30px 20px;
  }
  .page-top-info .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper {
    width: 80%;
    margin-top: 50px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li {
    padding: 25px 0;
    border-bottom: solid 1px #333333;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper .tag {
    font-size: 12px;
    background: #8c1c24;
    border: solid 1px #8c1c24;
    display: inline-block;
    padding: 7px 30px;
    color: white;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper {
    width: 64%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper img {
    width: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover .title {
    opacity: 0.7;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page-top-info .container .wrapper .btn {
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-movie .container .wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
  }
  .page-top-movie .container .wrapper .sec-title {
    width: 270px;
    margin: 0 auto;
    margin-top: 130px;
  }
  .page-top-movie .container .wrapper .movie-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    /* 中央寄せ */
    margin-top: 50px;
    aspect-ratio: 16/9;
    /* アスペクト比維持（モダンブラウザ） */
    position: relative;
    z-index: 2;
  }
  .page-top-movie .container .wrapper .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-top-movie .container .wrapper .ashirai {
    width: 550px;
    position: absolute;
    top: -80PX;
    right: 0;
    z-index: 1;
  }
  .page-top-recrute .container .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 290px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper {
    width: 65%;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper .ashirai {
    font-size: 50px;
    color: rgba(51, 51, 51, 0.15);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper {
    width: 48%;
    padding: 50px 5% 50px 5%;
    color: white;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    top: 50px;
    right: 0;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper h3 {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .text {
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.4em;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .btn {
    margin-top: 60px;
    border-color: white;
  }
}
@media screen and (max-width: 820px) {
  .page-top-fv {
    position: relative;
  }
  .page-top-fv .container .wrapper {
    position: relative;
  }
  .page-top-fv .container .wrapper .fv-video-wrap {
    position: relative;
    width: 100%;
    height: 55vh;
    max-height: 1000px;
    z-index: 1;
    /* ファーストビューを全画面に */
    overflow: hidden;
  }
  .page-top-fv .container .wrapper .fv-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    /* トリミングして全画面表示 */
  }
  .page-top-fv .container .wrapper .fv-video-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .page-top-fv .container .wrapper h2 {
    font-size: 28px;
    color: white;
    font-weight: 700;
    letter-spacing: 5px;
    position: absolute;
    top: 85%;
    left: 3%;
    z-index: 3;
  }
  .page-top-fv .logo {
    position: absolute;
    width: 80px;
    top: 10px;
    left: 10px;
    z-index: 2;
  }
  .page-top-about .container .wrapper .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    margin-top: 10px;
  }
  .page-top-about .container .wrapper .swiper .swiper-wrapper .swiper-slide {
    margin-right: 30px;
    width: auto !important;
    /* ← これが重要 */
  }
  .page-top-about .container .wrapper .swiper .swiper-wrapper .swiper-slide .ashirai {
    font-size: clamp(20px, 10vw, 55px);
    color: rgba(51, 51, 51, 0.15);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .page-top-about .container .wrapper .content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-top-about .container .wrapper .content-wrapper .text-wrapper {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .page-top-about .container .wrapper .content-wrapper .text-wrapper h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 15px;
  }
  .page-top-about .container .wrapper .content-wrapper .text-wrapper .text {
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.5em;
  }
  .page-top-about .container .wrapper .content-wrapper .text-wrapper .btn {
    margin-top: 50px;
  }
  .page-top-about .container .wrapper .content-wrapper .text-wrapper .ashirai {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 70%;
  }
  .page-top-about .container .wrapper .content-wrapper .about-img {
    width: 100%;
    margin-top: 40px;
  }
  .page-top-service .container .wrapper {
    margin-top: 60px;
  }
  .page-top-service .container .wrapper .sec-title {
    width: 150px;
    margin: 0 auto;
  }
  .page-top-service .container .wrapper .service-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top-service .container .wrapper .service-wrapper .service {
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: cover;
    padding: 60px 0 50px 0;
    color: white;
    position: relative;
  }
  .page-top-service .container .wrapper .service-wrapper .service::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper {
    position: relative;
    z-index: 2;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper p {
    width: 90%;
    max-width: 260px;
    margin: 0 auto;
    margin-top: 70px;
    line-height: 1.5em;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 260px;
    border: solid 1px white;
    padding: 20px 40px 20px 80px;
    margin: 0 auto;
    margin-top: 55px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2 img {
    width: 15px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2:hover {
    background: white;
    color: #333333;
  }
  .page-top-service .container .wrapper .service-wrapper .service .content-wrapper .btn2:hover img {
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
            filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
  }
  .page-top-service .container .wrapper .service-wrapper .service:nth-child(1) {
    background-image: url(img/page-top-service1.png);
  }
  .page-top-service .container .wrapper .service-wrapper .service:nth-child(2) {
    background-image: url(img/page-top-service2.png);
  }
  .page-top-service .container .wrapper .service-wrapper .service:nth-child(3) {
    background-image: url(img/page-top-service3.png);
  }
  .page-top-service .container .wrapper .service-wrapper .service:nth-child(3) .btn2 {
    margin-top: 66px;
  }
  .page-top-trucks .container .wrapper {
    margin-top: 80px;
  }
  .page-top-trucks .container .wrapper .content-wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    background: #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper {
    width: 100%;
    margin-top: 40px;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper .sec-title {
    margin-bottom: 30px;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper .text {
    margin-top: 50px;
    letter-spacing: 2px;
    line-height: 1.5em;
  }
  .page-top-trucks .container .wrapper .content-wrapper .text-wrapper .btn {
    margin-left: auto;
    margin-top: 50px;
  }
  .page-top-trucks .container .wrapper .content-wrapper > img {
    width: 45%;
  }
  .page-top-info .container {
    background-image: url(img/page-top-info-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 50px 0;
  }
  .page-top-info .container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-top-info .container .wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 20px 30px 20px;
  }
  .page-top-info .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li {
    padding: 25px 0;
    border-bottom: solid 1px #333333;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .tag-wrapper .tag {
    font-size: 12px;
    background: #8c1c24;
    border: solid 1px #8c1c24;
    display: inline-block;
    padding: 7px 30px;
    color: white;
    margin-left: 20px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    margin-top: 15px;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper .title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a .title-wrapper img {
    width: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover .title {
    opacity: 0.7;
  }
  .page-top-info .container .wrapper .contents-wrapper .lists-wrapper ul li a:hover img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .page-top-info .container .wrapper .btn {
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-movie .container .wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
  }
  .page-top-movie .container .wrapper .sec-title {
    width: 150px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page-top-movie .container .wrapper .movie-wrapper {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    /* 中央寄せ */
    margin-top: 30px;
    aspect-ratio: 16/9;
    /* アスペクト比維持（モダンブラウザ） */
    position: relative;
    z-index: 2;
  }
  .page-top-movie .container .wrapper .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-top-movie .container .wrapper .ashirai {
    width: 350px;
    position: absolute;
    top: -30px;
    left: -50px;
    z-index: 1;
  }
  .page-top-recrute .container .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper {
    width: 90%;
    position: relative;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .img-wrapper .ashirai {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: wrap;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper {
    width: 90%;
    padding: 50px 8% 50px 5%;
    color: white;
    background: rgba(51, 51, 51, 0.8);
    position: static;
    top: -50px;
    right: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    margin-left: auto;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper h3 {
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .text {
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.4em;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .text-wrapper .btn {
    margin-top: 60px;
    border-color: white;
  }
  .page-top-recrute .container .wrapper .contents-wrapper .ashirai {
    width: 95%;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: wrap;
    position: absolute;
    top: 120px;
    left: 0;
  }
}
.hero.about .container {
  background-image: url(img/page-about-hero-bg.png);
  background-position: center;
  background-size: cover;
}

.logo-scope {
  max-width: 1700px;
  margin: 0 auto;
}
.logo-scope .logo {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  -webkit-transform: translateX(-35%);
          transform: translateX(-35%);
  z-index: 1;
}
.logo-scope .logo img {
  position: absolute;
}

.page-about-message {
  position: relative;
  z-index: 2;
}
.page-about-message .container .wrapper {
  text-align: center;
  margin-top: 70px;
}
.page-about-message .container .wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.page-about-message .container .wrapper h2 span {
  color: #8c1c24;
}
.page-about-message .container .wrapper .text {
  margin: 30px 0;
  letter-spacing: 3px;
  line-height: 1.5em;
}
.page-about-message .container .wrapper .img-wrapper {
  width: 63%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.page-about-message .container .wrapper .img-wrapper img {
  width: 32.5%;
}

.page-about-greeting .container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.page-about-greeting .container .img-wrapper {
  width: 33%;
  max-width: 450px;
  position: absolute;
  top: -250px;
  right: 0;
  overflow: hidden;
}
.page-about-greeting .container .img-wrapper .ashirai-kyushu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  z-index: 1;
}
.page-about-greeting .container .wrapper {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.page-about-greeting .container .wrapper .sec-title {
  width: 180px;
  margin: 0 auto;
}
.page-about-greeting .container .wrapper .contents-wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.page-about-greeting .container .wrapper .contents-wrapper .text-wrapper {
  width: 76%;
  margin-top: 70px;
  background: white;
  padding: 20px 80px 50px 50px;
  -webkit-box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
          box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
}
.page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .text {
  letter-spacing: 3px;
  line-height: 1.5em;
  margin: 30px 0;
}
.page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 600;
  letter-spacing: 3px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .title {
  font-size: 20px;
  margin-right: 30px;
}
.page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .name {
  font-size: 24px;
}
.page-about-greeting .container .wrapper .contents-wrapper img {
  width: 30%;
  position: absolute;
  bottom: -15px;
  right: 0;
}

.page-about-outline .container {
  position: relative;
  z-index: 2;
}
.page-about-outline .container .wrapper {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 180px;
}
.page-about-outline .container .wrapper .outline-wrapper {
  margin-top: 40px;
}
.page-about-outline .container .wrapper .outline-wrapper ul {
  border-top: solid 1px #b4b2b2;
  border-left: solid 1px #b4b2b2;
  border-right: solid 1px #b4b2b2;
}
.page-about-outline .container .wrapper .outline-wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b4b2b2;
}
.page-about-outline .container .wrapper .outline-wrapper ul li .th {
  width: 32%;
  text-align: center;
  padding: 20px 0;
  background: #e8e6e6;
  line-height: 1.5em;
  display: grid;
  place-items: center;
}
.page-about-outline .container .wrapper .outline-wrapper ul li .td {
  width: 68%;
  padding: 20px 0 20px 40px;
  line-height: 1.5em;
}
.page-about-outline .container .wrapper .outline-wrapper ul li:nth-child(11) .td {
  padding-top: 30px;
}

.common-trucks .container {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 90px;
  background-image: url(img/page-about-trucks-bg.png);
  background-position: center;
  background-size: cover;
  color: white;
  padding: 60px 120px;
  position: relative;
  z-index: 2;
}
.common-trucks .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.common-trucks .container .wrapper {
  width: 480px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.common-trucks .container .wrapper .text {
  margin: 60px 0 50px 0;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.common-trucks .container .wrapper .btn {
  border-color: white;
}

.page-about-history .container {
  position: relative;
  z-index: 2;
}
.page-about-history .container .wrapper {
  padding: 60px;
  background: #f6f6f6;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 75px;
}
.page-about-history .container .wrapper .sec-title {
  width: 90px;
  margin: 0 auto;
}
.page-about-history .container .wrapper .history-wrapper {
  margin-top: 60px;
}
.page-about-history .container .wrapper .history-wrapper ul {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.page-about-history .container .wrapper .history-wrapper ul li {
  width: 50%;
  background: white;
  padding: 20px 40px;
  margin: 10px 0;
  line-height: 1.5em;
  position: relative;
  z-index: auto;
}
.page-about-history .container .wrapper .history-wrapper ul li.right {
  margin-left: auto;
}
.page-about-history .container .wrapper .history-wrapper ul li .year {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}
.page-about-history .container .wrapper .history-wrapper ul li .year.red {
  color: #8c1c24;
}
.page-about-history .container .wrapper .history-wrapper ul li .text {
  letter-spacing: 1px;
}
.page-about-history .container .wrapper .history-wrapper ul li.left::before {
  content: "";
  background: #122041;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -1.7px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
.page-about-history .container .wrapper .history-wrapper ul li.right::before {
  content: "";
  background: #8c1c24;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
.page-about-history .container .wrapper .history-wrapper ul::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .page-about-greeting .container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .page-about-greeting .container .img-wrapper {
    width: 33%;
    max-width: 450px;
    position: absolute;
    top: -250px;
    right: 0;
    overflow: hidden;
  }
  .page-about-greeting .container .img-wrapper .ashirai-kyushu {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    z-index: 1;
  }
  .page-about-greeting .container .wrapper {
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  .page-about-greeting .container .wrapper .sec-title {
    width: 180px;
    margin: 0 auto;
  }
  .page-about-greeting .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper {
    width: 76%;
    margin-top: 70px;
    background: white;
    padding: 20px 80px 50px 50px;
    -webkit-box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
            box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .text {
    letter-spacing: 3px;
    line-height: 1.5em;
    margin: 30px 0;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    font-weight: 600;
    letter-spacing: 3px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .title {
    font-size: 20px;
    margin-right: 30px;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .name {
    font-size: 24px;
  }
  .page-about-greeting .container .wrapper .contents-wrapper img {
    width: 30%;
    position: absolute;
    bottom: -15px;
    right: 0;
  }
}
@media screen and (max-width: 820px) {
  .logo-scope {
    max-width: 1700px;
    margin: 0 auto;
  }
  .logo-scope .logo {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
    z-index: 1;
  }
  .logo-scope .logo img {
    position: absolute;
    opacity: 0.8;
  }
  .page-about-message {
    position: relative;
    z-index: 2;
  }
  .page-about-message .container .wrapper {
    text-align: center;
    margin-top: 70px;
  }
  .page-about-message .container .wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
  .page-about-message .container .wrapper h2 span {
    color: #8c1c24;
  }
  .page-about-message .container .wrapper .text {
    width: 90%;
    margin: 30px auto;
    letter-spacing: 3px;
    line-height: 1.5em;
  }
  .page-about-message .container .wrapper .img-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .page-about-message .container .wrapper .img-wrapper img {
    width: 33%;
  }
  .page-about-greeting .container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .page-about-greeting .container .img-wrapper {
    width: 60%;
    max-width: 450px;
    position: absolute;
    top: -250px;
    right: 0;
    overflow: hidden;
  }
  .page-about-greeting .container .img-wrapper .ashirai-kyushu {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    z-index: 1;
  }
  .page-about-greeting .container .wrapper {
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  .page-about-greeting .container .wrapper .sec-title {
    width: 100px;
    margin: 0 auto;
  }
  .page-about-greeting .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper {
    width: 100%;
    margin-top: 30px;
    background: white;
    padding: 20px 20px 300px 20px;
    -webkit-box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
            box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.4);
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .text {
    letter-spacing: 3px;
    line-height: 1.5em;
    margin: 30px 0;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    font-weight: 600;
    letter-spacing: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .title {
    font-size: 14px;
    margin-right: 30px;
  }
  .page-about-greeting .container .wrapper .contents-wrapper .text-wrapper .founder .name {
    font-size: 20px;
  }
  .page-about-greeting .container .wrapper .contents-wrapper img {
    width: 80%;
    max-width: 250px;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .page-about-outline .container {
    position: relative;
    z-index: 2;
  }
  .page-about-outline .container .wrapper {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .page-about-outline .container .wrapper .outline-wrapper {
    margin-top: 40px;
  }
  .page-about-outline .container .wrapper .outline-wrapper ul {
    border-top: solid 1px #b4b2b2;
    border-left: solid 1px #b4b2b2;
    border-right: solid 1px #b4b2b2;
  }
  .page-about-outline .container .wrapper .outline-wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: solid 1px #b4b2b2;
  }
  .page-about-outline .container .wrapper .outline-wrapper ul li .th {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #e8e6e6;
    line-height: 1.5em;
    display: grid;
    place-items: center;
  }
  .page-about-outline .container .wrapper .outline-wrapper ul li .td {
    width: 100%;
    padding: 20px 10px;
    line-height: 1.5em;
    text-align: center;
  }
  .page-about-outline .container .wrapper .outline-wrapper ul li:nth-child(11) .td {
    padding-top: 30px;
  }
  .common-trucks .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 90px;
    background-image: url(img/page-about-trucks-bg.png);
    background-position: center;
    background-size: cover;
    color: white;
    padding: 20px;
    position: relative;
    z-index: 2;
  }
  .common-trucks .container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .common-trucks .container .wrapper {
    width: 90%;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .common-trucks .container .wrapper .text {
    margin: 20px 0;
    letter-spacing: 2px;
    line-height: 1.5em;
  }
  .common-trucks .container .wrapper .btn {
    border-color: white;
  }
  .page-about-history .container {
    position: relative;
    z-index: 2;
  }
  .page-about-history .container .wrapper {
    padding: 20px 10px;
    background: #f6f6f6;
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 75px;
  }
  .page-about-history .container .wrapper .sec-title {
    width: 70px;
    margin: 0 auto;
  }
  .page-about-history .container .wrapper .history-wrapper {
    margin-top: 60px;
  }
  .page-about-history .container .wrapper .history-wrapper ul {
    width: 90%;
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .page-about-history .container .wrapper .history-wrapper ul li {
    width: 100%;
    background: white;
    padding: 20px 40px;
    margin: 10px 0;
    line-height: 1.5em;
    position: relative;
    z-index: auto;
  }
  .page-about-history .container .wrapper .history-wrapper ul li.right {
    margin-left: auto;
  }
  .page-about-history .container .wrapper .history-wrapper ul li .year {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
  }
  .page-about-history .container .wrapper .history-wrapper ul li .year.red {
    color: #8c1c24;
  }
  .page-about-history .container .wrapper .history-wrapper ul li .text {
    letter-spacing: 1px;
  }
  .page-about-history .container .wrapper .history-wrapper ul li.left::before {
    content: "";
    background: #122041;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: auto;
    left: -10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    z-index: 2;
  }
  .page-about-history .container .wrapper .history-wrapper ul li.right::before {
    content: "";
    background: #8c1c24;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    z-index: 2;
  }
  .page-about-history .container .wrapper .history-wrapper ul::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    margin: auto;
    z-index: 1;
  }
}
.hero.trucks .container {
  background-image: url(img/page-trucks-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.trucks .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.page-trucks-trucks {
  position: relative;
  z-index: 2;
}
.page-trucks-trucks .container .wrapper {
  margin-top: 70px;
}
.page-trucks-trucks .container .wrapper h2 {
  width: 180px;
  margin: 0 auto;
}
.page-trucks-trucks .container .wrapper .key-visual {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 70px;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card {
  background: #f3f1f1;
  width: 48%;
  padding: 20px 30px;
  margin: 15px 0;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .title::before {
  content: "";
  width: 103%;
  height: 1px;
  background: #b8b7b7;
  position: absolute;
  bottom: 0;
  left: -1.5%;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec {
  margin-top: 13px;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row dt {
  width: 35%;
}
.page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row dd {
  width: 65%;
}

.page-trucks-branches {
  position: relative;
  z-index: 2;
}
.page-trucks-branches .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 150px;
}
.page-trucks-branches .container .wrapper .contents-wrapper {
  margin-top: 60px;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
  padding: 20px 60px;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content:nth-child(even) {
  background: #faf9f9;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .title {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  width: 33%;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .detail {
  width: 42%;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .detail .tel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .detail .tel-wrapper .row {
  margin-right: 18px;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .detail .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7px 0;
  line-height: 1.4em;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .map {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.page-trucks-branches .container .wrapper .contents-wrapper .content .map img {
  width: 26px;
  margin-right: 15px;
}

@media screen and (max-width: 820px) {
  .page-trucks-trucks {
    position: relative;
    z-index: 2;
  }
  .page-trucks-trucks .container .wrapper {
    margin-top: 70px;
  }
  .page-trucks-trucks .container .wrapper h2 {
    width: 100px;
    margin: 0 auto;
  }
  .page-trucks-trucks .container .wrapper .key-visual {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card {
    background: #f3f1f1;
    width: 100%;
    padding: 20px 30px;
    margin: 15px 0;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .title::before {
    content: "";
    width: 103%;
    height: 1px;
    background: #b8b7b7;
    position: absolute;
    bottom: 0;
    left: -1.5%;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec {
    margin-top: 13px;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row dt {
    width: 35%;
  }
  .page-trucks-trucks .container .wrapper .contents-wrapper .cards-wrapper .card .spec .row dd {
    width: 65%;
  }
  .page-trucks-branches {
    position: relative;
    z-index: 2;
  }
  .page-trucks-branches .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper {
    margin-top: 60px;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eeeeee;
    padding: 40px 20px;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content:nth-child(even) {
    background: #faf9f9;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    width: 100%;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .detail {
    width: 100%;
    margin: 20px 0;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .detail .tel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .detail .tel-wrapper .row {
    margin-right: 0px;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .detail .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    line-height: 1.4em;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .map {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .page-trucks-branches .container .wrapper .contents-wrapper .content .map img {
    width: 16px;
    margin-right: 7px;
  }
}
.hero.contact .container {
  background-image: url(img/page-contact-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.contact .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.page-contact-message .container .wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}
.page-contact-message .container .wrapper ul {
  margin-top: 20px;
}
.page-contact-message .container .wrapper ul li {
  line-height: 1.5em;
}

.page-contact.contact .container .wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 90px;
}
.page-contact.contact .container .wrapper form {
  margin: 0 auto;
  margin-top: 30px;
}
.page-contact.contact .container .wrapper form ul li {
  margin-top: 10px;
}
.page-contact.contact .container .wrapper form ul li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact.contact .container .wrapper form ul li p label {
  display: block;
  width: 20%;
  position: relative;
}
.page-contact.contact .container .wrapper form ul li p label .required {
  color: #b12929;
  position: absolute;
  top: -2px;
  left: -10px;
}
.page-contact.contact .container .wrapper form ul li p > span {
  display: block;
  width: 75%;
}
.page-contact.contact .container .wrapper form ul li p > span input {
  width: 100%;
  padding: 1em;
}
.page-contact.contact .container .wrapper form ul li p > span select {
  width: 100%;
  background: white;
  color: #333333;
}
.page-contact.contact .container .wrapper form ul li p > span input:focus {
  outline: none;
}
.page-contact.contact .container .wrapper form ul li p > span select:focus {
  outline: none;
}
.page-contact.contact .container .wrapper form ul li p > span textarea {
  width: 100%;
  padding: 1em;
}
.page-contact.contact .container .wrapper form ul li p > span textarea:focus {
  outline: none;
}
.page-contact.contact .container .wrapper form ul li p > span .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
  color: #b12929;
}
.page-contact.contact .container .wrapper form ul li:nth-child(5) p > span {
  padding: 1em;
  background: white;
  border: solid 1px rgba(51, 51, 51, 0.6);
  margin-top: 5px;
}
.page-contact.contact .container .wrapper form ul li:nth-child(5) p > span select {
  border: none;
}
.page-contact.contact .container .wrapper form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
  border-color: #b12929;
  text-align: center;
  color: #b12929;
}
.page-contact.contact .container .wrapper .privacy-policy {
  text-align: center;
  margin-top: 30px;
  font-size: 0.8em;
}
.page-contact.contact .container .wrapper .checkbox {
  text-align: center;
  margin-top: 20px;
  font-size: 0.8em;
}
.page-contact.contact .container .wrapper .checkbox .required {
  color: #b12929;
}
.page-contact.contact .container .wrapper .checkbox .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
  color: #b12929;
}
.page-contact.contact .container .wrapper .contact-btn {
  text-align: center;
  margin-top: 40px;
}
.page-contact.contact .container .wrapper .contact-btn button {
  display: inline-block;
  padding: 0.9em 6em;
  text-decoration: none;
  color: white;
  background: #333333;
  border: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.page-contact.contact .container .wrapper .contact-btn button:hover {
  background: white;
  color: #333333;
}

@media screen and (max-width: 1200px) {
  .common-hero.contact .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .common-hero.contact .container .wrapper h1 {
    font-weight: 600;
    letter-spacing: 2px;
    width: 38%;
    background: #e8e6e6;
    padding: 100px 0;
    padding-right: 40px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .common-hero.contact .container .wrapper h1 span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .common-hero.contact .container .wrapper .hero-bg-img {
    width: 77%;
    height: 240px;
    background-image: url(img/page-contact-hero-bg.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1050px) {
  .common-hero.contact .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .common-hero.contact .container .wrapper h1 {
    font-weight: 600;
    letter-spacing: 2px;
    width: 42%;
    background: #e8e6e6;
    padding: 100px 0;
    padding-right: 40px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .common-hero.contact .container .wrapper h1 span {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .common-hero.contact .container .wrapper .hero-bg-img {
    width: 77%;
    height: 240px;
    background-image: url(img/page-contact-hero-bg.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 820px) {
  .common-hero.contact .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .common-hero.contact .container .wrapper h1 {
    font-weight: 600;
    letter-spacing: 2px;
    width: 80%;
    background: #e8e6e6;
    padding: 40px 0;
    padding-right: 40px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    text-align: right;
    position: relative;
    z-index: 2;
  }
  .common-hero.contact .container .wrapper h1 span {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .common-hero.contact .container .wrapper .hero-bg-img {
    width: 77%;
    height: 100px;
    background-image: url(img/page-contact-hero-bg.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }
  .page-contact-message .container .wrapper {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }
  .page-contact-message .container .wrapper ul {
    margin-top: 20px;
  }
  .page-contact-message .container .wrapper ul li {
    line-height: 1.5em;
  }
  .page-contact.contact .container .wrapper {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .page-contact.contact .container .wrapper form {
    margin: 0 auto;
    margin-top: 30px;
  }
  .page-contact.contact .container .wrapper form ul li {
    margin-top: 10px;
  }
  .page-contact.contact .container .wrapper form ul li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .page-contact.contact .container .wrapper form ul li p br {
    display: none;
  }
  .page-contact.contact .container .wrapper form ul li p label {
    display: block;
    width: 100%;
    position: relative;
  }
  .page-contact.contact .container .wrapper form ul li p label .required {
    color: #b12929;
    position: absolute;
    top: -2px;
    left: -10px;
  }
  .page-contact.contact .container .wrapper form ul li p > span {
    display: block;
    width: 100%;
  }
  .page-contact.contact .container .wrapper form ul li p > span input {
    width: 100%;
    padding: 1em;
    margin-top: 5px;
  }
  .page-contact.contact .container .wrapper form ul li p > span textarea {
    width: 100%;
    padding: 1em;
    margin-top: 5px;
  }
  .page-contact.contact .container .wrapper form ul li p > span .wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 5px;
    color: #b12929;
  }
  .page-contact.contact .container .wrapper form ul li:nth-child(5) p > span {
    padding: 1em;
    background: white;
    border: solid 1px rgba(51, 51, 51, 0.6);
    margin-top: 5px;
  }
  .page-contact.contact .container .wrapper form ul li:nth-child(5) p > span select {
    border: none;
  }
  .page-contact.contact .container .wrapper form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
    border-color: #b12929;
    text-align: center;
    color: #b12929;
  }
  .page-contact.contact .container .wrapper .privacy-policy {
    text-align: center;
    margin-top: 30px;
    font-size: 0.8em;
  }
  .page-contact.contact .container .wrapper .checkbox {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8em;
  }
  .page-contact.contact .container .wrapper .checkbox .required {
    color: #b12929;
  }
  .page-contact.contact .container .wrapper .checkbox .wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 5px;
    color: #b12929;
  }
  .page-contact.contact .container .wrapper .contact-btn {
    text-align: center;
    margin-top: 40px;
  }
  .page-contact.contact .container .wrapper .contact-btn button {
    display: inline-block;
    padding: 0.9em 6em;
    text-decoration: none;
    color: white;
    background: #333333;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .page-contact.contact .container .wrapper .contact-btn button:hover {
    background: white;
    color: #333333;
  }
}
.page-thanks-thanks .container .wrapper h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 80px 0 50px 0;
  line-height: 1.5em;
}
.page-thanks-thanks .container .wrapper p {
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  line-height: 2em;
}

.page-privacypolicy-policy .container .wrapper {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 30px;
  border: solid 1px silver;
  margin-top: 120px;
}
.page-privacypolicy-policy .container .wrapper .section-header {
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
}
.page-privacypolicy-policy .container .wrapper .border {
  margin: 30px auto 30px auto;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper h2 {
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 15px;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper ul {
  margin-left: 30px;
  font-size: 0.9em;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper ul li {
  line-height: 1.5em;
  margin-top: 7px;
  position: relative;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: black;
  position: absolute;
  top: 9px;
  left: -20px;
}
.page-privacypolicy-policy .container .wrapper .text-wrapper .corp-info {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .page-privacypolicy-policy .container .wrapper {
    width: 95%;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 30px;
    border: solid 1px silver;
    margin-top: 70px;
  }
  .page-privacypolicy-policy .container .wrapper .section-header {
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
  }
  .page-privacypolicy-policy .container .wrapper .border {
    margin: 30px auto 30px auto;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper h2 {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 15px;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper ul {
    margin-left: 30px;
    font-size: 0.9em;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper ul li {
    line-height: 1.5em;
    margin-top: 7px;
    position: relative;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: black;
    position: absolute;
    top: 9px;
    left: -20px;
  }
  .page-privacypolicy-policy .container .wrapper .text-wrapper .corp-info {
    margin-top: 20px;
  }
}
.page-recrute-fv .container .wrapper {
  position: relative;
}
.page-recrute-fv .container .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-recrute-fv .container .wrapper .swiper {
  margin-top: 17px;
  position: relative;
  z-index: 1;
}
.page-recrute-fv .container .wrapper .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.page-recrute-fv .container .wrapper .swiper .swiper-slide-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-duplicate-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 12s linear 0s normal both;
          animation: zoomUp 12s linear 0s normal both;
}
.page-recrute-fv .container .wrapper .text-wrapper {
  width: 90%;
  max-width: 1920px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  z-index: 3;
}
.page-recrute-fv .container .wrapper .text-wrapper h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-recrute-fv .container .wrapper .text-wrapper h2 .text {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 5px;
  padding: 10px 20px;
  background: white;
  display: inline-block;
  margin: 5px 0;
}
.page-recrute-fv .container .wrapper .text-wrapper h2 .text span {
  color: #8c1c2e;
}
.page-recrute-fv .container .wrapper .text-wrapper .en-text {
  font-size: 75px;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings: "wdth" 100;
  letter-spacing: 3px;
}

.page-recrute-message .container .wrapper {
  padding: 90px 0;
  position: relative;
}
.page-recrute-message .container .wrapper h2 {
  color: #8c1c2e;
  font-size: 34px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 700;
}
.page-recrute-message .container .wrapper .text-wrapper {
  margin-top: 60px;
}
.page-recrute-message .container .wrapper .text-wrapper .text {
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 2px;
  margin: 20px 0;
}
.page-recrute-message .container .wrapper img {
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-recrute-entry .container .wrapper {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 0;
  background: #eae8e8;
  margin-bottom: 70px;
}
.page-recrute-entry .container .wrapper .sec-title {
  width: 280px;
  margin: 0 auto;
}
.page-recrute-entry .container .wrapper .sec-title .ja {
  font-size: 34px;
}
.page-recrute-entry .container .wrapper .text {
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
  letter-spacing: 2px;
}
.page-recrute-entry .container .wrapper .btn-entry {
  background: #333333;
  border: solid 1px #333333;
  color: white;
  display: block;
  width: 90%;
  max-width: 280px;
  text-align: center;
  padding: 20px;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-recrute-entry .container .wrapper .btn-entry:hover {
  background: white;
  color: #333333;
}
.page-recrute-entry .container .wrapper .btn {
  margin: 0 auto;
  margin-top: 50px;
}

.page-recrute-movie {
  margin-top: 100px;
}
.page-recrute-movie .container .wrapper {
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.page-recrute-movie .container .wrapper .sec-title {
  width: 270px;
  margin: 0 auto;
  margin-top: 130px;
}
.page-recrute-movie .container .wrapper .sec-title .ja {
  font-size: 34px;
}
.page-recrute-movie .container .wrapper .sec-title-interview {
  background: #333333;
  font-size: 34px;
  color: white;
  letter-spacing: 3px;
  padding: 10px;
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
.page-recrute-movie .container .wrapper .sec-title-interview span {
  color: #7cc1ef;
}
.page-recrute-movie .container .wrapper .movie-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  /* 中央寄せ */
  margin-top: 50px;
  aspect-ratio: 16/9;
  /* アスペクト比維持（モダンブラウザ） */
  position: relative;
  z-index: 2;
}
.page-recrute-movie .container .wrapper .movie-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-recrute-movie .container .wrapper .ashirai {
  width: 550px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.page-recrute-data .container .wrapper {
  background-image: url(img/page-recrute-data-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px 0 110px 0;
  margin-top: 130px;
}
.page-recrute-data .container .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-recrute-data .container .wrapper h2 {
  text-align: center;
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  background: white;
}
.page-recrute-data .container .wrapper h2 span {
  color: #8c1c24;
}
.page-recrute-data .container .wrapper .grit-container {
  width: 97%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  margin: 1.5px 0;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th {
  font-size: 22px;
  font-weight: 600;
  margin-left: 23px;
  position: relative;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #8c1c24;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: -20px;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td span {
  color: #7cc1ef;
  font-size: 70px;
  font-weight: 900;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.left {
  width: 45%;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li {
  width: 49.7%;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li .td {
  padding: 38.3px 0;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li:nth-child(4) .td {
  padding: 18.3px 0 58.3px 0;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.right {
  width: 54.7%;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li {
  width: 54.5%;
}
.page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li:nth-child(even) {
  width: 45%;
}

.page-recrute-bene .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 150px;
  background: #eeeeee;
  padding: 70px 0 15px 0;
}
.page-recrute-bene .container .wrapper .sec-title {
  width: 380px;
  margin: 0 auto;
}
.page-recrute-bene .container .wrapper .sec-title .ja {
  font-size: 34px;
}
.page-recrute-bene .container .wrapper .bene-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}
.page-recrute-bene .container .wrapper .bene-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-recrute-bene .container .wrapper .bene-wrapper ul li {
  width: 19%;
  margin-top: 8px;
  position: relative;
}
.page-recrute-bene .container .wrapper .bene-wrapper ul li .text {
  display: inline-block;
  position: absolute;
  color: white;
  font-size: 22px;
  line-height: 1.1em;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-recrute-bene .container .wrapper .bene-wrapper ul li .text span {
  font-size: 10px;
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.page-recrute-bene .container .wrapper .bene-wrapper .text-wrapper {
  margin-top: 40px;
  width: 360px;
  line-height: 1.2em;
  margin-left: auto;
  letter-spacing: 2px;
}

.page-recrute-job .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}
.page-recrute-job .container .wrapper .sec-title {
  width: 140px;
  margin: 0 auto;
}
.page-recrute-job .container .wrapper .sec-title .ja {
  font-size: 34px;
}
.page-recrute-job .container .wrapper .sec-title .en {
  white-space: nowrap;
}
.page-recrute-job .container .wrapper .job-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-recrute-job .container .wrapper .job-wrapper .job {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  margin: 0 auto;
  padding: 20px 50px 50px 50px;
  background: #eae8e8;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 {
  text-align: center;
  position: relative;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 .entitle {
  font-weight: 600;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 .jatitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 10px;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper .text {
  text-align: center;
  margin: 70px 0;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper .tag {
  text-align: center;
  font-size: 14px;
  background: #333333;
  padding: 7px;
  width: 140px;
  color: white;
  letter-spacing: 2px;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li {
  margin: 15px 0;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a {
  display: block;
  padding-bottom: 5px;
  letter-spacing: 2px;
  border-bottom: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 30%;
  left: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a:hover {
  color: #8c1c24;
  border-bottom: solid 1px #8c1c24;
}
.page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a:hover::before {
  background: #8c1c24;
}
.page-recrute-job .container .wrapper .job-wrapper .job:nth-child(2) .text {
  margin: 40px 0 50px 0;
}

.page-recrute-welcome .container .wrapper {
  margin-top: 110px;
}
.page-recrute-welcome .container .wrapper h2 {
  color: #8c1c24;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
}
.page-recrute-welcome .container .wrapper .contents-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-recrute-welcome .container .wrapper .contents-wrapper .content {
  width: 23%;
}
.page-recrute-welcome .container .wrapper .contents-wrapper .content .text {
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5em;
}

@media screen and (max-width: 1050px) {
  .page-recrute-fv .container .wrapper {
    position: relative;
  }
  .page-recrute-fv .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  .page-recrute-fv .container .wrapper .swiper {
    margin-top: 14px;
    position: relative;
    z-index: 1;
  }
  .page-recrute-fv .container .wrapper .swiper .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .page-recrute-fv .container .wrapper .swiper .swiper-slide-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-duplicate-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-prev .swiper-img {
    -webkit-animation: zoomUp 12s linear 0s normal both;
            animation: zoomUp 12s linear 0s normal both;
  }
  .page-recrute-fv .container .wrapper .text-wrapper {
    width: 95%;
    max-width: 1920px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    z-index: 3;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 .text {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 5px;
    padding: 10px 20px;
    background: white;
    display: inline-block;
    margin: 5px 0;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 .text span {
    color: #8c1c2e;
  }
  .page-recrute-fv .container .wrapper .text-wrapper .en-text {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.15);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
  }
  .page-recrute-message .container .wrapper {
    padding: 90px 0;
    position: relative;
  }
  .page-recrute-message .container .wrapper h2 {
    color: #8c1c2e;
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
  }
  .page-recrute-message .container .wrapper .text-wrapper {
    margin-top: 30px;
  }
  .page-recrute-message .container .wrapper .text-wrapper .text {
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin: 20px 0;
  }
  .page-recrute-message .container .wrapper img {
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-recrute-movie {
    margin-top: 100px;
  }
  .page-recrute-movie .container .wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
  }
  .page-recrute-movie .container .wrapper .sec-title {
    width: 270px;
    margin: 0 auto;
    margin-top: 130px;
  }
  .page-recrute-movie .container .wrapper .sec-title .ja {
    font-size: 34px;
  }
  .page-recrute-movie .container .wrapper .sec-title-interview {
    background: #333333;
    font-size: 34px;
    color: white;
    letter-spacing: 3px;
    padding: 10px;
    width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .page-recrute-movie .container .wrapper .sec-title-interview span {
    color: #7cc1ef;
  }
  .page-recrute-movie .container .wrapper .movie-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    /* 中央寄せ */
    margin-top: 50px;
    aspect-ratio: 16/9;
    /* アスペクト比維持（モダンブラウザ） */
    position: relative;
    z-index: 2;
  }
  .page-recrute-movie .container .wrapper .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-recrute-movie .container .wrapper .ashirai {
    width: 550px;
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 1;
  }
  .page-recrute-data .container .wrapper {
    background-image: url(img/page-recrute-data-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 0 110px 0;
    margin-top: 130px;
  }
  .page-recrute-data .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-recrute-data .container .wrapper h2 {
    text-align: center;
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    z-index: 2;
    padding: 15px 0;
    background: white;
  }
  .page-recrute-data .container .wrapper h2 span {
    color: #8c1c24;
  }
  .page-recrute-data .container .wrapper .grit-container {
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    margin: 1.5px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th {
    font-size: 22px;
    font-weight: 600;
    margin-left: 23px;
    position: relative;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #8c1c24;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -20px;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td span {
    color: #7cc1ef;
    font-size: 60px;
    font-weight: 900;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left {
    width: 45%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li {
    width: 49.7%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li .td {
    padding: 33.4px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li:nth-child(4) .td {
    padding: 18.3px 0 58.3px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right {
    width: 54.7%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li {
    width: 54.5%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li:nth-child(even) {
    width: 45%;
  }
  .page-recrute-bene .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 150px;
    background: #eeeeee;
    padding: 70px 0 15px 0;
  }
  .page-recrute-bene .container .wrapper .sec-title {
    width: 380px;
    margin: 0 auto;
  }
  .page-recrute-bene .container .wrapper .sec-title .ja {
    font-size: 34px;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li {
    width: 19%;
    margin-top: 8px;
    position: relative;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li .text {
    display: inline-block;
    position: absolute;
    color: white;
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li .text span {
    font-size: 10px;
    display: inline-block;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .page-recrute-bene .container .wrapper .bene-wrapper .text-wrapper {
    margin-top: 40px;
    width: 360px;
    line-height: 1.2em;
    margin-left: auto;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 820px) {
  .page-recrute-fv .container .wrapper {
    position: relative;
  }
  .page-recrute-fv .container .wrapper > h2 {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
  }
  .page-recrute-fv .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  .page-recrute-fv .container .wrapper .swiper {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  .page-recrute-fv .container .wrapper .swiper .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .page-recrute-fv .container .wrapper .swiper .swiper-slide-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-duplicate-active .swiper-img, .page-recrute-fv .container .wrapper .swiper .swiper-slide-prev .swiper-img {
    -webkit-animation: zoomUp 12s linear 0s normal both;
            animation: zoomUp 12s linear 0s normal both;
  }
  .page-recrute-fv .container .wrapper .text-wrapper {
    width: 95%;
    max-width: 1920px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    z-index: 3;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 .text {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px;
    background: white;
    display: inline-block;
    margin: 5px 0;
  }
  .page-recrute-fv .container .wrapper .text-wrapper h2 .text span {
    color: #8c1c2e;
  }
  .page-recrute-fv .container .wrapper .text-wrapper .en-text {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
  }
  .page-recrute-message .container .wrapper {
    padding: 45px 0;
    position: relative;
  }
  .page-recrute-message .container .wrapper h2 {
    color: #8c1c2e;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 700;
  }
  .page-recrute-message .container .wrapper .text-wrapper {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .page-recrute-message .container .wrapper .text-wrapper .text {
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin: 20px 0;
  }
  .page-recrute-message .container .wrapper img {
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-recrute-entry .container .wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
    background: #eae8e8;
    margin-bottom: 70px;
  }
  .page-recrute-entry .container .wrapper .sec-title {
    width: 200px;
    margin: 0 auto;
  }
  .page-recrute-entry .container .wrapper .sec-title .ja {
    font-size: 24px;
  }
  .page-recrute-entry .container .wrapper .text {
    text-align: center;
    line-height: 1.5em;
    margin-top: 30px;
    letter-spacing: 2px;
  }
  .page-recrute-entry .container .wrapper .btn-entry {
    background: #333333;
    border: solid 1px #333333;
    color: white;
    display: block;
    width: 90%;
    max-width: 280px;
    text-align: center;
    padding: 20px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-recrute-entry .container .wrapper .btn-entry:hover {
    background: white;
    color: #333333;
  }
  .page-recrute-entry .container .wrapper .btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .page-recrute-movie {
    margin-top: 50px;
  }
  .page-recrute-movie .container .wrapper {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
  }
  .page-recrute-movie .container .wrapper .sec-title {
    width: 150px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page-recrute-movie .container .wrapper .sec-title .ja {
    font-size: 24px;
  }
  .page-recrute-movie .container .wrapper .sec-title-interview {
    background: #333333;
    font-size: 24px;
    color: white;
    letter-spacing: 3px;
    padding: 10px;
    width: 280px;
    margin: 0 auto;
    text-align: center;
  }
  .page-recrute-movie .container .wrapper .sec-title-interview span {
    color: #7cc1ef;
  }
  .page-recrute-movie .container .wrapper .movie-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    /* 中央寄せ */
    margin-top: 30px;
    aspect-ratio: 16/9;
    /* アスペクト比維持（モダンブラウザ） */
    position: relative;
    z-index: 2;
  }
  .page-recrute-movie .container .wrapper .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-recrute-movie .container .wrapper .ashirai {
    width: 90%;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
  }
  .page-recrute-data .container .wrapper {
    background-image: url(img/page-recrute-data-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 0 110px 0;
    margin-top: 70px;
  }
  .page-recrute-data .container .wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page-recrute-data .container .wrapper h2 {
    text-align: center;
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    padding: 15px 0;
    background: white;
  }
  .page-recrute-data .container .wrapper h2 span {
    color: #8c1c24;
  }
  .page-recrute-data .container .wrapper .grit-container {
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    margin: 1.5px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th {
    font-size: 16px;
    font-weight: 600;
    margin-left: 23px;
    position: relative;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .th::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #8c1c24;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -20px;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper ul li .td span {
    color: #7cc1ef;
    font-size: 40px;
    font-weight: 900;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left {
    width: 100%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li {
    width: 49.7%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li .td {
    padding: 20px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.left ul li:nth-child(4) .td {
    padding: 5px 0 20px 0;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right {
    width: 100%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li {
    width: 49.7%;
  }
  .page-recrute-data .container .wrapper .grit-container .grit-wrapper.right ul li:nth-child(even) {
    width: 49.7%;
  }
  .page-recrute-bene .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    background: #eeeeee;
    padding: 70px 0 15px 0;
  }
  .page-recrute-bene .container .wrapper .sec-title {
    width: 270px;
    margin: 0 auto;
  }
  .page-recrute-bene .container .wrapper .sec-title .ja {
    font-size: 24px;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li {
    width: 48%;
    margin-top: 8px;
    position: relative;
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li .text {
    display: inline-block;
    position: absolute;
    color: white;
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-recrute-bene .container .wrapper .bene-wrapper ul li .text span {
    font-size: 10px;
    display: inline-block;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .page-recrute-bene .container .wrapper .bene-wrapper .text-wrapper {
    margin-top: 40px;
    width: 100%;
    line-height: 1.2em;
    margin-left: auto;
    letter-spacing: 2px;
    font-size: 12px;
  }
  .page-recrute-job .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-recrute-job .container .wrapper .sec-title {
    width: 120px;
    margin: 0 auto;
  }
  .page-recrute-job .container .wrapper .sec-title .ja {
    font-size: 24px;
  }
  .page-recrute-job .container .wrapper .job-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    background: #eae8e8;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 {
    text-align: center;
    position: relative;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 .entitle {
    font-weight: 600;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3 .jatitle {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper h3::before {
    content: "";
    width: 200px;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper .text {
    text-align: center;
    margin: 50px 0;
    letter-spacing: 2px;
    line-height: 1.5em;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper .tag {
    text-align: center;
    font-size: 14px;
    background: #333333;
    padding: 7px;
    width: 140px;
    color: white;
    letter-spacing: 2px;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li {
    margin: 15px 0;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a {
    display: block;
    padding-bottom: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    top: 30%;
    left: -20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a:hover {
    color: #8c1c24;
    border-bottom: solid 1px #8c1c24;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job .text-wrapper ul li a:hover::before {
    background: #8c1c24;
  }
  .page-recrute-job .container .wrapper .job-wrapper .job:nth-child(2) .text {
    margin: 40px 0 50px 0;
  }
  .page-recrute-welcome .container .wrapper {
    margin-top: 80px;
  }
  .page-recrute-welcome .container .wrapper h2 {
    color: #8c1c24;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
  }
  .page-recrute-welcome .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-recrute-welcome .container .wrapper .contents-wrapper .content {
    width: 48%;
    margin: 20px 0;
  }
  .page-recrute-welcome .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
}
.hero.single-recrute .container {
  background-image: url(img/single-recrute-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.single-recrute .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.single-recrute-job-detail .container .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}
.single-recrute-job-detail .container .wrapper .section-head h2 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 700;
}
.single-recrute-job-detail .container .wrapper .contents-wrapper .job-table {
  margin-top: 80px;
}
.single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row {
  padding: 30px 50px;
  border-bottom: solid 1px #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row dt {
  width: 20%;
  font-weight: 700;
  letter-spacing: 2px;
}
.single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row dd {
  width: 80%;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.single-recrute-contact .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  padding: 70px 0 120px 0;
  background: #f3f1f1;
  position: relative;
  z-index: 2;
}
.single-recrute-contact .container .wrapper h2 {
  width: 400px;
  margin: 0 auto;
}
.single-recrute-contact .container .wrapper .text {
  text-align: center;
  line-height: 1.2em;
  margin: 70px 10px 40px 10px;
}
.single-recrute-contact .container .wrapper form {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 30px;
}
.single-recrute-contact .container .wrapper form ul li {
  margin-top: 10px;
}
.single-recrute-contact .container .wrapper form ul li p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-recrute-contact .container .wrapper form ul li p label {
  display: block;
  width: 20%;
  position: relative;
}
.single-recrute-contact .container .wrapper form ul li p label .required {
  color: #b12929;
  position: absolute;
  top: -2px;
  left: -10px;
}
.single-recrute-contact .container .wrapper form ul li p > span {
  display: block;
  width: 75%;
}
.single-recrute-contact .container .wrapper form ul li p > span input {
  width: 100%;
  padding: 1em;
}
.single-recrute-contact .container .wrapper form ul li p > span select {
  width: 100%;
  background: white;
  color: #333333;
}
.single-recrute-contact .container .wrapper form ul li p > span input:focus {
  outline: none;
}
.single-recrute-contact .container .wrapper form ul li p > span select:focus {
  outline: none;
}
.single-recrute-contact .container .wrapper form ul li p > span textarea {
  width: 100%;
  padding: 1em;
}
.single-recrute-contact .container .wrapper form ul li p > span textarea:focus {
  outline: none;
}
.single-recrute-contact .container .wrapper form ul li p > span .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
  color: #b12929;
}
.single-recrute-contact .container .wrapper form ul li:nth-child(6) p > span {
  padding: 1em;
  background: white;
  border: solid 1px rgba(51, 51, 51, 0.6);
  margin-top: 5px;
}
.single-recrute-contact .container .wrapper form ul li:nth-child(6) p > span select {
  border: none;
}
.single-recrute-contact .container .wrapper form ul li:nth-child(7) p > span {
  padding: 1em;
  background: white;
  border: solid 1px rgba(51, 51, 51, 0.6);
  margin-top: 5px;
}
.single-recrute-contact .container .wrapper form ul li:nth-child(7) p > span select {
  border: none;
}
.single-recrute-contact .container .wrapper form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
  border-color: #b12929;
  text-align: center;
  color: #b12929;
}
.single-recrute-contact .container .wrapper .privacy-policy {
  text-align: center;
  margin-top: 30px;
  font-size: 0.8em;
}
.single-recrute-contact .container .wrapper .checkbox {
  text-align: center;
  margin-top: 20px;
  font-size: 0.8em;
}
.single-recrute-contact .container .wrapper .checkbox .required {
  color: #b12929;
}
.single-recrute-contact .container .wrapper .checkbox .wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 5px;
  color: #b12929;
}
.single-recrute-contact .container .wrapper .contact-btn {
  text-align: center;
  margin-top: 40px;
}
.single-recrute-contact .container .wrapper .contact-btn button {
  display: inline-block;
  padding: 0.9em 6em;
  text-decoration: none;
  color: white;
  background: #333333;
  border: solid 1px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.single-recrute-contact .container .wrapper .contact-btn button:hover {
  background: white;
  color: #333333;
}

@media screen and (max-width: 820px) {
  .single-recrute-job-detail .container .wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-recrute-job-detail .container .wrapper .section-head h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 3px;
    font-weight: 700;
  }
  .single-recrute-job-detail .container .wrapper .contents-wrapper .job-table {
    margin-top: 30px;
  }
  .single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row {
    padding: 30px;
    border-bottom: solid 1px #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row dt {
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .single-recrute-job-detail .container .wrapper .contents-wrapper .job-table .row dd {
    width: 100%;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-top: 20px;
  }
  .single-recrute-contact .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 40px 0 60px 0;
    background: #f3f1f1;
    position: relative;
    z-index: 2;
  }
  .single-recrute-contact .container .wrapper h2 {
    width: 220px;
    margin: 0 auto;
  }
  .single-recrute-contact .container .wrapper .text {
    text-align: center;
    line-height: 1.2em;
    margin: 40px 10px 20px 10px;
  }
  .single-recrute-contact .container .wrapper form {
    margin: 0 auto;
    margin-top: 30px;
  }
  .single-recrute-contact .container .wrapper form ul li {
    margin-top: 15px;
  }
  .single-recrute-contact .container .wrapper form ul li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .single-recrute-contact .container .wrapper form ul li p br {
    display: none;
  }
  .single-recrute-contact .container .wrapper form ul li p label {
    display: block;
    width: 100%;
    position: relative;
  }
  .single-recrute-contact .container .wrapper form ul li p label .required {
    color: #b12929;
    position: absolute;
    top: -2px;
    left: -10px;
  }
  .single-recrute-contact .container .wrapper form ul li p > span {
    display: block;
    width: 100%;
  }
  .single-recrute-contact .container .wrapper form ul li p > span input {
    width: 100%;
    margin-top: 5px;
    padding: 1em;
  }
  .single-recrute-contact .container .wrapper form ul li p > span input[type=date] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    width: 50%;
    font: inherit;
    line-height: 1.4;
    padding: 0px;
    height: 50px;
    min-height: 44px;
    border: solid 1px rgba(51, 51, 51, 0.6);
    border-radius: 4px;
    background-color: white;
    background-clip: padding-box;
  }
  .single-recrute-contact .container .wrapper form ul li p > span input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0.7;
    margin-right: 0.5rem;
  }
  .single-recrute-contact .container .wrapper form ul li p > span input[type=date]::-webkit-date-and-time-value {
    text-align: left;
  }
  .single-recrute-contact .container .wrapper form ul li p > span input[type=date]::-webkit-datetime-edit {
    padding: 0;
  }
  .single-recrute-contact .container .wrapper form ul li p > span textarea {
    width: 100%;
    margin-top: 5px;
  }
  .single-recrute-contact .container .wrapper form ul li p > span .wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 5px;
    color: #b12929;
  }
  .single-recrute-contact .container .wrapper form ul li p:nth-child(6) p > span {
    padding: 1em;
    background: white;
    border: solid 1px rgba(51, 51, 51, 0.6);
    margin-top: 5px;
  }
  .single-recrute-contact .container .wrapper form ul li p:nth-child(6) p > span select {
    border: none;
  }
  .single-recrute-contact .container .wrapper form ul li p:nth-child(7) p > span {
    padding: 1em;
    background: white;
    border: solid 1px rgba(51, 51, 51, 0.6);
    margin-top: 5px;
  }
  .single-recrute-contact .container .wrapper form ul li p:nth-child(7) p > span select {
    border: none;
  }
  .single-recrute-contact .container .wrapper form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
    border-color: #b12929;
    text-align: center;
    color: #b12929;
  }
  .single-recrute-contact .container .wrapper .privacy-policy {
    text-align: center;
    margin-top: 30px;
    font-size: 0.8em;
  }
  .single-recrute-contact .container .wrapper .checkbox {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8em;
  }
  .single-recrute-contact .container .wrapper .checkbox .required {
    color: #b12929;
  }
  .single-recrute-contact .container .wrapper .checkbox .wpcf7-not-valid-tip {
    font-size: 0.8em;
    margin-top: 5px;
    color: #b12929;
  }
  .single-recrute-contact .container .wrapper .contact-btn {
    text-align: center;
    margin-top: 40px;
  }
  .single-recrute-contact .container .wrapper .contact-btn button {
    display: inline-block;
    padding: 0.9em 6em;
    text-decoration: none;
    color: white;
    background: #333333;
    border: solid 1px #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .single-recrute-contact .container .wrapper .contact-btn button:hover {
    background: white;
    color: #333333;
  }
}
.hero.archive-service .container {
  background-image: url(img/archive-service-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.archive-service .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.archive-service-services {
  position: relative;
  z-index: 2;
}
.archive-service-services .container .wrapper {
  margin-top: 60px;
}
.archive-service-services .container .wrapper .section-head h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 50px;
  text-align: center;
}
.archive-service-services .container .wrapper .section-head h2 span {
  color: #8c1c24;
}
.archive-service-services .container .wrapper .section-head p {
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 2px;
}
.archive-service-services .container .wrapper .contents-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 90px;
}
.archive-service-services .container .wrapper .contents-wrapper .content {
  background: #eeeeee;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
.archive-service-services .container .wrapper .contents-wrapper .content .media {
  width: 40%;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body {
  width: 52%;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .eyebrow {
  font-weight: 700;
  letter-spacing: 2px;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 7px;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .text {
  letter-spacing: 2px;
  line-height: 1.5em;
  margin-top: 40px;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 260px;
  border: solid 1px #333333;
  padding: 20px 40px 20px 80px;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .btn2 img {
  width: 15px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .btn2:hover {
  background: #333333;
  color: white;
}
.archive-service-services .container .wrapper .contents-wrapper .content .body .btn2:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (max-width: 820px) {
  .archive-service-services {
    position: relative;
    z-index: 2;
  }
  .archive-service-services .container .wrapper {
    margin-top: 60px;
  }
  .archive-service-services .container .wrapper .section-head h2 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-align: center;
  }
  .archive-service-services .container .wrapper .section-head h2 span {
    color: #8c1c24;
  }
  .archive-service-services .container .wrapper .section-head p {
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 2px;
  }
  .archive-service-services .container .wrapper .contents-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content {
    background: #eeeeee;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .media {
    width: 100%;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body {
    width: 100%;
    margin-top: 30px;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .eyebrow {
    font-weight: 700;
    letter-spacing: 2px;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 7px;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .text {
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-top: 40px;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 260px;
    border: solid 1px #333333;
    padding: 20px 40px 20px 80px;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .btn2 img {
    width: 15px;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .btn2:hover {
    background: #333333;
    color: white;
  }
  .archive-service-services .container .wrapper .contents-wrapper .content .body .btn2:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.hero.kyodo .container {
  background-image: url(img/single-service-kyodo-hero-bg.png);
  background-position: center;
  background-size: cover;
}

.hero.threepl .container {
  background-image: url(img/single-service-3pl-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.threepl .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.hero.charter .container {
  background-image: url(img/single-service-charter-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.charter .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.single-service-message {
  position: relative;
  z-index: 2;
}
.single-service-message .container .wrapper {
  text-align: center;
  margin-top: 70px;
}
.single-service-message .container .wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
.single-service-message .container .wrapper h2 span {
  color: #8c1c24;
}
.single-service-message .container .wrapper .text {
  margin: 30px 0;
  letter-spacing: 3px;
  line-height: 1.5em;
}

.single-service-needs .container {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
.single-service-needs .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 130px;
  background: #eeeeee;
}
.single-service-needs .container .wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 50px;
  text-align: center;
}
.single-service-needs .container .wrapper h2 span {
  color: #8c1c24;
}
.single-service-needs .container .wrapper .contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-service-needs .container .wrapper .contents-wrapper .content {
  width: 33%;
  margin: 2px 0;
  position: relative;
}
.single-service-needs .container .wrapper .contents-wrapper .content .text {
  text-align: center;
  color: white;
  line-height: 1.5em;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-service-needs.charter .container {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
.single-service-needs.charter .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 130px;
  background: #eeeeee;
}
.single-service-needs.charter .container .wrapper h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 50px;
  text-align: center;
}
.single-service-needs.charter .container .wrapper h2 span {
  color: #8c1c24;
}
.single-service-needs.charter .container .wrapper .contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-service-needs.charter .container .wrapper .contents-wrapper .content {
  width: 32%;
  margin: 2px;
  position: relative;
}
.single-service-needs.charter .container .wrapper .contents-wrapper .content .text {
  text-align: center;
  color: white;
  line-height: 1.5em;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-service-feature .container {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.single-service-feature .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-service-feature .container .wrapper h2 {
  width: 580px;
  margin: 0 auto;
}
.single-service-feature .container .wrapper .contents-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-service-feature .container .wrapper .contents-wrapper .content {
  width: 31%;
  margin: 0 13px 30px 13px;
}
.single-service-feature .container .wrapper .contents-wrapper .content .text {
  text-align: center;
  margin-top: 12px;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.single-service-feature.kyodo .container .wrapper h2 {
  width: 580px;
}
.single-service-feature.charter .container .wrapper h2 {
  width: 620px;
}

.single-service-detail .container {
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
.single-service-detail .container .wrapper {
  background: #eeeeee;
  padding: 70px 0 100px 0;
}
.single-service-detail .container .wrapper h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-service-detail .container .wrapper ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.single-service-detail .container .wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.single-service-detail .container .wrapper ul li .th {
  width: 22%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-service-detail .container .wrapper ul li .th span.num {
  font-weight: 800;
  padding-top: 3px;
}
.single-service-detail .container .wrapper ul li .th span.name {
  width: 75px;
  position: relative;
}
.single-service-detail .container .wrapper ul li .th span.name::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: -60px;
}
.single-service-detail .container .wrapper ul li .td {
  width: 70%;
}

.single-service-detail.threepl .container {
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
.single-service-detail.threepl .container .wrapper {
  background: #eeeeee;
  padding: 70px 0 100px 0;
}
.single-service-detail.threepl .container .wrapper h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-service-detail.threepl .container .wrapper ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.single-service-detail.threepl .container .wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.single-service-detail.threepl .container .wrapper ul li .th {
  width: 32%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-service-detail.threepl .container .wrapper ul li .th span.num {
  font-weight: 800;
  padding-top: 3px;
}
.single-service-detail.threepl .container .wrapper ul li .th span.name {
  width: 150px;
  position: relative;
}
.single-service-detail.threepl .container .wrapper ul li .th span.name::before {
  content: "";
  width: 45px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: -60px;
}
.single-service-detail.threepl .container .wrapper ul li .td {
  width: 62%;
}

.single-service-detail.charter .container {
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
.single-service-detail.charter .container .wrapper {
  background: #eeeeee;
  padding: 70px 0 100px 0;
}
.single-service-detail.charter .container .wrapper h2 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-service-detail.charter .container .wrapper ul {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.single-service-detail.charter .container .wrapper ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.single-service-detail.charter .container .wrapper ul li .th {
  width: 40%;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-service-detail.charter .container .wrapper ul li .th span.num {
  font-weight: 800;
  line-height: 1.5em;
}
.single-service-detail.charter .container .wrapper ul li .th span.name {
  width: 280px;
  line-height: 1.5em;
  position: relative;
}
.single-service-detail.charter .container .wrapper ul li .th span.name::before {
  content: "";
  width: 55px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 18px;
  left: -70px;
}
.single-service-detail.charter .container .wrapper ul li .td {
  width: 55%;
}

.common-faq.single-service .container .wrapper {
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .single-service-message {
    position: relative;
    z-index: 2;
  }
  .single-service-message .container .wrapper {
    text-align: center;
    margin-top: 70px;
  }
  .single-service-message .container .wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
  .single-service-message .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-message .container .wrapper .text {
    margin: 30px 0;
    letter-spacing: 3px;
    line-height: 1.5em;
  }
  .single-service-needs .container {
    margin-top: 90px;
    position: relative;
    z-index: 2;
  }
  .single-service-needs .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 130px;
    background: #eeeeee;
  }
  .single-service-needs .container .wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-align: center;
  }
  .single-service-needs .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-needs .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-needs .container .wrapper .contents-wrapper .content {
    width: 33%;
    margin: 2px 0;
    position: relative;
  }
  .single-service-needs .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    color: white;
    line-height: 1.5em;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-service-needs.charter .container {
    margin-top: 90px;
    position: relative;
    z-index: 2;
  }
  .single-service-needs.charter .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 130px;
    background: #eeeeee;
  }
  .single-service-needs.charter .container .wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 50px;
    text-align: center;
  }
  .single-service-needs.charter .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper .content {
    width: 32%;
    margin: 2px;
    position: relative;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    color: white;
    line-height: 1.5em;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-service-feature .container {
    margin-top: 70px;
    position: relative;
    z-index: 2;
  }
  .single-service-feature .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-feature .container .wrapper h2 {
    width: 420px;
    margin: 0 auto;
  }
  .single-service-feature .container .wrapper .contents-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-feature .container .wrapper .contents-wrapper .content {
    width: 31%;
    margin: 0 8px 30px 8px;
  }
  .single-service-feature .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    margin-top: 12px;
    line-height: 1.3em;
    letter-spacing: 1px;
  }
  .single-service-feature.kyodo .container .wrapper h2 {
    width: 500px;
  }
  .single-service-feature.charter .container .wrapper h2 {
    width: 540px;
  }
}
@media screen and (max-width: 1050px) {
  .single-service-detail.charter .container {
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
  .single-service-detail.charter .container .wrapper {
    background: #eeeeee;
    padding: 70px 0 100px 0;
  }
  .single-service-detail.charter .container .wrapper h2 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-detail.charter .container .wrapper ul {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-service-detail.charter .container .wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .single-service-detail.charter .container .wrapper ul li .th {
    width: 43%;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.num {
    font-weight: 800;
    line-height: 1.5em;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.name {
    width: 280px;
    line-height: 1.5em;
    position: relative;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.name::before {
    content: "";
    width: 55px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 18px;
    left: -70px;
  }
  .single-service-detail.charter .container .wrapper ul li .td {
    width: 55%;
  }
}
@media screen and (max-width: 820px) {
  .single-service-message {
    position: relative;
    z-index: 2;
  }
  .single-service-message .container .wrapper {
    text-align: center;
    margin-top: 70px;
  }
  .single-service-message .container .wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
  .single-service-message .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-message .container .wrapper .text {
    width: 95%;
    margin: 30px auto;
    letter-spacing: 3px;
    line-height: 1.5em;
  }
  .single-service-needs .container {
    margin-top: 90px;
    position: relative;
    z-index: 2;
  }
  .single-service-needs .container .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    background: #eeeeee;
  }
  .single-service-needs .container .wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-align: center;
  }
  .single-service-needs .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-needs .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-needs .container .wrapper .contents-wrapper .content {
    width: 49%;
    margin: 1px;
    position: relative;
  }
  .single-service-needs .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    color: white;
    line-height: 1.5em;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-service-needs.charter .container {
    margin-top: 90px;
    position: relative;
    z-index: 2;
  }
  .single-service-needs.charter .container .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
    background: #eeeeee;
  }
  .single-service-needs.charter .container .wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-align: center;
  }
  .single-service-needs.charter .container .wrapper h2 span {
    color: #8c1c24;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper .content {
    width: 49%;
    margin: 1px;
    position: relative;
  }
  .single-service-needs.charter .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    color: white;
    line-height: 1.5em;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-service-feature .container {
    margin-top: 70px;
    position: relative;
    z-index: 2;
  }
  .single-service-feature .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-feature .container .wrapper h2 {
    width: 260px;
    margin: 0 auto;
  }
  .single-service-feature .container .wrapper .contents-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-service-feature .container .wrapper .contents-wrapper .content {
    width: 48%;
    margin: 0 3px 20px 3px;
  }
  .single-service-feature .container .wrapper .contents-wrapper .content .text {
    text-align: center;
    margin-top: 12px;
    line-height: 1.3em;
    letter-spacing: 1px;
  }
  .single-service-feature.kyodo .container .wrapper h2 {
    width: 320px;
  }
  .single-service-feature.charter .container .wrapper h2 {
    width: 340px;
  }
  .single-service-detail .container {
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
  .single-service-detail .container .wrapper {
    background: #eeeeee;
    padding: 70px 0;
  }
  .single-service-detail .container .wrapper h2 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-detail .container .wrapper ul {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-service-detail .container .wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .single-service-detail .container .wrapper ul li .th {
    width: 50%;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-service-detail .container .wrapper ul li .th span.num {
    font-weight: 800;
    padding-top: 3px;
  }
  .single-service-detail .container .wrapper ul li .th span.name {
    width: 75px;
    position: relative;
  }
  .single-service-detail .container .wrapper ul li .th span.name::before {
    content: "";
    width: 45px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: -60px;
  }
  .single-service-detail .container .wrapper ul li .td {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5em;
  }
  .single-service-detail.threepl .container {
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
  .single-service-detail.threepl .container .wrapper {
    background: #eeeeee;
    padding: 70px 0;
  }
  .single-service-detail.threepl .container .wrapper h2 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-detail.threepl .container .wrapper ul {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-service-detail.threepl .container .wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .single-service-detail.threepl .container .wrapper ul li .th {
    width: 83%;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-service-detail.threepl .container .wrapper ul li .th span.num {
    font-weight: 800;
    padding-top: 3px;
  }
  .single-service-detail.threepl .container .wrapper ul li .th span.name {
    width: 150px;
    position: relative;
  }
  .single-service-detail.threepl .container .wrapper ul li .th span.name::before {
    content: "";
    width: 45px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: -60px;
  }
  .single-service-detail.threepl .container .wrapper ul li .td {
    width: 100%;
    margin-top: 13px;
    line-height: 1.5em;
  }
  .single-service-detail.charter .container {
    position: relative;
    z-index: 2;
    margin-top: 70px;
  }
  .single-service-detail.charter .container .wrapper {
    background: #eeeeee;
    padding: 70px 0;
  }
  .single-service-detail.charter .container .wrapper h2 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .single-service-detail.charter .container .wrapper ul {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-service-detail.charter .container .wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0;
  }
  .single-service-detail.charter .container .wrapper ul li .th {
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.num {
    font-weight: 800;
    line-height: 1.5em;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.name {
    width: 220px;
    line-height: 1.5em;
    position: relative;
  }
  .single-service-detail.charter .container .wrapper ul li .th span.name::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 14px;
    left: -46px;
  }
  .single-service-detail.charter .container .wrapper ul li .td {
    width: 100%;
    line-height: 1.5em;
    margin-top: 10px;
  }
}
.archive-info-list .container {
  position: relative;
  z-index: 2;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item {
  padding: 25px 50px;
  border-bottom: solid 1px #333333;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper {
  margin-right: 90px;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper time {
  margin-right: 40px;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper .label {
  padding: 5px 40px;
  background: #8c1c24;
  border: solid 1px #8c1c24;
  color: white;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .title {
  letter-spacing: 1px;
  line-height: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a:hover .label {
  background: white;
  color: #8c1c24;
}
.archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a:hover .title {
  opacity: 0.7;
}
.archive-info-list .container .pagination-wrapper nav .nav-links {
  text-align: center;
  margin-top: 70px;
}
.archive-info-list .container .pagination-wrapper nav .nav-links .page-numbers {
  margin: 15px;
  width: 12px;
  display: inline-block;
  padding-bottom: 3px;
}
.archive-info-list .container .pagination-wrapper nav .nav-links .page-numbers.current {
  color: #8c1c24;
  border-bottom: solid 1px #8c1c24;
}
.archive-info-list .container .pagination-wrapper nav .nav-links a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-info-list .container .pagination-wrapper nav .nav-links a:hover {
  color: #8c1c24;
}

@media screen and (max-width: 820px) {
  .archive-info-list .container .wrapper .contents-wrapper .info-list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item {
    padding: 40px 10px;
    border-bottom: solid 1px #333333;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper {
    margin-right: auto;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper time {
    margin-right: 10px;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .tag-wrapper .label {
    padding: 5px 40px;
    background: #8c1c24;
    border: solid 1px #8c1c24;
    color: white;
    font-size: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a .title {
    letter-spacing: 1px;
    line-height: 1.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a:hover .label {
    background: white;
    color: #8c1c24;
  }
  .archive-info-list .container .wrapper .contents-wrapper .info-list .info-item a:hover .title {
    opacity: 0.7;
  }
  .archive-info-list .container .pagination-wrapper nav .nav-links {
    text-align: center;
    margin-top: 70px;
  }
  .archive-info-list .container .pagination-wrapper nav .nav-links .page-numbers {
    margin: 10px;
    width: 12px;
    display: inline-block;
    padding-bottom: 3px;
  }
  .archive-info-list .container .pagination-wrapper nav .nav-links .page-numbers.current {
    color: #8c1c24;
    border-bottom: solid 1px #8c1c24;
  }
  .archive-info-list .container .pagination-wrapper nav .nav-links a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-info-list .container .pagination-wrapper nav .nav-links a:hover {
    color: #8c1c24;
  }
}
.hero.info .container {
  background-image: url(img/single-info-hero-bg.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero.info .container::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.single-info-detail .container .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}
.single-info-detail .container .wrapper .section-head .tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-info-detail .container .wrapper .section-head .tag-wrapper .date {
  margin-right: 70px;
  letter-spacing: 2px;
  font-weight: 600;
}
.single-info-detail .container .wrapper .section-head .tag-wrapper .label {
  background: #8c1c24;
  color: white;
  padding: 7px 40px;
  letter-spacing: 1px;
  font-size: 14px;
}
.single-info-detail .container .wrapper .section-head .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 30px;
}
.single-info-detail .container .wrapper .key-visual {
  width: 70%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.single-info-detail .container .wrapper .contents-wrapper {
  position: relative;
  z-index: 2;
}
.single-info-detail .container .wrapper .contents-wrapper p {
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 15px 0;
}
.single-info-detail .container .wrapper .contents-wrapper h2 {
  margin: 40px 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #8c1c24;
  position: relative;
}
.single-info-detail .container .wrapper .contents-wrapper h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #8c1c24;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.single-info-detail .container .wrapper .contents-wrapper h3 {
  margin: 40px 0 20px 0;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #8c1c24;
}
.single-info-detail .container .wrapper .contents-wrapper img {
  width: 70%;
  display: block;
  margin: 40px auto;
}
.single-info-detail .container .wrapper .contents-wrapper ul {
  margin-top: 30px;
  margin-left: 50px;
}
.single-info-detail .container .wrapper .contents-wrapper ul li {
  margin: 10px 0;
  letter-spacing: 1px;
  line-height: 1.5em;
  position: relative;
}
.single-info-detail .container .wrapper .contents-wrapper ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #8c1c24;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-info-detail .container .wrapper .btn {
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .single-info-detail .container .wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .single-info-detail .container .wrapper .section-head .tag-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-info-detail .container .wrapper .section-head .tag-wrapper .date {
    margin-right: 20px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .single-info-detail .container .wrapper .section-head .tag-wrapper .label {
    background: #333333;
    color: white;
    padding: 7px 40px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .single-info-detail .container .wrapper .section-head .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 30px;
    line-height: 1.5em;
  }
  .single-info-detail .container .wrapper .key-visual {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .single-info-detail .container .wrapper .contents-wrapper p {
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 15px 0;
  }
  .single-info-detail .container .wrapper .contents-wrapper h2 {
    margin: 40px 0 20px 0;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: solid 1px #8c1c24;
    position: relative;
  }
  .single-info-detail .container .wrapper .contents-wrapper h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #8c1c24;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .single-info-detail .container .wrapper .contents-wrapper h3 {
    margin: 40px 0 20px 0;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: solid 1px #8c1c24;
  }
  .single-info-detail .container .wrapper .contents-wrapper img {
    width: 100%;
    display: block;
    margin: 40px auto;
  }
  .single-info-detail .container .wrapper .contents-wrapper ul {
    margin-top: 30px;
    margin-left: 50px;
  }
  .single-info-detail .container .wrapper .contents-wrapper ul li {
    margin: 10px 0;
    letter-spacing: 1px;
    line-height: 1.5em;
    position: relative;
  }
  .single-info-detail .container .wrapper .contents-wrapper ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #8c1c24;
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-info-detail .container .wrapper .btn {
    margin: 0 auto;
    margin-top: 100px;
  }
}/*# sourceMappingURL=style.css.map */