
  body{
    margin: 0;
    padding: 0;
  font-family: "Noto Sans Hebrew", "Noto Sans JP", sans-serif;
}
 
.ff_h{
    font-family: "Noto Serif JP", serif;
}

  header{

    background-color: #000;
    max-height: 74px;
    height: 74px;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.header_inner{
    display: flex;
    max-width: 1500px;
    width: 1500px;
    margin: auto;
}
.header_inner h1{
    margin: 0;
    max-width: 108px;

}

.header-left {
    display: flex;
}

.header-left p {
    color: #fff;
    line-height: 40px;
    margin-left: 20px;
}

.header-righit{
    margin: 8px 0 auto auto;
}


.header_inner ul{
    color: #fff;
    display: flex;
    list-style: none;
      justify-content: center; /* 水平中央 */
  align-items: center;     /* 垂直中央 */
  min-height: 25px;       /* 高さを指定 */
}


.header_inner ul li{
    margin-right: 20px;
}

.header_inner ul li a{
   text-decoration: none;
   color: #fff;
}

.header_inner ul li .contact_btn{
    background-color: #D77813;
    padding: 7px 30px;
    color: #000;
    border-radius: 35px;
    text-decoration: none;
 }

.contact_btn{
    background-color: #D77813;
    padding: 7px 30px;
    color: #000;
    border-radius: 35px;
    text-decoration: none;
 }

.contact_area {
    width: 25%;
    position: sticky;
    top: 74px;
    height: fit-content; /* ←これも効く */
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  }
  
  .content_area_inner {
    width: 75%;
    height: auto;
    margin: auto;
    max-width: 1283px;
    min-width: 1283px;
}
  
  .contact_area {
    position: fixed;
    top: 74px;
    
    /* 親1300pxの右端に合わせる */
    right: calc((100vw - 1300px) / 2);
  
    width: 325px; /* 1300pxの25% */
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }


.sec01,
.sec02,
.sec04{
    padding: 0 40px 0 80px;
    margin-bottom: 150px;
}

.projec_box_wrap{
    width: 800px;
}

.sec04{
    max-width: 1170px;
    margin: auto;
}

.sec01 img {
    width: 100%;
    margin-top: 100px;
    max-width: 800px;
}

.sec02 img {
    width: 100%;
    max-width: 800px;
}

.sec04{
    margin-top: 80px;
    margin-bottom: 150px;
}

.fs_60{
   
font-size: 60px;
margin-bottom: 0;
}

.text_box {
    max-width: 1300px;
    margin: auto;
}

.text_box02 {
    max-width: 1170px;
    margin: auto;
}
/* .ml_35{
    margin-left: 35px;
} */

.sec03{
    background-image: url(../img/support_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px 40px 80px;
}


.sec06{
    background-image: url(../img/company_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 40px 40px 80px;
}

.support_bold_text{
    font-weight: bold;
    font-size: 32px;
color:#fff;
}

.support_box{
    background-color: #fff;
    padding: 25px;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    max-width: 700px;
}

 .support_box span {
    position: absolute;
    top: -33px;
    left: 7px;
    font-size: 126px;
    color: #FFEAD4;
    z-index: 0;
    font-weight: bold;
}

.support_box p{
        z-index: 4;
        position: relative;
}

.fs_24{
    font-size:24px;
}
.fs_32{
    font-size: 32px;
}
.ml_10{
    margin-left: 10px;
}

.accent_color{
color: #FF9628;
}

.flow_box{
    max-width: 800px;
}


.mw_800{
    max-width: 800px;
}
.text_center{
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.projec_box_wrap{
    display: flex;
    margin-bottom: 20px;
            justify-content: space-between;
}
.projec_box_inner{
    max-width: 330px;
    width: 330px;
    border: #FF9628 5px solid;
    padding: 15px 8px;
    border-radius: 10px;

}


.projec_box_inner span{
    padding: 7px;
    font-size: 12px;
    border-radius: 3px;
    color:#fff;
    background-color:#FF9628;
}

.projec_title{
    font-weight: bold;
}

.price_title{
    margin-bottom: 0;
}

.price{
    font-size: 32px;
    color: #FF9628;
    margin: 0;
    font-weight: bold;
}

.job_title,
.special_title
{
margin-bottom: 0;
}
.job,
.special{
    margin: 0;
}

.sec05{
    background-color: #FF9628;
    padding: 40px 40px 40px 80px;
    
}
.sec05_inner{
    width: 1170px;
    margin: auto;
}

.sec06 p{
    color: #fff;
}

.sec06 a{
padding: 8px;
text-align: center;
    background: #fff;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: 220px;
}

.flow_box{
    background: #fff;
    display: flex;
    position: relative;
    margin-bottom: 55px;
}

.flow_box p{
    margin: 25px 0 25px 25px;
}

.flow_box span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 114px;
    left: 50%;
    right: 50%;
    transform: rotate(45deg);
}

.fs_20{
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}


.main_img{
    background-image: url(../img/company_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 40px 80px 40px;
    margin-bottom: 70px;
}

.main_img p{
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.com_sec01{
    text-align: center;
    margin-bottom: 120px;
}

.com_sec02{
    background-color: #F8F8F8;
    padding: 70px 0;
    margin-top: 70px;
}
.news_inner{
    padding-bottom: 15px;
}
.boder_bottom{
margin-bottom: 30px;
}
.boder_bottom,
.news_inner{
    border-bottom: #000 solid 1px ;
}

.news_inner{
    width: 800px;
    margin: auto;
}
.news_inner .text_center{
    text-align: left;
}

.news_inner p{
    margin-top: 0;
    margin-bottom: 15px;
}

.com_sec03{
    background-image: url(../img/mission_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mission_inner{
    color: #fff;
    text-align: left;
    width: 800px;
    margin: auto;
    padding: 70px 0;
    display: flex;
}

.mission_inner img{
   width: 300px;
   height: auto;
   margin-top: 10px;
   margin-left: 20px;
}

.mission_inner .fs_32{
  font-weight: bold;
}

.mt_0{
      margin-top: 0px;
}

.com_sec04{
    background-image: url(../img/company_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 150px 0;
}

.com_sec04 .fs_32{
    font-weight: bold;
    margin-bottom: 50px;

}

.com_sec04 .campany_inner{
    font-weight: bold;
    width: 800px;
    margin: auto;

}

.com_sec04 table{
    border-collapse:collapse;
}

.com_sec04 table th{
    width: 100px;
    text-align: left;
border-top: 1px solid #fff;
padding: 10px 0;
}

.com_sec04 table td{
    width: 700px;
    font-weight: normal;
        border-top: 1px solid #fff;
        padding: 10px 0;
}


.last_boder{
    border-bottom:  1px solid #fff;
}

.service_contents_wrap{
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 70px;
}

.service_contents_wrap .service_text{
    text-align: left;
    width: 50%;
}

.service_name{
    font-size: 36px;
    color: #D77813;
    font-weight: bold;
}

.service_copy{
    font-size: 24px;
    color: #D77813;
    font-weight:600;
}

/* アニメーション前の状態 */
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 画面内に入った（クラスがついた）時の状態 */
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

 .bold_text{
    font-weight: bold;
 }


 .thanks_sec01{
    margin-top: 250px;
 }

 .sp_br{
    display: none;
 }

 .hamburger,
 .nav-menu{
    display: none;
 }

 .fixed-footer-buttons{
    display: none;
 }

 .sp_service{
    display:none;
 }

 @media screen and (max-width:480px) { 

 .hamburger,
 .nav-menu{
    display: block;
 }
 /* ボタンの基本スタイル */
.hamburger {
  position: fixed;
  top: 24px;
  right: 20px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 100;
}

/* --- 通常時（白） --- */
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  /* 最初は「白」に設定 */
  background-color: #fff;
  transition: all .4s; /* 色の変化もアニメーションします */
}

/* --- アクティブ時（押された時）の線の色 --- */
.hamburger.is-active span {
  /* ここに記述！押されたら「黒」にする */
  background-color: #000;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* アクティブ時の「X」変形 */
.hamburger.is-active span:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
}

/* メニューのスタイル（右からスライドイン） */
.nav-menu {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態は画面外 */
  width: 100%;
  height: 100vh;
  background: #D77813;
  transition: all .4s;
  z-index: 99;
  padding-top: 60px;
}
    .nav-menu ul {
        display: block;
        text-align: center;
        /* margin-bottom: 10px; */
        line-height: 50px;
        margin-top: 150px;
    }
.nav-menu ul li a{
    color: #fff;
    margin-bottom: 20px;
}

.header_inner ul li .contact_btn {
        background-color: #fff;
    color: #000;
}

.nav-menu.is-active {
  right: 0; /* アクティブ時に表示 */
}

    .header_inner {
    display: flex;
    max-width: 500px;
    width: auto;
    margin: 0;
}

 /* 外枠のコンテナ */
    .fixed-footer-buttons {
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 500px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        z-index: 1000;
        background-color: #000;
        padding: 20px;
    }

/* ボタン共通スタイル */
.fixed-footer-buttons a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px; /* 丸み */
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 左側の白いボタン */
.btn-check {
  background-color: #fff;
  color: #333;
}

/* 右側のオレンジのボタン */
.btn-consult {
  background-color: #ff9933; /* オレンジ色 */
  color: #fff;
}

.header-righit{
    display: none;
}
.sp_br{
    display: block;
}

.header-left img{
width: 90px;
}

.header-left p {
    line-height: 22px;
    font-size: 14px;;
}

.sec01, .sec02, .sec04 {
    padding: 0 10px 0 10px;
    margin-bottom: 60px;
}

.content_area_inner {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 500px;
    min-width: 100px;
}


.sec03 {
    background-image: url(../img/support_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px 40px 10px;
}

.support_bold_text{
    text-align: center;
}

.projec_box_wrap {
    display: block;
    margin: auto;
    width: auto;
}

.projec_box_inner{
    margin: auto;
    margin-bottom: 30px;
}

.sec05 {
    background-color: #FF9628;
    padding: 40px 10px 40px 10px;
}

.flow_box {
    background: #fff;
    display: block;
    position: relative;
    margin-bottom: 55px;
    width: 100%;
    height: auto;
}
.flow_box img{
    width: 100%;
height: auto;
}

.sec05_inner {
    width: auto;
    margin: auto;

}

.mw_800 {
    max-width: 400px;
    width: auto;
    margin: auto;
    margin-bottom: 50px;
}

    .flow_box p {
        margin: 0;
        font-size: 14px;
        padding: 5px 20px 20px 20px;
    }
.fs_20 {
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
}
.flow_box span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 360px;
    left: 45%;
    right: 50%;
    transform: rotate(45deg);
    z-index: -1;
}

.sec06 {
    padding: 15px 10px 120px 10px;
    text-align: center;
}
.sec06 a{
    margin: auto;
}

.fs_60 {
    font-size: 33px;
    margin-bottom: 0;
    text-align: center;
}


.news_inner {
    width: 90%;
    margin: auto;
}

.mission_inner {
    color: #fff;
    text-align: left;
    width: 90%;
    margin: auto;
    padding: 70px 0;
    display: block;

}
.mission_inner img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0px;
}

.com_sec04 table th,
.com_sec04 table td{
        display: block;
        text-align: left;
        width: 100%;
    }

    .com_sec04 .campany_inner {
    font-weight: bold;
    width: 90%;
    margin: auto;
}

.com_sec04 {
    padding: 70px 0 150px 0;
}

.service_contents_wrap {
    width: 90%;
}


.pc_service{
    display:none;
}
  .sp_service,
  .sp_bloc{
    display:block;
 }
.service_contents_wrap .service_text {
    text-align: left;
    width: 100%;
}

.service_contents_wrap img {
    width: 100%;
}

.service_name {
    font-size: 36px;
    color: #D77813;
    font-weight: bold;
    margin-bottom: 0;
}

.service_copy {
    font-size: 24px;
    color: #D77813;
    font-weight: 600;
    margin: auto;
}

.contact_area_sp{
    padding: 150px 0;
    max-width: 330px;
    margin: auto;
}

.form-wrapper {
    width: 100%;
    max-width: 330px!important;
    margin: 0 auto;
    background-color: transparent;
    box-sizing: border-box;
}
 }

 @media screen and (max-width: 370px) {
    .flow_box span {
        top: 280px;
    }
}