@charset "utf-8";
/*
hero
*/
.hero_area {
  position: relative;
  height: 80vh;
}
.hero_slide {
  height: 100%;
}
.hero_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_txt {
  position: absolute;
  left: 24px;
  bottom: 60px;
  z-index: 1;
  font-size: 31px;
  color: #fff;
  line-height: 1.2;
}
.hero_mv_swiper {
  height: 100%;
}
.hero_mv_swiper .swiper-wrapper {
  height: 100%;
}
.__inner_wrap {
  display: flex;
  gap: 0;
  overflow: hidden;
}
.hero_txt span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
}
.hero_txt span.visible {
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .hero_area {
    width: auto;
  }
  .hero_txt {
    font-size: clamp(31px, 4.12vw, 64px);
    left: 50px;
    bottom: 35px;
  }
  /* .hero_slide {
    height: calc(100vh - 50px);
  } */
  .hero_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1280px) {
  /* .hero_slide {
    height: calc(100vh - 80px);
  } */
  .hero_txt {
    left: 80px;
    bottom: 160px;
  }
}
@media only screen and (min-width: 1550px) {
  /* .hero_slide {
    height: calc(100vh - 100px);
  } */
  .hero_txt {
    left: 160px;
    bottom: 260px;
    font-size: 64px;
  }
}
/*
FACULTY
*/
.top_faculty_inner {
  padding: 47px 0 80px;
}
.top_faculty_body {
  padding: 0 36px;
}
.faculty_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
  margin: 40px 0 0;
}
.faculty_list_item {
  position: relative;
}
.faculty_item_wrap {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 540 / 300;
  width: 100%;
  height: auto;
}
.faculty_list_item_inenr {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.faculty_list_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url("../images/top/faculty_01_img.png"), url("../images/top/faculty_01_bg.png"); */
  background-repeat: no-repeat;
  background-position: right top, center;
  background-size: cover;
}
.faculty_list_txt_inner {
  padding: 18px 0 0 17px;
}
.faculty_ttl_ja {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.faculty_ttl_en {
  margin: 3px 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.faculty_icon_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 0 0;
}
.faculty_arw {
  margin: 6px 0 0;
}
.faculty_arw img {
  vertical-align: baseline;
}
.play_mark {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  padding: 0 0 0 6px;
  background: #fff;
  border-radius: 50%;
  border: solid #e9e9e7 3px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.play_mark svg {
  width: 21px;
}
.faculty_balloon {
  width: 147px;
  transition: all 0.3s ease-out;
}
.faculty_balloon img {
  vertical-align: middle;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
  width: 60px;
  height: 60px;
  top: 0 !important;
  right: 0 !important;
}
.lightcase-icon-close[class*="lightcase-icon-"]:before {
  content: "";
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../images/campuslife/pop_close.svg) center/60px no-repeat;
}
#lightcase-loading[class*="lightcase-icon-"]:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/pop_loading.svg) no-repeat;
}
@media only screen and (min-width: 500px) {
  .top_faculty_body {
    width: 70%;
    margin: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 640px) {
  .top_faculty_body {
    width: 90%;
  }
  .faculty_list_item_inenr {
    border-radius: 25px;
  }
  .faculty_list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .faculty_icon_wrap {
    display: block;
    margin: 0;
  }
  .play_mark {
    position: absolute;
    left: -16px;
    bottom: -22px;
    width: 55px;
    height: 55px;
    padding: 0 0 0 6px;
    border: solid #e9e9e7 5px;
  }
  .play_mark svg {
    width: 17px;
    fill: #eb0a1e;
  }
  .faculty_balloon {
    position: absolute;
    bottom: 36px;
    left: -28px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .faculty_list_txt_inner {
    padding: 18px 0 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .faculty_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .faculty_ttl_ja {
    font-size: clamp(18px, 2vw, 34px);
  }
  .faculty_ttl_en {
    font-size: clamp(10px, 1vw, 18px);
  }
  .faculty_list_item:hover .faculty_list_item_inenr {
    width: 96%;
    height: 96%;
  }
  .play_mark {
    left: -20px;
  }
  .faculty_balloon {
    left: -31px;
  }
  .faculty_list_item:hover .play_mark {
    border: solid #fff 5px;
    background: #eb0a1e;
  }
  .faculty_list_item:hover .play_mark svg {
    fill: #fff;
  }
  .faculty_list_item:hover .faculty_balloon {
    bottom: 41px;
  }
}
@media only screen and (min-width: 1280px) {
  .top_faculty_inner {
    padding: 120px 0 196px;
  }
  .faculty_list {
    margin: 60px 0 0;
    gap: 80px 51px;
  }
  .play_mark {
    width: 60px;
    height: 60px;
  }
  .faculty_balloon {
    bottom: 42px;
    left: -35px;
    width: 90px;
  }
  .faculty_list_item:hover .faculty_balloon {
    bottom: 52px;
  }
}
@media only screen and (min-width: 1650px) {
  .faculty_list_txt_inner {
    padding: 25px 0 0 31px;
  }
  .faculty_ttl_ja {
    font-size: 34px;
  }
  .faculty_ttl_en {
    margin: 8px 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1850px) {
  .top_faculty_body {
    width: 1720px;
  }
  .faculty_list_txt_inner {
    padding: 37px 0 0 31px;
  }
  .play_mark {
    width: 76px;
    height: 76px;
    padding: 0 0 0 11px;
  }
  .play_mark svg {
    width: 27px;
  }
  .faculty_balloon {
    bottom: 56px;
    left: -38px;
    width: 110px;
  }
  .faculty_list_item:hover .faculty_balloon {
    bottom: 66px;
  }
}
/*
REASON
*/
.reason_area {
  position: relative;
  padding: 72px 0 60px;
  overflow: hidden;
}
.reason_sec_ttl_box {
  position: absolute;
  top: -21px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
	width: 100%;
}
.reason_box {
  height: 100%;
}
.reason_box_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.reason_box_02 .reason_box_inner {
  gap: 5px 0;
}
.reason_box_03 .reason_box_inner {
  gap: 10px 0;
}
.reason_main_group {
  position: relative;
  width: 100%;
  text-align: center;
}
.reason_box_ttl_01 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.reason_box_ttl_02 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.reason_emphasis_num {
  color: #eb0a1e;
  font-size: 56px;
  font-weight: bold;
}
.reason_box_04 .reason_emphasis_num {
  line-height: 0.9;
}
.reason_emphasis_txt {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 7px;
  padding: 0 0 3px;
}
.reason_emphasis_txt_b {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 15px;
}
.reason_img {
  margin: 15px 0 0;
  text-align: center;
}
.reason_img_02 {
  margin: 8px 0 0;
}
.reason_img_03 {
  margin: 10px 0 0;
}
.reason_img_04 {
  position: absolute;
  bottom: -95%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.reason_img_05 {
  position: absolute;
  bottom: -89%;
  left: 43%;
  transform: translateX(-50%);
  width: 100%;
}
.reason_img_01 img {
  width: 88%;
}
.reason_img_02 img {
  width: 70%;
}
.reason_img_03 img {
  width: 50%;
}
.reason_img_04 img {
  width: 37%;
}
.reason_img_05 img {
  width: 40%;
}
.reason_txt {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.reason_txt span {
  color: #eb0a1e;
}
.reason_txt_br01 {
  display: none;
}
.reason_exam_num {
  font-size: 11px;
  text-align: center;
}
.reason_exam_pass {
  font-size: 16px;
}
.reason_exam_pass_num_box {
  display: flex;
  align-items: flex-end;
}
.reason_exam_pass_num {
  font-size: 30px;
  color: #eb0a1e;
}
.reason_txt_note {
  font-size: 9px;
  font-weight: normal;
  text-align: left;
  margin: 4px 0 0;
}
.reason_link_btn {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
}
.reason_exam_box_wrap_pc {
  display: none;
}
.reason_exam_box_wrap {
  padding: 22px 0 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.reason_exam_box {
  position: relative;
  width: 50%;
  padding: 8px 0 5px;
  background: #fff;
  border: solid #f0f0eb 5px;
  font-weight: bold;
}
.reason_exam_ttl {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  font-size: 11px;
  line-height: 1.64;
  padding: 1px 12px;
  background: #222;
  color: #fff;
  border-radius: 10px;
}
.reason_box_03 .reason_exam_ttl {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  padding: 2px 9px;
  top: -27px;
}
.reason_exam_pass_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0 3px;
  line-height: 1;
}
.reason_exam_pass {
  font-size: 16px;
}
.reason_exam_pass_num_box {
  display: flex;
  align-items: flex-end;
}
.reason_exam_pass_num {
  font-size: 30px;
  color: #eb0a1e;
}
.reason_exam_pass_unit {
  font-size: 12px;
  padding: 0 0 4px 4px;
}
.reason_txt_note {
  font-size: 9px;
  font-weight: normal;
  text-align: left;
  margin: 4px 0 0;
}
.reason_box_02_list {
  border: 1px solid #e6e6db;
  width: 100%;
}
.reason_box_02_list_ttl {
  padding: 1px 0;
  text-align: center;
}
.reason_box_02_item_inner {
  padding: 5px 10px;
}
.reason_box_02_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
}
.reason_box_02_txt_01 {
  display: flex;
  align-items: center;
  gap: 0 7px;
  width: 100%;
  line-height: 1.2;
}
.reason_box_02_txt_01::after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background: url(../images/top/line.svg) repeat-x;
  background-size: contain;
}
.reason_box_02_item:nth-child(2) .reason_box_02_txt_01::after {
  width: 50%;
}
.reason_box_02_txt_02 {
  width: 53%;
}
.reason_box_02_item + .reason_box_02_item {
  margin: 3px 0 0;
}
.reason_box_02_contents {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin: -5px 0 0;
}
.reason_box_02_contents_ttl {
  background: #222;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .reason_area {
    padding: 126px 0 60px;
  }
  .reason_box_02 .reason_box_inner {
    gap: 24px 0;
  }
  .reason_box_03 .reason_box_inner {
    gap: 0;
  }
  .reason_box_03 .reason_exam_box_wrap {
    padding: 0;
  }
  .reason_box_ttl_01 {
    font-size: clamp(12px, 1.87vw, 24px);
  }
  .reason_box_ttl_02 {
    font-size: clamp(19px, 1.64vw, 21px);
  }
  .reason_emphasis_num {
    font-size: clamp(56px, 5.46vw, 70px);
  }
  .reason_emphasis_txt {
    gap: 0 5px;
  }
  .reason_emphasis_txt_b {
    font-size: clamp(13px, 2.34vw, 30px);
  }
  .reason_txt {
    font-size: clamp(13px, 1.4vw, 18px);
  }
  .reason_box_ttl_02_sp {
    display: none;
  }
  .reason_box_ttl_02_pc {
    display: block;
  }
  .reason_exam_box_wrap {
    flex-direction: column;
  }
  .reason_exam_box {
    display: flex;
    gap: 0 6px;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 8px 80px;
    border: solid #f0f0eb 6px;
  }
  .reason_exam_ttl {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.25;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(11px, 1.25vw, 16px);
    padding: 1px 12px;
  }
  .reason_box_03 .reason_exam_ttl {
    font-size: clamp(10px, 1.1vw, 14px);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.25;
    padding: 2px 5px;
  }
  .reason_exam_num {
    font-size: clamp(11px, 1.25vw, 16px);
    text-align: left;
  }
  .reason_exam_pass {
    font-size: 22px;
  }
  .reason_exam_pass_num {
    font-size: clamp(30px, 4.68vw, 60px);
  }
  .reason_txt_note {
    font-size: clamp(9px, 1.1vw, 14px);
  }
  .reason_exam_pass_unit {
    font-size: clamp(12px, 1.56vw, 20px);
		padding: 0 0 10px 4px;
  }
  .reason_img {
    margin: 35px 0 0;
  }
  .reason_img_02 {
    margin: 10px 0 0;
  }
  .reason_img_03 {
    margin: 5px 0 0;
  }
  .reason_img_04,
  .reason_img_05 {
    position: unset;
    transform: unset;
    margin: 10px 0;
  }
  .reason_box_04 .reason_main_group,
  .reason_box_05 .reason_main_group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reason_img_04 img {
    width: 40%;
  }
  .reason_txt_br01 {
    display: block;
  }
  .reason_exam_box_wrap_sp {
    display: none;
  }
  .reason_exam_box_wrap_pc {
    display: block;
    width: 100%;
  }
  .reason_link_btn {
    bottom: 7%;
  }
  .reason_sec_ttl_box {
    top: -5px;
  }
  .reason_box_02_contents {
    margin: -10px 0 0;
  }
  .reason_box_02_contents_ttl {
    font-size: clamp(10px, 1.33vw, 17px);
    width: 80px;
    height: 80px;
  }
  .reason_box_02_list_ttl {
    padding: 3px 0;
  }
  .reason_box_02_txt_01 {
    gap: 0 10px;
  }
  .reason_box_02_txt_01::after {
    width: 52%;
  }
  .reason_box_02_item:nth-child(2) .reason_box_02_txt_01::after {
    width: 12%;
  }
  .reason_box_02_item {
    gap: 0 14px;
  }
  .reason_box_02_txt_02 {
    width: 40%;
  }
}
@media screen and (min-width: 800px) {
  .reason_exam_box_wrap {
    padding: 18px 0 0;
  }
  .reason_exam_box {
    padding: 8px 10px 6px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .reason_area {
    padding: 161px 0;
  }
  .reason_exam_box_wrap {
    gap: 10px 0;
    padding: 13px 0 0;
  }
  .reason_exam_box {
    padding: 10px 10px 10px 90px;
    gap: 0;
  }
  .reason_exam_pass_txt {
    display: block;
  }
  .reason_exam_pass {
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  .reason_box_ttl_01 {
    font-size: 24px;
  }
  .reason_box_ttl_02 {
    font-size: 21px;
  }
  .reason_img_04 {
    bottom: -116%;
  }
  .reason_img_05 {
    bottom: -104%;
  }
  .reason_img_01 img {
    width: auto;
  }
  .reason_img_02 img {
    width: auto;
  }
  .reason_img_04 img {
    width: 30%;
  }
  .reason_img_05 img {
    width: 30%;
  }
  .reason_img_06 img {
    width: auto;
  }
  .reason_emphasis_num {
    font-size: 70px;
  }
  .reason_emphasis_txt_b {
    font-size: 30px;
  }
  .reason_txt {
    font-size: 18px;
  }
  .reason_exam_box {
    padding: 15px 12px 14px 106px;
    gap: 0 3px;
  }
  .reason_exam_ttl {
    font-size: 16px;
    width: 80px;
    height: 80px;
    padding: 11px 3px;
  }
  .reason_box_03 .reason_exam_ttl {
    font-size: 14px;
  }
  .reason_exam_num {
    font-size: 16px;
  }
  .reason_exam_pass {
    font-size: 30px;
  }
  .reason_exam_pass_num {
    font-size: 60px;
  }
  .reason_exam_pass_unit {
    font-size: 20px;
    padding: 0 0 15px 10px;
  }
  .reason_txt_note {
    font-size: 14px;
  }
  .reason_box_02_item_inner {
    padding: 7px 20px 13px 15px;
  }
  .reason_box_02_txt_01::after {
    width: 66%;
  }
  .reason_box_02_item:nth-child(2) .reason_box_02_txt_01::after {
    width: 32%;
  }
  .reason_box_02_txt_02 {
    width: 28%;
  }
  .reason_box_02_contents_ttl {
    font-size: 16px;
    width: 90px;
    height: 90px;
  }
}
/* 横スクロールセクション */
.reason_scroll {
  display: flex;
  align-items: center;
  padding: 0 0 0 15%;
}
.reason_scroll::before {
  position: absolute;
  left: 5.25%;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f6;
  border-radius: 226px 0 0 226px;
}
.reason_scroll_list_wrapper {
  position: relative;
  width: 100%;
  height: 452px;
}
.reason_scroll_list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0 20px;
  padding: 80px 0 0;
}
.reason_scroll_item {
  width: 200px;
  height: 250px;
  padding: 17px 5px 43px;
  background: #fff;
  border: solid #e9e9e7 3px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .reason_scroll {
    padding: 0 0 0 22%;
  }
  .reason_scroll::before {
    left: 5.25%;
    top: 30px;
    border-radius: 455px 0 0 455px;
  }
  .reason_scroll_list_wrapper {
    height: 700px;
  }
  .reason_scroll_list {
    gap: 0 40px;
    padding: 139px 0 0;
  }
  .reason_scroll_item {
    width: 310px;
    height: 350px;
    aspect-ratio: 310 / 350;
    padding: 20px 15px 46px;
  }
}
@media screen and (min-width: 1024px) {
  .reason_scroll_item {
    width: 350px;
    height: 390px;
    aspect-ratio: 350 / 400;
  }
}
@media screen and (min-width: 1280px) {
  .reason_scroll_item {
    width: 420px;
    height: 400px;
    aspect-ratio: 420 / 500;
    padding: 25px 15px 59px;
    border: solid #e9e9e7 5px;
    border-radius: 20px;
  }
}
/*
sec_ttl
*/
.top_sec_ttl {
  font-size: 36px;
  color: #eb0a1e;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.top_sec_sub_ttl {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top_sec_sub_ttl::after {
  display: block;
  content: "";
  width: 42px;
  height: 5.6px;
  margin: 10px auto 0;
  border-radius: 5px;
  background: #eb0a1e;
}
.__center {
  text-align: center;
}
.top_sec_desc {
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
	letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .top_sec_ttl {
    font-size: clamp(36px, 4.68vw, 60px);
  }
  .top_sec_sub_ttl {
    font-size: clamp(16px, 1.87vw, 24px);
  }
}
@media only screen and (min-width: 1280px) {
  .top_sec_ttl {
    font-size: 60px;
  }
  .top_sec_sub_ttl {
    margin: 10px 0 0;
    font-size: 24px;
  }
  .top_sec_sub_ttl::after {
    width: 60px;
    height: 8px;
    margin: 21px auto 0;
  }
  .top_sec_desc {
    margin: 60px 0 0;
    font-size: 20px;
  }
}
/*
TOPICS
*/
.topics_wrap {
  padding: 23px 0 65px;
}
.topics_body {
  width: 100%;
}
.topics_slide_wrap {
  margin: 20px 0 0;
  position: relative;
}
.slick-slide {
  padding: 0 15px;
}
.topics_slide_txt {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.slick-prev {
  left: 18%;
}
.slick-next {
  right: 18.5%;
}
@media only screen and (min-width: 576px) {
  .slick-slide {
    padding: 0 10px;
  }
  .slick-prev {
    left: 9%;
  }
  .slick-next {
    right: 8.8%;
  }
}
@media only screen and (min-width: 768px) {
  .topics_wrap {
    padding: 40px 0 80px;
  }
  .topics_slide_txt {
    font-size: clamp(12px, 1.25vw, 16px);
  }
  .slick-prev {
    left: 9.2%;
  }
  .slick-next {
    right: 9.1%;
  }
}
@media only screen and (min-width: 1024px) {
  .topics_wrap {
    padding: 79px 0 130px;
  }
  .topics_slide_wrap {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .topics_body {
    padding: 0 100px;
  }
  .topics_slide_txt {
    font-size: 16px;
  }
  .slick-prev,
  .slick-next {
    width: 23px;
    height: 40px;
  }
  .slick-prev {
    left: -2.2%;
  }
  .slick-next {
    right: -2.2%;
  }
  .slick-dots {
    bottom: -40px;
  }
}
@media only screen and (min-width: 1800px) {
  .topics_body {
    width: 1600px;
    margin: auto;
    padding: 0;
  }
  .slick-prev {
    left: -1.7%;
  }
  .slick-next {
    right: -1.7%;
  }
}
/*
PICK UP INFO
*/
.pick_up_wrap {
  padding: 43px 0 80px;
}
.pick_up_list_wrap {
  margin: 21px 0 0;
}
.pick_up_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
}
.pick_up_item {
  position: relative;
  background: #fff;
  border: 3px solid #e9e9e7;
  border-radius: 5px;
  padding: 11px 13px 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.pick_up_item:before {
    background-color: hsla(355, 92%, 48%,.7);
    border-radius: 9999px;
    content: "";
    display: block;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: opacity 0s,-webkit-transform 0s;
    transition: opacity 0s,-webkit-transform 0s;
    transition: transform 0s,opacity 0s;
    transition: transform 0s,opacity 0s,-webkit-transform 0s;
    width: 100%
}

.pick_up_item:hover:before {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: opacity 1s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: opacity 1s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 1s cubic-bezier(.215,.61,.355,1),opacity 1s;
    transition: transform 1s cubic-bezier(.215,.61,.355,1),opacity 1s,-webkit-transform 1s cubic-bezier(.215,.61,.355,1)
}
.pick_up_ttl {
  font-weight: bold;
}
.pick_up_ttl_ja {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.pick_up_ttl_en {
  font-size: 12px;
  line-height: 1;
  color: #eb0a1e;
}
.pick_up_btn {
  width: 21px;
}
@media only screen and (min-width: 768px) {
  .pick_up_list_wrap {
    margin: 30px 0 0;
  }
  .pick_up_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .pick_up_item {
    width: 36%;
  }
  .pick_up_list::after {
    content: "";
    display: block;
    width: 36%;
  }
  .pick_up_ttl_en {
    font-size: clamp(12px, 1.4vw, 18px);
  }
}
@media only screen and (min-width: 1024px) {
  .pick_up_wrap {
    padding: 77px 0 80px;
  }
  .pick_up_list_wrap {
    margin: 40px 0 0;
  }
  .pick_up_item {
    border: 5px solid #e9e9e7;
    border-radius: 10px;
    padding: 20px 15px;
    transition: all 0.4s ease-out;
  }
  .pick_up_ttl_ja {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .pick_up_list {
    gap: 20px;
  }
  .pick_up_item {
    padding: 30px 15px 26px 25px;
    max-width: 380px;
  }
  .pick_up_list::after {
    display: none;
  }
  .pick_up_ttl_en {
    font-size: 18px;
    margin: 3px 0 0;
  }
  .pick_up_btn {
    width: 30px;
  }
}
@media only screen and (min-width: 1750px) {
  .pick_up_item {
    max-width: unset;
    width: calc((100% - 80px) / 5);
  }
}
/*
新着情報
*/
.news_wrap {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}
.news_contents {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  padding: 0 36px;
}
.news_ttl_wrap img {
  position: absolute;
  right: -24px;
  top: 17px;
  width: 159px;
}
.post_list_wrap {
  margin: 20px 0 0;
  border-top: 1px solid #caced2;
}
.post_link {
  padding: 17px 0;
  border-bottom: 1px solid #caced2;
  display: flex;
  gap: 0 10px;
}
.post_thumb {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  outline: 3px solid #f0f0eb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post_contents {
  width: calc(100% - 88px);
}
.news_link_btn {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
.post_list_wrap {
  display: none;
}
.news_wrap .top_sec_sub_ttl {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news_contents_inner {
    max-width: 808px;
    margin: auto;
  }
  .post_link {
    gap: 0 20px;
  }
  .post_thumb {
    width: 90px;
    height: 90px;
  }
  .post_contents {
    width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 1024px) {
  .news_wrap {
    padding: 120px 0 160px;
  }
  .news_contents {
    flex-direction: row;
    gap: 0 50px;
    padding: 0 36px 0 50px;
  }
  .news_ttl_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px 0;
    width: 50%;
  }
  .news_ttl_wrap img {
    position: unset;
    width: unset;
  }
  .news_contents_inner {
    margin: 0;
    width: 65%;
  }
  .post_list_wrap {
    margin: 40px 0 0;
  }
  .post_link {
    padding: 20px 0;
    gap: 0 30px;
    transition: all 0.3s ease-out;
  }
  .post_link:hover {
    background: #caced24f;
  }
  .post_thumb {
    width: 100px;
    height: 100px;
  }
  .post_contents {
    width: calc(100% - 130px);
  }
  .news_link_btn {
    margin: 45px 0 0;
    justify-content: flex-end;
  }
  .news_wrap .top_sec_sub_ttl {
    text-align: left;
  }
  .news_wrap .top_sec_sub_ttl::after {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .news_wrap .top_sec_sub_ttl::after {
    margin: 21px 0 0;
  }
  .news_contents {
    padding: 0 36px 0 80px;
  }
  .news_ttl_wrap {
    width: 34.8%;
  }
  .news_contents_inner {
    width: 47%;
  }
  .post_thumb {
    width: 120px;
    height: 120px;
  }
  .post_contents {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 1440px) {
  .news_contents {
    gap: 0 71px;
    padding: 0 36px 0 118px;
  }
}
/*
サポート
*/
.support_wrap {
  padding: 95px 0 0;
}
.support_ttl_pc {
  display: none;
}
.support_wrap .top_sec_sub_ttl::after {
  margin: 10px 0 0;
}
.support_list_wrap {
  background: #f8f8f6;
  position: relative;
  padding: 60px 36px;
}
.support_ttl_sp {
  padding: 0 0 0 155px;
}
.support_img_wrap {
  position: absolute;
  left: -24px;
  top: -55px;
  width: 200px;
}
.support_img {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translateX(-30px);
}
.support_img.animate {
  opacity: 1;
  transform: translateX(0);
}
.support_list {
  padding: 40px 0 0;
}
.support_item {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #caced2;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.support_item:first-child {
  padding: 0 0 22px;
}
.support_item img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
@media only screen and (min-width: 768px) {
  .support_wrap {
    padding: 0 0 100px;
  }
  .support_ttl_pc {
    display: block;
  }
  .support_wrap .top_sec_ttl_wrap {
    padding: 50px 0 40px;
    padding-left: calc(100% - 53%);
  }
  .support_list_wrap {
    padding: 0 36px 0 0;
    padding-left: calc(100% - 53%);
  }
  .support_ttl_sp {
    display: none;
  }
  .support_img_wrap {
    left: -9.9%;
    top: 50%;
    width: 47.08%;
    transform: translateY(-50%);
  }
  .support_list {
    max-width: 593px;
    padding: 20px 0 60px;
  }
  .support_item {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .support_item:first-child {
    padding: 22px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .support_wrap {
    padding: 0 0 150px;
  }
  .support_item {
    transition: all 0.3s ease-out;
    padding: 30px 0;
  }
  .support_item:first-child {
    padding: 30px 0;
  }
  .support_item:hover {
    background: #f0f0eb;
    padding-left: 1em;
  }
  .support_item:first-child:hover {
    padding-left: 1em;
  }
  .support_item img {
    right: 19px;
    width: 30px;
    transition: all 0.3s ease-out;
  }
  .support_item:hover img {
    right: 29px;
  }
}
@media only screen and (min-width: 1280px) {
  .support_wrap .top_sec_sub_ttl::after {
    margin: 21px 0 0;
  }
  .support_item {
    font-size: 20px;
    padding: 36px 0;
  }
  .support_item:first-child {
    padding: 36px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .support_wrap {
    padding: 0 0 200px;
  }
  .support_wrap .top_sec_ttl_wrap {
    padding: 124px 0 60px;
    padding-left: calc(100% - 47.08%);
  }
  .support_list_wrap {
    padding-left: calc(100% - 47.08%);
  }
}
/*
message
*/
.message_sec_ttl_box {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
}
.message_area {
  position: relative;
}
.message_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.message_link_btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
@media only screen and (min-width: 769px) {
  .message_sec_ttl_box {
    top: 26.7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1280px) {
  .message_link_btn {
    margin: 40px 0 0;
  }
}
/* circle */
.circle_bg_gray {
  background: #f0f0eb;
}
.circle_bg_red {
  background: #eb0a1e;
}
.circle_bg_yellow {
  background: #fac500;
}
.circle_box img {
  width: 100%;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.circle_active .circle_box img {
  animation-name: styles_displayImage__1lVLF;
}
.circle_active .circle_box {
  animation-name: styles_displayCircle__rIHmC;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.circle_box.circle_img_01 {
  animation-delay: 0.1s;
}
.circle_box.circle_img_02 {
  animation-delay: 0.2s;
}
.circle_box.circle_img_03 {
  animation-delay: 0.3s;
}
.circle_box.circle_img_04 {
  animation-delay: 0.4s;
}
.circle_box.circle_img_05 {
  animation-delay: 0.5s;
}
.circle_box.circle_img_06 {
  animation-delay: 0.6s;
}
.circle_box.circle_img_07 {
  animation-delay: 0.7s;
}
.circle_box.circle_img_08 {
  animation-delay: 0.8s;
}
.circle_box.circle_img_09 {
  animation-delay: 0.9s;
}
.circle_box.circle_img_10 {
  animation-delay: 1s;
}
.circle_delay1 {
  animation-delay: 0.1s;
}
.circle_delay2 {
  animation-delay: 0.2s;
}
.circle_delay3 {
  animation-delay: 0.3s;
}
.circle_delay4 {
  animation-delay: 0.4s;
}
.circle_delay5 {
  animation-delay: 0.5s;
}
.circle_delay6 {
  animation-delay: 0.6s;
}
.circle_delay7 {
  animation-delay: 0.7s;
}
.circle_delay8 {
  animation-delay: 0.8s;
}
.circle_delay9 {
  animation-delay: 0.9s;
}
.circle_delay10 {
  animation-delay: 1s;
}
@keyframes styles_displayImage__1lVLF {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes styles_displayCircle__rIHmC {
  0% {
    scale: 1;
  }

  10% {
    scale: 0.8;
  }

  65% {
    scale: 1.1;
  }

  to {
    scale: 1;
  }
}
.circle_sp {
  position: relative;
  height: 610px;
  background: url(../images/common/bg_stripe_pc.webp);
}
.circle_sp > div {
  display: flex;
}
.circle_box {
  width: 23.5%;
}
.circle_01,
.circle_02 {
  display: flex;
}
.row_01 {
  position: absolute;
  bottom: 84.7%;
  justify-content: flex-end;
  width: 100%;
  padding: 0 21px 0 85px;
}
.row_02 {
  position: absolute;
  bottom: 73%;
  width: 100%;
  padding: 0 70px 0 36px;
}
.row_03 {
  position: absolute;
  bottom: 16.7%;
  justify-content: flex-end;
  width: 100%;
  padding: 0 21px 0 85px;
}
.row_04 {
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding: 0 70px 0 36px;
}
.circle_box > div {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.circle_01 > div:nth-child(1),
.circle_01 > div:nth-child(2) {
  margin: 0 14.8% 0 0;
}
.circle_02 > div:nth-child(1),
.circle_02 > div:nth-child(2) {
  margin: 0 14.8% 0 0;
}
@media only screen and (min-width: 420px) {
  .circle_sp {
    height: 810px;
  }
  .circle_box {
    width: 18%;
  }
  .circle_01 > div:nth-child(1),
  .circle_01 > div:nth-child(2) {
    margin: 0 10% 0 0;
  }
  .circle_02 > div:nth-child(1),
  .circle_02 > div:nth-child(2) {
    margin: 0 10% 0 0;
  }
  .row_01 {
    bottom: 84%;
  }
  .row_02 {
    bottom: 69.5%;
  }
  .row_03 {
    bottom: 19.7%;
  }
  .row_04 {
    bottom: 3.5%;
  }
}
@media only screen and (min-width: 680px) {
  .circle_box {
    width: 18%;
  }
  .circle_01 > div:nth-child(1),
  .circle_01 > div:nth-child(2) {
    margin: 0 10% 0 0;
  }
  .circle_02 > div:nth-child(1),
  .circle_02 > div:nth-child(2) {
    margin: 0 10% 0 0;
  }
  .row_01 {
    bottom: 82%;
  }
  .row_02 {
    bottom: 65.5%;
  }
}
@media only screen and (min-width: 769px) {
  .circle_pc {
    position: relative;
    aspect-ratio: 1920 / 809;
    background: url(../images/common/bg_stripe_pc.webp);
  }
  .circle_box {
    width: 8%;
  }
  .row_01 {
    bottom: 68.3%;
    justify-content: flex-start;
    width: 100%;
    padding: 0 42px;
  }
  .row_02 {
    bottom: 46%;
    width: 100%;
    padding: 0 42px;
  }
  .row_03 {
    bottom: 23.5%;
    justify-content: flex-start;
    width: 100%;
    padding: 0 42px;
  }
  .row_04 {
    bottom: 7.9%;
    width: 100%;
    padding: 0 42px;
  }
  .circle_01 > div:nth-child(1) {
    margin: 0 7% 0 0;
  }
  .circle_01 > div:nth-child(2) {
    margin: 0 7% 0 0;
  }
  .circle_01 > div:nth-child(3) {
    margin: 0 30% 0 0;
  }
  .circle_01 > div:nth-child(4) {
    margin: 0 7% 0 0;
  }
  .circle_02 > div:nth-child(1) {
    margin: 0 7% 0 8%;
  }
  .circle_02 > div:nth-child(2) {
    margin: 0 30% 0 0;
  }
  .circle_02 > div:nth-child(3) {
    margin: 0 7% 0 0;
  }
  .circle_02 > div:nth-child(4) {
    margin: 0 7% 0 0;
  }
}
/*
CAMPAS LIFE
*/
.campuslife_area {
  position: relative;
  aspect-ratio: 375 / 592;
  overflow: hidden;
}
.campuslife_sec_ttl_box {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 100%;
}
.campuslife_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 120%;
  aspect-ratio: 696 / 697;
}
.campuslife_circle_img {
  width: 100%;
  animation: rotate-anime 50s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.campuslife_imgarea_01 {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 375 / 592;
}
.campuslife_imgarea_02 {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 375 / 592;
}
.campuslife_img_01 {
  position: absolute;
  top: 17%;
  right: 35%;
  width: 22.6%;
  z-index: 1;
}
.campuslife_img_02 {
  position: absolute;
  top: 16%;
  right: 51%;
  width: 37%;
  z-index: 2;
}
.campuslife_img_03 {
  position: absolute;
  bottom: -50px;
  left: 50px;
  width: 55.5%;
  z-index: 3;
}
.campuslife_img_04 {
  position: absolute;
  top: 0;
  right: -1%;
  width: 59.6%;
  z-index: 1;
}
.campuslife_img_05 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 41%;
  z-index: 2;
}
.campuslife_img_06 {
  position: absolute;
  top: 4%;
  right: 50%;
  width: 18%;
  z-index: 3;
}
.campuslife_ani {
  animation-name: campuslife_shake;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
.campuslife_ani_02 {
  animation-name: campuslife_shake_02;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
.campuslife_img_01, .campuslife_img_02, .campuslife_img_03 {
  transform: rotate(0) translate(50px, 50px);
}
.campuslife_ani_on {
  transform: translate(-50px, -50px);
}
.campuslife_img_04, .campuslife_img_05, .campuslife_img_06 {
  transform: rotate(0) translate(-50px, -50px);
}
.campuslife_ani_on_02 {
  transform: translate(50px, 50px);
}
@keyframes campuslife_shake {
  0% {
    transform: rotate(15deg) translate(0, 0);
  }
  10% {
    transform: rotate(-15deg) translate(-10px, -10px);
  }
  40% {
    transform: rotate(15deg) translate(-20px, -20px);
  }
  60% {
    transform: rotate(-15deg) translate(-30px, -30px);
  }
  80% {
    transform: rotate(15deg) translate(-40px, -40px);
  }
  100% {
    transform: rotate(0) translate(-50px, -50px);
  }
}
@keyframes campuslife_shake_02 {
  0% {
    transform: rotate(15deg) translate(0, 0);
  }
  10% {
    transform: rotate(-15deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(15deg) translate(20px, 20px);
  }
  60% {
    transform: rotate(-15deg) translate(30px, 30px);
  }
  80% {
    transform: rotate(15deg) translate(40px, 40px);
  }
  100% {
    transform: rotate(0) translate(50px, 50px);
  }
}
@media only screen and (min-width: 576px) {
  .campuslife_circle {
    width: 110%;
  }
}
@media only screen and (min-width: 768px) {
  .campuslife_area {
    aspect-ratio: 1920 / 986;
    height: auto;
    margin: 90px 0 166px;
  }
  .campuslife_sec_ttl_box {
    position: relative;
    top: 0;
    transform: none;
    padding: 10% 0 0;
  }
  .campuslife_circle {
    width: 50%;
  }
  .campuslife_imgarea_01 {
    top: 21.5%;
    left: auto;
    right: 59.1%;
    width: 36.1%;
    aspect-ratio: 596 / 709;
  }
  .campuslife_img_01 {
    top: 0;
    right: 0;
    width: 32.6%;
  }
  .campuslife_img_02 {
    top: 0;
    right: 31%;
    width: 53.4%;
    z-index: 2;
  }
  .campuslife_img_03 {
    top: 40%;
    right: 0;
    width: 80%;
  }
  .campuslife_imgarea_02 {
    top: 3.5%;
    bottom: auto;
    left: auto;
    right: 12.1%;
    width: 37%;
    aspect-ratio: 596 / 709;
  }
  .campuslife_img_04 {
    top: 0;
    right: -15%;
    width: 75%;
  }
  .campuslife_img_05 {
    top: 37%;
    bottom: auto;
    right: 7%;
    width: 59.3%;
  }
  .campuslife_img_06 {
    top: 5%;
    right: 53%;
    width: 19.4%;
  }
}
@media only screen and (min-width: 1280px) {
  .campuslife_area {
    aspect-ratio: 1920 / 736;
  }
  .campuslife_circle {
    width: 36.6%;
  }
  .campuslife_imgarea_01 {
    top: 10.5%;
    right: 56.1%;
  }
  .campuslife_imgarea_02 {
    top: -6.5%;
    right: 14.9%;
  }
}
/*
Guide for Woman
*/
.woman_bg {
  background: url(../images/common/bg_woman_roof.webp) repeat-x top left,
    url(../images/common/bg_woman.webp) repeat;
  background-size: auto 8%;
  position: relative;
  padding: 80px 0 227px;
}
.woman_img_01 {
  position: absolute;
  right: 27%;
  bottom: 0;
  width: 276px;
  z-index: 3;
}
.woman_img_02 {
  position: absolute;
  left: 64%;
  bottom: 132px;
  width: 81px;
  z-index: 2;
}
.woman_img_03 {
  position: absolute;
  left: 69%;
  bottom: 52px;
  width: 99px;
  z-index: 2;
}
.woman_ttl_en {
  text-align: center;
  position: relative;
	display: flex;
	align-items: flex-end;
	width: 320px;
	margin: auto;
	padding: 0 0 10px;
}
.woman_ttl_en_word {
	padding: 0 0 15px;
}
.woman_ttl_en_space {
	width: 1em;
}
.woman_ttl_ja {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  text-align: center;
}
.woman_txt {
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.woman_link_btn {
  margin: 24px 0 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 485px) {
  .woman_img_01 {
    right: 32%;
  }
  .woman_img_03 {
    left: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .woman_bg {
    border-radius: 0 307px 307px 0;
    background-size: auto 15%;
    width: calc(100% - 36px);
    max-width: 1820px;
    aspect-ratio: 1820 / 614;
    padding: 0;
  }
  .woman_img_01 {
    right: auto;
    width: 48%;
    left: 0;
  }
  .woman_img_02 {
    left: auto;
    right: -2.5%;
    bottom: 26%;
    width: 11%;
  }
  .woman_img_03 {
    left: auto;
    right: 1%;
    bottom: -5%;
    width: 13%;
  }
  .woman_txt_group {
    position: absolute;
    top: 20%;
    right: 8.4%;
  }
  .woman_ttl_ja {
    font-size: clamp(20px, 2.12vw, 40px);
    bottom: 0;
  }
  .woman_txt {
    margin: 15px 0 0;
    font-size: clamp(14px, 1.06vw, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .woman_bg {
    background-size: auto;
  }
  .woman_img_01 {
    width: 50%;
  }
  .woman_img_02 {
    right: 0;
    bottom: 28%;
		max-width: 242px;
  }
  .woman_img_03 {
    right: 4%;
    bottom: -5%;
		max-width: 295px;
  }
  .woman_txt_group {
    top: 24%;
		right: 7%;
  }
	.woman_ttl_en {
		width: 450px;
	}
  .woman_link_btn {
    margin: 45px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
	.woman_ttl_en {
		width: 570px;
	}
	.woman_ttl_en_word {
		padding: 0 0 20px;
	}
}
@media only screen and (min-width: 1440px) {
  .woman_bg {
    width: calc(100% - 100px);
  }
  .woman_img_02 {
    bottom: 27%;
    width: 14%;
  }
  .woman_img_03 {
		right: 3%;
    bottom: -14%;
    width: 17%;
  }
  .woman_txt_group {
    top: 18%;
  }
	.woman_ttl_en {
		width: 620px;
	}
}
@media only screen and (min-width: 1700px) {
  .woman_txt_group {
    right: 13%;
  }
	.woman_ttl_en_word {
		padding: 0 0 30px;
	}
}
@media only screen and (min-width: 1880px) {
  .woman_bg {
    height: 614px;
  }
  .woman_img_01 {
    width: 52.6%;
  }
  .woman_img_02 {
    bottom: 31%;
    right: 3%;
  }
  .woman_img_03 {
    bottom: -8.7%;
    right: 6%;
  }
  .woman_txt_group {
    top: 15%;
		right: 7%;
  }
  .woman_ttl_en {
		width: 800px;
  }
  .woman_ttl_ja {
    font-size: 40px;
  }
  .woman_txt {
    font-size: 20px;
  }
}
/*
入試情報
*/
.admission_wrap {
  padding: 40px 0;
}
.admission_contents {
  background: #FAC500;
	border-radius: 25px;
  width: 100%;
  height: 330px;
	padding: 40px 0 0;
	position: relative;
}
.admission_ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
	text-align: center;
}
.admission_txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
	margin: 14px 0 0;
}
.admission_link_btn {
	margin: 25px 0 0;
}
.admission_link_btn .btn_01 {
	margin: auto;
}
.admission_img_01,
.admission_img_02 {
	position: absolute;
	bottom: -10px;
	z-index: 2;
}
.admission_img_01 {
	left: 0;
	width: 128px;
}
.admission_img_02 {
	right: 0;
	width: 151px;
}
/* アニメーション */
.admission_ani_area {
  position: relative;
  overflow: hidden;
	top: 25px;
}
.admission_ani_wrap {
  position: relative;
  width: 100%;
  height: 30px;
}
.marquee-anim {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.marquee-content {
  display: flex;
}
.marquee-inline {
  flex-shrink: 0;
  padding-right: 20px;
}
.marquee-inline img {
  width: auto;
  height: 30px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .admission_contents {
		height: 280px;
  }
  .admission_ttl {
    font-size: clamp(30px, 4.68vw, 60px);
  }
  .admission_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
	.admission_link_btn {
		position: relative;
		z-index: 2;
	}
	.admission_img_01,
	.admission_img_02 {
		bottom: -16px;
		width: unset;
	}
	.admission_ani_wrap {
		height: 70px;
	}
	.marquee-inline img {
		height: 70px;
	}
	.marquee-anim {
		animation: marquee 40s linear infinite;
	}
}
@media only screen and (min-width: 1024px) {
	.admission_ani_area {
		top: -20px;
	}
	.admission_ani_wrap {
		height: 100px;
	}
	.marquee-inline img {
		height: 100px;
	}
}
@media only screen and (min-width: 1280px) {
  .admission_wrap {
    padding: 127px 0 40px;
  }
  .admission_contents {
		height: 330px;
  }
  .admission_ttl {
    font-size: 60px;
  }
  .admission_txt {
    font-size: 20px;
		margin: 30px 0 0;
		position: relative;
		z-index: 3;
  }
	.admission_link_btn {
		margin: 30px 0 0;
	}
	.admission_img_01,
	.admission_img_02 {
		bottom: auto;
		top: 0;
	}
	.admission_img_01 {
		left: 0;
		width: 460px;
	}
	.admission_img_02 {
		right: 0;
		width: 510px;
	}
	.admission_ani_area {
		top: -50px;
	}
	.admission_ani_wrap {
		height: 120px;
	}
	.marquee-inline img {
		height: 120px;
	}
	.marquee-inline {
		padding-right: 30px;
	}
	.marquee-anim {
		animation: marquee 60s linear infinite;
	}
}
@media only screen and (min-width: 1440px) {
  .admission_contents {
		height: 360px;
  }
	.admission_img_01 {
		width: 500px;
	}
	.admission_img_02 {
		width: 554px;
		right: -2px;
	}
	.admission_ani_wrap {
		height: 146px;
	}
	.marquee-inline img {
		height: 146px;
	}
}
@media only screen and (min-width: 1600px) {
  .admission_contents {
    height: 400px;
		padding: 84px 0 0;
  }
	.admission_img_01,
	.admission_img_02 {
		width: unset;
	}
}
/*
SNSリンク
*/
.top_sns_wrap {
  background: #f8f8f6;
  padding: 41px 0 40px;
}
.top_sns_body {
  width: 100%;
  padding: 0 33px;
}
.top_sns_contents {
  display: flex;
  flex-direction: column;
  gap: 41px 0;
  position: relative;
}
.top_sns_contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #caced2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top_movie_links {
  text-align: center;
}
.top_sns_ttl {
  position: relative;
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
	display: inline-block;
}
.top_sns_ttl::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #EB0A1E;
  transition: all 1s ease-out;
}
.top_sns_ttl.__ttl_bdb::before {
  width: 100%;
}
.top_sns_list {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
}
.top_sns_item {
  position: relative;
  background: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_sns_item img {
  position: relative;
  z-index: 3;
  width: 27px;
}
.top_sns_item:nth-child(2) img {
  width: 20px;
}
.top_movie_links .top_sns_item:nth-child(2) img {
  width: 30px;
}
.top_sns_item_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_sns_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  transition: width .3s ease,height .3s ease;
}
.top_sns_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  z-index: 2;
  transition: width .3s ease,height .3s ease;
}
.top_sns_item:hover::before {
    width: 100%;
    height: 100%;
}
.top_sns_item:hover::after {
    width: 101%;
    height: 101%;
    transition: width .3s .12s ease,height .3s .12s ease;
}
.top_sns_line::before {
  background-color: #06c655;
}
.top_sns_x::before {
  background-color: #0F1419;
}
.top_sns_fb::before {
  background-color: #0866ff;
}
.top_sns_inst::before {
  background-color: #E84260;
}
.top_sns_tiktok::before {
  background-color: #000;
}
.top_sns_youtube::before {
  background-color: #ff0000;
}
@media only screen and (min-width: 768px) {
  .top_sns_contents {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 50px;
  }
  .top_sns_contents::after {
    width: 1px;
    height: 87%;
    top: 50%;
    transform: translateY(-50%);
    right: 40%;
  }
  .top_sns_ttl {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .top_sns_body {
    padding: 0 70px;
  }
  .top_sns_contents {
    gap: 0;
  }
  .top_sns_list {
    margin: 23px 0 0;
    gap: 0 20px;
  }
  .top_sns_item {
    width: 75px;
    height: 75px;
  }
  .top_sns_item img,
  .top_sns_item:nth-child(2) img,
  .top_movie_links .top_sns_item:nth-child(2) img {
    width: unset;
  }
}
@media only screen and (min-width: 1060px) {
  .top_sns_body {
    width: 985px;
    margin: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .top_sns_wrap {
    padding: 65px 0 57px;
  }
  .top_sns_ttl {
    font-size: 20px;
  }
  .top_sns_item {
    width: 80px;
    height: 80px;
  }
}