<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("xbr4gcm.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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.3rem;
  background: #fff;
  color: #000;
  cursor: none;
  font-family:"Microsoft yahei",itc-avant-garde-gothic-pro, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
}
a,
button {
  cursor: none;
}
@media only screen and (min-width: 768px) {
  a,
  button {
    font-size: 1.4rem;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  img {
    width: auto;
  }
}
a {
  color: #000;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
button,
input,
select,
textarea {
  outline: none;
}
button {
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
main,
section {
  position: relative;
}
main {
  display: block;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  background: #102942;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 120px;
    position: absolute;
  }
}
.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 10;
}
.menu-icon {
  background: #ad9d8f;
  box-sizing: border-box;
  display: inline-block;
  width: 55px;
  height: 55px;
}
.menu-icon .line {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  display: block;
  margin: auto;
  width: 23px;
  height: 2px;
  transition: all 0.3s;
}
.menu-icon .line:nth-child(1) {
  top: 23px;
}
.menu-icon .line:nth-child(2) {
  bottom: 23px;
}
.is-nav-opened .menu-button .line:nth-child(1) {
  transform: translateY(3px) rotate(135deg);
}
.is-nav-opened .menu-button .line:nth-child(2) {
  transform: translateY(-4px) rotate(-135deg);
}
.nav.sp-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav.sp-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #0f2942;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.nav .nav-list {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav .nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .nav .nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
  }
}
.nav .nav-list-item {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .nav .nav-list-item {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .nav .nav-list-item:not(:first-child) {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 374px) {
  .nav .nav-list-item:first-child {
    margin-top: 25px;
  }
}
@media only screen and (orientation: landscape) {
  .nav .nav-list-item {
    margin-top: 27.5px;
  }
  .nav .nav-list-item:not(:first-child) {
    margin-top: 27.5px;
  }
}
@media only screen and (min-width: 768px) {
  .nav .nav-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    height: 100%;
    margin: 0 23px;
  }
  .nav .nav-list-item:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .nav .nav-list-item {
    margin: 0 15px;
  }
}
.nav .nav-list-item a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .nav .nav-list-item a {
    box-sizing: border-box;
    padding: 15px 0;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .nav .nav-list-item.nav-top {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .nav .nav-list-item.nav-contact {
    background: #ad9d8f;
    margin-right: 0;
    width: 120px;
  }
  .nav .nav-list-item.nav-contact a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .nav .nav-list-item.nav-contact a::before {
    background: url("../images/cmn-icon-contact.svg") center center no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    margin: 2px 0 16px;
    width: 29px;
    height: 20px;
  }
}
.header .logo,
.nav .logo {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 160px;
  height: 55px;
  z-index: 10;
}
.header .logo img,
.nav .logo img {
  margin: 13px 0 0 27px;
  width: 99px;
}
@media only screen and (min-width: 768px) {
  .header .logo,
  .nav .logo {
    width: 280px;
    height: 120px;
  }
  .header .logo img,
  .nav .logo img {
    margin: 35px 0 0 53px;
    width: 173px;
  }
}
.footer {
  background: #102942;
  color: #fff;
  position: relative;
}
.footer a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 0 10px;
  }
}
.footer .footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer .footer-inner {
    position: relative;
    width: 84.375%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-back-to-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border-top: 2px solid #dce5eb;
    width: 100%;
    height: 50px;
  }
  .footer .footer-back-to-top .icon-arrow {
    background: url("../images/cmn-icon-arrow-2.png") center top no-repeat;
    background-size: cover;
    width: 18px;
    height: 13px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-back-to-top {
    margin: 5px 55px 0 auto;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .footer .footer-back-to-top .button-back-to-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer-back-to-top .label {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  }
  .footer .footer-back-to-top .icon-arrow {
    background: url("../images/cmn-icon-arrow-1.png") center top no-repeat;
    background-size: cover;
    margin-left: 12px;
    width: 14px;
    height: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .footer-back-to-top {
    margin-right: 0;
  }
}
.footer .footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer .footer-links {
    border-bottom: 2px solid #0b1e31;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-links {
    margin: 3px -21px 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-links li {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .footer .footer-links li a {
    display: block;
    padding: 49px 16px 41px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-links li {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 21px;
  }
  .footer .footer-links li a {
    padding: 15px 0;
  }
}
.footer .footer-copyright {
  font-size: 2.133333333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 22px 0 21px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-copyright {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 3.4375% 0 4.6875%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer .footer-copyright {
    margin-left: 0;
  }
}
.breadcrumb {
  padding: 5.866666666666666vw 6.666666666666667vw 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    position: relative;
    width: 84.375%;
    margin-right: auto;
    margin-left: auto;
    padding: 39px 0;
  }
}
.breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-list {
    padding: 0 5.555555555555555%;
  }
}
.breadcrumb .breadcrumb-list-item {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.15em;
  position: relative;
}
.breadcrumb .breadcrumb-list-item:not(:first-child) {
  margin-left: 2.666666666666667vw;
  padding-left: 4.533333333333333vw;
}
.breadcrumb .breadcrumb-list-item:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.breadcrumb .breadcrumb-list-item a {
  color: #ad9d8f;
}
@media only screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-list-item {
    font-size: 1.2rem;
    line-height: 1;
  }
  .breadcrumb .breadcrumb-list-item:not(:first-child) {
    margin-left: 17px;
    padding-left: 26px;
  }
}
.button {
  display: block;
  position: relative;
}
.button-primary {
  font-size: 2.933333333333333vw;
  line-height: 1.363636363636364;
  letter-spacing: 0.125em;
  background: #fff;
  border: 2px solid #ad9d8f;
  box-sizing: border-box;
  color: #ad9d8f;
  font-weight: bold;
  padding: 4.933333333333334vw 1.333333333333333vw;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .button-primary {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.125em;
    padding: 22px 10px;
  }
}
.button-secondary {
  font-size: 2.933333333333333vw;
  line-height: 1;
  letter-spacing: 0.125em;
  background: #ad9d8f;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: 7.199999999999999vw 1.333333333333333vw;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .button-secondary {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 47px 10px;
  }
}
.js-cursor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.js-cursor.is-activate {
  display: block;
}
.js-cursor .cursor-dot,
.js-cursor .cursor-circle {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  pointer-events: none;
  visibility: hidden;
}
.is-hover .js-cursor .cursor-dot,
.is-hover .js-cursor .cursor-circle {
  visibility: visible;
}
.js-cursor .cursor-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #333;
}
.js-cursor .cursor-circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ad9d8f;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .js-cursor .cursor-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
}
.js-cursor .cursor-ripple {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #ad9d8f;
  fill-opacity: 0.4;
  pointer-events: none;
}
.heading-primary .en,
.heading-primary .ja {
  display: block;
}
.heading-primary .en {
  font-size: 6.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ad9d8f;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .heading-primary .en {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.heading-primary .ja {
  font-size: 2.666666666666667vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 5px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .heading-primary .ja {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 14px;
  }
}
body:not(.page-top) .section-hero {
  margin-top: 55px;
  position: relative;
}
body:not(.page-top) .section-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #102942;
  content: '';
  display: block;
  padding-top: 77.33333333333333vw;
  width: 100%;
  height: 0px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero {
    margin-top: 120px;
  }
  body:not(.page-top) .section-hero::before {
    padding-top: 25.78125%;
  }
  body:not(.page-top) .section-hero::after {
    position: absolute;
    top: -120px;
    left: 0;
    background: #102942;
    content: '';
    display: block;
    width: 100%;
    height: 121px;
    z-index: -1;
  }
}
body:not(.page-top) .section-hero .hero-body {
  padding: 0.266666666666667vw 0 0 0;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .hero-body {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 75%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .hero-body-inner {
    position: absolute;
    top: 27.073170731707318%;
    right: -221px;
  }
}
body:not(.page-top) .section-hero .hero-heading,
body:not(.page-top) .section-hero .hero-heading-split {
  font-weight: bold;
  white-space: nowrap;
}
body:not(.page-top) .section-hero .hero-heading .en,
body:not(.page-top) .section-hero .hero-heading-split .en,
body:not(.page-top) .section-hero .hero-heading .ja,
body:not(.page-top) .section-hero .hero-heading-split .ja {
  display: block;
  overflow: hidden;
}
body:not(.page-top) .section-hero .hero-heading .en,
body:not(.page-top) .section-hero .hero-heading-split .en {
  font-size: 13.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}
body:not(.page-top) .section-hero .hero-heading .ja,
body:not(.page-top) .section-hero .hero-heading-split .ja {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 2.933333333333333vw 0 0 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .hero-heading,
  body:not(.page-top) .section-hero .hero-heading-split {
    text-align: right;
  }
  body:not(.page-top) .section-hero .hero-heading .en,
  body:not(.page-top) .section-hero .hero-heading-split .en {
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  body:not(.page-top) .section-hero .hero-heading .ja,
  body:not(.page-top) .section-hero .hero-heading-split .ja {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin: 22px 0 0 0;
  }
}
body:not(.page-top) .section-hero .hero-heading {
  color: #fff;
  margin: 7.733333333333333vw 6.666666666666667vw 8vw 6.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .hero-heading {
    margin: 0;
  }
}
body:not(.page-top) .section-hero .hero-img {
  position: relative;
  width: 89.33333333333333vw;
}
body:not(.page-top) .section-hero .hero-img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.68656716417911%;
}
body:not(.page-top) .section-hero .hero-img .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body:not(.page-top) .section-hero .hero-img .img-container .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body:not(.page-top) .section-hero .hero-img .img-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 60px);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .hero-img {
    overflow: hidden;
    width: 75%;
  }
  body:not(.page-top) .section-hero .hero-img::before {
    padding-top: 42.70833333333333%;
  }
  body:not(.page-top) .section-hero .hero-img img {
    width: 100%;
  }
}
body:not(.page-top) .section-hero .hero-heading-split {
  position: absolute;
  top: 27.073170731707318%;
  right: -221px;
  color: #102942;
  z-index: 99;
}
body:not(.page-top) .section-hero .hero-heading-split .char {
  z-index: 2;
}
body:not(.page-top) .section-hero .noop {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  body:not(.page-top) .section-hero .noop {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.page-about .section-hero .hero-img .img-container .img-inner {
  background: url("../images/about-hero-1.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-about .section-hero .hero-img .img-container .img-inner {
    background: url("../images/about-hero-1.jpg") left top no-repeat;
    background-size: cover;
  }
}
.page-service .section-hero .hero-img .img-container .img-inner {
  background: url("../images/service-hero-1.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-service .section-hero .hero-img .img-container .img-inner {
    background: url("../images/service-hero-1.jpg") left top no-repeat;
    background-size: cover;
  }
}
.page-recruit .section-hero .hero-img .img-container .img-inner {
  background: url("../images/recruit-hero-1.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-recruit .section-hero .hero-img .img-container .img-inner {
    background: url("../images/recruit-hero-1.jpg") left top no-repeat;
    background-size: cover;
  }
}
.page-privacy .section-hero .hero-img .img-container .img-inner {
  background: url("../images/privacy-hero-1.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-privacy .section-hero .hero-img .img-container .img-inner {
    background: url("../images/privacy-hero-1.jpg") left top no-repeat;
    background-size: cover;
  }
}
.page-contact .section-hero .hero-img .img-container .img-inner {
  background: url("../images/contact-hero-1.jpg") left top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-contact .section-hero .hero-img .img-container .img-inner {
    background: url("../images/contact-hero-1.jpg") left top no-repeat;
    background-size: cover;
  }
}
.is-hover .page-top .main .text-link-primary {
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .text-link-primary .label {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .text-link-primary:hover {
  border-color: #ad9d8f;
}
.is-hover .page-top .main .text-link-primary:hover .label {
  letter-spacing: 0.25em;
  margin-left: 4px;
  color: #ad9d8f;
}
.is-hover .nav .nav-top a,
.is-hover .nav .nav-about a,
.is-hover .nav .nav-service a,
.is-hover .nav .nav-recruit a {
  overflow: hidden;
  position: relative;
}
.is-hover .nav .nav-top a::before,
.is-hover .nav .nav-about a::before,
.is-hover .nav .nav-service a::before,
.is-hover .nav .nav-recruit a::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .nav .nav-top a:hover::before,
.is-hover .nav .nav-about a:hover::before,
.is-hover .nav .nav-service a:hover::before,
.is-hover .nav .nav-recruit a:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .nav .nav-top.is-located a::before,
.is-hover .nav .nav-about.is-located a::before,
.is-hover .nav .nav-service.is-located a::before,
.is-hover .nav .nav-recruit.is-located a::before {
  transform: scaleX(1);
}
.is-hover .nav .nav-contact {
  overflow: hidden;
  position: relative;
}
.is-hover .nav .nav-contact .label,
.is-hover .nav .nav-contact .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .nav .nav-contact .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .nav .nav-contact .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .nav .nav-contact::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #998574;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .nav .nav-contact:hover .label {
  color: #fff;
}
.is-hover .nav .nav-contact:hover .icon-arrow {
  fill: #fff;
}
.is-hover .nav .nav-contact:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .nav .nav-contact a {
  position: relative;
  z-index: 1;
}
.is-hover .nav .nav-contact.is-located::after {
  transform: scaleX(1);
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next {
  overflow: hidden;
  position: relative;
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .label,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .label,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .icon-arrow,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .label,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .icon-arrow,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev::after,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ad9d8f;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev:hover .label,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next:hover .label {
  color: #fff;
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev:hover .icon-arrow,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev:hover::after,
.is-hover .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-top .main .section-about .column-content .button-primary {
  overflow: hidden;
  position: relative;
}
.is-hover .page-top .main .section-about .column-content .button-primary .label,
.is-hover .page-top .main .section-about .column-content .button-primary .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-top .main .section-about .column-content .button-primary .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-about .column-content .button-primary .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-about .column-content .button-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ad9d8f;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-about .column-content .button-primary:hover .label {
  color: #fff;
}
.is-hover .page-top .main .section-about .column-content .button-primary:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-top .main .section-about .column-content .button-primary:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-top .main .section-recruit .box .button-primary {
  overflow: hidden;
  position: relative;
}
.is-hover .page-top .main .section-recruit .box .button-primary .label,
.is-hover .page-top .main .section-recruit .box .button-primary .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-top .main .section-recruit .box .button-primary .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-recruit .box .button-primary .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-recruit .box .button-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-recruit .box .button-primary:hover .label {
  color: #0a223a;
}
.is-hover .page-top .main .section-recruit .box .button-primary:hover .icon-arrow {
  fill: #0a223a;
}
.is-hover .page-top .main .section-recruit .box .button-primary:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-top .main .section-contact .button-primary {
  overflow: hidden;
  position: relative;
}
.is-hover .page-top .main .section-contact .button-primary .label,
.is-hover .page-top .main .section-contact .button-primary .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-top .main .section-contact .button-primary .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-contact .button-primary .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-contact .button-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ad9d8f;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-top .main .section-contact .button-primary:hover .label {
  color: #fff;
}
.is-hover .page-top .main .section-contact .button-primary:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-top .main .section-contact .button-primary:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .section-works .works-slider .slider-controller .button-prev,
.is-hover .section-works .works-slider .slider-controller .button-next {
  overflow: hidden;
  position: relative;
}
.is-hover .section-works .works-slider .slider-controller .button-prev .label,
.is-hover .section-works .works-slider .slider-controller .button-next .label,
.is-hover .section-works .works-slider .slider-controller .button-prev .icon-arrow,
.is-hover .section-works .works-slider .slider-controller .button-next .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .section-works .works-slider .slider-controller .button-prev .label,
.is-hover .section-works .works-slider .slider-controller .button-next .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .section-works .works-slider .slider-controller .button-prev .icon-arrow,
.is-hover .section-works .works-slider .slider-controller .button-next .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .section-works .works-slider .slider-controller .button-prev::after,
.is-hover .section-works .works-slider .slider-controller .button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ad9d8f;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .section-works .works-slider .slider-controller .button-prev:hover .label,
.is-hover .section-works .works-slider .slider-controller .button-next:hover .label {
  color: #fff;
}
.is-hover .section-works .works-slider .slider-controller .button-prev:hover .icon-arrow,
.is-hover .section-works .works-slider .slider-controller .button-next:hover .icon-arrow {
  fill: #fff;
}
.is-hover .section-works .works-slider .slider-controller .button-prev:hover::after,
.is-hover .section-works .works-slider .slider-controller .button-next:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-recruit .main .apply-link .button-secondary {
  overflow: hidden;
  position: relative;
}
.is-hover .page-recruit .main .apply-link .button-secondary .label,
.is-hover .page-recruit .main .apply-link .button-secondary .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-recruit .main .apply-link .button-secondary .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-recruit .main .apply-link .button-secondary .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-recruit .main .apply-link .button-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a223a;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-recruit .main .apply-link .button-secondary:hover .label {
  color: #fff;
}
.is-hover .page-recruit .main .apply-link .button-secondary:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-recruit .main .apply-link .button-secondary:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-contact .main .section-contact .submit .button {
  overflow: hidden;
  position: relative;
}
.is-hover .page-contact .main .section-contact .submit .button .label,
.is-hover .page-contact .main .section-contact .submit .button .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-contact .main .section-contact .submit .button .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .section-contact .submit .button .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .section-contact .submit .button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a223a;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .section-contact .submit .button:hover .label {
  color: #fff;
}
.is-hover .page-contact .main .section-contact .submit .button:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-contact .main .section-contact .submit .button:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .page-contact .main .buttons .button,
.is-hover .page-contact .main .link .button {
  overflow: hidden;
  position: relative;
}
.is-hover .page-contact .main .buttons .button .label,
.is-hover .page-contact .main .link .button .label,
.is-hover .page-contact .main .buttons .button .icon-arrow,
.is-hover .page-contact .main .link .button .icon-arrow {
  position: relative;
  z-index: 1;
}
.is-hover .page-contact .main .buttons .button .label,
.is-hover .page-contact .main .link .button .label {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .buttons .button .icon-arrow,
.is-hover .page-contact .main .link .button .icon-arrow {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .buttons .button::after,
.is-hover .page-contact .main .link .button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a223a;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-hover .page-contact .main .buttons .button:hover .label,
.is-hover .page-contact .main .link .button:hover .label {
  color: #fff;
}
.is-hover .page-contact .main .buttons .button:hover .icon-arrow,
.is-hover .page-contact .main .link .button:hover .icon-arrow {
  fill: #fff;
}
.is-hover .page-contact .main .buttons .button:hover::after,
.is-hover .page-contact .main .link .button:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
.is-hover .next-link a::before {
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-hover .next-link a .bg {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-hover .next-link a:hover::before {
  background-color: rgba(10,34,58,0.8);
}
.is-hover .next-link a:hover .bg {
  transform: scale(1.1);
}
.icon-arrow {
  fill: #0a223a;
}
.icon-arrow.right {
  transform: rotate(180deg);
}
.icon-arrow.top {
  transform: rotate(270deg);
}
.js-intersection[data-animate="heading"] .en {
  overflow: hidden;
  backface-visibility: hidden;
}
.js-intersection[data-animate="heading"] .en .line {
  transform: translate(0, 100%);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  margin-right: -0.4em;
}
.js-intersection[data-animate="heading"] .ja .char {
  margin-right: -0.3em;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.js-intersection[data-animate="heading"].is-animate .en .line {
  transform: translate(0, 0%);
}
.js-intersection[data-animate="heading"].is-animate .ja .char {
  opacity: 1;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-1 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-2 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-4 {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-5 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-6 {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-7 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-8 {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-9 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js-intersection[data-animate="heading"].is-animate .ja .char.char-10 {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -ms-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.js-intersection[data-animate="text"] {
  opacity: 0;
  transform: scaleY(1.2) translateY(20px);
  transform-origin: left top;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}
.js-intersection[data-animate="text"].is-animate {
  opacity: 1;
  transform: scaleY(1) translateY(0);
}
.js-intersection[data-animate="fade-up"] {
  opacity: 0;
  transform: translateY(50%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s linear;
  backface-visibility: hidden;
}
.js-intersection[data-animate="fade-up"].is-animate {
  opacity: 1;
  transform: translateY(0%);
}
.js-intersection[data-animate="link"] {
  opacity: 0;
  transform: translate3d(0, 90px, 0);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s linear;
  backface-visibility: hidden;
}
.js-intersection[data-animate="link"].is-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-intersection[data-animate="stagger"] .line {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: transform 1s cubic-bezier(0.13, 0.9, 0.38, 1), opacity 0.2s;
}
@media only screen and (min-width: 768px) {
  .js-intersection[data-animate="stagger"] .line:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(2) {
    -webkit-transition-delay: 0.04s;
    -moz-transition-delay: 0.04s;
    -o-transition-delay: 0.04s;
    -ms-transition-delay: 0.04s;
    transition-delay: 0.04s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(3) {
    -webkit-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    -ms-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    -ms-transition-delay: 0.12s;
    transition-delay: 0.12s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(5) {
    -webkit-transition-delay: 0.16s;
    -moz-transition-delay: 0.16s;
    -o-transition-delay: 0.16s;
    -ms-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(7) {
    -webkit-transition-delay: 0.24s;
    -moz-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    -ms-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(8) {
    -webkit-transition-delay: 0.28s;
    -moz-transition-delay: 0.28s;
    -o-transition-delay: 0.28s;
    -ms-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(9) {
    -webkit-transition-delay: 0.32s;
    -moz-transition-delay: 0.32s;
    -o-transition-delay: 0.32s;
    -ms-transition-delay: 0.32s;
    transition-delay: 0.32s;
  }
  .js-intersection[data-animate="stagger"] .line:nth-child(10) {
    -webkit-transition-delay: 0.36s;
    -moz-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
    -ms-transition-delay: 0.36s;
    transition-delay: 0.36s;
  }
}
.js-intersection[data-animate="stagger"].is-animate .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-intersection[data-animate="stagger-text"] .text {
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: transform 1.2s cubic-bezier(0.13, 0.9, 0.38, 1), opacity 0.2s;
  backface-visibility: hidden;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(2) {
  -webkit-transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  -ms-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(3) {
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  -ms-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  -moz-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  -ms-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(5) {
  -webkit-transition-delay: 0.24s;
  -moz-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  -ms-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(7) {
  -webkit-transition-delay: 0.36s;
  -moz-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  -ms-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(8) {
  -webkit-transition-delay: 0.42s;
  -moz-transition-delay: 0.42s;
  -o-transition-delay: 0.42s;
  -ms-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(9) {
  -webkit-transition-delay: 0.48s;
  -moz-transition-delay: 0.48s;
  -o-transition-delay: 0.48s;
  -ms-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.js-intersection[data-animate="stagger-text"] .text:nth-child(10) {
  -webkit-transition-delay: 0.54s;
  -moz-transition-delay: 0.54s;
  -o-transition-delay: 0.54s;
  -ms-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
@media only screen and (min-width: 768px) {
  .js-intersection[data-animate="stagger-text"] .text:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(2) {
    -webkit-transition-delay: 0.36s;
    -moz-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
    -ms-transition-delay: 0.36s;
    transition-delay: 0.36s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(3) {
    -webkit-transition-delay: 0.42s;
    -moz-transition-delay: 0.42s;
    -o-transition-delay: 0.42s;
    -ms-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    -moz-transition-delay: 0.48s;
    -o-transition-delay: 0.48s;
    -ms-transition-delay: 0.48s;
    transition-delay: 0.48s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(5) {
    -webkit-transition-delay: 0.54s;
    -moz-transition-delay: 0.54s;
    -o-transition-delay: 0.54s;
    -ms-transition-delay: 0.54s;
    transition-delay: 0.54s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(7) {
    -webkit-transition-delay: 0.66s;
    -moz-transition-delay: 0.66s;
    -o-transition-delay: 0.66s;
    -ms-transition-delay: 0.66s;
    transition-delay: 0.66s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(8) {
    -webkit-transition-delay: 0.72s;
    -moz-transition-delay: 0.72s;
    -o-transition-delay: 0.72s;
    -ms-transition-delay: 0.72s;
    transition-delay: 0.72s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(9) {
    -webkit-transition-delay: 0.78s;
    -moz-transition-delay: 0.78s;
    -o-transition-delay: 0.78s;
    -ms-transition-delay: 0.78s;
    transition-delay: 0.78s;
  }
  .js-intersection[data-animate="stagger-text"] .text:nth-child(10) {
    -webkit-transition-delay: 0.84s;
    -moz-transition-delay: 0.84s;
    -o-transition-delay: 0.84s;
    -ms-transition-delay: 0.84s;
    transition-delay: 0.84s;
  }
}
.js-intersection[data-animate="stagger-text"].is-animate .text {
  opacity: 1;
  transform: translateY(0);
}
.js-intersection[data-animate="list"] dt,
.js-intersection[data-animate="list"] dd {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: transform 1.2s cubic-bezier(0.13, 0.9, 0.38, 1), opacity 0.2s;
  backface-visibility: hidden;
}
.js-intersection[data-animate="list"] dt:nth-of-type(1),
.js-intersection[data-animate="list"] dd:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(2),
.js-intersection[data-animate="list"] dd:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(3),
.js-intersection[data-animate="list"] dd:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(4),
.js-intersection[data-animate="list"] dd:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(5),
.js-intersection[data-animate="list"] dd:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(6),
.js-intersection[data-animate="list"] dd:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(7),
.js-intersection[data-animate="list"] dd:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(8),
.js-intersection[data-animate="list"] dd:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(9),
.js-intersection[data-animate="list"] dd:nth-of-type(9) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js-intersection[data-animate="list"] dt:nth-of-type(10),
.js-intersection[data-animate="list"] dd:nth-of-type(10) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media only screen and (min-width: 768px) {
  .js-intersection[data-animate="list"] dt:nth-of-type(1),
  .js-intersection[data-animate="list"] dd:nth-of-type(1) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(2),
  .js-intersection[data-animate="list"] dd:nth-of-type(2) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(3),
  .js-intersection[data-animate="list"] dd:nth-of-type(3) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(4),
  .js-intersection[data-animate="list"] dd:nth-of-type(4) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(5),
  .js-intersection[data-animate="list"] dd:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(6),
  .js-intersection[data-animate="list"] dd:nth-of-type(6) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(7),
  .js-intersection[data-animate="list"] dd:nth-of-type(7) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(8),
  .js-intersection[data-animate="list"] dd:nth-of-type(8) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(9),
  .js-intersection[data-animate="list"] dd:nth-of-type(9) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .js-intersection[data-animate="list"] dt:nth-of-type(10),
  .js-intersection[data-animate="list"] dd:nth-of-type(10) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
}
.js-intersection[data-animate="list"].is-animate dt,
.js-intersection[data-animate="list"].is-animate dd {
  opacity: 1;
  transform: translateY(0);
}
.js-news-ticker {
  position: relative;
}
.js-news-ticker [data-news-el="slider"] {
  overflow: hidden;
}
.js-news-ticker .slides {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.js-news-ticker .date,
.js-news-ticker .text {
  overflow: hidden;
}
.js-news-ticker [data-news-el="link"] {
  display: inline-block;
  position: relative;
}
.next-link {
  background: #102942;
}
.next-link a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32.800000000000004vw 0 35.733333333333334vw;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .next-link a {
    padding: 217px 0 220px;
  }
  .next-link a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16,41,66,0.9);
  }
}
.next-link .bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .next-link .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.next-link .text-next {
  font-size: 2.933333333333333vw;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 3.2vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .next-link .text-next {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
.next-link .text-label {
  position: relative;
  z-index: 1;
  text-align: center;
}
.next-link .text-label .en {
  font-size: 6.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ad9d8f;
  font-weight: bold;
}
.next-link .text-label .ja {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .next-link .text-label .en {
    font-size: 5.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .next-link .text-label .ja {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-top: 15px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #102942;
  z-index: 100000;
}
.char,
.word,
.line {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  img.sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  img.pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-underline {
  text-decoration: underline;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-bottom {
  vertical-align: bottom;
}
.anchor-space {
  margin-top: -65px;
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .hover-opacity {
    transition: opacity 0.3s;
  }
  .hover-opacity:hover {
    opacity: 0.7;
  }
}
.mask {
  overflow: hidden;
}
.mask-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shadow,
.page-top .main .section-about .column-img .img-items .shadow.is-animate,
.page-top .main .section-service .service-items .item .shadow.is-animate {
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
}
html.is-locked {
  overflow: hidden;
}
html.is-locked body {
  overflow: hidden;
  overflow-y: scroll;
}
html.is-locked .header {
  overflow-y: scroll;
}
html.is-locked .scrollable.is-activate {
  overflow-y: scroll !important;
}
.js-works-slider {
  position: relative;
}
.js-works-slider [data-slider-el="img-slider"],
.js-works-slider [data-slider-el="text-slider"] {
  overflow: hidden;
}
.js-works-slider .slides {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.js-works-slider .slide-item {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
}
.js-works-slider .slide-item.is-selected {
  z-index: 1;
}
.js-works-slider .slide-item &gt; img {
  width: 100%;
}
.js-works-slider [data-slider-el="img"] {
  display: block;
  position: relative;
}
.section-works::before,
.section-works::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.section-works::before {
  background: #dcd7d2;
  left: 0;
}
.section-works::after {
  background: #efebe9;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .section-works {
    padding-bottom: 130px;
  }
}
.section-works .bg {
  position: absolute;
  bottom: 0;
  left: 13.333333333333334%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .section-works .bg {
    width: 86.66666666666667vw;
    height: calc(100% - 47px);
  }
}
@media only screen and (min-width: 768px) {
  .section-works .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-top: 44.53125%;
    width: 42.1875%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .bg {
    padding-top: 55.46875%;
  }
}
.section-works .inner {
  padding-top: 11.200000000000001vw;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .section-works .inner {
    padding-top: 0;
  }
}
.section-works .works {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-works .works {
    padding: 0 0;
    width: 100%;
  }
}
.section-works .heading-primary {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section-works .heading-primary {
    margin: 17.599999999999998vw 0 8.799999999999999vw auto;
    padding: 0 8.799999999999999vw;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .heading-primary {
    position: absolute;
    top: 28%;
    left: 67.1875%;
    margin: 0 0 0 -5px;
    width: 20.3125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .heading-primary {
    top: 9%;
  }
}
@media only screen and (min-width: 1280px) {
  .section-works .heading-primary {
    top: 141px;
  }
}
.section-works .works-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-works .works-slider {
    padding-bottom: 41.06666666666667vw;
  }
}
.section-works .works-slider .img-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-works .works-slider .img-container {
    box-shadow: 0px 0px 40px 2px rgba(0,0,0,0.3);
    margin-bottom: 10.666666666666668vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container {
    box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.3);
    overflow: hidden;
    width: 62.5%;
  }
}
.section-works .works-slider .img-container.mask {
  position: relative;
}
.section-works .works-slider .img-container.mask::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.4%;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container.mask::before {
    padding-top: 62.5%;
  }
}
.section-works .works-slider .img-container .img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .img-slider {
    top: -50px;
  }
}
.section-works .works-slider .img-container .slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.section-works .works-slider .img-container .slide img {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .slide {
    margin: 0;
    padding-bottom: 0;
  }
  .section-works .works-slider .img-container .slide img {
    width: 100%;
  }
}
.section-works .works-slider .img-container .mask {
  width: 100%;
  position: relative;
}
.section-works .works-slider .img-container .mask::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.section-works .works-slider .img-container .mask &gt; * {
  position: absolute;
}
.section-works .works-slider .img-container .mask-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-works .works-slider .img-container .img {
  position: absolute;
  top: -10%;
  left: 0;
  height: 120%;
  width: 100%;
}
.section-works .works-slider .img-container .slide-1 .img {
  background: url("../images/top-works-img-1.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .slide-1 .img {
    background: url("../images/top-works-img-1.jpg") center center no-repeat;
    background-size: cover;
  }
}
.section-works .works-slider .img-container .slide-2 .img {
  background: url("../images/top-works-img-2.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .slide-2 .img {
    background: url("../images/top-works-img-2.jpg") center center no-repeat;
    background-size: cover;
  }
}
.section-works .works-slider .img-container .slide-3 .img {
  background: url("../images/top-works-img-3.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .slide-3 .img {
    background: url("../images/top-works-img-3.jpg") center center no-repeat;
    background-size: cover;
  }
}
.section-works .works-slider .img-container .slide-4 .img {
  background: url("../images/top-works-img-4.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .img-container .slide-4 .img {
    background: url("../images/top-works-img-4.jpg") center center no-repeat;
    background-size: cover;
  }
}
.section-works .works-slider .text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-works .works-slider .text-container {
    box-sizing: border-box;
    margin: 0 0 0 auto;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .text-container {
    margin: 20.15625% 0 0 4.6875%;
    width: 20.3125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .works-slider .text-container {
    margin-top: 14.0625%;
  }
}
@media only screen and (min-width: 1280px) {
  .section-works .works-slider .text-container {
    margin-top: 258px;
  }
}
.section-works .works-slider .text-container .text-item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-works .works-slider .text-container .text-item {
    padding: 0 8.799999999999999vw;
  }
}
.section-works .works-slider .text-container .case-detail dt {
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ad9d8f;
  margin-bottom: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .text-container .case-detail dt {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 12px;
  }
}
.section-works .works-slider .text-container .case-detail dd {
  font-size: 3.466666666666666vw;
  line-height: 1.769230769230769;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .text-container .case-detail dd {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.section-works .works-slider .slider-paginations {
  position: absolute;
  bottom: 24vw;
  left: 21.333333333333336vw;
  font-size: 0;
  text-align: center;
  z-index: 1;
}
.section-works .works-slider .slider-paginations span {
  background-color: #dce5eb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 0 1.2vw;
  overflow: hidden;
  width: 1.6vw;
  height: 1.6vw;
  position: relative;
  overflow: hidden;
}
.section-works .works-slider .slider-paginations span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(-100%, 0, 0);
}
.section-works .works-slider .slider-paginations span.is-selected::before {
  background: #102942;
  transform: translate3d(0%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .slider-paginations {
    position: absolute;
    bottom: 36px;
    left: 66.796875%;
  }
  .section-works .works-slider .slider-paginations span {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .works-slider .slider-paginations {
    bottom: 15px;
  }
}
.section-works .works-slider .slider-controller {
  position: absolute;
  bottom: 17.333333333333336vw;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .slider-controller {
    position: absolute;
    bottom: 0;
    right: 7.8125%;
    width: 162px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .works-slider .slider-controller {
    width: 82px;
  }
}
.section-works .works-slider .slider-controller .button-prev,
.section-works .works-slider .slider-controller .button-next {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #dce5eb;
  margin: 0 1px;
  position: relative;
  width: 14.666666666666666vw;
  height: 14.666666666666666vw;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .slider-controller .button-prev,
  .section-works .works-slider .slider-controller .button-next {
    margin: 0 0 0 1px;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-works .works-slider .slider-controller .button-prev,
  .section-works .works-slider .slider-controller .button-next {
    width: 40px;
    height: 40px;
  }
}
.section-works .works-slider .slider-controller .button-prev .icon-arrow,
.section-works .works-slider .slider-controller .button-next .icon-arrow {
  width: 9px;
  height: 13px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-works .works-slider .slider-controller .button-prev .icon-arrow,
  .section-works .works-slider .slider-controller .button-next .icon-arrow {
    width: 11px;
    height: 16px;
  }
}
.section-works .text-works {
  position: absolute;
  top: 0;
  right: 3.515625%;
  padding-top: 4.84375%;
}
.page-about .main {
  overflow: hidden;
}
.page-about .main .inner {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-about .main .inner {
    width: 75%;
  }
}
.page-about .main .section-hero {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-hero {
    margin-bottom: 147px;
  }
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-hero .hero-body-inner,
  .page-about .main .section-hero .hero-heading-split {
    right: -231px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-about .main .section-hero .hero-body-inner,
  .page-about .main .section-hero .hero-heading-split {
    right: -165px;
  }
}
@media only screen and (max-width: 767px) {
  .page-about .main .section-message .row .column-content {
    margin-bottom: -5.333333333333334vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: -4.0625%;
  }
  .page-about .main .section-message .row .column-heading {
    width: 37.5%;
  }
  .page-about .main .section-message .row .column-content {
    margin-top: -2px;
    width: 62.5%;
  }
}
.page-about .main .section-message .heading-primary {
  margin-bottom: 9.6vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .heading-primary {
    margin-bottom: 56px;
  }
}
.page-about .main .section-message .text-lead {
  font-size: 5.066666666666666vw;
  line-height: 1.631578947368421;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .text-lead {
    font-size: 2.6rem;
    line-height: 1.846153846153846;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-about .main .section-message .text-lead {
    font-size: 2rem;
    line-height: 2.1;
    padding-right: 10px;
  }
}
.page-about .main .section-message .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-about .main .section-message .text:not(:first-of-type) {
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .text {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
    letter-spacing: 0.1em;
  }
  .page-about .main .section-message .text:not(:first-of-type) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-about .main .section-message .text-name strong {
    font-weight: normal;
  }
}
.page-about .main .section-message .bg {
  background: url("../images/about-bg-1.png") center center no-repeat;
  background-size: cover;
  margin-bottom: -1.466666666666667vw;
  width: 100%;
  height: 22.53333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .bg {
    background: url("../images/about-bg-1.png") center center no-repeat;
    background-size: cover;
    padding-top: 10.9375%;
    width: 94.140625%;
    height: 0px;
    margin-left: 7.578124999999999%;
  }
}
.page-about .main .section-message .img-container {
  width: 100%;
  position: relative;
}
.page-about .main .section-message .img-container::before {
  content: "";
  display: block;
  padding-top: 86.66666666666667%;
}
.page-about .main .section-message .img-container &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .img-container {
    width: 100%;
    position: relative;
  }
  .page-about .main .section-message .img-container::before {
    content: "";
    display: block;
    padding-top: 43.75%;
  }
  .page-about .main .section-message .img-container &gt; * {
    position: absolute;
  }
}
.page-about .main .section-message .img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: url("../images/about-img-1.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-message .img {
    background: url("../images/about-img-1.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-about .main .section-message .text-message {
  position: absolute;
  top: 3px;
  left: 3.59375%;
}
.page-about .main .section-strength {
  margin: -13.333333333333334vw 0 16vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength {
    margin: -95px 0 9.53125%;
  }
}
.page-about .main .section-strength .inner {
  width: 100%;
}
.page-about .main .section-strength .bg {
  position: absolute;
  bottom: 27.333333333333332vw;
  left: 0;
  background: #102942;
  width: 100%;
  height: 173.33333333333334vw;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .bg {
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    bottom: auto;
    height: auto;
    margin-top: 586px;
  }
  .page-about .main .section-strength .bg::before {
    content: "";
    display: block;
    padding-top: 30.859375%;
  }
  .page-about .main .section-strength .bg &gt; * {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .inner {
    width: 100%;
  }
}
.page-about .main .section-strength .strength-box {
  box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.1);
  background: #fff;
  box-sizing: border-box;
  padding: 16vw 10.666666666666668vw 6.933333333333333vw;
  width: 89.33333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .strength-box {
    position: relative;
    padding: 38px 7.8125% 37px;
    width: 62.5%;
  }
}
.page-about .main .section-strength .heading-primary {
  margin-bottom: 1.333333333333333vw;
}
.page-about .main .section-strength .heading-primary .en .line {
  margin-right: 0em;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .heading-primary .en .line {
    margin-right: -0.15em;
  }
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .heading-primary {
    position: absolute;
    top: 0;
    right: -48.28125%;
    margin-top: 191px;
    text-align: right;
  }
}
.page-about .main .section-strength .subsection {
  padding: 8.799999999999999vw 0 8vw;
}
.page-about .main .section-strength .subsection:not(:first-of-type) {
  border-top: 1px solid #dce5eb;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .subsection {
    padding: 55px 0 52px;
  }
}
.page-about .main .section-strength .heading-strength {
  font-size: 4.533333333333333vw;
  line-height: 1.705882352941176;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-weight: bold;
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .heading-strength {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #102942;
    margin-bottom: 22px;
  }
}
.page-about .main .section-strength .heading-strength .number {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #ad9d8f;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .heading-strength .number {
    margin-right: 12px;
  }
}
.page-about .main .section-strength .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .text {
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    letter-spacing: 0.1em;
    color: #333;
  }
}
.page-about .main .section-strength .img-container {
  width: 100%;
  position: relative;
  width: 93.33333333333333vw;
  margin: -11.428571428571429vw 0 0 auto;
}
.page-about .main .section-strength .img-container::before {
  content: "";
  display: block;
  padding-top: 100.28571428571429%;
}
.page-about .main .section-strength .img-container &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .img-container {
    margin-top: -421px;
    width: 100%;
    position: relative;
    width: 50%;
    height: auto;
  }
  .page-about .main .section-strength .img-container::before {
    content: "";
    display: block;
    padding-top: 103.125%;
  }
  .page-about .main .section-strength .img-container &gt; * {
    position: absolute;
  }
}
.page-about .main .section-strength .img {
  background: url("../images/about-img-2.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-strength .img {
    background: url("../images/about-img-2.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-about .main .section-strength .text-strength {
  position: absolute;
  top: 141px;
  right: 3.4375%;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page-about .main .section-profile .row .column-heading {
    width: 33.33333333333333%;
  }
  .page-about .main .section-profile .row .column-content {
    width: 66.66666666666666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-about .main .section-profile .row .column-content {
    width: 62.5%;
  }
}
.page-about .main .section-profile .heading-primary {
  margin-bottom: 11.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .heading-primary {
    margin-top: -7px;
  }
  .page-about .main .section-profile .heading-primary .en {
    line-height: 1.294117647058824;
  }
}
.page-about .main .section-profile .profile-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dce5eb;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .profile-list {
    border-bottom: none;
    margin-bottom: 33px;
  }
}
.page-about .main .section-profile .profile-list dt,
.page-about .main .section-profile .profile-list dd {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.1em;
  border-top: 1px solid #dce5eb;
  padding: 6.666666666666667vw 0 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .profile-list dt,
  .page-about .main .section-profile .profile-list dd {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 30px 0 29px;
  }
}
.page-about .main .section-profile .profile-list dt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ad9d8f;
  font-weight: bold;
  width: 28.000000000000004vw;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .profile-list dt {
    width: 34.375%;
  }
}
.page-about .main .section-profile .profile-list dd {
  width: 58.666666666666664vw;
  line-height: 1.923076923076923;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .profile-list dd {
    line-height: 2;
    width: 65.625%;
  }
}
.page-about .main .section-profile .map {
  margin-bottom: 17.333333333333336vw;
  position: relative;
  width: 100%;
  height: 53.333333333333336vw;
}
.page-about .main .section-profile .map .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .map {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 131px;
  }
  .page-about .main .section-profile .map::before {
    content: "";
    display: block;
    padding-top: 36.45833333333333%;
  }
  .page-about .main .section-profile .map &gt; * {
    position: absolute;
  }
}
.page-about .main .section-profile .map-pin {
  background: url("../images/icon-pin-1.png") center top no-repeat;
  background-size: cover;
  width: 58px;
  height: 64px;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .page-about .main .section-profile .map-pin {
    width: 72px;
    height: 80px;
  }
}
.page-about .main .section-profile .text-profile {
  position: absolute;
  top: 1px;
  left: 3.59375%;
}
.page-about .main .next-link {
  background: url("../images/about-img-3.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-about .main .next-link {
    background-image: none;
  }
  .page-about .main .next-link .bg {
    background: url("../images/about-img-3.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-contact .main {
  overflow: hidden;
}
.page-contact .main .inner {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .inner {
    max-width: 960px;
    width: 75%;
  }
}
.page-contact .main .heading-primary .en,
.page-contact .main .heading-primary .ja {
  display: block;
}
.page-contact .main .heading-primary .en {
  font-size: 6.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ad9d8f;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .heading-primary .en {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.page-contact .main .heading-primary .ja {
  font-size: 2.666666666666667vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .heading-primary .ja {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 14px;
  }
}
.page-contact .main .section-hero {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-hero {
    margin-bottom: 147px;
  }
}
.page-contact .main .section-contact {
  margin-bottom: 17.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact {
    margin-bottom: 129px;
  }
}
.page-contact .main .section-contact .heading-primary {
  margin-bottom: 10.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .heading-primary {
    margin-bottom: 70px;
  }
}
.page-contact .main .section-contact .text-lead {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .text-lead {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
    letter-spacing: 0.1em;
  }
}
.page-contact .main .section-contact .text-lead .text-note {
  font-size: 2.666666666666667vw;
  color: #f00;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .text-lead .text-note {
    font-size: 1.2rem;
  }
}
.page-contact .main .section-contact .contact-form {
  border-bottom: 1px solid #dce5eb;
  border-top: 1px solid #dce5eb;
  margin: 8.799999999999999vw auto 13.333333333333334vw;
  padding: 10.133333333333333vw 0 8.266666666666666vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form {
    margin-bottom: 80px;
    margin-top: 70px;
    max-width: 960px;
    padding: 78px 0 70px;
    width: get-percent-size(960, $pc-content-size);
  }
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .contact-form-inner {
    margin-left: auto;
    max-width: 720px;
    width: 75%;
  }
}
.page-contact .main .section-contact .contact-form .item:not(:first-child) {
  margin-top: 10.4vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .item:not(:first-child) {
    margin-top: 40px;
  }
}
.page-contact .main .section-contact .contact-form .key {
  font-size: 3.466666666666666vw;
  line-height: 1.384615384615385;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4.533333333333333vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .key {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
.page-contact .main .section-contact .contact-form .key .note {
  font-size: 2.666666666666667vw;
  color: #f00;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .key .note {
    font-size: 1.2rem;
    margin-left: 7px;
  }
}
.page-contact .main .section-contact .contact-form .value {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value {
    max-width: 800px;
    width: get-percent-size(800, 960);
  }
}
.page-contact .main .section-contact .contact-form .value input,
.page-contact .main .section-contact .contact-form .value textarea {
  -webkit-appearance: none;
  background: #f1f5f7;
  border: 1px solid #dce5eb;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  width: 100%;
}
.page-contact .main .section-contact .contact-form .value input::-webkit-input-placeholder,
.page-contact .main .section-contact .contact-form .value textarea::-webkit-input-placeholder {
  color: #999;
  position: relative;
}
.page-contact .main .section-contact .contact-form .value input:-ms-input-placeholder,
.page-contact .main .section-contact .contact-form .value textarea:-ms-input-placeholder {
  color: #999;
}
.page-contact .main .section-contact .contact-form .value input:-webkit-autofill,
.page-contact .main .section-contact .contact-form .value textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.page-contact .main .section-contact .contact-form .value input::-ms-clear,
.page-contact .main .section-contact .contact-form .value textarea::-ms-clear {
  display: none;
}
.page-contact .main .section-contact .contact-form .value input::placeholder,
.page-contact .main .section-contact .contact-form .value textarea::placeholder {
  font-size: 3.466666666666666vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value input::placeholder,
  .page-contact .main .section-contact .contact-form .value textarea::placeholder {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .main .section-contact .contact-form .value input,
  .page-contact .main .section-contact .contact-form .value textarea {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value input,
  .page-contact .main .section-contact .contact-form .value textarea {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.05em;
  }
}
.page-contact .main .section-contact .contact-form .value input,
.page-contact .main .section-contact .contact-form .value textarea {
  color: #000;
  padding: 5.866666666666666vw 20px 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value input[type='text'],
  .page-contact .main .section-contact .contact-form .value input[type='email'] {
    padding: 25px 25px 25px;
    line-height: 20px;
  }
}
.page-contact .main .section-contact .contact-form .value input[type='radio'] {
  display: none;
}
.page-contact .main .section-contact .contact-form .value input[type='radio'] + label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.page-contact .main .section-contact .contact-form .value input[type='radio'] + label::before,
.page-contact .main .section-contact .contact-form .value input[type='radio'] + label::after {
  transform: translateY(-1px);
  content: '';
  display: inline-block;
}
.page-contact .main .section-contact .contact-form .value input[type='radio'] + label::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #f1f5f7;
  border: 1px solid #dde6eb;
  box-sizing: border-box;
  margin-right: 10px;
}
.page-contact .main .section-contact .contact-form .value input[type='radio'] + label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #102942;
  border-radius: 50%;
  display: none;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value input[type='radio'] + label::before {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
  .page-contact .main .section-contact .contact-form .value input[type='radio'] + label::after {
    width: 9px;
    height: 9px;
    top: 9px;
    left: 9px;
  }
}
.page-contact .main .section-contact .contact-form .value input[type='radio']:checked + label::after {
  display: block;
}
.page-contact .main .section-contact .contact-form .value textarea {
  height: 205px;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .value textarea {
    height: 300px;
    padding: 17px 25px;
  }
}
.page-contact .main .section-contact .contact-form .text-error {
  color: #f00;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 8px;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .item-comment .item-inner {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .page-contact .main .section-contact .contact-form .item-comment .item-inner .key {
    margin-top: 23px;
  }
}
.page-contact .main .section-contact .contact-form .type-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.866666666666667vw 0 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .type-items {
    margin: 0;
  }
}
.page-contact .main .section-contact .contact-form .type-items .type-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 5.333333333333334vw;
  width: 50%;
}
.page-contact .main .section-contact .contact-form .type-items .type-item input[type='radio'] {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .contact-form .type-items .type-item {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 10px 0 13px;
    width: auto;
  }
  .page-contact .main .section-contact .contact-form .type-items .type-item:not(:last-child) {
    margin-right: 5%;
  }
}
.page-contact .main .section-contact .text-info {
  font-size: 2.666666666666667vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 6.933333333333333vw;
}
.page-contact .main .section-contact .text-info a {
  color: #ad9d8f;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .text-info {
    font-size: 1.2rem;
    line-height: 2.5;
    margin: 42px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact .main .section-contact .submit {
    position: relative;
    width: 62.5%;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}
.page-contact .main .next-link {
  background: url("../images/contact-img-1.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-contact .main .next-link {
    background-image: none;
  }
  .page-contact .main .next-link .bg {
    background: url("../images/contact-img-1.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-contact .main .step-items {
  position: absolute;
  top: 81px;
  left: 10px;
  padding-left: 34px;
}
.page-contact .main .step-items::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #dce5eb;
  content: '';
  display: block;
  margin: auto 0;
  width: 1px;
  height: 119px;
}
.page-contact .main .step-items .step-list-item {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #999;
  position: relative;
}
.page-contact .main .step-items .step-list-item::before,
.page-contact .main .step-items .step-list-item::after {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
}
.page-contact .main .step-items .step-list-item::before {
  background: #102942;
  left: -38px;
  width: 9px;
  height: 9px;
  top: 0;
  z-index: 2;
}
.page-contact .main .step-items .step-list-item::after {
  background: #dce5eb;
  display: none;
  left: -44px;
  width: 21px;
  height: 21px;
  top: -6px;
  z-index: 1;
}
.page-contact .main .step-items .step-list-item.located {
  color: #000;
}
.page-contact .main .step-items .step-list-item.located::after {
  display: block;
}
.page-contact .main .step-items .step-list-item:not(:first-child) {
  margin-top: 48px;
}
.page-contact .main .text-contact {
  position: absolute;
  top: 3px;
  left: 3.59375%;
}
@media all and (-ms-high-contrast: none) {
  .page-contact .main *::-ms-backdrop,
  .page-contact .main .section-contact .contact-form .value input {
    padding: 4px 20px 18px;
  }
}
.page-contact.page-confirmation .main .contact-form {
  padding-bottom: 0;
}
.page-contact.page-confirmation .main .contact-form .item {
  padding-bottom: 7.199999999999999vw;
}
.page-contact.page-confirmation .main .contact-form .item:not(:last-child) {
  border-bottom: 1px solid #dce5eb;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .contact-form .item {
    padding-bottom: 37px;
  }
}
.page-contact.page-confirmation .main .contact-form .item .key {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .contact-form .item .key {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
  }
}
.page-contact.page-confirmation .main .contact-form .item .value {
  font-size: 3.733333333333334vw;
  line-height: 1.785714285714286;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .contact-form .item .value {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.page-contact.page-confirmation .main .contact-form .item-comment {
  padding-bottom: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .contact-form .item-comment {
    padding-bottom: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.page-contact.page-confirmation .main .buttons li:not(:first-child) {
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-confirmation .main .buttons li {
    width: 47.91666666666667%;
  }
  .page-contact.page-confirmation .main .buttons li:not(:first-child) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact.page-completion .main .heading-primary {
    margin-bottom: 78px;
  }
}
.page-contact.page-completion .main .contact-form {
  padding-bottom: 24vw;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-contact.page-completion .main .contact-form {
    border-top: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact.page-completion .main .contact-form {
    padding-bottom: 132px;
    padding-top: 70px;
  }
}
.page-contact.page-completion .main .contact-form .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-contact.page-completion .main .contact-form .text:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-contact.page-completion .main .contact-form .text {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
  }
  .page-contact.page-completion .main .contact-form .text:not(:first-child) {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .page-contact.page-completion .main .button-secondary {
    position: relative;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .page-contact .main .section-contact .contact-form .value input::-webkit-input-placeholder {
    top: -4px;
  }
}
.page-privacy .main {
  overflow: hidden;
}
.page-privacy .main .inner {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .inner {
    max-width: 960px;
    width: 75%;
  }
}
.page-privacy .main .section-hero {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .section-hero {
    margin-bottom: 147px;
  }
}
.page-privacy .main .section-hero .hero-body-inner .en,
.page-privacy .main .section-hero .hero-heading-split .en {
  font-size: 9.6vw;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .page-privacy .main .section-hero .hero-body-inner .en,
  .page-privacy .main .section-hero .hero-heading-split .en {
    letter-spacing: 0.02em;
  }
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .section-hero .hero-body-inner,
  .page-privacy .main .section-hero .hero-heading-split {
    right: -223px;
  }
  .page-privacy .main .section-hero .hero-body-inner .en,
  .page-privacy .main .section-hero .hero-heading-split .en {
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: 0.014em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-privacy .main .section-hero .hero-body-inner,
  .page-privacy .main .section-hero .hero-heading-split {
    right: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .page-privacy .main .section-hero .hero-heading {
    margin-top: 11.066666666666666vw;
  }
}
.page-privacy .main .heading-primary {
  margin-bottom: 9.6vw;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .heading-primary {
    margin-bottom: 69px;
  }
}
.page-privacy .main .text-lead,
.page-privacy .main .text,
.page-privacy .main .list {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .text-lead,
  .page-privacy .main .text,
  .page-privacy .main .list {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
  }
}
.page-privacy .main .text-lead {
  margin-bottom: 20.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .text-lead {
    margin-bottom: 95px;
  }
}
.page-privacy .main .list {
  counter-reset: number;
}
.page-privacy .main .list li {
  position: relative;
}
.page-privacy .main .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
}
.page-privacy .main .list-primary li {
  padding-left: 20px;
}
.page-privacy .main .list-primary li::before {
  content: counter(number) '.';
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .list-primary li {
    padding-left: 30px;
  }
}
.page-privacy .main .list-secondary {
  padding-left: 5.333333333333334vw;
}
.page-privacy .main .list-secondary li {
  padding-left: 30px;
}
.page-privacy .main .list-secondary li::before {
  content: '(' counter(number) ')';
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .list-secondary {
    padding-left: 30px;
  }
}
.page-privacy .main .list-tertiary {
  counter-reset: tertiary-number;
}
.page-privacy .main .list-tertiary li {
  padding-left: 30px;
}
.page-privacy .main .list-tertiary li::before {
  counter-increment: tertiary-number;
  content: '1-' counter(tertiary-number);
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .list-tertiary li {
    padding-left: 33px;
  }
}
.page-privacy .main .list-primary .list-secondary {
  padding-left: 0;
}
.page-privacy .main .subsection {
  margin-bottom: 20.533333333333335vw;
}
.page-privacy .main .subsection:last-child {
  margin-bottom: 14.933333333333335vw;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .subsection {
    margin-bottom: 95px;
  }
  .page-privacy .main .subsection:last-child {
    margin-bottom: 121px;
  }
}
.page-privacy .main .subsection .heading {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dce5eb;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 7.199999999999999vw;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .subsection .heading {
    font-size: 1.8rem;
    line-height: 1.777777777777778;
    padding-bottom: 33px;
    margin-bottom: 31px;
  }
}
.page-privacy .main .subsection .text {
  margin-bottom: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .subsection .text {
    margin-bottom: 32px;
  }
}
.page-privacy .main .text-privacy {
  position: absolute;
  top: 3px;
  left: 3.59375%;
}
.page-privacy .main .next-link {
  background: url("../images/privacy-img-1.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-privacy .main .next-link {
    background-image: none;
  }
  .page-privacy .main .next-link .bg {
    background: url("../images/privacy-img-1.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-recruit .main {
  overflow: hidden;
}
.page-recruit .main .inner {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .inner {
    max-width: 960px;
    width: 75%;
  }
}
.page-recruit .main .section-hero {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-hero {
    margin-bottom: 147px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-hero .hero-body-inner,
  .page-recruit .main .section-hero .hero-heading-split {
    right: -224px;
  }
  .page-recruit .main .section-hero .hero-body-inner .en,
  .page-recruit .main .section-hero .hero-heading-split .en {
    letter-spacing: 0.062em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-recruit .main .section-hero .hero-body-inner,
  .page-recruit .main .section-hero .hero-heading-split {
    right: -150px;
  }
}
.page-recruit .main .heading-primary {
  margin-bottom: 11.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .heading-primary {
    margin-bottom: 78px;
  }
}
.page-recruit .main .section-recruit .heading-recruit {
  font-size: 3.466666666666666vw;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #dce5eb;
  font-weight: bold;
  margin-bottom: 6.4vw;
  padding: 5.066666666666666vw 1.333333333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .heading-recruit {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 25px 10px;
    margin-bottom: 41px;
  }
}
.page-recruit .main .section-recruit .text-lead {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 15.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .text-lead {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
    letter-spacing: 0.1em;
    margin-bottom: 91px;
  }
}
.page-recruit .main .section-recruit .subsection {
  border-bottom: 1px solid #dce5eb;
  padding: 6.666666666666667vw 0 7.733333333333333vw;
}
.page-recruit .main .section-recruit .subsection:first-of-type {
  border-top: 1px solid #dce5eb;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .subsection {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 29px 0 30px;
  }
  .page-recruit .main .section-recruit .subsection:first-of-type {
    margin-top: 111px;
  }
}
.page-recruit .main .section-recruit .subsection .heading {
  font-size: 3.466666666666666vw;
  line-height: 1.923076923076923;
  letter-spacing: 0.1em;
  color: #ad9d8f;
  font-weight: bold;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .subsection .heading {
    font-size: 1.5rem;
    line-height: 2;
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .subsection .content {
    width: 75%;
  }
}
.page-recruit .main .section-recruit .subsection .text,
.page-recruit .main .section-recruit .subsection .list {
  font-size: 3.466666666666666vw;
  line-height: 1.923076923076923;
  letter-spacing: 0.1em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .subsection .text,
  .page-recruit .main .section-recruit .subsection .list {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.page-recruit .main .section-recruit .subsection .list li {
  padding-left: 1em;
  position: relative;
}
.page-recruit .main .section-recruit .subsection .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  display: inline-block;
  font-weight: bold;
}
.page-recruit .main .section-recruit .subsection .paragraph {
  margin-bottom: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .section-recruit .subsection .paragraph {
    margin-bottom: 30px;
  }
}
.page-recruit .main .apply-link {
  margin: 13.333333333333334vw 0 17.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .apply-link {
    margin: 80px 0 130px;
  }
  .page-recruit .main .apply-link .button-secondary {
    position: relative;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
  }
}
.page-recruit .main .text-recruit {
  position: absolute;
  top: 3px;
  left: 3.59375%;
}
.page-recruit .main .next-link {
  background: url("../images/recruit-img-1.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-recruit .main .next-link {
    background-image: none;
  }
  .page-recruit .main .next-link .bg {
    background: url("../images/recruit-img-1.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-service .main {
  overflow: hidden;
}
.page-service .main .inner {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-service .main .inner {
    width: 75%;
  }
}
.page-service .main .section-hero {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-hero {
    margin-bottom: 147px;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-hero .hero-body-inner,
  .page-service .main .section-hero .hero-heading-split {
    right: -227px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-service .main .section-hero .hero-body-inner,
  .page-service .main .section-hero .hero-heading-split {
    right: -165px;
  }
}
.page-service .main .section-service .inner {
  width: 100%;
}
.page-service .main .section-service .heading-primary {
  position: relative;
  width: 86.66666666666667vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 11.466666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .heading-primary {
    width: 75%;
    margin-bottom: 90px;
  }
}
.page-service .main .section-service .service-items .item {
  margin-bottom: 17.333333333333336vw;
  position: relative;
}
.page-service .main .section-service .service-items .bg {
  z-index: -1;
}
.page-service .main .section-service .service-items .box {
  box-shadow: 0px 0px 50px 2px rgba(0,0,0,0.1);
  background: #fff;
  box-sizing: border-box;
  padding: 10.666666666666668vw 10.666666666666668vw 9.333333333333334vw;
  position: relative;
  width: 89.33333333333333vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box {
    padding: 60px 80px 70px;
    width: 42.1875%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .box {
    padding: 30px 30px 35px;
  }
}
.page-service .main .section-service .service-items .box .subheading {
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box .subheading {
    margin-bottom: 30px;
  }
}
.page-service .main .section-service .service-items .box .subheading .en,
.page-service .main .section-service .service-items .box .subheading .ja {
  display: block;
}
.page-service .main .section-service .service-items .box .subheading .en {
  font-size: 2.533333333333333vw;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #ad9d8f;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box .subheading .en {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .box .subheading .en {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.page-service .main .section-service .service-items .box .subheading .ja {
  font-size: 5.600000000000001vw;
  line-height: 1.476190476190476;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-top: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box .subheading .ja {
    font-size: 2.8rem;
    line-height: 1.071428571428571;
    letter-spacing: 0.1em;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .box .subheading .ja {
    font-size: 2.3rem;
    line-height: 1;
  }
}
.page-service .main .section-service .service-items .box .text-lead {
  font-size: 3.733333333333334vw;
  line-height: 1.857142857142857;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box .text-lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .box .text-lead {
    font-size: 1.3rem;
    line-height: 2.769230769230769;
  }
}
.page-service .main .section-service .service-items .box .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .box .text {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .box .text {
    font-size: 1.1rem;
    line-height: 2.545454545454545;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-1 {
    margin-bottom: 17.96875%;
  }
}
.page-service .main .section-service .service-items .item-1 .bg {
  background: #102942;
}
@media only screen and (max-width: 767px) {
  .page-service .main .section-service .service-items .item-1 .bg {
    position: absolute;
    bottom: -40.8vw;
    right: 0;
    width: 73.33333333333333vw;
    height: 94.66666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-1 .bg {
    position: absolute;
    bottom: -314px;
    left: 0;
    width: 71.25%;
    height: 599px;
  }
}
.page-service .main .section-service .service-items .item-1 .img-container {
  width: 100%;
  position: relative;
  width: 93.33333333333333vw;
  height: auto;
  margin-left: auto;
}
.page-service .main .section-service .service-items .item-1 .img-container::before {
  content: "";
  display: block;
  padding-top: 69.42857142857143%;
}
.page-service .main .section-service .service-items .item-1 .img-container &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-1 .img-container {
    width: 100%;
    position: relative;
    position: absolute;
    top: -35.19417475728155%;
    right: 0;
    width: 56.25%;
    height: auto;
  }
  .page-service .main .section-service .service-items .item-1 .img-container::before {
    content: "";
    display: block;
    padding-top: 69.44444444444444%;
  }
  .page-service .main .section-service .service-items .item-1 .img-container &gt; * {
    position: absolute;
  }
}
.page-service .main .section-service .service-items .item-1 .img {
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: calc(100% + 42px);
  background: url("../images/service-img-1.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-1 .img {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: calc(100% + 70px);
    background: url("../images/service-img-1.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-service .main .section-service .service-items .item-1 .box {
  position: relative;
  margin: -9.333333333333334vw 0 0;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-1 .box {
    margin: 0 0 0 12.5%;
    width: 45.3125%;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-2 {
    margin-bottom: 24.609375%;
  }
}
.page-service .main .section-service .service-items .item-2 .bg {
  position: absolute;
  top: 23.466666666666665vw;
  right: 0;
  background: #efebe9;
  width: 50.13333333333333vw;
  height: 400vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-2 .bg {
    width: 100%;
    position: relative;
    position: absolute;
    top: 19.902912621359224%;
    right: 0;
    width: 50%;
    height: auto;
  }
  .page-service .main .section-service .service-items .item-2 .bg::before {
    content: "";
    display: block;
    padding-top: 315.625%;
  }
  .page-service .main .section-service .service-items .item-2 .bg &gt; * {
    position: absolute;
  }
}
.page-service .main .section-service .service-items .item-2 .img-container {
  width: 100%;
  position: relative;
  width: 78.66666666666666vw;
  height: auto;
}
.page-service .main .section-service .service-items .item-2 .img-container::before {
  content: "";
  display: block;
  padding-top: 83.22033898305085%;
}
.page-service .main .section-service .service-items .item-2 .img-container &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-2 .img-container {
    width: 100%;
    position: relative;
    position: absolute;
    top: -24.271844660194176%;
    left: 7.8125%;
    width: 50.78125%;
    height: auto;
  }
  .page-service .main .section-service .service-items .item-2 .img-container::before {
    content: "";
    display: block;
    padding-top: 66.15384615384615%;
  }
  .page-service .main .section-service .service-items .item-2 .img-container &gt; * {
    position: absolute;
  }
}
.page-service .main .section-service .service-items .item-2 .img {
  background: url("../images/service-img-2.jpg") center top no-repeat;
  background-size: cover;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: calc(100% + 52px);
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-2 .img {
    background: url("../images/service-img-2.jpg") center top no-repeat;
    background-size: cover;
    position: absolute;
    top: -83px;
    left: 0;
    width: 100%;
    height: calc(100% + 166px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-service .main .section-service .service-items .item-2 .img {
    top: -16.990291262135923%;
  }
}
.page-service .main .section-service .service-items .item-2 .box {
  margin: -8vw 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-2 .box {
    margin: 0 0 0 45.3125%;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-3 {
    margin-bottom: 10.15625%;
  }
}
.page-service .main .section-service .service-items .item-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #102841;
  width: 52vw;
  height: 84vw;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-3 .bg {
    width: 100%;
    position: relative;
    position: absolute;
    top: -30.339805825242717%;
    left: 21.09375%;
    width: 62.5%;
    height: auto;
  }
  .page-service .main .section-service .service-items .item-3 .bg::before {
    content: "";
    display: block;
    padding-top: 58.75%;
  }
  .page-service .main .section-service .service-items .item-3 .bg &gt; * {
    position: absolute;
  }
}
.page-service .main .section-service .service-items .item-3 .img-container {
  width: 100%;
  position: relative;
  width: 100%;
  height: 60vw;
}
.page-service .main .section-service .service-items .item-3 .img-container::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.page-service .main .section-service .service-items .item-3 .img-container &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-3 .img-container {
    width: 100%;
    position: relative;
    width: 65.625%;
    height: auto;
    position: absolute;
    top: -44.90291262135923%;
    right: 0;
  }
  .page-service .main .section-service .service-items .item-3 .img-container::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .page-service .main .section-service .service-items .item-3 .img-container &gt; * {
    position: absolute;
  }
}
.page-service .main .section-service .service-items .item-3 .img {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: calc(100% + 44px);
  background: url("../images/service-img-3.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-3 .img {
    background: url("../images/service-img-3.jpg") center top no-repeat;
    background-size: cover;
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    height: calc(100% + 156px);
  }
}
@media only screen and (max-width: 767px) {
  .page-service .main .section-service .service-items .item-3 .box {
    margin: -8vw auto 0;
    width: 86.66666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-service .main .section-service .service-items .item-3 .box {
    margin: 0 0 0 7.8125%;
  }
}
.page-service .main .section-service .text-service {
  position: absolute;
  top: 3px;
  left: 3.59375%;
}
.page-service .main .next-link {
  background: url("../images/service-img-4.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-service .main .next-link {
    background-image: none;
  }
  .page-service .main .next-link .bg {
    background: url("../images/service-img-4.jpg") center top no-repeat;
    background-size: cover;
  }
}
.page-top .main {
  overflow: hidden;
}
.page-top .main .inner {
  position: relative;
  width: 78.33333333333333vw;
  margin-right: auto;
  margin-left: auto;
}

.page-top .main .section-about{

  background:url(../images/bg90.png) no-repeat left bottom;  
}
@media only screen and (min-width: 768px) {
  .page-top .main .inner {
    width: 84.375%;
  }
}
.page-top .main .text-link-primary {
  font-size: 2.933333333333333vw;
  line-height: 1;
  letter-spacing: 0.125em;
  border-bottom: 3px solid #000;
  padding-bottom: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .text-link-primary {
    font-size: 1.2rem;
    line-height: 1;
    padding-bottom: 6px;
  }
}
.page-top .main .icon-arrow {
  fill: #0a223a;
}
.page-top .main .section-hero {
  background: #102942;
  color: #fff;
  height: calc(var(--vh, 1vh) * 100 + 115px);
  margin-bottom: 7.466666666666668vw;
  padding-top: 14.666666666666666vw;
  padding-top: 55px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-hero {
    overflow: hidden;
  }
}
@media only screen and (orientation: landscape) {
  .page-top .main .section-hero {
    height: 163.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero {
    height: calc(100vh + 140px - 120px);
    margin: 120px 0 0 0;
    min-height: 720px;
    padding-top: 0;
  }
}
.page-top .main .section-hero .hero-body {
  margin-bottom: 7.333333333333333vw;
  padding: 7.199999999999999vw 0 0 6.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-body {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 68.75%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-body-inner {
    position: absolute;
    top: 13.648648648648647%;
    right: -283px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-top .main .section-hero .hero-body-inner {
    right: -230px;
  }
}
.page-top .main .section-hero .hero-heading,
.page-top .main .section-hero .hero-heading-split {
  font-size: 14.399999999999999vw;
  line-height: 1.018518518518519;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.page-top .main .section-hero .hero-heading .line,
.page-top .main .section-hero .hero-heading-split .line {
  overflow: hidden;
  display: block;
  position: relative;
}
.page-top .main .section-hero .hero-heading .space,
.page-top .main .section-hero .hero-heading-split .space {
  display: inline-block;
  width: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-heading,
  .page-top .main .section-hero .hero-heading-split {
    font-size: 11.2rem;
    line-height: 1.053571428571429;
    letter-spacing: 0.03em;
    margin-bottom: 9px;
    padding: 0;
  }
  .page-top .main .section-hero .hero-heading .line:first-child,
  .page-top .main .section-hero .hero-heading-split .line:first-child {
    margin-left: -5px;
  }
  .page-top .main .section-hero .hero-heading .space,
  .page-top .main .section-hero .hero-heading-split .space {
    width: 20px;
  }
}
.page-top .main .section-hero .hero-heading {
  margin-bottom: 2.666666666666667vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-heading {
    margin-bottom: 9px;
  }
}
.page-top .main .section-hero .hero-heading-split .char {
  z-index: 1;
}
.page-top .main .section-hero .hero-copy {
  font-size: 2.933333333333333vw;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 0 0.533333333333333vw;
  z-index: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-copy {
    font-size: 1.5rem;
    line-height: 1.866666666666667;
    margin-left: 6px;
    padding: 0;
  }
}
.page-top .main .section-hero .hero-img {
  overflow: hidden;
  position: absolute;
  width: 89.33333333333333vw;
  height: 105.06666666666666vw;
}
@media only screen and (orientation: landscape) {
  .page-top .main .section-hero .hero-img {
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-img {
    width: 100%;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68.75%;
    height: 100%;
  }
  .page-top .main .section-hero .hero-img::before {
    content: "";
    display: block;
    padding-top: 57.8125%;
  }
  .page-top .main .section-hero .hero-img &gt; * {
    position: absolute;
  }
  .page-top .main .section-hero .hero-img img {
    width: 100%;
  }
  .page-top .main .section-hero .hero-img .hero-heading-split {
    position: absolute;
    top: 13.648648648648647%;
    right: -283px;
    color: #102942;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-top .main .section-hero .hero-img .hero-heading-split {
    right: -230px;
  }
}
.page-top .main .section-hero .hero-img .img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-img .img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 740px;
  }
}
.page-top .main .section-hero .hero-img .img .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: url("../images/top-hero-1.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-img .img .img-inner {
    background: url("../images/top-hero-1.jpg") center top no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .page-top .main .section-hero .hero-img {
    background-position: center center;
  }
}
@media only screen and (min-width: 1280px) {
  .page-top .main .section-hero .hero-img::before {
    padding-top: 740px;
  }
}
@media only screen and (min-width: 1281px) {
  .page-top .main .section-hero .hero-img {
    background-position: center bottom;
  }
}
.page-top .main .section-hero .hero-topic {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #000;
  width: 62.66666666666667vw;
  height: 44.53333333333334vw;
}
@media only screen and (orientation: landscape) {
  .page-top .main .section-hero .hero-topic {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic {
    max-width: 560px;
    width: 43.75%;
    height: 220px;
  }
}
.page-top .main .section-hero .hero-topic a {
  color: #000;
}
.page-top .main .section-hero .hero-topic .hero-topic-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-hero .hero-topic .hero-topic-head {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-head {
    height: 80px;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-heading {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-weight: bold;
  margin-left: 6.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-heading {
    font-size: 1.4rem;
    line-height: 1;
    margin: 5px 0 0 8.928571428571429%;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-controller {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
}
.page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev,
.page-top .main .section-hero .hero-topic .hero-topic-controller .button-next {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  width: 10.533333333333333vw;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev,
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next {
    background: #dce5eb;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 1px;
    width: 80px;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .icon-arrow,
.page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .icon-arrow {
  fill: #0a223a;
  pointer-events: none;
  width: 7px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .icon-arrow,
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .icon-arrow {
    width: 11px;
    height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-prev .icon-arrow {
    position: absolute;
    right: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-hero .hero-topic .hero-topic-controller .button-next .icon-arrow {
    position: absolute;
    left: 2vw;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-items {
  border-top: 1px solid #dce5eb;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.page-top .main .section-hero .hero-topic .hero-topic-items .item {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 23px 25px;
  width: 100%;
}
@media only screen and (max-width: 374px) {
  .page-top .main .section-hero .hero-topic .hero-topic-items .item {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-items .item {
    padding: 30px 50px;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-items .item .date {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-items .item .date {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.page-top .main .section-hero .hero-topic .hero-topic-items .item .text {
  font-size: 0.9rem;
  line-height: 2.111111111111111;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-hero .hero-topic .hero-topic-items .item .text {
    font-size: 1.09375vw;
  }
}
@media only screen and (min-width: 1280px) {
  .page-top .main .section-hero .hero-topic .hero-topic-items .item .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.page-top .main .section-about .bg {
  position: absolute;
  top: 10.266666666666667vw;
  left: 0;
  margin: -30px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .bg {
    position: absolute;
    top: 0;
    height: auto;
    margin-top: 6.71875%;
  }
}
.page-top .main .section-about .bg .text-container {
  will-change: transform;
}
.page-top .main .section-about .bg .catch-phrase {
  width: 376%;
  background: url("../images/catch-phrase.svg") left center repeat-x;
  background-size: contain;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .bg .catch-phrase {
    width: 193.59375%;
  }
}
.page-top .main .section-about .bg .catch-phrase::before {
  content: '';
  display: block;
  padding-top: 6.618240516545601%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .inner {
    padding: 217px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-about .column-content {
    margin: 0 auto 26.666666666666668vw;
    padding-top: 18.4vw;
    width: 73.33333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-content {
    margin: 0 6.25% 100px 12.5%;
    width: 31.25%;
  }
}
.page-top .main .section-about .column-content .heading-primary {
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-content .heading-primary {
    margin-bottom: 30px;
  }
}
.page-top .main .section-about .column-content .heading-primary .ja .char {
  margin-right: -0.3em;
}
.page-top .main .section-about .column-content .text-lead {
  font-size: 5.066666666666666vw;
  line-height: 1.631578947368421;
  letter-spacing: 0.15em;
  font-weight: bold;
  margin-bottom: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-content .text-lead {
    font-size: 2.2rem;
    line-height: 1.818181818181818;
    margin-bottom: 24px;
  }
}
.page-top .main .section-about .column-content .text-lead .char {
  margin-right: -0.32em;
}
.page-top .main .section-about .column-content .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-content .text {
    font-size: 1.4rem;
    line-height: 2.285714285714286;
    margin-bottom: 47px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-content .button-primary {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-img {
    margin-top: 3px;
    width: 50%;
  }
  .page-top .main .section-about .column-img img {
    width: 100%;
  }
}
.page-top .main .section-about .column-img .img-items {
  margin-left: auto;
  position: relative;
  width: 86.66666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-img .img-items {
    width: auto;
    height: 100%;
  }
}
.page-top .main .section-about .column-img .img-items .img {
  position: absolute;
  left: 0;
  width: 100%;
  will-change: transform;
}
.page-top .main .section-about .column-img .img-items .shadow {
  box-shadow: none;
  transition: box-shadow 0.8s 1s;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-about .column-img .img-items .item-1 {
    width: 100%;
    position: relative;
  }
  .page-top .main .section-about .column-img .img-items .item-1::before {
    content: "";
    display: block;
    padding-top: 90.76923076923077%;
  }
  .page-top .main .section-about .column-img .img-items .item-1 &gt; * {
    position: absolute;
    display:none;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-about .column-img .img-items .item-1 {
    width: 100%;
    position: relative;
  }
  .page-top .main .section-about .column-img .img-items .item-1::before {
    content: "";
    display: block;
    padding-top: 92.1875%;
  }
  .page-top .main .section-about .column-img .img-items .item-1 &gt; * {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .page-top .main .section-about .column-img .img-items .item-1 {
    height: 100%;
  }
}
.page-top .main .section-about .column-img .img-items .item-1 .img {
  background: url("../images/top-img-1.jpg") center center no-repeat;
  background-size: cover;
  height: 121.52542372881356%;
  top: -8.47457627118644%;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-about .column-img .img-items .item-1 .img {
    background: url("../images/top-img-1.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-about .column-img .img-items .item-2 {
  width: 100%;
  position: relative;
  position: absolute;
  top: -13.559322033898304%;
  right: 0;
  width: 40.625%;
}
@media only screen and (max-width:767px){
  .page-top .main .section-about .column-img .img-items .item-2{
    display:none;
  }
}
.page-top .main .section-about .column-img .img-items .item-2::before {
  content: "";
  display: block;
  padding-top: 61.53846153846154%;
}
.page-top .main .section-about .column-img .img-items .item-2 &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-top .main .section-about .column-img .img-items .item-2 {
    top: -5.084745762711865%;
  }
}
.page-top .main .section-about .column-img .img-items .item-2 .img {
  background: url("../images/top-img-2.jpg") center center no-repeat;
  background-size: cover;
  height: 168.125%;
  top: -36.25%;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-about .column-img .img-items .item-2 .img {
    background: url("../images/top-img-2.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-about .column-img .img-items .item-3 {
  width: 100%;
  position: relative;
  position: absolute;
  bottom: -27.11864406779661%;
  right: 15.625%;
  width: 54.6875%;
}
.page-top .main .section-about .column-img .img-items .item-3::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.page-top .main .section-about .column-img .img-items .item-3 &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-top .main .section-about .column-img .img-items .item-3 {
    bottom: -8.47457627118644%;
  }
}
.page-top .main .section-about .column-img .img-items .item-3 .img {
  background: url("../images/top-img-3.jpg") center center no-repeat;
  background-size: cover;
  height: 148.0952380952381%;
  top: -23.809523809523807%;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-about .column-img .img-items .item-3 .img {
    background: url("../images/top-img-3.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-about .text-about {
  position: absolute;
  top: 221px;
  left: 3.59375%;
}
.page-top .main .section-service::before {
  position: absolute;
  top: -10%;
  right: 0;
  background: #efebe9;
  content: '';
  display: block;
  width: 50%;
  height: 120%;
  z-index: -1;
}
.page-top .main .section-service .bg {
  position: absolute;
  top: 0;
  left: 0;
  background:url(../images/bg0122.png) no-repeat, #102942;
  width: 100%;
  height: 162.66666666666666vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .bg {
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 82.8125%;
    height: auto;
  }
  .page-top .main .section-service .bg::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .page-top .main .section-service .bg &gt; * {
    position: absolute;
  }
}
@media only screen and (min-width: 1280px) {
  .page-top .main .section-service .bg::before {
    padding-top: 640px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top .main .section-service .bg::before {
    padding-top: 590px;
  }
}
.page-top .main .section-service .inner {
  padding: 37.6vw 0 20.533333333333335vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .inner {
    padding: 126px 0 0;
  }
}
.page-top .main .section-service .heading-primary {
  margin-bottom: 5.866666666666666vw;
}
.page-top .main .section-service .heading-primary .ja {
  color: #fff;
}
.page-top .main .section-service .heading-primary .ja .char {
  margin-right: -0.3em;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .heading-primary {
    margin-bottom: 34px;
  }
}
.page-top .main .section-service .text-lead {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15.2vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .text-lead {
    font-size: 1.5rem;
    line-height: 2.133333333333333;
    letter-spacing: 0.2em;
    margin-bottom: 82px;
    width: 82.8125%;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.page-top .main .section-service .service-items {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 140px;
  }
}
.page-top .main .section-service .service-items .item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-service .service-items .item:not(:first-child) {
    margin-top: 20.266666666666666vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item {
    padding-bottom: 53px;
    width: 28.703703703703702%;
  }
}
.page-top .main .section-service .service-items .item .item-inner {
  width: 100%;
  position: relative;
  margin-bottom: 7.466666666666668vw;
}
.page-top .main .section-service .service-items .item .item-inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-top .main .section-service .service-items .item .item-inner &gt; * {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item .item-inner {
    width: 100%;
    position: relative;
    margin-bottom: 29px;
  }
  .page-top .main .section-service .service-items .item .item-inner::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .page-top .main .section-service .service-items .item .item-inner &gt; * {
    position: absolute;
  }
}
.page-top .main .section-service .service-items .item .shadow {
  box-shadow: none;
  transition: box-shadow 0.8s 1s;
}
.page-top .main .section-service .service-items .item .img {
  position: absolute;
  left: 0;
  height: 132.25806451612902%;
  top: -16.451612903225808%;
  width: 100%;
}
.page-top .main .section-service .service-items .item .number {
  font-size: 2.666666666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 3.466666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item .number {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.page-top .main .section-service .service-items .item .subheading {
  font-size: 5.066666666666666vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 5.866666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item .subheading {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
  }
}
.page-top .main .section-service .service-items .item .text {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 8.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item .text {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-service .service-items .item .link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-top .main .section-service .service-items .item-1 .img {
  background: url("../images/top-img-4.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-service .service-items .item-1 .img {
    background: url("../images/top-img-4.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-service .service-items .item-2 .img {
  background: url("../images/top-img-5.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-service .service-items .item-2 .img {
    background: url("../images/top-img-5.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-service .service-items .item-3 .img {
  background: url("../images/top-img-6.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-service .service-items .item-3 .img {
    background: url("../images/top-img-6.jpg") center center no-repeat;
    background-size: cover;
  }
}
.page-top .main .section-service .service-items .text-srvice {
  position: absolute;
  top: 0;
  right: -5.092592592592593%;
}
.page-top .main .section-recruit {
  border-bottom: 1px solid #dce5eb;
  padding-bottom: 13.333333333333334vw;
}
.page-top .main .section-recruit::before,
.page-top .main .section-recruit::after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  z-index: -2;
}
.page-top .main .section-recruit::before {
  background: #dcd7d2;
  left: 0;
}
.page-top .main .section-recruit::after {
  background: #fff;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-recruit {
    padding-bottom: 100px;
  }
  .page-top .main .section-recruit::after {
    background: #efebe9;
    width: 7.8125%;
    height: 190px;
  }
}
.page-top .main .section-recruit .inner {
  width: 100%;
}
.page-top .main .section-recruit .box {
  padding: 16vw 0 16.266666666666666vw;
  position: relative;
  text-align: center;
  overflow: hidden;
  background:url(../images/top-img-7.jpg) no-repeat center top, #102942;
  background-size:cover;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-recruit .box {
    position: relative;
    width: 84.375%;
    margin-right: auto;
    margin-left: auto;
    padding: 111px 0 114px;
  }
  .hero-body-inner .line{
    overflow: unset;
  }
}
.page-top .main .section-recruit .box .bg {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: calc(100% + 80px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-top .main .section-recruit .box .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(16,41,66,0.9);
  z-index: 1;
}
.page-top .main .section-recruit .box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-recruit .box .video {
    background: url("../images/top-img-7.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.2);
  }
  .page-top .main .section-hero .hero-heading .line{
    overflow: unset;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-recruit .box .video {
    background: url("../images/top-img-7.jpg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-top .main .section-recruit .box .video {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.page-top .main .section-recruit .box .content {
  position: relative;
  z-index: 2;
}
.page-top .main .section-recruit .box .heading-primary {
  margin-bottom: 7.199999999999999vw;
}
.page-top .main .section-recruit .box .heading-primary .ja {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-recruit .box .heading-primary {
    margin-bottom: 35px;
  }
}
.page-top .main .section-recruit .box .button-primary {
  background: none;
  border-color: #fff;
  color: #fff;
  margin: 0 auto;
  width: 29.333333333333332vw;
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-recruit .box .button-primary {
    font-size: 2.4vw;
    line-height: 1;
    letter-spacing: 0.125em;
    padding: 3.466666666666666vw 1.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-recruit .box .button-primary {
    width: 180px;
  }
}
.page-top .main .section-contact .inner {
  padding: 16.53333333333333vw 0 17.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-contact .inner {
    padding: 136px 0 140px;
    text-align: center;
  }
}
.page-top .main .section-contact .heading-primary {
  margin-bottom: 4.8vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-contact .heading-primary {
    margin-bottom: 25px;
  }
}
.page-top .main .section-contact .text-lead {
  font-size: 3.466666666666666vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 9.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-contact .text-lead {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.075em;
    margin-bottom: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .page-top .main .section-contact .button-primary {
    font-weight: bold;
    padding: 5.600000000000001vw 1.333333333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .main .section-contact .button-primary {
    position: relative;
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
.subCont{
  padding:14rem 0rem;
  line-height: 2;
}
#lhwmap{
  width:100%;
  height: 400px;
}
.product_list{
  margin-top: 2vw;
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_list li{
  width:33.3333%;
  box-sizing:border-box;
  padding:1.5rem;
  border: 1px solid #d4d4d4;
}
.product_list li p{

}
.product_list li p a{
    font-size:1vw;
    line-height: 2;
    text-align: center;
    padding-top: 1rem;
    display:block;
}
.page_list{
    margin:86px auto 56px;
    text-align: center;
    display:flex;
    width:20%;
    justify-content: space-between;
}
.page_list a{
  font-size: 16px;
  font-family: serif;
  padding:10px 15px;
  border:1px solid #ddd;
}
.page_info{
  width:100%;
  text-align: center;
  padding: 2rem 0;
}
.page_info span{
  padding:10px 15px;
}
.news_list2{
  width:60%;
  margin:0 auto;
}
.news_list2 li{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom:2rem;
}
.news_list2 li .img{
  width:40%;
}
.news_list2 li .text{
  width:58%;
}
.news_list2 li h2{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.news_list2 li h3{
  padding-top: 1rem;
}
.news_list2 li a{
  margin-top: 1.5rem;
  display:inline-block;
}
.listConts{
padding-top: 7rem;
    padding-bottom: 6rem;
}
.listConts h1.title{
  font-size: 2.5rem;
  text-align: center;
}
h2.catname{
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
ul.subnav{
  display:flex;
  width: 30%;
  margin:0 auto 0;
      justify-content: space-around;
}

ul.subnav li{
  font-size:2.125rem;
}
ul.subnav li:before{
 content: "-";
 display:inline-block;
 padding-right: 1rem;
}
ul.subnav li a{
  font-size: inherit;
}
.listConts .info{
  text-align: left;
padding: 4rem 7rem 4rem;
    width: 40%;
    background: #f3f3f3;
    box-sizing: border-box;
}
#textarea{
  margin-top:5rem;
  border-top: 6px solid #005f8c;
}
.listConts .proshowBox{
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.listConts .proshowBox .showimg{
  width: 45%;
}
.listConts .proshowBox .info h1.title{
  text-align: left;
  padding-bottom: 26px;
}
.listConts .proshowBox .conttitle{
   font-size: 1.5rem;
   width: 100%;
   padding:10px 0;
}
.commpanyname{
  padding: 10px 0;
      font-size: 1.75rem;
}
.listConts .proshowBox .info .qita{
  line-height: 4;
  padding-bottom: 2rem;
}
.preNext{
  padding: 15px 0px 0px 0px;
}
.preNext li{
  padding:8px 0;
}
a.xg1{
  width: 180px;
  overflow: hidden;
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.125em;
    padding: 10px 32px;
    background: #fff;
    border: 2px solid #ad9d8f;
    box-sizing: border-box;
    color: #ad9d8f;
    font-weight: bold;
    text-align: center;
}
a.xg1 span{
  position: relative;
    z-index: 1;
    transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.xg1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ad9d8f;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.xg1:hover::after {
  transform: scaleX(1);
  transform-origin: left top;
}
a.xg1:hover span{
  color: #fff;
}
.newsshow .info{
text-align: center;
    padding: 4rem 7rem 4rem;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
.newsshow #textarea {
    margin-top: 0rem;
    border-top: 6px solid #005f8c;
    padding-top: 5rem;
    line-height: 1.75;
}
.lhEN ul.subnav{
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .subCont {
    padding: 5rem 0rem 4rem;
  }
  .news_list2 {
    width: 100%;
  }
  .news_list2 li{
    margin-bottom: 8rem;
  }
  .news_list2 li .img {
    width: 100%;
  }
  .news_list2 li .text {
    width: 100%;
}
  .listConts .info{
    width: 100%;
    padding:4rem 0rem 4rem;
  }
  .listConts .proshowBox .showimg {
    width: 100%;
  }
  .product_list li {
    width: 100%;
  }
  ul.subnav{
    width: 100%;
    padding-bottom: 4vw;
  }
  .page_list{
    width: 100%;
  }
  ul.subnav li {
    font-size: 1.5rem;
  }
  h2.catname{
    padding-top: 4rem;
  }
}


/*# sourceMappingURL=style.css.map */</pre></body></html>