@charset "utf-8";

/* 共通 ============================================================*/

#lowcode {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

#lowcode .lowcode-inner {
	max-width: 1080px;
	height: inherit;
	margin: 0 auto;
}

#lowcode .section-margin {
	margin-top: 120px;
}

#lowcode a {
	text-decoration: none;
}

img {
	width: 100%;
}

/* header ============================================================*/

#lowcode .fv {
	height: 500px;
	background: no-repeat top / 1920px url(/government/dx_common/img/fv-background.png);
}

#lowcode .fv-contents-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: inherit;
	text-align: start;
}

#lowcode .fv-contents-wrap.sp {
	display: none;
}

#lowcode .fv-l {
	display: flex;
	flex-direction: column;
	max-width: 660px;
	margin-bottom: 40px;
}

#lowcode .fv-l__ttl {
	margin-bottom: 40px;
}

#lowcode .fv-l .fv-l__img {
	margin-bottom: 40px;
}

#lowcode .fv-l a .fv-l__img {
	max-width: 300px;
	margin: 0;
}

.fv__r {
	max-width: 435px;
}

/* main ============================================================*/

.index {
	padding-top: 120px;
	background: no-repeat top center url(/government/dx_common/img/index-background.png);
}

.main__overview {
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.box-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 720px;
	margin: 0 auto;
}

.box__title {
	position: absolute;
	top: 20px;
	left: -35px;
	display: flex;
	padding: 15px 40px 15px 20px;
	background-color: #04127c;
	color: #fff;
	font-size: initial;
}

.box-list-wrap {
	width: 100%;
	padding: 25px 150px;
	margin-bottom: 0;
	background-color: #d1e2f5;
	list-style-type: decimal-leading-zero;
}

.box-list {
	font-weight: bold;
}

.index__link {
	padding-left: 5px;
}

.transition {
	max-width: 1080px;
	margin: 0 auto 100px;
	text-align: center;
	border: solid 1px #000;
	padding: 40px 40px 30px 40px;
}

.transition-list-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.transition-list-wrap {
	align-items: center;
}

.connection-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.transition-list.column-arr {
	padding-left: 15px;
	padding-right: 10px;
}

.transition-text {
	font-weight: bold;
}

/* section ============================================================*/

.section-wrap {
	position: relative;
}

.section__overview {
	text-align: center;
	margin-bottom: 40px;
}

.section__overview::before {
	position: absolute;
	top: -13px;
	left: 0;
	content: "";
	width: 50%;
	max-width: 948px;
	height: 100%;
	max-height: 164px;
	border-bottom: solid 16px #339db7;
}

/*セクションタイトル左の横線 1920以上への対応*/
@media screen and (min-width: 1920px) {
	.section__overview::before {
		left: calc((100vw - 1920px) / 2);
	}
}

.section__img {
	position: relative;
	max-width: 1080px;
}

.lowcode-qa {
	position: relative;
}

.lowcode__q,
.lowcode__a {
	margin-bottom: 30px;
}

.lowcode__a-name {
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
}

.section__quote {
	font-size: 14px;
	margin-top: 20px;
	word-wrap: break-word;
}

/* footer ============================================================*/

.next-installment {
	margin-bottom: 120px;
}

.commentator-detail {
	position: relative;
}

.next-installment__text {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 90px;
	margin-bottom: 40px;
}

.recruit__text {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
}

#lowcode .recruit__text a {
	color: #04127c;
	text-decoration: underline;
}

.commentator-detail {
	max-width: 780px;
	margin: 0 auto;
}

.commentator-detail-wrap {
	display: flex;
	border: solid 1px #04127c;
}

.box__title.--text {
	left: -60px;
	padding: 15px 20px;
	font-weight: bold;
}

.commentator-detail-wrap {
	padding: 40px 25px 40px 70px;
}

.commentator-detail__img {
	width: 130px;
	height: 200px;
}

.commentator-txt {
	margin-left: 60px;
}

.commentator__name {
	display: block;
	font-size: 22px;
}

.commentator__person {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

.commentator__person:last-child {
	margin-top: 12px;
}

/* TB ============================================================*/

@media screen and (max-width: 1080px) {
	#lowcode .section-margin {
		margin-top: 80px;
	}

	#lowcode .fv-contents-wrap {
		display: none;
	}

	#lowcode .fv-contents-wrap.sp {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#lowcode .fv-l__ttl {
		margin-bottom: 10px;
	}

	#lowcode .sp .fv-l__ttl {
		width: auto;
		height: 100%;
		max-height: 400px;
		margin-top: 10px;
	}

	#lowcode .lowcode-inner {
		margin: 0 10px;
	}

	#lowcode .fv-contents-wrap.sp a .fv-l__img {
		max-width: 300px;
		margin: 0 10px 15px;
	}

	#lowcode .fv-contents-wrap.sp a .fv-l__img {
		max-width: 300px;
		margin: 0 10px 15px;
	}

	.index {
		padding-top: 80px;
	}

	.main__overview {
		margin-bottom: 60px;
	}

	.section__overview::before {
		display: none;
	}

	.box-list-wrap {
		padding: 15px 15px 15px 150px;
	}

	.box__title,
	.box__title.--text {
		left: -10px;
		padding: 15px 20px 15px 20px;
	}

	.box__title.--text {
		top: -25px;
		left: 0;
		padding: 10px 15px;
	}

	.next-installment__text {
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.commentator-detail-wrap {
		display: flex;
		flex-direction: column;
		padding: 25px 25px 25px 25px;
	}

	.commentator-detail-sp-wrap {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		gap: 20px;
	}

	.commentator__name {
		margin-bottom: 10px;
	}

	.commentator-txt {
		margin-left: 0;
	}
}

/* SP ============================================================*/

@media screen and (max-width: 549px) {
	#lowcode .fv {
		height: auto;
		background: no-repeat center right/cover url(/government/dx_common/img/sp-fv-background.png);
	}

	#lowcode .fv-contents-wrap.sp {
		padding-top: 50px;
	}

	#lowcode {
		font-size: 14px;
	}

	#lowcode .section-margin {
		margin-top: 40px;
	}

	#lowcode .sp .fv-l__ttl {
		width: 100%;
		max-height: initial;
		margin: 0 0 15px 0;
	}

	.index {
		padding-top: 40px;
	}

	.main__overview {
		margin-bottom: 40px;
		font-size: 14px;
		text-align: left;
	}

	.main__overview br {
		display: none;
	}

	.section__img {
		left: -5px;
		max-width: calc(100% - 10px);
	}

	.box__title {
		display: flex;
		justify-content: center;
		padding: 10px;
	}

	.box__title {
		top: 15px;
	}

	.box__title img {
		width: 85%;
	}

	.box-list {
		margin-left: 25px;
	}

	.box-list-wrap {
		padding: 60px 20px 20px 20px;
	}

	.transition {
		margin: 0 auto 60px;
	}

	.transition-list-wrap {
		display: block;
	}

	.transition-list {
		text-align: center;
		margin-bottom: 15px;
	}

	.transition-list.column-arr {
		margin-bottom: 0px;
	}

	.transition-list.column-arr img {
		max-width: 30px;
	}

	.next-installment {
		margin-bottom: 60px;
	}

	.next-installment__text {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 60px;
		text-align: left;
	}

	.next-installment__text br {
		display: none;
	}

	.recruit__text {
		font-size: 16px;
		margin-top: 40px;
		text-align: left;
	}

	.recruit__text br {
		display: none;
	}

	.box__title.--text {
		font-size: 14px;
	}

	.section__quote {
		font-size: 12px;
		margin-top: 10px;
	}

	.commentator__name {
		font-size: 16px;
	}

	.commentator__person {
		font-size: 9px;
	}
}

/* Logo調整 */
@media screen and (max-width: 1024px) {
	.site-header-02 > .inner > .content > .logo img {
		max-width: 189px;
	}
}

/* cta追加 */
.aside-cta {
	position: relative;
	right: 0;
	display: none;
	justify-content: flex-end;
	z-index: 100;
}

.cta-wrap {
	display: flex;
	flex-direction: column;
}

.aside-cta.aside-cta-fixed {
	position: fixed;
	bottom: 100px;
}

.aside-cta img.section__img {
	max-width: 52px;
}

@media screen and (max-width: 1200px) {
	.aside-cta.aside-cta-fixed {
		justify-content: center;
		width: 100%;
		bottom: 0;
	}

	.aside-cta.aside-cta-fixed.aside-cta-fixed-tb {
		bottom: 30px;
	}

	.cta-wrap {
		flex-direction: initial;
		justify-content: center;
	}

	.aside-cta img.section__img {
		left: initial;
		max-width: 540px;
	}

	html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-fixed > a {
		bottom: 90px;
	}

	html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top > a {
		bottom: 80px;
	}
}

@media screen and (max-width: 1024px) {
	.aside-cta.aside-cta-fixed.aside-cta-fixed-tb {
		bottom: 50px;
	}
}

@media screen and (max-width: 549px) {
	#lowcode .seg-primary.bottom{
		display: none;
	}

	html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top.is-fixed > a {
		bottom: 12vw;
	}

	html[data-script-enabled="true"] #lowcode .site-footer .seg-primary .scroll-top > a {
		bottom: 25vw;
	}

	html[data-script-enabled="true"] #lowcode .site-footer .seg-primary .scroll-top.is-fixed > a {
		bottom: 16vw;
	}

	html[data-script-enabled="true"] .site-footer .seg-primary .scroll-top > a {
		bottom: 10vw;
	}
}
