@charset "UTF-8";

.footer {
  margin-top: 23.8rem;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__item:not(:first-of-type) {
  /* margin-left: 3rem; */
}

.footer__item:last-of-type {
  /*   margin-left: 2rem; */
}

.footer__item:last-of-type a {
  /*   width: 20px; */
}

.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  background: linear-gradient(to right, rgba(31, 137, 214, 1) 0%, rgba(46, 43, 143, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#2e2b8f', GradientType=1);
  padding: 50px 0 50px 0;
}

.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}

.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}

.footer__link {
  font-size: 1.6rem;
}

.footer__logo {
  width: 35rem;
}

.footer__address {
  margin-top: 2.7rem;
}

.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
}


.footer .page-top {
  width: 100%;
}

.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}

.footer .page-top__img {
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
}

.footer .page-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.4rem;
  color: #fff;
}

.footer_top {
  /* background: url("../img/home/footer_bg.jpg") no-repeat center/cover; */
  text-align: center;
  padding-top: 6rem;
  background-color: #1e9fea;
  background-blend-mode: darken;
  position: relative;
}

.footer_top .sec_ttl {
  color: #fff;
}

.footer_top .sec_ttl .en {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.footer_top iframe {
  height: 24rem;
  width: 100%;
}

.footer_top .map {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2rem;
}

.footer-map {
  position: relative;
}

.footer-map iframe {
  width: 100%;
  height: 25vw;
}

.footer_text {
  font-weight: 500;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0px 1px 16px rgb(19 19 23 / 39%);
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 45px auto 0;
}

.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  padding: 30px 20px 24px;
  border-radius: 14px;
}

.footer_flex .tel {
  font-size: 4.5rem;
  margin: 0 0 1rem 0;
  font-weight: bold;
  color: #000;
  padding-left: 4.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 1% top 1.5rem/3rem auto;
  transition: 0.3s;
  line-height: 1.1;
  @media screen and (max-width: 1000px){
    background: url(../img/common/tel-color.svg) no-repeat left 4% top 2.5rem/3rem auto;
  }
}

.footer_flex .tel:hover {
  opacity: 0.7;
}

.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 10px;
}

.footer_flex .tel_text .text02 {
  font-size: 18px;
}

.footer_flex .tel_text .text03 {
  font-size: 16px;
}

.footer_flex .mail {
  display: block;
  background: #1e9fea;
  color: #fff;
  width: 360px;
  max-width: 100%;
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0 auto 2rem auto;
  border-radius: 7px;
}

.footer_flex .mail span {
  padding-left: 25px;
  position: relative;
}

.footer_flex .mail span::after,
.footer_flex .mail span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 27px;
  position: absolute;
  left: -8px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .mail span::after {
  background: url(../img/common/header_icon001.svg) no-repeat center/contain;
}

.footer_flex .mail span::before {
  background: url(../img/common/mail_blue.svg) no-repeat center/contain;
  opacity: 0;
}

.footer_flex .mail:hover {
  /* background-color: #fff;
  color: #3e3e3e; */
  /*opacity: 0.5;*/
}

.footer_flex .mail:hover span::after {
  opacity: 0.7;
}

.footer_flex .mail:hover span::before {
  opacity: 1;
}

.footer_flex .mail_text {
  margin-top: 5px;
}

.ttl_cover_20230406 {
  background-image: url(../img/common/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-section-title {
  color: #000;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 85px 0 40px 0;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 55px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 11;
}

.sp_cta a {
  display: block;
  height: 80%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 14px 0 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #fc9f1c;
  position: relative;
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.sp_cta a:last-child {
  background: #1e9fea;
  color: #fff;
  margin: 0 5px 0px 0;
}

.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.3rem;
  left: 2rem;
  width: 2rem;
  height: 2rem;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(151deg) brightness(101%) contrast(105%);
}

.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.1rem;
  left: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
}

.sp_cta a span {
  font-weight: 700;
}


/* --------------------------------
footer
----------------------------------- */



.footer__item:not(:first-of-type) {
  margin-left: 3rem;
}

.footer__item:last-of-type {
  /*   margin-left: 2rem; */
}

.footer__item:last-of-type a {
  width: 20px;
}

.footer_link_banner {
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: -webkit-linear-gradient(left,
      rgba(31, 137, 214, 1) 0%,
      rgba(46, 43, 143, 1) 100%);
  background: #f0a8c5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-blue)', endColorstr='#2e2b8f', GradientType=1);
  padding: 50px 0 50px 0;
}

.footer_link_banner .footer_link_banner_inner {
  max-width: 116.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}

.footer_link_banner .footer_link_banner_inner a {
  width: 23.5%;
  background: #fff;
}

.footer__link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.footer__logo {
  margin-top: 1rem;
  width: 30rem;
}

.footer__address {
  margin-top: 2rem;
  color: #fff;
}

.footer__address span {
  display: block;
  font-style: normal;
  line-height: 1.5;
  margin-top: 10px;
}

.footer__details img {
  width: 27px;
}

.footer__details-num {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}

.footer__details {
  margin-top: 2rem;
}

.footer__details-time {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-top: 8px;
  margin-left: 20px;
}

.footer__details-time span {
  color: #fff;
  background: #585858;
  padding: 1px 8px 2px;
  font-weight: 600;
  margin-right: 10px;
}

.footer__details {
  display: flex;
}

.footer__copyright {
  background: #fff;
  color: #1d1d1d;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 2.3rem;
  padding-top: 2.3rem;
  text-align: center;
  width: 100%;
}

.footer .page-top {
  width: 100%;
}

.footer .page-top a {
  bottom: 1.15rem;
  display: inline-block;
  position: absolute;
  right: 2.3rem;
}

.footer .page-top__img {
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
}

.footer .page-top span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.4rem;
  color: #fff;
}
.footer_top {
    position: relative;
    z-index: 100;
}

.footer_top {
  background-image: linear-gradient(90deg, #58B0CF, #3798BF 38%, #0B79AA 69%);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;

  &.footer_top--sub {
    padding-top: 6rem;
    margin-top: 13rem;
    @media screen and (max-width: 767px){
      margin-top: 16rem;
    }
  }
  .footer-shop_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 60px;
    margin-top: -200px;
    margin-bottom: -180px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
    @media screen and (max-width: 1000px){
      margin-top: -140px;
      @media screen and (max-width: 767px) {
        margin-top: -120px;
        margin-bottom: 40px;
        padding-bottom: 30px;
      }
    }
    
    .contact_contentsWrap {
      display: flex;
      gap: 40px;
      max-width: 820px;
      margin: 0 auto;
      @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 20px;
      }
    }
  }
  .contact_bnrArea {
    &.contact_bnrArea--top {
      margin-top: -9rem;

      @media screen and (max-width: 767px) {
        margin-top: 4rem;
      }
    }

  }
}

.footer_top .sec_ttl {
  color: #fff;
  padding-top: 4rem;
}

.footer_top .sec_ttl .en {
  color: #ad6168;
  font-size: 30px;
  font-weight: 500;
}

.footer_text {
  /*     font-weight: 500;*/
  color: #000;
  padding-top: 20px;
  font-size: 100%;
  line-height: 1.7;
  background: #fff;
  padding: 20px;
  padding-top: 0;
  border-radius: 0 0 12px 12px;
  text-align: center;
}

.footer_flex {
  display: flex;
  justify-content: center;
  margin: 2rem auto 0;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 12px;
  width: 100%;
}

.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  /*  background-color: #fff;*/
  border-radius: 6px;
  /*  padding: 30px 20px 24px;*/
  width: 100%;
}

.footer_flex .tel {
  font-size: 34px;
  font-weight: bold;
  /*    padding-left: 4.3rem;*/
  /*    background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem/3rem auto;*/
  transition: 0.3s;
  line-height: 1.1;
}

.footer_flex .tel span {
  font-weight: 900;
  font-size: 44px;
  @media screen and (max-width: 1000px){
    font-size: 33px;
  }
}

a.tel {
  display: flex;
  justify-content: center;
}

.footer_flex .tel img {
  width: 24px;
  bottom: -2px;
  position: relative;
}

.footer_flex .tel:hover {
  opacity: 0.7;
}

.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 0px;
  border: 1px solid #f0a8c5;
  padding: 0px 3px;
}

.tel_text {
  margin: 0;
  margin-top: -1rem;
}

.footer_flex .tel_text .text02 {
  font-size: 16px;
  font-weight: bold;
  .tit {
    padding: 3px 6px;
    background-color: #007FB4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
}

.footer_flex .tel_text .text03 {
  font-size: 16px;
}

.tel_text02 {
  font-size: 21px;
  font-weight: bold;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.footer_flex .mail {
  display: block;
  background-image: linear-gradient(90deg, #58B0CF, #3798BF 38%, #0B79AA 69%);
  color: #fff;
  width: 100%;
  max-width: 560px;
  width: 350px;
  text-align: center;
  padding: 22px 10px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  margin: auto 0 auto;
  margin-bottom: 20px;
  border-radius: 50px;
      display: flex;
  position: relative;
      padding-left: 3rem;
  @media screen and (max-width: 767px) {
    /*width: 90%;*/
    margin-top: 10px;
    margin-bottom: 0;
    width: 28rem;
    padding-left: 6rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.footer_flex .tel {
  text-align: center;
  padding: 10px 10px;
}

.footer_flex .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer_flex .mail span,
.footer_flex .tel span {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}

.footer_flex .mail span::after,
.footer_flex .mail span::before,
.footer_flex .tel span::after,
.footer_flex .tel span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .mail span::after {
  background: url(../img/common/header_icon001.svg) no-repeat center/contain;
  width: 40px;
  height: 32px;
  top: 54%;
  left: -17px;
}

.footer_flex .tel span::after {
  background: url(../img/common/tel-bk.svg) no-repeat center/contain;
  width: 60px;
  height: 60px;
  left: -4rem;
}

/* .footer_flex .mail span::before {
  background: url(../img/common/mail.svg) no-repeat center/contain;
  opacity: 0;
} */
.footer_flex .tel span::before {
  background: url(../img/common/tel_white.svg) no-repeat center/contain;
  opacity: 0;
}

.footer_flex .tel:hover {
  opacity: 0.7;
}

.footer_flex .mail:hover span::after,
.footer_flex .tel:hover span::after {
  /* opacity: 0; */
}

.footer_flex .mail:hover span::before,
.footer_flex .tel:hover span::before {
  opacity: 1;
}

.footer_flex .mail_text {
  margin-top: 5px;
      margin-bottom: 1rem;

  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.footer_flex .contact_other span {
  padding-left: 25px;
  position: relative;
}

.footer_flex .contact_other span::after,
.footer_flex .contact_other span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.footer_flex .contact_other span::after {
  background: url(../img/common/line.svg) no-repeat center/contain;
}

.footer_flex .contact_other span::before {
  background: url(../img/common/line_color.svg) no-repeat center/contain;
  opacity: 0;
}

.footer_flex .contact_other:hover {
  background-color: #fff;
  color: #f0a8c5;
}

.footer_flex .contact_other:hover span::after {
  opacity: 0;
}

.footer_flex .contact_other:hover span::before {
  opacity: 1;
}

.txt p {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
}

.ttl_cover_20230406 {
  /*    background-image: url(../img/common/bg001.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-section-title {
  color: #333;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: calc(58 / 40);
  text-align: center;
  padding: 85px 0 40px 0;
  background: rgba(255, 255, 255, 0.8);
}

.footer_flex .right {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .footer__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer__link:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .page-top:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .footer_flex .tel_text .text01 {
    font-size: 10px;
  }
}

.sp_cta {
  position: fixed;
  width: 100%;
  display: block;
  height: 60px;
  bottom: 0;
  z-index: 2;
  background: #f9f7f4;
  display: flex;
  align-items: center;
  z-index: 11;
  border-top: 2px solid #fff;
  padding: 8px;
}

.sp_cta a {
  display: block;
  height: 100%;
  text-align: center;
  width: 50%;
  font-size: 16px;
  padding: 11px 0 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #0B79AA;
  position: relative;
  margin: 5px;
  border-radius: 5px;
}

.sp_cta a:last-child {
  background: #58B0CF;
}

.sp_cta a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 2rem;
  width: 2.1rem;
  height: 2.1rem;
}

.sp_cta a:last-child::before {
  position: absolute;
  content: "";
  background-image: url(../img/home/header_icon001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  left: 10px;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 12px;
}

.sp_cta a span {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {


  .footer_flex {
    flex-direction: column;
    margin: 0;
    padding: 1rem 0;
  }

  .footer_flex .left,
  .footer_flex .right {
    width: 100%;
    margin: 0 auto 1rem auto !important;
  }

  .footer_flex .right {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer_top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_flex .tel {
    font-size: 3rem !important;
    /*		background: url(../img/common/tel-color.svg) no-repeat left 15% top 1rem/2rem auto !important;*/
    width: 100%;
  }

}
/*----フッター　footer----*/
.footer-contact .left__btn-wrap .btn.-color.mail:hover {
  color: var(--color-green);
}

.footer_group {
  /* display: grid; */
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 8rem;
  color: #fff;
}

.footer_left {
  display: flex;
  text-align: left;
  gap: 20px;
  width: 100%;
}

.footer-contact__right {
  width: 100%;
  padding: 0;
  margin-top: 2rem;
  height: 100%;
}

iframe {
  height: 20vw;
  width: 100%;
}

.footer__list {
    display: grid;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
  @media screen and (max-width: 767px) {
        gap: 1rem;
}
}

.footer__item:not(:first-of-type) {
  margin-left: 0;
}

.footer__item {
  position: relative;
}

.footer_group .footer_banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 3rem;
  width: auto;
  flex-direction: column;
}

.footer_left_contents {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  justify-items: center;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
        gap: 1rem;
    justify-items: start;
  }
  .footer_rigth_contents {
    margin-top: 30px;
    .navTit {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px;
    }
  }
}

h3.footer_ttl {
  color: #333;
  font-weight: 700;
}

.footer_banner img {
  width: 100%;
}

.parallax_1.cd-fixed-bg.cd-bg-5 {
  height: 100%;
  display: inline-block;
  width: 100%;
}

.footer-contact__left {
  width: 100%;
}

.contact_group {
  display: flex;
  gap: 2%;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer-contact .left__btn-wrap {
  padding-top: 0;
}

.btn {
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 36rem;
}

.footer-contact__left {
  width: 80%;
  background: #fff;
  margin: 0 auto;
  color: #333;
  padding: 20px;
}

.footer__item:last-of-type a {
  width: auto;
}

.footer_rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}

.footer_banner img {
  width: 50px;
}

.footer_sns {
  margin-top: 2rem;
}

.footer_note {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.right__map {
  /* height: 26vw; */
}

iframe {
  aspect-ratio: 1440 / 279;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__link {
    display: inline-block;
    padding-right: 17px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__left {
    width: 100%;
  }

  .footer-contact .left__btn-wrap .btn.-color.mail {
    width: 230px;
  }

  .footer-contact .left__btn-wrap {
    padding-top: 4vh;
  }

  .left__tel.tel {
    background: url(../img/common/tel-color.svg) no-repeat left 3% top 2.2rem / 3rem auto;
  }

  .footer {
    padding-top: 0;
    margin-top: -3rem;
  }

  .contact_group {
    flex-direction: column;
  }

  .footer_group {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer__list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1rem;
    column-gap: 2rem;
  }

  .footer__link {
    display: inline-block;
  }

  .footer__item+.footer__item {
    margin-top: 0;
  }

  .footer_left {
    flex-direction: column;
    margin-top: 0;
  }

  iframe {
    height: 50vw;
  }

  .footer_rigth {
    margin-top: 3rem;
  }

  .footer_sns {
    margin-top: 2rem;
    padding-right: 30px;
    display: flex;
    gap: 20px;
  }

  .footer_note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
  }
}

.page-id-2360 .sec_inner {
    background: linear-gradient(#fafafa 50%, #ffffff00 50%);
}

.footer_flex .mail:hover {
    background: #fff;
    color: #007FB4;
}

.footer_flex .mail::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    top: 50%;
    left: 7rem;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
}
.footer_flex .mail:hover::before {
    filter: brightness(0) saturate(100%) invert(28%) sepia(45%) saturate(4309%) hue-rotate(179deg) brightness(94%) contrast(101%);
}

@media screen and (max-width: 767px) {

  .footer_link_banner {
    padding: 40px 15px 40px 15px;
  }

  .footer_link_banner .footer_link_banner_inner {
    gap: 0;
  }

  .footer_link_banner .footer_link_banner_inner a {
    width: 46%;
    margin: 0 2% 3% 2%;
  }

  .footer__list {
    display: block;
  }

  .footer__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 5vw;
  }

  .footer__item:last-of-type {
    margin-left: 0;
    /*margin-top: 0;*/
  }
  .footer__item:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }

  .footer__item:last-of-type a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__link {
    font-size: 4vw;
  }

  .footer__logo {
    margin-top: 0;
    width: 80vw;
  }

  .footer__address {
    margin-top: 10vw;
  }

  .footer__address span {
    font-size: 4.5vw;
  }

  .footer__copyright {
    font-size: 3.5vw;
    margin-top: 6vw;
    padding-bottom: 6vw;
    padding-top: 6vw;
    margin-bottom: 12vw;
  }

  .footer .page-top span {
    font-size: 2.5vw;
    margin-top: 1vw;
  }

  .footer .page-top__img {
    width: 4vw;
  }

  .footer .page-top a {
    bottom: 4vw;
    right: 3vw;
    z-index: 10;
  }
}
