@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');


/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /リセットCSS */


/****************************************
		clearfix
*****************************************/
.cf::before,
.cf::after {
	content: " ";
	display: table;
}
.cf::after {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: inline-block;
	*zoom: 1;
}

* html .cf {
	height: 1%;
}
/* /clearfix */

/****************************************
		base
*****************************************/

*{
	box-sizing: border-box;
}
body{
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 14px;
  font-weight: 400;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

p{
	font-size: 1em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap : break-word;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap : break-word;
}
strong{
	font-weight: 700;
	color: #ed9d00;
}
img{
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
a{
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
a:hover{
	transition: 0.3s;
	color: inherit;
	opacity: 0.7;
}

button{
	font-size: 100%;
	border: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body ::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	display: inline-block;
}
body ::-webkit-scrollbar-track {
	background: #D5D5D5;
}

body ::-webkit-scrollbar-thumb {
	background: #193365;
}


/****************************************
		共通
*****************************************/

.wrapper{
	position: relative;
}

.inner{
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
	display: block;
	max-width: 1090px;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section_tit{
	margin: 0 0 1.5em;
	color: #193365;
	letter-spacing: 0.08em;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.5em;
}
.section_tit .en{
	display: block;
	line-height: 1.2;
	margin-bottom: 0.1em;
	font-size: 2.95em;
	letter-spacing: 0.04em;
}
.section_tit .ja{
	display: block;
	font-weight: 500;
}

.top_solutions .section_tit{
	font-size: 1.65em;
}
.top_solutions .section_tit .en{
	margin-bottom: 0.2em;
	font-size: 2.7em;
}
.top_news .section_tit .en{
	font-size: 2.55em;
}

.indent{
	padding-left: 1em;
	text-indent: -1em;
}

.txt_left{
	text-align: left;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}

.color_wh{
	color: #fff !important;
}
.color_org{
	color: #ed9d00 !important;
}

.f_weight600{
	font-weight: 600;
}
.f_weight700{
	font-weight: 700;
}
.f_weight800{
	font-weight: 800;
}
.f_weight900{
	font-weight: 900;
}
.bold,
b{
	font-weight: bold;
}
sup{
	font-size: 0.8em;
	vertical-align: top;
}
.big{
	font-size: 1.2em;
}

.map iframe{
	width: 100%;
}
.movie_wrap iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.btn_more{
	position: relative;
	color: #193365;
	text-align: left;
	width: 90%;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 0.8em 1.4em;
	margin: 1em 0 1em;
	max-width: 12.2em;
	font-size: 0.88em;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
  align-items: center;
	border: solid 1px #193365;
}
.btn_more.big{
	font-size: 1.55em;
	padding: 0.7em 1.2em;
	max-width: 11.2em;
}
.btn_more:hover{
	opacity: 1;
	color: #fff;
	background: #193365;
}
.btn_more:after{
	content: "";
	position: absolute;
	right: 0.6em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.9em;
	height: 0.7em;
	transition: .3s;
	background: url(../img/ico_arrow.svg) center center/contain no-repeat;
}
.btn_more:hover:after{
	background: url(../img/ico_arrow_wh.svg) center center/contain no-repeat;
}
.btn_more.btn_color2{
	background: #fff;
	border: solid 1px #fff;
}
.btn_more.btn_color2:hover{
	color: #fff;
	background: #193365;
	border: solid 1px #193365;
}
.btn_more.btn_color3{
	color: #fff;
	background: #193365;
	border: solid 1px #193365;
}
.btn_more.btn_color3:hover{
	color: #193365;
	background: #fff;
	border: solid 1px #193365;
}
.btn_more.btn_color3:after{
	background: url(../img/ico_arrow_wh.svg) center center/contain no-repeat;
}
.btn_more.btn_color3:hover:after{
	background: url(../img/ico_arrow.svg) center center/contain no-repeat;
}
.btn_more.btn_color4{
	border: solid 1px #fff;
	color: #fff;
}
.btn_more.btn_color4:hover{
	color: #193365;
	background: #fff;
	border: solid 1px #fff;
}
.btn_more.btn_color4:after{
	background: url(../img/ico_arrow_wh.svg) center center/contain no-repeat;
}
.btn_more.btn_color4:hover:after{
	background: url(../img/ico_arrow.svg) center center/contain no-repeat;
}
.btn_more.btn_color5{
	color: #ed9d00;
	border-color: #ed9d00;
}
.btn_more.btn_color5:hover{
	color: #fff;
	background: #ed9d00;
	border-color: #ed9d00;
}
.btn_more.btn_color5:after{
	background: url(../img/ico_arrow_org.svg) center center/contain no-repeat;
}
.btn_more.btn_color5:hover:after{
	background: url(../img/ico_arrow_wh.svg) center center/contain no-repeat;
}

/****************************************
		アニメーション
*****************************************/
/* .ov_zoom{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ov_zoom .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.ov_zoom .bg img{
	transition:1s all;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.ov_zoom:hover .bg img{
	transition:1s all;
	transform:scale(1.1,1.1);
}
.ov_zoom a:hover{
	opacity: 1;
} */


/* fade */
.fadein {
  transition: all 2s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}

.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.fadein + .fadein{
	transition-delay: 0.2s;
}
.fadein + .fadein + .fadein{
	transition-delay: 0.4s;
}
.fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.6s;
}
.fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 0.8s;
}
.fadein + .fadein + .fadein + .fadein + .fadein + .fadein{
	transition-delay: 1s;
}


/****************************************
		header
*****************************************/
header{
	top: 0;
	z-index: 100;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	transition: .3s;
	background: rgba(255, 255, 255, 0.8);
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* max-width: 1440px;
	height: 125px; */
  max-width: 1155px;
	height: 100px;
}
header .head_left{
	margin-right: 3%;
	flex: 1;
}


header .head_right{
	width: 70%;
	/* max-width: 735px; */
	max-width: 590px;
	margin-right: -3%;
}

header .head_gnav .menu_list {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
}

header .head_gnav .menu_list li {
	position: relative;
}

header .head_gnav .menu_list li a{
	display: block;
	padding: 3.4em 0.5em;
	/* font-size: 16px; */
  font-size: 0.9em;
}
header .head_gnav .menu_list .menu_list_child li + li{
	border-top: solid 1px #fff;
}
header .head_gnav .menu_list .menu_list_child li a:before{
	content: "";
	position: absolute;
	width: 0.8em;
	height: 1px;
	top: 1.55em;
	left: 1.5em;
	background: #fff;
}
header .head_gnav .menu_list .menu_list_child li a{
	padding: 1em 1em 1em 2.8em;
}


header .head_gnav .menu_list li .drop_btn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	/* width: 100%; */
	height: 100%;
	text-align: right;
	z-index: 10;
	cursor: pointer;
}
header .head_gnav .menu_list li .drop_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	bottom: 0;
	right: 0.1em;
	margin: auto;
	width: 0.8em;
	height: 0.5em;
  background: url(../img/ico_down.svg) center/100% no-repeat;
}


/****************************************
		foot_contact
*****************************************/
.foot_contact{
	text-align: center;
	padding: 7em 0 6em;
}
.foot_contact .section_tit .en{
	margin-bottom: 0.05em;
}
.foot_contact .btn_more{
	margin: 2em auto;
}

/****************************************
		footer
*****************************************/
footer{
	position: relative;
	background: #D5D5D5;
}
footer .footer_menu_wrap{
	padding: 4.5em 0 14em;
	display: flex;
	max-width: 1155px;
}
footer .footer_left{
	margin-right: 8.5%;
}
footer .footer_logo{
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
footer .footer_logo a{
	display: block;
}
footer .footer_address{
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.01em;
}
footer .footer_address .name{
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

footer .footer_menu{
	padding: 0 0 0;
	display: flex;
	align-items: flex-start;
}
footer .footer_menu_list{
	min-width: 13.5em;
}
footer .footer_menu_list + .footer_menu_list{
	margin-left: 12%;
}
footer .footer_menu_list li{
	position: relative;
}
footer .footer_menu_list >  li + li{
	margin-top: 1.6em;
}
footer .footer_menu_list li a{
	padding: 0.5em 0;
	display: block;
	position: relative;
}
footer .footer_menu_list li .cate_en{
	display: block;
	font-size: 1.3em;
	font-weight: 600;
}
footer .footer_menu_list li .cate_ja{
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
}
footer .footer_menu_child{
	line-height: 1.8;
	font-size: 0.86em;
	margin-top: 0.3em;
}
footer .footer_menu_child li a{
	padding: 0;
	padding-left: 1.5em;
}
footer .footer_menu_child li a:before{
	position: absolute;
	content: "";
	background: #000;
	top: 0.9em;
	left: 0.2em;
	height: 1px;
	width: 0.8em;
	display: block;
}
footer .footer_menu_child li .en{
	letter-spacing: 0;
}

footer .foot_copy{
	display: block;
	clear: both;
	float: none;
	text-align: center;
	padding: 2.6em 0;
	font-size: 0.8em;
	letter-spacing: 0.05em;
  background: #fff url(../img/foot_copy_bg.png) center/cover no-repeat;
}

/****************************************
		totop
*****************************************/
.totop{
	position: relative;
}
.totop .inner{
	max-width: 1150px;
  position: fixed;
	left: 0;
	right: 0;
	text-align: right;
	margin: auto;
  bottom: 30px;
	z-index: 10;
	transition: .3s;
  opacity: 0;
  visibility: hidden;
	pointer-events: none;
}
.totop.active .inner{
  opacity: 1;
  visibility: visible;
}
.totop.absolute .inner{
  position: absolute;
  top: -30px;
  bottom: auto;
}
.totop a{
	pointer-events: auto;
}
.totop img{
	width: 3.5em;
}

/****************************************
		@top
*****************************************/
.top_fv{
	padding: 10em 0 4em;
  background: url(../img/top_fv_bg.png) center 0/100% no-repeat;
}
.top_fv .inner{
	max-width: 1155px;
}
.top_fv .tit{
	font-size: 1.95em;
	margin-bottom: 1.9em;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.top_fv .tit .en{
	color: #193365;
	display: block;
	font-size: 2.05em;
	line-height: 1.2;
	letter-spacing: 0;
}
.top_fv .tit .ja{
	color: #ada7a2;
	display: block;
	margin-top: 0.5em;
	letter-spacing: 0.08em;
}

.top_fv .img{
}

.top_intro{
	padding: 5em 0 10em;
}
.top_intro .inner{
	max-width: 980px;
}
.top_intro .tit{
	font-size: 2.1em;
	color: #193365;
	margin-bottom: 0.7em;
	font-weight: 500;
}
.top_intro .flex .img{
	flex: 1;
}
.top_intro .flex .txt{
	width: 45.4%;
	margin-left: 5%;
	min-width: 450px;
}
.top_intro .check_list{
	font-size: 1.55em;
	letter-spacing: 0.09em;
	font-weight: 600;
	margin-top: -0.7em;
	margin-bottom: 0.2em;
	line-height: 1.4;
}
.top_intro .check_list li{
	padding: 0.74em 0;
	padding-left: 2.2em;
	position: relative;
  background: url(../img/line.png) left bottom repeat-x;
}
.top_intro .check_list li:before{
	content: "";
	display: block;
	position: absolute;
	top: 0.9em;
	left: 0.3em;
	width: 1.2em;
	height: 1.2em;
  background: url(../img/ico_check.svg) center 0/100% no-repeat;
}
.top_intro .note{
	text-align: right;
	font-size: 1.5em;
	font-weight: 600;
	margin-right: -0.5em;
}

.top_solutions{
	padding: 6em 0 15em;
	color: #fff;
  background: url(../img/top_solutions_bg.jpg) center bottom/cover no-repeat;
}

.top_solutions .txt{
	margin-bottom: 3.7em;
	font-size: 1.6em;
	line-height: 1.7;
	font-weight: 600;
}

.top_service{
	padding: 9.5em 0 9.5em;
}
.top_service .section_tit{
	margin-bottom: 0;
}

.top_service_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5em;
	flex-wrap: wrap;
	gap: 1em;
}
.top_service_head .copy{
	font-size: 1.5em;
	font-weight: 600;
	margin-right: -0.5em;
}

.top_service .inner > .btn_more{
	margin: 1em auto;
}

.top_service_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5em;
}
.top_service_list li{
	width: 31%;
	border: solid 1px #193365;
	border-radius: 1.5em;
	overflow: hidden;
	position: relative;
}
.top_service_list li .btn_more{
	position: absolute;
	left: 2.5em;
	bottom: 1.2em;
}
.top_service_list li .txt{
	padding: 1.2em 1.9em 6.7em 2.1em;
}
.top_service_list li .tit{
	color: #193365;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-weight: 600;
	line-height: 1.2;
}
.top_service_list li .tit .small{
	font-size: 0.72em;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.top_service_list li .txt p{
	line-height: 1.6;
	font-weight: 400;
	/* font-size: 0.88em; */
}

.top_bg1{
	padding: 5.5em 0 5em;
	color: #fff;
  background: url(../img/top_bg1.jpg) center 0/cover no-repeat;
}
/* .top_bg1 .flex{
	flex-wrap: wrap;
} */
.top_company,
.top_recruit{
	width: 47%;
}
.top_company .img,
.top_recruit .img{
	margin-bottom: 1.2em;
}
.top_company .btn_more,
.top_recruit .btn_more{
	margin: 2.4em 0;
}


.top_news{
	position: relative;
	padding: 12.5em 0 13.5em;
}
.top_news .section_tit{
	margin-bottom: 2.1em;
}
.top_news > .flex{
	padding: 4em 0 3.2em;
	flex-wrap: nowrap;
	border-top: solid 2px #193365;
	border-bottom: solid 2px #193365;
}
.top_news > .flex + .flex{
	border-top: none;
}
.top_news .top_news_head{
	width: 27%;
	margin-right: 1%;
	min-width: 300px;
}
.top_news .btn_more{
	max-width: 11em;
}
.top_news .top_news_list{
	flex: 1;
}

.news_list{
	position: relative;
	z-index: 10;
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
.news_list:before{
	content: "現在お知らせはありません";
	display: block;
	position: absolute;
	margin: 1em auto 0;
	text-align: center;
	width: 100%;
	z-index: -1;
}
.top_topics_list .news_list:before{
	content: "現在トピックスはありません";
}
.news_list li{
	position: relative;
	background: #fff;
}
.news_list li + li{
	margin-top: 0.6em;
}
.news_list li a{
	padding: 0.7em 0;
	display: flex;
}
.news_list li .date{
	margin-right: 0.5em;
}
.news_list li .tit{
	flex: 1;
	letter-spacing: -0.04em;
	word-break: break-word;
	overflow-wrap : break-word;
}

.top_recap{
	padding: 9.5em 0 31.5em;
  background: url(../img/top_recap_bg.jpg) center bottom/cover no-repeat;
}
.top_recap .flex{
	align-items: center;
}
.top_recap .flex .img{
	flex: 1;
	margin-right: 3%;
	margin-bottom: 1em;
	text-align: center;
}
.top_recap .flex .txt{
	font-size: 1.38em;
	max-width: 600px;
	width: 80%;
}
.top_recap .flex .txt p{
	line-height: 1.8em;
	font-weight: 600;
}

/****************************************
		@sub
*****************************************/
.sub-page .main_content{
	position: relative;
	min-height: 80vh;
}

.sub_fv{
	padding: 11em 0 4em;
	min-height: 28em;
  background: url(../img/sub_fv_bg.png) center 0/100% no-repeat;
}
.sub_fv .inner{
	max-width: 1150px;
}
.sub_fv.sub_fv_img{
	padding: 9.5em 0 2em;
}
.sub_fv.sub_fv_img .img{
	margin-bottom: 0.5em;
}

.page_tit{
	margin: 0 0 3.2em;
	padding-top: 0.5em;
	position: relative;
	z-index: 1;
	color: #193365;
}
.page_tit .en{
	display: block;
	font-weight: 600;
	line-height: 1.2;
	font-size: 5.65em;
	letter-spacing: -0.01em;
	padding-bottom: 0.2em;
}
.page_tit .ja{
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	margin-left: 0.5em;
}
.page_tit .small{
	font-size: 0.7em;
	letter-spacing: 0.02em;
}
.sub_fv_img .page_tit .en{
	font-size: 4.2em;
}

.sub_main{
	padding: 3em 0 2em;
}

.line{
	width: 100%;
	height: 2em;
	display: block;
	background: url(../img/line_arrow.png) center/contain no-repeat;
}

.page_copy{
	text-align: center;
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #193365;
	margin-bottom: 1.5em;
}
.sub_copy{
	text-align: center;
	font-size: 1.32em;
}

.p-recruit-list .page_tit{
	margin-bottom: 0;
}
.p-recruit-detail .page_tit{
	margin-bottom: 0.5em;
}
.p-recruit-list .sub_main{
	padding: 2.5em 0 0;
}
.p-recruit-list .page_copy{
	font-size: 2em;
	margin-bottom: 0.5em;
}


.table_default{
	width: 100%;
	/* table-layout: fixed; */
	margin: 3em auto 1em;
	border-top: solid 1px #323232;
}
.table_default th,
.table_default td{
	padding: 1.35em 2.5em;
	text-align: left;
	letter-spacing: 0.01em;
	height: 3.8em;
	line-height: 1.4;
	font-size: 1.1em;
	box-sizing: border-box;
	border-bottom: solid 1px #323232;
	word-break: break-word;
	overflow-wrap: break-word;
}
.table_default th{
	padding: 1.35em 1.4em;
	background: #f1f1f1;
	width: 14.5em;
	font-weight: 500;
}

/****************************************
		p-company
*****************************************/
.p-company{
}
.p-company .section_tit{
	text-align: center;
}
.p-company .sec_message {
	padding: 1em 0 2em;
}
.p-company .sec_message .txt{
	margin: 3em auto;
	max-width: 800px;
}
.p-company .sec_message .txt p{
	line-height: 1.9;
	font-size: 1.1em;
	letter-spacing: 0.06em;
}
.p-company .sec_message .txt .president{
	text-align: right;
	margin-top: 0.5em;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.p-company .sec_message .txt .president .name{
	font-size: 1.1em;
}
.p-company .sec_profile{
	padding: 2em 0 5em;
}
.p-company .sec_history{
	padding: 2em 0 5em;
}
.p-company .sec_history .table_default th{
	background: none;
	border-right: solid 1px #323232;
}
.p-company .sec_access{
	padding: 2em 0 0;
}
.p-company .sec_access .map{
	max-width: 880px;
	margin: 3em auto 0;
}
.p-company .sec_access .txt{
	margin-top: 0.7em;
	letter-spacing: 0.07em;
}

/****************************************
		p-service-list
*****************************************/
.p-service-list .page_copy{
	margin-top: 1.8em;
	font-size: 1.7em;
	line-height: 1.6;
	color: #000;
}
.service_list{
	padding: 0 1.5em 0 2.5em;
	margin: 3em 0 0;
}
.service_list li{
	width: 100%;
	padding: 3.84em 0 3.84em 0;
	display: flex;
	/* gap: 2%; */
	gap: 4%;
}
.service_list li + li{
	border-top: solid 1px #193365;
}
.service_list li .img{
	flex: 1;
}
.service_list li .txt{
	/* width: 72%; */
	width: 58%;
	/* max-width: 560px; */
	max-width: 540px;
}
.service_list li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.service_list li:last-of-type{
	padding-bottom: 0;
}
.service_list li .tit{
	color: #193365;
	font-size: 3em;
	margin-bottom: 0.3em;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.service_list li .tit .small{
	font-size: 0.55em;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.service_list li .txt p{
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.06em;
	/* margin-right: 3%; */
}
.service_list li .txt .copy{
	color: #193365;
	font-size: 1.4em;
	font-weight: 700;
	/* letter-spacing: 0.1em; */
	letter-spacing: 0.07em;
	margin: 0.1em 0 1.2em;
}

/****************************************
		p-service-rpa
*****************************************/
.p-service-rpa .sec_what{
	padding: 1em 0 3.5em;
}
.p-service-rpa .sec_what .flex{
	gap: 4%;
}
.p-service-rpa .sec_what .img{
	flex: 1;
	margin-top: 1em;
}
.p-service-rpa .sec_what .txt{
	width: 58%;
	max-width: 555px;
}
.p-service-rpa .sec_what .txt p{
	max-width: 470px;
	font-size: 0.95em;
}
.p-service-rpa .sec_what .txt .copy{
	font-size: 1.4em;
	font-weight: 600;
	color: #193365;
	margin-top: 0.5em;
}

.p-service-rpa .sec_ability{
	padding: 4.7em 0 5.3em;
}
.p-service-rpa .sec_ability .section_tit .en{
	margin-bottom: 0.3em;
}
.p-service-rpa .sec_ability .ability_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3em;
}
.p-service-rpa .sec_ability .ability_list li{
	width: 24%;
	border: solid 1px #193365;
	border-radius: 1.5em;
	padding: 1em 0.5em 1.5em;
	box-sizing: border-box;
	margin-bottom: 1.4%;
}
.p-service-rpa .sec_ability .ability_list li .ico{
	text-align: center;
	display: block;
}
.p-service-rpa .sec_ability .ability_list li .ico img{
	width: 36%;
}
.p-service-rpa .sec_ability .ability_list li .tit{
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	color: #193365;
	margin: 0.5em 0;
}
.p-service-rpa .sec_ability .ability_list li p{
	letter-spacing: 0.01em;
	margin-left: 0.5em;
}

.p-service-rpa .sec_effect{
	padding: 4.3em 0 3.5em;
}
.p-service-rpa .sec_effect .sec_effect_head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 7%;
	margin-bottom: 3em;
}
.p-service-rpa .sec_effect .img{
	flex: 1;
}
.p-service-rpa .sec_effect .txt{
	width: 58%;
	max-width: 530px;
	margin-top: 2em;
}
.p-service-rpa .sec_effect .txt .section_tit{
	margin-bottom: 1em;
}
.p-service-rpa .sec_effect .txt .copy{
	color: #193365;
	font-size: 2em;
	font-weight: 600;
	font-size: 1.65em;
}
.p-service-rpa .sec_effect .effect_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 1px #193365;
	background: rgb(25 51 101 / 10%);
	border-radius: 1.5em;
	padding: 3em 2em 0.5em;
}
.p-service-rpa .sec_effect .effect_list li{
	width: 32%;
	box-sizing: border-box;
	margin-bottom: 3.5%;
}
.p-service-rpa .sec_effect .effect_list li .ico{
	text-align: center;
	display: block;
}
.p-service-rpa .sec_effect .effect_list li .ico img{
	width: 27%;
}
.p-service-rpa .sec_effect .effect_list li .tit{
	font-size: 1.55em;
	font-weight: 700;
	text-align: center;
	color: #193365;
	margin: 0.9em 0 0.4em;
}
.p-service-rpa .sec_effect .effect_list li p{
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 auto;
	max-width: 280px;
}
.p-service-rpa .sec_effect .effect_list li strong{
	font-size: 1.2em;
	color: #ed9d00;
}

.p-service-rpa .sec_propulsion{
	padding: 8.5em 0 3.5em;
}
.p-service-rpa .sec_propulsion .section_tit .en{
	margin-bottom: 0.2em;
}
.p-service-rpa .sec_propulsion .flex{
	justify-content: space-evenly;
	gap: 2em;
	margin: 6.1em auto 3.5em;
}
.p-service-rpa .sec_propulsion .flex .img{
	width: 46%;
	max-width: 420px;
}
.p-service-rpa .sec_propulsion .copy{
	display: block;
	background: #193365;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.07em;
	border-radius: 5em;
	padding: 0.5em 1em;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.p-service-rpa .sec_price{
	padding: 9.5em 0 3.5em;
}
.p-service-rpa .sec_price .note{
	font-size: 0.9em;
}
.p-service-rpa .sec_price .scroll-x{
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 0.7em;
}
.p-service-rpa .sec_price .price_table{
	text-align: center;
	border-bottom: solid 1px #193365;
	width: 100%;
	/* table-layout: fixed; */
	min-width: 1090px;
	margin: 0 auto;
}
.p-service-rpa .sec_price .price_table .balloon{
	padding: 0;
}
.p-service-rpa .sec_price .price_table .balloon .balloon_border{
	padding: 0.6em 0.5em 0.7em;
	border: solid 1px #fb7e09;
	width: 100%;
	display: block;
  position: relative;
	margin: 0 auto 1.2em;
	letter-spacing: 0.01em;
	line-height: 1.5;
}
.p-service-rpa .sec_price .price_table .balloon.lite .balloon_border{
	border-color: #fbbc09;
	width: 92%;
}

.p-service-rpa .sec_price .price_table .balloon .balloon_border:before {
  content: "";
  position: absolute;
  bottom: -1.8em;
  left: 50%;
	margin-left: -0.7em;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
	border-width: 0.9em 0.7em 1em 0.7em;
  z-index: 2;
}
.p-service-rpa .sec_price .price_table .balloon .balloon_border:after {
  content: "";
  position: absolute;
  bottom: -1.9em;
  left: 50%;
	margin-left: -0.7em;
  border-style: solid;
  border-color: #fb7e09 transparent transparent transparent;
	border-width: 0.9em 0.7em 1em 0.7em;
  z-index: 1;
}
.p-service-rpa .sec_price .price_table .balloon.lite .balloon_border:after {
	border-top-color: #fbbc09;
}

.p-service-rpa .sec_price .price_table .balloon .tit{
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.p-service-rpa .sec_price .price_table .balloon.lite .tit{
	color: #fbbc09;
}
.p-service-rpa .sec_price .price_table .balloon.basic .tit{
	color: #fb7e09;
}
.p-service-rpa .sec_price .price_table th.tit{
	border-left: solid 1px #193365;
	font-size: 1.2em;
	font-weight: 600;
	padding: 1.2em 0.1em;
}
.p-service-rpa .sec_price .price_table th.tit.mini{
	background: #ea4336;
	color: #fff;
}
.p-service-rpa .sec_price .price_table th.tit.lite,
.p-service-rpa .sec_price .price_table th.tit.liteplus{
	background: #fbbc09;
	color: #fff;
}
.p-service-rpa .sec_price .price_table th.tit.basic{
	background: #fb7e09;
	color: #fff;
}
.p-service-rpa .sec_price .price_table th,
.p-service-rpa .sec_price .price_table td{
	padding: 0.5em 0.5em;
	vertical-align: middle;
	height: 2.7em;
}
.p-service-rpa .sec_price .price_table tbody th{
	border-top: solid 1px #193365;
	font-size: 1.1em;
	font-weight: 600;
	width: 10.5em;
	letter-spacing: 0.03em;
}
.p-service-rpa .sec_price .price_table tbody th .tax{
	font-size: 0.8em;
	font-weight: 400;
}
.p-service-rpa .sec_price .price_table tbody td{
	border-top: solid 1px #193365;
	border-left: solid 1px #193365;
	width: 9em;
}
.p-service-rpa .sec_price .price_table .price{
	font-size: 1.4em;
	font-weight: 600;
	padding: 0.5em 0 0.7em;
	letter-spacing: 0.02em;
}
.p-service-rpa .sec_price .price_table .price .num{
	font-size: 2em;
	font-weight: 600;
}
.p-service-rpa .sec_price .price_table .price .yen{
	position: relative;
	padding-top: 0.7em;
	font-weight: 500;
}
.p-service-rpa .sec_price .price_table sup{
	font-size: 0.6em;
}
.p-service-rpa .sec_price .price_table .price .yen sup{
	position: absolute;
	top: 0;
	left: 0;
}
.p-service-rpa .sec_price .price_table .price .copy{
	font-size: 0.65em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 0.3em;
	display: block;
}
.p-service-rpa .sec_price .price_table .price .red{
	color: #ea4336;
}

.p-service-rpa .sec_service{
	padding: 1.7em 0 3.5em;
}
.p-service-rpa .sec_service .flex{
	gap: 6.5%;
}
.p-service-rpa .sec_service .img{
	flex: 1;
	margin-top: 0.8em;
}
.p-service-rpa .sec_service .txt{
	width: 58%;
	max-width: 605px;
}
.p-service-rpa .sec_service .txt .copy{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 1.1em;
	letter-spacing: 0.05em;
}
.p-service-rpa .sec_service .rpa_service_list{
	margin-bottom: 0.5em;
}
.p-service-rpa .sec_service .rpa_service_list li + li{
	margin-top: 2em;
}
.p-service-rpa .sec_service .rpa_service_list li .tit{
	color: #193365;
	font-size: 2.1em;
	font-weight: 600;
	margin-bottom: 0.4em;
}
.p-service-rpa .sec_service .rpa_service_list li p{
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

.p-service-rpa .sec_service .note{
	font-size: 0.9em;
}

/****************************************
		p-service-consulting
*****************************************/
.p-service-consulting .sec_support{
	padding: 1.7em 0 3.5em;
}
.p-service-consulting .sec_support .section_tit .en{
	font-size: 2.6em;
	line-height: 1.05;
}
.p-service-consulting .sec_support .section_tit .ja{
	letter-spacing: 0.04em;
	margin-top: 0.9em;
}

.p-service-consulting .sec_support .flex{
	gap: 4%;
}
.p-service-consulting .sec_support .txt{
	max-width: 555px;
	width: 51%;
}
.p-service-consulting .sec_support .img{
	flex: 1;
}
.p-service-consulting .sec_support .txt p{
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
.p-service-consulting .sec_support .problem{
	margin: 9.5em 0 0;
}
.p-service-consulting .sec_support .problem .img{
	margin: 1em auto 3.5em;
}
.p-service-consulting .sec_support .page_copy{
	font-size: 2.1em;
	margin-bottom: 0.9em;
	line-height: 1.4;
}

.p-service-consulting .sec_features .section_tit{
	margin-bottom: 0.5em;
}
.p-service-consulting .sec_features .section_tit .ja{
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
.p-service-consulting .sec_features .features_list > li{
	display: flex;
	padding: 3.4em 0;
	padding: 3.8em 0 3.4em;
	padding-right: 6%;
	gap: 5%;
}
.p-service-consulting .sec_features .features_list > li + li{
	border-top: solid 1px #000;
}
.p-service-consulting .sec_features .features_list > li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.p-service-consulting .sec_features .features_list > li:nth-of-type(2n) .txt{
	padding-left: 6%;
}

.p-service-consulting .sec_features .features_list > li .img{
	flex: 1;
}
.p-service-consulting .sec_features .features_list > li .txt{
	width: 62%;
	max-width: 620px;
	box-sizing: border-box;
}
.p-service-consulting .sec_features .features_list .tit{
	color: #193365;
	font-size: 1.8em;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 0.2em;
}
.p-service-consulting .sec_features .features_list .num{
	color: rgba(0, 0, 0, 0.3);
	font-size: 2.45em;
	font-weight: 600;
	display: block;
	letter-spacing: -0.03em;
	margin-bottom: 0.4em;
	margin-bottom: 0.3em;
}
.p-service-consulting .sec_features .features_list p{
	font-size: 1.15em;
}

.p-service-consulting .sec_features .check_list{
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.4;
	color: #193365;
	margin: 1.5em 0 0;
}
.p-service-consulting .sec_features .check_list li{
	padding: 0.25em 0;
	padding-left: 2.2em;
	position: relative;
}
.p-service-consulting .sec_features .check_list li:before{
	content: "";
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0.3em;
	width: 1.2em;
	height: 1.2em;
  background: url(../img/ico_check.svg) center 0/100% no-repeat;
}

/****************************************
		p-service-dx
*****************************************/
.p-service-dx .sec_what{
	padding: 0.8em 0 3.5em;
}
.p-service-dx .sec_what .flex{
	gap: 4%;
}
.p-service-dx .sec_what .img{
	flex: 1;
	margin-top: 1em;
}
.p-service-dx .sec_what .txt{
	max-width: 555px;
	width: 51%;
}
.p-service-dx .sec_what .txt p{
	max-width: 490px;
	font-size: 1.14em;
}
.p-service-dx .sec_what .txt .copy,
.p-service-dx .sec_what .txt .copy2{
	font-size: 1.63em;
	font-weight: 600;
	color: #193365;
	margin: 2em 0 0.7em;
}
.p-service-dx .sec_what .txt .copy2{
	font-size: 1.5em;
	letter-spacing: 0.04em;
	margin: 1em 0 0;
	line-height: 1.5;
}

.p-service-dx .sec_training{
	padding: 7.5em 0 5.8em;
}
.p-service-dx .sec_training .sec_training_head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 7.8%;
	margin-bottom: 6.5em;
}
.p-service-dx .sec_training .sec_training_head .img{
	flex: 1;
	margin-top: 1em;
}
.p-service-dx .sec_training .sec_training_head .txt{
	max-width: 555px;
	width: 51%;
}
.p-service-dx .sec_training .sec_training_head .txt .section_tit .en{
	margin-bottom: 0.2em;
}
.p-service-dx .sec_training .sec_training_head .txt p{
	font-size: 1.14em;
}
.p-service-dx .sec_training .sec_training_head .txt .copy{
	font-size: 1.65em;
	font-weight: 600;
	color: #193365;
	margin: 2em 0 0.5em;
}
.p-service-dx .sec_training .training_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-service-dx .sec_training .training_list li{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.5%;
}
.p-service-dx .sec_training .training_list li .img{
	flex: 1;
}
.p-service-dx .sec_training .training_list li .txt{
	width: 60%;
	max-width: 270px;
}
.p-service-dx .sec_training .training_list li .txt .tit{
	font-size: 1.9em;
	font-weight: 600;
	color: #193365;
	margin-bottom: 0.4em;
}
.p-service-dx .sec_training .training_list li .txt p{
	font-size: 1.2em;
	max-width: 230px;
	letter-spacing: 0.15em;
}

.p-service-dx .sec_effect{
	padding: 4.5em 0 3.5em;
}
.p-service-dx .sec_effect .sec_effect_head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.5%;
	margin-bottom: 4em;
}
.p-service-dx .sec_effect .sec_effect_head .img{
	flex: 1;
}
.p-service-dx .sec_effect .sec_effect_head .txt{
	max-width: 555px;
	width: 51%;
	margin-top: 2em;
}
.p-service-dx .sec_effect .sec_effect_head .txt p{
	font-size: 1.14em;
	line-height: 1.8;
}
.p-service-dx .sec_effect .sec_effect_head .txt .copy{
	font-size: 1.64em;
	font-weight: 600;
	color: #193365;
	margin-top: -0.6em;
	margin-bottom: 0.3em;
}
.p-service-dx .sec_effect .result{
	display: flex;
  width: 100%;
	margin: 0 auto;
  overflow:hidden;
	max-width: 900px;
}
.p-service-dx .sec_effect .result li{
  position:relative;
  background: #a5a5a5;
  padding: 1em 0.5em 1em 2.5em;
	width: 48%;
	font-weight: 600;
  color: #fff;
}
.p-service-dx .sec_effect .result li.after{
	background: #193365;
	width: 52%;
  padding: 1em 0.5em 1em 4.2em;
}
.p-service-dx .sec_effect .result li .tit{
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 0.9em;
}
.p-service-dx .sec_effect .result li .tit .en{
	font-size: 3em;
	display: block;
	margin-right: 0.15em;
}
.p-service-dx .sec_effect .result li .tit .ja{
	font-size: 1.4em;
	background: #6f6f6f;
	border-radius: 5em;
	padding: 0.5em 0.9em;
	display: inline-block;
	letter-spacing: 0.12em;
	margin-top: 0.2em;
}
.p-service-dx .sec_effect .result li.after .tit .ja{
	background: #fff;
	color: #193365;
}
.p-service-dx .sec_effect .result li p{
	letter-spacing: 0.21em;
	font-weight: 600;
}
.p-service-dx .sec_effect .result li strong{
	font-size: 1.2em;
}

.p-service-dx .sec_effect .result li:last-of-type{
  padding-right: 1em;
}
.p-service-dx .sec_effect .result li:last-of-type:after{
  display:none;
}
.p-service-dx .sec_effect .result li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
	bottom: 0;
	right: -2.5em;
  border-style: solid;
  border-color: transparent transparent transparent #a5a5a5;
	border-width: 4.8em 0 4.8em 2.5em;
  z-index: 1;
}

.p-service-dx .sec_curriculum{
	padding: 11em 0 3.5em;
}
.p-service-dx .sec_curriculum .sec_curriculum_head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8.5%;
	margin-bottom: 2.5em;
}
.p-service-dx .sec_curriculum .sec_curriculum_head .img{
	flex: 1;
	margin-top: 1em;
}
.p-service-dx .sec_curriculum .sec_curriculum_head .txt{
	max-width: 545px;
	width: 51%;
}
.p-service-dx .sec_curriculum .sec_curriculum_head .txt p{
	font-size: 1.14em;
	line-height: 1.8;
}
.p-service-dx .sec_curriculum .content_tit{
	font-size: 1.8em;
	font-weight: 600;
	color: #193365;
	margin-bottom: 0.7em;
}
.p-service-dx .sec_curriculum .curriculum_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-service-dx .sec_curriculum .curriculum_list li{
	width: 23%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2.8%;
}
.p-service-dx .sec_curriculum .curriculum_list li .ico{
	flex: 1;
	margin-right: 0.9em;
}
.p-service-dx .sec_curriculum .curriculum_list li .txt{
	width: 70%;
	max-width: 160px;
}
.p-service-dx .sec_curriculum .curriculum_list li .txt .tit{
	font-size: 1.5em;
	font-weight: 700;
	color: #193365;
	margin-bottom: 0.3em;
}
.p-service-dx .sec_curriculum .curriculum_list li .txt p{
	font-size: 0.95em;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.p-service-dx .sec_fee{
	padding: 7em 0 3.5em;
}
.p-service-dx .sec_fee .sec_fee_head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4%;
	margin-bottom: 2em;
}
.p-service-dx .sec_fee .sec_fee_head .img{
	flex: 1;
	margin-top: -3em;
}
.p-service-dx .sec_fee .sec_fee_head .txt{
	max-width: 555px;
	width: 51%;
	margin-bottom: 1.4em;
}
.p-service-dx .sec_fee .sec_fee_head .txt .price{
	font-size: 2.1em;
	font-weight: 600;
	margin: 0.4em 0 0.1em;
	line-height: 1.7em;
}
.p-service-dx .sec_fee .sec_fee_head .txt .price .num{
	font-size: 2.2em;
}
.p-service-dx .sec_fee .sec_fee_head .txt .price .tax{
	font-size: 0.7em;
}
.p-service-dx .sec_fee .sec_fee_head .txt p{
	font-size: 1.14em;
	line-height: 1.8;
}
.p-service-dx .sec_fee .sec_fee_head .txt .copy{
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ed9d00;
	margin-bottom: 0.5em;
	line-height: 1.7em;
}
.p-service-dx .sec_fee .fee_support{
	border: solid 1px #000;
	padding: 3em 5em 2.5em 3.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4%;
}
.p-service-dx .sec_fee .fee_support .img{
	flex: 1;
	max-width: 350px;
	margin-top: 0.3em;
}
.p-service-dx .sec_fee .fee_support .txt{
	max-width: 555px;
	width: 51%;
}
.p-service-dx .sec_fee .fee_support .txt .tit{
	font-size: 2em;
	font-weight: 600;
	color: #193365;
	margin-bottom: 1em;
	letter-spacing: 0.07em;
}
.p-service-dx .sec_fee .fee_support .txt p{
	font-size: 1.18em;
	letter-spacing: 0.09em;
	line-height: 1.8;
}
.p-service-dx .sec_fee .fee_support .note{
	font-weight: 500;
	margin-top: 0.5em;
	margin-left: 0.5em;
	letter-spacing: 0.08em;
}

.p-service-dx .sec_flow{
	padding: 7.2em 0 13.3em;
}
.p-service-dx .sec_flow .flow_wrap{
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 4em;
	padding-bottom: 0.7em;
}
.p-service-dx .sec_flow .flow_time{
	display: flex;
  width:100%;
	min-width: 1090px;
	margin: 0 auto;
  overflow:hidden;
}
.p-service-dx .sec_flow .flow_time li{
  position:relative;
  background: #ed9d00;
	box-sizing: border-box;
  padding: 1em 1em 1em 3.5em;
	width: 45.5%;
	height: 4.4em;
	font-size: 1.7em;
	font-weight: 600;
  color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-service-dx .sec_flow .flow_time li:last-of-type{
	padding-right: 0;
	width: 50.5%;
}
.p-service-dx .sec_flow .flow_time li:before,
.p-service-dx .sec_flow .flow_time li:after{
  content: "";
  position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	top: 0;
	bottom: 0;
  right: -2.2em;
  z-index: 1;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
	border-width: 3em 0 3em 2em;
}
.p-service-dx .sec_flow .flow_time li:after{
	right: -1.8em;
  border-color: transparent transparent transparent #ed9d00;
  z-index: 2;
}

.p-service-dx .sec_flow .flow_cont{
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin-top: -2em;
	margin-left: 20px;
	min-width: 1035px;
}
.p-service-dx .sec_flow .flow_cont li{
	position: relative;
}
.p-service-dx .sec_flow .flow_cont li:after{
	content: "";
	position: absolute;
	right: -25%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.1em;
	height: 2.5em;
	transition: .3s;
	background: url(../img/ico_arrow2.svg) center bottom/contain no-repeat;
}
.p-service-dx .sec_flow .flow_cont li:last-of-type:after{
	display: none;
}
.p-service-dx .sec_flow .flow_cont li .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.2;
	width: 4.6em;
	height: 4.6em;
	border-radius: 5em;
	color: #fff;
	background: #193365;
}
.p-service-dx .sec_flow .flow_cont li .time{
	display: block;
	position: absolute;
	right: -68%;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	color: #193365;
}


.p-service-dx .sec_app{
	padding: 3.5em 0 4.5em;
	background: url(../img/service/dx/dx_app_bg.png) center/cover no-repeat;
}
.p-service-dx .sec_app .txt{
	max-width: 515px;
	text-align: center;
}
.p-service-dx .sec_app .txt .tit{
	color: #ed9d00;
	font-size: 3.1em;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 0.2em;
}
.p-service-dx .sec_app .txt p{
	color: #fff;
	font-size: 1.6em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
.p-service-dx .sec_app .txt .btn_more{
	margin: 1em auto 0;
}
.p-service-dx .sec_app .txt .btn_more:hover{
	border-color: #fff;
}

/****************************************
		p-recruit
*****************************************/
.p-recruit-list .sub_main .section_tit,
.p-recruit-detail .sub_main .section_tit{
	display: flex;
	align-items: center;
	margin: 0 0 1em;
}
.p-recruit-list .sub_main .section_tit .en,
.p-recruit-detail .sub_main .section_tit .en{
	margin-bottom: 0;
}
.p-recruit-list .sub_main .section_tit .ja,
.p-recruit-detail .sub_main .section_tit .ja{
	margin-left: 1.12em;
	margin-top: 1.1em;
}

.p-recruit-list .sec_career{
	padding: 5.5em 0 0;
}
.p-recruit-list .sec_graduate{
	padding: 2.2em 0 0;
}

.recruit_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit_list li{
	width: 31%;
	border: solid 1px #193365;
	border-radius: 1.5em;
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
}
.recruit_list li .btn_more{
	position: absolute;
	left: 2.5em;
	bottom: 1.2em;
}
.recruit_list li .txt{
	padding: 1.6em 1.9em 7.5em 2.1em;
}
.recruit_list li .tit{
	color: #193365;
	font-size: 1.6em;
	margin-bottom: 0.1em;
	font-weight: 600;
	line-height: 1.2;
}
.recruit_list li p{
	line-height: 1.6;
	font-weight: 400;
	margin-top: 0.5em;
}
.recruit_list li .sub_tit{
	font-size: 1.3em;
	letter-spacing: 0;
	margin-bottom: 0.5em;
	font-weight: 600;
	margin-top: 0;
}

.p-recruit-list .sec_career .recruit_list li{
	border-color: #ed9d00;
}
.p-recruit-list .sec_career .section_tit,
.p-recruit-list .sec_career .recruit_list .tit{
	color: #ed9d00;
}

.recruit_detail{
	padding: 0 0 1em;
}
.recruit_detail .intro{
	font-size: 1.2em;
	margin-bottom: 2em;
}

.recruit_detail .table_default{
	margin: 0 auto 6.5em;
}
.recruit_detail .table_default th,
.recruit_detail .table_default td{
	font-size: 1.15em;
	padding: 0.98em 1.3em;
	height: auto;
	vertical-align: middle;
}
.recruit_detail .table_default th{
	width: 9.5em;
}
.recruit_detail .btn_more{
	margin: 0 auto;
	font-weight: 500;
}


/****************************************
		p-privacy
*****************************************/
.privacy_list{
	width: 100%;
	text-align: left;
	padding-bottom: 1.5em;
	max-width: 930px;
	margin: 4em auto 0;
}
.privacy_list li + li{
	margin-top: 3em;
}
.privacy_list li .tit{
	color: #193365;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.01em;
	position: relative;
	padding-left: 2.2em;
	line-height: 1.5;
}
.privacy_list li .tit .num{
	width: 1.6em;
	height: 1.6em;
	background: #193365;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.6em;
	position: absolute;
	box-sizing: border-box;
	padding-left: 0.1em;
	left: 0;
	top: 0;
}
.privacy_list li p{
	line-height: 1.7;
	font-size: 1.1em;
	letter-spacing: 0.04em;
}
.privacy_list table{
	border: solid 1px #193365;
	border-bottom: none;
	line-height: 1.8;
	margin-top: 1em;
	margin-bottom: 0.5em;
	max-width: 728px;
	width: 100%;
}
.privacy_list table th{
	text-align: left;
	padding: 0.7em 1.2em;
	vertical-align: top;
	border-bottom: solid 1px #193365;
	border-right: solid 1px #193365;
	width: 9em;
}
.privacy_list table th + th{
	border-left: solid 1px #193365;
}
.privacy_list table td{
	text-align: left;
	padding: 0.7em 1.2em;
	border-bottom: solid 1px #193365;
	border-right: solid 1px #193365;
}


/****************************************
		news
*****************************************/

/* .news-page .entry .title{
	font-weight: 700;
	font-size: 26px;
	margin: 10px 0 25px;
}
.news-page .entry_content p{
	font-size: 19px;
	line-height: 1.8;
}
.news-page .entry_content img{
	vertical-align: inherit;
}
.news-page .entry_content a{
	color: #323232;
}
.entry,
.entry-summary{
	border-top: solid 1px #323232;
	padding: 50px 0 67px;
	width: 85%;
	margin: auto;
}
.entry-summary + .entry-summary{
	padding: 70px 0 67px;
}
.entry-summary:last-of-type{
	border-bottom: none;
}


.pagination{
	display: flex;
	justify-content: center;
    align-items: center;
}
.pagination li a,
.page-numbers{
	border: solid 1px #323232;
	color: #323232;
	min-width: 2em;
	height: 2em;
	padding: 0.5em;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
    align-items: center;
    margin: 0.2em;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
}
.nav-links{
	display: flex;
}


.news-page .news_list{
	padding-bottom: 11em;
}
.news-page .news_list li .date{
    font-size: 19px;
    letter-spacing: 0.05em;
    margin-right: 2em;
}

@media (max-width: 900px) {
	
	
	.news-page .sub_main{
		padding-top: 12vw;
	}
	
	.news-lists-year{
		margin: 0 auto 9vw;
		width: 100%;
	}
	.news-lists-year li{
		font-size: 4vw;
	}
	
	.entry,
	.entry-summary{
		width: 100%;
		padding: 7vw 0;
	}
	.entry-summary + .entry-summary{
		padding: 7vw 0;
	}
	
	.news-page .date,
	.news-page .news_list li .date{
		font-size: 2.6vw;
	}
	.news-page .entry .title{
		font-size: 3.5vw;
		margin: 1.1vw 0 3vw;
	}
	.news-page .entry_content p{
		font-size: 2.6vw;
	}
	.news-page .news_list{
		padding-bottom: 12vw;
	}
	.news-page .news_list li{
		font-size: 3vw;
	}
	.news-page .news_list li .flex{
		padding: 3vw 0;
	}
	
	
	.pagination{
		margin-top: -10vw;
	}
	
	.pagination li a,
	.pagination li.back a,
	.page-numbers{
		font-size: 4vw;
	    min-width: 7.5vw;
	    height: 7.5vw;
	}
	.pagination li a img,
	.page-numbers img{
	    height: 0.9em;
	    width: auto;
	}
} */

/* .p-news .news_inner{
	margin: 0 auto;
	width: 86%;
}
.p-news_detail .news_detail_inner{
	width: 71%;
	margin: 0 auto;
	background: #fff;
	border-radius: 0.6em;
	position: relative;
	box-sizing: border-box;
	padding: 6em 6.8em 9em 7em;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}
.p-news_detail .news_cate{
	font-size: 0.9em;
	margin-bottom: 1em;
}
.p-news_detail .news_tit{
	font-size: 1.7em;
	font-weight: 800;
	margin-bottom: 4em;
}
.news_content p{
	letter-spacing: 0.03em;
}
.news_content img{
	margin: 3.8em 0 2em;
}
.news_content h2{
	font-size: 1.4em;
	font-weight: 800;
	margin: 2.8em 0 1.9em;
	margin: 1em 0 0.5em;
	background: linear-gradient(transparent 65%, #fee100 0%);
	display: inline;
	display: inline-block;
	padding: 0 0.1em 0;
}
.news_content h3{
	margin: 1.3em 0 0.5em;
	font-size: 1.2em;
	font-weight: 800;
}
.news_content h4{
	margin: 1.3em 0 0.5em;
	font-size: 1.1em;
	font-weight: 800;
}
.news_content h5{
	margin: 1.3em 0 0.5em;
	font-size: 1em;
	font-weight: 800;
}


.pagination{
	margin: 0 auto 5em;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.pagination .page-numbers{
	width: 2em;
	height: 2em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0.6em;
	padding-top: 0.1em;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	background-color: #fff;
}
.pagination a:hover{
	background: #193365;
	color: #fff;
	opacity: 1;
}
.pagination .page-numbers.current{
	background: #193365;
	color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.first,
.pagination .page-numbers.last{
	width: 3em;
	height: 3em;
	margin: 0;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  background: #fff url(../img/pager_arrow.png) center center/1em no-repeat;
}

.pagination .page-numbers.prev{
  margin: 0 2.5em 0 1em;
}
.pagination .page-numbers.next{
  margin: 0 1em 0 2.5em;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
  background-image: url(../img/pager_arrow_wh.png);
	background-color: #193365;
}
.pagination .page-numbers.first,
.pagination .page-numbers.last{
    background: #fff url(../img/pager_arrow2.png) center center/1em no-repeat;
}
.pagination .page-numbers.first:hover,
.pagination .page-numbers.last:hover{
  background-image: url(../img/pager_arrow2_wh.png);
	background-color: #193365;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.first{
	transform: rotate(180deg);
}
.pagination .page-numbers.dots{
	margin: 0.6em 0;
	width: 2em;
}
.pagination .page-numbers.dots:hover{
  background: none;
}

.back_btn{
	display: flex;
	justify-content: center;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.01em;
	text-align: center;
}
.back_btn a{
	display: flex;
	justify-content: center;
	padding: 1.5em 2em;
	border-radius: 10em;
	pointer-events: auto;
	width: 13.5em;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
	background: #193365;
	color: #fff !important;
} */


/****************************************
		contact
*****************************************/
.p-contact .foot_contact{
	display: none;
}
.p-contact .sub_main .inner{
	max-width: 1000px;
}
.p-contact .form_wrap{
	margin-bottom: 6em;
}
.p-contact .contact_info{
	width: 100%;
	text-align: left;
}
.p-contact .contact_info li{
	border-top: solid 1px #000;
	padding: 3em 0 2em;
}

.p-contact .contact_info li .tit{
	color: #193365;
	margin: 0 0 0.2em;
	font-size: 1.6em;
	letter-spacing: 0.01em;
	font-weight: 600;
}
.p-contact .contact_info li p{
	font-size: 1.1em;
	letter-spacing: 0.04em;
}
.p-contact .contact_info .tel_wrap{
	padding: 0.3em 0 0;
	font-size: 1.6em;
	font-weight: 600;
	letter-spacing: 0.01em;
	vertical-align: middle;
}
.p-contact .contact_info .name{
	margin-right: 1em;
}
.p-contact .contact_info .tel{
	padding-right: 0.2em;
}
.p-contact .contact_info .note{
	font-size: 1em;
	line-height: 1.5;
	margin: 0.5em 0 0;
	letter-spacing: 0.02em;
}

.p-contact .privacy_box{
	font-size: 1.18em;
	padding-bottom: 1em;
}
.p-contact .privacy_box p{
	letter-spacing: -0.02em;
	line-height: 1.8;
}

.p-contact .privacy_box .link{
	color: #ed9d00;
	display: inline-block;
	border-bottom: solid 1px #ed9d00;
	padding-bottom: 0;
}
.p-contact .privacy_box .label_wrap{
	font-size: 1.1em;
	margin-top: 1.6em;
	letter-spacing: 0.01em;
}
	.p-contact .complete_box{
	border: solid 1px #000;
	padding: 3em 2em;
	margin: 3em auto 3em;
	text-align: center;
}

.p-contact .complete_box .section_tit{
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1em;
}

.p-contact .complete_box .main_copy{
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 1em;
}
.p-contact .complete_box .note{
	font-size: 1em;
	line-height: 2;
}
.p-contact .complete_box + .btn_more{
	margin: 1em auto 3em;
	width: 13em;
	font-size: 1.3em;
}

.p-contact .must {
	color: #ed9d00;
}

.p-contact form {
	width: 100%;
	margin: 0.6em 0 0;
}

.p-contact form .info_txt{
	text-align: left;
	font-size: 1em;
}

.p-contact form .example {
	display: inline-block;
	margin-left: 1.5em;
	margin-top: 0.5em;
	white-space: nowrap;
}

.p-contact form table{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 2em;
	border-top: solid 1px #000;
}
.p-contact form table th{
	padding: 1.4em 1em 1.4em 0;
	font-weight: 500;
	font-size: 1.06em;
	letter-spacing: 0.01em;
	width: 14.5em;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #000;
	line-height: 1.4;
}
.p-contact form table td{
	padding: 0.7em 0.7em 0.7em 0;
	text-align: left;
	border-bottom: solid 1px #000;
	line-height: 1.4;
}
.p-contact.p-confirm form table td{
	padding: 1.4em 1em 1.4em 0;
	vertical-align: middle;
}

.p-contact form input,
.p-contact form textarea,
.p-contact form select{
	width: 100%;
	font-size: 1em;
	border: 1px #b7b7b7 solid;
	padding: 0.8em 1em;
	outline: none;
	box-sizing: border-box;
	display: table-cell;
	font-family: inherit;
}
.p-contact form select{
	border-radius: 0.1em;
	position: relative;
	width: 100%;
}
.select_wrap {
	position: relative;
}
.select_wrap::after {
	content: ""; 
	position: absolute;
	top: 40%;
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	transform: rotate(135deg);
	pointer-events: none; /* 矢印部分もクリック可能にする */
}
.select_wrap select {
	appearance: none; /* デフォルトの矢印を消す */
	cursor: pointer;
}

.p-contact form textarea{
	min-height: 16em;
}
.p-contact form .w_small{
	width: 100%;
	max-width: 13.5em;
}
.p-contact form .w_middle{
	width: 100%;
	max-width: 25em;
}
.p-contact form .w_large{
	width: 100%;
	max-width: 32.5em;
}
.p-contact form .w_full{
	width: 100%;
	max-width: none;
}

.p-contact form ::placeholder {
	color: #b7b7b7;
}

.p-contact form table input:focus,
.p-contact form table select:focus,
.p-contact form table textarea:focus {
	background: #ffffff;
	border: #ed9d00 1px solid;
}

.p-contact form input[type=radio],
.p-contact form input[type=checkbox]{
	border: none;
	width: 15px;
	margin-right: 5px;
	transform: scale(1.3);
	margin: 0 6px 0 0;
	vertical-align: middle;
	border-radius: 0;
}

.p-contact .btn_submit,
.p-contact .btn_send {
	margin: 1em auto 1em;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 1.3em;
}

.p-contact .btn_submit input[disabled] {
	background: #b5b5b5;
	cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.p-contact .btn_submit input,
.p-contact .btn_send input{
	transition: .3s;
	cursor: pointer;
	position: relative;
	background: #ed9d00;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 6em;
	margin: 1.4em 0 1.4em;
	padding: 1em 1.5em 1em 1em;
	width: 13em;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	align-items: center;
	border: none;
}
.p-contact .arrow_back input{
	padding: 1em 1em 1em 1.5em;
}
.p-contact .btn_submit input:hover,
.p-contact .btn_send input:hover {
	transition: .3s;
	opacity: 0.7;
}
.p-contact .arrow,
.p-contact .arrow_back{
	position: relative;
	display: inline-block;
}
.p-contact .arrow:after,
.p-contact .arrow_back:after{
	content: "";
	position: absolute;
	right: 0.8em;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.9em;
	height: 0.7em;
	transition: .3s;
	background: url(../img/ico_arrow_wh.svg) center center/contain no-repeat;
}
.p-contact .arrow_back:after{
	transform:rotate(180deg);
	right: auto;
	left: 0.8em;
}
.p-contact.p-confirm .btn_send .arrow {
	float: right;
}
.p-contact .btn_send .arrow_back {
	float: left;
}
.p-contact .btn_send .arrow_back .btn_back{
	background: #b5b5b5;
}


/* checkbox */
.p-contact form .boxlist{
	margin: 0.5em 0;
}
.p-contact form label{
	vertical-align: middle;
	margin: 0.3em 0 0.3em;
	display: inline-block;
	cursor: pointer;
}

.p-contact .label_wrap{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.4;
}
.p-contact .label_wrap input[type=radio],
.p-contact .label_wrap input[type=checkbox]{
	display: none;
}
.p-contact .label_wrap input[type=radio] + label{
	position: relative;
	padding-left: 2em;
	margin: 0.4em 2em 0.4em 0;
	height: 2.2em;
	display: flex;
	align-items: center;
}
.p-contact .label_wrap input[type=checkbox] + label{
	position: relative;
	padding-left: 1.2em;
}
.p-contact .label_wrap input[type=radio] + label:after,
.p-contact .label_wrap input[type=radio] + label:before,
.p-contact .label_wrap input[type=checkbox] + label:after,
.p-contact .label_wrap input[type=checkbox] + label:before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
}
.p-contact .label_wrap input[type=radio] + label:after{
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #000;
	top: 0.25em;
	border-radius: 50%;
}
.p-contact .label_wrap input[type=checkbox] + label:after{
	width: 0.8em;
	height: 0.8em;
	border: 1px solid #000;
	top: 0.25em;
}
.p-contact .label_wrap input[type=radio]:checked + label:after{
	background: #ed9d00;
	box-shadow: inset 0 0 0 4px #fff;
}

.p-contact .label_wrap input[type=checkbox] + label:before{
	left: 0.1em;
	height: 0.9em;
	width: 0.6em;
	border-right: 3px solid #ed9d00;
	border-bottom: 3px solid #ed9d00;
	transform: rotate(40deg);
	opacity: 0;
	z-index: 1;
}
.p-contact .label_wrap input[type=checkbox]:checked + label:before {
	opacity: 1;
}
.p-contact .privacy_box .label_wrap input[type=radio] + label:after,
.p-contact .privacy_box .label_wrap input[type=checkbox] + label:after{
	border-width: 1px;
}
.p-contact .privacy_box .label_wrap input[type=radio] + label:before,
.p-contact .privacy_box .label_wrap input[type=checkbox] + label:before{
	border-width: 4px;
}


@media (max-width: 900px) {
	.p-contact .contact_info li{
		padding: 2em 0;
	}
	.p-contact .contact_info li .tit{
    font-size: 1.4em;
	}
	.p-contact .contact_info .tel_wrap{
    font-size: 1.3em;
	}
	.p-contact .contact_info .name{
		display: block;
	}

	.p-contact .privacy_box{
		font-size: 3.6vw;
	}
	.p-contact .privacy_box .label_wrap{
		font-size: 4.2vw;
	}

	.p-contact .complete_box{
		margin: 0 auto 3em;
	}
	.p-contact .complete_box .section_tit{
		font-size: 1.6em;
	}
	.p-contact .complete_box .main_copy{
		font-size: 1em;
	}
	.p-contact .complete_box .note{
		font-size: 0.9em;
	}
	.p-contact .complete_box + .btn_more{
    font-size: 4vw;
	}

	.p-contact form table th{
		width: 100%;
		box-sizing: border-box;
		display: block;
		border-bottom: none;
		vertical-align: middle;
		padding: 1.5em 0 0.5em 0;
	}
	.p-contact form table td{
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 0 0 1.5em 0;
	}
	.p-contact.p-confirm form table td{
		padding: 0 0 1.5em 0;
	}
	.p-contact form .example{
		margin-left: 0;
	}
	.p-contact .btn_submit input{
		-webkit-appearance: none;
	}
	.p-contact .btn_send input {
			width: 38vw;
		-webkit-appearance: none;
	}
}


/****************************************
		レスポンシブ
*****************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
.tablet{
	display: none;
}

img.pc{
	display: inline-block !important;
}
img.sp{
	display: none !important;
}

/****************************************
		スマホ以外
*****************************************/
@media (min-width: 901px) {
	header .ham_menu .nav_toggle{
		display: none;
	}
	header .head_gnav .menu_list li .drop_btn{
		pointer-events: none;
	}
	/* header .head_gnav .menu_list li .drop_btn.open:after */
	header .head_gnav .menu_list .drop:hover .drop_btn:after{
		transform: rotate(180deg);
	}
	
	header .head_gnav .menu_list .drop_menu {
		transition: .3s;
		opacity: 0;
		pointer-events: none;
		height: auto;
		width: 28.5em;
		text-align: left;
		background: #193365;
		color: #fff;
		position: absolute;
		left: -1.5em;
		top: 100%;
	}
	
	/* header .head_gnav .menu_list .drop_menu.open */
	header .head_gnav .menu_list .drop:hover .drop_menu{
		transition: .3s;
		opacity: 1;
		pointer-events: auto;
		height: auto;
	}
	header .head_gnav .menu_list .drop a{
    padding-right: 1.5em;
	}

}
/****************************************
		タブレット
*****************************************/
@media (min-width: 901px) and (max-width: 1230px) {
	footer .footer_menu_list + .footer_menu_list{
    margin-left: 7%;
	}
	.section_tit{
    font-size: 1.3em;
	}
	.top_news .section_tit .en,
	.section_tit .en{
    font-size: 2.5em;
	}
	.top_recap .flex{
		gap: 3em;
    flex-direction: column;
		text-align: center;
	}
	.top_recap .flex .img{
		flex: auto;
	}
	.top_recap .flex .txt{
		width: 100%;
	}
}
/****************************************
		スマホ
*****************************************/
@media (max-width: 900px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	img.pc{
		display: none !important;
	}
	img.sp{
		display: inline-block !important;
	}
	.sp-scroll-x{
		overflow-x: auto !important;
	}
	.sp-scroll-x table{
		margin-bottom: 0 !important;
	}
	.sp-scroll-x + p{
		margin-top: 1em;
	}
	.br:before {
		content: "\A";
		white-space: pre;
	}
	body{
		font-size: 3.4vw;
		min-width: 0;
		-webkit-text-size-adjust: 100%;
	}
	header .inner{
		height: 12vw;
	}
	header .head_left{
		flex: auto;
		/* margin: 3vw 0 0; */
	}
	header .head_logo img{
		/* width: 36vw; */
		/* width: 50vw; */
		width: 36vw;
	}

	header .head_right{
		margin: 0 auto;
	}

	header .head_gnav {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}

	/****************************************
		ハンバーガーメニュー
	*****************************************/
	header .ham_menu {
		top: 0;
		left: 0;
		right: 0;
		pointer-events: none;
		position: static;
	}

	header .ham_menu .menu {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		top: -50vh;
		box-sizing: border-box;
		letter-spacing: 0.1em;
		transition: 0.3s;
		z-index: -1;
		color: #fff;
		background: #193365;
		opacity: 0;
		pointer-events: none;
	}

	header .ham_menu.active .menu {
		top: 11.5vw;
		opacity: 1;
		transition: 0.3s;
		pointer-events: auto;
	}

	header .head_gnav {
		pointer-events: none;
	}

	header .head_gnav .menu_list {
		flex-wrap: wrap;
		text-align: left;
	}

	header .head_gnav .menu_list > li:first-of-type{
		border-top: none;
	}
	header .head_gnav .menu_list li {
		width: 100%;
		border-top: solid 1px #fff;
	}
	header .head_gnav .menu_list li a{
		position: relative;
		padding: 4vw 5vw;
		font-size: 2.9vw;
	}

	header .head_gnav .menu_list li + li {
		margin-left: 0;
	}

	header .head_gnav .menu_list .menu_list_child {
		position: static;
		width: 100%;
		background: none;
		transform: none;
		top: 0;
		font-size: 2.6vw;
		margin-bottom: 0;
		margin-left: 0;
	}

	header .head_gnav .menu_list .menu_list_child li a{
		padding: 3.8vw 3vw 3.8vw 10vw;
	}
	header .head_gnav .menu_list .menu_list_child li a:before{
    top: 5.5vw;
    left: 6vw;
	}

	header .head_gnav .menu_list li .drop_btn {
		width: 80%;
		z-index: 1;
		height: 11vw;
	}
	header .head_gnav .menu_list li .drop_btn:after{
		right: auto;
    top: 1vw;
    width: 2.6vw;
    height: 2vw;
    background: url(../img/ico_down_wh.svg) center / 100% no-repeat;
	}

	header .head_gnav .menu_list li .drop_btn.open:after{
		transform: rotate(180deg);
	}
	
	header .head_gnav .menu_list .drop_menu{
		transition: .3s;
		pointer-events: none;
		opacity: 0;
		height: 0;
	}
	header .head_gnav .menu_list .drop_menu.open{
		transition: .3s;
		opacity: 1;
		pointer-events: auto;
		height: auto;
	}

	/* .nav_toggle */
	header .ham_menu .nav_toggle {
		position: absolute;
		top: 3vw;
		right: 5vw;
		z-index: 1000;
		appearance: none;
		cursor: pointer;
		pointer-events: auto;
		border: none;
		box-sizing: border-box;
		width: 6.5vw;
		height: 6vw;
	}

	header .ham_menu .nav_toggle .line {
		position: relative;
		width: 100%;
		margin: 0 0 0 auto;
		text-align: right;
		box-sizing: border-box;
	}

	header .ham_menu .nav_toggle .line:before,
	header .ham_menu .nav_toggle .line:after {
		content: "";
		position: absolute;
		width: 100%;
		right: 0;
	}

	header .ham_menu .nav_toggle .line,
	header .ham_menu .nav_toggle .line:before,
	header .ham_menu .nav_toggle .line:after {
		height: 1px;
		background-color: #193365;
		display: block;
		transition: all .4s;
	}

	header .ham_menu .nav_toggle .line:before {
		top: -2vw;
	}

	header .ham_menu .nav_toggle .line:after {
		top: 2vw;
	}


	.foot_contact{
		padding: 20vw 0 16vw;
	}

	.totop .inner{
    bottom: 5vw;
	}
	.totop.absolute .inner{
		top: -5vw;
    bottom: auto;
	}
	.totop img{
    width: 10vw;
	}

	footer .footer_menu_wrap{
    /* flex-direction: column-reverse; */
    flex-direction: column;
		padding: 14vw 0 14vw;
		gap: 12vw;
	}
	footer .footer_left{
		margin-right: 0;
	}
	footer .footer_logo{
		justify-content: center;
		text-align: center;
	}
	footer .footer_logo img{
		margin-right: 3%;
		width: 85%;
	}
	footer .footer_address{
		/* text-align: center; */
		width: 87%;
		margin: 0 auto;
	}

	footer .footer_menu{
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: space-between;
	}
	footer .footer_menu_list{
		min-width: 45%;
		/* width: 49%; */
	}
	footer .footer_menu_list + .footer_menu_list{
		/* margin: 1.6em 0 0; */
		margin: 0;
	}

	.btn_more{
		font-size: 3vw;
	}
	.btn_more.big{
    font-size: 4vw;
	}

	.section_tit{
    font-size: 1.3em;
	}
	.section_tit .en{
		font-size: 9vw;
	}
	.top_solutions .section_tit{
    font-size: 1.3em;
	}
	.top_news .section_tit .en{
		font-size: 10vw;
	}

	.top_fv{
		padding: 23vw 0 10vw;
	}
	.top_fv .tit{
		font-size: 3.7vw;
    margin-bottom: 1.6em;
	}
	.top_fv .tit .en{
    font-size: 11vw;
		line-height: 1;
	}
	.top_fv .tit .ja{
		margin-top: 1.5em;
	}
	
	.top_intro{
		padding: 6vw 0 16vw;
	}
	.top_intro .tit{
    /* font-size: 1.1em; */
    font-size: 1.2em;
		margin-left: 18%;
	}
	.top_intro .flex{
    flex-direction: column;
	}
	.top_intro .flex .img{
		width: 64%;
		flex: none;
		margin: 0 auto 7vw;
	}
	.top_intro .flex .txt{
		width: 80%;
		margin-left: 0;
		margin: 0 auto;
		min-width: 0;
	}
	.top_intro .check_list{
		font-size: 1em;
	}
	.top_intro .note{
		font-size: 0.9em;
	}

	.top_solutions{
		padding: 14vw 0 14vw;
	}
	.top_solutions .txt{
    font-size: 1em;
	}

	.top_service{
		padding: 14vw 0 14vw;
	}
	.top_service_head{
		margin-bottom: 2em;
	}
	.top_service_head .section_tit{
		width: 100%;
	}
	.top_service_head .copy{
		font-size: 1em;
		width: 100%;
	}
	.top_service_list{
    flex-wrap: wrap;
		gap: 2em;
	}
	.top_service_list li{
		width: 100%;
    border-radius: 5vw;
	}
	.top_service_list li .tit{
		font-size: 1.5em;
	}
	.top_service_list li .tit .small{
		font-size: 0.8em;
	}

	.top_bg1{
		padding: 14vw 0 14vw;
	}

	.top_company{
		width: 100%;
		margin-bottom: 2em;
	}
	.top_recruit{
		width: 100%;
	}

	.top_news{
		padding: 22vw 0 22vw;
	}
	.top_news .flex{
    padding: 10vw 0;
    flex-direction: column;
    flex-wrap: wrap;
	}
	.top_news .top_news_head{
		width: 100%;
		margin-right: 0;
	}
	.top_news .top_news_list{
		width: 100%;
		flex: auto;
	}
	.top_news .top_news_list .news_list{
		margin-bottom: 3em;
	}
	
	.top_recap{
		padding: 20vw 0 90vw;
	}
	.top_recap .flex {
		gap: 3em;
		flex-direction: column;
		text-align: center;
	}
	.top_recap .flex .img{
		flex: auto;
		/* width: 85%; */
		width: 75%;
	}
	.top_recap .flex .txt {
		width: 100%;
		font-size: 1.05em;
	}
	
	/* sub */
	.sub_fv{
		padding: 4em 0 2em;
    min-height: 6em;
	}
	.sub_fv.sub_fv_img{
		padding: 5em 0 1em;
	}
	.page_tit{
		margin: 0 0 1em;
	}
	.page_tit .en{
		font-size: 2.8em;
	}
	.sub_fv_img .page_tit .en{
		font-size: 2.8em;
	}
	.page_tit .ja{
		margin-left: 0;
    font-size: 1.2em;
	}
	.page_tit .small{
    font-size: 0.6em;
	}
	.p-service-rpa .page_tit .small{
		margin-top: -1em;
		display: block;
	}
	.line{
		background: url(../img/line_arrow.png) center / 200% no-repeat;
	}

	.sub_main{
		padding: 2em 0 2em;
	}
	.table_default th,
	.table_default td{
		font-size: 1em;
		padding: 1em 0.5em 1em 1em;
	}
	.table_default th{
		width: 9.5em;
	}
	.recruit_detail .table_default{
		margin: 0 auto 3em;
	}
	.recruit_detail .table_default th,
	.recruit_detail .table_default td{
		font-size: 1em;
		padding: 1em 0.5em 1em 1em;
	}
	.recruit_detail .table_default th{
    width: 6.5em;
	}

	.p-service-list .page_copy,
	.p-recruit-list .page_copy,
	.page_copy{
    font-size: 1.4em;
	}
	.sub_copy{
    font-size: 1.2em;
	}
	.p-company .sec_message .txt p{
		letter-spacing: 0.04em;
	}

	.service_list{
		padding: 0;
	}
	.service_list li,
	.service_list li:nth-of-type(2n){
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.service_list li .img{
		width: 100%;
		flex: none;
		margin-bottom: 2em;
	}
	.service_list li .txt{
		width: 100%;
		max-width: none;
	}
	.service_list li .tit{
		font-size: 2.6em;
		line-height: 1;
	}
	.service_list li .txt .copy{
    font-size: 1.2em;
	}

	.p-service-rpa .sec_what .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-rpa .sec_what .txt p{
		max-width: none;
	}
	.p-service-rpa .sec_what .img{
		width: 100%;
	}
	.p-service-rpa .sec_ability .ability_list li{
    width: 100%;
    margin-bottom: 1em;
	}
	.p-service-rpa .sec_effect .sec_effect_head{
		flex-direction: column-reverse;
	}
	.p-service-rpa .sec_effect .img{
		width: 100%;
    margin-top: 2em;
	}
	.p-service-rpa .sec_effect .txt{
		width: 100%;
    margin-top: 0;
		max-width: none;
	}
	.p-service-rpa .sec_effect .effect_list li{
		width: 100%;
    margin-bottom: 4em;
	}
	.p-service-rpa .sec_effect .effect_list li p{
		max-width: none;
	}
	.p-service-rpa .sec_propulsion{
		padding: 4.5em 0 3.5em;
	}
	.p-service-rpa .sec_propulsion .flex .img{
		max-width: none;
		width: 100%;
	}
	.p-service-rpa .sec_propulsion .flex .img + .img{
		margin-top: 5em;
	}
	.p-service-rpa .sec_propulsion .copy{
		font-size: 1.1em;
	}
	.p-service-rpa .sec_price .scroll-x{
		font-size: 14px;
	}
	.p-service-rpa .sec_price .note{
		font-size: 13px;
	}
	.p-service-rpa .sec_service .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-rpa .sec_service .img{
		width: 100%;
		margin-bottom: 2em;
	}
	.p-service-rpa .sec_service .txt .copy{
		font-size: 1.3em;
		margin-bottom: 2em;
	}
	.p-service-rpa .sec_service .rpa_service_list li .tit{
		font-size: 1.6em;
	}
	.p-service-rpa .sec_service .rpa_service_list li p{
		font-size: 1.1em;
	}

	.p-service-consulting .sec_support{
		padding: 2em 0 5em;
	}
	.p-service-consulting .sec_support .section_tit .en{
		font-size: 9vw;
	}
	.p-service-consulting .sec_support .txt{
		width: 100%;
		max-width: none;
		margin-bottom: 3em;
	}
	.p-service-consulting .sec_support .img{
		width: 100%;
		flex: none;
	}
	.p-service-consulting .sec_support .page_copy{
		font-size: 1.4em;
	}
	.p-service-consulting .sec_support .problem{
    margin: 5em 0 0;
	}

	.p-service-consulting .sec_features .section_tit .ja{
		font-size: 1em;
	}
	.p-service-consulting .sec_features .features_list > li{
		display: block;
		padding: 4em 0 4em 0;
	}
	.p-service-consulting .sec_features .features_list > li .img{
		width: 100%;
	}
	.p-service-consulting .sec_features .features_list > li .txt,
	.p-service-consulting .sec_features .features_list > li:nth-of-type(2n) .txt{
		width: 100%;
		padding: 3em 0 0 0;
		max-width: none;
	}
	.p-service-consulting .sec_features .features_list .tit{
    font-size: 1.6em;
	}
	.p-service-consulting .sec_features .check_list{
    font-size: 1.3em;
	}

	.p-service-dx .sec_what .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_what .txt p{
		max-width: none;
	}
	.p-service-dx .sec_what .txt .copy{
		font-size: 1.4em;
	}
	.p-service-dx .sec_what .txt .copy2{
		font-size: 1.3em;
	}
	.p-service-dx .sec_what .img{
		width: 100%;
		flex: none;
    margin-top: 2em;
	}
	.p-service-dx .sec_training{
		padding: 4em 0 4em;
	}
	.p-service-dx .sec_training .sec_training_head{
		flex-direction: column-reverse;
	}
	.p-service-dx .sec_training .sec_training_head .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_training .sec_training_head .txt .copy{
		font-size: 1.4em;
	}
	.p-service-dx .sec_training .sec_training_head .img{
		width: 100%;
		flex: none;
    margin-top: 2em;
	}
	.p-service-dx .sec_training .training_list li{
		width: 100%;
		flex-direction: column-reverse;
		margin-bottom: 4em;
	}
	.p-service-dx .sec_training .training_list li .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_training .training_list li .txt p{
		max-width: none;
	}
	.p-service-dx .sec_training .training_list li .img{
		width: 100%;
		flex: none;
		margin-top: 1.5em;
	}
	.p-service-dx .sec_training .training_list li .img img{
		width: 100%;
	}
	.p-service-dx .sec_effect{
		padding: 4em 0 4em;
	}
	.p-service-dx .sec_effect .sec_effect_head .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_effect .sec_effect_head .txt .copy{
		font-size: 1.4em;
	}
	.p-service-dx .sec_effect .sec_effect_head .img{
		width: 100%;
		flex: none;
		margin-top: 2em;
	}
	.p-service-dx .sec_effect .result{
		flex-wrap: wrap;
	}
	.p-service-dx .sec_effect .result li{
		width: 100%;
		padding: 2em;
	}
	.p-service-dx .sec_effect .result li.after{
		width: 100%;
		padding: 3em 2em 2em;
	}
	.p-service-dx .sec_effect .result li .tit{
		justify-content: space-between;
    margin-bottom: 1.2em;
	}
	.p-service-dx .sec_effect .result li .tit .en{
		font-size: 2.4em;
	}
	.p-service-dx .sec_effect .result li .tit .ja{
    font-size: 1.3em;
	}
	.p-service-dx .sec_effect .result li p{
		font-size: 1.2em;
	}
	.p-service-dx .sec_effect .result li:after{
		right: 50%;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		top: auto;
		bottom: -1.5em;
		border-color: #a5a5a5 transparent transparent transparent;
		border-width: 2em 6em 0em;
	}

	.p-service-dx .sec_curriculum{
		padding: 4em 0 4em;
	}
	.p-service-dx .sec_curriculum .sec_curriculum_head{
		flex-direction: column-reverse;
	}
	.p-service-dx .sec_curriculum .sec_curriculum_head .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_curriculum .sec_curriculum_head .img{
		width: 100%;
		flex: none;
	}
	.p-service-dx .sec_curriculum .content_tit{
		font-size: 1.6em;
	}
	.p-service-dx .sec_curriculum .curriculum_list li{
		width: 49%;
    margin-bottom: 2em;
		min-height: 6em;
	}
	.p-service-dx .sec_curriculum .curriculum_list li .txt{
		max-width: none;
    width: 65%;
	}
	.p-service-dx .sec_curriculum .curriculum_list li .txt .tit{
		font-size: 1.2em;
		letter-spacing: 0.01em;
	}
	.p-service-dx .sec_curriculum .curriculum_list li .ico{
		margin-right: 0.6em;
	}

	.p-service-dx .sec_fee{
		padding: 2em 0 4em;
	}
	.p-service-dx .sec_fee .sec_fee_head{
		margin-bottom: 4em;
	}
	.p-service-dx .sec_fee .sec_fee_head .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_fee .sec_fee_head .txt .copy{
		font-size: 1.4em;
	}
	.p-service-dx .sec_fee .sec_fee_head .img{
		width: 100%;
		flex: none;
		margin-top: 0;
	}
	.p-service-dx .sec_fee .fee_support{
		padding: 2.5em 2em 2em;
	}
	.p-service-dx .sec_fee .fee_support .txt{
		width: 100%;
		max-width: none;
	}
	.p-service-dx .sec_fee .fee_support .txt p{
		font-size: 1em;
	}
	.p-service-dx .sec_fee .fee_support .txt .tit{
		font-size: 1.4em;
	}
	.p-service-dx .sec_fee .fee_support .img{
		width: 100%;
		flex: none;
		max-width: none;
    margin-top: 3em;
	}
	.p-service-dx .sec_flow{
		padding: 4em 0 6em;
	}
	.p-service-dx .sec_flow .flow_wrap{
    overflow: inherit;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.p-service-dx .sec_flow .flow_time{
    flex-wrap: wrap;
		min-width: 0;
		width: 45%;
		padding-bottom: 4em;
	}
	.p-service-dx .sec_flow .flow_time li{
		width: 100%;
		height: auto;
		padding: 1em;
    font-size: 1.4em;
	}
	.p-service-dx .sec_flow .flow_time li:last-of-type{
		width: 100%;
		padding: 1em;
	}
	.p-service-dx .sec_flow .flow_time li:before,
	.p-service-dx .sec_flow .flow_time li:after{
		right: 50%;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		top: auto;
		bottom: -2em;
		border-color: #fff transparent transparent transparent;
		border-width: 2em 5em 0em;
	}
	.p-service-dx .sec_flow .flow_time li:after{
		bottom: -1.7em;
		border-color: #ed9d00 transparent transparent transparent;
	}

	.p-service-dx .sec_flow .flow_cont{
    flex-wrap: wrap;
		width: 45%;
		margin: 0;
		min-width: 0;
	}
	.p-service-dx .sec_flow .flow_cont li{
		width: 100%;
		margin-bottom: 3em;
	}
	.p-service-dx .sec_flow .flow_cont li .tit{
		margin: 0 auto;
	}
	.p-service-dx .sec_flow .flow_cont li .time{
		right: 0;
		left: 65%;
		bottom: -1.8em;
		top: auto;
		text-align: left;
		width: auto;
		white-space: nowrap;
	}
	.p-service-dx .sec_flow .flow_cont li:after{
		right: 0;
		left: 0;
		bottom: -2.2em;
		top: auto;
    width: 1em;
    height: 1.5em;
		transform: rotate(90deg);
	}
	.p-service-dx .sec_app{
		padding: 4.5em 0;
	}
	.p-service-dx .sec_app .txt{
		max-width: none;
	}
	.p-service-dx .sec_app .txt .tit{
		font-size: 2.2em;
	}
	.p-service-dx .sec_app .txt p{
		font-size: 1.5em;
	}
	.p-service-dx .sec_app .txt .btn_more{
		margin: 3em auto 0;
	}

	.p-recruit-list .sub_main .section_tit,
	.p-recruit-detail .sub_main .section_tit{
		display: block;
	}
	.p-recruit-list .sub_main .section_tit .en,
	.p-recruit-detail .sub_main .section_tit .en{
    margin-bottom: 0.1em;
	}
	.p-recruit-list .sub_main .section_tit .ja,
	.p-recruit-detail .sub_main .section_tit .ja{
		margin: 0;
	}

	.p-recruit-list .sec_graduate{
		padding: 5.5em 0 0;
	}
	.recruit_list{
    flex-wrap: wrap;
		gap: 2em;
	}
	.recruit_list li{
		width: 100%;
    border-radius: 5vw;
		margin-bottom: 0;
	}
	.recruit_list li .tit{
		font-size: 1.5em;
	}
	.recruit_list li .sub_tit{
		font-size: 1.2em;
	}
	

	.privacy_list table{
    font-size: 0.8em;
	}
	.privacy_list table th,
	.privacy_list table td{
		width: auto;
		padding: 0.5em 0.8em 0.5em 1em;
	}
/* 
	.pagination {
		margin: 1vw auto 5vw;
	}
	.pagination .page-numbers{
    width: 5.2vw;
    height: 5.2vw;
    font-size: 3.6vw;
    margin: 2vw;
		padding-top: 0.5vw;
	}
	.pagination .page-numbers.dots{
    width: 5vw;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.first,
	.pagination .page-numbers.last{
    background-size: 3vw;
    width: 8vw;
    height: 8vw;
    margin: 0.4vw 1.1vw;
	}
	.pagination .page-numbers.prev{
    margin: 0.4vw 2.8vw 0.4vw 1.1vw;
	}
	.pagination .page-numbers.next{
    margin: 0.4vw 1.1vw 0.4vw 2.8vw;
	}

	.pagination .page-numbers.dots{
    margin: 2.1vw 0;
	}

	.p-news_detail .news_detail_inner{
    width: 90%;
    border-radius: 1vw;
		padding: 11vw 4.8vw 14vw 5vw;
	}

	.p-news_detail .news_tit{
    font-size: 4.3vw;
    margin-bottom: 10.6vw;
	}

	.news_content img{
    margin: 5.8vw 0 2vw;
	}
	.news_content h2{
    font-size: 4vw;
		margin: 1.6em 0 1.5em;
	}
	.news_content h3{
    font-size: 3.2vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h4{
    font-size: 3.1vw;
    margin: 1.2em 0 0.5em;
	}
	.news_content h5{
    font-size: 3vw;
    margin: 1.2em 0 0.5em;
	}

	.back_btn{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
    font-size: 3.4vw;
	}
	.back_btn a{
		width: 36vw;
    padding: 3.8vw 2vw;
	} */

}