@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*MV ------------------------*/
.p-mv {
  position: relative;
  z-index: 8; }
  @media print, screen and (min-width: 769px) {
    .p-mv .mv_ttl {
      position: absolute;
      z-index: 99;
      width: 234px;
      height: 338px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 60px;
      margin: auto;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .p-mv .mv_ttl img {
        display: block; }
      .p-mv .mv_ttl .txt01 {
        width: 40px; }
      .p-mv .mv_ttl .txt02 {
        width: 180px; }
      .p-mv .mv_ttl .txt03 {
        width: 94px; } }
  @media only screen and (max-width: 768px) {
    .p-mv .mv_ttl {
      position: absolute;
      z-index: 99;
      width: 192px;
      height: 297px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-mv .mv_ttl img {
        display: block; }
      .p-mv .mv_ttl .txt01 {
        width: 36px; }
      .p-mv .mv_ttl .txt02 {
        width: 154px; }
      .p-mv .mv_ttl .txt03 {
        width: 110px; } }

/*MV fade------------------------*/
.viewer-pc {
  margin: 0 auto;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative; }
  .viewer-pc img {
    width: 100%; }

.viewer-pc img {
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: center; }

.viewer-sp {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .viewer-sp img {
    width: 100%; }

.viewer-sp img {
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 100vh;
  object-fit: cover;
  object-position: 0px 0px; }

.mv_ttl {
  opacity: 1;
  transition: opacity 1.5s ease-in-out; }
  .mv_ttl.on {
    opacity: 1; }

@media print, screen and (min-width: 769px) {
  .p-intro {
    padding: 100px 0;
    width: 570px;
    height: 590px;
    margin: auto; }
    .p-intro .inn {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      width: 570px; }
    .p-intro .ttl {
      margin-left: 60px; }
    .p-intro .txt {
      font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem; } }
@media only screen and (max-width: 768px) {
  .p-intro {
    padding: 40px 0; }
    .p-intro .inn {
      width: calc(100% - 60px);
      margin: auto; }
    .p-intro .ttl {
      margin-bottom: 30px;
      width: calc(431px / 2); }
      .p-intro .ttl img {
        width: 100%; }
    .p-intro .txt {
      font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
      font-weight: bold; } }

.feature {
  background: #ebf1f8; }
  @media print, screen and (min-width: 769px) {
    .feature {
      padding-top: 100px; }
      .feature .feature01 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 90px; }
        .feature .feature01 .ttl {
          width: 230px;
          margin-bottom: 50px; }
          .feature .feature01 .ttl img {
            width: 100%; }
        .feature .feature01 .txt {
          font-size: 14px;
          font-size: 1.4rem; }
        .feature .feature01 .img {
          width: 400px;
          margin-right: 40px; }
          .feature .feature01 .img img {
            width: 100%; }
        .feature .feature01 .feature_list li {
          margin-bottom: 7px;
          padding-bottom: 7px;
          border-bottom: solid 1px #1e1e75; }
      .feature .feature02 {
        position: relative; }
        .feature .feature02 .ttl {
          width: 316px;
          margin-bottom: 60px; }
          .feature .feature02 .ttl img {
            width: 100%; }
        .feature .feature02 .txt {
          width: 490px;
          position: relative;
          z-index: 2;
          margin-left: 80px;
          padding-bottom: 100px;
          font-size: 14px;
          font-size: 1.4rem; }
        .feature .feature02 .img {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1; }
        .feature .feature02 .linkBtn_blue {
          width: 263px;
          padding-left: 5px;
          margin-top: 60px; } }
  @media only screen and (max-width: 768px) {
    .feature {
      padding: 40px 0; }
      .feature .feature01 {
        margin-bottom: 50px; }
        .feature .feature01 .ttl {
          width: calc(389px / 2);
          margin: auto;
          margin-bottom: 30px; }
          .feature .feature01 .ttl img {
            width: 100%; }
        .feature .feature01 .txt {
          font-size: 14px;
          font-size: 1.4rem; }
        .feature .feature01 .img {
          width: 100%;
          margin-bottom: 20px; }
          .feature .feature01 .img img {
            width: 100%; }
        .feature .feature01 .feature_list li {
          margin-bottom: 15px;
          padding-bottom: 15px;
          border-bottom: solid 1px #1e1e75; }
      .feature .feature02 {
        position: relative; }
        .feature .feature02 .ttl {
          width: calc(535px / 2);
          position: relative;
          margin-left: 10px;
          z-index: 2; }
          .feature .feature02 .ttl img {
            width: 100%; }
        .feature .feature02 .txt {
          width: 100%;
          position: relative;
          z-index: 2;
          font-size: 14px;
          font-size: 1.4rem; }
        .feature .feature02 .img {
          width: 100%;
          margin-bottom: 20px;
          position: relative;
          z-index: 1;
          margin-top: -30px; }
          .feature .feature02 .img img {
            width: 100%; }
        .feature .feature02 .linkBtn_blue {
          padding-left: 5px;
          margin-top: 30px; } }

@media print, screen and (min-width: 769px) {
  .menu {
    padding: 100px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .menu .ttl {
      margin: auto;
      width: 170px;
      margin-bottom: 30px; }
      .menu .ttl img {
        width: 100%; }
    .menu .subTtl {
      text-align: center;
      margin-bottom: 60px; }
    .menu .menuLink {
      display: block;
      width: 100%;
      height: 100%; }
    .menu .menuContent {
      float: left; }
    .menu .menu01 {
      text-align: center;
      color: #fff;
      background: #1e1f55;
      width: 430px;
      height: 470px;
      position: relative; }
      .menu .menu01 a {
        padding-top: 100px;
        color: #fff; }
        .menu .menu01 a:hover {
          background: #30317b; }
      .menu .menu01:after {
        content: "";
        display: block;
        height: 11px;
        width: 32px;
        position: absolute;
        background: url(../common/img/arr_line_white.png) no-repeat center;
        background-size: 100%;
        bottom: 125px;
        left: 0;
        right: 0;
        margin: auto; }
      .menu .menu01 .subTtl {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 3px 10px;
        border: solid 1px #fff;
        margin-bottom: 15px;
        display: inline-block; }
      .menu .menu01 .conTtl {
        height: 20px;
        margin: auto; }
        .menu .menu01 .conTtl img {
          height: 100%; }
      .menu .menu01 .txt {
        width: 220px;
        margin: auto; }
        .menu .menu01 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 30px;
          margin: auto;
          margin: 30px auto;
          background: #fff; }
    .menu .menu02 {
      text-align: left;
      color: #fff;
      background: #7ba2de;
      width: 530px;
      height: 235px;
      position: relative; }
      .menu .menu02 a {
        padding-top: 35px;
        padding-left: 85px;
        color: #fff; }
        .menu .menu02 a:hover {
          background: #94bbf7; }
      .menu .menu02:after {
        content: "";
        display: block;
        height: 11px;
        width: 32px;
        position: absolute;
        background: url(../common/img/arr_line_white.png) no-repeat center;
        background-size: 100%;
        right: 40px;
        top: calc(50% - 16px);
        margin: auto; }
      .menu .menu02 .conTtl {
        height: 46px;
        margin: auto; }
        .menu .menu02 .conTtl img {
          height: 100%; }
      .menu .menu02 .txt {
        width: 330px; }
        .menu .menu02 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 30px;
          margin: 20px 0;
          background: #fff; }
    .menu .menu03 {
      text-align: left;
      color: #1e1e75;
      background: #f7ecf4;
      width: 530px;
      height: 235px;
      position: relative; }
      .menu .menu03 a {
        padding-top: 35px;
        padding-left: 85px;
        color: #1e1e75; }
        .menu .menu03 a:hover {
          background: #ffe6f8; }
      .menu .menu03:after {
        content: "";
        display: block;
        height: 11px;
        width: 32px;
        position: absolute;
        background: url(../common/img/arr_line_blue.png) no-repeat center;
        background-size: 100%;
        right: 40px;
        top: calc(50% - 16px);
        margin: auto; }
      .menu .menu03 .conTtl {
        height: 20px;
        margin: auto; }
        .menu .menu03 .conTtl img {
          height: 100%; }
      .menu .menu03 .txt {
        width: 330px; }
        .menu .menu03 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 30px;
          margin: 20px 0;
          background: #1e1e75; }
    .menu .txtLink {
      text-align: right;
      margin-top: 30px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-right: 0;
      margin-left: auto;
      width: 240px; } }
@media only screen and (max-width: 768px) {
  .menu {
    padding: 40px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .menu .ttl {
      margin: auto;
      width: calc(292px / 2);
      margin-bottom: 15px; }
      .menu .ttl img {
        width: 100%; }
    .menu .subTtl {
      text-align: center;
      margin-bottom: 30px; }
    .menu .menuLink {
      display: block;
      width: 100%;
      height: 100%; }
    .menu .menu01 {
      text-align: left;
      color: #fff;
      background: #1e1f55;
      width: 100%;
      position: relative; }
      .menu .menu01 a {
        padding: 20px;
        color: #fff; }
      .menu .menu01:after {
        content: "";
        display: block;
        height: 6px;
        width: 18px;
        position: absolute;
        background: url(../common/img/arr_line_white.png) no-repeat center;
        background-size: 100%;
        right: 20px;
        top: calc(50% - 3px); }
      .menu .menu01 .subTtl {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 2px 5px;
        border: solid 1px #fff;
        margin-bottom: 10px;
        display: inline-block; }
      .menu .menu01 .conTtl {
        width: 133px; }
        .menu .menu01 .conTtl img {
          width: 100%; }
      .menu .menu01 .txt {
        width: 230px;
        font-size: 12px;
        font-size: 1.2rem; }
        .menu .menu01 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 17px;
          margin: auto;
          margin: 15px 0;
          background: #fff; }
    .menu .menu02 {
      text-align: left;
      color: #fff;
      background: #7ba2de;
      width: 100%;
      position: relative; }
      .menu .menu02 a {
        padding: 20px;
        color: #fff; }
      .menu .menu02:after {
        content: "";
        display: block;
        height: 6px;
        width: 18px;
        position: absolute;
        background: url(../common/img/arr_line_white.png) no-repeat center;
        background-size: 100%;
        right: 20px;
        top: calc(50% - 3px);
        margin: auto; }
      .menu .menu02 .conTtl {
        width: 233px; }
        .menu .menu02 .conTtl img {
          width: 100%; }
      .menu .menu02 .txt {
        width: 210px;
        font-size: 12px;
        font-size: 1.2rem; }
        .menu .menu02 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 17px;
          margin: 15px 0;
          background: #fff; }
    .menu .menu03 {
      text-align: left;
      color: #1e1e75;
      background: #f7ecf4;
      width: 100%;
      position: relative; }
      .menu .menu03 a {
        padding: 20px;
        color: #1e1e75; }
      .menu .menu03:after {
        content: "";
        display: block;
        height: 6px;
        width: 18px;
        position: absolute;
        background: url(../common/img/arr_line_blue.png) no-repeat center;
        background-size: 100%;
        right: 20px;
        top: calc(50% - 3px);
        margin: auto; }
      .menu .menu03 .conTtl {
        width: 133px; }
        .menu .menu03 .conTtl img {
          height: 100%; }
      .menu .menu03 .txt {
        width: 210px;
        font-size: 12px;
        font-size: 1.2rem; }
        .menu .menu03 .txt:before {
          content: "";
          display: block;
          height: 1px;
          width: 17px;
          margin: 15px 0;
          background: #1e1e75; }
    .menu .txtLink {
      text-align: right;
      margin-top: 30px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; } }

@media print, screen and (min-width: 769px) {
  .space {
    padding: 100px 0;
    background: url(../img/space_bg01_pc.jpg) no-repeat center;
    background-size: cover; }
    .space .ttl {
      text-align: center;
      margin-bottom: 60px; }
    .space .txt {
      text-align: center;
      margin-bottom: 60px;
      color: #1e1f55;
      font-size: 14px;
      font-size: 1.4rem; }
    .space .linkBtn_blue {
      width: 263px;
      margin: auto; } }
@media only screen and (max-width: 768px) {
  .space {
    padding: 40px 0;
    background: url(../img/space_bg01_sp.jpg) no-repeat center;
    background-size: cover; }
    .space .ttl {
      width: calc(292px / 2);
      margin: auto;
      margin-bottom: 30px; }
      .space .ttl img {
        width: 100%; }
    .space .txt {
      text-align: center;
      margin-bottom: 30px;
      color: #1e1f55;
      font-size: 14px;
      font-size: 1.4rem; }
    .space .linkBtn_blue {
      width: 263px;
      margin: auto; } }

@media print, screen and (min-width: 769px) {
  .voice {
    padding: 100px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .voice .inn {
      width: 560px; }
    .voice .ttl {
      width: 177px;
      margin: auto;
      margin-bottom: 60px; }
      .voice .ttl img {
        width: 100%; }
    .voice .voice_list dt {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1.6rem; }
    .voice .voice_list dd {
      margin-bottom: 35px; }
      .voice .voice_list dd:last-of-type {
        margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
    font-size: 14px;
    font-size: 1.4rem; }
    .voice .ttl {
      width: calc(292px / 2);
      margin: auto;
      margin-bottom: 30px; }
      .voice .ttl img {
        width: 100%; }
    .voice .voice_list dt {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1.6rem; }
    .voice .voice_list dd {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: solid 1px #1e1e75; }
      .voice .voice_list dd:last-of-type {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none; } }

.staff {
  background: #1e1f55; }
  @media print, screen and (min-width: 769px) {
    .staff {
      padding: 40px 0;
      background: url(../img/staff_bg01_pc.jpg) no-repeat center;
      background-size: cover; }
      .staff .inn {
        padding-left: 90px; }
      .staff .ttl {
        width: 215px;
        margin-bottom: 15px; }
        .staff .ttl img {
          width: 100%; }
      .staff .subTtl {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px; }
      .staff .linkBtn_white {
        width: 263px;
        background: transparent;
        padding: 10px 0; }
        .staff .linkBtn_white:hover {
          background: rgba(255, 255, 255, 0.2); } }
  @media only screen and (max-width: 768px) {
    .staff {
      padding: 40px 0;
      background: url(../img/staff_bg01_sp.jpg) no-repeat center;
      background-size: cover; }
      .staff .inn {
        width: calc(100% - 60px); }
      .staff .ttl {
        width: calc(321px / 2);
        margin-bottom: 15px; }
        .staff .ttl img {
          width: 100%; }
      .staff .subTtl {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px; }
      .staff .linkBtn_white {
        width: 193px;
        background: transparent;
        padding: 5px 0;
        background: rgba(255, 255, 255, 0.2);
        margin: 0; } }

/*# sourceMappingURL=index.css.map */
