/*  ------------------------------------------------------------------
	frame
---------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "NotoSansCJKjp",sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1.0rem;
  color: #9B7753;
  line-height: 2;
  letter-spacing: 0.03em; }
  body.open {
    height: 100vh;
    overflow-y: hidden; }
  body.fixed {
    height: 100vh;
    overflow-y: hidden; }

#wrapper {
  background-color: #000D05;
  width: 100%;
  min-width: 1200px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden; }
  @media only screen and (max-width: 767px) {
    #wrapper {
      min-width: inherit; } }
  #wrapper img {
    width: 100%;
    height: auto; }
  #wrapper #header #mv {
    position: relative;
    width: 100%;
    height: 100vh; }
    #wrapper #header #mv .siteID_logo {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 160px;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        #wrapper #header #mv .siteID_logo {
          width: 124px; } }
    #wrapper #header #mv .siteID_bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url("../img/dot.png");
      background-repeat: repeat;
      background-position: 0 0; }
    #wrapper #header #mv .arrow {
      position: absolute;
      left: 45px;
      bottom: 30px;
      width: 11px;
      }
      @media only screen and (max-width: 767px) {
        #wrapper #header #mv .arrow {
          width: 14px;
          left: 20px;
          bottom: 20px; } }
    #wrapper #header #mv .mv_video {
      width: 100%;
      max-height: 100%;
      object-fit: cover; }
  #wrapper #navHeader {
    width: 100%;
    max-width: 100%;
    background-color: #000;
    z-index: 100; }
    #wrapper #navHeader.nav_fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%; }
    #wrapper #navHeader .lgNav {
      position: relative;
      height: 90px;
      width: 100%;
      background-color: #00491C;
      padding: 0;
      margin: 0; }
      #wrapper #navHeader .lgNav__gNav ul {
        height: 90px;
        margin: 0 auto;
        letter-spacing: -.4em;
        display: flex;
        justify-content: center;
        align-items: center; }
        #wrapper #navHeader .lgNav__gNav ul li {
          width: 230px;
          letter-spacing: normal;
          text-align: center; }
          #wrapper #navHeader .lgNav__gNav ul li a {
            position: relative;
            font-family: din-condensed, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 21px;
            font-size: 2.1rem;
            line-height: 1;
            letter-spacing: 0.165em;
            color: #fff;
            text-decoration: none;
            padding: 8px; }
            #wrapper #navHeader .lgNav__gNav ul li a:hover::after, #wrapper #navHeader .lgNav__gNav ul li a.active::after {
              position: absolute;
              left: 50%;
              bottom: 0;
              transform: translateX(-50%);
              display: block;
              content: "";
              width: 30px;
              height: 1px;
              background-color: #fff; }
          #wrapper #navHeader .lgNav__gNav ul li:nth-child(3) img {
            width: 34px; }
          #wrapper #navHeader .lgNav__gNav ul li:nth-child(3) a:hover::after, #wrapper #navHeader .lgNav__gNav ul li:nth-child(3) a.active::after {
            display: none; }
    #wrapper #navHeader .xsNav {
      width: 100%;
      padding: 0;
      margin: 0; }
      #wrapper #navHeader .xsNav__holder__header {
        position: relative;
        height: 50px;
        background-color: #00491C; }
        #wrapper #navHeader .xsNav__holder__header__siteID {
          position: absolute;
          top: 8px;
          left: 50%;
          transform: translateX(-50%);
          width: 20px; }
        #wrapper #navHeader .xsNav__holder__header__menuBtn {
          position: absolute;
          top: 8px;
          right: 15px;
          display: block;
          width: 30px;
          height: 30px; }
          #wrapper #navHeader .xsNav__holder__header__menuBtn span {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            background-color: #fff;
            width: 100%;
            height: 2px;
            transition: 0.4s all ease; }
            #wrapper #navHeader .xsNav__holder__header__menuBtn span:nth-of-type(1) {
              transform: translateY(-12px); }
            #wrapper #navHeader .xsNav__holder__header__menuBtn span:nth-of-type(2) {
              transform: translateY(0);
              opacity: 1; }
            #wrapper #navHeader .xsNav__holder__header__menuBtn span:nth-of-type(3) {
              transform: translateY(12px); }
      #wrapper #navHeader .xsNav__holder__list {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #00491C;
        transform: translateX(100%);
        transition: 0.6s all ease;
        overflow-y: scroll;
        z-index: 1000; }
        #wrapper #navHeader .xsNav__holder__list.open {
          transform: translateX(0); }
        #wrapper #navHeader .xsNav__holder__list.inner {
          padding-top: 15px;
          padding-right: 10.6666666667%;
          padding-left: 10.6666666667%;
          padding-bottom: 15px; }
        #wrapper #navHeader .xsNav__holder__list__menuBtn {
          position: absolute;
          top: 8px;
          right: 15px;
          display: block;
          width: 30px;
          height: 30px; }
          #wrapper #navHeader .xsNav__holder__list__menuBtn span {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            background-color: #fff;
            width: 100%;
            height: 2px;
            transition: 0.4s all ease; }
            #wrapper #navHeader .xsNav__holder__list__menuBtn span:nth-of-type(1) {
              transform: rotate(45deg); }
            #wrapper #navHeader .xsNav__holder__list__menuBtn span:nth-of-type(2) {
              opacity: 0;
              width: 0%; }
            #wrapper #navHeader .xsNav__holder__list__menuBtn span:nth-of-type(3) {
              transform: rotate(-45deg); }
        #wrapper #navHeader .xsNav__holder__list__siteID {
          width: 20px;
          margin: 0 auto 30px; }
        #wrapper #navHeader .xsNav__holder__list__gNav {
          display: block; }
          #wrapper #navHeader .xsNav__holder__list__gNav ul {
            letter-spacing: -.4em;
            text-align: left;
            margin-bottom: 20px; }
            #wrapper #navHeader .xsNav__holder__list__gNav ul li a {
              display: block;
              color: #fff;
              font-size: 26px;
              font-size: 2.6rem;
              font-family: din-condensed, sans-serif;
              font-style: normal;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0.153em;
              text-decoration: none;
              text-align: center;
              padding: 20px 0;
              border-bottom: solid 1px #fff; }
            #wrapper #navHeader .xsNav__holder__list__gNav ul li:first-child a {
              border-top: solid 1px #fff; }
        #wrapper #navHeader .xsNav__holder__list__phone {
          width: 120px;
          margin: 0 auto 30px; }
        #wrapper #navHeader .xsNav__holder__list__logo {
          width: 100px;
          margin: auto; }
  #wrapper #footer {
    padding: 40px;
    background-color: #00491C;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #wrapper #footer {
        padding: 20px; } }
    #wrapper #footer .footer_logo {
      width: 120px;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 767px) {
        #wrapper #footer .footer_logo {
          width: 100px; } }
    #wrapper #footer .footer_logo_sec {
      width: 95px;
      margin: 0 auto 70px; }
      @media only screen and (max-width: 767px) {
        #wrapper #footer .footer_logo_sec {
          width: 60px; } }
    #wrapper #footer .copyright {
      color: #FFF;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: din-condensed, sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.182em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        #wrapper #footer .copyright {
          font-size: 12px;
          font-size: 1.2rem; } }
  #wrapper #tell a {
    display: block;
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 220px;
    height: 75px;
    padding-top: 15px;
    padding-left: 30px;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.6s all ease;
    background-color: #00491C;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-position: left 20px top 50%;
    background-size: 24px;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      #wrapper #tell a {
        width: 60px;
        height: 60px;
        padding-top: 40px;
        padding-left: 20px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-position: left 25px top 10px;
        background-size: 20px; } }
    #wrapper #tell a span {
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: din-condensed, sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.13em;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        #wrapper #tell a span {
          font-size: 10px;
          font-size: 1rem; } }
      #wrapper #tell a span em {
        font-size: 31px;
        font-size: 3.1rem;
        letter-spacing: normal; }
    #wrapper #tell a.tell_fixed {
      transform: translateX(0); }
  @media only screen and (min-width: 1025px) {
    #wrapper #tell a[href^="tel:"] {
      pointer-events: none; } }

.modal {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .modal_notice {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #0744D1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .modal_notice {
        height: 40px; } }
    .modal_notice .close {
      position: absolute;
      top: 15px;
      right: 36px;
      display: block;
      z-index: 10;
      cursor: pointer;
      width: 20px;
      height: 20px; }
      @media only screen and (max-width: 767px) {
        .modal_notice .close {
          top: 10px;
          right: 20px; } }
      .modal_notice .close span {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background-color: #fff;
        width: 100%;
        height: 2px; }
        .modal_notice .close span:nth-of-type(1) {
          transform: translateY(10px) rotate(-45deg); }
        .modal_notice .close span:nth-of-type(2) {
          transform: translateY(10px) rotate(45deg); }
  .modal_open {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .modal_open {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400; } }
    .modal_open:hover {
      text-decoration: none; }
  .modal__bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    cursor: pointer; }
  .modal__content {
    color: #fff;
    background: #0744D1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    height: 415px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .modal__content {
        width: 100vw;
        height: 100vh;
        padding: 8%; } }
    .modal__content__head {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 30px;
      text-decoration: underline;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .modal__content__head {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400; } }
    .modal__content__text .c-rt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.5;
      margin-bottom: 30px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .modal__content__text .c-rt {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: left; } }
    .modal__content__text .c-notice__list__item {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left;
      line-height: 1;
      margin-bottom: 1em; }
      .modal__content__text .c-notice__list__item:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .modal__content__text .c-notice__list__item {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.666666;
          padding-left: 1em;
          text-indent: -1em; } }
  .modal .closeBtn {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    z-index: 100;
    cursor: pointer;
    width: 30px;
    height: 30px; }
    @media only screen and (max-width: 767px) {
      .modal .closeBtn {
        top: 5px;
        right: 5px; } }
    .modal .closeBtn span {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      background-color: #fff;
      width: 100%;
      height: 2px; }
      .modal .closeBtn span:nth-of-type(1) {
        transform: translateY(15px) rotate(-45deg); }
      .modal .closeBtn span:nth-of-type(2) {
        transform: translateY(15px) rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .modal .closeBtn span {
          width: 15px;
          height: 1px; }
          .modal .closeBtn span:nth-of-type(1) {
            transform: translate(-10px, 15px) rotate(-45deg); }
          .modal .closeBtn span:nth-of-type(2) {
            transform: translate(-10px, 15px) rotate(45deg); } }

/*  ------------------------------------------------------------------
	contents
---------------------------------------------------------------------*/
.inner {
  width: 1160px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 100%;
      margin: 0;
      padding-right: 5.3333333333%;
      padding-left: 5.3333333333%; } }

.hnTitle {
  text-align: center; }
  .hnTitle__mainTitle {
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
    letter-spacing: 0.18em;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .hnTitle__mainTitle {
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: 40px; } }
  .hnTitle__rt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.85;
    letter-spacing: 0.03em;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .hnTitle__rt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6875;
        margin-bottom: 40px; } }

.c-rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3; }
  @media only screen and (max-width: 767px) {
    .c-rt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.35; } }

#wrapper .section__sec01 {
  padding: 90px 0 0; }
  @media only screen and (max-width: 767px) {
    #wrapper .section__sec01 {
      padding: 70px 0 0; } }
  #wrapper .section__sec01__text {
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec01__text {
        margin-bottom: 50px; } }
#wrapper .section__sec02 {
  padding: 90px 0 0; }
  @media only screen and (max-width: 767px) {
    #wrapper .section__sec02 {
      padding: 70px 0 0; } }
  #wrapper .section__sec02__holder__item {
    width: 555px;
    text-align: center; }
    #wrapper .section__sec02__holder__item[data-type='left'] {
      float: left; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec02__holder__item[data-type='left'] {
          float: none;
          margin-bottom: 40px; } }
    #wrapper .section__sec02__holder__item[data-type='right'] {
      float: right; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec02__holder__item[data-type='right'] {
          float: none; } }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec02__holder__item {
        width: 100%; } }
    #wrapper .section__sec02__holder__item__title {
      font-family: din-condensed, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      font-size: 2.2rem;
      height: 45px;
      border-bottom: solid 1px #9B7753;
      letter-spacing: 0.077em;
      line-height: 1;
      display: inline-block;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec02__holder__item__title {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.077em;
          height: 36px;
          margin-bottom: 40px; } }
    #wrapper .section__sec02__holder__item__list__item {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: left;
      display: flex;
      justify-content: space-between;
      margin-bottom: 2em; }
      #wrapper .section__sec02__holder__item__list__item:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec02__holder__item__list__item {
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 1em; } }
#wrapper .section__sec03 {
  padding: 90px 0 0; }
  @media only screen and (max-width: 767px) {
    #wrapper .section__sec03 {
      padding: 70px 0 0; } }
  #wrapper .section__sec03__fig {
    margin-bottom: 3%; }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec03__fig {
        margin-bottom: 20px; } }
  #wrapper .section__sec03__list__item {
    width: 48.5%;
    margin-bottom: 3%; }
    #wrapper .section__sec03__list__item[data-type='left'] {
      float: left; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec03__list__item[data-type='left'] {
          float: none;
          margin-bottom: 20px; } }
    #wrapper .section__sec03__list__item[data-type='right'] {
      float: right; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec03__list__item[data-type='right'] {
          float: none;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec03__list__item {
        width: 100%; } }
    #wrapper .section__sec03__list__item.lastChild {
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec03__list__item.lastChild[data-type='left'] {
          margin-bottom: 20px; } }
#wrapper .section__sec04 {
  padding: 90px 0 0; }
  @media only screen and (max-width: 767px) {
    #wrapper .section__sec04 {
      padding: 70px 0 0; } }
  #wrapper .section__sec04 .hnTitle {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec04 .hnTitle {
        margin-bottom: 30px; } }
  #wrapper .section__sec04__holder {
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      #wrapper .section__sec04__holder {
        margin-bottom: 50px; } }
    #wrapper .section__sec04__holder__item {
      width: 555px;
      text-align: center; }
      #wrapper .section__sec04__holder__item[data-type='left'] {
        float: left; }
        @media only screen and (max-width: 767px) {
          #wrapper .section__sec04__holder__item[data-type='left'] {
            float: none;
            margin-bottom: 30px; } }
      #wrapper .section__sec04__holder__item[data-type='right'] {
        float: right; }
        @media only screen and (max-width: 767px) {
          #wrapper .section__sec04__holder__item[data-type='right'] {
            float: none; } }
      @media only screen and (max-width: 767px) {
        #wrapper .section__sec04__holder__item {
          width: 100%; } }
  #wrapper .section__sec04 iframe {
    height: 754px;
    vertical-align: bottom;
    -webkit-filter: invert(100%) contrast(70%) saturate(70%);
    filter: invert(100%) contrast(70%) saturate(70%); }
