
@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, .block-introduction__inner, .sec-line__inner, .header-lower__inner, .sec-commic__inner, .block-intervew__inner, .sec-release__inner, .sec-about__inner, .sec-try__inner, .sec-after__inner, .sec-links__inner, .pages-links__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; }

.text-blue {
  color: #215182; }

.textbox--graybg {
  background: #ebeae6;
  padding: 30px;
  margin-top: 25px;
  border-radius: 12px; }
  @media screen and (max-width: 667px) {
    .textbox--graybg {
      padding: 15px;
      margin-top: 15px;
      border-radius: 6px; } }

.block-introduction {
  background: #225488;
  position: relative; }
  .block-introduction:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50vw 0 50vw;
    border-color: #225488 transparent transparent transparent;
    z-index: +1;
    bottom: -29.5px; }
    @media screen and (max-width: 667px) {
      .block-introduction:after {
        border-width: 15px 50vw 0 50vw;
        bottom: -14.5px; } }
  .block-introduction__text {
    text-align: center;
    padding: 70px 0 40px; }
    @media screen and (max-width: 667px) {
      .block-introduction__text {
        padding: 35px 0 20px; } }
  .block-introduction__text--01 img {
    width: 80%;
    max-width: 760px; }
    @media screen and (max-width: 667px) {
      .block-introduction__text--01 img {
        width: 100%; } }
  .block-introduction__text--02 img {
    width: 30%;
    max-width: 200px; }
  .block-introduction__text--03 img {
    width: 50%;
    max-width: 475px; }
    @media screen and (max-width: 667px) {
      .block-introduction__text--03 img {
        width: 100%; } }
  .block-introduction__text--03 img {
    width: 100%;
    max-width: 1030px; }
    @media screen and (max-width: 667px) {
      .block-introduction__text--03 img {
        width: 100%; } }

.block-introduction--ptn02 {
  margin-top: -150px; }
  @media screen and (max-width: 667px) {
    .block-introduction--ptn02 {
      margin-top: -75px; } }

.sec-line {
  padding: 45px 0 200px;
  position: relative; }
  @media screen and (max-width: 667px) {
    .sec-line {
      padding: 45px 0 100px; } }
  .sec-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: #f7db87;
    background-size: 18px;
    transform: skewY(-5deg);
    transform-origin: center;
    right: 0;
    top: 0; }
  .sec-line:after {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: url(/nyushi/oshiete/common/img/common/bg_ptn_bc.png) left top repeat;
    background-size: 18px;
    transform: skewY(5deg);
    transform-origin: center;
    left: 0;
    top: 0; }
  .sec-line__inner {
    position: relative;
    z-index: +1; }

.line-talk {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 667px) {
    .line-talk {
      margin-top: 30px;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .line-talk__icon {
    width: 95px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media screen and (max-width: 667px) {
      .line-talk__icon {
        max-width: 50px; } }
  .line-talk__text {
    width: 90%;
    max-width: 620px;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    line-height: 1.8;
    border-radius: 32px;
    margin-top: 30px;
    position: relative;
    transform: scale(0, 0);
    transition: transform .4s ease-out; }
    .line-talk__text.animated {
      transform: scale(1, 1); }
    @media screen and (max-width: 667px) {
      .line-talk__text {
        font-size: 12px;
        font-size: 1.2rem;
        width: calc(100% - 80px);
        padding: 10px 13px;
        border-bottom: 3px solid #000; } }
    .line-talk__text:before {
      content: "";
      display: block;
      position: absolute;
      width: 38px;
      height: 28px;
      top: 15px; }
      @media screen and (max-width: 667px) {
        .line-talk__text:before {
          width: 19px;
          height: 14px; } }
    .line-talk__text p strong {
      display: block;
      margin-top: 20px; }
  .line-talk__text--s {
    width: auto; }
  .line-talk__img {
    max-width: 400px;
    margin-top: 20px; }

.line-talk + .line-talk {
  margin-top: 20px; }

.line-talk--f__icon {
  width: 95px; }
  .line-talk--f__icon.l {
    width: 150px; }
    @media screen and (max-width: 667px) {
      .line-talk--f__icon.l {
        min-width: 80px; } }
.line-talk--f__text {
  background: #fff;
  margin-left: 6%;
  transform-origin: 0 10%; }
  .line-talk--f__text.l {
    margin-left: 3%; }
  .line-talk--f__text:before {
    background: url(/nyushi/oshiete/common/img/pages/hukidashi_white.png) center no-repeat;
    background-size: 100% auto;
    left: -34px; }
    @media screen and (max-width: 667px) {
      .line-talk--f__text:before {
        left: -17px; } }

.line-talk--f--s dd {
  max-width: 450px; }

.line-talk--a__icon {
  -ms-flex-order: 2;
      order: 2; }
.line-talk--a__text {
  background: #94dc7b;
  margin-right: 6%;
  margin-left: auto;
  transform-origin: 100% 10%; }
  .line-talk--a__text:before {
    background: url(/nyushi/oshiete/common/img/pages/hukidashi_green.png) center no-repeat;
    background-size: 100% auto;
    right: -34px; }
    @media screen and (max-width: 667px) {
      .line-talk--a__text:before {
        right: -17px; } }

.line-talk--d__icon {
  width: 95px;
  -ms-flex-order: 2;
      order: 2; }
.line-talk--d__text {
  background: #dccb7b;
  margin-right: 6%;
  margin-left: auto;
  transform-origin: 100% 10%; }
  .line-talk--d__text:before {
    background: url(/nyushi/oshiete/common/img/pages/hukidashi_gold.png) center no-repeat;
    background-size: 100% auto;
    right: -34px; }
    @media screen and (max-width: 667px) {
      .line-talk--d__text:before {
        right: -17px; } }

.header-lower {
  width: 100%;
  background: url(/nyushi/oshiete/common/img/pages/mv_story01.png) no-repeat;
  background-size: cover;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 6px solid #000;
  overflow: hidden;
  background-position: 50% 0; }
  @media screen and (max-width: 767px) {
    .header-lower {
      background: url(/nyushi/oshiete/common/img/pages/mv_story01.png) no-repeat;
      background-position: 50% 0;
      background-size: cover;
      padding: 15px 10px; } }
  .header-lower__wrapper {
    box-sizing: border-box; }
  .header-lower__inner {
    position: relative; }
    @media screen and (max-width: 667px) {
      .header-lower__inner {
        max-width: 400px;
        margin: 0 auto; } }
  .header-lower__ttl {
    padding: 35px 0;
    transform: translateX(5%); }
    @media screen and (max-width: 667px) {
      .header-lower__ttl {
        padding: 35px 0;
        transform: translateX(-8%); } }
    .header-lower__ttl img {
      width: 48%;
      max-width: 450px; }
      @media screen and (max-width: 667px) {
        .header-lower__ttl img {
          width: 60%; } }
  .header-lower .img_sensei {
    width: 37%;
    max-width: 360px;
    position: absolute;
    bottom: -20%;
    right: 12%; }
    @media screen and (max-width: 667px) {
      .header-lower .img_sensei {
        max-width: 270px;
        width: 50%;
        right: 0; } }

.sec-commic {
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px;
  padding: 50px 0 80px; }
  .sec-commic__content {
    background: #fff;
    padding: 80px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 667px) {
      .sec-commic__content {
        padding: 60px 20px; } }
  .sec-commic__ttl {
    width: 100%;
    margin: 0 auto; }
    .sec-commic__ttl.story01 {
      max-width: 475px; }
    .sec-commic__ttl.story02 {
      width: 80%;
      max-width: 355px; }
    .sec-commic__ttl.story03 {
      width: 70%;
      max-width: 305px; }
    .sec-commic__ttl.story04 {
      max-width: 475px; }
    .sec-commic__ttl.story05 {
      max-width: 460px; }
    .sec-commic__ttl.story06 {
      max-width: 475px; }
    .sec-commic__ttl.story07 {
      width: 80%;
      max-width: 355px; }
    .sec-commic__ttl.story08 {
      max-width: 475px; }
    .sec-commic__ttl.story09 {
      max-width: 404px; }
    .sec-commic__ttl.story10 {
      max-width: 707px; }
  .sec-commic__img {
    margin-top: 70px; }
    @media screen and (max-width: 667px) {
      .sec-commic__img {
        margin-top: 25px; } }

.block-intervew {
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_wc.png) left top repeat;
  background-size: 26px 27px;
  padding: 60px 0 4%;
  position: relative; }
  .block-intervew:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/nyushi/oshiete/common/img/pages/bg_object.png) center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 667px) {
      .block-intervew:after {
        background-repeat: repeat;
        background-size: 100% auto; } }
  .block-intervew__inner {
    position: relative;
    z-index: +1; }
  .block-intervew__text {
    width: 80%;
    max-width: 500px;
    margin: 0 auto; }
  .block-intervew__img-sensei {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .block-intervew__img-sensei {
        position: relative;
        right: 25%; } }
    .block-intervew__img-sensei img {
      width: 25%; }
  .block-intervew__profile {
    max-width: 360px;
    padding: 15px;
    box-sizing: border-box;
    background: #ffd34d;
    border-radius: 30px;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    position: absolute;
    bottom: 25%;
    z-index: +1; }
    @media screen and (max-width: 767px) {
      .block-intervew__profile {
        position: static;
        width: 80%;
        margin: 20px auto 0; } }
    .block-intervew__profile dt {
      font-size: 24px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 520px) {
        .block-intervew__profile dt {
          font-size: 16px;
          font-size: 1.6rem; } }
    .block-intervew__profile dd {
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      margin-top: 10px; }
      @media screen and (max-width: 520px) {
        .block-intervew__profile dd {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 8px; } }
  .block-intervew__message {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 275px;
    background: #fff;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    border-radius: 30px;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 30%;
    right: 5.5%;
    z-index: +1; }
    @media screen and (max-width: 767px) {
      .block-intervew__message {
        top: auto;
        bottom: 15%;
        right: auto;
        left: 45%;
        padding: 10px; } }
    @media screen and (max-width: 520px) {
      .block-intervew__message {
        font-size: 10px;
        font-size: 1rem;
        top: auto;
        bottom: 5%;
        right: auto;
        left: 45%;
        padding: 10px; } }
    .block-intervew__message:before {
      content: "";
      display: block;
      position: absolute;
      width: 38px;
      height: 28px;
      top: 15px;
      background: url(/nyushi/oshiete/common/img/pages/hukidashi_white.png) center no-repeat;
      background-size: 100% auto;
      left: -34px; }
      @media screen and (max-width: 520px) {
        .block-intervew__message:before {
          width: 19px;
          height: 14px;
          left: -17px; } }
    .block-intervew__message span {
      display: block;
      border-bottom: 1px dotted #000;
      padding: 8px 0; }
      .block-intervew__message span:last-child {
        border: 0; }

.sec-release {
  z-index: +1; }

.sec-about {
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px;
  padding: 250px 0 160px;
  margin-top: -200px; }
  @media screen and (max-width: 667px) {
    .sec-about {
      padding: 250px 0 80px;
      margin-top: -200px; } }
  .sec-about__ttl {
    background: #000;
    border-radius: 15px;
    text-align: center;
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffd34d;
    padding: 20px 0; }
    @media screen and (max-width: 667px) {
      .sec-about__ttl {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 20px 10px;
        line-height: 1.2; } }
  .sec-about__text {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: 1.6; }
    @media screen and (max-width: 667px) {
      .sec-about__text {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px; } }
  .sec-about__textbox {
    padding: 35px;
    margin-top: 35px;
    background: #fff;
    border-radius: 32px;
    border: 2px solid #000;
    border-bottom: 4px solid #000; }
    @media screen and (max-width: 667px) {
      .sec-about__textbox {
        padding: 20px;
        border-radius: 26px;
        margin-top: 35px; } }
    .sec-about__textbox__ttl {
      font-size: 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.2; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__ttl {
          font-size: 18px;
          font-size: 1.8rem; } }
    .sec-about__textbox__ttl--02 {
      font-size: 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #215182;
      line-height: 1.2; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__ttl--02 {
          font-size: 16px;
          font-size: 1.6rem; } }
    .sec-about__textbox__text {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__text {
          font-size: 12px;
          font-size: 1.2rem; } }
      .sec-about__textbox__text:not(:first-child) {
        margin-top: 25px; }
      .sec-about__textbox__text.center {
        text-align: center;
        margin-top: 15px; }
    .sec-about__textbox__ttl--02 + .sec-about__textbox__text {
      margin-top: 10px; }
    .sec-about__textbox__text--02 {
      text-align: center;
      line-height: 1.6;
      margin-top: 25px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__text--02 {
          font-size: 14px;
          margin-top: 15px; }
          .sec-about__textbox__text--02.sp-left {
            text-align: left; } }
      .sec-about__textbox__text--02 span {
        padding: 15px;
        border-radius: 12px;
        background: #ffdc71; }
        @media screen and (max-width: 667px) {
          .sec-about__textbox__text--02 span {
            padding: 5px 25px;
            margin-bottom: 5px;
            display: inline-block; } }
      .sec-about__textbox__text--02 img {
        width: 100%;
        max-width: 480px; }
    .sec-about__textbox dt {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox dt {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.2; } }
    .sec-about__textbox dd {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 10px;
      line-height: 1.8; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox dd {
          font-size: 12px;
          font-size: 1.2rem; } }
    .sec-about__textbox dl + dl {
      margin-top: 20px; }
    .sec-about__textbox ul {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 40px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox ul {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 25px; } }
      .sec-about__textbox ul li {
        padding-left: 1em;
        text-indent: -.5em;
        line-height: 1.4; }
        .sec-about__textbox ul li:before {
          content: "・";
          display: inline-block;
          color: #215182;
          font-weight: bold;
          transform: scale(1.2); }
      .sec-about__textbox ul li + li {
        margin-top: 10px;
        margin-top: 1rem; }
    .sec-about__textbox__listattention {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 10px;
      margin-top: 1rem; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__listattention {
          font-size: 12px;
          font-size: 1.2rem; } }
    .sec-about__textbox__conclusion {
      font-size: 24px;
      font-size: 24px;
      font-size: 2.4rem;
      color: #215182;
      font-weight: bold;
      margin-top: 35px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__conclusion {
          font-size: 16px;
          font-size: 1.6rem;
          margin-top: 15px;
          line-height: 1.2; } }
    .sec-about__textbox__flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: stretch;
          align-items: stretch; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flex {
          display: block; } }
      .sec-about__textbox__flex.mt {
        margin-top: 20px; }
    .sec-about__textbox__flexitemwrap {
      width: 49%;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexitemwrap {
          width: 100%;
          display: block; } }
      @media screen and (min-width: 668px), print {
        .sec-about__textbox__flexitemwrap--l {
          width: 56%; } }
      @media screen and (min-width: 668px), print {
        .sec-about__textbox__flexitemwrap--s {
          width: 40%; } }
      .sec-about__textbox__flexitemwrap__inner {
        padding: 20px;
        margin-top: 15px;
        background: #ffdc71;
        border-radius: 12px;
        height: 100%; }
    @media screen and (max-width: 667px) {
      .sec-about__textbox__flexitemwrap + .sec-about__textbox__flexitemwrap {
        margin-top: 20px; } }
    .sec-about__textbox__flexitem {
      width: 49%;
      box-sizing: border-box;
      padding: 20px;
      background: #ebeae6;
      border-radius: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexitem {
          width: 100%;
          display: block; } }
      .sec-about__textbox__flexitem.yellow {
        background: #ffdc71; }
    .sec-about__textbox__flextxt {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 1px;
      line-height: 1.5;
      margin-top: 10px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flextxt {
          font-size: 14px;
          font-size: 1.4rem; } }
    .sec-about__textbox__flexitem--02 {
      width: 49%;
      box-sizing: border-box;
      margin-top: 20px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexitem--02 {
          width: 100%;
          display: block; } }
    .sec-about__textbox__flexitem--03 {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .sec-about__textbox__flexitem--04 {
      width: 49%;
      box-sizing: border-box; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexitem--04 {
          width: 100%;
          display: block; } }
    @media screen and (max-width: 667px) {
      .sec-about__textbox__flexitem + .sec-about__textbox__flexitem {
        margin-top: 20px; } }
    .sec-about__textbox__flexttl {
      line-height: 1.4;
      margin-bottom: 10px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexttl {
          font-size: 16px; } }
    .sec-about__textbox__flextext, .sec-about__textbox__flextext--02, .sec-about__textbox__flexattention {
      line-height: 1.6;
      margin-bottom: 10px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flextext, .sec-about__textbox__flextext--02, .sec-about__textbox__flexattention {
          font-size: 12px; } }
      .sec-about__textbox__flextext.mbl, .mbl.sec-about__textbox__flextext--02, .mbl.sec-about__textbox__flexattention {
        margin-bottom: 30px; }
        @media screen and (max-width: 667px) {
          .sec-about__textbox__flextext.mbl, .mbl.sec-about__textbox__flextext--02, .mbl.sec-about__textbox__flexattention {
            margin-bottom: 10px; } }
    .sec-about__textbox__flextext--02 {
      margin-top: 20px; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flextext--02 {
          margin-top: 10px; } }
      .sec-about__textbox__flextext--02 strong {
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 667px) {
          .sec-about__textbox__flextext--02 strong {
            font-size: 16px; } }
    .sec-about__textbox__fleximg {
      width: 100%; }
    .sec-about__textbox__flexlist {
      margin: 10px 0 20px !important; }
      .sec-about__textbox__flexlist__item:before {
        transform: scale(1) !important;
        content: "★" !important;
        color: #000 !important; }
    .sec-about__textbox__flexattention {
      margin-top: 5px;
      margin-bottom: 0; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__flexattention {
          margin-top: 10px; } }
    .sec-about__textbox__attention {
      padding: 20px;
      margin-top: 15px;
      border-radius: 12px;
      background: #ebeae6; }
    @media screen and (max-width: 667px) {
      .sec-about__textbox__boxlist {
        margin-top: 20px; } }
    .sec-about__textbox__boxlist > li {
      background: #ffdc71;
      padding: 10px 15px;
      border-radius: 8px;
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4; }
      @media screen and (max-width: 667px) {
        .sec-about__textbox__boxlist > li {
          font-size: 14px;
          font-size: 1.4rem; } }
    .sec-about__textbox__boxlist > li + li {
      margin-top: 8px; }
  .sec-about__list-ttl {
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 667px) {
      .sec-about__list-ttl {
        font-size: 18px;
        font-size: 1.8rem; } }
  .sec-about__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    @media screen and (max-width: 667px) {
      .sec-about__list {
        display: block; } }
    @media screen and (max-width: 667px) {
      .sec-about__list__item {
        display: block;
        margin: 0 auto; } }
    .sec-about__list__item img {
      width: 100%; }
    .sec-about__list__item + .sec-about__list__item {
      margin-left: 3%; }
      @media screen and (max-width: 667px) {
        .sec-about__list__item + .sec-about__list__item {
          margin: 4% auto 0; } }

.speed-imgtextbox {
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px; }
  @media screen and (max-width: 667px) {
    .speed-imgtextbox {
      display: block;
      margin-top: 25px; } }
  .speed-imgtextbox__img {
    width: 100%;
    max-width: 400px; }
  .speed-imgtextbox__text {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 667px) {
      .speed-imgtextbox__text {
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 0;
        margin-top: 15px; } }

.speed-text {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px; }
  @media screen and (max-width: 667px) {
    .speed-text {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 15px; } }

.speed-imgbox {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 667px) {
    .speed-imgbox {
      margin-top: 15px; } }
  .speed-imgbox__img {
    width: 48%; }

.sec-line--02 {
  padding: 0 0 160px;
  margin-top: -45px; }
  @media screen and (max-width: 667px) {
    .sec-line--02 {
      padding: 0 0 80px; } }

.sec-line--03 {
  padding: 1px 0 200px;
  position: relative; }
  @media screen and (max-width: 667px) {
    .sec-line--03 {
      padding: 1px 0 100px; } }

.sec-try {
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px;
  padding: 250px 0 60px;
  margin-top: -200px; }
  .sec-try__ttl {
    background: #000;
    border-radius: 15px;
    text-align: center;
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffd34d;
    padding: 20px 0; }
    @media screen and (max-width: 667px) {
      .sec-try__ttl {
        font-size: 18px;
        font-size: 1.8rem; } }
  .sec-try__subttl {
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (max-width: 667px) {
      .sec-try__subttl {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px; } }
  .sec-try__textbox {
    padding: 35px;
    margin-top: 35px;
    background: #fff;
    border-radius: 32px;
    border: 2px solid #000;
    border-bottom: 4px solid #000; }
    @media screen and (max-width: 667px) {
      .sec-try__textbox {
        padding: 20px;
        border-radius: 26px;
        margin-top: 35px; } }
  .sec-try__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 667px) {
      .sec-try__contents {
        display: block;
        margin-top: 20px; } }
  .sec-try__content {
    width: 48.5%;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px; }
    @media screen and (max-width: 667px) {
      .sec-try__content {
        width: 100%;
        padding: 20px;
        border-bottom: 3px solid #000;
        margin: 0 auto; } }
    .sec-try__content__ttl {
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      color: #225488; }
      @media screen and (max-width: 667px) {
        .sec-try__content__ttl {
          font-size: 14px;
          font-size: 1.4rem; } }
    .sec-try__content__img {
      margin-top: 30px; }
      @media screen and (max-width: 667px) {
        .sec-try__content__img {
          margin-top: 15px; } }
    .sec-try__content__text {
      margin-top: 15px;
      line-height: 1.6; }
      @media screen and (max-width: 667px) {
        .sec-try__content__text {
          font-size: 12px;
          font-size: 1.2rem; } }
    .sec-try__content dl {
      margin-top: 20px; }
      .sec-try__content dl dt {
        font-size: 16px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
        @media screen and (max-width: 667px) {
          .sec-try__content dl dt {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.2; } }
      .sec-try__content dl dd {
        font-size: 16px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px;
        line-height: 1.8; }
        @media screen and (max-width: 667px) {
          .sec-try__content dl dd {
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 5px; } }
    .sec-try__content dl + dl {
      margin-top: 20px; }
      @media screen and (max-width: 667px) {
        .sec-try__content dl + dl {
          margin-top: 10px; } }
  @media screen and (max-width: 667px) {
    .sec-try__content + .sec-try__content {
      margin-top: 20px; } }

.sec-try--ptn02 {
  padding-bottom: 160px; }
  @media screen and (max-width: 667px) {
    .sec-try--ptn02 {
      padding-bottom: 80px; } }

.sec-try-imgtextbox {
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 25px; }
  @media screen and (max-width: 667px) {
    .sec-try-imgtextbox {
      display: block;
      margin: 25px 0 10px; } }
  .sec-try-imgtextbox__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .sec-try-imgtextbox__text {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 667px) {
      .sec-try-imgtextbox__text {
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 0;
        margin-top: 15px; } }

.sec-try-thirdttl {
  display: block;
  line-height: 1.4;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 667px) {
    .sec-try-thirdttl {
      font-size: 14px;
      font-size: 1.4rem; } }

.sec-try-subtext {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 20px;
  padding-left: 2rem; }
  @media screen and (max-width: 667px) {
    .sec-try-subtext {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 5px; } }

.sec-try-thirdttl + .sec-try-thirdttl,
.sec-try-subtext + .sec-try-thirdttl {
  margin-top: 20px; }
  @media screen and (max-width: 667px) {
    .sec-try-thirdttl + .sec-try-thirdttl,
    .sec-try-subtext + .sec-try-thirdttl {
      margin-top: 10px; } }

.sec-try-attention {
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 20px;
  padding-left: 2rem;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 20px; }
  @media screen and (max-width: 667px) {
    .sec-try-attention {
      font-size: 10px;
      font-size: 1rem;
      margin-top: 5px; } }

.sec-after {
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px;
  padding: 100px 0 180px; }
  @media screen and (max-width: 667px) {
    .sec-after {
      padding: 50px 0 90px; } }

.sec-links {
  padding-top: 0;
  padding-bottom: 220px;
  margin-top: -45px; }
  @media screen and (max-width: 667px) {
    .sec-links {
      padding-bottom: 100px; } }
  .sec-links__link {
    margin-top: 40px; }
    @media screen and (max-width: 667px) {
      .sec-links__link {
        padding: 0 20px;
        box-sizing: border-box; } }
    @media screen and (min-width: 668px), print {
      .sec-links__link a {
        display: block;
        transform: scale(1);
        transition: transform .2s ease; }
      .sec-links__link a:hover {
        transform: scale(0.99); } }
  .sec-links__link + .sec-links__link {
    margin-top: 25px; }

.pages-links {
  padding: 60px 0;
  margin-top: -150px;
  background: url(/nyushi/oshiete/common/img/common/bg_ptn_gc.png) left top repeat;
  background-size: 20px;
  position: relative;
  z-index: +1; }
  @media screen and (max-width: 667px) {
    .pages-links {
      margin-top: -75px;
      padding: 30px 0; } }

.pages-link-list {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 667px) {
    .pages-link-list {
      margin-top: 20px;
      display: block; } }
  .pages-link-list__itemwrap {
    width: 49%;
    max-width: 49%;
    box-sizing: border-box;
    position: relative; }
    .pages-link-list__itemwrap:nth-child(n+3) {
      margin-top: 2%; }
    @media screen and (max-width: 667px) {
      .pages-link-list__itemwrap {
        width: 80%;
        max-width: 80%;
        margin: 4% auto 0; }
        .pages-link-list__itemwrap:nth-child(n+3) {
          margin-top: 4%; } }
  .pages-link-list__item {
    width: 100%;
    height: 100%;
    transition: opacity .3s ease,transform .3s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    text-align: center; }
  @media screen and (min-width: 668px), print {
    .pages-link-list a:hover {
      opacity: .9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      transform: scale(1.01); } }
  @media screen and (max-width: 667px) {
    .pages-link-list img {
      width: 100%; } }
  .pages-link-list__item-ttl {
    width: 100%;
    box-sizing: border-box;
    position: relative; }

.ttl-block-list {
  font-size: 20px;
  text-align: center;
  line-height: 1.4; }
  @media screen and (max-width: 667px) {
    .ttl-block-list {
      font-size: 18px; } }
  .ttl-block-list--left {
    text-align: left; }
  .ttl-block-list strong {
    font-size: 24px;
    color: #215182;
    display: block;
    font-weight: bold; }
    @media screen and (max-width: 667px) {
      .ttl-block-list strong {
        font-size: 20px; } }

.block-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  @media screen and (max-width: 667px) {
    .block-list {
      display: block; } }
  .block-list li {
    width: 49%;
    font-size: 15px;
    padding: 15px;
    line-height: 1.4;
    background: #ffdc71;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 25px; }
    @media screen and (max-width: 667px) {
      .block-list li {
        font-size: 14px;
        width: 100%;
        margin-top: 15px; } }

.block-list--oneline li {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  line-height: 1.4;
  background: #ffdc71;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 20px; }
  @media screen and (max-width: 667px) {
    .block-list--oneline li {
      font-size: 14px;
      width: 100%;
      margin-top: 12px; } }

.block-list-text {
  margin-top: 12px;
  line-height: 1.4; }
  @media screen and (max-width: 667px) {
    .block-list-text {
      font-size: 14px; } }

.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: 34px;
    font-style: italic; }
    @media screen and (max-width: 667px) {
      .layer-commingsoon p {
        font-size: 20px; } }

.marketing-pointlists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .marketing-pointlists {
      display: block; } }

.marketing-pointlist {
  width: 32%;
  padding: 15px 20px;
  line-height: 1.4;
  background: #ffdc71;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .marketing-pointlist {
      width: 100%; } }
  @media screen and (max-width: 667px) {
    .marketing-pointlist {
      font-size: 14px;
      width: 100%;
      margin-top: 12px;
      padding: 15px; } }
  .marketing-pointlist__ttl {
    font-size: 17px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
    text-align: center; }
  .marketing-pointlist__text {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 20px;
    padding-left: 2rem;
    text-indent: -20px;
    text-indent: -2rem; }
    .marketing-pointlist__text:before {
      content: "★" !important;
      color: #000 !important; }
  .marketing-pointlist__text + .marketing-pointlist__text {
    margin-top: 5px; }
  .marketing-pointlist__attention {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px; }
