@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #e5e5e5;
}
body.active {
  overflow-y: hidden;
}

h1 {
  font-size: clamp(15px, 2.5vw, 36px);
}

.underLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  font-family: "shippori-mincho", serif;
}
.underLayer_pageTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  font-size: 40px;
}
.underLayer_pageTitle::after {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-top: 20px;
  background-color: #f9bc38;
  content: "";
}
.underLayer_pageTitle_paragraph {
  margin: 50px 0;
  color: #444444;
  font-size: 18px;
}
.underLayer_pageTitle_paragraph > p {
  line-height: 35px;
}
.underLayer_pageTitle_paragraph_interval {
  margin-top: 20px;
}
.underLayer > section {
  width: 100%;
}
.underLayer > section:not(:nth-of-type(1)) {
  margin-top: 80px;
}
.underLayer_bigTitle {
  display: flex;
  align-items: center;
  margin-left: -90px;
  font-size: 23px;
}
.underLayer_bigTitle::before {
  display: inline-block;
  width: 65px;
  height: 2px;
  margin-right: 25px;
  background-color: #ec6b45;
  content: "";
}
.underLayer_bigTitle_paragraph {
  margin-top: 30px;
  color: #444444;
  line-height: 35px;
}
.underLayer_bigTitle_paragraph_firstAccent {
  font-weight: bold;
}
.underLayer_bigTitle_paragraph a {
  color: #0044cc;
}
.underLayer_bigTitle_paragraph a:hover {
  text-decoration: underline;
}
.underLayer_bigTitle_information {
  margin-top: 30px;
  color: #444444;
  line-height: 25px;
}
.underLayer_bigTitle_information_firstAccent {
  font-weight: bold;
}
.underLayer_bigTitle_information a {
  color: #0044cc;
}
.underLayer_bigTitle_information a:hover {
  text-decoration: underline;
}
.underLayer_bigTitle_img {
  margin-top: 15px;
}
.underLayer_bigTitle_img:nth-of-type(2), .underLayer_bigTitle_img:nth-of-type(3) {
  margin-top: 60px;
}
.underLayer_bigTitle_img > div {
  margin-left: 15px;
}
.underLayer_bigTitle_img img {
  width: 500px;
  margin-top: 15px;
  margin-left: 10px;
}
.underLayer_middleTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  font-size: 20px;
}
.underLayer_middleTitle_underSectionTitle {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
}
.underLayer_middleTitle_underSectionTitle::before {
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 5px;
  background-color: #f9bc38;
  content: "";
}
.underLayer_middleTitle_underSectionTitle_information {
  margin-top: 10px;
  color: #444444;
  line-height: 25px;
}
.underLayer_middleTitle_underSectionTitle_information_downloadLink {
  color: #0044cc;
}
.underLayer_middleTitle_underSectionTitle_information_downloadLink:hover {
  text-decoration: underline;
}
.underLayer_middleTitle::before {
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 5px;
  background-color: #f9bc38;
  content: "";
}
.underLayer_middleTitle_information {
  margin-top: 10px;
  color: #444444;
  line-height: 25px;
}
.underLayer_middleTitle_information_downloadLink {
  color: #0044cc;
}
.underLayer_middleTitle_information_downloadLink:hover {
  text-decoration: underline;
}
.underLayer_smallTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
}
.underLayer_smallTitle::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f9bc38;
  content: "";
}
.underLayer_smallTitle_paragraph {
  margin-top: 10px;
  line-height: 35px;
}
.underLayer_smallTitle_information {
  margin-top: 10px;
  color: #444444;
  line-height: 25px;
}
.underLayer_sectionTitle {
  padding-top: 30px;
  font-size: 21.5px;
}
.underLayer .indentation {
  margin-left: 1em;
  text-indent: -1em;
}
.underLayer .section_interval {
  margin-top: 120px;
}
.underLayer .download_linkMark {
  position: relative;
  margin-right: 5px;
}
.underLayer .download_linkMark::after {
  display: inline-block;
  position: absolute;
  top: -6px;
  font-size: 15px;
  text-decoration: underline;
  content: "↓";
  text-underline-offset: 3px;
}
.underLayer_inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 100px auto -150px;
}
.underLayer_inquiry_title {
  font-size: 23px;
}
.underLayer_inquiry_contents {
  display: grid;
  margin-top: 30px;
  grid-template-rows: 100px 30px 30px 30px;
  grid-template-columns: 100px 1fr;
}
.underLayer_inquiry_contents #address {
  text-align: right;
  grid-row: 1;
  grid-column: 1;
}
.underLayer_inquiry_contents #telephoneNum {
  text-align: right;
  grid-row: 2;
  grid-column: 1;
}
.underLayer_inquiry_contents #time {
  text-align: right;
  grid-row: 3;
  grid-column: 1;
}
.underLayer_inquiry_contents #mail {
  text-align: right;
  grid-row: 4;
  grid-column: 1;
}
.underLayer_inquiry_contents_mailLink {
  color: #0044cc;
}
.underLayer_inquiry_contents_mailLink:hover {
  text-decoration: underline;
}
.underLayer_link {
  color: #0044cc;
}
.underLayer_link:hover {
  text-decoration: underline;
}

.kasou {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  font-family: "shippori-mincho", serif;
  /* セレクタ名はてきとう */
}
.kasou_pageTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  font-size: 40px;
}
.kasou_pageTitle::after {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-top: 20px;
  background-color: #f9bc38;
  content: "";
}
section:not(.kasou_news_contents) {
  width: 100%;
  margin-top: 100px;
}
section:not(.kasou_news_contents) img {
  width: 500px;
}
section:not(.kasou_news_contents) iframe {
  margin-top: 50px;
}
.kasou .inquiry_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -150px;
}
.kasou_bigTitle {
  display: flex;
  align-items: center;
  margin-left: -90px;
  font-size: 23px;
}
.kasou_bigTitle::before {
  display: inline-block;
  width: 65px;
  height: 2px;
  margin-right: 25px;
  background-color: #ec6b45;
  content: "";
}
.kasou_middleTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  font-size: 20px;
}
.kasou_middleTitle::before {
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 5px;
  background-color: #f9bc38;
  content: "";
}
.kasou_smallTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
}
.kasou_smallTitle::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f9bc38;
  content: "";
}
.kasou_paragraph {
  margin-top: 50px;
  color: #444444;
  font-size: 18px;
}
.kasou_paragraph p {
  line-height: 35px;
}
.kasou_paragraph .p_interval {
  margin-top: 15px;
}
.kasou_paragraph_policy {
  margin: 50px auto 0 0;
  color: #444444;
  font-size: 18px;
}
.kasou_paragraph_policy > p {
  line-height: 35px;
}
.kasou_paragraph_policy .p_interval {
  margin-top: 15px;
}
.kasou_paragraph_policy > p:first-of-type {
  margin-left: -17px;
}
.kasou_paragraph_policy .paragraph_aid {
  margin-left: 15px;
}
.kasou_paragraph a:not(.otoiawaseLink) {
  position: relative;
  color: #0044cc;
}
.kasou_paragraph a:not(.otoiawaseLink):hover {
  text-decoration: underline;
}
.kasou_information {
  margin-top: 20px;
}
.kasou_inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 100px auto -150px;
}
.kasou_inquiry_title {
  font-size: 23px;
}
.kasou_inquiry_department {
  margin-top: 30px;
  font-size: 16px;
}
.kasou_inquiry_contents_company {
  display: grid;
  margin-top: 30px;
  grid-template-rows: 110px 35px 30px;
  grid-template-columns: 100px 1fr;
}
.kasou_inquiry_contents_company #address_company {
  text-align: right;
  grid-row: 1;
  grid-column: 1;
}
.kasou_inquiry_contents_company #time_company {
  text-align: right;
  grid-row: 2;
  grid-column: 1;
}
.kasou_inquiry_contents_company #mail_company {
  text-align: right;
  grid-row: 3;
  grid-column: 1;
}
.kasou_inquiry_contents_alumni {
  display: grid;
  margin-top: 30px;
  grid-template-rows: 110px 30px;
  grid-template-columns: 100px 1fr;
}
.kasou_inquiry_contents_alumni #address_alumni {
  text-align: right;
  grid-row: 1;
  grid-column: 1;
}
.kasou_inquiry_contents_alumni #mail_alumni {
  text-align: right;
  grid-row: 2;
  grid-column: 1;
}
.kasou_inquiry_contents_final {
  display: grid;
  margin-top: 30px;
  grid-template-rows: 120px 30px 30px;
  grid-template-columns: 100px 1fr;
}
.kasou_inquiry_contents_final #address_final {
  text-align: right;
  grid-row: 1;
  grid-column: 1;
}
.kasou_inquiry_contents_final #telFax_final {
  text-align: right;
  grid-row: 2;
  grid-column: 1;
}
.kasou_inquiry_contents_final #mail_final {
  text-align: right;
  grid-row: 3;
  grid-column: 1;
}
.kasou_inquiry_contents_mailOnly {
  display: flex;
  margin-top: 15px;
}
.kasou_inquiry_contents_mailLink {
  color: #0044cc;
}
.kasou_inquiry_contents_mailLink:hover {
  text-decoration: underline;
}
.kasou_contactInquiry {
  display: grid;
  margin-top: 30px;
  margin-left: -5px;
  grid-template-rows: 110px 35px 30px;
  grid-template-columns: 100px 1fr;
}
.kasou_contactInquiry #address {
  text-align: right;
  grid-row: 1;
  grid-column: 1;
}
.kasou_contactInquiry #telephoneNum {
  text-align: right;
  grid-row: 2;
  grid-column: 1;
}
.kasou_contactInquiry #time {
  text-align: right;
  grid-row: 3;
  grid-column: 1;
}
.kasou_mailLink {
  color: #0044cc;
}
.kasou_mailLink:hover {
  text-decoration: underline;
}
.kasou_news {
  display: flex;
  flex-direction: column;
  margin-bottom: -120px;
}
.kasou_news_contents {
  display: flex;
  margin-top: 50px;
}
.kasou_news_contents > p {
  width: 124px;
  text-align: right;
}
.kasou_news_contents_linkPart {
  display: flex;
  margin-left: 10px;
}
.kasou_news_contents_linkPart:not(.kasou_news_contents_linkPart:nth-of-type(1)) {
  margin-top: 20px;
}
.kasou_news_contents_linkPart > div {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.kasou_news_contents_linkPart a {
  width: -moz-fit-content;
  width: fit-content;
  color: #0044cc;
}
.kasou_news_contents_linkPart a:hover {
  text-decoration: underline;
}
.kasou_news_contents_linkPart > p {
  margin: auto 0 0;
}
.kasou_news_contents_linkPartMultiple {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.kasou_news_contents_linkPartMultiple > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.kasou_news_contents_linkPartMultiple > div:not(:first-of-type) {
  margin-top: 15px;
}
.kasou_news_contents_linkPartMultiple p {
  margin-left: 40px;
  white-space: nowrap;
}
.kasou_news_contents_linkPartMultiple a {
  width: -moz-fit-content;
  width: fit-content;
  color: #0044cc;
}
.kasou_news_contents_linkPartMultiple a:hover {
  text-decoration: underline;
}
.kasou_news_contents_linkPartMultiple a > span {
  color: #444444;
}
.kasou_news_contents_linkPartMultiple .newsMultipleLink {
  display: flex;
  flex-direction: column;
}
.kasou .schedule {
  margin-top: 50px;
  margin-left: 2px;
}
.kasou .scheduleItem {
  display: flex;
}
.kasou .scheduleItemLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.kasou .scheduleItemLeft .circle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #ec6b45;
}
.kasou .scheduleItemLeft .line {
  width: 3px;
  background-color: #f9bc38;
}
.kasou .scheduleItemRight .eventName {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -8px;
  color: #444444;
  font-size: 20px;
}
.kasou .scheduleItemRight > div {
  display: flex;
  align-items: flex-start;
  color: #494949;
  font-size: 18px;
}
.kasou .scheduleItemRight > div:first-of-type {
  margin-top: 20px;
}
.kasou .scheduleItemRight > div:last-of-type {
  margin-top: 10px;
}
.kasou .scheduleItemRight > div h4 {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.kasou .scheduleItemRight > div h4::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #5bacbc;
  content: "";
}
.kasou .kikakuTab {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-top: 80px;
}
.kasou .kikakuTab #kikakuTabBorder {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3px;
  background-color: #f9bc38;
}
.kasou .kikakuTab button:hover {
  cursor: pointer;
}
.kasou .kikakuTab p {
  font-size: 20px;
}
.kasou .kikakuTab p:not(.isSelected) {
  opacity: 0.4;
  transition: all 0.2s ease;
}
.kasou .kikakuTab p:not(.isSelected):hover {
  opacity: 1;
}
.kasou #experienceAndSaleSchedule {
  display: none;
}
.kasou .indentation {
  margin-left: 1em;
  text-indent: -1em;
}
.kasou .makeBold {
  font-weight: bold;
}
.kasou .lineMarker {
  /* 下線 */
  text-decoration: underline;
  /* 線の太さ */
  text-decoration-thickness: 5px;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-underline-offset: -4px;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /* 線の色 */
  /* 線の色 */
}
.kasou .lineMarker_first {
  /* 線の色 */
  text-decoration-color: rgba(236, 108, 69, 0.6666666667);
}
.kasou .otoiawaseLink {
  font-weight: bold;
  text-decoration: underline;
}
.kasou .otoiawaseLink:hover {
  text-decoration: none;
}
.kasou .linkPage_titleLink {
  color: #0044cc;
}
.kasou .linkPage_titleLink:hover {
  text-decoration: underline;
}
.kasou .escape_blue {
  color: black;
}
.kasou .alumniLink {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0 0;
  color: #0044cc;
  font-size: 18px;
}
.kasou .alumniLink:hover {
  text-decoration: underline;
}
.kasou_kerning_left {
  margin-left: -5px;
}
.kasou_kerning_right {
  margin-right: -5px;
}
.kasou .main_theme {
  margin-bottom: 50px;
  color: #000000;
  font-size: 50px;
  text-shadow: 0 0 5px #f9bc38;
}
.kasou .main_logo {
  width: 250px;
}
.kasou .colorImg {
  width: 250px;
}
.kasou .logo_paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  color: #444444;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .kasou .logo_paragraph {
    flex-wrap: wrap;
  }
  .kasou .logo_paragraph p {
    min-width: 260px;
    margin-top: 30px;
  }
}
.kasou .logo_paragraph p {
  width: 60%;
  line-height: 35px;
}
.kasou .color_paragraph {
  margin-top: 50px;
  color: #444444;
  font-size: 16px;
}
.kasou .color_paragraph div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.kasou .color_paragraph div img {
  margin-right: 40px;
  margin-bottom: 20px;
}
.kasou .color_paragraph div p {
  width: 60%;
  min-width: 260px;
  margin-bottom: 20px;
  line-height: 35px;
}

.returnTopButton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -20%;
  width: 80px;
  height: 80px;
  margin: auto 0 auto auto;
  border-radius: 100%;
  box-shadow: 0 0 5px #000000;
  transition: all 0.1s;
}
.returnTopButton::before {
  font-size: 30px;
  content: "↑";
}
.returnTopButton:hover {
  box-shadow: 0 0 1px #000000;
  cursor: pointer;
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.enlarge {
  transform: scale(3);
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.2s ease;
}

.memories {
  display: grid;
  justify-content: center;
  margin: 50px auto -100px;
  grid-template-columns: repeat(3, 300px);
  gap: 20px;
}

.memory_blancspace {
  opacity: 0.7;
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .memories {
    grid-template-columns: repeat(2, 300px);
  }
  .memory_blancspace {
    display: none;
  }
}
@media (max-width: 700px) {
  .memories {
    grid-template-columns: repeat(1, 300px);
  }
}
.thumbnail {
  transition: filter 0.3s ease;
}
.thumbnail:hover:not(.enlarge) {
  cursor: pointer;
  filter: brightness(70%);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_content {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 900px;
}

.modal_close_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #f1f1f1;
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}

.period_right_space {
  margin-right: 0.3rem;
}

.kasou_smallTitle_modifier {
  margin-top: 15px;
  margin-left: 29px;
}

.under_smallTitle_p {
  margin-top: 5px;
  margin-left: 40px;
  line-height: 35px;
}

.left_closer {
  margin-left: -7px;
}

.right_closer {
  margin-right: -7px;
}

.emphasis {
  font-weight: bold;
}

.align-left {
  margin-left: -10px;
}

.official_program_subTitle {
  font-size: 30px;
  text-align: center;
}

.video {
  width: 100%;
  aspect-ratio: 4/2.5;
}/*# sourceMappingURL=style.css.map */