.info {
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .info {
    margin: 50px auto 0;
  }
}
.info__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.info__contents {
  display: grid;
  align-items: center;
  grid-template-columns: 535px 1fr;
  gap: 0 40px;
}
@media screen and (max-width: 1280px) {
  .info__contents {
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .info__contents {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .info__contents {
    gap: 20px;
  }
}
.info__ttl {
  font-size: 48px;
  font-family: var(--serif);
  color: var(--marukin);
  font-weight: 200;
  line-height: 1.4583333333;
}
@media screen and (max-width: 1280px) {
  .info__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .info__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .info__ttl {
    font-size: 28px;
  }
}
.info__text {
  font-size: var(--md);
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .info__text br {
    display: none;
  }
}

.organize {
  margin-top: 80px;
  background: #f0f0f0;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1024px) {
  .organize {
    margin-top: 40px;
    padding-block: 50px;
  }
}
.organize__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.organize__title {
  font-size: 36px;
  font-family: var(--serif);
  color: var(--marukin);
  font-weight: 200;
  word-break: keep-all;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .organize__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .organize__title {
    font-size: 24px;
  }
}
.organize__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organize__contents {
  max-width: 1000px;
  width: 100%;
  margin-top: 80px;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 14% 1fr;
}
@media screen and (max-width: 768px) {
  .organize__contents {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.organize__top {
  width: 100%;
  display: flex;
  gap: 0 40px;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .organize__top {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.organize__top .organize__lead {
  text-align: left;
  font-weight: 200;
  width: 535px;
}
@media screen and (max-width: 1024px) {
  .organize__top .organize__lead {
    width: auto;
  }
}
.organize__top .organize__disc {
  margin-top: 0;
  text-align: left;
  width: calc(100% - 575px);
  line-height: 1.875;
  letter-spacing: 0em;
}
.organize__top .organize__disc::before, .organize__top .organize__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.organize__top .organize__disc::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.organize__top .organize__disc::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.organize__top .organize__disc {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .organize__top .organize__disc {
    width: 100%;
    font-size: 14px;
  }
}
.organize__lead {
  line-height: 1.7307692308;
  letter-spacing: 0em;
}
.organize__lead::before, .organize__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.organize__lead::before {
  margin-block-end: calc((1 - 1.7307692308) * 0.5em);
}
.organize__lead::after {
  margin-block-start: calc((1 - 1.7307692308) * 0.5em);
}
.organize__lead {
  font-size: 26px;
  font-family: var(--serif);
  word-break: keep-all;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .organize__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .organize__lead {
    font-size: 17px;
  }
}
.organize__list {
  border-left: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .organize__list {
    border: none;
    margin-top: 40px;
  }
}
.organize__list-item {
  line-height: 1.8181818182;
  letter-spacing: 0em;
}
.organize__list-item::before, .organize__list-item::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.organize__list-item::before {
  margin-block-end: calc((1 - 1.8181818182) * 0.5em);
}
.organize__list-item::after {
  margin-block-start: calc((1 - 1.8181818182) * 0.5em);
}
.organize__list-item {
  font-size: 22px;
  width: 25%;
  border-right: 1px solid #cccccc;
  background: url(/services/img/icn_exclamation.svg) no-repeat center;
  background-size: 27px;
  height: 350px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media screen and (max-width: 1280px) {
  .organize__list-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .organize__list-item {
    height: auto;
    width: 48%;
    border: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    padding: 30px 2.5%;
    background-size: 15px;
  }
  .organize__list-item:nth-child(3), .organize__list-item:nth-child(4) {
    border-top: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .organize__list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 500px) {
  .organize__list-item {
    font-size: 12px;
  }
}
.organize__btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 45px 15px 30px;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin: 60px auto 0;
}
@media (hover) {
  .organize__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .organize__btn {
    padding: 15px 35px 15px 20px;
    margin-top: 30px;
  }
}
.organize__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}

.strength {
  padding: 100px 40px;
}
@media screen and (max-width: 1100px) {
  .strength {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .strength {
    padding: 40px 5%;
  }
}
.strength__lead {
  font-weight: 200;
  white-space: initial;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .strength__lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .strength__lead {
    font-size: 20px;
    line-height: 1.75;
  }
}
.strength__list {
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .strength__list {
    margin-top: 20px;
  }
}
.strength__list--5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1280px) {
  .strength__list--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .strength__list--5 {
    gap: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 900px) {
  .strength__list--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 900px) and (max-width: 768px) {
  .strength__list--5 {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.strength__list--5 .card {
  padding: 54px 20px 40px;
}
@media screen and (max-width: 768px) {
  .strength__list--5 .card {
    padding: 35px 15px 20px;
  }
}
.strength__list--5 .card__lead {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .strength__list--5 .card__lead {
    font-size: 16px;
  }
}
.strength__btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 45px 15px 30px;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin: 60px auto 0;
}
@media (hover) {
  .strength__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .strength__btn {
    margin-top: 30px;
    padding: 15px 35px 15px 20px;
  }
}
.strength__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .strength__btn::before {
    right: 15px;
  }
}

.case {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.case__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.case__contents {
  display: grid;
  grid-template-columns: auto 45.4166666667%;
  justify-content: space-between;
  align-items: start;
}
.case__contents:not(:has(.concept-box__text)) {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1024px) {
  .case__contents {
    grid-template-columns: repeat(1, 1fr);
    justify-content: start;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .case__contents {
    row-gap: 50px;
  }
}
.case__title {
  display: grid;
  align-items: center;
  grid-template-columns: 535px 1fr;
  gap: 0 40px;
}
@media screen and (max-width: 1280px) {
  .case__title {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .case__title {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.case__title-main {
  font-family: var(--serif);
  color: var(--marukin);
  font-size: 36px;
  line-height: 1.6666666667;
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .case__title-main {
    width: auto;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .case__title-main {
    font-size: 24px;
  }
}
.case__title-sub {
  font-size: 16px;
  line-height: 2.0833333333;
}
@media screen and (max-width: 1024px) {
  .case__title-sub {
    font-size: 14px;
  }
}
.case__item {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--marukin);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.case__item-num {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
  font-size: var(--md);
  letter-spacing: 0;
  line-height: 1;
  color: var(--marukin);
  position: absolute;
  font-size: 19px;
  top: 6%;
  left: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray2);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .case__item-num {
    width: 7.8125vw;
    font-size: 3.125vw;
    left: 6%;
    top: 6%;
  }
}
.case__item-ttl {
  text-align: center;
  font-family: var(--serif);
  color: var(--black);
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  line-height: 1.4583333333;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case__item-ttl {
    font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
  }
}
.case__item-text {
  height: 80px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0em;
}
.case__item-text::before, .case__item-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__item-text::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.case__item-text::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.case__item-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .case__item-text {
    font-size: clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);
  }
}
.case__find {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .case__find {
    margin-top: 0;
  }
}
.case__find-title {
  line-height: 1.7307692308;
  letter-spacing: 0em;
}
.case__find-title::before, .case__find-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__find-title::before {
  margin-block-end: calc((1 - 1.7307692308) * 0.5em);
}
.case__find-title::after {
  margin-block-start: calc((1 - 1.7307692308) * 0.5em);
}
.case__find-title {
  font-size: 26px;
  font-weight: 200;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .case__find-title {
    font-size: 18px;
  }
}
.case__list1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .case__list1 {
    gap: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .case__list1 {
    margin-top: 20px;
  }
}
.case__list1-item {
  width: calc((100% - 60px) / 3);
  border-radius: 20px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .case__list1-item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .case__list1-item {
    width: 100%;
  }
}
.case__list1-link {
  transition: opacity 0.3s;
}
@media (hover) {
  .case__list1-link:hover {
    opacity: 0.8;
  }
}
.case__hgroup {
  background-color: var(--marukin);
  color: var(--white);
  font-family: var(--serif);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
  border-radius: 20px 20px 0 0;
  height: 50px;
  gap: 10px;
}
.case__hgroup-en {
  font-weight: 200;
  line-height: 0;
  letter-spacing: 0em;
}
.case__hgroup-en::before, .case__hgroup-en::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__hgroup-en::before {
  margin-block-end: calc((1 - 0) * 0.5em);
}
.case__hgroup-en::after {
  margin-block-start: calc((1 - 0) * 0.5em);
}
.case__hgroup-en {
  font-size: 18px;
}
.case__hgroup-jp {
  padding-top: 6px;
  line-height: 0;
  letter-spacing: 0em;
}
.case__hgroup-jp::before, .case__hgroup-jp::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__hgroup-jp::before {
  margin-block-end: calc((1 - 0) * 0.5em);
}
.case__hgroup-jp::after {
  margin-block-start: calc((1 - 0) * 0.5em);
}
.case__hgroup-jp {
  font-size: 11px;
}
.case__list1-text {
  line-height: 1.5;
  letter-spacing: 0em;
}
.case__list1-text::before, .case__list1-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__list1-text::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.case__list1-text::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.case__list1-text {
  font-size: 20px;
  min-height: 150px;
  display: flex;
  padding: 30px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-right: 130px;
  min-height: 100px;
}
@media screen and (max-width: 1280px) {
  .case__list1-text {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .case__list1-text {
    min-height: 100px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .case__list1-text {
    font-size: 14px;
    padding-block: 20px;
  }
}
.case__list1-text:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 30px;
  translate: 0 -50%;
  width: 80px;
  height: 80px;
  background: url(/services/img/icn_arw.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .case__list1-text:after {
    width: 50px;
    height: 50px;
  }
}
.case__list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .case__list2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .case__list2 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.case__list2-link {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.case__list2-item {
  display: grid;
  grid-row: span 1;
  grid-template-rows: subgrid;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: var(--white);
}
.case__list2-item:nth-child(1) .case__list2-link {
  background-color: #249494;
}
.case__list2-item:nth-child(1) .case__list2-text {
  color: #249494;
}
.case__list2-item:nth-child(2) .case__list2-link {
  background-color: #cc5500;
}
.case__list2-item:nth-child(2) .case__list2-text {
  color: #cc5500;
}
.case__list2-item:nth-child(3) .case__list2-link {
  background-color: #208428;
}
.case__list2-item:nth-child(3) .case__list2-text {
  color: #208428;
}
.case__list2-text {
  background-color: #fff;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .case__list2-text {
    font-size: 12px;
  }
}
.case__list2-dl {
  padding: 0 20px;
}
.case__list2-dt {
  line-height: 1.09375;
  letter-spacing: 0em;
}
.case__list2-dt::before, .case__list2-dt::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__list2-dt::before {
  margin-block-end: calc((1 - 1.09375) * 0.5em);
}
.case__list2-dt::after {
  margin-block-start: calc((1 - 1.09375) * 0.5em);
}
.case__list2-dt {
  font-size: 32px;
  font-weight: 200;
  font-family: var(--serif);
  line-height: 1;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .case__list2-dt {
    margin-top: 20px;
    font-size: 24px;
  }
}
.case__list2-dd {
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: 0em;
}
.case__list2-dd::before, .case__list2-dd::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.case__list2-dd::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.case__list2-dd::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.case__list2-dd {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .case__list2-dd {
    font-size: 14px;
  }
}
.case__list2-img {
  display: block;
  width: 50px;
  margin-top: 20px;
  margin-left: auto;
  translate: 20px 0;
}
@media screen and (max-width: 768px) {
  .case__list2-img {
    margin-top: 10px;
  }
}
.case__list2-link {
  transition: opacity 0.3s;
  padding: 15px;
  display: block;
  border-radius: 20px;
}
@media (hover) {
  .case__list2-link:hover {
    opacity: 0.8;
  }
}
.case__btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 45px 15px 30px;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin: 40px auto 0;
}
@media (hover) {
  .case__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .case__btn {
    margin-top: 0;
    padding: 15px 35px 15px 20px;
  }
}
.case__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}
.case__text {
  margin-top: 80px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .case__text {
    margin-block: -20px -40px;
    font-size: 14px;
  }
}

.important-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .important-box {
    padding: 60px 0 50px;
  }
}
.important-box:nth-child(odd) {
  background: var(--gray2);
}
.important-box__num {
  margin: 0 auto;
  font-size: var(--lg);
  color: var(--marukin);
  left: 0;
  line-height: 1;
}
.important-box__inner {
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .important-box__inner {
    margin-top: 0;
  }
}
.important-box__contents {
  display: grid;
  grid-template-columns: auto 45.4166666667%;
  justify-content: space-between;
  align-items: start;
}
.important-box__contents:not(:has(.concept-box__text)) {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1024px) {
  .important-box__contents {
    grid-template-columns: repeat(1, 1fr);
    justify-content: start;
    row-gap: 20px;
  }
}
.important-box__title {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .important-box__title {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.important-box__title-main {
  font-family: var(--serif);
  color: var(--marukin);
  font-size: 36px;
  font-weight: 200;
  line-height: 1.6666666667;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
  .important-box__title-main {
    width: auto;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .important-box__title-main {
    font-size: 24px;
  }
}
.important-box__title-sub {
  font-size: 16px;
  line-height: 2.0833333333;
}
@media screen and (max-width: 1024px) {
  .important-box__title-sub {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .important-box__title-sub {
    margin: 0;
  }
}
.important-box__text {
  font-size: var(--md);
  line-height: 1.875;
}
.important-box__list {
  width: 90%;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
}
@media screen and (max-width: 850px) {
  .important-box__list {
    max-width: 500px;
    margin: 30px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 850px) and (max-width: 580px) {
  .important-box__list {
    max-width: 250px;
    grid-template-columns: 1fr;
  }
}
.important-box__item {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--marukin);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.important-box__item-num {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
  font-size: var(--md);
  letter-spacing: 0;
  line-height: 1;
  color: var(--marukin);
  position: absolute;
  font-size: 19px;
  top: 6%;
  left: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray2);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .important-box__item-num {
    width: 40px;
    font-size: 12px;
    left: 6%;
    top: 6%;
  }
}
.important-box__item-ttl {
  text-align: center;
  font-family: var(--serif);
  color: var(--black);
  font-size: clamp(0.875rem, -0.014rem + 1.85vw, 1.375rem);
  line-height: 1.4583333333;
  height: 60px;
  font-weight: 200;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .important-box__item-ttl {
    font-size: 16px;
  }
}
.important-box__item-text {
  height: 80px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0em;
}
.important-box__item-text::before, .important-box__item-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.important-box__item-text::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.important-box__item-text::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.important-box__item-text {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .important-box__item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .important-box__item-text {
    margin-top: 0;
  }
}
.important__btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 45px 15px 30px;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin: 60px auto 0;
}
@media (hover) {
  .important__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .important__btn {
    padding: 15px 35px 15px 20px;
    margin-top: 30px;
  }
}
.important__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}

.support {
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .support {
    padding-top: 60px;
  }
}
.support__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.support__title {
  display: grid;
  align-items: center;
  grid-template-columns: 535px 1fr;
}
@media screen and (max-width: 1280px) {
  .support__title {
    grid-template-columns: 450px 1fr;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .support__title {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .support__title {
    gap: 20px;
  }
}
.support__title-main {
  font-family: var(--serif);
  color: var(--marukin);
  font-weight: 200;
  font-size: 36px;
  line-height: 1.6666666667;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 1024px) {
  .support__title-main {
    width: auto;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .support__title-main {
    font-size: 24px;
  }
}
.support__title-sub {
  font-size: 16px;
  line-height: 2.0833333333;
}
@media screen and (max-width: 1024px) {
  .support__title-sub {
    font-size: 14px;
  }
}
.support__list {
  margin-top: 100px;
  border-top: solid 1px #cccccc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
@media screen and (max-width: 1280px) {
  .support__list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .support__list {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.support__item {
  padding: 60px 0;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .support__item {
    padding: 30px 0;
  }
}
.support__item-top {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  margin-bottom: 30px;
  gap: 28px;
}
@media screen and (max-width: 1280px) {
  .support__item-top {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 500px) {
  .support__item-top {
    grid-template-columns: 150px 1fr;
    gap: 15px;
  }
}
.support__item-top-left {
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  color: #fff;
  background: #000;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  font-weight: 200;
}
.support__item-top-left p {
  font-size: 22px;
  line-height: 1.27;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .support__item-top-left p {
    font-size: 20px;
  }
}
.support__item-top-left span {
  font-size: 12px;
}
.support__item-top-title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .support__item-top-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.support__item-top-text {
  font-size: 14px;
  line-height: 1.785;
}
@media screen and (max-width: 1280px) {
  .support__item-top-text {
    font-size: 13px;
  }
}
.support__item-bottom {
  display: flex;
  height: 45px;
  margin-left: 95px;
  border-radius: 10px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  .support__item-bottom {
    margin-left: 0;
    height: 38px;
  }
}
.support__item-bottom-left {
  color: #fff;
  background: var(--marukin);
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .support__item-bottom-left {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .support__item-bottom-left {
    width: 60px;
    font-size: 12px;
  }
}
.support__item-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px 30px;
  background: var(--gray2);
}
@media screen and (max-width: 768px) {
  .support__item-bottom-right {
    padding-inline: 10px 15px;
  }
}
.support__item-bottom-right p {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .support__item-bottom-right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .support__item-bottom-right p {
    font-size: 11px;
  }
}
.support__item-bottom-right p:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1280px) {
  .support__item-bottom-right p:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .support__item-bottom-right p:not(:last-child) {
    padding-right: 8px;
    margin-right: 12px;
  }
}
.support__item-bottom-right p:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  translate: 0 -50%;
  height: 1px;
  width: 32px;
  background: #999999;
  rotate: 105deg;
}
@media screen and (max-width: 1280px) {
  .support__item-bottom-right p:not(:last-child)::after {
    width: 26px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .support__item-bottom-right p:not(:last-child)::after {
    width: 22px;
  }
}

.strength2 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .strength2 {
    margin-top: 60px;
  }
}
.strength2__title {
  font-size: 36px;
  font-family: var(--serif);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .strength2__title {
    font-size: 24px;
  }
}
.strength2__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto 0;
  width: 90%;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .strength2__list {
    flex-direction: column;
    margin-top: 30px;
    gap: 20px;
  }
}
.strength2__list-item {
  width: calc((100% - 40px) / 2);
  border-radius: 20px;
  background-color: var(--marukin);
  color: var(--white);
  padding: 60px;
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 1024px) {
  .strength2__list-item {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .strength2__list-item {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .strength2__list-item {
    width: 100%;
    padding: 50px 5%;
  }
}
.strength2__list-item:before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  top: 10px;
  left: 10px;
  width: 55px;
  height: 20px;
  background-color: var(--white);
  color: var(--marukin);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .strength2__list-item:before {
    font-size: 12px;
    width: 40px;
  }
}
.strength2__list-title {
  font-family: var(--serif);
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.strength2__list-title::before, .strength2__list-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strength2__list-title::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.strength2__list-title::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.strength2__list-title {
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .strength2__list-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .strength2__list-title {
    font-size: 20px;
  }
}
.strength2__list-text {
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
.strength2__list-text::before, .strength2__list-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.strength2__list-text::before {
  margin-block-end: calc((1 - 1.7857142857) * 0.5em);
}
.strength2__list-text::after {
  margin-block-start: calc((1 - 1.7857142857) * 0.5em);
}
.strength2__list-text {
  font-size: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .strength2__list-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .strength2__list-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }
}
.strength2__btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 45px 15px 30px;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin: 60px auto 0;
}
@media (hover) {
  .strength2__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .strength2__btn {
    padding: 15px 35px 15px 20px;
    margin-top: 30px;
  }
}
.strength2__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}
/*# sourceMappingURL=layout.css.map */
