@charset "UTF-8";
/*----------------------------------------

	common

-----------------------------------------*/
@media print, screen and (min-width: 768px ) {
  .hide-at-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px ) {
  .hide-at-sp {
    display: none !important;
  }
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767.99px ) {
  figure figcaption {
    font-size: 0.7rem;
  }
}
figure figcaption.-left {
  right: auto;
  left: 6px;
}

.l-content {
  overflow-x: clip;
  background-image: url(../img/value/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.s-contents-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px ) {
  .s-contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-headline__ttl-ja.-large {
  line-height: 1.7;
}
@media print, screen and (min-width: 768px ) {
  .c-headline__ttl-ja.-large {
    font-size: 2rem;
  }
}

/*----------------------------------------
	list
-----------------------------------------*/
.s-list {
  padding: 30px 0 5px;
}
@media print, screen and (min-width: 768px ) {
  .s-list {
    padding: 70px 0 25px;
  }
}
.s-list .__ttl {
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1.7;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-list .__ttl {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}

/*----------------------------------------
	movie
-----------------------------------------*/
.s-movie {
  margin-top: 0px;
}
@media screen and (max-width: 767.99px ) {
  .s-movie {
    margin-top: 0px;
  }
}

.s-movie__movie {
  width: 100%;
}
@media screen and (max-width: 767.99px ) {
  .s-movie__movie {
    width: 100%;
  }
}

.s-movie__text {
  margin-top: 80px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 767.99px ) {
  .s-movie__text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 40px;
  }
}

/*----------------------------------------
	section
-----------------------------------------*/
.anc {
  padding-top: 100px;
  margin-top: -100px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767.99px ) {
  .anc {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.s-section {
  margin-top: 85px;
}
@media screen and (max-width: 767.99px ) {
  .s-section {
    margin-top: 40px;
  }
}

.s-section__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  margin-top: 108px;
}
@media print, screen and (min-width: 768px ) {
  .s-section__ttl-wrap {
    margin-left: -100px;
  }
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
.s-section__ttl-wrap.-color_white * {
  color: #fff;
}

.s-section__ttl-num {
  font-size: 11.4rem;
  color: #a27d3a;
  line-height: 1;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl-num {
    font-size: 4rem;
  }
}

.s-section__ttl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.7;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl {
    font-size: 2.2rem;
  }
}
.s-section__ttl span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl span {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.s-section__ttl span.-med {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl span.-med {
    font-size: 1.6rem;
  }
}
.s-section__ttl span.-highlight {
  display: inline;
  font-size: 3.3rem;
  font-weight: bold;
  color: #811b4d;
}
@media screen and (max-width: 767.99px ) {
  .s-section__ttl span.-highlight {
    font-size: 2.2rem;
  }
}

.s-section1-visual {
  margin-top: 40px;
}

.s-section2 {
  padding-top: 1px;
  background-image: url(../img/value/bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767.99px ) {
  .s-section2 {
    padding-top: 1px;
    padding-bottom: 60px;
  }
}

.s-section3__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-top: 50px;
}
@media screen and (max-width: 767.99px ) {
  .s-section3__text {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.s-section4 {
  padding-top: 1px;
  background-image: url(../img/value/bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767.99px ) {
  .s-section4 {
    padding-top: 1px;
    padding-bottom: 60px;
  }
}

.s-section4__copy {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__copy {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.s-section4__text {
  text-align: center;
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__text {
    font-size: 1.3rem;
    margin-top: 20px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 767.99px ) {
  .s-section4__sticky-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }
}

.s-section4__sticky-block {
  margin-top: 60px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__sticky-block {
    margin-top: 0;
  }
}
.s-section4__sticky-block.-no-mt {
  margin-top: 0;
}

.s-section4__img {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__img {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.s-section4__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.s-section4__map figure {
  position: sticky;
  top: 135px;
  left: 0;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__map figure {
    position: relative;
    top: 0;
  }
}
.s-section4__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__ttl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}

.s-section4__num {
  font-size: 4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 60px;
  width: 60px;
  background-color: #b18247;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__num {
    font-size: 2rem;
    height: 30px;
    width: 30px;
  }
}

.s-section4__ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__ttl {
    font-size: 1.3rem;
  }
}
.s-section4__ttl span {
  font-weight: normal;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__ttl span {
    font-size: 1rem;
  }
}

.s-section4__sticky-img {
  margin-top: 30px;
}
@media screen and (max-width: 767.99px ) {
  .s-section4__sticky-img {
    margin-top: 15px;
  }
}

/*----------------------------------------
	link-list
-----------------------------------------*/
.s-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 767.99px ) {
  .s-link-list {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-link-list__num {
  font-size: 5rem;
  color: #a27d3a;
  line-height: 1;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
}
@media screen and (max-width: 767.99px ) {
  .s-link-list__num {
    font-size: 3rem;
  }
}

.s-link-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -8px;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.7;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 131px;
  color: #fff;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(16%, rgb(114, 76, 5)), color-stop(80%, rgb(201, 139, 26)));
  background-image: linear-gradient(-90deg, rgb(114, 76, 5) 16%, rgb(201, 139, 26) 80%);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.s-link-list__link.-active, .s-link-list__link:hover {
  opacity: 1;
}
@media screen and (max-width: 767.99px ) {
  .s-link-list__link {
    height: 70px;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	circle
-----------------------------------------*/
.s-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  padding-top: 80px;
}
@media screen and (max-width: 767.99px ) {
  .s-circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
}

.s-circle__copy {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767.99px ) {
  .s-circle__copy {
    font-size: 1.6rem;
  }
}
.s-circle__copy strong {
  color: #b61564;
}
.s-circle__copy span {
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (max-width: 767.99px ) {
  .s-circle__copy span {
    font-size: 2.2rem;
  }
}

.s-circle__cap {
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767.99px ) {
  .s-circle__cap {
    margin-top: 10px;
    font-size: 1rem;
  }
}

.s-circle__img {
  max-width: 400px;
}
@media screen and (max-width: 767.99px ) {
  .s-circle__img {
    width: 80%;
  }
}

/*----------------------------------------
	merit
-----------------------------------------*/
.s-merit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.99px ) {
  .s-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.s-merit.-n1 {
  margin-top: 70px;
}
@media screen and (max-width: 767.99px ) {
  .s-merit.-n1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.99px ) {
  .s-merit:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.99px ) {
  .s-merit + .s-merit {
    margin-top: 20px;
  }
}

.s-merit__text-area {
  padding-left: 53px;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__text-area {
    padding-left: 0;
    padding-top: 20px;
  }
}

.s-merit__num {
  height: 43px;
  min-width: 129px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(16%, rgb(114, 76, 5)), color-stop(80%, rgb(201, 139, 26)));
  background-image: linear-gradient(-90deg, rgb(114, 76, 5) 16%, rgb(201, 139, 26) 80%);
}
@media screen and (max-width: 767.99px ) {
  .s-merit__num {
    height: 30px;
    min-width: 100px;
  }
}

.s-merit__num-inner {
  font-size: 2.6rem;
  line-height: 1;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__num-inner {
    font-size: 2rem;
  }
}
.s-merit__num-inner span {
  line-height: 1;
  font-size: 3.5rem;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__num-inner span {
    font-size: 2.5rem;
  }
}

.s-merit__copy {
  margin-top: 30px;
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__copy {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.s-merit__text {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__text {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.8;
  }
}

.s-merit__img {
  width: 50vw;
}
@media screen and (max-width: 767.99px ) {
  .s-merit__img {
    width: 100%;
  }
}
.s-merit__img.-right {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767.99px ) {
  .s-merit__img.-right {
    margin-right: 0;
  }
}
.s-merit__img.-left {
  margin-left: calc(100% - 50vw);
}
@media screen and (max-width: 767.99px ) {
  .s-merit__img.-left {
    margin-left: 0;
  }
}
.s-merit__img figcaption {
  right: 15px;
}
.s-merit__img figcaption.-left {
  left: 15px;
}

/*----------------------------------------
	graph
-----------------------------------------*/
.s-graph {
  padding: 60px 48px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  max-width: 1000px;
}
@media screen and (max-width: 767.99px ) {
  .s-graph {
    padding: 30px 15px;
    margin-top: 20px;
  }
}

.s-graph__copy {
  text-align: center;
  font-size: 2.5rem;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.76;
}
@media screen and (max-width: 767.99px ) {
  .s-graph__copy {
    font-size: 1.6rem;
  }
}

.s-graph__graph {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.s-graph__cap {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media screen and (max-width: 767.99px ) {
  .s-graph__cap {
    font-size: 1rem;
    margin-top: 20px;
  }
}

/*----------------------------------------
	space
-----------------------------------------*/
.s-space {
  margin-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767.99px ) {
  .s-space {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.s-space__copy {
  text-align: center;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2;
}
@media screen and (max-width: 767.99px ) {
  .s-space__copy {
    font-size: 1.8rem;
  }
}

.s-space__row {
  margin-top: 60px;
  gap: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767.99px ) {
  .s-space__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
    gap: 20px;
  }
}

.s-space__text {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 767.99px ) {
  .s-space__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.s-space__img {
  margin-top: 30px;
}
@media screen and (max-width: 767.99px ) {
  .s-space__img {
    margin-top: 15px;
  }
}

.s-space__map {
  max-width: 405px;
}