@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 75);
    }
}

body {
    font-family: "Noto Sans JP", "Hiragino Sans", "PA1GothicStdNRegular", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック", "Yu Gothic", Arial, sans-serif !important;
    background-color: #f9f9f9;
    min-height: 100vh;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

#wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.poR {
    position: relative;
}

.poA {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.bg-white {
    background-color: #fff;
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 78%, #fff782 0%) repeat scroll 0 0;
    /* background-position-y: -0.3rem; */
}

.bg_blue_light {
    background-color: #2eb6e3;
}

.txt_blue_light {
    color: #2eb6e3;
}

.txt_pink {
    color: #ff85a5;
}

.txt_yellow {
    color: #fffc00;
}

.txt_white {
    color: #fff;
}

.txt_red {
    color: #e80000;
}

.txt_orange {
    color: #f9600a;
}

.txt_bold {
    font-weight: bold;
}

.txt_center {
    text-align: center;
}

.pd20 {
    padding: 20px;
}

video.vcl02 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-link {
    position: absolute;
    top: 75.5%;
    left: 9.3%;
    z-index: 1;
    width: 82%;
}

.animate {
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    margin-left: auto;
    margin-right: auto;
    animation-name: animate1;
    z-index: 1;
    display: block;
}

.pulse {
    animation-name: pulse;
}

@keyframes pulse {
    from,
    to {
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
}

.sec02 .boxSlider {
    top: 70%;
}

.sec03 .boxSlider {
    top: 32%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 2rem;
    margin-top: 4rem;
}

.slick-dots>li>button {
    display: none;
}

.slick-dots>li {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #a5a5a5;
    border-radius: 50%;
}

.slick-dots>li.slick-active {
    background-color: #7e89dc;
}

.slick-slide {
    margin: 0 2.5rem;
}

.sec03 .slick-slide {
    margin: 0 1rem;
    width: 60rem;
}

.counseling .btn {
    top: 80%;
}

.counseling .btn>a {
    display: block;
    width: 56.6rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.counseling .btn>a:hover {
    opacity: 0.7;
}

.question_btn {
    bottom: 6.8%;
    text-align: center;
}

.question_btn>a {
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    min-width: 35rem;
    min-height: 4rem;
    background-color: #7395b1;
    margin: 0 auto;
    padding: 0 2rem;
}

.question_btn>a:hover {
    opacity: 0.7;
}

.map .boxMap {
    top: 55.5%;
    width: 78%;
    height: 32rem;
    overflow: hidden;
}

.map .boxMap iframe {
    width: 100%;
    height: 100%;
}

.socials ul {
    list-style: none;
    top: 48.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.socials ul>li:nth-child(1) {
    width: 6.6rem;
}

.socials ul>li:nth-child(2) {
    width: 5rem;
}

.socials ul>li:nth-child(3) {
    width: 6rem;
}

.socials ul>li:nth-child(4) {
    width: 6rem;
}

.socials ul>li:nth-child(5) {
    width: 6.5rem;
}

.socials ul>li>a:hover {
    opacity: 0.7;
}

.socials .btn {
    top: 70%;
}

.socials .btn>a {
    display: block;
    width: 56.6rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.socials .btn>a:hover {
    opacity: 0.7;
}

footer {
    position: relative;
    background-color: #444444;
    padding: 5rem 6rem 18rem;
}

.footer-logo {
    margin-bottom: 3rem;
}

.footer-logo>a {
    width: 58.9rem;
    display: block;
    margin: 0 auto;
}

.footer-list {
    list-style: none;
}

.footer-list>li+li {
    margin-top: 1.5rem;
}

.footer-list>li,
.footer-list>li>a {
    font-size: 2.2rem;
    color: #fff;
    line-height: 2;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-list>li>a:hover {
    opacity: 0.7;
}

.footer-list.list01 {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-list.list02 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 3rem 0;
}

.footer-list.list02>li {
    margin: 0;
}

.footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

#floating {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 198;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    display: none;
}

#floating .floating-inner {
    display: block;
    max-width: 750px;
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem;
}

#floating .floating-inner>a {
    display: block;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 749px) {
    .slick-slide {
        width: 88.6666666666667vw !important;
    }
    .sec03 .slick-slide {
        width: 78.6666666666667vw !important;
    }
    .slick-slide img {
        width: 100%;
    }
}