@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%;
  scrollbar-gutter: stable;
}

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%;
}


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,
.is-popin {
  opacity: 0;
}

.is-pop.is-inview {
  opacity: 1;
  animation: pop 0.6s ease-out forwards;
}
.is-popin.is-inview {
  opacity: 1;
  animation: popin 0.8s ease-out forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popin {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  80%, 40% {
    opacity: 1;
    transform: scale(1.03);
  }
  60%, 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;
  background: #00B383;
  background: linear-gradient(90deg, #65d900 23%, #00b383 50%, #0098ac 78%);
}
.l-contents__wrapper {
  width: min(1340px, 90%);
  height: 100%;
  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;
  position: relative;
  z-index: 3;
}
@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 {
  width: calc(100% - 690px);
  flex: 1;
}
.l-contents-center .c-index-visual {
  margin: 40px 0 0;
  padding: 0 0 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-visual {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 55px;
  }
}
.l-contents-center .c-index-visual::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 160%;
  background: url(../img/top/bg_mv.png) no-repeat top center / cover;
  z-index: -1;
}
@media screen and (min-width:1921px) {
  .l-contents-center .c-index-visual::before {
    height: 200%;
  }
}
.l-contents-center .c-index-contents {
  width: min(525px, 90%);
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents {
    width: 100%;
  }
}

.l-contents-center .shadow {
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
}
.l-contents-center .c-index-contents__btn {
  width: 90%;
  margin: 35px auto 0;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__btn {
    margin: 0 auto;
  }
}
.l-contents-center .c-index-contents__btn.__sp {
  display: none;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__btn.__sp {
    display: block;
  }
}
.l-contents-center .c-index-contents__btn.__pc {
  display: block;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__btn.__pc {
    display: none;
  }
}
.l-contents-center .c-index-contents__btn--top {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.l-contents-center .c-index-contents__btn--topbtn {
  width: 200px;
  box-shadow: 8px 8px 0 0 rgba(0,0,0,0.25);
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #00B383;
  background: linear-gradient(135deg, #65d900 23%, #00b383 50%, #0098ac 78%);
  position: relative;
}
@media screen and (max-width:1250px) {
  .l-contents-center .c-index-contents__btn--topbtn {
    font-size: 1rem;
  }
}
.l-contents-center .c-index-contents__btn--topbtn::before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: auto;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.l-contents-center .c-index-contents__btn--topbtn .__sub {
  padding: 29px 0;
  display: block;
  background: linear-gradient(135deg, #65d900 23%, #00b383 50%, #0098ac 78%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.l-contents-center .c-index-contents__btn--bottom {
  width: 100%;
  box-shadow: 11px 11px 0 0 rgba(0,0,0,0.25);
  border: 2px solid rgba(0, 96, 147, 1);
  padding: 20px 0;
  background: rgba(0, 139, 213, 1);
  border-radius: 8px;
  display: block;
}
.l-contents-center .c-index-contents__btn--bottom .__img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.l-contents-center .btn01 {
  width: 80%;
  aspect-ratio: 139/36;
  margin: auto;
  background: url(../img/top/btn_contents01.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  transition: all 0.3s;
}
.l-contents-center .btn01:hover {
  background: url(../img/top/btn_contents01_after.png) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car {
  width: 90%;
  margin: 0 auto 45px;
  padding: 35px 15px 30px;
  background: #fff;
  border-radius: 11px;
}
.l-contents-center .c-index-contents__car--ttl {
  width: 90%;
  margin: 0 auto 35px;
}

.l-contents-center .c-index-contents__img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__img.mb70 {
    margin-bottom: 50px;
  }
}
.l-contents-center .c-index-contents__img.__has-btn {
  position: relative;
}
.l-contents-center .c-index-contents__img.wide {
  width: 100%;
  margin: 0 auto;
}
.l-contents-center .c-index-contents__img.__img01 {
  margin-bottom: 23px;
}
.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 .c-index-contents__slider__main {
  position: relative;
}
.l-contents-center .c-index-contents__slider .c-index-contents__slider__btn {
  width: 78%;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider a.c-index-contents__slider__btn:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider div.c-index-contents__slider__btn a:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider .c-index-contents__slider__btn.__half {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-contents-center .c-index-contents__slider .c-index-contents__slider__btn.__half a {
  width: calc((100% - 8px) / 2);
}
.l-contents-center .c-index-contents__slider .c-index-contents__slider__pop {
  width: 60%;
  position: absolute;
  bottom: 23%;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.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: 7px;
}
.l-contents-center .c-index-contents__slider .slide-arrow.next-arrow {
  right: 7px;
}
.l-contents-center .c-index-contents__slider .slide-arrow:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__slider .slide-dots {
  width: 90%;
  margin: 0 auto;
  display:flex;
  flex-flow:row-reverse wrap-reverse;
  justify-content:center;
  gap: 10px;
}
.l-contents-center .c-index-contents__slider .slide-dots li {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 100 / 85;
  flex-shrink: 0;
}
.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 .slide-dots li.slick-active button {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.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(210px, 90%);
}
.l-contents-center .c-index-contents__slider.__4pieces .slide-dots li {
  width: calc((100% - 10px) / 2);
}

.l-contents-center .c-index-contents__slider.slider01 {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(1) {
  order: 5;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(2) {
  order: 4;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(3) {
  order: 3;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(4) {
  order: 2;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(5) {
  order: 1;
}

.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav01-1.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav01-2.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav01-3.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav01-4.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav01-5.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav_active01-1.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav_active01-2.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav_active01-3.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav_active01-4.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider01 .slide-dots li.slick-active:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav_active01-5.png) no-repeat center/cover;
}

.l-contents-center .c-index-contents__slider.slider02 {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(1) {
  order: 4;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(2) {
  order: 3;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(3) {
  order: 2;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(4) {
  order: 1;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav02-1.png) 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.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav02-3.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav02-4.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav_active02-1.png) 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.png) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav_active02-3.png) no-repeat center/100%;
}
.l-contents-center .c-index-contents__slider.slider02 .slide-dots li.slick-active:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav_active02-4.png) no-repeat center/100%;
}

.l-contents-center .c-index-contents__example {
  padding-bottom: 60px;
}
.l-contents-center .c-index-contents__example .__pic {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.l-contents-center .c-index-contents__slider.slider03 .slide-arrow.prev-arrow {
  left: 7px;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-arrow.next-arrow {
  right: 7px;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots {
  width: 90%;
  margin: 15px auto 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li {
  width: calc((100% - 20px) / 3);
  aspect-ratio: unset;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(1) {
  order: 3;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(2) {
  order: 2;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(3) {
  order: 1;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li button {
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 5px 0 6px;
  transition: all 0.3s;
  opacity: 1;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:hover button,
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active button {
  background: rgba(255, 255, 15, 1);
  border: 2px solid rgba(255, 255, 15, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active:nth-of-type(1) button::before,
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(1):hover button::before {
  color: rgba(0, 139, 213, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active:nth-of-type(2) button::before,
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(2):hover button::before {
  color: rgba(240, 140, 0, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active:nth-of-type(3) button::before,
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(3):hover button::before {
  color: rgba(0, 179, 0, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li.slick-active button {
  box-shadow: none;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li button::before {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(1) button::before {
  content: "残クレ";
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(2) button::before {
  content: "バリ保";
}
.l-contents-center .c-index-contents__slider.slider03 .slide-dots li:nth-of-type(3) button::before {
  content: "楽まる";
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item {
  margin: 0 10px 40px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 11px 11px 11px 0 rgba(0,0,0,0.25);
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item {
    padding-bottom: 25px;
  }
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item--modal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item--modal .__sub {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n+1) .c-index-contents__slider__item--modal .__sub {
  background: rgba(240, 140, 0, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n+1) .c-index-contents__slider__item--modal .__sub:hover {
  background: rgb(244, 151, 21);
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n-1) .c-index-contents__slider__item--modal .__sub {
  background: rgba(0, 179, 0, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n-1) .c-index-contents__slider__item--modal .__sub:hover {
  background: rgb(27, 209, 27);
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n) .c-index-contents__slider__item--modal .__sub {
  background: rgba(0, 139, 213, 1);
}
.l-contents-center .c-index-contents__slider.slider03 .c-index-contents__slider__item:nth-child(3n) .c-index-contents__slider__item--modal .__sub:hover {
  background: rgb(28, 157, 226);
}

.l-contents-center .c-index-contents__slider.slider04 {
  margin-bottom: 60px;
}
.l-contents-center .c-index-contents__slider.slider04 .c-index-contents__slider__main > .__img {
  margin-right: 5%;
  width: 95%;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(1) {
  order: 6;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(2) {
  order: 5;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(3) {
  order: 4;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(4) {
  order: 3;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(5) {
  order: 2;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(6) {
  order: 1;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav01-1.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav01-2.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav05-3.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav01-3.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav01-4.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li:nth-of-type(6) button {
  background: url(../img/top/slider/slider_nav01-5.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav_active01-1.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(2) button {
  background: url(../img/top/slider/slider_nav_active01-2.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav_active05-3.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav_active01-3.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav_active01-4.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider04 .slide-dots li.slick-active:nth-of-type(6) button {
  background: url(../img/top/slider/slider_nav_active01-5.png) no-repeat center/cover;
}

.l-contents-center .c-index-contents__slider.slider05 .c-index-contents__slider__main > .__img {
  margin-right: 5%;
  width: 95%;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(1) {
  order: 5;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(2) {
  order: 4;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(3) {
  order: 3;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(4) {
  order: 2;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(5) {
  order: 1;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav02-1.png) 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_nav02-2.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav02-3.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav02-4.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav05-5.png) no-repeat center/100%;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:nth-of-type(1) button {
  background: url(../img/top/slider/slider_nav_active02-1.png) no-repeat center/cover;
}
.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_active02-2.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:nth-of-type(3) button {
  background: url(../img/top/slider/slider_nav_active02-3.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:nth-of-type(4) button {
  background: url(../img/top/slider/slider_nav_active02-4.png) no-repeat center/cover;
}
.l-contents-center .c-index-contents__slider.slider05 .slide-dots li.slick-active:nth-of-type(5) button {
  background: url(../img/top/slider/slider_nav_active05-5.png) no-repeat center/cover;
}

.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__car--toggle-inner {
  width: 100%;
  margin: 0 auto;
  display: none;
}
.l-contents-center .c-index-contents__car--toggle-ttl {
  font-size: clamp(0.938rem, 0.862rem + 0.16vw, 1rem);
  font-weight: 700;
  color: #fff;
  background: #636363;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  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__car--toggle-ttl {
    height: 66px;
  }
}
.l-contents-center .c-index-contents__car--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__car--toggle-ttl.is-open::after {
  content: "－";
}
.l-contents-center .c-index-contents__car--toggle-ttl:hover {
  opacity: 0.7;
}
.l-contents-center .c-index-contents__car--toggle-inner .__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;
  gap: 3px;
  position: relative;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:hover {
  background: #C1C1C1;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link .__sub {
  font-size: clamp(1rem, -0.563rem + 2vw, 1.188rem);
  font-weight: 900;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:first-of-type::after {
  background: url(../img/common/ico_toggle_arrow01.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:nth-of-type(2)::after {
  background: url(../img/common/ico_toggle_arrow02.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:nth-of-type(3)::after {
  background: url(../img/common/ico_toggle_arrow03.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:nth-of-type(4)::after {
  background: url(../img/common/ico_toggle_arrow04.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:nth-of-type(5)::after {
  background: url(../img/common/ico_toggle_arrow05.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:last-of-type::after {
  background: url(../img/common/ico_toggle_arrow06.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__car--toggle-inner .__link:hover {
  background: #C1C1C1;
}
.l-contents-center .c-index-contents__car--quote {
  width: 90%;
  margin: 0 auto;
}

.l-contents-center .c-index-contents__ev {
  width: 90%;
  margin: 0 auto;
  padding: 35px 0 85px;
  position: relative;
}
.l-contents-center .c-index-contents__ev::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: #000;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__ev--ttl {
    margin-bottom: 30px;
  }
}
.l-contents-center .c-index-contents__ev--car {
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
}
.l-contents-center .c-index-contents__ev--inner {
  position: relative;
}
.l-contents-center .c-index-contents__ev--btn {
  width: min(336px,90%);
  aspect-ratio: 336/79;
  margin: auto;
  background: url(../img/top/btn_newev.svg) no-repeat center / 100%;
  position: absolute;
  bottom: 2%;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__ev--btn:hover {
  background: url(../img/top/btn_newev_after.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__ev .c-index-contents__car--toggle-ttl {
  background: #636363;
}
.l-contents-center .c-index-contents__ev--quote {
  width: 90%;
  margin: 0 auto;
}
.l-contents-center .c-index-contents__ev--new {
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
  position: relative;
}
.l-contents-center .c-index-contents__ev--btn02 {
  width: min(336px,90%);
  aspect-ratio: 336/79;
  margin: auto;
  background: url(../img/top/btn_newsuper.svg) no-repeat center / 100%;
  position: absolute;
  bottom: 7%;
  right: 0;
  left: 0;
  transition: all 0.3s;
}
.l-contents-center .c-index-contents__ev--btn02:hover {
  background: url(../img/top/btn_newsuper_after.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__ehev {
  padding: 70px 0;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__ehev {
    padding: 70px 0 0;
  }
}
.l-contents-center .c-index-contents__ehev--car {
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__ehev--car {
    width: 90%;
    margin: 0 auto;
  }
}
.l-contents-center .c-index-contents__ehev--car-inner {
  position: relative;
}
.l-contents-center .c-index-contents__ehev--modal {
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  right: 7%;
  bottom: 20%;
}
.l-contents-center .c-index-contents__ehev--modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/btn_example.svg) no-repeat center / 100%;
  transition: all 0.3s;
  display: block;
}
.l-contents-center .c-index-contents__ehev--modal:hover::before {
  background: url(../img/top/btn_example_after.svg) no-repeat center / 100%;
}
.l-contents-center .c-index-contents__ehev--item .c-index-contents__car--toggle-ttl {
  background: #636363;
}
.l-contents-center .c-index-contents__ehev--quote {
  width: 90%;
  margin: 0 auto;
}

.l-contents-center .c-index-contents__nbox {
  padding: 69px 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__nbox {
    width: 90%;
    margin: 0 auto;
  }
}
.l-contents-center .c-index-contents__nbox::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: #000;
  z-index: -1;
}
.l-contents-center .c-index-contents__nbox--contents {
  background: #fff;
  padding: 15px 15px 55px;
  border-radius: 11px;
}
@media screen and (max-width:768px) {
  .l-contents-center .c-index-contents__nbox--contents {
    padding: 15px 10px 40px;
  }
}
.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: 80%;
  -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: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #505050;
}
.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: #fff;
  border: 1px solid rgba(0, 0, 0, 1);
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item::after {
  content: "";
  width: 5px;
  height: 8.75px;
  margin: auto;
  background: url(../img/common/ico_arrow-black.svg) no-repeat center / 100%;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item .l-contents-right-nav__link {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  padding: 12px 10px;
  display: block;
  transition: all 0.3s;
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover {
  background: rgba(0, 0, 0, 1);
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover::after {
  background: url(../img/common/ico_arrow.svg) no-repeat center / 100%;
}
.l-contents-right-nav__list .l-contents-right-nav__item:hover .l-contents-right-nav__link {
  color: #fff;
}
.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;
  height: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank-black.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 {
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.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: linear-gradient(90deg, #00DA98 0%, #00A2B7 50%, #0069C4 100%);
  box-sizing: border-box;
}

.opacity {
  transition: all 0.3s;
}

.opacity:hover {
  opacity: 0.7;
}

.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: "Montserrat", 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: "Montserrat", 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 80px;
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .l-contents-sp-nav {
    display: block;
  }
}
.l-contents-sp-nav__ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #505050;
}
.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: #fff;
  border: 1px solid rgba(0, 0, 0, 1);
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item::after {
  content: "";
  width: 5px;
  height: 8.75px;
  margin: auto;
  background: url(../img/common/ico_arrow-black.svg) no-repeat center / 100%;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item .l-contents-sp-nav__link {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  padding: 12px 10px;
  display: block;
  transition: all 0.3s;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover {
  background: rgba(0, 0, 0, 1);
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover::after {
  background: url(../img/common/ico_arrow.svg) no-repeat center / 100%;
}
.l-contents-sp-nav__list .l-contents-sp-nav__item:hover .l-contents-sp-nav__link {
  color: #fff;
}
.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;
  height: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank-black.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 {
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.l-contents-sp-nav__list.__flex2 .l-contents-sp-nav__link {
  font-size: 0.625rem;
  padding: 8px 10px;
}

.l-footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.l-footer-top {
  padding: 0 0 70px;
}
.l-footer-top__used {
  width: min(525px,90%);
  margin: 0 auto 100px;
}
@media screen and (max-width:1280px) {
  .l-footer-top__used {
    width: min(480px,35%);
  }
}
@media screen and (max-width:768px) {
  .l-footer-top__used {
    width: 90%;
    margin: 0 auto 75px;
  }
}
.l-footer-top__btn {
  font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #00B383;
  background: linear-gradient(90deg, #65d900 23%, #00b383 50%, #0098ac 78%);
  width: min(336px,100%);
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width:768px) {
  .l-footer-top__btn {
    width: 240px;
  }
}
.l-footer-top__btn::before {
  content: "";
  background: #fff;
  width: calc(100% - 6px);
  height: 50px;
  margin: auto;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-footer-top__btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.l-footer-top__btn .__sub {
  position: relative;
}
.l-footer-top__btn:hover .__sub{
  background: linear-gradient(135deg, #65d900 23%, #00b383 50%, #0098ac 78%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.l-footer-top__blog {
  width: min(420px, 90%);
  margin: 0 auto 36px;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width:1280px) {
  .l-footer-top__blog {
    width: min(480px,35%);
  }
}
@media screen and (max-width:768px) {
  .l-footer-top__blog {
    width: 90%;
  }
}
.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: center;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-footer-top__sns {
    gap: 60px;
  }
}
.l-footer-top__sns__link {
  width: 89px;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-footer-top__sns__link {
    width: 64px;
  }
}
.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;
}

.l-contents-center .mb05 {
  margin-bottom: 5px;
}
.l-contents-center .mb10 {
  margin-bottom: 10px;
}
.l-contents-center .mb20 {
  margin-bottom: 20px;
}
.l-contents-center .mb30 {
  margin-bottom: 30px;
}
.l-contents-center .mb40 {
  margin-bottom: 40px;
}
.l-contents-center .mb50 {
  margin-bottom: 50px;
}
.l-contents-center .mb70 {
  margin-bottom: 70px;
}
.l-contents-center .mb80 {
  margin-bottom: 80px;
}
.l-contents-center .bg_blue {
  background: rgba(0, 139, 213, 1);
}
.l-contents-center .bg_transparent {
  background: transparent;
}

/*modal*/
.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.modal_window.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal_content {
  position: absolute;
  width: min(500px,90%);
  height: 90%;
  margin: auto;
  overflow-y: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:500px) {
  .modal_content {
    height: fit-content;
  }
}
.modal_content img {
  width: 100%;
  height: auto;
}
.modal-link {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  color: rgba(0, 138, 213, 1);
  background: #fff;
  display: block;
}
.modal_close {
  width: 44px;
  height: 36px;
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer;
  z-index: 1000;
  font-size: 2rem;
  font-weight: 200;
}
.modal_close.ehev_modal,
.modal_close.modal01 {
  background: #008BD5;
}
.modal_close.modal02 {
  background: #F18D25;
}
.modal_close.modal03 {
  background: #00B300;
}
.modal_close::before {
  content: "";
  width: 24px;
  margin: auto;
  background: url(../img/common/ico_close.svg) no-repeat center / 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


.flame_animation,
.flame_animation_wide {
  position: relative;
  overflow: hidden;
}

.flame_animation::before,
.flame_animation_wide::before {
  animation: 2s 0s btn_animation linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 100%;
  color: #fff;
}

.flame_animation_wide::before {
  animation: 2.2s 0s btn_animation02 linear infinite;
  left: -220%;
  transform: skewX(-35deg);
}

@keyframes btn_animation {
  20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}

@keyframes btn_animation02 {
  20% {
		left: 250%;
	}
	100% {
		left: 250%;
	}
}


@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;
  }
}