@charset "UTF-8";
/*
    Template: swell
    Theme Name: jsurp
    Theme URI: https://swell-theme.com/
    Description:
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.card-zoom {
    margin: 0 auto;
    overflow: hidden;
}

.card-zoom {
    transition: 0.5s all;
}

.card-zoom:hover {
    transform: scale(1.05, 1.05);
    transition: 0.5s all;
}

.btn-success {
    background: #6DB737;
}

.theme-shadow {
    box-shadow: 10px 5px 5px gray;
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.col-15 {
    width: 20%;
    flex: 0 0 20%;
}

.torikumi-green {
    color: #006633;
}

.btn-switch {
    position: relative;
    height: 85px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.btn-switch img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-switch:hover img:nth-of-type(2) {
    opacity: 0;
}

.btn-switch-torikumi {
    position: relative;
    height: 50px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.btn-switch-torikumi img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-switch-torikumi:hover img:nth-of-type(2) {
    opacity: 0;
}

ul.arrow {
    list-style: none;
}

ul.arrow img {
    width: 100px;
    margin-right: 10px;
}


@media (min-width: 960px) {
    .torikumi-margin-sm {
        margin-left: 110px;
    }

    .torikumi-margin-md {
        margin-left: 200px;
    }

    .profile-link {
        height: 60px;
    }

    .profile-link p {
        font-size: 13px;
    }

    .sns-icons {
        height: 50px;
    }

}

@media (max-width: 575px) {
    .triangle-none {
        display: none;
    }

}

body {
    font-family: 'Kiwi Maru', serif;
    font-size: 16px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1024px;
    }

}

@media (min-width: 1440px) {

    .p-breadcrumb__list {
        margin-left: 184px;
    }

}

@media (min-width: 1920px) {

    .p-breadcrumb__list {
        margin-left: 420px;
    }

}


.button-margin {
    position: relative;
}

.triangle-small {
    width: 30px;
}

.green-font-bold {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}

.green-font-light {
    font-family: 'M PLUS Rounded 1c', sans-serif;;
    font-weight: 300;
}

.font-13px {
    font-size: 13px;
}

.font-20px {
    font-size: 20px;
}

.sns-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.top-en-jp {
    width: 10px;
}


.sns-btn-switch {
    position: relative;
    height: 30px;
    width: 80px;
    margin: 0 10px 0 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.sns-btn-switch img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.sns-btn-switch:hover img:nth-of-type(2) {
    opacity: 0;
}

.jp-en-btn-switch {
    position: relative;
    height: 25px;
    width: 25px;
    margin: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.jp-en-btn-switch img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.jp-en-btn-switch:hover img:nth-of-type(2) {
    opacity: 0;
}

.torikumi-midasi {
    color: #5aa42c;
}

.torikumi-img-width {
    width: 280px;
}