@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.footer {
  background-color: #fff;
  padding: 80px 0;
  font-weight: bold;
}

.footer_inner {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 570px;
}

.footer_inner .logo {
  grid-area: 1/1/2/2;
  width: 220px;
}

/*.footer_inner .sns {
	grid-area:2/1/3/2;
	display:grid;
	grid-template-columns:45px 45px;
	grid-template-columns: 45px 40px 52px;
	grid-column-gap:15px;
	align-items:end;
	justify-content:start;
}*/
.footer_inner .sns {
  grid-area: 2/1/3/2;
  display: flex;
  /* grid-template-columns: 45px 45px; */
  grid-template-columns: 45px 40px 52px;
  grid-column-gap: 15px;
  align-items: end;
  justify-content: start;
  margin-top: 10px;
}

.footer_inner .sns p {
  line-height: 1.7 !important;
}

.footer_inner .sns a:hover {
  filter: brightness(1.1);
}

/*.footer_inner .footer_menu {
	grid-area:1/2/3/3;
	display:grid;
	grid-template-columns:repeat(3,auto);
	padding-bottom:30px;
}*/
.footer_inner .footer_menu {
  display: flex;
  grid-template-columns: repeat(3, auto);
}

.footer_inner .footer_menu .menu {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.footer_inner .footer_menu .menu ul {
  /* font-size:1.1rem; */
  padding-top: 1.5em;
}

.footer_inner .footer_menu .menu li:not(:last-child) {
  margin-bottom: 1.5em;
  margin-right: 50px;
}

.footer_inner .footer_menu .menu li li:not(:last-child) {
  margin-bottom: 1.5em;
}

.footer_inner .footer_menu .menu li li a {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0.25em;
}

.footer_inner .footer_menu .menu li li a::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_g.png) no-repeat center center/contain;
}

.footer_inner .footer_menu li a {
  color: #000000;
}

.footer_inner .footer_menu li a:hover {
  text-decoration: underline;
}

.mr-0 {
  margin-right: 0 !important;
}

.footer_cpy {
  background-color: #124c9b;
  border-top: 1px solid #7f7f7f;
  margin-bottom: 130px;
  font-weight: bold;
}

.footer_cpy_inner {
  width: calc(100% - 60px);
  max-width: 1100px;
  height: 80px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.footer_cpy_inner .menu-fmenu4-container {
  font-size: 1.3rem;
}

.footer_cpy_inner .menu-fmenu4-container .menu {
  display: inline-flex;
}

.footer_cpy_inner .menu-fmenu4-container .menu li:not(:last-child) {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

.footer_cpy_inner .menu-fmenu4-container .menu li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #FFF;
  margin: 0 0.75em;
}

.footer_cpy_inner .menu-fmenu4-container .menu a {
  color: #FFFFFF;
}

.footer_cpy_inner .menu-fmenu4-container .menu a:hover {
  text-decoration: underline;
}

.footer_cpy_inner .copyright {
  /* font-size:1.1rem; */
  font-size: 1.3rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

.footer_banner {
  background: url(../img/common/footer-bg01.png) no-repeat 50% 0%;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  z-index: 9000;
  transition: 0.2s;
  opacity: 0;
}

#wpfront-scroll-top-container {
  width: 60px;
  opacity: 1 !important;
  transition: 0.3s;
}

#wpfront-scroll-top-container:hover {
  opacity: 0.75 !important;
  filter: drop-shadow(2px 4px 6px black);
}

.fixbnr {
  display: block;
  position: absolute;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  width: 140px;
  transition: 0.3s;
  z-index: 1000000;
}
@media screen and (max-width: 1024px) {
  .fixbnr {
    display: none;
  }
}

.fixbnr:hover {
  filter: brightness(1.2);
}

.fixbnr2 {
  display: block;
  position: absolute;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 140px;
  width: 140px;
  transition: 0.3s;
  z-index: 1000000;
}
@media screen and (max-width: 1024px) {
  .fixbnr2 {
    display: none;
  }
}

.fixbnr2:hover {
  filter: brightness(1.2);
}

.service_botan {
  text-align: center;
  margin: 10px 0 0;
}

.service_catch {
  text-align: center;
  margin: 10px 0 30px;
}

.button-036 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  padding: 0.8em 2em 0.9em 2em;
  border: 2px solid #124c9b;
  border-radius: 25px;
  background-color: #fff;
  color: #124c9b;
  font-size: 13px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .button-036 {
    font-size: 13px;
  }
}

.button-036:hover {
  border: none;
  background-color: #124c9b;
  border: 2px solid #124c9b;
  color: #fff;
  font-weight: 600;
}

.button-036::before {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #124c9b;
  border-right: 2px solid #124c9b;
  content: "";
}

.button-036:hover:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 1024px) {
  .footer_inner {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 450px;
    grid-column-gap: 80px;
  }
  .footer_inner .logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 60px;
  }
  .footer_inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .footer_inner .logo {
    grid-area: initial;
    width: 165px;
    margin-bottom: 10px;
  }
  .footer_inner .sns {
    grid-area: initial;
    /* grid-template-columns:30px 30px; */
    grid-template-columns: 30px 28px 34px;
    grid-column-gap: 10px;
    justify-content: start;
    align-items: start;
    margin-bottom: 30px;
  }
  .footer_inner .sns p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .footer_inner .sns p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .menu-fmenu4-container {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .sns a {
    transition: 0s;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .sns a:hover {
    filter: brightness(1);
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_menu {
    grid-area: initial;
    padding: 0;
    width: 380px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_menu li a {
    transition: 0s;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_menu li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .service_botan {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .mr-0 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_menu .menu li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner {
    width: calc(100% - 40px);
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_menu .menu {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .menu-fmenu4-container .menu {
    font-size: 1.2rem;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .menu-fmenu4-container .menu li:first-child {
    display: initial;
    margin-right: 2em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .menu-fmenu4-container .menu li:first-child::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .fmenu a {
    transition: 0s;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .fmenu a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_cpy_inner .copyright {
    /* font-size:1.0rem; */
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #wpfront-scroll-top-container {
    width: 40px;
    right: 10px !important;
    /* bottom:10px!important; */
    bottom: 90px !important;
    opacity: 1 !important;
    transition: 0s;
  }
}
@media screen and (max-width: 768px) {
  #wpfront-scroll-top-container:hover {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 480px) {
  .footer_inner .footer_menu {
    grid-area: initial;
    padding: 0;
    width: 100%;
    justify-content: start;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 30px;
  }
  .footer_inner .footer_menu .menu-fmenu2-container {
    grid-area: 2/1/3/2;
  }
  .footer_inner .footer_menu .menu-fmenu3-container {
    grid-area: 1/2/2/3;
  }
  .footer_inner .footer_menu .menu ul {
    padding-top: 2.6em;
  }
  .footer_inner .footer_menu .menu ul ul {
    padding-top: 2.6rem;
  }
}
/* スマホ用追従CTA */
@media screen and (max-width: 1024px) {
  .p-sp-footer-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .l-sp-footer-cta {
    display: grid;
    grid-template-columns: repeat(2, auto);
    /* grid-template-columns: auto 1fr; */
    /* gap: 1em; */
    gap: 0.5em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 95%;
  }
  .p-sp-footer-cta .btn {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    height: 65px;
    background: linear-gradient(90deg, rgb(247, 199, 55) 0%, rgb(255, 120, 0) 100%);
    border: none;
    border-radius: 5px;
    display: grid;
    /* grid-template-columns: auto auto; */
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* grid-column-gap: 1em; */
    grid-column-gap: 0.5em;
    position: relative;
    /* font-size: max(1em, 3vw); */
    font-size: 1em;
  }
  .p-sp-footer-cta .tel {
    /* font-size: 5vw; */
    font-weight: 500;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.2em;
    align-items: center;
    justify-content: center;
    padding: 0 0.875em;
    background: none;
    background-color: #009370;
  }
  .p-sp-footer-cta .btn.tel::before {
    content: "";
    /* width: 0.8em;
      height: 0.8em; */
    background: url(../img/common/icon_tel.png) no-repeat center center/contain;
    width: 1.5em;
    height: 1.5em;
    /* width: 1.5em;
      height: 1.5em; */
    /* background: url(../img/common/icon_contact.png) no-repeat center center/contain; */
    background: url(/wp-content/uploads/2023/12/ico-tel-w.png) no-repeat center center/contain;
  }
  .p-sp-footer-cta .btn.contact {
    grid-template-columns: auto auto;
    /* background: none; */
    /* background-color: #009370; */
  }
  .p-sp-footer-cta .btn.contact::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    /* width: 1.5em;
      height: 1.5em; */
    background: url(../img/common/icon_contact.png) no-repeat center center/contain;
    /* background: url(https://xs859855.xsrv.jp/itsuki/wp-content/uploads/2023/12/ico-tel-w.png) no-repeat center center/contain; */
  }
  /* .p-sp-footer-cta .btn.contact .btn.check {
  background: none;
     background-color: #fff;
  color: #009370;
  padding: .5em .75em;
  height: auto;
   } */
  .footer_banner {
    padding: 5px;
  }
}
.f-pc {
  display: inline-block;
}

.f-sp {
  display: none;
}

.footer_banner_inner {
  display: flex;
  max-width: 900px;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer_banner_inner {
    align-items: flex-end;
  }
}

.botan-area {
  margin: 0 30px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .botan-area {
    margin: 0 0px;
    width: 50%;
    padding: 0 3px;
  }
}
.botan-area:first-of-type {
  width: 46%;
}
.botan-area:last-of-type {
  width: 54%;
}

.botan-up {
  color: #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .botan-up {
    font-size: 12px;
  }
}

.f-botan-1 {
  border-radius: 50px;
  background-color: #fcc900;
  color: #124c9b;
  width: 100%;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .f-botan-1 {
    padding: 19px 0 18px 0;
    font-size: 14px;
  }
}
.f-botan-1 img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .f-botan-1 img {
    top: 1px;
    margin-right: 5px;
  }
}

.free-d {
  background-color: #FFF;
  padding: 10px 0;
  border-radius: 10px;
}

.f-botan-2 {
  font-size: 30px;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .f-botan-2 {
    font-size: 18px;
  }
}

a.f-botan-2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(../img/common/freedial.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  a.f-botan-2::before {
    width: 23px;
    height: 13px;
  }
}

.free-d p {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .free-d p {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {
  .f-pc {
    display: none;
  }
  .f-sp {
    display: inline-block;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
}