@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", YuGothic,
    "メイリオ", Meiryo, Arial, sans-serif;
}

.text-75 {
  letter-spacing: 0.075em;
}

.text-50 {
  letter-spacing: 0.05em;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.key_visual {
  background: url(../images/key_visual.png)
    no-repeat center / cover fixed;
  height: 100vh;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}

.key_visual h1 {
  font-size: 56px;
  background: url(../images/internship.png)
    no-repeat center;
  line-height: 110px;
  width: 890px;
}

.key_visual .lead {
  width: 730px;
  margin: 30px auto auto;
  line-height: 1.75;
  font-size: 16px;
}

.key_visual .kv_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  width: 890px;
  margin: auto;
}

p {
  font-size: 14px;
  line-height: 1.7;
}

section {
  padding: 80px 0;
}

section h2 {
  font-size: 36px;
  line-height: 0.88;
  text-align: center;
}

.boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.box {
  width: 270px;
  padding: 40px;
  color: #fff;
}

.box h3 {
  text-align: center;
  margin-bottom: 30px;
}

.box-1 {
  background-color: #e8bb27;
}
.box-2 {
  background-color: #62bba2;
}
.box-3 {
  background-color: #df8568;
}

.voices {
  background: url(../images/back.png) no-repeat
    center bottom / cover fixed;
}

.voices-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px auto 20px;
}

.voices-box li {
  background-color: #fff;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  width: 415px;
  transition: all 0.3s ease-in-out;
}

.voices-box li:hover {
  transform: translate(-10px, -10px);
  box-shadow: 20px 20px 2px 4px rgba(0, 0, 0, 0.3);
}

.voices-box li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px;
}

.voices-box li .meta {
  display: flex;
  justify-content: space-between;
}

.voices-box li .meta .text {
  width: 220px;
}
.voices-box li .meta .text p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.84;
}

.voices-box li .meta img {
  align-self: flex-start;
  height: auto;
  width: 100px;
}

.voices-box li h3,
.voices-box li h4 {
  font-size: 18px;
}

.voices-box li h4 {
  margin: 15px 0 10px;
}

.voice-grey {
  background: url(../images/voices_bk.png);
  padding-top: 60px;
}

/* --- Buttons --- */
.button {
  text-align: center;
  margin: auto;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  opacity: 0.7;
}
.button a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.button-middle,
.button-large {
  background: #ff9f40;
  width: 490px;
  line-height: 80px;
  font-size: 24px;
}

.button-middle a::after,
.button-large a::after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}

.button-small {
  background: #3f93c3;
  width: 345px;
  line-height: 50px;
  font-size: 16px;
  margin-top: 25px;
}

.button-small a::before,
.button-small a::after {
  display: block;
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.button-small a::before {
  border: 1px solid #fff;
  border-top-width: 3px;
  top: calc(50% - 3px);
  right: 22px;
  height: 9px;
  width: 11px;
  z-index: 0;
}
.button-small a::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 25px;
  height: 12px;
  width: 12px;
}
/* --- Buttons End --- */

.section-grey {
  background: #f7f6ed;
}

section h2 + p {
  margin: 35px auto 55px;
  text-align: center;
}

.apply ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.apply .school-card {
  background: #fff;
  width: 425px;
  padding: 40px;
}

.apply .school-card h3 {
  color: #3f93c3;
  font-size: 22px;
  margin-bottom: 35px;
  line-height: 1.36;
}

.apply .school-card dl {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.apply .school-card dl dt {
  width: 60px;
}

.apply .school-card dl dd {
  font-weight: bold;
  width: calc(100% - 60px);
}

.apply .school-card dl dt,
.apply .school-card dl dd {
  margin-bottom: 15px;
}

.apply-about {
  width: 730px;
}

.apply-about dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 60px;
}

.apply-about dl dt {
  width: 220px;
  font-weight: bold;
}

.apply-about dl dt::before {
  content: "";
  display: inline-block;
  background-color: #f08c2a;
  width: 5px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.apply-about dl dd {
  width: 510px;
}

.apply-about dl dt,
.apply-about dl dd {
  margin-bottom: 25px;
}

#header_contents {
  height: 50px;
}

#footer {
  background: #333333;
  color: #fff;
  height: 200px;
}

/* ---  Scrolling  --- */
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
