html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

.hp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pc {
  display: block;
}

.hp .tablet {
  display: none;
}

.hp .sp {
  display: none;
}

.grecaptcha-badge{
	opacity:0 !important;
}
a {
  opacity: 1;
  transition: opacity 0.5s ease;
}

a:hover {
  transition: opacity 0.5s ease;
  opacity: 0.7;
}

.hp-header {
  position: fixed;
  top: 1.1%;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  padding: 1.1% 0.7%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
}

.hp-logo {
  width: 18.755%;
}

.hp-menu-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 18.755% - 5%);
}

.hp-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
  color: #2b74a1;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

.hp-hamburger-menu {
  height: 32px;
  width: fit-content;
  position: relative;
  cursor: pointer;
  margin-left: 3.306%;
  /* クリック範囲を明示的に確保 */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 999;
}

.hp-hamburger-menu > span {
  pointer-events: none;
  /* スパン自体にはクリックイベントが通らないようにする */
  position: absolute;
  display: block;
  height: 2px;
  width: 80%;
  background: linear-gradient(
    to right,
    rgb(2, 155, 212) 0%,
    rgb(2, 179, 230) 100%
  );
  opacity: 1;
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
  transition: 0.25s ease-in-out;
  z-index: 11;
}

.hp-hamburger-menu > span:nth-child(1) {
  top: 0px;
}

.hp-hamburger-menu > span:nth-child(2) {
  top: 30%;
  transform: translate(-50%, -30%);
}

.hp-hamburger-menu > p {
  color: #2a73a0;
  font-size: 16px;
}

.hp-hamburger-menu.is-open > span {
  background-color: #fff !important;
}

.hp-hamburger-menu.is-open > span:nth-child(1) {
  top: 14px;
  transform: rotate(30deg) translateX(-50%);
  background-color: #2a73a0 !important;
}

.hp-hamburger-menu.is-open > span:nth-child(2) {
  top: -3px;
  width: 85%;
  transform: rotate(-30deg) translateX(-50%);
  right: 0;
  background-color: #2a73a0 !important;
}

.hp-hamburger-menu-container {
  position: fixed;
  top: -100vh;
  width: 100vw;
  height: 100vh;
  background-color: #007bc5;
  z-index: 13;
  transition: 0.5s ease-in-out;
  padding-top: 7%;
  color: #ffffff;
  overflow: hidden;
}

.hp-hamburger-menu-container.is-open {
  top: 0;
  overflow-y: scroll;
}

.hp-hamburger-menu-list {
  margin-bottom: 5%;
}

.hp-hamburger-menu-list li a {
  font-size: 26px;
  line-height: 1.5;
  padding: 2.3% 4%;
  display: block;
  border-bottom: 1px solid #fff;
}

.hp-hamburger-menu-list li a span {
  font-size: 0.71em;
  display: block;
}

.hp-hamburger-contact {
  display: block;
  width: 80%;
  max-width: 1000px;
  padding: 2% 0;
  margin: 0 auto 4%;
  color: #007bc5;
  border-radius: 50px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.hp-hamburger-contact::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-size: 1em;
  line-height: 1;
}

.hp-hamburger-logo {
  width: 30%;
  min-width: 240px;
  margin: 0 auto 4%;
}

.hp-top-footer-menu {
  padding: 7.3498% 0;
  background: linear-gradient(
    to right,
    rgb(2, 155, 212) 0%,
    rgb(2, 179, 230) 100%
  );
  position: relative;
  z-index: 11;
}

.hp-top-footer-menu a:hover {
  opacity: 0.3;
}

.hp-footer-menu-common {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1295px;
  margin: 0 auto 5.25%;
}

.hp-footer-menu-company-info {
  width: 63%;
  max-width: 650px;
}

.hp-footer-menu-logo {
  width: 456px;
  margin-bottom: 9.077%;
}

.hp-footer-menu-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #fff;
  margin-bottom: 6%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.hp-footer-menu-address-text:first-of-type {
  border-right: 1px solid #fff;
  padding-right: 6.155%;
  margin-right: 6.155%;
}

.hp-footer-menu-tel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #fff;
  margin-bottom: 4%;
}

.hp-footer-menu-tel > span {
  font-size: 16px;
}

.hp-footer-menu-iso {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  color: #fff;
}

.hp-footer-menu {
  width: 34.865%;
  max-width: 400px;
}

.hp-footer-menu-list {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
}

.hp-footer-menu-list > li {
  margin-bottom: 10%;
}

.hp-footer-menu-list > li:last-of-type {
  margin-bottom: 0;
}

.hp-footer-menu-contact {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #2b74a1;
  text-align: center;
  padding: 8% 0;
  border-radius: 40px;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.hp-footer-menu-contact::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14.42%;
  font-size: 1em;
  line-height: 1;
}

.hp-footer-bottom-menu-container {
  width: 95%;
  max-width: 1295px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 2.835%;
  margin-bottom: 3%;
}

.hp-footer-bottom-menu {
  width: 100%;
}

.hp-footer-bottom-menu-title {
  font-size: 14px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.2em;
  padding-bottom: 2.24%;
  padding-left: 2em;
  width: 100%;
  position: relative;
  cursor: pointer;
}

/* 横線（−）のベース */
.hp-footer-bottom-menu-title::after,
.hp-footer-bottom-menu-title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 横線 */
.hp-footer-bottom-menu-title::after {
  top: 16%;
  left: 0em;
  width: 1em;
  height: 2px;
}

/* 縦線（|） */
.hp-footer-bottom-menu-title::before {
  top: 16%;
  left: 0.45em;
  /* 横線の中心に重ねる */
  width: 2px;
  height: 1em;
  transform: translateY(-50%);
}

/* アコーディオンが開いたとき（マイナス） */
.hp-footer-bottom-menu-title.is-open::before {
  opacity: 0;
  /* 縦線を消す → マイナス記号になる */
}

.hp-footer-bottom-menu-list-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 12px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.hp-footer-bottom-menu-list {
  width: 30%;
}

.hp-footer-bottom-menu-list li,
.hp-footer-bottom-menu-list h3 {
  margin-bottom: 3.35%;
}

.hp-footer-bottom-menu {
  margin-bottom: 5%;
}

.hp-footer-bottom-menu-list .hp-footer-bottom-menu:last-of-type {
  margin-bottom: 0;
}

.hp-footer-copyright {
margin: 30px auto 0;
    width: 100%;
    padding: 20px 15px 0;
    border-top: 1px dotted #b3e2f0;
    box-sizing: border-box;
    text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.hp-footer {
  padding: 4.305% 0;
  position: relative;
  z-index: 12;
  background-color: #fff;
}

.hp-footer-sns-container {
  width: 95%;
  max-width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3.045%;
}

.hp-footer-sns-container a {
  width: 16%;
}

.hp-sdgs-title {
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  line-height: 2;
  text-align: center;
  margin-bottom: 1.523%;
}

.hp-sdgs-img-container {
  width: 95%;
  max-width: 639px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp-sdgs-img {
  width: 1%;
}

.hp-sdgs-img:hover {
  opacity: 0.3;
}

.hp-sdgs-img:first-of-type,
.hp-sdgs-img:nth-of-type(2) {
  width: 10.956%;
}

.hp-sdgs-img:nth-of-type(3) {
  width: 17.842%;
}

.hp-sdgs-img:nth-of-type(4) {
  width: 17.998%;
}

.hp-sdgs-img:nth-of-type(5) {
  width: 24.415%;
}

.hp-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0eaed0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding-left: 1%;
  padding-right: 1%;
  position: fixed;
  bottom: 7.29%;
  right: 3.6%;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  z-index: 10;
  border: 1px solid #0eaed0;
  transition: all 0.3s ease-in-out;
}

.hp-cta:hover {
  background-color: #fff;
  color: #0eaed0;
  border: 1px solid #0eaed0;
  transition: all 0.3s ease-in-out;
}

.hp-breadcrumb {
  position: absolute;
  top: -12%;
  right: 11%;
}

.hp-breadcrumb > span {
  padding: 0 10px 7px;
  line-height: 1;
}

.hp-breadcrumb > span:first-of-type {
  border-bottom: 1px solid #92c7e5;
  font-size: 10px;
  line-height: 0.05em;
  color: #afafaf;
  position: relative;
}

.hp-breadcrumb > span:first-of-type::after {
  content: "";
  background-color: #afafaf;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 10px;
}

.hp-breadcrumb > span:last-of-type {
  border-bottom: 1px solid #1586c7;
  font-size: 10px;
  line-height: 0.05em;
  color: #3a3a3a;
}
@media screen and (max-width: 1024px){
	.hp-menu{
		gap:2%;
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
  .hp .pc {
    display: none;
  }

  .hp .tablet {
    display: none;
  }

  .hp .sp {
    display: block;
  }

  .hp-header {
    padding: 9px 18px;
    justify-content: space-between;
  }

  .hp-logo {
    width: 45%;
    min-width: initial;
  }

  .hp-menu {
    display: none;
  }

  .hp-menu-container {
    width: fit-content;
  }

  .hp-hamburger-menu {
    height: 30px;
    width: fit-content;
    margin-left: initial;
  }

  .hp-hamburger-menu-container {
    width: 100vw;
    padding-top: 8%;
    padding-left: 0;
    padding-right: 0;
  }

  .hp-hamburger-menu.is-open > span:nth-child(2) {
    top: -7px;
  }

  .hp-hamburger-sns-list {
    width: 75%;
    margin-bottom: 10%;
  }

  .hp-hamburger-cta {
    display: block;
    width: 100%;
    padding: 10% 5%;
    font-size: 13px;
  }

  .hp-hamburger-cta::after {
    top: 38%;
    right: 10%;
  }

  .hp-top-footer-menu {
    padding: 16.191% 0 17.87%;
  }

  .hp-footer-menu-common {
    flex-direction: column-reverse;
    width: 92%;
    max-width: initial;
    margin: 0 auto 13.606%;
  }

  .hp-footer-menu-company-info {
    width: 100%;
    max-width: initial;
    margin-bottom: 0;
  }

  .hp-footer-menu-logo {
    width: 87.995%;
    margin-bottom: 11.832%;
  }

  .hp-footer-menu-address {
    font-size: 26px;
    margin-bottom: 1em;
    flex-direction: column;
    row-gap: 2em;
  }

  .hp-footer-menu-address-text:first-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .hp-footer-menu-tel {
    font-size: 26px;
    margin-bottom: 2em;
  }

  .hp-footer-menu-tel > span:first-of-type {
    font-size: 28px;
  }

  .hp-footer-menu-tel > span:last-of-type {
    font-size: 24px;
  }

  .hp-footer-menu-iso {
    font-size: 24px;
  }

  .hp-footer-menu-sns-container {
    width: 62.32%;
  }

  .hp-footer-menu-sns-container > a {
    width: 21.4%;
  }

  .hp-footer-menu-title {
    margin-bottom: 6.67%;
    padding-bottom: 6.67%;
  }

  .hp-footer-menu {
    width: 100%;
    max-width: initial;
    margin-bottom: 14.79%;
  }

  .hp-footer-menu-list {
    font-size: 28px;
    text-align: left;
  }

  .hp-footer-menu-list > li {
    margin-bottom: 9.023%;
  }

  .hp-footer-menu-list > li:last-of-type {
    margin-bottom: 0;
  }

  .hp-footer-menu-contact {
    font-size: 28px;
    width: 88.734%;
    margin: 0 auto;
    padding: 5.9% 0;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    position: relative;
  }

  .hp-footer-bottom-menu-container {
    width: 92%;
    max-width: initial;
    padding-top: 13.606%;
  }

  .hp-footer-bottom-menu-title {
    font-size: 28px;
    padding-bottom: 7.24%;
    padding-left: 2em;
    width: 100%;
    position: relative;
    cursor: pointer;
  }

  /* 横線 */
  .hp-footer-bottom-menu-title::after {
    top: 18%;
    left: 0em;
    width: 0.8em;
    height: 2px;
  }

  /* 縦線（|） */
  .hp-footer-bottom-menu-title::before {
    top: 18%;
    left: 0.35em;
    width: 2px;
    height: 0.8em;
    transform: translateY(-50%);
  }

  .hp-footer-bottom-menu-list-container {
    flex-direction: column;
    font-size: 20px;
  }

  .hp-footer-bottom-menu-list {
    width: 100%;
  }

  .hp-footer-bottom-menu-list li,
  .hp-footer-bottom-menu-list h3 {
    margin-bottom: 2%;
  }

  .hp-footer-bottom-menu {
    margin-bottom: 4%;
  }

  .hp-footer-bottom-menu-list .hp-footer-bottom-menu:last-of-type {
    margin-bottom: 4%;
  }

  .hp-footer-bottom-menu-list:last-of-type .hp-footer-bottom-menu:last-of-type {
    margin-bottom: 0;
  }

  .hp-footer-copyright {
    font-size: 24px;
    line-height: 2;
  }

  .hp-footer {
    padding: 13.607% 0 8.165%;
  }

  .hp-footer-sns-container {
    max-width: 380px;
    margin: 0 auto 6.667%;
    width: 80%;
  }

  .hp-sdgs-title {
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 10.886%;
  }

  .hp-cta {
    padding-left: 4.5%;
    padding-right: 4.5%;
    bottom: 7.29%;
    right: 3.6%;
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .hp-hamburger-menu-container {
    padding-top: 16%;
    padding-left: 0;
    padding-right: 0;
  }

  .hp-footer-menu-list {
    font-size: 18px;
  }

  .hp-footer-menu-contact {
    font-size: 18px;
  }

  .hp-footer-menu-address {
    font-size: 16px;
  }

  .hp-footer-menu-tel {
    font-size: 16px;
  }

  .hp-footer-menu-tel > span:first-of-type {
    font-size: 20px;
  }

  .hp-footer-menu-tel > span:last-of-type {
    font-size: 14px;
  }

  .hp-footer-menu-iso {
    font-size: 15px;
  }

  .hp-footer-copyright {
    font-size: 13px;
  }

  .hp-sdgs-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .hp-footer-bottom-menu-title {
    font-size: 18px;
  }

  .hp-footer-bottom-menu-list-container {
    font-size: 16px;
  }
}

@media screen and (max-width: 475px) {
  .hp-hamburger-menu-list li a {
    font-size: 20px;
  }
}

/* 共通設定（非表示状態） */
.fade-in-left-on-scroll {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-left-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-up-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* 表示されたらこのクラスが追加される */
.fade-in-up-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.text-animate span {
  opacity: 0;
  display: inline-block;
  transform: translateY(-20px);
  animation: fadeInUpChar 0.6s ease-out forwards;
}

@keyframes fadeInUpChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-animate-on-scroll span {
  opacity: 0;
  display: inline-block;
  transform: translateY(-20px);
  animation: fadeInUpChar 0.6s ease-out forwards;
}

@keyframes fadeInUpChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* megafooter */
.footer_sitelist .inner_wrap .accordion-header,
.footer_sitelist .inner_wrap .accordion-content-inner li .accordion-content-title,
.footer_sitelist .inner_wrap .accordion-content-inner li p a{
	color:#fff !important;
}
.footer_sitelist{
	border-top: 1px dotted #b3e2f0 !important;
}