/* ----- body ---------------------- */    
*{
    color: #000;
    font-family: "Noto Sans JP";
}
html { scroll-behavior: smooth;}

img{
    width:100%;
    height:auto;
    display:block;
}
a{
    display: inline-block;
}
a:hover{
    opacity: 0.7;
    transition: .3s;
}
.sp{
    display: block;
}
@media screen and (max-width: 768px){
    .sp{
        display: none;
    }
}

/* ----- header ---------------------- */    

.header__logo {
    width: 80px;
    height: auto;
    margin: 20px 0 0 40px;
}

@media screen and (max-width: 768px){
    .header__logo{
        width: 50px;
        margin: 9px 0 0 15px;
    }
}

/* ----- main  sec01 ---------------------- */ 

.main__inner {
    margin-bottom: 150px;
}

.main__ttl_wrap {
    max-width: 1040px;
    margin: 0 auto;
}

.main__ttl_area {
    background-color: #E8F8FF;
    border-left: 10px solid #0029C8;
    margin: 150px 15px 50px;
    padding: 12px 0 12px 45px;
}

.main__ttl_txt {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 28px */
}
@media screen and (max-width: 768px){
	.main__ttl_txt{
		font-size: 20px;
	}
}

.main__wrap {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}

.sec__txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    margin-bottom: 40px;
}

.sec__profile_area {
    display: flex;
    background-color:  #F2F2F2;
    align-items: center;
	margin-top: 30px;
}

.profile_img {
    max-width: 270px;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
}

.profile_txt {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px; /* 181.25% */
    margin: 39px 35px;
}

.sec__list_area {
    max-width: 581px;
    margin: 60px auto 50px;
    padding: 40px 3%;
    background-color: #E8F8FF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sec__list {
    display: block;
}

.sec__list_item {
    display: flex;
    align-items:baseline;
    gap: 16px;
}

.sec__list_number {
    color: #0029C8;
    font-family: Jost;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px; /* 187.5% */

}

.sec__list_link {
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 768px){
    .main__sec01 .main__wrap{
        padding: 0;
    }
    .main__ttl_area{
        margin-top: 50px;
        border-width:5px;
        margin-bottom:30px;
    }
    .sec__list_area {
        max-width: 400px;
        margin: 30px auto;
        padding: 20px 5%;
    }
    .sec__profile_area{
        flex-direction: column;
    }
    .sec__txt{
        margin: 30px 15px;
    }
    .profile_txt{
        margin: 25px;
    }
}

@media screen and (max-width: 500px){
    .main__inner {
        margin-bottom: 80px;
    }
    .main__ttl_area{
        padding-left: 7px;
    }
    .sec__list_area {
        max-width: 305px;
    }
    .profile_img{
        max-width: none;
    }
}

/* ----- main sec02~sec07 ---------------------- */  
.sec__ttl_area {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    font-weight: 700;
    height: 80px;
    background-color: #E8F8FF;
}

.sec__ttl_number {
    display: inline-block;
    width: 80px;
    height:80px;
    color: #FFFFFF;
    font-family: Jost;
    font-size: 40px;
    font-weight: 700;
    background-color: #0029C8;
    text-align: center;
    padding-top: 16px;
	flex-shrink: 0;
}
@media screen and (max-width: 767px){
	.sec__ttl_number{
		font-size: 24px;
		width: 60px;
		height: 60px;
	}
	.sec__ttl_area{
		height: 60px;
	}
}

.sec__ttl_txt{
    font-size: 24px;
    margin-left: 22px;
}
@media screen and (max-width: 767px){
	.sec__ttl_txt{
		font-size: 20px;
		margin-left: 3%;
	}
}
.sec__img_txt {
    font-size:14px;
    margin: 10px 0 40px;
}

.works__ttl_area{
    background-color: #0029C8;
    height: 50px;
    margin-bottom: 21px;
    text-align: center;
    padding: 10px;
}
.works__ttl{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}
.works__area {
    background-color: #E8F8FF;
    padding: 40px;
    margin-bottom: 20px;
}
.works__area:last-child{
    margin-bottom: 40px;
}

.works__sub_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
}

.sub__ttl_icon {
    width: 15px;
    height: auto;
}

.sub__ttl_txt {
    color: #0029C8;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.works__box {
    text-align: center;
}

.works__list {
    display: flex;
    width: 100%;
    align-items:first baseline;
    border-bottom: solid 1px #B5B5B5;
    gap: 20px;
}
.works__list:last-child{
    border-bottom: none;
}

.works__item {
    font-size: 16px;
    font-weight: 800;
    width: 128px;
    text-align: start;
}

.works__item_txt {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    padding: 15px 0;
}

@media screen and (max-width: 768px){
    .works__list{
        flex-direction: column;
        gap: 0;
        margin-top: 20px;
    }
    .works__sub_ttl{
        margin-bottom: 0;
    }
    .works__area{
        padding: 20px;
    }
    .sub__ttl_txt{
        font-size:  20px;
    }
    .sub__ttl_icon {
        width: 11px;
        height: auto;
    }


}















/* ----- footer ---------------------- */ 

.footer__area{
    height: 366px;
    background-color:  #EBEBEB;
    text-align: center;
    padding: 70px 0;
}

.footer__logo {
    width: 80px;
}

.footer__info {
    text-align: left;
    margin-top: 40px;
    display: inline-block;
}

.footer__info_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    word-wrap: break-word
}

.footer__copy {
    text-align: center;
    font-size: 10px;
    margin: 60px 0 10px 0;
}
@media screen and (max-width: 500px){
    .footer__area{
        padding: 45px 15px 10px;
    }
}


.marker{
	background: linear-gradient(transparent 50%, #FDFF7F 50%);
	font-weight: 500;
}