@charset "UTF-8";

@media screen and (max-width: 768px) {
    /*#breadcrumb {
        margin: 20px 0;
    }*/
}

.main-bg {
    background-color: #efefef;
    padding: 0px 0;
}

.main-visual {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.slide {
    margin-top: -40px;
    margin-bottom: -40px;

}

.fadein {
    opacity: 0;
    transform: translate(0, 150px);
    transition: all 500ms;
}

.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.scalein {
    opacity: 0;
    transform: scale(0) rotate(360deg);

    transition: all 500ms;
}

.scaleon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    ;
}

.anim-item {
    position: relative;
    overflow: hidden;
}

.anim-item.animate::before,
.anim-item.animate::after {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.anim-item::before {
    background: #111;
    -webkit-transition: all .8s 200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .8s 200ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.anim-item::before,
.anim-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}


.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.main-copy {
    padding-bottom: 160px;
    padding-bottom: 45px;
}


.bg-top {
    position: relative;
    background-color: #2c4b75;
    padding: 160px 0 100px;
    background-image: url(./img/main-bg.png);
	/*background-image: url(https://kansai.wakare-aqa.com/wp-content/uploads/2025/05/main-bg-1.png);*/
    /* background-position: center 236%; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-top::after {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sub-copy.text-center {
    margin: 0 auto 100px;
    position: relative;
    width: 95%;
    z-index: 1;
}
.sub-copy h2 {
    color: #ffff00;
    font-size: 38px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.sub-copy p {
    color: #fff;
    font-size: 24px;
    margin: 45px 0;
}
.sub-copy h3 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}


.bg-top .list {

    max-width: 1200px;
    /* margin-bottom: -40px; */
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 2;
    position: relative;
}

.bg-top .list .item {
    width: 30%;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
    padding: 20px;
    text-align: center;
    z-index: 1;
}

.bg-top .list .item .icon {
    min-width: 150px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.bg-top .list .item .icon img {
    width: 100%;
}

.bg-top .list .item p {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.bg-top .eng {
    border-bottom: 2px dashed #2c88ff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #2c88ff;
    text-align: center;

}

#gnav,
.global-nav li ul li,
.mb-horizontal-nav {
    background-color: #0c1726;
}


.main-visual .slide .slide-item {
    padding: 0 1px;
    font-size: 1vw;
    line-height: 1.3em;
    margin: 0;
}

.main-visual .slide .slide-item img {
    width: 100%;
}

.header-cta-tell .tell-number {
    font-weight: 900;
}

.bg-about {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(./img/about-bg__2.jpg);
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    min-height: 80vh;
    position: relative;

}

/* .bg-about:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 110, 156, 0.7);
    content: "";
} */

.bg-about .inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    position: relative;
}

.bg-about h2 {
    color: #fff;
    font-size: 3vw;
    position: relative;
    margin-top: 40px;
}

.bg-about p {
    width: 100%;
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
    line-height: 2em;
    position: relative;
}

.bg-about .icon {
    position: relative;
    border-left: 3px solid #fff;
    padding-top: 40px;
    line-height: .6em;
    font-size: 34px;
    padding-left: 10px;
    font-family: 'Passion One', cursive;
    font-weight: 900;
}


.bg-about .link {
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #fff;
    right: 0;
    bottom: -180px;
    bottom: -210px;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);

    padding-top: 75px;
    padding-left: 30px;
}

.bg-about .link .head {
    font-weight: 900;
    font-size: 34px;
    color: #0089ff;
    font-family: 'Passion One', cursive;
    border-left: 4px solid;
    padding-top: 47px;
    padding-left: 10px;
    line-height: .6em;
}

.bg-about .link .txt {
    font-weight: 900;
    padding-left: 16px;
    margin-top: 8px;
    font-size: 19px;
}

.bg-osaka {
    margin-top: 160px;
    padding-top: 160px;
    padding-bottom: 80px;
    background-color: #efefef;
    min-height: 80vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bg-osaka .img {
    width: 50%;
    height: 700px;
    margin-top: -250px;
    /*background:#000;*/

    background-image: url(./img/osaka-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.bg-osaka .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.bg-osaka .info {
    width: 50%;
    padding: 0 40px;
}

.bg-osaka h2 {
    font-size: 3vw;
    position: relative;
    margin-top: 40px;
}

.bg-osaka p {
    width: 70%;
    margin-top: 60px;
    font-size: 16px;
    line-height: 2em;
    position: relative;
}

.bg-osaka .icon {
    position: relative;
    border-left: 3px solid #000;
    padding-top: 40px;
    line-height: .6em;
    font-size: 34px;
    padding-left: 10px;
    font-family: 'Passion One', cursive;
    font-weight: 900;
}

.bg-osaka .link {
    position: relative;
    height: 200px;
    width: 200px;
    background-color: #fff;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
    padding-top: 75px;
    padding-left: 30px;
}

.bg-osaka .link .head {
    font-weight: 900;
    font-size: 34px;
    color: #0089ff;
    font-family: 'Passion One', cursive;
    border-left: 4px solid;
    padding-top: 47px;
    padding-left: 10px;
    line-height: .6em;
}

.bg-osaka .link .txt {
    font-weight: 900;
    padding-left: 16px;
    margin-top: 8px;
    font-size: 19px;
}

.bg_result {
    padding-bottom: 80px;
    background-color: #efefef;
    min-height: 80vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.bg_result .info {
    width: 80%;
    padding: 0 40px;
    margin: 0 auto;
}

.bg_result h2 {
    font-size: 3vw;
    position: relative;
    margin-top: 40px;
}

.bg_result p {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2em;
    position: relative;
}

.common-ttl {
    background-color: #006ba2;
    padding: 80px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1em;
}

.common-ttl span {
    display: block;
    margin-bottom: 24px;
    font-size: 60px;
    font-family: 'Passion One', cursive;
}

@media screen and (max-width: 768px) {
    .common-ttl span {
        display: block;
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 1.5em;
        font-family: 'Passion One', cursive;
    }
}

.common-ttl2 {
    background-color: #b1cfde;
    padding: 20px;
    font-size: 20px;
    font-weight: bpld;
    color: #006ba2;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.common-ttl2::after {
    display: none;
}

.content-wrap {
    padding: 0 15px;
}

#price-dom i {
    display: none;
}

#price-dom p {
    line-height: 1.8em;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px;
}

.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 10px;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding: 10px;
}

.col-12 {
    padding: 10px;
    width: 100%;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 40px;
}

.mt-sm-0 {
    margin-top: 0;
}

.pb {
    padding-bottom: 0px;
}

.pt {
    padding-top: 0px;
}

main p {
    margin-bottom: 20px;
}


.voice {
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
    padding: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.voice .img {
    width: 200px;
    text-align: center;
}

.voice .img img {
    width: 150px;
    height: 150px;
    /*background-color:#000;*/
    /*border-radius:50%;*/
}

.voice .info {
    width: calc(100% - 200px);
}

.voice .info .area {}

.voice .info .prof {
    background-color: #efefef;
    color: #666;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}

.voice .info .txt {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .voice .img {
        width: 100%;
        text-align: center;
    }

    .voice .info {
        margin-top: 20px;
        width: 100%;
    }

}


.area-list {}

.area-list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}

.area-list a {
    display: block;
    border-radius: 50px;
    padding: 20px;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
    color: #fff;
    background-color: #295d96;
}

.area-list a:hover {
    background-color: #4383c9;
}

.faq {}

.faq .item {
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
    padding: 20px;

}

.faq .item .question {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.faq .item .answer {
    padding: 20px;
}





@media screen and (min-width: 992px) {
    .global-nav-default li a {
        padding: 30px 0;
    }

    .global-nav-default > li:first-child:before {
        height: 58px;
    }

    .global-nav-default > li:after {
        height: 58px;

        margin-top: -70px;
    }

}

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

    .bg-top {
        padding: 80px 0;
        background-position: top center;
        background-repeat: no-repeat;
        /* background-size: 206%; */
        background-size: cover;
        margin-top: 30px;
    }

    .main-copy {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sub-copy.text-center {
        margin: 0 auto 65px;

    }
    .sub-copy h2 {
        font-size: 24px;
    }
    .sub-copy p {
        font-size: 18px;
        margin: 25px 0;
    }
    .sub-copy h3 {
        font-size: 24px;
    }

    .bg-top .list .item {
        width: 69%;
        margin-bottom: 78px;
    }

    .bg-top .list .item h2 {
        font-size: 17px
    }

    .bg-top .list {
        margin-bottom: 0px;
    }

    .header-mail .fa {
        font-size: 3.5rem;
        color: #004172;
    }
    .bg-top .eng {
        font-size: 21px;
    }
    #gnav,
    .global-nav li ul li,
    .mb-horizontal-nav {
        display: none;
    }

    .main-bg {
        padding: 0px 0;
    }

    .bg-about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bg-about .icon {
        font-size: 20px;
    }

    .bg-about h2 {
        font-size: 8vw;
        margin-top: 40px;
    }

    .bg-about p {
        font-size: 16px;
        width: 100%;
        margin-top: 40px;
    }

    .bg-about .link {
        position: relative;
        height: auto;
        width: auto;
        background-color: #fff;
        right: 0;
        bottom: 0px;
        box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 40px;
    }

    .bg-osaka {
        padding-bottom: 80px;
    }

    .bg-osaka .img {
        width: 70%;
        height: 40vh;
        margin-top: -250px;
        background-size: 300%;
    }

    .bg-osaka .info {
        width: 100%;
        padding: 0 40px;
        margin-top: -15px;
    }

    .bg-osaka h2 {
        font-size: 6vw;
        margin-top: 40px;
    }

    .bg-osaka p {
        width: 100%;
        margin-top: 40px;

    }

    .bg-osaka .link {
        position: relative;
        height: auto;
        width: auto;
        background-color: #fff;
        right: 0;
        bottom: 0px;
        box-shadow: 0 6px 10px rgba(0, 6, 141, .2);
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        margin-top: 40px;
    }

    .bg_result {
        padding-bottom: 80px;
    }

    .bg_result .info {
        width: 100%;
        padding: 0 40px;
    }

    .bg_result h2 {
        font-size: 6vw;
        margin-top: 40px;
    }

    .bg_result p {
        margin-top: 60px;
        font-size: 16px;
        line-height: 2em;
        position: relative;
    }

    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header {
        top: auto;
        right: auto;
    }



}


