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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * !!! ?ϐ??̒闍` !!!
 * ?ϐ??͍・・??????A?f?U?C???R???|?[?l???g?A?µ???̓V???{???쳂ɍ쐬???・
 * ?܂?Google Font???̓N黷ﾈ?E?F?u?t?H???g?̏ꍇ?A???̃t?H???g???・`???Ă킩?閧・??????・
 */
/**
 * !!! ?u???[?N?|?C???g !!!
 */
@media only screen and (max-width: 950px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/**
 * !!! browsersync?̃A???[?g?・\?? !!!
 */
#__bs_notify__ {
  display: none !important; }

#whole-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999; }

/**
 * !!! ?y?[?WCSS?軏{?ݒ・!!!
 * ?軏{?I?ɂ??̉ӏ??͑??삵?Ȃ??悤?ɂ??・
 * ----------------???????・---------------
 */
html {
  font-size: 62.5%;
  font-family: "?焜S?V?b?N", "YuGothic", "?q???M?m?p?S Pro", "Hiragino Kaku Gothic Pro", "???C???I", "Meiryo", sans-serif; }

* {
  font-size: 14px;
  font-size: 1.2rem;
  box-sizing: border-box; }

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

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s; }
  @media only screen and (min-width: 768px) {
    a:hover {
      opacity: 0.7; } }

input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

button,
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  button::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  button::focus,
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.row {
  overflow: hidden;
  *zoom: 1; }

/**
 * ----------------?????܂ﾅ----------------
 */
/**
 * !!! FlexBox Rule !!!
 * ?s?xscss?L?ڂ??驍ﾌ?ł͂Ȃ??A?N???X?Œ闍`???A?N???X?̕t???O???ŊǗ????邱?ƁB
 */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/**
 * !!! Inner Rule !!!
 * ?ŏ??Ƀf?U?C???m?F???A???݂??駟nner?p?^?[???・????邱?ﾆ
 * max-width?w?閧ﾌ?݂??ƁA?譁ﾊ???k?????驍ﾆ???ɗ]?????B??邽?߁Apadding?ﾂ???邱?ﾆ
 * ?・ inner??1000px?ł??黷ﾎ?A
 *     max-width: 1060px;
 *     padding: 0 30px;
 */
.inner {
  max-width: 1330px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 950px) {
    .inner {
      padding: 0 15px; } }

.inner-small {
  max-width: 1030px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 950px) {
    .inner-small {
      padding: 0 15px; } }

.inviewFadeTop {
  position: relative;
  top: 10px;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeTop.on {
    opacity: 1;
    top: 0; }

.inviewFadeLeft {
  position: relative;
  left: 3em;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeLeft.on {
    opacity: 1;
    left: 0; }

.inviewFadeRight {
  position: relative;
  right: 3em;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeRight.on {
    opacity: 1;
    right: 0; }

.inviewFade {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFade.on {
    opacity: 1; }

#footer-news {
  margin-top: 115px;
  background: #f7f9fa;
  padding-bottom: 40px; }
  @media only screen and (max-width: 950px) {
    #footer-news {
      margin-top: 60px;
      padding-bottom: 30px; } }
  #footer-news .inner {
    position: relative; }
  #footer-news h2 {
    position: relative;
    padding: 16px 0;
    background: #ccd6e0; }
    @media only screen and (max-width: 950px) {
      #footer-news h2 {
        padding: 10px 0; } }
    #footer-news h2 p {
      font-family: source-han-serif-japanese, serif;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 950px) {
        #footer-news h2 p {
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em; } }
      #footer-news h2 p span {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-left: 30px; }
        @media only screen and (max-width: 950px) {
          #footer-news h2 p span {
            margin-left: 20px;
            font-size: 13px;
            font-size: 1.3rem; } }
    #footer-news h2 .more {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 950px) {
        #footer-news h2 .more {
          right: 15px; } }
      #footer-news h2 .more a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          #footer-news h2 .more a:hover > span {
            right: 10px; }
          #footer-news h2 .more a:hover em {
            opacity: 0; } }
      #footer-news h2 .more a em {
        font-size: 10px;
        font-size: 1rem;
        font-family: source-han-serif-japanese, serif;
        letter-spacing: 0.2em;
        display: inline-block;
        vertical-align: middle;
        transition: opacity 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
      #footer-news h2 .more a > span {
        width: 25px;
        height: 15px;
        margin: auto;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        right: 0;
        transition: right 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
        @media only screen and (max-width: 950px) {
          #footer-news h2 .more a > span {
            display: none; } }
        #footer-news h2 .more a > span span {
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          background: #000; }
          #footer-news h2 .more a > span span:nth-child(1) {
            top: 0; }
          #footer-news h2 .more a > span span:nth-child(2) {
            top: 7px; }
          #footer-news h2 .more a > span span:nth-child(3) {
            bottom: 0; }
  #footer-news .news-col {
    width: 50%;
    margin-top: 45px; }
    @media only screen and (max-width: 950px) {
      #footer-news .news-col {
        width: 49%;
        margin-top: 25px; } }
    #footer-news .news-col a {
      display: block; }
      #footer-news .news-col a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          #footer-news .news-col a:hover figure .img-box img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); } }
      #footer-news .news-col a figure {
        font-size: 0; }
        #footer-news .news-col a figure .img-box,
        #footer-news .news-col a figure figcaption {
          display: inline-block;
          vertical-align: middle; }
        #footer-news .news-col a figure .img-box {
          width: 27.2727273%;
          overflow: hidden;
          position: relative; }
          @media only screen and (max-width: 950px) {
            #footer-news .news-col a figure .img-box {
              width: 100%; } }
          #footer-news .news-col a figure .img-box img {
            transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        #footer-news .news-col a figure figcaption {
          width: 72.7272727%;
          padding: 27px 40px; }
          @media only screen and (max-width: 950px) {
            #footer-news .news-col a figure figcaption {
              width: 100%;
              padding: 0; } }
          #footer-news .news-col a figure figcaption .date {
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0.1em; }
            @media only screen and (max-width: 950px) {
              #footer-news .news-col a figure figcaption .date {
                font-size: 11px;
                font-size: 1.1rem;
                margin-top: 10px; } }
          #footer-news .news-col a figure figcaption .body {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            line-height: 1.6;
            margin-top: 10px; }
            @media only screen and (max-width: 950px) {
              #footer-news .news-col a figure figcaption .body {
                font-size: 12px;
                font-size: 1.2rem;
                margin-top: 5px; } }

.footer {
  padding-bottom: 50px;
  background: #fff; }
  @media only screen and (max-width: 950px) {
    .footer {
      padding-bottom: 80px; } }
  .footer__cvarea {
    margin-top: 100px; }
    @media only screen and (max-width: 950px) {
      .footer__cvarea {
        margin-top: 20px; } }
    .footer__cvarea a {
      display: block;
      width: 48%;
      border: 1px solid #003366;
      color: #000;
      text-align: center;
      padding: 27px 0;
      position: relative;
      overflow: hidden;
      background: transparent;
      transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
      @media only screen and (max-width: 950px) {
        .footer__cvarea a {
          width: 100%;
          padding: 18px 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 768px) {
        .footer__cvarea a:hover {
          opacity: 1;
          color: #fff; }
          .footer__cvarea a:hover:before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            width: 300%;
            height: 200%;
            left: -100%;
            transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
      .footer__cvarea a:before {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        background: #003366;
        top: -100%;
        left: -63%;
        z-index: 0;
        -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
        transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
      .footer__cvarea a span {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.3em;
        font-family: source-han-serif-japanese, serif;
        position: relative;
        z-index: 1;
        background: transparent; }
        @media only screen and (max-width: 950px) {
          .footer__cvarea a span {
            font-size: 20px;
            font-size: 2rem; } }
        .footer__cvarea a span em {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.3em; }
          @media only screen and (max-width: 950px) {
            .footer__cvarea a span em {
              font-size: 13px;
              font-size: 1.3rem; } }
  .footer__totop {
    margin-top: 80px; }
    @media only screen and (max-width: 950px) {
      .footer__totop {
        margin-top: 40px; } }
    .footer__totop a {
      display: block;
      margin: auto;
      width: 9px; }
      @media only screen and (min-width: 768px) {
        .footer__totop a {
          height: 200px; } }
      .footer__totop a:hover {
        opacity: 1; }
        .footer__totop a:hover span:nth-child(1):before {
          top: 100%; }
      .footer__totop a span {
        display: block; }
        .footer__totop a span:nth-child(1) {
          width: 1px;
          height: 130px;
          position: relative;
          margin: auto;
          overflow: hidden; }
          .footer__totop a span:nth-child(1):before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            top: 0;
            left: 0;
            transition: all 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
        .footer__totop a span:nth-child(2) {
          margin-top: 18px;
          font-family: source-han-serif-japanese, serif;
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -o-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          font-size: 10px;
          font-size: 1rem;
          letter-spacing: 0.2em;
          color: #000; }
  .footer__content {
    border-top: 1px solid #9a9a9a;
    margin-top: 75px; }
    @media only screen and (max-width: 950px) {
      .footer__content {
        margin-top: 40px; } }
    .footer__content__upper {
      overflow: hidden;
      *zoom: 1;
      background: #fff;
      padding: 20px 0 20px 50px;
      margin-top: 45px; }
      @media only screen and (max-width: 950px) {
        .footer__content__upper {
          display: none; } }
    .footer__content__bottom {
      padding-top: 75px; }
      @media only screen and (max-width: 950px) {
        .footer__content__bottom {
          padding-top: 30px; } }
      .footer__content__bottom p {
        text-align: center; }
        .footer__content__bottom p span {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "?־??", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", serif;
          color: #003366;
          margin: 0 22.5px;
          letter-spacing: 0.26em; }
          @media only screen and (max-width: 1260px) {
            .footer__content__bottom p span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media only screen and (max-width: 950px) {
            .footer__content__bottom p span {
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1.6; } }
      .footer__content__bottom .copy {
        text-align: center;
        font-family: "?־??", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", serif;
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 0.3em;
        color: #737373;
        margin-top: 40px; }
        @media only screen and (max-width: 950px) {
          .footer__content__bottom .copy {
            letter-spacing: 0.1em;
            margin-top: 20px; } }

.footer__brand {
  float: left; }
  @media only screen and (max-width: 950px) {
    .footer__brand {
      display: none; } }
  .footer__brand a {
    display: block; }
    .footer__brand a img {
      width: 200px; }
      @media only screen and (max-width: 1260px) {
        .footer__brand a img {
          width: 140px; } }

.footer__nav {
  float: right;
  padding-top: 10px;
  padding-right: 50px; }
  @media only screen and (max-width: 950px) {
    .footer__nav {
      display: none; } }
  @media only screen and (max-width: 1260px) {
    .footer__nav {
      padding-top: 0px; } }
  .footer__nav ul li {
    position: relative;
    padding-left: 85px; }
    @media only screen and (max-width: 1260px) {
      .footer__nav ul li {
        padding-left: 40px; } }
    .footer__nav ul li:before {
      content: "";
      width: 1px;
      height: 135%;
      position: absolute;
      top: -5px;
      bottom: 0;
      left: 40px;
      background: #b5b5b5;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg); }
      @media only screen and (max-width: 1260px) {
        .footer__nav ul li:before {
          left: 18px; } }
    .footer__nav ul li:first-child {
      padding-left: 0; }
      .footer__nav ul li:first-child:before {
        content: none; }
    .footer__nav ul li a {
      display: block;
      text-align: center; }
      .footer__nav ul li a em,
      .footer__nav ul li a span {
        display: block;
        color: #003366;
        text-align: center; }
      .footer__nav ul li a em {
        font-family: source-han-serif-japanese, serif;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.15em; }
        @media only screen and (max-width: 1260px) {
          .footer__nav ul li a em {
            font-size: 15px;
            font-size: 1.5rem; } }
      .footer__nav ul li a span {
        font-family: source-han-serif-japanese, serif;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        margin-top: 10px; }
        @media only screen and (max-width: 1260px) {
          .footer__nav ul li a span {
            font-size: 11px;
            font-size: 1.1rem; } }

.header {
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0 20px 30px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition: transform 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
  @media only screen and (max-width: 950px) {
    .header {
      padding: 10px 0 10px 15px;
      overflow: visible; } }
  .header.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .header__brand {
    float: left; }
    @media only screen and (max-width: 950px) {
      .header__brand {
        position: relative;
        z-index: 1; } }
    .header__brand a {
      display: block; }
      .header__brand a img {
        width: 300px;
        padding: 15px 0; }
        @media only screen and (max-width: 1340px) {
          .header__brand a img {
            width: 220px; } }
        @media only screen and (max-width: 1260px) {
          .header__brand a img {
            width: 180px; } }
        @media only screen and (max-width: 950px) {
          .header__brand a img {
            width: 170px; } }
  .header__sp-trigger {
    position: absolute;
    width: 30px;
    height: 18px;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }
    .header__sp-trigger a {
      position: absolute;
      display: block;
      width: 30px;
      height: 18px; }
      .header__sp-trigger a span {
        position: absolute;
        top: 0;
        left: 0;
        background: #003366;
        width: 100%;
        height: 1px;
        transition: all 0.3s; }
        .header__sp-trigger a span:nth-child(2) {
          top: 8px; }
        .header__sp-trigger a span:nth-child(3) {
          top: auto;
          bottom: 0; }
    .header__sp-trigger.on a span:nth-child(1) {
      top: 8px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header__sp-trigger.on a span:nth-child(2) {
      opacity: 0; }
    .header__sp-trigger.on a span:nth-child(3) {
      bottom: 8px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .header__nav {
    float: right;
    padding-top: 10px;
    padding-right: 50px; }
    @media only screen and (max-width: 950px) {
      .header__nav .flex-row {
        display: block; } }
    @media only screen and (max-width: 1260px) {
      .header__nav {
        padding-top: 0px; } }
    @media only screen and (max-width: 950px) {
      .header__nav {
        display: none;
        float: none;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #fff; } }
    @media only screen and (max-width: 950px) {
      .header__nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
    .header__nav ul li {
      position: relative;
      padding-left: 85px; }
      @media only screen and (max-width: 1260px) {
        .header__nav ul li {
          padding-left: 40px; } }
      @media only screen and (max-width: 950px) {
        .header__nav ul li {
          padding-left: 0;
          margin: 35px 0; } }
      .header__nav ul li:before {
        content: "";
        width: 1px;
        height: 135%;
        position: absolute;
        top: -5px;
        bottom: 0;
        left: 40px;
        background: #b5b5b5;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg); }
        @media only screen and (max-width: 1260px) {
          .header__nav ul li:before {
            left: 18px; } }
        @media only screen and (max-width: 950px) {
          .header__nav ul li:before {
            content: none; } }
      .header__nav ul li:first-child {
        padding-left: 0; }
        .header__nav ul li:first-child:before {
          content: none; }
      .header__nav ul li a {
        display: block;
        text-align: center; }
        .header__nav ul li a em,
        .header__nav ul li a span {
          display: block;
          color: #003366;
          text-align: center; }
        .header__nav ul li a em {
          font-family: source-han-serif-japanese, serif;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.15em; }
          @media only screen and (max-width: 1260px) {
            .header__nav ul li a em {
              font-size: 15px;
              font-size: 1.5rem; } }
        .header__nav ul li a span {
          font-family: source-han-serif-japanese, serif;
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.2em;
          margin-top: 10px; }
          @media only screen and (max-width: 1260px) {
            .header__nav ul li a span {
              font-size: 11px;
              font-size: 1.1rem; } }

.btn {
  display: block;
  text-align: center;
  width: 230px;
  padding: 21.5px 0;
  position: relative;
  margin: 100px auto 0; }
  .btn:after, .btn:before {
    content: "";
    background: #a1a1a1;
    width: 100%;
    height: 1px;
    position: absolute;
    transition: left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), right 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .btn:before {
    top: 0;
    left: 20px; }
  .btn:after {
    bottom: 0;
    right: 20px; }
  .btn span {
    font-family: source-han-serif-japanese, serif;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.2em; }
    .btn span:after, .btn span:before {
      content: "";
      background: #a1a1a1;
      width: 1px;
      height: 0%;
      position: absolute;
      transition: height 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
    .btn span:before {
      top: 0;
      left: 0px; }
    .btn span:after {
      bottom: 0;
      right: 0px; }
  .btn:hover {
    opacity: 1; }
    .btn:hover:before {
      left: 0; }
    .btn:hover:after {
      right: 0; }
    .btn:hover span:before, .btn:hover span:after {
      transition: height 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
      height: 100%; }

.daily-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .daily-bnr a {
    display: block;
    position: relative; }
    .daily-bnr a:hover {
      opacity: 1; }
      .daily-bnr a:hover:before {
        width: calc(100% + 15px);
        height: calc(100% + 15px);
        top: -30px;
        left: -30px; }
      .daily-bnr a:hover img {
        top: -20px;
        left: -20px; }
    .daily-bnr a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      top: -10px;
      left: -10px;
      z-index: 0;
      transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
      opacity: 1; }
    .daily-bnr a img {
      width: 180px;
      position: relative;
      top: 0px;
      left: 0px;
      z-index: 1;
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
      @media only screen and (max-width: 950px) {
        .daily-bnr a img {
          width: 100px; } }

.sub-whole h3 {
  color: #003366;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
  font-family: source-han-serif-japanese, serif; }
  @media only screen and (max-width: 950px) {
    .sub-whole h3 {
      font-size: 23px;
      font-size: 2.3rem; } }

.sub-whole h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.3em;
  text-align: center;
  color: #003366;
  line-height: 1;
  padding-top: 30px; }
  @media only screen and (max-width: 950px) {
    .sub-whole h4 {
      font-size: 20px;
      font-size: 2rem;
      padding-top: 20px;
      line-height: 2; } }
  .sub-whole h4 span {
    position: relative;
    line-height: 1; }
    .sub-whole h4 span:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: #003366;
      left: -7px;
      right: 0;
      top: -12px;
      margin: auto; }
      @media only screen and (max-width: 950px) {
        .sub-whole h4 span:before {
          width: 4px;
          height: 4px;
          border-radius: 4px;
          top: -3px;
          left: -5px; } }

.sub-whole h5 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #003366;
  color: #003366;
  padding-bottom: 24px;
  line-height: 1; }
  @media only screen and (max-width: 950px) {
    .sub-whole h5 {
      font-size: 20px;
      font-size: 2rem; } }

.wp-pagenavi {
  text-align: center;
  font-family: "?־??", YuMincho, "?q???M?m???? ProN W3", "Hiragino Mincho ProN", "HG????E", "?l?r ?o????", serif;
  margin-top: 80px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    padding: 18px; }
  .wp-pagenavi .current {
    position: relative; }
    .wp-pagenavi .current:before {
      content: "";
      width: 16px;
      height: 1px;
      background: #222;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 68px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .wp-pagenavi .previouspostslink {
    margin-right: 30px; }
    .wp-pagenavi .previouspostslink:before {
      content: "";
      width: 54px;
      height: 1px;
      background: #222;
      position: absolute;
      right: 0;
      bottom: 0; }
    .wp-pagenavi .previouspostslink:after {
      content: "";
      width: 24px;
      height: 1px;
      background: #222;
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 0;
      top: 9px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 30px; }
    .wp-pagenavi .nextpostslink:before {
      content: "";
      width: 54px;
      height: 1px;
      background: #222;
      position: absolute;
      left: 0;
      bottom: 0; }
    .wp-pagenavi .nextpostslink:after {
      content: "";
      width: 24px;
      height: 1px;
      background: #222;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 0;
      top: 9px; }

#sub-main {
  margin-top: 98px;
  height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 950px) {
    #sub-main {
      margin-top: 55px;
      height: 200px; } }
  #sub-main h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: normal; }
    #sub-main h1 span {
      display: block;
      text-align: center;
      position: relative;
      font-family: source-han-serif-japanese, serif;
      color: #fff; }
    #sub-main h1 > span {
      position: relative; }
      #sub-main h1 > span:before, #sub-main h1 > span:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #fff;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      #sub-main h1 > span:before {
        left: -50px; }
        @media only screen and (max-width: 950px) {
          #sub-main h1 > span:before {
            left: -30px; } }
      #sub-main h1 > span:after {
        right: -50px; }
        @media only screen and (max-width: 950px) {
          #sub-main h1 > span:after {
            right: -30px; } }
      #sub-main h1 > span > span:nth-child(1) {
        font-size: 56px;
        font-size: 5.6rem;
        letter-spacing: 0.25em; }
        @media only screen and (max-width: 950px) {
          #sub-main h1 > span > span:nth-child(1) {
            font-size: 26px;
            font-size: 2.6rem; } }
      #sub-main h1 > span > span:nth-child(2) {
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 0.2em;
        margin-top: 15px; }
        @media only screen and (max-width: 950px) {
          #sub-main h1 > span > span:nth-child(2) {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5; } }

.underline-title {
  color: #003366;
  position: relative;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
  display: inline;
  position: relative;
  padding-bottom: 6px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.3em; }
  @media only screen and (max-width: 950px) {
    .underline-title {
      font-size: 20px;
      font-size: 2rem; } }
  .underline-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    z-index: -1;
    background: #ccd6e0; }
    @media only screen and (max-width: 950px) {
      .underline-title:before {
        height: 16px; } }

body.about #greeting {
  padding-top: 105px; }
  @media only screen and (max-width: 950px) {
    body.about #greeting {
      padding-top: 40px; } }
  body.about #greeting .l {
    width: 56.25%; }
    @media only screen and (max-width: 950px) {
      body.about #greeting .l {
        width: 100%; }
        body.about #greeting .l > img {
          margin-top: 20px; } }
    body.about #greeting .l h3 {
      margin-top: 45px; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l h3 {
          margin-top: 20px; } }
    body.about #greeting .l > p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.375;
      margin-top: 45px; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l > p {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 20px; } }
    body.about #greeting .l .name {
      text-align: right;
      margin-top: 20px; }
      body.about #greeting .l .name img {
        height: 55px; }
        @media only screen and (max-width: 950px) {
          body.about #greeting .l .name img {
            height: 32px; } }
    body.about #greeting .l .profile {
      padding-top: 20px;
      border-top: 1px solid #000;
      margin-top: 30px; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l .profile {
          margin-top: 20px; } }
      body.about #greeting .l .profile p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.075em; }
        @media only screen and (max-width: 950px) {
          body.about #greeting .l .profile p {
            font-size: 11px;
            font-size: 1.1rem; } }
  body.about #greeting .r {
    width: 39.84375%; }
    @media only screen and (max-width: 950px) {
      body.about #greeting .r {
        display: none; } }
    body.about #greeting .r img {
      width: 100%; }

body.about #points {
  margin-top: 130px;
  padding-bottom: 155px; }
  @media only screen and (max-width: 950px) {
    body.about #points {
      margin-top: 40px;
      padding-bottom: 40px; } }
  body.about #points .flex-row {
    margin-top: 75px; }
    @media only screen and (max-width: 950px) {
      body.about #points .flex-row {
        margin-top: 30px; } }
  body.about #points .l {
    width: 39.84375%; }
    @media only screen and (max-width: 950px) {
      body.about #points .l {
        width: 100%; } }
    body.about #points .l img {
      width: 100%; }
  body.about #points .r {
    width: 53.90625%; }
    @media only screen and (max-width: 950px) {
      body.about #points .r {
        width: 100%; } }
    body.about #points .r ol {
      font-family: source-han-serif-japanese, serif;
      margin-top: -17px; }
      @media only screen and (max-width: 950px) {
        body.about #points .r ol {
          margin-top: 10px; } }
      body.about #points .r ol li {
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        line-height: 2.272727273;
        color: #003366;
        font-family: source-han-serif-japanese, serif;
        padding-left: 38px;
        position: relative; }
        @media only screen and (max-width: 950px) {
          body.about #points .r ol li {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            line-height: 2; } }
        body.about #points .r ol li:before {
          content: "";
          width: 18px;
          height: 18px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          border: 1px solid #003366; }
          @media only screen and (max-width: 950px) {
            body.about #points .r ol li:before {
              width: 16px;
              height: 16px; } }
        body.about #points .r ol li:after {
          content: "";
          width: 1px;
          height: 20px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          left: 18px;
          top: -6px;
          bottom: 0;
          margin: auto;
          background: #003366; }
          @media only screen and (max-width: 950px) {
            body.about #points .r ol li:after {
              height: 16px;
              left: 16px;
              top: -6px; } }
        body.about #points .r ol li.none {
          font-size: 18px;
          font-size: 1.8rem; }
          body.about #points .r ol li.none:before, body.about #points .r ol li.none:after {
            content: none; }
    body.about #points .r p {
      margin-top: 25px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.375;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 950px) {
        body.about #points .r p {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          margin-top: 10px; } }

body.about #works {
  background: #f7f9fa;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 950px) {
    body.about #works {
      padding-top: 40px;
      padding-bottom: 40px; } }
  body.about #works .content-box .tab-row {
    margin-top: 50px; }
    @media only screen and (max-width: 950px) {
      body.about #works .content-box .tab-row {
        margin-top: 0px; } }
    body.about #works .content-box .tab-row li {
      width: 31.25%; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .tab-row li {
          width: 100%;
          margin-top: 20px; } }
      body.about #works .content-box .tab-row li a {
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        font-family: source-han-serif-japanese, serif;
        color: #c6d1dc;
        padding-bottom: 20px;
        border-bottom: 10px solid #c6d1dc;
        text-align: center;
        transition: all 0.3s; }
        @media only screen and (max-width: 950px) {
          body.about #works .content-box .tab-row li a {
            font-size: 16px;
            font-size: 1.6rem;
            padding-bottom: 15px;
            border-bottom: 5px solid #c6d1dc; } }
        body.about #works .content-box .tab-row li a.on {
          color: #003366;
          border-color: #003366; }
        body.about #works .content-box .tab-row li a:hover {
          opacity: 1;
          color: #003366;
          border-color: #003366; }
  body.about #works .content-box .content {
    margin-top: 50px;
    display: none; }
    @media only screen and (max-width: 950px) {
      body.about #works .content-box .content {
        margin-top: 30px; } }
    body.about #works .content-box .content.on {
      display: block; }
    body.about #works .content-box .content .flex-row {
      align-items: center; }
    body.about #works .content-box .content .text {
      width: 44.140625%;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.375; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .content .text {
          order: 2;
          width: 100%;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          margin-top: 20px; } }
    body.about #works .content-box .content .image {
      width: 49.0625%; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .content .image {
          order: 1;
          width: 100%; } }

body.about #company {
  padding-top: 85px; }
  @media only screen and (max-width: 950px) {
    body.about #company {
      padding-top: 40px; } }
  body.about #company .img-box {
    margin-top: 65px;
    margin-bottom: 50px; }
    body.about #company .img-box .flex-row {
      align-items: flex-start; }
    @media only screen and (max-width: 950px) {
      body.about #company .img-box {
        margin-top: 20px;
        margin-bottom: 30px; } }
    body.about #company .img-box img {
      width: 50%; }
      @media only screen and (max-width: 950px) {
        body.about #company .img-box img {
          width: 50%; } }
  body.about #company ul {
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
    margin-top: 20px;
    max-width: 940px;
    padding: 0 20px 20px;
    font-size: 0; }
    @media only screen and (max-width: 950px) {
      body.about #company ul {
        margin-top: 10px;
        max-width: 940px;
        padding: 0 10px 10px; } }
    body.about #company ul:last-child {
      border-bottom: none; }
    body.about #company ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.5;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 950px) {
        body.about #company ul li {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.1em;
          line-height: 2; } }
      body.about #company ul li:first-child {
        width: 220px;
        padding-left: 40px; }
        @media only screen and (max-width: 950px) {
          body.about #company ul li:first-child {
            width: 100%;
            padding-left: 0; } }
      body.about #company ul li:last-child {
        width: calc(100% - 220px); }
        @media only screen and (max-width: 950px) {
          body.about #company ul li:last-child {
            width: 100%;
            padding-left: 0; } }
  body.about #company iframe {
    margin-top: 60px;
    width: 100%;
    height: 440px; }
    @media only screen and (max-width: 950px) {
      body.about #company iframe {
        height: 350px; } }

body.consult #sec01 {
  padding: 80px 0;
  text-align: center; }
  @media only screen and (max-width: 950px) {
    body.consult #sec01 {
      padding: 20px 0; } }
  body.consult #sec01 .catch {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    font-family: source-han-serif-japanese, serif;
    color: #003366;
    line-height: 1.666666667; }
    @media only screen and (max-width: 950px) {
      body.consult #sec01 .catch {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.2em; } }
  body.consult #sec01 .message {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 30px; }
    @media only screen and (max-width: 950px) {
      body.consult #sec01 .message {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }

body.consult #sec02 {
  background: #f7f9fa;
  padding: 70px 0 70px; }
  @media only screen and (max-width: 950px) {
    body.consult #sec02 {
      padding: 30px 0 30px; } }
  body.consult #sec02 h6 {
    text-align: center;
    color: #003366;
    font-family: source-han-serif-japanese, serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000; }
    body.consult #sec02 h6 span,
    body.consult #sec02 h6 em {
      display: block; }
    body.consult #sec02 h6 span {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 950px) {
        body.consult #sec02 h6 span {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.2em; } }
    body.consult #sec02 h6 em {
      font-size: 28px;
      font-size: 2.8rem;
      letter-spacing: 0.3em;
      margin-top: 10px; }
      @media only screen and (max-width: 950px) {
        body.consult #sec02 h6 em {
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em; } }
  body.consult #sec02 p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 25px;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      body.consult #sec02 p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 10px;
        text-align: left; } }
  body.consult #sec02 .flex-row {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px; }
    @media only screen and (max-width: 950px) {
      body.consult #sec02 .flex-row {
        margin-top: 20px; } }
    body.consult #sec02 .flex-row .box {
      width: 48%;
      background: #fff;
      border: 1px solid #000;
      text-align: center;
      font-family: source-han-serif-japanese, serif;
      color: #003366;
      padding: 25px 0 30px; }
      @media only screen and (max-width: 950px) {
        body.consult #sec02 .flex-row .box {
          width: 100%;
          text-align: center; }
          body.consult #sec02 .flex-row .box:last-child {
            margin-top: 25px; } }
      body.consult #sec02 .flex-row .box span {
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.3em; }
      body.consult #sec02 .flex-row .box p {
        vertical-align: text-bottom;
        margin-top: 15px;
        line-height: 1; }
        @media only screen and (max-width: 950px) {
          body.consult #sec02 .flex-row .box p {
            width: 100%;
            text-align: center; } }
        body.consult #sec02 .flex-row .box p.red {
          color: red; }
        body.consult #sec02 .flex-row .box p em {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.3em; }

body.consult #form {
  padding: 100px 0 90px; }
  @media only screen and (max-width: 950px) {
    body.consult #form {
      padding: 40px 0 40px; } }
  body.consult #form h6 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    font-family: source-han-serif-japanese, serif;
    color: #003366;
    line-height: 1.666666667;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      body.consult #form h6 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.2em; } }
  body.consult #form p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      body.consult #form p {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }
  body.consult #form .form-table {
    margin-top: 60px; }
  body.consult #form ul {
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
    margin-top: 20px;
    max-width: 940px;
    padding: 0 20px 20px;
    font-size: 0; }
    @media only screen and (max-width: 950px) {
      body.consult #form ul {
        margin-top: 10px;
        max-width: 940px;
        padding: 0 10px 10px; } }
    body.consult #form ul:last-child {
      border-bottom: none; }
    body.consult #form ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.5;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 950px) {
        body.consult #form ul li {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.1em;
          line-height: 2; } }
      body.consult #form ul li textarea,
      body.consult #form ul li input {
        width: 100%;
        border: none;
        background: transparent;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0.075em; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li textarea,
          body.consult #form ul li input {
            font-size: 14px;
            font-size: 1.4rem; } }
      body.consult #form ul li textarea {
        min-height: 300px; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li textarea {
            min-height: 200px; } }
      body.consult #form ul li:first-child {
        width: 300px;
        padding-left: 40px; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li:first-child {
            width: 100%;
            padding-left: 0; } }
      body.consult #form ul li:last-child {
        width: calc(100% - 300px); }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li:last-child {
            width: 100%;
            padding-left: 0; } }
  body.consult #form .doui-box {
    margin-top: 50px; }
    body.consult #form .doui-box .box {
      border: 1px solid #e0e0e0;
      margin: 40px 0 0;
      height: 280px;
      overflow: auto; }
      body.consult #form .doui-box .box .box-inner {
        padding: 30px 50px;
        line-height: 2;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left; }
        @media only screen and (max-width: 950px) {
          body.consult #form .doui-box .box .box-inner {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 20px 15px; } }
  body.consult #form .doui {
    text-decoration: underline; }
  body.consult #form .doui-check {
    text-align: center;
    margin-top: 100px; }
    @media only screen and (max-width: 950px) {
      body.consult #form .doui-check {
        margin-top: 40px; } }
    body.consult #form .doui-check label {
      cursor: pointer;
      font-size: 16px;
      font-size: 1.6rem;
      height: 80px; }
      body.consult #form .doui-check label span {
        position: relative; }
        body.consult #form .doui-check label span:after {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          margin: 20px auto 0;
          border: 1px solid; }
      body.consult #form .doui-check label input {
        display: none; }
        body.consult #form .doui-check label input:checked + span {
          display: block; }
          body.consult #form .doui-check label input:checked + span:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 8px;
            border-bottom: 4px solid;
            border-right: 4px solid;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 8px;
            left: 0px;
            right: 0;
            margin: auto; }
  body.consult #form button {
    display: block;
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #003366;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.consult #form button {
        width: 100%;
        padding: 18px 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 768px) {
      body.consult #form button:hover {
        opacity: 1;
        color: #fff; }
        body.consult #form button:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.consult #form button:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.consult #form button:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #003366;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.consult #form button span {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em;
      font-family: source-han-serif-japanese, serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.consult #form button span {
          font-size: 20px;
          font-size: 2rem; } }
      body.consult #form button span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.consult #form button span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.daily #daily-title {
  margin: auto;
  margin-top: 190px;
  text-align: center;
  max-width: 1060px;
  position: relative; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-title {
      margin-top: 100px; } }
  body.daily #daily-title img {
    height: 152px; }
    @media only screen and (max-width: 950px) {
      body.daily #daily-title img {
        height: 72px; } }
  body.daily #daily-title h1 {
    display: inline-block; }
    body.daily #daily-title h1 span {
      display: block;
      text-align: center;
      position: relative;
      font-family: source-han-serif-japanese, serif;
      color: #000; }
    body.daily #daily-title h1 > span {
      position: relative; }
      body.daily #daily-title h1 > span:before, body.daily #daily-title h1 > span:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #000;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      body.daily #daily-title h1 > span:before {
        left: -50px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span:before {
            left: -30px; } }
      body.daily #daily-title h1 > span:after {
        right: -50px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span:after {
            right: -30px; } }
      body.daily #daily-title h1 > span > span:nth-child(1) {
        font-size: 56px;
        font-size: 5.6rem;
        letter-spacing: 0.25em; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span > span:nth-child(1) {
            font-size: 26px;
            font-size: 2.6rem; } }
      body.daily #daily-title h1 > span > span:nth-child(2) {
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 0.2em;
        margin-top: 15px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span > span:nth-child(2) {
            font-size: 16px;
            font-size: 1.6rem; } }
  body.daily #daily-title p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 80px; }
    @media only screen and (max-width: 950px) {
      body.daily #daily-title p {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }

body.daily #dailies {
  margin-top: 30px; }
  body.daily #dailies .flex-row::before {
    content: "";
    display: block;
    width: 22.5%;
    order: 1; }
  body.daily #dailies .flex-row::after {
    content: "";
    display: block;
    width: 22.5%; }
  body.daily #dailies .flex-row .col {
    width: 22.5%;
    margin-top: 30px; }
    @media only screen and (max-width: 950px) {
      body.daily #dailies .flex-row .col {
        width: 49%; } }
    body.daily #dailies .flex-row .col a {
      display: block; }
      body.daily #dailies .flex-row .col a:hover {
        opacity: 1; }
        body.daily #dailies .flex-row .col a:hover figure .img-box img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
    body.daily #dailies .flex-row .col figure .img-box {
      width: 100%;
      overflow: hidden; }
      body.daily #dailies .flex-row .col figure .img-box img {
        width: 100%;
        transition: all 0.3s; }
    body.daily #dailies .flex-row .col figure figcaption {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 2;
      margin-top: 20px; }
      @media only screen and (max-width: 950px) {
        body.daily #dailies .flex-row .col figure figcaption {
          margin-top: 5px;
          font-size: 11px;
          font-size: 1.1rem; } }

body.daily #daily-single .inner {
  max-width: 1120px;
  margin: auto; }

body.daily #daily-single h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.3em;
  color: #003366;
  margin-top: 75px; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-single h2 {
      margin-top: 40px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0.1em; } }

body.daily #daily-single .date {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.09em;
  text-align: center; }

body.daily #daily-single .icatch {
  margin-top: 40px; }
  body.daily #daily-single .icatch img {
    width: 100%; }

body.daily #daily-single__content p {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.09em; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-single__content p {
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2; } }

body.recruit #sec01 {
  overflow: hidden; }

body.recruit .vision-section {
  margin-top: 115px; }
  @media only screen and (max-width: 950px) {
    body.recruit .vision-section {
      margin-top: 70px; } }
  body.recruit .vision-section .text-col {
    width: 50%;
    padding-right: 40px; }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section .text-col {
        order: 2;
        width: 100%;
        padding-right: 0; } }
    body.recruit .vision-section .text-col h3 {
      color: #003366;
      position: relative;
      margin-top: 50px; }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section .text-col h3 {
          margin-top: 25px; } }
      body.recruit .vision-section .text-col h3 p {
        font-family: source-han-serif-japanese, serif;
        line-height: 1;
        display: inline;
        position: relative;
        padding-bottom: 13px; }
        @media only screen and (max-width: 950px) {
          body.recruit .vision-section .text-col h3 p {
            padding-bottom: 6px; } }
        body.recruit .vision-section .text-col h3 p:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 22px;
          z-index: -1;
          background: #ccd6e0; }
          @media only screen and (max-width: 950px) {
            body.recruit .vision-section .text-col h3 p:before {
              height: 16px; } }
        body.recruit .vision-section .text-col h3 p span {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.3em; }
          @media only screen and (max-width: 950px) {
            body.recruit .vision-section .text-col h3 p span {
              font-size: 22px;
              font-size: 2.2rem; } }
        body.recruit .vision-section .text-col h3 p em {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.2em;
          margin-left: 15px; }
          @media only screen and (max-width: 950px) {
            body.recruit .vision-section .text-col h3 p em {
              font-size: 12px;
              font-size: 1.2rem;
              margin-left: 10px; } }
    body.recruit .vision-section .text-col h4 {
      font-family: source-han-serif-japanese, serif;
      position: relative;
      text-align: left;
      font-size: 36px;
      font-size: 3.6rem;
      letter-spacing: 0.3em;
      color: #003366;
      padding-top: 60px; }
      @media only screen and (max-width: 1260px) {
        body.recruit .vision-section .text-col h4 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section .text-col h4 {
          font-size: 22px;
          font-size: 2.2rem;
          padding-top: 20px; } }
      body.recruit .vision-section .text-col h4 > span {
        display: block; }
        body.recruit .vision-section .text-col h4 > span:nth-child(1) {
          margin-top: 75px; }
          @media only screen and (max-width: 950px) {
            body.recruit .vision-section .text-col h4 > span:nth-child(1) {
              margin-top: 35px; } }
        body.recruit .vision-section .text-col h4 > span:nth-child(2) {
          margin-top: 15px;
          padding-left: 93px; }
          @media only screen and (max-width: 1260px) {
            body.recruit .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 33px; } }
          @media only screen and (max-width: 950px) {
            body.recruit .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 0px; } }
    body.recruit .vision-section .text-col p {
      margin-top: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.571428571;
      padding-bottom: 50px; }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section .text-col p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          margin-top: 0;
          padding-top: 20px;
          padding-bottom: 0; } }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section .text-col .btn {
        margin-top: 40px; } }

  body.recruit .vision-section .image-col {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section .image-col {
        order: 1;
        width: 100%;
        height: 200px; } }
    body.recruit .vision-section .image-col:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50px;
      width: 130%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/room/family.jpg); }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section .image-col:before {
          left: 0;
          width: calc(100% + 15px); } }
    body.recruit .vision-section .image-col.service-image:before {
      background-image: url(../images/room/family.jpg); }

  body.recruit .vision-section:nth-child(even) .text-col {
    order: 2;
    padding-right: 0;
    padding-left: 35px; }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section:nth-child(even) .text-col {
        padding-left: 0; } }
    body.recruit .vision-section:nth-child(even) .text-col h4 {
      padding-top: 180px; }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section:nth-child(even) .text-col h4 {
          padding-top: 20px; } }
    body.recruit .vision-section:nth-child(even) .text-col p {
      padding-bottom: 180px; }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section:nth-child(even) .text-col p {
          margin-top: 0;
          padding-bottom: 0;
          padding-top: 20px; } }
  body.recruit .vision-section:nth-child(even) .image-col {
    order: 1; }
    body.recruit .vision-section:nth-child(even) .image-col:before {
      right: 50px;
      left: auto; }
      @media only screen and (max-width: 950px) {
        body.recruit .vision-section:nth-child(even) .image-col:before {
          right: 0; } }
  body.recruit .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
    padding-left: 156px; }
    @media only screen and (max-width: 1260px) {
      body.recruit .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 86px; } }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.recruit .vision-section:nth-child(2) .image-col:before {
    background-image: url(../images/recruit/img02.jpg); }
  body.recruit .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
    padding-left: 166px; }
    @media only screen and (max-width: 1260px) {
      body.recruit .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 80px; } }
    @media only screen and (max-width: 950px) {
      body.recruit .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.recruit .vision-section:nth-child(3) .image-col:before {
    background-image: url(../images/top/section03_img.jpg); }

body.recruit #sec02 {
  padding-top: 150px; }
  @media only screen and (max-width: 950px) {
    body.recruit #sec02 {
      padding-top: 60px; } }
  body.recruit #sec02 .inner h2 {
    text-align: center;
    position: relative; }
    body.recruit #sec02 .inner h2:before {
      content: "";
      background: #003366;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 1px; }
    body.recruit #sec02 .inner h2 span {
      z-index: 1;
      font-size: 28px;
      font-size: 2.8rem;
      font-family: source-han-serif-japanese, serif;
      color: #003366;
      letter-spacing: 0.3em;
      position: relative;
      width: 260px;
      display: block;
      margin: auto;
      background: #fff;
      text-align: center;
      padding-left: 15px; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec02 .inner h2 span {
          font-size: 22px;
          font-size: 2.2rem;
          width: 200px; } }
  body.recruit #sec02 .inner .flex-row {
    padding-top: 60px;
    padding-bottom: 80px;
    align-items: center;
    border-bottom: 1px solid #003366; }
    @media only screen and (max-width: 950px) {
      body.recruit #sec02 .inner .flex-row {
        padding-top: 60px;
        padding-bottom: 60px; } }
    body.recruit #sec02 .inner .flex-row .text {
      width: 44.921875%; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec02 .inner .flex-row .text {
          width: 100%;
          order: 2; } }
      body.recruit #sec02 .inner .flex-row .text h3 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.388888889; }
        @media only screen and (max-width: 950px) {
          body.recruit #sec02 .inner .flex-row .text h3 {
            margin-top: 20px;
            font-size: 26px;
            font-size: 2.6rem; } }
      body.recruit #sec02 .inner .flex-row .text p {
        margin-top: 40px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        line-height: 2.375; }
        @media only screen and (max-width: 950px) {
          body.recruit #sec02 .inner .flex-row .text p {
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            line-height: 2;
            margin-top: 30px; } }
    body.recruit #sec02 .inner .flex-row .image {
      width: 47%; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec02 .inner .flex-row .image {
          width: 100%;
          order: 1; } }

body.recruit #sec03 {
  background: #f7f9fa;
  padding: 80px 0;
  margin-top: 80px; }
  @media only screen and (max-width: 950px) {
    body.recruit #sec03 {
      padding: 40px 0; } }
  body.recruit #sec03 h2 {
    text-align: center;
    color: #003366;
    font-family: source-han-serif-japanese, serif;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.3em;
    padding-bottom: 30px;
    border-bottom: 1px solid #003366; }
    @media only screen and (max-width: 950px) {
      body.recruit #sec03 h2 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.3em;
        padding-bottom: 20px; } }
  body.recruit #sec03 .desc {
    padding-top: 30px;
    padding-bottom: 95px; }
    @media only screen and (max-width: 950px) {
      body.recruit #sec03 .desc {
        padding-bottom: 40px; } }
    body.recruit #sec03 .desc ul {
      text-align: center; }
      body.recruit #sec03 .desc ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-right: 45px; }
        @media only screen and (max-width: 950px) {
          body.recruit #sec03 .desc ul li {
            margin-right: 0;
            display: block; } }
        body.recruit #sec03 .desc ul li:last-child {
          margin-right: 0; }
        body.recruit #sec03 .desc ul li span {
          position: relative;
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em;
          padding-left: 40px;
          font-family: source-han-serif-japanese, serif;
          color: #003366; }
          @media only screen and (max-width: 950px) {
            body.recruit #sec03 .desc ul li span {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 2; } }
          body.recruit #sec03 .desc ul li span:before {
            content: "";
            width: 18px;
            height: 18px;
            border: 1px solid #003366;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
          body.recruit #sec03 .desc ul li span:after {
            content: "";
            width: 20px;
            height: 1px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            top: 0;
            bottom: 7px;
            left: 8px;
            margin: auto;
            background: #003366; }
  body.recruit #sec03 .step {
    background: #fff;
    border-bottom: 5px solid #f7f9fa;
    align-items: center; }
    body.recruit #sec03 .step li:nth-child(1) {
      width: 290px;
      padding: 28px 0;
      font-size: 0;
      color: #fff;
      background: #708ca8;
      padding-left: 15px; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec03 .step li:nth-child(1) {
          width: 100%;
          padding: 20px 0;
          padding-left: 20px; } }
      body.recruit #sec03 .step li:nth-child(1).dark {
        background: #003366; }
      body.recruit #sec03 .step li:nth-child(1) img {
        display: inline-block;
        vertical-align: middle;
        height: 20px; }
      body.recruit #sec03 .step li:nth-child(1) span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        color: #fff;
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        font-family: source-han-serif-japanese, serif; }
        @media only screen and (max-width: 950px) {
          body.recruit #sec03 .step li:nth-child(1) span {
            padding-left: 20px; } }
    body.recruit #sec03 .step li:nth-child(2) {
      width: calc(100% - 290px);
      padding-left: 30px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.375; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec03 .step li:nth-child(2) {
          padding-left: 20px;
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.1em;
          line-height: 2;
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 950px) {
        body.recruit #sec03 .step li:nth-child(2) {
          width: 100%; } }
  body.recruit #sec03 .inner-small > a {
    display: block;
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #003366;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.recruit #sec03 .inner-small > a {
        width: 100%;
        padding: 18px 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 768px) {
      body.recruit #sec03 .inner-small > a:hover {
        opacity: 1;
        color: #fff; }
        body.recruit #sec03 .inner-small > a:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.recruit #sec03 .inner-small > a:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.recruit #sec03 .inner-small > a:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #003366;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.recruit #sec03 .inner-small > a span {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em;
      font-family: source-han-serif-japanese, serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.recruit #sec03 .inner-small > a span {
          font-size: 20px;
          font-size: 2rem; } }
      body.recruit #sec03 .inner-small > a span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.recruit #sec03 .inner-small > a span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.recruit #mid-title {
  margin-top: 120px; }
  @media only screen and (max-width: 950px) {
    body.recruit #mid-title {
      margin-top: 50px; } }
  body.recruit #mid-title h3 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    color: #003366;
    line-height: 1.666666667;
    font-family: source-han-serif-japanese, serif; }
    @media only screen and (max-width: 950px) {
      body.recruit #mid-title h3 {
        font-size: 22px;
        font-size: 2.2rem; } }

body.recruit #points {
  margin-top: 100px; }
  @media only screen and (max-width: 950px) {
    body.recruit #points {
      margin-top: 0px; } }
  body.recruit #points .col {
    width: 31%; }
    @media only screen and (max-width: 950px) {
      body.recruit #points .col {
        width: 100%;
        margin-top: 40px; } }
    body.recruit #points .col .num {
      text-align: center; }
      body.recruit #points .col .num img {
        height: 27px; }
    body.recruit #points .col > img {
      width: 100%;
      margin-top: 25px; }
    body.recruit #points .col .title {
      color: #003366;
      font-family: source-han-serif-japanese, serif;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      letter-spacing: 0.1em;
      margin-top: 45px; }
      @media only screen and (max-width: 950px) {
        body.recruit #points .col .title {
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 30px; } }
    body.recruit #points .col .d {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.075em;
      line-height: 2.571428571;
      margin-top: 30px; }
      @media only screen and (max-width: 950px) {
        body.recruit #points .col .d {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.075em;
          line-height: 2;
          margin-top: 20px; } }
  body.recruit #points a {
    display: block;
    max-width: 680px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #003366;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.recruit #points a {
        width: 100%;
        padding: 9px 0;
        padding-left: 25px;
        margin-top: 20px;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      body.recruit #points a:hover {
        opacity: 1;
        color: #fff; }
        body.recruit #points a:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.recruit #points a:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.recruit #points a:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #003366;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.recruit #points a span {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.3em;
      font-family: source-han-serif-japanese, serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.recruit #points a span {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7; } }
      body.recruit #points a span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.recruit #points a span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.think .inner h4 {
  text-align: center;
  padding-top: 90px; }
  @media only screen and (max-width: 950px) {
    body.think .inner h4 {
      padding-top: 20px; } }
  body.think .inner h4 span {
    padding-bottom: 6px;
    position: relative; }
    body.think .inner h4 span:before {
      content: "";
      position: absolute;
      left: 0;
      top: auto;
      border-radius: 0%;
      bottom: 0;
      width: 100%;
      height: 22px;
      z-index: -1;
      background: #ccd6e0; }

body.think .inner h5 {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.3em;
  border-bottom: none;
  margin-top: 75px; }
  @media only screen and (max-width: 950px) {
    body.think .inner h5 {
      margin-top: 30px;
      font-size: 24px;
      font-size: 2.4rem; } }
  body.think .inner h5:nth-child(5) {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 50px; }
    @media only screen and (max-width: 950px) {
      body.think .inner h5:nth-child(5) {
        font-size: 26px;
        font-size: 2.6rem;
        margin-top: 40px; } }

body.think .inner .flex-row {
  margin-top: 100px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .flex-row {
      margin-top: 40px; } }
  body.think .inner .flex-row .col {
    width: 48%; }
    @media only screen and (max-width: 950px) {
      body.think .inner .flex-row .col {
        width: 100%; } }
    body.think .inner .flex-row .col .title {
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.think .inner .flex-row .col .title {
          text-align: left; } }
      body.think .inner .flex-row .col .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #000000;
        z-index: -1; }
        @media only screen and (max-width: 950px) {
          body.think .inner .flex-row .col .title:before {
            content: none; } }
      body.think .inner .flex-row .col .title span {
        background: #fff;
        padding: 0 20px;
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: 0.3em;
        font-family: source-han-serif-japanese, serif;
        color: #003366; }
        @media only screen and (max-width: 950px) {
          body.think .inner .flex-row .col .title span {
            font-size: 20px;
            font-size: 2rem;
            letter-spacing: 0.1em;
            padding: 0; } }
    body.think .inner .flex-row .col .desc {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.09em;
      line-height: 2.375;
      margin-top: 20px;
      padding-bottom: 30px;
      border-bottom: 1px solid #000000; }
      @media only screen and (max-width: 950px) {
        body.think .inner .flex-row .col .desc {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.09em;
          line-height: 2;
          border-bottom: 0; } }

body.think .inner .img-box {
  margin-top: 30px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .img-box {
      margin-top: 20px; } }

body.think .inner .coting {
  max-width: 1030px;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 30px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .coting {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2; } }

body.think .inner .howto {
  text-align: center;
  margin-top: 20px; }
  body.think .inner .howto img {
    height: 115px; }

body.think .inner .points .point {
  position: relative;
  width: 25%; }
  @media only screen and (max-width: 950px) {
    body.think .inner .points .point {
      width: 100%;
      margin-top: 50px; } }
  body.think .inner .points .point:before {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: #f2f2f2; }
  body.think .inner .points .point:nth-child(4):before {
    content: none; }
  body.think .inner .points .point .num {
    text-align: center; }
    body.think .inner .points .point .num span {
      position: relative; }
      body.think .inner .points .point .num span:before {
        content: "";
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        bottom: 14px;
        left: 0;
        right: 0;
        margin: auto;
        background: #ccd6e0;
        border-radius: 44px;
        z-index: -1; }
      body.think .inner .points .point .num span img {
        height: 26px; }
  body.think .inner .points .point .t {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #003366;
    font-family: source-han-serif-japanese, serif;
    margin-top: 50px; }
  body.think .inner .points .point .d {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.375;
    letter-spacing: 0.1em;
    margin-top: 25px;
    padding: 0 15px 0 20px; }

body.think #secpoints {
  background: #f7f9fa;
  position: relative;
  margin-top: 90px;
  padding-bottom: 90px; }
  body.think #secpoints:before {
    content: "";
    background: #f7f9fa;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto; }
  body.think #secpoints .inner {
    padding-top: 70px; }
    body.think #secpoints .inner .upper-ttl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      letter-spacing: 0.3em;
      color: #003366;
      text-align: center;
      font-family: source-han-serif-japanese, serif; }
    body.think #secpoints .inner .bottom-ttl {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 2;
      letter-spacing: 0.3em;
      color: #003366;
      text-align: center;
      font-family: source-han-serif-japanese, serif; }
    body.think #secpoints .inner .sub {
      padding-top: 45px;
      border-top: 1px solid #000;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      letter-spacing: 0.1em;
      margin-top: 30px; }
    body.think #secpoints .inner .flex-row {
      margin-top: 40px; }
      body.think #secpoints .inner .flex-row .col {
        width: 22.2%;
        background: #fff;
        margin-top: 45px;
        cursor: pointer; }
        @media only screen and (max-width: 950px) {
          body.think #secpoints .inner .flex-row .col {
            width: 47%;
            margin-top: 20px; } }
        body.think #secpoints .inner .flex-row .col .cardheader {
          background: #003366;
          text-align: center;
          padding: 12px 0; }
          body.think #secpoints .inner .flex-row .col .cardheader p {
            font-size: 22px;
            font-size: 2.2rem;
            letter-spacing: 0.2em;
            font-family: source-han-serif-japanese, serif;
            color: #fff; }
            @media only screen and (max-width: 950px) {
              body.think #secpoints .inner .flex-row .col .cardheader p {
                font-size: 15px;
                font-size: 1.5rem;
                letter-spacing: 0.1em; } }
        body.think #secpoints .inner .flex-row .col .img-box {
          text-align: center; }
          body.think #secpoints .inner .flex-row .col .img-box img {
            max-height: 155px; }
        body.think #secpoints .inner .flex-row .col .desc {
          text-align: center;
          margin-top: 10px;
          border-bottom: none;
          line-height: 1.7; }

body.think .modal-inner {
  padding: 40px; }

body.think .iziModal_group h2 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #003366;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.3em;
  line-height: 1.75; }

body.think .iziModal_group .icatch {
  text-align: center; }
  body.think .iziModal_group .icatch img {
    width: 70%; }

body.think .iziModal_group h3 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #003366;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 0.3em;
  line-height: 1.75; }

body.think .iziModal_group p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em; }

body.think #footer-news .inner .flex-row {
  margin-top: 0; }

.iziModal_group .scroll-content {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .iziModal_group .scroll-content {
      height: 200px;
      overflow: auto; }
      .iziModal_group .scroll-content p {
        margin-top: 0; } }

/**

 */
body.top .wrap {
  padding-top: 0;
  overflow: hidden; }

body.top #mainv {
  height: 100vh;
  position: relative; }
  body.top #mainv .scroll {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
    body.top #mainv .scroll:hover {
      opacity: 1; }
      body.top #mainv .scroll:hover span:before {
        height: 0; }
    body.top #mainv .scroll span {
      font-family: source-han-serif-japanese, serif;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.2em;
      color: #fff;
      padding-bottom: 140px;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.top #mainv .scroll span {
          padding-bottom: 40px; } }
      body.top #mainv .scroll span:before {
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        height: 135px;
        width: 1px;
        margin: auto;
        transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
        @media only screen and (max-width: 950px) {
          body.top #mainv .scroll span:before {
            height: 35px; } }
  body.top #mainv .main-slider {
    height: 100%;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), filter 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.top #mainv .main-slider.initialized {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    body.top #mainv .main-slider .slick-list,
    body.top #mainv .main-slider .slick-slide,
    body.top #mainv .main-slider .slick-slide > div,
    body.top #mainv .main-slider .slick-track {
      height: 100%; }
    body.top #mainv .main-slider .slider {
      height: 100%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      body.top #mainv .main-slider .slider img {
        position: absolute;
        top: 16%;
        height: 73%;
        left: 20%;
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 0;
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        filter: blur(6px);
        transition: transform 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), filter 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.top #mainv .main-slider .slick-slide.active .slider img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      filter: blur(0px);
      transition: transform 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s, opacity 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s, filter 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s; }

body.top #sec01 {
  padding-top: 60px; }
  @media only screen and (max-width: 950px) {
    body.top #sec01 {
      padding-top: 40px; } }
  body.top #sec01 h2 {
    position: relative;
    background: #fff; }
    body.top #sec01 h2:before {
      content: "";
      background: #9a9a9a;
      position: absolute;
      bottom: 0;
      left: 300px;
      width: calc(100% - 740px);
      height: 1px; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 h2:before {
          content: none; } }
    body.top #sec01 h2 p {
      font-family: source-han-serif-japanese, serif;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 h2 p {
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em; } }
      body.top #sec01 h2 p span {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-left: 30px; }
        @media only screen and (max-width: 950px) {
          body.top #sec01 h2 p span {
            font-size: 13px;
            font-size: 1.3rem;
            margin-left: 20px; } }
    body.top #sec01 h2 em {
      font-family: source-han-serif-japanese, serif;
      position: absolute;
      right: 0;
      bottom: 3px;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.3em;
      vertical-align: middle; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 h2 em {
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.3em;
          display: block;
          line-height: 1.6;
          margin-top: 20px;
          position: relative;
          background: transparent;
          bottom: 0; } }
  body.top #sec01 .flex-row::before {
    content: "";
    display: block;
    width: 22%;
    order: 1; }
  body.top #sec01 .flex-row::after {
    content: "";
    display: block;
    width: 22%; }
  body.top #sec01 .flex-row.on .col {
    opacity: 1;
    top: 0; }
  body.top #sec01 .flex-row .col {
    margin-top: 50px;
    width: 22%;
    position: relative;
    opacity: 0;
    top: 10px;
    transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
    @media only screen and (max-width: 950px) {
      body.top #sec01 .flex-row .col {
        width: 48%;
        margin-top: 25px; } }
    body.top #sec01 .flex-row .col:nth-child(2) {
      transition-delay: 0.3s; }
    body.top #sec01 .flex-row .col:nth-child(3) {
      transition-delay: 0.6s; }
    body.top #sec01 .flex-row .col:nth-child(4) {
      transition-delay: 0.9s; }
    body.top #sec01 .flex-row .col a:hover {
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        body.top #sec01 .flex-row .col a:hover .img-box img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); } }
    body.top #sec01 .flex-row .col a figure .img-box {
      overflow: hidden;
      position: relative; }
      body.top #sec01 .flex-row .col a figure .img-box img {
        transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    body.top #sec01 .flex-row .col a figure figcaption p:nth-child(1) {
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .flex-row .col a figure figcaption p:nth-child(1) {
          font-size: 10px;
          font-size: 1rem;
          margin-top: 10px; } }
    body.top #sec01 .flex-row .col a figure figcaption p:nth-child(2) {
      margin-top: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      letter-spacing: 0.08em;
      font-feature-settings: "palt";
      list-style-type: disc !important; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .flex-row .col a figure figcaption p:nth-child(2) {
          font-size: 11px;
          font-size: 1.1rem; } }
  body.top #sec01 .view-all {
    margin-top: 60px;
    position: relative; }
    body.top #sec01 .view-all:before, body.top #sec01 .view-all:after {
      content: "";
      top: 0;
      bottom: 0;
      background: #9a9a9a;
      position: absolute;
      margin: auto;
      width: calc(50% - 80px);
      height: 1px; }
    body.top #sec01 .view-all:before {
      left: 0; }
    body.top #sec01 .view-all:after {
      right: 0; }
    body.top #sec01 .view-all a {
      text-align: center;
      display: block;
      width: 75px;
      margin: auto; }
      body.top #sec01 .view-all a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          body.top #sec01 .view-all a:hover > span {
            top: 10px; }
          body.top #sec01 .view-all a:hover em {
            opacity: 0; } }
      body.top #sec01 .view-all a > span {
        width: 25px;
        height: 15px;
        margin: auto;
        display: block;
        position: relative;
        top: 0;
        transition: top 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
        body.top #sec01 .view-all a > span span {
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          background: #000; }
          body.top #sec01 .view-all a > span span:nth-child(1) {
            top: 0; }
          body.top #sec01 .view-all a > span span:nth-child(2) {
            top: 7px; }
          body.top #sec01 .view-all a > span span:nth-child(3) {
            bottom: 0; }
      body.top #sec01 .view-all a em {
        font-size: 10px;
        font-size: 1rem;
        font-family: source-han-serif-japanese, serif;
        letter-spacing: 0.2em;
        display: block;
        margin-top: 10px;
        transition: opacity 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }

body.top #sec02 {
  overflow: hidden; }

body.top .vision-section {
  margin-top: 115px; }
  @media only screen and (max-width: 950px) {
    body.top .vision-section {
      margin-top: 70px; } }
  body.top .vision-section .text-col {
    width: 50%;
    padding-right: 35px; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section .text-col {
        order: 2;
        width: 100%;
        padding-right: 0; } }
    body.top .vision-section .text-col h3 {
      color: #003366;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col h3 {
          margin-top: 25px; } }
      body.top .vision-section .text-col h3 p {
        font-family: source-han-serif-japanese, serif;
        line-height: 1;
        display: inline;
        position: relative;
        padding-bottom: 13px; }
        @media only screen and (max-width: 950px) {
          body.top .vision-section .text-col h3 p {
            padding-bottom: 6px; } }
        body.top .vision-section .text-col h3 p:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 22px;
          z-index: -1;
          background: #ccd6e0; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h3 p:before {
              height: 16px; } }
        body.top .vision-section .text-col h3 p span {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.3em; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h3 p span {
              font-size: 22px;
              font-size: 2.2rem; } }
        body.top .vision-section .text-col h3 p em {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.2em;
          margin-left: 15px; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h3 p em {
              font-size: 12px;
              font-size: 1.2rem;
              margin-left: 10px; } }
    body.top .vision-section .text-col h4 {
      font-family: source-han-serif-japanese, serif;
      position: relative;
      font-size: 36px;
      font-size: 3.6rem;
      letter-spacing: 0.3em;
      color: #003366; }
      @media only screen and (max-width: 1260px) {
        body.top .vision-section .text-col h4 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col h4 {
          font-size: 28px;
          font-size: 2.8rem; } }
      body.top .vision-section .text-col h4 > span {
        display: block; }
        body.top .vision-section .text-col h4 > span:nth-child(1) {
          margin-top: 75px; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h4 > span:nth-child(1) {
              margin-top: 35px; } }
        body.top .vision-section .text-col h4 > span:nth-child(2) {
          margin-top: 15px;
          padding-left: 93px; }
          @media only screen and (max-width: 1260px) {
            body.top .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 33px; } }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 0px; } }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(1) span {
        transition-delay: 0.05s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(2) span {
        transition-delay: 0.1s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(3) span {
        transition-delay: 0.15s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(4) span {
        transition-delay: 0.2s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(5) span {
        transition-delay: 0.25s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(6) span {
        transition-delay: 0.3s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(7) span {
        transition-delay: 0.35s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(8) span {
        transition-delay: 0.4s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(9) span {
        transition-delay: 0.45s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(10) span {
        transition-delay: 0.5s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(11) span {
        transition-delay: 0.55s; }
      body.top .vision-section .text-col h4 .animate-text-span {
        line-height: 1;
        overflow: hidden; }
        body.top .vision-section .text-col h4 .animate-text-span > span {
          line-height: 1;
          position: relative;
          top: 10px;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
      body.top .vision-section .text-col h4.on .animate-text-span span {
        opacity: 1;
        top: 0; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.65s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.7s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 1.05s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1.1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1.15s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 1.05s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1.1s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1.15s; }
    body.top .vision-section .text-col p {
      margin-top: 50px;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 2.571428571;
      transition-delay: 0.6s; }
    body.top .vision-section .text-col .btn {
      transition-delay: 0.3s; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col .btn {
          margin-top: 40px; } }
  body.top .vision-section .image-col {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section .image-col {
        order: 1;
        width: 100%;
        height: 200px; } }
    body.top .vision-section .image-col:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50px;
      width: 130%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/top/section01_img.jpg); }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .image-col:before {
          left: 0;
          width: calc(100% + 15px); } }
  body.top .vision-section:nth-child(even) .text-col {
    order: 2;
    padding-right: 0;
    padding-left: 35px; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(even) .text-col {
        padding-left: 0; } }
  body.top .vision-section:nth-child(even) .image-col {
    order: 1; }
    body.top .vision-section:nth-child(even) .image-col:before {
      right: 50px;
      left: auto; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section:nth-child(even) .image-col:before {
          right: 0; } }
  body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
    padding-left: 156px; }
    @media only screen and (max-width: 1260px) {
      body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 86px; } }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.top .vision-section:nth-child(2) .image-col:before {
    background-image: url(../images/top/section02_img.jpg); }
  body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
    padding-left: 166px; }
    @media only screen and (max-width: 1260px) {
      body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 80px; } }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.top .vision-section:nth-child(3) .image-col:before {
    background-image: url(../images/top/section03_img.jpg); }
