<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.o-footer {
  width: 100%;
  height: 29rem;
  background: url(../images/common/footer-bg.jpg) no-repeat center/100% 100%;
  padding: 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .o-footer {
    height: 60rem;
    background: url(../images/common/footer-bg_sp.jpg) no-repeat center/100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .o-footer {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.o-footer a {
  color: #fff;
}

.o-footer__inner {
  width: 100%;
  position: relative;
}

.o-footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .o-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.o-footer__content .content-logoInner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .o-footer__content .content-logoInner {
    width: 100%;
    margin-left: 0;
  }
}

.o-footer__content .content-logo {
  width: 33rem;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .o-footer__content .content-logo {
    width: 32rem;
    margin-left: auto;
  }
}

.o-footer__content .content-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48rem;
  gap: 1rem 3rem;
}

@media screen and (max-width: 767px) {
  .o-footer__content .content-list ul {
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: 3rem;
    gap: 2.4rem 0rem;
  }
}

.o-footer__content .content-list ul li {
  min-width: 17rem;
}

.o-footer__content .content-list ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.o-footer__content .content-list ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #D6BD9C;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .o-footer__content .content-list ul li a:hover {
    color: #D6BD9C;
  }
  .o-footer__content .content-list ul li a:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .o-footer__content .content-list__order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.o-footer__btn {
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .o-footer__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

.o-footer__btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.o-footer__btn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .o-footer__btn:hover {
    background: #fff !important;
  }
  .o-footer__btn:hover span {
    color: #001227;
  }
  .o-footer__btn:hover svg path {
    stroke: #001227;
  }
}

.o-footer__btn::before {
  background: transparent !important;
}

.o-footer__info {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .o-footer__info {
    margin-top: 4.5rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.o-footer__copy {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #898989;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .o-footer__copy {
    position: inherit;
    margin-top: 3rem;
    text-align: center;
    right: initial;
    bottom: initial;
    display: block;
  }
}

.o-header {
  height: 10rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(255 255 255 / 60%);
}

@media screen and (max-width: 767px) {
  .o-header {
    height: 8rem;
  }
}

.o-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .o-header__inner {
    padding: 0 2rem;
  }
}

.o-header__logo {
  display: block;
  width: 28.7rem;
}

@media screen and (max-width: 767px) {
  .o-header__logo {
    width: 20rem;
  }
}

.o-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

@media screen and (max-width: 767px) {
  .o-header__nav {
    display: none;
  }
}

.o-header__nav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.o-header__nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #107166;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .o-header__nav a:hover {
    color: #107166;
  }
  .o-header__nav a:hover::after {
    width: 100%;
  }
}

.o-header__ham {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #107166;
  position: relative;
  z-index: 30;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.o-header__ham.is-close {
  border: 1px solid #fff;
}

.o-header__ham.is-close span {
  background-color: #fff;
}

.o-header__ham.is-close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.o-header__ham.is-close span:nth-child(2) {
  opacity: 0;
}

.o-header__ham.is-close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.o-header__ham span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  width: 1.5rem;
  background-color: #107166;
}

.o-header__ham span:first-child {
  -webkit-transform: translate(-50%, -50%) translateY(-0.6rem);
          transform: translate(-50%, -50%) translateY(-0.6rem);
}

.o-header__ham span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-header__ham span:last-child {
  -webkit-transform: translate(-50%, -50%) translateY(0.6rem);
          transform: translate(-50%, -50%) translateY(0.6rem);
}

@media screen and (max-width: 767px) {
  .o-header__hamNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 30rem;
    background: url(../images/common/ham-bg_sp.jpg);
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .o-header__hamNav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .o-header__hamNav .hamNav-list {
    margin-top: 11rem;
  }
  .o-header__hamNav .hamNav-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5rem;
    width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
  .o-header__hamNav .hamNav-list ul li a {
    color: #fff;
    font-size: 1.6rem;
  }
  .o-header__hamNav .hamNav-btn {
    width: 23rem;
    border: 1px solid #fff !important;
    background: transparent !important;
    margin-top: 5.4rem;
  }
  .o-header__hamNav .hamNav-info {
    color: #fff;
    margin-top: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #898989;
  }
  .o-header__hamNav .hamNav-info span {
    display: block;
    text-align: center;
  }
  .o-header__hamNav .hamNav-info span.tel {
    font-size: 2.6rem;
  }
  .o-header__hamNav .hamNav-info span.addr {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .o-header__hamNav .hamNav-info a {
    color: #fff;
  }
  .o-header .js-hamNav-overlay {
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    overflow: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
  }
  .o-header .js-hamNav-overlay.is-active {
    opacity: 0.6;
    pointer-events: auto;
  }
}

/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
@custom-media --mobile screen and (max-width: 767px);
@custom-media --large screen and (min-width: 768px);
@custom-media --tablet screen and (max-width: 1023px) and (min-width: 768px);
@custom-media --vw_outside screen and (min-width: 1600px);
@custom-media --vw_inside screen and (min-width: 768px) and (max-width: 1599px);
@media screen and (min-width: 768px) {
  html {
    font-size: calc(var(--vw) / 144) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10vw / 375 * 100) !important;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    height: initial !important;
  }
}

body.is-fixed {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

li {
  list-style: none;
}

figure {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
}

picture {
  display: block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  line-height: 1.7;
}

p {
  line-height: 2;
}

svg,
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

address {
  font-style: inherit;
}

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

@media screen and (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}

.p-none {
  pointer-events: none;
}

/***********************
TOP 共通パーツ
***********************/
/* タイトル装飾 星（緑） */
.side-star {
  position: relative;
  padding-left: 2.6rem;
}

.side-star::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/mv-star-green.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
}

/* タイトル装飾 星（黄） */
.side-star-02 {
  position: relative;
  padding-left: 2.6rem;
}

.side-star-02::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top/mv-star-yellow.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
}

/* 共通ボタン */
.c-top-btn {
  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;
  position: relative;
  width: 26rem;
  height: 4.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#107166), to(#012738));
  background: linear-gradient(to right, #107166 0%, #012738 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .c-top-btn {
    background: #001227;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-top-btn::before {
    background: #001227;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-top-btn:hover::before {
    opacity: 0;
  }
}

.c-top-btn span {
  color: #fff;
  position: relative;
}

.c-top-btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  right: 2rem;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>