@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    background: #fff;
}
body, button, input, textarea, select {
    color: #000;
    line-height: 1.8;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.sp-only {
    display: none;
}
@media screen and (max-width:768px) {
    .sp-only {
        display: block;
    }
}
@media screen and (min-width:769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.mv img, .what img, footer img {
    width: 100%;
}
.commingsoon {
    text-align: center;
    background-color: #94C5DC;
    color: #000;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px) {
    .commingsoon {
        height: auto;
        padding: 40px 0;
    }
}
.commingsoon p {
    font-size: 5.8rem;
    line-height: 1.5;
}
@media screen and (max-width:768px) {
    .commingsoon p {
        font-size: 4.8rem;
        line-height: 1.2;
    }
}
.commingsoon p span {
    font-size: 2.5rem;
    display: block;
}
@media screen and (max-width:768px) {
    .commingsoon p span {
        font-size: 2.4rem;
        padding-bottom: 10px;
    }
}
.commingsoon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 276px;
    height: 60px;
    max-width: 90%;
    background: #000;
    border-radius: 100px;
    pointer-events: none;
    color: #fffd;
    text-decoration: none;
    font-size: 2.2rem;
    position: relative;
    margin-top: 30px;
}
@media screen and (max-width:768px) {
    .commingsoon a {
        font-size: 1.5rem;
    }
}
.commingsoon a::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
footer {
    background-color: #000;
    color: #fff;
    padding: 130px 0 55px;
}
@media screen and (max-width:768px) {
    footer {
        padding: 50px 0 20px;
    }
}
footer a {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width:769px) {
    footer a:hover {
        text-decoration: underline;
    }
}
footer .inner {
    width: 1280px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
    footer .inner {
        margin-top: 50px;
        display: block;
    }
}
footer .line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 264px;
    height: 80px;
    max-width: 90%;
    background: #06c755;
    border-radius: 100px;
    transition: 0.3s;
    position: relative;
}
@media screen and (max-width:1210px) {
    footer div:first-of-type {
        width: 100%;
    }
    footer .line {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width:768px) {
    footer .line { 
        height: 60px;
    }
}
footer .line::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width:769px) {
    footer a.line:hover {
        text-decoration: none;
        opacity: 0.7;
        transition: 0.3s;
    }
}
footer .line .ri-line-fill {
    font-size: 3rem;
    margin-left: -20px;
}
@media screen and (max-width:768px) {
    footer .contact {
        text-align: center;
    }
    footer p {
        text-align: left;
    }
    footer .tel a {
        text-decoration: underline;
    }
}
footer .contact-list li {
    list-style: none;
}
@media screen and (max-width:768px) {
    footer .contact-list {
        display: inline-block;
    }
    footer .contact-list li {
        text-align: left;
    }
    footer .tel a {
        text-decoration: underline;
    }
}
footer .email a {
    text-decoration: underline;
}
@media screen and (min-width:769px) {
    footer .email a:hover {
        text-decoration: none;
    }
}
footer .link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 44px;
}
@media screen and (max-width:1210px) {
    footer .link {
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
    footer .link {
        display: block;
    }
}
footer .link li {
    list-style: none;
}
@media screen and (max-width:768px) {
    footer .link li {
        text-align: center;
    }
}
footer .material-symbols-outlined {
    font-size: 1.2rem;
    margin-left: 2px;
}
footer .copy {
    text-align: right;
    font-size: 1.2rem;
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    footer .copy {
        text-align: center;
    }
}