html{
    font-size: 16px;
}
.clear{
    clear: both;
}
.fix{
    margin-top: 8rem;
}
.hidden{
    overflow: hidden;
}

/*header*/
.name{
    font-size: 3rem;
    color: #3D51A0;
    font-family: 'Train One', cursive;
    text-align: center;
}
.nav_menu{
    display: flex;
    justify-content: center;
}
.nav_menu li{
    list-style: none;
    padding: 0.5rem 1.5rem;
}
.nav_line{
    border-right: 1px solid #000;
}
.nav_menu a{
    text-decoration: none;
    color: black;
    font-family: 'メイリオ';
    font-size: 1.3rem;
}


/*top*/
.top{
    position: relative;
    height: 35em;
}
.top_word{
    display: inline;
    background-color: #00166C;
    color: #fff;
    box-shadow: 10px 15px 6px #00276B29;
    font-family: '游明朝';
    font-size: 1.5rem;
    padding: 1em 1.5em;
    position: absolute;
    bottom: 30%;
    left: 10%;
}
.top_word span{
    color: #FCD305;
}
.top_img{
    width: 100%;
    opacity: 0.6;
}
.introduce{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -2rem;
}
.top_circle{
    background-color: #FF0000;
    border-radius: 50%;
    text-align: center;
    width: 18%;
    margin: 0 1rem;
    padding: 5% 0;
    z-index: 1;
}
.top_circle a{
    text-decoration: none;
    color: #fff;
}
.top_circle i{
    font-size: 3rem;
}

/*news*/
.news h2{
    color: #4E68D0;
    font-size: 1rem;
    font-family: 'メイリオ';
    font-weight: bold;
}
.news_contents a{
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 3rem 1.3rem 1rem 1.3rem;
}
.news_contents{
    border-bottom: 1px solid #000;
}

.catchcopy{
    position: relative;
}
.catchcopy p{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline;
    font-family: 'Shippori Mincho B1', serif;
    line-height: 3rem;
    padding-left: 20%;
}
.catchcopy img{
    width: 10rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*feature*/
.feature_img{
    position: relative;
}
.square{
    width: 30em;
    height: 30em;
}
.blue{
    background-color: #A4BEE6;
}
.feature_img img{
    transform: scale(1.5, 1.5);
    position: absolute;
}
.feature_img_fast img{
    top: 30%;
    left: 20%;
}
.feature_description_circle{
    border-radius: 50%;
    background-color: #E8FF00;
    width: 100%;
    margin-top: 20%;
}
.feature_fast{
    transform: translate(35%, 0);
    padding: 25% 25% 25% 10%;

}
.feature_description_circle h2{
    font-family: 'Codystar', cursive;
    color: #12044E;
    font-size: 7em;
}
.feature_fast h2{
    padding-right: 20%;
}
.feature_description h3{
    color: #0B2072;
    font-family: 'メイリオ';
    font-weight: bold;
    margin-top: 3rem;
}
.feature_description p{
    color: #707070;
    font-family: 'メイリオ';
    margin-top: 1rem;
    line-height: 1.8rem;
}
.feature_fix{
    margin-top: 15%;
}
.orange{
    background-color: #FACB5A;
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 0;
}
.feature_easy{
    transform: translate(-35%, 0);
    padding: 25% 10% 25% 25%;
}
.feature_easy_h3{
    text-align: right;
}
.feature_img_easy img{
    top: 30%;
    right: 20%;
}

/*service*/
.service{
    background-color: #ECF5FE; 
}
.service_img{
    position: relative;
}
.service_img img{
    width: 50%;
    margin-top: 3rem;
}
.service_img p{
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.5rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem 2rem;
    position: absolute;
    top: 35%;
    left: 40%;
}
.service_button{
    width: 75%;
    margin: 0 auto;
}
.button{
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 45px;
    display: inline-block;
    width: 15rem;
    text-align: center;
    margin: 2.5rem 2rem;
}
.service_button a{
    text-decoration: none;
    color: black;
    display: block;
    padding: 1rem 0;
    font-family: 'メイリオ';
}


/*company*/
.company{
    width: 90%;
    margin-left: 10%;
}
.company_fix{
    margin-top: 3rem;
}
.company h2{
    color: #4E68D0;
    font-family: 'メイリオ';
    font-weight: bold;
    text-align: right;
    margin-right: 2rem;
}
.company_img{
    background:#ddd url(./img/home/building.png) no-repeat center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.backgroundcolor{
    background: rgba(73, 73, 73, 0.5);
    width: 110%;
    height: 100%;
    margin-left: -1.7%;
}
.company_p{
    background-color: #2C211D;
}
.company_p_contents{
    width: 90%;
    background-color: #fff;
    padding: 15% 10%;
    font-family: 'Shippori Mincho B1', serif;
    margin: 20% 0 20% -30%;
}
.company_p_contents h3{
    font-size: 1.6rem;
}
.company_p_contents p{
    line-height: 1.6rem;
    padding-top: 1rem;
}
.company_a{
    background-color: #fff;
    border: 1px solid #707070;
    font-family: 'Shippori Mincho B1', serif;
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    margin: 2rem 0;
    padding: 1rem 0 ;
    text-align: center;
}
.company_a:hover{
    color: #000;
}
.sns{
    border-radius: 50%;
    width: 4rem;
    display: inline-block;
    text-align: center;
    padding: 1rem 0;
}
.sns i{
    color: #fff;
    font-size: 2rem;
}
.twitter{
    background-color: #3FACFF;
    margin-left: 52%;
}
.instagram{
    background: linear-gradient(160deg, #2A2AFF, 20%, #FE00D5, #FE0056, #FC6D00, #FFF12A);
    margin-left: 2%;
}
.contact_title{
    margin: 6rem 0;
}
.contact_title h4{
    font-family: 'Shippori Mincho B1', serif;
    color: #12044E;
    font-size: 2.3rem;
    text-align: center;
}
.contact_title p{
    font-family: 'Shippori Mincho B1', serif;
    text-align: center;
    margin-top: 1rem;
}
.contact{
    display: flex;
}
.contact_button{
    width: 50%;
    text-align: center;
    padding: 2% 0;
}
.contact a{
    text-decoration: none;
    font-size: 2rem;
    font-family: 'メイリオ';
    color: #fff;
}
.contact_button:hover{
    color: #fff;
}
.contact_circle{
    width: 25%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 50%;
    background-color: #fff;
}
.contact_circle i{
    font-size: 5rem;
}
.question,
.question:hover{
    background-color: #465FC0;
}
.question i{
    color: #465FC0;
}
.message,
.message:hover{
    background-color: #243EA6;
}
.message i{
    color: #243EA6;
}
.last_message{
    background:#ddd url(./img/home/report2.png) no-repeat center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.last_message h2{
    color: #12044E;
    font-family: 'Shippori Mincho B1', serif;
    text-align: right;
    font-size: 2.5rem;
    padding: 10% 0;
}

/*footer*/
.footer{
    display: flex;
    margin-top: -0.5%;
}
#map{
    width: 30%;
    height: 16em;
}
.footer_main{
    width: 60%;
}

.footer_title{
    background-color: #000D3F;
    width: 10%;
}
.footer_title h2{
    color: #fff;
    font-family: 'Codystar', cursive;
    font-size: 2.3rem;
    transform: rotate(90deg);
    margin-top: 2em;
}
.footer_menu h2{
    font-family: 'Book Antiqua';
    margin-top: 2rem;
}
.footer_square{
    border: 1px solid #57B6CE;
    width: 20%;
    height: 3px;
}
.footer_menu i{
    color: #959191;
    font-size: 1.5rem;
}
.address{
    border-bottom: 1px dotted #57B6CE;
    padding: 1rem 0;
    display: inline-block;
}
.address p{
    font-size: 1.2rem;
    display: inline;
    font-family: 'Shippori Mincho B1', serif;
}
.phone{
    margin-top: 1rem;
}
.phone p{
    font-size: 1.6rem;
    display: inline;
    font-family: 'Shippori Mincho B1', serif;
    line-height: 1rem;
}
.phone span{
    font-size: 1rem;
    padding-left: 1.5rem;
}
.pages{
    margin-top: 3rem;
}
.pages ul{
    margin-left: -1rem;
}
.pages li,
.pages a{
    text-decoration: none;
    color: #000;
    list-style: '❖';
    line-height: 1.3rem;
    margin-top: 1rem;
}
