@charset "UTF-8";
/* ======================================================
 * layout.css
 * ------------------------------------------------------
 * Icon
 * Header
 * Main
 * Aside
 * Footer
====================================================== */
/* ======================================================
 * Icon
 * ------------------------------------------------------
 * icon-arrow
 * icon-arrow-tail
 * icon-arrow-middle
 * icon-sprite
 * icon-sprite-tail
 * icon-sprite-middle
 * other
====================================================== */
/* ------------------------------------------------------
 * icon-arrow
------------------------------------------------------ */
.header-gnav__list__type:after,
.header-gnav__megamenu__title__type:after,
.header-link-list > li [class*="__type"]:before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 2px solid #0094df;
  border-right: 2px solid #0094df;
  vertical-align: middle;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__type:after,
  .header-gnav__megamenu__title__type:after,
  .header-link-list > li [class*="__type"]:before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__type:after,
  .header-gnav__megamenu__title__type:after,
  .header-link-list > li [class*="__type"]:before {
    width: 10px;
    height: 10px;
  }
}
.header-gnav__list__type:after,
.header-gnav__megamenu__title__type:after,
.header-link-list > li [class*="__type"]:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* ------------------------------------------------------
 * icon-arrow-tail
------------------------------------------------------ */
.header-gnav__megamenu__title__type:after {
  right: 2px;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__title__type:after {
    top: -2px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__title__type:after {
    top: -1px;
    margin-left: 8px;
  }
}
/* ------------------------------------------------------
 * icon-arrow-middle
------------------------------------------------------ */
.header-gnav__list__type:after {
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__type:after {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__type:after {
    margin-top: -4px;
  }
}
/* ------------------------------------------------------
 * icon-sprite
------------------------------------------------------ */
.header-link-list__type--blank:after,
.header-button .header-button__type--blank:after,
.footer-nav__list__type--blank:after,
.header-link-list__type--pdf:after,
.header-button .header-button__type--pdf:after,
.footer-nav__list__type--pdf:after {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}
body[data-browser^="ie"] .header-link-list__type--blank:after,
body[data-browser^="ie"] .header-button .header-button__type--blank:after,
body[data-browser^="ie"] .footer-nav__list__type--blank:after,
body[data-browser^="ie"] .header-link-list__type--pdf:after,
body[data-browser^="ie"] .header-button .header-button__type--pdf:after,
body[data-browser^="ie"] .footer-nav__list__type--pdf:after {
  background: none;
  line-height: 1;
}
.header-link-list__type--blank:after,
.header-button .header-button__type--blank:after,
.footer-nav__list__type--blank:after {
  background: url("/app-files/img/sprite/icon.svg#blank-usage") no-repeat 0 0;
}
body[data-browser^="ie"] .header-link-list__type--blank:after,
body[data-browser^="ie"] .header-button .header-button__type--blank:after,
body[data-browser^="ie"] .footer-nav__list__type--blank:after {
  content: url("/app-files/img/sprite/icon.svg#blank-usage");
}
.header-link-list__type--pdf:after,
.header-button .header-button__type--pdf:after,
.footer-nav__list__type--pdf:after {
  background: url("/app-files/img/sprite/icon.svg#pdf-usage") no-repeat 0 0;
}
body[data-browser^="ie"] .header-link-list__type--pdf:after,
body[data-browser^="ie"] .header-button .header-button__type--pdf:after,
body[data-browser^="ie"] .footer-nav__list__type--pdf:after {
  content: url("/app-files/img/sprite/icon.svg#pdf-usage");
}

/* ------------------------------------------------------
 * icon-sprite-tail
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .header-link-list__type--blank:after,
  .header-link-list__type--pdf:after,
  .footer-nav__list__type--blank:after,
  .footer-nav__list__type--pdf:after {
    top: -2px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-link-list__type--blank:after,
  .header-link-list__type--pdf:after,
  .footer-nav__list__type--blank:after,
  .footer-nav__list__type--pdf:after {
    top: -1px;
    margin-left: 8px;
  }
}
/* ------------------------------------------------------
 * icon-sprite-middle
------------------------------------------------------ */
.header-button .header-button__type--blank:after,
.header-button .header-button__type--pdf:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
/* ------------------------------------------------------
 * other
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .header-link-list__type--pdf:after,
  .header-button .header-button__type--pdf:after,
  .footer-nav__list__type--pdf:after {
    width: 15px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-link-list__type--pdf:after,
  .header-button .header-button__type--pdf:after,
  .footer-nav__list__type--pdf:after {
    width: 12px;
    height: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .util-link--excel:after {
    width: 15px;
    height: 18px;
  }
}

/* ======================================================
 * Header
 * ------------------------------------------------------
 * Header__head
 * Header__body
 * Print
====================================================== */
/* ======================================================
 * Header
====================================================== */
.Header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .Header {
    min-width: calc(1200px + 40px * 2);
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .Header {
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e7e7e7;
  }
}
.Header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .Header__inner {
    max-width: 1760px;
    height: 70px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .Header__inner {
    display: flex;
    flex-flow: row nowrap;
    height: 55px;
  }
}
/* ------------------------------------------------------
 * Header__head
------------------------------------------------------ */
.Header__head {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .Header__head {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .Header__head {
    justify-content: space-between;
    width: 100%;
  }
}
/* ----- header-logo ----- */
.header-logo {
  flex-shrink: 0;
  margin: 0;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 200px;
  }
}
.header-logo a {
  display: block;
}
/* ----- header-menu ----- */
@media print, screen and (min-width: 768px) {
  .header-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu__label {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background-color: #fff;
  }
  .header-menu__label > span {
    display: block;
    padding-top: 34px;
    font-size: 1rem;
    text-align: center;
  }
  .header-menu__label:before,
  .header-menu__label:after,
  .header-menu__label > span:before {
    z-index: 1;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0 0 0 -10px;
    background-color: #555;
    content: "";
    transition: top 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .header-menu__label:before {
    top: 13px;
  }
  .header-menu__label:after {
    top: 20px;
  }
  .header-menu__label > span:before {
    top: 27px;
  }
  .header-menu__label.is-active {
    background-color: #edf8f7;
  }
  .header-menu__label.is-active:before,
  .header-menu__label.is-active:after {
    top: 50%;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
  }
  .header-menu__label.is-active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header-menu__label.is-active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-menu__label.is-active span {
    opacity: 0;
  }
  .is-active-menu {
    position: fixed;
    width: 100%;
  }
}
/* ----- header-menu-overlay ----- */
.header-menu-overlay {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header-menu-overlay {
    background-color: rgba(255,255,255,.7);
  }
}
@media only screen and (max-width: 767px) {
  .header-menu-overlay {
    background-color: #fff;
  }
}

/* ------------------------------------------------------
 * Header__body
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .Header__body {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .Header__body {
    display: none;
    z-index: 100;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    overflow-y: auto;
    background-color: #edf8f7;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
  }
}
/* ----- header-gnav ----- */
@media print, screen and (min-width: 768px) {
  .header-gnav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    min-width: calc(1200px + 40px * 2);
    padding: 0 40px;
    background-color: #006762;
  }
  .header-gnav.is-fixed {
    position: fixed;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav {
    margin: 0 -15px;
  }
}
.header-gnav__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 1200px;
    height: 45px;
    margin: 0 auto;
    border-left: 1px solid #338581;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list > li {
    display: flex;
    width: 100%;
    border-right: 1px solid #338581;
  }
  .header-gnav__list > li[data-gnav-directory="lineup"] {
    min-width: 245px;
  }
  .header-gnav__list > li[data-gnav-directory="company"] {
    min-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list > li {
    border-bottom: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list > li > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    background-color: #006762;
    color: #fff !important;
  }
  .header-gnav__list > li.is-current > a {
    background-color: #11a292 !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list > li > a {
    display: block;
    padding: 12px 45px 12px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__type {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__type {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__type:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__type:after {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__type--toggle {
    text-align: center;
  }
  .header-gnav__list__type--toggle.is-active {
    background-color: #00504c;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__type--toggle {
    position: relative;
  }
  .header-gnav__list__type--toggle:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    border-top: 2px solid #006762;
    border-right: 2px solid #006762;
    content: "";
    transition: margin 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .header-gnav__list__type--toggle.is-active:after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}
.header-gnav__list__label {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__list__label {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .header-gnav__list > li > a:hover .header-gnav__list__label {
    text-decoration: underline;
  }
  .header-gnav__list__type--toggle .header-gnav__list__label {
    position: relative;
    padding-right: 20px;
  }
  .header-gnav__list__type--toggle .header-gnav__list__label:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: margin 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .header-gnav__list__type--toggle.is-active .header-gnav__list__label:after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__list__label {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.header-gnav__megamenu {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 2em 40px;
    overflow-y: auto;
    background-color: #edf8f7;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__inner {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__title {
    margin-bottom: 2.2em;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__title {
    margin-bottom: 1em;
  }
}
.header-gnav__megamenu__title__type {
  display: inline-block;
}
.header-gnav__megamenu__title__type:after {
  border-color: #006762;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__title__type:after {
    top: -5px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__title__type:after {
    top: -1px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__title__label {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .header-gnav__megamenu__title a:hover .header-gnav__megamenu__title__label {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__title__label {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.header-gnav__megamenu__detail > *:first-child,
.header-gnav__megamenu__detail > section:first-child > *:first-child,
.header-gnav__megamenu__detail > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.header-gnav__megamenu__detail > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__close--pc {
    position: absolute;
    top: -5px;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__close--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__close--pc > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
  }
  .header-gnav__megamenu__close--pc > a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__close--pc > a:before,
  .header-gnav__megamenu__close--pc > a:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #555;
    content: "";
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__close--pc > a:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__close--pc > a:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__column {
    margin-top: 2.2em;
  }
}
.header-gnav__megamenu__column__item > *:first-child,
.header-gnav__megamenu__column__item > section:first-child > *:first-child,
.header-gnav__megamenu__column__item > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.header-gnav__megamenu__column__item > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__column[data-col-pc]:not([data-col-pc="auto"]) > .header-gnav__megamenu__column__item {
    margin-top: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__column__item {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__box {
    margin-top: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__box {
    margin: 0 -15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .header-gnav__megamenu > .header-gnav__megamenu__inner > .header-gnav__megamenu__detail > .header-gnav__megamenu__column > .header-gnav__megamenu__column__item + .header-gnav__megamenu__column__item .header-gnav__megamenu__box {
    border-top: none;
  }
  .header-gnav__megamenu > .header-gnav__megamenu__inner > .header-gnav__megamenu__detail > .header-gnav__megamenu__column > .header-gnav__megamenu__column__item > .header-gnav__megamenu__box + .header-gnav__megamenu__box {
    border-top: none;
  }
  .header-gnav__megamenu > .header-gnav__megamenu__inner > .header-gnav__megamenu__detail > .header-gnav__megamenu__column:last-child > .header-gnav__megamenu__column__item:last-child .header-gnav__megamenu__box:last-child {
    margin-bottom: -15px !important;
    border-bottom: none;
  }
}
.header-gnav__megamenu__box__title {
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__box__title {
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
  }
  .header-gnav__megamenu__box__title:before,
  .header-gnav__megamenu__box__title:after {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 4px;
    content: "";
  }
  .header-gnav__megamenu__box__title:before {
    left: 0;
    background-color: #006762;
  }
  .header-gnav__megamenu__box__title:after {
    left: 50%;
    background-color: #c9cdce;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__box__title {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__box__title + * {
    margin-top: 1.4em;
  }
}
.header-gnav__megamenu__box__title > [class*="__label"] {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header-gnav__megamenu__box__title > [class*="__label"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__box__title > [class*="__label"] {
    padding: 1em 15px;
  }
  .header-gnav__megamenu__box__title > [class*="__label"][class*="--toggle"] {
    position: relative;
    padding-right: 40px;
  }
  .header-gnav__megamenu__box__title > [class*="__label"][class*="--toggle"]:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    transform: rotate(135deg);
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    content: "";
    transition: margin 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .header-gnav__megamenu__box__title > [class*="__label"][class*="--toggle"].is-active:after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}
.header-gnav__megamenu__box__detail > *:first-child,
.header-gnav__megamenu__box__detail > section:first-child > *:first-child,
.header-gnav__megamenu__box__detail > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.header-gnav__megamenu__box__detail > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .header-gnav__megamenu__box__detail {
    display: none;
    padding: 0 15px 15px;
  }
}
/* ----- header-link-list ----- */
.header-link-list {
  padding: 0;
  list-style: none;
}

.header-link-list.sub {/*202210*/
  margin-top: 10px;
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .header-link-list {
    margin: 1.6em 0 0;
  }
  .header-link-list[data-col-pc="auto"] {
    width: auto;
    margin: 0 0 -.8em -30px;
  }
  .header-nav .header-link-list {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1380px) {
  .header-link-list[data-col-pc="auto"] {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-link-list {
    margin: 1em 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header-link-list > li {
    margin-top: .8em;
  }
  .header-link-list[data-col-pc]:not([data-col-pc="auto"]) > li {
    margin-top: .8em;
  }
  .header-link-list[data-col-pc="auto"] > li {
    margin: 0 0 .8em 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-link-list[data-col-sp]:not([data-col-sp="auto"]) > li {
    margin-top: .8em;
  }
}
.header-link-list > li [class*="__type"] {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  vertical-align: top;
}
.header-link-list > li.has-ruby [class*="__type"] {
  margin-top: -.5em;
}
@media print, screen and (min-width: 768px) {
  .header-link-list > li [class*="__type"]:hover {
    text-decoration: underline;
  }
}
.header-link-list > li [class*="__type"]:before {
  position: absolute;
  left: -3px;
  border-color: #006762;
}
@media print, screen and (min-width: 768px) {
  .header-link-list > li [class*="__type"]:before {
    top: .45em;
  }
  .header-link-list > li.has-ruby [class*="__type"]:before {
    top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .header-link-list > li [class*="__type"]:before {
    top: .35em;
  }
  /*.header-link-list > li.has-ruby [class*="__type"]:before {
    top: 1em;
  }*/
}
@media print, screen and (min-width: 768px) {
  .header-link-list__type--blank:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .header-link-list__type--pdf:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .header-link-list__type--pdf:after {
    top: -2px;
  }
}
/* ----- header-button-wrap ----- */
@media print, screen and (min-width: 768px) {
  .header-button-wrap {
    margin: 2em 0 0;
  }
  .header-button-wrap[data-col-pc]:not([data-col-pc="auto"]) > * {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .header-button-wrap {
    margin: 1.2em 0 0;
  }
  .header-button-wrap[data-col-sp]:not([data-col-sp="auto"]) > * {
    margin-top: 1.0em;
  }
}
/* ----- header-button ----- */
.header-button .header-button__type,
.header-button .header-button__type--blank,
.header-button .header-button__type--pdf {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ccc;
  border-bottom-width: 4px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .header-button .header-button__type,
  .header-button .header-button__type--blank,
  .header-button .header-button__type--pdf {
    padding: .8em 2.1em;
    font-weight: 700;
  }
  .header-button .header-button__type:hover,
  .header-button .header-button__type--blank:hover,
  .header-button .header-button__type--pdf:hover {
    background-color: #11a292;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header-button .header-button__type,
  .header-button .header-button__type--blank,
  .header-button .header-button__type--pdf {
    padding: .8em 1.4em;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  .header-button .header-button__type--blank {
    padding-right: 2.6em;
  }
}
@media only screen and (max-width: 767px) {
  .header-button .header-button__type--blank {
    padding-right: 3.0em;
  }
}
.header-button .header-button__type--blank:after {
  right: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .header-button .header-button__type--pdf {
    padding-right: 2.6em;
  }
}
@media only screen and (max-width: 767px) {
  .header-button .header-button__type--pdf {
    padding-right: 3.0em;
  }
}
.header-button .header-button__type--pdf:after {
  right: 1.4em;
}
@media print, screen and (min-width: 768px) {
  .header-button .header-button__type--blank:hover:after {
    background: url("/app-files/img/sprite/icon.svg#blank2-usage") no-repeat 0 0;
  }
  body[data-browser^="ie"] .header-button__type--blank:hover:after {
    content: url("/app-files/img/sprite/icon.svg#blank2-usage");
  }
}
@media print, screen and (min-width: 768px) {
  .header-button .header-button__type--pdf:after {
    margin-top: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .header-button .header-button__type--pdf:after {
    margin-top: -7px;
  }
}
.header-button__filesize {
  margin-left: .5em;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .header-button__filesize {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  .header-button__filesize {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
/* ----- header-utility ----- */
@media print, screen and (min-width: 768px) {
  .header-utility {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-utility {
    margin-top: 1.8em;
  }
}
/* ----- header-nav ----- */
@media print, screen and (min-width: 768px) {
  .header-nav {
    overflow: hidden;
  }
}
/* ----- header-search ----- */
@media print, screen and (min-width: 768px) {
  .header-search {
    width: 250px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    width: 100%;
    margin-top: 1.8em;
  }
}
.header-search__form {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .header-search__form {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search__form {
    height: 45px;
  }
}
.header-search__keyword {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .header-search__keyword {
    font-size: 1.6rem;
  }
}
.header-search__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  outline: none;
  background: url("/app-files/img/sprite/icon.svg#search-usage") no-repeat 50% 50% #006762;
  background-size: 20px 20px;
  box-shadow: none;
  text-indent: -9999em;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media print, screen and (min-width: 768px) {
  .header-search__submit {
    width: 40px;
  }
  .header-search__submit:hover {
    background-color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .header-search__submit {
    width: 45px;
  }
}
/* ----- header-close--sp ----- */
@media print, screen and (min-width: 768px) {
  .header-close--sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-close--sp {
    margin: 1.8em -15px 0;
  }
  .header-close--sp > a {
    display: block;
    position: relative;
    padding: 25px 15px 10px;
    background-color: #006762;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  .header-close--sp > a:before {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -5px;
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
}
/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  .header-gnav {
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
  }
}

/* ======================================================
 * Main
 * ------------------------------------------------------
 * Main__head
 * Main__body
 * Main__foot
 * Print
====================================================== */
/* ======================================================
 * Main
====================================================== */
.Main {
  width: 100%;
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .Main {
    min-width: calc(1200px + 40px * 2);
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .Main__inner {
    margin-top: 45px;
  }
}
/* ------------------------------------------------------
 * Main__head
------------------------------------------------------ */
/* ------------------------------------------------------
 * Main__body
------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .Main__body {
    padding: 0 15px;
  }
}
.Main__content > *:first-child,
.Main__content > section:first-child > *:first-child,
.Main__content > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.Main__content > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .Main__content {
    width: 1200px;
    margin: 0 auto;
    padding: 2.5em 0 4.6em;
  }
}
@media only screen and (max-width: 767px) {
  .Main__content {
    padding: 1.4em 0 2.8em;
  }
}
/* ------------------------------------------------------
 * Main__foot
------------------------------------------------------ */
.Main__foot {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}
.Main__foot > *:first-child,
.Main__foot > section:first-child > *:first-child,
.Main__foot > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.Main__foot > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .Main__foot {
    margin: 0 -40px;
    padding: 1.2em 40px;
  }
}
@media only screen and (max-width: 767px) {
  .Main__foot {
    padding: .6em 0;
  }
}
/* ----- main-breadcrumb ----- */
.main-breadcrumb {
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb {
    flex-flow: row wrap;
    max-width: 1350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcrumb {
    margin: 0;
    overflow-x: auto;
  }
}
.main-breadcrumb > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb > li {
    margin: 0 16px 0 0;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcrumb > li {
    margin: 0 8px 0 0;
    padding-left: 12px;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.main-breadcrumb > li:before {
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb > li:before {
    top: .45em;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcrumb > li:before {
    top: .45em;
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb > li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcrumb > li:first-child {
    padding-left: 15px;
  }
}
.main-breadcrumb > li:first-child:before {
  display: none !important;
}
.main-breadcrumb > li:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .main-breadcrumb > li:last-child {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-breadcrumb > li > a {
    text-decoration: underline;
  }
  .main-breadcrumb > li > a:hover {
    text-decoration: none;
  }
}

/* ======================================================
 * Aside
====================================================== */

/* ======================================================
 * Footer
 * ------------------------------------------------------
 * Footer__guide
 * Footer__body
 * Print
====================================================== */
/* ======================================================
 * Footer
====================================================== */
.Footer {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .Footer {
    min-width: calc(1200px + 40px * 2);
    padding: 2.5em 40px;
  }
}
@media only screen and (max-width: 767px) {
  .Footer {
    padding: 1.4em 15px 70px;
  }
}
.Footer__inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .Footer__inner {
    max-width: 1760px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------
 * Footer__guide
------------------------------------------------------ */
/* ----- footer-link-wrap ----- */
@media only screen and (max-width: 767px) {
  .footer-link-wrap {
    display: flex;
    z-index: 990;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-flow: row nowrap;
    width: 100%;
  }
}
/* ----- footer-link-menu ----- */
@media print, screen and (min-width: 768px) {
  .footer-link-menu {
    display: none;
    position: fixed;
    top: 20%;
    right: -110px;
    z-index: 101;
    transition: right 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .footer-link-menu.is-menu-active {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link-menu {
    display: block !important;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link-menu__heading {
    position: absolute;
    top: 0;
    right: 100%;
  }
  .footer-link-menu__button {
    display: block;
    position: relative;
    width: 76px;
    height: 91px;
    padding-top: 60px;
    border-radius: 10px 0 0 10px;
    background-color: #11a292;
    box-shadow: 0 3px 0 rgba(0,0,0,.3);
    color: #fff !important;
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-link-menu__button:hover {
    background-color: #59beb3;
  }
  .footer-link-menu__button:before,
  .footer-link-menu__button:after,
  .footer-link-menu__button > span:before {
    z-index: 1;
    position: absolute;
    left: 50%;
    width: 28px;
    height: 4px;
    margin: 0 0 0 -14px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
    transition: top 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .footer-link-menu__button:before {
    top: 24px;
  }
  .footer-link-menu__button:after {
    top: 34px;
  }
  .footer-link-menu__button > span:before {
    top: 44px;
  }
  .footer-link-menu__button.is-active:before,
  .footer-link-menu__button.is-active:after {
    top: 36px;
    width: 30px;
    margin: 0 0 0 -15px;
  }
  .footer-link-menu__button.is-active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer-link-menu__button.is-active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .footer-link-menu__button.is-active > span:before {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link-menu__heading {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link-menu__body {
    border-bottom: 1px solid #9fc6c4;
    box-shadow: 0 3px 0 rgba(0,0,0,.3);
  }
}
@media only screen and (max-width: 767px) {
  .footer-link-menu__body {
    display: flex;
  }
}

/* ----- footer-link ----- */
@media print, screen and (min-width: 768px) {
  .footer-link {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link {
    display: flex;
    width: 100%;
    height: 55px;
  }
  .footer-link + .footer-link {
    border-left: 1px solid #59beb3;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link.js-pagetop {
    display: none;
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link.js-pagetop {
    flex-shrink: 0;
    display: flex !important;
    opacity: 1 !important;
    width: calc(100% / 5) !important;
    border-left: 1px solid #59beb3;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link [class*="__type"]:not([class*="--pagetop"]) {
    display: block;
    position: relative;
    width: 110px;
    height: 90px;
    padding: 62px 5px 0;
    border-top: 1px solid #9fc6c4;
    background-color: #e9f8f6;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-link [class*="__type"]:not([class*="--pagetop"]):hover {
    background-color: #11a292;
    color: #fff;
  }
  .footer-link [class*="__type"]:not([class*="--pagetop"]):before {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 60px;
    height: 45px;
    margin: 0 0 0 -30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 60px 45px;
    content: "";
  }
  .footer-link [class*="__type"][class*="--customer"]:before {
    background-image: url("/app-files/img/ftr_navi_ic01.png");
  }
  .footer-link [class*="__type"][class*="--customer"]:hover:before {
    background-image: url("/app-files/img/ftr_navi_ic01_on.png");
  }
  .footer-link [class*="__type"][class*="--lineup"]:before {
    background-image: url("/app-files/img/ftr_navi_ic02.png");
  }
  .footer-link [class*="__type"][class*="--lineup"]:hover:before {
    background-image: url("/app-files/img/ftr_navi_ic02_on.png");
  }
  .footer-link [class*="__type"][class*="--faq"]:before {
    background-image: url("/app-files/img/ftr_navi_ic03.png");
  }
  .footer-link [class*="__type"][class*="--faq"]:hover:before {
    background-image: url("/app-files/img/ftr_navi_ic03_on.png");
  }
  .footer-link [class*="__type"][class*="--company"]:before {
    background-image: url("/app-files/img/ftr_navi_ic04.png");
  }
  .footer-link [class*="__type"][class*="--company"]:hover:before {
    background-image: url("/app-files/img/ftr_navi_ic04_on.png");
  }
}
@media only screen and (max-width: 767px) {
  .footer-link [class*="__type"] {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 2px 0;
    background-color: #11a292;
    color: #fff;
    text-align: center;
  }
  .footer-link [class*="__type"]:not([class*="--pagetop"]):before {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 30px;
    height: 25px;
    margin: 0 0 0 -15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 30px 25px;
    content: "";
  }
  .footer-link [class*="__type"][class*="--customer"] {
    white-space: nowrap;
  }
  .footer-link [class*="__type"][class*="--customer"]:before {
    background-image: url("/app-files/img/ftr_navi_ic01_sp.png");
  }
  .footer-link [class*="__type"][class*="--lineup"]:before {
    background-image: url("/app-files/img/ftr_navi_ic02_sp.png");
  }
  .footer-link [class*="__type"][class*="--faq"] {
    white-space: nowrap;
  }
  .footer-link [class*="__type"][class*="--faq"]:before {
    background-image: url("/app-files/img/ftr_navi_ic03_sp.png");
  }
  .footer-link [class*="__type"][class*="--company"]:before {
    background-image: url("/app-files/img/ftr_navi_ic04_sp.png");
  }
}
@media print, screen and (min-width: 768px) {
  .footer-link__type--pagetop {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #006762;
    background-color: #fff;
    text-indent: -9999em;
  }
  .footer-link__type--pagetop:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link__type--pagetop {
    white-space: nowrap;
  }
}
.footer-link__type--pagetop:before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 50%;
          transform: rotate(-45deg);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .footer-link__type--pagetop:before {
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -4px 0 0 -7px;
    border-top: 3px solid #006762;
    border-right: 3px solid #006762;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link__type--pagetop:before {
    top: 15px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer-link__label {
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* ------------------------------------------------------
 * Footer__body
------------------------------------------------------ */
.Footer__body > *:first-child,
.Footer__body > section:first-child > *:first-child,
.Footer__body > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.Footer__body > *:last-child {
  margin-bottom: 0 !important;

}
/* ----- footer-nav ----- */
.footer-nav {
  margin-top: 1.4em;
  overflow: hidden;
}
.footer-nav__list {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list {
    margin: 0 0 -.6em -70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__list {
    margin: 0 0 -.8em -37px;
    font-size: 1.2rem;
  }
}
.footer-nav__list > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list > li {
    margin: 0 0 .6em 34px;
    padding-left: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__list > li {
    margin: 0 0 .8em 18px;
    padding-left: 19px;
  }
}
.footer-nav__list > li:before {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #a6a6a6;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list > li:before {
    width: 2px;
    height: 14px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav__list > li:before {
    width: 1px;
    height: 12px;
    margin-top: -6px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list__type:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list__type--blank:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list__type--pdf:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__list__type--pdf:after {
    top: -2px;
  }
}
/* ----- footer-copyright ----- */
.footer-copyright {
  margin-top: 1.2em;
}
@media print, screen and (min-width: 768px) {
  .footer-copyright__label {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright__label {
    font-size: 1rem;
  }
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  .footer-link-menu,
  .footer-link.js-pagetop {
    display: none !important;
  }
}
