@charset "UTF-8";

/*____________________________________________________________________________

SITE TITLE: CWBJ-A
____________________________________________________________________________*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

:root {
    font-size: 10px;
    --font-ja: "Noto Sans JP";
    --font-en: "Montserrat";
    
    --black: #2D2D2D;
    --white: #ffffff;
    --gray: #BBBCBC;
    --gray-bg: #D9D9D9;
    --green: #007672;
    --dark-navy: #003555;
    
    --gradiant-heading: linear-gradient(90deg, #104472 0%, #124773 20.19%, #195175 39.42%, #256279 60.1%, #357A7F 80.29%, #398080 100%);
	--gradiant-bg: linear-gradient(75.68deg, #104472 0%, #124773 16.68%, #195175 32.56%, #256279 49.64%, #357A7F 66.31%, #398080 82.6%);
}

body {
	color: var(--black);
}

/*----------------------------------------------------------------------------
 HEADER
----------------------------------------------------------------------------*/

.l-header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	padding: 20px 20px 16px;
    background-color: #fff;
    z-index: 100;
}
.p-logo-header {
	width: 345px;
	height: 80px;
}

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

.l-header {
	padding: 3.333vw 5.333vw 1.2vw;
}
.p-logo-header {
	width: 53.333vw;
	height: 12.533vw;
}

}

/*----------------------------------------------------------------------------
LAYOUT
----------------------------------------------------------------------------*/

.l-main {
	margin-top: 116px;
	width: 100%;
}
.l-section-inner {
	width: 1100px;
	margin: auto;
}
.p-section {
	padding: 136px 0 80px;
}

.p-layout-flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
@media screen and (min-width: 768px) {

.u-hidden-pc {
	display: none
}

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

.l-main {
	margin-top: 17.066vw;
}
.l-section-inner {
	width: 89.333vw;
}
.p-section {
	padding: 21.333vw 0;
}
.u-hidden-sp {
	display: none
}
}

/*----------------------------------------------------------------------------
HEADING
----------------------------------------------------------------------------*/

.l-heading-section {
	margin-bottom: 40px;
}
.p-heading-section {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 8%;
	vertical-align: middle;
	text-align: center;
}
.p-heading-section-en {
	margin-top: 16px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 8%;
	vertical-align: middle;
	text-align: center;
	color: var(--gray);
}
.p-heading-block {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.89;
	text-align: center;
	vertical-align: middle;
	color: var(--dark-navy);
}

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


.l-heading-section {
	margin-bottom: 6.4vw;
}
.p-heading-section {
	font-size: 6.4vw;
}
.p-heading-section-en {
	margin-top: 4.266vw;
	font-size: 5.333vw;
}
.p-heading-block {
	font-size: 5.333vw;
}
}

/*----------------------------------------------------------------------------
 MV
----------------------------------------------------------------------------*/

.l-mv {
	position: relative;
	padding-top: 73px;
	width: 100%;
	height: 560px;
	background-image: url(/lp/cwbj-a/assets/images/img_mv_pc.jpg);
	background-repeat: no-repeat;
	background-positioN: top right;
	background-size: auto 560px;
}
@media screen and (min-width: 1441px) {
	.l-mv {
		background-size: cover;
		background-positioN: center right;
	}
}
.l-mv-container:before {
	content: "";
	width: 431px;
	height: 560px;
	background: url(/lp/cwbj-a/assets/images/img_mv_deco.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.p-mv-content {
	position: relative;
	padding: 56px 32px 48px;
	width: 837px;
	height: 406px;
	background: var(--white);
	box-shadow: 0px 4px 44px 0px #2D2D2D26;
	z-index: 10;
}
.p-mv-catch {
	margin-bottom: 16px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.4;
	letter-spacing: 8%;
	color: var(--dark-navy);
}
.p-mv-heading {
	margin-bottom: 40px;
	padding: 8px 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	color: var(--white);
	background: var(--gradiant-heading);
}
.p-list-service {
	padding: 13px 16px;
	align-items: center;
	gap:40px;
}
.p-list-service li {
	width: 130px;
}
.p-list-service li:nth-last-of-type(1) {
	width: 120px;
}

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

.l-mv {
	position: relative;
	padding-top: 41.866vw;
	height: auto;
	background-image: url(/lp/cwbj-a/assets/images/img_mv_sp.jpg);
	background-positioN: top center;
	background-size: contain;
}

.l-mv-container:before {
	content: none;
}
.p-mv-content {
	position: relative;
	padding: 5.333vw 6.4vw 6.4vw;
	width: 100%;
	height: auto;
}
.p-mv-catch {
	margin-bottom: 6.4vw;
	font-size: 7.466vw;
}
.p-mv-heading {
	margin-bottom: 6.4vw;
	padding: 2.133vw 3.2vw;
	font-size: 4.266vw;
}
.p-list-service {
	padding: 3.466vw 0;
	align-items: center;
	gap: 6.4vw;
	flex-wrap: wrap;
}
.p-list-service li {
	width: 34.666vw;
}
.p-list-service li:nth-last-of-type(1) {
	width: 32vw;
}
.c-mv-heading-small {
	font-size: 4.266vw;
}
}

/*----------------------------------------------------------------------------
 LEAD
----------------------------------------------------------------------------*/

.l-lead {
	padding: 80px 0;
	text-align: center;
}
.l-lead p {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}
.l-lead p strong {
	font-weight: 700;
}

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

.l-lead {
	margin: auto;
	padding: 17.066vw 0 10.666vw;
	width: 89.333vw;
	text-align: left;
}
.l-lead p {
	font-size: 4.266vw;
	text-align: left;
}
}

/*----------------------------------------------------------------------------
 ABOUT
----------------------------------------------------------------------------*/

.l-outline {
	position: relative;
	padding: 80px 0;
	background-image: url(/lp/cwbj-a/assets/images/bg_about.jpg);
	background-size: cover;
	background-position: center;
}
.l-outline:before {
	content: "";
	width: 96px;
	height: 47px;
	background-image: url(/lp/cwbj-a/assets/images/img_polygon_wh.png);
	background-size: cover;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
}

.p-heading-outline {
	margin-bottom: 80px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 5%;
	vertical-align: middle;
	color: var(--white)
}
.p-content-outline {
	padding: 80px;
	background: var(--white);
}
.img-logo-code-without-barriers {
	margin: 0 auto 64px;
	width: 702px;
	height: auto;
}

.p-about-description {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.75;
	vertical-align: middle;
}

.p-heading-free-program {
	position: relative;
}
.p-heading-free-program:before,
.p-heading-free-program:after {
	content: "";
	width: calc( (100% - 336px) / 2 );
	height: 1px;
	background: var(--gradiant-heading);
	position: absolute;
	top: 50%;
}
.p-heading-free-program:before {
	left: 0;
}
.p-heading-free-program:after {
	right: 0;
}
.l-list-program {
	margin: 64px auto 0;
}
.p-list-program-items {
	margin-top: 40px;
	gap: 24px;
}
.p-list-program-item {
	position: relative;
	padding: 159px 24px 24px;
	width: 33%;
	background-image: url(/lp/cwbj-a/assets/images/bg_voice_user.jpg);
	background-size: cover;
}
.p-list-program-item:before {
	content: "";
	width: 107px;
	height: 103px;
	background-size: cover;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
}
.p-list-program-item:nth-of-type(1):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_01.png);
}
.p-list-program-item:nth-of-type(2):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_02.png);
}
.p-list-program-item:nth-of-type(3):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_03.png);
}

.p-list-program-item h4 {
	margin-bottom: 24px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.p-list-program-item p {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.75;
	vertical-align: middle;
}

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

.l-outline {
	position: relative;
	padding: 14.933vw 0 10.666vw;
}
.l-outline:before {
	width: 18.666vw;
	height: 9.333vw;
}
.p-heading-outline {
	margin-bottom: 6.4vw;
	font-size: 5.333vw;
}
.p-content-outline {
	padding: 17.066vw 5.333vw 6.4vw;
}
.img-logo-code-without-barriers {
	margin: 0 auto 10.666vw;
	width: 100%;
}
.p-about-description {
	font-size: 4.266vw;
}
.l-list-program {
    margin: 10.666vw auto 0;
}
.p-heading-free-program:before,
.p-heading-free-program:after {
	width: calc( (100% - 52.266vw) / 2 );
}
.p-list-program-items {
	margin-top: 4.266vw;
	gap: 6.4vw;
	flex-flow: column;
}
.p-list-program-item {
	padding: 6.4vw;
	width: 100%;
}
.p-list-program-item:before {
	content: "";
	width: 21.6vw;
	height: 20.8vw;
	background-size: cover;
	position: absolute;
	top: 6.4vw;
	left: 6.4vw;
	right: auto;
	margin: auto;
}
.p-list-program-item:nth-of-type(1):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_01.png);
}
.p-list-program-item:nth-of-type(2):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_02.png);
}
.p-list-program-item:nth-of-type(3):before {
	background-image: url(/lp/cwbj-a/assets/images/icon_program_03.png);
}

.p-list-program-item h4 {
	margin-bottom: 4.266vw;
	padding-left: 26.133vw;
	height: 20.8vw;
	font-size: 5.3vw;
	line-height: 1.3;
	text-align: left;
	display: flex;
	align-items: center;
}
.p-list-program-item p {
	font-size: 4.266vw;
}

.p-btn-anchor {
	margin: 6.4vw auto 0;
	width: 89.333vw;
	height: 14.4vw;
	border: 1px solid var(--white);
	border-radius: 999px;
}
.p-btn-anchor a {
	width: 100%;
	height: 100%;
	font-size: 3.733vw;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	background-image: url(/lp/cwbj-a/assets/images/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-size: 3.266vw auto;
	background-position: center right 22px;
	
}
}


/*----------------------------------------------------------------------------
 REASON
----------------------------------------------------------------------------*/
.l-reason {
	padding: 136px 20px 200px;
	background-image: url(/lp/cwbj-a/assets/images/bg_wave.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom 46px;
}

.p-reason-content {
	gap: 80px;
}
.p-pict-officer {
	width: 404px;
	flex-basis: 404px;
	flex-shrink: 0;
}
.p-reason-description-txt {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 18px;
	line-height: 2.0;
	vertical-align: middle;
}
.p-credit-officer {
	margin-top: 64px;
}

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

.l-reason {
	padding: 21.333vw 5.333vw 21.333vw;
	background-image: url(/lp/cwbj-a/assets/images/bg_wave_sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom 18.666vw;
}

.p-reason-content {
	flex-flow: column;
	gap: 10.666vw;
}
.p-pict-officer {
	width: 100%;
	flex-basis: unset;
	flex-shrink: unset;
}

.p-reason-description-txt {
	font-size: 4.266vw;
	line-height: 1.75;
}

.p-credit-officer {
	margin-top: 6.4vw;
	font-size: 3.733vw;
	text-align: right;
}
}

/*----------------------------------------------------------------------------
 PROGRAM
----------------------------------------------------------------------------*/

.l-program {
	padding: 120px 20px 80px;
	background: var(--gradiant-bg);
}
.p-heading-program {
	color: var(--white);
}
.p-description-program {
	margin-bottom: 64px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 20px;
	line-height: 2.0;
	vertical-align: middle;
	text-align: center;
	color: var(--white);
}
.l-content-program {
	position: relative;
	padding: 64px 80px 80px;
	background: var(--white);
}
.l-content-program:before {
	content: "";
	width: 1277px;
	height: 329px;
	background: url(/lp/cwbj-a/assets/images/img_deco_program.png);
	background-size: cover;
	position: absolute;
	top: -40px;
	left: -100px;
}
.img-program-badge {
	margin: 0 auto 64px;
	width: 449px;
	height: auto;
}
.p-course-first {
	margin-bottom: 70px;
	border: 1px solid var(--dark-navy);
}
.p-heading-course {
	padding: 8px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: var(--white);
	background: var(--gradiant-heading);
}
.p-description-course {
	padding: 25px 0 27px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	color: var(--dark-navy);
}
.p-heading-course-detail {
	position: relative;
	padding: 8px 0;
	width: 400px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--white);
	background: var(--gradiant-heading);
	text-align: center;
}
.p-heading-course-detail:before {
	content: "";
	width: 86px;
	height: 42px;
	background: url(/lp/cwbj-a/assets/images/img_polygon_grad.png);
	background-size: cover;
	position: absolute;
	top: -56px;
	right: 0;
	left: 0;
	margin: auto;
}
.p-heading-cpourse-sub {
	width: 140px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--dark-navy);
	background: var(--gray-bg);
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--dark-navy);
	border-right: none;
}
.p-description-course-detail {
	height: 160px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--dark-navy);
	border-left: none;
}
.p-description-course-detail ul {
	margin: auto;
	display: inline-block;
}
.p-description-course-detail li {
	padding: 2px 0 3px;
	padding-left: 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	background-image: url(/lp/cwbj-a/assets/images/icon_check_circle.png);
	background-repeat: no-repeat;
	background-size: 28px;
}
.p-description-course-detail li:not(:nth-last-of-type(1)) {
	margin-bottom: 16px;
}

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

.l-program {
	padding: 17.066vw 5.3vw 10.666vw;
	background: var(--gradiant-bg);
}

.p-description-program {
	margin-bottom: 8.533vw;
	font-size: 4.266vw;
	line-height: 1.75;
	text-align: left;
}
.l-content-program {
	padding: 10.666vw 5.333vw 6.4vw;
}
.l-content-program:before {
	content: "";
	width: 99.6vw;
	height: 27.2vw;
	background: url(/lp/cwbj-a/assets/images/img_deco_program_sp.png);
	background-size: cover;
	top: -15px;
	left: -28px;
	
}
.img-program-badge {
	margin: 0 auto 10.666vw;
	width: 100%;
	height: auto;
}

.p-course-first {
	position: relative;
	margin-bottom: 10.1333vw;
}
.p-course-first:before {
	content: "";
	width: 12.266vw;
	height: 5.866vw;
	background: url(/lp/cwbj-a/assets/images/img_polygon_grad.png);
	background-size: cover;
	position: absolute;
	bottom: -8.533vw;
	right: 0;
	left: 0;
	margin: auto;
}
.p-heading-course {
	padding: 2.133vw 0;
	font-size: 4.8vw;
}
.p-description-course {
	padding: 4.266vw 8.533vw;
	font-size: 4.266vw;
	text-align: center;
}

.p-heading-course-detail {
	position: relative;
	padding: 2.133vw 0;
	width: 100%;
	font-size: 4.8vw;
}
.p-heading-course-detail:before {
	content: none;
}
.p-heading-cpourse-sub {
	margin-bottom: 3.2vw;
	width: 100%;
	font-size: 4.266vw;
	border: none;
}
.p-description-course-detail {
	padding: 3.2vw 3.2vw 4.266vw;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--dark-navy);
	border-left: 1px solid var(--dark-navy);
}
.p-description-course-detail ul {
	margin: auto;
	display: block;
}
.p-description-course-detail li {
	padding: 5px 0 5px;
	padding-left: 32px;
	font-size: 3.733vw;
}
.p-description-course-detail li:not(:nth-last-of-type(1)) {
	margin-bottom: 16px;
}
.p-course-detail-item ul:nth-of-type(1) {
	margin-bottom: 12px;
}
}

/*----------------------------------------------------------------------------
 VOICE
----------------------------------------------------------------------------*/

.p-list-voice {
	gap: 24px;
}

.p-list-voice-item {
    padding: 24px 24px;
    width: 33%;
    background-image: url(/lp/cwbj-a/assets/images/bg_voice_user.jpg);
    background-size: cover;
}
.p-list-voice-item h3 {
	margin-bottom: 32px;
	padding: 0 0 0 114px;
	height: 103px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.0;
	vertical-align: middle;
	display: flex;
	align-items: center;
	background-size: 96px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.p-list-voice-item:nth-of-type(1) h3 {
	background-image: url(/lp/cwbj-a/assets/images/icon_user_01.png);
}
.p-list-voice-item:nth-of-type(2) h3 {
	background-image: url(/lp/cwbj-a/assets/images/icon_user_02.png);
}
.p-list-voice-item:nth-of-type(3) h3 {
	background-image: url(/lp/cwbj-a/assets/images/icon_user_03.png);
}
.p-list-voice-item p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
}

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

.l-voice {
	padding-bottom: 0;
}

.p-list-voice {
	flex-flow: column;
	gap: 6.4vw;
}
.p-list-voice-item {
    padding: 6.4vw;
    width: 100%;
}

.p-list-voice-item h3 {
	margin-bottom: 8.533vw;
	padding: 0 0 0 29.866vw;
	height: 27.466vw;
	font-size: 6.4vw;
	background-size: 25.6vw auto;
}
.p-list-voice-item p {
	font-size: 4.266vw;
}

}

/*----------------------------------------------------------------------------
 APPLY
----------------------------------------------------------------------------*/

.l-content-apply {
	padding: 40px;
	align-items: center;
	gap: 8px;
	background: var(--gradiant-bg);
}
.p-apply-description {
	width: 886px;
	flex-basis: 886px;
	flex-shrink: 0;
}
.p-apply-description h3 {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.89;
	color: var(--white);
}
.p-apply-description h3 a {
	display: inline-block;
	padding-right: 24px;
	color: var(--white);
	background-image: url(/lp/cwbj-a/assets/images/icon_external_link_wh.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center right;
	text-decoration: underline;
}
.p-img-qr {
	width: 126px;
	flex-basis: 126px;
	flex-shrink: 0;
}
.p-txt-apply-caution {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.89;
	vertical-align: middle;
	color: var(--white);
}
.c-txtpersol {
	display: inline-block;
	margin: 0 8px;
	padding: 6px 8px;
	font-size: 18px;
	line-height: 1;
	color: var(--black);
	background: var(--white);
}


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

.l-content-apply {
	padding: 5.333vw;
	display: block;
	align-items: unset;
	gap: unset;
}
.p-apply-description {
    width: 100%;
    flex-basis: unset;
    flex-shrink: unset;
}
.p-apply-description h3 {
	margin-bottom: 6.4vw;
	font-size: 4.266vw;
}
.p-apply-description h3 a {
	padding-right: 6.4vw;
}
.p-img-qr {
	display: none;
}

.p-txt-apply-caution {
	font-size: 4.266vw;
}
.c-txtpersol {
	display: inline-block;
	margin: 0 8px;
	padding: 6px 8px;
	font-size: 18px;
	line-height: 1;
	color: var(--black);
	background: var(--white);
}
}

/*----------------------------------------------------------------------------
 FAQ
----------------------------------------------------------------------------*/

.l-faq {
	padding: 120px 0 80px;
	background-image: url(/lp/cwbj-a/assets/images/bg_faq.jpg);
	background-size: cover;
	background-position: center;
}
.l-content-faq {
	padding: 80px;
	background: var(--white);
}
.p-faq-item:not(:nth-last-of-type(1)) {
	margin-bottom: 64px;
}
.p-faq-item-term {
	position: relative;
	margin-bottom: 12px;
	padding-left: 56px;
	padding-bottom: 12px;
	font-size: 22px;
	line-height: 1.89;
	font-weight: 700;
	color: var(--dark-navy);
	border-bottom: 1px solid var(--dark-navy);
}
.p-faq-item-description {
	position: relative;
	padding-left: 56px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
}
.p-faq-item-term:before,
.p-faq-item-description:before {
	width: 40px;
	height: 40px;
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--white);
	position: absolute;
	left: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-faq-item-term:before {
	content: "Q";
	background: var(--dark-navy);
}
.p-faq-item-description:before {
	content: "A";
	background: var(--green);
}
.c-link-external {
	padding-right: 24px;
	background-image: url(/lp/cwbj-a/assets/images/icon_external_link.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center right;
    text-decoration: underline;
}

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

.l-faq {
	padding: 17.066vw 0 10.666vw;
}

.l-content-faq {
	padding: 6.4vw 5.333vw;
}

.p-faq-item:not(:nth-last-of-type(1)) {
	margin-bottom: 5.333vw;
}
.p-faq-item-term {
	margin-bottom: 3.2vw;
	padding-left: 14.933vw;
	padding-bottom: 3.2vw;
	font-size: 4.266vw;
	line-height: 1.75;
}

.p-faq-item-description {
	padding-left: 14.933vw;
	font-size: 4.266vw;
}
}

/*----------------------------------------------------------------------------
 BANNER
----------------------------------------------------------------------------*/

.l-banner {
	padding: 120px 0 212px;
	background-image: url(/lp/cwbj-a/assets/images/bg_wave.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom 10px;
}

.p-list-banner-items {
	flex-wrap: wrap;
	gap: 24px;
}
.p-list-banner-item {
	width: 538px;
	border: 1px solid var(--dark-navy);
}
.p-heading-banner {
	padding: 8px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--white);
	text-align: center;
	background: var(--gradiant-heading);
}
.p-list-banner-item a {
	width: 100%;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	background-image: url(/lp/cwbj-a/assets/images/icon_btn_arrow.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center right 24px;  
}
.p-list-banner-item:nth-of-type(1) a img {
	width: 220px;
	height: auto;
}
.p-list-banner-item:nth-of-type(2) a img {
	width: 180px;
	height: auto;
}
.p-list-banner-item:nth-of-type(3) a img {
	width: 220px;
	height: auto;
}
.p-list-banner-item:nth-of-type(4) a img {
	width: 180px;
	height: auto;
}

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

.l-banner {
	padding: 17.066vw 0 32vw;
	background-image: url(/lp/cwbj-a/assets/images/bg_wave_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom 0;
}
.p-list-banner-items {
	gap: 4.266vw;
}

.p-list-banner-item {
	width: 100%;
}

.p-heading-banner {
	padding: 5.333vw 0;
	font-size: 4.266vw;
}
.p-list-banner-item a {
	width: 100%;
	height: 22.933vw;
	background-position: center right 6.4vw;  
}

.p-list-banner-item:nth-of-type(1) a img {
	width: 45.866vw;
}
.p-list-banner-item:nth-of-type(2) a img {
	width: 39.733vw;
}
.p-list-banner-item:nth-of-type(3) a img {
	width: 45.866vw;
}
.p-list-banner-item:nth-of-type(4) a img {
	width: 40.266vw;
}
}

/*----------------------------------------------------------------------------
 NOTE
----------------------------------------------------------------------------*/

.l-note {
	padding: 24px 0;
}
.l-note p {
	font-size: 12px;
	line-height: 1.89;
	color: #54565A;
}

@media screen and (max-width: 767px) {
.l-note {
	padding: 6.4vw 0;
}
.l-note p {
	font-size: 3.2vw;
	line-height: 1.5;
}
}
















