@charset "utf-8";

:root {}

img {
	object-fit: cover;
}

br[sp] {
	display: block;
}
br[pc] {
	display: none;
}

body {}
.wrap {
    width: 100%;
}

.headline {
	padding-top: 15vw;
	padding-bottom: 5vw;
	width: 90%;
	margin: 0 auto;
	font-size: 2.3rem;
}






/*
    Header
======================================================================*/
.header {
    height: calc(var(--vh, 1vh) * 100);
 }
 .header-copy {
	font-size:4vw;
	padding: 2.5vw 60px 2.5vw 3.5vw;
}

.header-logo {
    width: 60%;
    height: auto;
}

.header-slider,
.header-slider .cell,
.header-slider .cell .image {
    height: calc(var(--vh, 1vh) * 100);
}
.header-slider .cell {}
.header-slider .cell [class^="label"] {
    transform: none;
}
.header-slider .cell .label01 {
    top: 15vh;
}
.header-slider .cell .label02 {
    top: auto;
    bottom: 15vh;
}
.header-slider .cell .label03 {
    top: 15vh;
}
.header-slider .cell .label04 {
    top: auto;
    bottom: 15vh;
}

.header-slider .cell .image {}

.header-nav {
    width: 50px;
    height: 50px;
    background-color: transparent;
    
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
.header-nav .burger {
    width: 50px;
    height: 50px;
    background-color: var(--main);

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}
.header-nav .burger::before {
    content: "";
    margin: auto;
    display: block;
    width: 27px;
    height: 24px;
    background: linear-gradient( to bottom, var(--white) 0%, var(--white) 15%, transparent 15%, transparent 42.5%, var(--white) 42.5%, var(--white) 57.5%, transparent 57.5%, transparent 85%, var(--white) 85%, var(--white) 100%);
    transform: translateY(1px);
    position: relative;
    z-index: 11;
}
.header-nav.active .burger::before {
    content: "✕";
    width: 50px;
    height: 50px;
    background: var(--main);

    color: var(--white);
    font-size: 2.7rem;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
}

.header-nav .wrap {
    width: auto;

    position: relative;
    z-index: -1;

	pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s 0s ease;
}
.header-nav.active .wrap {
    display: block;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 50px 24px 24px;
    background-color: var(--main);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

	pointer-events: all;
    opacity: 1;
    transition: opacity 0.125s 0s ease;
}
.header-nav a {
    width: auto;
    padding-right: 0;
    padding-left: 0;

    text-align: center;
}



/*
    追従CTA
======================================================================*/
.fixed-cta {
	width: calc(100% - 80px);
	display: flex;
	top: auto;
	right: auto;
    bottom: 15px;
    left: 0;
}
.fixed-cta a[href*="tel:"] {
	pointer-events: all;
}
.fixed-cta a::after {
	display: none;
}
.fixed-cta a:last-child {
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/*
    About
======================================================================*/
.about {
    
}

.about .headline {
    padding-top: 10vw;
}
.about-block {}
.about-block .text {
    width: 90%;
    min-height: auto;
    padding: 24px;
    margin: 0 auto;

    align-items: center;

    position: relative;
    top: auto;
    right: auto;
    transform: translate(0 , -15%);
}
.about-block .text .label {}
.about-block .text .title {}
.about-block .text p {}
.about-block .image {
    width: 100%;
    height: auto;
}



/*
    Footer
======================================================================*/
.footer {}
.footer .copyright {}


/*
    page
======================================================================*/
body.page .header {}
body.page .header-logo {
	width: 30svh;
	min-width: unset;
	top: calc(50% + (4vw * 1.75 * 2 + 2.5vw * 2) / 2 );
}
.header-billboard {}
.header-billboard img.image {}



/*
    contact
======================================================================*/
.privacy-agree {
	gap: 0.25em;
}
.privacy-agree label {
	display: inline;
	padding-left: 1.25em;
}
.privacy-agree label input[type="checkbox"] {
	margin-left: -1.25em;
}


/*
    thanks
======================================================================*/
section.thanks p {
	width: 90%;
	margin-inline: auto;
}
