@charset "UTF-8";
.inrWidth {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mt35 {
  margin-top: 35px;
}

body {
  color: #221815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.access::before {
  display: none;
}

.covid {
  padding-top: 0;
}

.hd__logo {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 100;
}
.hd__nav {
  position: fixed;
  top: 0;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 1000;
}
.hd__nav--lft {
  color: #fdd23e;
  background: #003d1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 50px;
  text-decoration: none;
  border-radius: 0 0 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .hd__nav--lft:hover {
    height: 55px;
  }
}
.hd__nav--rgt {
  color: #003d1e;
  background: #fdd23e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 175px;
  height: 50px;
  text-decoration: none;
  border-radius: 0 0 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hd__nav--rgt span {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 5px;
}
.hd__main {
  width: 100%;
  height: 650px;
  background: url(../img/mv_pc.png) no-repeat center/cover;
}
.hd__main--inr {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.hd__main--ttl {
  position: absolute;
  bottom: 50%;
  right: 60px;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  color: #FFF;
}
.hd__main--ttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #003d1e;
  padding: 5px;
  margin-top: 10px;
}
.hd__main--ttl span.wht {
  font-size: 2.8rem;
  color: #003d1e;
  background: #FFF;
}
.hd__main--body {
  position: absolute;
  bottom: 5%;
  left: 0;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #FFF;
}

.guide {
  padding: 40px 0 60px;
}
.guide__ttl {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.guide__ttl span {
  font-size: 3.6rem;
  color: #003d1e;
  font-weight: 800;
}
.guide__ttl strong {
  font-size: 4.6rem;
}
.guide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          max-width: 1200px;
}
.guide__nav--btn {
  display: block;
  background: #003d1e;
  border-radius: 20px;
  width: 16%;
}
.guide__nav--btn .line1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  vertical-align: middle;
}
.guide__nav--btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 145px;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .guide__nav--btn a:hover {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
.guide__nav--btn strong {
  font-size: 2rem;
}
.guide__nav--btn small {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
.guide__nav--btn--icon {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 56px;
  color: #003d1e;
  background: #dee271;
  margin: -15px auto 10px;
  border-radius: 28px;
}
.guide__nav--btn--arw {
  width: 1em;
  height: 1em;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 5px auto;
}

.schedule {
  background: #aaad58;
  padding: 48px 0 75px;
}
.schedule__ttl {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #FFF;
  margin-bottom: 45px;
}
.schedule__blk {
  background: #FFF;
  margin-top: 25px;
  padding: 50px;
}
.schedule__blk--ttl {
  font-size: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 2px solid #221815;
}
.schedule__blk--ttl--icon {
  width: 445px;
  margin: 0 0 0 auto;
}
.schedule__blk--lead {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.625;
  margin-top: 20px;
}
.schedule__blk--lead p {
  text-indent: -1em;
  margin-left: 1em;
}
.schedule__blk--note {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.625;
  margin-top: 10px;
}
.schedule__blk--note p {
  text-indent: -1em;
  margin-left: 1em;
}
.schedule__blk--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.schedule__blk--img--inr {
  width: 48.5%;
}
.schedule__blk--img--inr h4 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.schedule__blk--img--inr h4 span {
  display: block;
  font-size: 1.6rem;
  margin: 5px auto 10px;
}

.point {
  text-align: justify;
  background: #FFF;
  margin-top: 25px;
  padding: 50px;
  font-weight: 500;
}
.point-wrap {
  background: #eeeeee;
  padding: 60px 0 100px;
}
.point__ttl {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #003d1e;
  margin-bottom: 25px;
}
.point__ttl strong {
  font-size: 6.2rem;
  line-height: 1;
}
/* .point__ttl strong:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 42px;
  background: #003d1e;
  margin-right: 15px;
} */
.point__ttl strong img {
  width: auto;
  height: 42px;
}
.point__ttl span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 0;
  /* padding-left: 30px; */
}
.point__lead {
  font-size: 1.6rem;
  line-height: 1.625;
}
.point__note {
  font-size: 1.2rem;
  line-height: 1.625;
  margin-top: 15px;
}
.point__pict--ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  background: #898989;
  margin-top: 35px;
  padding: 6px 10px;
}

#point03 {
  background: url(../img/point03_map.png) no-repeat top 5% right/contain, #FFF;
  overflow: hidden;
}
#point03 .point__lead {
  width: 50%;
}
#point03 .point__pict {
  margin-top: 110px;
}

#point05 .point__pict picture {
  display: block;
  background: #f6f6f6;
  padding: 20px;
}
.point__pict picture p {
  font-size: 1.2rem;
  line-height: 1.4;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;

}
#point05 .point__note:nth-of-type(4) {
  background: #f6f6f6;
  margin: 0;
  padding: 0 20px 20px;
}
#point06 .point__pict picture {
  display: block;
  background: #f6f6f6;
  padding: 20px;
}

.over__wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 0;
  }

  .sp-only {
    /* sp */
    display: block !important;
  }

  .inrWidth {
    width: 90%;
  }

  .hd__logo {
    width: 120px;
  }
  .hd__nav {
    right: 2%;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .hd__nav--lft {
    width: 80px;
    height: 60px;
  }
  .hd__nav--rgt {
    width: 120px;
    height: 60px;
  }
  .hd__nav--rgt span {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .hd__main {
    width: 100%;
    height: 650px;
    background: url(../img/mv_sp.png) no-repeat center/cover;
  }
  .hd__main--inr {
    position: relative;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
  }
  .hd__main--ttl {
    top: 100px;
    bottom: auto;
    right: 5%;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hd__main--ttl span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 0;
    margin-left: 5px;
  }
  .hd__main--ttl span.wht {
    font-size: 1.8rem;
    font-feature-settings: normal;
  }
  .hd__main--body {
    font-size: 2rem;
    font-weight: bold;
    left: 5%;
  }

  .guide {
    padding: 60px 0 50px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .guide__ttl {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
  .guide__ttl span {
    display: block;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    font-weight: 800;
    margin-top: 10px;
  }
  .guide__ttl strong {
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
  .guide__nav {
    display: block;
  }
  .guide__nav--btn {
    display: block;
    border-radius: 10px;
    width: 100%;
    margin-top: 4px;
  }
  .guide__nav--btn .line1 {
    height: auto;
  }
  .guide__nav--btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    color: #FFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .guide__nav--btn a:hover {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@media screen and (max-width: 768px) {
  .guide__nav--btn strong {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .guide__nav--btn small {
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .guide__nav--btn P {
    font-weight: bold;
    line-height: 1.35;
  }
}
@media screen and (max-width: 768px) {
  .guide__nav--btn--icon {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 50px;
    margin: 0 20px 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .guide__nav--btn--arw {
    width: 0.8em;
    height: 0.8em;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    margin: auto 20px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 35px 0;
  }
  .schedule__ttl {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .schedule__blk {
    padding: 25px 6%;
  }
  .schedule__blk--ttl {
    font-size: 2rem;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }
  .schedule__blk--ttl--icon {
    display: block;
    width: 265px;
    margin: 5px auto 0;
  }
  .schedule__blk--lead {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.625;
    margin-top: 20px;
  }
  .schedule__blk--lead p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .schedule__blk--img {
    display: block;
    margin-top: 20px;
  }
  .schedule__blk--img--inr {
    width: 100%;
    margin-top: 20px;
  }
  .schedule__blk--img--inr h4 {
    font-size: 1.5rem;
  }
  .schedule__blk--img--inr h4 span {
    display: block;
    font-size: 1.2rem;
    margin: 5px auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none!important;
  }
  .point {
    padding: 30px 6%;
  }
  .point-wrap {
    overflow: visible;
    padding: 15px 0 35px 0;
  }
  .point__ttl {
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    color: #003d1e;
    margin-bottom: d5px;
  }
  .point__ttl strong {
    font-size: 3rem;
  }
  .point__ttl strong:before {
    display: none;
  }
  .point__ttl strong img {
    height: 22px;
  }
  .point__ttl span {
    font-size: 2.1rem;
    line-height: 1.4;
    margin: 10px 0 0;
    padding-left: 0;
  }
  .point__lead {
    font-size: 1.4rem;
    line-height: 1.625;
    margin-bottom: 25px;
  }
  .point__note {
    font-size: 1.2rem;
    line-height: 1.625;
    margin-top: 15px;
  }
  .point__pict--ttl {
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 15px;
    padding: 6px 0;
  }
  .point__pict--ttl span {
    letter-spacing: -0.06em;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  #point03 {
    background: url(../img/point04_map_sp.png) no-repeat bottom 270px right/340px auto, #FFF;
    overflow: hidden;
  }
}
@media screen and (max-width: 699px) {
  #point03 {
    background: url(../img/point04_map_sp.png) no-repeat bottom 270px right/340px auto, #FFF;
    overflow: hidden;
  }
  #point03 .point__lead {
    width: 100%;
  }
  #point03 .point__pict {
    margin-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  #point05 .point__lead {
    margin-bottom: 10px;
  }
  #point05 .point__pict picture {
    padding: 15px;
  }
  #point05 .point__note {
    background: none;
    margin: 10px 0 0;
    padding: 0;
  }
  #point05 .point__note:nth-of-type(4) {
    background: none;
    margin: 10px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-body {
    min-width: 0!important;
  }
  picture {
    background: rgba(238,238,238,0.5);
  }
  .over {
    position: relative;
  }
  .over__wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .over__img01 {
    width: 800px;
    text-align: center;
  }
  .over__img02 {
    width: 800px;
    text-align: center;
  }
  .over__img03 {
    width: 800px;
  }
  .over__img05 {
    width: 1000px;
  }
  .over__img03 picture {
    display: block;
  }
  .over__img04 {
    width: 800px;
  }
  .over__img04 picture {
    display: block;
  }
  .over__icon {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/icon_swipe.png) no-repeat center/100%;
    pointer-events: none;
  }
}
.iv, .ivo {
  visibility: hidden;
}

.scrollin {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.5s forwards;
          animation: animate-fadeInUp 0.5s forwards;
}

@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .faculty__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .faculty__image {
    width: 48%;
    margin: 0;
  }

  .faculty__head__main {
    width: 50%;
    padding: 0;
  }

  .faculty__heading__jp {
    font-size: 1.4rem;
  }

  .faculty__heading__en {
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }

  .faculty__head__text {
    font-size: 1.2rem;
    width: calc(100% - 20px);
  }

  .faculty__open::before {
    bottom: 0;
    right: 0;
  }

  .faculty__open::after {
    bottom: 9px;
    right: 9px;
  }

  .faculty__heading {
    margin-bottom: 5px;
  }
}
.heading-1__en,
.heading-1__jp::before, .heading-1__jp::after {
  display: none;
}

.heading-1__jp {
  color: #003d1e;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.heading-1:after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  margin: 0 auto;
  background: #003d1e;
}

.heading-1--mb-md {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .heading-1:after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    margin: 0 auto;
    background: #003d1e;
  }

  .heading-1--mb-md {
    margin-bottom: 20px;
  }

  .heading-1__jp {
    margin-bottom: 10px;
  }
}
.faculty__inner::before {
  display: none;
}

.point04__pict--ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: bold;
  margin:20px auto 10px;
}
.point04__pict--ttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .point04__pict--ttl {
    font-size: 1.7rem;
    margin:20px auto 10px;
  }
  .point04__pict--ttl span {
    font-size: 1.2rem;
  }

  #point06 .point__pict picture {
    display: block;
    background: #f6f6f6;
    padding: 0;
  }
  #point06 .over {
    background: #f6f6f6;
    padding: 20px;
  }
  #point06 .over p {
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 5px;
    font-weight: bold;
  }
  .point__note p {
    font-weight: bold;
  }


  .faculty__head {
    display: block !important; 
  }
  .faculty__head__main {
    width: 100% !important;
  }
  .faculty__main__inner {
    display: block !important;
  }
  .faculty__main__content {
    width: 100% !important;
  }
}