@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */
/* --------------------------------
   ■ 共通
-------------------------------- */
.contents main > section {
    padding-top: 95px;
    padding-bottom: 95px;
}
.contents main > section + section {
    margin-top: 0;
}

h2.title {
    font-size: 5.2rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 61px;
    @media (max-width: 767px) {
        font-size: 4.4rem;
        margin-bottom: 56px;
    }
}
    h2.title .notosans {
        display: block;
        font-size: 1.5rem;
        letter-spacing: 0.03em;
        margin-bottom: 13px;
    }
h2.title.white {
    color: #fff;
}

section p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}
section .big {
    font-size: 1.8rem;
    font-weight: 700;
}

.highlight {
  background-image: linear-gradient(0deg, #ffff6e80 1.5em, transparent 1.5em);
}

.list > li dt {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 23px;
    @media (max-width: 767px) {
        margin-bottom: 16px;
    }
}
.list > li dd {
    font-size: 1.4rem;
    line-height: 2.1;
}

.checklist li{
    position: relative;
    padding-top: 3px;
    padding-left: 27px;
    background: url("../../images/common/icon/checklist.png") 0 0.4em no-repeat;
    font-size: 1.5rem;
    font-weight: 700;
}
.checklist li + li{
    margin-top: 12px;
}

.listdot li {
    text-indent: -1em;
    padding-left: 1em;
}
.listdot li + li{
    margin-top: 4px;
}

p + p {
    margin-top: 23px;
}
p + .list {
    margin-top: 53px;
}
p + .checklist{
    margin-top: 42px;
}
.checklist + p{
    margin-top: 33px;
}

/* --------------------------------
   □ message
-------------------------------- */ 
#message h2 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-bottom: 51px;
    text-align: center;
    position: relative;
    @media (max-width: 767px) {
        font-size: 2.4rem;
    }
}
    #message h2::before {
        content: attr(data-en);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        color: #ECECEC;
        font-family: "Josefin Sans", sans-serif;
        font-size: 11rem;
        font-weight: 400;
        line-height: 1.3;
        z-index: -1;
        @media (max-width: 767px) {
            font-size: 6rem;
        }
    }
#message p {
    @media (max-width: 767px) {
        text-align: left;
    }
}
#message ol.list {
    counter-reset: my-counter;
    list-style: none;
    margin-bottom: 75px;
    @media (max-width: 767px) {
        margin-bottom: 40px;
    }
}

#message ol.list > li {
    background-color: #F1F1F1;
    border-radius: 4px;
    padding: 47px 40px;
    text-align: center;
    position: relative;
    margin-top: 13px;
    
    @media (max-width: 767px) {
        padding: 36px 30px;
        margin-top: 8px;
    }
}
    #message ol.list > li:before {
        position: absolute;
        top: -22px;
        right: 0;
        left: 0;
        margin: 0 auto;
        box-sizing: border-box;

        content: counter(my-counter);
        counter-increment: my-counter;

        display: block;
        color: #fff;
        background-color: #2A6E2B;
        line-height: 45px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-family: "Josefin Sans", sans-serif;
        font-size: 1.5rem;
        text-align: center;
    }

/* --------------------------------
   □ mission
-------------------------------- */ 
#mission {
    background-color: #2A6E2B;
    color: #fff;
}

/* --------------------------------
   □ service
-------------------------------- */ 
#service ul.list > li {
    background-color: #F1F1F1;
}
#service ul.list > li dl {
    padding: 30px 40px 40px;
    @media (max-width: 767px) {
        padding: 30px;
    }
}



/* --------------------------------
   □ reason
-------------------------------- */ 
#reason {
    background-color: #EAEEF5;

    dt {
        font-size: 1.8rem;
        text-align: center;
        min-height: 180px;
        img {
            display: block;
            margin-inline: auto;
            margin-bottom: 32px;
        }
        @media (max-width: 767px) {
            font-size: 1.6rem;
            min-height: initial;
            img {
                margin-bottom: 20px;
            }
        }

    }
    dd {
        text-align: center;
        @media (max-width: 767px) {
            text-align: left;
            line-height: 1.7;
        }
    }
}

/* --------------------------------
   □ company
-------------------------------- */ 

/* --------------------------------
   □ contact
-------------------------------- */ 
#contact {
    background-color: #1A1311;
    color: #fff;
    h2 {
        text-align: center;
    }
    p {
        text-align: center;
        margin-bottom: 52px;
        
        @media (max-width: 767px) {
            text-align: left;
            margin-bottom: 42px;
        }
    }
    .buttonStyle {
        margin-bottom: 0;
    }
}


@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ message
-------------------------------- */ 


}

	
