@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Shippori+Mincho:wght@700&display=swap");
body {
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
  margin: 0;
}

main {
  max-width: 1600px;
  margin: 0 auto 0;
}

.loading {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 2s;
  transition: 2s;
}

.loading.hide {
  opacity: 0;
  visibility: hidden;
}

.loading-fade {
  position: fixed;
  z-index: 1;
  top: 40%;
  left: 43%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-animation-name: smooth-fadein-out;
          animation-name: smooth-fadein-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  pointer-events: none;
}

@-webkit-keyframes smooth-fadein-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes smooth-fadein-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contents {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}

#MV {
  background-image: url(../img/mv02.jpg);
  padding: 100px 0 100px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#MV img {
  margin: 0 auto;
  display: block;
}
#MV .mv__text h1 {
  color: #fff;
}
#MV .mv__text h1 .mv__text1 {
  font-size: 30px;
  padding-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}
#MV .mv__text h1 .mv__text2 {
  font-size: 62px;
  padding-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}
#MV .mv__text h1 .mv__text3 {
  font-size: 28px;
  padding-bottom: 45px;
  font-family: "Shippori Mincho", serif;
}
#MV .mv__text h1 .mv__text4 {
  font-size: 21px;
  width: 400px;
  font-weight: 500;
}

#TOP-CONTENTS {
  padding-bottom: 209px;
}
#TOP-CONTENTS .thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
#TOP-CONTENTS .thumbnail .slick-track .slick-slide {
  padding-top: 21px;
}
#TOP-CONTENTS .thumbnail .slick-track .slick-slide img {
  width: 125px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#TOP-CONTENTS .slick-slider {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}
#TOP-CONTENTS .thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}
#TOP-CONTENTS .thumbnail .slick-slide {
  display: block !important;
  float: none !important;
  width: calc((100% - 40px) / 9) !important;
}
#TOP-CONTENTS .thumbnail .slick-slide img {
  margin: 0 !important;
  width: 100% !important;
}
#TOP-CONTENTS ._small {
  font-size: 16px !important;
  padding: 13px !important;
}
#TOP-CONTENTS .slider {
  max-width: 840px;
  padding-top: 59px;
  margin: 0 auto;
  position: relative;
}
#TOP-CONTENTS .slider img {
  max-width: 840px;
  margin: 0 auto;
}
#TOP-CONTENTS .slider .slick-arrow::before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  width: 38px !important;
  height: 38px !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#TOP-CONTENTS .slider .slick-next::before {
  background: url(../img/arrow-right.png) !important;
  background-size: contain !important;
  position: absolute;
  top: 17px;
  left: 15px;
}
#TOP-CONTENTS .slider .slick-prev::before {
  background: url(../img/arrow-left.png) !important;
  background-size: contain !important;
  position: absolute;
  top: 17px;
  left: -28px;
}
#TOP-CONTENTS p {
  font-size: 19px;
  padding: 50px 0 120px;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.63;
}
#TOP-CONTENTS .top-contents__link h2 {
  font-size: 40px;
  color: #012b44;
  text-align: center;
  padding-bottom: 50px;
  font-family: "Shippori Mincho", serif;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn {
  padding-bottom: 30px;
  width: 32%;
  margin-right: 2%;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn:nth-child(3n) {
  margin-right: 0;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn .anchor_link {
  font-size: 18px;
  font-weight: bold;
  background-color: #ebebeb;
  height: 65px;
  padding: 21px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn .anchor_link::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #00a0e2;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  right: 10px;
  margin-top: -9px;
}
#TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn .anchor_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 14.5px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#INTERVIEW {
  background-color: #f1f1f2;
}
#INTERVIEW .fs30 {
  font-size: 30px;
}
#INTERVIEW .interview__link--btn {
  margin-top: -174px;
  display: block;
  margin: -143px auto 70px;
  background-color: #fff;
  width: 370px;
  text-align: center;
  line-height: 72px;
  font-size: 23px;
  position: relative;
  font-weight: bold;
}
#INTERVIEW .interview__link--btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  top: 36%;
  right: 15px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#INTERVIEW .interview__link--btn.open::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 46%;
}
#INTERVIEW .interview--bg-blue .interview--bg-blue-top {
  background-image: url(../img/interview_top.png);
}
#INTERVIEW .interview--bg-blue .interview--bg-blue-bottom {
  background-image: url(../img/imterview_bottom.png);
  height: 175px;
}
#INTERVIEW .interview--bg-blue .interview-number {
  padding: 0 0 30px 209px;
}
#INTERVIEW .interview--bg-white {
  background-color: #fff;
}
#INTERVIEW .interview--bg-white .interview--flex {
  margin: 0 auto;
  padding: 37px 10px 1px;
  position: relative;
}
#INTERVIEW .interview--bg-white .interview--flex img {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 330px;
}
#INTERVIEW .interview--bg-white .interview--text .interview--text--name {
  font-size: 48px;
  padding-bottom: 20px;
  font-family: "Shippori Mincho", serif;
}
#INTERVIEW .interview--bg-white .interview--text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  border-bottom: 1px solid #012b44;
  margin-bottom: 19px;
  font-weight: bold;
  line-height: 1.9;
  width: 55%;
}
#INTERVIEW .interview--bg-white .interview--text ul li:first-child .bg-navy {
  padding-left: 10px;
}
#INTERVIEW .interview--bg-white .interview--text ul li .bg-navy {
  background-color: #012b44;
  color: #fff;
  font-size: 23px;
  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: 143px;
  letter-spacing: 0.8em;
}
#INTERVIEW .interview--bg-white .interview--text ul li:nth-child(2) .bg-navy {
  letter-spacing: 0.1em;
}
#INTERVIEW .interview--bg-white .interview--text ul li:nth-child(3) {
  line-height: 1.5;
  margin-bottom: 33px;
}
#INTERVIEW .interview--bg-white .interview--text ul li:nth-child(3) .bg-navy {
  letter-spacing: 0.1em;
}
#INTERVIEW .interview--bg-white .interview--text ul li .bb-navy {
  padding: 10px;
  width: 400px;
  margin-left: 20px;
}
#INTERVIEW .bg-gray {
  background-color: #f1f1f2;
}
#INTERVIEW .q-and-a {
  padding: 75px 20px 20px;
  display: none;
}
#INTERVIEW .q-and-a .q-and-a__content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  color: #012b44;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
}
#INTERVIEW .q-and-a .q-and-a__content h3 img {
  width: 70px;
  margin: 10px 35px 0 5px;
}
#INTERVIEW .q-and-a .q-and-a__content h3 span {
  border-left: 3.5px solid #012b44;
  padding-left: 22px;
  letter-spacing: 0.07em;
}
#INTERVIEW .q-and-a .q-and-a__content .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 65px;
}
#INTERVIEW .q-and-a .q-and-a__content .answer .answer-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#INTERVIEW .q-and-a .q-and-a__content .answer .answer-font {
  width: 45px;
  margin-right: 25px;
}
#INTERVIEW .q-and-a .q-and-a__content .answer p {
  font-size: 17px;
  line-height: 1.6;
}
#INTERVIEW .q-and-a .q-and-a__content .answer .answer-img {
  width: 427px;
  margin-left: 25px;
}
#INTERVIEW .q-and-a .q-and-a__content .answer .w285 {
  width: 285px;
  margin-left: 96px;
  margin-right: 71px;
}

footer {
  background-color: #dfdfe2;
  padding: 25px 0;
}
footer p {
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 950px) {
  #TOP-CONTENTS {
    padding: 0 60px;
  }
  .top-contents__link--btn:last-child .anchor_link {
    font-size: 16px !important;
    padding: 13px !important;
    line-height: 2.5;
  }
  #INTERVIEW .interview--bg-white {
    width: 100%;
    margin-left: 0px;
  }
  .thumbnail .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .thumbnail .slick-slide {
    width: auto;
    display: block !important;
    float: none !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 19% !important;
            flex: 0 0 19% !important;
    margin-right: 1% !important;
  }
  .thumbnail .slick-slide:nth-of-type(5n) {
    margin-right: 0 !important;
  }
  .thumbnail .slick-slide img {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .loading-fade {
    top: 40%;
    left: 20%;
  }
  .pc {
    display: none;
  }
  .contents {
    padding: 0 35px;
  }
  #MV {
    background-image: url(../img/mv02_sp.jpg);
    padding-top: 59px;
    padding-bottom: 300px;
    background-size: cover;
    background-position: bottom;
  }
  #MV .mv__text h1 .mv__text1 {
    font-size: 17px;
    padding-bottom: 3px;
    letter-spacing: 0.1em;
  }
  #MV .mv__text h1 .mv__text2 {
    font-size: 35px;
    padding-bottom: 6px;
    letter-spacing: 0.08em;
  }
  #MV .mv__text h1 .mv__text3 {
    font-size: 19px;
    padding-bottom: 23px;
    letter-spacing: 0em;
  }
  #MV .mv__text h1 .mv__text4 {
    font-size: 17px;
    width: auto;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
  #TOP-CONTENTS {
    padding: 0 47px;
    letter-spacing: 0;
  }
  #TOP-CONTENTS .thumbnail .slick-track .slick-slide {
    padding-top: 10px;
  }
  #TOP-CONTENTS ._small {
    font-size: 18px !important;
    padding: 21px !important;
  }
  #TOP-CONTENTS .slider {
    padding-top: 49px;
  }
  #TOP-CONTENTS .slider img {
    width: 100%;
  }
  #TOP-CONTENTS .slider .slick-arrow::before {
    width: 26px !important;
    height: 26px !important;
  }
  #TOP-CONTENTS .slider .slick-next,
  #TOP-CONTENTS .slider .slick-prev {
    top: 59%;
  }
  #TOP-CONTENTS .slider .slick-next::before {
    left: 0;
  }
  #TOP-CONTENTS .slider .slick-prev::before {
    left: -6px;
  }
  #TOP-CONTENTS p {
    padding-bottom: 44px;
  }
  #TOP-CONTENTS .top-contents__link h2 {
    font-size: 20px;
    padding-bottom: 31px;
  }
  #TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn {
    width: 100%;
    padding-bottom: 17px;
    margin-right: 0;
  }
  #TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn .anchor_link {
    height: auto;
    padding: 10px !important;
  }
  #TOP-CONTENTS .top-contents__link .top-contents__link--flex .top-contents__link--btn:last-child .anchor_link {
    height: auto;
    padding: 10px !important;
    font-size: 18px !important;
    line-height: 25.2px;
  }
  #INTERVIEW {
    margin-top: 60px;
  }
  #INTERVIEW .fs30 {
    font-size: 18px;
  }
  #INTERVIEW .interview__link--btn {
    margin: -84px auto 39px;
    width: 50%;
    height: auto;
    line-height: 38px;
    font-size: 14px;
  }
  #INTERVIEW .interview__link--btn::after {
    width: 12px;
    height: 12px;
    top: 39%;
    right: 12px;
  }
  #INTERVIEW .interview--bg-blue .interview--bg-blue-top {
    background-size: cover;
  }
  #INTERVIEW .interview--bg-blue .interview--bg-blue-bottom {
    height: 118px;
    background-size: cover;
  }
  #INTERVIEW .interview--bg-blue .interview-number {
    display: block;
    width: 55%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px;
  }
  #INTERVIEW .interview--bg-white {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 30px;
  }
  #INTERVIEW .interview--bg-white .interview--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 35px;
  }
  #INTERVIEW .interview--bg-white .interview--flex img {
    width: 47%;
    bottom: 220px;
    left: 28%;
  }
  #INTERVIEW .interview--bg-white .interview--text .interview--text--name {
    font-size: 28px;
    padding-top: 76%;
    padding-bottom: 10px;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    width: 100%;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li .bg-navy {
    font-size: 13px;
    width: 39%;
    letter-spacing: 0.2em;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li:first-child .bg-navy {
    padding-left: 0;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li .bb-navy {
    width: 100%;
    letter-spacing: 0em;
    margin-left: 0;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li:last-child {
    margin-bottom: 12px;
  }
  #INTERVIEW .interview--bg-white .interview--text ul li:last-child .bb-navy {
    line-height: 1;
  }
  #INTERVIEW .q-and-a {
    padding: 32px 35px 0;
    line-height: 1.3;
  }
  #INTERVIEW .q-and-a .q-and-a__content h3 {
    font-size: 19px;
    margin-bottom: 29px;
  }
  #INTERVIEW .q-and-a .q-and-a__content h3 img {
    width: 40px;
    margin: 0 10px 0 3px;
  }
  #INTERVIEW .q-and-a .q-and-a__content h3 span {
    padding-left: 10px;
    letter-spacing: 0;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 57px;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer .answer-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer .answer-font {
    width: 29px;
    margin-right: 10px;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer p {
    font-size: 15px;
    line-height: 1.6;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer .answer-img {
    width: 100%;
    margin-left: 0;
    margin-top: 27px;
  }
  #INTERVIEW .q-and-a .q-and-a__content .answer .w285 {
    max-width: 285px;
    margin: auto;
    margin-top: 27px;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer p {
    line-height: 2;
    font-size: 13px;
  }
}