@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 共通 */
/*pcのみセンター*/
@media screen and (min-width: 960px) {/* 960px以上*/
.position-pc {
	text-align: center;
}
}
@media screen and (min-width: 1570px) {/* 1570px以上*/
.position-pc2 {
	text-align: center;
}
}
/*pcのみ改行*/
@media screen and (max-width: 960px) {/* 960px以下*/
 .br-sp {
	 display:none;
}
}
@media screen and (max-width: 1569px) {/* 1569px以下*/
 .br-sp2 {
	 display:none;
}
}
.center {
	text-align: center;	
}
/* 共通空白スペース */
.unspacer8 {
	margin-bottom: 8px;
}
.unspacer30 {
	margin-bottom: 30px;
}
.top20 {
	margin-top: 20px;
}
.unspacer70 {
	margin-bottom: 70px;
}
/* 共通 お問い合わせリッチメニュー */
.contactbox {
	width: 800px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px !important;
}
.contactarea {
	border-radius: 10px;
	background-color: #fff;
	margin: 0 0 10px !important;
	padding: 30px 50px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
.contactbox {
	width: 100%;
	padding: 4% !important;
}
.contactarea {
	padding: 10% 6%;
}
}
/* PC電話番号リンク外す */
a[href*="tel:"]{
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"]{
	color: #1176d4;
    pointer-events: auto;
}
}
/*▼トップページ*/
/* 見出しh2タグ */
.post_content h2.toptitle {
	font-size: 34px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 8px 50px;
	margin: 0 auto 30px;
	border-radius: 30px;
	background: #549967;
	color: #fff;
}
.post_content h2.toptitle2 {
	font-size: 34px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 8px 50px;
	margin: 0 auto 0;
	border-radius: 30px;
	background: #549967;
	color: #fff;
}
.post_content h2.toptitle::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px;
    border-color: #549967 #549967 transparent transparent;
}
.post_content h2.untitle {
	font-size: 28px;
	margin: 0 0 38px 0;
	padding: 0;
	line-height: 1;
	color: #549967;
}
@media screen and (max-width: 1049px) {/* 1049px以下*/
.post_content h2.untitle {
	font-size: 1.7rem;
	line-height: 1.2;
}
}
@media screen and (min-width: 1050px) {/* 1050px以上*/
.post_content h2.cen {
	text-align: center;
}
}
.post_content h3.service {
	color: #2c492d;
	margin: 0 auto 10px;
	text-align: center;
	border-bottom: 2px dotted #549967;
	padding-bottom: 6px;
}
.post_content h3.area {
	font-size: 32px;
	padding: 0;
	line-height: 1;
	color: #549967;
	margin: 0 auto 30px;
	text-align: center;
}
.post_content h3.program {
	font-size: 24px;
	padding: 0;
	line-height: 1;
	color: #549967;
	margin: 0 auto 20px;
	text-align: center;
}
.post_content h3.room {
	font-size: 28px;
	padding: 0;
	line-height: 1;
	margin: 0 auto 20px;
	text-align: center;
}
.post_content h3.room2 {
	font-size: 32px;
	padding: 0;
	line-height: 1;
	margin: 0 auto 30px;
	text-align: center;
}
.post_content h3.exercise {
	color: #0880a4;
}
.post_content h3.play {
	color: #d76e08;
}
.post_content h3.consult {
	color: #329966;
}
.post_content h4.areatitle {
	text-align: center;
	margin: 0 auto 10px;
}
.post_content h4.protitle {
	font-size: 26px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	margin: 10px auto 26px !important;
	border-radius: 30px;
	background: #549967;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 600px) {/* 600px以下*/
.post_content h3.area {
	font-size: 26px;
}
}
@media screen and (max-width: 960px) {/* 960px以下*/
.post_content h2.toptitle {
	font-size: 1.7rem;
	padding: 12px 40px;
}
.post_content h4.protitle {
	font-size: 22px;
	padding: 8px 20px;
}
}
.title-common {
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
span.catch {
	font-size: 22px;
	color: #2c492d;
	background: #f7f6dd;
	padding: 6px 30px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
span.catch {
	font-size: 1.5rem;
	padding: 8px;
}
}
.abouttext {
	margin: 30px 0 40px;
}
.aboutbox {
	border: 10px solid #d7e9d4;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 50px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
/*LEGONKidsS について 中央ブロックsp表示 */
.aboutarea {
	padding: 0 4%;
}
/*LEGONKidsSについて 左右の子ども */
.support-child1,.support-child2 {
	display: none;
}
}
/*支援内容 背景*/
@media screen and (max-width: 1560px) {/* 1560px以下*/
/*支援内容 スタッフ1 */
.support-staff1,.support-staff2,.support-staff3 {
	display: none;
}
}
@media screen and (min-width: 960px) {/* 960px以上*/
.support-bg {
	position: relative;
}
}
@media screen and (max-width: 959px) {/* 959px以上*/
.support-bg {
	position: relative;
	padding: 4%;
}
}
.support-title {
	position: absolute;
 	top: -70px;
	right: 0;
	left: 0;
}
.support-staff1 {
	position: absolute;
 	top: -150px;
	left: -80px;
}
.support-staff2 {
	position: absolute;
 	top: 400px;
	right: -100px;
}
.support-staff3 {
	position: absolute;
 	top: 900px;
	left: -40px;
}
}
/*支援内容 横幅いっぱい*/
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    vertical-align: bottom;
}
/*支援内容 5つの支援 白い */
.supportbox {
	padding: 80px !important;
	border-radius: 20px;
}
.supportbox2 {
	border-radius: 20px;
}
.supportbox3 {
	border-radius: 20px;
}
@media (min-width: 1201px) {/* 1201px以上*/
.supportbox2 {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 40px !important;
	border-radius: 20px;
}
}
@media screen and (max-width: 960px) {/* 960px以下*/
.supportbox {
	padding: 10% 6% !important;
}
}
.programbox {
	padding: 20px !important;
	background: #fff;
	border-radius: 20px;
}
.swell-block-columns__inner {
    justify-content: center !important;
}
/*支援内容 5つの支援内側 */
.areabox {
	margin: 80px 0 70px;
}
@media screen and (max-width: 960px) {/* 960以下*/
.supportbox {
	padding: 30px !important;
	border-radius: 20px;
}
}
/* ▼LEGONKidsSについて */
/*LEGONKidsSとはのスタッフ非表示 */
@media screen and (max-width: 960px) {/* 960px以下*/
.staff-all {
	display: none;
}
}
/*LEGONKidsSとは */
.staffbox {
	padding: 14%;
}
@media screen and (max-width: 1570px) {/* 1570px以下*/
.staffbox {
	padding: 4%;
}
}
/*3つの事業内容 */
.types3 {
	padding: 14%;
}
@media screen and (max-width: 960px) {/* 960px以下*/
.types3 {
	padding: 4%;
}
}
/*施設情報・運営会社のボックス角丸 */
.companybox {
	border-radius: 20px;
	padding: 50px !important;
	position: relative;
}
@media screen and (max-width: 960px) {/* 960px以下*/
.companybox {
	padding: 5% !important;
}
}
/* 運営会社グループ吹き出し：上 */
.group {
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px 15px;
    position: relative;
    border-radius: 30px;
}
.group::before,
.group::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    position: absolute;
    left: calc(50% - 5px);
}
.group::before {
    border-color: transparent transparent #ddd transparent;
    top: -16px;
}
.group::after {
    border-color: transparent transparent #fff transparent;
    top: -12px;
}
/*施設情報・運営会社のキャラクター*/
.com-ani {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
}
/*お部屋の紹介*/
.separate-blo {
	column-gap: 0 !important;
}
.separate {
	background: linear-gradient(90deg, #e0eaed 0%, #e0eaed 33%, #f7f6dd 33%, #f7f6dd 67%, #ebf5f0 67%, #ebf5f0 100%);
	padding: 4%;
}
@media screen and (max-width: 600px) {/* 600px以下*/
.separate {
	background: #f7f6dd !important;
}
}
.separatebox {
	border-radius: 20px;
	position: relative;
	background: #fff;
	padding: 30px 20px !important;
}
/* ▼支援内容*/
/*プログラムのボルダリング背景 */
.bouldering1 {
	position: absolute;
 	top: 100px;
	left: 50px;
}
.bouldering2 {
	position: absolute;
 	top: 500px;
	right: 50px;
}
.bouldering3 {
	position: absolute;
 	top: 650px;
	right: 100px;
}
.bouldering4 {
	position: absolute;
 	top: 1000px;
	left: 100px;
}
.bouldering5 {
	position: absolute;
 	top: 1500px;
	right: 150px;
}
.bouldering6 {
	position: absolute;
 	top: 1700px;
	right: 200px;
}
.bouldering7 {
	position: absolute;
 	bottom: 200px;
	left: 80px;
}
.bouldering8 {
	position: absolute;
 	bottom: 100px;
	left: 150px;
}
@media screen and (max-width: 1400px) {/* 1400px以下*/
.bouldering1,.bouldering2,.bouldering3,.bouldering4,.bouldering5,.bouldering6,.bouldering7,.bouldering8 {
	display: none;
}
}
/*固定ページのタイトル*/
@media screen and (max-width: 960px) {/* 960px以下*/
.c-pageTitle {
	font-size: 1.5rem;
}
}
.c-pageTitle {
	font-size: 1.4rem;
	color: #333;
}
@media screen and (min-width: 960px) {/* 960px以上*/
.l-topTitleArea {
min-height: 14vw;
}
}
.l-topTitleArea {
	text-align: center;
	align-items: flex-end;
}
@media (min-width: 600px) {/* 600px以上*/
    .l-topTitleArea {
        padding: 2.5em 0;
}
}
@media screen and (max-width: 960px) {/* 960px以下*/
.c-pageTitle {
	font-size: 1.5rem;
}
}
/*情報公開 下部ライン*/
.un-line {
	padding-bottom: 30px;
	border-bottom: 1px dotted #333;
	margin-bottom: 80px;
}
/*フッター電話番号*/
.f-telnumber {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 8px !important;
}
/* フッター直前ウィジェットの上部余白をなくす */
.w-beforeFooter {
    margin: 1.5em auto 3em;
}
.l-content {
    margin: 0 auto 1em;
}
/* ▼フッターメニュー */
/* スマホ */
@media screen and (max-width: 767px) {/* 767px以下*/
/* フッターメニュー */
.footer-nav {
	width: 90%;
	margin: 0 auto;
}
p.footer-com {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
}
@media screen and (max-width: 1000px) {/* 1000px以下*/
.footer07 .wrap {
 width: 95%;
 margin: 0 auto;
	padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap .box {
 width: 100% !important;
}
.footer07 .wrap .box:first-child {
 margin-bottom: 10px;
}
.footer07 .wrap .box:nth-child(2) {
 margin-bottom: 10px;
}
}
/* PC */
.footer07 {
 width: 640px;
 line-height: 220%;
 font-size: 15px;
}
.footer07 .wrap {
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap p {
 margin: 0;
 padding: 0 0 5px 0;
 font-size: 16px;
 font-weight: 600;
}
.footer07 .wrap .box:first-child {
 width: 38%;
}
.footer07 .wrap .box:nth-child(2) {
 width: 40%;
}
.footer07 .wrap .box:nth-child(3) {
 width: 22%;
}
.footer07 .wrap .box ul {
 margin: 0;
 padding: 0 0 10px 0;
 list-style: none;
}
.footer07 .wrap .box ul li{

}
.footer07 .wrap .box ul li:before{
  content:url("https://legonkids-s.jobconnect.jp/wp-content/uploads/2025/05/arrow-1.webp");
  display:inline-block;
  margin-right:4px;
  position:relative;
  top:2px;
  left:0;
}
p.footer-com {
  font-size: 18px;
  margin-bottom: 10px;
}
p.fontbold {
  font-weight: 700;
}
/* ▼お問い合わせフォーム ここから */
.cf7 {
  width: 1000px;
  margin: 0 auto;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7__list dt {
  width: 30%;
  padding-top: 10px;
}
.cf7__list dd {
  width: 70%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-left: 15px;
  padding: 1px 8px 3px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}
.cf7__required {
  background: #549967;
  border-radius: 10px;
}
.cf7__optional {
  background: #878D8E;
  border-radius: 10px;
}

/* お問い合わせフォーム input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 12px 20px;
  background: #F4F4F4;
}

/* お問い合わせフォーム ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* お問い合わせフォーム チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* お問い合わせフォーム 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* お問い合わせフォーム マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* お問い合わせフォーム チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* お問い合わせフォーム チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* お問い合わせフォーム ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #549967;
  color: #fff;
  transition: opacity .6s;
  border-radius: 30px;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

.cf7__privacy {
  text-align: center;
}

.cf7__privacy2 {
  text-align: center;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }
}

@media screen and (max-width: 1200px) {/* 1200px以下*/
.cf7 {
  width: 100%;
}
}
/* お問い合わせフォームここまで */
/* コピーライト表記 */
.l-footer .copyright {
    display: none;
}
.l-footer .copyright-auto {
    font-size: 12px;
    text-align: center;
}
/* デフォルトのreCAPTCHAを非表示 */
.grecaptcha-badge {
    visibility: hidden !important;
}
.recaptcha-banner-container {
    display: flex;
    align-items: center;
    width: 300px;
    height: 60px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-family: sans-serif;
    margin: 20px auto;
    box-sizing: border-box;
}
.recaptcha-banner-left {
    flex: 1;
    background-color: #4285F4;
    color: white;
    padding: 8px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
/* reCAPTCHAで保護されています */
.recaptcha-banner-left .recaptcha-main-text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 3px;
}
/* プライバシー・利用規約リンク*/
.recaptcha-links {
    display: flex;
    align-items: center;
    line-height: 1.2;
    gap: 4px;
}
/* プライバシー・利用規約*/
.recaptcha-links a {
    color: white;
    text-decoration: underline;
    font-size: 10px;
}
.recaptcha-banner-right {
    width: 60px;
    height: 100%;
    background-color: white;
    background-image: url('https://legonkids-s.jobconnect.jp/wp-content/uploads/2025/09/recaptcha-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

/* スマートフォン768px以下のデバイス */
@media (max-width: 768px) {
    .recaptcha-banner-left .recaptcha-main-text {
        font-size: 13px;
        line-height: 1.3;
}
}
