@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.p-top__parent_head, .p-top__blog_head, .p-top__special_head, .p-top__info_head, .p-top__news_head {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.p-top__mv {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.p-top__mv_img {
  width: 100%;
}
.p-top__mv_img img {
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
  width: 100%;
}
.p-top__mv_img video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
  -o-object-position: center top;
  object-position: center top;
  aspect-ratio: 16/9;
}
.p-top__mv_txt {
  position: absolute;
  z-index: 1;
  width: 220px;
  width: clamp(11.25rem, 47.0588235294vw + 0.2205882353rem, 13.75rem);
  left: 20px;
  bottom: 30px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
.p-top__mv__video {
  position: absolute;
  right: 20px;
  bottom: 20px;
  aspect-ratio: 300/95;
  background: url(../images/top/img_banner_video.svg) center/contain no-repeat;
  display: flex;
  align-items: center;
  opacity: 1;
  width: clamp(9.0625rem, 41.1764705882vw + -0.5882352941rem, 11.25rem);
}
.p-top__mv__thumnail {
  width: 52%;
  position: absolute;
  left: 2%;
  overflow: clip;
}
.p-top__mv__thumnail img {
  transition: transform 0.5s ease;
}
.p-top__video {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__video.is-open {
  pointer-events: all;
  opacity: 1;
}
.p-top__video.is-open .p-top__video__close {
  opacity: 1;
}
.p-top__video__close {
  width: 60px;
  aspect-ratio: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 20px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 2;
  color: #fff;
  cursor: pointer;
  transition: color 0.5s ease;
}
.p-top__video__close::after, .p-top__video__close::before {
  content: "";
  position: absolute;
  width: 60%;
  background-color: currentColor;
  height: 2px;
}
.p-top__video__close::after {
  transform: rotate(90deg);
}
.p-top__video__inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: clip;
  max-width: max(200px, max(100%, 700px));
}
.p-top__video video {
  width: 100%;
  aspect-ratio: 640/360;
}

.p-top__about {
  padding-block: 80px;
}
.p-top__about_content {
  margin-top: 40px;
}
.p-top__about_ttl {
  line-height: 1.7894541404;
  font-size: 1.375rem;
}
.p-top__about_ttl {
  letter-spacing: 0.119em;
}
.p-top__about_desc {
  line-height: 1.9994574064;
  font-size: 1rem;
}
.p-top__about_desc {
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.p-top__about_img {
  text-align: center;
}
.p-top__about_img img {
  max-width: 320px;
  width: 75%;
}
.p-top__about_more {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  padding-inline: 20px;
  margin-top: 60px;
}
.p-top__about_more .c-btn04 {
  width: 100%;
}

.p-top__news {
  background-color: #f5f5f5;
  padding-block: 60px;
}
.p-top__news_inner {
  margin-top: 40px;
}
.p-top__news_cates {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1px 20px;
}
.p-top__news_cate {
  position: relative;
  z-index: 0;
  flex: max(200px, 34vw);
}
.p-top__news_cate::before {
  position: absolute;
  inset: -1px 0;
  content: "";
  border-width: 1px 0;
  border-style: solid;
  border-color: currentColor;
  pointer-events: none;
}
.p-top__news_cate.is-active a {
  pointer-events: none;
}
.p-top__news_cate.is-active a::after {
  background-color: var(--color-accent01);
}
.p-top__news_cate a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.p-top__news_cate a {
  letter-spacing: 0.08em;
  opacity: 1;
  padding-block: 5px;
  padding-inline: 10px 0;
}
.p-top__news_cate a::after {
  content: "";
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  width: 15px;
  background-color: var(--color-base);
}
.p-top__news_content {
  margin-top: 40px;
  width: 100%;
}
.p-top__news_list {
  width: 100%;
}
.p-top__news_list .item + .item {
  margin-top: 25px;
}
.p-top__news_list .item:nth-last-of-type(1), .p-top__news_list .item:nth-last-of-type(2) {
  display: none;
}
.p-top__news_list .item_link {
  display: block;
}
.p-top__news_list .item_img {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.p-top__news_list .item_img img {
  width: 100%;
  aspect-ratio: 192/146;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__news_list .item_new {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff0000;
}
.p-top__news_list .item_ttl {
  font-weight: 700;
  font-size: 1.125rem;
}
.p-top__news_list .item_ttl {
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.p-top__news_list .item_desc {
  font-size: 0.75rem;
}
.p-top__news_list .item_desc {
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
}
.p-top__news_list .item_sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 10px;
}
.p-top__news_list .item_time {
  font-size: 1rem;
}
.p-top__news_list .item_time {
  letter-spacing: 0.05em;
}
.p-top__news_list .item_cates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-top__news_list .item_cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-accent01);
  letter-spacing: 0.05em;
  padding-inline: 10px;
  min-width: 120px;
  min-height: 30px;
}
.p-top__news_list .item_more {
  display: flex;
  margin-left: auto;
  gap: 5px;
  font-weight: 700;
  width: max-content;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: color 0.5s ease;
  margin-top: 10px;
  position: relative;
  z-index: 0;
}
.p-top__news_list .item_more::after {
  content: "〉";
  letter-spacing: 0;
}
.p-top__news_list .item_more::before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  height: 1px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.5s ease;
}

.p-top__depart {
  margin-top: 80px;
}
.p-top__depart .c-ttl01__jp {
  letter-spacing: 0.3em;
}
.p-top__depart .c-ttl01__en {
  font-variation-settings: "wdth" 83;
}
.p-top__depart_main {
  margin-top: 40px;
}
.p-top__depart_gallery {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.p-top__depart_img {
  height: 100%;
  position: absolute;
  inset: 0;
}
.p-top__depart_img:not(:first-child) {
  -webkit-mask-image: linear-gradient(to bottom, transparent calc(50% - 100px), #fff calc(50% + 100px));
  mask-image: linear-gradient(to bottom, transparent calc(50% - 100px), #fff calc(50% + 100px));
  -webkit-mask-size: 100% calc(200% + 200px);
  mask-size: 100% calc(200% + 200px);
  -webkit-mask-position: 50% 0%;
  mask-position: 50% 0%;
}
.p-top__depart_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__depart_list {
  display: grid;
  gap: 40px;
}
.p-top__depart_list .item {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.p-top__depart_list .item:last-child {
  height: 0;
  min-height: 0;
  display: none;
}
.p-top__depart_list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-accent01);
  width: 20px;
  z-index: 3;
}
.p-top__depart_list .item_img {
  position: sticky;
  top: 0;
  flex-shrink: 0;
  top: 70px;
}
.p-top__depart_list .item_content {
  width: 100%;
  padding-inline: 40px 20px;
  padding-block: 20px 40px;
  margin-block: auto;
  background-color: inherit;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.p-top__depart_list .item.item01 {
  background-color: var(--color-accent01);
}
.p-top__depart_list .item.item01 .item_ttl {
  max-width: 220px;
}
.p-top__depart_list .item.item02 {
  --color-accent01: #8d89bd;
}
.p-top__depart_list .item.item02 .item_ttl {
  letter-spacing: 0.1em;
}
.p-top__depart_list .item.item03 {
  --color-accent01: #fbc8c6;
}
.p-top__depart_list .item.item04 {
  --color-accent01: #cbe7b9;
}
.p-top__depart_list .item.item05 {
  background-color: var(--color-accent01);
}
.p-top__depart_list .item.item05 .item_ttl {
  max-width: 320px;
}
.p-top__depart_list .item.item06 {
  --color-accent01: #a8e1df;
}
.p-top__depart_list .item_name {
  font-size: 1rem;
}
.p-top__depart_list .item_name {
  margin-bottom: 5px;
  font-weight: 500;
}
.p-top__depart_list .item_ttl {
  font-weight: 700;
  font-size: 1.5rem;
}
.p-top__depart_list .item_ttl {
  letter-spacing: 0.199em;
  line-height: 1.5;
}
.p-top__depart_list .item_ttl small {
  font-size: 0.4311393805em;
  display: block;
  text-indent: -0.5em;
  margin-top: 4px;
}
.p-top__depart_list .item_ttl img {
  display: block;
}
.p-top__depart_list .item_ttl + .item_desc02 {
  margin-top: 20px;
}
.p-top__depart_list .item_lead {
  font-size: 1.125rem;
}
.p-top__depart_list .item_lead {
  font-weight: 700;
  letter-spacing: 0.134em;
  line-height: 1.9;
  margin-top: 10px;
}
.p-top__depart_list .item_desc01 {
  font-size: 1rem;
}
.p-top__depart_list .item_desc01 {
  letter-spacing: 0.089em;
  line-height: 2.1;
  margin-top: 20px;
}
.p-top__depart_list .item_desc02 {
  font-size: 0.875rem;
}
.p-top__depart_list .item_desc02 {
  line-height: 2.1821680564;
  letter-spacing: 0.089em;
  margin-top: 10px;
}
.p-top__depart_list .item_more {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.p-top__info {
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
  margin-top: 80px;
  padding-block: 60px 40px;
}
.p-top__info .c-ttl01__en {
  font-variation-settings: "wdth" 76.6;
}
.p-top__info_head .c-btn02__txt {
  letter-spacing: 0.1em;
}
.p-top__info_list {
  position: relative;
  z-index: 0;
  margin-top: 40px;
}

.p-top__special {
  background-color: #f5f5f5;
  padding-block: 40px 60px;
}
.p-top__special .c-ttl01__en {
  font-variation-settings: "wdth" 75.5;
}
.p-top__special_control {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.p-top__special_control .splide__arrows {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-top__special_control .splide__arrow {
  position: static;
  flex-shrink: 0;
  width: 45px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: var(--color-primary);
  border-radius: 0;
  transform: none;
}
.p-top__special_control .splide__arrow::after {
  content: "";
  aspect-ratio: 169/150;
  -webkit-mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  width: 20px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-top__special_control .splide__arrow--prev::after {
  transform: scaleX(-1);
}
.p-top__special_progress {
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.375rem;
}
.p-top__special_progress > *:nth-child(2) {
  height: 24px;
}
.p-top__special_slider {
  background-color: var(--color-primary);
  padding-block: 20px;
  margin-top: 20px;
}
.p-top__special_slider .splide__slide {
  width: 240px;
}

.p-top__special_img img {
  aspect-ratio: 55/36;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-top__blog {
  margin-top: 80px;
}
.p-top__blog .c-ttl01__en {
  font-variation-settings: "wdth" 80;
}
.p-top__blog .c-ttl01__jp {
  letter-spacing: 0;
}
.p-top__blog_inner {
  margin-top: 40px;
}
.p-top__blog_prologue {
  flex-shrink: 0;
  width: 100%;
}
.p-top__blog_lead {
  font-size: 1rem;
}
.p-top__blog_lead {
  letter-spacing: 0.089em;
}
.p-top__blog_desc {
  font-size: 0.875rem;
}
.p-top__blog_desc {
  letter-spacing: 0.089em;
  line-height: 2.3;
}
.p-top__blog_list {
  width: 100%;
  margin-top: 40px;
}
.p-top__blog_list .item + .item {
  margin-top: 40px;
}
.p-top__blog_list .item:nth-last-of-type(1), .p-top__blog_list .item:nth-last-of-type(2) {
  display: none;
}
.p-top__blog_list .item_link {
  display: block;
}
.p-top__blog_list .item_img {
  flex-shrink: 0;
  max-width: 500px;
  margin-inline: auto;
  width: 100%;
  border: 1px solid #000;
}
.p-top__blog_list .item_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 198/144;
}
.p-top__blog_list .item_ttl {
  font-size: 1.125rem;
}
.p-top__blog_list .item_ttl {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top__blog_list .item_content {
  padding-top: 10px;
}
.p-top__blog_list .item_desc {
  display: flex;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.p-top__blog_list .item_tag {
  font-size: 0.9375rem;
}
.p-top__blog_list .item_tag {
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: 1px solid currentColor;
  padding-inline: 10px;
  min-height: 30px;
  margin-right: 5px;
}
.p-top__blog_list .item_time {
  font-size: 1rem;
}
.p-top__blog_list .item_time {
  letter-spacing: 0.05em;
}
.p-top__blog_list .item_new {
  font-size: 1rem;
}
.p-top__blog_list .item_new {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff0000;
  text-decoration: underline;
}

.p-top__parent {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.p-top__parent .c-ttl01__en {
  font-variation-settings: "wdth" 83;
}
.p-top__parent .c-ttl01__jp {
  letter-spacing: 0.1em;
}
.p-top__parent_list {
  margin-top: 40px;
}
.p-top__access {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.p-top__access .c-ttl01__en {
  font-variation-settings: "wdth" 79;
}
.p-top__access .c-ttl01__jp {
  letter-spacing: 0.13em;
}
.p-top__access_map {
  margin-top: 40px;
}
.p-top__access_map img, .p-top__access_map iframe {
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
  width: 100%;
}
@media screen and (min-width: 768px){
  .p-top__parent_head, .p-top__blog_head, .p-top__special_head, .p-top__info_head, .p-top__news_head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .p-top__mv_img img {
    min-height: 400px;
    max-height: calc(100vh - 90px);
  }
  .p-top__mv_img video {
    max-height: calc(100vh - 80px);
  }
  .p-top__mv_txt {
    width: 24.5625%;
    filter: none;
    min-width: 220px;
    left: 7.8%;
    bottom: auto;
  }
  .p-top__mv__video {
    right: auto;
    left: 1.6%;
    bottom: 3%;
    width: clamp(13.75rem, 12.037037037vw + 7.9722222222rem, 17rem);
  }
  .p-top__mv__video:hover img {
    transform: scale(1.1);
  }
  .p-top__video__close {
    width: 70px;
  }
  .p-top__video__close:hover {
    color: var(--color-accent01);
  }
  .p-top__video__inner {
    max-width: max(300px, min(max(80%, 1000px), 140vh));
  }
  .p-top__about {
    padding-block: clamp(6.25rem, 8.5648148148vw + 2.1388888889rem, 8.5625rem) clamp(6.25rem, 8.1018518519vw + 2.3611111111rem, 8.4375rem);
  }
  .p-top__about_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px clamp(0.875rem, -14.7727272727vw + 11.9545454545rem, 2.5rem);
  }
  .p-top__about_inner > * {
    width: 100%;
    flex: 280px;
  }
  .p-top__about_content {
    margin-top: 0;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .p-top__about_block {
    display: table;
    margin-inline: auto;
    padding-left: clamp(0rem, 36.9318181818vw + -23.6363636364rem, 4.0625rem);
  }
  .p-top__about_ttl {
    font-size: 1.683125rem;
  }
  .p-top__about_desc {
    font-size: 1.151875rem;
  }
  .p-top__about_desc {
    margin-top: 37px;
  }
  .p-top__about_img {
    padding-top: 19px;
  }
  .p-top__about_img img {
    width: 80%;
    max-width: clamp(18.75rem, 33.7962962963vw + 2.5277777778rem, 27.875rem);
  }
  .p-top__about_more {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 25px;
    margin-top: clamp(6.25rem, 8.5648148148vw + 2.1388888889rem, 8.5625rem);
  }
  .p-top__about_more .c-btn04 {
    font-size: clamp(1.25rem, 1.5625vw + 0.5rem, 1.5rem);
  }
  .p-top__news {
    padding-block: clamp(6.25rem, 11.5740740741vw + 0.6944444444rem, 9.375rem) clamp(6.25rem, 12.2685185185vw + 0.3611111111rem, 9.5625rem);
  }
  .p-top__news_inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px clamp(2.5rem, 51vw + -32.5625rem, 5.6875rem);
    margin-top: clamp(3.75rem, 6.9444444444vw + 0.4166666667rem, 5.625rem);
  }
  .p-top__news_cates {
    gap: 1px 40px;
    width: clamp(clamp(13.75rem, 19vw + 1.875rem, 16.125rem), (1000px - 100vw) * 1000, 100%);
  }
  .p-top__news_cate {
    width: 100%;
    flex: 300px;
  }
  .p-top__news_cate a {
    font-size: 1.1425rem;
  }
  .p-top__news_cate a {
    padding-inline: 16px 5px;
  }
  .p-top__news_cate a::after {
    width: 15px;
  }
  .p-top__news_content {
    margin-top: 0;
    flex: 600px;
  }
  .p-top__news_list {
    padding-right: 20px;
  }
  .p-top__news_list .item + .item {
    margin-top: 30px;
  }
  .p-top__news_list .item:nth-last-of-type(1), .p-top__news_list .item:nth-last-of-type(2) {
    display: block;
  }
  .p-top__news_list .item_link {
    gap: 30px;
  }
  .p-top__news_list .item_link:has(.item_img) {
    display: flex;
  }
  .p-top__news_list .item_link:has(.item_img) .item_sort {
    margin-top: 21px;
  }
  .p-top__news_list .item_img {
    margin-inline: 0;
    flex-shrink: 0;
    width: 192px;
  }
  .p-top__news_list .item_ttl {
    font-size: 1.340625rem;
  }
  .p-top__news_list .item_ttl {
    margin-top: -4px;
  }
  .p-top__news_list .item_desc {
    font-size: 0.761875rem;
  }
  .p-top__news_list .item_desc {
    margin-top: 4px;
  }
  .p-top__news_list .item_sort {
    margin-bottom: 21px;
    gap: 10px 12px;
  }
  .p-top__news_list .item_time {
    font-size: 1.218125rem;
  }
  .p-top__news_list .item_cate {
    min-width: 142px;
    min-height: 32px;
  }
  .p-top__news_list .item_more {
    font-size: 1.104375rem;
  }
  .p-top__news_list .item_more {
    right: 10px;
  }
  .p-top__news_list .item_more::before {
    right: 8px;
  }
  .p-top__depart {
    margin-top: clamp(6.25rem, 11.5740740741vw + 0.6944444444rem, 9.375rem);
  }
  .p-top__depart .c-ttl01 {
    gap: 5px;
    padding-right: 22px;
  }
  .p-top__depart_main {
    margin-top: clamp(3.75rem, 20.6018518519vw + -6.1388888889rem, 9.3125rem);
  }
  .p-top__depart_content {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-top__depart_content > * {
    width: 50%;
  }
  .p-top__depart_list {
    gap: 400px;
  }
  .p-top__depart_list .item {
    position: sticky;
    flex-direction: row;
    top: 80px;
    height: calc(100vh - 80px);
    padding-left: clamp(2.5rem, 6.9444444444vw + -0.8333333333rem, 4.375rem);
  }
  .p-top__depart_list .item:last-child {
    display: block;
  }
  .p-top__depart_list .item::after {
    width: clamp(1.25rem, 6.9444444444vw + -2.0833333333rem, 3.125rem);
  }
  .p-top__depart_list .item_content {
    margin-block: auto;
    position: static;
    background-color: transparent;
    margin-left: auto;
    display: block;
    max-width: 610px;
    padding-inline: 0 20px;
  }
  .p-top__depart_list .item.item01 .item_ttl {
    max-width: 262px;
  }
  .p-top__depart_list .item.item01 .item_content {
    max-width: 596px;
  }
  .p-top__depart_list .item.item05 .item_ttl {
    max-width: 400px;
  }
  .p-top__depart_list .item.item05 .item_desc02 {
    font-size: 0.974375rem;
  }
  .p-top__depart_list .item_name {
    font-size: 1.1075rem;
  }
  .p-top__depart_list .item_ttl {
    font-size: clamp(1.6875rem, 3.578125vw + -0.03rem, 2.26rem);
  }
  .p-top__depart_list .item_ttl + .item_desc02 {
    margin-top: 38px;
  }
  .p-top__depart_list .item_lead {
    font-size: clamp(1.0625rem, 1.828125vw + 0.185rem, 1.355rem);
  }
  .p-top__depart_list .item_lead {
    margin-top: 19px;
  }
  .p-top__depart_list .item_desc01 {
    font-size: 1.120625rem;
  }
  .p-top__depart_list .item_desc01 {
    margin-top: 46px;
  }
  .p-top__depart_list .item_desc02 {
    font-size: 0.974375rem;
  }
  .p-top__depart_list .item_desc02 {
    margin-top: 8px;
  }
  .p-top__depart_list .item_more {
    margin-top: 33px;
  }
  .p-top__info {
    margin-top: clamp(6.25rem, 12.037037037vw + 0.4722222222rem, 9.5rem);
    padding-block: clamp(7.5rem, 18.5185185185vw + -1.3888888889rem, 12.5rem) clamp(3.75rem, 10.8796296296vw + -1.4722222222rem, 6.6875rem);
  }
  .p-top__info .c-ttl01 {
    gap: 12px;
  }
  .p-top__info_list {
    padding-inline: 2px;
    margin-top: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  }
  .p-top__special {
    padding-block: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem) clamp(7.5rem, 18.5185185185vw + -1.3888888889rem, 12.5rem);
  }
  .p-top__special_control {
    margin-top: 0;
    gap: 30px;
  }
  .p-top__special_control .splide__arrows {
    gap: 13px;
  }
  .p-top__special_control .splide__arrow {
    width: 54px;
  }
  .p-top__special_control .splide__arrow::after {
    width: 30px;
  }
  .p-top__special_progress {
    font-size: 1.75rem;
  }
  .p-top__special_progress > *:nth-child(2) {
    height: 33px;
  }
  .p-top__special_slider {
    padding-block: 33px 30px;
    margin-top: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  }
  .p-top__special_slider .splide__slide {
    width: clamp(20rem, 15.0462962963vw + 12.7777777778rem, 24.0625rem);
  }
  .p-top__blog {
    margin-top: clamp(6.25rem, 11.8055555556vw + 0.5833333333rem, 9.4375rem);
  }
  .p-top__blog_inner {
    display: flex;
    margin-top: clamp(3.75rem, 6.4814814815vw + 0.6388888889rem, 5.5rem);
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .p-top__blog_prologue {
    width: clamp(clamp(16.25rem, 55vw + -18.125rem, 23.125rem), (1000px - 100vw) * 1000, 100%);
  }
  .p-top__blog_lead {
    font-size: 1.120625rem;
  }
  .p-top__blog_desc {
    font-size: 1.005625rem;
  }
  .p-top__blog_desc {
    margin-top: 3px;
  }
  .p-top__blog_list {
    margin-top: 0;
    flex: 500px;
    padding-right: 15px;
    padding-top: clamp(0px, (100vw - 1200px) * 100, 8px);
  }
  .p-top__blog_list .item + .item {
    margin-top: 53px;
  }
  .p-top__blog_list .item:nth-last-of-type(1), .p-top__blog_list .item:nth-last-of-type(2) {
    display: block;
  }
  .p-top__blog_list .item_link {
    display: flex;
    gap: 30px;
  }
  .p-top__blog_list .item_img {
    margin-inline: 0;
    width: 198px;
  }
  .p-top__blog_list .item_ttl {
    font-size: 1.340625rem;
  }
  .p-top__blog_list .item_ttl {
    min-height: 76px;
  }
  .p-top__blog_list .item_content {
    padding-top: 9px;
  }
  .p-top__blog_list .item_desc {
    margin-top: 10px;
    gap: 7px;
  }
  .p-top__blog_list .item_tag {
    font-size: 1.0475rem;
  }
  .p-top__blog_list .item_tag {
    padding-inline: 11px;
    min-height: 32px;
    flex-shrink: 0;
  }
  .p-top__blog_list .item_time {
    font-size: 1.218125rem;
  }
  .p-top__blog_list .item_new {
    font-size: 1.104375rem;
  }
  .p-top__parent {
    padding-bottom: clamp(7.5rem, 16.6666666667vw + -0.5rem, 12rem);
  }
  .p-top__parent_list {
    margin-top: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
    padding-inline: 1px;
  }
  .p-top__access {
    padding-block: 0 clamp(7.5rem, 18.5185185185vw + -1.3888888889rem, 12.5rem);
  }
  .p-top__access .c-ttl01 {
    gap: 9px;
    padding-right: 21px;
  }
  .p-top__access_map {
    margin-top: clamp(3.75rem, 9.2592592593vw + -0.6944444444rem, 6.25rem);
  }
  .p-top__access_map img, .p-top__access_map iframe {
    height: 548px;
  }
}
@media screen and (min-width: 1024px){
  .p-top__mv_img video {
    max-height: calc(100vh - 90px);
  }
}
@media screen and (min-width: 1200px){
  .p-top__about_more {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-top__about_more .c-btn04 {
    font-size: clamp(1rem, 2vw + -0.5rem, 1.5rem);
    padding-left: clamp(0.9375rem, 2.75vw + -1.125rem, 1.625rem);
  }
  .p-top__about_more .c-btn04::after {
    width: clamp(0.9375rem, 2.75vw + -1.125rem, 1.625rem);
  }
}
@media screen and (min-width: 1300px){
  .p-top__depart_gallery {
    top: 90px;
    height: calc(100vh - 90px);
  }
  .p-top__depart_list .item {
    top: 90px;
    height: calc(100vh - 90px);
  }
}
@media (any-hover: hover) and (pointer: fine){
  .p-top__news_cate a {
    transition: 0.5s;
    transition-property: color;
  }
  .p-top__news_cate a:hover {
    color: var(--color-accent01);
  }
  .p-top__news_list .item_link:hover .item_more {
    color: var(--color-accent01);
  }
  .p-top__news_list .item_link:hover .item_more::before {
    opacity: 0;
  }
  .p-top__special_control .splide__arrow {
    transition: 0.5s;
    transition-property: background-color, color;
  }
  .p-top__special_control .splide__arrow:hover {
    color: var(--color-primary);
    background-color: var(--color-base);
  }
}
/*# sourceMappingURL=maps/top.css.map */
