@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "Kaisei Opti", "Outfit", "Quicksand", "Zen Old Mincho", sans-serif;
	background-color: #fff;
	color: #222222;
}
.footer{
	padding-top: 50px;
}
.page_links {
    position: fixed;
    z-index: 99;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 20px;
    gap: 40px;
    background-color: #012F7C;
}
 /* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 18px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}

.font-quick{font-family: "Quicksand",  sans-serif;}
.font-out{font-family: "Outfit",  sans-serif;}
.font-kaisei{font-family: "Kaisei Opti",  sans-serif;}
.font-mincho{font-family: "Zen Old Mincho",  sans-serif;}

/* ---------- pagetitle3 ---------- */
.pagetitle3{
	position: relative;
	width: 100%;
    height: clamp(300px, 60vw, 700px);
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #000;
}
body.on .pagetitle3::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
    background: rgba(1, 47, 124, 0.4);
	z-index: 1;
}
.pagetitle3 .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}
.pagetitle3 .title_wrap{
	width: 100%;
	position: relative;
}
.pagetitle3 .titlebox {
	flex-direction: column;
    z-index: 3;
}
.pagetitle3 .titlebox img{
  width: 350px;
}
.pagetitle3 .titlebox h1{
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.lh-2{
	line-height: 2.0;
}
.more a,.more > div {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 260px;
    background-color: #012F7C;
    text-decoration: none;
    border: #1EA192 solid 1px;
	border-radius: 4px;
}
.more p{
	color: #fff;
}
/* ---------- ↑style ---------- */
/* ---------- ↓publicworks ---------- */

.bg-blue{
	background: #DEEBFF;
    background: linear-gradient(320deg,rgba(222, 235, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
}
.entitle{
	font-size: 18px;
	font-family: "Zen Old Mincho", sans-serif;
	color: #012F7C;
	letter-spacing: 0.1em;
}
.cate1{
	position: relative;
}
.cate1 .box_wrap{
	width: 70%;
}
.cate1 .merit-box{
	background-color: #fff;
	box-shadow: 0 0px 20px rgba(0,0,0,0.3);
	gap :20px;
	padding: 40px 60px;
	max-width: 1000px;
}
.cate1 .merit-box .merit-item{
	width: calc(50% - 10px);
	position: relative;
	justify-content: flex-start;
	padding: 10px;
}
.cate1 .merit-box .merit-item::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #F6F6F6;
}
.cate1 .merit-box .merit-item img{
	width: 25px;
	margin-right: 15px;
}
.cate1 .imgbox{
	
}
.cate1 .imgbox .img1{
	position: absolute;
	width: 430px;
	border-radius: 8px;
	top: -100px;
	right: 250px;
}
.cate1 .imgbox .img2{
	position: absolute;
	width: 220px;
	border-radius: 8px;
	bottom: 150px;
	right: 150px;
}

.title-style2{
	position: relative;
	flex-direction: column;
	padding-bottom: 15px;
}
.title-style2::after{
	content: "";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #012F7C;
}
.cate2 img{
	border-radius: 8px;
}
.cate2 .box_wrap{
	gap: 80px;
	flex-direction: column;
}
.cate2 .box_wrap .boxitem{
	gap: 50px;
}
.cate2 .box_wrap .boxitem2{
	flex-direction: row-reverse;
}
.cate2 .box_wrap .boxitem .imgbox{
	width: calc(40% - 25px);
}
.cate2 .box_wrap .boxitem .txtbox{
	width: calc(60% - 25px);
}
.cate2 .box_wrap .txtbox h3{
	position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.cate2 .box_wrap .txtbox h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #012F7C;
}
.cate2 .box_wrap .txtbox h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #DBDBDB;
}

.cate3,
.cate4{
	background-color: #F8F8F8;
}

.cate3 .cms_contents,
.cate4 .cms_contents{
	width: 100%;
	order: 3;
}
.cate3 .cms_contents .webgene-blog,
.cate4 .cms_contents .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 60px;
}
.cate4 .cms_contents .webgene-blog{
	gap: 10px;
}
.cate3 .cms_contents .webgene-blog .webgene-item{
	width: calc(100% / 3 - 120px / 3);
}
.cate4 .cms_contents .webgene-blog .webgene-item{
	width: calc(100% / 4 - 30px / 4);
}
.cate3 .cms_contents .webgene-blog .webgene-item .label,
.cate4 .cms_contents .webgene-blog .webgene-item .label{
	justify-content: space-between;
}
.cate3 .cms_contents .webgene-blog .webgene-item .label .catelabel{
	color: #012F7C;
	background-color: #DA411F;
	border: #012F7C solid 1px;
	padding: 2px 8px;
}
.cate4 .cms_contents .webgene-blog .webgene-item .label .catelabel{
	color: #fff;
	background-color: #012F7C;
	border-radius: 14px;
	padding: 2px 8px;
}
.cate4 .contact-box{
	position: relative;
	padding: 60px 120px;
	background-color: #012F7C;
	border-radius: 4px;
}
.cate4 .contact-box .item{
	position: absolute;
	top: -30px;
	left: 120px;
	width: 400px;
}
.cate4 .contact-box .item img {
    display: block;
    width: 100%;
    height: auto;
}
.cate4 .contact-box .item p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #012F7C;
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
}

.cate4 .contact-box .bottombox{
	gap: 30px;
	padding-top: 15px;
	justify-content: flex-start;
}
.cate4 .contact-box .bottombox .telbox{
	flex: 0 0 auto;
	gap: 10px;
}
.cate4 .contact-box .bottombox .telbox img{
	width: 35px;
    flex-shrink: 0;
}
.cate4 .contact-box .bottombox .more-map{
	width: calc(50% - 15px);
}
.cate4 .contact-box .bottombox .telbox p{
	color: #fff;
	flex: 1;
}
.cate4 .contact-box .bottombox .more-mail {
  flex: 1;
  min-width: 0; 
}
.more-mail .flex {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  min-width: 240px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
	gap:10px;
	white-space: nowrap;
}

.more-mail .flex p {
    transition: 0.5s;
	font-size: 22px;
	font-weight: 600;
}

.more-mail .flex:hover {
  background-color: #fff;
}

.more-mail .flex:hover p {
  color: #181818;
}
.more-mail .flex img {
  width: 38px;
}
.more-mail a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.cate5{
	background-color: #93EFE0;
  margin-bottom: -50px;
}
.cate5 .box_wrap{
	gap:100px;
}
.cate5 .box_wrap .imgbox{
	gap:20px;
	flex-direction: column;
}
.cate5 .box_wrap .imgbox img{
	border-radius: 4px;
}
.cate5 .box_wrap .txtbox{
	gap:50px;
	flex-direction: column;
}
.cate5 h2{
	letter-spacing: 0.1em;
	color: #012F7C;
}
.cate5 .imgbox .img1 {
    max-width: 320px;
    height: 280px;
    object-fit: cover;
}

.cate5 .imgbox .img2 {
    max-width: 170px;
    height: 220px;
    object-fit: cover;
}

.cate5 .imgbox .img3 {
    max-width: 320px;
    height: 180px;
    object-fit: cover;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1590px ~ ---------- */
@media screen and (max-width: 1590px){
	.cate1 .box_wrap{
		width: 100%;
	}
	.cate1 .imgbox .img1{
		position: absolute;
		width: 25%;
		border-radius: 8px;
		top: 5%;
		right: 30%;
	}
	.cate1 .imgbox .img2{
		position: absolute;
		width: 18%;
		border-radius: 8px;
		top: 10%;
		right: 8%;
	}
	.cate5 .box_wrap{
		flex-direction: column;
	}
	.cate5 .box_wrap .imgbox{
		width: 100%;
		flex-direction: row;
		gap: 50px;
	}
	.cate5 .box_wrap .txtbox{
		width: 100%;
	}
	.cate5 .imgbox .img1 {
		max-width: 22%;
		height: auto;
		object-fit: cover;
	}

	.cate5 .imgbox .img2 {
		max-width: 15%;
		height: auto;
		object-fit: cover;
	}

	.cate5 .imgbox .img3 {
		max-width: 30%;
		height: auto;
		object-fit: cover;
	}
	.cate5 .box_wrap{
		gap: 50px;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.more-mail .flex p {
		font-size: 18px;
	}
	.more-mail .flex img{
		width: 32px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate5 .box_wrap .imgbox{
		gap: 20px;
	}
	.cate1 .merit-box{
		flex-direction: column;
	}
	.cate1 .merit-box .merit-item{
		width: 80%;
	}
	.cate2 .box_wrap .boxitem {
		flex-direction: column;
	}
	.cate2 .box_wrap .boxitem .imgbox{
		width: 80%;
	}
	.cate2 .box_wrap .boxitem .txtbox{
		width: 80%;
	}

	.cate3 .cms_contents .webgene-blog,
	.cate4 .cms_contents .webgene-blog {
		flex-direction: column;
	}
	.cate3 .cms_contents .webgene-blog .webgene-item,
	.cate4 .cms_contents .webgene-blog .webgene-item{
		width: 80%;
	}
	.cate4 .contact-box {
		padding: 50px 40px;
	}

	.cate4 .contact-box .item {
		left: 40px;
	}
	.cate4 .contact-box .bottombox .telbox img {
		width: 25px;
	}
  /* ---------- font ---------- */
	.en_title{
		font-size: 36px;
	}
	.default_title{ 
		font-size: 34px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 20px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pagetitle3 .titlebox img {
		width: 250px;
	}
	.cate5 .box_wrap .imgbox{
		gap: 10px;
		width: 100%;
	}
	.cate5 .box_wrap .txtbox {
		gap: 20px;
		flex-direction: column;
	}
	.cate4 .contact-box .bottombox{
		flex-direction: column;
	}
	.cate4 .contact-box .item {
		left: 40px;
		max-width:300px;
	}
	.cate2 .box_wrap .boxitem {
		gap: 30px;
	}
	.cate2 .box_wrap {
		gap: 50px;
	}
	.cate1 .merit-box {
		background-color: #fff;
		box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
		gap: 20px;
		padding: 20px 10px;
		max-width: 1000px;
	}
 /* ---------- font ---------- */
	.en_title{
		font-size: 32px;
	}
	.default_title{ 
		font-size: 30px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 20px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
      .page_links {
        position: static;
    }
	.pagetitle3 .titlebox img {
		width: 150px;
	}
    .cate4 .contact-box {
        padding: 30px 20px;
    }
	.cate4 .contact-box .item {
		left: 20px;
	}
	.cate1 .merit-box .merit-item{
		width: 100%;
	}
	.cate2 .box_wrap .boxitem {
		flex-direction: column;
	}
	.cate2 .box_wrap .boxitem .imgbox{
		width: 100%;
	}
	.cate2 .box_wrap .boxitem .txtbox{
		width: 100%;
	}

	.cate3 .cms_contents .webgene-blog .webgene-item,
	.cate4 .cms_contents .webgene-blog .webgene-item{
		width: 100%;
	}
    .cate5 .box_wrap {
        gap: 30px;
    }

    /* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 18px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

