@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner {
  max-width: 1140px;
  margin: auto;
  padding: 0 10px;
}

/**************************************************************
footer
**************************************************************/
footer {
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
footer a {
  text-decoration: unset;
  color: inherit;
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
  color: inherit;
}
footer .con_sec {
  background: #EEF2F4;
  padding: clamp(27px, 3vw, 39px) 10px clamp(51px, 5.6vw, 73px);
  margin-bottom: clamp(21px, 2.3vw, 30px);
}
footer .con_sec span {
  display: block;
}
footer .con_sec .item_wrap {
  display: flex;
  justify-content: center;
  height: min(14vw, 140px);
}
footer .con_sec h2 {
  height: min(14vw, 140px);
  width: min(25vw, 250px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
footer .con_sec .right {
  border-left: 1px solid #A5A5A5;
  padding-left: clamp(24px, 2.6vw, 34px);
}
footer .con_sec .right h3 {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 2;
  margin-bottom: clamp(16px, 1.8vw, 23px);
}
footer .con_sec .right h3 span {
  font-size: 83.4%;
  font-weight: normal;
}
footer .con_sec .right .box {
  display: flex;
  justify-content: space-between;
  gap: 1em 0;
}
footer .con_sec .right .box .left_item p {
  font-size: 20px;
}
footer .con_sec .right .box .left_item p span {
  font-size: 65%;
  margin-left: 0.5em;
}
footer .con_sec .right .box .right_item a {
  background: #FADF0D;
  width: clamp(260px, 36vw, 360px);
  height: clamp(63px, 9.2vw, 92px);
  font-size: clamp(18px, 2.7vw, 27px);
  font-weight: bold;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .con_sec .right .box .right_item a span {
  font-size: 66.7%;
}
footer .con_sec .right .box .right_item a::before {
  content: "";
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 15px;
  height: 15px;
  rotate: -135deg;
  margin-right: clamp(19px, 2.1vw, 27px);
}
@media screen and (max-width: 540px) {
  footer .con_sec .right .box .right_item, footer .con_sec .right .box .right_item a {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  footer .con_sec .item_wrap {
    height: unset;
  }
  footer .con_sec .right .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 540px) {
  footer .con_sec {
    margin-bottom: 3em;
  }
  footer .con_sec .item_wrap {
    flex-direction: column;
  }
  footer .con_sec .right {
    border-left: unset;
    padding-left: unset;
  }
  footer .con_sec .right h3 {
    line-height: 1.6;
  }
  footer .con_sec .right h3 span {
    margin-top: 10px;
  }
  footer .con_sec .right .box .right_item {
    margin: auto;
  }
  footer .con_sec h2 {
    width: unset;
    height: unset;
    justify-content: flex-start;
    border-bottom: solid 1px #000;
    font-size: 24px;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
  }
}
footer .text_sec {
  padding-bottom: clamp(28px, 3.1vw, 40px);
}
footer .text_sec h2 {
  margin-bottom: 1em;
  font-size: clamp(21px, 2.5vw, 25px);
}
footer .text_sec .item_wrap {
  display: flex;
  gap: 3em clamp(41px, 4.5vw, 58px);
  flex-wrap: wrap;
  gap: 3em clamp(41px, 4.5vw, 58px);
}
footer .text_sec .item_wrap .item {
  width: calc((100% - clamp(41px, 4.5vw, 58px) * 2) / 3);
}
footer .text_sec .item_wrap .item h3 {
  border-bottom: 1px solid #00008B;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .text_sec .item_wrap .item h3::after {
  content: "";
  border-left: 2px solid #00008B;
  border-bottom: 2px solid #00008B;
  width: 10px;
  height: 10px;
  rotate: -135deg;
}
footer .text_sec .item_wrap .item ul {
  list-style: disc;
  margin-left: 1.3em;
  padding: unset;
}
footer .text_sec .item_wrap .item ul li:not(:last-of-type) {
  margin-bottom: 0.7em;
}
footer .text_sec .item_wrap .item ul a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .text_sec .item_wrap {
    flex-direction: column;
  }
  footer .text_sec .item_wrap .item {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  footer .text_sec h2 {
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.7;
  }
}
footer address {
  text-align: center;
  background: #011d6d;
  padding: 2.25rem 0;
  color: #fff;
}/*# sourceMappingURL=footer.css.map */