@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.i-kv {
  width: 100%;
  background-color: #005944;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv {
    height: 101.33vw;
  }
}

.i-kv h1 {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-kv h1 {
    padding: 8vw 0;
  }
}

.i-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) {
  .i-kv h1::after {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.i-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) {
  .i-kv__heading_01 {
    font-size: 16vw;
  }
}

.i-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) {
  .i-kv__heading_02 {
    margin-top: 6.67vw;
    font-size: 4vw;
    line-height: 0.933em;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.i-contents {
  width: 100%;
  position: relative;
  background-color: #FCF7ED;
  padding: 90px 0 130px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents {
    padding: 18.67vw 0 26.67vw;
  }
}

.i-contents__ttl {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__ttl {
    padding-bottom: 8.53vw;
  }
}

.i-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) {
  .i-contents__ttl::before {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.i-contents__ttl h2 {
  font-size: 24px;
  color: #191919;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__ttl h2 {
    font-size: 5.87vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.i-contents__course {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__course {
    width: calc(100% - 5.33vw);
    max-width: none;
    margin: 10.67vw auto 0;
  }
}

.i-contents__course__notice {
  color: #191919;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__course__notice {
    font-size: 4vw;
    line-height: 2;
  }
}

.i-contents__course__block ul {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__course__block ul {
    margin-top: 40px;
    flex-direction: column;
    gap: 4vw;
  }
}

.i-contents__course__block li a {
  position: relative;
  display: block;
  width: 436px;
  height: 241px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__course__block li a {
    width: 100%;
    height: 64.53vw;
    border-radius: 1.6vw;
    box-shadow: 0px 0.8vw 1.6vw 0px rgba(0, 0, 0, 0.3);
  }
}
.i-contents__course__block li a.-management {
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/course_management.jpg) no-repeat center center / cover;
}
.i-contents__course__block li a.-oneday {
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/course_oneday.jpg) no-repeat center center / cover;
}
.i-contents__course__block li a.-digital {
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(/recruit/assets/images/internship/course_digital.jpg) no-repeat center center / cover;
}

.i-contents__course__block__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) {
  .i-contents__course__block__ttl {
    font-size: 5.33vw;
    line-height: 1.8;
  }
}

.i-contents__course__block__text {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .i-contents__course__block__text {
    margin-top: 4vw;
    font-size: 3.47vw;
  }
}