@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  font-family: "YakuHanJP", 'Noto Sans JP', sans-serif;
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

picture {
  display: block;
}

.wrap {
  color: #033333;
  font-size: 16px;
  line-height: 2.185;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .wrap {
    line-height: 1.875;
  }
}

.wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

a:hover {
  opacity: .8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.icj-pagetop {
  left: 30px;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    left: auto;
    right: 15px;
    bottom: 65px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}

.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}

.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

.cmn-cv {
  display: none;
}

.cmn-footer {
  background: #8D8D8D;
}

.cmn-footer-list-heading a,
.cmn-footer-list-content a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cmn-footer-list-content a {
    color: #333;
  }
}

.cmn-footer-list-heading a::before,
.cmn-footer-list-heading a::after {
  border-color: #fff;
}

.cmn-footer-icon img {
  filter: invert(100%);
}

.cmn-footer-list-bottom {
  justify-content: flex-start;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:first-child {
  display: none;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:last-child {
  margin-left: 30px;
}

@font-face {
  font-family: "Hiragino Sans W0";
  src: url("../font/HiraginoSans-W0.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W1";
  src: url("../font/FHiraginoSans-W1.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W2";
  src: url("../font/HiraginoSans-W2.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W3";
  src: url("../font/HiraginoSans-W3.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W4";
  src: url("../font/HiraginoSans-W4.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W5";
  src: url("../font/HiraginoSans-W5.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W6";
  src: url("../font/HiraginoSans-W6.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W7";
  src: url("../font/HiraginoSans-W7.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W8";
  src: url("../font/HiraginoSans-W8.otf") format("opentype");
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: url("../font/HiraginoSans-W9.otf") format("opentype");
}

.section-inner {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
}

.section-heading {
  background: #AC2315;
  padding: 85px 0;
}

@media screen and (max-width: 768px) {
  .section-heading {
    padding: 30px 0;
  }
}

.section-heading-category {
  color: #BD5045;
  font-size: 110px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .section-heading-category {
    font-size: 90px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading-category {
    font-size: 40px;
  }
}

.section-heading-flex {
  margin-top: 12px;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .section-heading-flex {
    margin-top: 0;
    display: block;
    font-size: 40px;
  }
}

.section-heading-inner {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .section-heading-inner {
    width: 100%;
  }
}

.section-heading-title {
  margin-top: 10px;
  color: #fff;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .section-heading-title {
    margin-top: -20px;
  }
}

.section-heading-title .section-heading-title-01 {
  font-size: 50px;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .section-heading-title .section-heading-title-01 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading-title .section-heading-title-01 {
    font-size: 25px;
  }
}

.section-heading-title .section-heading-title-02 {
  display: block;
  font-size: 100px;
  font-weight: 900;
}

@media screen and (max-width: 960px) {
  .section-heading-title .section-heading-title-02 {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section-heading-title .section-heading-title-02 {
    font-size: 50px;
  }
}

.section-heading-text {
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .section-heading-text {
    margin-top: 15px;
  }
}

.section-heading-image {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .section-heading-image {
    margin-top: 6px;
    width: 100%;
  }
}

.section-title {
  margin: auto;
  max-width: 100%;
  text-align: center;
}

.section-subtitle {
  text-align: center;
}

.section-subtitle .section-subtitle-text-01 {
  position: relative;
  display: inline-block;
  color: #AC2315;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-01 {
    font-size: 20px;
  }
}

.section-subtitle .section-subtitle-text-01::before {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -26px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-01::before {
    height: 8.7px;
    bottom: -12px;
  }
}

.section-subtitle .section-subtitle-text-02 {
  margin-top: 38px;
  display: block;
  color: #000000;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .section-subtitle .section-subtitle-text-02 {
    margin-top: 20px;
    font-size: 30px;
  }
}

.section-text {
  margin-top: 20px;
}

.section-image {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section-image {
    margin-top: 30px;
  }
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.mv {
  position: relative;
}

.mv-logo {
  position: absolute;
  top: 4.4%;
  left: 3.5%;
  width: 8.68056vw;
}

@media screen and (max-width: 768px) {
  .mv-logo {
    top: 1.8%;
    left: 5.1%;
    width: 17.94872vw;
  }
}

.mv-image img {
  width: 100%;
}

.mv-title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .mv-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.556;
  }
}

.mv-text {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-text {
    margin-top: 26px;
    text-align: center;
  }
}

.nav-wrap {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .nav-wrap {
    margin-top: 50px;
  }
}

.nav-list {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .nav-list {
    gap: 10px;
  }
}

.nav-item {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 768px) {
  .nav-item {
    width: calc(100% / 4 - 6.666px);
  }
}

.nav-item a {
  position: relative;
  display: block;
  background: #AC2315;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  padding: 40px 0px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 960px) {
  .nav-item a {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .nav-item a {
    font-size: 15px;
    padding: 13px 0px 20px;
  }
}

.nav-item a::after {
  content: "";
  position: absolute;
  background: url(../images/common/icon_arrow_bottom.svg) no-repeat center center/cover;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .nav-item a::after {
    bottom: 10px;
    width: 11px;
    height: 7px;
  }
}

.nav-item a span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .nav-item a span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .nav-item a span {
    font-size: 10px;
    margin-bottom: 3px;
    line-height: 1.3;
  }
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #AC2315;
  transform: translateY(-150%);
  transition: transform 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
}

.fixed-nav.fixed {
  transform: translateY(0);
}

.fixed-nav-list {
  max-width: 1160px;
  margin: auto;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .fixed-nav-list {
    padding: 0 10px;
  }
}

.fixed-nav-item {
  position: relative;
  width: calc(100% / 4);
}

.fixed-nav-item.link-current a {
  background: #8A1B11;
}

.fixed-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  height: 30px;
  width: 2px;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}

.fixed-nav-item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 2px;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}

.fixed-nav-item a {
  position: relative;
  display: block;
  background: #AC2315;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
  padding: 13px 0px 25px;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item a {
    font-size: 16px;
    padding: 20px 0px 26px;
  }
}

.fixed-nav-item a::after {
  content: "";
  position: absolute;
  background: url(../images/common/icon_arrow_bottom.svg) no-repeat center center/cover;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item a::after {
    bottom: 10px;
    width: 11px;
    height: 7px;
  }
}

.fixed-nav-item a span {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item a span {
    font-size: 8px;
  }
}

.perf {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .perf {
    margin-top: 50px;
  }
}

.perf-subtitle-01 .perf-subtitle-text-01::before {
  background: url(../images/common/bg_subtitle_perf_01.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .perf-subtitle-01 .perf-subtitle-text-01::before {
    background: url(../images/common/bg_subtitle_perf_01_sp.svg) no-repeat center center/cover;
  }
}

.perf-subtitle-02 {
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  .perf-subtitle-02 {
    padding-top: 74px;
  }
}

.perf-subtitle-02 .perf-subtitle-text-01::before {
  background: url(../images/common/bg_subtitle_perf_02.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .perf-subtitle-02 .perf-subtitle-text-01::before {
    background: url(../images/common/bg_subtitle_perf_02_sp.svg) no-repeat center center/cover;
  }
}

.perf-content {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .perf-content {
    margin-top: 50px;
  }
}

.perf-content.perf-grade {
  margin-top: 0;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .perf-content.perf-grade {
    margin-top: 0;
    padding-top: 77px;
  }
}

.perf-block + .perf-block {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .perf-block + .perf-block {
    margin-top: 40px;
  }
}

.perf-image {
  position: relative;
}

.perf-block-heading {
  position: relative;
  background: #F7E6E7;
  padding: 50px 0;
  margin-bottom: 66px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .perf-block-heading {
    padding: 25px 20px 16px;
    margin-bottom: 0;
  }
}

.perf-block-heading::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #F7E6E7;
  height: calc(40px / 2* tan(60deg));
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .perf-block-heading::after {
    bottom: -20px;
    height: calc(30px / 2* tan(60deg));
    width: 80px;
  }
}

.perf-block-heading-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .perf-block-heading-title {
    font-size: 25px;
  }
}

.perf-block-heading-text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .perf-block-heading-text {
    margin-top: 12px;
  }
}

.perf-slider-wrap {
  margin-top: 100px;
  padding: 35px 0 50px;
  border: 3px solid #AC2315;
  box-shadow: 6px 6px 0px #8A1B11;
}

@media screen and (max-width: 768px) {
  .perf-slider-wrap {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.perf-slider-title .perf-slider-title-text-01 {
  position: relative;
  display: block;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px 15px 0 15px;
  padding: 10px 0;
  margin-left: 16px;
  color: #AC2315;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .perf-slider-title .perf-slider-title-text-01 {
    border: 2px solid #000;
    padding: 7px 0;
    margin-left: 5px;
    font-size: 16px;
  }
}

.perf-slider-title .perf-slider-title-text-02 {
  display: block;
  font-size: 25px;
  font-weight: 900;
  padding: 23px 0 36px 50px;
  margin: -11px 0 0 -18px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .perf-slider-title .perf-slider-title-text-02 {
    background: url(../images/perf/bg_title_sp.svg) no-repeat center center/cover;
    font-size: 20px;
    padding: 14px 0 22px 40px;
    margin: -10px 0 0 -27px;
    line-height: 1.25;
  }
}

.perf-slider-title-01 .perf-slider-title-text-01 {
  width: 356px;
}

@media screen and (max-width: 768px) {
  .perf-slider-title-01 .perf-slider-title-text-01 {
    width: 281px;
  }
}

.perf-slider-title-01 .perf-slider-title-text-02 {
  background: url(../images/perf/bg_title_01.svg) no-repeat center center/cover;
  width: 704px;
}

@media screen and (max-width: 768px) {
  .perf-slider-title-01 .perf-slider-title-text-02 {
    background: url(../images/perf/bg_title_01_sp.svg) no-repeat center center/cover;
    width: 353px;
  }
}

.perf-slider-title-02 .perf-slider-title-text-01 {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .perf-slider-title-02 .perf-slider-title-text-01 {
    width: 230px;
  }
}

.perf-slider-title-02 .perf-slider-title-text-02 {
  background: url(../images/perf/bg_title_02.svg) no-repeat center center/cover;
  width: 620px;
}

@media screen and (max-width: 768px) {
  .perf-slider-title-02 .perf-slider-title-text-02 {
    background: url(../images/perf/bg_title_02_sp.svg) no-repeat center center/cover;
    width: 353px;
  }
}

.perf-slider-text {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .perf-slider-text {
    margin-top: 0;
    padding: 0 15px;
  }
}

.perf-slider-more {
  display: none;
}

@media screen and (max-width: 768px) {
  .perf-slider-more {
    display: block;
    position: relative;
    width: 106px;
    margin: 20px auto 0;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px 10px 5px 0;
  }
  .perf-slider-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 6px;
    height: 6px;
  }
  .perf-slider-more.is-open::after {
    transform: translateY(-30%) rotate(225deg);
  }
}

.perf-slider {
  position: relative;
  margin-top: 20px;
  padding: 0 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .perf-slider {
    padding: 0 15px;
  }
}

.perf-slider-01 .perf-slide:nth-child(1) {
  width: 600px !important;
}

@media screen and (max-width: 768px) {
  .perf-slider-01 .perf-slide:nth-child(1) {
    width: 100% !important;
  }
}

.perf-slider-01 .perf-slide:nth-child(2) {
  width: 413px !important;
}

@media screen and (max-width: 768px) {
  .perf-slider-01 .perf-slide:nth-child(2) {
    width: 100% !important;
  }
}

.perf-slider-01 .perf-slide:nth-child(3) {
  width: 327px !important;
}

@media screen and (max-width: 768px) {
  .perf-slider-01 .perf-slide:nth-child(3) {
    width: 100% !important;
  }
}

.perf-slider-01 .perf-slide:nth-child(4) {
  width: 663px !important;
}

@media screen and (max-width: 768px) {
  .perf-slider-01 .perf-slide:nth-child(4) {
    width: 100% !important;
  }
}

.perf-slide-video {
  width: 100%;
}

.perf-slide-caption {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .perf-slide-caption {
    font-size: 13px;
    line-height: 1.25;
  }
}

.perf-slider-pagination {
  text-align: center;
}

.perf-slider-pagination .swiper-pagination-bullet-active {
  background: #2EC172;
}

.perf-slider-button-prev,
.perf-slider-button-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .perf-slider-button-prev,
  .perf-slider-button-next {
    width: 30px;
    height: 30px;
  }
}

.perf-slider-button-prev.swiper-button-disabled,
.perf-slider-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.perf-slider-02-button-prev,
.perf-slider-02-button-next {
  top: calc(50% - 45px);
}

.perf-slider-button-prev {
  left: 10px;
  background: url(../images/common/icon_slider_prev.svg) no-repeat center center/cover;
}

.perf-slider-button-next {
  right: 10px;
  background: url(../images/common/icon_slider_next.svg) no-repeat center center/cover;
}

.perf-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  margin: 20px auto 0;
  padding: 10px 0;
  background: #AC2315;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .perf-play {
    width: 183px;
    padding: 7px 0;
  }
}

.perf-play-icon {
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .perf-play-icon {
    width: 40px;
  }
}

.perf-play-text {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .perf-play-text {
    font-size: 20px;
  }
}

.perf-box {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .perf-box {
    margin-top: 70px;
  }
}

.perf-box-title {
  position: relative;
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .perf-box-title {
    font-size: 20px;
    line-height: 1.45;
  }
}

.perf-box-title span {
  color: #AC2315;
}

.perf-box-title::before, .perf-box-title::after {
  content: "";
  position: relative;
  width: 35px;
  height: 20px;
}

.perf-box-title::before {
  background: url(../images/common/icon_title_left.svg) no-repeat center center/cover;
  margin-right: 148px;
  top: -22px;
}

@media screen and (max-width: 768px) {
  .perf-box-title::before {
    margin-right: 0;
    top: -20px;
  }
}

@media screen and (max-width: 390px) {
  .perf-box-title::before {
    position: absolute;
    left: 0;
  }
}

.perf-box-title::after {
  background: url(../images/common/icon_title_right.svg) no-repeat center center/cover;
  margin-left: 148px;
  top: 71px;
}

@media screen and (max-width: 768px) {
  .perf-box-title::after {
    margin-left: 0;
    top: 59px;
  }
}

@media screen and (max-width: 390px) {
  .perf-box-title::after {
    position: absolute;
    right: 0;
  }
}

.perf-box-text {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .perf-box-text {
    margin-top: 50px;
  }
}

.perf-box-image {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .perf-box-image {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
}

.perf-box-notes {
  margin-top: 10px;
}

.perf-box-notes p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}

.strong {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .strong {
    margin-top: 100px;
  }
}

.strong-subtitle .strong-subtitle-text-01::before {
  background: url(../images/common/bg_subtitle_strong.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .strong-subtitle .strong-subtitle-text-01::before {
    background: url(../images/common/bg_subtitle_strong_sp.svg) no-repeat center center/cover;
  }
}

.strong-content {
  margin-top: 100px;
}

.strong-block {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .strong-block {
    margin-top: 30px;
  }
}

.strong-block-title {
  background: #464646;
  padding: 16px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-block-title {
    font-size: 16px;
    padding: 12px 0;
  }
}

.strong-block-flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .strong-block-flex {
    display: block;
  }
}

.strong-block-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .strong-block-item {
    width: 100%;
  }
}

.strong-block-item:nth-child(1) .strong-block-item-title {
  border-right: 1px solid #FFFFFF;
}

@media screen and (max-width: 768px) {
  .strong-block-item:nth-child(1) .strong-block-item-title {
    border-right: none;
  }
}

.strong-block-item:nth-child(1) .strong-block-item-inner {
  border-width: 0 1px 1px 1px;
}

.strong-block-item:nth-child(2) .strong-block-item-inner {
  border-width: 0 1px 1px 0;
}

@media screen and (max-width: 768px) {
  .strong-block-item:nth-child(2) .strong-block-item-inner {
    border-width: 0 1px 1px 1px;
  }
}

.strong-block-item-title {
  background: #AC2315;
  padding: 18px 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-block-item-title {
    font-size: 16px;
    padding: 12px 0;
  }
}

.strong-block-item-inner {
  position: relative;
  padding: 30px 0 20px;
  border: solid #464646;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .strong-block-item-inner {
    padding: 35px 0 15px;
  }
}

.strong-block-item-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-block-item-name {
    font-size: 20px;
  }
}

.strong-block-item-desc {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .strong-block-item-desc {
    margin-top: 0;
  }
}

.strong-block-item-desc span {
  color: #AC2315;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .strong-block-item-image-wrap {
    position: relative;
    max-width: 390px;
    margin: auto;
  }
}

.strong-block-item-image {
  margin: auto;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .strong-block-item-image {
    margin-left: 0;
  }
}

.strong-block-item-text {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 115px;
  right: 30px;
  background: #464646;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .strong-block-item-text {
    width: 80px;
    height: 80px;
    font-size: 20px;
    top: 14%;
    right: 4%;
  }
}

.strong-block-item-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}

.strong-block-item-text.ichijo {
  background: #AC2315;
}

.strong-more {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .strong-more {
    margin-top: 110px;
  }
}

.strong-more-title {
  position: relative;
}

.strong-more-title .strong-more-title-01 {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 150px;
  padding: 10px 0 13px;
  background: #AC2315;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-more-title .strong-more-title-01 {
    top: -50px;
    width: 120px;
    padding: 4px 0 6px;
    font-size: 24px;
  }
}

.strong-more-title .strong-more-title-01::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -22px;
  width: 20px;
  height: 28px;
  background-color: #AC2315;
  clip-path: polygon(0% 20px, 50% 0%, 28px 0%);
}

@media screen and (max-width: 768px) {
  .strong-more-title .strong-more-title-01::after {
    right: 32px;
    bottom: -20px;
    width: 20px;
    height: 26px;
    clip-path: polygon(0% 20px, 50% 0%, 26px 0%);
  }
}

.strong-more-title .strong-more-title-02 {
  display: block;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .strong-more-title .strong-more-title-02 {
    font-size: 30px;
    line-height: 1.6667;
  }
}

.strong-more-acdn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn {
    margin-top: 30px;
  }
}

.strong-more-acdn-item {
  border: 3px solid #AC2315;
  box-shadow: 6px 6px 0px #8A1B11;
}

.strong-more-acdn-item + .strong-more-acdn-item {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-item + .strong-more-acdn-item {
    margin-top: 15px;
  }
}

.strong-more-acdn-heading {
  cursor: pointer;
  position: relative;
  background: #F7E6E7;
  padding-left: 90px;
  min-height: 161px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .strong-more-acdn-heading {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-heading {
    padding: 26px 77px 28px 6px;
    min-height: auto;
  }
}

.strong-more-acdn-icon {
  display: block;
  min-width: 130px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-icon {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-icon.is01 {
    width: 47px;
  }
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-icon.is02, .strong-more-acdn-icon.is03, .strong-more-acdn-icon.is04 {
    width: 58px;
  }
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-icon.is05 {
    width: 55px;
  }
}

.strong-more-acdn-heading-inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-heading-inner {
    margin-left: 10px;
    display: block;
  }
}

.strong-more-acdn-number {
  position: relative;
  display: block;
  margin-left: 41px;
  padding-left: 0px;
  color: #AC2315;
  font-size: 55px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-number {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
    font-size: 20px;
  }
}

.strong-more-acdn-number::before {
  content: "Check";
  background: url(../images/strong/icon_check.svg) no-repeat 46px 3px/10px 7px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 7px;
  top: -9px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-number::before {
    background: url(../images/strong/icon_check.svg) no-repeat 46px 4px/7px 5px;
    position: static;
    padding-right: 14px;
  }
}

.strong-more-acdn-number::after {
  content: "";
  display: block;
  width: 5px;
  height: 70px;
  background: #AC2315;
  position: absolute;
  top: -9px;
  left: -24px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-number::after {
    width: 85px;
    height: 2px;
    top: auto;
    bottom: -2px;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-number.is01::after {
    width: 79px;
  }
}

.strong-more-acdn-name {
  margin-left: 18px;
  color: #000000;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.48;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-name {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
}

.strong-more-acdn-toggle {
  position: absolute;
  right: 40px;
  width: 115px;
  display: block;
  margin-left: 66px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-toggle {
    right: 7px;
    top: 47px;
    margin-left: 0;
    width: 70px;
  }
}

.strong-more-acdn-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  width: 115px;
  background-color: #bd4f44;
  border-radius: 30px;
  animation-name: acdn-toggle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-toggle::before {
    height: 32px;
    width: 70px;
  }
}

.strong-more-acdn-toggle::after {
  content: "";
  position: absolute;
  background: url(../images/strong/icon_acdn_arrow.svg) no-repeat center center/cover;
  top: 23px;
  right: 11px;
  width: 12px;
  height: 7px;
  transition: transform 0.3s;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-toggle::after {
    top: 13px;
    right: 8.5px;
  }
}

.strong-more-acdn-toggle.is-open::after {
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-toggle.is-open::after {
    top: 14px;
  }
}

.strong-more-acdn-toggle.animation-stop::before {
  display: none;
}

.strong-more-acdn-toggle span {
  width: 115px;
  display: block;
  font-size: 20px;
  background: #fff;
  border-radius: 30px;
  padding: 4px 30px 4px 20px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-toggle span {
    font-size: 13px;
    padding: 4px 15px 4px 0px;
    width: 70px;
  }
}

@keyframes acdn-toggle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.strong-more-acdn-content {
  display: none;
}

.strong-more-acdn-content-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 3px solid #AC2315;
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-content-inner {
    display: block;
    padding: 30px 15px;
  }
}

.strong-more-acdn-text {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-text {
    width: 100%;
  }
}

.strong-more-acdn-image {
  position: relative;
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image {
    margin-top: 10px;
    width: 100%;
  }
}

.strong-more-acdn-image picture {
  text-align: center;
}

.strong-more-acdn-image.strong-more-acdn-image-05 {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image.strong-more-acdn-image-05 {
    padding-bottom: 0;
  }
}

.strong-more-acdn-image-tab {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image-tab {
    position: static;
    transform: translateX(0%);
    margin: 25px 0;
    gap: 10px;
  }
}

.strong-more-acdn-image-tab-button {
  cursor: pointer;
  position: relative;
  background: #E3E3E3;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 37%;
  padding: 10px 0;
  color: #AAAAAA;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image-tab-button {
    width: calc(50% - 5px);
    font-size: 14px;
  }
}

.strong-more-acdn-image-tab-button::before, .strong-more-acdn-image-tab-button::after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.strong-more-acdn-image-tab-button::before {
  top: -1em;
  border-bottom: solid 1em #fff;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image-tab-button::before {
    top: auto;
    bottom: -1em;
    border-top: solid 1em #fff;
    border-bottom: none;
  }
}

.strong-more-acdn-image-tab-button::after {
  top: calc( 2px - 1em);
  border-bottom: solid 1em #AC2315;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image-tab-button::after {
    top: auto;
    bottom: calc( 2px - 1em);
    border-top: solid 1em #AC2315;
    border-bottom: none;
  }
}

.strong-more-acdn-image-tab-button.is-active {
  background: #AC2315;
  color: #fff;
}

.strong-more-acdn-image-tab-button.is-active::before, .strong-more-acdn-image-tab-button.is-active::after {
  display: block;
}

.strong-more-acdn-image-tab-button span {
  vertical-align: top;
  font-size: 70%;
}

.strong-more-acdn-image-notes {
  position: absolute;
  right: 7%;
  bottom: -21px;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .strong-more-acdn-image-notes {
    position: static;
  }
}

.ex {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .ex {
    margin-top: 100px;
  }
}

.ex-block {
  position: relative;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .ex-block {
    padding: 50px 0;
  }
}

.ex-block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.ex-block-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ex-block-video::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ex-subtitle {
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}

.ex-subtitle .ex-subtitle-text-01 {
  position: relative;
  display: inline-block;
  background: #AC2315;
  padding: 5px 15px 7px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .ex-subtitle .ex-subtitle-text-01 {
    width: 100%;
    padding: 3px 10px 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
  }
}

.ex-subtitle .ex-subtitle-text-01::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border-width: 12px;
  margin-left: -12px;
  border-top-color: #AC2315;
  top: 99%;
  left: 50%;
}

.ex-subtitle .ex-subtitle-text-02 {
  display: block;
  margin-top: 20px;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .ex-subtitle .ex-subtitle-text-02 {
    margin-top: 25px;
    font-size: 28px;
    letter-spacing: -0.03em;
  }
}

.ex-text {
  margin-top: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ex-text {
    margin-top: 33px;
  }
}

.ex-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .ex-tab {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.ex-tab-item {
  position: relative;
  width: calc(100% / 3 - 6.67px);
  background: rgba(247, 231, 231, 0.8);
  border: 2px solid #fff;
  border-radius: 10px;
  height: 70px;
  color: #000000;
  font-size: 13px;
  line-height: 1.54;
}

.ex-tab-item.current {
  color: #fff;
  background: rgba(172, 35, 21, 0.8);
}

.ex-tab-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

.ex-slider {
  position: relative;
}

.ex-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .ex-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.ex-item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .ex-item {
    width: 100%;
  }
}

.ex-item-title {
  padding: 17px 0;
  background-color: #AC2315;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ex-item-title {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 600;
  }
}

.ex-item-inner {
  background: #fff;
  padding: 26px 30px 30px;
  min-height: 384px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .ex-item-inner {
    min-height: auto;
    padding: 28px 20px;
  }
}

.ex-item-text {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ex-item-text {
    font-size: 13px;
  }
}

.ex-item-image {
  margin-top: auto;
  text-align: center;
}

.ex-slider-pagination {
  display: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ex-slider-pagination {
    display: block;
  }
}

.ex-slider-pagination .swiper-pagination-bullet {
  background: #CBCBCB;
  opacity: 1;
}

.ex-slider-pagination .swiper-pagination-bullet-active {
  background: #2EC172;
}

.ex-slider-button-prev,
.ex-slider-button-next {
  cursor: pointer;
  display: none;
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ex-slider-button-prev,
  .ex-slider-button-next {
    display: block;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}

.ex-slider-button-prev {
  left: -15px;
  background: url(../images/common/icon_slider_prev.svg) no-repeat center center/cover;
}

.ex-slider-button-next {
  right: -15px;
  background: url(../images/common/icon_slider_next.svg) no-repeat center center/cover;
}

.ex-other {
  position: relative;
  background: #F7E6E7;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .ex-other {
    padding: 50px 0 120px;
  }
}

.ex-other-title .ex-other-subtitle-text-01::before {
  background: url(../images/common/bg_subtitle_ex.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .ex-other-title .ex-other-subtitle-text-01::before {
    background: url(../images/common/bg_subtitle_ex_sp.svg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-title .ex-other-subtitle-text-02 {
    line-height: 1.5;
  }
}

.ex-other-block {
  position: relative;
  border: 2px solid #000;
  outline: 1px solid #000;
  outline-offset: -6px;
  background: #fff;
  margin-top: 50px;
  padding: 85px 50px;
}

@media screen and (max-width: 960px) {
  .ex-other-block {
    padding: 70px 20px;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-block {
    margin-top: 20px;
    padding: 36px 15px;
  }
}

.ex-other-block-row {
  display: flex;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row {
    flex-direction: column;
  }
}

.ex-other-block-row + .ex-other-block-row {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row + .ex-other-block-row {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-block-inner {
    text-align: center;
  }
}

.ex-other-block-title {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 5px double #AC2315;
  color: #AC2315;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .ex-other-block-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-block-title {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: none;
    text-align: center;
    border-bottom: 2px solid #AC2315;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-block-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #AC2315;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ex-other-block-title span {
  font-size: 70%;
  vertical-align: top;
}

.ex-other-block-text {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .ex-other-block-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-block-text {
    margin-top: 20px;
    text-align: left;
  }
}

.ex-other-block-text span {
  font-size: 70%;
  vertical-align: top;
}

.ex-other-block-image {
  position: relative;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image {
    margin-top: 30px;
  }
}

.ex-other-block-image-text {
  position: absolute;
  z-index: 1;
}

.ex-other-block-image-text.is01 {
  bottom: 1%;
  right: -11%;
  width: 64%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image-text.is01 {
    bottom: 12%;
    right: 8%;
    width: 48%;
  }
}

.ex-other-block-image-text.is02 {
  bottom: 4%;
  left: 29%;
  width: 44%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image-text.is02 {
    bottom: -15%;
    right: -2%;
    left: auto;
    width: 72%;
  }
}

.ex-other-block-image-text.is03 {
  bottom: -16%;
  left: -21%;
  width: 41%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image-text.is03 {
    bottom: 13%;
    left: 43%;
    width: 38%;
  }
}

.ex-other-block-image-text.is04 {
  top: -6%;
  left: -55%;
  width: 106%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image-text.is04 {
    top: 4%;
    left: -3%;
    width: 67%;
  }
}

.ex-other-block-image-text.is05 {
  bottom: -37%;
  left: -45%;
  width: 68%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-image-text.is05 {
    bottom: -24%;
    left: 32%;
    width: 44%;
  }
}

.ex-other-block-notes {
  margin-top: 10px;
}

.ex-other-block-notes p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .ex-other-block-notes {
    text-align: left;
  }
}

.ex-other-block-notes.indent02 p {
  text-indent: -1.9em;
  padding-left: 1.9em;
}

.ex-other-block-row-01 {
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-01 {
    display: block;
  }
}

.ex-other-block-row-01 .ex-other-block-inner {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-01 .ex-other-block-inner {
    width: 100%;
  }
}

.ex-other-block-row-01 .ex-other-block-image-01 {
  width: 28%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-01 .ex-other-block-image-01 {
    width: 100%;
  }
}

.ex-other-block-row-01 .ex-other-block-image-02 {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-01 .ex-other-block-image-02 {
    width: 100%;
  }
}

.ex-other-block-row-02 {
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-02 {
    flex-direction: column-reverse;
  }
}

.ex-other-block-row-02 .ex-other-block-image {
  width: 62%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-02 .ex-other-block-image {
    width: 100%;
  }
}

.ex-other-block-row-02 .ex-other-block-inner {
  width: 29.5%;
  margin-left: 36px;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-02 .ex-other-block-inner {
    width: 100%;
    margin-left: 0;
  }
}

.ex-other-block-row-03 {
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-03 {
    display: block;
  }
}

.ex-other-block-row-03 .ex-other-block-inner {
  width: 37.5%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-03 .ex-other-block-inner {
    width: 100%;
  }
}

.ex-other-block-row-03 .ex-other-block-image-01 {
  width: 36%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-03 .ex-other-block-image-01 {
    width: 100%;
  }
}

.ex-other-block-row-03 .ex-other-block-image-02 {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-03 .ex-other-block-image-02 {
    width: 100%;
  }
}

.ex-other-block-row-04 {
  margin-top: 150px !important;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-04 {
    margin-top: 90px !important;
    flex-direction: column-reverse;
  }
}

.ex-other-block-row-04 .ex-other-block-image {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-04 .ex-other-block-image {
    width: 100%;
  }
}

.ex-other-block-row-04 .ex-other-block-inner {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .ex-other-block-row-04 .ex-other-block-inner {
    width: 100%;
  }
}

.ex-other-guide {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .ex-other-guide {
    bottom: -75px;
  }
}

@media screen and (max-width: 768px) {
  .ex-other-guide-icon {
    width: 107.75px;
  }
}

.ex-other-guide-text {
  margin-top: 30px;
  display: block;
  width: 405px;
}

@media screen and (max-width: 768px) {
  .ex-other-guide-text {
    margin-top: 0;
    width: 57vw;
    max-width: 256px;
  }
}

/*商品ラインアップ
*************************************/
.lineup {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 100px;
  }
}

.lineup-title {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lineup-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-title {
    font-size: 20px;
    line-height: 1.45;
  }
}

.lineup-title::before, .lineup-title::after {
  content: "";
  position: relative;
  width: 35px;
  height: 20px;
}

.lineup-title::before {
  background: url(../images/common/icon_title_left.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .lineup-title::before {
    top: -20px;
  }
}

.lineup-title::after {
  background: url(../images/common/icon_title_right.svg) no-repeat center center/cover;
  top: 67px;
}

@media screen and (max-width: 768px) {
  .lineup-title::after {
    top: 59px;
  }
}

.lineup-swiper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}

.lineup-swiper-container {
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-container {
    padding-bottom: 0;
  }
}

.lineup-swiper-slide {
  transform: scale(0.8) !important;
  transition: transform 0.2s;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-slide {
    transform: scale(1) !important;
  }
}

@media screen and (min-width: 768px) {
  .lineup-swiper-slide {
    width: 653px !important;
  }
}

.lineup-swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
}

.lineup-swiper-slide a {
  display: block;
}

.lineup-swiper-slide a:focus .lineup-swiper-img
img {
  transform: scale(1.1);
}

.lineup-swiper-slide a:focus .lineup-swiper-name,
.lineup-swiper-slide a:focus .lineup-swiper-description {
  opacity: 0.5;
}

@media (hover) {
  .lineup-swiper-slide a:hover .lineup-swiper-img img {
    transform: scale(1.1);
  }
  .lineup-swiper-slide a:hover .lineup-swiper-name,
  .lineup-swiper-slide a:hover .lineup-swiper-description {
    opacity: 0.5;
  }
}

.lineup-swiper-slide-content {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-slide-content {
    width: 100%;
  }
}

.lineup-swiper-img {
  display: block;
  margin: auto;
  overflow: hidden;
}

.lineup-swiper-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.lineup-swiper-name {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name {
    margin-top: 20px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.grandsmart img {
    width: 154px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.grandsaison img {
    width: 159px;
  }
}

.lineup-swiper-name-logo.ismart {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.ismart {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.ismart img {
    width: 77px;
  }
}

.lineup-swiper-name-logo.icube {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.icube {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.icube img {
    width: 96px;
  }
}

.lineup-swiper-name-logo.saison {
  margin-top: -11px;
}

.lineup-swiper-name-logo.saison img {
  width: 113px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.saison {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.saison img {
    width: 61px;
  }
}

.lineup-swiper-name-logo.saisona {
  margin-top: -11px;
}

.lineup-swiper-name-logo.saisona img {
  width: 116px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.saisona {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.saisona img {
    width: 96px;
  }
}

.lineup-swiper-name-logo.brillart {
  margin-top: -11px;
}

.lineup-swiper-name-logo.brillart img {
  width: 109px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.brillart {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.brillart img {
    width: 75px;
  }
}

.lineup-swiper-name-logo.hyakunen {
  margin-top: -10px;
}

.lineup-swiper-name-logo.hyakunen img {
  width: 119px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.hyakunen {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.hyakunen img {
    width: 61px;
  }
}

.lineup-swiper-name-logo {
  line-height: 1;
}

.lineup-swiper-name-logo img {
  vertical-align: bottom;
}

.lineup-swiper-name-ja {
  margin-left: 20px;
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-ja {
    display: block;
    font-size: 15px;
  }
}

@media screen and (max-width: 390px) {
  .lineup-swiper-name-ja {
    font-size: 12px;
  }
}

.lineup-swiper-description {
  margin-top: 19px;
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-description {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 390px) {
  .lineup-swiper-description {
    font-size: 12px;
  }
}

.lineup-swiper-button-wrap {
  pointer-events: none;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 653px;
  margin: auto;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-wrap {
    width: 100%;
    height: 66.6667vw;
    top: 0;
    transform: translateX(-50%);
  }
}

.lineup-swiper-button-prev,
.lineup-swiper-button-next {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  filter: drop-shadow(0px 0px 20px rgba(60, 60, 60, 0.14));
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-prev,
  .lineup-swiper-button-next {
    width: 41px;
    height: 41px;
  }
}

.lineup-swiper-button-prev::after,
.lineup-swiper-button-next::after {
  display: none;
}

.lineup-swiper-button-prev {
  left: -31px;
  background: url(../images/common/icon_slider_prev.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-prev {
    left: 2%;
  }
}

.lineup-swiper-button-next {
  right: -31px;
  background: url(../images/common/icon_slider_next.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-next {
    right: 2%;
  }
}

.lineup-swiper-pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.lineup-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2EC172;
}

.guide {
  margin-top: 50px;
}

.guide-top {
  background: url(../images/guide/bg_guide.jpg) no-repeat center center/cover;
  padding: 163px 0 105px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-top {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .guide-top-inner {
    background: url(../images/guide/bg_guide_sp.jpg) no-repeat center center/cover;
    padding: 60px 0 50px;
    order: 1;
  }
}

.guide-top-title {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  line-height: 1;
}

.guide-top-title .guide-top-title-01 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .guide-top-title .guide-top-title-01 {
    font-size: 16px;
  }
}

.guide-top-title .guide-top-title-01::before, .guide-top-title .guide-top-title-01::after {
  content: "";
  width: 21px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .guide-top-title .guide-top-title-01::before, .guide-top-title .guide-top-title-01::after {
    width: 10px;
    height: 12px;
  }
}

.guide-top-title .guide-top-title-01::before {
  background: url(../images/guide/icon_title_left.svg) no-repeat center center/cover;
  margin-right: 4px;
}

.guide-top-title .guide-top-title-01::after {
  background: url(../images/guide/icon_title_right.svg) no-repeat center center/cover;
  margin-left: 4px;
}

.guide-top-title .guide-top-title-02 {
  display: block;
  margin-top: 18px;
  font-size: 50px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .guide-top-title .guide-top-title-02 {
    margin-top: 10px;
    font-size: 28px;
  }
}

.guide-top-text {
  margin-top: 38px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .guide-top-text {
    margin-top: 22px;
    font-size: 20px;
    line-height: 2;
  }
}

.guide-top-list {
  max-width: 800px;
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .guide-top-list {
    display: block;
    width: calc(100% - 30px);
    margin: 30px auto 0;
    padding: 14px 5px 14px 26px;
    border: 1px solid #000;
    border-radius: 15px;
    order: 3;
  }
}

.guide-top-item {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 0px 17px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .guide-top-item {
    list-style-type: disc;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 2.142;
  }
}

.guide-top-text02 {
  margin-top: 26px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .guide-top-text02 {
    margin-top: 20px;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    text-align: left;
    order: 2;
  }
}

.guide-present {
  margin-top: 90px;
  color: #000;
}

.guide-present-title-wrap {
  text-align: center;
}

.guide-present-title {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-present-title {
    font-size: 20px;
  }
}

.guide-present-title span {
  position: absolute;
  top: -26px;
  left: -10%;
  background: #AC2315;
  padding: 10px 17px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .guide-present-title span {
    width: 190px;
    padding: 8px 0;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
  }
}

.guide-present-title span::after {
  content: "";
  background: url(../images/guide/icon_balloon.svg) no-repeat center center/cover;
  width: 31px;
  height: 26px;
  position: absolute;
  bottom: -9px;
  right: 80px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .guide-present-title span::after {
    display: none;
  }
}

.guide-present-banner {
  margin: 30px auto 0;
  max-width: 960px;
  display: flex;
  gap: 26px;
}

@media screen and (max-width: 768px) {
  .guide-present-banner {
    display: block;
  }
}

.guide-present-banner-item {
  width: calc(50% - 13px);
}

@media screen and (max-width: 768px) {
  .guide-present-banner-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guide-present-banner-item + .guide-present-banner-item {
    margin-top: 30px;
  }
}

.guide-present-banner-text {
  background: #FFFAEA;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.667;
  letter-spacing: 0;
}

.guide-present-banner-notes {
  margin-top: 10px;
  color: #000;
  font-size: 10px;
  line-height: 1.5;
}

/* ========== 全国マップ ========== */
#mainMap {
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
  display: block;
  height: 872px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 960px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  #mainMap {
    background: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}

.mainMap_btn {
  background: #585858;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  left: 180px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 53px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .mainMap_btn {
    display: none;
  }
}

.mainMap_btn::before {
  background: url(/guide/img/ico_gps.png) center center/cover;
  content: "";
  display: block;
  height: 23px;
  left: 16px;
  position: absolute;
  top: 7px;
  width: 16px;
}

.mainMap_btn::after {
  content: "";
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: -2px;
}

.mainMap_tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .mainMap_tab {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
  }
}

.mainMap_tab li {
  width: 50%;
}

.mainMap_tab li a {
  background: #f6f5f2;
  border-bottom: 1px solid #cccccc;
  border-top: none;
  color: #7a776a;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}

.mainMap_tab li:first-child a {
  border-right: 1px solid #cccccc;
}

.mainMap_tab li.tab_active a {
  background: #fff;
  border-bottom: none;
  border-top: 1px solid #cccccc;
  color: #686048;
}

.mainMap_ttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  left: 0px;
  line-height: 1;
  position: absolute;
  top: 56px;
}

@media screen and (max-width: 768px) {
  .mainMap_ttl-sp {
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 1.5555555556;
    margin: 56px auto 15px;
    text-align: center;
    width: 100%;
  }
}

.mainMap_txt {
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 400;
  left: 0px;
  line-height: 1.4;
  position: absolute;
  top: 111px;
}

@media screen and (max-width: 768px) {
  .mainMap_txt {
    display: none;
  }
}

#mainMap dl {
  border: #cccccc solid 1px;
  left: 0;
  margin: auto;
  padding: 0 0 10px;
  position: absolute;
  right: 0;
  width: 150px;
}

@media screen and (max-width: 768px) {
  #mainMap dl {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
  }
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

@media screen and (max-width: 768px) {
  #mainMap_area1,
  #mainMap_area2,
  #mainMap_area3,
  #mainMap_area4,
  #mainMap_area5,
  #mainMap_area6,
  #mainMap_area7,
  #mainMap_area8,
  #mainMap_area9 {
    left: auto;
    top: auto;
    transform: translateX(0);
  }
}

#mainMap dl dt a {
  border-top-style: solid;
  border-top-width: 5px;
  font-size: 21px;
  line-height: 1;
  padding: 8px 0 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mainMap dl dt a {
    height: 60px;
    background: #f7f7f7;
    border: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 24px 0 24px 38px;
    position: relative;
    text-align: left;
  }
}

#mainMap dl dt a::before {
  content: "";
  display: block;
  height: 25px;
  left: 15px;
  position: absolute;
  top: 21px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  #mainMap dl dt a::after {
    color: #333;
    content: "＋";
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    right: 24px;
  }
}

#mainMap_area1 dt a {
  border-top-color: #5571a8;
  color: #5974a7;
}

#mainMap_area2 dt a {
  border-top-color: #32a3d6;
  color: #32a3d6;
}

#mainMap_area3 dt a {
  border-top-color: #61a977;
  color: #61a977;
}

#mainMap_area4 dt a {
  border-top-color: #c1c133;
  color: #c1c133;
}

#mainMap_area5 dt a {
  border-top-color: #a0c68f;
  color: #a0c68f;
}

#mainMap_area6 dt a {
  border-top-color: #eaad5a;
  color: #eaad5a;
}

#mainMap_area7 dt a {
  border-top-color: #e67eae;
  color: #e67eae;
}

#mainMap_area8 dt a {
  border-top-color: #e68e7e;
  color: #e68e7e;
}

#mainMap_area9 dt a {
  border-top-color: #f2b7d4;
  color: #f2b7d4;
}

@media screen and (max-width: 768px) {
  #mainMap dl dt .btnPlusMain {
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 60px;
    border-left: 1px solid #fff;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  #mainMap dl dd {
    display: none;
  }
}

#mainMap dl dd a {
  -webkit-text-decoration: none;
  color: #333333;
  display: block;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  padding: 6px 18px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #mainMap dl dd a {
    font-size: 15px;
    margin-bottom: 1px;
    padding: 24px 0 24px 48px;
  }
}

#mainMap dl dd a::before {
  content: "> ";
}

@media screen and (max-width: 768px) {
  #mainMap dl dd a::before {
    content: "＞";
    font-size: 14px;
    position: absolute;
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  #mainMap .open a {
    color: #fff;
  }
  #mainMap .open a::before {
    background: #fff;
  }
  #mainMap .open a::after {
    color: #fff;
    content: "―";
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #mainMap #mainMap_area1 dt a::after {
    content: "＞";
  }
}

@media screen and (max-width: 768px) {
  #mainMap_area1 .open a::after {
    color: #333;
    content: "＞";
  }
}

.modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal__content {
    width: 100%;
  }
}

.btn-yes {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #00F9A9;
  transition: 0.4s;
  width: 40%;
}

.btn-yes:hover {
  background-color: #64F9C1;
}

.btn-no {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #444444;
  transition: 0.4s;
  width: 40%;
}

.btn-no:hover {
  background-color: #888888;
}

#text-info {
  font-size: 20px;
}

#text-Caution {
  font-size: 15px;
  color: #FF0000;
  margin-top: 15px;
  margin-bottom: 10px;
}

#text-info2 {
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #mainMap_area1 .open a {
    background: #f7f7f7;
    color: #5974a7;
  }
  #mainMap_area1 dt a::before {
    background: #5974a7;
  }
  #mainMap_area1 .open a::before {
    background: #5974a7;
  }
  #mainMap_area1 dd a {
    display: none !important;
  }
  #mainMap_area2 .open a {
    background: #32a3d6;
  }
  #mainMap_area2 dt a::before {
    background: #32a3d6;
  }
  #mainMap_area2 dd a {
    background: #e0f1f9;
  }
  #mainMap_area3 .open a {
    background: #61a977;
  }
  #mainMap_area3 dt a::before {
    background: #61a977;
  }
  #mainMap_area3 dd a {
    background: #e7f2eb;
  }
  #mainMap_area4 .open a {
    background: #c1c133;
  }
  #mainMap_area4 dt a::before {
    background: #c1c133;
  }
  #mainMap_area4 dd a {
    background: #f6f6e1;
  }
  #mainMap_area5 .open a {
    background: #a0c68f;
  }
  #mainMap_area5 dt a::before {
    background: #a0c68f;
  }
  #mainMap_area5 dd a {
    background: #ecf4e9;
  }
  #mainMap_area6 .open a {
    background: #eaad5a;
  }
  #mainMap_area6 dt a::before {
    background: #eaad5a;
  }
  #mainMap_area6 dd a {
    background: #fcf3e6;
  }
  #mainMap_area7 .open a {
    background: #e67eae;
  }
  #mainMap_area7 dt a::before {
    background: #e67eae;
  }
  #mainMap_area7 dd a {
    background: #fbecf3;
  }
  #mainMap_area8 .open a {
    background: #e68e7e;
  }
  #mainMap_area8 dt a::before {
    background: #e68e7e;
  }
  #mainMap_area8 dd a {
    background: #fae8e5;
  }
  #mainMap_area9 .open a {
    background: #f2b7d4;
  }
  #mainMap_area9 dt a::before {
    background: #f2b7d4;
  }
  #mainMap_area9 dd a {
    background: #fdf0f7;
  }
}

.cv {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .cv {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.cv-inner {
  background: #F7E6E7;
  padding: 35px 65px;
}

@media screen and (max-width: 768px) {
  .cv-inner {
    border-radius: 25px;
    padding: 30px 20px 40px;
  }
}

.cv-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cv-title {
    font-size: 18px;
    line-height: 1.38;
  }
}

.cv-title::before, .cv-title::after {
  content: "";
  display: block;
  width: 21px;
  height: 25px;
}

.cv-title::before {
  background: url(../images/cv/icon_title_left.svg) no-repeat center center/cover;
  margin-right: 4px;
}

.cv-title::after {
  background: url(../images/cv/icon_title_right.svg) no-repeat center center/cover;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .cv-title::before, .cv-title::after {
    width: 28px;
    height: 42px;
  }
  .cv-title::before {
    background: url(../images/cv/icon_title_left_sp.svg) no-repeat center center/cover;
    margin-right: 10px;
  }
  .cv-title::after {
    background: url(../images/cv/icon_title_right_sp.svg) no-repeat center center/cover;
    margin-left: 10px;
  }
}

.cv-flex {
  margin-top: 30px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cv-flex {
    margin-top: 20px;
    display: block;
  }
}

.cv-image {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .cv-image {
    width: 100%;
  }
}

.cv-block {
  padding-left: 50px;
  width: 54%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .cv-block {
    position: relative;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}

.cv-text {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .cv-text {
    margin-top: 0;
    font-size: 16px;
  }
}

.cv-button {
  margin: 15px auto 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cv-button {
    display: block;
    margin: 20px auto 0;
  }
}

.cv-txt-button {
  position: relative;
  background-color: #AC2315;
  width: 100%;
  display: block;
  border-radius: 100px;
  color: #fff;
  padding: 18px 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .cv-txt-button {
    padding: 15px 40px;
  }
}

.cv-txt-button span {
  font-size: 24px;
  font-family: "Hiragino Sans w6", sans-serif;
}

@media screen and (max-width: 768px) {
  .cv-txt-button span {
    font-size: min(4.61vmin, 18px);
  }
}

.cv-txt-button .balloon {
  position: absolute;
  left: 0;
  top: -40px;
  width: 22%;
  max-width: 85px;
}

@media screen and (max-width: 768px) {
  .cv-txt-button .balloon {
    width: auto;
    max-width: 75px;
    top: -18px;
    left: -15px;
  }
}

.cv-txt-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) translateX(0%) rotate(45deg);
  transform: translateY(-50%) translateX(0%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .cv-txt-button::after {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}

.cv-txt-button.balloonOn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .cv-txt-button.balloonOn {
    margin-top: 10px;
  }
}

.perf-modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.perf-modal.fadeIn {
  height: 100vh;
  overflow: visible;
}

.perf-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.perf-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 16px;
  width: 700px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .perf-modal-content {
    width: calc(100% - 40px);
    padding: 8px;
  }
}

.perf-modal-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.perf-modal-youtube iframe {
  width: 100%;
  height: 100%;
}

.perf-modal-close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
  width: 42px;
  height: 42px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .perf-modal-close {
    width: 30px;
    height: 30px;
    top: -38px;
  }
}

.fixed-cv {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: none;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .fixed-cv {
    width: 100%;
    bottom: 0;
  }
}

.fixed-cv-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .fixed-cv-pc {
    display: none;
  }
}

.fixed-cv-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-cv-sp {
    display: flex;
    background: #464646;
    padding: 0 20px;
  }
}

.fixed-cv-button {
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .fixed-cv-button {
    width: 62%;
    padding: 13px 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .fixed-cv-button::after {
    content: "";
    background: url(../images/common/icon_arrow_cv.svg) no-repeat center center/cover;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

.fixed-cv-button + .fixed-cv-button {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button {
    margin-top: 0;
    width: 38%;
  }
}

@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .fixed-cv-button + .fixed-cv-button::after {
    right: 0;
  }
}

.fixed-cv-button + .fixed-cv-button .fixed-cv-button-text-01 {
  letter-spacing: -0.06em;
}

.fixed-cv-button + .fixed-cv-button .fixed-cv-button-text-02 {
  display: block;
  font-size: 14px;
  letter-spacing: -0.03em;
}

.fixed-cv-button-ballon {
  position: absolute;
  width: 135px;
  top: -65px;
  left: -90px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fixed-cv-button-ballon {
    width: 219px;
    top: -48px;
    left: auto;
    right: 0;
  }
}

.fixed-cv-button-text {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
}

.fixed-cv-button-text-01 {
  display: block;
  font-size: 12px;
}

.fixed-cv-button-text-02 {
  display: block;
  font-size: 16px;
}

/*お客様の声
*************************************/
.voice {
  margin-top: 150px;
  background: #F0F0F0;
  padding-top: 85px;
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.voice-title {
  display: flex;
  justify-content: center;
  color: #033333;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .voice-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .voice-title {
    font-size: 30px;
    line-height: 1.45;
  }
}

.voice-swiper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .voice-swiper {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

.voice-swiper-container {
  padding-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .voice-swiper-container {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .voice-swiper-slide {
    width: 560px !important;
  }
}

.voice-swiper-slide a {
  display: block;
}

.voice-swiper-slide a:focus .voice-swiper-name,
.voice-swiper-slide a:focus .voice-swiper-description {
  opacity: 0.5;
}

@media (hover) {
  .voice-swiper-slide a:hover .voice-swiper-name,
  .voice-swiper-slide a:hover .voice-swiper-description {
    opacity: 0.5;
  }
}

.voice-swiper-slide-content {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .voice-swiper-slide-content {
    width: 100%;
  }
}

.voice-swiper-img {
  display: block;
  margin: auto;
  overflow: hidden;
}

.voice-swiper-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.voice-swiper-description {
  margin-top: 19px;
  letter-spacing: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .voice-swiper-description {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 15px;
  }
}

.voice-swiper-button-wrap {
  pointer-events: none;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 653px;
  margin: auto;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .voice-swiper-button-wrap {
    width: 100%;
    height: 66.6667vw;
    top: 0;
    transform: translateX(-50%);
  }
}

.voice-swiper-button-prev,
.voice-swiper-button-next {
  pointer-events: auto;
  width: 45px;
  height: 45px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 768px) {
  .voice-swiper-button-prev,
  .voice-swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.voice-swiper-button-prev::after,
.voice-swiper-button-next::after {
  display: none;
}

.voice-swiper-button-prev {
  left: -25px;
  background: url(../images/common/icon_slider_prev02.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .voice-swiper-button-prev {
    left: 2%;
  }
}

.voice-swiper-button-next {
  right: -25px;
  background: url(../images/common/icon_slider_next02.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .voice-swiper-button-next {
    right: 2%;
  }
}

.voice-swiper-pagination {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.voice-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #696363;
}
