@charset "UTF-8";
.u-lrg {
    font-size: 1.125rem;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
}
.c-commonSub01 {
    font-size: 1.125rem;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    align-items: flex-end;
}
.p-support {
  background-color: #FAFAFA;
  padding: 60px 5%;
}

@media (min-width: 959px) {
  .p-support {
    padding: 130px 40px;
  }
  .u-lrg {
    font-size: 1.875rem;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
  }
  .c-commonSub01 {
    font-size: 1.875rem;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    align-items: flex-end;
}
}
@media (min-width: 1239px) {
  .p-support {
    padding: 150px 40px;
  }
}
.p-support__lead {
  margin-top: 0;
}
@media (min-width: 1239px) {
  .p-support__item {
    max-width: 1240px;
    margin-inline: auto;
  }
}
.p-support > hr {
  border: 0;
  border-bottom: 1px solid #1a1a1a;
  margin: 30px 0;
}
@media (min-width: 809px) {
  .p-support > hr {
    margin: 50px 0;
  }
}
@media (min-width: 1239px) {
  .p-support > hr {
    max-width: 1240px;
    margin-inline: auto;
  }
}
.p-support__support {
  margin-bottom: 50px;
}
@media (min-width: 809px) {
  .p-support__support {
    margin-bottom: 80px;
  }
}
@media (min-width: 1239px) {
  .p-support__support {
    margin-bottom: 150px;
  }
}
.p-support__support hgroup {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 809px) {
  .p-support__support hgroup {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.p-support__support hgroup h4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 809px) {
  .p-support__support hgroup h4 {
    flex-direction: row;
    align-items: center;
    width: 60%;
    gap: 20px;
  }
}
@media (min-width: 1239px) {
  .p-support__support hgroup h4 {
    gap: 35px;
  }
}
.p-support__support hgroup h4 span:first-child img {
  width: 100%;
  max-width: 221px;
}
.p-support__support hgroup h4 span:last-child img {
  width: 100%;
  max-width: 496px;
}
.p-support__support hgroup > div {
  display: flex;
  gap: 16px;
}
@media (min-width: 809px) {
  .p-support__support hgroup > div {
    width: 35.9677419355%;
  }
}
.p-support__support hgroup > div figure {
  width: calc((100% - 16px) / 2);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p-support__support hgroup > div figure img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.p-support__support hgroup > div figure figcaption {
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: 3%;
  font-size: 0.75rem;
}
.p-support__support-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
@media (min-width: 809px) {
  .p-support__support-inner {
    gap: 35px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
  }
}
.p-support__support-inner > div div {
  text-align: left;
  margin-top: 20px;
}
.p-support__support-inner > div div p {
  /* background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, #cfcbce 50%, #cfcbce 100%), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #1a1a1a 100%); */
  background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, #FAFAFA 50%, #FAFAFA 100%), linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 96%, #1a1a1a 100%);
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 100%, 100% 2.4em;
  line-height: 2.4;
  font-weight: 500;
  font-size: 120%;
  position: relative;
}
@media (min-width: 959px) {
  .p-support__support-inner > div div p {
    font-size: 1.125rem;
  }
}
.p-support__support-inner > div div p::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px; /* line-height と同じ高さ */
  background: #cfcbce; /* 背景色で上書き */
}
@media (min-width: 809px) {
  .p-support__support-inner > div div {
    margin-top: 30px;
  }
}
@media (min-width: 959px) {
  .p-support__support-inner > div div {
    margin-top: 40px;
  }
}
@media (min-width: 809px) {
  .p-support__support-inner > div {
    width: 44.6774193548%;
    text-align: left;
  }
}
@media (min-width: 1239px) {
  .p-support__support-inner > div {
    width: calc(44.6774193548% - 35px);
  }
}
.p-support__support-inner > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 809px) {
  .p-support__support-inner > ul {
    width: 52.8225806452%;
  }
}
.p-support__support-inner > ul img {
  width: 100%;
}
.p-support__management hgroup {
  background-color: #ffe57a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 809px) {
  .p-support__management hgroup {
    flex-direction: row;
    justify-content: center;
    gap: 45px;
    border-radius: 20px;
    margin-bottom: 45px;
    align-items: center;
  }
}
.p-support__management hgroup > a {
  background-color: #b50005;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  gap: 10px;
  padding: 14px;
  font-size: 120%;
  transition: opacity 0.5s;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 809px) {
  .p-support__management hgroup > a {
    flex-direction: column;
    max-width: 158px;
    border-radius: 200px;
    aspect-ratio: 1;
    margin-inline: unset;
    box-shadow: 4px 4px 0px 0px #ffffff;
    line-height: 1.5;
    gap: 5px;
  }
}
.p-support__management hgroup > a br {
  display: none;
}
@media (min-width: 809px) {
  .p-support__management hgroup > a br {
    display: inline;
  }
}
.p-support__management hgroup > a img {
  width: 40px;
}
@media (min-width: 809px) {
  .p-support__management hgroup > a img {
    width: 52px;
  }
}
@media (hover: hover) {
  .p-support__management hgroup > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.p-support__management > ul {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-support__management > ul li {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 959px) {
  .p-support__management > ul li {
    width: calc((100% - 69px) / 4);
  }
}
@media (min-width: 809px) {
  .p-support__management > ul {
    margin: 35px 0;
  }
}
@media (min-width: 959px) {
  .p-support__management > ul {
    gap: 23px;
  }
}
.p-support__callcenter > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 809px) {
  .p-support__callcenter > div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.p-support__callcenter > div:not(:last-child) {
  margin-bottom: 20px;
  gap: 20px;
}
@media (min-width: 809px) {
  .p-support__callcenter > div:not(:last-child) {
    margin-bottom: 35px;
    gap: 30px;
  }
}
@media (min-width: 809px) {
  .p-support__callcenter > div:not(:last-child) > figure {
    width: 100%;
    max-width: 580px;
  }
}
.p-support__callcenter > div:not(:last-child) > figure img {
  max-width: 580px;
  width: 100%;
}
.p-support__callcenter > div:not(:last-child) > div {
  text-align: left;
  font-size: 110%;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-support__callcenter > div:not(:last-child) > div {
    font-size: 1.0625rem;
  }
}
.p-support__callcenter > div:not(:last-child) > div br {
  display: none;
}
@media (min-width: 809px) {
  .p-support__callcenter > div:not(:last-child) > div br {
    display: inline;
  }
}
.p-support__callcenter > div:last-child {
  gap: 15px;
}
@media (min-width: 809px) {
  .p-support__callcenter > div:last-child > figure {
    width: 100%;
    max-width: 367px;
  }
}
.p-support__callcenter > div:last-child > figure img {
  width: 60%;
  max-width: 367px;
}
@media (min-width: 809px) {
  .p-support__callcenter > div:last-child > figure img {
    width: 100%;
  }
}
.p-support__callcenter > div:last-child > a {
  display: inline-block;
}
@media (min-width: 809px) {
  .p-support__callcenter > div:last-child > a {
    width: 100%;
    max-width: 481px;
  }
}
.p-support__callcenter > div:last-child > a img {
  width: 100%;
  max-width: 481px;
}

.c-commonSub01.-support span {
  /* max-height: 30px;
  img {max-height: 30px;top: 0.5em;width: 101px;} */
  max-height: 40px;
}
.c-commonSub01.-support span img {
  max-height: 40px;
  width: 135px;
}
@media (min-width: 959px) {
  .c-commonSub01.-support span img {
    top: 0.5em;
  }
}
@media (min-width: 1199px) {
  .c-commonSub01.-support span {
    max-height: 80px;
  }
  .c-commonSub01.-support span img {
    max-height: 80px;
    width: 271px;
    top: 0.5em;
  }
}
.c-commonSub01.-management span {
  /* max-height: 31px;
  img {max-height: 31px;top: .5em;width: 181px;} */
  max-height: 41px;
}
.c-commonSub01.-management span img {
  max-height: 41px;
  width: 239px;
}
@media (min-width: 959px) {
  .c-commonSub01.-management span img {
    top: 0.5em;
  }
}
@media (min-width: 1199px) {
  .c-commonSub01.-management span {
    max-height: 82px;
  }
  .c-commonSub01.-management span img {
    max-height: 82px;
    width: 479px;
    top: 0.5em;
  }
}
/*# sourceMappingURL=support.css.map */