@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
figcaption,
figure,
section,
footer,
header,
main,
hgroup,
menu,
nav,
summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}

body,
table,
input,
textarea,
select,
option {
	font-family: "Noto Sans JP", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

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;
}

address {
	font-style: normal;
}

a,
a:link {
	color: #2A2A2A;
	text-decoration: none;
	transition: 0.3s;
}

a:visited {
	color: #2A2A2A;
}

a:hover {
	color: #2A2A2A;
}

a:active {
	color: #2A2A2A;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #2A2A2A;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	overflow: hidden;
	background: url(../img/common/bg01.png) repeat-x left top / 192rem auto, url(../img/common/bg02.png) repeat-x left bottom / 192rem auto;
	text-align: left;
}

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.4rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 1.8rem;
}

#gHeader .hBox {
	padding: 0 1rem;
}

#gHeader .infoBox {
	margin: 0 auto 1rem;
	max-width: 124.6rem;
	align-items: flex-start;
}

#gHeader .infoBox .text {
	max-width: 43rem;
	margin: 3.5rem 0 0 12.5rem;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.075em;
	color: #1B1B1B;
}

#gHeader .infoBox .rBox {
	margin-left: auto;
	justify-content: right;
	align-items: flex-end;
	width: calc(100% - 60rem);
}

#gHeader .infoBox .btn {
	margin-left: 3.5rem;
	width: 12rem;
	border-radius: 0 0 6rem 6rem;
	overflow: hidden;
}

#gHeader .infoBox .btn a {
	min-height: 11.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.15;
	font-family: "M PLUS Rounded 1c", sans-serif;
	background-color: #EEA8A7;
}

#gHeader .infoBox .btn span {
	padding: 5.3rem 1rem 0.5rem;
	background: url(../img/common/icon02.png) no-repeat center top / 8.2rem;
}

#gHeader .infoBox .btn a:hover,
#gHeader .infoBox .rBox .tel a:hover {
	opacity: 0.7;
}

#gHeader .naviBox {
	position: relative;
	z-index: 10;
}

#gHeader h1 {
	position: absolute;
	z-index: 1;
	bottom: 1.9rem;
	left: 50%;
	transform: translateX(-50%);
	width: 15.8rem;
}

#gHeader h1 a {
	display: block;
}

#gNavi .hNaviBox>li {
	min-width: 12.5rem;
	background: url(../img/common/nav_line.png) no-repeat left center / 0.4rem auto;
}

#gNavi .hNaviBox>li:last-child {
	background: url(../img/common/nav_line.png) no-repeat left center / 0.4rem auto, url(../img/common/nav_line.png) no-repeat right center / 0.4rem auto;
}

#gNavi .li01 {
	width: 25rem;
}

#gNavi .hNaviBox>li>a {
	padding: 0 1rem;
	display: block;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 500;
	color: #171616;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

#gNavi .hNaviBox>li>a img {
	margin: 0 auto 0.5rem;
	display: block;
	width: fit-content;
}

#gNavi .hNaviBox>li>a span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.5rem;
}

#gNavi .hNaviBox .liStyle {
	position: relative;
}

#gHeader .subNavi {
	display: none;
	top: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	width: 18rem;
	background-color: #5BAF84;
}

#gHeader .subNavi a {
	padding: 1rem;
	display: block;
	color: #fff;
}

#gHeader .subNavi li:not(:first-child) {
	border-top: 1px solid #fff;
}

#gNavi a:hover {
	opacity: 0.7;
}

@media all and (min-width: 897px) {
	.menuBox {
		display: block !important;
	}
}

@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 1.8rem;
		position: relative;
	}

	#gHeader .hBox {
		padding: 0 1rem;
	}

	#gHeader .infoBox {
		max-width: 100%;
		display: block;
	}

	#gHeader .infoBox .text {
		max-width: 100%;
		margin: 0 12rem 0 0.5rem;
	}

	#gHeader .infoBox .rBox {
		margin-left: auto;
		display: block;
		width: auto;
	}

	#gHeader .infoBox .btn {
		margin: 0 5rem 0 auto;
		width: 7rem;
		border-radius: 0 0 3.5rem 3.5rem;

		display: block !important;
	}

	#gHeader .infoBox .btn a {
		min-height: 8rem;
		font-size: 1rem;
	}

	#gHeader .infoBox .btn span {
		padding: 3rem 0 1rem;
		background-size: 5rem auto;
	}

	#gHeader .naviBox {
		position: static;
	}

	#gHeader h1 {
		margin: 0 auto;
		left: 2rem;
		top: 1rem;
		transform: translateX(0);
		width: 8rem;
	}

	.menuBox {
		padding: 5rem 2rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}

	#gNavi .hNaviBox {
		display: block;
	}

	#gNavi .hNaviBox>li {
		min-width: fit-content;
		background: 0 !important;
		border-bottom: 0.2rem dotted #5BAF84;
	}

	#gNavi .hNaviBox>li>a {
		padding: 1.5rem 1rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		text-align: left;
	}

	#gNavi .hNaviBox>li>a img {
		margin: 0 1rem 0 0;
		width: 2.2rem;
	}

	#gNavi .hNaviBox>li>a span {
		display: block;
		min-height: fit-content;
	}

	#gNavi .hNaviBox .liStyle .ico {
		position: absolute;
		z-index: 1;
		top: 1.4rem;
		right: 0;
		width: 3rem;
		height: 3rem;
		background: url(../img/common/icon03.png) no-repeat center center / 2rem;
	}

	#gNavi .hNaviBox .liStyle .ico.on {
		background-image: url(../img/common/icon03_on.png);
	}

	#gHeader .subNavi {
		margin-bottom: 1rem;
		padding: 0;
		position: static;
		transform: translateX(0);
		width: auto;
		background-color: transparent;
	}

	#gHeader .subNavi a {
		padding: 0.8rem 4rem;
		display: block;
		color: #2A2A2A;
	}

	#gHeader .subNavi li:not(:first-child) {
		border-top: 0;
	}

	.menu {
		width: 4rem;
		height: 4rem;
		position: absolute;
		z-index: 10;
		top: 2rem;
		right: 1rem;
		background-color: #5BAF84;
	}

	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 1rem;
		width: 2rem;
		height: .2rem;
		background-color: #fff;
	}

	.menu span:nth-of-type(1) {
		top: 1.3rem;
	}

	.menu span:nth-of-type(2) {
		top: 2rem;
	}

	.menu span:nth-of-type(3) {
		top: 2.7rem;
	}

	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}

	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.7rem) rotate(45deg);
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9.7rem 2rem 4.3rem;
}

#gFooter .content {
	position: relative;
	max-width: 164rem;
}

#gFooter .innerBox {
	margin: 0 auto 7.3rem;
	max-width: 99rem;
}

#gFooter .fBox {
	width: 24.5rem;
}

#gFooter .fBox .logo {
	margin-bottom: 3.8rem;
	width: 24.5rem;
}

#gFooter .fBox .logo a {
	display: block;
}

#gFooter .comTel {
	margin: 0 auto;
	width: fit-content;
	padding: 0 1rem 0 2.8rem;
}

#gFooter .naviBox {
	margin-top: 3rem;
	padding-right: 1rem;
	justify-content: right;
	flex: 1;
}

#gFooter .naviBox .naviUl {
	padding: 0 3.5rem;
	position: relative;
}

#gFooter .naviBox .naviUl:not(:last-of-type)::after {
	position: absolute;
	right: 0;
	top: 0.5rem;
	bottom: 0.5rem;
	content: "";
	width: 0.3rem;
	border-right: 0.3rem dotted #C6D6D2;
}

#gFooter .naviBox li:not(:last-child) {
	margin-bottom: 1.9rem;
}

#gFooter .naviBox a {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #171616;
}

#gFooter .pageTop {
	width: 10.8rem;
	position: absolute;
	bottom: 9.9rem;
	right: 0;
	z-index: 2;
}

#gFooter .pageTop a {
	display: block;
}

#gFooter .naviBox a:hover,
#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter address {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 3rem;
	}

	#gFooter .content {
		max-width: 100%;
	}

	#gFooter .innerBox {
		margin-bottom: 4rem;
		max-width: 100%;
		display: block;
	}

	#gFooter .fBox {
		width: auto;
		margin: 0 auto 2rem;
	}

	#gFooter .fBox .logo {
		margin: 0 auto 2rem;
	}

	#gFooter .pageTop {
		width: 6rem;
		bottom: 2rem;
		right: 2rem;
	}

	#gFooter address {
		font-size: 1rem;
	}
}



.link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;


}

.link_list li {
	width: 24%;
	height: 200px;
	position: relative;
	margin-top: 20px;
}

.link_list li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/about/img01.png);
	color: #5BAF84;
	border-radius: 20px;
}

.link_list li:nth-child(2) a {
	background: url(../img/about/img02.png);
}

.link_list li:nth-child(3) a {
	background: url(../img/about/img03.png);
}

.link_list li:nth-child(4) a {
	background: url(../img/about/img04.png);
}

.link_list li:nth-child(5) a {
	background: url(../img/about/img05.png);
}


.sub .link_list li .box_tex {
	background-color: #fff;
	padding: 20px 0;
	font-size: 18px;
	color: #5BAF84;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}


@media (max-width: 768px) {

	.link_list li {
		width: 100%;
		margin-top: 20px;
	}

}

.apply-link {
	text-align: center;
}

.apply-link img,
.apply-link .wpcf7-submit {
	display: inline-block;
}