@charset "UTF-8";
/*日本語
font-family: "Shippori Mincho B1", serif;
*/

/*
font-family: "Zen Old Mincho", serif;
*/

/*英語
font-family: "Cinzel", serif;
*/
* {
	box-sizing: border-box;
}

/* * {
	outline: 1px solid magenta;
} */
body {
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.14286vw;
    font-weight: 400;
}
ul,li {
	list-style: none;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (min-width:761px){
	.pc_none {
		display: none!important;
	}
}

@media screen and (max-width:767px){
    body {
        font-size: 4vw;
    }
	.sp_none {
		display: none!important;
	}
}


.c-inner {
    max-width: 104vw; /* 1040px */
    width: 100%;
    margin: 0 auto;
    padding: 10vw 2vw; /* 100px 20px */
}

.c-title {
    font-size: 3.2vw; /* 2rem = 32px */
    font-weight: 500;
    line-height: 1.1875;
    letter-spacing: 0.1em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-family: "Lato", sans-serif;
    /* max-width: 17vw;  */
    /* padding: 0 15vw; */
    /* box-sizing: content-box; */
}

.c-subtitle {
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5625;
    position: relative;
    font-weight: 700;
}

.c-subtitle::before {
    content: "";
    position: absolute;
    bottom: -1vw; /* -10px */
    left: 50%;
    transform: translateX(-50%);
    width: 0.7vw; /* 7px */
    height: 0.7vw; /* 7px */
    background: #FD9905;
    border-radius: 50%;
}

.c-title span {
    font-size: 4vw; /* 40px */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.11em;
}

.c-title::before, .c-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11.2vw; /* 112px */
    height: 0.1vw; /* 1px */
    background: #fff;
}

.c-title::before {
    left: 0;
}

.c-title::after {
    right: 0;
}

.c-contact__btn {
    width: 20vw;
	height: 4.29vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.5vw; /* 55px */
    position: relative;
    background: #FD9905;
    color: #fff;
    font-size: 1.43vw;
    font-weight: 700;
    position: relative;
}

.c-contact__btn:hover {
    background-color: #616161;
    color: #fff;
    opacity: 1;
}

/* .c-contact__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    width: 4vw;
    height: 0.1vw;
    background: #fff;
} */

.c-more__btn {
    width: 20.9vw; /* 209px */
    height: 4.6vw; /* 46px */
    padding: 1vw 4vw; /* 10px 40px */
    border-radius: 5vw; /* 50px */
    background: #3DB762;
    font-weight: 700;
    position: relative;
    margin: 6vw auto 0; /* 60px auto 0 */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.14vw;
    color: #fff;
}

/* .c-more__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    width: 4vw;
    height: 0.1vw;
    background: #fff;
} */

.c-crumb__list {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.c-crumb__list__li {
    font-size: 1.4vw; /* 14px */
    text-decoration: none;
    position: relative;
    padding-right: 3.1vw; /* 31px */
    display: block;
    margin-right: 1.9vw; /* 19px */
    position: relative;
}

.c-crumb__list__li::after {
    content: "＞";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1.2vw; /* 12px */
    height: 1.2vw; /* 12px */
    display: block;
    border-left: none;
    border-bottom: none;
    pointer-events: none;
}

.c-crumb__list__li:last-child::after {
    content: "";
}

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

    .c-inner {
        padding: 25.6vw 5.33vw; /* 96px 20px */
    }

    .c-title {
        font-size: 7.47vw; /* 1.75rem = 28px */
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.11em;
        /* max-width: 53.33vw; */
        padding: 0 16vw;
    }

    .c-title span {
        font-size: 9.07vw; /* 2.125rem = 34px */
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.11em;
    }

    .c-subtitle {
        line-height: 0.875;
    }

    .c-title::before, .c-title::after {
        width: 16vw; /* 60px */
    }
    
    .c-more__btn {
        width: 47.9vw;
        height: 10.6vw;
        padding: 1vw 4vw;
        border-radius: 5vw;
        margin: 6vw auto 0;
        font-size: 16px;
    }


    .c-contact__btn {
        width: 68.2vw;
        height: 12.27vw;
        border-radius: 13.33vw;
        font-size: 3.8vw;
    }
}


#header {
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #FFFCF8;
    top: 0;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8vw;
    max-width: 132vw;
    width: 100%;
    margin: 0 auto;
}

.header__logo {
    max-width: 8.57vw;
    position: relative;
    z-index: 100;
}

.header__nav nav {
    display: flex;
    align-items: center;
    column-gap: 3.2vw; /* 32px */
    letter-spacing: 0.1em;
    font-weight: bold;
}

.header__nav__left {
    display: flex;
    column-gap: 2.5vw; /* 40px */
}

.header__nav__left a {
    color: #333333;
    letter-spacing: 0.08em;
	font-size: 1.14vw;
    transition: all 0.3s;
}

.header__nav__left__item {
    position: relative;
}

.header__nav__left__item a:hover {
    display: inline-block;
    background: linear-gradient(90deg, #D3B27A, #EBD9A7);
    background: -webkit-linear-gradient(0deg, #D3B27A, #EBD9A7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header__nav__left__child {
    display: none;
}

.header__nav__left__child__item {
    padding: 3vw 0 3vw 2vw; /* 30px 0 30px 20px */
    display: block;
    border-bottom: 0.1vw solid #c4c4c4; /* 1px */
    font-size: 1.8vw; /* 18px */
    font-weight: normal;
}

.header__nav__left__child__item a {
    position: relative;
    display: block;
}

.header__nav__left__child__item a:after {
    content: "";
    position: absolute;
    right: 0.6vw; /* 6px */
    top: 50%;
    width: 1vw; /* 10px */
    height: 1vw; /* 10px */
    border-top: 0.1vw solid #000; /* 1px */
    border-right: 0.1vw solid #000; /* 1px */
    transform: translateY(-50%) rotate(45deg);
}

.header__nav__left__child__item:last-child {
    border-bottom: none;
}

.header__nav__right {
    display: flex;
}

.header__nav__right a {

}

.header__nav__right a:hover {
    background-color: #616161;
    color: #fff;
    opacity: 1;
}

.header__nav__right a::before {
    content: "";
    background-image: url("../img/email.png");
    width: 2vw; /* 20px */
    height: 1.4vw; /* 14px */
    position: absolute;
    top: 50%;
    left: 2.3vw; /* 23px */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header__nav__right a:hover::before {
    background-image: url("../img/email_active.png");
}

.header__nav__left__child {
    position: absolute;
    top: 6.5vw; /* 65px */
    left: 50%;
    background: #fff;
    padding: 1.5vw 2.2vw; /* 15px 22px */
    width: 21.6vw; /* 216px */
    transform: translateX(-50%);
    border-radius: 0.5vw; /* 5px */
}

.header__concact {
    display: flex;
    justify-content: center;
}

.header__concact a {
    width: 12.67vw;
    height: 3.67vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.5vw;
    position: relative;
    background: #FD9905;
    color: #fff;
    font-size: 1.14vw;
    font-weight: 700;
}

@media screen and (min-width:761px){
	.header__nav__sp {
		display: none!important;
	}
}
  

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

    .header__logo {
        max-width: 16vw;
    }

    .header__nav__pc {
        display: none !important;
    }

    .header__inner {
        padding: 2.67vw 4vw; /* 10px 15px */
    }

    .header__nav {
        column-gap: 9.33vw; /* 35px */
    }

    .header__nav nav {
        column-gap: 9.33vw; /* 35px */
    }

    .header__concact a {
        width: 42.67vw;
        height: 10.67vw;
        border-radius: 5.5vw;
        font-size: 16px;
    }
}

.hamburger {
    position: relative;
    width: 3.1vw; /* 31px */
    height: 1.6vw; /* 16px */
    cursor: pointer;
    z-index: 999;
}
.hamburger:hover {
    opacity: 0.8;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px; /* 2px */
    background-color: #000000;
}

.hamburger.active span {
    background-color: #fff;
}
.hamburger span:first-of-type { /* ハンバーガーメニューの1番目の線 */
    top: 0;
}
.hamburger span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
    top: 50%;
}
.hamburger span:last-of-type { /* ハンバーガーメニューの3番目の線 */
    top: 100%;
}

.hamburger.active span:first-of-type { /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
    opacity: 0;/* 透明にする */
}
.hamburger.active span:last-of-type { /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
}

.slide-menu {
    background-color: #939191;
    position: fixed;
    width: 100vw;
    top: 0;
    right: -9999px; /* This value is for hiding off-screen, conversion not practical */
    transition: 0.3s;
    height: 100vh;
    color: #fff;
    margin: 0;
    z-index: 98;
}

.slide-menu-inner {
    padding: 40vw 0 0;
    margin: 0 auto;
    width: 100%;
}

.slide-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 10vw; /* 50px */
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}
.slide-menu li {
    list-style-type: none;
    color: #fff;
    text-align: center;
}

.slide-menu li a {
    color: #fff;
}

.slide-menu.active {
    right: 0;
    overflow-y: scroll;
}

@media screen and (max-width:760px) {
    .hamburger {
        width: 4.27vw;
        height: 3.2vw;
    }
}

.content {
    padding-top: 5.4vw; /* 54px */
}

.c-keyvisual {
    background: url("../img/keyvisual_pc.png");
    background-position: center;
    background-size: cover;
    height: 19.29vw;
    position: relative;
}

.c-keyvisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-size: 2.14vw;
    transform: translate(-50%, -50%);
}

#footer {
    /* background: #444444; */
    background-color: #939191;
    color: #fff;
}

.footer__inner {
    padding: 4.29vw 0 0.36vw;
    max-width: 36.6vw;
    width: 100%;
    margin: 0 auto;
}

.footer__contactbtn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer__sns {
    margin-top: 4vw; /* 40px */
}

.footer__sns__list {
    display: flex;
    column-gap: 2.6vw; /* 26px */
    justify-content: center;
}

.footer__logo {
    width: 12vw; /* 120px */
    margin: 4vw auto 0; /* 40px auto 0 */
}

.footer__link {
    margin-top: 4.8vw; /* 48px */
}

.footer__link__list {
    display: flex;
    gap: 3vw 2.1vw; /* 30px 21px */
    justify-content: center;
    flex-wrap: wrap;
}

.footer__link__list__li a {
	font-size: 1.14vw;
	color: #fff;
}

.footer__copyright {
    margin-top: 4vw; /* 40px */
    font-size: 1.4vw; /* 0.875rem = 14px */
    text-align: center;
}

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

    .content {
        padding-top: 11vw;
    }

    .c-keyvisual {
        background: url(../img/keyvisual_sp.png);
        background-position: center;
        background-size: cover;
        height: 33.29vw;
    }

    .footer__inner {
        padding: 8vw 0;
        max-width: none;
    }

    .footer__contactbtn {
        display: flex;
        justify-content: center;
    }

    .footer__contactbtn .c-contact__btn {
        width: 62.2vw;
        height: 11.27vw;
        border-radius: 13.33vw;
        font-size: 3.8vw;
    }

    .c-keyvisual__title {
        font-size: 5.47vw;
        width: 100%;
        text-align: center;
    }

    .footer__sns__list {
        column-gap: 5.33vw;
    }

    .footer__logo {
        width: 25vw;
    }

    .footer__link__list {
        max-width: 59.73vw;
        margin: 0 auto;
        width: 100%;
        gap: 3.2vw 4vw;
    }

    .footer__link__list__li {
        text-align: center;
    }

    .footer__link__list__li a {
        font-size: 2.67vw;
    }

    

    .sp-letter-003em {
        letter-spacing: -0.03em;
    }

    .sp-letter-004em {
        letter-spacing: -0.04em;
    }

    .sp-letter-005em {
        letter-spacing: -0.05em;
    }

    .sp-letter-007em {
        letter-spacing: -0.07em;
    }

    .sp-letter-009em {
        letter-spacing: -0.09em;
    }
}