@charset "utf-8";


/* commmon
-------------------------------------------------------------------*/
.sec_title{
	margin-bottom: 2em;
}
.sec_title .sec_en{
	font-size: 1.25rem;
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-left: 0.75em;
	margin-bottom: 0.5em;
}
.sec_title .sec_en:before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 8px;
	height: 8px;
	background: #f8b62b;
	border-radius: 50%;
	inset: 0 auto 0 0;
	transition: background .3s;
}
.sec_title .sec_h2{
   font-size: min(2.625rem , 4vw);
   font-weight: 600;
   line-height: 1.6;
   letter-spacing: -1px;
   word-break: auto-phrase;
}
.sec_text{
	line-height: 2;
}
.blue{
	color: #1684b7;
}
@media screen and (max-width:767px) {
	.sec_title{
		margin-bottom: 1em;
	}
	.sec_title .sec_en{
		font-size: 1.125rem;
		margin-bottom: 0;
	}
	.sec_title .sec_en:before{
		width: 6px;
		height: 6px;
	}
	.sec_title .sec_h2{
	   font-size: 1.75rem;
	   word-break: normal;
	}
	.sec_text{
		line-height: 1.6;
	}
}
/* home
-------------------------------------------------------------------*/
.home .mv_wrap .mv_inner{
	position: relative;
	z-index: 0;
	margin: 1.5em 1.5em;
	border-radius: 1.75em;
	overflow: hidden;
	background: #003c58;
}
.home .mv_wrap .title_area{
	position: absolute;
	z-index: 10;
	margin: auto;
	inset: 0;
	height: fit-content;
}
.home .mv_wrap .title_area .mv_title{
	font-size: min(3.85rem , 4vw);
	font-weight: 800;
	text-align: center;
	padding: 0 1em;
	color: #fff;
	filter: drop-shadow(3px 5px 5px rgb(65 65 65 / 50%));
}
.home .mv_wrap .title_area .mv_title span.em{
	font-size: 1.25em;
}
.home .mv_wrap .title_area .mv_title span.color{
	color: #f8b62b;
}
.home .mv_wrap .title_area .mv_title span {
	display: inline-block;
	letter-spacing: -0.15em;
	opacity: 0;
}
.home .mv_wrap .title_area .mv_title.once span{
  transform: translateY(30px);
  animation: fadeIn 0.8s forwards;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(2) {
  animation-delay: .05s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(3) {
  animation-delay: .1s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(4) {
  animation-delay: .15s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(5) {
  animation-delay: .2s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(6) {
  animation-delay: .25s;

}
.home .mv_wrap .title_area .mv_title span:nth-of-type(7) {
  animation-delay: .3s;
 padding-left: 0.15em;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(8) {
  animation-delay: .35s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(9) {
  animation-delay: .4s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(10) {
  animation-delay: .45s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(11) {
  animation-delay: .5s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(12) {
  animation-delay: .55s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(13) {
  animation-delay: .6s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(14) {
  animation-delay: .65s;
}
.home .mv_wrap .title_area .mv_title span:nth-of-type(15) {
  animation-delay: .7s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .mv_wrap .title_area .mv_subtitle{
	font-size: min(3.25rem , 3.5vw);
	font-weight: 600;
	text-align: center;
	padding: 1em;
	color: #fff;
	filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.65));
}

.home .mv_wrap .bg_area{
	min-height: 36em;
	overflow: hidden;
	opacity: 0.7;
}
.home .mv_wrap .swiper-slide {
  transition-property: opacity !important;
}
.home .mv_wrap .bg_area video{
	width: auto;
	aspect-ratio: 1920 / 900;
	min-height: 36em;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	transform: scale(1.01);
}
@media screen and (max-width: 1400px) {
	.home .mv_wrap .title_area .mv_title{
		padding: 0.5em 1em 0.2em;
	}
}
@media screen and (max-width: 1200px) {
	.home .mv_wrap .title_area .mv_title{
		font-size: min(3.75rem , 4.6vw);
		padding: 0.7em 2em 0.2em 1em;
		border-radius: 0 20px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.home .mv_wrap .mv_inner{
		margin: 0;
		border-radius:0;
	}
	.home .mv_wrap .title_area .mv_title{
		font-size: 2.15em;
		padding: 0 0.5em;
	}
	.home .mv_wrap .title_area .mv_subtitle{
		font-size: 1.5em;
		padding: 0.75em;
	}
	.home .mv_wrap .bg_area{
		min-height: 24em;
	}
	.home .mv_wrap .bg_area video{
		min-height: 24em;
		transform: scale(1.05);
	}
}
.home .about_wrap{
	position: relative;
	z-index: 0;
	padding-block: 6em 8em;
}
.home .about_wrap .about_inner{
	display: flex;
	justify-content: space-between;
	gap: 5% 1em;
}
.home .about_wrap .img_area {
	width: 46%;
}
.home .about_wrap .img_area img{
	border-radius: 1.25em;
	overflow: hidden;
	box-shadow: 3px 5px 16px rgba(0, 0, 0, 0.25);
}
.home .about_wrap .text_area{
	width: 50%;
	max-width: 31em;
}
.home .about_wrap .bg_text{
	position: absolute;
	z-index: -1;
	inset: auto 0 33%;
	min-width: 80em;
}
.home .about_wrap .bg_item{
	position: absolute;
	z-index: 1;
	inset: auto auto -10% 67%;
}
@media screen and (max-width:767px) {
	.home .about_wrap{
		padding-block: 4em 5em;
	}
	.home .about_wrap .about_inner{
		gap: 2em;
		flex-direction: column-reverse;
	}
	.home .about_wrap .img_area {
		width: 60%;
	}
	.home .about_wrap .img_area img{
		object-fit: cover;
	}
	.home .about_wrap .text_area{
		width: 100%;
	}
	.home .about_wrap .bg_text{
		min-width: 40em;
	}
	.home .about_wrap .bg_item{
		inset: auto auto -2% 54%;
		width: 41%;
	}
}
.home .service_wrap{
	background: #e1f1f8;
	padding-block: 6em;
}
.home .service_wrap .service_inner{
	max-width: 1560px;
	margin-inline: auto;
}
.home .service_wrap .sec_title{
	margin-bottom: 3em;
}
.home .service_wrap .service_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em 2%;
}
.home .service_wrap .service_list .service_item{
	width: 23.5%;
}
.home .service_wrap .service_list .service_item:first-child{
	margin-left: 2%;
}
.home .service_wrap .service_list .service_item:nth-child(3){
	margin-right: 2%;
}
.home .service_wrap .service_list .service_item a{
	position: relative;
	z-index: 0;
	background: #fff;
	border: 5px solid #93c3d9;
	border-radius: 1.25em;
	aspect-ratio: 360/340;
	display: flex;
	flex-direction: column;
	justify-content: center;
	filter: drop-shadow(5px 5px 0px #d1e0e6);
	text-decoration: none;
	padding: 1.5em 0.5em 0.5em;
	transition: filter 0.3s , transform 0.3s;
}
.home .service_wrap .service_list .service_item a:before{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	width: 60px;
	height: 60px;
	background: #1684b7;
	border-radius: 1.25em 0 1.25rem 0;
	inset: auto -5px -5px auto;
}
.home .service_wrap .service_list .service_item a:after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	inset: auto 13px 14px auto;
	width: 18px;
	height: 18px;
	background-image: url(../img/common/icon_arrow.svg);
	background-size: contain;
}
.home .service_wrap .service_list .service_item a .item_lead{
	color: #1684b7;
	font-weight: 600;
}
.home .service_wrap .service_list .service_item a .item_title{
	font-size: 1.625rem;
	font-weight: 600;
}
@media (any-hover: hover) {
	.home .service_wrap .service_list .service_item a:hover{
		filter: none;
		transform: translateY(3px) translateX(3px);
	}
}
@media screen and (max-width: 1600px){
	.home .service_wrap .service_inner{
		margin-inline: 2%;
	}
} 
@media screen and (max-width: 767px){
	.home .service_wrap{
		padding-block: 4em;
	}
	.home .service_wrap .service_inner{
		margin-inline: 15px;
	}
	.home .service_wrap .sec_title{
		margin-bottom: 2em;
	}
	.home .service_wrap .service_list{
		justify-content: flex-start;
		gap: 1em 4%;
	}
	.home .service_wrap .service_list .service_item{
		width: 48%;
		margin: 0 !important;
	}

	
	.home .service_wrap .service_list .service_item a{
		border: 3px solid #93c3d9;
		border-radius: 1em;
		filter: drop-shadow(3px 3px 0px #d1e0e6);
		padding: 1em 0.75em 0.5em;
	}
	.home .service_wrap .service_list .service_item a:before{
		width: 30px;
		height: 30px;
		border-radius: 1em 0 1rem 0;
		inset: auto -3px -3px auto;
	}
	.home .service_wrap .service_list .service_item a:after{
		inset: auto 5px 6px auto;
		width: 12px;
		height: 12px;
	}
	.home .service_wrap .service_list .service_item a .item_title{
		font-size: 1.5rem;
	}
}

.home .features_bg_item {
	background-image: url(../img/top/bg_service01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	aspect-ratio: 1920 / 700;
	height: auto;
}
@media screen and (max-width: 1125px){
	.home .features_bg_item {
		background-attachment: unset;
	}
}
@media screen and (max-width: 767px){
	.home .features_bg_item {
		background-attachment: unset;
		transform: scale(1.5);
	}
}
.home .features_wrap{
	position: relative;
	z-index: 7;
	margin-top: -2.5em;
	background: #fff;
	padding-block: 6em 6em;
	border-radius: 2.5em 2.5em 0 0;
}
.home .features_inner{
	max-width: 1600px;
	padding-inline: 2%;
	margin-inline: auto;
	position: relative;
	z-index: 0;
}
.home .features_wrap .title_area{
	margin: 0 0 18em auto;
	width: fit-content;
	text-align: left;
	position: relative;
	z-index: 0;
}
.home .features_wrap .title_area .img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 110% -10% auto auto;
	width: max(13vw , 10em);
}
.home .features_wrap .img_area{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0;
	width: 75%;
	height: fit-content;
}
.home .features_wrap .img_list{
	position: relative;
	z-index: 0;
}
.home .features_wrap .img_item{
	width: 58%;
	margin: auto;
}
.img_list .img_item{
  opacity: 0;
  transform: translateY(20px) rotate(-6deg) scale(0.95);
  transition: opacity 1.5s cubic-bezier(.57,0,.18,1), 
              transform 1.5s cubic-bezier(.57,0,.18,1);
}
.img_list .img_item.once{
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}
.home .features_wrap .img_logo{
	position:absolute;
	z-index: 1;
	margin: auto;
	inset: 4.8% 62.5% auto auto;
	width: 22.5%;
}
.home .features_wrap .img_logo.logo02{
	inset: auto auto 4.8% 62.5%;
}
.home .features_wrap .text_area{
	text-align: left;
	max-width: 24em;
	position: relative;
	z-index: 0;
}
.home .features_wrap .text_area .features_lead{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.25em;
}
.home .features_wrap .text_area .features_item{
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom:#b4b4b4 dotted 3px;
}
.home .features_wrap .text_area .features_item a{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.75em 1em 0.75em 1.75em;
	text-decoration: none;
	position: relative;
	z-index: 0;
	transition: background .3s;
}
@media (any-hover: hover) {
	.home .features_wrap .text_area .features_item a:hover{
		background:rgb(246 243 237 / 80%);
	}
}
.home .features_wrap .text_area .features_item a::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	inset: 0 auto 0 0.2em;
	margin:auto;
	background:  #1684b7;
	border-radius: 50%;
	width: 28px;
	height: 28px;
}
.home .features_wrap .text_area .features_item a::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	inset: 0 auto 0 0.55em;
	margin:auto;
	background-image: url(../img/common/icon_arrow.svg);
	background-size: contain;
	width: 12px;
	height: 12px;
}
.home .features_wrap .text_area .img_item{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: -5em auto auto -6em;
}
.home .features_wrap .text_area .img_item.item02{
	inset: auto -12em -2em auto;
}
@media screen and (max-width:1700px) {
	.home .features_wrap .title_area .img{
		inset: 110% 0% auto auto;
	}
	.home .features_wrap .text_area .img_item{
		inset: -10em auto auto 1em;
		width: 5em;
	}
	.home .features_wrap .text_area .img_item.item02{
		inset: auto -6em -2em auto;
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.home .features_wrap{
		margin-top: -1.5em;
		padding-block: 3em 4em;
		border-radius: 1.5em 1.5em 0 0;
	}
	.home .features_inner{
		padding-inline: 15px;
	}
	.home .features_wrap .title_area{
		margin: 0 auto 2em;
		width: fit-content;
		text-align: center;
	}
	.home .features_wrap .title_area .img{
		inset: -50% -30% auto auto;
		width: 26%;
	}
	.home .features_wrap .img_area{
		position: relative;
		width: 100%;
		margin-bottom: 4em;
	}
	.home .features_wrap .img_item{
		width: 70%;
	}
	.home .features_wrap .img_logo{
		inset: 6.8% 68.5% auto auto;
		width: 23.5%;
	}
	.home .features_wrap .img_logo.logo02{
		inset: auto auto 6.8% 68.5%;
	}
	.home .features_wrap .text_area{
		text-align: left;
		max-width: unset;
	}
	.home .features_wrap .text_area .features_lead{
		font-size: 1.5rem;
	}

	.home .features_wrap .text_area .features_list{
		margin-bottom: 2em;
	}
	.home .features_wrap .text_area .features_item{
		border-bottom:#b4b4b4 dotted 2px;
	}
	.home .features_wrap .text_area .features_item a{
		font-size: 1.25rem;
		padding: 0.75em 1em 0.75em 1.75em;
	}
	.home .features_wrap .text_area .features_item a::before{
		width: 22px;
		height: 22px;
	}
	.home .features_wrap .text_area .features_item a::after{
		width: 10px;
		height: 10px;
	}
	.home .features_wrap .text_area .img_item{
		inset: -8em auto auto 0em;
		width: 4em;
	}
	.home .features_wrap .text_area .img_item.item02{
		inset: auto 0em -6em auto;
		width: 5em;
	}
}
.home .works_wrap .works_inner{
	border-top: 1px solid #e7e7e7;
	padding-block: 4em 2em;
}
.home .works_wrap .works_list{
	display: flex;
	gap: 1em 3%;
	margin-bottom: 4em;
}
.home .works_wrap .works_list .works_item{
	width: calc((100% - 6%) /3 );
}
.home .works_wrap .works_list .works_item a{
	text-decoration: none;
}
.home .works_wrap .works_list .works_item a img {
	transition: transform 0.3s;  
}
@media (any-hover: hover) {
	.home .works_wrap .works_list .works_item a:hover img {
		transform: scale(1.05);
	}
}
.home .works_wrap .works_list .works_item .img_area{
	position: relative;
	z-index: 0;
	margin-bottom: 1.5em;
}
.home .works_wrap .works_list .works_item .img_area .works_img{
	border-radius: 0.75em;
	overflow: hidden;
	aspect-ratio: 376 / 250;
 border: 1px solid #cccccc;
}
.home .works_wrap .works_list .works_item .img_area .works_img img{
	object-fit: cover;
	width: 100%;
}
.home .works_wrap .works_list .works_item .img_area .works_cat{
	position: absolute;
	z-index: 1;
	background: #1684b7;
	inset: auto auto 0 0;
	border-radius: 0 0.75em 0 0.75em;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5em 2em;
	min-width: 9em;
	text-align: center;
}
.home .works_wrap .works_list .works_item .works_title{
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.home .works_wrap .works_list .works_item .works_text{
	line-height: 1.8;
	min-height: 2.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 1em;
}
.home .works_wrap .works_list .works_item .works_place{
	position: relative;
	z-index: 0;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.home .works_wrap .works_list .works_item .works_place span{
	padding-left: 1.25em;
}
.home .works_wrap .works_list .works_item .works_place::before{
	position: absolute;
	z-index: 0;
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	background-image: url(../img/common/icon_pin.svg);
	background-size: contain;
	margin: auto; 
	inset: 0 auto auto -0.3em;
}
.home .works_wrap .common_btn a{
	margin-inline: auto;
}
@media screen and (max-width:767px) {
	.home .works_wrap .works_inner{
		padding-block: 2em;
	}
	.home .works_wrap .works_list{
		margin-bottom: 3em;
		flex-direction: column;
		gap: 3em;
	}
	.home .works_wrap .works_list .works_item{
		width: 100%;
	}
	.home .works_wrap .works_list .works_item .img_area{
		margin-bottom: 0.5em;
	}
	.home .works_wrap .works_list .works_item .works_title{
		margin-bottom: 0.25em;
	}
	.home .works_wrap .works_list .works_item .works_text{
		line-height: 1.6;
	}
	.home .works_wrap .works_list .works_item .works_place::before{
		width: 20px;
		height: 20px;
	}
}




.home .news_wrap{
	background: #f6f3ed;
	padding-block: 6em;
}
.home .news_inner{
	background: #fff;
	max-width: 1560px;
	margin-inline: auto;
	padding: 3em 2%;
	border-radius: 1.25rem;
	position: relative;
	z-index: 0;
}
.home .news_inner .item_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: -4em 0 auto auto;
	width: 19%;
	min-width: 11em;
}
.home .news_wrap .news_list_box{
	max-width: 1200px;
	margin-inline: auto;
	display: flex;
	gap: 2em 6%;
}
.home .news_wrap .news_list_box .title_area{
	text-align: left;
	width: 20%;
	min-width: 220px;
}
.home .news_wrap .news_list_box .news_list{
	width: 74%;
}
.home .news_wrap .news_list_box .news_list{
	margin-bottom: 0.5em;
	text-align: left;
}
.home .news_wrap .news_list_box .news_list li{
	border-bottom:#b4b4b4 dotted 3px;
}
.home .news_wrap .news_list_box .news_list li a{
	position:relative;
	display: block;
	padding: 1.75em 0.2em 1.5em;
	transition:background .3s;
	text-decoration:none;
	font-weight: 500;
	display: flex;
	gap: 10%;
}
.home .news_wrap .news_list_box .news_list li time{
	display: block;
	margin: 0 0 0.25em 0;
	font-size:1.25rem;
	font-weight:500;
	width:80px;
}
.home .news_wrap .news_list_box .news_list .news_title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media (any-hover: hover) {
	.home .news_wrap .news_list_box .news_list li a:hover{
		background:rgb(246 243 237 / 80%);
	}
}
@media screen and (max-width:1600px) {
	.home .news_inner{
		margin-inline: 2%;
	}
}
@media screen and (max-width: 767px) {
	.home .news_wrap{
		padding-block: 3em;
	}
	.home .news_inner{
		margin-inline: 15px;
		padding: 2em 1em;
		border-radius: 1rem;
	}
	.home .news_inner .item_img{
		inset: -2em 0 auto auto;
		width: 19%;
		min-width: 8em;
	}
	.home .news_wrap .news_list_box{
		gap: 0;
		flex-direction: column;
	}
	.home .news_wrap .news_list_box .title_area{
		text-align: center;
		width: 100%;
	}
	.home .news_wrap .news_list_box .news_list{
		width: 100%;
	}
	.home .news_wrap .news_list_box .news_list li{
		border-bottom:#b4b4b4 dotted 2px;
	}
	.home .news_wrap .news_list_box .news_list li a{
		padding: 1em 0.2em;
		flex-direction: column;
	}
	.home .news_wrap .news_list_box .news_list li time{
		font-size:1rem;
		width:80px;
	}
}
.home .other_wrap{
	padding-block: 6em;
	position: relative;
	z-index: 0;
}
.home .other_inner{
	max-width: 1560px;
	margin-inline: auto; 
}
.home .other_wrap .other_area01{
	display: flex;
	justify-content: flex-end;
	margin-left: 4%;
	gap: 2em 2.5%;
	margin-bottom: 6em;
	position: relative;
	z-index: 0;
}
.home .other_wrap .item_img{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto auto 58% -6em;
	width: 22%;
}
.home .other_wrap .other_area01 a{
	position: relative;
	z-index: 0;
	display: flex;
	align-items: end;
	width: 28.5%;
	padding: 0.75em;
	background-size: cover;
	font-size: min(1.75rem , 2vw);
	font-weight: 600;
	color: #fff;
	aspect-ratio: 432 / 244;
	border-radius: 0.75rem;
	text-decoration: none;
	overflow: hidden;
	transition: background-size 0.3s;
}
.home .other_wrap .other_area01 a:after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	inset: auto 1em 1em auto;
	width: 21px;
	height: 21px;
	background-image: url(../img/common/icon_arrow.svg);
	background-size: contain;
}
.home .other_wrap .other_area01 a img{
	position: absolute;
	z-index: -1;
	object-fit: cover;
	inset: 0;
	transition: transform 0.3s;
}
@media (any-hover: hover) {
	.home .other_wrap .other_area01 a:hover{
	    background-size: 105%;
		background-position: center;
	}
	.home .other_wrap .other_area01 a:hover img{
		transform: scale(1.05);
	}
}
.home .other_wrap .other_area02{
	display: flex;
	justify-content: center;
	gap: 1em 2%;
	margin-bottom: 4em;
}
.home .other_wrap .other_area02 a{
	display: block;
	transition: filter 0.3s , transform 0.3s;
}
@media (any-hover: hover) {
	.home .other_wrap .other_area02 a:hover{
		transform: translateY(5px);
	}
}
@media screen and (max-width: 1600px) {
	.home .other_inner{
		margin-inline: 2%; 
	}
}

@media screen and (max-width: 1300px) {
	.home .other_wrap .item_img{
		display: none; 
	}
	.home .other_wrap .other_area01{
		justify-content: center;
		margin-left: 0;
	}
	.home .other_wrap{
		padding-block: 4em;
	}
}
@media screen and (max-width: 767px){
	.home .other_wrap{
		padding-block: 3em;
	}
	.home .other_inner{
		padding-inline: 15px;
	}
	.home .other_wrap .other_area01{
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 1em 2%;
		margin-bottom: 3em;
	}
	.home .other_wrap .item_img{
		position: absolute;
		z-index: 1;
		margin: auto;
		inset: auto auto 58% -6em;
		width: 22%;
	}
	.home .other_wrap .other_area01 a{
		width: 49%;
		font-size: min(1.75rem , 4vw);
	}
	.home .other_wrap .other_area01 a:after{
		inset: auto 0.75em 0.75em auto;
		width: 16px;
		height: 16px;
	}
	.home .other_wrap .other_area02{
		margin-bottom: 3em;
		flex-direction: column;
	}
} 

.home .contact_wrap{
	background: linear-gradient(to top, #1684b7 70%, transparent 30%);
	padding-bottom: 6em;
}
.home .contact_inner{
	border-radius: 0.75em;
	border: 5px solid #1684b7;
	background: #fff;
	padding: 4em 2em;
	text-align: center;
	position: relative;
	z-index: 0;
}
.home .contact_wrap .sec_title{
	margin-bottom: 1em;
}
.home .contact_wrap .sec_text{
	margin-bottom: 2em;
}
.home .contact_wrap .contact_area{
	display: flex;
	justify-content: center;
	gap: 1em 6%;
}
.home .contact_wrap .contact_area .contact_tel .contact_num{
	font-size: 2.625rem;
	font-weight: 600;
	position: relative;
	z-index: 0;
}
.home .contact_wrap .contact_area .contact_tel .contact_num:after{
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	margin: auto;
	inset: 0.3em auto auto 0;
	width: 36px;
	height: 36px;
	background-image: url(../img/common/icon_tel.svg);
	background-size: contain;
}
.home .contact_wrap .contact_area .contact_tel .contact_num span{
	padding-left: 1em;

}
.home .contact_wrap .contact_area .contact_tel .contact_num span a{
	text-decoration: none;
	pointer-events: none;
}
.home .contact_wrap .contact_area .contact_tel .contact_numsub{
	font-weight: 500;
}
.home .contact_wrap .contact_area .common_btn{
	margin: 0;
}
.home .contact_wrap .contact_area .common_btn a{
	height: 70px;
	background: #28a7e1;
	border: 2px solid #28a7e1;
	padding-inline: 4em;
}
.home .contact_wrap .item_img{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -31% auto auto -11%;
	width: 27%;
}
@media screen and (max-width:1240px){
	.home .contact_inner{
		margin-inline: 2%;
	}
	.home .contact_wrap .item_img{
		inset: -10% auto auto -5%;
		width: 20%;
		min-width: 12em;
	}
}
@media screen and (max-width:767px){
	.home .contact_wrap{
		padding-bottom: 4em;
	}
	.home .contact_inner{
		border: 3px solid #1684b7;
		padding: 2em 1em;
		margin-inline: 15px;
	}
	.home .contact_wrap .contact_area{	
		flex-direction: column; 
	}
	.home .contact_wrap .contact_area .contact_tel .contact_num{
		font-size: 2rem;
		width: fit-content;
		margin-inline: auto;
	}
	.home .contact_wrap .contact_area .contact_tel .contact_num span a{
		pointer-events: unset;
	}
	.home .contact_wrap .contact_area .contact_tel .contact_num:after{
		inset: 0.3em auto auto -0.2em;
		width: 24px;
		height: 24px;
	}
	.home .contact_wrap .contact_area .common_btn a{
		height: 60px;
		padding-inline: 3em;
	}
	.home .contact_wrap .item_img{
		inset: -3em auto auto -11%;
		width: 34%;
		min-width: unset;
	}
}

/* features
-------------------------------------------------------------------*/
.features .f_mv_wrap{
	background: url(../img/features/mv01.png);
	background-position: 20%;
	min-height: 24em;
	width: 100%;
	aspect-ratio: 1920 / 492;
	border-radius: 0 0 40px 40px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.features .f_mv_inner{
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 0;
}
.features .f_mv_wrap .f_mv_title{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: 0 auto 0 calc(50% - 600px);
	height: fit-content;
	font-size: 2.625rem;
	font-weight: 600;
	color: #fff;
}
.features .f_mv_wrap .f_mv_title span{
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	color: #f8b62b;
}
@media screen and (max-width:767px) {
	.features .f_mv_wrap{
		background-size: cover;
		min-height: 12em;
		aspect-ratio: 1920 / 492;
		border-radius: 0 0 20px 20px;
	}
	.features .f_mv_wrap .f_mv_title{
		font-size: 1.875rem;
	}
}

.features .f_lead_wrap{
	margin-bottom: 6em;
	position: relative;
	z-index: 0;
}
.features .f_lead_wrap .lead_title{
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	position: relative;
	z-index: 0;
	padding-bottom: 0.75em;
	margin-bottom: 0.75em;
}
.features .f_lead_wrap .lead_title::before{
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 108px;
    height: 16px;
    background-image:url(../img/features/img_title01.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin:auto;
    inset: auto 0 0 0;
}
.features .f_lead_wrap .lead_subtitle{
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5em;
}
.features .f_lead_wrap .lead_text{
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.features .f_lead_wrap{
		margin-top: 3em;
		margin-bottom: 4em;
	}
	.features .f_lead_wrap .lead_title{
		font-size: 2rem;
		margin-bottom: 0.5em;
	}
	.features .f_lead_wrap .lead_title::before{width: 60px;}
	.features .f_lead_wrap .lead_subtitle{
		font-size: 1.25rem;
	}
	.features .f_lead_wrap .lead_text{
		text-align: left;
		line-height: 1.8;
	}
}
.features .f_cont_wrap{
  background: #e3f3fa;
  border-radius: 40px 40px 0 0;
  margin-top: 22em;
  padding-block: 14em 6em;
  position: relative;
  z-index: 0;
}
.features .f_cont_wrap .link_area{
	display: flex;
	justify-content: space-between;
	gap: 1em;
	transform: translateY(-30em);
	height: 0;
}
.features .f_cont_wrap .link_area a{
	transition: transform 0.3s;
	display: block;
	margin-bottom: 2em;
}
@media (any-hover: hover){
	.features .f_cont_wrap .link_area a:hover{
		transform: translateY(5px);
	}
}
@media screen and (max-width:1240px){
	.features .f_mv_wrap .f_mv_title{
		inset: 0 auto 0 1%;
	}
}
.features .f_cont_wrap .cont_area .cont_item{
	position: relative;
	z-index: 0;
	background: #fff;
	border-radius: 1.25rem;
	border: 5px solid #93c3d9;
	margin-bottom: 3em;
	filter: drop-shadow(5px 5px 0px #d1e0e6);
	padding: 2em;
	display: flex;
	align-items: center;
	gap: 1em 4%;
}
.features .f_cont_wrap .cont_area .cont_item.rev{
	flex-direction: row-reverse;
}
.features .f_cont_wrap .cont_area .cont_item .cont_icon{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 0 auto auto 0;
	background: #1684b7;
	color: #fff;
	font-weight: 600;
	font-size: 3.125rem;
	width: fit-content;
	padding: 0.5em 1em 0.75em 0.5em;
	border-radius: 16px 0 100% 0;
	line-height: 1.2;
}
.features .f_cont_wrap .cont_area .cont_item.rev .cont_icon{
	inset: 0 0 auto auto;
	padding: 0.5em 1em 0.75em 0.5em;
	padding: 0.5em 0.5em 0.75em 1em;
	border-radius: 0 16px 0 100%;
}
.features .f_cont_wrap .cont_area .cont_item .cont_icon span{
	font-size: 1.25rem;	
	display: block;
}
.features .f_cont_wrap .cont_area .cont_item .img_area{
	width: 46%;
}
.features .f_cont_wrap .cont_area .cont_item .text_area{
	width: 50%;
}
.features .f_cont_wrap .cont_area .cont_item .text_area .cont_title{
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.features .f_cont_wrap .cont_area .cont_item .text_area .cont_text{
	line-height: 2;
	word-break: a;
}
.features .f_cont_wrap .cont_area .cont_item .text_area .cont_text span{
	color: #1684b7;
}

.features .f_cont_wrap .cont_area .cont_item .item_img{
	position: absolute;
	z-index: 1;
	margin: auto;
}
.features .f_cont_wrap .cont_area .cont_item.item01 .item_img{
	inset: auto auto -1em -5em;
}
.features .f_cont_wrap .cont_area .cont_item.item02 .item_img{
	inset: auto -16em -6em auto;
	width: 11.5vw;
}
.features .f_cont_wrap .cont_area .cont_item.item03 .item_img{
	inset: auto auto -4em -14em;
	width: 10vw;
}
.features .f_cont_wrap .sec_img{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto auto 10% -3px;
	display: block;
}
@media screen and (max-width:1700px) {
	.features .f_cont_wrap .cont_area .cont_item.item02 .item_img{
		inset: auto -10em -4em auto;
		width:12%;
	}
	.features .f_cont_wrap .cont_area .cont_item.item03 .item_img{
		inset: auto auto -2em -9em;
		width: 10%;
	}
}
@media screen and (max-width:1500px) {
	.features .f_cont_wrap .cont_area .cont_item.item01 .item_img{
		inset: auto auto -2em -1em;
		width: 8%;
	}
	.features .f_cont_wrap .cont_area .cont_item.item02 .item_img{
		inset: auto -2em -2em auto;
		width: 9%;
	}
	.features .f_cont_wrap .cont_area .cont_item.item03 .item_img{
		inset: auto auto -1em -2em;
		width: 10%;
	}
}
@media screen and (max-width:1100px) {
	.features .f_cont_wrap{
	  margin-top: 20em;
	  padding-block: 12em 6em;
	}
	.features .f_cont_wrap .link_area{
		transform: translateY(-26em);
	}
}
@media screen and (max-width:767px) {
	.features .f_cont_wrap{
	  border-radius: 20px 20px 0 0;
	  margin-top: 8em;
	  padding-block: 0em 3em;
	}
	.features .f_cont_wrap .link_area{
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em 4%;
		transform: translateY(-6em);
		height: auto;
	}
	.features .f_cont_wrap .link_area a{
		margin-bottom: -3em;
		width: 44%;
	}
	.features .f_cont_wrap .cont_area .cont_item{
		border-radius: 1em;
		border: 3px solid #93c3d9;
		margin-bottom: 2em;
		filter: drop-shadow(3px 3px 0px #d1e0e6);
		padding: 1.25em 1em 2em;
		flex-direction: column !important;
	}
	.features .f_cont_wrap .cont_area .cont_item .cont_icon{
		font-size: 1.75rem;
		padding: 0.5em 0.75em 0.75em 0.5em !important;
		border-radius: 11px 0 100% 0 !important;
		inset: 0 auto auto 0 !important;
	}
	.features .f_cont_wrap .cont_area .cont_item .cont_icon span{
		font-size: 1rem;	
	}
	.features .f_cont_wrap .cont_area .cont_item .img_area{
		width: 100%;
	}
	.features .f_cont_wrap .cont_area .cont_item .text_area{
		width: 100%;
	}
	.features .f_cont_wrap .cont_area .cont_item .text_area .cont_title{
		font-size: 1.5rem;
	}
	.features .f_cont_wrap .cont_area .cont_item .text_area .cont_text{
		line-height: 1.8;
	}
	.features .f_cont_wrap .cont_area .cont_item.item01 .item_img{
		inset: auto auto -2.5em -1em;
		width: 12%;
	}
	.features .f_cont_wrap .cont_area .cont_item.item02 .item_img{
		inset: auto 0em -2em auto;
		width: 14%;
	}
	.features .f_cont_wrap .cont_area .cont_item.item03 .item_img{
		inset: auto -0.5em -1.5em auto;
		width: 18%;
	}
}
