@charset "utf-8";

/* ==================== top ==================== */
.sec01_inner {
    position: relative;
    height: 100vh; /* 画面の高さにフィット */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
    rgba(0, 0, 0, 0.1), 
    rgba(0, 0, 0, 0.1)),
    url(../img/top.JPG) no-repeat center/cover;
    text-align: center;
    color: white;

}
.sec01_inner_text {
    position: absolute;
    font-size: 38px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px #000000;
}
.sec01_inner_text p {
    font-size: 38px;
}

/* ==================== sec_01 ==================== */
#about_sec01 {
    width: 100%;
    padding: 130px 40px;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.about_sec01_inner {
    max-width: 672px;
    letter-spacing: 8%;
    line-height: 53px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #about_sec01 {
        width: 100%;
        padding: 100px 12px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    .about_sec01_inner {
        max-width: none;
        letter-spacing: 8%;
        line-height: 53px;
        text-align: center;
    }
}

/* ==================== sec_02 ==================== */
#about_sec02 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 0 40px 150px;
}
.about_sec02_list {
    max-width: 1024px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #333;
    border-radius: 8px;
    padding: 50px;
    font-size: 15px;
}
.about_sec02_list li {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.about_sec02_list li:not(:last-child) {
    margin-bottom: 40px;
}
.about_sec02_list_ttl {
    width: 30%;
    text-align: left;
}
.about_sec02_list_exp {
    width: 70%;
    text-align: left;
}
@media screen and (max-width: 767px) {
    #about_sec02 {
        width: 100%;
        padding: 0 12px 70px;
    }
    .about_sec02_list {
        padding: 50px 24px;
    }
    .about_sec02_list li {
        width: 100%;
        max-width: 1024px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .about_sec02_list_ttl,
    .about_sec02_list_exp {
        width: 100%;
    }
}
/* ==================== section_03 ==================== */
#about_sec03 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 0 40px 150px;
}
.about_sec03_cont {
    display: flex;
    max-width: 1024px;
    flex-direction: row;
    justify-content: center; 
    align-items: flex-start;
    width: 100%;
}
.about_sec03_cont_img {
    display: inline-block;
    width: 50%;
    height: 445px;
    display: flex;
    justify-content: center; 
    align-items: center;
    background-color: #d9d9d9;
}
.about_sec03_cont_item {
    width: 50%;
    padding-left: 50px;
}
.about_sec03_cont_item_name {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #333;
}
.about_sec03_cont_item p {
    width: 100%;
    line-height: 1.75;
}
@media screen and (max-width: 767px) {
    #about_sec03 {
        padding: 0 12px 70px;
    }
    .about_sec03_cont {
        flex-direction: column;
    }
    .about_sec03_cont_img {
        max-width: 768px;
        width: 100%;
        height: 445px;
        margin-bottom: 30px;
    }
    .about_sec03_cont_item {
        max-width: 768px;
        width: 100%;
        padding-left: 0;
    }
}

/* ==================== section_04 ==================== */
#about_sec04 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding: 0 40px 150px;
}
.about_sec04_box01 {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 50px;
}
.about_sec04_box01:not(:last-child) {
    margin-bottom: 70px;
}
.about_sec04_box01 p {
    margin-bottom: 30px;
    line-height: 1.5;
}
.about_sec04_box01:nth-child(even) {
    flex-direction: row-reverse;
}
.about_sec04_box01_item {
    width: 50%;
}

.about_sec04_box01_img {
    width: 50%;
    overflow: hidden;
}
.about_sec04_box02 {
    width: 100%;
    max-width: 1024px;
}
.about_sec04_box01_item_ttl,
.about_sec04_box02_item_ttl {
    border-bottom: solid 1px #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}
.sec04_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
.sec04_box {
    width: 100%;
    max-width: 1186px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 200px;
}
.sec04_box:nth-child(odd) {
    flex-direction: row;
}
.sec04_box:nth-child(even) {
    flex-direction: row-reverse;
}
.sec04_box_item {
    width: 500px;
    height: auto;
    position: absolute;
    top: 200px;
    background-color: rgba( 209, 191, 136, 0.8);
    padding: 40px 50px;
    border-radius: 20px;
    color: #FFF;
}
.sec04_box:nth-child(odd) .sec04_box_item {
    right: 0;
}
.sec04_box:nth-child(even) .sec04_box_item {
    left: 0;
}
.sec04_box_item_ttl {
    font-size: 32px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    line-height: 32px;
    padding-bottom: 25px;
    letter-spacing: 0.08rem;
}
.sec04_box_item p {
    max-width: 480px;
    width: 100%;
    letter-spacing: 0.08rem;
    line-height: 32px;
    margin-bottom: 60px;
}
.sec04_box_img {
    width: 768px;
    height: 500px;
    overflow: hidden;
}
.sec04_box_img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    #about_sec04 {
        padding: 0 12px 70px;
    }

    .about_sec04_box01:not(:last-child) {
        margin-bottom: 90px;
    }
    .about_sec04_box01 p {
        margin-bottom: 30px;
        line-height: 1.5;
    }
    .about_sec04_box01:nth-child(even) {
        flex-direction: row-reverse;
    }
    .about_sec04_box01_item {
        width: 50%;
    }
    
    .about_sec04_box01_img {
        width: 50%;
        overflow: hidden;
    }
    .about_sec04_box02 {
        width: 100%;
        max-width: 1024px;
    }
    .about_sec04_box01_item_ttl,
    .about_sec04_box02_item_ttl {
        border-bottom: solid 1px #333;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 28px;
    }
    .sec04_inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
    }
    .sec04_box {
        width: 100%;
        max-width: 1186px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        margin-bottom: 200px;
    }
    .sec04_box:nth-child(odd) {
        flex-direction: row;
    }
    .sec04_box:nth-child(even) {
        flex-direction: row-reverse;
    }
    .sec04_box_item {
        width: 500px;
        height: auto;
        position: absolute;
        top: 200px;
        background-color: rgba( 209, 191, 136, 0.8);
        padding: 40px 50px;
        border-radius: 20px;
        color: #FFF;
    }
    .sec04_box:nth-child(odd) .sec04_box_item {
        right: 0;
    }
    .sec04_box:nth-child(even) .sec04_box_item {
        left: 0;
    }
    .sec04_box_item_ttl {
        font-size: 32px;
        border-bottom: 1px solid #fff;
        margin-bottom: 25px;
        line-height: 32px;
        padding-bottom: 25px;
        letter-spacing: 0.08rem;
    }
    .sec04_box_item p {
        max-width: 480px;
        width: 100%;
        letter-spacing: 0.08rem;
        line-height: 32px;
        margin-bottom: 60px;
    }
    .sec04_box_img {
        width: 768px;
        height: 500px;
        overflow: hidden;
    }
    .sec04_box_img img {
        width: 100%;
        height: auto;
    }

}

/* ==================== section_05 ==================== */
#sec05 {
    padding: 150px 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 150px;
}

.sec05_inner {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}
.sec05_cont {
    max-width: 768px;
    width: 100%;
    margin-bottom: 100px;    
}

.sec05_cont p {
    line-height: 32px;
    letter-spacing: 0.08rem;
    text-align: center;
}

.sec05_list {
    max-width: 1027px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-items: center;
    object-fit: cover;
    gap: 50px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.sec05_list_item {
    width: 308px;
    height: auto;
}
.sec05_list:after {
    content: "";
    display: block;
    width: 308px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.sec05_list_item_img {
    position: relative;
    width: 308px;
    height: 216px;
    overflow: hidden;
    margin-bottom: 5px;
}

.sec05_list_item_img img {
    width: 308px;
    height: 216px;
    overflow: hidden;
    margin-bottom: 5px;
}
.sec05_list_item time {
    font-size: 12px;
    margin-bottom: 5px;
}