@charset 'UTF-8';

/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Oswald);

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* normalize overwrite */

html {
  position: relative;
  min-height: 100%;
  font-family: 'Oswald', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.22;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

a {
  color: #000;
  text-decoration: underline;
}

a:visited,
a:active,
a:focus {
  color: #000;
}

.is-pc a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.22;
}

img {
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
}

ol {
  padding: 0;
}

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

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Base
 * -------------------------------------------------- */

body {
  display: flex;
  flex-direction: column;
}

body.is-menu-open,
body.is-modal-open {
  overflow: hidden;
}

/* -----------------------------------------------------
 * Table
 * -------------------------------------------------- */

.mod-table {
  margin: 5.33333vw 0 0;
}

.mod-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #000;
}

.mod-table tr {
  border-bottom: 1px solid #000;
}

.mod-table th,
.mod-table td {
  font-size: 3.2vw;
  line-height: 1.7;
  vertical-align: top;
  letter-spacing: 0.1em;
}

.mod-table th {
  width: 25.33333vw;
  padding: 3.06667vw 1em 3.06667vw 0;
  font-weight: bold;
}

.mod-table td {
  padding: 3.06667vw 0;
}

.mod-table-info {
  margin: 5.33333vw 0 0;
}

.mod-table-info table {
  table-layout: fixed;
  width: 100%;
}

.mod-table-info th,
.mod-table-info td {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.mod-table-info th {
  position: relative;
  width: 20vw;
  vertical-align: top;
  white-space: nowrap;
}

.mod-table-info th:after {
  content: '：';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.mod-table-info td {
  padding-left: 2vw;
}

.mod-table-info-category {
  position: relative;
  z-index: 3;
  margin: 0 0 0 -0.53333vw;
  letter-spacing: -0.4em;
}

.mod-table-info-category > * {
  letter-spacing: normal;
}

.mod-table-info-category li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0.53333vw 1.33333vw 0;
}

.mod-table-info-category li:last-child {
  margin-bottom: 0;
}

.mod-table-info-category li span.parent {
  display: inline-block;
  margin: 0 0.53333vw 0 0;
  padding: 0.93333vw 2.66667vw;
  background: #000;
  color: #fff;
  font-size: 2.93333vw;
  font-weight: 300;
  line-height: 1.22;
  text-align: center;
}

.mod-table-info-category li span.child {
  font-size: 2.93333vw;
  font-weight: 600;
}

/* -----------------------------------------------------
 * JSモジュール用スタイル
 * -------------------------------------------------- */

/* アコーディオン */

.mod-ac-menu-trigger-btn {
  outline: none;
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 18.66667vw;
  height: 14.4vw;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mod-ac-menu-trigger-btn::-ms-clear {
  display: none;
}

.mod-ac-menu-trigger-btn::-ms-reveal {
  display: none;
}

.mod-ac-menu-trigger-btn::-ms-expand {
  display: none;
}

.mod-ac-menu-trigger-btn .open,
.mod-ac-menu-trigger-btn .close {
  position: absolute;
  top: 50%;
  left: 7.06667vw;
  width: 4vw;
  height: auto;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.mod-ac-menu-trigger-btn .open {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod-ac-menu-trigger-btn .close {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
}

.mod-ac-menu-trigger-btn.is-active .open {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}

.mod-ac-menu-trigger-btn.is-active .close {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod-ac-menu-target {
  display: none;
}

/* KVスライダー */

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

/* フェードインブロック */

.mod-fade {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: opacity 1s cubic-bezier(0.36, 0.01, 0.26, 1), transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: opacity 1s cubic-bezier(0.36, 0.01, 0.26, 1), transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.mod-fade.is-fade-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -----------------------------------------------------
 * Display
 * -------------------------------------------------- */

.is-br-sp-show {
  display: none;
}

.is-br-pc-show {
  display: none;
}

.check-media {
  display: block;
}

/* -----------------------------------------------------
 * Heading
 * -------------------------------------------------- */

.mod-heading1 {
  margin: 10.66667vw 0 0;
  padding: 1.73333vw 2.66667vw;
  background: #000;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.mod-heading1 + figure {
  margin-top: 5.33333vw;
}

/* -----------------------------------------------------
 * Paragraph
 * -------------------------------------------------- */

.mod-quote {
  margin: 10.66667vw 0 0;
}

.mod-quote p {
  margin: 8vw 0 0 !important;
  font-family: 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 4.26667vw !important;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
}

.mod-quote p:first-child {
  margin-top: -7px !important;
}

/* -----------------------------------------------------
 * Button
 * -------------------------------------------------- */

.mod-btn-square,
.mod-btn-rect {
  position: relative;
  box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease-in-out;
}

.is-pc .mod-btn-square:hover,
.is-pc
.mod-btn-rect:hover {
  background-position: 0 50%;
}

button.mod-btn-rect {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button.mod-btn-rect::-ms-clear {
  display: none;
}

button.mod-btn-rect::-ms-reveal {
  display: none;
}

button.mod-btn-rect::-ms-expand {
  display: none;
}

.mod-btn-rect.cl-white {
  background: #fff;
  color: #00216a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.mod-btn-rect.cl-white:hover,
.mod-btn-rect.cl-white:visited,
.mod-btn-rect.cl-white:active,
.mod-btn-rect.cl-white:focus {
  color: #00216a;
}

.mod-btn-rect.cl-white.icon-arrow-left:after {
  background-image: url(../img/ico_arrow_02_navy.png);
}

.mod-btn-square {
  display: block;
  overflow: hidden;
  width: 13.33333vw;
  height: 13.33333vw;
  background: linear-gradient(135deg, #002e93 0%, #002e93 50%, #001135) 100% 50%;
  background-size: 200% 100%;
  white-space: nowrap;
  text-indent: 200%;
}

.mod-btn-rect,
button.mod-btn-rect {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 74.66667vw;
  height: 12vw;
  background: linear-gradient(115deg, #002e93 0%, #002e93 50%, #001135) 100% 50%;
  background-size: 200% 100%;
  color: #fff;
  font-size: 3.2vw;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.mod-btn-rect:hover,
.mod-btn-rect:visited,
.mod-btn-rect:active,
.mod-btn-rect:focus,
button.mod-btn-rect:hover,
button.mod-btn-rect:visited,
button.mod-btn-rect:active,
button.mod-btn-rect:focus {
  color: #fff;
}

.mod-btn-rect.icon-arrow-right:after,
.mod-btn-rect.icon-arrow-left:after,
button.mod-btn-rect.icon-arrow-right:after,
button.mod-btn-rect.icon-arrow-left:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 5.33333vw;
  height: 1.33333vw;
  margin: -0.66667vw 0 0;
  background: url(../img/ico_arrow_02.png) no-repeat 50% 50%;
  background-size: 5.33333vw 1.33333vw;
}

.is-pc .mod-btn-rect.icon-arrow-right:after,
.is-pc .mod-btn-rect.icon-arrow-left:after,
.is-pc
button.mod-btn-rect.icon-arrow-right:after,
.is-pc
button.mod-btn-rect.icon-arrow-left:after {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.mod-btn-rect.icon-arrow-right:after,
button.mod-btn-rect.icon-arrow-right:after {
  right: 4vw;
}

.is-pc .mod-btn-rect.icon-arrow-right:hover:after,
.is-pc
button.mod-btn-rect.icon-arrow-right:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.mod-btn-rect.icon-arrow-left:after,
button.mod-btn-rect.icon-arrow-left:after {
  left: 4vw;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.is-pc .mod-btn-rect.icon-arrow-left:hover:after,
.is-pc
button.mod-btn-rect.icon-arrow-left:hover:after {
  -webkit-transform: translateX(-5px) rotateY(180deg);
  transform: translateX(-5px) rotateY(180deg);
}

.mod-btn-rect.pos-center,
button.mod-btn-rect.pos-center {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Header
 * -------------------------------------------------- */

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.66667vw;
  background: #fff;
}

.page-home .l-header {
  background: rgba(255, 255, 255, 0);
  transition: background 0.2s ease-in-out;
}

.page-home.is-pagetop-active .l-header {
  background: white;
}

.l-header-inner {
  position: relative;
}

.l-header-logo {
  display: block;
  position: absolute;
  z-index: 5;
  top: 7.33333vw;
  left: 5.33333vw;
  width: 48vw;
  height: 4.13333vw;
  background: url(../img/logo_biluken_01.png) no-repeat 0 0;
  background-size: contain;
}

.l-header-logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 200%;
}

.page-home .l-header-logo {
  background-image: url(../img/logo_biluken_02.png);
}

.page-home.is-pagetop-active .l-header-logo {
  background-image: url(../img/logo_biluken_01.png);
}

.l-header-toggle {
  outline: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 5.06667vw;
  right: 5.33333vw;
  overflow: hidden;
  box-sizing: border-box;
  width: 8vw;
  height: 8vw;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 200%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-header-toggle::-ms-clear {
  display: none;
}

.l-header-toggle::-ms-reveal {
  display: none;
}

.l-header-toggle::-ms-expand {
  display: none;
}

.l-header-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.l-header-toggle .icon.open {
  width: 8vw;
  height: 5.86667vw;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.is-menu-open .l-header-toggle .icon.open {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5) rotateZ(90deg);
  transform: translate3d(-50%, -50%, 0) scale(0.5) rotateZ(90deg);
}

.page-home .l-header-toggle .icon.open rect {
  transition: fill 0.2s ease-in-out;
  fill: #fff;
}

.page-home.is-pagetop-active .l-header-toggle .icon.open rect {
  fill: #000;
}

.l-header-toggle .icon.close {
  width: 6.03333vw;
  height: 6.03333vw;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5) rotateZ(-90deg);
  transform: translate3d(-50%, -50%, 0) scale(0.5) rotateZ(-90deg);
}

.is-menu-open .l-header-toggle .icon.close {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.l-header-menu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18.66667vw 0 0;
  background: rgba(0, 33, 106, 0.85);
}

.is-menu-open .l-header-menu {
  display: block;
}

.l-header-menu-inner {
  overflow: scroll;
  height: 100%;
  border-top: 0.26667vw solid #444;
  background-color: rgba(0, 0, 0, 0.5);
}

.l-header-nav {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.is-menu-open .l-header-nav {
  display: block;
  height: auto;
  padding: 0 0 1px;
}

.l-header-nav-sp {
  display: block;
}

.l-header-nav-pc {
  display: none;
}

.l-header-nav-pc li {
  margin: 0 0 0 64px;
}

.l-header-nav-pc li:first-child {
  margin: 0;
}

.l-header-nav-pc li.is-current a:after {
  opacity: 1;
}

.l-header-nav-pc a {
  display: block;
  position: relative;
  padding: 0 0 7px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.69;
  text-decoration: none;
}

.l-header-nav-pc a:hover:after {
  opacity: 1;
}

.page-home .l-header-nav-pc a {
  color: #fff;
  transition: color 0.2s ease-in-out;
}

.page-home.is-pagetop-active .l-header-nav-pc a {
  color: #000;
}

.l-header-nav-pc a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e40900;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.page-home .l-header-nav-pc a:after {
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.page-home.is-pagetop-active .l-header-nav-pc a:after {
  background: #e40900;
}

.l-header-menu2 {
  display: none;
}

/* -----------------------------------------------------
 * Footer
 * -------------------------------------------------- */

.l-footer {
  position: relative;
  z-index: 5;
  padding: 0 0 2.53333vw;
  background: #000;
}

.l-footer-panel {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.l-footer-panel-inner1,
.l-footer-panel-inner2 {
  position: absolute;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
}

.l-footer-panel-inner1 {
  bottom: 0;
  left: 0;
  width: 47.46667vw;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(-100%, 100%, 10px);
  transform: translate3d(-100%, 100%, 10px);
}

.l-footer-panel-inner1.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-footer-panel-inner2 {
  display: none;
  width: 100%;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(100%, -100%, 10px);
  transform: translate3d(100%, -100%, 10px);
}

.l-footer-panel-inner2.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-footer-inner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-nav a {
  font-size: 3.2vw;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.l-footer-nav > ul > li > a {
  color: #fff;
  font-weight: bold;
}

.l-footer-nav .nav-child li a {
  color: #ccc;
}

.l-footer .mod-ac-menu-trigger-btn {
  width: 15.2vw;
  height: 12vw;
}

.l-footer .mod-ac-menu-trigger-btn .open,
.l-footer .mod-ac-menu-trigger-btn .close {
  left: 5.33333vw;
}

.l-footer-links {
  width: 60vw;
  margin: 10.93333vw auto 0;
}

.l-footer-links ul li {
  height: 12vw;
  margin: 2.66667vw 0 0;
}

.l-footer-links ul li:first-child {
  margin: 0;
}

.l-footer-links ul li a,
.l-footer-links ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #303f60;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.l-footer-copy {
  position: relative;
  z-index: 5;
  margin: 8vw 0 0 3.06667vw;
}

.l-footer-copy span {
  color: #666;
  font-size: 2.93333vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.mod-pagetop {
  position: fixed;
  z-index: 10;
  right: 2.93333vw;
  bottom: 2.8vw;
  transition: all 0.1s linear;
  -webkit-transform: translateY(16vw);
  transform: translateY(16vw);
}

.mod-pagetop a {
  width: 8vw;
  height: 8vw;
}

.mod-pagetop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -0.53333vw 0 0;
  background: url(../img/ico_arrow_pagetop_sp.png) no-repeat 0 0, url(../img/ico_arrow_pagetop_pc.png) no-repeat 0 0;
  background-size: 2.13333vw auto, 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.is-pc .mod-pagetop a:after {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.is-pc .mod-pagetop a:hover:after {
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0);
}

.is-pagetop-active .mod-pagetop {
  transition: all 0.5s cubic-bezier(0.66, -0.24, 0.26, 1.33);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -----------------------------------------------------
 * Main
 * -------------------------------------------------- */

.l-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 18.66667vw;
}

.is-menu-open .l-wrapper {
  position: fixed;
  width: 100%;
}

.page-home .l-wrapper {
  padding-top: 0;
}

.l-kv {
  position: absolute;
  z-index: 1;
  top: 18.66667vw;
  left: 0;
  width: 100%;
  height: 53.33333vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-business .l-kv {
  background-image: url(../img/bg_kv_business.png);
}

.page-works .l-kv {
  background-image: url(../img/bg_kv_works.png);
}

.page-company .l-kv {
  background-image: url(../img/bg_kv_company.png);
}

.page-recruit .l-kv {
  background-image: url(../img/bg_kv_recruit.png);
}

.page-recruit-story .l-kv {
  height: 106.66667vw;
  background-image: url(../img/bg_kv_recruit_story_sp.png);
}
@media print, screen and (min-width: 768px) {
  .page-recruit-story .l-kv {
    background-image: url(../img/bg_kv_recruit_story_pc.png);
    height: 400px;
  }
}

.page-career .l-kv {
  background-image: url(../img/bg_kv_career.png);
}

.page-news .l-kv {
  background-image: url(../img/bg_kv_news.png);
}

.page-contact .l-kv {
  background-image: url(../img/bg_kv_contact.png);
}

.page-detail .l-kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 33, 106, 0.6);
}

.l-panel {
  position: absolute;
  z-index: 3;
  top: 18.66667vw;
  right: 50%;
  width: 100%;
  height: auto;
  margin: 0 -11.26667vw 0 0;
}

.l-panel-inner {
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(-100%, -100%, 10px);
  transform: translate3d(-100%, -100%, 10px);
}

.l-panel-inner.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-main {
  position: relative;
  z-index: 5;
  margin: 0 0 auto;
}

.l-main-breadcrumbs {
  max-width: 1200px;
  height: 5.6vw;
  margin: 0;
  padding: 0 5.33333vw;
}

.l-main-breadcrumbs ol {
  overflow: hidden;
  list-style-type: none;
  white-space: nowrap !important;
  letter-spacing: -0.4em;
  text-overflow: ellipsis !important;
}

.l-main-breadcrumbs ol > * {
  letter-spacing: normal;
}

.l-main-breadcrumbs ol li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 6.93333vw;
  color: #fff;
  font-size: 2.93333vw;
  line-height: 1.8;
}

.l-main-breadcrumbs ol li:before {
  content: '>';
  display: block;
  position: absolute;
  top: 0.2em;
  left: 3.06667vw;
  margin: -0.66667vw 0 0;
  color: #fff;
  font-size: 2.93333vw;
}

.l-main-breadcrumbs ol li:first-child {
  padding: 0;
}

.l-main-breadcrumbs ol li:first-child:before {
  display: none;
}

.l-main-breadcrumbs ol li a {
  color: #fff;
}

.is-pc .l-main-breadcrumbs ol li a:hover {
  text-decoration: none;
}

.l-main-heading {
  height: 47.73333vw;
  padding: 4.26667vw 5.33333vw 0;
}

.page-recruit-story .l-main-heading.for-story {
  height: 106.66667vw;
}
@media print, screen and (min-width: 768px) {
  .page-recruit-story .l-main-heading.for-story {
    height: 400px;
  }
}

article.l-main-inner .l-main-heading {
  height: auto;
}

.l-main-heading .category,
.l-main-heading .date {
  display: block;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.l-main-heading h1 {
  margin: 1.6vw 0 0;
  padding: 0;
  word-break: break-all;
}

.l-main-heading h1 img {
  max-width: 100%;
  height: auto;
  max-height: 8.53333vw;
  margin: 0 0 0 0.8vw;
}

.l-main-heading h1 .sup {
  display: block;
  margin: 1.86667vw 0 0;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}

article.l-main-inner .l-main-heading h1 {
  color: #fff;
  font-size: 5.86667vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.l-main-heading p {
  margin: 4.26667vw 0 0;
  padding: 0;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.l-main-heading.for-story h1 {
  margin: 10.66667vw 0 0;
  font-weight: 600;
  font-size: 12.2667vw;
  text-align: center;
  color: #fff;
}

.l-main-heading.for-story h1 span {
  display: block;
  margin: 0 0 6.4vw;
  font-weight: 600;
  font-size: 4.8vw;
}

.l-main-heading.for-story ul {
  margin: 6.4vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.4vw;
}

.l-main-heading.for-story ul li {
  padding: 1.06667vw 2.66667vw;
  border-radius: 1.33333vw;
  background-color: #fff;
  font-weight: 600;
  font-size: 4.8vw;
  text-align: center;
  color: #00216A;
}

.l-main-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-main-contents,
.l-main-article {
  padding: 8vw 5.33333vw 13.33333vw;
}

.l-main-contents-inner:first-child > *:first-child,
.l-main-article-inner:first-child > *:first-child {
  margin-top: 0 !important;
}

.l-main-contents-inner h2,
.l-main-article-inner h2 {
  margin: 10.66667vw 0 0;
  padding: 1.73333vw 2.66667vw;
  background: #000;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.l-main-contents-inner h2 + figure,
.l-main-article-inner h2 + figure {
  margin-top: 5.33333vw;
}

.l-main-contents-inner p,
.l-main-article-inner p {
  margin: 3.2vw 0 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-main-contents-inner p + p,
.l-main-article-inner p + p {
  margin-top: 1.6vw;
}

.l-main-article > figure {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 58.53333vw;
  background: #f5f5f5;
  text-align: center;
}

.l-main-article > figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 58.53333vw;
}

.l-main-article > figure + .l-main-article-inner {
  margin-top: 0;
}

.l-main-article-inner {
  background: #fff;
}

.l-main-article-inner h3 {
  margin: 5.33333vw 0 0;
  padding: 1.33333vw 0 1.33333vw 2.66667vw;
  border-left: 0.66667vw solid #000;
  font-size: 4vw;
  font-weight: bold;
}

.l-main-article-inner h4 {
  margin: 5.33333vw 0 0;
  font-size: 3.2vw;
  font-weight: bold;
}

.l-main-article-inner figure {
  margin: 5.33333vw 0 0;
  text-align: center;
}

.l-main-article-inner figure img {
  max-width: 100%;
  height: auto;
}

.l-main-article .mod-btn-rect {
  margin-top: 8vw;
}

.l-main-lead {
  text-align: right;
}

.l-main-lead h2 {
  margin: -1.86667vw -0.2em 0 0;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.l-main-lead p {
  margin: 5.6vw -0.1em 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-main-lead p:first-child {
  margin-top: -1.33333vw;
}

.l-main-topics {
  margin: 10.66667vw 0 0;
  text-align: center;
}

.l-main-topics a:hover {
  opacity: 0.7;
}

h2 + .l-column {
  margin: 5.33333vw 0 0;
}

.l-column.object-text .l-column-object figure img {
  width: 100%;
  height: auto;
}

.l-column.object-text .l-column-text {
  margin: 5.33333vw 0 0;
}

.l-column.object-text .l-column-text p {
  margin: 5.33333vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-column.object-text .l-column-text p:first-child {
  margin-top: 0 !important;
}

.l-column.object-text .l-column-text-sign {
  display: block;
  margin: 5.33333vw 0 0;
  font-family: 'ヒラギノ明朝 ProN W3', Hiragino Mincho ProN, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.1em;
}

.l-column.gallery .l-column-inner {
  margin: 5.33333vw 0 0;
}

.l-column.gallery figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58.53333vw;
  background: #f5f5f5;
}

.l-column.gallery figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.l-column.col-2 .l-column-title,
.l-column.col-4 .l-column-title {
  display: block;
  margin: 4vw 0 0;
  font-size: 3.73333vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.l-column.col-2 .l-column-text,
.l-column.col-4 .l-column-text {
  display: block;
  margin: 4vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-column.col-2 figure img,
.l-column.col-4 figure img {
  width: 100%;
  height: auto;
}

.l-column.col-2 a,
.l-column.col-4 a {
  margin: 5.33333vw 0 0;
}

.l-column.col-4 {
  margin: 0 0 0 -2.66667vw;
  letter-spacing: -0.4em;
}

.l-column.col-4 > * {
  letter-spacing: normal;
}

.l-column.col-4 .l-column-inner {
  display: inline-block;
  width: 43.33333vw;
  margin: 5.33333vw 0 0 2.66667vw;
  vertical-align: top;
}

.l-column.col-4 figure img {
  width: 100%;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * HOME
 * -------------------------------------------------- */

.l-home {
  position: relative;
  z-index: 5;
  margin: 0 0 auto;
}

.l-home-kv {
  position: relative;
  overflow: hidden;
  height: 177.86667vw;
}

.l-home-kv-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-home-kv-image-inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.l-home-kv-image-inner.image-01 {
  background-image: url(../img/bg_home_kv_01.png);
}

.l-home-kv-image-inner.image-02 {
  background-image: url(../img/bg_home_kv_02.png);
}

.l-home-kv-image-inner.image-03 {
  background-image: url(../img/bg_home_kv_03.png);
}

.l-home-kv-panel {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-home-kv-panel-inner {
  position: absolute;
  top: 0;
  right: 20vw;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(-100%, -100%, 10px);
  transform: translate3d(-100%, -100%, 10px);
}

.l-home-kv-panel-inner.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-home-kv-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.l-home-kv-content-heading {
  position: absolute;
  top: 40.8vw;
  left: 5.33333vw;
  overflow: hidden;
  width: 89.33333vw;
  height: 9.86667vw;
  background: url(../img/txt_home_kv_01.png) no-repeat 0 0;
  background-size: contain;
  white-space: nowrap;
  text-indent: 200%;
}

.l-home-kv-content-copy {
  position: absolute;
  top: 57.73333vw;
  left: 5.33333vw;
  overflow: hidden;
  width: 36vw;
  height: 19.46667vw;
  background: url(../img/txt_home_kv_02.png) no-repeat 0 0;
  background-size: contain;
  white-space: nowrap;
  text-indent: 200%;
}

.l-home-kv-news {
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: 20.26667vw;
  left: 0;
  width: 89.33333vw;
  margin: 0 5.33333vw;
}

.l-home-kv-news-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.33333vw;
  background: #00216a;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
}

.l-home-kv-news-content {
  flex: 1;
  padding: 5.33333vw;
  background: rgba(0, 0, 0, 0.7);
}

.l-home-kv-news-content-date {
  display: block;
  color: #fff;
  font-size: 3.2vw;
}

.l-home-kv-news-content-title {
  display: block;
  margin: 1.33333vw 0 0;
}

.l-home-kv-news-content-title a {
  display: block;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.6;
}

.l-home-kv-news-content-title a:visited,
.l-home-kv-news-content-title a:active,
.l-home-kv-news-content-title a:focus {
  color: #fff;
}

.l-home-kv-news-content-link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 8vw;
  margin: 10px 0 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-size: 3.2vw;
  text-decoration: none;
}

.l-home-kv-news-content-link:visited,
.l-home-kv-news-content-link:active,
.l-home-kv-news-content-link:focus {
  color: #fff;
}

.l-home-kv-news-content-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 2.66667vw;
  height: 0.93333vw;
  margin: -0.53333vw 0 0;
  background: url(../img/ico_arrow_02_small.png) no-repeat 50% 50%;
  background-size: 2.66667vw 0.93333vw;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.is-pc .l-home-kv-news-content-link:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.l-home-contents {
  position: relative;
  padding: 14.13333vw 5.33333vw 13.33333vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.l-home-contents-panel {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.l-home-contents-panel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.l-home-contents-inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.l-home-contents-inner img {
  max-width: 100%;
}

.l-home-contents-header h2 img {
  height: 8.6vw;
}

.l-home-contents-header h2 .sup {
  display: block;
  margin: 2.13333vw 0 0;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.l-home-contents-header p {
  margin: 6.13333vw 0 0;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.l-home-contents-business > ul {
  margin: 7.73333vw 0 0;
  padding: 0 0 0 12.53333vw;
}

.l-home-contents-business > ul > li {
  margin: 8vw 0 0;
}

.l-home-contents-business-image {
  position: relative;
}

.l-home-contents-business-image .title {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.13333vw;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
  text-align: center;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
}

.l-home-contents-business-image .title .sup {
  display: block;
  margin: 0.53333vw 0 0;
  font-size: 2.93333vw;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

.l-home-contents-business-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1.33333vw 0 0 0;
  padding: 2.8vw 5.33333vw 2.4vw 5.33333vw;
  background: #fff;
  letter-spacing: -0.4em;
}

.l-home-contents-business-list > * {
  letter-spacing: normal;
}

.l-home-contents-business-list li {
  display: inline-block;
  width: 50%;
  font-size: 2.93333vw;
  line-height: 1.5;
  vertical-align: top;
  letter-spacing: 0.05em;
}

.l-home-contents-business-list li:before {
  content: '●';
  display: inline-block;
}

.l-home-contents.business {
  background-image: url(../img/bg_home_01.png);
}

.l-home-contents.business .l-home-contents-panel-inner {
  bottom: 0;
  left: 20vw;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(100%, 100%, 10px);
  transform: translate3d(100%, 100%, 10px);
}

.l-home-contents.business .l-home-contents-panel-inner.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-home-contents.business .l-home-contents-header {
  text-align: right;
}

.l-home-contents.business .l-home-contents-header h2 .sup {
  margin-right: -0.2em;
}

.l-home-contents.business .l-home-contents-header p {
  margin-right: -0.2em;
}

.l-home-contents.business .mod-btn-rect {
  margin: 8vw 0 0 auto;
}

.l-home-contents.works {
  background-image: url(../img/bg_home_02.png);
}

.l-home-contents.works .l-home-contents-panel-inner.panel-01 {
  top: 0;
  left: -214.66667vw;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(100%, -100%, 10px);
  transform: translate3d(100%, -100%, 10px);
}

.l-home-contents.works .l-home-contents-panel-inner.panel-01.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-home-contents.works .l-home-contents-panel-inner.panel-02 {
  left: -8vw;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition-delay: 0.5s;
  -webkit-transform: translate3d(-100%, 100%, 10px);
  transform: translate3d(-100%, 100%, 10px);
}

.l-home-contents.works .l-home-contents-panel-inner.panel-02.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-home-contents.works .l-home-contents-column-inner {
  height: 58.53333vw;
  margin: 5.6vw 0 0;
}

.l-home-contents.works .l-home-contents-header {
  padding: 2.13333vw 0 0;
}

.l-home-contents.works .l-home-works-refine {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.33333vw 1.33333vw 14.66667vw;
}

.is-pc .l-home-contents.works .l-home-works-refine:hover figure img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.is-pc .l-home-contents.works .l-home-works-refine:hover .l-home-works-refine-icon:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-pc .l-home-contents.works .l-home-works-refine:hover .l-home-works-refine-icon:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.l-home-contents.works .l-home-works-refine figure {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.l-home-contents.works .l-home-works-refine figure img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.is-pc .l-home-contents.works .l-home-works-refine figure img {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-home-contents.works .l-home-works-refine-category {
  position: relative;
  z-index: 3;
  margin: 0 0 0 -0.53333vw;
  letter-spacing: -0.4em;
}

.l-home-contents.works .l-home-works-refine-category > * {
  letter-spacing: normal;
}

.l-home-contents.works .l-home-works-refine-category li {
  display: inline-block;
  margin: 0 0 0 0.53333vw;
  padding: 0.53333vw 2.66667vw 0.8vw;
  background: #000;
  color: #fff;
  font-size: 2.93333vw;
  text-align: center;
}

.ie .l-home-contents.works .l-home-works-refine-category li {
  padding: 0.8vw 2.66667vw 0.53333vw;
}

.l-home-contents.works .l-home-works-refine-title {
  display: flex;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 13.33333vw;
  padding: 0 16vw 0 2.66667vw;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
}

.l-home-contents.works .l-home-works-refine-icon {
  display: block;
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 13.33333vw;
  height: 13.33333vw;
  pointer-events: none;
}

.l-home-contents.works .l-home-works-refine-icon:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #002e93 0%, #002e93 50%, #001135);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-home-contents.works .l-home-works-refine-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.33333vw;
  height: 1.33333vw;
  margin: -0.66667vw 0 0 -2.66667vw;
  background: url(../img/ico_arrow_02.png) no-repeat 50% 50%;
  background-size: 5.33333vw 1.33333vw;
}

.l-home-contents.works .mod-btn-rect {
  margin: 6.66667vw 0 0;
}

.l-home-contents.other {
  background-image: url(../img/bg_home_03.png);
}

.l-home-contents.other .l-home-contents-panel-inner {
  left: 20vw;
  transition: -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  transition: transform 1s cubic-bezier(0.36, 0.01, 0.26, 1), -webkit-transform 1s cubic-bezier(0.36, 0.01, 0.26, 1);
  -webkit-transform: translate3d(100%, -100%, 10px);
  transform: translate3d(100%, -100%, 10px);
}

.l-home-contents.other .l-home-contents-panel-inner.is-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-home-contents.other .l-home-contents-header.company {
  margin: 1.33333vw 0 0;
  text-align: right;
}

.l-home-contents.other .l-home-contents-header.company h2 .sup {
  margin-right: -0.2em;
  color: #000;
}

.l-home-contents.other .l-home-contents-header.company p {
  margin-right: -0.2em;
  color: #000;
  text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, -0 1px 0 #fff, 0 -1px 0 #fff, -0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 1px -0 0 #fff, -1px -0 0 #fff, 0 0 0 #fff, -0 0 0 #fff, 0 -0 0 #fff, -0 -0 0 #fff;
}

.l-home-contents.other .l-home-contents-header.company .mod-btn-rect {
  margin: 6.93333vw 0 0 auto;
}

.l-home-contents.other .l-home-contents-header.recruit {
  margin: 21.33333vw 0 0;
}

.l-home-contents.other .l-home-contents-header.recruit h2 {
  text-indent: 0.2em;
}

.l-home-contents.other .l-home-contents-header.recruit h2 .sup {
  margin-left: -0.2em;
}

.l-home-contents.other .l-home-contents-header.recruit .mod-btn-rect {
  margin: 6.93333vw 0 0;
}

/* -----------------------------------------------------
 * BUSINESS
 * -------------------------------------------------- */

.l-business-intro {
  margin: 10.66667vw 0 0;
}

.l-business-intro > *:first-child {
  margin-top: 0 !important;
}

.l-business-intro-image {
  margin: 5.33333vw 0 0;
}

.l-business-intro-image figure img {
  max-width: 100%;
}

.l-business-intro-content {
  margin: 5.33333vw 0 0;
}

.l-business-intro-content > *:first-child {
  margin-top: 0 !important;
}

.l-business-intro-content p {
  margin: 5.33333vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-business-intro-content a {
  margin: 5.33333vw auto 0;
}

.l-business-intro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2.66667vw 0 0 -2.66667vw;
  letter-spacing: -0.4em;
}

.l-business-intro-list > * {
  letter-spacing: normal;
}

.l-business-intro-list li {
  display: inline-flex;
  margin: 2.66667vw 0 0 2.66667vw;
}

.l-business-intro-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.33333vw;
  height: 8vw;
  margin-top: 0;
  background: #efefef;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------------
 * WORKS
 * -------------------------------------------------- */

.l-works-refine-form {
  text-align: right;
}

.l-works-refine-form-text {
  display: block;
  margin: -0.26667vw 0 2.4vw;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}

.l-works-refine-form-select {
  display: inline-block;
  position: relative;
  width: 89.33333vw;
  height: 12vw;
}

.is-pc .l-works-refine-form-select:hover .l-works-refine-form-icon:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-pc .l-works-refine-form-select:hover .l-works-refine-form-icon:after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.l-works-refine-form-select select {
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding: 0 12vw 0 2.66667vw;
  border: 0;
  border: 1px solid #00216a;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  font-size: 3.2vw;
  vertical-align: middle;
  letter-spacing: 0.1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-works-refine-form-select select::-ms-clear {
  display: none;
}

.l-works-refine-form-select select::-ms-reveal {
  display: none;
}

.l-works-refine-form-select select::-ms-expand {
  display: none;
}

.l-works-refine-form-icon {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 12vw;
  height: 12vw;
  pointer-events: none;
}

.l-works-refine-form-icon:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #002e93 0%, #002e93 50%, #001135);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-works-refine-form-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.73333vw;
  height: 3.73333vw;
  margin: -1.86667vw 0 0 -1.86667vw;
  background: url(../img/ico_arrow_select.png) no-repeat 50% 50%;
  background-size: contain;
}

.l-works-refine-list {
  margin: 8vw 0 0;
}

.l-works-refine-list > ul > li {
  display: block;
  width: 100%;
  height: 58.53333vw;
  margin: 5.33333vw 0 0;
}

.l-works-refine-list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.33333vw 1.33333vw 14.66667vw;
}

.is-pc .l-works-refine-list a:hover figure img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.is-pc .l-works-refine-list a:hover .l-works-refine-list-icon:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-pc .l-works-refine-list a:hover .l-works-refine-list-icon:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.l-works-refine-list figure {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.l-works-refine-list figure img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.is-pc .l-works-refine-list figure img {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-works-refine-list-category {
  position: relative;
  z-index: 3;
  margin: 0 0 0 -0.53333vw;
  letter-spacing: -0.4em;
}

.l-works-refine-list-category > * {
  letter-spacing: normal;
}

.l-works-refine-list-category li {
  display: inline-block;
  margin: 0 0 0 0.53333vw;
  padding: 0.53333vw 2.66667vw 0.8vw;
  background: #000;
  color: #fff;
  font-size: 2.93333vw;
  text-align: center;
}

.ie .l-works-refine-list-category li {
  padding: 0.8vw 2.66667vw 0.53333vw;
}

.l-works-refine-list-title {
  display: flex;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 13.33333vw;
  padding: 0 16vw 0 2.66667vw;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
}

.l-works-refine-list-icon {
  display: block;
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 13.33333vw;
  height: 13.33333vw;
  pointer-events: none;
}

.l-works-refine-list-icon:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(135deg, #002e93 0%, #002e93 50%, #001135);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-works-refine-list-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.33333vw;
  height: 1.33333vw;
  margin: -0.66667vw 0 0 -2.66667vw;
  background: url(../img/ico_arrow_02.png) no-repeat 50% 50%;
  background-size: 5.33333vw 1.33333vw;
}

/* -----------------------------------------------------
 * COMPANY
 * -------------------------------------------------- */

.l-company-nav {
  height: 14.66667vw;
}

.l-company-nav ul {
  display: flex;
  justify-content: space-between;
}

.l-company-nav ul li {
  display: block;
  position: relative;
  width: 22.13333vw;
  height: 12vw;
}

.l-company-nav ul li a {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg, #002e93 0%, #002e93 50%, #001135) 100% 50%;
  background-size: 200% 100%;
  box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2.93333vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.is-pc .l-company-nav ul li a {
  transition: background 0.2s ease-in-out;
}

.is-pc .l-company-nav ul li a:hover {
  background-position: 0 50%;
}

.l-company-nav ul li.is-current:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2.66667vw;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -1.86667vw;
  border-width: 1.86667vw 1.86667vw 0 1.86667vw;
  border-style: solid;
  border-color: #e40800 transparent transparent transparent;
}

.l-company-nav ul li.is-current a {
  background-position: 0 50%;
  box-shadow: none;
}

.l-company-nav ul li.is-current a:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-company-access {
  margin: 5.33333vw 0 0;
}

.l-company-access-inner {
  margin: 5.33333vw 0 0;
  padding: 5.33333vw 0 0;
  border-top: 1px solid #000;
}

.l-company-access-inner:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.l-company-access-title,
.l-company-access-info {
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-company-access-title {
  font-weight: bold;
}

.l-company-access-map {
  width: 100%;
  height: 53.33333vw;
  margin: 5.33333vw 0 0;
  background: #a2a2a2;
}

.l-company-access-map iframe {
  width: 100%;
  height: 100%;
}

.l-company-partners {
  margin: 4vw 0 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.l-company-partners ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 3.2vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.l-company-partners ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------
 * RECRUIT
 * -------------------------------------------------- */

.page-recruit .l-main-contents-inner p + .mod-btn-rect {
  margin-top: 2.66667vw;
}

.page-recruit .l-main-contents-inner .mod-btn-rect:last-child {
  margin-top: 8vw;
}

.l-recruit-interview ul {
  display: flex;
  flex-direction: column;
}

.l-recruit-interview li {
  width: 100%;
  margin: 5.33333vw 0 0;
}

.l-recruit-interview img {
  width: 100%;
}

.l-recruit-interview .text {
  margin-top: 4vw;
}

.l-recruit-interview .department {
  margin: 0;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
}

.l-recruit-interview .name {
  margin-top: 4vw;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.l-recruit-interview table {
  width: 100%;
  margin-top: 4vw;
}

.l-recruit-interview table th,
.l-recruit-interview table td {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.7em;
}

.l-recruit-interview table th {
  width: 20vw;
}

.l-recruit-interview table td:before {
  content: '：';
  margin-left: -1em;
}

.l-recruit-interview .profile {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.7em;
}

/* -----------------------------------------------------
 * NEWS
 * -------------------------------------------------- */

.page-news .l-main-article-inner {
  padding: 8vw 2.66667vw 13.33333vw;
}

/* -----------------------------------------------------
 * CONTACT
 * -------------------------------------------------- */

.l-contact {
  margin: 8vw 0 0;
}

.l-contact-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-contact-flow li {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 10.66667vw;
  background: #efefef;
  color: #999;
  font-size: 2.66667vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
}

.l-contact-flow li.is-current {
  background: #000;
  color: #fff;
}

.l-contact-flow li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -4.93333vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -1.06667vw 0 0;
  background: url(../img/ico_arrow_03.png) no-repeat 50% 50%;
  background-size: 2.13333vw;
}

.l-contact-flow li:first-child:before {
  display: none;
}

.l-contact .mod-table th {
  width: 100%;
}

.l-contact .mod-table th .required {
  display: inline-block;
  margin: 0 0 0 2.66667vw;
  padding: 0.4vw 1.6vw;
  background: #e40900;
  color: #fff;
  font-size: 2.66667vw;
  line-height: 1.2;
}

.l-contact .mod-table td .ex {
  display: block;
  margin: 2.66667vw 0 0;
  color: #999;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}

.l-contact input,
.l-contact textarea {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-contact input::-ms-clear,
.l-contact textarea::-ms-clear {
  display: none;
}

.l-contact input::-ms-reveal,
.l-contact textarea::-ms-reveal {
  display: none;
}

.l-contact input::-ms-expand,
.l-contact textarea::-ms-expand {
  display: none;
}

.l-contact input {
  display: inline-block;
  align-items: center;
  height: 12vw;
  padding: 0 2.66667vw;
  font-size: 3.2vw;
}

.l-contact input.size-middle {
  width: 50.66667vw;
}

.l-contact input + input {
  margin: 2.66667vw 0 0;
}

.l-contact input[type=reset] {
  display: block;
  width: 24vw;
  height: 8vw;
  margin: 5.33333vw auto 0;
  border: 1px solid #00216a;
  color: #00216a;
  font-size: 3.2vw;
}

.l-contact textarea {
  resize: none;
  height: 69.33333vw;
  padding: 2.66667vw;
}

.l-contact .mod-btn-rect {
  margin: 8vw 0 0;
}

.l-contact.is-confirm .mod-table th .required,
.l-contact.is-confirm .mod-table td .ex,
.l-contact.is-confirm input[type='reset'] {
  display: none;
}

.l-contact-complete-message {
  margin: 5.33333vw 0 0;
  text-align: center;
}

/* -----------------------------------------------------
 * ERROR
 * -------------------------------------------------- */

.page-error {
  position: relative;
  z-index: 5;
  margin: 0 0 auto;
}

.page-error .l-main {
  padding: 24vw 0 26.66667vw;
}

.page-error h1 {
  font-size: 11.2vw;
  font-weight: bold;
  text-align: center;
}

.page-error h1 .sup {
  display: block;
  margin: 0.26667vw 0 0;
  font-size: 4.26667vw;
  letter-spacing: 0.2em;
}

.page-error p {
  margin: 13.33333vw 0 0;
  font-size: 3.2vw;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
}

.page-error .mod-btn-rect {
  margin-top: 14.13333vw;
}

.l-story-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10.6667vw;
}

.l-story-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4vw;
}

.l-story-list-item figure {
  flex: 1;
  width: 100%;
}

.l-story-list-item figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-story-list-item h2 {
  font-weight: 600;
  font-size: 5.33333vw;
  text-align: center;
}

.l-story-list-item h2 span {
  display: block;
  margin: 2.13333vw 0 0;
  font-weight: 300;
  font-size: 4.26667vw;
}

.page-recruit-story-detail {
  background-color: #303F60;
}

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

.l-story-content figure img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.l-story-btn {
  margin: 16vw 0 0;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }

  body.is-menu-open {
    overflow: visible;
  }

  .mod-table {
    margin: 40px 0 0;
    padding: 0 40px;
  }

  .mod-table th,
  .mod-table td {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .mod-table th {
    width: 180px;
    padding: 25px 1em 26px 0;
  }

  .mod-table td {
    padding: 25px 0 26px;
  }

  .mod-table-info {
    margin: 40px 0 0;
  }

  .mod-table-info th,
  .mod-table-info td {
    font-size: 1.8rem;
    line-height: 2;
  }

  .mod-table-info th {
    width: 110px;
  }

  .mod-table-info td {
    padding-left: 9px;
  }

  .mod-table-info-category {
    margin: 0 0 0 -5px;
    pointer-events: none;
  }

  .mod-table-info-category li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 20px 0 0;
  }

  .mod-table-info-category li span.parent {
    margin: 0 10px 0 0;
    padding: 7px 20px;
    font-size: 1.6rem;
  }

  .ie .mod-table-info-category li span.parent {
    flex: 0 0 auto;
    padding: 7px 10px 5px;
  }

  .mod-table-info-category li span.child {
    flex: 1;
    font-size: 1.8rem;
  }

  .ie .mod-table-info-category li span.child {
    flex: 1 1 auto;
  }

  .mod-ac-menu-trigger-btn {
    display: none;
  }

  .mod-ac-menu-target {
    display: block !important;
  }

  .is-pc-hide {
    display: none !important;
  }

  .is-pc-show {
    display: block !important;
  }

  .is-br-pc-show {
    display: inline-block !important;
  }

  .check-media {
    display: none;
  }

  .mod-heading1 {
    margin: 80px 0 0;
    padding: 11px 20px 12px;
    font-size: 2.2rem;
    line-height: 1.7;
  }

  .mod-heading1 + figure {
    margin-top: 40px;
  }

  .mod-quote {
    margin: 80px 0 0;
  }

  .mod-quote p {
    margin: 37px 0 0 !important;
    font-size: 2.2rem !important;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .mod-btn-square,
  .mod-btn-rect {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }

  .mod-btn-square {
    width: 60px;
    height: 60px;
  }

  .mod-btn-rect,
  button.mod-btn-rect {
    width: 380px;
    height: 60px;
    font-size: 1.6rem;
  }

  .mod-btn-rect.icon-arrow-right:after,
  .mod-btn-rect.icon-arrow-left:after,
  button.mod-btn-rect.icon-arrow-right:after,
  button.mod-btn-rect.icon-arrow-left:after {
    width: 27px;
    height: 7px;
    margin: -4px 0 0;
    background-size: 27px 7px;
  }

  .mod-btn-rect.icon-arrow-right:after,
  button.mod-btn-rect.icon-arrow-right:after {
    right: 20px;
  }

  .mod-btn-rect.icon-arrow-left:after,
  button.mod-btn-rect.icon-arrow-left:after {
    left: 20px;
  }

  .mod-btn-rect.size-middle,
  button.mod-btn-rect.size-middle {
    width: 300px;
  }

  .l-header {
    height: 140px;
    transition: height 0.2s ease-in-out;
  }

  .is-pagetop-active .l-header {
    height: 90px;
  }

  .l-header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .l-header-logo {
    top: 69px;
    left: 0;
    width: 270px;
    height: 24px;
    transition: top 0.2s ease-in-out;
  }

  .is-pagetop-active .l-header-logo {
    top: 34px;
  }

  .l-header-toggle {
    display: none;
  }

  .l-header-menu {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 0;
    transition: top 0.2s ease-in-out;
  }

  .is-pagetop-active .l-header-menu {
    top: 40px;
  }

  .l-header-menu-inner {
    overflow: visible;
    border: none;
    background-color: transparent;
  }

  .l-header-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .is-menu-open .is-menu-open .l-header-nav {
    padding: 0;
  }

  .l-header-nav-sp {
    display: none;
  }

  .l-header-nav-pc {
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 0;
  }

  .l-header-menu2 {
    display: flex;
    position: absolute;
    top: 28px;
    right: 0;
    justify-content: flex-end;
    transition: top 0.2s ease-in-out;
  }

  .is-pagetop-active .l-header-menu2 {
    top: 11px;
  }

  .l-header-menu2 li {
    display: block;
    margin: 0 34px 0 0;
  }

  .l-header-menu2 li:last-child {
    margin: 0;
  }

  .l-header-menu2 a {
    font-size: 1.4rem;
    text-decoration: none;
  }

  .l-header-menu2 a:hover {
    text-decoration: underline;
  }

  .page-home .l-header-menu2 a {
    color: #fff;
    transition: color 0.2s ease-in-out;
  }

  .page-home.is-pagetop-active .l-header-menu2 a {
    color: #000;
  }

  .l-header-menu2 .icon {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
  }

  .l-header-menu2 .icon.information {
    width: 18px;
    height: 18px;
  }

  .l-header-menu2 .icon.contact {
    width: 18px;
    height: 14px;
  }

  .page-home .l-header-menu2 .icon path {
    transition: fill 0.2s ease-in-out;
    fill: #fff;
  }

  .page-home.is-pagetop-active .l-header-menu2 .icon path {
    fill: #00216a;
  }

  .l-footer {
    padding: 77px 0 60px;
  }

  .l-footer-panel-inner1 {
    right: 50%;
    left: auto;
    width: 100%;
    margin: 0 615px 0 0;
  }

  .l-footer-panel-inner2 {
    display: block;
    top: 0;
    left: 50%;
    margin: 0 0 0 853px;
  }

  .l-footer-inner {
    display: flex;
    justify-content: space-between;
  }

  .l-footer-nav a {
    font-size: 1.4rem;
  }

  .l-footer-nav a:hover {
    text-decoration: underline;
  }

  .l-footer-nav > ul {
    display: flex;
  }

  .l-footer-nav > ul > li {
    width: 115px;
  }

  .l-footer-nav > ul > li:first-child {
    width: 110px;
  }

  .l-footer-nav > ul > li:nth-of-type(4) {
    width: 212px;
  }

  .l-footer-nav > ul > li > a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 7px;
    margin: 0 5px 0 0;
    background: url(../img/ico_arrow_01.png) no-repeat 0 50%;
    background-size: contain;
    vertical-align: middle;
  }

  .l-footer-nav .nav-child {
    margin: 16px 0 0;
    padding: 0 0 0 9px;
  }

  .l-footer-nav .nav-child li {
    display: block;
    margin: 12px 0 0;
  }

  .l-footer-links {
    width: 230px;
    margin: 3px 0 0;
  }

  .l-footer-links ul li {
    height: 60px;
    margin: 10px 0 0;
  }

  .l-footer-links ul li a,
  .l-footer-links ul li span {
    padding: 0 0 3px;
    font-size: 1.4rem;
  }

  .l-footer-links ul li a {
    transition: opacity 0.2s ease-in-out;
  }

  .l-footer-links ul li a:hover {
    opacity: 0.7;
  }

  .l-footer-copy {
    margin: 50px 0 0;
    text-align: center;
  }

  .l-footer-copy span {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .mod-pagetop {
    right: 20px;
    bottom: 20px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }

  .mod-pagetop a {
    width: 60px;
    height: 60px;
  }

  .mod-pagetop a:after {
    width: 16px;
    height: 16px;
    margin: -4px 0 0;
    background-size: 0, 16px auto;
  }

  .l-wrapper {
    padding-top: 162px;
  }

  .page-home .l-wrapper {
    padding-top: 0;
  }

  .l-kv {
    top: 140px;
    height: 400px;
  }

  .l-panel {
    top: 139px;
    margin: 0 187px 0 0;
  }

  .l-main-breadcrumbs {
    height: 45px;
    margin: 0 auto;
    padding: 13px 0 0;
  }

  .l-main-breadcrumbs ol li {
    padding: 0 0 0 35px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .l-main-breadcrumbs ol li:before {
    top: 0.8em;
    left: 13px;
    font-size: 1.4rem;
  }

  .l-main-heading {
    height: 355px;
    padding: 26px 0 0;
  }

  .l-main-heading .category,
  .l-main-heading .date {
    font-size: 1.4rem;
  }

  .l-main-heading h1 {
    margin: 37px 0 0;
  }

  .l-main-heading h1 img {
    height: 55px;
    max-height: 55px;
    margin: 0 0 0 6px;
  }

  .l-main-heading h1 .sup {
    margin: 11px 0 0;
    font-size: 2.2rem;
  }

  article.l-main-inner .l-main-heading h1 {
    margin: 4px 0 0;
    font-size: 3.6rem;
    line-height: 1.7;
  }

  .l-main-heading p {
    margin: 51px 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .l-main-heading.for-story h1 {
    margin: 0;
    font-size: 6.4rem;
  }

  .l-main-heading.for-story h1 span {
    margin: 0 0 40px;
    font-size: 3.2rem;
  }

  .l-main-heading.for-story ul {
    margin: 40px 0 0;
    gap: 32px;
  }

  .l-main-heading.for-story ul li {
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 2.4rem;
  }

  .l-main-contents,
  .l-main-article {
    padding: 60px 0 200px;
  }

  .l-main-contents-inner h2,
  .l-main-article-inner h2 {
    margin: 80px 0 0;
    padding: 11px 20px 12px;
    font-size: 2.2rem;
    line-height: 1.7;
  }

  .l-main-contents-inner h2 + figure,
  .l-main-article-inner h2 + figure {
    margin-top: 40px;
  }

  .l-main-contents-inner p,
  .l-main-article-inner p {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 2.4;
  }

  .l-main-contents-inner p + p,
  .l-main-article-inner p + p {
    margin-top: 6px;
  }

  .l-main-article > figure {
    max-height: 786px;
  }

  .l-main-article > figure img {
    max-height: 786px;
  }

  .l-main-article > figure + .l-main-article-inner {
    margin-top: 60px;
  }

  .l-main-article-inner h3 {
    margin-top: 40px;
    padding: 10px 0 10px 20px;
    border-width: 5px;
    font-size: 2.0rem;
  }

  .l-main-article-inner h4 {
    margin-top: 40px;
    font-size: 1.6rem;
  }

  .l-main-article-inner figure {
    margin: 40px 0 0;
  }

  .l-main-article .mod-btn-rect {
    margin-top: 80px;
  }

  .l-main-lead h2 {
    margin: -10px -0.2em 0 0;
    font-size: 2.6rem;
    line-height: 1.7;
  }

  .l-main-lead p {
    margin-top: 45px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .l-main-lead p:first-child {
    margin-top: -7px;
  }

  .l-main-topics {
    margin: 80px 0 0;
  }

  .l-column {
    display: flex;
  }

  h2 + .l-column {
    margin: 40px 0 0;
  }

  .l-column.object-text .l-column-object {
    width: 380px;
    margin: 0 40px 0 0;
  }

  .l-column.object-text .l-column-object > *:first-child {
    margin-top: 0 !important;
  }

  .l-column.object-text .l-column-text {
    flex: 1;
    margin: 0;
  }

  .l-column.object-text .l-column-text p {
    margin: 21px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .l-column.object-text .l-column-text p:first-child {
    margin-top: -7px !important;
  }

  .l-column.object-text .l-column-text-sign {
    margin: 35px -0.1em 0 0;
    font-size: 1.8rem;
  }

  .l-column.object-text.reverse {
    flex-flow: row-reverse;
  }

  .l-column.object-text.reverse .l-column-object {
    margin: 0 0 0 40px;
  }

  .l-column.gallery {
    display: block;
    margin: 10px 0 0 -40px;
    letter-spacing: -0.4em;
  }

  .l-column.gallery > * {
    letter-spacing: normal;
  }

  .l-column.gallery .l-column-inner {
    display: inline-block;
    margin: 40px 0 0 40px;
    vertical-align: top;
  }

  .l-column.gallery figure {
    width: 580px;
    height: 380px;
  }

  .l-column.col-2,
  .l-column.col-4 {
    display: block;
    margin: 0 0 0 -40px;
  }

  .l-column.col-2 .l-column-inner,
  .l-column.col-4 .l-column-inner {
    display: inline-block;
    margin: 40px 0 0 40px;
    vertical-align: top;
  }

  .l-column.col-2 .l-column-inner > *:first-child,
  .l-column.col-4 .l-column-inner > *:first-child {
    margin-top: 0 !important;
  }

  .l-column.col-2 .l-column-title,
  .l-column.col-4 .l-column-title {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }

  .l-column.col-2 .l-column-text,
  .l-column.col-4 .l-column-text {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }

  .l-column.col-2 figure,
  .l-column.col-4 figure {
    margin: 40px 0 0;
  }

  .l-column.col-2 a,
  .l-column.col-4 a {
    margin: 40px 0 0;
  }

  .l-column + .l-column.col-2,
  .l-column + .l-column.col-4 {
    margin-top: 40px !important;
  }

  .l-column.col-2 {
    letter-spacing: -0.4em;
  }

  .l-column.col-2 > * {
    letter-spacing: normal;
  }

  .l-column.col-2 .l-column-inner {
    width: 580px;
  }

  .l-column.col-4 .l-column-inner {
    width: 270px;
  }

  .l-home-kv {
    height: 1080px;
  }

  .l-home-kv-image-inner {
    background-size: cover;
  }

  .l-home-kv-image-inner.image-01 {
    background-image: url(../img/bg_home_kv_01_pc.png);
  }

  .l-home-kv-panel-inner {
    right: 50%;
    margin: 0 50px 0 0;
  }

  .l-home-kv-content-heading {
    top: 320px;
    left: 0;
    width: 740px;
    height: 81px;
  }

  .l-home-kv-content-copy {
    top: 472px;
    left: 0;
    width: 250px;
    height: 136px;
  }

  .l-home-kv-news {
    bottom: 100px;
    width: 100%;
    height: 80px;
    margin: 0;
  }

  .l-home-kv-news-heading {
    width: 160px;
    font-size: 1.8rem;
  }

  .l-home-kv-news-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 30px;
  }

  .l-home-kv-news-content-date {
    width: 60px;
    margin: 0 30px 0 0;
    font-size: 1.4rem;
  }

  .l-home-kv-news-content-title {
    width: 780px;
    margin: 0;
  }

  .l-home-kv-news-content-title a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    font-size: 1.4rem;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .l-home-kv-news-content-link {
    width: 90px;
    height: 30px;
    margin: 0 0 0 auto;
    font-size: 1.2rem;
  }

  .l-home-kv-news-content-link:after {
    right: 6px;
    width: 12px;
    height: 4px;
    margin: -2px 0 0;
    background-size: 12px 4px;
  }

  .l-home-contents {
    height: 1080px;
    padding: 115px 0 0;
  }

  .l-home-contents-inner {
    width: 1200px;
  }

  .l-home-contents-header h2 img {
    height: 55px;
  }

  .l-home-contents-header h2 .sup {
    margin: 12px 0 0;
    font-size: 2.2rem;
  }

  .l-home-contents-header p {
    margin: 52px 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .l-home-contents-business > ul {
    margin: 43px 0 0 -30px;
    padding: 0;
    letter-spacing: -0.4em;
  }

  .l-home-contents-business > ul > * {
    letter-spacing: normal;
  }

  .l-home-contents-business > ul > li {
    display: inline-block;
    width: 380px;
    margin: 30px 0 0 30px;
    vertical-align: top;
  }

  .l-home-contents-business-image .title {
    height: 70px;
    font-size: 2.4rem;
  }

  .l-home-contents-business-image .title .sup {
    margin: 0;
    font-size: 1.4rem;
    text-indent: 0;
    letter-spacing: 0;
  }

  .l-home-contents-business-list {
    margin: 10px 0 0;
    padding: 16px 37px 16px 40px;
  }

  .l-home-contents-business-list li {
    font-size: 1.2rem;
    line-height: 1.667;
    letter-spacing: 0.1em;
  }

  .l-home-contents-business-list li:nth-child(2n+1) {
    margin: 0;
  }

  .l-home-contents.business {
    background-image: url(../img/bg_home_01_pc.png);
  }

  .l-home-contents.business .l-home-contents-panel-inner {
    left: 50%;
    margin: 0 0 0 50px;
  }

  .l-home-contents.business .mod-btn-rect {
    margin: 60px 0 0 auto;
  }

  .l-home-contents.works {
    background-image: url(../img/bg_home_02_pc.png);
  }

  .l-home-contents.works .l-home-contents-panel-inner.panel-01 {
    display: block;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -860px;
  }

  .l-home-contents.works .l-home-contents-panel-inner.panel-02 {
    right: 50%;
    left: auto;
    margin: 0 50px 0 0;
  }

  .l-home-contents.works .l-home-contents-column {
    margin: -60px 0 0 -40px;
    letter-spacing: -0.4em;
  }

  .l-home-contents.works .l-home-contents-column > * {
    letter-spacing: normal;
  }

  .l-home-contents.works .l-home-contents-column-inner {
    display: inline-block;
    width: 580px;
    height: 380px;
    margin: 60px 0 0 40px;
    vertical-align: top;
  }

  .l-home-contents.works .l-home-contents-header {
    padding: 0;
  }

  .l-home-contents.works .l-home-works-refine {
    margin: -15px 0 0;
    padding: 10px 10px 70px;
  }

  .l-home-contents.works .l-home-works-refine-category {
    margin: 0 0 0 -5px;
    pointer-events: none;
  }

  .l-home-contents.works .l-home-works-refine-category li {
    margin: 0 0 0 5px;
    padding: 4px 10px;
    font-size: 1.2rem;
  }

  .ie .l-home-contents.works .l-home-works-refine-category li {
    padding: 5px 10px 3px;
  }

  .l-home-contents.works .l-home-works-refine-title {
    height: 60px;
    padding: 0 80px 0 20px;
    font-size: 1.6rem;
  }

  .l-home-contents.works .l-home-works-refine-icon {
    width: 60px;
    height: 60px;
  }

  .l-home-contents.works .l-home-works-refine-icon:after {
    width: 27px;
    height: 7px;
    margin: -4px 0 0 -14px;
    background-size: 27px 7px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .l-home-contents.works .mod-btn-rect {
    margin: 53px 0 0;
  }

  .l-home-contents.other {
    background-image: url(../img/bg_home_03_pc.png);
  }

  .l-home-contents.other .l-home-contents-panel-inner {
    left: 50%;
    margin: 0 0 0 -50px;
  }

  .l-home-contents.other .l-home-contents-header.company {
    margin: 0;
  }

  .l-home-contents.other .l-home-contents-header.company .mod-btn-rect {
    margin-top: 51px;
  }

  .l-home-contents.other .l-home-contents-header.recruit {
    margin-top: 121px;
  }

  .l-home-contents.other .l-home-contents-header.recruit .mod-btn-rect {
    margin-top: 51px;
  }

  .l-business-intro {
    margin: 80px 0 0;
  }

  .l-business-intro-inner {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 40px 0 0;
  }

  .l-business-intro-image {
    width: 380px;
    margin: 0;
  }

  .l-business-intro-content {
    width: 780px;
    margin: 0;
  }

  .l-business-intro-content p {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .l-business-intro-content a {
    margin: 40px 0 0;
  }

  .l-business-intro-list {
    margin: 28px 0 0 -12px;
  }

  .l-business-intro-list li {
    margin: 12px 0 0 12px;
  }

  .l-business-intro-list li a {
    width: 252px;
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }

  .l-works-refine-form-text {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
  }

  .l-works-refine-form-select {
    width: auto;
    height: 60px;
    margin: 0 0 0 20px;
    vertical-align: middle;
  }

  .l-works-refine-form-select select {
    padding: 0 80px 0 20px;
    font-size: 1.6rem;
  }

  .l-works-refine-form-icon {
    width: 60px;
    height: 60px;
  }

  .l-works-refine-form-icon:after {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .l-works-refine-list {
    margin: 60px 0 0;
  }

  .l-works-refine-list > ul {
    margin: -40px 0 0 -40px;
    letter-spacing: -0.4em;
  }

  .l-works-refine-list > ul > * {
    letter-spacing: normal;
  }

  .l-works-refine-list > ul > li {
    display: inline-block;
    width: 580px;
    height: 380px;
    margin: 40px 0 0 40px;
    vertical-align: top;
  }

  .l-works-refine-list a {
    padding: 10px 10px 70px;
  }

  .l-works-refine-list-category {
    margin: 0 0 0 -5px;
    pointer-events: none;
  }

  .l-works-refine-list-category li {
    margin: 0 0 0 5px;
    padding: 4px 10px;
    font-size: 1.2rem;
  }

  .ie .l-works-refine-list-category li {
    padding: 5px 10px 3px;
  }

  .l-works-refine-list-title {
    height: 60px;
    padding: 0 80px 0 20px;
    font-size: 1.6rem;
  }

  .l-works-refine-list-icon {
    width: 60px;
    height: 60px;
  }

  .l-works-refine-list-icon:after {
    width: 27px;
    height: 7px;
    margin: -4px 0 0 -14px;
    background-size: 27px 7px;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .l-company-nav {
    height: 71px;
  }

  .l-company-nav ul li {
    width: 285px;
    height: 60px;
  }

  .l-company-nav ul li a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .l-company-nav ul li.is-current:before {
    bottom: -12px;
    margin: 0 0 0 -7px;
    border-width: 7px 7px 0 7px;
  }

  .l-company-access {
    margin: 40px 0 0;
  }

  .l-company-access-inner {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }

  .l-company-access-title,
  .l-company-access-info {
    font-size: 1.4rem;
  }

  .l-company-access-map {
    height: 400px;
    margin: 40px 0 0;
  }

  .l-company-partners {
    margin: 40px 0 0;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }

  .l-company-partners ul li {
    font-size: 1.4rem;
    line-height: 2.2;
  }

  .page-recruit .l-main-contents-inner p + .mod-btn-rect {
    margin-top: 20px;
  }

  .page-recruit .l-main-contents-inner .mod-btn-rect:last-child {
    margin-top: 80px;
  }

  .l-recruit-interview ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-recruit-interview li {
    width: 380px;
    margin: 40px 0 0;
  }

  .l-recruit-interview li:first-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .l-recruit-interview img {
    width: 380px;
  }

  .l-recruit-interview .text {
    margin-top: 20px;
  }

  .l-recruit-interview li:first-child .text {
    width: 780px;
    margin-top: 0;
  }

  .l-recruit-interview .department {
    font-size: 1.4rem;
  }

  .l-recruit-interview .name {
    margin-top: 20px;
    font-size: 2.4rem;
  }

  .l-recruit-interview table {
    margin-top: 20px;
  }

  .l-recruit-interview table th,
  .l-recruit-interview table td {
    font-size: 1.2rem;
  }

  .l-recruit-interview table th {
    width: 70px;
  }

  .l-recruit-interview .profile {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .page-news .l-main-article-inner {
    padding: 80px 40px 100px;
  }

  .l-contact {
    margin: 60px 0 0;
  }

  .l-contact-flow li {
    width: 380px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .l-contact-flow li:before {
    left: -25px;
    width: 15px;
    height: 15px;
    margin: -8px 0 0;
    background-image: url(../img/ico_arrow_03_pc.png);
    background-size: 15px;
  }

  .l-contact .mod-table th {
    width: 250px;
    vertical-align: middle;
  }

  .l-contact .mod-table th .required {
    margin: 0 0 0 20px;
    padding: 3px 12px;
    font-size: 1.2rem;
  }

  .l-contact .mod-table td {
    padding: 15px 0;
  }

  .l-contact .mod-table td .ex {
    margin: 5px 0 0;
    font-size: 1.4rem;
  }

  .l-contact input {
    display: block;
    width: 450px;
    height: 40px;
    padding: 0 10px;
    font-size: 1.4rem;
  }

  .l-contact input.size-middle {
    display: inline-block;
    width: 160px;
  }

  .l-contact input + input {
    margin: 10px 0 0;
  }

  .l-contact input[type=reset] {
    width: 90px;
    height: 30px;
    margin: 20px auto 0;
    font-size: 1.2rem;
  }

  .l-contact textarea {
    height: 180px;
    padding: 10px;
  }

  .l-contact .mod-btn-rect {
    margin: 40px 0 0;
  }

  .l-contact-complete-message {
    margin: 40px 0 0;
  }

  .page-error .l-main {
    padding: 92px 0 200px;
  }

  .page-error h1 {
    font-size: 7.2rem;
  }

  .page-error h1 .sup {
    margin: 4px 0 0;
    font-size: 2.2rem;
  }

  .page-error p {
    margin: 60px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .page-error .mod-btn-rect {
    margin-top: 60px;
  }

  .l-story-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .l-story-list-item {
    gap: 40px;
  }

  .l-story-list-item h2 {
    font-size: 2.4rem;
  }

  .l-story-list-item h2 span {
    margin: 8px 0 0;
    font-size: 2rem;
  }

  .l-story-content figure img {
	width: auto;
  }

  .l-story-btn {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .mod-ac-menu {
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-bottom: 0.26667vw solid #444;
  }

  .mod-ac-menu li {
    display: block;
    border-top: 0.26667vw solid #444;
  }

  .mod-ac-menu li:first-child {
    border: none;
  }

  .mod-ac-menu a {
    display: flex;
    position: relative;
    align-items: center;
    height: 14.4vw;
    padding: 0 13.33333vw 0 5.33333vw;
    color: #fff;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: 0.1em;
  }

  .mod-ac-menu a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 7.06667vw;
    width: 5.33333vw;
    height: 1.33333vw;
    margin: -0.66667vw 0 0;
    background: url(../img/ico_arrow_02.png) no-repeat 0 0;
    background-size: 5.33333vw 1.33333vw;
  }

  .mod-ac-menu > li {
    position: relative;
  }

  .mod-ac-menu > li a.mod-ac-menu-trigger:before {
    display: none;
  }

  .mod-ac-menu .nav-child li:first-child {
    border-top: 0.26667vw solid #444;
  }

  .mod-ac-menu .nav-child a {
    padding-left: 13.6vw;
    background: rgba(0, 0, 0, 0.4);
    font-weight: bold;
  }

  .is-sp-show {
    display: block !important;
  }

  .is-sp-hide {
    display: none !important;
  }

  .is-br-sp-show {
    display: inline-block !important;
  }

  .l-footer .mod-ac-menu {
    border-color: #2d4986;
    background: #00216a;
  }

  .l-footer .mod-ac-menu li {
    border-color: #2d4986;
  }

  .l-footer .mod-ac-menu a {
    height: 12vw;
    font-size: 3.2vw;
  }

  .l-footer .mod-ac-menu a:before {
    right: 5.06667vw;
  }

  .l-footer .mod-ac-menu .nav-child li:first-child {
    border-color: #2d4986;
  }

  .l-footer .mod-ac-menu .nav-child a {
    padding-left: 12.4vw;
    background: #001135;
    color: #fff;
    font-size: 3.2vw;
  }

  .l-home-kv-panel-inner .mod-svg-wrap {
    min-width: unset !important;
    min-height: unset !important;
  }

  .l-home-contents-inner .mod-btn-rect {
    width: 60vw;
  }

  .l-home-contents.works .l-home-contents-column-inner:first-child {
    margin-top: 0;
  }

  .l-contact .mod-table table,
  .l-contact .mod-table tbody,
  .l-contact .mod-table tr,
  .l-contact .mod-table th,
  .l-contact .mod-table td {
    display: block;
  }

  .l-contact .mod-table th {
    padding-bottom: 0;
  }

  .l-contact .mod-table td {
    margin-top: 2.26667vw;
    padding-top: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
