@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
sky   #C8DCFF 200,220,255
blue  #2873FA  40,115,250
-----------------------------------------------*/

/*-----------------------------------------------
  mainVisual
-----------------------------------------------*/
#home .mainVisual {
position: relative;
}
#home .mainVisual .main {
width: 70%;
margin-right: auto;
}
#home .mainVisual .main video {
width: 100%;
height: auto;
}
#home .mainVisual .sub {
position: absolute;
right: 0;
bottom: 0;
width: 38%;
}
#home .mainVisual .sub_head {
font-size: 5vw;
line-height: 1.25;
color: #2873FA;
}
#home .mainVisual .sub_text {
margin-top: 4%;
font-size: 1.2vw;
}
#home .mainVisual .sub_photo {
width: 70%;
margin-top: 12%;
}
@media screen and (max-width: 800px) {
	#home .mainVisual .main {
	width: 100%;
	}
	#home .mainVisual .sub {
	position: static;
	width: 92%;
	margin: auto;
	margin-top: 4%;
	}
	#home .mainVisual .sub_head {
	font-size: 2em;
	text-align: center;
	color: #2873FA;
	}
	#home .mainVisual .sub_text {
	font-size: 1em;
	}
	#home .mainVisual .sub_photo {
	width: 100%;
	margin: auto;
	margin-top: 4%;
	}
}


/*-----------------------------------------------
  office
-----------------------------------------------*/
#home .office {
padding: 60px 4%;
}
#home .office .inner {
max-width: 1580px;
}
#home .office_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#home .office_list li {
width: 31.333%;
margin: 1%;
}
#home .office_list a:hover {
opacity: 0.75;
}
@media screen and (max-width: 800px) {
	#home .office {
	padding: 8%;
	}
	#home .office_list {
	display: block;
	}
	#home .office_list li {
	width: 100%;
	margin: 0;
	}
	#home .office_list li:not(:first-child) {
	margin-top: 4%;
	}
}

/*-----------------------------------------------
  news
-----------------------------------------------*/
#home .news {
position: relative;
min-height: 400px;
padding: 40px 4%;
background: #F4F8FF;
}
#home .news_en {
position: absolute;
top: calc(50% - 1em);
right: 4%;
font-size: 2.75vw;
}
#home .news_head_area {
width: 65%;
display: flex;
justify-content: space-between;
align-items: baseline;
}
#home .news_head {
font-size: 5em;
}
#home .news_more {
font-family: "Noto Sans JP", sans-serif;
}
#home .news_more::before {
content: "＞";
margin-right: 0.5em;
}
#home .news_more a:hover {
border-bottom: 1px solid #000;
}
#home .news_list {
width: 65%;
}
#home .news_list li {
padding: 0.75em 0;
}
#home .news_list a:hover .news_title {
text-decoration: underline;
}
#home .news_list dl {
display: flex;
align-items: stretch;
}
#home .news_info {
display: flex;
align-items: center;
width: 14em;
font-family: "Noto Sans JP", sans-serif;
}
#home .news_title {
width: calc(100% - 14em);
}
#home .news_date {
width: 6em;
}
#home .news_category {
width: 8em;
font-size: 0.85em;
text-align: center;
color: #FFF;
border-radius: 0.2em;
}
@media screen and (max-width: 800px) {
	#home .news {
	padding: 8% 4%;
	}
	#home .news_en {
	position: static;
	margin-top: 4%;
	font-size: 1.5em;
	text-align: center;
	}
	#home .news_head_area {
	width: 100%;
	}
	#home .news_head {
	font-size: 2.5em;
	}
	#home .news_list {
	width: 100%;
	}
	#home .news_list li {
	padding: 1em 0;
	}
	#home .news_list dl {
	display: block;
	}
	#home .news_date {
	width: 100%;
	}
	#home .news_title {
	width: 100%;
	}
}

/* color */
#home .news_list .category1 {
background: #00BEA5;
}
#home .news_list .category2 {
background: #2873FA;
}
#home .news_list .category3 {
background: #00B9FA;
}
#home .news_list .category4 {
background: #00803E;
}
#home .news_list .category9 {
background: #AA8228;
}

/*-----------------------------------------------
  contents
-----------------------------------------------*/
#home .contents {
margin-top: 60px;
padding: 60px 4%;
background: #F4F8FF;
}
#home .contents_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#home .contents_list li {
width: 48%;
margin-top: 4%;
}
#home .contents_list a:hover {
opacity: 0.75;
}
@media screen and (max-width: 800px) {
	#home .contents {
	margin-top: 4%;
	padding: 4%;
	}
	#home .contents_list {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	#home .contents_list li {
	width: 75%;
	margin: auto;
	margin-top: 4%;
	}
}

/*-----------------------------------------------
  map
-----------------------------------------------*/
#home .map {
padding: 60px 4% 0 4%;
}
#home .map_area {
width: 100%;
margin-top: 4%;
aspect-ratio: 1 / 1;
}
#home .map_area iframe {
width: 100%;
height: 100%;
}
@media screen and (max-width: 800px) {
	#home .map {
	padding-top: 8%;
	}
	#home .map_area {
	width: 100vw;
	margin-left: -4%;
	aspect-ratio: 1 / 1.5;
	}
}



