@charset "UTF-8";	

.environments_cont{
	margin-bottom: 200px;
}

.environments_cont .environments_inbox{
	margin-bottom: 80px;
}

.environments_cont .environments_inbox:last-child{
	margin-bottom: 0;
}

.environments_cont h2{
	font-size: 2.2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 40px;
}

.environments_cont h3{
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#000;
	letter-spacing: 0.05em;
}

.environments_cont h3.mt40{
	margin-top:40px !important;
}

.environments_cont h3 span{
	font-size: 0.8em;
	font-weight: 400;
}

.environments_cont p.tx,
.environments_cont p.dot_tx,
.environments_cont p.dot_tx2{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.environments_cont p.tx.mb10{
	margin-bottom: 10px;
}

.environments_cont p.dot_tx::before{
	content: "● ";
	color:#a2cae8;
}

.environments_cont p.dot_tx2{
	position: relative;
	padding-left: 1em;
}
.environments_cont p.dot_tx2::before{
	content: "・";
	position: absolute;
	top:0;
	left:0;
}

.environments_cont p.tx a{
	color:#005eae;
	text-decoration:underline;
}

.environments_cont .scroll_cont{
	padding-top:20px;
	padding-bottom: 10px;
}

.environments_cont ul.flexbox{
	display: flex;
	justify-content:flex-start;
	gap:min(3vw,30px);
	flex-wrap: wrap;
}

.environments_cont ul.flexbox.mt30{
	margin-top:30px;
}

.environments_cont ul.flexbox li{
	width:calc((100% - min(3vw,30px) * 3 ) / 4);
}

.environments_cont ul.flexbox figure,
.environments_cont ul.half_flexbox figure{
	aspect-ratio:350 / 205;
}

.environments_cont ul.flexbox h3,
.environments_cont ul.half_flexbox h3{
	margin:15px 0 10px 0;
	display: flex;
	align-items: center;
}

.environments_cont ul.half_flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:min(5vw,50px);
	margin-top:40px;
}

.environments_cont ul.half_flexbox li{
	width:calc((100% - min(5vw,50px)) / 2) ;
}

.environments_cont .bottomlink{
	width:100%;
	margin-top:100px;
}

.environments_cont .bottomlink a{
	width:100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:0 45px;
	position: relative;
	overflow: hidden;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0em;
	color:#000;
	border-radius: 5px;
	transition: color 0.3s;
}

.environments_cont .bottomlink a:hover{
	color:#fff;
}

.environments_cont .bottomlink a::after{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(90deg,#fff 0%, #c7dff1 100%);
	border:1px solid #4696d2;
	border-radius: 5px;
	z-index: 1;
}

.environments_cont .bottomlink a::before{
	content: "";
	width:100%;
	padding-top: 100%;
	clip-path: polygon(100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%);
	position: absolute;
	bottom:-2px;
	right:-2px;
	z-index: 2;
	background:#4696d2;
	transform: scale(1);
	transform-origin: right bottom;
	transition: all 0.45s;
}

.environments_cont .bottomlink a:hover::before{
	transform: scale(3);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.environments_cont .bottomlink a .inbtn{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

.environments_cont .bottomlink a span{
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom:0.5em;
}

.fixedcont{
	position: fixed;
	z-index: 3;
	bottom:30px;
	right:2.5vw;
	width:250px;
	height: 160px;
	border-radius: 10px;
	background: linear-gradient(0deg,rgba(0, 94, 174, 1) 0%, rgba(70, 150, 210, 1) 100%);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: opacity 0.3s;
}

.fixedcont.change{
	opacity:0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.fixedcont.none{
	opacity:0 !important;
	pointer-events: none !important;
	transition: opacity 0.3s;
}

.fixedcont .tl{
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 600;
	color:#fff;
	text-align: center;
}

.fixedcont a{
	width:200px;
	height: 40px;
	border-radius: 9999px;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	color:#000;
	margin-top:10px;
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.fixedcont a:hover{
	background:#000;
	color:#fff;
}

.fixedcont a::after{
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #000;
  border-right: 0;
	margin-left: 10px;
	transition: all 0.3s;
}

.fixedcont a:hover::after{
  border-left: 9px solid #fff;
}

@media screen and (max-width:750px) {
.environments_cont{
	margin-bottom: 100px;
}

.environments_cont .environments_inbox{
	margin-bottom: 50px;
}

.environments_cont .environments_inbox:last-child{
	margin-bottom: 0;
}

.environments_cont h2{
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 20px;
}

.environments_cont h3{
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#000;
	letter-spacing: 0.05em;
}

.environments_cont h3.mt40{
	margin-top:40px !important;
}

.environments_cont h3 span{
	font-size: 0.8em;
	font-weight: 400;
}

.environments_cont p.tx,
.environments_cont p.dot_tx,
.environments_cont p.dot_tx2{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.environments_cont p.tx.mb10{
	margin-bottom: 10px;
}

.environments_cont p.dot_tx::before{
	content: "● ";
	color:#a2cae8;
}

.environments_cont p.dot_tx2{
	position: relative;
	padding-left: 1em;
}
.environments_cont p.dot_tx2::before{
	content: "・";
	position: absolute;
	top:0;
	left:0;
}

.environments_cont p.tx a{
	color:#005eae;
	text-decoration:underline;
}

.environments_cont .scroll_cont{
	padding-top:20px;
	padding-bottom: 10px;
}

.environments_cont ul.flexbox{
	display: flex;
	justify-content:flex-start;
	flex-direction: column;
	gap:40px;
	flex-wrap: wrap;
}

.environments_cont ul.flexbox.mt30{
	margin-top:30px;
}

.environments_cont ul.flexbox li{
	width:100%;
}

.environments_cont ul.flexbox figure,
.environments_cont ul.half_flexbox figure,
.environments_cont figure.spfigure{
	aspect-ratio:550 / 225;
}

.environments_cont ul.flexbox h3,
.environments_cont ul.half_flexbox h3{
	margin:15px 0 5px 0;
}

.environments_cont ul.half_flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px;
	margin-top:0;
}

.environments_cont ul.half_flexbox li{
	width:100% ;
}

.environments_cont .bottomlink2{
	width:100%;
	margin-top:50px;
}

.environments_cont .bottomlink2 a{
	width:100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:0 2.5vw;
	position: relative;
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.7em;
	font-weight: 400;
	letter-spacing: 0em;
	color:#000;
	border-radius: 5px;
	transition: color 0.3s;
}

.environments_cont .bottomlink2 a:hover{
	color:#fff;
}

.environments_cont .bottomlink2 a::after{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: linear-gradient(90deg,#fff 0%, #c7dff1 100%);
	border:1px solid #4696d2;
	border-radius: 5px;
	z-index: 1;
}

.environments_cont .bottomlink2 a::before{
	content: "";
	width:100%;
	padding-top: 100%;
	clip-path: polygon(100% calc(100% - 40px), calc(100% - 40px) 100%, 100% 100%);
	position: absolute;
	bottom:-2px;
	right:-2px;
	z-index: 2;
	background:#4696d2;
	transform: scale(1);
	transform-origin: right bottom;
	transition: all 0.45s;
}

.environments_cont .bottomlink2 a:hover::before{
	transform: scale(3);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.environments_cont .bottomlink2 a .inbtn{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

.environments_cont .bottomlink2 a span{
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom:0.5em;
	line-height: 1.5em;
}

.fixedcont2{
	position: fixed;
	z-index: 3;
	top:auto;
	bottom:0;
	right:7.5vw;
	width:85%;
	height: 65px;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: linear-gradient(0deg,rgba(0, 94, 174, 1) 0%, rgba(70, 150, 210, 1) 100%);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: opacity 0.3s;
}
	
.fixedcont2.change{
	opacity:0;
	pointer-events: none;
}

.fixedcont2 .tl{
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 600;
	color:#fff;
	text-align: center;
}

.fixedcont2 a{
	width:200px;
	height: auto;
	border-radius: 9999px;
	background:none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	color:#fff;
	margin-top:5px;
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.fixedcont2 a:hover{
	background:none;
	color:#fff;
}

.fixedcont2 a::after{
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
	margin-left: 10px;
	transition: all 0.3s;
}

.fixedcont2 a:hover::after{
  border-left: 9px solid #fff;
}
}