/* 共通 */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
p,li {
    font-size: 1.6rem;
    margin: 0;
}
h2.family-oswald {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.header_button_menu > a::after, .header_button_menu > a::before {
  height: 11px;
}
@media screen and (max-width: 767px) {
  .header_button_menu > a::after, .header_button_menu > a::before {
    height: 6px;
  }
}

/* 一番上のタイトル */
.graduates_title {
    font-weight: bold;
    font-size: 6rem;
}
@media screen and (max-width: 767px) {
    .graduates_title {
        font-size: 2.6rem;
        line-height: 1.2;
    }
}

/* fvエリア */
.catch {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  background-color: #f9a80d;
  padding-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .catch {
    margin-top: 78px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .catch {
    margin-top: 78px;
  }
}
.catch_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 16px;
}
@media screen and (max-width: 900px) {
  .catch_wrap {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .catch_wrap {
    display: block;
    padding-bottom: 16px;
  }
}
.catch_img {
  margin-top: -60px;
  max-width: 710px;
}
.catch_img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .catch_img {
    width: 100%;
    margin-top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .catch_img {
    width: 100%;
    margin-top: -46px;
  }
}
.catch_textarea {
  width: 55%;
  padding: 60px 40px 0 0;
}
@media screen and (max-width: 900px) {
  .catch_textarea {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .catch_textarea {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
}
.catch_name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1.05;
}
.catch_name span {
    color: #fff;
}
@media screen and (max-width: 900px) {
  .catch_name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catch_name {
    margin-top: 20px;
    font-size: 5.4rem;
  }
}
.catch_sub {
    margin-top: 20px;
    font-weight: 700;
    font-size: 2rem;
}
.catch_inst {
    margin-top: 40px;
    font-weight: 700;
    line-height: 1.6;
}
@media screen and (max-width: 900px) {
    .catch_inst {
        margin-top: 32px;
    }
}

/* プロフィール */
.profile {
    background-color: #EEEEEE;
    padding: 40px 0 80px;
}
.profile_title {
  margin-bottom: 24px;
}

/* 公式アカウント */
.official {
    padding: 40px 0 80px;
}
.official_title {
  margin-bottom: 24px;
}
.official_text {
    text-align: center;
    margin-bottom: 32px;
}
.official_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 80px;
    justify-content: center;
}
/* @media screen and (max-width: 767px) {
    .official_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 50px;
        max-width: 70%;
        margin: 0 auto;
    }
} */
.official_item {
    position: relative;
    line-height: 1.5;
    padding-left: 37px;
    font-size: 2.0rem;
    font-weight: bold;
    white-space: nowrap;
}
.official_item.-blank {
    padding-left: 0;
}
.official_item a {
    display: flex;
    align-items: center;
    gap: 12px; 
}
.official_item a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 24px;
}
.official_item.-youtube a::before {
    background: url(/common/img/layout/menu_sns_img01.png) 0 0 / contain no-repeat;
    top: 70%;
}
.official_item.-ig a::before {
    background: url(/common/img/layout/menu_sns_img02.png) 0 0 / 100% 100% no-repeat;
}
.official_item.-x a::before {
    background: url(/common/img/layout/menu_sns_img04.png) 0 0 / 100% 100% no-repeat;
    background-size: 20px;
}
.official_item.-tiktok a::before {
    background: url(/common/img/layout/menu_sns_img03.png) 0 0 / 100% 100% no-repeat;
}
.official_item.-note a::before {
  background: url(/common/img/layout/menu_sns_img06.png) 0 0 / 100% 100% no-repeat;
}
.official_item.-blank a::before {
    content: none;
}
.official_item.-blank a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-image: url(/common/img/layout/menu_sns_img05.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
@media screen and (max-width: 767px) {
    .official_item {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .official_item.-blank {
        grid-column: 1 / -1;
    }
}

/* FAQ */
.faq {
    background-color: #EEEEEE;
    padding: 40px 0 80px;
}
.faq-down {
  margin-top: 48px;
}
.faq-down.-white {
  background-color: #fff;
}
.faq-down .faq_accordion .js-accordion_trigger dt {
  align-items: center;
}

/* 関連記事 */
.related {
  padding: 48px 0 56px;
  background-color: #F9A80D;
}
.related_title {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .related_catch {
    font-size: 3.2rem;
  }
}
.related_item_wrap {
  width: auto;
  margin: 0 -20px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .related_item_wrap {
    margin: 30px 0 0 -10px;
  }
}
.related_item_wrap:has(.related_item:nth-child(4)) {
  text-align: left;
}
.related_item {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 40px;
  padding: 0 20px;
  vertical-align: top;
}
.related_item a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .related_item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    padding: 0 0 0 10px;
  }
  .related_item:first-child {
    margin-top: 0;
  }
}
.related_item_inner {
  background-color: #fff;
}
.related_item_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 66.28%;
}
.related_item_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.related_item a:hover .related_item_img img {
  transform: scale(1.1);
}
.related_text {
  position: relative;
  padding: 22px 30px 28px;
  background-color: #fff;
  text-align: left;
}
.related_text_head{
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 767px) {
  .related_text {
    padding-bottom: 26px;
  }
}
.related_text_category {
  position: relative;
  color: #8c6500;
  font-weight: 700;
  font-size: 1.3rem;
}
.related_text_category:after,
.related_text_category:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.related_text_category:before {
  left: -40px;
  width: 32px;
  height: 0;
  margin: auto 0;
  border-top: 1px solid #999;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.related_text_category:after {
  left: -18px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg) scale(0) translate(-20px, 20px);
  transform: rotate(45deg) scale(0) translate(-20px, 20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.related_text_date{
    font-size: 1.3rem;
    color: #000;
    margin: 0;
}
.related_item:hover .related_text_category:before {
  border-top-color: #000;
}
.related_item:hover .related_text_category:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1) translate(0, 0);
  transform: rotate(45deg) scale(1) translate(0, 0);
}
@media screen and (max-width: 767px) {
  .related_text_category {
    font-size: 1.2rem;
  }
}
.related_text_catch {
  position: relative;
  margin-top: 11px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .related_text_catch {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.related_text_copy {
  position: relative;
  margin-top: 18px;
  color: #666;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .related_text_copy {
    margin-top: 12px;
  }
}
@media screen and (min-width: 767px) {
  .mod-button.opt-narrow.-long {
    width: 220px;
  }
}