@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.f-kv {
  width: 100%;
  background-color: #823522;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv {
    height: 101.33vw;
  }
}

.f-kv h1 {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv h1 {
    padding: 8vw 0;
  }
}

.f-kv h1::after {
  content: "";
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv h1::after {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.f-kv p {
  margin-top: 40px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv p {
    margin-top: 6.67vw;
  }
}

.f-kv__heading_01 {
  display: block;
  font-size: 88px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading_01 {
    font-size: 16vw;
  }
}

.f-kv__heading_02 {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__heading_02 {
    margin-top: 6.67vw;
    font-size: 4vw;
    line-height: 0.933em;
  }
}

.f-kv__text {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__text {
    font-size: 3.47vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}


.f-kv__link {
  width: 100%;
  margin: 1px auto 0;
  background: #fff;
}

.f-kv__link ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__link ul {
    flex-direction: column;
  }
}

.f-kv__link li {
  width: 100%;
  background: #823522;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__link li {
    width: 100%;
  }
}

.f-kv__link li a {
  position: relative;
  display: block;
  width: 100%;
  height: 166px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(/recruit/assets/images/internship/information/arrow_down.png) no-repeat;
  background-size: 15px;
  background-position: bottom 20px center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__link li a {
    height: 32.53vw;
    padding: 5.33vw 8vw;
    background-size: 4vw;
    background-position: bottom 4vw center;
  }
}

.f-kv__link__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__link__ttl {
    margin-top: -4vw;
    font-size: 4.27vw;
    letter-spacing: 0.06em;
    margin-bottom: 1.33vw;
  }
}

.f-kv__link__text {
  margin-top: 5px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-kv__link__text {
    margin-top: 5px;
    font-size: 3.47vw;
    font-weight: 500;
    letter-spacing: 0;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.f-contents {
  width: 100%;
  position: relative;
  background-color: #FAE5D7;
  padding: 90px 0 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents {
    padding: 18.67vw 0 26.67vw;
  }
}
.f-contents-after {
  background-color: #FCF7ED;
}

.f-contents__ttl {
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__ttl {
    padding-bottom: 8.53vw;
  }
}

.f-contents__ttl::before {
  content: "";
  background: #191919;
  width: 64px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__ttl::before {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.f-contents__ttl h2 {
  color: #191919;
  text-align: center;
}

.f-contents__ttl_01 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__ttl_01 {
    font-size: 5.87vw;
  }
}

.f-contents__ttl_02 {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__ttl_02 {
    font-size: 4.27vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.f-contents__ttl_01 + .f-contents__ttl_02 {
  margin-top: 60px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__ttl_01 + .f-contents__ttl_02 {
    margin-top: 10.67vw;
  }
}

.f-contents__faq {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: 70px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq {
    width: calc(100% - 5.33vw);
    margin: 13.33vw auto 0;
  }
}

.f-contents__faq__accordion {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin-bottom: 8px;
  overflow: hidden;
  height: var(--acc-height--closed ,auto);
  transition: height .25s;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion {
    max-width: none;
    margin-bottom: 4.27vw;
  }
}

.f-contents__faq__accordion.is-opened{
  height: var(--acc-height--opened ,auto);
}

.f-contents__faq__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 160px 30px 120px;
  background-color: #823522;
  cursor: pointer;
  min-height: 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion summary {
    padding: 6.67vw 13.33vw 6.67vw 8vw;
    min-height: auto;
  }
}

.f-contents__faq__accordion summary::-webkit-details-marker {
  display: none;
}

.f-contents__faq__accordion summary::before,
.f-contents__faq__accordion summary::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1em;
  right: 120px;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion summary::before,
  .f-contents__faq__accordion summary::after {
    right: 6.93vw;
  }
}

.f-contents__faq__accordion summary::before {
  position: absolute;
  right: 120px;
  rotate: 90deg;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion summary::before {
    right: 6.93vw;
    rotate: 90deg;
  }
}

.f-contents__faq__accordion summary::after {
  transition: rotate .3s;
}

.f-contents__faq__accordion[open] summary::after {
  rotate: 90deg;
}

.f-contents__faq__accordion__ttl_q {
  color: #fff;
  font-family: 'Sansita', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 32px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion__ttl_q {
    font-size: 4.8vw;
    margin-right: 6.67vw;
  }
}
.f-contents__faq__accordion__ttl_q.-ans {
  color: #191919;
}

.f-contents__faq__accordion__ttl p {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion__ttl p {
    align-items: center;
    font-size: 4.27vw;
  }
}

.f-contents__faq__accordion__content_inner {
  display: flex;
  align-items: center;
  padding: 30px 120px;
  overflow: hidden;
  color: #191919;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq__accordion__content_inner {
    padding: 6.67vw 6.67vw 8vw;
    font-size: 4vw;
  }
}

.f-contents__faq p.coming {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .f-contents__faq p.coming {
    font-size: 4.27vw;
  }
}