<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

.baseCsnk .baseW {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.baseCsnk .baseW01 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.baseCsnk .baseW02 {
  width: 930px;
  margin-right: auto;
  margin-left: auto;
}

.baseCsnk .baseW03 {
  box-sizing: border-box;
  width: calc(1280px + 2%);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
}
@media all and (max-width: 1250px){
  .baseCsnk .baseW03 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.baseCsnk .baseW04 {
  box-sizing: border-box;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}
@media all and (max-width: 1250px){
  .baseCsnk .baseW04 {
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .baseCsnk .baseW04 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 750px){
  .baseCsnk .baseW01,
  .baseCsnk .baseW,
  .baseCsnk .baseW02,
  .baseCsnk .baseW03,
  .baseCsnk .baseW04 {
    width: 100%;
  }
  .baseCsnk .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.baseCsnk .dPcInline {
  display: inline;
}
@media all and (max-width: 750px){
  .baseCsnk .dPcInline {
    display: none;
  }
}

.baseCsnk .dSpInline {
  display: none;
}
@media all and (max-width: 750px){
  .baseCsnk .dSpInline {
    display: inline;
  }
}

.baseCsnkCont,
.baseCsnkCont * {
  box-sizing: border-box;
}

.baseCsnkCont {
  line-height: 1.0;
  letter-spacing: 0.03em;
}

.baseCsnkCont a {
  color: inherit;
  text-decoration: none;
}

.baseCsnkCont img {
  max-width: 100%;
}

.baseCsnkCont h1,
.baseCsnkCont h2,
.baseCsnkCont h3,
.baseCsnkCont h4,
.baseCsnkCont h5,
.baseCsnkCont h6 {
  font-weight: 400;
}

.baseCsnkCont .cBaseRed {
  color: #AD0003;
}

.baseCsnkCont .cBaseRed02 {
  color: #ff3103;
}

.baseCsnkCont .cBaseOrange {
  color: #EB5C37;
}

.baseCsnkCont .fontB {
  font-weight: 700;
}

.baseCsnkCont .boxBaseCom {
  line-height: 1.65;
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .baseCsnkCont .boxBaseCom {
    font-size: 4.6vw;
  }
}

.baseCsnkCont .ttlBase01 {
  margin-bottom: 40px;
  padding: 17px 0 12px 0;
  border-top: 2px #009FBC solid;
  border-bottom: 2px #009FBC solid;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #009FBC;
}
@media all and (max-width: 750px){
  .baseCsnkCont .ttlBase01 {
    margin-bottom: 7vw;
    padding: 4vw 0 4vw 0;
    font-size: 6.0vw;
  }
}


/*##### Link Telno #####*/
.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
@media all and (max-width: 750px){
  .linkBaseTelno {
    pointer-events: auto;
  }
}


.boxMvWrap {
  margin-bottom: 1.5em;
  background-image: url('/images/interview/interview-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxMvWrap {
    margin-bottom: 5vw;
    background-size: auto 100%;
  }
}

.boxMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 250px;
}
@media all and (max-width: 750px){
  .boxMv {
    height: 40vw;
  }
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ttlMv .ttlEn {
  margin-bottom: 0.9em;
  letter-spacing: 0.03em;
  font-family: 'Oswald', sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 5px #fff, -1px -1px 5px #fff;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    font-size: 3.0vw;
  }
}

.ttlMv .ttlJa {
  font-size: 3.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    font-size: 8.0vw;
    text-shadow: 1px 1px 0 #fff, 1px 1px 5px #fff, 1px 1px 10px #fff;
  }
}</pre></body></html>