@charset "utf-8";

/**
 *
 * SHI-TECT
 *

ローカルなどでテストする際は画像パスを
/img

https://www.tokyogiken.com/img
で一時的に置換

CSS ネストは全ブラウザで対応済みのようだが、& をつけた方が安全
 */

.zen-kaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.inner {
	width: 85%;
	margin: 0 auto;
	max-width: 1619px;
	box-sizing: border-box;
	& *,
	& *:before,
	& *:after {
		box-sizing: border-box;
	}
}
.header {
	width: 100%;
	padding: 20px 25px;
	font-size: clamp(14px, 1.5609756098vw, 16px);
    line-height: 1.44;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	box-sizing: border-box;
	& .inner {
		width: 100%;
		max-width: none;
		/*
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		*/
		&::after {
			content: none;
		}
	}
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	& a {
		width: 250px;
		display: block;
	}
	& img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		width: 90%; /* 688px */
	}
	.header {
		padding: 4.2666666667vw 3.2vw;
		font-size: 3.2vw;
		& .inner {
			/*
			flex-direction: column;
			align-items: flex-start;
			gap: 1.3vw;
			*/
		}
	}
	.header__logo {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		& a {
			width: 37.3333333333vw;
			display: block;
		}
	}
}


.shi-visual {
	width: 100%;
	aspect-ratio: 1920/900;
	max-height: 900px;
	position: relative;
	background: #D9DFDE;
	& .inner {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
	}
	& img {
		display: block;
	}

	*::after,
	&::after {
		content: none;
	}
}
.shi-visual__txt {
	width: 44.5%;
	position: relative;
	z-index: 5;
}
.shi-visual__title {
	margin-bottom: 1.7em;
	font-size: min(2.24vw, 43px);
	line-height: 1;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.2em;
	white-space: nowrap;
}
.shi-visual__color {
	margin-top: 27px;
	display: flex;
	justify-content: flex-end;
	gap: 18px;
}
.shi-visual__chip {
	width: 40px;
	aspect-ratio: 1/1;
	&.color1 {
		background: #AE96BE;
	}
	&.color2 {
		background: #6AAACB;
	}
	&.color3 {
		background: #71B4B6;
	}
}
.shi-visual__product {
	width: 57.3%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	& img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media screen and (max-width: 767px) {
	.shi-visual {
		aspect-ratio: 768/1188;
		max-height: none;
		overflow: hidden;
		& .inner {
			padding-top: 35.8vw;
			align-items: flex-start;
		}
	}
	.shi-visual__txt {
		width: 78.6%;
	}
	.shi-visual__title {
		margin-bottom: 4.1vw;
		font-size: 3.9vw;
	}
	.shi-visual__color {
		margin-top: 2.6vw;
		gap: 1.7vw;
	}
	.shi-visual__chip {
		width: 3.9vw;
	}


	.shi-visual__product {
		width: 100vw;
		right: -5vw;
	}
}


.shi-type {
	padding: 120px 0 130px;
	font-size: 18px;
	font-weight: 500;
	color: #352F2D;
	& .inner {
		max-width: 1200px;
	}
}
.shi-type__top {
	width: fit-content;
	margin: 0 auto 18px;
	padding: 0 3px 5px;
	border-bottom: 1px solid #4C84B2;
	text-align: center;
	line-height: 1;
	color: #4C84B2;
}
.shi-type__title {
	margin-bottom: 50px;
	text-align: center;
	color: #352F2D;
	font-size: 32px;
	line-height: 1.5;
	& .txt-blue {
		color: #4C84B2;
		font-weight: 600;
		font-size: 40px;
	}
}
.shi-type__data {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 20px;
	&::after {
		content: none;
	}
}
.shi-type__data-groupTitle {
	grid-row: 1;
	position: relative;
	& picture {
		display: contents;
	}
	& img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	&.title1 {
		grid-column: 1 / span 2;
		aspect-ratio: 775/75;
	}
	&.title2 {
		grid-column: 3;
		aspect-ratio: 386/75;
	}
}
.shi-type__data-groupType {
	grid-row: 2;
	margin: 0;
	padding: 12px;
	background: #8D8B89;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	&.type1 {
		grid-column: 1 / span 2;
	}
	&.type2 {
		grid-row: 2 / span 2;
		grid-column: 3;
	}
}
.shi-type__data-groupDetail {
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	&.detail1 {
		grid-row: span 4;
	}
	&.detail2 {
		grid-row: span 4;
		--color: #D7E5F0;
	}
	&.detail3 {
		grid-row: span 3;
	}
	&::after {
		content: none;
	}
}
.shi-type__data-groupDetail-title {
	margin: 0;
	padding: 12px;
	background: var(--color, #EADFEB);
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #352F2D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shi-type__data-groupDetail-list {
	grid-row: span 3;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	& li {
		padding: 12px 5px;
		padding-left: 2.5em;
		background: #F4F3F1;
		line-height: 1;
		position: relative;
		&::before {
			content: '';
			width: 1.2em;
			aspect-ratio: 1/1;
			background: url(../shi-tect_img/icon-check.svg) no-repeat center / contain;
			position: absolute;
			top: calc(0.5em + 12px);
			top: calc(0.5lh + 12px);
			left: 0.95em;
			translate: 0 -50%;
		}
	}
}
.shi-type__data-groupName {
	grid-row: 7;
	margin-bottom: 60px;
	padding-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	position: relative;
	&::before {
		content: '';
		width: 100%;
		height: 4px;
		background: var(--link-color, #BA96BD);
		border-radius: 0 0 5px 5px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	&::after {
		content: '';
		width: 32px;
		aspect-ratio: 32/41;
		background: var(--link-color, #BA96BD);
		mask-image: url(../shi-tect_img/arrow-double-down.svg);
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
		position: absolute;
		left: 50%;
		bottom: -20px;
		translate: -50% 100%;
	}
	&.name2 {
		--link-color: #79AACE;
	}
	&.name3 {
		--link-color: #63B4AA;
	}

	&:hover {
		text-decoration: none;
	}
}
.shi-type__data-groupLink {
	grid-row: span 5;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	color: #352F2D !important;
	transition: .3s;
	&.link1 {
		grid-column: 1;
	}
	&.link2 {
		grid-column: 2;
	}
	&.link3 {
		grid-row: span 4;
		grid-column: 3;
	}

	&:hover {
		text-decoration: none;
		opacity: 0.6;
	}
}

@media screen and (max-width: 767px) {
	.shi-type {
		padding: 10.4vw 0;
		font-size: 4.2vw;
	}
	.shi-type__top {
		font-size: 3.7vw;
	}
	.shi-type__title {
		margin-bottom: 10.6vw;
		font-size: 4.8vw;
		& .txt-blue {
			font-size: 6.4vw;
		}
	}
	.shi-type__data {
		display: grid;
		grid-template-columns: 100%;
		gap: 2.67vw;
	}
	.shi-type__data-groupTitle {
		grid-row: initial;
		position: relative;
		&.title1,
		&.title2 {
			grid-column: initial;
			aspect-ratio: 345/60;
		}
	}
	.shi-type__data-groupType {
		grid-row: initial;
		padding: 3.2vw;
		font-size: 4.8vw;
		&.type1,
		&.type2 {
			grid-row: initial;
			grid-column: initial;
		}
	}
	.shi-type__data-groupDetail {
		grid-template-rows: subgrid;
		display: contents;
		&.detail1 {
			grid-row: initial;
		}
		&.detail2 {
			grid-row: initial;
		}
		&.detail3 {
			grid-row: initial;
		}
	}
	.shi-type__data-groupDetail-title {
		padding: 3.2vw;
		font-size: 4.2vw;
	}
	.shi-type__data-groupDetail-list {
		display: contents;
		& li {
			padding: 3.2vw 2.4vw;
			padding-left: 2.61em;
			&::before {
				top: calc(0.5em + 3.2vw);
				top: calc(0.5lh + 3.2vw);
			}
		}
	}
	.shi-type__data-groupName {
		grid-row: initial;
		margin-bottom: 24.3vw;
		padding-bottom: 4vw;
		font-size: 5.8vw;
		&::after {
			width: 8.5vw;
			bottom: -5.3vw;
		}
	}
	.shi-type__data-groupLink {
		grid-row: initial;
		grid-template-rows: auto;
		gap: inherit;
		&.link1 {
			grid-column: initial;
		}
		&.link2 {
			grid-column: initial;
		}
		&.link3 {
			grid-column: initial;
		}
	}
}

.shi-pro-title {
	color: #000000;
	&.shi-fi {
		color: #BA96BD;
	}
	&.shi-t {
		color: #79AACE;
	}
	&.shi-s {
		color: #63B4AA;
	}
}
.shi-pros__details {
	& .inner {
		width: 100%;
		padding: 100px 0;
		border-bottom: 1px solid #000000;
	}
	& div::after {
		content: none;
	}
}
.shi-pros__detail {
	padding: 50px 4.6%;
	background: #F4F3F1;
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 0 40px;
}
.shi-pros__detail + .shi-pros__detail {
	margin-top: 40px;
}
.shi-pros__detail-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: #352F2D;
}
.shi-pros__detail-title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	color: #352F2D;
}
.shi-pros__detail .shi-pros__detail-btn {
	width: fit-content;
	margin-top: 40px;
	margin-left: auto;
	padding: 18px 25px;
	background: #fff;
	border: 1px solid #4C84B2;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #4C84B2;
	line-height: 1;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	transition: .3s;
	& svg {
		width: 1.2em;
		height: auto;
		aspect-ratio: 1/1;
		display: block;
	}
	& rect {
		fill: currentColor;
		transition: .3s;
	}
	& path {
		fill: #fff;
		transition: .3s;
	}
	&:hover {
		background: #4C84B2;
		color: #fff;
		& path {
			fill: #4C84B2;
		}
	}
}
@media screen and (max-width: 767px) {
	.shi-pros__details {
		& .inner {
			width: 100%;
			padding: 26vw 0;
			border-top: 1px solid #000000;
		}
	}
	.shi-pros__detail {
		padding: 13vw 4.6%;
		grid-template-columns: 100%;
		row-gap: 10.6vw;
	}
	.shi-pros__detail + .shi-pros__detail {
		margin-top: 10.6vw;
	}
	.shi-pros__detail-txt {
		font-size: 4.2vw;
	}
	.shi-pros__detail-title {
		margin-bottom: 5.3vw;
		font-size: 5.3vw;
	}
	.shi-pros__detail .shi-pros__detail-btn {
		margin-top: 10.6vw;
		padding: 1em 1.5em;
		font-size: 4.2vw;
		gap: 5.3vw;
	}
}

.shi-pros__contact {
	& .inner {
		width: 100%;
		padding: 150px 0 100px;
	}
	& div::after {
		content: none;
	}
}
.shi-pros__contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.shi-pros__contact .shi-pros__contact-btn {
	aspect-ratio: 520/250;
	background-color: #447BAD;
	background-image: url(../shi-tect_img/contact-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	transition: .3s;
	&:hover {
		background-color: #79AACE;
	}
}
.shi-pros__contact .shi-pros__contact-btn--green {
	background-color: #5F9EA0;
	background-image: url(../shi-tect_img/download-bg.png);
	background-position: left center;
	&:hover {
		background-color: #63B4AA;
	}
}
@media screen and (max-width: 767px) {
	.shi-pros__contact {
		& .inner {
			width: 100%;
			padding: 39vw 0 26vw;
		}
	}
	.shi-pros__contact-grid {
		grid-template-columns: 100%;
		gap: 10.6vw;
	}
	.shi-pros__contact .shi-pros__contact-btn {
		font-size: 5.3vw;
		gap: 1em;
	}
}



/*===============================================
●shi.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px) {
	.br-sp {
		display: none;
	}
	.body-shi-tect #fix_page {
		margin: 0;
		padding: 0;
		width: auto;
	}

	.shi-mov {
		position: relative;
		padding: 100px 0 0;
	}
	.shi-mov .mov {
		display: block;
		width: 800px;
		height: 460px;
		margin: 50px auto 0;
	}
	.shi-intro {
		padding-top: 120px;
		padding-bottom: 150px;
	}
	.shi-intro .shi-intro-title {
		width: 346px;
		margin: 20px auto 40px;
	}
	.shi-intro .shi-intro-qr {
		display: block;
		width: 139px;
		margin: 105px auto;
	}
	.shi-intro p {
		text-align: center;
		font-size: 18px;
		color: #000000;
		line-height: 2.777em;
	}
	.shi-sol {
		background: url(https://www.tokyogiken.com/img/shi/shi-sol-bg.jpg) center top no-repeat;
		background-size: 100% auto;
		padding-top: 85px;
	}
	.shi-sol .box-content {
		width: 1030px;
		margin: 0 auto;
	}
	.shi-sol .shi-sol-title {
		text-align: center;
		font-size: 25px;
		color: #000000;
		margin-bottom: 270px;
	}
	.shi-sol .shi-sol-title + p {
		text-align: center;
		font-size: 18px;
		color: #000000;
		line-height: 2.77778em;
		margin-bottom: 90px;
	}
	.shi-sol-pat {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 60px;
	}
	.shi-sol-pat > li {
	}
	.shi-sol-pat img {
		display: block;
		width: 197px;
		margin: 0 auto 25px;
	}
	.shi-sol-pat p {
		font-size: 16px;
		line-height: 1.875em;
		margin-bottom: 10px;
	}
	.shi-sol-pat p.small {
		font-size: 11px;
	}
	.shi-sol-feat {
		margin-top: 140px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 160px;
		padding: 0 65px;
		margin-bottom: 90px;
		position: relative;
	}
	.shi-sol-feat:before {
		content: "";
		display: block;
		height: 100%;
		width: 1px;
		background: #333333;
		position: absolute;
		left: 50%;
		top: 0;
	}
	.shi-sol-feat > li {
	}
	.shi-sol-feat .shi-sol-feat-title {
		font-size: 20px;
		color: #221815;
		font-weight: 500;
		line-height: 1.5em;
		margin-bottom: 5px;
	}
	.shi-sol-feat p {
		font-size: 16px;
		color: #221815;
		line-height: 1.875em;
	}
	.shi-sol-feat .shi-sol-feat-pic {
		width: 369px;
		margin: 0 auto 35px;
	}
	.shi-sol-feat .shi-sol-feat-pic img {
	}
	.shi-sol-feat > li:nth-child(6) img {
		width: 413px;
		max-width: 413px;
	}
	.shi-sol-movs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.shi-sol-movs p {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
	}
	.shi-pros {
		overflow: hidden;
	}
	.shi-pros .box-content {
		width: 1080px;
		margin: 0 auto;
	}
	.shi-pro {
		position: relative;
		border-bottom: 1px solid #000000;
		padding: 100px 0;
		margin-top: 50px;
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: 100%;
	}

	.shi-pro:last-child {
		border-bottom: none;
	}
	.shi-pro .shi-pro-content {
		position: relative;
		z-index: 2;
		grid-column: 1;
		grid-row: 1;
	}
	.shi-pro .shi-pro-caption {
		font-size: 24px;
		color: #000000;
		font-weight: bold;
		line-height: 1.625em;
		margin-bottom: 20px;
	}
	.shi-pro .shi-pro-title {
		font-size: 45px;
		font-weight: bold;
		line-height: 1.625em;
		margin-top: 45px;
	}
	.shi-pro .shi-pro-title img {
		width: 400px;
		display: block;
	}
	.shi-pro .shi-pro-caption-2 {
		font-size: 16px;
		color: #000000;
		line-height: 1.625em;
		margin-bottom: 35px;
	}
	.shi-pro .shi-pro-title + .shi-pro-caption-2 + p {
		font-size: 15px;
		color: #000000;
		line-height: 2.33em;
	}
	.shi-pro .shi-pro-pic {
		/*
		position: absolute;
		right: 0;
		top: 100px;
		*/
		width: 559px;
		grid-column: 1;
		grid-row: 1;
		position: initial;
		justify-self: end;
		align-self: flex-start;
	}
	.shi-pro .shi-pro-pic.DESIC {
		width: 438px;
	}
	.shi-last {
		background: url(https://www.tokyogiken.com/img/shi/shi-last.jpg) center top no-repeat;
		background-size: cover;
		line-height: 266px;
		text-align: center;
		color: white;
		font-size: 45px;
		font-weight: bold;
		margin: 0;
	}

	.shi-footer-logo {
		width: 311px;
		margin: 0 auto;
	}
	.l-footer-blank {
		background: white !important;
		padding-top: 55px;
	}
	.copyright {
		background: none;
		text-align: center;
		color: black;
		padding-top: 30px;
	}
}

/*===============================================
●shi.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
	.br-pc {
		display: none;
	}
	.l-main {
		padding: 0;
	}
	.body-shi-tect #fix_page {
		margin: 0;
		padding: 0;
		width: auto;
	}

	.shi-mov {
		position: relative;
		padding: 50px 15px 0;
	}
	.shi-mov .mov {
		display: block;
		margin: 50px auto 0;
		width: 100%;
		height: 250px;
	}
	.shi-intro {
		padding: 60px 15px;
	}
	.shi-intro .shi-intro-title {
		width: 240px;
		margin: 20px auto 40px;
	}
	.shi-intro .shi-intro-qr {
		display: block;
		width: 139px;
		margin: 55px auto;
	}
	.shi-intro p {
		text-align: left;
		font-size: 16px;
		color: #000000;
		line-height: 2em;
	}
	.shi-sol {
		background: url(https://www.tokyogiken.com/img/shi/shi-sol-bg.jpg) center top no-repeat;
		background-size: 100% auto;
		padding-top: 145px;
	}
	.shi-sol .box-content {
		padding: 0 15px;
		margin: 0 auto;
	}
	.shi-sol .shi-sol-title {
		text-align: center;
		font-size: 20px;
		line-height: 1.5em;
		color: #000000;
		margin-bottom: 30px;
	}
	.shi-sol .shi-sol-title + p {
		text-align: left;
		font-size: 16px;
		color: #000000;
		line-height: 2em;
		margin-bottom: 90px;
	}
	.shi-sol-pat {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 60px;
	}
	.shi-sol-pat > li {
	}
	.shi-sol-pat img {
		display: block;
		width: 197px;
		margin: 0 auto 25px;
	}
	.shi-sol-pat p {
		font-size: 16px;
		line-height: 1.875em;
		margin-bottom: 10px;
	}
	.shi-sol-pat p.small {
		font-size: 11px;
	}
	.shi-sol-feat {
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);

		margin-bottom: 40px;
		position: relative;
	}

	.shi-sol-feat > li {
		border-bottom: 1px solid #333333;
		padding: 30px 0;
	}
	.shi-sol-feat .shi-sol-feat-title {
		font-size: 20px;
		color: #221815;
		font-weight: 500;
		line-height: 1.5em;
		margin-bottom: 5px;
	}
	.shi-sol-feat p {
		font-size: 16px;
		color: #221815;
		line-height: 1.875em;
	}
	.shi-sol-feat .shi-sol-feat-pic {
		text-align: center;
		margin: 0 auto 15px;
	}
	.shi-sol-feat .shi-sol-feat-pic img {
		width: 260px;
	}
	.shi-sol-feat > li:nth-child(6) img {
		width: 300px;
		max-width: 300px;
	}
	.shi-sol-movs {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}
	.shi-sol-movs p {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.shi-pros {
		overflow: hidden;
	}
	.shi-pros .box-content {
		padding: 0 15px;
		margin: 0 auto;
	}
	.shi-pro {
		position: relative;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding: 50px 0;
	}

	.shi-pro:last-child {
		border-bottom: none;
	}
	.shi-pro .shi-pro-content {
		position: relative;
		z-index: 2;
	}
	.shi-pro .shi-pro-caption {
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		line-height: 1.625em;
		margin-bottom: 20px;
	}
	.shi-pro .shi-pro-title {
		font-size: 23px;
		font-weight: bold;
		line-height: 1.625em;
	}
	.shi-pro .shi-pro-caption-2 {
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		line-height: 1.625em;
		margin-bottom: 35px;
	}
	.shi-pro .shi-pro-title + .shi-pro-caption-2 + p {
		font-size: 15px;
		color: #000000;
		line-height: 2.33em;
	}
	.shi-pro .shi-pro-pic {
		width: 80%;
		margin: 0 auto;
	}

	.shi-last {
		background: url(https://www.tokyogiken.com/img/shi/shi-last.jpg) right top no-repeat;
		background-size: cover;
		line-height: 1.5em;
		text-align: center;
		color: white;
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		padding: 80px 0;
	}

	.shi-footer-logo {
		width: 211px;
		margin: 0 auto;
	}
	.l-footer-blank {
		background: white !important;
		padding-top: 55px;
	}
	.copyright {
		background: none;
		text-align: center;
		color: black;
		padding-top: 30px;
	}
}
