@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.maincontent {
  overflow: hidden;
}
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.kv__bg {
  width: 100%;
  height: 100%;
  background: url(../img/about/introduction/sp_kv_bg.jpg) center center / cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.kv__title {
  color: white;
}
.kv__title__E {
  font-size: 72px;
  position: absolute;
  left: 0;
  top: 400px;
}
.kv__title__J {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 540px;
}
main {
  position: relative;
  margin-top: 660px;
  background-color: #efede6;
  padding-bottom: 180px;
}
main .nav {
  padding-top: 100px;
  padding-bottom: 114px;
}
main .nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .nav__list__detail {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  letter-spacing: 1.5px;
  margin-right: 40px;
  margin-bottom: 48px;
}
main .nav__list__detail a {
  color: #4B4B4B;
}
main .nav__list__detail a:before {
  content: '・';
}
main .nav__list__detail.active a {
  color: #CBC09D;
}
main .sec {
  position: relative;
  width: 100%;
  color: #4D4D4D;
}
main .sec p {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 2.6px;
}
main .sec__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0.96px;
}
main .sec__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 0.6px;
  margin-top: 60px;
}
main .sec0 .sec__title {
  display: block;
}
main .sec1 {
  padding-top: 20px;
  margin-top: 136px;
}
main .sec1 .sec__title {
  padding-bottom: 72px;
  border-bottom: 1px solid #262626;
}
main .sec1__list {
  margin-top: 40px;
  margin-left: 20px;
}
main .sec1__list__detail {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
main .sec1__list__detail:before {
  content: '・ ';
}
main .sec1__iconlist {
  margin-top: 120px;
  width: 100vw;
  overflow-x: scroll;
  margin-left: -60px;
  white-space: nowrap;
  padding: 0 50px;
}
main .sec1__iconlist__detail {
  display: inline-block;
  margin: 0 10px;
}
main .sec1__iconlist__detail .img img {
  width: 220px;
  height: 136px;
  object-fit: cover;
}
main .sec2 {
  margin-top: 150px;
}
main .sec2 .sec__title {
  padding-bottom: 80px;
  border-bottom: 1px solid #262626;
}
main .sec2__list {
  position: relative;
  margin-top: 40px;
}
main .sec2__list:before {
  content: '';
  display: block;
  width: 4px;
  height: 3920px;
  background: #CBC09D;
  position: absolute;
  left: 14px;
  top: 0px;
}
main .sec2__list__detail {
  margin-bottom: 60px;
}
main .sec2__list__detail dl {
  display: -ms-flexbox;
  display: flex;
}
main .sec2__list__detail dl dt {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
  min-width: 172px;
}
main .sec2__list__detail dl dt::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #CBC09D;
  border-radius: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
main .sec2__list__detail dl dd p {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 0px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}
main .sec2__list__detail dl dd p:first-child {
  margin-top: 0;
}
main .sec2__list__detail dl dd p:before {
  content: '・ ';
}
.main2 {
  width: 100%;
  height: 2260px;
  background: #4B4B4B;
  color: white;
  position: relative;
}
.main2 .inner {
  padding-top: 160px;
}
.main2 .sec__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.96px;
  padding-bottom: 80px;
  border-bottom: 1px solid #FFF;
}
.main2 .sec__subtitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 2px;
  margin-top: 40px;
}
.main2 .sec__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 1.2px;
  margin-top: 100px;
}
.main2 .sec__img {
  position: relative;
  margin-top: 40px;
  width: 100vw;
  margin-left: 0px;
  padding-top: 440px;
}
.main2 .sec__img__bg {
  width: 84vw;
  height: 48.533vw;
  background-image: url("../img/about/introduction/sp_map_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.main2 .sec__img__bg a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main2 .sec__img .pointer {
  position: absolute;
  left: -105px;
  top: 0px;
}
.main2 .sec__img .pointer li {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  width: 400px;
}
.main2 .sec__img .pointer__mark {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.main2 .sec__img .pointer__mark::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 20px;
  animation: pointerscale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite normal none running;
}
@keyframes pointerscale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(6);
  }
}
.main2 .sec__img .pointer__mark::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #FFF100;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.main2 .sec__img .pointer__area {
  display: none;
}
.main2 .sec__img .pointer__volume {
  display: none;
}
.main2 .sec__img .pointer1 {
  position: absolute;
  left: 376px;
  top: 90px;
}
.main2 .sec__img .pointer2 {
  position: absolute;
  left: 418px;
  top: 110px;
}
.main2 .sec__img .pointer3 {
  position: absolute;
  left: 448px;
  top: 140px;
}
.main2 .sec__img .pointer4 {
  position: absolute;
  left: 396px;
  top: 170px;
}
.main2 .sec__img .pointer5 {
  position: absolute;
  left: 374px;
  top: 244px;
}
.main2 .sec__img .pointer6 {
  position: absolute;
  left: 722px;
  top: 86px;
}
.main2 .sec__datalist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 38px;
}
.main2 .sec__datalist__detail {
  width: 296px;
  height: 216px;
  border-top: 1px solid white;
  padding-top: 24px;
}
.main2 .sec__datalist__detail__area {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  /* 11px */
  letter-spacing: 0.44px;
}
.main2 .sec__datalist__detail__num {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 68px;
  font-weight: 700;
  line-height: 100%;
  /* 11px */
  letter-spacing: 1.36px;
  margin-top: 12px;
}
.main2 .sec__infolist__detail {
  position: relative;
  width: 100%;
  height: 280px;
  border-top: 1px solid white;
  padding-top: 20px;
}
.main2 .sec__infolist__detail__area {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 2px;
}
.main2 .sec__infolist__detail__num {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 136px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  letter-spacing: 2.72px;
  color: #FFF100;
  vertical-align: bottom;
  margin-top: 10px;
  text-align: right;
  position: absolute;
  right: 370px;
  top: 76px;
}
.main2 .sec__infolist__detail__unit {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 13px */
  letter-spacing: 1.3px;
  color: white;
  position: absolute;
  right: 298px;
  top: 178px;
}
.main2 .sec__infolist .detail2 .sec__infolist__detail__num {
  right: 406px;
}
.main2 .sec__infolist .detail2 .sec__infolist__detail__unit {
  right: 332px;
}
.main2 .sec__comment {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #AAAAAA;
  text-align: right;
  margin-top: -40px;
}
.main2 .sec__info__link {
  white-space: nowrap;
  display: block;
  margin-top: 40px;
}
.main2 .sec__info__link .arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 200px;
  background: white;
  vertical-align: middle;
}
.main2 .sec__info__link .arrow:before {
  content: '';
  width: 4.267vw;
  height: 3.2vw;
  background-image: url("../img/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main2 .sec__info__link .arrow:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main2 .sec__info__link .text {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-left: 28px;
}
.main2 .sec__info__link.inv .arrow {
  background-color: #4B4B4B;
}
.main2 .sec__info__link.inv .arrow:before {
  width: 4.267vw;
  height: 3.2vw;
  background-image: url("../img/btn_arrow_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.main2 .sec__info__link.inv .arrow:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main2 .sec__info__link.inv .text {
  color: #4B4B4B;
}
.main2 .sec__info__link.out .arrow {
  transform: rotate(-45deg);
}
.main2 .sec__info__link .arrow {
  transform: rotate(-45deg);
}
.main3 {
  width: 100%;
  background-color: #efede6;
  position: relative;
  padding-bottom: 200px;
}
.main3 .inner {
  padding-top: 150px;
}
.main3 .sec__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.96px;
  padding-bottom: 80px;
}
.main3 .sec__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.main3 .sec__list__detail {
  position: relative;
  width: 100%;
  border-top: 1px solid #262626;
  padding-top: 20px;
  padding-bottom: 100px;
}
.main3 .sec__list__detail__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.2px;
}
.main3 .sec__list__detail__read {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 18.7px */
  letter-spacing: 1px;
  margin-top: 68px;
  padding-left: 170px;
}
.main3 .sec__list__detail__data {
  position: relative;
  display: inline-block;
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 136px;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  letter-spacing: 0.72px;
  margin-top: 10px;
}
.main3 .sec__list__detail__data span {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 13px */
  letter-spacing: 1.3px;
  position: absolute;
  right: -52px;
  bottom: 16px;
}
.main3 .sec__list__detail__year {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 10px */
  letter-spacing: 2px;
  background-color: white;
  padding: 8px 14px;
  border-radius: 60px;
  position: absolute;
  right: 0px;
  top: 32px;
}
.main3 .sec__list .detail1 {
  padding-top: 40px;
}
.main3 .sec__list .detail1 .sec__list__detail__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 0.6px;
  margin-top: 100px;
}
.main3 .sec__list .detail4 .sec__list__detail__data span {
  right: -80px;
}
.main3 .award {
  position: relative;
  width: calc(100vw - 8vw);
  background: #F9F9F9;
  padding: 80px 60px 120px;
}
.main3 .award__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 0em;
}
.main3 .award__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 0.05em;
  border-top: 1px solid #262626;
  margin-top: 76px;
  padding-top: 36px;
}
.main3 .award__list {
  width: 100%;
  margin-top: 100px;
}
.main3 .award__list__detail {
  margin-bottom: 80px;
}
.main3 .award__list__detail:last-child {
  margin-bottom: 0;
}
.main3 .award__list__detail__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  /* 19.5px */
  letter-spacing: 1.2px;
}
.main3 .award__list__detail__img {
  margin-top: 40px;
}
.main3 .award__list__detail__img img {
  width: 630px;
  height: 420px;
  object-fit: cover;
}
.main3 .award__list__detail__caption {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 0.6px;
  margin-top: 40px;
  padding-left: 10px;
}
.main3 .award__list__detail__caption p {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.main3 .award__list__detail__il__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.main3 .award__list__detail__il__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
.main3 .award__list__detail.il {
  padding-top: 20px;
}
.main3 .award__container {
  margin-top: 100px;
}
.main3 .award__container__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.main3 .award__container__read {
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
.main3 .award__container__read ul {
  padding-left: 30px;
}
.main3 .award__container__read li {
  list-style-type: disc;
}
.rellink__titleE {
  top: 160px;
}
.rellink__titleJ {
  top: 308px;
}
.rellink__bg {
  background: #4B4B4B url(../img/about/introduction/sp_rellink_bg.jpg) center center / cover no-repeat;
}
