@charset "UTF-8";

/*********

DEFAULT

**********/

html {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	font-family: 'Roboto', 'Noto Sans JP', ' ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', ' メイリオ ', Meiryo, 'MS Pゴシック ', 'MS PGothic', sans-serif;
  	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	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;
	-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: 700;
}
figure > img,
picture > img {
	width: 100%;
	height: auto;
}
dl, ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
    margin-block-start: 0;
	margin-block-end: 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;
}
@media screen and (min-width: 800px) {
body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.pc_hidden {
	display: none;
}
.mobile_hidden {
	display: block;
}
}

/*********

LAYOUT

**********/
main {
    width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.contents_inner_wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px 20px;
	text-align: center;
	position: relative;
	z-index: 3;
}
#lp_wrapper > section {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 800px) {
.contents_inner_wrap {
	width: 100%;
	min-width: 800px;
	max-width: 1080px;
	padding: 90px 0;
}
main {
	margin-top: -80px;
}
}



/*********

BLOCK

**********/
#headers {
	width: 100%;
	height: 80px;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	transition: all 0.3s ;
}
#headers.scrollon {
	background: #fff;
	top: 0;
}
.header_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	line-height: 1;
}
h1.hd_logo {
	max-width: calc(100% - 185px);
	padding: 0 12px;
}
h1.hd_logo img {
	display: block;
	max-width: 165px;
}
footer {
	background: #2b2154;
	color: #fff;
	text-align: center;
	padding: 30px 16px;
}
footer,
footer a,
footer small {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
footer ul.ft_index > li {
	display: inline-block;
}
footer ul.ft_index a {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 12px;
}
footer ul.ft_index a::after {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	border-right: 1px solid #fff;
}
footer ul.ft_index > li:not(:first-child) > a {
	padding-left: 12px;
}
.copyright {
	display: block;
	margin-top: 12px;
}
.gNavi {
	margin-right: 0;
}
.gnav_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	gap: 0;
}
.gnav_menu > li {
	flex: 1 0 0;
}
.gnav_menu > li > a {
	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;
	width: 80px;
	height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	gap: 10px 0;
}
.gnav_menu > li > a.botan1 {
	background: #2b2154;
}
.gnav_menu > li > a.botan2 {
	background: #fe6c42;
}
.gnav_menu > li > a > span {
	content: "";
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.gnav_menu > li > a.botan1 > span {
	background-image: url('../images/commom/icon_btn1.svg');
	width: 27px;
	height: 27px;
}
.gnav_menu > li > a.botan2 > span {
	background-image: url('../images/commom/icon_btn2.svg');
	width: 22px;
	height: 26px;
}
@media screen and (min-width: 800px) {
#headers {
	background: rgba(255,255,255,0);
	top: 0;
}
.header_wrap {
	width: 100%;
	min-width: 800px;
	max-width: 1080px;
	margin: auto;
	padding: 16px 0;
}
h1.hd_logo {
	width: 218px;
	padding: 0;
}
footer {
	padding: 30px 0;
}
.gnav_menu {
	gap: 0 1.5em;
}
.gnav_menu > li > a {
	width: 180px;
	height: auto;
	padding: 0.64em 0;
	font-size: 18px;
	font-size: 1.8rem;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	gap: 0 12px;
}
.gnav_menu > li > a.botan1 > span {
	width: 24px;
	height: 24px;
}
.gnav_menu > li > a.botan2 > span {
	width: 16px;
	height: 19px;
}
}









/*********

COMMON PARTS

**********/
.color_wrap {
	background: #f3f6fb;
}	
.smalltxt {
	font-size: 15px;
	font-size: 1.5rem;
}
.sec_ttl_txt {
	font-size: 26px;
	font-size: 2.6rem;
	color: #009efd;
	margin-bottom: 30px;
}
.nuki_txt {
	display: inline-block;
	background: linear-gradient(90deg, rgb(152, 144, 227), rgb(0, 158, 253));
	color: #fff;
	padding: 0.185em 0.42em;
}
.grad_txt {
	color: #fff;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #9890e3, #009efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_justfy {
	text-align:left;
}
.roundcap {
	display: block;
	width: 82px;
	height: 72px;
	background-size: contain;
}
.roundcap.top {
	position: absolute;
	top: 0;
	left: 0;
}
.roundcap.top.rt {
	left: auto;
	right: 0;
}
.roundcap.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.roundcap.bottom.rt {
	left: auto;
	right: 0;
}
.marker_txt {
	background-color: #fff097;
}
ul.round_box {
	gap: 16px;
}
.round_box > li {
    width : 100%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 15px 20px;
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.04);
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 14px;
}
.round_box > li > div {
	flex: 0 0 75%;
}
.coloredbox {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #f3f6fb;
	padding: 20px 15px 20px 20px;
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.04);
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin: 20px 0;
}
/*h2*/
.ttl {
	line-height: 1.3;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
}
.u_line {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 auto 0.25em;
}
.u_line::after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background: linear-gradient(90deg, rgb(152, 144, 227), rgb(0, 158, 253));
	margin: 0.5em auto 0;
}
.round_box .u_line {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
.round_box .u_line::after {
	display: none;
}
.round_box p.text_justfy {
	margin: 0;
}
.flexchange {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
.flx_left {
	order: 2;
}
.flx_right {
	order: 1;
}
.round_box .thumb_icon {
	width: 34%;
	margin: auto;
}
.sec_ttl_en {
	height: calc(100vw * 0.184);
	max-height: 65px;
	position: absolute;
	top: 50px;
	left: 0;
	margin-left: 0;
	text-align: left;
}
.sec_ttl_en > img {
	width: auto;
	height: calc(100vw * 0.184);
	object-fit: contain;
}
.sec_ttl_en.r {
	left: auto;
	right: 0;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}
@media screen and (min-width: 800px) {
.flexchange {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}
.flx_left {
	width: calc(57.5% - 30px);
}
.flx_right {
	width: 42.5%;
}
.sec_ttl_en {
	max-height: 175px;
	top: 20px;
}
.sec_ttl_en > img {
	height: 175px;
}
.sec_ttl_txt {
	font-size: 40px;
	font-size: 4.0rem;
}
.ttl {
	font-size: 32px;
	font-size: 3.2rem;
}
.smalltxt {
	font-size: 20px;
	font-size: 2.0rem;
}
.roundcap {
	width: 164px;
	height: 144px;
}
ul.round_box {
	gap: 30px;
}
.round_box > li {
    width : calc((100% - 60px) / 3);
    width : calc((100% - 60px) / 3);
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	padding: 60px 24px 30px;
	gap: 0;
}
.round_box .thumb_icon > img {
	width: auto;
	height: 110px;
	margin: auto;
}
.round_box > li > div {
    flex: 1;
}
.u_line {
	font-size: 24px;
	font-size: 2.4rem;
}
.round_box .u_line {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 10px auto;
}
.round_box .u_line::after {
	display: block;
}
.round_box p.text_justfy {
	margin: 30px 10px 0;
}
.coloredbox {
	padding: 40px 35px 40px 40px;
	margin: 40px 0;
}
}




/*********

CHILD PARTS

**********/
.lp_wrapper {
	overflow: hidden;
}
.text_justfy {
	margin-top: 14px;
}
@media screen and (min-width: 800px) {
.text_justfy {
	margin-top: 16px;
}
}

/** FV **/
#fv_wrapper {
	background-image: url('../images/fv/fv_back_path_smp.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
#fv_wrapper .contents_inner_wrap {
	margin: 0;
	padding: 0 0 70px;
}
.fv_catch {
	max-width: 100%;
	margin: 35px 0 15px;
	padding: 0 40px;
}
.fv_lead,
.fv_image {
	width: 100%;
}
.fv_prd_name {
	padding: 0 40px 10px;
}
.fv_image.pc_hidden {
	padding: 0 0 0 35px;
}
.fv_lead p.text_justfy {
	margin: 0 auto 14px;
	padding: 3px 12px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
#fv_wrapper .action_btn {
	padding: 0 16px;
}
@media screen and (min-width: 800px) {
#fv_wrapper {
	background-image: url('../images/fv/fv_back_path.png');
	background-size: cover;
}
#fv_wrapper .contents_inner_wrap {
	margin: 0 auto;
	padding: 140px 0 50px;
}
#fv_wrapper .flexchange {
	gap: 0 40px;
}
.fv_catch {
	max-width: 660px;
	margin: 45px auto 30px;
	padding: 0;
}
.fv_lead {
	width: 500px;
	padding-left: 50px;
}
.fv_image {
	width: 530px;
}
.fv_prd_name {
	padding: 75px 10px 0 0;
}
.fv_lead p.text_justfy {
	margin: 40px 0 0 0;
	padding: 0;
	color: inherit;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
#fv_wrapper .action_btn {
	padding: 20px 50px 0 0;
}
}





/** PROBLEM **/
#lp_wrapper > section#problem {
	padding: 80px 0 30px;
	background-image: url('../images/problem_back.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	top: -80px;
	z-index: -1;
}
.problem_list {
	position: relative;
	margin-top: 20px;
}
.problem_list > figure {
	width: 70%;
	position: relative;
	top: -10px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	order: 1;
}
.problem_list > ul {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.04);
	padding: 30px 20px;
	position: relative;
	top: -30px;
	left: 0;
	order: 2;
}
.problem_list ul li {
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin: 10px 0;
	gap: 0 10px;
}
.problem_list ul li::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url('../images/icon_check.png') no-repeat;
	background-size: contain;
	margin-top: 5px;
	overflow: hidden;
}
.problem_list ul li span {
	display: block;
	width: calc(100% - 36px);
}
@media screen and (min-width: 800px) {
#lp_wrapper > section#problem {
    top: -65px;
    padding: 120px 0 90px;
}
#problem .contents_inner_wrap {
    padding: 0;
}
.smalltxt {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
}
#problem h2.sec_ttl_txt {
    margin-bottom: 40px;
	line-height: 1.3;
}
.problem_list {
	margin-top: 0;
}
.problem_list > figure {
	width: 380px;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	position: absolute;
	top: auto;
	bottom: -100px;
	left: auto;
	right: -15px;
	order: 2;
	z-index: 2;
}
#problem .problem_list > ul {
	width: 100%;
	margin: 30px auto 0;
	padding: 20px 50px;
	top: -30px;
	left: 0;
	order: 1;
}
.problem_list ul li {
	font-size: 20px;
	font-size: 2rem;
	margin: 14px 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 0 10px;
}
.problem_list ul li::before {
	width: 30px;
	height: 30px;
	margin-top: 7px;
}
.problem_list ul li span {
	width: calc(100% - 42px);
}
}

/** ALLOK **/
#allok {
	margin-top: -40px;
	padding-bottom: 30px;
}
#allok .roundcap.bottom {
	background-image: url('../images/cnr/cnr_left_bottom_w.png');
}
#allok figure {
	margin: auto;
}
#allok figure.allok_txt {
	margin-bottom: 14px;
}
@media screen and (min-width: 800px) {
#allok figure.allok_txt {
	width: 540px;
	margin-bottom: 34px;
}
.allok_img {
	width: 780px;
}
}



/** SERVICE **/
#service {
	padding-top: 112px;
	padding-bottom: 40px;
}
#service .roundcap.top.rt {
	background-image: url('../images/cnr/cnr_right_top_g.png');
}
#service .roundcap.bottom.rt {
	background-image: url('../images/cnr/cnr_right_bottom_g.png');
}
#service h2 > .nuki_txt {
	position: relative;
}
#service h2 > .nuki_txt::after {
	content: "";
	display: block;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #009EFD;
	border-bottom-width: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}
@media screen and (min-width: 800px) {
#service {
	padding-top: 50px;
	padding-bottom: 0;
}
#service h2 > .nuki_txt {
	padding: 0.185em 2em;
}
#service h2 > .nuki_txt::after {
	border-width: 14px;
	margin-left: -7px;
}
}



/** STUDY **/
#study {
	padding-top: 112px;
}
#study .roundcap.top {
	background-image: url('../images/cnr/cnr_left_top_w.png');
}
#study .roundcap.bottom {
	background-image: url('../images/cnr/cnr_left_bottom_w.png');
}
#study ul > li {
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin: 30px 0;
}
#study ul > li > * {
	flex: 1;
}
#study ul > li > div.li_txt {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #f3f6fb;
	padding: 18vw 20px 20px;
	position: relative;
	margin-top: -14vw;
	order: 2;
	z-index: 1;
}
#study ul > li > div.li_image {
	padding: 10px 20px 0;
	order: 1;
	z-index: 2;
}
.num_txt {
	display: block;
	width: 38px;
	height: auto;
	margin: 0 auto 10px;
}
@media screen and (min-width: 800px) {
#study {
	padding-top: 50px;
	padding-bottom: 0;
}
#study .contents_inner_wrap {
    padding-bottom: 40px;
}
#study ul > li {
	gap: 0 80px;
	background-image: url('../images/dot_line.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
#study ul > li:nth-child(2) {
	flex-direction: row-reverse;
}
#study ul > li:last-child {
	background-image: none;
}
#study ul > li > div.li_txt {
	background: none;
    padding: 0 0 0 50px;
    margin-top: 0;
	order: 1;
}
#study h2.u_line {
	margin-top: 0.42em;
	font-size: 32px;
	font-size: 3.2rem;
}
#study ul > li > div.li_image {
	padding: 0;
}
#study ul > li:last-child img {
	padding-bottom: 0;
}
}


/** CHAPRO **/
#chapro {
	padding-top: 105px;
	padding-bottom: 40px;
}
#chapro .roundcap.top.rt {
	background-image: url('../images/cnr/cnr_right_top_g.png');
}
#chapro .roundcap.bottom.rt {
	background-image: url('../images/cnr/cnr_right_bottom_g.png');
}
.smp_small {
	font-size: 20px;
	font-size: 2rem;
}	
@media screen and (min-width: 800px) {
#chapro {
	padding-top: 50px;
	padding-bottom: 0;
}
.smp_small {
	font-size: 40px;
	font-size: 4rem;
}	
}


/** KAIZEN **/
#kaizen {
	padding-top: 112px;
	padding-bottom: 40px;
}
#kaizen .roundcap.top {
	background-image: url('../images/cnr/cnr_left_top_w.png');
}
#kaizen ul > li.coloredbox {
	margin: 36px 0;
	position: relative;
}
#kaizen ul > li > .flexchange {
	gap: 16px;
}
#kaizen ul > li h2 {
	margin-top: 16px;
}
.li_num {
	display: block;
	width: 113px;
	height: 35px;
	text-indent: -150%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -17px;
	left: 0;
}
@media screen and (min-width: 800px) {
#kaizen {
	padding-top: 50px;
	padding-bottom: 0;
}
#kaizen .contents_inner_wrap {
    padding-bottom: 1px;
}
.li_num {
	width: 149px;
	height: 38px;
	top: -19px;
	left: 36px;
}
#kaizen ul {
	margin: 70px auto 0;
}
#kaizen ul > li.coloredbox {
	margin: 72px 0;
}
#kaizen ul > li.coloredbox:last-child {
	margin-bottom: 0;
}
#kaizen ul > li > .flexchange {
	gap: 0 16px;
}
#kaizen ul > li > .flexchange h2,
#kaizen ul .flexchange p.text_justfy {
	flex: 0 1 55%;
	padding-top: 0;
	margin-right: 40px;
}
#kaizen ul > li > .flexchange figure {
	flex: 0 1 40%;
	position:absolute;
	top: 50%;
	left: calc(60% - 35px);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#kaizen ul > li > .flexchange figure > img{
	padding: 40px;
}
}



/** MANAGE **/
#manage {
	margin-top: 60px;
	padding-top: 105px;
	padding-bottom: 40px;
}
#manage.color_wrap {
	background: #dae8ff;
}
#manage .roundcap.topcap {
	background-image: url('../images/cnr/cnr_left_bottom_b.png');
	position: absolute;
    top: -72px;
    left: 0;
}
#manage .roundcap.top.rt {
	background-image: url('../images/cnr/cnr_right_top_b.png');
}
#manage .roundcap.bottom.rt {
	background-image: url('../images/cnr/cnr_right_bottom_b.png');
}
.lupe_wrap {
	display: block;
	width: 240px;
	height: 195px;
	background: url('../images/mng/lupe.png');
	background-size: contain;
	position: absolute;
	top: -145px;
	right: 0;
}
#manage ul.flexchange {
	gap: 16px;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
}
#manage ul.flexchange > li {
	position: relative;
	width: 100vw;
	height: 120vw;
	background: url('../images/mng/mana_back.png');
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
}
#manage ul.flexchange > li .fix_wrap {
	display: -webkit-flex;
	display: -moz-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;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	gap: 20px;
}
#manage ul.flexchange > li .fix_wrap p {
	padding: 0 12%;
    margin-top: 0;
}
#manage ul > li:nth-child(1) {
	background: none;
	height: calc(100vw * 0.74);
}
#manage ul > li:nth-child(1) > span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/mng/mana_ill.png');
	background-repeat: no-repeat;
	background-size: 87%;
	background-position: center;
}
#manage ul > li:nth-child(4) {
	display: none;
}
#manage ul li h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}
@media screen and (min-width: 800px) {
#manage {
	padding-top: 50px;
	padding-bottom: 0;
}
#manage .roundcap.topcap {
    top: -144px;
}
.lupe_wrap {
	width: 434px;
	height: 353px;
	top: -90px;
}
#manage ul.flexchange {
	gap: 30px;
	margin: 0 auto;
	width: 100%;
}
#manage ul.flexchange::before {
	content: "";
	display: block;
	background: url('../images/mng/mana_ill.png');
	width: 722px;
	height: 532px;
	position: absolute;
	top: calc(50% - 266px);
	left: -146px;
}
#manage ul.flexchange > li {
	width: calc((100% - 30px) / 2);
	height: 550px;
	background-size: 98%;
}

#manage ul.flexchange > li .fix_wrap {
     gap: 0;
}

#manage ul > li:nth-child(1) {
	display: none;
}
#manage ul > li:nth-child(4) {
	display: block;
	background-image: none;
}
#manage ul li h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
}
#manage ul.flexchange > li .fix_wrap p {
	padding: 0 16.8% 0 12.5%;
}
}


/** SECURITY **/
#security {
	padding-top: 105px;
	padding-bottom: 40px;
}
#security .roundcap.top {
	background-image: url('../images/cnr/cnr_left_top_b.png');
}
#security ul.flexchange {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	gap: 0;
}
#security ul.flexchange  > li {
	width: 50%;
}
#security .pc_center {
	margin: 30px 20px 0;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

@media screen and (min-width: 800px) {
#security {
	padding-top: 50px;
	padding-bottom: 0;
}
#security ul.flexchange {
	margin-top: 60px;
	gap: 0;
}
#security ul.flexchange > li {
	flex: 1;
}
#security .pc_center {
	margin: 24px auto 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
}





/** SPEEDUP **/
#speedup {
	padding-top: 112px;
	padding-bottom: 40px;
}
#speedup .roundcap.top {
	background-image: url('../images/cnr/cnr_left_top_g.png');
}
#speedup .roundcap.bottom.rt {
	background-image: url('../images/cnr/cnr_right_bottom_w.png');
}
#speedup .contents_inner_wrap {
    padding: 0 0 20px;
}
#speedup ul {
	margin: 0 calc(50% - 50vw) 20px;
	width: 100%;
}
#speedup ul > li {
	margin: 6px;
	display: inline-block;
}
#speedup ul li > span {
	display: block;
	width: auto;
	height: 43px;
	overflow: hidden;
}
#speedup ul li > span > img {
	display: block;
	width: auto;
	height: 43px;
}
@media screen and (min-width: 800px) {
#speedup {
	padding-top: 50px;
}
#speedup .contents_inner_wrap {
	padding: 100px 0 0;
}
#speedup ul {
	width: 900px;
	margin: 0 auto;
}
#speedup ul > li {
	margin: 12px;
}
#speedup ul li > span {
	height: 70px;
}
#speedup ul li > span > img {
	height: 70px;
}
#speedup picture {
	width: 90%;
	margin: auto;
}
}




/** FLOW **/
#flow {
	padding-top: 105px;
}
#flow .sec_ttl_txt {
    font-size: 32px;
    font-size: 3.2rem;
}
#flow p.plain_txt {
    font-size: 16px;
    font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 auto 1.8em;
}
#flow .text_justfy {
    margin-bottom: 14px;
}
#flow .roundcap.top {
	background-image: url('../images/cnr/cnr_left_top_g.png');
}
#flow .roundcap.bottom {
	background-image: url('../images/cnr/cnr_left_bottom_g.png');
}
#flow ul > li {
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}
#flow ul > li::after {
	content: "";
	display: block;
	width: 45px;
	height: 17px;
	background-image: url('../images/commom/arrow_v.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 5px;
}
#flow ul > li:last-child::after {
	display: none;
}
@media screen and (min-width: 800px) {
#flow {
	padding-top: 50px;
	padding-bottom: 0;
}
#flow .contents_inner_wrap {
	padding-bottom: 60px;
}
#flow ul {
	gap: 0 25px;
}
#flow ul > li {
	flex: 1;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}
#flow ul > li::after {
	width: 23px;
	height: 40px;
	background-image: url('../images/commom/arrow_h.png');
	margin-top: 0;
}
}




/** SUPERVISE **/
#supervise {
	padding-top: 100px;
	padding-bottom: 40px;
}
#supervise .roundcap.top.rt {
	background-image: url('../images/cnr/cnr_right_top_w.png');
}
#supervise .coloredbox {
	gap: 16px;
}
.postname {
	text-align: left;
	line-height: 1.3;
}
.postname > span {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.postname > span.parsonname {
	font-size: 24px;
	font-size: 2.4rem;
	color: #009efd;
}
#supervise p.text_justfy {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (min-width: 800px) {
#supervise {
	padding-top: 50px;
	padding-bottom: 0;
}
#supervise .contents_inner_wrap {
	padding-bottom: 40px;
}
#supervise .coloredbox {
	gap: 30px;
}
.postname {
	text-align: left;
}
.postname > span {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}
.postname > span.parsonname {
	font-size: 32px;
	font-size: 3.2rem;
	margin-left: 0.36em;
}
#supervise .flx_left {
    order: 1;
}
#supervise .flx_right {
    order: 2;
}
#supervise .flx_right img{
	padding-right: 50px;
}
#supervise p.text_justfy {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
}



/** CTA **/
.cta_part {
	background-image: url('../images/commom/cta_back_smp.png');
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	background-size: cover;
	padding: 50px 14px;
}
.cta_txt {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.large_txt {
	font-size: 70px;
	font-size: 7.0rem;
}
.cta_part .contents_inner_wrap {
	padding: 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	gap: 0 60px;
}
.banzai {
	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;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.banzai::before, 
.banzai::after {
	content: "";
	display: block;
	width: 32px;
	height: 48px;
	background-image: url('../images/commom/cta_banzai_smp.png');
	background-repeat: no-repeat;
}
.banzai::after {
	transform: scale(-1, 1);
}
@media screen and (min-width: 800px) {
.cta_part {
	background-image: url('../images/commom/cta_back.png');
	padding-bottom: 0;
}
.cta_txt {
	font-size: 40px;
	font-size: 4.0rem;
}
.banzai {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 16px;
}
.banzai::before, 
.banzai::after {
	width: 35px;
	height: 58px;
	background-image: url('../images/commom/cta_banzai.png');
}
}