/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
.top-main{
  position:relative;
  width:100%;
  border-bottom: 1px solid #FFE402;
}
.top-main img{
  width:100%;
  display:block;
}
.top-main-ab{
  position:absolute;
  top: 0;
  left: 0;
}
.top-main-text{
  position:absolute;
  bottom: 8%;
  left: 5%;
  text-align: left;
}
.top-main-catch{
  font-size: 4rem;
  font-weight: bold;
  color:#fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  margin: 0;
}
.top-main-catch-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.6rem;
  color:#fff;
  letter-spacing: 0.15em;
  margin-top: 0.8em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/*NEWS*/
.news-box{
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-single-row{
  display: flex;
  align-items: center;
  gap: 24px;
}
.news-label{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #221715;
  letter-spacing: .1em;
  white-space: nowrap;
}
.news-content{
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  position: relative;
  cursor: pointer;
}
.news-date{
  color: #8e8e8e;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
}
.news-title{
  color: #221715;
  font-size: 1.4rem;
  font-weight: bold;
}
.news-viewall{
  font-size: 1.2rem;
  color: #221715;
  font-weight: 700;
  letter-spacing: .1em;
  white-space: nowrap;
  transition: color .3s;
}
.news-viewall:hover{
  color: #FFE402;
}

/*サイトナビ*/
.site-nav{
  padding: 50px 0;
  background: #fff;
}
.site-nav-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav-item{
  position: relative;
  background: #faf8f5;
  border-radius: 12px;
  padding: 24px 22px 22px;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.site-nav-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.site-nav-title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav-num{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .05em;
}
.site-nav-desc{
  font-size: 1.25rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/*NEWS*/
.ippun{
  padding: 80px 0 70px;
  background-color: #F1EBE4;
}
.ippun-title{
  color:#221715;
  font-size:2.8rem;
  margin:0 0 20px;
}
.ippun-title-big{
  font-size:4.5rem;
}
.ippun-left .title-label{
  width: 45px;
  margin-bottom: 10px;
}
.ippun-left .title-label img{
  width: 100%;
  display: block;
}
.ippun .h2-p{
  color:#221715;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  padding-left: 0!important;
  font-size: 50px!important;
  letter-spacing: 0.08em;
}
.ippun .h2-p::after{
  display: none;
}
.ippun ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ippun-left{
  width:65%;
}
.ippun-left p{
  color:#221715;
  line-height: 2em;
}
.ippun-right{
  width:35%;
  display: flex;
  flex-direction: column;
}


.slider-container{
  width:100%;
  margin:0 auto;
}

#slider img{
  width:100%;
}
#slider {
  background-color: #fff;
  border-radius: 10px;
}
#thumbs {
  width:100%;
}
#thumbs .slick-slide{
  padding: 0 4px;
}
#thumbs img{
  transition: .3s;
  padding:8px;
  margin:0 0 2em 0;
  opacity:.5;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FFE402;
  box-shadow: 3px 3px #FFE402;
  background: #fff;
  max-width: 70px;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
#thumbs img:hover{
  box-shadow: 0 0 #FFE402;
  background: #FFE402;
}
#thumbs .slick-current img{
  filter: none;
  padding:10px;
  opacity:1;
  box-shadow: 3px 3px #FFE402;
  background: #fff;
}
#thumbs .slick-current{
    position:relative;
}


#thumbs .slick-current .a01::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\5F93\696D\54E1\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.3rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a02::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\65BD\8A2D\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.3rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a03::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\4E8B\696D\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.3rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a04::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\7537\5973\6BD4';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.3rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a05::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\5E73\5747\52E4\7D9A\5E74\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a06::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\5E73\5747\6B8B\696D\6642\9593';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a07::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\6709\7D66\53D6\5F97\65E5\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a08::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\80B2\4F11\5FA9\5E30\7387';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}

/*-----------矢印表示----------*/
.slick-prev{
  top: 50%!important;
  left:-20px!important;
  right:auto!important;
  bottom: auto!important;
  transform: translateY(-50%)!important;
}
.slick-next{
  top: 50%!important;
  right:-20px!important;
  bottom: auto!important;
  transform: translateY(-50%)!important;
}
.ippun-view{
  margin:30px 0 0;
  align-self: flex-end;
}

/*マザーズ*/
section.top-about{
  padding: 80px 0;
  overflow: hidden;
}
/* 2×2 グリッド：左上タイトル / 右上代表 / 左下会社情報 / 右下沿革 */
.top-about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
/* 左上：タイトルブロック */
.top-about-li02{
  position: relative;
  padding: 0 20px 30px 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* 代表メッセージ：左の黄色線と下揃え */
.top-about-grid > .top-about-card:nth-child(2){
  align-self: end;
  height: fit-content;
  margin-bottom: 30px;
}
.top-about-grid > .top-about-card:nth-child(2) img{
  aspect-ratio: auto;
}
.top-about-grid > .top-about-card:nth-child(2) .top-about-li-box{
  flex: 0 0 auto;
}
/* title-label */
.top-about-li02 .title-label{
  position: relative;
  z-index: 2;
  width: 45px;
  margin-bottom: 12px;
}
.top-about-li02 .title-label img{
  width: 100%;
  display: block;
}
/* "What's mothers" 背景デコレーション */
.top-about-li02::before{
  display: none;
  opacity: 0.06;
}
/* ロゴをうっすら */
.top-about-li02::after{
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.06;
  z-index: 0;
  pointer-events: none;
}
/* タイトル・テキストを前面に */
.top-about-li02 h2,
.top-about-li02 p{
  position: relative;
  z-index: 1;
}
.top-about-li02 .about-h2-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  font-size: 50px!important;
  letter-spacing: 0.08em;
  padding-left: 0!important;
}
.top-about-li02 .about-h2-p::after{
  display: none;
}
.top-about-li02 h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #221715;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0.2em 0 0.5em;
}
p.top-about-li02-p{
  color: #221715;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding: 0 0 60px 0;
  border-bottom: 3px solid #FFE402;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
/* カード共通 */
.top-about-card{
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #FFE402;
  box-shadow: 6px 6px #FFE402;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.top-about-card:hover{
  transform: translate(3px, 3px);
  box-shadow: 0 0 #FFE402;
}
.top-about-card img{
  width: 100%;
  display: block;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  object-position: center 30%;
}
.top-about-li-box{
  background-color: #fff;
  border-radius: 0 0 18px 18px;
  border-top: 2px solid #FFE402;
  margin: 0;
  padding: 12px 20px;
  color: #221715;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.top-about h3{
  margin: 0 0 6px 0;
  font-size: 1.5rem;
}
.top-about h3 span{
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 0.5em;
}
.top-about-li-box p{
  margin: 0 0 auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #221715;
}
.top-about-li-box .view-btn-w{
  margin-top: auto;
  padding-top: 8px;
  align-self: flex-end;
}

/* ============================
   マザーズな人セクション PC
   ============================ */
section.top-nakamothers{
  padding: 100px 0;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
section.top-nakamothers:hover{
  opacity: 0.85;
}
.top-nakamothers-inner{
  display: flex;
  align-items: center;
  gap: 60px;
}
.top-nakamothers-title{
  flex: 1;
  position: relative;
}
.top-nakamothers-title .title-label{
  width: 45px;
  margin-bottom: 12px;
}
.top-nakamothers-title .title-label img{
  width: 100%;
  display: block;
}
.top-nakamothers-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  font-size: 46px!important;
  letter-spacing: 0.05em;
  color: #221715;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.top-nakamothers-sub{
  font-size: 1.5rem;
  color: #221715;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
}
.top-nakamothers-title h2{
  font-size: 3.2rem;
  font-weight: 900;
  color: #221715;
  letter-spacing: 0.08em;
  margin-bottom: 1.2em;
}
.top-nakamothers-title .view-btn{
  display: inline-block;
  border: 2px solid #221715;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 1.4rem;
  color: #221715;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.top-nakamothers-title .view-btn:hover{
  background: #221715;
  color: #fff;
}
/* 円形図 */
.top-nakamothers-circle{
  flex: 0 0 400px;
}
.nakamothers-circle-wrap{
  position: relative;
  width: 400px;
  height: 400px;
}
.nakamothers-circle-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFE402;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #221715;
  z-index: 2;
  text-align: center;
  line-height: 1.3;
}
.nakamothers-circle-ring{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  z-index: 0;
}
.nakamothers-circle-item{
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FFE402;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #221715;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
.nakamothers-circle-item span{
  font-size: 1.1rem;
}
/* 9アイテム 円形配置（40deg間隔、半径160px、中心200,200）*/
.nakamothers-circle-item[style*="--i:0"]{top:0px;   left:160px;}
.nakamothers-circle-item[style*="--i:1"]{top:37px;  left:263px;}
.nakamothers-circle-item[style*="--i:2"]{top:132px; left:318px;}
.nakamothers-circle-item[style*="--i:3"]{top:240px; left:298px;}
.nakamothers-circle-item[style*="--i:4"]{top:310px; left:215px;}
.nakamothers-circle-item[style*="--i:5"]{top:310px; left:105px;}
.nakamothers-circle-item[style*="--i:6"]{top:240px; left:22px;}
.nakamothers-circle-item[style*="--i:7"]{top:132px; left:2px;}
.nakamothers-circle-item[style*="--i:8"]{top:37px;  left:57px;}

/*社員インタビュー*/
.top-interview{
  background-color: #f5f5f5;
  padding:105px 0;
}
.top-interview-title .title-label{
  width: 45px;
  margin-bottom: 12px;
}
.top-interview-title .title-label img{
  width: 100%;
  display: block;
}
.top-interview-sub{
  font-size: 2.6rem;
  font-weight: bold;
  color: #221715;
  margin: 0.2em 0 0;
}
.interview-slider-wrap{
  position: relative;
  margin: 30px 0;
}
.interview-slider .slick-slide{
  padding: 0 10px;
}
.interview-slider .slick-list{
  margin: 0 -10px;
}
.interview-card{
  border: 2px solid #FFE402;
  border-radius: 16px;
  background-color: #fff;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s cubic-bezier(.25,.46,.45,.94);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 3px #FFE402;
}
.interview-card:hover{
  transform: translate(-2px, -3px);
  box-shadow: 5px 6px #FFE402;
}
.interview-card:active{
  transform: translate(1px, 1px);
  box-shadow: 0px 0px #FFE402;
}
.interview-card img{
  width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: left 20%;
  transition: transform .4s ease;
}
.interview-card:hover img{
  transform: scale(1.04);
}
.interview-card .int-card-info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 20px 14px;
  margin: 0;
}
.interview-card .int-card-info-top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.interview-card .int-card-label{
  width: fit-content;
  padding: .4em 1.6em;
  background-color: #fff;
  border: 2px solid #FFE402;
  color: #221715;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 3px;
  border-radius: 4px;
  margin: 0;
  line-height: 1em;
}
.interview-card .int-card-name{
  width: fit-content;
  padding: 0;
  margin: 0;
  color: #221715;
  font-family: "Futura","Futura-Medium","Century Gothic",sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1em;
}
.interview-card .int-card-profile{
  padding: 0;
  margin: .2em 0 0;
  color: #888;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.6em;
  text-align: right;
}
.interview-card .int-card-catch{
  width: auto;
  padding: 14px 20px 24px;
  margin: 0;
  color: #221715;
  font-weight: bold;
  font-size: 1.35rem;
  line-height: 1.9em;
  letter-spacing: .5px;
  border-top: 1px solid #f0e8dc;
}
.top-interview .view-btn_left{
  display: block;
  width: fit-content;
  margin-left: auto;
}

/* 縦書きメッセージ */
.vertical-message{
  padding: 120px 0;
  background: #faf8f5;
  overflow-x: auto;
}
.vertical-message-inner{
  display: flex;
  justify-content: center;
  min-width: fit-content;
  padding: 0 60px;
}
.vertical-message-text{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
  line-height: 2.8;
  letter-spacing: .15em;
  color: #221715;
  white-space: nowrap;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
.top-main{
  position:relative;
  width:100%;
  border-bottom: 1px solid #FFE402;
  height: 75vw;
  max-height: 520px;
  min-height: 260px;
  overflow: hidden;
}
.top-main img{
  width:100%;
  height: 100%;
  display:block;
  object-fit: cover;
  object-position: center center;
}
.top-main-ab{
  position:absolute;
  top: 0;
  left: 0;
}
.top-main-text{
  position:absolute;
  bottom: 8%;
  left: 5%;
  text-align: left;
}
.top-main-catch{
  font-size: 2.4rem;
  font-weight: bold;
  color:#fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  margin: 0;
}
.top-main-catch-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  color:#fff;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/*NEWS*/
.news-box{
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-single-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.news-label{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #221715;
  letter-spacing: .1em;
}
.news-content{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  position: relative;
  cursor: pointer;
}
.news-date{
  color: #8e8e8e;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
}
.news-title{
  color: #221715;
  font-size: 1.2rem;
  font-weight: bold;
}
.news-viewall{
  font-size: 1.1rem;
  color: #221715;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
}

/*サイトナビ*/
.site-nav{
  padding: 30px 0;
  background: #fff;
}
.site-nav-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav-item{
  position: relative;
  background: #faf8f5;
  border-radius: 10px;
  padding: 16px 14px 14px;
  cursor: pointer;
}
.site-nav-title{
  font-size: 1.3rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-nav-num{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .05em;
}
.site-nav-desc{
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.ippun{
  padding: 70px 0 35px;
  background-color: #F1EBE4;
}
.ippun-title{
  color:#221715;
  font-size:2.2rem;
  margin:0 0 15px;
}
.ippun-title-big{
  font-size:3.5rem;
}
.ippun-left .title-label{
  width: 35px;
  margin-bottom: 8px;
}
.ippun-left .title-label img{
  width: 100%;
  display: block;
}
.ippun .h2-p{
  color:#221715;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  padding-left: 0!important;
  font-size: 40px!important;
  letter-spacing: 0.08em;
}
.ippun .h2-p::after{
  display: none;
}
.ippun ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ippun-left{
  width:100%;
}
.ippun-left p{
  color:#221715;
  line-height: 2em;
}
.ippun-right{
  width: 100%;
  margin: 5% 0;
  max-width: 500px;
}


.slider-container{
  width:100%;
  margin:0 auto;
}

#slider img{
  width:100%;
}
#slider {
  background-color: #fff;
  border-radius: 10px;
}
#thumbs {
  width:100%;
}
#thumbs .slick-slide{
  padding: 0 5px;
}
#thumbs img{
  transition: .3s;
  padding:8px;
  margin:0 0 2em 0;
  opacity:.5;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FFE402;
  box-shadow: 2px 2px #FFE402;
  background: #fff;
  max-width: 60px;
}
#thumbs img:hover{
  box-shadow: 0 0 #FFE402;
  background: #FFE402;
}
#thumbs .slick-current img{
  filter: none;
  padding:8px;
  opacity:1;
  box-shadow: 2px 2px #FFE402;
  background: #fff;
}
#thumbs .slick-current{
    position:relative;
}


#thumbs .slick-current .a01::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\5F93\696D\54E1\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a02::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\65BD\8A2D\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a03::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\4E8B\696D\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a04::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\7537\5973\6BD4';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1.1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a05::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\52E4\7D9A\5E74\6570';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a06::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\6B8B\696D\6642\9593';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a07::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\6709\7D66\53D6\5F97';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1rem;
  text-align: center;
  width:100%;
}
#thumbs .slick-current .a08::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '\80B2\4F11\5FA9\5E30';
  display: block;
  color:#221715;
  font-weight: bold;
  font-size:1rem;
  text-align: center;
  width:100%;
}

/*-----------矢印表示----------*/
.slick-prev{
  top: 50%!important;
  left:-15px!important;
  right:auto!important;
  bottom: auto!important;
  transform: translateY(-50%)!important;
}
.slick-next{
  top: 50%!important;
  right:-15px!important;
  bottom: auto!important;
  transform: translateY(-50%)!important;
}
.ippun-view{
  margin:10px 0 0;
  align-self: flex-end;
}

/*マザーズ*/
section.top-about{
  padding: 40px 0 50px;
  overflow: hidden;
}
/* SP: 縦積み1カラム */
.top-about-grid{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-about-li02{
  width: 100%;
  position: relative;
  padding: 20px 4% 0;
  overflow: visible;
}
.top-about-li02::after{
  display: none;
}
/* SP: title-label */
.top-about-li02 .title-label{
  position: relative;
  z-index: 1;
  width: 35px;
  margin-bottom: 10px;
}
.top-about-li02 .title-label img{
  width: 100%;
  display: block;
}
/* SP: "What's mothers" 背景デコレーション */
.top-about-li02::before{
  display: none;
}
.top-about-li02 h2,
.top-about-li02 p{
  position: relative;
  z-index: 1;
}
.top-about-li02 .about-h2-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  font-size: 40px!important;
  letter-spacing: 0.08em;
  padding-left: 0!important;
}
.top-about-li02 .about-h2-p::after{
  display: none;
}
.top-about-li02 h2{
  font-size: 2rem;
  font-weight: bold;
  color: #221715;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0.2em 0 0.4em;
}
p.top-about-li02-p{
  color: #221715;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 0 0 15px 0;
  border-bottom: 3px solid #FFE402;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.top-about-card{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #FFE402;
  box-shadow: 4px 4px #FFE402;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.top-about-card img{
  width: 100%;
  display: block;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  object-position: center 30%;
}
.top-about-li-box{
  background-color: #fff;
  border-radius: 0 0 18px 18px;
  border-top: 2px solid #FFE402;
  margin: 0;
  padding: 10px 14px;
  color: #221715;
}
.top-about h3{
  margin: 4px 0 4px 0;
  font-size: 1.3rem;
}
.top-about h3 span{
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: .4em;
}
.top-about-li-box p{
  margin: 0 0 4px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #221715;
}

/* ============================
   マザーズな人セクション SP
   ============================ */
.top-nakamothers{
  padding: 60px 0;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.top-nakamothers-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.top-nakamothers-title{
  width: 100%;
}
.top-nakamothers-title .title-label{
  width: 35px;
  margin-bottom: 10px;
}
.top-nakamothers-title .title-label img{
  width: 100%;
  display: block;
}
.top-nakamothers-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif!important;
  font-weight: 500!important;
  font-size: 28px!important;
  letter-spacing: 0.05em;
  color: #221715;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.top-nakamothers-sub{
  font-size: 1.2rem;
  color: #221715;
  margin-bottom: 0.3em;
}
.top-nakamothers-title h2{
  font-size: 2.4rem;
  font-weight: 900;
  color: #221715;
  margin-bottom: 1em;
}
.top-nakamothers-title .view-btn{
  display: inline-block;
  border: 2px solid #221715;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 1.2rem;
  color: #221715;
  letter-spacing: 0.1em;
}
.top-nakamothers-circle{
  flex: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
.nakamothers-circle-wrap{
  position: relative;
  width: 300px;
  height: 300px;
}
.nakamothers-circle-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFE402;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #221715;
  z-index: 2;
  text-align: center;
  line-height: 1.3;
}
.nakamothers-circle-ring{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  z-index: 0;
}
.nakamothers-circle-item{
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FFE402;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #221715;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
.nakamothers-circle-item span{
  font-size: 0.95rem;
}
/* 9アイテム 円形配置（40deg間隔、半径120px、中心150,150）*/
.nakamothers-circle-item[style*="--i:0"]{top:-1px;  left:119px;}
.nakamothers-circle-item[style*="--i:1"]{top:27px;  left:196px;}
.nakamothers-circle-item[style*="--i:2"]{top:98px;  left:237px;}
.nakamothers-circle-item[style*="--i:3"]{top:179px; left:223px;}
.nakamothers-circle-item[style*="--i:4"]{top:232px; left:160px;}
.nakamothers-circle-item[style*="--i:5"]{top:232px; left:78px;}
.nakamothers-circle-item[style*="--i:6"]{top:179px; left:15px;}
.nakamothers-circle-item[style*="--i:7"]{top:98px;  left:1px;}
.nakamothers-circle-item[style*="--i:8"]{top:27px;  left:42px;}

/*社員インタビュー*/
.top-interview{
  background-color: #f5f5f5;
  padding:65px 0;
}
.top-interview-ul{
  margin:5% 0;
}
.top-interview-ul li{
  width:60vw;
  border: 2px solid #FFE402;
  border-radius:12px;
  background-color: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
  box-shadow: 3px 3px #FFE402;
  overflow: hidden;
}
.top-interview-ul li:active{
  transform: translate(1px, 1px);
  box-shadow: 0px 0px #FFE402;
}
.top-interview-ul li img{
  width: 100%;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 0;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left 20%;
}
.top-interview-ul li .int-card-info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 12px 10px;
  margin: 0;
}
.top-interview-ul li .int-card-info-top{
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-interview-ul li .int-card-label{
  width: fit-content;
  padding: .3em 1.2em;
  background-color: #fff;
  border: 2px solid #FFE402;
  color: #221715;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1em;
  letter-spacing: 2px;
  border-radius: 3px;
  margin: 0;
}
.top-interview-ul li .int-card-name{
  width: fit-content;
  padding: 0;
  margin: 0;
  color: #221715;
  font-family: "Futura","Futura-Medium","Century Gothic",sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1em;
}
.top-interview-ul li .int-card-profile{
  padding: 0;
  margin: .2em 0 0;
  color: #888;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.5em;
  text-align: right;
}
.top-interview-ul li .int-card-catch{
  width: auto;
  padding: 10px 12px 16px;
  margin: 0;
  color: #221715;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.8em;
  letter-spacing: .3px;
  border-top: 1px solid #f0e8dc;
}
.top-interview-ul li .int-card-catch br{
  display: none;
}

/* 縦書きメッセージ SP */
.vertical-message{
  padding: 50px 0;
  overflow: hidden;
}
.vertical-message-inner{
  display: flex;
  justify-content: center;
  padding: 0 5%;
}
.vertical-message-text{
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: .08em;
  color: #221715;
  white-space: normal;
  text-align: center;
}

/* TOPインタビュー タイトル SP */
.top-interview-title .title-label{
  width: 35px;
  margin-bottom: 8px;
}
.top-interview-title .title-label img{
  width: 100%;
  display: block;
}
.top-interview-sub{
  font-size: 2rem;
  font-weight: bold;
  color: #221715;
  margin: 0.2em 0 0;
}
.top-interview .view-btn_left{
  display: block;
  width: fit-content;
  margin: 15px 0 0 auto;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
  　　　　　　　　　　　　IPAD start
========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {
.top-main {
    width: 100%;
}
.header-right-btn01 {
    margin-right: 1.2em;
}
.news-box {
    margin: 0;
    padding: 18px 0;
}
.ippun {
    padding: 50px 0 40px;
}
.slick-prev,.slick-next {
    top: 50%!important;
    bottom: auto!important;
    transform: translateY(-50%)!important;
}
.slick-prev {
    left: -18px!important;
    right: auto!important;
}
.slick-next {
    right: -18px!important;
}
.ippun-view {
    margin: 10px 0 0;
    align-self: flex-end;
}
#thumbs img {
    padding: 15px;
}
#thumbs .slick-current img {
    filter: drop-shadow(0 0 5px rgba(255,255,255,.9));
    padding: 5px;
}

/* iPad: マザーズセクション調整 */
.top-about-grid{
  gap: 24px;
}
.top-about-li02{
  padding: 15px 15px 20px 0;
}
.top-about-li02::before{
  display: none;
}
.top-about-li02 .title-label{
  width: 38px;
  margin-bottom: 10px;
}
.top-about-li02 h2{
  font-size: 2.2rem;
}
p.top-about-li02-p{
  font-size: 1.3rem;
}
.top-about-card img{
  aspect-ratio: 1.8 / 1;
}
.top-about h3{
  font-size: 1.3rem;
}
.top-about-li-box p{
  font-size: 1.3rem;
}
.top-about-li-box{
  padding: 12px 16px;
  background-color: #fff;
  border-top: 2px solid #FFE402;
}
.top-interview {
    padding: 80px 0;
}
.top-saiyou {
    padding: 80px 0 50px;
}

/* 縦書きメッセージ SP */
.vertical-message{
  padding: 60px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vertical-message-inner{
  padding: 0 30px;
}
.vertical-message-text{
  font-size: 1.3rem;
  line-height: 2.4;
  letter-spacing: .12em;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/



/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
