@charset "UTF-8";
/***  メインビジュアル　フェード  ***/
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15 {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 2em 0;
}
@media (min-width: 768px) {
  #top01,
  #top02,
  #top03,
  #top04,
  #top05,
  #top06,
  #top07,
  #top08,
  #top09,
  #top10,
  #top11,
  #top12,
  #top13,
  #top14,
  #top15 {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  #top01,
  #top02,
  #top03,
  #top04,
  #top05,
  #top06,
  #top07,
  #top08,
  #top09,
  #top10,
  #top11,
  #top12,
  #top13,
  #top14,
  #top15 {
    max-width: 1200px;
    padding: 40px 0;
  }
}

/*メインビジュアル*/
.mv {
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
@media (min-width: 768px) {
  .mv {
    min-height: 800px;
  }
}

#mv {
  width: 100%;
  height: 100%;
}
#mv .slick-list, #mv .slick-track {
  width: 100%;
  height: 100%;
}

.mv__slideItem {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv__imgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv__imgWrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mv__heading {
  position: absolute;
  top: 16%;
  left: 48%;
  transform: translateX(-50%);
  width: 69%;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .mv__heading {
    top: 24.5%;
    max-width: 367px;
    width: 100%;
    margin-right: 0;
  }
}

/*====================
	固定バナー
===================*/
.fixedBanner {
  max-width: unset;
  width: 69%;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .fixedBanner {
    max-width: 395px;
    bottom: 145px;
  }
}
.fixedBanner.is-closed {
  bottom: calc(var(--banner-height) * -1);
}
.fixedBanner.is-closed .fixedBanner__close {
  top: -8vw;
}
@media (min-width: 768px) {
  .fixedBanner.is-closed .fixedBanner__close {
    top: -38px;
  }
}
.fixedBanner.is-closed .fixedBanner__close::before {
  background: transparent;
  top: 46%;
  width: 2vw;
  height: 2vw;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media (min-width: 768px) {
  .fixedBanner.is-closed .fixedBanner__close::before {
    width: 10px;
    height: 10px;
  }
}
.fixedBanner.is-closed .fixedBanner__close::after {
  width: 40%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.fixedBanner__link {
  display: block;
}
.fixedBanner__link:hover {
  opacity: 1;
}

.fixedBanner__close {
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 6%;
  right: 3.5%;
  z-index: 100;
  width: 9%;
  aspect-ratio: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .fixedBanner__close {
    border-radius: 17px;
    top: 11px;
    right: 16px;
    width: 34px;
  }
}
.fixedBanner__close::before, .fixedBanner__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixedBanner__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fixedBanner__close.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/*====================
	コンテンツ
===================*/
/*====================
	top01
===================*/
.top01 #top01 {
  padding-top: 0;
}

.top01__back {
  background: linear-gradient(transparent 0px, transparent 14.6153846154vw, #F2F2F2 14.6153846154vw, #F2F2F2 100%);
}
@media (min-width: 768px) {
  .top01__back {
    background: linear-gradient(transparent 0px, transparent 28px, #F2F2F2 28px, #F2F2F2 100%);
  }
}

/*====================
	top02
===================*/
.top02 {
  margin-top: -1em;
}
@media (min-width: 768px) {
  .top02 {
    margin-top: 0;
  }
}
.top02 #top02 {
  max-width: 1100px;
  width: 78%;
  margin-inline: auto;
  padding-top: 0;
}
@media (min-width: 768px) {
  .top02 #top02 {
    width: 96%;
  }
}

.top02__header {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.top02__badgeArea {
  max-width: 31.179487vw;
  width: 100%;
  margin-left: -5vw;
}
@media (min-width: 768px) {
  .top02__badgeArea {
    max-width: 141px;
    margin-left: 0;
  }
}

.top02__ttlWrap {
  font-size: 9.6153846154vw;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-left: 2.0512820513vw;
  padding-top: 0.1rem;
}
@media (min-width: 768px) {
  .top02__ttlWrap {
    font-size: 50px;
    margin-left: 1.8rem;
  }
}
.top02__ttlWrap > span:last-child {
  display: inline-block;
  font-size: 0.26em;
  line-height: 2.84615385;
  letter-spacing: 0.26em;
  vertical-align: middle;
  margin-left: 1.0256410256vw;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .top02__ttlWrap > span:last-child {
    transform: translateY(-4px);
    margin-left: 0.5em;
  }
}

.top02__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.5em 3.09%;
  margin-top: -9vw;
}
@media (min-width: 768px) {
  .top02__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4em 3.09%;
    margin-top: -2.3em;
  }
}

.top02__body {
  width: 95%;
  margin-inline: 0 auto;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .top02__body {
    width: 91%;
    margin-inline: auto;
    margin-top: 1.5em;
  }
}

.top02__imgWrap {
  width: 100%;
  aspect-ratio: 342/223;
  overflow: hidden;
}
.top02__imgWrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top02__name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .top02__name {
    font-size: 15px;
  }
}

.top02__desc {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top02__desc {
    line-height: 1.8;
  }
}

.top02__rate {
  text-align: right;
  font-size: 40px;
}
@media (min-width: 768px) {
  .top02__rate {
    font-size: 42px;
    margin-top: 0.1em;
  }
}
.top02__rate > span:first-child {
  font-size: 0.285em;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.top02__rate > span:last-child > span {
  font-size: 0.357em;
  letter-spacing: 0.1em;
}

.top02__detailBtnWrap {
  max-width: 228px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top02__detailBtnWrap {
    margin-top: 8px;
  }
}

.top02__detailBtn {
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 21.6px;
  width: 100%;
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-block: 9px;
  padding-inline: 1em;
}
.top02__detailBtn:hover {
  color: #808080;
}

.top02__moreWrap {
  max-width: 308px;
  width: 100%;
  margin-inline: auto;
}

.top02__moreBtn {
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 31px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  padding-block: 18.5px;
  padding-inline: 1em;
}

.top02__moreBtnText {
  position: relative;
}
.top02__moreBtnText > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  width: 11.57px;
  height: 11.57px;
  background: url("../img/common/icon_outlink_white.svg") center/contain no-repeat;
}

/*====================
	top03
===================*/
.top03 #top03 {
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}

.top03__box {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: url("../img/top/top03_bg_sp.jpg") center top/cover no-repeat;
}
@media (min-width: 768px) {
  .top03__box {
    height: auto;
    min-height: 644px;
    background: url("../img/top/top03_bg.jpg") center top/cover no-repeat;
  }
}

.top03__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3em 50px;
  padding-top: 5em;
  padding-inline: 8.9% 6.4%;
}
@media (min-width: 768px) {
  .top03__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 82.1%;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.top03__ttl {
  max-width: 450px;
  width: 93.3%;
}
@media (min-width: 768px) {
  .top03__ttl {
    max-width: 565px;
    width: 100%;
    margin-top: 47px;
  }
}

.top03__text {
  max-width: 332px;
  width: 85.8%;
}
@media (min-width: 768px) {
  .top03__text {
    max-width: 332px;
    width: 100%;
  }
}

.top03__slideBox {
  max-width: 534px;
  width: 92%;
  margin-inline: auto;
  margin-top: -109px;
}
@media (min-width: 768px) {
  .top03__slideBox {
    margin-top: -148px;
  }
}

.top03__slide {
  width: calc((100vw - 100%) / 2 + 100%);
}
@media (min-width: 1600px) {
  .top03__slide {
    max-width: unset;
  }
}
.top03__slide .top03__slideItem {
  max-width: 241px;
  width: 100%;
}
@media (min-width: 768px) {
  .top03__slide .top03__slideItem {
    max-width: 393px;
    width: 100%;
    margin-right: 20px;
  }
}
.top03__slide .slick-track {
  display: flex;
  gap: 20px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .top03__slide .slick-track {
    gap: 0;
  }
}

/*====================
	top04
===================*/
.top04 #top04 {
  max-width: 1543px;
  width: 96%;
  margin-inline: auto;
  padding-top: 2em;
}

.top04__2way {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 1.5em;
}
@media (min-width: 1100px) {
  .top04__2way {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top04__2wayItem {
  position: relative;
  width: 100%;
  aspect-ratio: 745/685;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  .top04__2wayItem {
    aspect-ratio: 759/577;
  }
}
.top04__2wayItem.no01 {
  background: url("../img/top/top04_img01_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__2wayItem.no01 {
    background: url("../img/top/top04_img01.jpg") center/cover no-repeat;
  }
}
.top04__2wayItem.no02 {
  background: url("../img/top/top04_img02_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__2wayItem.no02 {
    background: url("../img/top/top04_img02.jpg") center/cover no-repeat;
  }
}
.top04__2wayItem.no03 {
  background: url("../img/top/top04_img03_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__2wayItem.no03 {
    background: url("../img/top/top04_img03.jpg") center/cover no-repeat;
  }
}
.top04__2wayItem.no04 {
  background: url("../img/top/top04_img04_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__2wayItem.no04 {
    background: url("../img/top/top04_img04.jpg") center/cover no-repeat;
  }
}
.top04__2wayItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, transparent 70%, transparent 100%);
}

.top04__2wayTexts {
  position: relative;
  z-index: 1;
  width: 85%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top04__2wayTexts {
    width: 87%;
  }
}
.top04__2wayTexts > p {
  font-size: 2.5641025641vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 100%;
}
@media (min-width: 768px) {
  .top04__2wayTexts > p {
    font-size: 11px;
    max-width: 370px;
    width: 100%;
    margin-left: -2%;
  }
}

.top04__2waycatch {
  max-width: 367px;
  width: 100%;
}

.top04__2wayTtl {
  width: 66%;
}
@media (min-width: 768px) {
  .top04__2wayTtl {
    max-width: 333px;
    width: 100%;
  }
}
.top04__2wayTtl > h2 > img {
  width: 100%;
}
.top04__2wayTtl .top04__2waySubTtl {
  font-size: 2.9230769231vw;
  line-height: 2.3;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top04__2wayTtl .top04__2waySubTtl {
    font-size: 19px;
  }
}

.top04__2wayBtn {
  text-decoration: none;
  text-align: center;
  max-width: 51.0256410256vw;
  width: 100%;
  border-radius: 5.1282051282vw;
  display: block;
  font-size: 3.0769230769vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-block: 2.4vw;
  padding-inline: 1em;
  margin-top: 3.0769230769vw;
}
@media (min-width: 768px) {
  .top04__2wayBtn {
    max-width: 282px;
    font-size: 13px;
    padding-block: 19.5px;
    padding-inline: 1em;
    margin-top: 2em;
  }
}

.top04__4way {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8205128205vw;
  width: 96%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top04__4way {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.817%;
    width: 100%;
  }
}

.top04__4wayItem {
  position: relative;
  width: 100%;
  aspect-ratio: 709/271;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9%;
}
@media (min-width: 768px) {
  .top04__4wayItem {
    aspect-ratio: 376/271;
  }
}
.top04__4wayItem.no01 {
  background: url("../img/top/top04_img05_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__4wayItem.no01 {
    background: url("../img/top/top04_img05.jpg") center/cover no-repeat;
  }
}
.top04__4wayItem.no02 {
  background: url("../img/top/top04_img06_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__4wayItem.no02 {
    background: url("../img/top/top04_img06.jpg") center/cover no-repeat;
  }
}
.top04__4wayItem.no02::before {
  content: unset;
  display: inline-block;
  position: absolute;
  top: -3%;
  right: -4%;
  width: 56.1%;
  aspect-ratio: 427/308;
  background: url("../img/top/top04_img06_texts.png") center/contain no-repeat;
  z-index: 2;
}
@media (min-width: 768px) {
  .top04__4wayItem.no02::before {
    content: "";
  }
}
.top04__4wayItem.no03 {
  background: url("../img/top/top04_img07_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__4wayItem.no03 {
    background: url("../img/top/top04_img07.jpg") center/cover no-repeat;
  }
}
.top04__4wayItem.no04 {
  background: url("../img/top/top04_img08_sp.jpg") center/cover no-repeat;
}
@media (min-width: 768px) {
  .top04__4wayItem.no04 {
    background: url("../img/top/top04_img08.jpg") center/cover no-repeat;
  }
}
.top04__4wayItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%, transparent 90%, transparent 100%);
}

.top04__4wayTexts {
  position: relative;
  z-index: 1;
  width: 82.4%;
  margin-inline: auto;
}

.top04__4wayTtl {
  font-size: 5.0769230769vw;
  line-height: 1.52538135;
  letter-spacing: 0.099em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top04__4wayTtl {
    font-size: 1.5625vw;
    line-height: 1.44;
    letter-spacing: 0.15em;
    font-weight: bold;
  }
}
@media (min-width: 1600px) {
  .top04__4wayTtl {
    font-size: 25px;
  }
}

.top04__4wayText, .top04__4wayText--large {
  font-size: 2.4358974359vw;
  line-height: 1.68;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top04__4wayText, .top04__4wayText--large {
    font-size: 1vw;
    line-height: 1.63;
  }
}
@media (min-width: 1600px) {
  .top04__4wayText, .top04__4wayText--large {
    font-size: 16px;
  }
}
.top04__4wayText--large {
  font-size: 3.4615384615vw;
  line-height: 2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top04__4wayText--large {
    font-size: 1.125vw;
  }
}

.top04__more {
  max-width: 1100px;
  width: 96%;
  margin-inline: auto;
}

.top04__moreCatch {
  font-size: 3.7807692308vw;
}
@media (min-width: 768px) {
  .top04__moreCatch {
    font-size: 20px;
  }
}

.top04__more4way {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25vw 1.9743589744vw;
}
@media (min-width: 768px) {
  .top04__more4way {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.86%;
  }
}

.top04__more4wayItem {
  position: relative;
  aspect-ratio: 268/193;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1em;
}
.top04__more4wayItem::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%, transparent 90%, transparent 100%);
}
.top04__more4wayItem.no01 {
  background: url("../img/top/top04_img09.jpg") center/cover no-repeat;
}
.top04__more4wayItem.no02 {
  background: url("../img/top/top04_img10.jpg") center/cover no-repeat;
}
.top04__more4wayItem.no03 {
  background: url("../img/top/top04_img11.jpg") center/cover no-repeat;
}
.top04__more4wayItem.no04 {
  background: url("../img/top/top04_img12.jpg") center/cover no-repeat;
}

.top04__more4wayTexts {
  position: relative;
  z-index: 1;
  width: 82.45%;
  margin-inline: auto;
}

.top04__more4wayTtl, .top04__more4wayTtl--pBottom {
  font-size: 3.3846153846vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .top04__more4wayTtl, .top04__more4wayTtl--pBottom {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 990px) {
  .top04__more4wayTtl, .top04__more4wayTtl--pBottom {
    font-size: 17.8px;
  }
}
.top04__more4wayTtl--pBottom {
  padding-bottom: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top04__more4wayTtl--pBottom {
    padding-bottom: 0.6em;
  }
}
.top04__more4wayTtl > span, .top04__more4wayTtl--pBottom > span {
  display: block;
  font-size: 0.64em;
}

.top04__btn {
  max-width: 558px;
  width: 97%;
  margin-inline: 1% auto;
}
@media (min-width: 768px) {
  .top04__btn {
    width: 100%;
    margin-inline: auto;
  }
}

/*====================
	top05
===================*/
.top05 #top05 {
  max-width: 1355px;
  width: 92%;
  margin-inline: auto;
  padding-top: 3em;
}
@media (min-width: 768px) {
  .top05 #top05 {
    padding-top: 4em;
  }
}

.top05__heading {
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top05__heading {
    max-width: 350px;
  }
}

.top05__bannerLink {
  display: block;
  width: 100%;
}
.top05__bannerLink > img {
  width: 100%;
  height: auto;
}

/*====================
	top06
===================*/
.top06 #top06 {
  max-width: 1355px;
  width: 92%;
  margin-inline: auto;
}

.top06__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top06__wrap {
    flex-direction: row;
  }
}

.top06__heading {
  font-size: 45px;
}
@media (min-width: 768px) {
  .top06__heading {
    transform: translate(-47px, 23px) rotate(90deg);
    font-size: 57px;
  }
}
.top06__heading > span {
  display: block;
}
.top06__heading > span:first-child {
  font-size: 0.281em;
  letter-spacing: 0.26em;
  font-weight: bold;
}
.top06__heading > span:last-child {
  margin-top: -0.5em;
}

.top06__list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em 4em;
}
@media (min-width: 768px) {
  .top06__list {
    grid-template-columns: 1fr 1fr;
  }
}

.top06__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}

.top06__link {
  display: flex;
  align-items: center;
  gap: 7.6%;
}
@media (min-width: 768px) {
  .top06__link {
    gap: 10.6%;
  }
}
.top06__link:hover {
  opacity: 1;
}
.top06__link:hover .top06__thumb > img {
  opacity: 1;
  transform: translateY(0);
}

.top06__thumb {
  position: relative;
  aspect-ratio: 141/113;
  width: 26.5%;
}
@media (min-width: 768px) {
  .top06__thumb {
    width: 24.5%;
  }
}
.top06__thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 9.68px;
  left: 9.61px;
  width: 100%;
  height: 100%;
  background: rgba(8, 42, 84, 0.1);
}
.top06__thumb > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.top06__texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.top06__metaBox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5.57%;
}

.top06__date {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #666;
}

.top06__cats {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8.7%;
}
.top06__cats > li {
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #666;
}

.top06__title {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top06__moreLinkBox {
  text-align: right;
}

.top06__moreLink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.top06__moreLink::before {
  content: "";
  display: inline-block;
  width: 4.63px;
  aspect-ratio: 4.63/7.78;
  background: url("../img/common/icon_arrow_blue.svg") center/contain no-repeat;
}

/*====================
	top07
===================*/
.top07 #top07 {
  max-width: 1166px;
  width: 92%;
  margin-inline: auto;
}

.top07__heading {
  font-size: 64px;
  color: #FFF;
}
.top07__heading > span {
  display: inline-block;
  font-size: 0.266em;
  line-height: 2;
  letter-spacing: 0.26em;
  vertical-align: middle;
  transform: translateY(-6px);
}

.top07__slideBox {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.top07__slide .slick-track {
  gap: 23px;
}

.top07__slideItem {
  max-width: 630px;
  width: 100%;
}

.top07__texts {
  width: 95%;
  margin-inline: auto;
}

.top07__btnBox {
  max-width: 285px;
  width: 100%;
  margin-inline: auto;
}

.top07__btn {
  border-radius: 31px;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.25em;
  font-weight: bold;
  padding-block: 19.5px;
  padding-inline: 1em;
}

/*====================
	top08
===================*/
.top08 {
  position: relative;
}
.top08 #top08 {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  max-width: 1108px;
  width: 92%;
  margin-inline: auto;
}

.top08__header {
  position: relative;
  z-index: 1;
}

.top08__heading {
  writing-mode: vertical-rl;
}
.top08__heading > span {
  display: inline-block;
  background: #082A54;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.3em;
  font-weight: bold;
  color: #fff;
  padding-inline: 1.2em;
}
@media (min-width: 768px) {
  .top08__heading > span {
    font-size: 23px;
  }
}
.top08__heading > span:last-child {
  margin-right: 21px;
}

.top08__imgBox {
  position: relative;
  width: 80%;
  margin-right: calc(50% - 50vw);
  margin-top: -17%;
  margin-left: -10%;
}
@media (min-width: 768px) {
  .top08__imgBox {
    width: 51.625vw;
    margin-top: -17%;
  }
}

.top08__img01 {
  width: 100%;
}

.top08__img02 {
  width: 100%;
  position: absolute;
  bottom: -1%;
  right: 0;
}
@media (min-width: 768px) {
  .top08__img02 {
    bottom: 0;
    right: unset;
    left: -49.76%;
  }
}

/*====================
	top09
===================*/
.top09 #top09 {
  max-width: 1191px;
  width: 92%;
  margin-inline: auto;
  padding-top: 1em;
}

.top09__header {
  max-width: 1032px;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top09__header {
    width: 100%;
  }
}
.top09__header > p {
  max-width: 687px;
  width: 100%;
}

.top09__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 15px;
}
@media (min-width: 768px) {
  .top09__list {
    grid-template-columns: 1fr 1fr;
    gap: 18px 15px;
  }
}

.top09__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 586/174;
  padding-bottom: 5%;
}
.top09__link:hover .top09__heading > img {
  opacity: 1;
  transform: translateY(0);
}
.top09__link:hover::after {
  right: -3%;
}
.top09__link.no01 {
  background: url("../img/top/top09_img01.jpg") center/cover no-repeat;
}
.top09__link.no02 {
  background: url("../img/top/top09_img02.jpg") center/cover no-repeat;
}
.top09__link.no03 {
  background: url("../img/top/top09_img03.jpg") center/cover no-repeat;
}
.top09__link.no04 {
  background: url("../img/top/top09_img04.jpg") center/cover no-repeat;
}
.top09__link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.top09__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: -6%;
  right: -2%;
  width: 17.12%;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
  background: url("../img/common/icon_arrow_circle.svg") center/contain no-repeat;
}

.top09__texts {
  position: relative;
  z-index: 1;
  width: 81.9%;
  margin-inline: auto;
}

.top09__heading {
  width: 100%;
}
@media (min-width: 768px) {
  .top09__heading {
    width: 56.76%;
  }
}

.top09__enText {
  font-size: 2.6923076923vw;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .top09__enText {
    font-size: 1.0769230769vw;
  }
}
@media (min-width: 1300px) {
  .top09__enText {
    font-size: 14px;
  }
}

/*==================
  top10
==================*/
.top10 #top10 {
  max-width: 1191px;
  width: 92%;
  margin-inline: auto;
}

.top10__cols {
  display: flex;
  flex-direction: column;
  gap: 2em 103px;
  width: 100%;
}
@media (min-width: 768px) {
  .top10__cols {
    flex-direction: row;
    gap: 2em 6.4375vw;
    width: calc((100vw - 100%) / 2 + 100%);
  }
}
@media (min-width: 1600px) {
  .top10__cols {
    gap: 2em 103px;
  }
}

.top10__header {
  width: 80%;
  margin-inline: auto;
  padding-top: 0;
}
@media (min-width: 768px) {
  .top10__header {
    width: auto;
    padding-top: 5em;
  }
}
.top10__header .top10__tel {
  text-decoration: none;
}

.top10__btnBox {
  max-width: 247px;
  width: 100%;
}

.top10__btn {
  text-align: center;
  display: block;
  position: relative;
  border-radius: 31.179px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #0071BC, #082A54) border-box;
  border: 2px solid transparent;
  padding-block: 17.5px;
  padding-inline: 1em;
}

.top10__mapBox {
  flex: 1;
  position: relative;
  aspect-ratio: 966/597;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 768px) {
  .top10__mapBox {
    width: auto;
    margin-left: 0;
  }
}
.top10__mapBox > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==================
  top11
==================*/
.top11 {
  position: relative;
  background: url("../img/top/top11_bg.jpg") center top/cover no-repeat;
}
.top11::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.2);
}
.top11 #top11 {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
}

.top11__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media (min-width: 768px) {
  .top11__cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top11__item {
  width: 100%;
  aspect-ratio: 356/108;
}

.top11__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 3%;
}
.top11__link:hover .top11__linkText > img {
  opacity: 1;
  transform: translateY(0);
}
.top11__link.no01 {
  background: url("../img/top/top11_img01.jpg") center/cover no-repeat;
}
.top11__link.no02 {
  background: url("../img/top/top11_img02.jpg") center/cover no-repeat;
}
.top11__link.no03 {
  background: url("../img/top/top11_img03.jpg") center/cover no-repeat;
}
.top11__link.no03 .top11__linkText {
  width: 40.45%;
}

.top11__linkText {
  width: 50.56%;
}
.top11__linkText > img {
  width: 100%;
}

.top11__1wayLink {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em 5%;
  padding-inline: 2em 0;
  padding-block: 25% 16px;
}
@media (min-width: 768px) {
  .top11__1wayLink {
    gap: 1em 11.55%;
    padding-block: 34px;
  }
}
.top11__1wayLink:hover .top11__1wayImg > img, .top11__1wayLink:hover .top11__icon > img, .top11__1wayLink:hover .top11__1wayText > img {
  opacity: 1;
  transform: translateY(0);
}
.top11__1wayLink:hover .top11__icon {
  transform: translate(7px, 9%);
}

.top11__1wayImg {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 240px;
}
@media (min-width: 768px) {
  .top11__1wayImg {
    position: absolute;
    top: 59%;
    left: 0;
    transform: translate(0, -50%);
    width: 45%;
  }
}

.top11__1wayText {
  width: 68.35%;
}
@media (min-width: 768px) {
  .top11__1wayText {
    width: 31.35%;
  }
}
.top11__1wayText > img {
  width: 100%;
}

.top11__icon {
  width: 90px;
  transform: translateY(9%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .top11__icon {
    width: 9%;
  }
}
.top11__icon > img {
  width: 100%;
}

/*=================================================================================*/
/** 矢印がまとまってるスライドショー設定**/
.slick__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}

.slick__images {
  padding: 120px 0 60px 0;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #18212b;
  background: #fff;
  cursor: pointer;
}

.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc(100vw - 100% + 95px);
}

.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc(100vw - 100% + 30px);
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: "";
}

.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
  position: relative;
  width: 400px;
  margin: 0 0 2em;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
  margin-right: 30px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.slick__image:hover {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.slick__image:before {
  display: block;
  /*padding-top: calc((2 / 3) * 100%);*/
  content: "";
}

.slick__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}