@charset "utf-8";
ul {
    list-style-type: none;
}

.mainvl {
    position: relative;
}

main .content {
    width: calc(90% - 80px);
    max-width: 1100px;
    margin: 0 auto !important;
    position: relative;
    z-index: 0;
}


/*main*/

h1 {
    padding-top: 82px;
}

main {
    position: relative;
    margin-bottom: -5%;
    padding-top: 0;
}

.cover {
    position: relative;
    z-index: 50;
}


/* read */

.read {
    background: url(img/read-bg.svg), linear-gradient( rgba(44, 150, 177, 0.1), rgba(22, 74, 89, 0.1));
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding: 0 0 100px;
    color: #000;
}

.read h2 {
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.read h2 span {
    display: block;
    width: 20%;
    margin: 0 auto;
}

.read p {
    margin: 10px 0 50px;
    letter-spacing: 1.5px;
    line-height: 1.75;
}



/* feel */

.feel {
    background: url(img/feel-bg.svg), linear-gradient(135deg, rgba(44, 150, 177, 0.2), rgba(109, 187, 81, 0.2));
    background-position: top 3% center;
    background-repeat: repeat-y;
    background-size: 100%;
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
}


/* shop */

.feel .shop {
    background-color: #fff;
    padding: 70px 0 30px;
    margin: 0 0 50px;
}

.feel .shop h2,
.feel .eyesight h2 {
    width: 60%;
    margin: 0 auto;
}

.feel .shop p {
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 1.5px;
    margin: 20px auto 40px;
}

.feel .shop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.feel .shop ul li {
    width: 49%;
    margin: 0 0 30px;
}

.feel .shop ul li dl {
    margin: 10px 0;
}

.feel .shop ul li dl dt {
    width: 25%;
    margin: 0 auto;
}

.feel .shop ul li dl dd {
    display: inline-block;
    background: linear-gradient(transparent 70%, #D4EAEF 30%);
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.5em;
    margin: 5px 0 0;
}


/* eyesight */

.feel .eyesight {
    background-color: #fff;
    padding: 70px 0 70px;
    margin: 0 0 50px;
}

.feel .eyesight>img {
    margin: 0 0 30px;
    width: 90%;
}

.feel .eyesight .video {
    margin: 0 auto;
    width: 70%;
}

.feel .eyesight h3 {
    margin: 50px auto 30px;
    width: 40%;
}

.feel .eyesight ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 50px;
    width: 90%;
}

.feel .eyesight ul li {
    width: 25%;
}

.feel .eyesight dl {
    width: 90%;
    margin: 20px auto 0;
}

.feel .eyesight dl div {
    display: flex;
}

.feel .eyesight dl div dt,
.feel .eyesight dl div dd {
    padding: 10px 20px;
}

.feel .eyesight dl div:first-of-type dt {
    width: 10%;
    background-color: #D4E9EF;
}

.feel .eyesight dl div:first-of-type dd {
    text-align: left;
    width: 90%;
    background-color: #F3F9FA;
}

.feel .eyesight dl div:last-of-type dt {
    width: 10%;
    background-color: #E1F1DB;
}

.feel .eyesight dl div:last-of-type dd {
    text-align: left;
    width: 90%;
    background-color: #F7FBF5;
}

/*--------------- course ---------------*/

.course{
	background: url(img/testdrive-bg.svg) , linear-gradient(135deg, rgba(240, 139, 113, 0.2), rgba(240, 177, 113, 0.2));
	background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
}
.course section{
	padding: 6% 0;
}

.course h2{
	width: 70%;
	margin: 0 auto 5%;
}

.course h2:nth-of-type(2){
	margin: 10% auto 5%;
}


/*--------------- slide ---------------*/
.embla {
    width: 100%;
    margin: 20px auto;
}

.embla__container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.embla__slide a>img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.embla__slide a{
	position: relative;
	display: block;
	line-height: 1;
}

.embla__slide a>span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

.embla__slide>p{
	text-align: center;
	font-size: 1rem;
	margin-top: 2%;
}

@media only screen and (max-width: 768px) {
    .embla {
        padding: 0px;
        overflow: hidden;
    }
    .embla__container {
        display: flex;
    }
    .embla__slide {
        flex: 0 0 100%;
        min-width: 0;
    }    
}


/* drive */

.drive .video-cnt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.drive .video-cnt .video {
    width: 32%;
}
.drive p {
    margin: 20px 0 0;
}

@media only screen and (max-width: 768px) {
	.drive .video-cnt{
		gap:20px;
	}
	.drive .video-cnt .video {
    width: 100%;
}
}

/* voice */

.voice{
	background: #1FACB0 url(img/voice-bg.svg) repeat-y center top;
	background-size: 100%;
	padding: 5% 0;
}

.voice h2{
	width: 50%;
	margin:0 0 7% 0;
}

.voice ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:40px 20px;
}

.voice ul li{
	width: 48%;
	background:#FFF;
	border-radius: 10px;
	position: relative;
	padding: 3% 2% 2% 2%;
}
.voice ul li span{
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 768px) {
	.voice{
		padding: 5% 0 10%;
	}
	.voice h2{
		width: 70%;
		margin:0 0 7% 0;
	}
	.voice ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap:20px 20px;
	}
	.voice ul li{
	    width: 95%;
	    padding: 4% 4% 4% 7%;
	    margin-left: 5%;
	}
	.voice ul li span{
		position: absolute;
		top: 50%;
		left: -5%;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
}
}

/* special */

.special {
    background-image: url(img/special-bg.svg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    text-align: left;
    padding: 100px 0;
}

.special h2 {
    width: 65%;
    margin: 0 0 40px;
}

.special h2 span {
    display: block;
    width: 60%;
    margin: 20px 0 0;
}

.special .oneword ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:50px 40px;
}


/* oneword */

.special .oneword ul li {
    position: relative;
    background-color: #fff;
    width: 47%;
    padding: 10px;
    margin: 20px 0 0;
}

.special .oneword ul li:nth-child(2n+1) {
    margin: 50px 0 0;
}

.special .oneword ul li>div {
    position: absolute;
    width: 20%;
    top: -10%;
    left: -4%;
}

.special .oneword ul li p {
    padding: 20px;
}


/*Youtube*/

.video iframe {
    aspect-ratio: 5 / 3;
    width: 100%;
    height: 100%;
}


/*ボタン*/

.btn {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.btn div {
    width: 49%;
}

.btn div::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.btn div a {
    text-decoration: none;
    display: block;
    background: #2C96B1;
    border: 2px solid #2C96B1;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    padding: 15px 0;
    letter-spacing: 2px;
    transition: ease all 0.3s;
}

.btn div a:hover {
    background: #fff;
    color: #2C96B1;
}

.btn div:hover::after {
    border-top: solid 2px #2C96B1;
    border-right: solid 2px #2C96B1;
}

.btn div,
.btn2 {
    position: relative;
}

.btn2 {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.btn2 a {
    text-decoration: none;
    display: block;
    background: #2C96B1;
    border: 2px solid #2C96B1;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    padding: 15px 0;
    transition: ease all 0.3s;
    letter-spacing: 2px;
    border-radius: 30px;
}

.btn2 a:hover {
    background: #fff;
    color: #2C96B1;
    border: 2px solid #2C96B1;
}

.btn2::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.btn2:hover::after {
    border-top: solid 2px #2C96B1;
    border-right: solid 2px #2C96B1;
}

.feel .btn3{
	padding: 0 0 30px;
}

.btn3{
	padding: 50px 0 0;
}

.btn4 {
    padding: 70px 0;
}

@media screen and (max-width: 480px) {
    .content {
        width: 90%;
        max-width: inherit;
    }
    p,
    dd {
        font-size: 1.2em;
    }
    h1 {
        padding-top: 65px;
    }
    /* read */
    .read {
        background-position: bottom -20% center;
        padding: 0 0 30px;
    }
    .read h2 {
        font-size: 1.7em;
    }
    .read h2 span {
        width: 35%;
        margin-top: 5px;
    }
    .read p {
        margin: 10px 0 20px;
    }
    /* feel */
    .feel {
        padding: 30px 0 10px;
    }
    .feel .yonkun {
        top: -1.5%;
        right: 1%;
        width: 20%;
    }
    /* shop */
    .feel .shop {
        padding: 25px 0 20px;
        margin: 0 0 20px;
    }
    .feel .shop h2,
    .feel .eyesight h2 {
        width: 90%;
    }
    .feel .shop p {
        font-size: 1.2em;
        margin: 10px auto 20px;
    }
    .feel .shop ul li {
        margin: 0 0 10px;
    }
    .feel .shop ul li dl {
        margin: 10px 0;
    }
    .feel .shop ul li dl dt {
        width: 45%;
    }
    .feel .shop ul li dl dd {
        background: linear-gradient(transparent 85%, #D4EAEF 30%);
        font-size: 1.1em;
        letter-spacing: 1px;
    }
    /* eyesight */
    .feel .eyesight {
        padding: 25px 0 20px;
        margin: 0 0 20px;
    }
    .feel .eyesight>img {
        margin: 0 0 10px;
    }
    .feel .eyesight .video {
        width: 80%;
    }
    .feel .eyesight h3 {
        margin: 15px auto 10px;
        width: 70%;
    }
    .feel .eyesight ul {
        margin: 0 auto 15px;
    }
    .feel .eyesight>p {
        width: 90%;
        margin: 0 auto;
        font-size: 1.1em;
    }
    .feel .eyesight dl {
        margin: 10px auto 0;
    }
    .feel .eyesight dl div dt,
    .feel .eyesight dl div dd {
        padding: 10px 10px;
    }
    .feel .eyesight dl div:first-of-type dt {
        width: 20%;
        font-size: 1.1em;
    }
    .feel .eyesight dl div:first-of-type dd {
        width: 80%;
        font-size: 1.1em;
    }
    .feel .eyesight dl div:last-of-type dt {
        width: 20%;
        font-size: 1.1em;
    }
    .feel .eyesight dl div:last-of-type dd {
        width: 80%;
        font-size: 1.1em;
    }
    /* special */
    .special {
        padding: 30px 0;
    }
    .special h2 {
        width: 90%;
        margin: 0 0 20px;
    }
    .special h2 span {
        width: 70%;
        margin: 10px 0 0;
    }

    /* drive */
    .special .drive {
        margin: 0 0 30px;
    }
    .special .drive .video-cnt .video {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .special .drive p {
        color: #fff;
        margin: 0;
    }
    /* oneword */
	.special .oneword ul{
	    margin-top: 5%;
	    gap:30px 0;
    }
    .special .oneword ul li {
        width: 100%;
		margin: 0;
    }
    .special .oneword ul li:nth-child(2n+1) {
        margin: 0;
    }
    .special .oneword ul li>div {
        top: -3%;
        left: -3%;
    }
    .special .oneword ul li p {
        padding: 10px;
    }
    /* Youtube */
    .video {
        width: 90%;
        margin: 0 auto;
    }
    .video .btn2 {
        width: 90%;
    }
    /* ボタン */
    .btn2 {
        width: 100%;
        margin: 0 auto;
    }
    .btn2 a {
        padding: 10px 0;
        font-size: 1.3em;
        letter-spacing: 1.5px;
    }
    .btn div::after,
    .btn2::after {
        width: 7px;
        height: 7px;
    }
    .btn {
        flex-wrap: wrap;
        padding: 0 0;
        gap: 10px 0;
    }
    .btn div {
        width: 100%;
    }
    .btn div a {
        font-size: 1.3em;
    }
    .btn3 {
        padding: 20px 0 20px;
    }
    .btn4 {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .btn4 .btn {
        width: 100%;
    }
}