@charset "UTF-8";
/* =======================================

  CONTENTS

======================================= */
/*-----------------------------------------
  wrap
-----------------------------------------*/
.sec_wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec_wrap {
    margin-bottom: 40px;
  }
}

.border_b_wrap {
  padding-bottom: 61px;
  margin-bottom: 61px;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .border_b_wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.border_b_wrap.padd_b_l {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .border_b_wrap.padd_b_l {
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
}

.separator_wrap > * {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .separator_wrap > * {
    margin-bottom: 16px;
  }
}
.separator_wrap > *:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E8E8;
}
@media only screen and (max-width: 767px) {
  .separator_wrap > *:not(:last-child) {
    padding-bottom: 16px;
  }
}
.separator_wrap > * *:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------
  breadcrumbs_field
-----------------------------------------*/
.breadcrumbs_field {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_field {
    margin-bottom: 40px;
  }
}

.breadcrumbs_list {
  padding-inline: 40px;
  display: flex;
  gap: 7px 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs_list {
    padding-inline: 24px;
  }
}
.breadcrumbs_list li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  position: relative;
}
.breadcrumbs_list li:not(:last-child) {
  padding-right: 24px;
}
.breadcrumbs_list li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #E3E8E8;
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
}
.breadcrumbs_list li.top {
  font-weight: 700;
  padding-left: 15px;
}
.breadcrumbs_list li.top::before {
  content: "\e903";
  font-family: "j_trust";
  color: #5DCDD9;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumbs_list li:nth-child(2)::after {
  color: #373a3c;
}
.breadcrumbs_list li:nth-child(3)::after {
  color: #8a8a8a;
}
.breadcrumbs_list li:nth-child(4) {
  font-weight: 700;
}
.breadcrumbs_list li a {
  color: #222;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .breadcrumbs_list li a:hover {
    opacity: 1;
    color: #5DCDD9;
  }
}

/*-----------------------------------------
  pg_title
-----------------------------------------*/
.pg_title_field {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-block: 80px 24px;
  position: relative;
  overflow: hidden;
}
.pg_title_field.pg_profile::before {
  background: url(/img/profile/profile_title_bg.jpg) no-repeat center center/cover;
  filter: blur(4px);
}
@media only screen and (max-width: 767px) {
  .pg_title_field.pg_profile::before {
    background: url(/img/profile/profile_title_bg_sp.jpg) no-repeat center center/cover;
  }
}
.pg_title_field.pg_solutions::before {
  background: url(/img/solutions/solutions_title_bg.jpg) no-repeat center left 65%/cover;
  filter: blur(4px);
}
@media only screen and (max-width: 767px) {
  .pg_title_field.pg_solutions::before {
    background: url(/img/solutions/solutions_title_bg_sp.jpg) no-repeat center center/cover;
  }
}
.pg_title_field::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.pg_title_field::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(93, 205, 217, 0.5);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pg_title_field {
    min-height: 240px;
    padding-block: 40px 24px;
  }
}
.pg_title_field .cont_outer {
  width: 100%;
  margin-inline: 80px;
}
.pg_title_field .pg_title_area {
  position: relative;
}
.pg_title_field .pg_title_area::after {
  content: "";
  display: table;
  clear: both;
}
.pg_title_field .title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  text-align: center;
}
.pg_title_field .title_wrap .title_en {
  margin-bottom: 0;
  font-family: "Castoro", serif;
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.pg_title_field .title_wrap .title_en::before {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  background: currentColor;
  box-shadow: -14px 0 0 0 currentColor, 14px 0 0 0 currentColor;
}
@media only screen and (max-width: 767px) {
  .pg_title_field .title_wrap .title_en {
    font-size: 4.8rem;
  }
}
.pg_title_field .title_wrap .title_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .pg_title_field .title_wrap .title_ja {
    font-size: 1.6rem;
  }
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.heading_wrap {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .heading_wrap {
    margin-bottom: 16px;
  }
}

.primary_heading_en {
  display: table;
  font-family: "Castoro", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5DCDD9;
  padding-bottom: 12px;
  margin: 0 auto 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .primary_heading_en {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.primary_heading_en::before {
  content: "";
  width: 47px;
  height: 2px;
  background: #5DCDD9;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.primary_heading_en.no_underline {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .primary_heading_en.no_underline {
    font-size: 1.6rem;
    line-height: 1.18;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
}
.primary_heading_en.no_underline::before {
  content: none;
}

.primary_heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.69;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .primary_heading {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 767px) {
  .primary_heading.sp_size_l {
    font-size: 2.4rem;
  }
}

.primary_heading_sub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .primary_heading_sub {
    font-size: 1.8rem;
    line-height: 1.61;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .primary_heading_sub + .primary_heading {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}

.secondary_heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding-left: 20px;
  margin-bottom: 26px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secondary_heading {
    font-size: 2rem;
    padding-left: 16px;
    margin-bottom: 30px;
  }
}
.secondary_heading::before {
  content: "";
  width: 4px;
  height: 32px;
  background: #5DCDD9;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .secondary_heading::before {
    top: -3px;
  }
}
.secondary_heading.service_color_understanding::before {
  background: #5DCDD9;
}
.secondary_heading.service_color_solution::before {
  background: #5DCDD9;
}
.secondary_heading.service_color_culture::before {
  background: #5DCDD9;
}
.secondary_heading.vertically_full {
  line-height: 1.33;
}
.secondary_heading.vertically_full::before {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .secondary_heading.vertically_full::before {
    top: 0;
  }
}

.heading_img {
  display: table;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-left: 90px;
  margin: 0 auto 21px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heading_img {
    font-size: 2rem;
    padding-left: 110px;
    margin-bottom: 46px;
  }
}
.heading_img .heading_accent {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .heading_img .heading_accent {
    font-size: 2.6rem;
  }
}

.heading_accent {
  color: #5DCDD9;
}

.heading_lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .heading_lead {
    line-height: 1.7;
    text-align: left;
    margin-bottom: 40px;
  }
}
.heading_lead.width_limit {
  max-width: 1000px;
  margin-inline: auto;
}

.heading_lead_accent {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.59;
  text-align: center;
  color: #5DCDD9;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .heading_lead_accent {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 27px;
  }
}

/*-----------------------------------------
  list（basic）
-----------------------------------------*/
.disc_list > li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 14px;
  position: relative;
}
.disc_list > li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .disc_list > li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.disc_list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5DCDD9;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.notes_list > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.04em;
  padding-left: 22px;
  position: relative;
}
.notes_list > li:not(:last-child) {
  margin-bottom: 4px;
}
.notes_list > li::before {
  content: "※";
  color: #5DCDD9;
  position: absolute;
  top: 0;
  left: 0;
}

.number_list {
  list-style: none;
  counter-reset: numistnum;
}
.number_list > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
  padding-left: 24px;
  position: relative;
}
.number_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.number_list > li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  content: counter(numistnum);
  counter-increment: numistnum;
  font-family: "Castoro", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #5DCDD9;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

/*-----------------------------------------
  list（下層ナビ）
-----------------------------------------*/
#lower_nav_field {
  padding-block: 64px;
  background: #5DCDD9;
}
@media only screen and (max-width: 767px) {
  #lower_nav_field {
    padding-block: 40px;
  }
}

.lower_nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .lower_nav {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_nav {
    gap: 16px;
    flex-direction: column;
  }
}
.lower_nav .lower_nav_item {
  min-height: 75px;
  width: calc((100% - 48px) / 3);
  border-radius: 50px;
  box-shadow: 0px 4px 16px 4px rgba(65, 67, 96, 0.08);
  transition: border 0.3s ease-out;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lower_nav .lower_nav_item {
    min-height: 55px;
    width: 100%;
  }
}
.lower_nav .lower_nav_item.current_item .lower_nav_link {
  border-color: #5DCDD9;
}
.lower_nav .lower_nav_link {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 8px 60px;
  border: 2px solid transparent;
  border-radius: 50px;
  background: #fff;
  color: #5DCDD9;
  transition: background 0.3s ease-out;
}
@media only screen and (max-width: 980px) {
  .lower_nav .lower_nav_link {
    padding: 8px 60px 8px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lower_nav .lower_nav_link {
    min-height: 55px;
  }
}
.lower_nav .lower_nav_link::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "\e900";
  font-family: "benesse_wandc";
  font-size: 0.6rem;
  font-weight: normal;
  color: #fff;
  background: #5DCDD9;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
@media (any-hover: hover) {
  .lower_nav .lower_nav_link:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
  }
  .lower_nav .lower_nav_link:hover::after {
    right: 17px;
  }
}

/*-----------------------------------------
  article
-----------------------------------------*/
.side_nav_clm {
  display: flex;
  gap: 40px 88px;
}
.side_nav_field {
  position: sticky;
  top: 100px;
  align-self: start;
  width: 304px;
  padding: 24px;
  margin-bottom: 40px;
  background: #5DCDD9;
  border-top: 4px solid #5DCDD9;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .side_nav_field {
    position: static;
    width: 100%;
    padding: 24px 24px 25px;
    margin-bottom: 0;
  }
}

.side_head_title_wrap {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #E3E8E8;
}
.side_head_title_wrap .side_head_title_sub {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  color: #5DCDD9;
  margin-bottom: 0;
}
.side_head_title_wrap .side_head_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}

.side_nav_title_wrap {
  margin-bottom: 16px;
}
.side_nav_title_wrap .side_nav_title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #5DCDD9;
}
.side_nav_title_wrap .side_nav_title_en {
  display: inline-block;
  font-family: "Castoro", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #5DCDD9;
  padding-left: 10px;
  margin-bottom: 0;
}

/*-----------------------------------------
  table
-----------------------------------------*/
.table_wrap {
  border: 2px solid #5DCDD9;
  border-width: 2px 0;
}
.table_wrap.cont_wrap {
  margin-bottom: 16px;
}

.basic_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #E3E8E8;
}
@media only screen and (max-width: 767px) {
  .basic_table.sp_block {
    display: block;
    width: 100%;
  }
  .basic_table.sp_block thead,
  .basic_table.sp_block tbody,
  .basic_table.sp_block tr,
  .basic_table.sp_block th,
  .basic_table.sp_block td {
    display: block;
    width: 100%;
  }
}
.basic_table.size_s th {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .basic_table.size_s th {
    width: 100%;
  }
}
.basic_table tbody th {
  width: 240px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  padding: 22px 24px;
  border-top: 1px solid #5DCDD9;
}
@media only screen and (max-width: 767px) {
  .basic_table tbody th {
    padding: 16px;
  }
}
.basic_table tbody td {
  padding: 22px 24px;
  border-top: 1px solid #E3E8E8;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .basic_table tbody td {
    padding: 16px;
  }
}
.basic_table tbody td .disc_list:not(:last-child) {
  margin-bottom: 24px;
}
.basic_table tbody td .disc_list > li {
  line-height: 1.75;
  padding-left: 20px;
  margin-bottom: 0;
}
.basic_table tbody td .disc_list > li::before {
  width: 3px;
  height: 3px;
  top: 15px;
  left: 5px;
}

/*-----------------------------------------
  contents
-----------------------------------------*/
/* 中央寄せのメインコンテンツ */
/* メインコンテンツは中央寄せ、可変幅 */
.content {
  width: 100%;
  margin: 0 auto;
  padding-inline: 24px;
  padding-bottom: 120px;
  box-sizing: border-box;
  position: relative;
}
.content .page_bg_wrapper {
  width: 709px;
  aspect-ratio: 709/500;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
  /* 下端で止まる状態 */
}
@media only screen and (max-width: 767px) {
  .content .page_bg_wrapper {
    max-width: 250px;
    width: 50%;
  }
}
.content .page_bg_wrapper img {
  width: 100%;
  height: 100%;
}
.content .page_bg_wrapper.stopped {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  transform: translateY(0);
}
.content .content_inner {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .content .content_inner {
    width: 100%;
  }
}
.content .article_field {
  max-width: 1000px;
}
.content .article_field .article_item {
  margin-bottom: 120px;
}
.content .article_field .article_item:last-child {
  margin-bottom: 0;
}
.content .article_field .article_item .article_cont {
  margin-bottom: 80px;
}
.content .article_field .article_item .article_cont:last-child {
  margin-bottom: 0;
}
.content .article_field .article_item .article_cont .img_wrapper.border {
  border: 1px solid #E3E8E8;
}
.content .article_field .article_item .article_cont .img_wrapper.bg {
  background: #fff;
}
.content .article_field .article_item .article_cont .history_wrapper {
  width: 100%;
  position: relative;
}
.content .article_field .article_item .article_cont .history_wrapper::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E3E8E8;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper::before {
    left: -1px;
  }
}
.content .article_field .article_item .article_cont .history_wrapper .history_item {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper .history_item {
    width: 100%;
  }
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper .history_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.content .article_field .article_item .article_cont .history_wrapper .history_item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #5DCDD9;
  background: #fff;
  position: absolute;
  left: -8px;
  top: 34px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #5DCDD9;
  background: #fff;
  position: absolute;
  right: -8px;
  top: 34px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd) {
  margin-right: auto;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd) .txt_year {
  margin-right: 40px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd) .disc_list {
  margin-right: 40px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd)::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd) .txt_year {
    margin-left: 24px;
    margin-right: 0;
  }
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd) .disc_list {
    margin-left: 24px;
    margin-right: 0;
  }
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd)::before {
    content: "";
  }
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(odd)::after {
    content: none;
  }
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even) {
  margin-left: auto;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even) .txt_year {
  margin-left: 40px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even) .disc_list {
  margin-left: 40px;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even)::after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even) .txt_year {
    margin-left: 24px;
  }
  .content .article_field .article_item .article_cont .history_wrapper .history_item:nth-child(even) .disc_list {
    margin-left: 24px;
  }
}
.content .article_field .article_item .article_cont .history_wrapper .history_item .txt_year {
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(135deg, #5DCDD9 0%, #0099D1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .article_field .article_item .article_cont .history_wrapper .history_item .liner_deco {
  width: 100%;
  height: 2px;
  margin-bottom: 24px;
  display: block;
  background: #5DCDD9;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .history_wrapper .history_item .liner_deco {
    margin-bottom: 16px;
  }
}
.content .article_field .article_item .article_cont:has(.read_txt) .article_secondary_heading {
  margin-bottom: 24px;
}
.content .article_field .article_item .article_cont .strong_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .content .article_field .article_item .article_cont .strong_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .strong_wrapper {
    grid-template-columns: 1fr;
  }
}
.content .article_field .article_item .article_cont .strong_wrapper .strong_item {
  padding: 16px 24px 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #E3E8E8;
  background: #fff;
}
.content .article_field .article_item .article_cont .strong_wrapper .strong_item .strong_txt {
  line-height: 1.75;
}
.content .article_field .article_item .article_cont .strong_wrapper .strong_item p {
  margin-bottom: 0;
}
.content .article_field .article_item .article_cont .cont_wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: num;
}
@media only screen and (max-width: 1024px) {
  .content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap {
    grid-template-columns: 1fr;
  }
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap .check_flow_item {
  margin-left: 17px;
  margin-top: 20px;
  padding: 24px;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  position: relative;
  counter-increment: num;
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap .check_flow_item::before {
  content: counter(num);
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5dcdd9, #0099d1);
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -17px;
  top: -20px;
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap .check_flow_item .check_flow_txt_wrap {
  flex: 1;
  display: inline-flex;
  align-items: center;
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap .check_flow_item .check_flow_txt_wrap .check_flow_txt {
  line-height: 1.75;
}
.content .article_field .article_item .article_cont .cont_wrapper .check_flow_wrap .check_flow_item p {
  margin-bottom: 0;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper {
  display: grid;
  gap: 24px;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper.two_column {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper.two_column {
    grid-template-columns: 1fr;
  }
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper.three_column {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper.three_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper.three_column {
    grid-template-columns: 1fr;
  }
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item {
  padding: 4px 24px 24px;
  background: #fff;
  border: 1px solid #E3E8E8;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item p {
  margin-bottom: 0;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .grid_cont_ttl_wrap {
  margin-bottom: 24px;
  padding-block: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E3E8E8;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .grid_cont_ttl_wrap .img_wrapper {
  max-width: 50px;
  min-width: 40px;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .grid_item_txt {
  line-height: 1.75;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .document_type_wrap {
  margin-top: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .document_type {
  padding: 10px 8px;
  font-size: 1.2rem;
  line-height: 1;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .document_type:first-child {
  border: 1px solid #2E3738;
}
.content .article_field .article_item .article_cont .cont_wrapper .grid_cont_wrapper .grid_cont_item .document_type:nth-child(2) {
  border: 1px solid #5DCDD9;
}
.content .article_field .article_item .article_cont .cont_wrapper .document_ttl_wrap {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.content .article_field .article_item .article_cont .cont_wrapper .document_ttl_wrap p {
  margin-bottom: 0;
  line-height: 1.75;
}
.content .article_field .article_item .article_cont .cont_wrapper .document_ttl_wrap .article_tertiary_heading {
  margin-bottom: 8px;
}
.content .article_field .article_item .article_cont .cont_wrapper .document_ttl_wrap .img_wrapper {
  max-width: 90px;
  min-width: 70px;
}
.content .article_field .article_item .article_cont .cont_wrapper.bg_area {
  padding: 24px;
  background: #EAF9FA;
}
.content .article_field .article_item .article_cont .cont_wrapper.bg_area .grid_cont_item {
  border: unset;
}
.content .article_field .article_heading {
  margin-bottom: 56px;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content .article_field .article_heading {
    font-size: 4rem;
  }
}
.content .article_field .article_heading.en {
  font-family: "Castoro", serif;
}
.content .article_field .article_heading::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  background: #EAF9FA;
  z-index: -2;
}
.content .article_field .article_heading::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  background: #5DCDD9;
  z-index: -1;
}
.content .article_field .article_secondary_heading {
  margin-bottom: 48px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.content .article_field .article_secondary_heading::before {
  content: "";
  margin-bottom: 16px;
  display: block;
  color: #5DCDD9;
  line-height: 1;
  width: 8px;
  height: 8px;
  background: currentColor;
  box-shadow: 14px 0 0 0 currentColor, 28px 0 0 0 currentColor;
}
.content .article_field .article_tertiary_heading {
  margin-bottom: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.content .article_field .primary_color_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0092C7;
  line-height: 1.5;
}
.content .article_field .read_txt {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 48px;
}
.content .article_field .signature {
  text-align: right;
}

/*-----------------------------------------
  side_bar
-----------------------------------------*/
/* サイドバーの初期位置は動的に設定する */
.sidebar {
  position: absolute;
  will-change: transform;
  transition: transform 0.3s ease;
  z-index: 9;
  /* サイドバー中身の動き */
}
.sidebar .sidebar_inner {
  width: auto;
  transition: transform 0.4s ease-out;
}
.sidebar .sidebar_inner .side_nav_list {
  list-style: none;
  position: relative;
}
.sidebar .sidebar_inner .side_nav_list::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  top: 12px;
  right: 3px;
  background: #EAF9FA;
  z-index: -1;
}
.sidebar .sidebar_inner .side_nav_list .side_nav_item {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.37;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar_inner .side_nav_list .side_nav_item:last-child {
    padding-bottom: 0;
  }
}
.sidebar .sidebar_inner .side_nav_list .side_nav_link {
  display: block;
  color: #2E3738;
  padding-right: 16px;
  font-weight: 400;
  position: relative;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar_inner .side_nav_list .side_nav_link {
    padding-right: 30px;
  }
}
.sidebar .sidebar_inner .side_nav_list .side_nav_link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EAF9FA;
  position: absolute;
  top: 5px;
  right: 0;
}
.sidebar .sidebar_inner .side_nav_list .side_nav_link.side_nav_active {
  color: #0092C7;
}
.sidebar .sidebar_inner .side_nav_list .side_nav_link.side_nav_active::after {
  background: #5DCDD9;
}
@media (max-width: 1024px) {
  .sidebar {
    margin-bottom: 40px;
    padding-inline: 24px;
    position: static !important; /* 絶対配置解除 */
    width: 100%;
  }
  .sidebar .sidebar_inner {
    position: static !important;
    transform: none !important;
    transition: none !important;
  }
  .sidebar .sidebar_inner .side_nav_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sidebar .sidebar_inner .side_nav_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .sidebar .sidebar_inner .side_nav_list::after {
    content: none;
  }
  .sidebar .sidebar_inner .side_nav_list .side_nav_item {
    padding-bottom: 0;
  }
  .sidebar .sidebar_inner .side_nav_list .side_nav_link {
    height: 100%;
    text-align: left;
    padding: 16px 16px 16px 32px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(93, 205, 217, 0.5);
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  .sidebar .sidebar_inner .side_nav_list .side_nav_link::before {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    content: "\e900";
    font-family: "j_trust";
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: normal;
    color: #5DCDD9;
    background: unset;
    transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 8px;
    transition: all 0.3s ease-out;
  }
  .sidebar .sidebar_inner .side_nav_list .side_nav_link::after {
    content: none;
  }
}
@media (max-width: 1024px) and (any-hover: hover) {
  .sidebar .sidebar_inner .side_nav_list .side_nav_link:hover {
    box-shadow: inset 0 0 10px rgba(93, 205, 217, 0.5);
  }
  .sidebar .sidebar_inner .side_nav_list .side_nav_link:hover::before {
    top: calc(50% - 1px);
  }
}
@media (max-width: 1024px) {
  .sidebar .sidebar_inner .side_nav_list .side_nav_link.side_nav_active {
    box-shadow: inset 0 0 10px rgba(93, 205, 217, 0.5);
  }
  .sidebar .content {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}/*# sourceMappingURL=contents.css.map */