@charset "utf-8";

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

body {
	width: 100% !important;
	color: #5D5048;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: 600;
}

body.open{
	height: 100vh;
}

.en{
	font-family: "Poppins", sans-serif;
}

/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #5D5048;
}

a:visited {color: #5D5048;}

a:active {
	color: #333;
}

a:hover {
	color: #b34d66;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.noto{
	font-family: "Noto Sans JP", sans-serif;
  }
  
.fw500{
	font-weight:500;
}

.orange01{
	color: #EA974C;
}

.orange02{
	color: #F0B120;
}

.btn01{
	display: block;
	width: 100%;
	max-width: 300px;
	background:url(./img/common/arrow.svg) 85% 50% no-repeat #fff;
	border-radius:100px;
	text-decoration: none;
	font-size: 1.9rem;
	padding: 17px 6%;
	margin: 0 auto;
	box-shadow: 0 0 10px #00000021;
	transition: .5s;
}

.btn01:hover{
	background:url(./img/common/arrow.svg) 90% 50% no-repeat #ece9e4;
	box-shadow: 0 0 10px #00000021;
	color:#5D5048;
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 18px 0 16px;
	background: #fff;
	box-shadow: 0px 3px 6px #00000021;
	position: relative;
	z-index: 99999;
}

header .hLogo .tab{
	display: none;
}

header .inner{
		width: 95%;
		max-width: 1800px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 99999;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.headerUl li {
}

.logo {
	width: 234px;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

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

table {
	border-collapse: separate;
}



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

nav {
	/* margin: 0; */
	width: 95%;
	max-width: 1200px;
}

nav ul{
	display: flex;
	justify-content: end;
	gap: 3%;
	align-items: center;
}

nav > ul li {
}

nav .nav_btn{
	width: 40%;
	max-width: 242px;
	text-align: center;
}

nav .nav_btn a{
	background: #EA974C;
	color: #fff;
	padding: 14px 20px;
	border-radius: 100px;
	/* line-height: 1; */
	display: block;
	transition: .5s;
}

nav .nav_btn span{
	background: url(./img/common/mail_aicon.svg) 0% 50% no-repeat;
	background-size: 21px;
	padding: 0 0 0 29px;
	line-height: 1;
}

nav .nav_btn a:hover{
	background: #5D5048;
	color: #fff;
}

nav li a {
	display: block;
	text-decoration: none;
}

nav li a:hover {
	color: #EA974C;
}


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

#modal {
	display: none;
}
/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background: url(./img/top/mv_bg.png) top left no-repeat #F7F4EF;
	display: flex;
	position:relative;
	height: 90vh;
	z-index: 1;
}

#cover .tit{
	position: absolute;
	z-index: 100;
	bottom: 106px;
	left: 5%;
}

#cover .tit h1{
	font-size: 8.5rem;
	line-height: 1.8;
}

#cover .tit .tit_bg{
	background: #fff;
	padding: 8px 25px;
	border-radius: 8px;
	box-shadow: 0 0 10px #0000002e;
}

#cover .tit p{
	margin: 18px 0 0 0;
}

#cover .tit p span{
	font-size: 2.6rem;
	background: #F7F4EF;
	position: relative;
	padding: 2%;
	border-radius: 10px;
}

#cover .tit p span:before{
	content: "";
	display: block;
	position: absolute;
	width: 92%;
	bottom: 7px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #7C6D64 50%, transparent 50%);
	background-position: bottom;
	background-size: 10px 2px;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	border: none;
	left: 0;
	right: 0;
}

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

#cover li {
	height: 500px;
}

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

.mv {
	display: flex;
	align-items: center;
	height: 770px;
	overflow: hidden;
  }
  
  .mv__slider {
	flex: 1;
	overflow: hidden;
	width: 70%;
	max-width: 1300px;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	}
  
  .swiper-slide img {
	width: 100%;
	  max-width:550px;
	height: 770px;
	object-fit: cover;
  }

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

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


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

#main {
	width: 100%;
	margin: 0 auto;
	background: #F7F4EF;
}

.inner{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4.3rem;
	text-align: center;
	line-height: 1.44;
	font-weight: 700;
}

.mainTit span{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 6px;
	line-height: 1.4;
}

.mainTit .c_tit{
	font-size: 4.3rem;
	display: inline;
	font-weight: 700;
	margin: 0;
	line-height: 1.44;
}

.content01{
	padding: 130px 0 360px;
	background: url(./img/top/content01_bg_bottom.png) bottom center no-repeat;
	background-size: contain;
	font-size: 2rem;
	position: relative;
}

.content01:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content01_bg_left.png) no-repeat;
	width: 350px;
	height: 230px;
	background-size: contain;
	top: 20px;
	left: 5%;
	width: 19vw;
	height: 230px;
}

.content01:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content01_bg_right.png) no-repeat;
	width: 378px;
	height: 190px;
	top: 89px;
	right: 5%;
	width: 19vw;
	height: 190px;
	background-size: contain;
}

.content01 .mainTit,.content01 .c_tit{
	font-size: 5.3rem;
}

.content01 p{
    margin: 40px 0 55px;
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
}

.content01 p span{
	font-weight:700;
}

.content01 .btn01{
	padding-left: 2.5%;
}

.content02{
	background: url(./img/top/content02_bg.png) top center;
	padding: 0 0 150px;
}

.content02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.content02 li{
	width: 30.5%;
	background: #F1EEE9;
	padding: 100px 4%;
	border-radius: 200px;
	box-shadow: 0 0 10px #00000021;
	position: relative;
	transition:.5s;
}

.content02 li:hover{
	background: #fff;
}

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

.content02 dt{
	text-align: center;
	font-size: 2.1rem;
}

.content02 dd{
	margin: 10px 0 0 0;
	text-align: center;
}

.content02 dd h3{
	font-size:3rem;
	background-image: linear-gradient(to right, #7C6D64 50%, transparent 50%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	border: none;
	line-height: 1;
	padding: 55px 0 17px 0;
}

.content02 dd p{
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 15px;
}

.content03{
	padding: 150px 0;
	background: url(./img/top/content03_bg.png) top center no-repeat;
	background-size: contain;
}

.content03 .box{
	background: #fff;
	padding: 75px 5%;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.content03 .box:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content03_deco.png) no-repeat;
	height: 90px;
	width: 120px;
	bottom: -31px;
	left: 0;
	background-size: contain;
}

.content03 .box .img{
	width: 46%;
}

.content03 .box .list{
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content03 .mainTit{
	text-align: left;
	font-size: 4rem;
	margin: 0 0 0 0;
}

.content03 ul li{
	position: relative;
	background-image: linear-gradient(to right, #7C6D64 50%, transparent 50%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	border: none;
	font-size: 2.6rem;
	padding: 10px 0 13px 9%;
}

.content03 ul li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/check.svg) no-repeat;
	width: 29px;
	height: 25px;
	top: 30%;
	left: 0;
	
}

.content03 .btn01{
	margin: 10px auto 0 0;
}

.content04{
	background: url(./img/top/content04_bg.png) center center no-repeat;
}

.content04 .inner{
	padding: 80px 0 160px;
}

.content04 .mainTit{
	margin: 0 0 60px 0;
}

.content05{
	background: url(./img/top/content02_bg.png) top center;
	text-align: left;
	position: relative;
}

.content05:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content05_bg.png) center bottom no-repeat;
	width: 100%;
	height: 187px;
	bottom: 0;
	background-size: contain;
}

.content05 .mainTit{
	text-align: left;
}

.content05 .inner{
	padding: 140px 0;
	display: flex;
	justify-content: space-between;
}

.content05 .box{
	width: 39%;
	display: flex;
	flex-direction: column;
	/* gap: 50px; */
	max-width: 430px;
}

.content05 .img{
	width: 59%;
	max-width: 700px;
}

.content05 .box p{
	margin: 40px 0 60px;
	line-height: 1.7778;
}

.content05 .box p span{
	font-weight:700;
}

.content05 .btn01{
	margin: 20px auto 0 0;
}
/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0 auto 0;
	padding: 90px 0 0;
	background: #F7F4EF;
}

footer .logo {
	width: 243px;
	margin: 0 auto;
}

footer .inner {
	padding: 0 0 50px;
    text-align: center;
}

footer nav{
	width: 100%;
	max-width: 100%;
}

footer ul {
	margin: 30px 0 0;
	justify-content: center;
}

footer ul li:first-child a {
    border: none;
} 

footer .add li {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.copyright {
	/* background: #333; */
	/* color: #fff; */
	text-align: center;
	padding: 15px 0;
}

.copyright small {
    /* width: 1000px; */
    /* margin: 0 auto; */
    /* padding: 20px 0 20px; */
    /* display: block; */
    /* text-align: right; */
}


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

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

.pankuzu {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 16px 0 0;
    max-width: 1300px;
    font-weight: 500;
}

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

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

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #5D5048;
	text-decoration:none;
}

.pankuzu li:has(a){
    color: #5D5048;
}


/*--- ページトップ ---*/
#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;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff !important;
	border: none!important;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 100%;
	background: none!important;
	text-align: left;
	font-size: 1.9rem;
	font-weight: 700;
	padding-left: 38px;
	margin: 0!important;
}

.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 {
	width: 650px;
}

#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: 100%;
	padding: 10px 5px;
	height: 160px;
}

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

input[type="text"] {
	height: 40px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #7C6D64;
	width: 100%;
}

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 th, .contact_tb td {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed #3D3632;
}

.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	text-align: left;
	font-weight:700;
	width: 25.385%;
	min-width: 230px;
}


.contact_tb th .flex{
	justify-content:flex-start;
	align-items: center;
}

.contact_tb th .flex label{
	margin-right:20px;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {
    font-weight: 500;
}

.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #EA584C;
	border-radius: 3px;
	color:#fff;
	padding: 1px 10px;
	white-space: nowrap;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 1.4444;
	margin-top: 3px;
}

em.nini{
	background: #79736F;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 25px 30px;
	height: 230px;
	overflow-y:scroll;
	margin: 20px auto 40px;
	background: #FBFAF7;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E5E5E5;
	line-height: 1.88889;
	font-weight: 500;
}


.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: clamp(1.8rem,2.4vw,2.6rem);
	line-height: 1.423;
	margin-bottom: 30px;
	font-weight: 700;
}

.pri_div .text{
	margin-bottom:34px;
}

.pri_div dt{
	font-size: clamp(1.7rem,2.4vw,2.2rem);
	line-height: 1.5454;
	font-weight: 700;
}

.pri_div dd{
	margin-bottom:34px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 24px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-weight: 700;
}

.privacy_area a{
	color: #009DCD;
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 10px;
}

.contact01{
	padding: 85px 0 140px;
	position:relative;
	z-index:1;
}

.contact01 .sou1{
	position:absolute;
	top: 4.1%;
	right: 5.4%;
	z-index:-1;
	max-width: 129px;
	width: 8%;
}

.contact01 .sou2{
	position:absolute;
	top: 32.2%;
	left: 3.9%;
	z-index:-1;
	max-width: 129px;
	width: 8%;
}

.contact01 .sou3{
	position:absolute;
	top: 48.1%;
	right: -0.5%;
	z-index:-1;
	max-width: 214px;
	width: 12%;
}

.contact01 .sou4{
	position:absolute;
	bottom: 10%;
	left: -0.5%;
	z-index:-1;
	max-width: 214px;
	width: 12%;
}

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


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

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* rectuit */
#art_cover{
	height:360px;
	position:relative;
	background:url(./img/recruit/bg_mv.png);
	padding-top: 100px;
	z-index: 1;
}

#art_cover .bg_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
	right: 0;
	z-index: -1;
}

#art_cover .bg_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

#art_cover .title1{
	text-align:center;
	font-size:6rem;
	font-weight:700;
	line-height:1.45;
}

#art_cover .title1 span{
	display:block;
	math-top:10px;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.4375;
}

.rec01{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:auto;
	padding: 85px 0 140px;
	z-index:1;
}
	
.rec01 .sou1{
	position:absolute;
	top: 11%;
	left: 8.8%;
	width: 7.176%;
	z-index:-1;
}
	
.rec01 .sou2{
	position:absolute;
	top: 14%;
	right: 17%;
	width: 5.1313%;
	z-index:-1;
}
	
.rec01 .sou3{
	position:absolute;
	bottom: 18.5%;
	left: 17.9%;
	width: 4.357%;
	z-index:-1;
}
	
.rec01 .sou4{
	position:absolute;
	bottom: 39.8%;
	right: 6.75%;
	width: 7.176%;
	z-index:-1;
}

.rec01 .text1{
	margin-top:45px;
	text-align:center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.15;
}

.rec01 .text1 span{
	font-weight:700;
}

.rec02{
	padding:140px 0;
	background:url(./img/recruit/bg2.png);
}

.rec02_list1{
	display:flex;
	justify-content:space-between;
	margin-top:60px;
	flex-wrap: wrap;
}

.rec02_list1 li{
	background:#fff;
	border:1px solid #F1EEE9;
	box-shadow:0 5px 15px #0000001a;
	border-radius:20px;
	max-width: 400px;
	padding: 55px 2.308% 45px;
	width: 32%;
}

.rec02_list1 li .img{
	text-align:center;
	min-height:110px;
	margin-bottom:35px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	margin: 0 auto 35px;
}

.rec02_list1 li .title{
	text-align:center;
	font-size:clamp(2rem,2vw,3rem);
	border-bottom:1px dashed #7C6D64;
	padding-bottom:12px;
	line-height:1.46667;
	font-weight:700;
}

.rec02_list1 li .text{
	margin-top:12px;
	font-weight: 500;
	line-height: 1.77778;
}

.rec02 .text1{
	margin-top:50px;
	text-align:center;
	line-height: 1.77778;
	font-weight: 500;
}

.text_link{
	color:#EA974C!important;
}

.rec03{
	padding:140px 0;
	position:relative;
	z-index: 1;
}

	
.rec03 .sou1{
	position:absolute;
	top: 6.5%;
	right: 0;
	width: 14%;
	z-index:-1;
	max-width: 214px;
}
	
.rec03 .sou2{
	position:absolute;
	top: 38.3%;
	left: -0.5%;
	width: 14%;
	z-index:-1;
	max-width: 235px;
}
	
.rec03 .sou3{
	position:absolute;
	bottom: 15.9%;
	right: 3.125%;
	width: 14%;
	max-width: 129px;
	z-index:-1;
}

.rec03 .text{
	text-align:center;
	margin:40px auto 60px;
	line-height:1.444;
	font-weight: 500;
}

.rec03_div{
	background:#fff;
	border:1px solid #F1EEE9;
	box-shadow:0 5px 15px #0000001a;
	border-radius:20px;
	padding: 70px 5% 80px;
}

.rec03_list1 > li{
	margin-bottom:80px;
	display:flex;
	justify-content:space-between;
}

.rec03_list1 > li:last-child{
	margin-bottom:0px;
}


.rec03_list1 > li:nth-child(2n){
	flex-direction:row-reverse;
}

.rec03_list1 > li .text_area{
	max-width:700px;
	width: 62%;
}

.rec03_list1 > li .img{
	max-width:390px;
	width: 35%;
}

.rec03_list1 > li .text_area .title1{
	margin-bottom:20px;
	line-height:1.46667;
	font-size:clamp(2rem,3vw,3rem);
	font-weight:700;
}

.rec03_list1 > li .text_area .title1 span{
	margin-right:16px;
}

.rec03_list2 li{
	margin-top:10px;
	background:#F7F4EF;
	border-radius:4px;
	border:1px solid #F1EEE9;
	padding:16px 20px 22px;
}

.rec03_list2 li .title2{
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dashed #7C6D64;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.444;
}

.rec03_list2 li .text1{
	line-height:1.77778;
	font-weight:500;
}

.rec04{
	padding:140px 0;
	position:relative;
	z-index: 1;
	background:url(./img/recruit/bg2.png);
}

.rec04 .sou1{
	top: 11.6%;
	position:absolute;
	max-width: 138px;
	width: 14%;
	z-index: -1;
	left: 5.5%;
}

.rec04 .sou2{
	bottom:0;
	position:absolute;
	right: 3.4%;
	max-width: 226px;
	width: 15%;
	z-index: -1;
}

.rec04_div{
	background:#FFFDFC;
	border-radius:20px;
	padding:80px 20px;
	text-align:center;
}

.rec04_div p{
	margin:40px auto 45px;
	line-height:1.77778;
	font-weight:500;
}

.btn02{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:32px;
	height:64px;
	background:#EA974C;
	color:#fff!important;
	max-width:300px;
	margin:0 auto;
	width:100%;
	text-decoration:none;
	transition:.5s;
	font-size: 1.9rem;
}

.btn02 span{
	display:flex;
	align-items:center;
	margin-left:15px;
}

.btn02:hover{
	background: #5D5048;
}

.tab_sp{
	display:none;
}


/* about */

.about02{
	padding:140px 0;
	position:relative;
	z-index: 1;
	background:url(./img/recruit/bg2.png);
}

.about02 .text1{
	text-align:center;
	margin:40px auto 30px;
	font-weight: 500;
}

.rec02_list1.col2 {
	margin-top: 0px;
}

.rec02_list1.col2 li{
	width: 49%;
	max-width:630px;
	margin-top:30px;
	padding: 50px 5.77% 45px;
}

.rec02_list1.col2 li .img{
	min-height: initial;
	margin:0 auto 30px;
	height: 11vw;
	max-height: 120px;
}

.rec02_list1.col2 li .img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.rec02_list1.col2 li .title {
    font-size: clamp(2rem, 2.7vw, 3rem);
}

.about03{
	padding:140px 0;
	position:relative;
	z-index:1;
}

.about03 .sou1{
	position:absolute;
	top: 12.9%;
	right: -1%;
	width: 14%;
	z-index:-1;
	max-width: 214px;
}



.about03 .sou2{
	position:absolute;
	bottom: 13.7%;
	left: -0.5%;
	width: 14%;
	z-index:-1;
	max-width: 214px;
}

.about03 .text{
	text-align:center;
	margin:40px auto 60px;
	font-weight: 500;
}

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

.about03_list1 li{
	width:49%;
	max-width:630px;
	background:#fff;
	border:1px solid #F1EEE9;
	box-shadow:0 5px 15px #0000001a;
	border-radius:20px;
	padding: 45px 3.077% 60px;
}

.about03_list1 li .title1{
	text-align:center;
	font-size:clamp(2rem,2vw,3rem);
	border-bottom:1px dashed #7C6D64;
	padding-bottom:12px;
	line-height:1.46667;
	font-weight:700;
	margin-top:25px;
}


.about03_list1 li .text1{
	margin-top:12px;
	font-weight: 500;
	line-height: 1.77778;
	text-align:center;
}


.about04{
	padding:140px 0;
	position:relative;
	z-index:1;
	background:url(./img/recruit/bg2.png);
}

.about04 .sou1{
	bottom:0;
	position:absolute;
	right: 3.4%;
	max-width: 226px;
	width: 15%;
	z-index: -1;
}

.about04 .text{
	text-align:center;
	margin:40px auto 60px;
	font-weight: 500;
}

.about04_div{
	display:flex;
	background:#fff;
	border:1px solid #F1EEE9;
	border-radius:20px;
	padding: 80px 5% 70px;
	justify-content: space-between;
	align-items: flex-start;
}

.about04_div .img_area{
	max-width:370px;
	width: 35%;
}

.about04_div .img_area .img:first-child{
	margin-bottom:25px;
}

.about04_list1{
	max-width:669px;
	width: 61%;
}

.about04_list1 li{
	display:flex;
	align-items:flex-start;
	position:relative;
	color:#EA974C;
	padding-bottom: 25px;
	z-index: 1;
}

.about04_list1 li:before{
	width:1px;
	height:100%;
	position:absolute;
	content:"";
	border-right:1px dashed #7C6D64;
	top: 9px;
	left: 126px;
	z-index: -1;
}

.about04_list1 li:last-child{
	padding-bottom: 0px;
}

.about04_list1 li:last-child:before{
	display:none;
}

.about04_list1 li:nth-child(2n){
	color:#F0B120;
}

.about04_list1 li .time{
	width:115px;
	font-size:2.9rem;
	font-weight:700;
	line-height:1.448;
	flex-shrink:0;
}

.about04_list1 li .dot{
	flex-shrink:0;
	width: 24px;
	height: 24px;
	border:1px solid #7C6D64;
	border-radius:50%;
	position:relative;
	margin-top: 9px;
	margin-right: 30px;
	background: #fff;
}


.about04_list1 li .dot:before{
	position:absolute;
	content:"";
	width:14px;
	height:14px;
	border-radius:50%;
	background:#7C6D64;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.about04_list1 li .text_area{
	width: 100%;
}

.about04_list1 li .text_area .title1{
	font-size:2.6rem;
	font-weight:700;
	line-height:1.423;
}

.about04_div1{
	margin-top:8px;
	border:1px solid #F1EEE9;
	display:flex;
	align-items:flex-start;
	border-radius:4px;
	background:#F7F4EF;
	color:#5D5048;
	padding: 6px 8px;
	width: 100%;
}

.about04_div1 .text1{
	border: 1px solid #F1EEE9;
	background: #887A72;
	padding: 2px 7px;
	font-size: 1.6rem;
	flex-shrink: 0;
	color: #FFFDFC;
	margin-right: 10px;
	font-weight: 500;
}

.about04_div1 .text2{
	line-height: 1.4444;
	font-weight: 500;
}

.about05{
	padding: 140px 0 125px;
	position:relative;
	z-index:1;
}

.ab_slider_area{
	margin-top:60px;
	position:relative;
}

.ab_sld{
	background:#fff;
	border:1px solid #F1EEE9;
	box-shadow:0 5px 15px #0000001a;
	border-radius:20px;
	padding: 10.64% 7.095%;
	max-width:370px;
	width:95%;
	margin: 0 auto 15px;
}

.ab_sld .img{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	max-width: 150px;
	width: 50%;
	margin: 0 auto 24px;
}

.ab_sld .text1{
	min-height: 128px;
	line-height: 1.7778;
	font-weight: 500;
}

.ab_sld .text2{
margin-top: 16px;
text-align: right;
line-height: 1.7778;
	font-weight: 500;
}

.slider_btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	pointer-events: none;
	max-width:1380px;
	width:90%;
}

.slider_btn > div{
	cursor:pointer;
	pointer-events:initial;
	max-width: 80px;
	width: 7%;
	min-width: 40px;
}

.slider_btn > div img{filter: drop-shadow(0 5px 15px #0000001a);}

.about06{
	padding:140px 0;
	position:relative;
	z-index:1;
	background:url(./img/recruit/bg2.png);
}

.about06 .sou1{
    position: absolute;
    top: 7.9%;
    left: 14.8%;
    width: 8%;
    z-index: -1;
    max-width: 138px;
}

.about06 .sou2{
    position: absolute;
    top: 14.6%;
    right: 6.25%;
    width: 8%;
    z-index: -1;
    max-width: 138px;
}

.about06 .sou3{
	position:absolute;
	top: 38.3%;
	left: -0.5%;
	width: 14%;
	z-index:-1;
	max-width: 235px;
}

.artTit1{
	text-align:center;
	font-size: clamp(2.4rem,3vw,3rem);
	line-height:1.46667;
	font-weight:700;
}

.about06_div1{
	margin-top:60px;
}

.flow_list1{
	margin-top:70px;
	display:flex;
	justify-content: space-between;
}

.flow_list1 li.cont{
	max-width:285px;
	width: 22%;
	background:#fff;
	padding: 68px 2% 34px;
	position:relative;
	border-radius:20px;
	border:1px solid #F1EEE9;
}

.flow_list1 li.cont .step{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	height:48px;
	width:90%;
	background:#EA974C;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:29px;
	top: -24px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.3846;
	max-width: 215px;
}

.flow_list1 li.cont .step.step2{
	background:#F0B120;
}

.flow_list1 li.cont .img{
	height: 8vw;
	display:flex;
	align-items:center;
	justify-content:center;
	width:70%;
	margin:0 auto 40px;
	max-height:121px;
}


.flow_list1 li.cont .img img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.flow_list1 li.cont .text1{
	text-align:center;
	font-size:clamp(1.8rem,2vw,2.6rem);
	line-height:1.423;
	font-weight:700;
}

.flow_list1 li.arrow{
	margin: auto 2%;
}

.about06_div2{
	margin-top:105px;
}

.about06_list1{
	margin-top:45px;
}

.about06_list1 li{
	padding:28px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #5D5048;
}

.about06_list1 li:last-child{
	border-bottom: 1px dashed #5D5048;
}

.about06_list1 li .text1{
	width: 20%;
	flex-shrink: 0;
	max-width: 177px;
	font-weight: 700;
}

.about06_list1 li .text2{
	width:100%;
	font-weight: 500;
}

.about01 .mainTit .c_tit{
	font-size:5.5rem;
}

/* facility */

.ma1920{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.faci01 .ma1920{
	padding:85px 0 140px;
	z-index: 1;
}

.faci01 .ma1920 .sou1{
	position:absolute;
	top: 22.4%;
	left: 3.1%;
	width: 7.176%;
	z-index:-1;
}
	
.faci01 .ma1920 .sou2{
	position:absolute;
	top: 8.2%;
	right: 7.6%;
	width: 5.1313%;
	z-index:-1;
}
	
.faci01 .ma1920 .sou3{
	position:absolute;
	bottom: 8%;
	left: 8.3%;
	width: 4.357%;
	z-index:-1;
}
	
.faci01 .ma1920 .sou4{
	position:absolute;
	bottom: 19.5%;
	right: 2%;
	width: 7.176%;
	z-index:-1;
}

.faci01_div{
	background:#fff;
	border-radius:20px;
	padding: 80px 5%;
	display:flex;
	justify-content:space-between;
}

.faci01_div .text_area{
	max-width:660px;
	width: 57%;
}

.faci01_div .img{
	max-width:440px;
	width: 39%;
}

.faci01_div .text_area .title1{
	font-size: clamp(2.4rem,4vw,4.3rem);
	line-height:1.44;
	font-weight:700;
	padding-bottom:26px;
	margin-bottom:26px;
	border-bottom:1px dashed #7C6D64;
}

.faci01_div .text_area .title2{
	font-size:clamp(1.8rem,3vw,2.6rem);
	line-height:1.44;
	font-weight:700;
}

.faci01_div .text_area .text1{
	margin-top:20px;
	font-weight:500;

	line-height:1.77778;
}

.faci01_div .text_area .text1 span{
	font-weight:700;
}


.fc_sld{
width: 95%;
margin: auto;
}

.faci02{
	padding:140px 0;
	position:relative;
	z-index:1;
}

.faci02 .sou1{
	position:absolute;
	top: 6.5%;
	right: 0;
	width: 14%;
	z-index:-1;
	max-width: 214px;
}
	
.faci02 .sou2{
	position:absolute;
	top: 38.3%;
	left: -0.5%;
	width: 14%;
	z-index:-1;
	max-width: 235px;
}

.faci02 .flex{
	justify-content:space-between;
	display:flex;
	margin-top:60px;
}

.faci02_list1{
	max-width:610px;
	width:48%;
}

.faci02_list1 li{
	padding:28px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px dashed #5D5048;
}

.faci02_list1 li:last-child{
	border-bottom: 1px dashed #5D5048;
}


.faci02_list1 li.top{
	align-items:flex-start;
}


.faci02_list1 li.top .left{
	margin-top:12px;
}

.faci02_list1 li .left{
	width: 28%;
	flex-shrink: 0;
	max-width: 170px;
	font-weight: 700;
	min-width: 100px;
}

.faci02_list1 li .right{
	width:100%;
	font-weight: 500;
}

.faci02_list1 li .right .map{
	margin-top:15px;
	height:180px;
}

.faci02_list1 li .right .map iframe{
	width:100%;
	height:100%;
}

.faci02 .flex .img{
	max-width:570px;
	width:48%;
}

.faci03 .text2{
	margin:40px auto 0;
	text-align:center;
	line-height:1.7778;
}

/* contact */
.contact01 .title1 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.44;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #7C6D64;
}

.contact01 .text1{
	margin-bottom:140px;
	line-height:1.77778;
	font-weight:500;
}

.contact_div{
	background:#fff;
	border-radius:20px;
	padding: 60px 5% 80px;
}

.send_btn{
	max-width: 300px;
	height: 64px;
	border-radius: 40px;
	width: 100%;
	margin: auto;
	background: #EA974C;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition:.5s;
}

.send_btn:before{
	position:absolute;
	content:"";
	width: 37px;
	height: 6px;
	background:url(./img/contact/arrow.svg)no-repeat;
	background-size:contain;
	right: 38px;
	top:0;
	bottom:0;
	margin:auto;
	transition:.5s;
}


.send_btn:hover:before{
	right:28px;
}

.send_btn:hover{
    background: #5D5048;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 10%;
}

.thx_text1{
	text-align:center;
	margin:30px auto 40px;
}

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


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

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

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


	
.rec01 .sou1{
	left: 3%;
	width: 9%;
}
	
.rec01 .sou2{
	right: 8%;
	width: 7%;
	top: 5%;
}
	
.rec01 .sou3{
	bottom: 11.5%;
	left: 6%;
	width: 6%;
}
	
.rec01 .sou4{
	bottom: 10%;
	right: 6.75%;
	width: 9%;
}

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

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

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



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

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

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


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

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



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}

header h1 {
	font-size: 80%;
}

.logo {
	width: 28%;
}

.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  #cover{
	  align-items: baseline;
	  padding-top: 6vh;
	 }
	
  .mv__slider {
	  width: 100%;
	  margin: 0 0 0 auto;
	  max-width: 800px;
	 }
.swiper-slide img {
	height: 65vw; /* 固定値をやめてvwで比率指定 */
	max-width: 100%;
	border-radius: 20px;
}

#cover .tit{
	bottom: 5vh;
} 

#cover .tit h1{
	font-size: 5.5rem;
	line-height: 2;
}

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

#main {
}


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


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

.copyright small {
	width: 96%;
}



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

.pankuzu {
}


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

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


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

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



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

nav .nav_btn{
	max-width: 170px;
}

.content01:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content01_bg_left.png) no-repeat;
	width: 350px;
	height: 230px;
	background-size: contain;
	top: 0px;
	left: 5%;
	width: 20vw;
	height: 230px;
}

.content01:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/top/content01_bg_right.png) no-repeat;
	width: 378px;
	height: 190px;
	top: auto;
	right: 5%;
	width: 19vw;
	height: 190px;
	background-size: contain;
}

.content02{
	padding: 80px 0 150px;
}

.content02 ul{
	margin: 50px 0 0;
}

.content02 li{
	padding: 60px 4%;
}

.content02 li img{
	max-height: 100px;
}

.content02 dd h3{
	font-size: 2rem;
	background-image: linear-gradient(to right, #7C6D64 50%, transparent 50%);
	background-position: bottom;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	padding-bottom: 8px;
	border: none;
	line-height: 1;
	padding: 19px 0 15px 0;
}

.content02 dd p{
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 15px;
	text-align: left;
}

.content03 h3,.content03 .c_tit{
	font-size: 3rem !important;
}

.content02 dd p br{
	display: none;
}

.content03 ul li{
	font-size: 2rem;
	padding: 10px 0 13px 40px;
}

.content03 ul{
	margin: 20px 0;
}

.rec02_list1 li{
	padding:30px 2%;
}

.rec02_list1 li .img{
	
margin: 0 auto 15px;
}

#art_cover {
	padding-top:120px;
}

#art_cover .title1{
	font-size:4.6rem;
}

.rec01 .text1 {
    margin-top: 30px;
    font-size: 1.8rem;
}

.rec02_list1.col2 li{
	padding:30px 2%;
}

.flow_list1 li.cont .img{
	margin:0 auto 20px;
}

.mainTit {
    font-size: 3.8rem;
}

.mainTit .c_tit{
	font-size:3.8rem;
}

.content01 .mainTit, .content01 .c_tit {
    font-size: 4.2rem;
}

.content05 .box{
	width: 56%;
}

.content05 .img {
    width: 43%;
}

.content05 .box p {
    margin: 30px 0 30px;
}
	

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    display: block;
}

.flow_list1 li.cont{
	width:30%;
	padding-top: 45px;
}

.flow_list1 li.cont .step {
    height: 34px;
    top: -18px;
    font-size: 2rem;
}
	
.about04_div1{
	flex-direction:column;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.content01 .mainTit,.content01 .mainTit .c_tit{
	font-size: 3.8rem;
}
	.mainTit{
	font-size: 3rem;
}

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

.sp {
	display: none;
}

.tab_sp{
	display:block;
}

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


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

header .hLogo .tab{
	display: block;
		max-width: 150px;
}

header .hLogo .pc{
	display: none;
}

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

  #cover{
	  align-items: baseline;
	  padding-top: 6vh;
	  margin-top: 84px;
	  background-position-x: -13%;
	 }
	
  .mv__slider {
	  width: 100%;
	  margin: 0 0 0 auto;
	  max-width: 90vw;
	 }
.swiper-slide img {
	height: 70vh; /* 固定値をやめてvwで比率指定 */
	max-width: 100%;
	border-radius: 20px;
}

#cover .tit{
	bottom: 5vh;
} 

#cover .tit h1{
	font-size: 4.5rem;
	line-height: 2;
}

#cover .tit p span{
	font-size: 2rem;
}

.content02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.content02 li{
	width: 100%;
	padding: 30px 8%;
	margin: 0 0 30px 0;
}

.content02 li dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.content02 li dt{
		width: 20%;
	}

.content02 li dd{
	width: 75%;
}

.content02 li dd h3{
	padding: 0 0 15px;
	font-size: 2.2rem;
}

.content03 .box{
	background: #fff;
	padding: 39px 10%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.content03 .box .img{
	width: 100%;
}

	.content03 .box .list{
		width: 100%;
		padding: 50px 0;
	}

	.content03 .box .list .btn01{
		margin: 20px auto;
	}

.content05 .inner{
	flex-direction: column;
}

.content05 .box{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
	max-width: initial;
}

.content05 .box p{
	text-align: center;
	margin: 0;
}

.content05 .box .btn01{
	margin: 0 auto;
} 

.content05 .img{
	width: 100%;
	max-width: initial;
}

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

.content05  .img.sp{
	display: block;
}

.content05 .mainTit,.content05 .c_tit{
	font-size: 3rem;
}

.content02{
	padding: 5vh 0 10vh;
}

.content03{
	padding: 10vh 0 5vh;
}

.content04 .inner {
	padding: 5vh 0 10vh;
}

	.content05 .inner {
	padding: 10vh 0 15vh;
}

footer ul {
	flex-direction: column;
	gap: 10px;
}

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

footer nav .nav_btn {
	width: 90%;
	max-width: 300px;
}

.content01 .btn01 {
    padding-left: 6%;
}

#art_cover {
	padding-top:90px;
	height:260px;
	margin-top: 84px;
}

#art_cover .title1{
	font-size: 3.2rem;
}
	
   .rec01 .mainTit {
        font-size: 3rem;
    }

.rec01 .text1 {
    font-size: 1.6rem;
}

.mainTit .c_tit {
    font-size: 3rem;
}

.rec01{
	padding:80px 0;
}

.rec02 {
	padding:80px 0;
}

.rec02_list1{
	flex-direction:column;
	margin:0 auto;
}

.rec02_list1 li{
	width:100%;
	margin:30px auto 0px;
	padding:30px 20px;
}

    .rec02_list1 li .img {
		width:40%;
		min-height:initial;
		margin:0 auto 20px;
	}

.rec02_list1 li .text{
	font-size:1.6rem;
}

.rec02_list1 li .title{
	font-size:2.4rem;
}

body{
	font-size:1.6rem;
}

.rec03 {
    padding: 80px 0;
}

.rec03 .text {
    text-align: left;
    margin: 30px auto 30px;
    line-height: 1.6;
}
	
.rec03 .sou1{
	top: 3%;
	width: 14%;
}
	
.rec03 .sou2{
	top: 38.3%;
	width: 14%;
}
	
.rec03 .sou3{
	bottom: 1%;
}

.rec03_div{
	padding:40px 20px;
}

.rec03_list1 > li{
	flex-direction: column!important;
	margin-bottom: 40px;
}

.rec03_list1 > li .text_area{
	max-width:initial;
	width:100%;
}

.rec03_list1 > li .img{
	width:100%;
	margin:30px auto 0;
	max-width: 350px;
}

.rec03_list1 > li .text_area .title1{
	font-size:2.4rem;
}

.rec04 {
    padding: 80px 0;
}

.rec04_div{
	padding:40px 20px;
}

.rec04_div .mainTit{
	font-size:2.4rem;
}

.rec04_div .mainTit .c_tit{
	font-size:2.4rem;
}

.btn02{
	font-size:1.7rem;
}
	
.btn02 .icon{
	margin-left:8px;
}

.rec04 .sou1{
	top:5%;
}

.slider_btn{
	width:95%;
	bottom: 13%;
}

.ab_sld .text2 {
    margin-top: 8px;
}

.about02 {
    padding: 80px 0;
}

.rec02_list1.col2 li{
	width:100%;
	padding: 30px 20px;
}

.rec02_list1.col2 li .img{
	height:initial;
}


.rec02_list1.col2 li .img img{
	width:initial;
	height:initial;
}

.rec02_list1.col2 li .title {
        font-size: 2.4rem;
    }

.about03 {
    padding: 80px 0;
}
	
.about03 .text {
    margin: 30px auto 0;
}

.about02 .text1 {
    margin: 30px auto 0px;
}

.about03_list1{
	flex-direction:column;
}

.about03_list1 li{
	width: 100%;
	padding: 30px 20px;
	margin-top:30px;
}

.about03_list1 li .text1{
	text-align:left;
}

.about04 {
    padding: 80px 0;
}

.about04_div{
	padding:30px 20px;
	flex-direction:column;
}

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

.about04_list1 li{
	flex-direction:column;
	padding-left:28px;
}


.about04_list1 li .dot{
	position:absolute;
	left:0;
	top:0;
	width:18px;
	height:18px;
}
	
.about04_list1 li .dot:before{
	width:10px;
	height:10px;
}

.about04_list1 li .time{
	font-size:2.4rem;
}

.about04_list1 li .text_area .title1{
	font-size:2rem;
}

.about04_list1{
	max-width:initial;
	width:100%;
}

.about04_div1{
	flex-direction:column;
}

.about04_div1 .text1{
	font-size:1.4rem;
}
	
.about04_div1 .text2{
	margin-top:4px;
	font-size: 1.5rem;
}

.about04_list1 li:before{
	left: 8px;
}

.about05 {
    padding: 80px 0;
}

.about06 {
    padding: 80px 0;
}

.flow_list1{
	flex-direction:column;
}

.flow_list1 li.cont{
	max-width:500px;
	margin:0 auto;
	width:100%;
}

.flow_list1 li.arrow{
	margin:20px auto 30px;
	max-width:20px;
	width:100%;
}
	
.flow_list1 li.arrow img{
	transform:rotateZ(90deg);
}

.flow_list1 li.cont .text1{
	font-size:2.2rem;
}

.flow_list1 li.cont .img{
	height: initial;
	width:40%;
	max-width:80px;
}

.flow_list1 li.cont .img img{
	width:initial;
	height:initial;
}

.about06_list1 li {
    padding: 16px 0;
	flex-direction:column;
	align-items:flex-start;
}

.about06_list1 li .text1 {
    width: 100%;
	margin-bottom:8px;
}

.about01 .mainTit .c_tit{
	font-size:4rem;
}

.faci03 .text2 {
    margin: 30px auto 0;
}

.faci01 .ma1920 {
    padding: 80px 0;
}

.faci01_div{
	padding:40px 20px;
	flex-direction:column;
}
	
.faci01_div .text_area{
	width:100%;
	max-width:initial;
}

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

.faci01_div .text_area .title1 {
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.faci02 .flex {
    margin-top: 40px;
	flex-direction:column;
}

.faci02_list1 {
    max-width: initial;
    width: 100%;
}

.faci02 .flex .img{
	width:100%;
	margin:30px auto 0;
}

.faci02_list1 li {
    padding: 16px 0;
	flex-direction:column;
	align-items:flex-start;
}

.faci02_list1 li .left {
    width: 100%;
    flex-shrink: 0;
    max-width: inherit;
	margin:0 0 8px!important;
}

.faci02{
	padding:80px 0;
}

.faci02 .sou2{
	top:auto;
	bottom:2%;
}


.contact_tb tr:first-child td{
	border-top:0;
}

.contact_tb th, .contact_tb td{
	width:100%;
	display:block;
}

.contact_tb th{
	border-bottom:none;
	padding:16px 0 8px;
}

.contact_tb td{
	padding:0px 0 16px;
}

.cont02_wrap {
    padding: 80px 0;
}

.contact01 {
    padding: 80px 0;
}

.horizontal-item{
	display:block;
	margin:0!important;
}

.contact_div{
	padding:40px 20px 60px;
}

.privacy_area label{
	font-size:1.4rem;
}

.privacy_area input{
	width:16px;
	height:16px;
	margin-right:8px;
}

.pri_div {
    padding: 25px 16px;
    font-size: 1.5rem;
}

.clearForm, .clearForm2, .toHome{
	font-size:1.8rem;
}

.contact01 .sou4{
	bottom:2%;
}

.contact01 .text1 {
    margin-bottom: 60px;
}

.contact01 .sou1{
	top:2%;
}

header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}

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


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


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

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
	position: relative;
	z-index: 99999;
}

.menuBtn {
	width: 50px;
	padding: 10px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	position: relative;
	z-index: 99999;
	background: #F7F4EF;
}

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

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


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  z-index: 99;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.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);
  bottom: -21px;
}

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

.gnav.active{
	display: block;
}

.gnav__menu{
	display: block;
	width: 100%;
}

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

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

.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; */
}


.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
}


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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
	background: #F7F4EF;
}


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

#main {
}



/* 中ページ
----------------------------------------------------------- */
.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;
}

#cover .tit h1{
	font-size: 10vw;
	line-height: 2;
}

#cover .tit p span{
	font-size: 1.8rem;
}

  .mv__slider {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    right: -3vw;
  }

  .swiper-slide img {
    height: 67vh;  /* 縦の高さをvwで調整 */
    max-width: 100%;
  }

.content01{
	padding: 7vh 0 15vh;
	background: url(./img/top/content01_bg_bottom.png) bottom center no-repeat;
	background-size: contain;
	font-size: 2rem;
	position: relative;
}

.content01 .mainTit,.content01 .mainTit .c_tit{
	font-size: 3.8rem;
}

.content01 p{
	font-size: 1.6rem;
}

.rec02 .text1{
	text-align:left;
}

    .rec03_list1 > li .text_area .title1 {
        font-size: 2rem;
    }

.ab_sld{
	width:90%;
	padding: 30px 20px;
}

  #cover{
	  background-position-x: 19%;
	 }
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

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

.content03 ul li{
	font-size: 2.2rem;
	padding: 10px 0 13px 15%;
}


#art_cover .bg_img{
	height:60px;
}

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

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

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




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

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

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

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

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

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.slick-slider div {transition: none;}