@charset "utf-8";


/**************************************************************
* sg-c-contents-01-container
**************************************************************/
.sg-c-contents-01-container {}


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

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

/* list__item
********************************/
.sg-c-contents-01-list .list__item:nth-child(n + 2) {
  margin-top: 10rem;
}


/* item__contents
********************************/
.second_page .sg-c-contents-01-list .item__contents {
  display: initial;
}


/* item__ttl
********************************/
.second_page .sg-c-contents-01-list .item__ttl-txt {
  position: relative;
  padding-bottom: 1rem;
  color: var(--main-ttl-color);
}
.second_page .sg-c-contents-01-list .item__ttl-txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: .1rem;
  background-color: var(--main-ttl-color);
}
.second_page .sg-c-contents-01-list .item__ttl {
  text-align: center;
}
@media all and (min-width: 768px) {
  .second_page .sg-c-contents-01-list .item__ttl {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .second_page .sg-c-contents-01-list .item__ttl {
    font-size: 2rem;
  }
}


/* item__contents-info
********************************/
.sg-c-contents-01-list .item__contents-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.sg-c-contents-01-list .list__item:nth-child(even) .item__contents-info {
  flex-direction: row-reverse;
}


/* item__img
********************************/
.sg-c-contents-01-list .item__img img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__img {
    width: 46%;
  }
}


/* item__des-container
********************************/
@media all and (min-width: 768px) {
  .sg-c-contents-01-list .item__des-container {
    width: 46%;
    padding: 4rem 0;
  }
  .sg-c-contents-01-list .list__item:nth-child(odd) .item__des-container {
    margin-left: 4.761%;
  }
  .sg-c-contents-01-list .list__item:nth-child(even) .item__des-container {
    margin-right: 4.761%;
  }
}
@media all and (max-width: 767px) {
  .sg-c-contents-01-list .item__des-container {
    margin-top: 3rem;
  }
}


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


/**************************************************************
* 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%;
    padding: 4rem 0;
  }
}

/* カスタムページ共通
**************************************************************/

/* c-outer.--second_page
********************************/
@media all and (max-width: 767px) {
  .c-outer.--second_page {
    padding: 0;
  }
}

/* second_page c-section.article c-outer
********************************/
.second_page .c-section.article .c-outer {
  padding: 6rem 0;
  background-color: var(--base-font-color-01);
}


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


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

}
@media all and (min-width: 768px) {
  .c-contents {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {}

/* カスタムページ共通
**************************************************************/


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

/* c-head-container
**************************************************************/
@media all and (min-width: 768px) {
  .c-head-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 140px;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-head-container {
    
  }
}

/* c-head-vl-2
**************************************************************/
.c-head-vl-2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@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: block;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-head-vl-2__inner {
    writing-mode: vertical-lr;
    width: 100%;
    height: 100%;
    padding: 0 0 0 4rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__inner {
    text-align: center;
  }
}

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

/* c-head-vl-2__en
********************************/
.c-head-vl-2__en {
  font-family: var(--title-font-family);
}
@media all and (min-width: 768px) {
  .c-head-vl-2__en {
    font-size: 4rem;
    margin: 9rem 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__en {
    font-size: 2.6rem;
  }
}

/* c-head-vl-2__jp
********************************/
.c-head-vl-2__jp {
}
@media all and (min-width: 768px) {
  .c-head-vl-2__jp {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .c-head-vl-2__jp {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}


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


/* c-hamburger-menu
**************************************************************/
.c-hamburger-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 1.4rem;
}
@media all and (min-width: 768px) {
  .c-hamburger-menu {
    z-index: 2;
    width: 8rem;
    margin: 6rem 0 0 0;
  }
}
@media all and (max-width: 767px) {
  .c-hamburger-menu {
    bottom: 0;
    width: 4rem;
    margin: auto 0;
  }
}


/* 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 {
	width: 100%;
  margin: 1rem auto 0 ;
}
@media all and (max-width: 767px) {

}

/* is-open
********************************/
.is-open .c-hamburger-menu {
  height: 6.2rem;
}
.is-open .c-hamburger-menu__line {
  background-color: var(--base-font-color-01);
}
.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 {
  margin: 3rem 0 0 0;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .c-hamburger-menu:hover .c-hamburger-menu__line {
    background-color: var(--base-font-color-01);
  }
  .is-open .c-hamburger-menu:hover .c-hamburger-menu__line {
    background-color: #545454;
  }
  .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 (max-width: 767px) {
  .is-open .c-hamburger-menu {
  }
  .is-open .c-hamburger-menu .c-hamburger-menu__line.--line-2 {
  }
}
@media all and (min-width: 1367px) {
  .c-hamburger-menu {
    display: none;
  }
}


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

/* c-lead
**************************************************************/
.c-lead {
  color: var(--c-lead-font-color);
  line-height: 2;
}
.c-lead a {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-lead {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .c-lead {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .c-lead a:hover {
    text-decoration: none;
  }
}

/* c-notes
**************************************************************/
.c-notes {
  color: var(--c-lead-font-color);
  line-height: 1.428;
}
@media all and (min-width: 768px) {
  .c-notes {
    font-size: 1.4rem;
    text-align: center;
  }
  .c-lead + .c-notes {
    margin-top: 2rem;
  }
}
@media all and (max-width: 767px) {
  .c-notes {
    font-size: 1.3rem;
  }
}



/**************************************************************
* c-btn-erea
**************************************************************/
.c-btn-erea {
  background-color: var(--base-bg-color-03);
}
@media all and (min-width: 768px) {
  .c-btn-erea {
    position: absolute;
    top: 0;
    right: 0;
    width: 15.476%;
    min-width: 20rem;
    max-width: 260px;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-btn-erea {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
  }
}


/* c-btn-container
**************************************************************/
.c-btn-container {
  position: relative;
}
.second_page .c-btn-container {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .c-btn-container {
    width: 12rem;
    height: 12rem;
  }
}
@media all and (max-width: 767px) {
  .c-btn-container {
    width: 12rem;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* c-btn
**************************************************************/
.c-btn {
}
@media all and (min-width: 768px) {
  .c-btn {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 767px) {
  .c-btn {
    position: relative;
  }
}


/* c-btn-link
********************************/
.c-btn-link {
  display: block;
  position: relative;
  text-align: center;
}
.c-btn-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 8rem;
  margin: 0 auto;
  padding-top: 8rem;
  border: .1rem solid var(--base-bg-color-01);
  border-radius: 100%;
}
.--color-01 .c-btn-link::before {
  border-color: var(--c-btn-01-color);
}


/* c-btn-link-arrow
********************************/
.c-btn-link-arrow {
  display: block;
  position: relative;
  width: 10rem;
  height: 8rem;
}
.c-btn-link-arrow::before,
.c-btn-link-arrow::after
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0;
  padding-top: .2rem;
  background-color: var(--base-bg-color-01);
  transition: transform var(--transition-speed);
}
.--color-01 .c-btn-link-arrow::before,
.--color-01 .c-btn-link-arrow::after
{
  background-color: var(--c-btn-01-color);
}
.c-btn-link-arrow::before {
  width: 8rem;
  margin: auto 0 auto -1rem;
}
.c-btn-link-arrow::after {
  width: 3rem;
  margin: 2.9rem 0 0 4.4rem;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .c-btn-link:hover .c-btn-link-arrow::before {
    transform: translate(3rem, 0);
  }
  .c-btn-link:hover .c-btn-link-arrow::after {
    transform: translate(3rem, 0) rotate(45deg);
  }
}

/* c-btn-lbl
********************************/
.c-btn-lbl {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-weight: bold;
  color: var(--base-font-color-01);
}
.c-btn-lbl::before {
  content: "";
  display: block;
  position: absolute;
}
.--color-01 .c-btn-lbl {
  color: var(--c-btn-01-color);
}
@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.4rem;
  }
}
@media (hover: hover) {
  .c-btn-link:hover .c-btn-lbl::before {
    
  }
}


/**************************************************************
* 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-radius: 3rem;
  border: .1rem solid var(--main-bg-color);
  background-color: var(--main-bg-color);
  transition: background-color var(--transition-speed);
}

.c-submit-btn::before,
.c-submit-btn::after
{
  content: "";
  display: block;
  position: absolute;
  background-color: var(--base-font-color-01);
  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: 0;
}

@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(.2rem, -.6rem) rotate(45deg);
  }
  .c-submit-btn-container.--prev .c-submit-btn::after {
    transform: translate(1.4rem, -.6rem) 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;
    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(--base-bg-color-02);
    background-color: var(--base-bg-color-02);
  }

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

/* c-submit-btn__lbl
********************************/
.c-submit-btn__lbl {
  color: var(--base-font-color-01);
  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-accent-btn-outer
**************************************************************/
.c-accent-btn-outer {
  display: flex;
  flex-wrap: wrap;
}

/* c-accent-btn-container
**************************************************************/
.c-accent-btn-container {
  width: 33rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .c-accent-btn-container {
  }
}
@media all and (max-width: 767px) {
  .c-accent-btn-container {
  }
}

/* c-accent-btn
**************************************************************/
.c-accent-btn {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  border: .1rem solid var(--main-bg-color);
  background-color: var(--main-bg-color);
  transition: background-color var(--transition-speed);
}
.c-accent-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: .1rem;
  margin: auto 0 auto 0;
  background-color: var(--base-font-color-01);
  transition: width var(--transition-speed);
}
@media all and (min-width: 768px) {
  .c-accent-btn {
    padding: 2rem 0;
  }
  .c-accent-btn::before {
    width: 6rem;
  }
}
@media all and (max-width: 767px) {
  .c-accent-btn {
    padding: 1rem 0;
  }
  .c-accent-btn::before {
    width: 2rem;
  }
}
@media (hover: hover) {
  .c-accent-btn:hover {
    background-color: #000;
  }
  .c-accent-btn:hover::before {
    width: 0;
  }
}

/* c-accent-btn__lbl
********************************/
.c-accent-btn__lbl {
  color: var(--base-font-color-01);
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .c-accent-btn__lbl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-accent-btn__lbl {
    font-size: 1.4rem;
  }
}


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

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

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

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

  .--col-1 .c-utility-btn-container {
    width: 70%;
  }
}

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

.c-utility-btn::before,
.c-utility-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--base-font-color-01);
  transition: width var(--transition-speed);
}
.c-utility-btn::before {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: .1rem;
  margin: auto 1.6rem auto 0;
}
.c-utility-btn::after {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: .1rem;
  margin: auto 1.6rem auto 0;
}
.c-utility-btn-container.--prev .c-utility-btn::before {
  left: 0;
  right: auto;
  margin: auto 0 auto 1.6rem;
}
.c-utility-btn-container.--prev .c-utility-btn::after {
  left: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .c-utility-btn {
    padding: 2rem 0;
  }
  .c-utility-btn::before {
    width: 4rem;
  }
  .c-utility-btn::after {
    width: 1.6rem;
    transform: translate(.2rem, -.6rem) rotate(45deg);
  }
  .c-utility-btn-container.--prev .c-utility-btn::after {
    transform: translate(1.4rem, -.6rem) rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .c-utility-btn {
    padding: 1rem 0;
  }
  .c-utility-btn::before {
    width: 2rem;
  }
  .c-utility-btn::after {
    width: .8rem;
    transform: translate(.1rem, -.3rem) rotate(45deg);
  }
  .c-utility-btn-container.--prev .c-utility-btn::after {
    transform: translate(1.5rem, -.3rem) rotate(-45deg);
  }
}
@media (hover: hover) {
  .c-utility-btn:hover {
    border-color: var(--base-bg-color-02);
    background-color: var(--base-bg-color-02);
  }
  .--white .c-utility-btn:hover {
    border-color: var(--base-bg-color-01);
    background-color: var(--base-bg-color-01);
  }
  .c-utility-btn:hover::before {
    width: 0;
  }
  .c-utility-btn:hover::after {
    width: 0;
  }
}

/* c-utility-btn__lbl
********************************/
.c-utility-btn__lbl {
  color: var(--base-font-color-01);
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .c-utility-btn__lbl {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .c-utility-btn__lbl {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .--white .c-utility-btn:hover .c-utility-btn__lbl {
    color: var(--main-ttl-color);
  }
}


/**************************************************************
* c-main-img
**************************************************************/
.c-main-img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-main-img {
    padding-top: 64rem;
  }
}
@media all and (max-width: 767px) {
  .c-main-img {
    padding-top: 32rem;
  }
}

/* カスタムページ共通
**************************************************************/
body.second_page .c-main-img {
  position: relative;
  background-image: url(../img/concept/bg_main.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {
  body.second_page .c-main-img {
    margin-top: 3rem;
  }
}


/**************************************************************
* c-slide-cp-container
**************************************************************/
.c-slide-cp-container {
  overflow: hidden;
  position: absolute;
	left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.c-slide-cp {
  animation: loop-slide 14s infinite linear 1s both;
}
.c-slide-cp.--reverse {
  animation: loop-slide-reverse 14s infinite linear 1s both;
}
@media all and (min-width: 768px) {
  .c-slide-cp {
  }
}
@media all and (min-width: 768px) and (max-width: 1366px) {
	.c-slide-cp {
	}
}
@media all and (max-width: 767px) {
	.c-slide-cp {
	}
}

@keyframes loop-slide {
  0% { transform: translateX(0)}
  50% { transform: translateX(-100%)}
  100% { transform: translateX(0)}
}
@keyframes loop-slide-reverse {
  0% { transform: translateX(0)}
  50% { transform: translateX(100%)}
  100% { transform: translateX(0)}
}

/* c-slide-cp__inner
********************************/
.c-slide-cp__inner {
	display: block;
	color: var(--base-font-color-01);
  font-family: var(--title-font-family);
	font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .c-slide-cp__inner {
    font-size: 11.458vw;
  }
}
@media all and (min-width: 1921px) {
  .c-slide-cp__inner {
    font-size: 22rem;
  }
}
@media all and (max-width: 767px) {
	.c-slide-cp__inner {
		font-size: 11rem;
	}
}


/* カスタムページ共通
**************************************************************/

/* c-slide-cp-container
********************************/
body.second_page .c-slide-cp {
  text-align: center;
  animation: none;
}

@media all and (min-width: 768px) {
  body.second_page .c-slide-cp {
  }
}

@media all and (max-width: 767px) {
  body.second_page .c-slide-cp__inner {
    font-size: 4.6rem;
  }
}

/* c-main-img
********************************/
@media all and (max-width: 767px) {
  body.second_page .c-main-img {
    margin-top: 0;
  }
}

/**************************************************************
* c-lead-container
**************************************************************/

@media all and (min-width: 768px) {
  .c-lead-container {
    margin-top: 4.6rem;
  }
}


/* c-lead-ttl
**************************************************************/
.c-lead-ttl {
  color: var(--base-bg-color-01);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-lead-ttl {
    font-size: 4rem;
    line-height: 1.8;
  }
}
@media all and (max-width: 767px) {
  .c-lead-ttl {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

/* c-lead-ttl-bg
********************************/
.c-lead-ttl-bg {
  display: block;
  position: relative;
  width: 100%;
  height: .4rem;
  margin: 1.4rem 0 0;
}
.c-lead-ttl-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: .4rem dotted var(--base-bg-color-01);
}

/* c-lead-des
**************************************************************/
.c-lead-des {
  color: var(--base-font-color-01);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-lead-des {
    margin-top: 5.5rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media all and (max-width: 767px) {
  .c-lead-des {
    margin-top: 5.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* c-lead-des-txt
********************************/
@media all and (min-width: 768px) {
  .c-lead-des-txt + .c-lead-des-txt {
    margin-top: 3rem;
  }
}
@media all and (max-width: 767px) {
  .c-lead-des-txt + .c-lead-des-txt {
    margin-top: 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: var(--base-font-color-01);
  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: var(--base-font-color-01);
  text-align: center;
  background-color: var(--base-bg-color-02);
  transition: background-color var(--transition-speed);
}
.c-posts-pagination-container .page-numbers .page-numbers.current {
  background-color: var(--main-bg-color);
}
@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(--main-bg-color);
  }
}


/* 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 var(--base-bg-color-01);
  border-right: .1rem solid var(--base-bg-color-01);
}
.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;
  }
}


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


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


/* c-archive-ttl
**************************************************************/
.c-archive-ttl {
  color: var(--main-ttl-color);
  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 var(--base-bg-color-01);
  border-right: .1rem solid var(--base-bg-color-01);
  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 {
  color: var(--main-ttl-color);
  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 {
  }
}
@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;
  }
}