@charset "utf-8";

/* ------------------------------
    グリーンコープかごしまとは
------------------------------ */

/* intro
------------------------------ */
#intro{
  margin-bottom: 128px;
}
#intro .bg {
  padding: 70px 0 116px;
  background: url(../img/about/intro_bg_pc.jpg) no-repeat center / cover;
}


#intro .pagettl {
  text-align: center;
  margin-bottom: 48px;
}

#intro .pagettl img {
  width: 554px;
}

#intro .box {
  width: 676px;
  background: rgba(255, 255, 255, .8);
  border-radius: 10px;
  padding: 54px 33px 58px;
}

#intro .box .ttl {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: .6em;
}

#intro .box .txt {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: justify;
}

#intro .box .btn a {
  margin: 30px 0 0;
}

#intro .linkbtn {
  position: absolute;
  bottom: -63px;
  z-index: 1;
}

/* aboutus
------------------------------ */
#aboutus {
  padding: 0 0 248px;
  background: url(../img/about/aboutus_bg_pc.png) no-repeat center bottom -1px / 100% auto;
}

#aboutus .block01 {
  padding: 32px 0 0;
  background: url(../img/about/aboutus_block01_bg_pc.png) no-repeat center top;
}

#aboutus .block01 .ttlline + .txt {
  font-size: 1.8rem;
  font-weight: 500;
}

#aboutus .block01 .box {
  border: 4px solid #FF7800;
  border-radius: 10px;
  padding: 30px 36px;
  margin-top: 48px;
}

#aboutus .block01 .box * {
  color: #000;
}

#aboutus .block01 .box .ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.47;
  margin-bottom: .5em;
}

#aboutus .block01 .box .list li {
  position: relative;
}

#aboutus .block01 .box .list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #FF7800;
  border-radius: 50%;
  margin-right: .2em;
  position: relative;
  top: .1em;
  display: inline-block;
}

#aboutus .block01 .box .txt {
  margin-top: 2em;
}

#aboutus .block02 {
  margin-top: 60px;
  padding: 45px 0 120px;
  background: url(../img/about/aboutus_block02_bg_pc.png) no-repeat left calc(50% - 46px) top 0;
}

#aboutus .block02 * {
  color: #000;
}

#aboutus .block02 .wrap2 {
  width: 540px;
}

#aboutus .block02 .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.47;
  margin-bottom: 1.2em;
}

#aboutus .block02 .txt {
  font-size: 1.8rem;
}

#aboutus .block02 .txt + .txt {
  margin-top: 1em;
}

#aboutus .img {
  position: absolute;
  left: calc(50% - 484px);
  bottom: -6px;
  z-index: 1;
}

/* overview
------------------------------ */
#overview {
  padding: 72px 0 80px;
  background: url(../img/common/bg_yellow.png);
}


#overview dl.table {
  display: flex;
  flex-wrap: wrap;
}

#overview dl.table dt,
#overview dl.table dd {
  font-size: 2rem;
  padding: .5em .4em;
  color: #000;
  /*  border-bottom: 4px dotted #D2BF94*/
}

#overview dl.table dt {
  width: 9em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#overview dl.table dd {
  width: calc(100% - 9em);
  font-weight: 500;
  padding-right: 0;
  position: relative;
}

#overview dl.table dd::before {
  content: "";
  width: calc(100% + 9em);
  height: 4px;
  border-bottom: 4px dotted #D2BF94;
  position: absolute;
  left: -9em;
  bottom: -2px;
}

#overview dl.table dd .txt_s {
  display: block;
  margin-bottom: .5em;
}

/* office
------------------------------ */
#office {
  padding: 110px 0 80px;
}

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

#office .ttlline {
  margin-bottom: 60px;
}

#office .list {
  display: flex;
  flex-wrap: wrap;
}

#office .list .item {
  width: 263px;
}

#office .list .item .txtbox .ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 1em 0 .3em;
}

#office .list .item .txtbox .txt {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  #office .list .item + .item:not(:nth-child(4n + 1)) {
    margin-left: 16px;
  }

  #office .list .item:nth-child(n + 5) {
    margin-top: 50px;
  }
}

/* charm
------------------------------ */
#charm {
  padding: 74px 0 84px;
  background: url(../img/common/bg_green.png);
}

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

#charm .ttlline span {
  color: #fff;
}

#charm .ttlline span::before {
  background: #fff;
}

#charm .box {
  background: #fff;
  border-radius: 20px;
  padding: 34px 93px;
  margin-top: 60px;
}

#charm .box .imgwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#charm .box .imgwrap .txtbox {
  width: 542px;
}

#charm .box .imgwrap .txtbox .ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: .5em;
}

#charm .box .imgwrap .txtbox .txt {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.04em;
}

#charm .box01 {
  padding: 42px 93px 56px;
  margin-top: 0;
}

#charm .box01 .block {
  margin-top: 50px;
}

#charm .box01 .block .blockttl {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/common/bg_yellow.png);
  border-radius: 10px;
  padding: .4em;
}

#charm .box01 .block .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#charm .box01 .delivery .blockttl {
  margin-bottom: 50px;
}

#charm .box01 .delivery .item {
  width: 422px;
  position: relative;
}

#charm .box01 .delivery .item:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-left: 4px dotted #009944;
  position: absolute;
  left: -37px;
  top: 0;
}

#charm .box01 .delivery .item .ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
  white-space: nowrap;
}

#charm .box01 .delivery .item02 .ttl {
  margin-left: -.6em;
}

#charm .box01 .delivery .item .subttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.2;
}

#charm .box01 .delivery .item .txt {
  color: #000;
  text-align: justify;
  margin-bottom: 1em;
}

#charm .box01 .delivery .item .txt_s {
  display: block;
  line-height: 1.8;
  margin-top: .2em;
}

#charm .box01 .delivery .item .txtorange {
  color: #FF7800;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #FF7800;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: .5em .8em;
  margin-right: .5em;
}

#charm .box01 .delivery .item .img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}

#charm .box01 .delivery .item01,
#charm .box01 .delivery .item02 {
  height: 502px;
}

/* Safariのみ適用 */
_::-webkit-full-page-media, _:future, :root #charm .box01 .delivery .item01,
_::-webkit-full-page-media, _:future, :root #charm .box01 .delivery .item02 {
  height: 542px;
}


#charm .box01 .delivery .item01 .img,
#charm .box01 .delivery .item02 .img {
  width: 100%;
  height: 259px;
}

#charm .box01 .delivery .item01 .img {
  padding-left: 12px;
}

#charm .box01 .delivery .item02 .img {
  padding-left: 173px;
}

#charm .box01 .delivery .item03,
#charm .box01 .delivery .item04 {
  height: 583px;
  margin-top: 60px;
}

#charm .box01 .delivery .item03 .img,
#charm .box01 .delivery .item04 .img {
  width: 100%;
  height: 280px;
}

#charm .box01 .delivery .item03 .img {
  padding-left: 47px;
  padding-bottom: 6px;
}

#charm .box01 .delivery .item04 .img {
  padding-left: 6px;
}

#charm .box01 .shop {
  margin-top: 70px;
}

#charm .box01 .shop .blockttl {
  margin-bottom: 30px;
}

#charm .box01 .shop .list li {
  position: relative;
  color: #000;
}

#charm .box01 .shop .list li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #FF7800;
  border-radius: 50%;
  margin-right: .2em;
  position: relative;
  top: .1em;
  display: inline-block;
}

#charm .box01 .shop .list + .txt_s {
  color: #000;
}

#charm .box01 .shop .item {
  width: 263px;
  height: 350px;
  position: relative;
  margin-top: 50px;
}

#charm .box01 .shop .item + .item::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-left: 4px dotted #009944;
  position: absolute;
  left: -35px;
  top: 0;
}

#charm .box01 .shop .item:nth-of-type(4n)::before {
  content: none;
}

#charm .box01 .shop .item .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.5;
}

#charm .box01 .shop .item .txt {
  color: #000;
  text-align: justify;
  margin-bottom: 1em;
}

#charm .box01 .shop .item .img {
  width: 100%;
  height: 204px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#charm .box01 .shop .item04 .img {
  padding-bottom: 24px;
}

#charm .box01 .shop .item05 .img {
  padding-bottom: 33px;
}

#charm .box01 .shop .item06 .img {
  justify-content: flex-end;
}



/* joining
------------------------------ */
#joining {
  padding: 85px 0 10px;
}

#joining .ttlline {
  margin-bottom: 48px;
}

#joining .ttlline + .txt {
  font-weight: bold;
  font-size: 2.2rem;
}

#joining .step {
  margin-top: 60px;
  position: relative;
}

#joining .step .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  position: relative;
  background: #FFFF00;
  border-radius: 10px;
  height: 70px;
  line-height: 70px;
}

#joining .step .ttl .en {
  font-weight: 400;
  font-size: 3rem;
  display: inline-block;
  color: #FFFF00;
  background: #009944;
  width: 160px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .2em;
}

#joining .step .ttl .en .num {
  font-size: 4rem;
  margin-left: .2em;
}

#joining .step .txt {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  margin: 1.6em 0;
}

#joining .step .img {
  position: absolute;
}

#joining .step .txtorange {
  color: #FF7800;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  position: relative;
  margin: .5em 0;
}

#joining .step01 .box {
  display: block;
}

#joining .step01 .box01 {
  pointer-events: none;
}

#joining .step02 .img {
  right: 8px;
  top: -28px;
}

#joining .step02 .txtorange {
  margin: 67px 0 0;
  padding: .4em 0 .6em;
}

#joining .step02 .txtorange::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 210px 0 210px;
  border-color: #FFFF00 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

#joining .step03 .img {
  right: 38px;
  top: 0;
}

#joining .step04 .img {
  right: 26px;
  top: 18px;
}


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



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

  /* intro
  ------------------------------ */
  #intro{
    margin-bottom: 0;
  }
  #intro .bg {
    padding: 25px 0 67.6vw;
    background: #F8F8F7 url(../img/about/intro_bg_sp.jpg) no-repeat center bottom/ 100% auto;
  }

  #intro .pagettl {
    margin-bottom: 25px;
  }

  #intro .pagettl img {
    width: 240px;
  }

  #intro .box {
    width: 100%;
    padding: 20px 5% 30px;
  }

  #intro .box .ttl {
    font-size: 1.85rem;
  }

  #intro .box .txt {
    font-size: 1.4rem;
  }

  #intro .box .btn a {
    margin: 35px auto 0;
  }

  #intro .linkbtn {
    position: static;
    padding: 20px 0;
  }

  /* aboutus
  ------------------------------ */
  #aboutus {
    padding: 0 0 38.66vw;
    background: url(../img/about/aboutus_bg_sp.png) no-repeat center bottom / 100% auto;
  }

  #aboutus .block01 {
    padding: 20px 0 0;
    background: none;
    position: relative;
  }

  #aboutus .block01::before {
    content: "";
    width: 94%;
    max-width: 346px;
    height: 0;
    padding-top: 32%;
    background: url(../img/about/aboutus_block01_bg_sp.png) no-repeat center top / 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }


  #aboutus .block01 .ttlline + .txt {
    font-size: 1.4rem;
  }

  #aboutus .block01 .box {
    border: 2px solid #FF7800;
    border-radius: 5px;
    padding: 20px 5%;
    margin-top: 25px;
  }

  #aboutus .block01 .box .ttl {
    font-size: 1.7rem;
  }

  #aboutus .block01 .box .list li {
    font-size: 1.2rem;
  }

  #aboutus .block01 .box .list li::before {
    width: 11px;
    height: 11px;
  }

  #aboutus .block01 .box .txt {
    font-size: 1.2rem;
  }

  #aboutus .block02 {
    margin-top: 0;
    padding: 15px 0 0;
    background: none;
  }

  #aboutus .block02 .bgimg {
    width: 96%;
    margin: 0 auto 30px;
  }

  #aboutus .block02 .wrap2 {
    width: 94%;
  }

  #aboutus .block02 .ttl {
    font-size: 1.7rem;
    margin-bottom: .5em;
  }

  #aboutus .block02 .txt {
    font-size: 1.4rem;
  }

  #aboutus .block02 .txt + .txt {
    margin-top: 0;
  }

  #aboutus .img {
    width: 79%;
    left: -1%;
    bottom: 0;
  }

  /* overview
  ------------------------------ */
  #overview {
    padding: 35px 0 40px;
  }

  #overview dl.table {
    display: block;
  }

  #overview dl.table dt,
  #overview dl.table dd {
    font-size: 1.4rem;
    padding: .5em .4em;
  }

  #overview dl.table dt {
    width: 100%;
    padding-bottom: .2em;
  }

  #overview dl.table dd {
    width: 100%;
    padding-top: 0;
  }

  #overview dl.table dd::before {
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #D2BF94;
    left: 0;
    bottom: -1px;
  }

  /* office
  ------------------------------ */
  #office {
    padding: 60px 0 40px;
  }

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

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

  #office .list .item {
    width: 48%;
  }

  #office .list .item:nth-child(n + 3) {
    margin-top: 20px;
  }

  #office .list .item:nth-child(even) {
    margin-left: 4% !important;
  }

  #office .list .item .txtbox .ttl {
    font-size: 1.6rem;
  }

  #office .list .item .txtbox .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* charm
  ------------------------------ */
  #charm {
    padding: 40px 0;
  }

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

  #charm .box {
    border-radius: 10px;
    padding: 20px 5%;
    margin-top: 30px;
  }

  #charm .box .imgwrap {
    display: block;
  }

  #charm .box .imgwrap .img {
    width: 52%;
    margin: 0 auto;
  }

  #charm .box .imgwrap .txtbox {
    width: 100%;
    margin-top: 15px;
  }

  #charm .box .imgwrap .txtbox .ttl {
    font-size: 1.8rem;
    text-align: center;
  }

  #charm .box .imgwrap .txtbox .txt {
    font-size: 1.4rem;
  }

  #charm .box01 {
    padding: 20px 5% 40px;
    margin-top: 0;
  }

  #charm .box01 .block {
    margin-top: 25px;
  }

  #charm .box01 .block .blockttl {
    font-size: 2rem;
    border-radius: 5px;
  }

  #charm .box01 .block .flex {
    display: block;
  }

  #charm .box01 .delivery .blockttl {
    margin-bottom: 0;
  }

  #charm .box01 .delivery .item {
    width: 100%;
    padding: 25px 3%;
  }

  #charm .box01 .delivery .item:nth-of-type(even)::before {
    content: none;
  }

  #charm .box01 .delivery .item + .item {
    border-top: 2px dotted #009944;
  }

  #charm .box01 .delivery .item .ttl {
    font-size: 2.2rem;
    margin-bottom: .5em;
  }

  #charm .box01 .delivery .item02 .ttl {
    margin-left: 0;
  }

  #charm .box01 .delivery .item .subttl {
    font-size: 1.6rem;
  }

  #charm .box01 .delivery .item .txt {
    font-size: 1.2rem;
  }

  #charm .box01 .delivery .item .txt_s {
    font-size: 1rem;
  }

  #charm .box01 .delivery .item .txtorange {
    font-size: 1.4rem;
    padding: .3em .5em;
  }

  #charm .box01 .delivery .item .img {
    position: static;
    display: block;
    margin: 20px auto 0;
  }

  #charm .box01 .delivery .item01,
  #charm .box01 .delivery .item02 {
    height: auto;
  }

  #charm .box01 .delivery .item01 .img,
  #charm .box01 .delivery .item02 .img {
    height: auto;
  }

  #charm .box01 .delivery .item01 .img {
    width: 64.8%;
    padding-left: 0;
    margin-left: 6%;
  }

  #charm .box01 .delivery .item02 .img {
    width: 22.5%;
    padding-left: 0;
  }

  #charm .box01 .delivery .item03,
  #charm .box01 .delivery .item04 {
    height: auto;
    margin: 0 auto 0;
  }

  #charm .box01 .delivery .item03 .img,
  #charm .box01 .delivery .item04 .img {
    height: auto;
  }

  #charm .box01 .delivery .item03 .img {
    width: 85.7%;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: 5%;
  }

  #charm .box01 .delivery .item04 .img {
    width: 95.2%;
    padding-left: 0;
  }

  #charm .box01 .shop {
    margin-top: 40px;
  }

  #charm .box01 .shop .blockttl {
    margin-bottom: 20px;
  }

  #charm .box01 .shop .list li {
    font-size: 1.2rem;
  }

  #charm .box01 .shop .list li::before {
    width: 11px;
    height: 11px;
  }

  #charm .box01 .shop .list + .txt_s {
    font-size: 1rem;
  }

  #charm .box01 .shop .item {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 25px 3%;
  }

  #charm .box01 .shop .item + .item::before {
    content: none;
  }

  #charm .box01 .shop .item + .item {
    border-top: 2px dotted #009944;
  }

  #charm .box01 .shop .item .ttl {
    font-size: 1.6rem;
  }

  #charm .box01 .shop .item .txt {
    font-size: 1.2rem;
  }

  #charm .box01 .shop .item .img {
    width: 100%;
    height: auto;
    position: static;
    display: block;
    margin: 20px auto 0;
  }

  #charm .box01 .shop .item01 .img {
    width: 65.2%;
  }

  #charm .box01 .shop .item02 .img {
    width: 71.6%;
    padding-bottom: 0;
  }

  #charm .box01 .shop .item03 .img {
    width: 60.24%;
  }

  #charm .box01 .shop .item04 .img {
    width: 65.2%;
    padding-bottom: 0;
  }

  #charm .box01 .shop .item05 .img {
    width: 55.68%;
    padding-bottom: 0;
  }

  #charm .box01 .shop .item06 .img {
    width: 75.04%;
    margin-right: 0;
  }





  /* joining
  ------------------------------ */
  #joining {
    padding: 40px 0 10px;
  }

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

  #joining .ttlline + .txt {
    font-size: 1.4rem;
  }

  #joining .step {
    margin-top: 40px;
  }

  #joining .step .ttl {
    font-size: 1.7rem;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 90px;
  }

  #joining .step .ttl .en {
    font-size: 1.5rem;
    width: 80px;
    border-radius: 5px 0 0 5px;
  }

  #joining .step .ttl .en .num {
    font-size: 2rem;
  }

  #joining .step .txt {
    font-size: 1.4rem;
    text-align: left;
  }

  #joining .step .txtwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }

  #joining .step .txtwrap .txt,
  #joining .step .txtwrap .txtorange {
    width: 56%;
    text-align: left;
    margin: 0;
  }

  #joining .step .img {
    position: static;
    width: 44%;
    text-align: center;
  }

  #joining .step .txtorange {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: .5em 0;
  }

  #joining .step01 .box {
    display: block;
    width: 87%;
    margin: 0 auto;
  }

  #joining .step01 .box01 {
    pointer-events: auto;
    margin-bottom: 20px;
  }

  #joining .step02 .txtwrap{
    margin-top: 5px;
  }

  #joining .step02 .img img {
    width: 72%;
  }

  #joining .step02 .txtorange {
    margin: 20px 0 0;
  }

  #joining .step02 .txtorange::before {
    border-width: 70px 150px 0 150px;
  }

  #joining .step03 {
    margin-top: 20px;
  }

  #joining .step03 .img img {
    width: 70%;
  }

  #joining .step04 .img img {
    width: 80%;
  }

}

@media screen and (max-width: 400px) {
  #joining .step .ttl {
    font-size: 1.5rem;
    padding-left: 66px;
    letter-spacing: -.05em;
  }

  #joining .step .ttl .en {
    font-size: 1.4rem;
    width: 60px;
    letter-spacing: 0;
  }

  #joining .step .ttl .en .num {
    font-size: 1.8rem;
  }
}

.charm-logo {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .charm-logo {
    text-align: center;
    margin-top: 1rem;
  }
  .charm-logo img {
    max-width: 180px;
  }
}
