@charset "UTF-8";
/*==================================================
** business
==================================================*/
#bizSec {
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  #bizSec {
    padding-top: 80px;
  }
}

#bizTtl {
  position: relative;
  z-index: 2;
}
#bizTtl .h1 {
  position: absolute;
  left: 20px;
  top: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 767px) {
  #bizTtl .h1 {
    position: static;
  }
}

#bizQuality .oemd-pht {
  width: 91.6%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #bizQuality .oemd-pht {
    width: auto;
    margin-inline: -3.5%;
  }
}
#bizQuality .oemd-txt {
  margin-top: calc(-1 * min(7.0833333333vw, 85px));
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #bizQuality .oemd-txt {
    margin-top: 15px;
    max-width: 100%;
  }
}
#bizQuality .oemd-txt h2 + p {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #bizQuality .oemd-txt h2 + p {
    margin-top: 20px;
  }
}
#bizQuality .oemd-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}

#bizQualityStrengths {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #bizQualityStrengths {
    margin-top: 50px;
  }
}
#bizQualityStrengths .strengths-list {
  margin: 40px auto 0;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  #bizQualityStrengths .strengths-list {
    margin: 15px -3.5% 0;
    width: auto;
    gap: 20px;
  }
}
#bizQualityStrengths .strengths-list-li {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 1000px;
  aspect-ratio: 1;
  padding-inline: 4.5%;
}
@media screen and (max-width: 767px) {
  #bizQualityStrengths .strengths-list-li {
    width: 100%;
    padding-inline: 14.2%;
  }
}
#bizQualityStrengths .strengths-list-ttl {
  text-align: center;
  color: #ef363c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #bizQualityStrengths .strengths-list-ttl {
    font-size: 1.8rem;
  }
}
#bizQualityStrengths .strengths-list-txt {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #bizQualityStrengths .strengths-list-txt {
    margin-top: 20px;
  }
}

#bizBrand {
  overflow: hidden;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  #bizBrand {
    margin-top: 100px;
  }
}
#bizBrand .headingbox {
  height: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #bizBrand .headingbox {
    height: 268.8vw;
  }
}
#bizBrand .headingbox::after {
  content: "";
  display: block;
  width: 1200px;
  aspect-ratio: 1;
  background: url(../img/business/business_brand_img01_pc.svg) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #bizBrand .headingbox::after {
    width: 268.8vw;
    background-image: url(../img/business/business_brand_img01_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  #bizBrand .headingbox .ttl {
    font-size: 5.8666666667vw;
    letter-spacing: -0.01em;
  }
}
#bizBrand .headingbox .txt {
  width: 100%;
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #bizBrand .headingbox .txt {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: justify;
    letter-spacing: normal;
  }
}

#bizBrandLicense {
  margin-top: 146px;
}
@media screen and (max-width: 767px) {
  #bizBrandLicense {
    margin-top: 60px;
  }
}
#bizBrandLicense .h2 {
  font-weight: 500;
}
#bizBrandLicense .txtbox {
  margin: 50px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #bizBrandLicense .txtbox {
    margin-top: 25px;
    max-width: 100%;
  }
}
#bizBrandLicense .txtbox p {
  line-height: 1.8;
  text-align: justify;
}
#bizBrandLicense .license-list {
  margin: 50px auto 0;
  max-width: 840px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #bizBrandLicense .license-list {
    margin-top: 25px;
    max-width: 100%;
    gap: 20px;
  }
}
#bizBrandLicense .license-list-li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #bizBrandLicense .license-list-li {
    width: 100%;
  }
}
#bizBrandLicense .license-list-a {
  display: block;
  text-align: center;
}
#bizBrandLicense .license-list-a:hover {
  opacity: 1;
  color: #ef363c;
}
#bizBrandLicense .license-list-pht {
  max-width: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #bizBrandLicense .license-list-pht {
    max-width: 61.1%;
  }
}
#bizBrandLicense .license-list-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 1.3rem;
  letter-spacing: normal;
  gap: 5px;
}
#bizBrandLicense .license-list-txt::after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  background: #ef363c;
  mask: url(../img/common/ico_cir_angle_rt_paint.svg) no-repeat center center/contain;
}

#bizBrandCommitment {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #bizBrandCommitment {
    margin-top: 60px;
  }
}
#bizBrandCommitment .txtbox {
  margin: 50px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #bizBrandCommitment .txtbox {
    margin-top: 20px;
    max-width: 100%;
  }
}
#bizBrandCommitment .txtbox p {
  line-height: 1.8;
  text-align: justify;
}

/*==================================================
** Modal & Swiper
==================================================*/
/*==================================================
** Modal & Swiper
==================================================*/
.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 224, 217, 0.8);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px 40px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 85%; /* 矢印がはみ出る分のスペースを確保 */
    padding: 40px 20px 30px;
    max-height: 85vh;
    /* overflow-y: auto; を消して visible に（矢印が隠れないようにするため） */
    overflow: visible;
  }
}
.modal-controls {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 矢印を controls の中に直接配置 */
}
@media screen and (max-width: 767px) {
  .modal-controls {
    position: static; /* ★絶対配置の基準を.modal-contentに変更 */
    flex-direction: column; /* Closeボタンを中央に配置するため縦並びに */
    margin-top: 30px;
  }
}
.modal-controls .swiper-button-prev,
.modal-controls .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ef363c;
  border-radius: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ★追加：Swiperの青色設定を根本から透明化して無効にする */
  --swiper-navigation-color: transparent !important;
  color: transparent !important;
  /* SVGタグの存在も完全に抹消 */
  /* 新しく作る白い細い矢印 */
}
.modal-controls .swiper-button-prev svg,
.modal-controls .swiper-button-next svg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.modal-controls .swiper-button-prev::after,
.modal-controls .swiper-button-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .modal-controls .swiper-button-prev,
  .modal-controls .swiper-button-next {
    top: 50%;
    width: 32px;
    height: 32px;
  }
  .modal-controls .swiper-button-prev::after,
  .modal-controls .swiper-button-next::after {
    width: 8px;
    height: 8px;
  }
}
.modal-controls .swiper-button-prev {
  right: 55px;
  left: auto;
}
.modal-controls .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .modal-controls .swiper-button-prev {
    left: -16px;
    right: auto;
  }
}
.modal-controls .swiper-button-next {
  right: 0;
  left: auto;
}
.modal-controls .swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .modal-controls .swiper-button-next {
    right: -16px;
    left: auto;
  }
}
.modal-close {
  border: 1px solid #ef363c;
  color: #ef363c;
  background: #fff;
  border-radius: 1000px;
  padding: 8px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-close:hover {
  background: #ef363c;
  color: #fff;
}

.slide-inner {
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .slide-inner {
    flex-direction: column;
  }
}
.slide-img {
  width: calc(40% - 25px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-img {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
}
.slide-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slide-img img {
    max-width: 200px;
  }
}
.slide-txt {
  width: calc(60% - 25px);
}
@media screen and (max-width: 767px) {
  .slide-txt {
    width: 100%;
    /* もしスマホでテキストが長すぎた場合のみ、ここをスクロールさせる安全策 */
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 5px;
  }
}
.slide-txt .slide-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slide-txt .slide-ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-align: center;
  }
}
.slide-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .slide-txt p {
    font-size: 1.4rem;
  }
}
