/* LESS Document */
.mv {
  min-height: 1012px;
  padding: 144px 0 0 0;
  background: url(../img/mv_star.webp) no-repeat 3px 21px, url(../img/mv_bg.webp) no-repeat center center / cover;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv {
    padding: 100px 40px 0 30px;
    background: url(../top_img/mv_star.webp) no-repeat center 0 / 40% auto, url(../top_img/mv_bg.webp) no-repeat center center / cover;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 0;
    padding: 100px 0 0;
    background: url(../top_img/mv_star.webp) no-repeat center 0 / 40% auto, url(../top_img/mv_bg.webp) no-repeat center 0 / 200% auto;
  }
}
.mv .slick-slider {
  max-width: 1345px;
  width: calc(100% + 145px);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider {
    max-width: 800px;
    width: 100%;
    padding-bottom: 60px;
  }
}
.mv .slick-slider.slick-initialized .slick-item {
  display: block;
}
.mv .slick-slider .slick-item {
  display: none;
  position: relative;
}
.mv .slick-slider .slick-item figure {
  width: 800px;
  flex-shrink: 0;
  margin: 0 0 40px auto;
  border-radius: 130px 30px 100px 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item figure {
    max-width: 800px;
    width: 100%;
    margin: 30px 0 0;
  }
}
.mv .slick-slider .slick-item .imageOnly {
  padding-right: 20px;
  width: 1342px;
  padding-top: 16px;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item .imageOnly {
    max-width: 800px;
    width: 100%;
    padding: 30px 0 0;
  }
}
.mv .slick-slider .slick-item .imageOnly figure {
  width: 1302px;
  border-radius: 130px 30px 130px 30px;
  box-shadow: 0 0 20px rgba(0, 28, 59, 0.2);
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item .imageOnly figure {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-item .imageOnly figure {
    border-radius: 15vw 5vw 15vw 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item .imageOnly figure.sp_show {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item .imageOnly figure.sp_hide {
    display: none;
  }
}
.mv .slick-slider .slick-item .imageOnly figure img {
  width: 100%;
  transition: 0.2s;
}
.mv .slick-slider .slick-item .imageOnly a:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.mv .slick-slider .slick-item_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
  max-width: 1345px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item_inner {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
}
.mv .slick-slider .slick-item_inner_text {
  flex-shrink: 0;
  width: 540px;
  height: 100%;
  padding: 400px 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item_inner_text {
    width: max-content;
    height: 56vw;
    max-height: 430px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-item_inner_text {
    margin: 0 0 30px;
  }
}
.mv .slick-slider .slick-item_inner_text p {
  color: #003D80;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item_inner_text p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-item_inner_text p {
    font-size: 3.8vw;
  }
}
.mv .slick-slider .slick-item_inner_text p.strong {
  display: block;
  margin: 0;
  font-size: 11rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.8rem;
  background: linear-gradient(to right, #005FC7 30%, #2EB9F8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-item_inner_text p.strong {
    margin-bottom: 15px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-item_inner_text p.strong {
    font-size: 15vw;
  }
}
.mv .slick-slider .slick-item_inner_text p.strong strong {
  font-size: 12.4rem;
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-item_inner_text p.strong strong {
    font-size: 16vw;
  }
}
.mv .slick-slider .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: auto;
  top: 0;
  bottom: 0;
  left: -40px;
  z-index: 20;
}
@media screen and (max-width: 1199px) {
  .mv .slick-slider .slick-dots {
    flex-direction: row;
    top: auto;
    bottom: 25px;
    left: 0;
    right: 0;
  }
}
.mv .slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.mv .slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: #004DA1 1px solid;
  border-radius: 50px;
  background: #E8F3FF;
}
.mv .slick-slider .slick-dots li button::before {
  content: none;
}
.mv .slick-slider .slick-dots li.slick-active button {
  background: #004DA1;
}
.mv .slick-slider .slick-prev,
.mv .slick-slider .slick-next {
  top: 50%;
  left: -30px;
  z-index: 21;
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-prev,
  .mv .slick-slider .slick-next {
    top: auto;
    left: 20px;
    bottom: 20px;
  }
}
.mv .slick-slider .slick-prev::before,
.mv .slick-slider .slick-next::before {
  color: #004DA1;
  font-size: 6.4rem;
  content: '\f053';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-prev::before,
  .mv .slick-slider .slick-next::before {
    font-size: 3.2rem;
  }
}
.mv .slick-slider .slick-next {
  left: auto;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .mv .slick-slider .slick-next {
    right: 20px;
  }
}
.mv .slick-slider .slick-next::before {
  content: '\f054';
}
hgroup {
  margin: 0 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  hgroup {
    margin-bottom: 20px;
  }
}
hgroup h2 {
  max-width: max-content;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  hgroup h2 {
    font-size: 3.2vw;
  }
}
hgroup h2::before {
  content: '';
  display: block;
  width: 12px;
  height: calc(100% + 4px);
  background: #E70004;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  transform: skew(-15deg);
}
hgroup p {
  font-size: 10rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #004DA1;
}
@media screen and (max-width: 767px) {
  hgroup p {
    font-size: 12vw;
  }
}
.aboutArea {
  min-height: 1000px;
  margin: -400px 0 0;
  padding: 400px 0 0;
  background: url(../../top_img/bg_about.webp) no-repeat center center / cover;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .aboutArea {
    margin-top: -300px;
    padding-top: 300px;
  }
}
.aboutArea .inner {
  min-height: 1000px;
  padding: 250px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutArea .inner {
    min-height: 0;
    padding-top: 100px;
  }
}
.aboutArea .inner::before {
  content: '';
  width: calc(900px + (100vw - 1205px));
  min-width: 690px;
  height: 100%;
  border-radius: 0 400px 0 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  right: 510px;
}
@media screen and (max-width: 1205px) {
  .aboutArea .inner::before {
    width: 100%;
    max-width: 690px;
    min-width: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .aboutArea .inner::before {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner::before {
    border-radius: 0 200px 0 0;
  }
}
.aboutArea_text {
  max-width: 640px;
  width: 900px;
  height: 100%;
  padding: 0 0 200px;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .aboutArea_text {
    width: calc(90% - 20px);
    padding-left: 20px;
  }
}
.aboutArea_text h3 {
  margin: 0 0 15px;
  font-size: 3.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .aboutArea_text h3 {
    font-size: 7.2vw;
  }
}
.aboutArea_text .btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .aboutArea_text .btn a {
    max-width: none;
    width: 90%;
  }
}
.businessArea {
  margin: -60px 0 0;
  padding: 130px 0 0;
  border-radius: 20px 20px 0 0;
  background: #FFF;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .businessArea {
    padding-top: 50px;
  }
}
.businessArea > .inner {
  padding: 0 0 290px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .businessArea > .inner {
    padding: 0 20px 100px;
  }
}
.businessArea > .inner .flex {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .businessArea > .inner .flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .businessArea > .inner .flex {
    align-items: flex-start;
  }
}
.businessArea > .inner .flexText {
  max-width: 540px;
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .businessArea > .inner hgroup {
    margin-bottom: 0;
  }
}
.businessArea_works .columnItem {
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .businessArea_works .columnItem {
    width: 49%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .businessArea_works .columnItem {
    width: 100%;
    margin-bottom: 50px;
  }
}
.businessArea_works .columnItem:hover img {
  transform: scale(1.1);
}
.businessArea_works .columnItem figure {
  width: 280px;
  height: 280px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.businessArea_works .columnItem figure img {
  transition: 0.2s;
}
.businessArea_eng {
  font-size: 15rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #C9E3FF;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .businessArea_eng {
    left: 0;
    transform: none;
    font-size: 10rem;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .businessArea_eng {
    font-size: 6.4rem;
    bottom: -10px;
  }
}
.serviceArea {
  padding: 100px 0 60px;
  background: #1A7CE8;
  border-radius: 100px 30px 100px 30px;
}
@media screen and (max-width: 1199px) {
  .serviceArea {
    padding: 50px 0 30px;
    border-radius: 50px 15px 50px 15px;
  }
}
.serviceArea h3 {
  margin: 0 0 60px;
  text-align: center;
  font-size: 4.8rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .serviceArea h3 {
    margin-bottom: 30px;
    font-size: 9.6vw;
  }
}
.serviceArea_item {
  min-height: 385px;
  margin: 0 0 40px;
  padding: 50px 50px 50px 75px;
  border-radius: 50px 15px 50px 15px;
  background: #FFF;
}
@media screen and (max-width: 1199px) {
  .serviceArea_item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .serviceArea_item {
    padding: 20px;
  }
}
.serviceArea_item.flexin .sub {
  color: #49B9EB;
}
.serviceArea_item.flexin .btn a:not(:hover) {
  background: #49B9EB;
}
.serviceArea_item.flexin .btn a {
  background: linear-gradient(to right, #49B9EB 0, #49B9EB 50%, #FFF 50%, #FFF 100%) 0 center / 200% auto;
  background-size: 200% auto;
  color: #FFF;
  position: relative;
  transition: 0.2s;
}
.serviceArea_item.flexin .btn a:hover {
  opacity: 1;
  outline: #49B9EB 1px solid;
  background-position: 100% center;
  color: #49B9EB;
}
.serviceArea_item.flexin .btn a:hover::after {
  background: none;
}
.serviceArea_item.flexin .btn a:hover[target]::after {
  color: #49B9EB;
}
.serviceArea_item.flexReport .sub {
  color: #98B735;
}
.serviceArea_item.flexReport .btn a:not(:hover) {
  background: #98B735;
}
.serviceArea_item.flexReport .btn a {
  background: linear-gradient(to right, #98B735 0, #98B735 50%, #FFF 50%, #FFF 100%) 0 center / 200% auto;
  background-size: 200% auto;
  color: #FFF;
  position: relative;
  transition: 0.2s;
}
.serviceArea_item.flexReport .btn a:hover {
  opacity: 1;
  outline: #98B735 1px solid;
  background-position: 100% center;
  color: #98B735;
}
.serviceArea_item.flexReport .btn a:hover::after {
  background: none;
}
.serviceArea_item.flexReport .btn a:hover[target]::after {
  color: #98B735;
}
@media screen and (max-width: 1199px) {
  .serviceArea_item .flex {
    flex-direction: column;
    gap: 0;
    max-width: max-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .serviceArea_item .flexText {
    display: contents;
  }
}
.serviceArea_item .flexText h4 {
  margin: 0 0 15px;
  font-size: 3.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .serviceArea_item .flexText h4 {
    font-size: 6.2vw;
    line-height: 1.4;
  }
}
.serviceArea_item .flexText h4 .sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .serviceArea_item .flexText h4 .sub {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1199px) {
  .serviceArea_item .flexText .btn {
    order: 1;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .serviceArea_item .flexImg {
    margin-bottom: 20px;
  }
}
.packageArea {
  padding: 90px 0;
}
.packageArea h3 {
  text-align: center;
  font-size: 4.8rem;
  color: #004DA1;
}
@media screen and (max-width: 767px) {
  .packageArea h3 {
    font-size: 9.6vw;
    line-height: 1.4;
  }
}
.packageArea ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 60px;
}
@media screen and (max-width: 1199px) {
  .packageArea ul {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .packageArea ul {
    gap: 0;
  }
}
.packageArea ul li {
  padding: 20px 32px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .packageArea ul li {
    width: 50%;
    padding: 20px 20px!important;
  }
}
@media screen and (max-width: 767px) {
  .packageArea ul li {
    width: 100%;
    padding: 20px 40px!important;
  }
}
.packageArea ul li:first-child {
  padding-left: 0;
}
.packageArea ul li:last-child {
  margin-right: 0;
}
.packageArea ul li:not(:first-child) {
  border-left: #A1BAD6 1px solid;
}
@media screen and (max-width: 1199px) {
  .packageArea ul li:not(:first-child) {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .packageArea ul li:not(:first-child) {
    border-top: #A1BAD6 1px solid;
  }
}
@media screen and (max-width: 1199px) {
  .packageArea ul li:nth-of-type(2n) {
    border-left: #A1BAD6 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .packageArea ul li:nth-of-type(2n) {
    border-left: none;
  }
}
.packageArea ul li figure {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .packageArea ul li figure {
    margin-bottom: 10px;
  }
}
.packageArea ul li figure img {
  width: 191px;
  height: 54px;
  object-fit: contain;
  object-position: center center;
}
.packageArea ul li p {
  margin-bottom: 0;
}
.corporateArea {
  min-height: 900px;
  margin-top: -150px;
  padding: 200px 0 100px;
  background: url(../../top_img/bg_corporate.webp) no-repeat center top / 100% auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .corporateArea {
    margin-top: -70px;
    padding-top: 70px;
    background-size: 200% auto;
  }
}
.corporateArea hgroup {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .corporateArea hgroup {
    text-align: left;
  }
}
.corporateArea hgroup h2 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .corporateArea hgroup h2 {
    margin: 0;
  }
}
.corporateArea .columnBox .columnItem {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .corporateArea .columnBox .columnItem {
    text-align: center;
    margin-bottom: 30px;
  }
}
.corporateArea .columnBox .columnItem:nth-of-type(2) {
  margin-top: 64px;
}
@media screen and (max-width: 1199px) {
  .corporateArea .columnBox .columnItem:nth-of-type(2) {
    margin-top: 0;
  }
}
.corporateArea .columnBox .columnItem:hover img {
  transform: scale(1.1);
}
.corporateArea .columnBox .columnItem figure {
  max-width: 384px;
  margin: 0 auto 15px;
  border-radius: 100px 20px 20px 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .corporateArea .columnBox .columnItem figure {
    margin-bottom: 10px;
  }
}
.corporateArea .columnBox .columnItem figure::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #004DA1, rgba(217, 217, 217, 0) 40%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.corporateArea .columnBox .columnItem figure img {
  width: 384px;
  height: 400px;
  object-fit: cover;
  transition: 0.2s;
}
.recruitArea {
  background: url(../../top_img/bg_recruit.webp) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .recruitArea {
    padding: 100px 0;
  }
}
.recruitArea .inner {
  min-height: 794px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitArea .inner {
    min-height: 120vw;
    overflow: hidden;
  }
}
.recruitArea .inner h2 {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .recruitArea .inner h2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner h2 {
    padding-top: 20px;
  }
}
.recruitArea .inner > img {
  position: absolute;
}
.recruitArea .inner > img.img1 {
  bottom: 135px;
  right: 460px;
}
@media screen and (max-width: 1199px) {
  .recruitArea .inner > img.img1 {
    top: 450px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner > img.img1 {
    max-width: 355px;
    width: 50%;
    top: 45vw;
    right: auto;
    left: -50px;
  }
}
.recruitArea .inner > img.img2 {
  top: 128px;
  right: 250px;
}
@media screen and (max-width: 1199px) {
  .recruitArea .inner > img.img2 {
    top: 270px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner > img.img2 {
    max-width: 256px;
    width: 45%;
    top: 38vw;
    right: auto;
    left: 36%;
  }
}
.recruitArea .inner > img.img3 {
  top: 200px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .recruitArea .inner > img.img3 {
    top: 350px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner > img.img3 {
    max-width: 220px;
    width: 40%;
    top: 55vw;
    right: -50px;
  }
}
.recruitArea .inner .recruitBtn {
  position: absolute;
  bottom: 145px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .recruitArea .inner .recruitBtn {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .inner .recruitBtn {
    left: 0;
    bottom: 20px;
    text-align: center;
  }
}
.recruitArea .inner .recruitBtn a {
  background: #028679;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  text-decoration: none;
  line-height: 1;
  position: relative;
  justify-content: space-between;
  min-width: 400px;
  height: 80px;
  padding: 20px 15px 20px 30px;
  border: #028679 1px solid;
  font-size: 2.4rem;
  font-weight: bold;
}
.recruitArea .inner .recruitBtn a .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.recruitArea .inner .recruitBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .recruitArea .inner .recruitBtn a {
    font-size: 4.8vw;
  }
}
.recruitArea .inner .recruitBtn a::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.recruitArea .inner .recruitBtn a:hover {
  opacity: 1;
  background: #FFF;
  color: #028679;
}
.infoArea {
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .infoArea {
    padding: 100px 0;
  }
}
.infoArea .inner {
  display: grid;
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 1199px) {
  .infoArea .inner {
    display: flex;
    flex-direction: column;
  }
}
.infoArea .inner hgroup {
  grid-column: 1 / 2;
  margin: 0;
}
.infoArea .inner .btn {
  grid-column: 2 / 3;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  .infoArea .inner .btn {
    margin-top: 30px;
  }
}
.infoArea .inner .infoList {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.infoArea .inner .infoList_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  padding: 32px 0 8px;
  text-decoration: none;
  color: #2E2E2E;
  border-bottom: #A1BAD6 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .infoArea .inner .infoList_item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.infoArea .inner .infoList_item:hover {
  color: #004DA1;
}
.infoArea .inner .infoList_item:hover::after {
  background: none;
}
.infoArea .inner .infoList_item time {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .infoArea .inner .infoList_item time {
    width: max-content;
    align-self: center;
    font-weight: bold;
  }
}
.infoArea .inner .infoList_item .tag {
  padding: 4px 8px;
  background: #E1F7FF;
  border-radius: 5px;
}
.infoArea .inner .infoList_item p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .infoArea .inner .infoList_item p {
    width: 100%;
    padding-right: 20px;
    flex: auto;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.infoArea .inner .infoList_item::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  width: 15px;
  height: 15px;
  background: #004DA1;
  color: #004DA1;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  transition: 0.2s;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .infoArea .inner .infoList_item::after {
    top: auto;
    bottom: 3vw;
    right: 0;
    transform: none;
  }
}
