@charset "utf-8";
@import url('swiper-bundle.min.css');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1}
section, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block}
ul, ol {list-style:none}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del {text-decoration: line-through}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help}
table {border-collapse:collapse;border-spacing:0}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}
input, select {vertical-align:middle}
section { }
img{ vertical-align:bottom;}
a img {outline:none; border:none;}
a {outline:none;}
a:focus{outline: none;}
area{border:none;outline:none;}

*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
html{scroll-behavior: smooth;}
html,body{ width:100%;height:100%;-webkit-font-smoothing: antialiased;}

.over {transition: 0.3s ;}
.over:hover {opacity: 0.5 ;} 

.idt_3 {text-indent: -3em!important;padding-left: 3em!important;}


.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* ===============================================================================
   Global
=============================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;  
}
html.scrolling-disabled {
  scroll-behavior: auto !important;
}
body {
  line-height: 1.6;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(250, 249, 204, 0.649) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
  background-color: #fffff0;
  font-family: 
  "Hiragino Kaku Gothic ProN", 
  "Yu Gothic", 
  "Noto Sans JP", 
  "Meiryo", 
  sans-serif;
  
 

  color: #39393D;  
  overflow-x: hidden;

}

a {
  text-decoration: none;
  color: #39393D;
}

img {
  max-width: 100%;
  height: auto;
}
.sp-br{
  display: none;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 240, 1);
}
.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.visible {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.contact-hidden {
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

.contact-visible {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}

.header-inner {
  
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 200px auto 90px 0px;
  align-items: center;
  
  
}
.sp-contact-phone-wrapper{
  display: none;
}
.contact-phone-wrapper {
  display: flex;
  
  justify-content: flex-end;
  align-items: center;
  gap: 30px; 
  justify-self: end;
}
.contact-link{
  cursor: pointer;
}
.contact-link span {
  transition: color 0.3s ease; 
}
.contact-link:hover span {
  color: #b2b2b0; 
}
.contact-link .contact-line {
  transition: background-color 0.3s ease
}
.contact-link:hover .contact-line {
  background-color: #b2b2b0; 
}

.hedder-contact-img img {
  transition: filter 0.3s ease; 
}

.contact-link:hover .hedder-contact-img img {
  filter: brightness(1.5); 
}


.hedder-inner-contact{
  display: flex;
  align-items: center; 
  justify-content: left;
  gap: 10px; 
  text-align: left; 
  font-weight: normal;
  
 
}
.hedder-contact-img{
  position: relative;
  width: 30px;
  height: 30px;
  

}

.hedder-contact-img img {
  position: absolute; 
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.hedder-contact{
  display: flex;
  align-items: center;
  gap: 8px; 
  justify-self: end;
  margin-top: 6px;
}
.phone {
  display: flex;
  align-items: center;
  gap: 8px; 
  justify-self: end;
  margin-top:3px;
  
 
}

.phone img {
  width: 24px; 
  height: 24px;
}

.phone p {
  font-size: 16px;
  
  padding-top: 4px;
}
@media screen and (max-width: 750px) {
  .header-inner {
      grid-template-columns: 200px auto 0px; 
  }
  .contact-phone-wrapper {
    display: none;
  }
  .sp-contact-phone-wrapper{
    display: block;
  }
  .sp-contact-phone-wrapper {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.95); 
      backdrop-filter: blur(5px); 
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px; 
      padding: 10px 0;
      border-top: 1px solid #ddd;
      z-index: 999; 
  }
  .hedder-inner-contact{
    display: flex;
    align-items: center; 
    justify-content: left;
    gap: 10px; 
    text-align: left; 
    font-weight: normal;
   
  }
  .hedder-inner-contact span{
    font-size: 0.8rem;
  }
  .hedder-contact-img{
    position: relative;
    width: 25px;
    height: 25px;
    
  
  }
  
  .hedder-contact-img img {
    position: absolute; 
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    filter: brightness(0.8);
    transition: filter 0.3s ease;
  }
  
  .hedder-contact-img:hover img {
    filter: brightness(1.2); 
  }
  
  .phone-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
  }
  .phone-link img {
    width: 20px;
    height: 20px;
  }
  .phone-link p {
    font-size: 0.8rem;
    margin: 0;
  }
  
  .contact-link{
    cursor: pointer;
  }
  .contact-link span {
    transition: color 0.3s ease; 
  }
  .contact-link:hover span {
    color: #b2b2b0; 
  }
  .contact-link .contact-line {
    transition: background-color 0.3s ease
  }
  .contact-link:hover .contact-line {
    background-color: #b2b2b0; 
  }
  
  .hedder-contact-img img {
    transition: filter 0.3s ease; 
  }
  
  .contact-link:hover .hedder-contact-img img {
    filter: brightness(1.5); 
  }
}


.hamburger-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1100;
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  top:10px;
  justify-self: end;
}

.hamburger-menu span {
  display: block;
  width: 35px;
  height: 1px;
  
  background: rgb(48, 48, 48);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}


.menu-sidebar {
  position: fixed;
  top: 0;
  right: -30%; 
  width: 30%;
  height: 100%;
  background-color: #eadfbbd7;
  color: #928572;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  opacity: 0; 
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.menu-sidebar.open {
  right: 0;
  opacity: 1;
}
.menu-sidebar.close {
  right: -30%; 
  opacity: 0; 
}



.menu-list {
  list-style: none;
  margin-top: 50px;
  padding: 0;
  width: 100%;
}

.menu-list li {
  margin: 15px 0;
}

.menu-list a {
  text-decoration: none;
  color: #4a443b;
  transition: color 0.3s ease;
  outline: none;           
  text-shadow: none;      
  -webkit-tap-highlight-color: transparent;
}

.menu-list a:focus,
.menu-list a:active {
  outline: none;
  transform: none;
}
.menu-list a:hover {
  color: #f39c12;
}

.header-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: center;
  gap: 0; 
  font-weight: normal;
}

.header-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #000;
  margin: 0 10px;
}


.close-menu {
  background: none;
  border: none;
  color: #928572;
  font-size: 3rem;
  cursor: pointer;
  align-self: flex-end;
}

.logo {
  width: 100%;
  margin-left: -10px;
  margin-top: -3px;
}

.logo img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  
  .menu-sidebar {
    width: 60%;
    right: -60%;
  }

  .menu-sidebar.open {
    right: 0;
    opacity: 1;
  }

  .menu-sidebar.close {
    right: -60%;
    opacity: 0;
  }
  .header-title{
    font-size: 0.9rem;

  }
  .header-sub{
    font-size: 1rem;
  }
}




.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.morphing-area {
  position: fixed;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
  transform-origin: center; 
  transition: transform 0.8s ease, opacity 0.5s ease; 
  
}
#morphSVGLeft {
  position: absolute;
  top: -40%;
  left: -65%;
  width: 230%;
  height: auto;
  transform: scaleX(1) rotate(15deg); 
  transform-origin: center; 
}
.morphing-area.svg-mobile{
    display: none;
  }


svg {
  width: 100%;
  height: 100%;
}

path {
  fill: none;
  stroke-width: 0.4;
  stroke-linecap: round;
  stroke-opacity: 0.8;
}



.yarn {
  stroke: #ffd700;
}


.hero-text {
 
  flex: 1;
  text-align: center;  
}

.hero-text h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 50px;
  letter-spacing: 0.5rem;
  font-weight: 550;
  font-style: normal;
  color: #5a5a5a;
  color: rgb(118, 108, 93);
  margin-left: 10px;
  
}

.hero-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.5rem;
  margin-left: -20px;
}
.hero-text h2 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.5s;
}

.hero-text p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 1.2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-text02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: left;
  z-index: 1; 
  word-wrap: break-word;
  white-space: normal;
}

.hero-text02 p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgb(146, 133, 114);
  margin: 0;
}
@media (max-width: 1200px) {
  .hero-text02 {
    right: 30px; 
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {


  .hero-text {

    padding-left: 55px;
    
  }
  .hero-text02 {
    position: absolute; 
    bottom: 10%; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center; 
    
}
  .morphing-area {
    position: fixed;
    top: -10%;

    width: 100vw;
    height: 120%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
 
  #morphSVGLeft {
    position: absolute;
    top: 5%;
    left: -98%;
    width: 350%;
    height: auto;
    transform: scaleX(1) rotate(90deg);
    transform-origin: center; 
  }
 
 
  svg {
    width: 100%;
    height: auto;
  }
  path {
    fill: none;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-opacity: 0.2;
  }

  .logo {
    width: 80%;
    margin-left: -10px;
    margin-top: -10px;
  }
  .hero-text {
    padding-left: 30px;
    padding-bottom: 20%;
    
  }
  .hero-text h2 {
    font-size: 1.7rem;
    
    margin-bottom: 20px;
    line-height: 50px;
    letter-spacing: 0.1rem;
    text-align: center;
   
    color: #525151;
    
  }
  

  .hero-text p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin-left: -11px;
  }
  .hero-text02 {
    position: absolute;
    bottom: 20%; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center; 
    width: 100%;
    
}
.hero-text02 p {
  font-size: 0.8rem;
  line-height: 1.3;
  color: rgb(146, 133, 114);
  margin: 0;
}

}
@media screen and (max-width: 670px) {
  .hero-text p {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-left: -16px;
  }
  .hero-text02 {
    position: absolute; 
    bottom: 20%; 
    left: 50%;
    transform: translateX(-50%); 
    text-align: center;
    width: 80%;
    
}
.hero-text02 p {
  font-size: 0.8rem;
  line-height: 1.3;
  color: rgb(146, 133, 114);
  margin: 0;
}
}
@media screen and (max-width: 360px) {
  .hero-text h2 {
    font-size: 1.4rem;
    
    margin-bottom: 20px;
    line-height: 50px;
    letter-spacing: 0.1rem;
    text-align: center;
   
    color: #525151;
    
  }
}

.scroll_up {
  visibility: hidden;
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}
.scroll_up.on {
  visibility: visible;
  transform: translateY(0);
  opacity: 1.0;
}

/*========================================
leading
=======================================*/

.leading-section {

  width:100%;
 
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column; 
  align-items: flex-end; 
background: linear-gradient(-90deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%);
}





.leading-text{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap:20px;
  text-align: center; 
  padding-right: 8px;
}
.leading-midasi{
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0px; 
  font-weight: normal;
}
.leading-title{
  font-size: 1.8rem;

  color: rgb(146, 133, 114);
}
.leading-line{
  width: 20px;
  height: 2px;
  background-color: #aeaeadb0;
  letter-spacing: 1rem;
  margin-top: 10px;
}


.line {
  font-size: 1.2rem;
  line-height: 2;

}

.leading_br{
  display: none;
}
.leading-text-container02 .line{
  font-size: 0.8rem;
  line-height: 2;
  color: rgb(146, 133, 114);
}

.slider-container {
  width: 40%; 
  margin: 20px auto 0; 
  position: relative; 
  left:25%;
  top:5%;
}


.swiper {
  width: 100%; 
  height: 200px;
  height: auto; 

  overflow: hidden; 
}

.swiper-slide {
  display: flex; 
  justify-content: center;
  align-items: center;
  
  margin-right: 10px;
 
}

.swiper-slide img {
  width: 90%; 
  height: auto; 
  border-radius: 10px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  object-fit: contain;
  

}
@media screen and (max-width: 768px) {
  .leading_br{
    display: block;
  }
  .line {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  
  }
  .leading-section {
    padding: 80px 0 80px;
    width:100%;
   
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
    background-color: #f2f1ee5c;
    display: flex;
    justify-content: center;
    flex-direction: column; 
    align-items: center; 
  }
  .leading-sp-none{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  
  .leading-midasi{
    margin-bottom: 20px;
  }
  .leading-text{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:20px;
    text-align: center; 
    padding-right: 0px;
    
    
  }
  .leading-text-container,
  .leading-text-container02 {
    width: 80%; 
    text-align: left;
    margin-bottom: 20px; 
    margin: 0 auto;
  }
  .pc-br{
    display: none;
  }
  .slider-container {
    width: 100%; 
    margin: 32px auto 0; 
    position: relative; 
    left:0;
    top:5%;
  }
}

/*========================================
Reason-content01
=======================================*/

.content01 {
  width: 100%;
  margin: 0 auto;

  padding: 80px 80px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(
  280deg,
  rgba(246, 251, 184, 0.601) 0%,           
  rgba(250, 249, 204, 0.8) 10%,         
  rgba(226, 221, 187, 0.476) 30%,         
  rgba(0, 0, 0, 0) 60%,                  
  rgba(255, 255, 255, 0.4) 85%,        
  rgba(255, 255, 255, 1) 100%            
);
background-color: #fffff0a1;
padding-bottom: 100px;
}
.reason-midasi{
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0px; 
  font-weight: normal;

}

.reason-title{
  font-size: 2rem;
  color: rgb(146, 133, 114);
}
.reason-line{
  width: 20px;
  height: 2px;
  background-color: #aeaeadb0;
  letter-spacing: 1rem;
  margin-top: 10px;
}
.midasi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px; 
  font-weight: normal;
}



.midasi-line {
  display: inline-block;
  width: 1px; 
  height: 13px; 
  background-color: #000; 
  margin: 0 10px; 
}

.midasi-sub {
  font-size: 1.2rem; 
 
}


.content-wrapper {
  width:80%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.centered-text {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  
  margin: 50px auto; 
  gap: 10px;
}

.centered-text p {
  margin: 0 0; 
  font-size: 1.2rem; 
  line-height: 1.5; 

}
.centered-text .centered-text-sub {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.reasonList {
  list-style: none;
  padding: 0;
  margin: 100px auto 0;
}
.reasonList__item {
  display: flex;
  align-items: center; 
  gap: 10%; 
  margin-bottom: 70px; 

}
.reasonList__item:last-child {
  margin-bottom: 0;
}
.item__img {
  flex-shrink: 0; 
  flex-basis: 35%; 
  max-width: 35%; 
  -webkit-box-shadow: 12px 12px 24px rgba(38, 40, 41, .15);
  box-shadow: 12px 12px 24px rgba(0, 0, 1, 0.15);
}

.item__img img {
  width: 100%;
  height: auto;
  
}
.item__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px; 
  
}
.item__label {
  font-weight: 510; 
  font-size: 1rem; 
  color: rgb(146, 133, 114);
}

.item__title {
  font-weight: 500; 
  font-size: 1rem; 
  
}

.item__text{
  padding-top: 10px;
}
.item__text-translation{
  padding-top: 20px;
  font-size: 0.8rem;
  color: rgb(146, 133, 114);
}
.sp-item-number{
  display: none;
}
@media screen and (max-width: 900px) {
  .reasonList {
    list-style: none;
    padding: 0;
    margin:30px auto;
  }
  .reasonList__item {
      display: flex;
      flex-direction: column; 
      align-items: center; 
      text-align: center; 
  }

  .item__content {
      display: flex;
      flex-direction: column; 
      gap: 10px; 
      text-align: center;
      margin-top: 30px;
  }

  .item__header {
      order: 1; 
      display: flex;
      align-items: center;
      justify-content: center;
     
  }


  .item__img {
      order: 0; 
      margin: 0 auto; 
      max-width: 80%; 
  }

  .item__text {
      order: 3;
  }

  .item__text-translation {
    order: 4;
  }

  hr.divider {
      display: none; 
  }
}
@media screen and (max-width: 767px) {
  .content01 {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 10px 0;
    position: relative;
    z-index: 1;
    
  }
  .content-wrapper {
    width:100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .centered-text {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: left; 
    margin: 0 auto; 
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
  }
  .centered-text p {
    margin: 0 0; 
    font-size: 1rem; 
    line-height: 1.5; 
  
  }
  .reasonList__item {
    background-color: #ffffff23;
    margin-bottom: 40px; 
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 30px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .item__content {
    width: 80%;
}
  .sp-item-number{
    display: block;
    position: absolute;
    top: -50px; 
    left: 50%; 
    transform: translateX(-50%);
   
    font-size: 3rem; 
    font-weight:10; 
    padding: 5px 10px; 
   
    z-index: -1; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px; 
    width: 100%;
  }
  .item__label {
    font-weight: 510; 
    font-size: 1rem; 
    color: rgb(146, 133, 114);
  }
 
.reasonList__item {
  
  text-align: left; 
}

.item__content {
  display: flex;
  flex-direction: column; 
  gap: 10px; 
  text-align: left;
  margin-top: 30px;
}
.item__text{
  font-size: 0.9rem; 
}

  
 
}

/*========================================
Servis-content02
=======================================*/
.content02 {
  
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px 0;
  background: linear-gradient(90deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
  
  background-color: #fffff0c3;

}
.content-inner-wrapper {
 
  width: 80%;
  max-width: 1200px;
  display: flex;
  gap: 80px;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
}

.image-stack {
  flex: 2;
  max-width: 350px;
  height: 700px; 
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
}

.image-stack .swiper-slide {
  height: 100%; 
}

.image-stack .swiper-wrapper,
.image-stack .swiper-slide,
.image-stack .swiper-slide picture {
  height: 100%;
}
.image-stack picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}






.text-area {
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}


.text-and-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}


.vertical-text {

  margin-bottom: 10px; 
  font-size: 1rem;
  line-height: 2;
  
  text-align: left; 
  margin-left: 0; 
  margin-right: auto;
  
}

.horizontal-text {
  font-size: 0.8rem;
  color: rgb(146, 133, 114); 
  padding-bottom: 10px;
}
.text-and-photos{
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  gap: 20px; 
  height: 83%;
}


.sp-br {
  display: none; 
}

.photo-line.sp {
  display: inline-block; 
}
.photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-gap: 35px; 
  width: 100%;
  max-width: 800px; 
  margin: 0 auto; 
}
.photo-item {
  display: flex;
  align-items: center; 
  flex-direction: column;
  gap: 15px; 
  position: relative;
  width: 100%; 
  overflow: hidden; 
}
.photo-link{
  width: 70%;
  text-decoration: none; 
}
.photo-midasi {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center; 
  font-size: 1rem;
}

.photo-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.8); 
  transition: filter 0.3s ease;
}



.photo-link {
  
  text-decoration: none; 
  width: 50%;

}


.photo-link:hover img {
  filter: brightness(1); 
}


.photo-title {
  font-size: 1rem; 
  color: rgb(146, 133, 114);
}

.photo-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #000; 
  margin: 0 10px; 
}

.photo-sub {
  font-size: 1rem; 
 
}
.photo-title:hover,
.photo-sub:hover {
    text-decoration: underline; 
}


.image-stack .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
 
  .photo-link{
    width: 40%;
    text-decoration: none; 
  }
  .photo-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px; 
    max-width: 1000px; 
    margin: 0 auto;
  }
  

  .photo-midasi {
    margin-left: -60px;
    width: 50%;
  }
  .photo-item {
    overflow: visible; 
  }
  .content-wrapper02{
   
    overflow: visible;
  
  }
  .photo-list {
    grid-template-columns: 1fr; 
    width: 100%;
  }
  .photo-link img {
    display: block;
    width: 45%;
    height: auto;
    object-fit: cover;
    filter: brightness(0.8); 
    transition: filter 0.3s ease;
  }
  .text-and-photos{
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    height: 83%;
  }
  .sp-br {
    display: block; 
  }

  .photo-line.sp {
    display: none; 
  }
  
}
@media screen and (max-width: 1000px) {
  .photo-list {
    grid-template-columns: repeat(2, 1fr); 
    max-width: 100%; 
  }
  .photo-item {
    flex-direction: row; 
    justify-content: center; 
    gap:5px;
  }

  .content-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    width: 80%;
    height: auto; 
  }
  
  .image-stack {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 250px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
  }
  
  .image-stack .swiper-wrapper,
  .image-stack .swiper-slide {
    height: 100%;
  }
  
  .image-stack .swiper-slide picture,
  .image-stack picture > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  
  .text-area {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
    margin-left: 0%; 
    width: 100%; 
    height: 100%;
  }
  .text-and-photos {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    gap: 20px; 
    height: 83%;
  }
  
  .horizontal-text {
    order: 2; 
    margin-top: 30px;
  }
  
  .photo-list {
    order: 1; 
    margin-top:30px
  }
 
  .photo-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(0.8); 
    transition: filter 0.3s ease;
  }
  .photo-midasi {
    margin-left: 0px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .photo-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(1); 
    transition: filter 0.3s ease;
  }
  .sp-br {
    display: none; 
  }

  .photo-line.sp {
    display: block; 
  }
  .content02 {
    position: relative;
    z-index: 2;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    background-color: #f2f1ee5c;
  }
  .content-wrapper02 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;
  }

  .content-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
    height: auto; 
    margin-top: 30px;
  }
  /* .image-stack {
    aspect-ratio: 16 / 9; 
    width: 100%;
    max-width: 100%;

    max-width: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-height: 180px;
  } */
  .image-stack {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 250px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
  }


  .image-stack .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide.hide-on-mobile img {
    transform: scale(1.1);
  }
  .text-area {
    display: flex;
    flex-direction: column; 
    gap: 5px; 
    margin-left: 0%; 
    width: 100%; 
    height: 100%;
  }
  .text-and-photos {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    gap: 20px; 
    height: 83%;
  }
  
  .horizontal-text {
    order: 2; 
  }
  
  .photo-list {
    order: 1;
  }
  .photo-title {
    font-size: 0.7rem; 
    color: rgb(146, 133, 114);
  
  }
  
  .photo-line {
    display: inline-block;
    width: 1px; 
    height: 10px; 
    background-color: #000; 
    margin: 0 10px; 
  }
  
  .photo-sub {
    font-size: 0.9rem; 
   
  }
  .photo-list {
    grid-template-columns: 1fr; 
    width: 100%;
  }
  .photo-midasi {
    display: flex;
    justify-content: flex-start; 
    width: 100%;
  }
  .photo-midasi a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: left;
    justify-content: flex-start;
  }

.photo-link {
 
  width: 25%;
  
}

}
@media screen and (max-width: 500px) {
  .content-inner-wrapper {
 
    margin-top: 30px;
  }
  .image-stack {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 200px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
  }
}


/*========================================
product-title-content03
=======================================*/
.content03 {
  position: relative;
  z-index: 1;

  width: 100%;
  margin: 0 auto;
  padding: 10px 80px 80px;
  background: linear-gradient(90deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
  background-color: #fffff0c3;
}
.content03 img{
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.content03-inner01,.content03-inner02,.content03-inner03,.content03-inner04{
  scroll-margin-top: 100px; 
  width: 80%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 90px;
}
.product-midasi {
  display: flex;
  align-items: center; 
  gap: 10px; 
  text-align: left; 
  font-weight: normal;
  margin-bottom: 30px;
}

.product-title {
  font-size: 1.3rem; 
  font-weight: normal; 
}

.product-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #333; 
}

.product-sub {
  font-size: 1rem; 
  color: #666; 
}


.inner01-text-content01 {
  text-align: left; 
  margin-top: 20px; 
  margin-left: 0; 
  margin-bottom: 50px;
 
}
.inner01-text-content01 p {
  margin: 0 0; 
  font-size: 1rem; 
  line-height: 1.5; 
}
.inner01-text-content01 .inner01-text01-translation {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.inner01-item-content01 {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
.inner01-text-content01 {
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.3); 
  padding-bottom: 20px; 
  margin-bottom: 40px; 
}

.inner01-item-img01 {
  align-self: center; 
  justify-self: center; 
  width: 80%;
  max-width: 100%; 
}

.inner01-item-img01 img {
  
  width: 100%;
  height: auto;
  object-fit: contain; 
  filter: sepia(23%) brightness(106%);
}
.inner04-item-img01{
  width: 80%;
}
.inner04-item-img01 img{
  filter: sepia(18%) brightness(101%);
}



.modal {
  display: none ;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background-color: rgba(115, 114, 114, 0.8);
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}


.inner01-text-content02 {
  background-color: rgba(245, 233, 200, 0.25);
  border: 1px solid rgba(234, 223, 190, 0.7);
  
  border-radius: 10px;
  padding: 38px; 
  align-self: center; 
  justify-self: end;
  width: 90%; 
}


.inner01-text-content02-inner p {
  margin: 0 0; 
  font-size: 0.9rem; 
  line-height: 1.5; 
}
.inner01-text-content02-inner .inner01-text02-translation {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  margin-top: 10px;
}

.inner02-item-content01 {
  display: flex;
  justify-content: space-between; 
  gap: 20px;
  position: relative;
  width: 100%;
  height: 300px;
  max-height: 300px;
}


.inner02-item-img01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-template-rows: repeat(3, auto); 
  gap: 10px; 
  position: relative;
  align-self: center; 
  justify-self: center; 
  
  width: 80%;
  height: 100%;
}
.click-to-enlarge {
  position: absolute;
  bottom: -30px; 
  right: 0;
  font-size: 14px;
  color: #666;
  padding: 4px 8px;

}
.inner02-item-img01 img{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner02-item-img01 img:hover {
  
  transform: scale(1.05); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.inner02-text-content02 {
  text-align: left; 
  margin-top: 20px; 
  margin-left: 0; 
  margin-bottom: 50px;
 
}
.inner02-text-content02-inner p {
  margin: 0 0; 
  font-size: 0.9rem; 
  line-height: 1.5; 
}
.inner02-text-content02-inner .inner02-text02-translation {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.inner02-text-content02 {
  background-color: rgba(245, 233, 200, 0.087);
  border: 1px solid rgba(234, 223, 190, 0.7);
  margin-top: 20px;
  border-radius: 10px;
  width: 40%;
  height: 250px;

  
}
.inner02-text-content02-inner{
  display: grid;
  width: 83.6363636364%;
  row-gap: 30px;
  margin: 40px auto;
}
@media screen and (max-width: 900px) {
  .inner01-item-content01 {
    flex-direction: column;  
    gap: 40px;              
    align-items: center;     
  }
}
@media screen and (max-width: 768px) {
  .click-to-enlarge {
    position: absolute;
    bottom: -20px; 
    right: 0;
    font-size: 14px;
    color: #666;
    padding: 4px 8px;
  
  }
  .modal {
    display: none ;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 50%;
    background-color: rgba(115, 114, 114, 0.8);
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  
  .modal-content {
    max-width: 80%;
    max-height: 80%;
  }
  .content03 {
    position: relative;
    z-index: 2;
  
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    
    background-color: #f2f1ee5c;
  }
  .content03-inner01, .content03-inner02, .content03-inner03,.content03-inner04 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    background-color: #f2f1ee5c;
    margin-bottom: 40px; 
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 30px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.content03-inner{
  width: 80%;
  margin: 0 auto;
}
.inner01-item-content01 {
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto; 
  gap: 20px; 
  height: auto; 
  max-height: none;
}

.inner01-item-img01 {
  justify-self: center; 
  align-self: start; 
  width: 100%; 
}
.inner02-item-img01,.inner04-item-img01{
  width: 100%; 
}


.inner01-text-content02 {
  justify-self: center; 
  align-self: start; 
  width: 100%; 
}
.inner01-text-content01 p {
  margin: 0 0; 
  font-size: 0.9rem; 
  line-height: 1.5; 
}
.inner01-text-content01 .inner01-text01-translation {
  padding-top: 10px;
}

}
@media screen and (max-width: 500px) {
  .content03 {
    padding: 20px 0 0 0;
    
 
  }
}

/*========================================
company-content04
=======================================*/
.content04{
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  background: linear-gradient(45deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
  background-color: #fffff079;
  background: linear-gradient(
  280deg,
  rgba(246, 251, 184, 0.601) 0%,           
  rgba(250, 249, 204, 0.8) 10%,         
  rgba(226, 221, 187, 0.476) 30%,         
  rgba(0, 0, 0, 0) 60%,                  
  rgba(255, 255, 255, 0.4) 85%,        
  rgba(255, 255, 255, 1) 100%            
);
background-color: #fffff061;
}

.content04-wrapper{
  width: 80%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  
  color: #525151;
}

.company-midasi{
  width: 45%;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0px; 
  font-weight: normal;
  margin-bottom: 30px;
}

.reason-title{
  font-size: 2rem;
  color: rgb(146, 133, 114);
}
.reason-line{
  width: 20px;
  height: 2px;
  background-color: #aeaeadb0;
  letter-spacing: 1rem;
  margin-top: 10px;
}
.company-detail__list{
  width: 45%;
  font-size: 0.9rem;
}
.company-detail {
  padding: 20px 0 18px;
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  border-top: 1px solid rgba(207, 204, 195, .7);
}
.company-detail:last-of-type {
  border-bottom: 1px solid rgba(207, 204, 195, .7);
}
.detail-item__text.style2{
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .company-midasi {
    width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    text-align: center; 
    font-weight: normal;
    margin-bottom: 30px;
  }
  .company-detail__list{
    width: 100%;
    font-size: 0.9rem;

  }

}
@media screen and (max-width: 768px) {
  .content04{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    background-color: #f2f1ee8d;
  }
  .company-detail {
    padding: 20px 0 18px;
    display: grid;
    grid-template-columns: 90px 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    border-top: 1px solid rgba(207, 204, 195, .7);
  }
}

/*========================================
greeting-content05
=======================================*/
.inner-item01{
  padding: 80px 0 0;


}

.content05{
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px 80px;
  background: linear-gradient(90deg, rgba(250, 249, 204, 0.601) 0%, rgba(0, 0, 0, 0) 60%,rgba(255, 255, 255, 1));
  background-color: #fffff0a1;
  /* min-height: 100vh; */
 
}

.content05-wrapper{
  width: 80%;
  /* height: 100%; */
  max-width: 1200px;
  margin: 0 auto;
  /* overflow: visible; */
  position: relative;
  
  
  color: #525151;
}
.inner-item01 .inner-item01-img01{
  width: 100%;
  margin: 0 auto;
}

.feature-inner-text{
  margin-top: 50px;
}
.feature-midasi{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;

}

.feature-title {
  font-size: 1.3rem; 
  font-weight: normal; 
}

.feature-line {
  display: inline-block;
  width: 100%; 
  height: 0.5px; 
  background-color:rgb(146, 133, 114); 
  margin-top: 5px;
}

.feature-sub {
  font-size: 0.9rem; 
  color: #666; 
  font-weight: normal; 
}
.feature-text{
  margin-top: 50px;
  font-size: .9375rem;
}
.feature-text01-translation {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  margin-top: 20px;
}
.inner-item02_right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* max-width: 200px; */
  width: 40%;
  gap:30px;
  
}
.greeting-midasi {
  display: flex;
  align-items: center; 
  gap: 10px; 
  font-weight: normal;
}

.greeting-title {
  font-weight: normal; 
}

.greeting-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #333; 
}

.greeting-sub {
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
}
.greeting-link{
  position: relative;
}
.greeting-link span {
  color: #39393D;
  transition: color 0.3s ease;
  text-decoration: none;
}

.greeting-link:hover span {
  color: #b29e7f; 
}
.sample5 {
  position: absolute;
  top:8px;
  left: 168px;

  }
  .sample5::before {
  position: absolute;
  content:"";
  width: 25px;
  height: 25px;
  background: #817862;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -8.5px;
  }
  .sample5::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  margin-top: -1px;
  }
  .greeting-link:hover .sample5 {
  color: #b29e7f; 
  }
  .greeting-link:hover .sample5::before {
    background: #b29e7f; 
  }
  .greeting-link:hover .sample5::after {
    border-top: solid 1px #ffffff; 
    border-right: solid 1px #ffffff;
  }
    


.inner-item02{
  display: flex;
  align-items: center;
  gap:20%;
  flex-direction: row;
  /* position: sticky;
  top: 0; */
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.inner-item02-img {
  width: 60%;
}
.inner-item02-img img {
  width: 90%;
  height: auto;
 
  object-fit: cover; 
 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.inner-text{
  display: flex;
  justify-content: left;
  align-items: flex-start;
 
  width: 100%;
  margin-right: 50px;
  margin-top: -220px ;
  gap:30px;
  
}
.inner-item03-text{
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.inner-item03-img{
  display: flex;
  justify-content: center; 
  align-items: center; 
  overflow: hidden; 
  width: 30%; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}
.inner-item03-img img {
  width: 100%;
  height: auto;
 
  object-fit: cover; 
 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}
.company-greeting__main--text {
  margin-bottom: 20px;
  font-size: .9375rem;
}
.company-translation--text{
  margin-bottom: 10px;
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.position-text {
  padding-top: 10px;
}
.position-text p{
  color: rgb(146, 133, 114);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.position-text .position-translation{
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .inner-item02{
    display: flex;
    align-items: center;
    gap:20%;
    flex-direction: row;
    /* position: sticky;
    top: 0; */
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .inner-item02 {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    align-items: center; 
    text-align: center;
}
}
@media screen and (max-width: 768px) {
  .inner-item02 {
      display: flex;
      flex-direction: column; 
      gap: 20px; 
      align-items: center; 
      text-align: center;
  }

  .inner-text {
     
      width: 100%; 
      margin: 0;
  }
  .inner-item02_right{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 200px; */
    width: 100%;
    gap:30px;
    
  }
  .greeting-midasi {
      margin-bottom: 20px; 
      margin-left: -10px;
  }

  .inner-item02-img {
     
      width: 90%; 
      margin: 0 auto; 
  }

  .position-text {
     
      margin-top: 20px;
      gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .content05{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 40px 0;
    background-color: #f2f1eed7;
  }
  .greeting-midasi {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    text-align: left; 
    font-weight: normal;
    margin-left: -10px;
    width: 80%;
  }
  .inner-item02 {
    padding-top: 20px;
}
 
  .inner-item03-text {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
} 
.inner-item02-img {
     
  width: 100%; 
  margin: 0 auto; 
}
}


/*========================================
location-content06
=======================================*/
.content06{
  position: relative;
  /* z-index: 2; */
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  background: linear-gradient(
  280deg,
  rgba(246, 251, 184, 0.601) 0%,           
  rgba(250, 249, 204, 0.8) 10%,         
  rgba(226, 221, 187, 0.476) 30%,         
  rgba(0, 0, 0, 0) 60%,                  
  rgba(255, 255, 255, 0.4) 85%,        
  rgba(255, 255, 255, 1) 100%            
);
background-color: #fffff061;
}

.content06-wrapper{
  width: 80%;
  /* height: 100%; */
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  
  
  color: #525151;
  
}
.location-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.map-container {
  width: 50%;
  overflow: hidden;
  border-radius: 10px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}
.sp-map-midasi{
  display: none;
}

.map-container iframe {
  width: 100%;
  height: 450px; 
  border: none; 
}
.map-title {
  font-size: 1.3rem; 
  font-weight: normal; 
}

/* .map-title {
  font-size: 2rem;
  color: rgb(146, 133, 114);
  font-weight: normal;
} */


.location-info{
  margin-top: 20px;
}
.location-info-japan{
  margin-top: 50px;
  
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.location-info-translation{
  margin-top: 30px;
  color: rgb(146, 133, 114);
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}

.map-button {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 20px;
  background-color: transparent;
  
  color: #928572;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
  transition: background-color 0.3s;
  position: relative;
  right: 20px;
  width: 220px;
  padding-right: 25px;
}

.map-button:hover {
  
  color: #deae66;
}
.map-button::after {
  content: "";
  display: inline-block;
  width: 15px; 
  height: 15px; 
  background-image: url('../images/icon/btn.png'); 
  background-size: cover; 
  position: absolute;
  right: 20px; 
  top: 50%; 
  transform: translateY(-50%); 
}
@media screen and (max-width: 900px) {
  
  .map-midasi {
      display: none;
  }

  
  .sp-map-midasi {
      display: block;
      text-align: center; 
      margin-bottom: 20px; 
  }

  
  .location-container {
      display: flex;
      flex-direction: column; 
      align-items: center; 
      gap: 20px; 
  }

 
  .sp-map-midasi{
    order: 1;
  }
   
   .map-container {
    order: 2; 
    width: 100%; 
}
  .location-info{
    order: 3;
  }

  .map-container iframe {
      width: 100%; 
      height: 300px; 
  }

  
  .location-info-japan {
      order: 2; 
      text-align: center; 
  }

  
  .location-info-translation {
      order: 3;
      text-align: center; 
  }

  
  .location-info-btn {
      order: 4;
      margin-top: 10px; 
      
  }
  .map-button {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 20px;
    background-color: transparent;
    
    color: #928572;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
    transition: background-color 0.3s;
    position: relative;
    padding-right: 0px;
    width: 100%;
  
  }
  .map-button::after {
    content: "";
    display: inline-block;
    width: 15px; 
    height: 15px; 
    background-image: url('../images/icon/btn.png'); 
    background-size: cover; 
    position: absolute;
    /* right: 40px;  */
    left: 83%;
    top: 50%; 
    transform: translateY(-50%); 
  }

  
  
}
@media screen and (max-width: 768px) {
  .content06{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    background-color: #f2f1ee8d;
  }
  .location-info{
    margin-top: 0;
  }
}
@media screen and (max-width: 370px) {
  .map-button::after {
    content: "";
    display: inline-block;
    width: 15px; 
    height: 15px; 
    background-image: url('../images/icon/btn.png'); 
    background-size: cover; 
    position: absolute;
    left: 90%; 
    top: 50%; 
    transform: translateY(-50%); 
  }

}


/*========================================
footer
=======================================*/

.content07{
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  box-shadow: 0 -3px 8px rgba(74, 74, 74, 0.1);
  background-color: rgba(255, 255, 240, 0.701);
  
  
  
}

.content07-wrapper{
  width: 80%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  
  
  color: #525151;
  
}

.footer-logo img {
  width:  300px;
}

.footer-inner-contact{
  display: flex;
  align-items: center; 
  justify-content: left;
  gap: 10px; 
  text-align: left; 
  font-weight: normal;
  
 
}
.contact {
  display: flex;
  align-items: center; 
  justify-content: left;
  gap: 10px; 
  text-align: left; 
  font-weight: normal; 
  width: 40%;
  padding-left: 7px;
}

.contact-title {
  font-size: 1rem; 
  font-weight: normal; 
}

.contact-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #333; 
}

.contact-sub {
  font-size: 0.9rem; 
  color: #666; 
}
.footer-inner-img{
  position: relative;
  width: 40px;
  height: 40px;
  

}

.footer-inner-img img {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; 
  filter: brightness(0.8);
  transition: filter 0.3s ease;
}

.footer-inner-img:hover img {
  filter: brightness(1.2); 
}
.footer-menu-list {
  list-style: none;
  margin-top: 50px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center; 
  justify-content: left;
  gap:50px;
  flex-wrap: wrap;
}
.footer-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0; 
  font-weight: normal;
  cursor: pointer;
}
.footer-title {
  font-size: 0.9rem; 
  color: rgb(146, 133, 114);

}

.footer-line {
  display: inline-block;
  width: 1px; 
  height: 10px; 
  background-color: #000; 
  margin: 0 10px; 
}

.footer-sub {
  font-size: 0.9rem; 
 
}

.footer-link span {
  transition: color 0.3s ease; 
}
.footer-link:hover span {
  color: #b2b2b0; 
}
.footer-link .footer-line {
  transition: background-color 0.3s ease
}
.footer-link:hover .footer-line {
  background-color: #b2b2b0; 
}
@media screen and (max-width: 768px) {
  .content07{
    padding-bottom: 120px;
  }
  .footer-inner-contact{
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    text-align: left; 
    font-weight: normal;

   
  }
  .footer-logo-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
  }

  .footer-logo {
    display: block; 
  }
  .footer-logo img {
    width:  250px;
  }
  .contact {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    text-align: center; 
    font-weight: normal; 
    width: auto;
    padding-left: 7px;
  }
  .footer-menu-list {
    justify-content: center; 
    gap: 20px; 
  }

  .footer-link {
    text-align: center; 
    display: block; 
  }
}
@media screen and (max-width: 768px) {
  .content07{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 90px 0;
    background-color: #f2f1eed7;
    
  }
  .footer-logo-wrapper {
    justify-content: flex-start;
  }
  .footer-logo img {
    width:  200px;
  }
  
  .footer-inner-contact{
    display: flex;
    align-items: left; 
    justify-content: left;
    gap: 20px; 
    text-align: left; 
    font-weight: normal
   
  }
  .contact {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    text-align: center; 
    font-weight: normal; 
    width: auto;
   
  }
  .footer-menu-list {
    list-style: none;
    margin-top: 30px;
    padding: 0;
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    grid-gap: 20px;
    width: 83%; 
}
  .footer-link {
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: center;
    text-align: center;
    gap: 0; 
    font-weight: normal;
  }
  .footer-menu-list li {
    text-align: left; 
  }
  
  .footer-link {
    text-decoration: none;
    color: inherit; 
  }
  .footer-line{
    display: none;
  }
  .footer-title {
    font-size: 0.7rem; 
    color: rgb(146, 133, 114);
  
  }
  
  
  .footer-sub {
    font-size: 0.8rem; 
   
  }
  
 
  
}
