@charset "utf-8";

/* ----------------------------------
レイアウト枠
-----------------------------------*/

#wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    #wrapper {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}


/* ----------------------------------
ヘッダー
-----------------------------------*/

header {
    background-image: url("../imgs/kv.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}

h3 {
    font-size: 2.5rem;
    padding: 10px;
}

.kv {
    text-align: center;
}

.kv h2 {
    font-size: 4.0rem;
    color: #ffffff;
    padding: 10rem 0;
    text-shadow: 3px 3px black;
}

.kv_list {
    margin: auto;
    max-width: 80%;
}

.kv_list li {
    width: 22%;
    display: inline-block;
    background-color: rgba(225, 92, 24, 1);
    text-align: center;
    margin: 0.5%;
    color: #ffffff;
    border: 9px ridge rgba(225, 92, 24, 1);
    border-radius: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .kv_list {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .kv_list {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .kv h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .kv_list li {
        width: 30%;
        border: 3px ridge #ff7700;
        font-size: 1rem;
    }
    .kv h2 {
        font-size: 2rem;
    }
}


/* ----------------------------------
ボタン
-----------------------------------*/

.button {
    text-align: center;
}

.button_orange_area {
    text-align: center;
}

.btn-square-so-pop {
    width: 40%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    border-radius: 7px;
    box-shadow: inset 2px 2px 0 rgb(255 255 255 / 40%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    font-weight: bold;
    margin: 40px 15px;
    padding: 1rem 0;
    vertical-align: middle;
    text-decoration: none;
}

.btn-square-so-pop::before,
.btn-square-so-pop::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.btn-square-so-pop::before {
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    content: "";
}

.btn-square-so-pop::after {
    top: 17%;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #e50012;
    border-right: 3px solid #e50012;
    transform: rotate(45deg) translateY(-50%);
    display: block;
    position: absolute;
    content: "";
}

.btn_red {
    background: rgba(197, 5, 15, 1);
    /*色*/
    border: solid 3px rgba(140, 0, 6, 1);
    /*線色*/
}

.btn_blue {
    background: rgba(4, 27, 78, 1);
    /*色*/
    border: solid 3px rgba(0, 17, 45, 1);
    /*線色*/
}

.btn_orange {
    background: rgba(225, 92, 24, 1);
    /*色*/
    border: solid 3px rgba(225, 92, 24, 1);
    /*線色*/
    width: 85%;
    padding: 1.5rem 0;
}

.btn-square-so-pop span {
    font-size: 2.8rem;
    color: #ffffff;
}

.btn_orange span {
    font-size: 2rem;
    padding-right: 10px;
}

@media screen and (max-width: 1199px) {
    .btn-square-so-pop span {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 991px) {
    .btn-square-so-pop span {
        font-size: 1.7rem;
    }
    .btn-square-so-pop::after {
        top: 10%;
    }
}

@media screen and (max-width: 767px) {
    .btn-square-so-pop span {
        font-size: 1.3rem;
    }
    .btn-square-so-pop {
        padding: 1rem 2rem;
    }
    .btn-square-so-pop::after {
        top: 8%;
    }
    .btn-square-so-pop::before {
        top: 64%;
    }
}

@media screen and (max-width: 575px) {
    .btn-square-so-pop span {
        font-size: 1.2rem;
    }
    .btn-square-so-pop {
        padding: 1rem 0.8rem;
        width: 70%;
        margin: 10px;
    }
    .btn-square-so-pop::before {
        top: 80%;
    }
    .btn-square-so-pop::after {
        top: 26%;
        right: 25px;
        width: 12px;
        height: 12px;
    }
}


/* ----------------------------------
コンテンツ
-----------------------------------*/

#support p {
    padding-left: 10px;
}

#support .image_area {
    text-align: center;
    width: 100%;
}

.bunner_image_area {
    text-align: center;
    width: 100%;
}

.bunner_image_area img {
    border: 1px solid black;
}

section h2 {
    background-color: darkorange;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
}

#support li {
    color: rgba(0, 99, 181, 1);
    font-size: 2rem;
    list-style-type: none;
}

.devide {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devide img {
    vertical-align: text-top;
}

.image_area {
    width: 35%;
    display: inline-block;
    margin: 0 5% 0 0;
}

.text_area {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    align-items: flex-end;
}

.list_blue {
    display: inline-block;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 65px;
    justify-content: center;
}

.list_blue li {
    width: 28%;
    display: inline-block;
    background-color: rgba(4, 27, 78, 1);
    text-align: center;
    margin: 1.5%;
    color: #ffffff;
    border-radius: 1.0rem;
    padding: 15px 0;
}

.list_orange li {
    width: 22%;
    display: inline-block;
    background-color: rgba(225, 92, 24, 1);
    text-align: center;
    margin: 1.0%;
    color: #ffffff;
    border-radius: 1.0rem;
    padding: 5px 0;
    font-size: 1.4rem;
}

.company_list hr {
    display: inline-block;
    border-top: 1px solid black;
    width: 70%;
}

.company_list span {
    width: 30%;
    font-size: 1.7rem;
}

.company_list li {
    list-style-type: none;
    display: inline-block;
    width: 42%;
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
    margin-right: 30px;
}

#aboutus {
    text-align: center;
}

#aboutus p {
    padding: 10px 0 0 10px;
    text-align: left;
}

#aboutus ul {
    margin: 0 0 0 40px;
}

#aboutus li {
    color: rgba(0, 99, 181, 1);
    /*     padding: 0.5rem 2rem; */
    font-size: 2.0rem;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    width: 46%;
}

#aboutus .btn-square-so-pop {
    width: 44%;
    margin-top: 29px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    #support li {
        font-size: 1.7rem;
    }
    #aboutus li {
        font-size: 1.7rem;
    }
    .list_orange li {
        font-size: 1.2rem;
        width: 30%;
    }
    .company_list li {
        width: 46%;
        font-size: 1rem;
        margin: 0;
    }
    .list_blue {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #support li,
    #aboutus li {
        font-size: 1.5rem;
    }
    section h3 {
        font-size: 2rem;
    }
    .company_list li {
        width: 100%;
        font-size: 1rem;
        margin: 0;
    }
    section h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    section h3 {
        font-size: 2rem;
    }
    #support li,
    #aboutus li {
        font-size: 1.3rem;
    }
    .list_orange li {
        font-size: 0.8rem;
    }
    .company_list li {
        width: 100%;
        font-size: 1rem;
        margin: 0;
    }
    .text_area,
    .image_area {
        width: 100%;
        margin: 15px 0px;
    }
    #aboutus li {
        width: 100%;
    }
    #aboutus .btn-square-so-pop {
        width: 85%;
        margin-top: 29px;
    }
    .devide {
        display: block;
    }
}


/* ----------------------------------
フッター
-----------------------------------*/

footer {
    padding: 0 0 30px 0;
}

.footer_left {
    margin-right: 11%;
}

footer h2 {
    background-color: rgba(4, 27, 78, 1);
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-size: 2rem;
}

.footer_left,
.footer_right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
    text-align: center;
}

footer .btn-square-so-pop {
    width: 85%;
    margin: auto;
}

footer img {
    width: 75%;
    margin: 2rem 0;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
    .footer_left,
    .footer_right {
        width: 100%;
    }
    footer img {
        width: 100%;
        margin: 2rem 0;
    }
}