@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



:root{
    --base_black: #303030;
    --base_blue: #0172DA;
    --base_orange:#F28E1E;
    --base_font:'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    --inner_width:900px;
}


body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}


#add_page_wrap{
    overflow: clip;
	color:var(--base_black);
	font-size: 16px;
	font-family: var(--base_font);
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
    
}

#add_page_wrap.service_main{
    padding-bottom: 160px;
}

*{
	margin:0;
	padding:0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

*::before,
*::after{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.add_page_wrap img{
	display: block;
	object-position: center;
	width: 100%;
}


/* html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
} */

/* #add_page_wrap a{
	color:var(--base_black);
} */

@media (any-hover:hover){
	#add_page_wrap a[href^="tel:"] {
		pointer-events: none;
	}
}


/*
------------------------------------
アニメーション関係
------------------------------------
*/

.c_hover_opa{
	transition: 0.4s;
}


@media (any-hover:hover){
	.c_hover_opa:hover{
		opacity: 0.7;
	}
	
}


/*
------------------------------------
共通パーツ
------------------------------------
*/
.container{
	max-width: 1240px;
	padding-inline: 20px;
	margin-inline: auto;
}

.c_blue_button{
	width:300px;
	min-height: 50px;
	border-radius: 9999px;
	background-color: var(--base_blue);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	color:#fff;
	position: relative;
}

.c_blue_button::after{
	content:'';
	width:7px;
	height:13px;
	background-image: url('../img_add/common/icon_angle_right_white.svg');
	position: absolute;
	top: 50%;
	right:24px;
	transform: translateY(-50%);
}


.c_sec_head{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:8px;
    text-align: center;
    font-feature-settings: 'palt';
}

.c_sec_head::after{
    content:'';
    width: 120px;
    height: 8px;
    background-color: var(--base_orange);
}

/*
------------------------------------
オプションページ
------------------------------------
*/

.c_info_section{
	margin-top: 72px;
	padding-top:36px;
	padding-bottom: 48px;
	background-color: var(--base_blue);
	color:#fff;
}

.c_info_section .sec_head{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

.c_info_section .info_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:30px 6%;
	margin-top: 40px;
}

.c_info_section .info_left{
	/* flex-shrink: 0; */
	width:347px;
}

.c_info_section .info_img img{
	border-radius: 24px;
}

.c_info_section .info_flex:has(.info_left) .info_right{
	max-width: 600px;
}
.c_info_section .info_right{
	
}


.c_info_section .info_head{
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c_info_section .info_text{
	margin-top: 8px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.c_info_section .info_button_list{
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:20px;
}

.c_info_section .info_button{
	width:236px;
	min-height: 50px;
	padding:8px 24px;
	border-radius: 9999px;
	font-weight: 700;
	color:#fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c_info_section .info_button::after{
	content:"";
	width:7px;
	height:13px;
	background-image: url('../img_add/common/icon_angle_right_white.svg');
}

.c_info_section .info_button.document{
	background-color: #7FB8EC;
}
.c_info_section .info_button.demo{
	border:1px solid #fff;
	background-color: var(--base_blue);
}


/*
------------------------------------
トップ
------------------------------------
*/

.top_section{

}

.top_section .sec_head{
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.top_fv_section{

}

.top_fv_section .fv_inner{
	position: relative;
	/* min-height:100vh; */
	background-image: url('../img_add/top/fv_bg.jpg');
	padding-top: 160px;
	padding-bottom: 280px;
}

.top_fv_section .fv_text{
	width: 95%;
	max-width: 1135px;
	margin-inline: auto;
}

.top_fv_section .fv_chara{
	width:920px;
	max-width: 90%;
	aspect-ratio: 1 / calc(240 / 920);
	position: absolute;
	bottom:-12px;
	left:0;
	right:0;
	margin-inline: auto;
}

.top_fv_section .fv_chara img{
	width:100%;
	height:100%;
	object-fit: contain;
}

.top_about_section{
	padding-top: 130px;
}

.top_about_section .about_text{
	margin-top: 40px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}

.top_about_section .button_flex{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:16px 40px;
}

.top_about_section .button{
	width:300px;
	min-height: 50px;
	border-radius: 9999px;
	background-color: var(--base_blue);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	color:#fff;
	position: relative;
}

.top_about_section .button::after{
	content:'';
	width:7px;
	height:13px;
	background-image: url('../img_add/common/icon_angle_right_white.svg');
	position: absolute;
	top: 50%;
	right:24px;
	transform: translateY(-50%);
}

.top_manage_section{
	padding-top: 114px;
}

.top_manage_section .manage_text{
	margin-top: 24px;
	text-align: center;
	color:var(--base_blue);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.top_manage_section .manage_flex{
	display: flex;
	justify-content: center;
	gap:6px;
	margin-top: 112px;
}

.top_manage_section .manage_arrow{
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.top_manage_section .manage_arrow::after{
	content:'';
	width:35px;
	height:29px;
	background-image: url('../img_add/common/icon_arrow_right_blue.svg');
}

.top_manage_section .manage_box{
	width:445px;
	position: relative;
	border:3px solid var(--manage_color);
	
}

.top_manage_section .manage_box_inner{
	padding:36px 16px 20px;
}

.top_manage_section .manage_kind{
	position: absolute;
	left:0;
	bottom:100%;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color:var(--manage_color);
	z-index: 3;
}

.top_manage_section .manage_icon{
	width:161px;
	margin-inline: auto;
	aspect-ratio: 1 / calc(118 / 161);
	position: relative;
	display: block;
}

.top_manage_section .manage_icon::before{
	content:'';
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top_manage_section .manage_list{
	margin-top: 32px;
	font-weight: 700;
	color:var(--manage_color);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:10px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	width: fit-content;
	margin-inline: auto;
}

.top_manage_section .manage_list li{
	position: relative;
	padding-left: 16px;
	/* text-align: center; */
}

.top_manage_section .manage_list li::before{
	content:'・';
	font-weight: 700;
	color:var(--manage_color);
	line-height: 1.5;
	position: absolute;
	left:0;
	top:0;
}

.top_manage_section .manage_box.manage_before{
	--manage_color:#807D7D;
}

.top_manage_section .manage_box.manage_before .manage_icon::before{
	width:100%;
	height:100%;
	background-image: url('../img_add/top/manage_before.png');
}

.top_manage_section .manage_box.manage_after{
	--manage_color:var(--base_blue);
}
.top_manage_section .manage_box.manage_after .manage_icon::before{
	width:219px;
	height:164px;
	background-image: url('../img_add/top/manage_after.png');
	/* margin-top: -30px; */
}

.top_effect_section{
	padding-top: 80px;
}

.top_effect_section .effect_frame{
	max-width: 890px;
	margin-inline: auto;
	margin-top: 40px;
}

.top_service_section{
	margin-top: 80px;
}

.top_service_section .service_inner{

}

.top_service_section .service_head{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 110px;
	background-color: #17629B;
	color:#fff;
	padding:6px 10px;
	gap:4px;
}

.top_service_section .service_head_ja{
	font-size: 16px;
	font-weight: 400;
}

.top_service_section .service_head_en{
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.3em;
}

.top_service_section .service_list{
	display: flex;
}

.top_service_section .service_item{
	width:25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom:1px solid var(--base_black);
}

.top_service_section .service_item + .service_item{
	border-left:1px solid var(--base_black);
}

.top_service_section .service_icon{
	width:100%;
	height:340px;
	padding:16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom:2px solid var(--base_black);
}

.top_service_section .service_name{
	height:270px;
	
}

.top_service_section .service_name img{
	height:100%;
	width:auto;
	max-width: 100%;
	object-fit: contain;
}

.top_service_section .service_info_area{
	/* height:100%; */
	padding:12px;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_service_section .service_link{
	display: block;
	width: fit-content;
	margin-inline: auto;
	color: #133281;
	font-weight: 700;
}


.top_service_section .service_info_area ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:6px 40px;
}

.top_service_section .service_info_area ul:has(li:nth-child(7)){
	gap:6px 16px;
}

.top_service_section .service_info_area ul li{
	font-weight: 700;
	color:#133281;
}

.top_flow_section{
	padding-top: 80px;
}

.top_flow_section .flow_head{
	width: fit-content;
	margin-inline: auto;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:8px 32px;
	background-color: var(--base_blue);
	color: #FFF;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}

.top_flow_section .flow_text{
	margin-top: 64px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.top_flow_section .flow{
	max-width: 1110px;
	margin-inline: auto;
	margin-top: 64px;
}

.top_flow_section .flow_info{
	max-width: 650px;
	margin-inline: auto;
	margin-top: 72px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: center;
}

/*
------------------------------------
各サービス紹介ページ
------------------------------------
*/

.service_main{

}

.service_section{
    position: relative;
}

.service_fv_section{
    padding-top: 40px;
    padding-bottom: 45px;
    background-image: url('../img_add/common/fv_bg.jpg');
    color:#fff;
}

.service_fv_section .fv_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% + 32px);
    gap:16px;
}

.service_fv_section .fv_title img{
    height:124px;
    width:auto;
}

.service_fv_section .fv_text{
    margin-top: 16px;
    line-height: 1.5;
}

.service_fv_section .fv_bottom_flex{
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    gap:24px;
}

.service_fv_section .fv_button_list{

}

.service_fv_section .fv_demo_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height:65px;
    padding: 12px;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    margin-inline: auto;
    background-color: var(--base_orange);
    border-radius: 9999px;
    color:#fff;
}
.service_fv_section .fv_demo_button::before{
    content:'';
    width:16px;
    aspect-ratio: 1 / 1;
    background-image: url('../img_add/common/icon_download_white.svg');
}

.service_fv_section .fv_document_button{
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:220px;
    min-height: 25px;
    border-radius: 9999px;
    background-color: #fff;
    margin-inline: auto;
    font-size: 14px;
    color:var(--base_black);
}

.service_fv_section .fv_flow_area{
    position: relative;
}

.service_fv_section .fv_chara{
    position: absolute;
    z-index: 1;
}

.service_fv_section .fv_chara_honmaru{
    width:156px;
    left:95px;
    bottom:calc(100% - 34px);
    z-index: 0;
}
.service_fv_section .fv_chara_ninomaru{
    width:142px;
    left:136px;
    bottom:calc(100% - 3px);
}
.service_fv_section .fv_chara_sannomaru{
    width:181px;
    left:132px;
    bottom:calc(100% - 6px);
}
.service_fv_section .fv_chara_hiroi{
    width:158px;
    left:100px;
    bottom:calc(100% - 3px);
}

.service_fv_section .fv_flow{
    position: relative;
    z-index: 1;
}

.service_fv_section .fv_flow img{
    height:100px;
    width: auto;
}

.service_fv_section .fv_deco{

}

.service_fv_section .fv_deco img{
    height:302px;
    width: auto;
}

.service_guide_section{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EEF7FF;

}

.service_guide_section .guide_inner{
    max-width: var(--inner_width);
    margin-inline: auto;
}

.service_guide_section .guide_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:24px;
}

.service_guide_section .guide_left{
    flex-shrink: 0;
    width:415px;
    border-left:8px solid #2A71B1;
    padding-left: 32px;
}

.service_guide_section .guide_head{
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.service_guide_section .guide_head span{
    color:#2A71B1;
}

.service_guide_section .guide_text{
    margin-top: 24px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.service_guide_section .guide_text span{
    color:#2A71B1;
    font-weight: bold;
}

.service_guide_section .guide_right{
    width:100%;
    max-width: 352px;
}

.service_stage_section{
    padding-top: 120px;
    padding-bottom: 120px;
}

.service_stage_section .stage_inner{
    max-width: var(--inner_width);
    margin-inline: auto;
}

.service_stage_section .stage_list{
    margin-top: 200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:min(calc(36 / 1440 * 100vw) , calc(36 / 1440 * 1200px));
}

.service_stage_section .stage_item{
    border-radius: 5px;
    position: relative;
    border:1px solid var(--base_black);
    padding:36px 0 40px;
    padding-inline: min(calc(28 / 1440 * 100vw) , calc(28 / 1440 * 1200px));
}

.service_stage_section .stage01_item::before{
    content:'';
    height:3px;
    background-color: #fff;
    top:-1px;
    position: absolute;
    width:calc(128 / 276 * 100%);
    left:calc(50 / 276 * 100%);
}
.service_stage_section .stage03_item{
    border-color: #2A71B1;
    background-color: #2A71B1;
    color:#fff;
}

.service_stage_section .stage_icon{
    position: absolute;
    left:0;
    right:0;
    margin-inline: auto;
    bottom:calc(100% - 26px);
    z-index: 1;
}

.service_stage_section .stage01_icon{
    width:calc(152 / 276 * 100%);
    left:calc(32 / 276 * 100%);
    right:auto;
    bottom:calc(100% - 48px);
    margin:0;
}
.service_stage_section .stage02_icon{
    width:calc(148 / 276 * 100%);
}
.service_stage_section .stage03_icon{
    width:calc(123 / 276 * 100%);
}

.service_stage_section .stage_num{
    color: #2A71B1;
    position: absolute;
    bottom:100%;
    right:8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    z-index: 2;
}
.service_stage_section .stage_num span{
    font-size: 20px;
}

.service_stage_section .stage_title{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    z-index: 3;
}

.service_stage_section .stage_text{
    margin-top: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}



.service_worry_section{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F9F9F9;
}

.service_worry_section .worry_list{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
}

.service_worry_section .worry_item{
    position: relative;
    background-color: #E9ECEF;
    border-radius: 5px;
    padding:12px 24px;
}
.service_worry_section .worry_item::after{
    content:'';
    display: block;
    width:38px;
    aspect-ratio: 1 / calc(32 / 38);
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #E9ECEF;
}

.service_worry_section .worry_title{
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 24px;
    position: relative;
}
.service_worry_section .worry_title::after{
    content:'';
    width: 80px;
    height: 8px;
    background-color: var(--base_orange);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service_worry_section .worry_text{
    margin-top: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    font-feature-settings: 'palt';
}

.service_worry_section .unit_text{
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:12px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.service_worry_section .unit_text img{
    width:auto;
    height:86px;
    font-size: 45px;
    font-weight: bold;
}

.service_worry_section .solution_list{
    margin-top: 112px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
}

.service_worry_section .solution_item{
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 4px 0 #D9D9D9;
    position: relative;
    padding:24px 16px 40px;
}

.service_worry_section .solution_item::before{
    content:'';
    display: block;
    width:24px;
    aspect-ratio: 1 / calc(40 / 24);
    background-image: url('../img_add/common/icon_arrow_bottom_orange.svg');
    position: absolute;
    bottom:calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
}

.service_worry_section .solution_title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.service_worry_section .solution_icon{
    display: block;
    max-width: 64px;
    margin-inline: auto;
    margin-top: 24px;
}

.service_worry_section .solution_catch{
    margin-top: 24px;
    font-weight: 500;
    width: fit-content;
    margin-inline: auto;
}

.service_worry_section .solution_catch span{
    background: linear-gradient(to top, var(--base_orange) 0%, var(--base_orange) 30%, transparent 30%, transparent 100%);
}


.service_worry_section .solution_item ul{
    margin-top: 24px;
}

.service_worry_section .solution_item ul li{
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
}
.service_worry_section .solution_item ul li::before{
    content:'';
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    display: block;
    width:20px;
    aspect-ratio: 1 / calc(12 / 20);
    background-image: url('../img_add/common/icon_check_orange.svg');
}

.service_worry_section .solution_item ul li + li{
    margin-top: 16px;
}

.c_contact_section{
    padding-top: 230px;
}

.c_contact_section .contact_inner{
    max-width: var(--inner_width);
    margin-inline: auto;
}

.c_contact_section .contact_block{
    min-height: 240px;
    border-radius: 5px;
    background-color: #2A71B1;
    position: relative;
    padding:24px calc(408 / 900 * 100%) 24px 24px;
    color: #FFF;
}

.c_contact_section .contat_block_head_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:8px;    
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.c_contact_section .contat_block_head_text img{
    width:auto;
    height:28px;
}

.c_contact_section .contact_block_text{
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.c_contact_section .contact_button_list{
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:8px;
}

.c_contact_section .contat_block_button{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    border-radius: 9999px;
    gap:8px;
    padding:12px 12px;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}

.c_contact_section .contat_block_button::before{
    content:'';
    flex-shrink: 0;
}

.c_contact_section .demo_button{
    background-color: var(--base_orange);
}
.c_contact_section .demo_button::before{
    width:16px;
    aspect-ratio: 1 / 1;
    background-image: url('../img_add/common/icon_download_white.svg');
}

.c_contact_section .document_button{
    background-color:#2FB4AF;
}
.c_contact_section .document_button::before{
    width:16px;
    aspect-ratio: 1 / calc(19 / 16);
    background-image: url('../img_add/common/icon_document_white.svg');
}

.c_contact_section .contact_deco{
    width:calc(395 / 900 * 100%);
    position: absolute;
    top: 50%;
    right:6px;
    transform: translateY(-50%);
}

.c_contact_section .contact_deco img{
    margin-top: -40px;
}

.service_structure_section{
    padding-top: 120px;
}

.service_structure_section .structure_inner{
    max-width: var(--inner_width);
    margin-inline:auto;
}

.service_structure_section .structure_frame{
    margin-top: 80px;
}

.service_structure_section .structure_catch{
    margin-top: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.service_structure_section .structure_catch span{
    color:#0172DA;
}

.service_structure_section .structure_text{
    margin-top: 48px;
    max-width: 630px;
    margin-inline: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.service_structure_section .structure_text_ninomaru{
    max-width: 438px;
}

.service_compare_section{
    padding-top: 120px;
}

.service_compare_section .compare_inner{
    max-width: var(--inner_width);
    margin-inline: auto;
}

.service_compare_section .compare_frame{
    margin-top: 88px;
}

.service_compare_section .compare_remark{
    margin-top: 8px;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.service_compare_section .compare_catch{
    margin-top: 48px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.service_compare_section .compare_catch span{
    color:#2A71B1;
    padding-inline: 3px;
    display: inline-block;
    transform: translateY(3px);
}

.service_compare_section .compare_catch  strong{
    font-weight: 700;
    font-size: 48px;
}

.service_feature_section{
    padding-top: 120px;
}

.service_feature_section .feature_inner{
    max-width: var(--inner_width);
    margin-inline: auto;
}

.service_feature_section .feature_list{
    margin-top: 80px
}

.service_feature_section .feature_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.service_feature_section .feature_item:nth-child(even){
    flex-direction: row-reverse;
}

.service_feature_section .feature_item + .feature_item{
    margin-top: 140px;
}

.service_feature_section .feature_text_area,
.service_feature_section .feature_img_area{
    width:48%;
    max-width:410px;
}

.service_feature_section .feature_title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
}

.service_feature_section .feature_title span{
    color:#2A71B1;
}

.service_feature_section .feature_text{
    margin-top: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.service_feature_section .example_head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    width: fit-content;
    min-height: 40px;
    padding:8px 16px;
    background-color: #2A71B1;
    border-radius: 15px;
    font-weight: 500;
    line-height: 1.5;
    color:#fff;
    position: absolute;
    bottom:calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.service_feature_section .example_head::after{
    content:'';
    width:16px;
    aspect-ratio: 1 / calc(18 / 20);
    background-color: #fff;
    flex-shrink: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.service_function_section{
    padding-top: 120px;
}

.service_function_section .function_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:8px;
    margin-top: 80px;
}

.service_function_section .function_item{
    min-height: 212px;
    border-radius: 5px;
    border:1px solid var(--base_black);
    overflow: clip;
    background-color: #fff;
}

.service_function_section .function_item_head{
    min-height: 60px;
    padding:4px 12px;
    background-color: #2A71B1;
    color:#fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap:14px;
    font-feature-settings: 'palt';
}

.service_function_section .function_item_head_icon{
    width:42px;
    height:42px;
}

.service_function_section .function_item_head_icon img{
    width:100%;
    height:100%;
    object-fit: contain;
}

.service_function_section .function_item_text_frame{
    padding:15px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.05em;
}

.service_series_section{
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 200px;
    background-color: #F9F9F9;
}

.service_series_section .series_list{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
}

.service_series_section .series_item{
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 2px 4px 0 #D9D9D9;
    padding:24px 16px;
}

.service_series_section .series_inner{
    max-width: 224px;
    margin-inline: auto;
}

.service_series_section .series_head{
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_series_section .series_head img{
    height:70px;
    width:auto;
    max-width: 100%;
    object-fit: contain;
}

.service_series_section .series_icon{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.service_series_section .series_icon img{
    height:180px;
    width:auto;
    max-width: 100%;
    object-fit: contain;
}

.service_series_section .series_button{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    border-radius: 9999px;
    padding:12px 16px;
    background-color: var(--base_orange);
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    transition-duration: 0.4s;
}

@media(any-hover:hover){
    .service_series_section .series_button:hover{
        opacity: 0.7;
    }
}


.service_flow_section{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EEF7FF;
} 

.service_flow_section .flow_list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:16px;
    margin-top: 220px;
}

.service_flow_section .flow_item{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0 #D9D9D9;
    position: relative;
    padding:68px 16px 16px;
}

.service_flow_section .flow_item::before{
    content:'';
    width:100%;
    height:3px;
    background-color: #2B70B0;
    position: absolute;
    left:50%;
    bottom: calc(100% + 84px + 26px);
}

.service_flow_section .flow_item:last-child::before{
    content:none;
}

.service_flow_section .flow_num{
    display: flex;
    justify-content: center;
    align-items: center;
    width:54px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #2B70B0;
    font-size: 24px;
    font-weight: 500;
    color:#fff;
    position: absolute;
    bottom: calc(100% + 84px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.service_flow_section .flow_item:nth-child(2) .flow_num{
    background-color: #2A5F9C;
}
.service_flow_section .flow_item:nth-child(3) .flow_num{
    background-color: #2A4C86;
}
.service_flow_section .flow_item:nth-child(4) .flow_num{
    background-color: #293D77;
}
.service_flow_section .flow_item:nth-child(5) .flow_num{
    background-color: #292C63;
}


.service_flow_section .flow_title{
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color:#2A71B1;
    text-align: center;
}



.service_flow_section .flow_icon{
    width:88px;
    border-radius: 50%;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}
.service_flow_section .flow_button_list{
    margin-top: 32px;
}

.service_flow_section .flow_button_list a{
    border-radius: 9999px;
    transition-duration: 0.4s;
}

.service_flow_section .flow_text{
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.5;
}

@media(any-hover:hover){
    .service_flow_section .flow_button_list a:hover{
        opacity: 0.7;
    }
}

.service_flow_section .demo_button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    min-height: 60px;
    background-color: var(--base_orange);
    color:#fff;
    font-weight: 700;
    padding:12px;
}



.service_flow_section .demo_button::before{
    content:'';
    width:16px;
    aspect-ratio: 1 / 1;
    background-image: url('../img_add/common/icon_download_white.svg');
    flex-shrink: 0;
}

.service_flow_section .document_button{
    width: fit-content;
    margin-inline: auto;
    min-height: 28px;
    padding:4px 8px;
    min-width: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    border:1px solid var(--base_black);
    color:var(--base_black);
}

.service_faq_section{
    padding-top: 120px;
}

.service_faq_section .faq_list{
    margin-top: 80px;
    max-width: var(--inner_width);
    margin-inline: auto;
}

.service_faq_section .faq_item{
    border-radius: 5px;
    overflow: clip;
}

.service_faq_section .faq_item:nth-child(odd){
    background-color: #E9ECEF;
}
.service_faq_section .faq_item:nth-child(even){
    background-color: #F9F9F9;
}

.service_faq_section .faq_item + .faq_item{
    margin-top: 8px;
}

.service_faq_section .faq_question{
    min-height: 60px;
    position: relative;
    padding:18px 56px 18px 64px;
    cursor: pointer;
}
.service_faq_section .faq_question::before{
    content:'Q';
    font-family: var(--base_font);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    color:#2A71B1;
    position: absolute;
    left:14px;
    top:14px;
}

.service_faq_section .faq_question::after{
    content:'';
    width:28px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-image: url('../img_add/common/icon_faq_arrow.svg');
    position: absolute;
    top: 50%;
    right:16px;
    transform: translateY(-50%);
    transform-origin: center;

}

.service_faq_section .faq_question.active::after{
    transform: translateY(-50%) rotate(180deg);
}

.service_faq_section .faq_answer{
    display: none;
    padding:16px 0;
}

.service_faq_section .faq_answer_text{
    position: relative;
    padding-right:56px;
    padding-left: 64px;
    line-height: 1.75;
}

.service_faq_section .faq_answer_text::before{
    content:'A';
    font-family: var(--base_font);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    color:#2A71B1;
    position: absolute;
    left:18px;
    top:0;
}

.example_pop{
    position: fixed;
    width:100%;
    height:100dvh;
    top:0;
    left:0;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.4s;

}

.example_pop.show{
    opacity: 1;
    pointer-events: auto;
}

.example_pop .example_pop_close{
    cursor: pointer;
    position: fixed;
    z-index: 101;
    top:10px;
    right:32px;
    width:40px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.example_pop .example_pop_close::before,
.example_pop .example_pop_close::after{
    content:'';
    width:40px;
    height:4px;
    background-color: #fff;
    border-radius: 2px;
}

.example_pop .example_pop_close::before{
    transform: rotateZ(45deg);
}
.example_pop .example_pop_close::after{
    margin-top: -4px;
    transform: rotateZ(-45deg);
}

.example_pop .example_pop_inner{
    min-height: 100dvh;
    padding:80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.example_pop .example_pop_frame{
    width: 90%;
    max-width: 800px;
}


.form_section{
    padding-top: 120px;
}