@charset "utf-8";
/* CSS Document */

/* ===============================
	mv
 =============================== */
#mv {
  overflow: hidden;
}
#mv .wrap {
  position: relative;
}
#mv .wrap.w1120 {
  height: 474px;
  margin-bottom: -166px;
}
#mv h2.title {
  width: 122px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  right: 22px;
}
#mv h2.title.black {
  height: 75%;
}
#mv h2.title.white {
  margin-top: 266px;
  height: 100%;
  z-index: +1;
}
#mv h2.title span {
  font-size: 90px;
  letter-spacing: 0.2em;
  writing-mode: tb;
  position: absolute;
}
#mv h2.title.black {
  height: 500%;
}
#mv h2.title.white span {
  color: var(--C-white);
  top: -55.9%;
}
#mv h2.title + p {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 3;
  writing-mode: tb;
  position: absolute;
  top: 42px;
  right: 186px;
}
#mv .experience_box {
  width: 248px;
  height: 248px;
  position: absolute;
  bottom: 41px;
}
#mv .experience_box p {
  text-align: center;
  color: var(--C-white);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: +2;
}
#mv .experience_box p.title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  top: 76px;
}
#mv .experience_box p:not(.title) {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.294117647058824;
  top: 128px;
}
#mv .experience {
  border-radius: 1000px;
  width: 248px;
  height: 248px;
  position: relative;
  display: inline-block;
  background: var(--C-red);
  mix-blend-mode: multiply;
  z-index: +1;
}
#mv .splide__slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  #mv {
    height: 207.5vw;
  }
  #mv .wrap.w1120 {
    height: 170.625vw;
    overflow: visible;
    margin-bottom: -111.875vw;
  }
  #mv h2.title {
    top: 7.8125vw;
    right: 7.5vw;
  }
  #mv h2.title.white {
    margin-top: 51vw;
  }
  #mv h2.title span {
    font-size: 17.1875vw;
    right: 0;
  }
  #mv h2.title.white span {
    top: -51vw;
  }
  #mv h2.title + p {
    font-size: 3.125vw;
    line-height: 2.15;
    top: 9.375vw;
    right: 34.6875vw;
  }
  #mv .experience_box {
    width: 49.84375vw;
    height: 49.84375vw;
    bottom: -36.875vw;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  #mv .experience_box p.title {
    font-size: 4.6875vw;
    top: 16.5625vw;
  }
  #mv .experience_box p:not(.title) {
    font-size: 3.4375vw;
    top: 25.625vw;
  }
  #mv .experience {
    width: 49.84375vw;
    height: 49.84375vw;
  }
  #mv .mv_slide {
    z-index: -1;
  }
}

/* ===============================
	common_news
 =============================== */
#common_news {
  padding-top: 112px;
}
#common_news .news_slide {
  margin-top: 20px;
  margin-bottom: 82px;
}
@media screen and (max-width: 640px) {
  #common_news {
    padding-top: 6.25vw;
  }
  #common_news .news_slide {
    margin-top: 4.6875vw;
    margin-bottom: 10.9375vw;
  }
  #common_news ul {
    gap: 0;
  }
  #common_news .splide__arrows {
    width: 95vw;
    top: 18.75vw;
    left: -10.9375vw;
    right: -10.9375vw;
    position: absolute;
    margin: auto;
    z-index: +1;
  }
  #common_news .splide__arrow.splide__arrow--next {
    position: absolute;
    right: 0;
  }
  #common_news .splide__arrow::before {
    content: '';
    width: 5.78125vw;
    height: 5.78125vw;
    background: url(../img/common/slide_arrow.svg) center no-repeat;
    display: inline-block;
  }
  #common_news .splide__arrow.splide__arrow--next::before {
    transform: rotate(180deg);
  }
  #common_news .splide__arrow svg {
    display: none;
  }
}

/* ===============================
	about
 =============================== */
#about {
  padding-top: 184px;
}
#about .wrap {
  display: flex;
  flex-direction: row-reverse;
}
#about h2.title {
  font-size: 58px;
  letter-spacing: 0.1em;
  writing-mode: tb;
  width: calc(100% - 73.8%);
  position: relative;
  padding-right: 2%;
}
#about h2.title::after {
  content: '';
  width: 88px;
  height: 88px;
  background: url(../img/common/icon_mark.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 14px;
  right: 0;
}
#about h2.title span {
  font-size: 52px;
  letter-spacing: 0.2em;
  writing-mode: tb;
  display: block;
  margin-left: 2%;
}
#about .about_con {
  width: 73.8%;
  max-width: 738px;
  display: block;
}
#about .about_con p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
  margin-top: 26px;
  margin-bottom: 34px;
}
#about .about_con .movie_list {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
#about .about_con .movie_list li {
  width: calc((100% - 18px) / 2);
}
#about .about_con .movie_list li video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 640px) {
  #about {
    padding-top: 24.0625vw;
  }
  #about .wrap {
    flex-direction: column;
    align-items: center;
  }
  #about h2.title {
    font-size: 11.09375vw;
    line-height: 1.690140845070423;
    width: fit-content;
    padding-right: 0;
    padding-bottom: 35.3125vw;
  }
  #about h2.title::after {
    width: 19.21875vw;
    height: 19.21875vw;
    bottom: 10.3125vw;
    left: 0;
    margin: auto;
  }
  #about h2.title span {
    font-size: 9.0625vw;
    margin-left: 0;
  }
  #about .about_con {
    width: 100%;
  }
  #about .about_con p {
    font-size: 3.125vw;
    line-height: 1.75;
    margin-top: 3.125vw;
    margin-bottom: 6.25vw;
  }
  #about .about_con .movie_list {
    flex-direction: column;
    gap: 3.4375vw;
  }
  #about .about_con .movie_list li {
    width: 100%;
  }
}

/* ===============================
	about_member
 =============================== */
#about_member {
  overflow: hidden;
  padding-top: 184px;
}
#about_member .wrap {
  position: relative;
}
#about_member img {
  width: 100%;
  height: auto;
}
#about_member .experience_box {
  width: 560px;
  height: 560px;
  position: relative;
  top: -468px;
  left: calc(30px + 48px);
  margin-bottom: -468px;
}
#about_member .experience_box * {
  color: var(--C-white);
}
#about_member .experience_box .title_area {
  display: flex;
    flex-direction: row-reverse;
  position: absolute;
  top: 134px;
  right: 80px;
  z-index: +2;
}
#about_member .experience_box .title_area * {
  writing-mode: tb;
}
#about_member .experience_box .title_area p.title {
  font-size: 33px;
  letter-spacing: 0.2em;
}
#about_member .experience_box .title_area p.title span {
  font-size: 17px;
  letter-spacing: 0.2em;
  display: block;
}
#about_member .experience_box .title_area p.title + span {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#about_member .experience_box .txt_area {
  font-size: 14px;
  line-height: 1.642857142857143;
  width: 278px;
  position: absolute;
  top: 134px;
  left: 88px;
  z-index: +2;
}
#about_member  .experience {
  border-radius: 1000px;
  width: 560px;
  height: 560px;
  position: relative;
  display: inline-block;
  background: var(--C-red);
  mix-blend-mode: multiply;
  z-index: +1;
}
@media screen and (max-width: 1400px) {
  #about_member .experience_box {
    top: -33.42857142857143vw;
    margin-bottom: -33.5vw;
  }
}
@media screen and (max-width: 640px) {
  #about_member {
    padding-top: 115vw;
  }
  #about_member .wrap {
    overflow: visible;
  }
  #about_member img {
    max-width: none;
    width: 100vw;
    margin-left: -10.9375vw;
  }
  #about_member .experience_box {
    width: 87.5vw;
    height: 87.5vw;
    position: absolute;
    top: -64.0625vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #about_member .experience_box .title_area {
    justify-content: center;
    top: -27.8125vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #about_member .experience_box .title_area * {
    color: var(--C-black);
  }
  #about_member .experience_box .title_area p.title {
    font-size: 8.28125vw;
  }
  #about_member .experience_box .title_area p.title span {
    font-size: 4.21875vw;
  }
  #about_member .experience_box .title_area p.title + span {
    font-size: 2.8125vw;
  }
  #about_member .experience_box .txt_area {
    font-size: 2.8125vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
    width: 100%;
    top: 17.5vw;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 13.125vw;
    padding-right: 13.125vw;
  }
  #about_member  .experience {
    width: 87.5vw;
    height: 87.5vw;
  }
}

/* ===============================
	about_class
 =============================== */
#about_class {
  padding-top: 86px;
}
.about_class_con {
  display: flex;
  flex-direction: row;
  gap: 52px;
}
.about_class_con:first-of-type {
  margin-top: 64px;
}
.about_class_con:not(:last-child) {
  margin-bottom: 180px;
}
.about_class_con .txt_area {
  width: calc((100% - 50%) - 52px);
}
.about_class_con h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 46px;
  margin-bottom: 30px;
  padding-left: 28px;
}
.about_class_con h3::before {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--C-red);
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.about_class_con .taisyo {
  font-size: 15px;
  letter-spacing: 0.1em;
  border-top: #e1e2e2 1px solid;
  border-bottom: #e1e2e2 1px solid;
  margin-bottom: 16px;
  padding: 12px 0;
}
.about_class_con .taisyo + p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.666666666666667;
}
.about_class_con .schedule {
  margin-top: 40px;
}
.about_class_con .schedule p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.about_class_con .schedule div {
  position: relative;
  padding: 24px;
}
.about_class_con .schedule div::before,
.about_class_con .schedule div::after {
  content: '';
  width: 18px;
  height: 100%;
  background: url(../img/home/content_frame.svg) center no-repeat;
  background-size: auto 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.about_class_con .schedule div::before {
  left: 0;
}
.about_class_con .schedule div::after {
  right: 0;
  transform: rotate(180deg);
}
.about_class_con .schedule dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 280px;
}
.about_class_con .schedule dl:not(:last-child) {
  margin-bottom: 10px;
}
.about_class_con .schedule dl * {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.about_class_con .schedule dt,
.about_class_con .schedule dd {
  background: var(--C-white);
}
.about_class_con .schedule dt {
  position: relative;
  padding-right: 6px;
}
.about_class_con .schedule dd {
  padding-left: 6px;
}
.about_class_con .schedule dt::after {
  content: '';
  width: 280px;
  height: 2px;
  background: url(../img/home/border_dotted.svg) center repeat-x;
  background-size: auto 2px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.about_class_con .img_area {
  width: 50%;
}
.about_class_con .img_area ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about_class_con .img_area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 870px) {
  .about_class_con {
    flex-direction: column;
  }
  .about_class_con .txt_area,
  .about_class_con .img_area {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #about_class {
    padding-top: 12.5vw;
  }
  .about_class_con {
    flex-direction: column;
    gap: 5vw;
  }
  .about_class_con:first-of-type {
    margin-top: 16.25vw;
  }
  .about_class_con:not(:last-child) {
    margin-bottom: 18.75vw;
  }
  .about_class_con .txt_area {
    width: 100%;
  }
  .about_class_con h3 {
    font-size: 4.6875vw;
    margin-top: 0;
    margin-bottom: 5.625vw;
    padding-left: 4.6875vw;
  }
  .about_class_con h3::before {
    width: 2.96875vw;
    height: 2.96875vw;
  }
  .about_class_con .taisyo {
    font-size: 2.8125vw;
    margin-bottom: 2.1875vw;
    padding: 1.5625vw 0 2.5vw;
  }
  .about_class_con .taisyo + p {
    font-size: 3.125vw;
    line-height: 1.75;
  }
  .about_class_con .schedule {
    margin-top: 5vw;
  }
  .about_class_con .schedule p {
    font-size: 2.8125vw;
    margin-bottom: 1.5625vw;
  }
  .about_class_con .schedule div {
    padding: 3.125vw 4.375vw;
  }
  .about_class_con .schedule div::before,
  .about_class_con .schedule div::after {
    width: 3.125vw;
    height: 100%;
    background-position: left;
  }
  .about_class_con .schedule dl {
    width: 50.9375vw;
  }
  .about_class_con .schedule dl:not(:last-child) {
    margin-bottom: 2.1875vw;
  }
  .about_class_con .schedule dl * {
    font-size: 2.8125vw;
  }
  .about_class_con .schedule dt {
    padding-right: 1vw;
  }
  .about_class_con .schedule dd {
    padding-left: 1vw;
  }
  .about_class_con .schedule dt::after {
    width: 50.9375vw;
  }
  .about_class_con .img_area {
    width: 100%;
  }
  .about_class_con .img_area ul {
    flex-direction: column;
    gap: 1.09375vw;
  }
}

/* ===============================
	join
 =============================== */
#join {
  background: #FCFCFD;
  background: linear-gradient(135deg,rgba(252, 252, 253, 1) 0%, rgba(235, 235, 236, 1) 100%);
  overflow: hidden;
  position: relative;
  margin-top: 240px;
}
#join::before {
  content: '';
  width: 100%;
  height: 206px;
  background: var(--C-white);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#join .w1400 .w1000 picture {
  width: 1134px;
  display: block;
}
#join .w1400 .w1000 picture img {
  position: relative;
  right: -100px;
}
#join h2.title {
  margin-top: 124px;
}
.join_table {
  margin-top: 36px;
  margin-bottom: 68px;
}
.join_table,
.join_table td,
.join_table th {
	border: 1px solid #9f9fa0;
	border-collapse: collapse;
  text-align: center;
}
.join_table {
  width: 100%;
}
.join_table * {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.333333333333333;
}
.join_table td,
.join_table th {
  width: calc(100% / 4);
  vertical-align: middle;
  padding: 9px 10px;
}
.join_table th {
  background: rgba(255,255,255,.5);
}
@media screen and (max-width: 640px) {
  #join {
    margin-top: 31.25vw;
  }
  #join::before {
    height: 35.625vw;
  }
  #join .w1400 .w1000 {
    width: calc(100% + 10.9375vw);
    max-width: none;
  }
  #join .w1400 .w1000 picture {
    width: 100vw;
  }
  #join .w1400 .w1000 picture img {
    right: 0;
  }
  #join h2.title {
    margin-top: 19.375vw;
  }
  .join_table {
    margin-top: 4.6875vw;
    margin-bottom: 9.375vw;
  }
  .join_table * {
    font-size: 2.8125vw;
    letter-spacing: 0;
    line-height: 1.166666666666667;
  }
  .join_table td,
  .join_table th {
    width: auto;
    padding: 1.5625vw;
  }
}

/* ===============================
	join_recruit
 =============================== */
#join_recruit {
  position: relative;
  background: var(--C-white);
  padding: 28px 56px 44px;
}
#join_recruit h2.title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--C-red);
  background: var(--C-white);
  position: relative;
  z-index: +1;
  display: block;
  margin-top: 0;
}
#join_recruit h2.title::before {
  content: '';
  width: 16ch;
  height: 100%;
  background: var(--C-white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#join_recruit h2.title::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #9f9fa0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
#join_recruit h2.title + p {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.866666666666667;
  margin-top: 20px;
  margin-bottom: 24px;
}
#join_recruit h2.title + p span {
  font-weight: 700;
  color: var(--C-red);
}
#join_recruit .img_1 {
  position: absolute;
  bottom: 20px;
  left: 578px;
}
#join_recruit .btn_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
}
#join_recruit .btn_area .btn {
  font-size: 18px;
  background: var(--C-white);
  width: 216px;
  height: 68px;
  flex-direction: column;
  padding: 10px 34px 10px 18px;
}
#join_recruit .btn_area .btn:hover {
  background: var(--C-red);
}
#join_recruit .btn_area .btn::after {
  width: 10px;
  height: 10px;
  right: 14px;
}
#join_recruit .btn_area .tel .btn p {
  font-size: 13px;
  margin-bottom: -4px;
}
#join_recruit .btn_area .tel .btn span {
  font-size: 22px;
  position: relative;
  padding-left: 16px;
}
#join_recruit .btn_area .tel .btn span::before {
  content: '';
  width: 13px;
  height: 14px;
  background: url(../img/home/icon_tel.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #join_recruit {
    position: relative;
    background: var(--C-white);
    padding: 4.6875vw 5vw 41.25vw;
  }
  #join_recruit h2.title {
    font-size: 5.9375vw;
  }
  #join_recruit h2.title::after {
    content: none;
  }
  #join_recruit h2.title + p {
    font-size: 3.125vw;
    line-height: 1.75;
    margin-top: 2.8125vw;
    margin-bottom: 3.75vw;
  }
  #join_recruit .img_1 {
    width: 83.75vw;
    max-width: none;
    bottom: -7.03125vw;
    left: 0;
    right: 0;
    margin-left: -4.375vw;
  }
  #join_recruit .btn_area {
    flex-direction: column;
    gap: 4.0625vw;
  }
  #join_recruit .btn_area .btn {
    font-size: 3.90625vw;
    width: 55.625vw;
    height: 15vw;
    padding: 2vw 7vw;
  }
  #join_recruit .btn_area .btn::after {
    width: 2.1875vw;
    height: 2.1875vw;
    right: 3.125vw;
  }
  #join_recruit .btn_area .tel .btn p {
    font-size: 2.8125vw;
    margin-bottom: -.625vw;
  }
  #join_recruit .btn_area .tel .btn span {
    font-size: 4.6875vw;
    padding-left: 3.4375vw;
  }
  #join_recruit .btn_area .tel .btn span::before {
    width: 2.96875vw;
    height: 3.0625vw;
  }
}

/* ===============================
	join_list
 =============================== */
.join_list {
  display: flex;
  flex-direction: column;
  gap: 76px 0;
  margin-top: 108px;
  margin-bottom: 204px;
}
.join_list dt {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 22px;
  padding-left: 28px;
}
.join_list dt::before {
  content: '';
  width: 18px;
  height: 18px;
  background: var(--C-red);
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.join_list dt::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #9f9fa0;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.join_list dd {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.533333333333333;
}
@media screen and (max-width: 640px) {
  .join_list {
    gap: 10.9375vw 0;
    margin-top: 10.625vw;
    margin-bottom: 16.5625vw;
  }
  .join_list dt {
    font-size: 4.6875vw;
    margin-bottom: 5vw;
    padding-left: 4.6875vw;
  }
  .join_list dt::before {
    width: 2.96875vw;
    height: 2.96875vw;
  }
  .join_list dt::after {
    bottom: -2.8125vw;
  }
  .join_list dd {
    font-size: 3.125vw;
    line-height: 1.75;
  }
}

/* ===============================
	join_bg
 =============================== */
#join_bg {
  position: relative;
  margin-top: -196px;
}
#join_bg img {
  width: calc(100% + (30px * 2));
  max-width: none;
  margin-left: -30px;
}
@media screen and (max-width: 640px) {
  #join_bg {
    margin-top: -16.5625vw;
  }
  #join_bg img {
    width: 100vw;
    margin-left: -10.9375vw;
  }
}

/* ===============================
	event
 =============================== */
#event {
  background: url(../img/home/event_bg.webp) center no-repeat;
  background-size: cover;
  padding-top: 106px;
}
#event .event_txt {
  font-size: 14px;
  line-height: 1.642857142857143;
  margin-top: 10px;
}
#event .event_list {
  display: flex;
  flex-direction: row;
  gap: 56px;
  margin-top: 36px;
  margin-bottom: 168px;
}
#event .event_list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc((100% - 56px) / 2);
}
#event .event_list li.list_mb {
  margin-bottom: 1lh;
}
#event .event_list li .title_area {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: #e1e2e2 1px solid;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#event .event_list li .title_area .month * {
  font-weight: 500;
  letter-spacing: 0.1em;
}
#event .event_list li .title_area .month {
  font-size: 30px;
  line-height: 1;
}
#event .event_list li .title_area .month span {
  font-size: 20px;
}
#event .event_list li .title_area .month_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
#event .event_list li .title_area .month_en::after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--C-red);
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#event .event_list li .txt_area {
  font-size: 14px;
  line-height: 1.428571428571429;
}
@media screen and (max-width: 640px) {
  #event {
    background: none;
    padding-top: 10.625vw;
  }
  #event .event_txt {
    font-size: 3.125vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 2.8125vw;
  }
  #event .event_list {
    flex-direction: column;
    gap: 3.4375vw;
    margin-top: 6.5625vw;
    margin-bottom: 14.375vw;
  }
  #event .event_list ul {
    gap: 4vw;
    width: 100%;
  }
  #event .event_list li.list_mb {
    margin-bottom: 0;
  }
  #event .event_list li .title_area {
    padding-bottom: 1.875vw;
    margin-bottom: 1.5625vw;
  }
  #event .event_list li .title_area .month {
    font-size: 7.03125vw;
  }
  #event .event_list li .title_area .month span {
    font-size: 4.6875vw;
  }
  #event .event_list li .title_area .month_en {
    font-size: 2.8125vw;
    padding-right: 2.1875vw;
  }
  #event .event_list li .title_area .month_en::after {
    width: 1.25vw;
    height: 1.25vw;
  }
  #event .event_list li .txt_area {
    font-size: 3.125vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

/* ===============================
	event_abroad
 =============================== */
.event_abroad {
  border-top: #e1e2e2 1px solid;
  padding-top: 90px;
  padding-bottom: 110px;
}
.event_abroad ul {
  display: flex;
  flex-direction: row;
  gap: 90px;
  margin-top: 48px;
}
.event_abroad li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
}
.event_abroad li p {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .event_abroad {
    padding-top: 13.75vw;
    padding-bottom: 14.6875vw;
  }
  .event_abroad ul {
    gap: 9vw;
    margin-top: 10vw;
  }
  .event_abroad li {
    gap: 1.5vw;
  }
  .event_abroad li p {
    font-size: 3.125vw;
  }
  .event_abroad li img {
    width: 12.34375vw;
  }
}

/* ===============================
	event_all_list
 =============================== */
.event_all_list {
  border-top: #e1e2e2 1px solid;
  padding-top: 112px;
  padding-bottom: 132px;
}
.event_all_list ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 12px 10px;
  margin-top: 26px;
}
.event_all_list li {
  font-size: 20px;
  position: relative;
  padding-left: 16px;
}
.event_all_list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--C-red);
  border-radius: 100px;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .event_all_list {
    padding-top: 12.5vw;
    padding-bottom: 10vw;
  }
  .event_all_list h2.title {
    letter-spacing: 0;
    white-space: nowrap;
  }
  .event_all_list ul {
    grid-auto-flow: row;
    gap: 2.1875vw 0;
    margin-top: 5vw;
  }
  .event_all_list li {
    font-size: 3.125vw;
    padding-left: 2.5vw;
  }
  .event_all_list li::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}

/* ===============================
	recruit_bottom
 =============================== */
#recruit_bottom {
  text-align: center;
}
#recruit_bottom * {
  color: var(--C-white);
}
#recruit_bottom .title_area {
  background: url(../img/home/recruit_bottom_bg.webp) center no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 34px;
}
#recruit_bottom h2.title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 6px;
}
#recruit_bottom h2.title::before {
  content: '';
  width: 48px;
  height: 48px;
  background: url(../img/common/icon_mark_white.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-bottom: -6px;
}
#recruit_bottom .title_area p {
  font-size: 15px;
  letter-spacing: 0.05em;
}
#recruit_bottom ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#recruit_bottom li {
  width: calc(100% / 3);
}
@media screen and (max-width: 640px) {
  #recruit_bottom .title_area {
    padding-top: 3.75vw;
    padding-bottom: 5vw;
  }
  #recruit_bottom h2.title {
    font-size: 7.8125vw;
    margin-bottom: 0;
  }
  #recruit_bottom h2.title::before {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-bottom: -1vw;
  }
  #recruit_bottom .title_area p {
    font-size: 3.125vw;
  }
  #recruit_bottom ul {
    flex-direction: column;
  }
  #recruit_bottom li {
    width: 100%;
  }
  #recruit_bottom li:first-child {
    display: none;
  }
}