@charset "UTF-8";


figure {
  position: relative;
}
.imgcap {
  padding: 6px 8px;
}
/* line 10, ../scss/_default.scss */
body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #E4E5E8;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
/* line 31, ../scss/_default.scss */
#pxBase sup {
  vertical-align: super;
  font-size: .5em;
}

/* line 35, ../scss/_default.scss */
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}

/* line 41, ../scss/_default.scss */
#pxBase figure {
  position: relative;
}

/* line 44, ../scss/_default.scss */
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 48, ../scss/_default.scss */

#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

.kvTitle span,
.kvCopy {
  color: #F3EEE7;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
/* line 57, ../scss/_default.scss */
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {

  /* line 60, ../scss/_default.scss */
  .visible-pc {
    display: none !important;
  }

  /* line 61, ../scss/_default.scss */
  .hidden-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {

  /* line 64, ../scss/_default.scss */
  .visible-tbsp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {

  /* line 67, ../scss/_default.scss */
  .visible-sp {
    display: none !important;
  }
}

/* line 69, ../scss/_default.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {

  /* line 73, ../scss/_default.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 76, ../scss/_default.scss */
  .visible-xs {
    display: block !important;
  }
}


/*
共通パーツ
------------------------------------------*/
.section-title {
  font-size: 72px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #2F5850;
  text-align: center;
}

.imgCap figure {
  position: relative;
}

.imgCap figure figcaption {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 0;
  padding: 0 5px;
  line-height: 1.2;
  font-size: 1.1rem;
  color: #fff;
}
.imgCap figure figcaption.black {
  color: #000;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 50px;
  }
}

/*
content-area
------------------------------------------*/
.content-area {
  margin: 80px auto 100px;
  overflow-x: hidden;
}
.bg_white {
  background-color: #fff;
}
.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.shikihai_img img {
  width: 100%;
}
.section_title {
  text-align: center;
  font-weight: 400;
  font-size: 100px;
  color: #2F5850;
}
.section_title2 {
  font-weight: 400;
  font-size: 70px;
  color: #97ACA7;
}
.section_sub_title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.06em;
  line-height: 1.9;
  color: #2F5850;
}
.section_lead {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.section_lead2 {
  margin-top: 10px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
.section_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
.contents_wrap {
  margin-top: 24px;
  display: flex;
  column-gap: 36px;
}
.contents_img {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .content-area {
    margin: 40px auto 50px;
    overflow-x: hidden;
  }
  .section_title {
    font-size: 38px;
  }
  .section_title2 {
    font-size: 26px;
  }
  .section_sub_title {
    font-size: 16px;
  }
  .section_lead {
    font-size: 16px;
  }
  .section_lead2 {
    margin-top: 6px;
    font-size: 18px;
  }
  .section_text {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.64;
  }
  .contents_wrap {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 30px;
  }
  .contents_img {
    margin-inline: auto;
  }
}


/* entrance_area
============================ */
.entrance_area {
  padding-top: 80px;
}
.entrance_lead {
  text-align: center;
  margin-top: 28px;
}
.entrance_img {
  margin-top: 60px;
}

@media only screen and (max-width:767px) {
  .entrance_lead {
    margin-top: 18px;
  }
}

/* message_area
============================ */
.message_area {
  padding-top: 100px;
  padding-bottom: 80px;
}
.message_area .inner {
  max-width: 890px;
}
.message_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.message_text {
  margin-top: 24px;
}
.message_text_bottom {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.78;
}
.message_img {
  width: 255px;
}
.message_wrap {
  margin-top: 40px;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  border-top: 1px solid rgba(47, 39, 37, .3);
  border-bottom: 1px solid rgba(47, 39, 37, .3);
}
.message_left {
  width: 50%;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.message_logo {
  width: 100%;
  max-width: 180px;
}
.message_left_body {
  width: 50%;
}
.message_wrap_text {
  font-size: 11px;
  letter-spacing: normal;
  line-height: 1.4;
}
.message_wrap_text span {
  color: #2F5850;
}
.message_right {
  width: 50%;
  display: flex;
  align-items: center;
}
.message_wrap_title {
  font-size: 12px;
  letter-spacing: 0.12em;
  flex-shrink: 0;
}
.message_right_body {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(47, 39, 37, .3);
}

@media only screen and (max-width:767px) {
  .message_area {
    padding-top: 60px;
  }
  .message_body {
    row-gap: 20px;
  }
  .message_text {
    margin-top: 20px;
  }
  .message_wrap {
    margin-top: 40px;
    padding: 14px 10px;
    flex-direction: column;
    row-gap: 20px;
  }
  .message_left {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
  .message_left_body {
    width: 100%;
  }
  .message_right {
    width: 100%;
    flex-direction: column;
  }
  .message_wrap_title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(47, 39, 37, .3);
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .message_right_body {
    margin-inline: auto;
    padding-inline: 10px;
    border: none;
  }
}

/* facilities_wrap
============================ */
.facilities_wrap {
  max-width: 890px;
  margin-inline: auto;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 44px;
  row-gap: 60px;
}
.facilities_item {
  text-align: center;
  color: #2F5850;
}
.facilities_item_body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.facilities_item_title {
  font-size: 20px;
  font-weight: 500;
}
.facilities_item_text {
  font-size: 17px;
}
.facilities_item_cap {
  font-size: 10px;
}


@media only screen and (max-width:767px) {
  .facilities_wrap {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
  }
  .facilities_item_body {
    margin-top: 10px;
    row-gap: 6px;
  }
}

/* entrance_area
================================ */
.entrance_img {
  margin-top: 60px;
}

@media only screen and (max-width:767px) {
  .entrance_img {
    margin-top: 30px;
  }
}

/* lounge_img
================================= */
.lounge_img {
  width: 100%;
  max-width: 344px;
}
.lounge_wrap {
  justify-content: space-between;
}
.lounge_img2 {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .lounge_wrap {
    margin-top: 0;
    row-gap: 16px;
  }
  .lounge_wrap + .lounge_wrap {
    margin-top: 40px;
  }
}


/* academic_area
============================ */
.academic_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background: url(../img/landscape/academic_bg.jpg) no-repeat center center / cover;
}
.academic_area .inner {
  max-width: 940px;
}
.academic_area .section_title2 {
  text-align: center;
  color: #2F5850;
}
.academic_text {
  margin-top: 24px;
  width: 74%;
}
.academic_wrap {
  padding: 40px;
  row-gap: 20px;
  background-color: rgba(255, 255, 255, .8);
}
.academic_wrap .contents_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.academic_contents {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(47, 88, 80, .3);
  border-bottom: 1px solid rgba(47, 88, 80, .3);
}
.academic_title {
  font-size: 18px;
  letter-spacing: 0.28em;
  color: #2F5850;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(47, 88, 80, .3);
}
.academic_item_wrap {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.academic_item {
  width: 50%;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #2F5850;
}
.academic_contents_link {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline !important;
}
.academic_contents_cap {
  font-size: 11px;
  margin-top: 5px;
}
.academic_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  text-shadow: 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1), 
  0px 0px 3px rgba(0, 0, 0,1);
}

@media only screen and (max-width:767px) {
  .academic_area {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/landscape/academic_bg_sp.jpg) no-repeat center center / cover;
  }
  .academic_text {
    margin-top: 24px;
    width: 100%;
  }
  .academic_wrap {
    padding: 20px;
    row-gap: 20px;
  }
  .academic_wrap .contents_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .academic_contents {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .academic_title {
    font-size: 16px;
    letter-spacing: 0.16em;
    padding-bottom: 8px;
  }
  .academic_item_wrap {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .academic_item {
    width: 50%;
    font-size: 14px;
    letter-spacing: 0.16em;
  }
}