@charset "utf-8";
/*----------------------------------------------------
	night-time
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html {
  scroll-behavior: smooth;
}
.night-time .breadcrumbBox {
  text-align: right;
}
.night-time {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
.night-time p {
  font-size: 16px;
}
.night-time img {
  max-width: 100%;
}
.night-time .section-inner {
  padding: 80px 0;
}
.night-time .r4-cmn-pickup {
  display: none;
}

/* marker
----------------------------------------------------*/
.marker {
  background: linear-gradient(transparent 60%, #fff33f 60%);
  padding-bottom: 5px;
}
.marker_bk {
  background-color: #fff33f;
}
.marker_img {
  background: url(../img/night-time/marker_long.png) no-repeat;
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 5px;
  display: table;
  margin: 0 auto;
}

/* anchorlink
----------------------------------------------------*/
.night-time_anchorlink_wrap {
  background: #e9f1f5;
  border: 1px solid #bacfd6;
  margin-top: 60px;
}
.night-time_anchorlink_wrap ul {
  display: flex;
  align-items: stretch;
}
.night-time_anchorlink_wrap ul li {
  border-right: 1px solid #bacfd6;
  flex: 1;
  text-align: center;
  position: relative;
}
.night-time_anchorlink_wrap ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0 20px;
}
.night-time_anchorlink_wrap ul li:nth-child(6) a {
  line-height: 50px;
}
.night-time_anchorlink_wrap ul li:last-child {
  border-right: none;
}
.night-time_anchorlink_wrap ul li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 15px;
  width: 15px;
  content: "";
  background: url(../img/night-time/link_arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* title
----------------------------------------------------*/
.h2-ttl {
  position: relative;
  width: 200px;
  padding: 3rem 1rem;
  text-align: center;
  margin: 0 auto 60px;
}
.h2-ttl::before,
.h2-ttl::after {
  position: absolute;
  width: 95%;
  height: 70%;
  content: "";
}
.h2-ttl::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
}
.h2-ttl::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
}
.h2-ttl .en_tit,
.h2-ttl .jp_tit,
.h3-ttl,
.sub-ttl,
.ttl_subtxt,
.ttl_subtxt_normal,
.ttl_subtxt_min {
  font-weight: 600;
}

.h2-ttl .en_tit {
  font-family: "Oswald", sans-serif;
  margin-top: 5px;
  font-size: 32px;
}
.h2-ttl .jp_tit {
  font-size: 24px;
  line-height: 1.4em;
}
.h2-ttl span {
  background: url(../img/night-time/marker.png) no-repeat;
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 5px;
  display: table;
  margin: 0 auto;
}
.sub-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.ttl_subtxt {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.ttl_subtxt_normal {
  font-size: 22px;
  line-height: 1.5em;
}
.ttl_subtxt_min {
  font-size: 18px;
  line-height: 1.5em;
}
.h3-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  display: table;
}

/* mv
----------------------------------------------------*/
.night-time_mv_wrap {
  position: relative;
}
.mv_txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 5%;
  text-align: center;
}
.mv_txt .mv_en {
  width: 50%;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.mv_txt .h1-ttl {
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.6em;
}
.mv_txt .mv_desc {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.8em;
  color: #fff;
  position: relative;
  display: inline-block;
}
.mv_txt .mv_desc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  display: inline-block;
  height: 30px;
  width: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #fff;
}

/* point
----------------------------------------------------*/
.night-time_point_inner {
  display: flex;
  align-items: end;
  gap: 50px;
  padding: 50px;
  border-top: 2px dotted #666;
}
.night-time_point_inner:last-child {
  border-bottom: 2px dotted #666;
}
.night-time_point_txt,
.night-time_point_img {
  flex: 1;
}
.point_icon {
  width: 99px;
  margin-bottom: 15px;
}

/*  night-time_student
--------------------------------------------- */
.night-time_student.section-inner,
.night-time_graduate.section-inner {
  padding-bottom: 0;
}
.js-tab-target {
  display: none;
}
.js-tab-target.is-current {
  display: block;
}
.tab-selector {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: -5px;
}
.tab-selector_item {
  width: calc((100% - 15px) / 4);
}
.tab-selector_trigger {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.tab-selector_trigger {
  position: relative;
}
.tab-selector_trigger::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .tab-selector_trigger:hover {
    /*  tab hover */
    opacity: 0.8;
  }
}
.tab-selector_trigger.is-current::after {
  /*  tab active */
  display: none;
}

/*  tab-contents-wrapper
--------------------------------------------- */
.tab-contents-wrapper {
  max-width: 100%;
  margin-inline: auto;
}
.tab-contents_inner {
  width: 100%;
  padding-bottom: 80px;
}
.night-time_student .tab-contents:nth-child(1) .tab-contents_inner {
  background: #f8e4e4;
}
.night-time_student .tab-contents:nth-child(2) .tab-contents_inner {
  background: #f9eadc;
}
.night-time_student .tab-contents:nth-child(3) .tab-contents_inner {
  background: #e0eef3;
}
.night-time_student .tab-contents:nth-child(4) .tab-contents_inner {
  background: #deecec;
}

.tab-contents .tab-contents_inner .tab-imgtxt {
  width: 1000px;
  margin: 0 auto;
}
.night-time_student .tab-contents:nth-child(1) .tab-contents_inner .tab-imgtxt {
  background: #de7679;
}
.night-time_student .tab-contents:nth-child(2) .tab-contents_inner .tab-imgtxt {
  background: #e19451;
}
.night-time_student .tab-contents:nth-child(3) .tab-contents_inner .tab-imgtxt {
  background: #4699b9;
}
.night-time_student .tab-contents:nth-child(4) .tab-contents_inner .tab-imgtxt {
  background: #3b8d8c;
}

.tab-contents_inner .tab-imgtxt {
  display: flex;
  align-items: center;
  color: #fff;
}
.tab-contents_inner .tab-imgtxt .tab-img {
  width: 40%;
}
.tab-contents_inner .tab-imgtxt .tab-ttl {
  width: 60%;
}
.tab-contents_inner .tab-imgtxt .tab-img {
  text-align: center;
}
.tab-contents_inner .tab-imgtxt .tab-img img {
  width: 320px;
  vertical-align: bottom;
}
.ttl-label {
  background: #fff;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 50px;
  display: inline-block;
  margin-bottom: 20px;
}
.ttl-name {
  font-weight: 600;
  font-size: 20px;
  margin: 10% 0 10px;
}
.ttl-course {
  font-weight: 600;
}
.tab-contents .tab-contents_inner .interview-contents {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
}
.interview-schedule {
  width: 80%;
  margin: 50px auto 0;
}
.interview-features {
  width: 60%;
  margin: 50px auto 0;
}
.interview-list {
  margin-top: 40px;
}
.interview-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.interview-list ul li {
  width: calc((100% - 50px) / 2);
}
.night-time_student .tab-contents:nth-child(1) .tab-contents_inner .interview-list .li-ttl {
  color: #de7679;
}
.night-time_student .tab-contents:nth-child(2) .tab-contents_inner .interview-list .li-ttl {
  color: #e19451;
}
.night-time_student .tab-contents:nth-child(3) .tab-contents_inner .interview-list .li-ttl {
  color: #4699b9;
}
.night-time_student .tab-contents:nth-child(4) .tab-contents_inner .interview-list .li-ttl {
  color: #3b8d8c;
}

.interview-list .li-ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.interview-list .li-ttl .li-number {
  font-weight: 600;
  font-size: 64px;
  font-family: "Oswald", sans-serif;
}

/*  night-time_graduate
--------------------------------------------- */
.night-time_graduate .interview-list {
  margin-top: 0;
}
.night-time_graduate .tab-contents:nth-child(1) .tab-contents_inner {
  background: #e9f2e7;
}
.night-time_graduate .tab-contents:nth-child(2) .tab-contents_inner {
  background: #dff2f4;
}

.night-time_graduate .tab-contents:nth-child(1) .tab-contents_inner .tab-imgtxt {
  background: #91b74d;
}
.night-time_graduate .tab-contents:nth-child(2) .tab-contents_inner .tab-imgtxt {
  background: #2aa9bd;
}

.night-time_graduate .tab-contents:nth-child(1) .tab-contents_inner .interview-list .li-ttl {
  color: #4c9e58;
}
.night-time_graduate .tab-contents:nth-child(2) .tab-contents_inner .interview-list .li-ttl {
  color: #3b8e8e;
}

.night-time_graduate .ttl-name {
  margin: 5% 0 10px;
}
.night-time_graduate .tab-contents_inner .tab-imgtxt .tab-img img {
  width: 100%;
  vertical-align: bottom;
}
.night-time_graduate .tab-contents_inner .tab-imgtxt .tab-img {
  width: 45%;
}
.night-time_graduate .tab-contents_inner .tab-imgtxt .tab-ttl {
  width: 55%;
}

/* support
----------------------------------------------------*/
.night-time_support .h3-ttl {
  color: #6f9bb7;
}
.night-time_support_inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px;
  border-top: 2px dotted #666;
}
.night-time_support_inner:last-child {
  border-bottom: 2px dotted #666;
}
.night-time_support_ttl {
  width: 300px;
}
.night-time_support_txt {
  width: calc(100% - 300px);
}
.night-time_support_ttl .marker_bk {
  font-size: 120%;
  color: #6f9bb7;
}
.night-time_support_ttl .marker_bk span {
  font-size: 160%;
}
.night-time p.notes {
  font-size: 13px;
  margin-top: 10px;
}
.box-wrap {
  display: flex;
  align-items: baseline;
  gap: 50px;
  margin-top: 50px;
  padding: 0 60px;
}
.box-wrap .box-inner {
  flex: 1;
}

/* system
----------------------------------------------------*/
.txt {
  text-align: center;
}
.bk-wht {
  background: #fff;
}
.width-min {
  width: 770px;
  margin: 0 auto;
}
.width-min.bk-wht {
  padding: 40px;
  text-align: center;
}
.width-min.bk-wht .txt-left {
  display: inline-block;
}
.border-ttl {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.night-time_system2 .border-ttl:first-child {
  margin-top: 40px;
}
.border-ttl:before,
.border-ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.border-ttl:before {
  margin-right: 1rem;
}
.border-ttl:after {
  margin-left: 1rem;
}
.system_banner_txt {
  width: 35%;
  margin: 50px auto 0;
}
.system_banner {
  width: 55%;
  margin: 30px auto 0;
}
.triangle {
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid black;
}
.bk_triangle {
  position: relative;
}
.bk_triangle::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fff;
}
.bk-wht {
  position: relative;
  margin-bottom: 60px;
}
.circle_txt {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  background: #6f9bb7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.circle_txt div {
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100px;
  line-height: 1.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.night-time_system1 {
  margin-bottom: 50px;
}
.night-time_system2 {
  background-color: #e9f1f5;
  position: relative;
}
.night-time_system2 .deco_img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 150px;
}
.night-time_system2 .sub-ttl {
  margin-top: 24px;
  margin-bottom: 0;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.night-time_system2 .box-wrap {
  gap: 20px;
}
.pb-block {
  padding-bottom: 20px;
}
.mb-none {
  margin-bottom: 0px;
}
.number {
  font-size: 180%;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #fff33f;
  -webkit-text-stroke: 0.5px #3e3a39;
  text-stroke: 0.5px #3e3a39;
}
.night-time_system2 .system03_img {
  width: 80%;
  margin: 0 auto;
}
.night-time_system2 .ttl_subtxt_normal .notes {
  font-size: 13px;
  vertical-align: super;
}
.night-time_system2 ul.notes {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
.more_box {
  position: relative;
  margin-top: 120px;
  margin-bottom: 0;
}
.width-min.bk-wht.more_box {
  padding-top: 140px;
}
.more_box .more_box_inner {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 60%;
  height: 120px;
  background: #3e3a39;
  color: #fff;
  padding: 25px;
}
.more_box .more_box_inner .ttl_subtxt {
  font-weight: 400;
}
.more_box .more_box_inner.bk_triangle::after {
  bottom: -20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #3e3a39;
}

.rl-line {
  text-align: center;
}
.ri-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ri-ttl::before,
.ri-ttl::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 30px;
}
.ri-ttl::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.ri-ttl::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
.dots {
  background-image: radial-gradient(circle at center, #333 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}

/* faq
----------------------------------------------------*/
.faq:not(:first-of-type) {
  margin-top: 5rem;
}
.faq_item {
  overflow: hidden;
  border-top: 1px solid #3e3a39;
  padding: 0 50px;
}
.faq_item:last-child {
  border-bottom: 1px solid #3e3a39;
}
.faq_item-head {
  position: relative;
  padding: 2em 0;
  color: #6f99b5;
  cursor: pointer;
  transition: opacity 0.3s;
}
.faq_item-head::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 30px;
  width: 30px;
  content: "";
  background-image: url(../img/night-time/fac_icon_open.png);
  background-size: contain;
  vertical-align: middle;
}
.faq_item-head:hover {
  opacity: 0.8;
}
.is-acc-open .faq_item-head::after {
  background-image: url(../img/night-time/fac_icon_close.png);
}
.faq_item-ttl {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  font-weight: 600;
}
.faq_item-ttl::before {
  position: absolute;
  top: -10px;
  left: 10px;
  content: "Q";
  font-size: 24px;
  width: 50px;
}
.faq .js-acc-target {
  display: none;
  /* デフォルトでAを表示する際はblockに変更*/
}
.faq_item-body {
  position: relative;
  padding: 0 50px 30px 50px;
}
.faq_item-body::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "A";
  font-size: 24px;
  font-weight: 600;
  width: 50px;
}
.faq_item-body .r4-fwk-reason-section03-media__btn {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.faq_item-body .r4-cmn-outline-btn {
  margin: unset;
}
.faq_item-body .r4-cmn-outline-btn div {
  width: 220px;
  justify-content: flex-start;
  padding-left: 1em;
  font-size: 13px !important;
  height: 70% !important;
}

/* footer banner
----------------------------------------------------*/
.night-time_banner {
  background: #e9f1f5;
}
.night-time_banner .h3-ttl {
  color: #004ba3;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1.5em;
}
.night-time .r4-fwk-briefing-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.night-time .r4-fwk-briefing-banner__item {
  width: 256px;
  margin: 0 24px 20px;
}
.night-time .r4-fwk-briefing-banner__img {
  border: 1px solid #c3c3c3;
  display: block;
}
.night-time .r4-fwk-briefing-banner__img img {
  width: 100%;
  height: auto;
}
.night-time .r4-fwk-briefing-banner__check {
  border: 2px solid #004ca4;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #fff;
}
.night-time .r4-fwk-briefing-banner__check span:first-child {
  width: 58px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
}
.night-time .r4-fwk-briefing-banner__check span:first-child img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.night-time .r4-fwk-briefing-banner__check span:last-child {
  font-size: 12px;
  line-height: 1.4;
  /* align-self: flex-start; */
  align-self: center;
  padding-top: 3px;
}
.night-time .specialbuttonwrapper .greenspecialbutton {
  margin-top: 50px !important;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.night-time .specialbuttonwrapper .greenspecialbutton .inner {
  background-color: #004ba4;
}
/*  pagetop
--------------------------------------------- */
.footer-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 60px;
}
.footer-pagetop__link {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: flex;
  height: 60px;
  border-radius: 50%;
  background-color: #086936;
  justify-content: center;
  align-items: center;
}
.footer-pagetop__link::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 38%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 1001px) {
  .night-time .sp {
    display: none;
  }
  .night-time .pc {
    display: block;
  }
  .night-time .r4-cmn-footer-pc-fixed {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .night-time .pc {
    display: none;
  }
  .night-time .tb {
    display: block;
  }
  .night-time .sp {
    display: none;
  }
  .night-time .section-inner {
    padding: 60px 0;
  }
  .night-time_point_inner,
  .night-time_support_inner,
  .night-time .box-wrap,
  .night-time .faq_item {
    padding-left: 0;
    padding-right: 0;
  }

  /* title
  ----------------------------------------------------*/
  .h2-ttl .en_tit {
    font-size: 28px;
  }
  .h2-ttl .jp_tit {
    font-size: 20px;
  }
  .ttl_subtxt {
    font-size: 24px;
  }
  .ttl_subtxt_normal {
    font-size: 20px;
  }
  .ttl_subtxt_min {
    font-size: 16px;
  }
  .h3-ttl {
    font-size: 20px;
  }

  /* mv
  ----------------------------------------------------*/
  .mv_txt .mv_en {
    padding: 20px 0 15px;
  }
  .mv_txt .mv_desc::after {
    bottom: -40px;
    height: 20px;
  }

  /*  tab-contents-wrapper
  --------------------------------------------- */
  .tab-contents-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tab-contents_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .tab-contents .tab-contents_inner .tab-imgtxt {
    width: 100%;
  }
  .tab-contents .tab-contents_inner .interview-contents {
    width: calc(100% - 100px);
  }

  /*  night-time_student
  --------------------------------------------- */
  .night-time_student .tab-contents:nth-child(1) .tab-contents_inner .interview-contents {
    background: #f8e4e4;
  }
  .night-time_student .tab-contents:nth-child(2) .tab-contents_inner .interview-contents {
    background: #f9eadc;
  }
  .night-time_student .tab-contents:nth-child(3) .tab-contents_inner .interview-contents {
    background: #e0eef3;
  }
  .night-time_student .tab-contents:nth-child(4) .tab-contents_inner .interview-contents {
    background: #deecec;
  }
  .ttl-label {
    font-size: 18px;
  }
  .interview-list .li-ttl {
    font-size: 18px;
  }

  /*  night-time_graduate
  --------------------------------------------- */
  .night-time_graduate .tab-contents:nth-child(1) .tab-contents_inner .interview-contents {
    background: #e9f2e7;
  }
  .night-time_graduate .tab-contents:nth-child(2) .tab-contents_inner .interview-contents {
    background: #dff2f4;
  }
  .night-time_graduate .tab-contents_inner .tab-imgtxt .tab-img {
    width: 50%;
  }
  .night-time_graduate .tab-contents_inner .tab-imgtxt .tab-ttl {
    width: 50%;
  }

  /*  night-time_support
  --------------------------------------------- */
  .night-time_support_ttl {
    width: 250px;
  }
  .night-time_support_txt {
    width: calc(100% - 250px);
  }

  /* system
  ----------------------------------------------------*/
  .width-min.bk-wht.more_box {
    margin-bottom: 0;
  }
  .more_box {
    margin-top: 160px;
  }
  .width-min.bk-wht.more_box {
    padding-top: 180px;
  }
  .width-min.bk-wht {
    width: calc(100% - 80px);
  }
  .more_box .more_box_inner {
    top: -20px;
  }
  .width-min {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .bk-wht {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 740px) {
  .night-time .sp {
    display: block;
  }
  .night-time .pc {
    display: none;
  }
  .night-time .section-inner {
    padding: 50px 0;
  }
  .night-time p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .night-time .width-min {
    width: 100%;
    margin: 0 auto;
  }
  .night-time .sp-fix_cta {
    display: none !important;
  }
  .night-time .r4-cmn-content {
    padding-bottom: 0;
  }
  .night-time .breadcrumbBox {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  /* anchorlink
  ----------------------------------------------------*/
  .night-time_anchorlink_wrap {
    margin-top: 15px;
  }
  .night-time_anchorlink_wrap ul {
    flex-wrap: wrap;
  }
  .night-time_anchorlink_wrap ul li {
    flex: none;
    width: calc((100% - 3px) / 3);
  }
  .night-time_anchorlink_wrap ul li:nth-child(1),
  .night-time_anchorlink_wrap ul li:nth-child(2),
  .night-time_anchorlink_wrap ul li:nth-child(3) {
    border-bottom: 1px solid #bacfd6;
  }
  .night-time_anchorlink_wrap ul li:nth-child(3n) {
    border-right: none;
  }
  .night-time_anchorlink_wrap ul li:nth-child(6) a {
    line-height: 30px;
  }

  /* title
  ----------------------------------------------------*/
  .h2-ttl {
    width: 140px;
    margin-bottom: 40px;
  }
  .h2-ttl .jp_tit {
    font-size: 18px;
  }
  .ttl_subtxt {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .ttl_subtxt_normal {
    font-size: 18px;
  }
  .ttl_subtxt_min {
    font-size: 15px;
  }

  /* mv
  ----------------------------------------------------*/
  .night-time_mv_wrap {
    position: relative;
  }
  .mv_txt {
    padding-top: 7%;
    width: 100%;
  }
  .mv_txt .mv_en {
    width: 60%;
    padding: 7% 0 5%;
  }
  .mv_txt .h1-ttl {
    font-size: 4.5vw;
  }
  .mv_txt .mv_desc {
    font-size: 4vw;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  .mv_txt .mv_desc::after {
    bottom: -30px;
    height: 20px;
  }
  .mv_txt p {
    font-size: 3.2vw;
    color: #fff;
  }

  /* point
  ----------------------------------------------------*/
  .night-time_point_txt,
  .night-time_point_img {
    flex: auto;
  }
  .night-time_point_img {
    width: 95%;
    margin: 30px auto 25px;
  }
  .night-time_point_inner {
    display: block;
    position: relative;
    padding: 40px 0 50px;
  }
  .night-time_point_inner::before {
    position: absolute;
    content: "";
    background: #fff;
    background: url(../img/night-time/point_icon.png) no-repeat;
    background-size: contain;
    top: -23px;
    left: 0;
    width: 70px;
    height: 46px;
    padding-right: 20px;
  }
  .night-time_point_inner.-one::before {
    background: url(../../img/night-time/point_icon01.png) no-repeat;
    background-size: contain;
  }
  .night-time_point_inner.-two::before {
    background: url(../../img/night-time/point_icon02.png) no-repeat;
    background-size: contain;
  }
  .night-time_point_inner.-three::before {
    background: url(../../img/night-time/point_icon03.png) no-repeat;
    background-size: contain;
  }
  .night-time_point_inner.-four::before {
    background: url(../../img/night-time/point_icon04.png) no-repeat;
    background-size: contain;
  }
  .night-time_point_inner.-five::before {
    background: url(../../img/night-time/point_icon05.png) no-repeat;
    background-size: contain;
  }
  .night-time_point_inner.-six::before {
    background: url(../../img/night-time/point_icon06.png) no-repeat;
    background-size: contain;
  }

  /*  night-time_student
  --------------------------------------------- */
  .tab-contents-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-contents .tab-contents_inner .interview-contents {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .tab-selector {
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
  }
  .tab-selector_item {
    width: calc((100% - 10px) / 2);
  }
  .tab-selector_trigger::after {
    display: none;
  }
  .tab-imgtxt {
    display: none !important;
  }
  .sp_tab-imgtxt {
    width: 100%;
  }
  .interview-list ul {
    gap: 25px;
  }
  .interview-list ul li {
    width: 100%;
  }
  .interview-list .li-ttl .li-number {
    font-size: 48px;
  }

  .interview-list .li-ttl {
    font-size: 16px;
    gap: 15px;
    margin-bottom: 10px;
  }
  .interview-schedule {
    width: 100%;
    margin-top: 30px;
  }
  .interview-features {
    width: 90%;
    margin-top: 30px;
  }

  /* support
  ----------------------------------------------------*/
  .night-time_support_wrap {
    margin-bottom: 40px;
  }
  .night-time_support_inner {
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
  }
  .night-time_support_ttl,
  .night-time_support_txt {
    width: 100%;
  }

  /* system
  ----------------------------------------------------*/
  .pb-block {
    padding-bottom: 10px;
  }
  .triangle {
    margin: 15px auto;
  }
  .bk-wht {
    margin-bottom: 50px;
  }
  .border-ttl {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .circle_txt {
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
  .circle_txt div {
    height: 80px;
    font-size: 90%;
  }
  .width-min.bk-wht {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .sp-left {
    text-align: left;
  }
  .box-wrap {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .box-wrap .box-inner {
    flex: auto;
    width: 100%;
  }
  .system_banner_txt {
    width: 100%;
  }
  .system_banner {
    width: 100%;
    margin: 15px auto 0;
  }
  .night-time_system2 .ttl_subtxt {
    font-size: 18px;
  }
  .night-time_system2 .deco_img {
    width: 120px;
    top: -60px;
  }
  .night-time_system2 .system03_img {
    width: 100%;
  }
  .width-min.bk-wht.more_box p.notes {
    margin-top: 0;
  }
  .more_box .more_box_inner .ttl_subtxt {
    margin-bottom: 10px;
  }
  .more_box .more_box_inner {
    width: 70%;
  }

  /* faq
  ----------------------------------------------------*/
  .faq_item-ttl::before {
    top: 0;
    left: 5px;
    width: 20px;
    font-size: 22px;
  }
  .faq_item-head::after {
    top: 32px;
    width: 25px;
    height: 25px;
  }
  .faq_item-ttl {
    padding-right: 40px;
    padding-left: 40px;
  }
  .faq_item-body {
    padding: 0 40px 30px 40px;
  }
  .faq_item-body::before {
    left: 5px;
    width: 20px;
  }
  .faq_item-body .r4-fwk-reason-section03-media__btn {
    display: block;
  }

  /* banner
  ----------------------------------------------------*/
  .night-time .specialbuttonwrapper .greenspecialbutton {
    margin-top: 30px !important;
  }
  .night-time .night-time_banner .h3-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .night-time .specialbuttonwrapper .greenspecialbutton .inner {
    font-size: 14px;
  }
  .night-time .r4-fwk-briefing-banner {
    margin: 0;
    justify-content: space-between;
  }
  .night-time .r4-fwk-briefing-banner__item {
    width: 49%;
    margin: 0 0 4vw;
  }
  .night-time .r4-fwk-briefing-banner__item:nth-child(3) {
    margin-bottom: 0;
  }
  .night-time .r4-fwk-briefing-banner__check {
    margin-top: 1vw;
    font-size: 9.5vw;
  }
  .night-time .r4-fwk-briefing-banner__check span:first-child {
    width: 10vw;
    margin-right: 0.5vw;
  }
  .night-time .r4-fwk-briefing-banner__check span:first-child img {
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .night-time .r4-fwk-briefing-banner__check span:last-child {
    font-size: 2.6vw;
    padding-top: 0.3vw;
    padding-right: 0.5vw;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  /*  pagetop
  --------------------------------------------- */
  .footer-pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
  }
  .footer-pagetop__link {
    height: 50px;
  }
  .footer-pagetop__link::after {
    top: 42%;
    left: 40%;
    width: 10px;
    height: 10px;
  }
}
/* ADD_20241218 */
.night-time_course_wrap {
  display: flex;
  max-width: 840px;
  margin: 0 auto 4rem;
  justify-content: space-between;
}
.night-time_course_figure {
  max-width: 410px;
  width: 49%;
}
.night-time_course_figure2 {
  max-width: 900px;
  margin: 0 auto 4rem;
}
.h3-ttl.night-time_add {
  display: inline;
  line-height: 1.5;
}
.night-time_add_p {
  margin-top: 20px;
}
.night-time_point_inner.-second {
  align-items: flex-start;
}
.night-time .specialbuttonwrapper .greenspecialbutton.-second {
  width: 550px;
  line-height: 1.8;
}
.night-time .specialbuttonwrapper .greenspecialbutton.-second .inner {
  padding: 1.5rem;
}
.specialbuttonwrapper .greenspecialbutton.-second .arrow {
  top: calc(50% - 10px);
}
.night-time_memo {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 740px) {
  .night-time_point_inner.-second {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .night-time_title {
    font-size: 4.8vw;
    margin-bottom: 4.26vw;
  }
  .ttl_subtxt_min {
    font-size: 3.73vw;
  }
  .night-time_course_wrap {
    flex-wrap: wrap;
    margin-bottom: 6.4vw;
  }
  .night-time_course_figure {
    margin-bottom: 4.26vw;
    width: 100%;
  }
  .night-time_point_img {
    width: 100%;
    margin: 4.26vw auto;
  }
  .night-time_memo {
    font-size: 3.73vw;
  }
}
