@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
	☆component
----------------------------------------------------*/
/*----------------------------------------------------
	☆margin
----------------------------------------------------*/
/*----------------------------------------------------
	☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
	☆position
----------------------------------------------------*/
/*----------------------------------------------------
	☆border
----------------------------------------------------*/
/*----------------------------------------------------
	☆button
----------------------------------------------------*/
/*----------------------------------------------------
	☆animation
----------------------------------------------------*/
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-100%);
    opacity: 0; }
  50.1% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body {
  min-height: 100vh; }

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0; }

a {
  outline: 0; }
  a img {
    transition: .3s all; }

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none; }
  a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); } }

ul, ol {
  list-style-type: none; }

/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

html {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  -webkit-overflow-scrolling: touch; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 52.5%; }
      html.open {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: fixed; } }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt"; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    body {
      font-size: 1.45455vw; } }

a {
  color: #000;
  text-decoration: none;
  transition: .3s all; }
  @media only screen and (min-width: 769px) {
    a:hover {
      text-decoration: underline; }
      a:hover img {
        opacity: .7; } }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.anchor {
  margin-top: -69px;
  padding-top: 69px; }

.bg_gray {
  background-color: #f1f2f3; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .anchor {
    margin-top: -45px;
    padding-top: 45px; } }

/* -- layout -- */
/* -- foundation -- */
/* --------------------------- */
/* Header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #cccccc; }
  .home .l-header {
    border-bottom: none; }
  .l-header__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .l-header__logo {
    width: 105px; }
    .l-header__logo img {
      display: block; }
  .l-header__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .l-header__nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex; }
      .l-header__nav ul li {
        margin-left: 45px;
        letter-spacing: 0.01em; }
        .l-header__nav ul li a {
          display: inline-block;
          position: relative; }
          .l-header__nav ul li a::before {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 2px;
            background-color: #0090f5;
            transition: .3s all; }
          .l-header__nav ul li a.current::before {
            width: 100%; }
          @media only screen and (min-width: 769px) {
            .l-header__nav ul li a:hover {
              text-decoration: none; }
              .l-header__nav ul li a:hover::before {
                width: 100%; } }
  .l-header__btn {
    width: 180px;
    background-color: #0090f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .l-header__btn a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal;
      width: 100%;
      height: 100%;
      color: #fff; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .l-header__btn a {
          font-size: 1.45455vw; } }
      @media only screen and (min-width: 769px) {
        .l-header__btn a:hover {
          text-decoration: none; } }
  .l-header__toggleBtn {
    display: none; }
  @media only screen and (min-width: 769px) {
    .l-header .layer2_trigger span {
      cursor: pointer;
      position: relative; }
      .l-header .layer2_trigger span::before {
        content: '';
        padding-bottom: 50px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    .l-header .layer2_trigger .layer2 {
      display: none;
      position: absolute;
      top: 69px;
      left: 0;
      width: 100vw; }
      .l-header .layer2_trigger .layer2 ul {
        background-color: #55b9ff;
        margin-left: -20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .l-header .layer2_trigger .layer2 ul li {
          margin-left: 0;
          text-align: center; }
          .l-header .layer2_trigger .layer2 ul li a {
            padding: 15px 10px;
            width: 100%;
            color: #fff; }
            .l-header .layer2_trigger .layer2 ul li a::before {
              width: 0; }
          .l-header .layer2_trigger .layer2 ul li:nth-child(n+2) {
            margin-left: 15px; }
    .l-header .layer2_trigger:hover li a:hover {
      opacity: .8; } }
  @media only screen and (max-width: 768px) {
    .l-header__logo {
      width: 55%;
      padding-left: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex; }
      .l-header__logo img {
        width: 100%; }
    .l-header__nav {
      position: fixed;
      top: 45px;
      transform: translateX(100%);
      transition: .5s all;
      width: 100%;
      height: 80vh;
      overflow-y: scroll;
      background-color: #fff;
      display: block;
      padding: 20px; }
      .l-header__nav.open {
        transform: translateX(0); }
      .l-header__nav ul {
        display: block;
        border-bottom: 1px solid #e9e9e9; }
        .l-header__nav ul li {
          margin-left: 0;
          border-top: 1px solid #e9e9e9;
          font-size: 18px;
          font-size: 1.8rem; } }
      @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
        .l-header__nav ul li {
          font-size: 1.63636vw; } }
  @media only screen and (max-width: 768px) {
          .l-header__nav ul li a {
            display: block;
            padding: 15px;
            position: relative; }
            .l-header__nav ul li a::before {
              content: '';
              position: absolute;
              top: -2px;
              bottom: 0;
              left: 0;
              right: auto;
              margin: auto;
              width: 0px;
              height: 0px;
              background: transparent;
              border-left: 7px solid #7f7f7f;
              border-top: 3.5px solid transparent;
              border-bottom: 3.5px solid transparent; }
          .l-header__nav ul li:nth-child(2) {
            padding-left: 1em;
            padding-bottom: 15px; }
          .l-header__nav ul li.layer2_trigger span {
            padding-top: 15px;
            display: block; }
          .l-header__nav ul li.layer2_trigger > a {
            padding: 0; }
            .l-header__nav ul li.layer2_trigger > a::before {
              content: none; }
          .l-header__nav ul li .layer2 {
            display: block !important;
            margin-top: 5px !important;
            height: auto !important; }
            .l-header__nav ul li .layer2 ul {
              border-bottom: none; }
              .l-header__nav ul li .layer2 ul li {
                border-top: none; }
                .l-header__nav ul li .layer2 ul li:nth-child(2) {
                  padding-left: 0;
                  padding-bottom: 0; }
                .l-header__nav ul li .layer2 ul li a {
                  padding: 8px 15px 8px 15px;
                  font-size: 14px;
                  font-size: 1.4rem; } }
              @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
                .l-header__nav ul li .layer2 ul li a {
                  font-size: 1.27273vw; } }
  @media only screen and (max-width: 768px) {
      .l-header__nav__btn1 {
        margin-top: 30px; }
        .l-header__nav__btn1 .c-btn {
          width: 100%; }
      .l-header__nav__btn2 {
        margin-top: 30px; }
        .l-header__nav__btn2 .c-btn {
          width: 100%;
          height: auto;
          display: block;
          text-align: center;
          padding: 13px; }
          .l-header__nav__btn2 .c-btn .btn {
            background-color: #fff;
            border-radius: 25px;
            color: #0090f5;
            width: 200px;
            margin: 10px auto 0;
            padding: 5px 0; }
    .l-header__btn {
      width: 100px;
      height: 45px;
      margin-left: auto; }
    .l-header__toggleBtn {
      width: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .l-header__toggleBtn__inner {
        width: 20px;
        height: 16px;
        position: relative; }
        .l-header__toggleBtn__inner span {
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #0090f5; }
          .l-header__toggleBtn__inner span:nth-of-type(1) {
            top: 0; }
          .l-header__toggleBtn__inner span:nth-of-type(2) {
            top: 7px; }
          .l-header__toggleBtn__inner span:nth-of-type(3) {
            bottom: 0; }
      .l-header__toggleBtn.open span:nth-of-type(1) {
        transform: translateY(10px) rotate(-40deg); }
      .l-header__toggleBtn.open span:nth-of-type(2) {
        opacity: 0; }
      .l-header__toggleBtn.open span:nth-of-type(3) {
        transform: translateY(-4px) rotate(45deg); } }

/* -- foundation -- */
/* --------------------------- */
/* Footer */
.l-footer {
  background-color: #f1f2f3;
  position: relative;
  z-index: 4; }
  .uaIpad .l-footer__wrap {
    -webkit-transform: translate3d(0, 0, 0); }
  .l-footer__inner {
    padding: 37px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .l-footer__logo {
    width: 106px; }
  .l-footer__gNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-left: 24px; }
    .l-footer__gNav ul {
      margin-left: 25px;
      padding-left: 20px;
      border-left: 1px solid #dcddde; }
      .l-footer__gNav ul li:nth-child(n+2) {
        margin-top: 14px; }
      .l-footer__gNav ul li ul {
        border-left: none;
        margin-top: 10px;
        padding-left: 0;
        margin-left: 1em; }
        .l-footer__gNav ul li ul li {
          position: relative; }
          .l-footer__gNav ul li ul li::before {
            content: '・'; }
          .l-footer__gNav ul li ul li:nth-child(n+2) {
            margin-top: 8px; }
  .l-footer__bottom {
    padding: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .l-footer__sNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .l-footer__sNav ul li {
      font-size: 14px;
      font-size: 1.4rem;
      margin-right: 28px; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .l-footer__sNav ul li {
          font-size: 1.27273vw; } }
  .l-footer__copy {
    font-size: 10px;
    font-size: 1rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .l-footer__copy {
        font-size: 0.90909vw; } }
  @media only screen and (max-width: 768px) {
    .l-footer__inner {
      padding: 20px;
      display: block; }
    .l-footer__logo {
      width: 65%; }
    .l-footer__gNav {
      display: block;
      margin-left: 0;
      margin-top: 20px; }
      .l-footer__gNav ul {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
        .l-footer__gNav ul:first-child li:nth-child(2) {
          margin-top: 0;
          padding-left: 1em;
          padding-bottom: 0; }
        .l-footer__gNav ul:first-child li ul li:nth-child(2) {
          padding-left: 0;
          padding-bottom: 0; }
        .l-footer__gNav ul li {
          border-top: 1px solid #e9e9e9; }
          .l-footer__gNav ul li:nth-child(n+2) {
            margin-top: 14px; }
          .l-footer__gNav ul li a {
            display: block;
            padding: 15px;
            position: relative; }
            .l-footer__gNav ul li a::before {
              content: '';
              position: absolute;
              top: -2px;
              bottom: 0;
              left: 0;
              right: auto;
              margin: auto;
              width: 0px;
              height: 0px;
              background: transparent;
              border-left: 7px solid #7f7f7f;
              border-top: 3.5px solid transparent;
              border-bottom: 3.5px solid transparent; }
          .l-footer__gNav ul li span {
            padding-top: 15px;
            display: block; }
          .l-footer__gNav ul li ul {
            border-left: none;
            margin-left: 0; }
            .l-footer__gNav ul li ul li {
              border-top: none; }
              .l-footer__gNav ul li ul li:nth-child(n+2) {
                margin-top: 0; }
              .l-footer__gNav ul li ul li::before {
                content: none; }
              .l-footer__gNav ul li ul li a {
                padding: 10px 15px;
                font-size: 14px;
                font-size: 1.4rem; } }
            @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
              .l-footer__gNav ul li ul li a {
                font-size: 1.27273vw; } }
  @media only screen and (max-width: 768px) {
    .l-footer__bottom {
      display: block;
      padding: 30px 20px 80px; }
    .l-footer__sNav ul {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .l-footer__sNav ul li {
        margin-right: 5px;
        width: 12em; }
        .l-footer__sNav ul li:nth-child(n+3) {
          margin-top: 20px; }
        .l-footer__sNav ul li a {
          display: block;
          padding-left: 15px;
          position: relative; }
          .l-footer__sNav ul li a::before {
            content: '';
            position: absolute;
            top: -2px;
            bottom: 0;
            left: 0;
            right: auto;
            margin: auto;
            width: 0px;
            height: 0px;
            background: transparent;
            border-left: 7px solid #7f7f7f;
            border-top: 3.5px solid transparent;
            border-bottom: 3.5px solid transparent; }
    .l-footer__copy {
      margin-top: 20px; } }

/* --------------------------- */
/* nav */
/* -- foundation -- */
/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 100px;
  overflow: hidden;
  z-index: 4; }
  .uaIpad .l-main {
    -webkit-transform: translate3d(0, 0, 0); }
  .home .l-main {
    background-color: #fff;
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .l-main {
      margin-top: 45px;
      margin-bottom: 0;
      padding-bottom: 100px; } }

.l-block {
  position: relative;
  /* ブラウザのスクロールバーの幅を考慮 */ }
  .l-block:after {
    display: table;
    content: "";
    clear: both; }
  .l-block--breaking-mg {
    margin-right: -webkit-calc(50% - 50vw);
    margin-left: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw); }
  .l-block--breaking-pd {
    padding-right: -webkit-calc(50vw - 50%);
    padding-left: -webkit-calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); }
  .l-block__inner {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px; }
    .l-block__inner.pb25 {
      padding-bottom: 25px; }
    .l-block__inner.pb0 {
      padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .l-block--breaking-mg {
      margin-right: -webkit-calc(50% - 50vw);
      margin-left: -webkit-calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw); }
    .l-block--breaking-pd {
      padding-right: -webkit-calc(50vw - 50%);
      padding-left: -webkit-calc(50vw - 50%);
      padding-right: calc(50vw - 50%);
      padding-left: calc(50vw - 50%); }
    .l-block__inner {
      padding-top: 50px;
      padding-bottom: 50px; }
      .l-block__inner.pb25 {
        padding-bottom: 0; }
      .l-block__inner.pb0 {
        padding-bottom: 20px; } }

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }
  .l-flex--wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-flex--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .l-flex--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .l-flex--center {
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .l-flex--spb {
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .l-flex--spa {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .l-flex--v-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .l-flex--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .l-flex--v-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-items: flex-end; }
  .l-flex--reverse {
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row-reverse;
    /*--- safari（PC）用 ---*/
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .l-flex__elem, .l-flex__elem--blank {
    position: relative;
    /*
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		*/
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%; }
    .l-flex__elem-inline {
      position: relative;
      /*
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1;
			*/
      -webkit-flex-basis: 0;
      -ms-flex-basis: 0;
      flex-basis: 0;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      min-width: 1px;
      max-width: 100%; }
    .l-flex__elem--sep {
      width: 100% !important; }
    .l-flex__elem--inheirt {
      -webkit-box-flex: inherit;
      -webkit-flex: inherit;
      -ms-flex: inherit;
      flex: inherit; }
  @media only screen and (max-width: 768px) {
    .l-flex__elem, .l-flex__elem--blank {
      -webkit-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.l-flexMargin {
  /* -- マージンをセットする --*/
  margin-left: 40px; }
  .l-flexMargin:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .l-flexMargin {
      margin-left: 0;
      margin-top: 40px; }
      .l-flexMargin:first-child {
        margin-top: 0; } }
  .l-flexMargin--sep {
    margin-top: 40px; }
    .l-flexMargin--sep + * {
      margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .l-flexMargin--sep {
        margin-top: 0; } }
  .l-flexMargin--blank {
    margin-left: 40px; }
    .l-flexMargin--blank:first-child {
      margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .l-flexMargin--blank {
        margin-left: 0;
        margin-top: 40px; }
        .l-flexMargin--blank:first-child {
          margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .l-flexMargin--blank {
        margin-top: 0; } }
  .l-flexMargin--w200 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 200px !important;
    -webkit-flex: 0 0 200px !important;
    -ms-flex: 0 0 200px !important;
    flex: 0 0 200px !important;
    max-width: 200px !important;
    /*
	@media only screen and (max-width: 768px) {
		-webkit-box-flex: none;
		-ms-flex: none;
		flex: none;
		width: $fxw;
		float: left;
	}
	*/
    /* @include block__elem--width( ( 200 / 1000 ) * 100% ); */ }

@media only screen and (max-width: 768px) {
  .l-order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .l-order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .l-order3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .l-order4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .l-order5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; } }

/* -- object -- */
/* -- title -- */
.c-heading {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 45px; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .c-heading {
      font-size: 2.27273vw; } }
  @media only screen and (max-width: 768px) {
    .c-heading {
      margin-bottom: 30px;
      text-align: left; } }

.c-h2-heading {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .c-h2-heading {
      font-size: 3.63636vw; } }
  .c-h2-heading .tag {
    background-color: #000;
    color: #fff;
    padding: 3px 16px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .c-h2-heading .tag {
        font-size: 1.63636vw; } }
  @media only screen and (max-width: 768px) {
    .c-h2-heading {
      font-size: 27px;
      font-size: 2.7rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .c-h2-heading {
      font-size: 2.45455vw; } }
  @media only screen and (max-width: 768px) {
      .c-h2-heading .tag {
        font-weight: 500;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .c-h2-heading .tag {
        font-size: 1.27273vw; } }

.c-h3-heading {
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 57px;
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .c-h3-heading {
      font-size: 2.36364vw; } }
  .c-h3-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #0090f5; }
  .c-h3-heading strong {
    color: #0090f5; }
  @media only screen and (max-width: 768px) {
    .c-h3-heading {
      margin-bottom: 40px;
      font-size: 23px;
      font-size: 2.3rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .c-h3-heading {
      font-size: 2.09091vw; } }
  @media only screen and (max-width: 768px) {
      .c-h3-heading::after {
        width: 30px; } }

/* --------------------------- */
/* text */
.c-text {
  line-height: 1.9; }
  .c-text--large {
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .c-text--large {
        font-size: 1.63636vw; } }
  .c-text--base {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .c-text--base {
        font-size: 1.27273vw; } }
  .c-text--small {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .c-text--small {
        font-size: 1.27273vw; } }
  .c-text--lhSmall {
    line-height: 1.7; }

.c-text + .c-text {
  margin-top: 2em; }

/* --------------------------- */
/* button component */
.c-btn {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0 auto;
  background-color: #0090f5;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .c-btn {
      font-size: 1.63636vw; } }
  .c-btn::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #027ed5; }
  .c-btn::after {
    position: absolute;
    content: '';
    background: #0090f5;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #4db2f8; }
  .c-btn span {
    position: relative;
    z-index: 3; }
  .c-btn__wrap {
    margin-top: 40px; }
  .c-btn--white {
    background-color: #fff;
    color: #000; }
    .c-btn--white::before {
      background: #027ed5; }
    .c-btn--white::after {
      background: #bee4fe; }
  @media only screen and (min-width: 769px) {
    .c-btn:hover {
      text-decoration: none;
      background-color: transparent; }
      .c-btn:hover::before {
        z-index: 0; }
      .c-btn:hover::after {
        height: 98%; } }
  @media only screen and (max-width: 768px) {
    .c-btn__wrap {
      margin-top: 30px; } }

.c-link {
  position: relative;
  padding-left: 15px;
  display: inline-block; }
  .c-link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 0px;
    height: 0px;
    background: transparent;
    border-left: 6px solid #003399;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent; }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .c-link::before {
      top: -6px; } }

/* --------------------------- */
/* list */
.c-list {
  position: relative;
  width: 100%; }
  .c-list__elem {
    position: relative;
    width: 100%; }

.c-numberList {
  counter-reset: counter01; }
  .c-numberList li {
    text-indent: -1em;
    padding-left: 1em; }
    .c-numberList li::before {
      counter-increment: counter01;
      content: counter(counter01) ". "; }

/* --------------------------- */
/* block */
.c-media {
  text-align: center; }
  .c-media__label {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .c-media__label {
        font-size: 1.81818vw; } }
  @media only screen and (max-width: 768px) {
    .c-media__label {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .c-media__label {
      font-size: 1.63636vw; } }

/* ---------------------------- */
/* --------------------------- */
/* index */
.p-mainVisual {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 69px;
  left: 0; }
  .p-mainVisual__bg {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .p-mainVisual__bg li {
      opacity: 0;
      transform: scale(1);
      transition: opacity 2s linear, transform 7.5s linear;
      position: relative;
      width: 100%; }
      .p-mainVisual__bg li:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0; }
      .p-mainVisual__bg li.show {
        opacity: 1; }
      .p-mainVisual__bg li.zoom {
        transform: scale(1.1); }
      .p-mainVisual__bg li img {
        display: block;
        max-width: 100%;
        width: 100%; }
  .p-mainVisual__btn {
    width: 100%;
    margin-top: 50px; }
    .p-mainVisual__btn .c-btn {
      font-weight: 500;
      height: auto;
      padding: 13px; }
  .p-mainVisual__inner {
    position: absolute;
    top: 22vh;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .p-mainVisual__text {
    width: 100%; }
  @media screen and (max-width: 1300px) and (min-width: 769px) {
    .p-mainVisual__inner {
      top: 14vh; } }
  @media only screen and (max-width: 768px) {
    .p-mainVisual {
      top: 45px; }
      .p-mainVisual__inner {
        top: 0; }
      .p-mainVisual__btn {
        position: absolute;
        top: 67%;
        margin-top: 0; }
        .p-mainVisual__btn .c-btn {
          width: 180px; } }

.p-catch {
  text-align: center;
  font-weight: bold;
  margin-bottom: 38px;
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .p-catch {
      font-size: 2.36364vw; } }
  @media only screen and (max-width: 768px) {
    .p-catch {
      line-height: 1.6;
      margin-bottom: 30px;
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-catch {
      font-size: 1.81818vw; } }

.p-effectList {
  width: 950px;
  max-width: 100%;
  margin: 30px auto 0; }
  .p-effectList ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .p-effectList ul li {
      width: 24.5%;
      padding: 23px 10px 13px;
      background-color: #fff; }
  .p-effectList__icon {
    background-color: #0090f5;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .p-effectList__icon img {
      width: 100%; }
  .p-effectList__text {
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-effectList__text {
        font-size: 1.27273vw; } }
  .p-effectList__number {
    text-align: center;
    color: #0090f5;
    font-weight: bold;
    margin-top: -3px;
    font-size: 38px;
    font-size: 3.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-effectList__number {
        font-size: 3.45455vw; } }
    .p-effectList__number small {
      font-size: 30px;
      font-size: 3rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-effectList__number small {
          font-size: 2.72727vw; } }
    .p-effectList__number img {
      width: 21px;
      margin: 0 5px;
      display: inline-block;
      margin-bottom: 2px; }
  @media only screen and (max-width: 768px) {
    .p-effectList ul {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-effectList ul li {
        width: 49%; }
        .p-effectList ul li:nth-child(n+3) {
          margin-top: 2%; }
    .p-effectList__number {
      margin-top: 2px;
      font-size: 30px;
      font-size: 3rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-effectList__number {
      font-size: 2.72727vw; } }
  @media only screen and (max-width: 768px) {
      .p-effectList__number small {
        font-size: 20px;
        font-size: 2rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-effectList__number small {
        font-size: 1.81818vw; } }
  @media only screen and (max-width: 768px) {
      .p-effectList__number img {
        width: 15px;
        margin-bottom: 0; } }

.p-serviceList__title {
  line-height: 1.3;
  color: #fff;
  text-align: center; }
  .p-serviceList__title :lang(en) {
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-serviceList__title :lang(en) {
        font-size: 3.63636vw; } }

.p-serviceList__icon {
  width: 232px;
  margin: 0 auto; }

.p-serviceList__label {
  margin-top: 20px;
  position: relative;
  padding-bottom: 13px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .p-serviceList__label {
      font-size: 1.63636vw; } }
  .p-serviceList__label::before {
    content: '';
    width: 32px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.p-serviceList__text {
  color: #fff;
  font-weight: bold;
  margin-top: 12px;
  font-size: 34px;
  font-size: 3.4rem; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .p-serviceList__text {
      font-size: 3.09091vw; } }

.p-serviceList__btn {
  margin-top: 17px; }
  .p-serviceList__btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 25px;
    position: relative; }
    .p-serviceList__btn a span {
      position: relative;
      padding-left: 20px;
      color: #fff; }
      .p-serviceList__btn a span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 0px;
        height: 0px;
        background: transparent;
        border-left: 9px solid #fff;
        border-top: 4.5px solid transparent;
        border-bottom: 4.5px solid transparent; }
    @media only screen and (min-width: 769px) {
      .p-serviceList__btn a:hover {
        text-decoration: none;
        background-color: #0090f5;
        border: 1px solid #0090f5; } }

.p-serviceList ul {
  margin-top: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .p-serviceList ul li {
    text-align: center;
    width: 32%; }

@media only screen and (max-width: 768px) {
  .p-serviceList__title :lang(en) {
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-serviceList__title :lang(en) {
      font-size: 2.90909vw; } }

@media only screen and (max-width: 768px) {
  .p-serviceList__text {
    font-size: 30px;
    font-size: 3rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-serviceList__text {
      font-size: 2.72727vw; } }

@media only screen and (max-width: 768px) {
  .p-serviceList__btn a span::before {
    top: -2px; }
  .p-serviceList ul {
    margin-top: 40px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-serviceList ul li {
      width: 100%; }
      .p-serviceList ul li:nth-child(n+2) {
        margin-top: 50px; } }

.p-seminarBnr a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background-color: #0090f5; }
  .p-seminarBnr a:hover {
    text-decoration: none;
    opacity: .8; }

.p-seminarBnr__img {
  width: 490px; }
  .p-seminarBnr__img img {
    display: block; }

.p-seminarBnr__text {
  padding: 28px; }
  .p-seminarBnr__text .label {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-seminarBnr__text .label {
        font-size: 1.63636vw; } }
    .p-seminarBnr__text .label::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background-color: #fff;
      bottom: 0;
      left: 0; }
  .p-seminarBnr__text .title {
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-seminarBnr__text .title {
        font-size: 2.54545vw; } }
  .p-seminarBnr__text .btn {
    margin-top: 16px;
    background-color: #4db2f8;
    width: 260px;
    height: 50px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-seminarBnr__text .btn {
        font-size: 1.63636vw; } }

@media only screen and (max-width: 768px) {
  .p-seminarBnr a {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
    .p-seminarBnr a .label::after {
      right: 0;
      margin: auto;
      width: 20px; }
    .p-seminarBnr a .title {
      font-size: 22px;
      font-size: 2.2rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-seminarBnr a .title {
        font-size: 2vw; } }

@media only screen and (max-width: 768px) {
    .p-seminarBnr a .btn {
      width: 220px;
      margin-left: auto;
      margin-right: auto; }
  .p-seminarBnr__img {
    width: 100%; }
  .p-seminarBnr__text {
    width: 100%; }
    .p-seminarBnr__text .label {
      font-size: 20px;
      font-size: 2rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-seminarBnr__text .label {
        font-size: 1.81818vw; } }

.p-skyBnr {
  position: fixed;
  z-index: 999;
  right: -300px;
  bottom: 150px;
  transition: .5s all;
  overflow: hidden; }
  .p-skyBnr.fix {
    right: 0; }
  .p-skyBnr a {
    color: #fff;
    width: 208px;
    text-align: center;
    display: block;
    padding: 20px 10px;
    background-color: #0090f5;
    font-weight: bold;
    margin-right: -14px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-skyBnr a {
        font-size: 1.63636vw; } }
    .p-skyBnr a .btn {
      background-color: #fff;
      border-radius: 25px;
      color: #0090f5;
      width: 150px;
      margin: 10px auto 0;
      padding: 3px 0;
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-skyBnr a .btn {
          font-size: 1.18182vw; } }
    .p-skyBnr a:hover {
      text-decoration: none;
      margin-right: 0; }
  @media only screen and (min-width: 769px) {
    .p-skyBnr:hover {
      right: 0; } }
  @media only screen and (max-width: 768px) {
    .p-skyBnr {
      right: auto;
      bottom: -100px !important;
      width: 100%; }
      .p-skyBnr.fix {
        position: fixed !important;
        bottom: 0 !important;
        left: 0;
        top: auto !important;
        right: 0; }
      .p-skyBnr a {
        width: 100%;
        padding: 10px;
        font-size: 15px;
        font-size: 1.5rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-skyBnr a {
        font-size: 1.36364vw; } }
  @media only screen and (max-width: 768px) {
        .p-skyBnr a .btn {
          margin: 5px auto 0;
          width: 160px;
          font-size: 15px;
          font-size: 1.5rem; } }
      @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
        .p-skyBnr a .btn {
          font-size: 1.36364vw; } }

.p-pagetop {
  width: 66px;
  height: 66px;
  position: absolute;
  top: -100px;
  right: 30px; }
  .p-pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #999999;
    background-color: #fff; }
    @media only screen and (min-width: 769px) {
      .p-pagetop a:hover span::after {
        top: 0;
        transition: .3s all; } }
  .p-pagetop span::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s all; }
  @media only screen and (max-width: 768px) {
    .p-pagetop {
      position: absolute;
      width: 50px;
      height: 50px;
      right: 0;
      left: 0;
      bottom: auto;
      margin: auto;
      top: -110px; }
      .p-pagetop span::after {
        width: 10px;
        height: 10px; } }

.home .section01 {
  padding-top: 15px;
  padding-bottom: 50px;
  background: url("/linkage/assets/img/index/decoration01.png") no-repeat left bottom;
  background-size: 100%; }
  .home .section01 .c-text {
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
  .home .section01 .c-media {
    margin-top: 70px; }
    .home .section01 .c-media img {
      width: 500px;
      margin: auto; }

.home .section02 {
  background-color: #f1f2f3; }
  .home .section02 .c-h3-heading {
    margin-bottom: 30px; }

.home .section03 {
  background: url("/linkage/assets/img/index/service_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 10px 0 37px; }

@media only screen and (max-width: 768px) {
  .home .section01 {
    background: url("/linkage/assets/img/index/decoration01.png") no-repeat center bottom;
    background-size: 750px; }
  .home .section03 {
    padding: 0;
    background: url("/linkage/assets/img/index/service_bg.jpg") no-repeat left 40% top;
    background-size: cover; } }

.js_bg_change {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .js_bg_change img {
    opacity: 0; }

.js-animation {
  opacity: 0; }
  .js-animation:not(.play) {
    opacity: 0; }
  .js-animation.play {
    animation-name: fade-in1;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-delay: .3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* IEハック */
_:-ms-input-placeholder, :root .home .section01 .c-text {
  width: 650px; }

_:-ms-input-placeholder, :root .p-seminarBnr__text .btn span {
  margin-top: 5px; }

_:-ms-input-placeholder, :root .c-btn span {
  margin-top: 5px; }

_:-ms-input-placeholder, :root .p-skyBnr a .btn {
  padding-top: 10px; }

_:-ms-input-placeholder, :root .p-serviceList__btn a span {
  padding-top: 5px; }

_:-ms-input-placeholder, :root .p-solutionList__circle span {
  padding-top: 5px; }

_:-ms-input-placeholder, :root .p-underNav ul li a {
  padding: 12px 10px 8px 30px; }

/* edgeハック */
@supports (-ms-ime-align: auto) {
  .home .section01 .c-text {
    width: 650px; } }

/* --------------------------- */
/* under */
.p-under--service {
  background: url("/linkage/assets/img/common/bg01.png") no-repeat right top;
  background-size: 1023px; }

@media only screen and (max-width: 768px) {
  .p-under--service {
    background: url("/linkage/assets/img/common/bg01.png") no-repeat right 89% top 1.3%;
    background-size: 500px; } }

.p-thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .p-thumbnail__left {
    width: 48%; }
  .p-thumbnail__right {
    width: 48%; }
  @media only screen and (max-width: 768px) {
    .p-thumbnail {
      display: block; }
      .p-thumbnail__left {
        width: 100%; }
      .p-thumbnail__right {
        width: 100%;
        margin-top: 30px; }
      .p-thumbnail__img {
        background-color: #fff;
        padding: 50px 20px; } }

.p-underNav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-underNav ul li {
    width: 31%;
    margin-left: 2%; }
    .p-underNav ul li:nth-child(1) {
      margin-left: 0; }
      .p-underNav ul li:nth-child(1) a {
        padding-left: 50px; }
    .p-underNav ul li:nth-child(2) a {
      padding-left: 50px; }
    .p-underNav ul li:nth-child(3) a {
      padding-left: 50px; }
    .p-underNav ul li:nth-child(4n) {
      margin-left: 0; }
    .p-underNav ul li:nth-child(n+4) {
      margin-top: 30px; }
    .p-underNav ul li a {
      border: 1px solid #999999;
      border-radius: 25px;
      font-weight: bold;
      padding: 12px 10px 12px 30px;
      text-align: center;
      position: relative;
      display: block;
      width: 100%; }
      .p-underNav ul li a .icon {
        width: 37px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto; }
        .p-underNav ul li a .icon.on {
          opacity: 0; }
      .p-underNav ul li a.current {
        background-color: #0090f5;
        border: 1px solid #0090f5;
        color: #fff;
        pointer-events: none; }
        .p-underNav ul li a.current .icon.on {
          opacity: 1; }
        .p-underNav ul li a.current .icon.off {
          opacity: 0; }
      @media only screen and (min-width: 769px) {
        .p-underNav ul li a:hover {
          text-decoration: none;
          background-color: #0090f5;
          border: 1px solid #0090f5;
          color: #fff; }
          .p-underNav ul li a:hover .icon.on {
            opacity: 1; }
          .p-underNav ul li a:hover .icon.off {
            opacity: 0; } }

@media only screen and (max-width: 768px) {
  .p-underNav {
    margin-top: -20px; }
    .p-underNav ul {
      display: block; }
      .p-underNav ul li {
        width: 100%;
        margin-left: 0; }
        .p-underNav ul li:nth-child(1) {
          margin-left: 0; }
          .p-underNav ul li:nth-child(1) a {
            padding-left: 20px; }
        .p-underNav ul li:nth-child(2) a {
          padding-left: 20px; }
        .p-underNav ul li:nth-child(3) a {
          padding-left: 20px; }
        .p-underNav ul li:nth-child(n+2) {
          margin-top: 15px; }
        .p-underNav ul li a {
          padding: 15px 10px 15px 30px; } }

.p-breadcrumb {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff; }
  .p-breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .p-breadcrumb ul li {
      position: relative;
      font-size: 12px;
      font-size: 1.2rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-breadcrumb ul li {
          font-size: 1.09091vw; } }
      .p-breadcrumb ul li::after {
        content: '／';
        position: absolute;
        right: 2px; }
      .p-breadcrumb ul li span {
        color: #999999;
        position: relative;
        padding-right: 20px; }
      .p-breadcrumb ul li:last-child span {
        color: #0090f5; }
      .p-breadcrumb ul li:last-child::after {
        content: none; }
  @media only screen and (max-width: 768px) {
    .p-breadcrumb {
      padding: 6px 20px; } }

/* --------------------------- */
/* service */
.p-under--service .p-head {
  border-bottom: 1px solid #0090f5;
  margin: 0 -9999px;
  padding: 0 9999px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: flex-end; }
  .p-under--service .p-head__btn {
    margin-bottom: 10px; }
    .p-under--service .p-head__btn .label {
      font-weight: bold; }
    .p-under--service .p-head__btn .c-btn__wrap {
      margin-top: 10px; }

@media only screen and (max-width: 768px) {
  .p-under--service .p-head {
    margin-top: -10px;
    border-bottom: 1px solid #0090f5;
    display: block; }
    .p-under--service .p-head__btn {
      margin-top: 20px; }
      .p-under--service .p-head__btn .label {
        font-size: 18px;
        font-size: 1.8rem; } }
      @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
        .p-under--service .p-head__btn .label {
          font-size: 1.63636vw; } }

@media only screen and (max-width: 768px) {
      .p-under--service .p-head__btn .c-btn__wrap .c-btn {
        margin-left: 0;
        width: 180px; } }

.p-solutionList {
  margin-top: 90px; }
  .p-solutionList ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .p-solutionList ul li {
      width: 32%; }
  .p-solutionList__top {
    position: relative;
    background-color: #55b9ff;
    border-radius: 23px;
    padding: 65px 20px 11px; }
    .p-solutionList__top::before {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 0;
      right: 0;
      margin: auto;
      width: 0px;
      height: 0px;
      background: transparent;
      border-top: 15px solid #9aa2ae;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .p-solutionList__top .p-solutionList__circle {
      position: absolute;
      top: -33px;
      right: 0;
      left: 0;
      margin: auto; }
    .p-solutionList__top .p-solutionList__text {
      color: #fff;
      font-weight: bold;
      margin-top: 30px;
      font-size: 27px;
      font-size: 2.7rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-solutionList__top .p-solutionList__text {
          font-size: 2.45455vw; } }
      .p-solutionList__top .p-solutionList__text--small {
        font-size: 25px;
        font-size: 2.5rem; }
        @media screen and (min-width: 769px) and (max-width: 1100px) {
          .p-solutionList__top .p-solutionList__text--small {
            font-size: 2.27273vw; } }
  .p-solutionList__bottom {
    position: relative;
    background-color: #e4eaef;
    border-radius: 23px;
    padding: 30px 20px 26px;
    margin-top: 35px; }
    .p-solutionList__bottom .p-solutionList__text {
      font-weight: bold;
      margin-top: 24px;
      text-align: justify;
      text-justify: inter-ideograph;
      font-size: 19px;
      font-size: 1.9rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-solutionList__bottom .p-solutionList__text {
          font-size: 1.72727vw; } }
  .p-solutionList__circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    font-size: 2.2rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-solutionList__circle {
        font-size: 2vw; } }
    .p-solutionList__circle--black {
      background-color: #000;
      color: #fff; }
    .p-solutionList__circle--white {
      background-color: #fff;
      color: #999999; }
  .p-solutionList__icon {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .p-solutionList__icon img {
      display: block;
      width: 100px;
      max-width: 65%;
      margin: auto; }
  @media only screen and (max-width: 768px) {
    .p-solutionList ul {
      display: block; }
      .p-solutionList ul li {
        width: 100%; }
        .p-solutionList ul li:nth-child(n+2) {
          margin-top: 80px; }
    .p-solutionList__top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 15px;
      padding: 50px 20px 40px; }
      .p-solutionList__top .p-solutionList__text {
        margin-top: 0;
        font-size: 20px;
        font-size: 2rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-solutionList__top .p-solutionList__text {
        font-size: 1.81818vw; } }
  @media only screen and (max-width: 768px) {
    .p-solutionList__bottom {
      border-radius: 15px;
      padding: 20px 20px 26px;
      margin-top: 35px; }
      .p-solutionList__bottom .p-solutionList__text {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-solutionList__bottom .p-solutionList__text {
        font-size: 1.45455vw; } }
  @media only screen and (max-width: 768px) {
    .p-solutionList__icon {
      width: 80px;
      height: 80px;
      margin: 0;
      border: 1px solid #fff;
      margin-right: 20px; } }

.p-feature {
  background-color: #f1f2f3;
  margin-top: -50px; }
  .p-feature ol li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .p-feature ol li:nth-child(odd) .p-feature__text {
      order: 1; }
      .p-feature ol li:nth-child(odd) .p-feature__text .inner {
        max-width: 497px;
        margin-left: 43px;
        margin-right: auto;
        padding-left: 0;
        padding-right: 10px; }
    .p-feature ol li:nth-child(odd) .p-feature__img {
      order: 0; }
  .p-feature__text {
    width: 50%; }
    .p-feature__text .inner {
      max-width: 494px;
      margin-left: auto;
      margin-right: 43px;
      padding: 50px 0;
      padding-left: 10px;
      text-align: justify;
      text-justify: inter-ideograph; }
  .p-feature__img {
    width: 50%; }
    .p-feature__img img {
      display: block; }
  .p-feature__circle {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #55b9ff;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-top: 17px;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-feature__circle {
        font-size: 3.63636vw; } }
    .p-feature__circle span {
      display: block;
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-feature__circle span {
          font-size: 1.81818vw; } }
  .p-feature__label {
    font-weight: bold;
    margin-top: 20px;
    font-size: 30px;
    font-size: 3rem;
    width: 120%; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-feature__label {
        font-size: 2.72727vw; } }
    .p-feature__label small {
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (min-width: 769px) and (max-width: 1100px) {
        .p-feature__label small {
          font-size: 1.81818vw; } }
    .p-feature__label + .c-text {
      margin-top: 12px;
      line-height: 1.6; }
  .p-feature__more {
    padding: 30px;
    background-color: #55b9ff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem; }
    @media screen and (min-width: 769px) and (max-width: 1100px) {
      .p-feature__more {
        font-size: 2.18182vw; } }
    .p-feature__more .c-btn__wrap {
      margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .p-feature ol li {
      display: block; }
      .p-feature ol li:nth-child(odd) .p-feature__text .inner {
        width: 100%;
        margin-left: 0;
        padding-right: 0; }
    .p-feature__text {
      width: 100%;
      padding: 0 20px; }
      .p-feature__text .inner {
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-feature__img {
      margin-top: 30px;
      width: 100%; }
    .p-feature__circle {
      width: 50px;
      height: 50px;
      padding-top: 8px;
      font-size: 25px;
      font-size: 2.5rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-feature__circle {
      font-size: 2.27273vw; } }
  @media only screen and (max-width: 768px) {
      .p-feature__circle span {
        display: block;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-feature__circle span {
        font-size: 1.18182vw; } }
  @media only screen and (max-width: 768px) {
    .p-feature__label {
      margin-top: 0;
      margin-left: 10px;
      font-size: 19px;
      font-size: 1.9rem;
      width: auto; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-feature__label {
      font-size: 1.72727vw; } }
  @media only screen and (max-width: 768px) {
      .p-feature__label + .c-text {
        margin-top: 20px; }
      .p-feature__label small {
        font-size: 17px;
        font-size: 1.7rem; } }
    @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
      .p-feature__label small {
        font-size: 1.54545vw; } }
  @media only screen and (max-width: 768px) {
    .p-feature__more {
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1100px) {
    .p-feature__more {
      font-size: 1.81818vw; } }
  @media only screen and (max-width: 768px) {
      .p-feature__more .c-btn {
        width: 220px; } }

/* ---------------------------- */
/* --------------------------- */
/* text */
.u-txt-lh0 {
  line-height: 0; }

.u-txt-indent {
  text-indent: 1em; }

.u-txt-indent-left {
  text-indent: -0.5em; }

.u-txt-strong {
  font-weight: bold; }

.u-txt-italic {
  font-face: italic; }

.u-txt-center {
  text-align: center; }

.u-txt-left {
  text-align: left; }

.u-txt-right {
  text-align: right; }

.u-txt-min {
  font-size: 60%; }

.u-txt-nolink {
  pointer-events: none; }

/* --------------------------- */
/* position */
.u-ab {
  position: absolute; }

.u-rel {
  position: relative; }

.u-fix {
  position: fixed; }

/* -- foundation -- */
/* --------------------------- */
/* margin */
.u-mb--small {
  margin-bottom: 60px; }

.u-mb--default {
  margin-bottom: 80px; }

.u-mb--large {
  margin-bottom: 100px; }

.u-mb--ex-large {
  margin-bottom: 120px; }

@media only screen and (max-width: 768px) {
  .u-mb--ex-small {
    margin-bottom: 20px; }
  .u-mb--small {
    margin-bottom: 30px; }
  .u-mb--default {
    margin-bottom: 40px; }
  .u-mb--large {
    margin-bottom: 50px; }
  .u-mb--ex-large {
    margin-bottom: 60px; } }

.u-mt--small {
  margin-top: 60px; }

.u-mt--default {
  margin-top: 80px; }

.u-mt--large {
  margin-top: 100px; }

.u-mt--ex-large {
  margin-top: 120px; }

.u-mt--minus {
  margin-top: -20px; }

@media only screen and (max-width: 768px) {
  .u-mt--ex-small {
    margin-top: 20px; }
  .u-mt--small {
    margin-top: 30px; }
  .u-mt--default {
    margin-top: 40px; }
  .u-mt--large {
    margin-top: 50px; }
  .u-mt--ex-large {
    margin-top: 60px; } }

.u-ml--ex-small {
  margin-left: 10px; }

.u-ml--small {
  margin-left: 20px; }

.u-ml--default {
  margin-left: 30px; }

.u-ml--large {
  margin-left: 40px; }

.u-ml--ex-large {
  margin-left: 60px; }

@media only screen and (max-width: 768px) {
  .u-ml--ex-small {
    margin-left: 5px; }
  .u-ml--small {
    margin-left: 10px; }
  .u-ml--default {
    margin-left: 15px; }
  .u-ml--large {
    margin-left: 20px; }
  .u-ml--ex-large {
    margin-left: 30px; } }

.u-mr--ex-small {
  margin-right: 10px; }

.u-mr--small {
  margin-right: 20px; }

.u-mr--default {
  margin-right: 30px; }

.u-mr--large {
  margin-right: 40px; }

.u-mr--ex-large {
  margin-right: 60px; }

.u-mr--auto {
  margin: 0 auto 0 0; }

@media only screen and (max-width: 768px) {
  .u-mr--ex-small {
    margin-right: 5px; }
  .u-mr--small {
    margin-right: 10px; }
  .u-mr--default {
    margin-right: 15px; }
  .u-mr--large {
    margin-right: 20px; }
  .u-mr--ex-large {
    margin-right: 30px; } }

/*# sourceMappingURL=common.css.map */
