@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

body {
  color: #373C41;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

.pc-only {
  display: none;
}

.br-pc {
  display: none;
}

#firstview,
.contentarea,
.hall_scenery_content,
.application,
.entry_university,
.footer {
  padding: 0 20px;
}

.button_application {
  width: 100%;
  height: 65px;
  max-width: 335px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375em;
  font-weight: 700;
  color: #fff;
  background-color: #004E93;
  border-radius: 43px;
  margin: 0 auto;
}

.button_application_text {
  margin: 12px 0 40px;
  font-size: 1.125em;
  font-weight: 700;
  color: #ED3232;
  text-align: center;
}

iframe {
  width: 100%;
  height: 280px;
}

/*---------- ヘッダー ----------*/

#firstview {
  padding-top: 30%;
  background-image: url(../images/top_background_sp.png);
  background-size: contain;
}

#firstview h1 {
  max-width: 550px;
  margin: 0 auto;
}

/*---------- トップへ戻るボタン ----------*/

.back-to-top {
  position: fixed;
  right: 5%;
  bottom: 20px;
  opacity: 0.9;
  z-index: 2;
}

/* ----------日時・参加対象・会場---------- */

.time_location {
  position: relative;
  overflow: hidden;
}

.time_location::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url(../images/decoration01_sp.png);
  background-size: 120px;
  left: 75%;
  top: 150px;
  z-index: -1;
}

.time_location .contentarea {
  max-width: 550px;
  margin: 0 auto;
}

.time_location h2 {
  font-size: 1em;
  font-weight: 700;
  color: #0BA58E;
  line-height: 1.5;
  text-align: center;
}

.time_location h2 span {
  font-size: 1.875em;
  position: relative;
}

.time_location h2 span::after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #FFE493;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.content_wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 50px 0;
  z-index: 1;
}

.time_location .wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time_location .wrap img {
  width: 62px;
}

.time_location .bold {
  font-size: 1em;
  font-weight: 700;
}

.time_location .datetime {
  font-size: 0.875em;
  font-weight: 700;
}

.time_location .datetime span {
  font-size: 1.875em;
  font-weight: 700;
}

.time_location .entry {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}

.time_location .venue {
  font-size: 0.875em;
  font-weight: 500;
}

.time_location .venue span {
  font-size: 1.375em;
  font-weight: 700;
}

/* ----------個別相談ブース---------- */

.booth_content {
  background-color: #06BFE6;
  color: #fff;
  margin-top: 62px;
  padding: 40px 0 78px;
}

.booth .contentarea {
  max-width: 550px;
  margin: 0 auto;
}

.booth h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.booth h2::before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: dotted 4px #fff;
  position: absolute;
  top: 14px;
  z-index: -1;
}

.booth h2::after {
  content: "";
  width: 240px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #04c0e6;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.booth p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.booth .attention {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}

.booth .contentarea div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  gap: 8px;
  margin-top: 26px;
}

.booth .contentarea div p {
  width: 100%;
  max-width: 550px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #06BFE6;
  font-size: 1em;
  font-weight: 700;
}

/* ----------説明会スケジュール---------- */

.schedule {
  margin: 40px 0 50px;
}

.schedule .schedule_content {
  background-color: #E4F7F5;
  padding: 50px 0 80px;
  margin: 0 auto;
}

.schedule .contentarea {
  max-width: 550px;
  margin: 0 auto;
}

.schedule h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #0BA58E;
  position: relative;
  z-index: 1;
}

.schedule h2::before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: dotted 4px #0BA58E;
  position: absolute;
  top: 14px;
  z-index: -1;
}

.schedule h2::after {
  content: "";
  width: 250px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #E4F7F5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.schedule .hall_a,
.schedule .hall_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.schedule .hall_a img,
.schedule .hall_b img {
  max-width: 300px;
}

.schedule .hall_a {
  margin: 19.5px 0 50px 0;
}

.schedule .hall_a p {
  width: 100%;
  max-width: 550px;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  background-color: #388FCF;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
}

.schedule .hall_b p {
  width: 100%;
  max-width: 550px;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  background-color: #F8698F;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
}

/* ----------お申し込み---------- */

.application .application_content {
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application p {
  max-width: 550px;
}

/* ----------会場風景---------- */

.hall_scenery {
  position: relative;
  overflow: hidden;
}

.hall_scenery_content {
  max-width: 550px;
  margin: 0 auto;
}

.hall_scenery::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url(../images/decoration02_sp.png);
  left: 85%;
  top: 17%;
}

.hall_scenery::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 215px;
  background-image: url(../images/decoration03_sp.png);
  background-size: 212px;
  left: -20%;
  top: 75%;
}

.hall_scenery h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #0BA58E;
  position: relative;
  z-index: 1;
}

.hall_scenery h2::before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: dotted 4px #0BA58E;
  position: absolute;
  top: 14px;
  z-index: -1;
}

.hall_scenery h2::after {
  content: "";
  width: 160px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.hall_scenery .hall_scenery_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 26px 55px 60px;
}

.hall_scenery .content_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.hall_scenery .content_wrap .content_text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hall_scenery .content_wrap .content_text img {
  width: 43px;
}

/* ----------参加大学---------- */

.entry_university {
  max-width: 550px;
  margin: 0 auto;
}

.entry_university h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #0BA58E;
  position: relative;
  z-index: 1;
}

.entry_university h2::before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: dotted 4px #0BA58E;
  position: absolute;
  top: 14px;
  z-index: -1;
}

.entry_university h2::after {
  content: "";
  width: 100px;
  height: 30px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.entry_university .logo_wrap {
  margin: 17px auto 55px auto;
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  position: relative;
}

.entry_university .logo_wrap p {
  text-align: right;
  margin-top: 20px;
}

.entry_university .logo_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.entry_university .logo_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0BA58E;
  position: absolute;
  left: 50%;
}

.entry_university .border::before,
.entry_university .sp-border::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0BA58E;
  position: absolute;
  left: 0;
  margin-bottom: -21%;
}

/* ----------フッター---------- */

.footer {
  background-color: #0BA58E;
  color: #fff;
  padding: 32px 0 112px;
}

.footer .organized {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.footer .contact_wrap .contact {
  border: solid 1px #fff;
  max-width: 286px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px auto;
}

.footer .contact_wrap .contact_text {
  width: 286px;
  text-align: left;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 500;
}

.footer .contact_wrap .contact_text .company_name {
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 5px;
}

/* PC版 */

@media screen and (min-width: 769px) {

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .button_application {
    height: 86px;
    max-width: 600px;
    font-size: 1.875em;
  }

  .button_application_text {
    margin: 24px 0 36px;
    font-size: 1.75em;
  }

  iframe {
    max-width: 1000px;
    height: 580px;
    margin: 0 auto;
    display: block;
  }

  /*---------- ヘッダー ----------*/

  #firstview {
    padding-top: 15%;
    background-image: url(../images/top_background_pc.png);
    background-size: contain;
  }

  #firstview h1 {
    max-width: 65%;
    margin: 0 auto;
  }

  /*---------- トップへ戻るボタン ----------*/

  .back-to-top {
    bottom: 66px;
  }

  /* ----------日時・参加対象・会場---------- */

  .time_location::before {
    content: "";
    position: absolute;
    width: 265px;
    height: 364px;
    background-image: url(../images/decoration01_pc.png);
    background-size: 245px;
    left: calc(50% - -260px);
    top: 8%;
    z-index: -1;
  }

  .time_location::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background-image: url(../images/decoration02_pc.png);
    background-size: 117px;
    left: calc(50% - 450px);
    bottom: 16%;
    z-index: -1;
  }

  .time_location .contentarea {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .time_location .contentarea::before {
    content: "";
    position: absolute;
    width: 175px;
    height: 175px;
    background-image: url(../images/decoration03_pc.png);
    background-size: 164px;
    left: calc(50% - -270px);
    bottom: 21%;
    z-index: -1;
  }

  .time_location h2 {
    font-size: 1.875em;
  }

  .time_location h2 span {
    font-size: 2em;
  }

  .time_location h2 span::after {
    height: 30px;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .content_wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 72px auto 60px auto;
    max-width: 600px;
  }

  .time_location .wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .time_location .wrap img {
    width: 84px;
  }

  .time_location .bold {
    font-size: 1em;
    font-weight: 700;
  }

  .time_location .datetime {
    font-size: 1em;
    font-weight: 700;
  }

  .time_location .datetime span {
    font-size: 3.125em;
  }

  .time_location .datetime .year {
    font-size: 1.375em;
  }

  .time_location .datetime .bold {
    font-size: 1.25em;
  }

  .time_location .entry {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.813;
  }

  .time_location .entry p {
    font-size: 1.25em;
  }

  .time_location .venue {
    font-size: 1em;
    font-weight: 500;
  }

  .time_location .venue a {
    pointer-events: none;
    color: inherit;
  }

  .time_location .venue span {
    font-size: 1.875em;
  }

  /* ----------マップ---------- */

  .map {
    margin: 0 20px;
  }

  /* ----------個別相談ブース---------- */

  .booth {
    margin: 88px 20px 0;
  }

  .booth_content {
    padding: 50px 0 65px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
  }

  .booth .contentarea {
    max-width: 820px;
  }

  .booth h2 {
    font-size: 1.875em;
  }

  .booth h2::before {
    top: 21px;
  }

  .booth h2::after {
    width: 345px;
    height: 50px;
  }

  .booth p {
    font-size: 1.25em;
    line-height: 1.5;
  }

  .booth .attention {
    font-size: 1em;
  }

  .booth .contentarea div {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
  }

  .booth .contentarea div p {
    max-width: 820px;
    height: 60px;
    font-size: 1.25em;
    font-weight: 700;
  }

  /* ----------説明会スケジュール---------- */

  .schedule {
    margin: 40px 20px 70px;
  }

  .schedule .schedule_content {
    margin: 0 auto;
    max-width: 1000px;
    border-radius: 15px;
    padding: 61px 0 90px;
  }

  .schedule .contentarea {
    max-width: 820px;
  }

  .schedule h2::before {
    top: 21px;
  }

  .schedule h2::after {
    width: 380px;
    height: 50px;
  }

  .schedule h2 {
    font-size: 1.875em;
  }

  .schedule .hall_a,
  .schedule .hall_b {
    gap: 27px;
  }

  .schedule .hall_a img,
  .schedule .hall_b img {
    max-width: 564px;
  }

  .schedule .hall_a {
    margin: 49.6px 0 50px 0;
  }

  .schedule .hall_a p {
    font-size: 1.25em;
    max-width: 564px;
  }

  .schedule .hall_b p {
    font-size: 1.25em;
    max-width: 564px;
  }

  /* ----------お申し込み---------- */

  .application {
    position: relative;
    overflow: hidden;
  }

  .application::before {
    content: "";
    position: absolute;
    width: 117px;
    height: 117px;
    background-image: url(../images/decoration04_pc.png);
    background-size: 117px;
    left: calc(50% - -380px);
    top: 2%;
    z-index: -1;
  }

  .application::after {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    background-image: url(../images/decoration05_pc.png);
    background-size: 78px;
    left: calc(50% - 470px);
    bottom: 5%;
    z-index: -1;
  }

  .application .application_content {
    margin-bottom: 120px;
  }

  .application p {
    max-width: 710px;
  }

  /* ----------会場風景---------- */

  .hall_scenery {
    position: relative;
  }

  .hall_scenery::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 250px;
    background-image: url(../images/decoration06_pc.png);
    background-size: 190px;
    left: calc(50% - 550px);
    top: 65%;
    z-index: -1;
  }

  .hall_scenery::after {
    content: none;
  }

  .hall_scenery_content {
    max-width: 1000px;
    margin: 0 auto 90px;
  }

  .hall_scenery h2 {
    font-size: 1.875em;
  }

  .hall_scenery h2::before {
    top: 21px;
  }

  .hall_scenery h2::after {
    width: 230px;
    height: 50px;
  }

  .hall_scenery .hall_scenery_wrap {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 50px 0 50px;
  }

  .hall_scenery .pc-only {
    text-align: center;
  }

  /* ----------参加大学---------- */

  .entry_university {
    max-width: 1000px;
  }

  .entry_university h2 {
    font-size: 1.875em;
  }

  .entry_university h2::before {
    top: 21px;
  }

  .entry_university h2::after {
    width: 140px;
    height: 50px;
  }

  .entry_university .logo_wrap {
    margin: 70px auto 108px auto;
    max-width: 1000px;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    position: relative;
  }

  .entry_university .logo_wrap::before {
    bottom: 27px;
    left: 32%;
  }

  .entry_university .logo_wrap::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0BA58E;
    position: absolute;
    bottom: 27px;
    right: 32%;
  }

  .entry_university .border::before {
    left: 0;
    margin-bottom: -15%;
  }

  .entry_university .sp-border::before {
    display: none;
  }

  .entry_university .logo_wrap p {
    text-align: right;
    margin-top: -40px;
  }

  /* ----------フッター---------- */

  .footer {
    padding: 29px 0 67px;
  }

  .footer .contact_wrap {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .footer .contact_wrap .contact {
    height: 62px;
    margin: 0;
    padding: 20px 70px;
  }

  .footer .contact_wrap .contact_text {
    width: 286px;
    text-align: left;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
  }

  .footer .contact_wrap .contact_text a {
    pointer-events: none;
    color: inherit;
  }

  .footer .contact_wrap .contact_text .company_name {
    font-size: 1.375em;
    font-weight: 700;
    margin-bottom: 5px;
  }
}