@charset "UTF-8";

/*===============================

共通（ページ内）

================================*/

/*===============================

サービス

================================*/

#service {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

@media screen and (max-width:960px) {
    #service {
        margin-top: 50px;
    }
}

#service:after {
    content: "";
    clear: both;
    display: block;
}


#service .title {
    text-align: center;
    margin-bottom: 50px;
}


#service .container {
    position: relative;
    width: 100%;
    margin: 0 auto 150px;
}

#service .container:after {
    content: "";
    clear: both;
    display: block;
}

#service .container .image-left {
    position: relative;
    width: 55%;
    padding-top: 40%;
    overflow: hidden;
    z-index: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    float: left;
}

@media screen and (max-width:560px) {
    #service .container .image-left {
        width: 95%;
        padding-top: 60%;
    }
}

#service .container .image-right {
    position: relative;
    width: 55%;
    padding-top: 40%;
    overflow: hidden;
    z-index: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    float: right;
}

@media screen and (max-width:560px) {
    #service .container .image-right {
        width: 95%;
        padding-top: 60%;
    }
}

#service .container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    z-index: 0;
}

#service .container .box {
    position: relative;
    width: 45%;
    display: block;
    padding: 10px 5%;
    float: left;
}

@media screen and (max-width:560px) {
    #service .container .box {
        width: 100%;
        padding: 40px 5% 0;
    }
}

#service .container .box h3 {
    margin-bottom: 15px;
}

#service .container .box p {
    color: #777;
    margin-bottom: 30px;
}

#service .container .box span {
    position: relative;
    display: inline-block;
    padding: 4px 30px;
    border-radius: 100px;
    border: 2px solid #333;
    background-color: #333;
    color: #FFF;
    z-index: 1;
    transition: .2s;
}

#service .container .box span:hover {
    color: #333;
    background: #fff;
}


/*===============================

フッター

================================*/


#footer-section {
    position: relative;
    background-color: #333;
    width: 100%;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 10px;
}

#footer-section a {
    color: #b1b9c5;
}

.footer {
    width: 90%;
    position: relative;

    margin: 0 auto;
}

.footer .account {
    width: 100%;
    font-size: 90%;
    margin: 0 0 50px;
}

@media screen and (min-width: 960px) {
    .footer .account {
        width: 42%;
        margin: 0 4% 0 0;
        float: left;
    }
}

.footer .account .logo img {
    width: 150px;
    margin-bottom: 30px;
}

.footer .account .image {
    position: relative;
    width: 50%;
    padding-top: 50%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 0;

}

.footer .account .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    z-index: 0;
}


/* アコーディオンメニュー */

.footer .category {
    width: 100%;
}

/* Acordeon styles */
.footer .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #3e4246;
}

@media screen and (min-width: 960px) {
    .footer .tab {
        width: 23%;
        margin: 0 1%;
        border-bottom: none;
        float: left;
    }
}

.footer input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.footer label {
    position: relative;
    display: block;
    /* アコーディオン タブ背景色 */
    cursor: pointer;
    line-height: 72px;
    padding-left: 10px;
}

.footer .tab-content {
    max-height: 0;
    overflow: hidden;
    font-size: 90%;
    /* タブ内背景色 */
    -webkit-transition: max-height .20s;
    -o-transition: max-height .20s;
    transition: max-height .20s;
}

@media screen and (min-width: 960px) {
    .footer .tab-content {
        max-height: 1000px;
    }
}

.footer .tab-content p {
    margin: 15px 10px;
    color: #000;
    /* タブ内文字色 */
}

/* :checked */
.footer input:checked~.tab-content {
    max-height: 1000px;
}

/* Icon */
.footer label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    -webkit-transition: all .20s;
    -o-transition: all .20s;
    transition: all .20s;
    line-height: 72px;
    font-size: 3.0rem;
}

@media screen and (min-width: 960px) {
    .footer label::after {
        display: none;
    }
}

.footer input[type=checkbox]+label::after {
    content: "+";
}

.footer input[type=checkbox]:checked+label::after {
    transform: rotate(45deg);
}

.footer .border {
    clear: both;
    margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
    .footer .border {
        padding-top: 50px;
        border-bottom: 1px solid #3e4246;
        margin-bottom: 10px;
    }
}

/* リスト */

.footer ul.list {
    color: #FFF;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    font-size: 1.3rem;
}

@media screen and (max-width: 960px) {
    .footer ul.list li {
        display: block;
        width: 100%;
        padding: 3px;
        margin: 5px 10px;
    }
}

.footer .copyright {
    text-align: right;
    font-size: 80%;
}

@media screen and (max-width: 960px) {
    .footer .copyright {
        text-align: center;
    }
}