html {
   
    font-family: 'Noto Sans JP', sans-serif;
    

}

.container {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

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

a {
    text-decoration-line: none;
    color: rgb(71, 71, 71);
}

.pop {
    font-family: 'Poppins', sans-serif;
}

.heading {
    font-family: 'Dancing Script', cursive;;
    font-size: 100px;
    font-weight: 700;
    color: orange;
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-40%);

}

body {
    border-top: 10px solid aquamarine !important;
}

/* ヘッダー */

.header {
    padding: 27px 0;
}

.logo {
    font-size: 24px;
    font-weight: 700;
}

.logo img {
    width: 80px;
    position: absolute;
}

.logo h1 {
    color: orange;
    font-size: 36px;
    font-weight: 900;
    padding-left: 65px;

}

.main_manu li {
    width: 150px;
    text-align: center;
    border-right: 2px solid orange;
    font-weight: 700;
}
.main_manu li:first-child {
    border-left: 2px solid orange;
}
.main_manu li a {
    transition: .3s;
    display: block;
}
.main_manu li a:hover {
    color: orange;
    font-weight: 700;
    transition: .3s;
}

/* メイン */
#top {
    background-image: url(../images/main1.JPG);
    background-position: center;
    background-size: cover;
    height: 600px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.top-inner {
    text-align: left;
    margin-left: 50px;
}
.top-inner h1 {
    color: orange;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 2px solid orange;
}
.top-inner p {
    font-size: 24px;
    font-weight: 500;
}

/* 私たちについて */

#company {
    margin-bottom: 120px;
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 40%;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid orange;
}

.column-2 {
    width: 45%;
}

.text {
    /* padding-top: 20px; */
    line-height: 2;
}

.company-img {
    background-image: url(../images/Group\ 1.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
}

.button a {
    background-color: bisque;
    color: orange;
    font-size: 16px;
    font-weight: 500;
    width: 20%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}
.button a:hover {
    border: 1px solid orange;
    background-color: white;
    transition: .3s;

}

.tres-img {
    background-image: url(../images/we3.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
    border-radius: 20px;

}

/* NEWS */
#news {
    margin-bottom: 120px;
}
.post-container {
    margin-top: 10px;
}
.post-info {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post-date {
    padding: 5px 10px;
    background-color: aquamarine;
    border-radius: 50px;
    color: aliceblue;
    font-size: 18px;
    font-weight: 700;
    width: 10%;
    text-align: center;
    margin-left: 20px;
    top: 0;
    left: 0;
}

.post {
    width: 80%;
}
.post h3 {
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px dashed aquamarine;
}

/* SERVICE */

#service {
    margin-bottom: 120px;
}

.works-img {
    max-width: 80%;
    margin-left: 120px;
    border-radius: 30px;
}

/* form */

#form {
    margin-bottom: 120px;
}

#form dl {
    max-width: 900px;
    margin-left: auto;
}

#form dt {
    width: 30%;
    padding: 48px 0;
    font-weight: 500;
    border-bottom: 1px solid aquamarine;
}

#form dd {
    width: 70%;
    padding: 48px 0;
    font-weight: 500;
    border-bottom: 1px solid aquamarine
}
.tres {
    margin-bottom: 90px;
}

.footer {
    text-align: center;
    font-size: 20;
    font-weight: 700;
    color: white;
    padding: 20px 0;
    background-color: aquamarine;

}
.line {
    margin-top: 50px;
}

.line-QR {
    text-align: center;
}
.line-text {
    text-align: center;
}
.line-tit {
    font-size: 24px;
    color: orange;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* メンバー紹介 */

.member-img {
    background-position: center;
    background-size: cover;
    height: 200px;
    border: solid 10px aquamarine;
    border-radius: 20px;
    margin-bottom: 40px;
}

.member-inner {
    text-align: center;
    padding: 60px 0 10px 0;
    color: orange;
    font-size: 48px;
    font-weight: 700;
    border-bottom: 2px solid orange;
}

.parson-block {
    margin-bottom: 40px;
}
.container-parson {
    width: 250px;
}
.container-parson img {
    margin-bottom: 20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.name {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.container-parson p {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}