@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4a4a56;
}
h1, h2, h3, h4, h5, h6, p, figure, ul, ol, li, header, footer, nav, dl, dt, dd, section, article {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}



.l-header__top {
	max-width: 1920px;
	margin: 0 auto;
	padding: 16px 20px;
	box-sizing: border-box;
}
.l-header__top h1 {
	margin-bottom: 10px;
	text-align: center;
}
.l-header__img {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	/* height: 650px; */
	background-image: url("../img/top/top-header-img.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.l-header__img h2 {
	/* position: absolute;
	top: 20px;
	right: 10%; */
	font-size: 36px;
	font-weight: 500;
	color: #797979;
	line-height: 60px;
	letter-spacing: -5px;
}
.l-header__img h2 span {
	font-size: 20px;
}
.l-header__img h2 span.weight-black {
	font-size: 36px;
	font-weight: 900;
}
.l-header__img h2 span img {
	width: 100%;
	max-width: 500px;
}
.l-header__block {
	/* position: absolute; */
	/* right: 20px; */
	width: calc(100% - 40px);
	padding: 20px 22px;
	box-sizing: border-box;
	border-radius: 8px;
}
.l-header__block img {
	width: 100%;
	max-width: 485px;
}
.l-header__block h3 {
	margin-bottom: 21px;
	font-size: 24px;
	text-align: center;
}
@media (min-width: 600px){
	.l-header__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 80px;
	}
	.l-header__top h1 {
		margin-bottom: 0;
		text-align: inherit;
	}
	.l-header__img {
		height: 680px;
	}
	.l-header__img h2 {
		/* position: absolute;
		top: 4%;
		left: 22%; */
		font-size: 50px;
		line-height: 62px;
		letter-spacing: 0;
		width: 100%;
		max-width: 900px;
		padding: 10px 20px 0;
	}
	.l-header__img h2 span {
		font-size: 37px;
	}
	.l-header__img h2 span.weight-black {
		font-size: 67px;
	}
	.l-header__block {
		width: 100%;
		max-width: 900px;
		/* top: 42%;
		right: 17%;
		transform: none; */
	}
	.l-header__btn-group {
		display: flex;
		justify-content: space-between;
		max-width: 500px;
	}
}

.l-footer {
	border-bottom: 1px solid #a4a4b1;
}
.l-footer__top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
.l-footer__top img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto 20px;
}
.l-footer__top nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.l-footer__top nav ul li:not(:last-child) {
	margin-right: 10px;
}
.l-footer__top nav ul li a {
	font-size: 14px;
	color: #a4a4b1;
}
.l-footer__copyright {
	padding: 20px 0;
	font-size: 12px;
	color: #a4a4b1;
	text-align: center;
}
@media (min-width: 600px){
	.l-footer__top nav ul {
		flex-direction: row;
	}
}
@media (min-width: 700px){
	.l-footer__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.l-footer__top img {
		margin: 0;
	}
}
@media (min-width: 768px){
	.l-footer__top nav ul li:not(:last-child){
		margin-right: 30px;
	}
}



.p-top__section01 {
	padding: 40px 0;
	background-image: url("../img/top/top-bg1.png");
	background-position: 40% center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-top__section01--wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-top__section01--wrap h2 {
	margin-bottom: 60px;
	font-size: 24px;
	text-align: center;
}
.p-top__section01--inner {
	margin-bottom: 60px;
}
.p-top__section01--text {
	margin-bottom: 20px
}
.p-top__section01--tokucho {
	width: 152px;
	height: 32px;
	margin-bottom: 25px;
	background-color: #ff7200;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.p-top__section01--text h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #2f36b2;
}
.p-top__section01--text p:nth-child(3){
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.p-top__section01--text p:last-child {
	font-size: 18px;
}
.p-top__section01--img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media (min-width: 600px){
	.p-top__section01--wrap h2 {
		font-size: 36px;
	}
	.p-top__section01--text h3 {
		font-size: 39px;
	}
}
@media (min-width: 768px){
	.p-top__section01 {
		padding: 105px 0 175px;
	}
	.p-top__section01--wrap h2 {
		margin-bottom: 135px;
	}
	.p-top__section01--inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 170px;
	}
	.p-top__section01--text,
	.p-top__section01--img {
		width: calc((100% - 40px) / 2);
	}
	.p-top__section01--text.reverse {
		order: 2;
	}
}

.p-top__section02 {
	position: relative;
	padding: 40px 0;
	background-image: url("../img/top/top-bg02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.p-top__section02 h2 {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	font-size: 36px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.p-top__section02 h2:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    background-image: url("../img/top/coming_soon.png");
    background-size: contain;
    background-repeat: no-repeat;
	align-self: end;
	order: -1;
}
@media (min-width: 600px){
	.p-top__section02 h2 {
		display: block;
		margin-top: 90px;
	}
	.p-top__section02 h2:after {
		position: absolute;
		transform: translateY(-78%);
	}
}
.p-top__section02--wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-top__section02--block {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.p-top__section02--h3 {
	display: flex;
	align-items: center;
}
.p-top__section02--h3::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align:center;
	line-height: 80px;
	border-radius: 50%;
	border: solid 5px #4a4a56;
	margin-right: 5px;
	flex: 0 0 auto;
}
/* .p-top__section02--h3 li {
	display: inline-block;
} */
.release_scheduled {
	background: #ff7800;
    padding: 6px;
    color: #fff;
    margin-left: 30px;
    font-weight: 700;
    border-radius: 10px;
	font-size: .6em;
	white-space: nowrap;
}
.release_time {
	background: #fff;
    padding: 1px 10px;
    color: #ff7800;
    margin-left: 10px;
    border-radius: 5px;
}
.release_etc {
	text-align: right;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0!important;
}
.p-top__section02--block h3 {
	margin-bottom: 10px;
	font-size: 25px !important;
}
.p-top__section02--block.block01 h3 {
	color: #4a4a56;
	margin: 0;
}
.p-top__section02--block h4 {
	font-size: 18px;
	color: #2c2e52;
}
.p-top__section02--block.block01 p {
	margin-bottom: 30px;
}
.p-top__section02--img {
	text-align: center;
}
.p-top__section02--img img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media (min-width: 600px){
	.p-top__section02--block h3 {
		font-size: 8px;
	}
}
@media (min-width: 768px){
	.p-top__section02 {
		padding: 75px 0 45px;
	}
	.p-top__section02--block {
		padding: 50px 30px;
	}
	.p-top__section02--block.block01 {
		display: flex;
		align-items: center;
	}
	.p-top__section02--block.block01 .p-top__section02--text {
		width: 100%;
	}
	.p-top__section02--block.block01 .p-top__section02--img {
		width: 40%;
	}
}
@media (min-width: 850px){
	.p-top__section02--block.block01 p:last-child {
		overflow: visible;
		white-space: nowrap;
	}
}

.e-gov-area {
	padding: 15px 10px;
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(90deg, rgb(113, 66, 192), rgb(213, 51, 133));
    color: #fff;
    font-size: 26px;
}
.new-ver {
	border-bottom: 4px solid #fff;
}
.e-gov-text {
	font-size: 17px;
}

.p-top__section03 {
	padding: 40px 0;
	background-image: url("../img/top/top-bg03.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-top__section03--block {
	max-width: 1200px;
	margin: 0 20px;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}
.p-top__section03--block h2 {
	margin-bottom: 40px;
	font-size: 24px;
	color: #36d24e;
	text-align: center;
}
.p-top__section03--card {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 10px;
	background-color: #f5f5ff;
	border: 2px solid #d5d5f2;
	border-radius: 8px;
}
.p-top__section03--card h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #2c2e52;
	text-align: center;
}
.p-top__section03--card:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 20px;
	background-color: #b0b0e2;
	border-left: 1px solid #d5d5f2;
	border-right: 1px solid #d5d5f2;
}
@media (min-width: 600px){
	.p-top__section03--block h2 {
		font-size: 36px;
	}
}
@media (min-width: 1080px){
	.p-top__section03 {
		padding: 65px 0 75px;
	}
	.p-top__section03--wrap {
		display: flex;
		justify-content: space-between;
	}
	.p-top__section03--card {
		width: calc((100% - 80px) / 5);
		height: 248px;
		padding: 30px 15px 0;
		box-sizing: border-box;
	}
	.p-top__section03--card:not(:last-child):after {
		top: 50%;
		bottom: 0;
		left: inherit;
		right: -24px;
		transform: translateY(-50%);
		width: 22px;
		height: 7px;
	}
}
@media (min-width: 1240px){
	.p-top__section03--block {
		margin: 0 auto;
	}
}

.p-top__contents04 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 20px;
}
.p-top__contents04 h2 {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}
.p-top__contents04 dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b7c0c5;
}
.p-top__contents04 dl:last-child {
	margin-bottom: 0;
}
.p-top__contents04 dt {
	display: flex;
	margin-bottom: 10px;
}
.p-top__contents04 dt p {
	margin-right: 10px;
	padding: 6px 14px;
	background-color: #5f63a7;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
@media (min-width: 768px){
	.p-top__contents04 {
		padding: 91px 20px 81px;
	}
	.p-top__contents04 h2 {
		font-size: 36px;
	}
}
@media (min-width: 1024px){
	.p-top__contents04 dl {
		display: flex;
		margin-bottom: 27px;
		padding-bottom: 27px;
	}
	.p-top__contents04 dt {
		margin-bottom: 0;
		margin-right: 48px;
	}
	.p-top__contents04 dt p {
		margin-right: 48px;
	}
}

.p-top__contents05 {
	padding: 40px 20px;
	background-image: url("../img/top/top-bg04.jpg");
	background-position: 70% center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-top__contents05 h2 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.p-top__contents05--contents {
	background-color: rgba(50,86,109,0.8);
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	padding: 20px 20px;
	box-sizing: border-box;
}
.p-top__contents06 {
	padding: 40px 20px;
}
.p-top__contents06--contents {	
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px;
}
.p-top__contents06--agency {
	display: flex;
	margin: 0 auto;
	font-size: 32px;
	width: 80%;
}
.p-top__contents06--agency--lead-txt {
	font-size: 20px;
	display: flex;
	align-items: flex-end;
}
.p-top__contents06--agency--contact {
	font-size: 12px;
	background-color: #5f63a7;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	width: 100%;
}
.p-top__contents06--agency ul {
	display: flex;
	margin: 0px 0px 0px 13%;
}
.p-top__contents06--agency ul li {
	border: 1px solid #5f63a7;
	color: #5f63a7;
	padding: 5px 10px;
	margin-right: 5px;
}
.coating {
	background-color: #5f63a7;
	color: #fff !important;
}
@media (min-width: 600px){
	.p-top__contents05--contents {
		width: 54%;
	}	
}
.price__plan--inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.price__plan {
	font-size: 1.5em;
    color: #fff;
    text-align: center;
	font-weight: 700;
	padding: 20px 30px;
}
.plan__explanation {
	font-size: 15px;
	font-weight: normal;
}
.p-top__contents05--inner {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	border-radius: 10px;
}
.price__tax {
	font-size: 15px;
}
@media (min-width: 600px){
	.p-top__contents05 h2 {
		font-size: 36px;
	}
	.p-top__contents05--inner {
		width: 70%;
	}
}
@media (min-width: 768px){
	.p-top__contents05 {
		padding-bottom: 0;
	}
	.p-top__contents05--inner {
		width: 540px;
		display: flex;
	}
	.p-top__contents06--contents {	
		width: 100%;
	}	
}
@media (max-width: 768px) {
	.p-top__contents06--agency {
		width: 540px;
		display: block;
		font-size: 27px;
		margin: 0 auto; 
	}
	.p-top__contents06--agency--lead-txt {
		display: block;
		margin-left: 13%;		
	}
	.p-top__contents06--agency--contact {
		width: 137px;
	}
}



.c-btn__d-blue {
	display: block;
	width: 276px;
	height: 48px;
	margin: 0 auto;
	background-color: #2c2e52;
	border-radius: 10px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
@media (min-width: 600px){
	.c-btn__d-blue {
		margin: 0;
	}
}
.c-btn-s__bl-gr {
    display: block;
    width: 64.62%;
    height: 60px;
    margin: 0 auto 20px;
    background: #ff4c4c;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 59px;
    font-size: 23px;
}
@media (min-width: 600px){
	.c-btn-s__bl-gr {
		width: 47%;
		margin: 0;
	}
}
.c-btn-s__white {
    display: block;
    width: 64.62%;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #2f36b2;
    border-radius: 10px;
    font-weight: 700;
    color: #2f36b2;
    text-align: center;
    line-height: 55px;
    font-size: 23px;
	background-color: #FFF;
}
@media (min-width: 600px){
	.c-btn-s__white {
		width: 47%;
	}
}
.c-btn-l__bl-gr {
	display: block;
	width: 45%;
	height: 60px;
	margin: 0 auto 16px;
	background: #ff4c4c;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.c-btn-l__white {
	display: block;
	width: 45%;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #2f36b2;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #2f36b2;
	text-align: center;
	line-height: 60px;
	background: #FFF;
}



.font-blue {
	color: #2f36b2;
}
.font-bold {
	font-weight: 700;
}
.font-yellow {
	color: #ffc000;
	display: inline-block;
	font-size: 2em;
}

.ol li {
	padding-left: 1em;
	text-indent: -1em;
}