﻿/*-----------------------------
	common
----------------------------- */
:root {
	--main-color: #ba1532;
	--sub-color: #fff6eb;
	--sub-color2: #F1F3F4;
	--sub-color3: #EDC364;
	--sub-color4: #C17900;
	--sub-color5: #DBDBDB;
	--sub-color6: #23694A;
	--sub-color7: #084E9D;
	--text-color: #2C2C2C;
	--sem-color0: #F89948;
	--sem-color1: #B0000A;
	--sem-color2: #E84435;
	--sem-color3: #1B4D83;
	--sem-color4: #BC1936;
	--sem-color5: #0B703D;
	--sem-color6: #7A502A;
	--bar-color1: #FDBE46;
	--bar-color2: #FE873A;
	--bar-color3: #FF5C19;
	--bar-color4: #E62B0C;
	--bar-color5: #CC0A0C;
	--bar-color6: #B0000A;
}

body {
	font-feature-settings: "palt";
	overflow-x: hidden;
	overflow-y: scroll;
	color: var(--text-color);
}

.pstn_rltv {
	position: relative;
}

.font-large {
	font-size: 1.4em !important;
}

.font-small {
	font-size: 0.8em;
}

h1 {
	font-size: 36px;
	font-weight: normal;
}

.h1-midashi-red {
	color: var(--main-color);
	line-height: 1.3;
	font-weight: bold;
	margin: 30px auto;
}

.h1-midashi-red span {
	font-size: 2rem;
	font-weight: bold;
	display: block;
}

h2 {
	font-size: 21px;
	margin-bottom: 10px;
}

.heading-A {
	border-bottom: solid 3px var(--main-color);
	padding: 0.8em 0;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	margin: 0;
}

.flex-item {
	display: none;
}
.bnr-section__s {
    max-width: 400px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.bnr-section__s h3{
	font-size: 18px;
	font-family: Noto Sans JP;
}
.bnr-section__s p{
	font-family: Noto Sans JP;
}

.bnr-section__s strong{
font-size: 28px;
}
.bnr-section__txt{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.bnr-section__s img {
    height: 100px;
    width: auto;
}
.bnr-section {
	max-width: 400px;
}

a {
	text-decoration: none !important;
	color: var(--text-color);
}

.seminar-ttl a{
    color: var(--main-color);
}

.seminar-ttl a:hover{
    color: var(--main-color);
	text-decoration: underline!important;
}

.path_strong {
	text-decoration: underline !important;
}

button a {
	text-decoration: none;
}

.colored {
	color: var(--main-color);
}

.bold {
	font-weight: bold;
}

table,
td,
th {
	border: transparent;
}

/*-----------------------------
	btn
----------------------------- */
.btn__def {
	background: var(--main-color);
	color: #fff !important;
	display: inline-block;
	text-align: center;
	position: relative;
	border-radius: 7px;
	border: none;
	transition: .3s;
}

.btn__c {
	margin: 0 auto;
	font-weight: bold;
	padding: 15px 0;
	font-size: 18px;
	display: block;
	max-width: 280px;
}

.top-btn__c::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\f078";
	color: var(--main-color);
	display: block;
	font-size: 20px;
	text-align: center;
}

.top-btn__c.white::after {
	color: #fff;
}

.btn__c::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\f078";
	font-size: 1.3em;
	top: 50%;
	right: 0.2em;
	transform: translate(-50%, -50%);
}

.btn__f {
	padding: 5px 25px 5px 10px;
	position: relative;
}

/*-----------------------------
	onl
----------------------------- */
.onl__wrapper {
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 7px 20px rgba(81, 127, 111, 0.16));
	margin-top: 0;
}

.onl__title {
	display: flex;
	justify-content: center;
	background-color: var(--sub-color2);
	align-items: center;
	flex: 1;
	padding: 5px 10px;
	border-radius: 10px;
	position: relative;
}

.onl__container {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	column-gap: 10px;
}

.onl__inner {
	display: flex;
	flex-direction: column;
	max-width: 310px;
	justify-content: center;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	position: relative;
}

/*-----------------------------
	seminar
----------------------------- */
.seminar__body {
	display: grid;
	row-gap: 15px;
	column-gap: 15px;
	max-width: 400px;
	margin: 0 auto;
}

.seminar__inner {
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	padding: 15px 15px 50px;
}

.seminar__inner a:hover {
	color: var(--text-color);
}

/* ----sat---- */
.teacher.sat {
	margin: 30px auto 0;
}

.seminar__item.sato-prof {
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.sato-prof .seminar__text {
	background-color: var(--sub-color2);
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 2px;
	flex: 1;
}

.sato-prof__title {
	font-size: 18px;
	font-weight: bold;
}

.seminar__image img {
	width: 70px;
	flex-shrink: 0;
}

.seminar-mod {
	display: block;
	padding-left: 0;
}

.btn-right {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 180px;
	line-height: 1.8;
}

.seminar__subtitle {
	font-weight: bold;
	letter-spacing: 0.08em;
	font-size: 21px;
	text-align: center;
}

.seminar__wrapper {
	display: grid;
	grid-template-rows: 1fr 1fr;
	row-gap: 15px;
}

/* -----color----- */
/* first */
.first .seminar__subtitle {
	color: var(--main-color);
}

.first hr {
	border-top: 2px solid var(--main-color);
}

.first .btn-right {
	background-color: var(--main-color);
}

/* second */
.seminar__inner hr {
	margin: 10px 0;
}

.second .seminar__subtitle {
	color: var(--sub-color4);
}

.second hr {
	border-top: 2px solid var(--sub-color4);
}

.second .btn-right {
	background-color: var(--sub-color4);
}

/* third */
.third .seminar__subtitle {
	color: var(--sub-color6);
}

.third hr {
	border-top: 2px solid var(--sub-color6);
}

.third .btn-right {
	background-color: var(--sub-color6);
}

/* fourth */
.fourth .seminar__subtitle {
	color: var(--sub-color7);
}

.fourth hr {
	border-top: 2px solid var(--sub-color7);
}

.fourth .btn-right {
	background-color: var(--sub-color7);
}

/* -----///color----- */
.marked {
	height: 22px;
	width: 15px;
	position: absolute;
	right: -12px;
	top: 50%;
}

/*-----------------------------
	teacher first*
----------------------------- */
.teacher__first,
.sat__first {
	display: grid;
	align-items: stretch;
	grid-template-rows: 250px 1fr;
}

.teacher__first .img__wrapper,
.sat__first .img__wrapper {
	background-color: #F5EDDC;
	display: flex;
	align-items: flex-end;
	max-height: 400px;
	justify-content: center;
}

.teacher-img__item {
	background: url("../images/sato.webp") no-repeat;
	background-size: cover;
	height: 250px;
	width: 250px;
}

.teacher__first .teacher__list,
.sat__first .sat__list {
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

/*-----------------------------
	sat *
----------------------------- */
.sat__subtitle {
	font-size: 16px;
}

.sat__title {
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.sat__text {
	font-size: 16px;
}

/*-----------------------------
	teacher *
----------------------------- */
.teacher-box__wrapper {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 15px;
	margin: 15px 0;
	width: 100%;
}

.teacher__box {
	display: grid;
	align-items: flex-start;
	grid-template-rows: auto;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	width: 100%;
	margin: 0 auto;
}

.teacher-box__inner {
	display: flex;
	align-items: center;
}

.teacher__list,
.sat__list {
	padding: 15px;
}

.teacher__subtitle {
	font-size: 14px;
	margin: 0 auto 0.8em;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
}

.teacher__title {
	font-weight: bold;
	color: var(--main-color);
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.teacher__img {
	margin: 0 auto;
	height: 160px;
	width: 160px;
}

.teacher__img.first {
	background: url("../images/matsumoto.webp") no-repeat;
	background-position: center;
	background-size: contain;
}

.teacher__img.second {
	background: url("../images/kuriyagawa.webp") no-repeat;
	background-position: center;
	background-size: contain;

}

.teacher__img.third {
	background: url("../images/nakata.webp") no-repeat;
	background-position: center;
	background-size: contain;
}

/*-----------------------------
	voice *
----------------------------- */
.voice__list {
	display: flex;
	overflow-x: scroll;
	column-gap: 30px;
	padding: 15px 15px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.voice__inner {
	border-radius: 8px;
	background-color: #fff;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	padding: 15px;
	margin-bottom: 30px;
	width: 300px;
}

.voice__inner img {
	float: left;
	padding: 0 10px 10px 0;
}

.voice__inner p {
	margin: 0;
}

/*-----------------------------
	faq *
----------------------------- */
.faq__body {
	margin: auto -15px;
}

.faq__ac .faq-ac__list {
	border-bottom: 1px solid var(--sub-color5);
	padding: 20px 10%;
	position: relative;
	transition-duration: .3s;
	cursor: pointer;
}

.faq__ac .faq-ac__list::after {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP';
	content: "Q";
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	transform: translate(50%, 100%);
	margin-top: -20px;
	color: var(--main-color);
}

.faq__ac .faq-ac__list .faq-ac__item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0%;
	width: 35px;
	height: 35px;
	margin-top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	border-radius: 50%;
	background-color: var(--main-color);
}

.faq__ac .faq-ac__list .faq-ac__item .one_i {
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.faq__ac .faq-ac__list.open .faq-ac__item {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.faq__ac .faq-ac__list .faq-ac__item .one_i::before,
.faq__ac .faq-ac__list .faq-ac__item .one_i::after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform: rotate(0deg);
	transform-origin: center center;
}

.faq__ac .faq-ac__list .faq-ac__item .one_i::before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.faq__ac .faq-ac__list.open .faq-ac__item .one_i::before {
	content: none;
}

.faq__ac .faq-ac__list.open .faq-ac__item .one_i::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.faq__ac .faq-ac__inner {
	display: none;
	padding: 20px 10%;
	background-color: var(--base-color2);
	position: relative;
	border-bottom: 1px solid var(--sub-color5);
}

.faq__ac .faq-ac__inner::after {
	display: flex;
	justify-content: center;
	font-family: 'Noto Sans JP';
	content: "A";
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 0%;
	width: 13px;
	transform: translate(30%, -55%);
	transform-origin: center center;
	color: var(--main-color);
}

.faq-ac__text {
	line-height: 1.2;
	margin: 0;
}

.faq__ac .faq-ac__inner .faq-ac-inner__item {
	padding: 25px 0;
	line-height: 1.2;
}

.faq__ac .faq-ac__inner .faq-ac-inner__item h3 {
	margin-bottom: 5px;
}

.faq__ac .faq-ac__inner p.faq-ac-inner__text {
	margin: 0;
}

.faq__ac .faq-ac__inner p.faq-ac-inner__text span.color-item,
.content .heading__body .heading__primary span.color-item {
	border-bottom: 3px solid var(--sub-color2);
	color: var(--sub-color2);
}

/*-----------------------------
	contact *
----------------------------- */
.contact .seminar__title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 15px;
}

.contact {
	background-color: #fff;
	border-radius: 6px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	width: 100%;
}

.contact .seminar__box {
	background-color: #fff;
	border-radius: 6px;
	padding: 15px;
	margin: 30px 0 0;
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: column;
}

.seminar__box .sub-heading {
	font-size: 18px;
	margin: 0 0 5px;
	position: relative;
	font-weight: bold;
}

.sub-heading:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5em;
	color: var(--main-color);
	top: -5px;
	left: 50%;
	transform: translate(-50%, -100%);
	position: absolute;
}

.seminar__box .sub-heading.first:before {
	content: "\f095";
}

.seminar__box .sub-heading.second:before {
	content: "\f0e0";
}

.seminar-box__wrapper {
	display: block;
	position: relative;
}

.seminar-box__wrapper:after {
	display: none;
}

.seminar__box .colored {
	font-size: 1.125em;
	overflow-wrap: break-word;
	display: block;
	font-weight: bold;
}

.contact hr {
	background-color: var(--main-color);
	height: 2px;
	margin: 15px auto;
}

.detail p {
	font-size: 14px;
	margin: 0;
}

/*-----------------------------
	flowin *
----------------------------- */
.flowin__body {
	display: grid;
	column-gap: 16px;
	grid-template-columns: 1fr 1fr 1fr;
}

.flowin__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
}

.flowin__inner img {
	border-radius: 50%;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 13%) 0px 0px 8px;
	box-shadow: rgb(9 30 66 / 20%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
	height: 50px;
	width: 50px;
}

.flowin__inner p {
	font-size: 14px;
	margin: 0;
}

.flowin__inner.arrow::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0da";
	font-size: 30px;
	top: 50%;
	right: -2px;
	transform: translate(100%, -50%);
	color: var(--main-color);
}

.flowin .link .link__item {
	position: relative;
	border-bottom: 2px solid #337ab7;
	transition: .3s;
}

.link__item::after {
	font-family: FontAwesome;
	padding-left: 5px;
	content: "\f13a";
	color: var(--main-color);
}

.link__item.s365::after {
	content: "\f139";
}

/*-----------------------------
	access *
----------------------------- */
.access__list2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	row-gap: 8px;
	margin: auto 20px;
}

.access__text {
	text-align: center;
	font-size: 14px;
	padding-bottom: 8px;
}

span.access__tag {
	display: block;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 5px;
	background: var(--sub-color2);
	padding: 3px;
	box-shadow: none;
	position: relative;
	color: var(--main-color);
}

.access__item iframe {
	width: 100%;
	height: 100%;
}

.access__item {
	max-width: 400px;
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}

.access__item:not(:last-child) {
	margin-bottom: 30px;
}

.access__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 45px 0 30px;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;
}

.access__label {
	/* position: absolute;
	left: 0;
	top: -1.5em;
	background-color: var(--main-color);
	border-radius: 10px 10px 0 0;
	line-height: 1.5;
	color: #fff;
	padding: 0 1em; */
	color: var(--main-color);
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}

/*-----------------------------
  common*
----------------------------- */
.tab-menu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0;
	position: relative;
	margin: -20px 0 15px;
}

.tab-menu__box.active::after {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 18px solid transparent;
}

.tab-menu .tab-menu__box {
	text-align: center;
	font-size: 13px;
	opacity: 0.8;
}

/* active */
.tab-menu .tab-menu__box.active {
	position: relative;
	opacity: 1;
}

/* color */
.gol .tab-menu {
	border-bottom: 2px solid var(--main-color);
}

.sat .tab-menu {
	border-bottom: 2px solid var(--sub-color3);
}

.jpn .tab-menu {
	border-bottom: 2px solid var(--sub-color6);
}

.s365 .tab-menu {
	border-bottom: 2px solid var(--sub-color7);
}

.gol .tab-menu__box.active::after {
	border-bottom: 15px solid var(--main-color);
}

.sat .tab-menu__box.active::after {
	border-bottom: 15px solid var(--sub-color3);
}

.jpn .tab-menu__box.active::after {
	border-bottom: 15px solid var(--sub-color6);
}

.s365 .tab-menu__box.active::after {
	border-bottom: 15px solid var(--sub-color7);
}

.gol .tab-menu .active {
	color: var(--main-color);
}

.sat .tab-menu .active {
	color: var(--sub-color4);
}

.jpn .tab-menu .active {
	color: var(--sub-color6);
}

.s365 .tab-menu .active {
	color: var(--sub-color7);
}

.br-sp {
	display: inline-block;
}

.space {
	padding-left: 0;
}

span.extmk,
span.extmk-w,
span.extmk-u {
	background-image: url(../../img/iconblank_g12.png);
	position: absolute;
	background-position: center;
	right: 15px;
	height: 12px;
	width: 15px;
	top: 50%;
	background-size: contain;
	transform: translate(50%, -50%);
}

span.extmk-w {
	background-image: url(../../img/iconblank_w12.png);
}

span.extmk-u {
	right: 10px;
	top: 10px;
}

.btn__def:hover,
.detail__link:hover,
.flowin .link .link__item:hover,
.sat-link__btn:hover {
	opacity: 0.7;
}

.zero__link:hover {
	text-decoration: underline;
}

.tab-menu__box:hover {
	text-decoration: none;
	color: var(--main-color);
}

/*-----------------------------
	sat
----------------------------- */
.sat__title {
	font-size: 28px;
	margin-top: 5px;
}

.sat__link {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	width: fit-content;
	margin: 0 auto;
}

.sat-link__btn {
	border: 1px solid var(--sub-color5);
	padding: 8px 25px 8px 10px;
	position: relative;
	transition: .3s;
}

.sat-link__str {
	padding: 2px 4px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}

.sat__bk {
	font-size: 14px;
}

.sat-bk__ttl {
	margin: 10px auto;
}

.clender-schedule {
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
}

.clender-schedule .bdg-right {
	border-right: 1px solid #ccc;
}

table.clender-schedule ul {
	margin: 0;
}

table.clender-schedule ul li a {
	color: var(--main-color);
}

/*-----------------------------
	intro
----------------------------- */

.intro__body {
	padding: 20px;
	border: 1px solid var(--sub-color3);
	border-left: 10px solid var(--sub-color3);
	margin: 30px auto;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.intro__box {
	background-color: var(--sub-color3);
	padding: 4px 10px;
}

.seminar__intro__inner {
	display: block;
}

.intro__list {
	position: relative;
}

.intro__list:last-child {
	padding: 0;
}

.intro__list::marker {
	color: var(--sub-color3);
}

/*-----------------------------
	seminar__deatil
----------------------------- */
.detail__body {
	background-color: #fff;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	border-top: 15px solid var(--main-color);
	border-radius: 10px;
	margin: 50px auto;
}

.detail__body:first-child {
	margin: 0 auto 50px;
}

.detail__body:last-child {
	margin: 50px auto 0;
}

.detail__body.s365 {
	border: none;
	margin: 30px auto;
}

.detail__inner {
	display: grid;
	grid-template-rows: auto;
	border-bottom: 1px solid var(--sub-color3);
	position: relative;
	row-gap: 25px;
	padding: 25px;
}

.detail__item {
	max-width: 400px;
	margin: 0 auto;
}

.detail__item.s365 {
	max-width: 400px;
	margin: 0 auto;
	padding: 15px;
}

.detail__box {
	padding: 15px;
}

.detail__inner::after {
	position: absolute;
	content: "";
	background-color: var(--main-color);
	width: 100px;
	height: 2px;
	bottom: -1px;
	left: 0;
}

.detail__img__wrapper {
	border-bottom: 1px solid var(--sub-color5);
}

.detail__img {
	position: absolute;
	width: 65px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
}

.detail__img.lv1 {
	background-image: url(../images/detail_number_1.webp);
}

.detail__img.lv2 {
	background-image: url(../images/detail_number_2.webp);
}

.detail__img.lv3 {
	background-image: url(../images/detail_number_3.webp);
}

.detail__img__s365 {
	background-image: url(../images/detail__img.webp);
	width: 145px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: left;
}

.detail__lead {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 5px auto 15px;
}

.detail__text {
	line-height: 1.75;
	font-size: 16px;
}

.detail__link {
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	transition: .3s;
}

/*-----------------------------
	gol
----------------------------- */
.graph__lead {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.graph__item {
	position: relative;
	font-size: 16px;
	background-color: var(--sub-color2);
	padding: 10px 25px;
	border-radius: 10px;
	display: inline-block;
}

.graph__lead::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-20px, 20px);
	border: 15px solid transparent;
	border-top: 15px solid var(--sub-color2);
}

/*-----------------------------
	graph__section
----------------------------- */
.seminar__graph {
	margin: 0 0 15px;
}

.graph__body {
	flex-grow: 1;
	display: flex;
}

.graph__level__box.lv1 {
	background-color: var(--bar-color1);
	width: 56%;
}

.graph__level__box.lv2 {
	background-color: var(--bar-color2);
	width: 64%;
}

.graph__level__box.lv3 {
	background-color: var(--bar-color3);
	width: 72%;
}

.graph__level__box.lv4 {
	background-color: var(--bar-color4);
	width: 80%;
}

.graph__level__box.lv5 {
	background-color: var(--bar-color5);
	width: 88%;
}

.graph__level__box.lv6 {
	background-color: var(--bar-color6);
	width: 96%;
}

.graph__level__list {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
	justify-content: center;
}

.graph__level__item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
}

.graph__level__inner {
	display: flex;
	align-items: center;
}

.graph__level__box {
	border-radius: 0 10px 0 0;
}

.graph__level__img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	max-width: 250px;
	flex-shrink: 0;
	position: relative;
	transition: filter 0.3s ease;
}

.graph__level__img img {
	width: 40px;
}

.graph__level__img.lv1:before {
	content: "";
	border-top: 10px solid var(--bar-color1);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -10px;
	position: absolute;
}

.graph__level__img:after {
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -10px;
	position: absolute;
}

.graph__level__img.lv2:after {
	border-top: 10px solid var(--bar-color2);
}

.graph__level__img.lv3:after {
	border-top: 10px solid var(--bar-color3);
}

.graph__level__img.lv4:after {
	border-top: 10px solid var(--bar-color4);
}

.graph__level__img.lv5:after {
	border-top: 10px solid var(--bar-color5);
}

.graph__level__img.lv6:after {
	border-top: 10px solid var(--bar-color6);
}

.graph__thumb__item {
	max-width: 100px;
	padding: 2%;
}

.graph__thumb__img {
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	width: 75px;
}

.graph__link {
	flex-grow: 1;
	width: 100%;
}

/*-----------------------------
	zero
----------------------------- */
.zero__body {
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	margin: 20px auto;
}

.zero__titleArea {
	background-color: var(--sem-color0);
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

/* .zero__heading {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 90%;
} */

/* add 20251128 */
.zero__heading {
margin: 0;
    /* width: 70%; */
    display: flex;
    color: #fff;
    font-weight: bold;
    /* font-size: 36px; */
    font-size: 20px;
    font-family: Noto Sans JP;
    align-items: center;
    gap: 12px;
    justify-content: center;
    letter-spacing: .08em;
}

.zero__heading:before {
    content: "";
    background: url(.././images/wkb_mark.svg) no-repeat center center / 80%;
    height: 1.4em;
    width: 1em;
    /* background-position: center center; */
    /* background-size: 50%; */
    /* background: center center; */
}
.zero__heading__inner {
    display: block;
    font-size: 0.6em;
	letter-spacing: .12em;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	text-align: justify;
}
.zero__heading .sp {
	width: 100%;
	max-width: 100%;
}

.intro__list.zero::marker {
	color: var(--sem-color0);
}

.zero__link__wrapper {
	background-color: var(--sub-color);
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto;
}

.intro__box.zero {
	background-color: var(--sem-color0);
}

.zero__link {
	background-color: #fff;
	border-radius: 10px;
	padding: 5px 20px 5px 5px;
	position: relative;
	font-size: 13px;
}

.zero__link .m-tag {
	background-color: #fff;
	border-radius: 20px;
	font-size: 12px;
	color: var(--sem-color3);
	border: 1px solid var(--sem-color3);
	font-weight: bold;
	padding: 0 6px;
	margin: auto 3px;
}

.zero__detail__wrapper {
	padding: 15px;
}

.zero__detail__container {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	row-gap: 15px;
	flex-direction: column;
	margin-bottom: 15px;
}

.zero__detail__item {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

.zero__title {
	margin-left: 10px;
	font-size: 20px;
}

.zero__title.sp {
	color: #385293;
}

.zero__title.pc {
	color: #D46300;
}

.zero__detail__item.sp .zero__text {
	background-color: #E3FFFC;
}

.zero__detail__item.pc .zero__text {
	background-color: #FFF8E1;
}

.zero__text {
	padding: 10px;
	border-radius: 10px;
	flex: 1;
}

.zero__detail__item .notice {
	display: block;
	padding: 8px 0;
	font-size: 14px;
}

.zero__detail__inner {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	margin-bottom: 5px;
}

.zero__text p {
	margin: 0;
}

/*-----------------------------
	service
----------------------------- */
.service__body {
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
	margin: 40px auto;
	position: relative;
	overflow: visible;
}

.service__body::before {
	position: absolute;
	height: 80px;
	width: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	top: -35px;
	left: -10px;
	content: "";
}

.service__body.num1::before {
	background-image: url(../images/label_lv01.webp);
}

.service__body.num2::before {
	background-image: url(../images/label_lv02.webp);
}

.service__body.num3::before {
	background-image: url(../images/label_lv03.webp);
}

.service__body.num4::before {
	background-image: url(../images/label_lv04.webp);
}

.service__body.num5::before {
	background-image: url(../images/label_lv05.webp);
}

.service__body.num6::before {
	background-image: url(../images/label_lv06.webp);
}

.service__inner {
	display: block;
}

.service__img__thumb {
	/* grid-row: 1 / 2; */
	/* grid-column: 1 / 3; */
		/* add 20251121*/
		/* height: auto; */
		/* height: 200px; */
		width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
/* height: clamp(240px, 5.18rem + 32.09vw, 260px); */
padding: 4px;
height: 50vw;
aspect-ratio: 648 / 400;
}
.service__body.num1 .service__img__thumb {
	/* add 20251121*/
	border: 10px solid var(--bar-color1);
}
.service__body.num2 .service__img__thumb {
	/* add 20251121*/
	border: 10px solid var(--bar-color2);
}
.service__body.num3 .service__img__thumb {
	/* add 20251121*/
	border: 10px solid var(--bar-color3);
}
.service__body.num4 .service__img__thumb {
	/* add 20251121*/
	border: 10px solid var(--bar-color4);
}
.service__body.num5 .service__img__thumb {
	/* add 20251121*/
	border: 10px solid var(--bar-color5);
}
.service__img__heading{
	/* add 20251121*/
	/* font-size: 32px; */
	/* font-size: clamp(32px, 0.048rem + 8.56vw, 48px); */
	font-size: 7.69vw;
	/* font-size: 28px; */
	text-align: center;
    font-weight: bold;
    font-family: Noto Sans JP;
	line-height: 1.48;
}
.service__body.num1 .service__img__heading {
	/* add 20251121*/
	color: var(--sem-color1);
}
.service__body.num2 .service__img__heading {
	/* add 20251121*/
	color: var(--sem-color2);
}
.service__body.num3 .service__img__heading {
	/* add 20251121*/
	color: var(--sem-color5);
	/* font-size: 28px; */
	/* font-size: clamp(28px, 0.048rem + 8.56vw, 32px); */
	font-size: 6.83vw;

}
.back{
	background: var(--sem-color5);
	color: #fff;
	padding: 0 0.1em;
}
.chrt-line{
	position: relative;
	margin: 0 20px;
}
.chrt-line:after,
.chrt-line:before{
	content: "";
    height: 2px;
    width: 20px;
    background: var(--sem-color5);
    position: absolute;
	top: 50%;
}
.chrt-line:before{
    left: -18px;
}
.chrt-line:after{
    right: -24px;
}

.service__body.num4 .service__img__heading {
	/* add 20251121*/
	color: var(--sem-color6);
}
.service__body.num5 .service__img__heading {
	/* add 20251121*/
	color: var(--sem-color3);
}
.num5 .back{
	background: var(--sem-color3);
}

.num5 .chrt-line:after,
.num5 .chrt-line:before{
    background: var(--sem-color3);
}

.service__img__sub{
	display: block;
    /* font-size: 18px; */
	font-size: min(0.5em, 18px);
    /* font-size: 0.5em; */
}
.font-tiny{
	/* font-size: .6em; */
	font-size: 0.6em;
}
.service__img__txt{
    font-family: Noto Sans JP;
	text-align: center;
	font-size: 3.42vw;
	line-height: 1.36;
	/* font-size: 0.8em; */
}
/* .service__img__thumb {
	grid-row: 1 / 2;
	grid-column: 1 / 3;
} */

.service__box {
	/* display: grid; */
	/* grid-template-rows: 40px 1fr; */
	padding: 20px 12px;
	grid-row-gap: 20px;
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	position: relative;
}

.service__box ul {
	margin-bottom: 0;
}

.service__list {
	padding-left: 20px;
}

.service__item {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.36;
}

.service__item::before {
	position: absolute;
	content: "";
	background-image: url("../images/label_point.webp");
	display: block;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	left: -20px;
	top: 2px;
}

.service__tag__wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
}

.service__tag {
	font-size: 14px;
	padding: 4px 10px;
	background-color: var(--sub-color2);
	font-weight: bold;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	border-radius: 6px;
}

.service__detail {
	padding: 0 15px 15px;
}

/* .service__img__label {
	display: flex;
	align-items: center;
} */
.service__img__label {
    display: flex;
    /* height: 48px; */
    line-height: 40px;
    margin: 0;
    align-items: center;
    font-family: Noto Sans JP;
	font-weight: bold;
	letter-spacing: 0.12em;
	font-size: 15px;
	margin-bottom: 16px;
}
.service__img__label__inner {
    /* border: 1px solid #e6e6e6; */
    border: 1px solid var(--sem-color1);
	border-radius: 3px;
    padding: 0 16px 0 12px;
    border-left: 28px solid var(--sem-color1);
	filter: drop-shadow(1px 2px 1px #eee);
	background:#f2f2f2;
}
.num2 .service__img__label__inner {
    border: 1px solid var(--sem-color2);
    border-left: 28px solid var(--sem-color2);
}
.num3 .service__img__label__inner {
    border: 1px solid var(--sem-color5);
    border-left: 28px solid var(--sem-color5);
}
.num4 .service__img__label__inner {
    border: 1px solid var(--sem-color6);
    border-left: 28px solid var(--sem-color6);
}
.num5 .service__img__label__inner {
    border: 1px solid var(--sem-color3);
    border-left: 28px solid var(--sem-color3);
}
.service__list__ttl{
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
.service__item__tag {
	font-size: 14px;
	padding: 4px 10px;
	background-color: var(--sub-color3);
	font-weight: bold;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	border-radius: 6px;
}

.add {
	display: flex;
	align-items: center;
	font-size: 0.8em;
}

/* .service__box .sticker {
	filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.20));
	max-width: 180px;
} */

/*-----------------------------
	jpn
----------------------------- */
.info__wrapper {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid var(--main-color);
	display: grid;
	grid-template-columns: none;
	margin: 15px auto;
}

.info__item {
	background-color: var(--main-color);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.info__list {
	padding: 10px;
}

.info__text .str {
	border-bottom: 1px solid var(--main-color);
	font-size: 16px;
}

/*-----------------------------
	jpn
----------------------------- */

.caution__wrapper {
	background-color: var(--sub-color);
	border-radius: 3px;
	padding: 10px 10px 13px;
	margin: 15px auto 0;
	width: 100%;
}

.caution__tag {
	background-color: var(--main-color);
	color: #fff;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 3px;
}

.caution__box {
	background-color: #fff;
	transition: .3s;
	padding: 3px 10px;
}

.caution__text {
	color: var(--main-color);
}

.caution .u-line {
	border-bottom: 1px solid var(--main-color);
	line-height: 2.4;
	padding: 0 5px;
}

.map__wrapper,
.map__item {
	width: 100%;
}

.map__wrapper,
.map__item {
	width: 100%;
	max-height: 350px;
}

@media screen and (min-width:468px) {

	.gol .tab-menu {
		border-bottom: 3px solid var(--main-color);
	}

	.sat .tab-menu {
		border-bottom: 3px solid var(--sub-color3);
	}

	.jpn .tab-menu {
		border-bottom: 3px solid var(--sub-color6);
	}

	.s365 .tab-menu {
		border-bottom: 3px solid var(--sub-color7);
	}

	.space {
		padding-left: 10px;
	}

	.seminar__subtitle {
		text-align: left;
	}

	.onl__wrapper {
		margin: 0 15px;
	}

	.seminar-mod {
		display: unset;
		padding-left: 10px;
	}

	.teacher__box {
		grid-template-columns: 180px 1fr;
	}

	.graph__level__img img {
		width: 48px;
	}

	.graph__thumb__img {
		width: 80px;
	}

	/* .zero__heading {
		margin: 0 auto 5px;
		width: 70%;
	} */

	/* service */
	.service__body::before {
		height: 100px;
		width: 80px;
		top: -45px;
		left: -10px;
	}

	.service__body {
		margin: 50px auto;
	}

	.detail__img {
		width: 70px;
	}

	.access__list2 {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		row-gap: 15px;
		margin: auto 0;
	}

	.access__text {
		text-align: center;
		padding-bottom: 15px;
	}

	span.access__tag {
		line-height: 2;
		box-shadow: 0 0 0 1px var(--sub-color5);
	}

	span.access__tag::before,
	span.access__tag::after {
		content: "";
		width: 100%;
		background: var(--sub-color2);
		height: 1px;
		position: absolute;
		bottom: -1px;
		left: 0;
		z-index: 100;
	}

	span.access__tag::after {
		top: -1px;
	}

	.caution__wrapper {
		width: 90%;
	}

	.seminar__graph {
		margin: 15px 15px 30px;
	}

.zero__heading{
	font-size: 24px;
}
	.service__img__heading{
	/* add 20251121*/
	font-size: 36px;
}
.font-tiny{
	font-size: 20px;
}

	.service__img__txt{
	/* font-size: 3.33vw; */
	font-size: 0.8em;
}
.service__body.num3 .service__img__heading {
	/* add 20251121*/
	/* color: var(--sem-color5); */
	/* font-size: 28px; */
	font-size: clamp(28px, 0.048rem + 8.56vw, 32px);
}
		.service__img__thumb {
		/* height: auto; */
		height: 280px;
}

}

@media screen and (min-width:552px) {
	.flowin__inner p {
		font-size: 16px;
	}

	.flex-xx {
		display: none;
	}

	.onl__container {
		flex-direction: row;
	}

	.seminar__wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
		column-gap: 15px;
		margin: 0 -15px;
	}

	.sato-prof .seminar__text {
		padding-left: 30px;
	}

	.teacher__first {
		grid-template-columns: 220px 1fr;
	}

	.seminar-box__wrapper {
		display: flex;
	}

	.teacher-box__wrapper {
		width: 100%;
		margin: 15px auto;
	}

	.faq__ac .faq-ac__list {
		padding: 20px 12%;
	}

	.access__list2 {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		margin-top: 15px;
	}

	span.access__text {
		font-size: 16px;
	}

	.tab-menu .tab-menu__box {
		font-size: 16px;
	}

	.tab-menu__box.active::after {
		top: 100%;
		left: 50%;
		border: 25px solid transparent;
	}

	.gol .tab-menu__box.active::after {
		border-bottom: 20px solid var(--main-color);
	}

	.sat .tab-menu__box.active::after {
		border-bottom: 20px solid var(--sub-color3);
	}

	/* sat */
	.detail__img {
		width: 79px;
		height: 90px;
	}

	.detail__inner {
		padding: 25px 25px;
	}

	.detail__lead {
		font-size: 18px;
	}

	/* seminar__gol.jsp */
	.service__body {
		margin: 60px auto;
		max-width: 480px;
	}

	.service__body:last-child {
		margin: 50px auto 0;
	}

	.graph__level__img img {
		width: 52px;
	}

	.graph__thumb__img {
		width: 100%;
	}
.zero__heading {
    /* display: flex; */
	/* flex-direction: column; */
	font-size: 28px;
}

	.zero__heading .sp {
		max-width: 480px;
		margin: 0 auto;
	}

	.zero__detail__container {
		flex-direction: row;
	}
		/* .service__img__thumb {
	height: clamp(12.5rem, 9.566rem + 12.86vw, 400px);
	height: 280px;
} */
		.service__img__heading {
			/* font-size: 32px; */
			font-size: 48px;
		}
		.service__body.num3 .service__img__heading {
			/* font-size: 28px; */
			font-size: 36px;
		}

	.service__item {
		margin-bottom: 12px;
	}
	}

	@media screen and (min-width:768px) {
		h1 {
			padding: 0 0 0 1rem !important;
			margin: 50px 0 50px 50px !important;
		}

		.flex-item {
			display: none;
		}

		.seminar-box__wrapper:after {
			background-color: var(--sub-color);
			height: 100px;
			width: 2px;
			position: absolute;
			top: 50%;
			left: 50%;
			border-radius: 5px;
		}

		.sato-prof .seminar__text {
			padding-left: 10px;
		}

		.contact a[href*="tel:"],
		.access a[href*="tel:"] {
			pointer-events: none;
			cursor: default;
			text-decoration: none;
		}

		.flowin__inner img {
			height: 60px;
			width: 60px;
		}

		.flowin__inner p {
			font-size: 18px;
		}

		.flowin__body {
			column-gap: 20px;
		}

		.flowin__inner.arrow::after {
			right: -5px;
		}

		.faq__body {
			margin: auto 0;
		}

		.access__list1 dd,
		.access__list1 dt {
			border: 0px solid #fff;
		}

		/* sato */
		.btn__noc {
			font-size: 18px;
		}

		.sat__title {
			margin-bottom: 25px;
		}

		.zero__detail__container {
			flex-direction: column;
		}

		.graph__item {
			font-size: 18px;
		}

		.service__body {
			max-width: 100%;
		}
		.service__img__heading {
			font-size: 48px;
		}
		.service__body.num3 .service__img__heading {
			font-size: 36px;
		}
		/* .service__box .sticker {
			max-width: 210px;
		} */
	}

	@media (min-width: 992px) {
		.space {
			padding-left: 0;
		}

		.seminar__body {
			grid-template-columns: 1fr 1fr;
			max-width: 100%;
		}

		.seminar__list.list {
			margin: 0;
		}

		.teacher-box__wrapper {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			column-gap: 15px;
			width: 100%;
			margin: 30px auto;
		}

		.teacher__box {
			grid-template-columns: none;
			grid-template-rows: auto 1fr auto;
			;
		}

		.teacher__title {
			font-weight: bold;
			color: var(--main-color);
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 1.3;
		}

		.teacher__title span {
			font-size: 0.7em;
			color: var(--text-color);
			margin-bottom: 15px;
		}

		.teacher__img {
			width: 150px;
			background-position: bottom;
		}

		.flowin__inner.arrow p::after {
			transform: translate(128%, -50%);
		}

		.access__content {
			flex-direction: row;
			justify-content: space-between;
		}

		.access__item {
			margin: 0;
		}

		.access__item:not(:last-child) {
			margin-bottom: 0;
		}

		/* sato */

		.sat__link {
			flex-direction: row;
			column-gap: 15px;
		}

		.seminar__intro__inner {
			display: flex;
			justify-content: flex-start;
			align-items: baseline;
		}

		.intro__body {
			border-left: 15px solid var(--sub-color3);
		}

		.detail__body {
			border-top: 25px solid var(--main-color);
		}

		.detail__inner {
			grid-template-columns: 150px 1fr;
			grid-template-rows: none;
			border-bottom: 1px solid var(--sub-color3);
			column-gap: 80px;
			padding: 30px;
			align-items: center;
		}

		.detail__inner .lv-em {
			width: 100px;
		}

		.onl__inner {
			max-width: 330px;
		}

		.detail__img {
			display: none;
		}

		.zero__detail__container {
			flex-direction: row;
		}

		.graph__level__inner.lv1 {
			background-color: var(--bar-color1);
			padding-top: 75px;
		}

		.graph__level__inner.lv2 {
			background-color: var(--bar-color2);
			padding-top: 95px;
		}

		.graph__level__inner.lv3 {
			background-color: var(--bar-color3);
			padding-top: 115px;
		}

		.graph__level__inner.lv4 {
			background-color: var(--bar-color4);
			padding-top: 135px;
		}

		.graph__level__inner.lv5 {
			background-color: var(--bar-color5);
			padding-top: 155px;
		}

		.graph__level__inner.lv6 {
			background-color: var(--bar-color6);
			padding-top: 175px;
		}

		.graph__level__box.lv1,
		.graph__level__box.lv2,
		.graph__level__box.lv3,
		.graph__level__box.lv4,
		.graph__level__box.lv5,
		.graph__level__box.lv6 {
			width: 100%;
			flex-grow: 1;
			border-radius: 10px 10px 0 0;
		}

		.graph__level__list {
			display: flex;
			flex-direction: row;
			flex-grow: 1;
			margin: 0;
			align-items: baseline;
		}

		.graph__level__item {
			flex-direction: column;
			justify-content: flex-end;
			position: relative;
		}

		.graph__level__inner {
			flex-direction: column;
			border-radius: 10px 10px 0 0;
		}

		.graph__level__img {
			align-items: center;
			padding: 10px;
			position: absolute;
			top: 0;
		}

		.graph__thumb__item {
			max-width: 100px;
			padding: 10px;
		}

		.graph__level__img:after,
		.graph__level__img.lv6:before {
			display: none;
		}

		.zero__inner {
			display: flex;
			padding: 15px;
			justify-content: center;
			align-items: center;
			column-gap: 25px;
			flex-direction: row;
		}

		.zero__inner__title {
			margin-bottom: 0;
		}

		/* service */
		.zero__heading {
    /* display: flex; */
	/* flex-direction: column; */
	font-size: 32px;
	/* font-size: 20px; */
}

		.service__body::before {
			height: 90px;
			top: -50px;
			left: -20px;
		}

		.service__inner {
			display: grid;
			grid-template-columns: 340px 1fr;
		}

		.service__box {
			/* grid-template-rows: 40px 1fr; */
			padding: 10px;
			/* grid-row-gap: 10px; */
			grid-row-gap: 15px;
			grid-row: auto;
			grid-column: auto;
		}

		/* .service__box .sticker {
			position: absolute;
			left: -20px;
		} */

		.service__detail {
			padding: 15px;
		}

		.service__img__thumb {
			/* grid-row: auto; */
			/* grid-column: auto; */
		/* height: clamp(12.5rem, 9.566rem + 12.86vw, 400px); */
		height: auto;
		padding: 8px;
		gap: 12px;
		}
		
		/* .service__img__thumb {
	height: clamp(12.5rem, 9.566rem + 12.86vw, 400px);
}
 */
 		.service__img__heading {
			font-size: 32px;
		}
		.service__body.num3 .service__img__heading {
			font-size: 28px;
		}

.service__img__txt{
font-size: 16px;
}

		/* .service__img__label {
			display: block;
		} */

		.detail__img.s365 {
			display: block;
		}
	}

	@media screen and (min-width:1200px) {
		/* .service__img__thumb {
	height: clamp(12.5rem, 9.566rem + 12.86vw, 400px);
	height: auto;
} */

		.service__img__heading {
			font-size: 48px;
		}
		.service__body.num3 .service__img__heading {
			font-size: 36px;
		}
		.space {
			padding-left: 10px;
		}

		.voice__inner {
			width: auto;
		}

		.flowin__body {
			column-gap: 30px;
		}

		.flowin__inner.arrow::after {
			right: -10px;
		}
		.voice__list{
			overflow-x: auto;
		}

		/* sat */
		.sat__title {
			margin-bottom: 10px;
		}

		.sat__first {
			grid-template-columns: 220px 1fr;
		}

		.sat__text {
			font-size: 18px;
		}

		.service__inner {
			grid-template-columns: 440px 1fr;
			/* grid-auto-columns: 400px; */
		}

		.service__body::before {
			height: 100px;
			top: -50px;
			left: -15px;
		}

		.service__box {
			/* grid-template-rows: 48px 1fr; */
			padding: 12px;
		}

		.service__item {
			font-size: 18px;
		}
	}


/* /seminar.jsp */