/*--------------------*/
span.br{
  display: inline-block;
}



/*-----------CSS_ID_A--------------*/

.slider_fv {
  width: 100vw;
  /* max-width: 1640px; */
  max-height: 80vh;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 16 / 9;
}

.slider_fv .swiper {
  height: 100%;
}

.slider_fv .swiper--wrapper {
  height: 100%;
  width: 100%;
}

.slider_fv .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_fv .swiper-slide>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider_fv .swiper-slide.contain>img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slider_fv .swiper-horizontal>.swiper-pagination-bullets, .slider_fv .swiper-pagination-bullets.swiper-pagination-horizontal, .slider_fv .swiper-pagination-custom, .slider_fv .swiper-pagination-fraction {
  width: auto !important;
  padding-left: 3%;
}

.slider_fv .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  border: solid 1px #005EB8 !important;
  background-color: transparent !important;
  box-shadow: 0px 0px 20px 2px #fff;
}

.slider_fv .swiper-pagination-bullet-active {
  background-color: #005EB8 !important;
}


/* Animation */

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.slider_fv .swiper-slide-active-prev img, .slider_fv .swiper-slide-active img {
  animation: zoomDown 10s linear 0s 1 normal both;
}

.slider_fv .swiper-pagination-not-clickable {
  opacity: 0.5;
  pointer-events: none;
}


/*--------------------CSS_ID_AE------------------- */

.project_summary {
  margin: 30px auto;
  padding: 40px 54px;
  min-width: 636px;
  width: 62%;
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
}

.project_summary h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

.project_summary__text {
  font-size: 1rem;
  line-height: 2.2;
  padding: 24px 0;
}

.project_summary__solution {
  display: flex;
}

.project_summary__solution li, .project_summary__solution p {
  margin-right: 24px;
}

.project_summary__solution p {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1rem;
}

.name_solution {
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
}

.name_solution_list {
  list-style: none;
}

.project_summary__solution a {
  color: #005eb8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .project_summary {
    min-width: initial;
    width: 90%;
    padding: 32px 24px;
  }
  .project_summary__solution {
    flex-direction: column;
  }
  .project_summary__solution p {
    margin-bottom: 16px;
  }
}


/*--------------------CSS_ID_AF------------------- */

.client_info {
  display: flex;
  align-items: center;
}

.client_info__left img {
  width: 160px;
  height: 160px;
  margin-right: 44px;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
object-fit: contain;
}

.client_info__right h4 {
  font-size: 1.33rem;
  font-weight: bold;
  color: #005eb8;
  margin-bottom: 16px;
}

.client_info__right__wrapper li {
  display: flex;
  margin-bottom: 16px;
}

.client_info__right__wrapper li:nth-child(3) {
  margin-bottom: 0;
}

.client_info__right__title {
  font-size: 0.889rem;
  white-space: nowrap;
  width: 85px;
  margin-right: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.client_info__right__text {
  font-size: 0.889rem;
  line-height: 1.5;
}

.client_info__left {
width: 30%;
}

.client_info__right {
width: 70%;
}


@media screen and (max-width: 800px) {
.client_info__left {
width: 100%;
text-align: center;
}

  .client_info {
    display: flex;
    flex-direction: column;
  }

.client_info__right__wrapper li {
    flex-direction: column;
}

  .client_info__left img {
    width: 160px;
    height: 160px;
    margin-right: 0;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
  }
  .client_info__right {
    width: 100%;
  }
}


/*--------------------CSS_ID_AG------------------- */

.form {
  width: 50%;
  height: fit-content;
  padding: 40px 50px;
  border-radius: 5px;
  box-shadow: 0 0 6px 1px rgb(0 0 0 / 14%);
}

@media screen and (max-width: 1024px) {
  .form {
    margin-top: 80px;
    width: 100%;
  }
}


/*--------------------CSS_ID_AH------------------- */

.doc_detail {
  width: 40%;
}

.doc_detail__top p {
  font-size: 1.1rem;
  font-weight: medium;
}

.speakerdeck-iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.doc_detail__point {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  border: 2px solid #005eb8;
  border-radius: 0px;
  position: relative;
  text-align: left;
  margin: 69px 0px 37px 0;
  line-height: 2.2;
}

.doc_detail__point .doc_detail__point__title {
  padding: 0.4em;
  font-size: 1, 1rem;
  font-weight: medium;
  color: #005eb8;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  white-space: nowrap;
}

.doc_detail__point ul {
  margin: -20px 30px;
}

.doc_detail__point li:last-child {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.doc_detail__point li {
  margin-bottom: -30px;
  list-style-type: none;
  padding-left: 12px;
  word-wrap: break-word;
  position: relative;
}

.doc_detail__point li:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: -5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  background: #333;
  transform: rotate(-45deg);
}

.doc_detail__contact__caption {
  line-height: 1.4;
}

.doc_detail__contact__tel {
  display: flex;
  align-items: center;
}

.doc_detail__contact__tel p:nth-child(1) {
  font-size: 1.33rem;
  font-weight: bold;
  font-family: robot;
  padding-right: 9px;
  margin: 20px 0;
}

.doc_detail__contact__tel p:nth-child(2) {
  font-size: 0.667rem;
  font-weight: bold;
}

.doc_detail__contact__copyright {
  font-size: 0.667rem;
}

.speakerdeck-iframe {
 width: 100% !important;
 height: auto !important;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1024px) {
  .doc_detail {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {}

/*-----------CSS_ID_AS--------------*/
.rayout_b {
  margin-left: 1.1rem;
}
.rayout_b_content_flex1,
.rayout_b_content_flex2 {
  display: flex;
  justify-content: space-between;
}
.rayout_b_content_flex2,
.rayout_b_content {
  margin-bottom: 32px;
  align-items: flex-start;
}
.rayout_b_content_1,
.rayout_b_content_flex1 {
  margin-bottom: 16px;
  align-items: flex-start;
}
.rayout_b_content_flex1 img,
.rayout_b_content_flex2 img {
  width: 30%;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin-top: 10px;
}
.rayout_b_content_flex p {
  width: 69%;
}
.rayout_b_content_flex1.right,
.rayout_b_content_flex2.right{
    flex-direction: row-reverse;
}


@media (max-width: 540px) {
  .rayout_b_content_flex1,
  .rayout_b_content_flex2 {
    flex-direction: column;
  }
   .rayout_b_content_flex1.right,
   .rayout_b_content_flex2.right {
    flex-direction: column;
}
  .rayout_b_content_flex1 img,
  .rayout_b_content_flex2 img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .rayout_b_content_flex1 p,
  .rayout_b_content_flex2 p {
    width: 100%;
  }
 
}


/*-----------CSS_ID_AT--------------*/
.image_gallery_img{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}  
.img_item{
  padding: 1rem;
}  

/* --------------------CSS_ID_AU------------------- */
.step {
  display: flex;
  margin: 1rem 0;
}
.step__left p {
  font-size: 1.25rem;
}

.step__left {
  position: relative;
  width: 200px;
  border-top: solid 1px #d2e9f7;
  border-right: solid 1px #d2e9f7;
  border-left: solid 1px #d2e9f7;
  padding: 1rem 0;
  text-align: center;
  line-height: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.2s;
}

.step__left__before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  transition: all 0.2s;
  bottom: -46px;
  border-color: #d2e9f7 transparent transparent transparent;
  border-width: 44px 100px 0 100px;
  z-index: 3;
}

.group .step__left {
  width: 100px;
}

.group .step__left__before {
  border-width: 44px 50px 0 50px;
}

.step__left__after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  transition: all 0.2s;
}

.step__right {
  background: #f3f5f7;
  width: calc(100% - 160px);
  padding: 1rem 2rem;
}
.step__content_text {
  margin-bottom: 1rem;
}
.step__right p {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .step__left {
    width: 160px;
  }
  .step__left__before {
        border-width: 44px 80px 0 80px;
  }
}

@media screen and (max-width: 540px) {
  .step__left {
    width: 80px;
  }
  .step__left__before {
    bottom: -34px;
    border-width: 31px 40px 0 40px;
  }
  .step__left p {
    width: 90px;
    writing-mode: vertical-rl;
    padding-top: 13px;
  }
  .step__right {
    width: 100%;
    padding: 0.8rem 1.2rem;
  }
}


/* ----------------------CSS_ID_AX----------------------*/
.contactlist_title {
  display: flex;
}
.richtext_title_decoration1 {
  background: transparent;
  border-left: solid 5px #005eb8;
  margin-right: 2px;
}

.richtext_title_decoration2 {
  background: transparent;
  border-left: solid 2px #005eb8;
  margin-right: 12px;
}

.contactlist_title h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: auto;
  margin-left: 0;
}

.accordion-title {
  position: relative;
  margin: 0;
  /* padding: 0.625em 0.625em 0.625em 2em; */
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  /* color: #fff; */
  cursor: pointer;
  border-bottom: 2px solid #edf4fa;
  border-top: 2px solid #edf4fa;
  padding: 16px 0;
  margin-bottom: -2px;
}

/*CSS for CodePen*/

.accordion-title::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #000;
  margin-left: 20px;
}

.accordion-title.open::after {
  content: "";
  position: absolute;
  top: 22px;
  border: 8px solid transparent;
  border-bottom-color: #000;
  margin-left: 20px;
}

.head3_text1:first-of-type {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .contactlist_title h3 {
    margin-left: 0;
    width: 85%;
  }
}

@media screen and (max-width: 504px) {
  .contact_list h3 {
    margin-left: 0;
    width: 80%;
  }
}


/*-----------CSS_ID_AY--------------*/
.phone {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-top: 2px #edf4fa solid;
  border-bottom: 2px #edf4fa solid;
  padding: 30px 40px;
  align-items: center;
  font-size: 2rem;
}
.phone_title {
  width: fit-content;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 4rem;
  line-height: 2.5rem;
}
.phone_desc {
  width: fit-content;
}
.phone_number {
  font-size: 2rem;
  margin: 0.5rem 0;
  font-weight: bold;
   line-height: 2.5rem;
}
.phone_post,
.phone_time {
  font-size: 1.19rem;
  line-height: 2rem;
}

@media (max-width: 540px) {
  .phone {
    flex-direction: column;
    width: 100%;
  }
  .phone p,
  .phone h2 {
    text-align: center;
  }
  .phone_title {
    margin-bottom: 1.5rem;
    width: 100%;
    margin-right: 0;
  }
}



/*-----------CSS_ID_B--------------*/

.pop_up {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px;
  border-radius: 5px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
  width: 350px;
  height: 120px;
  transition: all 0.5s;
  z-index: 999999;
}

.pop_up.is-close {
  bottom: -100%;
}

.pop_up__closeButton {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 30px;
  height: 30px;
}

.pop_up__image {
  width: 25%;
  margin: 10px;
}

.pop_up__image--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop_up__content {
  width: 60%;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
}

.pop_up__content--discription {
  font-size: 14px;
}

.pop_up__content--button {
  background-color: #FFB146;
  display: flex;
  border: none;
  border-radius: 3px;
  padding: 10px 10px;
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.pop_up__content--button a {
  color: #fff;
  font-size: 12px;
  border: none;
  text-decoration: none;
}

.is-close .pop_up__content--button a {
  pointer-events: none;
}

@media(max-width: 480px) {
  .pop_up {
    width: 250px;
    padding: 15px;
  }
  .pop_up__image {
    display: none;
  }
  .pop_up__content {
    width: 85%;
  }
  .pop_up__content--discription {
    font-size: 12px;
  }
  .pop_up__content--button {
    padding: 10px 15px;
  }
  .pop_up__content--button a {
    font-size: 14px;
  }
}


/*-----------CSS_ID_C--------------*/

.news_banner--wrapper {
  background: #F7F7F7;
  position: relative;
}

.news_banner--wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #F7F7F7;
  z-index: -1;
}

.news_banner {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.news_banner__article {
  width: 85%;
}

.news_banner__article__link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.news_banner__article__date {
  width: 140px;
  font-size: 0.875rem;
  margin-right: 30px;
  color: #333333;
  text-decoration: none;
}

.news_banner__article__head {
  font-size: 0.875rem;
  color: #333333;
  text-decoration: none;
}

.news_banner__button {
  width: 170px;
  margin-left: auto;
  border: 0.5px solid #005EB8;
  border-radius: 3px;
  background: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
}

.news_banner__button a {
  color: #005EB8;
  font-size: 0.875rem;
  text-decoration: none;
}

#flowing-text {
  width: 100%;
  margin-right: 10px;
}

#flowing-text .fix-box {
  position: relative;
  height: 35px;
  overflow: hidden;
}

#flowing-text .fix-box .flowing-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#flowing-text .fix-box .flowing-box h3 {
  white-space: pre;
  font-size: 0.875rem;
}

@media(max-width:768px) {
  .news_banner {
    display: block;
  }
  .news_banner__article {
    width: 100%;
  }
}

@media(max-width:480px) {
  .news_banner__article__link {
    display: block;
    align-items: center;
  }
}


/*-----------CSS_ID_BE--------------*/

.hide-area {
  display: none;
}

.modaal-close:after, .modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.video_popup {
  width: 250px;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  transition: all 1.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.video_popup__wrapper {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
}

.video_popup__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.366);
}

.video_popup__wrapper.is-active, .video_popup__wrapper.is-active::before, .pop_up__closeButton.is-active {
  display: none;
}

.video_popup__wrapper::after {
  content: "▶︎";
  position: absolute;
  color: #005EB8;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  border: none;
  width: 60px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_popup__button {
  display: block;
  border-radius: 10px;
  z-index: 10;
}

.video_popup__wrapper__button--img {
  overflow: hidden;
}

.video_popup.is-close {
  bottom: -300%;
}

@media(max-width: 768px) {
  .video_popup {
    width: 200px;
  }
  .video_popup__wrapper::after {
    font-size: 12px;
    width: 40px;
    height: 25px;
    line-height: 25px;
  }
}


/*-----------------------------------------------------------------CSS_ID_X--------------------------------------------------------------------*/

.head2_b__en {
  font-family: 'RobotoRegular', sans-serif;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.head2_b__ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #005EB8;
  margin: 20px 0;
  text-align: left;
}

@media(max-width:1024px) {
  .head2_b__en {
    font-size: 3rem;
  }
  .head2_b__ja {
    font-size: 1rem;
  }
}

@media(max-width:768px) {
  .head2_b__en {
    font-size: 3rem;
  }
  .head2_b__ja {
    font-size: 1rem;
  }
}

@media(max-width:480px) {
  .head2_b__en {
    font-size: 2.25rem;
  }
  .head2_b__ja {
    font-size: 1rem;
  }
}


/*-------------------------------------------------------------CSS_ID_D-------------------------------------------------------------*/

.card_bussiness_a * {
  color: #fff;
}

.card_bussiness_a {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

.card_bussiness_a__box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  padding: 30px 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card_bussiness_a__box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 40%);
  transition: all 0.2s;
}

.card_bussiness_a__box:hover:before {
  background: rgb(0 0 0 / 80%);
}

.card_bussiness_a__boxInner {
  width: 100%;
  padding: 0px 5%;
  width: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card_bussiness_a__english {
  z-index: 1000;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}

.card_bussiness_a__title {
  font-size: 1.3rem;
  font-weight: bold;
  height: 55px;
}

.card_bussiness_a__description {
  line-height: 2;
  font-size: 1rem;
  padding-bottom: 30px;
  margin-bottom: auto;
}

.card_bussiness_a__detailBtn {
  margin: 0 calc(-7%) 0 calc(-9%);
  text-align: center;
  position: relative;
  font-weight: bold;
  width: auto;
  background: transparent;
  border: none;
  transform: translateY(-10px);
}

.card_bussiness_a a,
.card_bussiness_a a:active,
.card_bussiness_a a:focus,
 .card_bussiness_a a:focus-visible{
  font-size: 1rem;
  text-decoration: none;
}

.card_bussiness_a__detailBtn::after {
  position: absolute;
  bottom: -8px;
  content: '';
  width: 90%;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg) translateX(-50%);
  left: 50%;
}

@media(max-width: 668px) {
  .card_bussiness_a {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .card_bussiness_a__box {
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 20px 5%;
  }
  .card_bussiness_a__box:before {
    border-radius: 0px;
  }
}


/*-----------------------------------------------------------------CSS_ID_E--------------------------------------------------------------------*/

.cta_a {
  border-radius: 8px;
  border: 1px solid #005eb8;
  position: relative;
  background: transparent;
  transition: all 0.3s;
}

.cta_a:hover {
  background: #005eb8;
}

.cta_a__link {
text-decoration: none !important;
    display: flex;
    align-items: center;
    width: 250px;
    height: 45px;
    text-align: center;
}

.cta_a__text {
    font-size: 1rem;
    font-weight: bold;
    color: #005eb8;
    text-align: center;
    width: 100%;
}

.cta_a:hover .cta_a__text {
  color: #fff;
}

.cta_a__text::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #005eb8;
}

.cta_a__text::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #ffffff;
}

@media(max-width: 768px) {
  .cta_a {
    border-radius: 4px;
    padding: 12px 50px;
  }
  .cta_a__text::before {
    left: 20px;
    border-width: 8px 0 8px 5px;
  }
  .cta_a__text::after {
    right: 20px;
    border-width: 8px 0 8px 5px;
  }
}


/*-------------------------------------------------------------CSS_ID_F-------------------------------------------------------------*/

.card_transition_a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 15px;
  margin: 50px 0;
}

.card_transition_a__box {
  border: 1px solid #005eb8;
  box-shadow: 0px 0px 62px -42px #5f84ce;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  position: relative;
  height: 100%;
}

.card_transition_a__link {
  text-decoration: none !important;
  margin-top: 1vw;
}

.card_transition_a__text {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 26px;
  border-bottom: 2px solid #005eb8;
  position: absolute;
  transition: all 0.4s;
}

.card_transition_a__discription {
  opacity: 0;
  color: #fff;
  transition: all 0.4s;
  text-align: center;
  padding-top: 50px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}

.card_transition_a__discription::after {
  position: absolute;
  bottom: 10px;
  content: '';
  width: 50%;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg) translateX(-50%);
  left: 50%;
}

.card_transition_a.desktop .card_transition_a__link:hover .card_transition_a__box {
  background: #005EB8;
}

.card_transition_a.desktop .card_transition_a__link:hover .card_transition_a__text {
  color: #fff;
  border: none;
  transform: translateY(-50%);
}

.card_transition_a.desktop .card_transition_a__link:hover .card_transition_a__discription {
  opacity: 1;
}

.card_transition_a.mobile .card_transition_a__text, .card_transition_a.tablet .card_transition_a__text {
  color: #222;
  border: none;
  transform: translateY(-50%);
}

.card_transition_a.mobile .card_transition_a__discription, .card_transition_a.tablet .card_transition_a__discription {
  opacity: 1;
  color: #000;
}

@media(max-width: 1024px) {
.card_transition_a.desktop .card_transition_a__link:hover .card_transition_a__text {
  transform: translateY(-70%);
}
.card_transition_a.mobile .card_transition_a__text, .card_transition_a.tablet .card_transition_a__text {
  transform: translateY(-70%);
}
}

@media(max-width: 768px) {
  .card_transition_a__discription::after {
    bottom: 10px;
  }
.card_transition_a.desktop .card_transition_a__link:hover .card_transition_a__text {
  transform: translateY(-70%);
}
.card_transition_a.mobile .card_transition_a__text, .card_transition_a.tablet .card_transition_a__text {
  transform: translateY(-70%);
}
.doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 35px;
}
.doc_contact__docbox h2, .doc_contact__contactbox h2{
    font-size: 20px;
}
}

@media(max-width: 684px) {
  .card_transition_a__text {
    font-size: 1.2rem;
  }
  .card_transition_a__discription {
    padding-top: 30px;
  }
  .card_transition_a__discription::after {
    bottom: 7%;
  }
  .card_transition_a__text {
    padding-bottom: 30px;
  }
.doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 25px;
}
.doc_contact__docbox h2, .doc_contact__contactbox h2{
    font-size: 15px;
}
}

@media(max-width: 668px) {
  .card_transition_a__box, .card_transition_a__box {
     height: 200px;
     margin-bottom: 2rem;
     padding: 25px;
  }
  .card_transition_a{
     display: block;
  }
  .card_transition_a__text {
    padding-bottom: 10px;
  }
.doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 20px;
}
}




/*-------------------------------------------------------------CSS_ID_F'-------------------------------------------------------------*/

.card_transition_b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 15px;
  margin: 50px 0;
}

.card_transition_b__box__off {
  border: 1px solid #005eb8;
  box-shadow: 0px 0px 62px -42px #5f84ce;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
    padding: 40px;
  position: relative;
}

.card_transition_b__box__on {
  border: 1px solid #005eb8;
  box-shadow: 0px 0px 62px -42px #5f84ce;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
    padding: 40px;
  position: relative;
  background: #005EB8;
}

.card_transition_b__box__off:hover .card_transition_b__text__off {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.card_transition_b__box__off:hover {
  background: #005EB8;
}

.card_transition_b__link {
  text-decoration: none !important;
  margin-top: 1vw;
}

.card_transition_b__text__off {
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 15px;
  border-bottom: 2px solid #005eb8;
  position: absolute;
  transition: all 0.4s;
}

.card_transition_b__text__on {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  position: absolute;
  transition: all 0.4s;
}

@media(max-width: 1400px) {
  .card_transition_b__text__off {
    font-size: 20px;
  }
  .card_transition_b__text__on {
    font-size: 20px;
  }
}

@media(max-width: 768px) {
  .card_transition_b__box__off, .card_transition_b__box__off {

  }
  .card_transition_b__box__on, .card_transition_b__box__on {

  }
}

@media(max-width: 684px) {
  .card_transition_b__box__off, .card_transition_b__box__off {
     padding: 50px 20px;
  }
  .card_transition_b__box__on, .card_transition_b__box__on {
     padding: 50px 20px;
  }
  .card_transition_b__text__off {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .card_transition_b__text__on {
    padding-bottom: 8px;
    font-size: 14px;
  }
}

.card_transition_b.mobile .card_transition_b__text__off, .card_transition_b.tablet .card_transition_b__text__off {
  color: #222;
  border: none;
  transform: translateY(-100%);
}

.card_transition_b.mobile .card_transition_b__text__on, .card_transition_b.tablet .card_transition_b__text__on {
  color: #222;
  border: none;
  transform: translateY(-100%);
}


/*-------------------------------------------------------------CSS_ID_G-------------------------------------------------------------*/


.card_slider_case .swiper-slide.swiper-slide-prev,
.card_slider_case .swiper-slide.swiper-slide-active,
.card_slider_case .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.card_slider_case {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.card_slider_case a {
  text-decoration: none !important;
}

.card_slider_case .swiper-wrapper {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.card_slider_case .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: auto;
  opacity: 0.5;
}

.card_slider_case .caseSlider__image__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card_slider_case .caseSlider__image {
  position: relative;
  aspect-ratio: 7/4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.caseSlider__img{
  position: relative;
  background: #00000026;
}

.caseSlider__img_img {
    width: 100%;
    object-fit: contain;
    height: 200px;
}

@media(max-width: 1200px){
.caseSlider__img_img {
    height: 130px;
}
}

@media(max-width: 1000px){
.caseSlider__img_img {
    height: 130px;
}
.card_slider_case .swiper-slide {
  margin-right: 20px!important;
}
}


.card_slider_case .swiper-slide:hover .card_slider_case .caseSlider__image {
  background-size: 105%;
}

.card_slider_case .caseSlider__logoBox {
  position: absolute;
  right: 5%;
  bottom: -20%;
  width: 20%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card_slider_case .caseSlider__logo {
  width: 100%;
}

.caseSlider__logo {
  max-height: 200px;
  object-fit: cover;
}

.card_slider_case .caseSlider__textBox, .card_case_pickup__textBox {
  padding: 8%;
  color: #4384BE;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.card_slider_case .caseSlider__company, .card_case_pickup__company {
  font-weight: normal;
  margin-bottom: 3%;
}

.card_slider_case .caseSlider__tags, .card_case_pickup__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  gap: 5px;
}

.card_slider_case .caseSlider__tag, .card_case_pickup__tag {
  border-radius: 5px;
  padding: 2px 8px;
  border: 0.5px solid #4384BE;
  font-weight: normal;
  font-size: 1rem;
}

.card_slider_case .caseSlider__title, .card_case_pickup__title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 3%;
  line-height: 1.6;
}

.card_slider_case .caseSlider__description, .card_case_pickup__description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.card_slider_case .caseSlider__detailBtn, .card_case_pickup__detailBtn {
  position: relative;
  text-align: center;
  border: none;
  background: transparent;
  width: 90%;
  margin: 0 auto;
  margin-top: auto;
  padding-bottom: 30px;
}

.card_slider_case .caseSlider__detailBtn, .card_case_pickup__detailBtn {
  font-weight: bold;
  color: #005EB8;
  font-size: 1rem;
}

.card_slider_case .caseSlider__detailBtn::after, .card_case_pickup__detailBtn::after {
  position: absolute;
  bottom: 15px;
  content: '';
  width: 100%;
  height: 15px;
  border-bottom: solid 2px #10579E;
  border-right: solid 2px #10579E;
  transform: skew(45deg) translateX(-50%);
  left: 50%;
}

.card_slider_case .swiper-button-prev, .card_slider_case .swiper-button-next {
  display: none;
}

.card_slider_case .swiper-pagination-bullets {
  width: 100%;
  bottom: 10px;
}

@media screen and (max-width: 700px) {
  .card_slider_case .swiper-button-prev, .card_slider_case .swiper-button-next {
    display: none !important;
  }
}

.card_slider_case .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 15px !important;
  border-radius: 25% !important;
}

.card_slider_case .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.card_case__fvimg__noimage {
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  background: #00000026;
}
@media screen and (max-width: 1200px) {
.card_case__fvimg__noimage {
  height: 200px;
}
}

.client_info_logoimg__noimage {
  display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    background: #00000026;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*-------------------------------------------------------------CSS_ID_G'(一覧化)-------------------------------------------------------------*/

.card_case_index {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.card_case_index__box {
  margin: 10px;
  box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 410px;
}

.card_case_index__box__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.card_case_index__box__textBox {
  padding: 25px 20px;
}

.card_case_index__box a {
  text-decoration: none;
}

.card_case_index__box__textBox__company {
  color: #4384BE;
  margin-bottom: 3%;
  font-size: 16px;
}

.card_case_index__box__textBox__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
  gap: 5px;
}

.caseSlider__tag {
  border-radius: 5px;
  padding: 2px 8px;
  border: 0.5px solid #4384BE;
  font-weight: normal;
  font-size: 1rem;
  color: #4384BE;
}

.card_case_index__box__textBox__title {
  font-weight: bold;
}


/*-------------------------------------------------------------CSS_ID_G'(一覧化)-------------------------------------------------------------*/

.card_case_pickup {
  display: flex;
  justify-content: space-evenly;
}

.card_case_pickup__fvimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
   background: #f5f5f5;
}

.card_case_pickup__box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  width: 30%;
}

.card_case_pickup__a {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.card_case_pickup__img {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card_case_pickup__fvimg__noimage {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #00000026;
}




.card_case_pickup__logoBox {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 20%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.card_case_pickup__logo {
  width: 100%;
  object-fit: contain;
}

@media(max-width: 768px) {
.card_case_pickup {
    flex-direction: column;
}

.card_case_pickup__box {
    margin-bottom: 20px;
    width: 100%;
}
}


/*-------------------------------------------------------------CSS_ID_H-------------------------------------------------------------*/

.wrap {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  overflow: hidden;
}

.slideshow {
  display: flex;
  padding: 0 !important;
  list-style: none;
}

.content {
  height: 100px;
  aspect-ratio: 3/2;
  list-style-type: none;
  margin: 0 15px;
}

.content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media(max-width: 1024px) {
  .content {
    height: 70px;
    aspect-ratio: 3/2;
    list-style-type: none;
    margin: 0 15px;
  }
}


/*-------------------------------------------------------------CSS_ID_I---------------------------------------------------------------*/

.card_doc_pickup {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@media(max-width: 1360px) {
  .card_doc_pickup {
    gap: 10px;
  }
}

.card_doc_pickup__box {
  margin: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.card_doc_pickup__box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.card_doc_pickup__box__img {
  padding: 5%;
  background: #f4f8fa;
  border-radius: 10px 10px 0 0; 
}

.card_doc_pickup__box__img img {
  transition: all 0.3s;
}

.card_doc_pickup__box:hover .card_doc_pickup__box__img img {
  transform: scale(1.05);
}

.card_doc_pickup__box__img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  
}

.card_doc_pickup__box__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
}

.card_doc_pickup__box__text p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.card_doc_pickup__box__text a {
  text-decoration: none;
  color: #005eb8;
}

.card_doc_pickup__box__text__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #005eb8;
  background: transparent;
  border: none;
  font-size: 1rem;
}

.card_doc_pickup__box__text h3 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.card_doc_pickup__box__text__btn_arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 15px;
  border-bottom: 2px solid #005eb8;
  border-right: 2px solid #005eb8;
  transform: skew(45deg);
  margin: -9px 0 0 -8px;
  display: block;
}


/*------------------------------------------------------------CSS_ID_I(一覧化)-------------------------------------------------------------*/

.card_doc_index {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media(max-width: 1360px) {
  .card_doc_index {
    gap: 10px;
  }
}

.card_doc_index__box {
  margin: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.card_doc_index__box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.card_doc_index__box__img {
  padding: 5%;
  background: #f4f8fa;
}

.card_doc_index__box__img img {
  transition: all 0.3s;
}

.card_doc_index__box:hover .card_doc_index__box__img img {
  transform: scale(1.05);
}

.card_doc_index__box__img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.card_doc_index__box__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
}

.card_doc_index__box__text p {
  margin-bottom: 20px;
}

.card_doc_index__box__text a {
  text-decoration: none;
  color: #005eb8;
}

.card_doc_index__box__text__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #005eb8;
  background: transparent;
  border: none;
  font-size: 1rem;
  margin: 0 30px 0 auto;
}

.card_doc_index__box__text h3 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.card_doc_index__box__text__btn_arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    width: 130%;
    height: 15px;
    border-bottom: 2px solid #005eb8;
    border-right: 2px solid #005eb8;
    transform: skew(45deg) translateX(-15px);
    margin: -9px 0 0 -8px;
    display: block;
}


/*------------------------------------------------------------CSS_ID_J-------------------------------------------------------------*/

    .card_recruit_home{
      display: flex;
    }

    .card_recruit_home img{
      max-width: 400px;
    }

    .card_recruit_home a{
      display: block;
    }

    .card_recruit_home__new{
      margin-right: 1rem;
      width: 25%;
    }

    .card_recruit_home__carrer{
      width: 75%;
    }

    .card_recruit_home h3 {
      text-align: center;
      color: #005EB8;
      font-size: 1.4rem;
      margin: 0 0 18px 0;
    } 

    .card_recruit_home__carrer,
    .card_recruit_home__new{
      padding: 1rem;
      border: 1px solid #005EB8;
      box-shadow: 0px 0px 62px -42px #5f84ce;
      padding: 20px;
      border-radius: 8px;
    }

    .card_recruit_home__carrer__content{
      display: flex;
    }

    .card_recruit_home__carrer__content--box{
      margin: 0 1rem;
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center;
      border-radius: 6px;
      position: relative;
      overflow: hidden;
    }

    .card_recruit_home__carrer__content--box::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0, 0.6);
      transition: all 0.2s ease-in-out;
    }

    .card_recruit_home__carrer__content--box:hover::before{
      background-color: rgba(0,0,0, 0.3);
    } 

    .card_recruit_home__carrer__content--box button{
      position: absolute;
      bottom: 1rem;
      background-color: transparent;
      border: none;
      color: #fff;
      text-align: center;
      width: 100%;
      z-index: 1;
    }

    .card_recruit_home__carrer__content--box button::before{
      content: "";
      background-color: #005EB8;
      position: absolute;
      width: 100%;
      height: 60px;
      left: 0;
      bottom: -30px;
      z-index: -1;
      opacity: 0;
      transition: all 0.2s ease-in-out;
    }
    .card_recruit_home__carrer__content--box:hover button::before{
      opacity: 1;
    }

    .card_recruit_home__carrer__content--box button::after{
      content: '';
      position: absolute;
      left: 50%;
      bottom: -8px;
      width: 80%;
      height: 15px;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: skew(45deg) translateX(-50%);
      z-index: 2;
    }
    
    .card_recruit_home__carrer__content--box img{
      object-fit: cover;
      border-radius: 8px;
    }

    .card_recruit_home .carrer_title{
      color: #fff;
      font-weight: bold;
      font-size: 1rem;
      text-decoration: none;
      text-align: center;
      position: absolute;
      width: 100%;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

     @media(max-width: 1024px){

      .card_recruit_home{
        display: flex;
        flex-direction: column;
      }

      .card_recruit_home img{
        max-width: 400px;
      }

      .card_recruit_home__new{
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%;
      }

      .card_recruit_home__carrer{
        width: 100%;
      }

      .card_recruit_home__carrer__content--box{
        height: 250px;
      }

     }

     @media(max-width: 480px){

      .card_recruit_home__carrer__content--box{
        height: 180px;
        margin: 0 0.5rem;
      }

     }

/*------------------------CSS_ID_K---------------------------*/
.card_recruit {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.card_recruit_wrapper {
  position: relative;
  width: 48%;
}

.card_recruit_title {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: auto;
  color: #005eb8;
  text-align: center;
  font-weight: 550;
}

.card_recruit_hover_content {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease;
  border-radius: 8px;
}

.card_recruit_hover_content:hover {
  opacity: 1;
}

.card_recruit_inner_img {
  border-radius: 8px;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

.card_recruit_inner {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.card_recruit_hover_content_text {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-60%);
  padding: 20px 32px;
}

/*だれinput {
  display: none;
}*/

.card_recruit_docBtn {
  margin: 0 calc(-7%) 0 calc(-9%);
  text-align: center;
  position: relative;
  font-weight: bold;
  width: auto;
  background: transparent;
  border: none;
  transform: translateY(-10px);
  margin-bottom: 20px;
}
.card_recruit_docBtn a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.card_recruit_docBtn::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 190%;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg) translateX(-50%);
  left: 37%;
  color: white;
}

@media screen and (max-width: 768px) {
  .card_recruit_hover_content {
    opacity: 1;
  }

  .card_recruit {
    flex-direction: column;
  }
  .card_recruit_wrapper {
    width: 100%;
  }
  .card_recruit_wrapper:nth-child(1) {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 540px) {
  .card_recruit_hover_content_text {
    height: 100px;
    overflow: auto;
    padding: 0 32px;
    transform: translateY(-70%);
  }
}

/*-------------------------------------------------------------CSS_ID_L-------------------------------------------------------------*/

.company {
  width: 100vw;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}

.company__head {
  position: relative;
  z-index: 1;
}

.company::before {
  content: "";
  position: absolute;
  width: 100%;
  mix-blend-mode: hard-light;
  height: 100%;
  top: 0;
  background-color: #002548;
  opacity: 90%;
}

.company .head2_b__en {
  color: #fff;
}

.company .head2_b__ja {
  color: #fff;
}

.company__copy {
  color: #fff;
  font-size: 2rem;
}

.company__text {
  color: #fff;
  font-size: 1rem;
  margin: 2rem 0;
  width: 80%;
}

.company__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 3%;
  position: relative;
  z-index: 1;
}

.company__menu__li:nth-child(1), .company__menu__li:nth-child(2), .company__menu__li:nth-child(3) {
  border-top: 1px solid #fff;
}

.company__menu__li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.577);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.company__menu__li:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  background: rgb(255 255 255 / 16%);
}

.company__menu__li a {
  padding: 7%;
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none !important;
  font-size: 1rem;
}

@media(max-width: 1360px) {
  .company {
    padding: 80px 0;
  }
  .company__menu__li a {
    padding: 4%;
  }
}

@media(max-width:768px) {
  .company {
    padding: 50px 0;
  }
  .company__menu {
    padding: 30px 0 0 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 3%;
  }
  .company__menu__li:nth-child(3) {
    border-top: none;
  }
}

.company .cta_a {
  border: solid 1px #fff;
}

.company .cta_a__text::before {
  border-color: transparent transparent transparent #ffffff;
  transition: al 0.2s;
  opacity: 1;
}

.company .cta_a__text {
  color: #fff;
}

.company .cta_a__text::after {
  border-color: transparent transparent transparent #ffffff;
  opacity: 0;
  transition: al 0.2s;
}

.company .cta_a:hover .cta_a__text::before {
  opacity: 0;
}

.company .cta_a:hover .cta_a__text::after {
  opacity: 1;
}


/*-------------------------------------------------------------CSS_ID_M-------------------------------------------------------------*/

.news_index__wrapper{
  margin-bottom: 3rem;
  width: 75%;
}

@media(max-width:1024px){
.news_index__wrapper{
  width: 100%;
}
}

.news_index {
    margin-bottom: 3rem;
    min-height: 1000px;
}

.news_index_three__box {
  margin: 15px 10px;
}

.news_index_three__box a {
  text-decoration: none;
}

.news_index_three__box__top {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

span.news_index_three__box__top__date {
  margin-right: 20px;
  font-size: 16px;
}

.news_index_three__box__top__tag {
  font-size: 14px;
  border: 1px solid #005EB8;
  padding: 5px 8px;
  color: #005EB8;
  border-radius: 4px;
  font-weight: bold;
}

.news_index_three__box__title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 30px;
}

.news_index_three__box__text {
  line-height: 1.5;
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .news_index_three__box__text {
    line-height: 1.5;
  }
}

.news_index__box:first-child {
  border-top: 1px solid #CBCBCB;
}
.news_index__box {
  padding: 15px 10px;
  border-bottom: 1px solid #CBCBCB;
  transition: all 0.3s;
}
.news_index__box:hover{
  background: rgb(3 93 184 / 5%);
}

.news_index__box a {
  text-decoration: none;
}

.news_index__box__top {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

span.news_index__box__top__date {
  margin-right: 20px;
  font-size: 1rem;
}

.news_index__box__top__tag {
    font-size: 0.875rem;
    border: 1px solid #005EB8;
    padding: 3px 5px;
    color: #005EB8;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}

.news_index__box__title {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 20px;
}

.news_index__box__text {
  line-height: 1.5;
  font-size: 0.875rem;
  color: #333; 
}

@media screen and (max-width: 700px) {
  .news_index__box__text {
    line-height: 1.5;
  }
}


/*-------------------------------------------------------------一覧化のページネーションCSS-------------------------------------------------------------*/

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination li {
  margin: 10px;
}

.first a, .last a {
  padding: 12px 8px;
  display: block;
  font-size: 10px;
  color: #0076BF;
  border: 1px solid #0076BF;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}

.prev a, .next a {
  padding: 12px 13px;
  display: block;
  font-size: 10px;
  color: #0076BF;
  border: 1px solid #0076BF;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}

.page a {
  padding: 10px 14px;
  display: block;
  font-size: 14px;
  color: #0076BF;
  border: 1px solid #0076BF;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}

.page:hover a, .prev:hover a, .next:hover a, .first:hover a, .last:hover a, .page.navi-active a {
  background: #0076BF;
  color: #fff;
}


/*-------------------------------------------------------------CSS_ID_N-------------------------------------------------------------*/

.doc_contact {
  display: flex;
}

.doc_contact a, .contact_contact a {
  width: 50%;
  text-decoration: none;
}

.doc_contact__doc__img {
  background-image: url(/WebRelease2/preview.1667777890457.ea978n00000000ed/l69k2000000011jp/l69k2000000011c5/l69k2000000011c6/bussiness_kari2.png);
  background-size: cover;
  border-top: 2px solid #005EB8;
  border-right: 2px solid #005EB8;
  border-bottom: 2px solid #005EB8;
  height: 100%;
}

.doc_contact__contact__img {
  background-image: url(/WebRelease2/preview.1667777890457.ea978n00000000ed/l69k2000000011jp/l69k2000000011c5/l69k2000000011c6/bussiness_kari2.png);
  background-size: cover;
  border-top: 2px solid #005EB8;
  border-bottom: 2px solid #005EB8;
  height: 100%;
}

.doc_contact__docbox, .doc_contact__contactbox {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 10% 15%;
  transition: all 0.5s;
  text-align: center;
}

.doc_contact__docbox span, .doc_contact__contactbox span {
  font-family: 'RobotoRegular', sans-serif;
  font-size: 60px;
  font-weight: normal;
}

.doc_contact__docbox h2, .doc_contact__contactbox h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #005EB8;
  margin-top: 20px;
}

.doc_contact__docbox:hover {
  background: rgba(0, 0, 0, 0);
}

.doc_contact__docbox:hover span, .doc_contact__docbox:hover h2 {
  color: #fff;
}

.doc_contact__contactbox:hover {
  background: rgba(0, 0, 0, 0);
}

.doc_contact__contactbox:hover span, .doc_contact__contactbox:hover h2 {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .doc_contact a, .contact_contact a {
    width: 100%;
  }
  .doc_contact__docbox, .doc_contact__contactbox {
    padding: 5% 0;
    text-align: center;
  }
  .doc_contact__doc__img {
    border-top: 2px solid #005EB8;
    border-right: 2px solid #005EB8;
    border-left: 0px solid #005EB8;
    border-bottom: 2px solid #005EB8;
  }
  .doc_contact__contact__img {
    border-right: 0px solid #005EB8;
    border-left: 0px solid #005EB8;
    border-top: 2px solid #005EB8;
    border-bottom: 2px solid #005EB8;
  }
}

@media screen and (max-width: 1024px) {
  .doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 40px;
  }
  .doc_contact__docbox h2, .doc_contact__contactbox h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .doc_contact {
    flex-direction: column;
  }
  .doc_contact__doc__img {
    border-top: 2px solid #005EB8;
    border-right: 0px solid #005EB8;
    border-left: 0px solid #005EB8;
    border-bottom: 0px solid #005EB8;
  }
  .doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 30px;
  }
  .doc_contact__docbox h2, .doc_contact__contactbox h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .doc_contact__docbox span, .doc_contact__contactbox span {
    font-size: 20px;
  }
  .doc_contact__docbox h2, .doc_contact__contactbox h2 {
    font-size: 14px;
  }
}


/*-------------------------------------------------------------CSS_ID_O-------------------------------------------------------------*/

.banner {
  background: #E3F4Fd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
  flex-wrap: wrap;
}

.banner_1, .banner_2 {
  margin: 10px 20px;
  text-align: center;
}

.banner_btn {
  width: 20%;
}

.banner_1 img{
  width: 100%;
}

@media screen and (max-width: 900px) {
.banner_btn {
  width: 40%;
}
}

@media screen and (max-width: 700px) {
.banner_btn {
  width: 50%;
}
}

/*-----------CSS_ID_Y--------------*/

.rayout_a_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rayout_a_contents.left {
    flex-direction: row-reverse;
}

.rayout_a_text {
  width: 48%;
}

.rayout_a_text_title {
  font-size: 1.6rem;
  color: #005EB8;
  margin-bottom: 20px;
  font-weight: bold;
}

.rayout_a_text_desc {
  font-size: 1rem;
  line-height: 2;
  font-weight: normal;
}

.rayout_a_img {
  width: 45%;
}

.rayout_a_img img {
  width: 100%;
}

@media(max-width:1024px) {
  .rayout_a_contents {
    flex-direction: column;
    align-items: center;
  }
.rayout_a_contents.left {
    flex-direction: column;
}
  .rayout_a_text {
    width: 100%;
    margin-bottom: 5%;
  }
  .rayout_a_img {
    width: 60%;
  }
}


/*--------------------------------------------CSS_ID_P-------------------------------------------------------*/

.under_fv {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 130px 0;
  margin-bottom: 2rem;
}

.under_fv__en {
  font-family: 'RobotoRegular', sans-serif;
  font-size: 60px;
}

.under_fv__ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #005EB8;
  margin-top: 10px;
}

@media(min-width:1800px) {
  .under_fv {
    background: url('./images/lower_fv_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 140px 0;
  }
}
@media(max-width:1320px) {
  .under_fv {
    background-size: contain;
    padding: 70px 0 140px 0;
  }
}


@media(max-width:1024px) {
  .under_fv {
  padding: 30px 0 80px 0;
  }
  .under_fv__en {
    font-size: 60px;
  }
  .under_fv__ja {
    font-size: 20px;
  }
}

@media(max-width:768px) {
  .under_fv {
  padding: 30px 0 80px 0;
  }
  .under_fv__en {
    font-size: 50px;
  }
  .under_fv__ja {
    font-size: 18px;
  }
}

@media(max-width:480px) {
  .under_fv {
  padding: 30px 0 80px 0;
  }
  .under_fv__en {
    font-size: 40px;
  }
  .under_fv__ja {
    font-size: 16px;
  }
}


/*-----------CSS_ID_Q--------------*/

.card_solution {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-bottom: 3%;
}

.card_solution__wrap {
  position: relative;
}

.card_solution__item {
  position: relative;
  width: 33%;
}

.card_solution__item.none {
  opacity: 0;
  pointer-events: none;
}

.card_solution__item--img {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card_solution__item--img > .cover{
  object-fit: cover;
}

.card_solution__item--img > .contain{
  object-fit: contain;
}

.card_solution__item--img>img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.card_solution__item--img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.35;
  transition: all 0.2s;
  cursor: pointer;
}

.card_solution__item--btn {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
  line-height: 40px;
}

.card_solution__item--btn::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0 0 10px 10px;
  height: 40px;
  z-index: -1;
  transition: all 0.2s;
}

.card_solution__item--btn::after {
  content: "▼";
  position: absolute;
  bottom: 0px;
  right: 5%;
  color: #fff;
  font-size: 0.5rem;
}

.card_solution__item:hover .card_solution__item--btn::before {
  background: #005EB8;
}

.card_solution__item--img:hover::after {
  opacity: 0.25;
}

.card_solution__menu {
  position: absolute;
  top: 100%;
  z-index: 5;
  border: 3px solid #005EB8;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  display: none;
  margin-bottom: 3%;
}

.card_solution__menu--head {
  background-color: #005EB8;
  color: #fff;
}

.card_solution__menu--head a {
  display: block;
  padding: 15px calc(3% + 1.7rem);
  color: #fff;
  position: relative;
}

.card_solution__menu--head a::before {
  content: "▶︎";
  color: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
}

.card_solution__menu--nav {
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.card_solution__menu--nav__ul {
  width: 30%;
  /* flex-grow: 1; */
  margin-right: auto;
}

.card_solution__menu--nav__li {
  margin: 5px 0;
}

.card_solution__menu--nav__li::before {
  content: "■";
  color: #005EB8;
  font-size: 0.77777777777778rem;
  padding-left: 1rem;
}

.card_solution__menu--nav__li a {
  font-size: 1.1111111111111rem;
  font-weight: bold;
}

.card_solution__menu--nav__liSub {
  list-style: none;
  margin: 1rem 0;
  padding-left: 1.7rem;
  position: relative;
}

.card_solution__menu--nav__liSub::after {
  content: "＞";
  font-size: 0.5rem;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.card_solution__menu--nav__liSub a {
  font-size: 1rem;
  width: 80%;
  display: inline-block;
  line-height: 1.4;
}

@media (max-width:864px) {
  .card_solution__menu--head a {
    padding: 10px calc(3% + 1rem);
  }
  .card_solution__menu--nav__liSub {
    list-style: none;
    margin: 1rem 0;
    padding-left: 1rem;
  }
  .card_solution__menu--nav__li::before {
    padding-left: 0rem;
  }
  .card_solution__menu--nav__ul {
    width: 45%;
    flex-grow: 1;
  }
  .card_solution__item:hover .card_solution__item--btn::before, .card_solution__item--btn::after {
    display: none;
  }
  .card_solution__item--btn {
    left: 0;
    top: 0;
    bottom: auto;
    height: 100%;
    line-height: inherit;
    transform: none;
  }
}

@media (max-width:580px) {
  .card_solution__menu--nav__ul {
    width: 100%;
    flex-grow: 1;
  }
}


/*-----------CSS_ID_R--------------*/

.sidenav_solution {
  width: 25%;
  margin-right: 30px;
}

.sidenav_solution li {
  list-style: none;
}

.sidenav_solution__ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.sidenav_solution__li {
  margin: 15px 0 0 0;
}

.sidenav_solution__li>a {
  padding: 10px 5px;
  font-size: 1.111111118rem;
  font-weight: bold;
  position: relative;
  border-bottom: solid #ccc 0.5px;
}

.sidenav_solution__li>a:hover {
  color: #005EB8;
}

.sidenav_solution__li>a::after {
  content: "▼";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
}

.sidenav_solution__ulSub {
  display: none;
}

.sidenav_solution__ulSub--li {
  display: flex;
  align-items: center;
}

.sidenav_solution__ulSub--li>a {
  padding: 15px 10px 15px 10px;
  font-size: 1rem;
  color: #4b4b4b;
  border-bottom: solid #ccc 0.5px;
  font-weight: lighter;
}

.sidenav_solution__ulSub--li>a:hover {
  background-color: #005EB8;
  color: #fff;
}

.serch_solution_nav {
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 99;
  display: none;
  pointer-events: none;
}

.serch_solution_nav>button {
  background-color: #005EB8;
  border: none;
   padding: 10px;
  border-radius: 5px 5px 0 0;
}

.serch_solution_nav>button>a {
  border: none;
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
  font-size: 12px;
}

.serch_solution_nav>button>a:focus {
  border: none;
}

@media(max-width: 1024px) {
  .serch_solution_nav {
    display: block;
    pointer-events: all;
  }
  .sidenav_solution {
    display: none;
  }
}


/*--------------------CSS_ID_S------------------- */

.solution_disc {
  width: 100%;
}

.solution_disc h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.solution_disc p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .solution_disc h2 {
    font-size: 1.67rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .solution_disc p {
    font-size: 1rem;
    font-weight: bold;
  }
}


/*-----------CSS_ID_T--------------*/

.card_solution_index__wrapper {
  width: 75%;
}

@media(max-width: 1024px) {
  .card_solution_index__wrapper {
    width: 100%;
  }
}

.card_solution_index {
  overflow: hidden;
  margin: 2rem 0;
}

.card_solution_index__h2 {
  color: #005EB8;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.card_solution_index__p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}

.swiper_solution {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.swiper_solution .swiper-slide img {
  width: 100%;
  object-fit: contain;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  border-radius: 1rem;
}

.swiper_solution .swiper-slide:nth-child(even) img{
  object-fit: contain;
  background: #f5f5f5;
}

.swiper_solution .swiper-slide h3 {
  font-size: 1.11111111115rem;
  font-weight: bold;
  margin: 1rem 0;
}

.swiper_solution .swiper-slide p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.swiper_solution .swiper-slide a {
  text-decoration: none;
}

.swiper_solution .swiper-button-next, .swiper_solution .swiper-button-prev {
  top: 95%;
  display: flex;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border: solid 1.5px #005EB8;
}

.swiper_solution .swiper-button-prev {
  border-radius: 5px 0 0 5px;
}

.swiper_solution .swiper-button-next {
  left: 49px;
  right: auto;
  border-radius: 0px 5px 5px 0px;
}

.swiper_solution .swiper-button-prev:after {
  content: "＜";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0.5rem;
}

.swiper_solution .swiper-button-next:after {
  content: "＞";
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0.5rem;
}

.flex {
  display: flex;
}


/*-----------CSS_ID_U--------------*/

.head2_a {
  display: flex;
  justify-content: center;
}

.head2_a h2 {
  color: #005EB8;
  font-weight: bold;
  font-size: 1.5rem;
}


/*--------------------CSS_ID_V------------------- */

.detail_fv {
  width: 100%;
  padding: 25px 40px;
  background-color: #edf4fa;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.detail_fv__left {
  width: 56%;
}

.detail_fv__left__category, .detail_fv__left h1, .detail_fv__left h2, .detail_fv__left__detail {
  margin-bottom: 24px;
}

.detail_fv__left__category {
  color: #005eb8;
  font-size: 1.4rem;
  font-weight: bold;
}

.detail_fv__left h2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}

.detail_fv__left h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.detail_fv__left__detail {
  line-height: 2.2;
  font-size: 1rem;
  color: #333;
}

.detail_fv__left__tag {
  display: flex;
}

.detail_fv__left li {
  color: #005eb8;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #005eb8;
  list-style: none;
  width: fit-content;
  margin-right: 16px;
}

.detail_fv__right {
  margin-left: 30px;
  width: 38%;
}

.detail_fv__right img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}

.detail_fv__right__btn {
  width: 100%;
  margin: 0 auto;
}

.btn__wrapper {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    margin-top: 28px;
    padding: 5px 10px;
    background-color: #ffb146;
    border-radius: 10px;
    border: none;
}

.detail_fv__right_btn__link {
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
  .detail_fv {
    width: 100%;
    flex-direction: column;
    padding: 40px 24px;
  }
  .detail_fv__left {
    width: 100%;
  }
  .detail_fv__left h2 {
    line-height: 1.5;
  }
  .detail_fv__left p {
    min-height: initial;
    min-height: auto;
  }
  .detail_fv__right {
    width: 100%;
    margin: 0;
    text-align: center;
  }
.detail_fv__left__tag {
  margin-bottom: 1rem;
}
  .detail_fv__right img {
    height: 263px;
    width: 80%;
    object-fit: cover;
  }
  .detail_fv__right__btn {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .detail_fv__right img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
}

/*--------------------CSS_ID_W------------------- */
.richtext_wrapper table tr:nth-child(2n) td {
    background: none;
}

.richtext_wrapper table{
min-width:0;
}

.richtext_wrapper {
  margin-bottom: 40px;
}

.richtext_title {
  display: flex;
  margin-bottom: 0;
  margin-bottom: 16px;
  color:#333;
}

.richtext_title_decoration1 {
  background: transparent;
  border-left: solid 5px #005eb8;
  margin-right: 2px;
}

.richtext_title_decoration2 {
  background: transparent;
  border-left: solid 2px #005eb8;
  margin-right: 12px;
}

.richtext_title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.richtext_content {
  margin-left: 1.1rem;
}

.richtext_content span,
 .richtext_content td,
.richtext_content th{
    font-family: 'Noto Sans JP' !important;
    font-size: 12px;
    white-space: normal !important;
}

.richtext_content__h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  border-left: 7px solid #005EB8;
  padding-left: 10px;
  color:#333;
}


.richtext_content h3:empty {
  display: none;
}

.richtext_content p {
  font-size: 1rem;
  margin-bottom: 24px;
  color:#333;
}

@media (max-width: 540px) {
  .richtext_content {
  margin: 0 0.8rem;
}
}


/*-----------CSS_ID_Z--------------*/

.strength h2 {
  text-align: center;
  font-size: 25px;
  color: #005EB8;
  font-weight: bold;
}

.strength__contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px 0 30px;
}

.strength__content h3 {
  color: #005EB8;
  line-height: 30px;
}

.strength__content {
  width: 48%;
}

.strength__content__title__number {
  font-size: 60px;
  color: #005EB8;
}

.strength__content__title__title {
  font-size: 1rem;
  margin: 20px 0;
  font-weight: bold;
  font-size: 24px;
}

.strength__content__text {
  font-size: 16px;
  line-height: 1.6rem;
}

.strength__content__img {
  width: 48%;
}

@media(max-width: 1024px) {
.right {
    flex-direction: column;
}

.left {
    flex-direction: column-reverse;
}

.strength__content {
    width: 100%;
    margin-bottom: 10px;
}

.strength__content__img {
    width: 80%;
    margin: auto;
}
}

@media(max-width: 480px) {
  .strength h2 {
    font-size: 1rem;
  }
  .strength__contents.left {
    display: block;
  }
  .strength__contents {
    display: block;
    display: flex;
    flex-direction: column-reverse;
    margin: 20px 0px;
  }
  .strength__content {
    width: 100%;
  }
  .strength__content__title {
    display: flex;
    align-items: flex-end;
    margin: 20px 0px;
  }
  .strength__content h3 {
    color: #005EB8;
    line-height: 20px;
  }
  .strength__content__title__number {
    font-size: 20px;
    margin: 0px;
  }
  .strength__content__title__title {
    font-size: 1rem;
    margin: 0px;
    margin-left: 10px;
  }
  .strength__content__text {
    font-size: 16px;
    line-height: 1.6rem;
  }
  .strength__content__img {
    width: 100%;
  }
}


/*-----------CSS_ID_AA--------------*/

.card_bussiness_b h2{
text-align: center;
font-size: 25px;
color:#005EB8;
margin-bottom:50px;
}

.card_bussiness_b_contents{
display:flex;
justify-content: space-between;
}

.card_bussiness_b_content{
width: 32%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.card_bussiness_b_content_img{
width:100%;
}

.card_bussiness_b_content_title{
color:#005EB8;
font-weight: bolder;
margin:20px 0;
font-size:20px;
}

.card_bussiness_b_content_text{
font-size:16px;
line-height: 1.6rem;
}

.card_bussiness_b_cta_a {
  border-radius: 8px;
  border: 1px solid #005eb8;
  position: relative;
  padding: 18px 83px;
  background: transparent;
  transition: all 0.3s;
  }
  
  .card_bussiness_b_cta_a:hover{
  background: #005eb8;
  }
  
  .card_bussiness_b_cta_a__link{
  text-decoration: none !important;
  display: flex;
  align-items: center;
  }
  
  .card_bussiness_b_cta_a__text {
  font-size: 1rem;
  font-weight: bold;
  color: #005eb8;
  }
  
  .card_bussiness_b_cta_a:hover .card_bussiness_b_cta_a__text{
  color: #fff;
  }
  
  .card_bussiness_b_cta_a__text::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #005eb8;
  }
  
  .card_bussiness_b_cta_a__text::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #ffffff;
  }
  
  .card_bussiness_b_cta_wrapper{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  height: 70px;
  }
  
  .card_bussiness_b_content_top img{
  width: 100%;
  border-radius: 8px;
  }
  
  @media(max-width: 1286px){
    .card_bussiness_b_cta_a {
      padding: 18px 40px;
  }
  }
  
  @media(max-width: 768px){
  .card_bussiness_b_cta_a {
  border-radius: 4px;
  padding: 12px 50px;
  }
  .card_bussiness_b_cta_a__text::before {
  left: 20px;
  border-width: 8px 0 8px 5px;
  }
  
  .card_bussiness_b_cta_a__text::after {
  right: 20px;
  border-width: 8px 0 8px 5px;
  }
  }

@media(max-width: 800px){
.card_bussiness_b_contents{
  flex-direction: column;
}

.card_bussiness_b_content{
width:100%;
margin-bottom: 5%;
}

.card_bussiness_b_content_text{
margin-bottom: 20px;
}

.card_bussiness_b_cta_wrapper{
display: flex;
justify-content: center;
height: 70px;
}
}


/* CTA */

.cta_a:hover .cta_a__text {
  color: #fff;
}

.cta_a__text::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #005eb8;
}

.cta_a__text::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 30px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.cta_a:hover .cta_a__text::after{
  opacity: 1;
}

.card_bussiness_b_cta_wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  height: 70px;
}

@media(max-width: 768px) {
  .cta_a {
    border-radius: 4px;
    padding: 12px 50px;
  }
  .cta_a__text::before {
    left: 20px;
    border-width: 8px 0 8px 5px;
  }
  .cta_a__text::after {
    right: 20px;
    border-width: 8px 0 8px 5px;
  }
}

@media(max-width: 480px) {
  .card_bussiness_b_contents {
    display: block;
  }
  .card_bussiness_b_content {
    width: 100%;
  }
  .card_bussiness_b_content_text {
    margin-bottom: 20px;
  }
  .card_bussiness_b_cta_wrapper {
    display: flex;
    justify-content: center;
    height: 70px;
  }
}


/*-----------CSS_ID_AB--------------*/

.sidenav_simple__wrapper{
    width: 25%;
    margin-right: 30px;
}

.sidenav_simple {
  margin-bottom: 2rem;
}

.sidenav_simple_major {
  font-size: 1.2rem;
  font-weight: bolder;
  border-bottom: solid 0.6px #CBCBCB;
  padding-bottom: 20px;
  width: 95%;
}

.sidenav_simple_minor_content {
  margin: 20px 0px;
}

.sidenav_simple_minor_content a {
  font-size: 14px;
  margin: 20px 0px;
}

.sidenav_simple_minor_content a:hover {
  color: #005EB8;
}

@media(max-width: 1024px) {
  .sidenav_simple__wrapper {
    width: 100%;
    display: none;
  }
.sidenav_simple_minor_contents {
    display: flex;
    flex-wrap: wrap;
}
.sidenav_simple_minor_content {
    margin: 15px 10px;
}
}

@media(max-width: 480px) {
  .sidenav_simple_major {
    font-size: 1.5rem;
    font-weight: bolder;
    border-bottom: solid 0.6px #CBCBCB;
    padding-bottom: 20px;
    width: 95%;
  }
  .sidenav_simple_minor_content a {
    font-size: 14px;
  }
}


/*-----------CSS_ID_--------------*/

.section-right {
  width: 70%;
}

@media(max-width: 1024px) {
  .section-right {
    width: 100%;
  }
}


/*-----------CSS_ID_AZ--------------*/

.news_detail_fv h1 {
  font-size: 25px;
  color: #005EB8;
  margin-bottom: 30px;
}

.news_detail_fv_contents {
  display: flex;
  font-size: 14px;
  color: #626262;
}

.news_detail_fv_content_time {
  font-size: 14px;
  color: #626262;
  padding: 5px 10px 5px 0px;
}

.news_detail_fv_contents ul {
  display: flex;
}

.news_detail_fv_contents li {
  font-size: 13px;
  padding: 3px 5px;
  border: solid 1px #626262;
  margin-right: 5px;
}

.news_detail_fv_br {
  display: none;
}

@media(max-width: 480px) {
  .news_detail_fv h2 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .news_detail_fv_br {
    display: block;
  }
  .news_detail_fv_contents {
    display: block;
  }
  .news_detail_fv_content_time {
    font-size: 12px;
  }
  .news_detail_fv_contents ul {
    display: flex;
    margin-top: 8px;
  }
  .news_detail_fv_contents li {
    font-size: 10px;
    padding: 3px 5px;
    border: solid 1px #626262;
    margin-right: 5px;
  }
}

.go_back_news_list--box{
    margin-bottom: 2rem;
}

.go_back_news_list{
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
}

.go_back_news_list:before{
    content: "";
    height: 1px;
    width: 150%;
    background: #000;
    position: absolute;
    top: 150%;
    left: 0;
}

.go_back_news_list:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    transform: skewY(-30deg);
    top: 100%;
    left: 0;
}


/*--------------------------------------------CSS_ID_BA-------------------------------------------------------*/

.cta_b {
  border-radius: 8px;
  border: 1px solid #005eb8;
  position: absolute;
  padding: 18px 83px;
  background: #005eb8;
  transition: all 0.3s;
}

.cta_b:hover {
  background: #fff;
}

.cta_b__link {
  text-decoration: none !important;
  display: flex;
  align-items: center;
}

.cta_b__text {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.cta_b:hover .cta_b__text {
  color: #005eb8;
}

.cta_b__text::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #fff;
}

.cta_b__text::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #005eb8;
}

@media(max-width: 768px) {
  .cta_b {
    border-radius: 4px;
    padding: 12px 50px;
  }
  .cta_b__text::before {
    left: 20px;
    border-width: 8px 0 8px 5px;
  }
  .cta_b__text::after {
    right: 20px;
    border-width: 8px 0 8px 5px;
  }
}


/*---------------------資料一覧--------------------*/

.card_doc_pickup_wrapper {
  background-color: #EDF4FA;
  padding: 8px 0 8px 0;
}


/*---------------------事例一覧--------------------*/

.card_case {
  display: flex;
}

.card_case_index_wrapper {
  width: 80%;
}

@media(max-width: 1024px) {
  .card_case_index_wrapper {
    width: 100%;
  }
}


/*---------------------資料ダウンロードフォーム-------------------*/

.download_wrap {
  display: flex;
  justify-content: space-between;
}

@media(max-width: 1024px) {
  .download_wrap {
    display: block;
  }
}


/*--------------------サンクスメッセージ-------------------*/

.thanks_message_wraper h2 {
  font-size: clamp(30px, 1vw, 60px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

.thanks_message_wraper p {
  font-size: clamp(20px, 1vw, 33px);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media(max-width: 540px) {
  .thanks_message_wraper h2 {
    font-size: clamp(24px, 1vw, 32px);
    margin-bottom: 30px
  }
  .thanks_message_wraper p {
    font-size: clamp(16px, 1vw, 20px);
  }
}


/*-----------CSS_ID_BC--------------*/

.sitemap h2 {
  position: relative;
  padding: 5px;
  border-left: solid 1px #005EB8;
  /* 内枠のスタイル */
  font-weight: bold;
  margin: 20px 0px 20px 10px;
  text-decoration: underline;
}

.sitemap h2::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -8px;
  border-left: solid 5px #005EB8;
  /* 外枠のスタイル */
  z-index: -1;
}

.sitemap h3 {
  position: relative;
  padding: 5px;
  border-left: solid 5px #005EB8;
  margin-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sitemap ul {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  line-height: 20px;
}

.sitemap li {
  padding-right: 20px;
  margin-left: 15px;
line-height: 2rem;
}

.sitemap li::after {
  content: ">";
  margin-left: 15px;
}

@media(max-width: 480px) {
  .sitemap h2 {
    font-size: 14px;
    margin: 10px 0px 10px 5px;
  }
  .sitemap h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .sitemap ul {
    margin-bottom: 12px;
    margin-left: 5px;
  }
  .sitemap li {
    font-size: 12px;
    padding-right: 0px;
    margin-left: 5px;
  }
  .sitemap li::after {
    content: ">";
    margin-left: 5px;
  }
}

/*-----------CSS_ID_BD--------------*/


/*-----------採用情報TOP_採用カードの背景--------------*/

.card_recruit_background {
  padding: 40px 0;
  background-color: #EDF4FA;
}


/*---------------------CSR・環境------------------------*/
.csr_wrapper {
    display: flex;
    justify-content: space-between;
}
.csr-wapper_content {
    width: 75%;
}

@media(max-width: 1024px) {
.csr_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
    .csr-wapper_content {
        width: 100%;
    }
}


/*-----------CSS_ID_AC--------------*/
.service_detail h2{
position: relative;
padding: 5px;
border-left: solid 1px #005EB8; /* 内枠のスタイル */
margin-left: 9px;
font-weight: bold;
margin-bottom:20px;
}

.service_detail h2::before{
content: "";
position: absolute;
top: 0px;
bottom: 0px;
left: -8px;
border-left: solid 5px #005EB8; /* 外枠のスタイル */
z-index: -1;
}


.service_detail_contents {
    display: flex;
    flex-wrap: wrap;
}


.service_detail_content{
width:32%;
margin-right: 10px;
}

.service_detail_content_img_box {
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service_detail_content_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f5f5;
}

.service_detail_content_title{
color:#005EB8;
font-weight: bolder;
margin:20px 0;
font-size:20px;
}

.service_detail_content_text{
font-size:16px;
line-height: 1.8rem;
}

@media(max-width:1210px){
.service_detail_content {
    width: 43%;
    margin-right: 10px;
}
}

@media(max-width:768px){
.service_detail_contents{
display:block;
}

.service_detail_content{
width:100%;
}

.service_detail_content_text{
margin-bottom: 20px;
}
}

/*-----------CSS_ID_AW--------------*/
/*   テーブル */
.contact_list_scrollAttention{
  display: none;
 padding: 20px 0px;
}

.contact_list table {
border-collapse: collapse;
width:100%;
}

.contact_list table th{/*thに対して*/
background-color: #005EB8;
display: table-cell;
vertical-align: middle;
border:none;
font-size:16px;
color:white;
}

.contact_list table td{/*tdに対して*/
background-color:white!important;
display: table-cell;
vertical-align: middle;
line-height: 22px;
vertical-align: top;
border: solid 1px #DEE2E6;
font-size:14px;
}

.contact_list_none {/*tdに対して*/
border-top: 0px none!important;
border-bottom: 0px none!important;
} 

.contact_list_none.clause {/*tdに対して*/
font-size:14px;
} 

.contact_list_none.clause:nth-of-type(1) {/*tdに対して*/
padding-left:30px;
position: relative;
} 

.contact_list_none.clause:nth-of-type(1)::before {/*tdに対して*/
content:'・';
position:absolute;
left: 13px;
color:#005EB8;
}

.contact_list table td:nth-of-type(1){/*th1つ目に対して*/
width:27%;
}

.contact_list table td:nth-of-type(2){/*th2つ目に対して*/
width:33%;
}

.contact_list table td:nth-of-type(3){/*th3つ目に対して*/
width:19%;
}

.contact_list table td:nth-of-type(4){/*th4つ目に対して*/
width:21%;
}

.contact_list a{
color:#005EB8;
text-decoration: underline;
font-size:14px;
}

@media(max-width: 768px){
.contact_list table th{/*thに対して*/
font-size:12px;
}

.contact_list table td{/*tdに対して*/
font-size:10px;
line-height: 15px;
padding:2px 5px; 
}

.contact_list_none.clause {
font-size:10px;
}


.contact_list_scrollAttention{
  display: block;
}

.contact_list a{
font-size:10px;
}
/* 横スクロール */
.contact_list{
display: block;
margin: 0 auto;
padding: 0;
width: 100%;  /* コンテンツが見切れて見えるようにする */
overflow-x: auto;  /* 横スクロールの指定 */
white-space: nowrap;  /* 横スクロールの指定 */

}
.contact_list_table{
display: inline-block;/* 横並びにする指定 */
margin: auto;
list-style: none;
width: 100%;
height: auto;/* 横スクロールする範囲の高さを指定 */
position: relative;
}
}

/*-----------CSS_ID_BB--------------*/

.cta_c_wrapper{
display: flex;
justify-content: center;
height: 70px;
}

.cta_c {
margin: 0 calc(-7%) 0 calc(-9%);
text-align: center;
position: relative;
font-weight: bold;
width: auto;
background: transparent;
border: none;
transform: translateY(-10px);
}

.cta_c a{
font-size: 1rem;
text-decoration: none;
}

.cta_c::after {
position: absolute;
bottom: 15px;
content: '';
width: 140%;
height: 10px;
border-bottom: solid 1px;
border-left: solid 1px;
transform: skew(-45deg) translateX(-50%);
left: 50%;
}

.cta_c__text{
font-size:16px;
font-weight:normal;
}

/*-----------CSS_ID_BD--------------*/
/*googleカスタム検索用*/
#___gcse_0,
#___gcse_1{
}
.gsc-input-box {
    border: none!important;
}
td#gs_tti50,
div#___gcse_1{
    border: 5px solid #eee;
    border-radius: 30px;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2{
    padding: 18px 21px!important;
    border: none!important;
    border-radius: 0!important;
    -moz-border-radius:  0!important;
    -webkit-border-radius: 0!important;
    border-color: none!important;
    background-color: none!important;
    background-image: none!important;
    background: none!important;
    position: absolute;
    right: 6px;
    bottom: 1px;
}





.under_3col_side .gsc-search-button-v2{
    right: 18px;
}
#___gcse_1 .gsc-search-button-v2{
    bottom: -17px;
}
.gsc-search-button-v2 svg {
    fill: #aaa!important;
    width: 17px;
    height: 21px!important;
}
td.gsc-search-button{
    position: relative;
    width: 0;
}
.slabel {
    padding-left: 20px;
    margin-bottom: 10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    padding-right: 0;
}

.gsib_b {
  display: none!important;
}

.gsc-control-cse {
    padding: 3px 3px 12px 3px!important;
}

.search-input {
    display: block!important;
}

.gsc-adBlockInvisible {
    display: none!important;
}

.cse_block_container {
  display: none!important;
}

@media(max-width: 1000px){
.lay-header_nav .search-form form {
    height: 25px!important;
}
}

.gsc-result .gs-title {
    overflow: inherit!important;
}

.gsc-expansionArea {
text-align: left;
}

.gs-title *{
    font-size: 16px!important;
    padding: 0 0 10px 0;
}

.lay-header_nav li a:after {

/*-----------CSS_ID_AK--------------*/

.section-tiny{
     font-size:200px
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%; 
      overflow-x: auto;
      white-space: nowrap; 
}

.gsc-url-top {
margin-bottom: 20px!important;
}

.gs-web-image-box {
  display: none!important;
}

.gsc-result {
    padding: 10px 0!important;
}

.gsc-tabData gsc-tabdActive {
margin-top: 20px;
}

.styleable-rootcontainer {
margin-top: 10px;
}

.cse_block_container {
  display: none!important;

}

.gsc-adBlock{
 display: none !important; 
}
div#adBlock {
    display: none;
}


.lay-header_nav .search-form form{
      height: 50px;
}

.gsc-webResult {

}
.gsc-search-box-tools table.gsc-search-box, .l-header .searchG table.gsc-search-box, .l-gnav .searchG table.gsc-search-box {
    margin: 0;
    padding: 0;
    width: 95%;
    margin-top: 20px;
}

.gs-webResult div.gs-visibleUrl {
    color: #323232;
    font-weight: normal;
}

/*-----------追加のCSS--------------*/
/*-----------リッチテキストの画像とテキスト横並び--------------*/
.text_image {
  display: flex;
}

.text_image__text {
  margin-right: 20px;
}

@media(max-width: 720px) {
  .text_image {
    flex-direction: column;
  }

  .text_image__text {
    margin-right: 0px;
  }
}

/*not found*/
.not-found {
    text-align: center;
    margin-top: 4rem;
}
.not-found__head {
    font-size: 5rem;
    font-family: 'RobotoRegular';
    color: #005EB8;
}
.not-found__notfound {
    font-size: 1rem;
    font-family: 'RobotoRegular';
    color: #005EB8;
}
.not-found__disc {
    margin-top: 1rem;
}
.not-found__cta {
    display: flex;
}
.not-found__cta .cta_wrapper{
  margin: 10px 10px;
  width: 30%;
  flex-grow: 1;
}
.not-found__cta .cta_a {
    padding: 0;
    height: 45px;
    width: 100%;
}
.not-found__cta .cta_a__link {
    display: flex;
    align-items: center;
    justify-content: center;
   width: 100%;
}
 .not-found__cta .cta_a__text {
    font-size: 1rem;
}
.not-found__cta  .cta_a__text::before,
.not-found__cta  .cta_a__text::after{
  display: none;
}


/*-----------CSS_ID_table_c--------------*/
@media(max-width: 768px){
.table_c{
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;  /* コンテンツが見切れて見えるようにする */
      overflow-x: auto;  /* 横スクロールの指定 */
      white-space: nowrap;  /* 横スクロールの指定 */
}
}

















