@charset "utf-8";


/*---------------------------------------------------------------
  トップページ
-----------------------------------------------------------------*/
/* グローバル
---------------------------------------------------- */
.personal-top *,
.personal-top *::before,
.personal-top *::after {
	box-sizing:border-box;
}
.personal-top img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.personal-top .center {
	text-align: center;
}
.personal-top .text-white {
	color: #fff;
}

.personal-top .flex-column {
	flex-direction: column;
}




/* タイポグラフィ
---------------------------------------------------- */
.personal-top h2 {
	font-size: 2.652rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
	.personal-top h2 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.personal-top h2 {
		font-size: 1.75rem;
	}
}
.personal-top h3 {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
	.personal-top h3 {
		font-size: 1.5rem;
	}
}
.personal-top h4 {
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
	.personal-top h4 {
		font-size: 1.375rem;
	}
}

.personal-top .display37 {
	font-size: 2.3125rem;
}
.personal-top .display35 {
	font-size: 2.1875rem;
}
.personal-top .display24 {
	font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
	.personal-top .display35 {
		font-size: 1.5rem;
	}
	.personal-top .display24 {
		font-size: 1rem;
	}
}

.personal-top .list-a {
    padding-left: 20px;
}
.personal-top * + .list-a {
    margin-top: 14px;
}
.personal-top .list-a.diff-indent {
    padding-left: 0;
}
.personal-top .list-a > li {
    position: relative;
    padding-left: 17px;
    font-size: 18px;
}
.personal-top .list-a > li:before {
    position: absolute;
    top: 0.3em;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    content: "";
}
.personal-top .list-a > li + li {
	margin-top: 8px;
}

/* スペーシング */
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mt-6 {
	margin-top: 4.5rem !important;
}

/* セクション
---------------------------------------------------- */
.personal-top .section-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0 100px;
}
@media only screen and (max-width: 1280px) {
	.personal-top .section-inner {
		padding: 100px 8px 100px;
	}
}
@media only screen and (max-width: 1000px) {
	.personal-top .section-inner {
		padding: 100px 16px 100px;
	}
}
@media only screen and (max-width: 480px) {
	.personal-top .section-inner {
		padding: 40px 16px 48px;
	}
}
.personal-top .section-inner > *:first-child,
.personal-top .section-inner > * .hdg-b-wrapper:first-child > .hdg-b {
	margin-top: 0;
}
.personal-top .section-inner > *:last-child {
	margin-bottom: 0;
}
.personal-top .section + .section .section-inner {
	padding-top: 0;
}
.personal-top .section + .section.diff-important .section-inner {
	padding-top: 0;
}
.personal-top .section + .section[class*=diff-bg-] .section-inner {
	padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	.personal-top .section + .section[class*=diff-bg-] .section-inner {
		padding-top: 40px;
	}
}
.personal-top .section[class*="diff-bg-"] + .section:not([class*="diff-bg-"]) .section-inner {
	padding-top: 100px;
}
@media only screen and (max-width: 767px) {
	.personal-top .section[class*="diff-bg-"] + .section:not([class*="diff-bg-"]) .section-inner {
		padding-top: 40px;
	}
}
.personal-top .section[class*="diff-bg-"] + .section:not([class*="diff-bg-"]).diff-important .section-inner {
	padding-top: 28px;
}
.personal-top .section.diff-bg-a {
	background: #ddd;
}
.personal-top .section.diff-bg-a + .diff-bg-a .section-inner {
	padding-top: 0;
}
.personal-top .section.diff-bg-b {
	background: #fff;
}
.personal-top .section.diff-bg-b + .diff-bg-b .section-inner {
	padding-top: 0;
}
.personal-top .section.diff-bg-c {
	background: #f3f3f3;
}

/* .personal-top .section.trial {
	margin-top: 120px;
} */
/* @media only screen and (max-width: 767px) {
	.personal-top .section.trial {
		margin-top: 60px;
	}
} */
.personal-top .section.outline {
	background: #595959 url(/image/top-outline-bg) no-repeat center center /cover;
}
@media only screen and (min-width: 768px) {
	.personal-top .section.conversion .section-inner {
		padding: 60px 0 50px !important;
	}
}

/*  コンポーネント
---------------------------------------------------- */
/* メインビジュアル（Feature Story：タイプC） */
.hero-area-c {
	min-height: 480px;
	background: #e8e9eb url(/image/top-mv) no-repeat center /cover;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c {
		height: calc(580vw * 100/1280);
		min-height: inherit;
		max-height: 580px;
		background: #e8e9eb url(/image/top-mv) no-repeat 60% center /cover;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c {
		background: none;
		overflow: hidden;
		height: auto;
		max-height: inherit;
		color: #000;
	}
}
.hero-area-c .content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content {
		padding-top: calc(40vw * 100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content {
		flex-direction: column-reverse;
		padding-top: calc(231vw * 100/320);
	}
}

.hero-area-c .content-inner {
	max-width: 590px;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner {
		margin-right: 8px;
	}
	.hero-area-c .content-inner {
		max-width: calc(700vw * 100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner {
		max-width: inherit;
		margin-right: 0;
		padding: 20px 16px 30px;
		background: #e8e9ea;
	}
}

.hero-area-c .content-inner .main-txt {
	margin-bottom: 25px;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .main-txt {
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .main-txt {
		margin-bottom: 12px;
	}
}

.hero-area-c .content-inner .main-txt, .hero-area-c .content-inner .main-txt > * {
	font-weight: 700;
	font-size: 2.652rem;
	line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .main-txt, .hero-area-c .content-inner .main-txt > * {
		font-size: calc(46vw * 100/1280);
	}
}

@media only screen and (max-width: 1080px) {
	.hero-area-c .content-inner .main-txt, .hero-area-c .content-inner .main-txt > * {
		font-size: calc(26vw * 100/1080);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .main-txt, .hero-area-c .content-inner .main-txt > * {
		font-size: calc(26vw * 100/375);
	}
}
.hero-area-c .content-inner .main-txt > p {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 1.15rem;
	line-height: 1.4;
}
.hero-area-c .content-inner .main-txt > p span {
	font-size: 1.325rem;
}
.hero-area-c .content-inner .main-txt > p strong {
	font-size: 1.325rem;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .main-txt > p {
		margin-bottom: 10px;
		font-size: calc(22vw * 100/1280);
	}
}
@media only screen and (max-width: 1080px) {
	.hero-area-c .content-inner .main-txt > p span {
		font-size: calc(21vw * 100/1080);
	}
	.hero-area-c .content-inner .main-txt > p strong {
		font-size: calc(19vw * 100/1080);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .main-txt > p {
		margin-bottom: 10px;
		font-size: calc(12vw * 100/375);
	}
	.hero-area-c .content-inner .main-txt > p span {
		font-size: calc(16vw * 100/375);
	}
	.hero-area-c .content-inner .main-txt > p strong {
		font-size: calc(16vw * 100/375);
	}
}
@media only screen and (min-width: 1281px) {
	.hero-area-c .content-inner .main-txt > p small {
		font-size: 0.8125rem;
		vertical-align: 30%;
	}
}

.hero-area-c .content-inner .sub-txt, .hero-area-c .content-inner .sub-txt > * {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .content-inner .sub-txt, .hero-area-c .content-inner .sub-txt > * {
		font-size: calc(20vw * 100/1280);
	}
	.hero-area-c .content-inner .sub-txt > img {
		width: calc(146vw * 100/1280);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .content-inner .sub-txt, .hero-area-c .content-inner .sub-txt > * {
		font-size: calc(14vw * 100/375);
	}
	.hero-area-c .content-inner .sub-txt > img {
		width: calc(110vw * 100/375);
	}
}

.hero-area-c .content-inner .sub-txt > p {
	margin-bottom: 16px;
}
.hero-area-c .content-inner .sub-txt > div {
	background: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 1.2rem;
}
.hero-area-c .content-inner .sub-txt > span {
    margin: 0 0 5px;
    font-size: 0.7rem;
	display: block;
}
@media only screen and (max-width: 1280px) {
.hero-area-c .content-inner .sub-txt > p {
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1080px) {
.hero-area-c .content-inner .sub-txt > p {
    margin-bottom: 6px;
}
	.hero-area-c .content-inner .sub-txt > div {
    padding: 8px;
    margin: 0 0 4px;
    font-size: inherit;
}
.hero-area-c .content-inner .sub-txt > span {
    font-size: calc(14vw * 100/1080);
	margin-bottom: 4px;
}
}
@media only screen and (max-width: 767px) {
.hero-area-c .content-inner .sub-txt > p {
    font-size: calc(12vw * 100/375);
	}
	.hero-area-c .content-inner .sub-txt > div {
    font-size: calc(12vw * 100/375);
	margin: 0 0 10px;
}
.hero-area-c .content-inner .sub-txt > span {
    font-size: calc(10vw * 100/375);
	margin-bottom: 15px;
}
}

.hero-area-c .visual {
	display: none;
}
@media only screen and (max-width: 767px) {
	.hero-area-c .visual {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(231vw * 100/320);
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .visual > img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		display: block;
		max-width: inherit;
		height: 100%;
	}
}
.hero-area-c .list-link-a {
	margin-top: 24px;
}
@media only screen and (max-width: 1280px) {
	.hero-area-c .list-link-a {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1000px) {
	.hero-area-c .list-link-a {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.hero-area-c .list-link-a {
		margin-top: 16px;
	}
}
.hero-area-c .list-link-a > li a .icon svg {
	fill: #000;
}
.hero-area-c .list-link-a > li a .icon svg .circle {
	stroke: #000;
}


/* お知らせ */
.personal-top #section02.topics {
	margin: 50px auto;
	justify-content: center;
    display: flex;
}
.personal-top #section02 .headline {
	display: none;
}
.personal-top #section02 .topic_list {
	border-top: none;
	margin: 0;
}
.personal-top #section02 .topic_list dt {
    padding: 5px 0;
	font-size: 12px;
}
.personal-top #section02 .topic_list dt .icon {
	height: auto;
    line-height: 1;
}
.personal-top #section02 .topic_list dd {
    padding: 5px 0;
    border-bottom: none;
	white-space: nowrap;
	font-size: 12px;
}
.personal-top #section02 .headline .title {
    margin-bottom: 0;
	color: #000;
}
.personal-top #section02 h3 {
	margin-bottom: 10px;
	margin-left: -6rem;
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
.personal-top #section02.topics {
    display: block;
}
.personal-top #section02 .topic_list dd {
	white-space: normal;
}
.personal-top #section02 h3 {
	margin-left: 0;
}
}

/*
.personal-top .section.news_top .section-inner {
	padding: 50px 0;
}
.personal-top .list-news-a {
	display: flex;
	justify-content: center;
}
.personal-top .list-news-a > li {
	display: flex;
	align-items: flex-start;
}
.personal-top .list-news-a > li .title {
	padding: 8px 10px 7px;
	min-width: 180px;
	margin-right: 40px;
	background: #f1f1f1;
	text-align: center;
	font-weight: 700;
}
.personal-top .list-news-a > li .news{
	padding-top: 8px;
}
.personal-top .list-news-a > li .news li {
	font-weight: 700;
}
.personal-top .list-news-a > li .news li + li {
	margin-top: 10px;
}
.personal-top .list-news-a > li .news li a {
	color: #000;
	text-decoration: none;
}
.personal-top .list-news-a > li .news li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1280px) {
.personal-top .section.news_top .section-inner {
    padding: 50px 8px;
}
}
@media only screen and (max-width: 1000px) {
.personal-top .section.news_top .section-inner {
	padding: 50px 16px;
}
}
@media only screen and (max-width: 767px) {
	.personal-top .list-news-a > li {
		flex-direction: column;
		align-items: flex-start;
	}
	.personal-top .list-news-a > li .title {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
.personal-top .section.news_top .section-inner {
    padding: 40px 16px 48px;
}
	.personal-top .list-news-a > li .title {
		width: 100%;
	}
}
*/


/* バナー */
.personal-top .banner a {
	background: url(/image/top-banner-bg) no-repeat left bottom /cover;
	padding: 10px 10px 24px;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (min-width: 1281px) {
	.personal-top .banner a br {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.personal-top .banner a {
		padding: 20px 10px 16px;
	}
}
.personal-top .banner a h2 {
	position: relative;
	font-size: 2.375rem;
	text-align: center;
	padding-left: 44px;
	padding-right: 44px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
	.personal-top .banner a h2 {
		padding: 0;
	}
}
.personal-top .banner a h2 strong{
	font-size: 3.75rem;
}
.personal-top .banner a h2 strong span{
	font-size: 3rem;
	font-weight: 700;
}
.personal-top .banner a h2::before,
.personal-top .banner a h2::after {
		display: inline-block;
		content: "";
		position: absolute;
		bottom: 10px;
		right: 0;
		width: 34px;
		height: 44px;
		background: url(/image/top-banner-item) no-repeat center /cover;
}
.personal-top .banner a h2::before {
		bottom: 10px;
		left: 0;
		right: auto;
		background: url(/image/top-banner-item) no-repeat center /cover;
		transform: scale(-1, 1);
}
@media only screen and (max-width: 1280px) {
	.personal-top .banner a h2::before,
	.personal-top .banner a h2::after {
		display: none;
	}
}
.personal-top .banner a p {
	font-size: 1.75rem;
	font-weight: 700;
}
.personal-top .banner a p strong{
	font-size: 2.375rem;
}
@media only screen and (max-width: 767px) {
	.personal-top .banner a h2 {
		font-size: calc(18vw*100/375);
	}
	.personal-top .banner a h2 strong{
		font-size: calc(34vw*100/375);
	}
	.personal-top .banner a h2 strong span{
		font-size: calc(30vw*100/375);
	}
	.personal-top .banner a p {
		font-size: calc(17vw*100/375);
	}
	.personal-top .banner a p strong{
		font-size: calc(18vw*100/375);
	}
}


/* FUJITSU Hybrid IT Service FJcloud-Vのご紹介 */
.personal-top .lyt-idx-b {
	display: flex;
	margin-bottom: -26px;
	margin-left: -26px;
	flex-wrap: wrap;
}
.personal-top .lyt-idx-b > li {
	padding-bottom: 26px;
	padding-left: 26px;
	display: flex;
}
.personal-top .lyt-idx-b > li .panel {
	width: 100%;
	background: #fff;
	border: 2px solid #20679e;
	display: flex;
	flex-direction: column;
}
.personal-top .lyt-idx-b .visual {
	padding-top: 30px;
	min-height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.personal-top .lyt-idx-b .text-box {
	position: relative;
	width: 100%;
	padding: 14px 36px 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.personal-top .lyt-idx-b .text-box .title {
	font-size: 1.375rem;
	line-height: 1.2;
	min-height: 2.5em;
}
@media only screen and (max-width: 767px) {
	.personal-top .lyt-idx-b .text-box .title {
		font-size: 1.25rem;
		min-height: inherit;
	}
}
.personal-top .lyt-idx-b .text-box > .desc {
	margin-top: 14px;
	margin-bottom: 18px;
	font-size: 1rem;
}
.personal-top .lyt-idx-b.diff-col4 > * {
	width: 25%;
}
@media only screen and (max-width: 1280px) {
	.personal-top .lyt-idx-b.diff-col4 > * {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.personal-top .lyt-idx-b.diff-col4 > * {
		width: 100%;
	}
}
.personal-top .lyt-idx-b  .lyt-btn-a {
	margin-top: auto;
}

/* リンク */
.personal-top .section.link h2 {
	font-size: 1.75rem;
}
.personal-top .section.link .panel-group {
    display: flex;
    margin-bottom: -40px;
    margin-left: -40px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.link .panel-group {
		flex-direction: column;
		align-items: center;
	}
}
.personal-top .section.link .panel-group > * {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
    max-width: 395px;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.link .panel-group > * {
		width: 100%;
	}
}

/* 無償トライアル */
.personal-top .procedure {
	position: relative;
	margin: 36px auto 72px;
	width: 100%;
	max-width: 1066px;
}
.personal-top .procedure > * {
	display: flex;
	justify-content: space-between;
}
.personal-top .procedure::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 100%;
	background: #bcbcbc;
}

.personal-top .procedure > * > li {
	width: 300px;
	position: relative;
	font-size: 1.75rem;
	background: #fff;
	border: 2px solid #bcbcbc;
	padding: 8px;
	border-radius: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1000px) {
	.personal-top .procedure > * > li {
		width: 240px;
	}
}
@media only screen and (max-width: 767px) {
	.personal-top .procedure > * {
		flex-direction: column;
		align-items: center;
	}
	.personal-top .procedure > * > li {
		min-width: 300px;
	}
	.personal-top .procedure > * > li:not(:first-child) {
		margin-top: 16px;
	}
	.personal-top .procedure::before {
		display: none;
	}
}

.personal-top .procedure > * > li span {
	position: relative;
	margin-right: 4px;
	border: 1px solid #303030;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	line-height: 1.2em;
}

.personal-top .section.trial .lyt-btn-a {
	margin-top: 34px;
}

.personal-top .section.trial .box-a {
	border: 1px solid #cdcece;
	padding: 40px;
}

.personal-top .section.trial .lyt-btn-b.campaign {
	display: flex;
	justify-content: center;
}
.personal-top .section.trial .lyt-btn-b.campaign .btn-i {
	padding: 14px 20px 13px 20px;
	border: 2px solid #cbcbcb;
	font-size: 18px;
}
.personal-top .section.trial .lyt-btn-b.campaign .btn-i .desc {
	width: calc(100% - 23px);
}

/* サービス */
.personal-top .section.service .panel-group {
	display: flex;
	margin-bottom: -30px;
	margin-left: -30px;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.service .panel-group {
		flex-direction: column;
	}
}
.personal-top .section.service .panel-group > * {
	width: 50%;
	padding-bottom: 30px;
	padding-left: 30px;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.service .panel-group > * {
		width: 100%;
	}
}
.personal-top .section.service .panel-group > * .item {
	width: 100%;
	padding: 16px 20px 24px;
	color: #fff;
	background: url(/image/top-service-item1-bg) no-repeat left bottom /cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.personal-top .section.service .panel-group > *:nth-child(2) .item {
	background: url(/image/top-service-item2-bg) no-repeat left bottom /cover;
}

.personal-top .section.service .panel-group .panel-title {
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-weight: 700;
	align-self: stretch;
	display: flex;
    justify-content: center;
    align-items: center;
}
.personal-top .section.service .panel-group .panel-title::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
}
.personal-top .section.service .panel-group .panel-title span {
	display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #E32513;
    font-weight: bold;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
}
@media only screen and (max-width: 1000px) {
	.personal-top .section.service .panel-group .panel-title {
		display: block;
	}
	.personal-top .section.service .panel-group .panel-title span {
		display: block;
	}
}
.personal-top .section.service .panel-group h4 {
	margin-bottom: 10px;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.2;
}
.personal-top .section.service .panel-group h4 small {
	font-size: 2rem;
	font-weight: 700;
}
@media only screen and (max-width: 1280px) {
	.personal-top .section.service .panel-group h4 small {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.personal-top .section.service .panel-group h4 {
		font-size: calc(30vw*100/320);
		line-height: 1.4;
	}
	.personal-top .section.service .panel-group h4 small {
		font-size: calc(22vw*100/320);
	}
}
.personal-top .section.service .panel-group p {
	margin-bottom: 16px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.personal-top .section.service .panel-group p {
		font-size: calc(16vw*100/320);
	}
}

.personal-top .section.service .panel-group .list-link-a {
	margin-top: auto;
}
.personal-top .section.service .panel-group .list-link-a > li a .desc {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
}
.personal-top .section.service .panel-group .list-link-a > li a .icon {
	margin-right: 8px;
	width: 34px;
	height: 34px;
}
.personal-top .section.service .panel-group .list-link-a > li a .icon svg .arrow {
	fill: #fff;
}
.personal-top .section.service .panel-group .list-link-a > li a .icon svg .circle {
	stroke: #fff;
	stroke-width: 2px;
}
.personal-top .section.service .panel-group .list-link-a > li a.btn-b:hover .icon svg .circle {
	stroke: #fff;
	stroke-width: 2px;
}
.personal-top .section.service .lyt-btn-a {
	margin-top: 86px;
}


/* 関連リンク */
.personal-top .section.related-links .panel-group {
	display: flex;
	justify-content: center;
	margin-bottom: -42px;
	margin-left: -42px;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.related-links .panel-group {
		flex-direction: column;
	}
}
.personal-top .section.related-links .panel-group > * {
	width: 50%;
	max-width: 536px;
	padding-bottom: 42px;
	padding-left: 42px;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.related-links .panel-group > * {
		width: 100%;
		max-width: none;
	}
}
.personal-top .section.related-links .panel-group > * .item {
	width: 100%;
	padding: 30px;
	color: #000;
	min-height: 300px;
	text-decoration: none;
	background: url(/image/top-related-links-item1-bg) no-repeat left bottom /cover;
}
.personal-top .section.related-links .panel-group > *:nth-child(2) .item {
	color: #000;
	background: url(/image/top-related-links-item2-bg) no-repeat center bottom /cover;
}
.personal-top .section.related-links .panel-group h3 {
	font-size: 2.3125rem;
	text-align: center;
}
.personal-top .section.related-links .panel-group h3 small {
	font-size: 1.9375rem;
	font-weight: 700;
}
@media only screen and (max-width: 1000px) {
	.personal-top .section.related-links .panel-group h3 {
		font-size: calc(36vw*100/1000);
	}
	.personal-top .section.related-links .panel-group h3 small {
		font-size: calc(30vw*100/1000);
	}
}
@media only screen and (max-width: 767px) {
	.personal-top .section.related-links .panel-group h3 {
		font-size: calc(27vw*100/481);
	}
	.personal-top .section.related-links .panel-group h3 small {
		font-size: calc(22vw*100/481);
	}
}
@media only screen and (max-width: 480px) {
	.personal-top .section.related-links .panel-group h3 {
		font-size: calc(22vw*100/320);
	}
	.personal-top .section.related-links .panel-group h3 small {
		font-size: calc(18vw*100/320);
	}
}


/* 最大6か月間無料トライアル！クラウドエンジニア応援キャンペーン中
----------------------------------------------- */
.personal-top .section.consultation {
	background: url(/image/FJ_GRAD_H3A_RGB) no-repeat top left /cover;
}
.personal-top .section.consultation .section-inner {
	padding: 56px 0 64px!important;
}
.personal-top .hero-area-c + .section.consultation .section-inner {
	padding: 40px 0 44px!important;
}
@media only screen and (max-width: 1280px) {
.personal-top .section.consultation .section-inner {
    padding: 56px 8px 64px!important;
}
.personal-top .hero-area-c + .section.consultation .section-inner {
	padding: 40px 8px 44px!important;
}
}
@media only screen and (max-width: 1000px) {
.personal-top .section.consultation .section-inner {
    padding: 56px 16px 64px!important;
}
.personal-top .hero-area-c + .section.consultation .section-inner {
	padding: 40px 16px 44px!important;
}
}
@media only screen and (max-width: 480px) {
.personal-top .section-inner {
    padding: 40px 16px 48px!important;
}
.personal-top .hero-area-c + .section.consultation .section-inner {
    padding: 30px 16px 30px!important;
}
}
.personal-top .section.consultation h2,.personal-top .section.consultation p {
	color: #fff!important;
}
.personal-top .section.consultation h2 {
	font-size: 1.75rem;
}
.personal-top .section.consultation p {
	font-size: 1.125rem;
}
@media only screen and (min-width: 480px) {
	.personal-top .section.consultation h2 br {
		display: none;
	}
}
.personal-top .section.consultation .lay2col {
	display: flex;
	justify-content: space-between;
}
.personal-top .section.consultation .lay2col .visual {
	width: 33%;
}
.personal-top .section.consultation .lay2col .text {
	width: 65%;
}
.personal-top .hero-area-c + .section.consultation .lay2col .visual {
	width: 25%;
}
.personal-top .hero-area-c + .section.consultation .lay2col .text {
	width: 73%;
}
.personal-top .section.consultation .lay2col .lyt-btn-a {
	margin-top: 30px;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.personal-top .section.consultation {
		background-position: center center;
	}
	.personal-top .section.consultation .lay2col {
		flex-direction: column-reverse;
	}
	.personal-top .section.consultation .lay2col > * {
		width: 100% !important;
	}
	.personal-top .section.consultation .lay2col .visual {
		margin-bottom: 20px;
	}
}

.personal-top .section.consultation .btn-a {
	position: relative;
	padding: 14px 20px 13px 20px;
	color: #000 !important;
	font-size: 1.25rem;
	text-decoration: none;
	text-align: center;
	min-width: 300px;
	background: #fff;
	border: none;
	border-radius: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.personal-top .section.consultation .btn-a::before {
	display: none;
}
.personal-top .hero-area-c + .section.consultation .btn-a {
	padding: 10px 14px 9px 14px;
	font-size: 1rem;
	min-width: 290px;
}


