@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style_footer.css

+++++++++++++++++++++++++++++++ */

footer {
  position: relative;
}

@media screen and (min-width: 769px) {
  .pc_footer { display: block !important; }
  .sp_footer { display: none !important; }
}
@media screen and (max-width: 768px) {
  .pc_footer { display: none !important; }
  .sp_footer { display: block !important; }
}


/* footer-contact
-----------------------------------*/
.footer-contact {
  position: relative;
  padding: 50px 0;
  background: url(/common/img/footer/footer_contact_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.footer-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.footer-contact__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  color: var(--white);
}
.footer-contact__inner h3 {
  display: block;
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-family-Helvetica-Bd);
  font-weight: 700;
  color: var(--pink);
}
.footer-contact__inner h3 span {
  display: block;
  margin: 10px 0 0;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: var(--font-family-Noto-Sans);
  color: var(--white);
}
.footer-contact__txt {
  text-align: center;
  overflow: hidden;
}
.footer-contact__txt img {
  width: 60px;
}
.footer-contact__txt p {
  margin: 30px 0 0;
}
.footer-contact__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 40px 0 0;
}
.footer-contact__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 10px 20px 13px;
  text-align: center;
  font-size: 1.4rem;
  color: var(--white);
  border: var(--border-white);
  border-radius: 60px;
  transition: .3s;
}
.footer-contact__btn a::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Material Icons Outlined';
}
.footer-contact__btn a:hover {
  color: var(--black);
  background: var(--white);
}
@media screen and (max-width: 1199px) {
  .footer-contact__inner {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 40px 0;
  }
  .footer-contact__inner h3 {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  .footer-contact__inner h3 span {
    font-size: 3.2rem;
  }
  .footer-contact__txt p {
    text-align: left;
  }
    .footer-contact__btn {
    gap: 30px;
    margin: 30px 0 0;
  }
  .footer-contact__btn a {
    max-width: 320px;
  }
}


/* footer-contact-business
-----------------------------------*/
.footer-contact-business {
  position: relative;
}

/* top */
.business-top__contents {
  position: relative;
  background: url(/common/img/footer/footer_contact_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.business-top__contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.business-top__contents .wrapper {
  position: relative;
}
.business-top__contents h3 {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: var(--font-family-Helvetica-Bd);
  font-weight: 700;
  color: var(--pink);
}
.business-top__contents h3 span {
  display: block;
  margin: 10px 0 0;
  font-size: 4.2rem;
  font-family: var(--font-family-Noto-Sans);
  color: var(--white);
}
.business-top__contents dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  line-height: 1;
  color: var(--white);
}
.business-top__contents dl dt,
.business-top__contents dl dd {
  position: relative;
  width: 48%;
  border: var(--border-white);
  border-top: none;
}
.business-top__title {
  display: flex;
  align-items: center;
  margin: -25px 0 20px;
}
.business-top__title::before,
.business-top__title::after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  background: var(--white);
}
.business-top__title::before {
  margin-right: 20px;
}
.business-top__title::after {
  margin-left: 20px;
}
.business-top__title img {
  display: block;
  width: 50px;
}
.business-top__contents dl strong {
  display: block;
  font-size: 2.0rem;
  font-weight: normal;
}
.business-top__txt {
  padding: 0 40px 40px;
}
.business-top__contents dl dt .business-top__txt p {
  margin-top: 40px;
}
.business-top__contents dl dt .business-top__txt a {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding-left: 56px;
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--white);
}
.business-top__contents dl dt .business-top__txt a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  height: 26px;
  margin-top: -11px;
  background: url(/common/img/footer/icon_free.svg) no-repeat;
  background-size: contain;
}
.business-top__txt span {
  display: block;
  font-size: 1.2rem;
}
.business-top__txt p {
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.business-top__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0;
}
.business-top__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  background: var(--white);
  border: var(--border-white);
  border-radius: 60px;
  transition: .3s;
}
.business-top__btn a::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Material Icons Outlined';
}
.business-top__contents dl dd .business-top__txt a:hover {
  color: var(--white);
  background: none;
  border: var(--border-white);
}
@media screen and (max-width: 899px) {
  .business-top__txt {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .business-top__contents {
    padding: 40px 0;
  }
  .footer-contact-business h3 {
    margin: 0 0 60px;
    font-size: 1.2rem;
  }
  .footer-contact-business h3 span {
    font-size: 3.2rem;
  }
  .business-top__contents dl dt,
  .business-top__contents dl dd {
    width: 80%;
    min-width: 360px;
    margin: 0 auto;
  }
  .business-top__contents dl dt {
    margin-bottom: 60px;
  }
  .business-top__contents dl dt .business-top__txt p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .business-top__contents dl dt,
  .business-top__contents dl dd {
    width: 100%;
    min-width: 100%;
  }
  .business-top__contents dl dt .business-top__txt a {
    padding-left: 42px;
    font-size: 2.4rem;
  }
  .business-top__contents dl dt .business-top__txt a::before {
    width: 33px;
    height: 18px;
    margin-top: -7px;
  }
  .business-top__btn a {
    max-width: 400px;
  }
}

/* phone */
.business-phone__contents {
  position: relative;
  padding: 40px 0;
  color: var(--white);
  background: var(--gray);
}
.business-phone__contents .wrapper {
  position: relative;
}
.business-phone__txt {
  text-align: center;
  font-size: 1.4rem;
}
ul.business-phone__list {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
ul.business-phone__list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 8%) / 3);
  padding: 0 0 20px;
  border-bottom: var(--border-white);
}
.phone-list__area {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 6px 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--black);
  background: var(--white);
  border-radius: 30px;
}
.phone-list__detail-area {
  margin: 20px 0;
  font-size: 1.4rem;
}
.phone-list__call {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.phone-list__call span:nth-of-type(1) {
  margin-right: 50px;
  font-size: 1.6rem;
  line-height: 1;
}
.phone-list__call span:nth-of-type(2) {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}
.phone-list__call span:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/common/img/footer/icon_phone_list.svg) no-repeat;
}
.phone-list__call span:nth-of-type(2) a {
  color: var(--white);
}
.phone-list__hour {
  margin: 14px 0 0;
  text-align: center;
  font-size: 1.4rem;
}
.phone-list__hour span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  ul.business-phone__list {
    max-width: 92%;
  }
  .phone-list__call span:nth-of-type(1) {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 899px) {
  .business-phone__title {
    display: block;
    margin: 0 auto 20px;
  }
  .business-phone__txt {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  ul.business-phone__list li:nth-of-type(3) {
    margin-right: 0;
  }
  ul.business-phone__list li:nth-child(n+4) {
    margin-bottom: 0;
    border-bottom: none;
  }
  ul.business-phone__list li:nth-of-type(3) .phone-list__detail-area,
  ul.business-phone__list li:nth-of-type(4) .phone-list__detail-area {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .business-phone__title p {
    font-size: 1.6rem;
  }
  ul.business-phone__list {
    justify-content: space-between;
    gap: 30px 4%;
  }
  ul.business-phone__list li {
    width: 48%;
  }
  ul.business-phone__list li:last-child {
    border-bottom: none;
  }
  .phone-list__area {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .phone-list__detail-area {
    text-align: center;
    font-size: 1.2rem;
  }
  .phone-list__call span:nth-of-type(2) {
    font-size: 2.0rem;
  }
  .phone-list__call span:nth-of-type(2)::before {
    left: -26px;
    width: 20px;
    height: 20px;
  }
  .phone-list__hour {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .business-phone__contents .wrapper {
    max-width: 92%;
  }
  ul.business-phone__list li {
    width: 100%;
  }
}


/* scroll-top
-----------------------------------*/
.scroll-top {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: var(--pink);
  border: var(--border-pink);
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  z-index: 10;
}
.scroll-top span {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 1.6rem;
  color: var(--white);
}
.scroll-top span::before {
  content: '';
  display: block;
  margin: 0 auto 6px;
  text-align: center;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.scroll-top:hover {
  background: var(--white);
}
.scroll-top:hover span {
  color: var(--pink);
}
.scroll-top:hover span::before {
  border-color: var(--pink);
}
@media screen and (max-width: 768px) {
  .scroll-top {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .scroll-top span {
    padding: 14px 0 0;
    font-size: 1.4rem;
  }
  .scroll-top span::before {
    margin: 0 auto 4px;
  }
}


/* footer-contents
-----------------------------------*/
.footer-contents {
  position: relative;
  padding: 80px 0 54px;
  background: var(--gray-light);
  overflow: hidden;
}
.footer-contents__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 50px;
}
.footer-link__list {
  width: 20%;
}
.footer-link__list .pc_footer {
  margin-bottom: 10px;
  border-bottom: var(--border-black);
}
.footer-link__list.last li {
  border-bottom: var(--border-black);
}
.footer-link__list li a {
  display: inline-block;
  transition: .3s;
}
.footer-link__list li a:hover {
  opacity: .7;
}
.footer-link__list .footer-link__list-title {
  display: block;
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer-link__item li {
  font-size: 1.3rem;
  border-bottom: none !important;
}
.footer-link__list.last > li:last-child {
  margin-top: 30px;
  font-size: 1.4rem;
  border-bottom: none;
}
.footer-link__button {
  width: 28%;
}
.footer-link__button li:nth-child(-n+3) {
  margin: 0 0 20px;
}
.footer-link__button li a {
  position: relative;
  display: block;
  padding: 14px 30px;
  text-align: center;
  font-size: 1.3rem;
  color: var(--white);
  background: var(--gray);
  border: var(--border-gray);
  border-radius: 60px;
  transition: .3s;
}
.footer-link__button li a::after {
  content: '\e89e';
  position: absolute;
  top: 6px;
  right: 14px;
  font-size: 1.2rem;
  font-family: 'Material Icons Outlined';
}
.footer-link__button li:nth-of-type(3) a::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Material Icons Outlined';
}
.footer-link__button li a:hover {
  color: var(--gray);
  background: var(--white);
}
@media screen and (max-width: 1199px) {
  .footer-contents__inner {
    max-width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .footer-link__list {
    width: 30%;
  }
  .footer-link__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 0;
  }
  .footer-link__button li:nth-child(-n+3) {
    width: 32%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-link__list,
  .footer-link__button {
    width: 100%;
  }
  .footer-link__list li {
    margin: 0;
    padding: 14px;
  }
  .footer-link__list.last ul li.sp_footer {
    border-bottom: none;
  }
  .footer-link__list li a {
    display: block;
  }
  .footer-link__list .footer-link__list-title {
    margin: 0;
  }
  .footer-link__item {
    display: none;
    padding: 14px;
    border-bottom: var(--border-black);
  }
  .footer-link__item li {
    position: relative;
    margin-bottom: 16px;
    padding: 0;
  }
  .footer-link__item li:last-child {
    margin-bottom: 0;
  }
  .footer-link__item li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: var(--black);
  }
  .footer-link__item li a {
    display: block;
    padding-left: 36px;
  }
  .footer-link__list.last > li:last-child {
    margin: 10px 0 30px;
  }
  .footer-link__button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0;
  }
  .footer-link__button li:nth-child(-n+3) {
    width: 100%;
    margin: 0;
  }
  .footer-link__button li:nth-of-type(4) {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-contents {
    padding: 40px 0;
  }
}

/* copyright */
.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.0rem;
  line-height: 1;
}
.footer-copyright p {
  font-size: 1.1rem;
}
.footer-copyright a {
  font-size: 1.1rem;
  transition: .3s;
}
.footer-copyright a:hover {
  opacity: .7;
}
@media screen and (max-width: 1199px) {
  .footer-copyright {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    justify-content: center;
    gap: 20px 0;
  }
  .footer-copyright p {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .footer-copyright a {
    order: 1;
  }
}

/* accordion */
@media screen and (max-width: 768px) {
  .acc-title {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: var(--border-gray);
    cursor:pointer;
  }
  .acc-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 1px;
    background: var(--black);
    transition: .3s;
  }
  .acc-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: var(--black);
    transition: .3s;
  }
  .acc-title.open::before {
    transform: rotate(180deg);
  }
  .acc-title.open::after {
    opacity: 0;
  }
  .footer-link__list-last {
    padding: 30px 14px 0;
  }
  .footer-link__list-last li {
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
  }
  .footer-link__list-last li:last-child {
    margin-bottom: 0;
  }
}


@media print {
  .footer-contact,
  .footer-contact-business,
  .scroll-top,
  .footer-contents__inner,
  .footer-copyright a {
    display: none;
  }
  .footer-copyright {
    display: block;
  }
  .footer-copyright p {
    text-align: center;
  }
}