@charset "UTF-8";

* {
  box-sizing: border-box;
}

:root {
  --color-black: #4A1F16;
  --color-orange: #D04C27;
  --color-green: #006934;
  --color-pink: #FD828B;
  --color-blue: #22B8C4;
  --color-yellow: #FFF472;
  --color-brown: #CBB47B;
  --font-kurobara: "Kurobara Cinderella", serif;
  --font-hand: "adobe-handwriting-ernie", sans-serif;
  --box-shadow: 20px 20px 15px rgba(52, 39, 0, 0.15);
  --box-shadow-06: 20px 20px 15px rgba(52, 39, 0, 0.06);
}

/* =====================
  fonts
===================== */

/*  Regular (400)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"),
       url("../../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
}

/*  Bold (700)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"),
       url("../../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
}

/*  ExtraBold (900)
------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"),
       url("../../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
}

/*  黒薔薇シンデレラ (400)
------------------------*/
@font-face {
  font-family: "Kurobara Cinderella";
  src: url("../../fonts/kurobara-cinderella.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

/* =====================
  common
===================== */

#junglia {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  font-style: normal;
  color: var(--color-black);
  overflow: clip;
}

#junglia .inner {
  margin: 0 auto;
}

#junglia img,
#footer_line img,
#footer img {
  width: 100%;
  height: auto;
}

#junglia a {
  text-decoration: none;
}

#wrapper {
  overflow: clip;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    common
  ===================== */

  #junglia {
    font-size: 16px;
    position: relative;
    isolation: isolate;
    background: url(../../img/feature/junglia/bg_texture.jpg?v=1) repeat center;
    background-size: 1366px;
  }

  #junglia .inner {
    width: 95%;
    max-width: 1120px;
  }

  .tab {
    display: none;
  }

  .pc_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 70px 0;
  }

  .contents.bg_w {
    background: rgba(255, 255, 255, 0.9);
  }

  .contents.section {
    position: relative;
    margin-top: 105px;
    padding-top: 0;
  }

  .contents.section::before {
    content: '';
    width: 100%;
    height: 160px;
    display: block;
    background: url(../../img/feature/junglia/section_paper.svg) repeat-x top center;
    background-size: 1366px;
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: .9;
  }

  .contents .inner {
    position: relative;
  }

  .contents .inner::before,
  .contents .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    opacity: .6;
    mix-blend-mode: multiply;
  }

  .contents .inner::before {
    width: 452px;
    height: 307px;
    background-image: url(../../img/feature/junglia/bg_leaf1.png);
    top: 0;
    left: -256px;
  }

  .contents .inner::after {
    width: 724px;
    height: 491px;
    background-image: url(../../img/feature/junglia/bg_leaf2.png);
    top: -40px;
    right: -417px;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 32px;
  }
  
  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 342px;
    height: 130px;
    margin: 40px auto 0;
    background: url(../../img/feature/junglia/btn.svg) no-repeat center;
    background-size: contain;
    padding-top: 15px;
  }

  .btn a {
    width: 320px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin: 0 auto;
    color: #fff;
    padding: 0 40px 10px 0;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: 22px;
    height: 20px;
    display: block;
    background: url(../../img/feature/junglia/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    margin-top: -4px;
  }
  
  .btn_text {
    font-family: var(--font-kurobara);
    display: block;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .btn_ball {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 4px;
    color: var(--color-orange);
    background: #fff;
    position: relative;
  }

  .btn_ball::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }

  /* =====================
    fv
  ===================== */

  #fv {
    height: 760px;
    padding-bottom: 10px;
  }

  #fv .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #fv .inner::before,
  #fv .inner::after {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: .6;
  }
  
  #fv .inner::before {
    content: '';
    width: 868px;
    height: 589px;
    background-image: url(../../img/feature/junglia/bg_leaf1.png);
    top: -78px;
    left: -537px;
  }

  #fv .inner::after {
    content: '';
    width: 643px;
    height: 436px;
    background-image: url(../../img/feature/junglia/bg_leaf2.png);
    bottom: 55px;
    right: -294px;
  }

  .fv_text {
    position: relative;
    z-index: 1;
  }

  .logo_junglia {
    width: 144px;
    margin: 0 auto;
  }

  .fv_ttl {
    width: 695px;
    margin: 0 auto -40px;
  }

  .fv_pr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .fv_pr li {
    width: 160px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .fv_pr li:nth-child(1) {
    background-image: url(../../img/feature/junglia/fv_pr1.svg);
  }

  .fv_pr li:nth-child(2) {
    background-image: url(../../img/feature/junglia/fv_pr2.svg);
    margin-top: 20px;
  }

  .fv_pr li:nth-child(3) {
    background-image: url(../../img/feature/junglia/fv_pr3.svg);
  }

  .fv_text .text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
  }

  #fv .btn {
    margin-top: 10px;
  }

  /*  fv_img
  ------------------------*/
  
  .fv_img li {
    position: absolute;
    animation-name: fv_float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
  }


  @keyframes fv_float {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    40% {
      transform: translate3d(3px, -5px, 0) rotate(0.15deg);
    }
    70% {
      transform: translate3d(-2px, 4px, 0) rotate(-0.15deg);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
  }

  .fv_img li:nth-child(1) {
    width: 239px;
    top: -10px;
    left: 5px;
    animation-duration: 10.5s;
    animation-delay: -2.0s;
  }

  .fv_img li:nth-child(2) {
    width: 307px;
    top: 199px;
    left: -135px;
    animation-duration: 12.0s;
    animation-delay: -4.5s;
  }

  .fv_img li:nth-child(3) {
    width: 194px;
    bottom: 163px;
    left: 80px;
    animation-duration: 9.8s;
    animation-delay: -3.2s;
  }

  .fv_img li:nth-child(4) {
    width: 242px;
    bottom: 20px;
    left: -151px;
    animation-duration: 13.5s;
    animation-delay: -5.6s;
  }

  .fv_img li:nth-child(5) {
    width: 285px;
    top: -15px;
    right: -13px;
    animation-duration: 11.2s;
    animation-delay: -3.8s;
  }

  .fv_img li:nth-child(6) {
    width: 332px;
    top: 216px;
    right: -164px;
    animation-duration: 12.8s;
    animation-delay: -2.9s;
  }

  .fv_img li:nth-child(7) {
    width: 212px;
    bottom: 144px;
    right: 61px;
    animation-duration: 9.5s;
    animation-delay: -4.1s;
  }

  .fv_img li:nth-child(8) {
    width: 210px;
    bottom: 30px;
    right: -133px;
    animation-duration: 14.5s;
    animation-delay: -6.2s;
  }

  .fv_img li img {
    border-radius: 20px;
    box-shadow: var(--box-shadow);
  }

  /* =====================
    ttl
  ===================== */

  /*  ttl_area
  ------------------------*/
  
  .ttl_area {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .ttl_area .en {
    font-family: var(--font-hand);
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-blue);
    background: url(../../img/feature/junglia/ttl_bg.svg) no-repeat top center;
    background-size: 205px;
    padding-top: 60px;
    margin-bottom: 8px;
  }

  .bg_w .ttl_area .en {
    color: var(--color-pink);
  }

  .ttl_area .en span {
    display: inline-block;
    transform: rotate(-10deg);
  }
  
  .ttl_area .ja {
    font-family: var(--font-kurobara);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: var(--color-green);
  }

  .ttl_area .ja span {
    background: linear-gradient(transparent 65%, var(--color-yellow) 65%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  /*  ttl_sub
  ------------------------*/
  
  .ttl_sub {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* =====================
    about
  ===================== */

  #about {
    padding-bottom: 0;
  }

  #about .inner::before,
  #about .inner::after {
    display: none;
  }

  /*  about_column
  ------------------------*/
  
  .about_column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    z-index: 0;
  }

 .about_column::before {
    content: '';
    width: 724px;
    height: 491px;
    display: block;
    background: url(../../img/feature/junglia/bg_leaf1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: 60px;
    opacity: 0.5;
    z-index: -1;
 }

  .about_img {
    max-width: 520px;
    width: 47%;
  }

  .about_img img {
    border-radius: 20px;
    box-shadow: var(--box-shadow);
  }

  .about_text {
    max-width: 520px;
    width: 47%;
  }

  .about_label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .about_label span {
    background: linear-gradient(transparent 0%, var(--color-yellow) 0%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 1px 5px;
  }
  
  /*  about_map
  ------------------------*/
  
  .about_map {
    display: flex;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--box-shadow-06);
    position: relative;
  }

  .about_map::before {
    content: '';
    width: 146px;
    height: 183px;
    background: url(../../img/feature/junglia/about_map.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -38px;
    left: -49px;
  }

  .map_text {
    width: 50%;
    min-height: 290px;
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 50px 60px;
  }

  .map_google {
    width: 50%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
  }

  .map_google iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* =====================
    features
  ===================== */

  #features .deco {
    width: 350px;
    position: absolute;
    top: 60px;
    right: -160px;
    z-index: 1;
  }
  
  .features_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }

  .features_item {
    max-width: 340px;
    width: 31%;
    padding: 40px 45px 55px;
    background: url(../../img/feature/junglia/features_item_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }

  .features_item:nth-child(2) {
    margin-top: 40px;
  }

  .features_item:nth-child(3) {
    margin-top: 80px;
  }

  .features_item::before,
  .features_item::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .features_item::before {
    width: calc( 100% + 50px );
    height: 32px;
    background-image: url(../../img/feature/junglia/features_item_t.svg);
    top: -25px;
  }

  .features_item::after {
    width: calc( 100% + 32px );
    height: 65px;
    background-image: url(../../img/feature/junglia/features_item_b.svg);
    bottom: -40px;
  }

  .features_item .ttl_sub {
    text-align: center;
  }

  .features_item .text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  /* =====================
    junglia_map
  ===================== */
  
  #junglia_map.contents {
    position: relative;
    height: 550px;
    padding: 0;
  }

  #junglia_map .map_sticky {
    height: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  #junglia_map .map_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  #junglia_map .map_img img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    transform: translateY(0);
  }

  /* =====================
    job
  ===================== */
  
  #job .inner:first-of-type {
    width: 900%;
    padding-bottom: 20px;
  }

  .job_text {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }

  /*  job_img
  ------------------------*/
  
  .job_img li {
    position: absolute;
    animation-name: fv_float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
  }

  .job_img li:nth-child(1) {
    width: 313px;
    top: -10px;
    left: 10px;
    animation-duration: 10.5s;
    animation-delay: -2.0s;
  }

  .job_img li:nth-child(2) {
    width: 221px;
    top: 242px;
    left: -92px;
    animation-duration: 12.0s;
    animation-delay: -4.5s;
  }

  .job_img li:nth-child(3) {
    width: 382px;
    bottom: 0;
    left: -82px;
    animation-duration: 9.8s;
    animation-delay: -3.2s;
  }

  .job_img li:nth-child(4) {
    width: 328px;
    top: -10px;
    right: -10px;
    animation-duration: 13.5s;
    animation-delay: -5.6s;
  }

  .job_img li:nth-child(5) {
    width: 253px;
    top: 257px;
    right: -145px;
    animation-duration: 11.2s;
    animation-delay: -3.8s;
  }

  .job_img li:nth-child(6) {
    width: 398px;
    bottom: -32px;
    right: -124px;
    animation-duration: 12.8s;
    animation-delay: -2.9s;
  }

  .job_img li img {
    border-radius: 20px;
    box-shadow: var(--box-shadow);
  }

  /*  job_deco
  ------------------------*/

  #job .deco {
    z-index: -1;
  }
  
  #job .deco:nth-of-type(1) {
    width: 247px;
    position: absolute;
    top: -135px;
    left: -195px;
  }

  #job .deco:nth-of-type(2) {
    width: 235px;
    position: absolute;
    top: 242px;
    right: 42px;
  }

  #job .deco:nth-of-type(3) {
    width: 260px;
    position: absolute;
    bottom: -226px;
    left: -245px;
  }

  /*  job_list
  ------------------------*/
  
  .job_list {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }

  .job_item {
    max-width: 257px;
    width: 23%;
    border: 5px solid var(--color-brown);
    border-radius: 20px;
    padding: 40px 20px 35px;
    position: relative;
  }

  .job_item:nth-of-type(even) {
    margin-top: 20px;
  }

  .job_item::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  }

  .job_item:nth-of-type(1)::before {
    width: 84px;
    height: 175px;
    background-image: url(../../img/feature/junglia/job_item_deco1.svg);
    bottom: 0;
    right: calc(100% + 4px);
  }

  .job_item:nth-of-type(2)::before {
    width: 79px;
    height: 118px;
    background-image: url(../../img/feature/junglia/job_item_deco2.svg);
    top: -25px;
    left: -18px;
  }

  .job_item:nth-of-type(4)::before {
    width: 61px;
    height: 220px;
    background-image: url(../../img/feature/junglia/job_item_deco3.svg);
    bottom: 0;
    left: calc(100% + 4px);
  }

  .job_ttl {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .job_item .text {
    font-size: 14px;
    line-height: 1.8;
  }

  /* =====================
    interview
  ===================== */
  
  #interview .ttl_area {
    margin-bottom: 80px;
  }

  .interview_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .interview_item:last-of-type {
    margin-bottom: 0;
  }

  .interview_item:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  #interview .deco {
    width: 320px;
    position: absolute;
    top: -62px;
    right: -230px;
  }

  /*  interview_box
  ------------------------*/
  
  .interview_box {
    width: calc( 100% - 260px - 60px );
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--box-shadow-06);
    position: relative;
  }

  .interview_box::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 28px solid #fff;
    border-right: 0;
    position: absolute;
    top: 70px;
    left: 100%;
  }

  .interview_item:nth-of-type(even) .interview_box::before {
    border-right: 28px solid #fff;
    border-left: 0;
    right: 100%;
    left: auto;
  }

  .interview_text {
    padding: 50px 60px 0;
  }

  .interview_text .text {
    padding-bottom: 50px;
  }
 
  .interview_text .text.readmore {
    --rm-max: 300px;
    --rm-full: 0px;
    position: relative;
  }

  .interview_text .text.readmore.is-need {
    max-height: var(--rm-max);
    overflow: hidden;
    transition: max-height .6s ease;
  }

  .interview_text .text.readmore.is-need::after {
    content: '';
    height: 180px;
    background:  linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  .readmore__chk {
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .readmore__btn {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
  }

  .readmore__btn span {
    position: relative;
    padding-right: 20px;
  }

  .readmore__btn span::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url(../../img/feature/junglia/icon_more.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .readmore__chk:checked ~ .readmore__btn {
    opacity: 0;
    pointer-events: none;
  }

  .interview_text .text.readmore:has(.readmore__chk:checked) {
    max-height: var(--rm-full);
  }

  .interview_text .text.readmore:has(.readmore__chk:checked)::after {
    opacity: 0;
  }

  .interview_img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }

  .interview_text .ttl_sub {
    margin-bottom: 40px;
  }

  /*  interview_prof
  ------------------------*/
  
  .interview_prof {
    width: 260px;
    border: 5px solid var(--color-brown);
    border-radius: 20px;
    padding: 25px 30px 30px;
    position: sticky;
    top: 100px;
  }

  .prof_icon {
    width: 130px;
    margin: 0 auto;
  }

  .prof_icon img {
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
  }

  .prof_job {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    margin: -10px 0 10px;
  }

  .prof_job span {
    display: inline-block;
    background: linear-gradient(transparent 0%, var(--color-yellow) 0%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 1px 5px;
  }

  .prof_name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .prof_name span {
    font-size: 12px;
  }

  .prof_text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
  }

  /* =====================
    gallery
  ===================== */
  
  #gallery {
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .gallery_wrap {
    display: flex;
    overflow: hidden;
  }

  .gallery_wrap ul {
    display: flex;
    animation: gallery_loop 80s infinite linear 0.5s both;
  }

  .gallery_wrap ul li {
    width: 525px;
  }

  @keyframes gallery_loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  /* =====================
    faq
  ===================== */

  #faq .deco {
    width: 327px;
    position: absolute;
    top: -130px;
    left: -175px;
  }
  
  .faq_list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .faq_item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 13px;
    box-shadow: var(--box-shadow-06);
  }

  .faq_item:last-of-type {
    margin-bottom: 0;
  }

  .faq_item .question,
  .faq_item .answer {
    position: relative;
  }

  .faq_item .question {
    display: block;
    padding: 27px 60px 27px 75px;
    font-weight: 600;
    cursor: pointer;
  }

  .faq_item .answer {
    font-size: 16px;
  }

  .faq_item .question::before,
  .faq_item .answer::before {
    content: '';
    width: 27px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 29px;
    left: 25px;
  }

  .faq_item .question::before {
    background-image: url(../../img/feature/junglia/faq_q.svg);
  }

  .faq_item .answer::before {
    background-image: url(../../img/feature/junglia/faq_a.svg);
    top: 3px;
  }

  .faq_item .question span {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/feature/junglia/faq_open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }

  .faq_item .answer a {
    color: var(--color-black);
    text-decoration: underline;
  }

  .cssacc {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding: 0 60px 0 75px;
  }

  .cssacc:checked + .question span {
    background-image: url(../../img/feature/junglia/faq_close.svg);
  }

  .cssacc:checked + .question + .accshow {
    height: auto;
    padding-bottom: 40px;
    opacity: 1;
  }

  /* =====================
    guideline
  ===================== */

  #guideline .deco {
    width: 321px;
    position: absolute;
    top: -83px;
    right: -218px;
    z-index: 1;
  }

  /*  guideline_table
  ------------------------*/
    
  .guideline_table {
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--box-shadow-06);
    margin: 0 auto 80px;
    padding: 30px 50px 60px;
    position: relative;
    z-index: 1;
  }

  .guideline_table table {
    width: 100%;
  }

  .guideline_table table th,
  .guideline_table table td {
    border-bottom: 2px solid #F0F0F0;
    padding: 16px 0;
    text-align: left;
  }

  .guideline_table table th {
    width: 200px;
    font-weight: 600;
  }

  .guideline_table table td {
    width: calc( 100% - 200px );
  }

  /*  guideline_junglia
  ------------------------*/

  .guideline_junglia {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border: 5px solid var(--color-brown);
    border-radius: 20px;
    padding: 40px 45px 45px;
    display: flex;
    justify-content: space-between;
  }
  
  .junglia_img {
    width: 330px;
  }

  .junglia_text {
    margin-top: 10px;
    width: calc( 100% - 330px - 40px);
  }

  .junglia_ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .junglia_text .text {
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .junglia_url {
    font-size: 12px;
    margin-top: 25px;
  }

  #guideline .junglia_url a {
    color: var(--color-black);
    text-decoration: underline;
  }

  /*  share_area
  ------------------------*/
  
  .share_area {
    margin-top: 50px;
  }

  .share_ttl {
    width: 446px;
    margin: 0 auto 25px;
  }

  .share_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 20px;
  }

  .share_list li {
    width: 50px;
  }

  .share_copy {
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 auto;
    background: #FFF7DB;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(52, 39, 0, 0.06);
    cursor: pointer;
  }

  .share_copy span {
    position: relative;
    padding-left: 28px;
  }

  .share_copy span::before {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    background: url(../../img/feature/junglia/share_link.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .share_copy.is-copied {
    box-shadow: 0 10px 10px rgba(52, 39, 0, 0.06);
    transform: translateY(-1px);
  }

  .share_copy span {
    transition: opacity .2s ease;
  }

  /* =====================
    entry
  ===================== */
  
  #entry {
    background: url(../../img/feature/junglia/entry_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
  }

  #entry .ttl_area {
    margin-bottom: 40px;
  }

  #entry .ttl_area .en {
    color: var(--color-yellow);
  }

  #entry .ttl_area .ja {
    color: #fff;
  }

  #entry .ttl_area .ja span {
    background: linear-gradient(transparent 65%, var(--color-pink) 65%);
  }

  #entry .text {
    font-size: 27px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  #entry .btn_area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }

  #entry .btn_area::before {
    content: '';
    width: 545px;
    height: 195px;
    display: block;
    background: url(../../img/feature/junglia/entry_btn_bg.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }


}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    common
  ===================== */

  #junglia {
    font-size: 14px;
    padding-top: 100px;
    line-height: 1.85;
    isolation: isolate;
    background: url(../../img/feature/junglia/bg_texture_sp.jpg?) repeat center;
    background-size: cover;
  }

  #junglia .inner {
    width: 95%;
    max-width: 550px;
  }

  .sp_none {
    display: none !important;
  }

  /* =====================
    contents
  ===================== */
  
  .contents {
    padding: 50px 0 20px;
  }

  .contents.bg_w {
    background: rgba(255, 255, 255, 0.9);
  }

  .contents.section {
    position: relative;
    margin-top: 80px;
    padding-top: 0;
  }

  .contents.section::before {
    content: '';
    width: 100%;
    height: 120px;
    display: block;
    background: url(../../img/feature/junglia/section_paper.svg) repeat-x top center;
    background-size: 1366px;
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: .9;
  }

  .contents .inner {
    position: relative;
  }

  .contents .inner::before,
  .contents .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    opacity: .6;
    mix-blend-mode: multiply;
  }

  .contents .inner::before {
    width: 202px;
    height: 137px;
    background-image: url(../../img/feature/junglia/bg_leaf1.png);
    top: 0;
    left: -80px;
  }

  .contents .inner::after {
    width: 254px;
    height: 161px;
    background-image: url(../../img/feature/junglia/bg_leaf2.png);
    top: 20px;
    right: -100px;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 16px;
  }
  
  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 300px;
    height: 120px;
    margin: 20px auto 0;
    background: url(../../img/feature/junglia/btn.svg) no-repeat center;
    background-size: contain;
    padding-top: 15px;
  }

  .btn a {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin: 0 auto;
    color: #fff;
    padding: 0 30px 10px 0;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: 22px;
    height: 20px;
    display: block;
    background: url(../../img/feature/junglia/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    margin-top: -4px;
  }
  
  .btn_text {
    font-family: var(--font-kurobara);
    display: block;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .btn_ball {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 4px;
    color: var(--color-orange);
    background: #fff;
    position: relative;
  }

  .btn_ball::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }

  /* =====================
    fv
  ===================== */

  #fv {
    padding: 40px 0 80px;
  }

  #fv .inner {
    position: relative;
  }

  #fv .inner::before,
  #fv .inner::after {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: .6;
  }
  
  #fv .inner::before {
    content: '';
    width: 290px;
    height: 199px;
    background-image: url(../../img/feature/junglia/bg_leaf1.png);
    top: 240px;
    left: -100px;
  }

  #fv .inner::after {
    content: '';
    width: 193px;
    height: 126px;
    background-image: url(../../img/feature/junglia/bg_leaf2.png);
    top: 260px;
    right: -80px;
  }

  .fv_text {
    position: relative;
    z-index: 1;
  }

  .logo_junglia {
    width: 120px;
    margin: 0 auto 10px;
  }

  .fv_ttl {
    width: 100%;
    margin: 0 auto -40px;
  }

  .fv_pr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .fv_pr li {
    width: 120px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -5px;
  }

  .fv_pr li:nth-child(1) {
    background-image: url(../../img/feature/junglia/fv_pr1.svg);
  }

  .fv_pr li:nth-child(2) {
    background-image: url(../../img/feature/junglia/fv_pr2.svg);
    margin-top: 20px;
  }

  .fv_pr li:nth-child(3) {
    background-image: url(../../img/feature/junglia/fv_pr3.svg);
  }

  .fv_text .text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    margin-top: -10px;
  }

  #fv .btn {
    margin-top: 10px;
  }

  /*  fv_img
  ------------------------*/
  
  .fv_img li {
    position: absolute;
    animation-name: fv_float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
  }


  @keyframes fv_float {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    40% {
      transform: translate3d(3px, -5px, 0) rotate(0.15deg);
    }
    70% {
      transform: translate3d(-2px, 4px, 0) rotate(-0.15deg);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
  }
  
  .fv_img li:nth-child(1) {
    width: 120px;
    top: -45px;
    left: -30px;
    animation-duration: 10.5s;
    animation-delay: -2.0s;
  }

  .fv_img li:nth-child(2) {
    width: 101px;
    top: 30px;
    left: 5px;
    animation-duration: 12.0s;
    animation-delay: -4.5s;
  }

  .fv_img li:nth-child(3) {
    width: 110px;
    top: -35px;
    right: -30px;
    animation-duration: 9.8s;
    animation-delay: -3.2s;
  }

  .fv_img li:nth-child(4) {
    width: 105px;
    top: 30px;
    right: -5px;
    animation-duration: 13.5s;
    animation-delay: -5.6s;
  }

  .fv_img li:nth-child(5) {
    width: 115px;
    bottom: -65px;
    left: -23px;
    animation-duration: 11.2s;
    animation-delay: -3.8s;
  }

  .fv_img li:nth-child(6) {
    width: 122px;
    bottom: -90px;
    left: 70px;
    animation-duration: 12.8s;
    animation-delay: -2.9s;
  }

  .fv_img li:nth-child(7) {
    width: 120px;
    bottom: -70px;
    right: 56px;
    animation-duration: 9.5s;
    animation-delay: -4.1s;
  }

  .fv_img li:nth-child(8) {
    width: 110px;
    bottom: -84px;
    right: -30px;
    animation-duration: 14.5s;
    animation-delay: -6.2s;
  }

  .fv_img li img {
    border-radius: 10px;
    box-shadow: var(--box-shadow);
  }
  
  /* =====================
    ttl
  ===================== */

  /*  ttl_area
  ------------------------*/
  
  .ttl_area {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }

  .ttl_area .en {
    font-family: var(--font-hand);
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color-blue);
    background: url(../../img/feature/junglia/ttl_bg.svg) no-repeat top center;
    background-size: 175px;
    padding-top: 56px;
    margin-bottom: 8px;
  }

  .bg_w .ttl_area .en {
    color: var(--color-pink);
  }

  .ttl_area .en span {
    display: inline-block;
    transform: rotate(-10deg);
  }
  
  .ttl_area .ja {
    font-family: var(--font-kurobara);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: var(--color-green);
  }

  .ttl_area .ja span {
    background: linear-gradient(transparent 65%, var(--color-yellow) 65%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  /*  ttl_sub
  ------------------------*/
  
  .ttl_sub {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  /* =====================
    about
  ===================== */

  #about {
    padding-bottom: 0;
  }

  #about .inner::before,
  #about .inner::after {
    display: none;
  }

  /*  about_column
  ------------------------*/
  
  .about_column {
    display: block;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }

 .about_column::before {
    content: '';
    width: 724px;
    height: 491px;
    display: block;
    background: url(../../img/feature/junglia/bg_leaf1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: 60px;
    opacity: 0.5;
    z-index: -1;
 }

  .about_img {
    margin-bottom: 25px;
  }

  .about_img img {
    border-radius: 15px;
    box-shadow: var(--box-shadow);
  }

  .about_text {
    padding: 0 10px;
  }

  .about_label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .about_label span {
    background: linear-gradient(transparent 0%, var(--color-yellow) 0%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 1px 5px;
  }
  
  /*  about_map
  ------------------------*/
  
  .about_map {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--box-shadow-06);
    position: relative;
  }

  .about_map::before {
    content: '';
    width: 76px;
    height: 103px;
    background: url(../../img/feature/junglia/about_map.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -90px;
    left: 0;
  }

  .map_text {
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 25px;
  }

  .map_google {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
  }

  .map_google iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* =====================
    features
  ===================== */

  #features .deco {
    width: 150px;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 1;
  }
  
  .features_list {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .features_item {
    width: 85%;
    max-width: 310px;
    padding: 6vw 20px 10vw;
    background: url(../../img/feature/junglia/features_item_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin: 0 auto 60px;
  }

  .features_item:last-of-type {
    margin-bottom: 0;
  }

  .features_item:nth-child(1) {
    margin-left: 0;
  }

  .features_item:nth-child(3) {
    margin-right: 0;
  }

  .features_item::before,
  .features_item::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .features_item::before {
    width: calc( 100% + 30px );
    height: 7vw;
    background-image: url(../../img/feature/junglia/features_item_t.svg);
    top: -20px;
  }

  .features_item::after {
    width: calc( 100% + 15px );
    height: 65px;
    background-image: url(../../img/feature/junglia/features_item_b.svg);
    bottom: -35px;
  }

  .features_item .ttl_sub {
    line-height: 1.4;
    text-align: center;
  }

  .features_item .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  /* =====================
    junglia_map
  ===================== */
  
  #junglia_map.contents {
    position: relative;
    height: 200px;
    padding: 0;
  }

  #junglia_map .map_sticky {
    height: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  #junglia_map .map_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  #junglia_map .map_img img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    transform: translateY(0);
  }

  /* =====================
    job
  ===================== */

  #job {
    padding-top: 25px;
  }
  
  #job .inner:first-of-type {
    padding: 50px 0 110px;
  }

  .job_text {
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }

  /*  job_img
  ------------------------*/
  
  .job_img li {
    position: absolute;
    animation-name: fv_float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
    z-index: 1;
  }

  .job_img li:nth-child(1) {
    width: 120px;
    top: 0;
    left: -10px;
    animation-duration: 10.5s;
    animation-delay: -2.0s;
  }

  .job_img li:nth-child(2) {
    width: 120px;
    top: -10px;
    left: 50%;
    animation-duration: 12.0s;
    animation-delay: -4.5s;
    margin-left: -60px;
  }

  .job_img li:nth-child(3) {
    width: 120px;
    top: 0;
    right: -10px;
    animation-duration: 9.8s;
    animation-delay: -3.2s;
  }

  .job_img li:nth-child(4) {
    width: 120px;
    bottom: 0;
    left: -10px;
    animation-duration: 13.5s;
    animation-delay: -5.6s;
  }

  .job_img li:nth-child(5) {
    width: 120px;
    bottom: 0;
    left: 50%;
    animation-duration: 11.2s;
    animation-delay: -3.8s;
    margin-left: -60px;
  }

  .job_img li:nth-child(6) {
    width: 120px;
    bottom: 0;
    right: -10px;
    animation-duration: 12.8s;
    animation-delay: -2.9s;
  }

  .job_img li img {
    border-radius: 15px;
    box-shadow: var(--box-shadow);
  }


  /*  job_deco
  ------------------------*/

  #job .deco {
    z-index: -1;
  }
  
  #job .deco:nth-of-type(1) {
    width: 107px;
    position: absolute;
    top: 40px;
    left: -30px;
  }

  #job .deco:nth-of-type(2) {
    width: 115px;
    position: absolute;
    top: 102px;
    right: -30px;
  }

  #job .deco:nth-of-type(3) {
    width: 90px;
    position: absolute;
    bottom: -70px;
    left: 0;
  }

  /*  job_list
  ------------------------*/
  
  .job_list {
    margin-top: 50px;
    padding: 0 10px;
  }

  .job_item {
    border: 4px solid var(--color-brown);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    margin-bottom: 15px;
  }

  .job_item:last-of-type {
    margin-bottom: 0;
  }

  .job_item::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  }

  .job_item:nth-of-type(1)::before {
    width: 84px;
    height: 175px;
    background-image: url(../../img/feature/junglia/job_item_deco1.svg);
    bottom: 0;
    right: calc(100% + 4px);
  }

  .job_item:nth-of-type(3)::before {
    width: 79px;
    height: 118px;
    background-image: url(../../img/feature/junglia/job_item_deco2.svg);
    top: -25px;
    left: -18px;
  }

  .job_item:nth-of-type(4)::before {
    width: 61px;
    height: 220px;
    background-image: url(../../img/feature/junglia/job_item_deco3.svg);
    bottom: 0;
    left: calc(100% + 4px);
  }

  .job_ttl {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .job_item .text {
    font-size: 12px;
  }

  /* =====================
    interview
  ===================== */
  
  .interview_item {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .interview_item:last-of-type {
    margin-bottom: 0;
  }

  #interview .deco {
    width: 120px;
    position: absolute;
    top: -20px;
    right: -40px;
  }

  /*  interview_box
  ------------------------*/
  
  .interview_box {
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--box-shadow-06);
    position: relative;
  }

  .interview_box::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 28px solid #fff;
    border-top: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .interview_text {
    padding: 26px;
  }

  .interview_text .text {
    padding-bottom: 10px;
  }
 
  .interview_text .text.readmore {
    --rm-max: 200px;
    --rm-full: 0px;
    position: relative;
  }

  .interview_text .text.readmore.is-need {
    max-height: var(--rm-max);
    overflow: hidden;
    transition: max-height .6s ease;
  }

  .interview_text .text.readmore.is-need::after {
    content: '';
    height: 100px;
    background:  linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }

  .readmore__chk {
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .readmore__btn {
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
  }

  .readmore__btn span {
    position: relative;
    padding-right: 20px;
  }

  .readmore__btn span::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url(../../img/feature/junglia/icon_more.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .readmore__chk:checked ~ .readmore__btn {
    opacity: 0;
    pointer-events: none;
  }

  .interview_text .text.readmore:has(.readmore__chk:checked) {
    max-height: var(--rm-full);
  }

  .interview_text .text.readmore:has(.readmore__chk:checked)::after {
    opacity: 0;
  }

  .interview_img {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }

  .interview_text .ttl_sub {
    margin-bottom: 20px;
  }

  /*  interview_prof
  ------------------------*/
  
  .interview_prof {
    width: 70%;
    border: 4px solid var(--color-brown);
    border-radius: 16px;
    padding: 20px;
    margin: 0 auto 30px;
  }

  .prof_icon {
    width: 110px;
    margin: 0 auto;
  }

  .prof_icon img {
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
  }

  .prof_job {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    margin: -10px 0 6px;
  }

  .prof_job span {
    display: inline-block;
    background: linear-gradient(transparent 0%, var(--color-yellow) 0%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 1px 5px;
  }

  .prof_name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .prof_name span {
    font-size: 10px;
  }

  .prof_text {
    font-size: 12px;
    letter-spacing: 0;
  }

  /* =====================
    gallery
  ===================== */
  
  #gallery {
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .gallery_wrap {
    display: flex;
    overflow: hidden;
  }

  .gallery_wrap ul {
    display: flex;
    animation: gallery_loop 80s infinite linear 0.5s both;
  }

  .gallery_wrap ul li {
    width: 300px;
  }

  @keyframes gallery_loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  /* =====================
    faq
  ===================== */

  #faq {
    padding-top: 30px;
  }

  #faq .deco {
    width: 137px;
    position: absolute;
    top: -60px;
    left: -30px;
  }
  
  .faq_list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .faq_item {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 7px;
    box-shadow: var(--box-shadow-06);
  }

  .faq_item:last-of-type {
    margin-bottom: 0;
  }

  .faq_item .question,
  .faq_item .answer {
    position: relative;
  }

  .faq_item .question {
    display: block;
    padding: 20px 50px 20px 55px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.6;
  }

  .faq_item .question::before,
  .faq_item .answer::before {
    content: '';
    width: 23px;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .faq_item .question::before {
    background-image: url(../../img/feature/junglia/faq_q.svg);
  }

  .faq_item .answer::before {
    background-image: url(../../img/feature/junglia/faq_a.svg);
    top: 3px;
  }

  .faq_item .question span {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../../img/feature/junglia/faq_open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .faq_item .answer a {
    color: var(--color-black);
    text-decoration: underline;
  }

  .cssacc {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding: 0 50px 0 55px;
  }

  .cssacc:checked + .question span {
    background-image: url(../../img/feature/junglia/faq_close.svg);
  }

  .cssacc:checked + .question + .accshow {
    height: auto;
    padding-bottom: 25px;
    opacity: 1;
  }

  /* =====================
    guideline
  ===================== */

  #guideline {
    padding-bottom: 50px;
  }

  #guideline .deco {
    width: 111px;
    position: absolute;
    top: -20px;
    right: -30px;
    z-index: 1;
  }

  /*  guideline_table
  ------------------------*/
    
  .guideline_table {
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--box-shadow-06);
    margin: 0 auto 50px;
    padding: 15px 20px 20px;
    position: relative;
    z-index: 1;
  }

  .guideline_table table {
    width: 100%;
  }

  .guideline_table table th,
  .guideline_table table td {
    border-bottom: 2px solid #F0F0F0;
    padding: 15px 0;
    text-align: left;
    font-size: 13px;
  }

  .guideline_table table tr:last-of-type th,
  .guideline_table table tr:last-of-type td {
    border-bottom: none;
  }

  .guideline_table table th {
    width: 100px;
    font-weight: 600;
  }

  .guideline_table table td {
    width: calc( 100% - 100px );
  }

  /*  guideline_junglia
  ------------------------*/

  .guideline_junglia {
    margin: 0 auto;
    border: 4px solid var(--color-brown);
    border-radius: 15px;
    padding: 20px;
  }
  
  .junglia_img {
    margin-bottom: 20px;
  }

  .junglia_ttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .junglia_text .text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .junglia_url {
    font-size: 11px;
    margin-top: 15px;
  }

  #guideline .junglia_url a {
    color: var(--color-black);
    text-decoration: underline;
  }

  /*  share_area
  ------------------------*/
  
  .share_area {
    margin-top: 50px;
  }

  .share_ttl {
    width: 90%;
    margin: 0 auto 20px;
  }

  .share_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 20px;
  }

  .share_list li {
    width: 50px;
  }

  .share_copy {
    /* width: 280px; */
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 auto;
    background: #FFF7DB;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(52, 39, 0, 0.06);
    cursor: pointer;
  }

  .share_copy span {
    position: relative;
    padding-left: 28px;
  }

  .share_copy span::before {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    background: url(../../img/feature/junglia/share_link.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .share_copy.is-copied {
    box-shadow: 0 10px 10px rgba(52, 39, 0, 0.06);
    transform: translateY(-1px);
  }

  .share_copy span {
    transition: opacity .2s ease;
  }

  /* =====================
    entry
  ===================== */
  
  #entry {
    background: url(../../img/feature/junglia/entry_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0 50px;
  }

  #entry .ttl_area {
    margin-bottom: 30px;
  }

  #entry .ttl_area .en {
    color: var(--color-yellow);
  }

  #entry .ttl_area .ja {
    color: #fff;
  }

  #entry .ttl_area .ja span {
    background: linear-gradient(transparent 65%, var(--color-pink) 65%);
  }

  #entry .text {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  #entry .btn_area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
  }

  #entry .btn_area::before {
    content: '';
    width: 545px;
    height: 195px;
    display: block;
    background: url(../../img/feature/junglia/entry_btn_bg.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }


}