@charset "UTF-8";
/* ===========================================================
 Base
=========================================================== */
body {
  color: #333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

small {
  font-size: inherit;
}

/* ===========================================================
 Hedear
=========================================================== */
.header__inner {
  width: 100%;
  background: #FFF;
  position: fixed;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    height: 125px;
  }
  .header__top {
    height: 75px;
    background: #FFF;
    display: flex;
    align-items: center;
  }
  .header__bottom {
    height: 50px;
    background: #E2E2E2;
    display: flex;
    align-items: center;
  }
  .header__container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .header__logo {
    width: 232px;
    display: block;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    display: flex;
  }
  .header__nav-item {
    margin-right: 50px;
  }
  .header__nav-menu {
    transition: all 0.2s ease-out;
  }
  .header__nav-menu:hover {
    color: #CC0000;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header__top {
    height: 60px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
  }
  .header__container {
    width: 100%;
  }
  .header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__logo {
    width: 185px;
    display: block;
    margin-left: 20px;
  }
  .header__hamburger {
    width: 60px;
    height: 60px;
    position: relative;
  }
  .header__hamburger-top, .header__hamburger-middle, .header__hamburger-bottom {
    width: 22px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    left: 18px;
    transition: all 0.3s ease-out;
  }
  .header__hamburger-top {
    top: 13px;
  }
  .header__hamburger-middle {
    top: 22px;
  }
  .header__hamburger-bottom {
    top: 31px;
  }
  .header__hamburger-label {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35px;
  }
  .header__hamburger-label::before {
    font-size: 10px;
    transform: scale(0.8);
    content: "メニュー";
  }
  .header__hamburger.is-open .header__hamburger-top {
    width: 26px;
    transform: rotate(-315deg);
    top: 22px;
  }
  .header__hamburger.is-open .header__hamburger-middle {
    width: 26px;
    opacity: 0;
    left: 50%;
  }
  .header__hamburger.is-open .header__hamburger-bottom {
    width: 26px;
    transform: rotate(315deg);
    top: 22px;
  }
  .header__hamburger.is-open .header__hamburger-label::before {
    content: "閉じる";
  }
  .header__nav {
    width: 100%;
    background: #FFF;
    display: none;
  }
  .header__nav-item:nth-child(n+2) {
    border-top: 1px solid #D8D8D8;
  }
  .header__nav-menu {
    display: block;
    padding: 20px;
  }
  .header__nav-menu:hover {
    font-weight: bold;
    background: #E2E2E2;
    color: #CC0000;
  }
}

/* ===========================================================
 Footer
=========================================================== */
.footer {
  overflow: hidden;
  border-top: 3px solid #CC0000;
}
.footer__top {
  padding: 35px 0;
}
.footer__bottom {
  border-top: 1px solid #E2E2E2;
  padding: 10px 0 15px;
}
.footer__container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__menus {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -25px;
}
.footer__menus-item {
  padding: 15px 25px;
}
.footer__menu {
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-out;
}
.footer__menu[href$=".pdf"]::after {
  position: absolute;
  margin-left: 4px;
  content: url(/assets/img/common/icon_pdf.svg);
}
.footer__menu[target=_blank]::after {
  position: absolute;
  margin-left: 4px;
  content: url(/assets/img/common/icon_blank.svg);
}
.footer__menu:hover {
  color: #CC0000;
}
.footer__text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.footer__copyright {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__menus {
    margin: 0;
    display: block;
  }
  .footer__menus-item {
    padding: 0;
  }
  .footer__menus-item:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer__menu {
    font-weight: normal;
    font-size: 12px;
  }
  .footer__text {
    font-size: 10px;
  }
  .footer__copyright {
    text-align: center;
    font-size: 10px;
  }
}

/* =========================================================
 Page top
=========================================================== */
.page-top {
  height: 0;
  margin-top: 60px;
  position: sticky;
  bottom: 0;
  display: none;
}
.page-top__button {
  width: 70px;
  height: 60px;
  display: block;
  margin-left: auto;
  position: relative;
  right: 20px;
  bottom: 60px;
  transition: opacity 0.2s ease-out;
}
.page-top__button:hover {
  opacity: 0.6;
}
.page-top__rhombus {
  width: 100%;
  height: 100%;
  content: "";
  background: #192B8C;
  display: block;
  transform: skewX(30deg);
}
.page-top__icon {
  position: absolute;
  top: 15px;
  left: 20px;
  content: url(/assets/img/common/icon_arrow_top.svg);
}
.page-top__label {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-top__button {
    right: 30px;
  }
}

/* ===========================================================
 Breadcrumb
=========================================================== */
.breadcrumb {
  border-bottom: 1px solid #E2E2E2;
  font-size: 14px;
  line-height: 2;
  padding: 6px 0;
}
.breadcrumb__list {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__list > li {
  position: relative;
}
.breadcrumb__list > li:nth-child(n+2) {
  padding-left: 24px;
}
.breadcrumb__list > li:nth-child(n+2):before {
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) rotate(-45deg);
}
.breadcrumb__list > li > a {
  transition: all 0.2s ease-out;
}
.breadcrumb__list > li > a:hover {
  color: #CC0000;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
  .breadcrumb__list > li:nth-child(n+2):before {
    width: 7px;
    height: 7px;
    left: 8px;
  }
}

/* ===========================================================
 Heading
=========================================================== */
.heading-1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 2px solid #2F377C;
}
@media screen and (max-width: 768px) {
  .heading-1 {
    font-size: 20px;
  }
}
.heading-2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 10px;
}
.heading-2::before, .heading-2::after {
  width: 25px;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
}
.heading-2::before {
  background: #C42138;
  left: 0;
}
.heading-2::after {
  background: #2F377C;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .heading-2 {
    font-size: 18px;
  }
  .heading-2::before, .heading-2::after {
    width: 15px;
  }
  .heading-2::after {
    left: 15px;
  }
}
.heading-3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-3 {
    font-size: 14px;
  }
}

/* ===========================================================
 Container
=========================================================== */
.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ===========================================================
 Article
=========================================================== */
@media screen and (min-width: 769px) {
  .article {
    padding: 60px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .article {
    padding: 30px 0 205px;
  }
}

/* ===========================================================
 Section
=========================================================== */
.section {
  padding-top: 60px;
}
.section:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
  }
}

/* ===========================================================
 Block
=========================================================== */
.block-small {
  padding-top: 20px;
}
.block-small:first-child {
  padding-top: 0;
}
.block-midium {
  padding-top: 30px;
}
.block-midium:first-child {
  padding-top: 0;
}
.block-large {
  padding-top: 40px;
}
.block-large:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .block-small {
    padding-top: 20px;
  }
  .block-midium {
    padding-top: 20px;
  }
  .block-large {
    padding-top: 30px;
  }
}

/* ===========================================================
 Text
=========================================================== */
.text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

/* ===========================================================
 List
=========================================================== */
.list {
  font-size: 16px;
  line-height: 2;
}
.list--order-1 {
  counter-reset: list-order-1;
}
.list--order-1 > li {
  counter-increment: list-order-1;
  display: flex;
  align-items: baseline;
}
.list--order-1 > li::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 999px;
  content: counter(list-order-1);
  font-size: 14px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.list--order-2 {
  counter-reset: list-order-2;
}
.list--order-2 > li {
  counter-increment: list-order-2;
  display: flex;
  align-items: baseline;
}
.list--order-2 > li::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "(" counter(list-order-2) ")";
  font-size: 14px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .list {
    font-size: 14px;
  }
  .list--order-1 > li::before {
    width: 14px;
    height: 14px;
    font-size: 11px;
  }
}

/* ===========================================================
 Dl
=========================================================== */
.dl {
  display: flex;
  font-size: 16px;
  line-height: 2;
}
.dl > dt {
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .dl {
    font-size: 14px;
    display: block;
  }
}

/* ===========================================================
 Box
=========================================================== */
.box {
  padding: 20px;
  background: #FAFAFA;
}

/* ===========================================================
 Link
=========================================================== */
.link {
  position: relative;
  border-bottom: 1px solid;
  transition: all 0.1s ease-out;
}
.link:hover {
  border-bottom: 1px solid transparent;
}
.link[href$=".pdf"]::after {
  margin-left: 4px;
  margin-top: 2px;
  content: url(/assets/img/common/icon_pdf.svg);
  position: absolute;
}

/* ===========================================================
 Utility
=========================================================== */
.fc-red {
  color: #CC0000;
}

@media screen and (min-width: 769px) {
  .none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .none-sp {
    display: none !important;
  }
}