@charset "utf-8";

/* レイアウト*/
body{
    font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	background-color: #fff;
}

@media screen and (max-width: 990px) {
body{
	font-size: 0.85rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font*/
.crimson{
    font-family: "Crimson Text", serif;
}

.serif{
    font-family: "Noto Serif", serif;
}

.blue{
    color: #028BFE;
}

.orange{
    color: #EB7333;
}

.bold{
    font-weight: 700;
}

.semi-bold{
    font-weight: 600;
}

.marker{
    background:linear-gradient(transparent 60%, #C3E3FF 60%);
}
.big{
    font-size: 120%;
}
/* title */
h2.type01{
    background-color: #BDE0FF;
    width: 500px;
    height: 300px;
    border-radius: 0 150px 150px 0;
    display: flex;
    align-items: center;
    padding-left: 100px;
    position: relative;
    margin-bottom: 50px;
}

.tate{
    writing-mode: vertical-rl;
    letter-spacing: 0.2rem;
    font-size: 85%;
    position: relative;
    padding-left: 12px;
}

.tate::before{
    content:'';
    position: absolute;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #EB7333;
    border-radius: 4px;
}

h2.type01 p:nth-of-type(2){
    font-size: 300%;
    text-transform: capitalize;
    position: absolute;
    left: 180px;
    width: 100%;
}

h2.type02{
    text-align: center;
    margin-bottom: 50px;
}

h2.type02 p:nth-of-type(1){
    font-size: 300%;
    text-transform: capitalize;
}

h2.type02 p:nth-of-type(2){
    position: relative;
    display: inline;
    font-size: 85%;
}

h2.type02 p:nth-of-type(2)::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #EB7333;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX( -50%);
    border-radius: 4px;
}

@media screen and (max-width: 990px) {
    h2.type01{
        width: 420px;
        height: 250px;
        border-radius: 0 125px 125px 0;
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    h2.type01{
        width: 250px;
        height: 200px;
        border-radius: 0 100px 100px 0;
        padding-left: 40px;
    }
    
    h2.type01 p:nth-of-type(2){
        font-size: 250%;
        left: 100px;
        width: 280px;
    }
    
    h2.type02 p:nth-of-type(1){
        font-size: 250%;
    }
}

@media screen and (max-width: 450px) {
    h2.type01{
        height: 180px;
        border-radius: 0 90px 90px 0;
        padding-left: 30px;
    }
    
    h2.type01 p:nth-of-type(2){
        font-size: 200%;
        width: 220px;
    }
    
    h2.type02 p:nth-of-type(1){
        font-size: 200%;
    }
}

/* mv */
#top-main{
	width: 100%;
    height: 100vh;
    position: relative;
    background: url("../assets/mv_bg_pc.jpg") center no-repeat;
    background-size: cover;
    z-index: -1;
}

#top-main::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 1;
}

.top-copy{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate( -50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 100%;
}

.top-copy p:first-of-type{
    font-size: 250%
}

.top-copy p:last-of-type{
    width: 400px;
    margin: 30px auto 0;
    font-size: 120%;
}

.mv-streetscape{
    position: absolute;
    bottom: 59px;
    left: 50%;
    transform: translateX( -50%);
    width: 90%;
    max-width: 930px;
}

@media screen and (max-width: 1024px) {
    #top-main{
        height: 80vh;
    }
    
    #top-main::after{
        height: 30px;
    }
    
    .mv-streetscape{
        bottom: 29px;
    }
}

@media screen and (max-width: 990px) {
    .top-copy p:last-of-type{
        width: 310px;
    }
}

@media screen and (max-width: 550px) {
    .top-copy p:first-of-type{
        font-size: 180%
    }
    
    .top-copy p:last-of-type{
        font-size: 110%;
        width: 285px;
    }
}

@media screen and (max-width: 450px) {
    .top-copy{
        top: 50%;
    }
    
    .top-copy p:first-of-type{
        font-size: 150%
    }
}

/* section */
section{
    padding-top: 100px;
}

#container{
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    section{
        padding-top: 60px;
    }

    #container{
        margin-bottom: 80px;
    }
}

/* vision */
#vision h2.type01{
    margin-bottom: 100px;
}

.vision-container{
    display: flex;
    align-items: center;
    gap: 150px;
}

.vision-text{
    margin: 0 0 0 100px;
}

.vision-text p{
    margin-bottom: 20px;
}

.emphasis{
    font-size: 110%;
}

.vision-img{
    width: 90%;
    min-width: 540px;
}

@media screen and (max-width: 1150px) {
    .vision-container{
        gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .vision-container{
        flex-direction: column;
        align-items: stretch;
    }
    
    .vision-text{
        width: 90%;
        max-width: 550px;
    }
    
    .vision-img{
        max-width: 630px;
        margin-left: auto;
        min-width: inherit;
    }
}

@media screen and (max-width: 990px) {
    .vision-text{
        margin: 0 0 0 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 767px) {
    #vision h2.type01{
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 450px) {
    .vision-container{
        align-items: center;
    }
    
    .vision-text{
        margin: 0 0 0 30px;
        padding-right: 30px;
    }
}

/* profile */
#profile h2.type02{
    margin-bottom: 230px;
}

.profile-container{
    position: relative;
    display: flex;
    align-items: center;
    gap: 150px;
}

.profile-container::before{
    content: '';
    position: absolute;
    top: -180px;
    right: 0;
    width: 90%;
    height: calc(100% + 180px);
    background-color:  #E2F2FD;
    border-radius: 300px 0 0 300px;
    z-index: -1;
}

.profile-img{
    width: 50%;
    max-width: 630px;
    margin-top: -180px;
}

.profile-text{
    width: 90%;
    max-width: 750px;
    padding-right: 100px;
    padding-bottom: 180px;
}

.name p:nth-of-type(2){
    font-size: 120%;
    margin-bottom: 30px;
}

.biography p:last-of-type{
    margin-top: 20px;
}

@media screen and (max-width: 1150px) {
    .profile-container{
        gap: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .profile-container{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    
    .profile-img{
        width: 70%;
        margin-top: -100px;
        margin-right: auto;
    }

    .profile-text{
        padding: 0 100px 100px;
        margin-left: auto;
        max-width: 680px;
    }
}

@media screen and (max-width: 767px) {
    #profile h2.type02{
        margin-bottom: 180px;
    }
    
    .profile-container::before{
        width: 100%;
        top: -150px;
        height: calc(100% + 150px);
        border-radius: 0;
    }
    
    .profile-text{
        width: 100%;
        padding: 0 40px 50px;
    }
}

@media screen and (max-width: 450px) {
    .profile-text{
        padding: 0 30px 50px;
    }
}

/* service */
#service h2.type01{
    margin-bottom: 100px;
}

.service-item{
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    gap: 50px;
}

.service-item02{
    flex-direction: row-reverse;
}

.service-item:last-of-type{
    margin-bottom: 70px;
}

.service-box{
    max-width: 580px;
    margin: 0 100px;
}

h3{
    margin-bottom: 40px;
    font-size: 180%;
    border-bottom: 2px dashed #EB7333;
    display: inline-block;
}

.service-text p:first-of-type{
    margin-bottom: 30px;
}

.service-text p:nth-of-type(2){
    font-size: 110%;
    margin-bottom: 15px;
}

.service-text ul{
    margin-bottom: 20px;
}

.point{
    position: relative;
    margin-top: 80px;
}

.point::after{
    content: '';
    width: 250px;
    height: 250px;
    background-color: #E2F2FD;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: -100px;
    z-index: -1;
}

.point p{
    font-size: 200%;
}

.point ol{
    margin-left: 1rem;
    font-weight: 700;
}

.point ol li{
    padding-left: .5rem;
}

.service-item .service-img{
    width: 45%;
    min-width: 540px;
    margin-left: auto;
}

.service-item02 .service-img{
    margin-left: inherit;
    margin-right: auto;
}

.service-text li,
.point li{
    margin-bottom: 5px;
}

.service-text li:last-of-type,
.point li:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 1150px) {
    .service-item{
        gap: 0;
    }
}

@media screen and (max-width: 1024px) {
    .service-item{
        flex-direction: column;
        gap: 100px;
    }
    
    .service-item02{
        gap: 150px;
    }
}

@media screen and (max-width: 990px) {
    .point::after{
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    #service h2.type01 {
        margin-bottom: 60px;
    }
    
    .service-item{
        margin-bottom: 100px;
        gap: 60px;
    }
    
    .service-item:last-of-type{
        margin-bottom: 50px;
    }
    
    .service-item02{
        gap: 100px;
    }
    
    .service-item .service-img{
        width: 80%;
        min-width: inherit;
    }
    
    .service-box{
        margin: 0 40px;
    }
    
    .point::after{
        left: -60px;
    }
}

@media screen and (max-width: 550px) {
    .point::after{
        left: -40px;
    }
}

@media screen and (max-width: 450px) {
    .service-box{
        margin: 0 30px;
    }
    
    .point::after{
        left: -30px;
    }
}

/* flow */
#flow h2.type01{
    margin-bottom: 130px;
}

#flow li{
    display: flex;
    align-items: center;
    gap: 20%;
    margin-left: 20%;
    position: relative;
}

#flow li::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -80px;
    background-color: #EDEDED;
    width: 100%;
    height: calc(100% + 80px);
    border-radius: 200px 0 0 200px;
}

#flow li:first-of-type,
#flow li:nth-of-type(2){
    margin-bottom: 150px;
}

#flow li:first-of-type::after,
#flow li:nth-of-type(2)::after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #028BFE;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -55px;
}

.flow-text{
    max-width: 560px;
    padding: 0 80px 80px 0;
}

.flow-text p{
    margin-bottom: 15px;
}

.flow-text p:last-of-type{
    margin-bottom: 0;
}

.flow-mail{
    font-size: 150%;
}

.flow-phone{
    display: flex;
    flex-direction: column;
}

.flow-phone span:first-of-type{
    font-size: 200%;
}

.flow-phone span:last-of-type{
    margin-top: -10px;
}

.step{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -2rem;
    margin-top: -80px;
}

.step span:first-of-type{
    font-size: 200%;
    text-transform: uppercase;
}

.step span:last-of-type{
    font-size: 400%;
    margin-top: -20px;
}

@media screen and (max-width: 767px) {
    #flow li{
        flex-direction: column;
        margin-left: 0;
    }

    #flow li::before{
        border-radius: 0;
    }
    
    .step{
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        margin: -105px auto 20px;
    }
    
    .step span:first-of-type{
        padding-top: .3rem;
    }
    
    .flow-text{
        padding: 0 40px 60px;
    }
    
    
    #flow li:first-of-type::after,
    #flow li:nth-of-type(2)::after{
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 25px solid #028BFE;
        transform: translateX( -50%);
        bottom: -45px;
    }
}

@media screen and (max-width: 450px) {
    .flow-text{
        padding: 0 30px 60px;
    }
}

/* about */
#about h2.type02{
    margin-bottom: 130px;
}

.about-container{
    position: relative;
    margin-left: 10%;
}

.about-container::before{
    content: '';
    position: absolute;
    top: -80px;
    width: 100%;
    height: calc(100% + 80px);
    background-color: #EEF8FE;
    border-radius: 200px 0 0 200px;
    z-index: -1;
}

dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
    padding: 0 40px;
}

dl a{
    color: #000;
}

dt{
    font-weight: 700;
    width: 25%;
    padding: 15px 0;
    border-bottom: 1px dashed #000;
}

dd{
    width: 75%;
    padding: 15px 0;
    border-bottom: 1px dashed #000;
}

.map {
    aspect-ratio: 16 / 9;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 25px;
}

.map iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 70px;
}

.map p{
    padding-bottom: 80px;
}

@media screen and (max-width: 820px) {
    dl{
        max-width: 650px;
    }
    .map {
        max-width:700px;
    }
}
@media screen and (max-width: 767px) {
    #about h2.type02{
        margin-bottom: 100px;
    }
    
    .about-container{
        margin-left: 0;
    }
    
    .about-container::before{
        top: -50px;
        height: calc(100% + 50px);
        border-radius: 0;
    }
    
    .map p{
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .map{
        padding: 0 5%;
    }
    
    .map iframe{
        border-radius: 0;
    }
}

@media screen and (max-width: 450px) {
    dl{
        padding: 0 30px;
    }
}

/* contact */
.contact-lead{
    text-align: center;
    margin-bottom: 40px;
}

#contact ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#contact li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#contact li img{
    width: 100px;
    height: 100px;
}

.mail-text p:nth-of-type(2){
    font-size: 150%;
}

.phone-text p:nth-of-type(2){
    font-size: 200%;
}

.phone-text p:nth-of-type(3){
    font-size: 90%;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    #contact ul{
        gap: 40px;
    }
    
    #contact li{
        gap: 15px;
    }
    
    #contact li img{
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 600px) {
    #contact ul{
        flex-direction: column;
    }
    
    #contact li{
        justify-content: flex-start;
        width: 300px;
    }
}

/* footer */
#footer{
    position: relative;
    margin-top: 120px;
}

#footer img{
    display: block;
    width: 90%;
    max-width: 930px;
    margin: 0 auto;
}

.copyright{
    color: #fff;
    font-size: 90%;
    position: absolute;
    z-index: 1;
    padding: 20px 0;
    background-color: #028BFE;
    width: 100%;
    text-align: center;
    margin-top: -2px;
}