
.header{
    display:flex;
    justify-content: space-between;
    padding: 20px 0;
    display: flex
}

p {
    color: #758694;
}

h1,h2,h3,h4 {
    color: #405D72;;
}

/* 
header */
.group{
    display: flex;
}

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

li{
    margin-right: 10px;
    line-height: 50px;
}

ul{
    text-align: center;
}

a{
text-decoration: none;
}

.inner{
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin:0 auto;
}

header ,p{
    font-family: "Cormorant Garamond", serif;
}

header a {
    color: #758694;
}

.title{
    background:url(../img/AdobeStock_1213580799_Preview.png) no-repeat right;
    background-size: cover;
    width: 100%;
    height: 660px;
    position: relative;
}

.catchcopy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #405D72;
    /* vertical-align: middle; */
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
}

.catchcopy h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 80px;
    font-weight: 500;
}

.catchcopy p{
    font-family: YuMincho;
    font-size: 40px;
    text-align: center; 
}


.toppage h2 {
    text-align: center;
    font-size: 52px;
    margin-bottom: 30px;
    margin-top: 90px;
    font-family: "Cormorant Garamond", serif;
    color: #405D72;
}

.btn {
    background-color: #405D72;
    padding: 15px 25px;
}

.btn a{
    color: #fff;
    font-size: 18px;
}


/* about */



.about-group{
    display: flex;
}

.about-group img{
    width:500px;
    margin-right: 35px;
}

.about-group a{
    background-color: #405D72;
}

.about-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top_about{
    margin-bottom: 90px;
}


/* service */
.container-service{
    background-color:rgba(117,134,148,0.1);
    padding: 45px 0 90px 0;
}
.container-service h2{
    text-align: center;
}
.container-service h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.container-service-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.container-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post{
    background-color: #FFFFFF;
    width:50%;
    width: 530px;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px rgba(64,93,114,0.45);
}

.post h4{
    font-size: 26px;
    margin-bottom: 30px;
}

.post img{
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.post p {
    text-align: left;
}




/* works */

.works-container{
    height: 488px;
    border-bottom: 1px solid #000;
}
.works-group{
    display: flex;
    justify-content: space-between;
}

.works-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.works-wrap a{
    background-color: #405D72;
}

/* news */

article {
    padding-bottom: 18px;
    border-bottom: 1px solid #758694;
    margin-bottom: 18px;
}

article h3 {
    font-size: 16px;
}

/* media */

#media {
    padding-bottom: 120px;
}

.media_wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.media_wrap li{
    width: 25%;
}

/* footer */
/* contact */
.footer-container{
    background:url(../img/AdobeStock_1213580799_Preview.png) no-repeat right;
    background-size: cover;
    width: 100%;
    padding: 130px 0;
    border-top: 2px solid #405D72;
    text-align: center;
}

footer {
    background-color: #405D72;
    padding: 35px 0;
    text-align: center;
}

footer p{
    font-size: 18px;
    color: #fff;
}