ul li {
  list-style-image: none !important;
}

.main_content.top {
  padding: 0;
}

.root main {
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .root main {
    padding: 0;
  }
}

.mainimg {
  position: relative;
}
@media (min-width: 1199px) {
  .mainimg {
    margin: 100px calc(50% - 50vw) 40px;
    width: 100vw;
  }
}
@media (max-width: 1199px) {
  .mainimg {
    width: 100%;
    margin: 100px 0 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .mainimg {
    margin-top: 86px;
  }
}
@media only screen and (max-width: 719px) {
  .mainimg {
    width: calc(100% + 40px);
    margin: 0px -20px 40px;
  }
}
.mainimg .swiper_box {
  position: relative;
}
.mainimg .swiper_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 33, 55, 0.1);
  z-index: 5;
  pointer-events: none;
}
.mainimg a {
  display: inline-block;
  width: 100%;
  aspect-ratio: 8/3;
  max-height: 600px;
}
.mainimg a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.mainimg a._disable {
  pointer-events: none;
  cursor: auto;
}
.mainimg a._disable:hover {
  pointer-events: none;
  cursor: auto;
}
.mainimg .mainimg_text {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  z-index: 10;
  max-width: 1200px;
  min-height: 150px;
  display: flex;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .mainimg .mainimg_text {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 719px) {
  .mainimg .mainimg_text {
    bottom: 0;
    margin: 1em 0.5em;
    flex-direction: column;
    justify-content: end;
  }
}
.mainimg .mainimg_text span {
  font-size: 3.75em;
  font-size: bold;
  font-family: "Zen Maru Gothic";
  line-height: 1.3;
  margin-right: 37px;
  text-shadow: 0px 0px 16px rgba(117, 140, 165, 0.004);
}
.mainimg .mainimg_text span br {
  display: none !important;
}
@media only screen and (max-width: 719px) {
  .mainimg .mainimg_text span {
    font-size: 2em;
    display: flex;
    align-items: flex-end;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .mainimg .mainimg_text span {
    font-size: 1.5em;
  }
}
.mainimg .mainimg_text small {
  font-size: 1.25em;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  line-height: 2.6;
  text-shadow: 0px 0px 16px rgba(117, 140, 165, 0.004);
}
@media only screen and (max-width: 719px) {
  .mainimg .mainimg_text small {
    font-size: 0.9em;
    line-height: 1.4;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 520px) {
  .mainimg .mainimg_text small {
    margin-top: 0.5em;
  }
}

.icon_new {
  color: #fff;
  background-color: #ff0000;
  padding: 0 10px;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.topics_section {
  background-color: #f6eef0;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 9px 70px;
}
@media only screen and (max-width: 719px) {
  .topics_section {
    padding: 4px 0px 8px;
    background-color: transparent;
    position: relative;
  }
  .topics_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    background-color: #f6eef0;
    display: block;
    width: 200vw;
    height: 100%;
    z-index: 5;
  }
  .topics_section * {
    position: relative;
    z-index: 10;
  }
}
.topics_section h2 {
  color: #d53b4a;
  font-size: 2.5em;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  line-height: 1;
  padding-top: 16px;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic";
}
.topics_section h2 small {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "Zen Maru Gothic";
}
@media only screen and (max-width: 719px) {
  .topics_section h2 {
    flex-direction: row;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 10px;
    font-size: 1.75em;
    padding-top: 16px;
  }
}
.topics_section .topics_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container {
    flex-direction: column;
  }
}
.topics_section .topics_container ul {
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container ul {
    padding-left: 0px;
  }
}
.topics_section .topics_container li {
  min-width: 800px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container li {
    min-width: 0;
  }
}
.topics_section .topics_container li::after {
  content: "";
  background-color: #e2d1d5;
  position: absolute;
  height: 1px;
  width: calc(100% + 18px);
  left: -18px;
  bottom: 0;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container li::after {
    width: 100%;
    left: 0px;
  }
}
.topics_section .topics_container li a.topics_text {
  color: #1b1b1b;
  font-family: "Zen Maru Gothic";
  padding: 1em 0;
  font-size: 16px;
  transition: 0.2s all;
  background: transparent;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container li a.topics_text {
    padding: 0.75em 0;
  }
}
.topics_section .topics_container li a.topics_text > * {
  display: flex;
  column-gap: 32px;
}
@media only screen and (max-width: 719px) {
  .topics_section .topics_container li a.topics_text > * {
    flex-direction: column;
  }
}
.topics_section .topics_container li a.topics_text.ext, .topics_section .topics_container li a.topics_text.pdf {
  color: #1b1b1b;
  padding-left: 0;
  background: transparent;
}
.topics_section .topics_container li a.topics_text:hover {
  text-decoration: none;
}
@media only screen and (max-width: 520px) {
  .topics_section .topics_container li a.topics_text {
    flex-direction: column;
  }
}
.topics_section .topics_container li a.topics_text .input_head {
  font-family: "Jost";
}
.topics_section .topics_container li a.topics_text:hover {
  color: #d53b4a;
}
.topics_section .topics_container li:last-of-type::after {
  content: none;
}

.news_section {
  display: flex;
  margin-top: 70px;
  margin-left: 70px;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .news_section {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .news_section {
    flex-direction: column;
    margin-left: 0;
    margin: 3em 0 calc(3em - 18px);
  }
}
.news_section .news_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .news_section .news_left {
    flex-direction: row;
    column-gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
.news_section .news_left h2 {
  color: #0b5bd3;
  font-size: 3.125em;
  font-family: "Zen Maru Gothic";
  display: flex;
  line-height: 1;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 16px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .news_section .news_left h2 {
    flex-direction: row;
    align-items: baseline;
    column-gap: 10px;
    row-gap: 10px;
    font-size: 2em;
    padding: 0;
  }
}
.news_section .news_left h2 small {
  color: #1b1b1b;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 719px) {
  .news_section .news_left h2 small {
    font-size: 16px;
  }
}
.news_section .news_left .tonews_btn {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  position: relative;
  font-size: 18px;
  padding-left: 64px;
  margin: 14px 0;
  color: #1b1b1b;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .news_section .news_left .tonews_btn {
    font-size: 15px;
    padding-left: 30px;
    margin: 10px 0 0;
  }
}
.news_section .news_left .tonews_btn:hover {
  color: #0c5bd2;
}
.news_section .news_left .tonews_btn:hover::before {
  left: 4px;
}
.news_section .news_left .tonews_btn::before {
  content: "";
  background: url(../img/index/tonews_btn.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transition: 0.2s all;
}
@media only screen and (max-width: 719px) {
  .news_section .news_left .tonews_btn::before {
    width: 21px;
    height: 21px;
  }
}
.news_section .news_right {
  min-width: 880px;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right {
    min-width: 0;
  }
}
.news_section .news_right .inews_contents {
  margin: 0;
}
.news_section .news_right .inews_contents li {
  margin-bottom: 0 !important;
  line-height: 1.4;
  padding-left: 0;
}
.news_section .news_right .inews_contents li:last-of-type {
  border-bottom: none;
}
.news_section .news_right .inews_contents li a {
  border-bottom: 1px solid #e0e4e9;
  background: transparent;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .inews_contents li a {
    padding-left: 0;
  }
}
.news_section .news_right .inews_contents li a:hover {
  text-decoration: none;
}
.news_section .news_right .news_text {
  display: flex;
  column-gap: 40px;
  color: #1b1b1b;
  align-items: center;
  padding: 18px 0 18px 0em;
  box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .news_text {
    column-gap: 0;
    flex-direction: column;
    align-items: start;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 520px) {
  .news_section .news_right .news_text {
    display: block;
  }
}
.news_section .news_right .news_text:hover {
  background-color: #e0e4e9;
  opacity: 0.8;
}
.news_section .news_right .news_text .news_head {
  display: flex;
  min-width: 300px;
  padding-left: 18px;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .news_text .news_head {
    column-gap: 20px;
    padding-left: 0px;
    flex-direction: column;
    min-width: inherit;
  }
}
@media only screen and (max-width: 520px) {
  .news_section .news_right .news_text .news_head {
    margin-bottom: 5px;
  }
}
.news_section .news_right .news_text .news_head .date {
  font-family: "Jost";
  font-weight: 500;
  width: 90px;
}
.news_section .news_right .news_text .news_head .icon_area {
  color: #7e8a9d;
  position: relative;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .news_text .news_head .icon_area {
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    margin: 5px 0 -10px;
  }
}
.news_section .news_right .news_text .news_head .icon_area .label {
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  min-width: 180px;
}
.news_section .news_right .news_text .news_head .icon_area .label:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .news_text .news_head .icon_area .label:not(:last-child) {
    margin-right: 10px;
  }
  .news_section .news_right .news_text .news_head .icon_area .label:last-child {
    margin-bottom: 10px;
  }
}
.news_section .news_right .news_text .news_head .icon_area .label::before {
  content: "";
  background: url(../img/index/cow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
  left: 0px;
}
.news_section .news_right .news_text .news_head .icon_area .label._exam::before {
  content: "";
  background: url(../img/index/exam.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 17px;
  height: 24px;
}
.news_section .news_right .news_text .news_head .icon_area .label._press::before {
  content: "";
  background: url(../img/index/press.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 21px;
  height: 22px;
}
.news_section .news_right .news_text .news_head .icon_area .label._giken::before {
  content: "";
  background: url(../img/index/giken.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 22px;
  height: 21px;
}
.news_section .news_right .news_text .news_head .icon_area .label._cow::before {
  content: "";
  background: url(../img/index/cow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
}
.news_section .news_right .news_text .news_head .icon_area .label._beef::before {
  content: "";
  background: url(../img/index/beef.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 24px;
}
.news_section .news_right .news_text .news_head .icon_area .label._pr::before {
  content: "";
  background: url(../img/index/pr.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
.news_section .news_right .news_text .news_head .icon_area .label._cowexam::before {
  content: "";
  background: url(../img/index/cowexam.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
.news_section .news_right .news_text .news_head .icon_area .label._others::before {
  content: "";
  background: url(../img/index/others.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
.news_section .news_right .news_text .news_head .icon_area .label._ivf::before {
  content: "";
  background: url(../img/index/ivf.webp) 50% 50%/contain no-repeat;
  position: absolute;
  height: 20px;
  width: 22px;
}
@media only screen and (min-width: 1200px) {
  .news_section .news_right .news_text .news_body {
    max-width: 550px;
  }
}
@media only screen and (max-width: 719px) {
  .news_section .news_right .news_text .news_body {
    padding-left: 0px;
    padding-top: 0.4em;
  }
}

.index_section {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .index_section {
    padding: 20px 0;
  }
}
.index_section::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -50vw;
  top: 0;
  background-color: #fff;
  width: 200vw;
}
.index_section .top_index_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  column-gap: 25px;
  max-width: 1200px;
}
@media only screen and (max-width: 719px) {
  .index_section .top_index_list {
    justify-content: center;
  }
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list {
    margin: 20px 0;
  }
}
.index_section .top_index_list li {
  width: calc((100% - 100px) / 5);
  padding-left: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .index_section .top_index_list li {
    width: calc((100% - 25px) / 2);
    max-width: 220px;
  }
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list li {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .index_section .top_index_list li:last-child {
    margin-bottom: 0;
  }
}
.index_section .top_index_list li a {
  position: relative;
  background: transparent;
  padding: 0;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list li a {
    display: flex;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
  }
  .index_section .top_index_list li a:hover {
    text-decoration: none;
  }
}
.index_section .top_index_list li a .index_img {
  aspect-ratio: 220/280;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list li a .index_img {
    max-width: 110px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.index_section .top_index_list li a .index_img::before {
  content: "";
  background: url(../img/index/topindex_before.webp) 50% 50%/contain no-repeat;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50px;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 5;
}
.index_section .top_index_list li a .index_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 10px;
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list li a .index_img img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.index_section .top_index_list li a:hover span {
  color: #193aa9;
}
.index_section .top_index_list li a:hover small {
  color: #193aa9;
}
.index_section .top_index_list li a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.index_section .top_index_list li a ._inner {
  z-index: 10;
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic";
  line-height: 1.4;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  height: 110px;
  max-width: 200px;
}
.index_section .top_index_list li a ._inner * {
  z-index: 10;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .index_section .top_index_list li a ._inner {
    bottom: -1px;
    left: -1px;
  }
}
@media only screen and (max-width: 520px) {
  .index_section .top_index_list li a ._inner {
    position: relative;
    max-width: none;
    height: auto;
    justify-content: center;
    border-radius: 10px;
    margin-left: 1em;
  }
}
.index_section .top_index_list li a ._inner span {
  max-width: 150px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3ex;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1ex;
}
@media only screen and (max-width: 719px) {
  .index_section .top_index_list li a ._inner span {
    max-width: inherit;
  }
}
.index_section .top_index_list li a ._inner span._1row {
  margin-bottom: 1em;
}
.index_section .top_index_list li a ._inner span::before {
  content: "";
  background: url(../img/index/topblue_arrow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  left: 0;
  top: 11px;
  margin: auto;
}
.index_section .top_index_list li a ._inner small {
  font-size: 1em;
  padding-left: 20px;
  color: #535353;
}

.related_section {
  margin-top: 50px;
  box-sizing: border-box;
}
.related_section h2 {
  color: #0b5bd3;
  font-size: 3.75em;
  font-family: "Zen Maru Gothic";
  line-height: 1;
  margin-bottom: 50px;
}
.related_section h2 small {
  color: #1b1b1b;
  font-size: 20px;
  padding-left: 32px;
}
@media only screen and (max-width: 719px) {
  .related_section h2 small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 719px) {
  .related_section h2 {
    font-size: 2em;
  }
}
.related_section .related_index_wrapper {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.related_section .related_index_wrapper .related_index_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 719px) {
  .related_section .related_index_wrapper .related_index_list {
    border-radius: 0px;
  }
}
.related_section .related_index_wrapper .related_index_list li {
  width: 33.3333333333%;
  aspect-ratio: 380/80;
  min-height: 80px;
  margin-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .related_section .related_index_wrapper .related_index_list li {
    width: 50%;
  }
}
@media only screen and (max-width: 520px) {
  .related_section .related_index_wrapper .related_index_list li {
    width: 100%;
    min-height: 100px;
  }
}
.related_section .related_index_wrapper .related_index_list li:hover::after {
  content: none;
}
.related_section .related_index_wrapper .related_index_list li::after {
  content: "";
  background-color: #dcdcdc;
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .related_section .related_index_wrapper .related_index_list li:nth-child(3n):after {
    content: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .related_section .related_index_wrapper .related_index_list li:nth-child(3n):after {
    content: none;
  }
}
@media only screen and (max-width: 719px) {
  .related_section .related_index_wrapper .related_index_list li:nth-child(2n):after {
    content: none;
  }
}
@media only screen and (max-width: 520px) {
  .related_section .related_index_wrapper .related_index_list li:after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .related_section .related_index_wrapper .related_index_list li._border3n:before {
    content: "";
    background-color: #dcdcdc;
    position: absolute;
    width: calc(300% - 40px);
    height: 1px;
    left: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .related_section .related_index_wrapper .related_index_list li._border3n:before {
    content: "";
    background-color: #dcdcdc;
    position: absolute;
    width: calc(300% - 40px);
    height: 1px;
    left: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 719px) {
  .related_section .related_index_wrapper .related_index_list li._border2n:before {
    content: "";
    background-color: #dcdcdc;
    position: absolute;
    width: calc(200% - 40px);
    height: 1px;
    left: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 520px) {
  .related_section .related_index_wrapper .related_index_list li:not(:first-child):before {
    content: "";
    background-color: #dcdcdc;
    position: absolute;
    width: calc(200% - 40px);
    height: 1px;
    left: 0;
    top: 0;
  }
}
.related_section .related_index_wrapper .related_index_list li a {
  width: 100%;
  height: 100%;
  color: #313131;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 90px;
  padding-right: 10px;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.2s;
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .related_section .related_index_wrapper .related_index_list li a {
    padding-left: 50px;
  }
}
.related_section .related_index_wrapper .related_index_list li a p {
  content: "";
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 520px) {
  .related_section .related_index_wrapper .related_index_list li a p {
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.related_section .related_index_wrapper .related_index_list li a p::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  background: url(../img/index/topwhite_arrow.webp) 50% 50%/contain no-repeat;
}
.related_section .related_index_wrapper .related_index_list li a p {
  position: relative;
  line-height: 1.4;
  font-family: "Zen Maru Gothic";
}
.related_section .related_index_wrapper .related_index_list li a p::before {
  content: "";
  background: url(../img/index/topblue_arrow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.related_section .related_index_wrapper .related_index_list li a:hover {
  background-color: #0c5bd2;
  text-decoration: none;
}
.related_section .related_index_wrapper .related_index_list li a:hover p {
  border-bottom: none;
  color: #ffffff;
}
.related_section .related_index_wrapper .related_index_list li a:hover p::before {
  background: url(../img/index/topwhite_arrow.webp) 50% 50%/contain no-repeat;
}

.info_section {
  margin-top: 66px;
}
.info_section h2 {
  color: #0b5bd3;
  font-size: 3.75em;
  font-family: "Zen Maru Gothic";
  line-height: 1;
  margin-bottom: 50px;
}
.info_section h2 small {
  color: #1b1b1b;
  font-size: 20px;
  padding-left: 32px;
}
@media only screen and (max-width: 719px) {
  .info_section h2 small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 719px) {
  .info_section h2 {
    font-size: 2em;
  }
}
.info_section .info_index_list {
  display: flex;
  margin-left: 0;
  column-gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.info_section .info_index_list li {
  width: calc((100% - 100px) / 5);
  padding-left: 0;
}
@media only screen and (max-width: 719px) {
  .info_section .info_index_list li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 40px;
  }
}
.info_section .info_index_list li a {
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding-left: 0;
}
.info_section .info_index_list li a:hover {
  text-decoration: none;
}
.info_section .info_index_list li a:hover span, .info_section .info_index_list li a:hover small {
  color: #193aa9;
}
.info_section .info_index_list li a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.info_section .info_index_list li a .info_image {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 22/15;
}
.info_section .info_index_list li a .info_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.info_section .info_index_list li a .info_text {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  padding-left: 20px;
  font-family: "Zen Maru Gothic";
  color: #313131;
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
.info_section .info_index_list li a .info_text span {
  font-size: 1.25em;
  margin-bottom: 4px;
  position: relative;
  font-weight: bold;
}
.info_section .info_index_list li a .info_text span p {
  margin-bottom: 0;
}
.info_section .info_index_list li a .info_text span::before {
  content: "";
  background: url(../img/index/topblue_arrow.webp) 50% 50%/contain no-repeat;
  position: absolute;
  width: 12px;
  height: 11px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 719px) {
  .info_section .info_index_list li a .info_text span {
    font-size: 1.1em;
  }
}
.info_section .info_index_list li a .info_text small {
  font-weight: 500;
  opacity: 0.8;
  font-size: 17px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .info_section .info_index_list li a .info_text small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .info_section .info_index_list {
    flex-direction: column;
  }
  .info_section .info_index_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .info_section .info_index_list li a {
    display: flex;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .info_section .info_index_list li a .info_image {
    max-width: 110px;
    border-radius: 10px 0 0 10px;
    margin-bottom: 0;
    position: relative;
    aspect-ratio: inherit;
  }
  .info_section .info_index_list li a .info_image::before {
    content: "";
    background: url(../img/index/topindex_before.webp) 50% 50%/contain no-repeat;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -50px;
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: 5;
  }
  .info_section .info_index_list li a .info_text {
    padding: 10px 15px 10px 2em;
    box-sizing: border-box;
    min-height: 140px;
    justify-content: center;
  }
  .info_section .info_index_list li a .info_text span {
    font-size: 18px;
  }
  .info_section .info_index_list li a .info_text span:before {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .info_section .info_index_list li a .info_text small {
    font-size: 1em;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=index.css.map */
