@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* ---------- lang --------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/**************************************************
  base
***************************************************/
fieldset {
  padding: 0;
  border: none;
}

/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body, button, input, textarea, select {
  color: #000;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #002e60;
  color: #fff;
}

::selection {
  background: #002e60;
  color: #fff;
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: calc(8rem / 3);
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  position: relative;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

a, button, img {
  transition: 0.3s;
}

a {
  color: #004693;
}
a:visited {
  color: #004693;
}
a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media all and (min-width: 501px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  color: #00a4da;
  text-decoration: none;
}

strong {
  font-weight: bold;
  color: #dd0000;
}

em {
  font-weight: bold;
  font-style: normal;
}

u {
  border-bottom: 1px solid #000;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.content img {
  width: 100%;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
  text-align: center;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text], input[type=tel], input[type=url], input[type=email], input[type=text],
textarea {
  padding: 0.5rem 1rem;
  width: 100%;
}

input[type=submit], label {
  cursor: pointer;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

@media all and (min-width: 501px) {
  ._float-l {
    float: left;
  }
  ._float-r {
    float: right;
  }
}
._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._x-small {
  font-size: 75% !important;
}

._large {
  font-size: 113% !important;
}

._x-large {
  font-size: 140% !important;
}

._xx-large {
  font-size: 200% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._textc, ._textc th, ._textc td {
  text-align: center !important;
}

@media all and (min-width: 768px) {
  ._textc_pc {
    text-align: center !important;
  }
}

._textr, ._textr th, ._textr td {
  text-align: right !important;
}

._textl, ._textl th, ._textl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important;
}

._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: calc(2rem / 2) !important;
}

._default {
  margin-bottom: 2rem !important;
}

._double {
  margin-bottom: calc(2rem * 2) !important;
}

/* ---------- devices ---------- */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ---------- lang --------- */
html[lang=ja] ._jp {
  display: block;
}
html[lang=ja] ._nojp {
  display: none;
}
html[lang=ja] ._nojp_notth {
  display: none;
}
html[lang=ja] ._th {
  display: none;
}
html:not([lang=ja]) ._jp {
  display: none;
}
html:not([lang=ja]) ._nojp {
  display: block;
}
/* 各国語版の表示 */
html[lang=en] ._nojp_notth {
  display: block;
}
html[lang=zh-CN] ._nojp_notth {
  display: block;
}
html[lang=ko] ._nojp_notth {
  display: block;
}
html[lang=de] ._nojp_notth {
  display: block;
}
html[lang=fr] ._nojp_notth {
  display: block;
}


html[lang=en] ._th {
  display: none;
}
html[lang=zh-CN] ._th {
  display: none;
}
html[lang=ko] ._th {
  display: none;
}
html[lang=de] ._th {
  display: none;
}
html[lang=fr] ._th {
  display: none;
}

html[lang=th] ._th {
  display: block;
}
html[lang=th] ._nojp {
  display: none;
}

/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.visuallyHidden:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/**************************************************
  Blockquote
***************************************************/
blockquote p:first-of-type {
  margin-top: 0;
}
blockquote cite {
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 90%;
}

/**************************************************
  Button
***************************************************/
/* -----------------------------------------------
  button
-------------------------------------------------- */
button:hover {
  cursor: pointer;
}

/* -----------------------------------------------
  link button
-------------------------------------------------- */
.btn_solid {
  text-decoration: none;
  display: inline-block;
  color: #999;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid currentColor;
  padding: 2rem 5rem 2rem 4rem;
  min-width: 20rem;
  position: relative;
}
.btn_solid .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: right 0.3s;
  fill: currentColor;
}
.btn_solid .icon-arrow {
  width: 2rem;
}
.btn_solid:visited {
  color: #999;
}
.btn_solid:hover {
  color: #fff;
  border-color: #004693;
  background: #004693;
}
.btn_solid:hover .icon {
  right: 1rem;
}
.btn_solid._full {
  min-width: 100%;
}
.btn:hover svg {
  transition: 0ms;
}
.btn_download {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 1.4rem;
  padding: 1.5rem;
}
.btn_download._large {
  font-size: 113% !important;
  display: inline;
  margin: 0 auto;
  padding: 1.5rem 3rem;
}
.btn_download:visited {
  color: #fff;
}
.btn_download:hover {
  background: #fff;
  color: #004693;
}
.btn_download .icon {
  width: 1.2em;
  height: 1.2em;
  margin-left: 1rem;
  fill: currentColor;
}

.bg-blue .btn_solid {
  border-color: #fff;
  color: #fff;
}
.bg-blue .btn_solid:hover {
  background: #fff;
  color: #004693;
}
.bg-blue .btn_fill {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #004693;
}

@media all and (min-width: 768px) {
  .cta_btn {
    display: flex !important;
    justify-content: center;
  }
}
.cta_btn a {
  width: 100%;
}
@media all and (min-width: 768px) {
  .cta_btn a {
    width: 250px;
    margin: 0 10px;
  }
}
.cta_btn .btn_contact {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #002d72;
  padding: 1.5rem 1rem;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .cta_btn .btn_contact {
    margin-top: 0;
  }
}
.cta_btn .btn_contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00a4da;
  top: 0;
  left: -100%;
  position: absolute;
  transition: left 0.3s;
}
.cta_btn .btn_contact:hover {
  color: #fff;
}
.cta_btn .btn_contact:hover::before {
  left: 0;
}
.cta_btn .btn_contact span {
  position: relative;
  font-weight: bold;
}

/**************************************************
  Icon
***************************************************/
svg {
  border: 0;
  vertical-align: middle;
  line-height: 1;
}

.icon {
  width: 3rem;
  height: 3rem;
}
.icon-blank {
  max-height: 1.6rem;
  max-width: 1.6rem;
  margin-left: 0.3rem;
}
.icon-file {
  max-height: 1.8rem;
  max-width: 1.8rem;
  margin-left: 0.5rem;
  vertical-align: text-top;
}
.icon-pdf {
  fill: #ee2917 !important;
}
.icon-doc {
  fill: #274f90 !important;
}
.icon-xls {
  fill: #1f6e43 !important;
}
.icon-ppt {
  fill: #d45331 !important;
}

/**************************************************
  img
***************************************************/
@media all and (min-width: 768px) {
  .content .c-img_fw {
    width: auto;
    max-width: initial;
  }
}
.content .c-img_small {
  max-width: 15rem;
}
.content .c-img_min {
  max-width: 30rem;
}
.content .c-img_mid {
  max-width: 100rem;
}
@media all and (max-width: 768px) {
  .content .c-img_min_sp {
    max-width: 40%;
  }
}

video {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.zoomImg {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.zoomImg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10001;
}
.lum-lightbox.lum-open:hover {
  cursor: zoom-out;
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

/**************************************************
  List
***************************************************/
/* 非順序リスト */
.wysiwyg ul,
.list-bullet {
  margin: 2rem 0;
}
.wysiwyg ul li,
.list-bullet li {
  margin-left: 2rem;
}
.wysiwyg ul li::before,
.list-bullet li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1.5rem;
  width: 6px;
  height: 6px;
  background: #004693;
  border-radius: 100%;
}
.wysiwyg ul ol, .wysiwyg ul ul,
.list-bullet ol,
.list-bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 順序リスト */
.wysiwyg ol,
.list-number {
  margin: 2rem 0;
  counter-reset: num;
}
.wysiwyg ol li,
.list-number li {
  padding-left: 2rem;
}
.wysiwyg ol li::before,
.list-number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  font-weight: bold;
  top: 0;
  left: 0.5rem;
  color: #004693;
}
.wysiwyg ol ol, .wysiwyg ol ul,
.list-number ol,
.list-number ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* ※付きリスト */
.list-rice {
  margin: 2rem 0;
}
.list-rice li {
  margin: 0 0 0 1rem;
  text-indent: -1em;
}
.list-rice li::before {
  display: none;
}

/* リンクリスト */
.list-link {
  margin: 2rem 0;
}
.list-link li {
  margin-left: 2rem;
}
.list-link li::before {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-color: #004693;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
  left: -1.5rem;
  top: 1rem;
}
.list-link ol, .list-link ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* テーブルの中のリスト */
table ul, table ol {
  margin: 0;
}

/**************************************************
  local nav
***************************************************/
/* -----------------------------------------------
  sidebar toc
-------------------------------------------------- */
.toc .chapter {
  margin-left: 1rem;
}
.toc .list-number li::before {
  background: transparent;
}
.toc a {
  display: block;
  text-decoration: none;
}

/* -----------------------------------------------
  local nav
-------------------------------------------------- */
.m-localnav {
  display: flex;
  justify-content: center;
  font-weight: 600;
  position: sticky;
  z-index: 11;
  top: 6.5rem;
  left: 0;
  background: #f3f3f3;
}
@media all and (max-width: 768px) {
  .m-localnav {
    flex-wrap: wrap;
    top: 5rem;
    position: static;
  }
}
.m-localnav a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
}
@media all and (max-width: 768px) {
  .m-localnav a {
    padding: 0.5rem 1rem;
  }
}
.m-localnav a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: currentColor transparent transparent transparent;
  margin-left: 1rem;
  margin-top: -0.2em;
}
.m-localnav a::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #004693;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.m-localnav a:hover {
  color: #004693;
}
.m-localnav a:hover::before {
  width: 100%;
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.content table {
  border-collapse: collapse;
  margin: 2rem 0;
  overflow-x: auto;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 768px) {
  .content table col {
    width: auto;
  }
}
.content table thead th {
  white-space: nowrap;
}
.content table tr th, .content table tr td {
  background: transparent;
  border: transparent;
  border-top: 1px solid #e5e5e5;
  padding: calc(0.61225vw + 5.20408px) calc(1.02041vw + 8.67347px);
  /* padding: calc(1.22449vw + 10.40816px) calc(2.04082vw + 17.34694px); */
}
@media all and (max-width: 768px) {
  .content table tr th, .content table tr td {
    display: block;
    width: 100%;
  }
}
.content table tr th {
  background: #F5F6F7;
  text-align: left;
}
@media all and (min-width: 768px) {
  .content table tr th {
    white-space: nowrap;
  }
}
.content table.simple {
  border-bottom: none;
}
.content table.simple tr th, .content table.simple tr td {
  padding: 0;
  border-top: none;
  padding: 1rem 0;
}
.content table.simple tr th {
  background: transparent;
  vertical-align: top;
}

/* -----------------------------------------------
  SPのみスクロール
-------------------------------------------------- */
.content .js-scroll-hint {
  overflow-x: auto;
}
.content .js-scroll-hint::before {
  content: "※この表は横にスクロールできます";
  position: sticky;
  top: 0;
  left: 0;
}
@media all and (min-width: 501px) {
  .content .js-scroll-hint::before {
    content: none;
  }
}
.content .js-scroll-hint table {
  min-width: 800px;
}
.content .js-scroll-hint table tr th, .content .js-scroll-hint table tr td {
  display: table-cell;
}
.content .js-scroll-hint img {
  max-width: 4rem;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading_col {
  display: flex;
  flex-direction: column-reverse;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 768px) {
  .c-heading_col {
    font-size: 2.5rem;
  }
}
.c-heading_col span {
  font-family: "Open Sans";
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #004693;
}

.c-heading_solid {
  display: flex;
  flex-direction: column-reverse;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}
.c-heading_solid span {
  font-family: "Open Sans";
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-heading_circle {
  position: relative;
  font-size: 2.5rem;
  padding-left: 1em;
  margin-top: 8rem;
}
@media all and (max-width: 768px) {
  .c-heading_circle {
    font-size: 2rem;
  }
}
.c-heading_circle::before {
  content: "";
  display: block;
  background: #004693;
  width: 0.5rem;
  height: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  position: absolute;
  top: 42%;
  left: 0;
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
._en {
  font-family: "Open Sans";
}

._attention {
  color: #dd0000;
}

._lead {
  font-size: 2rem;
}

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  font-weight: 600;
  background: #fff;
  z-index: 15;
  width: 100%;
  height: 6.5rem;
}
@media all and (max-width: 768px) {
  .header {
    height: 5rem;
  }
}
.header a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  color: #000;
}
.header-pc {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media all and (max-width: 1283px) {
  .header-pc {
    display: none;
  }
}
.header .header__logo {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5.3vw;
}
@media all and (max-width: 768px) {
  .header .header__logo a {
    justify-content: flex-start;
  }
}
@media all and (max-width: 768px) {
  .header .header__logo img {
    max-width: 80%;
  }
}
.header__nav {
  margin-right: 1rem;
}
.header__nav-wrap {
  display: flex;
}
.header__nav-item__link {
  padding: 0 1.5rem;
  position: relative;
}
.header__nav-item__link::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #004693;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.header__nav-item__link:hover::after {
  width: 100%;
}
.header__nav-item__link.is-current {
  color: #004693;
}
.header__nav .js-mega {
  position: static;
}
.header__nav .js-mega .header__nav-item__link {
  cursor: default;
}
.header__nav .js-mega .header__nav-item__link::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-color: #004693;
  transform: rotate(45deg);
  background: transparent;
  bottom: 1rem;
  left: calc(50% - 4px);
}
.header__nav .js-mega .header__nav-item__link:hover::after {
  bottom: 0.5rem;
}
.header__nav-panel {
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 6.5rem;
  left: 0;
  padding-right: 5.3vw;
  padding-left: 5.3vw;
  display: none;
}
.header__nav-panel dl {
  display: flex;
  padding: 3rem 0 4rem;
}
.header__nav-panel dl dt {
  width: 35rem;
  justify-content: flex-end;
}
.header__nav-panel dl dd {
  flex: 1;
  display: flex;
  gap: 4%;
}
.header__nav-panel_item {
  width: 28%;
  line-height: 1.5;
}
.header__nav-panel_item-img {
  margin-bottom: 1rem;
  overflow: hidden;
}
.header__nav-panel_item a {
  display: block;
  height: 100%;
}
.header__nav-panel_item a:hover {
  color: #004693;
}
.header__nav-panel_item a:hover .header__nav-panel_item-img img {
  transform: scale(1.2);
}
.header__utility {
  display: flex;
  background: #585858;
}
.header__utility li {
  min-width: 5.3vw;
  position: relative;
}
.header__utility li a, .header__utility li button {
  color: #fff;
}
.header__utility li a:hover, .header__utility li button:hover {
  background: #00a4da;
}
.header__utility li:first-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1.8rem;
  top: 35%;
  right: -1px;
  background: rgba(255, 255, 255, 0.3);
}
.header__utility li:nth-of-type(-n+2) a, .header__utility li:nth-of-type(-n+2) button {
  padding: 0 3rem;
}
.header__utility-translate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.9rem !important;
}
.header__utility-mail {
  width: 6.5rem;
  height: 6.5rem;
}
.header__utility-mail .icon {
  fill: #fff;
  transition: transform 0.3s;
}
.header__utility-mail a {
  background: #004693;
}
.header__utility-mail a:hover .icon {
  transform: scale(1.2);
}
.header .js-search {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  font-weight: 700;
  width: 100%;
  line-height: 1;
}
.header .js-search:hover {
  background: #00a4da;
}
.header .js-search-menu {
  display: none;
  position: absolute;
  width: 30rem;
  top: 6.5rem;
  right: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.header .js-search-menu div.gsc-control-cse {
  background-color: #585858;
  border: none;
}
.header .js-search-menu td.gsc-input {
  padding-right: 0;
}
.header .js-search-menu button.gsc-search-button {
  padding: 1.3rem;
  background-color: #004693;
  border-radius: 0;
  border-color: #004693;
  margin-left: 0;
}
.header .js-search-menu .gsst_a {
  height: auto;
  padding: 0 1rem;
}
.header .js-search-menu .gsst_a:hover {
  background-color: transparent;
}
.header .js-search-menu div.gsc-expansionArea {
  font-weight: normal;
}
.header .js-search-menu a.gs-title {
  display: block;
  padding: 0;
}
.header .js-search-menu a.gs-title:hover {
  background: transparent;
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.header__toggle {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 5.3vw;
  height: 5.3vw;
  min-width: 5rem;
  min-height: 5rem;
  z-index: 10000;
  background: #004693;
  cursor: pointer;
}
@media all and (min-width: 1283px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle-icon {
  position: absolute;
  margin: auto;
  width: 18px;
  height: 2px;
  left: 33%;
  background: #fff;
  transition: inherit;
}
.header__toggle-icon::before, .header__toggle-icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}
.header__toggle[aria-expanded=false] .header__toggle-icon::before {
  top: -5px;
}
.header__toggle[aria-expanded=false] .header__toggle-icon::after {
  top: 5px;
}
.header__toggle[aria-expanded=true] .header__toggle-icon {
  background: transparent;
}
.header__toggle[aria-expanded=true] .header__toggle-icon::before, .header__toggle[aria-expanded=true] .header__toggle-icon::after {
  background: #fff;
}
.header__toggle[aria-expanded=true] .header__toggle-icon::before {
  transform: rotate(45deg);
}
.header__toggle[aria-expanded=true] .header__toggle-icon::after {
  transform: rotate(-45deg);
}

.header__drawer {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: left 0.3s;
  z-index: 90;
  top: 0;
  padding: 5rem 5.3vw;
  overflow-y: auto;
}
@media all and (min-width: 1283px) {
  .header__drawer {
    display: none;
  }
}
.header__drawer[aria-hidden=true] {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.header__drawer[aria-hidden=false] {
  visibility: visible;
  position: fixed;
  left: 0;
  background: #fff;
}
.header__drawer a {
  height: auto;
}
.header__drawer-item {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__drawer-item a {
  justify-content: flex-start;
}
.header__drawer-item__link {
  position: relative;
}
.header__drawer-item__link::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #004693;
  border-radius: 100%;
  position: absolute;
  right: 1em;
}
.header__drawer-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  font-weight: 500;
  margin-top: 1.5rem;
}
.header__drawer-sub li {
  width: calc((100% - 1px) / 2);
}
.header__drawer-sub li a {
  background: rgba(0, 70, 147, 0.07);
  height: 100%;
  line-height: 1.5;
  font-size: 90%;
  padding: 1rem 1.5rem;
}
.header__drawer-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.header__drawer-lang li:first-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1em;
  top: 20%;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.header__drawer-lang li a {
  padding: 0.5rem 2rem;
  font-weight: normal;
}
.header__drawer-cta {
  margin: 2rem 0;
}
.header__drawer-cta a {
  background: #004693;
  color: #fff;
  padding: 1.5rem;
  height: auto;
  line-height: 1;
}
.header__drawer-cta a .icon {
  fill: #fff;
  height: 2rem;
}

.is-drawerActive {
  position: fixed;
}

/**************************************************
  Footer
***************************************************/
.footer {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 1px;
}
@media all and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}
.footer-left {
  background: #004693;
  flex: 1;
  padding: 5rem 5rem 5rem 5.3vw;
}
@media all and (max-width: 768px) {
  .footer-left {
    padding: 3rem 5.3vw;
  }
}
.footer-left a {
  color: #fff;
  text-decoration: none;
}
.footer-left a:hover {
  opacity: 0.7;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.footer__nav a {
  display: block;
  padding: 0.5rem 0;
}
.footer__nav__wrap {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .footer__nav__wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.footer__nav:first-child {
  width: 33.3333333333%;
}
@media all and (max-width: 768px) {
  .footer__nav:first-child {
    width: 100%;
  }
}
.footer__nav:first-child li {
  width: 50%;
}
.footer__nav:last-child {
  flex: 1;
}
.footer__nav:last-child > li {
  width: 100%;
}
.footer__nav:last-child .child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .footer__nav:last-child .child {
    margin-bottom: 1rem;
  }
}
.footer__nav:last-child .child li {
  width: 25%;
  position: relative;
}
@media all and (max-width: 768px) {
  .footer__nav:last-child .child li {
    width: 50%;
  }
}
.footer__nav:last-child .child li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer__nav:last-child .child li a {
  padding-left: 1.5rem;
}
.footer__nav__sub {
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-end;
}
.footer__nav__sub li:last-child{
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 30px;
  padding-left: 30px;
}
.footer__nav__sub li.footer__nav__sub__insta img{
  width: 28px;
  height: auto;
}

@media all and (max-width: 768px) {
  .footer__nav__sub li.footer__nav__sub__insta{
    display: none;
  }
}


.footer-cta {
  background: #002d72;
  width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  padding: 5rem;
}
@media all and (max-width: 768px) {
  .footer-cta {
    width: 100%;
    padding: 3rem 5.3vw;
  }
}
.footer-cta_btn {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.footer-cta_btn a {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #002d72;
  padding: 1.5rem 1rem;
  position: relative;
}
.footer-cta_btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00a4da;
  top: 0;
  left: -100%;
  position: absolute;
  transition: left 0.3s;
}
.footer-cta_btn a:hover {
  color: #fff;
}
.footer-cta_btn a:hover::before {
  left: 0;
}
.footer-cta_btn a span {
  position: relative;
}
.footer-cta dl {
  display: flex;
  line-height: 1;
  margin-top: 2rem;
}
.footer-cta dl dt {
  width: 8rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
[lang=en] .footer-cta dl dt {
  width: 5rem;
}

@media all and (max-width: 768px) {
  .footer-cta dl dt {
    width: 12rem;
  }
}
.footer-cta dl dd {
  flex: 1;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
[lang=en] .footer-cta dl dd {
  font-size: 2.1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 3rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-copyright {
  font-family: "Open Sans";
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  .footer-copyright {
    margin-top: 1rem;
    text-align: center;
  }
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
/**************************************************
  Layout
***************************************************/
.container {
  position: relative;
  margin-top: 6.5rem;
}
@media all and (max-width: 768px) {
  .container {
    margin-top: 5rem;
  }
}
.container::before {
  content: "";
  display: block;
  position: absolute;
  background: #585858;
  width: 50vw;
  height: 30vh;
  top: 0;
  right: 0;
  height: 15rem;
}

.content {
  padding-right: 5.3vw;
  padding-left: 5.3vw;
}
.content .l-full {
  margin-right: -5.3vw;
  margin-left: -5.3vw;
}
.content .l-full-inner {
  padding-right: 5.3vw;
  padding-left: 5.3vw;
}
.content .l-full.zero {
  margin-bottom: -8rem;
}

/* -----------------------------------------------
  has sidebar
-------------------------------------------------- */
.l-contents_inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 992px) {
  .l-contents_inner {
    display: block;
  }
}

.l-contents_main {
  width: calc(100% - 300px);
}
@media all and (max-width: 992px) {
  .l-contents_main {
    width: 100%;
  }
}

.l-contents_sidebar {
  width: 300px;
  padding-left: 5.3vw;
}
@media all and (max-width: 992px) {
  .l-contents_sidebar {
    margin-top: 8rem;
    width: 100%;
    padding-left: 0;
  }
}
.l-contents_sidebar ._sticky {
  position: sticky;
  top: 5.3vw;
}

/* -----------------------------------------------
  Grid
-------------------------------------------------- */
.row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.row > .col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.row > .col._solid {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.row > .col-s {
  flex-grow: 1;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.row > .col-m {
  flex-grow: 2;
  flex-basis: 66.66666%;
  max-width: 66.66666%;
}
.row._gap10 {
  gap: 1rem;
}
.row._gap30 {
  gap: 3rem;
}
.row._flexend {
  align-items: flex-end;
}
.row._f-direction-column {
  flex-direction: column;
}

@media all and (max-width: 500px) {
  .row {
    flex-direction: column;
  }
  .row._responsive {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .row .col-m, .row .col-s {
    max-width: 100%;
    width: 100%;
  }
}
/* -----------------------------------------------
  Layer
-------------------------------------------------- */
.l-layer {
  margin-top: 8rem;
}
.l-layer-content {
  background: #fff;
  margin-top: -8rem;
  margin-right: 5.3vw;
  margin-left: 5.3vw;
  position: relative;
  padding: 5rem;
}
@media all and (max-width: 768px) {
  .l-layer-content {
    margin-top: -2rem;
    padding: 2rem 0;
  }
}
.l-layer-content > *:first-child {
  margin-top: 0;
}

/* -----------------------------------------------
  card
-------------------------------------------------- */
.l-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 3rem;
}
@media all and (max-width: 768px) {
  .l-card {
    flex-direction: column;
  }
}
.l-card-item, .l-card-link {
  display: flex;
  flex-direction: column-reverse;
}
.l-card-link {
  color: #000;
  text-decoration: none;
}
.l-card-link:hover img {
  transform: scale(1.2);
}
.l-card-link.is-current {
  opacity: 0.6;
}
.l-card-title {
  text-align: center;
  font-weight: normal;
  margin-top: 1rem;
}
.l-card-title._position{
  position: relative;
}
.label{
  position:absolute;
  top:0;
  right: 0;
  background-color: #00a4da;
  color: #fff;
  font-size: 57%;
  padding: 0.5rem 1.5rem;
}
.l-card-img {
  overflow: hidden;
}
.l-card_col2 .l-card-item {
  width: calc((100% - 3rem) / 2);
}
@media all and (max-width: 768px) {
  .l-card_col2 .l-card-item {
    width: 100%;
  }
}
.l-card_col3 .l-card-item {
  width: calc((100% - 6rem) / 3);
}
@media all and (max-width: 768px) {
  .l-card_col3 .l-card-item {
    width: 100%;
  }
}
.l-card_col4 .l-card-item {
  width: calc((100% - 9rem) / 4);
}
@media all and (max-width: 768px) {
  .l-card_col4 .l-card-item {
    width: 100%;
  }
}
.l-card._min {
  justify-content: center;
}

/* -----------------------------------------------
  Box
-------------------------------------------------- */
.box__fill {
  background: rgba(0, 70, 147, 0.1);
  padding: 3rem;
  margin: 2rem 0;
}
.box__fill *:first-child {
  margin-top: 0;
}
.box__fill *:last-child {
  margin-bottom: 0;
}
.box__fill-title {
  border-left: 1px solid #004693;
  padding-left: 1em;
}

.box__border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin: 2rem 0;
}
.box__border *:first-child {
  margin-top: 0;
}
.box__border *:last-child {
  margin-bottom: 0;
}
.box__border-title {
  border-left: 1px solid #004693;
  padding-left: 1em;
}

.bg-gray {
  background: #eee;
}

.bg-blue {
  background-image: url("../images/common/bg_blue.jpg");
  background-size: cover;
}

.bg-white {
  background: #fff;
}

.l-split {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .l-split {
    flex-direction: column;
  }
}
.l-split-img {
  width: 100%;
}
.l-split-text {
  width: 100%;
}
.l-split-text-inner {
  padding: 5.3vw;
}
.l-split._reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .l-split._reverse {
    flex-direction: column;
  }
}

/* -----------------------------------------------
  Anchor
-------------------------------------------------- */
.anchor {
  padding-top: 65px;
  margin-top: -65px;
}

/**************************************************
  page title
***************************************************/
.page-title {
  position: relative;
  margin-right: 5.3vw;
  margin-left: 5.3vw;
  background: url("../images/common/img_hero.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 0 5rem;
  height: 25rem;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-shadow: 0px 0px 6px #fff;
}
@media all and (max-width: 768px) {
  .page-title {
    padding: 0 2rem;
    height: 20rem;
  }
}
.page-title_ja {
  font-size: 3rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .page-title_ja {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.page-title_en {
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.page-contents .page-title {
  background-image: url("../images/contents/bg_title.jpg");
}

.page-store .page-title {
  color: #fff;
  text-shadow: none;
}

.page-product .page-title {
  background-image: url("../images/product/bg_hero.jpg");
  background-position: right top;
}

.page-lifter .page-title {
  background-image: url("../images/product/bg_p1_title.jpg");
}

.page-deck_lift .page-title {
  background-image: url("../images/product/bg_p2_title.jpg");
}

.page-jack .page-title {
  background-image: url("../images/product/bg_p3_title.jpg");
}

.page-other .page-title {
  background-image: url("../images/product/bg_p4_title.jpg");
}

.page-lifter .page-title,
.page-deck_lift .page-title,
.page-jack .page-title,
.page-other .page-title {
  color: #fff;
  text-shadow: none;
  background-position: top right;
}

/**************************************************
  breadcrumb
***************************************************/
.breadcrumb {
  padding-right: 5.3vw;
  padding-left: 5.3vw;
  display: flex;
  width: 100%;
  font-size: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 8rem;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}
.breadcrumb li {
  padding: 2rem 2rem 2rem 1rem;
}
@media all and (max-width: 768px) {
  .breadcrumb li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.breadcrumb li::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 48%;
  right: 0;
}
.breadcrumb li:last-of-type::after {
  content: none;
}

/**************************************************
  faq
***************************************************/
.faq__item--question button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}
.faq__item--answer {
  display: none;
}

/**************************************************
  Carousel
***************************************************/
.js-slide {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}
.js-slide img {
  width: 100%;
}
.js-slide .swiper-pagination {
  padding-right: 2rem;
}

/**************************************************
  pagination
***************************************************/
.pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1px;
  font-size: 90%;
}
.pagination__nav span, .pagination__nav a, .pagination__nav .cur {
  display: block;
  padding: 0.5rem 1rem;
  background: rgba(0, 70, 147, 0.1);
}
.pagination__nav a {
  text-decoration: none;
}
.pagination__nav a:hover {
  background: #004693;
  color: #fff;
}
/**************************************************
  share
***************************************************/
.share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 8rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 500px) {
  .share {
    display: block;
  }
}
.share__title {
  margin-top: 0;
  margin-right: 3rem;
  font-size: 1.6rem;
}
@media all and (max-width: 500px) {
  .share__title {
    text-align: center;
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
}
.share__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.share__nav li {
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
}
.share__nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  background: #eee;
  border-radius: 50%;
}
.share__nav__link .icon {
  fill: currentColor;
  width: 2rem;
  height: 2rem;
}
.share__nav__link:hover {
  opacity: 1;
  background: currentColor;
}
.share__nav__link:hover .icon {
  fill: #fff;
}
.share__nav--facebook a {
  color: #1877f2;
}
.share__nav--twitter a {
  color: #55acee;
}
.share__nav--line a {
  color: #00c300;
}

/**************************************************
  Form
***************************************************/
/* -----------------------------------------------
  base
-------------------------------------------------- */
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contactForm {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.content table.ablogcmsForm tr th {
  padding-left: 20px;
  padding-right: 55px;
  width: 275px;
  white-space: normal;
  position: relative;
}
.content table.ablogcmsForm tr th span {
  font-size: 1.2rem;
  line-height: 1;
  padding: 3px 5px;
  background: #ccc;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
}
.content table.ablogcmsForm tr th span.required {
  background: #dd0000;
  color: #fff;
}
.content table.ablogcmsForm tr td {
  width: calc(100% - 275px);
}
@media screen and (max-width: 768px) {
  .content table.ablogcmsForm tr th, .content table.ablogcmsForm tr td {
    width: 100%;
  }
}
.content table.ablogcmsForm .attention {
  margin-bottom: 0;
}

.agreement-privacy {
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 40vh;
  overflow-y: auto;
  padding: 2rem;
  margin-bottom: 2rem;
}

.form__group {
  zoom: 1;
}
.form__group:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.form__heading {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form__heading strong,
.form__heading span {
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  white-space: nowrap;
}
.form__heading strong {
  background: #dd0000;
  color: #fff;
}
.form__content {
  width: 80%;
  padding-left: 2rem;
}
@media all and (max-width: 500px) {
  .form__content {
    padding-left: 0;
  }
}
.form__heading, .form__content {
  float: left;
  margin: 1rem 0;
}
@media all and (max-width: 500px) {
  .form__heading, .form__content {
    float: none;
    width: 100%;
  }
}
.form__agree__text {
  text-align: center;
}
@media all and (max-width: 500px) {
  .form__agree__text {
    text-align: left;
  }
}
.form__agree__content {
  height: 40vh;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.form__agree__content .heading2 {
  font-size: 2rem;
}
.form__agree__content .heading2:first-of-type {
  margin-top: 0;
}
.form__agree__check {
  text-align: center;
}
.form__agree__check label {
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  line-height: 1;
  padding: 1.5rem;
}
.form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.form__btn--confirm {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #004693;
}
.form__btn--back {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(0, 0, 0, 0.08);
}

input[type=radio] {
  margin-right: 0.5em;
}

.input-question2 {
  margin-left: 1.1em;
  text-indent: -1.1em;
}

/* -----------------------------------------------
  Flow
-------------------------------------------------- */
.flow {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flow li {
  padding: 14px 0;
  width: 33.3%;
  background-repeat: no-repeat;
  background-color: #004693;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.flow li:not(.flow01)::before {
  content: none !important;
}
.flow li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 10px;
  border-color: transparent transparent transparent #004693;
  position: absolute;
  top: 0;
  right: -9.5px;
  z-index: 1;
}
.flow li.flow01 {
  z-index: 3;
}
.flow li.flow01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
.flow li.flow02 {
  z-index: 2;
}
.flow li.flow03::after {
  border-width: 0 10px 44px 0;
  border-color: transparent #fff transparent transparent !important;
  right: 0;
}
.flow.step01 li.flow01 {
  font-weight: bold;
}
.flow.step01 li.flow02 {
  background-color: #ccc;
}
.flow.step01 li.flow02::after {
  border-color: transparent transparent transparent #ccc;
}
.flow.step01 li.flow03 {
  color: #aaa;
  background-color: #e5e5e5;
}
.flow.step02 li.flow01 {
  color: #aaa;
  background-color: #e5e5e5;
}
.flow.step02 li.flow01::after {
  border-color: transparent transparent transparent #e5e5e5;
}
.flow.step02 li.flow02 {
  font-weight: bold;
}
.flow.step02 li.flow03 {
  color: #aaa;
  background-color: #e5e5e5;
}
.flow.step02 li.flow03::after {
  border-color: transparent transparent transparent #e5e5e5;
}
.flow.step03 li.flow01 {
  background-color: #ccc;
}
.flow.step03 li.flow01::after {
  border-color: transparent transparent transparent #ccc;
}
.flow.step03 li.flow02 {
  color: #aaa;
  background-color: #e5e5e5;
}
.flow.step03 li.flow02::after {
  border-color: transparent transparent transparent #e5e5e5;
}
.flow.step03 li.flow03 {
  font-weight: bold;
  background-color: #00a4da;
}
.flow.step03 li.flow03::after {
  border-color: transparent transparent transparent #00a4da;
}

/* -----------------------------------------------
  error
-------------------------------------------------- */
.form__error {
  margin: 0 0 0.5em;
  color: #dd0000;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.form__error .icon {
  fill: #dd0000;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  transform: translateY(-1px);
}
.form__error__input {
  background: rgba(221, 0, 0, 0.1);
}

br + .form__error {
  margin-top: 2rem;
}

@media all and (min-width: 501px) {
  .form__agree__check .form__error {
    justify-content: center;
  }
}

/* -----------------------------------------------
  confirm
-------------------------------------------------- */
.mw_wp_form_confirm .addrHint,
.mw_wp_form_confirm .form__agree {
  display: none;
}

/* -----------------------------------------------
  Layout
-------------------------------------------------- */
/* -----------------------------------------------
  Confirm
-------------------------------------------------- */
.confirm .agreement, .confirm .formHint {
  display: none;
}

.form-button {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form-button input[type=submit] {
  flex-basis: 30rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 500px) {
  .form-button {
    display: block;
  }
}
.form-button .btn_solid {
  margin-bottom: 1.5rem;
}
.form-button .btn_solid:not(._reverce) {
  border-color: #004693;
  background-color: #004693;
  color: #fff;
}
.form-button .btn_solid:not(._reverce) .icon-arrow {
  fill: #fff;
}
.form-button .btn_solid:not(._reverce):hover {
  border-color: #00a4da;
  background-color: #00a4da;
}
.form-button .btn_solid._reverce {
  padding: 2rem 4rem 2rem 5rem;
}
.form-button .btn_solid._reverce .icon {
  left: 1.5rem;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}
.form-button .btn_solid._reverce:hover {
  border-color: #585858;
  background-color: #585858;
}
.form-button .btn_solid._reverce:hover .icon {
  left: 1rem;
}

/**************************************************
  Sidebar
***************************************************/
.content__side-title {
  font-size: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.content__side-title::before {
  content: "";
  display: block;
  position: absolute;
  background: #004693;
  width: 5rem;
  height: 1px;
  bottom: 0;
  left: 0;
}
.content__side__archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.content__side__archive li {
  width: 40%;
}
.content__side .list-link {
  margin-bottom: 5rem;
}

/**************************************************
  entry-list
***************************************************/
.entry-list__item__link {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 0.5rem 0;
  color: #000;
}
.entry-list__item__link:visited {
  color: #000;
}
.entry-list__item__link:hover {
  color: #004693;
}
.entry-list__item__time {
  order: 1;
  width: 100%;
  color: #004693;
  font-size: 1.4rem;
}
.entry-list__item .icon {
  order: 3;
}
.entry-list__item__title {
  order: 2;
  line-height: 1.5;
  font-weight: normal;
}

/**************************************************
  entry
***************************************************/
.entry-header {
  margin-bottom: 2rem;
}
.entry-title {
  font-size: 3rem;
  line-height: 1.6;
}
.entry-date {
  text-align: right;
  font-size: 90%;
}
.entry-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.entry-nav li {
  flex: 1;
}
.entry-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.entry-nav li a:hover {
  color: #004693;
}
.entry-nav li .icon {
  width: 1em;
  height: 1em;
  margin: 0 0.5rem;
  fill: currentColor;
}
.entry-nav li:nth-of-type(1) .icon {
  transform: rotate(180deg);
}

/* -----------------------------------------------
  body
-------------------------------------------------- */
.column2 {
  width: 50%;
  float: left;
}
@media all and (max-width: 768px) {
  .column2 {
    float: both;
    width: 100%;
  }
}

.column3 {
  width: 33.3333333333%;
  float: left;
}
@media all and (max-width: 768px) {
  .column3 {
    float: both;
    width: 100%;
  }
}

.column-image-left,
.column-image-center,
.column-image-right,
.column-image-auto {
  width: 100% !important;
}

.entry-container h2, .entry-container.wysiwyg h1 {
  margin: 2rem 0;
  font-size: 2.3rem;
  line-height: 1.6;
  position: relative;
  padding-top: 2rem;
}
.entry-container h2::before, .entry-container.wysiwyg h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-container h2::after, .entry-container.wysiwyg h1::after {
  content: "";
  display: block;
  width: 10rem;
  height: 1px;
  background: #004693;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-container h3, .entry-container.wysiwyg h2 {
  margin: 2rem 0;
  font-size: 2rem;
  border-left: 1px solid #004693;
  padding-left: 1em;
  padding-top: 0;
}
.entry-container h3::before, .entry-container h3::after, .entry-container.wysiwyg h2::before, .entry-container.wysiwyg h2::after {
  content: none;
}
.entry-container h4, .entry-container.wysiwyg h3 {
  margin: 2rem 0;
  border-bottom: 1px solid #000;
  border-left: none;
  padding-left: 0;
  padding-bottom: 1rem;
}
.entry-container.wysiwyg h4 {
  margin: 2rem 0;
  border: none;
  padding-bottom: 0;
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
}
.entry-container.wysiwyg h4::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #004693;
  top: 0.5em;
  left: 0;
  position: absolute;
}
.entry-container.wysiwyg h5 {
  margin: 2rem 0;
  color: #004693;
}
.entry-container.wysiwyg h6 {
  margin: 2rem 0;
}
.entry-container p {
  margin: 2rem 0;
}
.entry-container table tr th, .entry-container table tr td {
  padding: 1.5rem;
  display: table-cell;
  width: auto;
}
.entry-container table.acms-table-scrollable {
  overflow-x: auto;
}

.column-gf-youtube-left,
.column-gf-youtube-auto,
.column-gf-youtube-right {
  width: 100% !important;
  padding: 0 1rem 2rem;
}

.column-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.column-iframe iframe {
  width: 100%;
  height: 100%;
}

/**************************************************
  extend
***************************************************/
/* -----------------------------------------------
  search
-------------------------------------------------- */
.gsc-results-wrapper-overlay {
  height: 90vh !important;
}

.gsc-modal-background-image {
  height: 100vh !important;
}

/* -----------------------------------------------
  Gtranslate
-------------------------------------------------- */
.header__utility-translate:hover {
  background: #00a4da;
}
.header__utility-translate .gt_float_switcher,
.header__utility-translate .gt_float_switcher .gt-selected,
.header__utility-translate .gt_float_switcher .gt_options {
  background: transparent;
  box-shadow: none;
}
.header__utility-translate .gt_float_switcher .gt-selected .gt-current-lang {
  color: #fff;
}
.header__utility-translate .gt_float_switcher .gt-selected .gt-current-lang:hover {
  background: #00a4da;
}
.header__utility-translate .gt_float_switcher .gt_options {
  position: absolute;
  top: 6.5rem;
  background: #585858;
}
.header__utility-translate .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  display: none;
}
.header__utility-translate .gt_float_switcher .gt_options {
  color: #fff;
  font-size: 1.4rem;
  overflow-x: hidden;
}
.header__utility-translate .gt_float_switcher .gt_options a {
  padding: 1rem 0.5rem;
  height: auto;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  font-weight: normal;
}
.header__utility-translate .gt_float_switcher .gt_options a:hover {
  background: #00a4da;
}
.header__utility-translate .gt_float_switcher img {
  width: 2rem;
}

.header__drawer .gtranslate_wrapper {
  text-align: center;
}
.header__drawer .gtranslate_wrapper select {
  width: 100%;
}

#gt_float_wrapper + #gt_float_wrapper {
  display: none;
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.mainVisual {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  margin-right: 5.3vw;
  margin-left: 5.3vw;
}
.mainVisual img {
  width: 100%;
}
.mainVisual-text {
  position: absolute;
  bottom: 5rem;
  left: 6rem;
  z-index: 1;
  color: #fff;
  line-height: 1.3;
}
@media all and (max-width: 768px) {
  .mainVisual-text {
    left: 2rem;
  }
}
.mainVisual-text_ja {
  font-size: 4.8vw;
  margin-bottom: 1vw;
}
@media all and (max-width: 768px) {
  .mainVisual-text_ja {
    font-size: 3rem;
  }
}
.mainVisual-text_en {
  font-size: 1.5vw;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: 1px;
}
.mainVisual-text_en span {
  display: block;
  font-size: 1vw;
  padding-bottom: 0.5vw;
}

.swiper-pagination {
  text-align: right;
  padding-right: 4rem;
  bottom: 1.5rem;
}
@media all and (max-width: 768px) {
  .swiper-pagination {
    padding-right: 1.5rem;
  }
}
.swiper-pagination-bullet {
  width: 4rem;
  height: 0.5rem;
  border-radius: 0;
  background: #585858;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

.l-about {
  position: relative;
  padding-top: 5rem;
}
.l-about-inner {
  display: flex;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .l-about-inner {
    flex-direction: column;
    max-width: 100%;
  }
}
.l-about-headline {
  color: #004693;
  font-size: 3.4rem;
  margin-top: 2rem;
  width: 30rem;
}
@media all and (max-width: 768px) {
  .l-about-headline {
    width: 100%;
    margin-top: -3rem;
    text-align: center;
    font-size: 2.5rem;
  }
}
.l-about-text {
  font-size: 2rem;
  line-height: 2.3;
  flex: 1;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .l-about-text {
    margin-top: 1rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.l-about-btn {
  margin-top: 0;
}
.l-about::before {
  content: "ABOUT US";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #004693;
  opacity: 0.1;
  font-size: 16vw;
  font-family: "Open Sans";
  font-weight: 700;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .l-about::before {
    font-size: 16.9vw;
  }
}

.l-product {
  margin-top: 8rem;
}
.l-product-wrap {
  display: flex;
}
@media all and (max-width: 768px) {
  .l-product-wrap {
    flex-direction: column;
  }
}
.l-product-item {
  flex: 1;
  aspect-ratio: 50/29;
  background: #004693;
}
.l-product-link {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.l-product-link:hover .l-product-img {
  transform: scale(1.1);
  opacity: 0.6;
}
.l-product-img {
  width: auto;
  height: 100%;
}
.l-product-title {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 768px) {
  .l-product-title {
    font-size: 2rem;
  }
}

.l-recruit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 8rem 0 0;
}
.l-recruit-inner {
  background-image: url("../images/top/bg_recruit.jpg");
  background-position: top right;
  background-size: cover;
  flex: 1;
  position: relative;
}
@media all and (max-width: 768px) {
  .l-recruit-inner {
    background-position: 72% 0;
  }
}
.l-recruit-title {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6rem 12rem 0 3rem;
}
@media all and (max-width: 768px) {
  .l-recruit-title {
    padding: 2rem 2rem 0;
  }
}
.l-recruit-title p {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .l-recruit-title .c-heading_col {
    margin-bottom: -2rem;
  }
}
.l-recruit-copy {
  color: #004693;
  font-size: 6rem;
  font-family: "Open Sans";
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-top: auto;
  margin-bottom: auto;
  width: 22rem;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .l-recruit-copy {
    width: 10vw;
  }
}

.l-activity {
  background: #f8f8f8;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.l-activity-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-right: 5.3vw;
  padding-left: 5.3vw;
}
@media all and (max-width: 768px) {
  .l-activity-list {
    flex-wrap: wrap;
    gap: 3.5rem;
  }
}
@media all and (max-width: 768px) {
  .l-activity-list_item {
    width: calc((100% - 7rem) / 3);
    text-align: center;
  }
  .l-activity-list_item.small {
    width: calc((100% - 7rem) / 6);
  }
}
.l-activity-list a {
  display: block;
  position: relative;
}
.l-activity-list a::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 70, 147, 0.1);
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.3s;
}
.l-activity-list a:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1.5);
}
.l-activity-list a img {
  position: relative;
  width: auto;
  max-width: initial;
  height: 10rem;
}
@media all and (max-width: 768px) {
  .l-activity-list a img {
    width: 100%;
    height: auto;
  }
}

.l-strength {
  padding-top: 4rem;
  margin-top: 8rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .l-strength {
    overflow-x: hidden;
  }
}
.l-strength-nav {
  margin-right: 5.3vw;
  margin-left: 5.3vw;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  counter-reset: number 0;
}
@media all and (max-width: 768px) {
  .l-strength-nav {
    gap: 2rem;
  }
}
.l-strength-nav li {
  width: calc((100% - 12rem) / 3);
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .l-strength-nav li {
    width: 100%;
  }
}
.l-strength-nav li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3vw 3vw;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}
.l-strength-nav li:nth-child(1)::after {
  border-color: transparent transparent #EAEAEA transparent;
}
.l-strength-nav li:nth-child(2)::after {
  border-color: transparent transparent #E8E6E4 transparent;
}
.l-strength-nav li:nth-child(3)::after {
  border-color: transparent transparent #DCD6D6 transparent;
}
@media all and (max-width: 768px) {
  .l-strength-nav li::after {
    border-width: 0 0 4rem 4rem;
    border-color: transparent transparent #fff transparent !important;
  }
}
.l-strength-nav li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem;
  width: 100%;
  min-height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 70, 147, 0.3);
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .l-strength-nav li h3 {
    font-size: 1.6rem;
    text-align: left;
  }
  .l-strength-nav li h3 br {
    display: none;
  }
}
.l-strength-nav li img {
  width: 100%;
}
.l-strength-nav li a::before, .l-strength-nav li a::after {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.l-strength-nav li a::before {
  content: "";
  display: inline-block;
  background: rgba(0, 70, 147, 0.5);
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 100%;
}
.l-strength-nav li a::after {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #fff;
  font-size: 2.8rem;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 2.5;
}
.l-strength-nav li a:hover {
  opacity: 1;
}
.l-strength-nav li a:hover h3 {
  background: rgba(0, 70, 147, 0.9);
}
.l-strength-nav li a:hover::before {
  background: #004693;
}
.l-strength-bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .l-strength-bg {
    max-width: initial;
    height: 50vh;
  }
}

.l-news {
  background-image: url("../images/top/bg_news.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .l-news {
    background-size: cover;
    background-position: top right;
  }
}
.l-news-inner {
  background: #fff;
  margin-right: 5.3vw;
  margin-left: 5.3vw;
  border: 1px solid #d5d5d5;
  display: flex;
  padding: 6rem;
}
@media all and (max-width: 768px) {
  .l-news-inner {
    flex-direction: column;
    padding: 3rem;
  }
}
.l-news-left {
  position: relative;
  min-width: 20rem;
  padding-right: 5rem;
  margin-right: 5rem;
}
@media all and (max-width: 768px) {
  .l-news-left {
    margin-right: 0;
  }
}
.l-news-left::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .l-news-left::after {
    content: none;
  }
}
.l-news .entry-list {
  flex: 1;
}
.l-news .entry-list + .sp {
  margin-bottom: 1rem;
  text-align: center;
}

.type-top .page-title, .type-top .breadcrumb {
  display: none;
}

.m-message {
  display: flex;
  flex-direction: column;
}
.m-message-text {
  margin: 3rem 0 6rem;
}
.m-message-text p {
  margin: 0;
}
@media all and (max-width: 768px) {
  .m-message-text .row {
    gap: 0;
  }
}
.m-message .img {
  background-image: url("../images/company/img_message.jpg");
  background-size: cover;
  color: #fff;
  padding: 10vw 5vw;
  font-size: 3rem;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .m-message .img {
    background-position: 90% center;
    padding: 20rem 5vw 3vw;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.m-intro {
  display: flex;
  gap: 4rem;
}
@media all and (max-width: 768px) {
  .m-intro {
    flex-direction: column;
    gap: 2rem;
  }
}
.m-intro-text {
  flex: 1060;
}
.m-intro-img {
  flex: 200;
}
.m-intro._big .m-intro-text {
  flex: 1060;
}
.m-intro._big .m-intro-img {
  flex: 700;
}

.m-vision {
  color: #fff;
  padding: 4rem 5.3vw;
}
.m-vision-title {
  text-align: center;
  font-size: 4rem;
}
.m-vision-title span {
  display: block;
  font-family: "Open Sans";
  font-size: 1.4rem;
}
.m-vision-text {
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
}
@media all and (max-width: 768px) {
  .m-vision-text {
    text-align: left;
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  timeline
-------------------------------------------------- */
.m-timeline {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3rem;
}
.m-timeline-item {
  display: flex;
  padding-top: calc(1.22449vw + 10.40816px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 768px) {
  .m-timeline-item {
    flex-direction: column;
  }
}
.m-timeline-date {
  color: #004693;
  font-family: "Open Sans";
  font-size: 4rem;
  line-height: 1;
  width: 20%;
}
@media all and (max-width: 768px) {
  .m-timeline-date {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.m-timeline-content {
  flex: 1;
}
.m-timeline-title {
  font-size: 1.8rem;
}
.m-timeline-text {
  margin-top: 0;
  margin-bottom: calc(1.22449vw + 10.40816px);
}

.m-iconset {
  display: flex;
  gap: 1rem;
}
.m-iconset li {
  width: calc((100% - 2rem) / 3);
}

@media all and (min-width: 768px) {
  .c-accessmap .wp-block-embed__wrapper {
    padding-top: 0%;
  }
}

.page-store .page-title {
  background-image: url("../images/store/bg_hero.png");
}
.page-store .l-split-img {
  width: 30%;
}

/**************************************************
  strength
***************************************************/
.page-strength .page-title {
  background-image: url("../images/strength/bg_hero.jpg");
  background-position: center center;
}
.page-strength ._lead {
  font-size: 2.4rem;
  margin-bottom: 8rem;
}
.page-strength .l-strength-container {
  background-image: url("../images/strength/bg_main.jpg");
  background-size: cover;
  padding-bottom: 30rem;
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-container {
    padding-bottom: 1rem;
  }
}
.page-strength .l-strength-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  counter-reset: number 0;
}
.page-strength .l-strength-content-inner {
  background-image: url("../images/strength/bg_inner.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1283px) {
  .page-strength .l-strength-content-inner {
    background-size: cover;
  }
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-content-inner {
    background-image: none;
  }
}
.page-strength .l-strength-inner {
  background-size: cover;
  background-position: top right;
  height: 59rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-inner {
    height: auto;
    margin-bottom: 6rem;
  }
}
.page-strength .l-strength-inner._reverse {
  background-position: top left;
}
.page-strength .l-strength-inner._reverse .l-strength-item {
  left: auto;
  right: 0;
}
.page-strength .l-strength-item {
  max-width: 72rem;
  background-image: url("../images/strength/bg_item01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: 1;
  font-feature-settings: "palt";
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-item {
    position: static;
    background-image: url("../images/strength/bg_item01_sp.png");
    padding-top: 60vw;
  }
}
.page-strength .l-strength-item-inner {
  padding-top: 10rem;
  padding-right: 5rem;
  padding-left: 10rem;
  padding-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-item-inner {
    padding: 0;
    background-color: #fff;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 4rem 3rem 2rem 6rem;
    border-bottom: 5px solid #004693;
  }
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-item-inner::before {
    content: "";
    background-image: url("../images/strength/bg_item01_sp2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 7rem;
    height: 100%;
    position: absolute;
    top: -3rem;
    left: -1rem;
  }
}
.page-strength .l-strength-item-title {
  color: #004693;
  font-size: 3.8rem;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .page-strength .l-strength-item-title {
    font-size: 3rem;
  }
}
[lang=en] .page-strength .l-strength-item-title {
  font-size: 3rem;
}

.page-strength .l-strength-item-text {
  font-size: 2.1rem;
  letter-spacing: 1px;
}
[lang=en] .page-strength .l-strength-item-text {
  font-size: 1.6rem;
}

.page-strength #sec02 {
  height: 70rem;
}
@media all and (max-width: 768px) {
  .page-strength #sec02 {
    height: auto;
  }
}
.page-strength #sec02 .l-strength-item {
  background-image: url("../images/strength/bg_item02.png");
}
@media all and (max-width: 768px) {
  .page-strength #sec02 .l-strength-item {
    background-image: url("../images/strength/bg_item02_sp.png");
  }
}
@media all and (max-width: 768px) {
  .page-strength #sec02 .l-strength-item-inner::before {
    background-image: url("../images/strength/bg_item02_sp2.png");
  }
}
.page-strength #sec03 {
  height: 712px;
}
@media all and (max-width: 768px) {
  .page-strength #sec03 {
    height: auto;
  }
}
.page-strength #sec03 .l-strength-item {
  background-image: url("../images/strength/bg_item03.png");
}
@media all and (max-width: 768px) {
  .page-strength #sec03 .l-strength-item {
    background-image: url("../images/strength/bg_item03_sp.png");
  }
}
@media all and (max-width: 768px) {
  .page-strength #sec03 .l-strength-item-inner::before {
    background-image: url("../images/strength/bg_item03_sp2.png");
  }
}
.page-strength #sec04 {
  height: 580px;
}
@media all and (max-width: 768px) {
  .page-strength #sec04 {
    height: auto;
  }
}
.page-strength #sec04 .l-strength-item {
  background-image: url("../images/strength/bg_item04.png");
  bottom: -45%;
}
@media all and (max-width: 768px) {
  .page-strength #sec04 .l-strength-item {
    background-image: url("../images/strength/bg_item04_sp.png");
  }
}
@media all and (max-width: 768px) {
  .page-strength #sec04 .l-strength-item-inner::before {
    background-image: url("../images/strength/bg_item04_sp2.png");
  }
}
.page-strength #sec05 {
  height: 646px;
}
@media all and (max-width: 768px) {
  .page-strength #sec05 {
    height: auto;
  }
}
.page-strength #sec05 .l-strength-item {
  background-image: url("../images/strength/bg_item05.png");
}
@media all and (max-width: 768px) {
  .page-strength #sec05 .l-strength-item {
    background-image: url("../images/strength/bg_item05_sp.png");
  }
}
@media all and (max-width: 768px) {
  .page-strength #sec05 .l-strength-item-inner::before {
    background-image: url("../images/strength/bg_item05_sp2.png");
  }
}
.page-strength #sec06 {
  height: 646px;
}
@media all and (max-width: 768px) {
  .page-strength #sec06 {
    height: auto;
  }
}
.page-strength #sec06 .l-strength-item {
  background-image: url("../images/strength/bg_item06.png");
}
@media all and (max-width: 768px) {
  .page-strength #sec06 .l-strength-item {
    background-image: url("../images/strength/bg_item06_sp.png");
  }
}
@media all and (max-width: 768px) {
  .page-strength #sec06 .l-strength-item-inner::before {
    background-image: url("../images/strength/bg_item06_sp2.png");
  }
}
.page-strength .breadcrumb {
  margin-top: 0;
}

.m-contact {
  background: #f4f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 5rem;
  padding: 5rem;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-contact {
    flex-direction: column;
    gap: 1rem;
    padding: 3rem;
  }
}
.m-contact::after {
  content: "Contact Us";
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  line-height: 1;
  font-size: 10vw;
  font-family: "Open Sans";
  color: #fff;
}
@media all and (max-width: 768px) {
  .m-contact::after {
    bottom: -0.2em;
    right: -0.5rem;
    font-size: 15vw;
  }
}
.m-contact-inner {
  width: 60%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .m-contact-inner {
    width: 100%;
  }
}
.m-contact-title {
  font-size: 3rem;
  line-height: 1.5;
  width: 100%;
}
.m-contact-text {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.m-contact .footer-cta_btn {
  width: 27vw;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .m-contact .footer-cta_btn {
    width: 100%;
  }
}
.m-contact .footer-cta_btn a {
  background: #004693;
  color: #fff;
  padding: 3rem;
}
.m-contact._istel {
  display: block;
}
.m-contact._istel .m-inner {
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.m-contact._istel .m-inner-tel {
  text-align: center;
  position: relative;
  z-index: 1;
}
.m-contact._istel .m-inner-tel a {
  font-size: 3rem;
  font-family: "Open Sans";
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
@media all and (max-width: 768px) {
  .m-contact._istel .m-inner-tel a {
    font-size: 9vw;
  }
}
.m-contact._istel .m-inner-tel a span {
  font-size: 1.3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  letter-spacing: 0;
  margin-right: 5px;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .m-contact._istel .m-inner-tel a span {
    display: block;
  }
}
.m-contact._istel .m-inner-tel a + a {
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .m-contact._istel .m-inner-mail {
    width: 100%;
  }
}
.m-contact._istel .m-inner-mail .footer-cta_btn {
  width: 100%;
}

.m-btngroup {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media all and (max-width: 768px) {
  .m-btngroup {
    flex-direction: column;
  }
}
.m-btngroup._min {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .m-btngroup._min {
    max-width: 100%;
  }
  .m-btngroup._min a {
    padding: 3rem;
  }
}
.m-btngroup li {
  width: 100%;
}
.m-btngroup .btn_solid {
  display: block;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 2rem;
}

.m-loopslide {
  overflow: hidden;
}
.m-loopslide .swiper-wrapper {
  transition-timing-function: linear;
}

.m-flow {
  counter-reset: flow 0;
}
.m-flow-item {
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(0, 70, 147, 0.05);
}
@media all and (max-width: 768px) {
  .m-flow-item {
    align-items: flex-start;
  }
}
.m-flow-item::before {
  counter-increment: flow 1;
  content: "0" counter(flow);
  font-size: 6rem;
  font-family: "Open Sans";
  opacity: 0.1;
  min-width: 2em;
  padding-left: 3rem;
}
@media all and (max-width: 768px) {
  .m-flow-item::before {
    min-width: initial;
    font-size: 10vw;
    padding: 1rem 1rem 0;
  }
}
.m-flow-item::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-color: #004693;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 3.5em;
}
@media all and (max-width: 768px) {
  .m-flow-item::after {
    left: 1.5em;
  }
}
.m-flow-item:last-of-type::after {
  content: none;
}
.m-flow-item:last-of-type .m-flow-item-inner {
  border-bottom: none;
}
.m-flow-item-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .m-flow-item-inner {
    flex-direction: column;
    padding: 2rem 2rem 2rem 0;
  }
}
.m-flow-title {
  font-size: 2.5rem;
  width: 200px;
}
@media all and (max-width: 768px) {
  .m-flow-title {
    width: 100%;
    font-size: 2rem;
  }
}
.m-flow-text {
  flex: 1;
}
@media all and (max-width: 768px) {
  .m-flow-text {
    margin: 0;
  }
}

.m-product-intro {
  display: flex;
  align-items: center;
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .m-product-intro {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.m-product-intro-inner {
  width: 45%;
  padding-right: 7rem;
}
@media all and (max-width: 768px) {
  .m-product-intro-inner {
    width: 100%;
    padding-right: 0;
  }
}
.m-product-intro-img {
  width: 55%;
}
@media all and (max-width: 768px) {
  .m-product-intro-img {
    width: 100%;
  }
}
.m-product-intro-title {
  font-size: 4rem;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .m-product-intro-title {
    font-size: 3rem;
  }
}
.m-product-intro-title span {
  color: #004693;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 2.6rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-product-intro-title span {
    font-size: 2rem;
  }
}
.m-product-intro-title span::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: #004693;
  border-radius: 50%;
  margin-right: 1rem;
}
.m-product-intro-text {
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .m-product-intro-text {
    font-size: 1.6rem;
  }
}

.m-feature {
  counter-reset: feature 0;
}
@media all and (max-width: 768px) {
  .m-feature {
    padding-top: 3rem;
  }
}
.m-feature-headline {
  text-align: center;
  font-size: 3.4rem;
  padding-top: 6rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-feature-headline {
    line-height: 1.3;
    padding: 3rem 5.3vw 0;
  }
}
.m-feature-headline::after {
  content: "FEATURES";
  font-family: "Open Sans";
  font-size: 15rem;
  position: absolute;
  top: -2.5rem;
  right: 0;
  opacity: 0.15;
  color: #004693;
}
@media all and (max-width: 768px) {
  .m-feature-headline::after {
    font-size: 7rem;
  }
}
.m-feature-list {
  padding-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .m-feature-list {
    padding-bottom: 2rem;
  }
}
.m-feature-item {
  display: flex;
  background: #fff;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .m-feature-item {
    flex-direction: column;
    padding: 2rem;
  }
}
.m-feature-item::before {
  counter-increment: feature 1;
  content: "0" counter(feature);
  font-family: "Open Sans";
  font-size: 7.5rem;
  font-weight: 700;
  color: #004693;
  position: absolute;
  top: -6rem;
}
.m-feature-text {
  font-size: 2rem;
  border-top: 1px solid #004693;
  flex: 1;
  padding-top: 1rem;
  margin: 2rem 0;
}
@media all and (max-width: 768px) {
  .m-feature-text {
    font-size: 1.6rem;
  }
}
.m-feature-img {
  width: 38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .m-feature-img {
    width: 100%;
  }
}
.m-feature-img img {
  max-height: 100px;
  width: auto;
}

.m-product_movie {
  counter-reset: feature 0;
  padding-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .m-product_movie {
    padding-top: 3rem;
  }
}
.m-product_movie-headline {
  text-align: center;
  font-size: 3.4rem;
  padding-top: 6rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-product_movie-headline {
    line-height: 1.3;
    padding: 3rem 5.3vw 0;
  }
}
.m-product_movie-headline::after {
  content: "PRODUCT VIDEO";
  font-family: "Open Sans";
  font-size: 15rem;
  position: absolute;
  top: -2.5rem;
  right: 0;
  opacity: 0.15;
  color: #004693;
}
@media all and (max-width: 768px) {
  .m-product_movie-headline::after {
    font-size: 7rem;
  }
}
.m-product_movie-img {
  width: 55%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .m-product_movie-img {
    width: 100%;
  }
}
.m-product_movie-img img {
  max-height: 100px;
  width: auto;
}

.m-lineup {
  color: #fff;
  padding-bottom: 5rem;
}
.m-lineup .m-feature-headline::after {
  color: #fff;
  content: "LINEUPS";
}
.m-lineup-note {
  color: #000;
  padding: 1rem 3.5rem;
  margin: 3rem 0;
}
.m-lineup .l-card {
  gap: 4rem;
}
@media all and (max-width: 768px) {
  .m-lineup .l-card {
    gap: 2rem;
  }
}
.m-lineup .l-card-item {
  flex-direction: column;
  width: calc((100% - 8rem) / 3);
}
@media all and (max-width: 768px) {
  .m-lineup .l-card-item {
    width: 100%;
  }
}
.m-lineup .l-card-img {
  order: 1;
}
.m-lineup .l-card-title {
  order: 2;
  font-family: "Open Sans";
  font-size: 2.8rem;
  font-weight: 700;
}
.m-lineup .l-card-text {
  order: 3;
}
.m-lineup .l-card-text dl {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 1rem 0;
}
.m-lineup .l-card-text dl dt {
  font-weight: bold;
  width: 40%;
}
.m-lineup .l-card-text dl dd {
  flex: 1;
}

.m-special {
  padding-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .m-special {
    padding-bottom: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.m-special .m-feature-headline::after {
  content: "SPECIAL VERSIONS";
  top: 1rem;
}
@media all and (max-width: 768px) {
  .m-special .l-full-inner {
    padding: 0;
  }
}

.js-special {
  position: relative;
}
.js-special-slide {
  background: #fff;
  padding-bottom: 1rem;
  height: auto;
}
.js-special-slide h4 {
  padding: 0 4rem;
}
@media all and (max-width: 768px) {
  .js-special-slide h4 {
    padding: 0 2rem;
  }
}
.js-special-slide .list-bullet {
  padding: 0 4rem;
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .js-special-slide .list-bullet {
    padding: 0 2rem;
  }
}
.js-special-slide p {
  padding: 0 4rem;
  margin-top: 1rem;
}
@media all and (max-width: 768px) {
  .js-special-slide p {
    padding: 0 2rem;
  }
}
.js-special-title {
  text-align: center;
  font-weight: 700;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.js-special-title span {
  font-size: 1.9rem;
}
.js-special-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  position: absolute;
  top: 39%;
  left: 32%;
  width: 36%;
}
@media all and (max-width: 768px) {
  .js-special-btn {
    width: 95%;
    top: 9rem;
    left: 3%;
  }
}
.js-special-btn .swiper-button-prev,
.js-special-btn .swiper-button-next {
  position: static;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  background: #e1e1e1;
  transition: 0.3s;
}
.js-special-btn .swiper-button-prev .icon,
.js-special-btn .swiper-button-next .icon {
  fill: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.js-special-btn .swiper-button-prev::after,
.js-special-btn .swiper-button-next::after {
  content: none;
}
.js-special-btn .swiper-button-prev:hover,
.js-special-btn .swiper-button-next:hover {
  border-color: #000;
}
.js-special-btn .swiper-button-prev:hover .icon,
.js-special-btn .swiper-button-next:hover .icon {
  fill: #000;
}
.js-special-btn .swiper-button-prev {
  transform: rotate(180deg);
}
.js-special .swiper-pagination {
  position: static;
  width: auto;
  padding-right: 0;
  text-align: center;
  margin-top: 2rem;
  font-family: "Open Sans";
}

.m-rental {
  padding-bottom: 8rem;
}
.m-rental-item {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  padding: 5rem;
  gap: 5rem;
}
@media all and (max-width: 768px) {
  .m-rental-item {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 0;
  }
}
.m-rental-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.m-rental-text {
  flex: 1;
}
.m-rental-text dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.m-rental-text dl dt {
  background: #004693;
  color: #fff;
  width: 20%;
  text-align: center;
}
@media all and (max-width: 768px) {
  .m-rental-text dl dt {
    width: 26%;
    font-size: 1.2rem;
  }
}
.m-rental-text dl dd {
  width: 80%;
  padding-left: 2rem;
  font-size: 1.8rem;
}
@media all and (max-width: 768px) {
  .m-rental-text dl dd {
    width: 70%;
    font-size: 1.7rem;
  }
}
.m-rental-img {
  width: 14rem;
}
.m-rental .m-feature-headline::after {
  content: "RENTAL";
}

.m-product-contact {
  position: relative;
  overflow: hidden;
}
.m-product-contact::before {
  content: "Contact Us";
  font-family: "Open Sans";
  font-size: 12rem;
  position: absolute;
  top: -2rem;
  left: 0;
  line-height: 1;
  font-weight: 700;
  opacity: 0.15;
  color: #fff;
}
@media all and (max-width: 768px) {
  .m-product-contact::before {
    font-size: 18vw;
    top: -1rem;
  }
}
.m-product-contact .l-full-inner {
  background-image: url("../images/product/bg_product-contact.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 12rem;
  padding-bottom: 6rem;
}
@media all and (max-width: 768px) {
  .m-product-contact .l-full-inner {
    background-position: bottom right;
    padding-top: 3rem;
  }
}
.m-product-contact-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
}
.m-product-contact .btn_fill {
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  .m-product-contact .btn_fill {
    margin-bottom: 10rem;
  }
}

.m-case {
  padding-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .m-case {
    padding-top: 8rem;
  }
}
.m-case .m-feature-headline::after {
  content: "CASES";
}
.m-case .m-iconset {
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid #000;
  padding-top: 2rem;
}
@media all and (max-width: 768px) {
  .m-case .m-iconset {
    font-size: 3.2vw;
  }
}
.m-case .m-iconset li {
  text-align: center;
  opacity: 0.3;
}
@media all and (max-width: 768px) {
  .m-case .m-iconset li {
    width: 50%;
  }
}
.m-case .m-iconset ._on {
  opacity: 1;
  color: #004693;
}
.m-case .m-iconset img {
  margin-bottom: 1rem;
}

.js-case {
  margin-top: 2rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .js-case {
    padding: 0 2rem;
  }
}
.js-case-slide {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 5rem;
  height: auto;
}
@media all and (max-width: 768px) {
  .js-case-slide {
    flex-direction: column-reverse;
    padding: 2rem;
    justify-content: flex-end;
  }
}
.js-case-slide-text {
  width: 50%;
}
@media all and (max-width: 768px) {
  .js-case-slide-text {
    width: 100%;
    padding-top: 2rem;
  }
}
.js-case-slide-text h3 {
  font-size: 2.3rem;
}
@media all and (max-width: 768px) {
  .js-case-slide-text h3 {
    font-size: 2rem;
  }
}
.js-case-slide-text p {
  margin-top: 1rem;
}
.js-case-slide-text .list-bullet {
  margin-top: 0;
  margin-bottom: 0;
}
.js-case-slide-img {
  width: 45%;
}
@media all and (max-width: 768px) {
  .js-case-slide-img {
    width: 100%;
  }
}
.js-case .js-special-btn {
  top: 39%;
  left: 6.5%;
  width: 87%;
}
@media all and (max-width: 768px) {
  .js-case .js-special-btn {
    width: 98%;
    top: 8rem;
    left: 1%;
  }
}
.js-case .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 2rem;
  font-family: "Open Sans";
}

.page-jack .m-feature-item::before {
  content: none;
}
.page-jack .m-feature-text {
  border: none;
  padding: 0;
}

.page-recruit .page-title {
  background-color: #004693;
  background-image: url(../images/recruit/bg_hero.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  margin-right: 0;
  margin-left: 0;
  padding-right: 5.3vw;
  padding-left: 5.3vw;
  height: 35rem;
}
@media all and (max-width: 768px) {
  .page-recruit .page-title {
    height: 34vw;
  }
}
.page-recruit .page-title_ja, .page-recruit .page-title_en {
  width: 70rem;
  margin: 0 auto;
  text-shadow: none;
  color: #fff;
}
@media all and (max-width: 768px) {
  .page-recruit .page-title_ja, .page-recruit .page-title_en {
    width: 100%;
  }
}
.page-recruit .page-title_en {
  margin-bottom: 1rem;
}
.page-recruit .l-intro-r {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media all and (max-width: 768px) {
  .page-recruit .l-intro-r {
    flex-direction: column;
  }
}
.page-recruit .l-intro-r-img {
  flex: 1;
}
.page-recruit .l-intro-r-img img {
  padding-right: 7rem;
}
.page-recruit .l-intro-r-text {
  flex: 1;
  font-weight: bold;
  color: #004693;
  font-size: 2.4rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-intro-r-text {
    padding: 0 5.3vw;
    font-size: 2rem;
  }
}
.page-recruit .l-intro-r-text h2 {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 1em 0 2em;
}
@media all and (max-width: 768px) {
  .page-recruit .l-intro-r-text h2 {
    text-align: center;
  }
}
.page-recruit .l-intro-r-text h2 span {
  font-family: "Open Sans";
  font-size: 4rem;
  letter-spacing: 3px;
}
.page-recruit .l-intro-r-cta {
  display: flex;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-intro-r-cta {
    flex-direction: column;
    width: 100%;
    padding: 0 5.3vw;
  }
  .page-recruit .l-intro-r-cta .btn_solid {
    width: 100%;
  }
}
.page-recruit .l-statue {
  position: relative;
  padding-top: 5rem;
}
.page-recruit .l-statue::before {
  content: "";
  display: inline-block;
  background-image: url(../images/recruit/bg_grad.png);
  background-size: cover;
  width: 29rem;
  height: 31rem;
  position: absolute;
  top: 0;
  right: 0;
}
.page-recruit .l-statue-inner {
  max-width: 979px;
  background: #f4f4f4;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
}
.page-recruit .l-statue-title {
  position: relative;
  text-align: center;
  padding-top: 5rem;
  color: #004693;
  font-size: 3rem;
}
.page-recruit .l-statue-title::before {
  content: "";
  display: inline-block;
  background: url(../images/recruit/bg_grad.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 14px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 45%;
}
@media all and (max-width: 768px) {
  .page-recruit .l-statue-title::before {
    left: 38%;
  }
}
.page-recruit .l-statue-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  background-image: url(../images/recruit/bg_l-statue-list.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 2rem 2rem;
  margin: 0 auto;
  width: 753px;
}
@media all and (max-width: 768px) {
  .page-recruit .l-statue-list {
    width: 100%;
    flex-direction: column;
  }
}
.page-recruit .l-statue-list li {
  background: #fff;
  width: 217px;
}
@media all and (max-width: 768px) {
  .page-recruit .l-statue-list li {
    width: 100%;
  }
}
.page-recruit .l-statue-list li h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #004693;
  font-size: 3rem;
}
.page-recruit .l-statue-list li h3 span {
  color: #00a4da;
  font-family: "Open Sans";
  font-size: 1.6rem;
}
.page-recruit .l-statue-list li p {
  margin-top: 0;
  text-align: center;
  line-height: 1.3;
}
.page-recruit .l-statue-text {
  text-align: center;
  font-weight: bold;
  color: #004693;
  padding-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-statue-text {
    padding-right: 5.3vw;
    padding-left: 5.3vw;
  }
}
.page-recruit .l-statue-copy {
  position: relative;
  font-size: 2.4rem;
  background: #00a4da;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 5rem auto 0;
  padding: 0.5rem 5rem;
}
.page-recruit .l-statue-copy::before {
  content: "";
  display: inline-block;
  background: url(../images/recruit/bg_grad.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 14px;
  transform: rotate(90deg);
  position: absolute;
  top: -5rem;
  left: 40%;
}
.page-recruit .l-num {
  margin-top: 6rem;
  padding: 6rem 0;
}
.page-recruit .l-num-title {
  text-align: center;
  color: #004693;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.page-recruit .l-num-title span {
  font-family: "Open Sans";
  font-size: 4rem;
}
.page-recruit .l-num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 4rem auto 0;
  max-width: 1108px;
}
@media all and (max-width: 768px) {
  .page-recruit .l-num-list {
    gap: 2rem;
  }
}
.page-recruit .l-num-list li {
  box-shadow: 0px 10px 21px 0px rgba(146, 146, 146, 0.17);
  background: #fff;
  text-align: center;
  padding: 3rem 0;
  width: 197px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .page-recruit .l-num-list li {
    width: 47%;
    padding: 2rem 1rem;
  }
}
.page-recruit .l-num-list li .title {
  font-weight: bold;
  line-height: 1.5;
}
.page-recruit .l-num-list li .number {
  color: #004693;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  line-height: 1;
  margin: 1rem auto 2rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-num-list li .number {
    font-size: 4rem;
  }
}
.page-recruit .l-num-list li .number span {
  font-size: 2.5rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-num-list li .number span {
    font-size: 2rem;
  }
}
.page-recruit .l-num-list li .image {
  height: 8rem;
}
.page-recruit .l-num-list li .image img {
  width: auto;
  height: 100%;
}
.page-recruit .l-num-list li .note {
  margin-top: 2rem;
}
.page-recruit .l-sub-r {
  display: flex;
  justify-content: center;
  gap: 5rem;
  max-width: 1000px;
  margin: 6rem auto;
}
@media all and (max-width: 768px) {
  .page-recruit .l-sub-r {
    flex-direction: column;
    gap: 2rem;
  }
}
.page-recruit .l-sub-r a {
  position: relative;
  color: #fff;
}
.page-recruit .l-sub-r a p {
  position: absolute;
  top: -4rem;
  width: 100%;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
.page-recruit .l-sub-r a p span {
  display: block;
  font-size: 1.6rem;
}
.page-recruit .l-interview {
  padding: 6rem 0;
}
.page-recruit .l-interview-list {
  max-width: 1000px;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-interview-list {
    gap: 2rem;
  }
}
.page-recruit .l-interview-list li {
  width: calc((100% - 8rem) / 2);
}
@media all and (max-width: 768px) {
  .page-recruit .l-interview-list li {
    width: calc((100% - 2rem) / 2);
  }
}
.page-recruit .l-interview-list a {
  text-decoration: none;
  font-weight: bold;
}
.page-recruit .l-interview-list a.is-current {
  opacity: 0.6;
}
.page-recruit .l-interview-list-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 768px) {
  .page-recruit .l-interview-list-text {
    flex-direction: column;
  }
}
.page-recruit .l-interview-list-text p {
  margin: 0;
}
.page-recruit .l-interview-list-text .name {
  color: #000;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .page-recruit .l-interview-list-text .name {
    line-height: 1;
    margin-top: 1.5rem;
  }
}
.page-recruit .l-interview-list-text .name span {
  font-size: 3rem;
  font-family: "Open Sans";
}
.page-recruit .l-interview-list-text .more {
  font-family: "Open Sans";
  font-size: 1.3rem;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  .page-recruit .l-interview-list-text .more {
    text-align: right;
  }
}
.page-recruit .l-cta-r {
  background: #00a4da;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 8rem 0;
  margin-bottom: -8rem;
}
@media all and (max-width: 768px) {
  .page-recruit .l-cta-r {
    flex-direction: column;
    padding: 5rem 0;
  }
}
.page-recruit .l-cta-r h2 {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.page-recruit .l-cta-r h2 span {
  font-family: "Open Sans";
  font-size: 4rem;
  letter-spacing: 3px;
}
@media all and (max-width: 768px) {
  .page-recruit .l-cta-r div {
    width: 100%;
    padding: 0 5.3vw;
  }
}
.page-recruit .l-cta-r .btn_solid {
  border: none;
  background: #fff;
  color: #004693;
}
@media all and (max-width: 768px) {
  .page-recruit .l-cta-r .btn_solid {
    width: 100%;
    display: block;
  }
}
.page-recruit .l-cta-r .btn_solid:hover {
  background: #004693;
  color: #fff;
}

.interview .page-title {
  background: #00a4da;
  margin-right: 0;
  margin-left: 0;
}
@media all and (max-width: 768px) {
  .interview .page-title {
    height: 52vw;
  }
}
.interview .page-title img {
  max-width: 50rem;
  position: absolute;
  top: 3.5rem;
  left: 45%;
}
@media all and (max-width: 768px) {
  .interview .page-title img {
    max-width: 60%;
    top: 24vw;
    right: 0;
    left: auto;
  }
}
.interview .page-title .page-title_name {
  text-shadow: none;
  color: #fff;
  width: 70rem;
  margin: 2rem auto 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .interview .page-title .page-title_name {
    width: 100%;
  }
}
.interview .page-title .page-title_name span {
  display: block;
  font-size: 2.6rem;
  margin-top: 1rem;
  font-family: "Open Sans";
  position: relative;
  z-index: 1;
}
.interview .page-title .page-title_en {
  font-size: 4.5rem;
}
.interview .m-interview-item {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .interview .m-interview-item {
    flex-direction: column;
  }
}
.interview .m-interview-item .text {
  flex: 1;
  padding-right: 6rem;
}
@media all and (max-width: 768px) {
  .interview .m-interview-item .text {
    padding-right: 0;
  }
}
.interview .m-interview-item .img {
  width: 40rem;
}
@media all and (max-width: 768px) {
  .interview .m-interview-item .img {
    width: 100%;
  }
}
.interview .m-interview-item h2 {
  color: #004693;
  position: relative;
  font-size: 2.4rem;
  padding-left: 2rem;
}
.interview .m-interview-item h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 1.5rem;
  left: 0;
  background: #00a4da;
}
.interview .m-interview-item._reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  .interview .m-interview-item._reverse {
    flex-direction: column;
  }
}
.interview .m-interview-item._reverse .text {
  padding-right: 0;
  padding-left: 6rem;
}
@media all and (max-width: 768px) {
  .interview .m-interview-item._reverse .text {
    padding-left: 0;
  }
}
.interview .m-interview-item._full {
  display: block;
}
.interview .m-interview-item._full .img {
  width: 100%;
  margin-bottom: 3rem;
}
.interview .m-schedule {
  padding: 6rem 0;
  text-align: center;
  margin-top: 6rem;
}
.interview .m-schedule-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  font-weight: bold;
  width: 100%;
}
.interview .m-schedule-list .time {
  background: #00a4da;
  color: #fff;
  width: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}
.interview .m-schedule-list .time span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.interview .m-schedule-list .icon {
  background: url(../images/recruit/bg_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 5rem;
}
@media all and (max-width: 768px) {
  .interview .m-schedule-list .icon {
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 5rem;
  }
}
.interview .m-schedule-list .icon img {
  margin-top: 0;
  margin-left: 5px;
  width: 4rem;
}
@media all and (max-width: 768px) {
  .interview .m-schedule-list .icon img {
    margin-left: 0;
    width: 2.5rem;
  }
}
.interview .m-schedule-list .text {
  padding-top: 2rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  padding-left: 10rem;
  background: #fff;
}
@media all and (max-width: 768px) {
  .interview .m-schedule-list .text {
    flex: 1;
    padding-left: 7rem;
    padding-right: 2rem;
  }
}
.interview .m-schedule-list .text p {
  margin: 0;
  display: inline-block;
  color: #004693;
}
@media all and (max-width: 768px) {
  .interview .m-schedule-list .text p {
    text-align: left;
    display: block;
  }
}
.interview .m-schedule-list .item {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-left: calc(50% - 5rem);
  width: 50%;
}
@media all and (max-width: 768px) {
  .interview .m-schedule-list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1px;
  }
}
@media all and (min-width: 768px) {
  .interview .m-schedule-list .item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: calc(50% - 5rem);
  }
  .interview .m-schedule-list .item:nth-child(even) .icon {
    background-image: url(../images/recruit/bg_icon2.png);
    right: 5rem;
    left: auto;
  }
  .interview .m-schedule-list .item:nth-child(even) .icon img {
    margin-left: 0;
    margin-right: 9px;
  }
  .interview .m-schedule-list .item:nth-child(even) .text {
    padding-left: 3rem;
    padding-right: 10rem;
  }
}

._center{
  text-align: center;
}

/**************************************************
  bauma
***************************************************/
.page-bauma .breadcrumb {
  margin-top: 0;
}

/**************************************************
	a-blog cms
***************************************************/
.js-modal-video:hover {
  cursor: pointer;
}
.js-modal-video:hover img {
  transform: scale(1.2);
}

.header_sp__insta{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.header_sp__insta img{
  width: 50px;
  height: auto;
}
@media print {
  .header {
    position: static;
  }
}/*# sourceMappingURL=style.css.map */