@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: 7% 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;
}

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

/*研修・教育制度*/
.h3-01{
  font-size:2rem;
  font-weight:bold;
  text-align: center;
}
.sys-tra_ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:  center;
}
.sys-tra_ul li{
  width:24%;
  margin-left: calc( 4% / 3 );
  margin-top:1em;
  margin-bottom:1em;
}
.sys-tra_ul li:nth-child(1),.sys-tra_ul li:nth-child(5){
  margin-left:0;
}
img.sys-02-01{
  margin:2rem 0 0;
}
img.sys-02-02{
  margin:0 0 2rem;
}

/*福利厚生*/
.walfare-ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin:30px 0 0;
}
.walfare-ul li{
  width:15%;
  margin-left: 2%;
  margin-top:15px;
  margin-bottom:15px;
}
.walfare-ul img{
  background-color: #fff;
  border-radius: 20px;
}
.walfare-ul li:nth-child(1),.walfare-ul li:nth-child(7){
  margin-left: 0;
}

/*社内イベント*/
.conp-e-ul{
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin:0 0 1rem;
}
.conp-e-ul li{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #c7c7c7;
  border-radius: 15px;
  margin-top: 4rem;
  padding:3rem 5rem 3rem 3rem;
  align-items: center;
}
.conp-e-ul li div{
  width:48%;
}
.conp-e-ul li div h4{
  color:#FFE402;
  font-size:2.9rem;
  font-weight:bold;
  border-bottom: 1px solid rgba(161,19,15,0.5);
  padding-bottom: .4em;
  margin:0;
}
.conp-e-ul li div p{
  margin:1.2em 0 0;
}
.sys-04-img{
  margin:3rem auto;
}

.qa-007 {
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2em 1.5em 5em;
    color: #333333;
    font-weight: 600;
    font-size:1.8rem;
    cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1.4em;
    font-weight: 600;
    font-size: 1.8em;
}

.qa-007 summary::before {
    color: #FFE402;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2rem 3rem 2rem 7.5rem;
    color: #333;
    transition: transform .5s, opacity .5s;
    background-color: #f5f5f5;
    margin: 0rem 4rem 2rem;
    border-radius: 10px;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #FFE402;
    line-height: 1.2;
    content: "A";
}

/*キャリアプラン PC - 洗練デザイン*/
.cp-hero{
  padding: 0 0 60px;
}
.cp-hero-lead{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #221715;
  line-height: 2;
  letter-spacing: .08em;
}
.cp-steps{
  padding: 70px 0;
  background: #fff;
}

/* ===== 階段キャリアプラン PC ===== */
.cp-stair{
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
}
.cp-stair:last-child{ margin-bottom: 0; }

.cp-stair-label{
  display: inline-block;
  background: #fff;
  color: #221715;
  font-size: 2rem;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 10px 10px 0 0;
  letter-spacing: .12em;
  margin-bottom: 0;
  border: 3px solid #FFE402;
  border-bottom: none;
  box-shadow: 4px -4px 0 #FFE402;
}

/* ヘッダー行（取得資格例・想定年収） */
.cp-stair-header{
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 0;
  padding-right: 0;
  background: #fff;
  border: 3px solid #FFE402;
  border-bottom: 2px solid #FFE402;
  border-radius: 0 14px 0 0;
  box-shadow: 5px 0 0 rgba(255,228,2,.3);
}
.cp-stair-header-cert,
.cp-stair-header-sal{
  background: #FFE402;
  color: #221715;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  letter-spacing: .08em;
}
.cp-stair-header-cert{ width: 160px; }
.cp-stair-header-sal{ width: 110px; }

/* 階段コンテナ */
.cp-stair-body{
  position: relative;
  background: #fff;
  border-left: 3px solid #FFE402;
  border-right: 3px solid #FFE402;
  border-bottom: 3px solid #FFE402;
  border-radius: 0 0 14px 14px;
  box-shadow: 5px 5px 0 rgba(255,228,2,.35);
  overflow: hidden;
}

/* 各ステップ行 */
.cp-stair-step{
  display: flex;
  align-items: stretch;
  position: relative;
  border-bottom: 1px solid rgba(255,228,2,.25);
}
.cp-stair-step:last-child{ border-bottom: none; }

/* 階段の段差をpadding-rightで表現（上のSTEPほど広い、下のSTEPほど狭い＝右に寄る） */
.cp-stair-step--5{ padding-right: 0; }
.cp-stair-step--4{ padding-right: 50px; }
.cp-stair-step--3{ padding-right: 100px; }
.cp-stair-step--2{ padding-right: 150px; }
.cp-stair-step--1{ padding-right: 200px; }

/* 階段の背景段差（右端のスペースを埋める） */
.cp-stair-step::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, #fffef0 0%, #fff9d6 100%);
  z-index: 0;
  border-left: 2px solid #FFE402;
}
.cp-stair-step--5::after{ display: none; }
.cp-stair-step--4::after{ width: 50px; }
.cp-stair-step--3::after{ width: 100px; }
.cp-stair-step--2::after{ width: 150px; }
.cp-stair-step--1::after{ width: 200px; }

/* 丸バッジ */
.cp-stair-circle{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 10px 0 10px 12px;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0,0,0,.1);
  border: 3px solid #fff;
}
.cp-circle--5{ background: #E55039; }
.cp-circle--4{ background: #F6B93B; }
.cp-circle--3{ background: #FFE402; }
.cp-circle--2{ background: #78B159; }
.cp-circle--1{ background: #E55039; }

.cp-stair-step-num{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: .04em;
}
.cp-stair-step-year{
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  line-height: 1;
  margin-top: 3px;
}
.cp-circle--3 .cp-stair-step-num,
.cp-circle--3 .cp-stair-step-year{ color: #221715; }

/* コンテンツ */
.cp-stair-content{
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f0ede8;
  min-height: 100px;
}
.cp-stair-step:last-child .cp-stair-content{ border-bottom: none; }

.cp-stair-title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 4px;
  line-height: 1.4;
}
.cp-stair-desc{
  font-size: 1.15rem;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* 資格 */
.cp-stair-certs{
  width: 160px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 10px 10px;
  border-left: 1px solid #f0ede8;
  border-bottom: 1px solid #f0ede8;
  position: relative;
  z-index: 1;
}
.cp-stair-step:last-child .cp-stair-certs{ border-bottom: none; }
.cp-stair-certs span{
  font-size: 1.1rem;
  color: #555;
  line-height: 1.4;
}
.cp-stair-certs span::before{
  content: "・";
}

/* 年収 */
.cp-stair-salary{
  width: 110px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  border-left: 1px solid #f0ede8;
  border-bottom: 1px solid #f0ede8;
  padding: 10px 6px;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.cp-stair-step:last-child .cp-stair-salary{ border-bottom: none; }
.cp-stair-salary small{
  font-size: 1.1rem;
  font-weight: 500;
}

.cp-design{
  padding: 80px 0 90px;
  background: #faf8f5;
}
.cp-design-header{
  text-align: center;
  margin: 0 0 50px;
}
.cp-design-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.cp-design-title{
  font-size: 2.8rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 20px;
  letter-spacing: .1em;
}
.cp-design-lead{
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  margin: 0;
}
.cp-design-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.cp-design-item{
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.cp-design-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
}
.cp-design-item-head{
  background: linear-gradient(135deg, #FFE402 0%, #ffd000 100%);
  padding: 28px 28px 22px;
}
.cp-design-num{
  display: block;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(0,0,0,.4);
  letter-spacing: .1em;
  margin: 0 0 6px;
}
.cp-design-heading{
  font-size: 2.2rem;
  font-weight: 700;
  color: #221715;
  margin: 0;
  letter-spacing: .05em;
}
.cp-design-jobs{
  list-style: none;
  padding: 24px 28px 28px;
  margin: 0;
}
.cp-design-jobs li{
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #f0ede8;
}
.cp-design-jobs li:last-child{
  border-bottom: none;
}
.cp-design-jobs li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFE402;
  border-radius: 50%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 福利厚生セクション PC */
.wf-section{
  padding: 80px 0 90px;
  background: #fff;
}
.wf-header{
  text-align: center;
  margin: 0 0 50px;
}
.wf-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.wf-title{
  font-size: 2.8rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 20px;
  letter-spacing: .1em;
}
.wf-lead{
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  margin: 0;
}

/* セクション（1分でわかるマザーズ風） */
.mn-section{
  margin-bottom: 50px;
}
.mn-section:last-child{
  margin-bottom: 0;
}
.mn-section-head{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFE402;
}
.mn-section-num{
  font-size: 3.2rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-section-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}

/* カードグリッド */
.mn-card-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mn-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 14px;
  padding: 28px 16px 22px;
  text-align: center;
  box-shadow: 4px 4px 0 #FFE402;
  transition: transform .3s ease, box-shadow .3s ease;
}
.mn-card:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #FFE402;
}
.mn-card-value{
  font-size: 1.5rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 8px;
  line-height: 1.3;
}
.mn-card-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
}
.mn-card-icon svg{
  width: 100%;
  height: 100%;
}
.mn-card-label{
  font-size: 1.2rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 処遇改善セクション PC */
.ti-section{
  padding: 80px 0 90px;
  background: #faf8f5;
}
.ti-header{
  text-align: center;
  margin: 0 0 40px;
}
.ti-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.ti-title{
  font-size: 2.8rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 20px;
  letter-spacing: .1em;
}
.ti-lead{
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
  margin: 0;
}
.ti-intro{
  text-align: center;
  margin: 0 0 45px;
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
  border-left: 5px solid #FFE402;
}
.ti-intro-title{
  font-size: 1.8rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 14px;
  letter-spacing: .05em;
}
.ti-intro-sub{
  font-size: 1.3rem;
  font-weight: 400;
  color: #888;
}
.ti-intro-desc{
  font-size: 1.35rem;
  line-height: 2;
  color: #555;
  margin: 0;
}
.ti-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ti-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 4px 4px 0 #FFE402;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ti-card:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #FFE402;
}
.ti-card-head{
  background: #FFE402;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}
.ti-card-num{
  font-size: 2rem;
  font-weight: 700;
  color: #221715;
  letter-spacing: .05em;
  line-height: 1;
}
.ti-card-body{
  padding: 22px 20px 26px;
}
.ti-card-title{
  font-size: 1.5rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 12px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.ti-card-desc{
  font-size: 1.3rem;
  line-height: 1.9;
  color: #666;
  margin: 0;
}











}/*=======================================================
==========================================================
　　　　　　　　　　　　　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: 3rem 0 3rem;
}
.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.3rem;
  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:1px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

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


/*研修・教育制度*/
.h3-01{
  font-size:1.5rem;
  font-weight:bold;
  text-align: center;
}
.sys-tra_ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:  center;
}
.sys-tra_ul li{
  width:32%;
  margin-left: calc( 4% / 3 );
  margin-top:1em;
  margin-bottom:1em;
}
.sys-tra_ul li:nth-child(4){
  margin-left:0;
}
img.sys-02-01{
  margin:2rem 0 0;
}
img.sys-02-02{
  margin:0 0 2rem;
}

/*福利厚生 SP*/
.walfare-ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin:30px 0 0;
  gap: 10px;
}
.walfare-ul li{
  width: calc(33.333% - 7px);
  margin: 0;
}
.walfare-ul img{
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
.walfare-ul li:nth-child(1),.walfare-ul li:nth-child(7){
  margin-left: 0;
}

/*社内イベント*/
.conp-e-ul{
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin:0 0 1rem;
}
.conp-e-ul li{
  width:100%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #c7c7c7;
  border-radius: 15px;
  margin-top: 4rem;
  padding: 2.5rem 2rem;
  align-items: center;
}
.conp-e-ul li div{
  width:100%;
  padding: 0.5em;
}
.conp-e-ul li div h4{
  color:#FFE402;
  font-size:2.7rem;
  font-weight:bold;
  border-bottom: 1px solid rgba(161,19,15,0.5);
  padding: 0.4em 0 0.1em;
  margin:0;
  text-align: center;
}
.conp-e-ul li div p{
  margin:1.2em 0 0;
}
.sys-04-img{
  margin:2rem auto;
}

.qa-007 {
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.qa-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2rem 1.4rem 4.2rem;
  color: #333333;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
  position: absolute;
      left: 0.7em;
      font-weight: 600;
      font-size: 1.5em;

}

.qa-007 summary::before {
    color: #FFE402;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 2rem 2rem 2rem 3.9rem;
  color: #333;
  transition: transform .5s, opacity .5s;
  background-color: #f5f5f5;
  margin: 0rem 2rem 2rem;
  border-radius: 10px;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #FFE402;
    line-height: 1.2;
    content: "A";
}

/*キャリアプラン SP - 洗練デザイン*/
.cp-hero{
  padding: 0 0 30px;
}
.cp-hero-lead{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #221715;
  line-height: 1.9;
  letter-spacing: .05em;
}
.cp-steps{
  padding: 30px 0;
  background: #fff;
}

/* ===== 階段キャリアプラン SP ===== */
.cp-stair{
  margin: 0 auto 50px;
}
.cp-stair:last-child{ margin-bottom: 0; }

.cp-stair-label{
  display: inline-block;
  background: #fff;
  color: #221715;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 8px 8px 0 0;
  letter-spacing: .1em;
  margin-bottom: 0;
  border: 2px solid #FFE402;
  border-bottom: none;
  box-shadow: 3px -3px 0 #FFE402;
}

.cp-stair-header{ display: none; }

.cp-stair-body{
  position: relative;
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 0 10px 10px 10px;
  box-shadow: 4px 4px 0 rgba(255,228,2,.35);
  overflow: hidden;
  padding: 16px;
}

/* SP: 階段の段差なし、カード型 */
.cp-stair-step{
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  border-bottom: 1px solid #f0ede8;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.cp-stair-step:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cp-stair-step::before{ display: none !important; }

/* 丸バッジ SP */
.cp-stair-circle{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 0 10px 0;
  box-shadow: 2px 2px 0 rgba(0,0,0,.08);
  border: 3px solid #fff;
}
.cp-circle--5{ background: #E55039; }
.cp-circle--4{ background: #F6B93B; }
.cp-circle--3{ background: #FFE402; }
.cp-circle--2{ background: #78B159; }
.cp-circle--1{ background: #E55039; }

.cp-stair-step-num{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.cp-stair-step-year{
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  line-height: 1;
  margin-top: 2px;
}
.cp-circle--3 .cp-stair-step-num,
.cp-circle--3 .cp-stair-step-year{ color: #221715; }

.cp-stair-content{
  padding: 0 0 6px;
  border-bottom: none;
  min-height: auto;
}
.cp-stair-title{
  font-size: 1.3rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 2px;
  line-height: 1.4;
}
.cp-stair-desc{
  font-size: 1.05rem;
  color: #888;
  line-height: 1.5;
  margin: 0;
}

.cp-stair-certs{
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  gap: 4px;
  padding: 4px 0;
  border-left: none;
  border-bottom: none;
}
.cp-stair-certs span{
  font-size: 1rem;
  color: #555;
  line-height: 1.3;
}
.cp-stair-certs span::before{ content: "・"; }

.cp-stair-salary{
  width: auto;
  border-left: none;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #221715;
  padding: 4px 0 0;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.cp-stair-salary small{
  font-size: 1rem;
  font-weight: 500;
}

.cp-design{
  padding: 50px 0 60px;
  background: #faf8f5;
}
.cp-design-header{
  text-align: center;
  margin: 0 0 30px;
}
.cp-design-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.cp-design-title{
  font-size: 2.2rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 15px;
  letter-spacing: .08em;
}
.cp-design-lead{
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.cp-design-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.cp-design-item{
  background: #fff;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  overflow: hidden;
}
.cp-design-item-head{
  background: linear-gradient(135deg, #FFE402 0%, #ffd000 100%);
  padding: 20px 20px 16px;
}
.cp-design-num{
  display: block;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(0,0,0,.4);
  letter-spacing: .1em;
  margin: 0 0 4px;
}
.cp-design-heading{
  font-size: 1.8rem;
  font-weight: 700;
  color: #221715;
  margin: 0;
  letter-spacing: .03em;
}
.cp-design-jobs{
  list-style: none;
  padding: 16px 20px 20px;
  margin: 0;
}
.cp-design-jobs li{
  font-size: 1.25rem;
  line-height: 1.5;
  color: #444;
  padding: 8px 0 8px 16px;
  position: relative;
  border-bottom: 1px solid #f0ede8;
}
.cp-design-jobs li:last-child{
  border-bottom: none;
}
.cp-design-jobs li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #FFE402;
  border-radius: 50%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 福利厚生セクション SP */
.wf-section{
  padding: 50px 0 60px;
  background: #fff;
}
.wf-header{
  text-align: center;
  margin: 0 0 30px;
}
.wf-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.wf-title{
  font-size: 2.2rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 15px;
  letter-spacing: .08em;
}
.wf-lead{
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* セクション（1分でわかるマザーズ風） SP */
.mn-section{
  margin-bottom: 36px;
}
.mn-section:last-child{
  margin-bottom: 0;
}
.mn-section-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #FFE402;
}
.mn-section-num{
  font-size: 2.6rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-section-title{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}

/* カードグリッド SP */
.mn-card-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.mn-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 10px;
  padding: 20px 12px 16px;
  text-align: center;
  box-shadow: 3px 3px 0 #FFE402;
}
.mn-card-value{
  font-size: 1.3rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 6px;
  line-height: 1.3;
}
.mn-card-icon{
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.mn-card-icon svg{
  width: 100%;
  height: 100%;
}
.mn-card-label{
  font-size: 1.1rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 処遇改善セクション SP */
.ti-section{
  padding: 50px 0 60px;
  background: #faf8f5;
}
.ti-header{
  text-align: center;
  margin: 0 0 25px;
}
.ti-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFE402;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.ti-title{
  font-size: 2.2rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 15px;
  letter-spacing: .08em;
}
.ti-lead{
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.ti-intro{
  text-align: center;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  border-left: 4px solid #FFE402;
}
.ti-intro-title{
  font-size: 1.4rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 10px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.ti-intro-sub{
  font-size: 1.1rem;
  font-weight: 400;
  color: #888;
}
.ti-intro-desc{
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.ti-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.ti-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 0 #FFE402;
}
.ti-card-head{
  background: #FFE402;
  padding: 12px 18px;
  display: flex;
  align-items: center;
}
.ti-card-num{
  font-size: 1.6rem;
  font-weight: 700;
  color: #221715;
  letter-spacing: .05em;
  line-height: 1;
}
.ti-card-body{
  padding: 16px 18px 20px;
}
.ti-card-title{
  font-size: 1.3rem;
  font-weight: 700;
  color: #221715;
  margin: 0 0 8px;
  letter-spacing: .02em;
  line-height: 1.4;
}
.ti-card-desc{
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}












/*福利厚生*/
.walfare-ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin:30px 0 0;
}
.walfare-ul li{
  width: 30%;
  margin-left: 3.3%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.walfare-ul img{
  background-color: #fff;
  border-radius: 20px;
}
.walfare-ul li:nth-child(1),.walfare-ul li:nth-child(4),.walfare-ul li:nth-child(7),.walfare-ul li:nth-child(10){
  margin-left: 0;
}
}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {

.mn-card-grid{
  grid-template-columns: repeat(3, 1fr);
}

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


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