<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,900&amp;display=swap");
/* reset
-------------------------------------------------*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

a:link {
  color: #0f0f0f;
}

a:visited {
  color: #0f0f0f;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  /*background-color:$mainColor;*/
}

/*  header  
-------------------------------------------------*/
.header {
  height: 600px;
  margin-bottom: 40px;
  background: url(../../img/bar_1.png) no-repeat center top;
}

.header_inner {
  padding-top: 70px;
  height: 506px;
  margin: 0 auto;
  background: url(../../img/header_bg.png) no-repeat center bottom;
}

.header_tfm {
  position: absolute;
  top: 20px;
  left: 10px;
}

.header_tfm img {
  width: 120px;
}

.header_logo {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: auto;
  width: 551px;
}

@media screen and (max-width: 899px) {
  .header {
    height: 100%;
    margin-bottom: 20px;
  }
  .header_inner {
    padding-top: 60px;
    height: 100%;
    margin: 0 auto;
    background: none;
  }
  .header_tfm img {
    width: 100px;
  }
  .header_ttl {
    max-width: 900px;
    width: 100%;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  text-align: center;
}

.about_ttl {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #148bc9;
  font-weight: bold;
  /*background:url(../../img/bar_2.png) no-repeat center bottom;*/
}

.about_lead {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
  -webkit-font-feature-settings: "pwid";
          font-feature-settings: "pwid";
}

.about_lead li {
  line-height: 1.8;
  padding-bottom: 40px;
}

.about_lead a {
  text-decoration: underline;
}

@media screen and (max-width: 899px) {
  .about {
    padding: 0 15px;
  }
  .about_ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
  }
  .about_ttl br {
    display: none;
  }
  .about_lead {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto;
    -webkit-font-feature-settings: "pwid";
            font-feature-settings: "pwid";
  }
  .about_lead li {
    padding-bottom: 20px;
  }
  .about_lead br {
    display: none;
  }
}

/*  detail 
-------------------------------------------------*/
.ph {
  text-align: center;
  margin-bottom: 30px;
}

.detail {
  background-color: #FFFFFF;
  position: relative;
}

.detail span {
  position: absolute;
  right: 15px;
  top: 50px;
}

.detail_tx {
  width: 900px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
}

.detail_tx ul {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  color: #000;
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding-left: 3.3em;
  text-indent: -3.3em;
}

.detail_tx ul em {
  font-style: normal;
  font-weight: bold;
  padding-right: 5px;
  /*color: $accentColor;*/
}

@media screen and (max-width: 899px) {
  .detail_tx {
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .detail_tx ul {
    text-align: left;
    font-size: 1.4rem;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
}

.parallax {
  height: 460px;
  margin-bottom: 30px;
  position: relative;
  background: url(../../img/interview_bg.png) no-repeat center center;
}

.parallax h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  /*font-weight: normal;*/
}

.parallax h3 span {
  background: #148bc9;
  padding: 5px 15px 5px 0;
}

@media screen and (max-width: 899px) {
  .parallax {
    height: 100%;
    min-height: 220px;
    background: url(../../img/sp_interview_bg.png) no-repeat center center;
    background-size: contain;
  }
  .parallax br {
    padding-left: 10px;
  }
  .parallax h3 {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-size: 1.6rem;
  }
}

/* footer
------------------------------------------------------------*/
.footer {
  margin-top: 20px;
  padding-top: 40px;
  text-align: center;
  background: url(../../img/bar_1.png) no-repeat center top;
}

.footer address {
  color: #000;
  font-style: normal;
  font-size: 1.2rem;
  padding: 20px 0 25px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 899px) {
  .footer address {
    font-size: 0.8rem;
    padding: 20px 0 20px;
  }
}

.bn_spo {
  margin: 10px auto 10px;
}

.bn_spo img {
  width: 200px;
  height: 140px;
}

@media (max-width: 899px) {
  .bn_spo {
    margin: 0 auto 20px;
  }
  .bn_spo img {
    width: 50%;
    max-width: 160px;
    height: 114px;
  }
}

.go-top a {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: url(../../img/top.png) no-repeat 0 top;
  width: 60px;
  height: 60px;
  z-index: 3;
}

@media screen and (max-width: 899px) {
  .go-top a img {
    width: 35px;
    height: 35px;
  }
}

.multibox {
  margin-top: 30px;
}

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

/* Youtube
------------------------------------------------------------*/
.tube {
  text-align: center;
  margin-bottom: 50px;
}

.tube_ttl {
  text-align: center;
}

@media (max-width: 899px) {
  .tube {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .tube_ttl {
    font-size: 1.4rem;
    font-weight: normal;
    padding-bottom: 10px;
  }
}

.embed li {
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 899px) {
  .embed {
    border-top: 0;
    margin-bottom: 10px;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .embed li {
    text-align: center;
    margin-bottom: 30px;
  }
  .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>