/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
body {
  background: #fff;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  outline: none;
}

* {
  letter-spacing: 0.04em;
}
*:before, *:after {
  display: block;
}

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

a {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media (hover: hover) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

@container (max-width: 768px) {
  .cont-pc-br {
    display: none;
  }
}

@container (min-width: 769px) {
  .cont-sp-br {
    display: none;
  }
}

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

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

@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}

.txt-line {
  text-decoration: underline;
}

.wrapper {
  min-width: 320px;
}

.main-cont {
  overflow: hidden;
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.c-ttl01 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 768px) {
  .c-ttl01 {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .c-ttl01 {
    gap: 20px;
  }
}
.c-ttl01__en {
  display: block;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  font-weight: 100;
}
@media (max-width: 768px) {
  .c-ttl01__en {
    font-size: clamp(1px, 10.13vw, 38px);
  }
}
@media (min-width: 769px) {
  .c-ttl01__en {
    font-size: clamp(1px, 5.12vw, 70px);
  }
}
.c-ttl01__ja {
  display: block;
  color: #009BE3;
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .c-ttl01__ja {
    font-size: clamp(1px, 3.2vw, 12px);
  }
}
@media (min-width: 769px) {
  .c-ttl01__ja {
    font-size: clamp(1px, 1.17vw, 16px);
  }
}

/*------------------------------------------
button
------------------------------------------*/
.c-btn01 a,
.c-btn01 button {
  background: #fff;
  color: #009BE3;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn01 a::before,
.c-btn01 button::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn01.en a,
.c-btn01.en button {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
}
.c-btn01.arrow a::before,
.c-btn01.arrow button::before {
  content: "";
  aspect-ratio: 9/8;
  background: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
}
.c-btn01.mail a::before,
.c-btn01.mail button::before {
  content: "";
  aspect-ratio: 18/14;
  background: url(../images/common/ico_mail.svg) no-repeat center/contain;
}
.c-btn01.gray a,
.c-btn01.gray button {
  background: #F0F0F0;
}

/*------------------------------------------
card
------------------------------------------*/
.c-card01 {
  border: 1px solid #F0F0F0;
}
@media (max-width: 768px) {
  .c-card01 {
    padding: 12px 12px 15px;
  }
}
@media (min-width: 769px) {
  .c-card01 {
    padding: 30px;
  }
}
.c-card01 img {
  width: 100%;
}
@media (max-width: 768px) {
  .c-card01 > * + * {
    margin: 10px auto 0;
  }
}
@media (min-width: 769px) {
  .c-card01 > * + * {
    margin: 20px auto 0;
  }
}
.c-card01 .c-btn01 a,
.c-card01 .c-btn01 button {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .c-card01 .c-btn01 a,
  .c-card01 .c-btn01 button {
    padding: 6px 0;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .c-card01 .c-btn01 a,
  .c-card01 .c-btn01 button {
    padding: 14px 0;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-card01 .c-btn01 a::before,
  .c-card01 .c-btn01 button::before {
    width: 9px;
    right: 10px;
  }
}
@media (min-width: 769px) {
  .c-card01 .c-btn01 a::before,
  .c-card01 .c-btn01 button::before {
    width: 11px;
    right: 20px;
  }
}

/* =========================================================
common layout
========================================================= */
/*------------------------------------------
contents
------------------------------------------*/
@media (max-width: 768px) {
  .c-cont01 {
    padding: 0 8vw;
  }
}
@media (min-width: 769px) {
  .c-cont01 {
    padding: 0 clamp(1px, 6.07vw, 83px);
  }
}
.c-cont01 .c-cont__in {
  max-width: 1200px;
  margin: 0 auto;
}

/*------------------------------------------
carousel
------------------------------------------*/
.c-carousel__item {
  aspect-ratio: 4/3;
}
.c-carousel__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
band
------------------------------------------*/
.c-band .c-carousel__item {
  width: clamp(1px, 120vw, 450px);
}

/* =========================================================
contact
========================================================= */
.c-contact {
  background: #F0F0F0;
}
@media (max-width: 768px) {
  .c-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .c-contact {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.c-contact .c-ttl01 {
  display: block;
  text-align: center;
}
.c-contact__txt01 {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .c-contact__txt01 {
    margin: 30px auto 0;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .c-contact__txt01 {
    margin: 50px auto 0;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-contact .c-btn01 {
    width: 275px;
    margin: 30px auto 0;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .c-contact .c-btn01 {
    width: 480px;
    margin: 25px auto 0;
    font-size: 18px;
  }
}
.c-contact .c-btn01 a,
.c-contact .c-btn01 button {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .c-contact .c-btn01 a,
  .c-contact .c-btn01 button {
    padding: 17px 0;
    font-size: 21px;
  }
}
@media (min-width: 769px) {
  .c-contact .c-btn01 a,
  .c-contact .c-btn01 button {
    padding: 31px 0;
    font-size: 24px;
  }
}
.c-contact .c-btn01 a::before,
.c-contact .c-btn01 button::before {
  right: 32px;
}
@media (max-width: 768px) {
  .c-contact .c-btn01 a::before,
  .c-contact .c-btn01 button::before {
    width: 18px;
  }
}
@media (min-width: 769px) {
  .c-contact .c-btn01 a::before,
  .c-contact .c-btn01 button::before {
    width: 22px;
  }
}
.c-contact__txt02 {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .c-contact__txt02 {
    margin: 10px auto 0;
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .c-contact__txt02 {
    margin: 25px auto 0;
    font-size: 14px;
  }
}

.wysiwyg {
  word-break: break-all;
}
.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  box-sizing: content-box;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  color: #009BE3;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    opacity: 0.6;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul {
  list-style-type: none !important;
}

.wysiwyg ul li {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
}

.wysiwyg ul li::before {
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  background: #009BE3;
  border-radius: 50%;
}

.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  border-collapse: separate;
}

/* =========================================================
header
========================================================= */
/*------------------------------------------
header
------------------------------------------*/
.c-hd {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-hd {
    height: 45px;
  }
}
@media (min-width: 769px) {
  .c-hd {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .c-hd__logo {
    width: clamp(1px, 64vw, 240px);
  }
}
@media (min-width: 769px) {
  .c-hd__logo {
    width: 444px;
  }
}
.c-hd__logo a {
  display: block;
}

/* =========================================================
footer
========================================================= */
/*------------------------------------------
footer
------------------------------------------*/
@media (max-width: 768px) {
  .c-ft {
    background: linear-gradient(180deg, #F0F0F0 115px, #fff 115px, #fff 100%);
  }
}
@media (min-width: 769px) {
  .c-ft {
    background: linear-gradient(180deg, #F0F0F0 35px, #fff 35px, #fff 100%);
  }
}
.c-ft__map {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-ft__map {
    height: 220px;
  }
}
@media (min-width: 769px) {
  .c-ft__map {
    height: 480px;
  }
}
.c-ft__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .c-ft .wrap {
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .c-ft .wrap {
    margin: 55px auto 0;
    display: flex;
    gap: clamp(1px, 8.78vw, 120px);
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .c-ft__logo {
    width: 212px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .c-ft__logo {
    width: 398px;
  }
}
.c-ft__logo a {
  display: block;
}
@media (max-width: 768px) {
  .c-ft__address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    font-size: 13px;
    line-height: 2;
  }
}
@media (min-width: 769px) {
  .c-ft__address {
    font-size: 16px;
    line-height: 1.62;
  }
}
.c-ft__copyright {
  background: #F0F0F0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  color: rgba(38, 38, 38, 0.5);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-ft__copyright {
    margin: 25px auto 0;
    height: 50px;
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .c-ft__copyright {
    margin: 50px auto 0;
    height: 80px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=maps/common.css.map */
