@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.en{
	font-family: 'Raleway', sans-serif;
}

body.open{
	height: 100vh;
}


/* color */
.white{
	color: #ffffff;
}
.blue{
	color: blue;
}
.red{
	color: #DE2368;
}
.green{
	color: #C6D810;
}
.yellow{
	color: yellow;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:blue;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}


/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

/* a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
 */
.btn01{
	border: 2px solid #0BA29A;
	color: #0BA29A !important;
	font-weight: 700;
	max-width: 225px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	line-height: 1.1;
	padding: 1.5% 2%;
	position: relative;
	text-decoration: none;
	text-align: center;
}

.btn01:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./images/top/arrow.png) no-repeat;
	height: 14px;
	width: 10px;
	right: 5%;
	top: 38%;
}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
	width: 100%;
}

th {
	/* background: #555; */
	color: #333;
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: 25%;
	position: relative;
}

th:before{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 1px;
	background: #0BA29A;
	bottom: -1px;
}

td {
		color: #333;
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 30px 0 30px 3%;
}

td dt{
	font-weight: 700;
	margin: 11px 0 0 0;
}

td a:link{
	color:#0BA29A;
}

td a:visited{
	color:#0BA29A;
}

.form-area{
	margin: 0 0 100px 0;
}

.form-area th br{
	display: none;
}

.form-area th span{
	color: #FF0008;
}

.form-area td input,.form-area td textarea{
	background: #FAF9F5;
	border: none;
	padding: 10px;
}

.form-area th:before{
	display: none;
}

.privacy_check{
	text-align: center;
}

.send{
	display: block;
	background: #ccc;
	width: 90%;
	max-width: 225px;
	margin: 20px auto;
	background: #0BA29A;
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 20px 2%;
	border-radius: 28px;
	
}

.send:hover{
	background: #FAAC33;
}

.privacy_box h4{
	font-size: 1.8rem;
	margin: 0 0 20px 0;
}

.privacy_box{
	background: #FAF9F5;
	height: 200px;
	overflow-y: scroll;
	border: none;
	padding: 3%;
	margin: 36px 0 22px 0;
}

.privacy_box dt{
	margin: 15px 0 5px 0;
	font-weight: 700;
	font-size: 1.4rem;
}

.privacy_box dd{
	font-size: 1.4rem;
	margin: 0 0 30px 0;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 120px auto 0;
	position: relative;
}

#cover .slider {
	height: 815px;
	width: 96%;
	margin: 0 auto;
	max-width: 1900px;
	border-radius: 20px;
	overflow: hidden;
}

#cover .slider li{
	height: 815px;
}

.mv01{
	background: url(./images/top/mv.png) top center;
}

.mv02{
	background: url(./images/top/mv.png) top center;
}

.mv03{
	background: url(./images/top/mv.png) top center;
}

.cov-div{
	width: 96%;
	margin: 0 auto;
	border-radius: 15px;
	height: 815px;
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 1;
}

.cov-div h1{
	font-size: 11rem;
	color: #fff;
	line-height: 1.3;
	text-shadow: 0 0 13px #000;
	margin: 0 0 26px 0;
}

.cov-div .box{
	display: flex;
	width: 45%;
	background: #ffffffe8;
	padding: 2%;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
}

.cov-div .box .left{
	width: 39%;
}

.cov-div .box .right{
	width: 54%;
	display: flex;
}

.cov-div .box .right img{
	margin: 0 0 0 5%;
	display: block;
	width: 45%;
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 500px;
}

#cover img {
	/* width: 1000px; */
	/* margin: 0 auto; */
	/* display: block; */
}

.cover01 {
	background: #ccc;
}

.cover02 {
	width: 100%;
    background: #555;
}

.cover03 {
	width: 100%;
    background: #333;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


.side-bnr{
	position: fixed;
	right: 0;
	bottom: 10vh;
	z-index: 9;
}

.side-bnr li{
	margin: 0 0 10px 0;
}

.side-bnr ul{
	flex-direction: column;
}

.layer #l_main{margin-top: 120px;margin-bottom: 50px;}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 80px auto 0;
}

.inner{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4.8rem;
	text-align: center;
	line-height: 1.3;
}

.mainTit span{
	display: block;
	font-size: 1.4rem;
}

.contact-area{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	background: url(./images/top/g_bg.png) top center /cover;
	color: #fff;
	padding: 5%;
	text-align: center;
	border-radius: 9px;
}

.contact-area.full{
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}

.contact-area h2{
	font-size: 4rem;
}

.contact-area .text{
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0;
	margin: 10px 0 0 0;
	font-size: 1.6rem;
}

.contact-area .btn{
	display: flex;
	justify-content: space-between;
	margin: 26px 0 40px 0;
	font-size: 2.4rem;
}

.contact-area .btn a{
	display: flex;
	width: 48%;
	background: #FAAC33;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 1.5%;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

.contact-area .btn a img{
	margin-right: 10px;
}

.contact-area .btn a+a{
	width: 48%;
	background: #17C112;
}


.content01{
	margin: 100px 0 80px 0;
}

.content01 .tit{
	display: flex;
	margin: 0 0 30px 0;
	align-items: center;
	justify-content: space-between;
}

.content01 .tit span{
	font-size: 2.4rem;
}

.content01 h2{
	font-size: 4.8rem;
}

.news-box dl,.news-box dt{
	display: flex;
	align-items: center;
}

.news-box dl {
	border-bottom: 1px solid #ccc;
	padding: 20px 5% 20px 0;
	position: relative !important;
}

.news-box  a{
	text-decoration: none;
}

.news-box dl:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./images/top/arrow.png) no-repeat;
	height: 14px;
	width: 10px;
	right: 0;
}

.news-box .date{
	font-size: 1.4rem;
}

.news-box .cate{
	font-size:1.2rem;
	background: #ccc;
	line-height: 1.5;
	padding: 2px;
	min-width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin: 0 25px 0 25px;
}

.news-box dd{
	font-weight: 700;
	font-size: 1.6rem;
}

.content02{
	margin: 150px 0 100px;
	display: flex;
}

.content02 .left{
	width: 48%;
}

.content02 .right{
	padding: 2% 0% 5% 5%;
	width: 40%;
}

.content02 .tit .en{
	color: #3D8CC6;
}


.content02 .tit h3{
	font-size: 5rem;
}

.content02 .tit h3 span{
	font-size: 2.4rem;
}

.content02 dt{
	font-size: 3.2rem;
	font-weight: 700;
	margin: 17px 0 17px 0;
}

.content02 .btn01{
	padding: 3.5% 2%;
	position: relative;
	text-decoration: none;
	text-align: center;
	margin: 31px 0 0 0;
}

.content03{
	padding: 80px 0;
	background: #C6D810;
}

.content03 ul{
	display: flex;
	justify-content: space-between;
}

.content03 li{
	background: #fff;
	width: 31%;
	padding: 3%;
	border-radius: 3px;
	margin: 50px 0 0 0;
	box-shadow: 0 0 10px #909d09;
}

.content03 li .img{
	text-align: center;
}

.content03 li dt{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}

.content03 p{
	max-width: 880px;
	font-size: 1.8rem;
	margin: 25px auto 0;
}

.content04{
	background:#FAF9F5;
	padding: 150px 0;
}

.content04 .inner h2{
	color: #0BA29A;
}

.content04 ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
}

.content04 li{
	background: #fff;
	width: 30.5%;
	border-radius: 3px;
	margin: 50px 0 0 0;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.content04 dl{
	padding: 10%;
}

.content04 dt{
	text-align: center;
	font-size: 2.4rem;
	color: #0BA29A;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 11px 0;
}

.content05{
	padding: 150px 0;
}

.content05 h2 .deco{
	display: inline;
	font-size: 4.8rem;
}

.content05 ul{
	margin: 70px 0 0 0;
}

.content05 li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.content05 li:last-child{
	margin-bottom: 0;
}

.content05 li .img{
	position: relative;
	width: 46%;
}

.content05 li .img .no{
	position: absolute;
	top: -40px;
	left: 15px;
}

.content05 li:nth-of-type(2n) .img .no{
	position: absolute;
	right: 16px;
	left: auto;
}


.content05 li:nth-of-type(2n){
	flex-direction: row-reverse;
}

.content05 li .box{
	width: 46%;
}

.content05 li .box h3{
	font-size: 2.8rem;
}

.content05 li .box p{
	margin: 20px 0 0 0;
}

.content05 li .link{
	margin: 15px 0 0 0;
	width: 90%;
	max-width: 225px;
	text-align: center;
}

.content05 li .link .btn01{
	padding: 13px 2%;
	margin: 6px 0 0 0;
	width: 100%;
}

.content06{
	padding: 80px 0;
	background: #C6D810;
}

.content06 ul{
	display: flex;
	justify-content: space-between;
	max-width: 880px;
	margin: 30px auto 0;
}


.content07{
	padding: 100px 0;
	overflow-x: hidden;
}

.content07.requ07{
	padding: 100px 0;
	background: #FAF9F5;
}

.content07 .inner.tit{
	margin-bottom: 50px;
}

.content07 .tit{
	display: flex;
	align-items: center;
}

.content07 .txt{
	min-height: 114px;
	display: flex;
	font-size: 1.4rem;
}

.content07 .txt p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10; /* 制限したい行数が3の場合 */
	overflow: hidden;
}

.content07 .tit .name{
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0 11px 0 0;
}

.content07 .tit .cate{
	font-size: 1.2rem;
	background: #eee;
	padding: 3px 10px;
	border-radius: 5px;
}

.content07 .tit h2{
	margin: 0 20px 0 0;
}

.content07 li{
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	margin: 0 10px;
	border-radius: 10px;
	padding: 20px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.content07 li .img{
	width: 30%;
	max-height: 150px;
	overflow: hidden;
}

.content07 li .img img{
	max-height: 140px;
	width: auto;
}

.content07 li .box{
	width: 66%;
}

.slick-list{
	overflow: initial;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ccc;
    box-shadow: none;
}

.slick-dots li.slick-active{
	background: #333;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	display: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
	display: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.content08{
	padding: 100px 0;
}

.content08 li{
	margin-bottom: 50px;
	margin: 100px 0;
}

.content08 dl{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}

.content08 dt{
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0 3% 0 0;
}

.content08 .box{
	margin-bottom: 50px;
}

.content08 .f-box{
	display: flex;
	justify-content: space-between;

}

.content08 .box img{
	display: block;
}

.content08 .box .img{
	width: 48%;
}

.content08 .box iframe{
	width: 48%;
}

.content08 .youtube{
	display: flex;
}

.content08 .youtube .left,.content08 .youtube .right{
	width: 50%;
}

.content08 .youtube .left{
	background: #FAF9F5;
	position: relative;
}

.content08 .youtube .left:before{
	content: "ROUTE";
	display: block;
	position: absolute;
	font-size: 7vw;
	font-weight: 700;
	color:#fff;
	z-index: 0;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.content08 .youtube .txt{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 3.2rem;
		font-weight: 700;
		height: 300px;
		color: #0BA29A;
	    position: relative;
}

.content08 .youtube iframe{
	width: 100%;
	height: 100%;
}

.content09 {
	padding: 100px 0 50px;
	background: #FAF9F5;
}

.content09 .box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 65px 0;
	text-align: left;
}

.content09 .mainTit{
	text-align: left;
	margin: 0 0 23px 0;
}

.content09 .box .img{
	width: 47%;
}

.content09 .box .txt{
	width: 47%;
}

.content09 dt{
	font-size: 2.3rem;
	font-weight: 900;
	margin-bottom: 10px;
}

.content09 .box + .box .txt{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content09 .box p{
	margin: 0 0 20px 0;
	line-height: 2;
}

.content09 .box .name{
	margin: 0 0 0 auto;
	font-size: 1.8rem;
}

.content09 .box .name p{
	font-weight: 700;
}

.content10{
	margin: 100px 0;
}

.content10 .en{
	color: #0BA29A;
}

.content10 table{
	margin: 50px 0 0 0;
	width: 100%;
}

.bottom-con{
	position: relative;
	margin-top: 50px;
}

.bottom-con:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	background: #FAF9F5;
	bottom: 0;
	z-index: -1;
}




/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
    max-width: 1080px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    /* color: #F44336; */
    text-decoration: none;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg,#company {
	width: 100%;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 25px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(./../img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}


/* 新着情報
----------------------------------------------------------- */

.news li {
	/* width: 660px; */
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #555;
	display: flex;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
}

.news li:first-child dl {
	border-top: none;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.article #cover{
	position: relative;
}

.article #cover:after{
	content: "";
	display: block;
	position: absolute;
	background: #C6D810;
	height: 70%;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.article .cov-div{
	color: #333;
	background: none;
	display: flex;
	flex-direction: row;
	align-items: end;
	height: 320px;
	padding: 0;
	justify-content: space-between;
	position: static;
}

.article .cov-div h1{
	font-size: 4rem;
	text-shadow: none;
	color: #333;
	margin: 0 0 70px 0;
}

/* 制作のご依頼について
----------------------------------------------------------- */
.requ01{
	padding: 0 0 250px;
	position: relative;
}

.requ01 .mainTit span{
	display: inline;
	font-size: 5.6rem;
	position: relative;
}

.requ01 .mainTit span:before{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #DE2368;
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
}

.requ01 ul{
	display: flex;
	justify-content: space-between;
	margin: 100px 0 0 0;
}

.requ01 li{
	background: #fff;
	width: 31%;
	text-align: center;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	padding: 2.5%;
	position: relative;
}

.requ01 li .no{
	position: absolute;
	top: -24px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.requ01 li .img{
	margin: 25px 0 32px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 190px;
}

.requ01 li p span{
	color: #FF0008;
}

.requ01 .deco{
	font-size: 20rem;
	text-align: center;
	font-weight: 700;
	color:#0ba29a1c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	z-index: -1;
}

.requ02{
	padding: 110px 0;
	background: url(./images/requ/requ02_bg.png) top center no-repeat #FAF9F5;
}

.requ02 .mainTit{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.requ02 .mainTit img{
	margin: 0 0 14px 0;
}

.requ02 .box{
	background: #fff;
	padding: 8% 8% 2%;
	margin: 60px 0 0 0;
	box-shadow: 0 0 20px #ccc;
	border-radius: 10px;
}

.requ02 .box .tit{
	text-align: center;
}

.requ02 .box .tit p{
	font-weight: 700;
	margin: 25px 0 0 0;
}

.requ02 .box > ul{
	display: flex;
	justify-content: space-between;
	margin: 45px 0 40px 0;
}

.requ02 .work  ul{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 40px 0;
	flex-wrap: wrap;
}

.requ02 .work  ul p{
	font-weight: 700;
	margin: 11px 0 0 0;
}

.requ02 .work li{
	width: 29%;
	margin: 0 0 50px 0;
}

.requ02 .work .tit02{
	text-align: center;
	font-size:3.2rem;
	color:#0BA29A;
}

.art-contact{
	background:url(./images/requ/contact_bg.png) top center /cover;
	padding: 80px 0;
	text-align: center;
	margin: 0 0 100px 0;
}

.art-contact p{
	font-weight: 700;
}

.art-contact .mainTit{
	font-size: 4rem;
	margin: 0 0 15px 0;
}

.art-contact a{
	display: flex;
	background: #fff;
	max-width: 420px;
	margin: 24px auto 0;
	border-radius: 5px;
	border: 4px solid #3D8CC6;
	width: 90%;
	padding: 10px 2%;
	justify-content: center;
	align-items: center;
	color: #3D8CC6;
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
}

.art-contact img{
	margin: 0 10px 0 0;
}

.requ03{
	padding: 0 0 40px;
}

.requ03 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.requ03 .mainTit span{
	color: #0BA29A;
}

.requ03 ul li{
	width: 30%;
	margin: 0 0 60px 0;
}

.requ03 .inner > p{
	text-align: center;
	margin: 15px 0 40px 0;
}

.requ03 ul .img{
	position: relative;
	overflow: hidden;
	border-radius: 9px;
}

.requ03 ul .img span{
	position: absolute;
	background: #ddd;
	padding: 2px 10px;
	min-width: 80px;
	text-align: center;
	border-radius: 0 0 10px 0;
	font-size: 1.2rem;
		color: #fff;
}

.requ03 ul .img .tag01{
	background: #3D8CC6;
}

.requ03 ul .img .tag02{
	background: #0BA29A;

}

.requ03 ul .img .tag03{
	background: #DE2368;

}

.requ03 ul .txt{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0 0 0;
}

.requ03 ul .txt span{
	font-size: 1.6rem;
}

.requ03 ul .txt .cate{
	background:#CCC;
	font-size: 1.2rem;
	text-align: center;
	display: inline-flex;
	padding: 3px 5%;
	font-weight: 500;
	border-radius: 5px;
}

.requ04{
	padding: 150px 0;
}

.requ04 .box{
	box-shadow: 0 0 20px #ccc;
	border-radius: 20px;
	overflow: hidden;
}

.requ04 h3{
	background: #0BA29A;
	text-align: center;
	color: #fff;
	font-size: 3.2rem;
	padding: 1% 2%;
}

.requ04 .flow{
	padding: 5%;
}

.requ04 .flow ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 25px 0;
}

.requ04 .flow li{
	position: relative;
}

.requ04 .flow li:after{
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: url(./images/requ/requ04_arrow.png) no-repeat;
	top: 50%;
	right: -10%;
}

.requ04 .flow li:last-child:after{
	display: none;
}

/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


/*-- 固定ここまで --*/
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.content02 .tit h3{
	font-size: 4rem;
}

.content02 .right{
	padding: 2% 0% 5% 5%;
	width: 45%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	/* width: 100%; */
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/


/*-----------------------------------------------------------
#main
-----------------------------------------------------------*/

#main {
}


/*-----------------------------------------------------------
nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


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

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


.cov-div h1{
	font-size: 10vw;
}

.cov-div .box{
	display: flex;
	width: 79%;
	background: #ffffffe8;
	padding: 2%;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 98%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

.article .cov-div h1{
	font-size: 3rem;
	text-shadow: none;
	color: #333;
	margin: 0 0 70px 0;
}

.article .cov-div .img{
	width: 38%;
}

.content08 .youtube .left:before{
	font-size: 9vw;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	/* width: 30%; */
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
}

.article .cov-div{
	color: #333;
	background: none;
	display: flex;
	flex-direction: row;
	align-items: end;
	height: 33vw;
	padding: 0;
	justify-content: space-between;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #0ba29ae8;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
    margin-top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 30px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.gnav__menu__item a:hover{
    color: #e62219;
}

.contact-area h2{
	font-size: 3rem;
}

.content02{
	margin: 10vh 0;
	display: flex;
	flex-direction: column;
}

.content02 .left{
	width: 100%;
}

.content02 .right{
	padding: 2% 5% 5%;
	width: 100%;
	margin-top: 2vh;
}

.news-box .btn01{
	margin: 25px auto 0;
	text-align: center;
	padding: 3%;
}

.btn01:after{
	right: 5%;
	top: 39%;
}

.news-box dl:after{
	top: 40%;
}

.content03 ul{
	flex-direction: column;
}

.content03 li{
	background: #fff;
	width: 100%;
	padding: 3%;
	border-radius: 3px;
	margin: 50px 0 0 0;
	box-shadow: 0 0 10px #909d09;
}

.art-contact .mainTit{
	font-size: 3rem;
}

.requ04 .flow li{
	width: 30%;
}

.content08 dl{
	flex-direction: column;
	align-items: baseline;
}

.side-bnr{
	right: 0;
	top: auto;
	bottom: 0;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.side-bnr ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.side-bnr li{
	margin: 0 .5% 0;
	max-width: 105px;
}

.contact-area .btn{
	flex-direction: column;
	align-items: center;
}

.contact-area .btn a{
	margin: 10px 0;
	width: 100% !important;
}

.requ01 .deco{
	font-size: 20vw;
}

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 10vh auto 0;
	position: relative;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 100% !important;
	display: block;
}

th{
	padding: 10px 0;
}




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

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	/* margin: 0 auto; */
	/* background: #329026; */
}


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

#main {
}

.mainTit{
	font-size: 3.8rem;
	text-align: center;
	line-height: 1.3;
}
	
.content04 ul{
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
	flex-direction: column;
}

.content04 li{
	width: 100%;
	max-width: 333px;
	margin: 50px auto 0;
}

#cover .slider {
	height: 82vh;
}

#cover .slider li{
	height: 82vh;
}

/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.cov-div h1{
	font-size: 10vw;
	text-align: center;
}

.cov-div .box{
	display: flex;
	width: 90%;
	background: #ffffffe8;
	padding: 2%;
	align-items: center;
	border-radius: 10px;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.cov-div .box .left{
	width: 55%;
	margin: 6px 0 22px 0;
}

.cov-div .box .right{
	width: 90%;
	display: flex;
}

.cov-div{
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	height: 72vh;
	padding: 5%;
	background-size: 166vh;
}

.contact-area .btn{
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px 0;
	flex-direction: column;
}

.contact-area .btn a{
	display: block;
	width: 100% !important;
	padding: 5.5% 1.5%;
	border-radius: 5px;
	margin: 10px 0 3px 0;
	font-size: 1.8rem;
}

.contact-area h2{
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 0 0 1vh 0;
}

.news-box dl{
	display: flex;
	align-items: baseline;
	flex-direction: column;
}

.news-box dt{
	margin: 0 0 9px 0;
}

.news-box .btn01{
	margin: 25px auto 0;
	text-align: center;
	padding: 3%;
}

.btn01:after{
	right: 5%;
	top: 39%;
}

.news-box dl:after{
	top: 40%;
}

.content05 li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	flex-direction: column !important;
}

.content05 li:last-child{
	margin-bottom: 0;
}

.content05 li .img{
	position: relative;
	width: 100%;
	text-align: center;
}

.content05 li .img .no{
	position: absolute;
	top: -40px;
	left: 15px;
}

.content05 li:nth-of-type(2n) .img .no{
	position: absolute;
	right: 16px;
	left: auto;
}


.content05 li:nth-of-type(2n){
	flex-direction: row-reverse;
}

.content05 li .box{
	width: 100%;
	max-width: 500px;
	margin: 19px auto 0;
}

.content06 ul{
	margin: 30px auto 0;
	flex-direction: column;
	text-align: center;
}

.content08 .f-box{
	flex-direction: column;

}

.content08 .box img{
	display: block;
}

.content08 .box .img{
	width: 100%;
	margin: 0 0 15px 0;
}

.content08 .box iframe{
	width: 100%;
	height: 300px;
}

.content08 .youtube{
	flex-direction: column;
}

.content08 .youtube .left,.content08 .youtube .right{
	width: 100%;
}

.content08 .youtube iframe{
	width: 100%;
	height: 300px;
}

.content08 .youtube .txt{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 3.2rem;
		font-weight: 700;
		height: 120px;
		color: #0BA29A;
		position: relative;
}

.content09 .box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 65px 0;
	text-align: left;
	flex-direction: column;
}

.content09 .box + .box{
	flex-direction: column-reverse;
}

.content09 .box .img{
	width: 100%;
	text-align: center;
}

.content09 .box .txt{
	width: 100%;
	max-width: 500px;
	margin: 30px auto 0;
}

.article .cov-div h1{
	font-size: 2rem;
	text-shadow: none;
	color: #333;
	margin: 0 0 5vh 0;
	padding-left: 6px;
}

.article .cov-div{
	height: 20vh;
}

.article .cov-div .img{
	width: 35%;
}

.requ01 ul{
	margin: 100px 0 0 0;
	flex-direction: column;
}

.requ01 li{
	width: 100%;
	margin: 0 0 6vh 0;
	padding-bottom: 3vh;
}

.requ01 .deco{
	font-size: 18vw;
	text-align: center;
	font-weight: 700;
	color:#0ba29a1c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: -1;
}

.requ01{
	padding: 0 0 8vh;
	position: relative;
	/* overflow: hidden; */
}

.requ02 .box > ul{
	flex-direction: column;
	align-items: center;
}

.requ02 .box > ul li{
	margin: 0 0 4vh 0;
}

.requ02 .work li{
	width: 47%;
	margin: 0 0 50px 0;
}

.requ03 ul{
	flex-direction: column;
}

.requ03 ul li{
	width: 100%;
	max-width: 333px;
	margin: 0 auto 5vh;
}

.requ04 .flow li{
	width: 48%;
}

.content05{
	padding: 10vh 0;
}

.content08{
	padding: 10vh 0 0;
}

.content04{
	padding: 10vh 0;
}

.bottom-con .contact-area{
	width: 95%;
	color: #fff;
}

.contact-area{
	padding: 5vh 4%;
	width: 95%;
}

.mv01{
	background-position-x: 70%;
}

.requ04{
	padding: 10vh 0;
}

.content07 ul .tit{
	flex-direction: column;
	align-items: baseline;
}

.content07 ul .tit .cate{
	margin: 2px 0 10px 0;
}


	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}




.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

.hLogo{
	max-width: 140px;
}

.mainTit{
	font-size: 3rem;
}

.content02 .tit h3{
	font-size: 3rem;
}

.content02 dt{
	font-size: 2.3rem;
}

.contact-area .text{
	font-size: 1.2rem;
	text-align: left;
}

.content01 h2{
	font-size: 3rem;
}

.content01 .tit span{
	font-size: 1.4rem;
}

.content09 {
	padding: 100px 0 1vh;
	background: #FAF9F5;
}

.content10{
	margin: 8vh 0;
}

.requ01 li .img{
	margin: 25px 0 10px 0;
}

.requ02 .work .tit02{
	text-align: center;
	font-size:2.8rem;
	color:#0BA29A;
}

.requ04 h3{
	font-size: 2.5rem;
	padding: 4% 2%;
}

.content08 .youtube .left:before{
	bottom: -5px;
}

.content07 .slider02  .slick-slide{
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	margin: 0 10px;
	border-radius: 10px;
	padding: 20px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.content07 .slider02  .slick-slide .box{
	width: 100%;
}

.content07 .slider02  .slick-slide .img{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */