@charset "UTF-8";
/* LPリフォーム CSS Document */

/*タブ切り替え全体のスタイル*/
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
	height: 100%;
}
body{
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #1a1a1a;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	min-height: 0;
	overflow-x: hidden;
	background: #FAF9F1;
	background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
}
body .wrapper{
	overflow-x: hidden;
	position: relative;
}
a{
	display: block;
	color: #2b2b2b;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
a:hover{
	color: black;
	transform: scale(1.02,1.02);
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	height: auto;
}
hr{
	margin: 0;
}
span{
	display: inline-block;
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- br area -▼▼▼▼-▼▼▼--▼▼---▼---- */

.br-sp{
	display: none;
}
.br-pad{
	display: none;
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- font -▼▼▼▼-▼▼▼--▼▼---▼---- */

.fontA{
	font-family: "capitolina", serif;
}
.fontB{
	font-family: 'Oswald', sans-serif;
}
.fontC{
	font-family: "Noto Sans JP", sans-serif;
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- flex area -▼▼▼▼-▼▼▼--▼▼---▼---- */

.flex-area{
	display: flex;
}
.flex-between{
	justify-content: space-between;
}
.flex-column{
	flex-direction: column;
}
.flex-horizon{
	align-items: center;
}
.flex-wrap{
	flex-wrap: wrap;
}

.shadow{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.text-center{
	text-align: center;
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- animation -▼▼▼▼-▼▼▼--▼▼---▼---- */


.fuwafuwa{
	animation: 2s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- CF7用指定 -▼▼▼▼-▼▼▼--▼▼---▼---- */

/* LP内のCF7のみ対象 */
.wpcf7-form p {
  margin: 0;
}

/* Form-Item 直下の p をレイアウトから除外 */
.Form-Item > p:last-of-type{
  display: contents;
}
.Form-Item .wpcf7-form-control-wrap{
	flex: 1;
}
.Form-Item p.Form-another{
	display: block;
}
.Form-Date > p {
	display: flex;
	gap: 20px;
}
.Form-Item br,
.Form-Date br{
	display: none;
}

/* ----▼---▼▼--▼▼▼-▼▼▼▼- header area -▼▼▼▼-▼▼▼--▼▼---▼---- */


header{
	position: relative;
	z-index: 2;
	margin-bottom: 140px;
}
header article{
	position: fixed;
	top: 60px;
	left: 60px;
	width: 160px;
	z-index: 2;
}
header .catch{
	width: 100%;
	height: 50vw;
	gap: 2vw;
	justify-content: center;
}
header .catch dl{
	justify-content: center;
	gap: 0.2vw;
}
header .catch h1{
	font-size: 6vw;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.6em;
	margin-left: 0.6em;
	color: #143532;
}
header .catch dt{
	position: relative;
	margin-bottom: 2vw;
}
header .catch dt img{
	position: absolute;
	bottom: -2vw;
	right: -0.1vw;
	width: 20vw;
}
header .catch dd{
	font-size: 1.4vw;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
header .date{
	width: fit-content;
	margin: 0 auto;
	line-height: 1;
}
header .date *{
	font-weight: 200;
}
header .date div{
	position: relative;
}
header .date ul{
	font-size: 3vw;
	align-items: baseline;
	padding-bottom: 0.4vw;
	margin-bottom: 0.4vw;
	border-bottom: solid #707070 1px;
}
header .date li:first-child,
header .date li:nth-child(4){
	font-size: 1.4vw;
}
header .date span{
	font-size: 0.8vw;
}
header .date p{
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-size: 0.8vw;
}
header .date img{
	position: absolute;
	top: 3vw;
	right: -6vw;
	width: 4vw;
}
header .catch a{
	background-color: #1a1a1a;
	border-radius: 200px;
	width: fit-content;
	padding: 1vw 4vw;
	font-size: 1.2vw;
	font-weight: 300;
	margin: 2vw auto 0;
	color: white;
}
header .main-visual{
	position: relative;
	width: calc(100% - 60px);
	height: 70vh;
	background: url("../image/first_view.webp") center/cover fixed;
	margin: 0 30px;
	z-index: 0;
	border-radius: 4px;
	margin-bottom: 120px;
}
header .main-visual::before,
header .main-visual::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 120px;
	background-color: #1a1a1a;
	left: 50%;
}
header .main-visual::before{
	top: -60px;
}
header .main-visual::after{
	bottom: -60px;
}
header .main-visual ul{
	position: absolute;
	top: -40px;
	left: 90px;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}
header .main-visual li{
	background: black;
	height: fit-content;
	padding: 24px 16px 0;
	font-size: 3.2rem;
	line-height: 1;
	color: white;
	letter-spacing: 0.3em;
}
header .main-visual li:first-of-type{
	margin-left: 0.3vw;
}
.video{
	width: 600px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto 120px;
	text-align: center;
}
.video h2{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}
.video iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	z-index: 2;
}
.video p{
	position: relative;
	line-height: 2;
	z-index: 0;
}
.video p::before{
	content: '';
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: calc(100% + 90px);
	height: calc(100% + 120px);
	background-color: white;
}
header .cta{
	position: fixed;
	bottom: 80px;
	right: 80px;
	z-index: 2;
	width: 200px;
}


main{
	overflow-x: hidden;
}

#about{
	margin-bottom: 200px;
}
.glid{
	display: grid;
	grid-template-columns: repeat(8,1fr);
	grid-auto-rows: calc(80vw / 8);
	width: 80vw;
	margin: 0 auto 10vw;
}
.glid .box{
	position: relative;
	box-sizing: border-box;
	z-index: 0;
	padding: 0.4vw;
}
.box span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box1{
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 2;
	grid-row-end: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* .box1::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 4vw;
	width: 10vw;
	height: 7vw;
	border: solid 1px #aaa;
} */
.box1 dl{
	margin-bottom: 40px;
}
.box1 h2{
 	font-size: 3.6vw;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0.3em;
}
.box1 dd{
	position: relative;
 	font-size: 0.8vw;
	color: #143532;
	letter-spacing: 0.4em;
	width: fit-content;
}
.box1 dd::after{
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 14px);
	width: 4vw;
	height: 1px;
	background-color: #143532;
}
.box1 p{
	line-height: 2;
}
.box1 img{
	position: absolute;
	top: -6vw;
	right: 12vw;
	width: 10vw;
}
.box2{
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 7;
}

.box2 span{
	width: calc(100% - 3vw);
	aspect-ratio: 2/3;
	margin-bottom: 1vw;
}
.box3{
	grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 9;
}
.box3 span{
	width: calc(100% - 3vw);
	aspect-ratio: 3/2;
	margin-bottom: 1vw;
}
.box4{
	grid-column-start: 2;
	grid-column-end: 7;
	grid-row-start: 8;
	grid-row-end: 11;
}

.box4 span{
	width: 100%;
	height: 100%;
}
.box4 p{
	position: absolute;
	top: 16vw;
	left: 0;
}
.box4>img{
	position: absolute;
	bottom: -8vw;
	left: 4vw;
	width: 16vw;
}
#about .catch{
	position: relative;
	max-width: 1200px;
	margin: auto;
}
#about .catch::after{
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #E4E0DA;
	background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png");
	z-index: -1;
}
#about .catch dl{
	margin-bottom: 60px;
}
#about .catch dt{
	font-size: 2.4rem;
	margin-bottom: 20px;
}
#about .catch dd{
	line-height: 2;
}
#about .catch ul{
	gap: 30px;
}
#about .catch li{
	aspect-ratio: 3/2;
}

.cta-area{
	padding: 60px 90px;
	margin: 0 auto 120px;
	color: white;
	background-color: #143532;
	gap: 70px;
	width: fit-content;
	border-radius: 10px;
}
.cta-area .date{
	width: fit-content;
	margin: 0 auto;
	line-height: 1;
}
.cta-area .date *{
	font-weight: 200;
}
.cta-area .date ul{
	font-size: 7rem;
	align-items: baseline;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: solid white 1px;
}
.cta-area .date li:first-child,
.cta-area .date li:nth-child(4){
	font-size: 3.2rem;
}
.cta-area .date span{
	font-size: 1.8rem;
}
.cta-area .date p{
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-size: 1.8rem;
}
.cta-area h2{
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	margin-bottom: 14px;
	text-align: center;
}
.cta-area a{
	background-color: white;
	padding: 10px 40px;
	border-radius: 40px;
	color: #143532;
	width: fit-content;
	font-weight: bold;
	margin: 0 auto;
}
.cta-area .img{
	position: relative;
	width: 300px;
	height: 150px;
}
.cta-area img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
}
#spec{
	margin-bottom: 120px;
}
#spec .box span img{
	width: 100%;
	height: auto;
}
.box5{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box5 dl{
	margin-bottom: 40px;
}
.box5 h2{
 	font-size: 3.6vw;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0.3em;
}
.box5 dd{
	position: relative;
 	font-size: 0.8vw;
	color: #143532;
	letter-spacing: 0.4em;
	width: fit-content;
}
.box5 dd::after{
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 14px);
	width: 4vw;
	height: 1px;
	background-color: #143532;
}
.box5 p{
	line-height: 2;
}
.box6{
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 8;
}
.box6::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10vw;
	height: 7vw;
	background-color: #143532;
	opacity: 0.6;
	z-index: -1;
}
.box6 p{
	position: absolute;
	bottom: -1vw;
	right: -4vw;
	font-size: 3vw;
	font-weight: bold;
	text-decoration: underline;
}
.box7{
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
}
.box7::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10vw;
	height: 7vw;
	background-color: #E4E0DA;
	background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png");
	z-index: -1;
}
.box7 p{
	position: absolute;
	bottom: 7vw;
	right: -1vw;
	font-size: 3vw;
	font-weight: bold;
	text-decoration: underline;
}
.box8{
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box8>img{
	width: 9vw;
}

#spec ul{
	max-width: 1200px;
	margin: 0 auto 120px;
}
#spec li{
	flex: 1;
}
#spec .list{
	padding: 40px;
	justify-content: center;
	position: relative;
	gap: 16px;
}
#spec .list::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 90px);
	height: calc(100% + 90px);
	border: solid 1px #aaa;
	z-index: -1;
}
#spec iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
}
#spec li dt{
	width: 160px;
	color: #707070;
}
#company{
	gap: 120px;
	max-width: 1600px;
	margin: 300px auto 240px;
	padding: 0 120px;
	align-items: center;
}
#company .content{
	width: 460px;
	gap: 40px;
	align-items: center;
}
#company .content img{
	width: 240px;
}
#company h2{
	font-size: 3.6rem;
	letter-spacing: 0.4em;
}
#company .image{
	position: relative;
	flex: 1;
	aspect-ratio: 3/2;
	z-index: 0;
}
#company .image::before,
#company .image::after{
	content: '';
	position: absolute;
	z-index: -1;
}
#company .image::before{
	bottom: -100px;
	left: -120px;
	background-color: white;
	width: 400px;
	height: 300px;
}
#company .image::after{
	top: -100px;
	right: -120px;
	background-color: #143532;
	opacity: 0.4;
	width: 300px;
	height: 200px;
}
#bfaf{
	position: relative;
	margin: 0 6% 200px;
	z-index: 0;
}
#bfaf::after{
	content: '';
	position: absolute;
	inset: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: calc(100% - 10vw);
	background-color: #E4E0DA;
	background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png");
	z-index: -1;
}
#bfaf h2{
	position: absolute;
	top: 2vw;
	left: 62%;
	font-size: 3.6vw;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
#bfaf .slider-for{
	position: relative;
	margin-bottom: 2vw;
}
#bfaf .slider-for::before{
	content: '';
	position: absolute;
	top: 2vw;
	right: 0;
	width: 6vw;
	height: 6vw;
	background-color: #143532;
}
#bfaf .slick-track{
	height: fit-content;
}
#bfaf .twentytwenty-wrapper{
	width: 100%;
}
#bfaf .slick-initialized .slick-slide{
	display: flex;
}
#bfaf .floor_container img{
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}
#bfaf .floor_container img:first-child{
	filter: grayscale(1);
}
#bfaf dl{
	width: 60%;
	padding: 4%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#bfaf dt{
	font-size: 1.4vw;
	margin-bottom: 1vw;
}
#bfaf .slider-nav ul{
	gap: 1.4vw;
}
#bfaf .slider-nav li{
	width: 9vw;
	line-height: 1;
	transition: all ease 0.4s;
}
#bfaf .slider-nav li:hover{
	cursor: pointer;
	opacity: 0.4;
}
#bfaf .slider-nav img{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin-bottom: 0.4vw;
	border-radius: 4px;
}
#bfaf>img{
	position: absolute;
	bottom: -4vw;
	right: 4vw;
	width: 12vw;
}
#campaign{
	margin-bottom: 180px;
}
#campaign .title{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 60px;
}
#campaign .title img{
	width: 200px;
}
#campaign .title dl{
	margin-bottom: 40px;
}
#campaign .title dt{
	margin-bottom: 10px;
}
#campaign .title h2{
	font-size: 5rem;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-transform: uppercase;
	font-weight: bold;
}
#campaign .title dd{
	font-size: 1.8rem;
}
#campaign .cont{
	position: relative;
	width: 960px;
	margin: 0 auto 60px;
	color: white;
	padding: 60px 20px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}
#campaign .cont::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	background: url(../image/campaign_back.jpg) center/cover;
	filter: brightness(0.6) blur(3px);
	z-index: -1;
}
#campaign .cont dl{
	justify-content: center;
	margin: 60px 0;
}
#campaign .cont h1{
	font-size: 8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.6em;
	margin-left: 0.6em;
}
#campaign .cont dt{
	position: relative;
	margin-bottom: 20px;
}
#campaign .cont dt img{
	position: absolute;
	bottom: -20px;
	right: -10px;
	width: 240px;
}
#campaign .cont dd{
	font-size: 2.1rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
#campaign .cont .date{
	width: fit-content;
	margin: 0 auto 60px;
	line-height: 1;
}
#campaign .cont .date *{
	font-weight: 200;
}
#campaign .cont .date div{
	position: relative;
}
#campaign .cont .date ul{
	font-size: 6.4rem;
	align-items: baseline;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid white 1px;
}
#campaign .cont .date li:first-child,
#campaign .cont .date li:nth-child(4){
	font-size: 3.2rem;
}
#campaign .cont .date span{
	font-size: 2.1rem;
}
#campaign .cont .date p{
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-size: 1.6rem;
}
#campaign .cont .text{
	padding: 20px;
	box-sizing: border-box;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	width: fit-content;
	margin: 0 auto;
}
#campaign .present{
	max-width: 460px;
	margin: 0 auto 60px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
#campaign .present img{
	margin-bottom: 40px;
}
#campaign .point h4{
	position: relative;
	font-size: 1.8rem;
	margin: 0 auto 20px;
	width: fit-content;
}
#campaign .point h4::before,
#campaign .point h4::after{
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: white;
}
#campaign .point h4::before{
	left: -60px;
}
#campaign .point h4::after{
	right: -60px;
}
#campaign .point p{
	padding: 20px;
	box-sizing: border-box;
	text-align: start;
	border: solid 1px white;
	line-height: 2;
	width: fit-content;
	margin: 0 auto 20px;
}
#campaign .flow_line dt{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#campaign .flow_line dd{
	width: 320px;
	margin: 0 auto;
}
#campaign .deco{
	position: absolute;
	width: 180px;
}
#campaign .deco1{
	top: 20px;
	left: 20px;
}
#campaign .deco2{
	bottom: 20px;
	right: 20px;
	transform: rotate(180deg);
}




#FORM{
	margin: 0 auto 180px;
	max-width: 880px;
	text-align: center;
}
#FORM .catch{
	position: relative;
	margin-bottom: 120px;
}
#FORM .deco{
	position: absolute;
}
#FORM .deco3{
	top: -120px;
	left: 20px;
	width: 140px;
}
#FORM .deco4{
	bottom: -120px;
	right: 0;
	width: 160px;
}
#FORM h2{
    font-size: 5rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
}
#FORM .cont{
	position: relative;
	background: white;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 60px 60px;
	border-radius: 60px;
	box-sizing: border-box;
	z-index: 0;
}
#FORM .cont::before{
	content: '';
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 300px;
	border-radius: 1000px;
	background: white;
	z-index: -1;
}
#FORM .title{
	width: auto;
	text-align: center;
	margin-bottom: 40px;
}
#FORM .phone,
#FORM .mail{
	margin-bottom: 60px;
}
#FORM .phone dt,
#FORM .mail dt{
	font-size: 2.1rem;
	border-bottom: solid 1px #aaa;
	width: fit-content;
	margin: 0 auto 40px;
}
#FORM .phone dd,
#FORM .mail dd{
	line-height: 1;
	font-size: 2.4rem;
}
#FORM .phone a{
	line-height: 1;
	font-size: 2.4rem;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 10px;
	border: solid 2px #143532;
	border-radius: 60px;
	padding: 20px 80px;
	box-sizing: border-box;
	gap: 10px;
}
#FORM .mail small{
	display: block;
	margin-bottom: 60px;
}
.Form{
	width: 100%;
	overflow: hidden;
	text-align: start;
}
.Form-Item{
	padding-top: 24px;
	padding-bottom: 24px;
	flex: 1;
}
.Form-Item:first-child{
	padding-top: 0;
}
.Form-Item:nth-child(6) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}
.Form-Item-Label {
	width: 200px;
	letter-spacing: 0.05em;
	color: black;
}
.Form-Date{
	gap: 20px;
}
.Form-Item-Label.isMsg {
	margin-bottom: 10px;
	}
.Required {
	color: crimson;
	font-size: 1.2rem;
	}
.Form-Item-Input {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	font-size: 1.6rem;
}
.Form-Item-Textarea {
	border: 1px solid #ddd;
	padding: 0.6em 1em;
	height: 216px;
	font-size: 1.6rem;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
}
.Form-Btn {
	border-radius: 30px;
	margin: 32px auto 0;
	padding: 10px 0;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	border: solid 1px #707070;
	font-size: 2.1rem;
	cursor: pointer;
	background-color: transparent;
	transition: all ease 0.2s;
}
.Form-Btn:hover{
	background-color: #2b2b2b;
	color: white;
}



footer{
	border-top: solid 1px #aaa;
}
footer nav{
	width: 100%;
	padding: 60px 60px;
	box-sizing: border-box;
}
footer nav .logo{
	width: 160px;
	display: block;
	margin-bottom:30px;
}
footer .call-no{
	gap: 10px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
footer .sns{
	gap: 10px;
	font-size: 1.6rem;
	justify-content: end;
	margin-bottom: 20px;
}
footer .privacy{
	text-decoration: underline;
	text-align: end;
}
footer small{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}


#LP_page .thanks{
	max-width: 1600px;
	height: 100vh;
	margin: 0 auto;
	padding: 120px 60px;
	gap: 30px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
#LP_page .thanks h1{
	font-size: 7.2rem;
}
#LP_page .thanks h2{
	font-size: 3.2rem;
}
#LP_page .thanks ion-icon{
	transform: rotate(-10deg);
	font-size: 8rem;
}


@media screen and (max-width:1440px){
	
	header article{
		top: 50px;
		left: 50px;
		width: 140px;
	}
	header .main-visual ul{
		left: 60px;
	}
	header .main-visual li {
		font-size: 2.8rem;
	}
	header .cta{
		width: 180px;
		bottom: 60px;
		right: 60px;
	}
	.glid{
		width: 90vw;
	}
	.box1 dd,
	.box5 dd{
		font-size: 1vw;
	}
	.box p{
		font-size: 1.2rem;
	}
	.box5{
		grid-row-end: 4;
	}
	.box6{
		grid-row-end: 9;
	}
	.box6 p{
		bottom: 3vw;
		font-size: 3.2vw;
	}
	.box7 p{
		font-size: 3.2vw;
	}
	#company{
		gap: 90px;
		padding: 0 90px;
	}
	#company .image{
		aspect-ratio: 1/1;
		z-index: -1;
	}
	#company .image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cta-area{
		gap: 40px;
		padding: 60px;
	}
	.cta-area .date ul{
		font-size: 5.6rem;
		justify-content: center;
	}
	.cta-area .date p{
		font-size: 1.6rem;
	}
	.cta-area h2 {
		font-size: 3.6rem;
	}
	.cta-area .img{
		width: 260px;
	}
	#spec ul{
		max-width: 1080px;
		margin: 0 60px 100px;
	}
	#company .content{
		width: 360px;
	}
	#company .image::after{
		top: -60px;
		right: -60px;
	}
	#company h2 {
		font-size: 2.4rem;
	}
	#bfaf {
		margin: 0 4% 180px;
	}
	
}


@media screen and (max-width:1240px){
	
	header .main-visual{
		height: 50vw;
	}
	header .main-visual li {
        font-size: 2.4rem;
        padding: 17px 13px 0;
    }
	#about {
		margin-bottom: 120px;
	}
	#about .catch{
		padding: 0 60px;
	}
	.box1 img {
		top: -10vw;
		right: 10vw;
		width: 12vw;
	}
	.box4>img {
		bottom: -7vw;
		left: -3vw;
		width: 20vw;
	}
	.cta-area{
		padding: 40px;
		gap: 30px;
	}
	.cta-area .date ul{
		font-size: 4.8rem;
	}
	.cta-area .date li:first-child,
	.cta-area .date li:nth-child(4){
		font-size: 2.6rem;
	}
	.cta-area .date span {
		font-size: 1.4rem;
	}
	.cta-area .date p {
        font-size: 1.4rem;
    }
	.cta-area h2 {
        font-size: 3rem;
    }
	.cta-area .img {
        width: 220px;
		height: 130px;
    }
	#spec .list{
		font-size: 1.2rem;
	}
	#spec li dt{
		width: 120px;
	}
	.box8>img {
		width: 12vw;
	}
	#company {
        gap: 60px;
        padding: 0 60px;
		margin: 200px auto 160px;
    }
	#bfaf h2 {
		left: 65.5%;
		font-size: 4vw;
	}
	#bfaf dl{
		width: 50%;
	}
	#bfaf .slider-nav li{
		width: 11vw;
	}
	#bfaf>img {
		right: 0;
		width: 14vw;
	}
	#campaign .cont{
		width: 860px;
	}

	
}



@media screen and (max-width:960px){
	
	.br-pad{
		display: block;
	}
	header article {
        top: 30px;
        left: 30px;
        width: 120px;
    }
	
	header .catch{
		height: 45vh;
		gap: 4vw;
	}
	header .catch h1{
		font-size: 7vw;
	}
	header .catch dt img{
		width: 24vw;
	}
	header .catch dd{
		font-size: 1.8vw;
	}
	header .date ul{
		font-size: 5vw;
		padding-bottom: 0.9vw;
		margin-bottom: 0.9vw;
	}
	header .date li:first-child,
	header .date li:nth-child(4){
		font-size: 2.4vw;
	}
	header .date span {
		font-size: 1.4vw;
	}
	header .date p{
		font-size: 1.3vw;
	}
	header .catch a{
		margin-top: 4vw;
		font-size: 2.1vw;
	}
	header .main-visual {
        height: calc(55vh - 30px);
		background-attachment: initial;
    }
	header .main-visual ul {
        left: 40px;
    }
	header .cta{
		width: 160px;
	}
	.glid .box{
		padding: 1vw;
	}
	.box1 {
		grid-column-start: 1;
		grid-column-end: 8;
		grid-row-start: 1;
		grid-row-end: 4;
	}
	.box1 h2,.box5 h2{
		font-size: 5.6vw;
	}
	.box1 dd, .box5 dd {
        font-size: 1.6vw;
    }
	.box1 img {
        top: auto;
        right: 0;
        bottom: -30vw;
        width: 15vw;
    }
	.box1::after {
		bottom: auto;
		right: 0;
		width: 30vw;
		top: 23vw;
		height: 16vw;
	}
	.box2 {
		grid-column-start: 1;
		grid-column-end: 6;
		grid-row-start: 4;
		grid-row-end: 13;
	}
	.box2::after {
		bottom: -9vw;
		right: -20vw;
		width: 40vw;
		height: 25vw;
	}
	.box2 span {
		width: calc(100% - 2vw);
		aspect-ratio: 4/5;
		margin-bottom: 2vw;
	}
	.box3 {
		grid-column-start: 3;
		grid-column-end: 9;
		grid-row-start: 13;
		grid-row-end: 19;
	}
	.box4 {
		grid-column-start: 2;
		grid-column-end: 8;
		grid-row-start: 19;
		grid-row-end: 24;
	}
	.box4 p {
		top: 26vw;
		left: -2vw;
	}
	.box4::after {
		top: -5vw;
		left: -5vw;
		width: 10vw;
		height: 10vw;
	}
	#about .catch ul {
		gap: 10px;
	}
	.box5 {
		grid-column-end: 7;
	}
	.box6{
		grid-column-start: 1;
		grid-column-end: 8;
		grid-row-start: 10;
		grid-row-end: 17;
	}
	.box6::after {
		width: 16vw;
		height: 19vw;
	}
	.box6 p {
		font-size: 4.7vw;
	}
	.box7 {
		grid-column-start: 2;
		grid-column-end: 9;
		grid-row-start: 4;
		grid-row-end: 10;
	}
	.box7::after{
		width: 16vw;
		height: 13vw;
	}
	.box7 p {
		bottom: auto;
		right: auto;
		top: 10vw;
		left: 0;
		font-size: 4.7vw;
	}
	.box8 {
		grid-column-start: 6;
		grid-column-end: 9;
		grid-row-start: 1;
		grid-row-end: 4;
	}
	.box8>img {
        width: 16vw;
    }
	#spec ul{
		flex-direction: column;
	}
	#spec .list::after{
		width: calc(100% + 40px);
	}
	
	.cta-area{
		flex-direction: column-reverse;
		gap: 30px;
		margin-bottom: 100px;
	}
	.cta-area .img {
        width: 100%;
        height: 200px;
    }
	#company{
		flex-direction: column-reverse;
        margin: 160px auto 100px;
	}
	#company h2 {
        font-size: 3.6rem;
    }
	#company .content {
        width: 460px;
    }
	#company .image{
		aspect-ratio: 2/1;
	}
	#bfaf::after{
		height: calc(100% - 20vw);
	}
	#bfaf h2{
		position: initial;
		flex-direction: column;
		font-size: 10vw;
		margin-bottom: 40px;
	}
	#bfaf .slick-initialized .slick-slide{
		flex-direction: column;
	}
	#bfaf dl{
		width: 100%;
		padding: 20px 0;
	}
	#bfaf dt{
		font-size: 5.1vw;
		margin-bottom: 1vw;
	}
	#bfaf>img {
        right: 5vw;
        top: 25vw;
        width: 20vw;
    }
	#campaign .cont{
		width: calc(100% - 120px);
		margin: 0 60px 60px;
	}
	#campaign .cont .text{
		font-size: 1.2rem;
	}
	#campaign .present{
		max-width: 400px;
	}
	#campaign .point p{
		font-size: 1.1rem;
		line-height: 2.4;
	}


	#FORM{
		padding: 0 60px;
		margin-bottom: 60px;
	}
	.Form-Item{
		flex-direction: column;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.Form-Item-Input{
		padding: 1em;
		font-size: 1.4rem;
	}
	.Form-Item-Textarea{
		flex: initial;
	}
	.Form-Btn{
		font-size: 1.6rem;
    	padding: 10px 0;
	}
	#FORM>img{
		width: 360px;
	}
	
	
}


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

	header article {
        top: 20px;
        left: 20px;
        width: 70px;
    }
	header .catch{
		height: 60vh;
	}
	header .catch h1 {
        font-size: 12vw;
    }
	header .catch dt img {
        width: 40vw;
		bottom: -4vw;
		right: 0;
    }
	header .catch dd {
        font-size: 3.2vw;
    }
	header .date span {
        font-size: 2.8vw;
    }
	header .date li:first-child,
	header .date li:nth-child(4){
        font-size: 4.2vw;
    }
	header .date ul{
        font-size: 9vw;
        padding-bottom: 1vw;
        margin-bottom: 1vw;
    }
	header .date p {
        font-size: 2.4vw;
    }
	header .catch a {
        margin-top: 6vw;
        font-size: 4.2vw;
        padding: 2vw 7vw;
    }
	header .cta {
        width: 100px;
		bottom: 30px;
		right: 30px;
    }
	header .main-visual{
		width: calc(100% - 40px);
		height: 65vh;
		margin: 0 20px 60px;
	}
	header .main-visual::before,
	header .main-visual::after{
		height: 60px;
	}
	header .main-visual::before {
		top: -30px;
	}
	header .main-visual::after {
		bottom: -30px;
	}
	header .main-visual ul{
		top: -5vw;
        left: 20px;
    }
	header .main-visual li{
        font-size: 4vw;
        padding: 4vw 2vw 0;
    }
	.video{
		width: calc(100vw - 60px);
		margin: 0 30px 60px;
	}
	.video p{
		font-size: 1.2rem;
	}
	#bfaf .slider-nav li {
        width: 13vw;
    }
	#bfaf dd{
		font-size: 1.2rem;
	}
	#campaign .title{
		margin: 0 30px 60px;
	}
	#campaign .title img {
		width: 140px;
	}
	#campaign .title h2{
		font-size: 3.6rem;
	}
	#campaign .cont{
		width: calc(100vw - 40px);
		margin: 0 20px 60px;
	}
	#campaign .deco {
		width: 90px;
	}
	#campaign .deco1 {
		top: 10px;
		left: 10px;
	}
	#campaign .deco2 {
		bottom: 10px;
		right: 10px;
	}
	footer nav{
		flex-direction: column;
		padding: 40px 20px;
		gap: 30px;
	}
	footer .sns{
		justify-content: flex-start;
	}
	footer .privacy {
		text-align: start;
	}
	
}

@media screen and (max-width:599px){
	
	.br-sp{
		display: block;
	}
	
	.glid{
		width: calc(100% - 40px);
	}
	.box{
		padding: 0;
	}
	.box span{
		width: 100%;
	}
	.box1{
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 8;
    }
	.box1 h2, .box5 h2 {
        font-size: 9.2vw;
    }
	.box1 dd, .box5 dd {
        font-size: 3vw;
    }
	.box1 img {
        top: 0;
        right: 0;
        bottom: auto;
        width: 22vw;
	}
	.box2 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 8;
        grid-row-end: 21;
    }
	.box3 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 22;
        grid-row-end: 29;
    }
	.box4 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 30;
        grid-row-end: 37;
    }
	.box4 span{
        height: auto;
        aspect-ratio: 2 / 1;
		margin-bottom: 2vw;
	}
	.box4 p{
		position: initial;
	}
	.box4>img {
        left: auto;
        width: 30vw;
        right: 0;
    }
	#about .catch {
        padding: 0px 20px;
    }
	#about .catch::after{
		top: -30px;
	}
	#about .catch dl{
		margin-bottom: 40px;
	}
	#about .catch ul{
		flex-wrap: wrap;
	}
	#about .catch li{
		width: calc(50% - 5px);
	}
	.cta-area{
		width: calc(100% - 60px);
		box-sizing: border-box;
	}
	.cta-area .img {
        width: 100%;
        height: 40vw;
    }
	.cta-area h2 {
        font-size: 3.4rem;
    }
	.box5 {
        grid-column-end: 9;
        grid-row-end: 10;
    }
	.box6 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 16;
        grid-row-end: 24;
    }
	.box6 p{
		top: 6vw;
		right: 4vw;
		bottom: auto;
        font-size: 6.4vw;
	}
	.box7 {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 10;
        grid-row-end: 16;
    }
	.box7 p {
        bottom: auto;
        right: auto;
        top: 0;
        left: 10vw;
        font-size: 6.4vw;
    }
	#company{
		padding: 0 30px;
	}
	#company h2 {
        font-size: 2.8rem;
    }
	#company .content{
		width: 100%;
		gap:24px;
	}
	#company .content img {
		width: 180px;
	}
	#spec ul {
        margin: 0 0 80px;
    }
	#spec .list::after {
        width: calc(100% - 30px);
    }
	#bfaf {
        margin: 0 20px 80px;
    }
	#bfaf h2 {
        margin-bottom: 20px;
    }
	#bfaf .slider-nav li {
        width: 14vw;
    }
	#bfaf .slider-nav li p{
		display: none;
	}
	#campaign .cont h1{
		font-size: 12vw;
	}
	#campaign .cont dt img{
		bottom: -5vw;
		right: 0;
		width: 46vw;
	}
	#campaign .present img{
		margin: 0 20px 40px;
		width: calc(100% - 40px);
	}
	#campaign .cont dd {
		font-size: 4vw;
	}
	#campaign .cont .date ul{
		font-size: 12vw;
		justify-content: center;
		gap: 0.11em;
	}
	#campaign .cont .date li:first-child {
		font-size: 6vw;
	}
	#campaign .cont .date span {
		font-size: 4vw;
		margin-left: 0.2em;
	}
	#campaign .cont .date p{
		font-size: 3.8vw;
	}
	#campaign .flow_line dt {
		font-size: 6vw;
	}
	#campaign .flow_line dd {
		width: 240;
	}
	#FORM {
        padding: 0 20px;
    }
	#FORM h2 {
    	font-size: 10vw;
	}
	#FORM .deco3 {
		left: 0;
		width: 100px;
	}
	#FORM .deco4 {
		width: 110px;
	}
	#FORM .phone dt, #FORM .mail dt {
		font-size: 1.8rem;
		margin: 0 auto 10px;
	}
	#FORM .phone a {
		font-size: 1.8rem;
		padding: 14px 50px;
	}
				

	#LP_page .thanks{
		padding: 80px 30px 0;
		margin-bottom: 80px;
	}
	#LP_page .thanks h1{
		font-size: 5rem;
	}
	#LP_page .thanks h2{
		font-size: 2.1rem;
	}
	#LP_page .thanks h3{
		font-size: 1.4rem;
	}
	#LP_page .thanks ion-icon{
		width: 90px;
	}
	

	
}