@charset "UTF-8";
.yugo {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

#wrapper {
  padding-top: 0; }

#home-kv {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.home-kv__inner {
  position: relative;
  height: 100%; }

.home-kv__fig {
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.home-kv__copy {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .home-kv__copy .copy-1,
  .home-kv__copy .copy-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-kv__copy .copy-1 svg,
    .home-kv__copy .copy-2 svg {
      width: 100%;
      height: 100%; }
  .home-kv__copy .copy-line {
    height: 1px;
    background: #fff; }

.home-kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .home-kv__scroll .icon_scroll {
    margin-top: 4px;
    width: 13px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-kv__scroll .icon_scroll svg {
      width: 100%;
      height: 100%; }

/* ----------------------------------------------------------

アニバーサリー

---------------------------------------------------------- */
.home-anniversary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.home-anniversary__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .home-anniversary__logo img {
    width: 100%;
    height: 100%; }

.home-anniversary__copy {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  font-size: 2.4rem; }

/* ----------------------------------------------------------

お知らせ

---------------------------------------------------------- */

.home-news__container {
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-news__list-item {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #dddddd; }

.home-news__list-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.home-news__date {
  color: #acacac;
  letter-spacing: 0.08em;
  font-weight: 700;
  /* bold */
  font-family: 'Roboto', sans-serif;
  white-space: nowrap; }

.home-news__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px; }
  .home-news__cat.news {
    background: #4a516e; }
  .home-news__cat.report {
    background: #acacac; }
  .home-news__cat.seminar {
    background: #54639f; }

.home-news__ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  color: #242424;
  letter-spacing: 0.04em; }

.home-news__btn {
  margin: 0 auto; }

/* ----------------------------------------------------------

強み

---------------------------------------------------------- */
.home-advantage {
  position: relative; }

.home-advantage__gr-1 {
  background: -webkit-gradient(linear, left top, right top, from(#e0e6f7), color-stop(58.05%, #e0e6f7), to(#c7cfe5));
  background: linear-gradient(to right, #e0e6f7 0%, #e0e6f7 58.05%, #c7cfe5 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2; }

.home-advantage__bg {
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.home-advantage__gr-2 {
  position: relative;
  z-index: 3; }

.home-advantage__gr-2-content {
  position: relative; }

.home-advantage__gr-2-item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.home-advantage__gr-2-item__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-advantage__gr-2-item__lead {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  font-size: 2.4rem;
  line-height: 1.458;
  position: relative;
  margin-bottom: 15px; }
  .home-advantage__gr-2-item__lead:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 0;
    bottom: 0; }

.home-advantage__btn {
  margin: 0 auto;
  z-index: 10;
  position: relative; }

/* ----------------------------------------------------------

サービス

---------------------------------------------------------- */

.home-service__gr-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative; }

.home-service__gr-1-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-service__body {
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-service__gr-2__head {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-bottom: 40px; }

.home-service__item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  width: 305px;
  max-width: 100%;
  height: 510px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.home-service__item-head {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  padding-bottom: 29px;
  margin-bottom: 26px; }
  .home-service__item-head:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #b9881e;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.home-service__item-list__icon {
  width: 100px;
  margin: 0 auto 5px;
  text-align: center; }

.home-service__item-list__name {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  margin-bottom: 25px; }

.home-service__item-btn {
  margin: auto auto 0; }

/* ----------------------------------------------------------

セミナー

---------------------------------------------------------- */
.home-seminar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-seminar__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ----------------------------------------------------------

レポート

---------------------------------------------------------- */
.home-report {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-report__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ----------------------------------------------------------

会社概要

---------------------------------------------------------- */

.home-about__gr-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative; }

.home-about__gr-1-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-about__body {
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ----------------------------------------------------------

ギャラリー

---------------------------------------------------------- */
.home-gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home-gallery__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 4rem; }
    #home-kv {
      min-height: 750px;
      height: calc(750 / 1366 * 100vw); }
    .home-kv__fig {
      background-image: url(../../images/home/kv@2x.jpg); }
    .home-kv__copy {
      padding-top: calc(220 / 1366 * 100vw);
      padding-left: calc(66 / 1366 * 100vw); }
    .home-kv__copy .copy-1 {
      width: 508px;
      height: 95px;
      margin-bottom: 60px; }
    .home-kv__copy .copy-2 {
      width: 508px;
      height: 68px;
      margin-bottom: 20px; }
      .home-kv__copy .copy-line {
        width: 508px; }
    .home-anniversary {
      padding: 62px 0 70px; }
    .home-anniversary__logo {
      margin-bottom: 17px;
      width: 570px;
      height: 120px; }
  .home-news {
    padding-bottom: 120px; }
    .home-news__container {
      padding: 65px 83px 70px; }
  .home-news__head {
    margin-bottom: 20px; }
  .home-news__list {
    margin-bottom: 70px; }
    .home-news__list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .home-news__date {
      font-size: 1.5rem;
      margin-right: 40px; }
    .home-news__cat {
      min-width: 90px;
      height: 28px;
      font-size: 1.4rem; }
    .home-news__ttl {
      padding-top: 0.1em;
      padding-left: 25px;
      max-width: 580px; }
    .home-advantage {
      padding-bottom: 120px; }
  .home-advantage__head {
    margin-bottom: 20px; }
    .home-advantage__gr-1 {
      width: calc(50% + 483px);
      position: relative;
      left: calc(50% - 483px);
      padding: 70px 80px 260px; }
  .home-advantage__gr-1-content {
    width: 800px; }
    .home-advantage__bg {
      top: 253px;
      height: calc(100% - 598px); }
    .home-advantage__gr-2-content {
      top: -145px;
      margin-bottom: -145px; }
    .home-advantage__gr-2-item {
      width: 800px;
      min-height: 259px;
      margin-bottom: 87px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .home-advantage__gr-2-item__fig {
    position: absolute;
    top: -47px;
    left: -41px;
    width: 409px;
    height: 274px; }
    .home-advantage__gr-2-item__inner {
      padding: 0 25px 0 395px; }
    .home-advantage__gr-2-item__lead {
      padding-bottom: 14px; }
  .home-service {
    background: -webkit-gradient(linear, left top, right top, from(#e0e6f7), color-stop(58.05%, #e0e6f7), to(#adb6d0));
    background: linear-gradient(to right, #e0e6f7 0%, #e0e6f7 58.05%, #adb6d0 100%); }
    .home-service__gr-1 {
      width: calc(50% + 407px);
      position: relative;
      padding-left: calc(50% - 483px); }
    .home-service__gr-1-content {
      padding: 110px 105px 70px 0; }
  .home-service__head {
    margin-bottom: 20px; }
  .home-service__fig {
    width: 581px;
    height: 377px;
    position: absolute;
    right: -83px;
    bottom: -37px; }
    .home-service__body {
      width: 344px; }
  .home-service__gr-2 {
    padding: 110px 0 90px; }
  .home-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home-service__item {
      margin: 0 13px; }
    .home-seminar {
      padding: 110px 0 50px; }
    .home-seminar__content {
      width: 800px;
      margin: 0 auto; }
  .home-seminar__head {
    margin-bottom: 40px; }
    .home-report {
      padding: 60px 0 70px; }
    .home-report__content {
      width: 800px;
      margin: 0 auto; }
  .home-report__head {
    margin-bottom: 35px; }
  .home-about {
    margin-top: 228px;
    padding-bottom: 53px;
    background: -webkit-gradient(linear, left top, right top, from(#e0e6f7), color-stop(58.05%, #e0e6f7), to(#adb6d0));
    background: linear-gradient(to right, #e0e6f7 0%, #e0e6f7 58.05%, #adb6d0 100%); }
    .home-about__gr-1 {
      width: calc(50% + 407px);
      position: relative;
      padding-left: calc(50% - 400px);
      top: -108px;
      -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
              box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12); }
    .home-about__gr-1-content {
      padding: 90px 70px 90px 0; }
  .home-about__head {
    margin-bottom: 40px; }
  .home-about__fig {
    width: 581px;
    height: 377px;
    position: absolute;
    right: -83px;
    bottom: -247px;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16); }
  .home-about__lead {
    margin-bottom: 40px; }
    .home-about__body {
      width: 344px; }
    .home-gallery {
      padding: 205px 0 165px; }
    .home-gallery__content {
      width: 966px;
      margin: 0 auto; }
  .home-gallery__head {
    margin-bottom: 40px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1 {
      font-size: 2.2rem; }
    .home-kv__fig {
      background-image: url(../../images/home/kv_sm@2x.jpg); }
    .home-kv__copy {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 39px; }
      .home-kv__copy .copy-1,
      .home-kv__copy .copy-2 {
        margin-left: auto;
        margin-right: auto; }
    .home-kv__copy .copy-1 {
      width: calc(308 / 375 * 100vw);
      height: calc(57 / 375 * 100vw);
      margin-bottom: 22px; }
    .home-kv__copy .copy-2 {
      width: calc(305 / 375 * 100vw);
      height: calc(41 / 375 * 100vw);
      margin-bottom: 17px; }
      .home-kv__copy .copy-line {
        width: calc(305 / 375 * 100vw);
        margin-left: auto;
        margin-right: auto; }
    .home-anniversary {
      padding: 40px 0; }
    .home-anniversary__logo {
      margin-bottom: 10px;
      width: 295px;
      height: 62px; }
  .home-news {
    padding-bottom: 70px; }
    .home-news__container {
      padding: 55px 25px 70px; }
  .home-news__head {
    margin-bottom: 10px; }
  .home-news__list {
    margin-bottom: 40px; }
    .home-news__list-meta {
      margin-bottom: 10px; }
    .home-news__date {
      font-size: 1.2rem;
      margin-right: 10px; }
    .home-news__cat {
      min-width: 80px;
      height: 24px;
      font-size: 1.2rem; }
    .home-advantage {
      padding-bottom: 70px; }
  .home-advantage__head {
    margin-bottom: 18px; }
    .home-advantage__gr-1 {
      padding: 70px 35px 160px; }
    .home-advantage__bg {
      height: calc(100% - 240px); }
    .home-advantage__gr-2-content {
      z-index: 2;
      top: -120px;
      margin-bottom: -120px; }
    .home-advantage__gr-2-item {
      width: 305px;
      margin-bottom: 40px; }
    .home-advantage__gr-2-item__inner {
      padding: 20px;
      min-height: 218px; }
    .home-advantage__gr-2-item__lead {
      padding-bottom: 23px; }
    .home-service__gr-1-content {
      padding: 70px 0 40px 35px; }
  .home-service__head {
    margin-bottom: 18px; }
  .home-service__fig {
    margin-bottom: 35px; }
    .home-service__body {
      padding-right: 35px; }
  .home-service__btn {
    margin: 0 auto; }
  .home-service__gr-2 {
    padding: 40px 0 70px;
    background: -webkit-gradient(linear, left top, right top, from(#e0e6f7), color-stop(58.05%, #e0e6f7), to(#adb6d0));
    background: linear-gradient(to right, #e0e6f7 0%, #e0e6f7 58.05%, #adb6d0 100%); }
  .home-service__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 35px; }
    .home-service__item {
      margin-left: auto;
      margin-right: auto; }
      .home-service__item:not(:last-of-type) {
        margin-bottom: 40px; }
    .home-seminar {
      padding: 70px 0; }
    .home-seminar__content {
      padding: 0 35px; }
  .home-seminar__head {
    margin-bottom: 20px; }
    .home-report {
      padding: 70px 0; }
    .home-report__content {
      padding: 0 35px; }
  .home-report__head {
    margin-bottom: 20px; }
    .home-about__gr-1-content {
      padding: 70px 0 0px 35px; }
  .home-about__head {
    margin-bottom: 18px; }
  .home-about__fig {
    margin-bottom: 40px; }
    .home-about__body {
      padding-right: 35px; }
  .home-about__btn {
    margin: 0 auto;
    position: relative;
    left: -18px; }
    .home-gallery {
      padding: 70px 0 115px; }
    .home-gallery__content {
      padding: 0 35px; }
  .home-gallery__head {
    margin-bottom: 20px; } }

@media screen and (max-width: 350px) {
    .t-lead-1 {
      font-size: 2rem; } }

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .home-kv__copy {
      padding-top: 220px;
      padding-left: 66px; } }
