.kasaneru_title {
position: relative;
white-space: nowrap;
}
.kasaneru_title p {
position: absolute;
top: 50%;
-ms-transform: translate(0, -70%);
-webkit-transform: translate(0, -70%);
transform: translate(0, -70%);
left: 2.6rem !important;
font-size: 2.6rem !important;
line-height: 3rem !important;
font-weight: 700;
margin: 0;
padding: 0;
max-width: 88%;
z-index: 15;
}
@media (min-width: 640px) and (max-width: 1199.98px) {
.kasaneru_title p {
left: 2.2rem !important;
font-size: 2.5rem !important;
line-height: 2.9rem !important;
}
}
@media (max-width: 638.98px) {
.kasaneru_title p {
left: 1.6rem !important;
font-size: 2.3rem !important;
line-height: 2.7rem !important;
}
}
@media (max-width: 479.98px) {
.kasaneru_title p {
top: 50%;
-ms-transform: translate(0, -60%);
-webkit-transform: translate(0, -60%);
transform: translate(0, -60%);
}
}
.kasaneru_title a {
margin: 0;
padding: 0;
}
.page_cover_subtitle {
font-size: 1.8rem;
line-height: 2rem;
font-weight: bold;
color: #666666;
z-index: 18;
white-space: pre-wrap;
}
@media (min-width: 640px) and (max-width: 1199.98px) {
.page_cover_subtitle {
font-size: 1.6rem;
line-height: 1.8rem;
}
}
@media (max-width: 638.98px) {
.page_cover_subtitle {
font-size: 1.4rem;
line-height: 1.6rem;
}
}
.page_cover_subtitle a {
color: #666666;
display: inline;
margin: 0;
padding: 0;
text-decoration: none;
z-index: 20;
}
.pagetitle_img img {
max-height: 300px;
min-height: 220px;
object-fit: cover;
object-position: 100% 100%;
width: 100%;
position: relative;
z-index: 10;
opacity: 0.4;
} .svg-overlay_pagecover {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100%;
display: flex;
pointer-events: none;
justify-content: center;
align-items: flex-end;
z-index: 2;
margin-bottom: -120px;
} .svg-overlay_pagecover svg,
.svg-overlay_pagecover path {
width: 100vw;
height: calc(100% - 120px);
display: block;
} .wp-block-image.alignfull.pagetitle_img {
margin-bottom: 0;
} .card-post {
border-radius: 0.5rem !important;
} @media (max-width: 766.98px) {
.col-reverse {
display: flex;
flex-direction: column-reverse !important;
}
.wp-block-columns {
flex-direction: column;
display: flex;
flex-wrap: wrap;
}
.wp-block-column {
width: 100%;
}
}     .wave-hm {
width: 100%;
height: 150px; overflow: hidden;
line-height: 0; z-index: -20;
}
.wave-hm svg {
display: block;
width: 100%;
height: 100%;
} .wave-hm-content {
background: rgb(255, 241, 207, 0.7); padding: 50px 20px; } .sec-hm .inner-hm {
max-width: 1100px;
margin: 0 auto;
padding: 48px 20px;
} .wave--up svg {
transform: scaleY(-1);
} .wave-container,
.wave-bottom {
width: 100vw;
overflow: hidden;
}
.wave-container svg,
.wave-bottom svg {
display: block; width: 100%; height: auto;
}
.wave-bottom {
transform: rotate(180deg);
} @media (max-width: 767.98px) { .wave-hm:not(.wave-line) { height: 70px !important;
} .wave-line {
height: 50px !important;
}
}  .wave-line svg path { fill: none !important; stroke: rgba(255, 244, 219, 0.8);  stroke-width: 12px !important; stroke-linecap: round;
stroke-linejoin: round; vector-effect: non-scaling-stroke;
}
.wave-line--light svg path {
stroke: rgba(254, 249, 240, 0.8); }
.wave-line.wave-hm {
overflow: visible; } @media (max-width: 767.98px) { .wave-line {
height: 60px !important;
}
.wave-line svg path {
stroke-width: 8px !important;
}
} .wave-line--accent svg .wave-accent-dot { fill: rgba(255, 207, 146, 0.35) !important;
} @media (max-width: 600px) {
.wave-line--accent svg .wave-accent-dot.dot-s {
r: 6;
} .wave-line--accent svg .wave-accent-dot {
fill: rgba(255, 244, 219, 0.18);
}
} .kc-section-bg-dark {
background-color: #fff4db;
padding-top: 56px;
padding-bottom: 56px;
}
.kc-section-bg-light {
padding-top: 56px;
padding-bottom: 56px;
} .kc-section-inner {
width: min(100% - 32px, 1100px);
margin-left: auto;
margin-right: auto;
} .kc-section-inner > :first-child {
margin-top: 0 !important;
}
.kc-section-inner > :last-child {
margin-bottom: 0 !important;
} .wp-block-columns.is-layout-flex.kcode-rules-img {
gap: 1em;
} .kc-item-wrapper {
gap: 1em !important;
margin-bottom: 2em;
}
.kc-panel {
position: relative;
box-sizing: border-box;
border: 4px solid #fddea5;
border-radius: 0.8em;
background-color: transparent;
padding: 0.3em 0.25em;
max-width: 900px;
width: calc(100% - 0.6em);
height: calc(100% - 0.6em);
display: flex;
flex-direction: column;
margin: 0 0.4em 0.6em 0;
z-index: 2;
} .kc-panel::before {
content: "";
position: absolute;
top: 0.25em;
left: 0.25em;
width: 100.8%;
height: 102.5%;
background-color: rgba(253, 222, 165, 0.35);
border-radius: 0.8em;
z-index: -1;
}
.kc-panel * {
box-sizing: border-box;
}
.kc-panel-title {
text-align: center;
color: #ff9118;
font-size: 1.2em !important;
font-weight: bold;
margin: 0 0 0.2em 0;
line-height: 1.3;
letter-spacing: calc(var(--base-spacing) + 0.05em);
} .kc-panel-divider {
height: 3px;
border-width: 0;
margin: 0 auto 0.8em auto;
width: 95%;
background-repeat: repeat-x;
background-size:
0.7em 0.3em,
1.7em 0.3em,
3.5em 0.3em,
3.7em 0.3em;
background-position: right bottom;
background-image:
radial-gradient(
0.3em 0.2em at center center,
#feab47,
rgba(254, 171, 71, 0)
),
radial-gradient(
0.5em 0.2em at center center,
#feab47,
rgba(254, 171, 71, 0)
),
radial-gradient(
0.8em 0.2em at center center,
#feab47,
rgba(254, 171, 71, 0)
),
radial-gradient(
7.2em 0.2em at center center,
#feab47,
rgba(254, 171, 71, 0)
);
} .kc-item-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.9em 0.4em;
}
.kc-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
min-width: 60px;
}
.kc-item-icon {
margin-bottom: 8px;
display: flex;
justify-content: center;
align-items: center;
}
.kc-item-icon img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.kc-item-text {
font-weight: bold;
font-size: 1.1em !important;
text-align: center;
line-height: 1.2;
}
.kc-rule-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.9em 0.4em;
padding: 0 0.2em;
}
.kc-rule-item {
display: flex;
flex-direction: column;
min-width: 120px;
}
.kc-rule-title {
font-weight: bold;
font-size: 1em !important;
color: #333333;
margin-bottom: 0.3em;
line-height: 1.2;
text-align: left;
}
.kc-rule-graphics {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5em;
}
.kc-rule-img-main,
.kc-rule-img-sub {
width: auto;
vertical-align: middle;
}
.kc-rule-img-arrow {
height: auto;
vertical-align: middle;
opacity: 0.6;
}
.kc-rule-png {
width: auto;
vertical-align: middle;
} .kc-color-yoko {
color: var(--kc-color-red);
}
.kc-color-tate {
color: var(--kc-color-blue);
}
.kc-color-hidari {
color: var(--kc-color-green);
}
.kc-color-migi {
color: var(--kc-color-yellow);
}
.kc-color-check {
color: var(--kc-color-orange);
}
.kc-color-l {
color: var(--kc-color-purple);
}  @media screen and (min-width: 1200px) { .kc-item-grid,
.kc-rule-grid {
flex-wrap: nowrap;
justify-content: space-between;
} .kc-item {
flex: 1 1 0;
}
.kc-item-icon {
height: 45px;
}
.kc-item-icon img {
max-height: 45px;
}
.kc-item-text {
font-size: 1em !important;
} .kc-rule-item {
flex: 1 1 0;
}
.kc-rule-title {
font-size: 0.9em !important;
text-align: center; }
.kc-rule-graphics {
height: 50px;
gap: 4px;
}
.kc-rule-img-main,
.kc-rule-img-sub {
max-height: 40px;
}
.kc-rule-img-arrow {
width: 14px;
}
.kc-rule-png {
max-height: 50px;
}
} @media screen and (min-width: 992px) and (max-width: 1199.98px) { .kc-item-grid,
.kc-rule-grid {
flex-wrap: nowrap;
justify-content: space-between;
} .kc-item {
flex: 1 1 0;
}
.kc-item-icon {
height: 45px;
}
.kc-item-icon img {
max-height: 42px;
}
.kc-item-text {
font-size: 0.8em !important;
} .kc-rule-item {
flex: 1 1 0;
}
.kc-rule-title {
font-size: 0.8em !important;
text-align: center; }
.kc-rule-graphics {
height: 50px;
gap: 4px;
}
.kc-rule-img-main,
.kc-rule-img-sub {
max-height: 40px;
}
.kc-rule-img-arrow {
width: 14px;
}
.kc-rule-png {
max-height: 50px;
}
} @media screen and (min-width: 782px) and (max-width: 991.98px) {
.kc-item-grid,
.kc-rule-grid {
flex-wrap: wrap;
justify-content: center;
} .kc-item {
flex: 1 1 30%;
}
.kc-item-icon {
height: 50px;
}
.kc-item-icon img {
max-height: 50px;
}
.kc-item-text {
font-size: 1em !important;
} .kc-rule-item {
flex: 0 1 45%;
align-items: center;
margin-bottom: 8px;
}
.kc-rule-title {
font-size: 1em !important;
text-align: center;
}
.kc-rule-graphics {
height: 45px;
gap: 4px;
}
.kc-rule-img-main,
.kc-rule-img-sub {
max-height: 35px;
}
.kc-rule-img-arrow {
width: 14px;
}
.kc-rule-png {
max-height: 45px;
}
} @media screen and (min-width: 450px) and (max-width: 781.98px) {
.kc-item-wrapper {
margin-bottom: 1em;
}
.kc-panel {
margin-bottom: 2em;
height: auto !important;
} .kc-item-grid,
.kc-rule-grid {
flex-wrap: nowrap;
justify-content: space-between;
gap: 8px; } .kc-item {
flex: 1 1 0;
min-width: 0;
}
.kc-item-icon {
height: 55px;
}
.kc-item-icon img {
max-height: 45px;
}
.kc-item-text {
font-size: 0.9em !important; white-space: nowrap;
} .kc-rule-item {
flex: 1 1 0;
min-width: 0;
align-items: center;
}
.kc-rule-title {
font-size: 1em !important;
text-align: center;
margin-bottom: 6px;
white-space: nowrap;
}
.kc-rule-graphics {
height: 50px;
gap: 6px;
}
.kc-rule-img-main,
.kc-rule-img-sub {
max-height: 40px;
}
.kc-rule-img-arrow {
width: 14px;
}
.kc-rule-png {
max-height: 50px;
}
} @media screen and (max-width: 449.98px) {
.kc-panel {
margin-bottom: 1.5em;
height: auto !important;
}
.kc-item-grid,
.kc-rule-grid {
flex-wrap: nowrap;
justify-content: space-between;
gap: 2px; } .kc-item {
flex: 1 1 0;
min-width: 0;
}
.kc-item-icon {
height: 40px;
}
.kc-item-icon img {
max-height: 35px;
}
.kc-item-text {
font-size: 0.75em !important;
white-space: nowrap;
} .kc-rule-item {
flex: 1 1 0;
min-width: 0;
align-items: center;
}
.kc-rule-title {
font-size: 0.8em !important;
text-align: center;
margin-bottom: 4px;
white-space: nowrap;
}
.kc-rule-graphics {
height: 40px;
gap: 2px;
}
.kc-rule-img-main,
.kc-rule-img-sub {
max-height: 30px;
}
.kc-rule-img-arrow {
width: 10px;
}
.kc-rule-png {
max-height: 40px;
}
}  .img-3char-parts {
padding: 0 2em;
text-align: center;
}
@media (max-width: 782.98px) and (min-width: 768px) {
.img-3char-parts {
padding: 0;
}
}
.wp-block-columns.kc-cols-3-nowrap {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
} @media (max-width: 767.98px) {
.wp-block-columns.kc-cols-3-nowrap {
flex-direction: row !important;
flex-wrap: nowrap !important;
word-break: break-word;
overflow-wrap: anywhere;
gap: 1em !important;
}
.wp-block-columns.kc-cols-3-nowrap > .wp-block-column {
flex-basis: 33% !important;
flex-grow: 0 !important;
min-width: 0;
}
}
.kc-cols-3-nowrap .charimg-3types .wp-block-image,
.kc-cols-3-nowrap .charimg-3types figure {
width: 100%;
max-width: 100%;
}
.kc-cols-3-nowrap > .charimg-3types {
background-color: #fff;
border-radius: 1em;
padding: 0.8em 1em;
}
.charimg-3types p {
font-size: 1.2em !important;
font-weight: bold !important;
margin-bottom: 0.5em;
word-break: keep-all;
letter-spacing: calc(var(--base-spacing) - 0.03em);
}
.kc-cols-3-nowrap .charimg-3types figure {
display: block;
margin: 0 auto;
box-sizing: border-box;
padding: 1em 1.5em;
}
.kc-cols-3-nowrap .charimg-3types img {
display: block;
width: 100%;
height: auto;
max-width: 240px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
@media (max-width: 767.98px) {
.kc-cols-3-nowrap .charimg-3types img {
max-width: 100%;
}
.kc-cols-3-nowrap .charimg-3types figure {
padding: 0.4em 0.6em;
}
}
@media (max-width: 767.98px) and (min-width: 420px) {
.charimg-3types p {
font-size: 1em !important;
margin-bottom: 0.5rem;
height: auto;
}
}
@media (max-width: 419.98px) {
.charimg-3types p {
font-size: 0.83em !important;
margin-bottom: 0.5rem;
height: auto;
}
}
.charimg-3types-desc {
background: #fff;
border-radius: 1em;
text-align: center;
max-width: 1000px;
padding: 0 1em;
} .exp-char-container {
--exp-bg: #ffffff;
--exp-gap: clamp(12px, 2vw, 22px);
--exp-gap-3col: clamp(15px, 2.7vw, 45px);
--exp-pad: clamp(14px, 2.2vw, 22px);
--exp-radius: 14px;
margin-block: clamp(18px, 3vw, 30px);
}
.exp-char-container .exp-char-lead {
position: relative;
padding-left: 16px;
margin: 0 0 clamp(10px, 1.6vw, 14px);
font-weight: 700;
font-size: clamp(18px, 2vw, 20px) !important;
line-height: 1.75;
}
.exp-char-container .exp-char-lead::before {
content: "";
position: absolute;
left: 0;
top: -1px;
bottom: -1px;
width: 6px;
background: var(--kc-color-primary);
border-radius: 4px;
} .exp-char-row {
display: grid;
gap: var(--exp-gap);
align-items: stretch;
} .exp-char-box {
background: var(--exp-bg);
border-radius: var(--exp-radius);
padding: var(--exp-pad);
display: flex;
flex-direction: column;
min-width: 0; } .exp-char-title {
margin: 0 0 calc(var(--exp-gap) * 0.75);
font-weight: 700;
font-size: clamp(15px, 1.8vw, 20px) !important;
line-height: 1.2;
text-align: center !important;
} .exp-char-images {
display: grid;
gap: var(--exp-gap);
} .exp-char-images--1 {
grid-template-columns: 1fr;
}
.exp-char-images--2 {
grid-template-columns: repeat(2, 1fr);
}
.exp-char-images--3 {
grid-template-columns: repeat(3, 1fr);
}
.exp-char-images--3.exp-char-images {
gap: var(--exp-gap-3col);
} .exp-char-img {
margin: 0;
aspect-ratio: 1 / 1; width: 100%;
overflow: hidden;
display: grid;
place-items: center;
}
.exp-char-img img {
width: 100%;
height: 100%;
object-fit: contain; display: block;
}  .exp-char-container--one .exp-char-row {
grid-template-columns: 2fr 1fr;
max-width: 1000px;
margin-inline: auto;
} .exp-char-container--two .exp-char-row {
grid-template-columns: 1fr;
justify-items: center;
}
.exp-char-container--two .exp-char-box {
width: min(100%, 1110px);
}
.exp-char-container--two .exp-char-title {
text-align: left; } .exp-char-container--three .exp-char-row {
grid-template-columns: 1fr 2fr;
} @media (max-width: 860px) { .exp-char-container {
--exp-gap: 10px;
--exp-pad: 12px;
} .exp-char-container--one .exp-char-row {
grid-template-columns: 2fr 1fr;
} .exp-char-container--three .exp-char-row {
grid-template-columns: 1fr 2fr;
} .exp-char-images--1 {
grid-template-columns: 1fr;
}
.exp-char-images--2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.exp-char-images--3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.exp-char-container--two .exp-char-box {
width: 100%;
}
}  .stroke-direction-container {
position: relative;
display: flex;
justify-content: space-between;
align-items: stretch;
width: 100%;
max-width: 1000px;
margin: 1.5em auto 0;
background-color: #fff;
border-radius: 1em;
padding: 1.5em 0.5em 1em;
box-sizing: border-box;
gap: 0.5em;
overflow: visible;
}
.stroke-header-group {
position: absolute;
top: -0.8em;
left: 1em;
z-index: 2;
display: flex;
align-items: baseline;
gap: 1em;
background-color: #fdfcf5;
padding: 0 10px;
} .stroke-direction-title {
color: #fff;
background-color: #ffb347;
padding: 0.2em 0.8em;
font-weight: 700;
font-size: 1.1em;
line-height: 1;
border-radius: 4px;
} .stroke-description {
margin: 0;
font-weight: bold;
font-size: 1em;
color: #333;
} .stroke-direction-item {
display: flex;
flex-direction: column;
flex: 1; min-width: 0;
} .stroke-direction-text-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
min-height: 4em;
margin-bottom: 12px;
gap: 6px;
}
.stroke-badge {
display: inline-block;
color: #fff;
font-size: 0.9em;
letter-spacing: calc(var(--base-spacing) - 0.03em);
font-weight: bold;
padding: 0.4em 0.5em;
border-radius: 1em;
line-height: 1.2;
}
.stroke-badge--green {
background-color: var(--kc-color-green);
}
.stroke-badge--red {
background-color: var(--kc-color-red);
}
.stroke-badge--blue {
background-color: var(--kc-color-blue);
}
.stroke-instruction {
font-weight: bold;
font-size: 1.05em !important;
color: #333333;
line-height: 1.3;
margin: 0;
text-align: center;
white-space: nowrap;
}
.stroke-direction-figure {
flex: 1;
margin: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.stroke-direction-figure img {
width: 100%;
height: auto;
max-width: 200px;
object-fit: contain;
} @media screen and (max-width: 767.98px) and (min-width: 400px) {
.stroke-direction-container {
padding: 1em 0.8em;
gap: 0.8em;
margin-top: 2em;
}
.stroke-header-group {
flex-direction: column;
align-items: flex-start;
gap: 0.3em;
top: -1.2em;
left: 0.5em;
}
.stroke-description {
font-size: 1em;
padding: 0 1em;
box-sizing: border-box;
}
.stroke-direction-title {
top: -0.6em;
left: 1em;
font-size: 1.1em;
} .stroke-direction-text-wrapper {
height: 4em;
margin-bottom: 0.5em;
}
.stroke-badge {
font-size: 0.85em;
}
.stroke-instruction {
white-space: normal;
font-size: 0.8em !important;
} .stroke-direction-item .sp-only {
display: block;
}
}
@media screen and (max-width: 399.98px) {
.stroke-direction-container {
padding: 1em 0.8em;
gap: 0.4em;
}
.stroke-direction-title {
top: 0.65em;
left: 0.65em;
border-width: 3px;
font-size: 1.1em;
}
.stroke-badge {
font-size: 0.7em;
}
.stroke-instruction {
white-space: normal;
font-size: 0.7em !important;
}  .stroke-direction-item .sp-only {
display: block;
}
} @media screen and (min-width: 769px) {
.stroke-direction-item .sp-only {
display: none;
}
} .stroke-equation-lead {
position: relative;
padding-left: 16px;
margin: 0 0 clamp(10px, 1.6vw, 14px);
font-weight: 700;
font-size: clamp(18px, 2vw, 20px) !important;
line-height: 1.75;
}
.stroke-equation-lead::before {
content: "";
position: absolute;
left: 0;
top: -1px;
bottom: -1px;
width: 6px;
background: var(--kc-color-primary);
border-radius: 4px;
} .stroke-equation-container {
display: flex;
justify-content: space-between;
align-items: stretch;
width: 100%; margin: 0 auto;
padding: 0.8em 0;
box-sizing: border-box;
background-color: #fefefe;
border-radius: 1em;
} .stroke-item {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
} .stroke-text-wrapper {
height: 3.2em;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.stroke-text-wrapper > .stroke-text {
font-weight: bold;
font-size: 1.2em !important;
line-height: 1.4;
margin: 0;
text-align: center;
white-space: nowrap;
} .stroke-figure {
flex: 1; margin: 0;
width: 100%;
display: flex;
align-items: center; justify-content: center;
}
.stroke-figure img {
width: 100%;
height: auto;
max-width: 180px;
object-fit: contain;
padding: 0 0.5em;
} .stroke-symbol {
display: flex;
flex-direction: column;
justify-content: center; align-items: center;
width: 3em;
flex-shrink: 0; padding-top: 3.2em;
box-sizing: border-box;
}
.stroke-symbol svg {
width: 2.3em;
height: 2.3em;
color: #333;
display: block;
} @media screen and (max-width: 767.98px) and (min-width: 400px) { .stroke-equation-container {
padding: 0.8em 0;
} .stroke-text-wrapper {
height: 4em;
} .stroke-symbol {
width: 2em;
padding-top: 4em;
}
.stroke-text-wrapper > .stroke-text {
font-size: 1em !important;
white-space: normal; }
.stroke-text .sp-only {
display: block;
}
.stroke-symbol svg {
width: 2em;
height: 2em;
}
}
@media screen and (max-width: 399.98px) { .stroke-equation-container {
padding: 0.8em 0;
} .stroke-text-wrapper {
height: 4em;
} .stroke-symbol {
width: 2em;
padding-top: 4em;
}
.stroke-text-wrapper > .stroke-text {
font-size: 0.9em !important;
white-space: normal; }
.stroke-text .sp-only {
display: block;
}
.stroke-symbol svg {
width: 2em;
height: 2em;
}
}
@media screen and (min-width: 769px) {
.sp-only {
display: none;
}
}  .kc-frame-recognize {
position: relative;
overflow: visible;
background-color: #fefefe;
border-radius: 1em;
padding: 0.8em 1em 1em 1em;
margin-bottom: 1.5em;
}
#kc-frame-recognize__title-1,
#kc-frame-recognize__title-2 {
font-size: 1.25em !important;
font-weight: 700;
color: var(--kc-color-primary);
margin-bottom: 0;
}
.kc-frame-recognize__img {
margin-bottom: 0;
}
.kc-frame-recognize__label {
position: absolute;
left: 50%;
bottom: -1.2em;
transform: translateX(-50%);
z-index: 2;
background: var(--kc-color-primary);
color: #fff;
font-weight: 700;
line-height: 1.5;
padding: 0.3em 1em;
border-radius: 0.5em;
white-space: nowrap !important;
display: inline-flex;
max-width: none !important;
overflow-wrap: normal !important;
word-break: keep-all !important;
}
#kc-frame-recognize__label-1,
#kc-frame-recognize__label-2 {
font-size: 1.2em !important;
}
.kc-frame-recognize .wp-block-columns {
margin-bottom: 5px;
gap: 0.8em;
}
.kc-frame-recognize .diff_lang {
color: #888;
font-weight: bold;
font-size: 0.9em !important;
letter-spacing: calc(var(--base-spacing) - 0.03em);
}
@media (max-width: 991.98px) and (min-width: 782px) {
.wp-block-columns.kc-frame-recognize__col {
gap: 0.6em;
}
.kc-frame-recognize {
padding: 0.8em 0.6em 1em 0.6em;
}
.kc-frame-recognize .diff_lang {
font-size: 0.82em !important;
}
}
@media (max-width: 781.98px) { .kc-frame-recognize__col {
display: block !important;
}
.kc-frame-recognize__col > .wp-block-column {
width: 100% !important;
margin-left: 0 !important;
}
.kc-frame-recognize__col > .wp-block-column + .wp-block-column {
margin-top: 3em !important;
} .kc-frame-recognize > .wp-block-group__inner-container > .wp-block-columns {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
column-gap: 1em !important;
row-gap: 0 !important;
margin-bottom: 0 !important;
}
.kc-frame-recognize
> .wp-block-group__inner-container
> .wp-block-columns
> .wp-block-column {
width: auto !important;
min-width: 0 !important;
flex: none !important;
flex-basis: auto !important;
margin: 0 !important;
} .kc-frame-recognize .wp-block-image {
margin-bottom: 0.5em !important;
}
.kc-frame-recognize .wp-block-image img {
display: block;
width: 100%;
height: auto;
} .kc-frame-recognize .diff_lang {
font-size: 0.95em;
line-height: 1.4;
margin: 0;
}
.kc-frame-recognize__label {
white-space: normal;
text-align: center;
padding: 0.2em 0.8em;
}
#kc-frame-recognize__label-1,
#kc-frame-recognize__label-2 {
font-size: 1.1em !important;
}
}
.div-inline-img {
margin: 1em 0 !important;
padding: 1em 2em !important;
max-width: 780px !important;
background-color: #fefefe;
border-radius: 1em;
}
@media (max-width: 767.98px) {
.div-inline-img {
padding: 0.5em 0.5em !important;
}
} .slide-card__mobile {
background-color: #fefefe;
border-radius: 1em;
padding: 0.8em;
margin-bottom: 1.5em;
box-shadow: 0 4px 12px rgba(230, 150, 66, 0.15);
display: flex;
justify-content: center;
align-items: center;
}
.slide-card__mobile picture {
display: block;
width: 100%;
}
.slide-card__mobile img {
max-width: 100%;
height: auto;
display: block;
border-radius: 1em;
} .wp-block-image.learners-img img {
max-width: 280px !important;
} .voice-row {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between;
align-items: flex-start;
gap: 1em;
margin-bottom: 2em;
}
.voice-item {
flex: 0 0 48%;
max-width: 48%;
box-sizing: border-box;
}
@media (max-width: 781.98px) {
.voice-item {
flex: 0 0 100%;
max-width: 100%;
}
} .voice-inner {
display: flex !important;
flex-wrap: nowrap !important;
align-items: flex-start;
gap: 1em;
} .voice-photo {
flex: 0 0 30%;
max-width: 30%;
}
.voice-photo img {
width: 100%;
height: auto;
display: block;
}
.voice-text {
flex: 1 1 auto;
line-height: 1.6;
display: flex;
flex-direction: column;
justify-content: flex-start;
} .comm-box {
position: relative; margin: 3em 0 0 0;
background: #fef9f0;
padding: 2em 1em 0.5em 2em;
border-radius: 1em;
height: auto;
}
.comm-box .box-title {
position: absolute;
top: 0;
left: 3%;
transform: translate(-3%, -50%);
font-size: 1.15em;
background-color: #ffb347;
padding: 0.2em 0.8em;
text-align: center;
color: #fff;
font-weight: bold;
letter-spacing: calc(var(--base-spacing) + 0.05em);
white-space: nowrap;
}
.comm-box p {
padding: 0.5em 1em;
margin: 0;
}
@media (max-width: 767.98px) {
.comm-box .box-title {
left: 5%;
}
.comm-box p {
padding: 0.5em 0.3em;
margin: 0;
}
}   .mt-kasaneru {
position: relative;
margin-bottom: 0;
}
.mt-kasaneru__figure {
margin: 0;
}
.mt-kasaneru__figure img {
display: block;
width: 100%;
height: auto;
opacity: 0.85;
}
.mt-kasaneru__lead {
position: absolute;
top: 0;
left: 0;
z-index: 2;
} .mt-kasaneru__lead > p,
.mt-kasaneru__text-top p {
position: static !important;
top: auto !important;
left: auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
letter-spacing: 0.01em;
}
.mt-kasaneru__text-top {
margin-bottom: 0.8em;
}
.mt-kasaneru__text-top p + p {
margin-top: 0.9em !important;
} .mt-legend {
z-index: 3;
}
.mt-legend__list {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.35em 1.3em;
margin: 0 !important;
padding: 0 !important;
}
.mt-legend__list li {
margin: 0;
}
.mt-legend__item {
display: inline-flex;
align-items: baseline;
white-space: nowrap;
color: #5f5f5f;
}
.mt-legend__label {
color: #b67b64;
font-weight: 700;
margin-right: 0.25em;
}
.mt-legend__label--short {
display: none;
}
.mt-legend__value {
color: #555;
} @media (min-width: 992px) {
.parts_onlypc .mt-kasaneru {
margin-bottom: 1.5em;
}
.parts_onlypc .mt-kasaneru__lead {
top: 2.2%;
left: 2.4%;
width: 70%;
}
.parts_onlypc .mt-kasaneru__lead > p {
font-size: clamp(16px, 1.2vw, 18px) !important;
line-height: 1.9 !important;
}
.parts_onlypc .mt-legend {
position: absolute;
left: 2.4%;
top: 47%;
width: 40%;
max-width: 380px;
margin: 0;
padding: 8px 12px;
background: rgba(255, 255, 255, 0.58);
border-radius: 10px;
box-shadow: none;
border: 0;
text-align: left;
}
.parts_onlypc .mt-legend__item {
font-size: 15px !important;
line-height: 1.65 !important;
}
} @media (min-width: 768px) and (max-width: 991.98px) {
.parts_onlytablet .mt-kasaneru__text-top p {
font-size: 15px !important;
line-height: 1.8 !important;
}
.parts_onlytablet .mt-kasaneru {
margin-bottom: 1.1em;
}
.parts_onlytablet .mt-kasaneru__lead {
top: 0;
left: 0;
width: 66%;
}
.parts_onlytablet .mt-kasaneru__lead > p {
font-size: 15px !important;
line-height: 1.72 !important;
}
.parts_onlytablet .mt-legend {
position: absolute;
left: 0;
top: 42%;
width: 45%;
margin: 0;
padding: 7px 10px;
background: rgba(255, 255, 255, 0.56);
border-radius: 10px;
box-shadow: none;
border: 0;
text-align: left;
}
.parts_onlytablet .mt-legend__item {
font-size: 13px !important;
line-height: 1.55 !important;
}
} @media (min-width: 480px) and (max-width: 767.98px) {
.parts_onlytablet .mt-kasaneru__text-top p {
font-size: 14px !important;
line-height: 1.75 !important;
}
.parts_onlytablet .mt-kasaneru {
margin-bottom: 0;
}
.parts_onlytablet .mt-kasaneru__lead {
top: 0;
left: 0;
width: 60%;
}
.parts_onlytablet .mt-kasaneru__lead > p {
font-size: 13.5px !important;
line-height: 1.65 !important;
}
.parts_onlytablet .mt-legend {
position: static;
margin: 0;
padding: 7px 10px 8px;
background: rgba(255, 255, 255, 0.54);
border-top: 1px solid rgba(182, 123, 100, 0.18);
border-radius: 0 0 8px 8px;
box-shadow: none;
text-align: left;
}
.parts_onlytablet .mt-legend__list {
gap: 0.25em 1.1em;
}
.parts_onlytablet .mt-legend__item {
font-size: 12.5px !important;
line-height: 1.55 !important;
}
} @media (max-width: 479.98px) and (min-width: 380px) {
.parts_onlyphone .mt-kasaneru__text-top p {
font-size: 13px !important;
line-height: 1.75 !important;
}
.parts_onlyphone .mt-kasaneru {
margin-bottom: 0;
}
.parts_onlyphone .mt-kasaneru__lead {
top: 0;
left: 0;
width: 60%;
}
.parts_onlyphone .mt-kasaneru__lead > p {
font-size: 13px !important;
line-height: 1.58 !important;
}
.parts_onlyphone .mt-legend {
position: static;
margin: 0;
padding: 5px 9px 6px;
background: rgba(255, 255, 255, 0.52);
border-top: 1px solid rgba(182, 123, 100, 0.16);
border-radius: 0 0 7px 7px;
box-shadow: none;
text-align: left;
}
.parts_onlyphone .mt-legend__list {
gap: 0.2em 0.9em;
}
.parts_onlyphone .mt-legend__item {
font-size: 11.5px !important;
line-height: 1.52 !important;
}
.parts_onlyphone .mt-legend__label--long {
display: none;
}
.parts_onlyphone .mt-legend__label--short {
display: inline;
}
} @media (max-width: 379.98px) {
.parts_onlysmallphone .mt-kasaneru__text-top p {
font-size: 12px !important;
line-height: 1.7 !important;
}
.parts_onlysmallphone .mt-kasaneru {
margin-bottom: 0;
}
.parts_onlysmallphone .mt-kasaneru__lead {
top: 0;
left: 0;
width: 70%;
}
.parts_onlysmallphone .mt-kasaneru__lead > p {
font-size: 12px !important;
line-height: 1.52 !important;
}
.parts_onlysmallphone .mt-legend {
position: static;
margin: 0;
padding: 7px 8px 8px;
background: rgba(255, 255, 255, 0.5);
border-top: 1px solid rgba(182, 123, 100, 0.14);
border-radius: 0 0 6px 6px;
box-shadow: none;
text-align: left;
}
.parts_onlysmallphone .mt-legend__list {
gap: 0.15em 0.75em;
}
.parts_onlysmallphone .mt-legend__item {
font-size: 10.8px !important;
line-height: 1.48 !important;
}
.parts_onlysmallphone .mt-legend__label--long {
display: none;
}
.parts_onlysmallphone .mt-legend__label--short {
display: inline;
}
}   .kc-diagram-panel {
box-sizing: border-box;
background-color: #ffffff;
border-radius: 1em;
padding: 1em 1.5em;
max-width: 900px;
margin: 0 auto 1em;
--kc-label-h: 2.2em;
--kc-label-gap: 1em;
}
.kc-diagram-panel,
.kc-diagram-panel *,
.kc-diagram-panel *::before,
.kc-diagram-panel *::after {
box-sizing: border-box;
} .kc-diagram-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 1em;
row-gap: var(--kc-label-gap);
align-items: start;
}
.kc-diagram-grid > * {
min-width: 0;
}
.kc-diagram-head {
display: flex;
justify-content: center;
align-items: stretch;
}
.kc-diagram-head--empty {
min-height: 0;
}
.kc-diagram-label {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 280px;
min-height: var(--kc-label-h);
margin-left: 0.2em;
margin-right: 0.2em;
padding: 0.3em 0.8em;
border-radius: 0.4em;
background-color: #fddea5;
color: #333333;
font-weight: bold;
font-size: 1.1em !important;
line-height: 1.3;
text-align: center;
white-space: nowrap;
}
.kc-diagram-media {
display: flex;
justify-content: center;
align-items: flex-start;
}
.kc-diagram-img-main,
.kc-diagram-img-sub {
display: block;
width: 100%;
max-width: 280px;
height: auto;
} @media screen and (max-width: 781.98px) and (min-width: 400px) {
.kc-diagram-panel {
padding: 16px 10px;
--kc-label-h: 2.8em;
--kc-label-gap: 0.6em;
}
.kc-diagram-grid {
gap: 0.5em;
}
.kc-diagram-label {
font-size: 0.9em !important;
padding: 0.25em 0.35em;
white-space: normal;
word-break: keep-all;
overflow-wrap: anywhere;
}
}
@media screen and (max-width: 399.98px) {
.kc-diagram-panel {
padding: 12px 8px;
--kc-label-h: 2em;
--kc-label-gap: 0.4em;
}
.kc-diagram-grid {
gap: 0.4em;
}
.kc-diagram-col {
min-width: 80px;
}
.kc-diagram-label {
font-size: 0.72em !important;
min-height: calc(1.3em + 0.5em);
padding: 0.2em 0.3em;
white-space: normal;
word-break: keep-all;
overflow-wrap: anywhere;
}
} .kc_table-simple.writing-style th:first-child,
.kc_table-simple.writing-style td:first-child {
white-space: nowrap;
width: 1%;
}
.kc_table-simple.writing-style th,
.kc_table-simple.writing-style td {
padding: 0.5em 0.8em;
}   .features {
text-align: center;
}
.features-title {
font-size: 1.4em !important;
font-weight: bold;
color: #513530;
padding-bottom: 2px;
margin-bottom: 0px;
}
.features-subtitle {
position: relative;
display: inline-block;
padding: 0 55px;
font-size: 1em !important;
color: #c09592;
}
.features-subtitle::before,
.features-subtitle::after {
content: "";
position: absolute;
top: 50%;
width: 45px;
height: 1px;
background-color: #c09592;
}
.features-subtitle::before {
left: 0;
}
.features-subtitle::after {
right: 0;
} .fimg-row {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 2%;
flex-wrap: wrap;
max-width: 800px;
margin: 0 auto;
} .fimg-item {
flex: 0 1 45%;
position: relative;
margin-bottom: 1em;
} .fimg-kasaneru {
position: relative;
}
.fimg-img img {
width: 100%;
height: auto;
display: block;
} .fimg-ttl {
position: absolute;
left: 50%;
top: 20%;
transform: translate(-50%, -25%);
width: 83%;
margin: 0;
text-align: center;
font-size: 1.3em !important;
} .fimg-desc {
position: absolute;
left: 50%;
top: 60%;
transform: translate(-50%, -50%);
width: 83%;
font-size: 1.1em !important;
margin: 0;
padding-bottom: 2px;
text-align: center;
} @media (max-width: 767.98px) and (min-width: 400px) {
.fimg-item {
flex: 0 1 90%;
}
.fimg-desc {
font-size: 1em !important;
width: 87%;
}
.fimg-ttl {
left: 50%;
top: 20%;
transform: translate(-50%, -25%);
font-size: 1.2em !important;
}
}
@media (max-width: 399.98px) {
.fimg-item {
flex: 0 1 90%;
}
.fimg-desc {
font-size: 1em !important;
width: 87%;
}
.fimg-ttl {
left: 50%;
top: 10%;
transform: translate(-50%, -11%);
font-size: 1.2em !important;
}
} figure.fig_max_width {
max-width: 800px;
}
figure.fig_max_width img {
border: solid 3px #ff8400;
}
figure.fig_border img {
border: solid 2px #ff8400;
}
@media (max-width: 767.98px) {
figure.fig_max_width img {
border: solid 2px #ff8400;
}
figure.fig_border img {
border: solid 1.5px #ff8400;
}
}
.kcode-whatis-card {
background-color: #fefefe;
border-radius: 1em;
padding: 0.5em 1em;
box-shadow: 2px 6px 12px rgba(255, 132, 0, 0.25);
transition: all 0.3s ease;
}
.kcode-whatis-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 25px rgba(255, 132, 0, 0.35);
}  .hwt-container {
--hwt-color-base: #fef4e6;
--hwt-color-dark: #fcefd9;
--hwt-color-title: #fadcae;
--hwt-color-border-inline: #fcb663;
--hwt-color-border-ttl: #fe9d32;
--hwt-color-border: var(--kc-color-primary, #ff8400);
--hwt-color-text: #333333; max-width: 980px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: 2rem;
color: var(--hwt-color-text);
font-family: inherit;
} .hwt-table {
width: 100%;
min-width: 650px;
border-collapse: collapse;
border: 3px solid var(--hwt-color-border);
text-align: center;
margin: 0;
position: relative;
isolation: isolate;
}
.hwt-table__th,
.hwt-table__td {
border: 1px solid var(--hwt-color-border-inline);
padding: 0.3rem 0.3rem;
vertical-align: middle;
box-sizing: border-box;
} .hwt-table__th {
background-color: var(--hwt-color-title);
font-size: 1.1em;
font-weight: bold; }
.hwt-table__th--sub {
font-size: 0.9em;
} .hwt-table thead tr:last-child > th {
border-bottom: 2px solid var(--hwt-color-border-ttl);
} :is(.hwt-table--type2, .hwt-table--type3) thead th[rowspan] {
border-bottom: 2px solid var(--hwt-color-border-ttl);
} .hwt-table__td--bg-base {
background-color: var(--hwt-color-base);
}
.hwt-table__td--bg-dark {
background-color: var(--hwt-color-dark);
}  .hwt-table__td--instruction {
text-align: left;
} .hwt-instruction {
display: flex;
align-items: center;
gap: 1em;
} .hwt-instruction .hwt-line-img {
width: 60px; height: 60px; flex-shrink: 0; object-fit: contain; margin: 0 1em;
}
.hwt-instruction__text {
margin: 0 0 0 0.5em;
line-height: 1.6;
}  .hwt-icon-img {
display: inline-block;
vertical-align: middle;
margin-right: 0.5rem;
width: auto;
max-height: 24px;
} .hwt-line-img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.hwt-instruction__arrow-img {
display: block;
width: 50px;
flex-shrink: 0;
height: auto;
margin-left: 1em;
}
.hwt-text-emphasis {
font-size: 1.15rem !important;
font-weight: bold;
letter-spacing: calc(var(--base-spacing) + 0.05em);
margin-left: 0.5em;
}
.mthod-alp .hwt-text-emphasis {
font-size: 1.25rem !important;
margin: 0;
}
.hwt-text-emphasis-normal {
font-size: 1em;
font-weight: normal;
}
.hwt-text-emphasis--underline {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
.hwt-ib {
display: inline-block;
white-space: nowrap;
} .hwt-rule-desc {
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.hwt-rule-desc__main {
margin: 0;
}
.hwt-rule-desc__note {
margin: 0;
font-weight: bold;
line-height: 1.5;
} .hwt-rule-desc__note::before {
content: ""; display: inline-block;
width: 1.1em; height: 1.1em; background-image: var(--site-svg-arrowr-logo);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle; margin-right: 0.2em; margin-top: -2px; } .hwt-table--compact {
min-width: 250px !important;
width: 100%;
} .hwt-table--compact .hwt-table__th,
.hwt-table--compact .hwt-table__td {
padding: 0.5rem 0.5rem;
} .hwt-table--compact .hwt-table__th {
white-space: nowrap;
} .hwt-table--compact .hwt-instruction {
gap: 0.5rem;
} .hwt-table--compact .hwt-rule-desc {
gap: 0.4rem;
} .hwt-table--compact .hwt-line-img,
.hwt-table--compact .hwt-instruction__arrow-img {
max-width: 55px;
height: auto;
}
@media screen and (max-width: 767.98px) { .hwt-table {
min-width: 480px; --hwt-sticky-col1: 60px;
--hwt-sticky-col2: 180px; border-collapse: separate;
border-spacing: 0;
isolation: isolate;
}
.hwt-table--type1 {
--hwt-sticky-col1: 60px;
--hwt-sticky-col2: 180px;
}
.hwt-table--type2 {
--hwt-sticky-col1: 60px;
--hwt-sticky-col2: 180px;
}
.hwt-table--type3 {
--hwt-sticky-col1: 60px;
--hwt-sticky-col2: 180px;
}
.hwt-table--type4 {
--hwt-sticky-col1: 80px;
--hwt-sticky-col2: 160px;
}
.hwt-table--type5 {
--hwt-sticky-col1: 90px;
--hwt-sticky-col2: 100px;
}
.hwt-table--type6 {
--hwt-sticky-col1: 90px;
--hwt-sticky-col2: 100px;
}
.hwt-table {
border-left-width: 0;
} .hwt-table thead tr:first-child th:first-child,
.hwt-table tbody td:nth-child(1) {
border-left: 3px solid var(--hwt-color-border);
} .hwt-table--type4 thead th[colspan="2"] {
border-left: 3px solid var(--hwt-color-border);
} .hwt-table__th,
.hwt-table__td {
padding: 0.4rem 0.25rem;
font-size: 0.85rem;
border: 0;
border-right: 1px solid var(--hwt-color-border-inline);
border-bottom: 1px solid var(--hwt-color-border-inline);
box-sizing: border-box;
}
.hwt-table__th {
font-size: 0.95rem;
} .hwt-table tr > *:last-child {
border-right: 0;
}
.hwt-table tbody tr:last-child > * {
border-bottom: 0;
} .hwt-table thead th {
box-shadow: none;
} .hwt-table thead tr:last-child > th {
border-bottom: 0; box-shadow: inset 0 -2px 0 var(--hwt-color-border-ttl);
} :is(.hwt-table--type2, .hwt-table--type3) thead th[rowspan] {
border-bottom: 0;
box-shadow: inset 0 -2px 0 var(--hwt-color-border-ttl);
} .hwt-table thead th {
position: relative;
z-index: 1;
}
.hwt-table tbody td {
position: relative;
z-index: 1;
}  .hwt-table thead tr:first-child th:first-child:not([colspan]) {
width: var(--hwt-sticky-col1);
min-width: var(--hwt-sticky-col1);
max-width: var(--hwt-sticky-col1);
}
.hwt-table tbody td:nth-child(1) {
width: var(--hwt-sticky-col1);
min-width: var(--hwt-sticky-col1);
max-width: var(--hwt-sticky-col1);
} .hwt-table thead tr:first-child th:first-child {
position: sticky;
left: 0;
z-index: 6;
background-color: var(--hwt-color-title);
}
.hwt-table tbody td:nth-child(1) {
position: sticky;
left: 0;
z-index: 4;
} .hwt-table tbody td:nth-child(1).hwt-table__td--bg-base {
background-color: var(--hwt-color-base);
}
.hwt-table tbody td:nth-child(1).hwt-table__td--bg-dark {
background-color: var(--hwt-color-dark);
} .hwt-table thead tr:first-child th:first-child::after,
.hwt-table tbody td:nth-child(1)::after {
content: "";
position: absolute;
top: 0;
right: -6px;
bottom: 0;
width: 6px;
background: linear-gradient(to right, rgba(255, 132, 0, 0.18), transparent);
pointer-events: none;
} :is(.hwt-table--type4, .hwt-table--type5, .hwt-table--type6)
tbody
td:nth-child(2) {
width: var(--hwt-sticky-col2);
min-width: var(--hwt-sticky-col2);
max-width: var(--hwt-sticky-col2);
position: sticky;
left: var(--hwt-sticky-col1);
z-index: 3;
} :is(.hwt-table--type4, .hwt-table--type5, .hwt-table--type6)
tbody
td:nth-child(2).hwt-table__td--bg-base {
background-color: var(--hwt-color-base);
}
:is(.hwt-table--type4, .hwt-table--type5, .hwt-table--type6)
tbody
td:nth-child(2).hwt-table__td--bg-dark {
background-color: var(--hwt-color-dark);
} :is(.hwt-table--type5, .hwt-table--type6)
thead
tr:first-child
th:nth-child(2) {
position: sticky;
left: var(--hwt-sticky-col1);
z-index: 5;
background-color: var(--hwt-color-title);
width: var(--hwt-sticky-col2);
min-width: var(--hwt-sticky-col2);
max-width: var(--hwt-sticky-col2);
} .hwt-table--type4 thead th[colspan="2"] {
position: sticky;
left: 0;
z-index: 6;
background-color: var(--hwt-color-title);
width: calc(var(--hwt-sticky-col1) + var(--hwt-sticky-col2));
min-width: calc(var(--hwt-sticky-col1) + var(--hwt-sticky-col2));
max-width: calc(var(--hwt-sticky-col1) + var(--hwt-sticky-col2));
} :is(.hwt-table--type4, .hwt-table--type5, .hwt-table--type6)
tbody
td:nth-child(2)::after {
content: "";
position: absolute;
top: 0;
right: -6px;
bottom: 0;
width: 6px;
background: linear-gradient(to right, rgba(255, 132, 0, 0.18), transparent);
pointer-events: none;
}
.hwt-table--type4 thead th[colspan="2"]::after,
:is(.hwt-table--type5, .hwt-table--type6)
thead
tr:first-child
th:nth-child(2)::after {
content: "";
position: absolute;
top: 0;
right: -6px;
bottom: 0;
width: 6px;
background: linear-gradient(to right, rgba(255, 132, 0, 0.18), transparent);
pointer-events: none;
}  .hwt-table thead tr:first-child th:first-child,
.hwt-table tbody td:nth-child(1) {
position: sticky;
} .hwt-table--type4 thead th[colspan="2"] {
position: sticky;
}
.hwt-instruction {
gap: 0.5rem;
}
.hwt-instruction__arrow-img {
width: 35px;
}
.hwt-line-img {
max-width: 45px;
}
.hwt-text-emphasis {
font-size: 1em !important;
margin: 0;
}
.hwt-rule-desc__note {
font-size: 1em !important;
}
.mthod-alp .hwt-text-emphasis {
font-size: 1.1em !important;
margin: 0;
}
} .hwt-grid-2col {
display: grid;
grid-template-columns: 1fr 1fr; gap: 1.8rem; align-items: start; margin-bottom: 2rem;
} @media screen and (max-width: 992px) {
.hwt-grid-2col {
grid-template-columns: 1fr;
}
} th.svg_logo_tpr::before {
content: "";
display: inline-block;
width: 1.9em;
height: 1.8em;
background-image: var(--site-svg-tpr-logo);
background-size: 1.8em;
background-repeat: no-repeat;
vertical-align: middle;
}
th.svg_logo_alp::before {
content: "";
display: inline-block;
width: 1.9em;
height: 1.8em;
background-image: var(--site-svg-alp-logo);
background-size: 1.8em;
background-repeat: no-repeat;
vertical-align: middle;
} .custom-slide-layout {
padding: 3% 2%;
box-sizing: border-box;
}
.k-grid-container > * { min-width: 0;
}
.k-grid-container {
display: grid;
grid-template-columns: 100px 2.2fr 1.5fr 1.8fr;
grid-template-rows: auto auto auto auto;
gap: 0.4em 0.5em;
align-items: center;
position: relative;
margin: 0 auto;
box-sizing: border-box;
max-width: 100%;
} .k-bg-breakdown {
grid-column: 2 / 3;
grid-row: 1 / 5;
background-color: #fff4db;
border-radius: 12px;
align-self: stretch;
justify-self: stretch;
z-index: 0;
} .k-item-header-line {
grid-column: 2 / 3;
grid-row: 1;
text-align: center;
font-size: 1.3rem;
font-weight: bold;
z-index: 1;
padding: 10px 0;
color: #333;
}
.k-item-header-char {
grid-column: 3 / 5;
grid-row: 1;
text-align: center;
font-size: 1.3rem;
font-weight: bold;
z-index: 1;
color: #333;
} .k-item-label-tpr {
grid-column: 1 / 2;
grid-row: 2;
z-index: 1;
}
.k-item-text-tpr {
grid-column: 2 / 3;
grid-row: 2;
z-index: 1;
}
.k-item-box-tpr1 {
grid-column: 3 / 4;
grid-row: 2;
text-align: center;
z-index: 1;
}
.k-item-box-tpr2 {
grid-column: 4 / 5;
grid-row: 2;
text-align: center;
z-index: 1;
} .k-item-img-line {
grid-column: 2 / 3;
grid-row: 3;
z-index: 1;
}
.k-item-img-char1 {
grid-column: 3 / 4;
grid-row: 3;
text-align: center;
z-index: 1;
}
.k-item-img-char2 {
grid-column: 4 / 5;
grid-row: 3;
text-align: center;
z-index: 1;
} .k-item-label-alp {
grid-column: 1 / 2;
grid-row: 4;
z-index: 1;
}
.k-item-text-alp {
grid-column: 2 / 3;
grid-row: 4;
z-index: 1;
}
.k-item-box-alp1 {
grid-column: 3 / 4;
grid-row: 4;
text-align: center;
z-index: 1;
}
.k-item-box-alp2 {
grid-column: 4 / 5;
grid-row: 4;
text-align: center;
z-index: 1;
}  .k-color-tpr {
color: var(--kc-color-primary);
}
.k-color-alp {
color: var(--kc-color-primary);
} .breakdown-text,
.breakdown-img {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
}
.breakdown-text .part {
width: 30%;
line-height: 1.4;
font-size: 1rem;
font-weight: bold;
text-align: center;
}
.breakdown-img img {
max-width: 25%;
height: auto;
} .k-dashed-box {
border: 1px dashed #b0b0b0;
padding: 0.3em 0.4em;
border-radius: 4px;
font-size: 1rem;
font-weight: bold;
display: inline-block;
line-height: 1.5;
text-align: center;
min-width: 120px;
} .k-underline {
text-decoration: underline;
text-underline-offset: 3px;
} .char-img img {
max-width: 120px;
height: auto;
} .sp-br {
display: none;
} .k-grid-container .logo_tpr,
.k-grid-container .logo_alp {
display: flex;
flex-direction: column;
align-items: center !important;
justify-content: center !important;
line-height: 1.1;
font-size: 1.1em;
font-weight: bold;
}
.k-grid-container .logo_tpr::before,
.k-grid-container .logo_alp::before {
margin-bottom: 3px;
margin-right: 0;
width: 2.4em;
height: 2.4em;
background-size: 2.4em;
} @media screen and (max-width: 992px) {
.k-grid-container { grid-template-columns: 80px 2fr 1.5fr 1.5fr;
gap: 10px 8px;
}
.k-item-header-line,
.k-item-header-char {
font-size: 1.1rem; }
.breakdown-text .part,
.k-dashed-box,
.k-grid-container .logo_tpr,
.k-grid-container .logo_alp {
font-size: 0.85rem; }
.k-dashed-box {
padding: 6px;
line-height: 1.4;
}
}
@media screen and (max-width: 767.98px) and (min-width: 440px) {
.k-grid-container {
grid-template-columns: 58px 2.2fr 1.2fr 1.6fr;
gap: 8px 5px;
}
.k-item-header-line,
.k-item-header-char {
font-size: 1rem;
}
.breakdown-text .part,
.k-dashed-box,
.k-item-label-tpr span,
.k-item-label-alp span {
font-size: 0.7rem;
}
.k-dashed-box {
padding: 5px;
min-width: 80px;
} .char-img img {
max-width: 100px;
}
.sp-br {
display: inline;
}
.k-grid-container .logo_tpr,
.k-grid-container .logo_alp {
line-height: 1;
font-size: 0.75em;
}
.k-grid-container .logo_tpr::before,
.k-grid-container .logo_alp::before {
width: 1.5em;
height: 1.5em;
background-size: 1.5em;
}
}
@media screen and (max-width: 439.98px) {
.k-grid-container {
grid-template-columns: 40px 2.4fr 1.2fr 1.6fr;
gap: 5px 3px;
}
.k-item-header-line,
.k-item-header-char {
font-size: 0.9em;
}
.breakdown-text .part,
.k-dashed-box,
.k-item-label-tpr span,
.k-item-label-alp span {
font-size: 0.6em;
}
.k-dashed-box {
padding: 3px;
min-width: 60px;
} .char-img img {
max-width: 64px;
}
.sp-br {
display: inline;
}
.k-grid-container .logo_tpr,
.k-grid-container .logo_alp {
line-height: 1;
font-size: 0.65em;
}
.k-grid-container .logo_tpr::before,
.k-grid-container .logo_alp::before {
width: 1.5em;
height: 1.5em;
background-size: 1.5em;
}
}
@media screen and (max-width: 499.98px) {
.how-char .k-item-box-tpr1,
.how-char .k-item-box-tpr2,
.how-char .k-item-box-alp1,
.how-char .k-item-box-alp2 {
height: 5.4em; display: flex;
align-items: center; justify-content: center;
text-align: center;
}
.how-char .k-dashed-box {
height: auto;
min-height: 0;
display: inline-block;
box-sizing: border-box;
line-height: 1.5;
padding: 3px;
vertical-align: middle;
}
}  .choose-env {
display: flex;
justify-content: center;
align-items: stretch;
gap: 1.5em;
flex-wrap: wrap;
max-width: 1200px;
margin-left: 1em;
} .env-item {
flex: 1 1 calc(50% - 1rem);
min-width: 320px;
display: flex;
flex-direction: column;
height: 100%;
border-radius: 1em;
background-color: #fff;
} .choose-env .kc_playmark {
display: flex;
flex-direction: column;
flex-grow: 1;
height: 100%; margin-bottom: 0; } .kc_playmark li {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-grow: 1;
height: 100%;
padding: 0.2em 1em 0.2em 2.5em !important;
} .env-content {
display: flex;
flex-direction: column; align-items: center; align-self: center; width: 100%;
margin-top: auto; padding-top: 1.5rem; } .env-pict img {
max-width: 100%;
height: auto;
display: block;
} .env-flow {
display: flex;
flex-direction: row; align-items: center;
justify-content: center;
gap: 1.5rem; margin-top: 1.5rem; width: 100%;
} .env-arrow {
width: 40px;
flex-shrink: 0;
} .env-method {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.env-method__icon {
width: 70px;
height: auto;
}
.env-method__text {
font-weight: bold;
color: var(--kc-color-primary, #e88e35);
font-size: 1.1rem;
line-height: 1.3;
text-align: center;
} .parts_formobile {
display: none !important;
}
.parts_forpc {
display: block;
}  .env-lines-grid.parts_forpc {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px 6px;
width: 100%;
max-width: 170px;
} .env-line-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
} .env-line-item img {
max-height: 28px;
width: auto;
vertical-align: bottom;
margin-bottom: 6px;
} .env-line-item span {
font-size: 0.8rem;
font-weight: bold;
line-height: 1;
text-align: center;
white-space: nowrap;
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
.env-flow {
gap: 0.8rem;
}
.env-arrow {
max-width: 30px;
}
.env-method {
min-width: 65px;
}
.env-title {
display: block;
line-height: 1.3; min-height: 2.6em; min-height: calc(2 * 1lh); } .env-content {
margin-top: 0;
padding-top: 1.5rem;
}
} @media screen and (max-width: 767.98px) { .parts_formobile {
display: block !important;
}
.parts_forpc {
display: none !important;
} .env-item {
flex: 1 1 100%;
height: auto; } .kc_playmark li {
flex-direction: column;
align-items: flex-start;
height: auto;
} .env-content { flex-direction: row;
align-items: center;
justify-content: flex-start; align-self: flex-start; margin-top: 1rem; padding-top: 0; gap: 0.8rem; } .env-pict img {
margin-top: 0;
}
.env-flow {
margin-top: 0;
width: auto;
gap: 0.5rem; }
.env-arrow {
width: 30px;
}
.env-method__icon {
width: 40px;
}
.env-method__text {
font-size: 1rem;
min-width: 60px;
}
}  .conversation-wrapper {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 1.5em;
max-width: 1200px;
margin: 0 auto;
padding: 1em;
flex-wrap: nowrap;
width: 100%;
} .conversation-figure {
flex: 0 0 150px;
display: flex;
align-items: flex-start;
justify-content: center;
}
.conversation-figure img {
width: 140px;
height: auto;
display: block;
} .commlang {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 1em;
padding: 0 0 0 1em;
}
.commlang p {
margin-bottom: 0;
} .commlang-item {
display: flex;
align-items: flex-start;
width: 100%;
} .commlang-item.left {
justify-content: flex-start;
} .commlang-item.right {
justify-content: flex-end;
}
.commlang-img {
flex: 0 0 120px;
display: flex;
align-items: center;
justify-content: center;
}
.commlang-img img {
width: 120px;
height: auto;
object-fit: contain;
}
.commlang-bubble {
max-width: 75%;
font-size: 1em;
}
.commlang-bubble p {
margin-bottom: 0;
} .speechBubble_left,
.speechBubble_right {
position: relative;
padding: 14px 18px;
border: 1px solid #bbbbbb;
border-radius: 10px;
background-color: #fff;
line-height: 1.5;
} .commlang-item.left .speechBubble_left {
margin-left: 2em;
}
.speechBubble_left::before {
content: "";
position: absolute;
top: 50%;
left: 0;
border-style: solid;
border-width: 10px 18px 10px 0;
border-color: transparent #bbbbbb transparent transparent;
transform: translate(-100%, -50%);
}
.speechBubble_left::after {
content: "";
position: absolute;
top: 50%;
left: 0;
border-style: solid;
border-width: 8px 16px 8px 0;
border-color: transparent #fff transparent transparent;
transform: translate(-100%, -50%);
} .commlang-item.right .speechBubble_right {
margin-right: 2em;
}
.speechBubble_right::before {
content: "";
position: absolute;
top: 50%;
right: 0;
border-style: solid;
border-width: 10px 0 10px 18px;
border-color: transparent transparent transparent #bbbbbb;
transform: translate(100%, -50%);
}
.speechBubble_right::after {
content: "";
position: absolute;
top: 50%;
right: 0;
border-style: solid;
border-width: 8px 0 8px 16px;
border-color: transparent transparent transparent #fff;
transform: translate(100%, -50%);
} @media (max-width: 767.98px) { .conversation-wrapper {
flex-direction: column;
align-items: center;
gap: 2em;
}
.conversation-figure {
flex: 0 0 auto;
width: 100%;
justify-content: left;
margin-left: 1em;
margin-bottom: 1em;
}
.conversation-figure img {
width: 60%;
max-width: 120px;
margin-bottom: 1em;
}
.commlang-img {
flex: 0 0 100px;
margin-bottom: 1em;
}
.commlang-img img {
width: 100px;
height: 100px;
margin-bottom: 1em;
}
.speechBubble_left,
.speechBubble_right {
padding: 10px 14px;
font-size: 1em;
margin-bottom: 1em;
}
.commlang-bubble {
max-width: 70%;
}
.commlang-item.left .speechBubble_left {
margin-left: 2em;
}
.commlang-item.right .speechBubble_right {
margin-right: 2em;
}
}  :where(.wp-block-columns.is-layout-flex.kc_tensaku) {
gap: 1em !important;
} .tensaku-frame {
margin: 1em 0;
padding: 1em 1em;
border-right: 3px solid rgb(255, 132, 0, 0.3);
border-bottom: 3px solid rgb(255, 132, 0, 0.3);
} p.tensaku_code {
font-weight: bold;
} .tbl-strk {
text-align: center;
border-collapse: collapse;
border: none;
border-spacing: 0;
width: 95%;
}
.tbl-strk td {
font-weight: bold;
font-size: 0.95em;
padding: 0.5em 1em 0.5em 0;
border: none;
text-align: left;
vertical-align: top;
}
.tbl-strk td:first-child {
width: 1em;
white-space: nowrap;
}
.tensaku_ttl {
font-size: 1.5em;
font-weight: bold;
} .diff-strk {
background-color: #cbe7cb;
}
.diff-strk_tpr {
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #4fa84e;
text-underline-offset: 0.35em;
text-decoration-thickness: 0.2em;
}
.diff-strk_alp {
text-decoration-line: underline;
text-decoration-color: #4fa84e;
text-underline-offset: 0.35em;
text-decoration-thickness: 0.2em;
} .classroom-videos-size {
max-width: 880px;
} .mg-l1 {
margin-left: 2em;
}   .kcm-flow {
--fl-orange: #ff8400;
--fl-green: #4ca96b;
--fl-green-bg: #eff8f3;
--fl-gray: #9e9e9e;
--fl-gray-bg: #fafafa;
--fl-orange: #ff8400;
--fl-orange-bg: #fff4db;
--text: #333;
--muted: #666; --pad-inline: 2px; --rail: 36px; --line: 3px; --circle: 31px; --col-gap: 2px; --row-gap: 12px; --line-top: 1px;
--line-bottom: 1px;
color: var(--text);
}
.kcm-flow__title {
font-size: 1.35rem;
font-weight: 800;
margin: 0 0 10px;
}
.kcm-flow__lead {
margin: 0 0 14px;
color: var(--muted);
line-height: 1.7;
} .kcm-flow__inner {
padding: 0 var(--pad-inline);
} .kcm-flow__list {
position: relative;
list-style: none;
margin: 0;
padding: 0;
} .kcm-flow__list::before {
content: "";
position: absolute;
top: var(--line-top);
bottom: var(--line-bottom);
left: calc(var(--rail) / 2); width: var(--line);
transform: translateX(-50%);
background: #e2e2e2;
border-radius: 999px;
z-index: 0;
} .kcm-flow__item {
display: grid;
grid-template-columns: var(--rail) 1fr;
column-gap: var(--col-gap);
align-items: start;
margin: 0 0 var(--row-gap);
}
.kcm-flow__item:last-child {
margin-bottom: 0;
} .kcm-flow__rail {
position: relative;
z-index: 2; display: flex;
justify-content: center; } .kcm-flow__step {
width: var(--circle);
height: var(--circle);
border-radius: 999px;
background: #fefefe;
border: 3px solid #bdbdbd;
display: grid;
place-items: center;
font-weight: 900;
font-size: 1.1em;
color: #7a7a7a;
box-sizing: border-box; margin-top: 14px;
} .kcm-flow__item.is-green .kcm-flow__step {
border-color: var(--fl-green);
color: var(--fl-green);
}
.kcm-flow__item.is-accent .kcm-flow__step {
border-color: var(--fl-orange);
color: var(--fl-orange);
}
.kcm-flow__item.is-dark .kcm-flow__step {
border-color: var(--fl-gray);
color: var(--fl-gray);
} .kcm-flow__card {
position: relative;
background: #fff;
border-radius: 1em;
padding: 0.5em 1em 1em 1em;
box-shadow: 0 8px 20px rgba(158, 158, 158, 0.25);
border: 1px solid rgba(158, 158, 158, 0.05);
} .kcm-flow__item.is-green .kcm-flow__card {
background: var(--fl-green-bg);
border-color: rgba(76, 169, 107, 0.2);
border-left: 6px solid var(--fl-green);
}
.kcm-flow__item.is-accent .kcm-flow__card {
background: var(--fl-orange-bg);
border-color: rgba(255, 132, 0, 0.2);
border-left: 6px solid var(--fl-orange);
}
.kcm-flow__item.is-dark .kcm-flow__card {
background: var(--fl-gray-bg);
border-color: rgba(158, 158, 158, 0.2);
border-left: 6px solid var(--fl-gray);
} .kcm-flow__head {
display: flex;
flex-wrap: wrap;
gap: 10px 12px;
align-items: baseline;
margin: 0 0 8px;
position: relative; padding-right: 45px; }
.kcm-flow__h {
margin: 0;
font-size: 1.15rem;
font-weight: 900;
letter-spacing: calc(var(--base-spacing) + 0.02em);
border-bottom: none !important;
}
.kcm-flow__en {
font-size: 0.92rem;
font-weight: 800;
color: rgba(0, 0, 0, 0.45);
}
.kcm-flow__desc {
margin: 0 0 12px;
line-height: 1.75;
color: #333;
}
.kcm-flow__desc small {
color: #666;
}
.kcm-flow__badge {
display: inline-flex;
align-items: center;
height: 1.5em;
padding: 0.2em 0.5em;
border-radius: 999px;
font-size: 1em;
font-weight: 700;
border: 1px solid rgba(0, 0, 0, 0.12);
background: #fff;
color: #444;
}
.kcm-flow__item.is-accent .kcm-flow__badge {
border-color: rgba(255, 132, 0, 0.35);
border-radius: 5px;
background-color: var(--fl-orange);
color: #fff;
margin-left: auto;
} .kcm-flow__badge-img {
position: absolute; top: 0; right: 0; height: 28px; width: auto;
object-fit: contain;
margin: 0;
}
@media (max-width: 767.98px) {
.kcm-flow__badge-img {
height: 24px;
top: 2px;
}
}
.kcm-step-box {
background: #fff;
padding: 20px;
border-radius: 8px;
margin-top: 15px;
border: 1px solid #f0dec5;
}
.kcm-step-item {
display: flex;
margin-bottom: 15px;
align-items: flex-start;
}
.kcm-step-item:last-child {
margin-bottom: 0;
}
.kcm-step-icon {
background: #ffe0b2;
color: var(--c-orange);
width: 28px;
height: 28px;
border-radius: 50%;
text-align: center;
line-height: 28px;
font-weight: bold;
font-size: 0.9rem;
margin-right: 12px;
flex-shrink: 0;
}
.kcm-step-text strong {
display: block;
font-size: 1.05rem;
color: #333;
margin-bottom: 4px;
}
.kcm-step-text span {
font-size: 0.9rem;
color: #444;
} .kcm-video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
border-radius: 8px;
background: #000;
margin-top: 15px;
width: 100%;
max-width: clamp(280px, 70vw, 560px);
margin-left: 0;
margin-right: auto;
}
.kcm-video-wrapper iframe,
.kcm-video-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
}
.kcm-video-wrapper.is-image {
padding-bottom: 0;
height: auto;
background: transparent;
}
.kcm-video-wrapper.is-image img {
position: static;
width: 90%;
height: auto;
display: block;
object-fit: initial !important;
} .kcm-flow__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 0.7em 0 0;
}
.kcm-flow__btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 2.5em;
padding: 0 1em;
margin-top: 0.2em;
border-radius: 999px;
text-decoration: none;
font-weight: 900;
border: 1px solid rgba(0, 0, 0, 0.14);
background: #fff;
color: #333;
}
.kcm-flow__btn.is-primary:hover {
filter: brightness(0.98);
text-decoration: none !important;
}
.kcm-flow__btn.is-primary {
border-color: rgba(255, 132, 0, 0.85);
color: var(--fl-orange);
}
.kcm-flow__btn.is-primary:hover {
color: #fff !important;
background-color: var(--fl-orange) !important;
text-decoration: none !important;
opacity: 0.85;
}
.kcm-flow__btn.is-green {
border-color: rgba(76, 169, 107, 0.85);
color: var(--fl-green);
}
.kcm-flow__btn.is-green:hover {
color: #fff !important;
background-color: var(--fl-green) !important;
text-decoration: none !important;
opacity: 0.85;
}
.kc_note-list.is-note li {
position: relative;
font-size: 0.85em;
padding-left: 1.1em;
margin-bottom: 0.5em;
color: #777;
}
.kc_note-list.is-note li::before {
font-size: 0.9em;
color: #777 !important;
font-weight: 700;
} @media (min-width: 768px) {
.kcm-flow {
--pad-inline: 18px;
--rail: 70px;
--circle: 45px;
--col-gap: 12px;
--row-gap: 18px;
--line-top: 2px;
--line-bottom: 2px;
}
.kcm-flow__title {
font-size: 1.55rem;
}
.kcm-flow__h {
font-size: 1.22rem;
}
.kcm-flow__step {
border-width: 4px;
margin-top: 18px;
font-size: 1.2em;
}
}
.kc-dlbox-img {
max-width: 100%;
height: auto;
display: block;
text-align: center;
}
.kc-dlbox-img img {
border-radius: 0.5em;
} .is-style-vk-group-dashed {
padding: 0.8em 1em !important;
margin: 2.5em 0 !important;
background-color: rgba(253, 222, 165, 0.3) !important;
box-shadow: 0px 0px 0px 10px rgba(253, 222, 165, 0.3) !important;
border: dashed 2px rgba(255, 132, 0, 0.8) !important;
border-radius: 8px;
}  .responsive-video {
position: relative;
width: 100%;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
border-radius: 15px;
} .page-id-80 :where(.wp-block-columns.is-layout-flex) {
row-gap: 0.8em;
} .responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 15px; }
.wp-block-image.size-full {
margin-bottom: 0;
}
.wp-block-vk-blocks-blog-card {
background-color: #fdfdfd;
} .grid_lang {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
column-gap: 10px;
row-gap: 6px;
}
.grid_lang_item {
color: var(--kc-color-primary);
background-color: #ffe6a9;
font-weight: bold;
width: 100%;
height: 2em;
display: grid;
justify-content: center;
align-content: center;
padding-top: 1px;
}
@media (max-width: 767.98px) {
.grid_lang_item {
height: 2.3em;
}
}
.grid_lang_item:hover {
box-shadow: 0px 5px 5px -2px rgba(255, 132, 0, 0.5);
transform: translateY(-3px);
} .mv_description p {
margin-bottom: 0.5em;
} .btn_download a {
padding: 0.4em 0.6em !important;
} .dl_title p {
margin-top: 0.4em !important;
margin-bottom: 0.8em !important;
}
.dl_title p.logo_tpr,
.dl_title p.logo_alp {
font-size: 1em;
}
.dl_title p.logo_tpr::before {
content: "";
display: inline-block;
width: 2.1em;
height: 1.7em;
background-image: var(--site-tpr-logo);
background-size: 1.7em;
background-repeat: no-repeat;
vertical-align: middle;
}
.dl_title p.logo_alp::before {
content: "";
display: inline-block;
width: 2.1em;
height: 1.7em;
background-image: var(--site-alp-logo);
background-size: 1.7em;
background-repeat: no-repeat;
vertical-align: middle;
} .lang-switcher button {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #ffe6a9;
border: 1.5px solid #ffdf90;
border-radius: 3px;
cursor: pointer;
color: var(--kc-color-primary);
box-shadow: 0px 5px 5px -2px rgba(255, 132, 0, 0.3);
width: 7em;
min-height: 3em;
padding: 0.3em 0.2em;
margin-right: 3px;
margin-bottom: 0.7em;
box-sizing: border-box;
font-family: inherit;
font-size: 1.1em;
font-weight: bold;
white-space: nowrap;
} .lang-switcher button:hover {
background: #ffc88c;
color: var(--kc-color-primary);
border: 1px solid #ffc88c;
box-shadow: 0px 5px 5px -2px rgba(255, 132, 0, 0.5);
} .lang-switcher button.active {
background: var(--kc-color-primary);
color: white;
border: 1.1px solid var(--kc-color-primary);
font-family: inherit;
box-shadow: 0px 5px 5px -2px rgba(255, 132, 0, 0.5);
} .lang-switcher ruby {
display: flex; flex-direction: column; align-items: center; line-height: 1.2; ruby-position: unset; } .lang-switcher rt {
display: block; font-size: 0.6em;
line-height: 1;
margin-top: 0.2em; text-align: center;
white-space: nowrap;
}
.lang-content {
display: none;
opacity: 0;
pointer-events: none;
}
.lang-content.active {
display: block;
opacity: 1;
pointer-events: auto;
}
.lang-content.fade-in {
opacity: 1;
transition: opacity 0.4s ease;
}
.lang-content.fade-out {
opacity: 0;
transition: opacity 0.4s ease;
}
.lang-switcher {
margin-bottom: 1em;
}
.k-video-text-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-start; }
.k-video-col,
.k-text-col {
flex: 1 1 48%;
min-width: 280px;
}
@media (max-width: 767.98px) {
.lang-switcher button {
font-size: 1em;
width: 6em; }
.k-video-col {
order: 2;
}
.k-text-col {
order: 1;
}
.k-video-text-row {
flex-direction: column !important;
align-items: flex-start !important;
}
.k-text-col,
.k-video-col {
flex: unset !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.k-text-col p:last-child {
margin-bottom: 0;
}
} .text-switcher a {
font-weight: bold;
margin: 0 0.5em;
text-decoration: underline dotted;
}
.text-switcher a.active {
color: var(--kc-color-primary); }
.text-content {
display: none;
}
.text-content.active {
display: block;
} .custom-columns {
display: flex;
flex-wrap: wrap;
gap: 1em;
margin-top: 1em;
} .custom-col {
box-sizing: border-box;
} .custom-col.col-33 {
flex: 0 0 33.33%;
max-width: 33.33%;
} .custom-col.col-66 {
flex: 0 0 66.66%;
max-width: 66.66%;
} @media (max-width: 767.98px) {
.custom-col.col-33,
.custom-col.col-66 {
flex: 0 0 100%;
max-width: 100%;
}
}  .kc_case_title {
font-weight: bold;
color: var(--kc-color-primary);
padding-bottom: 8px;
} .kc_tool_box {
position: relative;
display: inline-block;
min-width: 60%;
margin: 16px;
padding: 8px 16px;
border: solid 2px rgba(255, 132, 0, 0.7);
border-radius: 0.5em;
}
.kc_tool_box .kc_box_title {
position: absolute;
display: inline-block;
top: -10px;
left: 16px;
padding: 0 6px 2px 4px;
line-height: 17px;
font-size: 16px;
color: rgba(255, 132, 0, 0.8);
background-color: #fef9f0;
font-weight: bold;
}
.kc_tool_box p {
margin: 0;
padding: 5px 5px;
}  .kc_flame_flow {
display: block;
margin-left: 24px;
} .kc_flame_flow ul {
padding: 0;
} .kc_flame_flow li {
list-style-type: none;
}
.kc_flame_flow dd {
margin-left: 0;
} @media (max-width: 767.98px) {
.kc_tool_box {
min-width: 95%;
margin: 2px;
}
.kc_tool_box .kc_box_title {
top: -8px;
left: 14px;
line-height: 15px;
font-size: 14px;
}
.kc_flame_flow {
margin-left: 12px;
}
} .kc_step_flow {
position: relative;
} .kc_step_flow::before {
content: "";
width: 12px;
height: 100%;
background: #fddea5;
margin-left: -58px;
display: block;
position: absolute;
top: 0;
left: 50px;
border-radius: 20px;
}
@media (max-width: 991.99px) and (min-width: 767px) {
.kc_step_flow::before {
margin-left: -58px;
}
}
.kc_step_flow > li {
position: relative;
}
.kc_step_flow > li:not(:last-child) {
margin-bottom: 22px;
}
.kc_step_flow > li .kc_step_icon {
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
font-size: 1em;
border-radius: 50%;
text-align: center;
background: var(--kc-color-primary);
color: #fff;
font-weight: bold;
display: inline-block;
margin-right: 6px;
flex-shrink: 0;
}
.kc_step_flow > li dl {
padding-left: 1.6em;
position: relative;
}
.kc_step_flow > li dl::before,
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 16px;
} .kc_step_flow > li dl::before {
width: 0.5em;
height: 0.5em;
background: var(--kc-color-primary);
border-radius: 50%;
left: -0.35em;
top: 0.5em;
}
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 0.75em;
left: 0.5em;
width: 0.8em;
border-top: 1px dashed rgb(150, 150, 150); }
.kc_step_flow > li dl dt {
font-size: 1em;
font-weight: bold;
color: var(--kc-color-primary);
padding-top: 0.4em;
margin-bottom: 0.5em;
display: flex;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.kc_step_flow > li:not(:last-child) {
margin-bottom: 16px;
}
.kc_step_flow > li dl {
padding-left: 24px;
position: relative;
}
.kc_step_flow > li dl::before,
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 16px;
} .kc_step_flow > li dl::before {
width: 8px;
height: 8px;
background: var(--kc-color-primary);
border-radius: 50%;
left: -6px;
top: 8px;
}
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 12px;
left: 7px;
width: 13px;
border-top: 1px dashed rgb(150, 150, 150); }
.kc_step_flow > li .kc_step_icon {
width: 16px;
height: 16px;
line-height: 16px;
font-size: 14px;
margin-right: 5px;
}
.kc_step_flow > li dl {
padding-left: 20px;
}
.kc_step_flow > li dl::before,
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 14px;
} .kc_step_flow > li dl::before {
width: 6px;
height: 6px;
left: -5px;
top: 6px;
}
.kc_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 10px;
left: 6px;
width: 12px;
border-top: 1px dashed rgb(150, 150, 150); }
.kc_step_flow > li dl dt {
font-size: 14px;
padding-top: 4px;
margin-bottom: 6px;
}
} .kc_substep_flow {
list-style: none;
}
.kc_substep_flow li {
display: flex;
align-items: flex-start;
margin-bottom: 7px !important;
padding-left: 24px;
}
.kc_substep_flow li.sublist {
padding-left: 40px;
}
.kc_substep_flow i:not(.item_icon) {
color: var(--kc-color-primary) ; margin-right: 5.5px;
font-size: 18px;
line-height: 19px;
}
@media (max-width: 767.98px) {
.kc_substep_flow li {
margin-bottom: 4px;
padding-left: 18px;
}
.kc_substep_flow li.sublist {
padding-left: 36px;
}
.kc_substep_flow i:not(.item_icon) {
margin-right: 5px;
font-size: 16px;
line-height: 17px;
}
}
.kc_substep_flow .item_icon {
margin-right: 6px;
color: var(--kc-color-primary) ;
font-size: 18px;
line-height: 1.2;
flex-shrink: 0; } .kc_substep_flow .item_text {
flex: 1;
min-width: 0; } .kc_substep_flow .icon_with_text {
display: inline-flex;
align-items: center;
}
.kc_substep_flow .icon_with_text i {
margin-right: 2px;
flex-shrink: 0;
} .kc_frame_01 {
margin: 1em 0;
background: rgba(253, 222, 165, 0.25);
border-radius: 0 0 0.4em 0.4em;
}
.kc_frame_01 .box-title {
font-size: 1.2em;
background: rgba(255, 132, 0, 0.65);
padding: 4px;
border-radius: 0.4em 0.4em 0 0;
text-align: center;
color: #fff;
font-weight: bold;
letter-spacing: calc(var(--base-spacing) + 0.05em);
}
.kc_frame_01 p {
padding: 15px 20px;
margin: 0;
}
.kc_frame_02 {
margin: 1em 0;
border-right: 3px solid rgb(255, 132, 0, 0.3);
border-bottom: 3px solid rgb(255, 132, 0, 0.3);
}
.kc_frame_02 .box-title {
font-size: 1.2em;
padding: 4px;
text-align: center;
font-weight: bold;
letter-spacing: calc(var(--base-spacing) + 0.05em);
}
.kc_frame_02 p {
padding: 15px 20px;
margin: 0;
}    @media (min-width: 782px) {
.app-desc-col > .wp-block-column:first-child {
position: relative;
}
.app-desc-col > .wp-block-column:first-child::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -1em;
border-right: 1px dashed rgba(255, 132, 0, 0.35);
transform: translateX(50%);
z-index: 1;
}
}
@media (max-width: 781.98px) {
.wp-block-columns.is-layout-flex.app-desc-col {
gap: 0;
}
} .kta-choice-box {
border: none;
background-color: #fefefe;
box-shadow: 2px 6px 12px rgba(255, 132, 0, 0.25);
border-radius: 1em;
padding: 1em;
justify-content: center;
text-align: center;
}
.kta-choice-ttl {
font-size: 1.2em !important;
font-weight: bold;
color: var(--kc-color-primary);
}
.kta-choice-ttl-pipe {
color: rgba(255, 132, 0, 0.5);
}
.kta-choice {
margin: 15px 10px 20px 10px !important;
}
.kta-choice img {
transform: scale(0.8);
margin-bottom: 1em;
opacity: 0.9;
max-width: 100%;
height: auto;
} .wp-block-group.kta-app-flex-gap {
display: flex;
justify-content: center;
align-items: center;
gap: 2em;
margin: 1em 0;
}
.kta-app-flex-gap .wp-block-image {
margin: 0 !important;
flex: 0 1 auto;
line-height: 0;
}
.kta-app-flex-gap img {
width: 100%;
height: auto;
display: block;
} .kta-choice-box .kta-app-flex-gap .wp-block-image img {
max-width: 135px;
} .wp-block-group.kta-app-flex-gap.is-app-card {
background-color: #ffffff;
border-radius: 16px;
box-shadow: 2px 6px 12px rgba(255, 132, 0, 0.25);
padding: 2.5rem 2rem !important;
margin-top: 1.5rem;
margin-left: auto;
margin-right: auto;
max-width: 560px;
gap: 40px; } .is-app-card .wp-block-image:first-child img {
max-width: 180px; }
.is-app-card .wp-block-image:last-child img {
max-width: 160px; } .hover_fuwa a {
display: block;
transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
filter: drop-shadow(0 4px 6px rgba(255, 132, 0, 0.15));
transform: translateY(0);
}
.hover_fuwa a:hover {
transform: translateY(-6px);
filter: drop-shadow(0 15px 15px rgba(255, 132, 0, 0.25));
}
.hover_fuwa a:active {
transform: translateY(-2px) scale(0.96);
filter: drop-shadow(0 2px 3px rgba(255, 132, 0, 0.15));
transition: 0.1s;
} @media (max-width: 480px) { .wp-block-group.kta-app-flex-gap.is-app-card {
flex-direction: raw;
padding: 1.5em 1em !important;
gap: 1em;
}
.kta-choice-box .wp-block-group.kta-app-flex-gap {
flex-direction: row;
} .kta-choice-box .kta-app-flex-gap .wp-block-image img {
max-width: 110px; }
.is-app-card .wp-block-image:first-child img {
max-width: 180px; }
.is-app-card .wp-block-image:last-child img {
max-width: 160px; }
}   .vk_borderBox_body {
background-color: #fdfdfa !important;
}
.vk_borderBox_body p a {
color: #555 !important;
}
.vk_borderBox_body a:hover {
color: var(--kc-color-text-link-hover) !important;
text-decoration: underline !important;
}
.vk_borderBox
.vk_borderBox_body
> *:not([class*="alert-"]):not(.has-text-color) {
color: #444 !important;
}
.vk_borderBox_title_container {
padding: 0.4em 0.6em !important;
} .kc-paper-wrap {
max-width: 900px;
margin: 0 auto 1em auto;
}
.kc-paper-card {
background-color: #ffffff;
border-radius: 0.8em;
padding: 1em 1.5em;
margin-bottom: 1.5em;
box-shadow: 0 6px 20px rgba(232, 142, 53, 0.12);
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
} @media (hover: hover) {
.kc-paper-card:hover {
transform: translateY(-4px);
transition: transform 0.1s ease;
box-shadow: 0 10px 25px rgba(232, 142, 53, 0.2);
}
}
@media (hover: none) {
.kc-paper-card:active {
transform: scale(0.97);
transition: transform 0.1s ease;
}
}
.kc-paper-meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.7em;
margin-bottom: 0.7em;
}
.kc-paper-year {
background-color: var(--kc-color-primary) ;
color: #ffffff;
font-size: 0.85em;
font-weight: bold;
padding: 0.2em 0.6em;
border-radius: 1em;
}
.kc-paper-author {
color: #666666;
font-size: 0.95em;
font-weight: bold;
}
h3.kc-paper-title {
border: none;
font-size: 1.1em !important;
font-weight: bold;
color: #333333;
line-height: 1.6;
margin: 0 0 0.8em 0;
padding-bottom: 0.5em;
}
.kc-paper-journal {
font-size: 0.95em;
color: #555555;
margin: 0;
}
@media screen and (max-width: 599px) {
.kc-paper-card {
padding: 1em 0.8em;
margin-bottom: 0.8em;
}
.kc-paper-title {
font-size: 1.05em !important;
}
}
.kc-paper-title a {
text-decoration-line: underline;
text-decoration-color: #888;
text-decoration-style: dotted;
text-decoration-thickness: auto;
text-underline-offset: 0.2em;
transition: all 0.3s ease;
}
.kc-paper-title a:hover {
text-decoration-line: underline;
text-decoration-thickness: auto;
text-underline-offset: 0.2em;
}
.kc-title-icon {
margin-left: 8px;
font-size: 0.8em;
color: #999999;
transition: color 0.3s ease;
vertical-align: middle;
position: relative;
}
.kc-paper-link-external:hover + .kc-title-icon,
.popup-trigger:hover + .kc-title-icon {
color: var(--kc-color-text-link-hover);
} .kc-paper-action {
margin-top: 1em;
padding-top: 0.9em;
border-top: 1px solid #f0f0f0;
} #img-popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1000;
opacity: 0;
transition: opacity 0.3s ease;
}
#img-popup-overlay.active {
display: block;
opacity: 1;
}
#img-popup-content {
position: relative;
margin: 0 auto;
width: 95%;
max-width: 900px;
background: #fff;
border-radius: 8px;
overflow: auto;
text-align: center;
}
#img-popup-view {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
#img-popup-close {
position: absolute;
top: 0.5em;
right: 0.5em;
width: 2.5em; height: 2.5em;
border-radius: 50%; background: #888; cursor: pointer;
z-index: 2000;
display: flex; align-items: center;
justify-content: center;
}
#img-popup-close i {
font-size: 1.4em;
color: #fff;
line-height: 1;
position: relative;
left: 0.18em; }
.popup-trigger {
cursor: default;
text-decoration: underline;
text-decoration-style: dotted;
text-decoration-color: #bbbbbb;
text-underline-offset: 4px;
}
.popup-trigger:hover {
text-decoration: underline;
color: var(--kc-color-text-link-hover);
}   .kc-workshop-loop .wp-block-post-template {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 2em 1.5em;
list-style: none;
padding-left: 0;
margin: 0;
} .kc-workshop-loop .wp-block-post {
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
background: #fff; border-radius: 16px;
overflow: hidden; box-shadow: 0 6px 20px rgba(232, 142, 53, 0.12);
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
}
@media (hover: hover) {
.kc-workshop-loop .wp-block-post:hover {
transform: translateY(-4px);
transition: transform 0.1s ease;
box-shadow: 0 10px 25px rgba(232, 142, 53, 0.2);
}
}
@media (hover: none) {
.kc-workshop-loop .wp-block-post:active {
transform: scale(0.97);
transition: transform 0.1s ease;
}
} .kc-workshop-loop .wp-block-post-featured-image {
margin: 0;
overflow: hidden;
aspect-ratio: 16 / 10;
background: #f7f7f7;
}
.kc-workshop-loop .wp-block-post-featured-image a,
.kc-workshop-loop .wp-block-post-featured-image img {
display: block;
width: 100%;
height: 100%;
}
.kc-workshop-loop .wp-block-post-featured-image img {
object-fit: cover;
}
.kc-workshop-loop .wp-block-post-title::before,
.kc-workshop-loop .wp-block-post-title::after,
.kc-workshop-loop h2.wp-block-post-title::before,
.kc-workshop-loop h2.wp-block-post-title::after,
.kc-workshop-loop h3.wp-block-post-title::before,
.kc-workshop-loop h3.wp-block-post-title::after {
content: none !important;
display: none !important;
} .kc-workshop-loop h2.wp-block-post-title,
.kc-workshop-loop h3.wp-block-post-title {
margin: 0;
padding: 8px 18px 5px !important;
background: none !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
min-height: 0;
position: static;
overflow: visible; font-size: 1em !important;
line-height: 1.45;
font-weight: 700;
text-align: left;
}
.kc-workshop-loop .wp-block-post-title a {
color: var(--vk-color-text-body, #333);
text-decoration: none;
background: none;
border: none;
box-shadow: none;
}
.kc-workshop-loop .wp-block-post-title a:hover {
color: var(--kc-color-primary);
text-decoration: none;
} .kc-workshop-loop .wp-block-post-date {
margin: 0;
padding: 0 18px 5px !important;
font-size: 0.9em;
line-height: 1.5;
color: #666;
} .kc-workshop-loop .wp-block-query-pagination {
display: none;
} @media (max-width: 767.98px) and (min-width: 576px) {
.kc-workshop-loop .wp-block-post-template {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1.5em 1em;
}
.kc-workshop-loop .wp-block-post-title,
.kc-workshop-loop h2.wp-block-post-title,
.kc-workshop-loop h3.wp-block-post-title,
.kc-workshop-loop h4.wp-block-post-title {
padding: 6px 14px 4px !important;
}
.kc-workshop-loop .wp-block-post-date {
padding: 0 14px 6px !important;
}
}
@media (max-width: 575.98px) {
.kc-workshop-loop .wp-block-post-template {
grid-template-columns: 1fr;
gap: 1em;
}
.kc-workshop-loop .wp-block-post-title,
.kc-workshop-loop h2.wp-block-post-title,
.kc-workshop-loop h3.wp-block-post-title,
.kc-workshop-loop h4.wp-block-post-title {
padding: 8px 18px 6px !important;
}
.kc-workshop-loop .wp-block-post-date {
padding: 0 18px 6px !important;
}
}   .team_members {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
align-items: flex-start !important;
gap: 1.5em !important;
} .team_members > .member_photo_outer {
flex: 0 0 calc((100% - 3 * 1.5em) / 4) !important;
max-width: calc((100% - 3 * 1.5em) / 4) !important;
box-sizing: border-box;
min-width: 0 !important;
position: relative;
overflow: visible;
} @media (max-width: 767.98px) {
.team_members {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
}
.team_members > .member_photo_outer {
flex: 0 0 calc((100% - 1.5em) / 2) !important;
max-width: calc((100% - 1.5em) / 2) !important;
width: auto !important;
min-width: 0 !important;
} .team_members img,
.team_members figure,
.team_members .m_photo {
max-width: 100% !important;
height: auto !important;
display: block !important;
min-width: 0 !important; }
} .member_photo_outer::before {
content: "";
position: absolute;
top: 0.5em;
left: 0.5em;
width: calc(100% - 0.4em);
height: 98%;
background-color: rgba(255, 132, 0, 0.3);
border-radius: 0.6em;
z-index: 1;
} .m_photo {
position: relative;
background: radial-gradient(#fddea5 10%, #fffffb 100%);
border-radius: 1em;
border: 1px solid #fddea5;
margin-right: 1em;
margin-bottom: 0.4em;
z-index: 10;
}
.m_photo img {
width: 100%;
height: auto;
border-radius: 1em;
display: block;
}  .member_row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 1.5em;
max-width: 1200px; margin: 0 auto;
padding: 1em;
box-sizing: border-box;
position: relative; overflow: hidden; } .member_photo {
flex: 0 0 30%;
min-width: 200px;
position: relative;
z-index: 1;
} .member_desc {
flex: 1 1 66%;
min-width: 200px;
position: relative;
z-index: 1;
} @media (max-width: 767.98px) {
.member_row {
flex-direction: column;
align-items: center;
}
.member_photo,
.member_desc {
width: 100%;
flex: 1 1 100%;
}
} .name_alpha {
color: var(--kc-color-primary);
font-size: 1.2em !important;
font-weight: bold;
line-height: 1.4em;
margin-left: 10px;
margin-bottom: 0.3em;
padding-left: 0.5em;
z-index: 10;
position: relative;
}
.name_kanji {
font-size: 1.1em !important;
font-weight: bold;
line-height: 1.3em;
color: #513530 !important;
margin-left: 0.6em;
margin-bottom: 0.3em;
padding-left: 0.5em;
z-index: 10;
position: relative;
}
.ht_katagaki {
min-height: 3.9em;
margin-bottom: 0.3em;
}
.name_katagaki {
font-size: 0.95em !important;
line-height: 1.3em;
margin-left: 0.6em;
margin-bottom: 0em;
padding-left: 0.6em;
padding-right: 0.3em;
z-index: 10;
position: relative;
}
.ht_yakuwari {
min-height: 2.2em;
margin-bottom: 0.3em;
}
.name_yakuwari {
font-size: 0.9em !important;
line-height: 1.1em;
color: #555;
margin-bottom: 0;
margin-left: 0.6em;
padding-left: 0.6em;
z-index: 10;
position: relative;
}
hr.name {
width: 85%;
margin: 0.5em 1em;
} @media (max-width: 767.98px) {
.name_alpha {
font-size: 1.3em !important;
}
.name_kanji {
font-size: 1.2em !important;
}
.name_katagaki,
.name_yakuwari {
font-size: 1.1em !important;
}
} .team_mt_img {
text-align: right !important;
}
.team_mt_img img {
max-width: 650px;
width: 100%;
height: 100%;
object-fit: contain;
} .thanks_container {
position: relative;
display: block;
width: 100%; margin: 0 auto;
min-height: 250px;
overflow: hidden;
} .thanks_bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--site-spthanks-img) no-repeat center/cover;
opacity: 0.5;
z-index: 0;
} .thanks_overlay {
position: relative;
z-index: 1; margin: 0;
padding: 1em;
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
box-sizing: border-box;
}   dt.accd,
dd.accd {
margin-left: 0;
}
.kc-accordion {
max-width: 1500px;
padding: 0 15px;
margin: 0 auto;
} .kc-accordion .kc-accordion_ttl {
position: relative;
background: #fff1cf;
color: #424242;
font-size: 16px;
padding: 6px 38px;
cursor: pointer;
}
.kc-accordion .kc-accordion_ttl:before {
font-weight: 700;
font-size: 17px;
content: "Q. ";
display: block;
position: absolute;
top: 4px;
left: 10px;
color: var(--kc-color-primary);
}
.kc-accordion .kc-accordion_cts {
position: relative;
padding: 0 13px;
margin: 0 0 13px 0;
line-height: 18px;
font-size: 16px;
color: #424242;
background: #fef9f0;
max-height: 0;
overflow: hidden; transition: 0.2s ease max-height; border-bottom: 2px solid #fef9f0;
}
.kc-accordion .kc-accordion_cts p {
margin: 5px 0px;
}
.kc-accordion .kc-accordion_ttl:after {
content: "\f078";
font: var(--fa-font-solid);
font-size: 20px;
display: block;
position: absolute;
top: 0.8em;
right: 0.8em;
color: var(--kc-color-primary);
transition: 0.3s ease transform;
} @media (max-width: 766.98px) {
.kc-accordion .kc-accordion_ttl {
position: relative;
background: #fff1cf;
color: #424242;
font-size: 15px;
padding: 6px 34px;
cursor: pointer;
}
.kc-accordion .kc-accordion_ttl:before {
font-weight: 700;
font-size: 15px;
content: "Q. ";
display: block;
position: absolute;
top: 5px;
left: 11px;
color: var(--kc-color-primary);
}
.kc-accordion .kc-accordion_cts {
position: relative;
padding: 0 12px 0 10px;
margin: 0 0 12px 0;
line-height: 16px;
font-size: 14px;
color: #424242;
background: #fef9f0;
max-height: 0;
overflow: hidden; transition: 0.2s ease max-height; border-bottom: 2px solid #fef9f0;
}
.kc-accordion .kc-accordion_cts p {
margin: 3px 0px;
}
.kc-accordion .kc-accordion_ttl:after {
font-size: 18px;
}
} @media (max-width: 430px) {
.kc-accordion .kc-accordion_ttl {
position: relative;
background: #fff1cf;
color: #424242;
font-size: 14px;
padding: 5px 33px;
cursor: pointer;
}
.kc-accordion .kc-accordion_ttl:before {
font-weight: 700;
font-size: 15px;
content: "Q. ";
display: block;
position: absolute;
top: 6px;
left: 7px;
color: var(--kc-color-primary);
}
.kc-accordion .kc-accordion_cts {
position: relative;
padding: 0 12px 0 10px;
margin: 0 0 12px 0;
line-height: 1.4;
font-size: 14px;
color: #424242;
background: #fef9f0;
max-height: 0;
overflow: hidden; transition: 0.2s ease max-height; border-bottom: 2px solid #fef9f0;
}
.kc-accordion .kc-accordion_cts p {
margin: 3px 0px;
}
.kc-accordion .kc-accordion_ttl:after {
font-size: 16px;
}
}
.kc-accordion .kc-accordion_ttl:after {
transform: translate(0, -50%) rotate(0deg);
}
.kc-accordion .kc-accordion_ttl.active:after {
transform: translate(0, -50%) rotate(-180deg);
}
.faq-ans ul {
position: relative;
color: #424242;
padding: 0.2em 0;
margin: 0;
}
.faq-ans > ul > li {
line-height: 1.5;
}
@media (min-width: 768px) {
.faq-ans > ul > li {
position: relative;
padding: 0.25em 0 0.25em 2em;
list-style-type: none;
}
}
@media (max-width: 767.98px) {
.faq-ans > ul > li {
position: relative;
padding: 0.25em 0 0.25em 1.4em;
list-style-type: none;
}
}
.faq-ans > ul > li:before {
position: absolute;
content: "A. ";
font-size: 1.1em;
font-weight: bold;
left: 0;
top: 1px;
color: var(--kc-color-text-link-hover);
}
.faq-ans ul li:last-of-type {
border-bottom: none;
}
.faq-ans ul li {
margin-bottom: 5px;
}
.faq-ans_num1 ul {
font-size: 16px;
margin: 0;
counter-reset: number;
list-style-type: none !important;
padding: 0.7em 0 0.7em 0;
}
.faq-ans_num1 ul li {
position: relative;
padding: 0.25em 0 0.25em 1.5em;
line-height: 1.5em;
}
.faq-ans_num1 ul li:before {
position: absolute;
counter-increment: number;
content: counter(number);
display: inline-block;
color: #424242;
font-weight: bold;
border: 1.3px solid #424242;
border-radius: 50%;
left: -0.5em;
font-size: 1em;
width: 1.4em;
height: 1.4em;
line-height: 1.4em;
text-align: center;
vertical-align: top;
margin: 0.1em 0;
}
.faq-ans_num1 ul li {
margin-bottom: 5px;
}
.faq-ans_check ul {
position: relative;
color: #424242;
padding: 0.2em 0;
margin: 0;
}
.faq-ans_check ul li {
position: relative;
padding: 0.25em 0 0.25em 1.5em;
list-style-type: none;
}
.faq-ans_check ul li:before {
position: absolute;
font: var(--fa-font-solid);
content: "\f138";
font-size: 20px;
left: -3px;
top: 1px;
color: var(--kc-color-primary);
}
.faq-ans_check ul li:last-of-type {
border-bottom: none;
}
.faq-ans_check ul li {
margin: 15px 0 5px 0;
}
.faq-ans_check_title {
font-weight: bold;
color: var(--kc-color-primary);
}
.faq-ans_notice {
font-size: 0.85em;
}
.faq-ans_img {
margin-top: 1.8em;
}
.faq-ans_table {
overflow: auto;
}  .faq_case_title {
font-weight: bold;
color: var(--kc-color-primary);
padding-bottom: 8px;
} .faq_tool_box {
position: relative;
display: inline-block;
min-width: 60%;
margin: 16px;
padding: 8px 16px;
border: solid 2px rgba(255, 132, 0, 0.7);
border-radius: 0.5em;
}
.faq_tool_box .faq_box_title {
position: absolute;
display: inline-block;
top: -10px;
left: 16px;
padding: 0 6px 2px 4px;
line-height: 17px;
font-size: 16px;
color: rgba(255, 132, 0, 0.8);
background-color: #fef9f0;
font-weight: bold;
}
.faq_tool_box p {
margin: 0;
padding: 5px 5px;
}  .faq_flame_flow {
display: block;
margin-left: 24px;
} .faq_flame_flow ul {
padding: 0;
} .faq_flame_flow li {
list-style-type: none;
}
.faq_flame_flow dd {
margin-left: 0;
} @media (max-width: 767.98px) {
.faq_tool_box {
min-width: 95%;
margin: 2px;
}
.faq_tool_box .faq_box_title {
top: -8px;
left: 14px;
line-height: 15px;
font-size: 14px;
}
.faq_flame_flow {
margin-left: 12px;
}
} .faq_step_flow {
position: relative;
} .faq_step_flow::before {
content: "";
width: 12px;
height: 100%;
background: #fddea5;
margin-left: -58px;
display: block;
position: absolute;
top: 0;
left: 50px;
border-radius: 20px;
}
@media (max-width: 991.99px) and (min-width: 767px) {
.faq_step_flow::before {
margin-left: -58px;
}
}
.faq_step_flow > li {
position: relative;
}
.faq_step_flow > li:not(:last-child) {
margin-bottom: 22px;
}
.faq_step_flow > li .faq_step_icon {
width: 17.5px;
height: 17.5px;
line-height: 18px;
font-size: 16px;
border-radius: 50%;
text-align: center;
background: var(--kc-color-primary);
color: #fff;
font-weight: bold;
display: inline-block;
margin-right: 6px;
flex-shrink: 0;
}
.faq_step_flow > li dl {
padding-left: 24px;
position: relative;
}
.faq_step_flow > li dl::before,
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 16px;
} .faq_step_flow > li dl::before {
width: 8px;
height: 8px;
background: var(--kc-color-primary);
border-radius: 50%;
left: -6px;
top: 8px;
}
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 12px;
left: 7px;
width: 13px;
border-top: 1px dashed rgb(150, 150, 150); }
.faq_step_flow > li dl dt {
font-size: 16px;
font-weight: 600;
color: var(--kc-color-primary);
padding-top: 5px;
margin-bottom: 9px;
display: flex;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.faq_step_flow > li:not(:last-child) {
margin-bottom: 16px;
}
.faq_step_flow > li dl {
padding-left: 24px;
position: relative;
}
.faq_step_flow > li dl::before,
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 16px;
} .faq_step_flow > li dl::before {
width: 8px;
height: 8px;
background: var(--kc-color-primary);
border-radius: 50%;
left: -6px;
top: 8px;
}
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 12px;
left: 7px;
width: 13px;
border-top: 1px dashed rgb(150, 150, 150); }
.faq_step_flow > li .faq_step_icon {
width: 16px;
height: 16px;
line-height: 16px;
font-size: 14px;
margin-right: 5px;
}
.faq_step_flow > li dl {
padding-left: 20px;
}
.faq_step_flow > li dl::before,
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 14px;
} .faq_step_flow > li dl::before {
width: 6px;
height: 6px;
left: -5px;
top: 6px;
}
.faq_step_flow > li dl::after {
content: "";
display: block;
position: absolute;
top: 10px;
left: 6px;
width: 12px;
border-top: 1px dashed rgb(150, 150, 150); }
.faq_step_flow > li dl dt {
font-size: 14px;
padding-top: 4px;
margin-bottom: 6px;
}
} .faq_substep_flow {
list-style: none;
}
.faq_substep_flow li {
display: flex;
align-items: flex-start;
margin-bottom: 7px !important;
padding-left: 24px;
}
.faq_substep_flow li.sublist {
padding-left: 40px;
}
.faq_substep_flow i:not(.item_icon) {
color: #ffb03f; margin-right: 5.5px;
font-size: 18px;
line-height: 19px;
}
@media (max-width: 767.98px) {
.faq_substep_flow li {
margin-bottom: 4px;
padding-left: 18px;
}
.faq_substep_flow li.sublist {
padding-left: 36px;
}
.faq_substep_flow i:not(.item_icon) {
margin-right: 5px;
font-size: 16px;
line-height: 17px;
}
}