@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
common
*/

body, html {
  margin: auto;
  background-color: #ffffff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 18px;
}
img {
  width: 100%;
}
.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}
#global-nav2 .globalInner {
  background-color: #782554;
}
#main {
  padding-bottom: 0;
}
#main .hero-slider {
  position: fixed;
  width: 100%;
  height: 100vh;
}
.logo {
  /* max-width: 360px; */
  /* width: 30%; */
  height: 100vh;
  margin: 0;
  /* display: flex;
  align-items: baseline;
  margin-left: 0; */
}
@media screen and (max-width: 640px) {
  .logo {
    /* width: 80%;
    margin-left: 0;
    align-items: baseline; */
  }
}
.logo img {
  width: auto;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .logo img {
    height: 110px;
    width: auto;
  }
}
.home-section {
  position: relative;
}
.home-section .catch {
  line-height: 2em;
  text-align: left;
  color: #fff;
  font-size: 20px;
  /* transform: translateX(60%); */
  margin: auto 14em 3em;
  width: 450px;
}
.home-section .catch p {
  margin: 1.5em 0;
}
@media screen and (max-width: 640px) {
  .home-section .catch p {
    font-size: 12.5px;
    line-height: 1.6;
    position: relative;
    left: 7px;
  }
}
@media screen and (max-width: 640px) {
  .home-section .catch {
    width: 90%;
    margin: auto;
  }
}
.home-section .catch h2 {
  /* font-family: 'Italianno', cursive; */
  font-size: 42px;
}
@media screen and (max-width: 640px) {
  .home-section .catch h2 {
    text-align: center;
    font-size: 27px;
    line-height: 1;
  }
}
.home-section .catch h2 span {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .home-section .catch h2 span {
    font-size: 13px;
  }
}
.home-section .catch-item {
  position: absolute;
  width: 40%;
  bottom: 20%;
}
@media screen and (max-width: 640px) {
  .home-section .catch-item {
    width: 80%;
    bottom: 50%;
  }
}
.home-section .catch-item-right {
  position: absolute;
  width: 35%;
  right: 0;
  bottom: 15%;
}
@media screen and (max-width: 640px) {
  .home-section .catch-item-right {
    width: 70%;
    bottom: 50%;
  }
}
.home-section .topics {
  padding-bottom: 3em;
}
@media screen and (max-width: 640px) {
  .home-section .topics {
    margin-top: 5em;
  }
}
.home-section .topics-slider {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .home-section .topics-slider {
    width: 100%;
  }
}
.home-section .box {
  background-image: url(../images/subject-box-back.jpg);
  background-size: 97% auto;
  /* background-repeat: no-repeat; */
  background-repeat: repeat-y;
  padding: 5em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .home-section .box {
    background-size: 100% auto;
    background-repeat: repeat;
    border-top: 3px solid #fff;
  }
}
@media screen and (max-width: 640px) {
  .home-section .top-info {
    width: 90%;
    margin: auto;
  }
}
.home-section .news-event {
  /* padding: 5em 0; */
}
@media screen and (max-width: 640px) {
  .home-section .news-event {
    width: 90%;
    margin: auto;
  }
}
.home-section .news-event .news-event-sp {
  margin-top: 5em;
}
.home-section .subject-title {
  padding: 10em 0 5em;
}
@media screen and (max-width: 640px) {
  .home-section .subject-title {
    width: 50%;
    margin: auto;
    padding: 4em 0;
  }
}
.home-section .box01 {
  background-image: url(../images/subject-box-back.jpg);
  background-size: 90% 100%;
  background-repeat: repeat-y;
  padding: 3em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .home-section .box01 {
    background-size: 100% auto;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 640px) {
  .home-section .box01 .subject-img-01 {
    width: 90%;
    margin: auto;
  }
}
.home-section .box02 {
  background-image: url(../images/subject-box-back.jpg);
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: right;
  padding: 3em 0;
  margin: 8em 0;
}
@media screen and (max-width: 640px) {
  .home-section .box02 {
    background-size: 100% auto;
    background-repeat: repeat;
    margin: 4em 0;
  }
}
@media screen and (max-width: 640px) {
  .home-section .box02 .subject-img-02 {
    width: 90%;
    margin: auto;
  }
}
.home-section .box03 {
  background-image: url(../images/subject-box-back.jpg);
  background-size: 90% auto;
  background-repeat: no-repeat;
  padding: 3em 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .home-section .box03 {
    background-size: 100% auto;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 640px) {
  .home-section .box03 .subject-img-03 {
    width: 90%;
    margin: auto;
  }
}
.home-section .last {
  padding: 5em;
}
@media screen and (max-width: 640px) {
  .home-section .last {
    padding: 3em;
  }
}
.home-section .item-left {
  position: absolute;
  width: 20%;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .home-section .item-left {
    width: 40%;
    /* z-index: 10; */
  }
}
.home-section .item-right {
  position: absolute;
  width: 20%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .home-section .item-right {
    /* z-index: 10; */
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .home-section .item-bottom {
    bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .home-section .item-top {
    top: 0;
    bottom: auto;
  }
}
.home-section .education-item {
  position: absolute;
  width: 40%;
  bottom: 22%;
}
.home-section .education-img {
  position: relative;
  z-index: 1;
  padding: 3% 0;
}
@media screen and (max-width: 640px) {
  .home-section .education-img {
    width: 90%;
    margin: auto;
  }
}
.home-section .interview {
  position: relative;
  z-index: 1;
  background-image: url(../images/interview-slider-back.png);
  background-size: 97% auto;
  background-position: right;
  background-repeat: repeat-y;
  padding: 3em 0 3em;
}
@media screen and (max-width: 640px) {
  .home-section .interview {
    background-image: none;
    background-color: #782355;
    background-size: 100% auto;
    margin-top: 5em;
    border-top: 3px solid #fff;
    padding: 3em 0 1em;
  }
}
.home-section .interview .interview-title {
  width: 13%;
  margin: auto;
  padding: 3em 0;
}
@media screen and (max-width: 640px) {
  .home-section .interview .interview-title {
    width: 50%;
    margin: auto;
    padding: 1em 0;
  }
}
.home-section .interview .interview-slider {
  /* max-width: 900px;
  width: 85%; */
}
@media screen and (max-width: 640px) {
  .home-section .interview .interview-slider {
    width: 100%;
  }
}
.home-section .banner-slider {
  /* padding: 5em 0; */
}
.top-text {
  background-image: url(../images/top-back-01.png);
  background-size: 100% 100%;
  position: relative;
}
.top {
  background-image: url(../images/top-back-02.jpg);
  background-size: 100% 100%;
}
.top .item-right {
  top: 14%;
}
.subject {
  background-image: url(../images/subject-back.jpg);
  background-size: 100% 100%;
}
.home-section.education {
  padding: 3em 0 5em;
}
.news {
  background-image: url(../images/section-back-01.jpg);
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .news .news-link {
    width: 90%;
    margin: auto;
  }
}
.education {
  background-image: url(../images/education-back.jpg);
}
#global-footer {
  margin: auto;
  position: relative;
  border-top: none;
  /* background-image: url(../images/footer-back.png);
  background-size: 100% 100%; */
}
@media screen and (max-width: 640px) {
  #global-footer {
    background-image: none;
    padding: 0;
  }
}
#global-footer .globalOuter {
  padding: 0;
}
@media screen and (max-width: 640px) {
  #global-footer .globalOuter {
    padding: 0;
    /* background-color: #fff; */
  }
}
#global-footer .globalOuter footer {
  width: 85%;
  padding-top: 1.5%;
}
@media screen and (max-width: 640px) {
  #global-footer .globalOuter footer {
    width: 100%;
    padding-top: 0;
  }
}
#global-footer .footer-item {
  position: absolute;
  right: 0;
  bottom: 8%;
}
#global-pagetop {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  right: 270px;
  bottom: 40px;
}
@media screen and (max-width: 640px) {
  #global-pagetop {
    width: 45px;
    height: 45px;
    right: 50px;
  }
}

/*                                slider  */

.hero-slider .slider-image {
  background-image: url(https://dummyimage.com/2400x1020/000/fff.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height: 100vh;
}
.hero-slider .slick-slide:nth-child(2) .slider-image {
  background-position: bottom center !important;
  position: relative;
}
.hero-slider .slick-slide:nth-child(2) .slider-image::after {
  content: "";
  position: absolute;
  background: rgba(128, 0, 0, 0.6);
  width: 100%;
  height: 20vh;
  left: 0;
  bottom: 0;
}
.hero-slider .slider-image.slider1 {
  background-image: url(../images/slider-01.jpg);
}
.hero-slider .slider-image.slider2 {
  background-image: url(../images/slider-02.jpg);
}
.hero-slider .slider-image.slider3 {
  background-image: url(../images/slider-03.jpg);
}
.hero-slider .slick-prev {
  display: none !important;
}
.hero-slider .slick-next {
  display: none !important;
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 40%;
  right: 10%;
  text-align: right;
}
.hero-slider .slick-dots li button::before {
  color: #fff;
}
.banner-slider {
  /* margin: 5em 3em; */
}
@media screen and (max-width: 640px) {
  .hero-slider .slick-slide:nth-child(2) .slider-image {
    background-position: center center !important;
  }
  .hero-slider .slick-slide:nth-child(2) .slider-image::after {
    content: none;
  }
  .banner-slider {
    margin: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.banner-slider .slick-list {
  /* margin: auto 2em; */
}
@media screen and (max-width: 640px) {
  .banner-slider .slick-list {
    margin: auto 3em;
  }
}
.banner-slider .slick-list .slick-slide {
  margin: auto 1em;
}
.banner-slider .slick-prev {
  left: -40px;
  z-index: 10;
}
.banner-slider .slick-prev::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 4px;
  /*画像の高さ*/
  background-image: url(../images/banner-arrow-left.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .banner-slider .slick-prev::before {
    width: 35px;
    height: 6px;
  }
}
.banner-slider .slick-next {
  right: -40px;
}
.banner-slider .slick-next::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 25px;
  /*画像の幅*/
  height: 4px;
  /*画像の高さ*/
  background-image: url(../images/banner-arrow-right.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .banner-slider .slick-next::before {
    width: 35px;
    height: 6px;
  }
}
.topics-slider {
  margin: 2em auto;
  padding-bottom: 100px;
}
.topics-slider .slick-list .slick-slide {
  margin: auto 1em;
}
@media screen and (max-width: 640px) {
  .topics-slider .slick-list .slick-slide {
    margin: auto 3em;
  }
}
.topics-slider .slick-prev {
  left: -50px;
  z-index: 10;
  top: inherit;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .topics-slider .slick-prev {
    left: 0;
  }
}
.topics-slider .slick-prev::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 37px;
  /*画像の高さ*/
  background-image: url(../images/topics-arrow-left.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .topics-slider .slick-prev::before {
    width: 19px;
    height: 35px;
  }
}
.topics-slider .slick-next {
  right: -50px;
  top: inherit;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .topics-slider .slick-next {
    right: 0;
  }
}
.topics-slider .slick-next::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 37px;
  /*画像の高さ*/
  background-image: url(../images/topics-arrow-right.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .topics-slider .slick-next::before {
    width: 19px;
    height: 35px;
  }
}
.topics-slider .slick-dots {
  bottom: 25px;
}
.topics-slider .slick-dots li button::before {
  color: #9e9e9f;
  opacity: 1;
}
.topics-slider .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.interview-slider {
  margin: 2em auto;
  padding-bottom: 50px;
}
.interview-slider .slick-list {
  margin: auto 4em;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-list {
    margin: auto;
  }
}
.interview-slider .slick-list .slick-slide {
  margin: auto .5em;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-list .slick-slide {
    margin: auto 3em;
  }
}
.interview-slider .slick-prev {
  left: -15px;
  z-index: 10;
  top: inherit;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-prev {
    left: 0;
  }
}
.interview-slider .slick-prev::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 37px;
  /*画像の高さ*/
  background-image: url(../images/topics-arrow-left.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-prev::before {
    width: 19px;
    height: 35px;
  }
}
.interview-slider .slick-next {
  right: -15px;
  top: inherit;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-next {
    right: 0;
  }
}
.interview-slider .slick-next::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 37px;
  /*画像の高さ*/
  background-image: url(../images/topics-arrow-right.png);
  background-size: contain;
  vertical-align: middle;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .interview-slider .slick-next::before {
    width: 19px;
    height: 35px;
  }
}
.interview-slider .slick-dots {
  /* bottom: 25px; */
}
.interview-slider .slick-dots li button::before {
  color: #9e9e9f;
  opacity: 1;
}
.interview-slider .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.under-slider {
  margin: 2em auto 5em;
  width: 920px;
}
.under-slider .slick-list .slick-slide {
  margin: auto 1em;
}
.under-slider .slick-prev {
  left: -5%;
  z-index: 10;
}
.under-slider .slick-prev::before {
  color: #0079c3;
  font-size: 40px;
}
.under-slider .slick-next {
  right: -5%;
}
.under-slider .slick-next::before {
  color: #0079c3;
  font-size: 40px;
}
.under-slider .slick-prev {
  width: 21px;
  height: 8px;
}
.under-slider .slick-next {
  width: 21px;
  height: 8px;
}
.under-slider .slick-prev:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 21px;
  /*画像の幅*/
  height: 8px;
  /*画像の高さ*/
  background-image: url(../images/arrow-left.png);
  background-size: contain;
  vertical-align: middle;
}
.under-slider .slick-next:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 21px;
  /*画像の幅*/
  height: 8px;
  /*画像の高さ*/
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  vertical-align: middle;
}

/*                                タブ切り替え  */

.subject {
  position: relative;
}
.subject .tab {
  display: flex;
}
.subject .tab-button {
  width: 20%;
}
.subject .tab-box {
  position: relative;
  z-index: 30;
}
.subject .tab-box .box {
  width: 100%;
  font-size: 16px;
  color: #464646;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48.7px;
}
.subject .tab-box .box:first-child {
  margin-left: 0;
}
.subject .tab-box .box:last-child {
  margin-right: 0;
}
.subject .tab li {
  cursor: pointer;
  transition: .3s;
}
.subject .tab li.active {
  cursor: auto;
  background-color: #fff;
  color: #464646;
}
.subject .area {
  width: 80%;
}
.subject .area ul.show {
  display: block;
  padding: 0;
}
.subject .area ul {
  display: none;
}
.subject .flex-box {
  justify-content: space-between;
}
.subject .flex-box>div {
  width: 100%;
}
.subject .news {
  position: relative;
}
.subject .news .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.subject .list {
  /* width: 100%; */
  list-style: none;
}
.subject .list-01 {
  border-top: 5px solid #ec637a;
}
.subject .list-02 {
  border-top: 5px solid #6bba4c;
}
.subject .list-03 {
  border-top: 5px solid #ff9b32;
}
.subject .list-04 {
  border-top: 5px solid #f27c4f;
}
.subject .list-05 {
  border-top: 5px solid #57baeb;
}
.subject .list-06 {
  border-top: 5px solid #5279c4;
}
.subject .list-07 {
  border-top: 5px solid #fabde4;
}
.subject .list-08 {
  border-top: 5px solid #d3f1b3;
}
@media screen and (max-width: 640px) {
  .mainSupport #topNavBtn {
    width: 10%;
    min-width: 100px;
  }
}
.nopc {
  display: none;
}
@media screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}
.nosp {
  display: block;
}
@media screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}