* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  section{
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
  }
  ul, ol{
    list-style-type: none;
  }
  .syuuzen-red{
    color: #FF0000;
  }
  .syuuzen_p_width{
    max-width: 679px;
  }
  .syuuzen_p_widthM{
    max-width: 248px;
  }




  h1{
    font-size: 3.6rem;
  }
  
  h2{
    font-size: 3.5rem;
    color: #0D2172;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 4rem;
    padding-bottom: 1rem;
  }
  @media screen and (max-width:767px){
    h1{
      font-size: 6.7vw;
      line-height: 9vw;
    }
    h2{
      font-size: 7vw;
    }
    h2 small{
      font-size: 1.7rem!important;
      line-height: 2.7rem;
      padding-bottom: 1.3rem!important;
    }
  }
  h2 .syuuzen_head_color{
    color: #1F1F1F;
  }
  h2 small{
    font-size: 2rem;
    color: #4F5A86;
    padding-bottom: 0.25rem;
  }
  h3, h4{
    display: block;
    width: auto;
    margin: 0;
  }
  h3{
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  p{
    font-size: 1.6rem;
  }
  .syuuzen_p{
    font-size: 2rem;
    line-height: 2.7rem;
  }
  li{
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 2rem;
  }



  .syuuzen_head{
    position: relative;
  }
  .syuuzen_head::after{
    content: '';  
    position: absolute;  
    top: 0; 
    bottom: 0;
    width: 8px;  
    height: 100%;
    background-color: #0D2172;  
    transform: translateX(-50%); 
    margin-left: 2.5rem;
  }
  .syuuzen_head::before {
    content: '';  
    position: absolute;  
    top: 0; 
    bottom: 0;
    width: 8px;  
    height: 100%;
    background-color: #0D2172;  
    left: -2.5rem;  /* 左側の縦線を配置 */
  }




/* header */
header .syuuzen{
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: white;
}

.syuuzen_header_inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.syuuzen_header_inner.syuuzen_header_inner__borderBottom {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.syuuzen_header_inner.syuuzen_header_inner__borderBottom .syuuzen_header_inner_cont {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.syuuzen_header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  z-index: 30;
}

.syuuzen_header_logo {
  width: calc(45% - 5px);
  padding: 5px 0;
  margin-right: 5px;
}

.syuuzen_header_logo > a {
  display: block;
}

.syuuzen_header_logo > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.syuuzen_header_btns {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.syuuzen_header_subNav {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 0;
}

.syuuzen_header_subNav > li {
  line-height: 1;
}

.syuuzen_header_subNav > li > span {
  display: block;
  font-size: 0.625rem;
  font-weight: bold;
  color: red;
}

.syuuzen_beforeIcon {
  position: relative;
  color: #0048A6;
}

.syuuzen_header_subNav > li > a {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.25s;
}

.syuuzen_beforeIcon.syuuzen_beforeIcon__phone .syuuzen_fa-phone {
  display: inline-block;
  margin-right: 0.2em;
  font-weight: bold;
}
.syuuzen_bgcMain {
  background-color: #0048A6;
}

.syuuzen_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 15px 10px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  transition: 0.25s;
}

.syuuzen_btn.syuuzen_btn__beforeMail {
  position: relative;
  padding-right: 1.38em;
  padding-left: 2em;
}

.syuuzen_header_btns .syuuzen_btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.75rem;
}

.syuuzen_btn.syuuzen_btn__beforeMail .fa-home {
  position: absolute;
  top: 50%;
  left: 0.83em;
  transform: translateY(-50%);
}
.syuzen_header_li{
  padding: 0;
}

@media screen and (min-width: 768px) {
  .syuuzen_mainvisual {
    position: relative;
    width: 100%;
    background-image: url(img/fv.png); /* 人物画像に変更 */
    background-size: cover;
    background-position: right center;
    overflow: hidden;
    height: 515px;
  }
  .syuuzen_mainvisual::before {
    content: "";
    position: absolute;
    top: 30px; /* 上から少しズラす */
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(to bottom, #0090e9, #a6d4f5);
    clip-path: polygon(0 0, 93% 0, 66% 100%, 0% 100%);
    z-index: 1;
    opacity: 0.95;
  }
  .syuuzen_header {
    position: static;
    padding: 10px 0;
  }
  .syuuzen_header_logo {
    flex: 0 1 200px;
    width: auto;
    padding: 0;
    margin-right: 0;
  }
  .syuuzen_header_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 200px);
    margin-right: 0;
  }
  .syuuzen_header_subNav {
    flex: 0 210px;
    margin-bottom: 0;
  }
  .syuuzen_header_subNav > li {
    line-height: 1.25;
  }
  .syuuzen_header_subNav > li > span {
    font-size: 1.45rem;
  }
  .syuuzen_header_subNav > li > a {
    font-size: 2.5rem;
  }
  .syuuzen_header_subNav > li > a .fa-phone {
    font-size: 1.125rem;
  }
  .syuuzen_btn {
    padding: 20px 10px;
  }
  .syuuzen_header_btns .syuuzen_btn {
    flex: 0 200px;
    padding: 10px 1.38em;
    font-size: 1.25rem;
  }
  .syuuzen_content{
    max-width: 1200px;
    margin: 0 auto;
  }
  .syuuzen_worries_human{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .syuuzen_img_sp{
    display: none;
  }
  .syuuzen_project-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    align-items: center;
    gap: 3rem;
  }
  br.syuuzen_br{
    display: none;
  }
  .syuuzen_price_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .syuuzen_price_txt{
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .syuuzen_header_btns .syuuzen_btn{
    font-size: 1.4rem;
  }
  .syuuzen_mainvisual {
    position: relative;
    width: 100%;
    background-image: url(img/fv_sp.png);
    background-size: cover;
    background-position: right center;
    overflow: hidden;
    height: 677px;
  }
  .syuuzen_content{
    padding: 9rem 0 0 0rem!important;
    margin: 0 auto;
    display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 100%;
  }
  .syuuzen_content_header{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 315px;
    margin: 0 auto;
  }
  .syuuzen_message{
    letter-spacing: 0.2rem!important;
  }
  .syuuzen_svg{
    max-width: 185px;
    max-height: 65px;
  }
  .syuuzen_subtext{
    font-size: 2rem!important;
  }
  .syuuzen_message{
    font-size: 3.3rem!important;
  }
  .syuuzen_badges img[src*="main_one.png"]{
    width: 45%;
    height: auto;
  }
  .syuuzen_badges img[src*="main_two.png"]{
    width: 45%;
    height: auto;
  }
  .syuuzen_badges{
    flex-direction: row;
    justify-content: center;
  }
  .syuuzen_header_btns {
    margin-right: 0;
  }
  .syuuzen_header_subNav > li > a {
    font-size: 5.5vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
  }
  .syuuzen_header {
    padding-top: 1rem;
  }
  .syuuzen_worries_human{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .syuuzen_worries_human img[src*="worries_human_sp.png"]{
    width: 100%;
    height: auto;
  }
  .syuuzen_img_pc{
    display: none;
  }
  .syuuzen_project-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  .syuuzen_project-image img{
    width: 100%;
    height: auto;
  }
  .syuuzen_project-details{
    grid-template-columns: 1fr!important;
    width: fit-content;
    margin: 0 auto;
  }
  .syuuzen_project-info{
    width: 100%;
  }
  .syuuzen_other_company img[src*="img/Other.png"]{
    width: 80%;
    height: auto;
  }
  .syuuzen_other_company img[src*="img/aoi.png"]{
    width: 80%;
    height: auto;
  }
  .syuuzen_support img[src*="img/area.png"]{
    width: 90%;
    height: auto;
  }
  .syuuzen_head{
    text-align: center;
  }
  .syuuzen_price_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .syuuzen_price_txt{
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
  }
  img.syuuzen_price_img{
    width: 35%;
    height: auto;
  }
  .syuuzen_reason_point{
    margin-bottom: 3rem;
  }
  .syuuzen_worries_contents{
    padding: 3rem 2.5rem!important;
    width: 90%;
  }
  .syuuzen_obi{
    padding: 1.3rem 1rem!important;
  }
  .syuuzen_br_pc{
    display: none;
  }
  .syuuzen_price_reason{
    width: 90%;
    margin: 0 auto!important;
  }
  article img{
    width: 100%;
    height: auto;
  }
  .syuuzen_other{
    padding-top: 4rem;
    display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4.5rem;
  }
  div .syuuzenn_testimonial-avatar img{
    width: 30%;
    height: auto;
  }
  .syuuzenn_testimonial-title{
    width: 100%!important;
  }
  .syuuzenn_testimonial-text{
    width: 100%!important;
  }
  .syuuzenn_testimonial{
    padding: 3rem!important;
  }
  .syuuzen_inquiry{
    width: 90%;
    margin: 0 auto;
  }
  .syuuzen_contact-button{
    padding: 28px 20px 20px 20px!important;
  }
  .syuuzen_button-main{
    justify-content: center;
  }
  .syuuzen_tel_txt{
    font-size: 9vw!important;
  }
  span.icon svg {
    width: 75%;
    height: 75%;
  }
  .syuuzen_mail_txt{
    font-size: 6.3vw!important;
  }
  .syuuzen_support{
    display: flex;
    flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    gap: 2.5rem;
  }
  .syuuzen_reason{
    padding-bottom: 6rem;
  }
  .syuuzen_header_subNav > li > span{
    font-size: 1.4rem!important;
  }
}


@media screen and (max-width: 325px) {
  .syuuzen_reason_point{
    width: 296px!important;
    height: 288px!important;
    margin-bottom: 4rem;
  }
}












  /*メインビジュアル*/
  .syuuzen_svgtext {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 1rem;
}
  
  .syuuzen_content {
    position: relative;
    z-index: 2;
    padding: 5rem 0 0 6rem;
    color: #fff;
  }
  
  .syuuzen_svgtext svg {
    width: auto;
    height: 10rem;
    display: block;
  }
  
  .syuuzen_subtext {
    font-size: 2.6rem;
    margin-left: 5px;
    margin-top: -10px;
    font-weight: bold;
    line-height: 2.6rem;
  }
  
  .syuuzen_message {
    font-size: 3.8rem;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0.4rem;
  }
  
  .syuuzen_badges {
    margin-top: 30px;
    display: flex;
    gap: 20px;
  }
  

  
  
  






  /*帯*/
  .syuuzen_obi{
    background-color: #2D62B2;
    color: white;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /*こんな悩みありませんか*/
  .syuuzen_worries_contents{
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 3rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .syuuzen_worries{
    background: url(img/worries_bg.png);
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  .syuuzen_human{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .syuuzen_human h3{
    background-color: #0D2172;
    color: white;
    border-radius: 5rem;
    line-height: 2.5rem;
    padding: 8px 25px;
    margin-bottom: 1.5rem;
  }
  .syuuzen_human li{
    font-weight: bold;
    color: #000540;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
/*選ばれる理由*/
.syuuzen_reason{
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4rem;
}
.syuuzen_reason_point {
    position: relative;
    width: 325px;
    height: 320px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
  }
  .syuuzen_point_no {
    position: absolute;
    top: -5px; /* 線よりやや上に浮かせる */
    left: 51%;
    transform: translateX(-50%);
    background: #F8F8F8;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    padding: 20px 55px;
  }
  .syuuzen_point_no span {
    color: #f7c400;
    font-size: 3rem;
  }
  .syuuzen_point_content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .syuuzen_point_content h3{
    line-height: 3rem;
  }
  .syuuzen_point_content p{
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    width: 233px;
    margin: 0 auto;
  }
/*ボタン*/
  .syuuzen_inquiry {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
  }
  .syuuzen_contact-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-weight: bold;
  }
  .syuuzen_phone-button {
    background-color: #0c2c7d;
    border-radius: 4px;
  }
  .syuuzen_mail-button {
    background-color: #29b6f6;
  }
  .syuuzen_contact-button small {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .syuuzen_button-main {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .syuuzen_icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .syuuzen_tel_txt{
    font-size: 4.3rem;
    line-height: 4.3rem;
    padding-bottom: 0.6rem;
  }
  .syuuzen_mail_txt{
    font-size: 2.7rem;
    line-height: 2.7rem;
    padding-bottom: 0.7rem;
  }
  /*施工実績*/
  .syuuzen_reason{
    position: relative;
    height: auto;
  }
  .syuuzen_reason::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vw * 45 / 1366);
    background-size: 100% calc(100vw * 45 / 1366);
    background-repeat: no-repeat;
    bottom: 0;
    background-image: url(img/bg_white.png);
  }
  .syuuzen_project{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .syuuzen_project-title {
    text-align: center;
    font-size: 20px;
    color: #0D2172;
    margin-bottom: 20px;
    border-top: 1px solid #0D2172;
    border-bottom: 1px solid #0D2172;
    padding: 8px 0;
  }
  .syuuzen_project-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
  }
  .syuuzen_detail-item {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .syuuzen_detail-term {
    font-weight: bold;
    color: #333;
    background-color: #F2F2F2;
    padding: 1rem 0;
    width: 100px;
    text-align: center;
    border-radius: 0.5rem;
  }
  .syuuzen_detail-desc {
    color: #333;
  }
/*低価格で提供が可能*/
  .syuuzen_price{
    background-color: #DBEEF0;
    position: relative;
  }
  .syuuzen_price_img{
    border: 1rem solid #A1CFD5;
    border-radius: 100%;
  }
  .syuuzen_price_headtxt{
    color: #0D2172;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
  }
  .syuuzen_price_head{
    display: block!important;
    color: #1F1F1F;
  }
  .syuuzen_price_text{
    display: inline-block;
    color: #FD5A37;
    font-size: 4.8rem;
  }
  .syuuzen_triangle{
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 24px;
    z-index: 99;
  }

  /*低価格な理由*/
.syuuzen_p_reason{
  background-image: url(img/reason_bg.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  position: relative;
  padding-top: 9rem!important;
}
.syuuzen_p_reason > * {
  position: relative;
  z-index: 1; 
}
.syuuzen_p_reason::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 48, 98, 1);
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}
.syuuzen_price_reason{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
}
.syuuzenn_reason-text{
  padding: 3rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
}
.syuuzen_other_company{
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.syuuzen_yellow{
  color: #FFD72B;
  font-size: 2rem;
  line-height: 1.8rem;
}

/*お客様の声*/
h2.syuuzen_head_color{
  padding-bottom: 4rem;
}
.syuuzen_star{
  margin-bottom: 2rem;
}
.syuuzenn_testimonial{
  background-color: #F3FBFF;
  padding: 6rem 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
}
.syuuzenn_testimonial-avatar{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.syuuzenn_testimonial-title{
  width: 144px;
  line-height: 3rem;
  color: #0D2172;
}
.syuuzenn_testimonial-text{
  width: 256px;
  line-height: 3rem;
}

/*問い合わせフォーム*/
/* 全体スタイル */
.syuuzenn_form {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Helvetica Neue', sans-serif;
}

/* テーブルレイアウト */
.syuuzenn_form_table {
  width: 100%;
  border-collapse: collapse;
}

.syuuzenn_form_th,
.syuuzenn_form_td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: top;
}

.syuuzenn_form_th {
  background-color: #f7f7f7;
  width: 180px;
  font-weight: bold;
  text-align: left;
}

/* 必須マーク */
.syuuzenn_required {
  display: inline-block;
  background-color: #e60039;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 5px;
}

/* 入力フィールド */
.syuuzenn_input {
  padding: 6px 8px;
  border: 1px solid #0051c4;
  border-radius: 3px;
  margin: 4px 5px 4px 0;
  width: 180px;
  max-width: 100%;
  box-sizing: border-box;
}

/* テキストエリア */
.syuuzenn_textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #0051c4;
  border-radius: 3px;
  resize: vertical;
  box-sizing: border-box;
}

/* ラジオボタン */
.syuuzenn_form_td label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* ボタン */
.syuuzenn_form_button {
  text-align: center;
  margin-top: 20px;
}

.syuuzenn_submit_button {
  background-color: #1958b7;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.syuuzenn_submit_button:hover {
  background-color: #003f91;
}



.syuuzen_achievements_text{
  text-align: center;
  padding-bottom: 1em;
}


/* レスポンシブ対応 */
@media (max-width: 767px) {
  .syuuzenn_form_th,
  .syuuzenn_form_td {
    display: block;
    width: 100%;
  }

  .syuuzenn_form_th {
    background: #f7f7f7;
    font-weight: bold;
    border-bottom: none;
  }

  .syuuzenn_input {
    width: 100%;
    margin-bottom: 10px;
  }

  .syuuzenn_form_td label {
    display: block;
  }

.syuuzen_form {
  width: 100%;
  height: auto;
}
.syuuzen_frame {
  width: 100%;
  border: none;
  display: block; /* iframeはinline要素なのでblockにする */
  height: auto; /* JSで高さを変えるためautoに */
  min-height: 2570px; /* 適宜初期高さを設定 */
}
}


  @media screen and (min-width: 768px){
    ol{
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1000px;
        gap: 5rem;
      }
    .syuuzen_support{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 6rem;
    }
    .syuuzen_reason{
        padding-bottom: 12rem;
    }
    .syuuzen_project{
        max-width: 1000px;
        margin: 0 auto;
    }
    .syuuzen_price_reason{
      max-width: 1000px;
      margin: 0 auto;
    }
    .syuuzen_reason_three{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
    }
    .syuuzen_other{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      gap: 3rem;
      padding-top: 3rem;
    }
    .syuuzenn_testimonial-list{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto;
      gap: 2rem;
    }
.syuuzen_form {
  width: 100%;
  /* 高さはautoでOK */
}

.syuuzen_frame {
  width: 100%;
  border: none;
  display: block; /* iframeはinline要素なのでblockにする */
  height: auto; /* JSで高さを変えるためautoに */
  min-height: 1500px; /* 適宜初期高さを設定 */
}
  }






  