@charset "utf-8";

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 767px) {
/* -------------------------------------------------------------------
初期設定
------------------------------------------------------------------- */
.container {
  width: 88%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
/* ボタン */
.common-button {
  font-size: 1.6rem;
}
/* 見出し */
.heading-style-1 {
  padding-bottom: 11px;
  margin-bottom: 15px;
  font-size: 2rem;
  letter-spacing: 0;
}
.heading-style-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.heading-style-3 {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
/* table */
.table-container {
  overflow-x: scroll;
}
.table-container table {
  width: 860px;
  line-height: 1.5;
}





@media screen and (max-width: 374px) {
  /* ボタン */
  .common-button-pdf,
  .common-button-excel,
  .common-button-word,
  .common-button-other {
    font-size: 1.4rem;
  }
}
/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */
.header {
  position: static;
  align-items: center;
}
.header__logo {
  width: 180px;
  margin-left: 10px;
}
.header__logo h1 a {
  height: 30px;
}
.header__logo h1 a:hover {
  background-image: url(../../img/common/logo-white.png);
}
.sp.header__menu {
  display: none;

  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #000;
}
.sp.header__menu #sp-contact {
  position: static;
  background-color: #fff;
}
.sp.header__menu .sp-contact a {
  background-color: #e4e4e4;
  color: #000;
}
.sp.header__menu .nav-container {
  overflow-y: scroll;
  height: calc(100% - 80px);
  padding-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.sp.header__menu .navigation-1 {
  margin-bottom: 20px;
  color: #fff;
}
.sp.header__menu .navigation-1 nav > ul > li + li {
  border-top: 1px solid #fff;
}
.sp.header__menu .navigation-1 nav > ul > li > a,
.sp.header__menu .navigation-1 nav > ul > li > span {
  position: relative;
  padding-top: 20px;
  padding-right: 34px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.sp.header__menu .navigation-1 nav > ul > li > span {
  display: block;
}
.sp.header__menu .navigation-1 nav > ul > li > a::before,
.sp.header__menu .navigation-1 nav > ul > li > span::before,
.sp.header__menu .navigation-1 nav > ul > li > span::after {
  content: "";
  position: absolute;
}
.sp.header__menu .navigation-1 nav > ul > li > a::before {
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.sp.header__menu .navigation-1 nav > ul > li > span::before,
.sp.header__menu .navigation-1 nav > ul > li > span::after {
  background-color: #fff;
}
.sp.header__menu .navigation-1 nav > ul > li > span::before {
  top: 31px;
  right: 10px;
  width: 14px;
  height: 2px;
}
.sp.header__menu .navigation-1 nav > ul > li > span::after {
  top: 25px;
  right: 16px;
  width: 2px;
  height: 14px;
  /* transition: opacity .3s; */
}
.sp.header__menu .navigation-1 nav > ul > li > span.active::after {
  opacity: 0;
}
.sp.header__menu .navigation-1 nav > ul > li ul {
  display: none;

  list-style-type: disc;
  list-style-position: inside;
  margin-right: 10px;
  margin-left: 10px;
}
.sp.header__menu .navigation-1 nav > ul > li ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sp.header__menu .navigation-1 nav > ul > li ul li a {
  display: inline;
  line-height: 2.5;
}
.sp.header__menu .navigation-2 ul li + li {
  margin-top: 20px;
}
.sp.header__menu .navigation-2 ul li a {
  position: relative;
  padding-top: 16px;
  padding-right: 34px;
  padding-bottom: 16px;
  padding-left: 10px;
  background-color: #e4e4e4;
}
.sp.header__menu .navigation-2 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.sp.header__menu .navigation-3 ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-right: 10px;
  margin-left: 10px;
}
.sp.header__menu .navigation-3 ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sp.header__menu .navigation-3 ul li a {
  display: inline;
  line-height: 2.5;
}
.header__info {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 1em;
  font-size: 1rem;
}
.header__info > span {
  margin-left: 0.5em;
}
.header__info > a > img,
.header__info > span > img {
  margin: 0 auto;
}
.header__info > a > img {
  width: 23.86px;
}
.header__info > span > img {
  width: 20px;
}
.header__info > a > span,
.header__info > span > span {
  display: block;
  margin-top: 0.5em;
  color: #fff;
}
.header__info ul {
  display: none;

  position: fixed;
  top: 50px;
  right: 50px;
  width: 133px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.header__info ul li a {
  padding-left: 25px;
  line-height: 2.5;
  background-color: #fff;
}
.header__info ul li a:active {
  background-color: #e4e4e4;
}
.header__info ul li a[data-stt-active] {
  position: relative;
}
.header__info ul li a[data-stt-active]::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e4e4e4;
}
.header__menu-button {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  background-color: #ccc;
}
.header__menu-button::after {
  content: "MENU";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  text-align: center;
}
.header__menu-button span {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 2px;
  background-color: #000;
  /* transition: all .3s; */
}
.header__menu-button span:first-of-type {
  top: 10px;
}
.header__menu-button span:nth-of-type(2) {
  top: 18px;
}
.header__menu-button span:last-of-type {
  top: 26px;
}
.header__menu-button.active span:first-of-type {
  top: 18px;
  transform: rotate(45deg);
}
.header__menu-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header__menu-button.active span:last-of-type {
  top: 18px;
  transform: rotate(-45deg);
}





@media screen and (max-width: 374px) {
  .header__logo {
    width: 120px;
  }
  .header__logo h1 a {
    height: 20px;
  }
}
/* -------------------------------------------------------------------
main
------------------------------------------------------------------- */
main {
  padding-top: 50px;
}





/* #sp-contact */
#sp-contact {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sp-contact {
  display: flex;
  justify-content: space-between;
}
.sp-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 6px) / 3);
  height: 80px;
  background-color: #000;
  color: #fff;
}
.sp-contact a:first-of-type img {
  width: 28px;
}
.sp-contact a:nth-of-type(2) img {
  width: 32.23px;
}
.sp-contact a:last-of-type img {
  width: 28px;
}
.sp-contact a span {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
}





/* #page-top */
#page-top {
  right: 0;
  bottom: 85px;
}
/* -------------------------------------------------------------------
footer
------------------------------------------------------------------- */
.footer {
  padding-top: 0;
  padding-bottom: 80px;
}
.footer__top .container {
  display: block;
}
.footer__top h1 {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.footer__top p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}
.footer__top .common-button {
  margin: 0 auto;
}
.footer__top ul {
  justify-content: center;
  margin-top: 30px;
}
.footer__image {
  /* max-width: 745px; */
  height: 50px;
}
/* .footer__image img {
  height: 50px;
} */
.footer__image .bg {
  height: 2px;
  /* margin-top: -2px; */
}
.footer__copyright {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #000;
  color: #fff;
}
/* -------------------------------------------------------------------
下層共通
------------------------------------------------------------------- */
/* breadcrumb */
.breadcrumb {
  font-size: 1.2rem;
}
.breadcrumb .container {
  width: 88%;
}





/* mv-1 */
.mv-1 img {
  height: 160px;
}
.mv-1 h1 {
  padding-top: 4px;
  padding-right: 11px;
  padding-bottom: 6px;
  padding-left: 11px;
  font-size: 3.2rem;
  letter-spacing: 0;
}
/* mv-2 */
.mv-2 h1 {
  padding-top: 4px;
  padding-right: 11px;
  padding-bottom: 6px;
  padding-left: 11px;
  font-size: 3.2rem;
  letter-spacing: 0;
}





/* copy */
.copy {
  padding-top: 0;
  padding-bottom: 40px;
}
.copy p:first-of-type {
  margin-bottom: 5px;
  /* font-size: 2rem; */
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.copy p:last-of-type {
  line-height: 2;
  text-align: left;
}





/* post-section */
.post-section .flex {
  display: block;
}
.post-section .flex > div {
  width: 100%;
}
.post-section__news {
  margin-top: 40px;
}
.post-section h2 .en {
  margin-right: 10px;
  font-size: 3.2rem;
}
.post-section h2 .ja {
  font-size: 1.6rem;
}
.post-section ul {
  padding-right: 10px;
  padding-left: 10px;
}
.post-section__topics ul {
  padding-top: 40px;
}
.post-section__topics .thumbnail {
  width: 127.5px;
  margin-right: 10px;
}
.post-section__topics .thumbnail img {
  height: 81px;
}
.post-section__topics .category a {
  padding-right: 10px;
  padding-left: 10px;
}
.post-section__topics .title {
  font-size: 1.6rem;
}
.post-section__news .time {
  margin-right: 10px;
}





/* message-section */
.message-section {
  padding-top: 40px;
  padding-bottom: 40px;
}





/* donation-section */
.donation-section h2 {
  font-size: 2rem;
}





}