@charset "UTF-8";
/* =============================================================== */
/* reset */
/* =============================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* =============================================================== */
/* reset */
/* =============================================================== */
/* =============================================================== */
/* foundation */
/* =============================================================== */
html {
  font-size: 62.5%; }

body {
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media print, screen and (min-width: 897px) {
    body {
      min-width: 1024px; } }

img {
  width: 100%;
  height: auto; }

* {
  box-sizing: border-box;
  zoom: 1; }

a {
  color: #333333;
  text-decoration: none; }

@font-face {
  font-family: Calibri-Light;
  src: url(../font/Calibri-Light.ttf) format(”truetype”); }

@font-face {
  font-family: Calibri-Regular;
  src: url(../font/Calibri-Regular.ttf) format(”truetype”); }

.pc_b {
  display: block !important; }
  @media print, screen and (max-width: 896px) {
    .pc_b {
      display: none !important; } }

.pc_i {
  display: inline !important; }
  @media print, screen and (max-width: 896px) {
    .pc_i {
      display: none !important; } }

.pc_ib {
  display: inline-block !important; }
  @media print, screen and (max-width: 896px) {
    .pc_ib {
      display: none !important; } }

.sp_b {
  display: none !important; }
  @media print, screen and (max-width: 896px) {
    .sp_b {
      display: block !important; } }

.sp_i {
  display: none !important; }
  @media print, screen and (max-width: 896px) {
    .sp_i {
      display: inline !important; } }

.sp_ib {
  display: none !important; }
  @media print, screen and (max-width: 896px) {
    .sp_ib {
      display: inline-block !important; } }

/* =============================================================== */
/* st */
/* =============================================================== */
/* =============================================================== */
/* .st-Container */
/* =============================================================== */
.st-Container {
  background: url("../../images/pc/main/bg_pattern.png") repeat-y 50% 0, url("../../images/pc/main/bg.png") 50% 0;
  position: relative;
  background-size: 1200px auto,auto;
  background-attachment: fixed; }
  @media print, screen and (min-width: 897px) and (max-width: 1279px) {
    .st-Container:before {
      content: "";
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      background: url("../../images/pc/main/bg_pattern.png") repeat-y 50% 0, url("../../images/pc/main/bg.png") 50% 0/cover;
      top: 0;
      left: 0;
      z-index: 0; } }
  @media print, screen and (max-width: 896px) {
    .st-Container:before {
      content: "";
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      background: url("../../images/sp/main/bg.png") 50% 0/100% auto;
      top: 0;
      left: 0;
      z-index: 0; } }

/* =============================================================== */
/* .st-Header */
/* =============================================================== */
.st-Header {
  width: 100%;
  height: 100px;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  z-index: 10000; }
  @media print, screen and (max-width: 896px) {
    .st-Header {
      height: 60px;
      -ms-flex-align: center;
          align-items: center;
      padding: 15px 0 0 0; }
      .st-Header.active .st-Header_Inner_Hamburger {
        z-index: 20000;
        tap-highlight-color: rgba(0, 0, 0, 0); }
        .st-Header.active .st-Header_Inner_Hamburger span:nth-of-type(1) {
          top: 50%;
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
        .st-Header.active .st-Header_Inner_Hamburger span:nth-of-type(2) {
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
        .st-Header.active .st-Header_Inner_Hamburger span:nth-of-type(3) {
          bottom: 50%;
          -ms-transform: translateY(50%) rotate(45deg);
              transform: translateY(50%) rotate(45deg);
          box-shadow: none; }
      .st-Header.active .st-Header_Inner_GlobalMenu {
        transition-delay: 0s;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible; } }
  .st-Header_Inner {
    width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }
    @media print, screen and (max-width: 896px) {
      .st-Header_Inner {
        width: 89.33333vw; } }
    .st-Header_Inner_Logo {
      width: 152px; }
      @media print, screen and (max-width: 896px) {
        .st-Header_Inner_Logo {
          width: 113px; } }
    .st-Header_Inner_Hamburger {
      width: 28px;
      height: 22px;
      z-index: 1;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      @media print, screen and (min-width: 897px) {
        .st-Header_Inner_Hamburger {
          display: none; } }
      .st-Header_Inner_Hamburger span {
        width: 100%;
        margin: 0 auto;
        height: 0.26667vw;
        display: inline-block;
        transition: .4s;
        position: absolute;
        right: 0;
        background-color: #000;
        border-radius: 0.26667vw; }
        .st-Header_Inner_Hamburger span:nth-of-type(1) {
          top: 0; }
        .st-Header_Inner_Hamburger span:nth-of-type(2) {
          top: 50%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
        .st-Header_Inner_Hamburger span:nth-of-type(3) {
          bottom: 0; }
    @media print, screen and (max-width: 896px) {
      .st-Header_Inner_GlobalMenu {
        width: 100%;
        height: 100vh;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: fixed;
        top: 0;
        left: 0;
        transition: .3s;
        transition: opacity 0.5s, visibility 0s ease 1s;
        visibility: hidden;
        background: #bdd8e8;
        overflow-y: scroll; } }
    @media print, screen and (max-width: 896px) {
      .st-Header_Inner_GlobalMenu nav {
        padding: 15vh 17.33333vw 0 17.33333vw; } }
    .st-Header_Inner_GlobalMenu nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      @media print, screen and (max-width: 896px) {
        .st-Header_Inner_GlobalMenu nav ul {
          display: block; } }
      .st-Header_Inner_GlobalMenu nav ul li {
        position: relative; }
        .st-Header_Inner_GlobalMenu nav ul li + li {
          margin: 0 0 0 26px; }
          @media print, screen and (max-width: 896px) {
            .st-Header_Inner_GlobalMenu nav ul li + li {
              margin: 30px 0 0 0; } }
        .st-Header_Inner_GlobalMenu nav ul li:before {
          content: "";
          width: 0;
          position: absolute;
          transition: all 0.2s linear;
          height: 3px;
          background: #000;
          bottom: -10px;
          left: 0;
          right: 0;
          transition: .2s; }
          @media print, screen and (max-width: 896px) {
            .st-Header_Inner_GlobalMenu nav ul li:before {
              height: 0.4vw;
              bottom: -1.33333vw; } }
        @media print, screen and (min-width: 1025px) {
          .st-Header_Inner_GlobalMenu nav ul li:hover:before {
            width: 100%; } }
        @media print, screen and (min-width: 897px) {
          .st-Header_Inner_GlobalMenu nav ul li.current:before {
            width: 100%; } }
        .st-Header_Inner_GlobalMenu nav ul li a {
          font-size: 14px;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 700; }
          @media print, screen and (max-width: 896px) {
            .st-Header_Inner_GlobalMenu nav ul li a {
              font-size: 16px;
              font-size: 1.6rem; } }

/* =============================================================== */
/* .st-Footer */
/* =============================================================== */
.st-Footer {
  padding: 0 0 30px 0;
  background: #fff;
  border-top: 7px solid #000;
  position: relative; }
  @media print, screen and (max-width: 896px) {
    .st-Footer {
      padding: 0 0 6vw 0;
      border-top: 1.33333vw solid #000; } }
  .st-Footer_Inner {
    width: 960px;
    margin: 0 auto; }
    @media print, screen and (max-width: 896px) {
      .st-Footer_Inner {
        width: auto; } }
    .st-Footer_Inner .logo {
      width: 248px;
      -ms-transform: translateY(-27px);
          transform: translateY(-27px); }
      @media print, screen and (max-width: 896px) {
        .st-Footer_Inner .logo {
          width: 49.33333vw;
          margin: 0 0 5.33333vw 2vw;
          -ms-transform: translateY(-5.33333vw);
              transform: translateY(-5.33333vw); } }
    .st-Footer_Inner .link {
      margin: 0 0 20px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      @media print, screen and (max-width: 896px) {
        .st-Footer_Inner .link {
          margin: 0 0 4vw 0; } }
      .st-Footer_Inner .link li + li {
        margin: 0 0 0 15px; }
        @media print, screen and (max-width: 896px) {
          .st-Footer_Inner .link li + li {
            margin: 0 0 0 2.66667vw; } }
        .st-Footer_Inner .link li + li:before {
          content: "|";
          margin: 0 15px 0 0;
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          color: #00aeff; }
          @media print, screen and (max-width: 896px) {
            .st-Footer_Inner .link li + li:before {
              margin: 0 2.66667vw 0 0;
              font-size: 4.8vw; } }
      .st-Footer_Inner .link li a {
        font-size: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        font-family: Calibri-Regular, "Noto Sans JP", sans-serif;
        color: #00aeff; }
        @media print, screen and (min-width: 897px) {
          .st-Footer_Inner .link li a {
            transition: 0.3s; }
            .st-Footer_Inner .link li a:hover {
              opacity: 0.7;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
        @media print, screen and (max-width: 896px) {
          .st-Footer_Inner .link li a {
            font-size: 4vw;
            line-height: 1.3; } }
    .st-Footer_Inner .copyright {
      text-align: center;
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: Calibri-Regular, "Noto Sans JP", sans-serif; }
      @media print, screen and (max-width: 896px) {
        .st-Footer_Inner .copyright {
          font-size: 3.2vw; } }

@media screen and (orientation: landscape) and (max-width: 896px) {
  .sw-landscape {
    display: none !important; } }

/* =============================================================== */
/* sw */
/* =============================================================== */
.sw-Inner {
  width: 960px;
  margin: 0 auto;
  position: relative; }
  @media print, screen and (max-width: 896px) {
    .sw-Inner {
      width: 100%; } }

.sw-Title {
  margin: 0 0 40px 0;
  text-align: right;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  position: relative; }
  @media print, screen and (max-width: 896px) {
    .sw-Title {
      width: 89.33333vw;
      margin: 0 auto 15.2vw auto;
      font-size: 3.2vw; } }
  .sw-Title span {
    position: relative; }
    .sw-Title span:after {
      content: "";
      width: 100%;
      position: absolute;
      height: 4px;
      background: #000;
      bottom: -8px;
      left: 0;
      right: 0; }
      @media print, screen and (max-width: 896px) {
        .sw-Title span:after {
          height: 0.93333vw;
          bottom: -2.26667vw; } }

.sw-Arrow {
  display: block; }
  .sw-Arrow span {
    width: 62px;
    height: 62px;
    background: url("../../images/common/main/arrow.png") no-repeat 0/100% auto;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media print, screen and (min-width: 897px) {
      .sw-Arrow span {
        transition: 0.3s; }
        .sw-Arrow span:hover {
          background: url("../../images/common/main/arrow_on.png") no-repeat 0 0/100% auto;
          background-size: 100% auto; } }
    @media print, screen and (max-width: 896px) {
      .sw-Arrow span {
        width: 14.66667vw;
        height: 14.66667vw;
        bottom: 9.33333vw; } }

.sw-Arrow-02 {
  width: 62px;
  margin: 90px auto 75px auto;
  display: block; }
  @media print, screen and (max-width: 896px) {
    .sw-Arrow-02 {
      width: 14.66667vw;
      margin: 22.66667vw auto 20vw auto; } }
  .sw-Arrow-02 span {
    transition: 0.3s;
    width: 62px;
    height: 62px;
    background: url("../../images/common/main/arrow.png") no-repeat 0/100% auto;
    display: block;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media print, screen and (min-width: 897px) {
      .sw-Arrow-02 span:hover {
        background: url("../../images/common/main/arrow_on.png") no-repeat 0 0/100% auto;
        background-size: 100% auto; } }
    @media print, screen and (max-width: 896px) {
      .sw-Arrow-02 span {
        width: 14.66667vw;
        height: 14.66667vw; } }

@media print, screen and (min-width: 897px) {
  .sw-Hover {
    transition: 0.3s; }
    .sw-Hover:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

.idx-Main {
  width: 100%;
  height: 100vh; }
  .idx-Main_Inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media print, screen and (max-width: 896px) {
      .idx-Main_Inner {
        width: 100%;
        height: 100%; } }
    .idx-Main_Inner h1 {
      width: 403px;
      position: absolute;
      top: 40vh;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      z-index: 100; }
      @media print, screen and (max-width: 896px) {
        .idx-Main_Inner h1 {
          width: 79.46667vw; } }
      .idx-Main_Inner h1 img {
        transition: 0.3s;
        position: absolute; }
      .idx-Main_Inner h1 .is-Hidden {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
        @media print, screen and (min-width: 897px) {
          .idx-Main_Inner h1 .is-Hidden {
            -ms-transform: translateY(70px);
                transform: translateY(70px); } }
        @media print, screen and (max-width: 896px) {
          .idx-Main_Inner h1 .is-Hidden {
            -ms-transform: translateY(10.66667vw);
                transform: translateY(10.66667vw); } }

/* =============================================================== */
/* .idx-Features */
/* =============================================================== */
.idx-Features {
  padding: 140px 0 0 0; }
  @media print, screen and (max-width: 896px) {
    .idx-Features {
      padding: 25.6vw 0 0 0; } }
  .idx-Features .heading {
    margin: 0 0 40px 0;
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #00aeff; }
    @media print, screen and (max-width: 896px) {
      .idx-Features .heading {
        width: 85.33333vw;
        margin: 0 auto 5.33333vw auto;
        font-size: 4.66667vw; } }
  .idx-Features .text {
    width: 680px;
    margin: 0 0 50px 0;
    font-size: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 896px) {
      .idx-Features .text {
        width: 85.33333vw;
        margin: 0 auto 6.66667vw auto;
        font-size: 4vw; } }
  .idx-Features .business {
    height: 887px;
    padding: 43px 0 0 0;
    position: relative;
    background: url("../../images/pc/features/bg_business.png") no-repeat 0 0/100% auto; }
    @media print, screen and (max-width: 896px) {
      .idx-Features .business {
        height: 255.73333vw;
        padding: 7.2vw 0 0 0;
        background: url("../../images/sp/features/bg_business.png") no-repeat 0 0/100% auto; } }
    .idx-Features .business h3 {
      margin: 0 0 0 54px;
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5;
      text-indent: -0.5em; }
      @media print, screen and (max-width: 896px) {
        .idx-Features .business h3 {
          margin: 0 0 0 8vw;
          font-size: 4vw;
          line-height: 1.3; } }
    .idx-Features .business .method1 {
      width: 406px;
      position: absolute;
      left: 0;
      top: 201px; }
      @media print, screen and (max-width: 896px) {
        .idx-Features .business .method1 {
          width: 37.33333vw;
          top: 33.86667vw; } }
    .idx-Features .business .method2 {
      width: 406px;
      position: absolute;
      right: 0;
      top: 342px; }
      @media print, screen and (max-width: 896px) {
        .idx-Features .business .method2 {
          width: 37.33333vw;
          top: 59.46667vw; } }
    .idx-Features .business ul {
      padding: 540px 0 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media print, screen and (max-width: 896px) {
        .idx-Features .business ul {
          padding: 90.13333vw 0 0 0;
          -ms-flex-direction: column;
              flex-direction: column; } }
      .idx-Features .business ul li {
        width: 135px; }
        @media print, screen and (max-width: 896px) {
          .idx-Features .business ul li {
            width: 36vw; } }
        .idx-Features .business ul li + li {
          margin: 0 0 0 41px; }
          @media print, screen and (max-width: 896px) {
            .idx-Features .business ul li + li {
              margin: 4vw 0 0 0; } }
        .idx-Features .business ul li a {
          height: 135px;
          text-align: center;
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1.3;
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          border-radius: 50%;
          background: url("../../images/common/features/icon_arrow-bottom.png") no-repeat left 50% bottom 18px rgba(2, 169, 253, 0.7);
          background-size: 15px 12px; }
          @media print, screen and (max-width: 896px) {
            .idx-Features .business ul li a {
              height: 36vw;
              font-size: 4vw;
              background: url("../../images/common/features/icon_arrow-bottom.png") no-repeat left 50% bottom 4.66667vw rgba(2, 169, 253, 0.7);
              background-size: 4vw 3.2vw; } }

/* =============================================================== */
/* .idx-Like */
/* =============================================================== */
.idx-Like {
  padding: 140px 0 0 0; }
  @media print, screen and (max-width: 896px) {
    .idx-Like {
      padding: 25.6vw 0 0 0; } }
  .idx-Like .top {
    margin: 0 0 35px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media print, screen and (max-width: 896px) {
      .idx-Like .top {
        margin: 0 0 6.66667vw 0;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .idx-Like .top .balloon {
      width: 282px;
      height: 72px;
      margin: 0 30px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #00aeff;
      background: url("../../images/pc/like/bg_balloon.png") no-repeat 0 0/100% auto; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .top .balloon {
          width: 80.26667vw;
          height: 17.33333vw;
          margin: 0 auto 3.33333vw auto;
          padding: 5.33333vw 0 0 0;
          font-size: 4.4vw;
          -ms-flex-align: stretch;
              align-items: stretch;
          background: url("../../images/sp/like/bg_balloon.png") no-repeat 0 0/100% auto; } }
    .idx-Like .top .right-text {
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      text-indent: -0.5em; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .top .right-text {
          width: 85.33333vw;
          margin: 0 auto;
          font-size: 4.8vw; } }
  .idx-Like .like-method {
    height: 2135px;
    padding: 48px 65px 0 65px;
    background: url("../../images/pc/like/bg_like-method.png") no-repeat 0 0/100% auto; }
    @media print, screen and (max-width: 896px) {
      .idx-Like .like-method {
        height: 806.66667vw;
        padding: 7.2vw 8.66667vw 0 8.66667vw;
        background: url("../../images/sp/like/bg_like-method.png") no-repeat 0 0/100% auto; } }
    .idx-Like .like-method .method1-top {
      padding: 0 0 174px 0;
      position: relative; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .like-method .method1-top {
          padding: 0 0 33.33333vw 0; } }
      .idx-Like .like-method .method1-top h3 {
        margin: 0 0 40px 0;
        font-size: 24px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff; }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method .method1-top h3 {
            margin: 0 0 5.33333vw 0;
            font-size: 4.8vw; } }
        .idx-Like .like-method .method1-top h3 span {
          margin: 0 15px 0 0;
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          vertical-align: middle; }
          @media print, screen and (max-width: 896px) {
            .idx-Like .like-method .method1-top h3 span {
              margin: 0 vwSP(40) 0 0;
              font-size: 4vw; } }
      .idx-Like .like-method .method1-top .text {
        width: 700px;
        font-size: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5; }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method .method1-top .text {
            width: 58.66667vw;
            font-size: 4vw; } }
        .idx-Like .like-method .method1-top .text + .text {
          margin: 20px 0 0 0; }
          @media print, screen and (max-width: 896px) {
            .idx-Like .like-method .method1-top .text + .text {
              margin: 5.33333vw 0 0 0; } }
      .idx-Like .like-method .method1-top .name {
        width: 458px;
        margin: 50px 0 40px 0;
        padding: 0 0 4px 0;
        font-size: 18px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        border-bottom: 1px solid #000; }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method .method1-top .name {
            width: 85.33333vw;
            margin: 54.66667vw 0 9.33333vw 0;
            padding: 0 0 1.6vw 0;
            font-size: 4vw;
            border-bottom: 0.26667vw solid #000; } }
        .idx-Like .like-method .method1-top .name span {
          font-size: 12px;
          font-size: 12px;
          font-size: 1.2rem;
          font-family: Calibri-Regular, "Noto Sans JP", sans-serif; }
          @media print, screen and (max-width: 896px) {
            .idx-Like .like-method .method1-top .name span {
              font-size: 2.8vw; } }
      .idx-Like .like-method .method1-top .figure {
        width: 447px; }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method .method1-top .figure {
            width: 100%; } }
      .idx-Like .like-method .method1-top .line {
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 80px;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.2); }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method .method1-top .line {
            height: 0.26667vw;
            bottom: 17.33333vw; } }
    .idx-Like .like-method #method1-bottom .heading {
      margin: 0 0 20px 0;
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.5; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .like-method #method1-bottom .heading {
          margin: 0 0 4vw 0;
          font-size: 4.8vw; } }
    .idx-Like .like-method #method1-bottom .text {
      margin: 0 0 30px 0;
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .like-method #method1-bottom .text {
          margin: 0 0 10.66667vw 0;
          font-size: 4vw; } }
    .idx-Like .like-method #method1-bottom .fadepc {
      height: 304px;
      margin: 0 0 30px 48px;
      position: relative; }
      .idx-Like .like-method #method1-bottom .fadepc img {
        position: absolute; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .like-method #method1-bottom .fadepc {
          display: none; } }
    .idx-Like .like-method #method1-bottom .fadesp {
      width: 70.26667vw;
      height: 109.33333vw;
      margin: 0 auto 69.33333vw auto;
      position: relative; }
      .idx-Like .like-method #method1-bottom .fadesp img {
        position: absolute; }
      @media print, screen and (min-width: 897px) {
        .idx-Like .like-method #method1-bottom .fadesp {
          display: none; } }
    .idx-Like .like-method #method1-bottom ol li {
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 896px) {
        .idx-Like .like-method #method1-bottom ol li {
          font-size: 4vw; } }
      .idx-Like .like-method #method1-bottom ol li + li {
        margin: 20px 0 0 0; }
        @media print, screen and (max-width: 896px) {
          .idx-Like .like-method #method1-bottom ol li + li {
            margin: 5.33333vw 0 0 0; } }
      .idx-Like .like-method #method1-bottom ol li span {
        font-weight: 700; }

/* =============================================================== */
/* .idx-Approach */
/* =============================================================== */
.idx-Approach {
  padding: 140px 0 0 0; }
  @media print, screen and (max-width: 896px) {
    .idx-Approach {
      padding: 25.6vw 0 0 0; } }
  .idx-Approach .top {
    margin: 0 0 35px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media print, screen and (max-width: 896px) {
      .idx-Approach .top {
        margin: 0 0 6.66667vw 0;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .idx-Approach .top .balloon {
      width: 282px;
      height: 72px;
      margin: 0 30px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #00aeff;
      background: url("../../images/pc/like/bg_balloon.png") no-repeat 0 0/100% auto; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .top .balloon {
          width: 80.26667vw;
          height: 17.33333vw;
          margin: 0 auto 3.33333vw auto;
          padding: 5.33333vw 0 0 0;
          font-size: 4.4vw;
          -ms-flex-align: stretch;
              align-items: stretch;
          background: url("../../images/sp/like/bg_balloon.png") no-repeat 0 0/100% auto; } }
    .idx-Approach .top .right-text {
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.3;
      text-indent: -0.5em; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .top .right-text {
          width: 85.33333vw;
          margin: 0 auto;
          font-size: 4.8vw; } }
  .idx-Approach .ie-approach {
    height: 1135px;
    padding: 48px 65px 0 65px;
    background: url("../../images/pc/approach/bg_ie-approach.png") no-repeat 0 0/100% auto;
    position: relative;
    overflow: hidden; }
    @media print, screen and (max-width: 896px) {
      .idx-Approach .ie-approach {
        height: 285.33333vw;
        padding: 7.2vw 8.66667vw 0 8.66667vw;
        background: url("../../images/sp/approach/bg_ie-approach.png") no-repeat 0 0/100% auto; } }
    .idx-Approach .ie-approach .method2 h3 {
      margin: 0 0 40px 0;
      font-size: 24px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      color: #fff; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 h3 {
          margin: 0 0 5.33333vw 0;
          font-size: 4.8vw; } }
      .idx-Approach .ie-approach .method2 h3 span {
        margin: 0 15px 0 0;
        font-size: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        vertical-align: middle; }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 h3 span {
            margin: 0 vwSP(40) 0 0;
            font-size: 4vw; } }
    .idx-Approach .ie-approach .method2 .text {
      width: 720px;
      margin: 0 0 20px 0;
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 .text {
          width: auto;
          font-size: 4vw; } }
    .idx-Approach .ie-approach .method2 .caution {
      font-size: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 .caution {
          font-size: 3.2vw; } }
      .idx-Approach .ie-approach .method2 .caution span {
        font-size: 10px;
        font-size: 10px;
        font-size: 1rem; }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .caution span {
            font-size: 2.66667vw; } }
    .idx-Approach .ie-approach .method2 .name {
      width: 346px;
      margin: 50px 0 40px 0;
      padding: 0 0 4px 0;
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      border-bottom: 1px solid #000; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 .name {
          width: 85.33333vw;
          margin: 10.66667vw 0 6.66667vw 0;
          padding: 0 0 1.6vw 0;
          font-size: 4vw;
          border-bottom: 0.26667vw solid #000; } }
      .idx-Approach .ie-approach .method2 .name span {
        font-size: 12px;
        font-size: 12px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .name span {
            font-size: 2.8vw; } }
    .idx-Approach .ie-approach .method2 .swiper-container {
      width: 960px;
      margin: 0 0 0 -65px;
      padding: 138px 0 0 0;
      position: relative; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 .swiper-container {
          width: 102.4vw;
          margin: 0 0 0 -8.53333vw;
          padding: 18.66667vw 0 0 0; } }
      .idx-Approach .ie-approach .method2 .swiper-container .swiper-wrapper {
        width: 773px;
        margin: 0 auto; }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-wrapper {
            width: 85.33333vw;
            margin: 0 auto; } }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-wrapper .swiper-slide img {
          width: 773px;
          height: auto; }
          @media print, screen and (max-width: 896px) {
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-wrapper .swiper-slide img {
              width: 85.33333vw; } }
      .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination {
        top: 0; }
      .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet {
        width: 199px;
        height: 84px;
        margin: 0;
        border-radius: 20px;
        top: 0;
        background: #fff;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        position: relative;
        outline: none; }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet {
            width: 21.73333vw;
            height: 13.46667vw;
            padding: 2.66667vw 0 0 0;
            border-radius: 2.66667vw; } }
        @media print, screen and (min-width: 897px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet {
            transition: 0.3s; }
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:hover {
              color: #fff;
              background: #00aeff; } }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
          color: #fff;
          background: #00aeff; }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin: 0 0 0 88px; }
          @media print, screen and (max-width: 896px) {
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
              margin: 0 0 0 9.06667vw; } }
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet:before {
            content: "";
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            top: 50%;
            left: -44px;
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            background: url("../../images/common/approach/img_cross.png") no-repeat 0 0/100% auto; }
            @media print, screen and (max-width: 896px) {
              .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet:before {
                width: 4.4vw;
                height: 4.4vw;
                left: -4.66667vw; } }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(1):after {
          content: "推進する仕組み";
          font-size: 18px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 84px; }
          @media print, screen and (max-width: 896px) {
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(1):after {
              content: "推進する\A仕組み";
              font-size: 3.2vw;
              line-height: 1.3;
              white-space: pre; } }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(2):after {
          content: "IE的思考";
          font-size: 18px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 84px; }
          @media print, screen and (max-width: 896px) {
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(2):after {
              content: "IE的\A思考";
              font-size: 3.2vw;
              line-height: 1.3;
              white-space: pre; } }
        .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(3):after {
          content: "促進する仕掛け";
          font-size: 18px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 84px; }
          @media print, screen and (max-width: 896px) {
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-pagination-bullet:nth-child(3):after {
              content: "促進する\A仕掛け";
              font-size: 3.2vw;
              line-height: 1.3;
              white-space: pre; } }
      .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-prev {
        width: 16px;
        height: 24px;
        top: 355px;
        left: 46px;
        margin-top: 0;
        background: url("../../images/common/approach/img_triangle.png") no-repeat 0 0/100% auto;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        cursor: pointer;
        outline: none; }
        @media print, screen and (min-width: 897px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-prev {
            transition: 0.3s; }
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-prev:hover {
              background: url("../../images/common/approach/img_triangle_on.png") no-repeat 0 0/100% auto; } }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-prev {
            width: 3.2vw;
            height: 4.66667vw;
            top: 61.73333vw;
            left: 2.66667vw; } }
      .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-next {
        width: 16px;
        height: 24px;
        top: 355px;
        right: 46px;
        margin-top: 0;
        background: url("../../images/common/approach/img_triangle.png") no-repeat 0 0/100% auto;
        cursor: pointer;
        outline: none; }
        @media print, screen and (min-width: 897px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-next {
            transition: 0.3s; }
            .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-next:hover {
              background: url("../../images/common/approach/img_triangle_on.png") no-repeat 0 0/100% auto; } }
        @media print, screen and (max-width: 896px) {
          .idx-Approach .ie-approach .method2 .swiper-container .swiper-button-next {
            width: 3.2vw;
            height: 4.66667vw;
            top: 61.73333vw;
            right: 2.66667vw; } }
    .idx-Approach .ie-approach .method2 .sw-Arrow span {
      bottom: 50px; }
      @media print, screen and (max-width: 896px) {
        .idx-Approach .ie-approach .method2 .sw-Arrow span {
          bottom: 6.66667vw; } }

/* =============================================================== */
/* .idx-Business */
/* =============================================================== */
.idx-Business {
  padding: 140px 0 0 0; }
  @media print, screen and (max-width: 896px) {
    .idx-Business {
      padding: 25.6vw 0 0 0; } }
  .idx-Business .heading {
    margin: 0 0 50px 0;
    font-size: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3; }
    @media print, screen and (max-width: 896px) {
      .idx-Business .heading {
        width: 85.33333vw;
        margin: 0 auto 10.66667vw auto;
        font-size: 4.8vw; } }
  .idx-Business ul {
    width: 825px;
    margin: 0 auto; }
    @media print, screen and (max-width: 896px) {
      .idx-Business ul {
        width: 85.33333vw; } }
    .idx-Business ul li .text {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #00aaff; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li .text {
          margin: 0 0 1.33333vw 0;
          font-size: 4vw;
          line-height: 1.3; } }
    .idx-Business ul li + li {
      margin: 40px 0 0 0; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li + li {
          margin: 13.33333vw 0 0 0; } }
    .idx-Business ul li:nth-child(1) a {
      background: url("../../images/pc/business/bg_education.png") no-repeat 100% 50% #00aaff;
      background-size: auto 233px; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li:nth-child(1) a {
          background: url("../../images/pc/business/bg_education.png") no-repeat 50% 100% #00aaff;
          background-size: 85.33333vw 42.66667vw; }
          .idx-Business ul li:nth-child(1) a .name {
            margin: 9.6vw 0 5.33333vw 0; } }
    .idx-Business ul li:nth-child(2) a {
      background: url("../../images/pc/business/bg_consulting.png") no-repeat 100% 50% #00aaff;
      background-size: auto 233px; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li:nth-child(2) a {
          background: url("../../images/pc/business/bg_consulting.png") no-repeat 50% 100% #00aaff;
          background-size: 85.33333vw 42.66667vw; } }
    .idx-Business ul li:nth-child(3) a {
      background: url("../../images/pc/business/bg_solution.png") no-repeat 100% 50% #00aaff;
      background-size: auto 233px; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li:nth-child(3) a {
          background: url("../../images/pc/business/bg_solution.png") no-repeat 50% 100% #00aaff;
          background-size: 85.33333vw 42.66667vw; } }
    .idx-Business ul li a {
      height: 233px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media print, screen and (max-width: 896px) {
        .idx-Business ul li a {
          height: 85.33333vw;
          -ms-flex-align: stretch;
              align-items: stretch; } }
      @media print, screen and (min-width: 897px) {
        .idx-Business ul li a {
          transition: 0.3s; }
          .idx-Business ul li a:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
      .idx-Business ul li a .name {
        width: 400px;
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 30px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3;
        color: #fff; }
        @media print, screen and (max-width: 896px) {
          .idx-Business ul li a .name {
            width: 85.33333vw;
            margin: 6.66667vw 0 5.33333vw 0;
            font-size: 6.4vw;
            line-height: 1.2; } }
        .idx-Business ul li a .name span {
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          font-family: Calibri-Regular, "Noto Sans JP", sans-serif;
          display: block; }
          @media print, screen and (max-width: 896px) {
            .idx-Business ul li a .name span {
              width: 85.33333vw;
              margin: 1.33333vw 0 0 0;
              font-size: 3.2vw; } }
      .idx-Business ul li a .here {
        width: 400px;
        text-align: center; }
        @media print, screen and (max-width: 896px) {
          .idx-Business ul li a .here {
            width: 85.33333vw; } }
        .idx-Business ul li a .here span {
          padding: 0 30px 0 0;
          font-size: 18px;
          font-size: 18px;
          font-size: 1.8rem;
          color: #fff;
          position: relative; }
          @media print, screen and (max-width: 896px) {
            .idx-Business ul li a .here span {
              padding: 0 5.33333vw 0 0;
              font-size: 4vw; } }
          .idx-Business ul li a .here span:after {
            content: "";
            width: 15px;
            height: 12px;
            display: block;
            background: url("../../images/common/features/icon_arrow-bottom.png") no-repeat 0 0/100% auto;
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
            position: absolute;
            right: 0;
            top: 50%; }
            @media print, screen and (max-width: 896px) {
              .idx-Business ul li a .here span:after {
                width: 3.33333vw;
                height: 4vw; } }

/* =============================================================== */
/* .idx-Company */
/* =============================================================== */
.idx-Company {
  padding: 140px 0 60px 0; }
  @media print, screen and (max-width: 896px) {
    .idx-Company {
      padding: 25.6vw 0 18.66667vw 0; } }
  .idx-Company .logo01 {
    width: 466px;
    margin: 0 auto 25px auto; }
    @media print, screen and (max-width: 896px) {
      .idx-Company .logo01 {
        width: 94.8vw;
        margin: 0 auto 5.33333vw auto; } }
  .idx-Company .text01 {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 896px) {
      .idx-Company .text01 {
        margin: 0 0 6.66667vw 0;
        font-size: 4vw; } }
  .idx-Company .logo02 {
    width: 363px;
    margin: 0 auto 30px auto; }
    @media print, screen and (max-width: 896px) {
      .idx-Company .logo02 {
        width: 76.26667vw;
        margin: 0 auto 8vw auto; } }
  .idx-Company .text02 {
    margin: 0 0 120px 0;
    text-align: center;
    font-size: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }
    @media print, screen and (max-width: 896px) {
      .idx-Company .text02 {
        margin: 0 0 12vw 0;
        font-size: 4vw; } }
  .idx-Company dl {
    padding: 50px 0;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (max-width: 896px) {
      .idx-Company dl {
        width: 85.33333vw;
        margin: 0 auto;
        padding: 8vw 0;
        display: block; } }
    .idx-Company dl:nth-of-type(1) {
      border-top: 1px solid #000; }
      @media print, screen and (max-width: 896px) {
        .idx-Company dl:nth-of-type(1) {
          border-top: 0.26667vw solid #000; } }
    .idx-Company dl + dl {
      border-top: 1px solid #e5e5e5; }
      @media print, screen and (max-width: 896px) {
        .idx-Company dl + dl {
          border-top: 0.26667vw solid #e5e5e5; } }
    .idx-Company dl dt {
      width: 210px;
      font-size: 24px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.5;
      color: #00aeff; }
      @media print, screen and (max-width: 896px) {
        .idx-Company dl dt {
          width: auto;
          margin: 0 0 4vw 0;
          font-size: 4.8vw;
          line-height: 1.3; } }
    .idx-Company dl dd {
      width: 720px;
      font-size: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.8; }
      @media print, screen and (max-width: 896px) {
        .idx-Company dl dd {
          width: auto;
          font-size: 4vw;
          line-height: 1.5; } }
      .idx-Company dl dd span {
        font-size: 18px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
        @media print, screen and (max-width: 896px) {
          .idx-Company dl dd span {
            font-size: 4.8vw; } }
      .idx-Company dl dd ul li {
        font-size: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5; }
        @media print, screen and (max-width: 896px) {
          .idx-Company dl dd ul li {
            font-size: 4vw; } }
        .idx-Company dl dd ul li + li {
          margin: 20px 0 0 0; }
          @media print, screen and (max-width: 896px) {
            .idx-Company dl dd ul li + li {
              margin: 5.33333vw 0 0 0; } }
      .idx-Company dl dd table {
        table-layout: fixed; }
        .idx-Company dl dd table tr th {
          width: 120px;
          padding: 0 0 15px 0;
          text-align: left;
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem; }
          @media print, screen and (max-width: 896px) {
            .idx-Company dl dd table tr th {
              width: 30vw;
              padding: 0 0 4.66667vw 0;
              font-size: 4vw; } }
        .idx-Company dl dd table tr td {
          padding: 0 0 15px 0;
          font-size: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.5; }
          @media print, screen and (max-width: 896px) {
            .idx-Company dl dd table tr td {
              padding: 0 0 4.66667vw 0;
              font-size: 4vw; } }
      @media print, screen and (max-width: 896px) {
        .idx-Company dl dd iframe {
          width: 100%;
          height: 80vw; } }
  .idx-Company .sw-Inner a.lnkhistory:hover {
        color: #00aaff; }
  .idx-Company .sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .idx-Company .sns li + li {
      margin: 0 0 0 30px; }
      @media print, screen and (max-width: 896px) {
        .idx-Company .sns li + li {
          margin: 0 0 0 6.66667vw; } }
    .idx-Company .sns li a {
      width: 50px;
      height: 50px;
      display: block;
      transition: 0.3s; }
      @media print, screen and (max-width: 896px) {
        .idx-Company .sns li a {
          width: 14vw;
          height: 14vw; } }
    .idx-Company .sns li:nth-child(1) a {
      background: url("../../images/common/company/icon_twitter.png") no-repeat 0 0/100% auto; }
      @media print, screen and (min-width: 897px) {
        .idx-Company .sns li:nth-child(1) a:hover {
          background: url("../../images/common/company/icon_twitter_on.png") no-repeat 0 0/100% auto; } }
    .idx-Company .sns li:nth-child(2) a {
      background: url("../../images/common/company/icon_facebook.png") no-repeat 0 0/100% auto; }
      @media print, screen and (min-width: 897px) {
        .idx-Company .sns li:nth-child(2) a:hover {
          background: url("../../images/common/company/icon_facebook_on.png") no-repeat 0 0/100% auto; } }
    .idx-Company .sns li:nth-child(3) a {
      background: url("../../images/common/company/icon_line.png") no-repeat 0 0/100% auto; }
      @media print, screen and (min-width: 897px) {
        .idx-Company .sns li:nth-child(3) a:hover {
          background: url("../../images/common/company/icon_line_on.png") no-repeat 0 0/100% auto; } }
    .idx-Company .sns li:nth-child(4) a {
      background: url("../../images/common/company/icon_podcast.png") no-repeat 0 0/100% auto; }
      @media print, screen and (min-width: 897px) {
        .idx-Company .sns li:nth-child(4) a:hover {
          background: url("../../images/common/company/icon_podcast_on.png") no-repeat 0 0/100% auto; } }
    .idx-Company .sns li:nth-child(5) a {
      background: url("../../images/common/company/icon_info.png") no-repeat 0 0/100% auto; }
      @media print, screen and (min-width: 897px) {
        .idx-Company .sns li:nth-child(5) a:hover {
          background: url("../../images/common/company/icon_info_on.png") no-repeat 0 0/100% auto; } }
