@charset "UTF-8";
/* ----------------------------------------
  normalize
---------------------------------------- */
/* ----------------------------------------
  library
---------------------------------------- */
@import url(animate.css);
@import url(owl/owl.transitions.css);
/* ----------------------------------------
  font icon
---------------------------------------- */
@import url(../fonts/font-awesome/font-awesome.min.css);
/* =========== style.scss ======= */
/* =========== _extension.scss ======= */
/* ========= /_extension.scss ====== */
@import url(assist.css);
/* ----------------------------------------
    colors
---------------------------------------- */
/* ----------------------------------------
    @extend-elements
---------------------------------------- */
/* ----------------------------------------
    base
---------------------------------------- */
body {
  margin: 0;
  background: #ffffff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
  overflow-x: hidden;
  font-feature-settings: "palt"; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna"; } }

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #1675be;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

blockquote {
  border: none; }

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

/* ----------------------------------------
    override bootstarp
---------------------------------------- */
@media (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box; } }

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box; } }

.row {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .row-md-full > * {
    padding-right: 0;
    padding-left: 0; } }

.wrap-mid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .wrap-mid {
      max-width: 720px; } }

.wrap-small {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .wrap-small {
      max-width: 490px; } }

/* ----------------------------------------
    parts
---------------------------------------- */
.btn, .btn-dark, .btn-white, .btn-blue, .btn-round {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.8em 1.5em 0.8em;
  margin: 0;
  outline: none;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #1675be;
  border: 1px solid #1675be;
  background-color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn:hover, .btn-dark:hover, .btn-white:hover, .btn-blue:hover, .btn-round:hover {
    color: #fff;
    border-color: #1675be;
    background-color: #1675be; }
  .btn:active, .btn-dark:active, .btn-white:active, .btn-blue:active, .btn-round:active {
    color: #fff;
    border-color: #e6211a;
    background-color: #e6211a;
    border-color: #090101;
    background-color: #090101; }
  @media (max-width: 767px) {
    .btn, .btn-dark, .btn-white, .btn-blue, .btn-round {
      padding-right: 1em;
      padding-left: 1em;
      max-width: 100%;
      min-width: 270px;
      white-space: normal; } }
  .btn .fa, .btn-dark .fa, .btn-white .fa, .btn-blue .fa, .btn-round .fa {
    margin-right: 0.2em; }

.btn-large {
  padding: 1em 3em;
  font-size: 18px; }

.btn-xlarge {
  padding: 1.5em 4em;
  font-size: 20px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .btn-xlarge {
      padding-right: 1em;
      padding-left: 1em;
      max-width: 100%; } }

.btn-dark {
  color: #fff;
  border: none;
  background-color: #1b5c8d; }

.btn-white {
  color: #000;
  border: none;
  background-color: #fff; }
  .btn-white:hover {
    background-color: rgba(9, 1, 1, 0.5); }

.btn-blue {
  color: #fff;
  border: none;
  background-color: #1675be; }
  .btn-blue:hover {
    background-color: #222; }

.btn-round {
  padding: 0.8em 3em;
  font-size: 14px;
  color: #1675be;
  border: none;
  border-radius: 5em;
  background-color: #F5F5F5; }

.btn_blank {
  border-color: #ccc; }

.gHeader {
  position: relative;
  width: 100%; }
  .gHeader .wrap {
    width: auto; }
  .gHeader .container {
    position: relative;
    width: 100%;
    padding: 49px 0 12px;
    height: 100%; }
  .gHeader .siteTitle {
    text-align: center;
    margin-bottom: 33px; }
  .gHeader .siteLogo {
    width: 224px;
    transition: opacity 0.5s ease; }
  .gHeader .link-siteLogoSmall {
    position: absolute;
    bottom: 11px;
    left: 15px;
    display: block;
    width: 88px;
    opacity: 0;
    transition: opacity 0.5s ease; }
  @media (max-width: 767px) {
    .gHeader {
      position: fixed;
      z-index: 500;
      top: 0;
      left: 0;
      width: 100%;
      height: 48px;
      padding: 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, 0.95);
      border-bottom: 1px solid transparent;
      transition: all 0.5s ease; }
      .gHeader .wrap {
        padding: 15px 15px; }
      .gHeader .container {
        padding: 0; }
      .gHeader .siteTitle {
        text-align: left;
        margin: 0;
        font-size: 13px;
        line-height: 1; }
      .gHeader .siteName {
        position: relative;
        top: 2px;
        padding-left: 43px;
        opacity: 0;
        transition: all 0.3s ease; }
        .gHeader .siteName img {
          width: 44px;
          border-radius: 4px;
          vertical-align: middle;
          margin-right: 5px;
          position: absolute;
          top: -15px;
          left: -4px; }
      .kc-scrolled .gHeader {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .kc-scrolled .gHeader .siteName {
          opacity: 1; } }

@media (max-width: 767px) {
  .gMenu {
    position: absolute;
    top: -15px;
    right: -15px; }
    .gMenu a {
      display: inline-block;
      padding: 12px 15px 20px 20px;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none; }
      .gMenu a:hover {
        text-decoration: none; } }

@media (min-width: 768px) {
  .gNav {
    position: absolute;
    right: 50%;
    margin-right: -273px;
    text-align: center;
    transition: right 0.5s ease ,margin-right 0.5s ease; }
    .kc-scrolled .gNav {
      right: 8px;
      margin-right: 0; }
    .gNav ul {
      padding: 0;
      margin: 0;
      white-space: nowrap; }
      .gNav ul li {
        display: inline-block;
        margin: 12px 10px 10px; }
        .gNav ul li a {
          position: relative;
          padding: 6px 6px 6px;
          font-weight: bold;
          color: #000; }
          .gNav ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            transform: scaleX(0);
            background-color: #000;
            transition: all .3s ease; }
          .gNav ul li a:hover:after {
            transform: scaleX(1); } }

@media (max-width: 767px) {
  .gNav {
    position: absolute;
    z-index: 500;
    top: 34px;
    left: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }
    .gNav:after, .gNav:before {
      content: "";
      position: absolute;
      top: -11px;
      right: 22px;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 11px solid #fff;
      border-left: 6px solid transparent; }
    .gNav:before {
      top: -13px;
      right: 21px;
      border-bottom-color: rgba(0, 0, 0, 0.3);
      border-width: 12px 7px 12px 7px; }
    .gNav ul {
      margin: 0;
      padding: 0;
      border-radius: 4px;
      overflow: hidden;
      background: #FFFFFF;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
      list-style: none; }
      .no-cssvwunit .gNav ul {
        border: 1px solid #ddd; }
      .gNav ul li {
        float: left;
        margin: 0;
        margin-bottom: -1px;
        padding: 0;
        width: 50%;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd; }
        .no-cssvwunit .gNav ul li {
          width: 49.5%; }
        .gNav ul li a {
          display: block;
          padding: 1em;
          text-align: left;
          font-weight: bold;
          font-size: 14px;
          border: none;
          background: #fff;
          transition: all 0.3s ease; }
          .gNav ul li a:before {
            content: "";
            box-sizing: border-box;
            display: inline-block;
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1rem;
            margin-right: 0.5em;
            font-size: 18px;
            color: #ddd;
            transition: all 0.3s ease; }
          .gNav ul li a:hover {
            border: none;
            color: #fff;
            background-color: #1675be; }
            .gNav ul li a:hover:before {
              color: #fff;
              margin-left: 0.25em;
              margin-right: 0.25em; }
          .gNav ul li a:active {
            border-color: #ff9900;
            background-color: #ff9900; }
            .gNav ul li a:active:before {
              margin-left: 0.25em;
              margin-right: 0.25em; } }

@media (min-width: 768px) {
  .gHeader {
    min-height: 361px; }
    .gHeader .container {
      min-height: 361px; }
    .kc-scrolled .gHeader .wrap {
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color: rgba(255, 255, 255, 0.9); }
    .kc-scrolled .gHeader .container {
      padding: 10px 0 11px;
      min-height: 80px; }
    .kc-scrolled .gHeader .siteTitle {
      margin: 0; }
    .kc-scrolled .gHeader .siteLogo {
      display: none; }
    .kc-scrolled .gHeader .link-siteLogoSmall {
      opacity: 1; } }

@media (max-width: 767px) {
  .gHeader #btn-menu-open {
    display: block; }
  .gHeader #btn-menu-close {
    display: none; }
  .gHeader .gNav {
    display: none; }
  .gHeader.open #btn-menu-open {
    display: none; }
  .gHeader.open #btn-menu-close {
    display: block; }
  .gHeader.open .gNav {
    opacity: 1 !important;
    visibility: visible !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    display: block; } }

@keyframes arrow-down {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(90deg); }
  100% {
    transform: translateY(90px); } }

.sp-firstview {
  position: relative;
  height: 600px;
  height: 100vh;
  max-height: 750px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .no-cssvwunit .sp-firstview,
  .no-csstransforms3d .sp-firstview,
  .no-csstransforms .sp-firstview,
  .no-flexbox .sp-firstview {
    display: block; }
  .sp-firstview .siteLogo {
    margin-top: -90px;
    width: 80%;
    max-width: 224px; }
    .no-cssvwunit .sp-firstview .siteLogo,
    .no-csstransforms3d .sp-firstview .siteLogo,
    .no-csstransforms .sp-firstview .siteLogo,
    .no-flexbox .sp-firstview .siteLogo {
      margin-top: 140px; }
  .sp-firstview .link-scroll {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 110px;
    padding: 20px; }
    .no-cssvwunit .sp-firstview .link-scroll,
    .no-csstransforms3d .sp-firstview .link-scroll,
    .no-csstransforms .sp-firstview .link-scroll,
    .no-flexbox .sp-firstview .link-scroll {
      position: static;
      top: inherit;
      left: inherit;
      display: block;
      padding: 0;
      width: 100%;
      min-width: 320px;
      margin: 80px auto 0; }
      .no-cssvwunit .sp-firstview .link-scroll span,
      .no-csstransforms3d .sp-firstview .link-scroll span,
      .no-csstransforms .sp-firstview .link-scroll span,
      .no-flexbox .sp-firstview .link-scroll span {
        display: block;
        padding: 20px;
        width: 100%;
        text-align: center; }
        .no-cssvwunit .sp-firstview .link-scroll span img,
        .no-csstransforms3d .sp-firstview .link-scroll span img,
        .no-csstransforms .sp-firstview .link-scroll span img,
        .no-flexbox .sp-firstview .link-scroll span img {
          width: 110px; }

article > section {
  padding: 100px 0 86px; }
  @media (max-width: 767px) {
    article > section {
      padding-top: 15px;
      padding-bottom: 30px;
      padding-top: 10vw;
      padding-bottom: 12vw; } }

article h2, article h3, article h4, article h5 {
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  line-height: 1.5; }

.h_speech {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 12px 22px 12px;
  font-size: 18px; }
  .h_speech:after, .h_speech:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 32px;
    background-repeat: no-repeat; }
  .h_speech:after {
    top: 0;
    left: 0;
    background-image: url("../img/h_serif_left.png"); }
  .h_speech:before {
    right: 0;
    bottom: 0;
    background-image: url("../img/h_serif_right.png"); }
  @media (max-width: 768px) {
    .h_speech {
      font-size: 18px;
      font-size: 5vw; } }
  @media (min-width: 769px) {
    .h_speech {
      white-space: nowrap; } }

.sec__title {
  margin-bottom: 1.4em;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em; }
  @media (max-width: 767px) {
    .sec__title {
      font-size: 1.2rem;
      font-size: 5vw; } }

.sec__mainvisual {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 250px; }
  @media (max-width: 767px) {
    .sec__mainvisual {
      max-height: inherit;
      min-height: 250px; } }
  @media (min-width: 1000px) {
    .sec__mainvisual {
      height: 480px; } }
  .sec__mainvisual .message {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    background-color: rgba(163, 66, 68, 0.5);
    line-height: 1.6;
    color: #ffffff;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .sec__mainvisual .message {
        width: 50%;
        min-width: 500px;
        max-height: 480px;
        justify-content: flex-end; }
        .sec__mainvisual .message .box-text {
          padding: 0 15px;
          width: 500px;
          box-sizing: border-box; } }
    @media (max-width: 767px) {
      .sec__mainvisual .message {
        width: 100%;
        max-width: inherit;
        max-height: inherit; }
        .sec__mainvisual .message .box-text {
          padding: 15px;
          padding: 4.8vw; } }
    .sec__mainvisual .message h2 {
      font-size: 28px;
      letter-spacing: -1px;
      line-height: 1.6;
      text-indent: -0.5em; }
      @media (max-width: 767px) {
        .sec__mainvisual .message h2 {
          font-size: 6.2vw; }
          .no-flexbox .sec__mainvisual .message h2 {
            font-size: 18px; } }
    .sec__mainvisual .message p {
      margin-bottom: 0;
      font-size: 17px; }
      @media (max-width: 767px) {
        .sec__mainvisual .message p {
          font-size: 3.5vw; } }

#visual-images {
  z-index: 10; }

.sec__service {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .sec__service {
      padding-top: 0; } }
  .sec__service .sec__title {
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .sec__service .sec__title {
        padding-top: 30px;
        margin-bottom: 20px;
        padding-top: 15vw;
        margin-bottom: 10vw; } }
  .sec__service .service-item {
    text-align: center; }
    .sec__service .service-item p {
      text-align: left; }

.sec__point {
  background-color: #f6f5f2; }
  .sec__point .list__point {
    list-style: none;
    padding: 0; }
    .sec__point .list__point li {
      text-align: center; }
    .sec__point .list__point img {
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        .sec__point .list__point img {
          margin-bottom: 4px;
          margin-bottom: 2vw; } }
  .sec__point .point1 img {
    margin-right: -12px; }
  .sec__point .point2, .sec__point .point3 {
    padding-top: 11px; }
  @media (max-width: 767px) {
    .sec__point ul {
      margin-bottom: 0; }
      .sec__point ul li {
        margin-bottom: 20px;
        margin-bottom: 10vw; }
        .sec__point ul li.point3 {
          margin-bottom: 0; } }

.sec__workflow {
  padding-bottom: 0; }

.list__workflow {
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .list__workflow {
      display: table;
      border-top: 1px solid #ccc; }
      .list__workflow li {
        display: table-row;
        margin: 0;
        padding: 0; }
      .list__workflow .title, .list__workflow .body {
        display: table-cell;
        padding: 23px 10px 17px;
        border-bottom: 1px solid #ccc;
        vertical-align: top; }
      .list__workflow .title {
        position: relative;
        padding-right: 46px;
        padding-left: 76px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap; }
        .list__workflow .title:before {
          content: attr(data-text) "";
          position: absolute;
          top: 40px;
          left: 18px;
          line-height: 1;
          font-family: "Times New Roman";
          font-size: 50px;
          font-weight: normal;
          color: #000000; }
        .list__workflow .title img {
          zoom: 0.5;
          margin-bottom: 16px; }
      .list__workflow .body {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .list__workflow {
      display: block;
      margin-bottom: 0;
      border-top: none; }
      .list__workflow li {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 4px; }
      .list__workflow .title {
        position: relative;
        padding: 10px;
        margin: 0;
        font-size: 18px;
        cursor: pointer; }
        .list__workflow .title:before {
          content: none; }
        .list__workflow .title:after {
          content: "";
          box-sizing: border-box;
          display: inline-block;
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1rem;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -0.5em;
          font-size: 22px;
          line-height: 1.2;
          color: #1675be; }
        .list__workflow .title img, .list__workflow .title br {
          display: none; }
      .list__workflow .body {
        display: none;
        padding: 10px 20px 20px;
        font-size: 14px; }
      .list__workflow li.open .title:after {
        content: "\f147";
        color: #ccc; }
      .list__workflow li.open .body {
        display: block; } }

.table__workflow {
  border-top: 1px solid #ccc; }
  .table__workflow th, .table__workflow td {
    padding: 23px 10px 17px;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  .table__workflow th {
    position: relative;
    padding-right: 46px;
    padding-left: 76px;
    text-align: center;
    white-space: nowrap; }
    .table__workflow th:before {
      content: attr(data-text) "";
      position: absolute;
      top: 40px;
      left: 18px;
      line-height: 1;
      font-family: "Times New Roman";
      font-size: 50px;
      font-weight: normal;
      color: #000000; }
    .table__workflow th img {
      zoom: 0.5;
      margin-bottom: 16px; }
  .table__workflow td {
    font-size: 14px; }
  @media (max-width: 767px) {
    .table__workflow {
      display: block;
      margin-bottom: 50px;
      border-top: none; }
      .table__workflow tbody, .table__workflow tr, .table__workflow th, .table__workflow td {
        display: block; }
      .table__workflow tr {
        margin-bottom: 40px; }
      .table__workflow th, .table__workflow td {
        margin: 0 auto;
        padding: 0;
        border-bottom: none; }
      .table__workflow th {
        position: relative;
        padding: 0;
        margin-bottom: 10px; }
        .table__workflow th:before {
          content: none; }
        .table__workflow th img {
          zoom: 0.45;
          margin-bottom: 16px; }
      .table__workflow td {
        max-width: 400px; } }

.sec__works .sec__title {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .sec__works .sec__title {
      margin-bottom: 12px;
      margin-bottom: 6vw; } }

.list__works {
  padding: 0;
  margin-top: 0;
  max-width: 960px;
  list-style: none; }
  @media (min-width: 768px) {
    .list__works {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 24px; }
      .list__works li {
        position: relative;
        height: 100%;
        overflow: hidden; }
        .list__works li figure {
          margin: 0; }
        .list__works li .hover {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.7);
          display: flex;
          justify-content: center;
          align-items: center;
          opacity: 0;
          transition: all 0.5s ease-out 0s; }
          .list__works li .hover .work__title {
            font-size: 20px;
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 767px) {
          .list__works li .hover .work__title {
            font-style: 20px;
            font-size: 4.6vw; } }
  @media (min-width: 768px) {
          .list__works li .hover p {
            font-size: 14px;
            white-space: nowrap; }
          .list__works li .hover .link--app {
            margin-top: 4px;
            margin-top: 2vw;
            text-align: center; }
        .list__works li:hover .hover {
          opacity: 1; } }
  @media (max-width: 767px) {
    .list__works {
      margin-bottom: 0; }
      .list__works li {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
        margin-bottom: 24px;
        margin: 0 auto 12vw; }
        .no-cssvwunit .list__works li {
          width: auto; }
        .list__works li figure {
          margin: 0; }
          .list__works li figure img {
            width: 100%; }
        .list__works li p {
          white-space: nowrap; }
        .list__works li .hover {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          margin-top: 1em;
          text-align: left;
          color: #000;
          background-color: transparent;
          display: block;
          transition: none; }
          .list__works li .hover .work__title {
            display: none; }
          .list__works li .hover .link--app {
            margin-top: 4px;
            margin-top: 2vw;
            text-align: center; }
            .list__works li .hover .link--app a img {
              border: 1px solid #999;
              border-radius: 4px; }
          .list__works li .hover p {
            font-size: 14px; } }
  @media (max-width: 360px) {
    .list__works li .hover p {
      white-space: normal; } }

.sec__plan {
  background-color: #f6f5f2; }

.table__plan thead th {
  padding: 5px 10px 5px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background-color: #696363; }

.table__plan tbody th, .table__plan tbody td {
  padding: 20px 10px;
  vertical-align: top;
  border-bottom: solid 1px #cccccc; }

.table__plan tbody th {
  text-align: left;
  font-size: 18px;
  white-space: nowrap; }

.table__plan tbody td.col2 {
  padding-left: 25px;
  padding-right: 27px;
  font-size: 14px; }

.table__plan tbody tr:nth-child(even) th, .table__plan tbody tr:nth-child(even) td {
  background-color: #fbfaf9; }

.table__plan dl {
  *zoom: 1;
  margin-top: -0.4em; }
  .table__plan dl:after {
    content: "";
    display: table;
    clear: both; }
  .table__plan dl dt, .table__plan dl dd {
    white-space: nowrap;
    line-height: 2.2em; }
  .table__plan dl dt {
    float: left;
    width: 120px;
    clear: both;
    font-weight: normal; }
  .table__plan dl dd {
    margin-left: 120px;
    width: 140px;
    font-weight: bold;
    text-align: right; }

@media (max-width: 767px) {
  .table__plan {
    display: block; }
    .table__plan thead {
      display: none; }
    .table__plan tbody, .table__plan tr, .table__plan th, .table__plan td {
      display: block; }
    .table__plan tbody tr {
      margin-bottom: 20px;
      border: 2px solid #ddd;
      cursor: pointer; }
      .table__plan tbody tr:nth-child(even) th, .table__plan tbody tr:nth-child(even) td {
        background-color: #fff; }
    .table__plan tbody th, .table__plan tbody td {
      padding: 20px 10px 0;
      vertical-align: top;
      border-bottom: none;
      background-color: #fff; }
    .table__plan tbody th {
      position: relative;
      padding: 10px 10px 0;
      font-size: 18px;
      white-space: nowrap;
      height: 100%; }
      .table__plan tbody th:after {
        content: "";
        box-sizing: border-box;
        display: inline-block;
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -0.3em;
        font-size: 22px;
        color: #1675be;
        line-height: 1; }
    .table__plan tbody td.col2 {
      display: none;
      padding: 10px 10px 20px;
      font-size: 14px; }
    .table__plan tbody td.col3 {
      padding-top: 0;
      padding-bottom: 10px; }
    .table__plan tbody td p {
      display: none;
      margin-bottom: 0; }
    .table__plan dl {
      display: inline-block;
      margin: 0; }
      .table__plan dl dt, .table__plan dl dd {
        display: none;
        float: none;
        margin: 0;
        width: auto;
        white-space: nowrap;
        line-height: 1;
        font-size: 12px;
        font-weight: normal; }
        .table__plan dl dt:nth-of-type(1), .table__plan dl dd:nth-of-type(1) {
          display: inline-block; }
    .table__plan .col3:before {
      content: attr(data-original-title) "";
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-right: 1em;
      text-align: left;
      line-height: 1;
      font-size: 12px;
      font-weight: normal; }
    .table__plan tr.open {
      cursor: default; }
      .table__plan tr.open th {
        padding: 10px 10px 0;
        cursor: pointer; }
        .table__plan tr.open th:after {
          content: "\f147";
          color: #ccc; }
      .table__plan tr.open td.col2 {
        display: block; }
      .table__plan tr.open td p {
        display: block; }
      .table__plan tr.open dl {
        display: block;
        margin: 0 auto;
        max-width: 340px;
        line-height: 1; }
        .table__plan tr.open dl dt, .table__plan tr.open dl dd {
          display: block;
          line-height: 2.2em;
          font-size: 16px;
          font-weight: normal; }
        .table__plan tr.open dl dt {
          float: left;
          width: 50%;
          clear: both;
          font-weight: normal; }
        .table__plan tr.open dl dd {
          margin-left: 50%;
          width: 50%;
          font-weight: bold;
          text-align: right; }
      .table__plan tr.open .col3:before {
        content: attr(data-original-title) "";
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 1em;
        padding-bottom: 0.8em;
        text-align: center;
        line-height: 1;
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #ccc; } }

@media (max-width: 767px) {
  .sec__aboutus .wrap__image {
    margin-bottom: 30px; }
  .sec__aboutus h3, .sec__aboutus h4 {
    text-align: center; } }

.table__border-horizon {
  width: 100%;
  border-top: 1px solid #ccc; }
  .table__border-horizon th, .table__border-horizon td {
    padding: 1.2em 0.8em;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: left; }
  .table__border-horizon th {
    padding-right: 0;
    font-weight: normal;
    white-space: nowrap; }

.sec__map .box_gmap {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #eee; }
  @media (max-width: 767px) {
    .sec__map .box_gmap {
      height: 50vh;
      max-height: 75vh;
      min-height: 320px;
      /*
      &:before{
        content:"\9577\62BC\3067\64CD\4F5C\304C\3067\304D\307E\3059";
        //「長押しすると地図が操作できます」と生成
        display:block;
        z-index:100;
        color:#000;
        width:100%;
        position:absolute;
        top:50%;
        left:0;
        margin:-0.5em 0 0 0;
        line-height:1;
        text-align:center;
        font-weight:bold;
        text-shadow:1px 1px 0 #fff;
      }
      &:after{
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.5);
      }
      &.release::before,
      &.release::after{
        display:none !important;
      }
      & > iframe,
      & > div{
        // レスポンシブデザイン想定
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
      }
    */ } }

.box__office_guide .title {
  margin-bottom: 50px;
  font-size: 16px; }

@media (max-width: 767px) {
  .box__office_guide {
    border: 1px solid #ddd;
    border-radius: 4px; }
    .box__office_guide .title {
      margin: 0;
      padding: 10px 10px;
      text-align: left;
      font-size: 14px; }
    .box__office_guide .body {
      padding: 0 10px 10px; } }

.office_guide {
  font-size: 14px; }
  .office_guide a {
    margin-bottom: 1.5em; }

.office_guide.forSP {
  margin-right: auto;
  margin-left: auto;
  max-width: 640px; }
  .office_guide.forSP > div {
    display: block !important;
    margin-bottom: 50px; }
    .office_guide.forSP > div img {
      margin-bottom: 1em; }
    .office_guide.forSP > div:last-child {
      margin-bottom: 0; }

a.fancybox {
  position: relative;
  display: inline-block; }
  a.fancybox:after {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s linear; }
  a.fancybox:hover:after {
    color: #fff;
    background-color: #1675be; }

.fancybox-inner {
  font-size: 14px; }
  .fancybox-inner img {
    margin-bottom: 30px; }

.fancybox-prev span:after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem; }

.fancybox-next span:after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem; }

.fancybox-nav span {
  width: 16px;
  height: 32px;
  margin-top: -80px;
  background: none; }
  .fancybox-nav span:after {
    line-height: 1;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

@media (max-width: 769px) {
  .accordion .accordion__title {
    position: relative;
    height: 100%;
    cursor: pointer; }
    .accordion .accordion__title:after {
      content: "";
      box-sizing: border-box;
      display: inline-block;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1rem;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -0.5em;
      font-size: 22px;
      color: #1675be;
      line-height: 1; }
  .accordion .accordion__body {
    display: none; }
  .accordion.open .accordion__title:after {
    content: "\f147";
    color: #ccc; }
  .accordion.open .accordion__body {
    display: block; } }

.sec__contact {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #999 url(../img/for-footer@2x.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .sec__contact {
      background-image: url(../img/for-footer.jpg); } }

.gFooter {
  padding-top: 53px;
  background-color: #090101;
  width: 100%; }
  .gFooter .copyright {
    margin: 0;
    padding: 30px 0 1.4em;
    text-align: center;
    font-size: 12px;
    color: #fff; }
    .gFooter .copyright p {
      margin: 0; }

.link-fb {
  color: #fff;
  line-height: 1;
  font-size: 42px; }
  .link-fb:hover {
    color: #3B5995; }

.fixed-link {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  line-height: 1;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease; }
  .fixed-link a {
    display: inline-block;
    margin-bottom: 10px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
    /*
    i {
      position: relative;
      top: 0;
      font-size: 42px;
    }
    span {
      position: relative;
      display: block;
      font-size: 8px;
      text-transform:uppercase;
    }
    &:hover {
      opacity: 0.8;
    }

    &:hover {
      text-decoration: none;
      color: #fff;
      background: rgba(#000, 0.95);
    }
    &:active, &:focus {
      color: #000;
      background: rgba(255,255,255, 0.95);
    }
    &.pagetop {
      i {
        top: -11px;
        font-size: 42px;
      }
      span {
        top:-22px;
        font-weight: 600;
      }
    }
    &.contact {
      i {
        top: 2px;
        font-size: 24px;
      }
      span {
        top:4px;
      }
    }
    */ }
    .fixed-link a img {
      width: 44px; }
  .kc-scrolled .fixed-link {
    opacity: 1; }
  @media (max-width: 767px) {
    .fixed-link {
      right: -1px;
      bottom: 30px; } }

.wow {
  visibility: hidden; }
  .no-cssvhunit .wow {
    visibility: visible; }
