@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#main .topPhoto {
	margin: -38px 0 143px;
}
#main .sec01 {
	margin-bottom: 166px;
}
#main .sec01 .inner {
	margin-bottom: 68px;
}
#main .sec01 .inner .subBox {
	padding: 60px 90px 28px;
	width: 47.5%;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
}
#main .sec01 .inner .subBox .headLine02 {
	margin-bottom: 78px;
	font-size: 3rem;
	text-align: center;
}
#main .sec01 .inner .subBox .headLine02::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: -34px;
}
#main .sec01 .inner .subBox p {
	line-height: 2.28;
}
#main .sec01 .inner .subBox .title {
	margin-bottom: 29px;
	color: #231815;
	text-align: center;
	font-size: 1.6rem;
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
}
#main .sec01 .inner .subBox .title .num {
	margin-top: -9px;
	display: block;
	font-size: 3.2rem;
}
#main .sec01 .inner .subBox .title .num .sml {
	font-size: 1.6rem;
}
#main .sec01 .inner .subBox .note {
	font-size: 1.2rem;
	line-height: 1.83;
}
#main .sec01 .inner .subBox01 .headLine02 {
	margin-bottom: 86px;
}
#main .slideBox {
	position: relative;
}
#main .slideBox .bg {
	width: 339px;
	position: absolute;
	right: 0;
	top: -70px;
}
#main .slideBox .slideList {
	position: relative;
	z-index: 1;
}
#main .slideBox li {
	margin: 0 15px;
	width: 350px;
}
#main .sec02 .comImgInner02 {
	margin-bottom: 76px;
}
#main .sec02 .content {
	max-width: 1078px;
}
#main .comBorder {
	margin: 0 auto 140px;
	padding: 48px 170px;
	max-width: 1048px;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	background-color: #FFF;
	position: relative;
	z-index: 4;
}
#main .comBorder .headLine02 {
	margin-bottom: 83px;
	font-size: 3rem;
	text-align: center;
}
#main .comBorder .headLine02::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
}
#main .comBorder .textInner .title {
	color: #231815;
	width: 210px;
	text-align: center;
	font-size: 1.6rem;
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-style: normal;
}
#main .comBorder .textInner .title .big {
	margin-top: 12px;
	font-size: 3.2rem;
	display: block;
}
#main .comBorder .textInner .lBox {
	margin-top: 6px;
	width: calc(100% - 256px);
}
#main .comBorder .textInner .lBox p {
	margin-bottom: 42px;
	font-size: 1.2rem;
	line-height: 2.08;
}
#main .comBorder .comLink {
	width: 192px;
}
#main .sec03 {
	position: relative;
 margin: 230px 0 0;
}
#main .sec03 .bg01 {
	width: 17.1%;
	position: absolute;
	left: 0;
	top: -220px;
}
#main .sec03 .content {
	max-width: 1098px;
}
#main .sec03 .comBorder .textInner .lBox p {
	margin-bottom: 69px;
}
#main .sec03 .comTab .tabInner {
    width: calc(100% - 231px);
}
#main .sec03 .comBorder {
	margin-bottom: 152px;
}
#main .sec03 .comImgInner04 {
	margin-bottom: 81px;
}
#main .sec03 .comImgInner04 .textBox .comLink {
	width: 160px;
}
#main .sec03 .comImgInner04 .bg {
	width: 240px;
	position: absolute;
	right: 0;
	bottom: -258px;
}
#main .sec03 .borderBox {
	margin: 0 auto 132px;
	max-width: 1047px;
	border: 1px solid #C4C4C4;
	position: relative;
	z-index: 5;
}
#main .sec03 .borderBox .textBox {
	padding: 48px 10px 40px 37px;
	width: 48%;
	text-align: center;
	box-sizing: border-box;
}
#main .sec03 .borderBox .textBox .headLine02 {
	margin-bottom: 88px;
	font-size: 3rem;
	text-align: center;
}
#main .sec03 .borderBox .textBox .headLine02::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
}
#main .sec03 .borderBox .textBox p {
	margin-bottom: 38px;
	font-size: 1.2rem;
    line-height: 2.08;
}
#main .sec03 .borderBox .comLink {
	margin: 0 auto;
}
#main .sec03 .borderBox .photoBox {
	width: 51.2%;
}
#main .sec03 .slideBox .bg {
	right: auto;
	left: 0;
}
.simg-box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.simg-box li{
	width: 32%;
}
.simg-box li p{
	text-align: center;
	font-family: ten-mincho,serif;
	color: #000;
	margin-top: 20px;
}
.m-0a{
	margin: 45px auto 0;
	
}
@media all and (max-width: 896px) {
	#main .topPhoto {
		margin: 0 0 100px;
	}
	#main .sec01 {
		margin-bottom: 100px;
	}
	#main .sec01 .inner {
		display: block;
	}
	#main .sec01 .inner .subBox {
		margin-bottom: 40px;
		padding: 30px 15px;
		width: auto;
	}
	#main .sec01 .inner .subBox:last-of-type {
		margin-bottom: 0;
	}
	#main .sec01 .inner .subBox .headLine02 {
		margin-bottom: 40px;
		font-size: 2.5rem;
	}
	#main .sec01 .inner .subBox .headLine02::before {
		bottom: -20px;
		width: 90px;
	}
	#main .sec01 .inner .subBox p {
		line-height: 2;
	}
	#main .sec01 .inner .subBox .title {
		font-size: 1.4rem;
	}
	#main .sec01 .inner .subBox .title .num {
		font-size: 2.8rem;
	}
	#main .sec01 .inner .subBox .title .num .sml {
		font-size: 1.4rem;
	}
	#main .infoBox iframe {
		height: 700px;
	}
	#main .sec01 .inner .subBox01 .headLine02 {
		margin-bottom: 60px;
	}
	#main .slideBox {
		margin-bottom: 100px;
	}
	#main .slideBox li {
		margin: 0 10px;
		width: 180px;
	}
	#main .slideBox .bg {
		width: 200px;
		top: -14px;
	}
	#main .sec02 .comImgInner02 {
		margin-bottom: 60px;
	}
	#main .comBorder {
		margin: 0 0 140px;
		padding: 30px 15px;
		max-width: inherit;
	}
	#main .comBorder .headLine02 {
		margin-bottom: 50px;
		font-size: 2.5rem;
	}
	#main .comBorder .headLine02::before {
		bottom: -20px;
		width: 80px;
	}
	#main .comBorder .textInner {
		display: block;
	}
	#main .comBorder .textInner .title {
		color: #231815;
		width: auto;
		font-size: 1.4rem;
	}
	#main .comBorder .textInner .title .big {
		margin-top: 6px;
		font-size: 2.6rem;
	}
	#main .comBorder .textInner .lBox {
		margin-top: 6px;
		width: auto;
	}
	#main .comBorder .textInner .lBox p {
		margin-bottom: 30px;
	}
	#main .sec03 .comTab .tabInner {
		width: auto;
	}
	#main .sec03 .comBorder .textInner .lBox p {
		margin-bottom: 46px;
	}
	#main .sec03 .comBorder {
		margin-bottom: 100px;
	}
	#main .sec03 .comImgInner04 .bg {
		width: 120px;
		bottom: -100px;
	}
	#main .sec03 .borderBox {
		margin-bottom: 60px;
		max-width: inherit;
		display: block;
	}
	#main .sec03 .borderBox .textBox {
		padding: 30px 7px;
		width: auto;
	}
	#main .sec03 .borderBox .textBox .headLine02 {
		margin-bottom: 60px;
	}
	#main .sec03 .borderBox .photoBox {
		width: auto;
	}
	#main .sec03 .slideBox .bg {
		width: 200px;
	}
	.simg-box{
		display: block;
	}
	.simg-box li{
		width: 90%;
		margin: 35px auto 0!important;
	}
	.simg-box li p {
    	margin-top: 13px;
		font-size: 1.6rem;
	}
}


.online-shop{
	width: 50%;
    text-align: center;
    margin: -120px auto 300px;
}
.box-abso{
	border: 1px solid #C4C4C4;
    width: 50%;
    height: 100px;
    position: absolute;
	padding-top: 20px;
}
.box-abso p:nth-child(1){
	font-size: 2.2rem;
    color: #000;
}
.online-shop .comLink{
	margin: 0 auto;
    width: 285px;
    position: relative;
    top: 97px;
}

@media (max-width: 896px){
	.online-shop{
		margin: -40px auto 185px;
	}
	.box-abso{
		width: 90%;
		left: 0;
    	right: 0;
		margin: 0 auto;
	}
	.online-shop .comLink{
		width: 187px;
	}
}

/*追加*/
.main-movie{
 position: relative;
 overflow: hidden;
 height: 409px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.main-movie .video{
 position: absolute;
 width: 100%;
}
.main-movie .video + a{
 z-index: 10;
 position: absolute;
 right: 17px;
 top: 12px;
 max-width: 242px;
}
.main-movie > img{
 z-index: 10;
}
.main-movie .video + a:hover{
 opacity: 0.7;
}
#main{
 font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.head-Line{
 margin: 50px 0 60px;
}
.headLine01 + p{
 font-size: 24px;
 font-weight: bold;
 line-height: 1.7;
 margin: 40px 0 0;
 text-align: center;
 color: #1A1A1A;
 font-family: "fot-tsukuardgothic-std", sans-serif;
}
#main .slideBox{
 margin-bottom: 90px;
}
#main .sec02{
 max-width: 1205px;
 margin: 0 auto;
}
#main .sec02 .tenant-service{
 position: relative;
 color: #1A1A1A;
}
#main .sec02 .tenant-service > div .title{
 font-family: "fot-tsukuardgothic-std", sans-serif;
 font-size: 32px;
 font-weight: bold;
 line-height: 1.7;
}
#main .sec02 .tenant-service > div .text{
 font-size: 19px;
 font-weight: 300;
 line-height: 1.7;
 margin-top: 48px;
}
#main .sec02 .tenant-service > div + img{
 position: absolute;
 top: 0;
 right: 0;
 max-width: 575px;
}
#main .sec02 .link-Btn{
 display: flex;
 justify-content: center;
 gap: 16px;
 margin: 56px 0 0;
}
#main .sec02 .link-Btn li{
 width: 100%;
}
#main .sec02 .link-Btn li a{
 background-color: #000;
 color: #fff;
 width: 100%;
 box-sizing: border-box;
 border-radius: 49px;
 text-align: center;
 font-size: 28px;
 font-weight: 600;
 line-height: 1.7;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 97px;
}
#main .sec03 .flow-list{
 max-width: 1106px;
 margin: 0 auto;
}
#main .sec03 .flow-list li{
 margin: 0 0 67px;
 position: relative;
 padding: 56px 54px 54px 98px;
 border: solid 1px #ccc;
 border-radius: 10px;
 position: relative;
}
#main .sec03 .flow-list li:after{
 position: absolute;
 content: "";
 background-image: url('../img/tenant/bottom-arrow.webp');
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 61px;
 height: 27px;
 bottom: -50px;
 left: 0;
 right: 0;
 margin: auto;
}
#main .sec03 .flow-list li:last-child:after{
 content: none;
}
#main .sec03 .flow-list li > div:nth-child(1){
 position: absolute;
 left: -60px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 115px;
 height: 115px;
 background-color: #000;
 border-radius: 100px;
 display: flex;
 justify-content: center;
 align-items: center;
}
#main .sec03 .flow-list li > div:nth-child(1) p{
 color: #fff;
 font-size: 33px;
 font-weight: 600;
 line-height: 1;
 height: fit-content;
}
#main .sec03 .flow-list li > div:nth-child(1) p span{
 font-size: 18px;
 font-weight: 600;
 line-height: 1;
 display: block;
 margin: 0 0 7px;
}
#main .sec03 .flow-list li > div:nth-child(2){
 display: flex;
 align-content: center;
 gap: 42px;
 justify-content: space-between;
}
#main .sec03 .flow-list li > div:nth-child(2) img{
 width: 345px;
 height: fit-content;
}
#main .sec03 .flow-list li > div:nth-child(2) .title{
 font-size: 32px;
 font-family: "fot-tsukuardgothic-std", sans-serif;
 font-weight: bold;
 line-height: 1.7;
 color: #151515;
}
#main .sec03 .flow-list li > div:nth-child(2) .text{
 font-size: 20px;
 font-weight: 300;
 line-height: 1.7;
 color: #242424;
 margin: 40px 0 0;
}
#main .sec03 .flow-list li > div:nth-child(2) .text span{
 display: block;
 color: #FF0B0B;
 margin: 30px 0 0;
}
#main .sec04.wrapper{
 padding: 85px 0;
 background-color: #F0F0F0;
 text-align: center;
}
#main .sec04.wrapper .title{
 font-family: "fot-tsukuardgothic-std", sans-serif;
 color: #1A1A1A;
 font-size: 32px;
 font-weight: bold;
 line-height: 1.7;
}
#main .sec04.wrapper .text{
 font-size: 20px;
 font-weight: 300;
 line-height: 1.7;
 margin: 34px 0 73px;
 color: #1A1A1A;
}
#main .sec04.wrapper .form{
 max-width: 800px;
 margin: 0 auto;
}
#main .sec04.wrapper .form dl{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#main .sec04.wrapper .form dl:not(:last-child){
 margin-bottom: 32px;
}
#main .sec04.wrapper .form dl dt{
 font-size: 22px;
 font-weight: 600;
 color: #1a1a1a;
 line-height: 1.7;
}
#main .sec04.wrapper .form dl dd{
 font-size: 20px;
}
#main .sec04.wrapper .form dl:nth-child(5),
#main .sec04.wrapper .form dl:nth-child(6){
 display: block;
}
#main .sec04.wrapper .form dl:nth-child(5) dt,
#main .sec04.wrapper .form dl:nth-child(6) dt{
 text-align: left;
 margin-bottom: 40px;
}
#main .sec04.wrapper .form dl:nth-child(5) dd,
#main .sec04.wrapper .form dl:nth-child(6) dd{
 width: 520px;
 margin: 0 0 0 auto;
 display: flex;
 text-align: left;
}
#main .sec04.wrapper .form dd label{
 display: flex;
 align-items: center;
}
#main .sec04.wrapper .form dl:nth-child(5) dd .wpcf7-list-item:nth-child(even){
 margin-left: 52px;
}
#main .sec04.wrapper .form dl:nth-child(5) dd .wpcf7-list-item:nth-child(n+3),
#main .sec04.wrapper .form dl:nth-child(6) dd .wpcf7-list-item:nth-child(n+3){
 margin-top: 34px;
}
#main .sec04.wrapper .form dd label input{
 width: 23px;
 height: 25px;
 margin: 0;
 border: solid 1px #C3C3C3;
}
#main .sec04.wrapper .form dd label span{
 font-size: 22px;
 font-weight: 600;
 color: #1A1A1A;
 padding: 0 0 0 22px;
}
#main .sec05.wrapper{
 text-align: center;
 padding: 114px 0 118px;
}
#main .sec05.wrapper div:nth-child(1){
 color: #1A1A1A;
}
#main .sec05.wrapper div:nth-child(1) p.title{
 font-size: 32px;
 font-weight: 600;
 line-height: 1.7;
}
#main .sec05.wrapper div:nth-child(1) p.text{
 font-size: 20px;
 font-weight: 300;
 line-height: 1.7;
}
#main .form input[type="text"],
#main .form input[type="tel"],
#main .form input[type="email"]{
 border: solid 1px #C3C3C3;
 min-width: 535px;
 min-height: 56px;
 padding: 10px 20px;
 box-sizing: border-box;
}
#main .form input[type="submit"]{
 width: 516px;
 height: 97px;
 background-color: #000;
 color: #fff;
 border: none;
 font-size: 32px;
 font-weight: 600;
 line-height: 1.7;
 border-radius: 100px;
 display: block;
 margin: auto;
}
#main .form2{
 max-width: 1130px;
 height: 1000px;
 margin: 34px auto 0;
}
#main .form2 iframe{
 width: 100%;
 height: 100%;
}
@media (max-width: 896px) {
 .head-Line{
  shape-margin: 25px 0 30px;
 }
 .headLine01 + p{
  font-size: 16px;
  margin: 20px 0 0;
 }
 #main .sec02{
  max-width: 90%;
 }
 #main .sec02 .tenant-service{
  position: unset;
 }
 #main .sec02 .tenant-service > div .title{
  text-align: center;
  font-size: 22px;
 }
 #main .sec02 .tenant-service > div .text{
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
 }
 #main .sec02 .tenant-service > div + img{
  position: unset;
  max-width: 100%;
  margin: 20px 0 0;
 }
 #main .sec02 .link-Btn{
  display: block;
  margin: 30px 0 0;
 }
 #main .sec02 .link-Btn li:nth-child(1){
  margin: 0 0 10px;
 }
 #main .sec02 .link-Btn li a{
  font-size: 16px;
  letter-spacing: 0.05rem;
  height: fit-content;
  padding: 15px 0;
 }
 #main .sec03{
  margin: 60px 0 0;
 }
 #main .sec03 .head-Line{
  margin: 25px 0 30px;
 }
 #main .sec03 .flow-list{
  max-width: 90%;
 }
 #main .sec03 .flow-list li{
  padding: 20px;
  margin: 0 0 35px;
 }
 #main .sec03 .flow-list li > div:nth-child(1){
  position: unset;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
 }
 #main .sec03 .flow-list li > div:nth-child(1) p{
  text-align: center;
 }
 #main .sec03 .flow-list li > div:nth-child(1) p span{
  font-size: 12px;
  text-align: center;
  margin: 0 0 5px;
  letter-spacing: 0.05rem;
 }
 #main .sec03 .flow-list li > div:nth-child(2){
  display: grid;
  gap: 15px;
 }
 #main .sec03 .flow-list li > div:nth-child(2) > div{
  order: 1;
 }
 #main .sec03 .flow-list li > div:nth-child(2) img{
  order: 1;
  width: 100%;
 }
 #main .sec03 .flow-list li > div:nth-child(2) .title{
  font-size: 22px;
 }
 #main .sec03 .flow-list li > div:nth-child(2) .text{
  margin: 5px 0 0 ;
  font-size: 15px;
  line-height: 2;
 }
 #main .sec03 .flow-list li:after{
  width: 40px;
  height: 21px;
  bottom: -30px;
 }
 #main .sec03 .flow-list li > div:nth-child(2) .text span{
  margin: 10px 0 0;
 }
 #main .sec04.wrapper{
  padding: 50px 20px;
 }
 #main .sec04.wrapper .title{
  font-size: 22px;
 }
 #main .sec04.wrapper .text{
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin: 15px 0 20px;
 }
 #main .sec04.wrapper .form{
  max-width: 100%;
 }
 #main .sec04.wrapper .form dl{
  display: block;
 }
 #main .sec04.wrapper .form dl:not(:last-child){
  margin-bottom: 15px;
 }
 #main .sec04.wrapper .form dl dt{
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin: 0 0 5px;
 }
 #main .form input[type="text"],
 #main .form input[type="tel"],
 #main .form input[type="email"]{
  min-height: unset;
  min-width: unset;
  width: 100%;
 }
 #main .sec04.wrapper .form dl:nth-child(5) dt, #main .sec04.wrapper .form dl:nth-child(5) dt{
  margin-bottom: 15px;
 }
 #main .sec04.wrapper .form dl:nth-child(5) dd, #main .sec04.wrapper .form dl:nth-child(5) dd{
  display: block;
  width: 100%;
  margin: 0;
 }
 #main .sec04.wrapper .form dd label input{
  width: 20px;
  height: 20px;
 }
 #main .sec04.wrapper .form dd label span{
  padding: 0 0 0 10px;
  font-size: 18px;
 }
 .wpcf7-form-control > .wpcf7-list-item,
 #main .sec04.wrapper .form dl:nth-child(5) dd .wpcf7-list-item:nth-child(even),
 #main .sec04.wrapper .form dl:nth-child(5) dd .wpcf7-list-item:nth-child(n+3),
 #main .sec04.wrapper .form dl:nth-child(6) dd .wpcf7-list-item:nth-child(n+3){
  display: block;
  margin: 15px 20px;
 }
 #main .form input[type="submit"]{
  width: 100%;
  height: fit-content;
  font-size: 20px;
  margin: 30px 0 0;
  padding: 5px 0 0;
 }
 #main .sec05.wrapper{
  padding: 50px 20px;
 }
 #main .sec05.wrapper div:nth-child(1) p.text{
  font-size: 15px;
  text-align: left;
  margin: 10px 0 0;
 }
 #main .form2{
  max-width: 100%;
  height: 720px;
  margin: 0 auto;
 }
 .main-movie{
  height: 230px;
 }
 .main-movie > img{
  width: 130px;
 }
 .main-movie .video + a{
  max-width: 160px;
  bottom: 0;
  top: unset;
  right: 0;
  z-index: 10;
 }
 #main .sec04.wrapper .form dl:nth-child(5) dd,
 #main .sec04.wrapper .form dl:nth-child(6) dd{
  width: 100%;
 }
}