@charset "UTF-8";
div [class^=sec_] {
  text-align: center;
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  div [class^=sec_] {
    padding: 100px 0 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  div [class^=sec_] {
    padding: 120px 0 120px;
  }
}

.title_box {
  position: relative;
  z-index: 1;
}
.title_box h3 {
  font-size: 2.6rem;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 30px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .title_box h3 {
    font-size: 4rem;
    margin-bottom: 110px;
  }
}
.title_box .h3_en {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  top: -31px;
  left: 0;
  right: 0;
  z-index: -1;
  font-weight: 500;
}
@media print, screen and (min-width: 321px) {
  .title_box .h3_en {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .title_box .h3_en {
    font-size: 130px;
    width: fit-content;
    top: -84px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 1000px) {
  .title_box .h3_en {
    font-size: 170px;
    top: -124px;
  }
}
.title_box .merit_box {
  background-color: #fff;
  padding: 40px 26px;
  text-align: center;
}
.title_box .merit_box .merit_title {
  font-weight: bold;
}

.flex_box {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 920px) {
  .flex_box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.flex_box .flex_1_3 {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .flex_box .flex_1_3 {
    width: 30%;
  }
}

.cv_btn {
  margin-top: 0;
}

.top_mv {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  height: auto;
  background-size: cover;
  position: relative;
  background: url(../img/top/top_bg_sp.jpg?230321) no-repeat top center/cover;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .top_mv {
    padding-top: 90px;
    background: url(../img/top/top_bg.jpg) no-repeat top right -70px/cover;
  }
}
@media print, screen and (min-width: 920px) {
  .top_mv {
    background: url(../img/top/top_bg.jpg?230321) no-repeat top right/cover;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 920px) and (max-height: 770px) {
  .top_mv {
    /* 横幅920px以上で、高さ745px以下の場合 */
    min-height: 760px;
  }
}
.top_mv .mv_labo_logo {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_labo_logo {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 240px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_bg_gradation {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    width: 70vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.top_mv .flex_box {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_mv .flex_box {
    margin-bottom: 75px;
    margin-top: 45px;
  }
}
.top_mv .flex_box .flex_left {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_mv .flex_box .flex_left {
    width: 100%;
  }
}
@media print, screen and (min-width: 920px) {
  .top_mv .flex_box .flex_left {
    width: 100%;
    margin-top: 0;
  }
}
.top_mv .mv_logo {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_logo {
    display: block;
    max-width: 240px;
    margin-bottom: 15px;
  }
}
.top_mv .mv_word {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_word {
    justify-content: space-between;
    max-width: 550px;
    margin-bottom: 12px;
  }
}
.top_mv .mv_word li {
  font-size: 1.2rem;
  color: #024bad;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 2px 6px;
  border: 2px solid #024bad;
  background: #fff;
}
.top_mv .mv_word li:nth-of-type(n + 1) {
  margin-right: 8px;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_word li {
    font-size: 2rem;
    padding: 2px 12px;
  }
  .top_mv .mv_word li:nth-of-type(n + 1) {
    margin-right: 0px;
  }
}
.top_mv .mv_copy_wrap {
  text-shadow: 5px 2px 10px #fff;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_copy_wrap {
    width: 50%;
  }
}
.top_mv .mv_copy_flg {
  display: flex;
  gap: 0.8vw;
  margin-top: 3vw;
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_copy_flg {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .top_mv .mv_copy_flg {
    margin-top: 30px;
  }
}
.top_mv .mv_tag {
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.top_mv .mv_tag .sp_ss {
  display: none;
}
@media print, screen and (min-width: 321px) {
  .top_mv .mv_tag {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 520px) {
  .top_mv .mv_tag .sp_ss {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .top_mv .mv_tag {
    letter-spacing: unset;
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.top_mv .flag_text {
  color: #024bad;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .top_mv .flag_text {
    margin-right: 15px;
  }
}
.top_mv .flag_text .icon_frag {
  display: inline-block;
  width: 30px;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .top_mv .flag_text .icon_frag {
    width: 50px;
  }
}
.top_mv .form_btn_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: calc(73vw + 40px);
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .top_mv .form_btn_wrap {
    margin-top: 68px;
    width: 50%;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_mv .form_btn_wrap {
    flex-direction: row;
    gap: 24px;
    margin-top: 80px;
    width: 60%;
  }
}
@media print, screen and (min-width: 1360px) {
  .top_mv .form_btn_wrap {
    width: 50%;
  }
}
.top_mv .form_btn {
  position: relative;
  padding: 10px 45px 13px 20px;
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .top_mv .form_btn {
    padding: 16px 65px 20px 20px;
    max-width: 100%;
  }
  .top_mv .form_btn::after {
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_mv .form_btn .main {
    font-size: 2.4rem;
  }
}
.top_mv .form_btn.contact, .top_mv .form_btn.download {
  border: 3px solid #ed8700;
}
.top_mv .form_btn.download {
  border-color: #2ab7d9;
}
.top_mv .form_btn .fukidashi {
  position: absolute;
  display: inline-block;
  padding-inline: 15px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #ed8700;
  white-space: nowrap;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .top_mv .form_btn .fukidashi {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_mv .form_btn .fukidashi {
    top: -42px;
    font-size: 2rem;
  }
}
.top_mv .form_btn .fukidashi::after, .top_mv .form_btn .fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 100%;
  width: 2px;
  transform: translateY(-50%) rotate(20deg);
  background: #ed8700;
}
.top_mv .form_btn .fukidashi::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.top_mv .form_btn .fukidashi::after {
  right: 0;
}

.sec_merit {
  padding: 0 0 60px !important;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .sec_merit {
    padding: 100px 0 120px !important;
    background-position: unset;
    text-align: center;
  }
}
.sec_merit .title_box {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .title_box {
    margin-bottom: 60px;
  }
}
.sec_merit .title_box h3 {
  color: #1c2022;
  width: 100%;
  margin-bottom: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_merit .title_box .h3_en {
  color: #e6e6e6;
  white-space: nowrap;
  font-size: 11vw;
  top: calc(-24px - 1vw);
  line-height: 1;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .title_box .h3_en {
    top: -0.5em;
    font-size: 10vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .sec_merit .title_box .h3_en {
    top: -74px;
    font-size: min(10vw, 140px);
  }
}
.sec_merit .sec_research_inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 0;
  padding-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .sec_research_inner {
    flex-direction: row;
    gap: 45px;
    padding-top: 20px;
  }
}
.sec_merit .under_intro_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .under_intro_title {
    font-size: 2.8rem;
    row-gap: 12px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_merit .under_intro_title {
    font-size: 3.4rem;
    row-gap: 17px;
  }
}
@media (min-width: 1025px) {
  .sec_merit .under_intro_title {
    width: 58%;
  }
}
.sec_merit .under_intro_title_gradation {
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
  padding: 0 20px 2px;
}
.sec_merit .sec_research_contents {
  flex-grow: 1;
  padding: 0;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .sec_research_contents {
    width: calc(67% - 40px);
    line-height: 2.5;
  }
}
.sec_merit .flex_box {
  margin-bottom: 20px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .flex_box {
    display: flex;
    margin-bottom: 60px;
  }
}
.sec_merit .flex_1_3 {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 4px 4px 12px rgba(80, 72, 72, 0.5);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .flex_1_3 {
    padding: 30px;
    margin-bottom: 0;
    width: calc(33% - 20px);
  }
}
.sec_merit .flex_1_3 .merit_title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 11px;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .flex_1_3 .merit_title {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.sec_merit .flex_1_3 img {
  height: 100px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .flex_1_3 img {
    margin-bottom: 30px;
  }
}
.sec_merit .flex_1_3:nth-of-type(1) img {
  margin: -10px 0 -8px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .flex_1_3:nth-of-type(1) img {
    margin: 0 0 30px 0;
  }
}
.sec_merit .flex_1_3:nth-of-type(2) img {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .flex_1_3:nth-of-type(2) img {
    margin: 0 0 30px 0;
  }
}
.sec_merit .flex_1_3:nth-of-type(3) {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .flex_1_3:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.sec_merit .flex_1_3 .merit_note p {
  font-size: 1.4rem;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .sec_merit .flex_1_3 .merit_note p {
    font-size: 1.5rem;
  }
}
.sec_merit .flex_1_3 .text_bold {
  font-weight: bold;
}
.sec_merit .merit_text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .sec_merit .merit_text {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}

.merit_under {
  margin: 0 0 60px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .merit_under {
    margin: 170px 0 110px;
  }
}
@media print, screen and (min-width: 920px) {
  .merit_under {
    margin: 230px 0 110px;
  }
}
.merit_under .merit_text_under {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 90px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .merit_under .merit_text_under {
    font-size: 4rem;
    margin-top: 110px;
    line-height: 1.7;
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 920px) {
  .merit_under .merit_text_under .icon_datt {
    margin: 0 20px;
  }
}
.merit_under .box_border {
  padding: 30px 20px;
}
@media print, screen and (min-width: 920px) {
  .merit_under .box_border {
    padding: 30px;
  }
}
.merit_under .merit_under_icon {
  display: inline-block;
  width: 90px;
  height: auto;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .merit_under .merit_under_icon {
    width: 117px;
    margin-bottom: 20px;
  }
}
.merit_under .merit_note {
  text-align: left;
}
.merit_under .merit_title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .merit_under .merit_title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
.merit_under .text_bold {
  font-weight: bold;
}
.merit_under .flex_1_3 {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .merit_under .flex_1_3 {
    padding: 30px;
    margin-bottom: 0;
    width: calc(33% - 20px);
  }
}

.check_list {
  display: inline-flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .check_list {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .check_list {
    padding-left: 0;
  }
}
.check_list li {
  font-size: 1.4rem;
  position: relative;
  color: #fff;
  text-align: left;
  padding-left: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .check_list li {
    font-size: 1.5rem;
  }
}
.check_list li::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 4px;
  left: 0px;
  background: url(../img/common/check.png?230321) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .check_list li {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 18px;
    padding-left: 0;
    text-align: left;
  }
  .check_list li::before {
    width: 22px;
    height: 22px;
    top: 4px;
    left: -35px;
  }
}

.sec_point {
  background-color: #f1f5f9;
  padding-bottom: 0 !important;
}
.sec_point .title_box h3 {
  color: #1c2022;
  margin-bottom: 70px;
  line-height: 3.6rem;
}
@media print, screen and (min-width: 768px) {
  .sec_point .title_box h3 {
    margin-bottom: 80px;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 1000px) {
  .sec_point .title_box h3 {
    margin-bottom: 110px;
  }
}
.sec_point .title_box h3 .orange {
  color: #ed8700;
  padding-right: 3px;
}
@media print, screen and (min-width: 768px) {
  .sec_point .title_box h3 .orange {
    padding-right: 0;
  }
}
.sec_point .title_box h3 strong {
  font-family: "Oswald";
  color: #ed8700;
  font-size: 5rem;
  padding: 10px 3px 0 0;
  display: inline-block;
  vertical-align: sub;
}
@media print, screen and (min-width: 768px) {
  .sec_point .title_box h3 strong {
    font-size: 7rem;
    padding: 0 5px 0 8px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_point .title_box h3 strong {
    vertical-align: unset;
  }
}
.sec_point .title_box h3 .under_text {
  display: inline-block;
}
.sec_point .title_box .h3_en {
  color: #fff;
  top: -11px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .sec_point .title_box .h3_en {
    top: -70px;
  }
}

.sec_point .point_box,
.sec_case .point_box {
  position: relative;
}
.sec_point .point_box .point_number,
.sec_case .point_box .point_number {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 60px;
  line-height: 60px;
  font-weight: 500;
  text-indent: 0;
  display: inline-block;
  margin-bottom: 40px;
  top: -30px;
  left: 36px;
}
@media print, screen and (min-width: 768px) {
  .sec_point .point_box .point_number,
  .sec_case .point_box .point_number {
    left: 36px;
  }
  .sec_point .point_box .point_number:nth-of-type(n + 2),
  .sec_case .point_box .point_number:nth-of-type(n + 2) {
    text-indent: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_point .point_box .point_number,
  .sec_case .point_box .point_number {
    top: 10px;
    left: 80px;
    margin-bottom: 60px;
    margin-left: 0;
    font-size: 4.8rem;
    text-align: left;
    text-indent: 2rem;
  }
}
.sec_point .point_box .point_number::after,
.sec_case .point_box .point_number::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #2ab7d9;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .sec_point .point_box .point_number::after,
  .sec_case .point_box .point_number::after {
    width: 87px;
    height: 87px;
  }
}
.sec_point .flex_box,
.sec_case .flex_box {
  background: #fff;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  padding-top: 64px;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box,
  .sec_case .flex_box {
    padding: 3% 30px;
    justify-content: unset;
    flex-wrap: unset;
    flex-direction: unset;
  }
}
.sec_point .flex_box.mb0,
.sec_case .flex_box.mb0 {
  margin-bottom: 0 !important;
}
.sec_point .flex_box h4,
.sec_case .flex_box h4 {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #ed8700;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box h4,
  .sec_case .flex_box h4 {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
}
.sec_point .flex_box .point_text,
.sec_case .flex_box .point_text {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .point_text,
  .sec_case .flex_box .point_text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec_point .flex_box .point_text .text_bold,
.sec_case .flex_box .point_text .text_bold {
  font-weight: bold;
}
.sec_point .flex_box .rev,
.sec_case .flex_box .rev {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .rev,
  .sec_case .flex_box .rev {
    flex-direction: row;
  }
}
.sec_point .flex_box img,
.sec_case .flex_box img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box img,
  .sec_case .flex_box img {
    margin-bottom: 0;
  }
}
.sec_point .flex_box .flex_left,
.sec_case .flex_box .flex_left {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sec_point .flex_box .flex_left::before,
.sec_case .flex_box .flex_left::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sec_point .flex_box .flex_left,
  .sec_case .flex_box .flex_left {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .flex_left,
  .sec_case .flex_box .flex_left {
    margin-top: 0;
    padding: 90px 30px 120px;
    margin-bottom: 0;
  }
}
.sec_point .flex_box .flex_left.rev,
.sec_case .flex_box .flex_left.rev {
  padding: 0;
}
.sec_point .flex_box .flex_left.rev::after,
.sec_case .flex_box .flex_left.rev::after {
  width: 1000px;
  left: -1500px;
}
.sec_point .flex_box .flex_right,
.sec_case .flex_box .flex_right {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .flex_right,
  .sec_case .flex_box .flex_right {
    padding: 0;
  }
}
.sec_point .flex_box .flex_right.rev,
.sec_case .flex_box .flex_right.rev {
  text-align: left;
  padding: 0 20px;
}
.sec_point .flex_box .flex_right.rev::after,
.sec_case .flex_box .flex_right.rev::after {
  width: 87px;
  left: 100%;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .flex_right.rev,
  .sec_case .flex_box .flex_right.rev {
    padding: 90px 30px 120px;
  }
}
.sec_point .flex_box .flex_right.rev p,
.sec_case .flex_box .flex_right.rev p {
  text-align: left;
}
.sec_point .flex_box .flex_right.rev .point_number,
.sec_case .flex_box .flex_right.rev .point_number {
  text-align: center;
  margin-right: 0;
  right: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_point .flex_box .flex_right.rev .point_number,
  .sec_case .flex_box .flex_right.rev .point_number {
    text-align: right;
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 920px) {
  .order1,
  .order2,
  .order3,
  .order4 {
    order: unset;
  }
}

.order1 {
  order: 1;
  margin-bottom: 20px;
}

.order2 {
  order: 2;
  margin-bottom: 0;
}

.order3 {
  order: 3;
  margin-bottom: 20px;
}

.order4 {
  order: 4;
  margin-bottom: 0;
}

.sp_caution {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sp_caution {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_caution {
    display: none;
  }
}
.sp_caution p {
  text-align: center;
}
.sp_caution p .icon-pinch {
  font-size: 2.4rem;
  vertical-align: -25%;
  margin-right: 4px;
}

.logo_rubi.icon_datt {
  position: relative;
  width: 170px;
  height: 40px;
  margin: 10px 10px 0 0;
}
@media print, screen and (min-width: 768px) {
  .logo_rubi.icon_datt {
    width: 350px;
    height: 85px;
  }
}
.logo_rubi.icon_datt::after {
  content: "";
  background: url(../img/top/logo_datt.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.logo_rubi.icon_datt .rubi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  font-weight: bold;
  width: 100%;
  font-size: 12px;
}
@media print, screen and (min-width: 920px) {
  .logo_rubi.icon_datt .rubi {
    font-size: 2rem;
    top: -10px;
  }
}

.sec_case {
  background-color: #f1f5f9;
}
.sec_case .title_box {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_case .title_box {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_case .title_box {
    margin-bottom: 70px;
  }
}
.sec_case .title_box h3 {
  color: #1c2022;
  margin-bottom: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec_case .title_box .h3_en {
  color: #fff;
  white-space: nowrap;
  font-size: 14vw;
  top: calc(-24px - 1vw);
  line-height: 1;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .sec_case .title_box .h3_en {
    top: -0.5em;
    font-size: 14vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .sec_case .title_box .h3_en {
    top: -74px;
    font-size: min(14vw, 170px);
  }
}
.sec_case .title_box p {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sec_case .title_box p {
    text-align: center;
  }
}
.sec_case .case_text_top {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media print, screen and (min-width: 920px) {
  .sec_case .case_text_top {
    font-size: 3.7rem;
  }
}
.sec_case .case_text_top .text_large {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 920px) {
  .sec_case .case_text_top .text_large {
    font-size: 4.5rem;
  }
}
.sec_case .case_text_top .color_blue {
  color: #247efd;
}
@media print, screen and (min-width: 768px) {
  .sec_case .case_text_top .color_blue {
    margin-right: 10px;
  }
}
.sec_case .point_box.rev .flex_box {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box.rev .flex_box {
    flex-direction: row;
    padding: 40px 40px 40px 0;
  }
}
.sec_case .point_box.rev .flex_left {
  margin-bottom: 0;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box.rev .flex_left {
    padding: 0 60px 0 0;
  }
}
.sec_case .point_box .flex_box {
  padding: 30px 20px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .flex_box {
    padding: 40px 0 40px 40px;
  }
}
.sec_case .point_box .flex_box .flex_left {
  padding: 0;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .flex_box .flex_left {
    padding: 0 60px 0 0 !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .flex_box .flex_left.rev {
    padding: 0 60px 0 0;
  }
}
.sec_case .point_box .flex_box .flex_right {
  padding: 0;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .flex_box .flex_right {
    padding: 0 !important;
  }
}
.sec_case .point_box .flex_box .flex_right.rev {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .flex_box .flex_right.rev {
    padding: 0 0 0 60px;
  }
}
.sec_case .point_box .text_catch {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media print, screen and (min-width: 920px) {
  .sec_case .point_box .text_catch {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.sec_case .point_box .text_bold {
  font-weight: bold;
}
.sec_case .text_bg_color {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #2ab7d9;
  padding: 10px 15px 12px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .sec_case .text_bg_color {
    width: auto;
    font-size: 2.2rem;
    text-align: left;
  }
}

.sec_price .title_box h3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .title_box h3 {
    margin-bottom: 110px;
  }
}
.sec_price .title_box .h3_en {
  color: #e6e6e6;
}
.sec_price .price_box {
  background: #f5f5f5;
  padding: 38px 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box {
    padding: 60px 60px 60px 50px;
  }
}
.sec_price .price_box.mb40 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box.mb40 {
    margin-bottom: 40px;
  }
}
.sec_price .price_box .price_title {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_title {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
.sec_price .price_box .price_title_tag {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}
.sec_price .price_box .price_title_tag strong {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_title_tag {
    font-size: 1.6rem;
    padding-bottom: 35px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_price .price_box .price_title_tag {
    text-align: center;
  }
}
.sec_price .price_box .check_list {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 auto 20px;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .check_list {
    margin: 0 auto 30px;
  }
}
.sec_price .price_box .check_list li {
  text-align: left;
  color: #1c2022;
  padding-left: 32px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .sec_price .price_box .check_list li {
    font-size: 1.5rem;
  }
}
.sec_price .price_box .check_list li::before {
  background: url(../img/common/check_orange.png?230321) no-repeat;
  background-size: contain;
  left: 0;
}
.sec_price .price_box .price_example .price_example_title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example .price_example_title {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
.sec_price .price_box .price_example ul {
  display: block;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.sec_price .price_box .price_example ul li {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 17px 22px 20px;
  border-top: 9px solid #2ab7d9;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 25px 30px 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_price .price_box .price_example ul li {
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
}
.sec_price .price_box .price_example ul li .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li .title {
    margin-bottom: 7px;
  }
}
.sec_price .price_box .price_example ul li p {
  font-size: 1.4rem;
  text-align: left;
}
.sec_price .price_box .price_example ul li p.indent {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li p.indent {
    margin-bottom: 18px;
  }
}
.sec_price .price_box .price_example ul li p.rabo {
  text-align: center !important;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li p.rabo {
    margin-bottom: 34px;
  }
}
.sec_price .price_box .price_example ul li .price {
  border-top: 1px solid #dbdbdb;
  font-size: 2rem;
  color: #898989;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  line-height: 1.2;
  white-space: nowrap;
}
.sec_price .price_box .price_example ul li .price span {
  color: #ed8700;
}
.sec_price .price_box .price_example ul li .price img {
  height: 58px;
  padding: 0 5px;
}
.sec_price .price_box .price_example ul li dl {
  text-align: left;
}
.sec_price .price_box .price_example ul li dl .parent {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
}
.sec_price .price_box .price_example ul li dl .parent:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li dl .parent {
    margin-bottom: 20px;
  }
}
.sec_price .price_box .price_example ul li dl dt {
  width: 32%;
  color: #898989;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li dl dt {
    width: 30%;
  }
}
.sec_price .price_box .price_example ul li dl dd {
  width: 68%;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul li dl dd {
    width: 70%;
  }
}
.sec_price .price_box .price_example ul.jutaku {
  margin-bottom: 0;
}
.sec_price .price_box .price_example ul.jutaku li {
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li {
    margin-bottom: 0;
    width: calc(50% - 12.5px);
    padding: 22px 30px 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_price .price_box .price_example ul.jutaku li {
    width: calc(33% - 12.5px);
  }
}
.sec_price .price_box .price_example ul.jutaku li:first-of-type {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width: 1180px) {
  .sec_price .price_box .price_example ul.jutaku li:first-of-type {
    margin-bottom: 0 !important;
  }
}
.sec_price .price_box .price_example ul.jutaku li:first-of-type .price img {
  padding: 5px 5px 0 5px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li:first-of-type .price img {
    padding: 7px 5px 0 5px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_price .price_box .price_example ul.jutaku li:nth-of-type(2) {
    margin-bottom: 0 !important;
  }
}
.sec_price .price_box .price_example ul.jutaku li .title {
  margin-bottom: 13px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li .title {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.sec_price .price_box .price_example ul.jutaku li .price {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  border-top: none;
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li .price {
    padding-bottom: 30px;
    border-top: 0;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li .price.img_bottom {
    padding-top: 27px;
    padding-bottom: 30px;
  }
}
.sec_price .price_box .price_example ul.jutaku li .price.img_bottom img {
  margin-bottom: -7px;
}
.sec_price .price_box .price_example ul.jutaku li .price_height .title {
  margin-bottom: 14px;
}
.sec_price .price_box .price_example ul.jutaku li .price_height p {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 23px;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_price .price_box .price_example ul.jutaku li .price_height p {
    line-height: 25px;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_price .price_box .price_example ul.jutaku li .price_height p {
    margin: 0 auto 30px;
  }
}
.sec_price .price_box .price_example ul.jutaku li p .indent {
  font-size: 1.3rem;
}
.sec_price .price_box .notion {
  text-align: left;
  font-size: 13px;
  display: inline-block;
}
.sec_price .price_box .notion .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.location_title,
.lab .price_example_title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .location_title,
  .lab .price_example_title {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}

.sec_precedent {
  background-color: #f1f5f9;
  padding: 105px 0 70px;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent {
    padding: 210px 0 100px;
  }
}
.sec_precedent h3 {
  color: #1c2022;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent h3 {
    margin-bottom: 95px;
  }
}
.sec_precedent .h3_en {
  color: #fff;
}
.sec_precedent .title_box {
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .title_box {
    margin-bottom: 0;
  }
}
.sec_precedent .title_box .title_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 1.4rem;
  bottom: 8px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .title_box .title_text {
    bottom: 75px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .title_box .title_text {
    bottom: 72px;
    font-size: 1.8rem;
  }
}
.sec_precedent .title_box .title_tag {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .title_box .title_tag {
    text-align: center;
  }
}
.sec_precedent .chart {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .chart {
    margin-bottom: 60px;
  }
}
.sec_precedent .chart img {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .chart img {
    margin-bottom: 0;
  }
}
.sec_precedent .precedent_example {
  text-align: center;
}
.sec_precedent .precedent_example .precedent_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .precedent_example .precedent_title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.sec_precedent .precedent_example .content_box {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #dbdbdb;
  margin: 0 auto;
  padding: 17px 84px 13px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .precedent_example .content_box {
    width: 580px;
    height: 140px;
    padding: 30px 144px 23px;
  }
}
.sec_precedent .precedent_example .content_box img {
  width: auto;
  max-height: 100px;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .precedent_example .content_box img {
    width: 100%;
    max-height: auto;
  }
}
.sec_precedent .precedent_example .content_box::after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  font-family: "icomoon" !important;
  content: "\e906";
  display: inline-block;
  color: #898989;
}
.sec_precedent .precedent_example .content_box::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.sec_precedent .precedent_example .content_box:hover::before {
  opacity: 0.5;
}
.sec_precedent .bg_box {
  background-color: #f5f5f5;
  padding: 40px 20px;
  margin-bottom: -20px;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .bg_box {
    padding: 80px;
  }
}
.sec_precedent .bg_box .text_catch .top_logo {
  width: 180px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .bg_box .text_catch .top_logo {
    width: 240px;
  }
}
.sec_precedent .bg_box .text_catch .top_text {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .bg_box .text_catch .top_text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
.sec_precedent .bg_box .img_flow {
  margin: 30px 0;
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .bg_box .img_flow {
    margin: 60px 0;
  }
}
.sec_precedent .bg_box .img_flow .sp_caution {
  margin-top: 10px;
}
.sec_precedent .sort .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .sort .title {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .sort .title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.sec_precedent .step_box li {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .step_box li {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .step_box li {
    margin-bottom: 40px;
    padding: 30px 80px;
  }
}
.sec_precedent .step_box li::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .step_box li::after {
    width: 40px;
    height: 20px;
  }
}
.sec_precedent .step_box li:last-of-type::after {
  content: none;
}
.sec_precedent .step_box .icon_box {
  display: inline-block;
  width: 50px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .step_box .icon_box {
    margin: 0 15px 0 0;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .step_box .icon_box {
    width: 75px;
    margin: 0 35px 0 0;
  }
}
.sec_precedent .step_box .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .step_box .text_box {
    display: inline-block;
  }
}
.sec_precedent .step_box .text_box .title {
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.sec_precedent .step_box .text_box .title .en {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #2ab7d9;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .step_box .text_box .title .en {
    font-size: 2rem;
    margin-right: 20px;
  }
}
.sec_precedent .step_box .text_box .title .ja {
  font-size: 1.7rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .step_box .text_box .title .ja {
    font-size: 1.8rem;
  }
}
.sec_precedent .link_btn_orange {
  padding: 15px;
  background-color: #ed8700;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .link_btn_orange {
    font-size: 1.6rem;
    padding: 20px 30px;
    min-width: 335px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .link_btn_orange {
    width: 385px;
  }
}
.sec_precedent .link_btn_orange::after {
  content: "\e906";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .sec_precedent .link_btn_orange::after {
    font-size: 2rem;
    right: 20px;
  }
}
.sec_precedent .link_btn_orange:hover {
  opacity: 0.6;
}

.sec_business {
  background-color: #f1f5f9;
  padding: 102px 0 60px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 920px) {
  .sec_business {
    padding: 210px 0 100px;
  }
}
.sec_business::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80vw;
  height: 80vw;
  max-height: 940px;
  background: url(../img/top/business_back.png?230321) no-repeat top right;
  background-size: contain;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .sec_business::after {
    display: block;
    top: 90px;
    right: 0;
  }
}
.sec_business h3 {
  color: #1c2022;
}
.sec_business h3 span {
  color: #2ab7d9;
}
.sec_business .h3_en {
  color: #fff;
}
.sec_business .sort {
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .sort {
    padding: 40px 60px 50px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_business .sort {
    padding: 40px 80px 50px;
  }
}
.sec_business .sort .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 23px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .sort .title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.sec_business .sort ul {
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .sort ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_business .sort ul {
    flex-wrap: nowrap;
  }
}
.sec_business .sort ul li {
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #898989;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .sort ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_business .sort ul li {
    width: 25%;
  }
}
.sec_business .sort ul li img {
  max-width: 60px;
  margin-right: 20px;
}
.sec_business .sort ul li p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sec_business .flex_box {
  justify-content: unset;
  flex-wrap: wrap;
  flex-direction: unset;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_business .flex_box {
    justify-content: center;
    gap: 40px;
  }
}
.sec_business .flex_box .flex_1_3 {
  box-shadow: 4px 4px 12px rgba(87, 80, 80, 0.2);
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .flex_box .flex_1_3 {
    width: calc(50% - 10px);
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_business .flex_box .flex_1_3 {
    width: 30%;
  }
}
.sec_business .flex_box .flex_1_3 img {
  width: 100%;
}
.sec_business .flex_box .flex_1_3 .name_box {
  width: 100%;
  text-align: left;
  padding: 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_business .flex_box .flex_1_3 .name_box {
    padding: 20px 30px;
  }
}
.sec_business .flex_box .flex_1_3 .name_box p {
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.sec_business .flex_box .flex_1_3 .name_box .text {
  font-size: 1.4rem;
  color: #1c2022;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .sec_business .flex_box .flex_1_3 .name_box .text {
    font-size: 1.6rem;
  }
}
.sec_business .flex_box .flex_1_3 .name_box li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.sec_business .flex_box .flex_1_3 .name_box li::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 9px;
  left: -17px;
  background: #898989;
}
.sec_business .flex_box .flex_1_3 .name_box li.mb0 {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .sec_business .flex_box .flex_1_3 .name_box li {
    margin-bottom: 6px;
  }
}

.sec_achievement {
  padding: 101px 0 45px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .sec_achievement {
    padding: 105px 0 100px !important;
  }
}
.sec_achievement h3 {
  color: #1c2022;
  margin-bottom: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_achievement .h3_en {
  color: #e6e6e6;
  white-space: nowrap;
  font-size: 11vw;
  top: calc(-24px - 1vw);
  line-height: 1;
  position: static;
}
@media print, screen and (min-width: 768px) {
  .sec_achievement .h3_en {
    top: -0.5em;
    font-size: 11vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .sec_achievement .h3_en {
    top: -74px;
    font-size: 120px;
  }
}
.sec_achievement .title_box {
  width: unset;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_achievement .title_box {
    margin-bottom: 60px;
  }
}

.customers_voice {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media print, screen and (min-width: 768px) {
  .customers_voice {
    flex-direction: row;
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .customers_voice {
    gap: 48px;
  }
}

.customers_voice__item {
  color: #1c2022;
  text-decoration: none;
  text-align: left;
}
.customers_voice__item:hover {
  opacity: 0.6;
}

.customers_voice__img {
  border-radius: 10px;
  overflow: hidden;
}

.customers_voice__text {
  margin-top: 20px;
}
.customers_voice__text .title {
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .customers_voice__text .title {
    font-size: 1.9rem;
  }
}
.customers_voice__text .text {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .customers_voice__text .text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.customers_voice_more {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .customers_voice_more {
    margin-top: 60px;
  }
}

.customers_voice_btn {
  position: relative;
  display: inline-block;
  width: 240px;
  border: 3px solid #2ab7d9;
  color: #2ab7d9;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 14px 20px;
  text-align: left;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .customers_voice_btn {
    padding: 20px;
    font-size: 1.8rem;
    width: 300px;
  }
}
.customers_voice_btn:hover {
  transform: translateY(-5px);
}
.customers_voice_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  content: "\e908";
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  z-index: 1;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: 0;
  border-radius: 50%;
  background-color: #2ab7d9;
}
@media print, screen and (min-width: 768px) {
  .customers_voice_btn::after {
    font-size: 4rem;
    right: 20px;
    line-height: 3.3rem;
    width: 32px;
    height: 32px;
    text-indent: -0.1em;
  }
}
@media print, screen and (min-width: 920px) {
  .customers_voice_btn::after {
    font-size: 3.4rem;
    text-indent: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .achievement_slider {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .achievement_slider {
    height: 300px;
  }
}
@media print, screen and (min-width: 1200px) {
  .achievement_slider {
    padding-left: 0;
  }
}

.page_innder_slider {
  position: absolute;
  z-index: 1000;
}

.slick-list {
  padding: 0 6% !important;
}
@media print, screen and (min-width: 768px) {
  .slick-list {
    padding: 0 20% !important;
  }
}
@media print, screen and (min-width: 920px) {
  .slick-list {
    padding: 0 3% !important;
  }
}
@media print, screen and (min-width: 1180px) {
  .slick-list {
    padding: 0 10% !important;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slider_item {
  width: 52%;
  margin: 0 5px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .slider_item {
    margin: 0 20px 0 0;
  }
}
.slider_item .slider_item_wrap {
  box-shadow: 5px 3px 10px rgba(62, 62, 62, 0.16);
  margin-top: 5px;
  margin-bottom: 10px;
}
.slider_item .slider_title {
  background-color: #2ab7d9;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 920px) {
  .slider_item .slider_title {
    padding: 20px;
  }
}
.slider_item .slider_title p {
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 920px) {
  .slider_item .slider_title p {
    font-size: 1.8rem;
  }
}
.slider_item .slider_title p .small {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .slider_item .slider_title p .small {
    font-size: 1.5rem;
  }
}
.slider_item .slider_content {
  background-color: #fff;
  padding: 20px;
  height: 190px;
}
@media print, screen and (min-width: 920px) {
  .slider_item .slider_content {
    padding: 16px;
  }
}
@media print, screen and (min-width: 1180px) {
  .slider_item .slider_content {
    padding: 20px;
  }
}
.slider_item .slider_content dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider_item .slider_content dl dt {
  width: 27%;
  color: #898989;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
}
.slider_item .slider_content dl dd {
  width: 73%;
  padding-left: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .slider_item .slider_content dl dd {
    width: 69%;
    line-height: unset;
  }
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0;
  top: unset;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-arrow.prev-arrow {
  left: 50%;
  margin-left: -156px;
  bottom: -52px;
}
@media print, screen and (min-width: 768px) {
  .slick-arrow.prev-arrow {
    margin-left: -186px;
    bottom: -45px;
  }
}
@media print, screen and (min-width: 920px) {
  .slick-arrow.prev-arrow {
    bottom: -82px;
  }
}
@media print, screen and (min-width: 1180px) {
  .slick-arrow.prev-arrow {
    bottom: -62px;
  }
}
.slick-arrow.next-arrow {
  right: 50%;
  margin-right: -156px;
  bottom: -52px;
}
@media print, screen and (min-width: 768px) {
  .slick-arrow.next-arrow {
    margin-right: -186px;
    bottom: -45px;
  }
}
@media print, screen and (min-width: 920px) {
  .slick-arrow.next-arrow {
    bottom: -82px;
  }
}
@media print, screen and (min-width: 1180px) {
  .slick-arrow.next-arrow {
    bottom: -62px;
  }
}

.slick-prev {
  background: url(../img/top/slider_left.png?230321) no-repeat center;
  background-size: contain;
  left: 30%;
  bottom: -92px;
}
.slick-prev::before {
  display: none;
}

.slick-next {
  right: 30%;
  bottom: -92px;
  background: url(../img/top/slider_right.png?230321) no-repeat center;
  background-size: contain;
}
.slick-next::before {
  display: none;
}

.slider .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.slick-dots {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  display: inline;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .slick-dots {
    bottom: -30px;
  }
}
@media print, screen and (min-width: 920px) {
  .slick-dots {
    bottom: -70px;
  }
}
@media print, screen and (min-width: 1180px) {
  .slick-dots {
    bottom: -50px;
  }
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbdbdb;
  margin: 0 8px;
}
@media print, screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 12px;
  }
}
.slick-dots li.slick-active {
  background: #2ab7d9;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 6px;
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .slick-dots li button {
    width: 40px;
  }
}
.slick-dots li button::before {
  display: none;
}

.flex_box {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 920px) {
  .flex_box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.flex_box .flex_left,
.flex_box .flex_right {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .flex_box .flex_left,
  .flex_box .flex_right {
    width: 50%;
  }
}

/* 2024 01 拠点 */
.location_box {
  margin-bottom: 30px;
}
.location_box img:first-child {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .location_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .location_box img {
    width: 48%;
  }
}

.location_text {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .location_text {
    text-align: center;
  }
}

.location-pin img {
  max-height: 30px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .location-pin {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location-pin img {
    margin: 0 10px 30px 0;
  }
}

/* 2024 01 FAQ */
.sec_faq {
  background: #fff;
  padding: 60px 0;
}
.sec_faq .h3_en {
  color: #e6e6e6;
}
@media print, screen and (min-width: 920px) {
  .sec_faq {
    padding: 90px 0;
  }
}
.sec_faq dl + dl {
  margin-top: 30px;
}
.sec_faq dl dt,
.sec_faq dl dd {
  text-align: left;
  position: relative;
  padding: 10px 13px 10px 45px;
  border-radius: 4px;
  overflow: hidden;
}
.sec_faq dl dt::before,
.sec_faq dl dd::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  color: #fff;
  font: normal 700 2.3rem/35px "Montserrat", sans-serif;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_faq dl dt::before,
  .sec_faq dl dd::before {
    width: 65px;
    height: 65px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_faq dl dt,
  .sec_faq dl dd {
    padding: 20px 15px 20px 85px;
  }
}
.sec_faq dl dt {
  background: #f4f7fa;
  color: #535b5f;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec_faq dl dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background-color: #535b5f;
}
@media print, screen and (min-width: 768px) {
  .sec_faq dl dt {
    font-size: 1.8rem;
  }
}
.sec_faq dl dd {
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.sec_faq dl dd::before {
  content: "A";
  background-color: #2ab7d9;
}
@media print, screen and (min-width: 768px) {
  .sec_faq dl dd {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}

@media print, screen and (min-width: 920px) {
  .sec_flow {
    padding: 90px 0;
  }
}

/* 202509 全面改修 */
span.mv_title {
  color: #ed8700;
}

.mv_tag span {
  font-size: 2.1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .mv_tag span {
    font-size: 3.2rem;
  }
}
.mv_tag span.skyblue {
  color: #2ab7d9;
  margin-right: 6px;
}
.mv_tag span.orange {
  color: #ed8700;
  margin: 0 6px;
}
.mv_tag span.blue {
  color: #0069aa;
  margin: 0 6px;
}

.page_inner_s {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    max-width: 100%;
  }
}

.sier_list {
  background-color: #fff;
  padding: 20px;
  position: relative;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sier_list {
    padding: 40px 140px;
  }
}
.sier_list .sier_list_item {
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;
}
.sier_list .sier_list_item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/sier_intro_list_bullet.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 4px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .sier_list .sier_list_item::before {
    width: 20px;
    height: 20px;
    top: 6px;
  }
}
.sier_list .sier_list_item:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sier_list .sier_list_item {
    font-size: 2.5rem;
    padding-left: 34px;
    line-height: 1.2;
  }
}

.sier_intro_human {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sier_intro_human {
    max-width: 548px;
    margin: 25px auto 0px;
    display: block;
  }
}

.merit_text_under_2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .merit_text_under_2 {
    font-size: 4rem;
  }
}
.merit_text_under_2 span.skyblue {
  color: #2ab7d9;
  margin: 0 6px;
}
.merit_text_under_2 span.orange {
  color: #ed8700;
  margin: 0 6px;
}
.merit_text_under_2 span.blue {
  color: #0069aa;
  margin: 0 6px;
}

@media print, screen and (min-width: 768px) {
  .sier_quality-value {
    max-width: 860px;
    margin: 0 auto;
  }
}

.sec_case .action_ai_wrap {
  width: 100%;
  max-width: unset;
  margin: 18px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(83, 91, 95, 0.25);
  padding: 30px 20px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 50px auto 30px;
    border-radius: 20px;
    padding: 60px;
  }
}
.sec_case .action_ai_wrap:first-of-type {
  margin-top: 26px;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap:first-of-type {
    margin-top: 50px;
  }
}
.sec_case .action_ai_wrap .action_ai_title {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #2ab7d9;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap .action_ai_title {
    font-size: 2.9rem;
    margin-bottom: 30px;
  }
}
.sec_case .action_ai_wrap .action_ai_title + p {
  text-align: left;
  margin: 0 auto 30px;
  width: fit-content;
}
.sec_case .action_ai_wrap .action_ai_img {
  margin-bottom: 50px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap .action_ai_img {
    margin-bottom: 70px;
  }
}
.sec_case .action_ai_wrap .action_ai_img .caption {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap .action_ai_img .caption {
    display: none;
  }
}
.sec_case .action_ai_wrap .action_ai_img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 17px 0 19px;
  border-color: #ddd transparent transparent transparent;
}
.sec_case .action_ai_wrap .check_list_ai li {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #01121c;
  margin-bottom: 10px;
  position: relative;
  margin-left: 30px;
}
.sec_case .action_ai_wrap .check_list_ai li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/top/check.svg) no-repeat center center/13px auto #2ab7d9;
}
@media print, screen and (min-width: 768px) {
  .sec_case .action_ai_wrap .check_list_ai li {
    font-size: 1.8rem;
  }
}
.sec_case .action_ai_wrap .check_list_ai li .under_line_s {
  text-decoration: underline;
  text-decoration-color: #fde049;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.list_research_case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .list_research_case {
    margin-top: 120px;
    gap: 50px 30px;
  }
}

.item_research_case {
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .item_research_case {
    padding: 25px;
    width: 31.5%;
  }
}
.item_research_case > a,
.item_research_case > span {
  color: #273038;
  text-align: left;
  text-decoration: none;
}
.item_research_case .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .item_research_case .inner {
    gap: 25px;
  }
}
.item_research_case .item_case_title {
  font-size: clamp(1.7rem, 1.592rem + 0.339vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
}
.item_research_case .example {
  font-size: clamp(1.4rem, 3.88vw, 1.6rem);
  font-weight: bold;
}
.item_research_case .item_case_text {
  margin-top: 10px;
  font-size: 1.3rem;
}

.sec_base .title_box .h3_en {
  color: #e6e6e6;
}
.sec_base .sec_base_intro {
  display: flex;
  justify-content: center;
}
.sec_base p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 30px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sec_base p {
    font-size: 1.5rem;
    margin-bottom: 60px;
    padding: 0;
  }
}
.sec_base p em {
  display: inline-block;
  margin: 0 2px;
  color: #2ab7d9;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .sec_base p em {
    font-size: 2.3rem;
  }
}
.sec_base .map img {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 768px) {
  .sec_base .map img {
    margin-bottom: 70px;
  }
}
.sec_base .map ol {
  counter-reset: number;
  margin: -15px auto 0 -15px;
  padding: 0;
  text-align: left;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .sec_base .map ol {
    margin: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_base .map ol {
    margin-left: -15px;
  }
}
.sec_base .map ol li {
  width: 100%;
  counter-increment: number;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px;
  background-color: #f4f7fa;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 15px 0 0 15px;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .sec_base .map ol li {
    padding: 12px 16px;
    width: calc(50% - 15px);
    height: 125px;
    font-size: 1.3rem;
    margin: 15px 0 0 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_base .map ol li {
    padding: 12px 16px;
    width: calc((100% - 45px) / 3);
    height: 125px;
    font-size: 1.3rem;
    margin: 15px 0 0 15px;
  }
}
.sec_base .map ol li.manila > div strong {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-right: auto;
}
.sec_base .map ol li.manila > div strong::before {
  order: 2;
  content: "11";
}
.sec_base .map ol li.manila > div strong::after {
  order: 1;
  content: "12";
  display: inline-block;
  padding: 2px 2px;
  background: #2ab7d9;
  color: #fff;
  font: normal 700 1.4rem/1 "Montserrat", sans-serif;
  white-space: nowrap;
  text-align: center;
  margin-right: 5px;
}
.sec_base .map ol li > figure {
  flex-shrink: 0;
  position: relative;
  padding-top: 18.8%;
  width: 30%;
  min-width: 105px;
  height: 75px;
  overflow: hidden;
  margin: 0px;
}
@media print, screen and (min-width: 768px) {
  .sec_base .map ol li > figure {
    max-width: 140px;
    max-height: 100px;
  }
}
.sec_base .map ol li > figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.sec_base .map ol li > div {
  flex-grow: 1;
  margin-left: 14px;
}
@media print, screen and (min-width: 768px) {
  .sec_base .map ol li > div {
    width: 58%;
    margin-left: 3.7%;
  }
}
.sec_base .map ol li > div strong {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.sec_base .map ol li > div strong::before {
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  padding: 2px 2px;
  background: #2ab7d9;
  color: #fff;
  font: normal 700 1.4rem/1 "Montserrat", sans-serif;
  white-space: nowrap;
  text-align: center;
  margin-right: 5px;
}

.tab_sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .tab_sp {
    display: none;
  }
}

em,
i,
address {
  font-style: normal;
}

.partnership_content {
  padding-block: 40px 50px;
}
@media print, screen and (min-width: 920px) {
  .partnership_content {
    padding-block: 90px 120px;
  }
}

.partnership_block {
  text-align: center;
}

.partnership_why_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.partnership_block_title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #2ab7d9;
  margin-bottom: 20px;
}
.partnership_block_title.black_center {
  color: #1c2022;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .partnership_block_title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

.partnership_text {
  margin-bottom: 30px;
}

.partnership_02_flex {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .partnership_02_flex {
    flex-direction: row;
  }
}
.partnership_02_flex .partnership_img {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 1px #707070;
}
@media print, screen and (min-width: 768px) {
  .partnership_02_flex .partnership_img {
    width: calc((100% - 30px) / 3);
    padding: 30px 20px;
    margin-bottom: 0;
  }
}
.partnership_02_flex .partnership_img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .partnership_02_flex .partnership_img img {
    max-width: 276px;
    margin: 0 auto;
    display: block;
  }
}
.partnership_02_flex .partnership_02_text {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .partnership_02_flex .partnership_02_text {
    margin-top: 20px;
  }
}
.partnership_02_flex .partnership_02_note {
  font-size: 1rem;
  margin-top: 10px;
}

.solution_equation {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .solution_equation {
    margin: 80px auto 24px;
    max-width: 874px;
    display: block;
  }
}

.engineer-status {
  margin: 20px auto;
  max-width: 35%;
}

@media print, screen and (min-width: 768px) {
  .solution_customer-img {
    max-width: 576px;
    display: block;
    margin: 0 auto;
  }
}

.lab {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .lab {
    margin-bottom: 60px;
  }
}

.lab_example {
  background: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lab_example .price {
    padding-top: 46px;
  }
}

.lab_example_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  background-color: #2ab7d9;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .lab_example_title {
    font-size: 2.6rem;
    padding: 40px;
  }
}

.lab_example_text {
  padding: 30px 20px;
}

.lab_example_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .lab_example_list {
    justify-content: center;
  }
}
.lab_example_list.skill {
  margin-top: 30px;
}
.lab_example_list-item {
  width: 50%;
  padding: 5%;
}
@media print, screen and (min-width: 768px) {
  .lab_example_list-item {
    width: calc(20% - 10px);
  }
}
.lab_example_list-item img {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .lab_example_list-item img {
    margin-bottom: 28px;
  }
}
.lab_example_list-name {
  font-weight: bold;
}
.lab_example_list-name span {
  color: #2ab7d9;
  display: block;
}

.lab_example_place {
  padding: 0 20px 30px;
}
@media print, screen and (min-width: 768px) {
  .lab_example_place {
    padding-bottom: 46px;
  }
}

.sier_compatible_card {
  background-color: #fff;
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_card {
    padding: 40px 60px;
  }
}
.sier_compatible_card:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_card:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_card .lab_example_list-item {
    padding: 0;
  }
  .sier_compatible_card .lab_example_list-item img {
    margin-bottom: 0;
  }
}

.sier_compatible_sub_title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2ab7d9;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_sub_title {
    text-align: left;
    font-size: 1.5rem;
  }
}

.sier_compatible_title {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_title {
    font-size: 2rem;
    text-align: left;
  }
}

.sier_compatible_list_wrap {
  display: flex;
  column-gap: 15px;
  margin-top: 20px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .sier_compatible_list_wrap {
    margin-top: 30px;
    gap: 64px;
    flex-direction: row;
  }
}

.sier_compatible_list {
  text-align: left;
}
.sier_compatible_list .product_service_lineup_listitem {
  margin-top: 10px;
}

.product_service_lineup_listitem {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}
.product_service_lineup_listitem::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 100px;
  background-color: #2ab7d9;
}

.achievement_card-contents {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .achievement_card-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }
}

.achievement_card {
  background: #fff;
  border: solid 1px #707070;
  padding: 30px 10px;
}
@media print, screen and (min-width: 768px) {
  .achievement_card {
    width: calc(50% - 18px);
    margin-bottom: 30px;
    padding: 55px 30px;
  }
}
.achievement_card:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .achievement_card:not(:first-child) {
    margin: 0 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .achievement_card:nth-child(n+3) {
    margin: 0;
  }
}
.achievement_card .achievement_card_sub-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ed8700;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_card_sub-title {
    font-size: 1.5rem;
  }
}
.achievement_card .achievement_card_title {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_card_title {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.achievement_card .achievement_cat-list {
  display: flex;
  margin-top: 18px;
  justify-content: center;
  gap: 5px;
  text-align: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_cat-list {
    margin-top: 34px;
  }
}
.achievement_card .achievement_cat-list span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px;
  background-color: #2ab7d9;
  color: #fff;
  border-radius: 100px;
  border: 0;
}
.achievement_card .achievement_detail {
  margin-top: 20px;
  display: flex;
  text-align: left;
  flex-direction: row;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_detail {
    margin-top: 30px;
  }
}
.achievement_card .achievement_detail p {
  color: #2ab7d9;
  display: block;
  font-weight: bold;
  flex-basis: 30%;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_detail p {
    flex-basis: 20%;
  }
}
.achievement_card .achievement_detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-basis: 70%;
}
@media print, screen and (min-width: 768px) {
  .achievement_card .achievement_detail-list {
    flex-basis: 80%;
  }
}
.achievement_card .achievement_detail-list li {
  background-color: #f1f5f9;
  padding: 5px;
}

.sec_precedent .case_example {
  border-radius: 20px;
  box-shadow: 3px 3px 20px rgba(83, 91, 95, 0.25);
  text-align: left;
}
.sec_precedent .case_example.case01 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example.case01 {
    margin-bottom: 60px;
  }
}
.sec_precedent .case_example .case_title {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #2ab7d9;
    color: #fff;
    border-radius: 20px 20px 0 0;
  }
}
.sec_precedent .case_example .case_title.title_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #2ab7d9;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title.title_sp {
    display: none;
  }
}
.sec_precedent .case_example .case_title.title_sp .title_wrap.sp_title {
  width: fit-content;
  padding: 0;
  text-align: left;
  position: relative;
}
.sec_precedent .case_example .case_title.title_sp .title_sp {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.sec_precedent .case_example .case_title.title_sp .title_sp .deco {
  display: flex;
  align-items: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 10px;
}
.sec_precedent .case_example .case_title.title_sp .title_sp .deco p {
  font: normal 700 1.2rem/1 "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.sec_precedent .case_example .case_title.title_sp .title_sp .deco p span {
  font-size: 1.6rem;
  padding-left: 2px;
}
.sec_precedent .case_example .case_title.title_sp .strong {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title .title_wrap {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title .title_wrap img {
    height: 132px;
    width: fit-content;
    max-width: 137px;
    object-fit: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title .title_wrap .pctitle {
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .case_title p.strong {
    font-size: 2.9rem;
    letter-spacing: 0.04em;
  }
}
.sec_precedent .case_example dd {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 17px 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example dd {
    border-radius: 0 0 20px 20px;
    padding: 45px 80px 60px;
  }
}
.sec_precedent .case_example .flow_list {
  margin-bottom: 28px;
}
.sec_precedent .case_example .flow_list.flow_01 {
  margin-bottom: 48px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .flow_list.flow_01 {
    margin-bottom: 65px;
  }
}
.sec_precedent .case_example .flow_list.flow_01::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 17px 0 17px;
  border-color: #ddd transparent transparent transparent;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .flow_list.flow_01::after {
    bottom: -60px;
    border-width: 27px 25px 0 25px;
  }
}
.sec_precedent .case_example .flow_list p {
  width: 67px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .flow_list p {
    width: 110px;
    font-size: 1.8rem;
  }
}
.sec_precedent .case_example .flow_list p.gray {
  background: #535b5f;
}
.sec_precedent .case_example .flow_list p.orange {
  background: #ed8700;
}
.sec_precedent .case_example .flow_list p.blue {
  background: #2ab7d9;
}
.sec_precedent .case_example .flow_list ul li {
  padding-left: 1em;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.3rem;
}
.sec_precedent .case_example .flow_list ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #535b5f;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .flow_list ul li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .flow_list.flow_02 {
    margin-bottom: 50px;
  }
}
.sec_precedent .case_example .result {
  background: #f7f7f7;
  padding: 35px 17px 25px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result {
    padding: 50px 40px 40px;
  }
}
.sec_precedent .case_example .result .title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 27px;
  text-align: left;
  color: #01121c;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title {
    font-size: 2.2rem;
    line-height: 38px;
    text-align: center;
  }
}
.sec_precedent .case_example .result .title::before, .sec_precedent .case_example .result .title::after {
  content: "";
  position: absolute;
  background: url(../img/top/icon_mark.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title::before, .sec_precedent .case_example .result .title::after {
    width: 35px;
    height: 30px;
  }
}
.sec_precedent .case_example .result .title.deco1::before, .sec_precedent .case_example .result .title.deco2::before {
  top: -14px;
  left: -3%;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title.deco1::before, .sec_precedent .case_example .result .title.deco2::before {
    top: 0;
    left: -20px;
  }
}
.sec_precedent .case_example .result .title.deco1::after {
  bottom: -5px;
  right: 0;
  transform: scale(-1, -1);
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title.deco1::after {
    right: -30px;
  }
}
.sec_precedent .case_example .result .title.deco2::before {
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title.deco2::before {
    left: -40px;
  }
}
.sec_precedent .case_example .result .title.deco2::after {
  bottom: -5px;
  right: -4.5%;
  transform: scale(-1, -1);
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .title.deco2::after {
    right: -43px;
  }
}
.sec_precedent .case_example .result .title .line {
  border-bottom: 4px solid #fde049;
}
.sec_precedent .case_example .result .flex_cont {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .flex_cont {
    display: flex !important;
    justify-content: space-between;
  }
}
.sec_precedent .case_example .result .flex_cont figure {
  width: 100px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .flex_cont figure {
    width: 15% !important;
    margin: 0 !important;
  }
}
.sec_precedent .case_example .result .flex_cont p {
  text-align: left;
  width: 100%;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .flex_cont p {
    width: 82% !important;
    font-size: 1.5rem !important;
  }
}
.sec_precedent .case_example .result .result_chart {
  margin-top: 20px;
  background: unset;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .result_chart {
    margin-top: 50px;
    background: #fff;
    padding: 40px 30px;
  }
}
.sec_precedent .case_example .result .result_chart .result_title {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  color: #01121c;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.sec_precedent .case_example .result .result_chart .result_title::after {
  display: block;
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2ab7d9;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .result_chart .result_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.sec_precedent .case_example .result .result_chart .result_3col {
  background: #fff;
  padding: 20px 15px;
  row-gap: 60px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .sec_precedent .case_example .result .result_chart .result_3col {
    padding: 0;
    flex-direction: row;
    column-gap: 30px;
  }
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box {
  width: 100%;
}
@media print, screen and (min-width: 1180px) {
  .sec_precedent .case_example .result .result_chart .result_3col .col_box {
    width: 33%;
  }
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box img {
  margin-bottom: 10px;
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box p {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #01121c;
  line-height: 1.8;
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box p .under_line_s {
  text-decoration: underline;
  text-decoration-color: #fde049;
  text-decoration-thickness: 3px;
  text-underline-offset: 1px;
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box:nth-of-type(n + 2) {
  position: relative;
}
.sec_precedent .case_example .result .result_chart .result_3col .col_box:nth-of-type(n + 2)::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 1180px) {
  .sec_precedent .case_example .result .result_chart .result_3col .col_box:nth-of-type(n + 2)::before {
    width: 2px;
    height: 60%;
    top: 0;
    left: -15px;
    right: unset;
    margin: unset;
  }
}

.logo-slider-wrap {
  padding: 60px 0;
}
.logo-slider-wrap .logo-slider-title {
  font-size: 4rem;
  font-weight: bold;
  color: #0baf5e;
  padding: 0 0 40px;
  text-align: center;
}
@media (max-width: 920px) {
  .logo-slider-wrap .logo-slider-title {
    font-size: 3.1rem;
    padding: 10px 0;
  }
}

.top-logo-slider {
  display: flex;
  margin: 0 calc(50% - 51vw);
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.top-logo-slider ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.top-logo-slider ul:first-child {
  animation: slide1 150s -75s linear infinite;
}
@media (max-width: 920px) {
  .top-logo-slider ul:first-child {
    animation: slide1 300s -150s linear infinite;
  }
}
.top-logo-slider ul:last-child {
  animation: slide2 150s linear infinite;
}
@media (max-width: 920px) {
  .top-logo-slider ul:last-child {
    animation: slide2 300s linear infinite;
  }
}
.top-logo-slider li {
  width: 235px;
  list-style: none;
  text-align: center;
  padding-right: 50px;
}

@keyframes slide1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fadein {
  animation: fadeIn 7s forwards;
}
@media (max-width: 920px) {
  .fadein {
    animation: fadeIn 4s forwards;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.security-evaluation {
  padding-bottom: 60px;
}
.security-evaluation .security-evaluation_title {
  font-weight: bold;
  color: #154180;
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .security-evaluation .security-evaluation_title {
    font-size: 2.2rem;
  }
}
.security-evaluation .security-evaluation_title span {
  color: #f7c55a;
}
.security-evaluation .security-evaluation_text {
  margin: 0 auto 20px;
  display: block;
  width: 89%;
}
@media print, screen and (min-width: 920px) {
  .security-evaluation .security-evaluation_text {
    text-align: center;
  }
}
.security-evaluation .security-evaluation_levl-img {
  max-width: 100%;
  margin-bottom: 14px;
}
.security-evaluation .security-evaluation_mark-img {
  max-width: 557px;
  margin: 0 auto;
}