/*
Theme Name:	wp-hanato2024
Description: はなと商会
Author:mrri
*/

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

body {
    font-size: 16px;
    line-height: 2;
    font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt";
    color: #222;
    font-weight: 500;
	background: #fff;
	z-index: -1;
	position: relative;
	letter-spacing: 1px;
}
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: #222;
 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: #222;
}
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;
}
a[href^="tel:"] {
    pointer-events: none;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
	overflow: hidden;
}

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

/*メインビジュアル文字*/
.box{
  opacity: 0;
}
.fadeUpAnime {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

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

/*画像下から上*/
/*背景色が伸びて出現 共通*/
.shutterScroll{
	opacity:0;
}

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
	animation-delay: 2.6s;
}
.bgextend02{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
	animation-delay: 3.0s;
}
.bgextend03{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}


@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 3.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}
.bgappear02{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 3.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
.bgappear03{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}


@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
.bgDUextend::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d2088;/*伸びる背景色の設定*/
	animation-delay: 2.6s;
}
.bgDUextend02::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d2088;/*伸びる背景色の設定*/
	animation-delay: 3.0s;
}
.bgDUextend03::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d2088;/*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*ふわっと*/
.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);
}


.fadeup.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

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

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

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


/*トップページ-------------------------------*/
/*ヘッダー*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 10;
}

.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	
}
.gmrelative01.clone-nav h1.header-logo{
	display:none;
}

.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
	background: #fff;
	border-bottom: 1px solid #000;
}
.gmrelative01.clone-nav h1.header-logo{
	display:block;
	margin: 0;
	align-self: start;
}
.gmrelative01.clone-nav h1.header-logo a {
	position: static;
}

.header-top {
  color: #222;
  display: flex;
	padding: 10px 10px;
	justify-content: space-between;
}
.nav-wrap {
  display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
}

nav.top-menu {
  display: flex;
  justify-content: stretch;
  -webkit-justify-content: flex-start;
  justify-content: end;
  align-items: center;
}
li.header-mail a {
  background: #1d2088;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
	border:2px solid #1d2088;
}
li.header-mail a:hover {
	background: #fff;
	color: #1d2088;
}
nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	align-items: center;
	padding-top: 32px;
}
nav.top-menu ul.dropdown-menu{
	padding-top: 0;
}
nav.top-menu ul .dropdown-menu {
	display: none;
}
nav.top-menu ul .dropdown-menu.show {
  display: block;
}
nav.top-menu ul li a {
  font-size: 16px;
  display: block;
  margin: 0 15px;
  font-weight: 600;
	letter-spacing: 2px;
}
nav.top-menu ul li a:hover {
	color: #1d2088;
}
.gmrelative01 {
  z-index: 2000;
  position: relative;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.nav-link {
	color: #222;
}
nav.top-menu ul li a.dropdown-item {
  margin: 0;
	border-bottom: 1px solid #222;
}
.dropdown-menu{
	border:1px solid #222;
	border-radius: 0;
}
nav.top-menu ul li a.dropdown-item:hover{
	background: #1d2088;
  color: #fff;
}



/*メインビジュアル*/
.mv-wrapper{
	padding-bottom: 80px;
	position: relative;
	padding-top: 120px;
	display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main-right {
  width: 40%;
  max-width: 751px;
}
.main-left {
  width: 52%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
	margin-top: 2.5vw;
}
	.mv-catch {
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 1.5;
		width: 80%;
  margin-left: auto;
		min-width: 680px;
}
	
	.mv-txt {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 80px;
  margin-top: 30px;
		width: 80%;
  margin-left: auto;
		min-width: 680px;
}
	




/*共通*/
.inner {
    padding: 100px 0 100px;
}
.inner-bottom {
    padding: 0 0 80px;
}
.cl-white {
  color: #fff !important;
}
.w100{
	width:100% !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.f-size20{
	font-size: 20px;
  line-height: 2.5;
	letter-spacing: 3px;
}


/*ボタン*/
.link a{
	color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #1d2088;
	border: 2px solid #1d2088;
  border-radius: 30px;
  min-width: 260px;
  padding: 8px;
	text-align: center;
}
.link a svg {
  margin-left: 15px;
}
.link a:hover{
	background: #fff;
	color: #1d2088;
}

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;
}





/*トップページ*/
section.indexbox01 {
  text-align: center;
}

.index-big-blue {
  font-size: 48px;
  color: #1d2088;
  font-weight: bold;
}

section.indexbox01 p {
  font-weight: bold;
  line-height: 2.5;
  font-size: 18px;
}

.indexbox02 {
  position: relative;
  background: url("img/index01_back.jpg") no-repeat left top;
	padding: 100px 0 200px;
  min-height: 600px;
  background-size: cover;
  margin-top: 150px;
  font-weight: bold;
}

.index-h3 {
  font-size: 48px;
  font-weight: bold;
}

.index-h3 span {
  font-size: 20px;
  display: block;
  color: #1d2088;
  padding-bottom: 5px;
}


.left-img {
  position: absolute;
  top: -130px;
  left: 0;
  width: 45%;
}
.left-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
	background: #1d2088;
	object-position: bottom center;
}
.right-img {
  position: absolute;
  top: -130px;
  right: 0;
  width: 45%;
}
.right-img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
	background: #1d2088;
}

.sale-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.sale-cat {
  font-size: 14px;
  color: #666;
  padding-top: 5px;
}
.sale-name {
  font-weight: bold;
  line-height: 1.4;
}

.indexbox04 {
  position: relative;
  background: url("img/index02_back.jpg") no-repeat left top;
	padding: 100px 0 200px;
  min-height: 600px;
  background-size: cover;
  margin-top: 150px;
  font-weight: bold;
}

.index-company {
  position: relative;
}

.index-company-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(000,000,000,0.6);
  width: 80%;
  height: 80%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.index-company-h4 {
  font-size: 36px;
  font-weight: bold;
	text-align: center;
	
}

.index-company-h4 span {
  display: block;
  font-size: 20px;
	padding-bottom: 5px;
}


/*TOPお知らせ*/
.news-wrap {
  padding: 30px 0;
}

.news-li .cat {
  color: #eb6700;
  min-width: 120px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin-right: 20px;
	padding:1 10px;
}
.news-li .date {
  margin-right: 20px;
}
.news-li .title {
  line-height: 1.5;
}

.news-li a{
  position: relative;
  display: flex;
  padding: 20px 5px 20px;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.news-li:first-of-type {
	border-top: 1px solid #000;
}
.news-li a:hover{
	color: #1d2088;
}


/*フッター*/
.footer-top {
  background: #1d2088;
  color: #fff;
	font-weight: bold;
	padding: 60px 0;
}
.footer-top p {
  max-width: 300px;
}
.footer-mail a {
  background: #fff;
  width: 100%;
  display: block;
  padding: 10px 30px;
  font-size: 20px;
  color: #1d2088;
  font-weight: bold;
  margin-bottom: 30px;
	position: relative;
}
.footer-mail a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 45px;
  width: 45px;
  border: 1px solid #1d2088;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}

.footer-mail a:hover::after {
	border: 1px solid #1d2088;
	background: #1d2088;
	color: #fff;
	
}
.footer-tel {
  font-size: 20px;
  font-weight: bold;
}
.footer-tel a {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}


.footer-name {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
	margin-bottom: 20px;
}
.footer-bottom {
  line-height: 1.8;
  font-weight: bold;
	padding: 60px 0;
}
.footer-nav svg {
  margin-right: 10px;
}
.footer-nav li {
  margin-bottom: 20px;
}


.copyright {
  background: #000;
  color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}

.sp-bottom{
	display:none;
}



/*ページトップへ*/
#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: #1d2088;
  text-decoration: none;
  color: #fff;
  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 #1d2088;
  font-size: 20px;
}
#page-top a:hover {
    text-decoration: none;
	background: #fff;
	color: #1d2088;
	opacity: 1;
}
#page-top img {
  width: 26px;
  vertical-align: baseline;
  display: inline;
}

/*ページ遷移*/

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #1d2088;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}


/*画面遷移アニメーション*/
.splashbg{
    display: none;
	z-index: 9999999;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleY(0);
    background-color: #1d2088;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;

}

@keyframes PageAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/

#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*下層ページ*/
body:not(.home) main{
	padding-top:120px;
}
.page-top {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.breadcrumbs, .breadcrumbs a {
  font-size: 13px;
  color: #999;
}
.pagetop-h2 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 20px;
}
.pagetop-h2 span {
  font-size: 18px;
  display: block;
  color: #1d2088;
  padding-top: 5px;
  padding-bottom: 20px;
}
.tab-wrap {
  border-bottom: 1px solid #222;
}
.tab-wrap .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
}
.tab-wrap .nav-tabs {
  border-bottom: none;
}

.tab-wrap .nav-tabs .nav-link span {
  font-size: 16px;
  margin-right: 10px;
}


.tab-wrap .nav-link {
  width: 100%;
  height: 80px;
}
.nav-tabs .nav-link:hover{
	color:#1d2088;
}
.tab-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	font-size: 24px;
  font-weight: bold;
}
.tab-wrap .nav-tabs .nav-link.active {
  border: none;
  background: #1d2088;
  color: #fff;
  border-radius: 0;
}
.tab-wrap .nav-item {
  width: 100%;
  border-left: 1px solid #222;
}
.tab-wrap .nav-item:last-of-type{
	border-right: 1px solid #222;
}

.tab-inner {
  position: relative;
}
.tab-inner .right-img {
	top: 0;
}
.tab-top {
  height: 460px;
  padding-top: 100px;
}
.pagetop-h3 {
  font-size: 48px;
  line-height: 1.5;
	font-weight: bold;
}
.tab-top p {
  font-size: 20px;
	font-weight: bold;
}
.tab-inner .right-img img {
	height: 500px;
}
.bg-gray {
  background: #f2f2f2;
}
.cl-blue{
	color:#1d2088;
}
.page-h4 {
  font-size: 44px;
  line-height: 1.5;
	font-weight: bold;
}
ul.num-list li {
  border-top: 1px solid #222;
  padding: 20px 10px 20px 80px;
  line-height: 1.6;
	position:relative;
	font-weight: bold;
}
ul.num-list li:last-of-type {
	border-bottom: 1px solid #222;
}
ul.num-list li:before{
	content:'';
	position:absolute;
	font-size:36px;
	color:#1d2088;
	font-weight:bold;
	top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
ul.num-list li.num01:before{
	content:'01';
}
ul.num-list li.num02:before{
	content:'02';
}
ul.num-list li.num03:before{
	content:'03';
}
ul.num-list li.num04:before{
	content:'04';
}
ul.num-list li.num05:before{
	content:'05';
}
dl.dt-blue {
  border-top: 1px solid #222;
  padding: 10px;
  margin: 0;
}
dl.dt-blue:last-of-type {
	border-bottom: 1px solid #222;
}
dl.dt-blue dt {
  color: #1d2088;
}
dl.dt-blue dd {
  margin: 0;
  padding-left: 1rem;
  font-size: 120%;
  line-height: 1.6;
	font-weight: bold;
}

table.blue-table {
  width: 100%;
	line-height: 1.4;
}
table.blue-table th {
  background: #1d2088;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 5px;
	border: 1px solid #fff;
}
table.blue-table td {
  text-align: center;
  padding: 10px;
	border: 1px solid #222;
	background:#fff;
}
body.page-id-14 table.blue-table td {
	text-align: left;
}
body.page-id-10 .right-img img {
  height: 550px;
  width: 100%;
  object-fit: contain;
  background: transparent;
	object-position: top center;
}
ul.sdgs-img li {
  display: inline;
  margin-right: 10px;
}
body.page-id-10 .bg-white {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
}
.sdgs-inner {
  padding: 30px 0;
}
hr {
  background-color: #222;
  opacity: 1;
}
.sdgs-inner p {
  font-weight: bold;
  padding-top: 20px;
  margin: 0;
}
.blue-h5 {
  color: #1d2088;
  font-weight: bold;
  font-size: 20px;
}
body.page-id-12 .bg-white {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
}

body.page-id-14 table.blue-table th {
  width: 20rem;
}
.shigen-inner {
  width: 18%;
}

ul.check-list li {
  border-top: 1px solid #222;
  padding: 20px 10px 20px 20px;
  line-height: 1.6;
	position:relative;
	font-weight: bold;
}
ul.check-list li:last-of-type {
	border-bottom: 1px solid #222;
}
ul.check-list li svg {
  font-size: 28px;
  color: #1d2088;
  vertical-align: bottom;
  margin-right: 20px;
}
.td-blue {
  font-size: 24px;
  font-weight: bold;
  color: red;
  margin-right: 10px;
}
.company-dl {
  display: flex;
  align-items: baseline;
}
.company-dl dt {
  width: 7rem;
}
.seo-name-wrap {
  font-size: 24px;
}
.seo-name {
  font-size: 36px;
}




/*実績*/
.cat-title {
  font-size: 18px;
  border-bottom: 1px solid #222;
}
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: #ddd;
}
ul.cat-list li a.active {
  background:#1d2088;
  color: #fff;
  border: none;
}
ul.cat-list li a:hover {
  background: #1d2088;
  opacity: 1;
	color:#fff;
}
.case-cat a span{
  background: #ddd;
  padding: 2px 10px 3px;
  margin-right: 5px;
  font-size: 14px;
  white-space: nowrap;
}
.blog-h4 {
  color: #1d2088;
  font-size: 20px;
  font-weight: bold;
}
.case-cat span {
  background: #ddd;
  padding: 5px;
  font-size: 14px;
}
.case-title {
  font-weight: bold;
  font-size: 110%;
}


/*お問い合わせ*/
body.page-id-26 .bg-gray {
  padding: 20px 30px;
  margin-bottom: 40px;
  border-radius: 8px;
}
body.page-id-26 .bg-gray p{
	margin:0;
}

dl.contact-dl {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

}
dl.contact-dl dt {
  width: 300px;
  font-weight: normal;
  flex-shrink: 0;
  color: #1d2088;
  font-weight: bold;
}
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{
	width: 100%;
	border: 1px solid #222;
  border-radius: 2px;
	padding: 5px 10px;
}
select{
	border: 1px solid #222;
  border-radius: 2px;
	background:#fff;
}
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;
}
.cl-red {
  color: red !important;
}
.contact-btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #1d2088;
  border: 2px solid #1d2088;
  border-radius: 30px;
  min-width: 260px;
  padding: 8px;
  text-align: center;
	-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;
}
.contact-btn:hover{
	background: #fff;
  color: #1d2088;
}


/*サイトマップ*/
.wsp-container ul li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.wsp-container ul li ul li:last-child{
	border-bottom: none;
}

.wsp-blogs-list::before {
  content: '車買取実績';
  color:#1d2088;
}
.wsp-saless-list::before {
  content: '販売情報';
  color:#1d2088;
}

ul.wsp-posts-list li ul.wsp-posts-list::before {
  content: none;
}

body.page-id-3 .h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 20px;
  margin-top: 30px;
}

/*ページャー*/
.nav-links .page-numbers.current {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #1d2088;
  border-radius: 50%;
  border: 1px solid #1d2088;
}
a.page-numbers {
  padding: 0 20px;
  line-height: 40px;
	display: inline-block;
}
.navigation.pagination {
  justify-content: center;
	text-align: center;
}
a.page-numbers:hover {
  color: #1d2088;
}
h3.bd-h4{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 60px;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
}
.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 svg, ul.pager li.next a svg {
 width: 36px;
  height: 36px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  color: #1d2088;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  border: 1px solid #1d2088;
  padding: 10px;
}
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 svg, ul.pager li.next a svg:hover{
	opacity:1;
	background: #1d2088;
	color:#fff;
}
ul.pager .next {
  margin-left: auto;
}


.thumb-img ul {
  display: flex;
  gap: 1%;
  margin-top: 10px;
	flex-wrap: wrap;
}
.thumb-img ul li {
	width:19%;
	margin-bottom:5px;
}
.blue-table.single-table th {
  width: 18rem;
}
.blue-table.single-table td {
  font-weight:bold;
}




@media (max-width: 1399px) {
	.mv-catch {
		font-size: 4.2vw;
		min-width: 550px;
	}
	.mv-txt {
	  font-size: 1.45vw;
	  margin-top: 20px;
		min-width: 550px;
	}
	
	.tab-wrap .nav-tabs .nav-link {
		font-size: 20px;
	}
	.pagetop-h3 {
		font-size: 47px;
	}
	body.page-id-24 .pagetop-h3 {
    font-size: 39px;
  }
	nav.top-menu ul li a {
		margin: 0 10px;
	}


	
}


@media (max-width: 1199px) {
	nav.top-menu ul {
	  flex-wrap: wrap;
	  justify-content: end;
	}
	nav.top-menu ul li a {
  font-size: 16px;
		margin: 0 7px;
	}
	    .header-logo {
        width: 170px;
    }
	.mv-wrapper {
		padding-bottom: 0;
	}
	.sale-wrap img {
		height: 200px;
	}
		.mv-catch {
		min-width: 470px;
	}
	.mv-txt {
		min-width: 470px;
	}
	
	.tab-wrap .nav-tabs .nav-link span {
	  display: block;
	  line-height: 1;
	}
	.page-h4 {
		font-size: 40px;
	}
	.pagetop-h3 {
		font-size: 46px;
	}
	.nav-link {
		padding: .5rem 0.3rem;
	}
	li.header-mail a {
		padding: 0 10px;
	}
	
}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.inner {
	  padding: 60px 0 60px;
	}
	.header-logo {
    width: 160px;
  }
	nav.top-menu ul li a {
    font-size: 14px;
    letter-spacing: -0.5px;
		margin: 0 13px;
  }
li.header-mail a {
	padding: 0 10px;
	}
	
	.nav-wrap {
		display: block;
	}
	nav.top-menu ul {
    padding-top: 0;
}
	.mv-catch {
    min-width: 370px;
		font-size: 3.8vw;
  }
	.mv-txt {
    font-size: 16px;
    margin-top: 15px;
		min-width: 370px;
  }
	.index-big-blue {
		font-size: 30px;
	}
	section.indexbox01 p {
	  font-size: 16px;
	}
	.index-h3 {
		font-size: 30px;
	}
	.index-h3 span {
		font-size: 14px;
	}
	.link a {
		font-size: 16px;
	}
	.index-company-h4 {
		font-size: 28px;
	}
	.index-company-h4 span {
		font-size: 14px;
	}
	.right-img {
		top: -90px;
	}
	.indexbox02 {
		margin-top: 100px;
		padding: 80px 0 100px;
		min-height: 550px;
	}
	.right-img img {
		height: 600px;
	}
	
	.left-img {
		top: -90px;
	}
	.indexbox04 {
		margin-top: 100px;
		padding: 80px 0 100px;
		min-height: 550px;
	}
	.left-img img {
		height: 600px;
	}
	
	 .tab-wrap .nav-tabs .nav-link {
    font-size: 18px;
    padding: 10px 5px;
    letter-spacing: -0.5px;
  }
	.pagetop-h3 {
		font-size: 34px;
	}
	.tab-top p {
		font-size: 18px;
	}
	 .page-h4 {
    font-size: 30px;
  }
		.link a {
  font-size: 16px;
		min-width: 220px;
	}
	.blue-table.single-table th {
  width: 13rem;
}
	body.page-id-24  .tab-top {
	  padding-top: 30px;
	}
	
	.company-dl {
		display: block;
	}
	dl.contact-dl dt {
		width: 230px;
	}
	
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {	
	body{
		line-height: 1.6;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}

	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 3px 5px -6px rgba(0,0,0,0.3);
    border-bottom: 1px solid #222;
  }
	.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 : #1d2088;
	  -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;
    padding: 0;
    width: auto;
    margin-top: 5px;
	vertical-align: baseline;
		margin-left: 10px;
	}
	 nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 20;
    color: #fff;
    background:#f2f2f2;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding: 46px 0 0;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
	nav.globalMenuSp ul {
	  background: #f2f2f2;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #222;
		margin: 0 auto;
	}
	nav.globalMenuSp ul li.header-tel {
  font-size: 20px;
  font-weight: bold;
}
	nav.globalMenuSp ul li.header-mail {
  font-size: 18px;
  font-weight: 500;
}

	nav.globalMenuSp ul li a {
		display: block;
		color: #222;
		padding: 9px 20px;;
		text-decoration: none;
		text-align: left;
		background: #f2f2f2;
	}
	nav.globalMenuSp ul li img {
  width: 40px;
		margin-right: 10px;
}
	.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;
	}
	
/*共通*/
	.inner {
		padding:45px 0 45px;
	}	
.inner-bottom {
  padding: 0 0 45px;
}
	
/*メインビジュアル*/
	.mv-wrapper {
  		padding-bottom: 60px;
		padding-top: 60px;
	}
	 .mv-catch {
    min-width: auto;
  }
	  .mv-txt {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 40px;
		  min-width: auto;
  }
	.mv-catch {
    font-size: 4.8vw;
  }
	.main-right img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
	
	
/*トップページ*/
	 section.indexbox01 p {
    font-size: 14px;
    line-height: 2.3;
  }
	
.indexbox01 img {
  width: 70%;
  max-width: 400px;
}	
	
	.right-img {
	  width: 80%;
	  height: 200px;
	}
	body.page-id-10 .right-img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
	.bgextend03 {
	  height: 200px;
	}
	.right-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
	 .indexbox02 {
    padding: 160px 0 60px;
    min-height: auto;
  }
	
	.sale-cat {
  line-height: 1.5;
}
	
	.left-img {
	  width: 80%;
	  height: 200px;
	}

	.left-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
	 .indexbox04 {
    padding: 160px 0 60px;
    min-height: auto;
  }
	
	footer {
  margin-bottom: 38px;
}
	
	.sp-bottom {
		display:block;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
		background-color: #1d2088;
	  color: #fff;
	  text-align: center;
		padding: 5px 0;
		z-index: 300;
	}
	.sp-bottom a {
	  color: #fff;
	  font-size: 18px;
	  font-weight: bold;
	}
	body:not(.home) main {
		padding-top: 45px;
	}
	.tab-wrap .nav {
		flex-wrap: wrap;
	}
	.tab-wrap .nav-item {
		width: 50%;
	}
	.tab-wrap .nav-item:nth-child(1), .tab-wrap .nav-item:nth-child(2), .tab-wrap .nav-item:nth-child(4){
		border-right: 1px solid #222;
		border-bottom: 1px solid #222;
	}
	.tab-wrap .nav-item:nth-child(3){
		border-bottom: 1px solid #222;
	}
	.tab-inner .right-img img {
  height: 200px;
}
	.tab-top {
  height: auto;
  padding-top: 230px;
  padding-bottom: 30px;
}
	
	.pagetop-h2 {
		font-size: 26px;
	}
	.pagetop-h2 span {
		font-size: 14px;
	}
	 .tab-wrap .nav-tabs .nav-link {
    font-size: 18px;
    padding: 5px 5px;
    line-height: 1.5;
  }
	.tab-wrap .nav-link {
  height: 65px;
}
	.tab-wrap .container {
  padding: 0;
}
.pagetop-h3 {
    font-size: 28px;
  }
	 .tab-top p {
    font-size: 16px;
  }
	  .page-h4 {
    font-size: 23px;
  }
	ul.num-list li {
		padding: 10px 5px 10px 60px;
	}
	ul.num-list li::before {
		font-size: 30px;
	}
	table.blue-table td {
	  padding: 5px;
	  letter-spacing: -0.3px;
	}
	table.blue-table th {
  font-size: 13px;
  line-height: 1.3;
}
	.sp-w-7rem {
  width: 7rem;
}
	
	body.page-id-10 .right-img img {
	  height: 200px;
    width: 100%;
    object-fit: contain;
    background: transparent;
    object-position: top center;
}
	.sdgs-img img {
  width: 23.5%;
  max-width: 100px;
}
ul.sdgs-img li {
  margin-right: 0.5%;
}	
	
body.page-id-10 .bg-white {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
}	
.sdgs-inner {
  padding: 10px 0;
}	
.blue-h5 {
  font-size: 18px;
}
	body.page-id-12 .bg-white {
  padding: 10px 30px;
  font-size: 18px;
}
	.shigen-inner {
  width: 47%;
}
	body.page-id-14 table.blue-table th {
  width: 8rem;
}
	
.blue-table.single-table th {
  width: 13rem;
}	
	ul.check-list li {
		padding: 10px 10px 10px 20px;
	}
dl.contact-dl {
	display: block;
	}	
	.wpcf7-spinner{
		display:none;
	}
	body.page-id-24 .tab-top {
    padding-top: 230px;
  }
	.syacho {
	  max-width: 300px;
	  margin-bottom: 10px;
	  width: 80%;
	}
	 body.page-id-24 .pagetop-h3 {
    font-size: 28px;
  }
	body.page-id-3 .h3 {
  padding: 5px;
		font-size: 16px;
	}
	
.seo-name-wrap {
  font-size: 18px;
}
.seo-name {
  font-size: 28px;
}	
	
}


@media (max-width: 575px) {	
.main-left {
	width: 56%;
	}
.main-left .mv-catch {
  margin-left: 10px;
  font-size: 4.7vw;
  letter-spacing: -0.1px;
}
	.main-left .mv-txt {
  margin-left: 10px;
  line-height: 1.8;
}
	.mv-wrapper {
		padding-bottom: 0;
	}
	.index-big-blue {
    font-size: 24px;
  }
	
	 .sale-wrap img {
    height: 150px;
  }
	.footer-mail a {
		padding: 10px 10px;
		font-size: 18px;
	}
	.footer-mail a::after {
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
	.footer-name {
	  font-size: 28px;
	  margin-bottom: 10px;
	}
	.footer-nav li {
  margin-bottom: 10px;
}
	
	
	
	
}






