
.plan {
	font-size: 18px;
	font-weight: 500;
}
.mv {
	background-color:#e0e1e1;
	padding-top: 30px;
}

.mv_content {
	background-image:url(../images/bk_price.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
    height: 300px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv_title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
}
.mv_title .etitle {
	font-family: "Helvetica";
	color: #9d8cd9;
}

.plan_pt .ctitle_pt .search_etitle span {
	color: #9d8cd9;
}
.plan_dt {
	padding: 30px 0;
}
.plan_dt ul {
	margin: 20px 0 10px 0;
	display: flex;
	justify-content: space-between;
}
.plan_dt ul li {
	width: 31%;
	border: 1px solid #000;
	text-align: center;
}

.plan_dt ul li .etitle {
	font-family: "Helvetica";
	font-size: 48px;
	font-weight: bold;
	margin-top: 20px;
}
.plan_dt ul li .etitle span {
	color: #9d8cd9;
}
.plan_dt ul li:nth-child(2) .etitle span {
	color: #40c6c0;
}
.plan_dt ul li:nth-child(3) .etitle span {
	color: #f09390;
}
.plan_dt ul li .title {
	font-weight: bold;
	line-height: 1.3;
	border-top: 1px solid #000;
	display: table;
	margin: 0 auto;
	padding: 10px 0;
}
.plan_dt ul li .txt_price {
	font-size: 38px;
	font-weight: bold;
}
.plan_dt ul li .txt_price span {
	font-family: "Helvetica";
	font-size: 60px;
}
.plan_dt ul li .btn_reg {
	display: inline-block;
	background-color: #9d8cd9;
	font-weight: bold;
	padding: 15px;
	color: #fff;
	width: 80%;
	margin-bottom: 20px;
}
.plan_dt ul li:nth-child(2) .btn_reg {
	background-color: #40c6c0;
}
.plan_dt ul li:nth-child(3) .btn_reg {
	background-color: #f09390;
}

.plan_dt ul li .info {
	background-color: #e8e4f5;
	padding: 15px 0 15px 10%;
	text-align: left;
}
.plan_dt ul li:nth-child(2) .info {
	background-color: #cdeeed;
}
.plan_dt ul li:nth-child(3) .info {
	background-color: #f5e2e2;
}
.plan_dt ul li .info p {
	position: relative;
	padding-left: 35px;
/*	font-size: 16px;*/
	margin: 5px 0;
	font-size: 16px;
}
.plan_dt ul li .info p:before {
	content: "";
	background: url(../images/i_check_01.png) no-repeat;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
}
.plan_dt ul li:nth-child(2) .info p:before {
	background: url(../images/i_check_02.png) no-repeat;
}
.plan_dt ul li:nth-child(3) .info p:before {
	background: url(../images/i_check_03.png) no-repeat;
}
.plan_dt ul li .info p:last-child {
/*	padding-left: 30px;*/
}
.plan_dt ul li .info p:last-child:before {
/*	display: none;*/
}
.plan_dt ul li .info p:last-child span {
	font-size: 14px;
}
.plan_dt ul li .btn_more {
	font-weight: bold;
    color: #000;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
	position: relative;
}
.plan_dt ul li .btn_more::after {
	content: "";
	background: url(../images/i_arrow_cl.png) no-repeat;
	width: 49px;
	height: 49px;
	margin-left: 10px;
}


.plan_dt .note {
	font-size: 14px;
	text-align: center;
}


.detail_pt .ctitle_pt .search_etitle span {
	color: #40c6c0;
}
.detail_pt ul {
	display: flex;
	justify-content: space-between;
}
.detail_pt ul li {
	width: 50%;
	color: #fff;
}
.detail_pt ul li:first-child {
	width: 45%;
}

.detail_pt ul li .etitle {
	font-family: "Helvetica";
	font-size: 120px;
	font-weight: bold;    
	line-height: 1;
}
.detail_pt ul li .title {
	font-weight: bold;    
}
.detail_pt ul li .stitle {
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-bottom: 50px;
}
.detail_pt ul li figure img {
	width: 90%;
}
.detail_pt ul li .item_title {
	font-size: 28px;
    letter-spacing: -1px;
	background-color: #fff;
	padding: 10px 20px 10px 70px;
	color: #9d8cd9;
	margin-bottom: 30px;
	position: relative;
	font-weight: bold;
}
.detail_pt ul li .item_title::before {
	width: 39px;
	height: 39px;
	position: absolute;
	top: calc(50% - 20px);
	left: 20px;
}
.detail_pt ul li .item_data {
	font-size: 17px;
	margin-bottom: 40px;
	line-height: 1.8;
}


.detail_small {
	background-color: #9d8cd9;
	padding: 60px 0;
}
.detail_pt .detail_small ul li .item_title {
	color: #9d8cd9;
}
.detail_pt .detail_small ul li .item_title::before {
	content: "";
	background: url(../images/i_check_11.png) no-repeat;
	background-size: contain;
}

.detail_medium {
	background-color: #40c6c0;
	padding: 60px 0;
}
.detail_pt .detail_medium ul li .item_title {
	color: #40c6c0;
}
.detail_pt .detail_medium ul li .item_title::before {
	content: "";
	background: url(../images/i_check_12.png) no-repeat;
	background-size: contain;
}
.detail_large {
	background-color: #f09390;
	padding: 60px 0;
}
.detail_pt .detail_large ul li .item_title {
	color: #f09390;
}
.detail_pt .detail_large ul li .item_title::before {
	content: "";
	background: url(../images/i_check_13.png) no-repeat;
	background-size: contain;
}


.preq_pt {
	background-image:url(../images/bk_price_req.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
    height: 490px;
}
.preq_dt {
	width: 590px;
	padding: 0 40px;
	margin-top: 100px;
}
.preq_pt .title {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.preq_pt .desc {
	text-align: center;
	margin-bottom: 40px;
}
.preq_pt .btn_contact {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: none;
	display: table;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px 60px;
    background-image: linear-gradient(to right, #9d8bd9, #71a7f2, #3cc0f9, #2ad5f0, #5ee6de);
    cursor: pointer;
}



/* spview */
@media screen and (max-width:767px) {	
	.plan {
		font-size: 4vw;
	}
	.mv {
		padding-top: 20px;
	}
	.mv_content {
		height: 50vw;
	}
	.mv_title {
		font-size: 8vw;
	}

	.plan_dt ul {
		flex-wrap: wrap;
	}
	.plan_dt ul li {
		width: 100%;
		margin: 20px 0;
	}
	.plan_dt ul li .etitle {
		font-size: 8vw;
		margin-top: 4vw;
	}
	.plan_dt ul li .txt_price {
		font-size: 6vw;
	}
	.plan_dt ul li .txt_price span {
		font-size: 12vw;
	}



	.detail_pt ul {
		flex-wrap: wrap;
	}
	.detail_pt ul li {
		width: 100%;
		margin-bottom: 8vw;
	}
	.detail_pt ul li:first-child {
		width: 100%;
	}
	.detail_pt ul li .etitle {
		font-size: 15vw;
	}
	.detail_pt ul li .stitle {
		font-size: 6vw;
		margin-bottom: 6vw;
	}
	.detail_pt ul li .item_title {
		font-size: 4.5vw;
        padding: 2vw 2vw 2vw 12vw;
        margin-bottom: 5vw;
	}
	
	.detail_pt ul li .item_title::before {
		width: 7vw;
		height: 7vw;
		background-size: contain;
		top: calc(50% - 3.5vw);
		left: 3vw;
	}
	.detail_pt ul li figure img {
		width: 100%;
	}
	
	.detail_small {
		padding: 60px 0 0 0;
	}
	
	.detail_medium {
		padding: 60px 0 0 0;
	}
	
	.detail_large {
		padding: 60px 0 0 0;
	}

	.preq_pt {
		height: auto;
	}
	.preq_dt {
		width: 100%;
		padding: 40px 0;
		margin-top: 0;
	}
	.preq_pt .title {
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.preq_pt .desc {
		text-align: left;
		margin-bottom: 7vw;
	}
	.preq_pt .btn_contact {
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.1em;
		border: none;
		display: table;
		margin: 0 auto;
		font-size: 4vw;
		padding: 15px 50px;
		background-image: linear-gradient(to right, #9d8bd9, #71a7f2, #3cc0f9, #2ad5f0, #5ee6de);
		cursor: pointer;
	}

}

.about_pt .ctitle_pt .search_etitle span {
	color: #9d8cd9;
}
.about_dt {
	padding: 80px 0;
	text-align: center;
}
.about_dt .title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}
.about_dt .desc {
	font-size: 18px;
	margin-bottom: 50px;
}


.what_pt .ctitle_pt .search_etitle span {
	color: #40c6c0;
}
.what_dt {
	padding: 50px 0;
}
.what_dt .desc {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
}
.what_dt ul {
	display: flex;
	justify-content: space-between;
}
.what_dt ul li {
	width: 50%;
	margin: 50px 0;
}
.what_dt ul .pimg {
	width: 40%;
}

.what_dt ul li figure {
	border: 1px solid #000;
}
.what_dt ul li figure img {
	width: 100%;
}

.what_dt ul li .num {
	font-family: "Helvetica";
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	color: #9d8cd9;
	border-bottom: 1px solid #000;
    display: inline-block;
}
.what_dt ul li .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.what_dt ul:nth-child(2) li .num {
	color: #40c6c0;
}
.what_dt ul:nth-child(3) li .num {
	color: #f09390;
}
.what_dt ul li p {
	font-size: 16px;
}



.system_pt {
	padding: 0 0 50px 0;
}
.system_pt .ctitle_pt .search_etitle span {
	color: #f09390;
}
.system_pt .system_bk {
	background-color:#777;
	background-image:url(../images/mv_system.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 495px;
}
.system_pt .desc {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.system_pt .system_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}

.system_pt .system_list li {
	width: 31%;
}
.system_pt .system_list li dl {
	display: flex;
	height: 100%;
}
.system_pt .system_list li dl dt {
	margin-right: 10px;
}

.system_pt .system_list li dl dd {
	border: 1px solid #000;
	width: calc(100% - 17px);
}
.system_pt .system_list li figure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 50px 0;
}
.system_pt .system_list li figure img {
	width: auto;
}
.system_pt .system_list li .stitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.system_pt .system_list li .desc {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #000;
	padding: 0 15px 15px 15px;
}

.flow_pt .ctitle_pt .search_etitle span {
	color: #f5aa57;
}
.flow_dt {
	padding: 50px 0;
}
.flow_dt .desc {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 50px;
}

.flow_dt .flow_list .flow_item {
	width: 50%;
	margin-right: 50%;
	margin-bottom: 30px;
}

.flow_dt .flow_list .flow_item:nth-child(even) {
	margin-left: 50%;
}
.flow_dt .flow_list .flow_item dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
}
.flow_dt .flow_list .flow_item:nth-child(odd) dl::after {
	content: "●";
    position: absolute;
    right: -6px;
    bottom: -1px;
    line-height: 0;
}
.flow_dt .flow_list .flow_item:nth-child(even) dl:before {
	content: "●";
	position: absolute;
	left: -6px;
    bottom: -1px;
    line-height: 0;
}
.flow_dt .flow_list .flow_item dl dt {
	font-size: 24px;
	line-height: 1.3;
}
.flow_dt .flow_list .flow_item dl dd {
	font-family: "Helvetica";
	font-size: 48px;
	color: #f5aa57;
	line-height: 1.3;
	padding: 0 10px;
}
.flow_dt .flow_list .flow_item p {
	font-size: 16px;
	line-height: 1.8;
}
.flow_dt .flow_list .flow_item:nth-child(even) p {
	padding-left: 10px;
}



.faq_pt .ctitle_pt .search_etitle span {
	color: #17caf7;
}
.faq-list {
	padding: 50px 0;
}
.faq-list .faq-item {
	margin-bottom: 30px;
}
.faq-list .faq-item .faq-item-q {
    position: relative;
    display: flex;
    cursor: pointer;
	background-color: #e7e7e7;
	padding: 20px 0 20px 80px;
    font-size: 24px;
    font-weight: bold;
}
.faq-list .faq-item .faq-item-q:before {
    content: "Q";
    position: absolute;
    left: 20px;
	font-family: "Helvetica";
    font-size: 48px;
    font-weight: bold;
	color: #17caf7;
	line-height: 1;
}
.faq-list .faq-item .faq-item-q:after {
    content: "\e92a";
	position: absolute;
    font-family: 'icomoon' !important;
    right: 20px;
	top: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.faq-list .faq-item.act .faq-item-q:after {
    content: "\e9cb";
}

.faq-list .faq-item .faq-item-a {
    position: relative;
	padding: 30px 0 20px 80px;
	font-size: 16px;
	display: none;
}
.faq-list .faq-item.act .faq-item-a {
	display: block;
}
.faq-list .faq-item .faq-item-a:before {
    content: "A";
    position: absolute;
    left: 20px;
	top: 24px;
	font-family: "Helvetica";
    font-size: 48px;
    font-weight: bold;
	color: #000;
	line-height: 1;
}


@media screen and (max-width:767px) {
	.about_pt {
		margin-bottom: 0;
	}
	.about_dt {
		padding: 10vw 0;
	}
	.about_dt .title {
		font-size: 6vw;
		margin-bottom: 8vw;
	}	
	.about_pt figure img {
		width: 70%;
	}
	.about_dt .desc {
		font-size: 3.5vw;
		margin-bottom: 8vw;
		text-align: left;
	}

	.what_dt .desc {
		font-size: 4.5vw;
		margin-bottom: 5vw;
	}
	.what_dt ul {
		flex-wrap: wrap;
	}
	
	.what_dt ul .pimg {
		width: 100%;
	}
	.what_dt ul li {
		width: 100%;
		margin: 5vw 0;
	}
	.what_dt ul li .num {
		font-size: 14vw;
		margin-bottom: 4vw;
	}
	.what_dt ul li .title {
		font-size: 4.5vw;
		margin-bottom: 4vw;
	}
	.what_dt ul li p {
		font-size: 3.5vw;
	}
	.what_dt ul:nth-child(even) {
        flex-direction: column-reverse;
    }

	.system_pt .system_bk {
		height: 40vw;
	}
	.system_pt .desc {
		font-size: 4vw;
		margin: 3vw 0;
	}
	.system_pt .system_list {
		flex-wrap: wrap;
		margin: 8vw 0;
	}
	.system_pt .system_list li {
		width: 100%;
		margin-bottom: 4vw;
	}
	.system_pt .system_list li figure {
		margin: 6vw 0;
	}
	.system_pt .system_list li .stitle {
		font-size: 5vw;
		margin-bottom: 4vw;
	}
	.system_pt .system_list li .desc {
		font-size: 3.5vw;
		padding: 0 2vw 2vw 2vw;
	}

	.flow_dt .desc {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.flow_dt .flow_list .flow_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.flow_dt .flow_list .flow_item:nth-child(even) {
		margin-left: 0;
	}
	.flow_dt .flow_list .flow_item dl dt {
		font-size: 5vw;
	}
	.flow_dt .flow_list .flow_item dl dd {
		font-size: 12vw;
		padding: 0 2vw;
	}
	.flow_dt .flow_list .flow_item p {
		font-size: 3.5vw;
	}

	.faq-list .faq-item .faq-item-q {
		padding: 3vw 8vw 3vw 11vw;
        font-size: 3.6vw;
	}
	.faq-list .faq-item .faq-item-q:before {
		left: 2vw;
		font-size: 8vw;
	}
	.faq-list .faq-item .faq-item-q:after {
		right: 3vw;
		top: 3vw;
		font-size: 4vw;
		line-height: 6vw;
	}
	.faq-list .faq-item .faq-item-a {
		padding: 4vw 3vw 3vw 11vw;
        font-size: 3.5vw;
	}
	.faq-list .faq-item .faq-item-a:before {
		left: 2vw;
		top: 4vw;
		font-size: 8vw;
	}
}



/* ----------------------------------
career-support.html 202507リニューアル
---------------------------------- */
#main.page_cs {
    width: 100%;
    display: block;
}
.cs_container01 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.cs_container02 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1024px) {
    .cs_container01 {
        padding-left: 3.5vw;
        padding-right: 3.5vw;
    }
    .cs_container02 {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
    }

}
@media screen and (max-width:767px) {
    .cs_container01 {
        padding-left: 2.0vw;
        padding-right: 2.0vw;
    }
    .cs_container02 {
        padding-left: 3.5vw;
        padding-right: 2.5vw;
    }
}

.cs_title01 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.cs_title02 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}
.cs_title03 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.cs_title04 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.cs_text01 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

.cs_lead_text {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (max-width:1024px) {
    .cs_title01 {
        font-size: clamp(36px, 2vw, 48px);
    }
    .cs_title02 {
        font-size: clamp(30px, 2vw, 35px);
    }
    .cs_title03 {
        font-size: clamp(20px, 2vw, 20px);
    }
    .cs_title04 {
        font-size: clamp(18px, 2vw, 18px);
    }
    
    .cs_text01 {
        font-size: clamp(14px, 1.5vw, 20px);
    }
    .cs_lead_text {
        font-size: clamp(16px, 1.75vw, 22px);
    }
}
@media screen and (max-width:767px) {
    .cs_title01 {
        font-size: clamp(4.0vw, 2vw, 48px);
        margin-bottom: 10px;
    }
    .cs_title02 {
        font-size: clamp(3.75vw, 2vw, 35px);
        margin-bottom: 10px;
    }
    .cs_title03 {
        font-size: clamp(2.75vw, 2vw, 20px);
        margin-bottom: 10px;
    }
    .cs_title04 {
        font-size: clamp(2.5vw, 2vw, 18px);
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .cs_text01 {
        font-size: clamp(10px, 1.5vw, 14px);
    }
    .cs_lead_text {
        font-size: clamp(12px, 1.75vw, 15px);
    }
}

.point_back_green { background-color: #5cb85c; }
.point_back_blue { background-color: #0274be; }


.btn_container {
    margin: 50px auto;
    position: relative;
}
.cs_btn {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.0em;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    transition: all .3s;
    display: inline-block;
}
.cs_btn.fs_l {
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width:1024px) {
    
}
@media screen and (max-width:767px) {
    .btn_container {
        margin: 20px 0 0;
    }
    .cs_btn {
        font-size: clamp(10px, 2vw, 18px);
        padding: 15px 2em;
    }
    .cs_btn.fs_l {
        font-size: clamp(20px, 2vw, 22px);
    }
}

.cs_img {
    width: 100%;
    height: auto;
}



.section01 {
    /*height: 100vh;*/
    overflow: hidden;         /* 画像などがはみ出すのを防ぐ */
    box-sizing: border-box;
}
.section01 .outer {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.section01 .outer .l_container,
.section01 .outer .r_container { width: 50%; }

.section01 .outer .l_container figure { height: 100vh; }
.section01 .outer .l_container figure .cs_img {
    height: 100%;
    object-fit: cover;
}

.section01 .r_container .inner {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1024px) {
    .section01 .outer {
        align-items: stretch;
    }
    .section01 .outer .l_container figure {
        height: 100%;
    }
    
    .section01 .r_container .inner {
        padding: 50px 40px;
    }
}
@media screen and (max-width:767px) {
    .section01 .r_container .inner {
        padding: 1em 0.75em;
    }
}


.section02 {
    padding: 80px 0;
}
.section02 .outer {
    width: 100%;
    margin: auto;
    padding: 25px 15px;
}
.cs_flow_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}
.cs_flow_list .item {
    width: calc((100% - 60px) / 3);
    padding: 2.5em 2.75em;
    background: #fff;
    border-radius: 6px;
}
.cs_flow_list .item figure {
    margin-bottom: 40px;
}
.cs_flow_list_title {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin-bottom: 8px;
}

.cs_flow_list .item:first-child {
    border-radius: 0;
}
.cs_flow_list .item:first-child .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1024px) {
    .cs_flow_list .item {
        width: calc((100% - 4.0vw) / 3);
        padding: 1.0em 1.5em;
    }
    .cs_flow_list {
        gap: 2.0vw;
    }
}
@media screen and (max-width:767px) {
    .section02 {
        padding: 2.5em 0;
    }
    .section02 .outer { padding: 0 2.5vw; }
    
    .cs_flow_list {
        gap: 15px 10px;
    }
    .cs_flow_list .item {
        width: calc((100% - 20px) / 3);
        padding: 1.0em 0.5em;
    }
    .cs_flow_list .item figure {
        margin-bottom: 10px;
    }
    
    .cs_flow_list .item .cs_title02,
    .cs_flow_list_title {
        font-size: clamp(3.0vw, 2vw, 35px);
        margin-bottom: 10px;
    }
    .cs_flow_list .item .cs_text01 {
        font-size: clamp(2vw, 2vw, 20px);
    }
}


.section03 {
    padding: 30px 0;
}
.section03 .difference_head {
    max-width: 500px;
    margin: auto;
}
.difference_list {
    margin: 40px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 20px;
}
.difference_card {
    text-align: left;
    margin: 10px 10px;
    padding: 150px 50px 50px 50px;
    border-radius: 6px;
    position: relative;
}
.difference_list .difference_card:nth-child(1) {
    background: url("../images/career-support/difference01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.difference_list .difference_card:nth-child(2) {
    background: url("../images/career-support/difference02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.difference_list .difference_card:nth-child(3) {
    background: url("../images/career-support/difference03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.difference_card::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.difference_card .inner {
    color: #fff;
    position: relative;
}
.difference_card .icon {
    background-color: #FFF;
    color: #424242;
    font-size: 24px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .difference_list {
        flex-wrap: wrap;
        gap: 20px 20px;
    }
    .difference_card {
        width: calc((100% - 20px) / 2);
        margin: 0 0;
    }
}
@media screen and (max-width:767px) {
    .difference_list {
        margin: 20px 0 0;
        gap: 10px 10px;
    }
    .difference_card {
        width: calc((100% - 10px) / 2);
        padding: 2.75em 0.75em 0.75em;
    }
    .difference_card .icon {
        width: 8.0vw;
        height: 8.0vw;
        margin-bottom: 10px;
    }
    .difference_card .icon i {
        font-size: 4vw;
    }
}


.section04 {
    background-color: #f9f9f9; /* ← sectionに薄い背景色 */
    position: relative;
    overflow: hidden; /* 波がはみ出すなら入れる */
}

.shape_container {
    padding: 100px 0 0;
    background-color: #E2E2E2;
    position: relative;
    z-index: 1;
}
.shape_bottom {
    width: 100%;
    height: 80px;
    line-height: 0;
    transform: rotate(180deg);
    position: absolute; 
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.shape_bottom svg {
    width: calc(100% + 1.3px);
    height: 80px;
    transform: translateX(-50%) rotateY(180deg);
    z-index: -1;
    display: block;
    left: 50%;
    position: relative;
}
.shape_bottom svg .shape_fill {
    fill: var(--e-global-color-astglobalcolor4);
    fill: #f9f9f9;
    /* transform: translateX(-50%) rotateY(180deg); */
    /* transform-origin: center; */
    display: block;
    width: 100%;
    height: 100%;
}

.section04 .outer {
    padding: 60px 20px 40px;
    display: flex;
    align-items: center;
}
.section04 .l_container,
.section04 .r_container {
    width: 50%;
}

.section04 .l_container figure {
    width: 90%;
    max-width: 475px;
    margin: 0 auto;
}

.section04 .r_container {
    --display: flex;
    --justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 0 0 0 35px;
    background: #E2E2E2;
    position: relative;
}
.section04 .r_container .inner {}

.section04 .acc_outer {
    background: #fff;
}
.section04 .acc_outer .acc_switch {
    padding: 40px 30px;
    border-top: 1px solid #d5d8dc;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Roboto Slab";
}
.section04 .acc_outer .acc_switch i {
    transform: rotate(-90deg);
    margin-right: 1.0em;
}
.section04 .acc_outer:first-child .acc_switch {
    border-top: none;
}
.section04 .acc_outer .acc_inner {
    display: none;
    background: #fafafa;
    border-top: 1px solid #d5d8dc;
    padding: 25px 30px;
}
.section04 .acc_outer.act .acc_inner {
    display: block;
}

.section04 .acc_outer .acc_switch.open {
    color: #0d68ae;
}
.section04 .acc_outer .acc_switch.open i {
    transform: rotate(0deg);
}

.section04 .btn_container {
    margin-bottom: 100px;
}

@media screen and (max-width:1024px) {
    
    .shape_container {
        padding: 70px 0 0;
    }
    .shape_bottom {
    }
    .shape_bottom svg {
    }
    
    .section04 .outer { flex-direction: column; }
    .section04 .l_container,
    .section04 .r_container { width: 100%; }
    
    .section04 .l_container figure {
        width: 80%;
        margin: 0 auto 50px;
    }

    
}
@media screen and (max-width:767px) {
    .section04 {
        padding: 0 0;
    }
    
    .shape_container {
        padding: 2.5vw 0 0;
        padding: 30px 0 0;
    }
    
    .section04 .outer {
        padding: 30px 0 30px;
    }
    .section04 .l_container figure {
        width: 70%;
        margin: 0 auto 30px;
    }
    
    .section04 .r_container {
        padding: 0 0 0;
    }
    .section04 .acc_outer {}
    .section04 .acc_outer .acc_switch {
        padding: 1.5em 1em;
        font-size: 2.75vw;
    }
    
    .section04 .btn_container {
        margin-bottom: 3.5em;
    }
}


.section05 {padding: 100px 0 0; }

.feature_list {
    display: flex;
    margin: 40px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 60px;
}
.feature_list .feature_card {
    width: calc((100% - 120px) / 3);
}
.feature_list .feature_card .cs_title03 {
    text-align: center;
}
.feature_list .feature_card figure {
    margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
    
}
@media screen and (max-width:767px) {
    .section05 {
        padding: 2.5em 0;
    }
    .feature_list {
        margin: 30px 0 0;
        gap: 0 15px;
    }
    .feature_list .feature_card {
        width: calc((100% - 30px) / 3);
    }
    
}



#cs_footer {
    padding: 30px 0;
}
#cs_footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.0em;
    padding: 32px 0;
}
@media screen and (max-width:1024px) {
    
}
@media screen and (max-width:767px) {
    
}
.price-help{
  border: 3px solid #7D90FF;
  margin: 25px 0;
  padding: 15px;
  font-size: 14px;
}
.price-help h3{
  font-size: 18px;
  color: #7D90FF;
  
}

