@charset "UTF-8";
/* CSS Document */

.process_kv {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    position: fixed;
  }

.process_kv picture img {
    width: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

.wave-top {
    position: relative;
    z-index: 2;
    top: 400px;
    right: 0;
    width: 100%;
}      
 
@media (max-width:960px) {
  .process_kv {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
  }

  .process_kv picture img {
    width: 100%;
    object-fit: cover;
  }

  .wave-top {
    position: relative;
    z-index: 2;
    top: 60px;
    right: 0;
    width: 100%;
  } 
}  

/* 内容 */
.process_container {
    /* max-width: 1440px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: rgba(255, 255, 255, 1);
    margin-top: 330px;
}

.process_container h2 {
    padding: 150px 0 130px;
}

.process_box_01 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_01::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_01.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_02 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_02::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_02.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_03 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_03::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_03.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_04 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_04::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_04.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_05 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_05::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_05.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_06 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_06::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_06.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_07 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_07::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_07.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.process_box_08 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 30px 120px;
    align-items: center;
}

.process_box_08::before {
    content: "";
    position: absolute;
    top: -50px; /* セクションの上に配置 */
    left: 50%; /* セクションの中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    width: 80px; /* 画像の幅を指定 */
    height: 47px; /* 画像の高さを指定 */
    background-image: url("../imgs/process_08.png"); 
    background-repeat: no-repeat; /* 画像を繰り返さない */
    background-size: contain; /* 画像をサイズに合わせる */
}

.number {
    font-weight: 500;
    width: 300px;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
}

.contents {
    width: 500px;
    letter-spacing: 0.16em;
    text-align: justify;
}

.kome {
    text-align: center;
}

.kome p {
    font-size: 1.4rem;
}

@media (max-width:960px) {
    .process_container {
        margin-top: 0px;
    }   
}

@media (max-width:768px) {
    .process_container {
        /* max-width: 768px; */
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .process_container h2 {
        padding: 80px 0 100px;
    }
    
    .process_box {
        width: 100%;
        margin: 0 auto;
    }

    .process_box_01 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_02 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_03 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_04 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_05 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_06 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_07 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
    }
    
    .process_box_08 {
        display: block;
        justify-content: center;
        position: relative;
        padding: 30px 25px 100px;
        align-items: center;
        margin: 0 auto;
    }
    
    .number {
        font-weight: 500;
        width: 100%;
        font-size: 1.8rem;
        letter-spacing: 0.16em;
        padding-bottom: 30px;
    }
    
    .contents {
        width: 100%;
        letter-spacing: 0.16em;
        text-align: justify;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    
    .kome {
        text-align: center;
    }
    
    .kome p {
        font-size: 1.2rem;
        line-height: 2.0rem;
        text-align: left;
        padding: 0 25px;
    }}