@charset "UTF-8";

/** -----------------------------------
    ②会社案内
-------------------------------------**/
#company-mainvisual .ja {
  text-align: center;
}
#com-greetings h3{
  font-weight: 700;
  margin-bottom: 30px;
}
#com-greetings .text p{
  margin-bottom: 20px;
}



#vision {
  padding-block: 30px;
  position: relative;
}
#vision h3 {
  text-align: left;
  font-weight: 700;
  margin-bottom: 30px;
}
#vision .image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#vision .image img {
  position: relative;
  z-index: 5;
  width: 100%;
}
#vision .image .box {
  position: absolute;
  z-index: -1;
  left:50%;
  transform: translateX(-50%);
  bottom: -50px;
  background-color: var(--yellow);
  width: 110%;
  height: 300px;
  border-radius: 80px;
}
#vision .illust-yellow-t2{
  position: absolute;
  top:50%;
  left:0px;
  z-index:1;
  width:50px;
}
#company{
  position: relative;
  padding-top: 30px;
}
#company .illust-yellowgreen{
  position: absolute;
  top:20px;
  right:40px;
  width:30px;
}
#company .illust-pink-2{
  position: absolute;
  top:40%;
  right:0px;
  width: 50px;
}

#company .illust-yellow-t2{
  position: absolute;
  top:29%;
  left:0px;
  width: 50px;

}


#company dl{
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

#company dl dt {
  border-top: 1px solid var(--green);
  width: 30%;
  padding: 10px;
  font-weight: 700;
}
#company dl dt:last-of-type{
  border-bottom: 1px solid var(--green);
}
#company dl dd:last-of-type {
  border-bottom: 1px solid var(--pink);
}
#company dl dd {
  padding: 10px;
  width: 70%;
  border-top: 1px solid var(--pink);
}
#history{
  position: relative;
  font-size: 1.4rem;
}
#history .illust-yellowgreen{
  display: none;
  
}
#history .illust-pink-2{
  display: none;

  
}
#history .illust-yellow-t2{
  display: none;

  

}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #company-mainvisual{
    margin-bottom: 80px;
  }
  #com-greetings h3 {
    text-align: center;
  }
  #com-greetings .flex {
    display: flex;
    gap: 30px;
  }
  #com-greetings .text{
    width: 50%;
  }
  #com-greetings img{
    width: 50%;
  }
  #vision{
    margin-bottom: 150px;
  }
  #vision h3{
    text-align: center;
  }

  #vision .image {
    grid-template-columns: repeat(4, 1fr);
    gap:50px;
  }
  
  #vision .image .box {
    height: 200px;
    left:50%;
    transform: translateX(-50%);
    bottom: -100px;
  }
  #vision .illust-yellow-t2{
    top:70%;
    left:-40px;
    width: 100px;
  }
  #company dl {
    font-size: 1.6rem;
  }
  #company dl dt {
    padding: 30px;
  }
  #company dl dd {
    padding: 10px;
  }

  #company dl dd {
    padding: 30px;
  }
  
  #company .illust-yellowgreen{
    
    top:20px;
    right:40px;
    width: 80px;
  }
  #company .illust-pink-2{

    top:30%;
    right:0px;
    width: 80px;
  }

  #company .illust-yellow-t2{
    position: absolute;
    top:30%;
    left:-20px;
    width: 80px;
  
  }
  
  
  #history .illust-yellowgreen{
    display: block;
    position: absolute;
    top:20px;
    right:40px;
    width:50px;
  }
  #history .illust-pink-2{
    position: absolute;
    display: block;
    top:50%;
    right:-3%;
    width: 80px;
  }
  #history .illust-yellow-t2{
    display: block;
    position: absolute;
    top:30%;
    left:30px;
    width: 80px;
  
  }
}
/** -----------------------------------
③事業内容（放課後等デイサービス）
-------------------------------------**/

#service1-mainvisual .sec-title{
  text-align: center;
}
#service1-mainvisual .image{
  position: relative;
  margin-bottom: 30px;
}



#introduction .grid-item{
  margin-bottom: 20px;
}
#introduction .grid .image {
  position: relative;
}
#introduction .grid .image img {
  width: 100%;
}
#introduction .grid .image p {
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color:var(--green);
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #service1-mainvisual {
    text-align: center;
    
  }


  #introduction .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #introduction .grid-item{
    margin-bottom: 0;
  }
}
/** -----------------------------------
④事業内容（タクシー）
-------------------------------------**/
#service2-mainvisual .sec-title{
  text-align: center;
}
#service2-mainvisual .image{
  position: relative;
  margin-bottom: 30px;
}




/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #service2-mainvisual {
    text-align: center;
    
  }



}

/** -----------------------------------
⑤施設案内
-------------------------------------**/

#fac-mainvisual .ja {
  text-align: center;
}
.spot-title{
  font-weight: 700;
  color: var(--white);
  background-color: var(--green);
  padding: 5px;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top:-20px;
  left:50%;
  transform: translateX(-50%);
}

#fac-mainvisual .image{
  position: relative;
  margin-bottom: 30px;
}

#fac-mainvisual p{
  margin-bottom: 20px;
  text-align: left;

}
#fac-instagram .sec-title .small{
  font-size: 1.2rem;
}


#fac-greetings h3{
  text-align: left;
  margin-bottom: 20px;
}
#fac-greetings .flex .text {
  width: 100%;
}
#fac-greetings .flex p {
  margin-bottom: 20px;
}
#fac-greetings .flex img {
  width: 100%;
}

#overview dl {
  margin-bottom: 50px;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
#overview dl dt {
  padding: 10px;
  border-top: 1px solid var(--green);
  font-weight: 700;
  width: 30%;

}
#overview dl dt:last-of-type{
  border-bottom: 1px solid var(--green);
}

#overview dl dd {
  padding:10px;
  width: 70%;
  border-top: 1px solid var(--pink);
}

#overview dl dd:last-of-type{
  border-bottom: 1px solid var(--pink);
}




#overview .map iframe{
  width: 100%;
  height: 250px;
  border-radius: 20px;
}
#fac-gallery .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#fac-gallery .grid img {
  display: none;
}
#fac-gallery .grid img:nth-child(-n + 4) {
  display: block;
}
/* 他と共通 */
dl.double-circle-content{
  display: flex;
  flex-wrap: wrap;

}
dl.double-circle-content dt{
  width:30%;
  display: flex;
  color: var(--green);
  font-weight: 700;
  font-size: 1.6rem;
  height:100px;
  position: relative;
  padding-right: 18px;
}
dl.double-circle-content dt::before{
  content:"";
  position: relative;
  top:9px;
  left:8px;
  width:1px;
  height:100px;
  background-color: var(--gray2);
}
dl.double-circle-content dt:last-of-type::before {
  display: none;
}

dl.double-circle-content dd{
  width: 70%;
  height:100px;
  font-size: 1.4rem;
  padding-top: 2px;
}
.double-circle {
  width: 15px;
  height: 15px;
  border: 2px solid var(--green);    
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
  margin-top: 6px;
}

.double-circle::after {
  content: "";
  position: absolute;
  inset:2px;                
  background-color: var(--green);   
  border-radius: 50%;
}


#fac-schedule .image{
  margin-top: 30px;
}
#fac-schedule .image img:first-of-type{
  margin-bottom: 20px;
}


#target .item {
  background-color:var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  height: 100px;
  padding-inline: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 20px;
}

#target .item img {
  
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%); 
}
#fac-flow li{
  margin-bottom: 30px;
  
}
#fac-flow li img {
  border-radius: 20px;
  width:100%;
  height: 150px;
  object-fit: cover;
}
#fac-flow li .text {
  border-radius: 20px;
  background-color: var(--yellow);
  padding: 20px;
  font-size: 1.2rem;
}
#fac-flow li .text h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#fac-flow li .text span.number {
  background-color: var(--pink);
  font-size: 1.2rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color:var(--white);
  margin-right: 10px;
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  .spot-title{
    font-size: 1.6rem; 
    
  }

  #fac-mainvisual p{
    text-align: center;
  }
  #fac-instagram .sec-title .small{
    font-size: 1.6rem;
  }


  #fac-greetings .flex {
    display: flex;
    align-items: flex-start;
  }
  #fac-greetings .flex .text {
    width: 50%;
    padding-right: 40px;
  }
  #fac-greetings .flex img {
    width: 50%;
  }
  #fac-greetings h3{
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
  }

  #overview dl {
    font-size: 1.4rem;
  }
  #overview dl dt {
    padding: 30px;
  }

  #overview dl dd {
    padding: 30px;
  }

  #overview .map iframe{
    height: 300px;
  }

  #fac-gallery .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }

  #fac-gallery .grid img {
    display: block;
  }
  dl.double-circle-content dt::before{
    top:50px;
  }
  .double-circle {
    margin-right: 50px;
    margin-top: 2px;

  }
  
  dl.double-circle-content dt{
    width:40%;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  dl.double-circle-content dd{
    width: 60%;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
  }

  #fac-schedule .image {
    display: flex;
    justify-content: space-between;
    gap:50px;
    margin-top: 50px;
  }
  #fac-schedule .image img {
    width: 48%;
  }
  #fac-schedule .image img:first-of-type{
    margin-bottom: 0px;
  }
  #target .item-top {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
  }
  #target .item-bottom {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #target .item {
    position: static;
    width: 250px;
    display: flex;
    align-items: center;
    margin-inline: 10px;
    text-align: left;
    font-size: 1.4rem;
  }
  #target .item img {
    margin-right: 10px;
    position: static;
  
  }
  #fac-flow{
    margin-bottom: 80px;
  }
  #fac-flow li .text {
    height:180px; 
    font-size: 1.2rem;
  }
  #fac-flow .top {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
  }
  #fac-flow .bottom {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #fac-flow li {
    width: 250px;
    margin-bottom: 0;
    
  }
}
@media all and (min-width: 1000px){
  #target .item {
    width: 300px;
  }
  #fac-flow li .text {
    height:130px; 
  }
  #fac-flow li {
    width: 300px;
    
  }

}
/** -----------------------------------
⑥特徴
-------------------------------------**/
#features-mainvisual .sec-title{
  text-align: center;
}
#features-mainvisual .image{
  position: relative;
  margin-bottom: 30px;
}
#features-mainvisual .image p{
  background-color: var(--green);
  display: inline-block;
  color: var(--white);
  position: absolute;
  top:40px;
  left:50%;
  transform: translateX(-50%);
}




/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #features-mainvisual {
    text-align: center;
    
  }


}
/** -----------------------------------
⑦お知らせ
-------------------------------------**/
#info-mainvisual img{
  margin-bottom: 40px;
}
#info-mainvisual .sec-title{
  text-align: center;
}
#info-mainvisual p{
  padding: 20px;
}

.info-inner {
  text-align: center;
  background-color: var(--yellow);
  padding-block: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  margin-bottom: 50px;
  border-radius: 20px;
}
.info-inner .insta-icon{
  margin-right: 5px;
  width: 26px;
}

.info-inner a {
  display: inline-block;
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #info-mainvisual img{
    margin-bottom: 80px;
  }
  #info-mainvisual p{
    padding: 0;
    text-align: center;
  }
  .info-inner .insta-icon{
    margin-right: 10px;
    width: 40px;
  }
  .info-inner .spot{
    font-size: 2rem;
    padding: 5px 20px;
  }
}
/** -----------------------------------
⑧採用情報
-------------------------------------**/
#thoughts{
  position: relative;
  margin-bottom: 80px;
}

#thoughts h3{
  text-align: left;
  margin-bottom: 30px;
}
#thoughts .flex{
  text-align: center;
}
#thoughts .flex p{
  text-align: left;
  margin-bottom: 20px;
}
#thoughts .flex img {
  width: 80%;
}

#thoughts .illust-1{
  position: absolute;
  bottom:-50px;
  left:10%;
  width: 150px;
}

#thoughts .illust-d{
  display: none;
}


#thoughts .illust-pink-t{
  position: absolute;
  bottom:0;
  right:0;
  width: 100px;
}

#environment .flex .flex-list {
  position: relative;
  background-color: var(--pink2);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#environment .flex span.number {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--pink);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
  font-family: var(--font);
}
#environment .flex .flex-list h3 {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 5px;
  font-size: 1.6rem;
}
#environment .flex .flex-list p {
  background-color: var(--white);
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.4rem;

}
#environment .flex .flex-list ul  {
  background-color: var(--white);
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 1.4rem;
  list-style: disc;

}
#environment .flex .flex-list ul li{
  margin-left: 10px;
}


#rec-gallery .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#rec-gallery .grid img {
  display: none;
}
#rec-gallery .grid img:nth-child(-n + 4) {
  display: block;
}


#rec-schedule{
  position: relative;
}

#rec-schedule .image {
  margin-top: 50px;
  
}

#rec-schedule .image img{
  width:100%;
}

#rec-schedule .image img:first-of-type{
  margin-bottom: 20px;
}



#interview .staff-list.top{
  margin-bottom: 30px;
}
#interview .staff-list .staff-wrapper{
  width: 100%;
}
#interview .staff-list .staff{
  position: relative;
  background-color: var(--yellow);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  /* width: 100%; */
  margin-bottom: 30px;
}
#interview .staff-list .text1{
  font-weight: 700;
}

/* ポップアップ */
.popup-btn {
  cursor: pointer;
  position: absolute;
  right:-10px;
  bottom:-10px;
  

}
.popup-btn img{
  width: 40px;
}

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  width:100%;
  height:100vh;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.1);

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  text-align: left;

}
.popup-box .title{
  font-weight: 700;
  margin-bottom: 30px;
}
.popup-box .text{
  margin-bottom: 30px;
}
.popup-box.active {
  opacity: 1;
  visibility: visible;

}
.popup-box .close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(45deg);
  
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: var(--yellow);
  padding: 50px;
  border-radius: 20px;

}




#interview .staff-list .text1{
  background-color: var(--white);
  border-radius: 10px 10px 0 0;
}
#interview .staff-list .text2{
  background-color: var(--green);
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
  color:var(--white)
}

/* タブ */
#guidelines .tab-area{
  margin-bottom: 50px;

}



/* #guidelines .tab-area {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  
}
#guidelines .tab-area .tab:nth-child(1),
#guidelines .tab-area .tab:nth-child(2),
#guidelines .tab-area .tab:nth-child(3) {
  grid-column: span 2;
}
#guidelines .tab-area .tab:nth-child(4),
#guidelines .tab-area .tab:nth-child(5) {
  grid-column: span 3;
} */
#guidelines .tab-area {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  
}
/* #guidelines .tab-area .tab:nth-child(1),
#guidelines .tab-area .tab:nth-child(2),
#guidelines .tab-area .tab:nth-child(3) {
  grid-column: span 2;
}
#guidelines .tab-area .tab:nth-child(4),
#guidelines .tab-area .tab:nth-child(5) {
  grid-column: span 3;
} */
#guidelines .tab-area .tab {
  border: 1px solid var(--gray2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding-block: 20px;
  height:50px;
  font-weight: 700;
}
#guidelines .tab:nth-child(1) {
  border-radius: 20px 0 0 0;
}
#guidelines .tab:nth-child(3) {
  border-radius: 0 20px 0 0;
}
#guidelines .tab:nth-child(4) {
  border-radius: 0 0 0 20px;
}
#guidelines .tab:nth-child(6) {
  border-radius: 0 0 20px 0;
}
#guidelines .tab-area .tab.active {
  background-color: var(--green);
  color: #fff;
}
#guidelines .tab-title {
  border-radius: 20px;
  background-color: var(--green);
  text-align: center;
  padding-block: 20px;
  color:var(--white);
  margin-bottom: 30px;
  font-weight: 700;
}
#guidelines .panel-area .panel {
  display: none;
}
#guidelines .panel-area .panel.active {
  display: grid;
  

}

#guidelines dl{
  border-top: 1px solid var(--gray2);
  
}
#guidelines dl dt{
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
}


#guidelines dl dd{
  border-bottom: 1px solid var(--gray2);

  
}

#guidelines dl dd .text{
  letter-spacing: 0.1rem;
  margin: 20px 0;
}
#guidelines dl .break{
  display: block;
  margin-top: 1rem;
}


#guidelines dl dd li{
  list-style: initial;
  list-style-position: outside;
  margin-left: 5%;

}

/* エントリーボタン */
.recruit-btn{
  text-align: center;
  margin-top: 30px;

}

.recruit-btn a{
  display: inline-block;
  position: relative;
  width: 320px;
  height:60px;
  opacity: 1;
}
.recruit-btn .btn{
  background-color: var(--pink);
  border-radius: 20px;
  width: 320px;
  height:60px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  transition: all 0.3s;
  position: absolute;
  top:0;
  left:0;

}
.recruit-btn-inner {
  color:var(--white);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:17px;
  width: 100%;

}
.recruit-btn p{
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.recruit-btn img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
  width: 15px;
}
.recruit-btn a:active .recruit-btn-inner{
  transform: scale(1);
}
.recruit-btn a:active .btn{
  transform: scale(1.05); 
}

#benefits{
  position: relative;
}
#benefits .sec-title .small{
  font-size: 1.2rem;
}

#benefits .flex li {
  position: relative;
  background-color: var(--pink2);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#benefits .flex li span {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--pink);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
  font-family: var(--font);
}
#benefits .flex .text{
  background-color: var(--white);
  border-radius: 20px;
  height:220px;
  padding: 15px;
  text-align: center;
}
#benefits .flex .text img{
  width: 40px;
  margin-bottom: 10px;
}
#benefits .flex li h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 5px;
}
#benefits .flex li p {
  text-align: center;
  font-size: 1.4rem;
  text-align: left;
}


#benefits .illust-h{
  position: absolute;
  top:20px;
  right:30px;
  width: 150px;

}

#rec-flow .flex{
  margin-bottom: 30px;
}
#rec-flow .flex li {
  position: relative;
  background-color: var(--green2);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#rec-flow .flex li span {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--green);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
  font-family: var(--font);
}
#rec-flow .flex .text{
  background-color: var(--white);
  border-radius: 20px;
  height:120px;
  padding: 15px;
  text-align: center;
}
#rec-flow .flex .text img{
  width: 40px;
  margin-bottom: 10px;
}
#rec-flow .flex li h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 5px;
}
#rec-flow .flex li .green-allow{
  position: absolute;
  width:25px;
  top:50%;
  transform: translateY(-50%);
  right:-40px;
}









/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #thought{
    margin-bottom: 0;
  }
  #thoughts h3{
    text-align: center;
  }
  #thoughts .flex {
    display: flex;
    align-items: flex-start;
  }

  #thoughts .flex .text {
    width: 60%;
    padding-right: 20px;
  }
  #thoughts .flex img {
    width: 40%;
  }

  
  
  #thoughts .illust-d{
    display: block;
    position: absolute;
    top:-20px;
    right:100px;
    width: 150px;
  }

  
  #thoughts .illust-pink-t{
    position: absolute;
    bottom:0;
    right:0;
    width: 100px;
  }
  
  #environment .flex {
    display: flex;
    justify-content: space-between;
  }
  #environment .flex .flex-list {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  #environment .flex .flex-list h3 {
    font-size: 1.4rem;
  }
  #environment .flex .flex-list p {
    height:240px;
  }
  #environment .flex .flex-list ul {
    height:240px;
  }
  #rec-gallery .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  #rec-gallery .grid img {
    display: block;
  }
  #rec-schedule .image{
    display: flex;
    justify-content: space-between;
    gap:20px;
  }
  #rec-schedule .image img{
    width:48%
  }
  #rec-schedule .image img:first-of-type{
    margin-bottom: 0px;
  }
 

  #interview .staff-list {
    display: flex;
    justify-content: center;
    gap:30px;
  }
  #interview .staff-list .staff-wrapper{
    width: 30%;
  }

  .popup-box .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    
  }
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: 50px;
  }
  .popup-btn img{
    width: 45px;
  }

  #guidelines .tab-area {
    grid-template-columns: repeat(6,1fr);
    margin-bottom: 0px;
    
  }
  
  #guidelines .tab-area .tab {
    font-size: 1.6rem;
    padding-block: 20px;
    height:auto;
    border-bottom: none;
    
  }
  /* #guidelines .tab-area .tab:nth-child(1),
  #guidelines .tab-area .tab:nth-child(2),
  #guidelines .tab-area .tab:nth-child(3) {
  grid-column: auto;
  }
  #guidelines .tab-area .tab:nth-child(4),
  #guidelines .tab-area .tab:nth-child(5) {
  grid-column: auto;
} */

  

  #guidelines .tab:nth-child(1) {
    border-radius: 20px 0 0 0;
  }
  #guidelines .tab:nth-child(3) {
    border-radius: 0 0 0 0;
  }
  #guidelines .tab:nth-child(4) {
    border-radius: 0 0 0 0;
  }
  #guidelines .tab:nth-child(6) {
    border-radius: 0 20px 0 0;
  }

  
  #guidelines .tab-title {
    border-radius: 0 0 20px 20px;
  }
  #guidelines .tab-area .tab.active {
    background-color: var(--green);
    color: #fff;
    margin-top: -15px;
    border-radius: 20px 20px 0 0;
  }







  #guidelines .panel-area .panel.active {
    display: grid;
    grid-template-columns: 20% 80%;
  
  }
  #guidelines dl {

    border-top: 1px solid var(--gray2);
  }
  
  #guidelines dl dt {
    border-bottom: 1px solid var(--gray2);
    font-weight: 700;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  
  #guidelines dl dd {
    border-bottom: 1px solid var(--gray2);
  }

  
  #guidelines dl dd .text{
    border-left: 1px solid var(--gray2);
    margin: 30px 0;
    padding-inline: 30px;
  }
  #guidelines dl dd li{
    
    margin:0;
    list-style-position: inside;
    
  }






  .recruit-btn-inner {
    top:15px;
  
  }
  .recruit-btn a:hover .recruit-btn-inner{
    transform: scale(1);
  }
  .recruit-btn a:hover .btn{
    transform: scale(1.05); 
  }



  .recruit-btn p{
    font-size: 1.6rem;
  }
  #benefits .sec-title .small{
    font-size: 1.6rem;
  }
  #benefits .flex {
    display: flex;
    justify-content: space-between;
  }
  #benefits .flex.top{
    margin-bottom: 50px;
  }
  #benefits .flex li {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  #benefits .illust-h{
    position: absolute;
    top:-20px;
    right:30px;
    width: 200px;
  
  }
  
 
  #rec-flow .flex {
    display: flex;
    justify-content: space-between;
  }
  #rec-flow .flex li {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  /* 矢印画像 */
#rec-flow .flex li {
  position: relative;
}

#rec-flow .flex li:not(:last-child)::after {
  content: "";
  display: block;
  width: 30px;  
  height: 30px;
  background: url("../images/allow-green.png") no-repeat center/contain;
  position: absolute;
  right: -40px; 
  top: 50%;
  transform: translateY(-50%);
  
}
}
@media all and (min-width: 1000px) {
 
  #thoughts .illust-d{
    right:30px;
    width: 200px;
  }
  #thoughts .illust-pink-t{
    right:-50px;
  }
  #environment .flex .flex-list h3 {
    font-size: 1.6rem;
  }
  #environment .flex .flex-list ul {
    height:180px;
  }
  #environment .flex .flex-list p {
    height:180px;
  }

}
/** -----------------------------------
⑨採用エントリー
-------------------------------------**/
/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
}
/** -----------------------------------
⑩お問い合わせ
-------------------------------------**/
#contact-mainvisual p{
  text-align: center;
}

#contact-us p a{
  text-decoration: underline;
  text-decoration-color:var(--gray4);
  font-weight: 700;
}
#contact-us .tel-info {
  border: 1px solid var(--gray2);
  border-radius: 30px;
  padding: 20px 15px;
  margin-top: 30px;
  text-align: center;
}
#contact-us .tel-info .title {
  border-bottom: 1px solid var(--gray2);
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
}
#contact-us .tel-info a {
  font-family: var(--font);
  letter-spacing: 0.2rem;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-us .tel-info a img{
  margin-right: 10px;
  width: 30px;
}
#contact-us .tel-info .small {
  background-color: #f5f5f5;
  font-size: 1.4rem;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
}

form dl {
  border-top: 1px solid var(--gray2);
}

form dd {
  border-bottom: 1px solid var(--gray2);
}
form label{
  display: flex;
  align-items: center;
  padding: 20px 10px 0 0;
}


.select-wrap {
  position: relative;
}

.select-wrap::before,
.select-wrap::after {
  position: absolute;
  content: '';
  pointer-events: none;
  z-index: 1;
}


.select-box{
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top:20px;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #ffffff, #c5cccf);
}
.select-box::after{
  position: absolute;
  content: '';
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 5;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0px 10px;
	border-color: #333 transparent transparent transparent;

}


.select-wrap select {
  appearance: none;
  background-color: var(--blue);
  padding: 0 20px;
  width: 100%;
  height:60px;
  margin: 20px 0;
  padding-right: 40px;
  cursor: pointer;
}



#form .sp-only{
  margin-bottom: 30px;
}
#form dl label{
  font-weight: 700;
}
#form dl label span {
  background-color: var(--red);
  padding: 2px 5px;
  margin-left: 10px;
  color:var(--white);
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 8px;
  text-align: right;
}
#form dl label span.grey {
  background-color: var(--gray4);
}

#form input,
#form textarea {
  background-color: var(--blue);
  padding: 5px;
  width: 100%;
  padding: 15px;
  margin: 20px 0;
  font-size: 1.6rem;
  
}



#form textarea {
  height: 120px;
}

#form .policy-box{
  text-align: center;
}
#form .policy-box p{
  text-align: left;
}

#form .policy-box h3{
  margin-top: 50px;
}
/* モーダル */
#form .modal-open {
  cursor: pointer;
  position: relative;
  display: inline-block;
  
  
}
#form .modal-open img{
  position: absolute;
  right:-40px;
  top:50%;
  transform: translateY(-50%);
  width: 30px;
}

#form .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  text-align: left;
}
#form .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: var(--white);
  overflow: hidden;
  border-radius: 20px;
  height: 90vh; 
}

#form .modal-inner{
  height: 100%;
  overflow-y: scroll;
  padding: 50px;
}
#form .modal-box.active {
  display: block;
}
#form .modal-box .close {
  cursor: pointer;
  position: absolute;
  z-index: 30;
  top: 50px;
  right: 30px;
  transform: rotate(45deg);
}




#form .policy-confirm {
  margin-top: 10px;
}
#form .policy-confirm label{
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form .policy-confirm input{
  width:auto;
  margin-right: 5px;
  
}




#form .submit {
  position: relative;
  width:300px;
  margin: 0 auto;
  position: relative;
  
}
#form .btn {
  background-color: var(--pink);
  color: #fff;
  border-radius: 50px;
  padding-block: 30px;

}
#form .submit img{
  position: absolute;
  right:10%;
  top:35%;
  width: 20px;
}
.wpcf7-not-valid-tip {
  color:var(--black);/* 文字色 */
  background: var(--pink3);
  display: inline-block;
  padding: 0px 10px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  }
  
/* 無効時（disabled） */
#form input[type="submit"]:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
}

/* 有効時 */
#form input[type="submit"]:not(:disabled) {
  background-color: var(--pink);
  opacity: 1;
  cursor: pointer;
}


input[type="submit"]:disabled {
  pointer-events: none;
}

body.modal-open {
  overflow: hidden;
}

/** -------- レスポンシブ -------- **/

@media all and (min-width: 750px) {
  #tour {
    text-align: center;
  }
  #contact-us {
    text-align: center;
  }
  #contact-us .tel-info {
    border: 1px solid var(--gray2);
    border-radius: 30px;
    padding: 30px 80px;
    display: inline-block;
    margin-top: 30px;
  }
  #form dl {
    display: flex;
    flex-wrap: wrap;
  }
  #form dl dt {
    width: 40%;
    border-bottom: 1px solid var(--gray2);

  }

  
  #form dl dd {
    width: 60%;
    padding-right: 20px;
  }
  #form label{
    justify-content: space-between;
    border-right: 1px solid var(--gray2);
    margin: 20px;
    padding: 10px 10px 20px 0;
  }

    

  #form dl label span{
    margin-right: 30px;
  }
  #form input,
  #form textarea {
  margin: 20px;
  width: 90%;
  
  }
  .select-wrap select {
    
    width: 90%;
    margin: 20px;
  }
  .select-box{
    right: 45px;

  }

  #form label.message{
    height:120px;
  }
  .wpcf7-not-valid-tip {
    margin-left: 20px;
    }
  

  #form .modal-open img{
    position: absolute;
    right:-50px;
    top:50%;
    transform: translateY(-50%);
    
  }
  #form .modal-box .close {
    cursor: pointer;
    position: absolute;
    z-index: 30;
    top: 50px;
    right: 100px;
    transform: rotate(45deg);
  }
  #form .submit {
    width:400px;
    
  }
  #form .submit img{
    right:10%;
    top:37%;
    width: 15px;
  }
}
@media all and (min-width: 1000px){
  .select-box{
    right: 65px;

  }

}
