@charset "UTF-8";

:root {
  --header: 70px;
  scroll-padding: var(--header);
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
  padding-left: 0;
}

main {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "palt 1";
}

p.googlefont {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Roboto", sans-serif;
}

.f-en {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-weight: 500;
  color: #202124;
}

.f-en-bold {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-weight: 700;
  color: #202124;
}

.f-jp {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-weight: 500;
  color: #202124;
}

.f-jp-light {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-weight: 400;
  color: #202124;
}

.f-jp-bold {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-weight: 600;
  color: #202124;
}

.f-jp-extrabold {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-weight: 700;
  color: #202124;
}

.header {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
}

.home_logo {
  width: 274px;
  padding-top: 13px;
  padding-left: 26px;
  padding-bottom: 16px;
  display: flex;
}

.home_logo a {
  display: flex;
}

.hdr-textbox {
  margin-top: 4px;
  margin-left: 16px;
}

.hdr-text01 {
  font-size: 12px;
  color: #202124;
  font-weight: 700;
  margin-bottom: 1px;
}

.hdr-text02 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 3.5px;
  left: 5px;
}

.hdr-text03 {
  margin-left: 7px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.07em;
}

.hdr-text04 {
  font-size: 10px;
  color: #fff;
  align-items: flex-end;
  margin-top: 3px;
  margin-left: 2px;
  letter-spacing: 0.05em;
}

.green-box {
  background-color: #31ab95;
  width: 131px;
  height: 22px;
  position: relative;
}

.hdr_logo {
  width: 124px;
  text-align: center;
}

.hdr_home_text {
  font-size: 12px;
  color: #000000;
}

.contact {
  width: 289px;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: 297px;
}

.hdr_link01 {
  display: flex;
  right: 400;
  width: 162px;
  height: 20px;
  margin-right: 14px;
  margin-top: 24px;
  margin-bottom: 26px;
}

.hdr_link02 {
  display: flex;
  width: 113px;
  height: 20px;
  margin-top: 24px;
  margin-bottom: 26px;
}

.hdr-linktext {
  margin-left: 3px;
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #202124;
}

.request {
  background-color: #cd78eb;
  display: flex;
  width: 164px;
  height: 40px;
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: auto;
}

.hdr_request {
  display: flex;
  height: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-right: 114px;
}

.hdr-request-contents {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.hdr-request-text {
  display: flex;
  margin-bottom: 1px;
}

.request_icon {
  width: 20px;
  height: 20px;
}

.menu-text {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  font-weight: 700;
  margin-top: 7px;
}

.mv {
  padding-top: 70px;
}

.mv .main-pc {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 20px;
}

.mv .main-sp {
  display: none !important;
}

.anchor-wrap {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.25%;
  padding: 0 20px;
}

.anchor-block {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 5%;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #E2E5E9;
  padding: 6px;
}

a .anchor-block .hovopa {
  border-radius: 4px;
}

.anchor-block .ph img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 3px;
}

.anchor-block .text-block {
  position: relative;
}

.anchor-block .text-block .num {
  font-size: 12px;
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: #202124;
  margin-top: 7px;
}

.anchor-block .text-block .num::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #31ab95;
  display: block;
  border-radius: 2px;
  margin-right: 5px;
}

.anchor-block .text-block .title {
  font-size: 17px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  color: #202124;
}

.col3-wrap {
  max-width: 1200px;
  /* max-width: 384px; */
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2%;
  height: 88px;
  margin-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

.col3-block {
  display: grid;
  height: 65px;
  grid-column-gap: 3%;
  background-color: #ecefee;
  border-radius: 4px;
  padding: 15px 20px 7px 18px;
}

.col3-block .ph-col3 img {
  width: 100%;
  position: absolute;
}

.col3-block .text-block-col3 {
  position: relative;
}

.col3-block .text-block-col3 .title-col3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  color: #202422;
}

.col3-block .text-block-col3 .item-col3 {
  width: 30px;
  height: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 51px;
  bottom: 0;
  right: 0;
}

.col3-block .text-block-col3 .item-col3::after {
  content: "";
  display: inline-block;
  border-bottom: 3px solid #31ab95;
  border-right: 20px solid #31ab95;
  margin-top: 5px;
  bottom: 0;
}

.col3b-wrap {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2%;
  margin-top: 24px;
  box-sizing: border-box;
}

.ph-col3b {
  display: grid;
  grid-template-columns: 100% 1fr;
  grid-column-gap: 3%;
}

.col3b-block {
  position: relative;
  display: grid;
  height: 65px;
  grid-column-gap: 3%;
  background-color: #ecefee;
  border-radius: 0px 0px 6px 6px;
  padding: 15px 20px 7px 18px;
}

.ph-col3b img {
  width: 100%;
  position: relative;
}

.col3b-block .text-block-col3b {
  position: relative;
}

.col3b-block .text-block-col3b .title-col3b {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  color: #202422;
}

.col3b-block .text-block-col3b .item-col3b {
  width: 30px;
  height: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 51px;
  bottom: 0;
  right: 0;
}

.col3b-block .text-block-col3b .item-col3b::after {
  content: "";
  display: inline-block;
  border-bottom: 3px solid #31ab95;
  border-right: 20px solid #31ab95;
  margin-top: 5px;
  bottom: 0;
}

.dept {
  width: 100%;
  height: 100%;
  background-color: #31ab95;
  border-top: solid 1px #78c2b7;
  position: relative;
}

.dept-wrap {
  padding-top: 12px;
  padding-bottom: 190px;
  max-width: 100vw;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(4, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  grid-column-gap: 2%;
  position: relative;
}

.dept-block {
  grid-template-columns: 100% 1fr;
  display: inline-block;
  height: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.dept-wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  max-width: 100vw;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(4, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  grid-column-gap: 1.5%;
  grid-row-gap: 20px;
}

.dept-text {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #202422;
  margin-bottom: 3px;
}

.dept-text-pc {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #202422;
  margin-bottom: 3px;
}

.dept-text-sp {
  display: none;
}

.dept-content {
  /* margin-left: 6.985%;
  margin-right: 7.4%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%; */
  aspect-ratio: 280 / 100;
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.dept-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dept-button {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 28px;
  height: 28px;
  background-color: var(--color);
  position: relative;
  display: flex;
  align-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--color);
}

.dept-button::before,
.dept-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  margin: 10px 13px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.dept-button::before {
  transform: rotate(90deg);
}

.dept-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.dept-bg .dept-ticker ul {
  display: flex;
}

.dept-bg .dept-ticker ul li {
  font-size: 390px;
  color: #4ab5a2;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  animation: tick 30s linear infinite;
}

@keyframes tick {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.box {
  background: #cd78eb;
  width: 30px;
  height: 14px;
}

.section_ttl_01 {
  background-color: #31ab95;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 22px;
}

.section_ttl_02 {
  background-color: #31ab95;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.section-textarea {
  margin-top: 38px;
  margin-bottom: 47px;
  align-items: center;
  justify-content: center;
}

.section-text01 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-text02 {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 94px;
  height: 94px;
  line-height: 94px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 37px;
  color: #cd78eb;
  letter-spacing: 0.05em;
}


.section-text03 {
  text-align: center;
  padding-top: 12px;
  width: auto;
  font-size: 37px;
  color: #fff;
}

.section-text04 {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: auto;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-top: 16px;
  width: 534px;
  color: #ffffff;
}

.section-text05 {
  position: absolute;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: right;
  bottom: 20px;
  right: 20px;
}

.bt-box {
  width: 100%;
}

.bt-link {
  display: flex;
  justify-content: right;
  position: relative;
  right: 20.625%;
  margin-top: 7px;
}

.borderline {
  margin-top: 13px;
  border-bottom: #e2e5e9 0.5px solid;
  width: 100%;
}

.bnr-area {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bnr-area02a,
.bnr-area02b,
.bnr-area03 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bnr-01 {
  height: 106px;
  align-items: center;
  text-align: center;
  margin: 30px auto 70px;
}

.bnr-01b {
  height: 106px;
  align-items: center;
  text-align: center;
  margin: 30px auto 50px;
}

.bnr-02a {
  margin-top: 30px;
  margin-bottom: 0px;
  height: 106px;
  margin-right: 20px;
}

.bnr-02ab {
  margin-top: 30px;
  margin-bottom: 0px;
  height: 106px;
}

.bnr-02b {
  margin-top: 16px;
  margin-bottom: 40px;
  height: 106px;
  margin-right: 20px;
}

.bnr-03a {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 106px;
  margin-right: 20px;
}

.bnr-03b {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 106px;
}

.bnr-02bb {
  margin-top: 16px;
  margin-bottom: 40px;
  height: 106px;
}

.title-03 {
  position: relative;
  justify-content: left;
  margin-top: 30px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 150%;
  margin-bottom: 11px;
  left: 21.5277777777778%;
}

.title-03::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background-color: #31ab95;
  position: absolute;
  top: 7px;
  left: -11px;
}

.reserve {
  background-color: #31ab95;
  width: 100%;
  height: 221px;
  margin-top: 30px;
  display: flex;
}

.reserve-content {
  display: flex;
  width: 100%;
  position: relative;
}

.reserve-text {
  display: flex;
  font-family: "Noto Sans JP";
  font-style: normal;
  color: #ffffff;
  padding-left: 60px;
  padding-top: 45px;
  padding-bottom: 55px;
  width: 600px;
  z-index: 1;
  align-items: center;
}

.reserve-text-title {
  width: 500px;
  font-weight: 700;
  font-size: 26px;
  line-height: 180%;
  letter-spacing: 0.03em;
}

.reserve-text-read {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  margin-top: 18px;
}

.reserve .reserve-content .reserve-text .reserve-text-title img {
  fill: #ffffff;
  stroke: #ffffff;
}

.reserve-sp {
  display: none;
}

.reserve-bt {
  position: absolute;
  right: 0;
  width: 386px;
  height: 221px;
}

.reserve-bt .reserve-bt-pc {
  position: absolute;
  right: 0;
  width: 386px;
  height: 221px;
}

.reserve-bt .reserve-bt-sp {
  display: none;
}

.col1-wrap {
  max-width: 1000px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.title-ftr {
  position: relative;
  display: grid;
  justify-content: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.01em;
  margin-top: 50px;
}

.last-content {
  text-align: center;
  margin: 40px auto 30px;
}

.last-content div:first-child a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.last-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.07em;
  color: #202422;
  margin-bottom: 11px;
}

.last-content div:first-child a {
  margin-right: 4px;
}

#sns-icon {
  margin-right: 4px;
  width: 30px;
  height: 30px;
}

#last-logo {
  margin-top: 17px;
  margin-right: 20px;
  width: 168px;
  height: 56px;
}

.youtube {
  display: inline-block;
  position: relative;
  bottom: 4.5px;
  left: 1.5px;
}

.copy-text {
  margin-top: 7px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #202422;
}

.movie-archive-col1-wrap {
  padding-top: 170px;
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.movie-archive-title {
  position: relative;
  display: inline-block;
  justify-content: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 96%;
  letter-spacing: -0.02em;
  color: #202124;
  margin-left: 53px;
}

.movie-archive-title::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 84px;
  border: 12px solid #cd78eb;
  vertical-align: middle;
  margin-top: 9px;
  left: -53px;
}

.movie-archive-title-eg {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 96%;
  letter-spacing: -0.02em;
  color: #202124;
  margin-top: 20px;
  margin-left: 53px;
}

.movie-archive-borderline {
  margin-top: 53px;
  margin-bottom: 20px;
  border-bottom: #31ab95 4px solid;
  width: 100%;
}

.movie-archive-col1-wrap {
  padding-top: 170px;
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.movie-archive-content-num {
  position: absolute;
  display: flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 104px;
  line-height: 122px;
  display: flex;
  letter-spacing: -0.02em;
  color: #31ab95;
}

.movie-archive-content-title {
  display: flex;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0.06em;
  color: #202422;
  margin-left: 127px;
  margin-top: 31px;
}

.movie-archive-content-col1-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.movie-archive-content02-col1-wrap {
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.movie-archive-content02-col1b-wrap {
  padding-top: 0px;
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(1, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.movie-archive-content-title02 {
  position: relative;
  display: inline-block;
  justify-content: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #202422;
  background-color: #ebf3f1;
  padding-top: 7px;
  padding-left: 19px;
  padding-bottom: 6px;
}

.movie-archive-line {
  display: flex;
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  background-color: #cd78eb;
  vertical-align: middle;
  margin-top: 10px;
  z-index: 1;
  margin-left: 10px;
}

.movie-archive-content03-col1-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 1240px;
  display: grid;
  justify-content: left;
  grid-template-columns: repeat(4, 1fr);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  grid-column-gap: 16px;
}

.movie-archive-content03-block {
  grid-template-columns: 100% 1fr;
  display: grid;
  padding-bottom: 20px;
  cursor: pointer;
}

.movie-archive-content03-block .ph img {
  width: 100%;
}

.movie-archive-content03-block .movie-archive-content03-text-block .title {
  margin-top: 6px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #202124;
  gap: 10px;
}

.movie-archive-content03-block .movie-archive-content03-text-block .title::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #31ab95;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  position: absolute;
}

.burger {
  background-color: #31ab95;
  width: 88px;
  height: 70px;
  position: fixed;
  right: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.burger span {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
  display: flex;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger ::before,
.burger ::after {
  background-color: #278977;
}

.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}

.burger span::before {
  left: -9px;
}

.burger span::after {
  left: 9px;
}

.burger.clicked {
  background-color: #278977;
}

.burger.clicked span {
  background-color: #a9d0c9;
}

.burger.clicked span:before,
.burger.clicked span:after {
  background-color: #a9d0c9;
}

.burger.clicked .menu-text {
  color: #a9d0c9;
}

.burger:hover {
  cursor: pointer;
}

.menu-text:hover {
  cursor: pointer;
}

nav {
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  top: 84px;
  right: 14px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.15);
  width: 226px;
  padding: 29px 16px 20px;
  overflow-y: auto;
  pointer-events: none;
  transition: all 0.5s;
  opacity: 0;
  overflow: hidden;
}

nav.show {
  opacity: 1;
  pointer-events: auto;
}

nav a {
  color: #202124;
  font-weight: 700;
  letter-spacing: 0.07em;
}

nav .main li:nth-of-type(1) {
  font-size: 18px;
  margin-bottom: 8px;
}

nav.show ul.main li {
  transform: translateX(0px);
  opacity: 1;
}

nav .main li:nth-of-type(n + 2) {
  font-size: 12px;
}

nav .main li:nth-of-type(n + 2) a {
  color: #4d504e;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}

nav .main li:nth-of-type(n + 2) a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  border: 1px solid #4d504e;
}

nav .sub {
  border-top: 1px solid #e2e5e9;
  padding-top: 14px;
  margin-top: 14px;
}

nav .sub.sns a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

nav .sub.sns a:not(:last-child) {
  margin-right: 8px;
}

nav .sub.sns a svg {
  width: 100%;
  height: 100%;
}

nav .extarnal .sublink {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav .extarnal .sublink:first-child {
  margin-bottom: 6px;
}

nav .extarnal .sublink:nth-of-type(2) {
  margin-bottom: 16px;
}

nav .extarnal .bnr {
  background-color: #cd78eb;
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

nav .extarnal .bnr .request_icon {
  width: 19px;
  height: 19px;
}

nav .extarnal .bnr .hdr-text03 {
  font-size: 13px;
}

nav .extarnal .bnr .hdr-text04 {
  font-size: 10px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

nav .close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  pointer-events: auto;
}

nav .close object {
  pointer-events: none;
}

nav .sns .title {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}

nav ul.main {
  list-style-type: none;
}

nav ul.main li {
  transform: translateX(0px);
  opacity: 0;
  transition: all 0.3s ease;
}

nav ul.main li:last-of-type {
  margin-bottom: 0px;
}

nav .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}

nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

nav .social a:last-of-type {
  margin-right: 0px;
}

nav .social a:hover svg path,
nav .social a:hover svg circle {
  fill: #b7ac7f;
}

nav .social a svg {
  width: 100%;
  height: 100%;
}

nav .social a svg path,
nav .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

nav ul.sub li {
  margin-bottom: 10px;

}

nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}

nav ul.sub li a {
  color: #ffffff;
  font-family: "Noto sans JP", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

nav ul.sub li a:hover {
  color: #31ab95;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  align-items: center;
  justify-content: center;
  display: block;
  cursor: pointer;
}

.swiper-slide .swiper-modal {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  color: #ffffff;
  line-height: 150%;
  cursor: pointer;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 12px;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

:root {
  --swiper-theme-color: #528d7c;
}

.swiper-pagination-bullet-active {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.swiper-button-prev {
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 19.9525%;
  top: 16.5625vw;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.swiper-button-next {
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 19.9525%;
  top: 16.5625vw;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.sltext {
  align-items: center;
  justify-content: center;
  display: block;
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 135%;
  margin-bottom: 40px;
}

.swiper-button-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #31ab95;
  border-right: 2px solid #31ab95;
  transform: rotate(135deg);
  margin-left: 3.5px;
}

.swiper-button-next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #31ab95;
  border-right: 2px solid #31ab95;
  transform: rotate(315deg);
  margin-right: 3.5px;
}

.iframe__wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 777;
}

.iframe__wrap .ytlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  opacity: 0;
}

.iframe__wrap .player__pare {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}

.iframe__wrap .close {
  position: fixed;
  top: 70px;
  right: 70px;
  width: 48px;
  height: 48px;
  z-index: 888;
}

.iframe__wrap .player__pare .text-block {
  margin-top: 21px;
  width: 960px;
  display: flex;
  justify-content: space-between;
}

.iframe__wrap .close:hover {
  opacity: 0.5;
}

.batsu {
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.batsu::before,
.batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 37px;

  background: #fff;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movie-title {
  width: 350px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.movie-desc {
  width: 490px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.drop-down .aco-trigger {
  margin-top: 6px;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #616463;
  padding: 15px 20px;
  background: #f3f5f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  transition: opacity 0.3s;
}

.drop-down .aco-trigger:hover {
  opacity: 0.7;
}

.drop-down .aco-trigger::after {
  content: "";
  width: 3px;
  height: 3px;
  border-bottom: 2px solid #202422;
  border-left: 2px solid #202422;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.drop-list {
  background: #f3f5f6;
  margin-top: 1px;
  padding: 20px;
  display: none;
}

.drop-list a {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #202422;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

.drop-list a:hover {
  opacity: 0.7;
}

.drop-list a:not(:last-child) {
  margin-bottom: 14px;
}

.drop-list a::before {
  content: "";
  width: 4px;
  height: 8px;
  left: 39px;
  top: 585px;
  background: #cd78eb;
  margin-right: 7px;
}

.drop-down .aco-trigger.active::after {
  transform: rotate(-225deg);
}

.hovopa {
  transition: opacity 0.3s ease;
}

.hovopa:hover {
  opacity: 0.7;
}

.is-pc {
  display: none;
}

.is-sp {
  display: block;
}

@media (min-width: 769px) {
  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }

  .bt-link-pc {
    display: block !important;
    width: 190px;
  }

  .bt-link-sp {
    display: none !important;
  }
}

.faculty-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 777;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease, 0.3s visibility ease;
}

.faculty-modal-wrap .lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.faculty-modal-wrap .modal_close {
  position: absolute;
  top: 60px;
  right: 80px;
  width: 27px;
  height: 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transform: rotate(45deg);
}

.faculty-modal-wrap .modal_close::before,
.faculty-modal-wrap .modal_close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.faculty-modal-wrap .modal_close::after {
  transform: rotate(90deg) translateX(-2px);
}

.faculty-modal-wrap-in {
  position: relative;
  color: #fff;
  height: 100%;
  overflow-y: scroll;
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.faculty-modal-wrap-in h4 {
  font-size: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.faculty-modal-wrap-in h4::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-style: solid;
  border-radius: 21px;
  border-width: 12px;
  box-sizing: border-box;
  border-color: var(--color);
  margin-right: 16px;
}

.faculty-modal-wrap-in .desc {
  max-width: 650px;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin-bottom: 36px;
}

.faculty-modal-wrap-in .digital-book {
  color: #202124;
  background: #fff;
  display: flex;
  margin-bottom: 60px;
}

.faculty-modal-wrap-in .digital-book .tx {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #202124;
  padding: 10px 20px;
  padding-right: 50px;
}

.faculty-modal-wrap-in .digital-book .ico {
  width: 50px;
  background: #31ab95;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.faculty-modal-wrap-in .digital-book .ico svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.faculty-modal-wrap-in ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 17px;
  width: 1060px;
  max-width: 1060px;
}

.faculty-modal-wrap-in ul li {
  width: 32.2641509434%;
}

.faculty-modal-wrap-in ul li .dept-col {
  overflow: hidden;
  border-radius: 4px;
  background: var(--subcolor);
}

.faculty-modal-wrap-in ul li .dept-col a {
  color: #202124;
  display: block;
}

.faculty-modal-wrap-in ul li .dept-col .inner {
  padding: 20px 20px 36px;
}

.faculty-modal-wrap-in ul li .dept-col .inner h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #202124;
  margin-bottom: 7px;
}

.faculty-modal-wrap-in ul li .dept-col .inner p {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #202124;
}

.faculty-modal-wrap-in ul li .dept-col .view {
  background: #fff;
  color: var(--fcolor);
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.05em;
  padding: 10px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faculty-modal-wrap-in ul li .dept-col .view .tx {
  padding-bottom: 8px;
}

.faculty-modal-wrap-in ul li .dept-col .view .ico {
  width: 14px;
  height: 23px;
  margin-top: 6px;
}

.faculty-modal-wrap-in ul li .dept-col .view svg {
  width: 100%;
  height: 100%;
  fill: var(--color);
}

.faculty-modal-wrap-in ul li .dept-movie {
  background: var(--color);
  overflow: hidden;
  border-radius: 4px;
  padding: 12px 18px;
  margin-top: 10px;
}

.faculty-modal-wrap-in ul li .dept-movie a {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.faculty-modal-wrap-in ul li .dept-movie a .text {
  font-weight: 700;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.faculty-modal-wrap-in ul li .dept-movie a .ico {
  width: 17px;
  height: 17px;
}

.faculty-modal-wrap-in ul li .dept-movie a .ico svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.faculty-modal-wrap.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .faculty-modal-wrap-in ul {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sp-btn {
    padding: 6px 9px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3px;
    box-sizing: border-box;
    z-index: 555;
    transition: all 0.3s;
  }

  .sp-btn .book {
    width: 100%;
  }

  .sp-btn .request {
    width: auto;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-btn .request .hdr-request-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .sp-btn .request object {
    width: 17px;
    height: 13px;
  }

  .sp-btn .contact {
    margin: 0;
    width: auto;
    height: auto;
    gap: 3px;
  }

  .sp-btn .contact a {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: auto;
    max-width: 98px;
    border: 1px solid #ecefee;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
  }

  .sp-btn .contact a object {
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
  }

  .sp-btn .contact a .hdr-linktext {
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.07em;
    margin: 0;
    white-space: nowrap;
  }

  .fixed-hide .sp-btn {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
  }

  header .header {
    height: 60px;
  }

  header .home_logo {
    width: auto;
    padding: 10px 13px 13px;
  }

  header .hdr_logo {
    width: 100px;
  }

  header .hdr-text01 {
    font-size: 10px;
  }

  header .green-box {
    width: 109px;
  }

  header .contact,
  header .hdr_request>a {
    display: none;
  }

  header .burger {
    width: 60px;
    height: 60px;
  }

  nav {
    top: 70px;
    right: 10px;
  }

  .mv {
    padding-top: 60px;
  }

  .mv .main-pc {
    display: none !important;
  }

  .mv .main-sp {
    display: block !important;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 0px;
  }

  .swiper-slide img {
    border-radius: 8px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 21.4498567335vw;
    margin: 0;
  }

  .swiper-button-next {
    right: 8.5333333333vw;
  }

  .swiper-button-prev {
    left: 8.5333333333vw;
  }

  .reserve-text {
    width: auto;
    padding: 25px 20px 30px;
  }

  .reserve-text-title,
  .reserve-text-read {
    width: auto;
  }

  .reserve+.bnr-area a {
    display: block;
  }

  .section_ttl_01 {
    margin-top: 14px;
  }

  .section-text01 {
    top: 10px;
    left: 10px;
    font-size: 10px;
  }

  .section-textarea {
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 17.86%;
    margin-right: 17.86%;
  }

  .section-textarea .section-text02 {
    width: 77px;
    height: 77px;
    font-size: 29px;
    border-radius: 100%;
    line-height: 77px;
    letter-spacing: 0.05em;
  }

  .section-textarea .section-text03 {
    padding-top: 10px;
    font-size: 18px;
  }

  .section-textarea .section-text04 {
    text-align: center;
    width: auto;
    font-size: 11px;
    line-height: 200%;
    letter-spacing: 0.05em;
    padding-top: 7px;
  }

  .section-text05 {
    bottom: 10px;
    right: 10px;
    font-size: 10px;
  }

  .sltext {
    font-size: 13px;
    margin-bottom: 32px;
  }

  .swiper-slide img {
    margin-bottom: 7px;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }

  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
  }

  .bt-link {
    right: 4.752%;
    margin-top: 3px;
  }

  .bt-link-pc {
    display: none !important;
  }

  .bt-link-sp {
    display: block !important;
    width: 140px;
  }

  .borderwidth {
    width: 90.496%;
    margin-left: 4.752%;
    margin-right: 4.752%;
    justify-content: center;
  }

  .borderline {
    box-sizing: border-box;
    justify-content: center;
    margin: 10 4.752%;
    border-bottom: #e2e5e9 1px solid;
  }

  .section-title-03 {
    margin-top: 0px;
    width: 100%;
    font-size: 16px;
  }

  .title-03 {
    margin-top: 20px;
    margin-bottom: 8px;
    margin-left: 4.752%;
    margin-right: 4.752%;
    left: 12px;
  }

  .bnr-area {
    display: block;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .bnr-area .bnr-01 {
    display: flex;
    justify-content: center;
    height: auto;
    margin: auto;
    width: 90.496%;
  }

  .bnr-area .bnr-01b {
    display: flex;
    justify-content: center;
    height: auto;
    margin: auto;
    width: 90.496%;
  }

  .bnr-area02a {
    display: block;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .bnr-02a {
    margin: auto;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .bnr-02ab {
    margin: auto;
    padding-top: 8px;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .bnr-02a a img {
    height: auto;
    width: 90.496%;
    margin-right: 0px;
    justify-content: center;
  }

  .bnr-area02b {
    display: block;
    margin-bottom: 32px;
  }

  .bnr-area02b .bnr-02b {
    margin: auto;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .bnr-area02b .bnr-02bb {
    margin: auto;
    padding-top: 8px;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .bnr-area03 {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .bnr-area03 .bnr-03a {
    margin: auto;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .bnr-area03 .bnr-03b {
    margin: auto;
    padding-top: 8px;
    display: flex;
    width: 90.496%;
    justify-content: center;
    height: auto;
  }

  .col3-wrap {
    display: block;
    height: auto;
    margin-left: 4.752%;
    margin-right: 4.752%;
    margin-top: 20px;
  }

  .col3-wrap a {
    display: block;
    margin-top: 8px;
  }

  .col3-wrap a .col3-block {
    padding: 0px 23px 0px 20px;
  }

  .col3-wrap a .col3-block .text-block-col3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .col3-wrap a .col3-block .text-block-col3 .item-col3 {
    position: static;
    justify-content: flex-start;
    width: 20px;
    top: 0px;
    bottom: 0px;
  }

  .col3-wrap a .col3-block {
    height: 50px;
  }

  .col3-wrap a .col3-block .text-block-col3 .item-col3::after {
    margin-top: 9px;
  }

  .br-pc {
    display: none;
  }

  .reserve {
    margin-top: 42px;
    height: 200px;
  }

  .reserve .reserve-text {
    width: 100%;
  }

  .reserve .reserve-text .reserve-text-title {
    font-size: 18px;
  }

  .reserve .reserve-text .reserve-text-read {
    font-size: 13px;
    width: auto;
  }

  .reserve .reserve-text .reserve-pc {
    display: none !important;
  }

  .reserve .reserve-text .reserve-sp {
    display: block !important;
  }

  .reserve .reserve-bt {
    width: 100%;
    height: 200px;
    bottom: 0;
  }

  .reserve .reserve-bt .reserve-bt-pc {
    display: none;
  }

  .reserve .reserve-bt .reserve-bt-sp {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36vw;
    height: auto;
  }

  .col1-wrap {
    max-width: 1000px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .col1-wrap .title-ftr {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .col3b-wrap {
    display: block;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 15px;
  }

  .col3b-wrap a {
    display: block;
    margin-bottom: 8px;
  }

  .col3b-wrap a .col3b-block {
    padding: 9px 21px 11px 16px;
    height: 40px;
  }

  .col3b-block .text-block-col3b .item-col3b {
    top: 30px;
  }

  .col3b-block .text-block-col3b .title-col3b {
    font-size: 15px;
    line-height: 180%;
  }

  .ph-col3 {
    display: block;
  }

  .ph-col3 img {
    vertical-align: top;
  }

  .last-title {
    font-size: 15px;
  }

  .last-content {
    margin: 24px auto 90px;
  }

  #last-logo {
    margin-top: 13px;
  }

  .bnr-01b {
    margin: 0px;
  }

  .dept {
    width: 100%;
    height: 100%;
    background-color: #31ab95;
    border-top: solid 1px #78c2b7;
    position: relative;
  }

  .dept-block {
    grid-template-columns: 100% 1fr;
    display: inline-block;
    /* background-color: #ffffff;
    height: 62px;
    border-left: 5px solid var(--color); */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  }

  .dept-wrap {
    padding-left: 4.26%;
    padding-right: 4.26%;
    padding-bottom: 100px;
    padding-top: 28px;
    max-width: 1200px;
    display: grid;
    justify-content: left;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    grid-column-gap: 2.5%;
    grid-row-gap: 2.5%;
  }

  .dept-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #202422;
    margin-bottom: 3px;
  }

  .dept-text-sp {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #202422;
    margin-bottom: 3px;
  }

  .dept-text-pc {
    display: none;
  }

  .dept-content {
    /* margin-left: 5.5%;
    margin-right: 6%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    cursor: pointer; */
    aspect-ratio: 280 / 100;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .dept-button {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 19px;
    height: 19px;
    background-color: var(--color);
    position: relative;
    display: flex;
    align-content: center;
    width: 18px;
    height: 18px;
    background-color: var(--color);
  }

  .dept-button::before,
  .dept-button::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    margin: 5px 8px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .dept-button::before {
    transform: rotate(90deg);
  }

  .dept-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .dept-bg .dept-ticker ul {
    display: flex;
  }

  .dept-bg .dept-ticker ul li {
    font-size: 150px;
    color: #4ab5a2;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    animation: tick 30s linear infinite;
  }

  @keyframes tick {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  .faculty-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 777;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity ease, 0.3s visibility ease;
  }

  .faculty-modal-wrap .lay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
  }

  .faculty-modal-wrap .modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 27px;
    height: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transform: rotate(45deg);
  }

  .faculty-modal-wrap .modal_close::before,
  .faculty-modal-wrap .modal_close::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
  }

  .faculty-modal-wrap .modal_close::after {
    transform: rotate(90deg) translateX(-2px);
  }

  .faculty-modal-wrap-in {
    position: relative;
    color: #fff;
    height: 100%;
    overflow-y: scroll;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .faculty-modal-wrap-in h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .faculty-modal-wrap-in h4::before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    border-style: solid;
    border-radius: 21px;
    border-width: 6px;
    box-sizing: border-box;
    border-color: var(--color);
    margin-right: 6px;
  }

  .faculty-modal-wrap-in .desc {
    max-width: 650px;
    font-size: 11px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin-bottom: 36px;
  }

  .faculty-modal-wrap-in .digital-book {
    color: #202124;
    background: #fff;
    display: flex;
    margin-bottom: 60px;
  }

  .faculty-modal-wrap-in .digital-book .tx {
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #202124;
    padding: 10px 20px;
    padding-right: 50px;
  }

  .faculty-modal-wrap-in .digital-book .ico {
    width: 50px;
    background: #31ab95;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .faculty-modal-wrap-in .digital-book .ico svg {
    width: 17px;
    height: 17px;
    fill: #fff;
  }

  .faculty-modal-wrap-in ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
    width: 100%;
    max-width: 1060px;
  }

  .faculty-modal-wrap-in ul li {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 3fr 0.5fr);
    gap: 3px;
    margin-bottom: 6px;
  }

  .faculty-modal-wrap-in ul li .dept-col {
    display: grid;
    overflow: hidden;
    border-radius: 4px;
    background: var(--subcolor);
  }

  .faculty-modal-wrap-in ul li .dept-col a {
    color: #202124;
    display: block;
  }

  .faculty-modal-wrap-in ul li .dept-col .inner {
    padding: 8px 16px 10px;
  }

  .faculty-modal-wrap-in ul li .dept-col .inner h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #202124;
    margin-bottom: 3px;
  }

  .faculty-modal-wrap-in ul li .dept-col .inner p {
    font-size: 11px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #202124;
  }

  .faculty-modal-wrap-in ul li .dept-col .view {
    background: #fff;
    color: var(--fcolor);
    font-weight: 700;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.05em;
    padding: 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .faculty-modal-wrap-in ul li .dept-col .view .tx {
    padding-bottom: 8px;
  }

  .faculty-modal-wrap-in ul li .dept-col .view .ico {
    width: 14px;
    height: 23px;
    margin-top: 6px;
  }

  .faculty-modal-wrap-in ul li .dept-col .view svg {
    width: 100%;
    height: 100%;
    fill: var(--color);
  }

  .faculty-modal-wrap-in ul li .dept-movie {
    display: flex;
    background: var(--color);
    overflow: hidden;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    min-width: 0px;
  }

  .faculty-modal-wrap-in ul li .dept-movie a {
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .faculty-modal-wrap-in ul li .dept-movie a .text {
    font-weight: 700;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }

  .faculty-modal-wrap-in ul li .dept-movie a .ico {
    width: 17px;
    height: 17px;
  }

  .faculty-modal-wrap-in ul li .dept-movie a .ico svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }

  .faculty-modal-wrap.is_open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .anchor-wrap {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1.4%;
    padding: 0 20;
  }

  .anchor-block {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 3.5%;
  }

  .anchor-block .ph img {
    width: 100%;
    vertical-align: bottom;
  }

  .anchor-block .text-block {
    position: relative;
  }

  .anchor-block .text-block .num {
    font-size: 12px;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    color: #202124;
    margin-top: 7px;
  }

  .anchor-block .text-block .num::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #31ab95;
    display: block;
    border-radius: 2px;
    margin-right: 5px;
  }

  .anchor-block .text-block .title {
    font-size: 17px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    color: #202124;
  }

  .anchor-wrap {
    padding: 20px 20px 0px 20px;
  }

  .anchor-block {
    margin-bottom: 6px;
  }

  .anchor-wrap .ph {
    width: 100px;
  }

  .swiper-slide .sltext {
    font-size: 13px;
  }

  .iframe__wrap .player__pare iframe {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
    aspect-ratio: 16/9;
  }

  .iframe__wrap .close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .batsu::before,
  .batsu::after {
    width: 3px;
    height: 30px;
  }

  .iframe__wrap .player__pare .text-block {
    display: block;
    padding: 5.3333333333vw;
  }

  .iframe__wrap .player__pare .text-block {
    width: auto;
    margin-top: 0;
  }

  .movie-title,
  .movie-desc {
    width: auto;
  }

  .movie-title {
    margin-bottom: 8px;
  }

  .movie-archive-col1-wrap {
    width: auto;
    padding: 0 15px;
    padding-top: 90px;
  }

  .movie-archive-title {
    font-size: 26px;
    margin-left: 35px;
  }

  .movie-archive-title-eg {
    font-size: 15px;
    margin-top: 9px;
    margin-left: 35px;
  }

  .movie-archive-title::before {
    width: 26px;
    height: 26px;
    border: 8px solid #cd78eb;
    margin-top: 0;
    top: 1px;
    left: -36px;
    box-sizing: border-box;
  }

  .movie-archive-borderline {
    margin-top: 13px;
    margin-bottom: 0px;
  }

  .anchor-block .text-block .title {
    font-size: 15px;
  }

  .anchor-in {
    position: relative;
  }

  .anchor-in .drop-down {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0;
  }

  .anchor-in .drop-list {
    padding: 10px;
  }

  .anchor-wrap .mov-anchor .text-block .item {
    position: absolute;
    top: 0;
    right: 0;
  }

  .anchor-wrap .mov-anchor .drop-down {
    transition: 0.2s box-shadow 0.2s;
    margin-bottom: 12px;
  }

  .anchor-wrap .mov-anchor .drop-down.p-active {
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
    z-index: 7777;
  }

  .anchor-wrap .mov-anchor .drop-down .aco-trigger {
    margin: 0;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
  }

  .drop-list a:not(:last-child) {
    border: none;
    padding: 0;
  }

  .movi-archive-cont #about-1,
  .movi-archive-cont #about-2,
  .movi-archive-cont #about-3,
  .movi-archive-cont #about-4 {
    padding: 0 20px;
  }

  .movie-archive-content03-col1-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .movie-archive-content03-block .movie-archive-content03-text-block .title {
    font-size: 10px;
  }

  .movie-archive-content02-col1-wrap {
    /*     padding-top: 8px;
 */
  }

  .movie-archive-content03-block {
    padding-bottom: 10px;
  }

  .movie-archive-content-col1-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .movie-archive-content-num {
    position: static;
    font-size: 52px;
    line-height: 1;
  }

  .movie-archive-content-title {
    position: static;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    margin-left: 10px;
  }

  .reserve {
    height: auto;
  }

  .reserve .reserve-bt {
    width: auto;
    height: auto;
  }

  .reserve .reserve-text .reserve-text-read {
    margin-top: 4px;
    width: 70%;
  }

  .reserve .reserve-content .reserve-text .reserve-text-title img {
    position: relative;
    top: 3px;
  }
}

.movie-archive-content03-block .ph img {
  aspect-ratio: 179 / 101;
}