@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&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%;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
    html {
        font-size: 0.81vw;
    }
}
@media all and (max-width: 374px) {
    html {
        font-size: 2.667vw;
    }
}
@font-face {
    font-family: 'mplus-medium';
    src: url('../font/mplus-medium.woff') format('woff'), /* Modern Browsers */ url('../font/mplus-medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'midashigopr5-mb31';
    src: url('../font/midashigopr5-mb31.woff') format('woff'), /* Modern Browsers */ url('../font/midashigopr5-mb31.ttf') format('truetype'); /* Safari, Android, iOS */
}
body, table, input, textarea, select, option {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
    box-sizing: border-box;
}
blockquote, q {
    quotes: none;
}
chrome_annotation {
	border: none !important;
}
: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: #37516e;
    text-decoration: none;
    transition: .4s ease;
}
a:visited {
    color: #37516e;
}
a:hover {
    color: #37516e;
}
a:active {
    color: #37516e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #37516e;
    font-size: 1.4rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #efecea;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	body {
		font-size: 1.44rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	body {
		font-size: 1.9rem;
	}
}
body::before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #efecea;
    content: "";
}
body.loadover::before {
    opacity: 0;
    pointer-events: none;
    transition: 1s;
	transition-delay: 0.5s;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
    padding-top: 18.4rem;
    text-align: left;
	overflow: hidden;
}
#main {
    margin-bottom: 17rem;
    display: block;
    overflow: hidden;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 1024px) {
	.pcOnly {
		display: none;
	}
}
@media all and (max-width: 767px) {
    body {
        min-width: inherit;
    }
    #container {
        padding-top: 12.8rem;
    }
    #main {
        margin-bottom: 8.5rem;
        overflow: hidden;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 6rem 5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
}
#gHeader {
	opacity: 1;
	transform: translateZ(0);
	transition: transform .8s cubic-bezier(.47, .16, .24, 1), opacity .8s cubic-bezier(.47, .16, .24, 1);
}
#gHeader.hide {
	opacity: 0;
	transform: translate3d(0, -2.5rem, 0);
	visibility: hidden;
}
#gHeader .hInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#gHeader h1 {
    margin-left: 1rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader h1 .gif,#gHeader h1 .png {
    margin-top: -1rem;
    display: inline-block;
}
#gHeader h1 img:last-child {
    margin: 0.4rem 0 0 1.6rem;
}
#gHeader h1 a .png {
	display: none;
}
#gHeader.fix h1 a .gif {
	display: none;
}
#gHeader.fix h1 a .png {
	display: inline-block;
}
#gHeader .rBox {
    margin-top: -0.3rem;
    flex: 1;
    font-weight: 500;
    font-family: 'mplus-medium';
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#gHeader .rBox .btn {
    margin: 0 2.7rem;
}
#gHeader .rBox .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.1rem;
    height: 3.2rem;
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: 500;
    background-color: #cabbb1;
    border-radius: 3rem;
}
#gHeader .rBox .menu.on {
    opacity: 0;
}
#gNavi ul {
    display: flex;
    justify-content: flex-end;
}
#gNavi li {
    margin-left: 3rem;
    position: relative;
    letter-spacing: 0.06em;
}
#gNavi a {
    padding: 0.4rem 0;
    position: relative;
    display: inline-block;
}
#gNavi a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.2rem;
    transition: .7s;
    background-color: #37516e;
    content: "";
}
#gNavi li .animate {
    position: absolute;
    left: 0.8rem;
    top: -1.6rem;
    width: 1.6rem;
    height: 1.3rem;
    opacity: 0;
    content: "";
}
.menuBox {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
	background-color: #efecea;
    transition: .5s;
}
.menuBox:not(.isShow) {
    pointer-events: none;
    user-select: none;
    transition-delay: .5s;
}
.menuBox.isShow {
    opacity: 1;
}
.menuBox::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #EFECEA;
    z-index: -1;
    content: "";
}
.menuBox .subBox {
    margin-left: auto;
    width: 89%;
	display: flex;
	align-items: center;
	height: calc(100% - 60px);
	min-height: 62rem;
    padding: 6.4rem 3rem 6.4rem 2.4rem;
    position: relative;
    box-sizing: border-box;
}
.menuBox .subBox .bg {
    position: absolute;
    left: 0;
    top: -0.8rem;
    width: 102%;
    height: 100%;
    transform: rotate(-4deg);
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s linear;
}
.menuBox.isShow .subBox .bg {
    opacity: 1;
    transition-delay: .2s;
}
.menuBox .subBox .bg02 {
    opacity: 0;
    left: -2.3rem;
    top: -0.7rem;
    height: 100%;
    width: 104%;
    transform: rotate(4.3deg);
}
.menuBox.isShow .subBox .bg02 {
    opacity: 0.4;
    transition-delay: .2s;
}
.menuBox .subBox .sideImg {
    position: absolute;
    top: 50%;
    right: -0.4rem;
    max-width: 37rem;
	margin-top: -28rem;
    width: 31%;
    z-index: 2;
    opacity: 0;
    transform: translateX(2.67rem);
    animation: menuhide .5s linear forwards;
}
@keyframes menuhide {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}
.menuBox.isShow .subBox .sideImg {
    animation: rightIn .5s linear forwards;
    animation-delay: .5s;
}
@keyframes rightIn {
    0% {
        opacity: 0;
        transform: translateX(2.67rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.menuBox .subBox .sideImg .mid {
    position: absolute;
    left: 22.1%;
    top: 23.4%;
    width: 40%;
}
.menuBox .subBox .close {
    position: absolute;
    right: 5.1rem;
    top: 5.1rem;
	opacity: 0;
	transition: .5s;
}
.menuBox.isShow .subBox .close {
	opacity: 1;
}
.menuBox .subBox .logo {
	position: absolute;
	left: 2.4rem;
	top: 6.4rem;
	opacity: 0;
	transition: .5s;
}
.menuBox.isShow .subBox .logo {
	opacity: 1;
}
.menuBox .subBox .inner {
    margin: 5.4rem 0 0 13%;
    max-width: 62rem;
    width: 72%;
    opacity: 0;
    transition: .5s linear;
}
.menuBox.isShow .subBox .inner {
    opacity: 1;
    transition-delay: .2s;
}
.menuBox .menuList {
    margin-bottom: 1rem;
    display: flex;
}
.menuBox .menuList > li {
    width: 58.5%;
}
.menuBox .menuList > li:last-child {
    width: auto;
}
.menuBox .menuList li li {
    margin-bottom: 2.1rem;
}
.menuBox .menuList a {
    padding-bottom: 0.2rem;
    display: inline-block;
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 0.18em;
}
.menuBox .menuList a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.2rem;
    transition: .7s;
    background-color: #37516e;
    content: "";
}
.menuBox .menuList a img {
    margin-right: 0.5rem;
    vertical-align: 0.1rem;
}
.menuBox .linkList {
    margin-bottom: 2.5rem;
    padding-bottom: 4rem;
    display: flex;
    border-bottom: 0.1rem solid #EFECEA;
}
.menuBox .linkList li {
    margin-right: 2.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.22em;
}
.menuBox .linkList a {
    padding-bottom: 0.1rem;
    position: relative;
    display: inline-block;
}
.menuBox .linkList a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.1rem;
    transition: .7s;
    background-color: #37516e;
    content: "";
}
.menuBox h2 {
    margin-bottom: 2.5rem;
    font-size: 1.9rem;
    letter-spacing: 0.17em;
    text-align: center;
}
.menuBox .contactBox {
    margin-right: 0.7rem;
    display: flex;
    align-items: center;
}
.menuBox .contactBox .comBtn01 {
    margin: 0 3rem 0.7rem 0;
}
.menuBox .contactBox .comBtn01 a {
    width: 32rem;
    height: 6.7rem;
    font-size: 1.6rem;
    border-radius: 5rem;
}
.menuBox .contactBox li {
    margin-bottom: 0.6rem;
}
@media all and (min-width: 768px) {
    body:not(.tab) #gNavi a:hover:after {
        width: 100%;
    }
    body:not(.tab) .menu:hover {
        opacity: 0.7;
    }
    body:not(.tab) #gHeader .rBox .btn a:hover {
        border-radius: 0.8rem;
    }
    body:not(.tab) .menuBox .menuList a:hover:after,body:not(.tab) .menuBox .linkList a:hover:after {
        width: 100%;
    }
    body:not(.tab) .menuBox .contactBox .comBtn01 a:hover {
        border-radius: 1.4rem;
    }
    body:not(.tab) .menuBox .subBox .close a:hover,body:not(.tab) .menuBox .contactBox li:last-child a:hover {
        opacity: 0.7;
    }
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	#gHeader {
		padding: 5.6rem 4.6rem;
	}
	#gHeader .rBox .menu {
		width: 2.9rem;
	}
	#gNavi li {
		margin-left: 2.7rem;
		font-size: 1.33rem;
	}
	#gHeader .rBox .btn a {
		width: 13.2rem;
		height: 3rem;
		font-size: 1.33rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#gHeader {
		padding-right: 6.4rem;
	}
	#gHeader .rBox .btn {
		margin: 0 2rem;
	}
	#gHeader .rBox .btn a {
        width: 17.4rem;
		height: 6.1rem;
		font-size: 2.1rem;
		letter-spacing: 0.03em;
    }
	#gHeader .rBox .menu {
		width: 7.3rem;
	}
	#gHeader .rBox .menu .pc {
		display: none;
	}
	#gHeader .rBox .menu .sp {
		display: block !important;
		width: 100%;
	}
	.menuBox .subBox .inner {
		max-width: 70rem;
	}
	.menuBox .menuList a img {
		width: 21rem;
	}
	.menuBox .linkList li {
		font-size: 1.6rem;
	}
	.menuBox .contactBox {
		margin-right: 0;
	}
}
@media all and (max-width: 1023px) {
	#gNavi {
        display: none;
    }
}
@media all and (max-width: 767px) {
    #gHeader {
        padding: 2.4rem 2rem 2.4rem 2rem;
    }
    #gHeader h1 {
        margin-left: 0;
    }
    #gHeader h1 img {
        width: 4.6rem !important;
    }
	#gHeader h1 .gif,#gHeader h1 .png {
  		margin-top: -0.7rem;
	}
    #gHeader h1 img:last-child {
        margin: 0.1rem 0 0 1.1rem !important;
        width: 10.2rem !important;
    }
    #gHeader .rBox {
        margin-top: -0.5rem;
    }
    #gHeader .rBox .btn {
        margin: 0 0.8rem;
    }
    #gHeader .rBox .btn a {
        width: 9rem;
        height: 3.2rem;
        font-size: 1.1rem;
        letter-spacing: 0.04em;
    }
    .menuBox .subBox {
        margin-left: 0;
		display: block;
        width: auto;
		height: auto;
		min-height: inherit;
        padding: 7.2rem 3rem 3rem;
        overflow: hidden;
    }
    .menuBox .subBox .sideImg {
        top: 32.2%;
		margin-top: 0;
        right: -2.7rem;
        max-width: 17.4rem;
        width: 46.5%;
    }
    .menuBox .subBox .bg {
        top: 2rem;
        width: 102%;
        height: calc(100% - 3rem);
        transform: rotate(-3.7deg);
    }
    .menuBox .subBox .bg02 {
        left: -1rem;
        top: 1.5rem;
        height: calc(100% - 3rem);
        width: 102%;
        transform: rotate(3.7deg);
    }
    .menuBox .subBox .close {
        right: 3rem;
        top: 3rem;
    }
    .menuBox .subBox .logo {
        display: none;
    }
    .menuBox .subBox .inner {
        margin: 0 auto;
        max-width: 28.7rem;
        width: auto;
    }
    .menuBox .menuList {
        margin-bottom: 2rem;
        display: block;
    }
    .menuBox .menuList > li {
        width: auto;
    }
    .menuBox .menuList li li {
        margin-bottom: 1.4rem;
    }
    .menuBox .menuList a {
        font-size: 2rem;
    }
    .menuBox .menuList a img {
        margin-left: 0.3rem;
        width: 15rem;
    }
    .menuBox .linkList {
        margin-bottom: 2rem;
        padding-bottom: 2.7rem;
    }
    .menuBox .linkList li {
        margin-right: 2rem;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }
    .menuBox h2 {
        margin-bottom: 0.8rem;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
    }
    .menuBox .contactBox {
        margin: 0 auto 1.5rem;
        max-width: 27.3rem;
        display: block;
    }
    .menuBox .contactBox .comBtn01 {
        margin: 0 0 1.6rem;
    }
    .menuBox .contactBox .comBtn01 a {
        width: 100%;
        height: 4.9rem;
        font-size: 1.4rem;
        letter-spacing: 0.06em;
    }
    .menuBox .contactBox ul {
        margin: 0 1.8rem;
    }
    .menuBox .contactBox li {
        margin-bottom: 0.8rem;
    }
}
@media all and (min-width: 500px) and (max-width: 1023px) {
    .menuBox .subBox .sideImg {
        max-width: 25rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 7rem 0 6rem;
    background-color: #fff;
    overflow: hidden;
}
#gFooter .content {
    max-width: 116.5rem;
    display: flex;
	align-items: flex-start;
}
#gFooter .content .lBox {
    padding: 3rem 2rem 0 0;
    width: 44.7%;
    box-sizing: border-box;
}
#gFooter .content .rBox {
    flex: 1;
}
#gFooter .fLogo {
    margin-bottom: 3rem;
}
#gFooter .fLogo a {
    display: flex;
    align-items: center;
}
#gFooter .fLogo img:last-child {
    margin: 0.3rem 0 0 3.8%;
}
#gFooter .fNavi {
    display: flex;
    flex-wrap: wrap;
}
#gFooter .fNavi li {
    margin-bottom: 1.5rem;
    width: 49.5%;
}
#gFooter .fNavi a {
    padding-bottom: 0.2rem;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: 'mplus-medium';
}
#gFooter .fNavi a:after,#gFooter .fLink a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.2rem;
    transition: .7s;
    background-color: #37516e;
    content: "";
}
#gFooter .fLink {
	margin-bottom: 4rem;
	gap: 0 4rem;
	font-size: 1.3rem;
	font-weight: normal;
}
#gFooter .fLink a {
	padding-bottom: 0.2rem;
	position: relative;
	display: inline-block;
}
#gFooter address {
    font-size: 1rem;
    font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
}
#gFooter .rBox {
    padding: 4rem 3.7% 3rem 5.5%;
    position: relative;
    z-index: 1;
}
#gFooter .rBox .bg {
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: calc(100% + 1.4rem);
    height: 100%;
    transform: rotate(2deg);
    z-index: -1;
}
#gFooter .rBox .bg01::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #D5D0CF;
    content: "";
}
#gFooter .rBox .bg02 {
    left: -0.3rem;
    top: 0;
    height: calc(100% - 0.35rem);
    width: calc(100% + 1.3rem);
    transform: rotate(-2deg);
    background-color: #EEEBE9;
}
#gFooter .rBox h2 {
    margin: 0 0 1.5rem 1.2rem;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.25em;
}
#gFooter .rBox .comBtn01 {
    margin-bottom: 2.5rem;
}
#gFooter .rBox .comBtn01 a {
    width: 100%;
    height: 7.6rem;
    font-size: 2.2rem;
    border-radius: 5rem;
}
#gFooter .rBox .sub {
    display: flex;
}
#gFooter .rBox .sub .left {
    margin-right: 4.3%;
    padding-right: 2rem;
    width: 38.2%;
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
#gFooter .rBox .sub .left .logo {
    margin-bottom: 1rem;
}
#gFooter .rBox .sub .left p {
    line-height: 1.36;
    font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .rBox .sub .rList {
    flex: 1;
}
#gFooter .rBox .sub .rList li {
    margin-top: 1.3rem;
}
#gFooter .rBox .sub .rList li:first-child {
    margin-top: 0.5rem;
}
@media all and (min-width: 768px) {
    body:not(.tab) #gFooter .fNavi a:hover:after,body:not(.tab) #gFooter .fLink a:hover:after {
        width: 100%;
    }
    body:not(.tab) #gFooter .rBox .comBtn01 a:hover {
        border-radius: 1.4rem;
    }
    body:not(.tab) #gFooter .rBox .sub .rList li:last-child a:hover {
        opacity: 0.7;
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#gFooter {
		padding: 6rem 0 5rem;
	}
	#gFooter .content {
		padding: 0 9rem;
	}
	#gFooter .rBox .sub .left p {
        font-size: 1.3rem;
    }
	#gFooter .fLogo {
		margin-bottom: 3rem;
	}
    #gFooter .fLogo img {
		width: 7.8rem;
	}
    #gFooter .fLogo img:last-child {
        width: 28.2rem;
    }
	#gFooter .fNavi {
		margin-bottom: 1rem;
	}
	#gFooter .fNavi li {
		margin-bottom: 0.5rem;
	}
	#gFooter .fNavi a {
		font-size: 1.5rem;
	}
	#gFooter .fLink {
		gap: 0 2rem;
		font-size: 1.2rem;
	}
	#gFooter .rBox {
		padding: 3.5rem 3.7% 2.5rem 5.5%;
	}
	#gFooter .rBox h2 {
		font-size: 2.5rem;
	}
	#gFooter .rBox .comBtn01 a {
		height: 7rem;
		font-size: 2rem;
	}
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 7.5rem 0 2.5rem;
    }
    #gFooter .content {
        flex-wrap: wrap;
    }
    #gFooter .content .lBox {
        padding: 5.1rem 0 0;
        width: 100%;
        order: 1;
    }
    #gFooter .content .rBox {
        order: 0;
    }
    #gFooter .fLogo {
        margin-bottom: 2.7rem;
    }
    #gFooter .fLogo a {
        justify-content: center;
    }
    #gFooter .fLogo img {
        width: 6.4rem;
    }
    #gFooter .fLogo img:last-child {
        margin: 0.3rem 0 0 1.5rem;
        width: 22.9rem;
    }
	#gFooter .fLink {
		margin-bottom: 3rem;
		gap: 0 2rem;
		font-size: 1.2rem;
		justify-content: center;
	}
    #gFooter address {
        text-align: center;
    }
    #gFooter .rBox {
        padding: 5.3rem 1.5rem 3.7rem;
    }
    #gFooter .rBox .bg {
        left: -0.5rem;
        width: calc(100% + 1rem);
        transform: rotate(6deg);
    }
    #gFooter .rBox .bg02 {
        left: -0.5rem;
        height: 100%;
        width: calc(100% + 1rem);
        transform: rotate(0);
    }
    #gFooter .rBox h2 {
        margin: 0 0 3rem;
        font-size: 2.7rem;
        line-height: 1.3;
        letter-spacing: 0.2em;
    }
    #gFooter .rBox .comBtn01 {
        margin-bottom: 3.2rem;
    }
    #gFooter .rBox .comBtn01 a {
        height: 5.7rem;
        font-size: 1.6rem;
    }
    #gFooter .rBox .sub {
        margin: 0 1rem;
        display: block;
    }
    #gFooter .rBox .sub .left {
        margin: 0 0 2.5rem;
        padding: 0 0 2.5rem;
        width: auto;
        text-align: center;
        border-right: none;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    }
    #gFooter .rBox .sub .left .logo {
        margin: 0 auto 1rem;
        width: 16.6rem;
    }
    #gFooter .rBox .sub .rList {
        margin-right: 0.3rem;
        text-align: center;
    }
}