<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =====
 * サイト全体共通レイアウト
============================================================================= */
html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #369ad7;
  outline: 0 none #000;
}

a img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 1.3em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

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

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'DIN';
  src: local("DIN"), url("../fonts/din1451alt.woff") format("woff"), url("../fonts/din1451alt.ttf") format("truetype");
}

.en {
  font-family: 'DIN', 'DIN Condensed', 'DIN Condensed', sans-serif;
}

/* -----
 * サイト内共通class
----------------------------------------------------------------------------- */
.adjust-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.modal_drone {
  margin: 40px 0 60px 60px;
}
.modal_drone_top {
  margin: 24px 0 0 60px;
}


/** 画像 **/
.js-ofi {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.js-ofi.-contain {
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

span.text-indent {
  display: inline-block;
}

.indent-list {
  padding: 0;
  list-style: none;
}

.indent-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.d-ibk {
  display: inline-block;
}

/* -----
 * サイト内共通 js class
----------------------------------------------------------------------------- */
.-js-slide-toggle-trig, [data-tab-target], [data-tab-switch] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.tab-switch-target, .-js-tab-target-hide, .-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show, .-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  1% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/* -----
 * g-container
----------------------------------------------------------------------------- */
.g-container {
  position: relative;
  min-width: 1100px;
}

/* -----
 * g-header
----------------------------------------------------------------------------- */
.g-header {
  background: #fff;
}

.g-header:after {
  content: "";
  display: block;
  clear: both;
}

.g-header a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.g-header .header-logo {
  float: left;
  display: table;
  table-layout: fixed;
  width: 25%;
  max-width: 373px;
  height: 90px;
  margin: 0 1.5% 0 0;
  padding-left: 20px;
  line-height: 1;
}

.g-header .header-logo &gt; a {
  display: table-cell;
  vertical-align: middle;
}

.g-header .header-logo img {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}

.g-header .menu-toggle {
  display: none;
}

.g-header .header-link {
  display: none;
}

.g-navi .info-group {
  float: right;
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 90px;
  padding-right: 20px;
}

.g-navi .head-contact {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.g-navi .head-contact .info-text {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 12em;
  font-size: 11.008px;
  font-size: 0.688rem;
  line-height: 1.63;
}

.g-navi .head-contact .tel-text {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 10px;
}

.g-navi .head-contact .heading {
  margin-bottom: 4px;
  padding-left: 26px;
  font-size: 13.008px;
  font-size: 0.813rem;
  font-weight: bold;
  line-height: 1.3;
}

.g-navi .head-contact .tel {
  margin: 0;
}

.g-navi .head-contact .tel span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.g-navi .head-contact .tel .image {
  width: 21px;
  margin-right: 5px;
}

.g-navi .head-contact .tel .text {
  color: #e81f18;
  font-size: 32px;
}

.g-navi .head-contact .info {
  margin: 0;
}

.g-navi .head-contact .info span {
  display: inline-block;
}

.g-navi .head-contact .info span.flexible {
  display: none;
}

.header-sns-icon {
  margin-left: auto;
}

.header-sns-icon .header-instagram-icon img{
  height: 30px;
}

@media screen and (max-width: 1145px) {
  .header-sns-icon {
    display: none;
  }
}



.g-navi .header-logo-group {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.g-navi .brand-logo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 70%;
  /* margin: auto 0 auto auto; */
  margin: auto 0 auto 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.g-navi .brand-logo dt {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 5.5em;
  margin-left: 15px;
}

.g-navi .brand-logo dt:first-of-type {
  margin-left: 0;
}


.g-navi .brand-logo dt .word-gap {
  display: inline-block;
  padding-left: 2em;
}

.g-navi .brand-logo dd {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0 0 5px;
}

.g-navi .brand-logo dd img {
  width: auto;
  max-height: 70px;
}

.g-navi .group-logo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 136px;
  max-width: calc(30% - 25px);
  margin: 0 0 0 15px;
}

.g-navi .other-menu-link {
  width: 352px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: end;
}

.g-navi .other-menu-link a {
  width: calc(50% - 5px);
  display: block;
  text-align: center;
  color: #fff;
}

.g-navi .other-menu-link .link-map {
  background: #15356d;
}

.g-navi .other-menu-link .link-inquire {
  background: #e81f18;
}

.navi-main {
  float: right;
  width: 100%;
  border-top: 1px solid #baddf5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}

.header-menu {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc(100% - 350px);
  max-width: 770px;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
}

.header-menu li:last-child {
  margin-right: 0;
}

.header-menu li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 72px;
  padding: 0 26px;
  font-weight: 500;
}

.header-menu li a:before, .header-menu li a:after {
  content: "";
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header-menu li a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #3366cc;
  transition: height 0.1s linear;
}

.header-menu li a:after {
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #63caff transparent transparent transparent;
}

.header-menu li a .text {
  display: block;
  width: 100%;
}

.header-menu li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-menu li a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 2px;
}

.header-menu li.-current a {
  color: #3366cc;
}

.header-menu li.-current a:before, .header-menu li.-current a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.header-menu li.-current a:before {
  height: 2px;
}

.header-menu .inner {
  display: block;
  margin: 0;
  padding: 0 3px;
  line-height: 36px;
  cursor: pointer;
}

/** 現地案内マップ **/
.modal-head {
  position: relative;
  margin-bottom: 12px;
  padding-right: 35px;
}

.modal-head .title {
  margin: 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
}

.modal-content {
  text-align: center;
  font-weight: bold;
}

.modal-content .image {
  margin: 0 0 2px;
}

.modal-content .address {
  padding: 18px 15px;
  background: #3d7ad6;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8;
}

.modal-content .text {
  padding: 25px 15px;
  background: #e8f7fe;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-content .text p {
  margin: 0;
}

.modal-content .text .root-text {
  color: #3366cc;
}

.modal-content .text .root-text .block {
  font-size: 22px;
  font-size: 1.375rem;
}

.modal-content .text .root-text .block small {
  font-size: 0.818em;
}

.modal-content .text .root-text .block2 strong {
  font-size: 1.3em;
}


/** 紹介動画 **/
.remodal .modal-content iframe {
  width:  762px;
  height: 429px;
}

@media screen and (max-width: 762px) {
  .remodal .modal-content iframe {
    width:  100%;
    width:  100%;
  }
}




/* -----
 * g-footer
----------------------------------------------------------------------------- */
.g-footer {
  margin-top: 66px;
}

.g-footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  margin: -33px 0 0 0;
  width: 66px;
  height: 66px;
  background: #15356d;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s ease-out;
}

.g-footer .pagetop i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}

.g-footer .pagetop:hover {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.footer-top {
  padding: 15px;
  background: #3366cc;
  color: #fff;
}

.footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin: 1em;
}

.footer-menu a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.footer-menu.-main {
  font-weight: bold;
  color: #fff;
}

.footer-menu.-other {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-menu .link-tab:after {
  position: relative;
  top: -1px;
  background-image: url(../images/common/icon-tab-black.png);
}

.footer-middle {
  padding: 48px 0 54px;
}

.footer-middle .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer-middle .site-info {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 325px;
  text-align: right;
}

.footer-middle .site-info p {
  margin: 0;
}

.footer-middle .site-info .business-hours {
  margin-top: 0.65em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.footer-middle .site-info .business-hours span {
  display: inline-block;
  margin-right: 1em;
}

.footer-middle .site-info .business-hours span:last-child {
  margin-right: 0;
}

.footer-middle .tel-contact {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.footer-middle .tel-contact a {
  text-decoration: none;
  color: inherit;
}

.footer-middle .tel-contact span {
  display: inline-block;
  vertical-align: middle;
}

.footer-middle .tel-contact .icon {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 35px;
  margin: 0 7px 0 0;
  padding-bottom: 12px;
}

.footer-middle .tel-contact .tel {
  margin: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.footer-middle .tel-contact .heading {
  display: inline-block;
  padding: 6px 7px;
  border: 1px solid #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}

.footer-middle .tel-contact .text {
  display: block;
  margin-top: 6px;
  font-size: 48px;
  color: #e81f18;
  line-height: 1;
  letter-spacing: 0.03em;
}

.footer-middle .contact-link {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 390px;
}

.footer-middle .contact-link a {
  display: block;
  text-align: center;
  background: #e81f18;
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.footer-middle .tel-note &gt; span {
  margin-right: 1em;
}

.footer-middle .tel-note &gt; span:last-child {
  margin-right: 0;
}

.footer-bottom {
  border-top: 1px solid #93a8d3;
  padding: 10px 0 100px;
  text-align: center;
  font-size: 11.008px;
  font-size: 0.688rem;
}

.footer-bottom .brand-group {
  margin: 45px auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer-bottom .group-logo {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 132px;
  margin: 0;
}

.footer-bottom .brand-logo {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 50px 0 0;
}

.footer-bottom .brand-logo dt {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  white-space: nowrap;
  margin-right: 5px;
  padding-top: 4px;
}

.footer-bottom .brand-logo dd {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0 20px 0 0;
}

.footer-bottom .brand-logo dd:last-child {
  margin-right: 0;
}

.footer-bottom .brand-logo dd img {
  width: auto;
  max-height: 70px;
}

.footer-bottom .copyright {
  margin: 0;
  letter-spacing: 0.05em;
}

.link-tab:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.4em;
  background: url(../images/common/icon-tab.png) no-repeat center center;
  background-size: contain;
}

/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
/** button **/
.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 252px;
  height: 72px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  background: #666;
  color: #fff;
}

.button:link, .button:visited, .button:active {
  color: #fff;
}

.button &gt; span {
  display: block;
  width: 100%;
  padding: 0 30px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.button &gt; span:after {
  transform: rotate(45deg);
  border-color: #fff;
  right: 32px;
  margin-top: -4px;
  transition: right 0.3s ease-out;
}

.button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.button:hover &gt; span:after {
  right: 28px;
}

.button.-pdf &gt; span:after {
  content: none;
}

.button.-pdf .icon {
  display: inline-block;
  margin-right: 0.7em;
}

/** link **/
.link-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 22px;
  height: 29px;
  background: url(../images/common/icon-pdf_02.svg) no-repeat center center;
  background-size: 22px auto;
}

.link-ig:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 23px;
  height: 24px;
  background: url(../images/common/icon-ig.svg) no-repeat center center;
  background-size: 23px auto;
}

/** title **/
.title-hero {
  margin: 0 0 54px;
  text-align: center;
  line-height: 1.5;
  /** top 販売区画で共通 **/
}

.title-hero .image-bg {
  position: relative;
  height: 500px;
}

.title-hero .image-bg.outline-bg {
  height: 200px;
}

.title-hero .image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-hero .tit-image {
  position: relative;
  z-index: 0;
}

.title-hero .main {
  position: relative;
  z-index: 1;
}

.title-hero .main {
  margin: -60px 0 0 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3366cc;
}

.title-hero.-image-mini .image-bg {
  height: 200px;
}

.title-hero.-image-mini .image-bg:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
}

/* 青線が左右にあるタイトル */
.section-title {
  margin-bottom: 2.6em;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}

.section-title .border {
  display: inline-block;
  position: relative;
  padding: 0 98px;
}

.section-title .border:before, .section-title .border:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #3366cc;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.section-title .border:before {
  left: 0;
}

.section-title .border:after {
  right: 0;
}

.section-title .border span {
  display: inline-block;
}

.section-title .en {
  margin-right: 0.6em;
  color: #3366cc;
  font-size: 1.636em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/** 画像とテキストコンテンツの横並び **/
.row-group {
  display: -ms-flexbox;
  display: flex;
}

.row-group &gt; * {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 50%;
}

.row-group:nth-child(2n) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.row-group:nth-child(2n) .image img {
  margin-left: 0;
  margin-right: auto;
}

.row-group .image {
  position: relative;
}

.row-group .image img {
  width: 100%;
  height: auto;
}

.row-group .image .js-ofi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.row-group .text-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 605px;
  padding: 50px;
}

.row-group .title {
  margin-bottom: 18px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.row-group .title .main {
  margin: 0;
  font-size: inherit;
}

.row-group .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.285;
}

.-blue .row-group {
  background: #eee;
}

/** ページ内リンクボタン **/
.page-inner-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 60px;
}

.page-inner-navi .nav-button {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: block;
  width: 370px;
  position: relative;
  margin: 0 22px;
  padding: 24px 10px 44px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background: #3d7ce2;
  color: #fff;
}

.page-inner-navi .nav-button:first-child {
  margin-left: 0;
}

.page-inner-navi .nav-button:last-child {
  margin-right: 0;
}

.page-inner-navi .nav-button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  border-color: #fcff00 transparent transparent transparent;
}

.page-inner-navi .nav-button .icon {
  margin: 0 0 0.65em;
}

.page-inner-navi .nav-button .text {
  margin: 0;
  letter-spacing: 0.05em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1380px) {
  /* -----
   * g-header
  ----------------------------------------------------------------------------- */
}

@media screen and (min-width: 768px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a {
    transition: opacity 0.25s;
  }
  a:hover {
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  /* -----
   * g-header clone
  ----------------------------------------------------------------------------- */
  .g-header.js-g-header-clone {
    position: fixed;
    top: -95px;
    width: 100%;
    z-index: 100;
    min-width: 1100px;
    transition: top 0.3s ease-out;
  }
  .g-header.js-g-header-clone.-js-show {
    top: 0;
  }
  .g-header.js-g-header-clone .header-logo {
    width: 20%;
    max-width: 312px;
    height: 85px;
  }
  .g-header.js-g-header-clone .g-navi .info-group {
    display: none;
  }
  .g-header.js-g-header-clone .g-navi .other-menu-link {
    width: 312px;
  }
  .g-header.js-g-header-clone .navi-main {
    width: 78%;
    padding-left: 0;
    border: none;
  }
  .g-header.js-g-header-clone .header-menu {
    width: calc(100% - 312px);
    max-width: 770px;
  }
  .g-header.js-g-header-clone .header-menu li a {
    height: 85px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1390px) {
  .g-header.js-g-header-clone .header-menu li a {
    padding: 0 10px;
  }
  .g-navi .brand-logo dd {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .g-navi .brand-logo dd img {
    width: 100%;
  }
  .g-navi .g-navi .group-logo {
    margin: 0 0 0 5px;
    max-width: 136px;
  }
  .g-navi .g-navi .group-logo img {
    width: 100%;
  }
  .g-navi .tel-text .heading {
    display: none;
  }
  .g-navi .head-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 245px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .g-navi .head-contact .info-text {
    -ms-flex-order: 2;
        order: 2;
    width: 250px;
  }
  .g-navi .head-contact .info-text .info {
    display: -ms-flexbox;
    display: flex;
  }
  .g-navi .head-contact .info-text .info span.flexible {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  html {
    font-size: 14px;
  }
  /* -----
   * サイト内の共通class
　 ----------------------------------------------------------------------------- */
  .adjust-width {
    padding: 0 5.3vw;
  }
.modal_drone, .modal_drone_top {
  margin: 10px 0 0 10px;
}
  /* -----
   * g-container
  ----------------------------------------------------------------------------- */
  .g-container {
    min-width: 310px;
    padding-top: 50px;
  }
  /* -----
   * g-header
  ----------------------------------------------------------------------------- */
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 12px;
    z-index: 100;
  }
  .g-header.js-g-header-clone {
    display: none;
  }
  .g-header .header-logo {
    width: 162px;
    max-width: 44%;
    height: 50px;
    margin-right: auto;
    padding-left: 0;
  }
  .g-header .header-link {
    display: table;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .g-header .header-link a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    background: #e81f18;
    color: #fff;
    text-align: center;
    font-size: 0.714rem;
    line-height: 1;
  }
  .g-header .header-link a .icon {
    display: block;
    width: 15px;
    margin: 0 auto 4px;
  }
  .g-header .header-link.-tel a {
    background: #e8f7fe;
    color: #3366cc;
  }
  .g-header .menu-toggle:before, .g-header .menu-toggle:after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
  }
  .g-header .menu-toggle {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    position: relative;
    background: #3366cc;
    cursor: pointer;
  }
  .g-header .menu-toggle:before, .g-header .menu-toggle:after {
    content: "";
    width: 16px;
    margin-left: -8px;
  }
  .g-header .menu-toggle:before {
    margin-top: -8px;
  }
  .g-header .menu-toggle:after {
    margin-top: 7px;
  }
  .g-header .menu-toggle.-js-open:before, .g-header .menu-toggle.-js-open:after {
    width: 24px;
    margin: -1px 0 0 -12px;
  }
  .g-header .menu-toggle.-js-open:before {
    transform: rotate(45deg);
  }
  .g-header .menu-toggle.-js-open:after {
    transform: rotate(-45deg);
  }
  .g-navi {
    position: fixed;
    top: 50px;
    left: 100%;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 50px);
    background: rgba(230, 230, 230, 0.96);
    overflow: auto;
    transition: left 0.3s ease-out;
    /** open **/
  }
  .g-navi .navi-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .g-navi .info-group {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
  }
  .g-navi .header-logo-group {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 5.3vw;
    background: #fff;
  }
  .g-navi .brand-logo {
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 0;
    font-size: 0.643rem;
    letter-spacing: normal;
    border-bottom: 1px solid #9d9d9d;
  }
  .g-navi .brand-logo dt {
    width: auto;
    margin: 0 0.5em 0 0;
    white-space: nowrap;
  }
  .g-navi .brand-logo dt .word-gap {
    display: inline;
    padding-left: 0;
  }
  .g-navi .brand-logo dd {
    width: auto;
    margin-right: 2.5em;
  }
  .g-navi .brand-logo dd:last-child {
    margin-right: 0;
  }
  .g-navi .brand-logo dd img {
    max-height: 18px;
  }
  .g-navi .group-logo {
    width: 90px;
    max-width: 100%;
    margin: 8px auto 15px;
  }
  .g-navi .head-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 15px auto;
    padding: 20px 30px 14px;
    background: #fff;
  }
  .g-navi .head-contact .info-text {
    width: 100%;
    text-align: center;
    font-size: 0.688rem;
    line-height: 1.63;
  }
  .g-navi .head-contact .tel-text {
    width: 100%;
    margin: 15px 0 0;
  }
  .g-navi .head-contact .office-img {
    width: 178px;
    margin: 0 auto 6px;
  }
  .g-navi .head-contact .heading {
    background: #eee;
    text-align: center;
    padding: 0.13em;
    font-size: 1rem;
  }
  .g-navi .head-contact .tel {
    margin-bottom: 0.15em;
    text-align: center;
  }
  .g-navi .head-contact .tel .image {
    width: 30px;
  }
  .g-navi .head-contact .tel .text {
    font-size: 2.857rem;
    font-weight: normal;
  }
  .g-navi .head-contact .info {
    font-size: 0.857rem;
  }
  .g-navi .head-contact .info span {
    margin-right: 1em;
  }
  .g-navi .head-contact .info span:last-child {
    margin-right: 0;
  }
  .g-navi .other-menu-link {
    width: 100%;
    padding: 20px 5.3vw;
    flex-wrap: wrap;
  }
  .g-navi .other-menu-link a {
    width: 100%;
    padding: 0.63em;
    font-size: 1.286rem;
  }
  .g-navi .other-menu-link .link-inquire {
    display: none;
  }
  .g-navi.-js-open {
    left: 0;
  }
  .navi-main {
    float: none;
    width: 100%;
    border-top: none;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0;
  }
  .header-menu {
    max-width: 770px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-menu li {
    width: 100%;
    font-size: 1.286rem;
    border-top: 1px solid #9d9d9d;
  }
  .header-menu li a {
    height: 65px;
    padding: 0 55px 0 11vw;
  }
  .header-menu li a:before, .header-menu li a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: auto;
    right: 25px;
    bottom: 50%;
    height: 1px;
    background: #9d9d9d;
  }
  .header-menu li a:before {
    width: 7px;
    margin: 0 0 2px;
    transform: rotate(25deg);
  }
  .header-menu li a:after {
    width: 27px;
    margin: 0;
    border: none;
  }
  .header-menu li a:hover:before {
    height: 1px;
  }
  /** 現地案内マップ **/
  .modal-head .title {
    font-size: 1.429rem;
  }
  .modal-content .address {
    font-size: 1.143rem;
  }
  .modal-content .text {
    padding: 20px 15px;
    font-size: 1.143rem;
  }
  .modal-content .text .root-text .block {
    font-size: 1em;
  }
  .modal-content .text .root-text .block small {
    font-size: 0.857em;
  }

  /** YouTube **/
  .g-navi .other-menu-link .link-map.link-youtube {
    background: #e81f18;
  }

  /* -----
   * g-footer
  ----------------------------------------------------------------------------- */
  .g-footer {
    margin-top: 0;
  }
  .g-footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
  }
  .g-footer .pagetop i {
    width: 14px;
    height: 14px;
    margin: -4px 0 0 -7px;
  }
  .footer-top {
    padding: 10px 2vw 13px;
  }
  .footer-menu li {
    font-size: 0.643rem;
  }
  .footer-menu.-main {
    font-size: 0;
  }
  .footer-menu.-other {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
  }
  .footer-menu.-other li {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 50%;
    margin: 1.3em 0 0;
  }
  .footer-menu.-other li:nth-child(2n) {
    padding-left: 2em;
  }
  .footer-menu .link-tab:after {
    width: 0.9em;
    height: 0.9em;
  }
  .footer-middle {
    padding: 30px 0;
  }
  .footer-middle .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-middle .site-info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-middle .site-info .footer-logo {
    width: 187px;
    margin: auto;
  }
  .footer-middle .site-info .business-hours {
    font-size: 0.857rem;
  }
  .footer-middle .tel-contact {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 35px;
    text-align: center;
  }
  .footer-middle .tel-contact .icon {
    width: 30px;
    margin-right: 5px;
    padding-bottom: 12px;
  }
  .footer-middle .tel-contact .tel {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .footer-middle .tel-contact .heading {
    padding: 2px 7px;
    font-size: 0.786rem;
  }
  .footer-middle .tel-contact .text {
    margin-top: 6px;
    text-align: left;
    font-size: 2.857rem;
  }
  .footer-middle .contact-link {
    width: 100%;
  }
  .footer-middle .contact-link a img {
    width: auto;
    max-height: 50px;
  }
  .footer-middle .tel-note &gt; span {
    margin-right: 1em;
  }
  .footer-middle .tel-note &gt; span:last-child {
    margin-right: 0;
  }
  .footer-bottom {
    padding: 10px 0 12px;
    font-size: 0.714rem;
  }
  .footer-bottom .brand-group {
    margin: 30px auto 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom .group-logo {
    width: 132px;
    /* margin: 0 auto 10px; */
    margin: 0 15px 10px 0;
  }
  .footer-bottom .brand-logo {
    margin-bottom: 10px;
  }
  .footer-bottom .brand-logo dt {
    padding-top: 4px;
  }
  .footer-bottom .brand-logo dd {
    margin-right: 2.5em;
  }
  .footer-bottom .brand-logo dd img {
    /* max-height: 18px; */
    max-height: 60px;
  }
  .footer-bottom .copyright {
    font-size: 0.5rem;
  }
  /* -----
   * 共通パーツ
  ----------------------------------------------------------------------------- */
  /** button **/
  .button {
    max-width: 200px;
    height: 48px;
  }
  /** link **/
  .link-pdf:after {
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    margin-left: 0.5em;
  }
  .link-ig:after {
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    margin-left: 0.5em;
  }
  /** title **/
  .title-hero {
    margin-bottom: 40px;
  }
  .title-hero .image-bg {
    height: 150px;
  }
  .title-hero .main {
    max-width: 500px;
    margin: -35px auto 0;
    font-size: 1.357rem;
  }
  .title-hero.-image-mini .image-bg {
    height: 150px;
  }
  .title-hero.-image-mini .image-bg:after {
    height: 30%;
  }
  /* 青線が左右にあるタイトル */
  .section-title {
    margin-bottom: 1.1em;
    font-size: 1rem;
  }
  .section-title .border {
    padding: 0 3.5em;
  }
  .section-title .border:before, .section-title .border:after {
    width: 2.143em;
  }
  .section-title .en {
    margin-right: 0.5em;
    font-size: 1.786em;
  }
  /** 画像とテキストコンテンツの横並び **/
  .row-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row-group &gt; * {
    width: 100%;
  }
  .row-group:nth-child(2n) .image img {
    margin: 0 auto;
  }
  .row-group .image {
    text-align: center;
  }
  .row-group .image .js-ofi {
    position: static;
    width: 100%;
    height: auto;
  }
  .row-group .text-content {
    margin: auto;
    padding: 25px 5.3vw 28px;
  }
  .row-group .title {
    margin-bottom: 0.5em;
    font-size: 1.429rem;
  }
  .row-group .text {
    font-size: 1rem;
    line-height: 1.7;
  }
  /** ページ内リンクボタン **/
  .page-inner-navi {
    margin-bottom: 20px;
  }
  .page-inner-navi .nav-button {
    width: 48%;
    margin: 0 auto;
    padding: 12px 5px 30px;
    line-height: 1.4;
    font-size: 0.857rem;
  }
  .page-inner-navi .nav-button:after {
    bottom: 12px;
    margin-left: -10px;
    border-width: 12px 10px 0 10px;
  }
  .page-inner-navi.-col3 .nav-button {
    width: 32%;
  }
}

@media screen and (max-width: 350px) {
  /* smart phone */
  html {
    font-size: 3.75vw;
  }
  .g-navi .brand-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-navi .brand-logo dt {
    width: 40%;
    padding-right: 1em;
    text-align: right;
  }
  .g-navi .brand-logo dd {
    width: calc(60% - 0.5em);
    margin-right: 0;
  }
}

@media screen and (max-width: 1145px) {
  .g-navi .brand-logo {
    margin: auto 0 auto 0;
  }
}</pre></body></html>