@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
*/

/* トップページ */
/* プログラム内容 */
.program-content-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  max-width: 480px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 959px) {
   .program-content-box {
	margin-top: 50px!important;
}
}
.program-content-box::before {
  content: "";
  background-image: url("../../uploads/2025/12/376555-1.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 110px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50px);
}
@media (max-width: 959px) {
  .program-content-box::before {
    display: none;
  }
}
.program-content-box--wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 500px) {
.program-content-box--wrapper {
  display: block;
}
}
.program-content-box--list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  flex: 1; 
  min-width: 45%;
}
.program-content-box--list li {
  color: #6a443a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.program-content-box--list li::before {
  content: '•';
  color: #dc6c6c;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -9px; 
  line-height: inherit;
}
/* ご案内 */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
}
.grid-item {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.item-icon {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ご利用の流れ */
.c-step {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1000px;
}
.c-step__item {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  padding: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  gap: 60px;
  align-items: center;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
}
.c-step__arrow {
    width: 50px;
    height: 40px;
    margin: -12px auto -12px auto;
    background-image: url('../../uploads/2025/12/triangle.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 768px) {
  .c-step__item {
    padding: 30px;
  }
}
.c-step__left {
  display: flex;
  align-items: center;
  min-width: 160px;
  min-height: 90px;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-step__left {
    gap: 25px;
  }
}
.c-step__number {
  color: #ef7c06;
  font-weight: bold;
}
.c-step__image {
    margin-left: 15px;
    max-width: 125px;
}
.c-step__image2 {
    width: 100%;
    max-width: 150px;
}
.c-step__number span {
  font-size: 2rem;
  font-weight: bold;
  color: #ef7c06;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .c-step__number span {
    margin-left: 0;
  }
.c-step__image {
    margin-left: 0;
}
.c-step__item {
  gap: 20px;
}
.c-step__image {
    max-width: 100px;
}
.c-step__image2 {
    max-width: 100px;
}
}
.c-step__icon {
  width: 55px;
  height: 55px;
}
.c-step__content {
  max-width: 660px;
}
.c-step__content h2 {
  font-weight: bold;
  color: #1703c3;
}
.c-step__content p {
  line-height: 1.6;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 640px) {
  .c-step__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-step__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-step__content p {
    font-size: 0.9rem;
  }
}
.c-step__content-title {
   margin-bottom: 10px!important;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
   width: 0;
}
.page-id-26 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    border-left: none !important;
    padding: initial !important;
    background: transparent !important;

}
.c-step__btn {
  color: #ef7c06;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  border: 3px solid #ef7c06;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  transition: .3s;
  display: inline-block;
  margin-top: 20px;
}
.c-step__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ef7c06;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.c-step__btn:hover {
  color: #fff;
}
.c-step__btn:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
/* よくあるご質問 */
.qa-item {
    border-bottom: 1px solid #dbd9d9;
    padding-bottom: 30px;
    margin-top: 20px;
}
.qa-box {
    display: flex;
    align-items: center;
    padding: 25px;
}
@media screen and (max-width: 767px) {
.qa-box {
  display: block;
  padding: 8px;
}
}
.qa-item .qa-box:last-child {
    border-bottom: none;
}
.qa-label {
    line-height: 24px;
    font-weight: bold;
    margin-right: 15px;
    font-size: 60px;
}
@media screen and (max-width: 767px) {
.qa-label {
    font-size: 36px;
}
}
.qa-label--question {
  color: #ef7c06;
}
.qa-label--answer {
  color: #1f06ef;
}
.qa-text--question {
    font-weight: bold;
    color: #ef7c06;
    font-size: 18px;
}
.qa-text--answer {
   font-size: 16px;
}
/* お問い合わせフォーム */
.cf7 {
    margin: 40px auto;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: sans-serif;
    color: #333333;
}
@media screen and (max-width: 767px) {
.cf7 {
    padding-left: 20px;
    padding-right: 20px;
}
}
.cf7__list {
    padding: 0;
    margin: 0;
}
.cf7__list dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    padding: 5px 0;
}
.cf7__list dd {
    margin-left: 0;
    margin-bottom: 10px;
}
.cf7__required,
.cf7__optional {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 3px 6px;
    margin-left: 8px;
    border-radius: 3px;
    vertical-align: middle;
}
.cf7__required {
    background-color: #db0000;
    color: #ffffff;
}
.cf7__optional {
    background-color: #cccccc;
    color: #333333;
}
.cf7 input[type="text"],
.cf7 input[type="email"],
.cf7 input[type="tel"],
.cf7 textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.cf7 input[type="text"]:focus,
.cf7 input[type="email"]:focus,
.cf7 input[type="tel"]:focus,
.cf7 textarea:focus {
    border-color: #007bff;
    outline: none;
}
.cf7 textarea {
    resize: vertical;
}
.cf7__privacy {
    margin-top: 30px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
.cf7__privacy a {
    color: #007bff;
    text-decoration: none;
}
.cf7__privacy2 {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.cf7__button {
    text-align: center;
    margin-top: 20px;
}
.cf7__button input[type="submit"] {
    background-color: #ef7c06;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 400px;
}
.cf7__button input[type="submit"]:hover {
    background-color: #ff8c1a;
}
.cf7__list dd ul.wpcf7-checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cf7__list dd ul.wpcf7-checkbox li {
    margin-right: 15px;
    margin-bottom: 5px;
}
.wpcf7-spinner {
    display: none;
}
@media screen and (max-width: 767px) {
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
}
.cf7__list dd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.cf7__list dd .wpcf7-list-item-label {
  font-size: 16px;
}
/* コピーライト自動更新 */
.l-footer .copyright {
    display: none;
}
.l-footer .copyright-auto {
    font-size: 12px;
    text-align: center;
}

.page-id-1578 .c-pageTitle {
	display: none!important;
}
/* ヘッダー幅広げる */
.l-header__barInner,.l-header__inner.l-container,.l-fixHeader__inner.l-container{
	max-width: 100%;
}
.l-header__gnav,
.l-fixHeader__gnav{
	color: #4c2906;
	font-weight: 600;
}
/* ボタン太く */
.swell-block-button a {
	padding-top: 15px;
    padding-bottom: 15px;
}
/* フッター背景カラー */
.l-footer {
	background: #fff7e9;
}
.l-footer__foot {
	border-top: 1px solid #dbd9d9;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 1.5em;
    padding-top: 1.5em;
}
/* セクションタイトルフォント */
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* タイトル下線太く */
.post_content h2.is-style-section_ttl::after {
  height: 3px;
}
/* セクションタイトルアイコン表示 */
.section-subtitle {
  position: relative; 
}
.section-subtitle::after {
  content: ""; 
  position: absolute!important; 
  width: 76px;
  height: 80px;
  top: -180px;
  left: 50%;
  transform: translateX(-50%); 
  background-image: url('../../uploads/2025/12/balloon_red.webp'); 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 959px) {
	.section-subtitle::after {
		 top: -160px;
	}
}
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 300px;
    }
}
@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 1.8em;
    }
}
@media not all and (min-width: 960px) {
    .sp_block_ td, .sp_block_ th {
        padding: 0.5em;
    }
}
.swell-block-fullWide__SVG {
	height: 0!important;
}
.l-content {
	margin-bottom: 0!important;
}
.w-beforeFooter {
	margin: 0 auto 0 !important;
}
/* SNSアイコンサイズ */
.u-fz-14 {
    font-size: 34px;
}
/* ハンバーガーメニュー */
.-menuBtn .c-iconBtn__icon {
	width: 24px;
	height: 2px;
	background-color: #4c2906;
	display: grid;
	place-items: center;
	transition: transform .3s;
	
	&::before,
	&::after {
		grid-area: 1 / 1;
		content: '';
		display: block;
		inset: 0;
		width: 24px;
		height: 2px;
		background-color: #4c2906;
		transition: transform .3s;
	}
	&::before {
		transform: translateY(-8px);
	}
	&::after {
		transform: translateY(8px);
	}
}
[data-spmenu=opened] {
	.-menuBtn .c-iconBtn__icon::before {
			transform: rotate(45deg);
	}
	.-menuBtn .c-iconBtn__icon {
		background-color: transparent;
	}
	.-menuBtn .c-iconBtn__icon::after {
		transform: rotate(-45deg);
	}
}
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
	font-size: 10px;
	line-height: 10px;
	transform: translateY(12px);
}
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0)!important;
  opacity: 0;
  transition: opacity .5s ease-out!important;
}
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}
.p-spMenu__body {
	opacity: 0;
	transform: translateY(20px);
}
[data-spmenu="opened"] .p-spMenu__body {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s ease-in, transform .5s ease-out;
}
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display:none;
}
.p-spMenu__body .swell-block-linkList {
	gap: 2em;
}
.p-spMenu__body .swell-block-linkList__text {
	margin-inline: auto;
}
/* トップへ戻るボタン*/
.p-fixBtnWrap {
	right: 1em;
	bottom: 0;
	transition: transform 0.2s ease-in-out;
}
.p-fixBtnWrap:hover {
  transform: translateY(-5px);
}
#pagetop {
	background: url('../../uploads/2025/12/back-to-top.webp') no-repeat center;
	background-size: contain;
	border: none;
	box-shadow: none;
	opacity: 1;
	border-radius: 0;
	width: 90px;
	height: 180px;
}
@media (min-width: 960px) {
#pagetop:hover {
	background-color: transparent !important;
	color: inherit !important;
}
}
#pagetop i {
	display: none;
}
#pagetop .c-fixBtn__label {
	margin: 0;
	position: absolute;
	bottom: -15px;
}
@media (max-width: 600px) {
	#pagetop {
		width: 70px;
		height: 110px;
	}
.p-fixBtnWrap {
	left: auto;
	bottom: 20px;
	left: 10px;
	width: 70px;
    height: 110px;
    margin-left: auto;
}
}
.rounded-corners {
  border-top-left-radius: 45%;
  border-bottom-right-radius: 45%;
  overflow: hidden;
}
/* h3スタイル変更 */
.page-id-24 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before,
.page-id-13 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    display: none!important;
}
.page-id-24 h3 {
	margin-top: 0!important;
}
.page-id-13 h3 {
	margin-top: 0!important;
}
/* ヘッダーカレントカラー */
.current_page_item a {
	color: #fff!important;
	background: #ef7c06!important;
}
.c-gnav a::after {
	height: 100%;
}
.c-gnav > .menu-item > a:hover {
    color: #fff;
}
/* インスタグラムボタン（フクロウ） */
.follow-banner {
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%); 
    z-index: 100;
    width: 160px;
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(calc(-50% - 5px));
    }
    100% {
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 781px){
    .follow-banner {
        display: none;
    }
}

/* デフォルトの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://unison-hop.kizuna-g.com/wp-content/uploads/2025/12/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;
    }