@charset "UTF-8";
/* =========================================================
reset
========================================================= */
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%;
  overflow-y: scroll;
}

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

body {
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
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;
  vertical-align: bottom;
}

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

a {
  color: #1a1a1a;
  text-decoration: none;
}

figure {
  line-height: 0;
}

/* =========================================================
another
========================================================= */
i {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  display: inline-block;
  background-color: black;
  padding: 0.3em 1em 0.2em;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: -100px;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

:focus:not(:focus-visible) {
  outline: 0;
}

dl dd:empty {
  display: 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-main
========================================================= */
.l-main {
  width: 100%;
}
.l-main.is-hero {
  padding-top: 0;
}

/* =========================================================
l-sec
========================================================= */
.l-sec {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-sec.is-h2 {
  margin-top: 85px;
}
.l-sec.is-h3 {
  margin-top: 50px;
}

.l-sec_inner-lrg {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.l-sec_inner-med {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.l-sec_inner-sml {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.l-sec_inner-min {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* =========================================================
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;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: top;
      -ms-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);
  -o-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);
  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: #fa2e67;
}
@media only screen and (min-width: 991px) {
  .a-cta-btn.clr-01:hover::before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
        -ms-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);
    -o-transition: 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-cta-btn.clr-02 {
  background-color: #205efb;
}
@media only screen and (min-width: 991px) {
  .a-cta-btn.clr-02:hover::before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
        -ms-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);
    -o-transition: 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-cta-btn.clr-gradation01 {
  position: relative;
  z-index: 1;
  background: -o-linear-gradient(20deg, #55d7d4 0%, #60b3da 15%, #5289d2 30%, #2e48d4 43%, #2e48d4 58%, #5289d2 72%, #60b3da 84%, #55d7d4 100%) 0 0 no-repeat;
  background: linear-gradient(70deg, #55d7d4 0%, #60b3da 15%, #5289d2 30%, #2e48d4 43%, #2e48d4 58%, #5289d2 72%, #60b3da 84%, #55d7d4 100%) 0 0 no-repeat;
  background-size: 200% auto;
  -webkit-transition: background-position 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: background-position 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-position 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.a-cta-btn.clr-gradation01:hover {
  background-position: 100% 0;
}
.a-cta-btn.clr-gradation01::before {
  content: none;
}
.a-cta-btn.clr-gradation01:hover::after {
  opacity: 0;
}

/* =========================================================
other-misk
========================================================= */
.other-misk {
  display: inline-block;
  position: relative;
  padding-right: 1.3em;
}
.other-misk::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/common/icon/ic_window.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.1em;
  position: absolute;
  right: 0;
  top: 0.3em;
}

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

/* =========================================================
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;
}

.a-single-sentence + .a-single-fig {
  margin-top: 40px;
}

/*a-caption
----------------------------------------------------------*/
.a-caption {
  font-size: 12px;
  line-height: 1.5;
  color: #888888;
  padding: 10px 0 0 1.5em;
  position: relative;
}
.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: #888888;
}
.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-heading
========================================================= */
.a-heading {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.a-heading.head-h2 {
  text-align: center;
  font-size: 38px;
}
.a-heading.head-h2.is-border {
  padding-top: 70px;
  border-top: solid 1px #eeeeee;
}
.a-heading.head-h3 {
  text-align: center;
  font-size: 30px;
}
.a-heading.head-h3.is-border {
  padding-top: 50px;
  border-top: solid 1px #eeeeee;
}
.a-heading.head-h4 {
  font-size: 24px;
}
.a-heading.head-h5 {
  font-size: 18px;
}

/* =========================================================
o-board-heading
========================================================= */
.o-board-heading {
  width: 100%;
  position: relative;
  height: 250px;
}

.o-board-heading_inner {
  width: 100%;
  max-width: 1040px;
  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_item {
  position: relative;
  color: #fff;
  font-size: 26px;
}

.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;
}

/* =========================================================
a-copy
========================================================= */
.a-copy.is-center {
  text-align: center;
}
.a-copy:not(:first-of-type) {
  margin-top: 15px;
}

.head-h3 + .a-copy {
  margin-top: 20px;
}

.head-h4 + .a-copy {
  margin-top: 15px;
}

.head-h5 + .a-copy {
  margin-top: 8px;
}

/* =========================================================
a-single-sentence
========================================================= */
.a-single-sentence {
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  max-width: 800px;
}

.page-head .a-single-sentence {
  margin-top: 60px;
}

.medix-header {
  /* =========================================================
  header
  ========================================================= */
  /*header_cta-link
  ----------------------------------------------------------*/
  /*header_menu
  ----------------------------------------------------------*/
  /*g-nav
  ----------------------------------------------------------*/
  /*g-subnav
  ----------------------------------------------------------*/
  /*g-menu
  ----------------------------------------------------------*/
  /*g-menu 出現時 変化する要素
  ----------------------------------------------------------*/
}
.medix-header body::after {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  content: "";
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
.medix-header body.is-subnav-open::after {
  visibility: visible;
  opacity: 1;
}
.medix-header .o-header {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  width: calc(100% - 50px);
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 8;
  background-color: #fff;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.medix-header .o-header + .l-main {
  padding-top: 0;
}
.medix-header .o-header.is-active .g-nav_list-item a {
  color: #ccc;
}
.medix-header .o-header.is-active .g-nav_list-item a::after {
  border-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header {
    top: 0;
    margin-top: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
  }
}
.medix-header .o-header_main {
  padding: 13px 20px 13px 30px;
  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) {
  .medix-header .o-header_main {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.medix-header .o-header_main-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.medix-header .o-header_main-logo {
  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) {
  .medix-header .o-header_main-logo {
    width: 21.3333333333vw;
  }
}
.medix-header .o-header_logo {
  width: 169px;
  line-height: 0;
}
.medix-header .o-header_cta-btn-list {
  margin-right: 10px;
}
.medix-header .o-header_cta-btn {
  overflow: hidden;
  width: 126px;
  height: 36px;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header_cta-btn {
    width: 27.2vw;
    height: 7.4666666667vw;
    border-radius: 3.7333333333vw;
  }
  .medix-header .o-header_cta-btn .a-cta-btn {
    font-size: calc(20/750 * 100vw);
  }
}
.medix-header .o-header_menu {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header_menu {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.medix-header .o-header_menu-trigger {
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #454545;
  border-radius: 100%;
}
.medix-header .o-header_menu-trigger .o-header_menu-line {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.medix-header .o-header_menu-trigger:hover {
  background-color: #000;
}
.medix-header .o-header_menu-trigger:hover .o-header_menu-line {
  background-color: #fff;
}
.medix-header .o-header_menu-trigger.is-active {
  background-color: #000;
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-line {
  background-color: #fff;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-line:nth-child(2) {
  display: none;
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.medix-header .o-header_menu-trigger.is-active:hover .o-header_menu-line:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.medix-header .o-header_menu-trigger.is-active:hover .o-header_menu-line:nth-child(3) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header_menu-trigger:hover {
    background-color: transparent;
  }
  .medix-header .o-header_menu-trigger:hover .o-header_menu-line {
    background-color: #000;
  }
  .medix-header .o-header_menu-trigger:active {
    background-color: #000;
  }
  .medix-header .o-header_menu-trigger:active .o-header_menu-line {
    background-color: #fff;
  }
  .medix-header .o-header_menu-trigger.is-active:hover {
    background-color: #000;
  }
  .medix-header .o-header_menu-trigger.is-active:hover .o-header_menu-line {
    background-color: #fff;
  }
  .medix-header .o-header_menu-trigger.is-active:hover .o-header_menu-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .medix-header .o-header_menu-trigger.is-active:hover .o-header_menu-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.medix-header .o-header_menu-line {
  height: 2px;
  background-color: #000;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
}
.medix-header .o-header_menu-line:not(:first-child) {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header_menu-line {
    width: calc(100% - 4vw);
  }
  .medix-header .o-header_menu-line:not(:first-child) {
    margin-top: 0.5333333333vw;
  }
}
.medix-header .o-header_menu-close-text {
  position: absolute;
  top: calc(50% - 6.5px);
  left: -60px;
  overflow: hidden;
  font-family: Montserrat Semi-bold, Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .medix-header .o-header_menu-close-text {
    display: none;
  }
}
.medix-header .o-header_menu-close-text-inner {
  display: inline-block;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-close-text {
  opacity: 1;
}
.medix-header .o-header_menu-trigger.is-active .o-header_menu-close-text-inner {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.medix-header .g-nav {
  margin-right: 40px;
  display: block;
}
.medix-header .g-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-nav_list {
    display: none;
  }
}
.medix-header .g-nav_list-item {
  margin: -13px 0;
  font-size: 14px;
}
.medix-header .g-nav_list-item a {
  padding: 0 17px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.medix-header .g-nav_list-item a.is-active:not(:root) {
  color: #1d1d1d;
}
.medix-header .g-nav_list-item a.is-active.-add-arrow:after {
  border-color: #1d1d1d;
}
.medix-header .g-nav_list-item a.-add-arrow:after {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.35em;
  border-bottom: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -2px 0 0 0.4em;
}
.medix-header .o-header_main-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.medix-header .g-subnav {
  width: 176px;
}
.medix-header .g-subnav-module-wrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  position: relative;
}
.medix-header .g-subnav-module {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  visibility: hidden;
  -webkit-transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, visibility 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.medix-header .g-subnav-module.is-open {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, visibility 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.medix-header .g-subnav-module-inner {
  padding: 30px 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
}
.medix-header .g-subnav-head_subheading {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.medix-header .g-subnav-head_heading {
  margin: 10px 0 0;
  width: 140px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.medix-header .g-subnav-head_link-module {
  margin-top: 26px;
}
.medix-header .g-subnav-head_link {
  padding-bottom: 3px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  color: #ccc;
  display: table;
  position: relative;
}
.medix-header .g-subnav-head_link:hover {
  color: #1a1a1a;
}
.medix-header .g-subnav-body {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.medix-header .g-subnav:not(:first-child) {
  margin-left: 30px;
}
.medix-header .g-subnav_list:not(:first-child) {
  margin-top: 60px;
}
.medix-header .g-subnav:last-child .g-subnav_list:not(:first-child) {
  margin-top: 18px;
}
.medix-header .g-subnav_item {
  line-height: 1;
}
.medix-header .g-subnav_item:not(:first-child) {
  margin-top: 25px;
}
.medix-header .g-subnav_item .g-nav_link {
  line-height: 1;
  color: #ccc;
  display: inline;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 2px;
}
.medix-header .g-subnav_item .g-nav_link:hover {
  color: #1a1a1a;
}
.medix-header .g-subnav_item .g-nav_link.is-active {
  color: #1a1a1a;
}
.medix-header .g-subnav_item .g-nav_link::before {
  content: none;
}
.medix-header .g-subnav_item-dt {
  line-height: 1;
}
.medix-header .g-subnav_item-dt .g-nav_link {
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 2px;
  display: inline;
}
.medix-header .g-subnav_item-dt .g-nav_link::before {
  content: none;
}
.medix-header .g-subnav-thum-wrap {
  position: relative;
  width: 590px;
  height: 230px;
}
.medix-header .g-subnav-thum {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
  -o-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;
}
.medix-header .g-subnav-thum.is-active {
  opacity: 1;
  visibility: visible;
}
.medix-header .g-subnav_list-inner {
  margin-top: 20px;
}
.medix-header .g-subnav_item-dd:not(:first-child) {
  margin-top: 9px;
}
.medix-header .g-subnav_item-dd .g-nav_link {
  font-size: 1.4rem;
  padding-bottom: 2px;
  display: inline;
}
.medix-header .g-subnav_item-dd .g-nav_link::before {
  content: none;
}
.medix-header .g-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 6;
  -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;
  -o-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;
}
.medix-header .g-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}
.medix-header .g-menu .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu .pc-none {
    display: block;
  }
}
.medix-header .g-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-inner {
    padding: 16vw 5.3333333333vw 5.3333333333vw;
  }
}
.medix-header .g-menu-visual-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.64%;
          flex: 0 0 22.64%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, visibility 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: opacity 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, visibility 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, visibility 0ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}
@media screen and (max-width: 1239px) {
  .medix-header .g-menu-visual-wrap {
    display: none;
  }
}
.medix-header .is-open .g-menu-visual-wrap {
  visibility: visible;
  opacity: 1;
}
.medix-header .g-menu-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  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;
  -o-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;
}
.medix-header .g-menu-visual.is-active {
  visibility: visible;
  opacity: 1;
}
.medix-header .g-menu-visual.-aboutus {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_aboutus.jpg);
}
.medix-header .g-menu-visual.-service {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_service.jpg);
}
.medix-header .g-menu-visual.-career {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_career.jpg);
}
.medix-header .g-menu-visual.-seminar {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_seminar.jpg);
}
.medix-header .g-menu-visual.-news {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_news.jpg);
}
.medix-header .g-menu-visual.-contact {
  background-image: url(/assets/img/header/type-medix/img_globalmenu_contact.jpg);
}
.medix-header .g-menu-nav {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1240px) {
  .medix-header .g-menu-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77.36%;
            flex: 0 0 77.36%;
  }
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav {
    display: block;
    overflow-y: scroll;
  }
}
.medix-header .g-menu-nav-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-inner {
    max-width: none;
  }
}
.medix-header .g-menu-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-top {
    margin: 0;
    display: block;
    padding-bottom: 0;
  }
}
.medix-header .g-menu-nav-module-wrap {
  padding-left: 40px;
}
.medix-header .g-menu-nav-module-wrap.-minus-margin {
  margin-top: -112px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module-wrap {
    border-top: 1px solid #f4f4f4;
    margin-top: 4.8vw;
    padding-left: 0;
  }
  .medix-header .g-menu-nav-module-wrap.-no-border {
    border: none;
    margin-top: 0;
  }
  .medix-header .g-menu-nav-module-wrap.-minus-margin {
    margin-top: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_head {
    padding: 4.8vw 2.6666666667vw 0;
  }
  .medix-header .g-menu-nav-module_head.is-open .g-menu-nav-module_sub-heading:before {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
}
.medix-header .g-menu-nav-module_sub-heading {
  line-height: 1;
  color: #ccc;
  font-size: 13px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_sub-heading {
    font-size: calc(28/750 * 100vw);
    color: #1a1a1a;
    font-weight: 600;
    padding-left: 5.3333333333vw;
    position: relative;
  }
  .medix-header .g-menu-nav-module_sub-heading:after {
    content: "";
    background-color: #333;
    width: 2.4vw;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .medix-header .g-menu-nav-module_sub-heading:before {
    content: "";
    background-color: #333;
    width: 2.4vw;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.medix-header .g-menu-nav-module_heading {
  font-size: 13px;
  margin-top: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
.medix-header .g-menu-nav-module_heading a {
  padding-bottom: 2px;
}
.medix-header .g-menu-nav-module_heading svg {
  width: 13px;
  height: 13px;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_heading {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_body {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    -o-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
    transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
}
.medix-header .g-menu-nav-module_body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_body-inner {
    display: block;
  }
}
.medix-header .g-menu-nav-module_list-wrap {
  max-width: 146px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 25px;
}
.medix-header .g-menu-nav-module_list-wrap.-pc-none {
  display: none;
}
.medix-header .g-menu-nav-module_list-wrap.-pc-none + .g-menu-nav-module_list-wrap {
  padding-left: 0;
}
.medix-header .g-menu-nav-module_list-wrap:not(:first-child) {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_list-wrap {
    max-width: none;
    padding: 0;
    margin-top: 0;
    padding-top: 5.3333333333vw;
  }
  .medix-header .g-menu-nav-module_list-wrap.-pc-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medix-header .g-menu-nav-module_list-wrap.-pc-none + .g-menu-nav-module_list-wrap {
    padding-left: 0;
  }
  .medix-header .g-menu-nav-module_list-wrap:not(:first-child) {
    padding-left: 0;
    padding-top: 1px;
  }
}
.medix-header .g-menu-nav-module_list:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_list {
    background-color: #f4f4f4;
    padding: 4vw 5.3333333333vw;
    width: 100%;
  }
  .medix-header .g-menu-nav-module_list:not(:first-child) {
    margin-top: 0;
  }
}
.medix-header .g-menu-nav-module_item {
  line-height: 1.5;
  margin-top: 7px;
}
.medix-header .g-menu-nav-module_item.-pc-none {
  display: none;
}
.medix-header .g-menu-nav-module_item a {
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 2px;
}
.medix-header .g-menu-nav-module_item svg {
  height: 13px;
  width: 13px;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-module_item {
    margin-top: 0;
  }
  .medix-header .g-menu-nav-module_item:not(:first-child) {
    margin-top: 14px;
  }
  .medix-header .g-menu-nav-module_item.-pc-none {
    display: block;
  }
  .medix-header .g-menu-nav-module_item a {
    font-size: calc(26/750 * 100vw);
    padding-bottom: 0;
  }
}
.medix-header .g-menu-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-bottom {
    padding-top: 0;
    border: none;
    display: block;
    margin: 0;
  }
}
.medix-header .g-menu-nav-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.medix-header .g-menu-nav-bottom-inner + .g-menu-nav-module-wrap .g-menu-nav-module_heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.medix-header .g-menu-nav-bottom-inner + .g-menu-nav-module-wrap .g-menu-nav-module_heading-wrap > * + * {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .medix-header .g-menu-nav-bottom-inner {
    display: block;
  }
}
.medix-header .is-menu-open {
  position: fixed;
  left: 0;
}
.medix-header .is-menu-open .o-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .medix-header .is-menu-open .o-header {
    margin-top: 0;
    padding-top: 2.6666666667vw;
    background-color: #fff;
  }
}
.medix-header .is-menu-open .g-nav,
.medix-header .is-menu-open .o-header_cta-btn {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

/* =========================================================
footer
========================================================= */
.o-footer {
  width: 100%;
  position: relative;
}

/*o-footer_head
----------------------------------------------------------*/
.o-footer_head {
  width: 100%;
  padding: 40px 0 30px;
  position: relative;
}

.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;
}

.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-cta_tel
----------------------------------------------------------*/
.o-footer-cta_tel-btn {
  width: 100%;
  height: 50px;
  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: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-footer-cta_tel-btn:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .o-footer-cta_tel-btn:hover .o-footer-cta_tel_tel-icon svg {
    fill: #666666;
    -webkit-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
}

.o-footer-cta_tel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.1;
}

.o-footer-cta_tel_tel-icon {
  display: block;
  width: 0.8em;
  padding-top: 0.1em;
  margin-right: 0.3em;
}
.o-footer-cta_tel_tel-icon svg {
  fill: #1a1a1a;
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.o-footer-cta_tel_tel-num {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.o-footer-cta_tel-caption {
  font-size: 10px;
  letter-spacing: normal;
  text-align: center;
}

/*o-footer-cta_tel
----------------------------------------------------------*/
.o-footer-cta_btn {
  width: 100%;
  height: 50px;
}
.o-footer-cta_btn .a-cta-btn {
  font-size: 15px;
}

/*o-footer_sitemap
----------------------------------------------------------*/
.o-footer_sitemap {
  width: 100%;
  padding: 20px 0 70px;
  position: relative;
}

.o-footer_sitemap_contents {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-sitemap_clm:not(:first-of-type) {
  margin-left: 20px;
}

.o-sitemap_holder:not(:first-of-type) {
  padding-top: 30px;
}

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

.o-sitemap_list {
  padding-top: 20px;
  line-height: 1.2;
}
.o-sitemap_list-item:not(:first-of-type) {
  padding-top: 10px;
}

.o-sitemap_list-item-link {
  font-size: 11px;
  color: #666666;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-sitemap_list-item-link:hover {
    color: #1a1a1a;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/*o-footer_sub
----------------------------------------------------------*/
.o-footer_sub {
  width: 100%;
  padding: 34px 0 40px;
  position: relative;
  border-top: solid 1px #eeeeee;
}

.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.o-footer_sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-footer_sub-list-item:not(:last-of-type) {
  margin-right: 20px;
}

.o-footer_sub-list-link {
  font-size: 11px;
  color: #666666;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .o-footer_sub-list-link:hover {
    color: #1a1a1a;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.o-footer_copyright {
  padding-top: 10px;
  font-size: 11px;
  color: #666666;
}

/* =========================================================
drawer_menu
========================================================= */
.o-drawer {
  display: block;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}
.o-drawer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.7s ease-out;
  -o-transition: all 0.2s 0.7s ease-out;
  transition: all 0.2s 0.7s ease-out;
}

.o-drawer_inner {
  display: block;
  width: 500px;
  height: 100%;
  padding: 90px 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  overflow-y: auto;
}

/*o-drawer_pannel
----------------------------------------------------------*/
.o-drawer_pannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  overflow-y: auto;
}

/*o-drawer_menu
----------------------------------------------------------*/
.o-drawer_menu {
  width: 74%;
  height: auto;
  max-height: 100%;
}

.o-drawer_menu-list {
  width: 100%;
}
.o-drawer_menu-list-item {
  font-size: 15px;
}

.o-drawer_menu-trigger {
  width: 100%;
  height: 50px;
  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 20px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.o-drawer_menu-trigger::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 1.1em;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-drawer_menu-trigger::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 1.1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.o-drawer_menu-trigger.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.o-drawer_menu-link {
  width: 100%;
  height: 50px;
  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 20px;
  font-weight: bold;
}
.o-drawer_menu-link::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-drawer_menu-content {
  line-height: 1.4;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.o-drawer_sub-list {
  padding-bottom: 15px;
}
.o-drawer_sub-list-item:not(:first-of-type) {
  padding-top: 10px;
}

.o-drawer_sub-link {
  width: 100%;
  color: #666666;
  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 20px;
}
.o-drawer_sub-link span {
  display: block;
  width: 94%;
}
.o-drawer_sub-link::after {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*o-drawer_close
----------------------------------------------------------*/
.o-drawer_close {
  width: 44px;
  height: 44px;
  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;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.o-drawer_close-inner {
  width: 20px;
  position: relative;
}
.o-drawer_close-inner span {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
}
.o-drawer_close-inner span:before, .o-drawer_close-inner span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-drawer_close-inner span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-drawer_close-inner span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

.multi .megamenu {
  left: 40px;
}

.single .megamenu {
  left: 40px;
}
.single .l-megamenu_inner {
  min-width: 60vw;
}

.l-megamenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 0;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 60px 0 50px;
}

.megamenu_head {
  padding-right: 3em;
  min-width: 280px;
}

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

.megamenu_head-name {
  font-size: 25px;
  font-weight: 700;
}

.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;
  -o-transition: margin-right 0.2s ease-out;
  transition: margin-right 0.2s ease-out;
}
.megamenu_head-link-sub span svg {
  line-height: 0;
  fill: #1a1a1a;
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

.megamenu_list {
  border-left: solid 1px #eeeeee;
  padding-left: 2em;
}
.megamenu_list:not(:last-of-type) {
  margin-right: 50px;
}
.megamenu_list-item:not(:first-of-type) {
  padding-top: 24px;
}

.megamenu_list-link {
  font-size: 14px;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (min-width: 991px) {
  .megamenu_list-link:hover {
    color: #666666;
    -webkit-transition: color 0.3s ease-out;
    -o-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;
  color: #666666;
  -webkit-transition: color 0.2s ease-out;
  -o-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;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/* =========================================================
bottom_cta
========================================================= */
.o-bottom-cta {
  width: 100%;
  height: 290px;
  background: #000 url(../img/common/bottom_cv_bg.jpg) no-repeat center;
  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;
}

.o-bottom-cta_inner {
  padding: 0 20px;
}

.bottom-cta_msg {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.bottom-cta_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 30px;
}
.bottom-cta_list-item {
  width: 324px;
  margin: 0 10px;
}

.bottom-cta_copy {
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/*bottom-cta_btn
----------------------------------------------------------*/
.bottom-cta_btn {
  width: 100%;
  height: 80px;
  margin-top: 10px;
}
.bottom-cta_btn .a-cta-btn {
  font-size: 18px;
}

/*bottom-cta_tel
----------------------------------------------------------*/
.bottom-cta_tel {
  width: 100%;
  height: 80px;
  margin-top: 10px;
}

.bottom-cta_tel-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;
  border: solid 1px rgba(255, 255, 255, 0.4);
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  -o-transition: border 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: border 0.4s cubic-bezier(0.36, 0, 0.66, -0.56);
}
.bottom-cta_tel-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-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);
  -o-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);
  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;
}
@media only screen and (min-width: 991px) {
  .bottom-cta_tel-btn:hover {
    border: solid 1px white;
    -webkit-transition: border 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -o-transition: border 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: border 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .bottom-cta_tel-btn:hover::before {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
        -ms-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);
    -o-transition: 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);
  }
}

.bottom-cta_tel-head {
  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;
}

.bottom-cta_tel-icon {
  display: inline-block;
  padding-top: 0.2em;
  margin-right: 0.3em;
}
.bottom-cta_tel-icon svg {
  fill: #fff;
}

.bottom-cta_tel-num {
  font-size: 20px;
  font-weight: 700;
}

.bottom-cta_tel-caption {
  text-align: center;
  font-size: 11px;
}

/* =========================================================
breadcrumb
========================================================= */
.o-breadcrumb {
  width: 100%;
  background-color: #1a1a1a;
  padding: 15px 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;
}
.o-breadcrumb_list-item {
  position: relative;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.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(255, 255, 255, 0.3);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 31%;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.o-breadcrumb_list-item:not(:last-of-type) .o-breadcrumb_link {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  -o-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: white;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

/* =========================================================
o-double
========================================================= */
.o-double {
  width: 100%;
  margin-top: 5px;
}

.o-double_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-double_list-item {
  width: 48.5%;
  margin-top: 30px;
}
.o-double_list-item:nth-of-type(odd) {
  margin-right: 3%;
}

.o-double_text {
  margin-top: 20px;
}

/* =========================================================
o-triple
========================================================= */
.o-triple {
  width: 100%;
  margin-top: 5px;
}

.o-triple_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-triple_list-item {
  width: 31%;
  margin: 30px 3.5% 0 0;
}
.o-triple_list-item:nth-of-type(3n) {
  margin-right: 0;
}

.o-triple_text {
  margin-top: 15px;
}

/* =========================================================
o-quad
========================================================= */
.o-quad {
  width: 100%;
  margin-top: 5px;
}

.o-quad_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-quad_list-item {
  width: 23%;
  margin: 30px 2.66% 0 0;
}
.o-quad_list-item:nth-of-type(4n) {
  margin-right: 0;
}

.o-quad_text {
  margin-top: 12px;
}

/* =========================================================
o-opposite
========================================================= */
.o-opposite {
  width: 100%;
  margin-top: 35px;
}

.o-opposite_item {
  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;
  position: relative;
}
.o-opposite_item:not(:first-of-type) {
  margin-top: 35px;
}
.o-opposite_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.o-opposite_fig {
  width: calc( 475 / 1000 * 100%);
}
.o-opposite_fig img {
  width: 100%;
}

.o-opposite_text {
  width: calc( 498 / 1000 * 100%);
}

/* =========================================================
o-steps
========================================================= */
.o-steps {
  width: 100%;
  margin-top: 5px;
}

.o-steps_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-steps_list-item {
  width: 33.333334%;
  margin-top: 30px;
}
.o-steps_list-item:first-of-type .o-steps_head::before {
  content: none;
}
.o-steps_list-item:last-of-type .o-steps_head::after {
  content: none;
}

.o-steps_head {
  width: 100%;
  position: relative;
}
.o-steps_head::before, .o-steps_head::after {
  content: "";
  width: 50%;
  height: 1px;
  border-top: dotted 2px #eeeeee;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.o-steps_head::before {
  left: 0;
}
.o-steps_head::after {
  right: 0;
}
.o-steps_head-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;
  background-color: #fff;
  border: solid 2px #eeeeee;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.o-steps_head-icon {
  line-height: 0;
  text-align: center;
}

.o-steps_head-num {
  font-size: 14px;
}

.o-steps_body {
  margin: 0 auto;
  width: 91%;
  margin-top: 30px;
}

.o-steps_body_fig {
  text-align: center;
}

.o-steps_body_text {
  margin-top: 20px;
}

/* =========================================================
o-table-pair
========================================================= */
.o-table-pair {
  width: 100%;
  margin-top: 35px;
}

.o-table-pair_content {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #eeeeee;
}
.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 #eeeeee;
  border-width: 0 0 1px;
}

/* =========================================================
hero
========================================================= */
.p-hero {
  width: 100%;
  position: relative;
  z-index: 1;
}

/*hero-carousel
----------------------------------------------------------*/
.hero-carousel {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slide-img {
  width: 100%;
  height: 100%;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* =========================================================
article_column
========================================================= */
.l-article-clm {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px 70px;
  position: relative;
  z-index: 1;
}

.l-article-clm_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-article-clm_main {
  width: calc(790 / 1200 * 100%);
  padding-bottom: 30px;
}

.l-article-clm_side {
  width: calc(350 / 1200 * 100%);
}

/* =========================================================
article_main
========================================================= */
.article {
  width: 100%;
  position: relative;
}

/*article-ttls
----------------------------------------------------------*/
.article-page-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.article-block-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.article-block-ttl:not(:first-of-type) {
  padding-top: 30px;
}

.article-sub-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.article-sub-ttl span {
  display: block;
  padding-left: 1em;
  position: relative;
}
.article-sub-ttl span::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #1a1a1a;
  position: absolute;
  left: 0;
  top: 0.15em;
}
.article-sub-ttl:not(:first-child) {
  padding-top: 30px;
}

.article-bold-ttl {
  font-size: 16px;
  font-weight: 700;
}
.article-bold-ttl:not(:first-of-type) {
  padding-top: 20px;
}

.article-copy {
  padding-top: 1em;
  font-size: 15px;
}
.article-copy a {
  color: #0033cc;
  text-decoration: underline;
}
@media only screen and (min-width: 991px) {
  .article-copy a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}

/*article-head
----------------------------------------------------------*/
.article-head {
  width: 100%;
  position: relative;
}

.article-head_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-head_spec-category {
  font-size: 11px;
  color: #fa2e67;
}

.article-head_spec-date {
  font-size: 11px;
  color: #666666;
  margin-left: 0.5em;
}
.article-head_spec-date::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.article-head_hdg {
  padding-top: 24px;
}

.article-head_copy {
  padding-top: 30px;
}

.article-head_action {
  padding-top: 30px;
}
.article-head_action:last-child {
  border-bottom: solid 1px #eeeeee;
}

.article-head_fig:not(:last-child) {
  padding-top: 30px;
}

/*article-body
----------------------------------------------------------*/
.article-body {
  width: 100%;
  position: relative;
  padding: 30px 0 70px;
}

.article-body_block:not(:first-of-type) {
  padding-top: 50px;
}

.article-frame_gray {
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px 100px 45px;
}

/*article-foot
----------------------------------------------------------*/
.article-foot {
  padding-top: 50px;
  border-top: solid 1px #eeeeee;
}

.article-foot_relation {
  padding-bottom: 50px;
}

/*article-icon_list
----------------------------------------------------------*/
.article-icon_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  border-top: solid 1px #eeeeee;
}
.article-icon_list-item {
  margin: 0 20px;
  line-height: 0;
}

/*article-fig
----------------------------------------------------------*/
.article-fig {
  padding-top: 24px;
}

.article-fig_box {
  line-height: 0;
}

.article-fig_caption {
  padding-top: 10px;
  font-size: 12px;
  color: #888888;
}

/*article-movie
----------------------------------------------------------*/
.article-movie {
  padding-top: 24px;
}

.article-movie_iframe {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.article-movie_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #eeeeee;
}

/*article-relation_list
----------------------------------------------------------*/
.article-relation_list {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-relation_list-item {
  width: 30%;
}

.article-relation_fig {
  line-height: 0;
}

.article-relation_hdg {
  padding-top: 10px;
}

.article-relation_ttl {
  font-size: 14px;
  font-weight: 300;
}

/*a-dot-list
----------------------------------------------------------*/
.a-dot-list {
  padding-top: 20px;
  font-size: 14px;
}
.a-dot-list_item {
  padding-left: 1.2em;
}
.a-dot-list_item:not(:first-of-type) {
  padding-top: 5px;
}
.a-dot-list_item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.article-clm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.article-clm.std {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article-clm.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.article-clm_holder {
  width: 48.5%;
}

/* =========================================================
article_side
========================================================= */
/*side-bnr
----------------------------------------------------------*/
.o-side-bnr:not(:first-child) {
  padding-top: 30px;
}

.o-side-bnr-link {
  display: block;
  line-height: 0;
}

/*side-relation
----------------------------------------------------------*/
.o-side-relation:not(:first-child) {
  padding-top: 30px;
}

.o-side-relation_list {
  padding-top: 15px;
  width: 100%;
}

.o-side-relation_list-item:not(:first-of-type) {
  padding-top: 10px;
}

.o-side-relation_link {
  display: block;
}

.o-side-relation_link-inner {
  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-side-relation_fig {
  width: calc(90 / 350 * 100%);
  line-height: 0;
}

.o-side-relation_info {
  width: calc(240 / 350 * 100%);
}

.o-side-relation_ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.o-side-relation_sub {
  padding-top: 5px;
  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;
}

.o-side-relation_date {
  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;
  font-size: 11px;
  color: #666666;
  letter-spacing: normal;
}
.o-side-relation_date:not(:first-child) {
  margin-left: 1em;
}
.o-side-relation_date dt::after {
  content: "：";
}

.o-side-relation_category {
  color: #fa2e67;
  font-size: 11px;
  letter-spacing: normal;
}
.o-side-relation_category:not(:first-child) {
  margin-left: 1em;
}

/* =========================================================
header_animation
========================================================= */
.o-header.is-scroll {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.o-header.is-scroll .o-header_inner {
  padding-top: 0;
  -webkit-transition: padding-top 0.3s ease-out;
  -o-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;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.o-header.is-scroll.multi .o-header_main {
  height: 70px;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.o-header.is-scroll.single .o-header_main {
  height: 90px;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.o-drawer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s 0.9s ease-out;
  -o-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%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s 0.3s ease-out;
  -o-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;
  -o-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;
  -o-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);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s 0.3s ease-out;
  -o-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

.link-text-type-underline {
  background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, rgba(204, 204, 204, 0)), to(rgba(204, 204, 204, 0)));
  background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
  background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
  background-repeat: no-repeat;
  background-size: 200% 1px;
  background-position: 100% 100%;
  -webkit-animation: type-underline01 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: type-underline01 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
.link-text-type-underline:hover {
  -webkit-animation: type-underline01-hover 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: type-underline01-hover 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
@media only screen and (max-width: 767px) {
  .link-text-type-underline:hover {
    background: none;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes type-underline01-hover {
  0% {
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, rgba(204, 204, 204, 0)), to(rgba(204, 204, 204, 0)));
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}

@keyframes type-underline01-hover {
  0% {
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, rgba(204, 204, 204, 0)), to(rgba(204, 204, 204, 0)));
    background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@-webkit-keyframes type-underline01 {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, rgba(204, 204, 204, 0)), to(rgba(204, 204, 204, 0)));
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@keyframes type-underline01 {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), color-stop(50%, rgba(204, 204, 204, 0)), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, rgba(204, 204, 204, 0)), to(rgba(204, 204, 204, 0)));
    background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, rgba(204, 204, 204, 0) 50%, rgba(204, 204, 204, 0) 100%);
    background-size: 200% 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
.link-text-type-underline02 {
  background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, #cccccc), to(#cccccc));
  background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
  background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
  background-repeat: no-repeat;
  background-size: 200% 0.15em;
  background-position: 100% 100%;
  -webkit-animation: type-underline02 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: type-underline02 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
.link-text-type-underline02:hover {
  -webkit-animation: type-underline02-hover 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
          animation: type-underline02-hover 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
@media only screen and (max-width: 767px) {
  .link-text-type-underline02:hover {
    background: none;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes type-underline02-hover {
  0% {
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, #cccccc), to(#cccccc));
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}

@keyframes type-underline02-hover {
  0% {
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, #cccccc), to(#cccccc));
    background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@-webkit-keyframes type-underline02 {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, #cccccc), to(#cccccc));
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
@keyframes type-underline02 {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  99% {
    background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(50%, #cccccc), color-stop(50%, #011a1a), to(#011a1a));
    background: -o-linear-gradient(left, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #011a1a 50%, #011a1a 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 0% 100%;
  }
  100% {
    background: -webkit-gradient(linear, left top, right top, from(#011a1a), color-stop(50%, #011a1a), color-stop(50%, #cccccc), to(#cccccc));
    background: -o-linear-gradient(left, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background: linear-gradient(to right, #011a1a 0%, #011a1a 50%, #cccccc 50%, #cccccc 100%);
    background-size: 200% 0.15em;
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
}
/*# sourceMappingURL=style.css.map */