<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&amp;display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:link {
	color: #000;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
    font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    overflow: hidden;
	text-align: left;
    background: url(../../asset/img/bg01.jpg) no-repeat center center / cover;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.35rem;
	}
    #container {
        background-image: url(../../asset/img/sp_bg01.jpg);
    }
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    padding: 26px 14px 38px;
    width: 100%;
    box-sizing: border-box;
}
#gHeader h1 {
    width: 170px;
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 25px 21px;
    }
	#gHeader h1  {
        width: 130px;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 980px;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0 30px;
        max-width: inherit;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 62px;
    color: #7A6948;
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.15em; 
    text-align: center;
    font-feature-settings: "palt";
}
.headLine01.hTtl {
    font-size: 3rem;
}
.headLine01 span {
    position: relative;
    display: inline-block;
}
.headLine01 span::before,
.headLine01 span::after {
    margin-top: -3px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: -30px;
    border-radius: 50%;
    background-color: #75694B;
    content: "";
}
.headLine01 span::after {
    left: auto;
    right: -30px;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 46px;
        font-size: 2.4rem;
    }
    .headLine01.hTtl {
        font-size: 2rem;
    }
    .headLine01 span::before, .headLine01 span::after {
        margin-top: -2px;
        width: 5px;
        height: 5px;
        left: -17px;
    }
    .headLine01 span::after {
        right: -19px;
        left: auto;
    }
}
@media all and (max-width: 374px) {
    .headLine01.hTtl {
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    padding: 80px 0 25px;
}
.mainVisual .textImg {
    margin-bottom: 30px;
}
.mainVisual ul {
    display: flex;
}
.mainVisual li {
    margin-right: 70px;
    width: 193px;
}
.mainVisual li:nth-child(4n) {
    margin-right: 0;
}
#main {
    margin-bottom: 125px;
}
#main .imgBox {
    margin-bottom: 88px;
}
#main .imgBox ul {
    margin-bottom: 47px;
    display: flex;
}
#main .imgBox li {
    margin-right: 30px;
    width: 300px;
}
#main .imgBox li:nth-child(3n) {
    margin-right: 0;
}
#main .imgBox li .pho {
    margin-bottom: 16px;
    position: relative;
}
#main .imgBox li .pho span {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 294px;
}
#main .imgBox li .title {
    margin: 0 -15px 10px;
    color: #75694B;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.05em;
  
}
#main .imgBox li p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.77;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
}
#main .imgBox li .note {
    margin-top: 5px;
    font-size: 1rem;
}
#main .imgBox li .note a {
    text-decoration: underline;
}
#main .imgBox .btn a {
    margin: 0 auto;
    padding-bottom: 5px;
    width: 350px;
    height: 80px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 40px;
    font-feature-settings: "palt";
    background-color: #75694B;
}
#main .imgBox .btn a:hover {
    opacity: 0.7;
}
#main .method {
    margin-bottom: 74px;
}
#main .method .headLine01 span::before,
#main .method .headLine01 span::after {
    width: 10px;
    height: 10px;
}
#main .method ul {
    display: flex;
}
#main .method li {
    margin-right: 30px;
    position: relative;
    width: 300px;
    padding: 50px 30px 43px;
    box-sizing: border-box;
    background-color: #fff;
}
#main .method .textLi {
    padding: 67px 30px 43px;
}
#main .method li:nth-child(3n) {
    margin-right: 0;
}
#main .method li .title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #75694B;
    border-right: 1px solid #75694B;
    color: #75694B;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.066em;
    font-feature-settings: "palt";
    font-family: 'Noto Serif JP', serif;
}
#main .method li .title .en {
    margin-bottom: 2px;
    display: block;
    font-size: 1.3rem;
}

#main .method li .pho {
    margin: 0 auto 25px;
    width: 182px;
}
#main .method .textLi .pho {
    margin-bottom: 34px;
}
#main .method li p {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.76;
}
#main .terms .headLine01 {
    margin-bottom: 20px;
}
#main .terms .textBox {
    margin-bottom: 74px;
    padding: 25px 10px 14px 40px;
    height: 330px;
    box-sizing: border-box;
    background-color: #fff;
}
#main .terms .textBox:last-child {
    margin-bottom: 0;
}
#main .terms .textBox p {
    line-height: 2;
    font-size: 1.2rem;
    font-weight: 300;
    font-feature-settings: "palt";
}
#main .terms .textBox p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
#main .terms .textBox p strong span {
    margin-bottom: -33px;
    display: block;
    font-size: 1.8rem;
}
#main .terms .textBox p a {
    text-decoration: underline;
}
#main .terms .textBox li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.66;
}
#main .terms .textBox .liTxt {
    margin-bottom: 20px;
}
#main .terms .textBox .text01 {
    margin-bottom: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 70px!important;
    width: 8px;
	border-radius: 10px;
	background-color: #75694B;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px!important;
	border-radius: 10px;
	background-color: #75694B !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 8px!important;
	margin: -10px 0 0 !important;
	background-color: #75694B !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_scrollTools {
    opacity: 1;
}
@media all and (min-width: 897px) {
    #main .imgBox li .note a:hover,
    #main .terms .textBox p a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
    .mainVisual {
        padding: 75px 0 22px;
    }
    .mainVisual .content {
        padding: 0 10px;
    }
    .mainVisual .textImg {
        margin-bottom: 34px;
    }
    .mainVisual .textImg img {
        width: 100%;
    }
    .mainVisual ul {
        margin: 0 48px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mainVisual li {
        margin: 0 0 20px;
        width: 40.5%;
    }
    #main {
        margin-bottom: 94px;
    }
    #main .imgBox {
        margin-bottom: 55px;
    }
    #main .imgBox ul {
        margin-bottom: 37px;
        display: block;
    }
    #main .imgBox li {
        margin: 0 auto 42px;
        width: auto;
    }
    #main .imgBox .liTxt {
        margin-bottom: 38px;
    }
    #main .imgBox li:last-child {
        margin-bottom: 0;
    }
    #main .imgBox li .pho {
        margin-bottom: 16px;
    }
    #main .imgBox .liTxt .pho {
        margin-bottom: 22px;
    }
    #main .imgBox li .pho img {
        width: 100%;
    }
    #main .imgBox li .pho span {
        bottom: -13px;
        right: 12px;
        width: 87%;
    }
    #main .imgBox li p {
        font-size: 1.4rem;
        line-height: 1.71;
    }
    #main .imgBox li .note {
        margin-top: 1px;
        font-size: 1.2rem;
    }
    #main .imgBox .btn a {
        padding-bottom: 0;
        max-width: 280px;
        width: 100%;
        height: 64px;
    }
    #main .method {
        margin-bottom: 48px;
    }
    #main .method .headLine01 span::before, #main .method .headLine01 span::after {
        width: 6px;
        height: 6px;
    }
    #main .method ul {
        display: block;
    }
    #main .method li {
        margin: 0 auto 50px;
        padding: 51px 30px 44px;
        width: auto;
    }
    #main .method .textLi {
        padding: 70px 30px 39px;
    }
    #main .method li:last-child {
        margin-bottom: 0;
    }
    #main .method li .title {
        top: -23px;
    }
    #main .method li .title .en {
        letter-spacing: 0.066em;
    }
    #main .method li .pho {
        margin-bottom: 25px;
    }
    #main .method li p {
        font-size: 1.4rem;
        line-height: 1.64;
    }
    #main .terms .headLine01 {
        margin-bottom: 12px;
    }
    #main .terms .textBox {
        margin-bottom: 37px;
        height: 500px;
        padding: 17px 6px 17px 23px;
    }
    #main .terms .textBox p {
        line-height: 1.71;
    }
    #main .terms .textBox p strong {
        margin-bottom: 24px;
        font-size: 1.4rem;
    }
    #main .terms .textBox p strong span {
        margin-bottom: -20px;
        font-size: 1.6rem;
        letter-spacing: 0.04em;
    }
    #main .terms .headLine01.hTtl01 {
        letter-spacing: 0.1em;
    }
    #main .terms .textBox .text { 
        line-height: 2;
    }
    #main .terms .textBox .text strong {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
    #main .terms .textBox li {
        padding-left: 0;
        text-indent: 0;
    }
}
@media all and (max-width: 374px) {
    #main .imgBox li .title {
        font-size: 1.7rem;
    }
}</pre></body></html>