@charset "UTF-8";
/* -------- webフォント コード一覧

Shippori Mincho B1 ----------------------
font-family: "Shippori Mincho B1", serif;
regular 400
medium 500
semibold 600
bold 700

Noto Sans JP ----------------------
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;

*/

/*--------------------    デフォルトスタイル    --------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1.55rem;
	vertical-align:baseline;
	background:transparent;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: "Shippori Mincho B1", serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	color: #000;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
    transition: all .3s;
}
ins {
	text-decoration:none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color:#ff9;
	color:#171717;
	font-weight:bold;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #000;
    font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-size: 1.55rem;
    font-feature-settings: "palt";
	line-height: 1;
    letter-spacing: 0.01rem;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	box-sizing: border-box;
    padding-top: 92px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 835px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 834px) {
	body {
		min-width: inherit;
        padding-top: 79px;
        font-size: 1.6rem;
	}
	body.open {
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	.br {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*　改行 */
@media all and (min-width: 835px) {
	.br {
		display: none!important;
	}
}
@media all and (max-width: 1000px) {
	.br {
		display: block!important;
	}
}


/*------------------------------------------------------------
    共通
------------------------------------------------------------*/

/*----- 共通 */
.pTxt {font-size:1.55rem;font-weight:500;text-align:justify;line-height:2.3;letter-spacing:-0.1rem;}
.flex {display:flex;}
li a:hover, p a:hover {opacity:0.6;}

.headline01 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
}
.headline02 {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
}

.lBtn a {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 4px;
    background: #2CB6B6;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.55rem;
    font-weight: 400;
    box-sizing: border-box;
    letter-spacing: 0.15rem;
}

@media all and (max-width: 834px) {
    .pTxt {font-size:1.6rem;}
    .headline01 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .headline02 {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .lBtn a {
        display: inline-block;
        padding: 10px 24px;
        border-radius: 4px;
        font-size: 1.6rem;
    }
}


/*------------------------------------------------------------
    TOPに戻るボタン
------------------------------------------------------------*/
.returnBtn {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 98;
}
.returnBtn a {
    display: block;
    width: 62px;
    height: 62px;
    background: #000;
    border: 1px solid #000;
}
.returnBtn a .arrow {
    position: absolute;
    top: 43%;
    left: 35%;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

@media all and (max-width: 834px) {
    .flex {flex-flow: column;}

    .returnBtn {
        bottom: 20px;
        right: 5%;
    }
    .returnBtn a {
        width: 55px;
        height: 55px;
    }
    .returnBtn a .arrow {
        width: 16px;
        height: 16px;
    }

}

/*----- ヘッダー */
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    transition: all .3s;
}
#gHeader .headBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gHeader .headBox .logo {
    width: 230px;
    margin-left: 43px;
}
#gHeader .headBox .logo a:hover {
    opacity: 0.6;
}
#gHeader .headBox .logo .h1_txt {
    display: none;
}

#gHeader .headBox #hNav .navUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 36px;
}
#gHeader .headBox #hNav .navUl > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    padding: 0 24px;
    font-size: 1.55rem;
    font-weight: 500;
}
/*　ドロップダウン　*/
#gHeader .headBox #hNav .navUl li > .in-navBox {
    position: absolute;
    top: 92px;
    left: 0;
    display: none;
    width: 100%;
    padding: 34px 0;
    background: rgba(255,255,255,0.7);
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li {
    margin-left: 68px;
}
#gHeader .headBox #hNav .navUl li > .in-navBox .in-navUl li a:hover {
    opacity: 0.6;
}

#gHeader .headBox #hNav .navUl > li > a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}



@media all and (max-width: 834px) {
    #gHeader .headBox {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 5% 11px 3%;
    }
    #gHeader .headBox .logo {
        width: 58vw;
        margin-left: 0;
    }
    #gHeader .headBox #hNav {
        display: none;
    }

    #gHeader .headBox .menuBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 52px;
        height: 52px;
    }
    #gHeader .headBox .menuBtn .bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #767676;
        margin: 3px 0;
        transition: all .3s;
    }
    #gHeader .headBox .menuBtn .bar02 {
        width: calc(100% - 12px);
    }
    #gHeader .headBox .menuBtn .bar03 {
        width: calc(100% - 24px);
    }
    #gHeader .headBox .menuBtn.close {
        width: 47px;
    }
    #gHeader .headBox .menuBtn.close .bar01 {
        margin-top: 4px;
        transform: rotate(45deg);
    }
    #gHeader .headBox .menuBtn.close .bar02 {
        opacity: 0;
    }
    #gHeader .headBox .menuBtn.close .bar03 {
        width: 100%;
        margin-top: -13px;
        transform: rotate(-45deg);
    }

    .hm_nav {
        position: fixed;
        top: -20px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 90;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    .hm_nav.nav_open {
        top: 0;
        opacity: 1;
        visibility: visible;
        overflow: scroll;
    }

    .hm_nav .nav_Wrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 150px;
    }
    .hm_nav .spmUl {
        width: 86%;
        margin: 0 auto;
        padding-top: 90px;
    }
    .hm_nav .spmUl > li > a {
        position: relative;
        display: block;
        padding: 25px 16px;
        border-bottom: 1px solid #F4F1E7;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;
    }

}



/*----- フッター */
#gFooter {
    width: 100%;
}
#gFooter .footBox {
    max-width: 1443px;
    margin: 0 auto;
    padding: 63px 4.3vw 103px;
}

#gFooter .f-wrap01 {
    position: relative;
    justify-content: center;
    margin-bottom: 74px;
}
#gFooter .f-wrap01 .logoBox {
    flex: 1;
    margin-right: auto;
    padding-right: 20px;
}
#gFooter .f-wrap01 .logoBox a {
    display: block;
    max-width: 241px;
    width: 100%;
    margin: 0 auto;
}
#gFooter .f-wrap01 .txtBox {
    flex: 1;
    padding: 9px 0 0;
    margin: 0 auto;
}
#gFooter .f-wrap01 .txtBox .txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.2;
    white-space: nowrap;
}
#gFooter .f-wrap01 .navBox {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 17px;
}
#gFooter .f-wrap01 .navBox .navUl {
    padding-left: 36px;
}
#gFooter .f-wrap01 .navBox .navUl li {
    margin-bottom: 18px;
}
#gFooter .f-wrap01 .navBox .navUl li:last-child {
    margin-bottom: 0;
}
#gFooter .f-wrap01 .navBox .navUl li a {
    font-size: 1.4rem;
    font-weight: 400;
}

#gFooter .f-wrap02 {
    justify-content: center;
}
#gFooter .f-wrap02 .textBox {
    max-width: 605px;
}
#gFooter .f-wrap02 .textBox.jp {
    padding-right: 35px;
}
#gFooter .f-wrap02 .textBox.en {
    padding-left: 35px;
}
#gFooter .f-wrap02 .textBox .title {
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
}
#gFooter .f-wrap02 .textBox .txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
}

#gFooter .copy {
    display: block;
    padding-bottom: 27px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}


@media all and (max-width: 834px) {

    #gFooter .footBox {
        padding: 39px 7% 62px;
    }
    #gFooter .f-wrap01 {
        margin-bottom: 43px;
    }
    #gFooter .f-wrap01 .logoBox {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #gFooter .f-wrap01 .logoBox a {
        max-width: 195px;
    }
    #gFooter .f-wrap01 .txtBox {
        padding-top: 21px;
    }
    #gFooter .f-wrap01 .txtBox .txt {
        white-space: normal;
    }
    #gFooter .f-wrap01 .navBox {
        display: none;
    }

    #gFooter .f-wrap02 {
        justify-content: center;
    }
    #gFooter .f-wrap02 .textBox.jp {
        margin-bottom: 41px;
        padding: 0;
    }
    #gFooter .f-wrap02 .textBox.en {
        padding: 0;
    }
    #gFooter .f-wrap02 .textBox .title {
        margin-bottom: 19px;
        font-size: 2rem;
        line-height: 1.4;
    }

    #gFooter .copy {
        padding: 0 7% 27px;
        text-align: left;
        line-height: 1.6;
    }

}


/*------------------------------------------------------------
    フェードイン
------------------------------------------------------------*/
.show {
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in {
  opacity: 0;
}
.fade-in-bottom {
  opacity: 0;
  transform: translateY(10px);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(10px);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-10px);
}

.first-fade {
    opacity: 0; /* 初期状態（見えない） */
    animation: fadeIn 2s ease-in-out forwards; /* 2秒かけてフェードイン */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* メルマガ ポップアップ */
.seva-overlay.formkit-overlay,.seva-overlay.formkit-overlay :is(table, input, textarea, select, option) {font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}



/*----------------------- end */
