<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Zen Kaku Gothic N H;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã¡ã‚‡ã£ã¨å°ã•ã */
  position: static; /* ã¡ã‚‡ã£ã¨ä¸Šä»˜ãã«ã™ã‚‹ãŸã‚ã®æŒ‡å®š */
  top: -.2em; /* ã¡ã‚‡ã£ã¨ä¸Šä»˜ãã«ã™ã‚‹ */
}
a:hover {
    opacity: .5;
    transition-duration: 0.5s;
}
.br-pc {
    display: block;
}
.br-tb {
  display: none;
}
.br-sp {
    display: none;
}
.pc {
    display: block;
  }
.sp {
    display: none;
  }
.pointer-events {
  pointer-events: none;
}

/*----------------------------Animation*/
.effect-fade {
  opacity : 0;
  transform : translate(0, 60px);
  transition : all 500ms;
}

.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
}


/*-----------------------------Header*/
.header {
  width: 100vw;
  height: auto;
  margin: 0 auto 50px;
}
.header .top {
  background-color: #8ab2df;
  padding: 1.5rem 0;
  text-align: center;
}
.header .top a {
  font-size: 1.3rem;
  letter-spacing : 1.04px;
  color: #FFF;
}
/*-----------------------------Footer aside*/
.link-btn {
  max-width: 484px;
  margin: 10rem auto 3rem;
}
.link-btn.last {
  margin: auto;
}

.aside-box {
  max-width: 825px;
  width: 100%;
  margin: 5rem auto;
}
.aside-box h4,
.aside-box3 h4 {
  font-size: 2.6rem;
  color: #54b582;
  letter-spacing : 2.08px;
  text-align: left;
  margin: 5rem auto 2rem;
}
.aside-box h4:before,
.aside-box3 h4:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 30px;
  background-image: url(../images/interview/bg_06.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.aside-box div,
.aside-box3 div {
  margin: 1rem auto 3rem;
}
.aside-box .interview-header li:nth-child(1) {
  width: 123px;
}
.aside-box .interview-header li:nth-child(2) {
  width: 263px
}
.aside-box .interview-banner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto 40px;
}
.aside-box2 {
  border-top: 10px solid #d3edf3;
}
.aside-box2-inner {
  max-width: 490px;
  width: 100%;
  margin: 9rem auto;
}
.aside-box2 h4 {
  font-size: 2.6rem;
  color: #54b582;
  letter-spacing : 2.08px;
  text-align: center;
  margin: 5rem auto;
}
.aside-box2 h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/interview/bg_07.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: -5px;
  margin-right: 20px;
}
.aside-box3 {
  max-width: 690px;
  width: 100%;
  margin: 5rem auto;
}
.illustrator {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 1.28px;
  color: #FB6D4F;
  text-align: center;
  margin: 8.5rem auto 12rem;
}
/*-----------------------------Footer*/
.que-footer {
  width: 100%;
  background-color: #8ab2df;
  padding: 58px 0 68px;
}
.que-footer-box {
  width: 605px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.que-footer .sns {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.que-footer .sns-list {
  max-width: 40px;
  width: 100%;
}
.que-footer .mail {
  width: 130px;
}
.que-footer .home {
  width: 156px;
}
.que-footer .sns-list:first-child img,
.que-footer .mail img,
.que-footer .home img {
  vertical-align: -webkit-baseline-middle;
}
.que-footer small {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing : 1.12px;
  color: #FFF;
  display: block;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .link-btn {
    max-width: 90%;
  }
  .que-footer-box {
    width: 90%;
  }
  .aside-box div {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .que-footer-box {
    width: 100%;
    display: block;
  }
  .que-footer .sns {
    width: 70%;
    margin: auto;
    justify-content: space-around;
  }
  .que-footer .mail,
  .que-footer .home {
    margin: 50px auto 0;
  }
  .header .top a {
    font-size: 12px;
  }
  .link-btn {
    margin: 60px auto 30px;
  }
  .aside-box div {
    max-width: 100%;
  }
  .aside-box {
    max-width: 90%;
    margin: 40px auto;
  }
  .aside-box h4 {
    font-size: 18px;
    margin: 30px auto 20px;
  }
  .aside-box h4:before {
    width: 32px;
    height: 23px;
    vertical-align: sub;
  }
  .aside-box .interview-banner {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .aside-box2 h4 {
    font-size: 18px;
  }
  .aside-box2 h4:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .aside-box2-inner {
    max-width: 90%;
    margin: 60px auto 90px;
  }
  .aside-box3 {
    max-width: 90%;
  }
  .illustrator {
    margin: 50px auto;
  }
}
@media screen and (max-width: 375px) {
  .illustrator {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .header .top a {
    font-size: 11px;
  }
}</pre></body></html>