@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-size: 4.26667vw;
  color: #111;
}

@media (min-width: 768px) {
  body {
    font-size: 1.29032vw;
  }
}

@media (min-width: 1241px) {
  body {
    font-size: 16px;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-ltext-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

a,
input,
button {
  outline: none;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p0 {
  padding: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  opacity: .65;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .d-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-block {
  display: block;
}

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

.preline {
  white-space: pre-line;
}

.relative {
  position: relative;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

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

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.block-center {
  display: block;
  text-align: center;
}

.text-white {
  color: #fff;
}

@media (max-width: 767px) {
  .text-white-sp {
    color: #fff;
  }
}

.text-nowrap {
  white-space: nowrap;
}

.h-10 {
  display: block;
}

@media (max-width: 767px) {
  .h-10 {
    height: 1.33333vw;
  }
}

@media (min-width: 768px) {
  .h-10 {
    height: 0.80645vw;
  }
}

@media (min-width: 1241px) {
  .h-10 {
    height: 10px;
  }
}

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

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.header .inner,
.main .inner,
.section .inner,
.footer .inner {
  width: 88.70968vw;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.64516vw 0;
  text-align: center;
}

.main .inner {
  padding: 3.22581vw 0;
  max-width: 900px;
  color: #555;
}

.main a {
  color: #555;
}

.main h2 {
  font-weight: bold;
  font-size: 1.45161vw;
  background-color: #eee;
  border-radius: 5px;
  padding: 0.40323vw;
  margin-bottom: 1.6129vw;
}

.main .contents__01 .inner p {
  font-size: 1.45161vw;
  line-height: 2.1;
  text-align: left;
}

.main .contents__03 .inner .item, .main .contents__06 .inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .contents__03 .inner .item li, .main .contents__06 .inner .item li {
  padding: 1.20968vw;
}

.main .contents__03 .inner .item + .item, .main .contents__06 .inner .item + .item {
  margin-top: 1.20968vw;
}

.main .contents__08 .inner p {
  text-align: left;
  margin-bottom: 1.6129vw;
}

.main .contents__08 .inner #map {
  width: 100%;
  height: 32.25806vw;
  background-color: #ddd;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 100px;
}

.header__home h1 {
  color: #777;
  font-size: 1.6129vw;
  line-height: 1.5;
  text-align: left;
}

.header__home h1 span {
  color: #444;
  font-weight: bold;
  margin-left: 0.80645vw;
}

.header__home h2 {
  font-size: 0.96774vw;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #f0f0f0;
  margin: 0 1.6129vw 0 auto;
}

.header__home .contact {
  text-align: left;
}

.header__home .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.header__home .contact p.phone {
  font-weight: bold;
  font-size: 1.93548vw;
  margin-top: 0.48387vw;
}

.header__home .contact p.phone img {
  width: 1.93548vw;
}

.header__home .contact p.mail {
  font-size: 1.04839vw;
}

.header__home .contact p.mail img {
  width: 1.45161vw;
}

.header__home .contact p a {
  color: #111;
  margin-left: 5px;
}

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

.header__sub-page .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header__sub-page .contact .title {
  font-size: 1.12903vw;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #f0f0f0;
  margin-right: 2.01613vw;
}

.header__sub-page .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.header__sub-page .contact p.phone {
  font-weight: bold;
  font-size: 2.09677vw;
  margin-right: 2.01613vw;
}

.header__sub-page .contact p.phone img {
  width: 1.93548vw;
}

.header__sub-page .contact p.mail {
  font-size: 1.29032vw;
}

.header__sub-page .contact p.mail img {
  width: 1.45161vw;
}

.header__sub-page .contact p a {
  color: #111;
  margin-left: 5px;
}

.hero .inner {
  padding: 0;
  position: relative;
}

.hero h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.93548vw;
  line-height: 2.2;
  background-color: #00CC99;
}

.hero h1 span {
  margin-left: 0.80645vw;
}

.hero h1.minami-hiragishi {
  background-color: #E95513;
}

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

.hero__content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 440px;
}

.hero__content .box.box-01 {
  background-color: #00CC99;
}

.hero__content .box.box-02 {
  background-color: #E95513;
}

.hero__content .box p {
  color: #fff;
  font-size: 1.85484vw;
  margin-bottom: 2.41935vw;
}

.hero__content .box img {
  width: 38.70968vw;
  max-width: 480px;
}

.hero__content .box a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.37097vw;
  padding: 0.80645vw 3.22581vw;
  border-radius: 50px;
  margin-top: 4.03226vw;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: .2s;
  transition: .2s;
}

.hero__slider {
  display: none;
}

.hero__slider .slick-prev,
.hero__slider .slick-next {
  height: 2.41935vw;
  width: 2.41935vw;
}

.hero__slider .slick-prev:before,
.hero__slider .slick-next:before {
  color: #111;
  font-size: 2.41935vw;
}

.hero__slider .slick-next {
  right: -2.82258vw;
}

.hero__slider .slick-prev {
  left: -2.82258vw;
}

.footer {
  margin-top: auto;
  background: whitesmoke;
}

.footer a {
  color: #555;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.03226vw 0;
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu nav a {
  position: relative;
  color: #444;
  display: block;
  font-size: 1.12903vw;
  line-height: 1.8;
  text-align: left;
}

.footer .menu nav a span {
  font-weight: bold;
}

.footer .menu nav a:first-child {
  font-size: 1.29032vw;
  margin-bottom: 0.32258vw;
}

.footer .menu nav a:not(:first-child) {
  margin-left: 1.29032vw;
}

.footer .menu nav a:not(:first-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.8871vw;
  left: -1.12903vw;
  width: 0.64516vw;
  height: 1px;
  background-color: #666;
}

.footer .menu nav:not(:last-child) {
  margin-right: 3.22581vw;
}

.footer .info p {
  color: #444;
  text-align: right;
  font-size: 1.04839vw;
}

.footer .info p.title {
  font-weight: bold;
  font-size: 1.12903vw;
  margin-bottom: 1.20968vw;
}

.footer .info p.add span {
  margin-right: 0.80645vw;
}

.footer .info p.copyright {
  font-size: 0.8871vw;
  margin-top: 0.16129vw;
}

.gnav__line {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 10;
  height: 100px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.gnav__wrap {
  display: none;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow.style_01::before {
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dl_table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_table dt, .dl_table dd {
  text-align: left;
  padding: 0.40323vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dl_table dt {
  font-weight: bold;
  color: #00CC99;
  width: 10%;
}

.dl_table dt::before {
  content: "●";
  margin-right: 2px;
}

.dl_table dd {
  width: 90%;
}

.itemized li {
  text-align: left;
  padding: 0.40323vw 0;
  text-indent: -1.15em;
  margin-left: 1.15em;
}

.itemized li::before {
  content: "●";
  color: #00CC99;
  margin-right: 2px;
}

.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 99;
  background: #222;
  opacity: 0.6;
  border-radius: 50%;
}

.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
}

.page_top a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  opacity: 0.8;
}

#minami-hiragishi .dl_table dt {
  color: #E95513;
}

#minami-hiragishi .itemized li::before {
  color: #E95513;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 1241px) {
  .main .inner {
    padding: 40px 0;
  }
  .main h2 {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 20px;
  }
  .main .contents__01 .inner p {
    font-size: 18px;
  }
  .main .contents__03 .inner .item li, .main .contents__06 .inner .item li {
    padding: 15px;
  }
  .main .contents__03 .inner .item + .item, .main .contents__06 .inner .item + .item {
    margin-top: 15px;
  }
  .main .contents__08 .inner p {
    margin-bottom: 15px;
  }
  .main .contents__08 .inner #map {
    height: 400px;
  }
  .header .inner {
    height: 100px;
  }
  .header__home h1 {
    font-size: 18px;
  }
  .header__home h1 span {
    font-size: 20px;
    margin-left: 10px;
  }
  .header__home h2 {
    font-size: 12px;
    margin: 0 20px 0 auto;
  }
  .header__home .contact p.phone {
    font-size: 24px;
    margin-top: 6px;
  }
  .header__home .contact p.phone img {
    width: 24px;
  }
  .header__home .contact p.mail {
    font-size: 13px;
  }
  .header__home .contact p.mail img {
    width: 18px;
  }
  .header__sub-page .contact .title {
    font-size: 14px;
    margin-right: 20px;
  }
  .header__sub-page .contact p.phone {
    font-size: 26px;
    margin-right: 20px;
  }
  .header__sub-page .contact p.phone img {
    width: 24px;
  }
  .header__sub-page .contact p.mail {
    font-size: 16px;
  }
  .header__sub-page .contact p.mail img {
    width: 18px;
  }
  .hero__content .box p {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .hero__content .box a {
    font-size: 17px;
    padding: 10px 40px;
    margin-top: 50px;
  }
  .gnav__line {
    height: 100px;
  }
  .footer .inner {
    padding: 50px 0;
  }
  .footer .menu nav a {
    font-size: 14px;
  }
  .footer .menu nav a:first-child {
    font-size: 15px;
  }
  .footer .menu nav:not(:last-child) {
    margin-right: 40px;
  }
  .footer .info p {
    font-size: 13px;
  }
  .footer .info p.title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .info p.add span {
    margin-right: 10px;
  }
  .footer .info p.copyright {
    font-size: 11px;
    margin-top: 2px;
  }
  .dl_table dt, .dl_table dd {
    padding: 5px 0;
  }
  .itemized li {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  body.menu_open {
    overflow: hidden;
  }
  .header .inner,
  .main .inner,
  .section .inner,
  .footer .inner {
    width: 100%;
    max-width: none;
    padding: 10.66667vw 5.33333vw;
    text-align: center;
  }
  .section .inner {
    padding: 10.66667vw 6.66667vw;
  }
  .main h2 {
    font-size: 4.8vw;
    padding: 1.33333vw;
    margin-bottom: 5.33333vw;
  }
  .main a {
    font-weight: bold;
    color: #0aa1dd;
  }
  .main .contents__01 .inner {
    padding: 10.66667vw 5.33333vw;
  }
  .main .contents__01 .inner p {
    font-size: 4.26667vw;
    line-height: 2;
    text-align: left;
  }
  .main .contents__03 .inner .item, .main .contents__06 .inner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main .contents__03 .inner .item li, .main .contents__06 .inner .item li {
    padding: 2vw 0;
  }
  .main .contents__03 .inner .item + .item, .main .contents__06 .inner .item + .item {
    margin-top: 2.66667vw;
  }
  .main .contents__03 .inner .item + .item li, .main .contents__06 .inner .item + .item li {
    padding: 4vw;
  }
  .main .contents__03 .inner .item + .item li img, .main .contents__06 .inner .item + .item li img {
    width: 90%;
  }
  .main .contents__06 .inner .item li {
    padding: 4vw;
  }
  .main .contents__06 .inner .item li img {
    width: 90%;
  }
  .main .contents__08 .inner p {
    margin-bottom: 5.33333vw;
  }
  .main .contents__08 .inner #map {
    height: 106.66667vw;
  }
  .header .inner {
    padding: 0 5.33333vw;
    height: 16vw;
  }
  .header__home h1 {
    color: #222;
    font-size: 4.13333vw;
  }
  .header__home h1 span {
    margin-left: 1.33333vw;
  }
  .header__home h2 {
    display: none;
  }
  .header__home .contact {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__home .contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
  }
  .header__home .contact p.phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 5.06667vw;
    margin-top: 0;
  }
  .header__home .contact p.phone img {
    width: 4.8vw;
  }
  .header__home .contact p.mail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 3.33333vw;
    margin-left: 1.33333vw;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 6px;
  }
  .header__home .contact p.mail img {
    width: 3.46667vw;
  }
  .header__home .contact p a {
    color: #111;
    margin-left: 0.8vw;
  }
  .header__sub-page .contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__sub-page .contact .title {
    display: none;
  }
  .header__sub-page .contact p.phone {
    font-size: 4.53333vw;
    margin-right: 3.73333vw;
  }
  .header__sub-page .contact p.phone img {
    width: 5.06667vw;
  }
  .header__sub-page .contact p.mail {
    font-size: 3.46667vw;
  }
  .header__sub-page .contact p.mail img {
    width: 3.73333vw;
  }
  .hero .inner {
    padding: 0;
  }
  .hero h1 {
    font-size: 4.26667vw;
    line-height: 2.8;
  }
  .hero h1 span {
    margin-left: 1.33333vw;
  }
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__content .box {
    height: 112vw;
    min-height: 58.66667vw;
  }
  .hero__content .box p {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .hero__content .box img {
    width: 64vw;
    max-width: 480px;
  }
  .hero__content .box a {
    font-size: 4vw;
    padding: 2.66667vw 8vw;
    margin-top: 8vw;
  }
  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .menu {
    display: none;
  }
  .footer .info p {
    text-align: center;
    font-size: 3.86667vw;
  }
  .footer .info p.title {
    font-size: 3.86667vw;
    margin-bottom: 2.66667vw;
  }
  .footer .info p.add span {
    display: block;
    margin-right: 0;
    font-weight: bold;
    font-size: 5.33333vw;
    margin-bottom: 2vw;
  }
  .footer .info p.add a {
    color: #444;
  }
  .footer .info p.copyright {
    font-size: 2.8vw;
    margin-top: 1.33333vw;
  }
  .gnav__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16vw;
  }
  .gnav__wrap {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #29bfb3;
  }
  .gnav__wrap h1 {
    color: #fff;
    font-weight: bold;
    font-size: 5.33333vw;
    line-height: 16vw;
    height: 16vw;
    padding: 0 5.33333vw;
    background: #2db1a6;
  }
  .gnav__wrap .gnav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 100%;
    height: calc(100% - 16vw);
  }
  .gnav__wrap .gnav__inner .menu {
    padding: 8vw;
    padding-top: 6.66667vw;
    width: 100%;
  }
  .gnav__wrap .gnav__inner .menu h2 {
    color: #fff;
    font-weight: bold;
    font-size: 6.66667vw;
    margin: 5.33333vw 0 8vw;
  }
  .gnav__wrap .gnav__inner .menu nav a {
    color: #fff;
    display: block;
    padding: 1.6vw 0;
    position: relative;
  }
  .gnav__wrap .gnav__inner .menu nav a:first-child {
    font-weight: bold;
    font-size: 4.66667vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .gnav__wrap .gnav__inner .menu nav a:not(:first-child) {
    padding-left: 4vw;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  }
  .gnav__wrap .gnav__inner .menu nav a:not(:first-child)::after {
    display: block;
    content: '';
    position: absolute;
    top: 5.2vw;
    left: 0.53333vw;
    width: 2.13333vw;
    height: 1px;
    background-color: #fff;
  }
  .gnav__wrap .gnav__inner .menu nav:not(:first-child) {
    margin-top: 4.8vw;
  }
  .gnav__wrap .gnav__inner .info {
    margin-top: auto;
    padding: 0 8vw;
    padding-bottom: calc(env(safe-area-inset-bottom) + 8vw);
  }
  .gnav__wrap .gnav__inner .info p {
    color: #fff;
    text-align: left;
    font-size: 3.46667vw;
  }
  .gnav__wrap .gnav__inner .info p.title {
    font-size: 3.73333vw;
    margin-bottom: 0.66667vw;
  }
  .gnav__wrap .gnav__inner .info p.add a {
    color: #fff;
  }
  .gnav__wrap .gnav__inner .info p.add span {
    display: block;
    font-weight: bold;
    font-size: 4.26667vw;
    margin-right: 2.66667vw;
  }
  .dl_table {
    width: 100%;
    display: block;
  }
  .dl_table dt, .dl_table dd {
    padding: 0.66667vw 0;
  }
  .dl_table dt {
    width: 100%;
  }
  .dl_table dt:not(:first-child) {
    margin-top: 2vw;
  }
  .dl_table dd {
    width: 100%;
  }
  .itemized li {
    padding: 0.66667vw 0;
  }
  .itemized li:not(:first-child) {
    margin-top: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */