body {
    font-family: "Roboto","Rosarivo","Great Vibes","Noto Sans JP",sans-serif;
    font-size: 16px;
}

h2 {
  font-family: "Rosarivo";
  font-size: 36px;
}

/*スマホ版*/
@media screen and (max-width:480px){
    h2{
        font-size: 8vw;
    }
} 

/*hero*/
.page_about{
    display: flex;
    width: 1440px;
    height: 576px;
    position: relative;
    margin: 0 auto 240px;
    padding: 0 120px;
    flex-direction: row-reverse;
    align-items: center;
}

.page_about picture{
    margin-right: auto;
    width: 1024px;
} 

.page_about h1{
    writing-mode: vertical-rl;
    font-size: 54px;
    font-family: "Rosarivo";
    font-weight: normal;
    top: 186px;
    right: 200px;
}

/*タブレット版*/
@media screen and (max-width:1240px){
    .page_about{
        width: 100%;
        height: 44.5vw;
        margin: 0 auto 25vw;
        padding: 0 2.5vw 0 6vw;
    }

    .page_about img{
        width: 100%;
    }

    .page_about h1{
        font-size: 8vw;
        margin-left: 4.5vw;
        line-height: 1.5;
    }
}

/*スマホ版*/
@media screen and (max-width:480px){
    .page_about{
        width: 100%;
        height: 44.5vw;
        margin: 0 auto 25vw;
        padding: 0 2.5vw 0 6vw;
    }

    .page_about img{
        width: 100%;
    } 

    .page_about h1{
        font-size: 8vw;
        margin-left: 4.5vw;
        line-height: 1.5;
    }
}

/*profile*/
.profile{
    max-width: 800px;
    margin: 0 auto 240px;
}

.profile h2{
    text-align: left;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: normal;
}

.box_text{
    display: flex;
    margin: 0 auto 240px;
    justify-content: space-between;
    position: relative;
}

.profile img{
    width: 280px;
}

.profile_contents{
    width: 460px;
}

.profile_tag{
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

span.profile_tag_name{
    color: #D07164;
    margin-left: 1em;
    font-weight: 500;
}

.profile p{
    text-align: left;
}

.bs{
    margin-bottom: 1.5em;
    letter-spacing: 0.15em;
}

/*タブレット版*/
@media screen and (max-width:1240px){
    .profile{
        width: 85vw;
        flex-direction: column;
        margin: 0 auto 25vw;
    }

    .profile h2{
        text-align: center;
    }

    .box_text{
        display: block;
        text-align: center;
        margin: 0 auto 25vw;
    }

    .profile img{
        max-width: 800px;
        margin: 0 auto 10vw;
    }

    .profile_contents{
        width: 100%;
    }
}

/*スマホ版*/
@media screen and (max-width:480px){
    .profile{
        width: 85vw;
        flex-direction: column;
        margin: 0 auto 25vw;
    }

    .profile h2{
        text-align: center;
    }

    .box_text{
        display: block;
        margin: 0 auto 25vw;
    }

    .profile img{
        width: 70vw;
        height: 70vw;
        margin: 0 7.5vw 10vw;
    }

    .profile_contents{
        width: 85vw;
    }
}

/*concept*/
.concept{
    max-width: 1200px;
    height: 434px;
    position: relative;
    margin: 0 auto 240px;
} 

.concept h2{
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 100px;
    font-weight: normal;
}

.concept_contents{
    width: 1000px;
    margin: 0 auto;
}

.concept h3{
    font-size: 64px;
    font-family: "Great Vibes";
    font-weight: normal;
	position: absolute;
	top: 112px;
    right: 90px;
}

.concept_inner{
    background-color: #F2EEE0;
    padding: 80px;
}

.concept p{
    width: 840px;
    letter-spacing: 0.15em;
}

/*タブレット版*/
@media screen and (min-width:481px) and (max-width:1240px){
    .concept{
        width: 100%;
    }
}

/*タブレット版*/
@media screen and (max-width:1240px){
    .concept{
        width: 85vw;
        height: auto;
        margin: 0 auto 25vw;
    }

    .concept h2{
        margin-bottom: 15vw;
    }

    .concept_contents{
        width: 100%;
    }

    .concept h3{
        font-size: 9vw;
	    top: 17.25vw;
        right: -3.75vw;
    }

    .concept_inner{
        height: auto;
        padding: 10vw 7vw;
    }

    .concept p{
        width: 100%;
    }

    .pc{
        display: none;
    }
}

/*スマホ版*/
@media screen and (max-width:480px){
    .concept{
        width: 85vw;
        height: auto;
        margin: 0 auto 25vw;
    }

    .concept h2{
        margin-bottom: 15vw;
    }

    .concept_contents{
        width: 85vw;
    }

    .concept h3{
        font-size: 9vw;
	    top: 21vw;
        right: -3.75vw;
    }

    .concept_inner{
        height: auto;
        padding: 10vw 7vw;
    }

    .concept p{
        width: 100%;
    }

    .pc{
        display: none;
    }
}

/*service*/
.service{
    max-width: 1200px;
    margin: 0 auto 240px;
} 

.service h2{
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 100px;
    font-weight: normal;
}

.img_left{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
} 

.service img{
    width: 576px;
    height: 324px;
}

.service_box{
    width: 576px;
}

.service_tag{
    font-size: 28px;
    font-family: "Rosarivo";
    margin-bottom: 10px;
    color: #d07164;
}

.service_p{
    width: 576px;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.tools{
    display: flex;
    justify-self: start;
    gap: 10px;
}
.service ul li{
    font-size: 18px;
    color: #402627;
    background-color: #E0CEC0;
    border-radius: 24px;
    font-family: "Roboto";
    letter-spacing: 0.1em;
    list-style-type: none;
    text-align: center;
    padding: 10px 20px;
}

/*タブレット版*/
@media screen and (max-width:1240px){
    .service{
        width: 85vw;
    }

    .service h2{
        margin-bottom: 12.5vw;
    }

    .img_left{
        width: 100%;
        display: block;
        margin-bottom: 12.5vw;
    }

    .service img{
        width: 100%;
        height: auto;
        margin-bottom: 5vw;
        max-width: 500px;
        display: block;
        margin: 0 auto 5vw;
    }

    .service_box{
        width: 85vw;
    }

    .service_p{
        width: 85vw;
        margin-bottom: 4vw;
        letter-spacing: 0.2em;
    }

    .tools{
        gap: 1.75vw;
    }

    .service ul li{
        border-radius: 4.15vw;
        padding: 2.5vw 3vw;
        font-size: 16px;
    }
}

/*スマホ版*/
@media screen and (max-width:480px){
    .service{
        width: 85vw;
        margin: 0 auto 25vw;
    }

    .service h2{
        margin-bottom: 12.5vw;
    }

    .img_left{
        width: 85vw;
        display: block;
        margin-bottom: 12.5vw;
    }

    .service img{
        width: 85vw;
        height: 49.5vw;
        margin-bottom: 5vw;
    }

    .service_box{
        width: 85vw;
    }

    .service_tag{
        font-size: 6vw;
    }

    .service_p{
        width: 85vw;
        margin-bottom: 4vw;
        letter-spacing: 0.2em;
    }

    .tools{
        width: 85vw;
        gap: 1.75vw;
        margin-bottom: 5vw;
    }

    .service ul li{
        font-size: 3vw;
        border-radius: 4.15vw;
        padding: 2.5vw 3vw;
    }
}

/*strengths*/
.strengths::before{/*疑似要素*/
    position: absolute;
    content: url(../images/strengths_01.png);
    top: -44px;
}

.strengths::after{/*疑似要素*/
    position: absolute;
    content: url(../images/strengths_02.png);
    right: -5px;
    bottom: 30px;
    z-index: 1;
}

.strengths{
    max-width: 1026px;
    height: 813px;
    position: relative;
    margin: 0 auto 240px;
}

.strengths_contents{
    width: 800px;
    margin: 0 auto;
}

.strengths h2{
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.strengths_inner{
    width: 800px;
    margin-top: 100px;
}

.strengths_tag{
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom:16px;
}

.strengths_p{
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
}

/*タブレット版*/
@media screen and (max-width:1240px){
    .strengths::before{/*疑似要素*/
        content:'';
        background-image: url(../images/strengths_01_sp.png);
        background-size:contain;
        display:inline-block;
        width: 18.75vw;
        height: 18vw;
        top: -10vw;
        left: -6vw;
        max-width: 200px;
    }

    .strengths::after{/*疑似要素*/
        content:'';
        background-image: url(../images/strengths_02_sp.png);
        background-size:contain;
        display:inline-block;
        width: 22vw;
        height: 18.5vw;
        right: -7vw;
        bottom: -14vw;
        max-width: 200px;
    }

    .strengths{
        width: 85vw;
        padding: 10vw 0;
        margin: 0 auto 25vw;
    }

    .strengths_contents{
        width: 85vw;
    }

    .strengths_inner{
        width: 85vw;
        margin-top: 12.5vw
    }

    .strengths_p{
        width: 85vw;
    }
}

/*スマホ版*/
@media screen and (max-width:480px){
    .strengths::before{/*疑似要素*/
        content:'';
        background-image: url(../images/strengths_01_sp.png);
        background-size:contain;
        display:inline-block;
        width: 18.75vw;
        height: 18vw;
        top: -10vw;
        left: -6vw;
    }

    .strengths::after{/*疑似要素*/
        content:'';
        background-image: url(../images/strengths_02_sp.png);
        background-size:contain;
        display:inline-block;
        width: 22vw;
        height: 18.5vw;
        right: -7vw;
        bottom: 2vw;
    }

    .strengths{
        width: 85vw;
        padding: 10vw 0;
        margin: 0 auto 25vw;
    }

    .strengths_contents{
        width: 85vw;
    }    

    .strengths_inner{
        width: 85vw;
        margin-top: 12.5vw
    }

    .strengths_tag{
        font-size: 5vw;
    }

    .strengths_p{
        width: 85vw;
    }
}