  @charset "UTF-8";
.news-main a {
  color: #00559C;
  text-decoration: underline;
}

.news-main p {
  margin-bottom: 2rem;
}

.news-main th {
  padding: 1rem; 
}

.news-main td {
  padding: 1rem; 
}

.ir-archive-head {
  background: #F2F2F2;
  margin-bottom: 2rem;
  padding: 2rem;
}
.ir-archive-head__wrap {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ir-archive-head__wrap {
    flex-direction: column;
  }
}
.ir-archive-head__wrap:last-child {
  margin-bottom: 0;
}
.ir-archive-head__label {
  font-size: 1.6rem;
  font-weight: 600;
  width: 8rem;
  padding: 0.4rem 0 0;
}
@media (max-width: 768px) {
  .ir-archive-head__label {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.ir-archive-head__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.ir-archive-head__item {
  width: 100px;
}
@media (max-width: 768px) {
  .ir-archive-head__item {
    width: calc(33.3333333333% - 0.7rem);
  }
}
.ir-archive-head__item--cat {
  width: auto;
}
.ir-archive-head__item a {
  background: #7C7C7C;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem 2rem;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .ir-archive-head__item a {
    font-size: 1.1rem;
    padding: 0.7rem 1rem;
  }
}
.ir-archive-head__item.is-current a {
  background: var(--blue);
}
.ir-select {
  width: 230px;
  cursor: pointer;
  background: #fff;
}
.ir-select::before {
  width: 30px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: var(--blue);
  z-index: 5;
}
.ir-select::after {
  content: "";
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  z-index: 6;
}
.ir-select__select {
  width: 100%;
  appearance: none;
  border: 1px solid var(--blue);
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  z-index: 7;
  background: transparent;
}
.ir-news-list {
  border-top: 1px solid #A2A2A2;
}
.ir-news-list__item {
  border-bottom: 1px solid #A2A2A2;
}
.ir-news-list__item a {
  display: flex;
  padding: 1.5rem 0;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .ir-news-list__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.ir-news-list__spwrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ir-news-list__date {
  width: 110px;
}
.ir-news-list__icon {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4rem 2rem;
  width: 100px;
  border-radius: 80px;
  text-align: center;
}
.ir-news-list__icon--01 {
  background: var(--green);
}
.ir-news-list__icon--02 {
  background: var(--red);
}
.ir-news-list__icon--03 {
  background: var(--yellow);
}
.ir-news-list__icon--04 {
  background: var(--green2);
}
.ir-news-list__icon--05 {
  background: var(--blue);
}
.ir-news-list__icon--06 {
  background: var(--orange);
}

.management {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .management {
    flex-direction: column;
    gap: 2rem;
  }
}
.management-head {
  flex: 1;
}
.management p {
  margin-bottom: 2rem;
}
.management p:last-child {
  margin-bottom: 0;
}
.management-image {
  width: 50%;
  max-width: 245px;
}
@media (max-width: 768px) {
  .management-image {
    width: 100%;
    max-width: 100%;
  }
}

.soshikizu-box {
  margin-bottom: 12rem;
}
.soshikizu-image {
  text-align: center;
}
.soshikizu-image img {
  max-width: 600px;
  width: 100%;
}

.yakuin-set {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .yakuin-set {
    margin-bottom: 3rem;
  }
}
.yakuin-set:last-child {
  margin-bottom: 0;
}
.yakuin-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.yakuin-list__item {
  width: calc(50% - 2rem);
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 520px) {
  .yakuin-list__item {
    width: 100%;
    max-width: 100%;
  }
}
.yakuin-list__image {
  width: 50%;
  max-width: 124px;
}
@media (max-width: 768px) {
  .yakuin-list__image {
    max-width: 120px;
    width: 30%;
  }
}
.yakuin-list__position {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 840px) {
  .yakuin-list__position {
    font-size: 1.4rem;
  }
}
.yakuin-list__name {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 840px) {
  .yakuin-list__name {
    font-size: 1.6rem;
  }
}
.yakuin-list__position2 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 840px) {
  .yakuin-list__position2 {
    font-size: 1.2rem;
  }
}
.yakuin-card {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.yakuin-card__item {
  width: calc(50% - 1.5rem);
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border: 1px solid #D9D9D9;
  height: 124px;
  text-align: center;
}
@media (max-width: 840px) {
  .yakuin-card__item {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .yakuin-card__item {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 1rem 0;
  }
}
.yakuin-card__position {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 840px) {
  .yakuin-card__position {
    font-size: 1.4rem;
  }
}
.yakuin-card__name {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 840px) {
  .yakuin-card__name {
    font-size: 1.6rem;
  }
}
.yakuin-card__position2 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 840px) {
  .yakuin-card__position2 {
    font-size: 1.2rem;
  }
}

.group-table {
  width: 100%;
  border-top: 1px solid #BABABA;
  margin-bottom: 4rem;
}
.group-table:last-child {
  margin-bottom: 0;
}
.group-table th {
  width: 30%;
  border-bottom: 1px solid #BABABA;
  background: #EFF6FC;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 1rem 2rem;
}
@media (max-width: 520px) {
  .group-table th {
    padding: 1rem;
    display: block;
    width: 100%;
  }
}
.group-table-td {
  width: 70%;
  border-bottom: 1px solid #BABABA;
  vertical-align: middle;
  padding: 1rem 2rem;
}
@media (max-width: 520px) {
  .group-table-td {
    padding: 1rem;
    display: block;
    width: 100%;
  }
}
.group-table-td a {
  color: #00559C;
  text-decoration: underline;
}

.library-set {
  margin-bottom: 3rem;
  border: 1px solid #707070;
}
.library-set:last-child {
  margin-bottom: 0;
}
.library-set__title {
  background: var(--blue);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
}
.library-set__box {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .library-set__box {
    flex-direction: column;
  }
}
.library-set__detail {
  flex: 1;
}
@media (max-width: 520px) {
  .library-set__text {
    margin-bottom: 1.5rem;
  }
}
.library-set__text a {
  color: #00559C;
  text-decoration: underline;
}
.library-set__btn {
  width: 30%;
  max-width: 162px;
}
@media (max-width: 520px) {
  .library-set__btn {
    max-width: 70%;
    width: 70%;
  }
}
.library-set__btn a {
  display: block;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 1.1rem;
  color: var(--blue);
  text-align: center;
  padding: 1rem 0;
  transition: 0.1s all;
}
.library-set__btn a span {
  background: transparent url("../img/top/icon_arrow_b.svg") no-repeat 1rem center;
  padding: 0 3rem;
  transition: 0.1s all;
}
.library-set__btn a:hover {
  background: var(--blue);
  color: #fff;
  opacity: 1;
}
.library-set__btn a:hover span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat 1rem center;
}
.library-set__btn--pdf a::before {
  content: "";
  background: transparent url("../img/common/icon_pdf.svg") no-repeat center center;
  display: block;
  background-size: cover;
  width: 12px;
  height: 14px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: 0.2s all;
}
.library-set__btn--pdf a:hover::before {
  background: transparent url("../img/common/icon_pdf_o.svg") no-repeat center center;
}
.library-set__link a {
  color: #00559C;
  text-decoration: underline;
}
.library-set__link--pdf {
  background: transparent url("../img/common/icon_pdf.svg") no-repeat right center;
  padding: 0 2rem 0 0;
}
.library-list__item {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
}
.library-list__item--min {
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.library-list__link {
  color: #00559C;
  text-decoration: underline;
}
.library-list__link--pdf {
  background: transparent url("../img/common/icon_pdf.svg") no-repeat right center;
  padding: 0 2rem 0 0;
}
.library-box {
  margin-bottom: 3rem;
}
.library-box:last-child {
  margin-bottom: 0;
}

.kabushiki-after {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
}
.kabushiki-graph {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4rem;
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kabushiki-graph {
    flex-direction: column;
  }
}
.kabushiki-graph__head {
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kabushiki-graph__image {
  position: absolute;
  top: 0;
  left: 0;
}
.kabushiki-graph__text {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.kabushiki-graph__detail {
  flex: 1;
  font-size: 1.6rem;
}
.kabushiki-graph__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.kabushiki-graph__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.kabushiki-graph__wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.kabushiki-graph__icon {
  width: 18px;
  height: 18px;
  display: block;
}
.kabushiki-graph__icon--01 {
  background: #00559C;
}
.kabushiki-graph__icon--02 {
  background: #1D7AC7;
}
.kabushiki-graph__icon--03 {
  background: #56A7EB;
}
.kabushiki-graph__icon--04 {
  background: #78B7EA;
}
.kabushiki-graph__icon--05 {
  background: #99CEF7;
}
.kabushiki-graph__icon--06 {
  background: #AAAAAA;
}

.kaigai-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .kaigai-list {
    flex-direction: column;
  }
}
.kaigai-list__item {
  width: calc(33.3333333333% - 1.5rem);
}
@media (max-width: 768px) {
  .kaigai-list__item {
    width: 100%;
  }
}
.kaigai-list__name::before {
  content: "■";
}
.kaigai-list__thum {
  margin-bottom: 1rem;
}
.kaigai-list__text {
  margin-bottom: 1rem;
}
.kaigai-list__text a {
  color: #00559C;
  text-decoration: underline;
}
.kaigai-list2 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .kaigai-list2 {
    flex-direction: column;
  }
}
.kaigai-list2__item {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .kaigai-list2__item {
    flex-direction: column;
  }
}
.kaigai-list2__thum {
  width: 50%;
  max-width: 240px;
}
.kaigai-list2__detail {
  flex: 1;
}
.kaigai-list2__title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .kaigai-list2__title {
    font-size: 1.4rem;
  }
}
.kaigai-list2__items {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.kaigai-list2__items li {
  text-indent: -2rem;
  padding-left: 2rem;
}
.kaigai-list2__items li::before {
  content: "■";
  padding: 0 0.5rem 0 0;
}

.saiyou {
  padding-bottom: 4rem;
}
.saiyou-mv {
  background: transparent url("../img/saiyou/img_mv.jpg") no-repeat center top;
  background-size: cover;
  height: 1000px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
@media (max-width: 1500px) {
  .saiyou-mv {
    height: 850px;

  }
}
@media (max-width: 1200px) {
  .saiyou-mv {
    height: 700px;

  }
}
@media (max-width: 768px) {
  .saiyou-mv {
    height: 140vw;
    background: transparent url("../img/saiyou/img_mv_sp.jpg") no-repeat center top;
    background-size: 100%;

  }
}
.saiyou-mv__lead {
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2rem;
  padding: 0 8rem;
}
@media (max-width: 768px) {
  .saiyou-mv__lead {
    font-size: 13vw;
    padding: 0 3rem;
  }
}
.saiyou-mv__lead::before {
  content: "";
  clip-path: polygon(0 100%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  top: 1rem;
  background: #fff;
  display: block;
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .saiyou-mv__lead::before {
    width: 20px;
    height: 20px;
  }
}
.saiyou-mv__lead::after {
  content: "";
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .saiyou-mv__lead::after {
    width: 20px;
    height: 20px;
  }
}
.saiyou-mv__label {
  font-size: 2.4rem;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .saiyou-mv__label {
    font-size: 1.8rem;
  }
}
.saiyou-mv__box {
  position: absolute;
  left: 10%;
  top: 35rem;
}
@media (max-width: 1500px) {
  .saiyou-mv__box {
    top: 30rem;

  }
}
@media (max-width: 1200px) {
  .saiyou-mv__box {
    top: 25rem;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .saiyou-mv__box {
    right: auto;
    left: 1rem;
    top: 1rem;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
.saiyou-nav {
  display: flex;
  gap: 3rem;
  top: -10rem;
  margin-bottom: -5rem;
}
@media (max-width: 768px) {
  .saiyou-nav {
    flex-direction: column;
    top: -2rem;
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.saiyou-nav__inner {
  color: #fff;
  width: 100%;
}
.saiyou-nav__label {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  background: transparent url("../img/saiyou/img_saiyou_line.svg") no-repeat center bottom;
  margin-bottom: 2rem;
}
.saiyou-nav__btn a {
  display: block;
  width: 180px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1.2rem 0.5rem;
  background: transparent url("../img/saiyou/icon_link.svg") no-repeat 96% center;
  transition: 0.1s all;
}
.saiyou-nav__btn a span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-nav__btn a:hover {
  background: #fff url("../img/saiyou/icon_link_b.svg") no-repeat 96% center;
  opacity: 1;
  color: var(--blue);
}
.saiyou-nav__btn a:hover span {
  background: transparent url("../img/top/icon_arrow_b.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-nav__btn--chuto a {
  background: none;
}
.saiyou-nav__btn--chuto a:hover {
  background-image: none !important;
}
.saiyou-nav__box {
  width: 50%;
  max-width: 480px;
  height: 216px;
  background: var(--blue);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .saiyou-nav__box {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem 0;
  }
}
.saiyou-nav__box:last-child {
  background: var(--orange);
}
.saiyou-nav__box:last-child .saiyou-nav__btn a:hover {
  background: #fff url("../img/saiyou/icon_link_o.svg") no-repeat 96% center;
  color: var(--orange);
}
.saiyou-nav__box:last-child .saiyou-nav__btn a:hover span {
  background: transparent url("../img/top/icon_arrow_o.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-contact {
  border: 1px solid var(--blue);
}
.saiyou-contact .c-sub {
  text-align: center;
}
@media (max-width: 768px) {
  .saiyou-contact .c-sub {
    margin-bottom: 1rem;
  }
}
.saiyou-contact__wrap {
  padding: 0.5rem 3rem 2rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .saiyou-contact__wrap {
    flex-direction: column;
    padding: 1rem;
    gap: 3rem;
  }
}
.saiyou-contact__wrap .c-sub {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.8rem 0;
  margin-bottom: 1rem;
}
.saiyou-contact__box {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .saiyou-contact__box {
    width: 100%;
  }
}
.saiyou-contact__tel a {
  color: var(--orange);
  font-size: 2.4rem;
  font-weight: 600;
  background: transparent url("../img/common/icon_tel.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-contact__btn {
  margin: 2rem 0 0;
}
.saiyou-contact__btn a {
  display: block;
  background: var(--orange);
  font-size: 1.1rem;
  max-width: 160px;
  margin: 0 auto 1rem;
  color: #fff;
  border-radius: 5px;
  padding: 1.3rem 0;
}
.saiyou-contact__btn a span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-contact__btn a:hover {
  background: var(--gray);
  opacity: 1;
}
.saiyou-contact__text a {
  color: #00559C;
  text-decoration: underline;
}
.saiyou-set {
  border-top: 2px solid #DDDDDD;
  padding: 2rem 0;
}
.saiyou-set-last {
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 6rem;
}
.saiyou-table {
  width: 100%;
}
.saiyou-table th {
  width: 30%;
  text-align: left;
  font-weight: 400;
  padding: 1rem;
}
@media (max-width: 768px) {
  .saiyou-table th {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.saiyou-table td {
  width: 70%;
}
@media (max-width: 768px) {
  .saiyou-table td {
    width: 100%;
    display: block;
  }
}
.saiyou-table-td {
  padding-bottom: 2rem;
}
.saiyou-table tr:last-child td {
  padding-bottom: 1rem;
}
.saiyou-table-icon {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.saiyou-table-icon::before {
  content: "●";
  color: #81BAEA;
}
.saiyou-entry {
  border: 1px solid var(--blue);
}
.saiyou-entry .c-sub {
  text-align: center;
}
@media (max-width: 768px) {
  .saiyou-entry .c-sub {
    margin-bottom: 1rem;
  }
}
.saiyou-entry__btn {
  text-align: center;
}
.saiyou-entry__btn a {
  display: block;
  background: var(--orange);
  font-size: 1.1rem;
  max-width: 160px;
  margin: 0 auto 1rem;
  color: #fff;
  border-radius: 5px;
  padding: 1.3rem 0;
}
.saiyou-entry__btn a span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.saiyou-entry__btn a:hover {
  background: var(--gray);
  opacity: 1;
}
.saiyou-voice__inner {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .saiyou-voice__inner {
    padding-bottom: 4rem;
  }
}
.saiyou-voice__wrap {
  display: flex;
  padding: 2rem 2rem 3rem;
}
@media (max-width: 768px) {
  .saiyou-voice__wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
/*
.saiyou-voice__wrap::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 29%, 0% 100%);
  background: var(--blue);
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (max-width: 768px) {
  .saiyou-voice__wrap::before {
    clip-path: polygon(0 0, 100% 0, 100% 73%, 0% 100%);
  }
}
*/
.saiyou-voice__head {
  flex: 1;
}
.saiyou-voice__head::before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@media (max-width: 768px) {
  .saiyou-voice__head::before {
    width: 20px;
    height: 20px;
  }
}
.saiyou-voice__lead {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  /*
  padding: 3rem 0 0 3rem;
  */
}
@media (max-width: 768px) {
  .saiyou-voice__lead {
    font-size: 1.6rem;
    padding: 2rem 0 0 2rem;
  }
}
.saiyou-voice__image {
  width: 230px;
}
@media (max-width: 768px) {
  .saiyou-voice__image {
    margin: 0 auto;
  }
}
.saiyou-voice__image img {
  margin-bottom: 2rem;
}
.saiyou-voice__image figcaption {
  text-align: center;
  color: var(--blue);
  font-weight: 600;
}
/*
.saiyou-voice__main {
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .saiyou-voice__main {
    padding: 0;
  }
}
*/
.saiyou-voice__main p {
  margin-bottom: 3rem;
}
.saiyou-voice__main p:last-child {
  margin-bottom: 0;
}

.after-set {
  margin-bottom: 6rem;
}
.after-set:last-child {
  margin-bottom: 0;
}
.after-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .after-list {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.after-list dt {
  width: 200px;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .after-list dt {
    width: 100%;
    font-size: 1.4rem;
    padding: 0.8rem;
    margin: 0;
  }
}
.after-list dd {
  flex: 1;
}
.after-flow__item {
  display: flex;
  gap: 2rem;
  padding-bottom: 5rem;
}
.after-flow__item::before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: var(--blue);
  width: 24px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 1.8rem;
  left: 70px;
}
@media (max-width: 768px) {
  .after-flow__item::before {
    width: 16px;
    height: 13px;
    left: 40px;
    bottom: 2.3rem;
  }
}
.after-flow__item:last-child {
  padding-bottom: 0;
}
.after-flow__item:last-child::before {
  display: none;
}
.after-flow__thum {
  max-width: 160px;
}
@media (max-width: 768px) {
  .after-flow__thum {
    max-width: 100px;
  }
}
.after-flow__detail {
  flex: 1;
  display: flex;
  align-items: center;
}
.after-flow__label {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .after-flow__label {
    font-size: 1.8rem;
  }
}
.after-flow__text {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .after-flow__text {
    font-size: 1.4rem;
  }
}
.after-flow__text--min {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .after-flow__text--min {
    font-size: 1.2rem;
  }
}

.shuzen-image {
  max-width: 677px;
  width: 100%;
  margin: 0 auto 3rem;
}
.shuzen-voice {
  border: 1px solid var(--orange);
  border-radius: 10px;
  padding: 6rem 2rem 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .shuzen-voice {
    padding: 3rem 2rem;
  }
}
.shuzen-voice__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: var(--orange);
  background: transparent url("../img/project/kenchiku/shuzen/bg_voice.svg") no-repeat center bottom;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .shuzen-voice__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.shuzen-voice__lead {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .shuzen-voice__lead {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.shuzen-voice__text p {
  margin-bottom: 2rem;
}
.shuzen-voice__text p:last-child {
  margin-bottom: 4rem;
}
.shuzen-voice__image {
  max-width: 380px;
  margin: 0 auto;
}
.shuzen-flow__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.shuzen-flow__item {
  padding: 1rem 0 1rem 11rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .shuzen-flow__item {
    padding: 1rem 0 1rem 5rem;
    font-size: 1.6rem;
  }
}
.shuzen-flow__item::after {
  content: "";
  clip-path: polygon(49% 62%, 0 0, 100% 0);
  background: #ADADAD;
  width: 24px;
  height: 19px;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.shuzen-flow__item:last-child::after {
  display: none;
}
.shuzen-flow__item a {
  display: block;
  background: var(--blue);
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 162px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0.6rem 0;
}
@media (max-width: 768px) {
  .shuzen-flow__item a {
    width: 120px;
  }
}
.shuzen-flow__item a span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat left center;
  padding: 0 0 0 2rem;
}
.shuzen-flow__item--01 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_01.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--01 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--02 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_02.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--02 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--03 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_03.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--03 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--04 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_04.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--04 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--05 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_05.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--05 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--06 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_06.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--06 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--07 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_07.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--07 {
    background-position: 1rem center;
    background-size: auto 30%;
  }
}
.shuzen-flow__item--08 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_08.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--08 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--09 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_09.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--09 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}
.shuzen-flow__item--10 {
  background: #4396DB url("../img/project/kenchiku/shuzen/icon_shuzen_10.svg") no-repeat 3rem center;
}
@media (max-width: 768px) {
  .shuzen-flow__item--10 {
    background-position: 1rem center;
    background-size: auto 50%;
  }
}

.catalog-list {
  display: flex;
  gap: 5.5rem 0;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .catalog-list {
    margin-bottom: 5rem;
  }
}
.catalog-list:last-child {
  margin-bottom: 0;
}
.catalog-list li {
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .catalog-list li {
    width: 50%;
  }
}
.catalog-list li span {
  font-size: 1rem;
}
.catalog-list li img {
  border: 1px solid #C4C4C4;
  padding: 0.2rem;
}
.catalog-list li a {
  color: #00559C;
  text-decoration: underline;
  font-size: 1.2rem;
}
.catalog-list li a:last-child {
  background: transparent url("../img/common/icon_pdf.svg") no-repeat right center;
  padding: 0 2rem 0 0;
  background-size: auto 12px;
}

.jisseki-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
.jisseki-set-nomb {
  margin-bottom: 0;
}
.jisseki-box {
  width: calc(33.3333333333% - 2rem);
}

.jisseki-box__inner {
  width: 50%;
  max-width: 100px;
}
@media (max-width: 768px) {
  .jisseki-box__inner {
    width: 100%;
    max-width: 100%;
  }
}
.jisseki-box.c-cat__wrap .textBody {
  width: 50%;
}
@media (max-width: 768px) {
  .jisseki-box.c-cat__wrap .textBody {
    width: 100%;
    max-width: 100%;
  }
}
.jisseki-box.c-cat__wrap .c-btn2 {
  width: 100%;
}
.jisseki-thum {
  width: 100%;
  height: 237px;
}
.jisseki-thum img {
  width: 100%;
  height: 100%;
  aspect-ratio : 1/1;
  object-fit : cover;
}
.jisseki-title {
  background: transparent url("../img/common/icon_arrow_o.svg") no-repeat left center;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0 1rem 2rem;
}
.jisseki-title a {
  color: #00559C;
  text-decoration: underline;
}
.jisseki-modal {
  display: none;
}
.jisseki-modal__title {
  background: var(--blue);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .jisseki-thum {
    height: auto;
  }
  .jisseki-thum img {
    height: auto;
  }
  .jisseki-modal__title {
    font-size: 1.4rem;
  }
}
.jisseki-modal__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .jisseki-modal__wrap {
    flex-direction: column;
  }
}
.jisseki-modal__box {
  width: 50%;
}
@media (max-width: 768px) {
  .jisseki-modal__box {
    width: 100%;
  }
}
.jisseki-modal__table {
  width: 100%;
  font-size: 1.2rem;
  border-right: 1px solid #A2A2A2;
  border-top: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .jisseki-modal__table {
    border-right: 1px solid #A2A2A2;
    border-left: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
  }
  .jisseki-modal__box:first-child .jisseki-modal__table {
    border-bottom: none;
  }
  .jisseki-modal__box:last-child .jisseki-modal__table {
    border-top: none;
  }
}
.jisseki-modal__table th {
  background: #DEDEDE;
  padding: 0.8rem;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid #A2A2A2;
  width: 25%;
}
@media (max-width: 768px) {
  .jisseki-modal__table th {
    border-bottom: 1px solid #A2A2A2;
  }
}
.jisseki-modal__table td {
  background: #fff;
  padding: 0.8rem;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 1px solid #A2A2A2;
  width: 75%;
}
@media (max-width: 768px) {
  .jisseki-modal__table td {
    border-bottom: 1px solid #A2A2A2;
  }
}
.jisseki-modal__box--left th {
  border-left: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .jisseki-modal__box--left th {
    border-right: 1px solid #A2A2A2;
  }
}
.jisseki-modal__box--right td {
  border-right: 1px solid #A2A2A2;
}
@media (max-width: 768px) {
  .jisseki-modal__box--right td {
    border-left: 1px solid #A2A2A2;
  }
}
.jisseki-nav {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.jisseki-nav li a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  background: #DBDBDB;
  border-radius: 10px;
}
.jisseki-nav li a.selected {
  background: var(--blue);
}
.jisseki-arrow {
  position: relative;
  z-index: 500;
}
.jisseki-arrow__prev {
  position: absolute;
  top: -20rem;
  left: -1rem;
}
@media (max-width: 768px) {
  .jisseki-arrow__prev {
    top: -10rem;
    left: -1rem;
  }
}
.jisseki-arrow__next {
  position: absolute;
  top: -20rem;
  right: -1rem;
}
@media (max-width: 768px) {
  .jisseki-arrow__next {
    top: -10rem;
    right: -1rem;
  }
}
.jisseki-panels {
  text-align: center;
  margin-bottom: 1rem;
}
.jisseki-acotitle {
  background: var(--blue);
  color: #fff;
  padding: 1.5rem 2rem;
}
.jisseki-subtext {
  margin: 1rem 0;
}

.modaal-container {
  max-width: 750px;
}

.jisseki2-wrap {
  display: flex;
  gap: 2rem;
}
.jisseki2-title {
  margin-bottom: 1rem;
}
.jisseki2-set {
  width: 48%;
}
.jisseki2-list {
  display: flex;
  padding-bottom: 1rem;
}
.jisseki2-list dt {
  font-weight: 600;
  width: 80px;
}
.jisseki2-list dd {
  flex: 1;
}

.symble-modal {
  display: none;
}
.symble-modal__wrap {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .symble-modal__wrap {
    flex-direction: column;
  }
}
.symble-modal__image {
  width: 50%;
  max-width: 240px;
}
@media (max-width: 768px) {
  .symble-modal__image {
    margin: 0 auto;
  }
}
.symble-modal__detail {
  flex: 1;
}

.gaiyou-wrap {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .gaiyou-wrap {
    flex-direction: column;
    gap : 1rem;
  }
}
.gaiyou-wrap ul {
  width: 33%;
}
@media (max-width: 768px) {
  .gaiyou-wrap ul {
    width: 100%;
  }
}
.gaiyou .c-btngroup {
  margin-bottom: 0;
}
.gaiyou .c-btngroup a {
  text-decoration: none;
}
.kiseki-set {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .kiseki-set {
    flex-direction: column;
  }
}
.kiseki-cap {
  font-size: 1.2rem;
  padding: 1rem 0 0;
}

.materiality-list {
  background: #deebf4;
  padding: 3rem;
  justify-content: center;
}
.materiality-list__inner {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .materiality-list__inner {
    gap: 1rem;
  }
}
.materiality-list__inner img {
  width: calc(33.3333333333% - 1.4rem);
  box-shadow: 0 0 10px #ccc;
}
@media (max-width: 768px) {
  .materiality-list__inner img {
    width: calc(50% - 0.5rem);
  }
}

.vi-wrap {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .vi-wrap {
    flex-direction: column;
  }
}
.vi-image1 {
  max-width: 200px;
}
@media (max-width: 768px) {
  .vi-image1 {
    margin: 0 auto;
  }
}
.vi-image2 {
  max-width: 276px;
}
@media (max-width: 768px) {
  .vi-image2 {
    margin: 0 auto;
  }
}
.vi-image3 {
  max-width: 120px;
}
@media (max-width: 768px) {
  .vi-image3 {
    margin: 0 auto;
  }
}
.vi-image4 {
  max-width: 269px;
}
@media (max-width: 768px) {
  .vi-image4 {
    margin: 0 auto;
  }
}
.vi-image5 {
  max-width: 276px;
}
@media (max-width: 768px) {
  .vi-image5 {
    margin: 0 auto;
  }
}
.vi-text {
  flex: 1;
}
.vi-text p {
  margin-bottom: 2rem;
}
.vi-text p:last-child {
  margin-bottom: 0;
}
.vi-text p a {
  color: #00559C;
  text-decoration: underline;
}
.vi-middle {
  margin-top: 3rem;
  border: #24a2d7 solid 1px;
}
.vi-middle .frame {
  border: 2px solid #fff;
  background: #e9f3fa;
  padding: 2rem;
}
.vi-middle h3 {
  font-size: 1.6rem;
  border-left: 4px solid #000;
  padding: 0 0 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .vi-middle h3 {
    font-size: 1.5rem;
  }
}
.vi-middle p {
  margin-bottom: 2rem;
}
.vi-middle p:last-child {
  margin-bottom: 0;
}

.dx-wrap {
  display: flex;
}
.dx-wrap p {
  width: 55%;
}
.dx-wrap p:last-child {
  flex: 1;
}

.integ-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.integ-wrap li {
  width: calc(33.3333333333% - 2rem);
  text-align: center;
}
@media (max-width: 768px) {
  .integ-wrap li {
    width: calc(50% - 1.5rem);
  }
}

.esg__wrap {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .esg__wrap {
    flex-direction: column;
  }
}
.esg__detail {
  flex: 1;
}
.esg__image1 {
  max-width: 330px;
  width: 100%;
}

.tab_panel {
  display: none;
}
.tab_panel.is-active {
  display: block;
}
.tab_radio {
  display: none;
  visibility: hidden;
}
.tab_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.tab_area label {
  background: #f4f4f4;
  border-top: 3px solid var(--blue);
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  display: block;
  width: 32%;
  text-align: center;
  font-size: 1.6rem;
  padding: 2rem 0;
  cursor: pointer;
}
.tab_area label:hover {
  background: var(--blue);
  color: #fff;
}
.tab_area label.is-active {
  background: var(--blue);
  color: #fff;
}

/*  IR ** */
.faq__wrap {
  display: flex;
}
.faq .c-aco-title .q {
  padding: 0 1rem 0 0;
}
.faq .c-aco-title .q::after {
  content: ".";
}
.faq .c-aco-detail {
  padding: 2rem 0 0 2rem;
}
.faq .c-aco-detail .a {
  padding: 0 1rem 0 0;
  color: var(--red);
}

.highlight-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .highlight-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.highlight-set {
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .highlight-set {
    width: 100%;
  }
}
.highlight-set .c-table {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .highlight-set .c-table {
    width: 100%;
  }
}
.highlight-set .c-table-th {
  padding: 0.3rem;
  font-size: 1.2rem;
}
.highlight-set .c-table-td {
  padding: 0.3rem;
  font-size: 1.2rem;
}
.highlight-graph {
  margin-bottom: 1rem;
}

.scholarshipstudent-wrap {
  display: flex;
  gap: 2rem;
}
.scholarshipstudent__item {
  width: calc(33.3333333333% - 1.5rem);
}
@media (max-width: 768px) {
  .scholarshipstudent__item {
    width: calc(50% - 1rem);
  }
}
.scholarshipstudent__img {
  margin: 0 0 0.5rem;
}

.sitemap-list {
  display: flex;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.sitemap-list li {
  padding: 0 0 0 1.2rem;
}
.sitemap-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sitemap-list li a {
  color: #00559C;
  text-decoration: none;
}
.sitemap .c-sub2 a {
  text-decoration: none;
}

.shuzen-wrap {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .shuzen-wrap {
    flex-direction: column;
  }
}
.shuzen-detail {
  flex: 1;
}
.shuzen-img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .shuzen-img {
    max-width: 70%;
  }
}
.shuzen-images {
  display: flex;
}

.ayumi-set {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ayumi-set {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.ayumi-set:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ayumi-set:last-child {
    margin-bottom: 1rem;
  }
}
.ayumi-text {
  flex: 1;
}
.ayumi-text p {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.ayumi-thum {
  display: flex;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 768px) {
  .ayumi .c-table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ayumi .c-table-th {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ayumi .c-table-td {
    display: block;
    width: 100%;
  }
}

.houshin-lead {
  background: #EFF6FC;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .houshin-lead {
    font-size: 1.6rem;
  }
}
.houshin-box {
  padding: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
.houshin-box:last-child {
  margin-bottom: 0;
}
.houshin-box-01 {
  background: #c96257;
}
.houshin-box-02 {
  background: #f19a31;
}
.houshin-box-03 {
  background: #7aaedb;
}
.houshin-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .houshin-title {
    padding-bottom: 1rem;
  }
}
.houshin-text {
  font-size: 1.4rem;
}

.sturdyframe-type__wrap {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sturdyframe-type__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.sturdyframe-type__wrap:last-child {
  margin-bottom: 0;
}
.sturdyframe-type__item {
  width: calc(50% - 1.5rem);
}
@media (max-width: 768px) {
  .sturdyframe-type__item {
    width: 100%;
  }
}
.sturdyframe-type__lead {
  margin-bottom: 1rem;
}

.nanodoriru-list {
  display: flex;
  gap: 2rem;
}
.nanodoriru-list__image {
  margin-bottom: 0.5rem;
}
.nanodoriru-list__caption {
  font-weight: 600;
}
.nanodoriru-arlist .c-sub4 {
  margin-bottom: 2rem;
}

.jisseki-list {
  display: flex;
  gap: 2rem 3rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.jisseki-list__item {
  width: calc(100% / 3 - 2rem);
}
@media (max-width: 768px) {
  .jisseki-list__item {
    width: calc(50% - 2rem);
  }
}
.jisseki-list__item img {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

.sekoujirei .c-list a {
  color: #00559C;
  text-decoration: underline;
}

/* SP table width 100% */
@media (max-width: 768px) {
  .c-table-sp100 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-table-sp100 .c-table thead, .c-table-sp100 tbody, .c-table-sp100 tr, .c-table-sp100 .c-table tbody, .c-table-sp100 .c-table tr, .c-table-sp100 .c-table-th, .c-table-sp100 .c-table-td {
    display: block;
    width: 100%;
  }
}

.enpasol-img {
  max-width: 320px;
}

.center .c-wrap-rev .c-wrap-image {
  max-width: 320px;
}

.kenkyujyo .c-wrap-image1 {
  max-width: 360px;
}

.doboku-jirei-wrap {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .doboku-jirei-wrap {
    flex-direction: column;
  }
}
.doboku-jirei__caption {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.search-list a {
  display: block;
  border-bottom: 1px dotted #cccc;
  padding: 1rem 0;
  text-decoration: underline;
}

.c-image img.aisatsu-image {
  width: 100%;
  max-width: 300px;
}

.c-image img.aisatsu-text {
  width: 100%;
  max-width: 472px;
}