body {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    border-top: 10px solid #88aabb !important;
}

.logo {
    text-align: center;
    margin: 40px 0 50px;
}

.logo img {
    display: inline-block;
}

.w_inner {
    width: 1200px;
    margin: 0 auto;
}


.header {
    width: 1200px;
    margin: 0 auto;
}

.header p {
    font-size: 30px;
    letter-spacing: 8px;
   font-family: "Mochiy Pop P One", sans-serif;
    margin-top: 5px;
}

.header ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.header ul li {
    width: 200px;
    text-align: center;
    border-right: 2px solid #aaddee;
    margin-bottom: 30px;
}

.header ul li:first-child {
    border-left: 2px solid #aaddee;
}

.header ul li a {
    display: block;
}

.header_img {
    text-align: center;
}

.header_img img {
    width: 1200x;
    height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
}



/* メイン */

.company_section1 {
    margin: 0 auto;
    padding: 20px 0;
    }
 .company_section1 h2{
     font-family: "Mochiy Pop P One", sans-serif;

    font-size: 30px;
    
    text-align: center;
    padding: 20px 0;
    }   
.company_section1 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.company_section1 .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}
.company_section1 .col {
    width: 45%;
}
.company_section1 img {
    border-radius: 20px;
}
.company_section1 table {
    width: 100%;
}
.company_section1 table tr {
    font-family: "Mochiy Pop P One", sans-serif;
 padding: 20px 0;
    display: block;
    border-bottom: solid 1px #571c1c;
    line-height: 1.5
  }
.company_section1 table tr th {
 width: 150px;
  }



/* フッター */

footer {
    text-align: center;
    margin-bottom: 30px;
}

footer .pp_link {
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border: 2px solid #df2727;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 30px;
}