@charset "utf-8";
.top-mv{
	background: url(../images/top/mv_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	height: 100vh;
	width: 100vw;
}

.top-mv::before{
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, #58C2DB);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.top-mv .top-mv-txt-box{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 55px;
}

.top-mv .top-mv-txt-box h1{
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 5px 5px 5px 40px;
	position: relative;
	z-index: 1;
	display: table;
	margin-bottom: 25px;
}

.top-mv .top-mv-txt-box h1::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(315deg, #206EFD, #74CCE3);
	transform: scaleY(0.9) perspective(4.9em) rotateX(-7deg);
	transform-origin: bottom left;
}

.top-mv .top-mv-txt-box .mv-en-txt{
	mix-blend-mode: overlay;
	width: 100%;
}

.top-mv .top-mv-txt-box h2{
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.2em;
	margin-top: 20px;
	padding: 0 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-mv .top-mv-txt-box h2::before{
	content: "";
	background: linear-gradient(to right, rgba(255,255,255,0), #ffffff);
	height: 1px;
	width: calc(100% - 573px);
	display: block;
}

.top-mv .top-mv-txt-box h3{
	font-size: 36px;
	text-align: right;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 5px;
	padding: 0 80px;
	width: 100%;
}

.main-contnets section{
	padding: 120px 0;
}

.about-en-title{
	display: table;
	margin-bottom: 60px;
}

.about-en-title .en{
	color: #206EFD;
	font-size: 46px;
	font-weight: 400;
	letter-spacing: 0.03em;
	position: absolute;
	top: 85px;
	right: -55px;
	transform: rotate(-10deg);
}

.about-en-title .ja{
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-top: 60px;
}

.main-contnets.top .about-sec h3{
	font-size: 32px;
	letter-spacing: 0.06em;
	line-height: 1.43;
	margin-bottom: 60px;
}

.main-contnets.top .about-sec p{
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 2.22;
}

.main-contnets.top .about-sec .about-img{
	position: absolute;
	right: 0;
	top: 135px;
	width: 48%;
	border-radius: 20px 0 0 20px;
	z-index: -1;
}

.btns{
	gap: 20px;
}

.link-btn{
	background: #ffffff;
	border: 1px solid #7888A4;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 240px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
}

.link-btn.en-link{
	font-size: 20px;
}

.link-btn::after{
	content: "\f0a9";
	font-family: "FontAwesome";
	color: #B8C3D8;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.main-contnets.top .work-style-sec{
	max-width: calc(100% - 100px);
	margin: 0 auto;
}

.main-contnets.top .work-style-sec .bg-blue{
	background: #F4F8F8;
	border-radius: 20px;
	padding: 120px 0;
}

.main-contnets section + section{
	padding-top: 0;
}

.sec-title{
	font-size: 32px;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}

.sec-title.mb-0{
	margin-bottom: 0;
}

.sec-title .en{
	color: #206EFD;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.sec-title .en::before{
	content: "";
	background: #206EFD;
	height: 24px;
	width: 2.4px;
	display: block;
}

.f-14-p{
	font-size: 14px;
	line-height: 2;
}

.work-style-links .blo img{
	border-radius: 10px;
}

.work-style-links .blo a{
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}

.recruit-pdf-box{
	background: #ffffff;
	border-radius: 15px;
	padding: 40px 90px;
	box-shadow: 0 3px 11px rgba(0,0,0,0.16);
}

.recruit-pdf-box h3{
	border-right: 1px solid #333333;
	font-size: 18px;
	margin-right: 40px;
	padding-right: 40px;
}

.recruit-pdf-box h3 span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.main-contnets.top .career-sec .img img{
	border-radius: 10px;
}

.main-contnets.top .career-sec .txt{
	max-width: 540px;
}

.main-contnets.top .message-company-sec .sec-blo{
	background: #F3F8F8;
}

.main-contnets.top .message-company-sec .sec-blo:nth-child(even){
	flex-direction: row-reverse;
}

.main-contnets.top .message-company-sec .img,
.main-contnets.top .message-company-sec .txt-box{
	width: 50%;
}

.main-contnets.top .message-company-sec .txt{
	margin: 0 auto;
	max-width: 407px;
}

.main-contnets section.pd-0-sec{
	padding: 0;
}

.main-contnets section.description-sec{
	background: url(../images/top/jpb-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0!important;
}

.main-contnets section.description-sec::before{
	content: "";
	background: #73CCE3;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.description-sec .description-box{
	background: rgba(255,255,255,0.9);
	border-radius: 20px;
	box-shadow: 0 3px 11px rgba(0,0,0,0.15);
	padding: 60px;
}

.sec-title.center-title .en{
	justify-content: center;
}

.lower-mv img{
	display: table;
	margin-left: auto;
	width: 53%;
}

.lower-mv .mv-txt-box{
	background: #F4F8F8;
	position: absolute;
	height: 100%;
	width: 53%;
	border-radius: 0 120px 0 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding-left: 80px;
}

.lower-mv .mv-txt-box .sec-title{
	font-size: 38px;
	margin: 0;
}

.main-contnets.about .about-top-sec{
	background: linear-gradient(to bottom, #F4F8F8 0, #F4F8F8 180px, transparent 180px,transparent 100%);
}

.main-contnets.about .about-top-sec .about-en-title{
	margin: 0 auto 80px;
}

.value-list .blo{
	max-width: 360px;
}

.value-list .blo .img{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.value-list .blo .txt h4{
	font-size: 24px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.innovation-sec{
	background: url(../images/about/story-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	padding: 90px 0;
	margin-bottom: 90px;
}

.innovation-sec::after{
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.innovation-sec .inner{
	z-index: 2;
}

.case-sec .case-list .blo:not(:last-child){
	margin-bottom: 90px;
}

.case-sec .case-list .blo:nth-child(even){
	flex-direction: row-reverse;
}

.case-sec .case-list .blo .img{
	border-radius: 10px;
	overflow: hidden;
}

.case-sec .case-list .blo .txt{
	max-width: calc(100% - 420px);
}

.case-sec .case-list .blo .txt .num{
	border: 1px solid #1F6EFE;
	border-radius: 10px;
	color: #1F6EFE;
	display: table;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
	padding: 5px 15px;
}

.case-sec .case-list .blo .txt h3{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.case-sec .en-txt{
	color: #7888A5;
	font-size: 156px;
	font-weight: 600;
	letter-spacing: 0.06em;
	position: absolute;
	right: 0;
	top: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
	opacity: 0.35;
}

.case-sec .case-list{
	position: relative;
	z-index: 2;
}

.sec-title.right-title{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.sec-title.right-title .en{
	margin: 0;
}

.prof-table .row{
	border-bottom: 1px solid #B8C3D8;
}

.prof-table .row > div{
	padding: 30px 0;
}

.prof-table .row > div.th{
	width: 160px;
}

.prof-table .row > div.th p{
	color: #7888A5;
	font-weight: 700;
}

.prof-table .row > div.td p{
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

.prof-table .row > div.td p span{
	font-size: 12px;
	font-weight: 400;
}

.prof-table .row > div.td p + p{
	margin-left: 50px;
}

.main-contnets .bg-blue-sec{
	background: #F4F8F8;
}

.main-contnets.company section + section,
.main-contnets.workers section + section,
.main-contnets.job-description section + section{
	padding: 120px 0;
}

.main-contnets.company .history-sec .en-txt{
	color: #F4F8F8;
	font-size: 204px;
	font-weight: 600;
	letter-spacing: 0.06em;
	position: absolute;
	right: -15px;
	top: -37px;
	line-height: 1;
}

.histoty-list::before{
	content: "";
	background: #B8C3D8;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 148px;
	top: 0;
}

.histoty-list .blo{
	gap: 30px;
}

.histoty-list .blo:not(:last-child){
	margin-bottom: 20px;
}

.histoty-list .blo .days{
	width: 137px;
}

.histoty-list .blo .days::before,
.histoty-list .blo .days::after{
	content: "";
	background: #206EFD;
	position: absolute;
}

.histoty-list .blo .days::before{
	border-radius: 50%;
	width: 5px;
	height: 5px;
	left: 146px;
	top: 12px;
}

.histoty-list .blo .days::after{
	width: 10px;
	height: 1px;
	left: 148px;
	top: 14px;
}

.histoty-list .blo .days p{
	color: #7888A5;
	font-weight: 600;
}

.histoty-list .blo .detail{
	max-width: calc(100% - 167px);
}

.histoty-list .blo .detail p{
	letter-spacing: 0.05em;
}

.philosophy-sec .philosophy-img{
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	position: absolute;
	width: 43%;
	right: 0;
	top: 120px;
}

.philosophy-sec .philosophy-img img{
	max-height: 536px;
	width: 100%;
	object-fit: cover;
}

.philosophy-sec .main-txt .philosophy-txt{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 2;
	margin-bottom: 40px;
}

.action-sec{
	background: #ffffff;
	border-radius: 20px;
	padding: 70px 90px;
}

.action-sec .en-txt{
	color: #F1F5F6;
	font-size: 125px;
	letter-spacing: 0.06em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: -32px;
	top: 0;
}

.action-sec .action-flex{
	gap: 50px;
}

.action-sec .action-list{
	border-left: 1px solid #B8C3D8;
	padding-left: 50px;
}

.action-sec .action-list li{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 2.1;
}

.office-flex .office-list{
	width: calc((100% / 3) - 25px);
}

.office-flex .office-list > li span{
	border-bottom: 1px solid #7888A4;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 5px;
}

.office-flex .office-list > li span.office-title{
	color: #7888A5;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.office-flex .office-list > li:not(:last-child){
	margin-bottom: 20px;
}

.office-flex .office-list .sales-office{
	margin-top: 10px;
}

.office-flex .office-list .sales-office li{
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	width: 50%;
}

.main-contnets.company .about-qroup-sec{
	background: #F6F6F1;
}

.about-qroup-sec .about-g-flex .en-txt{
	font-size: 67px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: -130px;
	line-height: 0.74;
	text-align: right;
}

.about-qroup-sec .about-g-flex .en-txt span{
	color: #206EFD;
}

.about-qroup-sec .about-g-flex .txt{
	max-width: calc(100% - 541px);
}

.about-qroup-sec .about-g-flex .img{
	mix-blend-mode: multiply;
}

.about-qroup-sec .about-g-flex .txt h2{
	border-bottom: 1px solid #333333;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.about-qroup-sec .about-g-flex .txt h3{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.63;
	margin-bottom: 40px;
}

.about-qroup-sec .about-g-flex .txt p{
	max-width: 487px;
}

.main-contnets.company .future-sec .future-box{
	background: #F4F8F8;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.14);
	padding: 55px 90px;
}

.main-contnets.company .future-sec .future-box h2{
	margin-bottom: 20px;
}

.main-contnets.company .future-sec .future-box p{
	line-height: 1.71;
	max-width: 450px;
}

.main-contnets.company .future-sec .future-box .img{
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 90px;
	top: -30px;
}

.main-contnets.message .message-top-sec {
    background: linear-gradient(to bottom, #F4F8F8 0, #F4F8F8 310px, transparent 310px, transparent 100%);
}

.message-top-sec .message-mv .txt{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
}

.message-top-sec .message-mv .txt h2{
	background: #ffffff;
	border-bottom: 1px solid #333333;
	font-size: 28px;
	letter-spacing: 0.06em;
	padding: 3px 35px;
	text-align: right;
	display: table;
	width: 393px;
	position: relative;
	left: -33px;
}

.message-top-sec .message-mv .txt .en-txt{
	color: #ffffff;
	font-size: 110px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 0 auto;
	display: table;
}

.message-top-sec .message-main{
	padding: 90px 0 120px;
}

.message-top-sec .message-main::after{
	content: "";
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height: 120px;
	width: 540px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.message-top-sec .message-main p{
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.06;
	margin: 0 auto;
	max-width: 750px;
}

.main-contnets.message .interview-sec{
    background: linear-gradient(to bottom, transparent 0,transparent 100px, #F4F8F8 100px, #F4F8F8 500px, transparent 500px, transparent 100%);
}

.main-contnets.message .interview-sec .en-txt{
	color: #206EFD;
	font-size: 204px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0 auto;
	display: table;
}

.interview-page-list{
	margin-bottom: 100px;
	gap: 1px;
}

.interview-page-list li{
	cursor: pointer;
}

.interview-page-list li .read-btn{
	position: absolute;
	left: 0;
	top: 0;
}

.interview-main-list .blo .num{
	color: #206EFD;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding: 5px 13px;
	position: absolute;
	top: 0;
}

.interview-main-list .blo:nth-child(odd) .num,
.interview-main-list .blo:nth-child(odd) .name{
	left: 0;
}

.interview-main-list .blo:nth-child(even) .num,
.interview-main-list .blo:nth-child(even) .name{
	right: 0;
	text-align: right;
}

.interview-main-list .blo .num::before{
	content: "";
	border-left: 1px solid #B8C3D8;
	border-top: 1px solid #B8C3D8;
	height: 48px;
	width: 171px;
	position: absolute;
	left: 0;
	top: 0;
}

.interview-main-list .blo .num span{
	font-size: 139px;
	font-weight: 500;
	vertical-align: top;
    line-height: 1;
    margin-left: 50px;
}

.interview-main-list .blo .top .img{
	position: relative;
	width: 63vw;
}

.interview-main-list .blo:nth-child(odd) .top .img{
	right: -330px;
}

.interview-main-list .blo:nth-child(even) .top .img{
	left: -330px;
}

.interview-main-list .blo .name{
	position: absolute;
	bottom: 0;
	width: 300px;
}

.interview-main-list .blo .name h3{
	border-bottom: 1px solid #B8C3D8;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.interview-main-list .blo .name p{
	letter-spacing: 0.05em;
	line-height: 1.42;
}

.interview-main-list .blo .main-txt{
	margin-top: 60px;
}

.interview-main-list .blo h4{
	color: #7888A5;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.interview-main-list .blo h4::before{
	content: "";
	background: #B8C3D8;
	height: 1px;
	width: 40px;
	display: block;
}

.interview-main-list .blo .main-txt .txt-box{
	max-width: 750px;
}

.interview-main-list .blo .main-txt p{
	letter-spacing: 0.05em;
	line-height: 1.92;
}

.interview-main-list .blo .main-txt .img{
	position: absolute;
	top: 0;
}

.interview-main-list .blo:not(:last-child){
	margin-bottom: 130px;
}

.interview-main-list .blo:nth-child(even) .main-txt{
	flex-direction: row-reverse;
}

.interview-main-list .blo:nth-child(odd) .main-txt .img{
	right: 0;
}

.interview-main-list .blo:nth-child(even) .main-txt .img{
	left: 0;
}

.main-contnets .page-sc-sec{
	padding: 60px 0;
}

.page-sc-links li{
	border-left: 1px solid #707070;
	font-weight: 500;
	text-align: center;
	padding: 18px 0;
	cursor: pointer;
	width: 25%;
}

.page-sc-links li::after{
	content: "\f107";
	font-family: "Fontawesome";
	color: #73CCE3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.page-sc-links li:last-child{
	border-right: 1px solid #707070;
}

.office-sec .office-flex .office-slider-box{
	max-width: 540px;
	width: 100%;
}

.office-sec .office-flex .txt{
	max-width: 450px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.office-sec .office-flex .txt h3{
	border-bottom: 1px solid #333333;
	font-size: 24px;
	letter-spacing: 0.06em;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.schedule-box{
	border: 3px solid #73CCE3;
	border-radius: 20px;
	overflow: hidden;
}

.schedule-box + .schedule-box{
	margin-top: 60px;
}

.schedule-box h3{
	background: #73CCE3;
	color: #ffffff;
	font-size: 28px;
	letter-spacing: 0.06em;
	padding: 20px 0;
	text-align: center;
}

.schedule-box .box-main{
	padding: 60px 0;
	margin: 0 auto;
	max-width: 900px;
}

.schedule-box .box-main h4,
.schedule-box .box-main h5,
.schedule-box .box-main h6{
	font-size: 20px;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.schedule-box .box-main .schedule-img{
	margin-bottom: 20px;
}

.schedule-box .box-main h5{
	border-bottom: 1px solid #707070;
	color: #7888A5;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.circle-list li{
	position: relative;
	line-height: 2;
	padding-left: 1.5rem;
}

.circle-list li::before{
	content: "●";
	color: #73CCE3;
	position: absolute;
	left: 0;
	top: 0;
}

.schedule-box .store-charge-flex .blo{
	width: calc(50% - 15px);
}

.schedule-box .box-main h6{
	background: #7888A5;
	color: #ffffff;
	padding: 3px 0;
	text-align: center;
}

.circle-list.bk-circle{
	font-weight: 500;
}

.circle-list.bk-circle li span{
	font-size: 14px;
	font-weight: 400;
}

.circle-list.bk-circle li::before{
	color: #333333;
}

.data-list{
	gap: 30px;
}

.data-list > div{
	width: calc(50% - 15px);
}

.data-list .blo{
	background: #ffffff;
	border-radius: 15px;
	padding: 30px;
	display: flex;
	flex-flow: column;
}

.data-list .blo.wide{
	width: 100%;
}

.data-list .blo.mid{
	width: 585px;
}

.data-list .blo.mid + .blo{
	width: 285px;
}

.data-list .blo h3{
	font-size: 28px;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 15px;
}

.data-list .blo .img{
	margin: 15px auto;
	flex-grow: 1;
}

.data-list .blo .nums{
	color: #7888A5;
}

.data-list .blo .nums.sum-num{
	color: #206EFD;
}

.data-list .blo .nums{
	text-align: center;
}

.data-list .blo .staff-num .nums{
	width: 50%;
}

.data-list .blo .nums span + span{
	margin-left: 5px;
}

.data-list .blo .nums span.block{
	display: block;
}

.data-list .blo .nums .s-16,
.data-list .blo .nums .s-20,
.data-list .blo .nums .s-28{
	font-weight: 600;
	letter-spacing: 0.06em;
}

.data-list .blo .nums .s-16{
	font-size: 16px;
}

.data-list .blo .nums .s-20{
	font-size: 20px;
}

.data-list .blo .nums .s-28{
	font-size: 28px;
}

.data-list .blo .nums .s-32{
	font-size: 32px;
	font-weight: 700;
}

.data-list .blo .nums .s-72{
	font-size: 72px;
	font-weight: 700;
}

.data-list .blo .nums .s-90{
	font-size: 90px;
	font-weight: 700;
}

.data-list .blo .nums .num-span{
	font-size: 42px;
	font-weight: 700;
}

.data-list .blo .nums .sum-num-span{
	font-size: 90px;
	font-weight: 700;
}

.data-list .blo .img-num{
	gap: 30px;
}

.personnel-circle-list li{
	width: calc(50% - 25px);
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.personnel-circle-list li p{
	color: #7888A5;
	padding-left: 1.5em;
	position: relative;
}

.personnel-circle-list li p::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

.personnel-circle-list li p{
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

.data-list .rows{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.group-num-box{
	background: #F6FAF5;
	border: 2px solid #058F26;
	border-radius: 20px;
	padding: 60px;
}

.group-num-box h3{
	margin-bottom: 60px;
}

.group-num-box h3 .ja{
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.group-num-box h3 .fukidashi{
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 25px;
	display: table;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 auto 10px;
	padding: 5px 20px;
}

.fukidashi:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	border: 3px solid transparent;
	border-top: 10px solid #FFF;
	z-index: 2;
	transform: translateX(-50%);
}

.fukidashi:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	border: 4px solid transparent;
	border-top: 10px solid #333333;
	z-index: 1;
	transform: translateX(-50%);
}

.group-num-flex .blo{
	background: #ffffff;
	border-radius: 15px;
	padding: 30px 10px;
	width: calc((100% / 3) - 15px);
}

.group-num-flex .blo h4{
	font-size: 22px;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.group-num-flex .blo .nums{
	color: #058F26;
	font-size: 22px;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.group-num-flex .blo .nums .s-70{
	font-size: 70px;
	font-weight: 700;
}

.group-num-flex .blo .nums .s-28{
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-left: 10px;
}

.bg-color-title{
	background: #F4F8F8;
	padding: 30px 90px;
	margin: 0 -90px 50px;
}

.bg-color-title .sec-title{
	margin-bottom: 0;
}

.back-border-title{
	margin-bottom: 30px;
}

.back-border-title::before{
	content: "";
	background: #333333;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	z-index: -1;
}

.back-border-title p{
	background: #ffffff;
	font-size: 24px;
	letter-spacing: 0.06em;
	display: table;
	line-height: normal;
	margin: 0 auto;
	padding: 0 15px;
}

.back-border-title p span{
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.f-18-p{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.self-pay-box{
	background: #F7F7F7;
	padding: 30px;
}

.blue-label{
	background: #206EFD;
	display: table;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 5px;
	min-width: 272px;
	padding: 3px;
}

.self-pay-price span{
	font-weight: 700;
}

.self-pay-price span + span{
	margin-left: 15px;
}

.self-pay-price .s-41{
	font-size: 41px;
	letter-spacing: 0.06em;
}

.self-pay-price .s-75{
	font-size: 75px;
}

.self-pay-price .s-30{
	font-size: 30px;
}

.self-pay-price .s-55{
	font-size: 55px;
}

.person-price-case .blo{
	border: 2px solid #7888A4;
	border-radius: 11px;
	padding: 60px 40px;
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
}

.person-price-case .blo .pay-illust{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
}

.person-price-case .blo p{
	line-height: normal;
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

.gray-label{
	background: #7888A5;
	font-size: 18px;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

.f-24-tl{
	font-size: 24px;
	letter-spacing: 0.06em;
	margin-bottom: 40px;
}

.training-flex .blo{
	border: 1px solid #206EFD;
	padding: 30px;
	width: calc(50% - 13px);
}

.training-flex .blo h4{
	color: #206EFD;
	font-size: 24px;
	margin: 30px 0 20px;
}

.training-flex .blo p{
	letter-spacing: 0;
	line-height: 1.625;
}

h3.border-double{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 10px;
}

.training-first .blo{
	width: 50%;
}

.training-first .blo h4{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.32;
}

.training-first .blo .label{
	margin: 15px 0 20px;
	padding: 22px 63px;
}

.training-first .blo:nth-child(1) .label{
	background: #73CCE3;
}

.training-first .blo:nth-child(2) .label{
	background: #2D8BBA;
}

.training-first .blo .label .en{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.training-first .blo .label .day{
	font-size: 28px;
	font-weight: 600;
}

.training-first .blo p{
	margin: 0 auto;
	max-width: 364px;
	letter-spacing: 0;
	line-height: 1.875;
}

.dott-next{
	margin: 20px auto;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dott-next::before{
	content: "";
	border-left: 6px dotted #7888A5;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	top: 0;
}

.dott-next span{
	background: #ffffff;
	color: #7888A5;
	display: table;
	font-weight: 600;
}

.blue-label-wide{
	background: #206EFD;
	padding: 20px;
	gap: 50px;
}

.blue-label-wide .en{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.blue-label-wide .txt{
	font-size: 28px;
	font-weight: 600;
}

.career-sec .service-txt-box{
	border: 2px solid #7888A4;
	border-radius: 10px;
	padding: 40px;
}

.career-sec .service-txt-box .cate-flex{
	margin-bottom: 20px;
	gap: 10px;
}

.career-sec .service-txt-box .cate-flex span{
	background: #7888A5;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	padding: 3px 20px;
}

.career-sec .service-txt-box .main{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.career-sec .trainer-ex-flex .l-box{
	border-right: 1px solid #333333;
	margin-right: 40px;
	padding-right: 40px;
}

.career-sec .trainer-ex-flex .r-box{
	max-width: 538px;
}

.career-sec .trainer-ex-flex h4{
	color: #206EFD;
	font-size: 20px;
	letter-spacing: 0.06em;
}

.career-sec .trainer-ex-flex p{
	letter-spacing: 0;
	line-height: normal;
}

.trainer-label-flex > div{
	background: #73CCE3;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	height: 98px;
	text-align: center;
	width: calc((100% / 3 ) - 15px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.trainer-label-flex > div span{
	font-size: 14px;
	font-weight: 400;
}

.border-box-txt{
	border: 2px solid #7888A5;
	border-radius: 10px;
	color: #7888A5;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.2em;
	padding: 20px;
}

.job-ex-list .blo h2{
	font-size: 38px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.job-ex-list .blo h2 span{
	color: #206EFD;
	font-size: 28px;
	letter-spacing: 0.06em;
}

.job-ex-list .blo:not(:last-child){
	margin-bottom: 70px;
}

.job-ex-list .blo .main{
	background: #ffffff;
	border-radius: 20px;
}

.job-ex-list .blo:nth-child(odd) .main{
	padding: 60px 60px 60px 0;
	margin-right: -60px;
}

.job-ex-list .blo:nth-child(even) .main{
	padding: 60px 0 60px 60px;
	margin-left: -60px;
}

.job-ex-list .blo:nth-child(even) .main{
	flex-direction: row-reverse;
}

.job-ex-list .blo:nth-child(odd) .img{
	margin-left: -60px;
}

.job-ex-list .blo:nth-child(even) .img{
	margin-right: -60px;
}

.job-ex-list .blo .txt{
	max-width: calc(100% - 444px);
}

.job-ex-list .blo .txt h3{
	background: #7888A5;
	color: #ffffff;
	display: table;
	font-size: 16px;
	letter-spacing: 0.09em;
	margin-bottom: 5px;
	padding: 2px 10px;
}

.job-ex-list .blo .txt p{
	letter-spacing: 0;
	line-height: 1.5;
}

.job-ex-list .blo .txt p + h3{
	margin-top: 15px;
}

.link-btn.grad-link{
	background: linear-gradient(45deg, #206EFD, #74CCE3);
	border-color: transparent;
	color: #ffffff;
}

.link-btn.grad-link::after{
	color: #ffffff;
}

.faq-list .blo:not(:last-child){
	margin-bottom: 60px;
}

.faq-list .blo > div{
	padding-left: 1.8em;
}

.faq-list .blo > div.q{
	border-bottom: 1px solid #B8C3D8;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.faq-list .blo > div::before{
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-list .blo > div.q::before{
	content: "Q.";
	color: #206EFD;
}

.faq-list .blo > div.a::before{
	content: "A.";
	color: #7888A5;
}

.slick-dots{
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: calc(100% + 15px);
	gap: 10px;
}

.slick-dots li::before{
	content: "";
	cursor: pointer;
	background: #b8c3d8;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	display: block;
}

.slick-dots li.slick-active::before{
	background: #206EFD;
}

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

@media all and (min-width: 768px){
	.entry-btn:hover{
		background: transparent;
		color: #206EFD;
	}
	
	.entry-btn:hover .arrow-icon:before,
	.entry-btn:hover .arrow-icon:after{
		background: #206EFD;
	}
	
	.nav-menu li a:hover{
		color: #206EFD;
	}
	
	.link-btn:hover{
		background: #7888A4;
		color: #ffffff;
	}
	
	.link-btn:hover::after{
		color: #ffffff;
	}
	
	footer .link-btn:hover{
		background: #206EFD;
	}
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.top-mv {
		background: url(../images/top/mv_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		background-color: rgba(255, 255, 255, 0.3);
		background-blend-mode: lighten;
	}
	
	.top-mv::before {
		background: linear-gradient(to right, #58C2DB 5px, rgba(255, 255, 255, 0) 50%);
	}
	
	.top-mv .top-mv-txt-box .mv-en-txt {
		width: 145px;
	}
	
	.top-mv .top-mv-txt-box h1 {
		font-size: 20px;
		margin-top: 20px;
		padding: 5px 5px 5px 20px;
	}
	
	.top-mv .top-mv-txt-box h2 {
		font-size: 15px;
		text-align: left;
		letter-spacing: 0.15em;
		margin-top: 0;
		line-height: 1.66;
		padding: 0 20px;
		justify-content: flex-start;
	}
	
	.top-mv .top-mv-txt-box h3 {
		font-size: 21px;
		text-align: left;
		margin-top: 20px;
		padding: 0 0 0 20px;
	}
	
	.main-contnets section {
		padding: 60px 0;
	}
	
	.about-en-title .about-txt{
		width: 90%;
	}
	
	.about-en-title .en {
		font-size: 24px;
		top: 35px;
		right: 0;
	}
	
	.about-en-title .about-sp-img{
		border-radius: 20px 0 0 20px;
		width: 106%;
		max-width: unset;
		margin-top: -15px;
		position: relative;
		z-index: -1;
	}
	
	.about-en-title .ja {
		margin-top: 30px;
	}
	
	.main-contnets.top .about-sec h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.about-en-title {
		margin-bottom: 20px;
	}
	
	.main-contnets.top .about-sec p{
		font-size: 14px;
	}
	
	.link-btn {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
	.btns{
		gap: 15px;
	}
	
	.main-contnets.top .work-style-sec {
		max-width: 90%;
	}
	
	.main-contnets.top .work-style-sec .bg-blue {
		border-radius: 15px;
		padding: 60px 0;
	}
	
	.sec-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	.sec-title .en {
		font-size: 15px;
	}
	
	.sec-title .en::before {
		height: 16px;
		width: 1.8px;
	}
	
	.work-style-links{
		gap: 20px;
	}
	
	.work-style-links .blo::before{
		content: "";
		background: #777777;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 10px;
		mix-blend-mode: multiply;
	}
	
	.work-style-links .blo a {
		bottom: unset;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid #ffffff;
		background: transparent;
		color: #ffffff;
	}
	
	.work-style-links .blo a.link-btn::after{
		color: #ffffff;
	}
	
	.recruit-pdf-box {
		padding: 20px;
	}
	
	.recruit-pdf-box h3 {
		border-right: unset;
		border-bottom: 1px solid #333333;
		width: 100%;
		text-align: center;
		margin: 0 auto 10px;
		padding: 0 0 10px;
	}
	
	.recruit-pdf-box p{
		text-align: center;
		width: 100%;
	}
	
	.main-contnets.top .message-company-sec .img,
	.main-contnets.top .message-company-sec .txt-box{
		width: 100%;
	}
	
	.main-contnets.top .message-company-sec .txt{
		padding: 40px 0;
		width: 90%;
	}
	
	.main-contnets section.description-sec {
		padding: 60px 0 !important;
	}
	
	.description-sec .description-box {
		padding: 40px 20px;
	}
	
	.lower-mv img{
		width: 100%;
	}
	
	.lower-mv .mv-txt-box {
		position: static;
		width: 100%;
		border-radius: unset;
		padding: 25px 20px;
	}
	
	.lower-mv .mv-txt-box .sec-title {
		font-size: 24px;
	}
	
	.main-contnets.about .about-top-sec {
		background: linear-gradient(to bottom, #F4F8F8 0, #F4F8F8 90px, transparent 90px, transparent 100%);
	}
	
	.main-contnets.about .about-top-sec .about-en-title {
		margin: 0 auto 60px;
	}
	
	.value-list .blo .img {
		margin-bottom: 20px;
	}
	
	.value-list .blo .txt h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.value-list{
		gap: 40px;
	}
	
	.case-sec .en-txt {
		font-size: 71px;
		right: -5%;
		top: -5px;
	}
	
	.innovation-sec {
		background: url(../images/about/story-bg.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-color: rgba(255, 255, 255, 0.5);
		background-blend-mode: lighten;
		padding: 60px 0 30px;
		margin-bottom: 0;
	}
	
	.innovation-sec::after {
		height: 80px;
		bottom: unset;
		top: 60px;
	}
	
	.case-sec .case-list .blo .txt {
		margin-top: 20px;
		max-width: 100%;
	}
	
	.case-sec .case-list .blo .txt .num {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.case-sec .case-list .blo .txt h3{
		font-size: 22px;
	}
	
	.case-sec .case-list .blo:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.prof-table .row > div.th {
		width: 95px;
	}
	
	.prof-table .row > div {
		padding: 20px 0;
	}
	
	.prof-table .row > div.th p{
		font-size: 13px;
	}
	
	.prof-table .row > div.td p + p {
		margin-left: 0;
		width: 100%;
	}
	
	.main-contnets.company section + section,
	.main-contnets.workers section + section,
	.main-contnets.job-description section + section{
		padding: 60px 0;
	}
	
	.main-contnets.company .history-sec .en-txt {
		right: -2%;
		top: -17px;
		font-size: 24.5vw;
	}
	
	.histoty-list .blo .days {
		width: 80px;
	}
	
	.histoty-list .blo .detail {
		max-width: calc(100% - 110px);
	}
	
	.histoty-list::before {
		left: 90px;
	}
	
	.histoty-list .blo .days::before{
		left: 88px;
	}
	
	.histoty-list .blo .days::after {
		left: 90px;
	}
	
	.philosophy-sec .philosophy-img {
		position: static;
		width: 106%;
		margin-bottom: 20px;
	}
	
	.philosophy-sec .main-txt .philosophy-txt {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.action-sec {
		padding: 40px 20px;
	}
	
	.action-sec .sec-title{
		text-align: center;
		width: 100%;
	}
	
	.action-sec .sec-title .en{
		justify-content: center;
	}
	
	.action-sec .action-list {
		border-left: unset;
		border-top: 1px solid #B8C3D8;
		padding: 20px 0 0;
	}
	
	.action-sec .action-flex {
		gap: 20px;
		position: relative;
		z-index: 2;
	}
	
	.action-sec .action-list li {
		font-size: 14px;
		line-height: 2;
	}
	
	.office-flex{
		gap: 40px;
	}

	.office-flex .office-list{
		width: 100%;
	}
	
	.about-qroup-sec .about-g-flex .en-txt {
		font-size: 31px;
		top: -70px;
		line-height: 0.84;
	}
	
	.about-qroup-sec .about-g-flex .txt {
		max-width: 100%;
	}
	
	.about-qroup-sec .about-g-flex .txt h2 {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	.about-qroup-sec .about-g-flex .txt h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.main-contnets.company .future-sec .future-box {
		padding: 40px 20px;
	}
	
	.main-contnets.company .future-sec .future-box .img {
		position: relative;
		right: 0;
		top: 0;
		margin: -70px auto 30px;
		display: table;
		width: 70%;
	}
	
	.main-contnets.company .future-sec .future-box h2 {
		width: 190px;
		margin: 0 auto 20px;
	}
	
	.message-top-sec .message-mv .txt h2 {
		font-size: 18px;
		padding: 0 15px;
		width: auto;
		left: -10px;
	}
	
	.message-top-sec .message-mv .txt .en-txt {
		font-size: 34px;
	}
	
	.main-contnets.message .message-top-sec {
		background: linear-gradient(to bottom, #F4F8F8 0, #F4F8F8 80px, transparent 80px, transparent 100%);
		padding-top: 0;
	}
	
	.message-top-sec .message-mv .txt {
		bottom: -9px;
	}
	
	.message-top-sec .message-main {
		padding: 30px 0 60px;
	}
	
	.message-top-sec .message-main::after{
		height: 30px;
		width: 50%;
	}
	
	.main-contnets.message .interview-sec .en-txt{
		width: 62px;
	}
	
	.main-contnets.message .interview-sec {
		background: linear-gradient(to bottom, transparent 0, transparent 30px, #F4F8F8 30px, #F4F8F8 470px, transparent 470px, transparent 100%);
	}
	
	.interview-page-list li {
		width: calc(50% - 1px);
	}
	
	.interview-page-list li .read-btn {
		width: 20px;
	}
	
	.interview-main-list .blo .num {
		font-size: 34px;
		position: relative;
	}
	
	.interview-main-list .blo .num span {
		font-size: 84px;
		margin-left: 30px;
	}
	
	.interview-main-list .blo .name {
		position: static;
		width: 100%;
	}
	
	.interview-main-list .blo .top .img {
		width: 112%;
		margin: 0 0 30px;
	}
	
	.interview-main-list .blo:nth-child(odd) .top .img {
		right: 6%;
	}
	
	.interview-main-list .blo:nth-child(even) .top .img {
		left: -6%;
	}
	
	.interview-main-list .blo:nth-child(odd) .name {
		text-align: right;
	}
	
	.interview-main-list .blo .name h3 {
		font-size: 24px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.interview-main-list .blo .main-txt .txt-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.interview-main-list .blo:nth-child(odd) .main-txt .txt-box {
		flex-direction: row-reverse;
	}
	
	.interview-main-list .blo h4{
		border-top: 1px solid #7888A5;
		margin-bottom: 0;
		width: calc(100% - 120px);
		padding-top: 15px;
	}
	
	.interview-main-list .blo .main-txt .img{
		position: static;
		width: 100px;
	}
	
	.interview-main-list .blo .main-txt p{
		margin-top: 40px;
	}
	
	.interview-main-list .blo h4::before{
		display: none;
	}
	
	.interview-main-list .blo:not(:last-child) {
		margin-bottom: 60px;
	}
	
	.interview-main-list .blo:nth-child(even) .num{
		display: table;
		margin-left: auto;
	}
	
	.interview-main-list .blo:nth-child(even) .name{
		text-align: left;
	}
	
	.page-sc-links{
		gap: 5px;
	}

	.page-sc-links li {
		border: none;
		padding: 0;
		width: calc(50% - 5px);
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
	
	.main-contnets .page-sc-sec{
		padding: 20px 0;
	}
	
	.page-sc-links li:last-child{
		border: none;
	}
	
	.page-sc-links li:nth-child(odd)::before{
		content: "";
		background: #707070;
		height: calc(100% - 5px);
		width: 1px;
		position: absolute;
		left: calc(100% + 5px);
		top: 0;
	}
	
	.page-sc-links li:nth-child(1),
	.page-sc-links li:nth-child(2){
		border-bottom: 1px solid #707070;
	}
	
	.office-sec .office-flex .txt{
		position: static;
	}
	
	.office-sec .office-flex .txt h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.schedule-sec .sec-title{
		text-align: left;
	}
	
	.schedule-sec .sec-title.center-title .en{
		justify-content: flex-start;
	}
	
	.schedule-box {
		border: 2px solid #73CCE3;
		border-radius: 15px;
	}
	
	.schedule-box h3 {
		font-size: 20px;
		padding: 10px 0;
	}
	
	.schedule-box .box-main {
		padding: 30px 0;
		width: 90%;
	}
	
	.schedule-box .box-main h4{
		font-size: 14px;
	}
	
	.schedule-box .box-main h5,
	.schedule-box .box-main h6{
		font-size: 18px;
	}
	
	.schedule-box .box-main .schedule-img{
		overflow: auto;
		margin-bottom: 10px;
	}
	
	.schedule-box .box-main .schedule-img img{
		max-width: unset;
		width: 726px;
	}
	
	.schedule-box .box-main .imgs-flex{
		gap: 5px;
	}
	
	.schedule-box .box-main .imgs-flex img:nth-child(2),
	.schedule-box .box-main .imgs-flex img:nth-child(3){
		width: calc(50% - 2.5px);
	}
	
	.circle-list li {
		line-height: 1.57;
		font-size: 14px;
	}
	
	.circle-list li:not(:last-child){
		margin-bottom: 5px;
	}
	
	.schedule-box + .schedule-box {
		margin-top: 40px;
	}
	
	.schedule-box .store-charge-flex{
		gap: 40px;
	}
	
	.schedule-box .store-charge-flex .blo,
	.data-list > div,
	.personnel-circle-list li,
	.data-list .blo.mid + .blo{
		width: 100%;
	}
	
	.personnel-circle-list{
		gap: 5px;
	}
	
	.data-list,
	.data-list .rows{
		gap: 15px;
	}
	
	.data-list .blo{
		border-radius: 20px;
		padding: 20px;
	}
	
	.data-list .blo h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.data-list .blo .nums .s-16,
	.data-list .blo .nums .s-20,
	.personnel-circle-list li p{
		font-size: 14px;
	}
	
	.data-list .blo .nums .num-span {
		font-size: 35px;
	}
	
	.data-list .blo .nums .s-28,
	.data-list .blo .nums .s-32,
	.group-num-flex .blo .nums .s-28{
		font-size: 22px;
	}
	
	.data-list .blo .nums .sum-num-span,
	.data-list .blo .nums .s-72,
	.group-num-flex .blo .nums .s-70{
		font-size: 60px;
	}
	
	.data-list .blo .img-num{
		gap: 20px;
	}
	
	.data-list .blo .nums .s-90{
		font-size: 54px;
	}
	
	.data-list .blo .marrige-blo .img{
		width: 100px;
		flex-grow: unset;
		margin: 0 15px 0 0;
	}
	
	.group-num-box {
		padding: 40px 20px;
	}
	
	.group-num-box h3 {
		margin-bottom: 20px;
	}
	
	.group-num-box h3 .fukidashi {
		font-size: 14px;
	}
	
	.group-num-box h3 .ja{
		font-size: 24px;
	}
	
	.group-num-flex{
		gap: 15px;
	}

	.group-num-flex .blo {
		border-radius: 20px;
		padding: 20px 10px;
		width: 100%;
	}
	
	.bg-color-title {
		padding: 15px 0;
		margin: 0 0 30px;
	}
	
	.back-border-title p{
		font-size: 22px;
	}
	
	.back-border-title p span{
		font-size: 12px;
	}
	
	.back-border-title {
		margin-bottom: 20px;
	}
	
	.f-18-p {
		font-size: 14px;
		line-height: 1.71;
	}
	
	.benefits-sec .f-18-p.txt-center,
	.career-sec .f-18-p.txt-center{
		text-align: left;
	}
	
	.self-pay-box {
		padding: 20px;
	}
	
	.blue-label {
		font-size: 16px;
		min-width: 150px;
	}
	
	.self-pay-price .s-41{
		font-size: 24px;
	}
	
	.self-pay-price .s-75 {
		font-size: 44px;
	}
	
	.self-pay-price span + span{
		margin-left: 10px;
	}
	
	.self-pay-price .f-14-p{
		font-size: 12px;
	}
	
	.person-price-case{
		gap: 65px;
	}
	
	.person-price-case .blo {
		padding: 60px 20px 30px;
		width: 100%;
	}
	
	.gray-label{
		font-size: 16px;
		margin: 0 -7% 10px;
	}
	
	.person-price-case .blo p{
		font-size: 16px;
	}
	
	.self-pay-price .s-55 {
		font-size: 44px;
	}
	
	.self-pay-price .s-30 {
		font-size: 24px;
	}
	
	.f-24-tl {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.training-flex{
		gap: 15px;
	}

	.training-flex .blo {
		padding: 15px;
		width: 100%;
	}
	
	.training-flex .blo h4 {
		font-size: 20px;
		margin: 20px 0 10px;
	}
	
	.training-first .blo {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.training-first .blo .label {
		margin: 0;
		padding: 0;
		width: 120px;
		height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.training-first .blo .label .day{
		font-size: 22px;
	}
	
	.training-first .blo .label .en {
		font-size: 14px;
		text-align: center;
	}
	
	.training-first .blo .responsive-txt{
		padding: 0 20px;
		width: calc(100% - 120px);
	}
	
	.training-first .blo h4 {
		font-size: 18px;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.blue-label-wide {
		padding: 15px;
		gap: 5px;
	}
	
	.blue-label-wide .en{
		font-size: 14px;
	}
	
	.blue-label-wide .txt {
		font-size: 22px;
	}
	
	.career-sec .service-txt-box {
		padding: 30px 20px;
	}
	
	.career-sec .service-txt-box .cate-flex{
		margin-bottom: 10px;
	}
	
	.career-sec .service-txt-box .cate-flex span{
		font-size: 18px;
	}
	
	.career-sec .service-txt-box .main{
		font-size: 20px;
	}
	
	.career-sec .trainer-ex-flex .l-box {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		border-bottom: 1px solid #333333;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.career-sec .trainer-ex-flex h4{
		font-size: 22px;
	}
	
	.career-sec .trainer-ex-flex p {
		line-height: 1.92;
	}
	
	.trainer-label-flex{
		gap: 5px;
	}

	.trainer-label-flex > div {
		font-size: 18px;
		height: 82px;
		width: 100%;
	}
	
	.trainer-label-flex > div span{
		font-size: 12px;
	}
	
	.border-box-txt {
		font-size: 20px;
		padding: 15px;
	}
	
	.job-ex-list .blo h2 {
		font-size: 24px;
		margin-bottom: 15px;
		gap: 10px;
	}

	.job-ex-list .blo h2 span{
		font-size: 18px;
	}
	
	.job-ex-list .blo .main {
		border-radius: 15px;
	}
	
	.job-ex-list .blo:nth-child(odd) .main,
	.job-ex-list .blo:nth-child(even) .main {
		padding: 0 0 20px;
		margin: 40px 0 0 0;
	}
	
	.job-ex-list .blo:nth-child(odd) .img,
	.job-ex-list .blo:nth-child(even) .img {
		width: 90%;
		margin: -20px auto 20px;
	}
	
	.job-ex-list .blo .txt{
		max-width: 100%;
	}
	
	.job-ex-list .blo .txt h3 {
		font-size: 14px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	
	.job-ex-list .blo .txt p + h3 {
		margin-top: 20px;
	}
	
	.job-ex-list .blo:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.faq-list .blo > div.a{
		font-size: 14px;
		line-height: 1.71;
	}
	
	.faq-list .blo:not(:last-child) {
		margin-bottom: 40px;
	}




}