@charset "UTF-8";
@import url("reset.css");

/*
.sawarabi-gothic-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


*/

html, body { overflow-anchor: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  background:#ad9c92;
}


.wrapper {
  overflow: hidden;

}

.linkposition {
  position: relative;
  top: -100px;
  display: block;
}
svg {
width: 100%; /* 親要素に合わせて拡大縮小 */
height: auto; /* アスペクト比を保持 */
}

.svg img {
 width: 100%; /* 親要素に合わせて拡大縮小 */
height: auto; /* アスペクト比を保持 */ 
}
.copy {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .linkposition {
    position: relative;
    top: -50px;
    display: block;
  }
.copy {
  text-align: center;
  font-size: 12px;
}
}


/*=======================================================
font setting
 =======================================================*/

.sawarabi {
  font-family: "Noto Sans JP", sans-serif;
}



/*=======================================================
 header
 =======================================================*/

header {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  /* height: 102px; 
  position: fixed;*/
  width: 100%;
  top: 0;
  /*height: 132px;*/

}


header.headerColorScroll {
  background: #fff;
  transition: color 0.4s ease-out;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  height: 60px;
}



header .logo {
display: none;
}

nav ul a:hover {
  opacity: 0.8;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 76px;
}

nav li {
  padding: 0 20px;
  list-style-type: none;
}



nav li {
  list-style-type: none;
  line-height: 76px;
}
header .header nav li:nth-child(3) {
  display: none;
}
    header .header nav li:nth-child(2) {
        display: block;
        text-align: left !important;
        padding: 0;
        margin-bottom: 0;
    }
nav li a {
  font-size: 12px;
  font-weight: 600;
}


nav li:nth-child(8) {
  background: #D3C5C0;
  color: #fff;
  margin: 0;
  line-height: 76px;
}

nav li img {
  vertical-align: middle;
}




nav ul a:hover {
  opacity: 0.8;
}


.logoplace{
  display: none;
}
@media screen and (max-width:1240px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }




  nav ul {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  nav li {
    margin: 0;
    list-style-type: none;
  }
}



@media screen and (max-width: 1000px) {



  nav li {
    padding: 0 10px;
    list-style-type: none;
  }

  nav li a {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 0 10px;
    padding: 0;
    height: auto;
    font-size: 14px;
  }


  nav li {
    margin: 0;
    list-style-type: none;
  }

  nav li:nth-child(8) {
    margin: 0;

  }

  #nav-toggle {
    padding-right: 74px;
    cursor: pointer;
    width: 220px;
    height: 36px;
  }



  #nav-toggle>div {
    position: relative;
  }

  #nav-toggle span {
    width: 90%;
    height: 1px;
    right: 0;
    display: block;
    background: #333;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
    width: 74px
  }

  #nav-toggle span:nth-child(2) {
    top: 14px;
    width: 34px;
    text-align: center;
  }

  #nav-toggle span:nth-child(3) {
    top: 28px;
    width: 74px
  }

  #nav-toggle:hover span:nth-child(1) {
    top: 0;
  }

  #nav-toggle:hover span:nth-child(3) {
    top: 28px;
  }

  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #container {
    z-index: 900;
  }


  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
  }

  #gloval-nav a:hover {
    color: #000;
  }

  nav {
    width: 100%;
  }

  nav ul {
    margin: 0;
    display: block;
    height: 100%;
    padding: 0 30px;
  }

  nav ul li {
    width: 100%;

    text-align: left;
  }

  nav ul.sns {
    display: inline-flex;
  }

  nav ul.sns li {
    margin: 0 20px;
  }



  nav ul .menu_jp {
    font-size: 12px;
  }

  #gloval-nav ul {
    list-style: none;
  }

  #gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  }

  /* open */
  .open {
    overflow: hidden;
  }

  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav {
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        position: fixed;
        width: 60%!important;
        height: 100%;
        max-height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 990;
        text-align: center;
        display: -webkit-box;
        display: flex;
        visibility: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 29px;
        opacity: 0;
        -webkit-transition: opacity .6s ease, visibility .6s ease;
        transition: opacity .6s ease, visibility .6s ease;
  }

  .open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
    line-height: 100%;
    text-align: center;
  }

   .open #gloval-nav li:first-child {
    text-align: left;
   } 

   .open #gloval-nav li:nth-child(3) {
    display: none;
   }
     .open #gloval-nav li:nth-child(4) {
    display: block;
          border: 1px solid #fff;
        text-align: center !important;
   }

  .logoplace {
    position: absolute;
    bottom: 20px;
    display: block;
  }
  .logoplace img {
    width: 80%;
  }

}

/* humberger */

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}



@media screen and (max-width: 768px) {
  header {
    height: 56px;
    margin-top: 0;
  }



  #nav-toggle {
    padding-right: 20px;
    cursor: pointer;
    margin-top: 10px;
    width: 100px;
    height: 34px;
  }

  #nav-toggle>div {
    position: relative;
  }

  #nav-toggle span {
    width: 90%;
    height: 1px;
    right: 0;
    display: block;
    background: #333;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
    width: 40px
  }

  #nav-toggle span:nth-child(2) {
    top: 12px;
    width: 20px;
    margin-right: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 24px;
    width: 40px
  }

  #nav-toggle:hover span:nth-child(1) {
    top: 0;
  }

  #nav-toggle:hover span:nth-child(3) {
    top: 24px;
  }

  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 12px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #gloval-nav {
    width: 100%;
    height: 100%;
  }

  #gloval-nav a {
    padding: 18px 0;
    font-size: 16px;
  }

}
/* second */


/* .second が付いた時のスタイル */
header .header.second {
  position: fixed;
  padding: 0 0 0 60px;
  height: 60px;
}

header .header.second#message {
  background: #b4a781;
}

header .header.second h1 {
  display: none;
}
header .header.second .logo {
display: flex;
align-items: center;
justify-content: center;
}
header .header.second .logo img {
height: auto;
}

header .header.second nav ul {
margin-top: 0;
display: flex;justify-content: center;
align-items: end;
height: 60px;
}

header .header.second nav li {
  padding: 0 20px;
  list-style-type: none;
  list-style-type: none;
  line-height: 60px;
}





header .header.second nav li:nth-child(3) {
  display: none;
}


header .header.second nav li:last-child {
padding: 0 10px;
display: block;
}


header .header.second nav li:nth-child(2) {
        display: block;
        text-align: left !important;
        padding: 0;
        margin-bottom: 0;
    }




header .header.second nav li a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding: 10px;
}



header .header.second nav li img {
  vertical-align: middle;
}




header .header.second nav ul a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
header .header.second {
    position: fixed;
    padding: 0 0 0 10px;
    /*border-bottom: 1px solid #333;
    background: #a39892;
    border-right: 10px solid #333;
    border-left: 10px solid #333;
    border-top: 10px solid #333;*/
    margin: 0;

}
header .header.second .logo {
  display: block;
  
}
header .header.second .logo img {
  height: auto;
  width: 225px
  
}

header .header.second nav ul {margin-top: -1.5em;display: flex;justify-content: flex-start;align-items: center;height: auto;background: none;clip-path: none;flex-wrap: wrap;padding: 0 30px;}

header .header.second nav li {
  padding: 0 20px;
  list-style-type: none;
  list-style-type: none;
  line-height: 132px;
  
}



header .header.second nav li:first-child {padding-left: 0;}
header .header.second nav li:nth-child(3) {
  display: none;
}
header .header.second nav li:nth-child(2) {
        display: block;
        text-align: left !important;
        padding: 0;
        margin-bottom: 15px;
}

header .header.second nav li:last-child {padding: 0;display: block;}


header .header.second nav li:last-child a {
  border: 1px solid #fff;
  text-align: center!important;
}




header .header.second nav li a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 10px;
}



header .header.second nav li img {
  vertical-align: middle;
}




header .header.second nav ul a:hover {
  opacity: 0.8;
}

}

/*_______________________________
トップページ slider
_______________________________*/

#kv {
  pointer-events: none;
}
#kv * {
  pointer-events: auto;
}

.swiper-container {
  position: relative;
  overflow: hidden;
/*  border: 1.5rem #333 solid;*/
  font-size: 0;
  height: 100vh;
}
 div.swiper-container svg {
    width: 100%; /* レスポンシブ対応 */
    max-width: 924px;
 } 

.swiper-container h1 {
  position: absolute;
  top: 6vh;
  font-size: 11vw;
  color: #333;
  z-index: 30;
  padding-left: 20px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(60px, 7vw, 105px );
}
.swiper-container .logo {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 30;
}
.swiper-wrapper img {
  width: 100%;
  height: auto;
}
.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.swiper-slide img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* slider1_contents */
.slider1_contents {
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 20;
  height: 80%;
  width: 60%;
  display: flex;
  flex-direction: grid;
  /*justify-content: flex-start;*/
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
}
.slider1_contents ul.picture1 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.slider1_contents ul.picture1 li {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  height: 100%;
  min-height: 200px;
  background: none;
  overflow: hidden;
  /*transform: skewX(-30deg);*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slider1_contents ul.picture1 li+li {
  margin-left: 20px;
}
.slider1_contents ul.picture1 li img {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
  z-index: 3;
    transform: translate(-8%, 0) skewX(0) scale(1) !important;
}
/*.slider1_contents ul.picture1 li:first-child img {
  left: -50%;
  top: 50%;
}

.slider1_contents ul.picture1 li:nth-child(2) img {
  left: -50%;
  top: 50%;
}*/
.slider1_contents ul.picture1 li .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}

/* slider2_contents */
.slider2_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider2_contents ul.picture2 {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.slider2_contents ul.picture2 li {
  flex: 0 0 calc(16.66% - 20px);
  background: #000;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  position: relative;
}
.slider2_contents ul.picture2 li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateX(-30px);
}
.swiper-slide.slider3 {
  position: relative;
  overflow: hidden;
}

.slider3_zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider3_zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}

/* 疑似要素で拡大も可能 */
.slider3_zoom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/mv3.png') center/cover no-repeat;
  transform: scale(1);
  z-index: 10;
  opacity: 0;
}



/* slider4_contents */
.slider4_contents {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 0;
}
.slider4_contents .picture1 {
  width: 80%;
  margin-left: 0;
  text-align: left;
  position: relative;
}
.slider4_contents .picture2 {
  width: 80%;
  margin-left: auto;
  text-align: right;
  position: relative;
}
.slider4_contents img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.slider4_contents .picture1,
.slider4_contents .picture2 {
  position: relative;
  overflow: hidden;
}
.slider4_contents .picture1 .bg-black,
.slider4_contents .picture2 .bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #000;*/
  z-index: 2;
}
.slider4_contents .picture1 img,
.slider4_contents .picture2 img {
  position: relative;
  z-index: 3;
 width: 100%;
  height: auto;
  display: block;
}

/* Pagination */
.swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 30px!important;
  transform: translateX(-50%) !important;
  z-index: 30;
  right: auto!important;

}
.swiper-pagination-bullet {

    display: inline-block;
    border-radius: 50%;
    background: #ccc!important;
    opacity: 1!important;
    width: 12px!important;
    height: 12px!important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:#333!important;
}
.swiper-nav-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 30;
  pointer-events: none;
}
.swiper-nav-wrapper .swiper-button-next,
.swiper-nav-wrapper .swiper-button-prev {
  pointer-events: all;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #fff !important;
}
.slider1_contents ul.picture1 li img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    opacity: 0;
    z-index: 3;
    transform: translate(0, 0) skewX(0) scale(1) !important;
}
@media screen and (max-width:2000px) {
.slider1_contents ul.picture1 li img {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
  z-index: 3;
  /*transform: translate(-50%, -50%) skewX(30deg) scale(1.3);*/
}
}




@media screen and (max-width:1024px) {

.slider1_contents ul.picture1 li img {
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    opacity: 0;
    z-index: 3;
    transform: translate(0, 0) skewX(0) scale(1) !important;
}

}

@media screen and (max-width:768px) {
.swiper-container {
  position: relative;
  overflow: hidden;
  /*border: 10px #333 solid;*/
  font-size: 0;
  height: 100vh;
  border-bottom: 0;
}
.swiper-container h1 {
  position: absolute;
  top: 6vh;
  padding: 0 10px;
  white-space: nowrap;
  font-size: clamp(55px, 13vw, 60px);
}
 div.swiper-container svg {
    width: 100%; /* レスポンシブ対応 */
    max-width: 90%;
 } 
.slider1_contents {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 20;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    box-sizing: border-box;
}

.slider1_contents ul.picture1 {
  width: 90%;
}

  .slider4_contents {
    width: 95%;
    gap: 10px;
  }
  .slider4_contents .picture1 {
    width: 95%;
    left: 0;
    right: auto;
    text-align: left;
  }
  .slider4_contents .picture2 {
    width: 95%;
    left: 10%;
    right: 0;
    text-align: right;
  }

.slider4_contents .picture1 img,
.slider4_contents .picture2 img {
  width: auto;  
  height: 100px;
  object-fit: cover;
}

.slider4_contents .bg-black {
  opacity: 0 !important;
  background-color: transparent !important;
}
.swiper-pagination {
    display: none;
}
.swiper-container .logo {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 30;
}
.slider2_contents ul.picture2 {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    align-items: center;
}
.slider2_contents ul.picture2 li {
    flex: auto;
    background: #000;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    width: 35%;
}
/*
.slider1_contents ul.picture1 li img {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
  z-index: 3;
  transform: translate(-50%, -50%) skewX(30deg) scale(1.3);
}
.slider1_contents ul.picture1 li:first-child img {
  left: -50%!important;
  top: 50%;
}

.slider1_contents ul.picture1 li:nth-child(2) img {
  left: -50%!important;
  top: 50%;
}
*/
   .slider1_contents ul.picture1 li img {
    position: absolute;

    /* 中央基準（絶対にズレない版） */
    top: 50%;
    left: 50%;
    translate: -50% -50% !important;

    /* transform は一切使わない */
    transform: none !important;

    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    z-index: 3;
  }

  /* これも無効化（絶対） */
  .slider1_contents ul.picture1 li:first-child img,
  .slider1_contents ul.picture1 li:nth-child(2) img {
    top: 50% !important;
    left: 50% !important;
    translate: -50% -50% !important;
  }

}

/* =========================
   slider1 picture1
   aspect-ratio 制御
========================= */

/* 769px以上のみ適用 */
@media screen and (min-width: 769px) {

  .slider1_contents ul.picture1 li {
    flex: 0 0 calc(50% - 10px);
    height: auto;                 /* 高さ固定を解除 */
    aspect-ratio: 50 / 83;        /* ★ ここが肝 */
    min-height: 0;                /* 念のため */
  }

  .slider1_contents ul.picture1 li img {
    position: absolute;
    inset: 0;                     /* top/right/bottom/left:0 */
    width: 100%;
    height: 100%;
    object-fit: cover;            /* 比率維持でトリミング */
    object-position: center;
  }

  .slider1_contents ul.picture1 li .bg-black {
    inset: 0;
  }
}
/*_______________________________

section
_______________________________*/


section {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  /*border: 1.5rem #333 solid;*/
  border-top: 0;
  border-bottom: 0;
}

section h2 {
    font-size: 8vw;
    color: #333;
    padding-left: 20px;
    line-height: 1.1em;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 30px 0 30px;
    border-bottom: 1px solid #333;
    margin-top: 60px;
    font-weight: 700;
    font-size: clamp(60px, 7vw, 100px);
}
section h3 {
  font-size: 28px;
  margin-bottom: 80px;
}



@media screen and (max-width: 768px) {
  section {
    padding: 0;
    width: 100%;
    max-width: 1300px;
    /*border: 10px #333 solid;*/
    border-top: 0;
    overflow: hidden;
  }

  section#first {
    padding: 0;
  }

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

  section h2#right {
    text-align: right;
    margin-right: 10px;
  }
/*
  section h2 span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-family: "Shippori Mincho", serif;
    color: #000;
  }*/

  section h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}


/*_______________________________

 concept
_______________________________*/

.concept h3 {
  font-size: 34px;
  line-height: 55px;
  margin-bottom: 40px;
  text-align: left;
}

.concept .text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: left;
}

.concept ul.conceptlist {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}

.concept ul.conceptlist li.txt {
  width: 54%;
  margin-right: 4%;
}

.concept ul.conceptlist li.picture {
  width: 42%;
}

.concept ul.conceptlist li.picture img {
  width: 100%;
  height: auto;
  border-radius: 18% 0 18% 0;
}

@media screen and (max-width: 768px) {
  .concept ul.conceptlist {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .concept ul.conceptlist li.txt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .concept ul.conceptlist li.picture {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .concept ul.conceptlist li.picture img {
    width: 60%;
    margin: 0 auto;
  }

  .concept h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }

  .concept .text {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}

/*_______________________________

strength
_______________________________*/

#strength {
  background-image: url(../img/strength_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.strength ul.strengthlist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 70px;
}

.strength ul.strengthlist li {
  width: calc(100% / 3);

}

.strength ul.strengthlist li .frame {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #000 0%, #000 95%, transparent 95%, transparent 100%);
  border-image-slice: 1;
  padding: 0 30px 30px;

}



.strength ul.strengthlist li:nth-child(3) .frame {
  border-right: 0;

}

.strength ul.strengthlist li:nth-child(4) .frame {
  margin-top: 30px;
}

.strength ul.strengthlist li:nth-child(5) .frame {
  margin-top: 30px;
  border-right: 0;
}



.strength ul.strengthlist li .number {
  font-size: 40px;
}

.strength ul.strengthlist li .title {
  font-size: 20px;
}

.strength ul.strengthlist li .text {
  font-size: 16px;
}

.strength ul.strengthlist li .ilust {
  text-align: center;
}

.strength ul.strengthlist img {
  width: 100%;
  height: auto;
  max-width: 65%;
  margin: 0 auto;
}

.strength ul.strengthlist li {
  width: calc(100% / 3);
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-start;
}

.strength ul.strengthlist li:nth-child(4),
.strength ul.strengthlist li:nth-child(5) {
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .strength ul.strengthlist li {
    width: 100%;
  }

  .strength ul.strengthlist li .frame {
    border-right: 0;
    border-image: none;
    border-image-slice: 1;
    padding: 0 15px 15px;
  }

  .strength ul.strengthlist img {
    width: 100%;
    height: auto;
    max-width: 40%;
    margin: 0 auto;
  }

  .strength ul.strengthlist li .ilust {
    margin-top: -40px;
  }

  .strength ul.strengthlist li:nth-child(4) .frame {
    margin-top: 0;
  }

  .strength ul.strengthlist li:nth-child(5) .frame {
    margin-top: 0;
  }

  .strength ul.strengthlist li:nth-child(4),
  .strength ul.strengthlist li:nth-child(5) {
    border-bottom: 1px solid #000;
  }

  .strength ul.strengthlist li .number {
    font-size: 30px;
  }

  .strength ul.strengthlist li .title {
    font-size: 16px;
  }

  .strength ul.strengthlist li .text {
    font-size: 14px;
  }
}

/*_______________________________

about
_______________________________*/

section.about {
  background: #7d9aa0;
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-size: 0;
  border: 0;
}
  section.about svg {
    width: 100%; /* レスポンシブ対応 */
    max-width: 1200px;
  }
section.about .text1 {
  font-size: clamp(30px, 2.4vw, 40px);
  position: absolute;
  left: 36vw;
  top: 30vh;
}

section.about .text2 {
  font-size: clamp(30px, 2.4vw, 40px);
  position: absolute;
  top: 54%;
  right: 32vh;
}

section.about .text3 {
  font-size: clamp(30px, 2.4vw, 40px);
  position: absolute;
  left: 10vw;
  bottom: 6vh;
}
/*
section.about .picture1 {position: absolute;top: 25vh;left: 0;}
section.about .picture1 img {
  height: 60vh;
  width: auto;
}
section.about .picture2 {
position: absolute;
bottom: 0;
right: 0;
}
section.about .picture2 img {
  height: 50vh;
  width: auto;
}*/
/* old */

/* picture1 左寄せ, picture2 右寄せ */
.about .picture1 {
  width: 70%;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  margin: 0;
  height: 60vh;
  max-height: 800px;
  min-height: 400px;
  left: -30vw;
}

.about .picture2 {
  width: 70%;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  margin: 0 2%;
  height: 80vh;
  max-height: 800px;
  min-height: 400px;
  bottom: 0;
  right: -40vw;
}

/* 黒背景 */
.about .picture1 .bg-black {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0;
  z-index:3;
}

.about .picture2 .bg-black {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0;
  z-index:3;
}

/* 超シャープ平行四辺形 */
.about .picture1 {
  float: left;
  clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
}
.about .picture2 {
  float: right;
  clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
}

.about .picture1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.0);
  position: relative;
  z-index: 1;
  margin-left: 26vw;
}

.about .picture2 img {
  width: 120%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.3);
  position: relative;
  z-index: 1;
}

.about p {
  clear: both;
  max-width: 800px;
  margin: 20px auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #000;
}

@media (max-width: 1920px){
  section.about svg {
    width: 62.5%;
    height: auto;
  }
}


@media (max-width: 1024px){

/* picture1 左寄せ, picture2 右寄せ */
.about .picture1 {
        width: 80%;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        vertical-align: top;
        margin: 0;
        height: 64vh;
        max-height: 800px;
        min-height: 400px;
        left: -35vw;
}

.about .picture2 {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  margin: 0 2%;
  height: 64vh;
  max-height: 800px;
  min-height: 400px;
  bottom: 0;
  right: -40vw;
}

/* 黒背景 */
.about .picture1 .bg-black {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0;
  z-index:3;
}

.about .picture2 .bg-black {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0;
  z-index:3;
}
/* 超シャープ平行四辺形 */

.about .picture1 {
  float: left;
  clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
}
.about .picture2 {
  float: right;
  clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
}

.about .picture1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.0);
  position: relative;
  z-index: 1;
  margin-left: 26vw;
}

.about .picture2 img {
  width: 120%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.3);
  position: relative;
  z-index: 1;
}
section.about .text2 {
  font-size: clamp(30px, 2.4vw, 40px);
  position: absolute;
  top: 54%;
  right: 20vh;
}
}



/* スマホ対応 */
@media screen and (max-width: 768px){
  .about .picture1, .about .picture2 {
    float: none;
    display: block;
        width: 100%;
        margin: 20px auto 0;
        height: 30vh;
    max-height: 500px;
    min-height: 300px;
  }
  .about .picture1 { clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%); }
  .about .picture2 { clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%); }

section.about .text1 {
        font-size: 18px;
        position: absolute;
        left: 41vw;
        top: 28vh;
        margin: 0;
}
section.about h2 {
    font-size: 5vw;
    color: #333;
    padding-left: 20px;
    line-height: 1.1em;
    font-family: "Noto Sans JP", sans-serif;
    padding: 15px;
    border-bottom: 1px solid #333;
    margin-top: 60px;
font-size: clamp(38px, 10vw, 50px);
}
section.about .text2 {
        font-size: 18px;
        position: absolute;
        top: 52%;
        right: 15vw;
        margin: 0;
        text-align: right;
}
section.about .text3 {font-size: 18px;position: absolute;left: 4vw;bottom: 15vh;margin: 0;}
.about .picture1 {
        width: 110%;
        overflow: hidden;
        position: absolute;
        vertical-align: top;
        margin: 0;
        height: 40vh;
        max-height: 500px;
        min-height: 300px;
        left: -50vw;
}
.about .picture1 img {
    width: 120%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.3);
    position: relative;
    z-index: 1;
    margin-left: 30vw;
}
}

/*_______________________________

community
_______________________________*/

section.community {
  background: #a39892;
}


  section.community svg {
      width: 100%; /* レスポンシブ対応 */
    max-width: 960px;
  }


section.community {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 50px;
  border: 0;
}


.community h3 {
  font-size: 55px;
  line-height: 1.2em;
  text-align: right!important;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
  }
.community .text {
  text-align: right;
  font-size: 16px;
  position: relative;
  z-index: 10;
  line-height: 2em;
}


@media (max-width: 1920px){
  section.community svg {
width: 70%;
height: auto;
  }}



@media screen and (max-width: 768px){
section.community svg {
width: 100%; /* レスポンシブ対応 */
max-width: 80%;
}

.community h3 {
  font-size: clamp(36px, 9vw, 50px);
  }
}

/* =====================
   共通設定
===================== */
.image_list1,
.image_list2 {
  position: absolute;
  width: 200%; /* 2セット分 */
  display: flex;
  align-items: flex-start;
}

.image_list1 img,
.image_list2 img {
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 前面レイヤー */
.image_list1 {
  z-index: 2;
  top: 20vw;
  height: 50vh;
  animation: slideLeft1 35s linear infinite;
}

.image_list1 .images-wrap {
  height: 55vh;
  position: absolute;
  bottom: -200px;
}

.image_list1 img {
  transform: scale(0.56);
  max-height: 48vh;
  max-height: -webkit-fill-available;
}





/* 背面レイヤー */
.image_list2 {
  z-index: 1;
  top: 60vw;
  height: 40vh;
  opacity: 0.6;
  animation: slideLeft2 70s linear infinite;
}
.image_list2 img {
  transform: scale(0.24);
  max-height: 32vh;
}



@media (max-width: 768px) {
.image_list1,
.image_list2 {
  position: absolute;
  width: 200%; /* 2セット分 */
  display: flex;
  align-items: normal;
  top: 45vh;
}
.image_list1 {
    z-index: 2;
    top: 45vh;
    height: 40vh;

}
section.growth .text {
    font-size: 14px;
    line-height: 1.5em;
}
section.community {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 20px;
    border: 0;
}
.image_list1 .images-wrap {
    height: 55vh;
    position: absolute;
    bottom: 0;
}
}

/* =====================
   アニメーション
===================== */
@keyframes slideLeft1 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes slideLeft2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =====================
   レスポンシブ
===================== */
@media (max-width: 1200px) {
  .image_list1 img { transform: scale(0.48); max-height: 36vh; }
  .image_list2 img { transform: scale(0.2); max-height: 24vh; }
  .image_list1 { animation: slideLeft1 45s linear infinite; }
  .image_list2 { animation: slideLeft2 90s linear infinite; }
}
@media (max-width: 768px) {
  .community h2 { font-size: 1.5rem; margin: 20px 0; }
  /* スマホだけ画像を大きくしてアニメーション早く */
  .image_list1 img { transform: scale(0.6); max-height: 32vh; }
  .image_list2 img { transform: scale(0.28); max-height: 24vh; }
  .image_list1 { animation: slideLeft1 25s linear infinite; } /* 速く */
  .image_list2 { animation: slideLeft2 50s linear infinite; } /* 速く */
}
@media (max-width: 480px) {
  .image_list1 img { transform: scale(0.68); max-height: 28vh; }
  .image_list2 img { transform: scale(0.32); max-height: 20vh; }
  .image_list1 { animation: slideLeft1 20s linear infinite; } /* さらに速く */
  .image_list2 { animation: slideLeft2 40s linear infinite; } /* さらに速く */
}


/*_______________________________

future
_______________________________*/
section.lastsection {background: linear-gradient(180deg, #ad9c92 0%, #ad9c92 70%, #b4a781 70%, #b4a781 100%);}




section.future {
  background: #9e9f9d;
  padding: 50px;
  border: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

section.future svg {
width: 980px;
height: auto;
  }
section.future .title_position {
  position: absolute;
  top: 60px;
}
section.future h3 {
line-height: 1.2em;text-align: left;
margin-bottom: 30px;
margin-top: 10px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: clamp(45px, 5vw, 65px);
}
section.future .text {
  text-align: left;
  font-size: 16px;
}
.map-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto ;
}

.map-container img.map {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}.map-container img.pin,
.map-container img.salon {
  position: absolute;
  display: block;
  opacity: 0;          /* 初期非表示 */
  transform: translateY(50%);
  z-index: 3;
  transition: none;
}

/* pin と salon 個別 z-index / 幅 */
.map-container img.pin { z-index: 3; width: 2.6%; }
.map-container img.salon { z-index: 2; width: auto; }

#salon1 { width: 29.3%; }
#salon2 { width: 30.6%; }
#salon3 { width: 32.1%; }
#salon4 { width: 39.1%; }
#salon5 { width: 24.2%; }
#salon6 { width: 24.3%; }
#salon7 { width: 25.3%; }
#salon8,#salon9,#salon10,#salon11,#salon12,#salon13,#salon14 { display: none; }

@media (max-width: 1920px) {
    section.future svg {
        width: 72%;
        height: auto;
    }
  }

@media (max-width: 1024px) {
section.future {
padding: 50px 0;
}
section.future h3 {
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(45px, 5vw, 65px);
    margin-left: 50px;
}
section.growth .text {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-left: 50px;
}
}


/* モバイル調整 */
@media (max-width: 768px) {
#salon8,#salon9,#salon10,#salon11,#salon12,#salon13,#salon14 { width: 5.3%; display: block; }
#salon1,#salon2,#salon3,#salon4,#salon5,#salon6,#salon7 { display: none!important; }

  .map-container { position: relative; width: 100%; max-width: 1300px; margin: 0 auto; }
  .map-container img.map { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
  .map-container img.pin, .map-container img.salon { opacity: 0; transform: translateY(50%); }
  .map-container img.pin { width: 4.3%; }
  .map-container img.salon { z-index: 2; }
  .salon_sp { width: 100%; }
  .salon_sp .salon_img img { width: 100%; height: auto; display: block; }

section.growth .text {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-left: 0;
}
}




.future-standalone .map-container img.pin,
.future-standalone .map-container img.salon {
  position: absolute;
  display: block;
  opacity: 0;
  transform: translateY(50%);

}

/* 個別設定 */
.future-standalone .map-container img.pin { z-index: 3; width: 2.6%; }
.future-standalone .map-container img.salon { z-index: 2; width: auto; }




/* モバイル用 */
@media (max-width: 768px) {
  .future-standalone .map-container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .future-standalone .map-container img.map {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
  }

  .future-standalone .map-container img.pin,
  .future-standalone .map-container img.salon {
    opacity: 0;
    transform: translateY(50%);
  }
}





@media (max-width: 768px) {
  section.future {
    padding: 15px!important;
    height: auto!important;
    /*border: 10px solid #333;*/
    border-top: none;
    flex-direction: column;

  }
section.future h3 {
font-size: clamp(36px, 9vw, 50px);
margin-left: 0;
}
section.future .title_position {
    position: relative;
    top: 0;
}
.salon_sp {
  width:100%;
}
.salon_sp .salon_img {
  margin-bottom: 10px;
}
.salon_sp .salon_img img {
width: 100%;
height: auto;
}
section.future svg {
width: 100%; /* レスポンシブ対応 */
max-width: 65%;
  }
.future-standalone .map-container img.pin { z-index: 3; width: 4.3%; }
}
/*_______________________________
growth
_______________________________*/
/*section.growth h3 {
  font-size: clamp(1.5rem, -2.6429rem + 6.631vw, 5.125rem);
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 100px;
  text-align: left;
}
section.growth svg {
width: 100%; 
max-width: 755px;
  }*/



section.growth .inner {
  padding: 50px;
  background: #ad9c92;
}
section.growth .inner#challange h3 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
}
section.growth .inner#challange h3 svg {
  width: 100%;
  max-width: 847px;
}
section.growth .inner#challange .text {
  margin-left: 0;
}

section.growth .copy {
  text-align: center;
  font-size: 12px;
}
section.growth .text {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
section.growth .slide {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  padding: 0;
  margin: 0 auto;
  border:0;
}


section.growth {
  position: relative;
  z-index: 1;
}
section.growth#first {
  position: relative;
  z-index: 99;
  background: #7d9aa0;
}

section.growth#first .slide:first-child {
  background: #7d9aa0;
}

section.growth#first .slide#last {
  background: #9e9f9d;

}



section.growth figure { margin:0; overflow:hidden; }
section.growth .slide_area { position:relative; height:100vh; overflow:hidden; }
section.growth .slide__outer, .slide__inner { width:100%; height:100%; overflow:hidden; }

section.growth#first .slide__content {
  display:flex;
  align-items: flex-end;
  justify-content:center;
  position:absolute;
  width:100%;
  height:100%;
  bottom: 0;
}

section.growth .slide__content {
  display:flex;
  align-items: flex-end;
  justify-content:center;
  position:absolute;
  width:100%;
  height:100%;
  bottom: 6vh;
}

section.growth .slide__container {
  position:relative;
  max-width:1400px;
  width:100vw;
  margin:0 auto;
  height: auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
section.growth .slide__heading {
  font-size:clamp(1.875rem,1.42rem + 2.27vw,3.125rem);
  font-weight:900;
  margin:0;
  color:#333;
}
section.growth .slide__img-cont img { 
width:100%; height:auto; 
object-fit: cover;
}

section.growth ul.slide_contents {
  display:flex;
  align-items: flex-start;
  justify-content:center;
  list-style:none;
  width:100%;
  height:100%;
  margin:0 0 0 30px;
  padding:0;
}
section.growth ul.slide_contents li:first-child { width:40%; text-align:left; }
section.growth ul.slide_contents li:last-child { width:60%; text-align:center; }
section.growth ul.slide_contents .number { font-size:25px; color:#333; margin:0 0 10px 0; text-align:left; }
section.growth ul.slide_contents h4 { font-size:30px; color:#333; margin:0 20px 10px 0; text-align:left; }
section.growth ul.slide_contents .text { font-size:16px; color:#333; margin:0; padding:0; text-align:left; margin-right: 20px; }

/* ページネーション */
.growth .pagination {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none;
  flex-direction: column;
  gap: 10px;
  pointer-events: auto;
}
.growth .pagination div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#ccc;
  transition: background 0.3s ease;
}
.growth .pagination div.active {
  background:#333;
}

section.growth#first .inner {
    padding: 0;
    background: none;
}

section.growth#first .slide__container {
    position: relative;
    max-width: 100%;
    width: 100vw;
    margin: 0 auto;
    height: 100vh!important;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.growth#first .slide__container{

overflow-y:auto;
}





@media (max-width: 1920px) {
section.growth .inner#challange h3 svg {
    width: 59%;

}
}
@media (max-width: 1024px) {
section.growth ul.slide_contents {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
section.growth ul.slide_contents li:first-child {
    width: 100%;
    text-align: left;
}
section.growth ul.slide_contents li:last-child {
    width: 100%;
    text-align: center;
}
section.growth .slide__img-cont img {
    width: 100%;
    height: auto;
    object-fit: cover;
max-height: 500px;
object-position: top;
}


.growth .pagination {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 10px;
    pointer-events: auto;
}
}


@media (max-width: 768px) {

  section.growth .inner {
    padding: 15px;
  }
section.growth .inner#challange h3 {
  margin-top: 50px;/*modYD 15px*/
  font-size: clamp(30px, 7vw, 50px);/*modYD clamp(36px, 9vw, 50px);*/
  margin-bottom: 10px;
  line-height: 1.2em;
}
section.growth .inner#challange h3 svg {
  width: 100%;
  max-width: 68%;
}


.growth .pagination {position: fixed;left: 15px;top: 83%;transform: translateY(-50%);z-index: 100;display: none;flex-direction: column;gap: 10px;pointer-events: auto;}
section.growth h3 {
    margin-top: 50px;
    margin-bottom: 15px;
}
section.growth .text {
  font-size: 14px;
  line-height: 1.6em;
}

section.growth ul.slide_contents h4 {
    font-size: 20px;
    color: #333;
    margin: 0 0 10px 0;
    text-align: left;
}
section.growth ul.slide_contents .text {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: left;
}

section.growth ul.slide_contents {
  display:flex;
  align-items: center;
  justify-content:center;
  list-style:none;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  flex-direction:column-reverse;
  flex-wrap: wrap;
}
section.growth ul.slide_contents li:first-child { 
  width:100%; 
  text-align:left; 
}
section.growth ul.slide_contents li:last-child { 
  width:100%; 
  text-align:center; 
}
    section.growth ul.slide_contents li:first-child {
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }
section.growth .slide__content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

section.growth #challange .slide {
        height: 100vh;
        width: 100%;
        top: 0;
        position: absolute;
        padding: 0;
        margin: 0 auto;
        border: 0;
}
section.growth #challange .slide__content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    
section.growth #challange .slide__container {
    position: relative;
    max-width: 1400px;
    width: 100vw;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}
section.growth .slide__img-cont img {
max-height:500px;
object-position: top;
}
section.growth#first .pagination {
position: fixed;
left: 15px;
top: 53%;
transform: translateY(-50%);
z-index: 100;
display: none;
flex-direction: column;
gap: 10px;
pointer-events: auto;
}
section.growth #challange .pagination {
position: fixed;
left: 15px;
top: 69vh;
transform: translateY(-50%);
z-index: 100;
display: none;
flex-direction: column;
gap: 10px;
pointer-events: auto;
}
}

@media (max-width: 430px) {
section.growth .slide__img-cont img {
max-height:220px;
object-position: top;
}
section.growth #challange .slide__content {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        padding-bottom: 15px;
    }
    section.growth #challange .pagination {
        position: fixed;
        left: 15px;
        bottom: 0;
        transform: translateY(-50%);
        z-index: 100;
        display: none;
        flex-direction: column;
        gap: 10px;
        pointer-events: auto;
        top: auto;
    }
}

/*_______________________________

seminar
_______________________________*/

section.seminar {
  border: 0;
  padding: 50px;
  background:#ad9c92;
}

section.seminar h3 {
  text-align: right;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
}
section.seminar svg {
width: 100%; /* レスポンシブ対応 */
max-width: 781px;
  }
section.seminar .text {
  text-align: right;
}
section.seminar .modal-card h3 {
display: inline-block;
text-align: left;
border-bottom: 1px solid #333;
padding-bottom: 10px;
width: 100%;
}



section.seminar .modal-card h3 span {
display: inline-block;
font-size: 14px;
}

section.seminar .modal-card#sixperson h3 {
  background: #333;
  color: #7d9aa0;
  width: auto;
  text-align: left;
  padding-right: 20px;
  font-size: 30px;
  margin-bottom: 10px;
  margin-right: auto;
  padding-left: 10px;
}

section.seminar .modal-card#sixperson h3 span {
display: inline-block;
font-size: 14px;
text-align: right;
}
section.seminar .modal-card#sixperson .subtitle {
  font-size: 20px;
  font-weight: bold;

}
section.seminar .modal-card#sixperson .text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
section.seminar .modal-card#sixperson .text .enph {
  font-weight: bold;
}
section.seminar ul.detail_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
section.seminar ul.detail_list li {
width: 48%;
}
section.seminar ul.detail_list li img {
  width: 100%;
  height: auto;
}
section.seminar .title {
  font-size: 23px;

}
section.seminar .txt {
  font-size: 14px;
}

section.seminar .swiper-slide {
  background: transparent;
} 


.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal__inner {
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal-card {
  width: 100%;
  max-width: 100%;
  /* background: #333; */
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* gap: 24px; */
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
}



.modal-card.is-active {position: relative;z-index: 2;opacity: 1; /* 非表示を解除 */visibility: visible; /* 非表示を解除 */transform: translate3d(0, 0, 0);/*border: 20px solid #333;
  background: #ad9c92;
  padding: 20px;*/padding: 0;}

.modal-card.is-active img {
  width: 100%;
  height: auto;
}

.modal-card.is-active#sixperson .inner {
  padding: 20px;
}

.modal-card__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 13px;
}

.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #000;
  cursor: pointer;
}


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

.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.seminar_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0;
padding-inline-start: 0;
}


.seminar_list li {
  width: 25%;
  position: relative;
}

.seminar_list li img {
width: 100%;
height: auto;
filter: sepia(60%);
}
.seminar_list li .textarea {
  margin-top: 10px;
  color: #000;
}



.seminar_list li .textarea .area {
  font-size: 18px;
  text-align: center;

}
.seminar_list li .textarea .details {
  font-size: 16px;
  text-align: center;
  margin:0 20px
}



@media (max-width: 1920px) {
section.seminar svg {
width: 54%; /* レスポンシブ対応 */
  }}


@media (max-width: 768px) {
section.seminar {
    border: 0;
    padding: 15px;
    background: #ad9c92;
}
section.seminar h3 {
  text-align: left;
  font-size: clamp(30px, 7vw, 50px);
  line-height: 1.2em;
}
section.seminar svg {
width: 100%; /* レスポンシブ対応 */
max-width: 95%;
  }
section.seminar .text {
    text-align: left;
}
section.seminar .modal-card#sixperson .subtitle {
    font-size: 14px;
    font-weight: bold;
}
section.seminar .modal-card#sixperson .text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}
section.seminar .modal-card#sixperson h3 {
    background: #333;
    color: #7d9aa0;
    width: auto;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom:10px;
}
.modal-card.is-active#sixperson .inner {
    padding: 5px;
}

section.seminar .modal-card h3 {
line-height: 1em;
}
section.seminar .modal-card h3 img {
    width: 40%;
}
section.seminar .modal-card h3 span {
    display: inline-block;
    font-size: 14px;
}
section.seminar .title {
    font-size: 16px;
}
.modal-card {
    width: 100%;
    max-width: 95%;
}

}

  .slider-container {
    position: relative;
    width: 100%;
    overflow: visible; /* 矢印クリック可能 */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seminar_list-wrapper {
    width: 100%;
    margin-top: 30px;
    position: relative; /* pagination 配置の基準 */
    overflow: visible;  /* pagination が切れないように */
  }
  .seminar_list {
    display: flex !important;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
  .seminar_list li {
    /*flex: 0 0 100%;*/
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  /* 矢印外置き */
  .arrow-prev,
  .arrow-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .arrow-prev { left: -20px; background-image: url("https://wp229370.wpx.jp/html/img/arrow_left.svg"); }
  .arrow-next { right: -20px; background-image: url("https://wp229370.wpx.jp/html/img/arrow_right.svg"); }
    .seminar_list .swiper-slide {
    aspect-ratio: auto;
  }

  /* pagination を ul の下に配置 */
    .seminar .swiper-pagination {
        position: relative !important;
        margin-top: 12px !important;
        text-align: center !important;
        display: block !important;
        transform: none !important;
        left: auto !important;
        right: auto !important;
        bottom: 0 !important;
  }

  .seminar .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #ccc !important;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
  }
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block!important;
}
  .seminar .swiper-pagination-bullet-active {
    background: #333 !important;
  }

.img-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173,156,146,0.3); /* 半透明の黒 */
}
/* ---------- 追加するCSS（そのまま貼ってOK） ---------- */
/* ========== モーダル本体 ========== */
.modal-card {
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  padding: 0;
  background: transparent;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;

  /* アニメーション */
  transform: translateY(40px);
  transition:
      opacity .25s ease,
      visibility .25s ease,
      transform .25s ease;
}

/* アクティブ状態 */
.modal-card.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: auto;     /* 画像が大きい時は内部スクロール */
  -webkit-overflow-scrolling: touch;
}

/* ========== 画像 ========== */
.modal-card.is-active img {
  display: block;
  width: auto;          /* “横幅100%固定” → NG。画像に合わせる */
  max-width: 100%;      /* モーダル内に収める */
  height: auto;
  max-height: 90vh;     /* 画面からはみ出さない */
  object-fit: contain;  /* トリミングせず全体を見せる */
}

/* ========== sixperson だけ特別処理 ========== */
.modal-card.is-active#sixperson {
  /*border: 20px solid #333;*/
  background: #7d9aa0;
  padding-top: 20px;
  max-width: 1000px !important;
}

.modal-card.is-active#sixperson img {
  max-width: 100%;
  max-height: calc(90vh - 40px);
}

/* 閉じるボタン前面へ */
.modal-card__close {
  z-index: 10;
}


/* モーダルを閉じる瞬間の transform アニメーションを無効化 */
.modal-card {
  transition:
    opacity .6s ease,
    visibility .6s ease;
  transform: none !important;
}

.modal-card.is-active {
  transform: none !important;
}

/* モーダル非アクティブ状態の width 強制を無効化 */
.modal-card {
  width: auto !important;
  max-width: none !important;
  transform: none !important;
}

/* アクティブ時も width を auto のままで固定 */
.modal-card.is-active {
  width: auto !important;
  max-width: 90vw !important;
  transform: none !important;
}

/* 画像の暴走を完全に止める */
.modal-card img,
.modal-card.is-active img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 90vh !important;
  object-fit: contain !important;
}
/* モーダル非アクティブ状態の width 強制を無効化 */
.modal-cardsixperson {
  width: auto !important;
  max-width: 1000px!important;
  transform: none !important;
}

.modal-content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  transition: none !important; /* 効く：拡大アニメ防止 */
}

.modal-card {
  max-height: 90vh;
  width: auto;
  max-width: 90vw;
  transition: none !important;
}
@media (max-width: 768px) {
.modal-card.is-active#sixperson {
    position: relative;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    /*border: 10px solid #333;*/
    background: #7d9aa0;
    gap: 0;
    padding: 20px 0 0 0;
    overflow: scroll;
}
}
/*_______________________________

merit
_______________________________*/

section.merit {
    width: 100%;
    padding: 50px 0;
    border: 0;
    position: relative;
    background: #ad9c92;
}



section.merit h3 {
  font-size: 3vw;
  text-align: left;
  margin: 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
}
section.merit svg {
      width: 100%; /* レスポンシブ対応 */
    max-width: 996px;
}


section.merit .title {
  font-size: 19px;
  text-align: left;
  margin: 0 0 10px 0;
}

section.merit .text {
  font-size: 16px;
  text-align: left;
  margin: 0;
}

section.merit .catch{
  font-size: 16px;
  text-align: left;
margin: 0 0 30px 50px;
}


/* ---------- リスト初期状態 ---------- */
section.merit ul.merit_list {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0 0 80px 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  align-items: center;
  padding: 0;
}

/* 表示開始 */
section.merit ul.merit_list.show {
  opacity: 1;
}

/* ---------- 画像設定 ---------- */
section.merit ul.merit_list li.picture {
  width: 60%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* beforeで黒背景 */
section.merit ul.merit_list li.picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}

section.merit ul.merit_list li.picture img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;

  transform: translateX(-80px);
  opacity: 0;

  transition: transform 1s ease 0.6s, opacity 1s ease 0.6s;
}

section.merit ul.merit_list h4 {margin: 20px 0;font-family: "Noto Sans JP", sans-serif;font-weight: 700;font-size: clamp(35px, 4vw, 45px);}
section.merit ul.merit_list h4 img {
  width: auto;
  height: 45px;
}

section.merit ul.merit_list.show li.picture img {
  transform: translateX(0);
  opacity: 1;
}

/* ---------- テキスト設定 ---------- */
section.merit ul.merit_list li.text {
  width: 40%;
  padding: 30px;

  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

section.merit ul.merit_list.show li.text {
  transform: translateX(0);
  opacity: 1;
padding: 0 30px;
}

/* ---------- 2つ目のみPCでは左右逆配置 ---------- */
section.merit ul.merit_list#second {
  flex-direction: row-reverse;
}

/* サブタイトル装飾 */
section.merit .subtitle {
  display: inline;
  border: 1px solid #333;
  padding: 5px;
  font-size: 12px;
}
@media (max-width: 1920px) {
section.merit svg {
      width: 69%; /* レスポンシブ対応 */
}
}

@media (max-width: 1300px) {
section.merit ul.merit_list h4 img {
    width: auto;
    height: 30px;
}

}

/* ---------- レスポンシブ対応 ---------- */
@media (max-width: 768px) {
  section.merit ul.merit_list {
    flex-direction: column;
    margin: 40px 0;
  }

  /* SP版は通常並びに統一 */
  section.merit ul.merit_list#second {
    flex-direction: column;
  }

  section.merit ul.merit_list li.picture,
  section.merit ul.merit_list li.text {
    width: 100%;
    padding: 0;
  }
section.merit ul.merit_list.show li.text {
    padding: 20px 20px 0;
}
  section.merit ul.merit_list {
margin-right: 30px;
width: calc( 100% - 30px );
}

section.merit ul.merit_list#second {
margin-left: 30px;
width: calc( 100% - 30px );
}

  section.merit h3 {
    font-size: 44px;
    margin: 0 15px;
  }
section.merit {
    width: 100%;
    padding: 20px 0 0;
    border: 0;
    position: relative;
    background: #ad9c92;
}
section.merit .catch {
    font-size: 16px;
    text-align: left;
    margin: 0 0 15px;
    padding: 0 15px;
}


section.merit h3 {
  font-size: 3vw;
  text-align: left;
  margin: 0 15px;
  font-size: clamp(30px, 7vw, 50px);
}
section.merit ul.merit_list h4 {
    margin: 20px 0;
    font-size: clamp(30px, 7vw, 50px);
}
section.merit ul.merit_list h4 img {
  height: 30px;
  width: auto;
}
section.merit .title {
  font-size: 19px;
  text-align: left;
  margin: 0;
}

section.merit .text {
  font-size: 16px;
  text-align: left;
  margin: 0;
}

section.merit .catch{
  font-size: 16px;
  text-align: left;
margin: 0;
}

}

.merit_list {
  opacity: 0;
  transform: translateX(-80px);
  transition: transform 1s ease, opacity 1s ease;
}

.merit_list.show {
  opacity: 1;
  transform: translateX(0);
}
/*_______________________________

ticker
_______________________________*/
section.business {
  width: 100%;
  padding: 50px 0;
  overflow: visible;
  border: 0;
  background: linear-gradient(180deg, #ad9c92 0%, #ad9c92 10%, #b4a781 8%, #b4a781 100%);
}
section.business .inner {
padding: 30vh 0;
    background: #7d9aa0;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
}

section.business .leader h3 {
  text-align: right;
  margin: 0 50px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
}
section.business .leader h3 svg {
  width: 100%;
  max-width: 744px;
  height: auto;
}
section.business .leader .text {
  text-align: right;
  margin: 0 50px 40px 0;
}
section.business #ticker {
  width: 100%;
  padding: 70px 0 180px;
  overflow: visible;
  position: relative;
}

section.business .ticker_slider {
  width: 100%;
  position: relative;
  padding: 0 50px;
}




/* スライド上下中央 */
section.business .ticker_slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
  height: fit-content;
  height: -webkit-fit-content;
  background:transparent;
}

/* 画像通常時 95% */
section.business .ticker_slider .swiper-slide img {
  width: 95%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: width 0.3s ease, height 0.3s ease;
  margin: 0 auto;
}

/* マウスオーバー時 100% に拡大 */
section.business .ticker_slider .swiper-slide.hovered img {
  width: 100%;
  height: auto;
}

/* 下部文字 */
section.business .ticker_slider .swiper-slide .overlay-text span {
  font-size: 12px;
  margin-right: 10px;
}
section.business .ticker_slider .swiper-slide .overlay-text2 span {
  font-size: 12px;
  margin-right: 10px;
}
section.business .ticker_slider .swiper-slide .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
/* マウスオーバーで文字表示 */
section.business .ticker_slider .swiper-slide.hovered .overlay-text {
  opacity: 1;
}

section.business .ticker_slider .swiper-slide .overlay-text2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* マウスオーバーで文字表示 */
section.business .ticker_slider .swiper-slide.hovered .overlay-text2 {
  opacity: 0.8;
}

/* Swiper ナビボタンを画像に置き換え */
section.business .swiper-button-prev,
section.business .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
}

/* デフォルト矢印を非表示 */
section.business .swiper-button-prev::after,
section.business .swiper-button-next::after {
  content: "";
}

/* 左右の画像設定 */
section.business .swiper-button-prev {
  left: 10px;
  background-image: url('../img/arrow_left.svg');
}
section.business .swiper-button-next {
  right: 10px;
  background-image: url('../img/arrow_right.svg');
}




section.business .swiper-button-prev2,
section.business .swiper-button-next2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
}

/* デフォルト矢印を非表示 */
section.business .swiper-button-prev2::after,
section.business .swiper-button-next2::after {
  content: "";
}

/* 左右の画像設定 */
section.business .swiper-button-prev2 {
  left: 10px;
  background-image: url('../img/arrow_left.svg');
}
section.business .swiper-button-next2 {
  right: 10px;
  background-image: url('../img/arrow_right.svg');
}

section.businesses {
  padding:0;
  border: 0;
}

section.businesses ul.business_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  font-size: 0;
}

section.businesses ul.business_list li {
  width: 30%;
  position: relative;
  overflow: hidden;
}
section.businesses ul.business_list li .text {
  text-align: left;
}
/* ▼黒背景オーバーレイ */
section.businesses ul.business_list li .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section.businesses ul.business_list li .img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* ▼画像アニメーション */
section.businesses ul.business_list li img {
  width: 100%;
  height: auto;
  transform: translateX(-100%);
  transition: transform 1s ease;
}

section.businesses ul.business_list li.active .img-wrap::before {
  opacity: 1;
}

section.businesses ul.business_list li.active img {
  transform: translateX(0);
}

/* 既存テキスト */
section.businesses ul.business_list li .title {
  font-size: 23px;
  margin-top: 10px;
}

section.business ul.business_list li .text {
  font-size: 14px;
}

.business_list li.no-transition * {
  transition: none !important;
}


@media screen and (max-width:1920px){
section.business .leader h3 svg {
  width: 52%;
  height: auto;
}
section.business .inner {
padding: 20vh 0;
    background: #7d9aa0;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
}

}


@media screen and (max-width:768px){

/* 下部文字 */
section.business .ticker_slider .swiper-slide .overlay-text span {
  font-size: 10px;
  margin-right: 10px;
}
section.business .ticker_slider .swiper-slide .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
section.business .ticker_slider {
    width: 100%;
    position: relative;
    padding: 0 15px;
}

section.business #ticker {
    width: 100%;
    padding: 40px 0;
    overflow: visible;
    position: relative;
}
section.business h3 {
  text-align: left;
  margin: 0;
}
section.business .leader h3 svg {
  width: 100%;
  max-width: 90%;
  height: auto;
}
section.business .leader h3 {
  text-align: right;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 7vw, 50px);
}
section.business .leader .text {
    text-align: right;
    margin: 0;
}
  section.business .ticker_slider .swiper-slide img {
    width: 95%;
    height: auto;
  }
section.business {
    width: 100%;
    padding: 15px 0;
    overflow: visible;
    border: 0;
    background: linear-gradient(180deg, #ad9c92 0%, #ad9c92 4%, #b4a781 8%, #b4a781 96%);
}

section.businesses ul.business_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    font-size: 0;
    flex-wrap: wrap;
}
section.businesses ul.business_list li {
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.businesses ul.business_list li .title {
    font-size: 18px;
    margin-top: 10px;
}
section.business .text {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
}
section.business .inner {
    padding: 15vh 15px 10vh;
    background: #7d9aa0;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0 100%);
}
/* 左右の画像設定 */
section.business .swiper-button-prev {
  left: -10px;
  background-image: url('../img/arrow_left.svg');
  top: 60%;
}
section.business .swiper-button-next {
  right: -10px;
  background-image: url('../img/arrow_right.svg');
  top: 60%;
}

}


/*_______________________________

interview
_______________________________*/

section.interview {
  padding: 0;
  border: 0;
}

section.interview h3 {
  text-align: left;
  margin: 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
}
section.interview svg {
      width: 100%; /* レスポンシブ対応 */
    max-width: 408px;
  }
section.interview h3 svg {
  width:408px;
  height: auto;
}
section.interview .text {
  text-align: left;
  margin:  0 50px 40px 50px;
}

section.interview ul.interview_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 40px 50px;
}
section.interview ul.interview_list li {
  width: 60%;
}

section.interview ul.interview_list img {
  width: 100%;
  height: auto;
}
  @media (max-width: 768px) {
section.interview h3 svg {
    width: 28%;
    height: auto;
}}

  @media (max-width: 768px) {
section.interview ul.interview_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
padding: 0 0 20px;
}
section.interview ul.interview_list li {
    width: 100%;
}
section.interview h3 {
    text-align: left;
    margin: 20px 0;
    font-size: clamp(30px, 7vw, 50px);
}
section.interview h3 svg {
  height: 30px;
  width: auto;
}
section.interview .text {
    text-align: left;
    margin: 0 0 20px 0;
}
  }
/*_______________________________
president
_______________________________*/
section.president {
  border: 0;
  padding: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
  background-color: #b4a781;
}
section.president svg {
      width: 100%; /* レスポンシブ対応 */
    max-width: 514px;
}
section.president ul.president_list{
  display: flex;
  align-items: flex-start;
  margin: 80px auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s ease, transform 1.4s ease;
  font-size: 0;
}

section.president ul.president_list.show {
  opacity: 1;
  transform: translateY(0);
}

section.president ul.president_list li {
  width: 50%;
  text-align: left;
  padding: 0 50px;
}

/* 画像側だけ黒背景 */
section.president ul.president_list li.img_box {
  background: #000;
  overflow: hidden;
  width: 50%;
  padding: 0;
}

/* 画像：左から右 */
section.president ul.president_list li img {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1.4s ease 0.3s, transform 1.4s ease 0.3s;
}

section.president ul.president_list.show li img {
  opacity: 1;
  transform: translateX(0);
}

/* テキスト：右から左 */
section.president ul.president_list li.detail {
  padding: 5rem;
  color: #fff;
}

section.president ul.president_list li h3,
section.president ul.president_list li .title,
section.president ul.president_list li .text, 
section.president ul.president_list li .name,
section.president ul.president_list li .button {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1.4s ease 0.6s, transform 1.4s ease 0.6s;
  color: #333;
}

section.president ul.president_list.show li h3,
section.president ul.president_list.show li .title,
section.president ul.president_list.show li .text, 
section.president ul.president_list.show li .name,
section.president ul.president_list.show li .button {
  opacity: 1;
  transform: translateX(0);
}

section.president ul.president_list.show li .button {
  width: 200px;
  border: 1px solid #333;
  color: #333;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

section.president ul.president_list li h3 {
  text-align: left;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(35px, 4vw, 45px);
}
section.president ul.president_list li .title {
  text-align: left;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.president ul.president_list li .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

section.president ul.president_list li .name {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
  @media (max-width: 1920px) {
section.interview h3 svg {
    width: 28%;
    height: auto;
}}


  @media (max-width: 768px) {
section.president {
    border: 0;
    padding: 0;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);
    background-color: #b4a781;
}
section.president ul.president_list {
    display: flex;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.4s 
ease, transform 1.4s 
ease;
font-size: 0;
flex-wrap: wrap;
flex-direction: column-reverse;
margin-top: 0;
}
section.president ul.president_list li.img_box {
    background: #000;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

section.president ul.president_list li h3 {
    text-align: right;
    margin-bottom: 20px;
    margin:0;
    font-size: clamp(30px, 7vw, 50px);
}
section.president ul.president_list li h3 svg {
  width: auto;
  height: 40px;
}

section.president ul.president_list li.detail {
    padding: 15px;
    color: #fff;
}

section.president ul.president_list li {
    width: 100%;
    text-align: left;
    padding: 0 20px;
}
section.president ul.president_list li.btn_sp {
    width: 100%;
    text-align: left;
    padding: 0 20px;
    margin-top: 20px;
}
section.president ul.president_list li .title {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
section.president ul.president_list li .text {
    text-align: right;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
section.president ul.president_list li .name {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
    text-align: right;
}
section.president ul.president_list.show li .button {
    width: 200px;
    border: 1px solid #333;
    color: #333;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 0;
}
section.president ul.president_list {
margin: 40px auto;
}
}

.president_list {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.president_list.show.active {
  opacity: 1;
  transform: translateY(0);
}

.president_list.no-transition {
  transition: none !important;
}

/*_______________________________

video
_______________________________*/

.vimeo-id-outer input {
  margin-right: 10px;
  margin-bottom: 10px;
}
.vimeo-id-outer button {
  margin-bottom: 10px;
}
 
/* iframe外側のdiv */
.video-outer {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}
 
/* iframe */
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
/*_______________________________

flow
_______________________________*/

section.flow {
  border:0;
  padding: 20vh 50px;
  background: #9e9f9d;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
}
section.flow h3 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(45px, 5vw, 65px);
  margin: 0 0 30px 0;
}
section.flow svg {
    width: 100%; /* レスポンシブ対応 */
    max-width: 383px!important;
  }
section.flow h3 svg {
  width:383px;
  height: auto;

}
section.flow .text {
  margin: 30px 0;
  text-align: left;
}
section.flow ul.flow_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  align-items: stretch;
}

section.flow ul.flow_list li {
  width: 32%;
  aspect-ratio: 1 / 1; /* 正方形を維持 */
  border: 1px solid #333;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.8s ease, opacity 0.8s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
}

section.flow ul.flow_list li.active {
  opacity: 1;
  transform: translateY(0);
}

/* 画像・テキスト */
section.flow ul.flow_list li img {
  width: 100%;
  max-width: 10vw;
  height: auto;
  margin: 5vh;
}

section.flow ul.flow_list li .step {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  border-bottom: 1px #333 solid;
  padding: 0 20px;
}

section.flow ul.flow_list li .title {
  font-size: 16px;
  margin-top: 10px;
}

section.flow ul.flow_list li .text {
  font-size: 13px;
  padding: 0 10px;
  text-align: center;
}
  @media (max-width:1920px){
section.flow h3 svg {
    width: 27%;
    height: auto;
}}


/* SP 小さくした時も正方形維持 */
@media screen and (max-width: 768px) {
  section.flow ul.flow_list li {
    width: 48%;
  }
  section.flow {
    border: 0;
    padding: 10vh 15px;
    background: #9e9f9d;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0 100%);
}
  section.flow h3 {
    text-align: left;
    margin: 0;
    font-size: clamp(30px, 7vw, 50px);
  }

  section.flow h3 svg {
    height: 40px;
    width: auto;
  }
section.flow .text {
  text-align: left;
}
section.flow ul.flow_list li img {
    width: 100%;
    max-width: 45%;
    height: auto;
    margin: 20px 20px 0 20px;
}
section.flow ul.flow_list li .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.flow ul.flow_list li .text {
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
section.flow ul.flow_list li {

    padding: 10px;
}
}

@media screen and (max-width: 480px) {
  section.flow ul.flow_list li {
    width: 48%;
  }

}

/*_______________________________

faq
_______________________________*/

  .faq {
    margin:0 auto;
    display:block;
    gap:12px;
    padding: 50px;
    border: 0;

  }
    .faq h3 {
      text-align: right;
      margin: 0!important;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      font-size: clamp(45px, 5vw, 65px);
    }
   .faq h3 svg {
      width: 489px;
      height: auto;
    }
      .faq .text {
      text-align: right!important;
      margin: 20px 0!important;
    }

  .faq-item{
    overflow:visible;
    margin-bottom:12px;
    margin-top: 0;
  }

  /* 質問部分のボタン */
  .faq-button{
    width:100%;
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:18px 20px;
    font-size:16px;
    background:transparent;
    border:0;
    cursor:pointer;
    color:var(--accent);
    border-radius:inherit;
    border-bottom: 1px solid #333;
  }

  .faq-button:focus{

    outline-offset:2px;
  }

  .faq-title{
    display:flex;
    align-items:center;
    gap:12px;
  }

  .faq-meta{
    color:var(--muted);
    font-weight:400;
    font-size:14px;
  }

  /* + / - アイコン（SVG） */
  .icon {
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition: transform var(--transition);
  }

  /* 開いたときに回転（任意） */
  .faq-item[aria-open="true"] .icon {
    transform: rotate(180deg);
  }

  /* 回答部分：高さをトランジションでスムーズに */
  .faq-panel{
    overflow:hidden;
    max-height:0;
    transition: max-height var(--transition);
    padding:0 20px;
  }

  .faq-panel-inner{
    padding:16px 0 20px 0;
    color:var(--muted);
    font-size:15px;
  }
  .faq-panel-inner .indent{
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  @media (max-width:1920px){
.faq h3 svg {
    width: 34%;
    height: auto;
}}

  /* レスポンシブ調整 */
  @media (max-width:768px){
    body{ padding:18px; }
    .faq-button{ padding:14px; font-size:15px; }
section.faq {
    margin: 0 auto;
    display: block;
    gap: 12px;
    padding: 15px;
    border: 0;
}
section.faq h3 {
  margin: 0;
  text-align: right;
  font-size: clamp(30px, 7vw, 50px);
}
section.faq h3 svg {
  height: 40px;
  width: auto;
}
section.faq  .text {
        text-align: right;
        margin: 0;
        padding: 0;
    }
  }
/*_______________________________
expand
_______________________________*/

section.expand {
  border: 0;
  padding: 80px 0;
  overflow: hidden;
}
section.expand svg {
      width: 100%; /* レスポンシブ対応 */
    max-width: 769px;
  }

section.expand ul.expand_list {
  display: flex;
  align-items: center;
  margin: auto;
/*  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s ease, transform 1.4s ease;*/
  font-size: 0;
}

section.expand ul.expand_list.show {
  opacity: 1;
  transform: translateY(0);
}

section.expand ul.expand_list li.details {
  width: 60%;
  padding: 30px;
  color: #000;
}

section.expand ul.expand_list li.picture {
  width: 40%;
  background: #000;
  overflow: hidden;

}

/* 画像アニメーション */
section.expand ul.expand_list li.picture img {
  width: 100%;
  height: auto;
   /*opacity: 0;
 transform: translateX(-60px);
  transition: opacity 1.4s ease 0.3s, transform 1.4s ease 0.3s;*/
}

section.expand ul.expand_list.show li.picture img {
  opacity: 1;
  transform: translateX(0);
}

/* テキストアニメーション */
section.expand ul.expand_list .details h3,
section.expand ul.expand_list .details .text,
section.expand ul.expand_list .details .btn {
  /*opacity: 0;
  transform: translateX(60px);
  transition: opacity 1.4s ease 0.6s, transform 1.4s ease 0.6s;*/
}

section.expand ul.expand_list.show .details h3,
section.expand ul.expand_list.show .details .text,
section.expand ul.expand_list.show .details .btn {
  opacity: 1;
  transform: translateX(0);
}

/* ボタン装飾 */
section.expand ul.expand_list .btn {
  border: 1px solid #333;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}

section.expand ul.expand_list .details h3 {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(35px, 4vw, 45px);
  margin-bottom: 0;
}
section.expand ul.expand_list .details .text {
  text-align: left;
  font-size: 16px;
  margin: 20px 0 30px;
}
  @media (max-width: 1920px) {
section.expand svg {
    width: 80%;

}}


  @media (max-width: 768px) {
section.expand ul.expand_list {
    display: flex;
    align-items: center;
    margin: auto;
    /*opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.4s 
ease, transform 1.4s 
ease;*/
    font-size: 0;
    flex-wrap: wrap;
    justify-content: center;
}
section.expand ul.expand_list li.details {
    width: 100%;
    padding: 15px;
    color: #000;
}
section.expand ul.expand_list li.picture {
    width: 100%;
    background: #000;
    overflow: hidden;
}
section.expand ul.expand_list li .btn {
margin: 20px auto 0;
border: 1px solid #333;
padding: 10px 20px;
display: inline-block;
cursor: pointer;
font-size: 15px;
}
section.expand ul.expand_list li.join {
  text-align: center;
}
section.expand {
    border: 0;
    padding: 40px 0;
    overflow: hidden;
}
section.expand ul.expand_list .details h3 {
          font-size: clamp(30px, 7vw, 50px);
}
}
/*_______________________________

message
_______________________________*/

section.message {
  /*border: 1.5em solid #333;*/
  border-bottom: 0;
  background: #b4a781;
      padding: 0 30px 30px;
}

section.message .picture {

  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 200px;
}

section.message .picture .name {
  text-align: right;
  font-weight: bold;
}  

section.message .picture img {
  width: 100%;
  height: auto;
}
section.message .details {

  width: 100%;
  max-width: 660px;
  margin: 80px auto;
  line-height: 2.2em;
}

section.message .details .enph {
  font-weight: bold;
}

section.message .details .button {
    width: 200px;
    border: 1px solid #333;
    color: #333;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 50px;
}

@media (max-width: 768px) {
section.message {
  /*border: 10px solid #333;*/
  border-bottom: 0;
  background: #b4a781;
      padding: 0 15px 15px;
}
section.message .picture {
    width: 100%;

    margin: 0 auto;
  padding-top: 60px;
  }

section.message .details .button {
        width: 200px;
        border: 1px solid #333;
        color: #333;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 20px auto 0;
}

section.message .details {
    width: 100%;
    margin: 30px auto 50px;
    line-height: 1.8em;
    font-size: 14px;
}
}

/*_______________________________

svg animation
_______________________________*/

    svg {
      width: 100%; /* レスポンシブ対応 */
      max-width: 1000px;
    }

    svg path {
      /*stroke: #ba0000;*/
      stroke-width: 2;
      fill: transparent;
    }
/*
  /*_______________________________

footer
_______________________________*/
/*footer {
position: sticky;
    width: 100%;
    z-index: 10000000;
    background: #333;
    height: 1.5em;
    bottom: 0;
}

  @media (max-width: 768px) {
footer {
position: sticky;
    height: 10px;
}
  }*/