/* Main Visual */

.main_visual .about_header_bg {
    background: url(../img/about_main_visual.jpg)  no-repeat;
    background-position: -200px -240px;
    background-size: 110%;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .main_visual .about_header_bg {
        background-position: -130px -70px;
    }
}

@media screen and (max-width: 1024px) {
    .main_visual .about_header_bg {
        background-position: 20px -40px;
        background-size: 100%;
    }
}

@media screen and (max-width: 810px) {
    .main_visual .about_header_bg {
        background-position: -15px 0;
    }
}

@media screen and (max-width: 600px) {
    .main_visual .about_header_bg {
        background-position: -102px 0;
        background-size: 153%;
    }
}

/* Section Statement */

.statement_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .statement_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .statement_wrapper {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px) {
    .statement_wrapper {
        max-width: 650px;
    }
}

@media screen and (max-width: 600px) {
    .statement_wrapper {
        margin-bottom: 80px;
    }
}

#about .sp_block {
    display: none;
}

@media screen and (max-width: 600px) {
    #about .sp_block {
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    #about .sp_none {
        display: none;
    }
}

/* Policy Content */

#about .policy_content p {
    text-align: center;
}

@media screen and (max-width: 600px) {
    #about .policy_content p {
        text-align: left;
    }
}

#about .link_area_box p {
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    #about .link_area_box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    #about .link_area_box p {
        line-height: 1.7em;
    }
}

/* Section Greating */

.section_greating .greating_wrapper {
    padding-left: 50px;
}

@media screen and (max-width: 1024px) {
    .section_greating .greating_wrapper {
        padding-left: 20px;
    }
}

.section_greating .background_wall_1 {
   border-radius: 170px 0 0 170px; 
}

@media screen and (max-width: 1024px) {
    .section_greating .background_wall_1 {
        border-radius: 130px 0 0 130px; 
     }
}

@media screen and (max-width: 810px) {
    .section_greating .background_wall_1 {
        border-radius: 70px 0 0 70px; 
     }
}

@media screen and (max-width: 600px) {
    .section_greating .background_wall_1 {
        border-radius: 40px 0 0 40px; 
     }
}

.section_greating .greating_content_box {
    padding: 100px 50px 100px 0;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .section_greating .greating_content_box {
        padding: 80px 20px 80px 0;
    }
}

@media screen and (max-width: 810px) {
    .section_greating .greating_content_box {
        padding: 50px 20px 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .section_greating .greating_content_box {
        padding: 50px 0 50px 0;
    }
}

.section_greating .flex_box_1 {
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .section_greating .flex_box_1 {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .section_greating .flex_box_1 {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px) {
    .section_greating .flex_box_1 {
        max-width: 650px;
    }
}

@media screen and (max-width: 600px) {
    .section_greating .flex_box_1 {
        max-width: 100%;
    }
}

.section_greating .section_greating_left {
    width: 65%;
}

@media screen and (max-width: 600px) {
    .section_greating .section_greating_left {
        width: 100%;
    }
}

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

.section_greating .heading p {
    color: #fff;
}

@media screen and (max-width: 810px) {
    .section_greating .greating_signature {
        font-size: 14px;
        text-align: left;
    }
}

.section_greating .greating_boss_01 {
    width: 31%;
    height: 100%;
    border-radius: 60px;
}

@media screen and (max-width: 600px) {
    .section_greating .greating_boss_01 {
        display: none;
    }
}

.section_greating .greating_boss_02 {
    display: none;
}

@media screen and (max-width: 600px) {
    .section_greating .greating_boss_02 {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

/* Section Information */

.section_information .information_wrapper {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 810px) {
    .section_information .information_wrapper {
        max-width: 480px;
    }
}

@media screen and (max-width: 600px) {
    .section_information .information_wrapper {
        padding: 0 40px;
    }
}

.section_information .information_content {
    display: flex;
    justify-content: left;
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .section_information .information_content {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .section_information .information_content {
        display: block;
        font-size: 14px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e4e4;
    }
}

.section_information .information_title {
    width: 26%;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .section_information .information_title {
        width: 100%;
    }
}

/* Section Regulation */

.section_regulations .regulations_wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.section_regulations .regulations_add {
    margin-top: 10px;
    letter-spacing: inherit;
    color: #555;
}
    
.section_regulations .regulations_link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 810px) {
    .section_regulations .regulations_link_box {
        justify-content: space-around;
    }
}
    
.section_regulations .regulations_link {
    border: 1px solid #A3C2C7;
    height: 100px;
    width: 320px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 810px) {
    .section_regulations .regulations_link {
        height: 90px;
        width: 290px;
        border-radius: 15px;
    }
}

.section_regulations .regulations_link:hover {
    background-color: #A3C2C7;
    color: #fff;
    transition: .5s;
}