@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*@mixin fz($size){
    font-size: $size + px;
    font-size: math.div($size , 10) * 1rem;
}*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*////////////////////////////////////////////////////

  共通レイアウト

////////////////////////////////////////////////////*/
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  body {
    min-width: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  body {
    min-width: 0;
  }
}
.mt10 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.ml25 {
  margin-left: 2.5rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.lh80 {
  line-height: 8rem;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .tabmt15 {
    margin-top: 15px;
  }
  .tabmt20 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .tmt15 {
    margin-top: 15px;
  }
  .tmt20 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .smt10 {
    margin-top: 0.9090909091rem;
  }
  .smt15 {
    margin-top: 1.363636364rem;
  }
  .smt20 {
    margin-top: 1.81818rem;
  }
  .smt25 {
    margin-top: 2.272727273rem;
  }
  .smt30 {
    margin-top: 2.727272727rem;
  }
  .smt35 {
    margin-top: 3.181818182rem;
  }
  .smt40 {
    margin-top: 3.636363636rem;
  }
  .smt50 {
    margin-top: 4.545454545rem;
  }
  .smt60 {
    margin-top: 5.454545455rem;
  }
  .sml17 {
    margin-left: 1.545454545rem;
  }
  .slh5 {
    line-height: 5rem;
  }
}
.main_bg {
  background-color: #fbf8e9;
}

main {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
}
main .br_spS {
  display: none;
}
main {
  /*SP*/
}
@media only screen and (max-width: 640px) {
  main {
    font-size: 1.272724rem;
    line-height: 1.571428571;
  }
  main .br_spS {
    display: block;
  }
}

.sec_title {
  position: relative;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}
.sec_title::before {
  font-family: "bokutoh-ruika", sans-serif;
  font-style: normal;
  content: attr(data-en);
  position: absolute;
  top: -80%;
  font-size: 9rem;
  line-height: 0.5;
  letter-spacing: 0.05em;
  opacity: 0.15;
  color: #709341;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.sec_title {
  /*SP*/
}
@media only screen and (max-width: 640px) {
  .sec_title {
    font-size: 1.81818rem;
    letter-spacing: 0.05em;
  }
  .sec_title::before {
    top: -20%;
    font-size: 4.727276rem;
    letter-spacing: 0.025em;
  }
}

/*////////////////////////////////////////////////////

  個別レイアウト

////////////////////////////////////////////////////*/
.main_container .top_container {
  padding: 14rem 0 5rem;
  background: linear-gradient(to bottom, #7ccece, #fbf8e9);
  max-width: 100vw;
  position: relative;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container {
    padding: 20rem 0 5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container {
    padding: 20rem 0 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container {
    padding: 3.636363636rem 0 5.454545455rem;
  }
}
.main_container .top_container .back_visual_back {
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
}
.main_container .top_container .back_visual_back .back_visual_01 {
  position: absolute;
  top: 20%;
  left: 58%;
}
.main_container .top_container .back_visual_back .back_visual_01 img {
  width: 25rem;
}
.main_container .top_container .back_visual_back .back_visual_02 {
  position: absolute;
  top: 25%;
  left: 20%;
}
.main_container .top_container .back_visual_back .back_visual_02 img {
  width: 28rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .back_visual_back .back_visual_01 {
    top: 25%;
    left: 53%;
  }
  .main_container .top_container .back_visual_back .back_visual_01 img {
    width: 20rem;
  }
  .main_container .top_container .back_visual_back .back_visual_02 {
    top: 29%;
    left: 20%;
  }
  .main_container .top_container .back_visual_back .back_visual_02 img {
    width: 22rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .back_visual_back .back_visual_01 {
    top: 25%;
    left: 53%;
  }
  .main_container .top_container .back_visual_back .back_visual_01 img {
    width: 16rem;
  }
  .main_container .top_container .back_visual_back .back_visual_02 {
    top: 29%;
    left: 20%;
  }
  .main_container .top_container .back_visual_back .back_visual_02 img {
    width: 18rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .back_visual_back .back_visual_01 {
    top: 52%;
    left: 75%;
  }
  .main_container .top_container .back_visual_back .back_visual_01 img {
    width: 20rem;
  }
  .main_container .top_container .back_visual_back .back_visual_02 {
    top: 55%;
    left: 2%;
  }
  .main_container .top_container .back_visual_back .back_visual_02 img {
    width: 22rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .back_visual_back .back_visual_01 {
    top: 52%;
    left: 75%;
  }
  .main_container .top_container .back_visual_back .back_visual_01 img {
    width: 8.636363636rem;
  }
  .main_container .top_container .back_visual_back .back_visual_02 {
    top: 55%;
    left: 2%;
  }
  .main_container .top_container .back_visual_back .back_visual_02 img {
    width: 9.090909091rem;
  }
}
.main_container .top_container .top_visual {
  margin: 0 auto;
  max-width: 2000px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transform: translateX(10%);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual {
    transform: translateX(5%);
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual {
    transform: translateX(5%);
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual {
    display: block;
    transform: translateX(5%);
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual {
    display: block;
    transform: translateX(0);
  }
}
.main_container .top_container .top_visual_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 4rem;
  line-height: 2;
  z-index: 100;
}
.main_container .top_container .top_visual_text .recruit {
  font-size: 1.8rem;
  line-height: 4;
}
.main_container .top_container .top_visual_text .appeal {
  color: #00aaaf;
  -webkit-text-stroke: 0.1px #222e2f;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_text {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_text {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_text {
    font-size: 2.909090909rem;
    line-height: 1.71875;
    padding: 0 2.5%;
  }
  .main_container .top_container .top_visual_text .recruit {
    font-size: 1.363636364rem;
    line-height: 4;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .main_container .top_container .top_visual_text {
    padding: 0 4%;
  }
}
.main_container .top_container .top_visual_img {
  width: 110rem;
  flex: 0 0 110rem;
  overflow: hidden;
  position: relative;
}
.main_container .top_container .top_visual_img .top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img {
    width: 110rem;
    flex: 0 0 90rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img {
    width: 80rem;
    flex: 0 0 76rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img {
    transform: translateX(-5%);
    width: 100rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img {
    width: 50rem;
    transform: translateX(-10%);
    padding-top: 3.636363636rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .main_container .top_container .top_visual_img {
    width: 120%;
    transform: translateX(-5%);
  }
}
.main_container .top_container .top_visual_img .top_animal {
  position: absolute;
  text-align: center;
}
.main_container .top_container .top_visual_img .top_animal p + p {
  display: inline-block;
  color: #222e2f;
  background-color: #fff;
  border: 1px solid #709341;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 500;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .top_animal p + p {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .top_animal p + p {
    font-size: 1.090909091rem;
    padding: 8px 16px;
  }
}
.main_container .top_container .top_visual_img .giraffe {
  left: 73%;
  bottom: 38%;
}
.main_container .top_container .top_visual_img .giraffe img {
  width: 10rem;
}
.main_container .top_container .top_visual_img .giraffe img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img .giraffe {
    left: 72%;
  }
  .main_container .top_container .top_visual_img .giraffe img {
    width: 9rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-width: 1000px) and (max-width: 1028px) {
  .main_container .top_container .top_visual_img .giraffe {
    left: 70%;
    bottom: 35%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .giraffe {
    left: 70%;
    bottom: 35%;
  }
  .main_container .top_container .top_visual_img .giraffe img {
    width: 7rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img .giraffe {
    left: 70%;
  }
  .main_container .top_container .top_visual_img .giraffe img {
    width: 9rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .giraffe {
    left: 65%;
    bottom: 31%;
  }
  .main_container .top_container .top_visual_img .giraffe img {
    width: 5rem;
  }
}
.main_container .top_container .top_visual_img .bird {
  left: 45%;
  bottom: 76%;
}
.main_container .top_container .top_visual_img .bird img {
  width: 12rem;
}
.main_container .top_container .top_visual_img .bird img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img .bird {
    left: 44%;
  }
  .main_container .top_container .top_visual_img .bird img {
    width: 11rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-width: 1000px) and (max-width: 1028px) {
  .main_container .top_container .top_visual_img .bird {
    left: 41%;
    bottom: 74%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .bird {
    left: 41%;
    bottom: 74%;
  }
  .main_container .top_container .top_visual_img .bird img {
    width: 9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img .bird img {
    width: 11rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .bird {
    left: 40%;
    bottom: 69%;
  }
  .main_container .top_container .top_visual_img .bird img {
    width: 5.909090909rem;
  }
}
.main_container .top_container .top_visual_img .kangaroo {
  left: 45%;
  bottom: 38%;
}
.main_container .top_container .top_visual_img .kangaroo img {
  width: 13rem;
}
.main_container .top_container .top_visual_img .kangaroo img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img .kangaroo {
    left: 46%;
  }
  .main_container .top_container .top_visual_img .kangaroo img {
    width: 12rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-width: 1000px) and (max-width: 1028px) {
  .main_container .top_container .top_visual_img .kangaroo {
    left: 43%;
    bottom: 35%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .kangaroo {
    left: 43%;
    bottom: 35%;
  }
  .main_container .top_container .top_visual_img .kangaroo img {
    width: 10rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img .kangaroo {
    left: 46%;
  }
  .main_container .top_container .top_visual_img .kangaroo img {
    width: 12rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .kangaroo {
    left: 42%;
    bottom: 31%;
  }
  .main_container .top_container .top_visual_img .kangaroo img {
    width: 6.818181818rem;
  }
}
.main_container .top_container .top_visual_img .deer {
  left: 14%;
  bottom: 38%;
}
.main_container .top_container .top_visual_img .deer img {
  width: 13rem;
}
.main_container .top_container .top_visual_img .deer img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img .deer {
    left: 15%;
  }
  .main_container .top_container .top_visual_img .deer img {
    width: 11rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-width: 1000px) and (max-width: 1028px) {
  .main_container .top_container .top_visual_img .deer {
    left: 10%;
    bottom: 35%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .deer {
    left: 10%;
    bottom: 35%;
  }
  .main_container .top_container .top_visual_img .deer img {
    width: 9rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img .deer {
    left: 18%;
  }
  .main_container .top_container .top_visual_img .deer img {
    width: 11rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .deer {
    left: 12%;
    bottom: 31%;
  }
  .main_container .top_container .top_visual_img .deer img {
    width: 5.909090909rem;
  }
}
.main_container .top_container .top_visual_img .elephant {
  left: 42%;
  bottom: 7%;
}
.main_container .top_container .top_visual_img .elephant img {
  transform: scale(-1, 1);
}
.main_container .top_container .top_visual_img .elephant img:hover {
  transform: translateY(-5px) scale(-1.05, 1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .top_visual_img .elephant {
    left: 43%;
    bottom: 3%;
  }
  .main_container .top_container .top_visual_img .elephant img {
    width: 15rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) and (min-width: 1000px) and (max-width: 1028px) {
  .main_container .top_container .top_visual_img .elephant {
    left: 40%;
    bottom: 1%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .top_visual_img .elephant {
    left: 39%;
    bottom: 1%;
  }
  .main_container .top_container .top_visual_img .elephant img {
    width: 12rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .top_visual_img .elephant {
    left: 43%;
    bottom: 1%;
  }
  .main_container .top_container .top_visual_img .elephant img {
    width: 15rem;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .top_visual_img .elephant {
    left: 38%;
    bottom: 0;
  }
  .main_container .top_container .top_visual_img .elephant img {
    width: 7.727272727rem;
  }
}
.main_container .top_container .back_visual {
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
}
.main_container .top_container .back_visual_03 {
  position: absolute;
  top: 10%;
  left: 40%;
}
.main_container .top_container .back_visual_03 img {
  width: 15rem;
}
.main_container .top_container .back_visual_04 {
  position: absolute;
  top: 12%;
  left: 5%;
}
.main_container .top_container .back_visual_04 img {
  width: 15rem;
}
.main_container .top_container .back_visual_05 {
  position: absolute;
  top: 18%;
  left: 84%;
}
.main_container .top_container .back_visual_05 img {
  width: 28rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .main_container .top_container .back_visual_03 {
    top: 16%;
    left: 38%;
  }
  .main_container .top_container .back_visual_03 img {
    width: 13rem;
  }
  .main_container .top_container .back_visual_04 {
    top: 16%;
    left: 5%;
  }
  .main_container .top_container .back_visual_04 img {
    width: 13rem;
  }
  .main_container .top_container .back_visual_05 {
    top: 24%;
    left: 84%;
  }
  .main_container .top_container .back_visual_05 img {
    width: 24rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .main_container .top_container .back_visual_03 {
    top: 16%;
    left: 38%;
  }
  .main_container .top_container .back_visual_03 img {
    width: 11rem;
  }
  .main_container .top_container .back_visual_04 {
    top: 16%;
    left: 5%;
  }
  .main_container .top_container .back_visual_04 img {
    width: 11rem;
  }
  .main_container .top_container .back_visual_05 {
    top: 24%;
    left: 84%;
  }
  .main_container .top_container .back_visual_05 img {
    width: 20rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .main_container .top_container .back_visual_03 {
    top: 18%;
    left: 70%;
  }
  .main_container .top_container .back_visual_03 img {
    transform: scale(-1, 1);
    width: 20rem;
  }
  .main_container .top_container .back_visual_04 {
    top: 10%;
    left: 5%;
  }
  .main_container .top_container .back_visual_04 img {
    width: 16rem;
  }
  .main_container .top_container .back_visual_05 {
    top: 82%;
    left: 74%;
  }
}
@media only screen and (max-width: 640px) {
  .main_container .top_container .back_visual_03 {
    top: 8%;
    left: 65%;
  }
  .main_container .top_container .back_visual_03 img {
    transform: scale(-1, 1);
    width: 11.81818182rem;
  }
  .main_container .top_container .back_visual_04 {
    top: 3%;
    left: -5%;
  }
  .main_container .top_container .back_visual_04 img {
    width: 7.272727273rem;
  }
  .main_container .top_container .back_visual_05 {
    top: 80%;
    left: 70%;
  }
  .main_container .top_container .back_visual_05 img {
    width: 14.54545455rem;
  }
}

.sec_container01 {
  width: 100%;
  max-width: 1200px;
  margin: 13rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sec_container01 {
    margin: 90px auto 0;
  }
}
.sec_container01 .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 6rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container01 .content {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container01 .content {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container01 .content {
    padding: 0 2.5%;
    gap: 2.5%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content {
    margin-top: 50px;
    padding: 0 2.5%;
    display: block;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container01 .content {
    padding: 0 4%;
  }
}
.sec_container01 .content .business {
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(17, 17, 26, 0.02);
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container01 .content .business {
    padding: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content .business {
    padding: 20px 15px;
    margin-top: 3%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container01 .content .business {
    padding: 2rem;
    margin-top: 4%;
  }
}
.sec_container01 .content .business_title {
  display: flex;
  gap: 1.5rem;
}
.sec_container01 .content .business_title_img {
  width: 4rem;
  align-content: center;
}
.sec_container01 .content .business_title_text {
  font-size: 2.2rem;
  line-height: 4rem;
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content .business_title {
    display: block;
    text-align: center;
  }
  .sec_container01 .content .business_title_img {
    margin: 0 auto;
    width: 2.727272727rem;
  }
  .sec_container01 .content .business_title_text {
    font-size: 1.45455rem;
    line-height: normal;
    margin-top: 10px;
  }
}
.sec_container01 .content .business_list {
  -moz-columns: 2;
       columns: 2;
  padding-left: 16px;
  height: 96px;
}
.sec_container01 .content .business_list li {
  text-indent: -16px;
  font-size: 1.4rem;
}
.sec_container01 .content .business_list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  margin-right: 10px;
  background-color: #222e2f;
  border-radius: 50%;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container01 .content .business_list li::before {
    width: 4px;
    height: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container01 .content .business_list li::before {
    width: 4px;
    height: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container01 .content .business_list {
    height: 130px;
    padding-left: 16px;
  }
  .sec_container01 .content .business_list li::before {
    width: 4px;
    height: 4px;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content .business_list {
    padding-left: 10px;
    height: auto;
  }
  .sec_container01 .content .business_list li {
    text-indent: -8px;
    font-size: 1.090909091rem;
    line-height: 2;
  }
  .sec_container01 .content .business_list li::before {
    width: 4px;
    height: 4px;
    margin-right: 4px;
  }
}
.sec_container01 .content .business_btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}
.sec_container01 .content .business_btn_line {
  position: relative;
}
.sec_container01 .content .business_btn_line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #222e2f;
  bottom: -8px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content .business_btn_line::after {
    bottom: -4px;
  }
}
.sec_container01 .content .business_btn_line:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.sec_container01 .content .business_btn_b {
  width: 4rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 640px) {
  .sec_container01 .content .business_btn {
    margin-top: 0.9090909091rem;
    padding-left: 0.9090909091rem;
  }
  .sec_container01 .content .business_btn_b {
    width: 2.727272727rem;
  }
}
.sec_container01 .content .business {
  /*
  &_btn{
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4rem;
    @include media(spS){
      margin-top: 15px;
      padding-right: 25px;
      gap: 8px;
    }
    &_b{
      position: relative;
      display: inline-block;
      &::before{
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: $themeColor02;
        top: calc(-30% + 2px);
        @include media(spS){
          width: 30px;
          height: 30px;
          left: calc(-50% + 1px);
        }
      }
      &::after{
        content: "";
        position: absolute;
        width: 16px;
        height: 3px;
        border-radius: 9999px;
        background-color: #fff;
        top: calc(50% + 2px);
        @include media(spS){
          width: 12px;
          height: 2px;
          top: calc(50%);
        }
      }
      span{
        position: relative;
        display: inline-block;
        width: 9.1px;
        height: 16.1px;
        @include media(spS){
          width: 6.2px;
          height: 10.5px;
        }
        &::before,
        &::after{
          content: "";
          position: absolute;
          top: calc(50% - 1.5px);
          right: calc(-200% - 1px);
          width: 12px;
          height: 3px;
          border-radius: 9999px;
          background-color: #fff;
          transform-origin: calc(100% - 1.5px) 50%;
          @include media(spS){
            top: calc(-20% + 1px);
            width: 8px;
            height: 2px;
            transform-origin: calc(100% - 1px) 50%;
          }
        }
        &::before{
          transform: rotate(45deg);
        }
        &::after{
          transform: rotate(-45deg);
        }
      }
    }
  }*/
}

/* /.sec_container01 */
.sec_container02 {
  width: 100%;
  max-width: 1200px;
  margin: 13rem auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 {
    margin: 20rem auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 {
    margin: 90px auto 0;
  }
}
.sec_container02 .work_title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 4.3rem;
  letter-spacing: 0.075em;
}
.sec_container02 .work_title_p {
  text-align: center;
}
.sec_container02 .work_title_sub {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 .work_title_sub {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 .work_title {
    padding: 0 2.5%;
    font-size: 1.636363636rem;
    line-height: 1.555555556;
    letter-spacing: 0.045em;
  }
  .sec_container02 .work_title_sub {
    font-size: 1.45455rem;
  }
}
.sec_container02 .worktime {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.sec_container02 .worktime_graph {
  text-align: center;
}
.sec_container02 .worktime_graph_img img {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .sec_container02 .worktime {
    gap: 3.636363636rem;
  }
  .sec_container02 .worktime_graph_img img {
    width: 11.36363636rem;
  }
}
.sec_container02 .full_container .slider {
  overflow: visible;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec_container02 .full_container .slider li {
  margin: 0;
}
.sec_container02 .full_container .slider li img {
  width: 100%;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container02 .full_container .slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.sec_container02 .work_content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container02 .work_content {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container02 .work_content {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 .work_content {
    padding: 0 2.5%;
    gap: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 .work_content {
    gap: 0.9090909091rem;
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container02 .work_content {
    padding: 0 4%;
    gap: 1rem;
  }
}
.sec_container02 .work_content .benefits {
  display: flex;
  background-color: #fff;
  padding: 1.9rem;
  gap: 2rem;
  box-shadow: 0px 0px 10px 5px rgba(17, 17, 26, 0.02);
}
.sec_container02 .work_content .benefits_img {
  width: 238px;
  height: auto;
}
.sec_container02 .work_content .benefits_text {
  font-size: 1.4rem;
}
.sec_container02 .work_content .benefits_text_tittle {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.sec_container02 .work_content .benefits_text_tittle span {
  font-size: 2rem;
  margin-right: 1rem;
  font-style: italic;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 .work_content .benefits {
    display: block;
    padding: 0;
  }
  .sec_container02 .work_content .benefits_img {
    width: 100%;
  }
  .sec_container02 .work_content .benefits_img img {
    width: 100%;
  }
  .sec_container02 .work_content .benefits_text {
    margin: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 .work_content .benefits {
    display: block;
    padding: 0;
  }
  .sec_container02 .work_content .benefits_img {
    width: 100%;
  }
  .sec_container02 .work_content .benefits_img img {
    width: 100%;
  }
  .sec_container02 .work_content .benefits_text {
    margin-left: 0.7272727273rem;
    margin-right: 0.7272727273rem;
    margin-bottom: 1.818181818rem;
  }
  .sec_container02 .work_content .benefits_text_tittle {
    font-size: 1.272724rem;
    line-height: 1.428571429;
    margin-bottom: 0.9090909091rem;
    margin-top: 1.363636364rem;
  }
  .sec_container02 .work_content .benefits_text_tittle span {
    font-size: 1.454545455rem;
    margin-right: 0.4545454545rem;
    vertical-align: baseline;
  }
  .sec_container02 .work_content .benefits_text p + p {
    font-size: 1.090909091rem;
    line-height: 1.666666667;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container02 .work_content .benefits_text {
    padding: 0.2rem 0.4rem;
  }
}
.sec_container02 .work_title_p {
  margin-right: 14%;
  margin-left: 14%;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 .work_title_p {
    margin-right: 11%;
    margin-left: 11%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container02 .work_title_p {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 .work_title_p {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container02 .work_title_p {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container02 .interview_btn {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container02 .interview_btn {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container02 .interview_btn {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container02 .interview_btn {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container02 .interview_btn {
    padding: 0 4%;
  }
}
.sec_container02 .interview_btn a {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5rem;
  color: #fff;
  background-color: #00aaaf;
  display: block;
  /*padding: 7.5rem 0;*/
  border-radius: 2rem;
  box-shadow: 8px 8px 10px 1px rgba(181, 179, 170, 0.6);
  transition: 0.3s;
}
.sec_container02 .interview_btn a:hover {
  box-shadow: unset;
  transform: translate(6px, 6px);
}
@media only screen and (max-width: 640px) {
  .sec_container02 .interview_btn a {
    font-size: 1.45455rem;
    line-height: normal;
    border-radius: 1rem;
  }
}
.sec_container02 .interview_btn .btn_wrap {
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  p:first-child{
    img{
      width:15rem;
    }
  }*/
}
.sec_container02 .interview_btn .btn_wrap p {
  padding: 6.5rem 0;
  text-align: center;
}
.sec_container02 .interview_btn .btn_wrap p img {
  display: inline-block;
  width: 5.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 640px) {
  .sec_container02 .interview_btn .btn_wrap {
    display: block;
    /*p:first-child{
      display: none;
    }*/
  }
  .sec_container02 .interview_btn .btn_wrap p {
    padding: 2.272727273rem 0;
  }
  .sec_container02 .interview_btn .btn_wrap p img {
    width: 2.272727273rem;
    margin-left: 0.2727272727rem;
  }
}
.sec_container02 .interview_btn .btn_wrap {
  /*
  p:nth-child(2){
    padding: 7.5rem 0;
    position: relative;
    &::before{
      content: "";
      position: absolute;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background-color: #fff;
      right: calc(-10% + 10px);
    }
    &::after{
      content: "";
      position: absolute;
      width: 25px;
      height: 4px;
      border-radius: 9999px;
      background-color: $themeColor01;
      top: calc(50% + 2px);
      right: -40px;
    }
    span{
      position: relative;
      display: inline-block;
      width: 12.8px;
      height: 20.6px;
      &::before,
      &::after{
        content: "";
        position: absolute;
        top: calc(50% - 13px);
        right: -42px;
        width: 16px;
        height: 4px;
        border-radius: 9999px;
        background-color: $themeColor01;
        transform-origin: calc(100% - 2px) 50%;
      }
      &::before{
        transform: rotate(45deg);
      }
      &::after{
        transform: rotate(-45deg);
      }
    }
  }
  p:last-child{
    img{
      width:24rem;
    }
    @include media(spS){
      display: none;
    }
  }*/
}

/* /.sec_container02 */
.sec_container03 {
  width: 100%;
  max-width: 1200px;
  margin: 13rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sec_container03 {
    margin: 90px auto 0;
  }
}
.sec_container03 .tab_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container03 .tab_container {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container03 .tab_container {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container03 .tab_container {
    padding: 0 2.5%;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container03 .tab_container {
    -moz-column-gap: 0.9090909091rem;
         column-gap: 0.9090909091rem;
    row-gap: 0.9090909091rem;
    padding: 0 2.5%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container03 .tab_container {
    padding: 0 6%;
  }
}
.sec_container03 .tab_container input {
  display: none;
}
.sec_container03 .tab_container .tab_item {
  order: 1;
  flex: 1 1 auto;
  padding: 2rem 4rem;
  background-color: #e8e8e8;
  color: #7c7c7c;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 2rem;
  border-bottom: 2px solid #e8e8e8;
}
.sec_container03 .tab_container .tab_item:hover {
  border-bottom: 2px solid #222e2f;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container03 .tab_container .tab_item {
    font-size: 1.85rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container03 .tab_container .tab_item {
    padding: 2.5rem;
    flex: 0 0 25.5%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container03 .tab_container .tab_item {
    padding: 0.9090909091rem 1.818181818rem;
    font-size: 1.272727273rem;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 20px) / 3);
  }
  .sec_container03 .tab_container .tab_item:hover {
    border-bottom: 1px solid #222e2f;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container03 .tab_container .tab_item {
    flex: 0 0 calc((100% - 24px) / 3);
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) and (min-width: 428px) and (max-width: 530px) {
  .sec_container03 .tab_container .tab_item {
    padding: 0.8rem 0.6rem;
  }
}
.sec_container03 .tab_container .tab_content {
  order: 2;
  flex: 0 0 100%;
  width: 100%;
  display: none;
  box-sizing: border-box;
  /*border-top: 2px solid $themeColor04;*/
}
.sec_container03 .tab_container input:checked + .tab_item {
  background-color: #222e2f;
  color: #fff;
  border: none;
}
.sec_container03 .tab_container #tab1:checked ~ #tab1_content,
.sec_container03 .tab_container #tab2:checked ~ #tab2_content,
.sec_container03 .tab_container #tab3:checked ~ #tab3_content,
.sec_container03 .tab_container #tab4:checked ~ #tab4_content,
.sec_container03 .tab_container #tab5:checked ~ #tab5_content {
  display: block;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question {
  display: flex;
  gap: 40px;
  min-height: 10rem;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question_img {
  width: 13rem;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question_text {
  font-size: 2rem;
  font-weight: 700;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question_text p {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #222e2f;
  padding-bottom: 1rem;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question_text p::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -7px;
  left: 20%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #fbf8e9; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.sec_container03 .tab_container .tab_content .tab_content_description .question_text p::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% + 8.8px);
  left: calc(20% - 10px);
  width: 22px;
  height: 0.9px;
  rotate: 130deg;
  box-sizing: border-box;
  background-color: #222e2f;
}
@media only screen and (max-width: 640px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .question {
    gap: 0.9090909091rem;
    min-height: 7rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_img {
    width: 6.363636364rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_img img {
    width: 6.363636364rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_text {
    font-size: 1.272724rem;
    line-height: 1.571428571;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_text p {
    border-bottom: 1px solid #222e2f;
    padding-bottom: 0.5rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_text p::before {
    width: 11px;
    height: 11px;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .question_text p::after {
    width: 18px;
    top: calc(100% + 7px);
    left: calc(20% - 8px);
  }
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
  position: relative;
  display: inline-block;
  max-width: 320px;
  padding: 25px;
  border: 0.5px solid #222e2f;
  border-radius: 10px;
  background-color: #ffffff;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text p:nth-child(1) {
  height: 8rem;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text_person {
  text-align: right;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_gi,
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_ka,
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_de,
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_el,
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_bi {
  display: none;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #222e2f transparent transparent;
  translate: -50% 100%;
}
.sec_container03 .tab_container .tab_content .tab_content_description .answer_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.1px 6.9px 0 6.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1028px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
    padding: 20px;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text::after {
    bottom: 1%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
    padding: 20px;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text::after {
    bottom: 1%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .answer {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .answer {
    grid-template-columns: 1fr;
    gap: 0.9090909091rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
    max-width: 310px;
    padding: 15px;
    position: relative;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text:nth-child(even) {
    margin-left: 15%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text p:nth-child(1) {
    height: 5rem;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_gi {
    display: block;
    position: absolute;
    width: 6.363636364rem;
    right: -14%;
    top: -18%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_gi img {
    width: 100%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_ka {
    display: block;
    position: absolute;
    width: 8.181818182rem;
    left: -23%;
    top: 8%;
    transform: scale(-1, 1);
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_ka img {
    width: 100%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_bi {
    display: block;
    position: absolute;
    width: 7.272727273rem;
    right: -20%;
    bottom: -10%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_bi img {
    width: 100%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_el {
    display: block;
    position: absolute;
    width: 10rem;
    left: -25%;
    bottom: 0;
    transform: rotate(-15deg);
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_el img {
    width: 100%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_de {
    display: block;
    position: absolute;
    width: 7.272727273rem;
    right: -18%;
    bottom: -10%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text .answer_img_de img {
    width: 100%;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text::before {
    display: none;
  }
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text::after {
    display: none;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container03 .tab_container .tab_content .tab_content_description .answer_text {
    max-width: 80%;
  }
}

/* /.sec_container03 */
.voice {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  margin: 2rem auto 0;
}
.voice_decoration {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
.voice_decoration_02 img {
  width: 60rem;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .voice_decoration {
    transform: translateY(-2rem);
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .voice_decoration {
    gap: 0;
  }
}
.voice::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 14rem;
  background: linear-gradient(#709341, #fbf8e9); /* グラデーションで立体感 */
  left: 0;
  right: 0;
  bottom: 0;
  top: 19rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .voice::after {
    transform: translateY(10rem);
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .voice::after {
    transform: translateY(10rem);
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .voice::after {
    transform: translateY(10rem);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .voice {
    margin-top: 0;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .voice {
    max-width: none;
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .voice {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .voice {
    display: none;
  }
}

.sec_container04 {
  width: 100%;
  margin: 13rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sec_container04 {
    margin: 90px auto 0;
  }
}
.sec_container04 .interview_title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 4.3rem;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 640px) {
  .sec_container04 .interview_title {
    padding: 0 2.5%;
    font-size: 1.636363636rem;
    line-height: 1.555555556;
    letter-spacing: 0.045em;
  }
}
.sec_container04 .purpose {
  max-width: 1200px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 5px rgba(17, 17, 26, 0.02);
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container04 .purpose {
    margin: 3rem 4% 0;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .purpose {
    margin-left: 4%;
    margin-right: 4%;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .purpose {
    margin-left: 10%;
    margin-right: 10%;
    display: block;
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .purpose {
    margin: 1.818181818rem 2.5% 0;
    display: block;
    padding: 2.727272727rem 8% 2.727272727rem 14%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container04 .purpose {
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 22%;
  }
  .sec_container04 .purpose div {
    align-items: center;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) and (min-width: 428px) and (max-width: 530px) {
  .sec_container04 .purpose {
    padding-left: 16%;
    padding-right: 0;
  }
}
.sec_container04 .purpose div {
  display: flex;
  gap: 1rem;
}
.sec_container04 .purpose div p img {
  width: 3rem;
}
.sec_container04 .purpose div p + p {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .purpose div {
    gap: 0.5rem;
  }
  .sec_container04 .purpose div p img {
    width: 2.5rem;
  }
  .sec_container04 .purpose div p + p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .purpose div {
    margin-left: 13%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .purpose div {
    gap: 0.7272727273rem;
    align-items: flex-end;
  }
  .sec_container04 .purpose div p img {
    width: 1.818181818rem;
  }
  .sec_container04 .purpose div p + p {
    line-height: 1.5;
    font-size: 1.45455rem;
  }
}
.sec_container04 .interview {
  display: flex;
  gap: 5rem;
  max-width: 2000px;
  margin: 6rem auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .interview {
    gap: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .interview {
    display: block;
    margin: 4.545454545rem auto 0;
  }
}
.sec_container04 .interview_img img {
  width: 50vw;
  max-width: 1000px;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .interview_img {
    width: 50vw;
  }
  .sec_container04 .interview_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .interview_img img {
    width: 100vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container04 .interview_text {
    padding-right: 4%;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .interview_text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .interview_text {
    margin-top: 0;
    padding-right: 2.5%;
  }
}
.sec_container04 .interview_text .interview_title {
  text-align: left;
}
.sec_container04 .interview_text p {
  margin-left: 1.4rem;
}
.sec_container04 .interview_text p span {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.sec_container04 .interview_text p span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #7fcfcf;
  top: 6px;
  left: -14px;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .interview_text p span::before {
    top: 2px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .interview_text {
    padding: 0 2.5%;
  }
  .sec_container04 .interview_text .interview_title {
    text-align: center;
  }
  .sec_container04 .interview_text p span {
    line-height: 1.5;
    font-size: 1.45455rem;
  }
  .sec_container04 .interview_text p span::before {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container04 .interview_text {
    padding: 0 4%;
  }
}
.sec_container04 .overview {
  background-image: url("../img/overview.svg");
  max-width: 1000px;
  margin: 6rem auto 0;
  padding: 2rem 4.5rem 4rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container04 .overview {
    margin: 6rem 4% 0;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .overview {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .overview {
    margin: 4.545454545rem auto 0;
    padding: 1.818181818rem 6% 3.636363636rem;
  }
}
.sec_container04 .overview p img {
  width: 2.8rem;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .sec_container04 .overview p img {
    width: 1.818181818rem;
  }
}
.sec_container04 .overview_tittle {
  font-weight: 700;
  position: relative;
  padding-left: 2.6rem;
}
.sec_container04 .overview_tittle::before {
  content: "";
  position: absolute;
  border: solid 2px #222e2f;
  padding: 7px;
  border-radius: 5px;
  top: 4px;
  left: -0.1rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container04 .overview_tittle::before {
    border: solid 0.7px #222e2f;
    padding: 5px;
    border-radius: 4px;
    top: 3px;
    left: 0px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .overview_tittle::before {
    border: solid 0.7px #222e2f;
    padding: 6px;
    border-radius: 4px;
    top: 2px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .overview_tittle::before {
    border: solid 0.7px #222e2f;
    padding: 5px;
    border-radius: 4px;
    top: 3px;
    left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .overview_tittle {
    padding-left: 1.636363636rem;
  }
  .sec_container04 .overview_tittle::before {
    border: solid 1px #222e2f;
    padding: 5px;
    border-radius: 4px;
    top: 6px;
    left: 0px;
  }
}
.sec_container04 .overview_list {
  margin-left: 2.7rem;
}
.sec_container04 .overview_list li {
  margin-top: 1rem;
  position: relative;
  margin-left: 2rem;
}
.sec_container04 .overview_list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #7fcfcf;
  border-radius: 50%;
  top: 8.5px;
  left: -20px;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container04 .overview_list li {
    margin-top: 0.9090909091rem;
    margin-left: 1.454545455rem;
  }
  .sec_container04 .overview_list li::before {
    width: 7px;
    height: 7px;
    left: -14px;
    top: 6px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container04 .overview_list li::before {
    width: 8px;
    height: 8px;
    left: -14px;
    top: 5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container04 .overview_list li {
    margin-top: 0.9090909091rem;
    margin-left: 1.454545455rem;
  }
  .sec_container04 .overview_list li::before {
    width: 7px;
    height: 7px;
    left: -14px;
    top: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container04 .overview_list {
    margin-left: 1.636363636rem;
  }
  .sec_container04 .overview_list li {
    margin-top: 0.9090909091rem;
    margin-left: 1.454545455rem;
  }
  .sec_container04 .overview_list li::before {
    width: 8px;
    height: 8px;
    left: -14px;
  }
}

/* /.sec_container04 */
.sec_container05 {
  width: 100%;
  max-width: 1200px;
  margin: 13rem auto 0;
  padding-bottom: 10rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .sec_container05 {
    margin: 90px auto 0;
    padding-bottom: 7.272727273rem;
  }
}
.sec_container05 .member {
  position: relative;
  padding-top: 22rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container05 .member {
    padding: 22rem 4% 0;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member {
    padding: 20rem 4% 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member {
    margin: 0 4%;
    padding-top: 22rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member {
    margin: 0 2.5%;
    padding-top: 14rem;
  }
}
@media only screen and (max-width: 640px) and (min-width: 428px) and (max-width: 640px) {
  .sec_container05 .member {
    margin: 0 4%;
  }
}
.sec_container05 .member .business_animal_img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  inset: 0 auto auto 50%;
  transform: translateX(-50%); /* 中央寄せ（必要に応じて） */
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .sec_container05 .member .business_animal_img {
    width: 90%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img {
    width: 90%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 18rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img {
    display: grid;
    justify-content: space-around;
    gap: 13rem 0;
  }
}
.sec_container05 .member .business_animal_img .giraffe {
  width: 20rem;
  transform: scale(-1, 1);
}
.sec_container05 .member .business_animal_img .giraffe img {
  width: 13rem;
}
.sec_container05 .member .business_animal_img .giraffe img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img .giraffe {
    width: 18rem;
  }
  .sec_container05 .member .business_animal_img .giraffe img {
    width: 11rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img .giraffe {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img .giraffe {
    grid-column: 1/2;
    width: 40vw;
  }
  .sec_container05 .member .business_animal_img .giraffe img {
    width: 8.181818182rem;
  }
}
.sec_container05 .member .business_animal_img .kangaroo {
  width: 20rem;
  transform: scale(-1, 1);
}
.sec_container05 .member .business_animal_img .kangaroo img {
  width: 16rem;
}
.sec_container05 .member .business_animal_img .kangaroo img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img .kangaroo {
    width: 18rem;
  }
  .sec_container05 .member .business_animal_img .kangaroo img {
    width: 15rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img .kangaroo {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img .kangaroo {
    grid-column: 2/3;
    width: 40vw;
  }
  .sec_container05 .member .business_animal_img .kangaroo img {
    width: 10.90909091rem;
  }
}
.sec_container05 .member .business_animal_img .elephant {
  width: 20rem;
}
.sec_container05 .member .business_animal_img .elephant img {
  width: 20rem;
}
.sec_container05 .member .business_animal_img .elephant img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img .elephant {
    width: 18rem;
  }
  .sec_container05 .member .business_animal_img .elephant img {
    width: 18rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img .elephant {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img .elephant {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 40vw;
  }
  .sec_container05 .member .business_animal_img .elephant img {
    width: 13.63636364rem;
    aspect-ratio: 1/1;
  }
}
.sec_container05 .member .business_animal_img .bird {
  width: 20rem;
}
.sec_container05 .member .business_animal_img .bird img {
  width: 14rem;
}
.sec_container05 .member .business_animal_img .bird img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img .bird {
    width: 18rem;
  }
  .sec_container05 .member .business_animal_img .bird img {
    width: 12rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img .bird {
    flex: 0 0 33.33%;
    transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img .bird {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 40vw;
    transform: scale(-1, 1);
  }
  .sec_container05 .member .business_animal_img .bird img {
    width: 9.090909091rem;
    aspect-ratio: 1/1;
  }
}
.sec_container05 .member .business_animal_img .deer {
  width: 20rem;
}
.sec_container05 .member .business_animal_img .deer img {
  width: 15rem;
}
.sec_container05 .member .business_animal_img .deer img:hover {
  transform: translateY(-5px) scale(1.05);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .business_animal_img .deer {
    width: 18rem;
  }
  .sec_container05 .member .business_animal_img .deer img {
    width: 13rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .business_animal_img .deer {
    flex: 0 0 33.33%;
    transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .business_animal_img .deer {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 40vw;
    transform: scale(-1, 1);
  }
  .sec_container05 .member .business_animal_img .deer img {
    width: 10rem;
  }
}
.sec_container05 .member .introduction {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .introduction {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 15rem;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .introduction {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9rem 2.727272727rem;
  }
}
.sec_container05 .member .introduction_block .base {
  width: 20rem;
}
.sec_container05 .member .introduction_block .business_name {
  display: inline-block;
  color: #222e2f;
  background-color: #fff;
  border: 1px solid #709341;
  padding: 10px 20px;
  border-radius: 999px;
  margin: 1rem auto 0;
  font-weight: 500;
}
.sec_container05 .member .introduction_block p:first-child {
  margin: 0 auto;
}
.sec_container05 .member .introduction_block p:last-child {
  margin-top: 1rem;
}
@media only screen and (min-width: 851px) and (max-width: 1000px) {
  .sec_container05 .member .introduction_block {
    width: 21rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .sec_container05 .member .introduction_block {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .introduction_block:nth-child(5) {
    padding-top: 2rem;
  }
  .sec_container05 .member .introduction_block .base {
    width: 13.63636364rem;
  }
  .sec_container05 .member .introduction_block .business_name {
    margin: 0.7272727273rem auto 0;
    padding: 0.9090909091rem 1.818181818rem;
  }
  .sec_container05 .member .introduction_block p:last-child {
    margin-top: 0.7272727273rem;
  }
}
.sec_container05 .member .interview_btn {
  position: relative;
}
.sec_container05 .member .interview_btn a {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5rem;
  color: #fff;
  background-color: #00aaaf;
  display: block;
  /*padding: 7.5rem 0;*/
  border-radius: 2rem;
  box-shadow: 8px 8px 10px 1px rgba(181, 179, 170, 0.6);
  transition: 0.3s;
}
.sec_container05 .member .interview_btn a:hover {
  box-shadow: unset;
  transform: translate(6px, 6px);
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .interview_btn a {
    font-size: 1.45455rem;
    line-height: normal;
    border-radius: 1rem;
  }
}
.sec_container05 .member .interview_btn .btn_wrap {
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  p:first-child{
    img{
      width:15rem;
    }
  }*/
}
.sec_container05 .member .interview_btn .btn_wrap p {
  padding: 6.5rem 0;
  text-align: center;
}
.sec_container05 .member .interview_btn .btn_wrap p img {
  display: inline-block;
  width: 5.5rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 640px) {
  .sec_container05 .member .interview_btn .btn_wrap {
    display: block;
    /*p:first-child{
      display: none;
    }*/
  }
  .sec_container05 .member .interview_btn .btn_wrap p {
    padding: 2.272727273rem 0;
  }
  .sec_container05 .member .interview_btn .btn_wrap p img {
    width: 2.272727273rem;
    margin-left: 0.2727272727rem;
  }
}
.sec_container05 .member .interview_btn .btn_wrap {
  /*
  p:nth-child(2){
    padding: 7.5rem 0;
    position: relative;
    &::before{
      content: "";
      position: absolute;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background-color: #fff;
      right: calc(-10% + 10px);
    }
    &::after{
      content: "";
      position: absolute;
      width: 25px;
      height: 4px;
      border-radius: 9999px;
      background-color: $themeColor01;
      top: calc(50% + 2px);
      right: -40px;
    }
    span{
      position: relative;
      display: inline-block;
      width: 12.8px;
      height: 20.6px;
      &::before,
      &::after{
        content: "";
        position: absolute;
        top: calc(50% - 13px);
        right: -42px;
        width: 16px;
        height: 4px;
        border-radius: 9999px;
        background-color: $themeColor01;
        transform-origin: calc(100% - 2px) 50%;
      }
      &::before{
        transform: rotate(45deg);
      }
      &::after{
        transform: rotate(-45deg);
      }
    }
  }
  p:last-child{
    img{
      width:24rem;
    }
    @include media(spS){
      display: none;
    }
  }*/
}

/* /.sec_container05 *//*# sourceMappingURL=style.css.map */