@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slackside+One&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #268BD7;
	--color-primary-shade: #001063;
	--color-primary-tint: #72D6EE	;
	--color-secondary: #ED6A5A;
	--color-table-border: #ccc;
	--color-table-th: #D4E8E9;
	--body-font-family: 'Zen Maru Gothic', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #268BD7;
	--header-color-primary-shade: #001063;
	--header-color-primary-tint: #72D6EE;
	/*------▼フッター設定▼------*/
	--footer-background: #F6F6F6;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: "Montserrat Alternates", sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body {
	font-weight: 500;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
.post table td a {
	color: var(--color-primary);
	text-decoration: underline;
}
.post table td a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-height: 90px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary-shade);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.tel_btn .note b {
		display: block;
	}
	#header ul.header__contact li:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a {
		position: relative;
	}
	nav#mainNav ul li a::after {
		position: absolute;
		top: 54%;
		left: 50%;
		display: block;
		width: 0;
		height: 1px;
		background: var(--header-color-primary);
		content: "";
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		margin-top: 10px;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 30px;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item {
		background: #eee;
	}
	nav#mainNav ul li li a::after {
		display: none !important;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 30px;
	border-radius: 999px;
	line-height: 1.4;
}
#content .linkBtn.btn_white {
	background: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#content .linkBtn.btn_white:hover {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn.btn_white:not(:hover)::after {
	border-color: var(--color-primary);
}
#content .linkBtn.btn_h_white {
	border: solid 1px var(--color-primary);
}
#content .linkBtn.btn_h_white:hover {
	background: #fff;
	color: var(--color-primary);
}
#content .linkBtn.btn_h_white:hover::after {
	border-color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#content .linkBtn {
		padding: 15px 60px;
	}
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_blue {
	background: #D4E8E9;
}
.bg_gray::before {
	background: #f4f4f4;
}
.bg_purple {
	background: #FFF3FC;
}
.bg_yellow {
	background: #FFFFE6;
}
.bg_green {
	background: #F1FFF3;
}
/**/
.kadomaru {
	overflow: hidden;
	border-radius: 50px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.kadomaru {
		border-radius: 30px;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: var(--font-family02);
}
.post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary);
}
/**/
#top_philosophy h2::after {
	display: none;
}
#top_philosophy h2 {
	color: var(--color-primary-shade);
	widows: 100%;
	text-align: center;
}
#top_philosophy h2 span {
	display: block;
	color: var(--color-font);
	font-size: var(--rem20);
}
#top_philosophy .photo {
	overflow: hidden;
	border-radius: 30px;
}
#top_philosophy .photo img {
	width: 100%;
}
#top_philosophy .txt {
	line-height: 2.5;
	text-align: left;
	display: inline-block;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_philosophy .photo {
		border-radius: 50px;
	}
}
@media only screen and (min-width: 769px) { /* タブレット用 */
	#top_philosophy .box h2 {
		height: 70px;
	}
}
/**/
#top_service h1 {
	text-align: left;
}
#top_service .link li {
	margin-top: 15px;
}
#top_service .link li a {
	display: block;
	padding: 20px 40px;
	font-size: 110%;
	text-align: left;
}
#top_service .link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_service .link li a::before {
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}
#top_service .link li a::after {
	right: 34px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-color: #268BD7;
}
#top_service .link li.btn_pink a { background: #DE649C; }
#top_service .link li.btn_yellow a { background: #E3AD39; }
#top_service .link li.btn_green a { background: #00AD82; }
#top_service .link li.btn_blue a { background: #268BD7; }
#top_service .link li.btn_pink a::after { border-color: #DE649C; }
#top_service .link li.btn_yellow a::after { border-color: #E3AD39; }
#top_service .link li.btn_green a::after { border-color: #00AD82; }
#top_service .link li.btn_blue a::after { border-color: #268BD7; }
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .photo {
		width: 50%;
	}
	#top_service .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#top_service .txt {
		width: 45%;
	}
}
/**/
#top_reason dt {
	margin-bottom: 15px;
}
#top_reason dt img {
	border-radius: 30px;
}
#top_reason dt b {
	position: relative;
	display: block;
	margin-bottom: -0.3em;
	color: #72D6EE;
	font-size: 60px;
	font-weight: normal;
	font-family: "Slackside One", cursive;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
	line-height: 1;
}
#top_reason dd {
	padding: 0;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_reason a {
		width: 18.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_reason a {
		width: 48%;
		margin-bottom: 30px;
	}
}
/**/
#top_location::before {
	background: url(/wp-content/uploads/top_location_bg.jpg) no-repeat center center / cover;
}
#top_location .box {
	padding: 15px;
	padding-bottom: 30px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#top_location .box .blog_btn {
	margin-top: auto;
}
#top_location .box .blog_btn a {
    display: block;
    padding: 15px;
}
#top_location .box .blog_btn .bg01 {
	background: url(/wp-content/uploads/bg-blog_btn01.jpg) no-repeat center center / 100% 100%;
	color: #3e9be0;
}
#top_location .box .blog_btn .bg02 {
	background: url(/wp-content/uploads/bg-blog_btn02.jpg) no-repeat center center / 100% 100%;
	color: #f59122;
}
#top_location .box .blog_btn .bg03 {
	background: url(/wp-content/uploads/bg-blog_btn03.jpg) no-repeat center center / 100% 100%;
	color: #9bd71f;
}
#top_location .box .blog_btn .bg04 {
	background: url(/wp-content/uploads/bg-blog_btn04.jpg) no-repeat center center / 100% 100%;
	color: #fa9af3;
}
#top_location .box .link a {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
#top_location .box .link a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_location .photo {
	overflow: hidden;
	border-radius: 30px;
}
#top_location .logo {
	height: 90px;
	margin: 15px 0;
}
#top_location .logo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_location dt {
	margin-bottom: 15px;
	color: var(--color-primary-shade);
	font-size: 130%;
	text-align: center;
}
/*#top_location dd {
	padding: 0 0 70px;
}*/
#top_location .list li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 2px 10px;
	background: var(--color-primary);
	border-radius: 8px;
	color: #fff;
	font-size: 90%;
}
#top_location .list li.box_pink { background: #DE649C; }
#top_location .list li.box_yellow { background: #E3AD39; }
#top_location .list li.box_green { background: #00AD82; }
#top_location .btn {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
#top_location .btn a {
	background: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#top_location .btn a:hover {
	background: var(--color-primary);
	color: #fff;
}
#top_location .btn a:not(:hover)::after {
	border-color: var(--color-primary);
}
#top_location .column2_60,
#top_location .column2_40 {
	height: 90px;
	width: 57%;
}
#top_location .column2_40 {
	width: 40%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_location .box_w2 {
		justify-content: center;
		column-gap: 2%;
	}
	#top_location .box {
		width: 23%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#top_location .box {
		width: 48%;
	}
}
/**/
#top_contents .linkBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_contents .box_pink {
	border: 1px solid #DE649C;
}
#top_contents .box_pink h1 b+span {
	color: #DE649C;
}
#top_contents .box_pink .linkBtn {
	background: #DE649C;
}
#top_contents .box_green {
	border: 1px solid #00AD82;
}
#top_contents .box_green h1 b+span {
	color: #00AD82;
}
#top_contents .box_green .linkBtn {
	background: #00AD82;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .box {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .box+.box {
		margin-top: 20px;
	}
}
/**/
#top_recruit {
	background: url(/wp-content/uploads/top_recruit_01.jpg) no-repeat center center / cover;
}
#top_recruit h1 {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit .box {
		width: 50%;
	}
}
/**/
#contact_box::before {
	background: #D4E8E9;
}
#contact_box::after {
	height: 80%;
	background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center center / cover;
}
#contact_box .btn a {
	height: 100%;
	padding: 25px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	margin: 5px 0;
	font-size: 180%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #D9D9D9;
	color: var(--color-primary);
}
#contact_box .btn .mail a b {
	width: 300px;
	max-width: 100%;
	margin: 6px auto;
	padding: 8px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #D4E8E9;
	content: "";
	z-index: -1;
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-tint);
	border-radius: 10px;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
h1.title.first {
	color: var(--color-primary);
}
.post h2 {
	position: relative;
	padding: 0 0 0 20px;
	font-size: var(--rem28);
	text-align: left;
	line-height: 1.4;
}
.post h2::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 6px;
	height: 100%;
	margin: 0;
}
.post h2.h3 {
	padding: 0 0 10px;
	border-bottom: 2px solid var(--color-primary);
}
.post h2.h3::after {
	display: none;
}
/**/
.post h3 {
	font-size: var(--rem24);
}
/*--------------------------------------------------
	サービス案内
--------------------------------------------------*/
.service_list .gallery {
	justify-content: flex-start !important;
	column-gap: 2%;
	row-gap: 20px;
}
.service_list .gallery dl.gallery-item {
	width: 23.5% !important;
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.service_list .gallery dl.gallery-item dt img {
	max-width: 100%;
}
.service_list .gallery dl.gallery-item dd {
	max-width: none !important;
	margin: 0 !important;
	padding: 15px 0 0 !important;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.service_list .gallery {
		column-gap: 4%;
	}
	.service_list .gallery dl.gallery-item {
		width: 48% !important;
	}
}
/**/
#service_consider_photo {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#service_consider_photo li {
	width: 48%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_consider_photo li:nth-child(2) {
		margin-top: 100px;
	}
}
/**/
#service_policy dl {
	text-align: center;
}
#service_policy dt {
	margin-bottom: 15px;
	background: var(--color-primary);
	border-radius: 50%;aspect-ratio: 1 / 1;
	color: #fff;
	font-size: 140%;
	line-height: 1.5;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_policy dl {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_policy dl+dl {
		margin-top: 20px;
	}
	#service_policy dl {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#service_policy dt {
		width: 50%;
		margin: 0;
		font-size: 120%;
	}
	#service_policy dd {
		width: 45%;
		text-align: left;
	}
}
/**/
#service_region5 dl {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
#service_region5 dt {
	margin-bottom: 6px;
	font-weight: 500;
	text-align: center;
}
#service_region5 dd {
	padding: 20px;
	background: #FFFFE6;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#service_region5 dl:nth-child(2) dd {
	background: #FFF5D8;
}
#service_region5 dl:nth-child(3) dd {
	background: #EEF8FF;
}
#service_region5 dl:nth-child(4) dd {
	background: #EBFAEF;
}
#service_region5 dl:nth-child(5) dd {
	background: #D9EFFF;
}
#service_region5 dd img {
	display: block;
	margin: 0 auto 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_region5 {
		justify-content: center;
		column-gap: 2%;
	}
	#service_region5 dl {
		width: 32%;
	}
}
/**/
#service_guide dl {
	margin-bottom: 20px;
	background: #FFF3FC;
}
#service_guide dl:nth-child(2) {
	background: #FFFFE6;
}
#service_guide dl:nth-child(3) {
	background: #F1FFF3;
}
#service_guide dl:nth-child(4) {
	background: #F0FAFF;
}
#service_guide dt {
	margin-bottom: 10px;
	font-size: 110%;
	text-align: center;
}
#service_guide dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_guide dl {
		width: 23.5%;
		padding-top: 70px;
		border-radius: 50%;
		aspect-ratio: 1 / 1;
	}
	#service_guide dd {
		padding: 0 15%;
	}
	#service_guide.p_afterschool dl {
		width: 48%;
		padding: 30px;
		border-radius: 20px;
		aspect-ratio: auto;
	}
	#service_guide.p_afterschool dd {
		padding: 0;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#service_guide dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_guide dl {
		padding: 20px;
		border-radius: 20px;
	}
}
/**/
#service_note .photo img {
	border-radius: 20px;
}
#service_note dt {
	margin-bottom: 8px;
	font-size: 110%;
	font-weight: 500;
}
#service_note dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_note .box {
		width: 48.5%;
	}
	#service_note .photo {
		width: 42%;
	}
	#service_note dl {
		width: 54%;
	}
}
/**/
#flow_list dl {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#flow_list dl:not(:last-child) {
	padding-bottom: 30px;
}
#flow_list dl::before {
	position: absolute;
	top: 0;
	left: 140px;
	display: block;
	width: 2px;
	height: 100%;
	background: #A3A3A3;
	content: "";
}
#flow_list dl::after {
	position: absolute;
	top: 8px;
	left: 131px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#flow_list dt {
	position: relative;
	width: 100px;
	padding: 5px 0;
	background: #F0FAFF;
	border-radius: 10px;
	font-weight: 500;
	text-align: center;
}
#flow_list dt::before {
	position: absolute;
	top: 50%;
	right: -10px;
	display: block;
	width: 10px;
	height: 10px;
	background: #F0FAFF;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translateY(-50%);
	content: "";
}
#flow_list dd {
	position: relative;
	width: calc(100% - 200px);
	padding: 5px 0 0;
}
#flow_list dd::before {
	position: absolute;
	top: 18px;
	left: -50px;
	display: block;
	width: 40px;
	border-bottom: 1px dashed #A3A3A3;
	content: "";
}
#flow_list dd b {
	display: block;
	margin-bottom: 10px;
	font-size: 120%;
}
#flow_list .photo li {
	margin-bottom: 15px;
}
#flow_list .photo img {
	border-radius: 20px;
}
#flow_list dt.no_display::before {
	display: none;
}
#flow_list dt.no_display {
	background: none;
	color: transparent;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#flow_list .txt {
		width: 70%;
	}
	#flow_list .photo {
		width: 25%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list dl::before {
		left: 120px;
	}
	#flow_list dl::after {
		left: 111px;
	}
	#flow_list dt {
		width: 90px;
	}
	#flow_list dd {
		width: calc(100% - 160px);
	}
	#flow_list dd::before {
		left: -40px;
		width: 30px;
	}
	#flow_list .photo {
		margin-top: 30px;
	}
	#flow_list .photo ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#flow_list .photo li {
		width: 48%;
	}
	#development #flow_list dt {
		width: 60px;
	}
    #development #flow_list dd {
        width: calc(100% - 130px);
    }
	#development #flow_list dl::before {
		left: 90px;
	}
    #development #flow_list dl::after {
        left: 81px;
    }
	#development #flow_list dd::before {
        left: -39px;
		width: 30px;
    }
}
/**/
#planning_tbl th {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
#planning_tbl th+th {
	width: 40%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#planning_tbl {
		width: 800px;
	}
	#planning_tbl td {
		white-space: normal;
	}
}
/*--------------------------------------------------
	選ばれる理由・よくある質問
--------------------------------------------------*/
.link_list li {
	margin-bottom: 15px;
}
.link_list li .linkBtn {
	display: block;
	padding: 15px 30px !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.link_list {
		justify-content: center;
		column-gap: 2%;
	}
	.link_list li {
		width: 23.5%;
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ */
	#reason_msg .photo {
		display: block;
		max-width: 60%;
		margin: 0 auto 20px;
	}
}
/**/
#reason_point dl {
	padding: 20px;
	border: 1px solid var(--color-primary);
	border-radius: 30px;
}
#reason_point dt {
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 30px;
	aspect-ratio: 3 / 2;
}
#reason_point dt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#reason_point dt.photo_long {
	background: #f5f5f5;
}
#reason_point dt.photo_long img {
	object-fit: contain;
}
#reason_point dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#reason_point dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#reason_point dl+dl {
		margin-top: 20px;
	}
}
/**/
.post dl.features_photo {
	position: relative;
}
.post dl.features_photo dt {
	position: absolute;
	top: -20px;
	left: 10px;
	padding: 6px 20px;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 999px;
	color: var(--color-primary);
	font-size: 20px;
}
.post dl.features_photo dt b {
	margin-left: 5px;
	font-size: 170%;
}
.post dl.features_photo dd {
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
}
.post dl.features_photo.txt_red dt {
	border-color: #ED4552;
	color: #ED4552;
}
.post dl.features_photo.txt_orange dt {
	border-color: #EC5707;
	color: #EC5707;
}
.post dl.features_photo.txt_green dt {
	border-color: #15A546;
	color: #15A546;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post dl.features_photo dt {
		top: -15px;
		padding: 4px 15px;
		font-size: 15px;
	}
}
/**/
#year_photo {
	counter-reset: number;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#year_photo li {
	position: relative;
	width: calc(100% / 3);
}
#year_photo li::before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 50px;
	background: #fff;
	border-radius: 0 20px 0 0;
	color: #72D6EE;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	counter-increment: number;
	content: counter(number) "月";
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#year_photo li {
		width: calc(100% / 2);
	}
	#year_photo li::before{
		width: 50px;
		height: 30px;
		font-size: 18px;
	}
}
/*--------------------------------------------------
	ご利用者様の声
--------------------------------------------------*/
.voice_box {
	border: 1px solid var(--color-primary);
}
.voice_box p:not(:last-child) {
	margin-bottom: 1em;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.voice_box .photo {
		float: right;
		width: 30%;
		margin: 0 0 30px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.voice_box .photo {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
.post ul.page_list {
	column-gap: 1%;
	row-gap: 1rem;
	justify-content: center;
}
.post ul.page_list li {
	width: 100%;
	display: block;
}
.post ul.page_list li .link_btn {
	border: 0;
}
.post ul.page_list li .link_btn:hover {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 1300px){ /* PC用 */	
	.post ul.page_list li {
		width: 24%;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 761px) { /* タブレット用 */
	.post ul.page_list li {
		width: 40%;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンデザイン---*/

.link_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
    font-size: var(--rem16);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: 14px var(--px40) 12px;
    border-radius: 50vw;
    -webkit-transition: .3s;
    transition: .3s;
	border: solid 2px var(--color-font);
}
.link_btn::after {
    content: '\f078';
    position: absolute;
    font-size: .85em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: var(--rem16);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link_btn:hover {
    color: var(--color-font);
	background: #fff;
	border: solid 2px var(--color-font);
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: var(--px40) auto;
    gap: 1%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.link_btn {
    width: auto;
    min-width: 240px;
    height: 100%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 48%;
	}
	.post ul.linkbtn_list > li a.link_btn {
		max-width: none;
		width: 100%;
		min-width: auto;
	}
}