/*
Theme Name:	wp-bluelight
Description: 青光印刷のテーマ
Author:mrri
*/


  @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&display=swap');



.row::before,.row::after {
      display: none;
  }


body {
    font-size: 18px;
    line-height: 2;
    font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-feature-settings: "palt";
    color: #1F1F1D;
    font-weight: 500;
	z-index: -1;
	position: relative;
	letter-spacing: 1px;
}

.mintyo {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.text-black{
	color: #000 !important;
}


a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #1F1F1D;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #1F1F1D;
}
img{
max-width:100%;
vertical-align: bottom;
	height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}
a[href^="tel:"] {
    pointer-events: none;
}
.sp{
	display:none;
}
.w-100p{
	width:100% !important;
}
a[href^="tel:"] {
    pointer-events: none;
}




/*モーション*/
main {
  overflow: hidden;
}

.faderight {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 150px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup3 {
	opacity: 0;
	transform: translate(0, 250px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fadeleft {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeleft2 {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.fadeup.scrollin, .fadeup2.scrollin, .fadeup3.scrollin, .faderight.scrollin, .fadeleft.scrollin, .fadeleft2.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.5s;
	animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(-40%);
  }

  to {
    opacity: 1;
  transform: translateY(-50%);
  }
}


/*トップページ-------------------------------*/
/*ヘッダー*/
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-110%);
	  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
}

.header-top {
  background: #fff;
  color:  #1F1F1D;
  display: flex;
	padding: 0 0 0 20px;
	justify-content: space-between;
	border-top: solid 7px #186aab;
}

.nav-wrap {
  display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


h1.header-logo a {
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  color:#1F1F1D;
}


nav.top-menu {
  display: flex;
  justify-content: stretch;
  -webkit-justify-content: flex-start;
  justify-content: end;
  align-items: center;
}
nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	align-items: center;
}
nav.top-menu ul li a {
  color: #1F1F1D;
  font-size: 16px;
  display: block;
  padding: 10px 5px 10px 5px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  margin: 0px 20px;
}

li.nav-youtube a {
    padding: 10px 20px !important;
  margin: 0 !important;
}


nav.top-menu ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #186aab;
bottom: -3px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

nav.top-menu ul li a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

nav ul.menuSub li a:hover::after {
    transform: scale(0, 0);
}

nav.top-menu ul li.nav-contact a:hover::after {
	transform: scale(0, 1);
}
nav.top-menu ul li.nav-contact a{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

nav.top-menu ul li.nav-contact {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 70px;
	height: 56px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0 auto;
	display: block;
}
nav.top-menu ul li.nav-contact img {
	position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
nav.top-menu ul li.nav-contact:hover{
	background: #186aab;	
}
nav.top-menu ul li.nav-contact:hover img:nth-of-type(2) {
	opacity: 0;
}


.gmrelative01 {
  z-index: 2000;
  position: relative;
}

.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}

li.nav-contact img{
  width: 26px;
  vertical-align: middle;
}
li.nav-youtube img {
  width: 35px;
  vertical-align: middle;
}
li.nav-contact {
  border-left: 1px solid #1F1F1D;
	margin-left: 10px;
}




.menuSub {
    position: absolute;
    margin-left: -6px;
    padding: 0;
    display: none !important;
	z-index: -1;
}

.menuSub.open {
    display: block !important;
	top: 58px;
}

nav ul.menuSub li a {
    padding: 10px;
}

.menuSub li a {
	font-weight: bold;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	display: block;
	color: #003BA2 !important;
	text-decoration: none;
	background: #fff;
	width: 220px;
}

.menuSub li a:hover {
	background: #E6E6E6;
}

/*メインビジュアル*/
.main-img {
	position: relative;
	margin-top: -66px;
	max-height: 100vh;
}
.main-img img{
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
.main-txt-inner{
  background: rgba(255,255,255,0.5);
  display: inline-block;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
 font-size: 2.8vw;
  letter-spacing: 7px;
  padding: 0 30px;
  color: #004780;
  font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
.main-txt-inner small{
	 font-weight: bold;
}
.main-img video {
    width: 100%;
}

.main-txt {
  position: absolute;
  top: 55%;
  left: 2%;
  transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  z-index: 1;
}




/*共通*/
.inner {
    padding: 80px 0;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.cl-white{
	color:#fff !important;
}
.cl-red{
	color:#c1272d !important;
}
.bg-skyblue {
  background: #dce4ea;
}


/*ボタン*/
.btn-blue a {
  background: #043b7b;
  font-size: 16px;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-weight: 600;
	text-align: center;
	border-radius: 30px;
}
.btn-blue a:hover {
	background: #002b5e;
}
.btn-blue img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
input.submit-btn{
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
input.submit-btn:hover{
	background:#000;
	color: #fff;
}





/*トップページ*/
.big-blue {
  font-size: 42px;
  font-weight: bold;
  color: #003BA2;
  line-height: 1.6;
}

.link a{
	position:relative;
	color: #003BA2;
	padding: 5px 25px 5px 20px;
	font-weight: bold;
	margin-right: 10px;
}
.link a::after {
	display: block;
  width: 100%;
  height: 12px;
  border-bottom: 2px solid #003BA2;
  border-right: 2px solid #003BA2;
  transform: skew(55deg);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.link a:hover{
	padding: 5px 35px 5px 20px;
	margin-right: 0;
}


section.indexbox01.index-product-bg {
	background: #186aab;
    background: linear-gradient(#1780c7, #1d95cc);
  box-shadow: 3px 1px 0px 5px rgba(0, 0, 0, 0.03) inset;
}

.index-product-title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 28px;
    color: #003BA2;
    font-weight: bold;
    position: absolute;
    top: 25%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
}

h2.index-h2 {
  letter-spacing: 2px;
  font-size: 70px;
  color: #043b7b;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
	color: #1780c7;
  display: inline-block;
  background: linear-gradient(90deg, #1780c7, #1d95cc);
  background: -webkit-linear-gradient(0deg, #1780c7, #1d95cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.index-h2 span {
  font-size: 20px;
	color: #1F1F1D;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
	-webkit-text-fill-color: #1F1F1D;
}
h2.index-h2.text-white{
  background: none;
  -webkit-text-fill-color: #fff;
}
h2.index-h2.text-white span{
  -webkit-text-fill-color: #fff;
}

.index-business a{
  position:relative;
  display:block;
  height: 360px;
    background-color: #fff;
	transition: none;
}
.index-business a img{
  /*display:block;*/
  /*width:100%;*/
  height: 360px;
}
.index-business.product-all a{
  background: rgb(0, 43, 115);
}
.index-business.product-all .index-product-title{
	color:#fff;
}
.index-business.product-all .index-b-txt{
	border: 1px solid #fff;
	background: #fff;
  	color: rgb(0, 43, 115);
}
.index-business.product-all a:hover .index-b-txt{
	background: rgba(255,255,255,0.7);
}


/*
.index-business a:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;
  opacity:0;
  transition:0.3s;
	border: 7px solid #fff;
}
.index-business a:hover:before{
  opacity:0.3;
}
*/



.index-business.product-1 a:hover{
	background: url("img/top-hover-1.jpg"); /* 表示する画像 */
	background-size: auto 360px; 
	background-repeat: no-repeat;
	background-position: center top; 
}

.index-business.product-2 a:hover{
	background: url("img/top-hover-2.jpg"); /* 表示する画像 */
	background-size: auto 360px; 
	background-repeat: no-repeat;
	background-position: center top; 
}

.index-business.product-3 a:hover{
	background: url("img/top-hover-3.jpg"); /* 表示する画像 */
	background-size: auto 360px; 
	background-repeat: no-repeat;
	background-position: center top; 
}

.index-business{
	position: relative;
}
.index-b-txt {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    z-index: 3;
    width: 230px;
    padding: 10px 0px;
    background: rgb(0, 43, 115);
    border-radius: 10px;
}
a:hover .index-b-txt{
	background: rgba(0, 43, 115,0.8);
}


.index-business a:hover .index-b-txt {
	opacity:1;
}
section.indexbox02 {
  background: #f4f4f4;
}
.property-wrap {
  background: #fff;
  padding: 15px 20px;
}

.property-cat {
  border: 1px solid #043b7b;
  padding: 2px 20px 0px;
  font-size: 14px;
  border-radius: 30px;
  color: #043b7b;
	display: inline;
}
.property-title {
  color: #000;
  margin-top: 15px; 	
  font-size: 16px;
  font-weight: bold;
	line-height: 1.3;
	padding-bottom: 10px;
}

li.property-add {
  background: url("img/icon_address.png") no-repeat top left;
	padding-left:30px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
li.property-access{
  background: url("img/icon_access.png") no-repeat top left;
	padding-left:30px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
li.property-meter{
  background: url("img/icon_meter.png") no-repeat top left;
	padding-left:30px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}
.property-price {
  font-size: 26px;
  color: #c1272d;
  text-align: right;
  font-weight: bold;
	line-height: 1.3;
}
.property-price .kanri-price {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #212529;
}

.property-img img {
  height: auto;
  transition: transform .5s ease; 
	height: 220px;
	width: 100%;
	object-fit: cover;
}
a:hover .property-img img {
  transform: scale(1.1); /* 拡大 */
}
.property-img {
  overflow: hidden;
}

.index-portfolio-flex {
    display: flex;
    flex-wrap: wrap;
	gap:1%;
}

.portfolio-img {
    border-bottom: solid 4px #cccccc;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.portfolio-img:hover {
	border-bottom: solid 4px #186aab;
}




.portfolio-img img {
    object-fit: cover;
    height: 200px;
}

.flex-list a {
    display: block;
    height: 200px;
}

/*.flex-list a:hover {
    opacity: 0.7;
}*/

.flex-list {
    width: 24%;
}


.news-li{
  display: flex;
  padding: 30px 5px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.news-li:first-child{
	border-top: 1px solid #ccc;
}

.news-li .cat, .single-top .cat {
  width: 120px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-right: 40px;
}
.news-li .cat a, .single-top .cat a {
  color: #003BA2;
  letter-spacing: 1px;
  display: block;
  border: 1px solid #003BA2;
  font-weight: 600;
}
.news-li .cat a:hover, .single-top .cat a:hover {
	background:#003BA2;
	color: #fff;
	opacity:1;
}
.news-li .date {
  color: #666;
  margin-right: 30px;
}
.news-li .title a:hover {
  text-decoration: underline;
}


.contact-box {
	background-color: rgba(0, 0, 0, 0.6); 
  /*background: url("img/contact_back.jpg") no-repeat bottom center;*/
  color: #fff;
  padding: 60px 0;
  position: relative;
	background-size: cover;
	height: 470px;
}

.contact-box video {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    object-fit: cover;
    height: 470px;
}

.index-h2.cl-white span {
  color: #fff;
}
.btn-tel a {
	display: block;
  background: #fff;
  height: 120px;
  border-radius: 100px;
  padding: 25px 0 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
	line-height: 1;
	border: 4px solid #186aab;
}
.btn-tel span {
  display: block;
  font-size: 16px;
  font-weight: 400;
	letter-spacing: 0;
	padding-top: 10px;
}
.btn-tel img {
  vertical-align: middle;
  display: inline;
  margin-right: 15px;
	width: 45px;
}
.btn-mail a{
	display: block;
  background: #186aab;
  background: linear-gradient(#1780c7, #1d95cc);
  height: 120px;
  border-radius: 100px;
  padding: 0 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
	line-height: 1;
	color: #fff !important;
	position:relative;
	line-height: 115px;
}

.btn-mail span {
  display: block;
  font-size: 18px;
  font-weight: 400;
	letter-spacing: 0;
	padding-top: 10px;
}
.btn-mail img {
  vertical-align: middle;
  display: inline;
  margin-right: 15px;
	width: 45px;
}
.btn-mail a:hover{
	background: #186aab;
	background: linear-gradient(#186aab, #186aab);
	opacity: 1;
	color:#fff;
}


/*フッター*/
.footer-content {
  padding: 40px 0;
}
footer a {
	color: #1F1F1D;
}
footer a:hover {
	color: #1F1F1D;
}

.footer-name {
  font-size: 26px;
	margin: 0;
	font-weight: 900;
	letter-spacing: 1px;
	color: #000000;
}
.footer-address img {
  width: 16px;
  margin-right: 15px;
  display: inline;
  vertical-align: middle;
}
.footer-address a:hover {
  text-decoration: underline;
}
.footer-address {
  line-height: 1.6;
}

.footer-sns-icon a {
    display: inline-block;
    margin-right: 10px;
}

.footer-sns-icon a:hover{
	opacity: 0.7;
}

ul.footer-nav li {
  /*display: inline;*/
	font-size: 90%;
	padding-left: 20px;
}

ul.footer-nav li ul li {
    padding-left: 0;
}

li.parent {
    position: relative;
}

li.parent:before {
    content: "●";
    color: #186aab;
    position: absolute;
    left: 0px;
}


.footer-copy {
  font-size: 13px;
  padding: 3px 10px 5px;
  background: #002B73;
  color: #fff;
}






/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: transparent;
	text-decoration: none;
	background: #043b7b;
	width: 50px;
	padding: 0;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 45px;
	border-radius: 50px;
	opacity: 1;
	letter-spacing: 0;
	border:2px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 1;
	background: #002b5e;
}
#page-top img {
  height: 26px;
  vertical-align: middle;
  display: inline;
}

/*ページ*/




.page-top {
  background: #ddd;
  background:linear-gradient(90deg, #1780c7 0%, #1d95cc 100%);
  height: 230px;
	color:#fff;
}
.page-top-inner {
  position: relative;
	 height: 230px;
}
h2.page-top-h2 {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h2.page-top-h2 .subtitle {
  color: #fff;
  font-size: 50px;
  display: block;
  margin-bottom: 5px;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
	letter-spacing: 1px;
}

h3.service-h3 {
 color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.product-h4{
  font-size: 30px;
  font-weight: bold;
}
.num-wrap{
  color: #186aab;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Kanit', sans-serif;
  font-weight: 500;
  vertical-align: middle;
}
.num-wrap .num{
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #186aab;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 30px;
}
.product-blue{
  color: #186aab;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.print-wrap{
  background: #fff;
  height: 100%;
  padding: 30px 20px 20px;
  text-align: center;
	line-height:1.6;
}
.print-wrap img {
  height: 97px;
}
.print-h5{
  font-size: 24px;
  color: #186aab;
  font-weight: 600;
  margin: 20px 0;
}
.print-wrap p{
	text-align:left;
}

body.page-template-default p {
  margin: 0;
}

.product-big-blue{
  color: #186aab;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
}
.cd-h4{
  font-size: 20px;
  font-weight: bold;
  color: #186aab;
	margin-bottom: 5px;
}

.service-h4 {
    font-weight: bold;
  }



dl.company-dl {
  display: flex;
  margin: 0;
  padding: 15px 10px;
}
dl.company-dl dt {
  width: 13em;
	flex-shrink: 0;
	color: #003BA2;
	font-weight: 500;
	padding-left: 30px;
}
dl.company-dl dd {
  margin:0;
}
dl.company-dl:nth-child(odd){
      background-color: #e9eff2;
    }
a.map {
  color: #142c4d !important;
  border: 1px solid #142c4d;
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: 10px;
}
a.map:hover {
	background-color: #f2f2f2;
}
.property-blue {
  font-size: 20px;
  font-weight: bold;
  color: #043b7b;
}

dl.contact-dl {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px;
}
dl.contact-dl:nth-child(even){
      background-color: #e9eff2;
    }
dl.contact-dl dt {
  width: 300px;
  font-weight: normal;
	flex-shrink: 0;
}
dl.contact-dl dd {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.hissu {
  background: #e50012;
  padding: 2px 5px;
  font-size: 13px;
  margin-right: 10px;
}
input[type="text"],input[type="tel"],input[type="email"], textarea ,select{
	width: 100%;
	border: 1px solid #a7a9ac;
	border-radius: 8px;
	padding: 5px 10px;
	background:#fff;
	line-height: 1.3;
}
label {
  margin-bottom: 0;
}

textarea {
  height: 13rem;
}
.row-wrap {
  height: 8rem;
  overflow: auto;
  background: #fff;
  color: #808285;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 8px;
}
input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 20px;
}
body.page-id-14 main a{
	color:#043b7b;
	text-decoration:underline;
}
input.contact-btn {
  background: #003BA2;
  font-size: 16px;
  display: inline-block;
  padding: 5px 100px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px solid #003BA2;
  border-radius: 50px;
}
input.contact-btn:hover{
	background: #186aab;
	 border: 2px solid #186aab;
}

#msg span {
	display: block;
  background: #012b5d;
  margin-top: 40px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}

/*サイトマップ*/
.post_content li h2.wsp-pages-title,h2.wsp-posts-title,h2.wsp-columns-title,
h2.wsp-internss-title,h2.wsp-interns_cats-title {
	margin: 30px 0px 15px 0px;
	color: #0f3481;
	font-size: 24px;
font-weight: bold;
	list-style: none;
}

ul.wsp-pages-list > li ,li.wsp-post,
ul.wsp-columns-list > li ,ul.wsp-internss-list > li,
ul.wsp-interns_cats-list > li {
	padding: 10px;
    border-bottom: solid 1px #cccccc;
	list-style: none;
}
.post_content ul.wsp-posts-list li, .post_content ul.wsp-posts-list dt, .post_content ul.wsp-posts-list dd, .post_content ul.wsp-products-list li, .post_content ul.wsp-newss-list li{
  list-style: none;
}
body.page-id-16 ul.children li::before {
  content: '・';
  padding-right: 7px;
  color: #043b7b;
}
.wsp-category-title a {
  color: #043b7b;
  padding-top: 10px;
  display: block;
}
.breadcrumbs {
  font-size: 80%;
}

body.page-id-29 .h3 {
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 20px;
}
.under-line{
	text-decoration:underline;
}

.bg-darkgray {
  background: #808080;
  color: #fff;
}
.sdgs-img {
  width: 20%;
  text-align: center;
	margin-right: 20px;
}
dl.sdgs-txt {
  width: 80%;
}
.sdgs-txt dt {
  font-size: 30px;
}
.sdgs-txt dd {
  font-size: 18px;
	line-height: 1.6;
}

/*実績*/
.cat-title{
  font-size: 18px;
 font-family: 'Kanit', sans-serif;
  border-bottom: 1px solid #999;
}
ul.cat-list li {
  display: inline;
}
ul.cat-list li a {
  padding: 5px 20px 7px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border-radius: 2px;
  line-height: 1;
  background: #dfdfdf;
}
ul.cat-list li a.active {
  background:#186aab;
  color: #fff;
  border: none;
}
ul.cat-list li a:hover {
  background: #999;
  opacity: 1;
	color:#fff;
}
.case-cat a span{
  background: #d4d4d4;
  padding: 2px 10px 3px;
  margin-right: 5px;
  font-size: 14px;
  white-space: nowrap;
}
h3.bd-h4{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 60px;
  padding: 10px;
  color: #000;
 	margin-bottom: 40px;
  font-weight: bold;
}
.single-pager {
  border-top: 1px solid #D4D4D4;
  padding: 45px 0 30px;
	margin-top: 60px;
}
ul.pager li.previous a {
  display: inline-block;
  position: relative;
}
ul.pager {
  display: flex;
  justify-content: space-between;
	position:relative;
}
ul.pager li.previous a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
}
ul.pager li.previous a i, ul.pager li.next a i {
  width: 36px;
  height: 36px;
  display: inline-block;
  background:#fff;
  border-radius: 50px;
  color: #598FC9;
  vertical-align: middle;
  text-align: center;
	line-height: 36px;
	border: 1px solid #598FC9;
}
ul.pager li.next a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
}
ul.pager li.to-list {
  position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.pager li.to-list a {
  border-bottom: 1px solid #333;
	display: inline-block;
  padding-bottom: 5px;
}
ul.pager li.previous a:hover{
	opacity:1;
}
ul.pager li.previous a:hover i, ul.pager li.next a i:hover{
	opacity:1;
	background: #598FC9;
	color:#fff;
}
ul.pager .next {
  margin-left: auto;
}
/*ページャー*/
.nav-links .page-numbers.current {
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #186aab;
  border: 1px solid #186aab;
}
a.page-numbers {
  padding: 0 15px;
  line-height: 30px;
	display: inline-block;
}
.navigation.pagination {
  justify-content: center;
	text-align: center;
}

/*よくある質問*/
dl.qa {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 20px 20px;
	position: relative;
}
dl.qa dt{
	position:relative;
	padding-left:50px;
}
dl.qa dt::before {
  content: 'Q';
  font-size: 20px;
  font-weight: 700;
  color: #186aab;
  border: 1px solid #186aab;
  position: absolute;
  font-family: 'Kanit', sans-serif;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
dl.qa dd{
	position:relative;
	padding-left:50px;
	margin-top: 20px;
	margin-bottom: 0;
}
dl.qa dd::before {
  content: 'A';
  font-size: 20px;
  font-weight: 700;
  color: #fff;
	background: #186aab;
  border: 1px solid #186aab;
  position: absolute;
  font-family: 'Kanit', sans-serif;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  top: 0;
  left: 0;
}
dl.qa:first-of-type {
  border-top: 1px solid #ccc;
}





@media (max-width: 1199px) {
	.main-txt {
		top: 60%;
	}
	.main-txt-inner{
	font-size: 3.5vw;
	}
	nav.top-menu {
		margin-left: 20px;
	}
	nav.top-menu ul li a {
	  padding: 0 5px;
	  font-size: 15px;
	  margin: 0px 10px;
	}

	li.nav-youtube a {
		padding: 10px 15px !important;
		/* width: 39px; */
	}

	.index-business a {
		height: 290px;
	}

}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}

	h1.header-logo a {
		font-size: 23px;
	}

	nav.top-menu ul li a {
	  padding: 0 2px;
	  font-size: 14px;
	  margin: 0px 5px;
		letter-spacing: 0;
	}

	li.nav-youtube a {
		padding: 10px 5px !important;
	}

	nav.top-menu {
		padding: 0 5px;
		margin-left: 10px;
	}

	.gmrelative01.clone-nav.is-show nav.top-menu ul li a {
	  padding: 0 6px;
	  font-size: 13px;
	}
	.gmrelative01.clone-nav.is-show .nav-wrap {
	  align-items: center;
	}
	.gmrelative01.clone-nav.is-show h1.header-logo img {
	  height: 20px;
	  margin-top: 0;
		vertical-align: middle;
	}
	.gmrelative01.clone-nav.is-show .header-right img {
	  height: 23px;
	}
	.gmrelative01.clone-nav.is-show nav.top-menu {
	  margin-left: 10px;
	}


	.index-product-title {
		font-size: 22px;
	}
	.flex-list {
	  width: 32.6%;
	}
	.index-b-txt {
		font-size: 18px;
		width: 180px;
		padding: 5px 0px;
	}

	.index-business a {
		height: 210px;
	}

	.index-business.product-1 a:hover,.index-business.product-2 a:hover,
	.index-business.product-3 a:hover {
		background-size: auto 210px ;
	}
	
.big-blue {
	font-size: 28px;
	}	
	/*.property-title {
		font-size: 18px;
	}*/
	.property-wrap {
	  padding: 15px 10px;
	}
	.btn-tel img {
	  width: 30px;
	}
	.btn-tel a {
		height: 100px;
		font-size: 28px;
	}
	.btn-tel span {
		font-size: 14px;
	}
	.btn-mail a {
		height: 100px;
		font-size: 20px;
		line-height: 100px;
	}
	.btn-mail img {
  	width: 30px;
	}
	dl.contact-dl dt {
		width: 180px;
	}
	
	/*.contact-box video {
		height: 405px;
	}*/
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 768px) {
	a[href^="tel:"] {
    pointer-events: auto;
}
		
	
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	nav.top-menu {
		display: none;
	}
	.header-top {
	  display: none;
	}
	.header-logoarea {
	  display: none;
	}
	.gmrelative01 {
	  z-index: 0;
	  position: static;
	}
	.sp-header {
		background: #fff;
		width: 100%;
		height: 46px;
		position: fixed;
		top: 0;
		z-index: 200;
		box-shadow: 0px 5px 5px -6px rgba(0,0,0,0.5);
	}
	.index-top {
		position: relative;
		padding-top: 46px;
	}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 33;
	  right : 0;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #003BA2;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 14px;
	}
	.hamburger span:nth-child(2) {
	  top: 22px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}
	.hamburger.active span:nth-child(1) {
	  top : 22px;
	  left: 12px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 22px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}
	.sp-header .header-logo img {
	  height: 35px;
		width: auto;
		vertical-align: middle;
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0;
		color: #fff;
		background: linear-gradient(90deg, #1780c7 0%, #1d95cc 100%);
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		padding: 46px 0 10px;
		border-bottom: 1px solid #777;
		overflow-y: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	nav.globalMenuSp ul {
	  background: #002b5e;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #D4D4D4;
		margin: 0 auto;
	}

	nav.globalMenuSp ul li ul li {
		border-bottom: none;
		margin: 0 auto;
	}

	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 7px 20px;;
		text-decoration: none;
		text-align: left;
		background:linear-gradient(90deg, #1780c7 0%, #1d95cc 100%);
	}

	nav.globalMenuSp ul li ul li a {
		padding-left: 40px;
	}


	.top-menu-inner .nav-title {
		border-left: none;
	}
	.top-menu-inner.bd-right .nav-title {
		border-right: none;
	}
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	  z-index: 100;
	}
	.globalMenuSp ul.header-nav li a {
		margin: 0 7px;
		padding: 5px 15px 5px 40px;
		font-size: 16px;
		font-weight: 700;
		color:#fff;
	}
	ul.header-nav {
		margin-top: 0;
	}
	.globalMenuSp .top-menu-inner a .nav-title {
		margin: 0;
	}
	nav.globalMenuSp .header-nav li a {
		width: auto;
		color: #fff;
		padding: 0 0 0 40px;
		line-height: 42px;
		margin: 0;
		font-size: 21px;
		display: inline;
	}
	.globalMenuSp .header-nav {
		display: block;
		margin-top: 20px;
	}
	.top-menu-inner a {
		display: block;
	}
	nav.globalMenuSp ul li.parent a{
		position:relative;
	}
	nav.globalMenuSp ul li.parent a::after {
		content: '\f106';
		font-family: FontAwesome;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  font-size: 20px;
	  color: #29ABE2;
	}
	nav.globalMenuSp ul li.parent a.collapsed::after{
		content: '\f107';
	}
	.sp-nav-btn {
	  display: flex;
	  justify-content: space-between;
	}
	.sp-nav-btn div {
	  width: 100%;
	  text-align: center;
	}
	.sp-nav-btn a {
	  display: block;
	  background: #002B73;
	  padding: 10px 0;
	  color: #fff;
	}
	.sp-nav-btn a:first-child{
		border-right:1px solid #fff;
	}
	nav.globalMenuSp ul li.child a::before {
		content: '\f106';
		font-family: FontAwesome;
		  font-size: 20px;
		  color: #29ABE2;
		margin-right: 10px;
	}
	nav.globalMenuSp ul li.child a.collapsed::before{
		content: '\f107';
	}
	nav.globalMenuSp ul li.link a::before {
		content: '\f105';
		font-family: FontAwesome;
		  font-size: 20px;
		  color: #29ABE2;
		margin-right: 10px;
	}
	nav.globalMenuSp ul li.g-child a::before {
		content: '-';
		  font-size: 20px;
		  color: #005EFF;
		margin-right: 10px;
	}
	nav.globalMenuSp ul li.child a, nav.globalMenuSp ul li.link a{
		padding-left: 2rem;
	}
	nav.globalMenuSp ul li.g-child a {
	  padding-left: 3.5rem;
	}
	.globalMenuSp li img {
	  width: 30px;
	  vertical-align: middle;
	  margin-right: 10px;
	}

	.sp-nav-icon a img {
		width: 35px;
	}

	.sp-nav-icon a {
		display: inline-block;
		padding: 15px;
	}
	
	.header-logo.sp a{
	  font-size: 18px;
	  margin: 0;
	  font-weight: 900;
	  letter-spacing: 3px;
	  color: #fff;
	  padding-left: 10px;
	  line-height: 46px;
	}
	.main-img {
	  position: relative;
	  margin-top: 0;
	}

	.main-txt {
		left: 0;
		top: 60%;
	}
	.main-img img {
	  height: 60vh;
	  width: 100%;
	  object-fit: cover;
	  object-position: right center;
	}
	.main-txt img {
		width: 100%;
		height:auto;
	}
.main-txt-inner{
	background: rgba(255,255,255,0.7);
    font-size: 24px;
    letter-spacing: 0;
    padding: 0 15px;
    margin-bottom: 10px;
  }
	.index-product-title {
		line-height: 1.1;
		top: 17%;
	}

	.index-b-txt {
		bottom: 15%;
	}

	.index-business a {
		height: 240px;
	}

	.index-business.product-1 a:hover,.index-business.product-2 a:hover,
	.index-business.product-3 a:hover {
		background-size: auto 240px ;
	}
.index-portfolio-flex {
  gap: 2%;
}
	.flex-list {
    width: 48%;
  }

	.contact-box {
		height: 500px;
	}

	.contact-box video {
		height: 500px;
	}
	
/*共通*/
	.inner {
		padding: 45px 0;
	}

	
	.big-blue {
	  font-size: 24px;
	}
	h2.index-h2 {
		font-size: 24px;
	}
	h2.index-h2 span {
		font-size: 16px;
	}

	.footer-nav ul {
		display: block;
	}
	.footer-nav ul li a {
	  margin-right: 0;
	  padding-bottom: 5px;
	  display: block;
	}
	
	.news-li {
		display: block;
	}
	.news-li .cat, .single-top .cat {
	  line-height: 20px;
	  font-size: 13px;
	  display: table;
	}
	.news-li .date {
	  float: left;
	}
	.news-li .title {
	  clear: both;
	}
	
	
	.page-top {
	  height: 130px;
	}
	.page-top-inner {
	 height: 130px;
	}
	h2.page-top-h2 {
		font-size: 16px;
		margin-left: 50px;
	}
	h2.page-top-h2 .subtitle {
	  font-size: 32px;
	  margin-bottom: 5px;
	}
	h3.service-h3 {
  letter-spacing: 0;
}
	.service-inner img {
	  max-width: 70%;
	}
	.product-h4 {
		font-size: 24px;
	}
	.num-wrap {
		font-size: 14px;
	}
	.num-wrap .num{
		margin-right: 20px;
	}
	.product-blue {
	  font-size: 20px;
	}

	.service-blue {
		font-size: 20px;
	}
	.service-h4 {
    font-size: 20px;
    font-weight: bold;
  }
	.food-name {
		font-size: 18px;
	}
	.property-blue {
	  font-size: 16px;
	  line-height: 1.5;
	}
	dl.company-dl:nth-child(2n+1) {
	  background-color: #fff;
	}
	dl.company-dl {
		display: block;
	}
	dl.company-dl dt {
	  width: 100%;
	  color: #142c4d;
	  padding-left: 0;
		background-color: #dce4ea;
		padding: 1px 10px;
	}
	dl.company-dl {
	  padding: 0 10px;
	}
	dl.company-dl dd {
	  margin: 0;
	  padding: 5px 10px 10px;
	}
	
	dl.contact-dl:nth-child(2n) {
	  background-color: #fff;
	}
	dl.contact-dl {
		display: block;
	}
	dl.contact-dl dt {
	  width: 100%;
	  color: #142c4d;
	  padding-left: 0;
		background-color: #dce4ea;
		padding: 1px 10px;
	}
	dl.contact-dl {
	  padding: 0 10px;
	}
	dl.contact-dl dd {
	  margin: 0;
	  padding: 5px 10px 10px;
	}
	.wpcf7-spinner {
	  display: none;
	}
	
	
	h3.bd-h4 {
	  font-size: 18px;
	}
	.product-big-blue{
	font-size: 22px;
	}
	  body.page-id-23 .num-wrap{
		font-size: 14px;
		display: block;
		padding-bottom: 10px;
	  }
	body.page-id-23 .product-h4{
		font-size: 22px;
	  }
	
	h3.bd-h4 {
	  margin-bottom: 20px;
	}
	
	
}

@media (max-width: 576px) {
	.index-business a {
		width: 270px;
        height: 230px;
		margin: 0 auto;
	}


	.index-product-title {
		top: 23%;
		font-size: 22px;
		line-height: 1;
	}

	.index-business.product-1 a:hover,.index-business.product-2 a:hover,
	.index-business.product-3 a:hover {
		background-size: auto 270px ;
	}

.contact-box,.contact-box video {
    height: 530px;
}
	img.sdgs-01 {
	  width: 70%;
	  max-width: 372px;
	}
	.sdgs-img {
	  width: 34%;
	  text-align: left;
	  margin-right: 0;
	  margin-bottom: 20px;
	}
	dl.sdgs-txt {
	  width: 100%;
	}
	.sdgs-txt dt {
		font-size: 22px;
    line-height: 1.6;
    margin-bottom: 5px;
	}
	.sdgs-txt dd {
	  font-size: 16px;
	}
	
	

}