@charset "UTF-8";

/*================================================
 *  はじめて免許を取得される方へ用
 ================================================*/


.bg_beginner_ptn {
	background: url(../images/beginner/beginner_bg_ptn.svg);
}

/*******メインエリア*******/
section#main_area h1 img {
	width: 100%;
	height: auto;
}

/*パンくず*/
section#main_area .breadcrumb {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	bottom: auto;
	right: auto;
	color: #fff;
	z-index: 10;
	max-width: 1440px;
	width: 100%;
	padding: 35px 20px 0;
	justify-content: flex-start;
}



/*******イントロダクション*******/
section#intro_area {
	padding: 90px 0 240px;
}
section#intro_area .bg_box {
	top: 0;
	left: 50%;
	height: 100%;
	max-width: 1900px;
	width: 100%;
	transform: translate(-50%,0);
}
section#intro_area .bg_box .bg01 {
	top: -30px;
	left: 26rem;
	width: 30rem;
}
section#intro_area .bg_box .bg02 {
	top: -10px;
	right: 15rem;
	width: 34.5rem;
}
section#intro_area .bg_box .bg03 {
	left: 13rem;
	bottom: 55px;
	width: 34rem;
}
section#intro_area .bg_box .bg04 {
	right: 34rem;
	bottom: 100px;
	width: 21.8rem;
}
section#intro_area .inner {
	z-index: 10;
}
section#intro_area .inner h2 {
	margin-bottom: 55px;
}






/*******はじめての人にも安心の理由*******/
section#anshin_area {
	border: 16px solid rgba(var(--color-main-rgb), 0.2);
	border-radius: 40px;
	padding: 135px 5rem 115px;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 5;
}

section#anshin_area::before,
section#anshin_area h2 {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%,0);
	width: 1100px;
	width: min(75vw ,1100px);
}
section#anshin_area::before {
	content: '';
	z-index: 1;
	background-color: #fff;
	height: 50px;
	
}
section#anshin_area h2 {
	text-align: center;
	padding: 0 20px;
	z-index: 2;
}
section#anshin_area h2 img {
	transform: translate(0,-60%);
}


section#anshin_area h3 {
	margin-bottom: 60px;
	position: relative;
	z-index: 5;
}
section#anshin_area h3:nth-of-type(n+2) {
	margin-top: 70px;
}



/*魅力*/
section#anshin_area .inner #attractive_slider {
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	width: 100vw;
}
section#anshin_area .inner #attractive_slider .swiper-slide {
	width: 300px;
	margin: 0 20px;
}
section#anshin_area .inner #attractive_slider .swiper-slide .inr {
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	width: 300px;
	height: 300px;
	position: relative;
}
section#anshin_area .inner #attractive_slider .swiper-slide .inr img {
	position: absolute;
	top: 20px;
	left: 20px;
}



/*WEB割引*/
section#anshin_area .bg01 {
	top: -20px;
	left: -15rem;
	width: 28.5rem;
}
section#anshin_area .bg02 {
	top: -40px;
	right: -29.5rem;
	width: 45rem;
}

section#anshin_area .inner .webwari_list dl {
	border: 4px solid;
	overflow: hidden;
	width: 535px;
	width: calc(50% - 15px);
	text-align: center;
	position: relative;
	z-index: 10;
}
section#anshin_area .inner .webwari_list dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
	padding: 0.5em 0 0.7em;
}
section#anshin_area .inner .webwari_list dl dt span {
	font-size: 20px;
}
section#anshin_area .inner .webwari_list dl dd {
	padding: 40px 0 50px;
}
section#anshin_area .inner .webwari_list dl dd .txt_normal {
	font-size: 20px;
	font-weight: bold;
}
section#anshin_area .inner .webwari_list dl dd .txt_normal span {
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}
section#anshin_area .inner .webwari_list dl dd .price_wari {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
section#anshin_area .inner .webwari_list dl dd .price_wari > span:nth-child(1) {
	line-height: 1.25;
	width: 90px;
	margin-right: 1.2em;
	padding: 0.535em 0;
}
section#anshin_area .inner .webwari_list dl dd .price_wari em {
	font-size: 64px;
}
section#anshin_area .inner .webwari_list dl dd .price_wari .en {
	text-align: center;
}
section#anshin_area .inner .webwari_list dl dd .price_wari .en span {
	display: block;
	font-size: 28px;
	margin-top: 0.1em;
}



@media screen and (max-width: 1050px) {
	section#anshin_area .inner .webwari_list {
		display: block;
		width: 530px;
		margin: 0 auto;
	}
	section#anshin_area .inner .webwari_list dl {
		width: 100%;
	}
	section#anshin_area .inner .webwari_list dl + dl {
		margin-top: 30px;
	}
}



/*トモ割*/
section#anshin_area .inner .tomowari_box {
	padding: 105px 80px 50px;
	top: -85px;
	margin-bottom: -85px;
}




/*ボタン*/
section#anshin_area .btn_list {
	margin-top: 90px;
}
section#anshin_area .btn_list > div {
	width: 100%;
	text-align: center;
	padding: 0 3rem;
}
section#anshin_area .btn_list > div + div {
	border-left: 1px solid #c8c8c8;
}
section#anshin_area .btn_list > div h4 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
}
section#anshin_area .btn_list > div .btn_arrow {
	font-size: 30px;
	font-weight: bold;
	max-width: 540px;
	height: 4em;
	margin: 45px auto 0;
	padding: 0 1.2em;
}


@media screen and (max-width: 1350px) {
	section#anshin_area .btn_list > div h4 {
		font-size: 3vw;
	}
	section#anshin_area .btn_list > div .btn_arrow {
		font-size: 2.3vw;
	}
}




/*******選ばれる6つの理由*******/
section#reason_area {
	padding-top: 140px;
}
section#reason_area .bg_deco01 {
	top: 0;
	right: 0;
	z-index: -1;
}
section#reason_area .bg_deco02 {
	bottom: -105px;
	left: -480px;
	z-index: -1;
}

section#reason_area .reason_list {
	max-width: 1540px;
	margin: 80px auto 0;
}

section#reason_area .reason_list figure {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	position: relative;
}
section#reason_area .reason_list figure + figure {
	margin-top: 120px;
}
section#reason_area .reason_list figure:nth-of-type(even) {
	flex-direction: row-reverse;
}
section#reason_area .reason_list figure .unit_img {
	width: 700px;
	width: min(50% - 7rem, 700px);
	position: relative;
}
section#reason_area .reason_list figure:nth-of-type(odd) .unit_img {
	padding-left: 40px;
}
section#reason_area .reason_list figure:nth-of-type(even) .unit_img {
	padding-right: 40px;
}
section#reason_area .reason_list .unit_img .img02 {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	width: 54.545%;
}
section#reason_area .reason_list figure:nth-of-type(odd) .unit_img .img02 {
	left: -40px;
}
section#reason_area .reason_list figure:nth-of-type(even) .unit_img .img02 {
	display: block;
	margin-right: -40px;
	margin-left: auto;
}
section#reason_area .reason_list figure .img_no {
	position: absolute;
	top: -30px;
	z-index: 1;
}
section#reason_area .reason_list figure:nth-of-type(odd) .img_no {
	right: -20px;
}
section#reason_area .reason_list figure:nth-of-type(even) .img_no {
	left: -20px;
}

section#reason_area .reason_list figure figcaption {
	width: 580px;
	flex-shrink: 0;
	padding: 0 20px;
}
section#reason_area .reason_list figure:nth-of-type(odd) figcaption {
	margin-left: 60px;
}
section#reason_area .reason_list figure:nth-of-type(even) figcaption {
	margin-right: 60px;
}

section#reason_area .reason_list figure figcaption h3 {
	margin-bottom: 50px;
}


section#reason_area .reason_list figure figcaption .btn_arrow {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	padding: 0 1.15em;
	height: 100px;
	width: 400px;
}


@media screen and (max-width: 1100px) {
	section#reason_area .bg_deco02 {
		display: none;
	}
	section#reason_area .reason_list {
		max-width: 660px;
	}
	section#reason_area .reason_list figure {
		display: block;
	}
	section#reason_area .reason_list figure .unit_img {
		width: 100%;
		padding: 0!important;
	}
	section#reason_area .reason_list figure figcaption {
		width: 100%;
		margin: 50px 0 0!important;
		padding: 0;
	}
	section#reason_area .reason_list figure figcaption .btn_arrow {
		margin-left: auto;
		margin-right: auto;
	}
}




/*******よくある質問*******/
section#qa_area {
	padding-top: 200px;
}





/*******申込系エリア*******/
section.offer_area .message_box {
	padding: 55px 0 100px;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}
section.offer_area:first-of-type .message_box {
	display: none;
}
section.offer_area .message_box .img_txt {
	display: block;
	margin: 0 auto;
}
section.offer_area .message_box .img01 {
	bottom: -65px;
	left: 80px;
}
section.offer_area .message_box .img02 {
	bottom: -90px;
	right: 0;
}

@media screen and (max-width:1680px) {
	section.offer_area .message_box .img_txt {
		width: 49.047vw;
	}
	section.offer_area .message_box .img01 {
		left: 4.76vw;
		width: 19.52vw;
	}
	section.offer_area .message_box .img02 {
		width: 23.8vw;
	}
}

section.offer_area .offer_box .bg01 {
	bottom: 200px;
	right: 50%;
	margin-right: 410px;
	z-index: 2;
}
section.offer_area .offer_box .bg02 {
	bottom: 190px;
	left: 50%;
	margin-left: 450px;
	z-index: 2;
}
@media screen and (max-width:1600px) {
	section.offer_area .offer_box {
		padding-bottom: 30vw!important;
	}
	section.offer_area .offer_box .bg01 {
		bottom: 8vw;
		left: 12vw;
		right: auto;
		margin: 0;
		width: 30vw;
	}
	section.offer_area .offer_box .bg02 {
		bottom: 8vw;
		right: 13vw;
		left: auto;
		margin: 0;
		width: 27vw;
	}
}


section.offer_area:first-of-type .pdg_lr {
	padding: 0;
}
section.offer_area:first-of-type .offer_box {
	background-image: none!important;
	border-radius: 0!important;
	max-width: inherit!important;
	padding-top: 200px!important;
	top: -100px;
	margin-bottom: -100px!important;
}
section.offer_area:first-of-type .offer_box::before {
	content: none;
}



/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {


/*******メインエリア*******/

/*パンくず*/
section#main_area .breadcrumb {
	display: none;
}



/*******イントロダクション*******/
section#intro_area {
	padding: 37vw 0 15vw;
}
section#intro_area .bg_box .bg01 {
	top: 5vw;
	left: 9vw;
	width: 32vw;
}
section#intro_area .bg_box .bg02 {
	top: 6.5vw;
	right: 9.3vw;
	width: 37vw;
}

section#intro_area .inner h2 {
	margin-bottom: 7vw;
}
section#intro_area .inner h2 img {
	width: 85vw;
}







/*******はじめての人にも安心の理由*******/
section#anshin_area {
	border-width: 2vw;
	border-radius: 8vw;
	padding: 0 0 15vw;
	max-width: inherit;
	width: 104vw;
	left: -2vw;
}

section#anshin_area::before {
	top: -2vw;
	height: 10vw;
	width: 58vw;
	
}
section#anshin_area h2 {
	position: relative;
	top: -4.6vw;
	left: auto;
	margin-bottom: -4.6vw;
	padding: 0;
	transform: none;
	text-align: center;
	width: 100%;
	padding-bottom: 9vw;
}
section#anshin_area h2 img {
	transform: none;
	width: 95vw;
}

section#anshin_area h3 {
	margin-bottom: 7vw;
}
section#anshin_area h3:nth-of-type(n+2) {
	margin-top: 10vw;
}
section#anshin_area h3 img {
	width: 80vw;
}


/*魅力*/
section#anshin_area .inner #attractive_slider .swiper-slide {
	width: 48vw;
	margin: 0 3.2vw;
}
section#anshin_area .inner #attractive_slider .swiper-slide .inr {
	font-size: 4.8vw;
	width: 48vw;
	height: 48vw;
}
section#anshin_area .inner #attractive_slider .swiper-slide .inr img {
	top: 3vw;
	left: 3vw;
	height: 9.3vw;
}


/*WEB割引*/
section#anshin_area .inner .webwari_list dl {
	border-width: 1vw;
}
section#anshin_area .inner .webwari_list dl dt {
	font-size: 4.8vw;
}
section#anshin_area .inner .webwari_list dl dt span {
	font-size: 3.4vw;
}
section#anshin_area .inner .webwari_list dl dd {
	padding: 6vw 5.5vw;
}
section#anshin_area .inner .webwari_list dl dd .txt_normal {
	font-size: 4vw;
}
section#anshin_area .inner .webwari_list dl dd .price_wari {
	font-size: 2.4vw;
	margin-top: 4.5vw;
}
section#anshin_area .inner .webwari_list dl dd .price_wari > span:nth-child(1) {
	font-size: 3.5vw;
	width: 100%;
	margin: 0 0 3.5vw;
}
section#anshin_area .inner .webwari_list dl dd .price_wari em {
	font-size: 10.4vw;
}
section#anshin_area .inner .webwari_list dl dd .price_wari .en span {
	font-size: 4.8vw;
}



/*トモ割*/
section#anshin_area .inner .tomowari_box {
	padding: 17vw 6.6vw 10vw;
	top: -10vw;
	margin-bottom: -10vw;
}




/*ボタン*/
section#anshin_area .btn_list {
	margin: 12vw auto 0;
	width: 80vw;
}
section#anshin_area .btn_list > div {
	padding: 0;
}
section#anshin_area .btn_list > div + div {
	border-left: none;
	border-top: 1px solid #c8c8c8;
	margin-top: 12vw;
	padding-top: 12vw;
}
section#anshin_area .btn_list > div h4 {
	font-size: 5.6vw;
}
section#anshin_area .btn_list > div .btn_arrow {
	font-size: 4.8vw;
	max-width: inherit;
	height: 18vw;
	margin-top: 6vw;
}






/*******選ばれる6つの理由*******/
section#reason_area {
	padding-top: 18vw;
}
section#reason_area .bg_deco01 {
	width: 24vw;
}

section#reason_area h2 img {
	width: 94vw;
}



section#reason_area .reason_list {
	margin-top: 10vw;
}

section#reason_area .reason_list figure + figure {
	margin-top: 15vw;
}
section#reason_area .reason_list .unit_img .img02 {
	top: -18vw;
	margin-bottom: -18vw;
	width: 36vw;
}
section#reason_area .reason_list figure:nth-of-type(odd) .unit_img .img02 {
	left: -9.3vw;
}
section#reason_area .reason_list figure:nth-of-type(even) .unit_img .img02 {
	margin-right: -9.3vw;
}
section#reason_area .reason_list figure .img_no {
	top: -4vw;
	width: 20vw;
}
section#reason_area .reason_list figure:nth-of-type(odd) .img_no {
	right: -4vw;
}
section#reason_area .reason_list figure:nth-of-type(even) .img_no {
	left: -4vw;
}

section#reason_area .reason_list figure figcaption {
	margin-top: 8vw!important;
}
section#reason_area .reason_list figure figcaption h3 {
	margin-bottom: 6vw;
}
section#reason_area .reason_list figure figcaption h3 img {
	height: 22.26vw;
}

section#reason_area .reason_list figure figcaption .btn_arrow {
	font-size: 4.8vw;
	margin-top: 8vw;
	height: 18vw;
	width: 73vw;
}









/*******よくある質問*******/
section#qa_area {
	padding-top: 20vw;
}






/*******申込系エリア*******/
section.offer_area .message_box {
	padding: 8vw 0 50vw;
	max-width: inherit;
}
section.offer_area .message_box .img_txt {
	width: 90vw;
}
section.offer_area .message_box .img01 {
	bottom: -8vw;
	left: 10vw;
	width: 42vw;
}
section.offer_area .message_box .img02 {
	bottom: -10vw;
	right: 2vw;
	width: 50vw;
}

section.offer_area .offer_box {
	border-radius: 0!important;
	padding: 15vw 0 45vw!important;
}
section.offer_area .offer_box .bg01 {
	bottom: 10vw;
	left: 13vw;
	width: 40vw;
}
section.offer_area .offer_box .bg02 {
	bottom: 8.5vw;
	right: 13vw;
	width: 37vw;
}

section.offer_area .offer_box h3 img {
	height: 7vw;
}


section.offer_area:first-of-type .offer_box {
	padding-top: 20vw!important;
	top: -5vw;
	margin-bottom: -5vw!important;
}




/*******フッター*******/
footer {
	padding-top: 0;
}





}