@charset "UTF-8";
/* ----------------------------------------------------------------------------
ABOUT
---------------------------------------------------------------------------- */
@media screen and (min-width: 1281px) {
  #sec_about {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_about {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_about {
    padding: 40px 0 0;
  }
}

.l_page_content {
  overflow: hidden;
}

.section-intro {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-intro {
    padding-bottom: 40px;
  }
}

.section-strengths {
  background-image: url(../img/business/strengths-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-strengths {
    background-image: url(../img/business/strengths-bg-sp.webp);
    padding-bottom: 150px;
  }
}
.section-strengths::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  background-position: bottom left;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 8.3333333333vw;
  border-radius: 140px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-strengths::after {
    height: 56px;
    border-radius: 40px 0 0 0;
  }
}
.section-strengths .sec_title_wrap.center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.section-strengths .sec_title_wrap.center .title_sec {
  color: #ffffff;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section-strengths .sec_title_wrap.center .title_sec {
    font-size: 24px;
  }
}
.section-strengths .sec_title_wrap.center .title_sec::before {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(-51px);
}
@media screen and (max-width: 767px) {
  .section-strengths .sec_title_wrap.center .title_sec::before {
    transform: translateX(-29px);
  }
}
.section-strengths .sec_title_wrap.center .title_sec::after {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(10px);
  background-color: #ffffff;
}
.section-strengths .sec_title_wrap.center .title_sec_ja {
  color: #ffffff;
  font-size: 14px;
}
.section-strengths .strengths-flex {
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .section-strengths .strengths-flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-strengths .strengths-flex {
    flex-direction: column;
  }
}
.section-strengths .strengths-flex li {
  position: relative;
  color: #ffffff;
}
.section-strengths .strengths-flex li p {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .section-strengths .strengths-flex li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section-strengths .strengths-flex li p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 0;
  }
}
.section-strengths .strengths-flex li span {
  display: block;
  background-color: #092d4c;
  color: #ffffff;
  font-size: 34px;
  width: 60px;
  height: 60px;
  border-radius: 0 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
}

.section-brand {
  background: linear-gradient(#fff 0%, #dcecf7 50%, #dcecf7 100%);
  padding-top: 160px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .section-brand {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section-brand .flex-brand {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-brand .flex-brand {
    flex-direction: column;
  }
}
.section-brand .flex-brand .img {
  width: 45.625vw;
  margin: 0 calc(50% - 50vw);
  max-width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .section-brand .flex-brand .img {
    width: 52.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .section-brand .flex-brand .img {
    width: 100%;
    margin: auto;
  }
}
.section-brand .flex-brand .txt-wrap {
  width: 37.2916666667vw;
  max-width: 537px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-brand .flex-brand .txt-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-brand .flex-brand .txt-wrap .sec_title_wrap {
  margin-bottom: 20px;
}
.section-brand .flex-brand .txt-wrap .txt {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-brand .flex-brand .txt-wrap .txt {
    font-size: 14px;
    padding-bottom: 40px;
  }
}
.section-brand .flex-brand .txt-wrap .btn_wrap {
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
}
.section-brand .oem-inner {
  background: radial-gradient(ellipse at center, #e9f2fc 0%, #fff 100%);
  padding: 60px 45px 120px;
  border-radius: 40px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner {
    margin-top: 60px;
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.section-brand .oem-inner .oem-flex {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6分割 */
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .section-brand .oem-inner .oem-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.section-brand .oem-inner .oem-flex .item {
  grid-column: span 2;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .section-brand .oem-inner .oem-flex .item {
    margin-bottom: 80px;
    width: 100%;
  }
}
.section-brand .oem-inner .oem-flex .item:nth-child(4) {
  grid-column: 2/span 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .section-brand .oem-inner .oem-flex .item:nth-child(4) {
    margin-bottom: 80px;
  }
}
.section-brand .oem-inner .oem-flex .item:nth-child(5) {
  grid-column: 4/span 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .section-brand .oem-inner .oem-flex .item:nth-child(5) {
    margin-bottom: 0;
  }
}
.section-brand .oem-inner .oem-flex .item .step {
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
.section-brand .oem-inner .oem-flex .item .step span {
  display: block;
  text-align: center;
}
.section-brand .oem-inner .oem-flex .item .step span:first-child {
  font-size: 12px;
}
.section-brand .oem-inner .oem-flex .item .step span:last-child {
  font-size: 40px;
  text-align: center;
  transform: translateY(-16px);
}
.section-brand .oem-inner .sec_title_wrap.center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.section-brand .oem-inner .sec_title_wrap.center .title_sec {
  font-size: 30px;
  font-family: "NotoSerifJP-Bold";
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner .sec_title_wrap.center .title_sec {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.section-brand .oem-inner .sec_title_wrap.center .title_sec::before {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(-51px);
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner .sec_title_wrap.center .title_sec::before {
    transform: translateX(-29px);
  }
}
.section-brand .oem-inner .sec_title_wrap.center .title_sec::after {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(10px);
}
.section-brand .oem-inner .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.section-brand .oem-inner h3 {
  font-size: 24px;
  font-family: "NotoSerifJP-SemiBold";
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.section-brand .oem-inner img {
  display: block;
  max-width: 114px;
  margin: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner img {
    max-width: 80px;
  }
}
.section-brand .oem-inner h4 {
  background-color: #092d4c;
  font-size: 20px;
  color: #ffffff;
  font-family: "NotoSerifJP-Bold";
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner h4 {
    font-size: 16px;
  }
}
.section-brand .oem-inner .btn_wrap {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner .btn_wrap {
    margin-top: 40px;
  }
}
.section-brand .oem-inner .btn_wrap a {
  font-size: 24px;
  width: 420px;
  height: 60px;
  line-height: 60px;
  background-color: #092d4c;
  color: #ffffff;
  border: none;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-brand .oem-inner .btn_wrap a {
    width: 280px;
    font-size: 16px;
    border-radius: 30px;
  }
}
.section-brand .oem-inner .btn_wrap a::after {
  background-color: #ffffff;
}
.section-brand .bisiness-contact-inner {
  border-radius: 40px;
  margin-top: 120px;
  padding: 60px 20px 120px 20px;
  background: radial-gradient(ellipse at center, #e9f2fc 0%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.section-brand .bisiness-contact-inner .sec_title_wrap.center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.section-brand .bisiness-contact-inner .sec_title_wrap.center .title_sec {
  font-size: 30px;
  font-family: "NotoSerifJP-Bold";
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner .sec_title_wrap.center .title_sec {
    font-size: 24px;
  }
}
.section-brand .bisiness-contact-inner .sec_title_wrap.center .title_sec::before {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(-51px);
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner .sec_title_wrap.center .title_sec::before {
    transform: translateX(-29px);
  }
}
.section-brand .bisiness-contact-inner .sec_title_wrap.center .title_sec::after {
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(10px);
}
.section-brand .bisiness-contact-inner .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner .txt {
    font-size: 14px;
  }
}
.section-brand .bisiness-contact-inner .btn_wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner .btn_wrap {
    margin-top: 30px;
  }
}
.section-brand .bisiness-contact-inner .btn_wrap a {
  font-size: 24px;
  width: 420px;
  height: 60px;
  line-height: 60px;
  background-color: #092d4c;
  color: #ffffff;
  border: none;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-brand .bisiness-contact-inner .btn_wrap a {
    width: 280px;
    font-size: 16px;
    border-radius: 30px;
  }
}
.section-brand .bisiness-contact-inner .btn_wrap a::after {
  background-color: #ffffff;
}/*# sourceMappingURL=business.css.map */