.article:first-of-type {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .article:first-of-type {
    margin-top: 50px;
  }
}
.article:nth-of-type(2) .article__container {
  margin-bottom: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article:nth-of-type(2) .article__container {
    margin-bottom: 60px;
  }
}
.article:nth-of-type(3) .article__container {
  margin-top: 120px;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .article:nth-of-type(3) .article__container {
    margin-top: 60px;
  }
}
.article:nth-of-type(5) .article__container {
  margin-bottom: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article:nth-of-type(5) .article__container {
    margin-bottom: 60px;
  }
}
.article:nth-of-type(6) .article__container {
  margin-top: 120px;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .article:nth-of-type(6) .article__container {
    margin-top: 60px;
  }
}
.article:nth-of-type(7) .article__container {
  margin-bottom: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article:nth-of-type(7) .article__container {
    margin-bottom: 60px;
  }
}
.article__inner {
  max-width: 1000px;
  margin-inline: auto;
  width: 90%;
}
.article__container {
  padding-block: 80px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .article__container {
    padding-block: 40px;
  }
}
.article__head {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .article__head {
    gap: 10px;
  }
}
.article__icon {
  height: auto;
}
@media screen and (max-width: 768px) {
  .article__icon {
    scale: 0.7;
  }
}
.article__icon--1 {
  width: 51px;
  aspect-ratio: 51/45;
}
.article__icon--2 {
  width: 40px;
  aspect-ratio: 40/50;
}
.article__icon--3 {
  width: 46px;
  aspect-ratio: 46/46;
}
.article__icon--4 {
  width: 56px;
  aspect-ratio: 56/66;
}
.article__icon--5 {
  width: 49px;
  aspect-ratio: 49/54;
}
.article__icon--6 {
  width: 45px;
  aspect-ratio: 45/45;
}
.article__icon--7 {
  width: 51px;
  aspect-ratio: 51/45;
}
.article__title {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.article__title::before, .article__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.article__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.article__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 2.4rem;
  }
}
.article__title--small {
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
}
.article__contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .article__contents {
    margin-top: 30px;
  }
}
.article__contents--col2 {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .article__contents--col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.article__contents--col2:nth-of-type(3) {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .article__contents--col2:nth-of-type(3) {
    gap: 20px;
  }
}
.article__textbox {
  width: 100%;
}
.article__textbox--col2 {
  width: calc(100% - 335px);
}
@media screen and (max-width: 1024px) {
  .article__textbox--col2 {
    width: 100%;
  }
}
.article__lead {
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  margin-top: 40px;
}
.article__lead::before, .article__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.article__lead::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.article__lead::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media screen and (max-width: 768px) {
  .article__lead {
    font-size: 2rem;
  }
}
.article__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.article__disc::before, .article__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.article__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.article__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.article__disc:not(:first-of-type) {
  margin-top: 25px;
}
.article__disc--black {
  font-weight: 900;
  color: #000;
}
.article__disc--mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .article__disc--mt40 {
    margin-top: 30px !important;
  }
}
.article__disc--mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .article__disc--mt45 {
    margin-top: 35px !important;
  }
}
.article__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .article__list {
    margin-top: 30px;
  }
}
.article__item {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.article__link {
  color: #0d3da9;
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 17px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  transition: opacity 0.3s;
}
@media (hover) {
  .article__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .article__link {
    margin-top: 20px;
  }
}
.article__link::after {
  content: "";
  background: url(../../../images/common/icon_pdf.svg) center/contain, no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.article__label {
  max-width: 360px;
  width: 100%;
}

.free {
  max-width: 305px;
  width: 100%;
  border: 1px solid #0d3da9;
}
@media screen and (max-width: 768px) {
  .free {
    max-width: 100%;
  }
}
.free__head {
  padding-block: 2.5rem;
  background: #0d3da9;
  color: var(--white);
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  position: relative;
}
.free__head::before, .free__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.free__head::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.free__head::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .free__head {
    padding-block: 15px;
  }
}
.free__head::after {
  content: "";
  background: #0d3da9;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: auto;
  aspect-ratio: 22/12;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
.free__disc {
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  padding: 3rem 2.5rem 2.5rem 2.5rem;
  color: #0d3da9;
}
.free__disc::before, .free__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.free__disc::before {
  margin-block-end: calc((1 - 1.5714285714) * 0.5em);
}
.free__disc::after {
  margin-block-start: calc((1 - 1.5714285714) * 0.5em);
}

.contact:last-of-type {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .contact:last-of-type {
    margin-bottom: 80px;
  }
}
.contact__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  background: #f0f3f5;
  padding-block: 40px 55px;
}
@media screen and (max-width: 1024px) {
  .contact__inner {
    padding-block: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .contact__inner {
    padding-block: 30px;
  }
}
.contact__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .contact__container {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.contact__head {
  line-height: 1.2727272727;
  letter-spacing: 0.06em;
  font-size: 2.2rem;
  text-align: center;
}
.contact__head::before, .contact__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__head::before {
  margin-block-end: calc((1 - 1.2727272727) * 0.5em);
}
.contact__head::after {
  margin-block-start: calc((1 - 1.2727272727) * 0.5em);
}
.contact__left {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 8.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .contact__left {
    width: 100%;
    padding-right: 0;
    align-items: center;
  }
}
.contact__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.contact__right {
  border-left: 1px solid #d9d9d9;
  padding-left: 60px;
  padding-left: 5%;
  padding-block: 30px;
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .contact__right {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .contact__right {
    border-left: none;
    padding-top: 20px;
  }
}
.contact__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.contact__text::before, .contact__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.contact__text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.contact__reception {
  line-height: 2.1333333333;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  color: #737373;
  margin-top: 18px;
}
.contact__reception::before, .contact__reception::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__reception::before {
  margin-block-end: calc((1 - 2.1333333333) * 0.5em);
}
.contact__reception::after {
  margin-block-start: calc((1 - 2.1333333333) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .contact__reception {
    font-size: 1.3rem;
  }
}
.contact__icon--tell {
  width: 23px;
}
.contact__icon--device {
  width: 63px;
  height: auto;
  aspect-ratio: 63/39;
}
@media screen and (max-width: 1024px) {
  .contact__icon--device {
    width: 50px;
  }
}
.contact__number {
  line-height: 1.2142857143;
  letter-spacing: 0.06em;
  font-size: 2.8rem;
}
.contact__number::before, .contact__number::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__number::before {
  margin-block-end: calc((1 - 1.2142857143) * 0.5em);
}
.contact__number::after {
  margin-block-start: calc((1 - 1.2142857143) * 0.5em);
}
.contact__button {
  display: flex;
  border: 1px solid #737373;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  align-items: center;
  padding: 18px;
  max-width: 310px;
  width: 100%;
  position: relative;
  transition: opacity 0.3s, box-shadow 0.3s;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 820px) {
  .contact__button {
    max-width: 280px;
  }
}
@media (hover) {
  .contact__button:hover {
    opacity: 0.5;
    box-shadow: none;
  }
  .contact__button:hover::after {
    translate: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .contact__button {
    margin-inline: auto;
  }
}
.contact__button::after {
  content: "";
  position: absolute;
  right: 27px;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  display: inline-block;
  background: url(../../../images/common/icon_arrow.png) center/cover, no-repeat;
  transition: translate 0.3s;
}
.contact__tell {
  margin-top: 18px;
}
.contact__button-text {
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  text-align: center;
}
.contact__button-text::before, .contact__button-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__button-text::before {
  margin-block-end: calc((1 - 1.5555555556) * 0.5em);
}
.contact__button-text::after {
  margin-block-start: calc((1 - 1.5555555556) * 0.5em);
}

.cause__container {
  padding: 17px 47px 17px 36px;
  background: #f7f7f5;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cause__container {
    flex-direction: column;
    padding: 17px 20px;
  }
}
.cause__head {
  padding-right: 34px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.cause__head::before, .cause__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.cause__head::before {
  margin-block-end: calc((1 - 1.4) * 0.5em);
}
.cause__head::after {
  margin-block-start: calc((1 - 1.4) * 0.5em);
}
.cause__list {
  padding: 15px 0 15px 45px;
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .cause__list {
    margin-top: 15px;
    padding: 0;
    border-left: 0;
  }
}
.cause__item {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.cause__item--black {
  font-weight: 900;
  color: #000;
}
.cause__note {
  color: #737373;
}
/*# sourceMappingURL=style.css.map */
