@charset "UTF-8";

/*----------------------------------------------------------------------

Desktop

----------------------------------------------------------------------*/
.main-visual h2 {
	color: #007C38;
	font-size: 24px;
	line-height: 1.7;
}
#sec-summary.point .ttl-a {
    padding: 30px 0;
    margin-bottom: 70px;
    background-color: #007C38;
}
#sec-summary.point .ttl-a h2:after {
	top: 60px;
	border-top: 30px solid #007C38;
}
#sec-summary {
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
#sec-summary .lead {
	margin-bottom: 30px;
}
#sec-summary .lead .headtxt,
#tutor .lead .headtxt,
#class .lead .headtxt,
#thematic .lead .headtxt {
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
}
#sec-summary .pnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px auto 50px;
	width: 830px;
}
#sec-summary .pnav li {
	width: 400px;
}
#sec-summary .pnav li a {
	display: block;
	background-color: #fff;
	border: 2px solid #007C38;
	border-radius: 10px;
	padding: 0 15px 20px;
}
#sec-summary .pnav dd:first-of-type {
	background-image: url(../img/2025winter/bg-ttl-pnav.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 284px 52px;
	margin: -20px 0 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 0 23px;
	box-sizing: border-box;
}
#sec-summary .pnav dt {
	text-align: center;
}
#sec-summary .pnav dt span {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
  display: inline-block;
}
#sec-summary .pnav dt span:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 90px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #007C38;
}
#sec-summary .pnav dd:last-child {
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
	background-image: url(../img/2025winter/ico-down.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 20px auto;
	padding-bottom: 30px;
}
#sec-summary .flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 730px;
	margin: auto;
}
#sec-summary .flex-wrapper .flex-content {
	width: 350px;
}
#sec-summary .flex-wrapper .flex-content p {
	background-color: #F5F5F5;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F5F5F5 50%, #F5F5F5 100%), linear-gradient(180deg, #007C38 1px, transparent 1px);
	background-size: 8px 100%, 100% 2.5em;
	line-height: 2.5em;
	padding-bottom: 1px;
}
#sec-summary .flex-wrapper .flex-content p strong {
	color: #007C38;
	font-weight: bold;
}
#sec-summary .flex-wrapper .flex-img {
	width: 350px;
}
#sec-summary .flex-wrapper .flex-img img {
	width: 100%;
}

.benefits-2025winter {
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
.benefits-2025winter h2 {
	line-height: 1.5;
}
.benefits-2025winter h2 span {
	color: #FEF68B;
}
.benefits-2025winter h2 strong {
	font-size: 40px;
}
.benefits-2025winter.point .ttl-a {
    padding: 30px 0;
    margin-bottom: 125px;
    background-color: #007C38;
}
.benefits-2025winter.point .ttl-a h2:after {
	top: 120px;
	border-top: 30px solid #007C38;
}
.benefits-2025winter .participation-benefits {
	border: 2px solid #007C38;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 40px 40px;
	margin-bottom: 110px;
	box-sizing: border-box;
}
.benefits-2025winter .participation-benefits h3 {
	width: 122px;
	margin: -70px auto 15px;
}
.benefits-2025winter .participation-benefits h3 img {
	width: 100%;
}
.benefits-2025winter .participation-benefits h4 {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 25px;
}
.benefits-2025winter .participation-benefits p {
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
}
.benefits-2025winter .participation-benefits p strong {
	font-size: 30px;
	color: #007C38;
	background: linear-gradient(transparent 67%, #FEF68B 67%);
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 30px;
}
.benefits-2025winter .participation-benefits table {
	width: 880px;
	margin: auto;
}
.benefits-2025winter .participation-benefits th,
.benefits-2025winter .participation-benefits td {
	border: 1px solid #F5F5F5;
	padding: 0.5em;
	font-size: 15px;
	text-align: center;
}
.benefits-2025winter .participation-benefits th {
	background-color: #007C38;
	color: #fff;
}
.benefits-2025winter .participation-benefits th.subject {
	background-color: #FBDDDE;
	color: #000;
}
.benefits-2025winter .participation-benefits:last-of-type {
	padding-bottom: 20px;
	margin-bottom: 0;
}
.benefits-2025winter .lead {
    margin-bottom: 30px;
}
.benefits-2025winter .lead .headtxt {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}
.benefits-2025winter .lead .headtxt span {
	font-size: 27px;
	font-weight: bold;
	color: #007C38;
}
.benefits-2025winter .opening h3 {
	color: #007C38;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.benefits-2021spring .opening p {
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
}
.benefits-2025winter .flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
.benefits-2025winter .flex-img {
	width: 400px;
}
.benefits-2025winter .flex-img img {
	width: 100%;
	height: auto;
}
.benefits-2025winter .flex-content {
	width: 690px;
}
.benefits-2025winter .flex-content p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 2em;
}
.benefits-2025winter .flex-content ul {
	margin-bottom: 2em;
}
.benefits-2025winter .flex-content li {
	color: #007C38;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 20px;
}
.benefits-2025winter.opening h3 {
	color: #254FA1;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.benefits-2025winter .opening p {
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 30px;
}
#tutor,
#class,
#thematic {
	padding-bottom: 100px;
	background-color: #F5F5F5;
}
#tutor.point .ttl-a,
#class.point .ttl-a,
#thematic.point .ttl-a {
    padding: 30px 0;
    margin-bottom: 70px;
    background-color: #007C38;
}
#tutor.point .ttl-a h2:after,
#class.point .ttl-a h2:after,
#thematic.point .ttl-a h2:after {
	top: 60px;
	border-top: 30px solid #007C38;
}
#tutor .lead,
#class .lead,
#thematic .lead {
	margin-bottom: 50px;
}
#tutor h3,
#class h3,
#thematic h3 {
	color: #007C38;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#tutor .tuition-fee ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
#tutor .tuition-fee li {
	width: 360px;
}
#tutor .tuition-fee dt {
	background-color: #007C38;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
}
#tutor .tuition-fee dd {
	border: 2px solid #007C38;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
#tutor .tuition-fee dd img {
	max-height: 54px;
}
#tutor .benefits {
	text-align: center;
	margin-bottom: 50px;
}
#tutor .benefits p {
	font-size: 20px;
	font-weight: bold;
	color: #EF5088;
	background-image: url(../img/2025winter/ico-megaphone.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 77px auto;
	padding: 10px 0 20px 70px;
	display: inline-block;
}
.tbl-2025winter {
	border-collapse: collapse;
	background-color: #fff;
	width: 100%;
}
.tbl-2025winter th,
.tbl-2025winter td {
	border: 2px solid #F5F5F5;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}
.tbl-2025winter th {
	background-color: #007C38;
	color: #fff;
	font-weight: bold;
}
.tbl-2025winter th.day {
	background-color: #FBDDDE;
	color: #000;
	font-weight: normal;
}
.tbl-2025winter tr {
	background-color: #fff;
}
.tbl-2025winter tr:nth-child(even) {
	background-color: #FFFBD0;
}
.class-time .tbl-2025winter tr:nth-child(even) {
	background-color: #fff;
}
#class .start-date .tbl-2025winter tr:nth-child(even),
#thematic .start-date .tbl-2025winter tr:nth-child(even) {
	background-color: #fff;
}
#class .start-date .tbl-2025winter td {
	text-align: left;
}
#tutor .pattern,
#tutor .start-date {
	margin-bottom: 50px;
}
#tutor .pattern .note {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
}
#tutor .start-date .headtxt,
#tutor .class-time .headtxt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
#class .benefits {
	text-align: center;
	margin-bottom: 50px;
}
#class .benefits p {
	font-size: 40px;
	color: #EF5088;
	font-weight: bold;
	background-image: url(../img/2025winter/ico-megaphone.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 70px auto;
	padding: 10px 0 20px 70px;
    display: inline-block;
	margin-right: 1em;
}
#class .benefits p span {
	background: linear-gradient(transparent 67%, #EEFE00 67%);
    display: inline-block;
}
#voice-winter2025 {
	padding-bottom: 80px;
	background-color: #F5F5F5;
}
#voice-winter2025.point .ttl-a {
    padding: 30px 0;
    margin-bottom: 70px;
    background-color: #007C38;
}
#voice-winter2025.point .ttl-a h2:after {
	top: 60px;
	border-top: 30px solid #007C38;
}
#voice-winter2025 .voice-lists-container {
	margin: 0 auto;
}
#voice-winter2025 .voice-box {
	width: 550px;
	border-top: 3px solid #007C38;
}
#voice-winter2025 .voice-box-ttl-area-txt {
	width: 73%;
}
#voice-winter2025 .voice-box-ttl-area-img {
	width: 25%;
}
#voice-winter2025 .voice-box-name {
	color: #007C38;
}
#voice-winter2025 .voice-box h3 {
	color: #007C38;
	margin-bottom: 1em;
	font-size: 20px;
}
#voice-winter2025 .voice-box p span {
	background: linear-gradient(transparent 50%, #FEF68B 50%);
}
#contact-2025winter.point .ttl-a {
    padding: 30px 0;
    margin-bottom: 70px;
    background-color: #007C38;
}
#contact-2025winter.point .ttl-a h2:after {
	top: 60px;
	border-top: 30px solid #007C38;
}
#contact-2025winter.contact-box {
    padding: 0 0 100px;
    margin-bottom: 50px;
}
#contact-2025winter.contact-box .container-02 {
	border: 8px solid #007C38;
	padding: 45px;
}
#contact-2025winter #formBox table th {
	width: 40%;
}
#contact-2025winter #formBox table td {
	width: 60%;
}
#contact-2025winter #submit {
	background-color: #007C38;
}

.timetable,
.timetable2 {
	margin-bottom: 1em;
}
.timetable2 {
	width: 100%;
	box-sizing: border-box;
}
.timetable th, .timetable td,
.timetable2 th, .timetable2 td {
	text-align: center;
    border: 2px solid #F5F5F5;
    vertical-align: middle;
}
.timetable th, .timetable2 th {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #007C38;
    min-width: 100px;
    box-sizing: border-box;
    padding: 1em 0.5em;
}
.timetable th span, .timetable2 th span {
    font-size: 12px;
}
.timetable td {
    background-color: #fff;
    font-size: 24px;
    padding: 0.5em;
}
.timetable2 .class-time {
	background-color: #FFFBD0;
	min-width: 150px;
	color: #101010;
}
.timetable2 td {
    background-color: #fff;
    font-size: 16px;
    padding: 0.5em;
}

/*----------------------------------------------------------------------

Mobile

----------------------------------------------------------------------*/
@media only screen and (max-width:959px){
.page-id-1756 .main-visual h2 {
	font-size: 15px;
}
#sec-summary.point,
#sec-summary.point > .container:last-child {
    margin-bottom: 0;
}
#sec-summary.point .ttl-a {
    padding: 20px 0;
    margin-bottom: 45px;
    background-color: #007C38;
}
#sec-summary.point .ttl-a h2 {
	font-size: 24px;
	line-height: 1.4;
}
#sec-summary.point .ttl-a h2:after {
	content: '';
	top: 40px;
	border-top: 25px solid #007C38;
}
#sec-summary {
	padding-bottom: 50px;
}
#sec-summary .lead {
	margin-bottom: 15px;
}
#sec-summary .lead .headtxt,
#tutor .lead .headtxt,
#class .lead .headtxt,
#thematic .lead .headtxt {
	font-size: 14px;
}
.benefits-2025winter .lead .headtxt span {
	font-size: 20px;
}
#sec-summary .pnav {
	margin: 25px auto 25px;
	width: 100%;
}
#sec-summary .pnav li {
	width: 49%;
}
#sec-summary .pnav li a {
	padding: 10px 5px;
	min-height: 200px;
}
#sec-summary .pnav dd:first-of-type {
	background-color: #007C38;
	background-image: none;
	border-radius: 20px;
	margin: 0 0 10px;
	font-size: 14px;
	padding: 10px 0;
}
#sec-summary .pnav dt span {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec-summary .pnav dt span:before {
  content: '';
  bottom: -10px;
  width: 45px;
}
#sec-summary .pnav dd:last-child {
	font-size: 13px;
	background-size: 10px auto;
	padding-bottom: 15px;
}
.benefits-2025winter,
.benefits-2025winter.point > .container:last-child {
    margin-bottom: 0;
}

#sec-summary .flex-wrapper {
	width: 100%;
}
#sec-summary .flex-wrapper .flex-content {
	width: 100%;
	margin-bottom: 1em;
}
#sec-summary .flex-wrapper .flex-img {
	width: 100%;
}

.benefits-2025winter {
	padding-bottom: 50px;
}
.benefits-2025winter h2 strong {
	font-size: 30px;
}
.benefits-2025winter.point .ttl-a {
	padding: 15px 0;
	margin-bottom: 45px;
}
.benefits-2025winter.point.first .ttl-a {
	padding: 15px 0;
	margin-bottom: 90px;
}
.benefits-2025winter.point .ttl-a h2 {
	font-size: 24px;
	line-height: 1.4;
	padding: 0 0.5em;
	box-sizing: border-box;
}
.benefits-2025winter.point .ttl-a h2:after {
	content: '';
	top: 105px;
	border-top: 25px solid #007C38;
}
.benefits-2025winter .participation-benefits {
	padding: 0 20px 20px;
	margin-bottom: 70px;
}
.benefits-2025winter .participation-benefits h3 {
	width: 92px;
	margin: -55px auto 8px;
}
.benefits-2025winter .participation-benefits h4 {
	font-size: 18px;
	margin-bottom: 13px;
}
.benefits-2025winter .participation-benefits p {
	font-size: 14px;
}
.benefits-2025winter .participation-benefits p strong {
	font-size: 20px;
	margin-bottom: 15px;
}
.benefits-2025winter .participation-benefits table {
	width: 100%;
	margin: auto;
}
.benefits-2025winter .participation-benefits th,
.benefits-2025winter .participation-benefits td {
	font-size: 12px;
}
.benefits-2025winter .participation-benefits th {
	background-color: #007C38;
	color: #fff;
}
.benefits-2025winter .participation-benefits th.subject {
	background-color: #FBDDDE;
	color: #000;
}
.benefits-2025winter .participation-benefits:last-of-type {
	padding-bottom: 20px;
	margin-bottom: 0;
}
.benefits-2025winter .lead {
    margin-bottom: 15px;
}
.benefits-2025winter .lead .headtxt {
    font-size: 16px;
}
.benefits-2025winter .lead .headtxt span {
    font-size: 20px;
}
.benefits-2025winter .flex-wrapper {
	margin-bottom: 25px;
}
.benefits-2025winter .flex-img {
	width: 100%;
	margin-bottom: 20px;
}
.benefits-2025winter .flex-content {
	width: 100%;
}
.benefits-2025winter .flex-content p {
	font-size: 13px;
	margin-bottom: 1em;
}
.benefits-2025winter .flex-content ul {
	margin-bottom: 1em;
}
.benefits-2025winter .flex-content li {
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 0.5em;
}
.benefits-2025winter .opening h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
.benefits-2025winter .opening p {
	font-size: 14px;
	margin-bottom: 15px;
}
#tutor.point > .container:last-child,
#class.point > .container:last-child {
    margin-bottom: 0;
}
#tutor,
#class,
#thematic {
	padding-bottom: 50px;
	margin-bottom: 0;
}
#tutor.point .ttl-a,
#class.point .ttl-a,
#thematic.point .ttl-a {
    padding: 15px 0;
    margin-bottom: 35px;
}
#tutor.point .ttl-a h2,
#class.point .ttl-a h2,
#thematic.point .ttl-a h2 {
	font-size: 24px;
	line-height: 1.4;
}
#tutor.point .ttl-a h2:after,
#class.point .ttl-a h2:after,
#thematic.point .ttl-a h2:after {
	content: '';
	top: 70px;
	border-top: 25px solid #007C38;
}
#tutor .lead,
#class .lead,
#thematic .lead {
	margin-bottom: 25px;
}
#tutor h3,
#class h3,
#thematic h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
#tutor .tuition-fee ul {
	margin-bottom: 25px;
	width: 100%;
}
#tutor .tuition-fee li {
	width: 100%;
	margin-bottom: 1em;
}
#tutor .tuition-fee dt {
	font-size: 18px;
	padding: 10px;
}
#tutor .tuition-fee dd {
	padding: 10px;
}
#tutor .tuition-fee dd p {
	font-size: 15px;
}
#tutor .tuition-fee dd p span {
	font-size: 23px;
}
#tutor .benefits {
	margin-bottom: 25px;
}
#tutor .benefits p {
	font-size: 15px;
	background-size: 39px auto;
	padding: 5px 0 10px 35px;
}
.tbl-2025winter th,
.tbl-2025winter td {
	padding: 0.5em;
	font-size: 13px;
	line-height: 1.4;
}
#tutor .pattern,
#tutor .start-date {
	margin-bottom: 25px;
}
#tutor .start-date .headtxt,
#tutor .class-time .headtxt {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.7;
}
#class .benefits {
	text-align: center;
	margin-bottom: 25px;
}
#class .benefits p {
	font-size: 30px;
	background-size: 39px auto;
	padding: 5px 0 10px 35px;
}
#thematic.point > .container:last-child {
	margin-bottom: 0;
}
#voice-winter2025 {
	padding-bottom: 40px;
}
#voice-winter2025.point {
	margin-bottom: 0;
}
#voice-winter2025.point .ttl-a {
    padding: 20px 0;
    margin-bottom: 45px;
}
#voice-winter2025.point .ttl-a h2 {
	font-size: 24px;
	line-height: 1.4;
}
#voice-winter2025.point .ttl-a h2:after {
	content: '';
	top: 40px;
	border-top: 25px solid #007C38;
}
#voice-winter2025 .voice-lists-container {
	padding: 0 15px;
	box-sizing: border-box;
}
#voice-winter2025 .voice-box {
	width: 100%;
}
#voice-winter2025 .voice-box-ttl-area-txt {
	width: 75%;
}
#voice-winter2025 .voice-box-name {
	margin-bottom: 20px;
}
#contact-2025winter.point .ttl-a {
    padding: 20px 0;
    margin-bottom: 45px;
}
#contact-2025winter.point .ttl-a h2 {
	font-size: 20px;
	line-height: 1.4;
}
#contact-2025winter.point .ttl-a h2:after {
	content: '';
	top: 40px;
	border-top: 25px solid #007C38;
}
#contact-2025winter.contact-box {
    padding: 0 0 50px;
    margin-bottom: 25px;
}
#contact-2025winter.contact-box .container-02 {
	border: 5px solid #FFFBD0;
	padding: 20px 5px 15px 0;
}
#formBox table {
	margin-bottom: 0;
}
#contact-2025winter #formBox table th {
	width: 100%;
}
#contact-2025winter #formBox table td {
	width: 100%;
	padding-bottom: 30px;
}
select {
	font-size: 15px;
}
input {
	box-sizing: border-box;
}

.timetable th, .timetable td,
.timetable2 th, .timetable2 td {
    border: 1px solid #F5F5F5;
}
.timetable th, .timetable2 th {
    font-size: 13px;
    min-width: 75px;
}
.timetable th span, .timetable2 th span {
    font-size: 11px;
}
.timetable td {
    font-size: 18px;
}
.timetable2 .class-time {
	min-width: 113px;
}
.timetable2 td {
    font-size: 13px;
}

}