@charset "UTF-8";

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
-----------------------------------------------------------------
	0. 	CSS Reset
	1. 	header-footer-content
	2. 	top
	3. 	about
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries
----------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------
*****	0. CSS Reset
----------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
	transition: 0.18s;
	text-decoration: none !important;
}

ul,
li {
	list-style: none;
}

body {
	color: #6e6e6e;
}

#global-header,
#main-content,
#site-footer {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #6e6e6e;
}

.content-box {
	width: 820px;
	padding: 100px 0 120px 0;
}

.footer-box {
	width: 1000px;
	padding: 5rem 0;
}

/*	211028
									.maru-j {
										font-family: 'M PLUS Rounded 1c', sans-serif;
									}
*/

.maru-e {
	font-family: "Nunito", sans-serif;
}

.fat {
	font-weight: bold;
}

.nakasoro {
	text-align: center;
}

.nakasoro2 {
	margin: 0 auto;
}

.hidariyose {
	float: left;
}

btn:hover {
	text-decoration: none!important;
}


/* --------------------------------------------------------------------------------------
*****	1. header-footer-content
----------------------------------------------------------------------------------------- */

#global-header {
	position: fixed;
	width: 96%;
	background-color: #ee869a;
	margin-top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
	height: 90px;
	border-radius: 6px;
}

#global-header2 {
	display: none;
}

.toplogo {
	display: block;
}

.header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 3.8rem;
}

.header-box ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-box li a {
	letter-spacing: 0.18rem;
	margin: 1.6rem 2.0rem;
}

/*	211207
									.gnav-1 {
										margin-right: 1.5rem;
									}
*/

.gnav-1 a {
	color: #ffffff;
	font-size: 1.6rem;
	display: block;
}

/*	211202
									.gnav-2 {
										margin-left: 1.5rem;
									}
*/

.gnav-2 a {
	color: #ee869a;
	font-size: 1.3rem;
	display: block;
	margin-right: 0!important;
}

.gnav-ja {
	font-size: 1.1rem;
	padding-top: 0.2rem;
}

.gnav2-en {
	background-color: #ffffff;
	padding: 0.6rem 1.8rem 0 1.8rem;
}

.gnav2-ja {
	font-size: 1rem;
	font-weight: 100;
	background-color: #ffffff;
	padding: 0 1.8rem 0.6rem 1.8rem;
}

.nowpage {
	background: linear-gradient(transparent 88%, #df526c 0%);
}

.nowpage2 {
	color: #ffffff!important;
}

.nowpage2 p {
	background-color: #df526c;
}

.footer-contact {
	background-color: #ee869a;
}

/*	211202
									.footer-contact-icon {
										padding-bottom: 3rem;
									}
*/

.footer-contact h2 {
	color: #ffffff;
	font-size: 3.6rem;
}

.footh2-line {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3rem;
}

.footh2-cap {
	color: #ffffff;
	letter-spacing: 0.8rem;
	font-size: 1.6rem;
	padding: 6rem 0 6rem 0;
}

.douzo {
	color: #ffffff;
	font-size: 2.6rem;
	letter-spacing: 0.4rem;
}

.contact-btn {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding-top: 5rem;
}

.contact-btn1 {
	width: 34%;
	margin: 0 4% 0 12%;
}

.contact-btn1 p {
	background-color: #df526c;
	padding: 1.6rem;
	border-radius: 6px;
	font-size: 1.8rem;
}

.contact-btn2 {
	width: 34%;
	margin: 0 12% 0 4%;
}

.contact-btn2 p {
	background-color: #aabdf3;
	padding: 1.6rem;
	border-radius: 6px;
}

.contact-btn1 a, .contact-btn2 a {
	color: #ffffff;
	letter-spacing: 0.2rem;
	display: block;
}

.contact-btn1 a:hover, .contact-btn2 a:hover {
	opacity: 0.7;
	transition: 0.18s;
}

.footer-1 {
	background-color: #faf1f3;
}

.footer-title {
	padding-bottom: 4rem;
	display: flex;
}

.footer-logo {
	padding-right: 5rem;
}

.footer-nav {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.footer-navh, .footer-navh a {
	color: #ee869a;
	font-size: 1.5rem;
	padding-bottom: 0.8rem;
	letter-spacing: 0.1rem;
}

.footer-navmore {
	border-left: 1px solid #ee869a;
	padding-left: 1.2rem;
}

.footer-navmore li {
	padding-bottom: 0.6rem;
}

.footer-navtxt a {
	color: #6e6e6e;
	font-size: 1.4rem;
	letter-spacing: 0.08rem;
}

.footer-2,
.footer-credit {
	background-color: #ffe6e8;
}

.footer2-nav {
	display: flex;
	height: 100%;
}

.footer2-nav1 {
	width: 27%;
	margin-right: 7%;
}

.footer2-nav2 {
	width: 32%;
}

.footer2-navh {
	color: #ffffff;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	background-color: #ee869a;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
	border-radius: 18px;
}

.footer2-navbtn {
	padding-bottom: 1.5rem;
}

.footer2-navbtn a {
	display: block;
}

.footer2-navbtn a:hover {
	opacity: 0.7;
	transition: 0.18s;
}

.footer-copyright {
	font-size: 1.2rem;
	color: #ee869a;
	letter-spacing: 0.06rem;
	padding-bottom: 3rem;
}

.pages-main-v {
	height: 480px;
}

.pages-main-v img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.pages-title {
	position: absolute;
	top: 25rem;
	left: 12rem;
}

.pages-title h2 {
	font-family: "Nunito", sans-serif;
	color: #ffffff;
	font-size: 3.8rem;
	letter-spacing: 2rem;
}

.pages-title p {
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 1.6rem;
	padding-top: 1rem;
}

.sec-atama {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}






/* -----------------------------------------------
	◆ヘッダー（グローバルメニュー／ハンバーガー）◆
-------------------------------------------------- */

#g-nav-ham {
	display: none;
}

	@media only screen and (max-width:1024px) {
		.header-box {
			width: 96%;
		}
		.header-box ul {
			display: block;
		}
		.header-box li a {
			font-size: 1.8rem;
		}
		#g-nav-pc {
			display: none;
		}
		#g-nav-ham {
			display: contents;
		}
		/* チェックボックスは非表示に */
		.drawer-hidden {
			display: none!important;
		}
		/* ハンバーガーアイコンの設置スペース */
		.drawer-open {
			display: flex;
			height: 60px;
			width: 60px;
			justify-content: center;
			align-items: center;
			position: relative;
			z-index: 100;		/* 重なり順を一番上に */
			cursor: pointer;
		}
		/* ハンバーガーメニューのアイコン */
		.drawer-open span,
		.drawer-open span:before,
		.drawer-open span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background: #333;
			transition: 0.5s;
			position: absolute;
		}
		/* 三本線のうち一番上の棒の位置調整 */
		.drawer-open span:before {
			bottom: 8px;
		}
		/* 三本線のうち一番下の棒の位置調整 */
		.drawer-open span:after {
			top: 8px;
		}
		/* アイコンがクリックされたら真ん中の線を透明にする */
		#drawer-check:checked ~ .drawer-open span {
			background: rgba(255, 255, 255, 0);
		}
		/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
		#drawer-check:checked ~ .drawer-open span::before {
			bottom: 0;
			transform: rotate(45deg);
		}
		#drawer-check:checked ~ .drawer-open span::after {
			top: 0;
			transform: rotate(-45deg);
		}
		/* メニューのデザイン*/
		.drawer-content {
			width: 100%;
			/*			height: 100%;		20220203	*/
			position: fixed;
			top: 0;
			left: 110%;	/*		メニューを画面の外に飛ばす */
			z-index: 99;
			background: #ee869a;
			border-radius: 6px;
			transition: .5s;
		}
		/* アイコンがクリックされたらメニューを表示 */
		#drawer-check:checked ~ .drawer-content {
			left: 0;/* メニューを画面に入れる */
		}
		/* 個別に新規追加 */
		.drawer-item {
			margin: 1rem 0;
		}
		.ham-title {
			margin: 1.5rem 0 1.5rem 2rem;
			letter-spacing: 0.16rem;
			color: #ffffff;
			font-size: 2.4rem;
		}
		.drawer-open {
			margin: 0!important;
		}
	}


/* --------------------------------------------------------------------------------------
*****	2. top
----------------------------------------------------------------------------------------- */

/*	211213
									.top-main-v {
										object-fit: cover;
										width: 100%;
										height: 100%;
									}
*/

.top-main-v {
	position: relative;
}

.top-main-logo {
	position: absolute;
	top: 45%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-50%);
}

/*	230503
									.top-main-vi {
										object-fit: cover;
										width: 1920px;
										height: 950px;
									}
*/

.top-content-box {
	padding: 100px 0 120px 0;
}

/*	211202
									.human1 {
										position: absolute;
										top: 1400px;
										left: 160px;
									}
									.human2 {
										position: absolute;
										top: 2400px;
										left: 1500px;
									}
									.human3 {
										position: absolute;
										top: 3435px;
										left: 130px;
									}
*/

h2 {
	color: #6e6e6e;
	letter-spacing: 0.7rem;
	font-size: 3.6rem;
	font-weight: bold;
}

.h2-line {
	border-bottom: 1px solid #ee869a;
	padding-bottom: 3rem;
}

.h2-cap {
	color: #ee869a;
	letter-spacing: 0.8rem;
	font-size: 1.6rem;
	padding: 6rem 0 10rem 0;
}

.top-philosophy {
	background-color: #ffffff;
}

.top-philo-box {
	display: flex;
}

.top-philo-box li {
	width: 50%;
}

.philo-l {
	padding-left: 15%;
	padding-right: 5%;
}

.philosophy-txt {
	color: #6e6e6e;
	font-size: 2.1rem;
	line-height: 2.3;
	letter-spacing: 0.14rem;
	padding-bottom: 4rem;
}

.underline-pink {
	background: linear-gradient(transparent 40%, rgba(238, 134, 154, 0.4) 40%);
}

.philo-btn a {
	background-color: #ee869a;
	padding: 0.8rem 5rem;
	border-radius: 6px;
	font-size: 1.7rem;
	color: #ffffff;
	letter-spacing: 0.2rem;
}

.philosophy-img, .philosophy-img img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

/*	211202
									.top-philo-box img {
										width: 100%;
									}
									.philosophy-subh {
										color: #ee869a;
										font-size: 2.5rem;
										padding: 5rem 0;
										line-height: 1.9;
										letter-spacing: 0.4rem;
									}
									.philosophy-img {
										width: 92%;
									}
									.philosophy-img ul {
										display: flex;
										justify-content: space-between;
										height: 100%;
										padding-bottom: 5rem;
									}
*/

.top-project {
	background-color: #fbf6f7;
}

.project-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.project-img1,
.project-img2 {
	width: calc(calc(100% - 2px) / 2);
	height: 330px;
}

.project-img3,
.project-img4,
.project-img5 {
	width: calc(calc(100% - 2px) / 3);
	height: 300px;
}

.project-link {
	display: block;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}

.project-link:hover {
	opacity: unset;
}

.project-link::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 2;
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	mix-blend-mode: multiply;
}

.project-link:hover:before {
	opacity: 0.9;
	background-color: #ee869a;
	mix-blend-mode: unset;
}

.project-link img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 1;
}

/*	211202
									.project-img1 a:hover, .project-img2 a:hover, .project-img3 a:hover, .project-img4 a:hover, .project-img5 a:hover {
										background-color: transparent;	* IE6対応 *
									}
									.project-img1 a:hover img {
										visibility: hidden;
									}
*/

.top-news {
	background-color: #ffffff;
}

.content-box-news {
	padding: 100px 0 120px 0;
	width: 1400px;
}

.news-article {
	display: flex;
}

.news-bigpac {
	width: 30%;
}

.news-pac {
	width: 286px;
}

.news-cat {
	margin-bottom: 0.3rem;
}

.news-cat a {
	color: #ffffff;
	font-size: 1.5rem;
	background-color: rgb(238, 134, 154, 0.7);
	padding: 0.2rem 1.2rem;
	border-radius: 6px;
}

.news-thumb {
	width: 100%;
	height: 200px;
	margin-bottom: 1.2rem;
	display: inline-block;
}

.news-thumb img {
	display: block;
	max-width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 9px;
}

.news-time {
	font-size: 1.3rem;
	letter-spacing: 0.3rem;
	color: #6e6e6e;
	margin-bottom: 0.6rem;
}

.news-title {
	color: #ee869a;
	font-size: 1.7rem;
}

.backnumber_btn {
	margin: 7rem 0 10rem 0;
}

.backnumber_btn a {
	background-color: #ee869a;
	padding: 1.6rem 10rem;
	border-radius: 6px;
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 0.2rem;
}

.news-apli {
	background-size: auto auto;
	background-color: rgba(255, 249, 250, 1);
	background-image: repeating-linear-gradient(
		135deg,
		transparent,
		transparent 16px,
		rgba(250, 241, 243, 1) 16px,
		rgba(250, 241, 243, 1) 30px
		);
	width: 1100px;
	padding: 70px 0 60px 0;
	border-radius: 12px;
	position: relative;
}

.apli-icatch {
	width: 120px;
	position: absolute;
	top: 40px;
	left: 17%;
}

.news-apli-title {
	color: #ffffff;
	font-size: 3rem;
	background-color: #ee869a;
	letter-spacing: 0.2rem;
	padding: 0.4rem 0;
	margin-bottom: 70px;
}

.news-apli ul {
	display: flex;
}

.news-apli li {
	width: 42%;
}

.news-apli-txt {
	padding: 0 3.8rem 0 4.8rem;
}

.news-apli-txt p {
	font-size: 1.7rem;
	line-height: 2;
}

.news-apli-bnr {
	background-color: #ffffff;
	border-radius: 6px;
	padding: 3rem;
	width: 76%;
}

.apli-logobox {
	width: 30% !important;
}

.apli-logo {
	width: 90%;
}

.apli-bnrtxt {
	color: #ee869a;
	padding-bottom: 0.6rem;
}

.apli-bnr {
	display: inline;
	width: 80%;
}

.apli-qr {
	display: inline;
	width: 80%;
}

.apli-illust {
	position: absolute;
	bottom: 0;
	right: 2%;
}


/* --------------------------------------------------------------------------------------
*****	3. about
----------------------------------------------------------------------------------------- */

#about-01,
#about-03 {
	background-color: #fbf6f7;
	padding: 0;
}

#about-02,
#about-04 {
	background-color: #ffffff;
	padding: 0;
}

#about-04 {
	/*
		background-color: #fff8e6;	黄色系
		background-color: #fff5eb;	黄色気味のピンク
		background-color: #fce6e2;						*/
}

.about-h3 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #ee869a;
	letter-spacing: 0.7rem;
	padding-top: 2.4rem;
}

.about-h3-line {
	width: 1px;
	height: 56px;
	background-color: #ee869a;
	margin: 2.8rem auto 4rem;
}

.about-mission p {
	color: #6e6e6e;
	font-size: 2.1rem;
	line-height: 2.3;
	letter-spacing: 0.14rem;
}

.future-box1 {
	background-color: rgba(238, 134, 154, 0.35);
	border-radius: 6px;
	padding: 2.2rem 3.6rem 3.6rem;
	margin-bottom: 30px;
}

.future-box2 {
	background-color: rgba(238, 134, 154, 0.2);
	border-radius: 6px;
	padding: 2.2rem 3.6rem 3.6rem;
	margin-bottom: 30px;
}

.future-box-last {
	margin-bottom: 0px;
}

.future-box1 ul,
.future-box2 ul {
	display: flex;
	padding-top: 2.2rem;
}

.future-box1 li,
.future-box2 li {
	width: 48%;
}

.future-box-l {
	margin-right: 4%;
}

.future-box-num {
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 0.8rem;
}

.future-box-title {
	color: #ee869a;
	font-size: 2.6rem;
}

.future-box-cap {
	color: #ee869a;
	padding-top: 0.6rem;
}

.future-box-txt {
	font-size: 1.7rem;
	padding-top: 1.6rem;
	line-height: 1.7;
	border-top: 1px solid #ee869a;
	margin-top: 2rem;
}

.message-box p {
	font-size: 1.7rem;
	line-height: 2.1;
}

.katagaki {
	color: #ee869a;
}

.messagetext {
	padding-top: 0.8rem;
}

.message-kugiri {
	width: 5%;
	height: 3px;
	background-color: #ee869a;
	margin: 4rem auto;
}

.profile-box {
	font-size: 1.7rem;
	margin-top: 4rem;
}

.profile-box li {
	display: flex;
	border-top: 1px solid rgba(238, 134, 154, 0.4);
	padding: 3.4rem 0;
}

.profile-box dt {
	width: 30%;
	line-height: 1.7;
	padding-left: 1rem;
	color: #ee869a;
}

.profile-box dd {
	line-height: 1.7;
}

.profile-add {
	line-height: 3.4rem;
}

.profile-box-last {
	border-bottom: 1px solid rgba(238, 134, 154, 0.4);
}


/* --------------------------------------------------------------------------------------
*****	4. project
----------------------------------------------------------------------------------------- */

#project-menu {
	background-color: #ffffff;
}

.project-menubox {
	width: 64%;
	padding: 20px 0;
	font-size: 1.5rem;
}

.project-menubox ul {
	display: flex;
	justify-content: space-around;
}

.project-menubox ul a {
	color: #6e6e6e;
}

.project-there {
	color: #ee869a;
}

.project-namebox {
	width: 820px;
	padding: 70px 0 0 0;
}

.project-name {
	background-color: #fbf6f7;
}

.project-namebox ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 3rem;
}

.project-namebox a {
	display: block;
}

.proj-title {
	background-color: #ee869a;
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	color: #ffffff;
	padding: 0.3rem 2.0rem;
	border-radius: 20px;
}

.project-name img {
	padding: 3rem 0;
}

.proj-name {
	font-size: 4.3rem;
	color: #ee869a;
	letter-spacing: 0.7rem;
}

.bg-white {
	background-color: #ffffff;
}

.project-supportc, .project-hagukumu, .project-labo {
	background-color: rgba(238, 134, 154, 0.35);
}

.project-houkago, .project-hataraku {
	background-color: rgba(238, 134, 154, 0.2);
}

.pro-box {
	display: flex;
}

.pro-left, .pro-right {
	width: 50%;
	position: relative;
}

.pro-l-box, .pro-r-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.pro-sec-title {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ee869a;
	padding: 2.2rem 0;
}

.pro-sec-txt {
	width: 500px;
}

.pro-sec-txt p {
	font-size: 1.7rem;
	color: #ee869a;
	line-height: 1.7;
}

.pro-more-btn {
	padding-top: 2rem;
}

.pro-more-btn a {
	background-color: #ee869a;
	padding: 0.8rem 5rem;
	border-radius: 6px;
	font-size: 1.7rem;
	color: #ffffff;
	letter-spacing: 0.2rem;
}

.coming {
	background-color: #6e6e6e;
	padding: 0.8rem 5rem;
	border-radius: 6px;
	font-size: 1.7rem;
	color: #ffffff;
	letter-spacing: 0.2rem;
}

/* ------------------------------
*****	kosodate support-center
--------------------------------- */

.spc-asobi {
	background-color: #fbf6f7;
}

.spc-asobi h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ee869a;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 2rem 0;
}

.spc-asobi ul {
	display: flex;
	align-items: center;
	margin-top: 5rem;
}

.spc-asobi-r {
	width: 65%;
	padding-left: 5%;
}

.spc-pi {
	color: #ff6e8c;
}

.spc-or {
	color: #fa913c;
}

.spc-gr {
	color: #37af69;
}

.asobi-title {
	font-size: 2.0rem;
	letter-spacing: 0.1rem;
}

.asobi-text {
	font-size: 1.7rem;
	padding-top: 1.7rem;
	line-height: 1.8;
}

.spc-photo ul {
	display: flex;
}

.spc-photo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.spc-insta {
	background-color: #ffffff;
}

.spc-insta-box {
	width: 1150px;
	padding: 180px 0 120px 0;
}

.spc-insta-bg {
	background-image: url("../img/supportc-bg01.jpg");
	border-radius: 9px;
}

.spc-insta-pac {
	width: 820px;
	position: relative;
}

.spc-insta h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.6rem;
	color: #ffffff;
	background-color: #ee869a;
	border-radius: 6px;
	padding: 2rem 0;
	position: absolute;
	top: -5%;
	width: 820px;
}

.icatch-koukai {
	position: absolute;
	top: -12%;
	right: -15.2%;
	filter: drop-shadow(0px 1px 2px #777888);
}

.spc-insta-pac ul {
	display: flex;
	justify-content: space-between;
}

.spc-insta-pac ul li {
	box-shadow: 1px 5px 10px 1px rgb(0 0 0 / 20%);
}

.spc-insta-pac ul li img {
	width: 240px;
}

.instapac-ul1 {
	padding-top: 10.5rem;
}

.instapac-ul2 {
	padding: 5rem 0 8rem;
}

.spc-info {
	background-image: url("../img/supportc-bg02.jpg");
}

.spc-info h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ee869a;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 2rem 0;
}

.spc-info-box1 {
	font-size: 2.0rem;
	color: #ffffff;
	letter-spacing: 0.1rem;
	padding-top: 5rem;
}

.infobox1-text {
	padding-top: 2.0rem;
	letter-spacing: 0.7rem;
}

.infobox1-air {
	margin-top: 2.0rem;
}

.info-taisyou {
	color: #ffffff;
	letter-spacing: 0.2rem;
	background-color: #ee869a;
	border-radius: 6px;
	padding: 1rem 3rem;
}

.spc-info-box2 {
	margin: 5rem 0 0 0;
    border-top: 1px solid #ffffff;
    padding: 5rem 0 0 0;
}

.spc-info-box2 ul {
	display: flex;
}

.spc-info-box2 p {
color: #ffffff;
    font-size: 1.9rem;
    line-height: 2.1;
    letter-spacing: 0.4rem;
    padding-right: 5rem;
}

.spc-apli {
/*	220131
									background-image: url("../img/supportc-bg01.jpg");
*/
	background-color: #ffffff;
	padding: 6rem 0;
}


/* ------------------------------
*****	hagukumu-fuji
--------------------------------- */

.hf-towa {
	background-color: #fbf6f7;
}

.hf-towa h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ee869a;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 2rem 0;
	margin-bottom: 5rem;
}

.hf-towa p {
	color: #ee869a;
	font-size: 2.1rem;
	line-height: 2.3;
	letter-spacing: 0.14rem;
	width: 88%;
	margin: 0 auto;
}

.hf-towa img {
	border-radius: 6px;
	margin-top: 5rem;
}

.hf-nenkan {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 12px, rgba(255, 110, 157, 0.1) 12px, rgba(255, 110, 157, 0.1) 24px );
}

.hf-nenkan h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ffffff;
	background-color: #ee869a;
	border-radius: 6px;
	padding: 2rem 0;
	margin-bottom: 5rem;
}

.nenkan-info, .kikan-info, .nen-ki-list {
	display: flex;
}

.nen-ki-left {
	width: 36%;
}

.nen-ki-right {
	width: 62%;
}

.nen-ki-right p {
	font-size: 1.6rem;
	line-height: 2.0;
}

/*	220126
									.nen-txt {
										color: #ee869a;
									}
*/

.nen-ki-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 5rem;
}

.nen-ki-list li {
	width: 21%;
	margin-right: 5.33%;
	margin-bottom: 5.4%;
	box-shadow: 1px 5px 10px 1px rgb(0 0 0 / 20%);
}

.nen-ki-list a {
	display: block;
}

.nen-ki-list li:nth-child(4n) {
  margin-right: 0;
}

.hf-kikan {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 12px, rgba(202, 135, 138, 0.12) 12px, rgba(202, 135, 138, 0.12) 24px );
}

.hf-kikan h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ffffff;
	background-color: #ca878a;
	border-radius: 6px;
	padding: 2rem 0;
	margin-bottom: 5rem;
}

/*	220126
									.ki-txt {
										color: #ca878a;
									}
*/

.hf-sup {
	background-color: #ffffff;
}

.hf-sup a {
	display: block;
}


/* ------------------------------
*****	kodomonoplus-lab
--------------------------------- */

.kpl-kosodatewo {
	background-color: #fbf6f7;
}

.kpl-kosodatewo h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ee869a;
	border-top: 3px solid #ee869a;
	border-bottom: 1px solid #ee869a;
	padding: 3.2rem 0;
	margin-bottom: 5rem;
}

.kpl-kosodatewo p {
	color: #ee869a;
	font-size: 2.1rem;
	line-height: 2.3;
	width: 98%;
	margin: 0 auto;
}

.underline-pink2 {
	background: linear-gradient(transparent 40%, rgba(238, 134, 154, 0.22) 40%);
}

.kpl-kyodo, .kpl-kigyo {
	background-color: #ffffff;
}

.kpl-kyodo-box {
	padding: 100px 0 120px 0;
}

.kpl-kyodo-h3, .kpl-kigyo-h3, .kpl-jisseki-h3 {
	width: 820px;
}

.kpl-kyodo-h3 h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ffffff;
	background-color: #ee869a;
	border-radius: 6px;
	padding: 2rem 0;
}

.kpl-kakeru {
	padding: 100px 0 80px;
}

.kpl-kyodo-text {
	width: 820px;
}

.kpl-kyodo-midasi {
	font-size: 2.2rem;
	color: #ee869a;
	letter-spacing: 0.2rem;
	line-height: 2;
}

.kpl-kyodo-honbun {
	padding: 46px 0;
	line-height: 2.14;
}

.kpl-jisseki {
	background-color: #fff9f0;
}

.kpl-jisseki h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ffffff;
	background-color: #fcd7a1;
	border-radius: 6px;
	padding: 2rem 0;
}

.kpl-jisseki-box {
	width: 1000px;
	padding-top: 80px;
}

.kpl-jisseki-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kpl-jisseki-wrap::after{
	content:"";
	display: block;
	width:30%;
}

.kpl-jisseki-thumb {
	width: 300px;
	height: 290px;
	margin-bottom: 1.2rem;
	display: inline-block;
}

.kpl-jisseki-thumb img {
	display: block;
	max-width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 6px;
}

.kakonolab-btn {
	padding-top: 60px;
}

.kakonolab-btn a {
	background-color: #ffffff;
	padding: 2rem 10rem;
	border-radius: 12px;
	font-size: 2.3rem;
	color: #fcd7a1;
	letter-spacing: 0.2rem;
	font-weight: bold;
	border: 2px solid #fcd7a1;
}

.kyodo-btn {
	padding-top: 90px;
}

.kyodo-btn a {
	background-color: rgba(238, 134, 154, 0.2);
	padding: 2rem 10rem;
	border-radius: 12px;
	font-size: 2.3rem;
	color: rgba(238, 134, 154, 0.6);
	letter-spacing: 0.2rem;
	font-weight: bold;
	border: 2px solid rgba(238, 134, 154, 0.3);
}

.kpl-kigyo-h3 h3 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.7rem;
	color: #ffffff;
	background-color: #9fcaed;
	border-radius: 6px;
	padding: 2rem 0;
}

.kpl-kigyo-text {
	font-size: 2.2rem;
	color: #9fcaed;
	letter-spacing: 0.2rem;
	padding: 70px 0;
}

.kpl-kigyo-kome {
	font-size: 1.64rem;
}

.kigyo-retu {
	width: 1130px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.kigyo-retu2 {
	width: 1130px;
	display: flex;
	justify-content: space-between;
}

.nokigyo {
	width: 280px;
}


/* --------------------------------------------------------------------------------------
*****	5. news
----------------------------------------------------------------------------------------- */

.news-menu,
.content-news {
	background-color: #ffffff;
}

.news-menubox {
	width: 1000px;
	padding: 50px 0;
	height: auto;
	overflow: hidden;
}

.news-menubox li {
	margin-right: 3rem;
	margin-bottom: 2rem;
}

.news-menubox li a {
	color: #ee869a;
	border: 1px solid #ee869a;
	border-radius: 6px;
	padding: 0.8rem 3.2rem;
	display: block;
}

.content-box-news2 {
	padding: 0 0 120px 0;
	width: 1000px;
}

.news-h3 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #ee869a;
	letter-spacing: 0.7rem;
	padding: 1rem 0 5rem;
}

.news-pac2 {
	margin: 0 0.8% 6rem 0.8%;
	width: 23%;
	display: inline-block;
	vertical-align: top;
}

.news-cat2 {
	margin-bottom: 0.3rem;
}

.news-cat22 {
	color: #ffffff;
	font-size: 1.5rem;
	background-color: rgb(238, 134, 154, 0.7);
	padding: 0.2rem 1.2rem;
	border-radius: 6px;
}

.news-paging {
	width: 500px;
	margin: 0 auto;
}

.pagination {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 24px;
}

.pagination span {
	margin: auto;
	background-color: #ee869a;
	padding: 0.1rem 0.8rem;
	color: #ffffff;
}

.pagination a {
	margin: auto;
	border: 1px solid #ee869a;
	padding: 0.1rem 0.8rem;
}

.news-page-title {
	color: #ffffff !important;
/*	220202
									text-shadow: 1px 2px 3px #000000;
*/
}

.news-page-titlecap {
/*	
	color: #ffffff !important;
220202
									text-shadow: 1px 2px 3px #000000;

	letter-spacing: 1.1rem !important;
*/
}

p.news-page-titlecap {
	color: #ffffff;
/*	220202
									text-shadow: 1px 2px 3px #000000;
*/
	letter-spacing: 1.1rem;
}


.colormix {
	/*	網掛け	*/
		width: calc(100%);
		height: inherit;
		position: absolute;
		top: 0px;
		left: 0px;
		/*	z-index: 2;	*/
		opacity: 0.7;
		background-color: transparent;
		background-image: radial-gradient(#df526c 20%, transparent 80%),
		radial-gradient(#df526c 20%, transparent 20%);
		background-size: 3px 3px;
		background-position: 0 0, 30px 30px;

	/*	ミックスブレンド（乗算とか）
		// 位置設定 //
			position: absolute;
			top: 0px;
			left: 0px;
		// ミックスブレンド設定 //
			mix-blend-mode: soft-light;
			background: #ff77bb;
			width: 100%;
			height: 480px;
	*/
}

.news-time-single {
	letter-spacing: 0.3rem;
	color: #6e6e6e;
	margin-right: 2rem;
}

.news-cat-single a {
	padding: 0.2rem 1rem;
	background-color: rgb(238, 134, 154, 0.7);
	border-radius: 0.3rem;
	color: #ffffff;
	font-size: 1.52rem;
}

h3.news-title-single {
	font-size: 2.5rem;
	padding: 3rem 0 6rem 0;
}

.news-content-single p {
	font-size: 1.7rem;
	line-height: 2.1;
}

.news-content-single img {
	border: 1px solid #dddddd;
}

.plus-news-title-l {
	font-size: 1.9rem !important;
	border-left: solid 5px #ee869a;
	padding-left: 1.4rem;
	margin: 6rem 0 1.4rem 0;
}

.plus-news-pic-cap {
	font-size: 1.6rem !important;
	margin-bottom: 3rem;
}

.plus-news-freelink a {
	text-decoration: revert;
	color: #ee869a;
}

.kpl-cat a {
	margin-right: 1.2rem;
}

.kyodo-btn-yohaku {
	padding-top: 120px;
}

.kpl-news-title {
	padding-top: 40px;
}

.kpl-jisseki-news {
	background-color: #ffffff;
}

.kpl-ji-box {
	padding-bottom: 120px;
}

.kpl-jisseki-box2 {
	width: 1000px;
}

p.kpl-newscatch {
	font-size: 1.92rem;
	color: #ee869a;
	padding-bottom: 5rem;
	letter-spacing: 0.1rem;
	margin-top: -50px;
}


/* --------------------------------------------------------------------------------------
*****	6. recruit
----------------------------------------------------------------------------------------- */

.content-recruit0 {
	width: 100%;
}

.content-recruit0 img {
	width: 100%;
}

.content-recruit1 {
	background-color: #f3e6f1;
}

.content-recruit2 {
	background-color: #ffffff;
}

.content-box-rec {
	width: 1000px;
	padding: 100px 0 120px 0;
}

.recruit-h3 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #ee869a;
	letter-spacing: 0.7rem;
	padding-top: 2.4rem;
}

.recruit-h3cap {
	font-size: 2.1rem;
	letter-spacing: 0.14rem;
	padding: 3rem 0 4rem 0;
	line-height: 1.84;
}

.rec-slide {
	padding-top: 4rem;
	padding-bottom: 8rem;
}

.rec-nakama {
	border-top: 2px solid #ee869a;
	border-bottom: 2px solid #ee869a;
}

.nakama-text {
	color: #ee869a;
	font-size: 2.1rem;
	letter-spacing: 0.11rem;
	padding: 6rem 0;
	line-height: 2.6;
}

.nakama-data {
	display: flex;
	border-radius: 9px;
	padding: 0 3.4rem 6rem;
	justify-content: space-between;
}

.data-title {
	font-size: 2.3rem;
	padding-bottom: 2rem;
}

.data-text {
	background-color: #ffffff;
	border-radius: 6px;
	padding: 1rem;
	font-size: 1.6rem;
	margin-bottom: 2.8rem;
}

.data-cap {
	font-size: 1.4rem;
	padding-top: 2.8rem;
	line-height: 1.7;
}

.data-color1 {
	color: #ee869a;
}

.data-color2 {
	color: #fcd36a;
}

.data-color3 {
	color: #fc966a;
}

.data-color4 {
	color: #9fd25a;
}

.data-color5 {
	color: #83b3c6;
}

.data-color6 {
	color: #b694c3;
}

.data-color7 {
	color: #9fd2e8;
}

.nakama2-ul {
	display: flex;
	justify-content: space-between;
}

.data-genzai {
	font-size: 1.4rem;
	color: #ee869a;
	padding-top: 0.8rem;
	letter-spacing: 0.1rem;
	text-align: right;
}

.rec-seido1 {
	background-color: rgba(238, 134, 154, 0.75);
	border-radius: 9px;
	display: flex;
	padding: 2.8rem;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.4rem;
}

.rec-seido2 {
	background-color: rgba(252, 211, 106, 0.75);
	border-radius: 9px;
	display: flex;
	padding: 2.8rem;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.4rem;
}

.rec-seido3 {
	background-color: rgba(159, 210, 90, 0.75);
	border-radius: 9px;
	display: flex;
	padding: 2.8rem;
	justify-content: space-between;
	align-items: center;
}

.seido-title {
	width: 24%;
}

.seido-title img {
	display: inline;
}

.seido-title p {
	padding-top: 0.8rem;
	color: #ffffff;
}

.news-paging {
	display: none;
}

.rec-nagare-li {
	list-style: none;
	border-bottom: 1px solid rgba(238, 134, 154, 0.6);
	padding: 36px 0;
}

.rec-nagare-li:first-child {
	border-top: 1px solid rgba(238, 134, 154, 0.6);
}

.rec-nagare-ul {
	display: flex;
	width: 660px;
	align-items: center;
}

.nagare-num {
	padding-right: 2.0rem;
}

.nagare-h {
	width: 16rem;
}

.nagare-h p {
	font-size: 2.4rem;
	color: #ee869a;
}

.oubolink {
	color: #ee869a;
	text-decoration-line: underline;
}


/* --------------------------------------------------------------------------------------
*****	7. contact
----------------------------------------------------------------------------------------- */

.contact-menu {
	background-color: #ffffff;
}

.contact-menubox {
	width: 820px;
	padding: 50px 0;
}

.contact-menubtn {
	display: flex;
	justify-content: space-between;
}

.contact-menubtn li {
	z-index: 10;
}

.contact-menubtn a {
	color: #ee869a;
	border: 1px solid #ee869a;
	border-radius: 6px;
	padding: 1rem 3.4rem;
}

.contact-h3 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #ee869a;
	letter-spacing: 0.7rem;
}

.contact-h3cap {
	font-size: 2.1rem;
	letter-spacing: 0.14rem;
	padding: 3rem 0 4rem 0;
	line-height: 1.84;
}

#contact-01 {
	background-color: #fbf6f7;
	padding: 0;
}

.faq_txtbox ul,
.faq_box li,
.faq_box dt,
.faq_box dd {
	margin: 0;
}

.faq_box li {
	list-style: none;
	border-bottom: 1px solid rgba(110, 110, 110, 0.3);
	padding: 20px 0;
}

.faq_box li summary {
	list-style: none;
	cursor: pointer;
}

.faq_box li:first-child {
	border-top: 1px solid rgba(110, 110, 110, 0.3);
}

.faq_question {
	background: url("../img/contact-q-icon.png") no-repeat left top;
	background-size: 21px;
}

.faq_question p {
	color: #ee869a;
	font-size: 1.7rem;
	padding-left: 36px;
	margin: 0 0 0.9rem 0;
}

.faq_answer {
	background: url("../img/contact-a-icon.png") no-repeat left top;
	background-size: 21px;
}

.faq_answer p {
	font-size: 1.7rem;
	padding-left: 36px;
	margin: 0;
	line-height: 1.6;
}

.faq_answer a,
.faqtextlast a {
	color: #ee869a;
	text-decoration-line: underline;
}

.faqtextlast {
	font-size: 1.7rem;
	margin-top: 20px;
	color: #ee869a;
	line-height: 1.6;
}

#contact-02 {
	background-color: #ffffff;
	padding: 0;
}

.toriatukai {
	margin-bottom: 6rem;
}

.toriatukai a {
	color: #ffffff;
	font-size: 1.7rem;
	background-color: #ee869a;
	border-radius: 6px;
	padding: 0.4rem 1.2rem;
	letter-spacing: 0.14rem;
}

#wpcf7-f75-o1,
#wpcf7-f83-o1 {
	border-top: 1px solid rgba(238, 134, 154, 0.6);
}

.labeltop {
	margin-top: 2rem;
}

.labelmenu {
	margin-bottom: 2.6rem;
}

.hissu {
	color: #ed4768;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(238, 134, 154, 0.1);
	border-style: none;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.5rem;
	margin: 1rem 0 0 0;
	max-width: 100%;
	padding: 1.2rem 1.6rem;
	width: 100%;
}

select {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #6e6e6e;
	font-size: 1.5rem;
	width: 100%;
	padding: 1.2rem 1.6rem;
	background: rgba(238, 134, 154, 0.1);
	margin: 1rem 0 0 0;
	border: none;
}

.wpcf7-not-valid-tip {
	color: #ff0000 !important;
}

.wpcf7-response-output {
}

.input_txt {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(238, 134, 154, 0.1);
	border-style: none;
	box-shadow: none;
	display: block;
	font-size: 1.66rem;
	width: 100%;
	max-width: 100%;
	margin: 1rem 0 0 0;
	padding: 1.2rem 1.6rem;
	color: #ee869a;
	letter-spacing: 0.08rem;
}

/* — コンタクトフォーム7　進むボタンのカスタマイズ — */
input.wpcf7-submit {
	padding: 1.6rem;						/* ボタン内の余白 */
	margin-top: 2rem !important;			/* ボタンの上下の余白 */
	background-color: #df526c !important;	/* 背景の色 */
	border-radius: 6px;						/* 角を丸く*/
	font-size: 1.8rem;						/* 文字の大きさ */
	width: 38%;								/* ボタンの横幅*/
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0.2rem;
}

/* — コンタクトフォーム7　戻るボタンのカスタマイズ — */
input.wpcf7-previous {
	padding: 1.6rem;						/* ボタン内の余白 */
	margin-top: 2rem !important;			/* ボタンの上下の余白 */
	margin-left: 4rem !important;
	background-color: #888888 !important;	/* 背景の色 */
	border-radius: 6px;						/* 角を丸く*/
	font-size: 1.8rem;						/* 文字の大きさ */
	width: 38%;								/* ボタンの横幅*/
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0.2rem;
}

.wpcf7-submit:hover, .wpcf7-previous:hover {
	opacity: 0.5;
	transition: 0.18s;
	text-decoration: none !important;
}

#contact-03 {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(
		135deg,
		transparent,
		transparent 6px,
		rgba(238, 134, 154, 0.3) 10px,
		rgba(238, 134, 154, 0.3) 8px
	);
	padding: 0;
}

.privacy-txt {
	background-color: #ffffff;
	padding: 5rem;
	margin-top: 3rem;
	border-radius: 12px;
}

.privacy-txt p {
	font-size: 1.6rem;
	line-height: 2;
}

.privacy-txt-space {
	padding-top: 1.2rem;
}


/* -------------------------------------------------------------------------- */
/*	0000000. 404
/* -------------------------------------------------------------------------- */

.page404 {
	padding: 20rem 0;
}

.page404 h2 {
	font-size: 8rem;
}

.p404-cap {
	color: #ee869a;
	letter-spacing: 0.8rem;
	font-size: 3rem;
	padding: 5rem 0 10rem 0;
}

.p404-text {
	line-height: 2.0;
	letter-spacing: 0.1rem;
}

/* -------------------------------------------------------------------------- */
/*	0000000. TOP（スライドショーCSS）
/* -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------
*****	コドモノプラス ラボ（イベントエントリー）
----------------------------------------------------------------------------------------- */
.kpl-event-wrap {
	background-color: #ffffff;
	padding-top: 40px;
}

#company-info {
	width: 900px;
}

.company-logopac {
	width: 400px;
}

.company-presents {
	padding: 20px 0 40px;
	font-size: 2.1rem;
	letter-spacing: 0.6rem;
}

#event-title {
	padding: 40px;
}

#event-title h2 {
	font-size: 3rem;
	letter-spacing: 0.2rem;
}

#event-box {
	padding: 50px 0 100px;
	width: 900px;
}

#event-box h3 {
	font-size: 2.3rem;
	letter-spacing: 0.2rem;
	color: #222222;
}

.event-btn,
.eventend-btn {
	width: 64%;
	margin: 50px auto 0;
}

.event-btn:hover {
	opacity: 0.7;
	transition: 0.18s;
	text-decoration: none!important;
}

.event-btn button:hover {	/* 20230120小池氏加筆	*/
	text-decoration: none;	
}

.eventend-btn {
	pointer-events: none;
}

.event-btn button,
.eventend-btn button {
	display: block;
	width: 100%;
	padding: 30px;
	border-radius: 6px;
	font-size: 2.5rem;
}

.event-btn-info {
	line-height: 1.8;
	letter-spacing: 0.3rem;
}

.event-btn-info2 {
	margin: 30px 0 24px;
	font-size: 2.0rem;
}

.event-btn-this {
	background-color: #ffffff;
	padding: 12px 32px;
}

.shiroji {
	color: #ffffff;
}

.bgcolor-eventend {
	background-color: #aaaaaa;
}

.color-eventend {
	color: #aaaaaa;
}

.bgcolor-pigeon {
	background-color: #eb5550;
}

.color-pigeon {
	color: #eb5550;
}

.bgcolor-hondacars {
	background-color: #D51523;
}

.color-hondacars {
	color: #D51523;
}

.footer-labevent-yohaku {
	padding-top: 16px;
}

.oubokikan {
	border-top: 2px dotted;
	width: 86%;
	margin: 1.2rem auto 0;
	padding: 2rem 0;
}

.oubokikan p {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0.33rem;
	line-height: 1.8;
}

.event-thumbtxt {
	font-size: 13.5px;
	padding-top: 20px;
	line-height: 1.8;
}


/* --------------------------------------------------------------------------------------
*****	コドモノプラス ラボ（イベントエントリー応募フォーム）
----------------------------------------------------------------------------------------- */

.entry-nokori {
	padding-top: 40px;
	color: #ff2d4a;
}

.nokoriline {
	/*	background: linear-gradient(transparent 60%, rgba(238, 134, 154, 0.4) 40%);	*/
	border-bottom: 4px solid #ff2d4a;
	padding: 8px 6px;
	font-size: 1.9rem;
	letter-spacing: 0.08rem;
	line-height: 2.6;
}

.entry-label1 {
	margin-top: 60px;
	border-top: 1px solid #ffc5cd;
	padding: 30px 0 20px;
}

.eventnamelabel {
	margin-bottom: -16px;
}

.entry-label2 {
	border-top: 1px solid #ffc5cd;
	padding: 30px 0 10px;
}

.entry-label3 {
	border-top: 1px solid #ffc5cd;
	border-bottom: 1px solid #ffc5cd;
	padding: 30px 0 10px;
}

.entry-policytitle {
	margin: 40px 0 30px;
	color: #222222;
}

.entry-policybox {
	width: 78%;
	height: 260px;
	margin: 0 auto 30px;
	padding: 10px 20px;
	background-color: #fff8ee;
	overflow: auto;
	border: 1px solid #cbcbcb;
	font-size: 15px
}

.e-hissu {
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #FF2D4A;
	padding: 2px 6px;
	border-radius: 4px;
}

.entry-label1,
.entry-label2,
.entry-label3,
.e-policycheck {
	font-size: 1.8rem;
	color: #222222;
}

.entry-oubo {
	padding-top: 50px;
}

.e-oubobtn {
	background-color: #222222 !important;
}

.wpcf7 form div.message-if-yes {	/*	送信完了時の独自メッセージ（通常は非表示）	*/
  display: none;
}
 
.wpcf7 form.sent div.message-if-yes {	/*	送信完了時の独自メッセージ（送信完了で表示）	*/
  display: block;
}

.message-if-yes {
	margin-top: 2rem;
}

.message-if-yes p {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	line-height: 3.2rem;
}


/* --------------------------------------------------------------------------------------
*****	トップページの動画
----------------------------------------------------------------------------------------- */
.top-main-video video,
.top-main-video2 video {
	object-fit: cover;
	height: 950px;
}

.top-main-video::after {	/*	黒網	*/
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	background-image: radial-gradient(#111 20%, transparent 20%), radial-gradient(#111 20%, transparent 30%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.top-main-video2::after {	/*	白網	*/
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(250,250,250,0.2);
	background-image: radial-gradient(#ddd 20%, transparent 30%), radial-gradient(#ddd 15%, transparent 30%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.top-main-logo {
	z-index: 900;
}


/* --------------------------------------------------------------------------------------
*****	コドモノプラス ラボ／企業ごとイベント一覧ページのサムネイル
----------------------------------------------------------------------------------------- */
.event-thumbnail {
	width: 64%;
	margin: 50px auto 0;
}

.event-thumbnail ul {
	display: flex;
	justify-content: space-evenly;
}

.event-thumbnail li {
	width: 36%;
}

.event-thumbnail img {
	border: 1px solid #dddddd;
}



