/*
Theme Name:	wp-kusuda23
Description: 株式会社クスダテーマ
Author:mrri
*/


@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?iefix') format('eot'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#webfontjSpbZQRv') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-display: swap;
	font-weight: 400;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Regular.otf') format('opentype');
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face{
	font-display: swap;
	font-weight: 700;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Bold.otf') format('opentype');
}
@font-face{
	font-display: swap;
	font-weight: 400;
	font-style: normal;
		font-family: 'poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'poppins';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face{
	font-display: swap;
	font-weight: 600;
	font-style: normal;
		font-family: 'poppins';
	src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face{
	font-display: swap;
	font-weight: 700;
	font-style: normal;
		font-family: 'poppins';
	src: url('fonts/Poppins-Bold.ttf') format('truetype');
}


.grecaptcha-badge { visibility: hidden; }




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


body {
    font-size: 16px;
    line-height: 2.2;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    color: #373737;
    font-weight: 500;
	background: #fff;
	z-index: -1;
	position: relative;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #373737;
 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: #333;
}
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;
}

.sp{
	display:none;
}
.cl-red{
	color:#C0272D;
}

/*ローディング*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #142C4B;
  text-align: center;
}

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

.fadeup {
	opacity: 0;
	transform: translate(0, 80px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 80px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup3 {
	opacity: 0;
	transform: translate(0, 80px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.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);
}
.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.scrollin, .fadeup2.scrollin, .fadeup3.scrollin, .fadeleft.scrollin, .faderight.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

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

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeInRight{
animation-name:fadeInRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
animation-delay:2.5s;
opacity:0;
}
.fadeInRight07{
animation-name:fadeInRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
animation-delay:0.7s;
opacity:0;
}

@keyframes fadeInRightAnime{
  from {
    opacity: 0;
  transform: translateX(80px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.box{
	opacity: 0;
}





/*トップページ-------------------------------*/
/*ヘッダー*/

header {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
}
body.home header {
	width: auto;
}
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show .header-logoarea {
	background: #fff;
}
.header-logoarea{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding: 7px 15px 0;
	background: #fff;
	align-items: center;
}
h1.header-logo {
  margin: 0;
	padding-bottom: 7px;
}
.header-logo img {
  height: 42px;
  width: auto;
}
body.home .header-logo img {
  height: 50px;
  width: auto;
  margin-top: 5px;
}
.gmrelative01.clone-nav.is-show .header-logo img {
  height: 42px;
  width: auto;
  margin-top: 0;
}

nav.globalMenuSp, .hamburger {
  display : none;
}
body.home nav.top-menu {
  display: none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	justify-content: space-around;
	align-items: center;
}
nav.top-menu ul li a {
  color: #142C4D;
  font-size: 16px;
  display: block;
  padding: 5px 20px 13px;
	letter-spacing: 2px;
}
nav.top-menu ul li.header-login a {
  display: block;
  border: 1px solid #A2D827;
  color: #A2D827;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding: 0 25px 0 50px;
}
nav.top-menu ul li.header-login a:hover{
	background: #A2D827;
	color:#fff;
}
.header-login {
  position: relative;
}
.header-login img {
  position: absolute;
  top: 5px;
  left: 25px;
	height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}


.gmrelative01 {
  z-index: 2000;
  position: relative;
}
.gmrelative01.clone-nav.is-show .top-menu {
  display: block;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown-toggle{
	position:relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f107";
	font-family: FontAwesome;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
	position: absolute;
}
.dropdown-menu {
	margin: 0;
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
	width: 100%;
	z-index: -1;
}
nav.top-menu ul li a.dropdown-item{
	color:#142c4d;
	padding: 0;
	display: block;
	position: relative;
}
nav.top-menu ul li a.dropdown-item .link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
nav.top-menu ul li a.dropdown-item .link-btn.btn-navy {
  border: 1px solid #fff;
	color: #fff;
}

.gmrelative01 .dropdown-menu {
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
	padding: 40px 0 30px;
}
.dropup, .dropright, .dropdown, .dropleft {
  position: static;
}
.dropdown-menu.show {
  transform: translate3d(0px, 45px, 0px) !important;
}




/*メインビジュアル*/
.main-img {
	position: relative;
	z-index: -1;
	/*height: 100vh;*/
	overflow: hidden;
}	
.mainimg_pc {
  /*height: 100vh;*/
  width: 100%;
  object-fit: contain;
/*object-fit: cover;
object-position: bottom left;*/
}
.main-txt{
	position: absolute;
	top: 33%;
	left: 5%;
	transform: translate(-40%, -25%);
	-webkit-transform: translate(-40%, -25%);
	-ms-transform: translate(-40%, -25%);
	z-index: 1;
}
.main-txt .main-title {
  width: 50vw;
}
.main-sankaku {
  position: absolute;
  right: 0;
  bottom: 1px;
	width: 23%;
	z-index: 1;
}
.main-sankaku-back {
  width: 100%;
}
.main-login {
  position: absolute;
  bottom: 20px;
right: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 2.5px;
}
.main-login a{
	color:#fff;
}
.main-login img {
  height: 30px;
  margin-right: 15px;
	vertical-align: middle;
}
a .link-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 47px;
  font-size: 22px;
  text-align: center;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-btn i {
  padding-left: 3px;
}
a:hover .link-btn {
  border: 1px solid #fff;
  background: #fff;
	color:#A2D827;
}
a .link-btn.btn-navy {
  border: 1px solid #142C4D;
	color: #142C4D;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover .link-btn.btn-navy {
  border: 1px solid #142C4D;
  background: #142C4D;
	color:#fff;
}
.link {
  font-size: 18px;
}


/*共通*/
.inner {
    padding: 80px 0;
}
.inner25 {
    padding: 25px 0;
}
.cl-white {
  color: #fff !important;
}
.w100{
	width:100% !important;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
	display: block !important;
}
.w300px{
	width:300px !important;
}
.min_w300px{
	min-width:300px !important;
}

.w27px{
	width:27px !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.container-fluid {
  padding-right: 0;
	padding-left: 0;
}
.f-26{
	font-size:26px;
}
.f-11{
	font-size:11px;
}


/*ボタン*/
.btn-yellow a {
  background: #E0BC32;
  font-size: 16px;
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  font-weight: 700;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 1px;
}
.btn-yellow a:hover {
	background: #CEA400;
}
.btn-yellow img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.btn-white a {
  background: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 40px;
  color: #142c4d;
  font-weight: 700;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 1px;
}
.btn-white a:hover {
	opacity: 0.8;
}
.btn-white img {
  width: 20px;
  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;
}




main {
  background: url("img/back_sankaku.png") no-repeat left top;
	background-size: 77%;
}
body.page-id-511 main, body.page-id-560 main, body.page-id-566 main,body.page-id-568 main {
  background: #fff;
}


/*トップページ*/
h2.news-h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #142C4D;
  letter-spacing: 2px;
}
h2.news-h2 span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 10px;
}
.news-li {
  display: flex;
  padding: 10px 5px;
	align-items: center;
}

.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: #142C4D;
  letter-spacing: 1px;
  display: block;
  border: 1px solid #142C4D;
  font-weight: 600;
}
.news-li .cat a:hover, .single-top .cat a:hover {
	background:#142C4D;
	color: #fff;
	opacity:1;
}
.news-li .date {
  color: #666;
  margin-right: 30px;
}
.news-li .title a:hover {
  text-decoration: underline;
}

h2.blue-h2 {
  font-size: 60px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #142c4d;
	letter-spacing: 2px;
	line-height: 1.8;
	  margin-bottom: 40px;
}
h2.blue-h2 span {
  display: block;
  color: #333;
  font-size: 20px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
h2.blue-h2 span::before {
	content: "";
	background: #a1d727;
	height: 5px;
	width:40px;
	position: absolute;
	top:-15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

h2.white-h2 {
  font-size: 60px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.8;
	  margin-bottom: 40px;
}
h2.white-h2 span {
  display: block;
  color: #fff;
  font-size: 20px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
h2.white-h2 span::before {
	content: "";
	background: #a1d727;
	height: 5px;
	width:40px;
	position: absolute;
	top:-15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.service01 {
  position: relative;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
}
.service01 {
  position: relative;
  min-height: 400px;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  overflow: hidden;
  width: 53%;
}
.service01-img img {
  width: 100%;
  height: 100%;
object-fit: cover;
}
.service02 {
  position: relative;
  min-height: 400px;
}
.service02-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
  overflow: hidden;
  width: 53%;
}
.service02-img img {
  width: 100%;
  height: 100%;
object-fit: cover;
}
.index02-img {
  width: 100%;
  height: 100%;
}

h3.index02-h3 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #373737;
	margin: 60px 0 30px;
}
h3.index02-h3 span {
  font-size: 22px;
  color: #142c4d;
	font-weight: 600;
	margin-right: 20px;
}
.bg-skyblue {
  background: #eef2f5;
}
.about-img {
  position: relative;
}
h3.aboutbnr-h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
	letter-spacing: 1px;
}
h3.aboutbnr-h3 span {
  display: block;
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
}
.about-img a{
	display:block;
}
.about-img a::after {
  font-family: FontAwesome;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
border: 1px solid #fff;
color: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
display: inline-block;
line-height: 46px;
font-size: 22px;
text-align: center;
}
.about-img a:hover::after{
	border: 1px solid #fff;
	background: #142C4D;
	color: #fff;
}



/*フッター*/
.footer-contact {
  background: #142c4b;
	color:#fff !important;
}
dl.footer-tel {
  display: flex;
  padding: 0 20px;
  margin: 0;
	color: #fff;
	justify-content: center;
}
dl.footer-tel a{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 43px;
	color:#fff;
	display: block;
}
dl.footer-tel dt img {
  width: 50px;
  margin-right: 15px;
}
dl.footer-tel dd {
  font-size: 16px;
  line-height: 1.3;
text-align: center;
	margin: 0;
}
dl.footer-tel dd span {
  font-size: 40px;
  display: block;
  font-weight: 700;
}
.btn-contact a {
  border: 1px solid #fff;
  display: block;
  padding: 10px 20px;
  color: #fff;
	font-size: 26px;
	text-align: center;
	width: 90%;
	position: relative;
}
.btn-contact a:hover {
  border: 1px solid #fff;
	background: #fff;
  color: #142c4b;
}
.btn-contact a img {
  margin-right: 10px;
  vertical-align: middle;
}
.btn-contact a:hover img.contact-normal {
	display: none;
}
.btn-contact a img.contact-hover {
  display: none;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-contact a:hover img.contact-hover {
  display: inline;
}

.footer-content {
  background: linear-gradient(90deg,#003e8e 0%,#003e8e 50%,#fff 50%,#fff 100%);
}
.footer-c-left{
	color:#fff;
}
.footer-c-left p {
  line-height: 1.6;
}
.footer-about {
  font-size: 30px;
}
.footer-navwrap {
  padding-right: 40px;
  padding-left: 40px;
}
ul.footer-nav {
  display: flex;
  flex-wrap: wrap;
	gap:1%;
}
ul.footer-nav li {
  /*width: 32.3%;*/
  width: 45.3%;
	padding-bottom: 20px;
}
ul.footer-nav li:last-child{
	width: 64.6%;
}
ul.footer-nav li i {
  margin-right: 7px;
  color: #142c4d;
}
ul.footer-btn {
  display: flex;
  gap: 4%;
	margin-top: 40px;
}
ul.footer-btn li {
  width: 48%;
}
ul.footer-btn li a {
  display: block;
  border: 1px solid #142c4d;
	color:#142c4d;
	text-align: center;
	padding: 10px;
}
ul.footer-btn li a:hover{
	border: 1px solid #142c4d;
	background: #142c4d;
	color:#fff;
}


.footer-address {
  margin-bottom: 40px;
	line-height: 1.4;
}
.footer-bnr {
  background: #eef2f5;
  padding: 40px 0;
}
ul.bnr-area {
  /*text-align: center;*/
  text-align: left;
}
ul.bnr-area li {
  display: inline-block;
  margin-right: 7px;
  border: solid 2px #e5e5e5;
}
ul.bnr-area li a:hover{
	opacity:0.8;
}

.footer-copy {
  color: #373737;
  font-size: 13px;
  padding: 5px 10px 5px;
}


.sp-bottom{
	display:none;
}
.footer-c-left a {
  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: #142c4d;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 40px;
  border-radius: 50px;
	opacity: 1;
	letter-spacing: 0;
	border:1px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #142c4d;
	opacity: 1;
}

/*ページヘッダー*/
.page-top {
  position: relative;
	padding-top:62px;
	overflow:hidden;
}
.page-h2-wrap {
  position: absolute;
  top: calc(30% + 62px);
  left: 5%;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  color: #fff;
}
.breadcrumbs {
  color: #d0d0d0;
	font-size:13px;
	margin-bottom: 40px;
}
.breadcrumbs a {
  color: #d0d0d0;
}
.page-top-h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
	line-height: 1.7;
}
.page-top-h2 span {
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  padding-top: 20px;
	position:relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.page-top-h2 span::before {
  content: "";
  background: #a1d727;
  height: 5px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-top-h2 span.cl-green::before, .page-top-h2 span.cl-blue::before {
	background: transparent;
  height: 0;
  width: 0;
}
.page-top-h2 span.cl-green{
	color:#A2D827;
	font-size:22px;
	display: inline;
	padding-right:20px;
}
.page-top-h2 span.cl-blue{
	color:#142c4d;
	font-size:32px;
	font-weight:normal;
	letter-spacing:2px;
}


/*ページ*/
ul.pagelink-list {
  display: flex;
  gap: 50px;
}
ul.pagelink-list li a i {
  border: 1px solid #142C4D;
  color: #142C4D;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 22px;
  text-align: center;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
ul.pagelink-list li a:hover i  {
  border: 1px solid #142C4D;
  background: #142C4D;
  color: #fff;
}
.page-h3 {
  font-size: 60px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #142c4d;
	letter-spacing: 2px;
	line-height: 1.8;
	  margin-bottom: 40px;
}
.page-h3 span {
  display: block;
  color: #333;
  font-size: 20px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
.page-h3 span::before {
	content: "";
	background: #a1d727;
	height: 5px;
	width:40px;
	position: absolute;
	top:-15px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page-h4 {
	position: relative;
	overflow: hidden;
	color:#142c4d;
	font-size:21px;
	padding-bottom: 7px;
	letter-spacing: 1px;
	margin-top: 40px;
}
.page-h4:before,
.page-h4:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.page-h4:before {
      border-bottom: 2px solid #a2d827;
}

.page-h4:after {
      border-bottom: 2px solid #e5e5e5;
}
.page-h4 span {
  padding: 0 7px;
}
.page-h5 {
  color: #142c4d;
  font-weight: 600;
  font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5;
}
.page-h5::before {
  content: "■";
  color: #a2d827;
  font-size: 14px;
  margin-right: 7px;
}
.p-name {
  background: #142c4d;
  display: inline;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  letter-spacing: 2px;
	font-size: 20px;
}
.sub-name {
  border: 2px solid #142c4d;
  display: inline;
  padding: 3px 30px;
  border-radius: 30px;
	color:#142c4d;
	font-weight:600;
	background: #fff;
}
.p-name-top {
  color: #142c4d;
  font-size: 20px;
  font-weight: 600;
}
ul.kome-list {
  font-size: 14px;
  line-height: 1.3;
}
.cl-gray-big {
  color: #666;
  font-size: 19px;
  line-height: 1.6;
}
.f-big-gray {
  color: #666;
  font-size: 20px;
	line-height: 1.6;
}
.canvas-bnr a {
  border: 1px solid #cbcbcb;
  display: block;
  padding: 15px;
	height: 100%;
}
.canvas-bnr {
  height: 100%;
}
.canvas-bnr p {
  margin: 0;
  text-align: center;
  line-height: 1.3;
  color: #808080;
  padding-top: 10px;
}
.canvas-bnr a:hover {
	background:#f2f2f2;
}
body.page-id-18 .cl-blue {
  color: #142C4D;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.p-detail {
  font-size: 18px;
	line-height: 1.5;
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}
.p-detail-green {
  color: #A1D727;
  margin-right: 5px;
}
dl.dl-table {
  display: flex;
	margin: 0;
}
dl.dl-table dt {
  border-top: 1px solid #142C4D;
  width: 25%;
  padding: 15px 25px;
	line-height: 1.6;
	color:#142C4D;
}
dl.dl-table dd {
  border-top: 1px solid #E4E4E4;
  width: 75%;
  padding: 15px 40px;
	line-height: 1.6;
}
.map a {
  border: 1px solid #A1D727;
  margin-left: 10px;
  padding: 0 10px;
  color: #A1D727;
}
.cl-blue-big {
  color: #142C4D;
  font-size: 24px;
	font-weight:600;
	line-height: 1.6;
}
a.btn-green {
  display: inline-block;
  background: #A1D727;
  padding: 10px 100px;
  color: #fff;
	border-radius: 4px;
}
a.btn-green:hover {
  background: #84B80E;
}

/*施工例*/
.cat-search {
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 3px;
  color: #142c4d;
	font-family: 'Poppins', sans-serif;
	letter-spacing:2px;
}
ul.cat-list li {
  display: inline;
}
ul.cat-list li a {
  display:block;
  background: #eef2f5;
  padding: 10px 5px;
  line-height: 1;
  margin: 15px 0 0 0;
text-align: center;
}
ul.cat-list li a:hover {
	background: #b5ceed;
	opacity: 1;
}
ul.cat-list li a.active{
	background: #142c4d;
	color: #fff;
}
ul.cat-list {
  display: flex;
  flex-wrap: wrap;
	gap: 0.57%;
}
ul.cat-list li {
	width:12%;
}

ul.cat-list.list-col6 li {
  width: 16.1%;
}

body.page-id-511 .p-name, body.page-id-560 .p-name, body.tax-case_cat .p-name, body.tax-movie_cat .p-name, body.post-type-archive .p-name{
	display: inline-block;
	min-width: 300px;
}
.case-inner {
  background: #eef2f5;
  padding: 20px;
}
.case-before {
  width: 47%;
}
.case-after{
	width: 47%;
}
.case-yaji{
	width: 6%;
	color:#cbcbcb;
	font-size: 30px;
}
.case-txt {
  background: #fff;
  padding: 10px;
  line-height: 1.3;
  border-radius: 4px;
  margin-top: 10px;
}

.movie-title {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 5px;
}
.movie-txt {
  line-height: 1.3;
  padding-top: 5px;
	font-size: 90%;
}


/*サイトマップ*/
.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: 7px 20px;
    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-28 ul.children li::before {
  content: '・';
  padding-right: 7px;
  color: #29ABE2;
}
.wsp-category-title a {
  color: #142C4D;
  padding-top: 10px;
  display: block;
}

/*新着情報*/
.archive-pager {
  text-align: center;
}
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
    color: #333;
}
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
	color:#333;
}
a.page-numbers:hover {
    background: #f2f3f7;
}
.archive-pager .pagination {
  justify-content: center;
}
body.single-post .page-h4 {
  margin-top: 20px;
}
.single-pager {
  border-top: 2px solid #e5e5e5;
  padding-top: 5px;
}
.single-pager a {
  color: #142C4D;
  font-size: 90%;
  font-weight: 600;
}
.single-pager ul.pager {
  display: flex;
  justify-content: space-between;
}
.single-pager ul.pager li.next {
  margin-left: auto;
}

/*basicページ*/
.page-top.basic-top {
 /*background: url(https://template-04.mrri-design.net/wp-content/uploads/2025/08/4.png) no-repeat top center;*/
 background-color: #142c4b;
    background-size: auto;
  height: calc(200px + 62px);
  background-size: cover;
}
.page-top.basic-top .page-top-h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
	font-weight:600;
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
}
.page-top.basic-top .breadcrumbs {
  margin-bottom: 20px;
}
.page-top.basic-top .main-sankaku {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: auto;
  height: calc(100% - 62px);
  max-height: 126px;
}
body.page-template-page-basic main, body.page-id-3504 main, body.archive main, body.single main{
	background: #fff;
}

/*ログイン*/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 30%;
    min-width: 350px;
}
#wpmem_login {
    width: 35% !important;
    min-width: 380px;
    margin: 0 auto;
    background: #132B4C;
    padding: 20px;
    color: #fff !important;
}
#wpmem_login fieldset {
    margin: 10px 0 !important;
}
#wpmem_login .link-text a {
    color: #fff;
}
.recaptcha-txt {
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
    color: #999;
}
img#xo-security-captcha {
    background: #fff;
    padding: 5px;
    width: 110px;
}
div#wpmem_login input.buttons, #wpmem_reg input {
    display: block;
    width: 100%;
    background: #A1D727;
    border: 1px solid #A1D727;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
	border-radius: 4px;
}
div#wpmem_login input.buttons:hover, #wpmem_reg input:hover {
background: #84B80E;
}
div#wpmem_login p {
    margin: 0;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
    padding: 20px 0 !important;
    text-align: left !important;
}
body.logged-in .login-detail {
  display: none;
}
.login_status {
  text-align: center;
}
.login_status a {
  background: #A1D727;
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
.login_status a:hover {
background: #84B80E;
}

/*新規会員登録*/
#wpmem_reg {
    width: 100% !important;
}
body.page-template-page-basic {
    line-height: 1.6;
}
#wpmem_reg #wpmem_profile_form {
    background: #EEF2F5;
    padding: 20px !important;
    border-radius: 8px;
}
#wpmem_reg .req-text {
    margin: 0 0 20px 5px !important;
    font-size: 90%;
}
#wpmem_reg input {
    width: 300px;
    margin: 0 auto !important;
}
#wpmem_login legend, #wpmem_reg legend {
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px !important;
    width: 100%;
    text-align: center;
}
.wpmem_msg {
    margin-right: auto !important;
    margin-left: auto !important;
}

/*お問い合わせ*/
.wpcf7 {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 30px;
  background: #EEF2F5;
	border: 1px solid transparent;
	border-color: #fff #dee2e6 #dee2e6 #dee2e6;
	border-top: none;
}
dl.contact-dl dt {
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.wpcf7 select{
	border: 1px solid #ccc;
	background:#fff;
	 padding: 8px;
}
.wpcf7 input[type="checkbox"] {
  width: auto;
}
.wpcf7 input[type="number"] {
	width:auto;
  max-width: 10rem;
}
.wpcf7 input[type="file"] {
  border: none;
  font-size: 90%;
}
.wpcf7 input[type="radio"] {
  width: auto;
}
dl.contact-dl dt p {
  color: #142C4B;
}
.underline {
  text-decoration: underline;
}
input.btn-green {
  width: 300px;
  background: #A1D727;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  -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;
  position: relative;
  border: none;
}
input.btn-green:hover {
	background: #84B80E;
	opacity: 1;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #142C4B;
  background-color: #EEF2F5;
  border-color: #dee2e6 #dee2e6 #f2f2f2;
}
.nav-tabs .nav-link {
	border: 1px solid #e9ecef;
	color: #666;
}
.nav-link:hover, .nav-link:focus {
  opacity: 1;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #142C4B;
	border-bottom: 1px solid #EEF2F5;
}
.nav-tabs .nav-item {
  line-height: 1.3;
}
dl.contact-dl p {
  margin: 0;
}
.wpcf7-spinner {
	display:none;
}

body.page-id-15.logged-in a.btn-green {
  display: none;
}
body.logged-in .login-none {
  display: none;
}
ul.register_links li a::before {
  content: "■";
  color: #a2d827;
  font-size: 14px;
  margin-right: 7px;
}
.member-info ul li a::before {
  content: "■";
  color: #a2d827;
  font-size: 14px;
  margin-right: 7px;
}

.tyusyaku {
    font-size: 90%;
    color: #bd3500;
}

/*施工事例*/
.case-menu01 {
  background: url(http://kusuda.mrri-design.com/wp-content/themes/wp-kusuda23/img/nav_service01.jpg) no-repeat center center;
  background-size: cover;
	padding: 40px 30px;
}
.case-menu02 {
  background: url(http://kusuda.mrri-design.com/wp-content/themes/wp-kusuda23/img/nav_service02.jpg) no-repeat center center;
  background-size: cover;
	padding: 40px 30px;
}
.case-menutitle {
  font-size: 26px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-align: center;
}
.case-menutitle span {
  font-size: 20px;
  color: #A1D727;
  margin-right: 10px;
}
.case-menubtn a {
  border: 1px solid #fff;
  width: 100%;
  display: block;
  padding: 10px;
  background: rgba(255,255,255,0.6);
  text-align: center;
  letter-spacing: 2px;
  color: #142C4B;
}
.case-menubtn a:hover{
	background: rgba(255,255,255,1);
}
.sm-none {
  display: none;
}
.case-img img{
		max-height: 400px;
	}

/*組合員紹介*/
.list-box-bg {
    /*border: solid 2px #142c4d;*/
    border: solid 2px #e5e5e5;
    padding: 15px 15px 10px;
    margin-bottom: 20px;
	/*height: 280px;*/
}

dt.yakusyoku {
    display: inline-block;
    background-color: #142c4d;
    padding: 2px 15px;
    margin-bottom: 10px;
    color: #fff;
}

dl.list-box-naiyo dd.name, dl.list-box-naiyo dd.company {
    color: #142c4d;
}

dd.adress,dd.tel,dd.hp-link {
    line-height: 1.6;
    margin-bottom: 10px;
}

dd.name {
    margin-bottom: 20px;
}


@media (max-width: 1199px) {
	.header-logo img {
	  height: 35px;
	  width: auto;
		margin-top:0;
	}
	body.home .header-logo img {
	  height: 50px;
	  width: auto;
		margin-top: 5px;
	}
	.gmrelative01.clone-nav.is-show .header-logo img {
	  height: 35px;
	  width: auto;
	  margin-top: 0;
	  position: relative;
	  top:-3px;
	}
	nav.top-menu ul li a {
	  font-size: 15px;
	  padding: 8px 15px 12px;
	  letter-spacing: 1px;
	}
	.main-sankaku {
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  width: 23%;
	}
	.main-login {
	  bottom: 10px;
		right: 10px;
	}
	a .link-btn {
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 22px;
		margin-left: 10px;
	}
	.main-login img {
	  height: 25px;
		margin-right: 10px;
	}
	
	ul.pagelink-list {
	  display: flex;
	  gap: 20px;
	}
	.breadcrumbs {
	  margin-bottom: 20px;
	}
	.page-top-h2 {
	  font-size: 50px;
	  line-height: 1.6;
	}
	.page-top {
	  height: 362px;
	}
	.pagetop-backimg img {
	  width: 100%;
	  height: 300px;
	  object-fit: cover;
	  object-position: right bottom;
	}
	
	ul.cat-list li {
	  width: 16.1%;
	}
	ul.cat-list.list-col6 li {
	  width: 19.5%;
	}
	
	.case-img img{
		max-height: 350px;
	}
	
	ul.bnr-area li {
    width: 23%;
}
}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.header-right {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}
	dl.header-tel {
	  padding: 0;
	}
	dl.header-tel dd span {
		font-size: 20px;
	}
	.btn-yellow a {
	  background: #E0BC32;
	  font-size: 14px;
	  display: inline-block;
	  padding: 5px 20px;
	  color: #fff;
	  font-weight: 700;
	  text-align: center;
	  border-radius: 30px;
	  letter-spacing: 1px;
	}
	
	
	
	nav.top-menu ul li a {
	  padding: 5px 8px;
	  font-size: 13px;
	}
	nav.top-menu {
		padding: 0 5px;
	}
	h1.header-logo img {
	  height: 35px;
	  width: auto;
	  vertical-align: top;
	}
	.header-right img {
	  height: 25px;
	}
	.gmrelative01 h1.header-logo img {
		height: 25px;
	  width: auto;
	  margin-top: 0;
	}
	body.home .gmrelative01 h1.header-logo img {
		height: 40px;
		margin-top: 5px;
	}
	.gmrelative01.clone-nav.is-show .header-logo img {
	  height: 25px;
	  width: auto;
	  margin-top: 0;
	  top: 3px;
	}
	nav.top-menu ul li.header-login a {
	  padding: 0 15px 0 35px;
	}
	.header-login img {
	  position: absolute;
	  top: 3px;
		left: 15px;
	}
	.dropdown-toggle::after {
		margin-left: 1px;
	}
	.page-top {
		padding-top: 50px;
	}
	h1, .h1 {
	  font-size: 20px;
	}
	h2.index-h2 {
		font-size: 30px;
	}
	h3.index-h3 img {
	  height: 130px;
	  margin-top: 43px;
	  margin-right: 50px;
	}
	h3.index-h3 {
		font-size: 70px;
	}
	h3.index-h3 span {
	  font-size: 26px;
	  margin-left: 40px;
	}
	.main-txt .main-title {
		width: 70vw;
	}
	.news-wrap p {
	  font-size: 20px;
	}
	.f-26 {
	  font-size: 22px;
	}
	.bg-naname p.champ03-text {
		font-size: 2.7vw;
	}
	
	#lineupMenuArea {
	  overflow: auto;
	}
	.tableStylePrice {
	  margin-bottom: 10px;
	}
	
	.carwashCareWrap {
	  flex-wrap: wrap;
	}

	.footer-navwrap {
    padding-right: 20px;
    padding-left: 20px;
    }

	.footer-about {
    font-size: 27px;
    }
	
	dl.footer-tel dd span {
		font-size: 30px;
	}
	.footer-btn {
	  display: flex;
	  gap: 10px;
	}
	.footer-btn .btn-yellow {
	  width: 33.3%;
	}
	ul.bnr-area {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	}
	ul.bnr-area li {
	  margin-right: 0;
	  width: 32.3%;
	}
	
		a .link-btn {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  font-size: 20px;
	  margin-left: 10px;
	}
	.main-login img {
		height: 20px;
	}
	.main-login {
	  letter-spacing: 1.5px;
	}
	.inner {
	  padding-top: 60px;
		padding-bottom: 60px;
	}
	h2.news-h2 {
		font-size: 40px;
	}
	h2.news-h2 span {
	  font-size: 15px;
	  margin-top: 5px;
	}
	.link {
	  font-size: 16px;
	}
	a .link-btn.btn-navy {
	  width: 40px;
	  height: 40px;
	  line-height: 35px;
	  font-size: 20px;
		margin-left: 10px;
	}
	h2.blue-h2 {
		font-size: 46px;
	}
	h2.blue-h2 span {
		font-size: 16px;
	}
	h2.blue-h2 span::before {
  		height: 4px;
		width: 30px;
	}
	h2.white-h2 {
		font-size: 46px;
	}
	h2.white-h2 span {
		font-size: 16px;
	}
	h2.white-h2 span::before {
  		height: 4px;
		width: 30px;
	}
	.service01 {
	  position: relative;
	  min-height: 300px;
	}
	.service01-img {
		height: 300px;
	}
	h3.index02-h3 {
	  font-size: 24px;
	  letter-spacing: 2px;
	  color: #373737;
	  margin: 30px 0 20px;
	}
	.service02-img {
		height: 300px;
	}
	.service02 {
	  min-height: 300px;
	}
	h3.aboutbnr-h3 {
		font-size: 32px;
	}
	h3.aboutbnr-h3 span {
		font-size: 16px;
	}
	.about-img a::after {
	  font-family: FontAwesome;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
		font-size: 20px;
	}
	dl.footer-tel dt img {
		width: 40px;
	}
	.btn-contact a {
		font-size: 20px;
		width: 100%;
	}
	#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
	  width: 40px;
	  height: 40px;
	  line-height: 30px;
	}
	ul.footer-nav {
	  gap: 2%;
	}
	ul.footer-nav li {
	  width: 49%;
	  padding-bottom: 10px;
	}
	.page-top {
	  padding-top: 50px;
	  height: 250px;
	}
	.pagetop-backimg img {
		height: 200px;
	}
	.page-h2-wrap {
		top: 110px;
	}
	ul.pagelink-list {
	  flex-wrap: wrap;
	}
	.cl-blue-big {
	  font-size: 20px;
	}
.page-h3 {
  font-size: 46px;
}
.page-h3 span::before {
  height: 4px;
  width: 30px;
}
.page-h3 span {
  font-size: 16px;
}

	ul.cat-list li {
	  width: 19.5%;
	}
	ul.cat-list.list-col6 li {
	  width: 24.5%;
	}
	.case-img img{
		max-height: 280px;
	}
	
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 768px) {
	.fadeup2 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.fadeup3 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}


	
	.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: 10px;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #142c4d;
	  -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: 30px;
		padding-left: 10px;
		width: auto;
		margin-top: 8px;
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0;
		color: #fff;
		background: #142c4d;
		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;
	}
	nav.globalMenuSp ul {
	  background: #fff;
	  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:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 9px 20px;;
		text-decoration: none;
		text-align: left;
		background: #142c4d;
	}
	.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: #a1d727;
	}
	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: #a1d727;
		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;
		line-height: 1;
	}
	nav.globalMenuSp ul li.g-child a {
	  padding-left: 3.5rem;
	}
	ul#nav-02 {
	  border-bottom: 1px solid #fff;
	}
	nav.globalMenuSp ul li.link {
	  border-bottom: none;
	}
	.main-img {
	  padding-top: 46px;
		/*height: calc(100vh - 91px);*/
		overflow: hidden;
	}
	.sp.mainimg_sp {
	  /*height: calc(100vh - 91px);*/
	  width: 100%;
	  object-fit: contain;
		/*object-fit: cover;
		object-position: bottom left;*/
	}
	.main-txt {
	  position: absolute;
	  top: 33%;
	  left: 3%;
	  transform: translate(-0%, -5%);
	  -webkit-transform: translate(-0%, -5%);
	  -ms-transform: translate(-0%, -5%);
	  z-index: 1;
	}
	.main-txt .main-title {
	  width: 76vw;
	}
	.main-login {
	  text-align: right;
	}
	.main-sankaku {
	  width: 33%;
	}
	
	body.home .header-logo img {
        height: 40px;
        width: auto;
        margin-top: 5px;
    }

	
/*トップスライダーの次の画像を見るための点*/
.swiper-container-horizontal>.swiper-pagination-bullets {
/*bottom: 45px !important; */
bottom: 45px !important; 
}

/*共通*/
	.inner {
		padding: 30px 0;
	}
		main {
	  background: url("img/back_sankaku_sp.png") no-repeat left top;
		background-size: auto;
	  background-size: 67%;
	}
	
	section.indexbox01 {
	  padding: 20px 0;
	}
	h2.news-h2 {
		font-size: 28px;
	}
	h2.news-h2 span {
		font-size: 13px;
	}
	.news-li {
		display: block;
	}
	.news-li .cat, .single-top .cat {
	  line-height: 20px;
	  font-size: 13px;
	  display: table;
	}
	.news-li .date {
	  float: left;
		line-height: 1.6;
	}
	.news-li .title {
	  clear: both;
	}
	.link {
	  font-size: 14px;
	}
	h2.blue-h2 {
	  font-size: 36px;
	}
	h2.blue-h2 span::before {
	  height: 3px;
	  width: 20px;
		top: -10px;
	}
	h2.blue-h2 span {
	  font-size: 13px;
	}
	h2.white-h2 {
	  font-size: 36px;
	}
	h2.white-h2 span::before {
	  height: 3px;
	  width: 20px;
		top: -10px;
	}
	h2.white-h2 span {
	  font-size: 13px;
	}	
	.service01-img {
	  height: 160px;
	  width: 85%;
	}
	h3.index02-h3 {
	  font-size: 20px;
	  margin: 180px 0 20px;
	}
	ul.footer-nav li {
	  display: block;
	}
	h3.index02-h3 span {
	  font-size: 18px;
	  margin-right: 10px;
	}
	.service02-img {
	  height: 160px;
	  width: 85%;
	}
	
	
	
	.footer-content {
	  background: linear-gradient(180deg,#003e8e 0%,#003e8e 45%,#fff 45%,#fff 100%);
	}
	.footer-btn {
		display: block;
	}
	.footer-btn .btn-yellow {
	  width: 100%;
	  max-width: 300px;
	}
	ul.bnr-area {
	  display: flex;
	  /*gap: 5px;*/
	}

	ul.bnr-area li {
	  margin-right: 0;
	  width: 47.8%;
	}
	.footer-bnr {
	  background: #eef2f5;
	  padding: 20px 0;
	}
	.sp-bottom {
	  display: block;
	  position: fixed;
	  z-index: 10000;
	  bottom: 0;
	  left: 0;
	  background: #142c4d;
	  width: 100%;
	  padding: 5px 0;
		height: 45px;
	}
	footer {
	  margin-bottom: 45px;
	}
	.sp-bottom-tel {
	  border: 1px solid #fff;
	  padding: 2px 5px 5px;
	  border-radius: 8px;
		line-height: 1.2;
	}
	.sp-bottom-tel img {
	  height: 23px;
	}
	.sp-bottom-contact .mail a {
	  border: 1px solid #fff;
		display: block;
		border-radius: 8px;
		padding: 1px 5px 2px;
		line-height: 1.3;
	}
	.sp-bottom-contact .mail a img {
	  height: 28px;
	  vertical-align: middle;
	}
	.sp-bottom .btn-green a {
	  padding: 3px 5px 5px;
	  width: 100%;
	  font-size: 14px;
		background: #a1d727;
	  display: inline-block;
	  color: #fff;
	  font-weight: 700;
		text-align: center;
		border-radius: 30px;
		letter-spacing: 1px;
		line-height: 1.8;
	}
	.sp-bottom .btn-green a img{
		height: 23px;
		margin-right: 7px;
	}
	.footer-copy {
	  color: #373737;
	  font-size: 12px;
	  padding: 3px 10px 3px;
	}
	
	.page-top {
		padding-top: 46px;
		height: 246px;
	}
	.page-h3 {
		font-size: 36px;
	}
	.page-h3 span {
		font-size: 13px;
	}
	.page-h3 span::before {
		  height: 3px;
		  width: 20px;
		  top: -10px;
		}
	.p-name {
		padding: 5px 15px;
		font-size: 17px;
	}
	body.page-id-18 main img {
	  max-width: 60%;
	}
	.max-w-50p {
	  max-width: 50% !important;
	}
	dl.dl-table dt {
		padding: 15px 15px;
	}
	.nav-link {
	  padding: 0.5rem 0.5rem;
	}
	.page-top.basic-top {
		height: calc(100px + 46px);
	}
	.page-top.basic-top .page-top-h2 {
		font-size: 20px;
		width: 100%;
		top: 75%;
	}
	.cl-gray-big {
		font-size: 16px;
	}
	
	.page-top-h2 span.cl-blue {
	  font-size: 22px;
	  font-weight: normal;
	  padding-top: 5px;
	}
	.page-top-h2 span.cl-green {
	  font-size: 16px;
	  padding-right: 10px;
	}
	ul.cat-list li {
	  width: 32.8%;
	}
	ul.cat-list li a {
	  display: block;
	  background: #eef2f5;
	  padding: 10px 0;
	  line-height: 1;
	  margin: 3px 0 0 0;
	  text-align: center;
	  font-size: 13px;
	}
	.case-inner {
	  padding: 10px;
	}
	body.page-id-511 .sub-name, body.tax-case_cat .sub-name, body.post-type-archive .sub-name {
	  border: 2px solid #142c4d;
	  display: inline;
	  padding: 0px 15px;
	  border-radius: 30px;
	  color: #142c4d;
	  font-weight: 600;
	  background: #fff;
	  font-size: 12px;
	}
	.case-yaji {
	  width: 6%;
	  color: #cbcbcb;
	  font-size: 16px;
	  padding-top: 30px;
	}
	.cat-search {
  		font-size: 16px;
		padding-bottom: 0;
	}	
	ul.cat-list.list-col6 li {
	  width: 32.9%;
	}
	.case-img img{
		max-height: 230px;
	}
	
	/*組合員*/
	.list-box-bg {
    height: 380px;
    }
	
}
@media (max-width: 576px) {
	body{
		line-height: 1.8;
	}
	
	.main-txt .main-title {
	  width: 90vw;
	}
	.page-top-h2 {
	  font-size: 30px;
	  line-height: 1.6;
	}
	.page-top-h2 span {
		font-size: 14px;
		padding-top: 10px;
	}
	.page-top-h2 span::before {
  		height: 3px;
		width: 30px;
	}
	.breadcrumbs {
		font-size: 11px;
	}
	
	
	ul.pagelink-list li a i {
	  border: 1px solid #142C4D;
	  color: #142C4D;
	  border-radius: 50%;
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  line-height: 20px;
	  font-size: 16px;
	  text-align: center;
		margin-left: 0;
	}
	body.page-id-18 main img {
	  max-width: 90%;
	}
	.p-name {
	  padding: 5px 10px;
	  font-size: 15px;
	  letter-spacing: 0;
	}
	.page-h5 {
		font-size: 18px;
	}
	.p-name-top {
		font-size: 16px;
	}
	.f-big-gray {
		font-size: 16px;
	}
	.canvas-bnr p {
	  padding-top: 3px;
	  font-size: 13px;
	}
	.cl-blue-big {
	  font-size: 16px;
	}
	dl.dl-table {
		display: block;
	}
	dl.dl-table dt {
	  padding: 10px 10px;
		width: 100%;
	}
	dl.dl-table dd {
  		width: 100%;
		padding: 10px 10px;
	}
	.wpcf7 {
	  width: 100%;
	  margin: 0 0 2.5em !important;
		padding: 20px 10px;
	}
	.sm-none {
	  display: block;
	}
	.page-h4 {
		font-size: 18px;
	}
	dl.footer-tel dd span {
	  font-size: 27px;
	}
	
	#wpmem_login {
    width: 35% !important;
		min-width: 340px;
	}
	#wpmem_reg fieldset {
		border: none;
		padding: 0;
		margin:0 0 40px !important;
	}
	.footer-content {
	  background: linear-gradient(180deg,#003e8e 0%,#003e8e 47%,#fff 47%,#fff 100%);
	}
	.wpcf7 input[type="number"] {
	  width: auto;
	  max-width: 6rem;
	}
	.case-img img {
	  max-height: 170px;
	}
	

	/*組合員*/
	.list-box-bg {
    height: auto;
    }
	
	
}