/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #2e2f32;
  text-decoration: none;
}

a:hover {
  color: #2e2f32;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

li {
  list-style: none;
}

/* base
##################################### */

body {
  color: #2e2f32;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.3s;
  color: #2e2f32;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:visited {
  color: #2e2f32;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.3s;
  text-decoration: none;
  transition: 0.3s;
}

a:active {
  color: #2e2f32;
  text-decoration: none;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

button {
  outline: none;
}

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

.in__kv {
  position: relative;
}

.in__kv::before {
  background-color: rgba(226, 248, 238, 0.9);
  content: "";
  height: 26.0416666667vw;
  left: 0;
  position: absolute;
  top: 4.1666666667vw;
  width: 36.4583333333vw;
  z-index: -1;
}

.in_kv__img {
  margin: 0 0 0 auto;
  position: relative;
  width: 73.9583333333vw;
}

.in_kv__img::before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.in_kv_txt {
  left: 9.375vw;
  position: absolute;
  top: 13.0208333333vw;
  z-index: 1;
}

.in_kv_txt h1 {
  color: #278959;
}

.in_kv_txt h1 span {
  display: block;
}

.in_page__ttl {
  color: #278959;
  text-align: center;
}

.in_page__ttl span {
  display: block;
}

body {
  background-color: #fff;
  color: #3b3b3b;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
}

a {
  color: #3b3b3b;
}

.notel {
  pointer-events: none;
}

div#loading {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999999;
}

div#loading img {
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes anim-logo {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }

  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anim-logo {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }

  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

div#loading > div {
  width: 250px;
}

.mw_wp_form_mw-wp-form-59 {
  text-align: center;
}

.h_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding: 0 3.6458333333vw;
}

.h_nav_item:last-child {
  border: none;
}

.h_nav_item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.h_nav_item a:hover {
  -webkit-transition: 0.3s;
  color: #278959;
  transition: 0.3s;
}

.h_tel a {
  color: #278959;
  font-weight: bold;
  position: relative;
}

.h_tel a::before {
  -webkit-transform: translate(0, -50%);
  background-image: url(../img/common/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 55%;
          transform: translate(0, -50%);
}

.side_bnr {
  position: fixed;
}

.side_bnr img {
  display: block;
}

.side_contact a {
  -webkit-transition: 0.3s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #278959;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.side_contact a:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}

.side_contact a::before {
  -webkit-transform: translate(-50%);
  background-image: url(../img/common/ico_mail.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 50%;
  position: absolute;
          transform: translate(-50%);
}

.side_line {
  text-align: center;
}

.side_line a {
  -webkit-transition: 0.3s;
  background-color: #06c755;
  display: block;
  transition: 0.3s;
}

.side_line a:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}

#gnav_btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border: solid 2px #278959;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
          justify-content: center;
  position: absolute;
  top: 8px;
  width: 40px;
  z-index: 999999;
}

#gnav_btn .hamuburger {
  height: 16px;
  position: relative;
  width: 20px;
  z-index: 999;
}

#gnav_btn .hamuburger span {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  background: #278959;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
  transition: transform 0.4s ease-in-out, top 0.3s ease, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

#gnav_btn .hamuburger span:nth-child(1) {
  top: 0;
}

#gnav_btn .hamuburger span:nth-child(2) {
  top: 7px;
}

#gnav_btn .hamuburger span:nth-child(3) {
  top: 14px;
}

#gnav_btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 7px;
          transform: rotate(45deg);
}

#gnav_btn.open span:nth-child(2) {
  opacity: 0 !important;
}

#gnav_btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: 7px;
          transform: rotate(-45deg);
  width: 100%;
}

.cta {
  background-image: url(../img/common/cta_bg.jpg);
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cta::before {
  background-color: rgba(226, 248, 238, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cta h2 {
  color: #278959;
  text-align: center;
}

.cta h2 span {
  display: block;
}

.cta .desc {
  text-align: center;
}

.cta_list .cta_tel {
  color: #278959;
  font-weight: bold;
}

.cta_list .cta_tel a {
  color: #278959;
}

.cta_list .cta_tel span {
  position: relative;
}

.cta_list .cta_tel span::before {
  -webkit-transform: translate(0, -50%);
  background-image: url(../img/common/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 0;
  position: absolute;
          transform: translate(0, -50%);
}

.cta_contact_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 2.6041666667vw 5.625vw;
}

.cta_contact_list img {
  display: block;
}

.cta_mail a {
  -webkit-transition: 0.3s;
  color: #278959;
  transition: 0.3s;
}

.cta_mail a span {
  position: relative;
}

.cta_mail a span::before {
  -webkit-transform: translate(0, -50%);
  background-image: url(../img/common/ico_mail02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 0;
  position: absolute;
  top: 55%;
          transform: translate(0, -50%);
}

.cta_mail a:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}

.cta_line {
  border-right: solid 1px #278959;
}

.cta_line a {
  -webkit-transition: 0.3s;
  display: block;
  transition: 0.3s;
}

.cta_line a:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  transition: 0.3s;
}

footer {
  padding: 5.2083333333vw 0 4.3229166667vw;
}

.f_nav_item {
  border-right: solid 1px rgba(59, 59, 59, 0.3);
  line-height: 1;
  padding: 0 1.5625vw;
}

.f_nav_item:last-child {
  border: none;
}

.f_nav_item a {
  font-size: 0.8333333333vw;
}

.f_nav_item a:hover {
  color: #278959;
}

.copyright {
  text-align: center;
}

.c_tb_tr {
  border-bottom: 1px solid #ddd;
}

.c_tb_tr:first-child {
  border-top: 1px solid #ddd;
}

.c_tb_tr .c_tb_th {
  color: #278959;
  font-weight: bold;
}

.access_box .access_map {
  position: relative;
}

.access_box .access_map iframe {
  border: none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access_body h3 {
  color: #278959;
}

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

  .sp_br {
    display: none !important;
  }

  .in_kv_txt h1 .en {
    font-size: 1.5625vw;
  }

  .in_kv_txt h1 .ja {
    font-size: 3.125vw;
  }

  .c_base_container {
    margin-top: 10.4166666667vw;
  }

  .in_page__ttl .en {
    font-size: 1.0416666667vw;
  }

  .in_page__ttl .ja {
    font-size: 2.0833333333vw;
  }

  header {
    padding: 2.0833333333vw 0 2.34375vw;
  }

  .h_logo {
    width: 14.2708333333vw;
  }

  .h_nav_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
  }

  .h_nav_item {
    border-right: solid 1px rgba(59, 59, 59, 0.3);
    line-height: 1;
    padding: 0 1.5625vw;
  }

  .h_nav_item a {
    font-size: 0.8333333333vw;
  }

  .h_tel a {
    font-size: 1.0416666667vw;
    padding-left: 0.5208333333vw;
  }

  .h_tel a::before {
    height: 0.9375vw;
    left: -0.78125vw;
    width: 0.9375vw;
  }

  .side_bnr {
    -webkit-transform: translateY(-50%);
    right: 0;
    top: 50%;
            transform: translateY(-50%);
    width: 3.6458333333vw;
    z-index: 9;
  }

  .side_contact {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
    margin-top: 0.5208333333vw;
    width: 100%;
            writing-mode: vertical-lr;
  }

  .side_contact a {
    font-size: 0.8333333333vw;
    padding: 3.3854166667vw 0 2.0833333333vw;
  }

  .side_contact a::before {
    height: 0.8854166667vw;
    top: 1.5625vw;
    width: 1.0416666667vw;
  }

  .side_line {
    width: 100%;
  }

  #gnav_btn {
    display: none;
    right: 20px;
  }

  .cta {
    margin-top: 10.4166666667vw;
    padding: 6.7708333333vw 0;
  }

  .cta h2 .en {
    font-size: 1.0416666667vw;
  }

  .cta h2 .ja {
    font-size: 2.0833333333vw;
  }

  .cta .desc {
    font-size: 0.9375vw;
    margin-top: 2.0833333333vw;
  }

  .cta_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    margin-top: 3.125vw;
  }

  .cta_list .cta_tel {
    font-size: 1.5625vw;
    margin-right: 4.9479166667vw;
  }

  .cta_list .cta_tel span {
    padding-left: 2.6041666667vw;
  }

  .cta_list .cta_tel span::before {
    height: 1.6666666667vw;
    top: 55%;
    width: 1.6666666667vw;
  }

  .cta_mail a {
    font-size: 1.0416666667vw;
  }

  .cta_mail a span {
    padding-left: 1.5625vw;
  }

  .cta_mail a span::before {
    height: 0.8333333333vw;
    width: 1.0416666667vw;
  }

  .cta_line {
    margin-right: 2.34375vw;
    padding-right: 2.34375vw;
  }

  .cta_line a {
    width: 1.5625vw;
  }

  .f_nav_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
  }

  .f_logo {
    margin: 5.2083333333vw auto 0;
    width: 18.6979166667vw;
  }

  .copyright {
    font-size: 0.7291666667vw;
    margin-top: 4.1666666667vw;
  }

  .c_tb_cont {
    margin: 4.1666666667vw auto 0;
    max-width: 1000px;
    width: 62.5vw;
  }

  .c_tb_tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c_tb_tr .c_tb_th {
    font-size: 1.0416666667vw;
    padding: 1.5625vw;
    width: 15.625vw;
  }

  .c_tb_tr .c_tb_td {
    font-size: 1.0416666667vw;
    padding: 1.5625vw;
  }

  .access_cont {
    margin-top: 5.2083333333vw;
  }

  .access_box.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .access_box.rev .access_map {
    margin-left: 0;
    margin-right: 3.6458333333vw;
  }

  .access_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
    margin: 7.2916666667vw auto 0;
    max-width: 1200px;
    width: 71.1458333333vw;
  }

  .access_box:first-child {
    margin: 4.1666666667vw auto 0;
  }

  .access_box .access_map {
    margin-left: 3.6458333333vw;
    padding-top: 34.25%;
    width: 35.4166666667vw;
  }

  .access_box .access_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .access_body {
    padding-top: 0.78125vw;
  }

  .access_body h3 {
    font-size: 1.3541666667vw;
  }

  .access_body .access_list {
    margin-top: 1.0416666667vw;
  }

  .access_body .access_list li {
    font-size: 0.9375vw;
    margin-bottom: 0.5208333333vw;
  }
}

@media only screen and (max-width: 990px) {
  .pc_only {
    display: none !important;
  }

  .pc_br {
    display: none !important;
  }

  .in_kv_txt h1 .en {
    font-size: 4vw;
  }

  .in_kv_txt h1 .ja {
    font-size: 5.3333333333vw;
  }

  .c_base_container {
    margin-top: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }

  .in_page__ttl .en {
    font-size: 4vw;
  }

  .in_page__ttl .ja {
    font-size: 5.3333333333vw;
  }

  .h_logo {
    width: 36.5333333333vw;
  }

  .h_nav_list {
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .h_nav_item {
    margin-bottom: 4vw;
  }

  .h_nav_item a {
    font-size: 5.3333333333vw;
  }

  .h_tel a {
    font-size: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }

  .h_tel a::before {
    height: 3.4666666667vw;
    left: -2.6666666667vw;
    width: 3.4666666667vw;
  }

  .side_bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.3333333333vw;
    left: 0;
    top: 0;
    z-index: 9999999;
  }

  .side_contact {
    width: 24vw;
  }

  .side_contact a {
    font-size: 2.4vw;
    height: 10.6666666667vw;
    padding-left: 3.3333333333vw;
  }

  .side_contact a::before {
    -webkit-transform: translateY(-50%);
    height: 2.2666666667vw;
    left: 2vw;
    top: 52%;
            transform: translateY(-50%);
    width: 2.6666666667vw;
  }

  .side_line {
    width: 9.3333333333vw;
  }

  #gnav_btn {
    position: fixed;
    right: 2.6666666667vw;
  }

  .h_nav {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .is-active .h_nav {
    display: block;
  }

  .cta {
    margin-top: 13.3333333333vw;
    padding: 10.6666666667vw 0;
  }

  .cta h2 .en {
    font-size: 3.4666666667vw;
  }

  .cta h2 .ja {
    font-size: 6.6666666667vw;
  }

  .cta .desc {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }

  .cta_list {
    margin-top: 8vw;
  }

  .cta_list .cta_tel {
    font-size: 8vw;
    text-align: center;
  }

  .cta_list .cta_tel span {
    padding-left: 10.6666666667vw;
  }

  .cta_list .cta_tel span::before {
    height: 8vw;
    top: 60%;
    width: 8vw;
  }

  .cta_contact_list {
    margin: 4vw auto 0;
    width: calc(100% - 10.6666666667vw);
  }

  .cta_mail a {
    font-size: 4.5333333333vw;
  }

  .cta_mail a span {
    padding-left: 5.3333333333vw;
  }

  .cta_mail a span::before {
    height: 3.4666666667vw;
    width: 4vw;
  }

  .cta_line {
    margin-right: 6vw;
    padding-right: 6vw;
  }

  .cta_line a {
    width: 6.6666666667vw;
  }

  .f_nav_list {
    display: none;
  }

  .f_logo {
    margin: 13.3333333333vw auto 0;
    width: 47.8666666667vw;
  }

  .copyright {
    font-size: 1.6vw;
    margin-top: 6.6666666667vw;
  }

  .c_tb_cont {
    margin: 10.6666666667vw auto 0;
  }

  .c_tb_tr .c_tb_th {
    font-size: 4vw;
    padding: 2.6666666667vw;
  }

  .c_tb_tr .c_tb_td {
    font-size: 4vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }

  .access_cont {
    margin-top: 13.3333333333vw;
  }

  .access_box {
    margin: 13.3333333333vw auto 0;
  }

  .access_box:first-child {
    margin: 10.6666666667vw auto 0;
  }

  .access_box .access_map {
    padding-top: 56.25%;
  }

  .access_body {
    padding-top: 2.6666666667vw;
  }

  .access_body h3 {
    font-size: 4.5333333333vw;
  }

  .access_body .access_list {
    margin-top: 2.6666666667vw;
  }

  .access_body .access_list li {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}