@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: clip;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #000;
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

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

/* =========================================================
header
========================================================= */
.c-header--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 96%;
  max-width: 1400px;
  margin: auto;
  padding: 24px 0;
}
@media screen and (min-width: 1200px) {
  .c-header--wrap {
    flex-direction: row;
  }
}
.c-header-logo {
  max-width: 270px;
  width: 100%;
}
.c-header-logo img {
  max-width: 270px;
  height: auto;
  width: 100%;
}
.c-header-gnav {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .c-header-gnav {
    margin-top: 0;
  }
}
.c-header-gnav ul.main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-header-gnav ul.main li {
  border-left: 1px solid #3e3e3e;
  padding: 0 clamp(6px, 1.5vw, 18px);
}
.c-header-gnav ul.main li:first-of-type {
  border: none;
}
.c-header-gnav ul.main li a {
  color: #3e3e3e;
  display: block;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-header-gnav ul.main li a {
    font-size: 15px;
  }
}
.c-header-gnav ul.main li a:hover {
  color: #000000;
}
.c-header-gnav ul.sub {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-header-gnav ul.sub {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.c-header-gnav ul.sub li img {
  max-width: 158px;
  width: 100%;
}

/* =========================================================
footer
========================================================= */
.c-footer {
  background: #0a6a8e;
  width: 100%;
}
.c-footer--wrap {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (min-width: 860px) {
  .c-footer--wrap {
    padding: 30px 0;
  }
}
.c-footer-logo {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .c-footer-logo {
    text-align: left;
  }
}
.c-footer-logo img {
  margin: 0 auto;
  height: auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .c-footer-logo img {
    max-width: 425px;
  }
}
.c-footer-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont {
    flex-direction: row;
  }
}
.c-footer-cont_left {
  margin: 40px auto 0;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_left {
    margin: 40px 0 0;
    max-width: none;
    width: 45%;
  }
}
.c-footer-cont_address {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_address {
    font-size: 21px;
  }
}
.c-footer-cont_tel {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_tel {
    font-size: 21px;
  }
}
.c-footer-cont_attention {
  color: #ffd45a;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_attention {
    font-size: 18px;
  }
}
.c-footer-cont_access {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  margin-top: 24px;
}
.c-footer-cont_access dd {
  text-indent: -1em;
  padding-left: 1em;
}
.c-footer-cont_access dd.second {
  margin-top: 24px;
}
.c-footer-cont_contact {
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_contact {
    display: none;
  }
}
.c-footer-cont_contact--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  width: 100%;
}
@media screen and (min-width: 860px) {
  .c-footer-cont_contact--list {
    flex-direction: row;
  }
}
.c-footer-cont_contact--item a {
  display: block;
  text-align: center;
}
.c-footer-cont_contact--item img {
  width: 100%;
  max-width: 330px;
  height: auto;
}
.c-footer-cont_right {
  display: none;
}
@media screen and (min-width: 860px) {
  .c-footer-cont_right {
    display: block;
    margin: 40px auto 0;
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_right {
    margin: 40px 0 0;
    max-width: none;
    width: 52%;
  }
}
.c-footer-cont_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-footer-cont_nav-list {
  width: 30%;
}
.c-footer-cont_nav-list:last-child {
  width: 100%;
  margin-top: 48px;
}
.c-footer-cont_nav-item {
  color: #fff;
}
.c-footer-cont_nav-item:first-child {
  font-size: 15px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_nav-item:first-child {
    font-size: 20px;
  }
}
.c-footer-cont_nav-item:first-child::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 18px;
  background-image: url("../images/icon-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-footer-cont_nav-item:not(:first-child) {
  font-size: 13px;
  line-height: 1.6;
  padding-left: 54px;
}
@media screen and (min-width: 1200px) {
  .c-footer-cont_nav-item:not(:first-child) {
    font-size: 16px;
  }
}
.c-footer-cont_nav-item:not(:first-child) a {
  color: #fff;
  display: flex;
  align-items: center;
}
.c-footer-cont_nav-item:not(:first-child) a::before {
  background-image: url(../images/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 10px;
  content: "";
  display: block;
  margin-right: 5px;
}
.c-footer-cont_nav-item ul {
  display: flex;
}
.c-footer-cont_nav-item ul li {
  margin-right: 48px;
}
.c-footer-contact {
  display: none;
}
@media screen and (min-width: 1200px) {
  .c-footer-contact {
    display: block;
  }
}
.c-footer-contact_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.c-footer-contact_item {
  width: 46%;
  margin-top: 48px;
}
.c-footer-contact_item img {
  width: 100%;
  max-width: 330px;
  height: auto;
}
.c-footer-snslist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 96%;
  max-width: 200px;
  margin: auto;
}
.c-footer-snsitem {
  margin-top: 48px;
}
.c-footer-snsitem img.facebook {
  width: 22px;
  height: auto;
}
.c-footer-snsitem img.insta {
  width: 34px;
  height: auto;
}
.c-footer-snsitem img.youtube {
  width: 38px;
  height: auto;
}
.c-footer-snsitem img.tiktok {
  width: 32px;
  height: auto;
}
.c-footer-copyright {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-top: 48px;
}
.c-footer-scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 161px;
  height: 187px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-footer-scrolltop:is-show {
  opacity: 1;
  visibility: visible;
}
.c-footer-pagetop {
  position: fixed;
  right: 2vw;
  bottom: 5vw;
  max-width: 80px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-footer-pagetop {
    bottom: 2vw;
    max-width: 100px;
  }
}
.c-footer-pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-footer-pagetop a {
  display: block;
}
.c-footer-pagetop img {
  display: block;
  width: clamp(80px, 10vw, 161px);
  height: auto;
}

/* =========================================================
drawer
========================================================= */
.c-drawer {
  margin-left: 2vw;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    margin-left: 1vw;
  }
}
.c-drawer-container {
  max-width: 0;
  width: 70vw;
  position: fixed;
  top: 0;
  right: -350px;
  transition: 0.4s;
  z-index: 999;
}
.c-drawer-container--wrap {
  background-color: #ffffff;
  border-left: 5px solid #d5d5d5;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 5vh;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer-container--wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #a5915a;
}
.c-drawer-container--wrap::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
.c-drawer--label {
  background: #231815;
  background: linear-gradient(0deg, rgb(35, 24, 21) 0%, rgb(89, 87, 87) 100%);
  border: 1px solid #e4e8e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 7px;
}
@media screen and (min-width: 992px) {
  .c-drawer--label {
    display: none;
  }
}
.c-drawer--label:hover .icon .border,
.c-drawer--label:hover .icon::before {
  transition: 0.4s;
  width: 18px;
}
.c-drawer--label .icon {
  border-radius: 50px;
  height: 36px;
  width: 36px;
  position: relative;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon {
    width: 30px;
  }
}
.c-drawer--label .icon::before, .c-drawer--label .icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.c-drawer--label .icon::before {
  top: 12px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::before {
    top: 12px;
  }
}
.c-drawer--label .icon::after {
  bottom: 12px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::after {
    bottom: 12px;
  }
}
.c-drawer--label .icon .border {
  background-color: #fff;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.c-drawer--close {
  background-color: #a5915a;
  color: #fff;
  cursor: pointer;
  font-size: clamp(11px, 1.3vw, 13px);
  overflow: hidden;
  padding: 3px 2rem;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-drawer--close {
    font-size: 13px;
  }
}
.c-drawer--close::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer--close:hover::before {
  bottom: 0;
}

#drawer-toggle:checked ~ .c-drawer-container {
  max-width: 350px;
  right: 0;
}
#drawer-toggle:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.c-hdnews ~ .c-drawer .c-drawer--label {
  top: 48px;
}
/*# sourceMappingURL=style-common.css.map */