@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 40vh;
	background-size: cover;
	position: relative;
}
#mainvisual h1 {
	height: fit-content;
	position: absolute;
	top: 70px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	font-size: 2.3rem;
}
.intro {
	max-width: 1100px;
	margin: 60px auto 60px;
}
.intro h2 {
	font-size: 2.0rem;
	margin: 0 0 40px;
	padding: 0;
}
.intro h2 span.sub {
	font-size: 50%;
}
.intro .img-box {
	width: 83%;
}
.intro p {
	width: 100%;
	margin: 0 auto;
	font-size: 1.0rem;
	letter-spacing: 1px;
	line-height: 2.0;
}
.advantage {
	margin: 0 auto 100px;
}
.advantage .section-title {
	font-size: 2rem;
}
.advantage .reason-list li {
	width: calc(90% / 3);
}
.advantage .reason-list li:nth-last-of-type(2) {
	margin: 0 calc(10% / 2);
}
.advantage .reason-title {
	font-size: 1.0rem;
	letter-spacing: 0;
}
.advantage .reason-desc {
	font-size: 1rem;
}
.spec thead {
	display: table-row-group;
}
.spec tr {
	display: table-row;
}
.spec th, .spec td {
	font-size: 1.0rem;
}
.spec tbody th {
	width: 30%;
}
.spec td {
	width: 70%;
}
.ta_flick {
	display: none;
}
.capacity-section .sub-text {
	font-size: 1.0rem;
}
.capacity-section th, .capacity-section td {
	font-size: 1.0rem;
}
.capacity-section .caption {
	font-size: 1.0rem;
}
.achievements {
	width: 95%;
	max-width: 1100px;
}
.achievements ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.achievements ul li {
	width: 100%;
	height: auto;
	margin: 0;
}
.achievements li p {
	padding: 5px 10px;
	font-size: 1.0rem;
}
.flow {
	width: 95%;
	max-width: 1100px;
}
.flow_container {
	width: 97%;
}
.flow_container::before {
	left: 3%;
	z-index: -1;
}
.flow_item p {
	padding: 0 0 0 95px;
	font-size: 1.0rem;
}
.qa {
	width: 95%;
	max-width: 1100px;
}
.qa h3 {
	font-size: 1.1rem;
}
.qa p {
	font-size: 1.0rem;
}
.contact-link {
	width: 420px;
	font-size: 1.0rem;
	margin-top: 60px;
}
.tech-column {
	padding: 60px 0;
}
.tech-column .tech-box {
	width: 957px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.tech-column .section-title {
	font-size: 1.5rem;
}
.tech-column h2 span {
	display: block;
	font-size: 0.69em;
	font-weight: normal;
}
.tech-box p {
	font-size: 1.0rem;
}
}
