@charset "UTF-8";

/* CSS Document */
.com-box-ttl {
	padding: 115px 0 135px;
	text-align: center;
}
.com-box-ttl .inner {
	max-width: 1000px;
}
.com-box-ttl h3 {
	font-size: 30px;
	letter-spacing: 0.16rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.com-box-ttl p {
	font-size: 16px;
	letter-spacing: 0.12rem;
	line-height: 2.2;
}
@media screen and (max-width: 900px) {
	.com-box-ttl h3 {
		font-size: 25px;
	}
	.com-box-ttl p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.com-box-ttl {
		padding: 55px 0 65px;
	}
	.com-box-ttl h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.com-box-ttl p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
}

.only_pc ,.pc{}
.only_tab, .only_sp , .sp{display: none;}
@media screen and (max-width:991px) and (min-width:768px) {
	.only_tab {
		display: block !important;
	}
}

@media screen and (max-width: 900px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	.only_pc {display: none;}
	.only_sp {display: block;}
}

.equipment_wrap {
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}

.tab {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 120px;
}
.tab ul {
	display: flex;
	justify-content: space-between;
}
.tab ul li {
	max-width: 170px;
	width: calc(170 / 900 * 100%);
}
.tab ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Cormorant', serif;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 31px;
	background-color: #C2CBDF;
	transition: .4s;
}
.tab ul li.crr a,
.tab ul li a:hover {
	color: #ffffff;
	background-color: #3A6496;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.tab {
		margin: 0 auto 50px;
	}
	.tab ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.tab ul li {
		max-width: 170px;
		width: 31.3%;
		margin: 0 1% 2%;
	}
	.tab ul li a {
		font-size: 14px;
		letter-spacing: 0.05em;
	}
}

.equipment_wrap h4 {
	font-size: 26px;
	font-family: 'Cormorant', serif;
	text-align: center;
	letter-spacing: 0.2em;
	color: #3A6496;
	padding-bottom: 30px;
	margin-bottom: 80px;
	position: relative;
}
.equipment_wrap h4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background-color: #3A6496;
}
.equipment_wrap h5 {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #3A6496;
	margin-bottom: 5px;
}
.equipment_wrap .column04 h5 {
	font-size: 15px;
	letter-spacing: 0;
}
.equipment_wrap h5 + p {
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.equipment_wrap h5 + p small {
	font-size: 10px;
}

ul.column02,
ul.column04 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.column03 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3.9%;
}
ul.column02 li {
	max-width: 480px;
	width: 48%;
	margin-bottom: 50px;
}
ul.column03 li {
	max-width: 307px;
	width: 30.7%;
	margin-bottom: 50px;
}
ul.column04 li {
	max-width: 214px;
	width: 21.4%;
	margin-bottom: 50px;
}
ul.column02 li figure,
ul.column03 li figure,
ul.column04 li figure {
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.equipment_wrap h4 {
		font-size: 22px;
		padding-bottom: 20px;
		margin-bottom: 40px;
		position: relative;
	}
	.equipment_wrap h5 {
		font-size: 13px;
	}
	.equipment_wrap h5 + p {
		font-size: 12px;
	}
	ul.column02 li {
		max-width: none;
		width: 100%;
		margin-bottom: 40px;
	}
	ul.column03 {
		column-gap: 2%;
	}
	ul.column03 li,
	ul.column04 li {
		max-width: none;
		width: 49%;
		margin-bottom: 40px;
	}
}


.equipment01 .sec01 {
	margin-bottom: 150px;
}
.equipment01 .sec01 ul.column03 li:first-child {
	max-width: 652px;
	width: 65.3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.equipment01 .sec01 ul.column03 li:first-child figure {
	max-width: 488px;
	width: calc(488/ 652 * 100%);
}
.equipment01 .sec01 ul.column03 li:first-child div {
	max-width: 140px;
	width: calc(140/ 652 * 100%);
}
.equipment01 .sec01 ul.column03 li:first-child div h5 {
	text-align: left;
	letter-spacing: 0;
}
.equipment01 .sec01 ul.column03 li:first-child div h5 span {
	letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
	.equipment01 .sec01 {
		margin-bottom: 70px;
	}
	.equipment01 .sec01 ul.column03 li:first-child {
		max-width: none;
		width: 100%;
		display: block;
	}
	.equipment01 .sec01 ul.column03 li:first-child figure {
		max-width: none;
		width: 100%;
	}
	.equipment01 .sec01 ul.column03 li:first-child div {
		max-width: none;
		width: 100%;
	}
	.equipment01 .sec01 ul.column03 li:first-child div h5 {
		text-align: center;
		letter-spacing: 0.05em;
	}
	.equipment01 .sec01 ul.column03 li:first-child div h5 span {
		letter-spacing: 0.05em;
	}
}

.equipment01 .sec02 {
	margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
	.equipment01 .sec02 {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	.equipment01 .sec01 li:last-child,
	.equipment01 .sec02 li:last-child {
		margin: 0 auto;
	}
	.equipment01 .sec03 li:last-child {
		margin: 0 auto 40px;
	}
}

.equipment02 ul.column03 {
}
@media screen and (max-width: 767px) {
	.equipment02 ul.column03 li:last-child {
		margin: 0 auto 40px;
	}
}

.equipment04 .sec06 {
	margin-bottom: 100px;
}
.equipment04 .sec06 .sub_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.equipment04 .sec06 .sub_ttl h3 {
	font-size: 30px;
	letter-spacing: 0.16rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.equipment04 .sec06 .sub_ttl h3 img {
	width: 234px;
	margin-left: 40px;
	display: inline-block;
}
.equipment04 .sec06 .sub_ttl p {
	font-size: 16px;
	letter-spacing: 0.12rem;
	line-height: 2.2;
}
.equipment04 .sec06 .sub_ttl p span {
	position: relative;
}
.equipment04 .sec06 .sub_ttl p small {
	position: absolute;
	font-size: 10px;
	right: 0;
}
.equipment04 .sec06 h6 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #3A6496;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.equipment04 .sec06 h6 small {
	font-size: 13px;
	padding-left: 5px;
}
.equipment04 .sec06 h6 + p {
	font-size: 13px;
	margin-bottom: 15px;
}
.equipment04 .sec06 h6 + p small {
	font-size: 10px;
}
.equipment04 .sec06 dl + dl {
	margin-top: 10px;
}
.equipment04 .sec06 dt {
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.equipment04 .sec06 dt span {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.equipment04 .sec06 dt span::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #211714;
	margin-right: 20px;
}
.equipment04 .sec06 dd {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1.7;
}
.equipment04 .sec06 dd li {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	width: 100%;
	margin-bottom: 0;
}
.equipment04 .sec06 .sec06_inner01 {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}
.equipment04 .sec06 .sec06_inner01 dl {
	max-width: 272px;
	width: calc(272 / 468 * 100%);
}
.equipment04 .sec06 .sec06_inner01 dd {
	font-size: 12px;
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.07em;
}
.equipment04 .sec06 .sec06_inner01 figure {
	max-width: 136px;
	width: calc(136 / 468 * 100%);
	margin: 0 0 0 15px;
}
.equipment04 .sec06 .sec06_inner02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.equipment04 .sec06 .sec06_inner02 div {
	max-width: 190px;
	width: calc(190 / 468 * 100%);
}
.equipment04 .sec06 .sec06_inner02 div p {
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -0.05em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.equipment04 .sec06 .sec06_inner02 figure {
	max-width: 255px;
	width: calc(255 / 468 * 100%);
	margin-bottom: 0;
}
.equipment04 .sec06 .cap {
	color: #333;
	font-size: 9px;
	text-align: left;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.equipment04 .sec06 {
		margin-bottom: 60px;
	}
	.equipment04 .sec06 .sub_ttl {
		margin-bottom: 30px;
	}
	.equipment04 .sec06 .sub_ttl h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.equipment04 .sec06 .sub_ttl h3 img {
		width: 200px;
		margin: 5px auto 0;
		display: block;
	}
	.equipment04 .sec06 .sub_ttl p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	.equipment04 .sec06 .sub_ttl p small {
		position: static;
	}
	.equipment04 .sec06 h6 {
		font-size: 16px;
		line-height: 1.2;
		padding: 7px 10px;
	}
	.equipment04 .sec06 h6 small {
		font-size: 12px;
		display: inline-block;
	}
	.equipment04 .sec06 h6 + p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.equipment04 .sec06 h6 + p small {
		font-size: 10px;
		display: inline-block;
	}
	.equipment04 .sec06 dl + dl {
		margin-top: 10px;
	}
	.equipment04 .sec06 dt {
		font-size: 14px;
		line-height: 1.5;
		display: block;
	}
	.equipment04 .sec06 dt span {
		margin-left: 0;
	}
	.equipment04 .sec06 .sec06_inner01 {
		display: block;
	}
	.equipment04 .sec06 .sec06_inner01 dl {
		max-width: none;
		width: 100%;
	}
	.equipment04 .sec06 .sec06_inner01 dd {
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.equipment04 .sec06 .sec06_inner01 figure {
		max-width: 272px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.equipment04 .sec06 .sec06_inner02 {
		display: block;
	}
	.equipment04 .sec06 .sec06_inner02 div {
		max-width: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.equipment04 .sec06 .sec06_inner02 div p {
		font-size: 13px;
		text-align: justify;
		text-justify: inter-ideograph;
		letter-spacing: -0.05em;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.equipment04 .sec06 .sec06_inner02 figure {
		max-width: 560px;
		width: 100%;
		margin: 0 auto;
	}
	.equipment04 .sec06 .cap {
		color: #333;
		font-size: 9px;
		text-align: left;
		line-height: 1.4;
	}
}

.equipment05 .sec07 {
	margin: 0 0 150px;
}
/*.equipment05 .sec07 .column03 li:nth-child(4) {
	margin: 0 calc(20 / 1000 * 100%) 0 auto;
}
.equipment05 .sec07 .column03 li:nth-child(5) {
	margin: 0 auto 0 calc(20 / 1000 * 100%);
}*/
@media screen and (max-width: 767px) {
	.equipment05 .sec07 {
		margin: 0 0 60px;
	}
	/*.equipment05 .sec07 .column03 li:nth-child(4) {
		margin-right: 0;
		margin-left: 0;
	}
	.equipment05 .sec07 .column03 li:nth-child(5) {
		margin: 0 auto 0;
	}*/
}

.equipment05 .sec08 {
	margin: 0 0 100px;
}
.equipment05 .sec08_inner {
	border: 1px solid #3A6496;
	padding: 50px 45px;
}
.equipment05 .sec08_inner h4 {
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 0 50px;
}
.equipment05 .sec08_inner h4::after {
	display: none;
}
.equipment05 .sec08_inner > div {
	display: flex;
	justify-content: space-between;
}
.equipment05 .sec08_inner > div div {
	max-width: 308px;
	width: calc(308 / 908 * 100%);
}
.equipment05 .sec08_inner > div div p {
	font-size: 15px;
	margin-bottom: 13px;
}
.equipment05 .sec08_inner > div div p small {
	font-size: 10px;
	line-height: 1.6;
	display: block;
}
.equipment05 .sec08_inner > div > figure {
	max-width: 549px;
	width: calc(549 / 908 * 100%);
}
.equipment05 .sec08_inner > div > figure figcaption {
	position: static;
}
@media screen and (max-width: 767px) {
	.equipment05 .sec08 {
		margin: 0 0 60px;
	}
	.equipment05 .sec08_inner {
		padding: 30px 15px;
	}
	.equipment05 .sec08_inner h4 {
		font-size: 18px;
		padding: 0;
		margin: 0 0 30px;
	}
	.equipment05 .sec08_inner h4::after {
		display: none;
	}
	.equipment05 .sec08_inner > div {
		display: block;
	}
	.equipment05 .sec08_inner > div div {
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.equipment05 .sec08_inner > div div img {
		max-width: 616px;
		width: 100%;
	}
	.equipment05 .sec08_inner > div div p {
		font-size: 13px;
	}
	.equipment05 .sec08_inner > div > figure {
		max-width: none;
		width: 100%;
	}
	.equipment05 .sec08_inner > div > figure figcaption {
		position: static;
	}
}


