@charset "utf-8";

/* ------------------------------
    グリーンコープかごしまとは
------------------------------ */
.ttlline span {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .ttlline span {
    font-size: 2rem;
  }
}

/* pagettl
------------------------------ */
#pagettl {
  padding: 84px 0 20px;
  background: url(../img/contact/contact_pagettl_bg_pc.png) no-repeat center top 30px;
}

#pagettl img {
  width: 557px;
}

@media screen and (max-width: 768px) {
  #pagettl {
    width: 100%;
    padding: 40px 0 20px;
    background:none;
  }
  #pagettl::before{
    content: "";
    width: 100%;
    max-width: 368px;
    height: 100%;
    background: url(../img/contact/contact_pagettl_bg_sp.png) no-repeat center top/ 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  #pagettl img {
    width: 240px;
  }
}


/* intro
------------------------------ */
#intro {
  padding: 50px 0 80px;
}

#intro .ttlline {
  /* text-align: left; */
}

#intro .txt {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

#intro .txt p {
  color: #000;
  margin-bottom: 1em;
}

#intro .linkbtn {
  display: block;
}

#intro .linkbtn a {
  display: block;
  width: 266px;
  height: 65px;
  margin: 0 auto;
}

#intro .linkbtn a span {
  padding-bottom: 0;
  padding: 0 60px 0 38px;
  justify-content: flex-start;
}

#intro .linkbtn a span::before {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 30px;
  margin: 0;
  margin-top: -6px
}

#intro .mascot {
  position: absolute;
  right: 47px;
  top: 0;
}


/* contact_tel
------------------------------ */
#contact_tel {
  padding: 130px 0;
}

#contact_tel::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg_stripe.png) repeat left top;
}

#contact_tel .ttlline {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #contact_tel .box {
    pointer-events: none;
  }
}


/* contact
------------------------------ */
#contact {
  padding: 87px 0 89px;
  background: url(../img/common/bg_yellow.png);
  margin-top: 60px;
}

#contact .ttlline {
  background: url(../img/common/bg_yellow.png);
  position: absolute;
  margin: 0;
  width: auto;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 45px 45px 0 0;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3.8em 15px;
}


/* faq
------------------------------ */
#faq {
  padding: 130px 0 60px;
  background: url(../img/common/bg_green.png);
}

#faq .wrap {
  padding: 90px 93px 100px;
  background: #fff;
}

#faq .ttlline {
  background: #fff;
  position: absolute;
  margin: 0;
  width: auto;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 45px 45px 0 0;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3.8em 15px;
}

#faq .faqttl {
  font-weight: bold;
  font-size: 2.4rem;
  color: #FF7800;
  position: relative;
  line-height: 1.5;
  margin-bottom: .2em;
}

#faq .faqttl::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #FF7800;
  border-radius: 50%;
  display: inline-block;
  margin-right: .4em;
}

#faq .faq_box {
  background: url(../img/common/bg_yellow.png);
  border-radius: 10px;
  padding: 10px 0;
}

#faq .faq_box + .faq_box {
  margin-top: 10px;
}

#faq .faq_box + .faqttl {
  margin-top: 60px;
}

#faq .faq_box * {
  color: #000;
}

#faq .faq_box .acd-btn {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 15px;
  position: relative;
}

#faq .faq_box .acd-cnt {
  display: none;
  background: #FEF9F0;
  padding: 16px 30px;
  margin-top: 10px;
}

#faq .faq_box .acd-cnt .txt {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 2.25;
}

#faq .faq_box .acd-btn:hover {
  cursor: pointer;
}

#faq .faq_box .acd-btn::before,
#faq .faq_box .acd-btn::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 2px;
  width: 18px;
  height: 2px;
  transition: .3s ease;
}

#faq .faq_box .acd-btn::before{
  transform: translateY(-50%) rotate(90deg);
}

#faq .faq_box .acd-btn.acd-open::before{
transform: rotate(45deg);
}
#faq .faq_box .acd-btn.acd-open::after {
  transform: rotate(-45deg);
}


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

  /* intro
------------------------------ */
  #intro {
    padding: 25px 0 40px;
    overflow: hidden;
  }
  #intro .txt {
    font-size: 1.4rem;
    margin-bottom: 4em;
    width: 100%;
  }

  #intro .linkbtn a {
    width: 180px;
    height: 50px;
  }

  #intro .linkbtn a span {
    padding-bottom: 0;
    padding: 0 40px 0 24px;
  }

  #intro .linkbtn a span::before {
    right: 20px;
  }

  #intro .mascot {
    width: 80px;
    /* right: auto; */
    /* left: 210px; */
    left: 50%;
    top: auto;
    bottom: -6px;
    transform: translateX(100px);
  }


  /* contact_tel
------------------------------ */
  #contact_tel {
    padding: 50px 0;
  }

  #contact_tel::before {
    height: 15px;
    background: url(../img/common/bg_stripe.png) repeat left top / 70px 70px;
  }

  #contact_tel .ttlline {
    margin-bottom: 25px;
  }

  #contact_tel .flex {
    display: block;
  }

  #contact_tel .box {
    display: block;
  }

  #contact_tel .box + .box {
    margin-top: 15px;
  }

  /* contact
------------------------------ */
  #contact {
    padding: 60px 0 45px;
  }

  #contact .ttlline {
    height: 60px;
    border-radius: 30px 30px 0 0;
    top: -30px;
    white-space: nowrap;
    padding: 0 1.5em 8px;
  }


  /* faq
------------------------------ */
  #faq {
    padding: 60px 0 30px;
  }

  #faq .wrap {
    padding: 60px 5% 50px;
  }

  #faq .ttlline {
    height: 60px;
    padding-bottom: 6px;
    border-radius: 30px 30px 0 0;
    top: -30px;
    white-space: nowrap;
    padding: 0 1.5em 8px;
  }

  #faq .faqttl {
    font-size: 1.8rem;
  }

  #faq .faqttl::before {
    width: 12px;
    height: 12px;
    margin-right: .2em;
  }

  #faq .faq_box {
    border-radius: 5px;
    padding: 10px 0;
  }

  #faq .faq_box + .faq_box {
    margin-top: 10px;
  }

  #faq .faq_box + .faqttl {
    margin-top: 30px;
  }

  #faq .faq_box .acd-btn {
    font-size: 1.6rem;
    padding: 0 30px 0 10px;
  }

  #faq .faq_box .acd-cnt {
    padding: 10px 20px;
    margin-top: 10px;
  }

  #faq .faq_box .acd-btn::before,
  #faq .faq_box .acd-btn::after {
    right: 10px;
    width: 14px;
  }
}

/*送信完了*/
#intro.thanks *{
  text-align: center;
}
#intro .linkbtn.backbtn a{
  width: 284px;
  margin-left: auto;
  margin-right: auto;
}
#intro .linkbtn.backbtn a span{
  padding: 0 38px 0 60px;
}
#intro .linkbtn.backbtn a span::before{
  right: auto;
  left: 20px;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  #intro.thanks *{
  text-align: left;
}
  #intro.thanks .wrap{
    max-width: 320px;
  }
  #intro .linkbtn.backbtn a{
    width: 200px;
    margin-left: 0;
  }
  #intro .linkbtn.backbtn a span{
    padding: 0 24px 0 40px;
  }
  #intro .linkbtn.backbtn a span::before{
    left: 14px;
  }
  #intro.thanks .mascot{
    left: auto;
    right: 0;
  }
}

.recruit-link {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.recruit-link p {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .recruit-link {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .recruit-link p {
    font-size: 1.6rem;
  }
}

#pagettl.thanks-recruit img {
  width: 294px;
}

@media screen and (max-width: 768px) {
  #pagettl.thanks-recruit img {
    width: 240px;
  }
}
