/* 20260316
.main {
  display: grid;
  width: 100%;
  background: #0A50A1;
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .main {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 34vw;
  }
}
.main .hgroup {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1026px;
  height: auto;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px;
  padding-bottom: 0;
}
.main .hgroup .page_title {
  font-size: clamp(80px, 14.61988vw, 150px);
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.main .hgroup .page_title_ja {
  font-size: clamp(32px, 5.36062vw, 55px);
  color: #FFF;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 10px;
}
.main .hgroup .breadcrumbs {
  margin-top: 26px;
}
.main .hgroup .breadcrumbs span {
  color: #FFF;
}
.main .hgroup .breadcrumbs a {
  color: #FFF;
}
.main .hgroup .breadcrumbs a:after{
  color: #FFF!important;
}
.main .main_img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 50vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main .main_img {
    width: 100vw;
    margin-top: 15px;
    margin-left: 0;
    padding-right: 10px;
  }
}
*/

section .container .contents_title {
  margin-inline: auto;
}
section.strong_point .container {
  padding-top: 0;
}
/* 20260316 */
section.strong_point .container .contents .contents_img {
  height:200px;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .contents_img {
    height:17vw;
  }
}
section.strong_point .container .contents .contents_img picture {
  display:none;
}
/* 20260316
section.strong_point .container .contents .contents_img {
  translate: 0 -200px;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .contents_img {
    translate: 0 -17vw;
  }
}
section.strong_point .container .contents .contents_img + * {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .contents_img + * {
    margin-top: -8.5vw;
  }
}
*/
section.strong_point .container .contents .strong_point_item {
  display: flex;
  margin-top: 92px;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item {
    margin-top: 70px;
    flex-direction: column;
    gap: 32px;
  }
}
section.strong_point .container .contents .strong_point_item .text_area {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item .text_area {
    width: 100%;
    order: 2;
  }
}
section.strong_point .container .contents .strong_point_item .text_area .point_name {
  font-size: clamp(25px, 3.41131vw, 35px);
  line-height: 1.8;
}
section.strong_point .container .contents .strong_point_item .text_area .point_name + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item .text_area .point_name + * {
    margin-top: 22px;
  }
}
section.strong_point .container .contents .strong_point_item .text_area p + P {
  margin-top: 16px;
}
section.strong_point .container .contents .strong_point_item .img_area {
/*  width: 50vw; */
  flex:1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item .img_area {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
section.strong_point .container .contents .strong_point_item:nth-of-type(odd) {
  gap: 0;
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item:nth-of-type(odd) {
    gap: 32px;
  }
}
section.strong_point .container .contents .strong_point_item:nth-of-type(odd) .text_area {
  order: 2;
}
section.strong_point .container .contents .strong_point_item:nth-of-type(odd) .img_area {
  padding-right: 40px;
  order: 1;
  margin-right: 0;
  margin-left: calc((50% - 50vw) * 1);
}
@media screen and (max-width: 767px) {
  section.strong_point .container .contents .strong_point_item:nth-of-type(odd) .img_area {
    margin-inline: calc(50% - 50vw);
    padding-right: 0;
  }
}
section.strong_point .container .contents .strong_point_item + .strong_point_item {
  margin-top: 70px;
}
section.business_content {
  background: #0A50A1;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section.business_content .container {
    padding-top: 70px;
  }
}
section.business_content .container .contents .contents_title {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}
section.business_content .container .contents .business_case {
  margin-top: 70px;
}
section.business_content .container .contents .business_case .hgroup .case_title {
  font-size: clamp(20px, 2.92398vw, 30px);
  font-weight: 700;
  color: #FFF;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .hgroup .case_title {
    min-height: 70px;
    display: flex;
    align-items: center;
  }
}
section.business_content .container .contents .business_case .hgroup .case_title + * {
  margin-top: 16px;
}
section.business_content .container .contents .business_case .hgroup p {
  color: #FFF;
}
section.business_content .container .contents .business_case .case {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case {
    margin-top: 40px;
  }
}
section.business_content .container .contents .business_case .case .case_name {
  font-size: clamp(18px, 2.43665vw, 25px);
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case .case_name {
    padding-left: 28px;
  }
}
section.business_content .container .contents .business_case .case .case_name + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case .case_name + * {
    margin-top: 16px;
  }
}
section.business_content .container .contents .business_case .case .case_name:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 28px;
  height: 3px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case .case_name:before {
    width: 20px;
    height: 2px;
  }
}
section.business_content .container .contents .business_case .case .case_list {
  list-style: initial;
  padding-left: 1rem;
}
section.business_content .container .contents .business_case .case .case_list .list {
  font-size: 15px;
  line-height: 2;
  color: #FFF;
}
section.business_content .container .contents .business_case .case p {
  color: #FFF;
}
section.business_content .container .contents .business_case .case .case_example {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case .case_example {
    flex-direction: column;
    gap: 30px;
  }
}
section.business_content .container .contents .business_case .case .case_example .example_item {
  background: #08478F;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .case .case_example .example_item {
    padding: 20px 20px 30px;
  }
}
section.business_content .container .contents .business_case .case .case_example .example_item .example_title {
  font-size: clamp(18px, 1.94932vw, 20px);
  color: #FFF;
  font-weight: 700;
}
section.business_content .container .contents .business_case .case .case_example .example_item .example_title + * {
  margin-top: 16px;
}
section.business_content .container .contents .business_case .case .achievement_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0950A1;
}
section.business_content .container .contents .business_case .case .achievement_table table th,
section.business_content .container .contents .business_case .case .achievement_table table td {
  border: 1px solid #0950A1;
  color: #FFF;
  height: 40px;
  padding: 10px 20px 9px;
}
section.business_content .container .contents .business_case .case .achievement_table table th {
  background: #08478F;
  text-align:center;
}
section.business_content .container .contents .business_case .case .achievement_table table td {
  background: #276BB8;
}
section.business_content .container .contents .business_case .case .achievement_table table td.column-3 {
  text-align:right;
}
section.business_content .container .contents .business_case .case .achievement_table table .colgroup col:nth-of-type(1) {
  width: 100%;
}
section.business_content .container .contents .business_case .case .achievement_table table .colgroup col:nth-of-type(2) {
  width: 203px;
}
section.business_content .container .contents .business_case .case .achievement_table table .colgroup col:nth-of-type(3) {
  width: 112px;
}
section.business_content .container .contents .business_case .case .achievement_table table .colgroup col:nth-of-type(4) {
  width: 200px;
}
section.business_content .container .contents .business_case .img_area {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case .img_area {
    margin-top: 30px;
  }
}
section.business_content .container .contents .business_case + .business_case {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.business_content .container .contents .business_case + .business_case {
    margin-top: 70px;
  }
}

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