@charset "UTF-8";
html {
  font-size: 62.5%;
  background-color: #fff;
  overflow-x: hidden; }

/* カラー */
/* 背景色 */
.bg {
  background-color: "#fff"; }

/* フォントサイズ */
/* フォンファミリー */
* {
  color: #414141;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #454343; }
  @media screen and (max-width: 768px) {
    * {
      font-size: 1.6rem; } }

img {
  max-width: 100%;
  height: auto; }

/* メディアクエリ max*/
/* ↓↓↓呼び出し↓↓↓ */
/* メディアクエリ min*/
/* PCとSPの表示切り替え */
.pc-only {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: block; } }

/* 配置 */
/* flex */
.page-wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }

.wrapper {
  padding: 0 40px 0 40px; }

.inner {
  max-width: 1166px;
  margin: 0 auto; }

.inner--s {
  max-width: 936px;
  margin: 0 auto; }

.inner--ss {
  max-width: 828px;
  margin: 0 auto; }

.title {
  font-size: 3.4rem;
  margin-bottom: 40px;
  line-height: 1;
  color: #414141;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #414141;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.012em; }
  .title span {
    color: #c30e23;
    font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .title {
      font-size: 2.4rem; } }

.title--medium {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: flex-start;
  position: relative; }
  .title--medium::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    right: 16px;
    top: 40%;
    transition: 0.2s;
    transform: translateY(-50%);
    background-color: #158005; }
  .title--medium::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    background-color: #158005; }
  .title--medium span {
    margin-left: 22px;
    color: #158005;
    font-size: 1.2rem;
    letter-spacing: 0.15em; }
  @media screen and (max-width: 768px) {
    .title--medium {
      font-size: 2.4rem; } }

.open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s; }

.sub-title {
  font-size: 2rem;
  margin: 28px 0 8px;
  letter-spacing: 0.1em; }

.en {
  font-family: "Roboto", sans-serif; }

.text {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1.4rem; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.profile__wrapper {
  margin-bottom: 28px; }
.profile__list {
  margin: 24px 0 32px 0;
  display: none; }
.profile__list-item {
  display: flex;
  margin-bottom: 8px; }
.profile__data {
  font-size: 1.7rem;
  display: flex;
  max-width: 190px;
  min-width: 160px;
  width: 23%; }
.profile__event {
  font-size: 1.7rem;
  display: flex;
  max-width: 100%;
  width: 77%; }

.open {
  display: flex !important; }

/* 1カラム */
/* 2カラム */
/* リスト */
.sample {
  -webkit-animation-name: sampleanime;
  animation-name: sampleanime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes sampleanime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes sampleanime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.view-more {
  text-align: right; }
  .view-more a {
    border: 1px solid #414141;
    display: inline-block;
    width: 126px;
    height: 39px;
    font-size: 1.7rem;
    line-height: 1;
    position: relative; }
    @media screen and (max-width: 768px) {
      .view-more a {
        height: 37px; } }
    .view-more a span {
      position: absolute;
      z-index: 10;
      white-space: nowrap;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .view-more a:after {
    transition: 0.2s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #414141; }
  .view-more a:hover:after {
    transition: 0.3s;
    width: 100%; }
  .view-more a:hover span {
    transition: 0.1s;
    color: #fff; }

.wp-pagenavi {
  display: inline-flex;
  align-items: center;
  position: relative;
  transform: translateX(-50%);
  left: 50%; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px; }
  .wp-pagenavi .page::after {
    content: none; }
  .wp-pagenavi .current {
    color: #158005;
    font-weight: bold;
    font-size: 2.4rem; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    position: absolute; }
    .wp-pagenavi .nextpostslink:after,
    .wp-pagenavi .previouspostslink:after {
      width: 12px;
      height: 12px; }
  .wp-pagenavi .nextpostslink {
    right: 0;
    transform: translateX(100%); }
    .wp-pagenavi .nextpostslink::after {
      right: 0; }
  .wp-pagenavi .previouspostslink {
    left: 0;
    transform: translateX(-100%); }
    .wp-pagenavi .previouspostslink::after {
      border-right: none;
      border-bottom: none;
      border-left: 1px solid #414141;
      border-top: 1px solid #414141;
      right: 0; }

.header {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw; }
  @media screen and (max-width: 768px) {
    .header {
      flex-direction: column;
      padding-top: 54px;
      padding-bottom: 40px; } }
  .header .header__left {
    padding-left: 73px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1110px) {
      .header .header__left {
        padding-left: 3vw; } }
    @media screen and (max-width: 768px) {
      .header .header__left {
        flex-direction: column;
        padding-left: 0; } }
  .header .main-title {
    font-size: 4.5rem;
    color: #158005;
    letter-spacing: 0.15em;
    margin-right: 4px; }
    @media screen and (max-width: 1110px) {
      .header .main-title {
        font-size: 3.2rem;
        line-height: 1;
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .header .main-title {
        font-size: 3.7rem;
        line-height: 1;
        margin-right: 0; } }
  .header .main-title__sub {
    color: #fff;
    margin-top: 6px;
    letter-spacing: 0.03em;
    background-color: #158005;
    padding: 0 8px;
    font-size: 2.3rem;
    font-family: "Roboto", sans-serif;
    height: 33px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1110px) {
      .header .main-title__sub {
        font-size: 1.7rem;
        height: 25px; } }
    @media screen and (max-width: 768px) {
      .header .main-title__sub {
        padding-top: 2px;
        margin-top: 14px; } }
  .header .header__right {
    flex-shrink: 0;
    padding-right: 24px; }
    @media screen and (max-width: 768px) {
      .header .header__right {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        height: 100vh;
        width: 60vw;
        max-width: 300px;
        padding-top: 70px;
        padding-right: 0;
        background-color: #fff;
        transform: translateX(100%);
        transition: 0.4s; } }
  .header .sp__nav--on {
    transform: translateX(0);
    transition: 0.7s; }
  .header .sp__hum--on span:first-of-type {
    transform: rotate(-26deg) translateX(-50%);
    top: 50%; }
  .header .sp__hum--on span:last-of-type {
    transform: rotate(26deg) translateX(-50%);
    top: 50%; }
  .header .hum-btn {
    position: fixed;
    z-index: 110;
    width: 59px;
    height: 57px;
    right: 6px;
    top: 0; }
    .header .hum-btn span {
      width: calc(100% - 20px);
      height: 1px;
      background-color: #707070;
      position: absolute;
      right: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: 0.5s; }
    .header .hum-btn span:first-of-type {
      top: 20px; }
    .header .hum-btn span:last-of-type {
      top: calc(100% - 20px); }
  .header .mainnav {
    display: flex; }
    @media screen and (max-width: 768px) {
      .header .mainnav {
        flex-direction: column;
        flex-wrap: wrap; } }
  .header .nav__links {
    font-size: 2.3rem;
    letter-spacing: 0.07em;
    font-family: "Roboto", sans-serif;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    position: relative; }
    @media screen and (max-width: 1110px) {
      .header .nav__links {
        font-size: 1.9rem;
        padding: 0 8px; } }
    @media screen and (max-width: 768px) {
      .header .nav__links {
        padding: 0 20px;
        font-size: 2.3rem;
        display: block;
        padding: 6px 20px; } }
    .header .nav__links::after {
      position: absolute;
      content: "";
      transition: 0.2s;
      width: 0;
      height: 2px;
      background-color: #c30e23;
      left: 50%;
      bottom: -3px;
      transform: translate(-50%, -50%); }
  .header .nav__links:hover {
    color: #909090; }
    .header .nav__links:hover::after {
      transition: 0.2s;
      width: calc(100% - 40px);
      left: 50%; }
      @media screen and (max-width: 1110px) {
        .header .nav__links:hover::after {
          width: calc(100% - 20px); } }
      @media screen and (max-width: 768px) {
        .header .nav__links:hover::after {
          width: calc(100% - 40px); } }
  .header .subnav {
    position: absolute;
    display: none; }

.footer {
  position: relative;
  padding-top: 62px;
  padding-bottom: 48px;
  background-color: #363636; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer .pagetop-retrun {
    position: absolute;
    right: 50px;
    top: -82px; }
    @media screen and (max-width: 768px) {
      .footer .pagetop-retrun {
        right: 38px;
        top: -94px; } }
    .footer .pagetop-retrun a {
      font-size: 1.3rem;
      font-display: "Roboto", sans-serif;
      letter-spacing: 0.02em;
      position: relative;
      height: 70px;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        .footer .pagetop-retrun a {
          font-size: 1.2rem; } }
    .footer .pagetop-retrun a:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 29px;
      left: 50%;
      top: 4px;
      transform: translateX(-50%);
      background-color: #414141;
      transition: 0.1s; }
    .footer .pagetop-retrun a:before {
      position: absolute;
      content: "";
      width: 17px;
      height: 17px;
      left: 50%;
      top: 5px;
      border-top: 2px solid #414141;
      border-left: 2px solid #414141;
      transform: translateX(-50%) rotate(45deg);
      transition: 0.1s; }
  .footer .copyright__txt {
    line-height: 1;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #afafaf; }
    @media screen and (max-width: 768px) {
      .footer .copyright__txt {
        font-size: 1.3rem;
        letter-spacing: 0.06em; } }

.pagetop-retrun::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 2px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  background-color: #414141; }

.pagetop-retrun:hover a:after {
  top: -7px;
  transition: 0.2s; }
.pagetop-retrun:hover a:before {
  top: -5px;
  transition: 0.2s; }

.section__wrapper {
  padding: 0 18px;
  background-color: #fff; }

.section__inner {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff; }

.section__contents {
  padding: 45px 87px 30px; }
  @media screen and (max-width: 768px) {
    .section__contents {
      padding: 24px 18px 24px; } }

.section__contents--news {
  background-color: #fafafa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.slider {
  height: 596px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .slider {
      height: 76.2vh;
      margin-bottom: 18px; } }
  .slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 596px;
    width: 100%;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .slider div {
        height: 76.2vh; } }

.slider__01 {
  background-image: url(../img/top/slide_01.jpg); }

.slider__02 {
  background-image: url(../img/top/slide_02.jpg); }

.slick-dots {
  bottom: 20px; }
  @media screen and (max-width: 768px) {
    .slick-dots {
      bottom: 12px; } }

.slick-dots li {
  width: 14px !important; }
  @media screen and (max-width: 768px) {
    .slick-dots li {
      width: 7px !important; } }

.slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    .slick-dots li button:before {
      font-size: 12px; } }

.slick-dots .slick-active button:before {
  color: #16aa00 !important; }

.news__wrapper {
  position: relative; }

.news__date {
  height: 22px;
  background-color: #c30e23;
  padding: 1px 4px 1px 8px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  position: absolute;
  transform: translateY(-100%);
  right: 0; }

.news__date::before {
  content: "";
  position: absolute;
  transform: translate(-100%);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 18px 0px 0;
  border-color: transparent #c30e23 transparent transparent; }

.section__contents--news {
  margin-bottom: 118px; }
  @media screen and (max-width: 768px) {
    .section__contents--news {
      margin-bottom: 5px; } }

.title--news {
  margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .title--news {
      margin-bottom: 34px; } }

.profile__contents {
  display: flex; }
  @media screen and (max-width: 768px) {
    .profile__contents {
      flex-direction: column; } }

.profile__contents__img {
  flex-shrink: 0;
  padding-right: 7%; }
  @media screen and (max-width: 768px) {
    .profile__contents__img {
      padding-right: 0;
      text-align: center;
      margin-bottom: 40px; } }

.profile__contents__text {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .profile__contents__text {
      margin-bottom: 24px; } }
  .profile__contents__text p:first-of-type {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .profile__contents__text p:first-of-type {
        font-size: 1.8rem;
        margin-bottom: 31px; } }

.caption-day {
  font-size: 1.4rem;
  color: #fff; }

.caption-title {
  font-size: 1.6rem;
  color: #fff; }

.lb-number {
  display: none !important; }

.photo__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .photo__contents::before {
    content: "";
    display: block;
    width: calc(25% - 19px);
    height: 0;
    order: 1; }
  .photo__contents::after {
    content: "";
    display: block;
    width: calc(25% - 19px);
    height: 0; }
  @media screen and (max-width: 768px) {
    .photo__contents {
      margin-top: -14px; } }

.photo__img {
  cursor: pointer;
  margin-bottom: 25px;
  width: calc(25% - 19px);
  display: inline-block;
  position: relative; }
  .photo__img::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .photo__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0 0; }
  @media screen and (max-width: 768px) {
    .photo__img {
      width: calc(33.3% - 11px);
      margin-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .photo__img {
      width: calc(50% - 11px); } }

.photo__img:hover {
  opacity: 0.7;
  transition: 0.2s; }

.section__inner--bottom {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .section__inner--bottom {
      margin-bottom: 120px; } }

.modal {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50vh;
  left: 50vw;
  width: 100vw;
  height: 100vh;
  z-index: 110; }

.modal__inner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50vh;
  left: 50vw;
  width: 80vw;
  max-width: 500px;
  height: 80vh;
  max-height: 550px;
  padding: 84px 20px 20px;
  background-color: #fff; }
  @media screen and (max-width: 500px) {
    .modal__inner {
      max-height: 400px; } }

.modal__img {
  margin-bottom: 30px; }

.modal-btn {
  z-index: 110;
  width: 59px;
  height: 57px;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer; }
  .modal-btn span {
    width: calc(100% - 20px);
    height: 1px;
    background-color: #707070;
    position: absolute;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s; }
  .modal-btn span:first-of-type {
    transform: rotate(-26deg) translateX(-50%);
    top: 40%; }
  .modal-btn span:last-of-type {
    transform: rotate(26deg) translateX(-50%);
    top: 70%; }

.modal--on {
  transition: 0.7s;
  opacity: 1 !important;
  visibility: visible !important; }

.news__contents {
  background-color: #fff;
  margin-bottom: 26px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .news__contents {
      margin-bottom: 17px; } }
  .news__contents a {
    padding: 22px 20px;
    display: block;
    font-size: 1.8rem;
    position: relative; }
  .news__contents a:hover {
    color: #909090; }
  .news__contents a:hover:after {
    transition: 0.4s;
    right: 30px; }

#top .news__contents a {
  width: calc(100% - 64px); }
  @media screen and (max-width: 768px) {
    #top .news__contents a {
      width: 95%; } }
#top .news__contents:after {
  transition: 0.2s;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  right: 44px;
  position: absolute; }
  @media screen and (max-width: 768px) {
    #top .news__contents:after {
      right: 5%; } }

#news .news__contents:not(:last-child) {
  margin-bottom: 46px; }
#news .news__daytime {
  padding: 2px 8px;
  background-color: #158005;
  width: 84px;
  margin: 0 10px 16px 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    #news .news__daytime {
      display: block;
      margin: 0 10px 8px 0; } }
