@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;
}

*{box-sizing: border-box;}

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

a{
	text-decoration: none;
    outline: none;
    color: #000;
}

a:hover{
	opacity: 0.5;
}

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

/* font*/
.english-title,
.number{
    font-family: 'Open Sans', sans-serif;
}

/*-----------------
   各ページ共通部分   
-----------------*/
/* header */
#header{
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
}

h1 {
    width: 250px;
}

#pc-nav{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 80px;
    padding: 20px 0 20px 20px;
}

#pc-nav ul{
    display: flex;
    align-items: center;
}

#pc-nav li{
    padding: 0 20px;
}

#pc-nav li a{
    color: #2C4E92;
    font-weight: 700;
}


#pc-nav li:last-of-type{
    background-color: #2C4E92;
    padding: 10px 30px;
    margin-left: 10px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
}

#pc-nav li:last-of-type p{
    color: #fff;
    display: flex;
    align-items: center;
}

.phone-number{
    font-size: 120%;
}

.fixed-footer{
    display: none;
}

/* main */
#main-area{
    margin-top: 100px;
}

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

h2 p{
    color: #2C4E92;
}

.english-title{
    display: block;
    margin-top: -15px;
    color: #D4E2ED;
    text-transform: uppercase;
    font-size: 150%;
}

.btn a{
    color: #fff;
    border: 1px solid #2C4E92;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #2C4E92;
    font-weight: 700;
    width: 30%;
    min-width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer */
#footer{
    background-color: #2C4E92;
}

#information{
    width: 270px;
    margin: 0 auto;
    color: #fff;
    padding: 60px 0 40px;
}

.footer-logo{
    width: 250px;
    margin-bottom: 20px;
}

.address{
    margin-bottom: 15px;
}

hr{
    width: 95%;
    margin: 0 auto 30px;
}
.footer-foot{
    display: flex;
    justify-content: space-around;
    max-width: 980px;
    margin: 0 auto;
}

#siteMap{
    display: flex;
    justify-content: center
}

#siteMap a{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 90%;
    font-weight: 700;
}

#siteMap li a::after{
    content: "|";
    padding: 0 20px;
}

#siteMap li:last-of-type a::after{
    content: none;
}

.copyright{
    color: #fff;
    text-align: center;
    font-size: 90%;
    padding-bottom: 30px;
}

/*---------------
   メインビュー   
----------------*/
/* mv */
#top-main{
    background: url("../images/mv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.top-copy{
    position: absolute;
    top: 25%;
    left: 15%;
    font-size: 250%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.top-copy span.text-big{
    font-size: 120%;
}

/*---------------
   TOPコンテンツ   
----------------*/
/* introduction */
#introduction{
    margin-bottom: 100px;
    padding: 0 10px;
}

#introduction p{
    margin-bottom: 15px;
    text-align: center;
}

#introduction p:nth-of-type(2){
    font-weight: 700;
    font-size: 120%;
}

/* top-service */
#top-service{
    background-color: #FAF6EC;
    padding: 80px 0;
}

.service-list{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.service-item{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.service-item02{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.service-item img{
    width: 400px;
    height: 300px;
}

.service-number,
.service-number02{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-number .number{
    color: #2C4E92;
    font-weight: 700;
    font-size: 220%;
}

.line{
    width: 60%;
    height: 1px;
    background-color: #000;
    margin-right: 30px;
}

.line02{
    margin-right: 0;
    margin-left: 30px;
}

h3{
    color: #2C4E92;
    text-align: center;
    margin-bottom: 30px;
}

.service-box{
    width: 450px;
    margin-left: 5%;
    text-align: center;
}

.service-box02{
    margin-left: 0;
    margin-right: 5%;
}

.service-box ul{
    text-align: left;
    width: 180px;
    margin: 0 auto;
}

/* top-about */
#top-about{
    max-width: 1200px;
    width: 90%;
    margin: 100px auto;
}

#top-about ul{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

#top-about img{
    width: 480px;
    height: 360px;
}

#top-about li:last-of-type{
   background-color: #efefef;
    padding: 80px 80px 80px 15%;
    margin: 100px 0 0 -10%;
    z-index: -1;
    width: 58%;
}

#top-about li p{
    margin-bottom: 15px;
}

#top-about li p:last-of-type{
    margin-bottom: 0;
}

/* contact */
#contact{
    margin: 0 auto 100px;
    max-width: 1200px;
    width: 95%;
}

#contact ul{
    display: flex;
    justify-content: center;
}

#contact li:first-of-type{
    width: 480px;
}

#contact li:first-of-type{
    padding: 0 50px;
}

#contact li:first-of-type p:first-of-type{
    font-size: 130%;
}

#contact li:first-of-type p{
    margin-bottom: 15px;
}

#contact li:last-of-type{
    background-color: #D4E2ED;
    color: #2C4E92;
    text-align: center;
    font-weight: 700;
    padding: 25px 30px 40px 15px;
    width: 400px;
    height: 185px;
    position: relative;
    z-index: 2;
}

#contact li:last-of-type::after{
    content: '';
    border: 1px solid #2C4E92;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
}

#contact li:last-of-type a{
    display: block;
    color: #2C4E92;
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 10px;
}

#contact li:last-of-type p:last-of-type{
    font-size: 90%;
}

/*TOP 990px以下*/
@media screen and (max-width: 990px) {
    #pc-nav ul{
        display: none;
    }
    
    #main-area{
        margin-top: 60px;
    }
    
    h2{
        margin-bottom: 30px;
    }
    
    .footer-foot{
        flex-direction: column;
    }
    
    #siteMap{
        margin-bottom: 20px;
    }
    
    #introduction{
        margin-bottom: 60px;
    }
    
    #top-service{
        padding: 50px 0;
    }
    
    .service-item{
        flex-direction: column-reverse;
    }
    
    .service-box{
        margin: 0 auto 40px;
    }
    
    .service-item img{
        margin: 0 auto;
    }
    
    #top-about{
        margin: 60px auto;
    }
    
    #top-about img{
       width: 400px;
        height: 300px;
    }
    #top-about ul{
        margin-bottom: 60px;
    }
    
    #top-about li:last-of-type {
        padding: 50px 50px 50px 15%;
        width: 62%;
    }
    
    #contact{
        margin-bottom: 60px;
    }
    
    #contact ul{
        flex-direction: column;
    }
    
    #contact li:first-of-type {
        margin: 0 auto 40px;
        padding: 0;
    }
    
    #contact li:last-of-type {
        margin: 0 auto;
    }
}

/*TOP 820px以下*/
@media screen and (max-width: 820px) {
    body{
        font-size: 0.8rem;
    }
    
    .service-box ul{
        width: 150px;
    }
    
    #top-about ul{
        flex-direction: column;
    }
    
    #top-about img{
        display: block;
        margin: 0 auto 40px;
    }

    #top-about li:last-of-type {
        margin: 0 auto;
        padding: 40px;
        width: 70%;
    }
}

/*TOP 540px以下*/
@media screen and (max-width: 540px) {
    h1{
        width: 200px;
    }
    
    .top-copy{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .service-item img,
    .service-box,
    .service-box02,
    #top-about img,
    #contact li:first-of-type{
        width: 90%;
        height: auto;
    }
    
    #top-about li:last-of-type{
        width: 95%;
    }
    
    #contact li:last-of-type{
        width: 85%;
        height: auto;
        padding: 15px 20px 30px 5px;
    }
    
    #contact li:last-of-type::after{
        top: -10px;
        left: -10px;
    }
    
    .footer-logo{
        width: 200px;
    }
    
    #siteMap li a::after{
        padding: 0 5px;
    }
}

/*TOP 428px以下*/
@media screen and (max-width: 428px) {
    #introduction p:nth-of-type(2){
        font-size: 110%;
    }
    
    #top-about li:last-of-type{
        padding: 40px 25px;
    }
    
    .copyright{
        padding-bottom: 70px;
    }
}

/*TOP 320px以下*/
@media screen and (max-width: 320px) {
    #introduction p{
        text-align: left;
    }
    
    #introduction p:nth-of-type(2){
        font-size: 100%;
    }
    
    #contact li:last-of-type p:last-of-type {
        font-size: 82%;
    }
    
    .service-item img,
    .service-box,
    .service-box02,
    #top-about li:last-of-type,
    #top-about img,
    #contact li:first-of-type{
        width: 96%;
    }
}

/*---------------

   下層ページ   

----------------*/

/*--------------
 レイアウト（共通)
----------------*/
#low-main{
    margin-top: 100px;
}

/* 下層ページ共通 990px以下 */
@media screen and (max-width: 990px) {
    
}

/*--------
 about 
--------*/
/* greeting */
#greeting{
    display: flex;
    justify-content: center;
    margin: 0 auto 100px;
    max-width: 1050px;
    width: 90%;
}

#greeting img{
    width: 486px;
    height: 324px;
}

.greeting-box{
    background-color: #efefef;
    padding: 40px 40px 40px 12%;
    margin-top: 50px;
    margin-left: -80px;
    z-index: -1;
    width: 90%;
}

.greeting-box p{
    margin-bottom: 15px;
}

.greeting-box p:last-of-type{
    font-weight: 700;
    font-size: 110%;
    text-align: right;
}

/* company */
#company{
    width: 85%;
    max-width: 800px;
    margin: 0 auto 100px;
}

#company dl{
    display: flex;
    flex-wrap: wrap;
}

#company dt{
    width: 15%;
    padding: 10px 0;
    border-bottom: 1px dashed #2C4E92;
}

#company dd{
    width: 85%;
    padding: 10px 0;
    border-bottom: 1px dashed #2C4E92;
}

.chiiki{
    display: flex;
}

.chiiki p:first-of-type{
    font-weight: 700;
}

.chiiki p:first-of-type::after{
    content: '：';
    padding: 0 3px;
}

.kanagawa-tokyo{
    min-width: 150px;
}

.saitama,
.chiba{
    min-width: 72px;
}

/* access */
#access{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 100px;
}

#access p{
    text-align: center;
}

#access p:first-of-type{
    margin: 40px auto 20px;
    font-size: 110%;
    color: #2C4E92;
}

/*about 990px以下*/
@media screen and (max-width: 990px) {
    #greeting{
        flex-direction: column;
        margin-bottom: 60px;
    }
    
    #greeting img{
        margin: 0 auto;
    }
    
    .greeting-box{
        margin: 40px auto 0;
        padding: 40px 60px;
    }
    
    #company,
    #access{
        margin-bottom: 60px;
    }
    
    #company dt{
        width: 20%;
    }

    #company dd{
        width: 80%;
    }
}

/*about 820px以下*/
@media screen and (max-width: 820px) {
   .kanagawa-tokyo{
        min-width: 125px;
    }

    .saitama,
    .chiba{
        min-width: 60px;
    }
}

/*about 540px以下*/
@media screen and (max-width: 540px) {
   #greeting img{
       width: 80%;
       height: auto;
    }
}

/*about 428px以下*/
@media screen and (max-width: 428px) {
    .greeting-box{
        padding: 30px 20px;
    }
}

/*about 320px以下*/
@media screen and (max-width: 320px) {
    .greeting-box{
        width: 100%;
    }
    
    #company{
        width: 90%;
    }
}

/*--------
 service 
--------*/
#service{
    margin:0 auto 100px;
    width: 90%;
    max-width: 1200px;
}

.service-list_item{
    margin-bottom: 120px;
}

.service-list_item:last-of-type{
    margin-bottom: 0;
}

.service-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-container img{
    width: 400px;
    height: 300px;
    display: block;
    margin: 20px auto;
}

.service-text{
   width: 55%;
    padding: 0 60px;
    min-width: 520px;
}

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

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

.support{
    margin-top: 15px;
}

.service-detail{
    margin: 50px auto 0;
    background-color: #FAF6EC;
    color: #2C4E92;
    padding: 25px 30px 40px 15px;
    width: 60%;
    position: relative;
}

.service-detail::before{
    content: '';
    border: 1px solid #2C4E92;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -15px;
}

.service-detail ul{
    width: 75%;
    margin: 0 auto;
}

.service-detail p:first-of-type{
    font-weight: 700;
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
}

.btn-group{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.btn-group .btn{
    margin: 0 15px;
}

/*service 1023px以下*/
@media screen and (max-width: 1023px) {
    .service-list_item{
        margin-bottom: 100px;
    }
    .service-container{
        flex-direction: column;
    }

    .service-text{
        padding: 0;
        margin: 0 auto 40px;
    }
    
    .service-detail{
        width: 70%;
    }
}

/*service 990px以下*/
@media screen and (max-width: 990px) {
    #service{
        margin-bottom: 60px;
    }
    
    .service-list_item{
        margin-bottom: 80px;
    }
    
    .btn-group{
        margin-top: 50px;
    }
}

/*service 620px以下*/
@media screen and (max-width: 620px) {
    .btn-group{
        flex-direction: column;
    }
    
    .btn-group .btn:first-of-type{
        margin-bottom: 20px;
    }
}

/*service 540px以下*/
@media screen and (max-width: 540px) {
    .service-text{
        width: 90%;
        min-width: inherit;
    }
    .service-container img{
        width: 80%;
        height: auto;
    }
    
    .service-detail{
        width: 90%;
    }
    
    .service-detail ul{
        width: 90%;
    }
    
    .service-detail::before{
        top: -10px;
        left: -10px;
    }
}

/*service 428px以下*/
@media screen and (max-width: 428px) {
   
}

/*--------
 flow 
--------*/
.icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#flow{
    margin: 0 auto 100px;
    width: 85%;
    max-width: 800px;
}

.step{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: #2C4E92;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.step p{
    text-transform: uppercase;
}

.step span{
    font-size: 200%;
    margin-left: 5px;
}

.flow-item{
    border: 1px solid #2C4E92;
    position: relative;
    margin-bottom: 100px;
}

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


.flow-box{
    padding: 40px;
}

.flow-item::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #d4e2ed transparent transparent transparent;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.flow-item:last-of-type::after{
    content: none;
}

.flow-detail{
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 20px;
}

.flow-box li:first-of-type{
    margin-bottom: 40px;
}

.flow-box li p,
.flow-box p{
    margin-bottom: 15px;
}

.flow-box li p:nth-of-type(2){
    color: #2C4E92;
    display: flex;
    align-items: center;
    font-size: 130%;
    font-weight: 700;
    margin-left: 1rem;
    margin-bottom: 5px;
}

.flow-box li a{
    color: #2C4E92;
}

.flow-box li p:nth-of-type(3){
    font-weight: 700;
    margin-left: 1rem;
}
/*flow 990px以下*/
@media screen and (max-width: 990px) {
    #flow{
        margin-bottom: 60px;
    }
}

/*flow 540px以下*/
@media screen and (max-width: 540px) {
    .flow-box{
        padding: 30px 15px;
    }
}

/*--------
 fee 
--------*/
.fee{
    max-width: 1200px;
    width: 90%;
    margin:0 auto 30px;
}

.fee h3{
    text-align: left;
    margin-bottom: 10px;
}

.fee-box{
    overflow-x: scroll;
}

table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto 30px;
}

#fee02 table{
    width: 70%;
    margin: 0;
}

#fee06{
    margin-bottom: 100px;
}

.cap-title{
    text-align: left;
    font-weight: 700;
    font-size: 110%;
}

.cap-description01{
    text-align: right;
}

.cap-description02{
    text-align: left;
    margin-bottom: -20px;
}

.fee-description{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 90%;
}

th,td{
    border: 1px solid #000;
    padding: 5px;
}

thead th,
.type01 th{
    background-color: #efefef;
}

thead th span{
    font-size: 90%;
}

tbody th{
    text-align: left;
}

tbody td{
    text-align: right;
}

tbody td.text-center{
    text-align: center;
}

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

.text-left{
    text-align: left;
}

td.blank{
    border: none;
}

.notice{
    width: 525px;
    margin: 50px auto 0;
}

.scroll{
    margin: 20px;
    display: none;
}

/*fee 820px以下*/
@media screen and (max-width: 820px) {
    .notice{
        width: 450px;
    }
}

/*fee 767px以下*/
@media screen and (max-width: 767px) {
    table{
        width: 1200px;
    }
    
    #fee02 table,
    table.type01,
    .notice{
        width: 100%;
    }
    
    .blank{
        display: none;
    }
    
    .scroll{
        display: block;
    }
}
