@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
    ========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
body.top {
  display: none;
}

body.top.is-load {
  display: block;
}

/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto;
  padding: 93px 40px 0;
  max-width: 1280px;
}

.c-kv-1-breadcrumb .breadcrumb {
  padding: 18px 40px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb {
    margin: 0;
    padding: 59px 5.33333vw 0;
    max-width: none;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb__list {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.c-kv-1-breadcrumb .breadcrumb__list {
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb__list {
    font-size: 0;
  }
}

.breadcrumb__list-item {
  display: inline;
  color: #9fa2a3;
}

.c-kv-1-breadcrumb .breadcrumb__list-item {
  color: #fff;
}

.breadcrumb__list-item:nth-of-type(n+2)::before {
  display: inline-block;
  margin-left: 2px;
  content: "＞";
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb__list-item:nth-of-type(n+2)::before {
    font-size: 2.66667vw;
    line-height: 1.55;
  }
}

.breadcrumb__txt {
  color: #9fa2a3;
  font-size: 14px;
  line-height: 1.9375;
}

.c-kv-1-breadcrumb .breadcrumb__txt {
  color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .breadcrumb__txt {
    font-size: 2.66667vw;
    line-height: 1.55;
  }
}

.breadcrumb__txt--link {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .breadcrumb__txt--link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .breadcrumb__txt--link:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------
*   container
--------------------------------------------- */
.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .container {
    padding: 0 5.33333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .container--sp-none {
    padding: 0;
  }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: #141e5a;
}

@media screen and (max-width: 1100px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer {
    padding-top: 6.66667vw;
    padding-bottom: 3.33333vw;
  }
}

/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 1101px) {
  .footer-pagetop__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer-pagetop__link:hover {
    opacity: 0.8;
  }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

@media screen and (max-width: 1100px) {
  .footer-container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-container {
    padding: 0 5.33333vw;
  }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-bottom: 20px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .footer-nav {
    display: block;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav {
    margin-bottom: 4.66667vw;
  }
}

.footer-nav__contents--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .footer-nav__contents--1 {
    -ms-flex-pack: justify;
    padding-bottom: 60px;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__contents--1 {
    padding-bottom: 8vw;
  }
}

.footer-nav__contents--2 {
  padding-right: 70px;
  padding-left: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1280px) {
  .footer-nav__contents--2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__contents--2 {
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__contents--2 {
    padding: 5.33333vw 0;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__contents--3 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__contents--3 {
    padding-top: 5.33333vw;
  }
}

.footer-nav__list {
  margin-right: 80px;
}

@media screen and (max-width: 1400px) {
  .footer-nav__list {
    margin-right: 5.71429vw;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__list {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer-nav__list .pc-hide {
    display: block !important;
  }
  .footer-nav__list .sp-hide,
  .footer-nav__list.sp-hide {
    display: none !important;
  }
}




.footer-nav__list:last-of-type {
  margin-right: 0;
}

.footer-nav__list-item {
  margin-bottom: 35px;
}

@media screen and (max-width: 1100px) {
  .footer-nav__list-item {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__list-item {
    margin-bottom: 6vw;
  }
}

.footer-nav__list-item:last-of-type {
  margin-bottom: 0;
}

.footer-nav__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 1rem;
}

@media screen and (max-width: 1100px) {
  .footer-nav__link {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__link {
    font-size: 3.46667vw;
  }
}

.footer-nav__link-icon {
  position: relative;
  top: 0.1em;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .footer-nav__link-icon {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer-nav__link-icon {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .footer-nav__link:hover .footer-nav__link-icon {
    background-color: #fff;
  }
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__link-icon {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.footer-nav__link-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/common/icon_arrow_w.svg") center center no-repeat;
  background-size: 6px 9px;
  content: "";
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer-nav__link:hover .footer-nav__link-icon::before {
    -webkit-animation: .2s linear forwards slideIn1;
    animation: .2s linear forwards slideIn1;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__link-icon::before {
    background-size: 8px 14px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__link-icon::before {
    background-size: 1.06667vw 1.86667vw;
  }
}

@media screen and (min-width: 1101px) {
  .footer-nav__link-icon:hover {
    background-color: #fff;
  }
}

.footer-nav__link-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: url("/img/common/icon_arrow_b.svg") center center no-repeat;
  background-color: #fff;
  background-size: 6px 9px;
  content: "";
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .footer-nav__link:hover .footer-nav__link-icon::after {
    -webkit-animation: .2s linear forwards slideIn2;
    animation: .2s linear forwards slideIn2;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__link-icon::after {
    background-size: 8px 14px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__link-icon::after {
    content: none;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__s-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer-nav__s-list-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .footer-nav__s-list-item {
    width: 50%;
  }
  .en .footer-nav__s-list-item {
    width: 100%;
  }
}

.footer-nav__s-list-item:last-of-type {
  margin-bottom: 0;
}

.footer-nav__s-link {
  color: #fff;
  white-space: nowrap;
  font-size: 0.8125rem;
}

@media screen and (min-width: 1101px) {
  .footer-nav__s-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__s-link {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__s-link {
    font-size: 2.66667vw;
  }
}

.footer-nav__open-link {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #fff;
  font-size: 0.8125rem;
}

@media screen and (min-width: 1101px) {
  .footer-nav__open-link {
    padding-left: 1em;
  }
  .footer-nav__open-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1100px) {
  .footer-nav__open-link {
    padding-right: 30px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__open-link {
    padding-right: 4vw;
    font-size: 2.66667vw;
  }
}

.footer-nav__open-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("/img/common/icon_open-link_w.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .footer-nav__open-link::after {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-nav__open-link::after {
    width: 3.06667vw;
    height: 3.06667vw;
  }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .footer-copyright {
    text-align: center;
  }
}

.footer-copyright__txt {
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1100px) {
  .footer-copyright__txt {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .footer-copyright__txt {
    font-size: 3.73333vw;
  }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
  box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
}

@media screen and (max-width: 1100px) {
  .header {
    height: 50px;
    box-shadow: none;
  }
  .top .header {
    background-color: inherit;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .top .header.is-fixed {
    background-color: #fff;
  }
}

body.top .header {
  display: none;
}

body.top.is-load .header {
  display: block;
}

.header-logo {
  width: 190px;
  line-height: 0;
}

@media screen and (max-width: 1100px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 113px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.header-logo__link {
  display: block;
}

@media screen and (min-width: 1101px) {
  .header-logo__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .header-logo__link:hover {
    opacity: 0.8;
  }
}

/*  header-main
--------------------------------------------- */
.header-main {
  background-color: #fff;
  height: 100%;
}


/*  header-container
--------------------------------------------- */
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  height: 100%;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .header-container {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 1101px) {
  .header-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav {
    position: fixed;
    top: 50px;
    right: -100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(655vw / 750 * 100);
    max-width: 655px;
    height: calc(100vh - 50px);
    background-color: #fff;
    padding: 0 40px;
    transition: right 0.8s;
    overflow-y: scroll;
  }
  .is-sp-menu-opened .header-nav {
    right: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav {
    padding: 0 calc(40vw / 750 * 100);
  }
}

.header-nav__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  .header-nav__inner {
    padding-top: 80px;
    padding-bottom: 260px;
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__inner {
    padding-top: calc(130vw / 750 * 100 - 50px);
    padding-bottom: calc(260vw / 750 * 100);
  }
}

.header-nav__upper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .header-nav__upper {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav__upper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__upper {
    margin-bottom: calc(60vw / 750 * 100);
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .header-nav__list {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__list {
    margin-top: calc(20vw / 750 * 100);
  }
}

.header-nav__list-item {
  margin: 0 15px;
}

@media screen and (max-width: 1100px) {
  .header-nav__list-item {
    margin: 0;
  }
}

.header-nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

@media screen and (max-width: 1400px) {
  .header-nav__lang {
    margin-right: 4.28571vw;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav__lang {
    margin-right: 2vw;
  }
}

.header-nav__link {
  position: relative;
  font-size: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 75px;
  cursor: pointer;
}

@media screen and (min-width: 1101px) {
  .header-nav__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .header-nav__link:hover {
    opacity: 0.8;
  }
  .header-nav__link--sp {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav__link {
    padding: 30px 0;
    height: auto;
    font-size: 32px;
  }
  .is-menu-1-open .header-nav__link {
    color: #141e5a;
  }
  .header-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 15px;
    height: 9px;
    background: url("../img/common/icon_header-arrow-btm.svg") 0 0 no-repeat;
    background-size: 100% auto;
    transform-origin: 50% 50%;
    transition: transform 0.8s;
  }
  .is-menu-1-open .header-nav__link::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  .header-nav__link--pc {
    display: none !important;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav__link {
    font-size: 1rem;
    padding: calc(15vw / 750 * 100) 0;
  }
  .header-nav__link::before {
    right: 10px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav__link.c-link-1 {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__link {
    font-size: calc(32vw / 750 * 100);
    padding: calc(30vw / 750 * 100) 0;
  }
  .header-nav__link.c-link-1 {
    font-size: calc(32vw / 750 * 100) !important;
  }
  .header-nav__link::before {
    right: calc(40vw / 750 * 100);
    width: calc(15vw / 750 * 100);
    height: calc(9vw / 750 * 100);
  }
}


@media screen and (max-width: 1100px) {
  .header-nav__link--arrow {
    width: 100%;
    justify-content: space-between;
    font-size: 32px !important;
  }
  .header-nav__link--arrow::before {
    content: none;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .header-nav__link--arrow .c-link-1__icon::before,
  .header-nav__link--arrow .c-link-1__icon::after {
    background-size: 8px 12px;
  }
}


.header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #141e5a;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (min-width: 1101px) {
  .header-nav__link.is-current::after {
    opacity: 1;
  }
  .header-nav__link:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav__link::after {
    height: 1px;
    background-color: #C0C0C0;
    opacity: 1;
  }
  .is-menu-1-open .header-nav__link::after {
    background-color: #141e5a;
  }
}

.is-menu-1-open .header-nav__link::after {
  opacity: 1;
}

.header-nav__lang-item:nth-of-type(1) {
  position: relative;
}

.header-nav__lang-item:nth-of-type(1):after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #0e1719;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-nav__lang-link {
  margin: 0 10px;
  font-size: 1rem;
}

@media screen and (min-width: 1101px) {
  .header-nav__lang-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .header-nav__lang-link:hover {
    opacity: 0.8;
  }
}

.header-nav__lang-link--current {
  border-bottom: 1px solid;
}

@media screen and (max-width: 1100px) {
  .header-nav__lang-link {
    font-size: 32px;
    margin: 0 30px;
  }
  .header-nav__lang-item:first-of-type .header-nav__lang-link {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__lang-link {
    font-size: calc(32vw / 750 * 100);
    margin: 0 calc(30vw / 750 * 100);
    display: block;
  }
}

.header-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

.header-nav__icon-item {
  position: relative;
  margin-right: 25px;
  height: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .header-nav__icon-item {
    margin-right: 1.78571vw;
  }
}

@media screen and (min-width: 1101px) {
  .header-nav__icon-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #141e5a;
    opacity: 0;
    transition: 0.3s;
  }
  .header-nav__icon-item.is-menu-1-open::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav__icon-item {
    margin-right: 55px;
    height: auto;
  }

  .header-nav__icon-item--no-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__icon-item {
    margin-right: calc(55vw / 750 * 100);
  }
}

.header-nav__icon-item:last-of-type {
  margin-right: 0;
}

.header-nav__icon-link {
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 1101px) {
  .header-nav__icon-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .header-nav__icon-link:hover {
    opacity: 0.8;
  }
}

.header-nav__icon-link--mail {
  width: 22px;
}

@media screen and (max-width: 1100px) {
  .header-nav__icon-link--mail {
    width: 44px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__icon-link--mail {
    width: calc(44vw / 750 * 100);
  }
}

.header-nav__icon-link--bag {
  width: 21px;
}

@media screen and (max-width: 1100px) {
  .header-nav__icon-link--bag {
    width: 41px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav__icon-link--bag {
    width: calc(41vw / 750 * 100);
  }
}


.header-nav__icon-link--search {
  width: 20px;
}

.header-nav__icon-link img {
  width: 100%;
}

/*  header-nav-2
--------------------------------------------- */
.header-nav-2 {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 10000;
  display: none;
  padding-bottom: 50px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
  box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
}

@media screen and (max-width: 1100px) {
  .header-nav-2 {
    position: static;
    box-shadow: none;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2 {
    padding-bottom: calc(80vw / 750 * 100);
  }
}

@media screen and (min-width: 1101px) {
  .header-nav-2__inner {
    max-height: calc(100vh - 75px);
    overflow-y: scroll;
    padding-bottom: 50px
  }
}

.header-nav-2__container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__container {
    padding: 0;
  }
}

.header-nav-2__cont {
  padding-top: 40px;
  width: calc(510% / 1120 * 100);
}

@media screen and (max-width: 1100px) {
  .header-nav-2__cont {
    width: 100%;
    padding-top: 30px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__cont {
    padding-top: calc(30vw / 750 * 100);
    padding-left: calc(40vw / 750 * 100);
  }
}

.header-nav-2__link .c-link-1 {
  font-size: 2.25rem;
}

.header-nav-3__list-item .header-nav-2__link .c-link-1 {
  font-size: 32px;
  align-items: center;
}

@media screen and (min-width: 1101px) {
  .header-nav-2__link .c-link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav-2__link .c-link-1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-2__link .c-link-1 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 896px) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1 {
    font-size: calc(32vw / 750 * 100);
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__link .c-link-1,
  .header-nav-3__list-item .header-nav-2__link .c-link-1 {
    font-size: calc(32vw / 750 * 100);
  }
  .header-nav-3__list-item .header-nav-2__link .c-link-1 {
    align-items: baseline;
  }
}

.header-nav-2__link .c-link-1__icon {
  margin-right: 0;
  width: 30px;
  height: 30px;
}

.header-nav-3__list-item .header-nav-2__link .c-link-1__icon {
  margin-right: 0;
  width: 18px;
  height: 18px;
}

.header-nav-2__link .c-link-1__icon::before, .header-nav-2__link .c-link-1__icon::after {
  background-size: 8px 12px;
}
.header-nav-3__list-item .header-nav-2__link .c-link-1__icon::before, .header-nav-3__list-item .header-nav-2__link .c-link-1__icon::after {
  background-size: 6px 9px;
}
@media screen and (max-width: 1100px) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1__icon::before, .header-nav-3__list-item .header-nav-2__link .c-link-1__icon::after {
    background-size: 8px 12px;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1__icon {
    margin-right: 0;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1__icon {
    margin-right: 20px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav-2__link .c-link-1__icon {
    margin-right: 20px;
    width: 32px;
    height: 32px;
  }
  .header-nav-2__link .c-link-1__icon::before, .header-nav-2__link .c-link-1__icon::after {
    background-size: 8px 12px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1__icon {
    margin-right: 10px;
  }
  .header-nav-2__link .c-link-1__icon {
    margin-right: 36px;
    width: 18px;
    height: 18px;
  }
  .header-nav-2__link .c-link-1__icon::before, .header-nav-2__link .c-link-1__icon::after {
    background-size: 6px 9px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-item .header-nav-2__link .c-link-1__icon {
    margin-right: calc(20vw / 750 * 100);
    width: calc(32vw / 750 * 100);
    height: calc(32vw / 750 * 100);
  }
  .header-nav-2__link .c-link-1__icon::before, .header-nav-2__link .c-link-1__icon::after {
    background-size: calc(8vw / 750 * 100) calc(12vw / 750 * 100);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__link .c-link-1__icon {
    margin-right: calc(20vw / 750 * 100);
    width: calc(32vw / 750 * 100);
    height: calc(32vw / 750 * 100);
  }
  .header-nav-2__link .c-link-1__icon::before, .header-nav-2__link .c-link-1__icon::after {
    background-size: calc(8vw / 750 * 100) calc(12vw / 750 * 100);
  }
}

.header-nav-2__list {
  margin-top: 20px;
  border-top: 1px solid #C0C0C0;
}

.header-nav-2__list-item {
  border-bottom: 1px solid #C0C0C0;
}

.header-nav-2__list-item.is-menu-2-open {
  border-color: #141e5a;
  background-color: #e7e8ee;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-item.is-menu-2-open {
    border-color: #C0C0C0;
  }
}

.header-nav-2__list-txt {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-txt {
    font-size: 32px;
    padding: 30px 0;
    padding-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-2__list-txt {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-nav-2__list-txt:hover {
    text-decoration: underline;
    color: #141e5a;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-2__list-txt {
    font-size: 1rem;
    padding: 15px 0;
    padding-left: 52px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__list-txt {
    font-size: calc(32vw / 750 * 100);
    padding: calc(30vw / 750 * 100) 0;
    padding-left: calc(52vw / 750 * 100);
    padding-right: calc(39vw / 750 * 100);
  }
}

.is-menu-2-open .header-nav-2__list-txt {
  color: #141e5a;
}


@media screen and (max-width: 1100px) {
  .is-menu-2-open .header-nav-2__list-txt {
    font-weight: normal;
  }
}

.header-nav-2__list-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-icon {
    width: 15px;
    height: 15px;
    left: 5px;
    right: auto;
  }
  .header-nav-2__list-icon::before,
  .header-nav-2__list-icon::after {
    content: "";
    position: absolute;
    background-color: #0E1719;
  }
  .header-nav-2__list-icon::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
  }
  .header-nav-2__list-icon::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    transition: 0.3s;
  }
  .is-menu-2-open .header-nav-2__list-icon::after {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__list-icon {
    width: calc(15vw / 750 * 100);
    height: calc(15vw / 750 * 100);
  }
  .header-nav-2__list-icon::before {
    height: calc(2vw / 750 * 100);
  }
  .header-nav-2__list-icon::after {
    width: calc(2vw / 750 * 100);
  }
}

.header-nav-2__list-icon-plus {
  margin-right: 0;
  margin-left: auto;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-icon-plus {
    display: none;
  }
}

.is-menu-2-open .header-nav-2__list-icon-plus {
  opacity: 0;
}

.header-nav-2__list-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 12px;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('/img/common/icon_header-arrow.svg') 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-arrow {
    width: 9px;
    height: 18px;
    background-image: url('/img/common/sp/icon_header-arrow.svg');
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-2__list-arrow {
    width: calc(9vw / 750 * 100);
    height: calc(18vw / 750 * 100);
  }
}

.header-nav-2__list-icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-menu-2-open .header-nav-2__list-icon-arrow {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-icon-arrow {
    display: none;
  }
}

.header-nav-2__list-icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-menu-2-open .header-nav-2__list-icon-minus {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__list-icon-minus {
    display: none;
  }
}

.header-nav-2__close {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .header-nav-2__close {
    display: none;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .header-nav-2__close {
    transition: 0.3s;
  }
  .header-nav-2__close:hover {
    opacity: 0.8;
  }
}

.header-nav-2__close-txt {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1rem;
  cursor: pointer;
}
.header-nav-2__close-txt:hover {
  text-decoration: underline;
  color: #141e5a;
}

.header-nav-2__close-txt::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("/img/common/icon_close.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*  header-nav-3
--------------------------------------------- */
.header-nav-3 {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: 49.71429%;
  height: 100%;
  background-color: #e7e8ee;
  pointer-events: none;
}

.is-menu-2-open .header-nav-3 {
  pointer-events: auto;
}

@media screen and (min-width: 1101px) {
  .header-nav-3 {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .is-menu-2-open .header-nav-3 {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav-3 {
    position: static;
    width: 100%;
    display: none;
    background-color: inherit;
    padding: 20px 0;
    padding-left: 52px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3 {
    padding: calc(20vw / 750 * 100) 0;
    padding-left: calc(52vw / 750 * 100);
    padding-right: calc(26vw / 750 * 100);
  }
}

.header-nav-3__list-item {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-item {
    margin-bottom: calc(15vw / 750 * 100);
  }
}

.header-nav-3__list-txt {
  display: inline-block;
}

.header-nav-3__list-txt .c-link-1 {
  font-size: 1rem;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .header-nav-3__list-txt .c-link-1 {
    font-size: 32px;
    align-items: baseline;
    padding-left: 52px;
    margin-right: 10px
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-txt .c-link-1 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-3__list-txt .c-link-1 {
    font-size: 1rem;
    padding-left: 28px
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-txt .c-link-1 {
    font-size: calc(32vw / 750 * 100);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-txt .c-link-1 {
    font-size: calc(32vw / 750 * 100);
    padding-left: calc(52vw / 750 * 100);
  }
}


@media screen and (max-width: 1100px) {
  .header-nav-3__list-txt .c-link-1__icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    top: 0.15em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-3__list-txt .c-link-1__icon {
    width: calc(32vw / 750 * 100);
    height: calc(32vw / 750 * 100);
    margin-right: calc(20vw / 750 * 100);
  }
}

/*  header-nav-searh
--------------------------------------------- */
.header-nav-searh {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 10000;
  display: none;
  padding-top: 45px;
  padding-bottom: 50px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
  box-shadow: 0 1px 1px rgba(14, 23, 25, 0.05);
}

.header-nav-searh__form {
  border: 1px solid #141e5a;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 576px;
  height: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 1101px) {
  .header-nav-searh__form--sp {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav-searh__form {
    height: 75px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-searh__form {
    width: 100%;
    height: calc(37.5vw / 750 * 100);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-searh__form {
    width: calc(576vw / 750 * 100);
    height: calc(75vw / 750 * 100);
  }
}

.header-nav-searh__input-wrap {
  position: relative;
  width: 100%;
}

.header-nav-searh__input {
  font-size: 16px;
  width: 526px;
  height: 100%;
  padding: 0 1em;
}

@media screen and (max-width: 1100px) {
  .header-nav-searh__input {
    font-size: 28px;
    width: 493px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-searh__input {
    font-size: 1rem;
    width: calc(493vw / 750 * 100);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-searh__input {
    font-size: calc(28vw / 750 * 100);
    width: calc(493vw / 750 * 100);
  }
}

.header-nav-searh__input:placeholder {
  color: #BEBEBE;
}

.header-nav-searh__btn-submit {
  position: absolute;
  top: 0;
  right: -1px;
  width: 50px;
  height: 100%;
}

.ie .header-nav-searh__btn-submit {
  right: -2px;
}

@media screen and (min-width: 1101px) {
  .header-nav-searh__btn-submit {
    transition: 0.3s;
  }
  .header-nav-searh__btn-submit:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1100px) {
  .header-nav-searh__btn-submit {
    width: 83px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .header-nav-searh__btn-submit {
    width: calc(41.5vw / 750 * 100);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-searh__btn-submit {
    width: calc(83vw / 750 * 100);
  }
}

@media screen and (max-width: 330px) {
  .iphone .header-nav-searh__btn-submit {
    right: -3px;
  }
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
  position: relative;
  z-index: 10000;
  display: block;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 1101px) {
  .header-menu-button {
    display: none;
  }
}

.header-menu-button__lines {
  position: relative;
  display: block;
  width: 24px;
  height: 17px;
}

.header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 100%;
  height: 0;
  background-color: #000000;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.top .header-menu-button__line {
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top .header.is-fixed .header-menu-button__line {
  background-color: #000000;
}

.is-sp-menu-opened.top .header-menu-button__line {
  background-color: #000000;
}

.header-menu-button__line--top {
  top: 0;
}

.is-sp-menu-opened .header-menu-button__line--top {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}

.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0) !important;
}

.header-menu-button__line--bottom {
  bottom: 0;
}

.is-sp-menu-opened .header-menu-button__line--bottom {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

/*  header-menu-overlay
--------------------------------------------- */
.header-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.is-sp-menu-opened .header-menu-overlay {
  display: block;
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.dp-n {
  display: none;
}
.dp-b {
  display: block;
}
/* ==========================================================
*
*   component
*
========================================================== */
/*  animation
--------------------------------------------- */
@-webkit-keyframes slideIn1 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}
@keyframes slideIn1 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
}

@-webkit-keyframes slideIn2 {
  from {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideIn2 {
  from {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideIn3 {
  from {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@keyframes slideIn3 {
  from {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@-webkit-keyframes slideIn4 {
  from {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@keyframes slideIn4 {
  from {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*  c-block-1
--------------------------------------------- */
.c-block-1 {
  position: relative;
}

.c-block-1::after {
  position: absolute;
  top: 0;
  z-index: 1;
  min-width: 380px;
  width: calc(50vw - 320px);
  height: 100%;
  background-color: rgba(20, 30, 90, 0.9);
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1::after {
    content: none;
  }
}

.c-block-1--left::after {
  left: 0;
}

.c-block-1--right::after {
  right: 0;
}

.c-block-1__img {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__img {
    height: 140.66667vw;
  }
}

.c-block-1__img--apprel {
  background-image: url("/img/top/img_block_apparel.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__img--apprel {
    background-image: url("/img/top/sp/img_block_apparel.jpg");
  }
}

.c-block-1__img--life {
  background-image: url("/img/top/img_block_overseas.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__img--life {
    background-image: url("/img/top/sp/img_block_overseas.jpg");
  }
}

.c-block-1__txt-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__txt-area {
    top: auto;
    bottom: 0;
    height: 49.33333vw;
    background-color: rgba(20, 30, 90, 1);
  }
}

.c-block-1__txt-area-inner {
  margin: 0 auto;
  padding-top: 200px;
  max-width: 1400px;
}

.c-block-1--left .c-block-1__txt-area-inner {
  padding-left: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1--left .c-block-1__txt-area-inner {
    padding: 0 5.33333vw;
    padding-top: 6.66667vw;
  }
}

.c-block-1--right .c-block-1__txt-area-inner {
  padding-right: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1--right .c-block-1__txt-area-inner {
    padding: 0 5.33333vw;
    padding-top: 6.66667vw;
    text-align: left;
  }
}

.c-block-1__ttl {
  position: relative;
  margin-bottom: 150px;
  color: #fff;
  font-size: 3.875rem;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1--left .c-block-1__ttl {
    padding-left: 0.4em;
  }
  .c-block-1--right .c-block-1__ttl {
    padding-right: 0.4em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__ttl {
    margin-bottom: 6vw;
    font-size: 10.66667vw;
  }
}

.c-block-1__ttl::after {
  position: absolute;
  bottom: 0;
  width: 460px;
  height: 8px;
  background-color: #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__ttl::after {

    bottom: -2.5vw;
    width: 100%;
    height: 1.2vw;
    background-color: #f6ba00;
  }
}

.c-block-1--left .c-block-1__ttl::after {
  left: 0;
}

.c-block-1--right .c-block-1__ttl::after {
  right: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1--right .c-block-1__ttl::after {
    right: auto;
    left: 0;
  }
}

.c-block-1__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  color: #fff;
  font-size: 1.3125rem;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1--left .c-block-1__link {
    padding-left: 0.5em;
  }
  .c-block-1--right .c-block-1__link {
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__link {
    padding-left: 0;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1__link:hover {
    text-decoration: underline;
  }
}

.c-block-1__link-icon {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: 20px;
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 100px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1__link-icon {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .c-block-1__link:hover .c-block-1__link-icon {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__link-icon {
    margin-right: 4.66667vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}

.c-block-1__link-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/common/icon_arrow_w.svg") center center no-repeat;
  background-size: 6px 9px;
  content: "";
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1__link:hover .c-block-1__link-icon::before {
    -webkit-animation: .2s linear forwards slideIn1;
    animation: .2s linear forwards slideIn1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__link-icon::before {
    background-size: 1.06667vw 1.86667vw;
  }
}

.c-block-1__link-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: url("/img/common/icon_arrow_b.svg") center center no-repeat;
  background-color: #fff;
  background-size: 6px 9px;
  content: "";
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-1__link:hover .c-block-1__link-icon::after {
    -webkit-animation: .2s linear forwards slideIn2;
    animation: .2s linear forwards slideIn2;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-1__link-icon::after {
    content: none;
  }
}

/*  c-block-5
--------------------------------------------- */
.c-block-5 {
  position: relative;
}

.c-block-5__img {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-5__img {
    height: 80vw;
  }
}

.c-block-5__img--sus {
  background: url("/img/top/img_block_sustain.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-5__img--sus {
    background: url("/img/top/img_block_sustain.jpg") center 0 no-repeat;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-5__img--sus {
    background-image: url("/img/top/sp/img_block_sustain.jpg");
  }
}

.c-block-5__txt-area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-block-5__txt-area-inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-5__txt-area-inner {
    padding: 0 5.33333vw;
  }
}

.c-block-5__txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-5__txt {
    font-size: 3.46667vw;
  }
}

/*  c-block-7
--------------------------------------------- */
.c-block-7__img {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-block-7__img {
    height: 40vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__img {
    height: 80vw;
  }
}

.c-block-7__img--apprel {
  background-image: url("/img/business/index/img_block_apparel.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__img--apprel {
    background-image: url("/img/business/index/sp/img_block_apparel.jpg");
  }
}

.c-block-7__img--life {
  background-image: url("/img/business/index/img_block_overseas.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__img--life {
    background-image: url("/img/business/index/sp/img_block_overseas.jpg");
  }
}

.c-block-7__txt-area {
  padding-top: 30px;
}

.c-block-7__txt-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__txt-area-inner {
    display: block;
  }
}

.c-block-7__txt {
  font-size: 1.125rem;
  line-height: calc(37 / 18);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__txt {
    font-size: 3.46667vw;
  }
}

.c-block-7__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-block-7__btn.no-flex{
    display: block;
  }
  .c-block-7__btn.no-flex .c-block-7__btn-item + .c-block-7__btn-item{
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .c-block-7__btn {
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__btn {
    margin-top: 5.33333vw;
    margin-left: 2vw;
  }
}

.c-block-7__btn-item {
  margin-left: 65px;
  white-space: nowrap;
}

@media screen and (max-width: 1400px) {
  .c-block-7__btn-item {
    margin-left: 4.64286vw;
  }
}

@media screen and (max-width: 1000px) {
  .c-block-7__btn-item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-7__btn-item {
    margin-left: 0;
  }
  .c-block-7__btn-item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.c-block-2 {
  padding-top: 2.91667%;
  padding-bottom: 3.75%;
  background-color: #f3f4f7;
}

.c-block-2__head {
  margin-bottom: 3.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-2__head {
    margin-bottom: 9.33333vw;
  }
}

.c-block-2__body {
  margin: 0 auto;
}

.c-block-2__head-ttl {
  font-weight: 500;
  font-size: 29px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-2__head-ttl {
    font-size: 6vw;
  }
}

/* ---------------------------------------------
*   c-block-4
--------------------------------------------- */
.c-block-4 {
  margin-top: 3.33333%;
  margin-bottom: 8.33333%;
}
.c-block-4__padding{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 8.33333%;
}

.c-block-4__head {
  position: relative;
  margin-bottom: 5%;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-4__padding{
    padding-top: 8.26667vw;
  }
  .c-block-4__head {
    margin-bottom: 8vw;
  }
}

.c-block-4__body {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-4__body {
    margin-bottom: 24vw;
  }
}

.c-block-4__selector {
  margin-bottom: 45px;
  width: 250px;
  height: 60px;
  border: 1px solid #141e5a;
  font-size: 16px;
}

/* ---------------------------------------------
*   c-block-6
--------------------------------------------- */
.c-block-6 {
  margin-bottom: 3.33333%;
  padding-bottom: 4.16667%;
  border-bottom: 2px solid #e9e9e9;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-6 {
    margin-top: 6.66667vw;
    margin-bottom: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}

.c-block-6__contents:after {
  display: block;
  clear: both;
  content: "";
}

.c-block-6__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  float: left;
}

.c-block-6__sign {
  float: right;
  padding-top: 10px;
}

.c-block-6__cat {
  margin-top: 5px;
  margin-right: 5px;
  padding: 3px 5px;
  height: 22px;
  border: 1px solid #141e5a;
  color: #141e5a;
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-6__cat {
    margin-right: 1.33333vw;
    padding-top: 0.4vw;
    padding-right: 1.06667vw;
    padding-bottom: 0;
    padding-left: 1.06667vw;
    height: 4.4vw;
    font-size: 2.93333vw;
  }
}

.c-block-6__date {
  text-align: right;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-6__date {
    font-size: 3.46667vw;
  }
}

.c-block-6__name {
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-6__name {
    font-size: 3.46667vw;
  }
}

/* ---------------------------------------------
*   c-block-8
--------------------------------------------- */
.c-block-8__img {
  margin-bottom: 2.5%;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-8__img {
    margin-bottom: 4vw;
  }
}

.c-block-8__txt {
  position: relative;
  line-height: 2.0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-8__txt {
    font-size: 3.73333vw;
  }
}

/* ---------------------------------------------
*   c-block-10
--------------------------------------------- */
.c-block-10 {
  margin-top: 5.83333%;
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3 {
    padding: 0;
  }
}

.c-block-3--dummy {
  padding: 80px 0;
}

.c-block-3__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-block-3__box.w50 {
  width: 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__box {
    padding: 5.33333vw 0;
    border-top: none;
    border-bottom: 0.26667vw solid #d6d6d6;
    flex-wrap: wrap;
  }
  .c-block-3__box.w50 {
    width: 100%;
  }
}

.c-block-3__box-outer {
  padding-bottom: 103px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__box-outer {
    padding-bottom: 12.53333vw;
  }
}

.c-block-3__link {
  display: block;
  width: 50%;
  border-left: 1px solid #d4d4d4;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-block-3__link_b {
  display: block;
  width: 50%;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-3__link:last-of-type {
    border-right: 1px solid #d4d4d4;
  }
  .c-block-3__link:hover {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-block-3__link:hover:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__link {
    display: inline-block;
    padding: 0;
    border-left: none;
    text-align: left;
    font-size: 0;
    margin-bottom: 5.33333vw;
  }
  .c-block-3__link:last-child {
    margin-bottom: 0;
  }
  .c-block-3__link_b {
    display: inline-block;
    padding: 0;
    width: auto;
    border-left: none;
    border-right: none;
    text-align: left;
    font-size: 0;
    margin-top: 5.6vw;
  }
}

.c-block-3__ttl {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #c5c5c5;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__ttl {
    padding-bottom: 0;
    border: none;
  }
  .windows .c-block-3__ttl {
    letter-spacing: -.03em;
  }
}

.c-block-3__ttl::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 98px;
  border-bottom: 2px solid #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__ttl::before {
    display: none;
  }
}

.c-block-3__link-txt {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__link-txt {
    padding-right: 5.6vw;
    font-size: 3.73333vw;
  }
}

.c-block-3__link-txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image: url(/img/common/icon_arrow_down_bl.svg);
  background-size: cover;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__link-txt::after {
    width: 3.26667vw;
    height: 1.73333vw;
  }
}

.c-block-3__txt {
  margin-top: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__txt {
    margin-top: 4.8vw;
  }
}

.c-block-3__business {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__business {
    padding-bottom: 15.2vw;
  }
}

.c-block-3__domestic {
  padding-bottom: 185px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__domestic {
    padding-bottom: 15.2vw;
  }
}

.c-block-3--dummy .c-block-3__domestic {
  padding-bottom: 0;
}

.c-block-3__overseas {
  padding-bottom: 185px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__overseas {
    padding-bottom: 15.2vw;
  }
}

/* ---------------------------------------------
*   c-block-9
--------------------------------------------- */
.c-block-9-wrapper .c-box-3__ttl {
  margin: 120px 0 -30px;
}

.c-block-9#select2 .c-box-3__ttl {
  margin: 0 0 -30px;

}
.c-block-9 {
  margin-bottom: 100px;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9-wrapper .c-box-3__ttl {
    margin: 12.8vw 0 -6.4vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__list {
    margin-top: 6.4vw;
  }
}

.c-block-9__item {
  display: block;
  margin-top: 42px;
  padding-top: 48px;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__item {
    display: block;
    margin-top: 2.66667vw;
    padding-top: 5.86667vw;
  }
}

.c-block-9__item:nth-of-type(n+2) {
  margin-top: 37px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__item:nth-of-type(n+2) {
    margin-top: 7.46667vw;
  }
}

.c-block-9__item .c-block-9__ttl {
  float: left;
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__item .c-block-9__ttl {
    float: none;
    margin-bottom: 5.06667vw;
  }
}

.c-block-9__cassette-outer {
  margin: 16px 0 27px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__cassette-outer {
    margin: 3.73333vw 0 5.86667vw;
  }
}

.c-block-9__cassette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: left;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__cassette {
    display: block;
  }
  .onbook_01 .c-block-9__cassette {
    display: flex;
  }
}

.c-block-9__cassette:nth-of-type(n+2) {
  margin-top: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__cassette:nth-of-type(n+2) {
    margin-top: 4.26667vw;
  }
}

.c-block-9__lead {
  width: 64px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__lead {
    width: 100%;
  }
  .onbook_01 .c-block-9__lead {
    width: 64px;
  }
}

.c-block-9__img {
  float: right;
  padding-left: 20px;
  width: 360px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__img {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}

.overview .c-block-9__txt {
  width: 20%;
}

.c-block-9__txt {
  margin-left: 6.2%;
  font-size: 16px;
  line-height: 1.75;
}
.group .c-block-9__txt {
  margin-left: 50px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__txt {
    margin-top: -0.53333vw;
    margin-left: 0;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
  .onbook_01 .c-block-9__txt {
    margin-top: 0;
    line-height: 2;
  }
  .overview .c-block-9__txt {
    width: 100%;
  }
  .group .c-block-9__txt {
    margin-left: 0;
  }
}

.c-block-9__coop {
  /*display: inline-block;*/
  margin-top: 27px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9__coop {
    margin-top: 5.86667vw;
  }
}

/*  c-block-9-wrapper
--------------------------------------------- */
.c-block-9-wrapper {
  padding: 0 0 38px;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-9-wrapper {
    padding: 0 0 7.73333vw;
    border-width: 0.26667vw;
  }
}

/* ---------------------------------------------
*   c-block-15
--------------------------------------------- */
.c-block-15 {
  margin-top: 82px;
}

.c-block-15__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 46px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__list {
    margin-top: 6.66667vw;
    padding-top: 5.6vw;
    padding-bottom: 6.66667vw;
    border-top: 0.26667vw solid #d6d6d6;
    border-bottom: 0.26667vw solid #d6d6d6;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-block-15__item {
  width: 20%;
  border-left: 1px solid #d4d4d4;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-15__item:nth-of-type(5) {
    border-right: 1px solid #d4d4d4;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__item {
    width: 42.66667vw;
    border: none;
  }
  .c-block-15__item:nth-of-type(n+3) {
    margin-top: 6.13333vw;
  }
}

.c-block-15__txt {
  margin-top: 39px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__txt {
    margin-top: 5.06667vw;
  }
}

.c-block-15__img {
  display: block;
}

.c-block-15__link {
  display: block;
  padding: 0 20px;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-15__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-block-15__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 900px) {
  .c-block-15__link {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__link {
    padding: 0;
    text-align: left;
  }
}

.c-block-15__link-txt {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 900px) {
  .c-block-15__link-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__link-txt {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.10714;
  }
}

.c-block-15__link-txt::after {
  display: inline-block;
  margin-left: 7px;
  width: 14px;
  height: 8px;
  background-image: url(/img/common/icon_arrow_down_bl.svg);
  background-size: cover;
  content: "";
}

@media screen and (max-width: 900px) {
  .c-block-15__link-txt::after {
    width: 13px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__link-txt::after {
    margin-left: 2vw;
    width: 3.33333vw;
    height: 1.73333vw;
  }
}

@media screen and (min-width: 1250px) {
  .c-block-15__br {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-15__br {
    display: none !important;
  }
}

/* ---------------------------------------------
*   c-block-21
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21 {
    margin-top: -4.26667vw;
  }
}

.c-block-21__ttl {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.64706;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21__ttl {
    font-size: 5.33333vw;
    line-height: 1.7;
  }
}

.c-block-21__name {
  margin-top: 27px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21__name {
    margin-top: 5.06667vw;
  }
}

.c-block-21__txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21__txt {
    margin-top: 5.33333vw;
  }
}

.c-block-21__name .c-block-21__txt {
  margin-top: 0;
  padding-right: 20px;
  text-align: right;
  position: relative;
}
.c-block-21__name .c-block-21__txt .position {
  position: absolute;
  top: 50px;
  right: 160px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21__name .c-block-21__txt {
    margin-top: 2.13333vw;
    padding-right: 0;
  }
  .c-block-21__name .c-block-21__txt .position {
    top: 10vw;
    right: 34vw;
  }
}

.c-block-21__img {
  margin-left: auto;
  width: 288px;
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-21__img {
    width: 34.46667vw;
  }
}

/* ---------------------------------------------
*   c-block-27
--------------------------------------------- */
.c-block-27 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .c-block-27 {
    padding-right: 88px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-27 {
    display: block;
    margin-top: 5.86667vw;
  }
}

.c-block-27__sentence {
  width: 52.15827%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-27__sentence {
    width: 100%;
  }
}

.c-block-27__lead {
  margin-top: 39px;
  width: 92.58621%;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.91667;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-27__lead {
    margin-top: 5.6vw;
    width: 100%;
    font-size: 5.06667vw;
    line-height: 1.26316;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-27__ttl {
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
}

.c-block-27__txt {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-27__txt {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.91667;
  }
}

.c-block-27__img {
  padding-left: 20px;
  width: 424px;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-27__img {
    position: relative;
    z-index: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-27__img {
    margin: 0 auto;
    margin-top: 5.6vw;
    padding-left: 0;
    width: 73.06667vw;
  }
}

/* ---------------------------------------------
*   c-block-33
--------------------------------------------- */
.c-block-33 {
  margin-top: 105px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33 {
    margin-top: 19.2vw;
  }
}

.c-block-33__lead {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.91667;
}

.c-block-33__list-outer {
  margin-top: 35px;
  padding-bottom: 101px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__list-outer {
    margin-top: 5.86667vw;
    padding-bottom: 0;
  }
}

.c-block-33__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__list {
    display: block;
    padding-bottom: 5.86667vw;
    border-bottom: 0.26667vw solid #d6d6d6;
  }
}

.c-block-33__item {
  width: 33.33333%;
  border-left: 1px solid #d4d4d4;
  text-align: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-33__item:nth-of-type(3), .c-block-33__item:nth-of-type(5) {
    border-right: 1px solid #d4d4d4;
  }
  .c-block-33__item:nth-of-type(n+4) {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__item {
    width: auto;
    border: none;
    text-align: left;
    font-size: 0;
  }
  .c-block-33__item:nth-of-type(n+2) {
    margin-top: 6.66667vw;
  }
}

.c-block-33__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 10px;
  height: 100%;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-33__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-block-33__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__link {
    display: inline-block;
    padding: 0;
  }
}

.c-block-33__txt {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__txt {
    font-size: 3.73333vw;
    line-height: 1.10714;
  }
}

.c-block-33__txt::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image: url(/img/common/icon_arrow_down_bl.svg);
  background-size: cover;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__txt::after {
    right: -22px;
    width: 3.2vw;
    height: 1.73333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-33__br {
    display: none !important;
  }
}

@media screen and (min-width: 1250px) {
  .c-block-33__br {
    display: none !important;
  }
}

/* ---------------------------------------------
*   c-block-39
--------------------------------------------- */
.c-block-39__txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-39__txt {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.91667;
  }
}

.c-block-39__img {
  margin: 0 auto;
  margin-top: 53px;
  width: 72.5%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-39__img {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-39__img {

    margin-top: 5.33333vw;
    width: 100%;
  }
}

.c-block-39__box {
  margin-top: 70px;
  background-color: #f3f4f7;
}

.c-block-39__list {
  padding: 22px 32px 24px;
}

.c-block-39__item:nth-of-type(n+2) {
  margin-top: 14px;
}

.c-block-39__link {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-39__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-block-39__link:hover {
    opacity: 0.8;
  }
}

.c-block-39__link::after {
  display: inline-block;
  margin-left: 8px;
  width: 10px;
  height: 13px;
  background-image: url(/img/common/icon_pdf.svg);
  background-size: cover;
  content: "";
}

.c-block-39__link.c-block-39__link__text::after{
  content: none;
}

/* ---------------------------------------------
*   c-block-45
--------------------------------------------- */
.c-block-45 {
  padding: 90px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-45 {
    padding: 8.8vw 0 18.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .recruit .c-block-45 {
    padding: 0 0 18.66667vw;
  }
}


/* ---------------------------------------------
*   c-block-51
--------------------------------------------- */
.c-block-51__list {
  margin-top: 84px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-51__list {
    margin-top: 19.6vw;
  }
}

.c-block-51__item {
  position: relative;
  border: 1px solid #141e5a;
}

.c-block-51__item:nth-of-type(n+2) {
  margin-top: 87px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-51__item:nth-of-type(n+2) {
    margin-top: 12vw;
  }
}

.c-block-51__box {
  position: absolute;
  top: -35px;
  left: -1px;
  padding: 2px 13px;
  background-color: #141e5a;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-51__box {
    top: -7.1vw;
    padding: 0.26667vw 0.8vw 0.26667vw 0.93333vw;
  }
  .iphone .c-block-51__box {
    top: -7.1vw;
  }
}

.c-block-51__box-txt {
  color: #fff;
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-51__box-txt {
    font-size: 3.73333vw;
    line-height: 1.73684;
  }
}

/*  c-block-11
--------------------------------------------- */
.c-block-11 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-11 {
    margin-bottom: 13.33333vw;
  }
}

.c-block-11__txt {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-11__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/*  c-block-13
--------------------------------------------- */
.c-block-13 {
  padding-bottom: 60px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13 {
    padding-bottom: 16vw;
  }
}

.c-block-13__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-block-13__contents {
    display: block;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__contents {
    display: block;
    margin-top: 17.33333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__desc {
    padding-bottom: 4.66667vw;
    border-bottom: 1px solid #c4c4c4;
  }
}

.c-block-13__lead {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.45;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__lead {
    font-size: 5.06667vw;
  }
}

.c-block-13__txt {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__txt {
    margin-top: 3.33333vw;
    line-height: 1.8;
  }
}

.c-block-13__sdgs {
  margin-left: 70px;
  width: 430px;

  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-block-13__sdgs {
    margin-left: 0;
    margin-top: 4.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__sdgs {
    margin-left: 0;
    padding-top: 4.66667vw;
    min-height: 0%;
    width: 100%;
  }
}

.c-block-13__head {
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__head {
    font-size: 4vw;
  }
}

.c-block-13__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__list {
    margin-top: 6vw;
  }
}

.c-block-13__item {
  margin-left: 3.48837%;
  width: 22.32558%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__item {
    margin-left: 3.43284%;
    width: 22.38806%;
  }
}

.c-block-13__item:first-of-type {
  margin-left: 0;
}

.c-block-13__btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-13__btn {
    margin-top: 10vw;
  }
}

/*  c-block-17
--------------------------------------------- */
.c-block-17 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-17 {
    padding-top: 18.66667vw;
    padding-bottom: 0;
  }
}

.c-block-17__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;

  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-17__list {
    display: block;
  }
}

.c-block-17__item {
  margin-left: 3.75%;
  width: 30.83333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-17__item {
    margin-top: 7.33333vw;
    margin-left: 0;
    width: 100%;
  }
}

.c-block-17__item:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-17__item:first-of-type {
    margin-top: 0;
  }
}

.c-block-17__link {
  display: block;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-block-17__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-block-17__link:hover {
    opacity: 0.8;
  }
}

.c-block-17__desc {
  margin-top: 13px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-17__desc {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
  }
}

/*  c-block-19
--------------------------------------------- */
.c-block-19__lead {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-19__lead {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
}

.c-block-19__lead-txt {
  font-size: 31px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-19__lead-txt {
    font-size: 4.267vw;
  }
}

.c-block-19__lead-ttl {
  position: relative;
  font-size: 46px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-19__lead-ttl {
    margin-top: 2vw;
    font-size: 6.133vw;
  }
}

.txt-ruby-parent {
  position: relative;
}

.c-block-19__lead-ttl .txt-ruby {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 37%;
  white-space: nowrap;
}

.c-block-19__link {
  margin-top: 35px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-19__link {
    margin-top: 4vw;
  }
}

.c-block-19__btn {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-19__btn {
    margin-top: 13.333vw;
    margin-bottom: 19.9995vw;

  }
}

/*  c-block-23
--------------------------------------------- */
.c-block-23 {
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: #141E5A;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-23 {
    padding-top: 10.667vw;
    padding-bottom: 13.333vw;
  }
}

.c-block-23__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.c-block-23__lead {
  width: 90%;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-23__lead {
    width: 100%;
    margin-top: 7.333vw;
    padding: 0 5.333vw;
    font-size: 3.733vw;
    line-height: 1.85;
  }
}

.c-block-23__btn {
  text-align: center;
}

.c-block-23__btn .c-btn {
  border-color: #fff;
}

.c-block-23__btn .c-btn__txt {
  color: #fff;
}

.c-block-23__btn .c-btn--arw::before {
  background-image: url(/img/common/icon_arrow_w.svg);
}

/* ---------------------------------------------
*   c-box-2
--------------------------------------------- */
.c-box-2 {
  margin-top: 5.83333%;
}

/* ---------------------------------------------
*   c-box-2-note
--------------------------------------------- */
.c-box-2-note {
  margin-bottom: 4.16667%;
  font-size: 13px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-2-note {
    margin-top: 6.66667vw;
    margin-bottom: 10.66667vw;
    font-size: 2.66667vw;
    line-height: 2;
  }
}

/* ---------------------------------------------
*   c-box-4
--------------------------------------------- */
.c-box-4 {
  margin-bottom: 8.33333%;
}

.c-box-4__news {
  font-size: 29px;
}

/* ---------------------------------------------
*   c-box-6
--------------------------------------------- */
.c-box-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  padding-bottom: 3.33333%;
  border-bottom: 1px solid #e9e9e9;

  -webkit-box-pack: end;
  justify-content: end;
}

.c-box-6__date {
  font-size: 16px;
}

.c-box-6__name {
  font-size: 16px;
}

/* ---------------------------------------------
*   c-box-8
--------------------------------------------- */
.c-box-8 {
  margin-top: 2.91667%;
  margin-bottom: 3.75%;
}

.c-box-8__area {
  padding-top: 2.91667%;
  padding-bottom: 2.91667%;
  padding-left: 2.91667%;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-8__area {
    padding-top: 4.66667vw;
    padding-bottom: 6vw;
    padding-left: 2.66667vw;
  }
}

.c-box-8__txt {
  position: relative;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-8__txt {
    font-size: 3.73333vw;
  }
}

.c-box-8__txt::after {
  position: absolute;
  top: 52%;
  right: -20px;
  width: 10px;
  height: 13px;
  background: url(/img/common/icon_pdf.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-8__txt::after {
    right: -5.33333vw;
    width: 2.66667vw;
    height: 3.46667vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-8__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-8 {
    text-decoration: underline;
  }
}

/* ---------------------------------------------
*   c-box-10
--------------------------------------------- */
.c-box-10 {
  margin-top: 5.83333%;
  margin-bottom: 8.33333%;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-10 {
    margin-top: 14.66667vw;
    margin-bottom: 20vw;
  }
}

/* ---------------------------------------------
*   c-box-12
--------------------------------------------- */
.c-box-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  margin-top: 4.16667%;

  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12 {
    display: block;
  }
}

.c-box-12::after {
  display: block;
  width: 50%;
  content: "";
}

.c-box-12__item {
  padding: 0 1em;
  width: 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12__item {
    margin-top: 8vw;
    width: 100%;
  }
  .c-box-12__item:first-of-type() {
    margin-top: 0;
  }
}

.c-box-12__item:nth-of-type(n + 3) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12__item:nth-of-type(n + 3) {
    margin-top: 8vw;
  }
}

.c-box-12__txt {
  margin-top: 6.66667%;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12__txt {
    text-align: center;
    font-size: 3.46667vw;
    line-height: 2;
  }
}

.c-box-12__icon {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12__icon {
    margin-left: 1.33333vw;
    width: 2.93333vw;
    height: 3.73333vw;
  }
}

.c-box-12__icon img {
  vertical-align: top;
}

.c-box-12__img {
  margin: 0 auto;
  height: 238px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-12__img {
    height: 31.73333vw;
  }
}

.c-box-12__img img {
  height: 100%;
}

/* ---------------------------------------------
*   c-box-14
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-14 {
    margin-top: 8vw;
  }
}

.c-box-14__contents {
  margin-bottom: 7.5%;
  padding-top: 5.83333%;
  padding-bottom: 5.83333%;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-14__contents {
    padding-top: 13.33333vw;
    padding-bottom: 14.66667vw;
  }
}

.c-box-14__lead {
  margin-bottom: 1.66667%;
  font-size: 29px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-14__lead {
    margin-bottom: 5.33333vw;
    font-weight: 500;
    font-size: 5.06667vw;
  }
}

.c-box-14__txt {
  font-size: 20px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-14__txt {
    font-size: 3.73333vw;
    line-height: 1.85;
  }
}

/* ---------------------------------------------
*   c-box-3
--------------------------------------------- */
.c-box-3 {
  margin-top: 78px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3 {
    margin-top: 8.26667vw;
  }
}

.c-box-3__ttl {
  margin-left: 3px;
  padding: 2px 0 5px 13px;
  border-left: 2px solid #fabe00;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__ttl {
    margin-left: 0;
    padding: 0;
    border-width: 0;
  }
}

.c-box-3__txt {
  margin-top: 34px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__txt {
    margin-top: 4.26667vw;
  }
}

.c-box-3__txt--2 {
  margin-top: 28px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__txt--2 {
    margin-top: 6.93333vw;
  }
}

.c-box-3__txt--3 {
  margin-top: 72px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__txt--3 {
    margin-top: 11.2vw;
  }
}

.c-box-3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 47px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__list {
    display: block;
    margin-top: 8.26667vw;
  }
}

.c-box-3__item {
  width: 48.33333%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-3__item:nth-of-type(n+3) {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__item {
    width: 100%;
  }
  .c-box-3__item:nth-of-type(n+2) {
    margin-top: 9.33333vw;
  }
}

.c-box-3__link {
  display: inline-block;
  margin-top: 13px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-3__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-box-3__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__link {
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
  }
}

.c-box-3__link::after {
  display: inline-block;
  margin-left: 13px;
  width: 17px;
  height: 17px;
  background-image: url(/img/common/icon_open-link_b.svg);
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__link::after {
    margin-left: 2.66667vw;
    width: 3.53333vw;
    height: 3.53333vw;
  }
}

.c-box-3__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 80px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-3__btn {
    display: block;
    margin-top: 9.33333vw;
    text-align: center;
  }
}

/* ---------------------------------------------
*   c-box-9
--------------------------------------------- */
.c-box-9 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9 {
    margin-top: 10.13333vw;
  }
}

.c-block-3__business .c-box-9 {
  margin-top: 85px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__business .c-box-9 {
    margin-top: 10.93333vw;
  }
}

.c-block-3__business .c-box-9 {
  margin-top: 85px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__business .c-box-9 {
    margin-top: 10.93333vw;
  }
}

.c-block-3__business .c-box-9--2 {
  margin-top: 38px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__business .c-box-9--2 {
    margin-top: 6.13333vw;
  }
}

.c-block-3__overseas .c-box-9 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__overseas .c-box-9 {
    margin-top: 7.46667vw;
  }
}

.c-box-9__ttl {
  margin-left: 1px;
  padding: 2px 0 5px 13px;
  border-left: 2px solid #fabe00;
}

.c-box-9--2 .c-box-9__ttl__noborder {
  padding: 0;
  padding-left: 0;
  border-width: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__ttl {
    padding: 0;
    padding-left: 0;
    border-width: 0;
  }
  .windows .c-box-9__ttl {
    letter-spacing: -.05em;
  }
  .safari .c-box-9__ttl {
    letter-spacing: -.03em;
  }
}

.c-box-9__img {
  margin-top: 27px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__img {
    margin-top: 6.13333vw;
  }
}

.c-box-9__img-outer .c-box-9__img {
  margin-top: 0;
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__img-outer .c-box-9__img {
    width: 47.76119%;
  }
}

.c-box-9__block .c-box-9__img {
  margin: 0 auto;
  margin-top: 80px;
  width: 80.41667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__block .c-box-9__img {
    margin-top: 7.2vw;
    width: 100%;
  }
}

.c-box-9__cassette {
  margin-top: 34px;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-9__cassette::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__cassette {
    margin-top: 3.73333vw;
  }
}

.c-block-3__business .c-box-9__cassette {
  margin-top: 25px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__business .c-box-9__cassette {
    margin-top: 3.73333vw;
  }
}

.c-block-3__overseas .c-box-9__cassette {
  margin-top: 23px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__overseas .c-box-9__cassette {
    margin-top: 4.26667vw;
  }
}

.c-box-9__btn {
  float: right;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 48px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__btn {
    float: none;
    margin-top: 4.26667vw;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.c-box-9__img-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 25px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__img-outer {
    margin-top: 2.66667vw;
  }
}

.c-box-9__txt-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 1100px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__txt-outer {
    display: block;
    margin-top: 7.46667vw;
    max-width: none;
    width: 100%;
  }
}

.c-box-9__txt-outer .c-box-9__txt {
  width: 294px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__txt-outer .c-box-9__txt {
    width: 100%;
  }
}

.c-box-9__txt-outer .c-box-9__txt:nth-of-type(n+2) {
  padding-left: 20px;
  width: 314px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-9__txt-outer .c-box-9__txt:nth-of-type(n+2) {
    margin-top: 6.93333vw;
    padding-left: 0;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-box-15
--------------------------------------------- */
.c-box-15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding-bottom: 97px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15 {
    padding-bottom: 13.6vw;
  }
}

.c-box-15__sentence {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15__sentence {
    width: 100%;
  }
}

.c-box-15__img {
  margin: 44px 0 0;
  width: 75%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15__img {
    width: 100%;
    margin-top: 8.26667vw;
  }
}

.c-box-15__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 54px;
  width: 100%;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15__btn {
    margin-top: 6.66667vw;
  }
}

.c-box-15__cassette {
  margin-top: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15__cassette {
    margin-top: 7.46667vw;
  }
}

.c-box-15__anno {
  color: #9fa2a3;
  font-size: 16px;
  line-height: 1.9375;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-15__anno {
    font-size: 3.46667vw;
    line-height: 2;
  }
}

/* ---------------------------------------------
*   c-box-21
--------------------------------------------- */
.c-box-21 {
  padding-bottom: 98px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21 {
    padding-bottom: 13.6vw;
  }
}

.c-box-21__txt {
  margin-top: 21px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21__txt {
    margin-top: 8.26667vw;
  }
}

.c-box-21__img {
  margin: 0 auto;
  margin-top: 44px;
  width: 76.75%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-21__img {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21__img {
    margin-top: 7.73333vw;
    width: 100%;
  }
}

.c-box-21--evolution .c-box-21__img {
  margin-top: 31px;
  width: 92.16667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21--evolution .c-box-21__img {
    margin-top: 7.46667vw;
    width: 100%;
  }
}

.c-box-21--earth .c-box-21__img {
  margin-top: 29px;
  width: 92.16667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21--earth .c-box-21__img {
    margin-top: 6.93333vw;
    width: 100%;
  }
}

.c-box-21__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 41px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21__btn {
    margin-top: 9.33333vw;
  }
}

.c-box-21--evolution .c-box-21__btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21--evolution .c-box-21__btn {
    margin-top: 9.6vw;
  }
  .c-box-21--evolution .c-box-21__btn.pc-hide {
    margin-top: 4.26667vw;
  }
}

.c-box-21--earth .c-box-21__btn {
  margin-top: 46px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-21--earth .c-box-21__btn {
    margin-top: 11.46667vw;
  }
}

/* ---------------------------------------------
*   c-box-27
--------------------------------------------- */
.c-box-27 {
  padding-bottom: 97px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27 {
    padding-bottom: 13.6vw;
  }
}

.c-box-27__txt {
  margin-top: 21px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__txt {
    margin-top: 7.73333vw;
  }
}

.c-box-27__content .c-box-27__txt {
  margin-top: 12px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__content .c-box-27__txt {
    margin-top: 3.73333vw;
  }
}

.c-box-27__cassette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 30px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__cassette {
    display: block;
    margin-top: 7.46667vw;
  }
}

.c-box-27__content {
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__content {
    width: 100%;
  }
  .c-box-27__content:nth-of-type(2) {
    margin-top: 7.2vw;
  }
}

.c-box-27__lead {
  margin-top: 19px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__lead {
    margin-top: 4.53333vw;
    font-weight: 500;
    font-size: 4.93333vw;
    line-height: 1.24324;
  }
}

.c-box-27__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 46px;
  width: 100%;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-27__btn {
    margin-top: 7.46667vw;
  }
}

/* ---------------------------------------------
*   c-box-33
--------------------------------------------- */
.c-box-33 {
  margin-top: 9.06667vw;
  background-color: #f3f4f7;
}

.c-box-33__list {
  padding: 6.13333vw 5.06667vw;
}

.c-box-33__item {
  font-size: 0;
}

.c-box-33__item:nth-of-type(n+2) {
  margin-top: 5.6vw;
}

.c-box-33__link {
  font-size: 3.73333vw;
  line-height: 1.28571;
}

.c-box-33__link::after {
  display: inline-block;
  margin-left: 1.06667vw;
  width: 2.66667vw;
  height: 3.46667vw;
  background-image: url(/img/common/icon_pdf.svg);
  background-size: cover;
  content: "";
  -webkit-transform: translateY(0.26667vw);
  transform: translateY(0.26667vw);
}

/* ---------------------------------------------
*   c-box-39
--------------------------------------------- */
.c-box-39 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-39 {
    display: block;
  }
}

.c-box-39__content {
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-39__content {
    width: 100%;
  }
  .c-box-39__content:nth-of-type(2) {
    margin-top: 9.06667vw;
  }
}

.c-box-39__link {
  display: block;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-39__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-box-39__link:hover {
    opacity: 0.8;
  }
}

.c-box-39__img {
  display: block;
}

.c-box-39__txt {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  line-height: 1.72222;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-39__txt {
    margin-top: 3.2vw;
    font-size: 3.46667vw;
    line-height: 1.38462;
  }
}

/* ---------------------------------------------
*   c-box-39-wrapper
--------------------------------------------- */
.c-box-39-wrapper {
  padding: 90px 0 113px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-39-wrapper {
    padding: 8.26667vw 0 8.53333vw;
  }
}

/* ---------------------------------------------
*   c-box-45
--------------------------------------------- */
.c-box-45 {
  padding: 31px 30px 22px 28px;
  background-color: #fff;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45 {
    padding: 6.8vw 5.6vw 8.4vw;
  }
}

.c-box-45::after {
  display: block;
  clear: both;
  content: "";
}

.c-box-45__ttl {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1057px) {
  .c-box-45__ttl {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__ttl {
    float: none;
  }
}

.c-box-45__img {
  float: right;
  margin-top: -7px;
  margin-left: 5.07881%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__img {
    float: none;
    margin-top: 6vw;
    margin-left: 0;
  }
}

.c-box-45__txt {
  clear: left;
  margin-top: 47px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__txt {
    margin-top: 4.8vw;
  }
}

.c-box-45__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-box-45__list {
    -ms-flex-pack: left;

    -webkit-box-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__list {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-45__list--3::after {
    display: block;
    width: 96px;
    content: "";
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__list--3 {
    padding-left: 4vw;
  }
}

.c-box-45__item {
  width: 96px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__item {
    width: 16vw;
  }
}

.c-box-45__item:nth-of-type(-n+3) {
  margin-right: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-45__item:nth-of-type(-n+3) {
    margin-right: 2.53333vw;
  }
}

/* ---------------------------------------------
*   c-box-51
--------------------------------------------- */
.c-box-51 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 100%;

  -webkit-box-pack: justify;
}

.c-box-21--evolution .c-box-51 {
  margin-top: 46px;
  justify-content: center;
}

.c-box-51__btn {
  margin-left: 60px;
  flex-shrink: 0;
}
.c-box-51__btn:nth-of-type(1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51__btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51 {
    display: block;
    max-width: none;
  }
}

@media screen and (max-width: 1280px) {
  .c-box-51__btn {
    margin-left: 1.78571%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51__btn {
    margin-top: 7.46667vw;
    margin-left: 0;
    width: 100%;
  }
}

/*  c-box-51-wrapper
--------------------------------------------- */
.c-box-51-wrapper {
  padding: 101px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51-wrapper {
    padding: 16vw 0 16.53333vw;
  }
}

/*  c-box-1
--------------------------------------------- */
.c-box-1 {
  margin-top: 60px;
  padding: 0 30px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1 {
    margin-top: 9.33333vw;
    padding: 0 5.33333vw;
  }
}

.c-box-1__trigger {
  position: relative;
  display: block;
  padding: 25px 0;
  width: 100%;
  color: inherit;
  text-align: left;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-box-1__trigger {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-box-1__trigger:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__trigger {
    padding: 4.66667vw 0;
    font-size: 3.73333vw;
  }
}

.c-box-1__trigger::before, .c-box-1__trigger:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 1px;
  background-color: #141e5a;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__trigger::before, .c-box-1__trigger:after {
    width: 2.93333vw;
    height: 0.26667vw;
  }
}

.c-box-1__trigger::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-1__trigger::after {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.is-acc-open .c-box-1__trigger::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-box-1__contents {
  padding: 45px 0 40px;
  border-top: 1px solid #D3D3D3;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__contents {
    padding: 5.33333vw 0;
  }
}

.c-box-1__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  margin-top: 40px;

  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__unit {
    display: block;
    margin-top: 4vw;
  }
}

.c-box-1__unit:first-of-type {
  margin-top: 0;
}

.c-box-1__img {
  margin-right: 2.63158%;
  width: 20.17544%;

  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__img {
    margin-right: auto;
    margin-bottom: 5.33333vw;
    margin-left: auto;
    width: 34.32836%;
  }
}

.c-box-1__head {
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__head {
    font-size: 4vw;
  }
}

.c-box-1__txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-1__txt {
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 7.5%;
  margin-bottom: 6.66667%;

  -webkit-box-pack: center;
  justify-content: center;
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 374px;
  min-height: 75px;
  border: 1px solid #141e5a;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.c-btn:nth-of-type(2) {
  margin-left: 60px;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-btn {
    width: 40vw;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-btn {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .c-btn:hover {
    background-color: #141e5a;
  }
  .c-btn:hover .c-btn__txt {
    color: #fff;
  }
  .c-btn:hover.c-btn--arw::before {
    background-image: url(/img/common/icon_arrow_w.svg);
  }
  .c-btn:hover::before {
    background-image: url(/img/common/icon_open-link_w.svg);
  }
  .c-btn.pdf:hover::before {
    background-image: url(/img/common/icon_pdf_w.svg);
  }
  .c-block-23 .c-btn:hover {
    background-color: #fff;
  }
  .c-block-23 .c-btn:hover .c-btn__txt {
    color: #141e5a;
  }
  .c-block-23 .c-btn:hover.c-btn--arw::before {
    background-image: url(/img/common/icon_arrow_b.svg);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn {
    width: 80%;
    min-height: 17.73333vw;
    border-width: 0.46667vw;
  }
}

.c-box-51__btn .c-btn {
  width: 360px;
}
.c-box-51-wrapper.images {
  padding: 21px 0 0;
}
.c-box-51-wrapper.images .c-box-51 .c-box-51__btn {
  width: 360px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51-wrapper.images {
    padding: 0;
  }
  .c-box-51-wrapper.images .c-box-51 .c-box-51__btn {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .c-box-51__btn {
    width: 32.14286%;
  }
  .c-box-51__btn .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-box-51__btn {
    width: 32.14286%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-box-51__btn {
    width: 100%;
  }
}

.c-btn::before {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 17px;
  height: 17px;
  background-image: url(/img/common/icon_open-link_bl.svg);
  background-size: cover;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn.pdf::before {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 17px;
  height: 22px;
  background-image: url(/img/common/icon_pdf.svg);
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn::before {
    right: 16px;
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

.c-btn--arw::before {
  right: 12px;
  width: 8px;
  height: 15px;
  background-image: url(/img/common/icon_arrow_b.svg);
}

.c-btn--pdf::before {
  right: 12px;
  width: 17px;
  height: 22px;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.09%2014.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23141e5a%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23141e5a%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.79%2C9.58a7.66%2C7.66%2C0%2C0%2C0-1.44.13%2C6.32%2C6.32%2C0%2C0%2C1-.86-1.14C6.2%2C6.53%2C5.75%2C6%2C5.14%2C6s-.71.5-.65%2C1A4.89%2C4.89%2C0%2C0%2C0%2C5%2C8.42a17%2C17%2C0%2C0%2C1-.81%2C1.83%2C7.91%2C7.91%2C0%2C0%2C0-.92.35c-1.13.52-1.22%2C1.23-1%2C1.52.44.57%2C1.4.08%2C2.35-1.63.66-.19%2C1.52-.43%2C1.6-.43h0a3.54%2C3.54%2C0%2C0%2C0%2C1.51%2C1%2C.82.82%2C0%2C0%2C0%2C1-.7C8.82%2C10%2C8.64%2C9.63%2C7.79%2C9.58ZM3.55%2C11.43c-.28.32-.72.64-.88.54s-.19-.41.17-.75a3%2C3%2C0%2C0%2C1%2C1-.56c.1%2C0%2C.13%2C0%2C.13.05A2.41%2C2.41%2C0%2C0%2C1%2C3.55%2C11.43ZM4.76%2C7c0-.33%2C0-.64.32-.68s.41.27.3.79A4.8%2C4.8%2C0%2C0%2C1%2C5.17%2C8s-.11-.09-.11-.09A3%2C3%2C0%2C0%2C1%2C4.76%2C7Zm.11%2C3.1c.14-.24.51-1.2.51-1.2s.7.88.7.88S5.13%2C10%2C4.87%2C10.1Zm2.87.42A3.64%2C3.64%2C0%2C0%2C1%2C6.67%2C10a3.19%2C3.19%2C0%2C0%2C1%2C1-.13c.41%2C0%2C.56.2.56.37S8.13%2C10.57%2C7.74%2C10.52Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.59%2013.8%200.5%2013.8%200.5%200.5%205.76%200.5%2010.59%205.1%2010.59%2013.8%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2210.59%205.1%205.99%205.1%205.99%200.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.c-btn--pdf:hover:before {
  fill: #fff;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.09%2014.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.79%2C9.58a7.66%2C7.66%2C0%2C0%2C0-1.44.13%2C6.32%2C6.32%2C0%2C0%2C1-.86-1.14C6.2%2C6.53%2C5.75%2C6%2C5.14%2C6s-.71.5-.65%2C1A4.89%2C4.89%2C0%2C0%2C0%2C5%2C8.42a17%2C17%2C0%2C0%2C1-.81%2C1.83%2C7.91%2C7.91%2C0%2C0%2C0-.92.35c-1.13.52-1.22%2C1.23-1%2C1.52.44.57%2C1.4.08%2C2.35-1.63.66-.19%2C1.52-.43%2C1.6-.43h0a3.54%2C3.54%2C0%2C0%2C0%2C1.51%2C1%2C.82.82%2C0%2C0%2C0%2C1-.7C8.82%2C10%2C8.64%2C9.63%2C7.79%2C9.58ZM3.55%2C11.43c-.28.32-.72.64-.88.54s-.19-.41.17-.75a3%2C3%2C0%2C0%2C1%2C1-.56c.1%2C0%2C.13%2C0%2C.13.05A2.41%2C2.41%2C0%2C0%2C1%2C3.55%2C11.43ZM4.76%2C7c0-.33%2C0-.64.32-.68s.41.27.3.79A4.8%2C4.8%2C0%2C0%2C1%2C5.17%2C8s-.11-.09-.11-.09A3%2C3%2C0%2C0%2C1%2C4.76%2C7Zm.11%2C3.1c.14-.24.51-1.2.51-1.2s.7.88.7.88S5.13%2C10%2C4.87%2C10.1Zm2.87.42A3.64%2C3.64%2C0%2C0%2C1%2C6.67%2C10a3.19%2C3.19%2C0%2C0%2C1%2C1-.13c.41%2C0%2C.56.2.56.37S8.13%2C10.57%2C7.74%2C10.52Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.59%2013.8%200.5%2013.8%200.5%200.5%205.76%200.5%2010.59%205.1%2010.59%2013.8%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2210.59%205.1%205.99%205.1%205.99%200.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn--arw::before {
    right: 1rem;
    width: 1.73333vw;
    height: 3.2vw;
  }
  .c-btn--pdf::before {
    right: 1rem;
    width: 3.2vw;
    height: 4.2vw;
  }
  .c-btn--pdf:hover:before {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.09%2014.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23141e5a%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23141e5a%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.79%2C9.58a7.66%2C7.66%2C0%2C0%2C0-1.44.13%2C6.32%2C6.32%2C0%2C0%2C1-.86-1.14C6.2%2C6.53%2C5.75%2C6%2C5.14%2C6s-.71.5-.65%2C1A4.89%2C4.89%2C0%2C0%2C0%2C5%2C8.42a17%2C17%2C0%2C0%2C1-.81%2C1.83%2C7.91%2C7.91%2C0%2C0%2C0-.92.35c-1.13.52-1.22%2C1.23-1%2C1.52.44.57%2C1.4.08%2C2.35-1.63.66-.19%2C1.52-.43%2C1.6-.43h0a3.54%2C3.54%2C0%2C0%2C0%2C1.51%2C1%2C.82.82%2C0%2C0%2C0%2C1-.7C8.82%2C10%2C8.64%2C9.63%2C7.79%2C9.58ZM3.55%2C11.43c-.28.32-.72.64-.88.54s-.19-.41.17-.75a3%2C3%2C0%2C0%2C1%2C1-.56c.1%2C0%2C.13%2C0%2C.13.05A2.41%2C2.41%2C0%2C0%2C1%2C3.55%2C11.43ZM4.76%2C7c0-.33%2C0-.64.32-.68s.41.27.3.79A4.8%2C4.8%2C0%2C0%2C1%2C5.17%2C8s-.11-.09-.11-.09A3%2C3%2C0%2C0%2C1%2C4.76%2C7Zm.11%2C3.1c.14-.24.51-1.2.51-1.2s.7.88.7.88S5.13%2C10%2C4.87%2C10.1Zm2.87.42A3.64%2C3.64%2C0%2C0%2C1%2C6.67%2C10a3.19%2C3.19%2C0%2C0%2C1%2C1-.13c.41%2C0%2C.56.2.56.37S8.13%2C10.57%2C7.74%2C10.52Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2210.59%2013.8%200.5%2013.8%200.5%200.5%205.76%200.5%2010.59%205.1%2010.59%2013.8%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2210.59%205.1%205.99%205.1%205.99%200.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }

}

.c-btn__inner {
  display: block;
  width: 100%;
  text-align: center;
  padding: .5rem 1.5rem .5rem .5rem;
}

.c-btn__txt {
  display: inline-block;
  color: #141e5a;
  font-size: 18px;
  line-height: 1.38889;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn__txt {
    font-size: 4.26667vw;
    line-height: 1.125;
  }
}

@media screen and (min-width: 850px) {
  .c-btn__br {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-btn__br {
    display: none !important;
  }
}

/* ---------------------------------------------
*   c-card-2
--------------------------------------------- */
.c-card-2__img {
  position: relative;
  overflow: hidden;
  padding-top: 60.80114%;
  width: 100%;
  height: 0;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-card-2:hover .c-card-2__img {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-card-2__img-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-card-2__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}

.c-card-2__cat-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 5px;
  padding: 3px 7px;
  height: 22px;
  border: 1px solid #141e5a;
  background-color: #fff;
  color: #141e5a;
  font-size: 13px;
  line-height: 1;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card-2__cat-label {
    margin-top: 0;
    padding-top: 0.53333vw;
    padding-right: 1.2vw;
    padding-left: 1.2vw;
    height: 4.4vw;
    font-size: 2.93333vw;
  }
}

.c-card-2__cat-label--accent {
  background-color: #141e5a;
  color: #fff;
  margin-top: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card-2__cat-label--accent {
    margin-top: 1.33333vw;
  }
}

.c-card-2__cat-label--1 {
  margin-top: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card-2__cat-label--1 {
    margin-right: 0.66667vw;
  }
}

.c-card-2__ttl {
  position: relative;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-card-2:hover .c-card-2__ttl {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card-2__ttl {
    font-size: 3.73333vw;
  }
}

.c-card-2__date {
  margin-top: 5%;
  margin-bottom: 0.41667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card-2__date {
    margin-top: 2.66667vw;
    margin-bottom: 3.33333vw;
    font-size: 3.73333vw;
  }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card {
    margin-bottom: 8vw;
  }
}

.c-card__head {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card__head {
    margin-bottom: 4vw;
  }
}

.c-card__body {
  padding: 0 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-card__body {
    padding: 0;
  }
}

/*  c-cassette-1
--------------------------------------------- */
.c-cassette-1__ttl {
  font-weight: 500;
  font-size: 1.5rem;
}

.c-cassette-1__list-item {
  font-size: 1.125rem;
}

.c-cassette-1__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cassette-1__contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cassette-1__contents-ttl {
  font-weight: 500;
  font-size: 1.125rem;
}

/*  c-cassette-5
--------------------------------------------- */
.c-cassette-5 {
  background-color: #a5a5a5;
}

.c-cassette-5__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.c-cassette-5__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}

/*  c-cassette-7
--------------------------------------------- */
.c-cassette-7 {
  margin-top: 75px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7 {
    margin-top: 13.33333vw;
  }
}

.c-cassette-7__contents {
  margin-top: 25px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__contents {
    margin-top: 5.33333vw;
  }
}

.c-cassette-7__unit {
  margin-top: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__unit {
    margin-top: 14.66667vw;
  }
}

.c-cassette-7__unit:first-of-type {
  margin-top: 0;
}

.c-cassette-7__lead {
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__lead {
    font-size: 4vw;
  }
}

.c-cassette-7__txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__txt {
    margin-top: 3.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

.c-cassette-7__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  margin-top: 25px;

  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__list {
    display: block;
    margin-top: 4.66667vw;
  }
}

.c-cassette-7__item {
  margin-left: 3.75%;
  width: 30.83333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__item {
    margin-top: 8vw;
    margin-left: 0;
    width: 100%;
  }
}

.c-cassette-7__list--half .c-cassette-7__item {
  margin-left: 3.33333%;
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__list--half .c-cassette-7__item {
    margin-left: 0;
    width: 100%;
  }
}

.c-cassette-7__item:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__item:first-of-type {
    margin-top: 0;
  }
}

.c-cassette-7__desc {
  margin-top: 13px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__desc {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
  }
}

.c-cassette-7__btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-7__btn {
    margin-top: 13.33333vw;
  }
}

/*  c-cassette-11
--------------------------------------------- */
.c-cassette-11 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11 {
    margin-top: 16vw;
  }
}

.c-cassette-11:first-of-type {
  margin-top: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11:first-of-type {
    margin-top: 6.66667vw;
  }
}

.c-cassette-11__contents {
  margin-top: 25px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__contents {
    margin-top: 5.33333vw;
  }
}

.c-cassette-11__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__inner {
    display: block;
  }
}

.c-cassette-11__img {
  margin-right: 3.33333%;
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__img {
    margin-right: 0;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.c-cassette-11__desc {
  margin-top: -10px;
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__desc {
    margin-top: 0;
    width: 100%;
  }
}

.c-cassette-11__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__list {
    margin-top: 4vw;
  }
}

.c-cassette-11__item {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__item {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

.c-cassette-11__item .dot {
  color: #141e5a;
}

.c-cassette-11__txt {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

.c-cassette-11__btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-11__btn {
    margin-top: 4.66667vw;
  }
}

/*  c-cassette-13
--------------------------------------------- */
.c-cassette-13 {
  position: relative;
  margin-top: 120px;
  padding-bottom: 1100px;
}

.c-cassette-13:last-of-type {
  padding-bottom: 1320px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13 {
    margin-top: 8.571vw;
    padding-bottom: 91.429vw;
  }
  .c-cassette-13:last-of-type {
    padding-bottom: 94.285vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-cassette-13 {
    padding-bottom: 71.429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13 {
    margin-top: 15.333vw;
    padding-bottom: 220vw;
  }

  .c-cassette-13:last-of-type {
    margin-top: 2.333vw;
    padding-bottom: 250.667vw;
  }
}

.c-cassette-13__ttl {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  border-bottom: 8px solid #FABE00;
  line-height: 1.2;
  margin-left: 100px;
}

.ie .c-cassette-13__ttl {
  line-height: 1.1;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__ttl {
    margin-left: 7.143vw;
    font-size: 5.714vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__ttl {
    margin-left: 5.333vw;
    font-size: 10.667vw;
    border-width: 1.333vw;
  }
}

.c-cassette-13__ttl--right {
  margin-left: 815px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__ttl--right {
    margin-left: 58.214vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__ttl--right {
    margin-left: 5.333vw;
  }
}

.c-cassette-13__list {
  margin-top: 55px;
  margin-left: 100px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__list {
    margin-top: 3.929vw;
    margin-left: 7.143vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__list {
    margin-top: 8vw;
    margin-left: 5.333vw;
  }
}

.c-cassette-13__list--right {
  margin-left: 815px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__list--right {
    margin-left: 58.214vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__list--right {
    margin-left: 5.333vw;
  }
}

.c-cassette-13__item {
  margin-top: 30px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__item {
    margin-top: 2.143vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__item {
    margin-top: 5.333vw;
  }
}

.c-cassette-13__item:first-of-type {
  margin-top: 0;
}

.c-cassette-13__item .c-link-1 {
  font-size: 1.3125rem;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__item .c-link-1 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-cassette-13__item .c-link-1 {
    font-size: .8rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__item .c-link-1 {
    font-size: 4.267vw;
  }
}

.c-cassette-13__img {
  position: absolute;
}

.c-cassette-13__img--01 {
  max-width: 509px;
  top: 0;
  right: 110px;
  width: 509px;
}

.c-cassette-13__img--02 {
  max-width: 440px;
  top: 521px;
  left: 523px;
  width: 440px;
}

.c-cassette-13__img--03 {
  max-width: 360px;
  top: 424px;
  left: 44px;
  width: 360px;
}

.c-cassette-13__img--04 {
  max-width: 282px;
  top: 266px;
  left: 450px;
  width: 282px;
}

.c-cassette-13__img--05 {
  max-width: 343px;
  top: 484px;
  right: 0;
  width: 343px;
}

.c-cassette-13__img--06 {
  max-width: 539px;
  top: 835px;
  left: 88px;
  width: 539px;
}

.c-cassette-13__img--07 {
  max-width: 677px;
  top: 0;
  left: 0;
  width: 677px;
}

.c-cassette-13__img--08 {
  max-width: 632px;
  top: 290px;
  right: 0;
  width: 632px;
}

.c-cassette-13__img--09 {
  max-width: 467px;
  top: 560px;
  left: 135px;
  width: 467px;
}

.c-cassette-13__img--10 {
  max-width: 268px;
  top: 810px;
  right: 40px;
  width: 268px;
}

.c-cassette-13__img--11 {
  max-width: 361px;
  top: 1065px;
  left: 62px;
  width: 361px;
}

.c-cassette-13__img--12 {
  max-width: 548px;
  top: 980px;
  left: 486px;
  width: 548px;
}

@media screen and (max-width: 1400px) {
  .c-cassette-13__img--01 {
    top: 0;
    right: 1.8571vw;
    width: 36.3571vw;
  }

  .c-cassette-13__img--02 {
    top: 37.2143vw;
    left: 37.3571vw;
    width: 31.4285vw;
  }

  .c-cassette-13__img--03 {
    top: 30.2857vw;
    left: 3.1428vw;
    width: 25.7142vw;
  }

  .c-cassette-13__img--04 {
    top: 19vw;
    left: 37.1429vw;
    width: 20.1429vw;
  }

  .c-cassette-13__img--05 {
    top: 34.5714vw;
    right: 0;
    width: 24.5vw;
  }

  .c-cassette-13__img--06 {
    top: 59.6429vw;
    left: 6.2857vw;
    width: 38.5vw;
  }

  .c-cassette-13__img--07 {
    top: 0;
    left: 0;
    width: 48.3571vw;
  }

  .c-cassette-13__img--08 {
    top: 20.7143vw;
    right: 0;
    width: 45.1429vw;
  }

  .c-cassette-13__img--09 {
    top: 40vw;
    left: 9.6429vw;
    width: 33.3571vw;
  }

  .c-cassette-13__img--10 {
    top: 57.8571vw;
    right: 2.8571vw;
    width: 19.1429vw;
  }

  .c-cassette-13__img--11 {
    top: 75.9286vw;
    left: 3.4286vw;
    width: 28.5vw;
  }

  .c-cassette-13__img--12 {
    top: 70vw;
    left: 34.7143vw;
    width: 39.1429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-cassette-13__img--01 {
    top: 56.667vw;
    right: 0;
    width: 55.333vw;
  }

  .c-cassette-13__img--02 {
    top: 157vw;
    right: auto;
    left: 0;
    width: 46.533vw;
  }

  .c-cassette-13__img--03 {
    top: 115.467vw;
    left: 0;
    width: 39.467vw;
  }

  .c-cassette-13__img--04 {
    top: 77.733vw;
    left: 4.533vw;
    width: 35.067vw;
  }

  .c-cassette-13__img--05 {
    top: 110.333vw;
    right: 4vw;
    left: auto;
    width: 42.467vw;
  }

  .c-cassette-13__img--06 {
    top: 192.667vw;
    right: 5.733vw;
    left: auto;
    width: 58.933vw;
  }

  .c-cassette-13__img--07 {
    top: 40vw;
    left: 0;
    width: 82.8vw;
  }

  .c-cassette-13__img--08 {
    top: 107.333vw;
    right: 0;
    width: 58.667vw;
  }

  .c-cassette-13__img--09 {
    top: 160vw;
    left: 6.133vw;
    width: 52.133vw;
  }

  .c-cassette-13__img--10 {
    top: 173.333vw;
    right: 4.4vw;
    width: 29.867vw;
  }

  .c-cassette-13__img--11 {
    top: 126vw;
    left: 3.733vw;
    width: 33.6vw;
  }

  .c-cassette-13__img--12 {
    top: 214.667vw;
    left: 8.8vw;
    width: 73.067vw;
  }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-chapter {
    margin-bottom: 8vw;
  }
}

.c-chapter__container {
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-chapter__container {
    width: 80%;
  }
}

.c-chapter__head {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-chapter__head {
    margin-bottom: 4vw;
  }
}

.c-chapter__body {
  padding: 0 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-chapter__body {
    padding: 0;
  }
}

/*  c-figure-1
--------------------------------------------- */
.c-figure-1 {
  width: 100%;
}

.c-figure-1 img {
  width: 100%;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/*  c-form-input-txt
--------------------------------------------- */
/*  c-form-input-pw
--------------------------------------------- */
/*  c-form-txtarea
--------------------------------------------- */
/*  c-form-select
--------------------------------------------- */
/*  c-form-chkbox
--------------------------------------------- */
/*  c-form-radio
--------------------------------------------- */
/* ---------------------------------------------
*   c-head
--------------------------------------------- */
/*  c-head-1
--------------------------------------------- */
.c-head-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  margin-bottom: 50px;
  line-height: 1;

  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1 {
    display: block;
    margin-bottom: 5.33333vw;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-head-1 {
    display: block;
  }
  .c-head-1 .c-head-1__txt {
    margin-left: 0;
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1--mgb {
    margin-bottom: 9.33333vw;
  }
}

@media screen and (max-width: 900px) {
  .c-head-1--wrap {
    display: block;
  }
}

.c-head-1__ttl {
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1__ttl {
    font-size: 9.6vw;
  }
}

.c-head-1__txt {
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1__txt {
    margin: 0;
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 900px) {
  .c-head-1--wrap .c-head-1__txt {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) and (max-width: 767px) {
  .c-head-1--wrap .c-head-1__txt {
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1__txt--s {
    font-size: 3.46667vw;
  }
}

.c-head-1__txt--n {
  margin-left: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1__txt--n {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-1__txt--mgt {
    margin-top: 6.66667vw !important;
  }
}

/* ---------------------------------------------
*   c-img-2
--------------------------------------------- */
.c-img-2 {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-img-2 {
    margin-bottom: 16vw;
  }
  .c-img-2:last-of-type {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------
*   c-img-4
--------------------------------------------- */
.c-img-4 {
  margin: 0 auto;
  margin-bottom: 9.16667%;
  width: 91.66667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-img-4 {
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   ir
--------------------------------------------- */
#main {
  color: #000000;
  line-height: 1;

  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  /* Link */
}

#main a:link, #main a:visited {
  color: #000;
  text-decoration: none;
}

#main a:hover {
  color: #151a5c;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#main a:active {
  text-decoration: underline;
  opacity: 0.8;
}

@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .main__container {
    margin: 90px auto;
    padding: 0 40px;
    max-width: 1280px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .main__container {
    position: relative;
    margin: 35px 20px 70px;
  }
}

.main .c-section-link {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .main .c-section-link {
    margin-bottom: 60px;
  }
}

.cf:after {
  display: block;
  clear: both;
  content: '';
}

.cb {
  clear: both;
}

.ht {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

.hb {
  overflow: hidden;
  width: 0;
  height: 0;
}

/* pc sp */
@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .pc {
    display: none !important;
  }
}

/* header */
@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #header {
    height: 70px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #header {
    height: 50px;
  }
}

.page_title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
}

.page_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 6px;
  background-color: #fcc000;
  content: '';
}

.sub_title01 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 29px;
}

.sub_title02 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .page_title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.3;
  }
  .page_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 5px;
    background-color: #fcc000;
    content: '';
  }
  .sub_title01 {
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22.5px;
  }
  .sub_title02 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
  }
}

/* local_nav_tab */
.local_nav_tab ul li.active {
  color: #151a5c;
  font-weight: bold;
}

.local_nav_tab ul li {
  font-weight: bold;
  color: #c5c5c5;
}
@media print, screen and (max-width: 767px) and (orientation: landscape) {
  .local_nav_tab {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .local_nav_tab ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .local_nav_tab ul li {
    position: relative;
    display: block;
    line-height: 1.3;
    cursor: pointer;
    width: 33%;
    margin-top: 20px
  }
  .local_nav_tab ul li.on>span,
  .local_nav_tab ul li.active>span,
  .local_nav_tab ul li button.is-current {
    padding-bottom: 5px;
    border-bottom: 1px solid #151a5c;
  }
}
@media print, screen and (min-width: 768px){
  .local_nav_tab {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
  .local_nav_tab ul li.on {
    color: #151a5c;
  }
  .local_nav_tab .line {
    position: absolute;
    bottom: -1px;
    display: block;
    height: 1px;
    background-color: #151a5c;
  }
  .local_nav_tab ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .local_nav_tab ul li+li {
    margin-left: 50px;
  }
  .local_nav_tab ul li {
    position: relative;
    display: block;
    padding-bottom: 1em;
    min-width: 4em;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
  }
  .local_nav_tab ul li.active::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #151a5c;
    content: '';
  }
  .local_nav_tab ul li.on a {
    color: #151a5c;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .local_nav_tab {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .local_nav_tab ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .local_nav_tab ul li {
    position: relative;
    display: block;
    line-height: 1.3;
    cursor: pointer;
    width: 50%;
    margin-top: 30px
  }
  .local_nav_tab ul li.on>span,
  .local_nav_tab ul li.active>span,
  .local_nav_tab ul li button.is-current {
    padding-bottom: 5px;
    border-bottom: 1px solid #151a5c;
  }
}

/* local_nav_anker */
.local_nav_anker>ul>li>a>span::after {
  display: inline-block;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  content: '';
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.local_nav_anker>ul>li>a:hover>span::after {
  border-color: #151a5c;
}

@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .local_nav_anker {
    margin-bottom: 90px;
  }
  .local_nav_anker>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-left: 1px solid #c4c4c4;
  }
  .local_nav_anker>ul>li {
    width: 50%;
    border-right: 1px solid #c4c4c4;
  }
  .local_nav_anker>ul>li>a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }
  .local_nav_anker>ul>li>a:hover {
    border-bottom: 1px solid #151a5c;
    color: #151a5c;
  }
  .local_nav_anker>ul>li>a>span::after {
    margin-bottom: 2px;
    margin-left: 10px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .local_nav_anker {
    margin-bottom: 50px;
  }
  .local_nav_anker>ul {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .local_nav_anker>ul>li {
    margin: 1em 0;
  }
  .local_nav_anker>ul>li>a {
    text-decoration: none;
    font-size: 14px;
  }
  .local_nav_anker>ul>li>a:hover {
    color: #151a5c;
  }
  .local_nav_anker>ul>li>a>span::after {
    margin-bottom: 3px;
    margin-left: 8px;
    width: 10px;
    height: 10px;
  }
}

/* js_select */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  border: 1px solid #151a5c;
  background-color: #fff;
  color: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  content: "";
}

.select-styled:hover {
  background-color: #141e5a !important;
  color: #fff;
}

.select-styled:hover::after {
  border-color: #fff transparent transparent transparent;
}

.select-styled:active, .select-styled.active {
  background-color: #fff;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

.select-styled:hover:active:after, .select-styled:hover.active:after {
  border-color: transparent transparent #fff transparent;
}

.select-options {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 0;
  background-color: #f3f4f7;
  list-style: none;
}

.select-styled.active+.select-options {
  display: block;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #fff;
  color: #000;
  text-indent: 15px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover, .select-options li.is-selected {
  background: #151a5c;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options li a {
  display: block;
}
.select-options li a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .select {
    margin-bottom: 45px;
    width: 250px;
    height: 60px;
    font-size: 16px;
  }
  .tab_content .select{
    margin-bottom: 15px;
  }
  .select-styled {
    padding: 18px 15px;
  }
  .select-styled:after {
    top: 26px;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: 19px;
  }
  .select-options li {
    padding: 21px 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .select {
    margin-bottom: 25px;
    width: 200px;
    height: 50px;
    font-size: 13px;
  }
  .select-styled {
    padding: 15px;
  }
  .select-styled:after {
    top: 21px;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: 14px;
  }
  .select-options li {
    padding: 18px 0;
  }
}

.select-2 li {
  padding: 0;
}

.select-2 li a {
  padding: 21px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .select-2 li a {
    padding: 18px 0;
  }
}

/* block_dl_files */
.block_dl_files {
  background-color: #f3f4f7;
}

.block_dl_files ul li a::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  vertical-align: bottom;
}

.block_dl_files ul li a.pdf::after {
  background-image: url(/img/common/icon_pdf.png);
}

.block_dl_files ul li a.xls::after {
  background-image: url(/img/common/icon_xls.png);
}

@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .block_dl_files {
    margin-bottom: 100px;
    padding: 20px 0;
    font-size: 16px;
  }
  .block_dl_files.mb_short {
    margin-bottom: 30px;
  }
  .block_dl_files ul {
    letter-spacing: -.4em;
  }
  .block_dl_files ul li {
    display: inline-block;
    margin: .5em 30px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .block_dl_files {
    margin: 0 -20px 35px;
    padding: 5px 20px;
    font-size: 14px;
  }
  .block_dl_files.mb_short {
    margin-bottom: 30px;
  }
  .block_dl_files ul li {
    margin: 1em 0;
  }
}

/* table ir */
.table_ir table {
  width: 100%;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

.table_ir table th,
.table_ir table td {
  padding: 1.4em 1em;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.5;
}

.table_ir table thead tr {
  background-color: #151a5c;
  color: #fff;
}

.table_ir table thead tr th {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  font-weight: bold;
}

.table_ir table tbody th {
  padding-left: 3em;
  text-align: left;
  font-weight: bold;
}

.table_ir table tbody th.pl_1e {
  padding-left: 1em;
}

.table_ir table tbody th.pl_2e {
  padding-left: 2em;
}

.table_ir table tbody th.pl_4e {
  padding-left: 4em;
}

.table_ir table tbody td {
  text-align: right;
}

.table_ir table .bg01 {
  background-color: #e7e8ee;
}

.table_ir table .bg02 {
  background-color: #e2e3e3;
}

.table_ir table .bg01>*:not(:last-child),
.table_ir table .bg02>*:not(:last-child) {
  border-right: 0;
}

@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .table_ir table th,
  .table_ir table td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .table_ir {
    position: relative;
    display: block;
    width: 100%;
  }
  .table_ir table {
    width: 900px;
  }
  .table_ir table th,
  .table_ir table td {
    font-size: 12px;
  }
}

/* scroll x */
.scroll_x {
  position: relative;
  overflow-x: auto;
}

.scroll-bar::-webkit-scrollbar {
  height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background-color: #141e5a;
  border-radius: 10px;
}

.scroll-bar::-webkit-scrollbar-track {
  /* 上下に余白を付ける */
  background-color: #d6d6d6;
  border-radius: 10px;
}

.scroll-bar {
  scrollbar-width: 10px;
  scrollbar-color: #141e5a #d6d6d6;
}

.scroll-bar .c-table-1-inner {
  padding-bottom: 10px;
}

/* chart ir */
@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .chart_ir {
    margin-bottom: 100px;
  }
  .chart_ir_box {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .chart_ir {
    margin-bottom: 45px;
  }
  .chart_ir_box {
    width: 900px;
    height: 260px;
  }
}

/* ir_lead01 */
@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .ir_lead01 {
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .ir_lead01 {
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* release_list */
.release_list {
  border-top: 1px solid #c4c4c4;
}

.release_list>li {
  border-bottom: 1px solid #c4c4c4;
}

.release_list>li>a>.subject::after {
  display: inline-block;
  margin-left: .5em;
  width: 1em;
  height: 1em;
  background-image: url(/img/common/icon_pdf.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  vertical-align: middle;
}

@media print, screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .release_list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 0;
    text-decoration: none !important;
  }
  .release_list>li>a>.date {
    width: 310px;
    line-height: 1.6;
  }
  .release_list>li>a:hover>.date {
    color: #000;
  }
  .release_list>li>a>.subject {
    position: relative;
    width: calc(100% - 310px);
    line-height: 1.6;
  }
  .release_list>li>a:hover>.subject {
    color: #151a5c;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .release_list>li>a {
    display: block;
    padding: 1.5em 0;
    font-size: 13px;
    line-height: 2;
  }
}

.cautiou-dps {
  display: flex;
  justify-content: flex-end;

}
.cautiou-dps-text {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -.5em;;
}

/*  c-kv-top
--------------------------------------------- */
.c-kv-top {
  overflow: hidden;
}

.c-kv-top__inner {
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__inner {
    margin-bottom: 14.66667vw;
  }
  .en .c-kv-top__inner {
    margin-bottom: 7.33333vw;
  }
}

.c-kv-top__inner::before, .c-kv-top__inner::after {
  position: absolute;
  top: 55%;
  z-index: 1;
  width: calc(50vw - 280px);
  height: 1.5vw;
  background-color: #fabe00;
  content: "";
}

@media screen and (max-width: 1280px) {
  .c-kv-top__inner::before, .c-kv-top__inner::after {
    width: calc(25vw + 40px);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__inner::before, .c-kv-top__inner::after {
    top: 38%;
    width: 24vw;
    height: 4.26667vw;
    background-color: #fabe00;
  }
}

.c-kv-top__inner::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.is-load .c-kv-top__inner::before {
  -webkit-animation: 0.5s ease-out 2s forwards slideIn3;
  animation: 0.5s ease-out 2s forwards slideIn3;
}

.c-kv-top__inner::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.is-load .c-kv-top__inner::after {
  -webkit-animation: 0.5s ease-out 2s forwards slideIn4;
  animation: 0.5s ease-out 2s forwards slideIn4;
}

.c-kv-top__contents {
  position: absolute;
  top: 33%;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__contents {
    position: relative;
    top: 9vw;
    width: 90.66667vw;
    height: 40vw;
  }
  .en .c-kv-top__contents {
    width: 100vw;
    height: inherit;
  }
}

.c-kv-top__container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 7.14286vw;
  max-width: 1400px;
  height: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__container {
    padding: 0;
  }
}

.c-kv-top .is-zoom-in {
  -webkit-animation: zoomIn linear 8s forwards;
  animation: zoomIn linear 8s forwards;
}

.c-kv-top.is-stop .is-zoom-in {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.c-kv-top__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__img {
    height: calc(100vh - 70vw);
  }
}

.c-kv-top__img--1 {
  background-image: url("/img/top/img_kv-top01.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__img--1 {
    background-image: url("/img/top/sp/img_kv-top01.jpg");
  }
}

.c-kv-top__img--2 {
  background-image: url("/img/top/img_kv-top01.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__img--2 {
    background-image: url("/img/top/sp/img_kv-top01.jpg");
  }
}

.c-kv-top__img img {
  width: 100%;
}

.c-kv-top__img--1 {
  background-image: url("/img/top/img_kv-top01.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__img--1 {
    background-image: url("/img/top/sp/img_kv-top01.jpg");
  }
}

.c-kv-top__img--2 {
  background-image: url("/img/top/img_kv-top02.jpg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__img--2 {
    background-image: url("/img/top/sp/img_kv-top02.jpg");
  }
}

.c-kv-top__img img {
  width: 100%;
}

.c-kv-top__txt {
  color: #fff;
  letter-spacing: 0.4em;
  font-size: 3.92857vw;
  line-height: 1.7;
  opacity: 0;
}

.en .c-kv-top__txt {
  letter-spacing: inherit;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .en .c-kv-top__txt {
    font-size: 3vw;
  }
}

.is-load .c-kv-top__txt {
  -webkit-animation: 0.5s ease-out 2.5s forwards fadeIn;
  animation: 0.5s ease-out 2.5s forwards fadeIn;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__txt {
    padding: 4vw 10vw 4vw 5.33333vw;
    background-color: #fff;
    color: #0e1719;
    font-size: 8.83333vw;
    line-height: calc(113 / 67);
  }
  .en .c-kv-top__txt {
    padding: 4vw 5.33333vw;
  }
}

.c-kv-top__btm {
  position: relative;
  z-index: 10;
  margin-top: 75px;
  padding: 25px 0;
  background-color: #e7e8ee;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__btm {
    margin-top: 50px;
    padding: 2.66667vw 0;
  }
}

.c-kv-top__btm-txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__btm-txt {
    font-size: 3.46667vw;
    line-height: 1.76923;
  }
}

.c-kv-top__btm-txt:nth-of-type(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bcbcbc;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-top__btm-txt:nth-of-type(n + 2) {
    margin-top: 2.66667vw;
    padding-top: 2.66667vw;
  }
}

/*  c-kv-1
--------------------------------------------- */
.main-contents {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.js-kv-slider .c-kv-top__img--2 {
  display: none;
}
.js-kv-slider.slick-initialized .c-kv-top__img--2 {
  display: block;
}

.c-kv-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 75px;
}

@media screen and (max-width: 1100px) {
  .c-kv-1 {
    margin-top: 50px;
  }
}

.c-kv-1__inner {
  position: relative;
}

.c-kv-1__contents {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 20;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__contents {
    position: relative;
    top: 0;
    padding: 6.66667vw 5.33333vw;
    background-color: #fff;
  }
}

.vision .c-kv-1__contents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .vision .c-kv-1__contents {
    background-color: inherit;
  }
}

.c-kv-1__contents::before {
  position: absolute;
  top: 3.5vw;
  left: 0;
  z-index: 10;
  width: calc(50vw - 460px);
  height: 1.14286vw;
  background-color: #fabe00;
  content: "";
}

@media screen and (max-width: 1280px) {
  .c-kv-1__contents::before {
    width: 180px;
  }
}

.vision .c-kv-1__contents::before {
  content: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__contents::before {
    top: 14.5vw;
    width: 32vw;
    height: 2.26667vw;
    background-color: #fabe00;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .recruit .c-kv-1__contents::before {
    top: 19%;
  }
}

@media screen and (max-width: 1400px) {
  .c-kv-1__contents--2 {
    top: 45%;
  }
}

.vision .c-kv-1__contents--2 {
  top: 30vw;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .vision .c-kv-1__contents--2 {
    top: 36vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__contents--2::before,
  .c-kv-1__contents--3::before {
    top: 25vw;
  }
}

.c-kv-1__container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-left: 7.14286vw;
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__container {
    padding: 0;
  }
}

.vision .c-kv-1__container {
  padding-left: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.c-kv-1__slider {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 48.92857vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__slider {
    height: 93.33333vw;
  }
}

.c-kv-1__slider.js-kv-slider-2 {
  z-index: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__slider.js-kv-slider-2 {
    height: auto;
  }
}

.js-kv-slider-2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  text-indent: -9999px;
  width: 15px;
  height: 30px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-kv-slider-2 .slick-arrow {
    width: calc(20vw / 750 * 100);
    height: calc(40vw / 750 * 100);
    top: calc(290vw / 750 * 100);
    transform: translateY(0);
  }
}

.js-kv-slider-2 .slick-arrow.slick-prev {
  left: 20px;
  background-image: url("/img/common/icon_slider-prev.svg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-kv-slider-2 .slick-arrow.slick-prev {
    left: calc(40vw / 750 * 100);
  }
}

.js-kv-slider-2 .slick-arrow.slick-next {
  right: 20px;
  background-image: url("/img/common/icon_slider-next.svg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-kv-slider-2 .slick-arrow.slick-next {
    right: calc(40vw / 750 * 100);
  }
}

.c-kv-1__slider img {
  width: 100%;
}

.js-kv-slider.c-kv-1__slider .is-zoom-in {
  -webkit-animation: zoomIn linear 8s forwards;
  animation: zoomIn linear 8s forwards;
}

.js-kv-slider.c-kv-1__slider.is-stop .is-zoom-in {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.js-kv-slider-2.c-kv-1__slider.is-stop .is-zoomout {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.js-kv-slider-2 .js-animation-target {
  position: relative;
  z-index: -1;
}

.js-kv-slider-2 .js-animation-target.is-zoomout {
  -webkit-animation: zoomIn linear 8s forwards;
  animation: zoomIn linear 8s forwards;
}

.c-kv-1__item {
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__item {
    height: 106.66667vw;
  }
}

.js-kv-slider-2 .c-kv-1__item {
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-kv-slider-2 .c-kv-1__item {
    height: 100%;
  }
}

.c-kv-1__link {
  display: block;
  cursor: pointer;
}

.c-kv-1__txt-area {
  position: relative;
  z-index: 10;
}

.c-kv-1__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;

  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__ttl-wrap {
    display: block;
  }
}

.c-kv-1__ttl {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1400px) {
  .c-kv-1__ttl {
    font-size: 5.14286vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__ttl {
    margin-bottom: 4vw;
    color: #0e1719;
    font-size: 10.53333vw;
  }
}

.c-kv-1__ttl-txt {
  margin-left: 20px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 2;
}

@media screen and (max-width: 1400px) {
  .c-kv-1__ttl-txt {
    font-size: 1.85714vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__ttl-txt {
    margin-left: 0;
    color: #0e1719;
    font-size: 4.26667vw;
  }
}

.c-kv-1__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 2.21429vw;
  line-height: calc(52 / 31);
  line-height: 1.7;
}

@media screen and (max-width: 1400px) {
  .c-kv-1__txt {
    font-size: 2.21429vw;
  }
}

.vision .c-kv-1__txt {
  margin-top: 0;
}

.vision .c-kv-2__txt {
  color: #0e1719;
  font-size: 3.285714vw;
  line-height: calc(52 / 31);
  line-height: 1.7;
}

@media screen and (max-width: 1400px) {
  .vision .c-kv-2__txt {
    font-size: 3.285714vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .vision .c-kv-2__txt {
    font-size: 6.13333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__txt {
    margin-top: 4vw;
    color: #0e1719;
    font-size: 3.73333vw;
  }
}

.vision .c-kv-1__txt {
  color: #0e1719;
  ;
}

.c-kv-1__contents--4 .c-kv-1__txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__contents--4 .c-kv-1__txt {
    margin-top: 1.33333vw;
    font-weight: 500;
    font-size: 5.06667vw;
  }
}

.c-kv-3__txt {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  line-height: calc(52 / 31);
  line-height: 1.7;
}

@media screen and (max-width: 1400px) {
  .c-kv-3__txt {
    font-size: 1rem;
    margin-top: 2.14285vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-3__txt {
    margin-top: 4vw;
    color: #0e1719;
    font-size: 3.73333vw;
  }
}

.c-block-45_text {
  color: #0e1719;
  margin-bottom: 90px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  .c-block-45_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-45_text {
    margin-bottom: 12vw;
    font-size: 3.73333vw;
  }
}

.c-kv-1__btn {
  margin-top: 0.85714vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__btn {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .vision .c-kv-1__btn {
    margin-top: 1.85714vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-kv-1__btn .c-link-1 {
    pointer-events: none;
  }
}

.c-kv-1__btn .c-link-1 {
  font-size: 1.5vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__btn .c-link-1 {
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .vision .c-kv-1__btn .c-link-1 {
    font-size: 3.7333vw;
  }
}

.c-kv-1__description {
  margin-top: 10px;
  padding-right: 20px;
  max-width: 800px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 1400px) {
  .c-kv-1__description {
    font-size: 1.14286vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1__description {
    margin-top: 4.4vw;
    max-width: none;
    color: #0e1719;
    font-size: 3.73333vw;
    line-height: 1.85714;
  }
}

.c-kv-1-dots {
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-kv-1-dots__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
  width: 100%;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.c-kv-1-dots__pause {
  position: relative;
  margin-left: 10px;
  width: 10px;
  height: 13px;
}

.c-kv-1-dots__pause::before, .c-kv-1-dots__pause::after {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
  content: "";
}

.c-kv-1-dots__pause::before {
  left: 0;
}

.c-kv-1-dots__pause::after {
  right: 0;
}

.c-kv-1-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-kv-1-dots .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 5px;
  width: 17px;
  height: 17px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-kv-1-dots .slick-dots li.slick-active {
  border: 1px solid #fff;
  border-radius: 100px;
}

.c-kv-1-dots .slick-dots button {
  overflow: hidden;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #fff;
  text-indent: -9999px;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-kv-1-dots .slick-dots button {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-kv-1-dots .slick-dots button:hover {
    opacity: 0.8;
  }
}

.c-kv-1-breadcrumb {
  position: absolute;
  z-index: 100;
}

.c-kv-1-breadcrumb .breadcrumb {
  padding: 18px 40px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-1-breadcrumb .breadcrumb {
    padding: 2.4vw 5.33333vw 0;
  }
}

.c-kv-1-breadcrumb .breadcrumb__list-item {
  color: #fff;
}

.c-kv-1-breadcrumb .breadcrumb__txt {
  color: #fff;
}

/* ---------------------------------------------
*   c-kv-low
--------------------------------------------- */
.c-kv-low {
  position: relative;
  z-index: 0;
}
.c-kv-low img {
  width: 100%;
}

.c-kv-low__ttl {
  position: absolute;
  top: 47%;
  left: 7.3%;
  z-index: 1;
  color: #fff;
  font-size: 2.21429vw;
  line-height: 1.67742;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-kv-low__ttl {
    top: 6.5vw;
    left: 5.33333vw;
    font-size: 4vw;
    line-height: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-kv-low__img .sp-hide {
    display: inline !important;
  }

  .c-kv-low__img .pc-hide {
    display: none !important;
  }
}

/*  c-link-1
--------------------------------------------- */
.c-link-1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
  font-size: 1.3125rem;

  -webkit-box-align: baseline;

  align-items: baseline;
}

.c-list-link__item .c-link-1 {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1 {
    font-size: 4.26667vw;
  }
}

.c-link-1--s {
  font-size: 1rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1--s {
    font-size: 3.46667vw;
  }

}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-1--pc-w {
    color: #fff;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .vision .c-link-1--pc-w {
    color: #0e1719;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  a.c-link-1:hover {
    color: #141e5a;
    text-decoration: underline;
  }
  .c-block-23 a.c-link-1:hover {
    color: #fff;
  }
}

.c-link-1--white {
  color: #fff;
}


.c-link-1--l {
  -ms-flex-align: stretch;
  font-size: 1.5rem;
  line-height: 1;

  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1--l {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}

.c-link-1--open {
  position: relative;
}

.c-link-1--open::before {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 14px;
  height: 14px;
  background: url("/img/common/icon_open-link_b.svg") center center no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1--open::before {
    right: -6vw;
    width: 3.06667vw;
    height: 3.06667vw;
    background-image: url("/img/common/sp/icon_open-link_b.svg");
  }
}

.c-link-1__icon-wrap {
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}

.c-link-1__icon {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #141e5a;
  border-radius: 100px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  .c-link-1__icon {
    width: 32px;
    height: 32px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-1__icon {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .c-link-1:hover .c-link-1__icon {
    background-color: #141e5a;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1__icon {
    margin-right: 2vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.c-link-1__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/common/icon_arrow_b.svg") center center no-repeat;
  background-size: 6px 9px;
  content: "";
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-1:hover .c-link-1__icon::before {
    -webkit-animation: .2s linear forwards slideIn1;
    animation: .2s linear forwards slideIn1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1__icon::before {
    background-size: 1.06667vw 1.86667vw;
  }
}

.c-link-1__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: url("/img/common/icon_arrow_w.svg") center center no-repeat;
  background-color: #141e5a;
  background-size: 6px 9px;
  content: "";
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

.header-nav-3__list-item .c-link-1__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: url("/img/common/icon_arrow_w.svg") center center no-repeat;
  background-color: inherit;
  background-size: 8px 12px;
  content: "";
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-1:hover .c-link-1__icon::after {
    -webkit-animation: .2s linear forwards slideIn2;
    animation: .2s linear forwards slideIn2;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1__icon::after {
    content: none;
  }
}

.c-link-1--l .c-link-1__icon {
  margin-top: 2px;
  margin-right: 18px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1--l .c-link-1__icon {
    margin-top: 0.4vw;
    margin-right: 5.73333vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.c-link-1__icon--l {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-1__icon--l {
    margin-right: 2vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-1--pc-w .c-link-1__icon {
    border: 1px solid #fff;
  }
  .c-link-1--pc-w .c-link-1__icon::before {
    background-image: url("/img/common/icon_arrow_w.svg");
  }
  .c-link-1--pc-w .c-link-1__icon::after {
    background-color: #fff;
    background-image: url("/img/common/icon_arrow_b.svg");
  }
}

.c-link-1--white .c-link-1__icon {
  border: 1px solid #fff;
}

.c-link-1--white .c-link-1__icon::before {
  background-image: url("/img/common/icon_arrow_w.svg");
}

.c-link-1--white .c-link-1__icon::after {
  background-color: #fff;
  background-image: url("/img/common/icon_arrow_b.svg");
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link {
    margin-top: 16vw;
    margin-bottom: 13.33333vw;
  }
}

.c-link__head {
  margin-bottom: 3.33333%;
  padding-left: 2.5%;
}

/* ---------------------------------------------
*   c-link-2
--------------------------------------------- */
.c-link-2 {
  margin-top: 2.5%;
  margin-bottom: 0%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-2 {
    text-decoration: underline;
  }
  .c-link-2:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-2 {
    margin-top: 13.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.c-link-2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.66667%;
}

.c-link-2__ico {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-2__ico {
    width: 12.53333vw;
    height: 12.53333vw;
  }
}

.c-link-2__link {
  margin-right: 1.25%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-2__link {
    margin-right: 4vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-2__link:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ---------------------------------------------
*   c-link-ico
--------------------------------------------- */
.c-link-ico__txt {
  font-size: 21px;
}

/* ---------------------------------------------
*   c-link-list
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-list {
    margin-top: 6.66667vw;
  }
}

.c-link-list__area {
  color: #141e5a;
  text-decoration: underline;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-list__area:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-list__area {
    text-decoration: underline;
  }
}

.c-link-list__txt-mark {
  color: #0e1719;
}

.c-link-list__item {
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-list__item {
    margin-bottom: 1.33333vw;
    padding-left: 0.75em;
    text-indent: -0.75em;
    line-height: 1.3;
  }
}

/*  c-link-3
--------------------------------------------- */
.c-link-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 20px;
  font-size: 1rem;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-3 {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-link-3:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-3 {
    margin-top: 4vw;
    font-size: 3.46667vw;
  }
}

.c-link-3__icon {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #141e5a;
  border-radius: 100px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-3__icon {
    margin-right: 2vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.c-link-3__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/common/icon_arrow_b.svg) center center no-repeat;
  background-size: 6px 9px;
  content: "";
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-3:hover .c-link-3__icon::before {
    -webkit-animation: .3s linear forwards slideIn1;
    animation: .3s linear forwards slideIn1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-3__icon::before {
    background-size: 1.06667vw 1.86667vw;
  }
}

.c-link-3__icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: url(/img/common/icon_arrow_w.svg) center center no-repeat;
  background-color: #141e5a;
  background-size: 6px 9px;
  content: "";
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-3:hover .c-link-3__icon::after {
    -webkit-animation: .3s linear forwards slideIn2;
    animation: .3s linear forwards slideIn2;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-3__icon::after {
    content: none;
  }
}

/*  c-link-5
--------------------------------------------- */
.c-link-5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 10px;
  font-size: 1rem;

  -webkit-box-align: center;
  align-items: baseline;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-link-5 {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-link-5:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-5 {
    margin-top: 3.33333vw;
    font-size: 3.46667vw;
  }
}

.c-link-5:first-of-type {
  margin-top: 0;
}

.c-link-5__icon {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 12px;
  height: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-5__icon {
    margin-left: 1.33333vw;
    width: 2.93333vw;
    height: 3.73333vw;
  }
}

.c-link-5--blank .c-link-5__icon {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-link-5--blank .c-link-5__icon {
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.c-link-5__icon::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/common/icon_pdf.svg) center center no-repeat;
  background-size: 100% 100%;
  content: "";
}

.c-link-5--blank .c-link-5__icon::before {
  background-image: url(/img/common/icon_open-link_b.svg);
}

/*  c-list-1
--------------------------------------------- */
.c-list-1__item {
  border-bottom: 1px solid #bcbcbc;
}

.c-list-1__link {
  display: block;
  padding: 30px 0 35px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__link {
    padding: 4vw 0;
  }
}

.c-list-1--2 .c-list-1__link {
  padding-right: 45px;
}

.c-list-1__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 10px;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__head {
    display: block;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1--2 .c-list-1__head {
    margin-bottom: 1.33333vw;
  }
}

.c-list-1__date {
  display: inline-block;
  margin-top: 5px;
  font-size: 1rem;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__date {
    margin-top: 0;
    font-size: 3.46667vw;
  }
}

.c-list-1__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__cat {
    margin-top: 0.66667vw;
    margin-left: 0;
  }
}

.c-list-1__cat-item {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 0.5em 0.1em;
  background-color: #141e5a;
  color: #fff;
  font-size: 0.8125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__cat-item {
    margin-top: 2vw;
    margin-right: 1.33333vw;
    font-size: 2.93333vw;
  }
}

.c-list-1__txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-1__link:hover .c-list-1__txt {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__txt {
    font-size: 3.46667vw;
  }
}

.c-list-1__txt--pdf {
  position: relative;
  display: inline-block;
}

.c-list-1__txt--pdf::after {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 13px;
  background: url("/img/common/icon_pdf.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-1__txt--pdf::after {
    top: 0.2em;
    width: 2.53333vw;
    height: 3.46667vw;
  }
}

/*  c-list-5
--------------------------------------------- */
.c-list-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5 {
    display: block;
  }
}

.c-list-5__item {
  margin-right: 3.33333%;
  width: 48.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__item {
    margin: 0;
    width: 100%;
  }
}

.c-list-5__item:nth-of-type(2n) {
  margin-right: 0;
}

.c-list-5__item:nth-of-type(n + 3) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__item:nth-of-type(n + 3) {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__item:nth-of-type(2) {
    margin-top: 8vw;
  }
}

.c-list-5__link {
  display: block;
}

.c-list-5__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-list-5__img {
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s ease-out;
  transition: transform .8s, -webkit-transform .8s ease-out;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-5__link:hover .c-list-5__img-box .c-list-5__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-list-5__txt {
  margin-top: 15px;
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s ease-out;
  transition: transform .8s, -webkit-transform .8s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__txt {
    margin-top: 2vw;
    padding: 0 5.33333vw;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-5__link:hover .c-list-5__txt,
  .c-list-5__link:hover .c-list-5__txt-l {
    color: #141e5a;
    text-decoration: underline;
  }
}

.c-list-5__txt-l {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding-right: 30px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__txt-l {
    padding: 0 5.33333vw;
    font-size: 4.26667vw;
  }
}

.c-list-5__txt-l:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("/img/common/icon_open-link_b.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-5__txt-l:after {
    width: 3.06667vw;
    height: 3.06667vw;
  }
}

/*  c-list-7
--------------------------------------------- */
.c-list-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
.c-list-7.flex-center{
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7 {
    display: block;
    margin-top: 6vw;
  }
}

.c-list-7__item {
  position: relative;
  margin-right: 4.5%;
  width: 30.33333%;
  height: 276px;
  background-color: #f3f4f7;
}

.c-list-7__item.higer {
  height: 396px;
}

@media screen and (max-width: 1400px) {
  .c-list-7__item {
    height: 19.71429vw;
  }
  .c-list-7__item.higer {
    height: 25.71429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__item.higer,
  .c-list-7__item {
    width: 100%;
    min-height: 33.333vw;
    margin-top: 7.8vw;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding: 4vw 0 3.333vw;
  }
}

.c-list-7__item:nth-of-type(3n) {
  margin-right: 0;
}
.c-list-7.flex-center .c-list-7__item:last-child{
  margin-right: 0;
}
.c-list-7__item:nth-of-type(n + 4) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__item:nth-of-type(n + 4) {
    margin-top: 8vw;
  }
}

.c-list-7__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__item::after {
    height: 1.333vw;
  }
}

.c-list-7__inner {
  padding-top: 20px;
}

@media screen and (max-width: 1400px) {
  .c-list-7__inner {
    padding-top: 1.429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__inner {
    padding-top: 0;
  }
}

.c-list-7__ttl {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__ttl {
    margin-bottom: 4.286vw;
    font-size: 1.714vw;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-7__ttl {
    margin-bottom: 3.286vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.c-list-7__txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  padding: 0 10px;
}

@media screen and (max-width: 1400px) {
  .c-list-7__txt {
    padding: 0 0.714vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__txt {
    padding: 0 4vw;
  }
}

.c-list-7__large {
  font-size: 4.1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1400px) {
  .c-list-7__large {
    font-size: 4.643vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__large {
    font-size: 10.933vw;
  }
}

.c-list-7__small {
  margin-bottom: 5px;
  font-size: 1.795rem;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .c-list-7__small {
    margin-bottom: 0.357vw;
    font-size: 2.051vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__small {
    margin-bottom: 0.667vw;
    font-size: 4.787vw;
  }
}

.c-list-7__half {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.c-list-7__column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% / 3);
}

.c-list-7__ruby {
  margin-top: -10px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__ruby {
    margin-top: -0.714vw;
    font-size: 1.286vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__ruby {
    margin-top: -3vw;
    font-size: 3.467vw;
  }
}

.c-list-7__num {
  font-size: 4.1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.c-list-7__num.fwb {
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .c-list-7__num {
    font-size: 4.643vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__num {
    font-size: 10.933vw;
  }
}

.c-list-7__num .txt-small {
  font-size: 3rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__num .txt-small {
    font-size: 3.429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__num .txt-small {
    font-size: 8vw;
  }
}

.c-list-7__column .c-list-7__num {
  font-size: 2.25rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__column .c-list-7__num {
    font-size: 2.571vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__column .c-list-7__num {
    font-size: 10.933vw;
  }
  .c-list-7__num.fwb {
    font-weight: normal;
  }
}

.c-list-7__unit {
  font-size: 3rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__unit {
    font-size: 3.429vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__unit {
    font-size: 8vw;
  }
}

.c-list-7__column .c-list-7__unit {
  font-size: 1.6rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__column .c-list-7__unit {
    font-size: 1.829vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__column .c-list-7__unit {
    font-size: 8vw;
  }
}

.c-list-7__note-list {
  position: absolute;
  bottom: 25px;
  padding: 0 30px;
}

@media screen and (max-width: 1400px) {
  .c-list-7__note-list {
    bottom: 1.786vw;
    padding: 0 2.143vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__note-list {
    position: static;
    margin-top: 2.8vw;
    padding: 0 4vw;
  }
}

.c-list-7__note-item {
  font-size: 0.75rem;
}

@media screen and (max-width: 1400px) {
  .c-list-7__note-item {
    font-size: 0.857vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-7__note-item {
    font-size: 2.933vw;
  }
}


/*  c-list-11
--------------------------------------------- */
.c-list-11__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

.c-list-11__item:nth-of-type(n + 2) {
  margin-top: 50px;
}

.c-list-11__num {
  margin-right: 25px;
  font-size: 2.6875rem;
  font-family: "Poppins", sans-serif;
}

.c-list-11__txt {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
}

/*  c-list-13
--------------------------------------------- */
.c-list-13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 110px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-13 {
    display: block;
    margin: 4.66667vw 0 18.66667vw;
  }
}

.c-list-13__item {
  margin-right: 1.66667%;
  width: 23.75%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-13__item {
    margin-right: 0;
    margin-bottom: 9.33333vw;
    width: 100%;
  }
}

.c-list-13__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-13__item:last-of-type {
    margin-bottom: 0;
  }
}

.c-list-13__link {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-13__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-list-13__link:hover {
    opacity: 0.8;
  }
}

.c-list-13__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-list-13__img {
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s ease-out;
  transition: transform .8s, -webkit-transform .8s ease-o
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-13__link:hover .c-list-13__img-box .c-list-13__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-list-13__txt {
  margin-top: 20px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-13__link:hover .c-list-13__txt {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-13__txt {
    margin-top: 1.33333vw;
    font-size: 4.26667vw;
  }
}

/*  c-list-17
--------------------------------------------- */
.c-list-17 {
  counter-reset: number;
}

.c-list-17__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  /*line-height: calc(40 / 18); */
  line-height: calc(20 / 14);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-17__item {
    font-size: 3.46667vw;
    /*line-height: 1.5; */
  }
}

.c-list-17__item::before {
  margin-right: 1em;
  content: counter(number) " ";
  counter-increment: number;
}

.c-list-17__link {
  display: block;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-17__link:hover {
    color: #141e5a;
    text-decoration: underline;
  }
}

/*  c-list-19
--------------------------------------------- */
.c-list-19 {
  padding: 30px 0;
  border-bottom: 1px solid #bcbcbc;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-19 {
    padding: 3.33333vw 0;
  }
}

.c-list-19__item {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-19__item {
    margin-bottom: 2vw;
  }
}

.c-list-19__item:last-of-type {
  margin-bottom: 0;
}

.c-list-19__txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-19__txt:hover {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-19__txt {
    font-size: 3.46667vw;
  }
}

.c-list-19__txt--pdf {
  position: relative;
  display: inline-block;
}

.c-list-19__txt--pdf::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 13px;
  background: url("/img/common/icon_pdf.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-19__txt--pdf::after {
    top: 0.2em;
    width: 2.53333vw;
    height: 3.46667vw;
  }
}

/*  c-list-23
--------------------------------------------- */
.c-list-23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-23 {
    display: block;
  }
}

.c-list-23__item {
  margin-right: 5%;
  padding-top: 20px;
  width: 30%;
  border-top: 1px solid #141e5a;
}

@media screen and (max-width: 896px) {
  .c-list-23__item {
    padding-right: 30px
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-23__item {
    padding-top: 4vw;
    padding-bottom: 10.66667vw;
    width: 100%;
  }
}

.c-list-23__item:nth-of-type(3n) {
  margin-right: 0;
}

.c-list-23__item:nth-of-type(n + 4) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-23__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

.c-list-23--s .c-list-23__item:nth-of-type(n + 4) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-23--s .c-list-23__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

.c-list-23__s-list {
  margin-top: 15px;
}

.c-list-23__s-list-link {
  display: inline-block;
  font-size: 1rem;
  line-height: calc(36 / 16);
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-23__s-list-link:hover {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-23__s-list-link {
    font-size: 3.46667vw;
    line-height: 2.4;
  }
}

/*  c-list-29
--------------------------------------------- */
.c-list-29__item {
  color: #9fa2a3;
  font-size: 1rem;
  line-height: calc(30 / 16);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-29__item {
    color: #0e1719;
    font-size: 3.46667vw;
    line-height: 2;
  }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-link
*
--------------------------------------------- */
.c-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-link {
    display: block;
  }
}

.c-list-link__item {
  width: 33.3%;
  padding-left: 1rem;
}

.c-list-link__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-link__item {
    margin-bottom: 4.66667vw;
    width: 100%;
    padding-left: 0
  }
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-2 {
    display: block;
    padding-right: 6.66667vw;
    padding-left: 6.66667vw;
  }
}

.c-list-2__item {
  margin-right: 10%;
  width: 26.66667%;
}

.c-list-2__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-2__item {
    margin-bottom: 6.66667vw;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-list-4
--------------------------------------------- */
.c-list-4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list-4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #151a5c;
  content: '';
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-4 {
    display: block;
  }
}

.c-list-4__list-item {
  display: block;
  margin-left: 50px;
  padding-bottom: 1em;
  min-width: 4em;
  color: #0e1719;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}

.c-list-4__list-item:first-pf-type {
  margin-left: 0;
}

.c-list-4__list-item.is-active {
  color: #151a5c;
  font-weight: bold;
}

/* ---------------------------------------------
*   c-list-6
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6 {
    margin-top: -2.66667vw;
    padding-top: 0;
  }
}

.c-list-6__item {
  border-bottom: 1px solid #c5c5c5;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__item--top {
    border-top: 1px solid #c5c5c5;
  }
}

.c-list-6__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.91667%;
  padding-bottom: 2.91667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__link {
    display: block;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.c-list-6__link--top {
  padding-top: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__link--top {
    padding-top: 4vw;
  }
}

.c-list-6__date {
  width: 27%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__date {
    padding-top: 0vw;
    width: 100%;
    font-size: 3.46667vw;
  }
}

.c-list-6__contents {
  width: 73%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__contents {
    margin-top: 0vw;
    width: 100%;
  }
}

.c-list-6__cat-label {
  display: inline-block;
  padding: 3px 6px;
  height: 22px;
  border: 1px solid #141e5a;
  background-color: #fff;
  color: #141e5a;
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__cat-label {
    padding-top: 0.8vw;
    padding-right: 0.93333vw;
    padding-bottom: 0.26667vw;
    padding-left: 0.93333vw;
    height: 5.33333vw;
    font-size: 2.93333vw;
  }
}

.c-list-6__cat-label--accent {
  background-color: #141e5a;
  color: #fff;
}

.c-list-6__ttl {
  position: relative;
  margin-top: 0.83333%;
  line-height: 1.8;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-6__ttl {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-6__link:hover .c-list-6__ttl {
    color: #141e5a;
    text-decoration: underline;
  }
}

.c-list-6__ico {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 13px;
  vertical-align: middle;
}

.c-list-6__ico img {
  vertical-align: top;
}

/* ---------------------------------------------
*   c-list-8
--------------------------------------------- */
.c-list-8__item {
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-8__item {
    margin-bottom: 0.66667vw;
    padding-left: 1.1em;
    text-indent: -1.1em;
    font-size: 3.73333vw;
    line-height: 2.0;
  }
}

.c-list-8__item::before {
  margin-right: 3px;
  color: #141e5a;
  content: "●";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-8__item::before {
    margin-right: 0.4vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-8--sdg {
    margin-bottom: 14.66667vw;
  }
}

/* ---------------------------------------------
*   c-list-9
--------------------------------------------- */
.c-list-9 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-9 {
    margin-top: 3.33333vw;
  }
}

.c-list-9__item {
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-9__item {
    margin-bottom: 0.66667vw;
    padding-left: 1.1em;
    text-indent: -1.1em;
    font-size: 3.73333vw;
    line-height: 2.0;
  }
}

.c-list-9__item::before {
  margin-right: 7px;
  content: "・";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-9__item::before {
    margin-right: 2vw;
  }
}

/* ---------------------------------------------
*   c-list-10
--------------------------------------------- */
.c-list-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.66667%;
  margin-bottom: 2.5%;
  padding-top: 2.5%;
  padding-bottom: 1.66667%;
  padding-left: 3.33333%;
  background-color: #f3f4f7;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-10 {
    display: block;
    margin-top: 16vw;
    margin-bottom: 6.66667vw;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-10--top {
    margin-top: 5.33333vw;
  }
}

.c-list-10__cat {
  margin-right: 50px;
  margin-bottom: percemtage(13/1200);
  width: 10.83333%;
  color: #9fa2a3;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-10__cat {
    margin-bottom: 0;
    width: 100%;
    font-size: 3.46667vw;
  }
}

.c-list-10__desc {
  margin-bottom: 1.08333%;
  width: 80.83333%;
  white-space: nowrap;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-10__desc {
    margin-bottom: 2.66667vw;
    width: 100%;
    white-space: normal;
    font-size: 3.46667vw;
    line-height: 1.3;
  }
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
.c-list-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-list-3::after {
  display: block;
  width: 30.83333%;
  content: "";
}

.c-block-3__domestic .c-list-3 {
  margin-top: 47px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-block-3__domestic .c-list-3 {
    margin-top: 8.26667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-3::after {
    width: 42.66667vw;
  }
}

.c-list-3__item {
  width: 48.33333%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-3__item:nth-of-type(n+3) {
    margin-top: 65px;
  }
  .c-block-17 .c-list-3__item:nth-of-type(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .recruit .c-list-3__item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .recruit .c-list-3__item:nth-of-type(n+4) {
    margin-top: 65px;
  }
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-3__item {
    width: 100%;
  }
  .c-list-3__item:nth-of-type(n+2) {
    margin-top: 9.06667vw;
  }
  .c-list-3__item:nth-of-type(n+5) {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .recruit .c-list-3__item {
    margin-top: 6vw;
  }
  .recruit .c-list-3__item:nth-of-type(1) {
    margin-top: 0;
  }

}

.c-list-3__item--min {
  width: 30.83333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-3__item--min {
    width: 42.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .recruit .c-list-3__item--min {
    width: 100%;
  }
  .c-block-17 .c-list-3__item--min {
    width: 100%;
  }
}

.c-list-3__link {
  display: block;
}

.c-list-3__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-list-3__img {
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s ease-out;
  transition: transform .8s, -webkit-transform .8s ease-out;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-3__link:hover .c-list-3__img-box .c-list-3__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-list-3__txt {
  margin-top: 15px;
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s ease-out;
  transition: transform .8s, -webkit-transform .8s ease-out;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-3__txt {
    margin-top: 2vw;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-3__link:hover .c-list-3__txt {
    color: #141e5a;
    text-decoration: underline;
  }
}

/*  c-list-31
--------------------------------------------- */
.c-list-31 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  .c-list-31 {
    width: 686px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31 {
    margin-bottom: 16vw;
    padding: 5.33333vw 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
}

.c-list-31__item {
  border-left: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__item {
    border: none;
    width: 20%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__item:last-of-type {
    border-right: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__item:last-of-type {
    border: none;
  }
}

@media screen and (max-width: 1280px) {
  .c-list-31__item:nth-of-type(5) {
    border-right: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__item:nth-of-type(5) {
    border: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__item:first-of-type {
    margin-bottom: 5.33333vw;
  }
}

.c-list-31__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 14px 32px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-31__link {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .c-list-31__link:hover {
    color: #fff;
    background-color: #141e5a;
  }
}

@media screen and (max-width: 1280px) {
  .c-list-31__link {
    width: 136px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__link {
    -ms-flex-pack: start;
    padding: 0;
    width: auto;

    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.icon_arrow_btm {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  stroke: #141e5a;
}
.c-list-31__link:hover .icon_arrow_btm {
  stroke: #fff;
}

.c-list-31__txt {
  font-size: 1rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__txt {
    font-size: 3.73333vw;
  }
}

.c-list-31__arrow {
  margin-left: 7px;
  width: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-31__arrow {
    margin-left: 2vw;
    width: 3.6vw;
  }
}

.c-list-31__arrow img {
  display: block;
}

/*  c-list-37
--------------------------------------------- */
.c-list-37 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: stretch;
}
.c-list-37.ataglance {
  margin: 90px 0 80px;
}
.c-list-37.glossary {
  margin-bottom: 100px;
}
.c-list-37.group,
.c-list-37.apparel {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37 {
    margin-bottom: 17.33333vw;
    padding: 5.33333vw 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    display: block;
  }
  .c-list-37.ataglance {
    margin: 8.667vw 0;
  }
  .c-list-37.lifestyle {
    margin-bottom: 0;
  }
  .c-list-37.glossary {
    margin-bottom: 16vw;
  }
}

.c-list-37__item {
  border-left: 1px solid #d6d6d6;
  text-align: center;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__item {
    width: 100%;
    border: none;
    display: inline-block;
    text-align: left;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__item:first-of-type {
    margin-top: 0;
  }
}

.c-list-37__item:last-of-type {
  border-right: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__item:last-of-type {
    border: none;
  }
}

.c-list-37__link {
  padding: 0 1rem;
  display: block;
  font-weight: bold;
  width: 100%;

}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-list-37__link {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .c-list-37__link:hover {
    text-decoration: underline;
    color: #141e5a;
  }
  .ataglance .c-list-37__link {
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__link {
    -ms-flex-pack: start;
    padding: 0;
    width: 100%;
    letter-spacing: -0.02em;

    -webkit-box-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-right: 1.5rem;
  }
}

.c-list-37__txt {
  font-size: 1rem;
  display: block;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__txt {
    font-size: 3.73333vw;
    display: inline;
  }
}

.c-list-37__arrow {
  width: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-37__arrow {
    margin-left: 2vw;
    width: 3.6vw;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
  }
}

.c-list-37__arrow img {
  display: block;
}

/*  c-list-41
--------------------------------------------- */
.c-list-41 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41 {
    display: block;
    margin-top: 8.667vw;
    margin-bottom: 8.667vw;
    width: 100%;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding: 4vw 0;
  }
}

.c-list-41__item {
  width: 25%;
  border-right: 1px solid #D2D2D2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__item {
    width: 100%;
    border-right: none;
    margin-top: 4.8vw;
  }
}

.c-list-41__item:nth-of-type(4n+1) {
  border-left: 1px solid #D2D2D2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__item:nth-of-type(4n+1) {
    border-left: none;
  }
}

.c-list-41__item:nth-of-type(n+5) {
  margin-top: 13px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__item:nth-of-type(n+5) {
    margin-top: 4.8vw;
  }

  .c-list-41__item:first-of-type {
    margin-top: 0;
  }
}

.c-list-41__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__link {
    justify-content: flex-start;
    padding: 0;
    text-align: left;
  }
}

.c-list-41__link:hover {
  opacity: 0.8;
}

.c-list-41__txt {
  font-size: 1rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__txt {
    font-size: 3.733vw;
  }
}

.c-list-41__arrow {
  margin-left: 7px;
  width: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__arrow {
    margin-left: 2vw;
    width: 3.6vw;
  }
}

.c-list-41__arrow img {
  display: block;
}

@media screen and (min-width: 1281px) {
  .c-list-41__br {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-list-41__br {
    display: none !important;
  }
}

/* ---------------------------------------------
*   c-loading
--------------------------------------------- */
#js-load {
  display: none;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.c-loading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-loading__img {
  width: 190px;
  line-height: 0;
}

/*  c-section-1
--------------------------------------------- */
.c-section-1 {
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-1 {
    margin-bottom: 25.33333vw;
  }
}

.c-section-1--mgt {
  margin-top: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-1--mgt {
    margin-top: 22.66667vw;
  }
}

/*  c-section-5
--------------------------------------------- */
.c-section-5 {
  position: relative;
}

.c-section-5::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(50vw + 430px);
  height: 100%;
  background-color: #f3f4f7;
  content: "";
}

@media screen and (max-width: 1280px) {
  .c-section-5::after {
    width: calc(50vw + 310px);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5::after {
    width: 82.26667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5--sp-none::after {
    content: "";
  }
}

.c-section-5--left:after {
  left: 0;
}

.c-section-5--right:after {
  right: 0;
}

.c-section-5--news {
  margin-bottom: 140px;
  padding-top: 140px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5--news {
    margin-bottom: 24vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-section-5--news::after {
    content: none;
  }
}

.c-section-5--online {
  padding-top: 80px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5--online {
    padding-top: 0;
    padding-bottom: 22.66667vw;
  }
  .c-section-5--online::after {
    content: none;
  }
}

.c-section-5--bus1 {
  margin-top: 100px;
  padding: 90px 0 70px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5--bus1 {
    margin-top: 13.33333vw;
    padding: 6.66667vw 0;
  }
}

.c-section-5--bus2 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5--bus2 {
    margin-top: 12vw;
    padding-top: 6.66667vw;
    padding-bottom: 18.66667vw;
  }
}

.c-section-5__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5__head {
    -ms-flex-align: start;

    -webkit-box-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5__head .c-head-1 {
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-5__head-link {
    margin-top: 2.66667vw;
  }
}

/*  c-section-7
--------------------------------------------- */
.c-section-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-7 {
    display: block;
  }
}

.c-section-7--mgb {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-7--mgb {
    margin-bottom: 13.33333vw;
  }
}

.c-section-7__head {
  margin-right: 3.33333%;
  padding-top: 20px;
  min-width: 240px;
  width: 19.83333%;
  border-top: 1px solid #141e5a;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-7__head {
    margin: 0;
    padding-top: 4.66667vw;
    padding-bottom: 6vw;
    min-width: 0;
    width: 100%;
  }
}

.c-section-7__body {
  width: 76.83333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-7__body {
    width: 100%;
  }
}

/*  c-section-11
--------------------------------------------- */
.c-section-11 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11 {
    margin-bottom: 9.33333vw;
  }
}

.c-section-11__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__wrap {
    display: block;
  }
}

.c-section-11__side {
  position: relative;
  width: 31.66667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__side {
    margin-top: 20vw;
    width: 100%;
  }
}

.c-section-11__side-contents {
  padding-top: 20px;
  padding-bottom: 70px;
  border-top: 1px solid #141e5a;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__side-contents {
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
}

.c-section-11__side-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__side-ttl {
    margin-bottom: 2.66667vw;
  }
}

.c-section-11__side-bnr {
  left: 0;
  max-width: 300px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__side-bnr {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: 59.6vw;
  }
}

.c-section-11__side-bnr-link {
  display: block;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-11__side-bnr-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-section-11__side-bnr-link:hover {
    opacity: 0.8;
  }
}

.c-section-11__side-bnr-link img {
  width: 100%;
}

.c-section-11__main {
  width: 60%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__main {
    width: 100%;
  }
}

.c-section-11__head {
  padding-bottom: 16px;
  border-bottom: 2px solid #c5c5c5;
  position: relative;
}

.c-section-11__head::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 98px;
  border-bottom: 2px solid #fabe00;
  content: "";
}

.c-section-11__head-inner {
  position: relative;
}

.c-section-11__head-link {
  position: absolute;
  right: 0;
  bottom: -0.5em;
}

.c-section-11__head-link .c-link-1 {
  font-size: 1rem;
}

.c-section-11__head-link .c-link-1__icon {
  margin-right: 12px;
}

.c-section-11__contents {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__contents {
    margin-bottom: 17.33333vw;
  }
}

.c-section-11__contents:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__bottom-link {
    margin-top: 5.33333vw;
  }
}

/*  c-section-13
--------------------------------------------- */
.c-section-13 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-13 {
    padding: 11.33333vw 0 0;
  }
}

.c-section-13--2 {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-13--2 {
    padding-top: 21.33333vw;
    padding-bottom: 6.66667vw;
  }
}

.c-section-13--gray {
  background-color: #f3f4f7;
}

.c-section-13__head {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-13__head {
    margin-bottom: 5.33333vw;
  }
}

.c-section-13 .c-box-3__ttl {
  margin-bottom: 40px;
  margin-left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-13 .c-box-3__ttl {
    margin-bottom: 5.33333vw;
  }
}

/*  c-section-17
--------------------------------------------- */
.c-section-17 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17 {
    margin-bottom: 16vw;
  }
}

.c-section-17__head {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__head {
    margin-bottom: 6vw;
  }
}

.c-section-17__head--mgb {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__head--mgb {
    margin-bottom: 0;
  }
}

.c-section-17__contents {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__contents {
    margin-bottom: 16vw;
  }
}

.c-section-17__contents-head {
  margin-bottom: -10px;
}

.c-section-17__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__inner {
    display: block;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-17__inner {
    display: block;
  }
}

.c-section-17__img {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__img {
    margin-bottom: 24vw;
  }
}

.c-section-17__graph {
  width: 36.66667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__graph {
    margin: 0 auto 8vw;
    width: 72.93333vw;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-17__graph {
    margin: 0 auto 8vw;
    width: 72.93333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__graph canvas {
    height: 72.93333vw !important;
  }
}

.c-section-17__graph-contents {
  margin-right: 0;
  margin-left: auto;
  width: 93.18182%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__graph-contents {
    width: 100%;
  }
}

.c-section-17__table {
  width: 55.16667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__table {
    width: 100%;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-17__table {
    width: 100%;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-17__table-inner {
    min-width: 500px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-17__table-inner {
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-section-link
--------------------------------------------- */
.c-section-link {
  margin-bottom: 7.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-link {
    margin-top: 16vw;
    margin-bottom: 17.33333vw;
  }
}

.c-section-link__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-link__body {
    margin-top: 6.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2__head {
  margin-top: 8.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-2__head {
    margin-top: 13.33333vw;
  }
}

.c-section-2__img {
  margin-top: 2.5%;
  margin-bottom: 3.33333%;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-2__img {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.c-section-2__img img {
  width: 100%;
}

.c-section-2__leadtxt {
  display: block;
  font-size: 16px;
  line-height: 2.0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-2__leadtxt {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.c-section-2__foot-txt-main {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-2__foot-txt-main {
    font-size: 3.46667vw;
  }
}

.c-section-2__foot-txt-bold {
  display: block;
  margin-bottom: -1.66667%;
  font-weight: bold;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-2__foot-txt-bold {
    margin-bottom: -4.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-4
--------------------------------------------- */
.c-section-4 {
  margin-top: 10%;
}

.c-section-4__body-img {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-4__body-img {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.c-section-4__foot-txt {
  margin-bottom: 2.08333%;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-4__foot-txt {
    margin-top: 4.66667vw;
    margin-bottom: 5.33333vw;
    line-height: 1.5;
  }
}

.c-section-4__foot-main {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-4__foot-main {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.c-section-4__foot-txt-main {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-4__foot-txt-main {
    font-size: 3.46667vw;
  }
}

.c-section-4__foot-txt-bold {
  display: block;
  margin-bottom: -2.5%;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-4__foot-txt-bold {
    margin-bottom: -4vw;
    font-size: 3.46667vw;
  }
}

/* ---------------------------------------------
*   c-section-6
--------------------------------------------- */
.c-section-6__head {
  margin-bottom: 1.25%;
}

/* ---------------------------------------------
*   c-section-8
--------------------------------------------- */
.c-section-8 {
  margin-top: 5%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8 {
    margin-top: 13.33333vw;
  }
}

.c-section-8__head {
  margin-bottom: 1.66667%;
}

.c-section-8__body {
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__body {
    margin-top: 6.66667vw;
    line-height: 1.5;
  }
}

.c-section-8__url {
  color: #141e5a;
  text-decoration: underline;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-8__url:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__url {
    text-decoration: underline;
  }
}

.c-section-8__note2 {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__note2 {
    font-size: 3.46667vw;
  }
}

.c-section-8__note4 {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__note4 {
    font-size: 3.46667vw;
  }
}

.c-section-8__link {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__link {
    font-size: 3.46667vw;
  }
}

.c-section-8__insta {
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-8__insta {
    font-size: 3.46667vw;
  }
}

/* ---------------------------------------------
*   c-section-10
--------------------------------------------- */
.c-section-10 {
  margin-top: 10%;
  margin-bottom: 9.16667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-10 {
    margin-top: 16vw;
    margin-bottom: 18vw;
  }
}

.c-section-10__head {
  margin-bottom: 2.5%;
  text-align: center;
}

.c-section-10__ttl {
  font-size: 29px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-10__ttl {
    font-size: 5.33333vw;
  }
}

.c-section-10__btn {
  margin-top: 7.5%;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-10__btn {
    margin-top: 9.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-12
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-12 {
    margin-top: 6vw;
  }
}

.c-section-12__head {
  margin-bottom: 1.25%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-12__body {
    margin-top: 6.66667vw;
  }
}

.c-section-12__body-txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-12__body-txt {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.c-section-12__ttl {
  font-size: 24px;
}

.c-section-12__note {
  margin-bottom: 7.5%;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-12__note {
    margin-top: 1.33333vw;
    margin-bottom: 14.66667vw;
    letter-spacing: 0.53333vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-12__note-term {
    letter-spacing: -1px;
  }
}

/* ---------------------------------------------
*   c-section-14
--------------------------------------------- */
.c-section-14__img {
  margin: 0 auto;
  width: 758px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-14__img {
    margin-top: 14.66667vw;
    margin-bottom: 14.66667vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-14__img {
    width: 100%;
  }
}

.c-section-14__txtbox {
  margin-top: 1.25%;
}

.c-section-14__txt {
  margin-bottom: 2.08333%;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-14__txt {
    letter-spacing: 0.5px;
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-14__txt--top {
    margin-top: 6.66667vw;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-14__txt--bottom {
    margin-top: 6.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-16
--------------------------------------------- */
.c-section-16 {
  margin-top: 2.5%;
}

.c-section-16--process {
  margin-top: 6.66667%;
  padding-bottom: 2.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16--process {
    padding-bottom: 0;
  }
}

.c-section-16--under {
  margin-top: 4.16667%;
}

.c-section-16--bottom {
  margin-top: 5%;
}

.c-section-16__head {
  margin-bottom: 1.25%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__head {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__head--bottom {
    margin-bottom: 6.66667vw;
  }
}

.c-section-16__img {
  margin: 0 auto;
  margin-top: 4.16667%;
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__img {
    margin-top: 8vw;
    width: 100%;
  }
}

.c-section-16__txtbox {
  margin: 5.83333% 0;
}

.c-section-16__ttl {
  margin-bottom: 1.66667%;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__ttl {
    margin-bottom: 6vw;
    font-size: 4vw;
  }
}

.c-section-16__txt {
  position: relative;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__txt {
    font-size: 3.73333vw;
    line-height: 1.85;
  }
}

.c-section-16__arrow {
  margin: 0 auto;
  margin-top: 2.91667%;
  width: 167px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-16__arrow {
    margin-top: 4vw;
    margin-bottom: 5.33333vw;
    width: 22.26667vw;
  }
}

.c-box-14__img img {
  width: 100%;
}


/* ---------------------------------------------
*   c-section-18
--------------------------------------------- */
.c-section-18 {
  margin-top: 4.16667%;
}

.c-section-18--top {
  margin-top: 2.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18--top {
    padding-top: 6.66667vw;
  }
}

.c-section-18__head--vision {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18__head--vision {
    margin-top: 6vw;
    margin-bottom: 4.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18--bottom {
    margin-top: 5.33333vw;
  }
}

.c-section-18__ttl {
  margin-bottom: 1.25%;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18__ttl {
    margin-bottom: 6vw;
    font-size: 4vw;
  }
}

.c-section-18__txt {
  font-size: 16px;
  line-height: 2;
}

.c-section-18__txt:nth-of-type(n + 2) {
  margin-top: 1.66667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18__txt:nth-of-type(n + 2) {
    margin-top: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.85;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18__txt {
    font-size: 3.73333vw;
    line-height: 1.85;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18__txt--last {
    margin-top: 5.33333vw;
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-18--contents {
    margin-top: 5.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-20
--------------------------------------------- */
.c-section-20 {
  padding-top: 1.25%;
  padding-bottom: 3.75%;
  padding-left: 2.08333%;
  border: 1px solid #98A6B5;
  border-radius: 0.41667%;
}

.c-section-20__head {
  margin-bottom: 3.33333%;
}

.c-section-20__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-20__body {
    display: block;
  }
}

.c-section-20__body-report {
  margin-bottom: 5%;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.05556;
}

.c-section-20__body-pdf {
  margin-bottom: 3.33333%;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-20__body-pdf {
    font-size: 3.46667vw;
    line-height: 2;
  }
}

.c-section-20__body-img {
  margin-left: 21.66667%;
  width: 406px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-20__body-img {
    margin-left: 0;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-section-20__body-icon {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 13px;
  vertical-align: middle;
}

.c-section-20__body-icon img {
  vertical-align: top;
}

/* ---------------------------------------------
*   c-section-22
--------------------------------------------- */
.c-section-22 {
  padding-top: 1.25%;
  padding-bottom: 3.75%;
  padding-left: 2.08333%;
  border: 1px solid #98A6B5;
  border-radius: 0.41667%;
}

.c-section-22__head {
  margin-bottom: 3.33333%;
}

.c-section-22__body-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;

  justify-content: space-around;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-22__body-desc {
    display: block;
  }
}

.c-section-22__body-file {
  margin-top: 3.33333%;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-22__body-file {
    text-align: center;
    font-size: 3.46667vw;
    line-height: 2;
  }
}

.c-section-22__body-icon {
  display: inline-block;
  margin-left: 20px;
  width: 10px;
  height: 13px;
  vertical-align: middle;
}

.c-section-22__body-icon img {
  vertical-align: top;
}

.c-section-22__body-imgs {
  margin-bottom: 4vw;
}

.c-section-22__body-img1 {
  margin: 0 auto;
  width: 176px;
}

.c-section-22__body-img2 {
  margin: 0 auto;
  width: 238px;
}

/*  c-section-19
--------------------------------------------- */
.c-section-19 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19 {
    margin-bottom: 15.33333vw;
  }
}

.c-section-19.library {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19.library {
    margin-bottom: 0;
  }
}


.c-section-19__body {
  margin-top: 60px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__body {
    margin-top: 6.66667vw;
  }
}

.c-section-19__item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__item {
    margin-top: 5.33333vw;
  }
}

.c-section-19__item:first-of-type {
  margin-top: 0;
}

.c-section-19__btn {
  position: relative;
  display: block;
  padding: 28px 30px;
  width: 100%;
  background-color: #f3f4f7;
  color: inherit;
  text-align: left;
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.is-acc-open .c-section-19__btn {
  background-color: #141e5a;
  color: #fff;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-19__btn:hover {
    background-color: #141e5a;
    color: #fff;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__btn {
    padding: 4.4vw 10.66667vw 4.4vw 6vw;
    font-size: 3.73333vw;
  }
}

.c-section-19__btn::before, .c-section-19__btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #141e5a;
  content: "";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.is-acc-open .c-section-19__btn::before,
.is-acc-open .c-section-19__btn::after {
  background-color: #fff;
}

.c-section-19__btn:hover::before,
.c-section-19__btn:hover::after {
  background-color: #fff;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__btn:hover::before,
  .c-section-19__btn:hover::after {
    background-color: #141e5a;
  }
  .is-acc-open .c-section-19__btn::before,
  .is-acc-open .c-section-19__btn::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__btn::before, .c-section-19__btn::after {
    right: 4.66667vw;
    width: 3.2vw;
    height: 0.26667vw;
  }
}

.c-section-19__btn::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-section-19__btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.is-acc-open .c-section-19__btn::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-section-19__content {
  position: relative;
  overflow: hidden;
  padding: 15px 30px 50px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__content {
    padding: 4.4vw 6vw 12vw;
  }
}

.library .c-section-19__content {
  padding: 0;
  background-color: #fff;
  overflow: visible;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .library .c-section-19__content {
    padding: 0;
  }
}

.c-section-19__content::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #d6d6d6;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__content::before {
    width: 78.4vw;
  }
}

.library .c-section-19__content::before {
  content: none;
}

.c-section-19__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  margin-top: 80px;

  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__row {
    display: block;
    display: block;
    margin-top: 9.33333vw;
  }
}

.c-section-19__content--movie .c-section-19__row {
  margin-top: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__content--movie .c-section-19__row {
    margin-top: 10.66667vw;
  }
}

.c-section-19__row:first-of-type {
  margin-top: 0;
}

.c-section-19__inner {
  width: 50%;
  padding-right: 1rem;
}

.c-section-19__inner.w40 {
  width: 40%;
}

.c-section-19__inner.w100 {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__inner {
    margin-top: 9.33333vw;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__inner.w40 {
    width: 100%;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-19__inner:nth-child(n+3) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__row.w100 .c-section-19__inner:first-of-type {
    margin-top: 0;
    margin-bottom: 24vw
  }
  .c-section-19__row.w100 .c-section-19__inner+.c-section-19__movie {
    margin-top: -18vw;
  }
}
.c-section-19__txt {
  margin-bottom: 30px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__txt {
    margin-bottom: 4vw;
    font-size: 3.73333vw;
  }
}

.c-section-19__txt--medium {
  font-weight: 500;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__txt--medium {
    margin-bottom: 4.66667vw;
  }
}

.c-section-19__movie {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30.70175%;
  width: 50%;
  height: 0;

  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.library .c-section-19__movie {
  width: 100%;
  padding-top: 61.4035%;
  overflow: visible;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-19__movie {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-section-19__movie:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__movie {
    margin-top: 10.66667vw;
    padding-top: calc(350 / 620 * 100%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .library .c-section-19__movie {
    margin-top: 5.33333vw;
    padding-top: calc(350 / 620 * 100%);
    width: 100%;
  }
}

.c-section-19__movie--small {
  padding-top: 21.324562%;
  width: 345px;
}

@media screen and (max-width: 1280px) {
  .c-section-19__movie--small {
    width: 30.271934%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-19__movie--small {
    margin-top: 10.66667vw;
    padding-top: calc(286 / 406 * 100%);
    width: 100%;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-19__movie:nth-child(n+3) {
    margin-top: 80px;
  }
}

.c-section-19__movie-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-section-19__movie-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.80645%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*  c-section-23
--------------------------------------------- */
.c-section-23 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23 {
    margin-top: 13.33333vw;
  }
}

.c-section-23:first-of-type {
  margin-top: 60px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23:first-of-type {
    margin-top: 7.33333vw;
  }
}

.c-section-23__contents {
  padding-top: 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23__contents {
    padding-top: 6.93333vw;
  }
}


.c-section-23__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;

  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23__inner {
    display: block;
  }
}

.c-section-23__img {
  margin-right: 2.91667%;
  width: 48.33333%;

  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23__img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

.c-section-23__txt {
  margin-top: -10px;
  width: 48.75%;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-23__txt {
    margin-top: 6vw;
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}

/*  c-section-29
--------------------------------------------- */
.c-section-29 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-29 {
    margin-top: 0;
  }
}

.c-section-29__contents {
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-29__contents {
    margin-top: 5.33333vw;
  }
}

.c-section-29__txt {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-29__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}


/*  c-section-31
--------------------------------------------- */
.c-section-31 {
  padding-top: 110px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-31 {
    padding-top: 10.667vw;
    padding-bottom: 12vw;
  }
}

.c-section-31__note {
  margin-top: 10px;
  text-align: right;
  font-size: 1rem;
  color: #9fa2a3;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-31__note {
    margin-top: 2vw;
    font-size: 2.933vw;
  }
}

.c-section-31__btn {
  margin-top: 50px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.c-section-31__btn .c-btn:nth-of-type(2) {
  margin-left: 35px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-31__btn {
    margin-top: 6.667vw;
    display: block;
  }

  .c-section-31__btn .c-btn {
    width: 90%;
    margin-top: 6.667vw;
    margin-left: auto;
    margin-right: auto;
  }

  .c-section-31__btn .c-btn:first-of-type {
    margin-top: 0;
  }

  .c-section-31__btn .c-btn:nth-of-type(2) {
    margin-left: auto;
  }
}

/*  c-section-37
--------------------------------------------- */
.c-section-37 {
  padding-top: 75px;
  padding-bottom: 105px;
  background: #f3f4f7 url(/img/company/5minute/img_map.png) top 100px center no-repeat;
  -webkit-background-size: 1201px 576px;
  background-size: 1201px 576px;
}

@media screen and (max-width: 1400px) {
  .c-section-37 {
    padding-top: 5.357vw;
    background-position: top 7.143vw center;
    -webkit-background-size: 85.786vw 41.143vw;
    background-size: 85.786vw 41.143vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37 {
    padding-top: 10.667vw;
    padding-bottom: 11.333vw;
    background-position: top 18.677vw center;
    -webkit-background-size: 108.267vw 51.867vw;
    background-size: 108.267vw 51.867vw;
  }
}

.c-section-37__body {
  margin-top: 350px;
}

@media screen and (max-width: 1400px) {
  .c-section-37__body {
    margin-top: 25vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__body {
    margin-top: 45vw;
  }
}

.c-section-37__unit {
  margin-top: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__unit {
    margin-top: 8.333vw;
  }
}

.c-section-37__unit:first-of-type {
  margin-top: 0;
}

.c-section-37__unit--column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__unit--column {
    display: block;
  }
}

.c-section-37__head {
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__head {
    font-size: 4.8vw;
  }
}

.c-section-37__list {
  margin-top: 8px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__list {
    margin-top: 1vw;
  }
}

.c-section-37__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__item {
    display: block;
  }
}

.c-section-37__inner-list {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__inner-list {
    width: 100%;
  }
}

.c-section-37__inner-item {
  margin-top: 8px;
  padding-right: 2em;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__inner-item {
    margin-top: 0;
    padding-right: 0;
    font-size: 3.733vw;
    line-height: 1.86;
  }
}

.c-section-37__inner-item .txt-bold {
  font-weight: bold;
}

.c-section-37__column--column1 {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__column--column1 {
    width: 100%;
  }
}

.c-section-37__column--column2 {
  width: calc(100% / 3 * 2);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__column--column2 {
    width: 100%;
  }
}

.c-section-37__column--column2 .c-section-37__inner-list {
  width: 50%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__column--column2 .c-section-37__inner-list {
    width: 100%;
  }
}

.c-section-37__column--column1 .c-section-37__inner-list {
  width: 100%;
}

.c-section-37__btn {
  margin-top: 55px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-37__btn {
    margin-top: 7.333vw;
  }

  .c-section-37__btn .c-btn {
    width: 90%;
  }
}

/*  c-section-41
--------------------------------------------- */
.c-section-41 {
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-41 {
    padding-top: 13.333vw;
    padding-bottom: 10vw;
  }
}

.c-section-41__body {
  margin-top: 25px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-41__body {
    margin-top: 4.633vw;
  }
}

.c-section-41__img {
  max-width: 1064px;
  width: 758px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.333%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-41__img {
    width: 100%;
    padding-left: 0;
    margin-left: -0.667vw;
    margin-top: 4.667vw;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-section-41__img {
    width: 100%;
    padding-left: 0
  }
}

.c-section-41__btn {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-41__btn {
    margin-top: 8vw;
  }

  .c-section-41__btn .c-btn {
    width: 90%;
  }
}

/*  c-section-43
--------------------------------------------- */
.c-section-43 {
  margin-bottom: 120px;
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43 {
    margin-bottom: 10.667vw;
    padding-top: 8vw;
    padding-bottom: 10.667vw;
  }
}

.c-section-43__body {
  margin-top: 45px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__body {
    margin-top: 4.667vw;
  }
}

.c-section-43__lead {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .c-section-43__lead {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__lead {
    font-size: 3.733vw;
    line-height: 1.85;
    text-align: left;
  }
}

.c-section-43__lead .txt-ruby {
  position: absolute;
  top: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 37%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__lead .txt-ruby {
    top: -1.8em;
  }
}


.c-section-43__list {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__list {
    margin-top: 5vw;
    display: block;
  }
}

.c-section-43__item {
  position: relative;
  margin-left: 4.5%;
  width: 30.33333%;
  background-color: #fff;
  padding: 25px 1vw 30px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__item {
    margin-top: 6vw;
    margin-left: 0;
    width: 100%;
    padding-top: 2.667vw;
    padding-bottom: 4vw;
  }
}

.c-section-43__item:nth-of-type(3n+1) {
  margin-left: 0;
}

.c-section-43__item:nth-of-type(n + 4) {
  margin-top: 55px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__item:nth-of-type(n + 4) {
    margin-top: 6vw;
  }

  .c-section-43__item:first-of-type {
    margin-top: 0;
  }
}

.c-section-43__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__item::after {
    height: 1.333vw;
  }
}

.c-section-43__num {
  display: block;
  font-size: 2.6875rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .c-section-43__num {
    font-size: 3.071vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__num {
    font-size: 10.933vw;
  }
}

.c-section-43__txt {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1400px) {
  .c-section-43__txt {
    font-size: 1.714vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__txt {
    margin-top: 0.333vw;
    font-size: 4.8vw;
  }
}

.c-section-43__btn {
  margin-top: 75px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-43__btn {
    margin-top: 10vw;
  }

  .c-section-43__btn .c-btn {
    width: 90%;
  }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3__body {
  padding-top: 90px;
  padding-bottom: 77px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-3__body {
    padding-top: 7.73333vw;
    padding-bottom: 0;
  }
}

.c-section-3__head-ttl {
  margin: 0 auto;
  margin-bottom: 37px;
  padding: 0 40px;
  max-width: 1280px;
}

@media screen and (max-width: 800px) {
  .c-section-3__head-ttl {
    padding: 0 20px 0 40px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-3__head-ttl {
    margin-top: -2.53333vw;
    margin-bottom: 7.73333vw;
    padding: 0 5.33333vw;
    max-width: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-3__head-btn {
    margin-top: 7.73333vw;
    padding: 0 5.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-9
--------------------------------------------- */
.c-section-9__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-9__body {
    margin-top: 5.33333vw;
  }
}

/*  c-section-9-wrapper
--------------------------------------------- */
.c-section-9-wrapper {
  padding: 91px 0 94px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-9-wrapper {
    padding: 14.66667vw 0 16.13333vw;
  }
}

/* ---------------------------------------------
*   c-selector-3
--------------------------------------------- */
.c-selector-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3 {
    margin-top: 11.46667vw;
    padding-bottom: 5.06667vw;
    border: none;
  }
}

.c-selector-3--group {
  margin-top: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3--group {
    margin-top: 1.06667vw;
    border: none;
  }
}

.c-selector-3__item {
  width: 165px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-selector-3__item:nth-of-type(2) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__item:nth-of-type(2) {
    margin-bottom: 2.66667vw;
  }
}

.c-selector-3--group .c-selector-3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  width: 117px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-selector-3--group .c-selector-3__item:nth-of-type(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3--group .c-selector-3__item {
    display: block;
    width: 100%;
  }
}

.c-selector-3__trigger, .c-selector-3__link {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.9375;
  color: #c5c5c5;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-selector-3__trigger, .c-selector-3__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-selector-3__trigger:hover, .c-selector-3__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__trigger, .c-selector-3__link {
    padding-bottom: 1.06667vw;
    width: auto;
    font-size: 3.73333vw;
    line-height: 1.10714;
  }
}

.c-selector-3__trigger.is-current, .c-selector-3__link.is-current {
  position: relative;
  z-index: 0;
  color: #141e5a;
  font-weight: 500;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-selector-3__trigger.is-current, .c-selector-3__link.is-current {
    pointer-events: none;
  }
}

.c-selector-3__trigger.is-current::before, .c-selector-3__link.is-current::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 100%;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__trigger.is-current::before, .c-selector-3__link.is-current::before {
    bottom: 0;
    width: calc(100% + 0.8vw);
    border-width: 0.46667vw;
  }
}

.c-selector-3__link {
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__link {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-selector-3__trigger {
    padding-bottom: 1.33333vw;
  }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/*  c-slider
--------------------------------------------- */
.c-slider {
  position: relative;
}

.c-slider::before, .c-slider::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 10%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.c-slider::before {
  left: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider::before {
    content: none;
  }
}

.c-slider::after {
  right: 0;
}

.c-slider__item {
  padding: 0 1.64286vw;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider__item {
    padding: 0 2.66667vw;
  }
}

.c-slider__img-box {
  display: block;
  overflow: hidden;
}

.c-slider__img {
  width: 23.42857vw;
  height: 23.42857vw;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-slider__img {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s, -webkit-transform 0.8s ease-out;
  }
  .c-slider__link:hover .c-slider__img-box .c-slider__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .ipad .c-slider__link:hover .c-slider__img-box:hover .c-slider__img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider__img {
    width: 38.66667vw;
    height: 54.4vw;
  }
}

.c-slider__date {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider__date {
    font-size: 3.46667vw;
  }
}

.c-slider__txt-area {
  padding-top: 10px;

}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider__txt-area {
    padding-top: 2.66667vw;
  }
}

.c-slider__txt {
  font-size: 1rem;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-slider__link .c-slider__txt {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s, -webkit-transform 0.8s ease-out;
  }
  .c-slider__link:hover .c-slider__txt {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider__txt {
    font-size: 3.46667vw;
    height: 12.133345vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider .slick-list {
    margin-left: -8vw;
  }
}

.c-slider .slick-arrow {
  position: absolute;
  bottom: -100px;
  left: 50%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-slider .slick-arrow {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .c-slider .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider .slick-arrow {
    bottom: -17.33333vw;
    width: 11vw;
    height: 11vw;
    background-size: 2vw auto;
  }
}

.c-slider .slick-arrow.slick-prev {
  margin-left: calc(-50vw + 100px);
  background-color: #5a618b;
  background-image: url("/img/common/icon_arrow-prev_w.svg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider .slick-arrow.slick-prev {
    margin-left: calc(-50vw + 81vw / 750 * 100);
  }
}

.c-slider .slick-arrow.slick-next {
  margin-left: calc(-50vw + 155px);
  background-color: #141e5a;
  background-image: url("/img/common/icon_arrow-next_w.svg");
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider .slick-arrow.slick-next {
    margin-left: calc(-50vw + 162.5vw / 750 * 100);
  }
}

.c-slider-link {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider-link {
    margin-top: 9.33333vw;
  }
}

/*  c-slider-2
--------------------------------------------- */
.c-slider-2--narrow .c-slider-2__slider-img img {
  width: 60.4%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-slider-2--narrow .c-slider-2__slider-img img {
    width: 73.2%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-slider-2 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.c-slider-2 .slick-dots li {
  margin-right: 13px;
  width: 50px;
  height: 4px;
  background-color: #d9dae5;
  cursor: pointer;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.c-slider-2 .slick-dots li:hover {
  background-color: #141e5a;
}

.c-slider-2 .slick-dots li.slick-active {
  background-color: #141e5a;
}

.c-slider-2 .slick-dots li button {
  overflow: hidden;
  text-indent: -9999px;
}

.c-slider-2 .slick-dots li:last-of-type {
  margin-right: 0;
}

/*  c-table-1
--------------------------------------------- */
.c-table-1 {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.c-table-1__thead .c-table-1__th {
  padding: 20px 0;
  width: 8.5%;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background-color: #141e5a;
  text-align: center;
}

.c-table-1__thead .c-table-1__th.bln {
  border-left: none;
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__thead .c-table-1__th {
    padding: 4vw 0;
  }
}

.c-table-1--2 .c-table-1__thead .c-table-1__th {
  width: 8%;
}

.c-table-1--3 .c-table-1__thead .c-table-1__th {
  padding: 8px;
  width: 12.91667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1--3 .c-table-1__thead .c-table-1__th {
    padding: 1.33333vw;
  }
}

.c-table-1--4 .c-table-1__thead .c-table-1__th {
  width: 29.58333%;
}
.c-table-1--4 .c-table-1__thead .c-table-1__th.w50 {
  width: 50%;
}

.c-table-1__thead .c-table-1__th--l {
  width: 15%;
  text-align: left;
  position: sticky;
  left: 0;
}

.c-table-1--2 .c-table-1__thead .c-table-1__th--l {
  width: 12%;
}

.c-table-1--3 .c-table-1__thead .c-table-1__th--l {
  padding-left: 20px;
  width: 16.41667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1--3 .c-table-1__thead .c-table-1__th--l {
    padding-left: 4vw;
  }
}

.c-table-1--4 .c-table-1__thead .c-table-1__th--l {
  padding-left: 30px;
  width: 40.83333%;
}
.c-table-1--4 .c-table-1__thead .c-table-1__th--l .w50 {
  width: 50%;
}

.c-table-1__tbody .c-table-1__th {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background-color: #e7e8ee;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__tbody .c-table-1__th {
    padding-right: 2.66667vw;
    padding-left: 6.66667vw;
    position: sticky;
    left: 0;
  }
}

.c-table-1--2 .c-table-1__tbody .c-table-1__th {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1--2 .c-table-1__tbody .c-table-1__th {
    padding-right: 1.33333vw;
    padding-left: 4vw;
  }
}

.c-table-1--3 .c-table-1__tbody .c-table-1__th {
  padding-right: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1--3 .c-table-1__tbody .c-table-1__th {
    padding: 2.26667vw 1.33333vw 2.26667vw 4vw;
  }
}

.c-table-1__td {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__td {
    padding: 4vw 0;
  }
}

.c-table-1--3 .c-table-1__td {
  padding: 12px 0;
}

.c-table-1__td--left {
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__td--left {
    padding-right: 2.66667vw;
    padding-left: 2.66667vw;
  }
}

.c-table-1__txt-w {
  color: #fff;
  font-size: 1rem;
  line-height: calc(30 / 16);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__txt-w {
    font-size: 3.2vw;
  }
}

.c-table-1--3 .c-table-1__txt-w {
  line-height: 1.25;
}

.c-table-1__txt-b {
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__txt-b {
    font-size: 3.2vw;
  }
}

.c-table-1__txt {
  font-size: 1rem;
  line-height: calc(30 / 16);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__txt {
    font-size: 3.2vw;
  }
}

.c-table-1-wrap {
  position: relative;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1-wrap {
    width: 94.66667vw;
    width: 89.33333vw;
  }
  .windows .c-table-1-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-table-1-inner {
    min-width: 1100px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1-inner {
    padding-right: 5.33333vw;
    width: 240vw;
  }
}

.c-table-1-note {
  text-align: right;
  font-size: 1rem;
  line-height: calc(30 / 16);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1-note {
    font-size: 3.46667vw;
  }
}

.c-table-1__arrow {
    width: 30px;
    display: inline-block;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-1__arrow {
    font-size: 3.46667vw;
  }
}

/*  c-table-5
--------------------------------------------- */
.c-table-5 {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.c-table-5__th {
  padding: 20px 0;
  padding-right: 30px;
  padding-left: 30px;
  width: 40.41667%;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background-color: #141e5a;
}

.gray .c-table-5__th {
  background-color: #808080;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-5__th {
    padding: 4vw 0;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

.w20 .c-table-5__th {
  width: 20%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .w20 .c-table-5__th {
    width: 27.5%;
  }
}

.c-table-5__td {
  padding: 20px 0;
  padding-right: 30px;
  padding-left: 30px;
  width: 59.58333%;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-5__td {
    padding: 4vw 0;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.w20 .c-table-5__td {
  width: 80%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .w20 .c-table-5__td {
    width: 100%;
  }
}

.c-table-5__txt-w {
  color: #fff;
  font-size: 1rem;
  line-height: calc(30 / 16);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-5__txt-w {
    font-size: 3.2vw;
  }
}

.c-table-5__txt {
  font-size: 1rem;
  line-height: calc(30 / 16);
}
.c-table-5__txt img {
  width: 120px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-5__txt {
    font-size: 3.2vw;
  }
}

.c-table-5__link {
  color: #141e5a;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-table-5__link {
    text-decoration: underline;
  }
  .c-table-5__link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-5__link {
    text-decoration: underline;
  }
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.c-table__th, .c-table__td {
  padding: 1em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.c-table__thead .c-table__th {
  color: red;
}

.c-table__tbody .c-table__th {
  font-weight: bold;
}

/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile--stock {
    padding-bottom: 5.33333vw;
    border-bottom: 0.26667vw solid #d6d6d6;
  }
}

.c-tile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-tile--sdgs .c-tile__list {
  -ms-flex-pack: justify;
  width: 100%;
  -webkit-box-pack: justify;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile__list {
    display: block;
    margin-top: 10.66667vw;
  }
  .c-tile--stock .c-tile__list {
    margin-top: 5.33333vw;
    padding-top: 5.33333vw;
    border-top: 0.26667vw solid #d6d6d6;
  }
}

.c-tile__item {
  padding-right: 20px;
  width: 25%;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-tile__item:nth-of-type(n+5) {
    margin-top: 30px;
  }
  .c-tile__item:nth-of-type(4) {
    padding-right: 0
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile__item {
    width: 100%;
  }
  .c-tile__item:nth-of-type(n+2) {
    margin-top: 2.66667vw;
  }
}

.c-tile__link {
  font-size: 16px;
  line-height: 1.9375;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-tile__link:hover {
    color: #141e5a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile__link {
    font-size: 3.73333vw;
    line-height: 1.10714;
  }
}

.c-tile__link.is-current {
  color: #141e5a;
  font-weight: 500;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile__br {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .c-tile__br {
    display: none !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile__br-sdgs {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .c-tile__br-sdgs {
    display: none !important;
  }
}

/*  c-tile-section
--------------------------------------------- */
.c-tile-section {
  padding: 61px 0 68px;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-tile-section {
    padding: 6.66667vw 0;
  }
}

/*  tiimeline
--------------------------------------------- */
.c-timeline-wrap {
  position: relative;
  padding-top: 115px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-wrap {
    padding-top: 12vw;
    padding-bottom: 13.333vw;
  }
}

.c-timeline-wrap::before, .c-timeline-wrap::after {
  position: absolute;
  z-index: -1;
  background-color: #f3f4f7;
  content: "";
}

.c-timeline-wrap::before {
  top: 0;
  right: 0;
  width: calc(50vw + 170px);
  height: 1340px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-wrap::before {
    width: 50vw;
    height: 228.667vw;
  }
}

.c-timeline-wrap::after {
  top: 1660px;
  left: 0;
  width: calc(50vw + 340px);
  height: 1630px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-wrap::after {
    top: 229.333vw;
    width: 76vw;
    height: 389.333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-wrap .container {
    position: relative;
  }

  .c-timeline-wrap .container::before {
    position: absolute;
    z-index: -1;
    background-color: #f3f4f7;
    content: "";
    top: 621.333vw;
    right: 0;
    width: 50vw;
    height: 440.267vw;
  }
}

.c-timeline {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline {
    margin-top: 10.667vw;
    margin-bottom: 13.333vw;
  }
}

.c-timeline::before {
  position: absolute;
  top: 80px;
  left: 50%;
  display: block;
  width: 1px;
  height: 82.9%;
  background-color: #141e5a;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-timeline::before {
    top: 50px;
    width: 1px;
    height: 83.5%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-timeline::before {
    top: 50px;
    width: 1px;
    height: 84.2%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .en .c-timeline::before {
    top: 50px;
    width: 1px;
    height: 83.8%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .en .c-timeline::before {
    top: 50px;
    width: 1px;
    height: 84.9%;
  }
}


@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline::before {
    width: 2px;
    height: 89.3%;
    top: 12.3vw;
    left: 2.933vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*  c-timeline-sec
--------------------------------------------- */
.c-timeline-sec {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: -255px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec {
    width: 100%;
    margin-top: 12vw;
  }
}

.c-timeline-sec:nth-of-type(even) {
  margin-left: auto;
}

.c-timeline-sec:nth-of-type(1) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec:nth-of-type(1) {
    margin-top: 0;
  }
}

.c-timeline-sec__head {
  position: relative;
  border-bottom: 1px solid #141e5a;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__head {
    margin-left: 2.933vw;
    line-height: 1.4;
    border-width: 2px;
  }
}

.c-timeline-sec__head::before {
  position: absolute;
  right: -18px;
  bottom: -18px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-radius: 100px;
  background-color: rgba(20, 30, 90, 0.2);
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__head::before {
    right: auto;
    left: -3.233vw;
    bottom: -3.4vw;
    width: 6.667vw;
    height: 6.667vw;
    border-radius: 50%;
  }
}

@media screen and (min-width: 751px) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__head::before {
    right: auto;
    left: -18px;
  }
}

.c-timeline-sec__head::after {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 100px;
  background-color: #141e5a;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__head::after {
    right: auto;
    bottom: -1.367vw;
    left: -0.9vw;
    width: 2.267vw;
    height: 2.267vw;
    border-radius: 50%;
  }
}

@media screen and (min-width: 751px) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__head::after {
    right: auto;
    left: -6px;
  }
}

.c-timeline-sec__body {
  padding-top: 15px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__body {
    padding-top: 3vw;
    padding-left: 12vw;
  }
}

.c-timeline-sec:nth-of-type(odd) .c-timeline-sec__body {
  padding-right: 100px;
}
@media screen and (max-width: 1400px) {
  .c-timeline-sec:nth-of-type(odd) .c-timeline-sec__body {
    padding-right: 7.143vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec:nth-of-type(odd) .c-timeline-sec__body {
    padding-right: 0;
  }
}

.c-timeline-sec:nth-of-type(even) .c-timeline-sec__body {
  padding-left: 110px;
}
@media screen and (max-width: 1400px) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__body {
    padding-left: 7.857vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__body {
    padding-left: 12vw;
  }
}

.c-timeline-sec__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  color: #0E1719;
  font-size: 3.4375rem;
  font-family: "Poppins", sans-serif;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .c-timeline-sec__year {
    font-size: 2.7375rem;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-timeline-sec__year {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__year {
    font-size: 9.315vw;
    padding-left: 9.0667vw;
  }
}

@media screen and (min-width: 751px) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__year {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__year {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.c-timeline-sec__year-s {
  margin-left: 0.2em;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__year-s {
    font-size: 4vw;
  }
}

.c-timeline-sec__year-line {
  margin: 0 0.2em;
  width: 25px;
  height: 1px;
  background-color: #0E1719;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__year-line {
    width: 4.533vw;
  }
}

.c-timeline-sec__ttl {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__ttl {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-timeline-sec:nth-of-type(even) .c-timeline-sec__ttl {
    text-align: right;
  }
}

.c-timeline-sec__txt {
  margin-bottom: 25px;
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__txt {
    margin-bottom: 3.333vw;
    font-size: 3.467vw;
  }
}

.c-timeline-sec__img {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec__img {
    margin-top: 3.333vw;
  }
}

.c-timeline-sec:nth-of-type(1) .c-timeline-sec__img {
  width: 367px;
  max-width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-timeline-sec:nth-of-type(1) .c-timeline-sec__img {
    width: 100%;
  }
}

.c-timeline__btn {
  text-align: center;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 82px 40px 25px;
  max-width: 1280px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl {
    margin-bottom: 7.73333vw;
    padding: 33px 5.33333vw 5.33333vw;
  }
}

.c-ttl::before {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 120px;
  border-bottom: 6px solid #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl::before {
    left: 5.33333vw;
    width: 26.8vw;
    border-width: 1.46667vw;
  }
}

.c-ttl--no-border::before {
  display: none;
}

.c-ttl__txt {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.44444;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl__txt {
    font-size: 6vw;
    line-height: 1.15556;
  }
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
  font-weight: 500;
  font-size: 1.8125rem;
  line-height: 1;
  margin-bottom: 1.25%;
}

.c-ttl-2--underline {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #c5c5c5;
}

.c-ttl-2--underline::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 98px;
  border-bottom: 2px solid #fabe00;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-2 {
    position: relative;
    padding-bottom: 2.4vw;
    border-bottom: 0.53333vw solid #c4c4c4;
    font-size: 6vw;
    line-height: 1.33333;
  }
  .c-ttl-2::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 19.73333vw;
    border-bottom: 0.53333vw solid #fabe00;
    content: "";
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-2--no-border {
    padding-bottom: 0;
    border: none;
  }
  .c-ttl-2--no-border::before {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-2--horizontal {
    padding-bottom: 0;
    padding-left: 6.66667vw;
    border: none;
  }
  .c-ttl-2--horizontal::before {
    top: 50%;
    bottom: auto;
    width: 4.26667vw;
    border-width: 0.66667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-2--min {
    font-size: 5.06667vw;
    line-height: 1.10526;
  }
}

/* ---------------------------------------------
*   c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.16667;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-3 {
    padding: 0.53333vw 0 0.8vw 3.2vw;
    border-left: 0.66667vw solid #fabe00;
    font-size: 5.06667vw;
    line-height: 1.26316;
  }
}

.c-ttl-3--vertical {
  margin-left: 1px;
  padding: 2px 0 5px 13px;
  border-left: 2px solid #fabe00;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-3--vertical {
    padding: 0.53333vw 0 0.8vw 1.6vw;
    letter-spacing: -.02em;
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-3--no-border {
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-3--underline {
    position: relative;
    padding: 0.53333vw 0 2vw;
    border-bottom: 0.53333vw solid #c4c4c4;
    border-left: 0;
  }
  .c-ttl-3--underline::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 19.73333vw;
    border-bottom: 0.53333vw solid #fabe00;
    content: "";
  }
}

/* ---------------------------------------------
*   c-ttl-4
--------------------------------------------- */
.c-ttl-4 {
  margin-top: 5%;
  margin-bottom: 1.66667%;
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-4 {
    font-size: 4vw;
  }
}

.c-ttl-4__txt {
  font-weight: 500;
  font-size: 29px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-4__txt {
    font-size: 5.33333vw;
  }
}

/*  c-ttl-5
--------------------------------------------- */
.c-ttl-5 {
  font-size: 2.1875rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-ttl-5 {
    font-size: 6.133vw;
  }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt {
    font-size: 3.46667vw;
    line-height: 2;
  }
}

/* ---------------------------------------------
*   c-txt-large
--------------------------------------------- */
.c-txt-large {
  font-size: 18px;
  line-height: 2.05556;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt-large {
    font-size: 3.73333vw;
    line-height: 1.85714;
  }
}

/*  c-txt-large-wrapper
--------------------------------------------- */
.c-txt-large-wrapper {
  max-width: 100%;
}

/* ---------------------------------------------
*   c-txt-3
--------------------------------------------- */
.c-txt-3 {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-txt-3 {
    font-size: 3.73333vw;
    line-height: 1.85714;
  }
}

/* ---------------------------------------------
*   c-wysiwyg
--------------------------------------------- */
.c-wysiwyg> :last-child {
  margin-bottom: 0 !important;
}

.c-wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.c-wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.c-wysiwyg h1, .c-wysiwyg h2 {
  margin-top: 8.33333%;
  font-weight: 500;
  font-size: 1.8125rem;
  line-height: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg h1, .c-wysiwyg h2 {
    position: relative;
    margin-top: 13.33333vw;
    padding-bottom: 2.4vw;
    border-bottom: 0.53333vw solid #c4c4c4;
    font-size: 5.06667vw;
    line-height: 1.10526;
  }
  .c-wysiwyg h1 ::before, .c-wysiwyg h2 ::before {
    position: absolute;
    bottom: -0.53333vw;
    left: 0;
    width: 19.73333vw;
    border-bottom: 0.53333vw solid #fabe00;
    content: "";
  }
}

.c-wysiwyg h3 {
  margin-top: 5%;
  margin-bottom: 1.25%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.16667;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg h3 {
    position: relative;
    margin-top: 13.33333vw;
    padding: 0.53333vw 0 2vw;
    border-bottom: 0.53333vw solid #c4c4c4;
    font-size: 5.06667vw;
    line-height: 1.26316;
  }
  .c-wysiwyg h3::before {
    position: absolute;
    bottom: -0.53333vw;
    left: 0;
    width: 19.73333vw;
    border-bottom: 0.53333vw solid #fabe00;
    content: "";
  }
}

.c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
  margin-top: 8.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg h4, .c-wysiwyg h5, .c-wysiwyg h6 {
    margin-top: 13.33333vw;
  }
}

.c-wysiwyg i,
.c-wysiwyg strong {
  font-weight: bold;
}

.c-wysiwyg p {
  margin-top: 2.5%;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg p {
    margin-top: 6.66667vw;
    font-size: 3.46667vw;
  }
}

.c-wysiwyg em {
  font-style: italic;
}

.c-wysiwyg a {
  color: #141e5a;
  text-decoration: underline;
}

@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .c-wysiwyg a:hover {
    text-decoration: none;
  }
}

.c-wysiwyg ul {
  margin-left: -1.25%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg ul {
    margin-top: 6.66667vw;
  }
}

.c-wysiwyg ul li {
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg ul li {
    margin-bottom: 0.66667vw;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.c-wysiwyg ul li::before {
  color: #141e5a;
  content: "●";
}

.c-wysiwyg ol {
  margin-top: 5%;
}

.c-wysiwyg ol li {
  margin-bottom: 2.08333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg ol li {
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.c-wysiwyg blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1em;
  background-color: #eaeaea;
}

.c-wysiwyg pre {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-wysiwyg del {
  text-decoration: line-through;
}

.c-wysiwyg hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eee 1px solid;
}

.c-wysiwyg code {
  padding: .1em .4em;
  background-color: #eee;
  word-break: break-all;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.c-wysiwyg table.c-list-12 {
  margin-top: 1.66667%;
  margin-bottom: 2.5%;
  width: 100%;
  background-color: #f3f4f7;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 {
    display: block;
    margin-top: 5.33333vw;
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 tr {
    display: block;
  }
}

.c-wysiwyg table.c-list-12 tr:first-of-type th,
.c-wysiwyg table.c-list-12 tr:first-of-type td {
  padding-top: 2.5%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 tr:first-of-type th,
  .c-wysiwyg table.c-list-12 tr:first-of-type td {
    padding-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 tr:first-of-type td {
    padding-top: 0;
  }
}

.c-wysiwyg table.c-list-12 tr:last-of-type th,
.c-wysiwyg table.c-list-12 tr:last-of-type td {
  padding-bottom: 3.33333%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 tr:last-of-type th,
  .c-wysiwyg table.c-list-12 tr:last-of-type td {
    padding-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 tr:last-of-type th {
    padding-bottom: 0;
  }
}

.c-wysiwyg table.c-list-12 th,
.c-wysiwyg table.c-list-12 td {
  padding-bottom: 1.08333%;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 th,
  .c-wysiwyg table.c-list-12 td {
    display: block;
    padding-bottom: 0;
    font-size: 3.46667vw;
  }
}

.c-wysiwyg table.c-list-12 th {
  padding-right: 50px;
  padding-left: 3.33333%;
  width: calc(125 / 1200 * 100% + 50px);
  color: #9fa2a3;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 th {
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-wysiwyg table.c-list-12 td {
  padding-right: 3.33333%;
  width: 84.16667%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-wysiwyg table.c-list-12 td {
    padding-right: 5.33333vw;
    padding-bottom: 2.66667vw;
    padding-left: 5.33333vw;
    width: 100%;
    line-height: 1.3;
  }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel
--------------------------------------------- */
.js-tel-disabled {
  display: inline-block;
  pointer-events: none;
}

/* ---------------------------------------------
*   js-tab-target
--------------------------------------------- */
.js-tab-target {
  display: none;
}

.js-tab-target.is-current {
  display: block;
}

/* ---------------------------------------------
*   js-acc-target
--------------------------------------------- */
.js-acc-target {
  display: none;
}

/* ---------------------------------------------
*   js-object-fit
--------------------------------------------- */
.js-object-fit {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}
.js-object-fit__contain {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
  background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ---------------------------------------------
*   font-family
--------------------------------------------- */
.ff-poppins {
  font-family: "Poppins", sans-serif;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
  text-align: center !important;
}

.txt-al-right {
  text-align: right !important;
}

.txt-al-left {
  text-align: left !important;
}

/* ---------------------------------------------
*   anchor-target
--------------------------------------------- */
.anchor-target {
  margin-top: -100px;
  padding-top: 100px;
  border: none;
  background: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .anchor-target {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media print and (min-width: 768px), screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .pc-hide {
    display: none !important;
  }
}

@media print and (max-width: 767px), screen and (max-width: 767px) and (orientation: portrait) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-box-45.pc-hide,
  .c-box-45__img.pc-hide {
    display: block !important;
  }
  .c-box-45__img.pc-hide {
    margin-top: 3vw;
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .c-box-45.sp-hide {
    display: none !important;
  }
}

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

.mgt-pc--5 {
  margin-top: 5px !important;
}

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

.mgt-pc--15 {
  margin-top: 15px !important;
}

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

.mgt-pc--25 {
  margin-top: 25px !important;
}

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

.mgt-pc--35 {
  margin-top: 35px !important;
}

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

.mgt-pc--45 {
  margin-top: 45px !important;
}

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

.mgt-pc--55 {
  margin-top: 55px !important;
}

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

.mgt-pc--65 {
  margin-top: 65px !important;
}

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

.mgt-pc--75 {
  margin-top: 75px !important;
}

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

.mgt-pc--85 {
  margin-top: 85px !important;
}

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

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}



@media screen and (max-width: 767px) and (orientation: portrait) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 0.66667vw !important;
  }
  .mgt-sp--10 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--15 {
    margin-top: 2vw !important;
  }
  .mgt-sp--20 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--25 {
    margin-top: 3.33333vw !important;
  }
  .mgt-sp--30 {
    margin-top: 4vw !important;
  }
  .mgt-sp--35 {
    margin-top: 4.66667vw !important;
  }
  .mgt-sp--40 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--45 {
    margin-top: 6vw !important;
  }
  .mgt-sp--50 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--55 {
    margin-top: 7.33333vw !important;
  }
  .mgt-sp--60 {
    margin-top: 8vw !important;
  }
  .mgt-sp--65 {
    margin-top: 8.66667vw !important;
  }
  .mgt-sp--70 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--75 {
    margin-top: 10vw !important;
  }
  .mgt-sp--80 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--85 {
    margin-top: 11.33333vw !important;
  }
  .mgt-sp--90 {
    margin-top: 12vw !important;
  }
  .mgt-sp--95 {
    margin-top: 12.66667vw !important;
  }
  .mgt-sp--100 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--105 {
    margin-top: 14vw !important;
  }
  .mgt-sp--110 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--115 {
    margin-top: 15.33333vw !important;
  }
  .mgt-sp--120 {
    margin-top: 16vw !important;
  }
  .mgt-sp--125 {
    margin-top: 16.66667vw !important;
  }
  .mgt-sp--130 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--135 {
    margin-top: 18vw !important;
  }
  .mgt-sp--140 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--145 {
    margin-top: 19.33333vw !important;
  }
  .mgt-sp--150 {
    margin-top: 20vw !important;
  }
  .mgt-sp--155 {
    margin-top: 20.66667vw !important;
  }
  .mgt-sp--160 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--165 {
    margin-top: 22vw !important;
  }
  .mgt-sp--170 {
    margin-top: 22.66667vw !important;
  }
  .mgt-sp--175 {
    margin-top: 23.33333vw !important;
  }
  .mgt-sp--180 {
    margin-top: 24vw !important;
  }
  .mgt-sp--185 {
    margin-top: 24.66667vw !important;
  }
  .mgt-sp--190 {
    margin-top: 25.33333vw !important;
  }
  .mgt-sp--195 {
    margin-top: 26vw !important;
  }
  .mgt-sp--200 {
    margin-top: 26.66667vw !important;
  }
  .mgt-sp--205 {
    margin-top: 27.33333vw !important;
  }
  .mgt-sp--210 {
    margin-top: 28vw !important;
  }
  .mgt-sp--215 {
    margin-top: 28.66667vw !important;
  }
  .mgt-sp--220 {
    margin-top: 29.33333vw !important;
  }
  .mgt-sp--225 {
    margin-top: 30vw !important;
  }
  .mgt-sp--230 {
    margin-top: 30.66667vw !important;
  }
  .mgt-sp--235 {
    margin-top: 31.33333vw !important;
  }
  .mgt-sp--240 {
    margin-top: 32vw !important;
  }
  .mgt-sp--245 {
    margin-top: 32.66667vw !important;
  }
  .mgt-sp--250 {
    margin-top: 33.33333vw !important;
  }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

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

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

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

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

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

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

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

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

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

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

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

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

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

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

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

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

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

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

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

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 0.66667vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 2vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 3.33333vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 4.66667vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 6vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 7.33333vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 8.66667vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 10vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 11.33333vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 12.66667vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 14vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 15.33333vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 16.66667vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 18vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 19.33333vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 20.66667vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 22vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 22.66667vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 23.33333vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 24vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 24.66667vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 25.33333vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 26vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 26.66667vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 27.33333vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 28vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 28.66667vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 29.33333vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 30vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 30.66667vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 31.33333vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 32vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 32.66667vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 33.33333vw !important;
  }
}

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

@media screen and (min-width: 768px) {
  .logo img {
    width: 400px;
  }
}

/* ---------------------------------------------
*   js-fadeup
--------------------------------------------- */
.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.js-fadeup.is-fadeup {
  opacity: 1;
  -webkit-transition: opacity .8s ease-out, -webkit-transform .8s;
  transition: opacity .8s ease-out, -webkit-transform .8s;
  transition: opacity .8s ease-out, transform .8s;
  transition: opacity .8s ease-out, transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-link-1 {
  word-break: break-all;
}

/* ---------------------------------------------
*   Cookie-Item
--------------------------------------------- */
.Cookie-Item {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.Cookie-Item .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 10px;
}
.Cookie-Item ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Cookie-Item .text {
  width: 75%;
}
.Cookie-Item .c-cassette__contact {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  padding: 15px 65px;
  margin: 0;
  cursor: pointer;
  background-color: #ffffff;
  color: #141e5a;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 0.875rem;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;

  -webkit-box-align: center;
  align-items: center;
}

.c-cassette__contact:hover {
  background-color: #141e5a;
  color: #ffffff;
}

.Cookie-Item .c-cassette__contact:before {
  display: none;
}
.Cookie-Item .text a {
  color: #fabe00;
  text-decoration: underline;
}
.Cookie-Item .text a:hover {
  text-decoration: none;
}
.Cookie-Item p {
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .11rem;
}
@media screen and (max-width: 767px) {
  .Cookie-Item ul {
    display: block;
  }
  .Cookie-Item .inner {
    padding: 3.4vw;
  }
  .Cookie-Item .text {
    width: auto;
  }
  .Cookie-Item p {
    font-size: 3.7334vw;
    line-height: 1.75;
  }
  .Cookie-Item .btn {
    width: 37vw;
    margin: 20px auto 0;
  }
  .Cookie-Item .c-cassette__contact {
    display: block;
    margin: 0;
    padding: 4vw 0;
    line-height: 1;
    text-align: center;
  }
}
/* ---------------------------------------------
*   sustainability->about->materiality->imagemap
--------------------------------------------- */
#sdg_map_block{
  position: relative;
}
#sdg_map_block #sdg_map_hover{
  position: relative;
  opacity: 0;
  z-index: 3;
}
#sdg_map_block .sdg_map_hover{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
#sdg_map_block #sdg_map_bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/* ---------------------------------------------
*   margin-right
--------------------------------------------- */
.mgr-pc--30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .mgr-sp--30 {
    margin-right: 4vw !important;
  }
}

/* ir 2024 */
.c-section-11__side-contents.no-top-line{
  padding-top: 0;
  padding-bottom: 40px;
  border-top: 0;
}
.c-section-11__side-contents.no-top-line .image{
  width: 100%;
  margin: 0 auto;
}
.c-section-11__side{
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-section-11__side{
    padding-bottom: 0;
  }
  .c-section-11__side-contents.no-top-line{
    padding-top: 0;
    padding-bottom: 4vw;
    border-top: 0;
  }
  .c-section-11__side-contents.no-top-line .image{
    width: 100%;
  }
}
/* dialogue 2024 */
table.no-line.th-no-wrap th{
  width: auto;
  text-align: right;
  white-space: nowrap;
}
table.no-line.th-no-wrap th::after{
  content: ':';
  display: inline-block;
  margin: 0 .5em;
}
table.no-line.th-no-wrap th,
table.no-line.th-no-wrap td{
  vertical-align: top;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-table-dialogue .c-table-1__tbody .c-table-1__th{
    width: 32vw;
    border-left: 0;
  }
  .c-table-dialogue .c-table-1__tbody .c-table-1__th::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #d6d6d6;
    z-index: -1;
  }
}
/* 202405 株主総会 */
.meeting_movie{
  margin-bottom: 60px;
}
.meeting_movie a{
  position: relative;
  display: block;
  max-width: 467px;
  width: 25%;
  transition: opacity 300ms;
}
.meeting_movie a img{
  max-width: 100%;
  border: 1px solid #141e59;
}
.meeting_movie a::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/common/btn_movie.svg) center center no-repeat;
  background-size: 75px;
}
.meeting_movie a .text{
  margin-top: 15px;
  font-size: 1rem;
  text-align: center;
}
.meeting_movie.en a::before{
  top: -12px;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  .meeting_movie a:hover{
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .meeting_movie{
    margin-bottom: 30px;
    padding: 0 6vw;
  }
  .meeting_movie a{
    position: relative;
    display: block;
    width: 100%;
    transition: opacity 300ms;
  }
  .meeting_movie a img{
    max-width: none;
    width: 100%;
  }
  .meeting_movie a .text{
    font-size: 3.73333vw;
  }
}
/* ---------------------------------------------
*   202412 サステナビリティTOP
--------------------------------------------- */
#sustainability-top .sec{
  padding: 90px 0 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top .sec{
    padding: 55px 0 0;
  }
}
@media screen and (min-width: 768px){
  #sustainability-top .c-kv-1 {
    position: relative;
    height: calc(100vh - 75px);
  }
  #sustainability-top .localNavi{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100% !important;
    max-width: 100%;
    padding-bottom: 40px;
    background-color: #fff;
  }
  #sustainability-top .localNavi>ul{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sustainability-top .c-kv-1 {
    height: calc(100vh - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (orientation: landscape) {
  #sustainability-top .localNavi{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
    background-color: #fff;
  }
  #sustainability-top .localNavi>ul{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  #sustainability-top .localNavi>ul .c-list-37__txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top .c-kv-1 .c-kv-1__slider{
    height: 50vw;
  }
  #sustainability-top .c-kv-1 .c-kv-1__slider .c-kv-1__img{
    width: 100%;
    height: 100%;
  }
  #sustainability-top .localNavi>ul{
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top .c-kv-1__contents{
    top: 50%;
    transform: translateY(-50%);
  }
  #sustainability-top .c-kv-1__inner,
  #sustainability-top .c-kv-1__slider,
  #sustainability-top .js-kv-slider div {
    height: 100%;
  }
  #sustainability-top .c-kv-1__slider img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/* sec01 */
#sustainability-top #sec01{
  margin-bottom: 90px;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top #sec01 .c-list-3__item{
    width: 30.83333%;
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top #sec01 .c-list-3{
    margin-top: 18vw;
  }
}
/* sec02 */
#sustainability-top .link01 .c-link-1{
  align-items: center;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top #sec02 .c-box-45__ttl{
    width: auto;
    margin-top: 25px;
  }
  #sustainability-top .link01{
    margin-top: 40px;
    font-size: 21px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top .link01{
    margin-top: 6vw;
    font-size: 4.26667vw;
    text-align: right;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  #sustainability-top #sec02 .c-box-45__img.pc-hide {
    clear: both;
  }
}
@media screen and (max-width: 1082px) {
  #sustainability-top #sec02 .c-box-45__ttl {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
/* masteriality_list */
#sustainability-top #sec02 .masteriality_list>li>h3>a{
  line-height: 1.3;
}
@media screen and (min-width: 1082px){
  #sustainability-top #sec02 .masteriality_list{
    margin-top: 84px;
  }
  #sustainability-top #sec02 .masteriality_list>li{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    padding: 31px 30px 22px 28px;
    border: 1px solid #141e5a;
    background-color: #fff;
  }
  #sustainability-top #sec02 .masteriality_list>li + li{
    margin-top: 87px;
  }
  #sustainability-top #sec02 .masteriality_list>li>.number{
    position: absolute;
    top: -35px;
    left: -1px;
    padding: 2px 13px;
    color: #fff;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 1.7;
    background-color: #141e5a;
  }
  #sustainability-top #sec02 .masteriality_list>li>.icons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    width: 429px;
    min-width: 429px;
  }
  #sustainability-top #sec02 .masteriality_list>li>.icons>li{
    width: 96px;
  }
}
@media screen and (max-width: 1082px){
  #sustainability-top #sec02 .masteriality_list{
    margin-top: 19.6vw;
  }
  #sustainability-top #sec02 .masteriality_list>li{
    position: relative;
    padding: 6.8vw 5.6vw 8.4vw;
    border: 1px solid #141e5a;
    background-color: #fff;
  }
  #sustainability-top #sec02 .masteriality_list>li + li{
    margin-top: 12vw;
  }
  #sustainability-top #sec02 .masteriality_list>li>.number{
    position: absolute;
    top: -7.1vw;
    left: -1px;
    padding: 0.26667vw 0.8vw 0.26667vw 0.93333vw;
    color: #fff;
    letter-spacing: .05em;
    font-size: 3.73333vw;
    line-height: 1.73684;
    background-color: #141e5a;
  }
  #sustainability-top #sec02 .masteriality_list>li>.icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.53333vw;
    margin-top: 6vw;
  }
  #sustainability-top #sec02 .masteriality_list>li>.icons>li{
    width: 16vw;
    max-width: 124px;
  }
}
/* sec03 */
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top #sec03 .link01{
    margin-top: 30px;
  }
  #sustainability-top #sec03 .c-ttl-2{
    margin-bottom: 30px;
  }
  #sustainability-top #sec03 .c-card-2__date{
    margin-bottom: 0;
  }
  #sustainability-top #sec03 .c-card-2__ttl{
    margin-top: 0;
  }
  #sustainability-top #sec03 .c-card-2__ttl .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
  #sustainability-top #sec03 .sub_title01{
    margin-top: 50px;
    padding-left: 0.5em;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    border-left: 3px solid #fabe00;
  }
  #sustainability-top #sec03 .news_list{
    border-top: 1px solid #c5c5c5;
  }
  #sustainability-top #sec03 .news_list>li{
    border-bottom: 1px solid #c5c5c5;
  }
  #sustainability-top #sec03 .news_list>li>a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.91667% 0;
  }
  #sustainability-top #sec03 .news_list>li>a>.date{
    width: 27%;
  }
  #sustainability-top #sec03 .news_list>li>a>.subject{
    width: 73%;
    line-height: 1.8;
  }
  #sustainability-top #sec03 .news_list>li>a:hover>.subject{
    color: #141e5a;
    text-decoration: underline;
  }
  #sustainability-top #sec03 .news_list>li>a>.subject .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top #sec03 .link01{
    margin-top: 4vw;
  }
  #sustainability-top #sec03 .c-ttl-3{
    margin-bottom: 13vw;
  }
  #sustainability-top #sec03 .c-card-2__date{
    margin-bottom: 0;
  }
  #sustainability-top #sec03 .c-card-2__ttl{
    margin-top: 0;
  }
  #sustainability-top #sec03 .c-card-2__ttl .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
  #sustainability-top #sec03 .sub_title01{
    margin-top: 50px;
    padding-left: 0.5em;
    font-size: 5.06667vw;
    font-weight: normal;
    line-height: 1.5;
    border-left: 3px solid #fabe00;
  }
  #sustainability-top #sec03 .news_list{
    border-top: 1px solid #c5c5c5;
  }
  #sustainability-top #sec03 .news_list>li{
    border-bottom: 1px solid #c5c5c5;
  }
  #sustainability-top #sec03 .news_list>li>a{
    display: block;
    padding: 4vw 0;
  }
  #sustainability-top #sec03 .news_list>li>a>.date{
    font-size: 3.46667vw;
  }
  #sustainability-top #sec03 .news_list>li>a>.subject{
    font-size: 3.46667vw;
    line-height: 1.8;
  }
  #sustainability-top #sec03 .news_list>li>a:hover>.subject{
    color: #141e5a;
    text-decoration: underline;
  }
  #sustainability-top #sec03 .news_list>li>a>.subject .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
}
/* sec04 */
#sustainability-top #sec04 .bg{
  background: linear-gradient(to bottom, #7CCCA1 50%, #fff);
}
#sustainability-top #sec04 .box01>h3{
  background-image: url(/img/sustainability/top/sec04_icon01.png);
}
#sustainability-top #sec04 .box02>h3{
  background-image: url(/img/sustainability/top/sec04_icon02.png);
}
#sustainability-top #sec04 .box03>h3{
  background-image: url(/img/sustainability/top/sec04_icon03.png);
}
@media screen and (min-width: 1080px){
  #sustainability-top #sec04 .bg{
    padding: 70px 0;
  }
  #sustainability-top #sec04 .box{
    position: relative;
    padding: 35px 40px 55px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  #sustainability-top #sec04 .box::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 440px;
    height: 100%;
    background: linear-gradient(to right, #fff 0, rgba(255,255,255,0.2) 80%);
    z-index: 2;
  }
  #sustainability-top #sec04 .box::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 440px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  #sustainability-top #sec04 .box + .box{
    margin-top: 50px;
  }
  #sustainability-top #sec04 .box>h3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 91px;
    margin-bottom: 25px;
    padding-left: 110px;
    color: #00A552;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>h3>.ja{
    margin-right: 20px;
    font-size: 29px;
    font-weight: bold;
  }
  #sustainability-top #sec04 .box>h3>.en{
    font-size: 21px;
  }
  #sustainability-top #sec04 .box>h3>.en::first-letter{
    font-size: 29px;
    font-weight: bold;
  }
  #sustainability-top #sec04 .box>.text01{
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>.links{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>.links>ul{
    min-width: 460px;
  }
  #sustainability-top #sec04 .box>.links>ul>li + li{
    margin-top: 1em;
  }
  #sustainability-top #sec04 .box>.links>ul>li>a{
    align-items: center;
  }
  #sustainability-top #sec04 .box>.links>ul>li>a>.c-link-1__icon{
    margin-right: 10px;
  }
  #sustainability-top #sec04 .box01::after{
    background-image: url(/img/sustainability/top/sec04_bg01_pc.png);
  }
  #sustainability-top #sec04 .box02::after{
    background-image: url(/img/sustainability/top/sec04_bg02_pc.png);
  }
  #sustainability-top #sec04 .box03::after{
    background-image: url(/img/sustainability/top/sec04_bg03_pc.png);
  }
}
@media screen and (max-width: 1079px){
  #sustainability-top #sec04 .bg{
    margin-top: 5vw;
    padding: 8vw 0;
  }
  #sustainability-top #sec04 .box{
    position: relative;
    padding: 8vw 4.6vw 57vw;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  #sustainability-top #sec04 .box + .box{
    margin-top: 8vw;
  }
  #sustainability-top #sec04 .box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 57vw;
    background: linear-gradient(to bottom, #fff 0, rgba(255,255,255,0.2) 80%);
    z-index: 2;
  }
  #sustainability-top #sec04 .box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 57vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    z-index: 1;
  }
  #sustainability-top #sec04 .box>h3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 16vw;
    margin-bottom: 6.5vw;
    padding-left: 19vw;
    color: #00A552;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>h3>.ja{
    margin-right: 2.66667vw;
    font-size: 5.06667vw;
    font-weight: bold;
  }
  #sustainability-top #sec04 .box>h3>.en{
    font-size: 4.26667;
  }
  #sustainability-top #sec04 .box>h3>.en::first-letter{
    font-size: 5.06667vw;
    font-weight: bold;
  }
  #sustainability-top #sec04 .box>.text01{
    margin-bottom: 6.5vw;
    font-size: 4.26667;
    font-weight: bold;
    line-height: 1.33;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>.links{
    width: 100%;
    z-index: 100;
  }
  #sustainability-top #sec04 .box>.links>ul{
    width: 100%;
  }
  #sustainability-top #sec04 .box>.links>ul + ul{
    margin-top: 1em;
  }
  #sustainability-top #sec04 .box>.links>ul>li + li{
    margin-top: 1em;
  }
  #sustainability-top #sec04 .box>.links>ul>li>a{
    align-items: normal;
    display: flex;
  }
  #sustainability-top #sec04 .box>.links>ul>li>a>.c-link-1__icon{
    display: block;
    margin-right: 10px;
    margin-top: 1vw;
    width: 1em;
    height: 1em;
  }
  #sustainability-top #sec04 .box01::after{
    background-image: url(/img/sustainability/top/sec04_bg01_sp.png);
  }
  #sustainability-top #sec04 .box02::after{
    background-image: url(/img/sustainability/top/sec04_bg02_sp.png);
  }
  #sustainability-top #sec04 .box03::after{
    background-image: url(/img/sustainability/top/sec04_bg03_sp.png);
  }
}
/* sec05 */
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top #sec05 .box01{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
  }
  #sustainability-top #sec05 .box01 + .box01{
    margin-top: 60px;
  }
  #sustainability-top #sec05 .box01 .img{
    position: relative;
    width: 48.3333%;
    border-radius: 10px;
    overflow: hidden;
  }
  #sustainability-top #sec05 .box01 .img img{
    position: relative;
    z-index: 1;
  }
  #sustainability-top #sec05 .box01 .img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #29A559;
    border-radius: 10px;
    z-index: 2;
  }
  #sustainability-top #sec05 .box01 .text{
    width: 48.3333%;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top #sec05 .box01{
    margin-top: 6.5vw;
  }
  #sustainability-top #sec05 .box01 + .box01{
    margin-top: 13vw;
  }
  #sustainability-top #sec05 .box01 .img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3.5vw;
  }
  #sustainability-top #sec05 .box01 .img img{
    position: relative;
    z-index: 1;
  }
  #sustainability-top #sec05 .box01 .img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #29A559;
    border-radius: 10px;
    z-index: 2;
  }
  #sustainability-top #sec05 .box01 .text{
    font-size: 4.26667vw;
  }
}
/* sec05 slider */
#sustainability-top-slider .slick-dots li{
  background-color: #D3D4E0;
}
#sustainability-top-slider .slick-dots li.slick-active{
  background-color: #151B5C;
}
@media screen and (min-width: 768px){
  #sustainability-top-slider::before,
  #sustainability-top-slider::after{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 10%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
  }
  #sustainability-top-slider::before{
    left: 0;
  }
  #sustainability-top-slider::after{
    right: 0;
  }
  #sustainability-top-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 12px;
    max-width: 1280px;
    margin: 35px auto 0;
    padding: 0 10%;
  }
  #sustainability-top-slider .slick-dots li{
    width: 50px;
    height: 4px;
    cursor: pointer;
  }
  #sustainability-top-slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top-slider{
    margin: 55px 0 0;
  }
  #sustainability-top-slider .item{
    margin: 0 20px;
  }
  #sustainability-top-slider .img{
    position: relative;
    width: 100%;
    padding-top: 59.38%;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #sustainability-top-slider .img img{
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-out;
  }
  #sustainability-top-slider .date,
  #sustainability-top-slider .subject{
    font-size: 1rem;
    line-height: 1.75;
  }
  #sustainability-top-slider a:hover .img img{
    transform: scale(1.1);
  }
  #sustainability-top-slider a:hover .subject{
    color: #141e5a;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px){
  #sustainability-top-slider::after{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 10%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
  }
  #sustainability-top-slider .slick-list{
    margin-left: -8.8vw;
  }
  #sustainability-top-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 2.5vw;
    margin: 8vw auto 0;
    padding: 0 5.33333vw;
  }
  #sustainability-top-slider .slick-dots li{
    width: 10vw;
    height: 0.8vw;
    cursor: pointer;
  }
  #sustainability-top-slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top-slider{
    margin: 55px 0 0;
  }
  #sustainability-top-slider .item{
    margin: 0 1.4vw;
  }
  #sustainability-top-slider .img{
    position: relative;
    width: 100%;
    padding-top: 59.38%;
    margin-bottom: 4.5vw;
    overflow: hidden;
  }
  #sustainability-top-slider .img img{
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-out;
  }
  #sustainability-top-slider .date,
  #sustainability-top-slider .subject{
    font-size: 3.46667vw;
    line-height: 1.75;
  }
  #sustainability-top-slider a:hover .img img{
    transform: scale(1.1);
  }
  #sustainability-top-slider a:hover .subject{
    color: #141e5a;
    text-decoration: underline;
  }
}
/* sec06 */
#sustainability-top #sec06 .c-list-link{
  flex-wrap: wrap;
}
#sustainability-top #sec06 .c-list-link__item{
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), screen and (max-width: 767px) and (orientation: landscape) {
  #sustainability-top #sec06 .c-list-link__item .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #sustainability-top #sec06 .c-list-link__item .icon{
    display: inline-block;
    margin-left: 5px;
    height: 0.62em;
    vertical-align: middle;
  }
}


/* ---------------------------------------------
*   20250901 IR TOP
--------------------------------------------- */
@media screen and (min-width: 768px) {
  #ir-top .c-kv-1 {
    height: 75vh;
  }
  #ir-top .c-kv-1__inner,
  #ir-top .c-kv-1__slider,
  #ir-top .c-kv-1__slider .slick-list,
  #ir-top .c-kv-1__slider .slick-track,
  #ir-top .c-kv-1__item,
  #ir-top .c-kv-1__link,
  #ir-top .c-kv-1__img,
  #ir-top .c-kv-1__img img {
    height: 100%;
  }
  #ir-top .c-kv-1__img img {
    object-fit: cover;
    width: 100%;
  }
}