@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  overflow: auto;
  color: #404040;
}
body.is-hidden {
  overflow-y: hidden;
}

a {
  color: #404040;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width:768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width:769px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width:768px) {
  .br_pc {
    display: none;
  }
}

.br_md {
  display: none;
}
@media screen and (max-width:1024px) {
  .br_md {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .br_sp {
    display: block;
  }
}

.is-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.is-pop {
  opacity: 0;
}

.is-pop.is-inview {
  opacity: 1;
  animation: pop 0.6s ease-out forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.c_btn {
  font-size: clamp(1rem, 0.897rem + 0.21vw, 1.125rem);
  font-weight: 600;
  width: min(320px, 90%);
  height: 60px;
  padding: 0 40px;
  margin: 0 auto;
  color: #fff;
  background: #404040;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s;
}
.c_btn::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  margin: auto;
  background: url(../img/common/ico_arrow-white.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: all 0.3s;
}
.c_btn:hover {
  background: #1C8AF2;
}
.c_btn:hover::after {
  right: 20px;
}

.c-error {
  width: min(800px, 90%);
  margin: 0 auto 200px;
}
.c-error .c_txt {
  text-align: center;
  margin-bottom: 80px;
}

.l-contents {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-contents::before {
  content: "";
  background: url(../img/top/bg_mv.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.l-contents__wrapper {
  width: min(1340px, 90%);
  height: 100%;
  display: flex;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-contents__wrapper {
    width: min(700px, 100%);
  }
}
.l-contents-left {
  width: 345px;
  display: block;
}
@media screen and (max-width:1200px) {
  .l-contents-left {
    width: 300px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-left {
    display: none;
  }
}
.l-contents-left__inner {
  position: fixed;
  top: 0;
  width: 160px;
  padding-top: 12%;
  margin: 0 1% 0 calc(345px - 1% - 160px);
}
@media screen and (max-width:1200px) {
  .l-contents-left__inner {
    margin: 0 1%;
  }
}
.l-contents-center {
  flex: 1;
  overflow: hidden;
}
.l-contents-center .c-index-visual {
  padding: 90px 0 0;
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-visual {
    width: 90%;
    margin: 0 auto 48px;
  }
}
.l-contents-center .c-index-contents {
  width: min(525px, 90%);
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 8%, rgba(255, 255, 255, 0.4) 15%);
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents {
    width: 100%;
  }
}
.l-contents-center .c-index-contents__img {
  width: 90%;
  margin: 0 auto;
}
.l-contents-center .c-index-contents__img.__img01 {
  margin-bottom: 33px;
}
.l-contents-center .c-index-contents__img.__img02 {
  margin-bottom: 90px;
}
.l-contents-center .c-index-contents__img.__img02 .__pic:first-of-type .__img {
  margin-bottom: 20px;
}
.l-contents-center .c-index-contents__img.__img03 {
  margin-bottom: 20px;
}
.l-contents-center .c-index-contents__img.__img04 {
  margin-bottom: 15px;
}
.l-contents-center .c-index-contents__img.__img04 .__pic:first-of-type .__img {
  margin-bottom: 30px;
}
.l-contents-center .c-index-contents__img.__img05 {
  margin-bottom: 15px;
}
.l-contents-center .c-index-contents__img.__img06 {
  margin-bottom: 50px;
}
.l-contents-center .c-index-contents__img.__img06 .__pic:first-of-type .__img {
  margin-bottom: 5px;
}
.l-contents-center .c-index-contents__img.__img06 .__img05-3 {
  margin-bottom: 50px;
}
.l-contents-center .c-index-contents__img.__img07 .__pic .__img {
  margin-bottom: 33px;
}
.l-contents-center .c-index-contents__img .__overlay-mask {
  position: relative;
  display: block;
}
.l-contents-center .c-index-contents__img .__overlay-mask-btn {
  width: min(400px, 90%);
  margin: auto;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  height: 28px;
  padding: 8px 0 9px;
  color: #DA345D;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  right: 0;
  left: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__img .__overlay-mask-btn:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider {
  display: flex;
  flex-direction: column-reverse;
}
.l-contents-center .c-index-contents__slider__item {
  margin: 0 0.5%;
}
.l-contents-center .c-index-contents__slider .slide-arrow {
  width: 32px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider .slide-arrow.prev-arrow {
  left: 0;
}
.l-contents-center .c-index-contents__slider .slide-arrow.next-arrow {
  right: 0;
}
.l-contents-center .c-index-contents__slider .slide-arrow:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider .slide-dots {
  display: flex;
  justify-content: center;
}
.l-contents-center .c-index-contents__slider .slide-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.l-contents-center .c-index-contents__slider.__2pieces .slide-dots {
  width: min(490px, 90%);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.l-contents-center .c-index-contents__slider.__2pieces .slide-dots li {
  width: 35%;
  aspect-ratio: 1568/1470;
}
.l-contents-center .c-index-contents__slider.__3pieces .slide-dots {
  width: min(490px, 90%);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-contents-center .c-index-contents__slider.__3pieces .slide-dots li {
  width: 32%;
  aspect-ratio: 1568/1176;
}
.l-contents-center .c-index-contents__slider.__4pieces .slide-dots {
  width: min(490px, 90%);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-contents-center .c-index-contents__slider.__4pieces .slide-dots li {
  width: 24%;
  aspect-ratio: 1176/882;
}
.l-contents-center .c-index-contents__slider.slider01 {
  margin-bottom: 90px;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav01-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav01-2.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active01-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active01-2.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider02 {
  margin-bottom: 60px;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav02-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav02-2.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav02-3.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active02-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav_active02-2.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active02-3.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider03 {
  margin-bottom: 30px;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav03-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav03-2.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active03-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active03-2.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider04 {
  margin-bottom: 30px;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav04-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav04-3.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active04-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active04-3.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider05 {
  margin-bottom: 100px;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav05-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav05-2.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav05-3.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active05-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav_active05-2.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active05-3.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link {
  border-radius: 6px;
  cursor: pointer;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link::after {
  content: none;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link01, .l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link01 + .c-index-contents__slider__overlay .close {
  background: #008BD5;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link02, .l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link02 + .c-index-contents__slider__overlay .close {
  background: #F08C00;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link03, .l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__link.__link03 + .c-index-contents__slider__overlay .close {
  background: #00B300;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__overlay {
  display: none;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__overlay .close {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  height: 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__overlay .close:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__item .c-index-contents__slider__overlay.is-overlay {
  display: block;
}
.l-contents-center .c-index-contents__slider.slider06 {
  margin-bottom: 108px;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li:first-of-type button {
  background: url(../img/top/slider/slider_nav06-1.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav06-2.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav06-3.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li:last-of-type button {
  background: url(../img/top/slider/slider_nav06-4.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li.slick-active:first-of-type button {
  background: url(../img/top/slider/slider_nav_active06-1.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li.slick-active:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav_active06-2.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li.slick-active:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav_active06-3.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider06 .slide-dots li.slick-active:last-of-type button {
  background: url(../img/top/slider/slider_nav_active06-4.svg) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider button {
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider button:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider__toggle-inner {
  display: none;
}
.l-contents-center .c-index-contents__slider__toggle-ttl {
  font-size: clamp(0.75rem, -0.705rem + 2.27vw, 1rem);
  font-weight: 900;
  color: #fff;
  background: #000;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width:1024px) {
  .l-contents-center .c-index-contents__slider__toggle-ttl {
    height: 66px;
  }
}
.l-contents-center .c-index-contents__slider__toggle-ttl::after {
  content: "＋";
  font-size: clamp(0.75rem, -1.333rem + 2.67vw, 1rem);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider__toggle-ttl.is-open::after {
  content: "×";
}
.l-contents-center .c-index-contents__slider__toggle-ttl:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider__toggle-link {
  font-size: clamp(0.625rem, -0.417rem + 1.33vw, 0.75rem);
  font-weight: 500;
  width: 100%;
  height: 48px;
  background: #E8E8E8;
  border-bottom: 1px solid #BEBEBE;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider__toggle-link .__sub {
  font-size: clamp(1rem, -0.563rem + 2vw, 1.188rem);
  font-weight: 900;
}
.l-contents-center .c-index-contents__slider__toggle-link::after {
  content: "〉";
  font-size: clamp(1rem, -0.563rem + 2vw, 1.188rem);
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.l-contents-center .c-index-contents__slider__toggle-link:first-of-type::after {
  color: #f00;
}
.l-contents-center .c-index-contents__slider__toggle-link:nth-of-type(2)::after {
  color: #0095FF;
}
.l-contents-center .c-index-contents__slider__toggle-link:nth-of-type(3)::after {
  color: #15D000;
}
.l-contents-center .c-index-contents__slider__toggle-link:nth-of-type(4)::after {
  color: #0020D7;
}
.l-contents-center .c-index-contents__slider__toggle-link:nth-of-type(5)::after {
  color: #00842E;
}
.l-contents-center .c-index-contents__slider__toggle-link:last-of-type::after {
  color: #F49B00;
}
.l-contents-center .c-index-contents__slider__toggle-link:hover {
  background: #C1C1C1;
}
.l-contents-center .c-index-contents__slider__link {
  font-size: clamp(0.75rem, -0.705rem + 2.27vw, 1rem);
  font-weight: 900;
  color: #fff;
  background: #000;
  width: 100%;
  height: 90px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-contents-center .c-index-contents__slider__link {
    height: 66px;
  }
}
.l-contents-center .c-index-contents__slider__link::after {
  content: "▶";
  font-size: clamp(0.75rem, -1.333rem + 2.67vw, 1rem);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.l-contents-center .c-index-contents__slider__link:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider__overlay-list {
  display: none;
  padding: 20px 10px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.8);
}
.l-contents-center .c-index-contents__slider__overlay-list.is-overlay {
  display: block;
}
.l-contents-center .c-index-contents__slider__overlay-list.__overlay01 .close {
  background: #008BD5;
}
.l-contents-center .c-index-contents__slider__overlay-list.__overlay02 .close {
  background: #F08C00;
}
.l-contents-center .c-index-contents__slider__overlay-list.__overlay03 .close {
  background: #00B300;
}
.l-contents-center .c-index-contents__slider__overlay-list.__overlay04 .close {
  background: #008BD5;
  border-radius: 0;
}
.l-contents-center .c-index-contents__slider__overlay-list-inner {
  width: min(400px, 100%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.l-contents-center .c-index-contents__slider__overlay-list-inner .__img {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  max-height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-contents-center .c-index-contents__slider__overlay .close {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  width: 84%;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider__overlay .close:hover {
  opacity: 0.7;
}
.l-contents-right {
  padding-top: 14%;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  z-index: 3;
}
@media screen and (max-width:1024px) {
  .l-contents-right {
    z-index: 6;
    overflow: unset;
  }
}
.l-contents-right-nav {
  width: 345px;
  transition: all 0.3s;
}
@media screen and (max-width:1200px) {
  .l-contents-right-nav {
    width: 300px;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-right-nav {
    display: none;
  }
}
.l-contents-right-nav__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #fff;
}
.l-contents-right-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
.l-contents-right-nav__list:first-of-type {
  margin-bottom: 20px;
}
.l-contents-right-nav__list .l-contents-right-nav__item {
  width: 100%;
  text-align: center;
  background: #84A4D6;
  background: linear-gradient(90deg, rgb(132, 164, 214) 0%, rgb(174, 142, 185) 25%, rgb(219, 116, 151) 50%, rgb(167, 101, 160) 75%, rgb(156, 98, 162) 100%);
  position: relative;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item::after {
  content: "〉";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item .l-contents-right-nav__link {
  color: #fff;
  padding: 12px 10px;
  display: block;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover {
  background: #fff;
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover::after {
  color: #D77398;
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover .l-contents-right-nav__link {
  color: #D77398;
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__item {
  width: 48%;
  text-align: left;
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__item::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__item:hover::after {
  filter: brightness(0) saturate(100%) invert(63%) sepia(16%) saturate(1397%) hue-rotate(289deg) brightness(87%) contrast(94%);
}
.l-contents-right-nav__list.__flex2 .l-contents-right-nav__link {
  font-size: 0.625rem;
  padding: 8px 10px;
}
.l-contents-right-toggle {
  width: 29px;
  height: 20px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 6;
}
@media screen and (max-width:1024px) {
  .l-contents-right-toggle {
    display: block;
  }
}
.l-contents-right-toggle__border {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-contents-right-toggle__border:first-of-type {
  top: 0;
}
.l-contents-right-toggle__border:nth-of-type(2) {
  top: 9px;
}
.l-contents-right-toggle__border:last-of-type {
  bottom: 0;
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:first-of-type {
  top: 9px;
  transform: rotate(45deg);
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:nth-of-type(2) {
  display: none;
}
.l-contents-right-toggle.is-active .l-contents-right-toggle__border:last-of-type {
  bottom: 9px;
  transform: rotate(-45deg);
}
.l-contents-right-toggle.is-active + .l-contents-right-nav {
  display: block;
  width: 100%;
  padding: 5%;
  position: fixed;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

.l-footer-top__return {
  width: 82px;
  margin: 0 auto;
  display: block;
}

.e-h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.8px;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 40px #0076C0, 0px 0px 80px #3BB2FD, 0px 0px 20px rgba(70, 181, 251, 0.75), 0px 0px 40px #12B2FD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .e-h1 {
    font-size: 1.5rem;
    top: 30%;
  }
}
@media screen and (max-width:415px) {
  .e-h1 {
    font-size: 1.25rem;
  }
}

.c_ttl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #404040;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:1024px) {
  .c_ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl {
    font-size: 1rem;
  }
}
.c_ttl::before {
  content: "" attr(data-en);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #064F94;
}
@media screen and (max-width:1024px) {
  .c_ttl::before {
    font-size: 3.5rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl::before {
    font-size: 3rem;
  }
}
.c_ttl.c_subttl {
  font-size: 1.125rem;
}
@media screen and (max-width:768px) {
  .c_ttl.c_subttl {
    font-size: 1rem;
  }
}
.c_ttl.c_subttl::before {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .c_ttl.c_subttl::before {
    font-size: 2.25rem;
  }
}
.c_ttl-nav {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width:1024px) {
  .c_ttl-nav {
    font-size: 0.875rem;
  }
}
.c_ttl-nav::before {
  content: "" attr(data-en);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #064F94;
}
@media screen and (max-width:1024px) {
  .c_ttl-nav::before {
    font-size: 1.5rem;
  }
}

.c_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}

.c-page-contents .c_ttl {
  font-size: 1.25rem;
}
.c-page-contents .c_ttl-en {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .c-page-contents .c_ttl-en.__sp-ttl-small {
    font-size: 2.25rem;
  }
}

.c-index__catch {
  font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  line-height: 2;
}

@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .l-header {
    justify-content: flex-start;
    padding-left: 10px;
  }
}
.l-header__inner {
  width: 307px;
}
@media screen and (max-width:768px) {
  .l-header__inner {
    width: min(290px, 83%);
  }
}

/*sp nav*/
.l-contents-sp-nav {
  width: 90%;
  margin: 0 auto 58px;
  display: none;
}
@media screen and (max-width:1024px) {
  .l-contents-sp-nav {
    display: block;
  }
}
.l-contents-sp-nav__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #fff;
}
.l-contents-sp-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}
.l-contents-sp-nav__list:first-of-type {
  margin-bottom: 20px;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item {
  width: 100%;
  text-align: center;
  background: #84A4D6;
  background: linear-gradient(90deg, rgb(132, 164, 214) 0%, rgb(174, 142, 185) 25%, rgb(219, 116, 151) 50%, rgb(167, 101, 160) 75%, rgb(156, 98, 162) 100%);
  position: relative;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item::after {
  content: "〉";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item .l-contents-sp-nav__link {
  color: #fff;
  padding: 12px 10px;
  display: block;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover {
  background: #fff;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover::after {
  color: #D77398;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover .l-contents-sp-nav__link {
  color: #D77398;
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__item {
  width: 48%;
  text-align: left;
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__item::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__item:hover::after {
  filter: brightness(0) saturate(100%) invert(63%) sepia(16%) saturate(1397%) hue-rotate(289deg) brightness(87%) contrast(94%);
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__link {
  font-size: 0.625rem;
  padding: 8px 10px;
}

.l-footer {
  background: #fff;
}
.l-footer-top {
  padding: 65px 0 40px;
}
.l-footer-top__blog {
  width: min(420px, 90%);
  margin: 0 auto 36px;
  display: block;
  transition: all 0.3s;
}
.l-footer-top__blog:hover {
  opacity: 0.7;
}
.l-footer-top__sns {
  width: min(358px, 90%);
  margin: 0 auto 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer-top__sns__link {
  width: 89px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
.l-footer-top__sns__link:hover {
  opacity: 0.7;
}
.l-footer-bottom {
  background: #393939;
  padding: 20px 0 25px;
}
.l-footer-bottom__catch {
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.l-footer-bottom__info {
  font-size: 0.5625rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.l-footer-bottom .__h2 {
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
}
.l-footer-bottom .__h2 .__sub {
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.l-footer-bottom__copyright {
  font-size: 0.5rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1201px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */