@charset "UTF-8";
/* CSS Document */


/* ---- top loading ------- */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.loading-animation img{
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/* Loading fadeup　*/
.fadeUp_company{
	height:60px;
	animation-name: fadeUpAnime_company;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

.fadeUp_line{
	height:60px;
	animation-name: fadeUpAnime_line;
	animation-duration:2.0s;
	animation-fill-mode:forwards;
	opacity: 0;
}
.fadeUp_any{
	height:60px;
	animation-name: fadeUp_any;
	animation-duration:2.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	}

@keyframes fadeUpAnime_company{
	0%{
		opacity: 0;
		transform: translateY(30px);
		}
	70%{
		opacity: 1;
		transform: translateY(0px);
		}
	100%{
		opacity: 1;
  		transform: translateY(0);
	}
}
@keyframes fadeUpAnime_line{
	0%{
		opacity: 0;
		transform: translateY(0);
		}
	20%{
		opacity: 0;
		transform: translateY(0);
		}
	60%{
		opacity: 1;
		transform: translateY(0);
		}
	100%{
		opacity: 1;
  		transform: translateY(0);
	}
}
@keyframes fadeUp_any{
	0%{
		opacity: 0;
		transform: translateY(30px);
		}
	30%{
		opacity: 0;
		transform: translateY(30px);
		}
	70%{
		opacity: 1;
		transform: translateY(0px);
		}
	100%{
		opacity: 1;
  		transform: translateY(0);
	}
}
/* ---- top loading end------- */


/* ---- top updown------- */
@keyframes updown-anim{
	0%{
		transform: translateY(103%);
		opacity:0;
	}
	50%{
		opacity:0;
	}
	100%{
		transform: translateY(0);
		opacity:1;
	}
}
.updown{
  display: flex;
  overflow: hidden;
}
.updown span{
  transform: translateY(103%);
  display: block;
}
.updown.active span{
  animation: 0.6s updown-anim ease-in-out forwards;
}
.updown span:nth-child(1) {
  animation-delay: 0s;
}
.updown span:nth-child(2) {
  animation-delay: 0.025s;
}
.updown span:nth-child(3) {
  animation-delay: 0.05s;
}
.updown span:nth-child(4) {
  animation-delay: 0.075s;
}
.updown span:nth-child(5) {
  animation-delay: 0.1s;
}
.updown span:nth-child(6) {
  animation-delay: 0.125s;
}
.updown span:nth-child(7) {
  animation-delay: 0.15s;
}
.updown span:nth-child(8) {
  animation-delay: 0.175s;
}
.updown span:nth-child(9) {
  animation-delay: 0.2s;
}
.updown span:nth-child(10) {
  animation-delay: 0.225s;
}
.updown span:nth-child(11) {
  animation-delay: 0.25s;
}

/* ---- top updown end------- */


/* ---- mainV ------- */

.mainV{
	/*width:100vw;*/
	height:calc(100vh - 90px);
	min-height:600px;
	position:relative;
	overflow:hidden;
}

.mainV .image_container {
	width:100%;
	height:100%;
}

/* -- sec1 -- */
.mainV .p-swiper-container{
  position: relative;
	width:100vw;
	height:calc(100vh - 90px);
	min-height:600px
}
.mainV .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}



/* -- sec1 -- */
.mainV .swiper-slide.sec1{
	background:url("https://www.kinoshita-koumuten.co.jp/img/top/top_mainV_backimage_01.webp") no-repeat center;
	background-size:cover;
}
.mainV .swiper-slide .p-swiper__desc.sec1{
	width:50%;
	max-width:800px;
	height:100%;
	right:0;
	left:0;
	margin:auto;
	align-items:center;
	display:flex;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl{
	background:#f9f9f9dd;
	padding:50px;
	box-sizing:border-box;
	border-radius:10px;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl dd{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #000;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl dd span{
	height:30px;
	margin:0 0.5em;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl dd span img{
	height:1.5em;
	vertical-align:middle;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl h3{
	font-size:180%;
	line-height:1.3em;
	margin:1em 0;
	text-align:center;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl p{
	font-size:100%;
	width:85%;
	margin:auto;
	line-height:1.8em;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl .btn{
	margin:20px auto 0;
	text-align:center;
	filter: drop-shadow(0px 0px 8px rgba(0,0,0,.2));
	width:80%;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl .btn a{
	text-align:center;
	padding:20px 100px;
	background:#fff;
	margin:0 auto;
	display: table;
	position:relative;
}
.mainV .swiper-slide .p-swiper__desc.sec1 dl .btn a img{
	width:70%;
	margin:auto;
	display: table-cell;
	vertical-align: middle;
}
.mainV .swiper-slide .p-swiper__desc p{
	line-height:1.6em;
	font-size:0.8rem;
}

/* -- video -- */
.mainV .swiper-slide .p-swiper__desc.video{
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100vh;
	min-height:600px;	
	box-sizing:border-box;
}
.mainV .swiper-slide .p-swiper__desc.video video{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mainV .swiper-slide .p-swiper__desc.video video.sp{
	display:none;
}
.mainV .swiper-slide.video{
	position:relative;
}
.mainV .swiper-slide .video_title{
	position:absolute;
	width:290px;
	top:60px;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	margin:auto;
	height:fit-content;
}
.mainV .swiper-slide .video_title img{
	width:100%;
}


/* -- image1 -- */
.mainV .swiper-slide.image1{
	background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_02.webp") no-repeat center;
	background-size:cover;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd{
	position:absolute;
	bottom:30vh;
	right:5vw;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h3{
	width:100%;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h1{
	color:#fff;
	font-size:0.8rem;
}

.mainV .swiper-slide .p-swiper__desc.image1 dd h6{
	font-size:1.05rem;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	color:#fff;
	margin-bottom:10px;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h4{
	font-size:0.8rem;
	color:#fff;
	margin-top:10px;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h4 a{
	color:#000;
	padding:10px 70px 10px 50px;
	background:#fff;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h4 a.arrowbtn{
	width:fit-content;
}
.mainV .swiper-slide .p-swiper__desc.image1 dd h4 a.arrowbtn::after{
	border-right: 2px solid #000;
    border-bottom: 1px solid #000;
}


/* -- image -- */
.mainV .swiper-slide.image2{
	background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_03.webp") no-repeat center;
	background-size:cover;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h3{
	width:80%;
}
.mainV .swiper-slide .p-swiper__desc.image2 figure{
	position:absolute;
	top:-10px;
	right:10px;
	width:25%;
	max-width:70px;
	filter: drop-shadow(5px 5px 5px #aaa);
}
.mainV .swiper-slide .p-swiper__desc.image2 figure img{
	width:100%;
}
.mainV .swiper-slide.image3{
	background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_05.webp") no-repeat center;
	background-size:cover;
}

.mainV .swiper-slide .p-swiper__desc.image2 dd{
	position:absolute;
	bottom:20vh;
	right:5vw;
	background:#fffd;
	padding:50px;
	min-width:250px;
	width:20%;
}
.mainV .swiper-slide .p-swiper__desc.image3 dd{
	color:#fff;
	position:absolute;
	bottom:20vh;
	right:5vw;
	background:#000d;
	padding:50px;
	min-width:250px;
	width:20%;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h3,
.mainV .swiper-slide .p-swiper__desc.image3 dd h3{
	font-size:1.3rem;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h3 span,
.mainV .swiper-slide .p-swiper__desc.image3 dd h3 span{
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h6,
.mainV .swiper-slide .p-swiper__desc.image3 dd h6{
	font-size:1.05rem;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin-bottom:20px;
}

.mainV .swiper-slide .p-swiper__desc.image2 dd h4,
.mainV .swiper-slide .p-swiper__desc.image3 dd h4{
	font-size:0.8rem;
	color:#fff;
	margin-top:10px;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h4 a{
	color:#004098;
	padding:10px 70px 10px 50px;
	background:#004098;
}
.mainV .swiper-slide .p-swiper__desc.image3 dd h4 a{
	color:#000;
	padding:10px 50px 10px 50px;
	background:#ffffff;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h4 a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.mainV .swiper-slide .p-swiper__desc.image3 dd h4 a.arrowbtn::after{
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h4 a.arrowbtn{
	width:fit-content;
	color:#fff;
}
.mainV .swiper-slide .p-swiper__desc.image3 dd h4 a.arrowbtn{
	width:fit-content;
	color:#000;
}
.mainV .swiper-slide .p-swiper__desc.image2 dd h4 a.arrowbtn::after,
.mainV .swiper-slide .p-swiper__desc.image3 dd h4 a.arrowbtn::after{
}

/* title animation */
.mainV .swiper-slide-active dd,
.mainV .swiper-slide-active dl{
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* -- pagination -- */
.mainV .swiper-pagination{
	bottom: 20px !important;
	width: 100% !important;
	position: absolute;
	text-align:unset;
	box-sizing:border-box !important;
	padding-left:30px;
	z-index:1;
}
.mainV .swiper-pagination-bullet {
	width: 3%;
	max-width:25px;
	height: 2.5px;
	display: inline-block;
	border-radius: unset;
	background: #f0f0f0;
	opacity: 1;
}
.mainV .swiper-pagination-bullet-active {
	opacity: 1;
	background: #004098;
}
.mainV .swiper-button-prev{
	width:20px;
	height:70px;
	left:0;
	background: url("https://www.kinoshita-koumuten.co.jp/img/arrow_a_b_left.svg") center no-repeat #fff;
	background-size:auto 20%;
	z-index:1;
	top:calc(50% - 35px);
}
.mainV .swiper-button-next{
	width:20px;
	height:70px;
	right:0;
	background: url("https://www.kinoshita-koumuten.co.jp/img/arrow_a_b.svg") center no-repeat #fff;
	background-size:auto 20%;
	z-index:1;
	top:calc(50% - 35px);
}

/* ---- mainV scroll ------- */

.scrolldown{
	position:absolute;
	right:35px;
	bottom:120px;
	height:0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background:#000;
	z-index:1;
}
.scrolldown span{
	color:#fff;
	position: absolute;
	left:-5px;
	top: 0px;
	font-size: 0.5rem;
	letter-spacing: 0.2em;
	font-weight:500;
	font-family: 'Barlow', sans-serif;
}
.scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	left:20px;
	width: 0.5px;
	height:0px;
	background: #ffffff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0px;
		top:-20px;
		opacity: 0;
	}
	50%{
		height:150px;
		opacity: 1;
	}
	100%{
		height:0;
		top:150px;
		opacity: 0;
	}
}

/* ---- contents ------- */

.contents{
	width:100%;
	background:#fff;
	padding:0 0 100px;
}

/* ---- contents.corona ----- */
.corona{
	text-align:center;
	padding:150px 0 0 0;
}
.corona .modalbtn{
	font-size:90%;
	border:none;
	background:none;
	width:100%;
}
.corona .modalbtn a{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width:80%;
	max-width:700px;
	text-decoration:none;
	color:#004098;
	display:inline-block;
	text-align:center;
	border:1px solid #004098;
	line-height:1.2em;
	padding:1.5em 1em;
	font-size:120%;
	box-sizing:border-box;
}
.corona .modalbtn a span::before {
	content: "\A" ;
	white-space: pre ;
}
.corona .modalbtn .arrowbtn::after{
    border-right: 2px solid #004098;
    border-bottom: 1px solid #004098;
}
.corona .modalbtn {
}
.corona .modalbtn:hover {
}
.corona .modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.corona .modal-content {
	margin: 10% auto 0;
	width: 90%;
	max-width:800px;
	animation-name: modalopen;
	animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.corona .modal-header {
	background:#fff;
	position:relative;
}
.corona .modal-header h1 {
  margin: 1rem 0;
}
.corona  .modalClose {
	color:#fff;
	font-size: 2rem;
	background:#000;
	position:absolute;
	right:10px;
	top:10px;
	line-height:1em;
}
.corona .modalClose:hover {
  cursor: pointer;
}
.corona .modal-box{
	background:#fff;
	text-align:left;
	padding:20px;
	box-sizing:border-box;
}
.corona .modal-box h5{
	font-size:130%;
	line-height:1.3em;
	margin:30px 0 10px 0;
}
.corona .modal-box p{
		font-size:90%;
	line-height:1.8em
}
.corona .modal-box .cont{
	display:flex;
	justify-content:space-between;
}
.corona .modal-box .cont dt{
	width:280px;
	overflow:hidden;
	margin:0;
}
.corona .modal-box .cont dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.corona .modal-box .cont p{
	width:calc(100% - 300px);
}
.corona .modal-box dl{
	width:100%;
	margin:20px auto 0;
}
.corona .modal-box dl dd{
	padding:10px 0;
	border-top:1px solid #ccc;
}
.corona .modal-box dl dd:last-child{
	border-bottom:1px solid #ccc;
}
.corona .modal-box .btn{
	margin:10px 0;
	font-size:90%;
	text-align:center
}
.corona .modal-box .btn a{
	min-width:200px;
	text-decoration:none;
	color:#fff;
	display:inline-block;;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004096;
}
.corona .modal-box .btn .arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}


/* ---- contents.ep ----- */

.ep{
	width:100%;
	margin:auto;
	padding:150px 0 200px;
	max-width:1400px;
	max-height:800px;
}
.ep ul{
	display:flex;
	justify-content:space-between;
}
.ep ul li{
	width:50%;
	height:50vw;
	max-height:800px;
	list-style:none;
}
.ep ul li:nth-child(1){
	padding:0 5%;
	box-sizing:border-box;
	display: table;
	position:relative;
}
.ep ul li:nth-child(1) dl{
	display: table-cell;
	vertical-align: middle;
}
.ep ul li:nth-child(1) dl dd{
	max-width:500px;
	margin:auto;
}
.ep ul li:nth-child(1) dl h2{
	font-size:250%;
	line-height:1.5em;
}
.ep ul li:nth-child(1) dl h4{
	font-size:1.2rem;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin-bottom:50px;
}

.ep ul li:nth-child(1) dl .btn{
	margin:50px 0 0;
	font-size:90%;
}
.ep ul li:nth-child(1) dl .btn a{
	min-width:200px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004096;
}
.ep ul li:nth-child(1) dl .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.ep ul li:nth-child(1) dl .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.ep ul li:nth-child(1) dl .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}
.ep ul li:nth-child(2){
	/* overflow:hidden; */
	position:relative;
}
.ep_imageBox{
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
   margin: 0 auto;
}
.ep_imageBox-item01,
.ep_imageBox-item02,
.ep_imageBox-item03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
	background-position:center;
}
.ep_imageBox-item01{
   background-image: url('https://www.kinoshita-koumuten.co.jp/img/home/top/top_ep_image_01.webp');
   animation: slide-animation-01 24s infinite;
}
.ep_imageBox-item02{
   background-image: url('https://www.kinoshita-koumuten.co.jp/img/home/top/top_ep_image_02.webp');
   animation: slide-animation-02 24s infinite;
}
.ep_imageBox-item03{
   background-image: url('https://www.kinoshita-koumuten.co.jp/img/home/top/top_ep_image_03.webp');
   animation: slide-animation-03 24s infinite;
}
.ep_imageBox-item03{
   background-image: url('https://www.kinoshita-koumuten.co.jp/img/home/top/top_ep_image_04.webp');
   animation: slide-animation-04 24s infinite;
}
@keyframes slide-animation-01 {
   0% {opacity: 1; transform: scale(1.1);}
   30% {opacity: 1;}
   40% {opacity: 0; transform: scale(1.0);}
   90% {opacity: 0}
   100% {opacity: 1; transform: scale(1.1);}
 }
 @keyframes slide-animation-02 {
   0% {opacity: 0;}
   30% {opacity: 0; transform: scale(1.1);}
   40% {opacity: 1;}
   60% {opacity: 1;}
   70% {opacity: 0; transform: scale(1.0);}
   100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
   0% {opacity: 0;}
   60% {opacity: 0;  transform: scale(1.1);}
   70% {opacity: 1;}
   90% {opacity: 1;}
   100% {opacity: 0; transform: scale(1.0);}
 }
 @keyframes slide-animation-04 {
   0% {opacity: 0;}
   60% {opacity: 0;  transform: scale(1.1);}
   70% {opacity: 1;}
   90% {opacity: 1;}
   100% {opacity: 0; transform: scale(1.0);}
 }


.ep ul li:nth-child(2) .decoration{
	position:absolute;
	bottom:15px;
	left:2%;
	overflow:hidden;
	background:#fff;
	width:96%;
	margin:auto;
}
.ep ul li:nth-child(2) .decoration h3{
	font-size:120%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1.3em;
	letter-spacing:0.2em;
	white-space : nowrap;
	animation : text_scroll 30s linear infinite;
	padding-left:100%;
	width:100%;
	color:#004098;
}
.ep ul li:nth-child(2) .decoration h3 span{
}
@keyframes text_scroll{
   0% { transform: translateX(0)}
   100% { transform: translateX(-140%)}
}


/* ---- contents.pickup ----- */

.pickup{
	padding:80px 0 50px;
	position:relative;
	margin:0 0 200px 0;
	background:#f5f5f5;
	position:relative;
}
.pickup h2{
	font-size:300%;
	color:#000;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	line-height:1em;
	position:absolute;
	top:-0.5em;
	left:2%;
}
.pickup .slider .slick-slide {
  width: 280px;
  position: relative;
  overflow: hidden;
	padding:0 30px;
	border-right:1px solid #ccc;
}
.pickup .slider .slick-slide dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup .slider .slick-slide dd {
}
.pickup .slider .slick-slide dd h5{
	font-size:110%;
	line-height:1.5em;
	height:2.5em;
	margin:0.8em 0 0.8em 0;
}
.pickup .slider .slick-slide dd p{
	font-size:90%;
}

.pickup .dots{
	background:#000;
}
.pickup .dots .slick-dots {
	text-align: center;
	bottom: 20px;
}
.pickup .dots .slick-dots li{
	list-style:none;
}
.pickup .dots .slick-dots button {
  display: block;
  width: 25px;
  height: 3px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
}

.pickup .dots .slick-dots button:before{
    content:none;
}
.pickup .dots .slick-dots .slick-active button {
  background: #004097;
}
.pickup .slick-arrow{
	padding:25px 5px;
	z-index:10;
		height:12px;
}
.pickup .slick-prev.slick-arrow{
	position:absolute;
	left:0px;
	background:#fff;
}
.pickup .slick-next.slick-arrow{
	position:absolute;
	right:0px;
	background:#fff;
}


/* ---- contents.examples ----- */
.examples{
	margin:0 0 0;
}
.examples ol{
	display:flex;
	justify-content:space-between;
}
.examples ol ul:nth-child(1){
	width:40%;
	box-sizing:border-box;
	display: table;
	position:relative;
}
.examples ol ul:nth-child(1) dl{
	display: table-cell;
	vertical-align: middle;
}
.examples ol ul:nth-child(1) dl dd{
	width:90%;
	max-width:400px;
	margin:auto;
}
.examples ol ul:nth-child(1) dl dd h4{
	font-size:250%;
	margin:0 0;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.examples ol ul:nth-child(1) dl dd h2{
	font-size:150%;
	margin:0 0 50px;
}
.examples ol ul:nth-child(1) dl dd h3{
	font-size:120%;
	margin:0 0 10px;
}
.examples ol ul:nth-child(1) dl dd .btn{
	margin:50px 0 0;
	font-size:90%;
}
.examples ol ul:nth-child(1) dl dd .btn .tag{
	margin:0 auto 20px;
	display:flex;
	flex-wrap:wrap;
}
.examples ol ul:nth-child(1) dl dd .btn .tag a{
	font-size:90%;
	min-width:unset;
	text-decoration:none;
	color:#000;
	text-align:unset;
	line-height:0;
	padding:0.8em 1em;
	background:transparent;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000;
}
.examples ol ul:nth-child(1) dl dd .btn a{
	min-width:230px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004098;
}
.examples ol ul:nth-child(1) dl dd .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.examples ol ul:nth-child(1) dl dd .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.examples ol ul:nth-child(1) dl dd .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}
.examples ol ul:nth-child(2){
	width:60%;
	margin: auto;
	padding:10vh 0;
	background:#f9f9f9;
	box-sizing:border-box;
}

.examples_list .swiper-container .swiper-slide {
	width: 400px;
}
.examples_list .swiper-container .swiper-slide:first-child {
	margin-left:10%;
}
.examples_list .swiper-container .swiper-slide:not(:first-child) {
    margin-left: 50px;
}
.examples_list .swiper-container .swiper-slide:last-child {
	margin-right:10%;
}
.examples_list .swiper-container .swiper-slide dt{
	height:70vh;
	max-height:600px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
/*=== 画像の表示エリア ================================= */
.examples_list .swiper-container .swiper-slide dt .slide {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	background:#fff;
}
.examples_list .swiper-container .swiper-slide dt .slide img {
	display:block;
	position:absolute;
	width:inherit;
	height: inherit;
	opacity    : 0;
	animation:slideAnime 12s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.examples_list .swiper-container .swiper-slide dt .slide img:nth-of-type(1){
	animation-delay:0s
}
.examples_list .swiper-container .swiper-slide dt .slide img:nth-of-type(2){
	animation-delay: 4s
}
.examples_list .swiper-container .swiper-slide dt .slide img:nth-of-type(3){
	animation-delay: 8s
}
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   16% { opacity: 1 }
  33% { opacity: 1 }
  49% { opacity: 0 }
 100% { opacity: 0 }
}
.examples_list .swiper-container .swiper-slide dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.examples_list .swiper-container .swiper-slide dt h6{
	font-size:90%;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	padding:1em 0em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight:normal
}
.examples_list .swiper-container .swiper-slide dt h6 em{
	font-style:normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.examples_list .swiper-container .swiper-slide dd h5{
	font-size:0.9rem;
	line-height:1.5em;
	margin:10px 0;
}
.examples_list .swiper-container .swiper-slide .arrowbtn{
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin:10px 0 0 0;
}
.examples_list .swiper-container .swiper-slide .arrowbtn::after{
    right: 30px;
    width: 20px;
}
.examples_list .swiper-container .swiper-slide a:hover .arrowbtn::after{
    right: 20px;
    width: 30px;
}

.examples_list .swiper-scrollbar {
    position: relative;
    margin-top: 16px;
    background-color: transparent;
    width: 80%;
    margin:auto;
}
.examples_list .swiper-scrollbar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 2px;
    background-color: #ccc;
}
.examples_list .swiper-drag {
    position: relative;
    height: 50px;
	box-sizing:border-box;
	width: 50%;
}
.examples_list .swiper-drag::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
	width: 100%;
    height: 5px;
    margin: auto;
    background-color: #004098;
}


/* ---- contents.lineup ----- */
.lineup{
	margin:0 0 200px;
	background:#f0f0f0;
	padding:50px 0;
}
.lineup ol{
}
.lineup ol ul:nth-child(1){
	margin:0 auto 30px 5%;;
	box-sizing:border-box;
}
.lineup ol ul:nth-child(1) dl{
}
.lineup ol ul:nth-child(1) dl dd{
}
.lineup ol ul:nth-child(1) dl dd h4{
	font-size:250%;
	margin:0 0;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.lineup ol ul:nth-child(1) dl dd h2{
	font-size:150%;
	margin:0 0;
	margin:0 0 50px;
}
.lineup ol ul:nth-child(1) dl dd h3{
	font-size:120%;
	margin:0 0 10px;
}
.lineup ol ul:nth-child(1) dl dd .btn{
	margin:50px 0 0;
	font-size:90%;
}
.lineup ol ul:nth-child(1) dl dd .btn a{
	min-width:200px;
	text-decoration:none;
	color:#000;
	display:inline-block;
	text-align:center;
	border:1px solid #000;
	border-radius:30px;
	line-height:1.2em;
	padding:0.8em 4em;
}
.lineup ol ul:nth-child(1) dl dd .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.lineup ol ul:nth-child(1) dl dd .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}
.lineup ol ul:nth-child(2){
	width:100%;
	margin: auto;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
}

.lineup_list .lp-swiper-container .swiper-slide {
	width: 300px;
	list-style:none;
	background:#fff;
}
.lineup_list .lp-swiper-container .swiper-slide:first-child {
	margin-left:5%;
}
.lineup_list .lp-swiper-container .swiper-slide:not(:first-child) {
    margin-left: 50px;
}
.lineup_list .lp-swiper-container .swiper-slide:last-child {
	margin-right:5%;
}
.lineup_list .lp-swiper-container .swiper-slide dt{
}
.lineup_list .lp-swiper-container .swiper-slide dt img{
	width:100%;
}
.lineup_list .lp-swiper-container .swiper-slide dd {
	padding:5px 20px 0px;
}
.lineup_list .lp-swiper-container .swiper-slide dd .logo{
	height:40px;
	align-items:center;
	display:flex;
	margin:0 0 10px;
}
.lineup_list .lp-swiper-container .swiper-slide dd .logo.typeA img{
	height:100%;
	margin:auto;
}
.lineup_list .lp-swiper-container .swiper-slide dd .logo.typeB img{
	width:90%;
}
.lineup_list .lp-swiper-container .swiper-slide dd .logo.typeC img{
	width:60%;
}
.lineup_list .lp-swiper-container .swiper-slide dd h5{
	font-size:0.9rem;
	line-height:1.2em;
	margin:0 0 5px;
	font-weight:normal;
	text-align:center;
}
.lineup_list .lp-swiper-container .swiper-slide dd p{
	font-size:95%;
	line-height:1.7em
}
.lineup_list .lp-swiper-container .swiper-slide .arrowbtn{
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin:10px 0 10px 20px;
}
.lineup_list .lp-swiper-container .swiper-slide .arrowbtn::after{
    right: 30px;
    width: 20px;
}
.lineup_list .lp-swiper-container .swiper-slide a:hover .arrowbtn::after{
    right: 20px;
    width: 30px;
}
.lineup_list .lp-swiper-scrollbar {
    position: relative;
    margin-top: 16px;
    background-color: transparent;
	width: 50%;
	margin:auto;
}
.lineup_list .lp-swiper-scrollbar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 2px;
    background-color: #ccc;
}
.lineup_list .lp-swiper-drag {
    position: relative;
    height: 50px;
	box-sizing:border-box;
	width: 100%;
}
.lineup_list .lp-swiper-drag::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
	width: 100%;
    height: 5px;
    margin: auto;
    background-color: #004098;
}
.lineup .btn{
	margin:30px auto;
	font-size:90%;
	text-align:center;
}
.lineup .btn a{
	min-width:200px;
	text-decoration:none;
	color:#fff;
	display:inline-block;;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004096;
}
.lineup .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.lineup .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.lineup .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}


/* ---- contents.news ----- */
.news{
	margin:0 0 200px 0;
}
.news ol{
	width:90%;
	max-width:1400px;
	margin:auto;
	display:flex;
	justify-content:space-around;
}
.news dl{
	width:400px;
}
.news dl h4{
	font-size:250%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.news dl h2{
	font-size:150%;
}
.news dl .btn{
	margin:50px 0 0;
	font-size:90%;
}
.news dl .btn a{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	background:#004096;
	line-height:1.2em;
	padding:0.8em 4em;
	width:unset;
}
.news dl .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.news dl .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.news dl .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}

.news ul{
	width:calc(100% - 400px);
}
.news ul li{
	list-style:none;
	padding:20px 40px 20px 0;
	border-bottom:0.5px solid #ccc;
	position:relative;
}
.news ul li:first-child{
	border-top:0.5px solid #ccc;
}
.news ul li a{
	display:flex;
	justify-content:space-between;
}
.news ul li a dl:nth-child(1){
	width:100px;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	border-right:1px solid #ccc;
	display: table;
	position:relative;
}
.news ul li a dl:nth-child(1) dt{
	display: table;
	position:relative;
	display: table-cell;
	vertical-align: middle;
}
.news ul li a dl:nth-child(1) dt p.date{
	font-size:100%;
	line-height:1em;
}
.news ul li a dl:nth-child(1) dt p.cate{
	font-size:100%;
}
.news ul li a dl:nth-child(2){
	width:calc(100% - 110px);
	display:flex;
	justify-content:space-between;
}
.news ul li a dl:nth-child(2) dt{
	width:60px;
	height:60px;
	overflow:hidden;
	margin:0 20px 0 0;
	background:#f6f6f6;
	box-sizing:border-box;
}
.news ul li a dl:nth-child(2) dt img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.news ul li a dl:nth-child(2) dd{
	width:calc(100% - 70px);
	display: table;
	position:relative;
}
.news ul li a dl:nth-child(2) dd p{
	font-size:100%;
	line-height:1.5em;
	display: table-cell;
	vertical-align: middle;
}
.news ul li .circle{
	position:absolute;
	top:0;
	right:0;
	margin:auto;
	height:1em;
	line-height:1em;
	height:100%;
	align-items:center;
	display:flex;
}
.news ul li .circle span{
	height:10px;
	width:10px;
	box-sizing:border-box;
	display:flex;
}
.news ul li .circle span img{
	height:10px;
	margin-left:-2px;
}


/* ---- contents.gallery ----- */

.gallery{
	width:100%;
	margin:auto;
	padding:0 0 200px;
	max-width:1400px;
}
.gallery ul{
	display:flex;
	justify-content:space-between;
}
.gallery ul li{
	width:50%;
	height:50vw;
	max-height:800px;
	list-style:none;
}
.gallery ul li:nth-child(1){
	padding:0 5%;
	box-sizing:border-box;
	display: table;
	position:relative;
}
.gallery ul li:nth-child(1) dl{
	display: table-cell;
	vertical-align: middle;
}
.gallery ul li:nth-child(1) dl dd{
	max-width:500px;
	margin:auto;
}
.gallery ul li:nth-child(1) dl h4{
	font-size:250%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.gallery ul li:nth-child(1) dl h2{
	font-size:150%;
	margin:0 0 50px 0;
}
.gallery ul li:nth-child(1) dl h3{
	font-size:120%;
	margin:0 0 10px;
}
.gallery ul li:nth-child(1) dl .btn{
	margin:50px 0 0;
	font-size:90%;
}
.gallery ul li:nth-child(1) dl .btn a{
	min-width:200px;
	text-decoration:none;
	color:#fff;
	display:inline-block;;
	text-align:center;
	background:#004096;
	line-height:1.2em;
	padding:0.8em 4em;
}
.gallery ul li:nth-child(1) dl .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.gallery ul li:nth-child(1) dl .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.gallery ul li:nth-child(1) dl .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}
.gallery ul li:nth-child(2){
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
}
.gallery ul li:nth-child(2) dt{
	overflow:hidden;
	background:#000;
}
.gallery ul li:nth-child(2) dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.gallery ul li:nth-child(2) dt:nth-child(1){
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}
.gallery ul li:nth-child(2) dt:nth-child(5){
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}


/* ---- contents.modelhouse ----- */
.modelhouse{
	padding:0 0 200px;
}
.modelhouse ol{
	display:flex;
	justify-content:space-between;
}
.modelhouse ol ul:nth-child(1){
	width:50%;
	padding:0 5%;
	box-sizing:border-box;
	display: table;
	position:relative;
}
.modelhouse ol ul:nth-child(1) dl{
	display: table-cell;
	position:relative;
}
.modelhouse ol ul:nth-child(1) dl dd{
	max-width:500px;
	margin:auto;
	position: -webkit-sticky;
	position: sticky;
	top:23vh;
}
.modelhouse ol ul:nth-child(1) dl dd h4{
	font-size:250%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.modelhouse ol ul:nth-child(1) dl dd h2{
	font-size:150%;
	margin:0 0 50px 0;
}
.modelhouse ol ul:nth-child(1) dl dd h3{
	font-size:120%;
	margin:0 0 10px;
}
.modelhouse ol ul:nth-child(1) dl dd .btn{
	margin:50px 0 0;
	font-size:90%;
}
.modelhouse ol ul:nth-child(1) dl dd .btn a{
	min-width:230px;
	text-decoration:none;
	color:#fff;
	display:inline-block;;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004096;
}
.modelhouse ol ul:nth-child(1) dl dd .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.modelhouse ol ul:nth-child(1) dl dd .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.modelhouse ol ul:nth-child(1) dl dd .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}

.modelhouse ol ul:nth-child(2){
	width:50%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:0 2% 0 0;
	box-sizing:border-box;
}
.modelhouse ol ul:nth-child(2) li div.area_title{
	display:block;
	flex-wrap:unset;
	justify-content:unset;
	padding-left:60px;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}
.modelhouse ol ul:nth-child(2) li div.area_title.tokyo{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_tokyo.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.kanagawa{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_kanagawa.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.saitama{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_saitama.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.chiba{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_chiba.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.ibaraki{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_ibaraki.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.miyagi{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_miyagi.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.kyoto{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_kyoto.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.osaka{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_osaka.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) li div.area_title.fukuoka{
	background:url(https://www.kinoshita-koumuten.co.jp/img/map_image_fukuoka.svg) no-repeat center left 5px;
	background-size:auto 45px;
}
.modelhouse ol ul:nth-child(2) h3{
	font-size:130%;
	line-height:1em;
}
.modelhouse ol ul:nth-child(2) h4{
	font-size:120%;
	color:#999;
	line-height:1.3em;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.modelhouse ol ul:nth-child(2) li{
	width:100%;
	margin:0 0 50px 0;
	list-style:none;
}
.modelhouse ol ul:nth-child(2) li:last-child{
	margin:0 0 0 0;
}
.modelhouse ol ul:nth-child(2) li div{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.modelhouse ol ul:nth-child(2) li div dl{
	width:22%;
	margin:0 4% 30px 0;
}
.modelhouse ol ul:nth-child(2) li div dl:nth-child(4n){
	margin:0 0 30px 0;
}
.modelhouse ol ul:nth-child(2) li dl dt{
	width:100%;
	background:#f9f9f9;
	overflow:hidden;
}
.modelhouse ol ul:nth-child(2) li dl dt img{
	width:100%;
}
.modelhouse ol ul:nth-child(2) li dl dd h6{
	font-size:85%;
	text-align:center;
	line-height:1.5em
}
.modelhouse ol ul:nth-child(2) li dl dd p{
	font-size:70%;
	color:#004096;
	line-height: 1.2;
	text-align:center;
}



/* ---- contents.modelhouse ----- */

.othercompany{
	background:#f9f9f9;
	padding:50px 0 100px;
}
.othercompany .title{
	width:90%;
	max-width:1400px;
	margin:auto;
	text-align:center;
}
.othercompany .title h4{
	font-size:250%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.othercompany .title h2{
	font-size:150%;
	margin:0 0 50px 0;
}
.othercompany ul{
	width:90%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	max-width:1400px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:30px 0;
}
.othercompany ul li{
	width:48%;
	max-width:1200px;
	list-style:none;
	padding-bottom:50px;
}
.othercompany ul li:nth-child(1){
	border-right:1px solid #999;
	padding-right:2%;
}
.othercompany ul li dt{
	width:100%;
	overflow:hidden;
	height:250px;
}
.othercompany ul li dt img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.othercompany ul li dt span#logo{
	width:30%;
}
.othercompany ul li dd{
	width:100%;
}
.othercompany ul li dd h6{
	font-size:1.1rem;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	margin:20px 0 0;
}
.othercompany ul li dd img{
	display:block;
	height:fit-content;
	height:35px;
	margin:20px 0;
}
.othercompany ul li dd h5{
	font-size:1rem;
	line-height:1.3em;
	margin:10px 0;
	
}
.othercompany ul li dd p{
	font-size:0.8rem;
	line-height:1.5em;
}
.othercompany ul li .arrowbtn{
	position:absolute;
	bottom:0;
	left:0;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.othercompany ul li .arrowbtn::after{
}

.othercompany ul li:hover .arrowbtn::after{
    right: 10px;
    width: 30px;
}

/* ---- contents.group-efforts ----- */
.group-efforts{
	background:#fff;
	padding:50px 0;
	border-top:1px solid #ccc;
}

/* ---- contents.contact_list ----- */
.contact_list{
	background:#fff;
}
.contact_list ol{
	width:90%;
	max-width:1400px;
	margin:auto;
	padding:100px 0 30px;
}
.contact_list ul{
	width:100%;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.contact_list ul li{
	list-style:none;
	width:50%;
	display: table;
	position:relative;
}
.contact_list ul li.contact_btn,
.contact_list ul li.online_btn,
.contact_list ul li.modelhouse_btn{
	border-right:1px solid #ccc;
	width:20%;
	font-size:90
}
.contact_list ul li.contact_btn dd,
.contact_list ul li.online_btn dd,
.contact_list ul li.modelhouse_btn dd{
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}

.contact_list ul li.contact_btn dd a img,
.contact_list ul li.online_btn dd a img,
.contact_list ul li.modelhouse_btn dd a img{
	width:30%;
	max-width:50px;
}
.contact_list ul li.contact_btn dd a span,
.contact_list ul li.online_btn dd a span,
.contact_list ul li.modelhouse_btn dd a span{
	display:block;
	font-weight:bold;
	line-height:1.5em;
	font-size:0.8rem;
}

.contact_list ul li.tel_btn{
	width:40%;
}
.contact_list ul li.tel_btn dd{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.contact_list ul li.tel_btn dd a{
	font-size:350%;
	color:#000;
	font-weight:500;
	font-family: 'Barlow', sans-serif;
	line-height:1em
}
.contact_list ul li.tel_btn dd p{
	font-weight:bold;
}


.contact_list ol .btn{
	margin:70px 0 0;
	font-size:90%;
	text-align:center;
}
.contact_list ol .btn a{
	min-width:200px;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:1.2em;
	padding:0.8em 4em;
	background:#004096;
}
.contact_list ol .btn a.arrowbtn::after{
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.contact_list ol .btn a span{
	line-height:1em;
	font-size:70%;
	margin:0 0 0 0.5em;
}
.contact_list ol .btn a span::before {
	content: "\A" ;
	white-space: pre ;
}

/* ---- contents.social_list ----- */

.social{
	background:#f5f5f5;
	margin:0 0 0px 0;
}

.social ol{
	width:90%;
	max-width:1400px;
	display:flex;
	justify-content:space-between;
	padding:100px 0;
	margin:auto;
}
.social ol ul:nth-child(1){
	width:50%;
	padding:0 5%;
	box-sizing:border-box;
}
.social ol ul:nth-child(1) dl{
}
.social ol ul:nth-child(1) dl dd{
	max-width:500px;
	margin:auto;
}
.social ol ul:nth-child(1) dl dd h4{
	font-size:250%;
	font-weight:100;
	font-family: 'Barlow', sans-serif;
}
.social ol ul:nth-child(1) dl dd h2{
	font-size:150%;
	margin:0 0 10px 0;
}

.social ol ul:nth-child(2){
	width:45%;
}
.social ol ul:nth-child(2){
	display:flex;
}
.social ol ul:nth-child(2) dl{
	width:48%;
	text-align:center;
	margin:0 0 10px 0;
	border-left:1px dotted #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social ol ul:nth-child(2) dl:last-child{
	border-right:1px dotted #ccc;
}
.social ol ul:nth-child(2) dl dd{
	font-weight:100;
	font-family: 'Barlow', sans-serif;
	font-size:90%;
}
.social ol ul:nth-child(2) dl dd img{
	display:block;
	margin:auto;
	width:35px;
}



/* ----------1199px–---------- */

@media screen and (max-width: 1199px) {
	/* -- sec1 -- */
	.mainV .swiper-slide .p-swiper__desc.sec1{
		width:60%;
		max-width:unset;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl{
		padding:30px;
	}
	.mainV .swiper-pagination{
		padding-left:15px;
	}
	.mainV .swiper-pagination-bullet {
		width: 20px;
		max-width:unset;
		height: 2.5px;
	}
}

/* ----------959px–---------- */

@media screen and (max-width: 959px) {
	/* -- sec1 -- */
	.mainV .swiper-slide .p-swiper__desc.sec1{
		width:80%;
	}
	.news dl{
		width:300px;
	}
	.news ul{
		width:calc(100% - 300px);
	}
}


/* ----------838px–---------- */

@media screen and (max-width: 838px) {
	/* ---- contents.contact_list ----- */
	.contact_list{
		background:#fff;
	}
	.contact_list ol{
		width:96%;
		max-width:unset;
		margin:auto;
		padding:70px 0;
	}
	.contact_list ul{
		width:100%;
		margin:auto;
		flex-wrap:wrap;
	}
	.contact_list ul li.contact_btn,
	.contact_list ul li.online_btn,
	.contact_list ul li.modelhouse_btn{
		width:33%;
	}
	.contact_list ul li.tel_btn{
		width:100%;
		margin:60px 0 0 0;
	}
	.contact_list ul li.modelhouse_btn{
		border-right:none;
	}
}


/* ----------768px–---------- */

@media screen and (max-width: 768px) {

	/* ---- contents ------- */
	.contents{
		padding:0 0 0px;
	}

	/* ---- mainV ----- */
	.mainV .navi ul{
		display: block;
	}
	.mainV .p-swiper-container{
		height:calc(100vh - 70px);
	}
	.mainV .image_container ol{
		display:block;
		justify-content:unset;
	}
	.mainV .image_container ol ul{
	    width:100vw;
	    height: 100vh;
		overflow:hidden;
		position: relative;
	}
	.mainV .swiper-pagination{
		bottom: 20px !important;
		width: 100% !important;
	}
	
	/* -- sec1 -- */
	.mainV .swiper-slide.sec1{
		background:url("https://www.kinoshita-koumuten.co.jp/img/top/top_mainV_backimage_sp_01.webp") no-repeat center;
		background-size:cover;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl h3{
		font-size:220%;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl p{
		font-size:100%;
		font-weight:bold;
	}

	/* -- video -- */
	.mainV .swiper-slide .p-swiper__desc.video{
	}
	.mainV .swiper-slide .p-swiper__desc.video video.pc{
		display:none;
	}
	.mainV .swiper-slide .p-swiper__desc.video video.sp{
		display:unset;
	}
	.mainV .swiper-slide .p-swiper__desc.video video{
		width: 100%;
		height:100%;
		object-fit:cover;
	}
	
	/* -- image1 -- */
	.mainV .swiper-slide.image1{
		background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_sp_02.webp") no-repeat center;
		background-size:cover;
	}
	.mainV .swiper-slide .p-swiper__desc.image1 dd{
		bottom:10%;
		right:unset;
		left:3%;
	}
	.mainV .swiper-slide .p-swiper__desc.image1 dd h3 span{
		display:block;
	}
	.mainV .swiper-slide .p-swiper__desc.image1 dd h1 span{
		display:block;
	}
	/* -- image -- */
	.mainV .swiper-slide.image2{
		background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_sp_03.webp") no-repeat center;
		background-size:cover;
	}
	.mainV .swiper-slide.image3{
		background:url("https://www.kinoshita-koumuten.co.jp/img/home/top/top_mainV_backimage_sp_05.webp") no-repeat center;
		background-size:cover;
	}
	.mainV .swiper-slide .p-swiper__desc.image2 dd,
	.mainV .swiper-slide .p-swiper__desc.image3 dd{
		margin:0 auto 0 0;
		bottom:50px;
		padding:20px;
		width:50%;
		box-sizing:border-box;
	}
	.mainV .swiper-slide .p-swiper__desc.image2 dd h4 a,
	.mainV .swiper-slide .p-swiper__desc.image3 dd h4 a{
		color:#fff;
		padding:10px 40px 10px 30px;
	}
	
	
	
	/* - mainV.navi - */
	.mainV .navi{
		display:none;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl .btn a{
	text-align:center;
		padding:10px 2%;
		box-sizing:border-box
	}


	/* ---- contents.corona ----- */
	.corona .modal-content {
	  margin: 10% auto 0;
	  width: 90%;
	  animation-name: modalopen;
	  animation-duration: 1s;
	}
	.corona{
		padding:100px 0 0 0;
	}


	/* ---- contents.ep ----- */

	.ep{
		width:100%;
		margin:auto;
		padding:100px 0 150px;
		max-width:unset;
		max-height:unset;
	}
	.ep ul{
		display:block;
		justify-content:unset;
	}
	.ep ul li{
		width:100%;
		max-height:unset;
		list-style:none;
	}
	.ep ul li:nth-child(1){
		padding:0 3%;
		margin:0 0 30px 0;
	}
	.ep ul li:nth-child(1) dl h2{
		letter-spacing:0;
	}
	.ep ul li:nth-child(1) dl{
		display: table-cell;
		vertical-align: middle;
	}
	.ep ul li:nth-child(1) dl dd{
		max-width:unset;
		margin:auto;
	}
	.ep ul li:nth-child(1) dl .btn{
		margin:20px auto 0;
		font-size:90%;
		text-align:center;
	}
	.ep ul li:nth-child(2){
		height:70vw;
	}

	/* ---- contents.pickup ----- */

	.pickup{
		position:relative;
		margin:0 0 150px 0;
	}
	
	/* ---- contents.examples ----- */
	.examples ol{
		display:block;
		justify-content:unset;
		position:relative;
	}
	.examples ol ul:nth-child(1){
		width:100%;
		position:unset;
		margin:0 0 50px 0;
	}
	.examples ol ul:nth-child(1) dl dd{
		width:94%;
		max-width:unset;
		margin:auto;
	}
	.examples ol ul:nth-child(1) dl dd .btn{
		margin:30px 0;
		font-size:90%;
		text-align:center;
		position:absolute;
		bottom:25px;
		left:0;
		right:0;
	}
	.examples ol ul:nth-child(1) dl dd .btn .tag{
		justify-content:center;
		margin-bottom:40px;
		width:80%;
	}
	.examples ol ul:nth-child(2){
		width:100%;
		margin: auto;
		padding:70px 0 230px;
		background:#f9f9f9;
		box-sizing:border-box;
	}
	
	/* ---- contents.lineup ----- */
	.lineup{
		margin:0 0 00px;
		background:#f0f0f0;
		padding:100px 0 30px;
	}
	.lineup_list .lp-swiper-scrollbar {
		width: 80%;
	}
	
	/* ---- contents.news ----- */
	.news{
			margin:100px 0 70px 0;
	}
	.news ol{
		width:94%;
		max-width:unset;
		margin:auto;
		display:block;
		justify-content:unset;
		position:relative;	
		padding-bottom:100px;
	}
	.news dl{
		width:100%;
	}
	.news ul{
		width:100%;
	}
	.news dl .btn{
		margin:50px auto 0;
		font-size:90%;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		text-align:center;
	}
	
	/* ---- contents.gallery ----- */

	.gallery{
		width:100%;
		margin:auto;
		padding:70px 0;
		max-width:unset;
	}
	.gallery ul{
		display:block;
		justify-content:unset;
		position:relative;
		padding-bottom:120px;
	}
	.gallery ul li{
		width:100%;
		height:unset;
		max-height:unset;
		list-style:none;
	}
	.gallery ul li:nth-child(1){
		padding:0 3%;
		position:unset;
		margin:0 0 20px 0;
	}
	.gallery ul li:nth-child(1) dl dd{
		max-width:unset;
		margin:auto;
	}
	.gallery ul li:nth-child(2){
		display: grid;
		gap: 10px;
		height:400px;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.gallery ul li:nth-child(2) dt:nth-child(1){
	  grid-column: 1 / 2;
	  grid-row: 1 / 3;
	}
	.gallery ul li:nth-child(2) dt:nth-child(5){
	  grid-column: 2 / 3;
	  grid-row: 2 / 3;
	}
	.gallery ul li:nth-child(1) dl .btn{
		margin:20px 0;
		text-align:center;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
	
	/* ---- contents.modelhouse ----- */
	.modelhouse{
		padding:70px 0;
	}
	.modelhouse ol{
		display:block;
		justify-content:unsetx;
		position:relative;
		padding-bottom:100px;
	}
	.modelhouse ol ul:nth-child(1){
		width:94%;
		padding:unset;
		margin:0 auto 30px;
		position: unset;
	}
	.modelhouse ol ul:nth-child(1) dl{
		position:unset;
	}
	.modelhouse ol ul:nth-child(2) li dl dt{
	}
	.modelhouse ol ul:nth-child(1) dl dd{
		max-width:unset;
		margin:auto;
		position:unset;
		top:unset;
	}
	.modelhouse ol ul:nth-child(1) dl dd .btn{
		margin:20px auto;
		font-size:90%;
		text-align:center;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
	}
	
	/* ---- contents.modelhouse ----- */
	.modelhouse ol ul:nth-child(2){
		width:94%;
		padding:0 0 0 0;
		margin:auto;
	}
	
	/* ---- contents.social_list ----- */
	
	.social ol{
		max-width:unset;
		display:block;
		justify-content:unset;
	}
	.social ol ul:nth-child(1){
		width:100%;
		padding:0 0;
		margin:0 0 30px 0;
	}
	.social ol ul:nth-child(1) dl dd{
		max-width:unset;
	}
	.social ol ul:nth-child(2){
		width:100%;
	}

	
	/* ---- contents.modelhouse ----- */

	.othercompany{
		padding:70px 0 70px 0;
	}
	.othercompany ul{
		width:90%;
		margin:auto;
		max-width:unset;
	}
}



/* ----------649px–---------- */

@media screen and (max-width: 649px) {
	.corona .modal-box .cont{
		display:block;
		justify-content:unset;
	}
	.corona .modal-box .cont dt{
		width:100%;
		height:200px;
		margin:0 0 10px 0;
	}
	.corona .modal-box .cont dt img{
	}
	.corona .modal-box .cont p{
		width:100%;
	}
}


/* ----------599px–---------- */

@media screen and (max-width: 599px) {
	/* Loading fadeup　*/
	.fadeUp_company{
		height:45px;
	}
	.fadeUp_line{
		height:45px;
	}
	.fadeUp_any{
		height:45px;
	}
	/* -- sec1 -- */
	.mainV .swiper-slide .p-swiper__desc.sec1 dl{
		padding:30px 2%;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl h3{
		font-size:180%;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl p{
		font-size:90%;
		font-weight:bold;
		width:90%;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl dd{
		font-size:110%;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl dd span img{
		height:1.2em;
		vertical-align:middle;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl .btn a img{
		width:50%;
	}
	.mainV .swiper-slide .p-swiper__desc.image2 dd h3 span{
	}
	
	#search-form{
		display:none;
	}
	.mainV .title h3{
		font-size:260%;
	}
	.ep ul li:nth-child(1) dl h2{
		font-size:200%;
	}
	.ep ul li:nth-child(1) dl h4{
		font-size:1.0rem;
	}
	.examples ol ul:nth-child(1) dl dd h4{
		margin:0 0;
	}
	.examples ol ul:nth-child(1) dl dd h2{
		margin:0 0 30px;
		font-size:1.1rem
	}
	.examples ol ul:nth-child(1) dl dd h3{
		font-size:1.03rem;
		margin:0 0 10px;
	}
	.lineup ol ul:nth-child(1) dl dd h4{
	}
	.lineup ol ul:nth-child(1) dl dd h2{
		margin:0 0 30px;
		font-size:1.1rem
	}
	.lineup ol ul:nth-child(1) dl dd h3{
		font-size:1.03rem;
		margin:0 0 10px;
	}
	.news dl h4{
	}
	.news dl h2{
		margin:0 0 30px;
		font-size:1.1rem
	}
	.examples_list .swiper-container .swiper-slide {
		width: 280px;
	}
	.examples_list .swiper-container .swiper-slide:first-child {
		margin-left:10%;
	}
	.examples_list .swiper-container .swiper-slide:not(:first-child) {
	    margin-left: 30px;
	}
	.examples_list .swiper-container .swiper-slide:last-child {
		margin-right:5%;
	}
	.examples_list .swiper-container .swiper-slide dt{
		height:60vh;
		max-height:430px;
		background:#fff;
		position:relative;
		overflow:hidden;
	}
	.lineup_list .lp-swiper-container .swiper-slide {
		width: 260px;
		list-style:none;
		background:#fff;
	}
	.lineup_list .lp-swiper-container .swiper-slide:first-child {
		margin-left:5%;
	}
	.lineup_list .lp-swiper-container .swiper-slide:not(:first-child) {
	    margin-left: 30px;
	}
	.lineup_list .lp-swiper-container .swiper-slide dd {
		padding:5px 10px 0px;
		font-size:90%;
	}
	.gallery ul li:nth-child(1) dl h4{
	}
	.gallery ul li:nth-child(1) dl h2{
		margin:0 0 30px;
		font-size:1.1rem
	}
	.gallery ul li:nth-child(1) dl h3{
		font-size:1.03rem;
		margin:0 0 10px;
	}
	.modelhouse ol ul:nth-child(1) dl dd h4{
	}
	.modelhouse ol ul:nth-child(1) dl dd h2{
		margin:0 0 30px 0;
		font-size:1.1rem
	}
	.modelhouse ol ul:nth-child(1) dl dd h3{
		font-size:1.03rem;
		margin:0 0 10px;
	}
	.othercompany ul{
		margin:auto;
		display:block;
		padding:30px 0 0;
		border-bottom:unset;
	}
	.othercompany ul li{
		width:100%;
		margin:0 0 20px 0;
		border-bottom:1px solid #999;
		padding-bottom:60px;
	}
	.othercompany ul li:nth-child(1){
		border-right:none;
		padding-right:unset;
		margin-bottom:40px;
	}
	.othercompany ul li .arrowbtn{
		bottom:15px;
	}
}


@media screen and (max-width: 599px) {

	.news ul li a{
		display:block;
		justify-content:unset;
	}
	.news ul li a dl:nth-child(1){
		width:100%;
		font-weight:100;
		border-right:none;
	}
	.news ul li a dl:nth-child(1) dt{
		display: unset;
		position:unset;
		display: unset;
		vertical-align: unset;
	}
	.news ul li a dl:nth-child(1) dt p.date{
		display:inline-block;
		margin-right:1em
	}
	.news ul li a dl:nth-child(1) dt p.cate{
		font-size:90%;
		display:inline-block;
	}
	.news ul li a dl:nth-child(2) dt{
		width:50px;
		height:50px;
		margin:0 10px 0 0;
	}
	.news ul li a dl:nth-child(2){
		width:100%;
	}
	.news ul li{
		list-style:none;
		padding:10px 0px 10px 0;
		border-bottom:0.5px solid #ccc;
		position:relative;
	}
	.modelhouse ol ul:nth-child(2) li div dl{
		width:24%;
		margin:0 1.3% 30px 0;
	}
	.modelhouse ol ul:nth-child(2) li dl dd h6{
		font-size:2.3vw;
	}
	.modelhouse ol ul:nth-child(2) li dl dd p{
		font-size:2vw;
		color:#004096;
		line-height: 1.2;
	}
	.social ol ul:nth-child(2) dl dd{
		font-size:0.9rem;
	}
	.social ol ul:nth-child(2) dl dd img{
		width:40px;
	}
	.contact_list ul li.contact_btn dd a span,
	.contact_list ul li.online_btn dd a span,
	.contact_list ul li.modelhouse_btn dd a span{
		font-size:0.6rem;
	}
}

/* ----------520px–---------- */

@media screen and (max-width: 520px) {
	.mainV .title h3{
		font-size:240%;
	}
	.mainV .swiper-slide .p-swiper__desc.image2 dd,
	.mainV .swiper-slide .p-swiper__desc.image3 dd{
		margin:0 auto 0;
		bottom:50px;
		width:90%;
	}
	.mainV .swiper-slide .p-swiper__desc.image2 dd h6,
	.mainV .swiper-slide .p-swiper__desc.image3 dd h6{
		margin-bottom:10px;
	}
	
	.mainV .swiper-slide .p-swiper__desc.image2 dd h3,
	.mainV .swiper-slide .p-swiper__desc.image3 dd h3{
		font-size:1.1rem;
	}
	.mainV .swiper-slide .p-swiper__desc.sec1 dl h3{
		font-size:150%;
	}
	.corona .modalbtn a{
		width:95%;
		padding:1.0em 0;
	}
	.ep ul li:nth-child(1) dl .btn a,
	.examples ol ul:nth-child(1) dl dd .btn a,
	.lineup .btn a,
	.news dl .btn a,
	.gallery ul li:nth-child(1) dl .btn a,
	.modelhouse ol ul:nth-child(1) dl dd .btn a,
	.contact_list ol .btn a{
		min-width:unset;
		width:80%;
		padding:0.8em 0;
	}
	.examples ol ul:nth-child(1) dl dd .btn .tag a{
		width:unset;
	}
}
