@charset "UTF-8";
html {
	font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1.5rem; /* 15px */
	line-height: 1.8;
	/* [disabled]line-height:26px; */
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	/*　画面サイズが481pxからはここを読み込む　*/
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
/*-------------------- Reset */
h1, h2, h3, p, dl, dt, dd, li {
	margin: 0;
	word-break: break-word;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}
.futo {
	font-weight: bold;
}
h2 {
	line-height: 1.4em;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	margin-top: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	/*　画面サイズが481pxからはここを読み込む　*/
	h2 {
		font-size: 2.2rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 1.45em;
		line-height: 1.6;
	}
}
.lead {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
	margin-bottom: 0;
	color: #2a265f;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.lead {
		font-size: 1rem;
	}
}
.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}
.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}
.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}
.btn_link {
	display: block;
	border: 1px solid #056FC6;
	border-radius: 25px;
	background-color: #ffffff;
	color: #056FC6;
	padding: 10px;
	text-align: center;
	width: 200px;
	height: 50px;
	transition: .2s;
	font-family: 'Kosugi Maru', sans-serif;
}
.btn_link:hover {
	background-color: #056FC6;
	color: #ffffff;
}
.marker {
	background: rgba(201, 236, 255);
	background: -moz-linear-gradient(transparent 60%, rgba(201, 236, 255, 1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(201, 236, 255, 1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(201, 236, 255, 1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9ecff", endColorstr="#c9ecff", GradientType=1);
}
/*---------------フッター*/
.footer {
	background-color: #005CA0;
	color: #ffffff;
	position: relative;
}
.footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-image: url("../img/common/wave_blue.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	bottom: 100%;
	left: 0;
}
.footer a {
	color: #ffffff;
}
.footer .footer-inner {
	width: 100%;
	max-width: 1170px;
	padding: 20px 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.footer .footer-inner .footer-company {
	width: 40%;
	line-height: 1.8;
	font-size: 1.3rem;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer .footer-inner .footer-link {
	flex-grow: 1;
	display: flex;
	flex-wrap: nowrap;
}
.footer .footer-inner .footer-link .list02 {
	width: 31%;
	width: -webkit-calc(100% / 3 - 2%); 
	width: calc(100% / 3 - 2%);
}
@media screen and (max-width: 768px){
.footer h1{
	display: none;
}
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 10px 0;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.footer .footer-inner .footer-link {
	width: 100%;
	flex-wrap: wrap;
}
.footer .footer-inner .footer-link .list02 {
	width: 50%;
}
}

.footer .list02 li {
	margin: 0;
	padding: 0 0.5em 1em 0;
	list-style-type: none!important;
	font-size:1.3rem;
	line-height: 1.6;
}
.footer .list02 li a {
	 text-decoration: none;
	 color: #ffffff;
 }
.footer .list02 li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 11px !important;
	text-align: center;
	margin: 1em auto 0;
	display: block;
	padding: 10px 0 62px;
	border-top: dotted 1px rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
}
@media screen and (max-width: 991px) {
	.copyright {
		margin: 1em auto 0;
		padding: 10px 0 56px;
	}
}
@media screen and (max-width: 480px) {
	.copyright {
		padding: 10px 0 50px;
	}
}
/* ページトップ */
@media only screen and (min-width: 767px), print {
	#page-top {
		position: fixed;
		bottom: 60px;
		right: 20px;
		font-size: 1.3rem;
		z-index: 9999;
	}
	#page-top a {
		transition: .4s;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	#page-top {
		position: fixed;
		bottom: 60px;
		right: 15px;
		font-size: 8px;
		z-index: 9999;
	}
}
@media screen and (max-width: 480px) {
	#page-top {
		position: fixed;
		bottom: 40px;
		right: 15px;
		font-size: 8px;
		z-index: 9999;
	}
	#page-top a img {
		width: 40px;
		height: auto;
	}
}
/*-----------------------下固定バナー*/
#fh5co-clients {
	padding: 0;
	background: rgba(0, 92, 160, 0.9);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	position: fixed !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
#fh5co-clients .fh5co-clients-inner {
	width: 100%;
	padding: 7px 24px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-image: url("../img/common/bg_dotted.png");
	background-size: 12px 12px;
}
#fh5co-clients img {
	/*z-index: 1100;*/
	margin-left: auto;
	margin-right: auto;
}
.fleft .catch2 {
	color: #ffffff;
	font-family: 'Kosugi Maru', sans-serif;
}
.fright {
	display: flex;
}
.fright a {
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: 'Kosugi Maru', sans-serif;
}
.fright a.fright_tel {
	margin-right: 2rem;
	letter-spacing: 0.2em;
	position: relative;
	font-weight: 300;
	font-size: 2.2rem;
}
.fright a.fright_tel::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border: 1px solid #ffffff;
	position: absolute;
	top: 0;
	right: -10px;
	transform: rotate(15deg);
}
@media screen and (max-width: 991px) {
	#fh5co-clients .fh5co-clients-inner {
		justify-content: center;
	}
	.fleft {
		display: none;
	}
	.fright {
		width: 100%;
	}
	.fright a {
		width: 50%;
		text-align: center;
		font-size: 1.7rem;
	}
	.fright a.fright_tel {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.fright a {
		font-size: 1.4rem;
	}
	.fright a.fright_tel {
		font-size: 1.6rem;
	}
}



/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: repeat;
	background-size: 10px 10px;
	background-image: url("../img/common/bg_dotted.png")
}
.page-title-out::before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-image: url("../img/common/wave_white.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-title-out::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left: 0;
}
.page-title-icon {
	width: 40px;
	height: auto;
	margin: 0 auto 20px;
}
.page-title-text {
	margin-top: 20px;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(8em + 40px);
	padding-bottom: calc(8em + 40px);
	text-align: center;
	z-index: 1;
}
#page-title h3{
	margin:0 auto 20px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #056FC6;
	font-weight: 600;
	font-family: 'Kosugi Maru', sans-serif;
}
#page-title .lead{
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #056FC6;
	font-family: 'Quicksand', sans-serif;
}
@media screen and (max-width: 991px) {
	#page-title {
		padding-top: calc(6em + 40px);
		padding-bottom: calc(6em + 40px);
	}
	#page-title h3 {
		font-size: 2.4rem;
		margin-bottom: 1em;
	}
	#page-title .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title h3 {
		font-size: 1.8rem;
		margin-bottom: 1em;
	}
	#page-title .lead {
		font-size: 1.2rem;
	}
}
.daini .section {
	padding: 60px 0 90px;
}
@media screen and (max-width: 480px) {
	.daini .section {
		padding: 40px 0 80px;
	}
}

.daini .section_inner {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.daini .section-heading{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.daini .section-heading h2{
	display: inline-block;
	font-weight: 600;
	font-size: 2.6rem;
	color: #056FC6;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
}
.daini .section-heading h2 span {
	position: relative;
}
.daini .section-heading h2 span::before,
.daini .section-heading h2 span::after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.daini .section-heading h2 span::before {
	background-image: url("../img/common/bg_h2_left.png");
	background-position: left top;
	left: -60px;
	top: -15px;
}
.daini .section-heading h2 span::after {
	background-image: url("../img/common/bg_h2_right.png");
	background-position: right top;
	right: -60px;
	top: -15px;
}

@media screen and (max-width: 768px) {
	.daini .section-heading {
		margin-bottom: 50px;
	}
	.daini .section-heading h2 {
		font-size: 2.2rem;
	}
	.daini .section-heading h2 span::before,
	.daini .section-heading h2 span::after{
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 1.8rem;
	}
	.daini .section-heading h2 span::before,
	.daini .section-heading h2 span::after{
		width: 30px;
		height: 30px;
	}
	.daini .section-heading h2 span::before {
	left: -45px;
	top: -13px;
}
.daini .section-heading h2 span::after {
	right: -45px;
	top: -13px;
}
}



/*-----------------------TOP*/
.top .top_intro {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.top .top_intro .top_introbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.top .top_intro .top_introbox .top_intro_inner {
	position: relative;
}
.top .top_intro .top_introbox .top_intro_inner .image {
	width: 100%;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li {
	width: 23%;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(2) {
	margin-top: 80px;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1),
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(3){
	position: relative;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1)::after {
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	background-image: url("../img/top/introbg01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: -30px;
	top: 20%;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(3)::after {
	content: "";
	display: block;
	width: 100%;
	height: 180px;
	background-image: url("../img/top/introbg02.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	right: -30px;
	top: -10%;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1),
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(3){
	position: relative;
}
.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li img {
	border-radius: 50%;
}
.top .top_intro .top_introbox .top_intro_inner .textbox {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.top .top_intro .top_introbox .top_intro_inner .textbox .catch {
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-align: center;
	color: #056FC6;
	font-family: 'Kosugi Maru', sans-serif;
}
.top .top_intro .top_introbox .top_intro_inner .textbox .text {
	line-height: 2;
	letter-spacing: 0.1em;
}
.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li {
	width: 31%;
}
.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .icon{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url("../img/common/bg_dotted2.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 10px 10px;
	padding: 10px;
	margin: 0 auto 10px;
}
.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .three_text {
	font-size: 3rem;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.6;
	color: #056FC6;
}
.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .three_text span.kana {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.7em;
}
@media screen and (max-width: 991px) {
	.top .top_intro {
		padding: 50px 0;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li {
		width: 30%;
	}
}
@media screen and (max-width: 768px) {
	.top .top_intro .top_introbox .top_intro_inner .textbox {
		width: 100%;
		max-width: 600px;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox .catch {
		margin-bottom: 20px;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three {
		justify-content: center;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li {
		width: 46%;
		margin: 20px 2% 0;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li:first-child {
		width: 100%;
		margin: 0 auto;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .three_text {
		font-size: 2.6rem;
	}
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .three_text span.kana {
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0.55em;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1)::after {
		height: 50%;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(3)::after {
		height: 50%;
	}
}
@media screen and (max-width: 480px) {
	.top .top_intro .top_introbox .top_intro_inner .textbox ul.list_three li .icon{
		width: 100px;
		height: 100px;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li {
		width: 45%;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1) {
		margin-top: -30px;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(2) {
		display: none;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(1)::after {
		height: 70%;
	}
	.top .top_intro .top_introbox .top_intro_inner .image ul.intro_img li:nth-child(3)::after {
		height: 70%;
	}
}
.top .bg_news {
	padding: 100px 0;
	background-color: #F4F6F9;
	position: relative;
	overflow: hidden;
}
.top .bg_news::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: left top;
	background-size: 12px 12px;
	background-image: url("../img/common/bg_dotted.png");
	opacity: 0.1;
}
.top .bg_news .sec {
	padding: 0 20px;
}
.top .bg_news .sec {
	position: relative;
}
.top .bg_news .sec .sec_inner .catch {
	font-size: 3rem;
	text-align: center;
	color: #056FC6;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 30px;
}
.top .bg_news .sec .sec_inner .contentsbox {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 20px;
}
.top .bg_news .sec .sec_inner .btn_link {
	margin: 40px auto 0;
}
@media screen and (max-width: 991px) {
	.top .bg_news {
		padding: 80px 0;
	}
}
@media screen and (max-width: 768px) {
	.top .bg_news {
		padding: 50px 0;
	}
	.top .bg_news .sec .sec_inner .catch {
		font-size: 2.6rem;
	}
}
.top .bg_news .sec .sec_inner .contentsbox .news {
	clear: both;
	height: 180px;
	overflow-y: scroll;
	box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl {
	margin-bottom: 40px;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dt {
	font-weight: 500;
	margin-bottom: 8px;
	color: #056FC6;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd {
	line-height: 1.6em;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd a {
	color: #056FC6;
	text-decoration: underline;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.top .bg_news .sec .sec_inner .contentsbox .news dl {
		margin-bottom: 30px;
	}
	.top .bg_news .sec .sec_inner .contentsbox .news dl dt {
		margin-bottom: 5px;
	}
}
.top .bg_menu {
	padding: 100px 0;
	background-color: #ffffff;
}
.top .bg_menu .sec {
	padding: 0 20px;
}
.top .menu {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.top .menu ul.mbanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top .menu ul.mbanner > li {
	width: 31%;
	margin-bottom: 2em;
	margin-right: 3.5%;
	display: block;
}
.top .menu ul.mbanner > li:nth-child(3n) {
	margin-right: 0;
}
.top .menu ul.mbanner > li a {
	display: block;
	transition: .3s;
}
.top .menu ul.mbanner > li a:hover {
	opacity: 0.5;
}
.top .menu ul.mbanner > li a img {
	border-radius: 20px;
}
.top .menu ul.mbanner > li a .mbanner_text {
	width: 90%;
	margin: -20px auto 0;
	display: flex;
	align-items:  center;
	justify-content: center;
}
.top .menu ul.mbanner > li a .mbanner_text span {
	background-color: #0E6EC4;
	color: #ffffff;
	min-width: 180px;
	padding: 10px 20px;
	border-radius: 23.5px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'Kosugi Maru', sans-serif;
}
.top .menu ul.mbanner > li:last-child a .mbanner_text span {
	border-radius: 37.5px;
}
@media screen and (max-width: 991px) {
	.top .bg_menu {
		padding: 80px 0;
	}
	.top .menu ul.mbanner {
		justify-content: space-between;
	}
	.top .menu ul.mbanner > li, .top .menu ul.mbanner > li:nth-child(3n) {
		width: 48%;
		margin: 0 0 2em;
	}
	.top .menu ul.mbanner > li a .mbanner_text {
		font-size: 1.5rem;
	}
	.top .menu ul.mbanner > li:last-child a .mbanner_text span {
	border-radius: 33px;
	}
}
@media screen and (max-width: 768px) {
	.top .menu ul.mbanner {
		flex-direction: column;
	}
	.top .menu ul.mbanner > li, .top .menu ul.mbanner > li:nth-child(3n) {
		width: 100%;
	}
	.top .menu ul.mbanner > li a img {
		margin: 0 auto;
	}
}

.top .bg_toplink {
	padding: 100px 0;
	background-color: #F4F6F9;
	overflow: hidden;
	position: relative;
}
.top .bg_toplink::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 315px;
	width: 30%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-image: url("../img/common/bg01.png");
}
.top .bg_toplink::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 315px;
	width: 30%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-image: url("../img/common/bg02.png");
}
.top .bg_toplink .sec {
	padding: 0 20px;
	position: relative;
}
.top .toplink {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top .toplink ul.linklist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top .toplink ul.linklist > li {
	width: 22%;
	margin-bottom: 2em;
	margin-right: 3%;
}
.top .toplink ul.linklist > li:nth-child(4n) {
	margin-right: 0;
}
.top .toplink ul.linklist > li:nth-child(2n) {
	margin-top: 50px;
}
.top .toplink ul.linklist > li a {
	display: block;
	transition: .3s;
}
.top .toplink ul.linklist > li a:hover {
	opacity: 0.5;
}
.top .toplink ul.linklist > li a img {
	border-radius: 50%;
}
.top .toplink ul.linklist > li a .link_title {
	color: #056FC6;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
@media screen and (max-width: 991px) {
	.top .bg_toplink {
		padding: 80px 0;
	}
	.top .toplink ul.linklist {
		justify-content: space-between;
	}
	.top .toplink ul.linklist > li a .mbanner_text {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.top .toplink ul.linklist > li,
	.top .toplink ul.linklist > li:nth-child(2n) {
		width: 48%;
		margin: 0 0 2em;
	}
}
@media screen and (max-width: 480px) {
	.top .bg_toplink::before,
	.top .bg_toplink::after {
		width: 50%;
	}
	.top .toplink ul.linklist {
		flex-direction: column;
	}
	.top .toplink ul.linklist > li, .top .toplink ul.linklist > li:nth-child(2n) {
		width: 100%;
	}
}


/*---------------プライバシーポリシー*/
.privacy {
	overflow: hidden;
}
.privacy p {
	text-align: justify;
}
.privacy .dl_privacy dt,
.privacy .dl_privacy dd {
	margin-bottom: 10px;
}
.privacy .dl_privacy dt {
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	color: #056FC6;
	font-family: 'Kosugi Maru', sans-serif;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 20px;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 768px) {
.privacy .dl_privacy dt {
	font-size: 1.5rem;
}
}


/*---------------お問合せ*/
.contact .section_inner {
	max-width: 800px;
}
.contact .area_tel {
	margin: 50px auto;
	text-align: center;
}
.contact .area_tel .tel {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	padding-left: 60px;
	margin-bottom: 10px;
	position: relative;
}
.contact .area_tel .tel::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/contact/tel_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45px 45px;
}
.contact .form_wrap {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 10px;
	position: relative;
}
.contact .form_wrap::after {
	content: "";
	display: block;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	border-radius: 10px;
	background-image: url("../img/common/bg_dotted.png");
	background-position: center center;
	background-size: 15px 15px;
	background-repeat: repeat;
	position: absolute;
	left: -7.5px;
	top: -7.5px;
	opacity: 0.5;
	z-index: -1;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #cccccc;
	padding: 2em 0;
}
.contact .dl_form:last-of-type {
	border-bottom: none;
}
.contact .dl_form dt {
	width: 25%;
	clear: both;
	text-align: right;
	line-height: 1.8;
	font-weight: 600;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0.3em 0.8em;
	font-size: 1.3rem;
	background-color: #ee9900;
	color: #ffffff;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.contact .dl_form dd {
	width: 70%;
	line-height: 1.8;
}
.contact .dl_form dd ul {
	display: flex;
	justify-content: space-between;
}
.contact .dl_form dd ul li {
	width: 32%;
}
.contact .dl_form dd #zip {
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.pc_inline {
	display: inline-block;
	max-width: 150px;
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
.contact .dl_form dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	position: relative;
	background-image: url(../img/common/form_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contact .dl_form dd select.pc_inline {
	max-width: 150px;
}
@media screen and (max-width: 991px) {
	.contact .dl_form dd ul {
		flex-direction: column;
	}
	.contact .dl_form dd ul li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.contact .form_wrap {
		padding: 1em 2em;
	}
	.contact .dl_form {
		flex-direction: column;
		padding: 1.4em 0;
	}
	.contact .dl_form dt {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		font-size: 1.2rem;
	}
	.contact .dl_form dd {
		width: 100%;
	}
	.contact .dl_form dd ul {
		flex-direction: column;
	}
	.contact .dl_form dd ul li {
		width: 100%;
	}
	.contact .dl_form dd ul li select.pc_inline {
		max-width: 150px;
	}
}
.contact .dl_form .radio-inline > label {
	font-weight: 400;
}
.contact .dl_form .checkbox-inline,
.contact .dl_form .radio-inline {
	margin-left: 0;
	margin-right: 10px;
	display: inline-block;
	width: 40%;
}
.contact .input_area {
	margin-left: 30%;
}
.contact input[type=button],
.contact input[type=reset],
.contact input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius: 25px;
	padding: 6px 12px;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #ffffff;
	background-color: #056FC6;
	border: 1px solid #056FC6;
	transition: .3s;
}
.contact input[type=button]:hover,
.contact input[type=reset]:hover,
.contact input[type=submit]:hover {
	color: #056FC6;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	.contact .input_area {
		margin: 0 auto;
	}
	.contact input[type=button],
	.contact input[type=reset],
	.contact input[type=submit] {
		display: block;
		width: 100%;
		margin: 10px auto;
		font-size: 1.3rem;
	}
}
.contact .btn_link {
	margin: 0 auto;
	font-size: inherit;
}



/*---------------入園案内*/
.entry .section_inner {
	max-width: 800px;
}
.entry .dl_entry {
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
.entry .dl_entry dt {
	width: 30%;
	padding: 15px;
	background-color: #C0E6FF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Kosugi Maru', sans-serif;
}
.entry .dl_entry dt .entry-icon {
	width: 40px;
	height: auto;
	margin-bottom: 10px;
}
.entry .dl_entry dd {
	width: 70%;
	padding: 15px;
	background-color: #F3FAFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.entry .dl_entry dd span.categoly {
	display: inline-block;
	min-width: 90px;
	padding: 3px 5px;
	background-color: #056FC6;
	color: #ffffff;
	text-align: center;
	margin: 0 10px 10px 0;
	border-radius: 5px;
}
.entry .dl_entry dd .notes {
	color: #056FC6;
	margin-top: 10px;
}
@media screen and (max-width: 480px) {
	.entry .dl_entry dt .entry-icon {
		width: 30px;
	}
}


/*---------------ごあいさつ*/
.greeting .message .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.greeting .message .flexbox .textbox{
	width: 61%;
}
.greeting .message .flexbox .image{
	width: 35%;
	position: relative;
}
.greeting .message .flexbox .textbox .name {
	text-align: right;
	margin-top: 20px;
}
.greeting .message .flexbox .image::before{
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url("../img/common/bg01.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.greeting .message .flexbox .image::after{
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	background-image: url("../img/common/bg02.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}
.greeting .message .flexbox .image ul li{
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}
.greeting .message .flexbox .image ul li:nth-child(1){
	top: 0;
	right: 0;
	width: 240px;
	height: 240px;
}
.greeting .message .flexbox .image ul li:nth-child(2){
	top: 40%;
	left: 0;
	width: 180px;
	height: 180px;
}
.greeting .message .flexbox .image ul li:nth-child(3){
	top: 68%;
	right: 10px;
	width: 200px;
	height: 200px;
}
@media screen and (max-width: 768px) {
	.greeting .message .flexbox {
		flex-direction: column;
	}
	.greeting .message .flexbox .textbox {
		width: 100%;
	}
	.greeting .message .flexbox .image {
		width: 100%;
		position: relative;
		padding: 30px 0;
	}
	.greeting .message .flexbox .image::before {
		width: 40%;
		height: 100%;
	}
	.greeting .message .flexbox .image::after {
		width: 50%;
		height: 100%;
		right: 0;
		top: inherit;
		bottom: 0;
	}
	.greeting .message .flexbox .image ul {
		display: flex;
		justify-content: center;
	}
	.greeting .message .flexbox .image ul li {
		position: static;
	}
	.greeting .message .flexbox .image ul li:nth-child(1) {
		width: 30%;
		height: 30%;
		margin: 0 4% 0 0;
	}
	.greeting .message .flexbox .image ul li:nth-child(2) {
		width: 32%;
		height: 32%;
		margin: 4% 6% 0 0;
	}
	.greeting .message .flexbox .image ul li:nth-child(3) {
		width: 30%;
		height: 30%;
		margin: 2% 0 0 0;
	}
}
.greeting .about {
	background-color: #F3FAFF;
}
.greeting .about .textbox {
	max-width: 880px;
	padding: 40px;
	background-color: #ffffff;
	border: 5px solid #C0E6FF;
	border-radius: 10px;
	margin: -20px auto 0;
}
.greeting .about .textbox .targetbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.greeting .about .textbox .targetbox .targetbox_inner {
	width: 46%;
}
.greeting .about .textbox .targetbox .targetbox_inner .catch3{
	display: block;
	padding: 5px;
	width: 200px;
	margin: 0 auto 15px;
	border-radius: 25px;
	background-color: #056FC6;
	color: #ffffff;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}
.greeting .about .textbox .targetbox .targetbox_inner ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.greeting .about .textbox .targetbox .targetbox_inner ul li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: #FFE16C;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.greeting .about .textbox {
		padding: 30px;
	}
	.greeting .about .textbox .targetbox {
		flex-direction: column;
		margin-top: 0;
	}
	.greeting .about .textbox .targetbox .targetbox_inner {
		width: 100%;
		margin-top: 30px;
	}
}
.greeting .outline dl.dl_outline {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto 5px;
	padding-bottom: 3px;
	position: relative;
}
.greeting .outline dl.dl_outline::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-image: url("../img/common/line01.png");
	background-repeat: repeat-x;
	background-size: auto 3px;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
}
.greeting .outline dl.dl_outline dt {
	width: 20%;
	padding: 15px;
	color: #056FC6;
	font-family: 'Kosugi Maru', sans-serif;
}
.greeting .outline dl.dl_outline dd {
	width: 80%;
	padding: 15px;
}
@media screen and (max-width: 768px) {
	.greeting .outline dl.dl_outline {
		flex-direction: column;
}
	.greeting .outline dl.dl_outline dt {
	width: 100%;
	padding: 15px 0 10px;
}
.greeting .outline dl.dl_outline dd {
	width: 100%;
	padding: 0 0 15px;
}
}


/*---------------園の一日*/
.oneday ul.list_day {
	position: relative;
}
.oneday ul.list_day::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background-image: url("../img/common/line02.png");
	background-repeat: repeat-y;
	background-size: 3px auto;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.oneday ul.list_day > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.oneday ul.list_day li:nth-child(2n) {
	flex-direction: row-reverse;
}
.oneday ul.list_day li .textbox {
	width: 50%;
}
.oneday ul.list_day li .image {
	width: 45%;
	overflow: hidden;
}
.oneday ul.list_day li .image img {
	border-radius: 10px;
}
.oneday ul.list_day li .textbox .time{
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #056FC6;
	font-family: 'Quicksand', sans-serif;
	position: relative;
	padding: 0 0 0 50px;
	border-bottom: 2px solid #056FC6;
}
.oneday ul.list_day li .textbox .time::before{
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	background-color: #056FC6;
	border-radius: 50%;
	position: absolute;
	right: -20.5px;
	top: 0;
}
.oneday ul.list_day li:nth-child(2n) .textbox .time::before{
	left: -20.5px;
	top: 0;
}
.oneday ul.list_day li .textbox .activity{
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-family: 'Kosugi Maru', sans-serif;
	padding-left: 50px;
	margin-top: 20px;
}
.oneday ul.list_day li .textbox ul.list_do {
	padding: 0 25px 0 50px;
	margin-top: 20px;
}
.oneday ul.list_day li .textbox ul.list_do li {
	font-size: 1.6rem;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.oneday ul.list_day li .textbox ul.list_do li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: #FFE16C;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.oneday ul.list_day {
		max-width: 500px;
		margin: 0 auto;
	}
	.oneday ul.list_day::before {
		left: 20px;
		margin: 0 0 auto 0;
	}
	.oneday ul.list_day > li, .oneday ul.list_day li:nth-child(2n) {
		flex-direction: column;
	}
	.oneday ul.list_day li .textbox {
		width: 100%;
		padding-left: 40px;
	}
	.oneday ul.list_day li .image {
		width: 100%;
		padding-left: 60px;
		margin-top: 10px;
	}
	.oneday ul.list_day li .textbox .time {
		padding: 0 0 0 20px;
		border-bottom: none;
	}
	.oneday ul.list_day li .textbox .time::before, .oneday ul.list_day li:nth-child(2n) .textbox .time::before {
		right: inherit;
		top: 0;
		left: -39px;
		width: 40px;
		height: 40px;
	}
	.oneday ul.list_day li .textbox .time::after {
		content: "";
		display: block;
		width: calc(100% + 20px);
		height: 2px;
		background-color: #056FC6;
		position: absolute;
		left: -20px;
		top: 38px;
	}
	.oneday ul.list_day li .textbox .activity {
		font-size: 2rem;
		padding-left: 20px;
		margin-top: 10px;
	}
	.oneday ul.list_day li .textbox ul.list_do {
		padding: 0 10px 0 20px;
		margin-top: 10px;
	}
	.oneday ul.list_day li .textbox ul.list_do li {
		font-size: 1.4rem;
		margin-top: 7px;
		padding-left: 20px;
		position: relative;
	}
}



/*---------------年間行事・イベント*/
.event ul.list_year{
	position: relative;
	margin: 0 auto 60px;
}
.event ul.list_year > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.event ul.list_year li:nth-child(2n) {
	flex-direction: row-reverse;
}
.event ul.list_year li .textbox {
	width: 50%;
	position: relative;
}
.event ul.list_year li .image {
	width: 45%;
	overflow: hidden;
}
.event ul.list_year li .image img {
	border-radius: 10px;
}
.event ul.list_year li .textbox .textbox_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.event ul.list_year li .textbox .month {
	width: 110px;
	height: 125px;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 2rem;
	background-image: url("../img/event/bg_month.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 110px auto;
}
.event ul.list_year li .textbox .month span.num{
	display: block;
	width: 110px;
	height: 110px;
	line-height: 100px;
	font-size: 5.5rem;
	text-align: center;
}
.event ul.list_year li .textbox .month span.jp{
	position: absolute;
	right: 8px;
	top: 65px;
	font-family: 'Kosugi Maru', sans-serif;
}
.event ul.list_year li .textbox ul.list_event {
	width: calc(100% - 140px);
}
.event ul.list_year li .textbox ul.list_event li {
	font-size: 1.7rem;
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
}
.event ul.list_year li .textbox ul.list_event li:first-child {
	margin-top: 0;
}
.event ul.list_year li .textbox ul.list_event li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: #FFE16C;
	position: absolute;
	left: 0;
	top: 0;
}
.event ul.list_year li .textbox .month_image {
	width: 120px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.event p.text {
		max-width: 500px;
		margin: 0 auto;
	}
	.event ul.list_year {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.event ul.list_year > li, .event ul.list_year li:nth-child(2n) {
		flex-direction: column;
		margin-top: 50px;
	}
	.event ul.list_year li .textbox {
		width: 100%;
		margin-top: 20px;
		order: 1;
	}
	.event ul.list_year li .image {
		width: 100%;
		overflow: hidden;
	}
	.event ul.list_year li .textbox .month {
		width: 80px;
		height: 91px;
		font-size: 1.5rem;
		background-size: 80px auto;
	}
	.event ul.list_year li .textbox .month span.num {
		display: block;
		width: 80px;
		height: 80px;
		line-height: 70px;
		font-size: 4rem;
	}
	.event ul.list_year li .textbox .month span.jp {
		right: 5px;
		top: 45px;
	}
	.event ul.list_year li .textbox ul.list_event {
		width: calc(100% - 110px);
	}
	.event ul.list_year li .textbox ul.list_event li {
		font-size: 1.5rem;
		margin-top: 10px;
		padding-left: 30px;
		position: relative;
		font-family: 'Kosugi Maru', sans-serif;
	}
	.event ul.list_year li .textbox .month_image {
		width: 80px;
	}
}



/*---------------保育理念・特色*/
.daini.policy .section_inner{
	max-width: 1170px;
}
.policy .catch {
	text-align: center;
	letter-spacing: 0.18em;
	font-size: 3rem;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 100px;
}
.policy ul.list_policy{
	position: relative;
	margin: 0 auto;
}
.policy ul.list_policy > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
	position: relative;
}
.policy ul.list_policy > li:nth-child(odd)::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url("../img/common/bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.policy ul.list_policy li:nth-child(even) {
	flex-direction: row-reverse;
}
.policy ul.list_policy li:nth-child(even)::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-image: url("../img/common/bg02.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
}
.policy ul.list_policy li .textbox {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.policy ul.list_policy li .image {
	width: 55%;
	overflow: hidden;
}
.policy ul.list_policy li .textbox .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url("../img/common/bg_dotted.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 10px 10px;
	padding: 10px;
	margin: 0 auto 30px;
}
.policy ul.list_policy li .textbox .text {
	font-size: 2rem;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.policy .catch {
		font-size: 2.4rem;
	}
	.policy ul.list_policy {
		max-width: 500px;
		margin: 0 auto;
	}
	.policy ul.list_policy > li {
		flex-direction: column;
		margin-top: 60px;
	}
	.policy ul.list_policy > li:nth-child(odd)::before {
		top: inherit;
		bottom: 0;
		transform: rotate(-90deg);
	}
	.policy ul.list_policy li .textbox {
		width: 100%;
		order: 1;
		margin-top: 30px;
	}
	.policy ul.list_policy li .image {
		width: 100%;
	}
	.policy ul.list_policy li .textbox .icon {
		width: 80px;
		height: 80px;
		background-size: 7px 7px;
		margin: 0 auto 20px;
	}
	.policy ul.list_policy li .textbox .text {
		font-size: 1.6rem;
		font-family: 'Kosugi Maru', sans-serif;
		line-height: 2;
	}
}
.policy .goal {
	background-color: #F3FAFF;
}
.policy .goal .goal_box {
	max-width: 800px;
	margin: 0 auto;
	border: 10px solid #C0E6FF;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 40px;
}
.policy .goal .goal_box ul.list_goal li {
	font-size: 1.7rem;
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
}
.policy .goal .goal_box ul.list_goal li:first-child {
	margin-top: 0;
}
.policy .goal .goal_box ul.list_goal li::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: #FFE16C;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.policy .goal .goal_box {
		padding: 30px;
	}
	.policy .goal .goal_box ul.list_goal li {
		font-size: 1.5rem;
		padding-left: 25px;
	}
}
@media screen and (max-width: 480px) {
	.policy .goal .goal_box {
		padding: 20px;
	}
}
.policy .goal .goal_box ul.list_three {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.policy .goal .goal_box ul.list_three li {
	width: 31%;
}
.policy .goal .goal_box ul.list_three li .icon{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background-image: url("../img/common/bg_dotted2.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 10px 10px;
	padding: 10px;
	margin: 0 auto 10px;
}
.policy .goal .goal_box ul.list_three li .three_text {
	font-size: 3rem;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.6;
	color: #056FC6;
}
.policy .goal .goal_box ul.list_three li .three_text span.kana {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.7em;
}
.policy .goal .goal_box .catch2 {
	font-size: 2.6rem;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.policy .goal .goal_box ul.list_three {
		justify-content: center;
	}
	.policy .goal .goal_box ul.list_three li {
		width: 46%;
		margin: 20px 2% 0;
	}
	.policy .goal .goal_box ul.list_three li:first-child {
		width: 100%;
		margin: 0 auto;
	}
	.policy .goal .goal_box ul.list_three li .three_text {
		font-size: 2.6rem;
	}
	.policy .goal .goal_box ul.list_three li .three_text span.kana {
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0.55em;
	}
	.policy .goal .goal_box .catch2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.policy .goal .goal_box ul.list_three li .icon{
		width: 100px;
		height: 100px;
	}
}



/*---------------最新情報一覧・詳細ページ*/
.news {
	overflow: hidden;
}
.news .news_list_box {
	max-width: 800px;
	margin: 0 auto;
}
.news .news_list_box dl.dl_news {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image: url("../img/common/line01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 5px auto;
}
.news .news_list_box dl.dl_news dt{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	margin-bottom: 8px;
}
.news .news_list_box dl.dl_news dd{
	line-height: 1.6em;
	font-family: 'Kosugi Maru', sans-serif;
}
.news .news_list_box dl.dl_news dd a {
	color: #056FC6;
}
.news .news_list_box dl.dl_news dd a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 991px) {
	.news .news_list_box dl.dl_news {
		margin-bottom: 30px;
	}
	.news .news_list_box dl.dl_news dt {
		margin-bottom: 5px;
	}
}

.news .news_ttl {
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.news .news_ttl .date{
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
	color: #67b4cc;
	font-family: 'Quicksand', sans-serif;
}
.news .news_ttl h2 {
	font-size: 2.4rem;
	text-align: left;
	color: #056FC6;
	font-family: 'Kosugi Maru', sans-serif;
	padding-bottom: 10px;
	background-image: url("../img/common/line01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 10px auto;
}
.news .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 50px;
}
.news .item_wrap .item {
	width: 31%;
}
.news .item_wrap .item img {
	border-radius: 20px;
	transition: .3s;
}
.news .item_wrap .item:hover img {
	opacity: 0.7;
}
.news .btn_link {
	display: block;
	margin: 50px auto 0;
	font-size: inherit;
}
.news .text_link a {
	color: #056FC6;
	text-decoration: underline;
}
.news .text_link:hover a {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.news .news_ttl h2 {
		font-size: 2rem;
	}
	.news .item_wrap {
		flex-direction: column;
	}
	.news .item_wrap .item {
		width: 100%;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 480px) {
	.news .news_ttl h2 {
		font-size: 1.7rem;
	}
}


/*---------------保育園所在地一覧ページ*/
.location {
	overflow: hidden;
}
.location .btn_link {
	width: 100%;
	margin: 50px auto 30px;
}
.location .text_scroll {
	display: none;
}
.location .table_location {
	width: 100%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: center;
}
.location .table_location tr th {
	padding: 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #056fc6;
	color: #ffffff;
}
.location .table_location tr td {
	padding: 10px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	text-align: left;
}
.location .table_location tr td:first-child {
	text-align: center;
}
.location .table_location tr td a {
	color: #056fc6;
}
@media screen and (max-width: 991px) {
	.location .text_scroll {
		display: block;
		margin-bottom: 10px;
	}
	.location .scroll {
		overflow-x: auto;
	}
	.location .table_location {
		min-width: 991px;
		margin: 0 auto 20px;
	}
}






