@charset "UTF-8";
body {
  overflow-x: hidden;
}

.topHeader__noSticky__border {
  box-shadow: none;
}

html.common .header_breadcrumb {
  display: none;
}

#alumni {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "M S Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: calc(62 / 32);
  color: #464646;
  -webkit-text-size-adjust: 100%;
}
#alumni .sp {
  display: none;
}
#alumni p:not(:last-child) {
  margin-bottom: 1em;
}
#alumni .note {
  color: #464646;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
#alumni h2 {
  color: #000;
  font-size: 32px;
  line-height: calc(83 / 64);
  padding: 0 0 26px;
  margin: 0 0 26px;
  position: relative;
}
#alumni h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  display: block;
  background-color: #78d64b;
}
#alumni h3 {
  color: #05b140;
  font-size: 24px;
  line-height: 1.5208333333;
  margin-bottom: 15px;
  position: relative;
}
#alumni p + h3 {
  margin-top: 40px;
}
#alumni strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.2em;
  text-decoration-color: rgba(120, 214, 75, 0.75);
  text-underline-offset: -0.025em;
  text-decoration-skip-ink: none;
}
#alumni a {
  color: #05b140;
  font-weight: 700;
  text-decoration: underline;
}
#alumni a:hover {
  text-decoration: none;
}
#alumni .inner {
  width: 950px;
  margin: 0 auto;
  padding: 50px 40px;
  position: relative;
}
#alumni .button a {
  width: 400px;
  min-height: 60px;
  margin: 0 auto;
  color: #464646;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  padding: 10px 50px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: calc(40 / 32);
  border: 1px solid #464646;
  border-radius: calc(60px / 2);
  box-shadow: 0 5px 0 #dbe6d7;
  background-image: url(../img/arrow_black.png);
  background-repeat: no-repeat;
  background-size: calc(16px / 2) auto;
  background-position: center right 30px;
  transition: all 0.2s;
}
#alumni .button a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
#alumni .boxy {
  border: 4px solid #05b140;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  clear: both;
}
#alumni .boxy + .boxy {
  margin-top: 30px;
}
#alumni .boxy .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #05b140;
  color: #fff;
  height: 50px;
  margin: -34px 0 30px -30px;
  width: calc(100% + 30px * 2);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(52 / 40);
}
#alumni #mv {
  background-color: #78d64b;
  height: 400px;
}
#alumni #mv .inner {
  padding: 103px 0 0;
  height: 100%;
}
#alumni #mv .logo {
  width: calc(418px / 2);
}
#alumni #mv h1 {
  color: #fff;
  font-size: 48px;
  line-height: calc(96 / 64);
  padding-top: 15px;
  margin-top: 30px;
  position: relative;
}
#alumni #mv h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  display: block;
  background-color: #fff;
}
#alumni #mv h1 .sub {
  font-size: 24px;
  line-height: calc(56 / 48);
  margin-top: 5px;
  display: block;
}
#alumni #mv .illust {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: calc(1076px / 2);
}
#alumni #anchor .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#alumni #anchor ul {
  border: 5px solid #eaeaea;
  border-radius: 20px;
  padding: 30px 30px 30px 245px;
  position: relative;
}
#alumni #anchor ul::before {
  content: attr(data-title);
  color: #78d64b;
  font-weight: 700;
  font-size: 24px;
  line-height: calc(56 / 48);
  position: absolute;
  left: 50px;
  top: 30px;
}
#alumni #anchor ul li:not(:last-child) {
  margin-bottom: 6px;
}
#alumni #anchor ul li a {
  color: #464646;
  font-size: 16px;
  font-weight: normal;
  line-height: calc(44 / 32);
  padding-left: 10px;
  position: relative;
}
#alumni #anchor ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  width: 2px;
  height: 12px;
  display: block;
  background-color: #78d64b;
}
#alumni #anchor p + ul {
  margin-top: 40px;
}
#alumni #about,
#alumni #summary {
  background-color: #f2f7f0;
}
#alumni #reason .inner::after,
#alumni #difference .inner::after,
#alumni #merit .inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: calc(100% - 40px * 2);
  height: 0;
  display: block;
  border-bottom: 1px solid #78d64b;
}
#alumni #voice .interview {
  position: relative;
}
#alumni #voice .interview > .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
#alumni #voice .interview > .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: solid 16px transparent;
  border-left: solid 16px transparent;
  border-bottom: solid 12px transparent;
  border-top: solid 12px transparent;
}
#alumni #voice .interview h3 {
  padding-bottom: 18px;
  margin-bottom: 16px;
}
#alumni #voice .interview h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  display: block;
}
#alumni #voice .interview .name,
#alumni #voice .interview .company {
  font-size: 20px;
  line-height: calc(56 / 40);
  font-weight: 700;
}
#alumni #voice .interview .name {
  margin-bottom: 5px;
}
#alumni #voice .interview .company {
  margin-bottom: 17px;
}
#alumni #voice .interview .ph {
  width: 380px;
  height: auto;
  float: right;
  margin: 6px 0 10px 25px;
  border-radius: 15px;
}
#alumni #voice .interview .boxy {
  margin-top: 30px;
}
#alumni #voice .interview .boxy ul {
  padding: 0 25px;
  margin-bottom: 20px;
}
#alumni #voice .interview .boxy ul li {
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #05b140;
}
#alumni #voice .interview .boxy ul li:last-child {
  border-bottom: none;
}
#alumni #voice .interview.interviewee > .ttl {
  background-color: #78d64b;
}
#alumni #voice .interview.interviewee > .ttl::after {
  border-top-color: #78d64b;
}
#alumni #voice .interview.interviewee h3 {
  color: #78d64b;
}
#alumni #voice .interview.interviewee h3::after {
  background-color: #78d64b;
}
#alumni #voice .interview.interviewee .boxy {
  border-color: #78d64b;
}
#alumni #voice .interview.interviewee .boxy .ttl {
  background-color: #78d64b;
}
#alumni #voice .interview.interviewee .boxy ul li {
  border-bottom-color: #78d64b;
}
#alumni #voice .interview.interviewer > .ttl {
  background-color: #05b140;
}
#alumni #voice .interview.interviewer > .ttl::after {
  border-top-color: #05b140;
}
#alumni #voice .interview.interviewer h3 {
  color: #05b140;
}
#alumni #voice .interview.interviewer h3::after {
  background-color: #05b140;
}
#alumni #voice .interview.interviewer .boxy {
  border-color: #05b140;
}
#alumni #voice .interview.interviewer .boxy .ttl {
  background-color: #05b140;
}
#alumni #voice .interview.interviewer .boxy ul li {
  border-bottom-color: #05b140;
}
#alumni #voice .interview + .interview {
  margin-top: 50px;
}
#alumni #voice .interviewee + .interviewer {
  margin-top: 107px;
}
#alumni #voice .interviewee + .interviewer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  display: block;
  background-image: linear-gradient(to right bottom, transparent 50%, #78d64b 50%, #78d64b calc(50% + 2px), transparent calc(50% + 2px));
}
#alumni #yelloop {
  background-color: #c7e9b8;
  margin-top: 46px;
}
#alumni #yelloop .inner {
  padding-left: 0;
  padding-right: 0;
}
#alumni #yelloop h2 {
  background-color: #05b140;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 123px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: -90px;
  margin-bottom: 36px;
}
#alumni #yelloop h2::after {
  left: 0;
  right: 0;
  bottom: -36px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-top: solid 20px #05b140;
  background-color: transparent;
}
#alumni #yelloop .concept {
  background-color: #fff;
  border: none;
  padding: 65px 40px 65px;
}
#alumni #yelloop .concept .logo {
  width: calc(720px / 2);
  display: block;
  margin: 0 auto 50px;
}
#alumni #yelloop .concept .outer h3 {
  width: 250px;
  height: 250px;
  border-radius: calc(250px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78d64b;
  color: #fff;
  font-size: 18.5px;
  font-weight: 700;
  line-height: calc(64 / 40);
  padding-bottom: 26px;
  background-image: url(../img/yelloop_concept.png);
  background-repeat: no-repeat;
  background-position: center top 128px;
  background-size: calc(416px / 2) auto;
  float: left;
  margin: 6px 40px 0 0;
}
#alumni #yelloop .concept .outer p {
  overflow: hidden;
  font-weight: 700;
}
#alumni #yelloop .point {
  padding-top: 164px;
  position: relative;
  z-index: 0;
}
#alumni #yelloop .point h3 {
  position: absolute;
  top: 16px;
  left: -68px;
  width: 280px;
  height: 280px;
  border-radius: calc(280px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fee768;
  color: #05b140;
  font-size: 18.5px;
  font-weight: 700;
  line-height: calc(64 / 40);
  padding-left: 45px;
  padding-bottom: 122px;
  background-image: url(../img/yelloop_point.png);
  background-repeat: no-repeat;
  background-position: left 84px top 95px;
  background-size: calc(248px / 2) auto;
  z-index: -1;
}
#alumni #yelloop .point .boxy {
  position: relative;
  background-color: #fff;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
}
#alumni #yelloop .point .boxy .ttl {
  margin-top: -30px;
  margin-left: -40px;
  width: calc(100% + 40px * 2);
  height: 83px;
  padding-top: 27px;
  background-repeat: no-repeat;
  background-position: center top 18px;
  background-size: auto calc(36px / 2);
}
#alumni #yelloop .point .boxy:nth-of-type(1) .ttl {
  background-image: url(../img/yelloop_ttl_point_1.png);
}
#alumni #yelloop .point .boxy:nth-of-type(2) .ttl {
  background-image: url(../img/yelloop_ttl_point_2.png);
}
#alumni #yelloop .point .boxy:nth-of-type(3) .ttl {
  background-image: url(../img/yelloop_ttl_point_3.png);
}
#alumni #yelloop .point .boxy:nth-of-type(4) .ttl {
  background-image: url(../img/yelloop_ttl_point_4.png);
}
#alumni #yelloop .point .boxy p:not(.note) {
  font-weight: 700;
}
#alumni #yelloop .point .boxy figure img {
  width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
#alumni #yelloop .point .boxy p + figure {
  margin-top: 25px;
}
#alumni #yelloop .point .boxy figcaption {
  font-size: 14px;
  line-height: calc(36 / 28);
  text-align: center;
  margin-top: 8px;
}
#alumni #community .inner {
  padding-bottom: 15px;
}
#alumni #community .boxy {
  background-color: #f2f7f0;
  border: 2px solid #c7e9b8;
}
#alumni #community .boxy .ttl {
  display: block;
  color: #05b140;
  background: none;
  margin: 0 0 10px;
  text-align: left;
  width: auto;
  height: auto;
}
#alumni #community .boxy p:not(.ttl) {
  overflow: hidden;
}
#alumni #community .boxy .tb {
  width: 225px;
  height: auto;
  float: right;
  margin: 6px 0 0 20px;
  border-radius: 10px;
}
#alumni #community .boxy .button {
  clear: both;
  padding-top: 25px;
}
#alumni #community .boxy .button a {
  width: 500px;
}
#alumni #community .boxy + .boxy {
  margin-top: 15px;
}
#alumni #interview ul li {
  width: 100%;
  padding: 13px 130px 16px 0;
  background-image: url(../img/arrow_green.png);
  background-repeat: no-repeat;
  background-size: calc(24px / 2) auto;
  background-position: center right 40px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s;
}
#alumni #interview ul li:hover {
  opacity: 0.7;
}
#alumni #interview ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
#alumni #interview ul li a {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
#alumni #interview ul li a:hover {
  opacity: 1;
}
#alumni #interview ul li .tb {
  width: 225px;
  height: auto;
  float: left;
  margin: 3px 20px 0 0;
  border-radius: 10px;
}
#alumni #interview ul li .ttl {
  color: #05b140;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(52 / 40);
  margin: 0 0 10px;
  width: auto;
}
#alumni #interview ul li p:not(.ttl) {
  font-size: 13px;
  line-height: calc(42 / 26);
}
#alumni #interview h3 {
  margin-bottom: 30px;
}
#alumni #interview .ph {
  width: 690px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
}
#alumni #interview h4 {
  font-size: 20px;
  line-height: calc(52 / 40);
  font-weight: 700;
  margin: 40px 0 12px;
}
