@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
}

/* font-family */

h1,
#g-nav-list li:nth-child(1),
#menu h2,
#menu2 h2,
#menu3 h2,
#blog h2,
#footer dl dd,
#splash-logo {
    /* font-family:'Parisienne', cursive; */
    font-family: 'Source Serif Pro', serif;
}

/* heading */
#menu h2,
#menu2 h2,
#menu3 h2,
#blog h2 {
    font-size: clamp(25px, 2vw, 32px);
    text-align: center;
    /* margin: 0 0 50px 0; */
    font-weight: normal;
    color: #fff;
}

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

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

}

/* 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 */

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

.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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#lead .lead-img {
    width: 50%;
    min-height: 400px;
    background: url("../images/lead.png") no-repeat center;
    background-size: cover;
}

#lead .lead-area {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}


.lead-main {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
}

.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;
    text-align: justify;
    font-feature-settings: 'palt' on;
    font-family: "Source Serif Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

#lead .lead-area p {
    width: 48%;
    padding: 50px 0 0 0;
    /* padding: 50px 0 0 0; */
    line-height: 2.8;
}

#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: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: 200px 0;
    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%;
    }
}

@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;
	}
	.header-area {
		width: 100%;
	}

    #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;
    }

}