@charset "utf-8";


#contents.topContents {
	font-family: 'Zen Kaku Gothic New', sans-serif, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, 'Roboto',sans-serif;
	font-feature-settings: "pwid";
	width: 100%;
}
#contents.topContents .title h2 {
	color: #053ea8;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 40px;
}
#contents.topContents .title h2 span {
	font-size: 14px;
	font-family: 'Azeret Mono', 'Zen Kaku Gothic New', sans-serif, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, 'Roboto',sans-serif;
}

#contents.topContents .btnBorder {
	background:  linear-gradient(to right, #1e57c7 0%, #1dabd2 100%);
	border-radius: 9999px;
	padding: 1px;
	margin-bottom: 15px;
	max-width: 573px;
	text-align: center;
	display: inline-block;
}
#contents.topContents .btnBorder .btn a {
	display: block;
	width: 100%;
	height: 43px;
	background-color: #fff;
	border-radius: 43px;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 35px 0 20px;
	color: #053ea8;
	position: relative;
}
#contents.topContents .btnBorder .btn a::after {
	content: url("images/top/icon_arrow.svg");
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 11px;
	height: 11px;
}
#contents.topContents .btnBorder .btn a:hover {
	background-image: linear-gradient(90deg, rgba(5, 68, 222, 0.02), rgba(5, 68, 222, 0.07));
}
#contents.topContents .btnBorder .btn a:active {
	background-image: linear-gradient(90deg, rgba(5, 68, 222, 0.04), rgba(5, 68, 222, 0.09));
}

#contents.topContents .bluebtnBorder {
	background:  linear-gradient(to right, #0444df 0%, #00229b 100%);
	border-radius: 9999px;
	padding: 1px;
	margin-bottom: 15px;
	max-width: 573px;
	text-align: center;
	display: inline-block;
}
#contents.topContents .bluebtnBorder .btn a {
	display: block;
	width: 100%;
	height: 43px;
	background:  linear-gradient(to right, #0444df 0%, #00229b 100%);
	border-radius: 43px;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 35px 0 20px;
	color: #fff;
	position: relative;
}
#contents.topContents .bluebtnBorder .btn a::after {
	content: url("images/top/icon_arrow.svg");
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(200%);
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 11px;
	height: 11px;
}
#contents.topContents .bluebtnBorder .btn a:hover {
	background-image: linear-gradient(90deg, #023abf, #011b78);
}
#contents.topContents .bluebtnBorder .btn a:active {
	background-image: linear-gradient(90deg, #022f9c, #011663);
}

/* section01 */
#contents.topContents .section01 {
	margin: auto;
}
#contents.topContents .section01 .topImg {
	width: 100%;
	height: 100vh;
	max-height: 75vh;
	overflow: hidden;
	position: relative;
}
#contents.topContents .section01 .topImg img.mainV {
	vertical-align: bottom;
	width: 100%;
	height: 100vh;
	max-height: 75vh;
	animation: animationZoom 15s ease-in-out forwards;
}
@keyframes animationZoom {
  100% {
    transform:scale(1.2)
  } 
}
#contents.topContents .section01 .topImg .textbox {
	position: absolute;
	bottom: 30px;
	left: 15px;
	right: 40px;
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
#contents.topContents .section01 .topImg .textbox p {
	color: #053ea8;
	line-height: 1.25em;
}
#contents.topContents .section01 .topImg .textbox p span {
	font-size: 38px;
	background-color: #fff;
	padding: 10px;
	line-height: 1em;
	display: inline-block;
	font-weight: 500;
}
#contents.topContents .section01 .topImg .textbox p br.spOnly + span {
	margin-left: 0px;
}
@media (min-width: 400px) and (max-width: 800px){
	#contents.topContents .section01 .topImg .textbox p br.spOnly {
		display: none;
	}
	#contents.topContents .section01 .topImg .textbox p br.spOnly + span {
		margin-left: -18px;
	}
}
#contents.topContents .section01 .topImg .textbox p span.small {
	font-size: 14px;
	line-height: 1em;
	font-family: 'Azeret Mono', 'Zen Kaku Gothic New', sans-serif, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, 'Roboto',sans-serif;
	margin-top: 10px;
}
#contents.topContents .section01 .bg {
	background-image: linear-gradient(180deg, rgba(250, 252, 253, 1), rgba(225, 238, 253, 1));
	padding-bottom: 60px;
}
#contents.topContents .section01 .mainText {
	max-width: 1180px;
	margin: auto;
	padding: 100px 10px 0 10px;
}
#contents.topContents .section01 .mainText h2 {
	margin: 0 0 20px 0;
	font-size: 28px;
	line-height: 1.25em;
	color: #053ea8;
	font-weight: 500;
}
#contents.topContents .section01 .mainText p {
	margin: 0 0 30px 0;
	font-size: 16px;
	color: #222222;
	line-height: 1.75em;
}
#contents.topContents .section01 .sectionArea {
	max-width: 1180px;
	margin: auto;
	display: block;
	justify-content: space-between;
	margin-top: 100px;
	padding: 0 10px;
}
#contents.topContents .section01 .sectionArea .title {
	width: 200px;
	margin-bottom: 50px;
}
#contents.topContents .section01 .sectionArea .title h2 {
	margin: 0;
	
}
#contents.topContents .section01 .sectionArea .products {
	width: 100%;
}
#contents.topContents .section01 .sectionArea .products .item {
	background-color: rgba(255,255,255,0.15);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px;
}
#contents.topContents .section01 .sectionArea .products .item h3 {
	margin-bottom: 20px;
}
#contents.topContents .section01 .sectionArea .products .item h3 img {
	width: 240px;
	height: auto;
}
#contents.topContents .section01 .sectionArea .products .item h3 img.small {
	width: auto;
	height: 40px;;
}
#contents.topContents .section01 .sectionArea .products .item p {
	font-size: 18px;
	color: #052563;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 20px;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList {
	list-style: none;
	counter-reset: item;
	padding: 10px;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li {
	counter-increment: item;
	margin-bottom: 180px;
	position: relative;
	margin-top: 180px;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li:last-child {
	margin-bottom: 40px;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li:nth-child(odd) {
	padding-left: 0;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li:nth-child(even) {
	padding-right: 0;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li::before {
	content: counter(item, decimal-leading-zero);
	display: block;
	font-weight: 400;
	color: #053ea8;
	font-size: 16px;
	font-family: 'Azeret Mono';
	margin-bottom: 10px;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li::after {
	content: url("images/top/prodicts_acms_cloud_li_01.svg");
	display: block;
	position: absolute;
	left: 50%;
	width: 210px;
	height: 118px;
	top: -140px;
	transform: translate(-50%,0);
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li:nth-child(2)::after {
	content: url("images/top/prodicts_acms_cloud_li_02.svg");
	right: auto;
	left: 50%;
}
#contents.topContents .section01 .sectionArea .products .item ol.acms_cloudList li:nth-child(3)::after {
	content: url("images/top/prodicts_acms_cloud_li_03.svg");
}
#contents.topContents .section01 .sectionArea .products .item ol li h4 {
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 10px;
}
#contents.topContents .section01 .sectionArea .products .item ol li p {
	font-size: 14px;
	color: #222222;
}
#contents.topContents .section01 .sectionArea .products .item {
	margin-bottom: 15px;
}
#contents.topContents .section01 .sectionArea .products .flexbox {
	display: block;
	justify-content: space-between;
	margin-bottom: 70px;
}
#contents.topContents .section01 .sectionArea .products .flexbox .item {
	width: 100%;
}
#contents.topContents .section01 .sectionArea .products .flexbox .item ol {
	list-style: none;
}
#contents.topContents .section01 .sectionArea .products .flexbox .item .btn a {
	color: #053ea8;
	font-size: 13px;
	font-weight: 500;
}
#contents.topContents .section01 .sectionArea .products .flexbox .item .btn a:hover {
	text-decoration: underline;
	color: #032e82;
}
#contents.topContents .section01 .sectionArea .products .flexbox .item .btn a:after {
	content: url("images/top/icon_arrow.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 10px;
}

/* section02 */
#contents.topContents .section02 {
	padding: 0 10px 70px 10px;
	margin: auto;
	border-bottom: 1px solid rgba(35,107,212,0.2);
}
#contents.topContents .section02 .sectionArea {
	max-width: 1260px;
	margin: auto;
}
#contents.topContents .section02 .title h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
#contents.topContents .section02 .campaign_slider img {
	width: 100%;
}
#contents.topContents .section02 .campaign_slider {
	margin: 0 20px;
}
#contents.topContents .section02 .campaign_slider::before {
	display: none;
}
#contents.topContents .section02 .campaign_slider::after {
	display: none;
}
#contents.topContents .section02 .campaign_slider div {
	text-align: center;
}
#contents.topContents .section02 .campaign_slider div a {
	width: 100%;
	padding: 0px;
	max-width: 392px;
	margin: auto;
	display: block;
}
#contents.topContents .section02 .campaign_slider div img {
	border: 1px solid #eee;
}
#contents.topContents .section02 .campaign_slider .slick-prev.slick-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #053ea8;
	border-radius: 40px;
	left: -20px;
	line-height: 40px;
	z-index: 100;
	background-color: #fff;
	margin-top: 0;
	font-size: 14px;
}
#contents.topContents .section02 .campaign_slider .slick-prev.slick-arrow:hover,
#contents.topContents .section02 .campaign_slider .slick-next.slick-arrow:hover {
	background-color: #edf3fc;
}
#contents.topContents .section02 .campaign_slider .slick-prev.slick-arrow:active,
#contents.topContents .section02 .campaign_slider .slick-next.slick-arrow:active {
	background-color: #dce7f7;
}
#contents.topContents .section02 .campaign_slider .slick-prev.slick-arrow::before {
	content: url('images/top/slide_btn_left.svg');
	width: 8px;
	height: 14px;
	display: block;
	line-height: 14px;
	margin: 13px auto 11px 14px;
	font-size: 14px;
}
#contents.topContents .section02 .campaign_slider .slick-next.slick-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #053ea8;
	border-radius: 40px;
	right: -20px;
	line-height: 40px;;
	background-color: #fff;
	margin-top: 0;
	font-size: 14px;
}
#contents.topContents .section02 .campaign_slider .slick-next.slick-arrow::before {
	content: url('images/top/slide_btn_right.svg');
	width: 8px;
	height: 14px;
	display: block;
	line-height: 14px;
	margin: 13px 14px 11px auto;
	font-size: 14px;
}
#contents.topContents .section02 .campaign_slider .slick-dots {
	bottom:-40px;
}
#contents.topContents .section02 .campaign_slider .slick-dots li {
	border:1px solid rgba(32,106,206,0.5);
	border-radius: 50px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}
#contents.topContents .section02 .campaign_slider .slick-dots li:hover,
#contents.topContents .section02 .campaign_slider .slick-dots li.slick-active {
	background-color: rgba(32,106,206,1);
}
#contents.topContents .section02 .campaign_slider .slick-dots li button {
	display: none;
}
#contents.topContents .section02 .campaign_slider .slick-dots li.autoplay-buttons {
    width: 22px;
    height: 22px;
	border: none;
}
#contents.topContents .section02 .campaign_slider .slick-dots li.autoplay-buttons:hover { 
	background-color: rgba(15,99,253,0.08);
}
#contents.topContents .section02 .campaign_slider .autoplay-buttons[data-play="play"]:before {
	content: url('images/top/slider_btn_play.svg');
}
#contents.topContents .section02 .campaign_slider .autoplay-buttons[data-play="stop"]:before {
	content: url('images/top/slider_btn_pause.svg');
}

/* section03 */
#contents.topContents .section03 {
	padding: 1px 10px 50px 10px;
	margin: auto;
	background-color: #fafcff;
}
#contents.topContents .section03 .sectionArea {
	max-width: 1180px;
	margin: auto;
}
#contents.topContents .section03 p {
	color: #222222;
	font-size: 16px;
	line-height: 1.75em;
	font-weight: 500;
}
#contents.topContents .section03 .casestudy {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px auto 60px auto;
}
#contents.topContents .section03 .casestudy .item {
	width: 100%;
	border-bottom: 1px solid rgba(15,99,253,0.08);
	margin-bottom: 20px;
}
#contents.topContents .section03 .casestudy .item a {
	display: block;
	padding-bottom: 10px;
}
#contents.topContents .section03 .casestudy .item a:hover {
	background-color: rgba(15,99,253,0.08);
	display: block;
}
#contents.topContents .section03 .casestudy .item a:hover img {
	opacity: 1;
}
#contents.topContents .section03 .casestudy .item a:hover p {
	color: #053ea8;
}
#contents.topContents .section03 .casestudy .item a:hover span {
	color: #032e82;
}
#contents.topContents .section03 .casestudy .item h3 img {
	width: 100%;
	vertical-align: bottom;
}
#contents.topContents .section03 .casestudy .item p {
	padding: 10px;
	font-size: 14px;
	min-height: inherit;
	color: #222222;
}
#contents.topContents .section03 .casestudy .item .btn {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 10px;
}
#contents.topContents .section03 .casestudy .item .btn img {
	width: 48px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
#contents.topContents .section03 .casestudy .item .btn span {
	position: relative;
	display: block;
	width: 100%;
	padding:0 20px 0 10px;;
	font-size: 14px;
	color: #053ea8;
	font-weight: 500;
}
#contents.topContents .section03 .casestudy .item .btn span:after {
	content: url("images/top/icon_arrow.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -11px;
}
#contents.topContents .section03 .casestudy .item .btn span:after {
	content: url("images/top/icon_arrow.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 10px;
}

/* section04 */
#contents.topContents .section04 {
	background:  linear-gradient(to right, #013aa4 0%, #012287 100%);
	color: #fff;
	padding: 1px 0 50px 0;;
}
#contents.topContents .section04 .sectionArea {
	max-width: 1180px;
	padding: 0px 10px;
	margin: auto;
}
#contents.topContents .section04 h2 {
	color: #fff;
}
#contents.topContents .section04 h3 {
	font-size: 22px;
	line-height: 1.75em;
	margin-bottom: 10px;
}
#contents.topContents .section04 .btnBorder + h3 {
	margin-top: 50px;
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top: 60px;
}
#contents.topContents .section04 p {
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 30px;
}
#contents.topContents .section04 .documents {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#contents.topContents .section04 .documents a {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0.1);
	position: relative;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
#contents.topContents .section04 .documents a:hover {
	background-color: rgba(0,0,0,0.2);
}
#contents.topContents .section04 .documents a:hover img {
	opacity: 1;
}
#contents.topContents .section04 .documents a .item {
}
#contents.topContents .section04 .documents a::after {
	content: url("images/top/icon_arrow.svg");
	display: block;
	width: 11px;
	height: 11px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(200%);
	position: absolute;
	left:10px;
	bottom:22px;
}
#contents.topContents .section04 .documents a .item h4 {
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	padding: 10px;
}
#contents.topContents .section04 .documents a .item h4 img {
	height: 170px;
	width: auto;
}
#contents.topContents .section04 .documents a .item p {
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}
#contents.topContents .section04 .documents a .item p strong {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-table;
}
#contents.topContents .section04 .evaluation {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#contents.topContents .section04 .evaluation a {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,0.1);
	position: relative;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
#contents.topContents .section04 .evaluation a:hover {
	background-color: rgba(0,0,0,0.2);
}
#contents.topContents .section04 .evaluation a:hover img {
	opacity: 1;
}
#contents.topContents .section04 .evaluation a .item {
}
#contents.topContents .section04 .evaluation a::after {
	content: url("images/top/icon_arrow.svg");
	display: block;
	width: 11px;
	height: 11px;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(200%);
	position: absolute;
	left:10px;
	bottom:22px;
}
#contents.topContents .section04 .evaluation a .item h4 {
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	padding: 0px;
}
#contents.topContents .section04 .evaluation a .item h4 img {
	height: auto;
	width: 100%;
}
#contents.topContents .section04 .evaluation a .item p {
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}
#contents.topContents .section04 .evaluation a .item p strong {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-table;
}
#contents.topContents .section04 .btnBorder {
	background:  linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
	border-radius: 9999px;
	padding: 1px;
	margin-bottom: 15px;
	max-width: 573px;
	text-align: center;
	display: inline-block;
}
#contents.topContents .section04 .btnBorder .btn a {
	display: block;
	width: 100%;
	height: 43px;
	background:  linear-gradient(to right, #1a4caa 0%, #063aa1 100%);
	border-radius: 43px;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 35px 0 20px;
	color: #fff;
	position: relative;
}
#contents.topContents .section04 .btnBorder .btn a::after {
	content: url("images/top/icon_arrow.svg");
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(200%);
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 11px;
	height: 11px;
}
#contents.topContents .section04 .btnBorder .btn a:hover {
	background-image: linear-gradient(90deg, #023abf, #011b78);
}
#contents.topContents .section04 .btnBorder .btn a:active {
	background-image: linear-gradient(90deg, #022f9c, #011663);
}


/* section05 */
#contents.topContents .section05 {
	background-color: #fafcff;
	border-bottom: 1px solid rgba(35,107,212,0.2);
}
#contents.topContents .section05 .sectionArea {
	max-width: 1180px;
	padding: 1px 10px 50px 10px;
	margin: auto;
}
#contents.topContents .section05 h3 {
	font-size: 22px;
	font-weight: 500;
	color: #222222;
	line-height: 1.75em;
	margin-bottom: 40px;
}
#contents.topContents .section05 dl {
	display: block;
	flex-wrap: wrap;
	width: 100%;
}
#contents.topContents .section05 dl dt {
	font-family: 'Azeret Mono';
	color: #222222;
	font-size: 13px;
	line-height: 1.5em;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom :none;
}
#contents.topContents .section05 dl dd {
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(15,99,253,0.08);
	position: relative;
}
#contents.topContents .section05 dl dd.new::before {
	content: "NEW";
	display: inline-block;
	border: 1px solid #053ea8;
	background-color: #053ea8;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd a br.noBR {
	display: none;
}
#contents.topContents .section05 dl dd.news::after {
	content: "インフォメーション";
	display: inline-block;
	border: 1px solid rgba(32,106,206,0.5);
	background-color: #fff;
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd.press::after {
	content: "プレスリリース";
	display: inline-block;
	border: 1px solid rgba(32,106,206,0.5);
	background-color: #fff;
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd.newsrelease::after {
	content: "ニュースリリース";
	display: inline-block;
	border: 1px solid rgba(32,106,206,0.5);
	background-color: #fff;
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd.casestudy::after {
	content: "導入事例";
	display: inline-block;
	border: 1px solid rgba(32,106,206,0.5);
	background-color: #fff;
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd.irnews::after {
	content: "IR NEWS";
	display: inline-block;
	border: 1px solid rgba(32,106,206,0.5);
	background-color: #fff;
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#contents.topContents .section05 dl dd.new::after {
	margin-left: 45px;
}
#contents.topContents .section05 dl dd a {
	font-size: 14px;
	color: #222222;
	margin-bottom: 5px;
}
#contents.topContents .section05 dl dd a:hover {
	color: #053ea8;
}
#contents.topContents .section05 .attention {
	background-color: #faf5f8;
	border: 1px solid #f91a51;
	padding: 20px 20px 0px 20px;
	display: block;
	margin-bottom: 70px;
	border-radius: 5px;
	margin-top: 70px;
}
#contents.topContents .section05 .attention  h3 {
	font-size: 16px;
	color: #f91a51;
	font-weight: 500;
	line-height: 18px;
	width: 100%;
	margin-bottom: 20px;
}
#contents.topContents .section05 .attention  h3::before {
	content: url("images/top/icon_attention.svg");
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
}
#contents.topContents .section05 .attention dt {
	border-bottom-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
}
#contents.topContents .section05 .attention dd {
	border-bottom-color: transparent;
	margin-bottom: 0;
	width: 108%;
}
#contents.topContents .section05 div.news {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents.topContents .section05 div.news .item {
	width: 100%;
}
#contents.topContents .section05 div.news .item.info {
	order: 3;
	margin-top: 40px;
	margin-bottom: 50px;
}
#contents.topContents .section05 div.news .item.ir {
	order: 4;
	margin-top: 40px;
	margin-bottom: 0px;
}
#contents.topContents .section05 .btn a {
	font-size: 13px;
}



/* section06 */
#contents.topContents .section06 {
	max-width: 1180px;
	padding: 70px 10px;
	margin: auto;
}
#contents.topContents .section06 .sectionArea {
	display: block;
}
#contents.topContents .section06 .sectionArea .title {
	border-right:none;
	margin: 0 0px 70px 0;
}
#contents.topContents .section06 .sectionArea h2 {
	margin: 0;
	width: 100%;
}
#contents.topContents .section06 h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 30px;
}
#contents.topContents .section06 h3.event::before {
	content: url("images/top/icon_seminar.svg");
	width: 18px;
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
	line-height: 22px;
}
#contents.topContents .section06 h3.training::before {
	content: url("images/top/icon_training.svg");
	width: 18px;
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 4px;
	margin-top: 60px;
	line-height: 22px;
}
#contents.topContents .section06 div.event {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents.topContents .section06 div.event .item {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(15,99,253,0.08);
}
#contents.topContents .section06 div.event .item:nth-child(odd) {
	border-right: none;
	padding-right: 2%;
	width: 100%;
}
#contents.topContents .section06 div.event .item .date {
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	font-family: 'Azeret Mono', 'Zen Kaku Gothic New', sans-serif, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, 'Roboto',sans-serif;
	margin-bottom: 15px;
}
#contents.topContents .section06 div.event .item h4 {
	margin-bottom: 15px;
	padding-bottom: 40px;
	position: relative;
}
#contents.topContents .section06 div.event .item h4 img {
	height: 30px;
	display: block;
	margin-bottom: 15px;
}
#contents.topContents .section06 div.event .item h4 a {
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	margin-bottom: 15px;
}
#contents.topContents .section06 div.event .item h4 a:hover {
	color: #053ea8;
}
#contents.topContents .section06 div.event .item h4 a:hover img {
	opacity: 1;
}
#contents.topContents .section06 div.event .item h4 font {
	display: inline-block;
	border: 1px solid #f91a51;
	background-color: #f91a51;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	user-select: none;
}
#contents.topContents .section06 div.event .item h4.event::after {
	content: "イベント";
	display: inline-block;
	border: 1px solid rgba(15,99,253,0.08);
	background-color: rgba(15,99,253,0.08);
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#contents.topContents .section06 div.event .item h4.seminar::after {
	content: "セミナー";
	display: inline-block;
	border: 1px solid rgba(15,99,253,0.08);
	background-color: rgba(15,99,253,0.08);
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#contents.topContents .section06 div.event .item h4.online::after {
	content: "オンライン";
	display: inline-block;
	border: 1px solid rgba(15,99,253,0.08);
	background-color: rgba(15,99,253,0.08);
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#contents.topContents .section06 div.event .item h4.ondemand::after {
	content: "オンデマンド";
	display: inline-block;
	border: 1px solid rgba(15,99,253,0.08);
	background-color: rgba(15,99,253,0.08);
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	margin-top: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#contents.topContents .section06 div.event .item h4:has(font)::after {
	margin-left: 70px;
}
#contents.topContents .section06 div.event .item p {
	font-size: 14px;
	color: #222222;
}
#contents.topContents .section06 div.event .item .link {
	font-size: 13px;
	font-weight: 500;
	color: #053ea8;
	margin-bottom: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#contents.topContents .section06 div.event .item .link a {
	font-size: 13px;
	font-weight: 500;
	color: #053ea8;
}
#contents.topContents .section06 div.event .item .link a::after {
	content: url("images/top/icon_arrow.svg");
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 5px;
}
#contents.topContents .section06 div.event .item .link a:hover {
	text-decoration: underline;
}


/* section07 */
#contents.topContents .section07 {
	background-color: #fafcff;
	border-top: 1px solid rgba(35,107,212,0.2);
	padding: 10px 0 60px 0;
}
#contents.topContents .section07 .sectionArea {
	max-width: 1180px;
	padding: 0 10px;
	margin: auto;
}
#contents.topContents .section07 .columns {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
#contents.topContents .section07 .columns .item {
	width: 100%;
	margin-bottom: 20px;
}
#contents.topContents .section07 .columns .item a {
	display: flex;
	border-bottom: 1px solid rgba(15,99,253,0.08)
}
#contents.topContents .section07 .columns .item div {
	margin-bottom: 0px;
	margin-right: 15px;
	width: 120px;
	overflow: hidden;
}
#contents.topContents .section07 .columns .item div + div {
	flex-grow: 2;
	margin-right: 0px;
}
#contents.topContents .section07 .columns .item div img {
	width: auto;
	height: 110px;
	margin: 0 20px 20px -60px;
}
#contents.topContents .section07 .columns .item div h3 {
	font-weight: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 1.5em;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#contents.topContents .section07 .columns .item div span {
	display: inline-block;
	border: 1px solid rgba(15,99,253,0.08);
	background-color: rgba(15,99,253,0.08);
	color: #053ea8;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#contents.topContents .section07 .columns .item div p span {
	display: inline-block;
	border: 0px solid rgba(15,99,253,0.08);
	background-color: transparent;
	color: #222;
	font-size: 12px;
	font-weight: 500;
	padding: 0px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
}
#contents.topContents .section07 .columns .item a:hover img,
#contents.topContents .section07 .columns .item a:hover h3 {
	color: #053ea8;
	opacity: 1;
}


/* section08 */
#contents.topContents .section08 {
	background-image: url(images/top/section08_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 60px 0;
}
#contents.topContents .section08 .sectionArea {
	max-width: 1180px;
	padding: 0 10px;
	margin: auto;
	display: block;
	justify-content: space-between;
}
#contents.topContents .section08 .sectionArea .left {
	width: 100%;
}
#contents.topContents .section08 .sectionArea .left h2 {
	margin: auto auto 30px auto;
}
#contents.topContents .section08 .sectionArea .left p {
	font-size: 14px;
	font-weight: 500;
	color: 222222;
	line-height: 1.75em;
	margin-bottom: 50px;
}
#contents.topContents .section08 .sectionArea .right {
	width: 100%;
}
#contents.topContents .section08 .sectionArea .right p {
	font-size: 14px;
	font-weight: 400;
	color: 222222;
	line-height: 1.75em;
}
#contents.topContents .section08 .border01 {
	background:  linear-gradient(to right, #8f6eff 0%, #00b8ff 100%);
	border-radius: 9999px;
	padding: 1px;
	margin-bottom: 30px;
	max-width: 573px;
	text-align: center;
}
#contents.topContents .section08 .btnDalcommu a {
	display: block;
	width: 100%;
	height: 49px;
	background-color: #fff;
	border-radius: 49px;
	line-height: 42px;
}
#contents.topContents .section08 .btnDalcommu a:hover {
	background-color: #fafcff;
}
#contents.topContents .section08 .btnDalcommu img {
	vertical-align: text-bottom;
	width: 140px;
	height: auto;
	margin-top: -5px;
}
#contents.topContents .section08 .btnDalcommu img +img {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}
#contents.topContents .section08 .btnDalcommu a:hover img {
	opacity: 1;
}

/* section09 */
#contents.topContents .section09 {
	max-width: 1180px;
	padding: 1px 10px;
	margin: auto;
}
#contents.topContents .section09 .contact {
	display: block;
	justify-content: space-between;
}
#contents.topContents .section09 .contact .item {
	width: 100%;
	border: 1px solid rgba(32,106,206,0.5);
	padding: 30px 20px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 20px;
}
#contents.topContents .section09 .contact .item h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
#contents.topContents .section09 .contact .item p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}
#contents.topContents .section09 .contact .item h3 img {
	width: 30px;
	height: auto;
	display: block;
	margin: auto auto 20px auto;
}
#contents.topContents .section09 .contact .item.left {
	background-color: #053ea8;
	color: #fff;
}
#contents.topContents .section09 .contact .item.right {
	background-image: linear-gradient(90deg, rgba(32,106,206,0.01), rgba(32,106,206,0.03));
	color: #032e82;
}
#contents.topContents .section09 .contact .item .btnInq {
	margin: auto;
	width: auto;
	display: inline-block;
}
#contents.topContents .section09 .contact .item .btnInq a {
	display: block;
	border:1px solid #fff;
	color: #fff !important;
	padding: 0 35px 0 20px;
	background-color: #f91a51;
	border-radius: 47px;
	line-height: 47px;
	font-weight: 500;
	position: relative;
}
#contents.topContents .section09 .contact .item .btnInq a:hover {
	background-color: #d9013e;
}
#contents.topContents .section09 .contact .item .btnInq a::after {
	content: url("images/top/icon_arrow.svg");
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(360deg) brightness(200%) contrast(200%);
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 11px;
	height: 11px;
}
#contents.topContents .section09 .contact .item .btnCss {
	margin: auto;
	width: auto;
	display: inline-block;
}
#contents.topContents .section09 .contact .item .btnCss a {
	display: block;
	border:1px solid #f91a51;
	color: #f91a51 !important;
	padding: 0 35px 0 20px;
	background-color: #fff;
	border-radius: 47px;
	line-height: 47px;
	font-weight: 500;
	position: relative;
}
#contents.topContents .section09 .contact .item .btnCss a:hover {
	background-image: linear-gradient(90deg, rgba(241, 1, 45, 0.02), rgba(241, 1, 45, 0.07));
}
#contents.topContents .section09 .contact .item .btnCss a::after {
	content: url("images/top/icon_arrow.svg");
	filter: invert(23%) sepia(74%) saturate(5080%) hue-rotate(334deg) brightness(97%) contrast(100%);
	position: absolute;
	right: 15px;
	top: 0;
	display: block;
	width: 11px;
	height: 11px;
}

body.top #footer {
	margin-top: 0;
}

body.top .footerArea ul.spOnly {
	display: none;
}