@charset "UTF-8";
#top-new {
  max-width: 1920px;
  margin-inline: auto;
  font-size: 16px;
}
#top-new .mainVisual {
  padding-bottom: 0;
}
#top-new .sec {
  max-width: 1920px;
  margin-inline: auto;
}
#top-new .sec .inner {
  padding: 0 20px;
}
#top-new .sec-space-lg {
  padding: 50px 0 50px;
}
@media (max-width: 799px) {
  #top-new .sec-space-lg {
    padding: 25px 0 25px;
  }
}
#top-new .l-footer_holyday ul li p {
  font-size: 16px;
}

.sec.info {
  padding-top: 100px;
}

.mv-lead .main {
  background: #118241;
  padding: 32px 0 30px;
}
.mv-lead .tx {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.sec.merit {
  background-color: #C88F50;
  padding: 115px 65px 150px;
  overflow: hidden;
}
@media (max-width: 799px) {
  .sec.merit {
    padding: 95px 15px 75px;
  }
}
.sec.merit .container {
  margin-inline: auto;
  background-color: #E0C191;
  padding: 100px 0 60px;
  position: relative;
}
@media (max-width: 799px) {
  .sec.merit .container {
    padding: 45px 13px 13px;
  }
}
.sec.merit .head {
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 799px) {
  .sec.merit .head {
    padding-bottom: 25px;
  }
}

.merit-ttl {
  padding-bottom: 80px;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 799px) {
  .merit-ttl {
    font-size: 22px;
    padding-bottom: 40px;
  }
}
.merit-ttl .underLine {
  border-bottom: 1px solid #118241;
}

.merit-lead {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.merit-imageBox {
  aspect-ratio: 1885/510;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 107%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit-imageBox .image-01 {
  width: 14.3229166667%;
}
.merit-imageBox .image-02 {
  width: 20.8333333333%;
}
@media (max-width: 1400px) {
  .merit-imageBox .image-01 {
    min-width: 110px;
    width: 12.5%;
  }
  .merit-imageBox .image-02 {
    min-width: 160px;
    width: 18.75%;
  }
}
@media (max-width: 799px) {
  .merit-imageBox {
    top: -3%;
  }
  .merit-imageBox .image-01 {
    min-width: auto;
    width: 64px;
  }
  .merit-imageBox .image-02 {
    min-width: auto;
    width: 97px;
  }
}

.merit-list {
  margin-bottom: 60px;
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 5px;
}
.merit-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2%;
}
.merit-list ul li {
  width: 32%;
}
.merit-list ul li:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .merit-list ul li {
    width: 49%;
  }
  .merit-list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 799px) {
  .merit-list ul li {
    width: 100%;
  }
  .merit-list ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.merit-listItem {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.merit-listItem .num {
  background: transparent url(../img/top-new/merit-listItem-bg.png) no-repeat center center/cover;
  color: #fff;
  width: 75px;
  height: 55px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.merit-listItem .num .small {
  font-size: 12px;
  line-height: inherit;
  margin-bottom: -4px;
  padding-right: 2px;
}
.merit-listItem .num .normal {
  line-height: inherit;
  font-size: 22px;
}
.merit-listItem .tx-box {
  background-color: #FFF9E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.merit-listItem .tx {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 0 0 0 13px;
  margin-bottom: -4px;
}
.merit-listItem .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 799px) {
  .merit-listItem .arrow {
    right: 6px;
  }
}
.merit-listItem .arrow img {
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
@media (min-width: 800px) {
  .merit-listItem:hover {
    opacity: 0.7;
  }
  .merit-listItem:hover .arrow img {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}

.caption-cont {
  position: relative;
}
.caption-cont .caption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.caption-cont .caption.white {
  color: #fff;
}

.merit-item {
  padding: 30px;
  background-color: #FFF9E6;
  height: 100%;
  font-size: 16px;
}
@media (max-width: 799px) {
  .merit-item {
    padding: 15px;
  }
}
.merit-item .caption {
  bottom: 8px;
  right: 5px;
}
.merit-item .head {
  padding-bottom: 30px;
}
.merit-item .en-ttl {
  color: #008742;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
.merit-item .en-ttl .en {
  font-size: 30px;
}
.merit-item .en-ttl .num {
  font-size: 70px;
  line-height: 1;
}
.merit-item .ja-ttl {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 16px;
}
.merit-item .lead {
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding-bottom: 30px;
}
.merit-item .body-img {
  text-align: center;
}

.merit-swiper {
  position: relative;
}
.merit-swiper .swiper {
  position: relative;
}
.merit-swiper .swiper .swiper-slide {
  height: auto;
}
@media (min-width: 800px) {
  .merit-swiper .swiper .swiper-slide {
    width: 600px;
    max-width: 90%;
  }
}
@media (min-width: 800px) {
  .merit-swiper .swiper-button-wrap {
    max-width: 103%;
    height: 45px;
  }
}
.merit-swiper .swiper-button-wrap {
  max-width: 700px;
  position: absolute;
  width: 110%;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 800px) {
  .merit-swiper .swiper-button-wrap .swiper-button-prev,
  .merit-swiper .swiper-button-wrap .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.merit-swiper .swiper-button-wrap .swiper-button-prev,
.merit-swiper .swiper-button-wrap .swiper-button-next {
  width: 30px;
  height: 30px;
}
.merit-swiper .swiper-button-wrap .swiper-button-prev::after,
.merit-swiper .swiper-button-wrap .swiper-button-next::after {
  display: none;
}
.merit-swiper .swiper-button-wrap .swiper-button-prev img,
.merit-swiper .swiper-button-wrap .swiper-button-next img {
  width: 100%;
}
.merit-swiper .swiper-button-wrap .swiper-button-prev {
  left: 0;
}
.merit-swiper .swiper-button-wrap .swiper-button-next {
  right: 0;
}

.info-ttl {
  font-size: 30px;
  padding-bottom: 35px;
  font-weight: 100;
  letter-spacing: 0.3em;
  text-align: center;
}
@media (max-width: 900px) {
  .info-ttl {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.info-ttl.rows-2 {
  line-height: 1.5;
}
.info-ttl .colorGreen {
  color: #008742;
}

.entry-btn {
  background: #008742 url(../img/common/btn_bg.png) repeat-x center center/cover;
  color: #fff;
  line-height: 60px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: 1;
  position: relative;
  border: 1px solid transparent;
  display: block;
  height: 60px;
  font-size: 18px;
  text-align: center;
  max-width: 360px;
  position: relative;
}
.entry-btn::before {
  position: absolute;
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #c2af91;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: -1;
}
.entry-btn.bgBlack {
  background: #121212;
}
@media (min-width: 800px) {
  .entry-btn:hover {
    border: 1px solid #231815;
    color: #231815;
  }
  .entry-btn:hover::before {
    width: 100%;
  }
}

.entry-btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 60px;
  margin-bottom: 75px;
}
@media (max-width: 799px) {
  .entry-btnWrap {
    gap: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 800px) {
  .entry-btnWrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #231815;
  }
}
.entry-btnWrap .entry-btn {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 799px) {
  .entry-btnWrap .entry-btn {
    width: 100%;
  }
}

.banner-area {
  margin-bottom: 75px;
}
@media (max-width: 799px) {
  .banner-area {
    margin-bottom: 30px;
  }
}
.banner-area .ttl {
  font-size: 48px;
  text-align: center;
  color: #008742;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .banner-area .ttl {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.banner-area ul li {
  margin-inline: auto;
}
.banner-area ul li.w1200 {
  max-width: 1200px;
}

.material-btn {
  display: block;
  max-width: 635px;
  margin-inline: auto;
}
@media (max-width: 799px) {
  .material-btn.entry-btn {
    height: auto;
    line-height: 1.5;
    padding: 5px 0 3px;
  }
}

.material-area {
  margin-bottom: 60px;
}
@media (max-width: 799px) {
  .material-area {
    margin-bottom: 30px;
  }
}

.info-item {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2%;
  line-height: 1.5;
}
@media (max-width: 799px) {
  .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.info-item.no-link {
  pointer-events: none;
}
.info-item time {
  width: 80px;
}
@media (max-width: 799px) {
  .info-item time {
    width: 100%;
  }
}
.info-item h3 {
  width: auto;
}
@media (max-width: 799px) {
  .info-item h3 {
    width: 100%;
  }
}
.info-item h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #FFF494));
  background: -webkit-linear-gradient(transparent 55%, #FFF494 0%);
  background: linear-gradient(transparent 55%, #FFF494 0%);
}

.info-area {
  max-width: 780px;
  background: #F3E4C6;
  border: 1px solid #118241;
  padding: 45px 10px 55px;
  margin-inline: auto;
}
@media (max-width: 799px) {
  .info-area {
    padding: 20px 36px 25px;
  }
}
.info-area .ttl {
  text-align: center;
  font-size: 33px;
  color: #118241;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  font-family: "linotype-didot", serif;
}
@media (max-width: 799px) {
  .info-area .ttl {
    padding-bottom: 14px;
    margin-bottom: 19px;
    font-size: 30px;
  }
}
.info-area .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  border-bottom: 2px solid #118241;
}
.info-area ul {
  max-width: 590px;
  margin-inline: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 70px;
}
.info-area ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 799px) {
  .info-area ul {
    max-height: 110px;
  }
}
.info-area ul li:nth-child(n+2) {
  margin-top: 10px;
}

.contents .sec-head {
  padding-bottom: 77px;
}
@media (max-width: 799px) {
  .contents .sec-head {
    padding-bottom: 30px;
  }
}
.contents .contents-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-item {
  background: transparent center center/cover;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 799px) {
  .contents-item {
    height: 23.75vw;
    min-height: 100px;
  }
}
.contents-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  background: rgba(255, 255, 255, 0.55);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (min-width: 800px) {
  .contents-item:hover .main {
    color: #231815;
  }
  .contents-item:hover .head::before {
    border-bottom: 1px solid #231815;
  }
  .contents-item:hover .img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .contents-item:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents-item .img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media (max-width: 799px) {
  .contents-item .img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.contents-item .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.contents-item .en-ttl {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 5px;
}
@media (max-width: 799px) {
  .contents-item .en-ttl {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.contents-item .ja-ttl {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 799px) {
  .contents-item .ja-ttl {
    font-size: 10px;
  }
}
.contents-item .tx {
  font-size: 14px;
}
@media (max-width: 799px) {
  .contents-item .tx {
    font-size: 12px;
  }
}
.contents-item .head {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .contents-item .head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.contents-item .head::before {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .sec.concept .top-subTll .en {
    height: 50px;
  }
  .sec.concept .top-subTll .ja {
    font-size: 35px;
    padding-top: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 799px) {
  .sec.concept .top-subTll .ja {
    font-size: 28px;
    padding-left: 15px;
  }
}
@media (max-width: 799px) {
  .sec.concept {
    margin-bottom: 30px;
  }
}
.sec.concept .wrap.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}
@media (max-width: 1300px) {
  .sec.concept .wrap.flexBox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .sec.concept .wrap.flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec.concept .sec-head {
  width: 39.0625%;
}
@media (max-width: 799px) {
  .sec.concept .sec-head {
    width: 100%;
  }
}
.sec.concept .sec-head .concept-ttl {
  position: relative;
  z-index: 2;
}
.sec.concept .sec-head .concept-images {
  position: relative;
  z-index: 1;
}
.sec.concept .sec-body .float-img {
  max-width: 185px;
  margin-left: auto;
}
.sec.concept .sec-body .top-subTll {
  margin-bottom: 10px;
}

.cg-cont {
  position: relative;
}
.cg-cont .float-img {
  position: absolute;
}

@media (max-width: 799px) {
  .cg-01-cont {
    padding-top: 90px;
    margin-top: 30px;
  }
}
.cg-01-cont .cg-01 .caption {
  bottom: 8px;
  right: 10px;
}
.cg-01-cont .img-01 {
  max-width: 160px;
  top: 0;
  left: 15%;
}
@media (max-width: 1000px) {
  .cg-01-cont .img-01 {
    max-width: 90px;
  }
}
.cg-01-cont .img-02 {
  max-width: 310px;
  top: 63%;
  left: 74%;
}
@media (max-width: 1000px) {
  .cg-01-cont .img-02 {
    max-width: 130px;
  }
}
@media (max-width: 799px) {
  .cg-01-cont .img-02 {
    left: 43%;
  }
}
.cg-01-cont .img-03 {
  max-width: 330px;
  top: 6%;
  left: 70%;
}
@media (max-width: 1000px) {
  .cg-01-cont .img-03 {
    max-width: 210px;
  }
}
@media (max-width: 799px) {
  .cg-01-cont .img-03 {
    max-width: 230px;
  }
}

.cg-02-cont .cg-02 {
  max-width: 1300px;
  margin-inline: auto;
}
@media (max-width: 799px) {
  .cg-02-cont .cg-02 {
    max-width: 500px;
    padding: 0 20px;
  }
}
.cg-02-cont .img-01 {
  max-width: 115px;
  top: -32%;
  left: 53%;
}
@media (max-width: 1000px) {
  .cg-02-cont .img-01 {
    max-width: 85px;
  }
}
@media (max-width: 799px) {
  .cg-02-cont .img-01 {
    left: 0;
    top: -245px;
  }
}

.contents-list {
  max-width: 1000px;
  margin-inline: auto;
}
.contents-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.6%;
}
.contents-list ul li {
  width: 32.2666666667%;
}
@media (max-width: 900px) {
  .contents-list ul li {
    width: 49.2%;
  }
}
.contents-list ul li:nth-child(n+4) {
  margin-top: 16px;
}
@media (max-width: 900px) {
  .contents-list ul li:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media (max-width: 799px) {
  .contents-list ul li:nth-child(n+3) {
    margin-top: 8px;
  }
}

.concept-images {
  aspect-ratio: 750/735;
  max-width: 750px;
}
.concept-images ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.concept-images ul li {
  position: absolute;
}
.concept-images ul li.img-01 {
  max-width: 170px;
  top: 5%;
  left: 8%;
  width: calc(170 / 750 * 100%);
}
.concept-images ul li.img-02 {
  max-width: 245px;
  top: 0;
  left: 31%;
  width: calc(245 / 750 * 100%);
}
.concept-images ul li.img-03 {
  max-width: 215px;
  left: 0;
  top: 35%;
  width: calc(215 / 750 * 100%);
}
.concept-images ul li.img-04 {
  max-width: 270px;
  top: 37%;
  left: 48%;
  width: calc(270 / 750 * 100%);
}
.concept-images ul li.img-05 {
  max-width: 200px;
  top: 60%;
  left: 72%;
  width: calc(200 / 750 * 100%);
}
.concept-images ul li.img-06 {
  max-width: 225px;
  top: 3%;
  left: 70%;
  width: calc(225 / 750 * 100%);
}
.concept-images ul li.img-07 {
  max-width: 220px;
  top: 58%;
  left: 30%;
  width: calc(220 / 750 * 100%);
}
.concept-images .imgWRap {
  width: 100%;
}
.concept-ttl {
  margin-left: 8%;
}

.top-subTll {
  position: relative;
}
.top-subTll.concept-subTtl .en {
  height: 70px;
}
.top-subTll .en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-subTll .en img {
  width: 100%;
  height: 100%;
}
.top-subTll .ja {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-left: 65px;
  font-size: 60px;
  line-height: 1.75;
}

.top-lead {
  font-size: 14px;
  line-height: 3.5;
  margin-top: 0;
  margin-bottom: 50px;
}

.top-ttlCont .top-lead {
  padding-left: 65px;
}
@media (max-width: 1200px) {
  .top-ttlCont .top-lead {
    line-height: 2;
    padding-left: 40px;
  }
}
@media (max-width: 799px) {
  .top-ttlCont .top-lead {
    padding-left: 15px;
  }
}

.cg-01 {
  width: 100%;
  margin-inline: auto;
}
.cg-01 img {
  width: 100%;
}

.anim-blur.c-anim-up {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.anim-blur.c-anim-up.is-move {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.mv-swiper {
  height: 100%;
  max-height: 100%;
}
.mv-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mv-swiper .slide,
.mv-swiper .img,
.mv-swiper picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-swiper .img,
.mv-swiper picture {
  line-height: 0;
  font-size: 0;
}
.mv-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

/* -------------------------------------
   メインビジュアル：1920x1080以内で画面に収める
------------------------------------- */
.mainVisual {
  max-width: 1920px;
  margin-inline: auto;
  max-height: 1080px; /* 1080px以上は大きくならない */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並び */
  height: 100dvh; /* スマホのアドレスバー対策 */
}
@media (max-width: 1300px) {
  .mainVisual {
    height: auto;
  }
}

/* -------------------------------------
   スライダーエリア
------------------------------------- */
.mv-slide {
  width: 100%;
  min-height: 0;
}
@media (min-width: 1200px) {
  .mv-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; /* 緑の帯の高さを引いた残りの高さをすべて使う */
  }
}

/* -------------------------------------
   下の緑の帯
------------------------------------- */
.mv-lead {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; /* スライダーに押し潰されないようにする */
}

/* -------------------------------------
   Swiper本体と画像
------------------------------------- */
.mv-swiper {
  width: 100%;
  height: 100%;
}
.mv-swiper .swiper-slide {
  height: 100%;
}
.mv-swiper .slide,
.mv-swiper .img,
.mv-swiper picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* 画像全体を枠内に収める */
  vertical-align: bottom;
  margin-inline: auto; /* 左右に余白ができた場合、画像を中央に配置する */
}