@charset "utf-8";


/****** ●●●●●●●● setting start ******/



/****** ●●●●●●●● setting end   ******/


/*/////////////////////////////////////////////
//　　ヘッダー
///////////////   ここから   /////////////////*/ 

/*/////////////   ここまで   ///////////////////
//　　トップ
////////////////////////////////////////////*/

.thanks-01{
	min-height: 50vh;
	padding: 40px 0;
	margin-top: 100px;
	display: grid;
	place-content: center;
	place-items: center;
}
.thanks-txt{
	text-align: center;
}
.thanks-txt h1{
	padding-bottom: 20px;
}

.thanks-button{
	background: #1262CB;
	border-radius: 5px;
	width: fit-content;
	min-width: 200px;
	text-align: center;
	right: 0;
	left: 0;
	margin: auto;
	margin-top: 40px;
	padding: 10px;
}
.thanks-button p{
	color: #fff;
}

/*/////////////////////////////////////////////
//　　トップ
///////////////   ここから   /////////////////*/ 

/****** ファーストビュー setting start ******/
.first-view{
	width: 100%;
	height: calc( 100vh - 70px );
	margin-top: 70px;
	position: relative;
	overflow: hidden;
}
.top-video{
	background:#fff;
}
.top-video video{
	line-height:100%;
	width: 100%;
	padding: 0;
	margin: 0;
	height: calc( 100vh - 70px );
	vertical-align: bottom;
	object-fit: cover;
}
.first-view-txt{
	position: absolute;
	text-align: center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.first-view-txt h2{
	color: #fff;
	text-shadow: 3px 3px 6px rgb(61 70 70);
	line-height: 2em;
}
.top-rotate-box{
	width: 80%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
}
.top-rotate{
	animation: rotate 5s infinite linear;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	padding: 11%;
}
.top-rotate-circle{
	background: #FFC453;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	animation: rotate 5s infinite linear;
}
.top-rotate-box.second{
	left: calc( 50% - 5% );
}
.top-rotate.second{
	animation: rotate 4s infinite linear;
}
.top-rotate-box.third{
	left: calc( 50% + 5% );
}
.top-rotate.third{
	animation: rotate 6s infinite linear;
}
@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
@media screen and (min-width: 350px){
	.top-rotate{
		padding: 12%;
	}
}
@media screen and (min-width: 450px){
	.top-rotate{
		padding: 13%;
	}
	.first-view-txt h2{
		font-size: 30px;
	}
}
@media screen and (min-width: 500px){
	.top-rotate-box{
		width: 70%;
		max-width: 500px;
		aspect-ratio: 1 / 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		border: 2px solid #fff;
		border-radius: 50%;
	}
	.top-rotate{
		animation: rotate 5s infinite linear;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		padding: 12.5%;
	}
	.top-rotate-circle{
		background: #FFC453;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		animation: rotate 5s infinite linear;
	}
	.top-rotate-box.second{
		left: calc( 50% - 20px );
	}
	.top-rotate-box.third{
		left: calc( 50% + 20px );
	}
}
@media screen and (min-width: 600px){
	.top-rotate{
		animation: rotate 5s infinite linear;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		padding: 13%;
	}
	.first-view-txt h2{
		font-size: 40px;
	}
}

/****** ファーストビュー setting end ******/


/****** 会社概要 setting start ******/
.top-company{
	margin-top: 60px;
}
.top-company-title{
	text-align: center;
	margin-bottom: 40px;
}
.top-company-title h2{
	line-height: 1.5em;
}
.top-company-button{
	width: fit-content;
	position: relative;
	min-width: 30%;
	right: 0;
	left: 0;
	margin: auto;
	background: #3282F6;
	text-align: center;
	border-radius: 50px;
	height: 50px;
	padding: 0 20px;
	display: grid;
	place-content: center;
	place-items: center;
	margin-top: 40px;
}
.top-company-button p{
	color: #fff;
	padding-right: 20px;
}
.top-company-button i{
	color: #fff;
	position: absolute;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (min-width:768px){
	.top-company-title h2{
		font-size: 38px;
	}
	.top-company p{
		font-size: 20px;
		line-height: 2em;
	}
}
/****** 会社概要 setting end ******/


/****** サービス setting start ******/
.top-service.width{
	margin-top: 60px;
}
.top-service-title{
	
}
.top-service-title p:first-child{
	font-weight: 600;
	font-size: 24px;
}
.top-service-title h2{
	color: #3182F6;
	font-size: 20px;
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
}
.top-service-title h2:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: #3182F6;
	left: 0;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 50%;
}
.top-service-title p:last-child{
	margin-top: 20px;
}
.top-service-title{
	margin-bottom: 40px;
}
.top-service-content{
	
}
.top-service-item{
	border-radius: 20px;
	box-shadow:0px 2px 4px rgba(0,0,0,0.20);
	margin-bottom: 40px;
}
.top-service-item:last-child{
	margin-bottom: 0;
}
.top-service-img img{
	object-fit: cover;
	width: 100%;
	height: 250px;
	border-radius: 20px 20px 0 0;
}
.top-service-txt{
	padding: 20px;
}
.top-service-txt h3{
	margin-bottom: 10px;
}
.top-service-txt p:last-child{
	text-align: right;
	color: #3282F6;
	margin-top: 20px;
	font-weight: 600;
}
.top-service-txt p i{
	padding-left: 10px;
}
@media screen and (min-width:768px){
	.top-service-title p:first-child{
		font-size: 32px;
	}
	.top-service-title h2{
		font-size: 22px;
	}
	.top-service-content{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
	.top-service-item{
		margin-bottom: 0;
	}
	.top-service-img img{
		height: 350px;
	}
	
	.top-service-txt p:last-child{
		margin-top: 60px;
	}
	.service-top-left p{
		font-size: 22px;
	}
}
/****** サービス setting end ******/
/*/////////////   ここまで   ///////////////////
//　　トップ
////////////////////////////////////////////*/





/*/////////////////////////////////////////////
//　　フッター上　共通
///////////////   ここから   /////////////////*/ 
/****** サービス setting start ******/
.drivers{
	background:url("../images/drivers.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 5% 0;
	margin-top: 60px;
}
.drivers-grid{
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
}
.drivers-img{
	display: none;
}
.drivers-txt{
	background: #F7F7F7;
	padding: 40px;
	text-align: center;
}
.drivers-txt h2{
	font-weight: 600;
	color: #3182F6;
	margin-bottom: 20px;
}
.drivers-txt p{
	font-weight: 600;
	text-align: left;
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
}
.drivers-txt-button{
	background: #3282F6;
	padding: 10px;
	text-align: center;
	width: fit-content;
	right: 0;
	left: 0;
	margin: 20px auto 0 auto;
	width: 100%;
}
.drivers-txt-button p{
	color: #fff;
}
@media screen and (min-width:768px){
	.drivers{
		background:#F7F7F7;
		background-repeat: none;
		background-size: none;
		background-position: none;
		padding: 0;
		margin-top: 80px;
	}
	.drivers-grid{
		width: 100%;
		display: grid;
		grid-template-columns: 55% 45%;
		align-items: center;
	}
	.drivers-img{
		display: inline-block;
	}
	.drivers-img img{
		object-fit: cover;
		width: 100%;
		height: 350px;
		vertical-align: bottom;
	}
	.drivers-txt-button{
		max-width: 300px;
	}
	.drivers-txt p{
		font-size: 20px;
	}
}
/****** サービス setting end ******/

/****** コンタクト setting start ******/
.footer-contact{
	background-image: linear-gradient(90deg, rgba(49, 130, 246, 1), rgba(157, 195, 250, 1));
	padding: 60px 5%;
}
.footer-contact p{
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
}
.foote-contactr-left p{
	font-size: 20px;
}
.foote-contactr-right{
	width:fit-content;
	text-align: right;
	margin-top: 20px;
}
.foote-contactr-right p{
	font-size: 20px;
}
.foote-contactr-right-flex{
	display: flex;
}
.foote-contactr-right-flex a{
	padding-left: 20px;
}
.foote-contactr-bottom{
	margin-top: 40px;
	border: 2px solid #fff;
	padding: 20px 20px 20px 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.foote-contactr-bottom p{
	font-size: 20px;
}
.foote-contactr-bottom i{
	font-size: 25px;
	color: #fff;
	position: absolute;
	right: 10px;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (min-width:500px){
	.footer-contact p{
		line-height: 1.8em;
	}
	.foote-contactr-left p{
		font-size: 25px;
	}
	.foote-contactr-right p{
		font-size: 25px;
	}
	.foote-contactr-bottom p{
		font-size: 25px;
	}
}
@media screen and (min-width:768px){
	.footer-contact-grid{
		display: flex;
		justify-content: space-between;
	}
	.foote-contactr-right{
		margin-top: 0;
	}
}
@media screen and (min-width:1000px){
	.foote-contactr-left p{
		font-size: 30px;
	}
	.foote-contactr-right p{
		font-size: 30px;
	}
	.foote-contactr-bottom p{
		font-size: 30px;
	}
}
/****** コンタクト setting end ******/
/*/////////////   ここまで   ///////////////////
//　　フッター上　共通
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　サブページ　共通
///////////////   ここから   /////////////////*/ 

/****** サブページトップ setting start ******/
.sab-top{
	background: url("../images/company-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 180px;
	display: grid;
	place-content: center;
	place-items: center;
	margin-top: 70px;
}
.sab-top.service{
	background: url("../images/service-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sab-top.recruit{
	background: url("../images/recruit-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sab-top.contact{
	background: url("../images/contact-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top: 70px;
}
.sab-top-back{
	position: absolute;
	width: 100%;
	height: 180px;
	background:rgba(0,0,0,0.30);
}
.sab-top-txt h1{
	color: #fff;
	position: relative;
	z-index: 2;
	letter-spacing: 5px;
}
@media screen and (min-width:768px){
	.sab-top{
		height: 280px;
	}
	.sab-top-back{
		height: 280px;
	}
	.sab-top-txt h1{
		font-size: 40px;
		letter-spacing: 10px;
	}
}

/****** サブページトップ setting end ******/


/****** サブページタイトル setting start ******/
.sab-title p{
	font-weight: 600;
	font-size: 24px;
}
.sab-title h2{
	color: #3182F6;
	font-size: 20px;
	position: relative;
	padding-left: 20px;
}
.sab-title h2:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background: #3182F6;
	left: 0;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-radius: 50%;
}

.sab-title{
	margin-bottom: 20px;
}
@media screen and (min-width:768px){
	.sab-title p{
		font-size: 34px;
	}
	.sab-title h2{
		font-size: 24px;
	}
}

/****** サブページタイトル setting end ******/

/*/////////////   ここまで   ///////////////////
//　　サブページ　共通
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　会社概要
///////////////   ここから   /////////////////*/ 
.company-01{
	margin-top: 60px;
}
.company-01-txt p{
	margin-top: 20px;
}
.company-01-txt p:last-child{
	text-align: right;
	font-weight: bold;
}
@media screen and (min-width:768px){
	.company-01{
		margin-top: 100px;
	}
}
.company-02{
	margin-top: 60px;
}
@media screen and (min-width:768px){
	.company-02{
		margin-top: 100px;
	}
}

.company-02-box{
	margin-top: 20px;
}
.company-02-box table{
	width: 100%;
	border-collapse:collapse;
}

.company-02-box td,.company-02-box th{
	font-size: 16px;
	border-bottom: 1px solid #707070;
	padding: 20px 10px;
}
.company-02-box th{
	min-width: 70px;
	width: 30%;
	text-align: left;
}
@media screen and (min-width:768px){
	
	.company-02-box{
		margin-top: 40px;
	}
	.company-02-box td,.company-02-box th{
		font-size: 18px;
		padding: 35px 10px;
	}
	.company-02-box th{
		text-align: center;
	}
}

/*/////////////   ここまで   ///////////////////
//　　会社概要
////////////////////////////////////////////*/

/*/////////////////////////////////////////////
//　　サービス
///////////////   ここから   /////////////////*/ 
.service-01{
	margin-top: 60px;
}
.service-top-left{
	width: 80%;
	margin-left: 5%;
	margin-top: -100px;
	display: grid;
	place-content: center;
	place-items: center;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.20);
	position: relative;
	z-index: 2;
	min-height: 200px;
}
.service-top-right{
	margin-top: 40px;
	width: 80%;
	margin-left:20%;
}
.service-top-right img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media screen and (min-width:768px){
	.service-01{
		margin-top: 100px;
	}
	.service-top-left{
		width: 45%;
		margin-top: -400px;
		min-height: 500px;
		padding: 40px;
	}
	.service-top-right{
		margin-top: 40px;
		width: 60%;
		margin-left:40%;
	}
	.service-top-right img{
		height: 500px;
	}
}






.service-02-button p.first{
	background:#EAF2FD;
	color:#3182F6;
}

.service-02-button p{
	box-sizing:border-box;
	background:#3182F6;
	border:2px solid #3182F6;
	color:#ffffff;
	border-radius:8px 8px 0 0;
	padding:5px 0;
	text-align:center;
	width:100%;
	height:100%;
	display:grid;
	place-content: center;
	place-items: center;
	line-height:1.4rem;
	font-weight: 600;
}
.service-02-button{
	display:grid;
	width:100%;
	grid-template-columns:1fr 1fr 1fr;
	gap:2px;
	margin-top:40px;
}

.service-02-detail{
	background:#F7F7F5;
	padding:40px;
	min-height:500px;
	text-align: center;
}
.service-02-detail h2{
	text-align: center;
	margin-bottom: 40px;
}
.service-02-detail p{
	text-align: left;
}
.service-02-detail img{
	margin: 40px 0;
	object-fit: contain;
	width: 100%;
	height: auto;
	max-height: 500px;
	max-width: 700px;
}
.service-02-detail ul{
	padding: 0;
	margin: 0;
	text-align: left;
}
.service-02-detail li{
	list-style: none;
	position: relative;
	padding-left : 25px;
	margin-top: 0;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-02-detail li:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 400;
	color: #3182F6;
	left: 0;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.service-02-detail-02{
	display:none;
}
.service-02-detail-03{
	display:none;
}
@media screen and (min-width: 520px){
	.service-02-button p.second{
		display:flex;
	}
	.service-02-button p{
		padding:10px 0;
	}
}

@media screen and (min-width:768px){
	.service-02-detail li{
		font-size: 18px;
		padding-left: 40px;
	}
	.service-02-detail{
		padding:60px 40px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　サービス
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　採用情報
///////////////   ここから   /////////////////*/ 
.recruit-01{
	margin-top: 40px;
}
.recruit-top-txt{
	margin-bottom: 40px;
}
.recruit-top-txt p{
	font-weight: 600;
}
.recruit-button{
	background: #3282F6;
	position: relative;
	padding: 10px 20px;
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 50px;
	min-width: 30%;
	margin-top: 40px;
	text-align: center;
}
.recruit-button p{
	color: #fff;
	padding-right: 20px;
}
.recruit-button i{
	position: absolute;
	color: #fff;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (min-width:768px){
	.recruit-01{
		margin-top: 80px;
	}
	.recruit-top-txt{
		margin-bottom: 60px;
	}
	.recruit-button{
		margin-top: 60px;
	}
}

.recruit-flow{
	margin-top: 40px;
}
.recruit-flow p{
	font-weight: 600;
}
.recruit-flow-item{
	position: relative;
	display: grid;
	grid-template-columns: 60px calc( 100% - 60px);
	padding-bottom: 20px
}
.recruit-flow-left:before{
	position: absolute;
	content: "";
	border-right: 2px dashed #9C9C9C;
	left: 0;
	top: 0;
	height: 100%;
	width: 24px;
	z-index: -1;
}
.recruit-flow-left.last:before{
	display: none;
}
.recruit-flow-left{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: grid;
	place-content: center;
  	place-items: center;
	background: #3282F6;
}
.recruit-flow-left p{
	color: #fff;
	font-weight: 500;
}
.recruit-flow-right{
	padding-top: 10px;
}
.recruit-flow-right img{
	object-fit: contain;
	width: 100%;
	height: auto;
	margin: 20px 0;
	max-width: 500px;
}
@media screen and (min-width:768px){
	.recruit-flow-item{
		grid-template-columns: 140px calc( 100% - 140px);
		padding-bottom: 40px
	}
	.recruit-flow-left{
		width: 100px;
		height: 100px;
	}
	.recruit-flow-right{
		padding-top: 32px;
	}
		.recruit-flow-left:before{
		width: 49px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　採用情報
////////////////////////////////////////////*/



/*/////////////////////////////////////////////
//　　お問合せ
///////////////   ここから   /////////////////*/ 

/****** お問合せテーブル setting start ******/


.contact-top-table{
	margin-top: 40px;
}

@media screen and (min-width: 768px){
	.contact-top-table{
		display: table;
		width: 90%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.contact-top-table-cell{
		display: table-cell;
		width: 50%;
	}
	.contact-top-table-cell:nth-child(2){
		vertical-align: middle;
	}
}

/****** お問合せテーブル setting end ******/


/****** 個人情報保護方針 setting start ******/
.personal-information-item ul {
	list-style-type: lower-latin;
	margin: 0 0 0 -10px;
	font-size:16px;
	color:#666666;
}
.personal-information-item p:nth-child(2){
	margin-top: 5px;
}
.personal-information-item p:nth-child(1){
	border-bottom:1px solid #666666;
	width: fit-content;
}

.personal-information-item{
	padding-top:10px;
}
.personal-information{
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 40px;
	margin-top: 60px;
}
.personal-information p{
	font-size:16px;
	color:#666666;
}
.personal-information-title p{
	font-size: 18px;
}
@media screen and (min-width: 768px){
	.personal-information-title p{
		font-size: 20px;
	}
}
/****** 個人情報保護方針 setting end ******/




/****** お問合せフォーム setting start ******/

.contact-under-txt{
	border: none;
	width: 90%;
	margin: 0 5%;
	background: #fff;
	border-radius: 5px;
	height: 150px;
	overflow: scroll;
	padding: 10px;
	box-sizing: border-box;
}
.contact-btn-area input{
	text-align: center;
	width: 50%;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	border-radius: 2px;
	margin-top: 40px;
	padding: 5px 0;
	font-size: 16px;
	background: #3282F6;
}

.contact-btn-area{
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	padding: 5px 0;
}

/*リセット */

.contact_cell-grid2-1 p{
	text-align: left;
	 width: fit-content;
	margin-top: 0;
	padding-top: 0;
}
.contact_cell-grid2-1 input[type="checkbox"]{
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 30px;
	height: 30px;
}

/* チェックボックスデザイン */
.contact_cell-grid2-1 input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}

.contact_cell-grid2-1 input[type="checkbox"]:before,.contact_cell-grid2-1 input[type="checkbox"]:after{
	content: "";
    display: block; 
    position: absolute;
}
.contact_cell-grid2-1 input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width:20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 14px;
    left: 0;
  }
.contact_cell-grid2-1 input[type="checkbox"]::after {
	width:14px;/*チェックボックスの横幅*/
    height: 14px;/*チェックボックスの縦幅*/
	background: #D70613;
    opacity: 0;/*チェック前は非表示*/
    top: 7px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
  }

  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }
/****** チェックボックスデザイン　setting end ******/

.contact-form h2{
	text-align: center;
	padding-bottom: 40px;
}
.contact_cell{
	margin-bottom: 20px;
}
.contact_cell.last{
	margin-bottom: 0;
}
.contact_cell-grid2-1{
	display: flex;
	width: fit-content;
}
.contact_cell-grid2{
	text-align: center;
	width: fit-content;
	right: 0;
	left: 0;
	margin: auto;
}
.contact_cell-required{
    background: #AE0000;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px
}
.contact_cell p{
	text-align: center;
}

.contact_cell input{
	margin:20px 5%;
	width: 90%;
	left: 5%;
	border-radius: 5px;
	font-size: 18px;
	text-align: left;
	padding: 15px 0 15px 10px;
	border: 1px solid #AFAFAF;
	box-sizing: border-box;
}

.contact_cell textarea{
	margin:20px 5%;
	width: 90%;
	left: 5%;
	border-radius: 5px;
	font-size: 18px;
	border: 1px solid #999999;
	text-align: left;
	padding: 15px 0 15px 10px;
	border: 1px solid #AFAFAF;
	box-sizing: border-box;
}

.contact_cell select{
	margin:20px 5%;
	width: 90%;
	border-radius: 5px;
	font-size: 18px;
	text-align: left;
	height: auto;
	padding: 15px 0 15px 10px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	color: #333;
	border: 1px solid #AFAFAF;
	box-sizing: border-box;
}

.select_box{
	position: relative;
}
.select_box:after{
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    position: absolute;
    right: calc( 5% + 20px );
    top:50%;
	transform: translateY(-50%)scale(1.2);
    -webkit-transform: translateY(-50%)scale(1.2);
    -ms-transform: translateY(-50%)scale(1.2);
	color: #666666;
	pointer-events: none;
	font-weight: 600;
}



.contact-form{
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	background:#F7F7F7;
	border-radius: 20px;
	margin-top: 60px;
	padding: 40px 0;
}
.contact-form-title p::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background:#eeeeee;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.contact-form-title p{
	width: fit-content;
	position: relative;
	font-size: 1.2em;
	background:#eeeeee;
	padding: 5px 10px;
	border-radius: 5px;
}
.contact-form-title{
	padding-top: 40px;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto;
}


@media screen and (min-width: 768px){
	.contact_cell{
		display: grid;
		grid-template-columns: 300px calc( 100% - 300px );
	}
	.contact-form{
		padding: 60px 40px;
		box-sizing: border-box;
	}
	.contact-form h2{
		font-size: 30px;
	}
	.contact_cell p{
		padding: 40px 0;
		text-align: left;
		padding-left: 0;
	}
	.contact_cell input{
		margin:40px 0;
		margin-left: 5%;
		margin-right: 0;
		border-radius: 5px;
		font-size: 20px;
		text-align: left;
		padding: 15px 10px;
		width: 95%;
		box-sizing: border-box;
	}
	
	.contact_cell textarea{
		margin:40px 0;
		margin-left: 5%;
		margin-right: 0;
		border-radius: 5px;
		font-size: 20px;
		text-align: left;
		padding: 10px 10px;
		width: 95%;
		box-sizing: border-box;
		min-height: 200px
	}
	
	.contact_cell select{
		margin:40px 0;
		margin-left: 5%;
		margin-right: 0;
		border-radius: 5px;
		font-size: 20px;
		text-align: left;
		padding: 15px 10px;
		width: 95%;
		box-sizing: border-box;
	}
	.select_box:after{
		right: 20px;
	}
	
	.contact_cell-grid2{
		width: 100%;
	}
	.contact_cell-grid2-1 p{
		margin-top: -5px;
	}

	.contact-under-txt{
		width: 100%;
		margin: 0;
	}
	.contact-btn-area input{
		text-align: center;
		width: 30%;
		color: #FFFFFF;
		border: none;
		font-weight: bold;
		border-radius: 2px;
		margin-top: 40px;
		padding: 15px 0;
		font-size: 16px;
		background: #3282F6;
	}
}

@media screen and (min-width: 1200px){
	.contact_cell-grid2-1 p{
		margin-top: -6px;
	}
}


/****** お問合せフォーム setting end ******/
.contact-01{
	margin-top: 60px;
}
.contactpage-box{
	background: #F4F8FF;
	border: 2px solid #5990DA;
	text-align: center;
	padding: 20px 10px;
}
.contactpage-box{
	font-weight: 600;
	font-size: 20px;
}
.contactpage-box a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactpage-box a i{
	color: #1262CB;
	padding-right: 10px;
	font-size: 22px;
}
.contactpage-box a p{
	font-size: 22px;
}
@media screen and (min-width: 768px){
	.contactpage-box{
		width: fit-content;
		right: 0;
		left: 0;
		margin: auto;
		min-width: 70%;
		padding: 40px 40px;
	}
	.contactpage-box p{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.contactpage-box a i{
		padding-right: 20px;
		font-size: 35px;
	}
	.contactpage-box a p{
		font-size: 30px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.contactpage-box p{
		font-size: 24px;
		margin-bottom: 15px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　お問合せ
////////////////////////////////////////////*/






/*/////////////////////////////////////////////
//　　ヘッダー
///////////////   ここから   /////////////////*/ 

.logo {
	width: 210px;
	height: 70px;
	display:grid;
    place-content: center;
	place-items: center;
}
.logo img{
	margin-left: 20px;
	width: 190px;
	height: auto;
	object-fit: contain;
}
nav {
	position:fixed;
	width: 100%;
	height: 70px;
	background: #F6F6F6;
	top: 0;
	display: block;
	z-index: 1000;
}
.drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	
}


/*ナビゲーション部分*/
.menu ul{
	width: 100%;
	height:calc( 100vh - 70px );
	background:#F6F6F6;
	padding-top: 20px;
	overflow-y: scroll;
}
.menu ul li{
	list-style: none;
	text-align: center;
	margin-left: -80px;
	box-sizing: border-box;
	font-weight: 100;
}
.menu ul li a {
	display:block;
	font-weight:bold;
	color:#331c02;
	text-decoration:none;
	padding: 20px 0;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
	width: 80%;
	right: 0;
	left: 0;
	margin: auto;
}

.menu {
	margin-top: -18px;
	text-align:left;
	/*transition: .5s ease;/*滑らかに表示*/
	-webkit-transform: translateX(105%);
	transform: translateX(105%);		/*左に隠しておく*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

/*OPEN時の動き*/
.menu.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);			/*中身を表示（右へスライド）*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    				/* bodyに対しての絶対位置指定 */
    width: 25px;
    height: 70px;
    cursor: pointer;
    z-index: 3;
	right:15px;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 2px #333;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out; 			/*変化の速度を指定*/
}

.Toggle:before{
	position: absolute;
	bottom: 15px;
	content: "MENU";
	font-size: 10px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.Toggle.active:before{
	content: "CLOSE";
}
 
.Toggle span:nth-child(1) {
    top:17px;
}
 
.Toggle span:nth-child(2) {
    top:25px;
}
 
.Toggle span:nth-child(3) {
    top:33px;
}
.Toggle.active span:nth-child(1) {
    top:25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media screen and (min-width: 768px) {
	header::after {
		display:none;
	} 
	nav {
		display: flex;
	}
	.Toggle {
		display: none;
	}
	.logo {
		width: 250px;
	}
	.logo img{
		margin-left: 20px;
		width: 230px;
		object-fit: contain;
	}
	.menu {
		width: calc( 100% - 250px );
		background-color: transparent;
		margin-top:0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		-moz-transition   : none;
		transition        : none;
	}
	.menu ul {
		width: 100%;
		height: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
		background: none;
		text-align: right;
		overflow-y: visible;
		position: relative;
	}
	.menu ul li{
		display: grid;
		place-items: center;
		margin-left: 0;
	}
	.menu ul li:last-child{
		padding-right: 20px;
	}
	.menu ul li a {
		padding:0;
		width: 100%;
		border-bottom: none;
		color: #333333;
		padding: 0 10px;
	
	}
	
	
}	
/*/////////////   ここまで   ///////////////////
//　　ヘッダー
////////////////////////////////////////////*/


/*/////////////////////////////////////////////
//　　フッター
///////////////   ここから   /////////////////*/ 
.footer{
	background: #F7F7F7;
	padding: 40px 5% 20px 5%;
}
.footer-logo img{
	object-fit: contain;
	width: 200px;
}
.footer-table p{
	font-weight: 600;
}
.footer-table-01 a{
	display: inline-block;
	margin-top: 10px;
}
.footer-table-02{
	margin-top: 20px;
	display: flex;
	flex-wrap:wrap;
}
.footer-table-02 p{
	padding-right:20px;
}

.copyright{
	margin-top: 20px;
	text-align: center;
}
.copyright p{
	font-size: 14px;
	color: #707070;
}

@media screen and (min-width: 768px) {
	.footer{
		padding: 60px 5% 20px 5%;
	}
	.footer-logo img{
		object-fit: contain;
		width: 300px;
	}
	.footer-table{
		padding: 60px 0;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: flex-end;
	}
	.footer-table-02 p{
		padding-left:20px;
		padding-right: 0;
		font-size: 20px;
	}
}
/*/////////////   ここまで   ///////////////////
//　　フッター
////////////////////////////////////////////*/



