@charset "utf-8";

/*==========================
main
==========================*/
.main {
    padding-top: 50px;
}

.main_visual {
    padding: 40px 20px;
    background-color:#D6E2D1 ;
    width: 100%;
}    
main .slider .mainImg__pc {
    display: none;
}

.slick-prev:before, .slick-next:before{
    font-size: 20px;
    opacity: 1;
    color: #a63834;
}

.slick-prev {
    left: 10px;
    z-index: 3;
}

.slick-next {
    right: 10px;
}
/* ======================
   main_visual pc 
   ======================*/
   
@media screen and (min-width:769px) {

    .main {
        padding-top: 70px;
    }
    

.main_visual {
    padding: 46px 80px;
    width: 100%;
}    

.main_visual_img {
    max-height: 400px;
}
main .slider .mainImg__sp {
    display: none;
}
main .slider .mainImg__pc {
    display:block;
}
}

/*==========================
about
==========================*/
.section--about {
    background-color: #F1F1DC;
    padding: 60px 20px;
}

.section--about_title {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background-color: #578844;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 8px 10px;
    text-align: center;
}

.section--about_top {
    background-color: #FFF;
    margin-bottom: 40px;
    padding: 20px;
}
.section--about_box {
    background-color: #fff;
    color: #222222;
    margin-bottom: 40px ;
    padding: 20px;
}

.section--about_exp {
    text-align: center;
}
    

.section--about_box:last-of-type {
    margin-bottom: 0;
}

.section--about_txt {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.section--about_container {
    display: flex;
    border-bottom: solid 2px #A63834;
    margin-bottom: 20px;
}    

.info_mark {
    width: 18px;
    height: 18px;
    margin-top: 7px;
}

.section--about_box_title {
    color: #222222;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
    }

/*==========================
 about pc
 ============================ */
 @media screen and (min-width:769px) {

    .section--about {
        padding: 40px 60px;
    }
    .section--about_title {
        max-width: 1280px;
        margin: 0 auto;        
        background-color: #578844;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        padding: 4px 0;
        text-align: center;
        }    
    
    .section--about_top {
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
        max-width: 1280px;
        padding: 40px 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .section--about_box {
        flex-direction: row-reverse;
        padding: 40px 60px;
        gap: 40px;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    .section--about_exp {
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .section--about_exp img, .section--about_exp p {
        width: 50%;
        }

    .section--about_map {
        width: 40%;
        height: 100%;
        object-fit: contain;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section--about_photo {
        width: 40%;
        height: 100%;
        object-fit: contain;
        margin: 40px 0;
    }
    
    .section--about_txt {
        height: auto;
    }
    /* about pc 769px */
}


/* =========================
   info sp
   =======================*/
.section--info {
    background-color: #D6E2D1;
    padding: 60px 20px;
}
.section--info_title {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #578844;
    color: #FFF;
    height: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align:center;
    margin-bottom: 40px;
    padding: 8px 0;
}

.section--info_item {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}    

.info_general {
    margin: 0 auto;
}


.section--info_list {
    background-color: #FFF;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
}

.section--info_list:last-of-type {
    margin-bottom: 0;
}
.info_mark {
    margin-right: 20px;
}

.section--info_subtitle {
    font-size: 1.8rem;
    max-width: 295px;
    display: flex;
    margin-bottom: 20px;
}    

.section--info_txt {
    text-align: left;
}

.info_name {
    text-align: center;
    margin-right: 20px;
}
.section--info_box {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 40px;
}
 
.section--info_box_title {
    font-size: 2rem;
    font-weight: bold;
}

.info_img {
    width: 40%;
    height: 25%;
    margin: 0 auto 20px;
    object-fit: cover;
}

/* =========================
   info pc
   =======================*/
   @media screen and (min-width:769px) {
.section--info {
    padding: 80px;
}

.section--info_subtitle {
    font-size: 1.8rem;
    max-width: 335px;
    display: flex;
    margin-bottom: 20px;
}    
.section--info_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 77px;
}    

.section--info_container {
    margin: 0 auto;
}

.section--info_list {
    width: 375px;
    margin: 0 auto 20px;
}  

.section--info_list:last-of-type {
    margin-bottom: 20px;
}
.info_img {
    width: 50%;
    height: 25%;
    margin: 0 auto 20px;
    object-fit: cover;
}
}

/*======================
  expeience sp
  =====================*/
 
.section--experience {
    background-color: #F1F1DC;
    padding: 60px 20px;
}
.section--experience_title {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #578844;
    color: #FFF;
    height: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
}

.section--experience_item {
    max-width: 335px;
    padding: 50px 0;
    margin: 0 auto;
}

.section--experience_txtBox {
    max-width: 375px;
    padding: 16px;
    background-color: #FFF;
    font-weight: bold;
    margin-bottom: 34px;
}

.btn {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    background-color: #A63834;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    padding: 12px 0;
    width: 100%;
}

span.btn {
    background-color: #999999;
}
.btn_arrow {
    margin-left: 20px;
}

/*==============================
  experience pc
  ===========================*/
  @media screen and (min-width:769px) {
  
.section--experience {
    padding: 80px;
}    
.section--experience_item {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 78px;
}

.section--experience_list {
    max-width: 375px;
}
.section--experience_box {
    max-width: 375px;
    background-color: #FFF;
    margin-bottom: 40px;
    
}
.section--experience_date {
    padding: 10px 16px;
    font-weight: bold;
}
.section--experience_txt {
    font-weight: bold;
}

.btn {
    background-color: #A63834;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    padding: 12px 0;
    margin: 0 auto;
}
/* pc 769px */
}

