@charset "utf-8";


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


/* 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;
  width: 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;
  width: 100%;
}
@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__photo {
    width: 50%;
  }
}
@media all and (min-width: 1921px) {
  .sg-c-contents-01-list .item__photo {}
}
@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__photo {
    width: 92%;
  }
}


/* 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: 14rem 0;
  }
}
@media all and (max-width: 767px) {
  .c-section:not(.mv) {
    padding: 10rem 0;
  }
}


/**************************************************************
* c-outer
**************************************************************/
.c-outer {
  position: relative;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .c-outer {
    width: 100%;
    padding: 0 12rem;
  }
}
@media all and (max-width: 767px) {
  .c-outer {
    width: 96%;
  }
}


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


/**************************************************************
* 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;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-head-container {}
}
@media all and (max-width: 767px) {
  .c-head-container {}
}

/* 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: center;
}
.c-head-vl-2__inner.--left {
  text-align: initial;
}
@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(--base-font-color);
}

/* 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(--base-font-color);
  font-weight: bold;
  line-height: 1;
}
.c-head-vl-2__en-st {
  color: #fff;
}
@media all and (min-width: 768px) {
  .c-head-vl-2__en {
    font-size: 5.2rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__en {
    font-size: 3.6rem;
  }
}

/* c-head-vl-2__jp
********************************/
.c-head-vl-2__jp {
  display: inline-block;
  position: relative;
  color: var(--base-font-color);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 4rem;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* c-head-vl-3
**************************************************************/
.c-head-vl-3 {
  position: relative;
}
.--center .c-head-vl-3 {
  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(--base-font-color);
}


/* c-head-vl-3__en
********************************/
.c-head-vl-3__en {
  display: inline-block;
  position: relative;
  color: var(--base-font-color);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-head-vl-3__en {
    padding: 2.3rem 13.2rem;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-3__en {
    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-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: 2rem 0 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1366px) {
  .c-hamburger-menu {
    display: block;
    position: absolute;
    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 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .c-btn {
    width: 30rem;
  }
}
@media all and (max-width: 767px) {
  .c-btn {
    width: 80%;
  }
}
@media (hover: hover) {
}


/* c-btn-link
********************************/
.c-btn-link {
  position: relative;
  display: block;
  padding: 1.8rem 0;
  text-align: center;
  border: .1rem solid #444;
}
.--color-02 .c-btn-link {
  border-color: #fff;
}
.c-btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: .1rem;;
  margin: auto 2rem auto 0;
  background-color: var(--base-font-color);
  transition: transform var(--transition-speed);
}
.--color-01 .c-btn-link::before {
  background-color: var(--base-font-color);
}
.--color-02 .c-btn-link::before {
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .c-btn-link {
    padding: 2rem 0;
  }
}
@media (hover: hover) {
  .c-btn:hover .c-btn-link::before {
    transform: translate(6rem, 0);
  }
}

/* c-btn-lbl
********************************/
.c-btn-lbl {
  position: relative;
  font-weight: bold;
  color: var(--base-font-color);
}
.--color-02 .c-btn-lbl {
  color: #fff;
}
@media all and (min-width: 768px) {
  .c-btn-lbl {
    font-size: 1.6rem;
  }
}
@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-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-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-news-container {
    width: 59.5238%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .c-news-container {
    width: 100%;
  }
}


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

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

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


/* item__header
**************************************************************/
@media all and (min-width: 768px) {
  .c-news-list .item__header {
    width: 28rem;
  }
  .c-news-list .--non-img .item__header {
    width: 22rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .c-news-list .item__header {
    width: 100%;
  }
  .c-news-list .--non-img .item__header {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__header {
  }
}

/* item__photo
********************************/
.c-news-list .item__photo {
  background-color: #444;
}
.c-news-list .item__photo img {
  width: 100%;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .c-news-list .item__photo {
    width: 28rem;
    margin-bottom: 2rem;
    padding-top: 28rem;
  }
  .c-news-list .item__photo img {
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__photo {
    width: 16rem;
    margin: 0 auto 2rem;
    padding-top: 16rem;
  }
  .c-news-list .item__photo img {
  }
}

/* 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 {
  }
  .second_page .c-news-list .item__head {
  }
}
@media all and (max-width: 767px) {
  .second_page .c-news-list .item__head {
  }
}

/* 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__body
**************************************************************/
.c-news-list .item__body {
}
@media all and (min-width: 768px) {
  .c-news-list .item__body {
    width: calc(100% - 28rem - 3rem);
    margin-left: 3rem
  }
  .c-news-list .--non-img .item__body {
    width: calc(100% - 22rem - 3rem);
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .c-news-list .item__body {
    width: 100%;
    margin-left: 0;
  }
  .c-news-list .--non-img .item__body {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__body {
    margin-top: 3rem;
  }
}


/* item__date
********************************/
.c-news-list .item__date {
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .c-news-list .item__date {
    margin-right: 2rem;
    font-size: 1.6rem;
  }
  .second_page .c-news-list .item__date {
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__date {
    margin-right: 2rem;
    font-size: 1.4rem;
  }
}

/* item__category-list
********************************/
.c-news-list .item__category-list {
}
.c-news-list .item__category-list__item {
  display: inline-block;
  color: var(--base-font-color);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: .1rem solid var(--base-font-color);
}
@media all and (min-width: 768px) {
  .c-news-list .item__category-list__item {
    margin-right: 1rem;
    padding: .4rem 2.2rem;
    font-size: 1.4rem;
  }
  .c-news-list .item__category-list__item:nth-child(n + 2) {
    margin-top: 1rem;
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__category-list__item {
    margin-right: 1rem;
    padding: .2rem 1.6rem;
    font-size: 1.2rem;
  }
}

/* item__ttl-contaoner
********************************/
.c-news-list .item__ttl {
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .c-news-list .item__ttl-container {
  }
  .c-news-list .item__ttl {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1920px) {
  .c-news-list .item__ttl {
  }
}
@media all and (max-width: 767px) {
  .c-news-list .item__ttl-container {
  }
  .c-news-list .item__ttl {
    font-size: 1.4rem;
  }
}

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


/**************************************************************
* c-grow-container
**************************************************************/

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

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

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

/* item__header
**************************************************************/
@media all and (min-width: 768px) {
  .c-grow-list .item__header {
    width: 60%;
  }
  .c-grow-list .list__item:nth-child(even) .item__header {
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .c-grow-list .item__header {}
}

/* item__body
**************************************************************/
.c-grow-list .item__body {
  background-color: var(--accent-color-01);
}
.c-grow-list .--02 .item__body {
  background-color: var(--accent-color-02);
}
.c-grow-list .--03 .item__body {
  background-color: var(--accent-color-03);
}
.c-grow-list .--04 .item__body {
  background-color: var(--accent-color-04);
}
@media all and (min-width: 768px) {
  .c-grow-list .item__body {
    width: 46.666%;
    min-width: 50rem;
    padding: 8rem;
  }
}
@media all and (min-width: 1361px) {
  .c-grow-list .item__body {
    position: absolute;
    top: 0;
    width: 46.666%;
  }
  .c-grow-list .list__item:nth-child(odd) .item__body {
    right: 0;
  }
  .c-grow-list .list__item:nth-child(even) .item__body {
    left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-grow-list .item__body {
    margin-top: -46%;
  }
  .c-grow-list .list__item:nth-child(odd) .item__body {
    margin-left: auto;
  }
  .c-grow-list .list__item:nth-child(even) .item__body {
    margin-right: auto;
  }
}
@media all and (max-width: 767px) {
  .c-grow-list .item__body {
    padding: 2rem;
  }
}

/* item__img-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-grow-list .item__img-container {
  }
  .c-grow-list .item__img {
  }
  .c-grow-list .item__img img {
    object-fit: cover;
    min-height: 54rem;
  }
}
@media all and (max-width: 767px) {
}

/* item__ttl-container
**************************************************************/
.c-grow-list .item__ttl {
  color: var(--base-font-color);
  line-height: 1.5;
}
.c-grow-list .item__ttl-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}
.c-grow-list .item__ttl-txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: .1rem;
  background-color: var(--base-font-color);
}
@media all and (min-width: 768px) {
  .c-grow-list .item__ttl {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .c-grow-list .item__ttl {
    font-size: 1.6rem;
  }
}

/* item__subTtl-container
**************************************************************/
.c-grow-list .item__subTtl {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-grow-list .item__subTtl-container {
    margin-top: 4rem;
  }
  .c-grow-list .item__subTtl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-grow-list .item__subTtl-container {
    margin-top: 2rem;
  }
  .c-grow-list .item__subTtl {
    font-size: 1.4rem;
  }
}

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


/**************************************************************
* c-products-container
**************************************************************/

/* c-products-blk
**************************************************************/
@media all and (min-width: 768px) {
  .c-products-blk + .c-products-blk {
    margin-top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .c-products-blk + .c-products-blk {
    margin-top: 10rem;
  }
}

/* c-products-list
**************************************************************/
.c-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-products-list {
    margin-top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .c-products-list {
    margin-top: 8rem;
  }
}

/* list__item
**************************************************************/
@media all and (min-width: 768px) {
  .c-products-list .list__item {
    width: 21.428%;
    margin-bottom: 8rem;
  }
  .c-products-list .list__item:nth-child(n + 2) {
    margin-left: 4.761%;
  }
}
@media all and (max-width: 767px) {
  .c-products-list .list__item:nth-child(n + 2) {
    margin-top: 8rem;
  }
}

/* item__contents
**************************************************************/

/* item__header
**************************************************************/

/* item__body
**************************************************************/

/* item__img-container
**************************************************************/
.c-products-list .item__img img {
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .c-products-list .item__img-container {
  }
  .c-products-list .item__img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
}

/* item__name-container
**************************************************************/
.c-products-list .item__name-container {
  margin-top: 2rem;
}
.c-products-list .item__name {
  line-height: 2;
}
.c-products-list .item__name.--jp {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-products-list .item__name.--jp {
    font-size: 1.6rem;
  }
  .c-products-list .item__name.--en {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .c-products-list .item__name.--jp {
    font-size: 1.4rem;
  }
  .c-products-list .item__name.--en {
    font-size: 1.2rem;
  }
}

/* item__price-container
**************************************************************/
.c-products-list .item__price-container {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
.c-products-list .item__price {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-products-list .item__price {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-products-list .item__price {
    font-size: 1.4rem;
  }
}

/* item__des-container
**************************************************************/
.c-products-list .item__des-container {
  margin-top: 2rem;
}
.c-products-list .item__des {
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-products-list .item__des {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .c-products-list .item__des {
    font-size: 1.3rem;
  }
}

/**************************************************************
* c-flow-container
**************************************************************/

/* c-flow-list
**************************************************************/

/* list__item
**************************************************************/
.c-flow-list .list__item {
  position: relative;
  border: .1rem solid #262626;
  background-color: var(--base-bg-color);
  box-shadow: 0 .2rem .2rem rgb(0 0 0 / .16);
}
@media all and (min-width: 768px) {
  .c-flow-list .list__item {
    width: 64.761%;
    min-width: 54rem;
    margin: 0 auto;
  }
  .c-flow-list .list__item:nth-child(n + 2) {
    margin-top: 18rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .list__item:nth-child(n + 2) {
    margin-top: 10rem;
  }
}


/* item__contents
**************************************************************/
.c-flow-list .item__contents {
  position: relative;
}
.c-flow-list .item__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--base-font-color);
}
@media all and (min-width: 768px) {
  .c-flow-list .item__contents {
    padding: 6rem 4rem;
  }
}
@media all and (min-width: 1361px) {
  .c-flow-list .item__contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-flow-list .item__contents::before {
    width: .1rem;
    height: 10rem;
    margin: auto 0 auto 89px;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-flow-list .item__contents::before {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__contents {
    padding: 3rem;
  }
}

/* item__header
**************************************************************/
@media all and (min-width: 1361px) {
  .c-flow-list .item__header {
    width: 38.4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {}
@media all and (max-width: 767px) {}


/* item__head
**************************************************************/
.c-flow-list .item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.c-flow-list .item__head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--base-font-color);
}
@media all and (min-width: 768px) {
  .c-flow-list .item__head {}
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-flow-list .item__head {
    justify-content: center;
  }
  .c-flow-list .item__head::before {
    width: 10rem;
    height: .1rem;
    margin: 0 auto -1rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__head {
    justify-content: center;
  }
  .c-flow-list .item__head::before {
    width: 10rem;
    height: .1rem;
    margin: 0 auto -1rem;
  }
}


/* item__body
**************************************************************/
@media all and (min-width: 1361px) {
  .c-flow-list .item__body {
    width: calc(100% - 38.4rem - 12.6rem);
    margin-left: 12.6rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-flow-list .item__body {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__body {
    margin-top: 4rem;
  }
}


/* item__num
**************************************************************/
.c-flow-list .item__num {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-flow-list .item__num {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__num {
    font-size: 1.6rem;
  }
}


/* item__ttl-container
**************************************************************/
.c-flow-list .item__ttl {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-flow-list .item__ttl {
    font-size: 2rem;
  }
}
@media all and (min-width: 1361px) {
  .c-flow-list .item__ttl-container {
    margin-left: 5.5rem;
  }
  .c-flow-list .item__ttl {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-flow-list .item__ttl-container {
    margin-left: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__ttl {
    margin-left: 1.5rem;
    font-size: 1.6rem;
  }
}


/* item__des-container
**************************************************************/
.c-flow-list .item__des {
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-flow-list .item__des {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__des {
    font-size: 1.4rem;
  }
}


/* item__icon
**************************************************************/
.c-flow-list .item__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.c-flow-list .item__icon::before,
.c-flow-list .item__icon::after
{
  content: "";
  display: block;
  position: absolute;
  background-color: #262626;
  transition: width var(--transition-speed);
}
.c-flow-list .item__icon::before {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-flow-list .item__icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media all and (min-width: 768px) {
  .c-flow-list .item__icon {
    width: 10rem;
    height: 4rem;
    margin: 0 auto -3rem;
    transform: translate(-4rem, 0) rotate(90deg);
  }
  .c-flow-list .item__icon::before {
    width: 10rem;
    height: .1rem;
    margin: auto 0 auto 0;
  }
  .c-flow-list .item__icon::after {
    width: .1rem;
    transform: translate(-1.3rem, -1.4rem) rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .c-flow-list .item__icon {
    width: 6rem;
    height: 2rem;
    margin: 0 auto -2rem;
    transform: translate(-2rem, 0) rotate(90deg);
  }
  .c-flow-list .item__icon::before {
    width: 6rem;
    height: .1rem;
    margin: auto 0 auto 0;
  }
  .c-flow-list .item__icon::after {
    width: .1rem;
    transform: translate(-.7rem, -.8rem) rotate(-45deg);
  }
}


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


/* c-tbl-list-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-tbl-list-container {
    width: 80.952%;
    margin: 0 auto;
  }
}

/* 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;
  position: relative;
}
.c-tbl-list .list__item:not(:last-child) .item__contents::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: .1rem;
  margin-bottom: -.1rem;
  background-color: #168352;
}
.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;
  }
  .c-tbl-list .item__contents::before {
    width: 16.8rem;
  }
}
@media all and (max-width: 767px) {
  .c-tbl-list .item__contents {
    padding: 3rem 0;
  }
  .c-tbl-list .item__contents::before {
    width: 10rem;
  }
}


/* item__info
********************************/
@media all and (min-width: 768px) {
  .c-tbl-list .item__info {
    width: 16.8rem;
  }
}
@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% - 16.8rem);
  }
}

/* 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;
}
.c-tbl-list .item__des + .item__des {
  margin-top: .8rem;
}
@media all and (min-width: 768px) {
  .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-txt {
    font-size: 1.4rem;
  }
  .c-tbl-list .item__des-txt + .item__des-txt {
    margin-left: 1rem;
  }
}


/* item__map-container
**************************************************************/
.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-gMap-container
**************************************************************/

/* c-gMap
**************************************************************/
.c-gMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.466%;
}
.c-gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .c-gMap-container {
    width: 80.952%;
    margin: 9.3rem auto 0;
  }
}
@media all and (max-width: 767px) {
  .c-gMap-container {
    margin-top: 4.6rem;
  }
}


/**************************************************************
* c-recruit-container
**************************************************************/
.c-recruit-container {
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .c-recruit-container {
    width: 80.952%;
    min-width: 50rem;
  }
}
@media all and (max-width: 767px) {
  .c-recruit-container {
    width: 100%;
  }
}

/* c-recruit-bg
**************************************************************/
.c-recruit-bg {
  width: 100%;
  height: 0;
  background-image: url(../img/top/recruit/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .c-recruit-bg {
    padding-top: 56rem;
  }
}
@media all and (max-width: 767px) {
  .c-recruit-bg {
    padding-top: 150.966%;
  }
}

/* c-recruit-mask
**************************************************************/
.c-recruit-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .58);
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

/* c-recruit-info
**************************************************************/
.c-recruit-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  padding: 4rem;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

/* c-recruit-ttl-container
**************************************************************/
.c-recruit-ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.c-recruit-ttl__txt {
  position: relative;
  padding-bottom: 2rem;
}
.c-recruit-ttl__txt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  margin: 0 auto 0;
  background-color: var(--base-bg-color);
}
@media all and (min-width: 768px) {
  .c-recruit-ttl {
    font-size: 4rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-recruit-ttl {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  .c-recruit-ttl {
    font-size: 1.8rem;
  }
  .c-recruit-ttl__txt {
    display: block;
  }
}

/* c-recruit-des-container
**************************************************************/
.c-recruit-des {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .c-recruit-des-container {
    margin-top: 4rem;
  }
  .c-recruit-des {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .c-recruit-des {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-recruit-des-container {
    margin-top: 2rem;
  }
  .c-recruit-des {
    font-size: 1.4rem;
  }
}


/**************************************************************
* c-history-list-container
**************************************************************/
.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: var(--base-bg-color);
}
@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-slider-num-pager-erea
**************************************************************/
.c-slider-num-pager-erea {
}
@media all and (min-width: 768px) {
  .c-slider-num-pager-erea {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 10.06%;
    height: 100%;
    margin-left: 8.0729vw;
  }
}
@media all and (max-width: 767px) {
  .c-slider-num-pager-erea {
    width: 100%;
    margin-top: 2rem;
  }
}

/* c-slider-num-pager-wrapper
**************************************************************/
@media all and (min-width: 768px) {
  .c-slider-num-pager-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-slider-num-pager-wrapper {
    width: 100%;
  }
}

/* c-slider-num-pager-list-container
**************************************************************/
@media all and (min-width: 768px) {
  #g-container .c-slider-num-pager-list-container {
    top: 50%;
    bottom: auto;
    margin: auto 0;
    transform: translate(0, -50%);
  }
}
@media all and (max-width: 767px) {
  #g-container .c-slider-num-pager-list-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 2rem;
  }
}


/* swiper-pagination-bullet
**************************************************************/
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet {
  opacity: 1;
  display: block;
  position: relative;
  /* counter-increment: count-ex01-2; */
  border-radius: 100%;
  border: .1rem solid var(--base-font-color);
  background-color: transparent;
  transition: background-color var(--transition-speed);
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::before {
  position: absolute;
  /* content: "0" counter(count-ex01-2); */
  display: block;
  top: 50%;
  left: 50%;
  color: #7F6D46;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:nth-child(1)::before {
  content: "質"
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:nth-child(2)::before {
  content: "値"
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:nth-child(3)::before {
  content: "迅"
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:nth-child(4)::before {
  content: "美"
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:nth-child(5)::before {
  content: "地"
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: .2rem;
  background-color: #168352;
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet-active::after {
  display: block;
}
#g-container .c-slider-num-pager-list-container .swiper-pagination-bullet-active {
  background-color: var(--base-bg-color);
}

@media all and (min-width: 768px) {
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet {
    width: 4.166vw;
    height: 4.166vw;
    margin: 0 auto 2.083vw;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::before {
    font-size: 1.25vw;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::after {
    width: 5.208vw;
    margin: auto -6.25vw auto 0;
  }
}

@media all and (min-width: 1920px) {
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 4rem;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::before {
    font-size: 2.4rem;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::after {
    width: 10rem;
    margin: auto -12rem auto 0;
  }
}
@media all and (max-width: 767px) {
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 2rem;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::before {
    font-size: 1.2rem;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet::after {
    left: 0;
    width: .1rem;
    height: 6rem;
    margin: 5rem auto 0;
  }
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet-active {
    height: 4rem;
  }
}
@media (hover: hover) {
  #g-container .c-slider-num-pager-list-container .swiper-pagination-bullet:hover {
    background-color: var(--base-bg-color);
  }
}


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

/* 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(--main-ttl-color);
  transition: background-color var(--transition-speed);
}
.c-posts-pagination-container .page-numbers .page-numbers.current {
  background-color: #168352;
}
@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: #168352;
  }
}

/* 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 - 28rem);
  }
}

/* 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;
}