@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%; }

body {
  color: #23221f;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 1.7rem;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
  z-index: 0; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 1.5rem;
      line-height: 1.9; } }
  body img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    /*chrome画像ぼやけ*/ }
  body a {
    text-decoration: none;
    word-break: break-word; }
    body a:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
    body a img:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
  @media (min-width: 767px) {
    body a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }
  body .sp {
    display: none; }
    @media screen and (max-width: 1200px) {
      body .sp {
        display: block; } }
  body .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s; }
    body .fadein.fadein-left {
      transform: translate(-30px, 0); }
    body .fadein.fadein-right {
      transform: translate(30px, 0); }
    body .fadein.fadein-up {
      transform: translate(0, -30px); }
    body .fadein.fadein-bottom {
      transform: translate(0, 30px); }
    body .fadein.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important; }
  body .feed-powered-by-es-feed-img {
    bottom: -10px !important; }
  body a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important; }
  body .es-page-list {
    margin: 0 !important; }

.pc {
  display: block; }
  @media screen and (max-width: 1200px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp {
      display: block; } }

header {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fff;
  padding: 0 0 0 20px;
  position: relative; }
  header img {
    position: absolute;
    left: 20px;
    width: 240px;
    display: block; }
    @media screen and (max-width: 1292px) {
      header img {
        width: 200px;
        height: auto; } }
  @media screen and (max-width: 1292px) {
    header .gnavi_pc {
      display: none; } }
  header .gnavi_pc ul {
    margin: 0 25px 0 0; }
    @media screen and (max-width: 1330px) {
      header .gnavi_pc ul {
        margin: 0 20px 0 0; } }
    header .gnavi_pc ul li {
      display: inline;
      margin: 0 25px; }
      @media screen and (max-width: 1390px) {
        header .gnavi_pc ul li {
          margin: 0 15px; } }
      header .gnavi_pc ul li a span {
        font-size: 1.7rem;
        line-height: 1;
        color: #403999;
        font-weight: bold;
        position: relative; }
        header .gnavi_pc ul li a span::after {
          content: "";
          width: 14px;
          height: 22px;
          background-image: url(/assets_shikon/images/icon_menu.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: -2px;
          right: -25px; }
          @media screen and (max-width: 1330px) {
            header .gnavi_pc ul li a span::after {
              right: -20px; } }
      header .gnavi_pc ul li:nth-of-type(4) a span {
        position: relative; }
        header .gnavi_pc ul li:nth-of-type(4) a span::after {
          content: "";
          width: 15px;
          height: 13px;
          background-image: url(/assets_shikon/images/icon_ext.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: 2px;
          right: -25px; }
  header .gnavi_sp {
    display: none; }
  header .openbtn {
    display: none; }
  @media screen and (max-width: 1292px) {
    header {
      /*×に変化*/ }
      header .gnavi_sp {
        display: block;
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 60px;
        width: 100%;
        background-color: #403999;
        transition: all 0.3s; }
        header .gnavi_sp ul {
          width: auto;
          margin: 40px 30px;
          padding-bottom: 200px;
          display: none;
          z-index: 999;
          background-color: #403999; }
          header .gnavi_sp ul li a span {
            font-size: 1.7rem;
            line-height: 1;
            color: #fff;
            font-weight: bold;
            position: relative;
            padding: 0 30px 40px 0;
            display: inline-block;
          /*&::after {
          content: "";
          width: 14px;
          height: 22px;
          background-image: url(/assets_shikon/images/icon_menu.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: -2px;
          right: -25px;
        }*/ }
          header .gnavi_sp ul li:nth-of-type(4) a span {
            position: relative; }
            header .gnavi_sp ul li:nth-of-type(4) a span::after {
              content: "";
              width: 15px;
              height: 13px;
              background-image: url(/assets_shikon/images/icon_ext_white.svg);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              position: absolute;
              top: 2px;
              right: 0; }
      header .gnavi_sp.panelactive {
        opacity: .9;
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #403999;
        -webkit-overflow-scrolling: touch; }
        header .gnavi_sp.panelactive ul {
          display: block; }
      header body#about .gnavi_sp li.nav-about a, header body#case .gnavi_sp li.nav-case a, header body#menu .gnavi_sp li.nav-menu a, header body#blog .gnavi_sp li.nav-blog a, header body#voice .gnavi_sp li.nav-voice a, header body#faq .gnavi_sp li.nav-faq a, header body#access .gnavi_sp li.nav-access a, header .gnavi_sp li.active a {
        border-bottom: 1px solid #fff; }
      header .box_openbtn {
        position: absolute;
        top: 7px;
        right: 70px; }
      header .openbtn {
        display: block;
        position: relative;
        z-index: 9999;
        /*ボタンを最前面に*/
        cursor: pointer;
        width: 50px;
        height: 50px; }
      header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background-color: #403999;
        width: 48%; }
      header .openbtn b {
        display: inline-block;
        position: absolute;
        top: 28px;
        left: 11px;
        color: #403999;
        font-size: 1rem;
        display: block; }
      header .openbtn span:nth-of-type(1) {
        top: 5px; }
      header .openbtn span:nth-of-type(2) {
        top: 14px; }
      header .openbtn span:nth-of-type(3) {
        top: 22px; }
      header .openbtn.active span:nth-of-type(1) {
        top: 10px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 48%; }
      header .openbtn.active span:nth-of-type(2) {
        top: 22px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 48%; }
      header .openbtn.active span:nth-of-type(3) {
        display: none; } }
  header .btn a {
    width: 216px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 1292px) {
      header .btn a {
        width: 60px;
        line-height: .9;
        padding: 8px 0 0;
        box-sizing: border-box; } }
    header .btn a::after {
      display: none; }
    header .btn a span {
      font-size: 1.4rem;
      padding: 0 5px 0 0; }
      @media screen and (max-width: 1292px) {
        header .btn a span {
          font-size: 1rem;
          padding: 0; } }
      header .btn a span br {
        display: none; }
        @media screen and (max-width: 1292px) {
          header .btn a span br {
            display: block; } }
      header .btn a span::after {
        right: -14px;
        background-image: url(/assets_shikon/images/icon_ext_gold.svg); }
        @media screen and (max-width: 1292px) {
          header .btn a span::after {
            display: none; } }

/*.main {
  position: relative;
  ul {
    width: 100%;
    height: 896px;
    position: relative;
    //filter: brightness(0.6);
    @media screen and (max-width: 550px) {
      height: 507px;
    }
    li {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      background-size: cover;
      background-position: center center;
      animation: image-switch-animation 40s infinite;
      &.img_01 {
        background-image: url("/assets_shikon/images/img_main_01.jpg?2025");
      }
      &.img_02 {
        background-image: url("/assets_shikon/images/img_main_02.jpg?2025");
      }
      &.img_03 {
        background-image: url("/assets_shikon/images/img_main_03.jpg?2025");
      }
      &.img_04 {
        background-image: url("/assets_shikon/images/img_main_04.jpg?2025");
      }
      &.img_05 {
        background-image: url("/assets_shikon/images/img_main_05.jpg?2025");
      }
      &.img_06 {
        background-image: url("/assets_shikon/images/img_main_06.jpg?2025");
      }
      &.img_07 {
        background-image: url("/assets_shikon/images/img_main_07.jpg?2025");
      }
      &.img_08 {
        background-image: url("/assets_shikon/images/img_main_08.jpg?2025");
      }
      &:nth-of-type(1) {
        animation-delay: 0s;
      }
      &:nth-of-type(2) {
        animation-delay: 5s;
      }
      &:nth-of-type(3) {
        animation-delay: 10s;
      }
      &:nth-of-type(4) {
        animation-delay: 15s;
      }
      &:nth-of-type(5) {
        animation-delay: 20s;
      }
      &:nth-of-type(6) {
        animation-delay: 25s;
      }
      &:nth-of-type(7) {
        animation-delay: 30s;
      }
      &:nth-of-type(8) {
        animation-delay: 35s;
      }
      @keyframes image-switch-animation {
        /*0%, 63%, 100% {
          opacity: 0;
        } /* スライドの非表示タイミング */
/*20%, 33% {
          opacity: 1;
        } /* スライドの表示タイミング */
/*0%, 30%, 100% {
          opacity: 0;
        } /* スライドの非表示タイミング */
/*10%, 20% {
          opacity: 1;
        }
      }
    }
  }
  .title {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    @media screen and (max-width: 1200px) {}
    h1 {
      margin: 0 auto;
      @media screen and (max-width: 1200px) {}
      img {
        max-width: 1068px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        @media screen and (max-width: 1200px) {
          max-width: 100%;
          width: 90%;
        }
      }
    }
  }
}*/
.news {
  background-color: #403999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 50px 100px; }
  @media screen and (max-width: 1330px) {
    .news {
      padding: 50px 60px; } }
  @media screen and (max-width: 1200px) {
    .news {
      flex-wrap: wrap;
      justify-content: center;
      padding: 70px 20px; } }
  .news h2 img {
    width: 298px;
    margin: 0 30px; }
    @media screen and (max-width: 1200px) {
      .news h2 img {
        width: 210px;
        margin: 0 0 30px; } }
  .news .news_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .news .news_box .box {
      max-width: 900px;
      width: 100%;
      margin: 0 0 10px; }
      @media screen and (max-width: 1200px) {
        .news .news_box .box {
          max-width: 100%; } }
      .news .news_box .box a {
        width: 100%;
        padding: 16px 40px 15px 25px;
        box-sizing: border-box;
        display: block;
        font-weight: bold;
        color: #403999;
        background-color: #fff;
        border-radius: 10px;
        position: relative; }
        .news .news_box .box a::after {
          content: "";
          width: 7px;
          height: 12px;
          background-image: url(/assets_shikon/images/icon_arrow_right.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: 0;
          right: 30px;
          bottom: 0;
          margin: auto; }
        .news .news_box .box a dl dt {
          font-size: 1.6rem;
          line-height: 1;
          margin: 0 0 8px; }
        .news .news_box .box a dl dd {
          font-size: 2rem;
          line-height: 1.5; }
    .news .news_box .btn-more {
      padding: 20px 0 0; }
      @media screen and (max-width: 1200px) {
        .news .news_box .btn-more {
          padding: 20px 0 0; } }

.project {
  padding: 120px 0 70px;
  background-image: url(/assets_shikon/images/bg_project.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .project {
      padding: 70px 0 60px; } }
  .project .box {
    width: 880px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .project .box {
        width: auto;
        margin: 0 20px; } }
    .project .box h2 img {
      width: 100%;
      max-width: 430px;
      margin: 0 auto 60px; }
      @media screen and (max-width: 1200px) {
        .project .box h2 img {
          max-width: 306px; } }
    .project .box p {
      font-size: 1.7rem;
      line-height: 2.6;
      color: #fff;
      font-weight: bold;
      margin: 0 0 50px; }
      @media screen and (max-width: 1200px) {
        .project .box p {
          font-size: 1.7rem;
          line-height: 2;
          margin: 0 0 30px;
          font-weight: normal; } }

.bg {
  background-image: url(/assets_shikon/images/bg.jpg?2025);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.approach {
  padding: 120px 10%; }
  @media screen and (max-width: 1200px) {
    .approach {
      padding: 100px 20px 70px; } }
  .approach .box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden; }
    .approach .box h2 img {
      width: 100%;
      max-width: 499px;
      margin: 0 0 60px;
      float: right; }
      @media screen and (max-width: 1200px) {
        .approach .box h2 img {
          max-width: 359px;
          float: none;
          margin: 0 auto 60px; } }
    .approach .box .box2 {
      max-width: 900px;
      width: 100%;
      float: left;
      clear: both; }
      @media screen and (max-width: 1200px) {
        .approach .box .box2 {
          float: none;
          clear: none; } }
      .approach .box .box2 dl {
        background-color: #fff;
        border-radius: 10px;
        margin: 0 0 20px;
        position: relative; }
        .approach .box .box2 dl::after {
          content: "";
          width: 60px;
          height: 60px;
          position: absolute;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-position: top center;
          background-size: 60px 60px; }
        .approach .box .box2 dl:nth-child(1)::after {
          background-image: url(/assets_shikon/images/icon_approach_01.svg); }
        .approach .box .box2 dl:nth-of-type(2)::after {
          background-image: url(/assets_shikon/images/icon_approach_02.svg); }
        .approach .box .box2 dl:nth-of-type(3)::after {
          background-image: url(/assets_shikon/images/icon_approach_03.svg); }
        .approach .box .box2 dl:nth-of-type(4)::after {
          background-image: url(/assets_shikon/images/icon_approach_04.svg); }
        .approach .box .box2 dl dt {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 2.4rem;
          line-height: 1;
          font-weight: bold;
          color: #403999;
          background-color: #fff;
          border-radius: 10px;
          padding: 40px;
          box-sizing: border-box;
          position: relative;
          cursor: pointer;
          /* アイコンの＋と- */
          /*　closeというクラスがついたら形状変化　*/
          /*アコーディオンで現れるエリア*/ }
          @media screen and (max-width: 1200px) {
            .approach .box .box2 dl dt {
              line-height: 1.5;
              font-size: 2rem;
              padding: 20px 40px 20px 40px; } }
          .approach .box .box2 dl dt::after {
            position: absolute;
            content: "";
            width: 22px;
            height: 22px;
            top: 40%;
            right: 4%;
            background-image: url(/assets_shikon/images/icon_plus.svg?2025);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 22px 22px; }
          .approach .box .box2 dl dt.close {
            width: 100%; }
            .approach .box .box2 dl dt.close::after {
              background-image: url(/assets_shikon/images/icon_minus.svg?2025);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 22px 22px; }
        .approach .box .box2 dl dd {
          display: none;
          padding: 0 40px 40px; }
          .approach .box .box2 dl dd .box_dd {
            display: flex;
            justify-content: space-between;
            align-content: flex-start;
            flex-wrap: nowrap; }
            @media screen and (max-width: 1200px) {
              .approach .box .box2 dl dd .box_dd {
                flex-wrap: wrap;
                justify-content: center; } }
            .approach .box .box2 dl dd .box_dd img {
              width: 346px;
              height: auto;
              margin: 0 30px 0 0; }
              @media screen and (max-width: 1200px) {
                .approach .box .box2 dl dd .box_dd img {
                  max-width: 346px;
                  width: 100%;
                  margin: 20px auto 30px; } }
            .approach .box .box2 dl dd .box_dd p {
              font-size: 1.7rem;
              line-height: 2; }
              .approach .box .box2 dl dd .box_dd p b {
                font-weight: bold;
                color: #403999;
                display: inline-block;
                margin: 30px 0 0 0;
                line-height: 1.5; }
                .approach .box .box2 dl dd .box_dd p b i {
                  font-size: 1.2rem; }
              .approach .box .box2 dl dd .box_dd p span {
                display: inline-block;
                font-size: 1.2rem;
                margin: 10px 0 0 0; }

.message {
  padding: 100px 0; }
  @media screen and (max-width: 1200px) {
    .message {
      padding: 70px 0; } }
  .message .box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .message .box h2 {
        padding: 0 20px; } }
    .message .box h2 img {
      width: 100%;
      max-width: 500px;
      margin: 0 0 60px;
      float: left; }
      @media screen and (max-width: 1200px) {
        .message .box h2 img {
          max-width: 359px;
          float: none;
          margin: 0 auto 60px; } }
    .message .box .box2 {
      max-width: 900px;
      width: 100%;
      float: right;
      clear: both; }
      @media screen and (max-width: 1200px) {
        .message .box .box2 {
          float: none;
          width: auto;
          clear: none;
          margin: 0 20px; } }
      .message .box .box2 dl {
        background-color: #fff;
        border-radius: 10px;
        margin: 0 0 20px;
        position: relative;
        overflow: hidden; }
        .message .box .box2 dl dt {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 2.4rem;
          line-height: 1;
          font-weight: bold;
          color: #403999;
          background-color: #fff;
          border-radius: 10px;
          padding: 40px;
          box-sizing: border-box;
          position: relative;
          cursor: pointer;
          /* アイコンの＋と- */
          /*　closeというクラスがついたら形状変化　*/
          /*アコーディオンで現れるエリア*/ }
          @media screen and (max-width: 1200px) {
            .message .box .box2 dl dt {
              line-height: 1.5;
              font-size: 2rem;
              padding: 20px 40px 20px 40px; } }
          .message .box .box2 dl dt::after {
            position: absolute;
            content: "";
            width: 22px;
            height: 22px;
            top: 40%;
            right: 4%;
            background-image: url(/assets_shikon/images/icon_plus.svg?2025);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 22px 22px; }
          .message .box .box2 dl dt.close {
            width: 100%; }
            .message .box .box2 dl dt.close::after {
              background-image: url(/assets_shikon/images/icon_minus.svg?2025);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 22px 22px; }
        .message .box .box2 dl dd {
          display: none;
          padding: 0 40px 40px; }
          .message .box .box2 dl dd .box_dd .single {
            float: left;
            width: 168px;
            margin: 0 30px 70px 0; }
            @media screen and (max-width: 1200px) {
              .message .box .box2 dl dd .box_dd .single {
                float: none;
                margin: 20px auto 30px; } }
          .message .box .box2 dl dd .box_dd .double {
            float: left; }
            @media screen and (max-width: 1200px) {
              .message .box .box2 dl dd .box_dd .double {
                float: none; } }
            .message .box .box2 dl dd .box_dd .double .box_double {
              width: 346px;
              margin: 0 30px 70px 0;
              display: flex;
              justify-content: space-between;
              align-content: flex-start;
              flex-wrap: nowrap; }
              @media screen and (max-width: 1200px) {
                .message .box .box2 dl dd .box_dd .double .box_double {
                  max-width: 346px;
                  width: 100%;
                  margin: 20px auto 0;
                  flex-wrap: wrap;
                  justify-content: center; } }
              @media screen and (max-width: 1200px) {
                .message .box .box2 dl dd .box_dd .double .box_double figure {
                  margin: 0 auto 20px; } }
              .message .box .box2 dl dd .box_dd .double .box_double figure img {
                width: 168px;
                height: auto;
                margin: 0; }
          .message .box .box2 dl dd .box_dd figure {
            text-align: center; }
            .message .box .box2 dl dd .box_dd figure figcaption {
              font-size: 1.2rem;
              line-height: 1.4;
              padding: 10px 0 0;
              display: inline-block; }
          .message .box .box2 dl dd .box_dd img {
            width: 168px;
            height: auto; }
          .message .box .box2 dl dd .box_dd p {
            font-size: 1.7rem;
            line-height: 2; }
            .message .box .box2 dl dd .box_dd p b {
              font-weight: bold;
              color: #403999;
              display: inline-block;
              margin: 30px 0 0 0; }
              .message .box .box2 dl dd .box_dd p b i {
                font-size: 1.2rem; }
            .message .box .box2 dl dd .box_dd p span {
              display: inline-block;
              font-size: 1.2rem;
              margin: 10px 0 0 0; }
  .message .box_support {
    width: 100%;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1200px) {
      .message .box_support {
        justify-content: center;
        flex-wrap: wrap;
        margin: 70px auto 0; } }
    .message .box_support figure img {
      width: 810px;
      height: auto; }
      @media screen and (max-width: 1330px) {
        .message .box_support figure img {
          width: 600px; } }
      @media screen and (max-width: 1200px) {
        .message .box_support figure img {
          width: 100%;
          max-width: 810px;
          margin: 0 auto 40px; } }
    .message .box_support .title {
      text-align: center;
      margin: 0 30px 0 40px;
      padding: 30px;
      background-color: #fff;
      border-radius: 10px; }
      @media screen and (max-width: 1200px) {
        .message .box_support .title {
          margin: 0 20px;
          padding: 30px 20px; } }
      .message .box_support .title h3 {
        font-size: 2.8rem;
        line-height: 1;
        font-weight: bold;
        color: #403999;
        margin: 0 0 30px;
        padding: 10px 0 0; }
        @media screen and (max-width: 1200px) {
          .message .box_support .title h3 {
            font-size: 2rem;
            margin: 0 0 30px; } }
      .message .box_support .title p {
        text-align: left;
        font-size: 1.7rem;
        line-height: 2.4;
        color: #23221f;
        margin: 0 0 40px; }
        @media screen and (max-width: 1200px) {
          .message .box_support .title p {
            line-height: 2; } }
        .message .box_support .title p.box {
          width: auto;
          padding: 20px;
          border: 1px solid #23221f; }
      .message .box_support .title .btn {
        float: right; }
        @media screen and (max-width: 1200px) {
          .message .box_support .title .btn {
            float: none; } }

.history {
  padding: 0 0 100px; }
  .history .box {
    max-width: 1320px;
    width: 100%;
    padding: 100px 60px 60px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px; }
    @media screen and (max-width: 1200px) {
      .history .box {
        width: auto;
        padding: 50px 20px 20px;
        margin: 0 20px; } }
    .history .box span {
      font-size: 4.5rem;
      line-height: 1.3;
      font-weight: bold;
      display: block;
      text-align: center;
      color: #403999; }
      @media screen and (max-width: 1200px) {
        .history .box span {
          font-size: 2.2rem;
          line-height: 1.5; } }
    .history .box figure {
      max-width: 1080px;
      margin: 30px auto 0; }
      .history .box figure img {
        max-width: 1080px;
        width: 100%;
        height: auto; }
      .history .box figure figcaption {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 10px 0 0;
        display: block;
        text-align: right; }
    .history .box h2 img {
      width: 100%;
      max-width: 412px;
      margin: -80px 0 100px 120px; }
      @media screen and (max-width: 1200px) {
        .history .box h2 img {
          max-width: 313px;
          margin: -60px 0 70px 0; } }
      @media (max-width: 635px) {
        .history .box h2 img {
          margin: 30px 0 40px 0; } }
    .history .box .box2 {
      max-width: 880px;
      width: 100%;
      margin: 0 auto; }
      .history .box .box2 h3 {
        font-size: 2.8rem;
        line-height: 1.5;
        font-weight: bold;
        color: #403999;
        margin: 0 auto 40px;
        padding: 10px 0 0;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .history .box .box2 h3 {
            font-size: 2rem;
            line-height: 1.4;
            margin: 0 auto 30px; } }
      .history .box .box2 p {
        font-size: 1.7rem;
        line-height: 2.4;
        color: #23221f;
        margin: 0 0 50px; }
        @media screen and (max-width: 1200px) {
          .history .box .box2 p {
            line-height: 2;
            margin: 0 0 40px; } }
      .history .box .box2 .btn-more {
        position: relative;
        cursor: pointer;
        padding: 80px 0 0; }
        @media screen and (max-width: 1200px) {
          .history .box .box2 .btn-more {
            padding: 50px 0 0; } }
        .history .box .box2 .btn-more::before {
          position: absolute;
          content: "";
          width: 100px;
          height: 30px;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          background-image: url(/assets_shikon/images/btn_more.svg?2025);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100px 30px; }
        .history .box .box2 .btn-more.close::before {
          background-image: url(/assets_shikon/images/btn_close.svg?202502);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100px 30px; }

.members h2 a {
  display: block;
  background-color: #403999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 50px 100px;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .members h2 a {
      flex-wrap: wrap;
      padding: 50px 0; } }
  .members h2 a .img1 {
    max-width: 630px;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .members h2 a .img1 {
        max-width: 313px;
        margin: 0 auto; } }
  .members h2 a .img2 {
    width: 60px;
    height: 60px; }

.facility {
  padding: 120px 0; }
  @media screen and (max-width: 1200px) {
    .facility {
      padding: 60px 0 50px; } }
  .facility .box {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1200px) {
      .facility .box {
        justify-content: center;
        flex-wrap: wrap; } }
    .facility .box .title {
      margin: 0 30px 0 40px; }
      @media screen and (max-width: 1200px) {
        .facility .box .title {
          margin: 30px 0 0; } }
      .facility .box .title h2 {
        width: 100%;
        overflow: hidden; }
        @media screen and (max-width: 1200px) {
          .facility .box .title h2 {
            width: auto;
            margin: 0 20px; } }
        .facility .box .title h2 img {
          width: 100%;
          max-width: 442px;
          margin: 0 0 30px;
          float: right; }
          @media screen and (max-width: 1200px) {
            .facility .box .title h2 img {
              max-width: 313px;
              margin: 0 auto 30px;
              float: none; } }
          @media screen and (max-width: 550px) {
            .facility .box .title h2 img {
              margin: 0 auto 50px; } }
      .facility .box .title h3 {
        font-size: 2.8rem;
        line-height: 1.5;
        font-weight: bold;
        color: #403999;
        margin: 0 auto 40px;
        padding: 10px 0 0; }
        @media screen and (max-width: 1200px) {
          .facility .box .title h3 {
            font-size: 2rem;
            margin: 0 0 30px; } }
      .facility .box .title p {
        font-size: 1.7rem;
        line-height: 2.2;
        color: #23221f;
        margin: 0 0 50px; }
        @media screen and (max-width: 1200px) {
          .facility .box .title p {
            margin: 0 0 40px;
            line-height: 2; } }
      @media screen and (max-width: 1200px) {
        .facility .box .title img.img1 {
          max-width: 810px;
          height: auto;
          width: 100%;
          margin: 0 auto 40px; } }
    .facility .box img.img1 {
      width: 810px;
      height: auto; }
      @media screen and (max-width: 1330px) {
        .facility .box img.img1 {
          width: 600px; } }
  .facility .box2 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    margin: 60px auto 0; }
    @media screen and (max-width: 1200px) {
      .facility .box2 {
        flex-wrap: wrap;
        margin: 30px auto 0; } }
    .facility .box2 .title {
      margin: 0 30px 0 40px; }
      @media screen and (max-width: 1200px) {
        .facility .box2 .title {
          margin: 0; } }
      .facility .box2 .title h3 {
        font-size: 2.8rem;
        line-height: 1.5;
        font-weight: bold;
        color: #403999;
        margin: 0 0 50px;
        padding: 10px 0 0; }
        @media screen and (max-width: 1200px) {
          .facility .box2 .title h3 {
            font-size: 2rem;
            margin: 0 0 40px 20px; } }
      .facility .box2 .title p {
        font-size: 1.7rem;
        line-height: 2.2;
        color: #23221f;
        margin: 0 0 50px; }
        @media screen and (max-width: 1200px) {
          .facility .box2 .title p {
            margin: 0 20px 40px;
            line-height: 2; } }
      .facility .box2 .title .btn a {
        margin: 0; }
        @media screen and (max-width: 1200px) {
          .facility .box2 .title .btn a {
            width: auto;
            margin: 0 20px 40px; } }
    .facility .box2 img {
      width: 810px;
      height: auto; }
      @media screen and (max-width: 1330px) {
        .facility .box2 img {
          width: 600px; } }
      @media screen and (max-width: 1200px) {
        .facility .box2 img {
          width: 100%;
          max-width: 810px;
          margin: 0 auto 40px; } }
  .facility .box_bg {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 1200px) {
      .facility .box_bg {
        margin: 0 20px;
        padding: 30px 20px; } }

.bottom {
  background-image: url(/assets_shikon/images/bg_bottom.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 60px; }
  .bottom figure img {
    width: 100%;
    height: auto;
    margin: 0 0 80px; }
    @media screen and (max-width: 1200px) {
      .bottom figure img {
        margin: 0 0 40px; } }
  .bottom p {
    font-size: 2.4rem;
    line-height: 2;
    color: #403999;
    text-align: center;
    font-weight: bold;
    margin: 0 0 35px; }
    @media screen and (max-width: 1200px) {
      .bottom p {
        font-size: 2rem;
        padding: 0 20px; } }
  @media screen and (max-width: 1200px) {
    .bottom .btn a {
      width: auto;
      margin: 0 20px 40px; } }

.btn a {
  width: 400px;
  height: 100px;
  line-height: 100px;
  padding: 0 0 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #403999;
  text-align: left;
  display: block;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .btn a {
      width: 100%;
      height: 80px;
      line-height: 80px;
      padding: 0 0 0 20px; } }
  .btn a::after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(/assets_shikon/images/icon_arrow.svg?2025);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (max-width: 1200px) {
      .btn a::after {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        top: 13px; } }
  .btn a span {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #D4AF37;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .btn a span {
        font-size: 1.7rem; } }
    .btn a span::after {
      content: "";
      width: 15px;
      height: 13px;
      background-image: url(/assets_shikon/images/icon_ext.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15px 13px;
      position: absolute;
      top: 2px;
      right: -20px; }

footer {
  background-color: #403999;
  text-align: center;
  height: 100px; }
  footer p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    line-height: 100px;
    letter-spacing: 1px;
    font-family: "urw-din", sans-serif;
    font-weight: 700;
    font-style: italic; }
    @media screen and (max-width: 1200px) {
      footer p {
        font-style: normal; } }

.sns_pc {
  position: fixed;
  top: 40%;
  right: 1%; }
  @media screen and (max-width: 1200px) {
    .sns_pc {
      display: none; } }
  .sns_pc dl dt {
    writing-mode: vertical-rl;
    color: #fff;
    letter-spacing: 1.6px;
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal; }
  .sns_pc dl dd img {
    width: 30px;
    height: auto;
    margin: 20px 0; }

.sns_sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sns_sp {
      display: block;
      background-color: #403999;
      padding: 50px 20px 0; }
      .sns_sp p {
        font-family: "urw-din-condensed", sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 1.6px;
        text-align: center;
        margin: 0 auto 20px;
        font-weight: bold; }
      .sns_sp ul {
        width: 155px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap; }
        .sns_sp ul li img {
          width: 31px;
          height: auto; } }

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 15%; }
  .pagetop a {
    width: 100%;
    height: auto;
    display: block; }
    .pagetop a img {
      width: 60px;
      height: 60px; }

.slide {
  position: relative;
  width: 100%;
  height: 896px;
  overflow: hidden; }
  @media screen and (max-width: 550px) {
    .slide {
      height: 507px; } }

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slider-1 54s linear infinite;
  animation: slider-1 54s linear infinite; }

.slide-image:nth-child(1) {
  background-image: url("/assets_shikon/images/img_main_01.jpg?2025");
  -webkit-animation-delay: -2s;
  animation-delay: -2s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(1) {
      background-image: url("/assets_shikon/images/img_main_01_sp.jpg?2025"); } }

/*.slide-image:nth-child(2) {
  background-image: url("/assets_shikon/images/img_main_02.jpg?2025");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  @media screen and (max-width: 550px) {
  background-image: url("/assets_shikon/images/img_main_02_sp.jpg?2025");
  }		
}*/
.slide-image:nth-child(3) {
  background-image: url("/assets_shikon/images/img_main_03.jpg?2025");
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(3) {
      background-image: url("/assets_shikon/images/img_main_03_sp.jpg?2025"); } }

.slide-image:nth-child(4) {
  background-image: url("/assets_shikon/images/img_main_04.jpg?2025");
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(4) {
      background-image: url("/assets_shikon/images/img_main_04_sp.jpg?2025"); } }

.slide-image:nth-child(5) {
  background-image: url("/assets_shikon/images/img_main_05.jpg?2025");
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(5) {
      background-image: url("/assets_shikon/images/img_main_05_sp.jpg?2025"); } }

.slide-image:nth-child(6) {
  background-image: url("/assets_shikon/images/img_main_06.jpg?2025");
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(6) {
      background-image: url("/assets_shikon/images/img_main_06_sp.jpg?2025"); } }

.slide-image:nth-child(7) {
  background-image: url("/assets_shikon/images/img_main_07.jpg?2025");
  -webkit-animation-delay: 36s;
  animation-delay: 36s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(7) {
      background-image: url("/assets_shikon/images/img_main_07_sp.jpg?2025"); } }

.slide-image:nth-child(8) {
  background-image: url("/assets_shikon/images/img_main_08.jpg?2025");
  -webkit-animation-delay: 44s;
  animation-delay: 44s; }
  @media screen and (max-width: 550px) {
    .slide-image:nth-child(8) {
      background-image: url("/assets_shikon/images/img_main_08_sp.jpg?2025"); } }

@-webkit-keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1); }
  4.16% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  41.66% {
    opacity: 0;
    transform: scale(1.2); }
  100% {
    opacity: 0; } }
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1); }
  4.16% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  41.66% {
    opacity: 0;
    transform: scale(1.2); }
  100% {
    opacity: 0; } }
.fv {
  position: relative; }
  .fv .title {
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 1200px) {
      .fv .title {
        top: 33%; } }
    .fv .title h1 {
      font-size: 7.6rem;
      font-weight: bold;
      color: #1C1C3D;
      text-align: center;
      letter-spacing: 1px; }
      @media screen and (max-width: 1200px) {
        .fv .title h1 {
          font-size: 3.7rem; } }
      @media screen and (max-width: 380px) {
        .fv .title h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 330px) {
        .fv .title h1 {
          font-size: 2.8rem; } }
      .fv .title h1 span {
        width: 280px;
        margin: 0 auto;
        font-size: 1.7rem;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
        padding: 8px;
        background-color: #1C1C3D;
        text-align: center;
        display: block;
        box-sizing: border-box;
        line-height: 1; }
        @media screen and (max-width: 1200px) {
          .fv .title h1 span {
            width: 220px;
            font-size: 1.3rem;
            margin-bottom: 10px; } }
      .fv .title h1 .reflection figure, .fv .title h1 img {
        max-width: 1068px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block; }
        @media screen and (max-width: 1200px) {
          .fv .title h1 .reflection figure, .fv .title h1 img {
            max-width: 100%;
            width: 100%;
            margin: 0 auto; } }
      @media screen and (max-width: 1200px) {
        .fv .title h1 .reflection {
          margin-top: 10px;
          padding-left: 5%;
          padding-right: 5%; } }
      .fv .title h1 .reflection figure {
        position: relative;
        mask-image: url("/assets_shikon/images/h1_m.png");
        /*マスク用画像*/
        mask-repeat: no-repeat;
        mask-position: 3% 0;
        mask-size: auto 100%;
        -webkit-mask-image: url("/assets_shikon/images/h1_m.png");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: 3% 0;
        -webkit-mask-size: auto 100%;
        z-index: 1; }
        .fv .title h1 .reflection figure::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: url("/assets_shikon/images/h1_m_light.svg") -100% center no-repeat;
          background-size: contain;
          animation: textlight 6s ease-in-out infinite;
          -webkit-animation: textlight 6s ease-in-out infinite; }
      .fv .title h1 b {
        font-size: 4rem;
        font-weight: bold;
        color: #1C1C3D;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1; }
        @media screen and (max-width: 1200px) {
          .fv .title h1 b {
            font-size: 2.2rem;
            margin-top: 10px; } }
        @media screen and (max-width: 380px) {
          .fv .title h1 b {
            font-size: 1.9rem; } }
        @media screen and (max-width: 330px) {
          .fv .title h1 b {
            font-size: 1.7rem; } }

.reflection {
  position: relative;
  overflow: hidden; }

.reflection:after {
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 6s ease-in-out infinite;
  z-index: 0; }

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@keyframes textlight {
  0% {
    background-position: -100% center;
    opacity: 0; }
  83% {
    background-position: -120% center;
    opacity: .5; }
  85% {
    background-position: 0 center;
    opacity: .9; }
  94% {
    background-position: 98% center;
    opacity: .9; }
  96% {
    background-position: 120% center;
    opacity: 0; }
  100% {
    background-position: 130% center;
    opacity: 0; } }
.article {
  background-color: #f5f5f5;
  padding: 0 30px; }
  @media screen and (max-width: 1200px) {
    .article {
      padding: 0 20px; } }
  .article .breadcrumb {
    height: 56px;
    margin: 0;
    background-color: #f5f5f5; }
    @media screen and (max-width: 1200px) {
      .article .breadcrumb {
        height: 45px; } }
    .article .breadcrumb ul {
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap; }
      @media screen and (max-width: 1330px) {
        .article .breadcrumb ul {
          width: auto;
          margin: 0; } }
      @media screen and (max-width: 1200px) {
        .article .breadcrumb ul {
          overflow-x: scroll;
          white-space: nowrap;
          padding: 0; } }
      .article .breadcrumb ul li {
        font-size: 1.5rem;
        line-height: 56px;
        position: relative;
        margin: 0 21px 0 23px;
        color: #23221f; }
        @media screen and (max-width: 1200px) {
          .article .breadcrumb ul li {
            font-size: 1.4rem;
            line-height: 45px; } }
        .article .breadcrumb ul li a {
          color: #23221f;
          text-decoration: underline; }
          .article .breadcrumb ul li a:hover {
            color: #23221f;
            text-decoration: none; }
        .article .breadcrumb ul li::after {
          content: ">";
          position: absolute;
          top: 0;
          left: -23px;
          font-size: 15px; }
        .article .breadcrumb ul li:first-child {
          margin-left: 0; }
          .article .breadcrumb ul li:first-child::after {
            left: unset;
            right: calc(-21px - 0.5rem); }
        .article .breadcrumb ul li:nth-child(2)::after {
          content: none; }
        .article .breadcrumb ul li:last-child {
          margin-right: 0; }
  .article .box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 50px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 1200px) {
      .article .box {
        padding: 60px 20px 20px; } }
    .article .box h2 {
      color: #403999;
      font-size: 2.8rem;
      line-height: 1.5;
      text-align: center;
      margin: 0 auto 60px;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .article .box h2 {
          font-size: 1.9rem; } }
    .article .box .box_img {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin: 0 0 70px; }
      @media screen and (max-width: 550px) {
        .article .box .box_img {
          margin: 0 0 50px; } }
      .article .box .box_img img {
        width: 560px;
        height: auto;
        display: block; }
        @media screen and (max-width: 1200px) {
          .article .box .box_img img {
            width: 100%; } }
    .article .box h3 {
      color: #403999;
      font-size: 2.4rem;
      line-height: 1.5;
      text-align: left;
      margin: 0 0 30px;
      padding: 20px 0 0;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .article .box h3 {
          font-size: 1.8rem; } }
    .article .box p {
      font-size: 1.6rem;
      line-height: 2;
      color: #23221f;
      margin: 0 0 30px; }
      .article .box p.p-right {
        text-align: right; }

#article .bottom, #news-page .bottom {
  background-image: none;
  background-color: #f5f5f5;
  padding: 60px 0; }
  @media screen and (max-width: 1200px) {
    #article .bottom, #news-page .bottom {
      padding: 60px 0 20px; } }

#article .sns_pc dl dt, #news-page .sns_pc dl dt {
  color: #403999; }

#article .gnavi_pc ul li a span {
  position: relative; }
  #article .gnavi_pc ul li a span::after {
    width: 23px;
    height: 14px;
    top: 2px;
    right: -25px;
    background-image: url(/assets_shikon/images/icon_menu_article.svg); }
#article .gnavi_pc ul li:nth-of-type(4) a span {
  position: relative; }
  #article .gnavi_pc ul li:nth-of-type(4) a span::after {
    content: "";
    width: 15px;
    height: 13px;
    background-image: url(/assets_shikon/images/icon_ext.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: -25px; }

.news-page {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 100px 100px 0; }
  @media screen and (max-width: 1330px) {
    .news-page {
      padding: 50px 60px 0; } }
  @media screen and (max-width: 1200px) {
    .news-page {
      flex-wrap: wrap;
      justify-content: center;
      padding: 70px 20px 0; } }
  .news-page h2 img {
    width: 298px;
    margin: 0 30px; }
    @media screen and (max-width: 1200px) {
      .news-page h2 img {
        width: 210px;
        margin: 0 0 30px; } }
  .news-page .news_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .news-page .news_box .box {
      max-width: 900px;
      width: 100%;
      margin: 0 0 10px; }
      @media screen and (max-width: 1200px) {
        .news-page .news_box .box {
          max-width: 100%; } }
      .news-page .news_box .box a {
        width: 100%;
        padding: 16px 40px 15px 25px;
        box-sizing: border-box;
        display: block;
        font-weight: bold;
        color: #403999;
        background-color: #fff;
        border-radius: 10px;
        position: relative; }
        .news-page .news_box .box a::after {
          content: "";
          width: 7px;
          height: 12px;
          background-image: url(/assets_shikon/images/icon_arrow_right.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          position: absolute;
          top: 0;
          right: 30px;
          bottom: 0;
          margin: auto; }
        .news-page .news_box .box a dl dt {
          font-size: 1.6rem;
          line-height: 1;
          margin: 0 0 8px; }
        .news-page .news_box .box a dl dd {
          font-size: 2rem;
          line-height: 1.5; }

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