@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  EXPANDING-CAREER  ----------*/
:root {
  --humanities: #EC6D00;
  --science: #38A95B;
}

#expandingCareer .fv-img {
  background: url(/assets/img/environment/expanding-career/fv_expanding-career.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#expandingCareer .box {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
#expandingCareer .box .intro {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .intro {
    margin-bottom: 40px;
  }
}
#expandingCareer .box .intro .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .intro .text {
    margin-bottom: 32px;
  }
}
#expandingCareer .box .intro .strong {
  max-width: 690px;
  font-size: 1.4rem;
  padding: 15px;
  color: #fff;
  background-color: var(--gold);
  border-radius: 10px;
}
#expandingCareer .box .intro .lead {
  width: 100%;
  background: var(--gold);
  padding: 16px 18px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .intro .lead {
    padding: 10px 12px;
  }
}
#expandingCareer .box .intro .lead p {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.01em;
}
#expandingCareer .box .img-major {
  margin-bottom: 80px;
}
#expandingCareer .box .img-major img {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.6);
}
#expandingCareer .box .content:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
#expandingCareer .box .content .heading-group {
  margin-bottom: 30px;
}
#expandingCareer .box .content .heading-group .cap {
  font-size: 2rem;
  font-weight: 500;
  line-height: 0.5;
  letter-spacing: 0.1em;
}
#expandingCareer .box .content .major-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .major-list {
    margin-bottom: 40px;
  }
}
#expandingCareer .box .content .major-list .list-item {
  width: calc((100% - 60px) / 4);
  padding: 20px 15px;
  margin-bottom: 20px;
  background: var(--lightgray);
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .major-list .list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 600px) {
  #expandingCareer .box .content .major-list .list-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #expandingCareer .box .content .major-list .list-item {
    width: 100%;
  }
}
#expandingCareer .box .content .major-list .list-item .major-container {
  display: flex;
  flex-direction: column;
}
#expandingCareer .box .content .major-list .list-item:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .major-list .list-item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #expandingCareer .box .content .major-list .list-item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  #expandingCareer .box .content .major-list .list-item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #expandingCareer .box .content .major-list .list-item:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #expandingCareer .box .content .major-list .list-item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
#expandingCareer .box .content .major-list .list-item .icon {
  width: fit-content;
  margin: auto;
  padding-bottom: 10px;
  display: block;
}
#expandingCareer .box .content .major-list .list-item .major {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .major-list .list-item .major {
    font-size: 1.8rem;
  }
}
#expandingCareer .box .content .major-list .list-item .detail {
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: 0.01em;
  text-align: justify;
}
#expandingCareer .box .content .comment-block .lead-group {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .comment-block .lead-group {
    margin-bottom: 30px;
  }
}
#expandingCareer .box .content .comment-block .lead-group .badge {
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 386px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.5em;
  margin: 0 auto 10px;
}
#expandingCareer .box .content .comment-block .lead-group .lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .comment-block .lead-group .lead {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
#expandingCareer .box .content .comment-block .cap {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .comment-block .cap {
    margin-bottom: 24px;
  }
}
#expandingCareer .box .content .comment-block .item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .comment-block .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#expandingCareer .box .content .comment-block .item .img-container {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content .comment-block .item .img-container {
    margin-bottom: 16px;
  }
}
#expandingCareer .box .content .comment-block .item .heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#expandingCareer .box .content.science {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .content.science {
    margin-bottom: 40px;
  }
}
#expandingCareer .box .humanities .heading-group .cap {
  color: var(--humanities);
}
#expandingCareer .box .humanities .major-list .list-item .major {
  color: var(--humanities);
}
#expandingCareer .box .humanities .comment-block .lead-group .badge {
  background-color: #EC6D00;
}
#expandingCareer .box .humanities .comment-block .lead-group .lead {
  color: var(--humanities);
}
#expandingCareer .box .science .heading-group .cap {
  color: var(--science);
}
#expandingCareer .box .science .major-list .list-item .major {
  color: var(--science);
}
#expandingCareer .box .science .comment-block .lead-group .badge {
  background-color: #38A95B;
}
#expandingCareer .box .science .comment-block .lead-group .lead {
  color: var(--science);
}
#expandingCareer .box .movie-block {
  margin: 0 auto;
}
#expandingCareer .box .movie-block .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #expandingCareer .box .movie-block .title {
    margin-bottom: 15px;
  }
}
#expandingCareer .box .movie-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}