@charset "UTF-8";
/*
カラー・フォント定義
*/
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

a {
  color: #5771b3;
  text-decoration: none; }
  a:hover {
    color: #5771b3;
    text-decoration: underline; }

ul {
  list-style-type: none; }

body {
  font-family: jpfont, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0px;
  overflow: hidden;
  padding: 0px 0px 0px 0px; }
  body.no_scroll {
    overflow: hidden !important; }

img {
  vertical-align: bottom; }

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 959px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 960px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 959px) {
  .sp {
    display: block; } }

.anchorlink {
  position: relative;
  top: -128px;
  display: block; }

.mb8 {
  margin-bottom: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 800ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }

.detail-btn {
  width: 262px;
  height: 56px;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  line-height: 56px;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .detail-btn a, .detail-btn span {
    z-index: 4;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    display: block;
    color: #383838;
    background-color: #fff;
    padding: 0px 60px 8px 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .detail-btn a::before, .detail-btn span::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-image: url("../img/base/footer-arrow.svg");
      background-repeat: no-repeat;
      background-size: 27px 12px;
      background-position: center center;
      z-index: 5; }
    .detail-btn a::after, .detail-btn span::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-color: #a0a0a0; }
    .detail-btn a:hover, .detail-btn span:hover {
      text-decoration: none;
      color: #888888; }
      .detail-btn a:hover::before, .detail-btn span:hover::before {
        animation: more-btn-arrow 1s;
        animation-fill-mode: forwards !important; }

@keyframes more-btn-arrow {
  50% {
    right: -30px;
    opacity: 0; }
  50.1% {
    right: 50px; }
  100% {
    opacity: 1;
    right: 0px; } }
header {
  background-color: #fff;
  height: 98px;
  position: relative; }
  @media only screen and (max-width: 959px) {
    header {
      height: 64px; } }
  header h1 {
    position: absolute;
    left: 32px;
    top: 32px; }
    @media only screen and (max-width: 959px) {
      header h1 {
        left: 16px;
        top: 10px; } }
    header h1 a {
      display: block; }
      header h1 a img {
        width: 272px;
        height: 36px; }
        @media only screen and (max-width: 959px) {
          header h1 a img {
            width: 136px;
            height: 18px; } }
  header ul {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    header ul li {
      width: 228px;
      height: 100%;
      display: inline-block; }
      @media only screen and (max-width: 959px) {
        header ul li {
          width: 100px; } }
      header ul li a {
        transition: 0.3s;
        overflow: hidden;
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        line-height: 96px;
        color: #fff;
        font-size: 20px;
        text-align: center; }
        @media only screen and (max-width: 959px) {
          header ul li a img {
            position: absolute;
            bottom: 8px; } }
        header ul li a.yoyaku-btn {
          background-color: #6a544a; }
          header ul li a.yoyaku-btn img {
            width: 24px;
            height: 21px;
            vertical-align: middle;
            margin: 0px 6px 6px 0px; }
            @media only screen and (max-width: 959px) {
              header ul li a.yoyaku-btn img {
                margin: 0px 0px 0px 0px;
                left: calc(50% - 12px); } }
          header ul li a.yoyaku-btn::after {
            background-color: #4d433f; }
        header ul li a.contact-btn {
          background-color: #005950; }
          header ul li a.contact-btn img {
            width: 17px;
            height: 21px;
            vertical-align: middle;
            margin: 0px 6px 6px 0px; }
            @media only screen and (max-width: 959px) {
              header ul li a.contact-btn img {
                margin: 0px 0px 0px 0px;
                left: calc(50% - 9px); } }
          header ul li a.contact-btn::after {
            background-color: #06433d; }
        header ul li a:hover {
          opacity: 0.8;
          text-decoration: none;
          color: #fff; }
        header ul li a::after {
          content: "";
          position: absolute;
          width: 100px;
          height: calc(100px / 2 * tan(60deg));
          bottom: -50px;
          right: -50px;
          transform: rotate(15deg);
          background-color: #ff0000;
          clip-path: polygon(50% 0, 100% 100%, 0 100%); }
        @media only screen and (max-width: 959px) {
          header ul li a {
            font-size: 12px;
            line-height: 40px; } }

.mv {
  width: 100%;
  height: calc(100vh - 98px);
  position: relative;
  margin: 0px 0px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    .mv {
      width: 100%;
      height: 485px;
      margin: 0px 0px 0px 0px; } }
  .mv .text {
    position: absolute;
    left: 64px;
    top: 64px; }
    @media only screen and (max-width: 959px) {
      .mv .text {
        left: 32px;
        top: 32px; } }
    .mv .text h2 {
      font-size: 36px;
      letter-spacing: 4px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.42);
      position: absolute;
      z-index: 100;
      padding: 32px 16px;
      white-space: nowrap;
      text-orientation: upright;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
      font-style: normal;
      filter: blur(0px);
      transition: 0.7s; }
      @media only screen and (max-width: 959px) {
        .mv .text h2 {
          font-size: 24px;
          padding: 24px 12px; } }
      .mv .text h2.blur {
        filter: blur(20px); }
    .mv .text .t01 {
      left: 84px; }
      @media only screen and (max-width: 959px) {
        .mv .text .t01 {
          left: 60px; } }
    .mv .text .t02 {
      left: 0px; }
  .mv .mvSlider-container {
    width: 100%;
    height: 100vh;
    position: relative; }
    @media only screen and (max-width: 959px) {
      .mv .mvSlider-container {
        height: 485px; } }
    .mv .mvSlider-container ul li {
      background-position: center bottom;
      background-size: cover; }
      .mv .mvSlider-container ul li img {
        width: 100%;
        height: 100vh; }
        @media only screen and (max-width: 959px) {
          .mv .mvSlider-container ul li img {
            height: 485px; } }
  .mv .slick-dots {
    position: absolute;
    bottom: 106px;
    left: 0;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .mv .slick-dots {
        bottom: 15px; } }
    .mv .slick-dots li {
      margin: 0px 2px 0px 2px;
      width: 56px;
      height: 3px;
      background-color: #fff;
      opacity: 0.5; }
      @media only screen and (max-width: 959px) {
        .mv .slick-dots li {
          width: 35px;
          height: 2px; } }
      .mv .slick-dots li.slick-active {
        opacity: 1; }
      .mv .slick-dots li button {
        width: 100%;
        height: 100%;
        opacity: 0; }
  .mv .scroll {
    position: absolute;
    bottom: 16px;
    right: 28px; }
    @media only screen and (max-width: 959px) {
      .mv .scroll {
        right: 22px;
        bottom: 17px; } }
    .mv .scroll img {
      width: 20px;
      height: 70px; }
      @media only screen and (max-width: 959px) {
        .mv .scroll img {
          width: 16px;
          height: 63px; } }

.top-message {
  text-align: center;
  background-color: #fff;
  padding: 96px 16px 96px 16px;
  line-height: 1; }
  @media only screen and (max-width: 959px) {
    .top-message {
      padding: 64px 16px 64px 16px; } }
  .top-message h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 0px 0px 32px 0px; }
    @media only screen and (max-width: 959px) {
      .top-message h2 {
        font-size: 28px; } }
  .top-message h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0px 16px 0px; }
    @media only screen and (max-width: 959px) {
      .top-message h3 {
        font-size: 18px; } }
  .top-message h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 0px 0px 0px 0px; }
    @media only screen and (max-width: 959px) {
      .top-message h4 {
        font-size: 16px; } }

.hiraya-model {
  background-color: #f3f3f3;
  padding: 64px 16px 64px 16px; }
  .hiraya-model h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    margin: 0px 0px 32px 0px; }
  .hiraya-model .detail-btn {
    margin: 0px auto; }
  .hiraya-model .centerContainer {
    max-width: 1080px;
    width: 100%;
    margin: 0px auto 48px auto;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    .hiraya-model .centerContainer > div h4 {
      width: 75%;
      border-bottom: 1px solid #a0a0a0;
      padding: 0px 0px 16px 0px;
      margin: 0px auto 24px auto;
      font-size: 20px;
      font-weight: 400;
      text-align: center; }
    .hiraya-model .centerContainer > div ul {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      justify-content: center;
      margin: 0px 0px 0px -20px; }
      @media only screen and (max-width: 959px) {
        .hiraya-model .centerContainer > div ul {
          margin: 0px 0px -12px 0px; } }
      .hiraya-model .centerContainer > div ul li {
        width: calc(50% - 20px);
        margin: 0px 0px 0px 20px; }
        @media only screen and (max-width: 959px) {
          .hiraya-model .centerContainer > div ul li {
            width: 100%;
            margin: 0px 0px 12px 0px; } }
        .hiraya-model .centerContainer > div ul li a {
          display: block; }
          .hiraya-model .centerContainer > div ul li a figure {
            overflow: hidden;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 12px 0px; }
            .hiraya-model .centerContainer > div ul li a figure img {
              transition: 0.3s;
              width: 100%;
              height: auto;
              margin: 0px 0px 0px 0px; }
          .hiraya-model .centerContainer > div ul li a p {
            display: block;
            font-size: 12px;
            font-weight: 400;
            background-image: url("../img/base/yoyaku-ico.svg");
            background-size: 10px 18px;
            background-repeat: no-repeat;
            background-position: left top;
            min-height: 18px;
            line-height: 18px;
            padding: 0px 0px 0px 17px;
            margin: 0px 0px 0px 0px;
            color: #343434; }
          .hiraya-model .centerContainer > div ul li a:hover {
            text-decoration: none !important; }
            .hiraya-model .centerContainer > div ul li a:hover img {
              transform: scale(1.1, 1.1); }
    .hiraya-model .centerContainer .left {
      width: calc(50% - 25px);
      margin: 0px 25px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .hiraya-model .centerContainer .left {
          width: calc(50% - 16px);
          margin: 0px 16px 0px 0px; } }
    .hiraya-model .centerContainer .right {
      width: calc(50% - 25px);
      margin: 0px 0px 0px 25px; }
      @media only screen and (max-width: 959px) {
        .hiraya-model .centerContainer .right {
          width: calc(50% - 16px);
          margin: 0px 0px 0px 16px; } }

.contact {
  background-color: #e5e5e5;
  padding: 96px 16px 96px 16px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    .contact {
      padding: 128px 16px 64px 16px; } }
  .contact > strong {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 100px 16px 100px;
    background-color: #122746;
    transform: rotate(-30deg);
    position: absolute;
    top: 50px;
    left: -80px;
    z-index: 6; }
    @media only screen and (max-width: 959px) {
      .contact > strong {
        top: 30px;
        left: -100px;
        font-size: 18px; } }
  .contact .centerContainer {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto 0px auto; }
    .contact .centerContainer h3 {
      font-size: 24px;
      margin: 0px 0px 28px 0px;
      line-height: 1.6; }
      @media only screen and (max-width: 959px) {
        .contact .centerContainer h3 {
          font-size: 20px; } }
  .contact > figure {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    text-align: right; }
    @media only screen and (max-width: 959px) {
      .contact > figure {
        right: -260px;
        opacity: 0.5; } }
    .contact > figure img {
      height: 100%;
      width: auto; }

.point {
  padding: 160px 64px 0px 64px; }
  @media only screen and (max-width: 959px) {
    .point {
      padding: 64px 16px 0px 16px; } }
  .point h2 {
    font-size: 36px;
    margin: 0px 0px 64px 0px; }
    @media only screen and (max-width: 959px) {
      .point h2 {
        font-size: 32px;
        margin: 0px 0px 32px 0px; } }
  .point .point-container {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    .point .point-container .number {
      position: relative;
      width: 170px;
      padding: 0px 65px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container .number {
          width: 100px;
          padding: 0px 32px 0px 0px; } }
      .point .point-container .number dl {
        width: 100%;
        background-color: #4e4e4e;
        color: #fff;
        text-align: center;
        padding: 40px 16px 36px 16px; }
        @media only screen and (max-width: 959px) {
          .point .point-container .number dl {
            padding: 40px 8px 36px 8px; } }
        .point .point-container .number dl dt {
          font-size: 18px;
          margin: 0px 0px 12px 0px;
          line-height: 1; }
          @media only screen and (max-width: 959px) {
            .point .point-container .number dl dt {
              font-size: 12px; } }
        .point .point-container .number dl dd {
          font-size: 48px;
          line-height: 1; }
          @media only screen and (max-width: 959px) {
            .point .point-container .number dl dd {
              font-size: 36px; } }
      .point .point-container .number::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0px;
        left: 52px;
        background-color: #4e4e4e; }
        @media only screen and (max-width: 959px) {
          .point .point-container .number::after {
            left: 33px; } }
    .point .point-container .main {
      width: calc(100% - 170px);
      padding: 0px 0px 96px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container .main {
          width: calc(100% - 100px); } }
      .point .point-container .main .inner {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-direction: row;
        /* Safari */
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap; }
      .point .point-container .main p {
        font-size: 22px;
        line-height: 1.7;
        font-weight: 600; }
        @media only screen and (max-width: 959px) {
          .point .point-container .main p {
            font-size: 16px;
            line-height: 1.6; } }
    .point .point-container.point01 .inner figure {
      width: 55%; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point01 .inner figure {
          width: 100%;
          margin: 0px 0px 0px 0px;
          order: 2; } }
      .point .point-container.point01 .inner figure img {
        width: 100%;
        height: auto; }
    .point .point-container.point01 .inner p {
      margin: 0px 0px 0px 48px;
      padding: 0px 0px 0px 0px;
      width: calc(45% - 48px); }
      @media only screen and (max-width: 959px) {
        .point .point-container.point01 .inner p {
          margin: 0px 0px 24px 0px;
          padding: 0px 0px 0px 0px;
          width: 100%;
          order: 1; } }
    .point .point-container.point02 .inner .left {
      width: 55%;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point02 .inner .left {
          width: 100%;
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 24px 0px; } }
      .point .point-container.point02 .inner .left p {
        margin: 0px 0px 32px 0px; }
        @media only screen and (max-width: 959px) {
          .point .point-container.point02 .inner .left p {
            margin: 0px 0px 24px 0px; } }
      .point .point-container.point02 .inner .left figure img {
        width: 100%;
        height: auto; }
    .point .point-container.point02 .inner .right {
      width: calc(45% - 48px);
      margin: 0px 0px 0px 48px;
      padding: 0px 0px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point02 .inner .right {
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 0px 0px;
          width: 100%; } }
      .point .point-container.point02 .inner .right figure:nth-of-type(1) {
        text-align: left;
        margin: 0px 0px 32px 0px; }
        @media only screen and (max-width: 959px) {
          .point .point-container.point02 .inner .right figure:nth-of-type(1) {
            width: 100%;
            margin: 0px 0px 24px 0px; } }
        .point .point-container.point02 .inner .right figure:nth-of-type(1) img {
          width: 80%; }
          @media only screen and (max-width: 959px) {
            .point .point-container.point02 .inner .right figure:nth-of-type(1) img {
              width: 100%; } }
      .point .point-container.point02 .inner .right figure:nth-of-type(2) {
        text-align: right;
        margin: 0px 0px 0px 0px; }
        .point .point-container.point02 .inner .right figure:nth-of-type(2) img {
          width: 70%; }
          @media only screen and (max-width: 959px) {
            .point .point-container.point02 .inner .right figure:nth-of-type(2) img {
              width: 100%; } }
      .point .point-container.point02 .inner .right figure img {
        height: auto; }
    .point .point-container.point03 .inner p {
      width: 100%;
      margin: 0px 0px 32px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point03 .inner p {
          margin: 0px 0px 24px 0px; } }
    .point .point-container.point03 .inner ul {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      margin: 0px 0px 0px -32px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point03 .inner ul {
          margin: 0px 0px 0px 0px; } }
      .point .point-container.point03 .inner ul li {
        width: calc(33.3% - 32px);
        margin: 0px 0px 0px 32px; }
        @media only screen and (max-width: 959px) {
          .point .point-container.point03 .inner ul li {
            width: 100%;
            margin: 0px 0px 24px 0px; }
            .point .point-container.point03 .inner ul li:last-child {
              margin: 0px 0px 0px 0px; } }
        .point .point-container.point03 .inner ul li figure img {
          width: 100%;
          height: auto; }
    .point .point-container.point04 .number::after {
      display: none !important; }
    .point .point-container.point04 .inner .left {
      width: 40%;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point04 .inner .left {
          order: 2;
          width: 100%;
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 0px 0px;
          display: -webkit-flex;
          /* Safari */
          display: flex;
          -webkit-flex-direction: row;
          /* Safari */
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          /* Safari */
          flex-wrap: wrap; } }
      @media only screen and (max-width: 959px) {
        .point .point-container.point04 .inner .left figure {
          width: 100%; } }
      .point .point-container.point04 .inner .left figure:nth-of-type(1) {
        margin: 0px 0px 32px 0px; }
        @media only screen and (max-width: 959px) {
          .point .point-container.point04 .inner .left figure:nth-of-type(1) {
            margin: 0px 0px 24px 0px; } }
      .point .point-container.point04 .inner .left figure:nth-of-type(2) {
        text-align: right; }
        .point .point-container.point04 .inner .left figure:nth-of-type(2) img {
          width: 80%; }
          @media only screen and (max-width: 959px) {
            .point .point-container.point04 .inner .left figure:nth-of-type(2) img {
              width: 100%; } }
      .point .point-container.point04 .inner .left figure img {
        width: 100%;
        height: auto; }
    .point .point-container.point04 .inner .right {
      width: calc(60% - 48px);
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 0px 48px; }
      @media only screen and (max-width: 959px) {
        .point .point-container.point04 .inner .right {
          order: 1;
          width: 100%;
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 24px 0px; } }
      .point .point-container.point04 .inner .right p {
        margin: 0px 0px 32px 0px; }
        @media only screen and (max-width: 959px) {
          .point .point-container.point04 .inner .right p {
            margin: 0px 0px 24px 0px; } }
      .point .point-container.point04 .inner .right figure img {
        width: 100%;
        height: auto; }
