
@import url("https://");

@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/nyushi/oshiete/common/fonts/NotoSans_thin.woff") format("woff"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/nyushi/oshiete/common/fonts/NotoSans_light.woff") format("woff"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/nyushi/oshiete/common/fonts/NotoSans_demilight.woff") format("woff"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/nyushi/oshiete/common/fonts/NotoSans_regular.woff") format("woff"); }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif; }

a {
  text-decoration: none; }

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

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

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

nav, ol, ul {
  list-style: none; }

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

@media screen and (min-width: 668px), print {
  .pc-none {
    display: none !important; } }

@media screen and (max-width: 667px) {
  .sp-none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .lsp-none {
    display: none !important; } }

.footer__inner, .header-top__inner, .sec-story__inner, .sec-story__ttl__inner {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative; }

body {
  font-size: 1.6em;
  font-family: "Noto Sans Japanese";
  overflow: hidden; }
  @media screen and (max-width: 667px) {
    body {
      min-width: 100%; } }

.story-label {
  width: 160px;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #225488;
  position: absolute;
  z-index: +4;
  top: 20px; }
  @media screen and (max-width: 667px) {
    .story-label {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 6px 20px;
      width: auto;
      top: -10px; } }
  .story-label span {
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 4px; }
    @media screen and (max-width: 667px) {
      .story-label span {
        font-size: 16px;
        font-size: 1.6rem; } }
  .story-label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    background: #225488;
    top: 0; }
  .story-label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }

.story-label--left {
  left: -2px;
  transform: skewX(-10deg);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3); }
  .story-label--left:before {
    left: -4px;
    transform: skewX(10deg); }
  .story-label--left:after {
    border-width: 8px 0px 0 8px;
    border-color: #123151 transparent transparent transparent;
    transform: skewX(10deg);
    left: 0;
    bottom: -8px; }
  .story-label--left p {
    transform: skewX(10deg); }

.story-label--right {
  right: -2px;
  transform: skewX(10deg);
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.3); }
  .story-label--right:before {
    right: -4px;
    transform: skewX(-10deg); }
  .story-label--right:after {
    border-width: 8px 8px 0 0px;
    border-color: #123151 transparent transparent transparent;
    transform: skewX(-10deg);
    right: 0;
    bottom: -8px; }
  .story-label--right p {
    transform: skewX(-10deg); }

.header-top,
.header-lower {
  margin-top: 80px; }
  @media screen and (max-width: 667px) {
    .header-top,
    .header-lower {
      margin-top: 40px; } }

.header-links {
  background: #172f4f;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 667px) {
    .header-links {
      height: 40px; } }

.header-btns {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .header-btns {
      position: fixed;
      display: none;
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      background: #172f4f;
      left: 0;
      bottom: 68px;
      z-index: 9999; } }
  .header-btns__btn--01 {
    max-width: 184px; }
    @media screen and (max-width: 767px) {
      .header-btns__btn--01 {
        display: block;
        width: 190px;
        margin: 16px auto 0; } }
    .header-btns__btn--01 .pc {
      display: block; }
      @media screen and (max-width: 767px) {
        .header-btns__btn--01 .pc {
          display: none; } }
    .header-btns__btn--01 .lsp {
      display: none; }
      @media screen and (max-width: 767px) {
        .header-btns__btn--01 .lsp {
          display: block; } }
  .header-btns__btn--02 {
    max-width: 215px;
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .header-btns__btn--02 {
        display: block;
        width: 190px;
        margin: 16px auto 8px; } }
    .header-btns__btn--02 .pc {
      display: block; }
      @media screen and (max-width: 767px) {
        .header-btns__btn--02 .pc {
          display: none; } }
    .header-btns__btn--02 .lsp {
      display: none; }
      @media screen and (max-width: 767px) {
        .header-btns__btn--02 .lsp {
          display: block; } }
  .header-btns__btn--03 {
    max-width: 182px;
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .header-btns__btn--03 {
        display: none; } }
  @media screen and (min-width: 668px), print {
    .header-btns a:hover {
      opacity: .8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }

@media screen and (max-width: 767px) {
  .fixed-btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #172f4f; } }

.fixed-btn-ac {
  width: 18px;
  height: 16px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0; }
  @media screen and (max-width: 767px) {
    .fixed-btn-ac {
      display: block; } }
  .fixed-btn-ac span {
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
  .fixed-btn-ac:before, .fixed-btn-ac:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute; }
  .fixed-btn-ac:before {
    top: 0; }
  .fixed-btn-ac:after {
    bottom: 0; }
  .fixed-btn-ac.open {
    background: transparent; }
    .fixed-btn-ac.open span {
      height: 0; }
    .fixed-btn-ac.open:before {
      top: 0;
      bottom: 0;
      margin: auto 0;
      transform: rotate(45deg); }
    .fixed-btn-ac.open:after {
      top: 0;
      bottom: 0;
      margin: auto 0;
      transform: rotate(-45deg); }

.fixed-btn {
  position: fixed;
  display: block;
  max-width: 182px;
  margin-left: 16px;
  right: 20px;
  top: -100%;
  z-index: 9;
  transition: top 1s ease; }
  @media screen and (max-width: 767px) {
    .fixed-btn {
      max-width: 190px;
      position: static;
      margin: 0 auto;
      padding: 16px 0;
      width: 48%; } }
  .fixed-btn.show {
    top: 20px; }
  .fixed-btn .pc {
    display: block; }
    @media screen and (max-width: 767px) {
      .fixed-btn .pc {
        display: none; } }
  .fixed-btn .lsp {
    display: none; }
    @media screen and (max-width: 767px) {
      .fixed-btn .lsp {
        display: block; } }

.header-logo {
  width: 200px;
  height: 37px; }
  @media screen and (min-width: 668px), print {
    .header-logo a {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity .5s ease; }
      .header-logo a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
  @media screen and (max-width: 667px) {
    .header-logo {
      width: 130px;
      height: 24px; }
      .header-logo img {
        vertical-align: top; } }

.footer {
  position: relative;
  z-index: 99; }
  .footer__inner {
    position: relative; }
  .footer__links {
    padding: 50px 0 130px;
    background: url(/nyushi/oshiete/common/img/common/bg_ptn_b.png) top left repeat;
    background-size: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .footer__links {
        padding: 50px 0 0; } }
    @media screen and (max-width: 667px) {
      .footer__links {
        padding: 25px 0 0; } }
    .footer__links:before, .footer__links:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    .footer__links:before {
      border-width: 100px 100vw 0 0;
      border-color: #fff transparent transparent transparent;
      top: 0; }
      @media screen and (max-width: 667px) {
        .footer__links:before {
          border-width: 50px 100vw 0 0; } }
    .footer__links:after {
      border-width: 0 100vw 100px 0px;
      border-color: transparent transparent #225488 transparent;
      bottom: -1px;
      z-index: +99; }
      @media screen and (max-width: 667px) {
        .footer__links:after {
          border-width: 0 100vw 50px 0px; } }
    .footer__links__ttl {
      font-size: 24px;
      font-size: 24px;
      font-size: 2.4rem;
      text-align: center;
      position: relative;
      z-index: 99;
      margin: 0 auto; }
      @media screen and (max-width: 667px) {
        .footer__links__ttl {
          font-size: 18px;
          font-size: 1.8rem; } }
      .footer__links__ttl span {
        display: inline-block;
        position: relative; }
        .footer__links__ttl span:before, .footer__links__ttl span:after {
          content: "";
          display: block;
          position: absolute;
          width: 10px;
          height: 100%;
          background: #225488;
          transform: skewX(-20deg);
          top: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (max-width: 667px) {
            .footer__links__ttl span:before, .footer__links__ttl span:after {
              width: 5px; } }
        .footer__links__ttl span:before {
          left: -30px; }
          @media screen and (max-width: 667px) {
            .footer__links__ttl span:before {
              left: -20px; } }
        .footer__links__ttl span:after {
          right: -30px; }
          @media screen and (max-width: 667px) {
            .footer__links__ttl span:after {
              right: -20px; } }
    .footer__links__list {
      margin-top: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      z-index: 99; }
      @media screen and (max-width: 667px) {
        .footer__links__list {
          display: block;
          width: 80%;
          display: block;
          margin: 20px auto 0; } }
    .footer__links__list-item {
      width: 260px;
      max-width: 260px; }
      @media screen and (max-width: 667px) {
        .footer__links__list-item {
          margin: 0 auto;
          width: 100%;
          max-width: 100%; } }
      .footer__links__list-item a {
        display: block;
        transition: transform .2s ease;
        transform: scale(1); }
        @media screen and (min-width: 668px), print {
          .footer__links__list-item a:hover {
            transform: scale(0.98); } }
    @media screen and (min-width: 668px), print {
      .footer__links__list-item + .footer__links__list-item {
        margin-left: 20px; } }
    @media screen and (max-width: 667px) {
      .footer__links__list-item + .footer__links__list-item {
        margin-top: 20px; } }
  .footer__main {
    background-color: #225488;
    padding: 15px 0 55px;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 767px) {
      .footer__main {
        padding-bottom: 120px; } }
    .footer__main__logo {
      text-align: center; }
      .footer__main__logo a {
        width: 40%;
        max-width: 210px;
        display: block;
        margin: 0 auto; }
        @media screen and (min-width: 668px), print {
          .footer__main__logo a {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            transition: opacity .5s ease; }
            .footer__main__logo a:hover {
              opacity: .8;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
    .footer__main__copyright {
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2;
      text-align: center;
      color: #fff;
      margin-top: 35px; }
      @media screen and (max-width: 667px) {
        .footer__main__copyright {
          font-size: 10px;
          font-size: 1rem;
          margin-top: 15px; } }
  .footer__sensei {
    position: absolute;
    width: 48%;
    max-width: 480px;
    bottom: -100%;
    right: -30%;
    z-index: 8; }
    @media screen and (max-width: 767px) {
      .footer__sensei {
        position: relative;
        width: 70%;
        bottom: auto;
        right: -10%;
        margin-top: 30px; } }
    @media screen and (max-width: 667px) {
      .footer__sensei {
        width: 80%; } }
  .footer__totop {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 50px;
    top: -32px;
    z-index: +99; }
    @media screen and (min-width: 668px), print {
      .footer__totop {
        transition: transform .1s ease;
        transform: scale(1); }
        .footer__totop:hover {
          transform: scale(0.95); } }
    @media screen and (max-width: 520px) {
      .footer__totop {
        width: 46px;
        height: 46px;
        top: -23px;
        right: 25px; } }

.footer--story01 {
  position: relative; }

main {
  position: relative;
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px; }
  main:after {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 360px;
    background: #fff;
    transform: rotate(-5deg);
    bottom: -150px;
    left: -10%; }
    @media screen and (max-width: 667px) {
      main:after {
        height: 180px; } }

.header-top {
  background: url(/nyushi/oshiete/common/img/index/mv.png) 45% 20% no-repeat;
  background-size: cover;
  height: auto;
  min-height: 600px;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 6px solid #000; }
  @media screen and (max-width: 767px) {
    .header-top {
      background-position: 60% 50%;
      padding: 5px;
      min-height: 0; } }
  .header-top__wrapper {
    padding: 0 20px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .header-top__wrapper {
        padding: 40px 10px 10px; } }
  .header-top__inner {
    padding: 0;
    position: relative; }
  .header-top__ttl {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .header-top__ttl {
        width: 100%; }
        .header-top__ttl img {
          width: 55%; } }
  .header-top__profile {
    max-width: 62.9191919191919%; }
    @media screen and (max-width: 767px) {
      .header-top__profile {
        width: 100%;
        max-width: 100%;
        position: relative; } }
    .header-top__profile__inner {
      background: #fff;
      background-size: 4px;
      border: 4px solid #000;
      margin-top: 25px;
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .header-top__profile__inner {
          position: relative;
          padding: 15px 10px;
          border: 2px solid #000; } }
      .header-top__profile__inner .img_sensei {
        position: absolute;
        right: 0;
        bottom: -50px;
        width: 40%; }
        @media screen and (max-width: 767px) {
          .header-top__profile__inner .img_sensei {
            bottom: 101%; } }
    .header-top__profile__ttl {
      max-width: 120px; }
    .header-top__profile__text {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .header-top__profile__text {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 8px; } }

.badge-date {
  position: absolute;
  z-index: 9; }
  @media screen and (min-width: 668px), print {
    .badge-date {
      right: 15px;
      bottom: -100px; } }
  @media screen and (max-width: 667px) {
    .badge-date {
      width: 100px;
      top: -70px;
      right: -10px; } }

.link-opencanpus {
  padding: 60px 20px 0;
  text-align: center;
  box-sizing: border-box; }
  .link-opencanpus a {
    max-width: 740px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 668px), print {
      .link-opencanpus a {
        transition: opacity .3s ease; }
        .link-opencanpus a:hover {
          opacity: .8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
    .link-opencanpus a img {
      width: 100%; }

.sec-story {
  padding: 50px 0 80px; }
  .sec-story__ttl {
    width: 100%;
    background: #e7e6e1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 25px;
    box-sizing: border-box; }
    @media screen and (max-width: 667px) {
      .sec-story__ttl {
        padding: 10px 0 15px; } }
    .sec-story__ttl img {
      width: 60%;
      max-width: 224px; }

.story-list {
  position: relative;
  z-index: +1; }
  @media screen and (max-width: 667px) {
    .story-list {
      padding: 0 3%; } }
  .story-list__item {
    margin-top: 90px;
    position: relative; }
    .story-list__item__new {
      width: 60px;
      height: 60px;
      position: absolute;
      top: -35px;
      left: 5px;
      z-index: +5; }
      @media screen and (max-width: 667px) {
        .story-list__item__new {
          top: -60px;
          left: 0; } }
  .story-list__item + .story-list__item {
    margin-top: 65px; }
  .story-list__content {
    display: block;
    position: relative;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s ease; }
    @media screen and (max-width: 667px) {
      .story-list__content {
        height: auto; } }
    .story-list__content:before, .story-list__content:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
    .story-list__content:before {
      border: 6px solid #86da5d;
      z-index: +3;
      top: -12px;
      left: -12px;
      transform: translate(12px, 12px);
      transition: transform .8s ease; }
      @media screen and (max-width: 667px) {
        .story-list__content:before {
          border: 5px solid #86da5d;
          opacity: .7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          width: 100%;
          top: -16px;
          left: -16px;
          height: calc(100% + 8px); } }
    .story-list__content:after {
      background: url(/nyushi/oshiete/common/img/common/bg_ptn_y.png) top left repeat;
      background-size: 17px;
      top: 12px;
      left: 12px;
      transform: translate(-12px, -12px);
      transition: transform .8s ease; }
    .story-list__content.animated {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .story-list__content.animated:before {
        transform: translate(0, 0); }
      .story-list__content.animated:after {
        transform: translate(0px, 0px); }
    @media screen and (min-width: 668px), print {
      .story-list__content:not(div):hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .story-list__content:not(div):hover:before {
        transform: translate(12px, 12px);
        transition-duration: .5s; }
      .story-list__content:not(div):hover:after {
        transform: translate(-12px, -12px);
        transition-duration: .5s; } }
    .story-list__content__link {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: +1; }

.layer-commingsoon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  justify-content: center; }
  .layer-commingsoon p {
    color: #fff;
    font-size: 36px;
    font-style: italic; }
    @media screen and (max-width: 667px) {
      .layer-commingsoon p {
        font-size: 20px; } }
