/* common */

:root {
    --main-color: #ffff00;
    --main-color-rgb: 255, 255, 0;
    --sub-color: #D4FF00;
    --sub-color-rgb: 212, 255, 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    scroll-behavior: smooth;
}

img { display: block;}

#header_sp { display: none;}

.sec { padding: 160px 0;}

.ib { display: inline-block;}

.sec h2 {
    width: 100%;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(50px, 5.5vw, 80px);
    margin-bottom: 40px;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1;
}

.top_container {
    width: 1440px;
    margin: 0 auto;
    z-index: 1;
}

#header_pc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    position: fixed;
    top: 10px;
    left: 0;
    width: 50%;
    z-index: 1000;
    background-color: var(--main-color);
    border-radius: 50px;
    padding: 30px 5px;
  }

#header_pc.active {
    opacity: 1;
    visibility: visible;
}

#header_pc ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(16px, 1.38vw, 20px);
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.circle_deco_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.circle_deco {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.circle_deco span {
    position: absolute;
    border-radius: 50%;
}

.circle_deco span:nth-child(1),
.circle_deco span:nth-child(6) {
    width: 10vw;
    height: 10vw;
}

.circle_deco span:nth-child(1) {
    top: 1%;
    left: 20vw;
    background-color: var(--sub-color);
    animation: flow01 8s infinite alternate;
}

.circle_deco span:nth-child(2) {
    top: 15%;
    left: 0;
    width: 30vw;
    height: 30vw;
    background-color: var(--main-color);
    z-index: -2;
    animation: flow02 15s infinite alternate;
}

.circle_deco span:nth-child(3) {
    bottom: -6%;
    left: 15vw;
    width: 12vw;
    height: 12vw;
    background-color: var(--sub-color);
    animation: flow03 20s infinite alternate;
}

.circle_deco span:nth-child(4) {
    right: 0;
    top: 0;
    width: 30vw;
    height: 30vw;
    background-color: var(--sub-color);
    animation: flow04 10s infinite alternate;
}

.circle_deco span:nth-child(5) {
    right: -1vw;
    top: 50%;
    background-color: var(--main-color);
    width: 15vw;
    height: 15vw;
    animation: flow05 5s infinite alternate;
}

.circle_deco span:nth-child(6) {
    right: 14vw;
    bottom: 2%;
    background-color: var(--sub-color);
    animation: flow06 7s infinite alternate;
}

@keyframes flow01 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 30%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes flow03 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -50%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes flow02 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10vw, -10%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes flow04 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 7%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes flow05 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-2vw, -2%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes flow06 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -15%);
    }
    100% {
        transform: translate(0, 0);
    }
}
/* common */


/* home */
#home {
    width: 100%;
    background-color: var(--main-color)
}

#home .main_visual {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

#home .main_visual div,
#home .main_visual .top_img { width: 50%;}

#home .main_visual div {
    padding-top: 80px;
    padding-left: 60px;
}

#home .catch_copy {
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: 2;
    margin-bottom: 150px;
}

#home .leotive_name,
#home .service_copy {
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#home .leotive_name {
    font-size: clamp(70px, 12vw, 180px);
    margin-bottom: 10px;
    text-transform: uppercase;
    word-break: break-all;
}

#home .service_copy {
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.5;
}

#home .top_img {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* li を重ねる */
#home .top_img li {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: fadeChange 15s infinite;
}

#home .top_img li img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

#home .top_img li:nth-child(1) { animation-delay: 0s;}

#home .top_img li:nth-child(2) { animation-delay: 5s;}

#home .top_img li:nth-child(3) { animation-delay: 10s;}

@keyframes fadeChange {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* home */


/* about */
#about {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#about .top_container p { text-align: center;}

#about .top_container p:nth-child(1) {
    font-size: clamp(30px, 2.7vw, 40px);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

#about .top_container p:nth-child(2) {
    font-size: clamp(16px, 1.6vw, 24px);
    line-height: 2;
}
/* about */


/* service */
#service .top_container {
    background-color: rgba(var(--sub-color-rgb), 0.7);
    border-radius: 3vw;
    padding: 4.5vw;
}

#service .top_container,
#profile .top_container {
    border-radius: 3vw;
    padding: 4.5vw;
}


#service ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}

#service ul li {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    box-shadow: 8px 8px 0 #B6DB00;
    padding: 24px;
}

#service ul li img { width: 40%;}

#service ul li div {width: 55%;}

#service h3 {
    font-size: clamp(20px, 1.6vw, 24px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1;
}

#service p {
    font-size: clamp(14px, 0.9vw, 16px);
    line-height: 1.6;
}
/* service */


/* price_list */
#price_list {
    width: 100%;
    position: relative;
}

#price_list p {
    font-size: clamp(14px, 1.1vw, 16px);
    margin-bottom: 40px;
    line-height: 1;
    width: 100%;
    text-align: center;
}

#price_list .price_detail {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#price_list .price_detail:last-of-type { margin-bottom: 0;}

#price_list h3 {
    width: 100%;
    text-align: center;
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(45px, 2.7vw, 40px);
    margin-bottom: 16px;
    text-transform: capitalize;
    word-break: break-all;
}

#price_list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    border-top: solid 1px #000;
}

#price_list dt, #price_list dd {
    border-bottom: solid 1px #000;
    font-size: clamp(18px, 1.25vw, 18px);
    padding: 16px 0 16px 0;
}

#price_list dt {
    width: 75%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#price_list dd {
    width: 25%;
    line-height: 1.6;
}
/* price_list */


/* profile */
#profile .top_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(var(--main-color-rgb), .7);
}

#profile .top_container img,
#profile .top_container div { width: 47%;}

#profile .top_container img { border-radius: 16px;}

#profile h2 {
    text-align: start;
    margin-bottom: 24px;
}

#profile .profile_name,
#profile .profile_detail { margin-bottom: 24px;}

#profile .profile_name {
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 500;
}

#profile .profile_name span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#profile .profile_name span::after {
    display: block;
    content: attr(data-caption);
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 60%;
    bottom: 0;
    letter-spacing: 0.1rem !important;
    word-break: break-all;
    margin-left: 16px;
}

#profile .profile_detail {
   font-size: clamp(16px, 1.25vw, 18px);
   line-height: 1.6;
}

#profile a i { font-size: clamp(32px, 2.7vw, 40px);}
/* profile */


/* contact */
#contact .contact_caption {
    font-size: clamp(16px, 1.25vw, 18px);
    margin-bottom: 40px;
    line-height: 1;
    width: 100%;
    text-align: center;
}

#contact .form_wrap {
    width: 60%;
    margin: 0 auto;
}

#contact .form_wrap p {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(16px, 1.3vw, 20px);
}

#contact .form_wrap p:last-of-type { align-items: flex-start;}

#contact .form_wrap label {
    display: block;
    width: 20%;
}

#contact .form_wrap input,
#contact .form_wrap textarea {
    width: 80%;
    background-color: #eee;
    padding: 15px;

}

#contact .form_wrap input {
    height: 80px;
    border-radius: 3.5vw;
}

#contact .form_wrap textarea {
    height: 300px;
    border-radius: 0.5vw;
}

#contact button {
    display: block;
    width: 63%;
    margin: 0 auto;
    padding: 1.6vw;
    text-align: center;
    background-color: var(--sub-color);
    border: solid 1px var(--sub-color);
    font-size: clamp(16px, 1.3vw, 20px);
    transition: all .2s;
    border-radius: 3.5vw;
    letter-spacing: 0.5em;
}

#contact button:hover { background-color: #fff;}
/* contact */

/* copy_right */
#copy_right { padding: 0 0 16px 0;}

#copy_right .copy_right_txt {
    font-size: clamp( 10px, 0.8vw, 12px);
    text-align: center;
    width: 100%;
}

#copy_right .leotive_back {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 31vw;
    color: var(--main-color);
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
    z-index: -1;
}
/* copy_right */
