@charset "UTF-8";

/*
Theme Name: 株式会社ライズ
Description: 株式会社ライズ専用のテンプレートです
Version: 1.0
Author: Maito OBATA from GenePro LLC
*/

/* 全体に対する設定 ---------------------------------------- */
html{
    scroll-behavior: smooth;
}

body{
    background-color: #f4f4f7;
}

* {
    font-family: 'inter','tot-shizukardgo-stdn', 'noto sans JP', sans-serif;
}

a{
    color: inherit;
    text-decoration: none;
}


/* header ---------- */
header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    border-bottom: solid #b8b8b8 1.2px;
    position: fixed;
    margin-top: -58px;
    background-color: #f4f4f7;
    z-index: 99;
}

.header__container{
    display: flex;
    justify-content: space-between;
    align-items: bottom;
    width: 95%;
    height: 100%;
    max-width: 1200px;
}

.header__logoBox{
    display: block;
    width: auto;
    height: 100%;
}

.header__logoBoxLink{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
}

.header__logoBoxLink img{
    display: block;
    width: auto;
    height: 75%;
}



/* Section01 ----------- */
.section01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100svh - 58px);
    margin-top: 58px;
}

.section01__container{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    width: 95%;
    max-width: 1200px;
    height: 95%;
    background-color: #ffffff5d;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.section01__contentBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
}

.section01__mainTitle{
    display: block;
    width: auto;
    height: auto;
}

.section01__mainTitle p{
    display: block;
    font-weight: 900;
    color: #f9f9f9;
    text-shadow: #282828 1px 0 10px;
    font-size: 52px;
    text-align: left;
    line-height: 1.2;
}

.section01__mainTitle--mobile{
    display: none;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    .section01__mainTitle p{
        font-size: 42px;
    }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .section01__mainTitle p{
        font-size: 46px;
    }

    .section01__mainTitle--mobile{
        display: inline;
    }

    .section01__serviceCards p{
        font-size: 10px;
    }

    .section01__contentBox{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: auto;
        height: auto;
        margin-left: 12px;
        margin-bottom: 12px;
    }
}

.section01__background{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -5;
}

.section01__background img{
    display: block;
    height: 100%;
    width: auto;
}

.section01__serviceCards{
    display: block;
    width: auto;
    height: auto;
    margin-top: 6px;
}

.section01__serviceCards p{
    display: block;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 13px;
}

.section01__serviceCard{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1px 5px;
    background-color:#1297e0;
    border-radius: 3px;
    color: #f9f9f9;
    margin-bottom: 6px;
    margin-right: 5px;
}


/* Section02 ----------- */
.section02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: #fefefe;
}

.section02__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 800px;
    height: auto;
}

.section02__serviceInfoBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
}

.section02__serviceImageBox{
    display: block;
    width: auto;
    height: 240px;
}

.section02__serviceImageBox img{
    display: block;
    width: auto;
    height: 100%;
}

.section02__serviceDescriptionBox{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    height: auto;
    margin: 0 18px;
}

.section02__serviceTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
}

.section02__serviceTitle p{
    display: block;
    font-weight: 700;
    color: #fefefe;
    font-size: 16px;
    background-color:#1297e0;
    padding: 6px 8px;
    border-radius: 4px;
}

.section02__description{
    display: block;
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-left: 2.6px;
}

.section02__description p{
    display: block;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 13px;
    color: #383838;
    line-height: 1.6;
}

.section02__serviceInfoBox:nth-child(2){
    margin-top:70px;
    flex-direction: row-reverse;
}

.section02__description--mobile{
    display: none;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    .section02__description--mobile{
        display:inline;
    }
}

@media screen and (max-width: 640px) {
	/* 640px以下に適用されるCSS（スマホ用） */
    .section02__serviceInfoBox,.section02__serviceInfoBox:nth-child(2){
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .section02__serviceImageBox{
        display: block;
        width: auto;
        height: 220px;
    }
    
    .section02__serviceImageBox img{
        display: block;
        width: auto;
        height: 100%;
    }
    
    .section02__serviceDescriptionBox{
        display: flex;
        flex-direction: column;
        max-width: 380px;
        height: auto;
        margin: 22px;
    }
    
    .section02__serviceTitle{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        height: auto;
    }
    
    .section02__serviceTitle p{
        display: block;
        font-weight: 700;
        color: #fefefe;
        font-size: 16px;
        background-color:#1297e0;
        padding: 6px 8px;
        border-radius: 4px;
    }
    
    .section02__description{
        display: block;
        width: auto;
        height: auto;
        margin-top: 7px;
        margin-left: 2.6px;
    }
    
    .section02__description p{
        display: block;
        width: auto;
        height: auto;
        font-weight: 400;
        font-size: 13px;
        color: #383838;
        line-height: 1.6;
    }
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

}



/* Section03 ----------- */
.section03{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: #f4f4f7;
    overflow: hidden;
}

.section03__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1200px;
    height: auto;
    overflow: visible;
}

.section03__titleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:800px;
    height: auto;
    background-color: #dff4ff;
    border-radius: 24rem;
    padding: 15px 0;
}

.section03__titleBox p:nth-child(1){
    display: block;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 15px;
    color:#1297e0;
}

.section03__titleBox p:nth-child(2){
    display: block;
    width: auto;
    height: auto;
    font-weight: 900;
    font-size: 24px;
    color:#1297e0;
    margin-top: -10px;
}

.section03__serviceBox{
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 95%;
    max-width: 1200px;
    height: auto;
    padding: 35px 0 0 0;
}

.section03__serviceCard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 32%;
    max-width: 320px;
    height: auto;
    margin: 0 7px;
}

.section03__serviceInfo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.section03__serviceLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.section03__serviceLogo img{
    display: block;
    width: auto;
    height: 100%;
}

.section03__serviceTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    width: calc(100% - 42px);
    height: 60px;
    margin-left: 10px;
}

.section03__serviceTitle p:nth-child(1){
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #292929;
}

.section03__serviceTitle p:nth-child(2){
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: #494949;
    margin-top: -5.5px;
}

.section03__descriptionBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    background-color: #fefefe;
    padding: 10px 13px;
    border-radius: 6px;
    margin-top: 15px;
}

.section03__descriptionBox p{
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 12.2px;
    color: #585858;
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    .section03__descriptionBox{
        height: 170px;
    }
}

@media screen and (max-width: 910px) {
	/* 640px以下に適用されるCSS（スマホ用） */
    .section03__serviceBox{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
        height: auto;
        padding: 35px 0 0 0;
    }
    
    .section03__serviceCard{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 15px 0px;
    }

    .section03__descriptionBox{
        height: auto;
        margin-top: 8px;
    }
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

}