@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..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%;
}
body, table, input, textarea, select, option {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    /*font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.mos {
}
.zen {font-family: "Zen Kaku Gothic Antique", sans-serif;}
.out {font-family: "Outfit", 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;
}
@media all and (min-width: 769px) {
a,
a:link {
	outline: none !important;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	
}
a:active {
	color: #000;
}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/*min-width: 1300px;*/
    width: 100%;
	color: #7E6060;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    }
#container {
    text-align: left;
    }
#main {
    display: block;
	overflow: hidden;
    }
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    }

@media all and (min-width: 769px) {
	.sp {display: none !important;}
    }
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

#topcontrol{z-index: 99;}
#topcontrol img{transition: 0.7s;}
a {
	text-decoration: none !important;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding:0 0%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	height: 130px;
	transition: all 0.4s ease;
	/* background: transparent; */
    }
#gHeader.subs,
#gHeader.hfix{
	height: 130px;
	background: #fff;
}
#gHeader.hfix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transform: translateY(-100%);
	animation: dropDown 0.4s ease forwards;
}
@keyframes dropDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.subs.contact-head {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

#gHeader .hlogo {
	position: absolute;
	left: 2%;
	top: 29px;
	z-index: 5;
	max-width: 359px;
    }
#gHeader .hlogo a {
}
#gHeader.subs .hlogo,
#gHeader.hfix .hlogo{
}
@media all and (min-width: 769px) and (max-width: 1450px) {
	#gHeader .hlogo {
		position: absolute;
		left: 2%;
		top: 29px;
		z-index: 5;
		max-width: 269px;
    }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
	#gHeader .hlogo {
		position: absolute;
		left: 2%;
		top: 13px;
		z-index: 5;
		max-width: 179px;
    }
}
#gHeader .hBox {
	display: block;
	position: relative;
	z-index: 10;
    }
/* gNavi */
#gNavi {
	display: flex;
	flex-direction: row-reverse;
    }

#gNavi .naviList {
    display: flex;
    box-sizing: border-box;
	padding-top: 37px;
	padding-right: 300px;
    }
#gHeader.subs .naviList,
#gHeader.hfix .naviList {
}

#gNavi .naviList > li {
    box-sizing: border-box;
    text-align: center;
    padding: 0px 8px 0px 8px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
    }

#gNavi .naviList > li:hover::before{}
#gNavi .naviList > li > a,
#gNavi .naviList > li > .pull-ow{
	display: block;
	position: relative;
    color: #7E6060;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 1.6px;
	padding: 55px 24px 18px 24px
    }
#gNavi .naviList > li > a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 55px;
	background: url("../images/icon_01.svg") top center no-repeat;
	-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
}
#gNavi .naviList > li > a.hnv2::before {
	background: url("../images/icon_02.svg") top center no-repeat;
}
#gNavi .naviList > li > a.hnv3::before {
	background: url("../images/icon_03.svg") top center no-repeat;
}
#gNavi .naviList > li > a.hnv4::before {
	background: url("../images/icon_04.svg") top center no-repeat;
}
#gNavi .naviList > li > a.hnv5::before {
	background: url("../images/icon_05.svg") top center no-repeat;
}
#gNavi .naviList > li > a.hnv6::before {
	background: url("../images/icon_06.svg") top center no-repeat;
}
#gNavi .naviList > li > a::after {
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 0;
	height: 4px;
	background: #F26A83;
	
}
#gNavi .naviList > li.active > a::after {
		width: 100%;
	}
@media all and (min-width: 769px) {
	#gNavi .naviList > li > a:hover::after {
		width: 100%;
	}
	#gNavi .naviList > li > a:hover::before {
		animation-name: rotate;
  		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}

@media all and (min-width: 769px) and (max-width: 1600px) {
	#gNavi .naviList > li {
		padding: 0px 4px 0px 4px;
    }

	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		position: relative;
		color: #7E6060;
		text-align: center;
		font-family: "Zen Kaku Gothic Antique";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 16px */
		letter-spacing: 1.6px;
		padding: 55px 12px 18px 12px
    }
}
@media all and (min-width: 769px) and (max-width: 1350px) {
	#gNavi .naviList {
		display: flex;
		box-sizing: border-box;
		padding-top: 37px;
		padding-right: 200px;
    }
	#gNavi .naviList > li {
		padding: 0px 4px 0px 4px;
    }

	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		position: relative;
		color: #7E6060;
		text-align: center;
		font-family: "Zen Kaku Gothic Antique";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 16px */
		letter-spacing: 1.6px;
		padding: 55px 5px 18px 5px
    }
}
@media all and (min-width: 769px) and (max-width: 1150px) {
	#gNavi .naviList {
		display: flex;
		box-sizing: border-box;
		padding-top: 60px;
		padding-right: 170px;
    }
	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		position: relative;
		color: #7E6060;
		text-align: center;
		font-family: "Zen Kaku Gothic Antique";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 16px */
		letter-spacing: 0px;
		padding: 35px 3px 18px 3px
    }
	#gNavi .naviList > li > a::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 55px;
		background: url("../images/icon_01.svg") top center no-repeat;
		background-size: 30px auto;
	}
	#gNavi .naviList > li > a.hnv2::before {
		background: url("../images/icon_02.svg") top center no-repeat;
		background-size: 30px auto;
	}
	#gNavi .naviList > li > a.hnv3::before {
		background: url("../images/icon_03.svg") top center no-repeat;
		background-size: 30px auto;
	}
	#gNavi .naviList > li > a.hnv4::before {
		background: url("../images/icon_04.svg") top center no-repeat;
		background-size: 30px auto;
	}
	#gNavi .naviList > li > a.hnv5::before {
		background: url("../images/icon_05.svg") top center no-repeat;
		background-size: 30px auto;
	}
	#gNavi .naviList > li > a.hnv6::before {
		background: url("../images/icon_06.svg") top center no-repeat;
		background-size: 30px auto;
	}
}





#gNavi .naviList > li > a span,
#gNavi .naviList > li > .pull-ow span{
	position: relative;
	z-index: 5;
}
#gNavi .naviList > li.active > a::after,
#gHeader.subs #gNavi .naviList > li.active > a::after,
#gHeader.hfix #gNavi .naviList > li.active > a::after{
	opacity: 1;
}
#gHeader #gNavi .naviList > li.active {
}

@media all and (min-width: 769px) and (max-width: 1300px) {
	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		font-size: 14px;
    }
	#gNavi .naviList > li {
    padding: 0px 8px 0px 8px;
    }
}



.h-telbox {
	position: absolute;
	right: 30px;
	top: 20px; 
	width: 260px;
	text-align: center;
}
.h-telbox small {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 0.42px;
	border-radius: 80px;
	background: #FF96A9;
	box-sizing: border-box;
	position: relative;
	padding: 5px;
	margin-bottom: 7px;
}
.h-telbox small::before {
	left: 0;
	right: 0;
	bottom: -14px;
	content: "";
	margin-left:auto;
	margin-right: auto;
	position: absolute;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-top: 8px solid #FF96A9;
}
.h-telbox p {
	display: inline;
	position: relative;
	z-index: 5;
	font-size:39px;
	font-weight: 600;
	line-height: 1;
	color: transparent;
	font-family: "Outfit", sans-serif;
	-webkit-background-clip: text;
  	background-image:url("../images/mokume.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.h-telbox .ci {
	display: block;
	color: #7E6060;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 15px */
	letter-spacing: 0.45px;
	margin-top: 3px;
}

.h-telbox.spms {
	position:relative;
	right: 0px;
	top: 0px; 
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.h-telbox.spms a {
	display: inline;
	text-decoration: none;
	position: relative;
	z-index: 5;
	font-size:33px;
	font-weight: 600;
	line-height: 1;
	color: transparent;
	font-family: "Outfit", sans-serif;
	-webkit-background-clip: text;
  	background-image:url("../images/mokume.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.h-telbox .ci {
	display: block;
	color: #7E6060;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 15px */
	letter-spacing: 0.45px;
	margin-top: 3px;
}

@media all and (min-width: 769px) and (max-width: 1350px) {
	.h-telbox {
		position: absolute;
		right: 10px;
		top: 30px; 
		width: 180px;
		text-align: center;
	}
	.h-telbox small {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 11px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 14px */
		letter-spacing: 0.42px;
		border-radius: 80px;
		background: #FF96A9;
		box-sizing: border-box;
		position: relative;
		padding: 5px;
		margin-bottom: 7px;
	}
	.h-telbox small::before {
		left: 0;
		right: 0;
		bottom: -14px;
		content: "";
		margin-left:auto;
		margin-right: auto;
		position: absolute;
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-top: 8px solid #FF96A9;
	}
	.h-telbox p {
		display: inline;
		position: relative;
		z-index: 5;
		font-size:26px;
		font-weight: 600;
		line-height: 1;
		color: transparent;
		font-family: "Outfit", sans-serif;
		-webkit-background-clip: text;
		background-image:url("../images/mokume.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.h-telbox .ci {
		display: block;
		color: #7E6060;
		font-size: 11px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 15px */
		letter-spacing: 0.45px;
		margin-top: 3px;
	}
}
@media all and (min-width: 769px) and (max-width: 1150px) {
	.h-telbox {
		position: absolute;
		right: 10px;
		top: 50px; 
		width: 160px;
		text-align: center;
	}
	.h-telbox small {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 14px */
		letter-spacing: 0px;
		border-radius: 80px;
		background: #FF96A9;
		box-sizing: border-box;
		position: relative;
		padding: 5px 0;
		margin-bottom: 7px;
	}
	.h-telbox small::before {
		left: 0;
		right: 0;
		bottom: -14px;
		content: "";
		margin-left:auto;
		margin-right: auto;
		position: absolute;
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border: 8px solid transparent;
		border-top: 8px solid #FF96A9;
	}
	.h-telbox p {
		display: inline;
		position: relative;
		z-index: 5;
		font-size:22px;
		font-weight: 600;
		line-height: 1;
		color: transparent;
		font-family: "Outfit", sans-serif;
		-webkit-background-clip: text;
		background-image:url("../images/mokume.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.h-telbox .ci {
		display: block;
		color: #7E6060;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 15px */
		letter-spacing: 0px;
		margin-top: 3px;
	}
}


.pull01 {
	position: relative;
}
.subnav {
	position: absolute;
	left: -17px;
	top: 64px;
	width: 140px;
	background: #E4EEFB;
	box-sizing: border-box;
	padding: 0 0;
	overflow: hidden;
	height: 0px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.subnav li {
	font-size: 15px;
	padding: 5px 0;
}
.subnav li a {
	display: block;
	text-align: center;
	padding: 6px 10px;
}
@media all and (min-width: 769px) {
	.subnav li a:hover {
		background: #FFF;
	}
}
.pull01:hover .subnav {
	padding: 8px 20px;
	height: auto !important;
}
#gHeader .rBox {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 0;
	top: 0;
    }
#gHeader.subs .rBox,
#gHeader.hfix .rBox{
}
#gHeader .rBox .ref {
	display: flex;
}
.hd-right {
	top: 0;
	z-index: 5;
	display: flex;
}
.hd-right .recruits {
	display: block;
}
.hd-right .recruits a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #16643a;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .recruits a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 40px;
}
.hd-right .recruits a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url("../images/icon_mail.png") top center no-repeat;
	width: 31px;
	height: 23px;
}
@media all and (min-width: 769px) {
	.hd-right .recruits a:hover {
		background: #04c95f;
		color: #FFF;
	}
}
.hd-right .contacts a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #04c95f;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .contacts a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 38px;
}
.hd-right .contacts a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background:url("../images/icon_tel.png") top center no-repeat;
	width: 22px;
	height: 28px;
}
@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #16643a;
		color: #FFF;
	}
}
@media all and (min-width: 769px) and (max-width: 1350px) {
	.hd-right .recruits a { 
		width: 140px;
		height: 125px;
		font-size: 18px;
	}
	.hd-right .contacts a {
		width: 140px;
		height: 125px;
		font-size: 14px;
	}
}
#gHeader.subs .hd-right .recruits a,
#gHeader.subs .hd-right .contacts a,
#gHeader.hfix .hd-right .recruits a,
#gHeader.hfix .hd-right .contacts a{
	width: 140px;
    height: 110px;
    font-size: 14px;
}

.hr-tels {
	display: block;
	padding-top: 20px;
	margin-right: 30px;
}
.subs .hr-tels,
.hfix .hr-tels{
	display: block;
	padding-top: 0px;
	margin-right: 30px;
}
.hr-tels .inn {
	display: block;
}
.hr-tels .inn .nuf {
	display: block;
	color: #464646;
	text-align:left;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2.6px;
	position: relative;
	padding-left: 27px;
	margin-left: 4px;
}
.hr-tels .inn .nuf::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	background: url("../images/call.png") center center no-repeat;
	width: 20px;
	height: 20px;
}
.hr-tels .inn span {
	display: block;
	padding-top: 3px;
	color: #464646;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
}
.hr-tels .inn span {
	display: block;
	text-align: center;
	letter-spacing: 1.5px;
	color: #000000;
	font-weight: 500;
	margin-top: -4px;
}




@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #FFC939;
	}
}



@media all and (min-width: 769px) {
	.hamburger {
		display: none;
	}
}
#gHeader.hdfix .hamburger,
#gHeader.subpage .hamburger{
}

/* line open */
.hamburger__line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 3px;
	background-color: #fff;
	transition: all .1s ease-out;
}
.hamburger__line--1 {
	top: 20px;
	width: 25px;
	left: 39%;
}
.hamburger__line--3 {
	top: 34px;
}
/* line close */
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 25px;
	left: 16%;
	width: 38px;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 25px;
	left: 16%;
}
.nav-open .hBox,
.nav-open .sub-mv-box,
.nav-open .branch,
.nav-open #main,
.nav-open .mainVisual{
	opacity: 0;
}
/* back__bg */
.back__bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background:#F9FAFD;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
	cursor: pointer;
	display: none;
}
/* 表示された時用のCSS */
.nav-open .global__nav {
  right: 0;
}
.nav-open .back__bg {
	background:#FFF;
	opacity: 1;
	visibility: visible;
	display: block;
}
.global__nav {
	display: none;
}
.nav-open .global__nav {
	display:block;
}

/* ハンバーガーメニュー内 */
.hlogo-open {
	position: absolute;
	left: 2%;
	top: 15px;
}
.bbt-mos {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 160px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #1C72D4;
	opacity: 0.1;
}
nav.global__nav {
	position: fixed;
	right: -100%;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	transition: all .1s ease-out;
	z-index: 200;
	padding: 8.8% 7.8% 2% 7.8%;
	overflow: hidden;
}
.flx-wrap-open {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 20;
}
nav.gnav ul.nav__right--menu {
  display: block;
}
.nav__right--inner {
	display:flex;
	justify-content: space-between;
}
.nav__right--inner ul {
	display: block;
}
.nav__right--inner li {
	display: block;
	margin-bottom: 24px;
	padding: 0px !important;
}
.nav__right--inner li a {
	letter-spacing: 0px;
	color: #7E6060;
	opacity: 1;
}
.nav__right--inner li.active > a{
	color: #F26A83 !important; 
}
.open-add {
	display: flex;
	align-items: center;
	padding-top: 40px;
}
.open-add div {
	margin-right: 30px;
}
.open-add div.btn a span {
	display: inline-block;
	position: relative;
}
.open-add div.btn a span::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 29px;
	height: 29px;
}
.open-add div.btn.ct a span::after {
	width: 24px;
	height: 21px;
	right: -6px;
}
.opentel {
	font-size: 28px;
	line-height: 2.4;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #43B23A !important;
	opacity: 1;
	font-family: "Fredoka", serif;
}
.opentel small {
	font-size: 18px;
}

@media all and (min-width:769px) {.menuBox {display: none !important;}}
@media all and (max-width: 1100px) {
	.open-add {
		flex-wrap: wrap;
	}
	.opentel {
		flex-basis: 100%;
		padding-top: 20px;
		font-size: 28px;
		line-height: 2.4;
		font-weight: 500;
		letter-spacing: 1.4px;
		color: #1C72D4;
		opacity: 1;
	}
	.opentel small {
		font-size: 18px;
	}
}

@media all and (max-width: 769px) {
    #topcontrol{width: 70px;}
	#gHeader {
        position: static;
        padding:0% 1%;
		
    }
	#gHeader h1 {
        }
	#gHeader h1 {
		position: absolute;
		left: 7px !important;
		top: 0px !important;
		z-index: 5;
		}
	#gHeader h1 a {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	#gHeader .hBox {
		max-width: inherit;
		display: block;
        }
	#gHeader .rBox {
		width: auto;
		display: block;
		text-align: center;
        }
	#gNavi {
		display: none;
        }
	.menu {
		width: 48px;
		height: 48px;
		position:fixed;
		right: 10px;
		top: 5px;
		cursor: pointer;
		z-index: 103;
		background-color: #18ac38;
        }
	.menu span {
		margin-left: -10px;
		width: 50%;
		height: 2px;
		position: absolute;
		left: 46%;
		top: 16px;
		background: #fff;
		transition: 0.3s;
        }
	.menu span:nth-child(2) {
		top: 23px;
        }
	.menu span:nth-child(3) {
		top: 30px;
        }
    .menu.on span{top: 18px;}
	.menu.on span:nth-child(1) {transform: translateY(5px) translateX(0) rotate(45deg);}
	.menu.on span:nth-child(2) {opacity: 0;}
	.menu.on span:nth-child(3) {transform: translateY(-6px) translateX(0) rotate(-45deg);top: 29px;}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.95);
		overflow: auto;
		z-index: 100;
		display: none;
    	}
	.menuWrap {
		padding: 74px 20px;
        }
	.menuWrap .naviList {
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
        }
	.menuWrap .naviList > li {
		border-top: 1px solid #ddd;
        }
	.menuWrap .naviList > li > a {
		padding: 15px 35px 15px 0;
		font-size: 1.6rem;
		display: block;
		position: relative;
        }
    .menuWrap .naviList > li.active > a{
        color: #18ac38;
    }
	.menuWrap .naviList > li.toggle > a {
		position: relative;
    	}
	.menuWrap .naviList > li.toggle > a::before {
		width: 15px;
		height: 1px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a::after {
		width: 1px;
		height: 15px;
		position: absolute;
		right: 17px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a.on::after {
		display: none;
        }
	.menuWrap .subBox li a {
		padding: 10px;
		display: block;
		font-size: 1.4rem;
        }
	.menuWrap li .subBox {
		padding-bottom: 15px;
		display: none;
        }
	.menuWrap li.navi02 .subBox a {
		padding-left: 40px;
		position: relative;
        }
	.menuWrap li.navi02 .subBox .icon {
		width: 20px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
        }
    .menuWrap .menutelBox{
        font-size: 1.6rem;
        text-align: center;
        padding: 15px 0;
        }
    .menuWrap .menutelBox span{font-size: 2.4rem;}
    .menuWrap .menuBtnBox {
		text-align: center;
        }
    .menuWrap .menuBtnBox a{
        display: block;
        width: 100%;
        background: #18ac38;
        color: #fff;
        padding: 15px 0;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 1.5rem;
        border: 2px solid #18ac38;
        }
    .menuWrap .menuBtnBox a span{
        background: url("../images/common/hd_icon_mail.png")no-repeat left center;
        padding-left: 30px;
        }
}

@media all and (max-width: 768px) {
	#gHeader {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 300;
		height: 55px !important;
		opacity: 1;
	}
	.hlogo,
	.hlogo-open{
		position: absolute;
		left: 11px;
		top: 10px !important;
		z-index: 30;
		display:block !important;
		width: 190px;
	}
	.hlogo-open{
		top: 13px;
	}
	.logos-h {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h span {
		display: block;
		font-size: 12px;
		margin-right: 0px;
	}
	.logos-h span {
		color: #464646 !important;
		font-family: "Zen Kaku Gothic New" !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h small {
		display: block;
		color: #464646;
		font-family: "Zen Kaku Gothic New";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.8px;
		margin-bottom: 3px;
	}
	#gHeader .hamburger,
	#gHeader.hdfix .hamburger{
		display: block !important;
		width: 55px !important;
		height:55px !important;
		box-sizing: border-box;
		cursor: pointer;
		position:fixed;
		background: #F26A83;
		right: 0;
		top: 0;
		z-index: 300;
	}
	.bbt-mos {
		position: absolute;
		left: 5px;
		bottom: 5px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		letter-spacing: 0px;
		color: #1C72D4;
		opacity: 0.1;
	}
	nav.global__nav {
		overflow: auto;
		font-family: ‘YuGothic’,’Yu Gothic’,’Hiragino Kaku Gothic ProN’,’ヒラギノ角ゴ ProN W3′,’メイリオ’, ‘Meiryo’,’ＭＳ ゴシック’,sans-serif !important; 
		line-height: 1.5 !important;
	}
	.flx-wrap-open {
		margin-left: 4%;
		margin-right: 4%;
		padding-top: 40px;
	}
	.nav__right--inner {
		display: block;
	}
	.nav__right--inner ul {
		display: block;
	}
	.nav__right--inner li {
		display: block;
		margin-bottom: 0px;
		line-height: 1.5;
		padding: 0px !important;
	}
	.nav__right--inner li a {
		display: block;
		padding: 14px;
		letter-spacing: 0px;
		line-height: 1.5;
		color: #7E6060;
		font-weight: 500;
		opacity: 1;
		border-bottom: #7E6060 dotted 1px; 
	}
	.nav__right--inner li a.active {
		color: #F26A83 !important; 
	}
	.open-add {
		display: block;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.open-add div {
		margin-right: auto;
		margin-left: auto;
		max-width: 250px;
		margin-bottom: 14px;
	}
	.open-add .btn {
		display: block;
		max-width: 400px;
	}
	.open-add .btn a {
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		position: relative;
		color: #fff ;
		font-size: 17px;
		font-weight: 500;
		border-radius: 5px;
		border: 2px solid #fff ;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
    box-sizing: border-box;
	background: #FFF5F5;
	padding-bottom: 90px;
	position: relative;
    }
#gFooter::before {
	position: absolute;
	right: 2%;
	top: -50px;
	content: "";
	background: url("../images/illustration-bottom.png") top center no-repeat;
	background-size: 100% auto;
	width: 202px;
	height: 122px;
}
#gFooter::after {
	position:absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 7px;
	background:url("../images/footline.png") center top no-repeat;
	background-size: cover;
}
.foot-tops {
	display: block;
	position: relative;
	padding-top: 75px;
}
.foot-tops .fix-1640 {
	position: relative;
	z-index: 5;
}
.foot-bottom .ft-copy{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.foot-tops .flx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.foot-tops .lef {
	display: block;
}
.foot-logo {
	display: block;
}
.foot-logo .logos {
	display: block;
}
.foot-logo .logos img {
	display: inline-block;
	max-width: 100%;
}
.foot-logo .tf {
	display: block;
}
.fadd-base {
	display: block;
}
.fadd-base .adds {
	color: #7E6060;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: 1.6px;
	padding-top: 45px;
}

.foot-bottom {
	display: block;
	position: relative;
	padding-block-start: 30px;
}
.foot-bottom .fix-1200 {
	position: relative;
	z-index: 5;
}



#gFooter .fNavi{
	padding-bottom: 50px;
}
#gFooter .fNavi div {
	display: block;
}
#gFooter .fNavi ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 24px;
}
#gFooter .fNavi .flexB:nth-child(2){margin-top: 10px;}
#gFooter .fNavi li{
	display: block;
}
#gFooter .fNavi li a{
	color: #7E6060;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 1.6px;
}
@media all and (min-width: 769px) {
	#gFooter .fNavi li a:hover{
		color: #F26A83;
	}	
}
.f-pdf {
	display: block;
}
.f-pdf a {
	display:inline-block;
}
.f-pdf a span {
	display: inline-block;
	position: relative;
	color: #af9898;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 1.6px;
}
.f-pdf.spms a span {
	display: inline-block;
	position: relative;
	color: #af9898;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 1.6px;
	padding-right: 36px;
}
@media all and (min-width: 769px) {
	.f-pdf a:hover{
		background: #FFF;
	}
}

#gFooter address {
	display: block;
	padding: 0px 0 50px 0;
	text-align:left;
    color: rgba(126, 96, 96, 0.62);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	letter-spacing: 1.4px;
    }





@media all and (max-width: 768px) {
	#gFooter {
		box-sizing: border-box;
		background: #FFF5F5;
		padding-bottom: 0px
		}
	#gFooter::before {
		position: absolute;
		right: 2%;
		top: -24px;
		content: "";
		background: url("../images/illustration-bottom.png") top center no-repeat;
		background-size: 100% auto;
		width: 102px;
		height: 62px;
	}
	.foot-tops {
		display: block;
		position: relative;
		padding-bottom: 30px;
	}
	.foot-tops .fix-1200 {
		position: relative;
		z-index: 5;
		padding-top: 0px;
	}
	.foot-tops .flx {
		display: block;
	}
	.foot-logo {
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}
	.foot-logo .logos {
		display: block;
		text-align: center;
	}
	.foot-logo .logos img {
		display: inline-block;
		max-width: 220px;
	}
	.f-flx {
		display: block;
	}
	.fadd-base {
		display: block;
	}
	.fadd-base .adds {
		display: block;
		font-size: 14px;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.3px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.fadd-base .bnrs {
		text-align: center;
	}
	.fadd-base .bnrs img {
		display: inline-block;
		max-width: 100%;
	}
	
	.foot-bottom {
		display: block;
		position: relative;
		padding-top: 0px;
	}
	.foot-bottom::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 315px;
		background: none;
		background-size: 100% auto;
		display: none;
	}
	.foot-bottom .fix-1200 {
		position: relative;
		z-index: 5;
	}



	#gFooter .none-ff{
		flex-direction: row-reverse;
		display: none;
		}
	#gFooter .fNavi div {
		display: block;
	}
	#gFooter .none-ff ul {
		flex-wrap: wrap;
		display: none;
	}
	#gFooter .fNavi .flexB:nth-child(2){margin-top: 10px;}
	#gFooter .fNavi li{
		display: block;
		margin-left: 50px;
	}
	#gFooter .fNavi li a{
		color: #3F3B3A;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.72px;
    }
	.f-pdf {
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	.f-pdf a {
		display:inline-block;
	}
	.f-pdf a span {
		display: inline-block;
		position: relative;
		color: #af9898;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 16px */
		letter-spacing: 1.6px;
	}
	#gFooter address {
		display: block;
		padding: 25px 0;
		text-align:center;
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1.6px;
    }
}

.posit-links {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
@media all and (max-width: 768px) {
	.posit-links {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
}
@media all and (min-width: 769px) {
	.pc_none {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	.sp_none {
		display: none !important;
	}
}



#pagetop_btn_f {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    margin-top: 0px;
	  text-align: center;
  }
	#pagetop_btn_f img {
		display: none !important;
	}
  #pagetop_btn_f a {
    display:block;
    padding: 14px 20px;
	  background: #c82b16;
	  font-weight: bold;
	  font-size: 1.2rem;
	  line-height: 1;
	  color: #FFF;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f {
    position: fixed;
    z-index: 20;
    right: 3%;
    bottom: -100%;
    transition: all 0.5s ease;
  }
  #pagetop_btn_f.visible {
    bottom: 60px;
  }
	
	
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
}

