.mainimg {
	position: relative;
	height:100vh;
	width: 100%;
}
#video-area{
    position: absolute;
    z-index: -2;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.sphead {
	display: none;
}
.cati {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background:rgba(37,76,100,0.25);
}
.cati-box {
	position: absolute;
    left: 5%;
	bottom: 10%;
}
.cati h3 {
	font-weight: bold;
	font-size: 5.0vmax;
	line-height: 1.3;
	display: inline-block;
}

.cati h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 1.2vmax;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-top: 20px;
}




.head {
	position: fixed;
	width: 100%;
	z-index: 100;
}

.head-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 3%;
	background: linear-gradient(0deg, rgba(14,48,96, 0.0), rgba(14,48,96, 0.2));
	transition: 0.5s;
}
.head-box.scroll-nav {
  background: #fff;
  box-shadow: 0px 3px 12px rgb(34 34 34 / 12%);
}
.logo {
	max-width: 240px;
	-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
	transition: 0.5s;
}
.head-box.scroll-nav .logo {
	-webkit-filter: none;
filter: none;
}
.g-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.g-menu li a {
	padding: 20px 15px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	display: block;
	white-space: nowrap;
}
.g-menu li a:hover {
	opacity: 1;
}
.head-box.scroll-nav .g-menu li a {
	color: #000000;
}
.g-menu .contact a {
	background: linear-gradient(54deg, rgba(51, 132, 236, 1), rgba(18, 65, 150, 1));
	border-radius: 30px;
	margin-left: 10px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	transition: 0.5s;
}
.g-menu .contact a:hover {
	opacity: 0.6;
}

.g-menu .tel a {
	display: flex;
}
.g-menu .tel a img {
	width: 20px;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
	transition: 0.5s;
}
.g-menu .tel a h6 {
	font-family:  Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 120%;
}
.head-box.scroll-nav .g-menu .tel a img {
	-webkit-filter: none;
filter: none;
}
.head-box.scroll-nav .g-menu .tel a h6 {
	font-family:  Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 120%;
	color: #1F55BA;
}
.head-box.scroll-nav .g-menu .contact a {
	color: #fff;
}
.g-menu .under_line a span {
	position: relative;
}
.g-menu .under_line a span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -10px;
	left: 0;
	transition: 0.5s;
}

.head-box.scroll-nav .g-menu .under_line a:hover span::after {
	background-color: #1F55BA;
}
.under_line a:hover span::after {
	background-color: #fff;
}

.imgw100 {
	width: 100%;
}
.imgmaru {
	border-radius: 6px;
}

.mainbox {
	max-width: 1500px;
	padding: 0 8%;
	margin: 0 auto;
	padding-top: 8%;
}

.flex {
	display: flex;
}
.just_betw {
	justify-content: space-between;
}
.alin-center {
	align-items: center;
}

.top-title {
	margin-bottom: 50px;
}
.top-title h6 {
	color: #1F55BA;
	font-size: 600%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.top-title h2 {
	font-size: 180%;
	font-weight: bold;
}
.about01 {
	width: 45%;
}
.about02 {
	width: 45%;
	position: relative;
}
.btn {
	margin-top: 80px;
}
.btn a {
	background: linear-gradient(54deg, rgba(51, 132, 236, 1), rgba(18, 65, 150, 1));
	border-radius: 30px;
	padding: 20px 60px 20px 30px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	position: relative;
}
.btn a::after {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -3px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.th90 {
	width: calc(100% + 30%);
	margin: -10% 0 0 -40%;
}

.aboutli {
	margin-top: 5%;
}

.aboutli li {
	margin-top: 40px;
	width: 30%;
}
.aboutli li a h3 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
	transition: 0.5s ;
	position: relative;
	display: inline-block;
}
.aboutli li a h3::after {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}


.about-syado {
	position: relative;
	overflow:hidden;
	border-radius: 6px;
}
.about-syado img{
 transition:0.5s all;
}
.aboutli li a:hover img{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}


.about-syadoh4 {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 7%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(51, 132, 236, 0), rgba(11, 32, 60, 0.8));
	display: flex;
	align-items: flex-end;
}

.about-syadoh4 h4 {
	font-size: 160%;
	color: #fff;
	font-weight: bold;

}

.bg-gre {
	background-color: #f7f8fa;
	margin-top: -20%;
	padding-top: 20%;
	padding-bottom: 8%;
}
.bg-gre02 {
	background-color: #f7f8fa;
	margin-top: 8%;
	padding-bottom: 8%;
}
.serv-item {
	order: 2;
	width: 55%;
}
.serv-img {
	order: 1;
	width: 40%;
}
.serv-item li a {
	padding: 5%;
	border-top: 1px solid #D5D5D5;
	display: block;
	position: relative;
}
.serv-item li a::before {
	position: absolute;
	content: "";
	right: 5%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	background: linear-gradient(54deg, rgba(51, 132, 236, 1), rgba(18, 65, 150, 1));
}
.serv-item li a::after {
	position: absolute;
	content: "";
	right: 5%;
	top: 50%;
	margin-top: -4px;
	margin-right: 16px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.serv-item li:last-child a {
	border-bottom: 1px solid #D5D5D5;
}
.serv-item li a p {
	color: #000000;
}
.serv-item li a h3 {
	color: #1F55BA;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}
.serv-item li a h6 {
	font-family: Arial, Helvetica, "sans-serif";
	color: #CCCCCC;
	font-size: 180%;
	font-weight: bold;
	margin-right: 10%;
}
.serv-item li a:hover {
	opacity: 1;
	background-color: #1F55BA;
}
.serv-item li a:hover h3 {
	color: #fff;
}
.serv-item li a:hover p {
	color: #fff;
}
.serv-item li a:hover h6 {
	color: #fff;
}
.top_works_list li {
	width: 30%;
}
.top_works_list li img {
	width: 100%;
}
.top_works_list li a h3{
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000000;
	transition: 0.5s ;
}
.top_works_list li a h6{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 100%;
	font-weight: bold;
	color: #878787;
	transition: 0.5s ;
}
.top_works_list li a:hover h3, .top_works_list li a:hover h6{
	color: #1F55BA;
}
.top_works_list li a h6{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 100%;
	font-weight: bold;
	color: #878787;;
}

.top_works_list li a .worksli_img {
	width: 100%;
	overflow:hidden;
	position: relative;
	border-radius: 6px;
}
.top_works_list li a .worksli_img::before {
	content: "";
  display: block;
  padding-top: calc(((9 / 16) * 100%));
}
.top_works_list li a .worksli_img img {
	width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  min-height:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	transition: 0.5s ;
}

.top_works_list li a:hover .worksli_img img{
	opacity: 0.6;
}

.btn-right {
	text-align: right;
}
.top_news_list {
	width: 70%;
}
.top_news_list li a h3{
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	transition: 0.5s ;
}
.top_news_list li a h6{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 100%;
	font-weight: bold;
	color: #878787;
	transition: 0.5s ;
}
.top_news_list li a:hover h3, .top_works_list li a:hover h6{
	color: #1F55BA;
}
.top_news_list li a:hover{
	opacity: 1;
}
.top_news_list li a h6{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 100%;
	font-weight: bold;
	color: #878787;;
}
.top_news_list li a {
	background-color: #fff;
	display: block;
	padding: 3%;
	border-radius: 6px;
	box-shadow: 0px 3px 12px rgb(34 34 34 / 12%);
}
.top_news_list li {
	margin-bottom: 20px;
}
.top_news_list li:last-child {
	margin-bottom: 0px;
}

.com_rec div {
	width: 50%;
	box-sizing: border-box;
}

.com_rec a {
	display: block;
	padding: 16% 10%;
	transition: 0.5s;
	position: relative;
}
.com_rec a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 48, 96, 0.8);
	transition: 0.2s;
	z-index: 0;
	opacity: 0;
}
.com_rec a:hover::after {
	opacity: 1;
	transition: 0.2s;
}
.com_rec a:hover {
	opacity: 1;
	transition: 0.5s;
}
.com_rec a h6 {
	color: #fff;
	font-size: 400%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	position: relative;
	z-index: 1;
}
.com_rec a h2 {
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 1;
}
.top_company {
	background-image: url("../img/top_company.jpg");
	background-size: cover;
	background-position: center center;
}
.top_recruite {
	background-image: url("../img/top_recruite.jpg");
	background-size: cover;
	background-position: center center;
}

.foot01 {
	background: linear-gradient(54deg, rgba(51, 132, 236, 1), rgba(18, 65, 150, 1));
	padding-bottom: 8%;
}
.foot01-a {
	width: 45%;
	color: #FFFFFF;
}
.foot01-b {
	width: 45%;
}
.foot01-a h3 {
	font-size: 280%;
	font-weight: bold;
	margin-bottom: 20px;
}
.foot01-a p {
	font-weight: bold;
}

.foot01-b h2 {
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
.foot01-b h2::after {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.foot01-b h6 {
	display: flex;
	align-items: center;
}
.botom-tel {
	width: 30px;
	background-color: #fff;
	height: 30px;
	border-radius: 50%;
	padding: 7px;
	box-sizing: border-box;
	margin-right: 10px;
}
.foot01-b h6 a {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 260%;
	color: #fff;
	font-weight: bold;
}

.foottelbox p {
	font-size: 90%;
	color: #fff;
	margin-left: 10px;
}
.mailfo-btn {
	margin-top: 10px;
}
.mailfo-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 5%;
	border-radius: 6px;
	box-shadow: 0px 3px 12px rgb(34 34 34 / 12%);
}
.mailfo-btn a img {
	width: 26px;
	margin-right: 10px;
}
.mailfo-btn a h5 {
	font-size: 130%;
	font-weight: bold;
	color: #1F55BA
}

.foot02 {
	padding-bottom: 8%;
}

.foot02-a {
	width: 40%;
	display: flex;
}
.foot02-b {
	width: 55%;
}

.footlogo {
	width: 20%;
	margin-right: 30px;
}
.footlogo-txt h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
.footlogo-txt p {
	font-size: 100%;
}
.footmenu {
	display: flex;
	justify-content: flex-end;
}
.footmenu li {
	padding-left: 20px;
}
.footmenu li a {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
}
.bana-box {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
	margin-bottom: 40px;
}
.bana-box li {
	max-width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}
.bana-box li a {
	border: 1px solid #E6E6E6;
	display: block;
	border-radius: 6px;
}
address {
	text-align: right;
	color: #BABABA;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 90%;
}


.page-title-box {
	padding: 14% 10% 8% 10%;
}
.page-title-box h6 {
	font-size: 600%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	color: #1F55BA;
}
.page-title-box h2 {
	font-size: 200%;
	font-weight: bold;
}
.sidemenu-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8%;
}
.inner {
	width: 80%;
	box-sizing: border-box;
	padding-right: 5%;
	border-right: #e0e0e0 solid 1px;
	order: 1;
}
.submenu {
	width: 15%;
	order: 2;
	
}
.submenu ul {
	position: sticky;
	position: -webkit-sticky;
	top: 200px;
	
}
.submenu ul li {
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.submenu ul li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #1F55BA;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.submenu ul li a p {
	color: #000000;
	line-height: 1.5;
	transition: 0.5s ;
}
.submenu ul li a:hover p {
	color: #1F55BA;
}
.gretxt {
	width: 65%;
}
.greimg {
	width: 25%;
}
.greimg h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.sub-title {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.sub-title h3 {
	font-size: 200%;
	font-weight: bold;
}
.sub-title h6 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	color: #1F55BA;
}
.gretxt p {
	font-size: 130%;
	line-height: 2;
}

#contents01, #contents02, #contents03, #contents04, #contents05, #contents06, #contents07, #contents08, #contents09, #contents10, #contents11, #contents12, #contents13 {
	display: block;
    margin-top: -200px;
    padding-top: 200px;
}

.inner-box {
	margin-bottom: 15%;
}
.inner-box:last-child {
	margin-bottom: 0%;
}

.polibox {
	background-color: #F2F4F7;
	padding: 6%;
	border-radius: 6px;
}
.polibox01 {
	margin-bottom: 60px;
	box-sizing: border-box;
	text-align: center;
}
.polibox01 h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 40px;
	color: #1F55BA;
}
.polibox01 h4 span {
	position: relative;
	padding-bottom: 15px;
}
.polibox01 h4 span::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	background-color: #1F55BA;
	margin-left: -50px;
}
.polibox01 p {
	font-size: 180%;
	font-weight: bold;
}
.polibox02 p {
	font-size: 120%;
	font-weight: normal;
	text-align: left;
}
.table {
	width: 100%;
	box-sizing: border-box;
}
.table td {
	padding: 2%;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	font-size: 110%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
}
.table .td01 {
	width: 200px;
	font-weight: bold;
}
.accesslist li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.accesslist li:last-child {
	margin-bottom: 0px;
}

.ac-info {
	width: 40%;
}
.map {
	width: 55%;
}
.ac-info img {
	width: 100%;
	border-radius: 6px;
}
.ac-info h4 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.seds01 {
	background-color: #F2F4F7;
	border-radius: 6px;
	padding: 6%;
	box-sizing: border-box;
	width: 36%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seds02 {
	width: 57%;
}
.subsubtitle {
	font-size: 200%;
	margin-bottom: 30px;
	color: #1F55BA;
}
.sdgs-inner {
	margin-top: 60px;
}
.sdgs-inner li {
	padding: 5%;
	border-top: 3px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sdgs-inner li:last-child {
	border-bottom: 3px solid #e0e0e0;
}

.sdgs-txt {
	width: 55%;
}
.sdgs-txt h4 {
	font-size: 150%;
	font-weight: bold;
	color: #1F55BA;
	margin-bottom: 10px;
}
.sdgs-icon {
	width: 40%;
	display: flex;
	justify-content: space-between;
}
.sdgs-icon div {
	width: 31%;
}

.sertxt {
	width: 45%;
}
.serimg {
	width: 50%;
}
.point-box {
	margin-top: 80px;
}
.point-box h4 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1F55BA;
}
.point-box li {
	width: 31.5%;
	margin-top: 20px;
}
.point-box li h5 {
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #1F55BA;
}
.point-box li {
	position: relative;
}
.point-box li h6 {
	position: absolute;
	background-color: #1F55BA;
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 90%;
	font-weight: bold;
	margin-left: -13px;
	margin-top: -13px;
}

.seko-naiyo h4 {
	font-size: 130%;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
    transition: 0.5s;
    position: relative;
    display: inline-block;
}
.seko-naiyo h4::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
}
.seko-naiyo {
	background-color: #F2F4F7;
	padding: 5%;
	margin-top: 80px;
}
.seko-naiyo li {
	width: 30%;
}
.seko-naiyo .just4 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.seko-naiyo .just4 li {
	width: 22%;
}
.seko-naiyo li h5 {
	font-size: 130%;
    color: #000000;
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.seko-naiyo li h5::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background-color: #1F55BA;
}
.yane-sonota li {
	width: 47%;
	margin-top: 20px;
}
.yanetoso li {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 40px;
}
.yanetoso01 {
	width: 40%;
}
.yanetoso02 {
	width: 55%;
	margin-top: -20px;
}

.bill_txt {
	width: 65%;
}
.bill_img {
	width: 30%;
}
.hist01 {
	width: 30%;
}
.hist02 {
	width: 65%;
}

.about-rbox {
	margin-top: 40px;
}
.about-rbox li {
	width: 31%;
	margin-top: 20px;
}

.table02 {
	width: 100%;
	box-sizing: border-box;
	margin-top: 80px;
}
.table02 td {
	padding: 1% 2% ;
	box-sizing: border-box;
	font-size: 110%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
	
}
.table02 .td04 {
	border-left: 1px solid #e0e0e0;
}
.table02 tr:nth-child(odd) td {
	background-color: #F2F4F7;
}
.table02 .td03 {
	width: 230px;
	font-weight: bold;
}

.kunimg01 {
	width: 45%;
}
.kunimg02 {
	width: 52%;
}
.kunsyo {
	margin-top: 80px;
	margin-bottom: 60px;
}
.kunsyo p {
	margin-top: 10px;
	font-weight: bold;
}

.redia_txt {
	margin-bottom: 40px;
}


.redia01 li {
	width: 47%;
	margin-bottom: 40px;
}
.redia01 li img {
	border: 1px solid #CACACA;
}
.redia01 li p {
	font-weight: bold;
	margin-top: 10px;
}

.redia02 {
	padding: 5%;
	border-radius: 6px;
	background-color: #F2F4F7;
	width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.redia02 li {
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	width: 50%;
	box-sizing: border-box;
}
.redia02 li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1F55BA;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.redia02 li a {
	color: #1F55BA;
	text-decoration: underline;
	display: flex;
	align-items: center;
}
.win {
	width: 22px;
}

.net-box {
	margin-top: 60px;
}
.netw01 {
	width: 30%;
}
.netw02 {
	width: 65%;
}

.sikaku_img {
	width: 40%;
	order: 2;
}

.sikaku_txt {
	width: 55%;
	order: 1;
}
.sikaku-list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sikaku-list ul {
	width: 47%;
	box-sizing: border-box;
	margin-top: 20px;
}
.sikaku-list li {
	display: flex;
	justify-content: space-between;
	border-top: #e0e0e0 solid 1px;
	padding: 1%;
}
.sikaku-list li:last-child {
	border-bottom: #e0e0e0 solid 1px;
}
.sikaku-list li p {
	font-size: 110%;
}
.sikaku-list li h5 {
	font-size: 110%;
}
.anzen {
	padding: 5%;
    border-radius: 6px;
    background-color: #F2F4F7;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
	margin-top: 60px;
}
.anzen .anzentaikai li {
	width: 48%;
	margin-top: 40px;
}
.anzen .anzentaikai li h5 {
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.anzenhosin {
	background-color: #fff;
	border-radius: 6px;
	margin-top: 60px;
}
.anzenhosin h5 {
    font-size: 160%;
    font-weight: bold;
    color: #fff;
	background-color: #1F55BA;
	border-radius:6px 6px 0px 0px ;
	padding: 20px;
	text-align: center;
}

.anzenhosin h6 {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 40px;
    color: #1F55BA;
	text-align: center;
}
.anzenhosin h6 span {
    position: relative;
    padding-bottom: 15px;
}
.anzenhosin h6 span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 2px;
    background-color: #1F55BA;
    margin-left: -50px;
}
.anzenhosin-in {
	padding: 5%;
}
.anzen-txt {
	font-size: 160%;
    font-weight: bold;
	text-align: center;
}
.anzenhosin-in ul {
	margin-top: 40px;
}
.anzenhosin-in li {
	border-top: #e0e0e0 solid 1px;
	padding: 3%;
	display: flex;
	justify-content: space-between;
}
.anzen-t01 {
	width: 25%;
	font-weight: bold;
	color: #1F55BA;
}
.anzen-t02 {
	width: 70%;
	
}

.anzenimg li {
	width: 48%;
	margin-top: 40px;
}

.mesimg {
	width: 48%;
	order: 2;
}
.mestxt {
	width: 48%;
	order: 1;
}

.kankyo h4 {
	text-align: center;
}
.kankyo ul {
	margin-top: 20px;
}
.kankyo li {
	width: 31%;
	margin-top: 20px;
}
.kankyo li h5 {
	text-align: center;
	font-size: 140%;
	margin-top: 20px;
	font-weight: bold;
}

.sdgs-rec {
	border-top: 1px solid #e0e0e0;
	margin-top: 60px;
	padding: 5% 5% 0% 5%;
}
.sdgs-recimg {
	width: 30%;
}
.sdgs-rectxt {
	width: 60%;
}
.sdgs-rectxt .btn {
	margin-top: 40px;
}

.inte02 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.inte02 ul {
	display: flex;
	justify-content: space-between;
}
.inte02 ul li {
	width: 48%;
}

.inte01 {
	position: relative;
	padding-top: 30px;
}

.inte01 h5 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 600%;
	font-weight: bold;
	color: #1F55BA;
	position: absolute;
	top: 0;
	left: 5%;
	margin-top: -30px;
}
.inte01 img{
	border-radius:6px 6px 0 0 ;
}
.inter_title {
	position: absolute;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	color: #fff;
	background: linear-gradient(
180deg, rgba(51, 132, 236, 0), rgba(11, 32, 60, 0.8));
	
}
.inter_title h6 {
	font-size: 160%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.inter_title h4 {
	font-size: 300%;
	font-weight: bold;
}
.inter_title p {
	font-weight: bold;
}

.inte03 {
	border-radius: 0 0 6px 6px;
}
.inte03 li h3 {
	font-size: 140%;
	font-weight: bold;
	color: #1F55BA;
	margin-bottom: 10px;
}
.inte03 li {
	padding-bottom: 5%;
}


.inner-box_inner02 {
	margin-top: 60px;
}
.rec-last {
	margin-top: 60px;
}
.rec-last h4 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
.rec-last-tel {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rec-last-tel img {
	width: 20px;
	margin-right: 10px;
}
.rec-last-tel a {
	font-size: 240%;
	font-weight: bold;
	color: #1F55BA;
	font-family: Arial, Helvetica, "sans-serif";
}
.time {
	text-align: center;
	font-size: 90%;
}
.rec-last-btn {
	text-align: center;
}
.rec-last-btn .btn {
	margin-top: 40px;
}
.works_box {
	padding-top: 0px;
}
.page_works_list {
	flex-wrap: wrap;
}
.page_works_list li {
	width: 48%;
	margin-bottom: 40px;
}
.kategori {
	    background-color: #F2F4F7;
    padding: 2%;
    border-radius: 6px;
	margin-bottom: 40px;
}
.kategori p {
	font-size: 90%;
}
.pagenavi {
	display: flex;
	justify-content: center;
	
	margin-top: 40px;
}
.pagenavi p {
	padding: 10px;
}
.pagenavi h4 {
	padding: 10px;
	font-size: 130%;
	background-color: #F2F4F7;
    padding: 2% 5%;
    border-radius: 6px;
	
	font-weight: bold;
}
.pagenavi h4 a {
	color: #1F55BA;
}

.works-title {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.works-title h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #878787;
	font-family: Arial, Helvetica, "sans-serif";
}
.works-title h3 {
	font-size: 180%;
	font-weight: bold;
}

.works_befo {
	width: 40%;
	order: 1;
	
}
.works_befo-box {
	position: relative;
}
.works_befo h6 {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #D6D8DD;
	padding: 10px 20px;
	border-radius: 0px 6px 0px 6px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 130%;
	font-weight: bold;
}

.works_imgbox {
	border-radius: 0px 0px 6px 6px;
}

.after-txt {
	background-color: #1F55BA;
	padding: 10px 20px;
	border-radius: 6px 6px 0px 0px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 60px;
}
.works_other {
	margin-top: 20px;
}
.works_other ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works_other ul li {
	width: 47%;
	margin-top: 40px;
}
.works_other ul li p {
	margin-top: 10px;
	font-weight: bold;
}
.works_comme {
	box-sizing: border-box;
	width: 55%;
	order: 2;
}

.table03 {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #e0e0e0;
	margin-top: 60px;
}
.table03 td {
	padding: 2%;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 110%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
	background-color: #fff;
}
.table03 .td05 {
	width: 240px;
	font-weight: bold;
	color: #fff;
	background-color: #1F55BA;
}

.telbox {
	text-align: center;
}
.telbox p {
	margin-bottom: 20px;
}

.telbox ul li h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 220%;
	font-weight: bold;
	color: #1F55BA;
}
.telbox ul li h6 a {
	color: #1F55BA;
}
.telbox ul li h6 span {
	font-size: 70%;
}

.news_box {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 8%;
}
.news_box .top_news_list {
	width: 100%;
}

.news_box_inner {
	background-color: #fff;
    display: block;
    padding: 5%;
    border-radius: 6px;
    box-shadow: 0px 3px 12px rgb(34 34 34 / 12%);
}
.news-title h6 {
	font-family: Arial, Helvetica, "sans-serif";
    font-size: 100%;
    font-weight: bold;
    color: #878787;
}
.news-title h3 {
    font-size: 180%;
    font-weight: bold;
}
.news-title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D5D5D5;
}

.inte-img li {
	width: 48%;
	margin-top: 20px;
	padding-bottom: 0px;
}
.jisseki p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	 border-bottom: 1px solid #e0e0e0;
}

.hokanimo {
	background-color: #fff;
	padding: 5%;
	border-radius: 6px;
	margin-top: 30px;
	border: 2px solid #1F55BA;
}
.hokanimo p {
	font-weight: bold;
}
.hokanimo p a {
	color: #1F55BA;
	text-decoration: underline;
}

@media screen and ( max-width:1200px )
{
.g-menu li a {
	padding: 20px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	transition: 0.5s;
	display: block;
	white-space: nowrap;
}
}


@media screen and ( max-width:800px )
{
	.sp-mainimg {
		background-image: url("../img/sp-mainimg.jpg");
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 100%;
		position: absolute;
	}
.video-wrap {
    display: none;
  }
.sphead {
	display: block;
	
}
.g-menu {
	display: none;
}
.head-box {
    padding: 20px 5%;
}
.logo {
		max-width: 240px;
}
	
.br-sp-none {
		display: none;
}
.cati {
	
}
	.flex {
		display: inherit;
	}
.about01 {
    width: 100%;
	margin-bottom: 80px;
}
.top-title h6 {
    font-size: 400%;
}
.about02 {
    width: 100%;
}
.th90 {
    width: 100%;
    margin: -10% 0 0 0%;
}
.btn {
    margin-top: 60px;
}
.aboutli li {
    width: 100%;
}
.mainbox {
    padding-top: 18%;
	padding-bottom: 18%;
}
.serv-item {
    width: 100%;
}
	.ser-tt {
		padding-right: 20%;
	}
	.ser-tt p {
		font-size: 90%;
	}
.serv-img {
    width: 100%;
	margin-top: 40px;
}
.bg-gre {
    margin-top: -40%;
    padding-top: 20%;
}

.top_works_list li {
    width: 100%;
	margin-bottom: 40px;
}
.top_news_list {
    width: 100%;
}
.com_rec div {
    width: 100%;
}
.foot01-a {
    width: 100%;
	margin-bottom: 40px;
}
.foot01-a h3 {
    font-size: 160%;
}
.foot01-b {
    width: 100%;
}
.foot02-a {
    width: 100%;
}
.foot02-b {
    width: 100%;
	margin-top: 40px;
}
.footmenu {
	
	flex-wrap: wrap;
	justify-content: space-between;
}
	.footmenu li {
		border-bottom: 1px solid #D5D5D5;
		padding: 10px 0;
		width: 48%;
		box-sizing: border-box;
	}
	.footmenu li:first-child {
		border-top: 1px solid #D5D5D5;
	}
	.footmenu li:nth-child(2) {
		border-top: 1px solid #D5D5D5;
	}
.bana-box {
    justify-content: space-between;
}
.bana-box li {
    width: 48%;
    margin-left: 0px;
    margin-top: 0px;
}
.foot01-a p {
    font-size: 90%;
}
.cati h3 {
    font-size: 6.2vmax;
}
.cati-box {
    bottom: 5%;
}
	.sp-tel {
		padding: 5%;
	}
	.sp-tel h4 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sp-tel h4 img {
		width: 20px;
		margin-right: 10px;
	}
	.sp-tel h4 a {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 200%;
		font-weight: bold;
		color: #1F55BA;
	}
	.sp-contact {
		max-width: 200px;
		margin: 0 auto;
	}
	.sp-contact a {
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		display: block;
		padding: 15%;
		background-color: #1F55BA;
		color: #fff;
		border-radius: 50px;
	}
.page-title-box h6 {
    font-size: 360%;
}
.page-title-box {
    padding: 34% 10% 14% 10%;
}
.page-title-box h2 {
    font-size: 160%;
}
.sidemenu-box {
    display: inherit;
}
.inner {
    width: 100%;
    padding-right: 0%;
    border-right: none;
}
.submenu {
    width: 100%;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 3px solid #e0e0e0;
}
.submenu ul li {
    margin-bottom: 10px;
}
.hist01 {
    width: 100%;
}
.hist02 {
    width: 100%;
}
.about-rbox li {
    width: 100%;
}
.table02 td {
    width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 3% 4%;
}
.table02 .td03 {
    width: 100%;
}
.table02 .td04 {
    border-left: none;
	border-bottom: 1px solid #e0e0e0;
	
}
.kunimg01 {
    width: 100%;
	margin-bottom: 20px;
}
.kunimg02 {
    width: 100%;
}
.inner-box {
    margin-bottom: 30%;
}
#contents01, #contents02, #contents03, #contents04, #contents05, #contents06, #contents07, #contents08, #contents09, #contents10, #contents11, #contents12, #contents13 {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}
.redia01 li {
    width: 100%;
}
.redia02 li {
    width: 100%;
}
.redia02 li p {
    font-size: 110%;
}
.netw01 {
    width: 100%;
	margin-bottom: 40px;
}
.netw02 {
    width: 100%;
}
.sikaku_img {
    width: 100%;
	margin-bottom: 40px;
}
.sikaku_txt {
    width: 100%;
}
.sikaku-list {
    display: inherit;
}
.sikaku-list ul {
    width: 100%;
    margin-top: 0px;
}
.anzen .anzentaikai li {
    width: 100%;
}
.anzenhosin-in li {
   padding: 3%;
    display: inherit;
}
.anzen-t01 {
    width: 100%;
}
.anzen-t02 {
    width: 100%;
}
.anzenimg li {
    width: 100%;
}
.serimg {
    width: 100%;
}
.sertxt {
    width: 100%;
	margin-top: 40px;
}
.point-box li {
    width: 100%;
	margin-top: 40px;
}
.seko-naiyo li {
    width: 100%;
	margin-bottom: 40px;
}
	.seko-naiyo li:last-child {
		margin-bottom: 0;
	}
.bill_img {
    width: 100%;
	margin-bottom: 40px;
}
.bill_txt {
    width: 100%;
}
.seko-naiyo .just4 li {
    width: 100%;
}
	.works_box {
		padding-top: 0px;
	}
.works_comme {
    width: 100%;
    margin-bottom: 40px;
}
.works_befo {
    width: 100%;
}
.works_other ul {
    display: inherit;
}
.works_other ul li {
    width: 100%;
}
.table03 td {
	display: block;
	width: 100%;
    padding: 4%;
	border-left: 1px solid #e0e0e0;
}
.table03 .td05 {
    width: 100%;
}
	
.gretxt {
    width: 100%;
	margin-bottom: 40px;
}
.greimg {
    width: 100%;
}
.polibox01 p {
    font-size: 120%;
}
.table .td01 {
    width: 100%;
	background-color: #E2E2E2;
}

.table td {
    padding: 3%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
	width: 100%;
	display: block;
}
.accesslist li {
    display: inherit;
}
.ac-info {
    width: 100%;
	margin-bottom: 20px;
}
.map {
    width: 100%;
}
.seds01 {
    padding: 16%;
	width: 100%;
}
.seds02 {
    width: 100%;
	margin-top: 40px;
}
.sdgs-inner li {
    display: inherit;
}
.sdgs-txt {
    width: 100%;
	margin-bottom: 20px;
}
.sdgs-icon {
    width: 100%;
}
.mesimg {
    width: 100%;
margin-bottom: 40px;
}
.mestxt {
    width: 100%;
}
.kankyo li {
    width: 100%;
}
.sdgs-recimg {
    width: 100%;
	padding: 16%;
	box-sizing: border-box;
}
.sdgs-rectxt {
    width: 100%;
}
.btn a {
    font-size: 100%;
}
.inter_title {
    position: inherit;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #1F55BA;
}
.inter_title h4 {
    font-size: 140%;
}
.inter_title h6 {
    font-size: 120%;
}
.inte01 h5 {
    font-size: 300%;
    margin-top: -5px;
}
.inte-img li {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
}
.rec-last {
    padding-bottom: 16%;
}
.mainimg {
    position: relative;
    height: 70vh;
    width: 100%;
}

.yanetoso li {
	width: 100%;
	border-bottom: none;
	padding-bottom: 20px;
}
.yanetoso01 {
	width: 100%;
}
.yanetoso02 {
	width: 100%;
	margin-top: 0px;
}

}
