@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Maru Gothic */
/* Noto Sans JP */
/* font size */
/*
all ==========================================================================*/
.header {
  background-color: #fafafa;
}
@media screen and (max-width: 750px) {
  .header {
    position: relative;
    z-index: 999;
  }
}
.header .inner {
  width: min(1640px + 1rem, 100%);
  margin-inline: auto;
  padding-left: 0.5rem;
  padding-right: 6rem;
  padding-block: 22px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .header .inner {
    padding-block: 10px 5px;
  }
}
.header__logo {
  width: 95px;
  display: block;
}
@media screen and (max-width: 550px) {
  .header__logo {
    width: 80px;
  }
}
.header__logo h1,
.header__logo p {
  display: block;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: right;
  transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
  .header__nav {
    position: fixed;
    top: -2000px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 165px;
    padding-inline: 1rem;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
  }
  .header__nav.is-active {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 550px) {
  .header__nav {
    padding-top: 155px;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 52px;
  margin-right: 37px;
}
@media screen and (max-width: 1200px) {
  .header__nav ul {
    gap: 2.5vw;
    margin-right: 3.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .header__nav ul {
    margin-bottom: 8vw;
  }
}
.header__nav ul li a {
  display: block;
  font-size: 14px;
  color: #005a63;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .header__nav ul li a {
    font-size: 4.8vw;
  }
}
.header__nav--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  border-radius: 5px;
  padding-block: 16px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .header__nav--cta {
    width: 66.6666666667vw;
    margin-inline: auto;
    font-size: 4vw;
    padding-block: 2.6666666667vw;
  }
}
.header__nav--cta.o {
  margin-right: 14px;
  background: #f49012;
  box-shadow: 0 5px 0 #c37007;
}
.header__nav--cta.o p {
  padding-right: 5px;
}
.header__nav--cta.o p::after {
  right: -18px;
}
.header__nav--cta.g {
  background-color: #00c5cc;
  box-shadow: 0 5px 0 #005a63;
}
.header__nav--cta.g p {
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  .header__nav--cta.g p {
    padding-right: 4.6666666667vw;
  }
}
.header__nav--cta.g p::after {
  right: -10px;
}
.header__nav--cta p {
  position: relative;
  color: #fff;
}
.header__nav--cta p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/arrow_r_w.png);
  transform: translateY(1px);
}
@media screen and (max-width: 750px) {
  .header__nav--cta p::after {
    width: 2.5333333333vw;
    height: 3.4666666667vw;
    transform: translateY(0.2666666667vw);
  }
}
.header__toggleBtn {
  display: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 750px) {
  .header__toggleBtn {
    display: block;
    width: 50px;
    cursor: pointer;
  }
}
@media screen and (max-width: 550px) {
  .header__toggleBtn {
    width: 40px;
  }
}
.header__toggleBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #242320;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 550px) {
  .header__toggleBtn span {
    margin-bottom: 10px;
  }
}
.header__toggleBtn span:last-of-type {
  margin-bottom: 0;
}
.header__toggleBtn.is-active span:nth-child(1) {
  transform: translateY(18px) rotate(45deg);
}
@media screen and (max-width: 550px) {
  .header__toggleBtn.is-active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
}
.header__toggleBtn.is-active span:nth-child(2) {
  opacity: 0;
}
.header__toggleBtn.is-active span:nth-child(3) {
  transform: translateY(-18px) rotate(-45deg);
}
@media screen and (max-width: 550px) {
  .header__toggleBtn.is-active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}

.footer {
  background-color: #d8eced;
  padding-block: 125px 150px;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-block: 10.4166666667vw 12.5vw;
  }
}
.footer__inner {
  width: min(950px + 2rem, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}
.footer__inner nav {
  margin-bottom: 113px;
}
@media screen and (max-width: 1024px) {
  .footer__inner nav {
    margin-bottom: 11vw;
  }
}
.footer__inner nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__inner nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.6666666667vw;
  }
}
.footer__inner nav ul li a {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .footer__inner nav ul li a {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner nav ul li a {
    font-size: 3.2vw;
  }
}
.footer__inner img {
  width: 155px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1024px) {
  .footer__inner img {
    width: 15vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner img {
    font-size: 26.6666666667vw;
    margin-bottom: 4vw;
  }
}
.footer__inner .add {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .footer__inner .add {
    font-size: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.footer__inner .copy {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.0875em;
}
@media screen and (max-width: 1024px) {
  .footer__inner .copy {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner .copy {
    font-size: 2.4vw;
  }
}

.topBackBtn {
  position: fixed;
  right: 70px;
  bottom: 70px;
  width: 120px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .topBackBtn {
    right: 5.8333333333vw;
    bottom: 5.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .topBackBtn {
    width: 15vw;
  }
}
.topBackBtn.is-show {
  opacity: 1;
  visibility: visible;
}
.topBackBtn img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #242320;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #242320;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1100px + 2rem, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}

/* wp-pagenavi */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #005a63;
  background-color: #fff;
  padding: 8px 15px !important;
  margin: 0 5px !important;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
    padding: 8px 10px !important;
  }
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #005a63;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #005a63;
  font-weight: bold;
}

.wp-pagenavi span.pages {
  display: none;
}/*# sourceMappingURL=all-page.css.map */