@charset "UTF-8";
/*********
##1375bc;
##26a5df;
##eaebec;
**********/
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 62.5% !important;
}
body {
	width: 100%;
	font-family: Roboto, Noto Sans CJK JP, ' ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', ' メイリオ ', Meiryo, 'MS Pゴシック ', 'MS PGothic', sans-serif;
  	padding: 0;
	margin: 0 auto;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 1.74 !important;
	color: #333;
	background: #fff;
	position: relative;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body.lock {
    height: 100%;
    overflow: hidden;
    position: fixed;
	left: 0;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	transition: all 0.3s ;
}
a:hover,
a:active,
a:focus {
	outline: none;
	opacity: 0.82;
}
a:hover > img {
	opacity: 0.82;
}
div, ol, ul,dl, dt, dd,
h1, h2, h3, h4, h5, h6,
header, footer, nav, section, article, aside, hgroup, menu,
form,
img, figure, picture {
    display: block;
	margin: 0 auto;
	padding: 0;
	margin-inline-start: 0;
    margin-inline-end: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	letter-spacing: 0.064em;
	line-height: 1.48;
}
figure > img {
	width: 100%;
	height: auto;
}
dl, ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
    width: 100%;
    margin: 1em 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}
*:before, *:after {
	box-sizing: inherit;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
/*  ブレイク表示・非表示  */
.pc_hidden {
	display: block;
}
.mobile_hidden {
	display: none;
}
.cont_wrap {
	display: block;
    max-width: 100%;
	margin: auto;
}
.flex_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin: auto;
}
@media screen and (min-width: 800px) {
body {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.pc_hidden {
	display: none;
}
.mobile_hidden {
	display: block;
}
.cont_wrap {
	margin: 48px auto;
	padding: 0 60px;
}
}



/***************************************************************

OVERWRITE

*****************************************************************/

/** CHILD NAVIMENU *******/
#mainNav > ul > li,
#footerNav ul > li {
	position: relative;
}
#mainNav .child_menu {
	display: block !important;
	background: #fff;
	width: 300%;
	padding: 24px;
	position: absolute;
	top: 45px;
	left: -50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	transition: all 0.3s ;
	z-index: 100;
}
#mainNav ul ul.child_menu > li:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 !important;
}
#mainNav ul ul.child_menu a,
#footerNav ul ul.child_menu a {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: flex !important;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 0.84em 0;
}
#mainNav ul ul.child_menu a::after {
    font-family: 'Material Icons';
    content: "\e5cc";
}
#mainNav ul ul.child_menu a:hover {
	background: #fafafa;
}
#mainNav ul ul.child_menu > li:last-child a {
	padding-bottom: 0;
}
#footerNav .child_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: auto;
	padding: 0;
	position: absolute;
	top: 72.5%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	transition: all 0.3s ;
	z-index: 100;
}
#footerNav ul ul.child_menu > li:not(:last-child) {
	margin: 0 !important;
	padding-right: 12px !important;
}
#footerNav ul ul.child_menu a {
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #666;
	padding: 0.5em;
}
#footerNav ul ul.child_menu a::after {
    font-family: 'Material Icons';
    content: "\e5df";
}
#mainNav li.cur_parent:hover .child_menu,
#footerNav li.cur_parent:hover .child_menu {
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 799px) {
#mainNav .child_menu,
#footerNav .child_menu {
	width: 100%;
	height: 0;
	padding: 0;
	position: static;
}
#mainNav li.cur_parent:hover .child_menu,
#footerNav li.cur_parent:hover .child_menu {
	height: auto;
}
header#mainHeader .wrap .right nav#mainNav ul li > a,
#mainNav ul li.cur_parent > span {
    width: 100%;
    height: auto;
}
#mainNav .child_menu {
	padding: 0 12px;
}
#mainNav .child_menu > li:last-child {
    border-bottom: none !important;
}
#footerNav > ul> li > span {
    font-size: 14px;
    width: 100%;
    display: block;
	height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#footerNav ul ul.child_menu > li:last-child {
	padding-right: 12px !important;
}
}








/** SECTION COMMON *******/
time,
.byphone,
.opentime {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.en {
	font-family: 'Roboto', sans-serif;
}
.bold {
    font-weight: 700;
}
.col_text,
.blue_text {
	color: #26a5df;
}
.sectitle_wrap {
    position: relative;
    margin: 80px 0 60px;
    padding-bottom: 14px;
}
.sectitle_wrap::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 2px;
    background: linear-gradient(to right, #22DCFD 0%, #1C91E2 60%, #5865B9 100%);
    bottom: 0;
    left: 0;
}
.sectitle_wrap h2 {
	font-size: 34px;
	font-size: 3.4rem;
	margin-left: 60px;
}
.sectitle_wrap h2 > .en {
	display: block;
	font-size: 0.54em;
	color: #1375bc;
	font-weight: 600;
}
h3.sec_desc {
	text-align: center;
	font-size: 23px;
	font-size: 2.3rem;
	margin: 0 auto 80px;
}
@media screen and (max-width: 560px) {
.sectitle_wrap::before {
    width: 100px;
}
.sectitle_wrap h2 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-left: 16px;
}
h3.sec_desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 40px;
	padding: 0 1.64em;
}
}
.move_marker {
	background: linear-gradient(transparent 30%, #ffe930 64%);
	background-position: 0;
	background-size: 0;
	background-repeat: no-repeat;
	transition: background 3s;
}
.move_marker.drawing {
	background-size: 100% ;
}
main section ul.flex_wrap {
	gap: 60px 38px;
}
main section ul.flex_wrap > li {
	flex: 1;
}
.index_more_btn {
	margin: 32px 0 0;
}
.index_more_btn > a {
	display: inline-block;
    border: 1px solid #000;
    padding: 10px 30px;
    text-align: center;
	overflow: hidden;
    position: relative;
    transition: ease .3s;
}
.index_more_btn > a span {
	color: #333;
	font-weight: 600;
	letter-spacing: 0.084em;
	padding-left: 38px;
	position: relative;
	z-index: 3;
}
.index_more_btn > a span::before {
    content: '';
	display: block;
    width: 28px;
    height: 1px;
	background: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
    top: 50%;
    left: 0;
	margin-top: 1px;
}
.index_more_btn > a span::after {
    content: '';
	display: block;
    width: 12px;
    height: 1px;
	background: #000;
    transform: rotate(45deg);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
    top: 50%;
    left: 18px;
	margin-top: -3px;
}
.index_more_btn > a:hover span {
	color: #fff;
}
.index_more_btn > a:hover span::before,
.index_more_btn > a:hover span::after {
	background: #fff;
}
.index_more_btn > a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #1375bc;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.index_more_btn > a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.center_txt {
	text-align: center;
}
.scrollin {
  animation: fadeUp 2.4s forwards;
}
@keyframes fadeUp {
  0%{opacity:0; transform: translateY(160px);}
100%{opacity:1; transform: translateY(0);}
}
@media screen and (max-width: 1024px) {
main section ul.flex_wrap {
	gap: 40px 0;
}
}






/***************************************************************

FRONTPAGE STYLE

*****************************************************************/
/** FIRSTVIEW *******/
#topSection {
	position: relative;
}
#topSection .cont_wrap {
	max-width: 780px;
	margin-left: 150px;
    padding: 0;
}
#topSection .fv_copy {
    margin: 0 0 90px;
}
#topSection .fv_copy h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 1em;
}
#topSection .fv_copy h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.84;
}
.fv_news {
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.fv_news_wrap {
	padding: 1.24em;
}
.fv_news_title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 14px;
	font-family: "Oswald",sans-serif;
}
.fv_news_detail {
	border-left: 4px solid #26a5df;
	padding-left: 14px;
}
.fv_news_detail > a {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 0 11px;
}
.fv_news_mores > a {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #26a5df;
	font-family: "Oswald",sans-serif;
	padding: 0 2em 0.56em 1.24em;
	position: relative;
	z-index: 1;
}
.fv_news_mores > a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.fv_news_mores > a::after {
    font-family: 'Material Icons';
    content: "\e5db";
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	top: 0;
	right: 8px;
}
.fv_news_mores > a:hover {
	opacity: 1;
}
.move_marker_self {
	background: linear-gradient(transparent 30%, #ffe930 64%);
	background-position: 0;
	background-repeat: no-repeat;
	animation: drawline 3s forwards;
}
@keyframes drawline {
	0%{background-size: 0;}
	100%{background-size: 100%;}
}

/** STYLE UPDATE 1024 *******/
section#topSection.active {
    background-size: 0;
}
section#topSection {
    padding: 0;
    background: none !important;
    background-position: 0 !important;
    background-size: 0 !important;
	transition: 0s;
	position: relative;
	width:100%;
	height: 90vh;
}
#topSection .cont_wrap {
	max-width: 780px;
	margin: auto;
    padding: 0;
	/* 絶対配置を無効化してfront.cssの間隔調整を有効にする */
	position: static;
	top: auto;
	left: auto;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
#topSection .fv_copy {
    margin: 0 auto;
	text-align: center;
}
#topSection .fv_copy h2 {
	color: #205b95;
	/*background: -webkit-linear-gradient(-90deg, #205b95, #53a7cb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	font-size: 32px;
    font-size: 3.2rem;
}
#topSection .fv_copy h3 {
}
.fv_news {
	width: auto;
	left: auto;
	right: 0;
}
.fv_news_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.fv_news_wrap {
	padding: 0 16px 0 0;
}
.fv_news_title {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 10px 0 0;
}
.fv_news_detail {
	font-size: 13px;
	font-size: 1.3rem;
	border-left: 2px solid #26a5df;
	padding-left: 10px;
}
.fv_news_detail a span {
	color: #26a5df;
}
.fv_news_mores {
	text-align: right;
}
@media screen and (max-width: 560px) {
section#topSection .cont_wrap {
    padding: 0 5px;
	margin: 0 auto;
}
#topSection .fv_copy {
    width: 90vw;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);  /* グレー→白背景 */
}
#topSection .fv_copy h2 {
	font-size: 5.24vw;
	line-height: 1.2;
}
#topSection .fv_copy h3 {
	font-size: 3.82vw;
	line-height: 1.64;
}
.fv_news {
	width: 100%;
	bottom: 0;
}
.fv_news_wrap {
	padding: 0 16px;
}
.fv_news_title {
	font-size: 15px;
	font-size: 1.5rem;
}
.fv_news_detail > a {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fv_news_detail > a > time {
	flex: 1 1 1;
}
.fv_news_detail > a > p.fv_news_ttl {
	width: 100%;
}
.fv_news_mores > a {
	font-size: 13px;
	font-size: 1.3rem;
}
.fv_news_mores > a::after {
	font-size: 15px;
	font-size: 1.5rem;
}
}










/** SERVICE *******/
#service_sec ul.flex_wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
#service_sec ul.flex_wrap > li {
	flex: 30% 0 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
#service_sec ul.flex_wrap > li .thumb {
	width: 84%;
	aspect-ratio: 1 / 0.58;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#service_sec ul.flex_wrap > li .thumb > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#service_sec ul.flex_wrap p {
	text-align: center;
	margin: 0.85em auto;
}
#service_sec ul.flex_wrap a {
	display: block;
	width: 260px;
    background: #26a5df;
    color: #fff;
	margin: 0 auto;
	-moz-border-radius: 3.5em;
	-webkit-border-radius: 3.5em;
	border-radius: 3.5em;
	white-space: nowrap;
}
#service_sec ul.flex_wrap a > h3 {
	font-size: 1em;
	line-height: 2.3;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#service_sec ul.flex_wrap a > h3 > span {
	display: block;
	padding: 0.5em 1em 0.5em 1.48em;
}
#service_sec ul.flex_wrap a > h3 small {
	display: block;
	font-size: 0.74em;
	font-weight: normal;
	letter-spacing: normal;
}
#service_sec ul.flex_wrap a > h3::after {
    font-family: 'Material Icons';
    content: "\e5e1";
    color: #fff;
	margin: 0 1.333em 0 0;
}
@media screen and (max-width: 1024px) {
#service_sec ul.flex_wrap > li .thumb {
	max-height: 100% !important;
}
}











/** THEME *******/
#service_sec ul.flex_wrap > li,
#theme_sec ul.flex_wrap > li {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	background: #fff;
}
#theme_sec ul.flex_wrap > li .thumb {
	background: #fff;
	padding: 24px;
}
#theme_sec ul.flex_wrap h3 {
	text-align: center;
	margin: 1em auto;
}
#theme_sec ul.flex_wrap h3::after {
	content: "";
	display: block;
	width: 64px;
    height: 2px;
    background: #26a5df;
	margin: 0.64em auto 0;
}
#theme_sec ul.flex_wrap p {
	padding: 0 24px;
}
@media screen and (max-width: 1024px) {
#service_sec ul.flex_wrap,
#theme_sec ul.flex_wrap {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
#service_sec ul.flex_wrap > li,
#theme_sec ul.flex_wrap > li {
    width : 100%;
	flex: 1 0 0;
}
}





/** CASESTUDY *******/
#theme_sec,
#casestudy_sec {
    position: relative;
}
#theme_sec::before,
#casestudy_sec::before {
    content: '';
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #F3F3F3;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}
#casestudy_sec .flex_wrap {
	gap: 0 30px;
}
#casestudy_sec .flex_wrap.rev {
    flex-direction: row-reverse;
}
#casestudy_sec .flex_wrap.rev::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #F3F3F3;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: -1;
}
#casestudy_sec .flex_wrap .thumb {
    width: 500px;
    position: relative;
}
#casestudy_sec .flex_wrap figure .label {
    position: absolute;
    background: white;
    left: 0;
    top: 200px;
    padding: 10px 30px;
    font-size: 16px;
}
#casestudy_sec .flex_wrap.rev figure .label {
    left: unset;
    right: 0;
    /* bottom: 160px; */
}
#casestudy_sec .flex_wrap .sutdy_detail {
    width: 580px;
    background: white;
    margin-top: 80px;
    padding: 20px 30px;
}
#casestudy_sec .flex_wrap .sutdy_detail h3 {
    background-image: linear-gradient(to right, #1375bc, #26a5df);
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin: 0 0 1.24em;
}
#casestudy_sec .flex_wrap .sutdy_detail .tools {
    font-size: 14px;
    margin: 20px 0 40px;
}
#casestudy_sec .flex_wrap .sutdy_detail .tools span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
    background: #EDEDED;
}
#casestudy_sec .flex_wrap .link-btn {
    text-align: right;
}
#casestudy_sec .flex_wrap .link-btn a,
#recruit_sec .cont_wrap .link-btn a {
    background: #26a5df;
    color: white;
    padding: 10px 50px;
    font-size: 14px;
    border-radius: 30px;
}
#casestudy_sec .flex_wrap .link-btn a::after,
#recruit_sec .cont_wrap .link-btn a::after {
    display: inline-block;
    content: '';
    width: 36px;
    height: 8px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: skew(45deg);
}
#casestudy_sec .mores_list {
    text-align: center;
	margin: 50px auto 0;
}
#casestudy_sec .mores_list > a {
    background: #000000;
    color: white;
    padding: 20px 50px;
}
#casestudy_sec .mores_list > a::after {
    display: inline-block;
    content: '';
    width: 36px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-left: 10px;
    transform: skew(45deg);
}
#casestudy_sec .flex_wrap .link-btn a:hover::after,
#casestudy_sec .mores_list > a:hover::after,
#recruit_sec .cont_wrap .link-btn a:hover::after {
    animation: arrowMove .4s;
    animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
#casestudy_sec div.flex_wrap,
#casestudy_sec div.flex_wrap.rev {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
#casestudy_sec .flex_wrap .thumb,
#casestudy_sec .flex_wrap.rev .thumb {
    width: 100%;
}
#casestudy_sec .flex_wrap .sutdy_detail,
#casestudy_sec .flex_wrap.rev .sutdy_detail {
    width: 100%;
    background: white;
    margin-top: 0;
    padding: 36px;
}
#casestudy_sec .flex_wrap figure .label {
    left: 0;
    bottom: 40px;
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    top: auto;
}
#casestudy_sec .flex_wrap.rev figure .label {
    bottom: 40px;
}
}







/** RECRUIT *******/
#recruit_sec {
    background: #26a5df;
	padding: 50px 0;  /* 左右パディングを削除 */
	/* セクション全体を背景画像で覆う */
	position: relative;
	overflow: hidden;
}
#recruit_sec > .cont_wrap {
	/* 幅制限を撤廃して全幅使用 */
	width: 100%;
	max-width: none;
    background-image: url("../images/rec_back.jpg");
    background-size: cover;
    background-position: center center;
	/* border-radius削除（全幅にするため） */
	padding: 0;
	overflow: hidden;
	position: relative;
	margin: 0;  /* margin: auto を削除 */
	/* 適切な高さを確保 */
	min-height: 400px;
	height: auto;
}

#recruit_sec > .cont_wrap::after {
  content: '';
  position: absolute;
  top: 30%;
  left: -100%;
  width: 80%;
  height: 6px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.8), 
    transparent);
  transform: translateY(-50%) rotate(30deg);
  transition: all 0.7s ease;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}
#recruit_sec > .cont_wrap .overcolor {
    background: rgba(0,0,0,0.42);
	/* 絶対位置で全面を覆う */
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	width: 100%;
	height: 100%;
	/* 最小高さを確保 */
	min-height: 400px;
	/* コンテンツを中央配置 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	z-index: 2;
	/* 内側のコンテンツ制限 */
	padding: 50px 60px;
	box-sizing: border-box;
}

#recruit_sec > .cont_wrap:hover::after {
  left: 100%;
  animation: recruitSparkleBeam 0.9s ease-out;
}

@keyframes recruitSparkleBeam {
  0% { 
    left: -100%; 
    opacity: 0;
  }
  50% { 
    opacity: 1;
  }
  100% { 
    left: 100%; 
    opacity: 0;
  }
}
#recruit_sec .overcolor > h2.title {
    font-size: 34px;
    font-size: 3.4rem;
	margin-bottom: 1.4em;
}
#recruit_sec .overcolor > h2.title > .en {
    display: block;
    font-size: 0.54em;
    font-weight: 600;
}
#recruit_sec .overcolor > h2.title::after {
    content: "";
	display: block;
	width: 100px;
	height: 10px;
    border-bottom: solid 4px #fff;
	margin: auto;
}
#recruit_sec .cont_wrap .link-btn {
	margin: 3em auto 1.6em;
}
#recruit_sec .cont_wrap p,
#recruit_sec .cont_wrap .link-btn a {
    font-size: 18px;
    font-size: 1.8rem;
}
#recruit_sec .cont_wrap .link-btn a {
    padding: 1.5em 50px;
    border-radius: 3em;
}
#recruit_sec .cont_wrap .link-btn a:hover {
    background: #5865B9;
	opacity: 1
}
@media screen and (max-width: 799px) {
#recruit_sec {
	padding: 5vw 0;  /* 左右パディング削除 */
	margin-top: 50px;
}
#recruit_sec > .cont_wrap {
	min-height: 300px;  /* モバイル用の最小高さ */
}
#recruit_sec > .cont_wrap .overcolor {
	padding: 4.25vw 5vw;  /* 内側パディングを調整 */
	min-height: 300px;    /* モバイル用の最小高さ */
}
#recruit_sec .overcolor > h2.title {
    font-size: 6.4vw;
}
#recruit_sec .cont_wrap p,
#recruit_sec .cont_wrap .link-btn a {
    font-size: 100%;
}
#recruit_sec .cont_wrap .link-btn a {
	width: 100%;
    padding: 1.24em 32px;
}
}







/** NEWS *******/
#news_sec ul {
	max-width: 800px;
	width: 100%;
	margin: auto;
	line-height: 1.2;
}
#news_sec ul > li {
    border-bottom: solid 1px #ddd;
	padding: 25px 14px;
}
#news_sec ul li time {
    font-size: 13px;
    font-size: 1.3rem;
}
#news_sec ul li span {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
	background: #d0d0d0;
	color: #fff;
	margin: auto 1.24em;
	padding: 0.24em 1em;
}
#news_sec ul li span.press {
	background: #26a5df;
}
#news_sec ul li span.info {
	background: #ff0000;
}
#news_sec ul li p {
	margin: 1em 0 0;
}
#news_sec .morelink {
    margin-top: 40px;
    text-align: right;
    padding-right: 10px;
}
#news_sec .morelink a {
    color: #53C0F9;
    font-size: 14px;
}
#news_sec .morelink a::after {
    display: inline-block;
    content: '';
    width: 36px;
    height: 8px;
    border-bottom: 1px solid #53C0F9;
    border-right: 1px solid #53C0F9;
    transform: skew(45deg);
    margin-left: 10px;
}





/** FOOTER *******/
#contactArea .cont_wrap {
	margin-left: 150px;
	padding-left: 0;
}
/*#contactArea h2 {
	font-size: 24px;
	font-size: 2.4rem;
}*/
#contactArea a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 30px;
    border: solid 2px #1375bc;
    background: #1375bc;
	color: #fff;
	font-weight: 600;
    border-radius: 3em;
}
#contactArea a:hover {
    background: #fff;
	color: #1375bc;
}
footer#contactArea .left .in-wrap .contact-wrap {
    display: block !important;
    margin: auto;
	text-align: center;
}
/** STYLE UPDATE 1024 *******/
footer#contactArea {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    background: url("../images/footer.jpg");
    background-position: center center;
    background-size: cover;
    aspect-ratio: 1920/450;
	padding: 0;
}
footer#contactArea .cont_wrap {
	width: 100%;
    margin: auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
footer#contactArea .left,
footer#contactArea .left .in-wrap {
    max-width: 100% !important;
    margin: auto;
	text-align: center;
}
footer#contactArea h2 {
	color: #205b95;
	/*background: -webkit-linear-gradient(-90deg, #205b95, #53a7cb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	font-size: 32px;
    font-size: 3.2rem;
	margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
footer#contactArea h2 {
	font-size: 28px;
    font-size: 2.8rem;
	margin-bottom: 24px;
}
footer#contactArea .left .in-wrap .contact-wrap {
    padding: 0;
}
}
@media screen and (max-width: 799px) {
footer#contactArea {
    padding: 6vw 0;
}
footer#contactArea h2 {
	font-size: 3.2vw;
	margin-bottom: 2.8vw;
}
}
@media screen and (max-width: 560px) {
footer#contactArea {
    width: 100%;
    background: url("../images/footer_sp.jpg");
    background-size: cover;
    aspect-ratio: 1/1;
}
footer#contactArea h2 {
	font-size: 6vw;
}
}






/***************************************************************

UNDERPAGE COMMON

*****************************************************************/
section#pageTitle {
	width: 100%;
	max-height: 450px;
    background: url("../images/header.jpg")!important;
    /* aspect-ratio: 1920/450; */
    background-position: center center;
    background-size: cover !important;
}
.f-genkaku, section#pageTitle .text-wrap .en-title {
	color: #205b95;
	background: -webkit-linear-gradient(-90deg, #205b95, #53a7cb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 32px;
    font-size: 3.2rem;
}
section#pageTitle .text-wrap .jp-title {
    font-size: 16px;
    font-size: 1.6rem;
}

/** PAGETITLE ******
#pg_title_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
    background: url(../images/svc_lp/pgtitle_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920/414;
}
#pg_title_wrap > h2 > span {
    display: block;
	text-align: center;
}
#pg_title_wrap > h2 > span.pg_title_jp {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}
#pg_title_wrap > h2 > span.pg_title_en {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #1375bc;
}*/
#locateArea h3.map_div {
	max-width: 1000px;
    width: 100%;
    margin: 50px auto;
}
@media screen and (max-width: 560px) {
.f-genkaku, section#pageTitle .text-wrap .en-title {
	font-size: 18px;
    font-size: 1.8rem;
}
section#pageTitle .text-wrap .jp-title {
    font-size: 14px;
    font-size: 1.4rem;
}
#locateArea h3.map_div {
	padding: 0 1em;
}
}







/***************************************************************

SERVICE LP TEMP

*****************************************************************/
/** COMMON *******/
.lp_wrap_color {
    background: #26a5df;
	color: #fff;
}
.cta_btn_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 0 18px;
	margin-top: 50px;
}
.cta_btn_wrap > div > a {
	display: block;
    width: 200px;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	padding: 16px 0;
    font-size: 16.4px;
    font-size: 1.64rem;
    font-weight: 600;
	line-height: 1;
	text-align: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: all 0.3s;
}
.cta_btn_wrap > div > a:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}
.btn_matr > a {
    background: #ff9d00;
    color: #fff;
}
.btn_cont > a {
    background: #fff;
    color: #444;
}
.lp_section_inn {
    max-width: 1116px;
    margin: 0 auto;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
h2.lp_secin_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    position: relative;
    text-align: center;
}
h2.lp_secin_ttl::before {
    content: '';
    background-color: #26a5df;
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}
h2.lp_secin_ttl > span {
    font-size: 56px;
    font-size: 5.6rem;
    vertical-align: -4px;
}
h2.lp_secin_ttl > small {
	display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}
#lp_foot {
    text-align: center;
	padding: 100px 0;
}
#lp_foot .cta_btn_wrap {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-bottom: 50px;
}
#lp_foot p {
    font-weight: 900;
    line-height: 1.42;
	margin: 0 auto;
}
p.upper {
	font-size: 17px;
	font-size: 1.7rem;
}
p.middle {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 32px !important;
}
p.lower {
    font-size: 48px;
    font-size: 4.8rem;
}
#back_totop {
    position: fixed;
    bottom: 80px;
    right: 16px;
}
#back_totop img {
    width: 40px;
	height: auto;
	overflow: hidden;
}
.bunner_wrap {
    max-width: 1000px;
	margin: 50px auto;
	padding: 60px 100px;
	background: linear-gradient(-90deg, rgb(19, 117, 188), rgb(38, 165, 223));
}

@media screen and (max-width: 799px) {
.cta_btn_wrap {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	gap: 0 3vw;
	margin-top: 32px;
}
.cta_btn_wrap > div > a {
    width: 40vw;
    font-size: 100%;
}
.bunner_wrap {
	margin: 0 auto;
	padding: 5vw 10vw;
}
.lp_section_inn {
    padding: 0 5vw;
}
h2.lp_secin_ttl {
    font-size: 5.6vw;
}
h2.lp_secin_ttl > span {
    font-size: 12vw;
}
#lp_foot p {
    font-weight: 900;
    line-height: 1.42;
	margin: 0 auto;
}
p.upper {
	font-size: 100%;
}
p.middle {
	font-size: 5vw;
	margin-top: 1em !important;
}
p.lower {
    font-size: 8vw;
}
#lp_foot .cta_btn_wrap {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	gap: 2vh 0;
}
#lp_foot .cta_btn_wrap > div > a {
    width: 86vw;
}
}





/** ID:FV *******/
#lp_fv_wrap {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
#lp_fv_wrap .lpfv_inn {
    max-width: 1160px;
	height: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.lpfv_copy_wrap {
    max-width: 640px;
}
.lpfv_copy_wrap h2 span {
	display: block;
    font-weight: 900;
    line-height: 1.42;
}
.lpfv_copy_wrap h2 span small{
	display: block;
}
.lpfv_copy_wrap h2 .sub_cp {
	font-size: 24px;
	font-size: 2.4rem;
}
.lpfv_copy_wrap h2 .main_cp {
    font-size: 48px;
    font-size: 4.8rem;
}
.lpfv_copy_wrap p {
    font-size: 18px;
    font-size: 1.8rem;
}
.lpfv_copy_wrap p.lpv5 {
	margin-top: 16px;
}
.lpfv_copy_wrap figure {
    width: 300px;
	margin: 16px 0;
}
#lp_fv_wrap.lp1 {
    background-image: url(../images/svc_lp/miramoni/fv_back.jpg);
}
#lp_fv_wrap.lp2 {
    background-image: url(../images/svc_lp/Uipath/fv_back.jpg);
}
#lp_fv_wrap.lp3 {
    background-image: url(../images/svc_lp/DXSuite/fv_back.jpg);
}
#lp_fv_wrap.lp4 {
    background-image: url(../images/svc_lp/deskwork/fv_back.jpg);
}
#lp_fv_wrap.lp5 {
    background-image: url(../images/svc_lp/solarBPO/fv_back.jpg);
}

/* ===== KaisinAI LP backgrounds (custom) =====
   固定ページ本文の <section id="lp_fv_wrap" class="..."> の class で切り替える
   画像は下記パスに配置してください：
   - assets/images/svc_lp/kaisinai/service-platform/fv_back.jpg
   - assets/images/svc_lp/kaisinai/service-automation/fv_back.jpg
   - assets/images/svc_lp/kaisinai/service-enablement/fv_back.jpg
*/
#lp_fv_wrap.lp-kaisinai-platform {
    background-image: url(../images/svc_lp/kaisinai/service-platform/fv_back.jpg);
}
#lp_fv_wrap.lp-kaisinai-automation {
    background-image: url(../images/svc_lp/kaisinai/service-automation/fv_back.jpg);
}
#lp_fv_wrap.lp-kaisinai-enablement {
    /* 実ファイルは fv_back.jpg.webp のため、それに合わせる */
    background-image: url(../images/svc_lp/kaisinai/service-enablement/fv_back.jpg.webp);
}
#lp_fv_wrap.lp1 {
    height: 780px;
}
@media screen and (max-width: 799px) {
#lp_fv_wrap {
    background-position: center center;
    background-size: cover;
    max-height: 100vw;
}
#lp_fv_wrap.lp1 {
    max-height: 75vh;
}
#lp_fv_wrap .lpfv_inn {
    background: rgba(255,255,255,0.164);
}
.lpfv_copy_wrap {
    max-width: 100%;
	padding: 20px;
    background: rgba(255, 255, 255, 0.9);  /* グレー→白背景 */
}
.lpfv_copy_wrap h2 .sub_cp {
    font-size: 18px;
    font-size: 1.8rem;
}
.lpfv_copy_wrap h2 .main_cp {
    font-size: 30px;
    font-size: 3rem;
}
.lpfv_copy_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
}
#lp_fv_wrap figure {
    width: 48vw;
	max-width: 240px;
}
}






/** ID:INTRODUCE *******/
#lpsec_intro p.lead,
#lpsec_intro .lead_wrap {
    width: 1000px;
    background: #fff;
    text-align: center;
    padding: 40px;
    margin: 100px auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 32px 11px;
}
#lpsec_intro.miramo p.lead {
    margin: 50px auto;
}
#lpsec_intro p.lead,
#lpsec_intro .lead_wrap > p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}
#lpsec_intro .lead_wrap > p {
    padding-top: 60px;
}
#lpsec_intro .bubble {
    max-width: 1000px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 40px;
    margin: 80px auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 32px 11px;
}
#lpsec_intro .bubble > span {
    font-size: 3rem;
    font-weight: bold;
}
#lpsec_intro .chk_mark {
    margin: 40px 60px 0;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1em 1.5em;
}
#lpsec_intro .chk_mark > li {
    width : -webkit-calc((100% - 3em) / 3);
    width : calc((100% - 3em) / 3);
    text-align: left;
}
#lpsec_intro .chk_mark.v5 > li {
    width : -webkit-calc((100% - 3em) / 2);
    width : calc((100% - 3em) / 2);
}
#lpsec_intro .chk_mark.v5 > li:last-child {
	margin-left: 0;
	margin-right: auto;
}
#lpsec_intro .chk_mark > li::before {
	font-family: 'FontAwesome';
	content: '\f00c';
	padding-right: 0.64em;
	color: #26a5df;
}
#lpsec_intro .leaveme {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	gap: 0 1.5rem;
}
#lpsec_intro .leaveme strong {
    font-size: 22px;
    font-size: 2.2rem;
}
@media screen and (max-width: 799px) {
#lpsec_intro p.lead,
#lpsec_intro .lead_wrap {
    width: 84%;
    padding: 5vw;
    margin: 20px auto;
}
#lpsec_intro p.lead, #lpsec_intro .lead_wrap > p {
    font-size: 16px;
    font-size: 1.6rem;
}
#lpsec_intro .bubble {
	max-width: 92%;
    padding: 25px 16px;
    margin: 35px auto;
}
#lpsec_intro .bubble > span {
    font-size: 5.4vw;
}
#lpsec_intro .chk_mark {
    display: block;
    margin: 20px 20px 0;
}
#lpsec_intro .chk_mark > li,
#lpsec_intro .chk_mark.v5 > li {
    width : 100%;
}
#lpsec_intro .leaveme {
	max-width: 92%;
	gap: 0 1rem;
}
#lpsec_intro .leaveme strong {
    font-size: 5vw;
}
}



/** ID:ACHIEVE *******/
#lpsec_achieve {
	background: #f2f6f8;
    margin-top: 80px;
    padding: 64px 0;
    width: 100%;
}
#lpsec_achieve.miramo {
    margin-top: 50px;
}
#lpsec_achieve h2.normal_mds {
	display: block;
    font-size: 28px;
    font-size: 2.8rem;
	letter-spacing: 0.1rem;
    text-align: center;
}
.achieve_row {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
    gap: 14px !important;
	padding-top: 64px;
}
.achieve_row > li {
    border: 1px solid #E5E5E5;
	background: #fff;
    text-align: center;
    padding: 16px;
	flex: 1;
}
.achieve_row h3 {
	letter-spacing: 0;
    margin: 0 0 0.64em;
}
.achieve_txt {
    margin: 0 0 0.64em;
}
.count_up {
    color: #26a5df;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    padding: 0 0 0 2px;
    display: inline-block;
    transform: translateY(3%);
}
.achieve_row p.small_text {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 799px) {
#lpsec_achieve {
    margin-top: 0;
    padding: 32px 0;
}
#lpsec_achieve h2.normal_mds {
    font-size: 20px;
    font-size: 2rem;
}
.achieve_row {
    gap: 10px !important;
	padding-top: 32px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
.achieve_row p.small_text {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
}
}










/** ID:EFFECT *******/
.effect_wrappers {
    max-width: 1000px;
    background: #1375bc;
    margin: 90px auto;
    padding: 0 42px 42px;
}
.effect_wrappers h2 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    color: #fff;
    line-height: 1.28;
    padding: 1em;
}
.effect_wrappers h2 > span {
    font-size: 19px;
    font-size: 1.9rem;
    display: block;
}
.effect_inn {
    background: #fff;
    text-align: center;
    padding: 42px;
}
.effect_inn p.leads {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
}
.effect_inn p.leads strong {
    font-size: 48px;
    font-size: 4.8rem;
    color: #f33251;
}
.effect_inn figcaption,
.effect_inn .notice {
	display: block;
    color: #777;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    margin: 24px 0 0;
}
.effect_inn figure {
    margin: 80px auto;
    width: 80%;
}
@media screen and (max-width: 799px) {
.effect_wrappers {
    margin: 32px auto;
    padding: 0 16px 16px;
}
.effect_wrappers h2 {
    font-size: 20px;
    font-size: 2rem;
}
.effect_wrappers h2 > span {
    font-size: 16px;
    font-size: 1.6rem;
}
.effect_inn {
    padding: 24px;
}
.effect_inn p.leads {
    font-size: 18px;
    font-size: 1.8rem;
}
.effect_inn p.leads strong {
    font-size: 30px;
    font-size: 3rem;
}
.effect_inn figcaption,
.effect_inn .notice {
    font-size: 2.3vw;
    margin: 0;
}
.effect_inn figure {
    margin: 24px auto;
}
}



/** ID:RESOLVE *******/
#lpsec_resolve ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 40px;
    position: relative;
}
#lpsec_resolve ul .text_wrap {
    flex-basis: 54%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 12px 38px 5px rgba(0, 0, 0, 0.12);
    height: 380px;
    margin-top: 48px;
    z-index: 2;
    position: relative;
}
#lpsec_resolve ul .number {
    font-size: 70px;
    font-size: 7rem;
    font-weight: 700;
	line-height: 1;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    position: absolute;
    top: -35px;
    left: 0.8em;
}
#lpsec_resolve ul .inn_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 80%;
}
#lpsec_resolve ul .balloon_txt {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 1em 20px;
    position: relative;
}
#lpsec_resolve ul .balloon_txt::before {
    content: "";
    display: block;
    width: 20px;
    background: url(../images/svc_lp/balloon_cnr.png) no-repeat;
    background-size: contain;
    height: 22px;
    position: absolute;
    bottom: 5px;
    left: -20px;
}
#lpsec_resolve ul h3 {
    font-size: 26.4px;
    font-size: 2.64rem;
    font-weight: 700;
    line-height: 1.6;
	letter-spacing: 0.1rem;
}
#lpsec_resolve ul .txt_blue {
	display: block;
    color: #26a5df;
    font-size: 36.4px;
    font-size: 3.64rem;
    font-weight: 900;
    line-height: 1.2;
}
#lpsec_resolve ul li > figure {
    width: 790px;
    height: 470px;
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
#lpsec_resolve ul li:nth-child(even) > figure {
    left: 0;
    right: auto;
}
#lpsec_resolve ul li:nth-child(even) .text_wrap {
    margin-left: auto;
}
#lpsec_resolve ul li > figure > img {
	object-fit: cover;
}
@media screen and (max-width: 799px) {
#lpsec_resolve ul li {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
#lpsec_resolve ul .text_wrap {
    flex-basis: 100%;
    border-radius: 0;
    height: 300px;
    margin-top: 0;
}
#lpsec_resolve ul li > figure {
    width: 100%;
    height: 50vw;
    position: static;
}
#lpsec_resolve ul .number {
    font-size: 16vw;
    top: -30px;
    left: 10%;
}
#lpsec_resolve ul .inn_wrap {
    width: 82%;
}
#lpsec_resolve ul .balloon_txt {
    font-size: 3.16vw;
	margin-bottom: 5px;
    padding: 0.64em 1em;
}
#lpsec_resolve ul h3 {
    font-size: 4.5vw;
}
#lpsec_resolve ul .txt_blue {
    font-size: 7vw;
}
}




/** ID:SVFLOW *******/
#lpsec_flow {
	background: #f2f6f8;
    margin-top: 80px;
    padding: 64px 0;
    width: 100%;
}
#lpsec_flow ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 64px;
}
#lpsec_flow ul > li {
    background-color: #fff;
    border-radius: 8px;
    padding: 56px 20px 24px;
    position: relative;
    width: 340px;
}
#lpsec_flow ul .flow_number {
    position: absolute;
    top: -16px;
    left: 20px;
    width: 64px;
}
#lpsec_flow ul h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
#lpsec_flow ul .blk-img {
    margin: 16px auto 0;
    width: 84%;
}
#lpsec_flow ul p {
    font-size: 1.54rem;
    margin-top: 12px;
    padding: 0 32px;
}
#lpsec_flow ul li.arrow::after {
    content: '';
    background-image: url(../images/svc_lp/flow_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 16px;
    position: absolute;
    top: 80px;
    right: -34px;
}
@media screen and (max-width: 799px) {
#lpsec_flow {
    margin-top: 0;
    padding: 32px 0;
}
#lpsec_flow ul {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
    padding-top: 32px;
}
#lpsec_flow ul > li {
    width: 100%;
	margin-top: 5.6vh;
}
#lpsec_flow ul li.arrow::after {
    top: 100%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#lpsec_flow ul .flow_number {
    top: -20px;
    width: 50px;
}
#lpsec_flow ul h3 {
    font-size: 6.4vw;
}
#lpsec_flow ul .blk-img {
    margin: 14px auto 0;
    width: 58vw;
}
#lpsec_flow ul p {
    font-size: 100%;
    padding: 0 16px;
}
}





/** ID:PRICE *******/
#lpsec_price {
    padding: 64px 0;
    width: 100%;
}
.price_wrap {
    background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c9c9c9;
    margin: 56px auto 0;
    padding-bottom: 40px;
    padding-top: 32px;
    position: relative;
    max-width: 980px;
}
.price_wrap::before {
    content: '';
    background-image: url(../images/svc_lp/price_cnr.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.price_wrap > p {
	display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    text-align: center;
}
.price_wrap > p.sml_txt {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
	margin-top: 1em;
	padding: 0 1.6em;
    line-height: 1.48;
}
@media screen and (max-width: 799px) {
#lpsec_price {
    padding: 32px 0;
}
.price_wrap {
    max-width: 92vw;
}
.price_wrap::before {
    width: 36px;
    height: 36px;
    top: 6px;
    left: 6px;
}
.price_wrap > p {
    font-size: 5vw;
}
.price_wrap > p.sml_txt {
    font-size: 100%;
}
}
















/** ID:REASON *******/
#lpsec_reason {
	background: #f2f6f8;
	padding: 64px 0;
}
#lpsec_reason .flex_wrap > * {
	flex: 1;
}
#lpsec_reason h2.lp_secin_ttl {
	font-size: 26.8px;
	font-size: 2.68rem;
}
#lpsec_reason h2.lp_secin_ttl span {
	font-size: 1px;
	font-size: 1rem;
	display: block;
	width: 320px;
	margin: 14px auto;
}
#lpsec_reason h2.lp_secin_ttl::before {
	display: none;
}
#lpsec_reason h2.lp_secin_ttl > figure {
	max-width: 280px;
	margin: 35px auto;
}
.reason_row > li {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #afafaf;
	margin: 12px 0;
    padding: 16px 24px;
	gap: 0 24px;
}
.reason_row figure {
	width: 200px;
	height: 60px;
	overflow: hidden;
}
.reason_row figure img {
	width: 200px;
	height: 60px;
	object-fit: cover;
}
.reason_row h3 {
	width: calc(100% - 200px);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.42;
	letter-spacing: 0.032em;
}
.reason_row h3 span {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
	color: #6f6f6f;
}
@media screen and (max-width: 799px) {
#lpsec_reason {
	padding: 32px 0;
}
#lpsec_reason.no_topmgn {
	padding-top: 0 !important;
}	
#lpsec_reason .flex_wrap {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
.reason_row > li {
	margin: 10px 0;
    padding: 1.6vw;
	gap: 0 3vw;
}
.reason_row figure,
.reason_row figure img {
	width: 35vw;
	height: 5vh;
}
.reason_row h3 {
	width: calc(100% - 35vw);
    font-size: 4vw;
}
.reason_row h3 span {
    font-size: 3vw;
}
#lpsec_reason h2.lp_secin_ttl {
	font-size: 6vw;
}
#lpsec_reason h2.lp_secin_ttl small {
	font-size: 5vw;
}
#lpsec_reason h2.lp_secin_ttl span {
	width: 60vw;
}
#lpsec_reason h2.lp_secin_ttl::before {
	display: none;
}
#lpsec_reason h2.lp_secin_ttl > figure {
	width: 50vw;
	margin: 24px auto;
}
#lpsec_reason h2.lp_secin_ttl > figure.no_topmgn {
	margin-top: 0;
}
}





/** ID:FAQ *******/
.centerd_txt {
	text-align: center;
}
#lpsec_faqs {
	padding: 64px 0;
}
#lpsec_faqs dl {
    margin: 40px auto 0;
    width: 92%;
    max-width: 880px;
}
#lpsec_faqs .centerd_txt {
	padding-top: 1.56em;
}
#lpsec_faqs .faqAc-blk {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.12);
    margin: 16px 0;
}
#lpsec_faqs .faqAc-blk dt {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 16px 4% 16px 8%;
    position: relative;
}
#lpsec_faqs dt::before {
    content: '';
    border: 6px solid transparent;
    border-top: 10px solid #26a5df;
    width: 0;
    height: 0;
    position: absolute;
    top: 24px;
    left: 4%;
}
#lpsec_faqs dd {
    color: #656565;
    display: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    padding: 0 4% 24px 8%;
}
@media screen and (max-width: 799px) {
#lpsec_faqs {
	padding: 32px 0;
}
#lpsec_faqs dl {
    margin: 16px auto 0;
    width: 100%;
}
#lpsec_faqs .faqAc-blk dt {
    font-size: 100%;
    padding: 1em 4% 1em 8%;
}
#lpsec_faqs dt::before {
    top: 20px;
}
#lpsec_faqs dd {
    font-size: 90%;
    line-height: 1.65;
}
}




/** ID:FEATURE *******/
#lpsec_feature {
	background: #f2f6f8;
	padding: 64px 0;
}
#lpsec_feature .flex_wrap {
    padding-top: 3em;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#lpsec_feature .flex_wrap > li {
	flex: 30% 0 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 24px;
}
#lpsec_feature .flex_wrap > li figure {
    width: 100%;
    height: 184px;
    overflow: hidden;
}
#lpsec_feature .flex_wrap > li figure img {
    width: 100%;
    height: 184px;
    object-fit: cover;
}
#lpsec_feature .flex_wrap > li p {
	text-align: center;
	margin: 1em 0 0;
}
#lpsec_resolve.uip {
    margin-top: 80px;
}
@media screen and (max-width: 799px) {
#lpsec_feature {
	padding: 35px 0;
}
#lpsec_feature .flex_wrap {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
#lpsec_feature .flex_wrap > li {
	flex: 100% 0 0;
    padding: 16px 14px;
}
#lpsec_feature .flex_wrap > li figure,
#lpsec_feature .flex_wrap > li figure img {
    width: 48vw;
    height: auto;
	margin: auto;
}
}


/** ID:OCR *******/
#lpsec_ocr {
	background: #f2f6f8;
	padding: 64px 0;
}
#lpsec_ocr h2.lp_secin_ttl {
	margin-bottom: 40px;
}
#lpsec_ocr p,
#lpsec_ocr figure {
	text-align: center;
}
#lpsec_ocr figure {
    max-width: 940px;
	margin: 40px auto 0;
}








/***************************************************************

FORM ELEMENT

*****************************************************************/
#radiocheck input[type='radio'],
#checker input[type='checkbox'] {
    display: inline-block !important;
	webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
#radiocheck > span,
#checker > span {
	display: block;
}




/***************************************************************

TOTAL RESET UPWRIGHT

*****************************************************************/
@media screen and (max-width: 799px) {
section#breadCrumb {
    padding: 10px 0 !important;
}
section#serchResult {
    padding: 0 !important;
}
}







/***************************************************************

404PAGE

*****************************************************************/
#searchResult .news-wrap {
  margin-bottom: 80px;
}

.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 80px;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 500px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 240px ) {
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}



/***************************************************************

404PAGE

*****************************************************************/
.error_back {
    display: block;
    max-width: 100%;
	margin: 50px auto;
	text-align: center;
}
.error_back a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 30px;
    border: solid 2px #1375bc;
    color: #1375bc;
    font-weight: 600;
    border-radius: 3em;
}




/***************************************************************

reCAPTCHA HIDDEN

*****************************************************************/
.grecaptcha-badge { visibility: hidden; }
.ggl_cpr {
	text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
	color: #999;
}
.ggl_cpr > a {
	color: #666;
	text-decoration: underline;
}