@charset "utf-8";

/* レイアウト*/
body{
    font-family: 'Noto Sans JP', sans-serif;
	color: #2f2f2f;
	font-size: 1rem;
	line-height: 1.5;
	-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: 820px) {
body{
	font-size: 0.8rem;
	}
}

*{box-sizing: border-box;}

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

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

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

/* font*/
h1 a,
.top-copy,
.vision01 p,
h3,
h5,
.company-name{
    font-family: 'Noto Serif JP', serif;
}

#pc-nav li a:first-child,
#g-nav li a span:first-child,
h2,
.number,
.point-list span,
.profile-en-name p,
.profile-en-name02 p,
.copyright{
    font-family: 'Roboto', sans-serif;
}

#pc-nav li a:last-child,
#g-nav li a span:last-child,
h2 span{
    font-family: 'Noto Sans JP', sans-serif;
}

#container{
    width: 100%;
}

@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1024px) {
   
}

@media screen and (max-width: 820px) {
    
}

@media screen and (max-width: 550px) {
    
}

@media screen and (max-width: 450px) {
   
}

@media screen and (max-width: 360px) {
   
}

/* main */

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

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

/* title */
h2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    margin-bottom: 80px;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 0.03em;
    max-width: 1500px;
}

h2.title_a{
    color: transparent;
    -webkit-text-stroke: 1px #213167;
    margin-left: 5%;
}

h2.title_b{
    color: #213167;
    -webkit-text-stroke: 0px;
}

h2.title_c{
    color: #213167;
    -webkit-text-stroke: 0px;
    margin-left: 5%;
}

h2 span{
    font-size: 1.2rem;
    color: #4AADAD;
    -webkit-text-stroke: 0px;
    position: relative;
    margin-left: 60px;
    letter-spacing: 0.1em
}

h2 span::before{
    content: '';
    background-color: #4AADAD;
    width: 50px;
    height: 1px;
    position: absolute;
    left: -60px;
    top: 50%;
}

.h2-center{
    display: flex;
    justify-content: center;
}

h3{
    color: #213167;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    h2{
        font-size: 70px;
        margin-bottom: 60px;
    }
    
    h3{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 550px) {
    h2{
        font-size: 55px;
    }
}

/* our-vision */
#our-vision{
    position: relative;
    margin-bottom: 100px;
}

.vision-wrap{
    max-width: 1500px;
    margin: 0 auto;
}

.vision-bg{
    background-color: #D6E0EF;
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: -1;
    top: 25%;
    right: 0;
}

.vision01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vision01 p{
    font-size: 1.8rem;
    font-weight: 700;
    color: #213167;
    text-align: center;
    margin-left: 8%;
}

.vision-name{
    text-align: right;
    font-size: 110%;
    font-weight: 700;
}

.vision01 img{
    width: 50%;
}

.vision02{
    width: 70%;
    background-color: #213167;
    padding: 5%;
    color: #fff;
    line-height: 2.2;
    margin-top: -100px;
}

.vision02 p{
    margin: 0 auto 10px;
}

.vision-big{
    font-size: 150%;
    font-weight: 700;
}

.vision-middle{
    font-size: 110%;
    font-weight: 700;
}

.vision-small{
    font-size: 90%;
}

.vision02 p.mg-30{
    margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    .vision01 p{
        font-size: 1.6rem;
    }
}

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

    .vision-wrap{
        max-width: 1500px;
        margin: 0 auto;
    }
    
    .vision01 p{
        margin-top: -100px;
        margin-left: 5%;
    }

    .vision-bg{
        height: 85%;
        top: 20%;
    }

    .vision01{
        flex-direction: column-reverse;
    }

    .vision01 p{
        font-size: 1.3rem;
        margin: 0 auto;
    }
    
    .vision01 img{
        width: 80%;
        margin: 0 auto 40px;
    }

    .vision-name{
        text-align: right;
        font-size: 110%;
        font-weight: 700;
    }

    .vision01 img{
        width: 80%;
    }

    .vision02{
        width: 90%;
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 390px) {
    .vision-big{
        font-size: 135%;
    }
}

@media screen and (max-width: 360px) {
    .vision-big{
        font-size: 115%;
    }

    .vision-middle{
        font-size: 100%;
    }
}

/* what-can-we-do */
#what-we-can-do img{
    width: 85%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.can-do-detail{
    border: 1px solid #213167;
    width: 85%;
    max-width: 1000px;
    padding: 50px;
    margin: 80px auto 0;
}

.can-do-detail p{
    font-weight: 700;
    color: #213167;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #what-we-can-do img{
        width: 95%;
    }
    
    .can-do-detail{
        padding: 30px;
    }
}

/* about-cfp */
.about-detail{
    background: url("../assets/cfp_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.about-detail img{
    width: 45%;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.about-text{
    width: 65%;
    max-width: 900px;
    margin: 100px auto 50px;
    line-height: 1.8;
}

.about-text p{
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text p:first-of-type{
    margin-bottom: 40px;
}

#about-cfp ul{
    display: flex;
    gap: 10%;
    width: 80%;
    margin: 0 auto;
}

.quote{
    margin: 30px auto 0;
    text-align: center;
}

.quote a{
    color: #213167;
    text-decoration: underline;
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    .about-detail{
        padding-bottom: 60px;
    }
    
    .about-text{
        width: 85%;
    }
    
    #about-cfp ul{
        flex-direction: column;
    }
    
    #about-cfp ul li:first-of-type{
        margin-bottom: 30px;
    }
}

/* consulting */
#consulting01{
    margin-bottom: 100px;
}

.consulting-box{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
}

.consulting-box img{
    width: 50%;
    margin-top: 100px;
    margin-left: -100px;
}

.consulting-bg{
    background-color: #D6E0EF;
    width: 60%;
    min-width: 700px;
    height: 60%;
    min-height: 450px;
    position: absolute;
    z-index: -1;
    top: -150px;
    left: 0;
}

#consulting02 .consulting-bg{
    left: inherit;
    right: 0;
}

.consulting-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #213167;
    width: 600px;
    height: 400px;
    padding-right: 100px;
}

.number{
    font-size: 5rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-right: 10rem;
    margin-bottom: 30px;
}

h4{
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    color: #fff;
}

h4 span:first-of-type{
    font-size: 120%;
}

h4 span:last-of-type{
    font-size: 150%;
}

.point-list{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.point-list li{
    width: 25%;
}

.rank{
    color: #4AADAD;
    font-weight: 700;
    font-size: 180%;
    text-align: center;
    margin-bottom: 20px;
}

.point-list span.point{
    color: #4AADAD;
    font-weight: 700;
    position: relative;
    margin-left: 30px;
}

.point-list span.point::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #4AADAD;
    top: 50%;
    left: -30px;
}

.point-list span.point-number{
    font-size: 150%;
    margin-left: 0.3rem;
}

.point-list img{
    width: 120px;
    display: block;
    margin: 20px auto;
}

.point-list li p:first-of-type{
    color: #213167;
    font-weight: 700;
    font-size: 110%;
    text-align: center;
    margin-top: 10px;
    height: 80px;
}

.detail-list{
    display: flex;
    flex-direction: column;
}

.mgt-1rem{
    margin-top: -1rem;
}

.detail-list li{
    width: 100%;
    text-align: center;
}

.recomend{
    border: 1px solid #213167;
    background-color: #fff;
    padding: 50px 20px;
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 80px auto 0;
}

.recomend p{
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    color: #213167;
    font-size: 120%;
    font-weight: 700;
    position: absolute;
    top: -25px;
}

.recomend-list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10%;
}

.recomend-list li{
    display: flex;
    align-items: center;
    color: #213167;
}

.recomend-inner-list{
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.recomend img{
    width: 20px;
    margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
    .consulting-title{
        width: 420px;
        height: 280px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 767px) {
    #consulting01{
        margin-bottom: 60px;
    }

    .consulting-box{
        flex-direction: column;
        margin-bottom: 60px;
    }

    .consulting-box img{
        width: 90%;
        margin: 50px 0 0 10%;
        text-align: left;
        display: block;
    }

    .consulting-bg{
        width: 60%;
        min-width: inherit;
        height: 60%;
        min-height: 450px;
        position: absolute;
        top: -120px;
        left: 0;
    }
    
    #consulting02 .consulting-bg{
        left: 0;
    }

    .consulting-title{
        width: 85%;
        height: auto;
        padding: 20px 10px;
        flex-direction: initial;
        margin: 0;
    }

    .number{
        font-size: 3rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .point-list{
        flex-direction: column;
        gap: 40px;
    }

    .point-list li{
        width: 80%;
        max-width: 360px;
        margin: 0 auto;
    }
    
    .point-list li p:first-of-type{
        height: auto;
        margin-bottom: 20px;
    }

    .rank{
        color: #4AADAD;
        font-weight: 700;
        font-size: 180%;
        text-align: center;
        margin-bottom: 20px;
    }

    .point-list img{
        width: 150px;
        margin: 0 auto;
    }

    .detail-list{
        display: flex;
        flex-direction: column;
    }

    .mgt-1rem{
        margin-top: -1rem;
    }

    .detail-list li{
        width: 100%;
        text-align: center;
    }

    .recomend{
        width: 85%;
        padding: 10px 40px 30px;
        margin-top: 40px;
    }

    .recomend-list{
        flex-direction: column;
    }
    
    .recomend-inner-list{
        margin-top: 20px;
    }

    .recomend img{
        width: 20px;
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 330px) {
    h4 span:last-of-type{
        font-size: 130%;
    }
    
    .recomend{
        padding: 10px 20px 30px;
    }
    
    .recomend-list li{
        font-size: 95%;
    }
}

/* profile */
#profile ul{
    display: flex;
    line-height: 1.6;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
}

#profile ul:last-of-type{
    flex-direction: row-reverse;
}

#profile li:first-of-type{
    position: relative;
}

.prof-img01{
    display: block;
    width: 400px;
    height: 400px;
    margin: 50px 0 0 100px;
}

.profile-bg{
    background-color: #D1EAEA;
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: -1;
    left: 350px;
}

.profile-jp-name{
    background-color: #213167;
    color: #fff;
    width: 400px;
    height: 220px;
    position: absolute;
    top: 380px;
    z-index: -1;
    font-weight: 700;
    font-size: 130%;
    padding: 90px 0 0 200px;
    display: flex;
    flex-direction: column;
}

/*.profile-jp-name span:first-of-type,
.profile-jp-name02 span:first-of-type{
    color: #4AADAD;
    font-size: 85%;
    font-weight: 400;
}*/

.profile-en-name{
    background-color: #D9D9D9;
    color: #213167;
    width: 350px;
    height: 220px;
    position: absolute;
    top: 500px;
    left: 200px;
    z-index: -2;
    padding: 90px 0 0 200px;
}

.profile-en-name p{
    width: 300px;
    text-transform: uppercase;
    overflow: visible;
    position: absolute;
    font-weight: 700;
    font-size: 3rem;
    top: 120px;
    left: 120px;
}

#profile li.prof-list02{
    width: 50%;
    max-width: 750px;
    position: relative;
    background-color: #D6E0EF;
    box-shadow: 0 0 0 20px #D6E0EF;
    border: 1px solid #213167;
    padding: 50px 30px;
    color: #213167;
    right: 20px;
    margin: 200px 0 100px 0;
}

#profile li dd{
   margin: 0 0 10px 1rem;
}

#profile li dd:last-of-type{
   margin-bottom: 0;
}

.prof-img02{
    display: block;
    width: 400px;
    height: 400px;
    margin: 50px 100px 0 0;
}

#profile li.prof-list04{
    width: 50%;
    max-width: 750px;
    position: relative;
    background-color: #D6E0EF;
    box-shadow: 0 0 0 20px #D6E0EF;
    border: 1px solid #213167;
    padding: 50px 30px;
    color: #213167;
    left: 20px;
    margin: 200px 0 0;
}

.profile-bg02{
    background-color: #D1EAEA;
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: -1;
    right: 350px;
}

.profile-jp-name02{
    background-color: #213167;
    color: #fff;
    width: 400px;
    height: 220px;
    position: absolute;
    top: 380px;
    z-index: -1;
    font-weight: 700;
    font-size: 120%;
    padding: 90px 0 0 120px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.profile-jp-name02 p:first-of-type{
    color: #4AADAD;
}

.profile-en-name02{
    background-color: #D9D9D9;
    color: #213167;
    width: 300px;
    height: 220px;
    position: absolute;
    top: 500px;
    right: 200px;
    z-index: -2;
    font-weight: 700;
    font-size: 3rem;
    padding: 90px 0 0 120px;
}

.profile-en-name02 p{
    width: 100%;
    text-transform: uppercase;
    overflow: visible;
    position: absolute;
    top: 120px;
    right: 50px;
}

@media screen and (max-width: 1300px) {
    .profile-en-name p{
        left: -100px;
    }
    
    .profile-en-name02 p{
        right: -150px;
    }
}

@media screen and (max-width: 1023px) {
    #profile ul,
    #profile ul:last-of-type{
       flex-direction: column;
    }
    
    #profile ul:last-of-type{
       margin-top: 60px;
    }
    
    .prof-img01,
    .prof-img02{
        width: 300px;
        height: 300px;
        margin: 50px auto 0;
    }

    .profile-bg,
    .profile-bg02{
        width: 60%;
        left: inherit;
        right: 0;
    }
    
    .profile-bg02{
        left: 0;
    }

    .profile-jp-name,
    .profile-jp-name02{
        top: 270px;
        width: 55%;
        height: auto;
        padding: 100px 0 40px;
        text-align: center;
    }

    .profile-en-name,
    .profile-en-name02{
        width: 60%;
        height: 150px;
        top: 400px;
        padding: 80px 0 0 50px;
        left: inherit;
        right: inherit;
    }
    
    .profile-en-name{
        right: 20%;
    }
    
    .profile-en-name02{
        left: 20%;
    }
    
    .profile-en-name p,
    .profile-en-name02 p{
        width: 220px;
        font-size: 1.8rem;
        position: initial;
    }
    
    #profile li:first-of-type{
        width: 100%;
        max-width: 600px;
        margin: 0 auto 250px;
    }

    #profile li.prof-list02,
    #profile li.prof-list04{
        width: 80%;
        max-width: 550px;
        box-shadow: 0 0 0 15px #D6E0EF;
        position: inherit;
        padding: 20px;
        right: 0;
        margin: 0 auto;
    }

    .prof-item{
        margin-bottom: 30px;
    }

    .prof-item:last-of-type{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
    #profile li.prof-list02,
    #profile li.prof-list04{
        width: 85%;
        box-shadow: 0 0 0 10px #D6E0EF;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 330px) {
     .prof-img01,
     .prof-img02{
        width: 280px;
        height: 280px;
    }
}

/* company */
#company table{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
    color: #213167;
}

#company th{
	width: 20%;
	padding: 20px 0 20px 2rem;
	text-align: left;
    font-weight: 700;
}

#company td{
    width: 90%;
	padding: 20px 0 20px 2rem;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.company-item_a{
	background-color: #D6E0EF;
}

.company-item_b{
	background-color: #D9D9D9;
}

#company td span{
    margin-right: 1rem;
}

#company td img{
    width: 150px;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    #company th{
        min-width: 98px;
        padding: 20px 1rem;
    }
}

/* contact */
#contact{
    text-align: center;
    margin-bottom: 100px;
}

.contact-lead{
    width: 60%;
    margin: 0 auto;
}

.contact-lead p:first-of-type{
    font-size: 110%;
    margin-bottom: 10px;
}

form{
    max-width: 1000px;
	margin: 60px auto 0;
    text-align: left;
}

#contact ul{
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

#contact dl{
    margin-bottom: 20px;
    color: #213167;
    font-weight: 500;
}

#contact li,
#contact dt{
    margin-bottom: 10px;
}

#contact input,
button,
textarea,
select{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
}

#contact ul input[type='text'] , 
#contact ul input[type='email'] , 
#contact ul textarea{
	width: 100%;
	background: #EFF3F9;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact ul input[type='text'] , input[type='email'] {
	height: 50px;
}

#contact .submit-btn{
    width: 150px;
    margin: 0 auto;
}

#contact input[type='submit']{
	background-color: #213167;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 5px 20px;
    width: 150px;
    margin: 2rem auto 0;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    border: 2px solid #213167;
	background-color: #fff;
    color: #213167;
} 

#contact ul textarea{
	height: 200px;
    border-radius: 0;
}

.required{
	font-size: 85%;
    font-weight: bold;
	color: #4AADAD;
	margin-left: 10px;
}

.notice{
    font-weight: 400;
    font-size: 90%;
}

@media screen and (max-width:550px) {
    .contact-lead{
        width: 78%;
    }
    
    form{
        width: 95%;
    }
    
    #contact ul{
        width: 90%;
    }
}

@media screen and (max-width: 428px) {
     .contact-lead{
        width: 88%;
    }
    
    .contact-lead p{
        text-align: left;
    }
}

/* footer */
#footer{
    background-color: #213167;
    padding: 30px 5% 20px;
    color: #fff;
    text-align: center;
}

#footer .sns-list{
    justify-content: flex-start;
}

.copyright{
    font-size: 90%;
    font-weight: 700;
}

/* thanks.html */
.main{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#thx{
    width: 80%;
    margin: 0 auto 100px;
    text-align: center;
}

#thx img{
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 50px;
}

#thx p{
    color: #213167;
}

#thx p:first-of-type{
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 20px;
}

#thx p:last-of-type{
    margin-bottom: 50px;
}

.back-btn{
    text-align: center;
}

.back-btn a{
	background-color: #213167;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    padding: 5px 20px;
    width: 150px;
    margin: 2rem auto 0;
    transition: all .3s;
}

.back-btn a:hover{
    border: 2px solid #213167;
	background-color: #fff;
    color: #213167;
}

@media screen and (max-width: 767px) {
    #thx{
        text-align: left;
    }
}