@charset "UTF-8";
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1 {
  font-weight: 500;
}

p {
  line-height: 2;
}

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

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  max-width: 100%;
  overflow: hidden;
}

.page-container {
  width: 100%;
  min-height: 90vh;
}
@media screen and (min-width: 1024px) {
  .page-container {
    width: 80%;
    margin: 0 auto;
  }
}

.contents {
  position: relative;
  max-width: 95%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 70%;
  }
}
.contents__wrap {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .contents__wrap {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.page__title {
  position: relative;
  background-color: #67bcd6;
  padding: 2.5rem 0;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  .page__title {
    padding: 5rem 0;
    height: 180px;
  }
}
.page__title-head {
  position: relative;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
  font-family: "my-font";
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page__title-head {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 8rem;
    margin: 0 auto;
  }
}
.page__title-text {
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1;
  height: -moz-max-content;
  height: max-content;
}
.page__cont {
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page__cont {
    width: 90%;
    margin: 2rem auto 2rem 0;
  }
}
.page__cont-title {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page__cont-title {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-start;
  }
}
.page__cont-title > p {
  font-size: 1rem;
  color: #B1B1B1;
  font-family: "my-font";
  font-weight: bold;
  writing-mode: vertical-rl;
}
.page__cont-title > h2 {
  font-size: 1.25rem;
  color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}

.aioseo-breadcrumbs {
  margin: 1rem auto 0;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .aioseo-breadcrumbs {
    width: 90%;
  }
}

.aioseo-breadcrumb {
  color: #1f4750;
  padding-right: 0.5rem;
}
.aioseo-breadcrumb:nth-child(n+2) {
  padding: 0 0.5rem;
}
.aioseo-breadcrumb > a {
  text-decoration: none;
  color: #1f4750;
}

.policy {
  width: 90%;
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .policy {
    width: 80%;
    margin: 5rem 0;
  }
}
.policy > h2 {
  position: relative;
  font-size: 18px;
  color: #1f4750;
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin: 2rem 0 1rem;
  background: none;
  -webkit-text-fill-color: #1f4750;
}
.policy > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #1f4750;
  border-radius: 2px;
}
.policy-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}

.tokushoho {
  position: relative;
  margin: 5rem auto;
}
.tokushoho-list {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 1rem;
  padding: 1rem 0.5rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tokushoho-list {
    width: 80%;
    grid-template-columns: 1fr 4fr;
    margin: 0;
    padding: 1rem 2rem;
  }
}
.tokushoho-list:nth-child(even) {
  background-color: #F8F8F8;
}
.tokushoho-list-shop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tokushoho-list-shop-address {
  padding-left: 1rem;
}
.tokushoho-list-shop-address > a:hover {
  text-decoration: underline;
}

.error__btn {
  margin: 1rem auto;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-links {
    margin: 2rem 0;
  }
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
  text-align: center;
  font-size: 20px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
}
.nav-links .current {
  color: #1f4750;
  font-weight: bold;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a.prev,
.nav-links a.next {
  background-color: #1f4750;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  transition: background 0.3s;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: rgb(16.7567567568, 38.3783783784, 43.2432432432);
}

.fixed-item {
  position: fixed;
  bottom: 20%;
  right: 5%;
  background-color: #fff;
  z-index: 25;
}
.fixed-item > p {
  margin-right: 3rem;
  font-weight: bold;
}
.fixed-item > span {
  background-color: #0169DE;
  color: #fff;
  padding: 0.5rem;
}

.appearTrigger {
  opacity: 0;
}

.appearUP {
  animation: appearUP 1s 0.2s forwards ease-in-out;
  transform: translateY(100%);
  opacity: 1;
}

@keyframes appearUP {
  to {
    transform: translateY(0px);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.fv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  min-height: 80dvh;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 80svh;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    height: 100svh;
  }
}
.fv:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 32%;
  background-color: #67bcd6;
  z-index: -1;
  margin: 0;
}
@media screen and (min-width: 414px) {
  .fv:before {
    height: 32%;
  }
}
@media screen and (min-width: 768px) {
  .fv:before {
    height: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .fv:before {
    height: 37%;
  }
}
@media screen and (min-width: 1280px) {
  .fv:before {
    height: 45%;
  }
}
.fv__text {
  position: absolute;
  bottom: 10%;
  z-index: 1;
}
.fv__img {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  z-index: 1;
  max-width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem 1rem;
}
@media screen and (min-width: 1024px) {
  .fv__img {
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    z-index: 1;
    max-width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1rem;
  }
}
.fv__img-top {
  position: relative;
  z-index: 1;
  animation-delay: 0.25s;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__img-top {
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__img-top {
    max-width: 640px;
  }
}
.fv__img-days {
  max-width: 90%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .fv__img-days {
    max-width: 40%;
  }
}
.fv__img-deco01 {
  position: absolute;
  top: 18%;
  right: -10%;
  overflow: hidden;
  width: 320px;
  height: auto;
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__img-deco01 {
    width: 480px;
    top: 12%;
    right: -12%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__img-deco01 {
    width: 560px;
    top: 10%;
    right: -8%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__img-deco01 {
    width: 640px;
    top: 5%;
    right: -3%;
  }
}
.fv__img-deco02 {
  position: absolute;
  top: 18%;
  left: -10%;
  width: 320px;
  height: auto;
  overflow: hidden;
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__img-deco02 {
    width: 480px;
    top: 12%;
    left: -12%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__img-deco02 {
    width: 560px;
    top: 10%;
    left: -8%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__img-deco02 {
    width: 640px;
    top: 5%;
    left: -3%;
  }
}
.fv__img-round01 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__img-round01 {
    position: absolute;
    left: 3%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 20%;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .fv__img-round01 {
    position: absolute;
    left: 8%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.5rem;
    z-index: 1;
  }
}
.fv__img-round01 > img {
  height: auto;
}
.fv__img-round01 > img:nth-child(2) {
  padding-left: 5rem;
}
.fv__img-round02 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__img-round02 {
    position: absolute;
    right: 3%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 20%;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .fv__img-round02 {
    position: absolute;
    right: 8%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
}
.fv__img-round02 > img {
  height: auto;
}
.fv__img-round02 > img:nth-child(2) {
  padding-right: 5rem;
}
.fv__back-img {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  width: 100%;
  z-index: -1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__back-img {
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__back-img {
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70vw;
  }
}
@media screen and (min-width: 1280px) {
  .fv__back-img {
    top: 10vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70vw;
  }
}
@media screen and (min-width: 1440px) {
  .fv__back-img {
    top: 10vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75vw;
    max-width: 1200px;
  }
}

.topic {
  position: relative;
  display: flex;
  bottom: 5%;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(240, 240, 240, 0.8078431373);
  width: 90%;
  margin: 0 auto 3rem;
  padding: 1rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .topic {
    position: absolute;
    bottom: 5%;
    right: 0%;
    width: 30%;
  }
}
.topic__title {
  padding: 0 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.topic__title > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #67bcd6;
  padding-left: 2rem;
}
.topic__title > h2:before {
  content: "■";
  position: absolute;
  color: #67bcd6;
  left: 0;
  top: 25%;
  font-size: 0.75rem;
}
.topic__list {
  padding: 0 0.5rem;
  width: 100%;
}
.topic__list-item {
  position: relative;
  margin: 0.5rem;
  display: flex;
  gap: 1rem;
}
.topic__list-item:hover {
  opacity: 0.8;
}
.topic__list-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #000;
}
.topic__list-text > h3 {
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic__list-text-cat {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact__cont {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
}
@media screen and (min-width: 1024px) {
  .contact__cont {
    width: 70%;
    max-width: 920px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
.contact__cont > li {
  font-size: fontSize(24);
  list-style: none;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__cont > li {
    grid-template-columns: 1fr 3fr;
  }
}
.contact__cont > img {
  margin: 1rem auto;
  height: auto;
}
.contact__desc {
  text-align: left;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
}
.contact__desc > p {
  line-height: 2;
}
.contact__desc > p > span {
  color: red;
}
.contact__ano {
  margin: 3rem 0;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid #000;
}
.contact__ano-text {
  color: #707070;
  font-size: 0.75rem;
}
.contact__sub {
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
.contact__item {
  width: 100%;
  margin: 1.5rem auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    gap: 2rem;
  }
}
.contact__item:nth-child(even) {
  background-color: #F8F8F8;
}
.contact__item-text > p {
  line-height: 1;
}
.contact__item-text > p > label {
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
.contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  vertical-align: top;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #1f4750;
}
.contact__item-policy {
  text-align: center;
}
.contact__btn {
  margin: 0 auto;
}
.contact__btn > p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__btnitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .contact__btnitem {
    flex-direction: row;
  }
}
.contact__confirm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid #d5d5d5;
  color: #656565;
  padding: 0.5rem 1rem;
}
.contact__thanks {
  border: none;
  width: 95%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.contact__thanks > h2 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  text-align: center;
  width: 100%;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact__thanks > h2 {
    font-size: 1.5rem;
  }
}
.contact__thanks > p {
  text-align: center;
  margin-bottom: 2rem;
}
.contact__thanks-tel {
  font-size: 2rem;
  margin-bottom: 2rem;
}

label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
textarea:focus {
  border: 2px solid #1f4750;
  outline: 0;
}
textarea:focus {
  border: 2px solid #1f4750;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  position: inherit;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-submit {
  position: relative;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 240px;
  text-align: center;
  display: block;
  color: #000;
}
.wpcf7-submit:hover {
  color: #1f4750;
  border: 1px solid #1f4750;
  animation: anima-button-30 1s;
}

.wpcf7-previous {
  display: block;
  background-color: transparent;
  color: #707070;
  text-decoration: none;
  padding: 1rem 3rem;
  border: solid #707070 1px;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
}
.wpcf7-previous:hover {
  text-decoration: none;
  background-color: #1f4750;
  color: white;
}

input {
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
input:focus {
  border: 2px solid #1f4750;
  outline: 0;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* ラジオボタン共通スタイル */
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* 選択時の見た目 */
input[type=radio]:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* チェックマーク風の中丸 */
input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
}

select {
  width: 100%;
  padding: 1rem !important;
  border: #707070 solid 1px !important;
  border-radius: 10px;
  background-color: #FFF;
}
select:focus {
  border: 2px solid #1f4750 !important;
  outline: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}

.contact__item-policy > p > span > span > span > input {
  height: auto;
  margin-right: 1rem;
}

.cf7-accept-check {
  margin-bottom: 4rem;
}
.cf7-accept-check-link {
  color: #1f4750;
  text-decoration: underline;
}
.cf7-accept-check > p {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.error {
  margin-top: 80px;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .error {
    margin-top: 120px;
  }
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #F05454;
}
.error__text {
  text-align: center;
  margin-bottom: 2rem;
}
.error__btn {
  margin: 0 auto;
}

.single__cont {
  margin: 3rem auto;
  min-height: 50vh;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .single__cont {
    width: 70%;
  }
}
.single__cont-btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
  }
}
.single__cont-btn-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn-sp {
    display: none;
  }
}
.single__cont-btn-sp-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single__cont > h2 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.single__cont > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 200px;
  border: 1px #d5d5d5 solid;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .single__cont > img {
    height: 320px;
  }
}
.single__article {
  margin: 2rem auto;
}
.single__category {
  color: #1f4750;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}
.single__category > ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
.single__category > ul > li {
  list-style: none;
  border: solid 1px #1f4750;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #1f4750;
}
.single__btn {
  background-color: #EEFFF6;
  color: #fff;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #3698A8;
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 1rem auto 1rem 0;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.single__btn:hover {
  box-shadow: none;
  border: 1px solid #1f4750;
  text-decoration: none;
}

.archive-btn {
  margin-top: 3rem;
}
.archive-btn > a {
  text-decoration: none;
  color: #fff;
}

.news {
  margin: 3rem auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .news {
    margin: 5rem auto;
  }
}
.news__cat {
  width: 100%;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news__cat > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 160px !important;
  padding: 0.75rem !important;
}
.news__inner {
  margin: 5rem auto;
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 90%;
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.news__item-text > p {
  margin-bottom: 1rem;
}
.news__item-text > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news__item > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #707070;
}
.news__btn {
  margin: 2rem auto;
}

.tab_class {
  width: 40%;
  height: 50px;
  background-color: #EEFFF6;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .tab_class {
    width: 20%;
  }
}

.is-active {
  color: #1f4750;
  font-weight: bold;
  border: 2px solid #1f4750 !important;
  box-shadow: none;
}

.heading04 {
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading04::before,
.heading04::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #3fc1c9;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.btn__main {
  position: relative;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 240px;
  text-align: center;
  display: block;
  background-color: #fff;
  font-weight: bold;
}
.btn__main:hover {
  color: #67bcd6;
  border: 2px solid #67bcd6;
  animation: anima-button-30 1s;
}

@keyframes anima-button-30 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 137, 208, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
.btn-rec {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .btn-rec {
    padding: 2rem 4rem;
    width: auto;
  }
}
.btn-rec:before {
  content: "";
  position: absolute;
  border: 2px solid #65B2FF;
  width: 95%;
  height: 85%;
  top: 7.5%;
  left: 2.5%;
  border-radius: 50px;
}
.btn-rec:hover {
  color: #1f4750;
  border: 2px solid #65B2FF;
  animation: anima-button-30 1s;
  transition: all 0.5s;
}
.btn-rec > span {
  font-family: "my-font";
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
.btn-rec > p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
}

a.btn-malformation {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 100% 80px/80px 100%;
  width: 160px;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80%/100% 80%;
}

.btn-malformation--pastel {
  background: #0A7283;
  background: linear-gradient(180deg, #75E0AA 40%, #0A7283 100%);
  box-shadow: 20px 10px 0 #B4FDD8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75E0AA", endColorstr="#0A7283", GradientType=1);
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　画像の縮小　*/
.zoomOut img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomOut a:hover img { /*hoverした時の変化*/
  transform: scale(1); /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.zoomInTrigger {
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
  animation-delay: 1s;
}

.smoothTrigger {
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 10%, 0) rotate(-12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
.fadeRightTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translate(100px, -100px); /* X右、Y上方向へ移動 */
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 0;
  right: 5%;
  margin: 0 auto;
  z-index: 99;
}
.header__logo {
  width: auto;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    padding-left: 1.25rem;
  }
}
.header__logo > a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.header__logo-img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 96px;
  }
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.header__inner {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    height: inherit;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem 5% 0 auto;
    gap: 2.5rem;
  }
}

.header__nav-list {
  list-style: none;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    justify-content: space-between;
    list-style: none;
    display: flex;
  }
}
.header__nav-list-item {
  list-style: none;
  margin: 0 0.5rem;
}
.header__nav-list-normal {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  text-decoration: none;
  font-weight: bold;
}
.header__nav-list-normal:hover {
  background-color: rgba(0, 76, 156, 0.1176470588);
  text-decoration: none;
}
.header__nav-list-normal:active {
  background-color: #888888;
}

.header__nav-list-normal.is-current {
  position: relative;
}

.header__nav-list-normal.is-current::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #1f4750;
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@media screen and (min-width: 1024px) {
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#breadcrumbs {
  width: 90%;
  margin: 1rem 0;
  z-index: 100;
  font-size: fontSize(12);
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 70%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #888888;
  margin: 0 1rem;
}

.breadcrumb_last {
  color: #1f4750;
  margin: 0 1rem;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100svh; /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  transition: all 0.6s;
  text-transform: none;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav {
    width: 40%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100svh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  padding: 2rem 0;
  z-index: 999;
  top: 0%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 2rem auto;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav ul {
    top: 10%;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  margin-top: 1rem;
  padding: 0.5rem 0 0;
  border-top: 1px solid #d5d5d5;
  font-size: 1.25rem;
}

#g-nav li a {
  color: #1f4750;
  text-decoration: none;
  padding: 10px 2rem;
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 20px;
  right: 5%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: block;
}
@media screen and (min-width: 768px) {
  .openbtn {
    top: 40px;
  }
}
.openbtn:hover > span {
  width: 100%;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background-color: #1f4750;
  width: 45%;
  text-align: right;
}

.openbtn span:nth-of-type(1) {
  top: 5px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top: 15px;
  right: 0;
  width: 50%;
}

.openbtn span:nth-of-type(3) {
  top: 25px;
  right: 0;
  width: 30%;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(103, 188, 214, 0.5568627451);
  padding: 0 1rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__cont {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    width: 90%;
    gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__nav-inner {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .footer__nav-inner {
    flex-direction: row;
    gap: 2rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__nav-list-child {
  font-size: 1rem;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    align-items: flex-start;
    gap: 1rem;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: fontSize(12);
  text-align: center;
  text-align: left;
}
.footer__text-sp {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: fontSize(12);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__text-sp {
    display: none;
  }
}
.footer__text-sp > a:hover {
  color: #F05454;
}
.footer__text-sp-link {
  display: flex;
  flex-direction: row;
}
.footer__text-sp-link > a {
  color: #1f4750;
  text-decoration: none;
  margin-top: 1rem;
}
.footer__text-sp-link > a:hover {
  text-decoration: underline;
}
.footer__text > a:hover {
  color: #F05454;
}
.footer__text-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__text-link {
    justify-content: flex-start;
  }
}
.footer__text-link > a {
  color: #1f4750;
  text-decoration: none;
  margin-top: 1rem;
}
.footer__text-link > a:hover {
  text-decoration: underline;
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    justify-content: left;
  }
}
.footer__logo > img {
  max-width: 140px;
  height: auto;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__logo > img {
    max-width: 180px;
  }
}
.footer > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer > p {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */