@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  height: 100vh;
}

.member_group {
  padding: 0;
}

#imakane * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#imakane *:after, #imakane *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#imakane dl, #imakane ol, #imakane ul {
  margin: 0;
  padding-left: 0;
}
#imakane ol li, #imakane ul li {
  list-style: none;
}
#imakane div:after, #imakane ul:after, #imakane li:after, #imakane dd:after, #imakane section:after, #imakane article:after {
  display: none;
}
#imakane a {
  text-decoration: none;
  -webkit-transform: 0.2s;
          transform: 0.2s;
}
#imakane a:active, #imakane a:hover {
  text-decoration: none;
  cursor: pointer;
}
#imakane img {
  max-width: 100%;
  height: auto;
  border: none;
}
#imakane a img {
  border: 0;
}
#imakane img {
  vertical-align: bottom;
}
#imakane {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 140%;
}
#imakane a {
  color: #444444;
  text-decoration: none;
}
#imakane p {
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
}
#imakane .col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 960px) {
  #imakane .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#imakane .col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 960px) {
  #imakane .col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#imakane .on__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #imakane .on__pc {
    display: none;
  }
}
#imakane .on__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #imakane .on__sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #imakane .br--on_pc {
    display: none;
  }
}
#imakane .br--pc {
  display: block;
}
@media screen and (max-width: 960px) {
  #imakane .br--pc {
    display: none;
  }
}
#imakane .br--tb {
  display: none;
}
@media screen and (max-width: 960px) {
  #imakane .br--tb {
    display: block;
  }
}
#imakane .br--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #imakane .br--sp {
    display: block;
  }
}
#imakane .br--tity {
  display: none;
}
@media screen and (max-width: 375px) {
  #imakane .br--tity {
    display: block;
  }
}
#imakane .br--on_pc-sp {
  display: block;
}
@media screen and (max-width: 960px) {
  #imakane .br--on_pc-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #imakane .br--on_pc-sp {
    display: block;
  }
}
#imakane .mb-40 {
  margin-bottom: 40px !important;
}
#imakane .txt-red {
  color: #FF3535;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* fadeIn */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.js-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#imakane .bg {
  background: #FAFFF2;
}
#imakane .contents-visual {
  background: url(/file/imakane/img/bg_kv-pc.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 630px;
}
#imakane .contents-visual h2 {
  width: 605px;
  height: auto;
}
@media screen and (max-width: 960px) {
  #imakane .contents-visual {
    background: url(/file/imakane/img/bg_kv-sp.png) no-repeat;
    background-size: cover;
    height: 340px;
  }
  #imakane .contents-visual h2 {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #imakane .contents-visual h2 {
    width: 74.36%;
    height: auto;
  }
}
#imakane section .inner {
  margin-inline: auto;
  padding: 0 50px;
}
@media screen and (max-width: 960px) {
  #imakane section .inner {
    padding: 0 24px;
  }
}
#imakane section .inner p {
  line-height: 1.4;
}
#imakane section .inner .section-title {
  margin-bottom: clamp(25px, 5vw, 56px);
}
#imakane section .inner .section-title__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#imakane section .inner .section-title__icon {
  width: clamp(60px, 12.5vw, 115px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#imakane section .inner .section-title__texts {
  text-align: left;
}
#imakane section .inner .section-title__ja {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 6%;
  color: #61C454;
  text-align: left;
  font-size: clamp(26px, 5.5vw, 48px);
}
#imakane section .inner .section-title__en {
  margin: 4px 0 0;
}
#imakane section .inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #61C454;
  margin: 0 0 6px;
}
@media screen and (max-width: 960px) {
  #imakane section .inner h3 {
    font-size: 18px;
  }
}
#imakane section .inner h4 {
  font-size: 20px;
  font-weight: 700;
  color: #4FC5A7;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  #imakane section .inner h4 {
    font-size: 18px;
  }
}
#imakane section .inner .round {
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 9999px;
}
#imakane section .inner .round-bgg {
  background: #4FC5A7;
}
#imakane section .inner .round-bgd {
  background: #61C454;
}
#imakane section .inner .text-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #61C454;
  font-size: 16px;
  font-weight: 700;
  gap: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #imakane section .inner .text-link {
    gap: 16px;
  }
}
#imakane section .inner .text-link::after {
  content: "";
  background: url(/file/imakane/img/icon-link.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  display: block;
}
#imakane section .inner .apply__cta {
  padding: 40px 50px;
  border-radius: 8px;
  background: #4FC5A7;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #imakane section .inner .apply__cta {
    padding: 40px 30px;
  }
}
#imakane section .inner .apply__cta__head {
  font-size: 16px;
  margin-bottom: 16px;
  color: #E2FF62;
  text-align: center;
}
#imakane section .inner .apply__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 370px;
  width: 100%;
  border-radius: 8px;
  background: #E2FF62;
  color: #61C454;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 0 0 #437C7C;
          box-shadow: 0 4px 0 0 #437C7C;
  padding-right: 20px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
#imakane section .inner .apply__button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 rgba(67, 124, 124, 0.6);
          box-shadow: 0 2px 0 rgba(67, 124, 124, 0.6);
}
#imakane section .inner .apply__button-text {
  border-right: 1px solid #61C454;
  padding: 16px 20px;
}
@media screen and (max-width: 960px) {
  #imakane section .inner .apply__button-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}
#imakane section .inner .apply__button-icon {
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 18px;
  border: 2px solid #61C454;
}
#imakane section .inner .apply__button-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border: 2px solid #61C454;
  background: #E2FF62;
}
#imakane section .layout-2col {
  display: grid;
}
#imakane section .layout-2col--about {
  grid-template-columns: 460px 480px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--about {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
#imakane section .layout-2col--access {
  grid-template-columns: 390px 550px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--access {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
#imakane section .layout-2col--must {
  grid-template-columns: 49.66% 47.5%;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--must {
    grid-template-columns: 1fr;
    row-gap: 16px;
    border-bottom: 1px solid #61C454;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  #imakane section .layout-2col--must:last-child {
    border: none;
    padding-bottom: 0;
  }
}
#imakane section .layout-2col--special-tit {
  grid-template-columns: 427px 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--special-tit {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
#imakane section .layout-2col--special-tit .section-title {
  margin-bottom: 0;
}
#imakane section .layout-2col--special-tit .special__copy {
  position: relative;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--special-tit .special__copy::after {
    content: "";
    background: url(/file/imakane/img/deco-special02-sp.png) no-repeat center center/contain;
    width: 144px;
    height: 120px;
    display: block;
    position: absolute;
    top: -60px;
    right: 0px;
  }
}
@media screen and (max-width: 450px) {
  #imakane section .layout-2col--special-tit .special__copy::after {
    width: 100px;
    height: 90px;
    top: -40px;
    right: -20px;
  }
}
#imakane section .layout-2col--reverse > :first-child {
  grid-column: 2;
  grid-row: 1;
}
#imakane section .layout-2col--reverse > :last-child {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 960px) {
  #imakane section .layout-2col--reverse > :first-child,
  #imakane section .layout-2col--reverse > :last-child {
    grid-column: auto;
    grid-row: auto;
  }
}
#imakane section.contents-about {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-about {
    padding: 64px 0;
  }
}
#imakane section.contents-access {
  padding: 80px 0 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access {
    padding-top: 64px;
    margin-bottom: 64px;
  }
}
#imakane section.contents-access .layout-2col--access {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .layout-2col--access {
    margin-bottom: 20%;
  }
}
#imakane section.contents-access .section-title {
  margin-bottom: 24px;
}
#imakane section.contents-access .access-point {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #61C454;
  margin: 0 0 6px;
}
#imakane section.contents-access .access-memo {
  margin-bottom: 24px;
}
#imakane section.contents-access .access-way p {
  margin-bottom: 8px;
}
#imakane section.contents-access .access__image {
  position: relative;
}
#imakane section.contents-access .access__image::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: -50px;
  width: 190px;
  height: 300px;
  background: url(/file/imakane/img/ill-access.png) no-repeat top center/contain;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .access__image::before {
    width: 40%;
    height: 55%;
    bottom: -13%;
    left: -10%;
  }
}
#imakane section.contents-access .must-see {
  text-align: center;
  border: 1px solid #4FC5A7;
  border-radius: 20px;
  padding: 80px 50px 0;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .must-see {
    padding: 64px 16px 0;
  }
}
#imakane section.contents-access .must-see h3.round {
  display: table;
  min-width: 480px;
  margin: -120px auto 40px;
  padding: 16px;
  font-size: clamp(24px, 4vw, 32px);
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .must-see h3.round {
    min-width: auto;
    padding: 16px 24px;
    margin: -95px auto 24px;
  }
}
#imakane section.contents-access .must-see h4 {
  margin-bottom: 24px;
  padding: 16px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .must-see h4 {
    padding: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 960px) {
  #imakane section.contents-access .must-see .must__image {
    padding: 0 24px;
  }
  #imakane section.contents-access .must-see p {
    margin-bottom: 8px;
  }
}
#imakane section.contents-special {
  padding: 100px 0 45px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special {
    padding: 64px 0;
  }
}
#imakane section.contents-special::before, #imakane section.contents-special::after {
  content: "";
  position: absolute;
  display: block;
}
#imakane section.contents-special::before {
  background: url(/file/imakane/img/deco-special01.png) no-repeat left top/contain;
  width: 229px;
  height: 68px;
  top: -25px;
  left: 0;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special::before {
    width: 170px;
    height: 50px;
    left: 26px;
  }
}
#imakane section.contents-special::after {
  background: url(/file/imakane/img/deco-special02-pc.png) no-repeat right top/contain;
  width: 270px;
  height: 160px;
  top: -60px;
  right: 60px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special::after {
    content: none;
  }
}
#imakane section.contents-special .special__copy .special-point {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #61C454;
  margin: 0 0 8px;
}
#imakane section.contents-special .special__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 56px;
  padding: 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special .special__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 24px;
  }
}
#imakane section.contents-special .special__item {
  width: calc(50% - 28px);
  text-align: center;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special .special__item {
    width: 100%;
    border-bottom: 1px solid #61C454;
    padding-bottom: 24px;
  }
  #imakane section.contents-special .special__item:last-child {
    border: none;
    padding-bottom: 0;
  }
}
#imakane section.contents-special .special__item figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-special .special__item figure {
    padding: 0 24px;
  }
}
#imakane section.contents-special .special__item p {
  margin-bottom: 8px;
}
#imakane section.contents-crew {
  background: url(/file/imakane/img/bg_crew.png) no-repeat left top/cover;
  padding: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew {
    padding: 64px 24px;
  }
}
#imakane section.contents-crew .inner {
  padding: 64px 40px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner {
    padding: 40px 16px;
  }
}
#imakane section.contents-crew .inner .section-info {
  position: relative;
  padding: 0 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .section-info {
    padding: 0;
  }
}
#imakane section.contents-crew .inner .section-info::before, #imakane section.contents-crew .inner .section-info::after {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
}
#imakane section.contents-crew .inner .section-info::before {
  background: url(/file/imakane/img/ill-crew01.svg) no-repeat left top/contain;
  width: 88px;
  height: 241px;
  left: 10px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .section-info::before {
    width: 50px;
    height: 140px;
    top: 1%;
  }
}
@media screen and (max-width: 450px) {
  #imakane section.contents-crew .inner .section-info::before {
    left: -8%;
  }
}
#imakane section.contents-crew .inner .section-info::after {
  background: url(/file/imakane/img/ill-crew02.svg) no-repeat right top/contain;
  width: 90px;
  height: 253px;
  right: 10px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .section-info::after {
    height: 143px;
    right: 10px;
    top: 1%;
  }
}
@media screen and (max-width: 450px) {
  #imakane section.contents-crew .inner .section-info::after {
    right: -8%;
  }
}
#imakane section.contents-crew .inner .section-info p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .section-info p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
  }
}
#imakane section.contents-crew .inner .section-info .crew-memo {
  color: #61C454;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
#imakane section.contents-crew .inner .section-title__texts {
  margin-bottom: 56px;
}
#imakane section.contents-crew .inner .section-title__ja, #imakane section.contents-crew .inner .section-title__en {
  text-align: center;
}
#imakane section.contents-crew .inner .section-title__en img {
  margin: 0 auto;
}
#imakane section.contents-crew .inner .section-cont .section__head {
  color: #61C454;
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 16px;
}
#imakane section.contents-crew .inner .conditions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .conditions {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 40px;
  }
}
#imakane section.contents-crew .inner .conditions__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 2px solid #4FC5A7;
  border-radius: 40px;
  text-align: center;
}
#imakane section.contents-crew .inner .conditions__label {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #EDA841;
  font-size: 14px;
  font-weight: 700;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
#imakane section.contents-crew .inner .conditions__label::before, #imakane section.contents-crew .inner .conditions__label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #EDA841;
}
#imakane section.contents-crew .inner .conditions__label::before {
  right: calc(100% + 12px);
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
#imakane section.contents-crew .inner .conditions__label::after {
  left: calc(100% + 12px);
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
#imakane section.contents-crew .inner .conditions__text {
  color: #61C454;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0;
}
#imakane section.contents-crew .inner .join-style__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-crew .inner .join-style__cards {
    grid-template-columns: 1fr;
  }
}
#imakane section.contents-crew .inner .join-style .join-card {
  overflow: hidden;
  border: 2px solid #4FC5A7;
  border-radius: 8px;
}
#imakane section.contents-crew .inner .join-style .join-card__head {
  margin: 0;
  padding: 18px 20px;
  background: #4FC5A7;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
#imakane section.contents-crew .inner .join-style .join-card__body {
  padding: 16px 22px 24px;
}
#imakane section.contents-crew .inner .join-style .join-card__period {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#imakane section.contents-crew .inner .join-style .join-card__example {
  padding: 8px;
  background: #FAFFF2;
}
#imakane section.contents-crew .inner .join-style .join-card__example p {
  margin: 0 0 4px;
  font-weight: 700;
}
#imakane section.contents-crew .inner .join-style .join-card__example ul,
#imakane section.contents-crew .inner .join-style .join-card__example ol {
  margin: 0;
}
#imakane section.contents-crew .inner .join-style .join-card__example ul li,
#imakane section.contents-crew .inner .join-style .join-card__example ol li {
  list-style: disc;
  font-size: 16px;
  line-height: 140%;
  margin-left: 1.4em;
}
#imakane section.contents-crew .inner .join-style .join-card__example li + li {
  margin-top: 4px;
}
#imakane section.contents-step {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-step {
    margin-bottom: 64px;
  }
}
#imakane section.contents-step .inner {
  position: relative;
}
#imakane section.contents-step .inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 166px;
  height: 166px;
  background: url("/file/imakane/img/ill-sun.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-step .inner::before {
    top: -12%;
    right: 0;
    width: 95px;
    height: 95px;
  }
}
#imakane section.contents-step .inner .section-cont {
  position: relative;
}
#imakane section.contents-step .inner .section-cont::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 10px;
  width: 333px;
  height: 94px;
  background: url(/file/imakane/img/deco-step.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-step .inner .section-cont::before {
    width: 40%;
    top: -10%;
  }
}
@media screen and (max-width: 470px) {
  #imakane section.contents-step .inner .section-cont::before {
    top: -7%;
  }
}
#imakane section.contents-step .inner .section-cont .step__item {
  border: 2px solid #61C454;
  border-radius: 20px;
  padding: 16px 24px;
  margin-bottom: 24px;
}
#imakane section.contents-step .inner .section-cont .step__item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: left;
}
#imakane section.contents-step .inner .section-cont .step__item h3::before {
  content: "";
  width: 58px;
  height: 58px;
  margin-right: 25px;
}
#imakane section.contents-step .inner .section-cont .step__item h3.step01::before {
  background: url(/file/imakane/img/icon-step01.svg) no-repeat center/contain;
}
#imakane section.contents-step .inner .section-cont .step__item h3.step02::before {
  background: url(/file/imakane/img/icon-step02.svg) no-repeat center/contain;
}
#imakane section.contents-step .inner .section-cont .step__item h3.step03::before {
  background: url(/file/imakane/img/icon-step03.svg) no-repeat center/contain;
}
#imakane section.contents-step .inner .section-cont .step__item p {
  font-size: 14px;
  line-height: 140%;
}
#imakane section.contents-apply {
  background: url(/file/imakane/img/bg_apply.png) no-repeat left top/cover;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-apply {
    padding-bottom: 170px;
    margin-bottom: 64px;
  }
}
#imakane section.contents-apply .inner h2 {
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  color: #61C454;
  margin-bottom: 40px;
}
#imakane section.contents-apply .inner .apply__cta {
  border-radius: 16px;
  background: rgba(79, 197, 167, 0.8);
  padding: 56px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-apply .inner .apply__cta {
    padding: 40px 16px;
  }
}
#imakane section.contents-apply .inner .apply__cta::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 56px;
  width: 102px;
  height: 187px;
  background: url(/file/imakane/img/ill-apply.svg) no-repeat center/contain;
  display: block;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-apply .inner .apply__cta::after {
    bottom: -60%;
    right: 20px;
    height: 70%;
  }
}
#imakane section.contents-apply .inner .apply__cta__head {
  margin-bottom: 24px;
}
#imakane section.contents-qa {
  margin-bottom: 80px;
}
#imakane section.contents-qa .inner .section-title {
  text-align: center;
}
#imakane section.contents-qa .inner .section-title .section-title__head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#imakane section.contents-qa .inner .section-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-qa .inner .section-cont {
    gap: 24px;
  }
}
#imakane section.contents-qa .inner .section-cont .faq__item {
  overflow: hidden;
  border: 2px solid #61C454;
  border-radius: 32px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-qa .inner .section-cont .faq__item {
    border-radius: 20px;
  }
}
#imakane section.contents-qa .inner .section-cont .faq__item.is-open .faq__arrow::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#imakane section.contents-qa .inner .section-cont .faq__question {
  display: grid;
  grid-template-columns: 1fr 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
#imakane section.contents-qa .inner .section-cont .faq__title {
  padding: 0 24px;
  color: #61C454;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-qa .inner .section-cont .faq__title {
    font-size: 14px;
    padding-left: 13px;
  }
}
#imakane section.contents-qa .inner .section-cont .faq__arrow {
  position: relative;
  height: 100%;
  border-left: 2px solid #61C454;
  background: #E2FF62;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#imakane section.contents-qa .inner .section-cont .faq__arrow::before {
  content: "";
  background: url(/file/imakane/img/icon-arrow.svg) no-repeat center center/contain;
  width: 33px;
  height: 33px;
}
#imakane section.contents-qa .inner .section-cont .faq__answer {
  overflow: hidden;
}
#imakane section.contents-qa .inner .section-cont .faq__answer-inner {
  padding: 20px 0;
  border-top: 2px solid #61C454;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  margin-left: 24px;
}
#imakane section.contents-qa .inner .section-cont .faq__cont {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#imakane section.contents-qa .inner .section-cont .faq__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  background: #61C454;
}
#imakane section.contents-qa .inner .section-cont .faq__question-icon {
  margin-left: 24px;
}
#imakane section.contents-qa .inner .section-cont .faq__answer-body {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-qa .inner .section-cont .faq__answer-body {
    font-size: 14px;
  }
}
#imakane section.contents-contact {
  padding: 80px 0;
  background: #61C454;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-contact {
    padding-bottom: 64px;
  }
}
#imakane section.contents-contact .inner .section-title__texts {
  margin-bottom: 40px;
}
#imakane section.contents-contact .inner .section-title__texts .section-title__ja, #imakane section.contents-contact .inner .section-title__texts .section-title__en {
  color: #fff;
  text-align: center;
}
#imakane section.contents-contact .inner .section-cont {
  background: #fff;
  padding: 54px 54px 40px;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-contact .inner .section-cont {
    padding: 24px 16px;
  }
}
#imakane section.contents-contact .inner .section-cont::after {
  content: "";
  background: url(/file/imakane/img/ill-contact.png) no-repeat center center/contain;
  width: 80px;
  height: 182px;
  display: block;
  position: absolute;
  right: 80px;
  bottom: 20px;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-contact .inner .section-cont::after {
    right: 10px;
    bottom: auto;
    top: -52%;
    height: 60%;
  }
}
@media screen and (max-width: 450px) {
  #imakane section.contents-contact .inner .section-cont::after {
    top: -45%;
    height: 52%;
  }
}
#imakane section.contents-contact .inner .section-cont h4 {
  padding: 12px;
  border-radius: 16px;
}
#imakane section.contents-contact .inner .section-cont p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #imakane section.contents-contact .inner .section-cont p {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */