@charset "utf-8";

/* レイアウトのためのCSS */
body {
    /* background: #000; */
    font-family: 'Noto Serif JP', serif;
    color: #555;
    /* color: #fff; */
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear {
    /* background: #333; */
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

* {
    box-sizing: border-box
}

.pc-inline {
    display: inline;
}

/* heading */
#menu h2,
#menu2 h2,
#menu3 h2,
#blog h2,
#profile h2,
#footer dl dd,
#splash-logo {
    width: fit-content;
    font-size: clamp(25px, 2vw, 32px);
    font-family: 'Source Serif Pro', serif;
    text-align: center;
    /* margin: 0 0 50px 0; */
    font-weight: normal;
    color: #333;
}

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

    #menu h2,
    #menu2 h2,
    #menu3 h2,
    #blog h2 {
        /* font-size: 3rem; */
    }

}


/* サブタイトル */
.contents02 .page_title {
    background-image: url("../images_new/content02-title.png");
    height: 20vw;
}

.contents03 .page_title {
    background-image: url("../images_new/content03-title.png");
    height: 20vw;
}

.contents04 .page_title {
    background-image: url("../images_new/content04-title.png");
    height: 20vw;
}

.contents05 .page_title {
    background-image: url("../images_new/content05-title.png");
    height: 20vw;
}

.contents06 .page_title {
    background-image: url("../images_new/content06-title.png");
    height: 45vw;
}

.page_title {
    width: 100%;
    /* padding: 4vw 0 2vw; */
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-left: 15%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.page_title.no {
    padding: 140px 0;
}

.page_title .title_set {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(91, 91, 91, 0.50);
    padding: 10px 0px;
}

.page_title .title_set.no {
    width: 100%;
    padding: 0 15px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.page_title .title_set.no p.btn1 {
    display: flex;
    width: 100%;
    max-width: 477px;
    height: 74px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 3px solid #FFF;
    /* background-color: rgba(255, 255, 255, 0.1); */
    transition: background-color 0.3s ease; 
}

.page_title .title_set.no p.btn1:hover {
    color: rgba(255, 255, 255, 0.9); 
}

.page_title .title_set.no p.btn1 a {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: YuMincho;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.2px;

}



.page_title .title_set.no p.btn2 {
    display: flex;
    width: 100%;
    max-width: 477px;
    height: 74px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 3px solid #20BF58;
    /* background-color: rgba(32, 191, 88, 0.1); */
}

.page_title .title_set.no p.btn2 a {
    color: #20BF58;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: YuMincho;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.2px;
}

.page_title .title_set h2 {
    width: fit-content;
    font-size: clamp(25px, 2vw, 32px);
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.page_title .title_set h2 span {
    font-size: clamp(16px, 2vw, 30px);
}

.page_title .title_set p {
    width: 30vw;
    max-width: 700px;
    line-height: 0;
}

/* .page_title p {
    width: 30vw;
    max-width: 700px;
} */

.sub-titel.mine p {
    width: 35vw;
    max-width: 500px;
}

.page_title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: clamp(14px, 1vw, 18px);
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
}



/* area */

#container {
    overflow-x: hidden;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding: 70px;
}

@media screen and (max-width:940px) {
    .inner {
        padding: 30px;
    }
}

/* splash */

#splash-logo p {
    font-size: 1.8rem;
    font-weight: normal;
    white-space: nowrap;
}

#splash-logo span.gradient-text {
    font-size: 2rem;
    background: linear-gradient(90deg, #BF8C18 0%, #F3EFB4 52%, #EAB13B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* header(h1) */
h1 {
    width: 100%;
    height: auto;
    background: url("../images_new/header_bk.png");
    background-position: center;
    /* background-size: auto;  */
    /* transform-origin: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 img.glowImage {
    display: block;
    margin: 20px auto;
    opacity: 1;
    width: 110px;
    height: 110px;
}

h1 img.glowImage.glow {
    /* animation: glow_image_on 1.2s ease-out 0.5s forwards; */
}

/* header */

.header-area {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: left;
}

/* .header-area h1 {
    display: block;
    font-size: 6vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 10px;
} */

.header-area p {
    font-size: 2.3vw;
    letter-spacing: 0.4em;
    margin: 24px 0 24px;
}

.header-area p br {
    /* display: none; */
}


@media screen and (max-width:960px) {
    .header-area h1 {
        font-size: 4rem;
    }

    .header-area p {
        font-size: 0.8rem;
        whitewhite-space: no
    }

    .header-area p br {
        display: block;
    }

}

/* gnavi */

#g-nav-list li:nth-of-type(1) a {
    font-size: 2rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;
}

#g-nav-list li:nth-of-type(2) {
    animation-delay: .2s;
}

#g-nav-list li:nth-of-type(3) {
    animation-delay: .4s;
}

#g-nav-list li:nth-of-type(4) {
    animation-delay: .6s;
}

#g-nav-list li:nth-of-type(5) {
    animation-delay: .8s;
}

#g-nav-list li:nth-of-type(6) {
    animation-delay: 1.1s;
}

#g-nav-list li:nth-of-type(7) {
    animation-delay: 1.3s;
}

/* lead */

#lead {
    width: 100%;
    max-width: 1480px;
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 20vh auto;
    padding: 0;
}

#lead .lead-img {
    width: 50%;
    min-height: 515px;
    background: url("../images_new/content01-1.png") no-repeat center;
    background-size: contain;
}

#lead .lead-area {
    width: 50%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* flex-direction: row-reverse; */
    align-items: center;
    flex-direction: column;
}


.lead-main {
    height: clamp(400px, 70vh, 530px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    background: url("../images_new/content01_bk.png") no-repeat center;
    background-size: cover;
}

.lead-main h2 {
    margin: 0 auto;
}

@media screen and (max-width:1060px) {
    #lead .lead-img {
        width: 30%;
    }

    #lead .lead-area {
        width: 68%;
    }
}

@media screen and (max-width:768px) {
    #lead {
        flex-direction: column-reverse;
    }

    #lead .lead-img,
    #lead .lead-area {
        width: 100%;
    }

    #lead .lead-img {
        /* min-height: 250px; */
    }

    #lead .lead-area {
        margin: 0 0 0 0;
        min-height: 20em;
        justify-content: center;
    }
}

#lead .lead-area h2,
#lead .lead-area p,
#lead .lead-area .lead-btn a {
    /* -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; */
}

#lead .lead-area h2 {
    /* width: 28%; */
    width: auto;
    margin-left: 0;
    text-align: justify;
    /* font-feature-settings: 'palt' on;
    font-family: "Source Serif Pro"; */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

#lead .lead-area p {
    width: 100%;
    padding: 20px 0 0 0;
    line-height: 2.8;
    font-size: 17px;
}

#lead .lead-area p span {
    display: block;
    font-weight: bolder;

}

#lead .lead-area .lead-btn {
    width: 10%;
    position: relative;
    top: 240px;
}

#lead .btn04 {
    padding: 20px 15px;
}


@media screen and (max-width:1300px) {
    #lead .lead-area h2 {
        line-height: 2;
    }

    #lead .lead-area p {
        line-height: 2.3;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        text-orientation: unset;
    }

    #lead .lead-area p {
        width: 100%;
    }
}

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

    #lead .lead-area .lead-btn {
        width: 100%;
        top: 50px;
        text-align: center;
    }

    .btn04 {
        /* width:250px; */
    }

    #lead .lead-area h2,
    #lead .lead-area p {
        width: auto;
    }

    #lead .lead-area h2 {
        margin: 0 0 0 20px;
        line-height: 2.2;
    }

    #lead .lead-area p {
        line-height: 2;
    }

    #lead .lead-area .lead-btn a {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    #lead .btn04 {
        padding: 10px 30px;
    }

}

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

    /* サブタイトル */
    .contents02 .page_title {
        background-image: url("../images_new/content02-sp-title.png");
        height: 100vw;
    }

    .contents03 .page_title {
        background-image: url("../images_new/content03-sp-title.png");
        height: 100vw;
    }

    .contents04 .page_title {
        background-image: url("../images_new/content04-sp-title.png");
        height: 100vw;
    }

    .contents05 .page_title {
        background-image: url("../images_new/content05-sp-title.png");
        height: 100vw;
    }

    .contents06 .page_title {
        background-image: url("../images_new/content06-sp-title.png");
        height: 100vw;
    }

    .page_title .title_set {
        width: 90%;
    }

    .page_title .title_set h2 {
        font-size: clamp(23px, 2vw, 32px);
    }

    .page_title .title_set.no h2 {
        font-size: clamp(18px, 2vw, 32px);
    }

    .page_title span {
        font-size: clamp(12px, 1vw, 18px);
    }

    .page_title .title_set.no p.btn1 ,
    .page_title .title_set.no p.btn2 {
        padding: 1vw;
        height: auto;
        width: 80%; 
    }

    .page_title .title_set.no p.btn1 a,
    .page_title .title_set.no p.btn2 a {
        font-size: 16px;
    }
    .pc-inline {
        display: block;
    }
}


@media screen and (max-width:470px) {
    #lead .lead-area h2 {
        line-height: 1.8;
    }

    #lead .lead-area p {
        height: auto;
        padding: 0;
        line-height: 2;
    }

    _:-ms-lang(x)::-ms-backdrop,
    #lead .lead-area p {
        width: 8em;
    }

    #lead .lead-area p br {
        display: none;
    }
}

@media screen and (max-width:350px) {
    #lead .lead-area h2 {
        line-height: 1.6;
    }

    #lead .lead-area p {
        line-height: 1.8;
    }
}

/* menu */

#menu {
    padding: 0px 0 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#menu section {

    margin: 0 0 10px 0;
}

#menu section h3 {
    font-size: 0.9rem;
    margin: 0 0 40px 0;
    text-align: center;
}

#menu section p {
    font-size: 0.8rem;
}

#menu .menu-area {
    padding: 20px;
    color: #fff;
    /* box-shadow: 5px 0 10px #ccc; */
}

#menu .menu-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

/* menu2 */

#menu2 {
    padding: 200px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#menu2 section {

    margin: 0;
}

#menu2 section h3 {
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

#menu2 section p {
    font-size: 0.8rem;
}

#menu2 .menu-area {
    padding: 12px;
    color: #fff;
    /* box-shadow: 5px 0 10px #ccc; */
}

#menu2 .menu-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

#menu2 ul {
    width: 100%;
    margin: 0 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#menu2 ul li {
    /* width: calc(100% / 5); */
    width: auto;
    max-width: 280px;
    min-width: 250px;
    border: 3px solid #FFF;
}

/* menu3 */

#menu3 {
    width: auto;
    max-width: 950px;
    margin: 0 auto;
    padding: 200px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#menu3 section {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 64px;
}

#menu3 section .menu-area {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 64px;
    position: relative;
}

#menu3 section .menu-area::after {
    content: "";
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 61px;
    background: #FFF;
}

#menu3 section .menu-area h3 {
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-family: "Source Serif Pro";
    font-size: clamp(48px, 5vw, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 93.837%;
    letter-spacing: 6.4px;
}

#menu3 section .menu-area span {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Source Serif Pro";
    font-size: clamp(18px, 2.5vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 93.837%;
    /* 30.028px */
    letter-spacing: 3.2px;
}

#menu3 section p {
    font-size: 0.8rem;
}

#menu3 .menu-area {
    /* padding: 12px; */
    color: #fff;
    /* box-shadow: 5px 0 10px #ccc; */
}

#menu3 .menu-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

#menu3 ul {
    width: 100%;
    margin: 0 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#menu3 ul li {
    width: 100%;
    border: 3px solid #FFF;
    border-radius: 24px;
}

#menu3 dl {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    margin-left: 64px;
}

#menu3 dl dt {
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-family: YuGothic;
    font-size: clamp(18px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#menu3 dl dd {
    color: #FFF;
    font-feature-settings: 'palt' on;
    font-family: "Yu Mincho";
    font-size: clamp(14px, 2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* profile */

#profile {
    width: 100%;
    margin: 170px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#profile p {
    text-align: center;
}

/* contact */

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* .contact .contact-img{
    width:70%;
    min-height: 300px;
    background:url("../images/contact.png") no-repeat center;
    background-size: cover;
} */

.contact .contact-area {
    width: 25%;
    text-align: center;
}

@media screen and (max-width:1190px) {
    .contact .contact-img {
        width: 60%;
    }

    .contact .contact-area {
        width: 35%;
    }
}

@media screen and (max-width:768px) {
    .contact .contact-img {
        width: 48%;
    }

    .contact .contact-area {
        width: 48%;
    }
}

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

    .contact .contact-img,
    .contact .contact-area {
        width: 100%;
    }

    .contact .contact-img {
        margin: 0 0 50px 0;
    }
}

.contact .contact-area h2 {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

.contact .contact-area dt {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}

.contact .contact-area dd {
    font-size: 0.8rem;
    margin: 0 0 30px 0;
}

/* blog */

#blog {
    /* margin:0 0 50px 0; */
    width: 100%;
    max-width: 1200px;
    margin: 120px auto;

}

.blog-area {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto;
}

.blog-area article:nth-of-type(1) {
    /* width:30%; */
}

.blog-area article {
    /* width: calc(100% / 3); */
    width: calc((100% / 3) - 50px);
}

.blog-area .blog-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-area .blog-block article {
    /* margin:0 0 3vh 0;    */
}

/* .blog-area .blog-block article:nth-of-type(1){ 
    width:42%;
    animation-delay: 0.5s;
}
.blog-area .blog-block article:nth-of-type(2){ 
    width:20%;
    animation-delay: 1.5s;
}
.blog-area .blog-block article:nth-of-type(3){
    width:32%;
    animation-delay: 1s;
}

.blog-area .blog-block article:nth-of-type(4){ 
    width:32%;
    animation-delay: .8s;
}
.blog-area .blog-block article:nth-of-type(5){
    width:20%; 
    animation-delay: 1.8s;
}
.blog-area .blog-block article:nth-of-type(6){
    width:42%;
    animation-delay: 1.5s;
} */

@media screen and (max-width:1300px) {
    .blog-area .blog-block article:nth-of-type(n+1) {
        width: 48%;
    }
}

@media screen and (max-width:820px) {
    /* .blog-area article:nth-of-type(1){
        width:50%;
        margin:0 auto 3vh auto;
    } */

    /* .blog-area .blog-block article:nth-of-type(1){
         margin: 0 0 3vh 0;
    } */

    .blog-area .blog-block {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .blog-area .blog-block article:nth-of-type(n+1) {
        animation-delay: .5s;
    }

    .blog-area article:nth-of-type(1) {
        width: 100%;
    }

    .header-area {
        /* width: 100%; */
        width: 90%;
        left: 50%;
    }

}

@media screen and (max-width:450px) {
    .blog-area .blog-block article:nth-of-type(n+1) {
        width: 100%;
        animation-delay: 0s !important;
    }
}


.blog-area h3 {
    font-size: 1rem;
    margin: 0 0 20px 0;
}

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

    .blog-area h3 {
        font-size: 0.9rem;
    }

    .blog-area p {
        display: none;
    }
}

.blog-area time {
    font-size: 0.8rem;
}

.blog-area img {
    width: 100%;
    /* height:45vh;    */
}

@media screen and (max-width:820px) {
    /* .blog-area article:nth-of-type(1) img{
    width:100%;
    height:auto;
}  */
    /* .blog-area .blog-block article:nth-of-type(1) img{
    width:auto;
    height:32vh;
} */
}

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

    .blog-area img,
    .blog-area .blog-block article:nth-of-type(1) img {
        width: 100%;
        height: auto;
    }
}

.blog-area figure span {
    position: absolute;
    bottom: 2vw;
    left: 0;
    /* background: rgba(226, 162, 178, 0.8); */
    display: block;
    width: 100%;
    padding: 10px;
    color: #000;
}

.blog-area p {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 0.9rem;
}

.blog-area span {
    /* border:1px solid rgba(255,255,255,0.7); */
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* footer */

#footer {
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

#footer> :nth-child(2) {
    align-self: flex-end;
}

#footer dl {
    width: 100%;
}

#footer dl dt {
    font-size: 0.8rem;
}

#footer dl dd {
    font-size: 2rem;
}

#footer dl dd span.gradient-text {
    font-size: 2rem;
    background: linear-gradient(90deg, #BF8C18 0%, #F3EFB4 52%, #EAB13B 100%);
    -webkit-background-clip: text;
    /* 文字の形で背景を切り抜く */
    -webkit-text-fill-color: transparent;
    /* Safari/Chrome対応 */
    background-clip: text;
    /* Firefox対応 */
    color: transparent;
    /* 念のため */
}

#footer .contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    padding: 0 10px;
}

#footer .contact dt {
    font-size: 1.2rem;
    color: #fff;
}

#footer .contact dt a {
    color: #fff;
}

#footer .contact dd {
    font-size: 0.8rem;
}

#footer .slideAnimeLeftRight {
    display: block;
    width: 100%;
}

@media screen and (max-width:900px) {
    #footer dl {
        margin: 50px 0;
    }
}

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

    #footer dl dd {
        font-size: 1.5rem;
    }

}

#footer .footer-list {
    width: 65%;
    text-align: right;
}

#footer ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 3;
}

#footer small {
    text-align: right;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}

#footer #page-top span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}


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

    #footer dl,
    #footer .footer-list,
    #footer small {
        width: 100%;
        text-align: center;
    }

}


.call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(90deg, #1851BF 0%, #3B74EA 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 1000;
    transition: all 0.3s ease;
}

.call-button:hover {
    background: linear-gradient(90deg, #3B74EA 0%, #1851BF 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);

}


@media screen and (max-width:430px) {
    .header-area p {
        letter-spacing: 0.0em;
    }
    #lead .lead-area {
        min-height: 17em;
    }

    .no-slider {
        flex-direction: column;
    }

    .blog-area figure span {
        bottom: 8vw;
    }

    .inner {
        padding: 0 30px;
    }

    #profile {
        margin: 150px auto 0;
    }

    #profile p {
        width: 85%;
    }

    #menu {
        padding: 150px 0px 0px;
    }

    #menu p {
        width: 90%;
    }

    #blog {
        margin: 150px auto 0;
    }

    #menu2 {
        padding: 150px 0px 0px;
    }

    #menu3 {
        padding: 150px 0;
    }

    #menu3 section {
        padding: 10px;
    }

    #menu3 section .menu-area {
        margin-right: 16px;
    }

    #menu3 section .menu-area::after {
        right: -16px;
    }

    #menu3 dl {
        margin-left: 16px;
        width: 71%;
    }

    #menu3 ul li {
        width: 95%;
    }

    .contact.inner {
        padding: 0px 10px 150px;
    }

    #footer dl {
        margin: 50px 0 0;
    }

    #footer .contact {
        margin: 0;
        align-items: center;
    }

    #footer small {
        margin: 20px 0 100px 0;
    }

}

.fixed-line-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    flex-direction: column;
    gap: 10px
}

.fixed-line-btn,
.fixed-line-btn p {
    display: flex;
    justify-content: center;
    align-items: center
}

.fixed-line-btn p {
    width: 310px;
    height: 50px;
    padding: 1em 2em;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    transition: background .2s, box-shadow .2s;
    gap: 5px
}

.fixed-line-btn p.btn01 {
    background: #06C765
}

.fixed-line-btn p.btn02 {
    background: #FFB26A
}

.fixed-line-btn p a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none
}

.fixed-line-btn p a:after {
    content: "›";
    margin-left: 5px;
    font-size: 1.3em;
    line-height: 1;
}

.fixed-line-btn p.btn01:focus,
.fixed-line-btn p.btn01:hover {
    background: rgba(6, 199, 85, .8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22)
}

.fixed-line-btn p.btn02:focus,
.fixed-line-btn p.btn02:hover {
    background: rgba(255, 178, 0, .8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22)
}


@media (max-width: 590px) {
    .fixed-line-btn {
        width: 100%;
        flex-direction: row;
        gap: 0;
        right: 0;
        bottom: 0
    }

    .fixed-line-btn p {
        width: 50%;
        padding: 0;
        border-radius: 0
    }

    .fixed-line-btn p a {
        font-size: 10px
    }

}