@charset "UTF-8";

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


#vision {
  padding-block: 30px;
}
#vision h3 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}
#vision .image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#vision .image img {
  position: relative;
  z-index: 5;
  /* margin-inline: 10px; */
  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: 10px;
}
#company{
  position: relative;
}
#company .illust-yellowgreen{
  position: absolute;
  top:20px;
  right:40px;
  width:30px;
}
#company .illust-pink-2{
  position: absolute;
  top:30%;
  right:0px;
  width: 50px;
}
#company .illust-orange-c{
  position: absolute;
  top:-40px;
  right:30%;
  width: 70px;
}
#company .illust-yellow-t2{
  position: absolute;
  top:30%;
  left:-20px;
  width: 50px;

}

#company dl {
  /* display: flex;
  flex-wrap: wrap; */
  border-top: 1px solid var(--gray2);
}
#company dl dt {
  /* width: 30%; */
  /* border-bottom: 1px solid #000; */
  padding: 10px;
  font-weight: bold;
}
#company dl dd {
  /* width: 70%; */
  border-bottom: 1px solid var(--gray2);
  padding: 10px;
}
#history{
  position: relative;
}
#history .illust-yellowgreen{
  display: none;
  
}
#history .illust-pink-2{
  display: none;

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

  

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

@media all and (min-width: 768px) {
  #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: 200px;
  }
  #vision h3{
    text-align: center;
  }

  #vision .image {
    grid-template-columns: repeat(4, 1fr);
  }
  
  #vision .image .box {
    height: 200px;
    left:50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  #company dl {
    display: flex;
    flex-wrap: wrap;
    /* border-top: 1px solid #000; */
  }
  #company dl dt {
    width: 30%;
    border-bottom: 1px solid var(--gray2);
    padding: 30px;
  }
  #company dl dd {
    width: 70%;
    /* border-bottom: 1px solid #000; */
    padding: 30px;
  }
  #company .illust-yellowgreen{
    
    top:20px;
    right:40px;
    width:50px;
  }
  #company .illust-pink-2{
    
    top:50%;
    right:0px;
    width: 50px;
  }
  #company .illust-yellow-t2{
    position: absolute;
    top:30%;
    left:-20px;
    width: 50px;
  
  }
  #history .illust-yellowgreen{
    display: block;
    position: absolute;
    top:20px;
    right:40px;
    width:50px;
  }
  #history .illust-pink-2{
    position: absolute;

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

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

#service1-features .flex .content {
  margin-bottom: 20px;
  padding-right: 20px;
}
/* #service1-features .flex .content h3 span {
  color: #fff;
  background-color: var(--green);
  padding: 5px;
  margin-right: 10px;
} */
#service1-features .flex img {
  width: 100%;
}

#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: 768px) {
  #service1-mainvisual {
    text-align: center;
    
  }
  #service1-features .flex {
    display: flex;
  }
  #service1-features .flex .text {
    width: 50%;
  }
  #service1-features .flex .image {
    width: 50%;
  }
  #introduction .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/** -----------------------------------
④事業内容（タクシー）
-------------------------------------**/
/** -------- レスポンシブ -------- **/

@media all and (min-width: 768px) {
}
/** -----------------------------------
⑤施設案内
-------------------------------------**/
h3.spot-title{
  font-weight: bold;
  color: var(--white);
  background-color: var(--green);
  padding: 5px;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top:0px;
  left:50%;
  transform: translateX(-50%);
}
#fac-mainvisual {
  text-align: center;
  
}
#fac-mainvisual .image{
  position: relative;
  margin-bottom: 50px;
}
/* #fac-mainvisual .image h3{
  font-weight: bold;
  color: var(--white);
  background-color: var(--green);
  padding: 5px;
  margin-right: 10px;
  font-size: 1.6rem;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top:30px;
  left:50%;
  transform: translateX(-50%);
} */
#fac-mainvisual p{
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;

}

/* #fac-instagram {
  position: relative;
  text-align: center;
  height: 300px;
}

#fac-instagram .illust-1{
  position: absolute;
  top:-30px;
  right:0;
  width: 150px;
}
#fac-instagram .illust-otange-c {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  width: 100px;
}
#fac-instagram .illust-pink-t {
  position: absolute;
  top: 80%;
  right: 0;
  z-index: -1;
  width: 100px;
} */
#fac-greetings h3{
  text-align: left;
  margin-bottom: 50px;
}
#fac-greetings .flex .text {
  width: 100%;
  padding-right: 20px;
}
#fac-greetings .flex p {
  margin-bottom: 20px;
}
#fac-greetings .flex img {
  width: 100%;
}
/* #fac-greetings .sp-only {
  display: block;
}
#overview .sp-only {
  display: block;
} */
#overview dl {
  border-top: 1px solid var(--gray2);
  margin-bottom: 50px;
}
#overview dl dt {
  padding: 10px;
}
#overview dl dd {
  border-bottom: 1px solid var(--gray2);
  padding: 10px;
}
#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;
}
/* #fac-gallery .image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
#fac-gallery img {
  width: 100%;
}
#fac-schedule img {
  width: 100%;
  margin-bottom: 50px;
} */


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

#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%;
}
#fac-flow li .text {
  border-radius: 20px;
  background-color: var(--yellow);
  /* height:150px; */
  padding: 20px;
  font-size: 1.2rem;
}
#fac-flow li .text h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#fac-flow li .text span {
  background-color: var(--pink);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color:var(--white);
  margin-right: 10px;
  /* font-size: 1.4rem; */
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 768px) {
  h3.spot-title{
    font-size: 1.6rem; 
    top:30px;
    
  }
  #fac-mainvisual p{
    text-align: center;
  }
  /* #fac-instagram .illust-1{
    width: 300px;
  }
  #fac-instagram .illust-otange-c {
    
    width: 150px;
  }
  #fac-instagram .illust-pink-t {
    
    width: 150px;
  } */
  #fac-greetings .flex {
    display: flex;
    align-items: flex-start;
  }
  #fac-greetings .flex .text {
    width: 50%;
  }
  #fac-greetings .flex img {
    width: 50%;
  }
  #fac-greetings h3{
    text-align: center;
  }
  /* #fac-greetings .sp-only {
    display: none;
  }
  #overview .sp-only {
    display: none;
  } */
  #overview dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--gray2);
  }
  #overview dl dt {
    width: 30%;
    border-bottom: 1px solid var(--gray2);
    padding: 30px;
  }
  #overview dl dd {
    width: 70%;
    border-bottom: 1px solid var(--gray2);
    padding: 30px;
  }

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

  #fac-gallery .grid img {
    display: block;
  }
  #fac-schedule .image {
    display: flex;
    justify-content: space-between;
    gap:50px;
  }
  #fac-schedule .image img {
    width: 50%;
  }
  #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: 300px;
    display: flex;
    align-items: center;
    margin-inline: 10px;
    text-align: left;
  }
  #target .item img {
    margin-right: 10px;
    position: static;
    /* position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%); */
  }
  #fac-flow li .text {
    height:120px; 
    font-size: 1.2rem;
  }
  #fac-flow .top {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
  }
  #fac-flow .bottom {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #fac-flow li {
    width: 300px;
    margin-bottom: 0;
    
  }
}
/** -----------------------------------
⑥特徴
-------------------------------------**/
#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%);
}

#features .flex .content {
  margin-bottom: 20px;
  padding-right: 20px;
}
/* #features .flex .content h3 span {
  color: #fff;
  background-color: var(--green);
  padding: 5px;
  margin-right: 10px;
} */
#features .flex img {
  width: 100%;
}


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

@media all and (min-width: 768px) {
  #features-mainvisual {
    text-align: center;
    
  }
  #features .flex {
    display: flex;
  }
  #features .flex .text {
    width: 50%;
  }
  #features .flex .image {
    width: 50%;
  }
 
}
/** -----------------------------------
⑦お知らせ
-------------------------------------**/
#info-mainvisual img{
  margin-bottom: 30px;
}
#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;
  gap:20px;
  margin-bottom: 50px;
}
.info-inner a {
  display: inline-block;
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 768px) {
  #info-mainvisual p{
    padding: 0;
    text-align: center;
  }
}
/** -----------------------------------
⑧採用情報
-------------------------------------**/
#thoughts{
  position: relative;
}

#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-2{
  display: none;
}
#thoughts .illust-3{
  display: none;
}
#thoughts .illust-orange-c{
  position: absolute;
  bottom:10%;
  left:0;
  width: 100px;
}
#thoughts .illust-pink-t{
  position: absolute;
  bottom:0;
  right:0;
  width: 100px;
}

#environment .flex li {
  position: relative;
  background-color: var(--pink2);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
#environment .flex li span {
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--pink);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
}
#environment .flex li h3 {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
}
#environment .flex li p {
  background-color: var(--white);
  border-radius: 10px;
  /* height:150px; */
  padding: 10px;
  text-align: center;

}


#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 .illust-1{
  position: absolute;
  top:-20px;
  right:20px;
  width: 120px;

}
#rec-schedule .illust-2{
  display: none;

}



#interview .staff-list.top{
  margin-bottom: 30px;
}
#interview .staff-list .staff{
  position: relative;
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
/* #interview .staff-list .staff a{
  position: absolute;
  right:-10px;
  bottom:-10px;
  background-color: var(--pink);
  color:var(--white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;

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

}

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  text-align: left;
}
.popup-box .title{
  font-weight: bold;
  margin-bottom: 30px;
}
.popup-box .text{
  margin-bottom: 30px;
}
.popup-box.active {
  display: block;
}
.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: 10px;
}


#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 .tab-top,#guidelines .tab-area .tab-bottom{
  display: flex;
  justify-content: space-between;
  text-align: center;
  /* border: 1px solid #000; */
  /* border-radius: 10px 10px 0 0; */
}
#guidelines .tab-area .tab {
  border: 1px solid var(--gray2);
  /* border-bottom: none; */
  width: calc(100% / 3);
  cursor: pointer;
  /* 中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding-block: 20px;
  height:50px;
}
#guidelines .tab-top .tab:first-child {
  border-radius: 10px 0 0 0;
}
#guidelines .tab-bottom .tab:first-child {
  border-radius: 0 0 0 10px;
}
#guidelines .tab-top .tab:last-child {
  border-radius: 0 10px 0 0;
}
#guidelines .tab-bottom .tab:last-child {
  border-radius: 0 0 10px 0;
}
#guidelines .tab-area .tab.active {
  background-color: var(--green);
  /* border: 1px solid #ccc; */
  color: #fff;
  /* border-radius: 10px 10px 0 0; */
}
#guidelines .tab-title {
  border-radius: 10px;
  background-color: var(--green);
  border: 1px solid var(--green);
  text-align: center;
  padding-block: 20px;
  color:var(--white);
  margin-bottom: 30px;
}
#guidelines .panel-area .panel {
  display: none;
}
#guidelines .panel-area .panel.active {
  display: block;
}
/* エントリーボタン */
.recruit-btn{
  text-align: center;
  margin-top: 30px;
  /* position: relative; */

}
.recruit-btn a{
  display: inline-block;
  background-color: var(--pink);
  padding: 20px 50px;
  border-radius: 10px;
  color:var(--white);
  position: relative;
}
.recruit-btn p{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.recruit-btn img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
}

#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: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--pink);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
}
#benefits .flex .text{
  background-color: var(--white);
  border-radius: 10px;
  height:220px;
  padding: 15px;
  text-align: center;
}
#benefits .flex .text img{
  width: 40px;
  margin-bottom: 10px;
}
#benefits .flex li h3 {
  margin-bottom: 10px;
  /* text-align: center; */
  padding: 5px;
}
#benefits .flex li p {
  text-align: center;
  font-size: 1.4rem;
  text-align: left;
}
#benefits .flex.top{
  margin-bottom: 30px;
}

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

}
#benefits .illust-1{
  display: none;

}
#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: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: var(--green);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--white);
}
#rec-flow .flex .text{
  background-color: var(--white);
  border-radius: 10px;
  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;
  /* text-align: center; */
  padding: 5px;
}









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

@media all and (min-width: 768px) {

  #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-1{
    bottom:-50px;
    left:60%;
    width: 200px;
  }
  
  
  #thoughts .illust-2{
    display: block;
    position: absolute;
    top:-20px;
    right:30px;
    width: 200px;
  }
  #thoughts .illust-3{
    display: block;
    position: absolute;
    top:-20px;
    left:30px;
    width: 200px;
  }
  #thoughts .illust-orange-c{
    position: absolute;
    bottom:30%;
    left:-80px;
    width: 100px;
  }
  #thoughts .illust-pink-t{
    position: absolute;
    bottom:0;
    right:-100px;
    width: 150px;
  }
  
  #environment .flex {
    display: flex;
    justify-content: space-between;
  }
  #environment .flex li {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  #environment .flex li p {
    
    height:200px;
    
  
  }
  #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:50%
  }
  #rec-schedule .illust-1{
    position: absolute;
    top:-50px;
    right:30px;
    width: 200px;
  
  }
  #rec-schedule .illust-2{
    display: block;
    position: absolute;
    top:-20px;
    left:30px;
    width: 200px;
  
  }

  #interview .staff-list {
    display: flex;
    justify-content: center;
    gap:30px;
  }
  #interview .staff-list .staff{
    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;
  }
  #guidelines .tab-area{
    margin-bottom: 0px;
    display: flex;
  }
  #guidelines .tab-top{
    width:50%;
  }
  #guidelines .tab-bottom{
    width:50%;
  }
  #guidelines .tab-area .tab {
    width: calc(100% / 3);
    font-size: 1.3rem;
    padding-block: 20px;
    height:auto;
  }
  #guidelines .tab-area .tab.active {
    background-color: var(--green);
    /* border: 1px solid #ccc; */
    color: #fff;
    margin-top: -6px;
    border-radius: 10px 10px 0 0;
  }
  
  #guidelines .tab-top .tab:first-child {
    border-radius: 10px 0 0 0;
  }
  #guidelines .tab-bottom .tab:last-child {
    border-radius: 0 10px 0 0;
  }

  #guidelines .tab-bottom .tab:first-child {
    border-radius: 0 0 0 0;
  }
  #guidelines .tab-top .tab:last-child {
    border-radius: 0 0 0 0;
  }
  #guidelines .tab-title {
    border-radius: 0 0 10px 10px;
  }
  .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 li {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  #benefits .illust-2{
    position: absolute;
    top:-20px;
    right:30px;
    width: 200px;
  
  }
  #benefits .illust-1{
    display: block;
    position: absolute;
    top:-20px;
    left: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: 768px) {
}
/** -----------------------------------
⑩お問い合わせ
-------------------------------------**/
#contact-mainvisual p{
  text-align: center;
}
#tour {
  text-align: center;
}

#contact-us {
  text-align: center;
}
#contact-us p a{
  text-decoration: underline;
  font-weight: bold;
}
#contact-us .tel-info {
  border: 1px solid var(--gray2);
  border-radius: 20px;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 30px;
}
#contact-us .tel-info .title {
  border-bottom: 1px solid var(--gray2);
  display: inline-block;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
#contact-us .tel-info a {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-us .tel-info a img{
  margin-right: 10px;
}
#contact-us .tel-info .small {
  background-color: #f5f5f5;
  font-size: 1.2rem;
  padding: 5px;
}

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

form dd {
  border-bottom: 1px solid var(--gray2);
  /* padding-right: 20px; */
}
form label{
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0;
  margin: 10px 20px;
}
/* form .radio-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid var(--gray2);
  padding: 10px 10px 10px 0;
  margin: 20px;
} */

.select-wrap {
  position: relative;
}

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

.select-wrap::before {
  display: inline-block;
  top:20px;
  right: 0;
  width: 55px;
  height: 55px;
  background: linear-gradient(to bottom, #ffffff, #c5cccf);
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  /* right: 50%; */
  right:2.5%;
  transform: translateY(-50%);

	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: 20px;
  width: 100%;
  margin: 20px 0;
  /* border: 1px solid var(--gray2); */


  /* 右側に矢印スペースを作る */
  padding-right: 40px;
  
  cursor: pointer;
  /* position: relative; */
}
/* 
.select-wrap select:focus {
  outline: 2px solid #2589d0;
} */



form dl label span {
  background-color: var(--red);
  padding: 5px;
  margin-left: 10px;
  color:var(--white);

  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: 10px;
  width: 100%;
  /* margin: 20px; */
  padding: 15px;
  margin: 10px 0;
  font-size: 1.6rem;
  
}


form textarea {
  height: 160px;
}

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

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

form .modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100vh;
  z-index: 10;
  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);
  padding: 50px;
  border-radius: 10px;
  height: 90vh; 
  overflow-y: scroll; 
}
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-text {
  border: 1px solid #ccc;
  padding: 10px;
  height: 100px; 
  overflow-y: scroll; 
  background: #fafafa;
} */

form .policy-confirm {
  margin-top: 10px;
}
form .policy-confirm label{
  border-right: none;
  display: flex;
  justify-content: 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;
  /* width: 200px; */
  border-radius: 50px;
  padding-block: 30px;

}
form .submit img{
  position: absolute;
  right:10%;
  top:35%;
}
.wpcf7-not-valid {
  border: 2px solid red !important;
}
/* 無効時（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 {
  /* opacity: 0.4; */
  pointer-events: none;
}
form:valid input[type="submit"] {
  opacity: 1;
  pointer-events: all;
}
/** -------- レスポンシブ -------- **/

@media all and (min-width: 768px) {
  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;
    
  }
  form input,
  form textarea {
  margin: 20px;
  width: 90%;
  
  }
  .select-wrap select {
    
    width: 90%;
    margin: 20px;
  }
  .select-wrap::before {
    display: inline-block;
    top:20px;
    right: 9.5%;
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #ffffff, #c5cccf);
  }
  
  .select-wrap::after {
    position: absolute;
    top: 50%;
    /* right: 50%; */
    right:12.5%;
    transform: translateY(-50%);
  
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #333 transparent transparent transparent;
  
  }
  form label.message{
    height:160px;
  }
  /* form .policy-box h3 img{
    display: block;
  } */

  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: 80px;
    transform: rotate(45deg);
  }
  form .submit {
    width:400px;
    
  }
  form .submit img{
    right:20%;
    top:37%;
  }
}
