@charset "utf-8";

body {
	font-size: calc(20/16*1rem);
	line-height: 1.6;
	color: #333;
}
.inquiry p,
p,
li {
	font-size: 1rem;
}
.breadcrumb {
	display: none;
}
ol.breadcrumb li {
	font-size: calc(14/16*1rem);
}
main {
	margin-top: 0;
}
article {
	max-width: 1200px;
	margin: auto;
}
article > div,
article > section {
	
}
.fluid {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.fluid > *:not(img) {
	max-width: 1200px;
	margin-inline: auto;
}
.topArea {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 30px;
	margin-top: 10px;
	padding: 0 10px;
}
.h1Lead,
h1 {
	font-size: calc(30/16*1rem);
	font-weight: 700;
	line-height: 1.2;
	color: #1C3C40;
}
h1 {
	margin-left: 1em;
	width: 8em;
	display: flex;
	flex-direction: column;
}
.threePoints {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	
	li {
		font-size: calc(14/16*1rem);
		text-align: center;
		color: #1C5A62;
		background-color: #E8F6F8;
		border: 3px solid #7CC4CE;
		border-radius: 100vmax;
		padding: 0.5em 1em;
		/*width: 14em;*/
	}
}
.wbr {
	white-space: nowrap;
}
.video {
	background-color: #F9EFDF;
	border-radius: 20px;
	max-width: 1200px;
	margin-inline: auto;
	padding: 1.5em;
}
.botTeal {
	color: #004F70;
}
.fontBold {
	font-weight: 700;
}
.fontSize14 {
	font-size: calc(14/16*1rem);
}
.fontSize16 {
	font-size: 1rem;
}
.fontSize18 {
	font-size: calc(18/16*1rem);
}
.fontSize24 {
	font-size: calc(24/16*1rem);
}
.fontSize26 {
	font-size: calc(26/16*1rem);
}
.fontSize30 {
	font-size: calc(30/16*1rem);
}
h3 {
	background-color: inherit;
	border: none;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.worries {
	position: relative;
	background-color: #F4F4F4;
	border-radius: 20px;
	padding: 30px;
}
.worries > ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 200px);
	justify-content: center;
	gap: 30px 10px;
}
.worries > ul > li {
	display: flex;
	flex-direction: column;
}
.worries > ul > li div {
	flex-grow: 1;
	padding: 0.5em 1em;
}
.worries::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -49px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #F4F4F4 transparent transparent transparent;
	border-width: 50px 70px 0 70px;
}
.inquiryArea1 {
	text-align: center;
	background-color: #F4F9FA;
	border: 3px solid #77BAC3;
	border-radius: 30px;
	padding: 30px 0;
	
	p {
		font-weight: 700;
	}
}
.strongPoint > section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 70px;
}
.strongPoint > section > div {
	background-color: #F5F9F9;
	padding: 0.5em 1.5em;
	border-radius: 20px;
	position: relative;
	padding-top: 40px;
	max-width: 600px;
}
.strongPoint > section > div > p:first-of-type {
	position: absolute;
	top: -30px;
	display: inline;
	padding: 0.5em 1em;
	color: #fff;
	background-color: #537981;
	border-radius: 10px;
}
.strongPoint > section > img {
	max-width: 400px;
	width: 100%;
}
.sup {
	vertical-align: super;
	font-size: 70%;
	margin-right: 0.5em;
}
.inquiryArea2 {
	background-color: #88C2CA;
	padding: 30px 0;
}
.sysDevFlow {
	display: grid;
	grid-template-rows: repeat(7, auto);
	justify-content: center;
	gap: 10px;
	/*background-color: #E8E8E8;*/
}
.sysDevFlow > div:not(.sysDevArrow) {
	background-color: #F5F5F5;
	border-radius: 10px;
}
.sysDevFlow > div:first-child {
	border: 5px solid #77C1D8;
}
.sysDevFlow > div:nth-child(3) {
	border: 5px solid #5AA9C1;
}
.sysDevFlow > div:nth-child(5) {
	border: 5px solid #508FA2;
}
.sysDevFlow > div:last-child {
	border: 5px solid #48879A;
}
.sysDevFlow p:not(.stepN),
.sysDevFlow li {
	font-size: calc(18/16*1rem);
}
.sysDevArrow {
	text-align: center;
	font-size: calc(36/16*1rem);
	margin-bottom: 20px;
}
.sysDevFlow > div:not(.sysDevArrow) > * {
	padding: 10px 1em;
}
.sysDevFlow section {
	position: relative;
}
.flowNum {
	position: absolute;
	top: -35px;
	left: -1em;
	padding: 5px 1em;
	color: #FFF;
	background-color: #1C5466;
	border-radius: 10px;
}
.flowNum  p {
	font-size: calc(14/16*1rem);
}
.flowTitle {
	font-weight: 700;
}
ul.flowLists {
	list-style: disc;
	margin-left: 2em;
	margin-top: 30px;
}
.tilde::before,
.tilde::after {
	content: "～";
}
.inquiryArea3 {
	background-color: #67C0CC;
	padding: 30px;
}
.inquiryArea3 > div {
	background-color: #fff;
	padding: 30px 0;
	border-radius: 30px;
}
.inqArea3Flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
/*.sticky {
	position: sticky;
	top: calc((18px + 18/16*1rem)*-1);
}*/
ul.btn {
	justify-content: center;
	gap: 30px;
}
.inquiry ul.btn li a {
	color: #fff;
	border-radius: 100vmax;
	padding: 10px 30px;
}
header {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: -45px;
}
header > div:last-child {
	margin-bottom: 10px;
}
header a {
	color: #FFF;
	padding: 5px 1em;
	font-size: calc(14/16*1rem);
	border-radius: 100vmax;
}
header .btnOrange,
.inquiry ul.btn li a.btnOrange {
	background-color: #C74E50;
	border: 3px solid #C74E50;
}
header .btnOrange:hover,
.inquiry ul.btn li a.btnOrange:hover {
	color: #C74E50;
	background-color: #FFF;
}
header .btnDarkTeal,
.inquiry ul.btn li a.btnDarkTeal {
	background-color: #04374F;
	border: 3px solid #04374F;
}
header .btnDarkTeal:hover,
.inquiry ul.btn li a.btnDarkTeal:hover {
	color: #04374F;
	background-color: #FFF;
}
p.btnCaption {
	font-size: calc(18/16*1rem);
	margin-bottom: 10px;
}
.btnCaption::before {
	content: "＼";
}
.btnCaption::after {
	content: "／";
}
footer .main li {
	font-size: 1rem;
}
footer .sub li {
	font-size: calc(14/16*1rem);
}

@media (560px < width) {
	.inquiry p,
	p,
	li{
		font-size: calc(20/16*1rem);
	}
	.threePoints {
		gap: 10px;
		
		li {
			font-size: 1rem;
			font-weight: 700;
			width: 10em;
		}
	}
}

@media (700px < width) {
	header {
		flex-direction: row;
		justify-content: space-around;
		top: 0;
	}
	header > div:last-child {
		margin-bottom: 0;
	}
	header a {
		font-size: 1rem;
	}
}

@media (960px < width) {
	main > nav:has(.breadcrumb) {
		background-color: #ccccd6;
	}
	.topArea {
		margin-top: 30px;
	}
	ol.breadcrumb {
		display: flex;
		margin-block: 0px;
		padding-block: 8px;
		font-size: 12px;
		font-weight: 400;
	}
	.breadcrumb li::after {
		padding: 0 10px;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: 900;
	}
	.breadcrumb li:last-child::after {
		padding: 0;
		font-family: "Font Awesome 5 Free";
		content: "";
		font-weight: 900;
	}
	.breadcrumb li:first-child::before {
		font-family: "Font Awesome 5 Free";
		content: "\f015";
		font-weight: 900;
		margin-right: 5px;
	}
	.breadcrumb li a {
		border-bottom: 1px solid transparent;
		transition: 0.2s;
	}
	.breadcrumb li a:is(:hover, :focus) {
		border-bottom: 1px solid;
		transition: 0.2s;
	}
	.h1Lead,
	h1 {
		line-height: 1.5;
	}
	.strongPoint > section {
		flex-direction: row;
	}
	.strongPoint > section > * {
		flex-basis: calc(50% - 15px);
	}
	.strongPoint > section:nth-of-type(2n-1) {
		flex-direction: row-reverse;
	}
	.sysDevFlow {
		grid-template-columns: repeat(7, auto);
		grid-template-rows: 1fr;
	}
	.flowNum  p {
		font-size: 1rem;
	}
	.step0 {
		writing-mode: vertical-rl;
	}
	.sysDevArrow {
		align-self: center;
	}
	.fa-caret-down {
		transform: rotate(-90deg);
	}
	.brSp {
		display: none;
	}
}

@media (width <= 560px) {
	.brPc {
		display: none;
	}
}

@media (width <= 430px) {
	.threePoints {
		width: 100vw;
		gap: 0;
	}
}

@media print {
	.breadcrumb {
		width: 100% !important;
		margin-inline: 0;
		padding-inline: 0;
	}
	.breadcrumb {
		padding-inline: 20px;
	}
}