@charset "utf-8";
/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
/*singlepage設定*/
.page-title{
  padding:60px 0 30px;
}
h1{
  color: #000;
  font-size:4rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.7rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2.5rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.5em;
  left:0;
  width:34px;
  height:40px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-section{
  padding: 5% 0 0;
}
.single-box{
  padding: 0 0 8%;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 3em;
}
.h2-ushi img{
  width:50px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}

ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:32%;
  padding:10px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:2px solid #FFE402;
  border-radius: 10px;
  text-align: center;
  font-size:1.6rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 採用応募規約 / 個人情報取扱い */
.terms-content{
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0;
}
.terms-heading{
  font-size: 2.6rem;
  font-weight: bold;
  color: #221715;
  text-align: center;
  margin: 0 0 2em;
  padding-bottom: .6em;
  border-bottom: 3px solid #FFE402;
}
.terms-article{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 2.5em 0 .8em;
  padding-left: .8em;
  border-left: 4px solid #FFE402;
}
.terms-text{
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  margin: 0 0 1em;
  text-align: justify;
}
.terms-list{
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  margin: 0 0 1em;
  padding-left: 1.5em;
  list-style-type: decimal;
  text-align: justify;
}
.terms-list > li{
  margin-bottom: .8em;
}
.terms-sublist{
  margin: .5em 0 .5em 1em;
  padding-left: 1.5em;
  list-style-type: none;
  counter-reset: sublist-counter;
}
.terms-sublist > li{
  counter-increment: sublist-counter;
  margin-bottom: .3em;
}
.terms-sublist > li::before{
  content: "（" counter(sublist-counter) "）";
  margin-left: -2.5em;
  display: inline-block;
  width: 2.5em;
}
.terms-date{
  margin-top: 2em;
  text-align: right;
}
.terms-contact{
  margin-top: 3em;
  padding: 2em;
  background-color: #f0ebe4;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
.terms-contact-name{
  font-size: 1.7rem;
  font-weight: bold;
  color: #221715;
  margin: .5em 0;
}
.terms-contact-link{
  display: inline-block;
  margin-top: .5em;
  padding: .6em 2.5em;
  background-color: #FFE402;
  color: #221715;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.terms-contact-link:hover{
  background-color: #221715;
  color: #FFE402;
}

/* お問い合わせフォーム PC */
.contact-lead{
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
  text-align: center;
  margin: 0 0 50px;
}
.contact-form{
  max-width: 900px;
  margin: 0 auto;
}
.contact-form-row{
  display: flex;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}
.contact-form-row:first-child{
  border-top: 1px solid #eee;
}
.contact-form-label{
  width: 240px;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #221715;
}
.contact-required{
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #221715;
  background: #FFE402;
  padding: 2px 10px;
  border-radius: 3px;
  line-height: 1.6;
}
.contact-form-input{
  flex: 1;
}
.contact-form-input input[type="text"],
.contact-form-input input[type="email"],
.contact-form-input input[type="tel"],
.contact-form-input select,
.contact-form-input textarea{
  width: 100%;
  padding: 12px 16px;
  font-size: 1.4rem;
  border: none;
  border-radius: 0;
  background: #f5f0eb;
  color: #221715;
  font-family: inherit;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form-input select{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23221715' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form-input textarea{
  resize: vertical;
  min-height: 180px;
}
.contact-form-input input::placeholder,
.contact-form-input textarea::placeholder{
  color: #bbb;
}
.contact-privacy-row .contact-form-input{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-checkbox-label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  color: #221715;
  cursor: pointer;
}
.contact-checkbox-label input[type="checkbox"]{
  width: 20px;
  height: 20px;
  accent-color: #FFE402;
  cursor: pointer;
}
.contact-checkbox-text{
  font-size: 1.4rem;
}
.contact-privacy-link{
  font-size: 1.3rem;
  color: #b3a000;
  text-decoration: underline;
}
.contact-privacy-link:hover{
  color: #221715;
}
.contact-submit-area{
  text-align: center;
  margin: 50px 0 0;
}
.contact-submit-btn{
  display: inline-block;
  min-width: 280px;
  padding: 18px 60px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #221715;
  background: #FFE402;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 2px;
  transition: background .3s, color .3s;
}
.contact-submit-btn:hover{
  background: #221715;
  color: #FFE402;
}

/* サイトマップ */
.sitemap-content{
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0;
}
.sitemap-section{
  margin-bottom: 2.5em;
}
.sitemap-heading{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  padding: .5em .8em;
  margin: 0 0 .8em;
  border-left: 4px solid #FFE402;
  background-color: #fff;
}
.sitemap-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap-list > li{
  border-bottom: 1px dashed #ccc;
}
.sitemap-list > li:last-child{
  border-bottom: none;
}
.sitemap-list > li > a{
  display: block;
  padding: .7em 1em .7em 1.5em;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.sitemap-list > li > a:before{
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #FFE402;
}
.sitemap-list > li > a:hover{
  color: #FFE402;
  padding-left: 2em;
}



/* ============================
   事業を知る（OUR BUSINESS）PC
   ============================ */
.biz-hero{
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biz-hero-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.biz-hero-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 23, 21, .55);
  z-index: 2;
}
.biz-hero-content{
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 80px;
}
.biz-hero-label{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFE402;
  letter-spacing: 3px;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
.biz-hero-heading{
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 0 1em;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.biz-accent{
  color: #FFE402;
}
.biz-hero-lead{
  color: rgba(255,255,255,.95);
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
}
.biz-hero-lead strong{
  color: #FFE402;
}

/* イントロ */
.biz-intro{
  padding: 80px 0 60px;
  background: #f5f5f5;
}
.biz-intro-text{
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2em;
}
.biz-intro-sub{
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.biz-intro-sub strong{
  color: #221715;
}

/* 事業セクション共通 */
.biz-section{
  padding: 80px 0;
  position: relative;
}
.biz-section:nth-child(odd){
  background: #fff;
}
.biz-section:nth-child(even){
  background: #f5f5f5;
}
.biz-section-header{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
.biz-num{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: #FFE402;
  letter-spacing: -2px;
}
.biz-titles{
  padding-bottom: 8px;
}
.biz-section-title{
  font-size: 3rem;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}
.biz-section-en{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.4rem;
  color: #999;
  margin: .3em 0 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.biz-section-catch{
  font-size: 2rem;
  font-weight: bold;
  color: #221715;
  padding: 20px 0 30px;
  border-bottom: 2px solid #FFE402;
  margin-bottom: 40px;
}
.biz-content{
  margin-bottom: 40px;
}
.biz-q{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 1em;
  padding-left: 1em;
  border-left: 4px solid #FFE402;
}
.biz-desc p{
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
}

/* サービス一覧 */
.biz-services{
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.biz-services li{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 4px 4px 0 #FFE402;
  transition: transform .3s, box-shadow .3s;
}
.biz-services li:hover{
  transform: translate(2px,2px);
  box-shadow: 0 0 0 #FFE402;
}
.biz-services h4{
  font-size: 1.6rem;
  color: #221715;
  margin: 0 0 .5em;
  line-height: 1.4;
}
.biz-services h4 span{
  font-size: 1.3rem;
  color: #888;
  font-weight: normal;
}
.biz-services p{
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.biz-award{
  display: inline-block;
  margin-top: .5em;
  padding: .3em .8em;
  background: #FFE402;
  color: #221715;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 4px;
}

/* 働く魅力 */
.biz-appeal{
  background: linear-gradient(135deg, #FFF8D0 0%, #FFFEF5 100%);
  border-radius: 16px;
  padding: 30px 35px;
  border-left: 5px solid #FFE402;
}
.biz-appeal-title{
  font-size: 1.8rem;
  color: #221715;
  margin: 0 0 .8em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.biz-appeal-title::before{
  content: "\1F4A1";
  font-size: 2rem;
}
.biz-appeal p{
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
  margin: 0;
}

/* メッセージ */
.biz-message{
  padding: 100px 0;
  background: #F1EBE4;
  text-align: center;
}
.biz-message-label{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #221715;
  letter-spacing: 4px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.biz-message-title{
  font-size: 3rem;
  color: #221715;
  line-height: 1.6;
  margin: 0 0 2em;
}
.biz-message-body{
  max-width: 800px;
  margin: 0 auto 3em;
}
.biz-message-body p{
  font-size: 1.5rem;
  line-height: 2.2;
  color: #333;
  margin: 0 0 1.5em;
  text-align: left;
}
.biz-message-body strong{
  color: #221715;
}
.biz-message-btns{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.biz-btn{
  display: inline-block;
  padding: 18px 40px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: all .2s;
  min-width: 240px;
  text-align: center;
  position: relative;
}
.biz-btn--outline{
  border: 2px solid #221715;
  color: #221715;
  background: transparent;
  box-shadow: 0 4px 0 #999;
}
.biz-btn--outline:hover{
  background: #221715;
  color: #fff;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #999;
}
.biz-btn--outline:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 #999;
}
.biz-btn--fill{
  border: 2px solid #FFE402;
  background: #FFE402;
  color: #221715;
  box-shadow: 0 4px 0 #b3a000;
}
.biz-btn--fill:hover{
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b3a000;
}
.biz-btn--fill:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 #b3a000;
}

/* ============================
   マザーズな人  PC
   ============================ */
.mp-hero{
  padding: 80px 0 40px;
  text-align: left;
  background: #f5f5f5;
}
.mp-hero-label{
  font-family: "Futura Medium","Futura-Medium","Century Gothic",sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #221715;
  letter-spacing: 3px;
  line-height: 1em;
  margin: 0 0 .5em;
  text-transform: none;
}
.mp-hero-heading{
  font-size: 4rem;
  color: #221715;
  margin: 0;
  letter-spacing: 2px;
  text-align: left;
}

/* イントロ */
.mp-intro{
  padding: 20px 0 30px;
  text-align: left;
  background: #f5f5f5;
}
.mp-intro-card{
  background: #fff;
  border-left: 6px solid #FFE402;
  border-radius: 16px;
  padding: 20px 45px;
  box-shadow: 3px 3px #FFE402, 0 2px 12px rgba(0,0,0,.05);
  display: flex;
  align-items: center;
  gap: 40px;
}
.mp-intro-lead{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 40px;
  border-right: 2px dashed #FFE402;
}
.mp-intro-text{
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  margin: 0;
}
.mp-intro-text strong{
  color: #221715;
  font-size: 1.8rem;
}

/* 円形図 */
.mp-circle-section{
  padding: 60px 0 80px;
  background: #f5f5f5;
}
.mp-interactive{
  display: flex;
  align-items: center;
  gap: 60px;
}
.mp-circle-left{
  flex-shrink: 0;
  width: 480px;
}
.mp-circle{
  position: relative;
  width: 480px;
  height: 480px;
  margin: 0 auto;
}
.mp-circle-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 100px;
  background: #fff;
  border: 1px solid #FFE402;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221715;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 2;
  box-shadow: 3px 3px #FFE402;
  transition: all .3s;
}
.mp-circle-ring{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 340px;
  border: 2px dashed #FFE402;
  border-radius: 50%;
  z-index: 0;
}
.mp-circle-item{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
  z-index: 1;
  transform: rotate(calc(var(--i) * 40deg)) translateY(-190px) rotate(calc(var(--i) * -40deg));
  cursor: pointer;
}
.mp-circle-item span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #FFE402;
  color: #221715;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-shadow: 3px 3px #FFE402;
  transition: all .3s;
}
.mp-circle-item span:hover,
.mp-circle-item.is-hover span{
  background: #FFE402;
  box-shadow: 0px 0px #FFE402;
  transform: scale(1.1);
}

/* 右：詳細カード表示エリア */
.mp-detail-right{
  flex: 1;
  min-height: 380px;
  position: relative;
}
.mp-detail-card{
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 35px 40px;
  border-left: 6px solid #FFE402;
  box-shadow: 3px 3px #FFE402, 0 2px 12px rgba(0,0,0,.05);
  animation: fadeInCard .3s ease;
}
.mp-detail-card.is-active{
  display: block;
}
@keyframes fadeInCard{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: translateY(0); }
}
.mp-detail-default{
  border-left: 6px solid #FFE402;
  box-shadow: 3px 3px #FFE402, 0 2px 12px rgba(0,0,0,.05);
  background: #fff;
  padding: 35px 40px;
}
.mp-detail-intro{
  font-size: 1.6rem;
  line-height: 2.4;
  color: #444;
  margin: 0 0 1em;
}
.mp-highlight{
  background: linear-gradient(transparent 60%, #FFE402 60%);
  font-weight: bold;
  color: #221715;
  padding: 0 2px;
}
.mp-detail-hint{
  font-size: 1.4rem;
  color: #b3a000;
  margin: 2em 0 0;
  line-height: 1.8;
  font-weight: bold;
}

/* 下のワード詳細セクションはPC時非表示 */
.mp-desc{
  display: none;
}
.mp-words{
  display: none;
}

/* mp-desc-block不要だがIPAD等の崩れ防止 */
.mp-desc-block{
  max-width: 800px;
  margin: 0 auto 2em;
  padding: 30px 40px;
  background: #fff;
  border-radius: 16px;
  border-left: 5px solid #FFE402;
  box-shadow: 4px 4px 0 #FFE402, 0 2px 12px rgba(0,0,0,.06);
}
.mp-desc-block:last-child{
  margin-bottom: 0;
}
.mp-desc-block p{
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
  margin: 0;
}

/* 9つのワード詳細 PC */
.mp-words{
  padding: 80px 0 100px;
  background: #fff;
}
.mp-words-title{
  font-size: 3rem;
  color: #221715;
  text-align: center;
  margin: 0 0 60px;
  letter-spacing: 2px;
}
.mp-word-card{
  background: #f9f9f9;
  border-radius: 16px;
  padding: 40px 45px;
  margin-bottom: 30px;
  border-left: 6px solid #FFE402;
  box-shadow: 0 4px 0 #b3a000, 0 2px 12px rgba(0,0,0,.05);
  transition: transform .3s, box-shadow .3s;
}
.mp-word-card:hover{
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b3a000, 0 4px 12px rgba(0,0,0,.08);
}
.mp-word-card:last-child{
  margin-bottom: 0;
}
.mp-word-card-header{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.mp-word-num{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1;
  letter-spacing: -1px;
}
.mp-word-card-header h3{
  font-size: 2.4rem;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}
.mp-word-catch{
  font-size: 1.6rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 20px;
  padding: 12px 18px;
  background: #FFE402;
  border-radius: 8px;
  line-height: 1.6;
  box-shadow: 0 2px 0 #b3a000;
}
.mp-word-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mp-word-list li{
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
  padding: 6px 0 6px 24px;
  position: relative;
}
.mp-word-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  background: #FFE402;
  border-radius: 50%;
  box-shadow: 0 2px 0 #b3a000;
}

/* ヒーロー サブテキスト */
.mp-hero-sub{
  font-size: 1.8rem;
  color: #221715;
  margin: .5em 0 .3em;
  letter-spacing: 1px;
}

/* セクションタイトル（マザーズな人ページ）PC */
.mp-fit-section .section-title,
.mp-value-section .section-title,
.mp-culture-section .section-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mp-fit-section .title-label,
.mp-value-section .title-label,
.mp-culture-section .title-label{
  width: 45px;
  margin-bottom: 10px;
}
.mp-fit-section .title-label img,
.mp-value-section .title-label img,
.mp-culture-section .title-label img{
  width: 100%;
  display: block;
}
.mp-fit-section .section-h2,
.mp-value-section .section-h2,
.mp-culture-section .section-h2{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  letter-spacing: 2px;
}
.mp-section-sub{
  font-size: 2.4rem;
  font-weight: bold;
  color: #221715;
  margin: 12px 0 50px;
  letter-spacing: 2px;
}

/* マザーズに向いている人 PC */
.mp-fit-section{
  padding: 100px 0 80px;
  background: #fff;
}
.mp-fit-list{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mp-fit-item{
  padding-left: 24px;
  border-left: 4px solid #FFE402;
}
.mp-fit-keyword{
  font-family: "Futura Medium","Futura-Medium","Century Gothic",sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.mp-fit-desc{
  font-size: 1.5rem;
  line-height: 2;
  color: #444;
  margin: 0;
}

/* 8つのカルチャー PC */
.mp-culture-section{
  padding: 80px 0;
  background: #faf8f5;
}
.mp-culture-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.mp-culture-item{
  background: #fff;
  border-radius: 10px;
  padding: 22px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border-top: 3px solid #FFE402;
  text-align: center;
}
.mp-culture-keyword{
  font-size: 1.4rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 8px;
  line-height: 1.5;
}
.mp-culture-illust{
  text-align: center;
  margin: 0 0 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-culture-illust img{
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.mp-culture-desc{
  font-size: 1.25rem;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* 提供する価値 PC */
.mp-value-section{
  padding: 80px 0;
  background: #fff;
}
.mp-value-lead{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #221715;
  margin: 20px 0 35px;
  font-weight: 500;
}
.mp-value-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.mp-value-item{
  background: #faf8f5;
  border-radius: 10px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition: transform .3s, box-shadow .3s;
}
.mp-value-item:hover{
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
}
.mp-value-illust{
  flex-shrink: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-value-illust img{
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.mp-value-body{
  flex: 1;
}
.mp-value-keyword{
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 6px;
  line-height: 1.5;
}
.mp-value-desc{
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* 新卒の方 PC */
.ng-lead{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #221715;
  line-height: 2;
  margin: 0 0 50px;
  letter-spacing: .05em;
}
.ng-sites{
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.ng-site-card{
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 14px;
  padding: 24px 30px;
  box-shadow: 4px 4px 0 #FFE402;
  text-decoration: none;
  color: #221715;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ng-site-card:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #FFE402;
}
.ng-site-logo{
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.ng-site-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ng-site-info{
  flex: 1;
}
.ng-site-name{
  font-size: 2rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 6px;
  letter-spacing: .05em;
}
.ng-site-desc{
  font-size: 1.3rem;
  color: #888;
  margin: 0;
}
.ng-site-arrow{
  font-size: 2rem;
  color: #FFE402;
  font-weight: bold;
  flex-shrink: 0;
}


/*-----------働く職場 PC----------*/
/* イントロ */
.wp-intro{
  padding: 20px 0 40px;
  text-align: center;
}
.wp-intro-text{
  font-size: 1.8rem;
  line-height: 2.2;
  color: #221715;
}
.wp-intro-text strong{
  color: #b3a000;
  font-weight: bold;
}

/* ナビゲーション */
.wp-nav{
  padding: 0 0 60px;
}
.wp-nav-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-nav-list li a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #FFE402;
  color: #221715;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 3px 3px 0 #FFE402;
}
.wp-nav-list li a:hover{
  background: #FFE402;
  box-shadow: 1px 1px 0 #b3a000;
  transform: translateY(2px);
}
.wp-nav-num{
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  color: #FFE402;
  font-weight: bold;
  line-height: 1;
}

/* セクション共通 */
.wp-section{
  padding: 80px 0;
}
.wp-section--01{ background: #fff; }
.wp-section--02{ background: #faf8f5; }
.wp-section--03{ background: #fff; }
.wp-section--04{ background: #faf8f5; }

.wp-section-header{
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 24px;
}
.wp-num{
  font-family: futura-pt, sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1;
}
.wp-titles{
  display: flex;
  flex-direction: column;
}
.wp-section-title{
  font-size: 3rem;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}
.wp-section-en{
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  color: #999;
  margin-top: 4px;
  letter-spacing: .1em;
}
.wp-section-catch{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 3px solid #FFE402;
  display: inline-block;
}
.wp-section-desc{
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
  max-width: 900px;
}

/* 公式サイトリンク */
.wp-official-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid #FFE402;
  border-radius: 50px;
  color: #221715;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  margin-bottom: 50px;
  background: #fff;
}
.wp-official-link:hover{
  background: #FFE402;
}
.wp-official-link svg{
  width: 16px;
  height: 16px;
}
.wp-official-link-sub{
  display: inline-block;
  font-size: 1.2rem;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 50px;
  transition: color .2s;
}
.wp-official-link-sub:hover{
  color: #221715;
}

/* 施設一覧見出し */
.wp-facility-heading{
  font-size: 2rem;
  color: #221715;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 4px solid #FFE402;
}

/* 施設アコーディオン */
.wp-facility-group{
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e4dc;
}
.wp-section--02 .wp-facility-group,
.wp-section--04 .wp-facility-group{
  background: #fff;
}
.wp-facility-toggle{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 16px;
  transition: background .3s;
  font-size: 1.6rem;
}
.wp-facility-toggle:hover{
  background: #fffde6;
}
.wp-facility-num{
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #FFE402;
  min-width: 36px;
}
.wp-facility-name{
  flex: 1;
  text-align: left;
  font-weight: bold;
  color: #221715;
  font-size: 1.6rem;
}
.wp-facility-arrow{
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.wp-facility-arrow::before,
.wp-facility-arrow::after{
  content: '';
  position: absolute;
  background: #FFE402;
  transition: transform .3s;
}
.wp-facility-arrow::before{
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
}
.wp-facility-arrow::after{
  width: 16px;
  height: 2px;
  top: 11px;
  left: 4px;
}
.wp-facility-toggle.is-open .wp-facility-arrow::before{
  transform: rotate(90deg);
}

/* 施設アコーディオン本文 */
.wp-facility-body{
  display: none;
  padding: 0 24px 24px 76px;
}
.wp-facility-desc{
  font-size: 1.4rem;
  line-height: 1.9;
  color: #666;
  margin-bottom: 16px;
}
.wp-facility-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-facility-list li{
  padding: 12px 16px;
  background: #faf8f5;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #221715;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
.wp-facility-list li::before{
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFE402;
  border-radius: 50%;
}

/* 施設個別アイテム（クリック展開） */
.wp-facility-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wp-facility-list li{
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  position: static;
  padding-left: 0;
}
.wp-facility-list li::before{
  display: none;
}
.wp-facility-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #faf8f5;
  border-radius: 8px;
  font-size: 1.4rem;
  color: #221715;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s;
  position: relative;
  border: 1px solid transparent;
}
.wp-facility-item:hover{
  background: #fff8c4;
  border-color: #FFE402;
}
.wp-facility-item.is-active{
  background: #fff;
  border-color: #FFE402;
  border-radius: 8px 8px 0 0;
}
.wp-facility-item-dot{
  width: 8px;
  height: 8px;
  background: #FFE402;
  border-radius: 50%;
  flex-shrink: 0;
}
.wp-facility-item-name{
  flex: 1;
}
.wp-facility-item-arrow{
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  transition: transform .3s;
}
.wp-facility-item-arrow::before,
.wp-facility-item-arrow::after{
  content: '';
  position: absolute;
  background: #b3a000;
  transition: transform .3s;
}
.wp-facility-item-arrow::before{
  width: 2px;
  height: 12px;
  top: 3px;
  left: 8px;
}
.wp-facility-item-arrow::after{
  width: 12px;
  height: 2px;
  top: 8px;
  left: 3px;
}
.wp-facility-item.is-active .wp-facility-item-arrow::before{
  transform: rotate(90deg);
}

/* 施設詳細パネル */
.wp-facility-detail{
  display: none;
  background: #fff;
  border: 1px solid #FFE402;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 20px 24px;
  margin-top: -1px;
}
.wp-facility-detail-inner{
  display: flex;
  gap: 24px;
}
.wp-facility-detail-info{
  flex: 1;
}
.wp-facility-detail-desc{
  font-size: 1.3rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 14px;
}
.wp-facility-detail-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.wp-facility-detail-table th{
  white-space: nowrap;
  padding: 8px 16px 8px 0;
  color: #221715;
  font-weight: 600;
  vertical-align: top;
  width: 80px;
  border-bottom: 1px solid #f0ede8;
}
.wp-facility-detail-table td{
  padding: 8px 0;
  color: #555;
  line-height: 1.7;
  border-bottom: 1px solid #f0ede8;
}
.wp-facility-detail-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: #FFE402;
  border-radius: 50px;
  color: #221715;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}
.wp-facility-detail-link:hover{
  background: #b3a000;
  color: #fff;
}
.wp-facility-detail-link svg{
  width: 14px;
  height: 14px;
}

/* mothers Map コンセプトボックス */
.wp-concept-box{
  background: linear-gradient(135deg, #fffde6 0%, #fff9cc 100%);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid #FFE402;
}
.wp-concept-title{
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  color: #221715;
  margin-bottom: 16px;
  font-weight: bold;
}
.wp-concept-desc{
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.wp-map-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-map-list li{
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.wp-map-list li strong{
  color: #221715;
  font-size: 1.5rem;
}
.wp-map-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFE402;
  border-radius: 50%;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #221715;
  margin-right: 8px;
  vertical-align: middle;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
========================================================*/

/*=======================================================
==========================================================
  　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
/*singlepage設定*/
.page-title{
  padding: 40px 0 10px;
}
h1{
  color: #000;
  font-size:2.5rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.5rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.6em;
  left:0;
  width: 29px;
  height: 39px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-box{
  padding: 15px 0 30px;
}
.sp-head-logo{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 6px solid #FFE402;
  width: 100%;
  margin: 0;
  mix-blend-mode: multiply;
}
.sp-head-logo img{
  width: auto;
  height: 48px;
  padding: 0 0 0 12px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}
.single-section{
    padding: 0 0 4rem;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 2em;
}
.h2-ushi img{
  width:40px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
  font-size: 2.2rem;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}
ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:49%;
  padding:5px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:1px solid #FFE402;
  border-radius: 5px;
  text-align: center;
  font-size:1.3rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 採用応募規約 / 個人情報取扱い SP */
.terms-content{
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0;
}
.terms-heading{
  font-size: 2rem;
  margin: 0 0 1.5em;
  padding-bottom: .5em;
  border-bottom: 2px solid #FFE402;
}
.terms-article{
  font-size: 1.5rem;
  margin: 2em 0 .6em;
  border-left: 3px solid #FFE402;
}
.terms-text{
  font-size: 1.3rem;
  line-height: 1.9;
}
.terms-list{
  font-size: 1.3rem;
  line-height: 1.9;
  padding-left: 1.2em;
}
.terms-sublist{
  margin: .5em 0 .5em .5em;
  padding-left: 1.2em;
}
.terms-contact{
  margin-top: 2em;
  padding: 1.5em;
  font-size: 1.3rem;
}
.terms-contact-name{
  font-size: 1.5rem;
}
.terms-contact-link{
  font-size: 1.3rem;
  padding: .5em 2em;
}

/* お問い合わせフォーム SP */
.contact-lead{
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: left;
  margin: 0 0 30px;
}
.contact-form{
  max-width: 100%;
}
.contact-form-row{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.contact-form-row:first-child{
  border-top: 1px solid #eee;
}
.contact-form-label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #221715;
}
.contact-required{
  font-size: 1rem;
  padding: 1px 8px;
}
.contact-form-input input[type="text"],
.contact-form-input input[type="email"],
.contact-form-input input[type="tel"],
.contact-form-input select,
.contact-form-input textarea{
  width: 100%;
  padding: 10px 14px;
  font-size: 1.4rem;
  border: none;
  border-radius: 0;
  background: #f5f0eb;
  color: #221715;
  font-family: inherit;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form-input select{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23221715' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.contact-form-input textarea{
  resize: vertical;
  min-height: 150px;
}
.contact-checkbox-label{
  font-size: 1.3rem;
}
.contact-checkbox-label input[type="checkbox"]{
  width: 18px;
  height: 18px;
}
.contact-checkbox-text{
  font-size: 1.3rem;
}
.contact-privacy-link{
  font-size: 1.2rem;
}
.contact-submit-area{
  margin: 35px 0 0;
}
.contact-submit-btn{
  width: 100%;
  min-width: auto;
  padding: 16px 40px;
  font-size: 1.5rem;
}

/* サイトマップ SP */
.sitemap-content{
  max-width: 100%;
  margin: 20px auto 0;
  padding: 0;
}
.sitemap-section{
  margin-bottom: 2em;
}
.sitemap-heading{
  font-size: 1.5rem;
  padding: .4em .7em;
  border-left: 3px solid #FFE402;
}
.sitemap-list > li > a{
  padding: .6em 1em .6em 1.5em;
  font-size: 1.3rem;
}

/* ============================
   事業を知る（OUR BUSINESS）SP
   ============================ */
.biz-hero{
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biz-hero-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.biz-hero-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 23, 21, .55);
  z-index: 2;
}
.biz-hero-content{
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 50px;
}
.biz-hero-label{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFE402;
  letter-spacing: 2px;
  margin: 0 0 1em;
}
.biz-hero-heading{
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.7;
  margin: 0 0 1em;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.biz-hero-lead{
  color: rgba(255,255,255,.95);
  font-size: 1.3rem;
  line-height: 1.9;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
}
.biz-hero-lead strong{
  color: #FFE402;
}
.biz-intro{
  padding: 50px 0 40px;
}
.biz-intro-text{
  font-size: 1.3rem;
  line-height: 2;
  color: #333;
  text-align: left;
  margin: 0 0 1.5em;
}
.biz-intro-sub{
  font-size: 1.3rem;
  line-height: 2;
  color: #555;
  text-align: left;
  margin: 0;
}
.biz-section{
  padding: 50px 0;
}
.biz-section-header{
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 15px;
}
.biz-num{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #FFE402;
}
.biz-section-title{
  font-size: 2.2rem;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}
.biz-section-en{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.2rem;
  color: #999;
  margin: .2em 0 0;
  letter-spacing: 1px;
}
.biz-section-catch{
  font-size: 1.6rem;
  font-weight: bold;
  color: #221715;
  padding: 15px 0 20px;
  border-bottom: 2px solid #FFE402;
  margin-bottom: 25px;
}
.biz-q{
  font-size: 1.5rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 .8em;
  padding-left: .8em;
  border-left: 3px solid #FFE402;
}
.biz-desc p{
  font-size: 1.3rem;
  line-height: 1.9;
  color: #444;
}
.biz-content{
  margin-bottom: 25px;
}
.biz-services{
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.biz-services li{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 12px;
  padding: 18px 15px;
  box-shadow: 3px 3px 0 #FFE402;
}
.biz-services h4{
  font-size: 1.4rem;
  color: #221715;
  margin: 0 0 .4em;
}
.biz-services h4 span{
  font-size: 1.2rem;
  color: #888;
  font-weight: normal;
}
.biz-services p{
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.biz-award{
  display: inline-block;
  margin-top: .4em;
  padding: .2em .6em;
  background: #FFE402;
  color: #221715;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 4px;
}
.biz-appeal{
  background: linear-gradient(135deg, #FFF8D0 0%, #FFFEF5 100%);
  border-radius: 12px;
  padding: 20px;
  border-left: 4px solid #FFE402;
}
.biz-appeal-title{
  font-size: 1.5rem;
  color: #221715;
  margin: 0 0 .6em;
}
.biz-appeal-title::before{
  content: "\1F4A1";
  font-size: 1.6rem;
  margin-right: 4px;
}
.biz-appeal p{
  font-size: 1.3rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}
.biz-message{
  padding: 60px 0;
  background: #F1EBE4;
  text-align: center;
}
.biz-message-label{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #221715;
  letter-spacing: 3px;
  margin: 0 0 .8em;
}
.biz-message-title{
  font-size: 2.2rem;
  color: #221715;
  line-height: 1.6;
  margin: 0 0 1.5em;
}
.biz-message-body{
  margin: 0 auto 2em;
}
.biz-message-body p{
  font-size: 1.3rem;
  line-height: 2;
  color: #333;
  margin: 0 0 1.2em;
  text-align: left;
}
.biz-message-body strong{
  color: #221715;
}
.biz-message-btns{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.biz-btn{
  display: inline-block;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: all .2s;
  min-width: auto;
  width: 100%;
  max-width: 280px;
  text-align: center;
  position: relative;
}
.biz-btn--outline{
  border: 2px solid #221715;
  color: #221715;
  background: transparent;
  box-shadow: 0 4px 0 #999;
}
.biz-btn--outline:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 #999;
}
.biz-btn--fill{
  border: 2px solid #FFE402;
  background: #FFE402;
  color: #221715;
  box-shadow: 0 4px 0 #b3a000;
}
.biz-btn--fill:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 #b3a000;
}

/* ============================
   マザーズな人  SP
   ============================ */
.mp-hero{
  padding: 50px 0 20px;
  text-align: left;
  background: #f5f5f5;
}
.mp-hero-label{
  font-family: "Futura Medium","Futura-Medium","Century Gothic",sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #221715;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 0 .5em;
}
.mp-hero-heading{
  font-size: 2.8rem;
  color: #221715;
  margin: 0;
  letter-spacing: 1px;
  text-align: left;
}

.mp-intro{
  padding: 30px 0 20px;
  text-align: left;
  background: #f5f5f5;
}
.mp-intro-card{
  background: #fff;
  border-left: 5px solid #FFE402;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 3px 3px #FFE402, 0 2px 8px rgba(0,0,0,.05);
}
.mp-intro-lead{
  font-size: 1.6rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 .6em;
  padding-bottom: .5em;
  border-bottom: 2px dashed #FFE402;
}
.mp-intro-text{
  font-size: 1.3rem;
  line-height: 2;
  color: #333;
  margin: 0;
}
.mp-intro-text strong{
  color: #221715;
  font-size: 1.5rem;
}

.mp-circle-section{
  padding: 40px 0 50px;
  background: #f5f5f5;
}
.mp-interactive{
  display: block;
}
.mp-circle-left{
  width: 100%;
  margin-bottom: 30px;
}
.mp-circle{
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}
.mp-circle-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 70px;
  background: #fff;
  border: 1px solid #FFE402;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221715;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
  box-shadow: 3px 3px #FFE402;
  transition: all .3s;
}
.mp-circle-ring{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
  border: 2px dashed #FFE402;
  border-radius: 50%;
  z-index: 0;
}
.mp-circle-item{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin: -32.5px 0 0 -32.5px;
  z-index: 1;
  transform: rotate(calc(var(--i) * 40deg)) translateY(-130px) rotate(calc(var(--i) * -40deg));
  cursor: pointer;
}
.mp-circle-item span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #FFE402;
  color: #221715;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-shadow: 3px 3px #FFE402;
  transition: all .3s;
}
.mp-circle-item.is-hover span{
  background: #FFE402;
  box-shadow: 0px 0px #FFE402;
  transform: scale(1.1);
}

/* 右：詳細カード表示エリア SP */
.mp-detail-right{
  min-height: 200px;
}
.mp-detail-card{
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  border-left: 5px solid #FFE402;
  box-shadow: 3px 3px #FFE402, 0 2px 8px rgba(0,0,0,.05);
  animation: fadeInCard .3s ease;
}
.mp-detail-card.is-active{
  display: block;
}
.mp-detail-default{
  border-left: 5px solid #FFE402;
  box-shadow: 3px 3px #FFE402, 0 2px 8px rgba(0,0,0,.05);
  background: #fff;
  padding: 25px 20px;
}
.mp-detail-intro{
  font-size: 1.3rem;
  line-height: 2.2;
  color: #444;
  margin: 0 0 .8em;
}
.mp-detail-hint{
  font-size: 1.2rem;
  color: #b3a000;
  margin: 1em 0 0;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

/* 下のワード詳細セクション不要 */
.mp-desc{
  display: none;
}
.mp-words{
  display: none;
}
.mp-words-title{
  font-size: 2.2rem;
  color: #221715;
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: 1px;
}
.mp-word-card{
  background: #f9f9f9;
  border-radius: 12px;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-left: 5px solid #FFE402;
  box-shadow: 0 4px 0 #b3a000, 0 2px 8px rgba(0,0,0,.05);
}
.mp-word-card:last-child{
  margin-bottom: 0;
}
.mp-word-card-header{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.mp-word-num{
  font-family: "Futura","Century Gothic",sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #b3a000;
  line-height: 1;
}
.mp-word-card-header h3{
  font-size: 1.8rem;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}
.mp-word-catch{
  font-size: 1.3rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 15px;
  padding: 10px 14px;
  background: #FFE402;
  border-radius: 8px;
  line-height: 1.6;
  box-shadow: 0 2px 0 #b3a000;
}
.mp-word-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.mp-word-list li{
  font-size: 1.3rem;
  line-height: 1.8;
  color: #444;
  padding: 5px 0 5px 20px;
  position: relative;
}
.mp-word-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #FFE402;
  border-radius: 50%;
  box-shadow: 0 2px 0 #b3a000;
}

/* ヒーロー サブテキスト SP */
.mp-hero-sub{
  font-size: 1.4rem;
  color: #221715;
  margin: .4em 0 .2em;
  letter-spacing: .5px;
}

/* セクションタイトル（マザーズな人ページ）SP */
.mp-fit-section .section-title,
.mp-value-section .section-title,
.mp-culture-section .section-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mp-fit-section .title-label,
.mp-value-section .title-label,
.mp-culture-section .title-label{
  width: 32px;
  margin-bottom: 8px;
}
.mp-fit-section .title-label img,
.mp-value-section .title-label img,
.mp-culture-section .title-label img{
  width: 100%;
  display: block;
}
.mp-fit-section .section-h2,
.mp-value-section .section-h2,
.mp-culture-section .section-h2{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  letter-spacing: 1px;
}
.mp-section-sub{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 8px 0 30px;
  letter-spacing: 1px;
}

/* マザーズに向いている人 SP */
.mp-fit-section{
  padding: 60px 0 50px;
  background: #fff;
}
.mp-fit-list{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mp-fit-item{
  padding-left: 16px;
  border-left: 3px solid #FFE402;
}
.mp-fit-keyword{
  font-size: 1.8rem;
  margin: 0 0 8px;
}
.mp-fit-desc{
  font-size: 1.3rem;
  line-height: 1.9;
}

/* 8つのカルチャー SP */
.mp-culture-section{
  padding: 50px 0;
  background: #faf8f5;
}
.mp-culture-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mp-culture-item{
  padding: 16px 14px;
  border-radius: 8px;
}
.mp-culture-keyword{
  font-size: 1.3rem;
  margin: 0 0 6px;
}
.mp-culture-illust{
  margin: 0 0 8px;
  height: 50px;
}
.mp-culture-illust img{
  max-width: 50px;
  max-height: 50px;
}
.mp-culture-desc{
  font-size: 1.1rem;
  line-height: 1.7;
}

/* 提供する価値 SP */
.mp-value-section{
  padding: 50px 0;
}
.mp-value-lead{
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 15px 0 25px;
}
.mp-value-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mp-value-item{
  background: #faf8f5;
  border-radius: 8px;
  padding: 16px 14px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.mp-value-illust{
  height: 55px;
}
.mp-value-illust img{
  max-width: 55px;
  max-height: 55px;
}
.mp-value-keyword{
  font-size: 1.3rem;
  margin: 0 0 4px;
}
.mp-value-desc{
  font-size: 1.1rem;
  line-height: 1.7;
}

/* 新卒の方 SP */
.ng-lead{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #221715;
  line-height: 1.9;
  margin: 0 0 30px;
  letter-spacing: .03em;
}
.ng-sites{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ng-site-card{
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 10px;
  padding: 18px 16px;
  box-shadow: 3px 3px 0 #FFE402;
  text-decoration: none;
  color: #221715;
}
.ng-site-logo{
  width: 90px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}
.ng-site-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ng-site-info{
  flex: 1;
}
.ng-site-name{
  font-size: 1.6rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 4px;
}
.ng-site-desc{
  font-size: 1.1rem;
  color: #888;
  margin: 0;
}
.ng-site-arrow{
  font-size: 1.6rem;
  color: #FFE402;
  font-weight: bold;
  flex-shrink: 0;
}

/*-----------働く職場 SP----------*/
.wp-intro{
  padding: 16px 0 24px;
}
.wp-intro-text{
  font-size: 1.4rem;
  line-height: 2;
}
.wp-nav{
  padding: 0 0 40px;
}
.wp-nav-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-nav-list li a{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 10px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #FFE402;
  color: #221715;
  font-size: 1.05rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 2px 2px 0 #FFE402;
}
.wp-nav-num{
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  color: #FFE402;
  font-weight: bold;
  line-height: 1;
}
.wp-section{
  padding: 50px 0;
}
.wp-section-header{
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}
.wp-num{
  font-family: futura-pt, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1;
}
.wp-section-title{
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.3;
}
.wp-section-en{
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  color: #999;
  margin-top: 2px;
}
.wp-section-catch{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFE402;
  display: inline-block;
}
.wp-section-desc{
  font-size: 1.3rem;
  line-height: 1.9;
  margin-bottom: 24px;
}
.wp-official-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: 2px solid #FFE402;
  border-radius: 50px;
  color: #221715;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 36px;
  background: #fff;
}
.wp-official-link-sub{
  display: inline-block;
  font-size: 1.1rem;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 36px;
  transition: color .2s;
}
.wp-official-link-sub:hover{
  color: #221715;
}
.wp-facility-heading{
  font-size: 1.7rem;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 4px solid #FFE402;
}
.wp-facility-group{
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e4dc;
}
.wp-facility-toggle{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 10px;
  font-size: 1.4rem;
}
.wp-facility-num{
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFE402;
  min-width: 28px;
}
.wp-facility-name{
  flex: 1;
  text-align: left;
  font-weight: bold;
  color: #221715;
  font-size: 1.3rem;
}
.wp-facility-arrow{
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.wp-facility-arrow::before,
.wp-facility-arrow::after{
  content: '';
  position: absolute;
  background: #FFE402;
  transition: transform .3s;
}
.wp-facility-arrow::before{
  width: 2px;
  height: 14px;
  top: 3px;
  left: 9px;
}
.wp-facility-arrow::after{
  width: 14px;
  height: 2px;
  top: 9px;
  left: 3px;
}
.wp-facility-toggle.is-open .wp-facility-arrow::before{
  transform: rotate(90deg);
}
.wp-facility-body{
  display: none;
  padding: 0 14px 18px 54px;
}
.wp-facility-desc{
  font-size: 1.2rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 12px;
}
.wp-facility-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-facility-list li{
  padding: 10px 14px 10px 26px;
  background: #faf8f5;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #221715;
  font-weight: 500;
  position: relative;
}
.wp-facility-list li::before{
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFE402;
  border-radius: 50%;
}
/* 施設個別アイテム SP */
.wp-facility-list li{
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  position: static;
  padding-left: 0;
}
.wp-facility-list li::before{
  display: none;
}
.wp-facility-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px;
  background: #faf8f5;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #221715;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s;
  border: 1px solid transparent;
}
.wp-facility-item:hover{
  background: #fff8c4;
  border-color: #FFE402;
}
.wp-facility-item.is-active{
  background: #fff;
  border-color: #FFE402;
  border-radius: 6px 6px 0 0;
}
.wp-facility-item-dot{
  width: 7px;
  height: 7px;
  background: #FFE402;
  border-radius: 50%;
  flex-shrink: 0;
}
.wp-facility-item-name{
  flex: 1;
}
.wp-facility-item-arrow{
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.wp-facility-item-arrow::before,
.wp-facility-item-arrow::after{
  content: '';
  position: absolute;
  background: #b3a000;
  transition: transform .3s;
}
.wp-facility-item-arrow::before{
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px;
}
.wp-facility-item-arrow::after{
  width: 10px;
  height: 2px;
  top: 7px;
  left: 3px;
}
.wp-facility-item.is-active .wp-facility-item-arrow::before{
  transform: rotate(90deg);
}
.wp-facility-detail{
  display: none;
  background: #fff;
  border: 1px solid #FFE402;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 14px 14px;
  margin-top: -1px;
}
.wp-facility-detail-inner{
  display: block;
}
.wp-facility-detail-desc{
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}
.wp-facility-detail-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.15rem;
  margin-bottom: 14px;
}
.wp-facility-detail-table th{
  white-space: nowrap;
  padding: 6px 10px 6px 0;
  color: #221715;
  font-weight: 600;
  vertical-align: top;
  width: 60px;
  border-bottom: 1px solid #f0ede8;
}
.wp-facility-detail-table td{
  padding: 6px 0;
  color: #555;
  line-height: 1.6;
  border-bottom: 1px solid #f0ede8;
}
.wp-facility-detail-link{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  background: #FFE402;
  border-radius: 50px;
  color: #221715;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.wp-facility-detail-link svg{
  width: 12px;
  height: 12px;
}

.wp-concept-box{
  background: linear-gradient(135deg, #fffde6 0%, #fff9cc 100%);
  border-radius: 12px;
  padding: 24px 18px;
  margin-bottom: 36px;
  border: 1px solid #FFE402;
}
.wp-concept-title{
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  margin-bottom: 12px;
}
.wp-concept-desc{
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
.wp-map-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-map-list li{
  padding: 14px 16px;
  background: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.wp-map-list li strong{
  font-size: 1.3rem;
}
.wp-map-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #FFE402;
  border-radius: 50%;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #221715;
  margin-right: 6px;
  vertical-align: middle;
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {




}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/
#main{
    background-color: #f5f5f5;
    overflow: hidden;
}
#footer {
    background-color: #fff;
}

/* スクロールトップボタン */
#scroll-top-btn{
  position:fixed;
  bottom:100px;
  right:20px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#FFE402;
  border:2px solid #F6B93B;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
  cursor:pointer;
  z-index:999;
  display:none;
  align-items:center;
  justify-content:center;
  transition:opacity .3s, transform .3s;
  padding: 0;
}
#scroll-top-btn svg{
  display:block;
  margin:auto;
}

/* インラインスタイル代替クラス */
.link-accent{
  text-decoration:underline;
  color:#FFE402;
}
.obj-pos-left20{
  object-position:left 20%;
}

/* FAQ */
.faq-content{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-section{
  margin-bottom: 50px;
}
.faq-category{
  font-size: 1.8rem;
  font-weight: 700;
  color: #221715;
  padding: 12px 20px;
  background: #FFF9CC;
  border-left: 5px solid #FFE402;
  margin-bottom: 24px;
  border-radius: 0 8px 8px 0;
}
.faq-item{
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.faq-item:last-child{
  border-bottom: none;
}
.faq-question{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.faq-question p{
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  line-height: 1.6;
  flex: 1;
  padding-top: 2px;
}
.faq-answer{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 4px;
}
.faq-answer p{
  margin: 0;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  flex: 1;
  padding-top: 2px;
}
.faq-answer p a{
  color: #221715;
  text-decoration: underline;
  font-weight: 500;
}
.faq-answer p a:hover{
  color: #FFE402;
}
.faq-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #FFE402;
  color: #221715;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
.faq-icon--a{
  background: #221715;
  color: #fff;
}
.faq-cta{
  text-align: center;
  margin-top: 50px;
  padding: 40px 30px;
  background: #f9f7f4;
  border-radius: 12px;
}
.faq-cta-text{
  font-size: 1.5rem;
  font-weight: 600;
  color: #221715;
  margin-bottom: 20px;
}
.faq-cta-btns{
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.faq-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  letter-spacing: .5px;
}
.faq-cta-btn--entry{
  background: #FFE402;
  color: #221715;
  border: 2px solid #FFE402;
  box-shadow: 0 3px 0 #b3a000;
}
.faq-cta-btn--entry:hover{
  transform: translateY(2px);
  box-shadow: 0 1px 0 #b3a000;
}
.faq-cta-btn--contact{
  background: #fff;
  color: #221715;
  border: 2px solid #221715;
}
.faq-cta-btn--contact:hover{
  background: #221715;
  color: #fff;
}


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