@charset "utf-8";


/**************************************************************
* sg-c-contents-01-container
**************************************************************/
@media all and (min-width: 768px) {
  .sg-c-contents-01-container {
    margin-top: 32rem;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-container {
    margin-top: 16rem;
  }
}


/* sg-c-contents-01-list
**************************************************************/


/* list__item
********************************/
@media all and (max-width: 767px) {
  .sg-c-contents-01-list .list__item:nth-child(n + 2) {
    margin-top: 4rem;
  }
}


/* item__contents
********************************/
.sg-c-contents-01-list .item__contents {
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .sg-c-contents-01-list .list__item:nth-child(odd) .item__contents {
    flex-direction: row-reverse;
  }

  .sg-c-contents-01-list .list__item:nth-child(even) .item__contents {}
}

@media all and (max-width: 767px) {}


/* item__photo
********************************/
.sg-c-contents-01-list .item__photo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.sg-c-contents-01-list .item__photo-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sg-c-contents-01-list .item__photo-bg img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__photo {
    width: 50%;
    padding-top: 56.25%;
  }
}

@media all and (min-width: 1921px) {
  .sg-c-contents-01-list .item__photo {
    padding-top: 24rem;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__photo {
    width: 92%;
    padding-top: 56.25%;
  }
}


/* item__info
********************************/
@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__info {
    position: relative;
    width: 50%;
  }

  .sg-c-contents-01-list .item__info-container {
    width: 80%;
    margin: 0 auto;
    padding: 12.5% 0;
  }
}

@media all and (min-width: 1921px) {
  .sg-c-contents-01-list .item__info-container {
    padding: 12rem 0;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__info {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sg-c-contents-01-list .item__info-container {
    margin: 0 auto;
    padding: 4rem 0;
  }
}


/* item__ttl
********************************/
.second_page .sg-c-contents-01-list .item__ttl {
  padding: 0;
  border: none;
}

.sg-c-contents-01-list .item__ttl-name {
  color: #000;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__ttl-name {
    font-size: 3.6rem;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__ttl-name {
    font-size: 1.8rem;
  }
}


/* c-lead-container
********************************/
@media all and (min-width: 768px) {
  .sg-c-contents-01-list .c-lead-container {}
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .c-lead {
  }
}

/* item__des-inner
********************************/
.sg-c-contents-01-list .item__des-inner {
  position: relative;
}

.sg-c-contents-01-list .item__des-inner+.item__des-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 6rem;
  height: .1rem;
  background-color: #707070;
}

@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__des-inner {
    padding: 5.4rem 0 0;
  }

  .sg-c-contents-01-list .item__des-inner+.item__des-inner {
    margin: 5.4rem 0;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__des-inner {
    padding: 2.7rem 0 0;
  }

  .sg-c-contents-01-list .item__des-inner+.item__des-inner {
    margin: 2.7rem 0;
  }
}


/* item__des
********************************/
.sg-c-contents-01-list .item__des {
  line-height: 2;
}

@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__des {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__des {
    font-size: 1.4rem;
  }
}


/**************************************************************
* c-section
**************************************************************/
.c-section:not(.mv) {
  position: relative;
}
@media all and (min-width: 768px) {
  .c-section:not(.mv) {
    padding: 20rem 0;
  }
}
@media all and (max-width: 767px) {
  .c-section:not(.mv) {
    padding: 10rem 0;
  }
}


/**************************************************************
* c-outer
**************************************************************/
.c-outer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-outer {
    width: 87.5%;
  }
}
@media all and (max-width: 767px) {
  .c-outer {
    width: 92%;
  }
}


/**************************************************************
* c-inner
**************************************************************/
.c-inner {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-inner {
    width: 100%;
    min-width: 64rem;
    max-width: var(--contents-width);
  }
}
@media all and (max-width: 767px) {
  .c-inner {
    width: 100%;
  }
}


/**************************************************************
* c-bg-pattern
**************************************************************/
.c-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_pattern.svg);
  background-position: center 0;
  background-repeat: repeat;
}
@media all and (min-width: 768px) {
  .c-bg-pattern {
    background-size: 2.2rem 2.4rem;
  }
}

/* --02
**************************************************************/
.c-bg-pattern.--02 {
  background-image: url(../img/common/bg_pattern_02.svg);
}

/**************************************************************
* c-contents
**************************************************************/
.c-contents {

}
@media all and (min-width: 768px) {
  .c-contents {
    padding: 10rem 0;
  }
}
@media all and (max-width: 767px) {
  .c-contents {
    padding: 6rem 0;
  }
}


/**************************************************************
* c-head
**************************************************************/

/* c-head-container
**************************************************************/
.c-head-container {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .c-head-container {
  }
}
@media all and (max-width: 767px) {
  .c-head-container {
    text-align: center;
  }
}

/* c-head-vl-2
**************************************************************/
.c-head-vl-2 {
  position: relative;
}
@media all and (min-width: 768px) {
  .c-head-vl-2 {
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2 {
  }
}


/* c-head-vl-2__inner
********************************/
.c-head-vl-2__inner {
  display: inline-block;
  position: relative;
  text-align: right;
}
@media all and (min-width: 768px) {
  .c-head-vl-2__inner {
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__inner {
  }
}

/* c-head-vl-2__bg
********************************/
.c-head-vl-2__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color-01);
}

/* c-head-vl-2__en / c-head-vl-2__jp
********************************/
.c-head-vl-2__en,
.c-head-vl-2__jp
{
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {

}

/* c-head-vl-2__en
********************************/
.c-head-vl-2__en {
  display: block;
  color: var(--main-header-color);
  font-weight: bold;
  font-family: var(--main-ttl-font-family);
  line-height: 1;
}
.c-head-vl-2__en::first-letter {
  color: var(--accent-color-01);
}
@media all and (min-width: 768px) {
  .c-head-vl-2__en {
    font-size: 11.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__en {
    font-size: 5rem;
  }
}

/* c-head-vl-2__jp
********************************/
.c-head-vl-2__jp {
  position: relative;
  display: inline-block;
  color: var(--accent-color-01);
  font-weight: bold;
}
.c-head-vl-2__jp::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: -1rem 0 0 0;
  background-color: var(--accent-color-01);
  transform: rotate(-45deg);
}
@media all and (min-width: 768px) {
  .c-head-vl-2__jp {
    margin: 0 -6rem 0 0;
    padding: 0 0 0 4.7rem;
    font-size: 3.4rem;
  }
  .c-head-vl-2__jp::before {
    width: 10rem;
    height: .2rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__jp {
    margin: 0 -2rem 0 0;
    padding: 0 0 0 2rem;
    font-size: 1.6rem;
  }
  .c-head-vl-2__jp::before {
    width: 5rem;
    height: .2rem;
  }
}


/* c-head-vl-3
**************************************************************/
.c-head-vl-2 {
  position: relative;
}
.--center .c-head-vl-2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-head-vl-3 {}
}
@media all and (max-width: 767px) {
  .c-head-vl-3 {}
}


/* c-head-vl-3__inner
********************************/
.c-head-vl-3__inner {
  display: inline-block;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-head-vl-3__inner {}
}
@media all and (max-width: 767px) {
  .c-head-vl-3__inner {}
}


/* c-head-vl-3__bg
********************************/
.c-head-vl-3__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color-01);
}


/* c-head-vl-3__jp
********************************/
.c-head-vl-3__jp {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  background-color: var(--accent-color-01);
}
@media all and (min-width: 768px) {
  .c-head-vl-3__jp {
    padding: 2.3rem 13.2rem;
    font-size: 2.4rem;
  }
}

@media all and (max-width: 767px) {
  .c-head-vl-3__jp {
    padding: 1.3rem 6.2rem;
    font-size: 1.6rem;
  }
}



/* c-head-lead-container
********************************/
@media all and (min-width: 768px) {
  .c-head-lead {
    margin: 3.4rem 0 0 12rem;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-lead {
    margin: 3.4rem 0 0 12rem;
    font-size: 1.8rem;
  }
}


/* c-news-header
**************************************************************/
.c-news-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  text-align: center;
}
.c-news-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  border: .1rem dashed #CFD1D4;
}
@media all and (min-width: 768px) {
  .c-news-header {
    width: 8.333%;
    padding: 4.1666% 0;
  }
  .c-news-header::before {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0 -76% 0 0;
  }
}
@media all and (min-width: 1920px) {
  .c-news-header {
    width: 10rem;
    padding: 5rem 0;
  }
  .c-news-header::before {
    height: 100%;
    margin: 0 -7.6rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .c-news-header {
    justify-content: center;
    width: 13rem;
    margin: 3.4rem auto 0;
    padding: 1rem 1.6rem;
  }
  .c-news-header::before {
    left: 0;
    width: 100%;
    height: .1rem;
    margin: 0 0 -6.5rem 0;
  }
}

/* c-head-container
********************************/
.c-news-header .c-head-container {
  width: 100%;
}

/* c-head-mk
**************************************************************/
.c-head-mk {
  display: inline-block;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
  .c-head-mk {}
}


/* c-head-mk__inner
********************************/
.c-head-mk__inner {
  display: inline-block;
  text-align: center;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
  .c-head-mk__inner {}
}


/* c-head-mk__en
********************************/
.c-head-mk__en {
  display: block;
  position: relative;
  z-index: 1;
  color: #D3D5D8;
  font-weight: bold;
  font-family: var(--main-ttl-font-family);
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-head-mk__en {
    font-size: 1.666vw;
  }
}
@media all and (min-width: 1920px) {
  .c-head-mk__en {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-mk__en {
    font-size: 1.8rem;
  }
}


/* c-head-mk__jp
********************************/
.c-head-mk__jp {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-head-mk__jp {
    margin-top: .3125vw;
    font-size: .833vw;
  }
}
@media all and (min-width: 1920px) {
  .c-head-mk__jp {
    margin-top: .6rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-mk__jp {
    font-size: 1.4rem;
  }
}


/* c-head-mk__link
********************************/
.c-head-mk__link {
  position: relative;
}
.c-head-mk__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: .1rem;
  background-color: #fff;
  transition: width var(--transition-speed);
}
@media (hover: hover) {
  a.c-head-mk__link:hover::before {
    width: 100%;
  }
}

/* c-head-mk__icon
********************************/
.c-head-mk__icon {
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #CFD1D4;
}
.c-head-mk__icon::before,
.c-head-mk__icon::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #CFD1D4;
  z-index: 0;
}
.c-head-mk__icon::before {
  transform: rotate(60deg);
}
.c-head-mk__icon::after {
  transform: rotate(-60deg);
}

.c-head-mk__icon-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background: var(--accent-color-01);
}
.c-head-mk__icon-icon::before,
.c-head-mk__icon-icon::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--accent-color-01);
  z-index: 1;
}
.c-head-mk__icon-icon::before {
  transform: rotate(60deg);
}
.c-head-mk__icon-icon::after {
  transform: rotate(-60deg);
}
@media all and (min-width: 768px) {
  .c-head-mk__icon {
    width: 6.77vw;
    height: 3.854vw;
    margin: -.46875vw 0 0 -1.09375vw;
  }
  .c-head-mk__icon-icon {
    width: 4.6875vw;
    height: 2.7083vw;
  }
}
@media all and (min-width: 1920px) {
  .c-head-mk__icon {
    width: 130px;
    height: 74px;
    margin: -9px 0 0 -21px;
  }
  .c-head-mk__icon-icon {
    width: 90px;
    height: 52px;
  }
}
@media all and (max-width: 767px) {
  .c-head-mk__icon {
    width: 100px;
    height: 57px;
    margin: -9px auto 0;
  }
  .c-head-mk__icon-icon {
    width: 70px;
    height: 42px;
  }
}

/**************************************************************
* c-scroll-indicator-container
**************************************************************/
.c-scroll-indicator-container {

}
.c-scroll-indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.--vertical .c-scroll-indicator {
  transform: rotate(90deg);
}
.c-scroll-indicator::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: .1rem;
  background-color: #fff;
  animation-name: animation-scrollIndicator;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.c-scroll-indicator__txt {
  color: #fff;
  font-family: var(--main-ttl-font-family);
}
@media all and (min-width: 768px) {
  .c-scroll-indicator {
    margin: 0 0 9.375vw 0;
  }
  .c-scroll-indicator::before {
    width: 5.208vw;
    margin: .5208vw 0 0 2.916vw;
  }
  .c-scroll-indicator__txt {
    font-size: .9375vw;
  }

  @keyframes animation-scrollIndicator {
    0% {
      width: 0;
    }
    100% {
      width: 5.208vw;
    }
  }
}
@media all and (min-width: 1920px)  {
  .c-scroll-indicator {
    margin: 0 0 18rem 0;
  }
}
@media all and (max-width: 767px) {
  .c-scroll-indicator {
    margin: 0 0 36.266vw 0;
  }
  .c-scroll-indicator::before {
    width: 13.333vw;
    margin: 1.866vw 0 0 10.133vw;
  }
  .c-scroll-indicator__txt {
    font-size: 3.2vw;
  }
  @keyframes animation-scrollIndicator {
    0% {
      width: 0;
    }
    100% {
      width: 13.333vw;
    }
  }
}
@media all and (min-width: 1920px) {
  .c-scroll-indicator__txt {
    font-size: 1.8rem;
  }
}


/**************************************************************
* c-slider-pager-wrapper
**************************************************************/
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* c-slider-pager-container
**************************************************************/
.c-slider-pager-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 768px) {
  .c-slider-pager-container {
    width: 20rem;
  }
}
@media all and (max-width: 767px) {
  .c-slider-pager-container {
    width: 16rem;
  }
}

/* c-slider-pager
**************************************************************/
.c-slider-pager-wrapper .c-slider-pager {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 1;
  height: 0;
  border-radius: 100%;
  background-color: #fff;
  transition: background var(--transition-speed);
}
.c-slider-pager-wrapper .--color-01 .c-slider-pager {
  background-color: #fff;
}
.c-slider-pager-wrapper .--color-02 .c-slider-pager {
  background-color: #222020;
}
.c-slider-pager-wrapper .c-slider-pager.--prev {
  left: 0;
}
.c-slider-pager-wrapper .c-slider-pager.--nexr {
  right: 0;
}
.c-slider-pager-wrapper .c-slider-pager::after {
  display: none;
  font-size: 0;
}
.c-slider-pager-wrapper .swiper-button-disabled {
  opacity: .6;
}
@media all and (min-width: 768px) {
  .c-slider-pager-wrapper .c-slider-pager {
    width: 6rem;
    margin: 0 2rem;
    padding-top: 6rem;
  }
}
@media all and (max-width: 767px) {
  .c-slider-pager-wrapper .c-slider-pager {
    width: 4rem;
    margin: 0 2rem;
    padding-top: 4rem;
  }
}
@media (hover: hover) {
  .--color-01 .c-slider-pager:not(.swiper-button-disabled):hover {
    background-color: var(--accent-color-01);
  }
  .--color-02 .c-slider-pager:not(.swiper-button-disabled):hover {
    background-color: var(--accent-color-01);
  }
}


/* c-slider-pager__btn
********************************/
.c-slider-pager__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.c-slider-pager-wrapper .--color-01 .c-slider-pager__icon line {
  stroke: var(--accent-color-01);
}
.c-slider-pager-wrapper .--color-02 .c-slider-pager__icon line {
  stroke: #fff;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}
@media (hover: hover) {
  .--color-01 .c-slider-pager:not(.swiper-button-disabled):hover .c-slider-pager__icon line {
    stroke: #fff;
  }
  .--color-02 .c-slider-pager:not(.swiper-button-disabled):hover .c-slider-pager__icon line {
    stroke: #fff;
  }
}

/* c-slider-pager__icon
********************************/
.--next .c-slider-pager__icon {
  transform: rotate(180deg);
}
.c-slider-pager__icon svg {
  display: block;
  width: 18.666%;
  height: 100%;
  margin: auto;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/**************************************************************
* c-hamburger-menu
**************************************************************/


/* c-hamburger-menu
**************************************************************/
.c-hamburger-menu {
  cursor: pointer;
  position: relative;
  height: 1.4rem;
}
@media all and (min-width: 768px) {
  .c-hamburger-menu {
    display: none;
    width: 10rem;
    margin: 8rem 3rem 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-hamburger-menu {
    display: block;
    position: fixed;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .c-hamburger-menu {
    width: 4rem;
  }
}


/* c-hamburger-menu__line
********************************/
.c-hamburger-menu__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .4rem;
  background-color: var(--hamberger-bg-color);
  transition: all var(--transition-speed);
}
.c-hamburger-menu__line.--line-2 {
  margin: 1rem 0 0;
}
.c-hamburger-menu__line.--line-3 {
  margin: 2rem 0 0;
}
@media all and (min-width: 768px) {
  .c-hamburger-menu__line.--line-2 {
    width: 80%;
  }
  .c-hamburger-menu__line.--line-3 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-hamburger-menu__line.--line-2 {
    width: 82%;
  }
}
@media (hover: hover) {
  .c-hamburger-menu:hover .c-hamburger-menu__line.--line-2 {
    transform: translateX(30%);
  }
}

/* is-open
********************************/
.is-open .c-hamburger-menu {
  height: 6.2rem;
}
.is-open .c-hamburger-menu__line {
  background-color: var(--hamberger-bg-color);
}
.is-open .c-hamburger-menu .c-hamburger-menu__line.--line-1 {
  margin: 3rem 0 0 0;
  transform: rotate(45deg);
}
.is-open .c-hamburger-menu .c-hamburger-menu__line.--line-2 {
  width: 100%;
  margin: 3rem 0 0 0;
  transform: rotate(-45deg);
}
.is-open .c-hamburger-menu__line.--line-3 {
  display: none;
}
@media (hover: hover) {
  .c-hamburger-menu:hover .c-hamburger-menu__line {
    background-color: var(--hamberger-bg-hover-color);
  }
  .is-open .c-hamburger-menu:hover .c-hamburger-menu__line {
    background-color: #fff;
  }
  .is-open .c-hamburger-menu:hover .c-hamburger-menu__line.--line-2 {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  .is-open .c-hamburger-menu .c-hamburger-menu__line.--line-2 {
    height: .4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .is-open .c-hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    margin-right: 6.25%;
  }
}
@media all and (max-width: 767px) {
  .is-open .c-hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 1rem 4% 0 0;
  }
  .is-open .c-hamburger-menu .c-hamburger-menu__line.--line-2 {
  }
}


/**************************************************************
* テキスト
**************************************************************/

/* c-lead
**************************************************************/
.c-lead {
  line-height: 2;
}
.c-lead a {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-lead {
    font-size: 1.8rem;
  }
  .c-lead + .c-lead {
    margin-top: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-lead {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .c-lead {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .c-lead a:hover {
    text-decoration: none;
  }
}

/* c-notes
**************************************************************/
.c-notes {
}
@media all and (min-width: 768px) {
  .c-notes {
  }
  .c-lead + .c-notes {
  }
}
@media all and (max-width: 767px) {
  .c-notes {
  }
}


/* c-main-ttl-container
**************************************************************/
.c-main-ttl-container::after {
  content: "";
  display: none;
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-main-ttl-container::after {
    display: block;
  }
}
@media all and (max-width: 767px) {
}


/* c-main-ttl
********************************/
.c-main-ttl {
  color: var(--base-font-color);
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-main-ttl {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-main-ttl {
    font-size: 5.866vw;
  }
}



/**************************************************************
* c-btn-container
**************************************************************/

/* c-btn-container
**************************************************************/
.c-btn-container {
}
@media all and (min-width: 768px) {
  .c-btn-container {
    margin: 10rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .c-btn-container {
    margin: 5rem 0 0;
  }
}

/* c-btn
**************************************************************/
.c-btn {
  position: relative;
  margin: 0 auto;
}
.c-btn::before,
.c-btn::after
{
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4rem);
  height: .1rem;
  margin: 0 0 0 0;
  background-color: var(--c-btn-color);
  transition: width var(--transition-speed);
}
.c-btn::before {
  top: 0;
  left: 0;
}
.c-btn::after {
  right: 0;
  bottom: 0;
}
.c-btn.--color-01::before,
.c-btn.--color-01::after
{
  background-color: var(--c-btn-color);
}
.c-btn.--color-02::before,
.c-btn.--color-02::after
{
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .c-btn {
    width: 28rem;
  }
}
@media all and (max-width: 767px) {
  .c-btn {
    width: 80%;
  }
}
@media (hover: hover) {
  .c-btn:hover::before,
  .c-btn:hover::after
  {
    width: 100%;
  }
}


/* c-btn-link
********************************/
.c-btn-link {
  position: relative;
  display: block;
  padding: 2.9rem 0;
  text-align: center;
}
.c-btn-link::before,
.c-btn-link::after
{
  content: "";
  display: block;
  position: absolute;
  width: .1rem;
  height: calc(100% - 3rem);
  margin: 0 0 0 0;
  background-color: var(--base-font-color);
  transition: height var(--transition-speed);
}
.--color-01 .c-btn-link::before,
.--color-01 .c-btn-link::after
{
  background-color: var(--base-font-color);
}
.--color-02 .c-btn-link::before,
.--color-02 .c-btn-link::after
{
  background-color: #fff;
}
.c-btn-link::before {
  top: 0;
  left: 0;
}
.c-btn-link::after {
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .c-btn-link {
    padding: 2rem 0;
  }
}
@media (hover: hover) {
  .c-btn:hover .c-btn-link::before,
  .c-btn:hover .c-btn-link::after
  {
    height: 100%;
  }
}

/* c-btn-lbl
********************************/
.c-btn-lbl {
  position: relative;
  color: var(--base-font-color);
}
.--color-01 .c-btn-lbl {
  color: var(--base-font-color);
}
.--color-02 .c-btn-lbl {
  color: #fff;
}
@media all and (min-width: 768px) {
  .c-btn-lbl {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .c-btn-lbl {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .c-btn-link:hover .c-btn-lbl::before {
  }
}


/* c-btn-icon
********************************/
@media (hover: hover) {
}


/**************************************************************
* c-shape-btn-outer
**************************************************************/
.c-shape-btn-outer {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .c-shape-btn-outer {
    width: 70.833%;
    min-width: 70rem;
    margin: 5.729vw auto 0;
  }
}
@media all and (min-width: 1920px) {
  .c-shape-btn-outer {
    margin: 11rem auto 0;
  }
}
@media all and (max-width: 767px) {
  .c-shape-btn-outer {
    position: relative;
    width: 92%;
    margin: 7.333vw auto 0;
  }
}


/* c-shape-btn-container
**************************************************************/
.c-shape-btn-container {
  position: relative;
  z-index: 1;
  width: 10rem;
}
@media all and (min-width: 768px) {
  .c-shape-btn-container {
    margin-left: 5.7291vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .c-shape-btn-container {
    margin-left: calc(5.7291vw + 2rem);
  }
}
@media all and (min-width: 1920px) {
  .c-shape-btn-container {
    margin-left: 11rem;
  }
}
@media all and (max-width: 767px) {
  .c-shape-btn-container {
    margin-left: 26.666vw;
  }
}


/* c-shape-btn
**************************************************************/


/* c-shape-btn-link
********************************/
.c-shape-btn-link {
  display: block;
  position: relative;
  text-align: center;
}
.c-shape-btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  padding-top: 70%;
  border: .1rem dashed #fff;
  border-radius: 100%;
}


/* c-shape-btn-lbl
********************************/
.c-shape-btn-lbl {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  transform: translate(0, -50%);
}
@media all and (min-width: 768px) {
  .c-shape-btn-lbl {
    margin-left: -5.7291vw;
    font-size: .833vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  .c-shape-btn-lbl {
    margin-left: calc(-5.7291vw + -2rem);
  }
}
@media all and (min-width: 1920px) {
  .c-shape-btn-lbl {
    margin-left: -11rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-shape-btn-lbl {
    margin-left: -26.666vw;
    font-size: 3.7333vw;
  }
}


/* c-shape-btn-link-arrow
********************************/
.c-shape-btn-link-arrow {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 70%;
}

.c-shape-btn-link-arrow::before,
.c-shape-btn-link-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0;
  padding-top: .2rem;
  background-color: #fff;
  transition: transform var(--transition-speed);
}
.c-shape-btn-link-arrow::before {
  width: 80%;
  margin: auto 0 auto -30%;
}
.c-shape-btn-link-arrow::after {
  width: 26%;
  margin: 25% 0 0 28%;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .c-shape-btn-link:hover .c-shape-btn-link-arrow::before {
    transform: translate(2rem, 0);
  }
  .c-shape-btn-link:hover .c-shape-btn-link-arrow::after {
    transform: translate(2rem, 0) rotate(45deg);
  }
}


/**************************************************************
* c-submit-btn-outer
**************************************************************/
.c-submit-btn-outer {
  display: flex;
  flex-wrap: wrap;
}

/* c-submit-btn-container
**************************************************************/
.c-submit-btn-container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .c-submit-btn-container {
    width: 41.198%;
    max-width: 33rem;
  }
}

@media all and (max-width: 767px) {
  .c-submit-btn-container {
    width: 45.198%;
  }
  .--col-1 .c-submit-btn-container {
    width: 70%;
  }
}

/* c-submit-btn
**************************************************************/
.c-submit-btn {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  border: .1rem solid var(--c-submit-btn-bg-color);
  background-color: var(--c-submit-btn-bg-color);
  transition: background-color var(--transition-speed);
}

.c-submit-btn::before,
.c-submit-btn::after
{
  content: "";
  display: block;
  position: absolute;
  background-color: var(--contact-bg-color);
  transition: width var(--transition-speed);
}
.c-submit-btn::before {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: .1rem;
  margin: auto 1.6rem auto 0;
}
.c-submit-btn::after {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: .1rem;
  margin: auto 1.6rem auto 0;
}
.c-submit-btn-container.--prev .c-submit-btn::before {
  left: 0;
  right: auto;
  margin: auto 0 auto 1.6rem;
}
.c-submit-btn-container.--prev .c-submit-btn::after {
  left: 0;
  right: auto;
}
@media all and (min-width: 768px) {
  .c-submit-btn {
    padding: 2rem 0;
  }
  .c-submit-btn::before {
    width: 4rem;
  }
  .c-submit-btn::after {
    width: 1.6rem;
    transform: translate(2px, -6px) rotate(45deg);
  }
  .c-submit-btn-container.--prev .c-submit-btn::after {
    transform: translate(14px, -6px) rotate(-45deg);
  }
}

@media all and (max-width: 767px) {
  .c-submit-btn {
    padding: 1rem 0;
  }
  .c-submit-btn::before {
    width: 2rem;
  }
  .c-submit-btn::after {
    width: .8rem;
  }
  .c-submit-btn-container .c-submit-btn::after {
    transform: translate(.1rem, -.3rem) rotate(45deg);
  }
  .c-submit-btn-container.--prev .c-submit-btn::after {
    transform: translate(1.5rem, -.3rem) rotate(-45deg);
  }
}

@media (hover: hover) {
  .c-submit-btn:hover {
    border-color: var(--c-submit-btn-bg--hover-color);
    background-color: var(--c-submit-btn-bg--hover-color);
  }

  .c-submit-btn:hover::before {
    width: 0;
  }
  .c-submit-btn:hover::after {
    width: 0;
  }
}

/* c-submit-btn__lbl
********************************/
.c-submit-btn__lbl {
  color: var(--contact-bg-color);
  font-size: 1.6rem;
  font-weight: 600;
}

@media all and (min-width: 768px) {
  .c-submit-btn__lbl {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .c-submit-btn__lbl {
    font-size: 1.4rem;
  }
}



/**************************************************************
* c-news
**************************************************************/

/* c-news-outer
**************************************************************/
.front_page .c-news-outer {
  max-width: 120rem;
  background-color: var(--accent-color-01);
}
@media all and (min-width: 768px) {
  .front_page .c-news-outer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 62.5%;
    min-width: 74rem;
    margin: 0 0 -5.989%;
    padding: 1.822% 3.9062vw;
  }
}
@media all and (min-width: 1920px) {
  .front_page .c-news-outer {
    width: 120rem;
    margin-bottom: -11.5rem;;
    padding: 3.5rem 7.5rem;
  }
}
@media all and (max-width: 767px) {
  .front_page .c-news-outer {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 2rem 0 0;
    padding: 4%;
  }
}

/* c-news-outer-contents
********************************/
.c-news-outer-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-news-outer-contents {}

}
@media all and (max-width: 767px) {
  .c-news-outer-contents {}
}


/* c-news-container
**************************************************************/
@media all and (min-width: 768px) {
  .front_page .c-news-container {
    width: calc(100% - 13.1666% - 8.333%);
    margin-left: 13.1666%;
  }
}
@media all and (min-width: 1920px) {
  .front_page .c-news-container {
    width: 65rem;
    margin-left: 15.8rem;
  }
}
@media all and (max-width: 767px) {
  .front_page .c-news-container {
    width: 100%;
    margin-top: 9.5rem;
  }
}


/* c-news-list
**************************************************************/

/* list__item
********************************/
.c-news-list .list__item {
  position: relative;
}
@media all and (min-width: 768px) {
  .c-news-list .list__item:not(:first-child) {
    padding: 1rem 0;
  }
  .c-news-list .list__item:first-child {
    padding-bottom: 1rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .list__item:not(:first-child) {
    padding: 1rem 0;
  }
  .c-news-list .list__item:first-child {
    padding-bottom: 1rem;
  }
}

/* item__contents
********************************/
@media all and (min-width: 768px) {
  .c-news-list .item__contents {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {

}

/* item__link
********************************/
.c-news-list .item__link {
  display: block;
  position: relative;
}
.c-news-list .item__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: .1rem;
  margin-bottom: -.2rem;
  background-color: #fff;
  transition: width var(--transition-speed);
}
@media all and (min-width: 768px) { }
@media all and (max-width: 767px) {}
@media (hover: hover) {
  .c-news-list a.item__link:hover::before {
    width: 100%;
  }
}

/* item__header（下層only）
********************************/
@media all and (min-width: 768px) {
  .c-news-list .item__header {
    width: 27rem;
  }
}

/* item__photo
********************************/
.c-news-list .item__photo {}
.c-news-list .item__photo img {
  width: 100%;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .c-news-list .item__photo {
    width: 27rem;
  }
  .c-news-list .item__photo img {
    height: 27rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__photo {
    width: 20rem;
    margin: 0 auto;
  }
  .c-news-list .item__photo img {
    height: 20rem;
  }
}

/* item__body
********************************/
.c-news-list .item__body {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-news-list .item__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
}

/* item__head
********************************/
.c-news-list .item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 768px) {
  .c-news-list .item__head {
    margin-right: 1rem;
  }
  .second_page .c-news-list .item__head {
    width: 22rem;
  }
}
@media all and (min-width: 1920px) {
}
@media all and (max-width: 767px) {
  .second_page .c-news-list .item__head {
    display: block;
  }
}

/* item__date
********************************/
.c-news-list .item__date {
  color: #fff;
}
@media all and (min-width: 768px) {
  .c-news-list .item__date {
    margin-right: 1.25vw;
    font-size: .78125vw;
  }
  .second_page .c-news-list .item__date {
    width: 8rem;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1920px) {
  .c-news-list .item__date {
    margin-right: 2.4rem;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__date {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}

/* item__category
********************************/
.c-news-list .item__category {
  display: inline-block;
  color: var(--accent-color-01);
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  background-color: var(--category-01-bg-color);
}
@media all and (min-width: 768px) {
  .c-news-list .item__category {
    padding: .5rem 1.25vw;
    font-size: .833vw;
  }
}
@media all and (min-width: 1920px) {
  .c-news-list .item__category {
    padding: .5rem 2.4rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__category {
    width: 11rem;
    padding: .1rem 2.5rem;
    font-size: 1.4rem;
  }
}

/* item__category-list
********************************/
.c-news-list .item__category-list {
  display: flex;
  flex-wrap: wrap;
}
.c-news-list .item__category-list__item {
  display: inline-block;
  color: var(--accent-color-01);
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  background-color: var(--category-01-bg-color);
}
@media all and (min-width: 768px) {
  .c-news-list .item__category-list {
    width: calc(100% - 8rem - 2.4rem);
  }
  .c-news-list .item__category-list__item {
    padding: .5rem 1.25vw;
    font-size: .833vw;
  }
  .second_page .c-news-list .item__category-list__item {
    padding: .5rem 2.4rem;
    font-size: 1.6rem;
  }
  .c-news-list .item__category-list__item:nth-child(n + 2) {
    margin-top: 1rem;
  }
}
@media all and (min-width: 1920px) {
  .c-news-list .item__category-list {
    width: calc(100% - 8rem - 2.4rem);
  }
  .c-news-list .item__category-list__item {
    padding: .5rem 2.4rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__category-list {
    margin-top: 1rem;
  }
  .c-news-list .item__category-list__item {
    width: 11rem;
    margin: 0 1rem 1rem 0;
    padding: .1rem 2.5rem;
    font-size: 1.4rem;
  }
}

/* item__ttl-contaoner
********************************/
.c-news-list .item__ttl {
  color: #fff;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-news-list .item__ttl-container {
    width: calc(100% - 22rem - 1rem - 1.562vw);
    margin-left: 1.562vw;
  }
  .second_page .c-news-list .item__ttl-container {
    width: calc(100% - 22rem - 1rem - 1rem);
    margin-left: 1rem;
  }
  .c-news-list .item__ttl {
    font-size: .833vw;
  }
  .second_page .c-news-list .item__ttl {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1920px) {
  .c-news-list .item__ttl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__ttl-container {
    margin-top: 1rem;
  }
  .c-news-list .item__ttl {
    font-size: 1.4rem;
  }
}

/* item__des
********************************/
.c-news-list .item__des {
  color: var(--base-font-color);
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-news-list .item__des {
    margin-top: .5rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__des {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}


/**************************************************************
* c-tbl-contents
**************************************************************/


/* c-tbl-list-container
**************************************************************/

/* c-tbl-list
********************************/
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* list__item
********************************/
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* item__contents
********************************/
.c-tbl-list .item__contents {
  display: flex;
  flex-wrap: wrap;
}

.c-tbl-list .list__item:not(:last-child) .item__contents {
  border-bottom: .1rem solid #222020;
}
@media all and (min-width: 768px) {
  .c-tbl-list .item__contents {
    padding: 2.4rem 0;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__contents {
    padding: 3rem 0;
  }
}


/* item__info
********************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__info {
    width: 29.411%;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__info {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}


/* item__name-container
**************************************************************/

/* item__name
********************************/
.c-tbl-list .item__name {
  font-weight: bold;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .c-tbl-list .item__name {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__name {
    font-size: 1.4rem;
  }
}


/* item__blk-wrapper
**************************************************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__blk-wrapper {
    width: calc(100% - 29.411%);
  }
}

/* item__blk-container
********************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__blk-container {
    display: flex;
    flex-wrap: wrap;
  }
  .c-tbl-list .item__blk-container + .item__blk-container {
    margin-top: 8rem;
  }
}

@media all and (max-width: 767px) {
  .c-tbl-list .item__blk-container {
  }
  .c-tbl-list .item__blk-container + .item__blk-container {
    margin-top: 8rem;
  }
}

/* item__blk
********************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__blk {
    width: 45.833%;
  }
  .c-tbl-list .item__blk.--col-1 {
    width: 100%;
  }
  .c-tbl-list .item__blk:nth-child(2n) {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 767px) {
  .c-tbl-list .item__blk {}
  .c-tbl-list .item__blk.--col-1 {
    width: 100%;
  }
  .c-tbl-list .item__blk:nth-child(2n) {
    margin-top: 4rem;
  }
}


/* item__des-container
**************************************************************/

/* item__des
********************************/
.c-tbl-list .item__des {
  line-height: 1.5;
}
.c-tbl-list .item__des-txt.--st {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-tbl-list .item__des + .item__des {
    margin-top: .8rem;
  }
  .c-tbl-list .item__des-txt {
    font-size: 1.6rem;
  }
  .c-tbl-list .item__des-txt + .item__des-txt {
    margin-left: 3rem;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__des + .item__des {
    margin-top: .8rem;
  }
  .c-tbl-list .item__des-txt {
    font-size: 1.4rem;
  }
  .c-tbl-list .item__des-txt + .item__des-txt {
    margin-left: 1rem;
  }
}


/* item__map-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__des-container + .item__map-container {
    margin-top: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__des-container + .item__map-container {
    margin-top: 2.6rem;
  }
}


/* item__map
********************************/
.c-tbl-list .item__map {
  position: relative;
  width: 100%;
  height: 0;
}
.c-tbl-list .item__map {
  padding-top: 56.466%;
}
.c-tbl-list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}



/**************************************************************
* c-history-list-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-history-list-container + .c-history-list-container {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list-container + .c-history-list-container {
    margin-top: 4rem;
  }
}


/* c-history-list-ttl
**************************************************************/
.c-history-list-ttl {
  padding: 0 1rem 1rem;
  font-weight: bold;
  border-bottom: .1rem solid #222020;
}
@media all and (min-width: 768px) {
  .c-history-list-ttl {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list-ttl {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}


/* c-history-list
**************************************************************/
@media all and (min-width: 768px) {
  .c-history-list {
    display: flex;
    flex-wrap: wrap;
  }
}


/* list__item
********************************/
.c-history-list .list__item {
  position: relative;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .c-history-list .list__item {
    width: 32.352%;
    margin-bottom: 2rem;
  }
  .c-history-list .list__item:not(:nth-child(3n + 1)) {
    margin-left: 1.4705%;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .list__item:nth-child(n + 2) {
    margin-top: 3rem;
  }
}


/* item__contents
********************************/
.c-history-list .item__contents {}
@media all and (min-width: 768px) {
  .c-history-list .item__contents {
    padding: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .item__contents {
    padding: 3rem;
  }
}


/* item__ttl
********************************/
.c-history-list .item__ttl-txt {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-history-list .item__ttl-txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .item__ttl-txt {
    font-size: 1.4rem;
  }
}


/* contents-list-container
**************************************************************/


/* contents-list
********************************/
@media all and (min-width: 768px) {
  .c-history-list .contents-list {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .contents-list {
    margin-top: 3rem;
  }
}


/* contents-list__item
********************************/
@media all and (min-width: 768px) {
  .c-history-list .contents-list__item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}
@media all and (max-width: 767px) {}


/* contents-list__item__contents
********************************/
.c-history-list .contents-list__item__contents {
  display: flex;
  flex-wrap: wrap;
}


/* contents-list__item__date
********************************/
.c-history-list .contents-list__item__date {
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-history-list .contents-list__item__date {
    width: 6rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .contents-list__item__date {
    width: 5rem;
    font-size: 1.3rem;
  }
}


/* contents-list__item__des
********************************/
.c-history-list .contents-list__item__des {
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-history-list .contents-list__item__des {
    width: calc(100% - 6rem);
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .c-history-list .contents-list__item__des {
    width: calc(100% - 5rem);
    font-size: 1.3rem;
  }
}


/**************************************************************
* ページャー
**************************************************************/

/* c-pager-list-container
**************************************************************/
.c-pager-list-container {
  margin: 6rem 0;
  overflow: hidden;
}

/* list__item
********************************/
@media all and (min-width: 768px) {
  .c-pager-list-container .list__item {
    width: 21.428%;
    min-width: 30rem;
    max-width: 33rem;
  }
  .c-pager-list-container .--next {
    float: left;
  }
  .c-pager-list-container .--prev {
    float: right;
  }
}

@media all and (max-width: 767px) {
  .c-pager-list-container .list__item {
    width: 100%;
  }
  .c-pager-list-container .list__item:nth-child(n + 2) {
    margin-top: 2rem;
  }
}


/* item__contents
********************************/
.c-pager-list-container .item__contents a {
  display: block;
  position: relative;
}
.c-pager-list-container .item__img {
  display: block;
  height: 10rem;
  background-color: #000;
  transition: opacity var(--transition-speed);
}
.c-pager-list-container .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
}
.c-pager-list-container .item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 92%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .c-pager-list-container .item__contents a:hover .item__img {
    opacity: var(--opacity-degree);
  }
}


/* c-posts-pagination-container
**************************************************************/
.c-posts-pagination-container {
  margin: 6rem 0;
}

/* c-posts-pagination-container
********************************/
.c-posts-pagination-container {
  display: flex;
  justify-content: center;
}

/* c-posts-pagination-container page-numbers
********************************/
.c-posts-pagination-container .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* c-posts-pagination-container li
********************************/
.c-posts-pagination-container li {
  width: 4rem;
  margin: 0 1rem;
}

/* c-posts-pagination-container page-numbers page-numbers
********************************/
.c-posts-pagination-container .page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: var(--accent-color-01);
  transition: background-color var(--transition-speed);
}
.c-posts-pagination-container .page-numbers .page-numbers.current {
  background-color: var(--accent-color-02);
}
@media all and (min-width: 768px) {
  .c-posts-pagination-container .page-numbers .page-numbers {
    height: 4rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-posts-pagination-container .page-numbers .page-numbers {
    height: 4rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .c-posts-pagination-container .page-numbers .page-numbers:hover {
    background-color: var(--accent-color-02);
  }
}

/* c-posts-pagination__icon
********************************/
.c-posts-pagination__icon {
  display: block;
  position: relative;
  width: 100%;
  height: 4rem;
}
.c-posts-pagination__icon::before,
.c-posts-pagination__icon::after
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c-posts-pagination__icon::after {
  left: 0;
  right: 0;
  width: .8rem;
  height: .8rem;
  margin: auto;
  border-top: .1rem solid #fff;
  border-right: .1rem solid #fff;
}
.c-posts-pagination__icon.--prev::after {
  transform: rotate(-135deg);
}
.c-posts-pagination__icon.--next::after {
  transform: rotate(45deg);
}

/**************************************************************
* c-article-contents
**************************************************************/
@media all and (min-width: 768px) {
  .c-article-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* c-article
**************************************************************/
@media all and (min-width: 768px) {
  .--col-2 .c-article {
    width: calc(100% - 27rem - 8rem);
  }
}

/* c-archive
**************************************************************/
@media all and (min-width: 768px) {
  .c-archive {
    width: 19.852%;
    min-width: 27rem;
    margin-left: 8rem;
  }
}
@media all and (max-width: 767px) {
  .c-archive {
    margin-bottom: 6rem;
  }
}

/* c-archive-ttl
**************************************************************/
.c-archive-ttl {
  line-height: 1.8;
  border-bottom: 0.1rem solid var(--main-ttl-color);
}
@media all and (min-width: 768px) {
  .c-archive-ttl {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-archive-ttl {
    font-size: 2.6rem;
  }
}


/* c-archive-blk-wrap
**************************************************************/
.c-archive-blk-wrap {
  margin-top: 3rem;
}
.c-archive-blk + .c-archive-blk {
  margin-top: 4rem;
}

/* c-archive-date
**************************************************************/
.c-archive-date {
  color: #999;
}
@media all and (min-width: 768px) {
  .c-archive-date {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-archive-date {
    font-size: 1.4rem;
  }
}

/* c-archive-list
**************************************************************/
.c-archive-list {
  margin: 2rem 0 0 2rem;
}


/* list__item
********************************/
.c-archive-list .list__item:nth-child(n + 2) {
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .c-archive-list .list__item {}
}
@media all and (max-width: 767px) {
  .c-archive-list .list__item {}
}


/* item__link
********************************/
.c-archive-list .item__link {
  display: flex;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
}
@media (hover: hover) {
  .c-archive-list .item__link:hover {
    text-decoration: none;
  }
}


/* item__icon
********************************/
.c-archive-list .item__icon {
  position: relative;
  padding-left: 1.8rem;
}
.c-archive-list .item__icon::before,
.c-archive-list .item__icon::after
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: auto 0 auto;
}
.c-archive-list .item__icon::before {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #000;
}
.c-archive-list .item__icon::after {
  left: .4rem;
  width: .4rem;
  height: .4rem;
  border-top: .1rem solid #fff;
  border-right: .1rem solid #fff;
  transform: rotate(45deg);
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* item__contents
********************************/
.c-archive-list .item__contents {
  padding-left: 1rem;
}

/* item__date / item__ttl
********************************/
.c-archive-list .item__date,
.c-archive-list .item__ttl {
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .c-archive-list .item__date,
  .c-archive-list .item__ttl
  {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-archive-list .item__date,
  .c-archive-list .item__ttl
  {
    font-size: 1.4rem;
  }
}

/**************************************************************
* c-404-container
**************************************************************/
.c-404-container {

}
@media all and (min-width: 768px) {
  .c-404-container {}
}
@media all and (max-width: 767px) {
  .c-404-container {}
}

/* c-404-contents
**************************************************************/
.c-404-contents {}
@media all and (min-width: 768px) {
  .c-404-contents {
    margin: 10rem 0 6rem;
  }
}
@media all and (max-width: 767px) {
  .c-404-contents {
    margin-bottom: 4rem;
  }
}

/* c-404-ttl
**************************************************************/
.c-404-ttl {
  text-align: center;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-404-ttl {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-404-ttl {
    font-size: 2.6rem;
  }
}

/* c-404-des
**************************************************************/
.c-404-des {
  text-align: center;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-404-des {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-404-des {
    font-size: 1.4rem;
  }
}



/************************************************************************************************
* WPパーツ（WP投稿内ページで使用するパーツ）
************************************************************************************************/

/**************************************************************
* WP記事内
**************************************************************/

/* article
**************************************************************/
.second_page .c-article {
  margin-bottom: 6rem;
}

/* article-header
**************************************************************/
.second_page .article-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

/* article-date
********************************/
.second_page .c-article .article-date {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .second_page .c-article .article-date {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .second_page .c-article .article-date {
    font-size: 1.4rem;
  }
}

/* article-cate-list
********************************/
.article-cate-list {
  display: flex;
  margin-left: 1rem;
}
.second_page .c-article .article-cate {
  margin-left: 1rem;
  color: #959595;
}
@media all and (min-width: 768px) {
  .second_page .c-article .article-cate {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .second_page .c-article .article-cate {
    font-size: 1.4rem;
  }
}


/* article-main-ttl
**************************************************************/
.second_page .c-article .article-main-ttl {
  line-height: 1.8;
  border-bottom: .1rem solid var(--main-ttl-color);
}
@media all and (min-width: 768px) {
  .second_page .c-article .article-main-ttl {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .second_page .c-article .article-main-ttl {
    font-size: 2.6rem;
  }
}

/* article-main-ttl *
**************************************************************/
.second_page .c-article .article-main-ttl+* {
  margin-top: 4rem;
}

/* p
**************************************************************/
.second_page .c-article p {
  margin-top: 2rem;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .second_page .c-article p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .second_page .c-article p {
    font-size: 1.4rem;
  }
}

/* figure
**************************************************************/
.second_page .c-article figure {
  margin: 2rem 0 0;
  text-align: center
}
body.second_page .c-article figure img {
  width: 100%;
  max-width: 100rem !important;
  margin: 0 auto;
}