.pcmainimg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #F8EBE2;
}
@media screen and (max-width: 1350px) { 
  .pcmainimg {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) { 
  .pcmainimg {
    background-size: cover;
  }
}
.spmainimg,
.spmainimg_slide {
  display: none;
}
p {
  margin-bottom: 10px;
}
main {
  background-color: #FCF9F1;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

section {
  margin:  100px 0;
    background: #fff;
}
section:last-child { 
  margin:  100px 0 0 0;
}
section:first-of-type {
  margin: 0;
}
h2 {
  position: relative;
  color: #232323;
  font-size: 36px;
  margin:0 auto;
  letter-spacing: 2px;
  text-align: center;
}

h2::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/index/hiyoko02.png);
  background-size: contain;
  vertical-align: middle;
}
.ageattention {
  padding: 0 8px;
  background: #8e5500;
  font-size: 12px;
  color: #fff;
}
.ageattention a {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
#topnews {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
#topnews .accordion-area section {
  background: #FBF8E4;
  color: #414141;
  border-radius: 0;
}
#topnews .accordion-area section .title::before, 
#topnews .accordion-area section .title::after {
  background: #32190E;
}
#topnews .m-btn01 {
  width: 300px;
  padding: 6px;
  border-radius: 30px;
  margin: 40px auto 0 auto;
  font-weight: bold;
  background: #FF4493;
  text-align: center;
}
#topnews .m-btn01 a {
  display: block;
  color: #fff;
}


/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  max-width: 900px;
  margin:20px auto 0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
background: #32190E;
color: #FFF;
border-radius: 10px;
padding-bottom: 16px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 1% 1% 1% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #fff;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0 3% 0 3%;
  padding: 3%;

}
h2.barsec {
  background: #634545;
  color: #fff;
  padding: 10px 10px 10px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 26px;
}
#promise {
  padding: 70px 0 0 0;
  background: #d7efdb;
  clip-path:polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
#promise h2.promisemidashi {
 color: #389A6E;
}
#promise h2.promisemidashi::before {
  background-image: url(../img/index/hiyoko03.png);
}
#promise h3 {
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  text-align: center;
}
#promise img.promiseimg {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#yuru_concept {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #FCF9F1;

}
#yuru_concept h2::before {
  background-image: url(../img/index/hiyoko01.png);
}
#recruit {
  padding-top: 100px;
  background: #fff;
  clip-path:polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
#recruit .recruitinner{
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#recruit .recruitbox {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;

}
#recruit a {
  display: block;
  width: 70%;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  border-radius: 50px;
  background: #F58DBA;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}
#recruit .kyuujinban {
  margin: 16px auto;
}

.hiyoko04 {
  display: block;
  width: 50%;
  margin: 0 auto;
}


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

section {
  margin: 50px 0;
  font-weight: 500;
}	
.pcmainimg,
.pcmainimg_slide {
display: none;
}
.spmainimg,
.spmainimg_slide {
  display: block;
  width: 100%;
}
.wrap {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
}
h2,
#promise h3 {
  font-size: 20px;
} 
h2::before {
  width: 30px;
  height: 30px;
}
#topnews {
  padding: 0 20px 15px 20px;
}
#topnews h2.newsmidashi { 
  width: 100%;
  line-height: 60px;
  height: 40px;
  font-size: 14px;
}
#topnews .title {
  font-size: 14px;
}
.accordion-area {
  list-style: none;
}

section#recruit {
  margin: 50px 0
}
#recruit .recruitbox {
  width: 90%;
}
#recruit a {
  width: 84%;
}

}



/* メインビジュアルの比率と最低高さ（お好みで） */
.mv {
  aspect-ratio: 16/9;
  min-height: 420px;
  position: relative;
}

.mv .swiper,
.mv .swiper-wrapper,
.mv .swiper-slide {
  width: 100%;
  height: 100%;
}

.mv .swiper-slide picture,
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.mv .swiper-slide img {
  object-fit: contain;
}

/* ナビ矢印・ドット ちょい見やすく */
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, .35);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.swiper-pagination-bullet {
  background: rgba(248, 189, 255, 0.55);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #feadff;
  transform: scale(1.15);
}

@media screen and (max-width: 750px) {
  .mv {
      aspect-ratio: initial;
      min-height: initial;
  }
}
/* MVセクション内のSwiperナビを丸ボタンに */
.swiper {
  /* 矢印アイコンの色とサイズ（SwiperのCSS変数） */
  --swiper-navigation-color: #fff;   /* 矢印の色 */
  --swiper-navigation-size: 20px;    /* 矢印の大きさ */
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(255, 69, 224, 0.45);         /* 丸の中（半透明） */
  backdrop-filter: blur(2px);           /* 余裕あれば少しだけぼかし */
  display: grid;
  place-items: center;                  /* 矢印を中央に */
  transition: background .2s, transform .2s;
}

/* Swiperのデフォ矢印（:after）をそのまま利用。色/サイズは上の変数で制御 */
.swiper-button-prev::after,
.swiper-button-next::after {
  /* 何も書かなくてもOK（変数が効く） */
}

/* ホバー・フォーカス・無効時 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(66, 197, 116, 0.65);
  transform: translateY(-1px);
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

/* スマホはタップしやすく少し大きめに */
@media (max-width: 767px) {
.swiper-button-prev,
.swiper-button-next {
    width: 56px;
    height: 56px;
  }
}

/* 位置はお好みで（例：左右12px） */
.swiper-button-prev { left: 12px; }
.swiper-button-next { right: 12px; }
