@charset "utf-8";

/* -------------------------------------------------------------------
初期設定
------------------------------------------------------------------- */
a {
  display: block;
  transition: all .3s;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}





.container {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.sp {
  display: none;
}
/* フォント */
.font-Roboto {
  font-family: 'Roboto', sans-serif;
}
/* ボタン */
.common-button {
  position: relative;
  width: 100%;
  max-width: 17em;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  border: 1px solid #000;
  border-radius: 2.15em;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
.common-button::after {
  content: "";
  background-image: url(../../img/common/icon-common-button-black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1.5625em;
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
}
.common-button:hover {
  background-color: #000;
  color: #fff;
}
.common-button:hover::after {
  background-image: url(../../img/common/icon-common-button-white.png);
}
.common-button-pdf,
.common-button-excel,
.common-button-word,
.common-button-other {
  width: 100%;
  max-width: 32.3em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-radius: 2.45em;
  font-size: 1.8rem;
}
.common-button-pdf,
.common-button-excel,
.common-button-word {
  padding-right: 2em;
  padding-left: 2em;
}
.common-button-other {
  padding-right: 4em;
}
.common-button-pdf span,
.common-button-excel span,
.common-button-word span,
.common-button-other span {
  position: relative;
  display: inline-block;
}
.common-button-pdf span::before,
.common-button-excel span::before,
.common-button-word span::before {
  content: "";
  background-size: cover;
  position: absolute;
  top: calc(50% - 12px);
  left: -26px;
  width: 20px;
  height: 24px;
}
.common-button-pdf span::before {
  background-image: url(../../img/common/icon-pdf-black.png);
}
.common-button-pdf:hover span::before {
  background-image: url(../../img/common/icon-pdf-white.png);
}
.common-button-excel span::before {
  background-image: url(../../img/common/icon-excel-black.png);
}
.common-button-excel:hover span::before {
  background-image: url(../../img/common/icon-excel-white.png);
}
.common-button-word span::before {
  background-image: url(../../img/common/icon-word-black.png);
}
.common-button-word:hover span::before {
  background-image: url(../../img/common/icon-word-white.png);
}
.common-button-other span::after {
  content: "";
  background-image: url(../../img/common/icon-link-black.png);
  background-size: cover;
  position: absolute;
  top: calc(50% - 10px);
  right: -26px;
  width: 20px;
  height: 20px;
}
.common-button-other:hover span::after {
  background-image: url(../../img/common/icon-link-white.png);
}
.button-style {
  position: relative;
  width: 270px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 3px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.button-style::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.button-style:hover {
  background-color: #fff;
  color: #000;
}
.button-style:hover::after {
  border-color: #000;
}
/* リンク */
.link-style-1 {
  position: relative;
}
.link-style-1::before,
.link-style-1::after {
  content: "";
  position: absolute;
  /* z-index: 1; */
}
.link-style-1::before {
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #000;
}
.link-style-1::after {
  background-image: url(../../img/common/icon-arrow-right-white.png);
  background-size: cover;
  right: 8px;
  bottom: 8.5px;
  width: 16px;
  height: 15px;
}
/* 見出し */
.heading-style-1 {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.heading-style-1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 17%;
  height: 2px;
}
.heading-style-1-black::after {
  background-color: #000;
}
.heading-style-1-green::after {
  background-color: #0ea2aa;
}
.heading-style-2 {
  padding-top: 9px;
  padding-right: 20px;
  padding-bottom: 9px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #e4e4e4;
}
.heading-style-3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 2.8rem;
  font-weight: 700;
}
.heading-style-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background-color: #c5f550;
  transform: translate(8px, 8px);
}
.heading-style-3 span {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-right: 18px;
  padding-bottom: 7px;
  padding-left: 18px;
  border: 2px solid #000;
  background-color: #fff;
}
/* background */
.bg-wavy {
  position: relative;
}
.bg-wavy::before,
.bg-wavy::after {
  content: "";
  background-size: auto 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
.bg-wavy::before {
  top: -5px;
}
.bg-wavy::after {
  bottom: -5px;
}
.bg-wavy-yellow {
  background-color: #ffec00;
}
.bg-wavy-yellow::before {
  background-image: url(../../img/common/bg-wavy-yellow-before.png);
}
.bg-wavy-yellow::after {
  background-image: url(../../img/common/bg-wavy-yellow-after.png);
}
.bg-wavy-blue {
  background-color: rgba(14, 162, 170, .2);
}
.bg-wavy-blue::before {
  background-image: url(../../img/common/bg-wavy-blue-before.png);
  top: -10px;
}
.bg-wavy-blue::after {
  background-image: url(../../img/common/bg-wavy-blue-after.png);
  bottom: -10px;
}
/* table */
.table-container table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
}
.table-container table tbody tr td {
  vertical-align: middle;
  padding-top: 11px;
  padding-right: 1em;
  padding-bottom: 11px;
  padding-left: 1em;
}
/* アニメーション */
@keyframes arrow-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
 100% {
   transform: translateY(0);
  }
}





@media screen and (max-width: 1024px) {
  /* ボタン */
  .common-button {
    font-size: 1.2rem;
  }
  .common-button-pdf,
  .common-button-excel,
  .common-button-word,
  .common-button-other {
    font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------
HTML
------------------------------------------------------------------- */
/* html */
html {
  font-size: 62.5%;
  line-height: 1;
}
/* body */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
header {
  position: fixed;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
}
.header {
  position: relative;
  display: flex;
}
.header__logo {
  display: flex;
  align-items: center;
  width: 240px;
  margin-left: 20px;
}
.header__logo h1 {
  width: 100%;
}
.header__logo h1 a {
  background-image: url(../../img/common/logo-white.png);
  background-size: cover;
  height: 40px;
}
.header__logo h1 a:hover {
  background-image: url(../../img/common/logo-gray.png);
}
.pc.header__menu {
  flex: 1;
  align-self: flex-end;
  color: #fff;
}
.pc.header__menu .navigation nav > ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 4px;
}
.pc.header__menu .navigation nav > ul > li {
  margin-right: 20px;
}
.pc.header__menu .navigation-1 nav > ul > li {
  position: relative;
  display: flex;
}
.pc.header__menu .navigation-1 nav > ul > li > a,
.pc.header__menu .navigation-1 nav > ul > li > span {
  display: flex;
  align-items: center;
}
.pc.header__menu .navigation-1 nav > ul > li > a::before,
.pc.header__menu .navigation-1 nav > ul > li > span::before {
  content: "";
  background-size: cover;
  transition: all .3s;
}
.pc.header__menu .navigation-1 nav > ul > li:first-of-type > a::before {
  background-image: url(../../img/common/icon-email-white.png);
  width: 23.6px;
  height: 16px;
}
.pc.header__menu .navigation-1 nav > ul > li:nth-of-type(2) > a::before {
  background-image: url(../../img/common/icon-access-white.png);
  width: 23.86px;
  height: 22px;
}
.pc.header__menu .navigation-1 nav > ul > li:nth-of-type(3) > span::before {
  background-image: url(../../img/common/icon-person-white.png);
  width: 19.35px;
  height: 22px;
}
.pc.header__menu .navigation-1 nav > ul > li:last-of-type > span::before {
  background-image: url(../../img/common/icon-earth-white.png);
  width: 18px;
  height: 18px;
}
.pc.header__menu .navigation-1 nav > ul > li:first-of-type > a:hover::before {
  background-image: url(../../img/common/icon-email-gray.png);
}
.pc.header__menu .navigation-1 nav > ul > li:nth-of-type(2) > a:hover::before {
  background-image: url(../../img/common/icon-access-gray.png);
}
.pc.header__menu .navigation-1 nav > ul > li:nth-of-type(3) > span:hover::before {
  background-image: url(../../img/common/icon-person-gray.png);
}
.pc.header__menu .navigation-1 nav > ul > li:last-of-type > span:hover::before {
  background-image: url(../../img/common/icon-earth-gray.png);
}
.pc.header__menu .navigation-1 nav > ul > li > a span,
.pc.header__menu .navigation-1 nav > ul > li > span span {
  margin-left: 0.5em;
  font-size: 1.2rem;
  transition: all .3s;
}
.pc.header__menu .navigation-1 nav > ul > li > a:hover > span,
.pc.header__menu .navigation-1 nav > ul > li > span:hover > span {
  color: #a9a8aa;
}
.pc.header__menu .navigation-1 nav > ul > li ul {
  display: none;

  position: absolute;
  z-index: 1;
  top: 22px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.pc.header__menu .navigation-1 nav > ul > li:nth-of-type(3) ul {
  right: calc(-20px - 81.53px - 20px - 4px);
  width: 236px;
}
.pc.header__menu .navigation-1 nav > ul > li:last-of-type ul {
  right: calc(-20px - 4px);
  width: 133px;
}
.pc.header__menu .navigation-1 nav > ul > li:hover ul {
  display: block;
}
.pc.header__menu .navigation-1 nav > ul > li ul li a {
  padding-left: 25px;
  line-height: 2.5;
  background-color: #fff;
}
.pc.header__menu .navigation-1 nav > ul > li ul li a:hover {
  background-color: #e4e4e4;
}
.pc.header__menu .navigation-1 nav > ul > li:last-of-type ul li a[data-stt-active] {
  position: relative;
}
.pc.header__menu .navigation-1 nav > ul > li:last-of-type ul li a[data-stt-active]::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e4e4e4;
}
.stt-lang-select {
  display: none !important;
}
.pc.header__menu .navigation-2 nav > ul > li > a {
  position: relative;
  padding-top: 0.75em;
  padding-bottom: 1em;
  font-size: 1.6rem;
}
.pc.header__menu .navigation-2 nav > ul > li > a::after {
  opacity: 0;

  content: "";
  position: absolute;
  bottom: 0.625em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a9a8aa;
  transition: all .3s;
}
.pc.header__menu .navigation-2 nav > ul > li > a:hover::after {
  opacity: 1;
}
.pc.header__menu .navigation-2 nav > ul > li .submenu {
  /* display: none; */
  opacity: 0;
  visibility: hidden;

  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, .8);
  transition: all .3s;
}
.pc.header__menu .navigation-2 nav > ul > li:hover .submenu {
  /* display: flex; */
  opacity: 1;
  visibility: visible;
}
.pc.header__menu .navigation-2 nav > ul > li .submenu img {
  width: 479px;
  margin-left: calc((100% - 1400px) / 2 + 100px);
}
.pc.header__menu .navigation-2 nav > ul > li .submenu ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: 10em;
}
.pc.header__menu .navigation-2 nav > ul > li:nth-of-type(3) .submenu ul {
  height: 5em;
}
.pc.header__menu .navigation-2 nav > ul > li:nth-of-type(4) .submenu ul {
  height: 7.5em;
}
.pc.header__menu .navigation-2 nav > ul > li:nth-of-type(5) .submenu ul {
  height: 12.5em;
}
.pc.header__menu .navigation-2 nav > ul > li .submenu ul li {
  margin-bottom: 1em;
  margin-left: 2em;
}
.pc.header__menu .navigation-2 nav > ul > li .submenu ul li a {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.pc.header__menu .navigation-2 nav > ul > li .submenu ul li a:hover {
  color: #a9a8aa;
}
.header__link {
  display: flex;
  width: 240px;
}
.header__link a {
  position: relative;
  width: 50%;
  height: 80px;
}
.header__link a:first-of-type {
  background-color: #ccc;
}
.header__link a:last-of-type {
  background-color: #e4e4e4;
}
.header__link a:hover {
  background-color: #c9c9c9;
}
.header__link a::after {
  content: "";
  background-image: url(../../img/common/icon-arrow-right-black.png);
  background-size: cover;
  position: absolute;
  bottom: 10px;
  left: 51px;
  width: 18px;
  height: 16px;
  transition: all .3s;
}
.header__link a:hover::after {
  background-image: url(../../img/common/icon-arrow-right-white.png);
}
.header__link a span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75em;
  padding-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.125;
  text-align: center;
  transition: all .3s;
}
.header__link a:hover span {
  color: #fff;
}





@media screen and (max-width: 1400px) {
  .pc.header__menu .navigation-2 nav > ul > li .submenu img {
    margin-left: 100px;
  }
}





@media screen and (max-width: 1200px) {
  .header__logo {
    width: calc(240 / 1400 * 100%);
    margin-left: calc(20 / 1400 * 100%);
    margin-right: calc(20 / 1400 * 100%);
  }
  .header__logo h1 a {
    height: calc(40 / 1400 * 100vw);
  }
  .pc.header__menu .navigation-2 nav > ul > li > a {
    font-size: 1.3rem;
  }
  .pc.header__menu .navigation-2 nav > ul > li .submenu {
    font-size: 1.6rem;
  }
  .pc.header__menu .navigation-2 nav > ul > li .submenu img {
    width: calc(479 / 1400 * 100%);
    margin-left: calc(100 / 1400 * 100%);
  }
}





@media screen and (max-width: 1024px) {
  .pc.header__menu .navigation nav > ul > li {
    margin-right: 10px;
  }
  .pc.header__menu .navigation-1 nav > ul > li > a span,
  .pc.header__menu .navigation-1 nav > ul > li > span span {
    font-size: 1rem;
  }
  .pc.header__menu .navigation-1 nav > ul > li:nth-of-type(3) ul {
    right: calc(-10px - 70.95px - 10px - 4px);
  }
  .pc.header__menu .navigation-1 nav > ul > li:last-of-type ul {
    right: calc(-10px - 4px);
  }
  .pc.header__menu .navigation-2 nav > ul > li > a {
    font-size: 1.1rem;
  }
  .pc.header__menu .navigation-2 nav > ul > li .submenu {
    top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
  .header__link {
    width: 180px;
  }
  .header__link a {
    height: 60px;
  }
  .header__link a::after {
    bottom: 5px;
    left: 36px;
  }
  .header__link a span {
    font-size: 1.2rem;
  }
}
/* -------------------------------------------------------------------
main
------------------------------------------------------------------- */
main {
  padding-top: 80px;
}





/* #pc-contact */
.pc-contact {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.pc-contact > * {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 8px) / 3);
  height: 320px;
  background-color: #000;
  color: #fff;
}
.pc-contact > a:hover {
  background-color: #a9a8aa;
}
.pc-contact h3 {
  font-weight: 700;
}
.pc-contact__pamphlet::after,
.pc-contact__opencampus::after {
  content: "";
  background-image: url(../../img/common/icon-arrow-right-white.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 30px;
}
.pc-contact__pamphlet img {
  width: 48px;
  margin-bottom: 32px;
}
.pc-contact__pamphlet h3 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  letter-spacing: 0.04em;
}
.pc-contact__pamphlet span {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.pc-contact__opencampus p {
  margin-bottom: 21px;
  font-size: 1.4rem;
  font-weight: 500;
}
.pc-contact__opencampus img {
  width: 42.89px;
  margin-bottom: 20px;
}
.pc-contact__opencampus h3 {
  margin-bottom: 10px;
  font-size: 4.8rem;
  letter-spacing: -0.01em;
}
.pc-contact__opencampus span {
  font-size: 1.8rem;
  font-weight: 500;
}
.pc-contact__info h3 {
  margin-bottom: 20px;
  font-size: 3.8rem;
}
.pc-contact__info .common-button {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
.pc-contact__info .common-button::after {
  background-image: url(../../img/common/icon-common-button-white.png);
}
.pc-contact__info .common-button:hover {
  background-color: #c9c9c9;
}
.pc-contact__info p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
.pc-contact__info a:last-of-type {
  margin-bottom: 5px;
  font-size: 3.2rem;
}
.pc-contact__info a:last-of-type span {
  font-size: 0.875em;
  letter-spacing: -0.01em;
}
.pc-contact__info > span {
  font-size: 1.4rem;
  font-weight: 500;
}





/* #page-top */
#page-top {
  position: fixed;
  z-index: 11;
  right: 30px;
  bottom: 30px;
}
#page-top a {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #000;
}





@media screen and (max-width: 1024px) {
  main {
    padding-top: 60px;
  }





  /* #pc-contact */
  .pc-contact__pamphlet h3 {
    font-size: 2.6rem;
  }
  .pc-contact__opencampus h3 {
    font-size: 3.2rem;
  }
  .pc-contact__info h3 {
    font-size: 2.6rem;
  }
  .pc-contact__info a:last-of-type {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}
/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
.footer {
  padding-top: 40px;
}
.footer__top {
  margin-bottom: 20px;
}
.footer__top .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__top h1 {
  width: 31.3%;
}
.footer__top p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer__top p span  {
  margin-right: 0.9375em;
  margin-left: 0.9375em;
}
.footer__top ul {
  display: flex;
  align-items: flex-start;
}
.footer__top ul li {
  width: 41px;
}
.footer__top ul li + li {
  margin-left: 17px;
}
.footer__image {
  background-image: url(../../img/common/footer_image-pc.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  /* max-width: 1400px; */
  height: 94px;
  /* margin: 0 auto; */
}
/* .footer__image img {
  object-fit: cover;
  object-position: top center;
  height: 94px;
} */
.footer__image .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: calc((100vw / 1400) * 6); */
  height: 6px;
  /* margin-top: calc((-100vw / 1400) * 6); */
  /* margin-top: -6px; */
  background-color: #000;
}
.footer__sitemap {
  padding-top: 40px;
  padding-bottom: 55px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  background-color: #000;
  color: #fff;
}
.footer__sitemap + .footer__sitemap {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #454444;
}
.footer__sitemap .container {
  width: 92%;
}
.footer__sitemap .inner-1 {
  margin-bottom: 20px;
}
.footer__sitemap + .footer__sitemap .inner-1 {
  margin-bottom: 0;
}
.footer__sitemap .inner-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #454444;
}
.footer__sitemap .inner-1 ul,
.footer__sitemap .inner-2 ul {
  display: flex;
  justify-content: center;
}
.footer__sitemap .inner-1 ul li,
.footer__sitemap .inner-2 ul li {
  position: relative;
}
.footer__sitemap .inner-1 ul li::before,
.footer__sitemap .inner-1 ul li:last-of-type::after,
.footer__sitemap .inner-2 ul li + li::before {
  content: "";
  position: absolute;
  top: 0.375em;
  width: 1px;
  height: 1em;
  background-color: #fff;
}
.footer__sitemap .inner-1 ul li::before,
.footer__sitemap .inner-2 ul li + li::before {
  left: 0;
}
.footer__sitemap .inner-1 ul li:last-of-type::after {
  right: 0;
}
.footer__sitemap .inner-1 ul li a,
.footer__sitemap .inner-2 ul li a {
  padding-right: 1em;
  padding-left: 1em;
}
.footer__sitemap .inner-3 {
  display: flex;
  justify-content: space-between;
}
.footer__sitemap .inner-3 div {
  width: 18%;
}
.footer__sitemap .inner-3 div > a {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.footer__sitemap .inner-3 div ul + a {
  margin-top: 25px;
}
.footer__copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
}
.footer__copyright p {
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.footer__sitemap a:hover {
  color: #a9a8aa;
}





@media screen and (max-width: 1024px) {
  .footer__top p {
    display: block;
    font-size: 1.2rem;
  }
  .footer__top p span {
    display: block;
  }
  .footer__sitemap {
    font-size: 1.2rem;
  }
}
/* -------------------------------------------------------------------
下層共通
------------------------------------------------------------------- */
/* breadcrumb */
.breadcrumb {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #c9c9c9;
}
.breadcrumb .container {
  width: 92%;
  max-width: 1288px;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li + li::before {
  content: "＞";
  margin-right: 1em;
  margin-left: 1em;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
}





/* mv-1 */
.mv-1 {
  position: relative;
}
.mv-1 img {
  object-fit: cover;
  height: 420px;
}
.mv-1 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 92%;
  padding-top: 8px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
/* mv-2 */
.mv-2 {
  background-image: url(../../img/common/bg-mv-2.jpg);
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.mv-2 h1 {
  max-width: 92%;
  padding-top: 8px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fff;
}





/* copy */
.copy {
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
}
.copy p:first-of-type {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.copy p:last-of-type {
  font-size: 1.6rem;
  line-height: 2.25;
}





/* post-section */
.post-section {
  padding-top: 40px;
  padding-bottom: 50px;
}
.post-section .flex {
  display: flex;
  justify-content: space-between;
}
.post-section .flex > div {
  width: 48.5%;
}
.post-section h2 {
  position: relative;
  padding-bottom: 12px;
  font-weight: 500;
  line-height: 1;
}
.post-section h2::before,
.post-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.post-section h2::before {
  width: 100%;
}
.post-section h2::after {
  width: 24%;
  background-color: #000;
}
.post-section h2 .en {
  margin-right: 21px;
  font-size: 4.8rem;
  letter-spacing: -0.01em;
}
.post-section h2 .ja {
  font-size: 1.8rem;
}
.post-section ul {
  padding: 40px;
  background-color: #fff;
}
.post-section ul li {
  display: flex;
}
.post-section__topics ul li {
  align-items: center;
}
.post-section__news ul li {
  align-items: flex-start;
}
.post-section__topics ul li + li {
  margin-top: 40px;
}
.post-section__news ul li + li {
  padding-top: 30px;
  border-top: 1px dotted #000;
  margin-top: 30px;
}
.post-section__topics .thumbnail {
  width: 170px;
  margin-right: 18px;
}
.post-section__topics .thumbnail img {
  object-fit: cover;
  height: 108px;
}
.post-section__topics .content {
  flex: 1;
}
.post-section__topics .category {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.post-section__topics .category a {
  display: inline-block;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  background-color: #e4e4e4;
}
.post-section__topics .category a:hover {
  background-color: #000;
  color: #fff;
}
.post-section .title {
  font-weight: 500;
}
.post-section__topics .title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.post-section__topics .title a {
  padding-bottom: 10px;
}
.post-section__news .title {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
}
.post-section .time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #c9c9c9;
}
.post-section__news .time {
  margin-top: 6px;
  margin-right: 20px;
}
.post-section .common-button {
  margin: 0 auto;
  margin-top: 30px;
}





/* message-section */
.message-section {
  padding-top: 70px;
  padding-bottom: 80px;
  line-height: 1.5;
}
.message-section .inner {
  width: 582px;
  max-width: 100%;
  margin: 0 auto;
}
.message-section p {
  font-size: 1.6rem;
}
.message-section__movie {
  background-color: #000;
}
.message-section__movie video {
  width: 100%;
}
.message-section__movie + p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}





/* donation-section */
.donation-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.donation-section h2 {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.donation-section p {
  font-size: 1.6rem;
  line-height: 2;
}
.donation-section .common-button {
  margin: 0 auto;
  margin-top: 30px;
}





@media screen and (max-width: 1024px) {
  /* post-section */
  .post-section ul {
    padding-right: 20px;
    padding-left: 20px;
  }
}