@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;
    margin-top: 150px;
}

.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;
}
.resume-image{
    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;
}

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


@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;
}
}



/*=========
提供している主なサービス
=========*/


.support-section {
  padding: 40px 20px;
  text-align: center;
  margin-top: 100px;
}

.support-heading {
  color: var(--primary-red);
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.support-lists {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

.support-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 360px;
}

.support-list li {
  margin-bottom: 15px; 
}

@media (max-width:768px){
  .support-heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .support-lists {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 0 20px;
  }

  .support-list {
    width: 100%;
    max-width: 100%;
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 360px;
  }
  .support-lists {
    gap: 0px;
  }

  .support-list li {
    margin-left: 0;
  }
}


/* -- お問い合わせ案内文 --*/
.contact-message{
  color: var(--primary-red);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin-top: 50px;
  letter-spacing: 1px;
}
@media (max-width:768px){
  .contact-message{
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

/*=============ボタン===================*/
.button{
  margin-top: 25px;
}
.button a {
  background: var(--primary-red);
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 50px 10px 10px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 2.5rem;
}
/* 白い丸（矢印の背景） */
.button a::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
.button a:hover {
  background: #333;
  color: #FFF;
}
/* 矢印本体 */
.button a::after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--primary-red);
  border-right: 3px solid var(--primary-red);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 9%;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.button a:hover:after {
  border-color: var(--primary-red);
}


.arrow{
  width: 10%;
}

@media (max-width:768px) {
.button a {
  background: var(--primary-red);
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 160px;
  padding: 10px 50px 10px 10px;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.5rem;
}
/* 白い丸（矢印の背景） */
.button a::before {
content: '';
width: 30px;
height: 30px;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
z-index: 1;
}
/* 矢印本体 */
.button a::after {
width: 12px;
height: 12px;
top: 48%;
right: 12%;
}
}