@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.iif-kv {
  width: 100%;
  background-color: #005944;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv {
    height: 101.33vw;
  }
}

.iif-kv h1 {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv h1 {
    padding: 8vw 0;
  }
}

.iif-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) {
  .iif-kv h1::after {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.iif-kv p {
  margin-top: 40px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv p {
    margin-top: 6.67vw;
  }
}

.iif-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) {
  .iif-kv__heading_01 {
    font-size: 16vw;
  }
}

.iif-kv__heading_02 {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__heading_02 {
    margin-top: 6.67vw;
    font-size: 4vw;
    line-height: 0.933em;
  }
}

.iif-kv__text {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__text {
    font-size: 3.47vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.iif-kv__link {
  width: 100%;
  margin: 1px auto 0;
  background: #fff;
}

.iif-kv__link ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__link ul {
    flex-direction: column;
  }
}

.iif-kv__link li {
  width: 100%;
  background: #005944;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__link li {
    width: 100%;
  }
}

.iif-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) {
  .iif-kv__link li a {
    height: 32.53vw;
    padding: 5.33vw 8vw;
    background-size: 4vw;
    background-position: bottom 4vw center;
  }
}

.iif-kv__link__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__link__ttl {
    margin-top: -4vw;
    font-size: 4.27vw;
    letter-spacing: 0.06em;
  }
}

.iif-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) {
  .iif-kv__link__text {
    margin-top: 5px;
    font-size: 3.47vw;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.iif-kv__link__img {
  margin: 20px 0;
  width: 15px;
  height: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-kv__link__img {
    margin: auto;
    width: 4vw;
    height: 4vw;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.iif-contents {
  width: 100%;
  position: relative;
  background-color: #F0F0E5;
  padding: 90px 0 75px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents {
    padding: 18.67vw 0 25.33vw;
  }
}
.iif-contents.-course02 {
  background-color: #FCF7ED;
  padding: 45px 0 130px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents {
    padding: 20vw 0 25.33vw;
  }
}

.iif-contents__ttl {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__ttl {
    padding-bottom: 8.53vw;
  }
}

.iif-contents__ttl::before {
  content: "";
  background: #191919;
  width: 32px;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__ttl::before {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.iif-contents__ttl h2 {
  color: #191919;
  text-align: center;
}

.iif-contents__ttl_01 {
  display: block;
  font-size: 60px;
  font-family: 'Sansita', sans-serif;
  font-weight: 900;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__ttl_01 {
    font-size: 10.67vw;
  }
}

.iif-contents__ttl_02 {
  display: block;
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__ttl_02 {
    margin-top: 4vw;
    font-size: 4.27vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.iif-contents__course {
  margin: 64px auto 0;
  width: 100%;
  max-width: 1120px;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course {
    margin: 8vw auto 0;
    width: calc(100% - 5.33vw);
  }
}

.iif-contents__course__head {
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_01.jpg) no-repeat center center / cover;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head {
    width: 100%;
    height: 160vw;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_01_sp.jpg) no-repeat center center / cover;
  }
}
.iif-contents__course__head.-course02 {
  height: 580px;
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_02.jpg) no-repeat center center / cover;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head.-course02 {
    height: 175.2vw;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_02_sp.jpg) no-repeat center center / cover;
  }
}
.iif-contents__course__head.-course03 {
  height: 579px;
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_03.jpg) no-repeat center center / cover;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head.-course03 {
    height: 175.2vw;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/information/course_03_sp.jpg) no-repeat center center / cover;
  }
}

.iif-contents__course__head h2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0 6.67vw;
}

.iif-contents__course__head h2::before {
  content: "";
  background: #fff;
  width: 64px;
  height: 7px;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head h2::before {
    width: 9.87vw;
    height: 1.6vw;
    bottom: -5.33vw;
  }
}

.iif-contents__course__head__ttl_01 {
  display: block;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head__ttl_01 {
    font-size: 6.93vw;
  }
}

.iif-contents__course__head__ttl_02 {
  display: block;
  margin-top: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head__ttl_02 {
    margin-top: 15px;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

.iif-contents__course__head p {
  margin-top: 90px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 110px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__head p {
    margin-top: 10.67vw;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0 6.67vw;
    text-align: left;
  }
}

.iif-contents__course__ttl {
  margin-top: 100px;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__ttl {
    margin-top: 18.67vw;
    padding-bottom: 9.33vw;
  }
}

.iif-contents__course__ttl h2 {
  color: #191919;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__course__ttl h2 {
    font-size: 5.87vw;
    letter-spacing: 0.06em;
  }
}

.iif-contents__course__ttl h2::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) {
  .iif-contents__course__ttl h2::before {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.iif-contents__information {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  padding: 100px 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information {
    flex-direction: column;
    padding: 16vw 4vw;
  }
}

.iif-contents__information dt {
  width: 25.4%;
  color: #005944;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dt {
    width: 100%;
    font-size: 5.33vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.iif-contents__information dd p {
  line-height: 2;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd p {
    line-height: 1.6;
  }
}

.iif-contents__information dd p:not(:first-child) {
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd p:not(:first-child) {
    margin-top: 8vw;
  }
}

.iif-contents__information dd {
  width: 74.6%;
  color: #191919;
  font-weight: 400;
  padding-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd {
    width: 100%;
    font-size: 4vw;
    padding-bottom: 8vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd:last-child {
    padding-bottom: 8vw;
  }
}

.iif-contents__information dt {
  border-bottom: 1px solid #EFEFEF;
  padding: 40px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dt {
    border-bottom: none;
    padding: 8vw 0 0;
    text-align: center;
  }
}

.iif-contents__information dd {
  border-bottom: 1px solid #EFEFEF;
  padding: 40px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd {
    border-bottom: 1px solid #C7C7C7;
    padding: 5.33vw 0 8vw;
  }
}

.iif-contents__information dt:nth-child(1) {
  padding: 0 0 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dt:nth-child(1) {
    padding: 0 0 5.33vw;
  }
}

.iif-contents__information dd:nth-child(2) {
  padding: 0 0 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .iif-contents__information dd:nth-child(2) {
    padding: 0 0 8vw;
  }
}