@charset "UTF-8";
.re-grid {
  display: grid;
}

@media (max-width: 767px) {
  .re-grid {
    grid-template-columns: 1fr;
  }
}
.re-accordion {
  display: block;
  grid-column: 1/-1;
  overflow: hidden;
  height: 0;
  transition: height 0.1s ease, padding 0.1s ease;
  box-sizing: border-box;
}

.re-solution-tab {
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 40px;
}
.re-solution-tab_wrap {
  display: flex;
  justify-content: center;
}
.re-solution-tab_child {
  width: 33.3333333333%;
}
.re-solution-tab_child a, .re-solution-tab_child p {
  color: #aaa;
  display: block;
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.re-solution-tab_child a._current, .re-solution-tab_child p._current {
  color: #000;
  position: relative;
}
.re-solution-tab_child a._current::after, .re-solution-tab_child p._current::after {
  background-color: #005EB8;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.re-solution-tab_child a:hover {
  color: #000;
}
.re-solution-list {
  gap: 16px;
  margin-bottom: 80px;
}
.re-solution-item {
  cursor: pointer;
  display: flex;
}
.re-solution-item.open .re-solution-title {
  background-color: #005EB8;
  color: #fff;
}
.re-solution-item.open .re-solution-title::after {
  border-color: #fff;
  transform: rotate(-135deg);
}
.re-solution-item.open .re-solution-body {
  padding-top: 24px;
}
.re-solution-image {
  flex-shrink: 0;
  height: 64px;
  width: 64px;
}
.re-solution-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-solution-title {
  background-color: #F6F6F6;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  height: 64px;
  line-height: 1.5;
  position: relative;
  padding-inline: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.re-solution-title::after {
  border-right: 2px solid #005EB8;
  border-bottom: 2px solid #005EB8;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  height: 10px;
  width: 10px;
}
.re-solution-body {
  margin-top: -16px;
}
.re-solution-body_inner {
  background-color: #F4F8FA;
  border-radius: 6px;
  padding: 24px;
  position: relative;
}
.re-solution-body_inner::before {
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #F4F8FA;
  border-top: 0;
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 0;
  width: 0;
}
.re-solution-body .re-solution-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.re-solution-body .re-solution-close::before {
  content: "×";
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #005EB8;
}
.re-solution-body .re-solution-close:hover {
  background: #F0F7FF;
}
.re-solution-body .re-solution-close:focus-visible {
  outline: 2px solid #99C4F3;
  outline-offset: 2px;
}
.re-solution-body_title {
  border-bottom: 1px solid #E6EBF0;
  margin-bottom: 40px;
}
.re-solution-body_title a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 0 16px;
}
.re-solution-body_title a::after {
  background-image: url("../images/solution/button-circle-blue.svg");
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 24px;
  height: 16px;
  width: 16px;
}
.re-solution-body_list_item {
  margin-bottom: 40px;
}
.re-solution-body_list_item:last-child {
  margin-bottom: 0;
}
.re-solution-body_list_item p {
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: left;
}
.re-solution-body_list_item p a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.re-solution-body_list_item p a::after {
  background-image: url("../images/solution/button-arrow-blue.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-top: 2px;
  margin-left: 24px;
  height: 12px;
  width: 12px;
}
.re-solution-body_list_item ul {
  padding-left: 4px;
}
.re-solution-body_list_item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.re-solution-body_list_item ul li::before {
  background-color: #333;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 4px;
  width: 4px;
}
.re-solution-body_list_item ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
}
.re-solution-body_list_item ul li a::after {
  background-image: url("../images/solution/button-arrow-blue.svg");
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 1px;
  margin-left: 12px;
  height: 10px;
  width: 10px;
}

@media (min-width: 768px) {
  .re-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .re-solution-tab_wrap {
    margin-inline: auto;
    width: 660px;
  }
  .re-solution-tab_child a, .re-solution-tab_child p {
    font-size: 16px;
  }
  .re-solution-body.odd .re-solution-body_inner::before {
    right: auto;
    left: 25%;
  }
  .re-solution-body.even .re-solution-body_inner::before {
    right: 25%;
    left: auto;
  }
  .re-solution-body_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .re-solution-body_list_item {
    border-bottom: 1px solid #E6EBF0;
    padding-bottom: 24px;
  }
  .re-solution-body_list_item:nth-child(odd) {
    padding-right: 12px;
  }
  .re-solution-body_list_item:nth-child(even) {
    padding-left: 12px;
  }
  .re-solution-body_list.is-odd .re-solution-body_list_item:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .re-solution-body_list.is-even .re-solution-body_list_item:nth-last-child(-n+2) {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .re-solution-body .re-solution-close {
    top: 6px;
    right: 12px;
  }
}
@media (min-width: 1200px) {
  #solution-tab {
    margin-top: -64px;
    padding-top: 64px;
  }
}
@media (min-width: 1280px) {
  .re-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .re-solution-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 152px;
  }
  .re-solution-item:hover .re-solution-title {
    background-color: #005EB8;
    color: #fff;
  }
  .re-solution-item:hover .re-solution-title::after {
    border-color: #fff;
  }
  .re-solution-title::after {
    bottom: 13px;
    right: 15px;
  }
  .re-solution-body.odd .re-solution-body_inner::before {
    right: auto;
    left: auto;
  }
  .re-solution-body.even .re-solution-body_inner::before {
    right: auto;
    left: auto;
  }
  .re-solution-body.group1 .re-solution-body_inner::before {
    right: auto;
    left: 16.5%;
  }
  .re-solution-body.group2 .re-solution-body_inner::before {
    right: 0;
    left: 0;
  }
  .re-solution-body.group3 .re-solution-body_inner::before {
    right: 16.5%;
    left: auto;
  }
  .re-solution-body_inner {
    padding: 48px 40px;
  }
  .re-solution-body_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .re-solution-body_list.is-odd, .re-solution-body_list.is-even {
    border-bottom: initial;
    margin-bottom: initial;
  }
  .re-solution-body_list_item {
    border-bottom: 1px solid #E6EBF0 !important;
    margin-bottom: 40px !important;
    /* 三の倍数 - 2（例：4, 7, 10...個 → 最後の1つ） */
    /* 三の倍数 - 1（例：5, 8, 11...個 → 最後の2つ） */
    /* 三の倍数（例：6, 9, 12...個 → 最後の3つ） */
  }
  .re-solution-body_list_item:nth-child(odd) {
    padding-right: 0;
  }
  .re-solution-body_list_item:nth-child(even) {
    padding-left: 0;
  }
  .re-solution-body_list_item:nth-child(3n-2) {
    padding-right: 27px;
  }
  .re-solution-body_list_item:nth-child(3n-1) {
    padding-right: 13px;
    padding-left: 13px;
  }
  .re-solution-body_list_item:nth-child(3n) {
    padding-left: 27px;
  }
  .re-solution-body_list_item:nth-last-child(1):nth-child(3n-2) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(2):nth-child(3n-2), .re-solution-body_list_item:nth-last-child(1):nth-child(3n-1) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(3):nth-child(3n-2), .re-solution-body_list_item:nth-last-child(2):nth-child(3n-1), .re-solution-body_list_item:nth-last-child(1):nth-child(3n) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body .re-solution-close {
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 1600px) {
  .re-solution-tab {
    margin-bottom: 64px;
  }
  .re-solution-list {
    gap: 48px 40px;
  }
  .re-solution-item {
    margin-bottom: 0;
  }
  .re-solution-image {
    height: 90px;
    width: 90px;
  }
  .re-solution-title {
    font-size: 17px;
    height: 90px;
  }
  .re-solution-title::after {
    border-width: 3px;
    bottom: 18px;
    right: 15px;
    height: 12px;
    width: 12px;
  }
  .re-solution-body {
    margin-top: -40px;
    max-width: 1320px;
  }
  .re-solution-body_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .re-solution-body_list_item {
    border-bottom: 1px solid #E6EBF0 !important;
    margin-bottom: 40px !important;
    /* 4の倍数 - 3（例：5, 9, 13...個 → 最後の1つ）*/
    /* 4の倍数 - 2（例：6, 10, 14...個 → 最後の2つ）*/
    /* 4の倍数 - 1（例：7, 11, 15...個 → 最後の3つ）*/
    /* 4の倍数（例：8, 12, 16...個 → 最後の4つ）*/
    /* 5個など：末尾から2番目が 4n（=4,8,12...）のときは復活（例：合計5個 → 4番目） */
    /* 6,10,14個など：末尾から3番目が 4n（=4,8,12...）のときは復活（例：合計6個 → 4番目） */
    /* 9,13,17個など：末尾から3番目が 4n-1（=3,7,11...）のときは復活（例：合計9個 → 7番目） */
  }
  .re-solution-body_list_item:nth-child(3n-2) {
    padding-right: 0px;
  }
  .re-solution-body_list_item:nth-child(3n-1) {
    padding-right: 0px;
    padding-left: 0px;
  }
  .re-solution-body_list_item:nth-child(3n) {
    padding-left: 0px;
  }
  .re-solution-body_list_item:nth-child(4n-3) {
    padding-right: 48px;
  }
  .re-solution-body_list_item:nth-child(4n-2), .re-solution-body_list_item:nth-child(4n-1) {
    padding-right: 24px;
    padding-left: 24px;
  }
  .re-solution-body_list_item:nth-child(4n) {
    padding-left: 48px;
  }
  .re-solution-body_list_item:nth-last-child(1):nth-child(4n-3) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(2):nth-child(4n-3), .re-solution-body_list_item:nth-last-child(1):nth-child(4n-2) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(3):nth-child(4n-3), .re-solution-body_list_item:nth-last-child(2):nth-child(4n-2), .re-solution-body_list_item:nth-last-child(1):nth-child(4n-1) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(4):nth-child(4n-3), .re-solution-body_list_item:nth-last-child(3):nth-child(4n-2), .re-solution-body_list_item:nth-last-child(2):nth-child(4n-1), .re-solution-body_list_item:nth-last-child(1):nth-child(4n) {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .re-solution-body_list_item:nth-last-child(2):nth-child(4n) {
    border-bottom: 1px solid #E6EBF0 !important;
    margin-bottom: 40px !important;
  }
  .re-solution-body_list_item:nth-last-child(3):nth-child(4n) {
    border-bottom: 1px solid #E6EBF0 !important;
    margin-bottom: 40px !important;
  }
  .re-solution-body_list_item:nth-last-child(3):nth-child(4n-1) {
    border-bottom: 1px solid #E6EBF0 !important;
    margin-bottom: 40px !important;
  }
}/*# sourceMappingURL=style.css.map */