@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

header {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.logo01 {
    width: calc(100% - 34px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainvg {
    height: 530px;
}

.mainvg img {
    width: 342px;
    height: 502px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mainvg p {
    font-size: 11px;
    text-align: right;
    width: calc(100% - 34px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 510px;
}

.ttl01 {
    text-align: center;
}

.ttl01 h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 0.8;
    margin-top: 8px;
}

.ttl01-2 {
    font-size: 26px;
}

.ttl01 p {
    font-size: 12px;
    margin-top: 8px;
}

.inner {
    width: calc(100% - 34px);
    margin-left: auto;
    margin-right: auto;
}

#naritai {
    background-image: url(../lp/files/photo/naritai-bg.jpg);
    height: 592px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 35px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.catch {
    text-align: center;
    line-height: 2;
    padding-top: 30px;
	color: #fff;
    text-shadow: 3px 3px 15px black;
}

.catch h3 {
    font-size: 22px;
    font-weight: normal;
}

.mezasu {
    text-align: left;
    color: white;
    margin-top: 237px;
    line-height: 1.7;
}

.mezasu h5 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.cap {
    font-size: 11px;
    color: white;
    text-align: right;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Ｐゴシック", sans-serif;
}

#present {
    background-image: url(../lp/files/photo/photobook-bg.jpg);
    height: 513px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40px;
}

#present h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 314px;
}

.cap02 {
    font-size: 11px;
    text-align: right;
}

#shiritai h4 {
    text-align: center;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 15px;
}

.sentaku {
    width: 273px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    align-items: flex-end;
}

.sentaku img {
    width: 119px;
}

#tokucho {
    background-color: #eeeff0;
    padding-top: 30px;
}

#tokucho h3 {
    text-align: center;
    font-size: 26px;
}

.t-inner {
    padding-bottom: 60px;
}

.t-ttl {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.t-ttl h4 {
    font-size: 17px;
}

.t-inner img {
    width: 100%;
}

.t-inner p {
    text-align: justify;
    margin-top: 37px;
}

.t-inner .motto p {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 8px;
}
.motto {
	text-align: center;
	font-weight: bold;
    font-size: 1rem;
}
ul.cta-clm2 {
	padding: 0;
    display: flex;
    width: 100%;
    gap: 0.5rem;
}
ul.cta-clm2 li {
	width: 50%;
}
ul.cta-clm2 li a.btn02 {
	position: relative;
    background-color: #5900c5;
    border-radius: 25px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 1rem 0.5rem;
    color: #fbfbfb;
    animation: btn_animation 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
ul.cta-clm2 li a .icon-container {
	padding-top: 2px;
    justify-content: center;
}
ul.cta-clm2 li a .icon-container img {
	width: 2rem;
    margin: 0 0.5rem 0 0;
}
ul.cta-clm2 li a .icon-container p {
	margin: 0;
}
@keyframes btn_animation {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
}
#course-tobira {
    background-image: url(../lp/files/photo/course00.jpg);
    height: 506px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    z-index: 1;
}

.catch02 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}

.catch02 h3 {
    font-size: 34px;
    font-weight: 600;
}

.catch02 p {
    font-size: 16px;
    font-weight: bold;
}

.honbun {
    margin-bottom: 267px;
}

.honbun p {
    text-align: center;
    background: linear-gradient(transparent 0%, #ffffff99 0%);
    width: 88%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    margin-bottom: 10px;
}

#course {
    position: relative;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: white;
    z-index: 10;
    overflow-x: hidden;
}

.c-container {
    margin-bottom: 80px;
}

.c-ttl {
    text-align: center;
    margin-bottom: 17px;
}

.c-ttl h3 {
    font-size: 32px;
    line-height: 1;
}

.c-ttl h4 {
    font-size: 22px;
    margin-top: -5px;
}

.c-ttl p {
    font-weight: bold;
}

.l-cont {
    width: 90%;
}

.l-cont img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.l-cont p {
    float: right;
}

.r-cont {
    width: 90%;
    float: right;
}

.r-cont img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

#course-shiryou {
    position: relative;
    z-index: 10;
    background-image: url(../lp/files/photo/tatesen-pattern.png);
    background-size: 10px 10px;
    padding: 4rem 3%;
}

.cs01 {
    width: 291px;
    height: 105px;
    margin-left: auto;
    margin-right: auto;
}

.cs02 {
    width: 278px;
    height: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

.cs02-bg {
    background-image: url(../lp/files/photo/kazari01.svg);
    background-size: 310px 29px;
    background-repeat: no-repeat;
    background-position: calc(50% + 13px) 0;
}

.clear {
    clear: both;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

footer {
    position: relative;
    background-color: #333;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer p {
    color: white;
    text-align: center;
    font-size: 13px;
}

.fo01 {
    margin-top: 5px;
}

.logo02 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.icon-list {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 24px;
    margin-top: 24px;
}

.icon-list img {
    height: 23px;
}

.copy {
    font-size: 10px;
}

.icon-container {
    height: 38px;
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.icon-container img {
    margin-left: auto;
    margin-right: auto;
}

.second1 {
    pointer-events: none;
}

.second2 {
    pointer-events: none;
}

.slide-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 15px;
    line-height: 1.3;
    color: #000;
    background-color: #eeeff0;
}

.slide-dots li button {
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #eeeff0;
}

.slide-dots li.slick-active button {
    border-bottom: 1px solid #666;
    color: #666;
}

.parallax {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* コンテンツのフェードイン */

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.0s;
}

.fadein2 {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.0s;
}

.fadein-left {
    transform: translate(30px, 0);
}

.fadein-right {
    transform: translate(-30px, 0);
}

.fadein-up {
    transform: translate(0, 20px);
}

.fadein-bottom {
    transform: translate(0, -20px);
}

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

.js-box {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px) rotate(0deg);
    transition: opacity 0.5s, visibility 1s, transform 1s;
}

.js-box.load {
    opacity: 1;
    visibility: visible;
    transform: translateX(-20px) translateY(5px) rotate(-5deg);
}

.js-box2 {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px) rotate(10deg);
    transition: opacity 0.5s, visibility 1s, transform 1s;
}

.js-box2.load {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) rotate(0deg);
    transition-delay: 0.5s;
}

.item {
    position: relative;
}

.slick-slide {
	height: auto !important;
}

@media screen and (min-width: 768px) {
    header {
        background-color: white;
        padding-bottom: 35px;
    }

    #naritai {
        margin-top: 0;
    }

    #shiritai {
        background-color: white;
        padding: 1px;
    }

    .pc-container {
        width: 600px;
        background-color: #dae3e5;
        margin-left: auto;
        margin-right: auto;
    }

    #bottom-menu {
        width: 600px;
        position: fixed;
        bottom: 0;
        z-index: 99;
        font-size: 8px;
        color: white;
    }

    #bottom-menu ul {
        display: flex;
        width: 100%;
        height: 55px;
        background-color: #152835;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    #bottom-menu li {
        width: 50%;
        text-align: center;
        height: 55px;
    }

    .mainvg {
        height: 770px;
    }

    .mainvg img {
        width: 500px;
        height: 734px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .mainvg p {
        padding-top: 743px;
    }
}

@media screen and (max-width: 767px) {
    #bottom-menu {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99;
        font-size: 8px;
        color: white;
    }

    #bottom-menu ul {
        display: flex;
        width: 100%;
        height: 55px;
        background-color: #152835;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    #bottom-menu li {
        width: 50%;
        text-align: center;
        height: 55px;
    }
}