<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*@font-face {
	font-family: 'NotoSansCJKjpBold';
	src: url(../fonts/NotoSansCJKjp-bold.otf);
	src: url(../fonts/NotoSansCJKjp-bold.woff);
	src: url(../fonts/NotoSansCJKjp-bold.woff2);
}

@font-face {
	font-family: 'NotoSansCJKjpRegular';
	src: url(../fonts/NotoSansCJKjp-Regular.otf);
	src: url(../fonts/NotoSansCJKjp-Regular.ttf);
	src: url(../fonts/NotoSansCJKjp-Regular.woff);
}*/

body{
	/*font-family: 'NotoSansCJKjpBold',sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .045em;
}



/*************************************************

ローディング

*************************************************/

#loading{
	background-color: #062749;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}



#loading.fadeout {
  animation : loadingFadeout 1s forwards;
}
@keyframes loadingFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#loading img{
	width: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
}


#main-contents{
	opacity: 0;
}

#main-contents.fadein{
    animation : contentsFadein 1.5s forwards;
}

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


/*************************************************

MV スライドショー ムーブアップ

*************************************************/

.swiper-slide-active,
.swiper-slide-duplicate-active,
.swiper-slide-prev{
	overflow: hidden;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img{
  animation: slideAnime 12s linear 0s 1 normal both; 
}


.slide-img img{
  display: block;
}

@keyframes slideAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


/*************************************************

animation

*************************************************/

/*************タイピング*****************/
.js-type {
  opacity: 0;
  }
.js-type span {
  opacity: 0;
  }


/*************フェードアップ*****************/

 .js-fadeup{
 	opacity: 0;
 	transform: translateY(20px);
 }

 .js-fadeup.run{
 	opacity: 1;
 	transition: .8s;
 	transform: translateY(0px);

 }

 /*************フェードleft*****************/

 .js-fadeleft{
 	opacity: 0;
 	transform: translateX(20px);
 }

 .js-fadeleft.run{
 	opacity: 1;
 	transition: .8s;
 	transform: translateX(0px);

 }

 /*************フェードright*****************/

 .js-faderight{
 	opacity: 0;
 	transform: translateX(-100px);
 }

 .js-faderight.run{
 	opacity: 1;
 	transition: .8s .3s;
 	transform: translateX(0px);

 }

 /*************フェードdown*****************/

 .js-fadedown{
 	opacity: 0;
 	transform: translateY(-20px);
 }

 .js-fadedown.run{
 	opacity: 1;
 	transition: .8s;
 	transform: translateY(0px);

 }

/*************画像フェードイン*****************/

 .js-fadeimg{
 	opacity: 0;
 	overflow: hidden;
 }

 .js-fadeimg img{
 	width: 100%;
 	transform:scale(1.1);
 	object-fit: cover;
 }

  .js-fadeimg.run{
 	opacity: 1;
 	transition:.8s .5s;
 }

 .js-fadeimg.run img{
 	transform:scale(1);
 	transition: .8s .5s;
 }

/*************************************************

secttl 共通--セクションタイトル

*************************************************/

  .secttl{
  	text-align: center;
  	margin-bottom: 40px;
  	
  }

  .secttl--en{
  	font-family: 'Roboto', sans-serif;
  	font-size: 69px;
  	font-weight: 900;
  	letter-spacing: .1em;
  	transform: translateY(50px);
  	opacity: 0;
  	position: relative;
  	z-index: -1;
  }

  .secttl--en::before{
  	content:"";
  	background: url(../img/icon-square4_b.png) no-repeat 50% 50% / cover;
  	display: block;
  	width: 25px;
  	height: 25px;
  	margin:0 auto 20px;
  	opacity: 0;
  }

  .secttl--en::after{
  	content:"";
  	background-color: #fff;
  	width: 100%;
  	height: 100px;
  	display: block;
  	position: absolute;
  	bottom: -40px;
  }

  .secttl--ja{
  	font-weight: bold;
  	opacity: 0;
  	font-size: 22px;
  	transform: translateY(-10px);
  }

  .secttl.run .secttl--en{
  	opacity: 1;
  	transition:.8s;
  	transform: translateY(0px);

  }

  .secttl.run .secttl--en::before{
  	transform:rotate(-180deg);
  	transition:.8s;
  	opacity: 1;
  	
  }

  .secttl.run .secttl--en::after{
  	transition:.8s;
  	bottom: -90px;
  }

  .secttl.run .secttl--ja{
  	opacity: 1;
  	transition:.5s .3s;
  	transform: translateY(0px);
  }

@media screen and (max-width: 1023px) {
   .secttl{
  	margin-bottom: 40px;
  	
  }

  .secttl--en{
  	font-size: 56px;
   }

   

 }


@media screen and (max-width: 767px) {
	.secttl--en{
  	font-size: 44px;
   }
   .secttl--ja{
  	font-size: 18px;
  }
}

/*************************************************

maincopy subcopy 共通--本文

*************************************************/
.maincopy{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.465;
	margin-bottom: 30px;
	letter-spacing: .1em;
}

.subcopy{
	font-size: 17px;
	line-height: 2.3529;
	font-weight: 400;
}

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

	.maincopy{
		font-size: 25px;
		margin-bottom: 30px;
	}

	.subcopy{
		font-size: 14px;
	}

}

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

	.maincopy{
		font-size: 25px;
		text-align: left;
		margin-bottom: 15px;
	}

	.maincopy br{
		display: none;
	}

	.subcopy{
		text-align: left;
	}

	.subcopy br{
		display: none;
	}

}
  

/*************************************************

header

*************************************************/

header{
	background-color: #062749;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 3%;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 94%;
}

header .header--logo img{
	width: 166px;
	margin-top:25px;
}

header nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

header .header--nav_main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 20px;
	margin-right: 0; /* .header--nav_subを表示する場合は削除 */
}

header .header--nav_main li{
	margin-left: 40px;
	line-height: 1;
	cursor: pointer;
}

header .header--nav_main li.sp{
		display: none;
	}

header .header--nav_main a{
	color:#fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 100%;
	padding: 30px 0 ;
}

header .header--nav_sub{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 23px;
	display: none;  /* SNSを復活の際は削除 */
}

header .header--nav_sub li{
	margin-left: 15px;
}

header .header--nav_sub img{
	height: 26px;
}

@media screen and (max-width: 1023px) {
	header{
		padding: 0px;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
	}

	header .header--logo img{
		width: 100px;
		padding: 20px 0;
		margin-left: 20px;
		margin-top: 0px;
	}

	header nav{
		display: none;
		position: fixed;
		top: 61px;
		background-color: #062749;
		z-index: 999;
		width: 100%;
		padding-top: 50px;
		height: 100vh;
	}
	header .header--nav_main{
		display: block;
		margin-right: 0;
	}
	header .header--nav_main li{
		margin-left: 0;
		text-align: left;
	}

	header .header--nav_main li.sp{
		display: block;
	}

	header .header--nav_main a{
		border-bottom: 1px solid #32577d;
		display: block;
		width: auto;
		margin:0 5%;
		padding: 15px 0;
		position: relative;
	}

	header .header--nav_main a::after{
		content:"";
		background: url(../img/icon-arrow_down.png) no-repeat 50% 50% / contain;
		display: block;
		width: 13px;
		height: 20px;
		position: absolute;
		right: 10px;
		top: 12px;
	}

	header .header--nav_sub{
	margin-top: 20px;
	justify-content: center;
    }

    header .header--nav_sub li{
	margin-left: 0px;
	margin:0 10px;
    }

    header .header--nav_sub img{
	height: 30px;
    }


    .l-header--ham{
	cursor: pointer;
	z-index: 9999;
	position: fixed;
	right: 20px;
	top: 23px;
    }
	.l-header--ham span{
		width: 21px;
		height: 1px;
		background-color: #EDEDED;
		display: block;
		margin-left: 30px;
		transition: all .4s;
	}
		.l-header--ham span:first-child{
			margin-top: 0px;
		}
		.l-header--ham span:nth-child(2){
			margin-top: 5px;
		}
		.l-header--ham span:last-child{
			margin-top: 5px;
		}

    .l-header--ham.active span:first-child {
      -webkit-transform: translateY(5px) rotate(-45deg);
      transform: translateY(5px) rotate(-45deg);
    }

    .l-header--ham.active span:nth-child(2) {
      opacity: 0;
    }

    .l-header--ham.active span:last-child {
      -webkit-transform: translateY(-7px) rotate(45deg);
      transform: translateY(-7px) rotate(45deg);
    }
  

}

/*************************************************

mv

*************************************************/

.main{
	background-color: #062749;
	color:#fff;
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 150px;
	margin-top: 73px;
}

.main img{
	width: 100%;
}

.main--txtbox{
	margin-left: 60px;
	width: 39.9%;
	padding-top: 30px;
	position: relative;
}

.main--txtbox img{
	position: relative;
	z-index: 2;
}

.main--txtbox .txt{
	font-size: 1.5vw; 
	line-height: 2.45;
	letter-spacing: .2em;
	margin-left: 25px;
	position: absolute;
	bottom: 65px;
	z-index: 3;
}

.main--slidebox{
	width: 64.5%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 1023px) {
	.main{
	margin-bottom: 100px;
	padding-bottom: 30px;
	margin-top: 60px;
}

.main--txtbox{
	margin-left: 5%;
}
}


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

	.main{
	position: relative;
	padding-bottom: 60px;
   }

.main img{
	width: 100%;
}

.main--txtbox{
	width: 50%;
	padding-top: 250px;
}

.main--txtbox img{
	position: relative;
	z-index: 2;
}

.main--txtbox .txt{
	font-size: 3.2vw; 
	margin-left: 5%;
	bottom: 0px;
	z-index: 3;
}

.main--slidebox{
	width: 85%;
}

}

/*************************************************

service

*************************************************/

.service{
	/*margin-bottom: 120px;*/
	position: relative;
}

.service .secttl{
	margin-bottom: -130px;
}

.service .maincopy br.sp{
	display: none;
}


.service .sticky {
position: -webkit-sticky; /* ←必要なもの */
position: sticky; /* ←必要なもの */
top: 200px;
right: 0;
font-size: 14px;
font-family: 'Roboto', sans-serif;
transform: rotate(-90deg);
width:280px;
margin-bottom: 150px;
margin-left: -120px;
z-index: 1;
color:#c3d5df;
letter-spacing: .6em;
font-weight: bold;
display: flex;
}

.service .service--txt{
	text-align: center;
	margin-bottom: 145px;
}

.service--content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background-color: #212121;
	padding: 100px 0;
	color:#fff;
}

.service--content .img{
	width: 50%;
}

.service--content .img img{
	
}

.service--content .txtbox{
	width: 38%;
	margin-right: 5%;
}

.service--content .txtbox .maintxt{
    font-size: 35px;
    line-height: 1.57;
    margin-bottom: 20px;
    letter-spacing: .08em;
    font-weight: bold;
}

.service--content ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.service--content ul li{
	width: 32%;
	margin-bottom: 1%;
}

.service--content ul img{
	width: 100%;
}


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

.service{
	/*margin-bottom: 80px;*/
}

.service .sticky {
    top: 64vh;
}

.service .service--txt{
	margin-bottom: 80px;
}

.service--content{
	display: block;
	padding: 80px 0;
}

.service--content .img{
	width: auto;
	margin:0 5% 30px;
}

.service--content .txtbox{
	width: auto;
	margin:0 5%;
}

.service--content .txtbox .maintxt{
    font-size: 28px;
    margin-bottom: 10px;
}

.service--content ul{
	margin-top: 30px;
}

.service--content ul li{
	width: 49%;
}



}

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

  

.service .maincopy br{
	display: block;
}

.service .maincopy br.sp{
	display: block;
}

	.service .service--txt{
		margin:auto 5% 80px;
   }

   .service .sticky{
   	font-size: 10px;
   	font-weight: lighter;
   }

   .service .sticky {
    top: 50vh;
    margin-left: -130px;
}
	
}


/*************************************************

message

*************************************************/

.message{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 165px;
}

.message--txtbox{
	width: 40%;
	margin-left: 5%;
}

.message .img{
	width: 50%;
}

.message .img.pc{
	display: block;
}

.message .img.sp{
	display: none;
}

.message--txtbox--sign dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items:baseline;
	margin-top: 80px;
}

.message--txtbox--sign dl dt{
	font-size: 15px;
	margin-right: 20px;
}

.message--txtbox--sign dl dd{
	font-size: 23px;
}


@media screen and (max-width: 1023px) {
	.message{
		display: block;
		margin-bottom: 80px;
	}

	.message--txtbox{
		width: auto;
		margin:0 5%;
	}

	.message .img.pc{
		display: none;
	}

	.message .img.sp{
		width: auto;
		display: block;
		height: 50vw;
		margin-bottom: 30px;
	}

	.message .img img{
		object-position: 0 -100px !important;
	}

}

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

	.message .img.sp{
		height: 60vw;
	}


	.message--txtbox--sign dl {
	margin-top: 40px;
   }

}



/*************************************************

company

*************************************************/

.company{
	margin-bottom: 100px;
}

.company--content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background-color: #062749;
	align-items: center;
	margin-bottom: 100px;

}

.company .img{
	width: 40%;
	line-height: 0;
}

.company .img.pc{
		display: block;
	}

	.company .img.sp{
		display: none;
	}

.company .img img{
}

.company--txtbox{
   text-align: center;
   color:#fff;
   position: relative;
   z-index: 1;
   width: 61%;
   padding: 100px 0;
}

.company--txtbox .secttl--en::before{
  	background: url(../img/icon-square4_w.png) no-repeat 50% 50% / cover;

}

.company--txtbox .secttl--en::after{
  	content:"";
  	background-color: #062749;
  	width: 100%;
  	height: 100px;
  	display: block;
  	position: absolute;
  	bottom: -40px;
  }

.company--txtbox .maintxt{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.57;
	margin-bottom: 20px;
	letter-spacing: .08em;
}

.company--txtbox .maintxt br.sp{
		display: none;
	}

.company--outline{
   max-width: 800px;
   width: 90%;
   margin:0 auto;
}

.company--outline dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 17px;
	text-align: justify;
	text-align-last: justify;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
}

.company--outline dl dt{
	font-weight: bold;
	width: 100px;
	text-align: justify;
	margin-right: 85px;
}


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

	.company{
		margin-bottom: 80px;
	}

	.company--content{
		display: block;
		margin-bottom: 80px;
	}

	.company .img.pc{
		display: none;
	}

	.company .img.sp{
		width: 95%;
		line-height: 0;
		display: block;
		margin:40px 0;
		height: 500px;
	}

	.company .img img{
		object-position: 0 -90px;
	}

	.company--txtbox{
		width: 100%;
		padding: 80px 0;
	}
	
	.company--txtbox .maintxt{
		font-size:28px;
	}

	.company--outline{
		max-width: 800px;
		width: 90%;
		margin:0 auto;
	}

}

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

	.company .img.sp{
		margin:30px 0;
		height: 300px;
	}

	.company--txtbox .maintxt{
		margin:0 5%;
		text-align: left;
	}
	.company--txtbox .maintxt br.sp{
		display: block;
	}
	.company--txtbox .subcopy{
		margin:0 5%;
	}

	.company--outline dl {
	font-size: 17px;
	text-align: left;
	text-align-last: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.company--outline dl dt{
	font-weight: bold;
	width: 40%;
	text-align: justify;
	margin-right:  0px;
}

.company--outline dl dd{
	width: 60%;
}

.company a{
	color:#212121;
}

}

/*************************************************

access

*************************************************/

.access{
	margin-bottom: 115px;
}

.access--map{
	width: 752px;
	height: 296px;
	margin:0 auto 35px;
}

.access--map iframe,
.access--map object,
.access--map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.access--map iframe:hover,
.access--map object:hover,
.access--map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.access--maplink{
}

.access--maplink a{
	color:#212121;
	font-size: 17px;
	position: relative;
	width: 200px;
	display: block;
	margin:0 auto;
	text-align: center;
}

.access--maplink a img{
	width: 19px;
	margin-left: 5px;
}

.access--maplink a::after{
	content:"";
	width: 0;
	height: 2px;
	background-color: #062749;
	display: block;
	position: absolute;
	transition:.3s;
}

.access--maplink a:hover{
	color:#062749;
	transition: .5s;
}

.access--maplink a:hover::after{
	width: 100%;

}

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

	.access{
		margin-bottom: 80px;
	}

	.access--map{
		width: auto;
		margin:0 5% 30px;
	}

	.access--maplink a:hover::after{
		display: none;

	}

}


/*************************************************

recruit

*************************************************/

.recruit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 100px;
	align-items: center;
	color:#fff;
	background: url(../img/recruit-bg.jpg) no-repeat 50% 50% / cover;
}

.recruit .secttl{
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  z-index: 1;
  width: 50%;
  margin-bottom: 0;
  padding: 200px 0;
}

.recruit .secttl .secttl--en::before{
  	background: url(../img/icon-square4_w.png) no-repeat 50% 50% / cover;

}

.recruit .secttl .secttl--en::after{
  	display: none;
  }

 .recruit--txtbox{
    width: 65%;
    padding-left: 90px;
 }

 .recruit--txtbox .maintxt{
   font-size: 30px;
   line-height: 1.7;
   font-weight: bold;
   margin-bottom: 40px;
 }

  .recruit--txtbox dl{
  	border-left: 4px solid #fff;
  	padding-left: 25px;
  	margin-bottom: 30px;
  }

  .recruit--txtbox dl dt{
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.7;
  	margin-bottom: 10px;
  }

  .recruit--txtbox dl dd{
  	font-size: 16px;
  	line-height: 1.7;
  }

  .recruit .recruit--link a{
     background-color: #fff;
     color:#212121;
     font-size: 18px;
     font-weight: bold;
     width: 383px;
     display: block;
     padding: 20px 30px;
     border-radius: 32px;
     position: relative;
     transition: .3s;
  }

  .recruit .recruit--link a:hover{
  	 background-color: #062749;
  	 color:#fff;
  }

  

  .recruit .recruit--link a::after{
  	content:"";
  	background: url(../img/icon-link02.png) no-repeat 50% 50% / contain;
  	width: 28px;
  	height: 20px;
  	display: inline-block;
  	position: absolute;
  	right: 30px;
  	top: 25px;
  	transition: .3s;
  }

  .recruit .recruit--link a:hover::after{
  	   	background: url(../img/icon-link02_w.png) no-repeat 50% 50% / contain;

  }

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

  	.recruit{
	display: block;
	margin-bottom: 80px;
	padding-bottom: 80px;
   }

.recruit .secttl{
  width: 100%;
  margin-bottom: 40px;
  padding: 50px 0;
}

 .recruit--txtbox{
    width: 90%;
    padding-left: 0px;
    margin:0 auto 5%;
 }

 .recruit--txtbox .maintxt{
   font-size: 21px;
 }

  .recruit--txtbox dl dt{
  	font-size: 16px;
  }

  .recruit--txtbox dl dd{
  	font-size: 13px;
  }

  .recruit .recruit--link a{    
     font-size: 16px;
     width: auto;
  }

  .recruit .recruit--link a:hover{
  	 color:#212121;
  	 background-color: #fff;
  }

  .recruit .recruit--link a:hover::after{
  	   	background: url(../img/icon-link02_b.png) no-repeat 50% 50% / contain;

  }

  }

/*************************************************

contact

*************************************************/



input, button, textarea, select{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 100%;
    background-color: #eaeaea;
    font-size: 15px;
    padding:10px 10px;
    border-radius: 4px;
}

input[type="checkbox"]{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 21px !important;
  height: 21px !important;
}

textarea{
	height: 114px;
}

input::placeholder,textarea::placeholder {
  color:  #8e8e8e;
}

.contact--form{
	max-width: 735px;
	width:90%;
	margin:0 auto 140px;
}

.contact--form dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact--form dt{
	width: 254px;
	position: relative;
	text-align: right;
	margin-right: 45px;
	padding-right: 75px;
	font-size: 17px;
	font-weight: bold;
}

.contact--form dt span{
	position: absolute;
	right: 0;
	background-color: #b71313;
	color:#fff;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 4px;
}

.contact--form dd{
	width: 430px;
	padding-top: 5px;
}

.contact--form dd input{
	width: 100%;
}

/********電話番号*********/

.contact--form_tel dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.contact--form_tel dd input{
	width: 75px;
	margin:0 10px;
	margin-top: -5px;
}

.contact--form_tel dd input:first-child{
	margin-left: 0;
}

/********エラー表示*********/

.contact--error,.contact--error--tel,.contact--error--mail{
	font-size: 12px;
	color:#ff0000;
	margin-bottom: -18px;
	display: none;
}

/********送信ボタン*********/

.submit{
width: 313px;
margin: 0 auto;
position: relative;
}

.submit::after{
	content:"";
	background: url(../img/icon-arrow.png) no-repeat 50% 50% / cover;
	display: inline-block;
	width: 10px;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 25px;
}

.submit-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 32px;
    padding: 20px 30px;
    background: #000;
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: left;
    margin: auto;
}
.submit-btn[disabled] {
    background-color: #aaa;
    cursor: not-allowed;
}

/********チェックボックスカスタマイズ*********/


.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 15px;
}

.control a{
	border-bottom:1px solid #212121;
	color:#212121;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}
.control input:checked ~ .control__indicator {
	background: #062749;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #062749;
}
.control input:disabled ~ .control__indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}



@media screen and (max-width: 1023px) {
	.contact--form{
	max-width: 90%;
	width:60%;
	margin:0 auto 80px;
    }

  .contact--form dl {
	display: block;
	margin-bottom: 15px;
  }

  .contact--form dt{
	width: 100%;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	padding: 10px 0;
  }

.contact--form dt span{
	position: relative;
	margin-left: 10px;
}

.contact--form dd{
	width: auto;
	padding-top: 5px;
}


/********電話番号*********/

.contact--form_tel dd input{
	width: 75px;
	margin:0 10px;
	margin-top: -2px;
}

.submit{
margin: 40px auto 0;
}
}

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

input, button, textarea, select{
    font-size: 16px;
    padding-bottom: 13px;
    padding-top: 8px;
}

	.contact--form{
	max-width: auto;
	width:auto;
	margin:0 5% 80px;
    }

    .contact--form dd input,textarea{
	width: calc(100% - 20px);
   }

    /********電話番号*********/

  .contact--form_tel dd input{
	width: 15%;
	margin:0 10px;
	margin-top: -2px;
  }

  .submit{
  margin: 40px auto 0;
  width: 80%;
  }

  

  
}


/*************************************************

privacy

*************************************************/

#privacy h2{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin:90px 0 80px;
}

#privacy h2::before{
	content:"";
  	background: url(../img/icon-square4_b.png) no-repeat 50% 50% / cover;
  	display: block;
  	width: 25px;
  	height: 25px;
  	margin:0 auto 20px;
}

#privacy .wrap{
	width: 90%;
	max-width: 960px;
	margin:0 auto;
}

#privacy .wrap a{
	color:#212121;
}

#privacy .txt{
	font-size: 15px;
	line-height: 2;
}

#privacy p,#privacy dl{
	margin-bottom: 55px;
}

#privacy dl dt{
	margin-bottom: 10px;
}


/*************************************************

footer

*************************************************/

footer{
	background-color: #062749;
	text-align: center;
	font-size: 15px;
	line-height: 2;
	padding: 65px 0;
	color:#fff;
}

footer .logo img{
	width: 72px;
	margin-bottom: 45px;
}

footer .info, footer .time{
  margin-bottom: 20px;
}

footer .sp{
		display: none;
	}

footer .info span{
		margin:0 10px;
		opacity: 1;
	}

footer ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 40px;
	display: none;  /* SNSを復活の際は削除 */
}

footer ul img{
	margin:0 10px;
	 height: 27px;
}

footer .privacy a{
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	color:#fff;
}

.copyright{
	background-color: #0d0d0d;
	padding: 40px 0;
	color:#b6b6b6;
	font-size: 12px;
	text-align: center;
}

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

	footer .info span{
		opacity: 0;
		margin:0;
		margin-left: -10px;
	}

	footer .sp{
		display: block;
	}

	footer .info, footer .time{
		margin-bottom: 20px;
	}

	footer a{
		color:#fff;
	}

	.copyright{
		padding: 20px 0;
		font-size: 11px;
	}

}</pre></body></html>