@charset "utf-8";
/* CSS Document */

/*==================================
	base
==================================*/
* { box-sizing: border-box;}
html { height: 100%; width: 100%; font-size: 62.5%;/* 10px */}
body { font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "Yu Gothic UI", sans-serif; font-weight: 300; font-style: normal; font-size:1.6rem; color:#e9e2d2; line-height: 1.5; letter-spacing: 0.2em; height: 100%; width: 100%; font-feature-settings: "palt"; }
.wrapper { position: relative; height: 100%; width: 100%;}

#contents { background: url("../img/common/bg.jpg") repeat;}
section { position: relative; z-index: 1;}

/* link */
a { color: #e9e2d2; text-decoration: none;display: block;}
a:hover {text-decoration: none;}
.outer { max-width: 1400px; width: 100%; margin: 0 auto;}
.inner { max-width: 1200px; width: 100%; margin: 0 auto;}

@media screen and (max-width: 1240px) {
.inner { padding: 0 6%;}
}
@media screen and (min-width: 750px) {
.spOnly { display: none;}
.telnum,
a[href^="tel:"] { pointer-events: none;}
}
@media screen and (max-width: 749px) {
body { font-size: 1.4rem; min-width: 100%;}
img { width: 100%;}
.outer { width: 100%;}
.inner { width: 86.66%; padding: 0;}
.pcOnly { display: none;}
}


.ffmin {font-family: "fot-tsukuaoldmin-pr6n", sans-serif;font-style: normal;font-weight: 400; letter-spacing: 0.3em;}
.wf-loading {opacity: 0;}
.en {font-size: 1.2rem;letter-spacing: 0.2em;}

@media screen and (max-width: 749px) {
	.en {font-size: .8rem;}
}

.link {}
.link a {display: flex;align-items: center;position: relative;}
.link.normal {max-width: 160px;}
.link a:hover .arrow svg {transform: translateX(4px);}
.arrow {display: inline-block;background-color: #e9e2d2; padding: 0 12px; border-radius: 9999px;transition: background-color 0.3s ease;margin-left: auto;}
.arrow svg {transition: transform 0.3s ease;display: flex;}
.blank svg {display: inline-block;vertical-align: middle;}

/* fadein */
.fadein {opacity: 0;transform: translateY(20px);transition: all 0.6s ease-out;}
.fadein.is-show {opacity: 1;transform: translateY(0);}

@media screen and (min-width: 750px) {
.link a {padding: 0 0 20px;}
.link a::after {background-color: #454d4a; bottom: -10px; content: "";height: 1px; left: 0; position: absolute; transform: scale(0, 1); transform-origin: left top;transition: transform .3s; width: 100%;}
.link a:hover::after {transform: scale(1, 1);}	
}
@media screen and (max-width: 749px) {
.link {border-bottom: 1px solid #454d4a;}
.link.normal {border-bottom: none;}
.link a {font-size: 1.2rem;padding: 20px 0;}
}


#line {position: fixed;z-index: 9999;background:#399a39;opacity: 0; pointer-events: none; transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;}
#line a {background: url("../img/common/icon_line.svg");background-repeat: no-repeat;background-position: center left;color: #fff;}
#line.is-show {opacity: 1; pointer-events: auto; transform: translateY(0);}
@media screen and (min-width: 750px) {
#line {bottom:60px;right: 60px;font-size: 1.2rem;padding: 10px 20px;border-radius: 5px;}
#line a {background-size: 30px auto;padding-left: 45px;}
#line .bold {display:block;font-weight: bold;letter-spacing: .35rem;}
}
@media screen and (max-width: 749px) {
#line {bottom:0;right: 0;left: 0; font-size: 1.4rem;padding: 20px 10px;text-align: center;}
#line a {background-size: 18px auto;padding-left: 30px;display: inline;}
#line .bold {margin-right: 10px;}
}


/*==================================
	parts
==================================*/

/* news */
.newsTable { border-top: solid 1px #454d4a;}
.newsTable li { border-bottom: solid 1px #454d4a;}
.newsTable li a {display: grid; grid-template-columns: 100px 1fr; line-height: 1.8;align-items: center;}
.newsTable li a:hover { opacity: .7;}
.newsTable li a .date { font-size: 1.2rem;text-align: center;}

@media screen and (min-width: 750px) {
.newsTable li a { padding: 50px 0;}
.newsTable li a .txt {padding-left: 40px;}
}
@media screen and (max-width: 749px) {
.newsTable li a { display: block;padding: 20px 0;}
.newsTable li a .date { font-size: 1rem; display: inline-block; width: 100%; text-align: left;}
.newsTable li a .txt {font-size: 1.2rem;}
}

/* pagenavi */
#contents .wp-pagenavi { min-height: 45px; font-size: 1.8rem; text-align: center; margin-top: 100px;}
#contents .wp-pagenavi .current { padding: 20px 10px; display: inline-block; border-bottom: solid 1px #e9e2d2;}
#contents .wp-pagenavi a { padding: 20px 10px; text-decoration: none;}
#contents .wp-pagenavi a, #contents .wp-pagenavi span { margin: 0 5px; display: inline-block;font-family: 'fot-tsukuaoldmin-pr6n';}
#contents .wp-pagenavi a.previouspostslink,
#contents .wp-pagenavi a.nextpostslink { padding: 20px 10px; border: 0; background: none;}
@media screen and (max-width: 749px) {
#contents .wp-pagenavi {font-size: 1.5rem; margin-top: 50px;}
}


/*==================================
	header
==================================*/
header#hd { width: 100%;}
header#hd .hd_logo { max-width: 360px; top: 40px; left: 40px; position: fixed; z-index: 100; mix-blend-mode: /*exclusion*/lighten;transition: transform 0.6s ease-in-out, padding 0.6s ease-in-out;transform-origin: left top;}
header#hd .hd_logo a .duskin {}
header#hd .hd_logo a .merrymaids {margin-bottom: -4px;}
header#hd .hd_logo a img {width: 100%;height: auto;display: block;}

/* ヘッダー非表示用 */
#hd {transition: opacity 0.3s ease;}
#hd.hide {opacity: 0;}

header#hd .hd_logo a { display: flex;align-items: self-end;gap: 30px;}
header#hd.scrolled .hd_logo {transform: scale(0.7);}

header#hd .hd_logo a .jp { font-size: 3.4rem; display: block; letter-spacing: 0.1em;}
header#hd .hd_logo a .en { font-size: 2rem; display: block;}
header#hd .hd_nav {position: fixed; z-index: 100;display: flex;right: 40px;top: 40px;align-items: center;}
header#hd .hd_nav li { }
header#hd .hd_nav li a { padding: 0 20px; letter-spacing: 0.1em;color: #e9e2d2;font-size: 1.5rem;}
header#hd .hd_nav li.contact {background: #e9e2d2;border-radius: 20px;margin-left: 20px;}
header#hd .hd_nav li.contact a {color: #3a4340;display: flex;align-items: center;gap: 28px;padding: 8px 22px;}

body#concept header#hd .hd_nav li:nth-child(1) a::before {content: '';display: inline-block;width: 3px;height: 3px;background-color: #e9e2d2;border-radius: 50%;margin-right: 8px;vertical-align: middle;}
body#service header#hd .hd_nav li:nth-child(2) a::before {content: '';display: inline-block;width: 3px;height: 3px;background-color: #e9e2d2;border-radius: 50%;margin-right: 8px;vertical-align: middle;}
body#strength header#hd .hd_nav li:nth-child(3) a::before {content: '';display: inline-block;width: 3px;height: 3px;background-color: #e9e2d2;border-radius: 50%;margin-right: 8px;vertical-align: middle;}
body#life-stories header#hd .hd_nav li:nth-child(4) a::before {content: '';display: inline-block;width: 3px;height: 3px;background-color: #e9e2d2;border-radius: 50%;margin-right: 8px;vertical-align: middle;}
body#news header#hd .hd_nav li:nth-child(5) a::before { content: '';display: inline-block;width: 3px;height: 3px;background-color: #e9e2d2;border-radius: 50%;margin-right: 8px;vertical-align: middle;}


/* hamburger */
#hd .hamburger {position: fixed;top: 20px;right: 20px;z-index: 1000;width: 48px;height: 48px;border: none;background: transparent;cursor: pointer;}
#hd .hamburgerLine {position: absolute;left: 11px;width: 26px;height: 1px;background-color: #e9e2d2;transition: all .6s;}
#hd .hamburgerLine:nth-of-type(1) { top: 14px; }
#hd .hamburgerLine:nth-of-type(2) { top: 23px; }
#hd .hamburgerLine:nth-of-type(3) { top: 32px; }

#hd .hamburger.active .hamburgerLine {background-color: #e9e2d2;}
#hd .hamburger.active .hamburgerLine:nth-of-type(1) {transform: translateY(9px) rotate(-45deg);}
#hd .hamburger.active .hamburgerLine:nth-of-type(2) {opacity: 0;}
#hd .hamburger.active .hamburgerLine:nth-of-type(3) {transform: translateY(-9px) rotate(45deg);}
#hd .hdnav {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background-color: #39423f;visibility: hidden;opacity: 0;transition: all .6s;z-index: 900;}
#hd .hdnav.active {visibility: visible;opacity: 1;}
#hd .hdnavContent {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;text-align: center;}
#hd .hdnavList {margin: 0;padding: 0;list-style: none;width: 90%;margin: 0 auto;text-align: left;}
#hd .hdnavItem {opacity: 0;transform: translateY(20px);transition: all .6s;}
#hd .hdnav.active .hdnavItem {opacity: 1;transform: translateY(0);}
#hd .hdnav.active .hdnavItem:nth-child(1) { transition-delay: 0.1s; }
#hd .hdnav.active .hdnavItem:nth-child(2) { transition-delay: 0.2s; }
#hd .hdnav.active .hdnavItem:nth-child(3) { transition-delay: 0.3s; }
#hd .hdnav.active .hdnavItem:nth-child(4) { transition-delay: 0.4s; }
#hd .hdnav.active .hdnavItem:nth-child(5) { transition-delay: 0.5s; }
#hd .hdnav.active .hdnavItem:nth-child(6) { transition-delay: 0.6s; }
#hd .hdnav.active .hdnavItem:nth-child(7) { transition-delay: 0.7s; }
#hd .hdnav.active .hdnavItem:nth-child(8) { transition-delay: 0.8s; }
#hd .hdnav.active .hdnavItem:nth-child(9) { transition-delay: 0.9s; }
#hd .hdnavLink {display: flex;align-items: center; padding: 15px 0;color: #e9e2d2;font-size: 1.4rem;;text-decoration: none;transition: color .3s;max-width: 160px;}
#hd .hdnavLink:hover {opacity: .7;}

@media screen and (min-width: 750px) {
#hd .hamburger {display: none;}
}
@media screen and (max-width: 1099px) {
header#hd .hd_logo {max-width: 200px;}	
header#hd .hd_logo a {display: block;}
header#hd .hd_logo a .duskin {width: 100px;display: block;margin-bottom: 15px;}
header#hd .hd_logo a .merrymaids {width: 160px;display: block;}
header#hd .hd_nav li a {padding: 0 10px;font-size: 1.2rem;}
	
	
}
@media screen and (max-width: 749px) {
header#hd .hd_nav {display: none;}	
header#hd .hd_logo {top: 30px;left: 30px;}
header#hd .hd_logo img {width: 60px;}
	
header#hd .hd_logo a .duskin {width: 60px;margin-bottom: 10px;}
header#hd .hd_logo a .merrymaids {width: 100px;}
}


/*==================================
	footer
==================================*/
#footer{background: url("../img/common/ft_bg.jpg") repeat;}
#footer .inner.ftmain .merrymaids .adress {font-size: 1.2rem;}
#footer .inner.ftmain .merrymaids .adress .tel {display: inline;}
#footer .under {border-top: solid 1px #454d4a;color: #747d7a;}
#footer .under .inner {align-items: flex-end;}
#footer .under .inner .underLink {display:flex;}
#footer .under .inner .underLink li a {color: #747d7a;}


@media screen and (min-width: 750px) {
#footer {padding: 160px 0 0;}
#footer .inner {display: flex;justify-content: space-between;}
#footer .inner.ftmain {padding-bottom: 160px;}	
#footer .merrymaids .logo .duskin,
#footer .merrymaids .logo .merrymaids {display: block;}
#footer .merrymaids .logo .duskin img,
#footer .merrymaids .logo .merrymaids img {width: 100%;}	
#footer .merrymaids .logo .duskin {width: 100px;margin-bottom: 25px;}
#footer .merrymaids .logo .merrymaids {width: 180px;}	
#footer .inner.ftmain .merrymaids .adress {line-height: 2.4;margin-top: 120px;}
#footer .inner.ftmain .merrymaids .adress dd:first-of-type {margin: 40px 0;}
#footer .inner.ftmain .ftmenu {width: 30%;font-size: 1.4rem;margin-top: -35px;}
#footer .inner.ftmain .ftmenu .link.normal {max-width: 300px;}
#footer .inner.ftmain .ftmenu .link.normal a {padding: 35px 0;}
#footer .inner.ftmain .ftmenu .link.normal a::after {bottom: 0;}
#footer .inner.ftmain .ftmenu .linkList {margin-top: 80px;display: flex;justify-content: space-between;}
#footer .inner.ftmain .ftmenu .linkList ul {width: 150px;}
#footer .inner.ftmain .ftmenu .linkList ul li a {padding: 8px 0;}
#footer .under {font-size:1.2rem;}
#footer .under .inner {padding: 80px 6%;}
#footer .under .inner .underLink {}
#footer .under .inner .underLink li {margin-right: 40px;}
#footer .under .inner .copyright {font-size: 1rem;letter-spacing: 0.07rem;text-align: right;}
}
@media screen and (max-width: 749px) {
#footer .inner.ftmain {padding: 120px 0 100px;}
#footer .inner.ftmain .merrymaids .logo {}
#footer .inner.ftmain .merrymaids .logo .duskin {display: block;width: 100px;margin-bottom: 15px;}
#footer .inner.ftmain .merrymaids .logo .merrymaids {display: block;width: 160px;}
#footer .inner.ftmain .merrymaids .adress {margin: 80px 0 40px;line-height: 2;}
#footer .inner.ftmain .merrymaids .adress dt,
#footer .inner.ftmain .merrymaids .adress dd {margin-bottom: 20px;}
#footer .inner.ftmain .ftmenu .linkList {display: none;}
#footer .inner.ftmain .ftmenu .link {max-width: 50%;}
#footer .under {font-size: 1rem;padding: 30px 0;letter-spacing: 0.07rem;}	
#footer .under .logo li {max-height: 30px; margin-right: 20px;} 
#footer .under .logo li img {width: auto;height: 100%;}
#footer .under .inner .underLink {margin: 0 0 10px;}
#footer .under .inner .underLink li {margin-right: 30px;}
}
@media screen and (min-width: 1240px) {
#footer .under .inner {padding: 80px 0;}
}



/*==================================
	reCAPCHA
==================================*/
.grecaptcha-badge {z-index: 100;}