@charset "UTF-8";

/*========================================
独自CSS
========================================*/
a{
	text-decoration: none;
	letter-spacing: 0.11em;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
}

p{
	color: #5c5c5c;
	letter-spacing: 0.11em;
  margin: 0;
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  margin: 0;
}

/*========================================
フッター
========================================*/

.site-footer{
  width: 100%;
  padding: 46px 2vw 14px 2vw;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index:1;
}
@media screen and (max-width: 600px) {
  .site-footer{
    padding: 2.4rem 2vw 1.4rem 2vw;
  }
}

.footer__contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0 auto .8rem auto;
  max-width: 1920px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 3.2rem 3.6rem;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .footer__contents{
    flex-direction: column;
    gap: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__contents{
    margin-bottom: 3.2rem;
  }
}

.footer__contents__box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
} 
@media screen and (max-width: 1024px) {
  .footer__contents__box{
    gap: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .footer__contents__box{
    gap: 0rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__contents__box{
    margin-bottom: 1.6rem;
    max-width: 360px;
  }
}
@media screen and (max-width: 374px) {
  .footer__contents__box{
    max-width: 320px;
    gap: 3.2rem;
  }
}

.footer__logo{
  display: inline-block;
  max-width: 18rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer__logo{
    display: inline-block;
    max-width: 18rem;
  }
}

.footer__right{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 900px) {
  .footer__right{
    flex-direction: column;
    align-items: center;
  }
}

.footer__list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  letter-spacing: .1em;
  font-size: 1.6rem;
  flex-wrap: wrap;
  max-width: 420px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .footer__list{
    gap: 2.4rem;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__list{
    gap: 2.4rem;
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
}

.footer__item__link{
  color: #5c5c5c;
  font-size: 1.6rem;
  letter-spacing: .2em;
}
@media screen and (max-width: 600px) {
  .footer__item__link{
    font-size: 1.4rem;
  }
}

.footer__contact{
  transition: .3s;
}

@media screen and (max-width: 900px) {
  .footer__contact{
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.footer__contact:hover .footer__contact__link{
  color: #3BA5DF;
  background: #fff;
}

.footer__contact__link{
  display: inline-block;
  font-size: 1.8rem;
  color: #ffffff;
  max-width: 240px;
  width: 100%;
  background: linear-gradient(88.1deg, #3BA5DF 0.55%, #2587C8 100%);
  border-radius: 10px;
  padding: .8rem 2.4rem;
  transition: .3s;
  border:solid 1px #3BA5DF;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer__contact__link{
    max-width: 360px;
  }
}

@media screen and (max-width: 374px) {
  .footer__contact__link{
    max-width: 100%;

  }
}

.site-footer__sub-icon__box{
  position: absolute;
  top: 24%;
  right: 4%;
  transform: translateY(-50%);
} 
@media screen and (max-width: 900px) {
  .site-footer__sub-icon__box{
    position: absolute;
    top: 24%;
    right: 23.2%;
    transform: translateY(-50%);
  } 
}
@media screen and (max-width: 600px) {
  .site-footer__sub-icon__box{
    position: absolute;
    top: 24%;
    right: 23.2%;
    transform: translateY(-50%);
  } 
}

.site-footer__sub-icon__in-box svg {
  fill:#ffffff;
}

.footer__contact__link:hover .site-footer__sub-icon__in-box svg {
  fill: #8DB5BD;
}


.footer__info{
  text-align: center;
  font-size: 12px;
}

/*========================================
サイトヘッダー リンクテキストアニメーション（ふわっと版）
========================================*/

/* 通常時の文字配置 */
.site-footer__item-link__text-box {
  display: flex;
  overflow: hidden;
}

/* 通常表示用 */
.site-footer__text-mother {
  display: flex;
}

.site-footer__text-mother__span {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.5s ease-in-out,
              color 0.6s ease-in-out;
  transform-origin: center;
}

/* ホバー時に文字がふわっと下へ移動 */
.footer__item__link:hover .site-footer__text-mother__span {
  transform: translateY(1.2em) scale(1.1);
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

/* アニメーション用（上に隠しておく） */
.site-footer__text-mother2 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.site-footer__text-mother2__span {
  transform: translateY(-1.3em) scale(0.9);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
              opacity 0.5s ease-in-out,
              color 0.6s ease-in-out;
}

/* ホバー時にふわっと文字が現れる */
.footer__item__link:hover .site-footer__text-mother2__span {
  transform: translateY(0) scale(1);
  opacity: 1;
  color: #5c5c5c; /* ふわっとゴールド色に変更（例） */
}

/* 各文字に遅延をつけて動きを自然に */
.site-footer__text-mother__span:nth-child(1),
.site-footer__text-mother2__span:nth-child(1) {
  transition-delay: 0.05s;
}

.site-footer__text-mother__span:nth-child(2),
.site-footer__text-mother2__span:nth-child(2) {
  transition-delay: 0.1s;
}

.site-footer__text-mother__span:nth-child(3),
.site-footer__text-mother2__span:nth-child(3) {
  transition-delay: 0.15s;
}

.site-footer__text-mother__span:nth-child(4),
.site-footer__text-mother2__span:nth-child(4) {
  transition-delay: 0.2s;
}
.site-footer__text-mother__span:nth-child(5),
.site-footer__text-mother2__span:nth-child(5) {
  transition-delay: 0.25s;
}
.site-footer__text-mother__span:nth-child(6),
.site-footer__text-mother2__span:nth-child(6) {
  transition-delay: 0.3s;
}
.site-footer__text-mother__span:nth-child(7),
.site-footer__text-mother2__span:nth-child(7) {
  transition-delay: 0.35s;
}
.site-footer__text-mother__span:nth-child(8),
.site-footer__text-mother2__span:nth-child(8) {
  transition-delay: 0.40s;
}
.site-footer__text-mother__span:nth-child(9),
.site-footer__text-mother2__span:nth-child(9) {
  transition-delay: 0.45s;
}
.site-footer__text-mother__span:nth-child(10),
.site-footer__text-mother2__span:nth-child(10) {
  transition-delay: 0.5s;
}

/*===============================
Cookieバナー
=================================*/
.cookie-banner {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  max-width: 1920px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #5c5c5c;
  padding: 8px 32px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  border: solid 1px rgb(236, 236, 236);
}
@media (max-width: 768px) {
  .cookie-banner {
    width: 96%;
    padding: 8px 24px;
    bottom: 2.4rem;
  }
}

.cookie-banner__close {
  position: absolute;
  right: 4px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  color: #5c5c5c;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.cookie-banner__close:hover {
  color: #5c5c5c;
}

.cookie-banner__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cookie-banner__box {
    flex-direction: column;
    gap: 12px;
  }
}

.cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cookie-banner__text {
    font-size: 12px;
    text-align: justify;
  }
}

.cookie-banner__action {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .cookie-banner__action {
    display: flex;
    gap: 8px;
  }
}

.cookie-banner__action-link {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.3s ease;
  min-width: 112px;
}

.cookie-banner__action-link:hover {
  color: #004999;
}

.cookie-banner__action-button {
  background-color: #ffd105;
  color: #ffffff;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 112px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .cookie-banner__action-button {
    padding: 8px 18px;
  }
}


/*ページTOP*/
.page-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  color: #6A6E77;
  box-shadow:
    -4px -4px 8px #fff,
    4px 4px 8px rgb(0 0 0 / 24%);
}
@media (max-width: 600px) {
  .page-up {
    width: 90px;
    height: 90px;
    bottom: 8px;
    right: 8px;
  }
}

.page-up__inner {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-bottom: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .3s;
}
@media (max-width: 600px) {
  .page-up__inner {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}

.page-up__inner__line {
  position: relative;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-bottom: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .3s;
}
@media (max-width: 600px) {
  .page-up__inner__line {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}

.page-up::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transition: .3s;
}
@media (max-width: 600px) {
  .page-up::before {
    width: 76px;
    height: 76px;
  }
}

.page-up__arrow {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: .4rem;
  transition: .3s;
}

.page-up__text {
  font-size: 1.2rem;
  transition: .3s;
  letter-spacing: .2em;
  padding-left: .2em;
}

.page-up.show {
  opacity: .85;
  visibility: visible;
}

.page-up:active {
  -webkit-animation: soft-bounce 0.8s ease-in-out;
          animation: soft-bounce 0.8s ease-in-out;
}

@-webkit-keyframes soft-bounce {
  0% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(0); }
  80% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@keyframes soft-bounce {
  0% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(0); }
  80% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

@-webkit-keyframes bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

@keyframes bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
