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


/* GENERAL */

:root {
	--black: #1C1B1B;
	--white: #ffffff;
	--l_yellow: #FBF8E9;
	--brown: #361E14;
	--l_brown: #DED7C9;
	--green: #7EBF41;
	--sky_blue: #58C3E0;
	--red: #EA5441;
	--orange: #F6A831;
	--pink: #EE91A2;
	--font_heading: "Zen Kaku Gothic New", sans-serif;
	--font_voice: "Yomogi", cursive;
}

.d_none {
	display: none !important;
}

.txt_yomogi {
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h4 {
	font-family: var(--font_heading);
	font-weight: 600;
}
.font-pink {
	color: var(--pink);
}
.font-skyblue {
	color: var(--sky_blue);
}
.font-green1 {
	color: #5CD2B5;
}
.font-green2 {
	color: var(--green);
}

@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 600px) {
	
}


.swell-block-button__link {
	position: relative;
}
.swell-block-button__link::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	background: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
}
.cv_btn p a {
	text-decoration: underline;
	color: var(--black);
	transition: .3s;
}
.cv_btn p a:hover {
	opacity: .6;
}
.cv_btn p a::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/arrow_br.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 10px;
}


/* header */
.c-gnav>.menu-item>a .ttl {
	font-weight: bold;
	font-size: 16px;
}
[data-partsid="161"] a {
	padding: 12px 10px;
	min-width: 10em;
	transition: .3s;
}
[data-partsid="161"] a:hover {
	opacity: .6;
}
[data-partsid="161"] a::after {
	display: none;
}
.c-gnav > li a {
	transition: .3s;
}
.c-gnav > li a:hover {
	color: var(--orange);
}
.c-gnav > li:hover > a::after {
	display: none;
}

.swell-block-button.-size-l {
	max-width: 400px;
}
.swell-block-button.-size-l a {
	width: 100%;
}


/* footer */


/* main */


/* TOP */
.top #content {
	padding-top: 0;
	margin-bottom: 20px;
}
.top .u-fz-xl {
	font-size: 2em !important;
}

#fv .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_l2.svg") !important;
	background-size: 100% auto;
	top: -1px;
}
#fv {
	background-size: 60%;
	background-position: 40% 60%;
}
#fv .copy_s {
}
#fv .copy_l {
	
}
@media screen and (max-width: 959px) {
	#fv h2 {
		margin: 1.5em 0 !important;
	}
	#fv .copy_s {
		display: block;
		margin-bottom: 10px;
	}
	#fv .copy_l {

	}
}
@media screen and (max-width: 600px) {
	#fv h2 {
		margin: 1em 0 !important;
	}
	#fv .copy_l {
		font-size: 90%;
	}
}

#fv2 {
	background-size: 90%;
	background-position: 0;
}
#fv2 .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_l.svg") !important;
	background-size: 100% auto;
	bottom: -1px;
	top: auto;
}
#fv2 .wp-block-column {
	background: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/fv2_message_bg.svg") no-repeat center;
	background-size: 100% 100%;
	padding: 150px 120px;
}

@media screen and (max-width: 959px) {
	#fv2 .wp-block-column {
		background: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/fv2_bg2-1.svg") no-repeat center;
		background-size: 100% 100%;
		padding: 120px 30px;
	}
}
@media screen and (max-width: 600px) {
	.top .u-fz-xl {
		font-size: 1.6em !important;
		letter-spacing: 0;
	}
	#fv2 .wp-block-column {
		background: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/fv2_bg3-1.svg") no-repeat center;
		background-size: 100% 100%;
		padding: 100px 0;
	}
	
}


#flow_col .swell-block-column {
	position: relative;
}
#flow_col .flow_num {
	font-size: 4rem;
	font-family: var(--font_heading);
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
#flow_col figure {
	margin-top: 2rem;
	padding-top: 2rem;
}
#flow_col .flow_txt {
	padding: 3px 30px;
    min-width: 9em;
	border-radius: 20px;
	letter-spacing: .2em;
	font-weight: bold;
	border: 2px solid #fff;
	position: absolute;
	bottom: -0.5rem;
	right: 0;
}

#case .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_s2.svg") !important;
	background-size: 100% auto;
	top: -1px;
}


#voice .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_s.svg") !important;
	background-size: 100% auto;
	bottom: -1px;
	top: auto;
}
#voice .txt_age {
	width: fit-content;
	padding: 3px 20px;
	margin: -2em auto 1em;
    border-radius: 20px;
    margin-top: -2em;
    z-index: 100;
    position: relative;
}

#org_list .swell-block-column .swell-block-columns .swell-block-columns__inner {
	justify-content: center;
}
#org_list .swell-block-column .swell-block-columns .swell-block-column {
	width: fit-content;
}
#org_list .swell-block-column .swell-block-columns .swell-block-column ul {
	width: fit-content;
}


#price .cap_box_ttl {
	border-radius: 15px 15px 0 0;
}
#price .cap_box_content {
	border-radius: 0 0 15px 15px;
	border-width: 3px;
}
#price hr {
	margin: .5em auto;
}


#organization #org_list .swell-block-column {
	border-radius: 10px;
}
#organization #org_list .swell-block-column h3 {
	border-radius: 5px;
	padding: 3px 10px;
}

@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 600px) {
	
	
}



#message .wp-block-columns {
	border-radius: 10px;
	padding: 30px 50px 20px;
}

@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 600px) {
	#message .wp-block-columns {
		padding: 15px;
	}
	
}



#supporters .swell-block-column {
	height: 0;
	padding-bottom: calc(15% - 1.5em);
	box-shadow: none;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: relative;
}
#supporters .swell-block-column p {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 959px) {
	#supporters .swell-block-column {
		padding-bottom: calc(22% - 1.5em);
	}
}
@media screen and (max-width: 600px) {
	
	#supporters .swell-block-column {
		padding-bottom: calc(46% - 1.5em);
	}
	
}

.swell-block-faq .faq_q {
	padding: 1em 1em 1em 4em;
}
.swell-block-faq .faq_q:before {
	line-height: 2;
    top: .25em;
    width: 2em;
    height: 2em;
    font-size: 1.4rem;
}
.post_content dd>:last-child {
	
}
.swell-block-faq .faq_a {
	padding: 1em 1em 1em 0;
}
.swell-block-faq .faq_a::before {
	display: none;
}
.swell-block-faq > .swell-block-faq__item:nth-child(odd) .faq_q::before {
  background-color: #58C3E0;
}
.swell-block-faq > .swell-block-faq__item:nth-child(even) .faq_q::before {
  background-color: #EE91A2;
}


#contact .wp-block-columns {
	border-radius: 10px;
}
#contact form {
	max-width: 800px;
	margin: auto;
}
#contact form [type="text"],
#contact form [type="email"] {
	width: 100%;
	height: 2.5rem;
	background: #F7F7F7;
	border: 1px solid #D6D6D6;
}
#contact form [type="checkbox"] {
	width: 1.4rem;
	height: 1.4rem;
	background: #F7F7F7;
	border: 1px solid #D6D6D6;
}
#contact form textarea {
	width: 100%;
}
#contact form [type="submit"] {
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	background: var(--brown);
	border-radius: 10px;
    border: none;
    padding: 10px 20px;
    max-width: 300px;
    width: 100%;
	display: block;
	margin: 20px auto;
}
#contact .form_required {
	color: #fff;
	padding: 2px 6px 3px;
	font-weight: bold;
	font-size: .7rem;
	background: #DA2F2F;
	border-radius: 10px;
}
#contact table {
  border-collapse: collapse;
  border: none;
  background-color: transparent;
  width: 100%;
}
#contact th,
#contact td {
  border: none;
  background-color: transparent;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
#contact .wpcf7-checkbox .wpcf7-list-item.first {
	margin: 0;
}
#contact .wpcf7-checkbox .wpcf7-list-item input {
	vertical-align: middle;
}
#contact .wpcf7-checkbox .wpcf7-list-item span {
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
  #contact table,
  #contact tbody,
  #contact tr {
    display: block;
    width: 100%;
  }
  #contact tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  #contact th,
  #contact td {
    display: block;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
  }
  #contact th {
    font-weight: bold;
  }
  #contact td {
    padding-bottom: 10px;
  }
}

#contact .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_d.svg") !important;
	background-size: 100% auto;
	bottom: -1px;
	top: auto;
}
#mvp .swell-block-fullWide__SVG {
	background-image: url("http://smri.or.jp/kids-business-academy/wp-content/uploads/2025/10/bound_l_wt.svg") !important;
	background-size: 100% auto;
	bottom: -1px;
	top: auto;
}



/* 固定ページ */


/* CONTACT */














