@charset "utf-8";
.wrapper {
    max-width: 90%;
}

.br-sp{
  display: none;
}


#salessupport{
    margin: 100px auto 0 auto;
}
.title {
    display: block;
    text-align: center;
}
.title h2 {
    font-size: 6.4rem;
    font-weight: 700;
    color:var(--primary-red);
}
.title p {
    font-size: 1.8rem;
    color: #000;
    padding-top: 15px;
}
.top_img{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}
.box{
    width: 80%;
    background-color: var(--primary-red);
    opacity: 0.5;
    margin: 0 auto;
    text-align: center;
}

.salessupport_catch,
.salessupport_intro{
    color: #ffffff;
}

.salessupport_catch{
    display: block;
    font-size: 3rem;
    padding-top: 25px;
    line-height: 1.3;
}
.salessupport_intro{
    display: inline-block;
    font-size: 2rem;
    line-height: 1.5;
    padding: 40px 10px 25px;
    text-align: left;
}

@media (max-width:768px) {
  #salessupport {
    margin: 50px auto 0;
}
    .title {
    margin-bottom: 40px;
    }
    .title h2 {
    font-size: 3.2rem;
    text-align: center;
    padding-bottom: 10px
    }
    .title p {
    font-size: 1.5rem;
    padding: 0;
    }
    .top_img{
      padding-top: 0px;
  }
  .salessupport_catch{
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
    padding: 10px;
}
.salessupport_intro{
  font-size: 1.4rem;
}
.top_img{
  width: 90%;
}
.box{
  width: 90%;
}
.salessupport_intro{
  padding: 20px 10px 25px;
}
}





/*=============私たちの強み===================*/
.strength_section {
    position: relative;
    background-color: #fff;
    padding: 35px 20px;
    margin: 150px auto 0;
    overflow: hidden;
}

.manner_inner {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.manner_heading {
    font-size: 4rem;
    font-weight: 900;
    color: var(--primary-red);
    margin-bottom: 30px;
}
.support-visual{
    width: 100%;
  }
.support-feature{
  transform: scale(1); /* 10%拡大 */
  transform-origin: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}
.strengthsimage-area{
  width: 50%;
}

.strengthstext-area{
  width: 60%;
}

.support-description{
  font-size: 1.6rem;
  line-height: 1.6;
  padding-top: 25px;
  text-align: left;
}

@media (max-width:768px){
  .strength_section  {
    padding: 35px 30px;
}
  .br-sp{
    display: block;
  }

.support-description {
  font-size: 1.4rem;
  line-height: 1.5;
}
.support-feature{
    width: 90%;
    display: block;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}

.strengthsimage-area{
  width: 100%;
}

.strengthstext-area{
  width: 80%;
  margin: 20px auto 0;
}
}

/*================================*/
.content-wrapper{
    width: 80%;
    display: flex;
    align-items: center; /* 上下中央に揃える場合 */
    gap: 60px; /* 写真とテキストの間のスペース */
    margin: 150px auto 0;
    justify-content: center;
  }

  .content-wrapper:nth-of-type(1) .image-area {
    width: 100%;
  }
  
  .content-wrapper:nth-of-type(2) .image-area {
    width: 35%;
  }

  .text-area {
    display: inline-block;
  }
  .section-heading{
    font-size: 2.5rem;
    color: var(--primary-red);
    font-weight: 900;
    text-align: left;
  }
  .description{
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .area-description{
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 25px;
    text-align: left;
  }
  .relationship-diagram{
    width: 100%;
  }

  .japan{
    width: 90%;
  }

  @media (max-width:768px){
    .content-wrapper{
        width: 80%;
        display: block;
        align-items: center; /* 上下中央に揃える場合 */
        margin: 120px auto 0;
      }
      .image-area {
        width: 80%; /* 必要に応じて調整 */
        margin: 0 auto;
      }
      .section-heading{
        font-size: 1.8rem;
      }
    
      .text-area {
        width: 100%; /* 必要に応じて調整 */
        padding-top: 40px;
      }
      .description,
      .area-description{
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
      }
      .content-wrapper:nth-of-type(1) .image-area {
        width: 80%;
      }
      .content-wrapper:nth-of-type(2) .image-area {
        width: 65%;
      }

      .japan{
        width: 100%;
      }
  }
/* =============================
    装飾ストライプ（左右2本ずつ）
  ============================= */

.stripe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    background-color: #f49ca2;
    transform: skew(10deg);
    z-index: 2;
    opacity: 0.6;
}

  /* 左側2本 */
.stripe-left1 {
    left: -48px;
    width: 100px;
}
.stripe-left2 {
    left: 80px;
}

  /* 右側2本 */
.stripe-right1 {
    right: -48px;
    width: 100px;
}
.stripe-right2 {
    right: 80px;
}

/* 全体の囲みボックス */
.concern_box {
    margin: 120px auto 0;
    max-width: 870px;
}

  /* 中身を整える */
.concern_inner {
    text-align: center;
}



@media (max-width:768px){
  .concern_box {
   width: 80%;
   margin: 60px auto 0;
}
  .concern_illust img {
    width: 90%;
}
.concern_list {
  display:inline-block;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.concern_title {
  background-size: auto;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  color:#000;
  padding: 30px 0;
}
.concern_list li {
  padding: 0 0 3px 36px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.feature_catch {
  font-size: 2.3rem;
}
.feature_catch span {
 font-size: 1.8rem;
 line-height: 1.3;
}
.feature_inner {
  display: block;
  padding-top: 30px;
}
.feature_text {
  width: 100%;
}
.feature_desc {
  font-size: 1.4rem;
}
.br-sp{
  display: block;
}
  /* 右側：イラスト画像 */
  .feature_image {
    width: 100%;
    text-align: center;
}
.feature_image img {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}
/* 背景のストライプ */
.stripe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 22px;
  background-color: #f49ca2;
  transform: skew(10deg);
  z-index: 2;
  opacity: 0.5;
}

/* 左側2本 */
.stripe-left1 {
  left: -100px;
  width: 100px;
}
.stripe-left2 {
  left: 19px;
}

/* 右側2本 */
.stripe-right1 {
  right: -100px;
  width: 100px;
}
.stripe-right2 {
  right: 19px;
}
}



/*=========
base
=========*/


.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 10px 0 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
}

/* 代表メッセージ */
.representative-message {
  text-align: center;
  position: relative;
  margin: 60px auto 0;
  padding: 40px 20px;
  background-color: #f9fbfa;
  color: #222;
  line-height: 1.8;
}
.message-body {
   /* これ大事！ */
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.message-body::after {
  content: "";
  position: absolute;
  bottom: 0px;  /* 必要に応じて調整 */
  right: 30px;
  width: 100px;
  height: auto;
  aspect-ratio: 2/1; /* 縦横比維持用（任意） */
  background-image: url('../assets/img/3x/pen@3x-80.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; /* テキストに干渉しない */
  opacity: 0.6; /* 少し透かすなら */
}

.representative-message .section-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 30px;
}

.catch-copy {
  text-align: center;
  background-color: #d40000;
  color: #fff;
  padding: 3px 14px;
  font-weight: bold;
  font-size:2rem;
  display: inline-block;
  margin: 0 auto;
}

.message-body {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.message-body p {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  padding-top: 20px;
}


.message-body  {
  margin: 0 auto;
}

.red {
  color: #d40000;
  font-weight: bold;
}


.signature-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 40px;
  gap: 16px;
  padding-right: 5%;
  letter-spacing: 0.2em;
}

.signature-info {
  text-align: right;
  font-size: 1.6rem;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.signature-image img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

@media (max-width:768px){
  .representative-message .section-heading {
    font-size: 1.8rem;
  }
  .catch-copy {
    font-size:1.8rem;
  }
  .message-body p {
    font-size: 1.4rem;
  }
  .signature-info {
    font-size: 1.4rem;
  }
}