@charset "UTF-8";

body {
  background: #FCF7ED;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.rif-kv {
  width: 100%;
  background-color: #005944;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-kv {
    height: 101.33vw;
  }
}

.rif-kv h1 {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-kv h1 {
    padding: 8vw 0;
  }
}

.rif-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) {
  .rif-kv h1::after {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.rif-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) {
  .rif-kv__heading_01 {
    font-size: 16vw;
  }
}

.rif-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) {
  .rif-kv__heading_02 {
    margin-top: 6.67vw;
    font-size: 4vw;
    line-height: 0.933em;
  }
}

.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: 50%;
  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
--------------------------------------------*/
.rif-contents {
  width: 100%;
  position: relative;
  background-color: #FCF7ED;
  padding: 90px 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents {
    padding: 18.67vw 0;
  }
}

.rif-contents__ttl {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__ttl {
    padding-bottom: 8.53vw;
  }
}

.rif-contents__ttl:not(:first-child) {
  margin-top: 100px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__ttl:not(:first-child) {
    margin-top: 18.67vw;
  }
}

.rif-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) {
  .rif-contents__ttl::before {
    width: 9.87vw;
    height: 1.6vw;
  }
}

.rif-contents__ttl h2 {
  font-size: 24px;
  color: #191919;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__ttl h2 {
    font-size: 5.87vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.rif-contents__information {
  width: 100%;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin: 64px auto 0;
  padding: 100px 120px;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information {
    width: calc(100% - 5.33vw);
    flex-direction: column;
    margin: 10.67vw auto 0;
    padding: 8vw 4vw 13.33vw;
  }
}

.rif-contents__information dt {
  width: 25.4%;
  color: #005944;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0.2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dt {
    width: 100%;
    font-size: 5.33vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.rif-contents__information dd p {
  font-weight: 700;
  line-height: 2em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dd p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 2.67vw;
  }
}

.rif-contents__information dd p:not(:first-child) {
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dd p:not(:first-child) {
    margin-top: 10.67vw;
  }
}

.rif-contents__information dd {
  width: 74.6%;
  color: #191919;
  font-weight: 400;
  padding-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dd {
    margin-top: 10.67vw;
    width: 100%;
    font-size: 4vw;
    padding-bottom: 10.67vw;
  }
}

.rif-contents__information dd:last-child {
  padding-bottom: 0;
}

.rif-contents__information dt:not(:nth-child(1)) {
  border-top: 1px solid #EFEFEF;
  padding-top: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dt:not(:nth-child(1)) {
    border-top: 1px solid #C7C7C7;
    padding-top: 10.67vw;
  }
}

.rif-contents__information dd:not(:nth-child(2)) {
  border-top: 1px solid #EFEFEF;
  padding-top: 40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information dd:not(:nth-child(2)) {
    border-top: none;
    padding-top: 0;
  }
}

.rif-contents__information__notice {
  margin-top: 8px;
  display: block;
  color: #191919;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__information__notice {
    margin-top: 2.13vw;
    font-size: 3.47vw;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.rif-contents__text__salary {
  color: #191919;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__text__salary {
    font-size: 4vw;
  }
}
.rif-contents__text__salary span {
  line-height: 2;
}

.rif-contents__text__salary span:nth-of-type(1) {
  width: 7em;
}
#course02 .rif-contents__text__salary span:nth-of-type(1) {
  width: 7.5em;
}
.rif-contents__text__salary span:nth-of-type(2) {
  flex: 1;
}

.rif-contents__flow {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  margin: 70px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow {
    width: calc(100% - 5.33vw);
    margin: 10.67vw auto 0;
  }
}

.rif-contents__flow__block {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-top: 25px;
  padding: 22px 40px 25px;
  color: #fff;
  background-color: #005944;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    padding: 6.67vw 8vw 10.67vw;
  }
}

.rif-contents__flow__block:nth-of-type(1) {
  margin-top: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block:nth-of-type(1) {
    margin-top: 0;
  }
}

.rif-contents__flow__block:not(:last-child):after {
  display: block;
  content: "";
  background: url(/recruit/assets/images/recruit/information/arrrow_down.png) no-repeat;
  width: 9px;
  height: 5px;
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 4px);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block:not(:last-child):after {
    width: 2.93vw;
    height: 1.87vw;
    bottom: -3.2vw;
    left: calc(50% - 1.6vw);
  }
}

.rif-contents__flow__block__ttl {
  display: flex;
  align-items: baseline;
}

.rif-contents__flow__block__ttl span {
  display: block;
  font-family: 'Sansita', sans-serif;
  font-weight: 700;
}

.rif-contents__flow__block__ttl span:nth-of-type(1) {
  font-size: 18px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block__ttl span:nth-of-type(1) {
    font-size: 2.67vw;
    letter-spacing: 0.06em;
  }
}

.rif-contents__flow__block__ttl span:nth-of-type(2) {
  margin-left: 6px;
  font-size: 24px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block__ttl span:nth-of-type(2) {
    margin-left: 0.8vw;
    font-size: 4.27vw;
    letter-spacing: 0.04em;
  }
}

.rif-contents__flow__block__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block__text {
    margin-top: 4vw;
    flex-direction: column;
    justify-content: unset;
    margin-left: 0;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.rif-contents__flow__block__text__detail {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  width: 56.5%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__flow__block__text__detail {
    margin-top: 5.33vw;
    font-size: 3.47vw;
    width: 100%;
  }
}

.rif-contents__text__vacation {
  color: #191919;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .rif-contents__text__vacation {
    font-size: 4vw;
  }
}
.rif-contents__text__vacation span {
  line-height: 2;
}
.rif-contents__text__vacation span:nth-of-type(1) {
  width: 6.5em;
}
.rif-contents__text__vacation span:nth-of-type(2) {
  flex: 1;
}