@charset "UTF-8";
/*
* appropriate.css
*
*/
/* --------------------------------
  詳細ページ
-------------------------------- */
.saratect-navListWrap {
	position: relative;
}
.saratect-navListWrap::before {
	background-color: #59c0b2;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}

.saratect-navList {
	display: flex; 

	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.0rem 0;
	position: relative;
}
@media screen and (min-width: 767px) {
	.saratect-navList {
		margin: 0 auto;
		width: 68.8rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-navList { 
		padding: 1.6rem 0;
		transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		width: 100rem;
		z-index: 2;
	}
}

.saratect-navItem {
	background-color: #fff;
	border-radius: 0.5rem;
	height: 3.6rem;
	text-align: center; 
	width: calc(50% - 0.25rem);
}
@media screen and (min-width: 767px) {
	.saratect-navItem {
		height: 4.4rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-navItem {
		align-items: center; 
		background-color: transparent;
		display: flex;
		height: 100%;

		justify-content: space-between;
		margin: 0 auto;
		position: relative;
		transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		width: 20.0rem;
		z-index: 2;
	}
}
.saratect-navItem:nth-child(1) {
	width: 100%;
}
@media screen and (min-width: 1180px) {
	.saratect-navItem:nth-child(1) {
		width: 20.0rem;
	}
}
.saratect-navItem:nth-child(n+2) {
	margin-top: 0.5rem;
}
@media screen and (min-width: 1180px) {
	.saratect-navItem:nth-child(n+2) {
		margin-top: 0;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-navItem:hover {
		opacity: 0.7;
	}
}
.saratect-navItem img {
	height: 100%;
}
.saratect-navItem a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 1180px) {
	.saratect-navItem a { 

		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
@media screen and (min-width: 375px) {
	.saratect-navItem a::after {
		-webkit-transform: rotate(90deg);
		bottom: 0;
		content: url(/saratect/images/common/icon_arw_green.svg);
		display: block;
		height: 0.9rem; 
		line-height: 0.9rem;
		margin: auto;
		position: absolute;
		right: 1.0rem;
		top: 0;
		        transform: rotate(90deg);
		width: 0.55rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-navItem a::after {
		display: none;
	}
}

.saratect-navItem-img {
	display: none;
}
@media screen and (min-width: 1180px) {
	.saratect-navItem-img {
		border: 0.1rem solid #9bd9d1; 
		border-radius: 50%;
		display: block;
		height: 9.0rem;
		margin-bottom: 8px;
		position: relative;
		width: 9.0rem;
	}
}
.saratect-navItem-img img {
	border-radius: 50%;
}

@media screen and (min-width: 1180px) {
	.saratect-navItem-txt { 

		align-items: center;
		display: flex;
		transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
	}
}

@media screen and (min-width: 1180px) {
	.saratect-navItem-txt img {
		display: block;
	}
}

@media screen and (min-width: 1180px) {
	.saratect-navItem-txt::after {
		-webkit-transform: rotate(90deg);
		content: url(/saratect/images/common/icon_arw_white.svg);
		display: block;
		height: 1.1rem; 
		line-height: 1.5rem;
		margin-left: 1.0rem;
		        transform: rotate(90deg);
		width: 0.7rem;
	}
}

.saratect-section-mainVisual {
	height: 35.0rem;
	padding-top: 3.4rem;
	position: relative;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual {
		height: 53.7rem;
		padding-top: 5.2rem;
	}
}

.saratect-section-mainVisual-title,
.saratect-section-mainVisual-lead,
.saratect-section-mainVisual-list {
	position: relative;
	z-index: 2;
}

.saratect-section-mainVisual-title {
	display: block;
	margin: 0 auto 1.5rem;
	width: 32.0rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-title {
		margin-bottom: 2.5rem;
		width: auto;
	}
}

.saratect-section-mainVisual-lead {
	font-size: 1.4rem;
	line-height: 1.6;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-lead {
		font-size: 1.6rem;
	}
}

.saratect-section-mainVisual-list {
	display: flex; 

	justify-content: center;
	margin-top: 2.5rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-list {
		margin-top: 1.5rem;
	}
}

.saratect-section-mainVisual-item {

	align-items: center;
	display: flex;
	overflow: hidden; 
	width: 17.3rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-item {
		width: 24rem;
	}
}
.saratect-section-mainVisual-item + .saratect-section-mainVisual-item {
	margin-left: 1.0rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-item + .saratect-section-mainVisual-item {
		margin-left: 2rem;
	}
}
.saratect-section-mainVisual-item:hover a::after {
	content: url(/saratect/images/common/icon_arw_green.svg);
}

.saratect-section-mainVisual-img { 
	bottom: 0;
	height: 35.0rem;
	left: calc((100% - 54.5rem) / 2);
	margin: auto;
	position: absolute;
	width: 54.5rem;
	z-index: 1;
}
@media screen and (min-width: 767px) {
	.saratect-section-mainVisual-img {
		height: 53.7rem;
		left: calc((100% - 160.0rem) / 2);
		width: 160.0rem;
	}
}

.saratect-section-detail {
	padding: 4.9rem 0 5.7rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail {
		padding: 8.0rem 4.0rem 9.0rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-detail {
		padding: 8.0rem 0 9.0rem;
	}
}
.saratect-section-detail::before {
	background: url(/saratect/images/lineup/detail_bg.jpg);
	background-size: 7.5rem;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute; 
	top: 0;
	width: 100vw;
	z-index: 1;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail::before {
		background-size: 15.0rem;
	}
}
.saratect-section-detail::after {
	background-color: #59c0b2;
	bottom: 0;
	content: "";
	display: block;
	height: 0.7rem;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute; 
	top: auto;
	width: 100vw;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail::after {
		height: 1.0rem;
	}
}

.saratect-section-detail-title {
	display: block; 
	margin: 0 auto 2.7rem;
	position: relative;
	width: 32.0rem;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-title {
		margin-bottom: 3.9rem;
		text-align: center;
		width: auto;
	}
}

.saratect-section-detail-item {
	position: relative;
	z-index: 2;
}
.saratect-section-detail-item + .saratect-section-detail-item {
	margin-top: 1.0rem;
}
.saratect-section-detail-item a {
	background-color: #fff;
	border-radius: 0.5rem; 
	color: #555;
	display: block;
	margin: 0 auto;
	max-width: 35.5rem;
	padding: 0.2rem 0.2rem 0;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item a { 

		align-items: center;
		display: flex;
		max-width: 94.0rem;
		padding: 0.4rem 0 0.4rem 0.4rem;
		transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item a::after {
		bottom: 0;
		content: url(/saratect/images/common/icon_arw_green.svg);
		height: 1.9rem;
		line-height: 1.9rem;
		margin: auto;
		position: absolute;
		right: 2.4rem;
		top: 0;
		width: 1.2rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-detail-item a:hover {
		opacity: 0.7;
	}
}

.saratect-section-detail-item-img {
	margin-bottom: 2.8rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-img {
		margin: 0;
		width: 21.6rem;
	}
}

.saratect-section-detail-item-info {
	padding: 0 1.8rem 2.0rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-info {

		flex: 1;
		max-width: 720px;
		padding: 1.9rem 6.0rem 1.9rem 1.9rem;
	}
}

.saratect-section-detail-item-title {
	margin-bottom: 1.3rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-title {
		margin-bottom: 1.5rem;
	}
}

.saratect-section-detail-item-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-right: 1.5rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-txt {
		line-height: 1.5;
	}
}
.saratect-section-detail-item-txt::after {
	bottom: 0;
	content: url(/saratect/images/common/icon_arw_green.svg);
	height: 0.9rem;
	line-height: 0.9rem;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0.55rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-txt::after {
		display: none;
	}
}

.saratect-section-detail-item-dataList {
	margin-top: 1.3rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-dataList {
		margin-top: 1.5rem;
	}
}

@media screen and (min-width: 767px) {
	.saratect-section-detail-item-dataList {
		display: flex;

		flex-wrap: wrap;
	}
}

.saratect-section-detail-item-dataItem {
	align-items: center;
	background-color: #f3f3f3;
	border-radius: 0.5rem;
	display: flex; 

	justify-content: space-between;
	line-height: 1.3;
	padding: 0.7rem 4.5rem 0.7rem 1.5rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-dataItem {
		flex-direction: column; 

		justify-content: center;
		margin: 0.2rem;
		min-height: 6.4rem;
		padding: 1.3rem;
		width: 18.0rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-detail-item-dataItem {
		width: 20.4rem;
	}
}
.saratect-section-detail-item-dataItem + .saratect-section-detail-item-dataItem {
	margin-top: 0.5rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-dataItem + .saratect-section-detail-item-dataItem {
		margin-top: 0.2rem;
	}
}

.saratect-section-detail-item-dataItem-txt { 

	flex: 1;
	font-size: 1.2rem;
	padding-right: 1em;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-item-dataItem-txt { 

		flex: 0 1 auto;
		margin-bottom: 1.0rem;
		padding: 0;
	}
}

.saratect-section-detail-item-dataItem-star {
	background: url(/saratect/images/lineup/detail_item_dataitem_star.png) no-repeat;
	background-size: 17.0rem 1.5rem;
	height: 1.5rem;
	width: 8.5rem;
}
.saratect-section-detail-item-dataItem-star.is-saratect-star-4 {
	background-position: -1.75rem 0;
}
.saratect-section-detail-item-dataItem-star.is-saratect-star-3 {
	background-position: -3.45rem 0;
}
.saratect-section-detail-item-dataItem-star.is-saratect-star-2 {
	background-position: -5.05rem 0;
}
.saratect-section-detail-item-dataItem-star.is-saratect-star-1 {
	background-position: -6.75rem 0;
}
.saratect-section-detail-item-dataItem-star.is-saratect-star-0 {
	background-position: -8.55rem;
}

.saratect-section-detail-btn { 
	background-color: #59c0b2;
	border-radius: 3.6rem;
	display: block;
	height: 3.6rem;
	margin: 2.0rem auto 0;
	max-width: 35.5rem;
	position: relative;
	text-align: center;
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-btn {
		border: 1px solid #59c0b2; 
		border-radius: 4.0rem;
		height: 4.0rem;
		margin-top: 4.0rem;
		max-width: 45.8rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-detail-btn:hover {
		background-color: #fff;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-detail-btn:hover::after {
		content: url(/saratect/images/common/icon_arw_green.svg);
	}
}
.saratect-section-detail-btn::after {
	bottom: 0;
	content: url(/saratect/images/common/icon_arw_white.svg);
	height: 0.9rem; 
	line-height: 0.9rem;
	margin: auto;
	position: absolute;
	right: 1.0rem;
	top: 0;
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	width: 0.55rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-detail-btn::after {
		height: 1.1rem;
		right: 2.0rem;
		width: 0.7rem;
	}
}
.saratect-section-detail-btn img {
	height: 100%;
}

.saratect-section-content {
	padding: 7.5em 1.0rem 10rem;
	position: relative;
}
@media screen and (min-width: 767px) {
	.saratect-section-content {
		padding: 7.6rem 4.0rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content {
		height: 55.4rem;
		padding: 7.6rem 0 8.0rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-01 {
		background: url(/saratect/images/appropriate/content_01_bg_lg.jpg) center bottom no-repeat;
		background-size: 1600px auto;
	}
}
.saratect-section-content.saratect-section-content-01::before {
	background: url(/saratect/images/appropriate/content_01_bg_sm.jpg) center center no-repeat;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-01::before {
		display: none;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-02 {
		background: url(/saratect/images/appropriate/content_02_bg_lg.jpg) center bottom no-repeat;
		background-size: 1600px auto;
	}
}
.saratect-section-content.saratect-section-content-02::before {
	background: url(/saratect/images/appropriate/content_02_bg_sm.jpg) center center no-repeat;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-02::before {
		display: none;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-03 {
		background: url(/saratect/images/appropriate/content_03_bg_lg.jpg) center bottom no-repeat;
		background-size: 1600px auto;
	}
}
.saratect-section-content.saratect-section-content-03::before {
	background: url(/saratect/images/appropriate/content_03_bg_sm.jpg) center center no-repeat;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-03::before {
		display: none;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-04 {
		background: url(/saratect/images/appropriate/content_04_bg_lg.jpg) center bottom no-repeat;
		background-size: 1600px auto;
	}
}
.saratect-section-content.saratect-section-content-04::before {
	background: url(/saratect/images/appropriate/content_04_bg_sm.jpg) center center no-repeat;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-04::before {
		display: none;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-05 {
		background: url(/saratect/images/appropriate/content_05_bg_lg.jpg) center bottom no-repeat;
		background-size: 1600px auto;
	}
}
.saratect-section-content.saratect-section-content-05::before {
	background: url(/saratect/images/appropriate/content_05_bg_sm.jpg) center center no-repeat;
	background-size: cover;
	bottom: auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	left: calc((100vw - 100%) / -2);
	margin: auto;
	position: absolute;
	top: 0;
	width: 100vw;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-05::before {
		display: none;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content.saratect-section-content-01 {
		height: 95.1rem;
	}
}
.saratect-section-content.saratect-section-content-05 {
	padding-bottom: 12.3rem;
}
.saratect-section-content.saratect-section-content-04 {
	padding-bottom: 13rem;
}

.saratect-section-content-title {
	margin: 0 auto 2.5rem;
	max-width: 32.0rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.saratect-section-content-title {
		margin-bottom: 3.4rem;
		max-width: none;
		text-align: center;
		width: auto;
	}
}

.saratect-section-content-list {
	display: flex; 

	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 767px) {
	.saratect-section-content-list { 

		justify-content: center;
		margin: 0 auto;
		max-width: 100rem;
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-content-01 .saratect-section-content-list {
		max-width: 50rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-01 .saratect-section-content-list {
		max-width: 100rem;
	}
}

.saratect-section-content-item {
	background-color: #fff;
	border-radius: 0.5rem; 
	width: calc(50% - 0.5rem);
}
@media screen and (min-width: 767px) {
	.saratect-section-content-item {
		width: 18.0rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-item {
		width: 22.0rem;
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-content-item + .saratect-section-content-item {
		margin-left: 2rem;
	}
}
.saratect-section-content-item:nth-child(n+3) {
	margin-top: 1.0rem;
}
@media screen and (min-width: 767px) {
	.saratect-section-content-item:nth-child(n+3) {
		margin-top: 0;
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+3) {
		margin-left: 0;
		margin-top: 2rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+3) {
		margin-left: 2rem;
		margin-top: 0;
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-content-item:nth-child(n+4) {
		margin-top: 2rem;
	}
}
@media screen and (min-width: 767px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+4) {
		margin-left: 2rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+4) {
		margin-left: 2rem;
		margin-top: 0;
	}
}
.saratect-section-content-01 .saratect-section-content-item:nth-child(n+5) {
	margin-top: 5rem;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+5) {
		margin-left: 0;
		margin-top: 7rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-01 .saratect-section-content-item:nth-child(n+6) {
		margin-left: 2rem;
	}
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-item:nth-child(3n+4) {
		margin-left: 0;
	}
}
.saratect-section-content-item a { 
	background-color: #fff;
	border-radius: 0.5rem;
	display: block;
	height: 100%;
	padding: 0.1rem;
	transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
	width: 100%;
}
@media screen and (min-width: 1180px) {
	.saratect-section-content-item a:hover {
		opacity: 0.7;
	}
}
.saratect-section-content-item img {
	border-radius: 0.5rem;
	display: block;
	height: 100%; 
	width: 100%;
}

#appropriate .l-saratectHeader-navSubItem {
	width: 49.5%;
}
#appropriate .l-saratectHeader-navSubItem:nth-of-type(1),
#appropriate .l-saratectHeader-navSubItem:nth-of-type(2),
#appropriate .l-saratectHeader-navSubItem:nth-of-type(3) {
	width: 100%;
}
@media screen and (min-width: 1180px) {
	#appropriate .l-saratectHeader-navSubItem {
		width: 20% !important;
	}
}

#appropriate .l-saratectHeader-navSubItem-txt {
	font-size: 1.3rem;
}
@media screen and (min-width: 1180px) {
	#appropriate .l-saratectHeader-navSubItem-txt {
		font-size: 1.4rem;
	}
}
#appropriate .l-saratectHeader-navSubItem-txt::before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#appropriate .c-saratect-localNav-link::before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}