@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "FP-こぶりなゴシック StdN W3", "FP-こぶりなゴシック StdN W6", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.is-hide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
}

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

svg {
  line-height: 0;
  max-width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.copy-en {
  font-family: "Libre Baskerville", serif;
  letter-spacing: normal;
}

.js-acd-all-trigger span,
.js-menu-trigger span,
.js-acd-trigger span {
  pointer-events: none;
}

/* =========================================================
utility
========================================================= */
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

/* =========================================================
.l-wrapper
========================================================= */
.l-wrapper {
  width: 100%;
  position: relative;
}
.l-wrapper.is-underlayer {
  padding-top: 67px;
}
@media only screen and (max-width: 767px) {
  .l-wrapper.is-underlayer {
    padding-top: 13.4vw;
  }
}

/* =========================================================
l-main
========================================================= */
.l-main {
  width: 100%;
  padding-top: 0;
}
.l-main.is-hero {
  padding-top: 0;
}
.l-main .is-bg {
  background-color: #f4f4f4;
}

/* =========================================================
l-sec
========================================================= */
.l-sec {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-sec.is-h2 {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .l-sec.is-h2 {
    margin-top: 14vw;
  }
}
.l-sec.is-h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .l-sec.is-h3 {
    margin-top: 7vw;
  }
}
.l-sec.is-padding {
  padding: 110px 0;
}
@media only screen and (max-width: 767px) {
  .l-sec.is-padding {
    padding: 13vw 0;
  }
}
.l-sec.is-padding.is-bg {
  background-color: #f4f4f4;
}

.l-sec_inner-lrg {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-sec_inner-lrg {
    padding: 0 5vw;
  }
}
.l-sec_inner-med {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-sec_inner-med {
    padding: 0 5vw;
  }
}
.l-sec_inner-sml {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-sec_inner-sml {
    padding: 0 5vw;
  }
}
.l-sec_inner-min {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-sec_inner-min {
    padding: 0 5vw;
  }
}

/* =========================================================
l-box
========================================================= */
.l-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-content.is-h3 {
  margin-top: 45px;
}
.l-content.is-h4 {
  margin-top: 35px;
}
.l-content.is-enclose {
  margin-top: 60px;
}

/* =========================================================
l-box
========================================================= */
.l-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-box.is-h3 {
  margin-top: 45px;
}
.l-box.is-h4 {
  margin-top: 35px;
}

/* =========================================================
a-cta-btn
========================================================= */
.a-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.a-cta-btn span {
  position: relative;
  z-index: 2;
}
.a-cta-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: rgba(0, 205, 164, 0.5);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56), -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  z-index: 1;
}
.a-cta-btn.clr-01 {
  background-color: #045994;
}
.a-cta-btn.clr-02 {
  background-color: #0065ac;
}
@media only screen and (min-width: 991px) {
  .a-cta-btn:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/* =========================================================
a-text-link
========================================================= */
.a-text-link {
  display: inline-block;
  position: relative;
  color: #000000;
  vertical-align: bottom;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.a-text-link span {
  display: inline-block;
  position: relative;
}
.a-text-link span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.a-text-link span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0d4166;
  position: absolute;
  left: 0;
  bottom: 4px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: -webkit-transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56), -webkit-transform 0.3s cubic-bezier(0.36, 0, 0.66, -0.56);
}
@media only screen and (min-width: 991px) {
  .a-text-link:hover {
    color: #0d4166;
  }
  .a-text-link:hover span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.a-text-link.is-reverse {
  color: #eee;
}
@media only screen and (min-width: 991px) {
  .a-text-link.is-reverse:hover {
    color: #fff;
  }
}
.a-text-link.is-reverse span::before {
  background-color: #fff;
}
.a-text-link.is-reverse span::after {
  background-color: #fff;
}
.a-text-link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(/assets/img/common/icon/ic_window.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.1em;
}

/* =========================================================
a-more-btn
========================================================= */
.top-more_btn {
  width: 216px;
  height: 60px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .top-more_btn {
    width: 44vw;
    height: 12vw;
  }
}

.a-more-btn {
  display: block;
  width: 100%;
  height: 100%;
}
.a-more-btn.is-blue .a-more-btn_item {
  background-color: #0d4166;
}
.a-more-btn.is-blue.is-close .a-more-btn_item {
  background-color: #7a7a7a;
  pointer-events: none;
}
.a-more-btn.is-blue.is-close .a-more-btn_item::after {
  content: none;
}

.a-more-btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .a-more-btn_item {
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }
}
.a-more-btn_item span {
  position: relative;
  z-index: 2;
}
.a-more-btn_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #0065ac;
  -webkit-transform: scaleY(0) skewY(20deg);
          transform: scaleY(0) skewY(20deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56), -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  z-index: 1;
}
.a-more-btn_item::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 3;
}
@media only screen and (min-width: 991px) {
  .a-more-btn_item:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.a-more-btn_item.is-reverse {
  background-color: #fff;
  color: #000000;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.a-more-btn_item.is-reverse::after {
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}
@media only screen and (min-width: 991px) {
  .a-more-btn_item.is-reverse:hover {
    color: #fff;
  }
  .a-more-btn_item.is-reverse:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

/* =========================================================
a-more-view
========================================================= */
.a-more-view {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.a-more-view_item {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .a-more-view_item {
    padding-right: 4.4vw;
  }
}
.a-more-view_item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #7f7f7f;
  border-right: solid 1px #7f7f7f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .a-more-view_item::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.a-more-view_item span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  pointer-events: none;
}
.a-more-view_item span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.a-more-view_item.is-close::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}
@media only screen and (min-width: 991px) {
  .a-more-view_item:hover::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .a-more-view_item:hover span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .a-more-view_item.is-close:hover::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
}

/* =========================================================
a-fig
========================================================= */
.a-fig {
  display: block;
  line-height: 0;
}

.is-round {
  line-height: 0;
  overflow: hidden;
  border-radius: 5px;
}

/* =========================================================
a-single-fig
========================================================= */
.a-single-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .a-single-fig {
    margin-top: 6vw;
  }
}
.a-single-fig:nth-child(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .a-single-fig:nth-child(2) {
    margin-top: 6vw;
  }
}

.a-single-sentence + .a-single-fig {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .a-single-sentence + .a-single-fig {
    margin-top: 6vw;
  }
}

/*a-caption
----------------------------------------------------------*/
.a-caption {
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  padding: 1.3em 0 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .a-caption {
    font-size: 2.8vw;
  }
}
.a-caption::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}

/*a-caption_list
----------------------------------------------------------*/
.a-caption_list {
  counter-reset: number 0;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #999999;
}
.a-caption_list-item {
  padding-left: 2.5em;
}
.a-caption_list-item:not(:first-of-type) {
  padding-top: 5px;
}
.a-caption_list-item::before {
  counter-increment: number 1;
  content: "※" counter(number);
  display: inline-block;
  position: absolute;
  left: 0;
}

/* =========================================================
a-top-heading
========================================================= */
.a-top-heading {
  position: relative;
  text-align: center;
}
.a-top-heading_inner {
  position: relative;
}
.a-top-heading_sub {
  font-size: 45px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .a-top-heading_sub {
    font-size: 9.3333333333vw;
  }
}
.a-top-heading_ttl {
  font-weight: normal;
  font-size: 22px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .a-top-heading_ttl {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
}

/* =========================================================
a-sec-heading
========================================================= */
.a-sec-heading {
  position: relative;
  text-align: center;
}
.a-sec-heading_sub {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .a-sec-heading_sub {
    font-size: 6.6666666667vw;
  }
}
.a-sec-heading_main {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .a-sec-heading_main {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

/* =========================================================
o-board-heading
========================================================= */
.o-board-heading {
  width: 100%;
  position: relative;
  height: 230px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading {
    height: 38vw;
  }
}

.o-board-heading_inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}

.o-board-heading_main {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .o-board-heading_main {
    font-size: 5.6vw;
    text-align: center;
    line-height: 1.6;
  }
}

.o-board-heading_sub {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .o-board-heading_sub {
    font-size: 3.4666666667vw;
  }
}

.o-board-heading_fig {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.o-board-heading_fig-inner {
  width: 100%;
  height: 100%;
}
.o-board-heading_fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-board-heading-multi {
  width: 100%;
  position: relative;
  height: 230px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi {
    height: 63vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6vw;
  }
}

.o-board-heading-multi_inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_inner {
    display: block;
    padding: 0 5vw;
    height: auto;
  }
}

.o-board-heading-multi_main {
  font-weight: normal;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_main {
    font-size: 6.4vw;
  }
}

.o-board-heading-multi_copy {
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_copy {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .o-board-heading_right {
    margin-top: 6vw;
  }
}

.o-board-heading-multi_ctr-list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_ctr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-board-heading-multi_ctr-list-item {
  width: 250px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_ctr-list-item {
    width: 49.5%;
    height: 14vw;
  }
  .o-board-heading-multi_ctr-list-item:only-of-type {
    width: 100%;
  }
}
.o-board-heading-multi_ctr-list-item:not(:first-of-type) {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .o-board-heading-multi_ctr-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

/* =========================================================
a-copy
========================================================= */
.a-copy.is-center {
  text-align: center;
}
.a-copy:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .a-copy:not(:first-of-type) {
    margin-top: 3vw;
  }
}
.a-copy_mark {
  font-size: 0.6em;
  vertical-align: top;
  font-style: normal;
}

.head-h2 + .a-copy {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .head-h2 + .a-copy {
    margin-top: 4vw;
  }
}

.head-h3 + .a-copy {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .head-h3 + .a-copy {
    margin-top: 4vw;
  }
}

.head-h4 + .a-copy {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .head-h4 + .a-copy {
    margin-top: 3vw;
  }
}

.head-h5 + .a-copy {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .head-h5 + .a-copy {
    margin-top: 2vw;
  }
}

/* =========================================================
a-right-copy
========================================================= */
.a-right-copy {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .a-right-copy {
    margin-top: 4vw;
  }
}

/* =========================================================
a-single-sentence
========================================================= */
.a-single-sentence {
  width: 100%;
  margin: 25px auto 0;
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .a-single-sentence {
    margin-top: 4vw;
  }
}

.page-head .a-single-sentence {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .page-head .a-single-sentence {
    margin-top: 8vw;
  }
}

/* =========================================================
header
========================================================= */
.site-top .o-header {
  width: 100%;
  max-width: 1070px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .site-top .o-header {
    border-radius: 0;
  }
}

.o-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.is-underlayer .o-header {
  background-color: #fff;
}

.o-header_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.single .o-header_inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
}

/*shoulder
----------------------------------------------------------*/
.o-header_shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  height: 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.o-header_shoulder-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header_shoulder-list-item {
  margin-left: 1.4em;
  font-size: 12px;
  line-height: 1;
}

.o-header_shoulder-key {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-header_shoulder-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header_shoulder-link-icon {
  margin: 0 0.4em;
}
.o-header_shoulder-link-icon svg {
  fill: #000000;
}

/*main
----------------------------------------------------------*/
.o-header_main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}

.single .o-header_main {
  height: 67px;
}
@media only screen and (max-width: 767px) {
  .single .o-header_main {
    height: 13.4vw;
  }
}

.is-underlayer .single .o-header_main {
  height: 67px;
}
@media only screen and (max-width: 767px) {
  .is-underlayer .single .o-header_main {
    height: 13.4vw;
  }
}

/*global
----------------------------------------------------------*/
.o-header_main-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.single .o-header_main-global {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .single .o-header_main-global {
    padding-left: 3.5vw;
    position: relative;
    z-index: 3;
  }
}

.o-header_logo {
  width: 74px;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .o-header_logo {
    width: 18.6667vw;
  }
}
.o-header_logo svg {
  fill: #000;
}

.o-header_logo-link {
  display: block;
}

/*action
----------------------------------------------------------*/
.o-header_main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.single .o-header_main-action {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single .o-header_main-action {
    padding-right: 3.5vw;
  }
}

/*g-nav
----------------------------------------------------------*/
.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 30px;
  padding-right: 1.3em;
}
@media only screen and (max-width: 767px) {
  .g-nav {
    display: none;
  }
}

.g-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.g-nav_list-item {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.g-nav_list-item:not(:first-of-type) {
  margin-left: 1.2em;
}
.g-nav_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.g-nav_trigger a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1270px) {
  .g-nav_trigger a {
    pointer-events: none;
  }
}
.g-nav_trigger a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .g-nav_trigger.is-drop a::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}

.g-nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.g-nav_link span {
  display: block;
  position: relative;
}
.g-nav_link span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .g-nav_link:hover span::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
}

/*header_cta
----------------------------------------------------------*/
.o-header_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

/*header_tel
----------------------------------------------------------*/
.single .o-header_cta-tel {
  margin-left: 1.3em;
}
.single .o-header_cta-tel-link {
  display: block;
}
.single .o-header_tel-wrap {
  font-size: 17px;
}
.single .o-header_tel-link {
  width: 136px;
  height: 36px;
}

.o-header_tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-header_tel-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .o-header_tel-link:hover .o-header_tel-icon svg {
    fill: #666666;
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
}

.o-header_tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.o-header_tel-icon {
  display: block;
  width: 0.8em;
  margin-right: 0.2em;
  line-height: 0;
}
.o-header_tel-icon svg {
  fill: #000000;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.o-header_tel-caption {
  font-size: 10px;
  letter-spacing: normal;
  padding-top: 0.2em;
  text-align: center;
}
.o-header_tel-caption span {
  display: inline-block;
  margin-left: -0.3em;
}

/*o-header_lang
----------------------------------------------------------*/
.o-header_lang {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-header_lang {
    display: none;
  }
}

.o-header_lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-header_lang-list-item:not(:first-of-type) {
  margin-left: 0.7em;
}

.o-header_lang-link {
  font-size: 14px;
  line-height: 1.5;
  color: #c8c8c8;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-header_lang-link:hover {
    color: #000000;
  }
}
.o-header_lang-link.is-current {
  pointer-events: none;
  color: #000000;
}
.o-header_lang-link.is-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*o-header_search
----------------------------------------------------------*/
.o-header_search {
  margin-left: 1em;
  width: 150px;
  height: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-header_search {
    height: 7vw;
    width: 32vw;
  }
}
.o-header_search-inner {
  width: 100%;
}

.o-header_search-input {
  display: block;
  outline: none;
  border: solid 1px #c9c9c9;
  border-radius: 30px;
  width: 100% !important;
  height: 30px !important;
  padding: 5px 5px 5px 25px;
  background-position: left 30px top 55% !important;
}
@media only screen and (max-width: 767px) {
  .o-header_search-input {
    background-size: 20vw auto !important;
    height: 7vw !important;
  }
}

.o-header_search-btn {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon/ic_search.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.8em;
  top: 50%;
  margin-top: -6px;
  overflow: hidden;
  text-indent: -9999px;
}

/*header_cta-link
----------------------------------------------------------*/
.o-header_cta-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single .o-header_cta-btn-list {
  margin-left: 1em;
}
.single .o-header_cta-btn-list-item {
  margin-left: 0.8em;
}

.o-header_cta-btn {
  display: block;
  position: relative;
  z-index: 1;
}
.o-header_cta-btn .a-cta-btn {
  font-size: 13px;
}

.single .o-header_cta-btn {
  width: 120px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .single .o-header_cta-btn {
    width: 28.8vw;
    height: 8vw;
  }
  .single .o-header_cta-btn .a-cta-btn {
    font-size: 3.0666666667vw;
    border-radius: 50px;
  }
}

/*header_menu
----------------------------------------------------------*/
.single .o-header_menu {
  margin-left: 0.8em;
}

.o-header_menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  cursor: pointer;
  border-radius: 50%;
}
.o-header_menu-trigger.is-open .rigt-nav-trigger-inner span:before {
  top: 0;
  background-color: #0065ac;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header_menu-trigger.is-open .rigt-nav-trigger-inner span:after {
  bottom: 0;
  background-color: #0065ac;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-header_menu-trigger:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

.single .o-header_menu-trigger {
  width: 44px;
  height: 44px;
  border: solid 1px #e5e5e5;
}
.single .o-header_menu-trigger-inner {
  width: 44%;
}

.o-header_menu-trigger-inner {
  width: 56%;
  position: relative;
}
.o-header_menu-trigger-inner span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: relative;
}
.o-header_menu-trigger-inner span:before, .o-header_menu-trigger-inner span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header_menu-trigger-inner span:before {
  top: -5px;
}
.o-header_menu-trigger-inner span:after {
  bottom: -5px;
}

/*header_search-sp
----------------------------------------------------------*/
.o-header_search-sp {
  display: none;
}

.o-header_search-sp-inner {
  width: 8vw;
  height: 8vw;
}

.o-header_search-sp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.o-header_search-sp-link img {
  width: 4vw;
}

/*header_menu-sp
----------------------------------------------------------*/
.o-header_menu-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .o-header_menu-sp {
    display: block;
    margin-left: 0.5em;
    position: relative;
    z-index: 3;
  }
}

.o-header_menu-sp-trigger {
  width: 8vw;
  height: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  cursor: pointer;
  border-radius: 50%;
}
.o-header_menu-sp-trigger.is-opened {
  background-color: #0065ac;
}
.o-header_menu-sp-trigger.is-opened .o-header_menu-sp-trigger-inner span {
  background-color: #0065ac;
}
.o-header_menu-sp-trigger.is-opened .o-header_menu-sp-trigger-inner span:before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header_menu-sp-trigger.is-opened .o-header_menu-sp-trigger-inner span:after {
  bottom: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.o-header_menu-sp-trigger-inner {
  width: 60%;
  position: relative;
}
.o-header_menu-sp-trigger-inner span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: relative;
}
.o-header_menu-sp-trigger-inner span:before, .o-header_menu-sp-trigger-inner span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header_menu-sp-trigger-inner span:before {
  top: -5px;
}
.o-header_menu-sp-trigger-inner span:after {
  bottom: -5px;
}

/*color
----------------------------------------------------------*/
.o-header.is-hero {
  background-color: transparent;
  border-bottom: none;
}
.o-header.is-hero .o-header_shoulder-key {
  color: #fff;
}
.o-header.is-hero .o-header_shoulder-link {
  color: #fff;
}
.o-header.is-hero .o-header_shoulder-link-icon svg {
  fill: #fff;
}
.o-header.is-hero .o-header_logo svg {
  fill: #fff;
}
.o-header.is-hero .g-nav_trigger {
  color: #fff;
}
.o-header.is-hero .g-nav_trigger::after {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
.o-header.is-hero .g-nav_trigger::before {
  background-color: #fff;
}
.o-header.is-hero .g-nav_link {
  color: #fff;
}
.o-header.is-hero .g-nav_link::before {
  background-color: #fff;
}
.o-header.is-hero .o-header_tel-link {
  color: #fff;
}
.o-header.is-hero .o-header_tel-icon svg {
  fill: #fff;
}
.o-header.is-hero .o-header_menu-trigger-inner span {
  background-color: #fff;
}
.o-header.is-hero .o-header_menu-trigger-inner span:before, .o-header.is-hero .o-header_menu-trigger-inner span:after {
  background-color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(25, 27, 31, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
.overlay.is-drop {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
o-sp-menu
========================================================= */
.o-sp-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .o-sp-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 15vw 0 10vw;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  }
  .o-sp-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 13.4vw;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  }
  .o-sp-menu.is-opened {
    visibility: visible;
    opacity: 1;
  }
}

.o-sp-menu_wrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.o-sp-menu_inner {
  width: 100%;
  height: auto;
  overflow: scroll;
  padding: 0 5vw;
}

.o-sp-menu_lang {
  position: relative;
  width: 100%;
  margin-top: 4vw;
}

.o-sp-menu_lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-sp-menu_lang-list-item:not(:first-of-type) {
  margin-left: 0.7em;
}

.o-sp-menu_lang-link {
  font-size: 3.4666666667vw;
  line-height: 1.5;
  color: #c8c8c8;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.o-sp-menu_lang-link.is-current {
  pointer-events: none;
  color: #000000;
}
.o-sp-menu_lang-link.is-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.o-sp-menu_cv {
  width: 100%;
  margin-top: 5vw;
}

.o-sp-menu_cv-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-sp-menu_cv-list-item {
  width: 49%;
  height: 15vw;
}
.o-sp-menu_cv-list-item .a-more-btn_item {
  font-weight: bold;
}
.o-sp-menu_cv-list-item .a-more-btn_item::after {
  content: none;
}

.o-sp-menu_list {
  width: 100%;
  margin-top: 6vw;
}
.o-sp-menu_list-item {
  border-bottom: solid 1px #e5e5e5;
}
.o-sp-menu_list-item:last-of-type {
  border-bottom: none;
}

.o-sp-menu_link,
.o-sp-menu_trigger {
  display: block;
  padding: 3vw 2vw;
  font-size: 4.8vw;
  position: relative;
}

.o-sp-menu_link::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 2.5vw;
}

.o-sp-menu_trigger::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 2.5vw;
}
.o-sp-menu_trigger::before {
  content: "";
  display: block;
  width: 0.6em;
  background-color: #000000;
  height: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  right: 2.5vw;
}
.o-sp-menu_trigger.is-open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.o-sp-menu_sub {
  width: 100%;
  height: 0;
  opacity: 0;
  min-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: min-height 0.5s ease-out, opacity 0.3s ease-out 0.2s, visibility 0.3s ease-out 0.2s;
  transition: min-height 0.5s ease-out, opacity 0.3s ease-out 0.2s, visibility 0.3s ease-out 0.2s;
}
.o-sp-menu_sub.is-open {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.o-sp-menu_sub-list {
  width: 100%;
  padding: 0 0 4vw;
}
.o-sp-menu_sub-list-item:not(:first-of-type) {
  margin-top: 1.5vw;
}

.o-sp-menu_sub-link,
.o-sp-menu_sub-trigger {
  display: block;
  padding: 1vw 0 1vw 2vw;
  font-size: 4vw;
  font-weight: bold;
  position: relative;
}
.o-sp-menu_sub-link span::before,
.o-sp-menu_sub-trigger span::before {
  content: "-";
  display: inline-block;
  margin-right: 0.3em;
}

.o-sp-menu_sub-link::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 2.5vw;
}

.o-sp-menu_sub-trigger::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 2.5vw;
}
.o-sp-menu_sub-trigger::before {
  content: "";
  display: block;
  width: 0.6em;
  background-color: #000000;
  height: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  right: 2.5vw;
}
.o-sp-menu_sub-trigger.is-open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.o-sp-menu_child {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.o-sp-menu_child-list {
  width: 100%;
  padding: 2vw 0 2vw 5vw;
}
.o-sp-menu_child-list-item:not(:first-of-type) {
  margin-top: 2vw;
}

.o-sp-menu_child-link {
  font-size: 3.7333333333vw;
  color: #1a1a1a;
  position: relative;
  display: block;
}
.o-sp-menu_child-link::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  right: 2.5vw;
}

.o-sp-menu_other {
  width: 100%;
  margin-top: 2vw;
}

.o-sp-menu_other-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-sp-menu_other-list-item {
  width: 48%;
  border-bottom: solid 1px #e5e5e5;
}

.o-sp-menu_other-link {
  display: block;
  font-size: 3.4666666667vw;
  font-weight: bold;
  padding: 2vw;
  position: relative;
}
.o-sp-menu_other-link::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 2vw;
}
.o-sp-menu_other-link span {
  display: inline-block;
  padding-left: 1.2em;
}

/* =========================================================
footer
========================================================= */
.o-footer {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 10px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .o-footer {
    padding: 0;
  }
}

.o-footer_wrap {
  width: 100%;
  background-color: #242325;
}

.o-footer_inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 45px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .o-footer_inner {
    padding: 10vw 0 0;
  }
}

/*o-footer_head
----------------------------------------------------------*/
.o-footer_head {
  position: absolute;
  top: 55px;
  left: 20px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .o-footer_head {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}

.o-footer_head-contents {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-footer_logo {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .o-footer_logo {
    width: 29vw;
    margin: 0 auto;
  }
}

.o-footer_actions {
  margin-left: 20px;
}

.o-footer_actions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-footer_actions-list-item {
  width: 140px;
}
.o-footer_actions-list-item:not(:first-of-type) {
  margin-left: 5px;
}

/*o-footer_sitemap
----------------------------------------------------------*/
.o-footer_sitemap {
  padding: 0 0 0 320px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1270px) {
  .o-footer_sitemap {
    padding: 0 0 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap {
    margin-top: 6vw;
    padding: 0;
  }
}

.o-footer_sitemap-service-title {
  width: 100%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-service-title {
    padding: 0 8vw;
  }
}
.o-footer_sitemap-service-title-link {
  font-size: 22px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-footer_sitemap-service-title-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-service-title-link {
    font-size: 4vw;
  }
}

.o-footer_sitemap-contents {
  margin: 6px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-contents {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8vw;
    margin: 0 auto;
  }
}

.o-sitemap_clm:not(:first-of-type) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_clm:not(:first-of-type) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .o-sitemap_clm {
    width: 48%;
    margin-top: 5vw;
    padding-bottom: 4vw;
  }
}

.o-sitemap_holder:not(:first-of-type) {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_holder:not(:first-of-type) {
    padding-top: 0;
  }
}

.o-sitemap_hdg-link {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.o-sitemap_hdg-link::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_hdg-link {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    padding: 0 0 4vw 1em;
    display: block;
    position: relative;
    letter-spacing: normal;
  }
  .o-sitemap_hdg-link::before {
    position: absolute;
    left: 0;
  }
  .o-sitemap_hdg-link::after {
    content: "";
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    border-bottom: solid 1px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 2.5vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .o-sitemap_hdg-link::after {
    content: none;
  }
}
@media only screen and (min-width: 991px) {
  .o-sitemap_hdg-link:hover {
    color: #c0c0c0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.o-sitemap_hdg-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_hdg-inner {
    padding: 0 2vw 5vw;
  }
}
.o-sitemap_hdg-inner .o-sitemap_list {
  width: 50%;
  min-width: 160px;
}

.o-sitemap_list {
  padding-top: 11px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_list {
    padding-top: 0;
  }
}
.o-sitemap_list-item:not(:first-of-type) {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_list-item:not(:first-of-type) {
    padding-top: 2vw;
  }
}

.o-sitemap_list-item-link {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-sitemap_list-item-link {
    font-size: 2.9333333333vw;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 991px) {
  .o-sitemap_list-item-link:hover {
    color: #fff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/*o-footer_sitemap-bottom
----------------------------------------------------------*/
.o-footer_sitemap-bottom {
  border-top: solid 1px rgba(201, 201, 201, 0.5);
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom {
    width: 84vw;
    margin: 4vw auto 0;
    border-top: solid 1px #e5e5e5;
  }
}
.o-footer_sitemap-bottom-inner {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-inner {
    padding-top: 0;
    display: block;
  }
}

.o-footer_sitemap-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-list-item {
    width: 48%;
    border-bottom: solid 1px #e5e5e5;
  }
}
.o-footer_sitemap-bottom-list-item:not(:first-of-type) {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-list-item:not(:first-of-type) {
    margin-left: 0;
  }
}

.o-footer_sitemap-bottom-link {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.o-footer_sitemap-bottom-link::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-link {
    font-size: 2.9333333333vw;
    padding: 4vw 2vw;
    display: block;
    position: relative;
  }
  .o-footer_sitemap-bottom-link::after {
    content: "";
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    border-bottom: solid 1px rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 2.5vw;
  }
}
@media only screen and (min-width: 991px) {
  .o-footer_sitemap-bottom-link:hover {
    color: #c0c0c0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.o-footer_sitemap-bottom-sns {
  display: block;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-bottom-sns {
    display: none;
  }
}

/*o-footer_side
----------------------------------------------------------*/
.o-footer_side {
  width: 150px;
  position: absolute;
  bottom: 97px;
  left: 20px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .o-footer_side {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    background-color: #f4f4f4;
    padding: 3vw 8vw 8vw;
    margin-top: 10vw;
  }
}

.o-footer_side-list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .o-footer_side-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-footer_side-list-item {
  border-bottom: solid 1px rgba(201, 201, 201, 0.5);
}
@media only screen and (max-width: 767px) {
  .o-footer_side-list-item {
    width: 48%;
    border-bottom: solid 1px #e5e5e5;
  }
}

.o-footer_side-link {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 0;
  position: relative;
}
.o-footer_side-link::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-footer_side-link:hover {
    color: #c0c0c0;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .o-footer_side-link:hover::after {
    right: -3%;
    -webkit-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .o-footer_side-link {
    font-size: 2.9333333333vw;
    padding: 4vw 2vw;
    display: block;
    position: relative;
    color: #000000;
  }
  .o-footer_side-link::before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
  }
  .o-footer_side-link::after {
    width: 0.3em;
    height: 0.3em;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    right: 2.5vw;
  }
}

/*o-footer_sub
----------------------------------------------------------*/
.o-footer_sub {
  width: 100%;
  padding: 22px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub {
    padding: 5vw 0 6vw;
  }
}

.o-footer_sub-layout {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-layout {
    display: block;
    padding: 0 4vw;
  }
}

.o-footer_sub-sns {
  display: none;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-sns {
    display: block;
    margin-top: 3vw;
  }
}

.o-footer_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .o-footer_sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.o-footer_sns-list-item:not(:first-of-type) {
  margin-left: 15px;
}

.o-footer_sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-list-item {
    text-align: center;
  }
}
.o-footer_sub-list-item:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-list-item:not(:last-of-type) {
    margin: 0 2vw;
  }
}

.o-footer_sub-list-link {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-footer_sub-list-link {
    font-size: 2.6666666667vw;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 991px) {
  .o-footer_sub-list-link:hover {
    color: black;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.o-footer_copyright {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .o-footer_copyright {
    font-size: 2.6666666667vw;
    letter-spacing: normal;
    text-align: center;
    margin-top: 3vw;
  }
}

/* =========================================================
megamenu
========================================================= */
.megamenu {
  font-weight: 300;
  padding-top: 20px;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.megamenu.is-drop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.l-megamenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0 50px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.megamenu_container {
  width: 100%;
  padding: 0 50px 0;
}

.megamenu_head {
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.megamenu_head-link {
  display: block;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  font-weight: normal;
}
@media only screen and (min-width: 991px) {
  .megamenu_head-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.megamenu_head-name {
  font-size: 20px;
}
.megamenu_head-name::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.megamenu_head-link-sub {
  font-size: 14px;
  font-weight: normal;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.megamenu_head-link-sub span {
  display: block;
  margin-right: 0.5em;
  -webkit-transition: margin-right 0.2s ease-out;
  transition: margin-right 0.2s ease-out;
}
.megamenu_head-link-sub span svg {
  line-height: 0;
  fill: #000000;
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.megamenu_body {
  max-width: 930px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.megamenu_list {
  margin-right: 26px;
}
.megamenu_list:not(:first-of-type) {
  padding-left: 23px;
  border-left: solid 1px #e5e5e5;
}
.megamenu_list:last-of-type {
  margin-right: 0;
}
.megamenu_list-item:not(:first-of-type) {
  padding-top: 20px;
}

.megamenu_list-link {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.megamenu_list-link::before {
  content: "-";
  display: inline-block;
  margin-right: 0.2em;
}
@media only screen and (min-width: 991px) {
  .megamenu_list-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.children_list {
  margin-top: 20px;
}
.children_list-item:not(:first-of-type) {
  padding-top: 13px;
}

.children_list-link {
  font-size: 12px;
  letter-spacing: normal;
  color: #666666;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .children_list-link:hover {
    color: #1a1a1a;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/* =========================================================
bottom_cta
========================================================= */
.o-bottom-cta {
  width: 100%;
  height: 350px;
  background: #000 url(../img/common/bottom_cv_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta {
    height: auto;
    padding: 6vw 0;
  }
}

.o-bottom-cta_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_inner {
    padding: 0 5vw;
    display: block;
  }
}

.o-bottom-cta_card {
  width: 480px;
  height: 230px;
}
.o-bottom-cta_card:nth-of-type(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_card {
    width: 100%;
    height: auto;
  }
  .o-bottom-cta_card:not(:first-of-type) {
    margin-top: 5vw;
    margin-left: 0;
  }
}

.o-bottom-cta_link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 33px 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_link {
    padding: 5vw 9vw;
  }
}
@media only screen and (min-width: 991px) {
  .o-bottom-cta_link:hover {
    -webkit-transform: translateY(-4px) translateZ(0);
            transform: translateY(-4px) translateZ(0);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
}

.o-bottom-cta_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-bottom-cta_head-shoulder {
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_head-shoulder {
    font-size: 3.2vw;
  }
}

.o-bottom-cta_head-en {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_head-en {
    font-size: 6.6666666667vw;
  }
}

.o-bottom-cta_head-arrow-inner {
  width: 45px;
  height: 45px;
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_head-arrow-inner {
    width: 9vw;
    height: 9vw;
  }
}

.o-bottom-cta_body {
  margin-top: 20px;
  border-top: solid 1px #e5e5e5;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .o-bottom-cta_body {
    margin-top: 3vw;
    padding-top: 3vw;
    font-size: 3.2vw;
  }
}

/* =========================================================
breadcrumb
========================================================= */
.o-breadcrumb {
  width: 100%;
  background-color: #fff;
  padding: 12px 0;
}

.o-breadcrumb_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.o-breadcrumb_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-breadcrumb_list-item {
  position: relative;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.o-breadcrumb_list-item .o-breadcrumb_link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-breadcrumb_list-item .o-breadcrumb_link:hover {
    color: black;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
.o-breadcrumb_list-item:not(:last-of-type) {
  padding-right: 2em;
  margin-right: 1.5em;
  position: relative;
}
.o-breadcrumb_list-item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 31%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-breadcrumb_list-item:not(:last-of-type) .o-breadcrumb_link {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-breadcrumb_list-item:not(:last-of-type) .o-breadcrumb_link:hover {
    color: black;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/* =========================================================
o-float-conversion
========================================================= */
.o-float-conversion {
  position: fixed;
  z-index: 10;
  top: calc(50% - 50px);
  right: -120px;
}
@media only screen and (max-width: 767px) {
  .o-float-conversion {
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 200ms, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
}
.o-float-conversion_nav {
  -webkit-transition: -webkit-box-shadow 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
  transition: -webkit-box-shadow 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
  transition: box-shadow 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
  transition: box-shadow 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms, -webkit-box-shadow 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms;
}
@media only screen and (max-width: 767px) {
  .o-float-conversion_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o-float-conversion_list-item:first-child .o-float-conversion_link {
  border-radius: 5px 0 0 0;
}
.o-float-conversion_list-item:last-child {
  border-top: solid 1px #8196a4;
}
.o-float-conversion_list-item:last-child .o-float-conversion_link {
  border-radius: 0 0 0 5px;
}
.o-float-conversion_list-item:only-child {
  border-top: none;
}
.o-float-conversion_list-item:only-child .o-float-conversion_link {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .o-float-conversion_list-item {
    width: 50%;
  }
  .o-float-conversion_list-item:not(:first-child) {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.o-float-conversion_link {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.13rem;
  background-color: #0d4166;
  display: block;
  width: 170px;
  padding: 0 18px 0 14px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s ease-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.2s ease-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s ease-out 0.3s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s ease-out 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width: 991px) {
  .o-float-conversion_link:hover {
    border-radius: 5px 0 0 5px !important;
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
    background-color: #0065ac;
  }
}
.o-float-conversion_icon01 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 23px;
  margin: -2px 20px 0 0;
  background: url(/assets/img/common/icon/ic_document.svg) no-repeat center;
}
.o-float-conversion_icon02 {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 22px;
  margin: -2px 20px 0 0;
  background: url(/assets/img/common/icon/ic_tel.svg) no-repeat center;
}

/* =========================================================
o-faq
========================================================= */
.o-faq {
  width: 100%;
}
.o-faq:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .o-faq:not(:first-child) {
    margin-top: 4vw;
  }
}

.o-faq_list {
  width: 100%;
}
.o-faq_list-item {
  border-top: solid 1px #e5e5e5;
}
.o-faq_list-item:last-of-type {
  border-bottom: solid 1px #e5e5e5;
}

.o-faq_content {
  width: 100%;
}

.o-faq_content-head {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 20px 60px 20px 30px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-head {
    padding: 4vw 8vw 4vw 3vw;
  }
}
@media only screen and (min-width: 991px) {
  .o-faq_content-head:hover {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  }
}
.o-faq_content-head::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-head::after {
    right: 3vw;
  }
}
.o-faq_content-head::before {
  content: "";
  display: block;
  width: 0.6em;
  background-color: #000000;
  height: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-head::before {
    right: 3vw;
  }
}
.o-faq_content-head span {
  display: block;
  padding-left: 1.5em;
  position: relative;
  pointer-events: none;
}
.o-faq_content-head span::before {
  content: "Q";
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-head span::before {
    font-size: 5.0666666667vw;
  }
}
.o-faq_content-head.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.o-faq_content-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.o-faq_content-body-inner {
  padding: 0 0 20px 30px;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-body-inner {
    padding: 0 0 4vw 0;
  }
}
.o-faq_content-body-box {
  background-color: #f4f4f4;
  padding: 30px 30px 30px 55px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-body-box {
    padding: 4vw 4vw 4vw 10vw;
  }
}
.o-faq_content-body-box::before {
  content: "A";
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 31px;
}
@media only screen and (max-width: 767px) {
  .o-faq_content-body-box::before {
    font-size: 5.0666666667vw;
    left: 4vw;
    top: 4.2vw;
  }
}

.is-bg .o-faq_content-body-box {
  background-color: #fff;
}

/* =========================================================
o-archive-controllers
========================================================= */
.o-archive-controllers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-archive-controllers + .o-index-links_list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .o-archive-controllers + .o-index-links_list {
    margin-top: 5vw;
  }
}

.o-archive-controller {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .o-archive-controller {
    padding-right: 0.5rem;
    font-size: 1rem;
  }
}

.o-archive-options {
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 100;
  height: 0;
  overflow: hidden;
}
.o-archive-options.is-visible {
  height: auto;
  -webkit-box-shadow: 0 5px 10px #999;
          box-shadow: 0 5px 10px #999;
}
@media only screen and (max-width: 767px) {
  .o-archive-options {
    right: auto;
    left: 0;
  }
}

.o-archive-options_list {
  max-height: 100%;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.o-archive-options_list-item {
  padding: 5px 20px;
  text-align: center;
  white-space: nowrap;
}
.o-archive-options_list-item.is-current {
  font-weight: bold;
}
.o-archive-options_list-item:hover {
  background-color: #EEE;
}

.o-archive-controller_title {
  font-weight: 600;
  white-space: nowrap;
}

.o-archive-controller_choice {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =========================================================
o-table-pair
========================================================= */
.o-table-pair {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .o-table-pair {
    margin-top: 6vw;
  }
}

.o-table-pair_content {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #e5e5e5;
}
.o-table-pair_content th {
  color: #666666;
  white-space: nowrap;
  text-align: left;
}
.o-table-pair_content th, .o-table-pair_content td {
  padding: 30px 10px 30px 50px;
  border: solid #e5e5e5;
  border-width: 0 0 1px;
}
@media only screen and (max-width: 767px) {
  .o-table-pair_content th, .o-table-pair_content td {
    padding: 3.5vw 1vw 3.5vw 5vw;
  }
}
.o-table-pair_content td iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .o-table-pair_content td iframe {
    height: 60vw;
  }
}

/* =========================================================
o-def-list
========================================================= */
.o-def-list {
  width: 100%;
}
.o-def-list:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .o-def-list:not(:first-child) {
    margin-top: 2vw;
  }
}
.o-def-list_head {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .o-def-list_head {
    font-size: 3.4666666667vw;
  }
}
.o-def-list_cont {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .o-def-list_cont {
    font-size: 3.4666666667vw;
  }
}

/* =========================================================
o-dot-list
========================================================= */
.o-dot-list {
  width: 100%;
}
.o-dot-list:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .o-dot-list:not(:first-child) {
    margin-top: 2vw;
  }
}
.o-dot-list_item {
  line-height: 1.5;
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
}
.o-dot-list_item::after {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.o-dot-list_item:not(:first-of-type) {
  margin-top: 8px;
}

/* =========================================================
o-num-list
========================================================= */
.o-num-list {
  width: 100%;
  counter-reset: number 0;
}
.o-num-list:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .o-num-list:not(:first-child) {
    margin-top: 2vw;
  }
}
.o-num-list_item {
  line-height: 1.6;
  padding-left: 1.7em;
  position: relative;
}
.o-num-list_item::after {
  counter-increment: number 1;
  content: "（" counter(number) "）";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0;
  letter-spacing: normal;
}
.o-num-list_item:not(:first-of-type) {
  margin-top: 10px;
}

/* =========================================================
o-relation
========================================================= */
.o-relation {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .o-relation {
    margin-top: 6vw;
  }
}

.o-relation_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .o-relation_list {
    display: block;
  }
}
.o-relation_list-item {
  width: 240px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .o-relation_list-item {
    width: 100%;
    height: 16vw;
    margin-top: 3vw;
  }
}
.o-relation_list-item:not(:last-of-type) {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .o-relation_list-item:not(:last-of-type) {
    margin-right: 0;
  }
}

.o-relation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .o-relation_link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 12vw;
  }
  .o-relation_link::after {
    content: "";
    display: block;
    width: 1vw;
    height: 1vw;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    position: absolute;
    top: 48%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    right: 6vw;
  }
  .o-relation_link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o-relation_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0065ac;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56), -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  z-index: 1;
}
.o-relation_link.is-current {
  pointer-events: none;
}
.o-relation_link.is-current::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.o-relation_link.is-current .o-relation_link-fig svg {
  fill: #fff;
}
.o-relation_link.is-current .o-relation_link-text {
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .o-relation_link:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .o-relation_link:hover .o-relation_link-fig svg {
    fill: #fff;
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
  .o-relation_link:hover .o-relation_link-text {
    color: #fff;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
}

.o-relation_link-fig {
  line-height: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .o-relation_link-fig {
    width: 10vw;
    margin-right: 3vw;
  }
}
.o-relation_link-fig svg {
  fill: #0065ac;
  -webkit-transition: fill 0.3s ease-out 0.3s;
  transition: fill 0.3s ease-out 0.3s;
}

.o-relation_link-text {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color 0.4s ease-out 0.3s;
  transition: color 0.4s ease-out 0.3s;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .o-relation_link-text {
    font-size: 3.4666666667vw;
  }
}

/* =========================================================
o-sub-nav
========================================================= */
.o-sub-nav {
  width: 100%;
  background: #242325;
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav {
    padding: 4vw 0;
  }
}
.o-sub-nav_inner {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_inner {
    padding: 0 6vw;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_trigger {
    display: block;
    width: 10vw;
    height: 10vw;
    border: solid 1px rgba(255, 255, 255, 0.4);
    position: absolute;
    top: -5px;
    right: 6vw;
  }
  .o-sub-nav_trigger::after {
    content: "";
    display: block;
    width: 3vw;
    height: 2px;
    background-color: #fff;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 3.4vw;
  }
  .o-sub-nav_trigger::before {
    content: "";
    display: block;
    width: 3vw;
    background-color: #fff;
    height: 2px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    right: 3.4vw;
  }
  .o-sub-nav_trigger.is-open::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.o-sub-nav_name {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_name {
    font-size: 4vw;
  }
}
.o-sub-nav_name-link {
  color: #fff;
  position: relative;
  overflow: hidden;
  position: relative;
}
.o-sub-nav_name-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 991px) {
  .o-sub-nav_name-link:hover::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
}
.o-sub-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_list {
    display: block;
    background: #3c393c;
    margin-top: 4vw;
    padding: 4vw 6vw;
    border-radius: 3px;
    margin-bottom: 4vw;
  }
}
.o-sub-nav_list-item {
  font-size: 12px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_list-item:not(:first-of-type) {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
}
.o-sub-nav_list-item::before {
  content: "|";
  display: inline-block;
  color: #5f5d61;
  margin: 0 2px 0 6px;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_list-item::before {
    content: none;
  }
}
.o-sub-nav_list-item:last-child::after {
  content: "|";
  display: inline-block;
  color: #353436;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_list-item:last-child::after {
    content: none;
  }
}
.o-sub-nav_link {
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .o-sub-nav_link {
    display: block;
    line-height: 1.2;
    padding: 3vw 0;
    position: relative;
  }
  .o-sub-nav_link::after {
    content: "";
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    right: 2.5vw;
  }
}
.o-sub-nav_link span {
  display: inline-block;
  position: relative;
}
.o-sub-nav_link span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.o-sub-nav_link.is-current span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (min-width: 991px) {
  .o-sub-nav_link:hover span::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.o-sub-nav + .page-head {
  margin-top: 2px;
}

/* =========================================================
o-index-pager
========================================================= */
.o-index-pager {
  margin-top: 80px;
  border-top: solid 1px #a3aaae;
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .o-index-pager {
    margin-top: 15vw;
    padding-top: 7vw;
  }
}

.o-index-pager_left,
.o-index-pager_right {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  .o-index-pager_left,
  .o-index-pager_right {
    width: 7vw;
    height: 7vw;
  }
}

.o-index-pager_left-arrow,
.o-index-pager_right-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 100%;
}
.o-index-pager_left-arrow::after,
.o-index-pager_right-arrow::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.o-index-pager_left-arrow::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: -5px;
}

.o-index-pager_right-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -5px;
}

.o-index-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .o-index-pager_list {
    margin: 0 4vw;
  }
}
.o-index-pager_list-item {
  width: 35px;
  height: 35px;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .o-index-pager_list-item {
    width: 7vw;
    height: 7vw;
    margin: 0 2vw;
  }
}

.o-index-pager_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #858585;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .o-index-pager_num {
    font-size: 4.2666666667vw;
  }
}
.o-index-pager_num::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.o-index-pager_num.is-current {
  color: #000000;
}
.o-index-pager_num.is-current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (min-width: 991px) {
  .o-index-pager_num:hover::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/* =========================================================
o-contents-footer
========================================================= */
.o-contents-footer {
  width: 100%;
  margin-top: 28px;
  padding: 80px 20px;
  position: relative;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .o-contents-footer {
    margin-top: 4vw;
    padding: 10vw 5vw;
  }
}

.o-contents-footer_inner {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}

.o-contents-footer_heading {
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .o-contents-footer_heading {
    font-size: 6.6666666667vw;
  }
}
.o-contents-footer_heading-sub {
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .o-contents-footer_heading-sub {
    font-size: 4.5333333333vw;
  }
}

.o-contents-footer_service {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .o-contents-footer_service {
    margin-top: 8vw;
  }
}

.o-contents-footer_service-content {
  margin-top: 40px;
}

.o-contents-footer_media {
  margin-top: 80px;
}

.o-contents-footer_media-content {
  margin-top: 40px;
}

.o-relation-bnr-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
}
.o-relation-bnr-list_item {
  width: 46.73%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_item {
    width: 100%;
  }
  .o-relation-bnr-list_item:not(:first-of-type) {
    margin-top: 5vw;
  }
}

.o-relation-bnr-list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #373737;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-relation-bnr-list_fig {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_fig {
    width: 40%;
  }
}

.o-relation-bnr-list_fig-inner {
  width: 100%;
  height: 111px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_fig-inner {
    height: 24vw;
  }
}
.o-relation-bnr-list_fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.o-relation-bnr-list_text {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_text {
    width: 54%;
  }
}

.o-relation-bnr-list_name {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  padding: 5px 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_name {
    font-size: 4.2666666667vw;
    padding: 1vw 5vw 0 0;
  }
}

.o-relation-bnr-list_more .a-text-link {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .o-relation-bnr-list_more .a-text-link {
    font-size: 2.9333333333vw;
    margin-top: 1vw;
  }
}

/* =========================================================
o-anchor-list
========================================================= */
.o-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .o-anchor-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.o-anchor-list_item {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .o-anchor-list_item {
    font-size: 2.9333333333vw;
    width: 50%;
    position: relative;
    border-left: solid 1px #eee;
  }
  .o-anchor-list_item:not(:nth-child(-n+2)) {
    margin-top: 5px;
  }
  .o-anchor-list_item:nth-child(even) {
    border-right: solid 1px #eee;
  }
  .o-anchor-list_item:nth-child(odd):last-child {
    width: calc(50% + 1px);
    border-right: solid 1px #eee;
  }
}
.o-anchor-list_item::before {
  display: inline-block;
  content: "|";
  color: #adadad;
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .o-anchor-list_item::before {
    content: none;
  }
}
.o-anchor-list_item:last-child::after {
  display: inline-block;
  content: "|";
  color: #adadad;
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .o-anchor-list_item:last-child::after {
    content: none;
  }
}
.o-anchor-list_link {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .o-anchor-list_link {
    padding-right: 4.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    line-height: 1.4;
    padding: 1vw 7vw 1vw 3vw;
  }
}
.o-anchor-list_link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #7f7f7f;
  border-right: solid 1px #7f7f7f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .o-anchor-list_link::after {
    width: 1.2vw;
    height: 1.2vw;
    right: 2.5vw;
  }
}
.o-anchor-list_link span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.o-anchor-list_link span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media only screen and (min-width: 991px) {
  .o-anchor-list_link:hover::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .o-anchor-list_link:hover span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

/* =========================================================
hero
========================================================= */
.p-hero {
  width: 100%;
  height: 86vh;
  min-height: 590px;
  max-height: 800px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .p-hero {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .p-hero {
    min-height: auto;
    height: 130.666667vw;
  }
}

.p-hero_inner {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .p-hero_inner {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-hero_box {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-hero_box {
    padding-bottom: 0;
    position: static;
  }
}

.p-hero_ttl {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-hero_ttl {
    width: 78%;
    margin: 42vw auto 0;
  }
}
.p-hero_ttl-sub {
  font-size: 22px;
  font-weight: normal;
  margin-top: 26px;
  line-height: 1;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .p-hero_ttl-sub {
    font-size: 4vw;
    text-align: center;
    margin-top: 4vw;
  }
}

/*hero-carousel
----------------------------------------------------------*/
.hero-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
}
.hero-movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/mv_overlay.png);
  background-repeat: repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-movie_inner {
  width: 100%;
  height: 100%;
}
.hero-movie video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.hero-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8vw;
  }
}
.hero-btn .top-more_btn {
  margin: 0;
}
.hero-btn .top-more_btn:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-btn .top-more_btn:not(:first-of-type) {
    margin-left: 2vw;
  }
}

.hero-news {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .hero-news {
    width: 90%;
    margin: 10vw auto 0;
  }
}
.hero-news_inner {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-news_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .hero-news_link:hover {
    opacity: 0.7;
  }
}
.hero-news_date {
  font-size: 14px;
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .hero-news_date {
    font-size: 3.2vw;
    margin-right: 2vw;
  }
}
.hero-news_headline {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .hero-news_headline {
    font-size: 3.4666666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 64vw;
    white-space: nowrap;
  }
}

.hero-scroll {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 90;
}
@media only screen and (max-width: 767px) {
  .hero-scroll {
    display: none;
  }
}
.hero-scroll_item {
  line-height: 0;
  position: relative;
}
.hero-scroll_item::after {
  content: "";
  display: block;
  width: 1px;
  height: 136px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-animation: sclBorder 3s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sclBorder 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sclBorder {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sclBorder {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* =========================================================
top_news
========================================================= */
.top-news {
  background-color: #f3f7f9;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 0 3.5vw 12vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-news_inner {
    padding: 5vw 3vw 0;
    border-top: solid 1px #e5e5e5;
  }
}
.top-news_inner::before {
  content: "";
  display: block;
  background-color: #f3f7f9;
  position: absolute;
  left: -40px;
  top: -40px;
  width: 100vw;
  height: 40px;
}
@media only screen and (max-width: 1300px) {
  .top-news_inner::before {
    left: 0;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .top-news_inner::before {
    content: none;
  }
}

/*top-news_tab
----------------------------------------------------------*/
.top-news_tab {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .top-news_tab {
    margin-top: 4vw;
    border-bottom: none;
  }
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 12px;
  right: 150px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .tab-area {
    position: relative;
    top: auto;
    right: auto;
  }
}
.tab-area::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #e5e5e5;
  position: absolute;
  top: -1px;
  right: -20px;
}

.tab-label {
  display: block;
  cursor: pointer;
  background: #f3f7f9;
  padding: 0.2em 1em 0.1em;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  border-radius: 30px;
  font-size: 12px;
}
.tab-label:not(:first-of-type) {
  margin-left: 5px;
}
@media only screen and (min-width: 991px) {
  .tab-label:hover {
    background: #ddd;
  }
}
.tab-label.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#002597), to(#004dbb));
  background: linear-gradient(to right, #002597 0%, #004dbb 100%);
  color: #fff;
  cursor: auto;
}
@media only screen and (min-width: 991px) {
  .tab-label.is-active:hover {
    background: -webkit-gradient(linear, left top, right top, from(#002597), to(#004dbb));
    background: linear-gradient(to right, #002597 0%, #004dbb 100%);
  }
}

.panel-area {
  position: relative;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .panel-area {
    height: 77vw;
  }
}

.tab-panel {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
}

/*slide
----------------------------------------------------------*/
.top-news_tab .swiper-container {
  overflow: visible;
}

.slide-link {
  display: block;
}
@media only screen and (min-width: 991px) {
  .slide-link:hover .slide-fig {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.slide-fig {
  line-height: 0;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.slide-fig img {
  max-width: none;
  width: 100%;
  height: auto;
}

.slide-text {
  margin: 15px 10px 0;
}
@media only screen and (max-width: 767px) {
  .slide-text {
    margin: 4vw 2vw 0;
  }
}

.slide-text-copy {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .slide-text-copy {
    font-size: 3.4666666667vw;
  }
}

.slide-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .slide-data {
    font-size: 2.9333333333vw;
  }
}
.slide-data_tag {
  color: #2bb0e7;
}
.slide-data_date {
  color: #999999;
  margin-left: 12px;
}

.swiper-prev,
.swiper-next,
.swiper-prev-2,
.swiper-next-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  outline: none;
  cursor: pointer;
  top: -70px;
  width: 40px;
  height: 40px;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled,
.swiper-prev-2.swiper-button-disabled,
.swiper-next-2.swiper-button-disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 991px) {
  .swiper-prev:hover,
  .swiper-next:hover,
  .swiper-prev-2:hover,
  .swiper-next-2:hover {
    background-color: #eee;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-prev,
  .swiper-next,
  .swiper-prev-2,
  .swiper-next-2 {
    display: none;
  }
}

.swiper-prev,
.swiper-prev-2 {
  right: 44px;
}

.swiper-next,
.swiper-next-2 {
  right: 0;
}

/*top-news_link
----------------------------------------------------------*/
.top-news_link {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-news_link {
    margin-top: 2vw;
  }
}
.top-news_link-btn {
  margin: 0 auto;
  width: 250px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .top-news_link-btn {
    width: 84vw;
    height: 16vw;
  }
}

/* =========================================================
service
========================================================= */
.top-service {
  width: 100%;
  position: relative;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .top-service {
    padding-top: 2vw;
  }
}

.top-service_inner {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-service_inner {
    background-color: #f4f4f4;
  }
}
.top-service_inner::before {
  content: "";
  background-color: #f4f4f4;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  z-index: 1;
}
@media only screen and (max-width: 1270px) {
  .top-service_inner::before {
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .top-service_inner::before {
    content: none;
  }
}

.top-service_content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .top-service_content {
    padding: 12vw 0;
  }
}

.top-service_copy {
  width: 100%;
  max-width: 612px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .top-service_copy {
    margin: 4vw auto 0;
    padding: 0 5vw;
  }
}

.top-service_menu {
  width: 100%;
  position: relative;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .top-service_menu {
    margin-top: 5vw;
  }
}

.top-service_menu-list {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-list {
    height: auto;
    display: block;
  }
}
.top-service_menu-list-item {
  width: 20%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-list-item {
    width: 100%;
    height: 32.54vw;
  }
}
.top-service_menu-list-item:not(:first-of-type) {
  border-left: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-list-item:not(:first-of-type) {
    border-left: none;
    margin-top: 1px;
  }
}

.top-service_menu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top-service_menu-card img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .top-service_menu-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 6vw;
  }
  .top-service_menu-card::after {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-54%) rotate(45deg);
            transform: translateY(-54%) rotate(45deg);
    z-index: 3;
  }
}
@media only screen and (min-width: 991px) {
  .top-service_menu-card:hover img {
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.3s ease-out, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .top-service_menu-card:hover .top-service_menu-title-jp span {
    background-size: 100% auto;
  }
}

.top-service_menu-title {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-title {
    padding-bottom: 0;
    text-align: left;
  }
}
.top-service_menu-title-jp {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-title-jp {
    font-size: 5.3333333333vw;
  }
}
.top-service_menu-title-en {
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .top-service_menu-title-en {
    font-size: 3.2vw;
    margin-top: 0;
    opacity: 0.7;
  }
}

.service-consulting .top-service_menu-title-en {
  margin-top: 0;
}

.top-service_menu-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.top-service_menu-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* =========================================================
client
========================================================= */
.top-client {
  padding: 68px 0 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-client {
    padding: 12vw 0;
  }
}
.top-client .top-more_btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-client .top-more_btn {
    margin-top: 8vw;
  }
}

.top-client_lineup {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-client_lineup {
    margin-top: 3vw;
  }
}

.top-client_lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-client_lineup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-client_lineup-list-item {
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  .top-client_lineup-list-item {
    width: 36%;
    margin: 5vw 7% 0;
    text-align: center;
  }
}

/* =========================================================
features
========================================================= */
.top-features {
  width: 100%;
  padding: 80px 0;
  background: url(../img/top/feature_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .top-features {
    padding: 12vw 0 15vw;
  }
}

.top-features_content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-features_content {
    margin-top: 6vw;
  }
}

.top-features_title {
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-features_title {
    font-size: 4.6666666667vw;
    letter-spacing: normal;
  }
}

.top-features_copy {
  width: 100%;
  max-width: 700px;
  margin: 10px auto 0;
}

/* =========================================================
data
========================================================= */
.top-data {
  padding: 80px 0 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-data {
    padding: 12vw 0 13vw;
  }
}
.top-data .top-more_btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-data .top-more_btn {
    margin-top: 8vw;
  }
}

.top-data_caption {
  text-align: center;
  margin-top: 5px;
}
.top-data_caption-item {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .top-data_caption-item {
    font-size: 2.9333333333vw;
  }
}

.top-data_number {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-data_number {
    margin-top: 6vw;
  }
}

.top-data_number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-data_number-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-data_number-list-item {
  width: 20%;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .top-data_number-list-item {
    width: 50%;
    margin-top: 5vw;
  }
  .top-data_number-list-item:first-child {
    border-left: solid 1px #a3aaae;
  }
  .top-data_number-list-item:last-child {
    border-right: solid 1px #a3aaae;
  }
  .top-data_number-list-item:nth-child(even) {
    border-right: solid 1px #a3aaae;
  }
}
.top-data_number-list-item:not(:first-of-type) {
  border-left: solid 1px #a3aaae;
}

.top-data_number-fig {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-data_number-fig {
    height: 15vw;
  }
  .top-data_number-fig span {
    display: block;
    height: 100%;
  }
  .top-data_number-fig img {
    width: auto;
    height: 100%;
  }
}

.top-data_number-text {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .top-data_number-text {
    height: 11vw;
  }
}
.top-data_number-text-item {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .top-data_number-text-item {
    font-size: 2.9333333333vw;
  }
}
.top-data_number-text-item b {
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top-data_number-text-item b {
    font-size: 4.6666666667vw;
  }
}

.top-data_number-notes {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .top-data_number-notes {
    font-size: 2.9333333333vw;
  }
}

/* =========================================================
media
========================================================= */
.top-media {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .top-media {
    margin-top: 0;
  }
}
.top-media::before {
  content: "";
  background-color: #f4f4f4;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  z-index: 1;
}
@media only screen and (max-width: 1270px) {
  .top-media::before {
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .top-media::before {
    content: none;
  }
}
.top-media .top-more_btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top-media .top-more_btn {
    margin-top: 8vw;
  }
}

.top-media_inner {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .top-media_inner {
    padding: 12vw 5vw;
    background-color: #f4f4f4;
  }
}

.top-media_copy {
  width: 100%;
  max-width: 612px;
  margin: 20px auto 0;
}

.top-media_pickup {
  margin-top: 38px;
}

.o-media-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .o-media-list {
    display: block;
  }
}
.o-media-list_item {
  width: 46.73%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .o-media-list_item {
    width: 100%;
  }
  .o-media-list_item:not(:first-of-type) {
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: solid 1px #e5e5e5;
  }
}
.o-media-list_item:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a3aaae;
  position: absolute;
  top: 0;
  right: -7%;
}
@media only screen and (max-width: 767px) {
  .o-media-list_item:first-of-type::after {
    content: none;
  }
}

.o-media-list_link {
  display: block;
}
@media only screen and (min-width: 991px) {
  .o-media-list_link:hover .a-text-link {
    color: #0d4166;
  }
  .o-media-list_link:hover .a-text-link span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.o-media-list_head {
  width: 100%;
  position: relative;
}

.o-media-list_fig {
  line-height: 0;
  overflow: hidden;
}

.o-media-list_fig-inner {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
.o-media-list_fig-inner img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-media-list_tag {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}
.o-media-list_tag span {
  background-color: #000000;
  padding: 0.2em 1em;
  color: #fff;
  display: inline-block;
}

.o-media-list_body {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .o-media-list_body {
    margin-top: 3vw;
  }
}

.o-media-list_category {
  font-size: 14px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .o-media-list_category {
    font-size: 3.7333333333vw;
  }
}

.o-media-list_ttl {
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .o-media-list_ttl {
    font-size: 4.5333333333vw;
  }
}

.o-media-list_copy {
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .o-media-list_copy {
    font-size: 3.2vw;
  }
}

.o-media-list_more {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .o-media-list_more {
    margin-top: 4vw;
  }
}

/* =========================================================
info
========================================================= */
.top-info {
  padding: 80px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 12vw 0 15vw;
  }
}

.top-info_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top-info_content {
    display: block;
  }
}

.top-info_block {
  width: 46.73%;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .top-info_block {
    width: 100%;
    padding-bottom: 0;
  }
  .top-info_block:not(:first-of-type) {
    margin-top: 16vw;
  }
}
.top-info_block:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a3aaae;
  position: absolute;
  top: 0;
  right: -7%;
}
@media only screen and (max-width: 767px) {
  .top-info_block:first-of-type::after {
    content: none;
  }
}

.top-info_btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .top-info_btn {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.top-info_title {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top-info_title {
    font-size: 6.6666666667vw;
    text-align: center;
  }
}

.top-info_list {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .top-info_list {
    margin-top: 5vw;
  }
}
.top-info_list-item {
  border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .top-info_list-item:first-child {
    border-top: solid 1px #e5e5e5;
  }
}

.top-info_link {
  display: block;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .top-info_link:hover {
    background-color: #f4f4f4;
  }
}

.top-info_data {
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .top-info_data {
    font-size: 2.9333333333vw;
  }
}
.top-info_data-date::after {
  content: "｜";
}
.top-info_data-category {
  padding-left: 0.3em;
}

.top-info_haedline {
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* =========================================================
service
========================================================= */
.service-top-menu {
  padding: 35px 0 80px;
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .service-top-menu {
    padding: 3vw 0 10.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}

.service-top-bnr {
  padding: 80px 20px;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .service-top-bnr {
    padding: 13.3333333333vw 0;
  }
}

.service-top-bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_list {
    display: block;
    padding: 0;
  }
}

.service-top-bnr_item {
  width: 46.7289719626%;
  background: #373737;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_item {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_item:last-child {
    margin-top: 4vw;
  }
}

.service-top-bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #373737;
  color: #fff;
}

.service-top-bnr_fig {
  width: 246px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_fig {
    width: 44.6666666667vw;
  }
}
.service-top-bnr_fig img {
  vertical-align: bottom;
}

.service-top-bnr_txt {
  width: 254px;
  padding-left: 34px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_txt {
    width: 44.6666666667vw;
    padding-left: 6.4vw;
    font-size: 4vw;
  }
}
.service-top-bnr_txt::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .service-top-bnr_txt::after {
    width: 2.4vw;
    height: 2.4vw;
    border-top: solid 0.2666666667vw #fff;
    border-right: solid 0.2666666667vw #fff;
    right: 4vw;
  }
}

/*テーブル*/
table.basic_table {
  width: 100%;
  text-align: center;
  line-height: 1.467em;
}

table.basic_table th {
  padding: 4px;
  white-space: nowrap;
  font-weight: bold;
  background: #e5f5ff;
}

table.basic_table th.line1 {
  width: 65px;
}

table.basic_table th.line2,
table.basic_table th.line3 {
  width: 181px;
}

table.basic_table th.line4 {
  width: 100px;
}

table.basic_table th.line5 {
  width: auto;
}

table.basic_table td {
  padding: 12px;
  font-size: 1.067em;
  line-height: 1.333em;
}

table.basic_table tr th,
table.basic_table tr td {
  vertical-align: middle;
  border: 1px solid #b5b5b5;
}

.basic_table tr td:last-child {
  padding: 6px 12px;
}

table.basic_table .btn_detail {
  display: block;
  width: 86px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  font-size: 0.933em;
  color: #313131;
  background: #e5f5ff;
  border: 1px solid #0d3a59;
  border-radius: 5px;
}

table.basic_table .btn_detail:hover {
  text-decoration: none;
  color: #fff;
  background: #0d3a59;
}

/****************************
  04_譲渡希望一覧
  05_買収希望一覧
****************************/
.sel_biz_form .minict_wrapper {
  width: 220px;
}

.basic_table.MAlist th {
  font-size: 0.933em;
}

.basic_table.MAlist td {
  font-size: 1em;
}

.basic_table.MAlist th.list_line1 {
  width: auto;
}

.basic_table.MAlist th.list_line2 {
  width: 121px;
}

.basic_table.MAlist th.list_line3 {
  width: 138px;
}

.basic_table.MAlist th.list_line4 {
  width: 112px;
}

.basic_table.MAlist th.list_line5 {
  width: 91px;
}

.basic_table.MAlist tr td:last-child {
  padding: 6px 12px;
}

/****************************
  06_詳細情報（譲渡）
****************************/
table.detail_table {
  width: 100%;
  line-height: 1.467em;
}

table.detail_table th {
  width: 106px;
  padding: 12px 10px;
  font-weight: normal;
  background: #e5f5ff;
}

table.detail_table td {
  padding: 12px 24px;
  font-size: 1.067em;
}

table.detail_table tr th,
table.detail_table tr td {
  border: 1px solid #b5b5b5;
}

.ttl_other_case {
  margin-bottom: 8px;
}

.link_otherCase_list {
  margin-top: 12px;
  overflow: hidden;
  font-size: 1.067em;
}

.link_otherCase_list a {
  float: right;
  padding-left: 22px;
}

.contents_ttl {
  padding: 8px;
  font-size: 1.2em;
  margin-bottom: 12px;
}

.main_btn {
  width: 314px;
  margin: 32px auto auto auto;
}

.bg_blue {
  background: #0d3a59;
  color: #fff;
}

.subttl {
  background: url(../img/ttl_dots.png) left center no-repeat;
  border-top: 1px solid #0d3a59;
  border-bottom: 1px dashed #0d3a59;
  font-size: 1.2em;
  font-weight: bold;
  padding: 13px 0 13px 10px;
  margin: 12px 0;
}

.subttl span.small_red {
  color: #cc0808;
  font-size: 0.833em;
}

#amas-detail .main_contents {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.service-amas-content {
  margin-top: 60px;
}
.service-amas-content-table {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .service-amas-content {
    margin-top: 8vw;
  }
  .service-amas-content-table {
    margin-top: 4vw;
  }
}
.service-category-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box {
    display: block;
    margin-top: 13.3333333333vw;
  }
}
.service-category-list-box:first-of-type {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box:first-of-type {
    margin-top: 10.6666666667vw;
  }
}
.service-category-list-box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-category-list-box_data {
  width: 47.2222222222%;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_data {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.service-category-list-box_ttl_box {
  padding: 10px 0 10px 25px;
  border-left: 5px solid #000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_box {
    border-width: 1.0666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 5.2vw;
  }
}
.service-category-list-box_ttl_sub {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_sub {
    font-size: 3.7333333333vw;
  }
}
.service-category-list-box_ttl_main {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #045994;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_main {
    font-size: 5.3333333333vw;
    margin-top: 2.4vw;
  }
}
.service-category-list-box_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_txt {
    font-size: 3.4666666667vw;
    margin-top: 6vw;
  }
}
.service-category-list-box_btn {
  width: 216px;
  height: 60px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_btn {
    width: 72vw;
    height: 13.3333333333vw;
    margin: 7.3333333333vw auto 0;
  }
}
.service-category-list-box_fig {
  width: 47.2222222222%;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_fig {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
}

.service-ma-list .menu-table-pair_head th:last-child:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .service-ma-list .menu-table-pair_head th {
    min-width: auto;
  }
}
.service-ma-list td {
  border-right: solid 2px #fff;
}
.service-ma-list td:last-child {
  border-right: none;
}

.service-fas_btn {
  width: 216px;
  height: 60px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .service-fas_btn {
    width: 72vw;
    height: 13.3333333333vw;
    margin: 7.3333333333vw auto 0;
  }
}

/* =========================================================
services / detail
========================================================= */
/*common
----------------------------------------------------------*/
.service-sec {
  margin-top: 110px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-sec {
    margin-top: 14vw;
  }
}

.service-sec_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .service-sec_inner {
    padding: 0 5vw;
  }
}

.a-heading-color {
  font-size: 25px;
  font-weight: bold;
  color: #045994;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .a-heading-color {
    font-size: 5.0666666667vw;
  }
}

.a-heading-line-en {
  border-bottom: solid 1px #a3aaae;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .a-heading-line-en {
    padding-bottom: 1vw;
  }
}

.a-heading-line {
  border-top: solid 1px #a3aaae;
  position: relative;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .a-heading-line {
    padding-top: 5vw;
  }
}
.a-heading-line::before {
  content: "";
  display: block;
  width: 33.3333%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}
.a-heading-line_main {
  font-size: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .a-heading-line_main {
    font-size: 5.0666666667vw;
  }
}
.a-heading-line_sub {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .a-heading-line_sub {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}

.a-heading-set {
  text-align: center;
}
.a-heading-set_en {
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .a-heading-set_en {
    font-size: 7.4666666667vw;
  }
}
.a-heading-set_jp {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .a-heading-set_jp {
    font-size: 4vw;
  }
}

.service-sec_single-copy {
  width: 86%;
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  .service-sec_single-copy {
    width: 96%;
    margin: 5vw auto 0;
  }
}

.a-fig-pnl {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .a-fig-pnl {
    padding: 4vw 3vw;
  }
}
.a-fig-pnl_inner {
  line-height: 0;
}

.service-page-anchor {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .service-page-anchor {
    margin-top: 8vw;
    padding: 0 5vw;
  }
}

.service-sec_banner {
  margin-top: 40px;
  text-align: center;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .service-sec_banner {
    margin-top: 6vw;
  }
}

.service-sec-cv {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .service-sec-cv {
    margin-top: 14vw;
  }
}

@media only screen and (max-width: 767px) {
  .service-introduction {
    margin-top: 8vw;
  }
}

/*service-sec_white-paper
----------------------------------------------------------*/
.service-sec_white-paper {
  max-width: 720px;
  margin: 50px auto 0;
  border: #a3aaae solid 1px;
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper {
    margin-top: 8vw;
    max-width: 89.3333333333vw;
    border: #a3aaae solid 0.2666666667vw;
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}

.service-sec_white-paper-heading {
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-heading {
    padding-left: 5.3333333333vw;
  }
}
.service-sec_white-paper-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: -31px;
  left: -40px;
  width: 300px;
  height: 3px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-heading::before {
    top: -5.6vw;
    left: -0.2666666667vw;
    width: 44.6666666667vw;
    height: 0.5333333333vw;
  }
}
.service-sec_white-paper-heading_en {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-heading_en {
    font-size: 2.6666666667vw;
  }
}
.service-sec_white-paper-heading_jp {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-heading_jp {
    font-size: 5.3333333333vw;
  }
}

.service-sec_white-paper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-box {
    display: block;
    margin-top: 5vw;
  }
}
.service-sec_white-paper-box_fig {
  width: 219px;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-box_fig {
    width: 46.6666666667vw;
    margin: 0 auto;
  }
}
.service-sec_white-paper-box_fig img {
  vertical-align: bottom;
}
.service-sec_white-paper-box_content {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-box_content {
    width: 77.3333333333vw;
    margin: 5vw auto 0;
  }
}
.service-sec_white-paper-box_content-txt {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-box_content-txt {
    font-size: 3.4666666667vw;
  }
}
.service-sec_white-paper-box_content-btn {
  margin-top: 25px;
  width: 350px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .service-sec_white-paper-box_content-btn {
    margin-top: 5vw;
    width: 77.3333333333vw;
    height: 12vw;
  }
}

/*service-sec_table
----------------------------------------------------------*/
.service-sec_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .service-sec_table {
    margin-top: 8vw;
  }
}
.service-sec_table_item {
  width: 33.3333333333%;
  background: #d6e2eb;
  margin-bottom: 2px;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
@media only screen and (max-width: 767px) {
  .service-sec_table_item {
    width: 50%;
    display: block;
    margin-bottom: 0.4vw;
    border-left: #fff 0.2vw solid;
    border-right: #fff 0.2vw solid;
  }
}
.service-sec_table_item.col-4 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .service-sec_table_item.col-4 {
    width: 50%;
  }
}
.service-sec_table_item-ttl {
  background: #0d4166;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .service-sec_table_item-ttl {
    font-size: 2.6666666667vw;
    padding: 1.1333333333vw 0;
  }
}
.service-sec_table_item-txt {
  border-top: #fff 2px solid;
  padding: 10px 10px 12px 12px;
}
@media only screen and (max-width: 767px) {
  .service-sec_table_item-txt {
    border-top: #fff 1px solid;
    padding: 3.3333333333vw 2vw;
  }
}
.service-sec_table_item-list {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .service-sec_table_item-list {
    font-size: 2.6666666667vw;
  }
}
.service-sec_table_item-list::before {
  content: "・";
}

.service-sec_single-copy .service-sec_table {
  margin: 50px -8.2%;
}

/*service-issues
----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .service-issues {
    margin-top: 18vw;
  }
}

.service-issues_box {
  background-color: #f4f4f4;
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .service-issues_box {
    padding: 6vw;
  }
}

.service-issues_content {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .service-issues_content {
    margin-top: 5vw;
  }
}

.service-issues_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .service-issues_list {
    display: block;
  }
}
.service-issues_list-item {
  width: 33.3333%;
  padding: 10px 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-issues_list-item {
    width: 100%;
    padding: 3vw 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.service-issues_list-item:not(:first-of-type) {
  border-left: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .service-issues_list-item:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #a3aaae;
  }
}

.service-issues_icon {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .service-issues_icon {
    width: 18%;
  }
}

.service-issues_copy {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .service-issues_copy {
    margin-top: 0;
    width: 72%;
  }
}

/*service-about
----------------------------------------------------------*/
.service-about-content {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .service-about-content {
    margin-top: 10vw;
  }
}

.service-about-content_features {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .service-about-content_features {
    margin-top: 8vw;
  }
}

.features-opposite {
  width: 100%;
}

.features-opposite_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .features-opposite_item {
    display: block;
  }
}
.features-opposite_item:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .features-opposite_item:not(:first-of-type) {
    margin-top: 12vw;
  }
}
.features-opposite_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.features-opposite_fig {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .features-opposite_fig {
    width: 100%;
  }
  .features-opposite_fig:not(:first-child) {
    margin-top: 6vw;
  }
}

.features-opposite_fig-inner {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .features-opposite_fig-inner {
    height: 45vw;
  }
}
.features-opposite_fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.features-opposite_text {
  width: 48%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .features-opposite_text {
    width: 100%;
  }
  .features-opposite_text:not(:first-child) {
    margin-top: 3vw;
  }
}

.features-opposite_heading {
  position: relative;
}
.features-opposite_heading-sub {
  font-size: 22px;
  font-weight: bold;
  border-left: solid 5px #000000;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .features-opposite_heading-sub {
    font-size: 4.2666666667vw;
  }
}
.features-opposite_heading-main {
  font-size: 25px;
  font-weight: bold;
  color: #045994;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .features-opposite_heading-main {
    font-size: 5.0666666667vw;
  }
}

.features-opposite_copy {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .features-opposite_copy {
    margin-top: 5vw;
  }
}

/*service-menu
----------------------------------------------------------*/
.service-menu_content {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .service-menu_content {
    margin-top: 8vw;
  }
}

.menu-table-pair {
  width: 100%;
}

.menu-table-pair_content {
  width: 100%;
  border-collapse: collapse;
}
.menu-table-pair_content.sp-table-fixed {
  table-layout: fixed;
}
.menu-table-pair_content th {
  text-align: left;
  line-height: 1.4;
  padding: 20px 30px;
  border-right: solid 2px #fff;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .menu-table-pair_content th {
    padding: 2vw 3vw;
    font-size: 3.2vw;
    min-width: 30vw;
  }
}
.menu-table-pair_content td {
  text-align: left;
  line-height: 1.4;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .menu-table-pair_content td {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
}
.menu-table-pair_content tr {
  background-color: #e4e4e4;
}
.menu-table-pair_content tr:nth-child(even) {
  background-color: #f3f3f3;
}
.menu-table-pair_content tr:not(:first-of-type) {
  border-top: solid 2px #fff;
}

tr.menu-table-pair_head {
  background-color: #000000;
}
tr.menu-table-pair_head th {
  color: #fff;
  border-right: none;
  position: relative;
}
tr.menu-table-pair_head th::after {
  content: "";
  display: block;
  width: 2px;
  height: 84%;
  background-color: #adadad;
  position: absolute;
  right: -1px;
  top: 8%;
}
tr.menu-table-pair_head th.th-last::after {
  content: none;
}
tr.menu-table-pair_head td {
  color: #fff;
  font-weight: bold;
}

/*service-case
----------------------------------------------------------*/
.service-case_content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .service-case_content {
    margin-top: 8vw;
  }
}
.service-case_content-item:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .service-case_content-item:not(:first-of-type) {
    margin-top: 12vw;
  }
}

.service-case_opposite {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .service-case_opposite {
    display: block;
    margin-top: 5vw;
  }
}

.service-case_opposite-fig {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .service-case_opposite-fig {
    width: 100%;
  }
  .service-case_opposite-fig:not(:first-child) {
    margin-top: 6vw;
  }
}

.service-case_opposite-fig-inner {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-case_opposite-fig-inner {
    height: 60vw;
  }
}
.service-case_opposite-fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-case_opposite-text {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .service-case_opposite-text {
    width: 100%;
  }
  .service-case_opposite-text:not(:first-child) {
    margin-top: 4vw;
  }
}

/*service-information
----------------------------------------------------------*/
.service-information {
  padding: 100px 0;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .service-information {
    padding: 12vw 0 15vw;
  }
}

.service-information_content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .service-information_content {
    margin-top: 10vw;
  }
}
.service-information_content-item:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .service-information_content-item:not(:first-of-type) {
    margin-top: 15vw;
  }
}

.service-information_price,
.service-information_flow {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .service-information_price,
  .service-information_flow {
    margin-top: 4vw;
  }
}

.service-information_copy {
  max-width: 750px;
}

.service-information_btn {
  margin-top: 35px;
  width: 300px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .service-information_btn {
    margin-top: 7vw;
    width: 100%;
    height: 16vw;
  }
}

.service-information_fig {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .service-information_fig {
    margin-top: 5.5vw;
  }
}

.service-information_faq,
.service-information_news {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .service-information_faq,
  .service-information_news {
    margin-top: 5.5vw;
  }
}

.service-information_faq-inner {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .service-information_faq-inner {
    padding: 2vw 0;
  }
}
.service-information_faq-inner .faq-box_list-item:last-child {
  border-bottom: none;
}

.service-information_news-inner {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .service-information_news-inner {
    padding: 4vw 0;
  }
}

.service-information_news-list {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .service-information_news-list {
    padding: 0 6vw;
  }
}
.service-information_news-list-item {
  border-bottom: solid 1px #e5e5e5;
}

.service-information_news-link {
  display: block;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 991px) {
  .service-information_news-link:hover {
    background-color: #f4f4f4;
  }
}

.service-information_news-data {
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .service-information_news-data {
    font-size: 2.9333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .service-sec-frame .service-frame-image {
    margin: 0 -7vw 0 -2vw;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .service-sec-frame .service-frame-image img {
    display: block;
    width: 450px !important;
    max-width: none;
    height: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 6vw;
  }
}

/* =========================================================
services / accounting
========================================================= */
.service-category-list {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 767px) {
  .service-category-list {
    padding: 12vw 0;
  }
}

.service-category-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box {
    display: block;
    margin-top: 13.3333333333vw;
  }
}
.service-category-list-box:first-of-type {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box:first-of-type {
    margin-top: 10.6666666667vw;
  }
}
.service-category-list-box:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-category-list-box_data {
  width: 47.2222222222%;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_data {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.service-category-list-box_ttl_box {
  padding: 10px 0 10px 25px;
  border-left: 5px solid #000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_box {
    border-width: 1.0666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 5.2vw;
  }
}
.service-category-list-box_ttl_sub {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_sub {
    font-size: 3.7333333333vw;
  }
}
.service-category-list-box_ttl_main {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #045994;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_ttl_main {
    font-size: 5.3333333333vw;
    margin-top: 2.4vw;
  }
}
.service-category-list-box_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_txt {
    font-size: 3.4666666667vw;
    margin-top: 6vw;
  }
}
.service-category-list-box_btn {
  width: 216px;
  height: 60px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_btn {
    width: 72vw;
    height: 13.3333333333vw;
    margin: 7.3333333333vw auto 0;
  }
}
.service-category-list-box_fig {
  width: 47.2222222222%;
}
@media only screen and (max-width: 767px) {
  .service-category-list-box_fig {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
}

/* =========================================================

========================================================= */
/* =========================================================
services / international
========================================================= */
.services-international-base {
  padding: 100px 20px 0;
}
@media only screen and (max-width: 767px) {
  .services-international-base {
    padding: 14vw 0 0;
  }
}
.services-international-base img {
  vertical-align: top;
}
.services-international-base_fig {
  max-width: 880px;
  margin: 30px auto 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .services-international-base_fig {
    max-width: 89.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.services-international-base_btn-tai {
  position: absolute;
  overflow: hidden;
  width: 10.5681818182%;
  height: 125px;
  top: 0;
  left: 66.8181818182%;
}
@media only screen and (max-width: 767px) {
  .services-international-base_btn-tai {
    height: auto;
  }
}
.services-international-base_btn-vietnuam {
  position: absolute;
  overflow: hidden;
  width: 10.5681818182%;
  height: 125px;
  top: 17.0289855072%;
  left: 89.4318181818%;
}
@media only screen and (max-width: 767px) {
  .services-international-base_btn-vietnuam {
    height: auto;
  }
}
.services-international-base_btn-philippines {
  position: absolute;
  overflow: hidden;
  width: 10.5681818182%;
  height: 125px;
  top: 37.8623188406%;
  left: 66.8181818182%;
}
@media only screen and (max-width: 767px) {
  .services-international-base_btn-philippines {
    height: auto;
  }
}
.services-international-base_btn-malaysia {
  position: absolute;
  overflow: hidden;
  width: 10.5681818182%;
  height: 125px;
  top: 56.884057971%;
  left: 89.4318181818%;
}
@media only screen and (max-width: 767px) {
  .services-international-base_btn-malaysia {
    height: auto;
  }
}
.services-international-base_btn-singapore {
  position: absolute;
  overflow: hidden;
  width: 10.5681818182%;
  height: 125px;
  top: 77.3550724638%;
  left: 66.8181818182%;
}
@media only screen and (max-width: 767px) {
  .services-international-base_btn-singapore {
    height: auto;
  }
}

.services-international-network {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .services-international-network {
    margin-top: 14vw;
    padding-bottom: 13.3333333333vw;
  }
}

/* =========================================================
services / m&a
========================================================= */
.service-amas {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .service-amas {
    padding-bottom: 16vw;
  }
}

.service-amas_lead {
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-amas_lead {
    margin-top: 5vw;
  }
}

.service-amas_bnr {
  width: 500px;
  height: 111px;
  margin: 35px auto 0;
}
@media only screen and (max-width: 767px) {
  .service-amas_bnr {
    width: 100%;
    margin-top: 5vw;
  }
}

/* =========================================================
services branch
========================================================= */
.branch-overseas .service-category-list-box {
  margin-top: 0;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .branch-overseas .service-category-list-box {
    margin-top: 0;
    padding-top: 13.3333333333vw;
  }
}

/* =========================================================
modal
========================================================= */
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 9999;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88vw;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .modal-inner {
    width: 97.3333333333vw;
    max-height: 86vh;
  }
}

.modal-content {
  background: #fff;
  padding: 30px 50px 50px;
  max-height: 80vh;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    padding: 6.6666666667vw 4vw 7.3333333333vw;
    max-height: 70vh;
  }
}

.branch-modal-btn {
  cursor: pointer;
}

.modal-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -36px;
  right: -1px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-close-btn {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    top: -9.6vw;
    right: 2.5333333333vw;
  }
}

.ic-close-wrap {
  width: 27px;
  height: 27px;
}
@media only screen and (max-width: 767px) {
  .ic-close-wrap {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}

.close-icon {
  fill: #fff;
}

/* =========================================================
modal content
========================================================= */
.modal-content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .modal-content-heading {
    display: block;
  }
}
.modal-content-heading_ttl {
  font-size: 22px;
  font-weight: bold;
  border-left: #000 solid 5px;
  padding-left: 25px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .modal-content-heading_ttl {
    font-size: 5.3333333333vw;
    border-width: 1.0666666667vw;
    padding-left: 4.6666666667vw;
  }
}
.modal-content-heading_btn {
  width: 250px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .modal-content-heading_btn {
    width: 45.0666666667vw;
    height: 10.6666666667vw;
    margin-top: 5.6vw;
  }
}

.modal-content-subttl {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #045994;
}
@media only screen and (max-width: 767px) {
  .modal-content-subttl {
    margin-top: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.modal-content-menu {
  display: table;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal-content-menu_item {
  display: table-cell;
  background: #d6e2eb;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu_item {
    width: 47.6vw;
    display: block;
    margin-bottom: 0.4vw;
  }
  .modal-content-menu_item:nth-child(odd) {
    width: 41.7333333333vw;
    border-right: #fff 0.4vw solid;
  }
}
.modal-content-menu_item:not(:first-child) {
  border-left: #fff 2px solid;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu_item:not(:first-child) {
    border-left: none;
  }
}
.modal-content-menu_item-ttl {
  background: #0d4166;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu_item-ttl {
    font-size: 3.2vw;
    padding: 1.1333333333vw 0;
  }
}
.modal-content-menu_item-txt {
  border-top: #fff 2px solid;
  padding: 10px 10px 12px 12px;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu_item-txt {
    border-top: #fff 1px solid;
    padding: 3.3333333333vw 2vw;
  }
}
.modal-content-menu_item-list {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .modal-content-menu_item-list {
    font-size: 2.6666666667vw;
  }
}
.modal-content-menu_item-list::before {
  content: "・";
}

.modal-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .modal-content-info {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
.modal-content-info_profile {
  width: 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile {
    width: 89.3333333333vw;
  }
}
.modal-content-info_profile-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #045994;
  margin-left: 160px;
  border-bottom: #a3aaae solid 1px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-ttl {
    font-size: 3.4666666667vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.0666666667vw;
  }
}
.modal-content-info_profile-fig {
  width: 140px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-fig {
    position: static;
    width: 25.3333333333vw;
  }
}
.modal-content-info_profile-txt {
  margin: 20px 0 0 160px;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-txt {
    margin: 0 0 0 4vw;
  }
}
.modal-content-info_profile-txt-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-txt-name {
    font-size: 3.2vw;
  }
}
.modal-content-info_profile-txt-name span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-txt-name span {
    font-size: 2.6666666667vw;
    margin-top: 0.6666666667vw;
  }
}
.modal-content-info_profile-txt-job {
  font-size: 16px;
  margin-top: 22px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_profile-txt-job {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.modal-content-info_contact {
  width: 550px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_contact {
    width: 89.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.modal-content-info_contact-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #045994;
  border-bottom: #a3aaae solid 1px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_contact-ttl {
    font-size: 3.4666666667vw;
  }
}
.modal-content-info_contact-txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_contact-txt {
    margin-top: 3.0666666667vw;
  }
}
.modal-content-info_contact-txt-list {
  font-size: 12px;
  line-height: 1.7;
  position: relative;
  padding-left: 77px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_contact-txt-list {
    font-size: 3.2vw;
    padding-left: 18.4vw;
  }
}
.modal-content-info_contact-txt-list:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-content-info_contact-txt-list:not(:first-of-type) {
    margin-top: 2vw;
  }
}
.modal-content-info_contact-txt-list span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================================
about
========================================================= */
/*bg-gray
----------------------------------------------------------*/
.bg-gray {
  background: #f4f4f4;
}

/*page-line-ttl
----------------------------------------------------------*/
.page-line-ttl {
  font-size: 25px;
  line-height: 1;
  position: relative;
  border-top: #a3aaae solid 1px;
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .page-line-ttl {
    font-size: 4.5333333333vw;
    border-top: #a3aaae solid 0.2666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.page-line-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 33.3333333333%;
  height: 3px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .page-line-ttl::after {
    top: -0.2666666667vw;
    width: 44.8vw;
    height: 0.5333333333vw;
  }
}

/*page-border-ttl
----------------------------------------------------------*/
.page-border-ttl {
  font-size: 22px;
  border-left: #000 solid 5px;
  padding: 4px 0 4px 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-border-ttl {
    font-size: 4vw;
    border-left: #000 solid 1.0666666667vw;
    padding: 0.6666666667vw 0 0.6666666667vw 4.6666666667vw;
  }
}

/*table
----------------------------------------------------------*/
.white-tbl {
  width: 100%;
  background: #fff;
}
.white-tbl tr {
  border-bottom: #f4f4f4 solid 2px;
}
@media only screen and (max-width: 767px) {
  .white-tbl tr {
    border-bottom: #f4f4f4 solid 0.5333333333vw;
  }
}
.white-tbl th {
  padding: 20px 0 20px 40px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .white-tbl th {
    padding: 4.6666666667vw 0 4.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.white-tbl td {
  padding: 20px 10px 20px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .white-tbl td {
    padding: 4.6666666667vw 5.3333333333vw 4.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
}

.gray-tbl {
  width: 100%;
  background: #f3f3f3;
}
.gray-tbl tr {
  border-bottom: #fff solid 2px;
}
@media only screen and (max-width: 767px) {
  .gray-tbl tr {
    border-bottom: #fff solid 0.5333333333vw;
  }
}
.gray-tbl th {
  padding: 20px 0 20px 40px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .gray-tbl th {
    padding: 4.6666666667vw 0 4.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.gray-tbl td {
  padding: 20px 10px 20px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .gray-tbl td {
    padding: 4.6666666667vw 5.3333333333vw 4.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
}

/*page-content-heading
----------------------------------------------------------*/
.page-content-heading {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-content-heading {
    width: 89.3333333333vw;
    display: block;
    padding: 0;
  }
}

.page-content-heading_sub {
  margin-top: 5px;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-content-heading_sub {
    margin-top: 0;
    font-size: 8.5333333333vw;
    text-align: center;
  }
}

.page-content-heading_ttl {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-content-heading_ttl {
    margin-top: 3.3333333333vw;
    font-size: 5.0666666667vw;
    text-align: center;
    line-height: 1.6;
  }
}
.page-content-heading_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #a3aaae;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .page-content-heading_ttl::after {
    width: 13.3333333333vw;
    right: 0;
    bottom: -4vw;
    margin: 0 auto;
  }
}

.page-content-heading_lead {
  width: 425px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .page-content-heading_lead {
    width: auto;
    font-size: 3.4666666667vw;
    margin-top: 12vw;
  }
}

/*about
----------------------------------------------------------*/
.page-content-about {
  padding-top: 93px;
}
@media only screen and (max-width: 767px) {
  .page-content-about {
    padding-top: 13.3333333333vw;
  }
}

/*fig-menu-list
----------------------------------------------------------*/
.fig-menu-list-box {
  margin: 100px auto 0;
  padding: 80px 20px;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list-box {
    margin-top: 10.6666666667vw;
    padding: 8vw 0;
  }
}

.fig-menu-list {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list {
    display: block;
  }
}

.fig-menu-list_item {
  width: 33%;
  height: 320px;
  margin-right: 0.5%;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item {
    width: 100vw;
    height: 32.5333333333vw;
    margin-right: 0;
    margin-bottom: 0.4vw;
  }
}
.fig-menu-list_item:nth-of-type(3n) {
  margin-right: 0;
}
.fig-menu-list_item:nth-child(n+4) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item:nth-child(n+4) {
    margin-bottom: 0.4vw;
  }
}
.fig-menu-list_item:last-child {
  margin-bottom: 0;
}

.fig-menu-list_item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-card {
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fig-menu-list_item-card-inner {
  z-index: 10;
  color: #fff;
}

.fig-menu-list_item-jp {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-jp {
    font-size: 5.3333333333vw;
    margin-bottom: 2vw;
    margin-left: 7.6vw;
  }
}

.fig-menu-list_item-en {
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-en {
    font-size: 3.2vw;
    margin-left: 7.6vw;
  }
}

.fig-menu-list_item-txt-link {
  margin-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-txt-link {
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    right: 5.2vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.fig-menu-list_item-txt-link .a-text-link {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-txt-link .a-text-link {
    font-size: 3.2vw;
  }
}
.fig-menu-list_item-txt-link .a-text-link span::before {
  background-color: #fff;
}
@media only screen and (min-width: 991px) {
  .fig-menu-list_item-txt-link .a-text-link:hover {
    color: #0d4166;
  }
}

.fig-menu-list_item-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fig-menu-list_item-fig {
    width: 100vw;
    height: 32.5333333333vw;
  }
}
.fig-menu-list_item-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* =========================================================
Links
========================================================= */
.page-link {
  width: 100%;
  padding: 90px 0 110px;
}
@media only screen and (max-width: 767px) {
  .page-link {
    padding: 12.6666666667vw 0;
  }
}

.page-link-heading {
  text-align: center;
}

.page-link-heading_sub {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-link-heading_sub {
    font-size: 6.6666666667vw;
  }
}

.page-link-heading_ttl {
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-link-heading_ttl {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.page-link-list-box {
  margin-top: 40px;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .page-link-list-box {
    margin-top: 9.9 0.3333333333vw;
    padding: 0;
  }
}

.page-link-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-link-list_item {
  width: 22.2727272727%;
  margin: 0 1.3636363636%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-link-list_item {
    width: 42vw;
    margin: 0 2.6666666667vw 6vw;
  }
  .page-link-list_item:nth-child(n+3) {
    margin-bottom: 0;
  }
}

.page-link-list_item_fig {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.page-link-list_item_ttl {
  font-size: 19px;
  letter-spacing: 0.02em;
  margin: 15px 0 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .page-link-list_item_ttl {
    font-size: 3.7333333333vw;
    margin: 3.3333333333vw 0 2vw;
  }
}

.page-link-list_item_link {
  margin-top: 5px;
}
.page-link-list_item_link .a-text-link {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .page-link-list_item_link .a-text-link {
    font-size: 3.2vw;
  }
}

.about-top-table {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .about-top-table {
    padding-bottom: 10vw;
  }
}

/* =========================================================
about / info
========================================================= */
.page-content-info {
  padding-top: 93px;
}
@media only screen and (max-width: 767px) {
  .page-content-info {
    padding-top: 13.3333333333vw;
  }
}

/*about-consulting
----------------------------------------------------------*/
.about-consulting {
  margin: 100px auto 0;
  padding: 78px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .about-consulting {
    margin-top: 10.6666666667vw;
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}

.about-consulting-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-consulting-inner {
    width: 89.3333333333vw;
  }
}

.about-consulting-tblbox {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-consulting-tblbox {
    margin-top: 6.6666666667vw;
  }
}

.about-consulting_btn {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .about-consulting_btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin-top: 9.3333333333vw;
  }
}
.about-consulting_btn .a-more-btn_item {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-consulting_btn .a-more-btn_item {
    font-size: 3.4666666667vw;
  }
}

.about-consulting-tblttl {
  width: 18.8888888889%;
}
@media only screen and (max-width: 767px) {
  .about-consulting-tblttl {
    width: 29.3333333333vw;
  }
}

.about-consulting-tbl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-consulting-tbl-list dt {
  width: 10em;
}
.about-consulting-tbl-list dd {
  width: calc(100% - 10em);
}
.about-consulting-tbl-list dd::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about-consulting-tbl-list dd::before {
    margin-right: 1.3333333333vw;
  }
}

/*about-tax
----------------------------------------------------------*/
.about-tax {
  margin: 0 auto;
  padding: 98px 20px 0;
}
@media only screen and (max-width: 767px) {
  .about-tax {
    padding: 13.3333333333vw 0 0;
  }
}

.about-tax-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-tax-inner {
    width: 89.3333333333vw;
  }
}

.about-tax-tblbox {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-tax-tblbox {
    margin-top: 6.6666666667vw;
  }
}

.about-tax_btn {
  width: 300px;
  height: 60px;
  margin: 55px auto 100px;
}
@media only screen and (max-width: 767px) {
  .about-tax_btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin: 10.6666666667vw auto 14.6666666667vw;
  }
}
.about-tax_btn .a-more-btn_item {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-tax_btn .a-more-btn_item {
    font-size: 3.4666666667vw;
  }
}

.about-tax-tblttl {
  width: 18.8888888889%;
}
@media only screen and (max-width: 767px) {
  .about-tax-tblttl {
    width: 29.3333333333vw;
  }
}

.about-tax-tbl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-tax-tbl-list dt {
  width: 7em;
}
.about-tax-tbl-list dd {
  width: calc(100% - 7em);
}
.about-tax-tbl-list dd::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about-tax-tbl-list dd::before {
    margin-right: 1.3333333333vw;
  }
}

.about-fas-tbl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-fas-tbl-list dt {
  width: 10em;
}
.about-fas-tbl-list dd {
  width: calc(100% - 10em);
}
.about-fas-tbl-list dd::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about-fas-tbl-list dd::before {
    margin-right: 1.3333333333vw;
  }
}

.about-fas {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .about-fas {
    padding: 9vw 0;
  }
}
.about-fas-copy {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .about-fas-copy {
    margin-top: 4.67vw;
  }
}
.about-fas .menu-table-pair_content tr:nth-child(even) {
  background-color: #fff;
}
.about-fas_btn {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .about-fas_btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin-top: 9.3333333333vw;
  }
}
.about-fas_btn .a-more-btn_item {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-fas_btn .a-more-btn_item {
    font-size: 3.4666666667vw;
  }
}
.about-fas_news-list {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .about-fas_news-list {
    margin-top: 4.67vw;
  }
}
.about-fas_news-list-item {
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
}
.about-fas_recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-fas_recruitment {
    display: block;
    width: 100%;
  }
}
.about-fas_recruitment .a-more-btn {
  width: 300px;
  height: 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-fas_recruitment .a-more-btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin: 6vw auto 0;
  }
}

/* =========================================================
about / greetings
========================================================= */
.page-content-greetings {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .page-content-greetings {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}

/*about-greetings-heading
----------------------------------------------------------*/
.about-greetings-heading {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading {
    display: block;
    padding: 0;
  }
}

.about-greetings-heading_fig {
  width: 47.3333333333%;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_fig {
    width: 59.8666666667vw;
    margin: 0 auto;
  }
}

.about-greetings-heading_txtbox {
  width: 48.8888888889%;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_txtbox {
    width: 89.3333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}

.about-greetings-heading_ttlbox {
  border-left: #000 solid 5px;
  padding: 18px 0 5px 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_ttlbox {
    border-left: #000 solid 1.0666666667vw;
    padding: 4vw 0 1.3333333333vw 6.4vw;
  }
}

.about-greetings-heading_position {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_position {
    font-size: 4.2666666667vw;
  }
}

.about-greetings-heading_name {
  font-size: 25px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_name {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.about-greetings-heading_name span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_name span {
    font-size: 3.4666666667vw;
  }
}

.about-greetings-heading_txt {
  font-size: 16px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_txt {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}

.about-greetings-heading_lead {
  font-size: 16px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-heading_lead {
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}

/*about-greetings-box
----------------------------------------------------------*/
.about-greetings-box {
  max-width: 940px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-box {
    width: 89.3333333333vw;
    margin-top: 9.3333333333vw;
    padding: 0;
  }
}

.about-greetings-tblbox {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-tblbox {
    margin-top: 4vw;
  }
}

.about-greetings-tblttl {
  width: 14.4444444444%;
}
@media only screen and (max-width: 767px) {
  .about-greetings-tblttl {
    width: 22.6666666667vw;
  }
}

.about-greetings-bnr {
  text-align: center;
  padding: 0 0 95px;
}
@media only screen and (max-width: 767px) {
  .about-greetings-bnr {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 0 0 13.3333333333vw;
  }
}

/* =========================================================
about / history
========================================================= */
.page-content-history {
  padding: 100px 20px;
}
@media only screen and (max-width: 767px) {
  .page-content-history {
    padding: 13.3333333333vw 0;
  }
}

.about-history-box {
  max-width: 900px;
  margin: 0 auto;
  min-height: 828px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/about/history/history_bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .about-history-box {
    max-width: 100%;
    width: 89.7333333333vw;
    min-height: 143.2vw;
    background: url(../img/about/history/history_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.about-history-list {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.about-history-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 360px;
  width: 1px;
  height: 100%;
  background: #a3aaae;
}
@media only screen and (max-width: 767px) {
  .about-history-list::before {
    left: 23.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .about-history-list {
    max-width: 100%;
    padding-top: 5vw;
  }
}

.about-history-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-history-list-ttl {
  font-size: 22px;
  width: 361px;
  padding: 0 40px 20px 270px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-history-list-ttl {
    font-size: 4.4vw;
    width: 25.7333333333vw;
    padding: 0 0 4vw 5.3333333333vw;
  }
}

.about-history-list-txt {
  width: 539px;
  font-size: 16px;
  line-height: 2;
  padding: 2px 0 20px 66px;
  width: 539px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-history-list-txt {
    width: 76.2666666667vw;
    font-size: 3.2vw;
    padding: 0.6vw 0 4vw 12vw;
    letter-spacing: -0.025em;
  }
}
.about-history-list-txt::after {
  content: "●";
  font-size: 18px;
  color: #0d4166;
  position: absolute;
  top: 0;
  left: -8px;
}
@media only screen and (max-width: 767px) {
  .about-history-list-txt::after {
    font-size: 3.7333333333vw;
    left: -0.6vw;
  }
}
.about-history-list-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 6px;
  width: 34px;
  height: 1px;
  background: #a3aaae;
}
@media only screen and (max-width: 767px) {
  .about-history-list-txt::before {
    width: 6.6666666667vw;
    top: 3.3333333333vw;
    left: 1.3333333333vw;
  }
}

/* =========================================================
about / location
========================================================= */
.about-location {
  padding: 98px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .about-location {
    padding: 13.3333333333vw 0 14.6666666667vw;
  }
}

.about-location-inner {
  max-width: 900px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .about-location-inner {
    width: 89.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}

.about-location-box {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-location-box {
    padding-bottom: 13.3333333333vw;
  }
}
.about-location-box:first-of-type {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-location-box:first-of-type {
    padding-top: 6.6666666667vw;
  }
}
.about-location-box:last-child {
  padding-bottom: 0;
}

.about-location-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-top: 20px;
  background: #f4f4f4;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-location-box-inner {
    display: block;
    margin-top: 4vw;
    padding: 0 0 8vw;
  }
}
.about-location-box-inner.white-box {
  background: #fff;
}

.about-location-box-map {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .about-location-box-map {
    margin-left: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 86.1607142857%;
  }
  .about-location-box-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.about-location-txtbox {
  width: 340px;
}
@media only screen and (max-width: 767px) {
  .about-location-txtbox {
    width: 78.6666666667vw;
    margin: 8vw auto 0;
  }
}

.about-location-box-ttl {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .about-location-box-ttl {
    font-size: 3.4666666667vw;
    padding-bottom: 3.0666666667vw;
    border-bottom: #a3aaae solid 0.2666666667vw;
  }
}

.about-location-box-txt-information-txt {
  margin-top: 15px;
  font-size: 16px;
  list-style: 1.6;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .about-location-box-txt-information-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.about-location-box-txt-acsess {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .about-location-box-txt-acsess {
    margin-top: 9.3333333333vw;
  }
}

.about-location-box-txt-acsess-txt {
  margin-top: 15px;
  font-size: 12px;
  list-style: 1.6;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .about-location-box-txt-acsess-txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.about-location-link-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about-location-link-box {
    position: static;
    margin-top: 9.3333333333vw;
  }
}

.about-location-link-item {
  font-size: 16px;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .about-location-link-item {
    font-size: 3.4666666667vw;
    margin-top: 4.6666666667vw;
  }
}
.about-location-link-item::after {
  content: " >";
}

/*about-location-network
----------------------------------------------------------*/
.about-location-network {
  margin-top: 100px;
  padding: 0 20px 130px;
}
@media only screen and (max-width: 767px) {
  .about-location-network {
    margin-top: 14vw;
    padding: 0 0 16vw;
  }
}

.about-location-network-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-location-network-inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.about-location-network-txt {
  font-size: 16px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-location-network-txt {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.about-location-network-fig {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-location-network-fig {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}

/* =========================================================
about / members
========================================================= */
.about-members {
  padding: 100px 20px;
}
@media only screen and (max-width: 767px) {
  .about-members {
    padding: 13.3333333333vw 0;
  }
}

.about-members-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-members-inner {
    width: 89.3333333333vw;
  }
}

.about-members-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about-members-list {
    display: block;
  }
}
.about-members-list_item {
  width: 29.6%;
}
@media only screen and (max-width: 767px) {
  .about-members-list_item {
    display: block;
    width: 100%;
    padding-bottom: 8vw;
    border-bottom: #a3aaae solid 1px;
  }
  .about-members-list_item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .about-members-list_item.boder-none {
    border-bottom: none;
  }
}
.about-members-list_item:not(:nth-child(3n)) {
  padding-right: 2.8%;
  width: 32.4%;
  border-right: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .about-members-list_item:not(:nth-child(3n)) {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.about-members-list_item:not(:nth-child(-n+3)) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about-members-list_item:not(:nth-child(-n+3)) {
    margin-top: 8vw;
  }
}
.about-members-list_fig {
  width: 100%;
  height: 213px;
}
@media only screen and (max-width: 767px) {
  .about-members-list_fig {
    width: 78.6666666667vw;
    height: auto;
    margin: 0 auto;
  }
}
.about-members-list_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-members-list_name {
  font-size: 22px;
  font-weight: bold;
  margin-top: 17px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .about-members-list_name {
    font-size: 5.3333333333vw;
    margin-top: 4.1333333333vw;
  }
}
.about-members-list_pos {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 5px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-members-list_pos.line-2 {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .about-members-list_pos.line-2 {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-members-list_pos {
    font-size: 4.2666666667vw;
    margin-top: 0.6666666667vw;
  }
}
.about-members-list_txt {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .about-members-list_txt {
    font-size: 3.4666666667vw;
    margin-top: 2.2666666667vw;
  }
}

/* =========================================================
about / ags-way
========================================================= */
/*anchor
----------------------------------------------------------*/
.agsway-page-anchor {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .agsway-page-anchor {
    margin-top: 8vw;
    padding: 0 5vw;
  }
}

.agsway-heading {
  max-width: 1070px;
  margin: 0 auto;
  border-top: #557a94 solid 1px;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .agsway-heading {
    padding-top: 0.8vw;
  }
}
.agsway-heading_box {
  background: #557a94;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .agsway-heading_box {
    padding: 6vw 0 3.3333333333vw;
  }
}
.agsway-heading_sub {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .agsway-heading_sub {
    font-size: 2.6666666667vw;
  }
}
.agsway-heading_main {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .agsway-heading_main {
    font-size: 6.6666666667vw;
  }
}
.agsway-heading_txt {
  font-size: 16px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .agsway-heading_txt {
    font-size: 3.2vw;
    margin-top: 2.2666666667vw;
  }
}

/*agsway content
----------------------------------------------------------*/
.agsway-philosophy {
  margin-top: 106px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .agsway-philosophy {
    margin-top: 16vw;
    padding: 0;
  }
}

.agsway-service {
  margin-top: 120px;
  padding: 120px 20px;
}
@media only screen and (max-width: 767px) {
  .agsway-service {
    margin-top: 8vw;
    padding: 16vw 0;
  }
}

.agsway-box {
  max-width: 900px;
  padding-top: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .agsway-box {
    padding-top: 13.3333333333vw;
  }
  .agsway-box .page-line-ttl {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.agsway-box_txt {
  max-width: 760px;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .agsway-box_txt {
    font-size: 3.2vw;
    max-width: 89.3333333333vw;
    margin: 5vw auto 0;
  }
}
.agsway-box_btn {
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .agsway-box_btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin-top: 5vw;
  }
}
.agsway-box_btn .a-more-btn_item {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .agsway-box_btn .a-more-btn_item {
    font-size: 3.4666666667vw;
  }
}

/*tab
----------------------------------------------------------*/
.agsway-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .agsway-tab {
    margin-top: 5vw;
  }
}

.agsway-tab_label {
  color: #fff;
  background: #6e8da3;
  text-align: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  line-height: 1.2;
  padding: 16px 0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 767px) {
  .agsway-tab_label {
    padding: 2.6666666667vw 0;
  }
}
.agsway-tab_label:not(:last-of-type) {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .agsway-tab_label:not(:last-of-type) {
    margin-right: 0.4vw;
  }
}
@media only screen and (min-width: 991px) {
  .agsway-tab_label:hover {
    background: #0d4166;
  }
}

.agsway-tab_switch {
  display: none;
}
.agsway-tab_switch:checked + .agsway-tab_label {
  background: #0d4166;
  position: relative;
}
.agsway-tab_switch:checked + .agsway-tab_label::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 65, 102, 0);
  border-top-color: #0d4166;
  border-width: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .agsway-tab_switch:checked + .agsway-tab_label::after {
    border-width: 2.5333333333vw;
  }
}
.agsway-tab_switch:checked + .agsway-tab_label + .agsway-tab_content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .agsway-tab_switch:checked + .agsway-tab_label + .agsway-tab_content {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 6.6666666667vw;
  }
}

.agsway-tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/*tab content
----------------------------------------------------------*/
.ags-spirits-label_main {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .ags-spirits-label_main {
    font-size: 5.0666666667vw;
  }
}

.ags-spirits-label_sub {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .ags-spirits-label_sub {
    font-size: 2.6666666667vw;
  }
}

.ags-spirits-content_main {
  font-size: 25px;
  color: #045994;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .ags-spirits-content_main {
    font-size: 4.5333333333vw;
  }
}

.ags-spirits-conttent_txt {
  max-width: 760px;
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ags-spirits-conttent_txt {
    max-width: 89.3333333333vw;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.ags-flow-label_main {
  font-size: 16px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .ags-flow-label_main {
    font-size: 3.2vw;
    padding: 0;
    height: 9.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ags-flow-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ags-flow-movie {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.ags-flow-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
case
========================================================= */
.page-content-case {
  max-width: 940px;
  padding: 100px 20px 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-content-case {
    width: 89.3333333333vw;
    padding: 13.3333333333vw 0 20vw;
  }
}

.case_list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .case_list {
    margin-top: 7.3333333333vw;
  }
}

.case_list-item {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .case_list-item {
    margin-bottom: 19.7333333333vw;
  }
}
.case_list-item:last-child {
  margin-bottom: 0;
}

.case_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .case_list_link {
    display: block;
  }
}

.case_list_fig {
  width: 400px;
  height: 270px;
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .case_list_fig {
    width: 100%;
    height: auto;
  }
}

.case_list_content {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .case_list_content {
    width: 100%;
    margin-top: 4vw;
  }
}

.case_list_content_txt {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .case_list_content_txt {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}

.case_list_content_case {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .case_list_content_case {
    margin-top: 3.3333333333vw;
  }
}

.case_list_content_case_ttl {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .case_list_content_case_ttl {
    font-size: 3.7333333333vw;
  }
}

.case_list_content_case_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4f4f4;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .case_list_content_case_box {
    margin-top: 1.3333333333vw;
    padding: 3.3666666667vw 4vw;
  }
}

.case_list_content_case_box_txt {
  width: 50%;
  font-size: 14px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .case_list_content_case_box_txt {
    font-size: 3.4666666667vw;
  }
}
.case_list_content_case_box_txt span {
  font-weight: bold;
}

.case_list_content_btn {
  margin-top: 28px;
  width: 216px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .case_list_content_btn {
    margin: 6.6666666667vw auto 0;
    width: 72vw;
    height: 13.3333333333vw;
  }
}

/* =========================================================
case / detail
========================================================= */
/*case-detail-head
----------------------------------------------------------*/
.case-detail-head {
  width: 100%;
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .case-detail-head {
    padding: 10vw 5vw 0;
  }
}

.case-detail-head_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #a3aaae;
}

.case-index_category {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .case-index_category {
    font-size: 3.2vw;
  }
}

/*case-detail-content
----------------------------------------------------------*/
.case-detail-content {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .case-detail-content {
    margin-top: 5vw;
    padding: 0 5vw;
  }
}

.case-article-head {
  width: 100%;
}

.case-article-head_title {
  font-size: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .case-article-head_title {
    font-size: 5.0666666667vw;
  }
}

.case-article-head_name {
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .case-article-head_name {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
.case-article-head_name span {
  font-weight: bold;
}

.case-article-head_sns {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-article-head_sns {
    margin-top: 5vw;
  }
}

.case-article-head_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-article-head_sns-list-item {
  margin-right: 5px;
}

.case-article-head_fig {
  line-height: 0;
  width: 100%;
  height: 370px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #dcdcdc solid 1px;
}
@media only screen and (max-width: 767px) {
  .case-article-head_fig {
    margin-top: 5vw;
    height: 48.6666666667vw;
  }
}
.case-article-head_fig img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .case-article-head_fig img {
    width: 20vw;
  }
}

.case-article-block {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .case-article-block {
    margin-top: 10vw;
  }
}

.case-article-sec-ttl {
  font-size: 25px;
  color: #0065ac;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-ttl {
    font-size: 5.3333333333vw;
  }
}

.case-article-sec-subttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-subttl {
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 6vw;
  }
}
.case-article-sec-subttl.is-color-preimary {
  color: #0065ac;
}

.case-article-sec-copy {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-copy {
    font-size: 3.4666666667vw;
    margin-top: 3vw;
  }
}
.case-article-sec-copy a {
  text-decoration: underline;
}
.case-article-sec-copy .under-line {
  font-weight: bold;
  text-decoration: underline;
}

.case-article-sec-sub-name {
  text-align: right;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-sub-name {
    margin-top: 5vw;
  }
}
.case-article-sec-sub-name::before {
  content: "ー";
}

.case-article-sec-fig {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-fig {
    margin-top: 5vw;
  }
}

.case-article-sec-vertical_fig {
  width: 50%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-vertical_fig {
    margin-top: 5vw;
  }
}

.case-article-sec-fig {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-fig {
    margin-top: 5vw;
  }
}

.case-article-sec-col-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-col-fig {
    margin-top: 5vw;
    display: block;
  }
}
.case-article-sec-col-fig div {
  width: 49.56%;
}
@media only screen and (max-width: 767px) {
  .case-article-sec-col-fig div {
    width: 100%;
  }
  .case-article-sec-col-fig div:not(:first-of-type) {
    margin-top: 5vw;
  }
}

.case-article-sec_fig {
  line-height: 0;
  width: 100%;
  height: 292px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #dcdcdc solid 1px;
}
@media only screen and (max-width: 767px) {
  .case-article-sec_fig {
    margin-top: 5vw;
    height: 38vw;
  }
}
.case-article-sec_fig img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .case-article-sec_fig img {
    width: 20vw;
  }
}

.case-article-info {
  background: #f4f4f4;
  padding: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .case-article-info {
    padding: 5.3333333333vw 4.8vw;
    margin-top: 8vw;
  }
}
.case-article-info_fig {
  background: #fff;
  width: 100%;
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .case-article-info_fig {
    height: 28vw;
  }
}
.case-article-info_fig img {
  width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .case-article-info_fig img {
    width: 20vw;
  }
}
.case-article-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .case-article-info_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
.case-article-info_list-item {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .case-article-info_list-item {
    font-size: 3.4666666667vw;
  }
}
.case-article-info_list-item span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .case-article-info_list-item span {
    margin-bottom: 0.6vw;
  }
}
.case-article-info_list-item:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .case-article-info_list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .case-article-info_list-item:first-child {
    margin-right: 8vw;
  }
}

.case-person_list {
  margin-top: 20px;
  background-color: #f4f4f4;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .case-person_list {
    margin-top: 3vw;
    padding: 5vw;
  }
}
.case-person_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-person_list-item:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .case-person_list-item:not(:first-child) {
    margin-top: 8vw;
  }
}

.case-person_list-item.is-no-image .case-person_text {
  width: 100%;
}

.case-person_fig {
  width: 21.6666666667%;
}

.case-person_text {
  width: 73.3333333333%;
}

.case-person_job {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .case-person_job {
    font-size: 3.4666666667vw;
  }
}

.case-person_name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .case-person_name {
    margin-top: 2vw;
    font-size: 4.8vw;
  }
}

.case-person_copy {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .case-person_copy {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .case-person_copy {
    font-size: 3.4666666667vw;
  }
}

.case-info_name {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .case-info_name {
    font-size: 4.8vw;
  }
}

.case-info_job {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .case-info_job {
    margin-top: 2vw;
    font-size: 3.4666666667vw;
  }
}

.case-person_copy {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .case-person_copy {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .case-person_copy {
    font-size: 3.4666666667vw;
  }
}

.case-profile {
  margin-top: 20px;
  background-color: #f4f4f4;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .case-profile {
    margin-top: 3vw;
    padding: 5vw;
  }
}

.case-profile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-profile-head_fig {
  width: 100px;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .case-profile-head_fig {
    width: 28vw;
    margin-right: 7.2vw;
  }
}
.case-profile-head_txt-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .case-profile-head_txt-ttl {
    font-size: 4vw;
  }
}
.case-profile-head_txt-txt {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .case-profile-head_txt-txt {
    font-size: 3.2vw;
  }
}
.case-profile-head_txt-txt span {
  font-weight: bold;
}

.case-profile-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .case-profile-ttl {
    margin-top: 4.5vw;
    font-size: 3.2vw;
  }
}

.case-profile-list {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .case-profile-list {
    font-size: 3.2vw;
  }
}
.case-profile-list span {
  font-weight: bold;
}
.case-profile-list-txt:not(:last-child) {
  margin-bottom: 1.5em;
}

.cynd-link-box {
  position: relative;
}

.cynd-link-item {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cynd-link-item {
    width: 94%;
    margin: 5vw auto 0;
    position: static;
  }
}

/* =========================================================
reason
========================================================= */
.reason-content-nav {
  padding: 50px 20px 0;
}
@media only screen and (max-width: 767px) {
  .reason-content-nav {
    padding: 8vw 5vw 0;
  }
}

.reason-sec {
  margin-top: 30px;
  padding: 80px 0 100px;
}
@media only screen and (max-width: 767px) {
  .reason-sec {
    margin-top: 8vw;
    padding: 12vw 0 13.3333333333vw;
  }
}

.reason-sec-inner {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .reason-sec-inner {
    padding: 0;
  }
}

.reason-sec-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 88px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box {
    display: block;
    padding: 0;
    width: 89.3333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.reason-sec-box:first-of-type {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box:first-of-type {
    margin-top: 9.3333333333vw;
  }
}
.reason-sec-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding: 0 84px 0 0;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box:nth-of-type(even) {
    padding: 0;
  }
}
.reason-sec-box_info {
  width: 514px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box_info {
    width: 79.3333333333vw;
    margin: 0 auto;
    padding-top: 6.6666666667vw;
  }
}
.reason-sec-box_ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #045994;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box_ttl {
    font-size: 5.0666666667vw;
    padding-top: 7vw;
  }
}
.reason-sec-box_txt {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box_txt {
    font-size: 3.4666666667vw;
    margin-top: 5vw;
  }
}
.reason-sec-box_fig {
  width: 385px;
}
@media only screen and (max-width: 767px) {
  .reason-sec-box_fig {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.reason-sec-box_fig img {
  vertical-align: bottom;
}

.ags-data-sec {
  padding: 100px 20px;
}

.ags-data-heading-notes {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.ags-data-sec-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.ags-data_number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.ags-data_number-list-item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-item {
    width: 50%;
    margin-top: 6.6666666667vw;
    padding: 1.3333333333vw 0;
  }
}
.ags-data_number-list-item:nth-child(2) {
  border-left: #a3aaae solid 1px;
  border-right: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-item:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-item:nth-child(4) {
    border-left: #a3aaae solid 1px;
  }
}
.ags-data_number-list-item:nth-child(5) {
  border-left: #a3aaae solid 1px;
  border-right: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-item:nth-child(5) {
    border-left: none;
  }
}
.ags-data_number-list-ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-ttl {
    font-size: 2.9333333333vw;
  }
  .ags-data_number-list-ttl.line-2 {
    padding-top: 0.5em;
  }
}
.ags-data_number-list-fig {
  width: 80px;
  margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-fig {
    width: 14.6666666667vw;
    margin-top: 3vw;
  }
}
.ags-data_number-list-txt-item {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-txt-item {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.ags-data_number-list-txt-item b {
  font-size: 25px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-txt-item b {
    font-size: 4.8vw;
  }
}
.ags-data_number-list-notes {
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .ags-data_number-list-notes {
    font-size: 2.9333333333vw;
  }
}

.client-sec {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  .client-sec {
    padding: 13.3333333333vw 0;
  }
}

.a-heading-set_jp-client-notes {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .a-heading-set_jp-client-notes {
    font-size: 2.9333333333vw;
  }
}

.client-sec-inner {
  max-width: 1110px;
  padding: 0 20px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .client-sec-inner {
    max-width: 89.3333333333vw;
    padding: 0;
    margin-top: 10vw;
  }
}

.client-sec-box {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .client-sec-box {
    margin-top: 10.6666666667vw;
  }
}
.client-sec-box:first-of-type {
  margin-top: 0;
}

.client-sec-list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .client-sec-list {
    margin-top: 4.6666666667vw;
  }
}
.client-sec-list_item {
  width: 18.5046728972%;
  margin: 30px 1.8691588785% 0 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .client-sec-list_item:nth-child(-n+5) {
    margin-top: 0;
  }
  .client-sec-list_item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-sec-list_item {
    width: 28vw;
    margin: 3.3333333333vw 2.6666666667vw 0 0;
  }
  .client-sec-list_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .client-sec-list_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.client-sec-list_item-logo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.client-sec-list_item-logo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 767px) {
  .client-sec-list_item-logo::before {
    content: none;
  }
}
.client-sec-list_item-logo-inner {
  position: absolute;
  top: -3.030303%;
  left: -3.030303%;
  bottom: -3.030303%;
  right: -3.030303%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .client-sec-list_item-logo-inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.client-sec-list_item-logo-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .client-sec-list_item-logo-inner img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.client-sec-list_item-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .client-sec-list_item-name {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
}

/* =========================================================
seminar
========================================================= */
/*seminar-pickup
----------------------------------------------------------*/
.seminar-pickup {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .seminar-pickup {
    padding: 10vw 0;
  }
}

/*seminar-index
----------------------------------------------------------*/
.seminar-index {
  width: 100%;
  padding: 80px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .seminar-index {
    padding: 10vw 0 14vw;
  }
}

.seminar-index_content {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_content {
    margin-top: 5vw;
  }
}

.seminar-index_list {
  width: 100%;
}
.seminar-index_list-item:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_list-item:not(:first-of-type) {
    margin-top: 6vw;
  }
}

.seminar-index_box {
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 85px 40px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_box {
    padding: 5vw;
  }
}

.is-bg .seminar-index_box {
  background-color: #fff;
}
.is-bg .seminar-index_info {
  background-color: #f4f4f4;
}

.seminar-index_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #e5e5e5;
}

.seminar-index_category {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .seminar-index_category {
    font-size: 3.2vw;
  }
}

.seminar-index_date {
  line-height: 1.2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_date {
    font-size: 3.2vw;
  }
}

.seminar-index_box-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_box-inner {
    display: block;
    margin-top: 3vw;
  }
}

.seminar-index_fig {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .seminar-index_fig {
    width: 100%;
  }
}

.seminar-index_fig-inner {
  width: 250px;
  height: 163px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_fig-inner {
    width: 100%;
    height: 34vw;
  }
}
.seminar-index_fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.seminar-index_text {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .seminar-index_text {
    width: 100%;
    margin-top: 4vw;
  }
}

.seminar-index_headline {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .seminar-index_headline {
    font-size: 4.8vw;
  }
}

.seminar-index_date {
  font-weight: bold;
  margin-top: 10px;
}

.seminar-index_info {
  margin-top: 25px;
  padding: 15px 20px;
  background-color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .seminar-index_info {
    margin-top: 5vw;
    padding: 4vw;
    font-size: 3.2vw;
  }
}

.seminar-index_ctr {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_ctr {
    margin-top: 5vw;
  }
}

.seminar-index_ctr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .seminar-index_ctr-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.seminar-index_ctr-list-item {
  width: 216px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_ctr-list-item {
    width: 49%;
    height: 16vw;
  }
}
.seminar-index_ctr-list-item:not(:first-of-type) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_ctr-list-item:not(:first-of-type) {
    margin-left: 0;
  }
}

/* =========================================================
seminar / detail
========================================================= */
/*seminar-detail-head
----------------------------------------------------------*/
.seminar-detail-head {
  width: 100%;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-detail-head {
    padding: 5vw 5vw 0;
  }
}

.seminar-detail-head_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #a3aaae;
}

.seminar-index_category {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .seminar-index_category {
    font-size: 3.2vw;
  }
}

.seminar-index_date {
  line-height: 1.2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .seminar-index_date {
    font-size: 3.2vw;
  }
}

/*seminar-detail-content
----------------------------------------------------------*/
.seminar-detail-content {
  width: 100%;
  margin-top: 56px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .seminar-detail-content {
    margin-top: 5vw;
    padding: 0 5vw;
  }
}

.seminar-article-head {
  width: 100%;
}

.seminar-article-head_title {
  font-size: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .seminar-article-head_title {
    font-size: 5.0666666667vw;
  }
}

.seminar-article-head_date {
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-head_date {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

.seminar-article-head_fig {
  line-height: 0;
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-head_fig {
    margin-top: 5vw;
  }
}

.seminar-article-head_copy {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-head_copy {
    margin-top: 5vw;
  }
}

.seminar-article-info {
  margin-top: 30px;
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-info {
    margin-top: 5vw;
    padding: 3vw 5vw;
  }
}
.seminar-article-info .a-caption {
  color: #000000;
  padding-top: 0.5em;
}

.seminar-article-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .seminar-article-info_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.seminar-article-info_list dt {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .seminar-article-info_list dt {
    min-width: 13vw;
  }
}
.seminar-article-info_list dt::after {
  content: "：";
}

.seminar-article-cv {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-cv {
    margin-top: 7vw;
  }
}
.seminar-article-cv_copy {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seminar-article-cv_copy {
    font-size: 4.5333333333vw;
  }
}
.seminar-article-cv_btn {
  width: 260px;
  height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .seminar-article-cv_btn {
    width: 90%;
    height: 16vw;
  }
}

.seminar-article-block {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-block {
    margin-top: 10vw;
  }
}
.seminar-article-block_inner {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-block_inner {
    margin-top: 3vw;
  }
}

.seminar-article-sec-ttl {
  font-size: 25px;
  color: #0065ac;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .seminar-article-sec-ttl {
    font-size: 5.3333333333vw;
  }
}

.seminar-circle-list {
  width: 100%;
}
.seminar-circle-list:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .seminar-circle-list:not(:first-child) {
    margin-top: 2vw;
  }
}
.seminar-circle-list_item {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
.seminar-circle-list_item::after {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.seminar-circle-list_item:not(:first-of-type) {
  margin-top: 8px;
}

.seminar-dot-list {
  width: 100%;
}
.seminar-dot-list_item {
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
.seminar-dot-list_item::after {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.seminar-dot-list_item:not(:first-of-type) {
  margin-top: 2px;
}

.seminar-program-list {
  width: 100%;
}
.seminar-program-list:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .seminar-program-list:not(:first-child) {
    margin-top: 3vw;
  }
}
.seminar-program-list_item:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .seminar-program-list_item:not(:first-of-type) {
    margin-top: 5vw;
  }
}

.seminar-article-person {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person {
    margin-top: 12vw;
  }
}

.article-person_list {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .article-person_list {
    margin-top: 3vw;
  }
}
.article-person_list_item {
  width: 100%;
}
.article-person_list_item-item {
  background-color: #f4f4f4;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .article-person_list_item-item {
    padding: 5vw;
  }
}
.article-person_list_item-item:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .article-person_list_item-item:not(:first-child) {
    margin-top: 5vw;
  }
}

.seminar-article-person_name {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_name {
    margin-top: 2vw;
  }
}
.seminar-article-person_name-jp {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_name-jp {
    font-size: 4.8vw;
  }
}

.seminar-article-person_job-item {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_job-item {
    font-size: 3.4666666667vw;
  }
}

.seminar-article-person_copy {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_copy {
    margin-top: 4vw;
  }
}
.seminar-article-person_copy-item {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_copy-item {
    font-size: 2.9333333333vw;
  }
}

.seminar-article-person_performance {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_performance {
    margin-top: 5vw;
  }
}
.seminar-article-person_performance dt {
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_performance dt {
    font-size: 3.2vw;
  }
}
.seminar-article-person_performance dd {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .seminar-article-person_performance dd {
    font-size: 2.9333333333vw;
  }
}
.seminar-article-person_performance dd:first-child {
  margin-top: 5px;
}

/* =========================================================
faq
========================================================= */
.page-content-faq {
  padding: 50px 20px 130px;
}
@media only screen and (max-width: 767px) {
  .page-content-faq {
    padding: 10.6666666667vw 0 16vw;
  }
}

.page-content-faq-inner {
  max-width: 900px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-content-faq-inner {
    width: 89.3333333333vw;
  }
}

.faq-box {
  background: #fff;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .faq-box {
    margin-top: 6vw;
  }
}

.faq-box_list-item {
  padding: 25px 0;
  border-bottom: #efefef solid 2px;
}
@media only screen and (max-width: 767px) {
  .faq-box_list-item {
    padding: 5.3333333333vw 0;
    border-bottom: #efefef solid 0.5333333333vw;
  }
}

.faq-box_content {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .faq-box_content {
    padding: 0 5.3333333333vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-content-faq-nav {
    padding: 0 5.3333333333vw;
  }
}

.faq-box_content-head {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-head {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.faq-box_content-head::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-head::after {
    width: 4vw;
    height: 0.4vw;
  }
}
.faq-box_content-head::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-head::before {
    width: 4vw;
    height: 0.4vw;
  }
}
.faq-box_content-head .faq-box_content-head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 50px;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-head .faq-box_content-head-inner {
    display: block;
    padding: 0 8.6666666667vw 0 6.4vw;
  }
}
.faq-box_content-head .faq-box_content-head-inner::before {
  content: "Q.";
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-head .faq-box_content-head-inner::before {
    font-size: 4.5333333333vw;
  }
}
.faq-box_content-head.is-open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq-box_content-head .faq-box_content-head-ttl {
  display: block;
}
.faq-box_content-head .faq-box_content-head-ttl::after {
  display: inline-block;
  content: "|";
  color: #000000;
  margin: 0 0.5em;
}

.faq-box_content-head-txt {
  display: block;
}

.faq-box_content-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.faq-box_content-body-inner {
  margin-top: 25px;
  padding-top: 25px;
  border-top: #efefef solid 1px;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-body-inner {
    margin-top: 5.3333333333vw;
    padding-top: 4.6666666667vw;
    border-top: #efefef solid 0.2666666667vw;
  }
}

.faq-box_content-body-txt {
  position: relative;
  padding: 0 40px 0 50px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-body-txt {
    padding: 0 0 0 6.4vw;
    font-size: 3.2vw;
  }
}
.faq-box_content-body-txt::before {
  content: "A.";
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .faq-box_content-body-txt::before {
    font-size: 4.5333333333vw;
    top: 0.1em;
  }
}
.faq-box_content-body-txt a {
  text-decoration: underline;
}

/* =========================================================
ags-media
========================================================= */
/*common
----------------------------------------------------------*/
.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tags-list_item {
  line-height: 1;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  font-size: 14px;
  padding: 0.4em 1em 0.3em;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .tags-list_item {
    font-size: 3.2vw;
  }
}
.tags-list_item:last-child {
  margin-right: 0;
}

.media-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #e5e5e5;
}
.media-info_category {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .media-info_category {
    font-size: 3.2vw;
  }
}
.media-info_date {
  line-height: 1.2;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .media-info_date {
    font-size: 3.2vw;
  }
}

.article-sec {
  width: 100%;
  position: relative;
}
.article-sec:not(:first-of-type) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .article-sec:not(:first-of-type) {
    margin-top: 10vw;
    padding-top: 10vw;
  }
}

.article-sec-ttl {
  font-size: 25px;
  color: #0065ac;
  line-height: 1.4;
  padding-left: 1.6em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-sec-ttl {
    font-size: 5.3333333333vw;
    padding-left: 1.2em;
  }
}
.article-sec-ttl::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background-color: #0065ac;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media only screen and (max-width: 767px) {
  .article-sec-ttl::before {
    width: 4vw;
    height: 2px;
  }
}
.article-sec-ttl span {
  display: block;
}

.article-copy {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .article-copy {
    font-size: 3.7333333333vw;
  }
}
.article-copy.is-interview {
  position: relative;
  padding-left: 3.5em;
}
.article-copy.is-interview span {
  display: block;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.article-copy:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .article-copy:not(:first-child) {
    margin-top: 5vw;
  }
}

.article-fig {
  text-align: center;
  line-height: 0;
  width: 100%;
}
.article-fig:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .article-fig:not(:first-child) {
    margin-top: 5vw;
  }
}

.article-date {
  margin-top: 10px;
}
.article-date_item {
  font-size: 14px;
}
.article-date_item .copy-en {
  font-family: "FP-こぶりなゴシック StdN W3", "FP-こぶりなゴシック StdN W6", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #939393;
}
@media only screen and (max-width: 767px) {
  .article-date_item {
    font-size: 3.2vw;
  }
}

.article-person {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .article-person {
    margin-top: 12vw;
  }
}
.article-person_list {
  width: 100%;
}
.article-person_list-item {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.article-person_list-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .article-person_list-item > a:hover {
    opacity: 0.3;
    background-color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .article-person_list-item {
    padding: 5vw;
  }
}
.article-person_list-item:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .article-person_list-item:not(:first-child) {
    margin-top: 5vw;
  }
}
.article-person_list > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .article-person_list > a:hover {
    opacity: 0.3;
    background-color: #FFF;
  }
}
.article-person_fig {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .article-person_fig {
    width: 27%;
  }
}
.article-person_text {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .article-person_text {
    width: 67%;
  }
}
.article-person_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-person_name-header {
  font-size: 18px;
  line-height: 1;
  margin-right: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .article-person_name-header {
    font-size: 4.8vw;
  }
}
.article-person_name-jp {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .article-person_name-jp {
    font-size: 4.8vw;
  }
}
.article-person_name-en {
  font-size: 12px;
  color: #ababab;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .article-person_name-en {
    font-size: 3.2vw;
  }
}
.article-person_job {
  margin-top: 5px;
}
.article-person_job-item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-person_job-item {
    font-size: 3.4666666667vw;
  }
}
.article-person_copy {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .article-person_copy {
    margin-top: 4vw;
  }
}
.article-person_copy-item {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .article-person_copy-item {
    font-size: 2.9333333333vw;
  }
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*media-head
----------------------------------------------------------*/
.media-head {
  width: 100%;
  background: url(/assets/img/media/hero_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 70px 0 80px;
}
@media only screen and (max-width: 767px) {
  .media-head {
    padding: 7vw 0 10vw;
  }
}

.media-head_inner {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .media-head_inner {
    padding: 0 4vw;
  }
}

.media-heading {
  color: #fff;
}
.media-heading_ttl {
  line-height: 1.2;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .media-heading_ttl {
    font-size: 6.6666666667vw;
  }
}
.media-heading_copy {
  font-size: 16px;
  width: 90%;
  margin: 15px auto 0;
}
@media only screen and (max-width: 767px) {
  .media-heading_copy {
    font-size: 3.4666666667vw;
    margin: 3vw auto 0;
  }
}

/*media-pickup
----------------------------------------------------------*/
.media-pickup {
  width: 100%;
  background-color: #fff;
  padding: 30px 0 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .media-pickup {
    padding: 6vw 0 10vw;
    margin-top: 7vw;
  }
}

.media-pickup_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .media-pickup_inner {
    width: 90%;
  }
}

.media-pickup_ttl {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .media-pickup_ttl {
    font-size: 5.0666666667vw;
  }
}

.pickup-head {
  margin-top: 25px;
  width: 100%;
  padding-bottom: 60px;
  border-bottom: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .pickup-head {
    margin-top: 5vw;
    padding-bottom: 10vw;
  }
}

.pickup-head_link {
  display: block;
}

.pickup-head_fig {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pickup-head_fig {
    height: 42vw;
  }
}
.pickup-head_fig img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}

.pickup-head_content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .pickup-head_content {
    display: block;
  }
}
.pickup-head_content-left {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .pickup-head_content-left {
    width: 100%;
  }
}
.pickup-head_content-right {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .pickup-head_content-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6vw;
  }
}

.pickup-head_title {
  margin-top: 5px;
}
.pickup-head_title-item {
  font-size: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .pickup-head_title-item {
    font-size: 5.0666666667vw;
  }
}

.pickup-head_copy {
  margin-top: 10px;
}
.pickup-head_copy-item {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .pickup-head_copy-item {
    font-size: 3.7333333333vw;
  }
}

.pickup-head_btn {
  width: 216px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .pickup-head_btn {
    width: 80%;
    height: 14vw;
  }
}

.pickup-sub {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pickup-sub {
    margin-top: 5vw;
  }
}

.pickup-sub_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_list {
    display: block;
  }
}
.pickup-sub_list-item {
  width: 45.7777777778%;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_list-item {
    width: 100%;
  }
  .pickup-sub_list-item:not(:first-of-type) {
    margin-top: 7vw;
  }
}

.pickup-sub_link {
  display: block;
}

.pickup-sub_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_content {
    margin-top: 3vw;
  }
}

.pickup-sub_fig {
  width: 34.3%;
}
.pickup-sub_fig-inner {
  width: 140px;
  height: 98px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_fig-inner {
    width: 100%;
    height: 24vw;
  }
}
.pickup-sub_fig-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.pickup-sub_text {
  width: 62%;
}

.pickup-sub_headline {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_headline {
    font-size: 3.7333333333vw;
  }
}

.pickup-sub_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_more {
    margin-top: 2vw;
  }
}
.pickup-sub_more .a-text-link {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .pickup-sub_more .a-text-link {
    font-size: 2.6666666667vw;
  }
}

/*media-index
----------------------------------------------------------*/
.media-index {
  width: 100%;
  padding: 70px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .media-index {
    padding: 10vw 0 12vw;
  }
}

.media-index_inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .media-index_inner {
    padding: 0 4vw;
  }
}

.media-index_title {
  font-size: 25px;
  border-bottom: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .media-index_title {
    font-size: 5.6vw;
  }
}

.media-index_content {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .media-index_content {
    margin-top: 6vw;
  }
}

.media-index_list {
  width: 100%;
}
.media-index_list-item:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .media-index_list-item:not(:first-of-type) {
    margin-top: 15vw;
  }
}

.media-index_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .media-index_link {
    display: block;
  }
}

.media-index_fig {
  width: 44.4444444444%;
}
@media only screen and (max-width: 767px) {
  .media-index_fig {
    width: 100%;
  }
}
.media-index_fig-inner {
  width: 400px;
  height: 270px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .media-index_fig-inner {
    width: 100%;
    height: 48vw;
  }
}
.media-index_fig-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .media-index_fig-inner img {
    -o-object-position: top;
       object-position: top;
  }
}

.media-index_info {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .media-index_info {
    width: 100%;
    margin-top: 5vw;
  }
}

.media-index_tags {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .media-index_tags {
    margin-top: 3vw;
  }
}

.media-index_headline {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .media-index_headline {
    margin-top: 2vw;
  }
}
.media-index_headline-ttl {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .media-index_headline-ttl {
    font-size: 5.3333333333vw;
  }
}

.media-index_copy {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .media-index_copy {
    margin-top: 3vw;
  }
}
.media-index_copy-item {
  font-size: 12px;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .media-index_copy-item {
    font-size: 3.2vw;
  }
}

.media-index_btn {
  margin-top: 25px;
  width: 216px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .media-index_btn {
    width: 80%;
    height: 14vw;
    margin: 4vw auto 0;
  }
}

.yt {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  margin: 0 auto;
  text-align: center;
}

.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-toc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #f4f4f4;
  color: #000000;
  padding: 40px;
  margin-bottom: 60px;
}

.detail-toc + .detail-intro_text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.detail-toc li {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 10px;
}

.detail-toc li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

.detail-toc li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background: #333;
}

.article-content a {
  color: #0033cc;
}

.detail-toc a {
  color: #333;
}

.article-content a:hover {
  text-decoration: underline;
}

/* =========================================================

========================================================= */
/* =========================================================
media / detail
========================================================= */
/*media-detail-head
----------------------------------------------------------*/
.media-detail-head {
  width: 100%;
  background: url(/assets/img/media/hero_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .media-detail-head {
    padding: 7vw 0;
  }
}

.media-detail-head_inner {
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_inner {
    padding: 0 4vw;
  }
}

.media-detail-head_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_box {
    display: block;
  }
}

.media-detail-head_info {
  width: 40.1119402985%;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_info {
    width: 100%;
  }
}

.media-detail-head_heading {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_heading {
    margin-top: 5vw;
  }
}
.media-detail-head_heading-title {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_heading-title {
    font-size: 6.9333333333vw;
  }
}

.media-detail-head_person {
  margin-top: 65px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_person {
    margin-top: 7vw;
    padding-bottom: 5vw;
  }
}
.media-detail-head_person::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.media-detail-head_person-list dt {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_person-list dt {
    font-size: 3.2vw;
  }
}
.media-detail-head_person-list dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_person-list dd {
    margin-top: 2vw;
  }
}

.media-detail-head_person-name {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_person-name {
    font-size: 3.7333333333vw;
  }
}
.media-detail-head_person-name:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_person-name:not(:first-child) {
    margin-top: 2vw;
  }
}

.media-detail-head_fig {
  width: 55.0373134328%;
}
@media only screen and (max-width: 767px) {
  .media-detail-head_fig {
    width: 100%;
    margin-top: 6vw;
  }
}

/*detail-intro
----------------------------------------------------------*/
.detail-intro {
  width: 100%;
  padding: 60px 20px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-intro {
    padding: 10vw 5vw 0;
  }
}

.detail-intro_inner {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  position: relative;
  border-bottom: solid 1px #a3aaae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .detail-intro_inner {
    display: block;
    padding: 0 0 9vw;
  }
}

.detail-intro_text {
  width: 67.2574626866%;
  max-width: 721px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .detail-intro_text {
    width: 100%;
    padding-right: 0;
    margin-top: 5vw;
  }
}

.detail-intro_sns {
  width: 28.9179104478%;
  max-width: 310px;
}
@media only screen and (max-width: 767px) {
  .detail-intro_sns {
    width: 100%;
    max-width: none;
  }
}

.detail-intro_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .detail-intro_sns-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.detail-intro_sns-list-item {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .detail-intro_sns-list-item {
    margin-left: 0;
    margin-right: 5px;
  }
}

/*detail-content
----------------------------------------------------------*/
.detail-content {
  width: 100%;
  padding: 60px 20px 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-content {
    padding: 10vw 5vw 12vw;
  }
}

.detail-content_inner {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .detail-content_inner {
    display: block;
  }
}

.detail-content_main {
  width: 67.2574626866%;
  max-width: 721px;
  padding-right: 40px;
  border-right: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .detail-content_main {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.detail-content_sub {
  width: 28.9179104478%;
  max-width: 310px;
}
@media only screen and (max-width: 767px) {
  .detail-content_sub {
    width: 100%;
    max-width: none;
    margin-top: 12vw;
  }
}

.relation-articles {
  width: 100%;
}
.relation-articles:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .relation-articles:not(:first-child) {
    margin-top: 8vw;
  }
}

.relation-articles_ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #a3aaae;
}

.relation-articles_list {
  width: 100%;
}
.relation-articles_list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.relation-articles_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .relation-articles_link:hover .relation-articles_text {
    opacity: 0.8;
  }
}

.relation-articles_fig {
  width: 36%;
}

.relation-articles_fig-inner {
  width: 110px;
  height: 78px;
  overflow: hidden;
  line-height: 0;
}
.relation-articles_fig-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.relation-articles_text {
  width: 60%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.relation-articles_text.relation-articles_text_only {
  width: 100%;
}

.relation-articles_category {
  font-size: 14px;
  line-height: 1;
}

.relation-articles_headline {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 10px;
}

.detail-toc {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #f4f4f4;
  color: #000000;
  padding: 40px;
  margin-bottom: 60px;
}

.detail-toc + .detail-intro_text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.detail-toc li {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 10px;
}

.detail-toc li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

.detail-toc li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background: #333;
}

.article-content a {
  color: #0033cc;
}

.detail-toc a {
  color: #333;
}

.article-content a:hover {
  text-decoration: underline;
}

/* =========================================================
news
========================================================= */
.page-news {
  padding: 100px 20px 120px;
}
@media only screen and (max-width: 767px) {
  .page-news {
    padding: 13.3333333333vw 0 16vw;
  }
}

.page-news-box {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-news-box {
    max-width: 89.3333333333vw;
  }
}
.page-news-box:not(:first-child) {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .page-news-box:not(:first-child) {
    padding-top: 18.6666666667vw;
  }
}

.page-news-box_list {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page-news-box_list {
    padding-top: 3.0666666667vw;
  }
}

.page-news-box_link {
  display: block;
  padding: 13px 0 11px;
  border-bottom: #e5e5e5 solid 1px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .page-news-box_link {
    padding: 2.6666666667vw 0;
  }
}
@media only screen and (min-width: 991px) {
  .page-news-box_link:hover {
    background-color: #f4f4f4;
  }
}

.page-news-box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #939393;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .page-news-box_info {
    font-size: 2.9333333333vw;
  }
}

.page-news-box_info-date::after {
  content: "|";
  margin: 0 1em;
}

.page-content-news-box-list_txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .page-content-news-box-list_txt {
    font-size: 3.2vw;
  }
}

/* =========================================================
news detail
========================================================= */
/*news detail head
----------------------------------------------------------*/
.news-detail-head {
  background: #242325;
  color: #fff;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .news-detail-head {
    padding: 2vw 4vw;
  }
}

.news-detail-head_inner {
  max-width: 1070px;
  margin: 0 auto;
}

.news-detail-head_txt {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news-detail-head_txt {
    font-size: 2.9333333333vw;
  }
}

.news-detail-ttl_box {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 60px 0 10px;
  border-bottom: solid 1px #a3aaae;
}
@media only screen and (max-width: 767px) {
  .news-detail-ttl_box {
    max-width: 89.3333333333vw;
    padding: 13.3333333333vw 0 1.3333333333vw;
  }
}

.news-detail-ttl_box {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news-detail-ttl_box {
    font-size: 3.3333333333vw;
  }
}

/*news detail content
----------------------------------------------------------*/
.news-detail-content {
  width: 100%;
  margin-top: 56px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .news-detail-content {
    margin-top: 5vw;
    padding: 0 5vw;
  }
}

.news-article_ttl {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .news-article_ttl {
    font-size: 5.3333333333vw;
  }
}

.news-article_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #939393;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .news-article_info {
    font-size: 2.9333333333vw;
    margin-top: 2vw;
  }
}

.news-article_info-date::after {
  content: "|";
  margin: 0 1em;
}

.news-article_body p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .news-article_body p {
    font-size: 3.7333333333vw;
    margin-top: 5vw;
  }
}

.news-article_btn {
  width: 480px;
  height: 60px;
  margin: 45px auto 0;
}
@media only screen and (max-width: 767px) {
  .news-article_btn {
    width: 89.3333333333vw;
    height: 16.8vw;
    margin-top: 8vw;
  }
}

/*a-pdf-btn
----------------------------------------------------------*/
.a-pdf-btn {
  display: block;
  width: 100%;
  height: 100%;
}

.a-pdf-btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .a-pdf-btn_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0.5em;
    font-size: 3.4666666667vw;
  }
}
.a-pdf-btn_item span {
  position: relative;
  z-index: 2;
}
.a-pdf-btn_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #0065ac;
  -webkit-transform: scaleY(0) skewY(20deg);
          transform: scaleY(0) skewY(20deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56), -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  z-index: 1;
}
.a-pdf-btn_item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/news/detail/icon_pdf.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .a-pdf-btn_item::after {
    width: 4vw;
    height: 4vw;
    right: 3.7333333333vw;
  }
}
@media only screen and (min-width: 991px) {
  .a-pdf-btn_item:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/* =========================================================
sitemap
========================================================= */
.sitemap-service {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
@media only screen and (max-width: 767px) {
  .sitemap-service {
    max-width: 88vw;
    padding: 13.3333333333vw 0 0;
  }
}

.sitemap-service-box {
  border-top: #a3aaae solid 1px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sitemap-service-box {
    padding-top: 5vw;
  }
}

.sitemap-head_ttl-en {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sitemap-head_ttl-en {
    font-size: 6.6666666667vw;
  }
}
.sitemap-head_ttl {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sitemap-head_ttl {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.sitemap-head_ttl-link {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .sitemap-head_ttl-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.sitemap-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sitemap-list {
    margin-top: 6.6666666667vw;
  }
}

.sitemap-list-box {
  width: 33.3333333333%;
}
.sitemap-list-box:nth-child(n+4) {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .sitemap-list-box {
    width: 50%;
  }
  .sitemap-list-box:nth-child(n+3) {
    margin-top: 8vw;
  }
}

.sitemap-list-box_ttl {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .sitemap-list-box_ttl {
    margin-bottom: 0.5vw;
  }
}
.sitemap-list-box_ttl-link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .sitemap-list-box_ttl-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap-list-box_ttl-link {
    font-size: 2.9333333333vw;
  }
}
.sitemap-list-box_ttl-link::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.sitemap-list-box_list-link {
  font-size: 16px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  line-height: 1.875;
  letter-spacing: 0;
}
@media only screen and (min-width: 991px) {
  .sitemap-list-box_list-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap-list-box_list-link {
    line-height: 2;
    font-size: 2.9333333333vw;
  }
}

.sitemap-other {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sitemap-other {
    max-width: 88vw;
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
}

.sitemap-other-box {
  width: 45.5555555556%;
  border-top: #a3aaae solid 1px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sitemap-other-box {
    width: 38.6666666667vw;
    padding-top: 5vw;
  }
}

/* =========================================================
privacy-policy
========================================================= */
.page-content-privacy {
  padding: 100px 20px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy {
    padding: 13.3333333333vw 0 16vw;
  }
}

.page-content-privacy-inner {
  max-width: 900px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-inner {
    width: 89.3333333333vw;
    margin-bottom: 16vw;
  }
}
.page-content-privacy-inner:last-child {
  margin-bottom: 0;
}

.page-content-privacy-box {
  background: #fff;
  padding: 65px 75px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box {
    padding: 6vw 5.3333333333vw 6.6666666667vw;
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
}

.page-content-privacy-box_nolist {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_nolist {
    margin-top: 5.3333333333vw;
  }
}

.page-content-privacy-box_nolist_item {
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_nolist_item {
    margin-bottom: 5.3333333333vw;
    padding-left: 4vw;
  }
}
.page-content-privacy-box_nolist_item::before {
  position: absolute;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
}
.page-content-privacy-box_nolist_item:last-child {
  margin-bottom: 0;
}

.page-content-privacy-box_rtxt {
  line-height: 1.7;
  text-align: right;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_rtxt {
    margin-top: 5.3333333333vw;
  }
}

.page-content-privacy-box_list {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_list {
    margin-top: 5.3333333333vw;
  }
}

.page-content-privacy-box_list_item {
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_list_item {
    padding-left: 4vw;
  }
}
.page-content-privacy-box_list_item .bold {
  font-weight: bold;
}
.page-content-privacy-box_list_item::before {
  position: absolute;
  left: 0;
  content: "・";
}

@media only screen and (max-width: 767px) {
  .page-content-privacy-box_list_item_sp {
    display: block;
    padding-left: 5em;
  }
}

.page-content-privacy-box_txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-content-privacy-box_txt {
    margin-top: 5.3333333333vw;
  }
}
.page-content-privacy-box_txt .bold {
  font-weight: bold;
}

/* =========================================================
social-policy
========================================================= */
.social-policy-list {
  margin-top: 0;
}

/* =========================================================
404
========================================================= */
.page-content-404 {
  max-width: 940px;
  padding: 100px 20px 120px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-content-404 {
    width: 89.3333333333vw;
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
}

.page-content-404_ttl {
  color: #045994;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-content-404_ttl {
    font-size: 5.0666666667vw;
  }
}

.page-content-404_txt {
  font-size: 16px;
  padding: 25px 50px 0;
}
@media only screen and (max-width: 767px) {
  .page-content-404_txt {
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 0 0;
    text-align: left;
  }
}

.page-content-404_btn {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-content-404_btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin-top: 8.6666666667vw;
  }
}

/* =========================================================
en footer
========================================================= */
.o-footer_inner.en-footer {
  padding: 70px 20px;
}
@media only screen and (max-width: 767px) {
  .o-footer_inner.en-footer {
    padding: 10vw 0 0;
  }
}

.o-footer_sitemap-contents.en-footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .o-footer_sitemap-contents.en-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* =========================================================
en footer
========================================================= */
.o-bottom-cta_inner.en-bottom-cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .en-footer .o-sitemap_clm {
    margin-top: 0;
  }
}

/* =========================================================
en board
========================================================= */
.en-board-heading_sub {
  font-weight: normal;
}

/* =========================================================
en
========================================================= */
.p-hero_box.en-p-hero_box {
  padding-bottom: 270px;
}
@media only screen and (max-width: 767px) {
  .p-hero_box.en-p-hero_box {
    padding-bottom: 0;
  }
}
.p-hero_box.en-p-hero_box .p-hero_ttl {
  font-size: 32px;
  line-height: 1.515;
}
@media only screen and (max-width: 767px) {
  .p-hero_box.en-p-hero_box .p-hero_ttl {
    width: auto;
    margin: 56.3333333333vw 0 0 4vw;
    font-size: 4.5333333333vw;
  }
}
.p-hero_box.en-p-hero_box .en-p-hero_sub_ttl {
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-hero_box.en-p-hero_box .en-p-hero_sub_ttl {
    margin: 3vw 0 0 4vw;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-hero_box.en-p-hero_box .top-more_btn {
    margin: 0 0 0 20.5333333333vw;
  }
}

.en-top-service_menu-list .top-service_menu-list-item {
  width: 33.3333333333%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .en-top-service_menu-list .top-service_menu-list-item {
    width: 100%;
  }
}

.en-top-service_menu-list .top-service_menu-title-jp {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .en-top-service_menu-list .top-service_menu-title-jp {
    font-size: 5.3333333333vw;
  }
}

.en-top-data {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .en-top-data {
    margin-bottom: 6.6666666667vw;
  }
}
.en-top-data .top-service_content {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .en-top-data .top-service_content {
    padding-bottom: 13.3333333333vw;
  }
}

.en-data_number {
  max-width: 1000px;
  padding: 0 20px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .en-data_number {
    padding: 0;
    width: 90vw;
    margin: 5.3333333333vw auto 0;
  }
}
.en-data_number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.en-data_number-list-item {
  width: 33.3333333333%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .en-data_number-list-item:nth-child(n+4) {
    margin-bottom: 0;
  }
  .en-data_number-list-item:nth-child(-n+3) .en-data_number-ttl {
    height: 57px;
  }
  .en-data_number-list-item:nth-child(n+4) .en-data_number-ttl {
    height: 38px;
  }
  .en-data_number-list-item .en-data_number-ttl.line-2 {
    padding-top: 0.5em;
  }
  .en-data_number-list-item .en-data_number-ttl.line-1 {
    padding-top: 1em;
  }
  .en-data_number-list-item .en-data_number-text.line-1 {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .en-data_number-list-item {
    width: 50%;
    padding: 1.3333333333vw 0;
    margin-bottom: 8vw;
  }
  .en-data_number-list-item:nth-child(n+5) {
    margin-bottom: 0;
  }
}
.en-data_number-list-item:nth-child(2) {
  border-left: #a3aaae solid 1px;
  border-right: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .en-data_number-list-item:nth-child(2) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .en-data_number-list-item:nth-child(4) {
    border-left: #a3aaae solid 1px;
  }
}
.en-data_number-list-item:nth-child(5) {
  border-left: #a3aaae solid 1px;
  border-right: #a3aaae solid 1px;
}
@media only screen and (max-width: 767px) {
  .en-data_number-list-item:nth-child(5) {
    border-left: none;
  }
}
.en-data_number .en-data_number-ttl {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .en-data_number .en-data_number-ttl {
    font-size: 2.8vw;
  }
  .en-data_number .en-data_number-ttl.line-1-sp {
    line-height: 7.6vw;
  }
}
.en-data_number .en-data_number-fig {
  width: 82px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .en-data_number .en-data_number-fig {
    width: 14.6666666667vw;
    margin-top: 3vw;
  }
}
.en-data_number .en-data_number-text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .en-data_number .en-data_number-text {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
  }
  .en-data_number .en-data_number-text.line-1-sp {
    line-height: 13.3333333333vw;
  }
}
.en-data_number .en-data_number-text b {
  font-size: 25px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .en-data_number .en-data_number-text b {
    font-size: 4.8vw;
  }
}

/* =========================================================
en / info
========================================================= */
.en-info {
  margin: 0 auto;
  padding: 80px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .en-info {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}

.en-info-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .en-info-inner {
    width: 89.3333333333vw;
  }
}

.en-info-tblbox {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .en-info-tblbox {
    margin-top: 6.6666666667vw;
  }
}

.en-info-tblbox-ttl {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .en-info-tblbox-ttl {
    width: 32vw;
  }
}

/* =========================================================
en / location
========================================================= */
.about-location-network-inner.en {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .about-location-network-inner.en {
    margin-top: 14vw;
  }
}

/* =========================================================
en / services
========================================================= */
.en-services-heading {
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 20px 120px;
}
@media only screen and (max-width: 767px) {
  .en-services-heading {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
.en-services-heading_lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .en-services-heading_lead {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 3.4666666667vw;
  }
}
.en-services-heading_lead::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #a3aaae;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .en-services-heading_lead::after {
    width: 13.3333333333vw;
    bottom: -4vw;
  }
}

.en-services {
  margin: 0 auto 10px;
  padding: 90px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .en-services {
    padding: 12vw 0 13.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.en-services-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .en-services-inner {
    width: 89.3333333333vw;
  }
}

.en-services-box {
  background: #fff;
  padding: 50px 75px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .en-services-box {
    padding: 4.6666666667vw 5.3333333333vw;
    margin-top: 4vw;
  }
}
.en-services-box:first-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .en-services-box:first-of-type {
    margin-top: 5.3333333333vw;
  }
}
.en-services-box_txt {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .en-services-box_txt {
    font-size: 3.2vw;
  }
}
.en-services-box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .en-services-box_ttl {
    font-size: 5.0666666667vw;
  }
}
.en-services-box_icon {
  width: 47px;
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .en-services-box_icon {
    width: 8vw;
    margin-right: 2vw;
  }
}
.en-services-box_list {
  margin-top: 20px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .en-services-box_list {
    margin-top: 3vw;
    padding-left: 4vw;
  }
}
.en-services-box_list-item {
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .en-services-box_list-item {
    font-size: 3.2vw;
  }
}
.en-services-box_list-item::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: -18px;
}
@media only screen and (max-width: 767px) {
  .en-services-box_list-item::before {
    left: -3.7333333333vw;
  }
}

.en-services-list {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .en-services-list {
    margin-top: 13.3333333333vw;
  }
}

/* =========================================================
en / services / tpcs
========================================================= */
.en-tpcs {
  margin: 0 auto 10px;
  padding: 90px 20px 100px;
}
@media only screen and (max-width: 767px) {
  .en-tpcs {
    padding: 12vw 0 13.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

.en-tpcs-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-inner {
    width: 89.3333333333vw;
  }
}

.en-tpcs-txt {
  width: 750px;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-txt {
    width: 89.3333333333vw;
    margin: 4vw auto;
    font-size: 3.4666666667vw;
  }
}
.en-tpcs-txt:first-of-type {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-txt:first-of-type {
    margin-top: 5.3333333333vw;
  }
}
.en-tpcs-txt.bold {
  font-weight: bold;
}

.en-tpcs-box {
  margin-top: 50px;
  background: #fff;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-box {
    margin-top: 6.6666666667vw;
    padding: 0.5vw;
  }
}

.en-tpcs-tbl {
  width: 100%;
  table-layout: fixed;
}
.en-tpcs-tbl th {
  background: #000;
  color: #fff;
  width: 25%;
  padding: 5px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-tbl th {
    padding: 0.7vw 0;
  }
}
.en-tpcs-tbl th span {
  display: block;
  border-right: #adadad solid 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-tbl th span {
    border-right: #adadad solid 0.2666666667vw;
    padding: 2vw 0;
    font-size: 2.9333333333vw;
  }
}
.en-tpcs-tbl th:last-child span {
  border-right: none;
}
.en-tpcs-tbl td {
  font-size: 14px;
  line-height: 1.36;
  padding: 15px 20px;
  background: #f3f3f3;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .en-tpcs-tbl td {
    border-top: #fff solid 0.2666666667vw;
    border-right: #fff solid 0.2666666667vw;
    padding: 2vw 1.5vw;
    font-size: 2.5333333333vw;
  }
}
.en-tpcs-tbl td:last-child {
  border-right: none;
}
.en-tpcs-tbl td span {
  display: block;
  padding-left: 0.5em;
  position: relative;
}
.en-tpcs-tbl td span::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: -0.5em;
}
.en-tpcs-tbl tr:nth-child(odd) td {
  background: #e4e4e4;
}

/* =========================================================
maintenance
========================================================= */
.maintenance {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 4px #0065ac;
}
@media only screen and (max-width: 767px) {
  .maintenance {
    padding: 8vw;
  }
}
.maintenance_logo {
  text-align: center;
}
.maintenance_logo img {
  width: 140px;
}
.maintenance_text {
  margin-top: 30px;
  text-align: center;
}
.maintenance_headline {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .maintenance_headline {
    line-height: 1.4;
  }
}
.maintenance_copy {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .maintenance_copy {
    font-size: 3.3333333333vw;
    text-align: left;
  }
}

/* =========================================================
header_animation
========================================================= */
.o-header.is-scroll {
  position: fixed;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  border-bottom: solid 1px #e5e5e5;
}
.o-header.is-scroll .o-header_inner {
  padding-top: 0;
  -webkit-transition: padding-top 0.3s ease-out;
  transition: padding-top 0.3s ease-out;
}
.o-header.is-scroll .o-header_shoulder {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header.is-scroll.single .o-header_main {
  height: 67px;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .o-header.is-scroll.single .o-header_main {
    height: 13.4vw;
  }
}

.o-drawer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.9s ease-out;
  transition: all 0.2s 0.9s ease-out;
}
.o-drawer .o-drawer_inner {
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}
.o-drawer.is-drawer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-drawer.is-drawer:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-drawer.is-drawer .o-drawer_inner {
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

/* =========================================================
hover
========================================================= */
@media only screen and (min-width: 991px) {
  .is-hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out, opacity 0.3s ease-out;
    transition: transform 0.6s ease-out, opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
  }
  .is-hover:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    opacity: 0.8;
  }
  .is-hover:hover .a-more-btn_item::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .is-hover:hover .a-text-link {
    color: #0d4166;
  }
  .is-hover:hover .a-text-link span::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .is-hover:hover .a-text-link.is-reverse {
    color: #fff;
  }
}