@charset "utf-8"; /*
Theme Name: theme
Author: circle
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding: 8px;
    font-size: 16px;
    border: #ccc 1px solid;
    border-radius: 3px;
    background: #fafafa;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}

header {
    display: flex;
    justify-content: space-between;
    margin: 30px 5%;
    align-items: center;
}

header h1 {
    width: 200px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul.menu {
    gap: 0 30px;
    display: flex;
}

ul.menu li a {
    font-family: "Outfit", sans-serif;
    color: #161616;
    font-size: 20px;
}

a {
    text-decoration: none;
}

p.topimg img {
    width: 100%;
    max-width: 1920px;
}

section.worries {
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 150px;
}

.in {
    max-width: 1260px;
    margin: 0 auto;
    width: 92%;
}

p.worryies-img {
    position: absolute;
    width: 35%;
    top: 7vw;
}

section.worries .in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}

h2 {
    color: #161616;
    font-family: "Shippori Mincho";
    font-size: 30px;
    letter-spacing: 0.06em;
    font-weight: 500;
}

h2 span {
    color: #b7233c;
    display: block;
    font-family: "outfit";
    font-size: 65px;
    margin-bottom: 10px;
    line-height: 1;
}

section.worries h2 {
    text-align: right;
}

ul.worries-li {
    margin-top: 170px;
    font-size: 25px;
}

p.topimg {
    text-align: center;
}

main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

ul.worries-li li {
    background: url(/wp-content/uploads/2025/11/c.png) no-repeat left center/23px;
    padding-left: 40px;
    line-height: 2;
}

p.worries-last {
    font-family: "Shippori Mincho";
    font-size: 30px;
    margin-top: 40px;
    color: #fff;
}

section.worries:before {
    content: "";
    width: 80%;
    background: #b7233c;
    height: 500px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 0 300px;
}

section.worries .in ul li,section.worries .in ul p {
    color: #fff;
}

p.bg1 {
    position: relative;
}

p.bg1 img {
    width: 30%;
    position: absolute;
    right: 6%;
    top: -23vw;
}

section.features h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

ul.features-li {
    display: flex;
    justify-content: space-between;
}

ul.features-li li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

span.features-num {
    font-family: 'Outfit';
    color: #b7233c;
    font-size: 36px;
}

p.features-img {
    margin-bottom: -20px;
}

h3.features-h3 {
    color: #b7233c;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    margin-bottom: 20px;
}

span.features-small {
    font-size: 23px;
    letter-spacing: 0.06em;
}

h3.features-h3,h3.features-h3 * {
    font-family: 'Shippori Mincho';
}

ul.features-li li p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

section.features {
    margin-bottom: 90px;
}

ul.features-li li:nth-child(2) {
    margin-top: 90px;
}

section.service:after, section.voices:after, section.message:after, .archive-layout:after, section.about-wrapper:after,.contact-wrapper:after {
    content: "";
    width: 53%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 300px 0 0;
    background-image: linear-gradient(180deg, #E9E6E2, #e9e6e200);
    height: 60%;
}

section.service:before, section.voices:before, section.message:before, .archive-layout:before, section.about-wrapper:before,section.contact-wrapper:before {
    content: "";
    width: 20%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 300px 0 0 0;
    background-image: linear-gradient(180deg, #E9E6E2, #ffffff00);
    height: 60%;
}

section.voices:before {
    right: unset;
    left: 0;
    border-radius: 0 300px 0 0;
}

section.message:before,section.message:after {
    width: 25%;
}

section.service,section.voices {
    position: relative;
    padding-top: 150px;
    margin-bottom: 150px;
}

.line-contents {
    background: #b7233c;
    border-radius: 300px 0 0 0;
    margin-top: 70px;
    text-align: center;
    padding: 70px 0 60px;
    margin-bottom: 60px;
    margin-right: -4%;
}

.line-contents > h3 {
    color: #fff;
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 40px;
}

p.line-contents-lead {
    font-size: 22px;
    color: #fff;
    line-height: 2;
    margin-bottom: 50px;
}

h4.service-headline {
    background: #fff;
    display: inline-block;
    color: #b7233c;
    font-size: 31px;
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 50px;
    margin-bottom: 50px;
}

ul.line-plans li {
    max-width: 1000px;
    width: 90%;
    background: #fff;
    margin: 0 auto 30px;
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
}

.line-plan {
    display: flex;
    justify-content: space-between;
}

.line-plan__content {
    text-align: left;
    width: 62%;
}

.line-plan__image {
    width: 35%;
}

.line-plan__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 13px;
    margin-bottom: 10px;
}

span.line-plan__num {
    color: #fff;
    font-family: 'Outfit';
    font-size: 27px;
    background: #b7233c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

h3.line-plan__title {
    font-size: 25px;
    font-weight: bold;
}

p.line-plan__sub {
    font-size: 19px;
    font-weight: 500;
}

.line-plan__titles {
    line-height: 1.5;
}

p.line-plan__lead {
    font-size: 22px;
    color: #b7233c;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.services {
    display: flex;
    justify-content: space-between;
}

ul.services li {
}

ul.services li {
    width: 32%;
    background: #eae7e3;
    padding: 10px 30px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.service-item h3 {
    color: #b7233c;
    font-size: 26px;
    height: 110px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-align: center;
}

section.voices h2 {
    text-align: right;
    margin-bottom: 50px;
}

article.voice-card {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 55px 60px 50px;
    margin-bottom: 140px;
    border-radius: 15px;
    box-shadow: 0 0 10px 7px #0000000d;
}

.voice-card__image {
    width: 34%;
    margin-top: -140px;
}

.voice-card__body {
    width: 59%;
    position: relative;
}

.voice-card__name {
    text-align: center;
    background: #b7233c;
    color: #fff;
    font-size: 19px;
    padding: 10px 0;
    line-height: 1.2;
    border-radius: 5px;
    box-shadow: 0 0 6px 3px #0000000f;
}

.voice-card__tag {
    position: absolute;
    right: 0;
    font-size: 22px;
    color: #bcb6b1;
    top: -30px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

h3.voice-card__title {
    font-family: 'Shippori Mincho';
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

p.voice-card__text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

a.voice-card__link {
    float: right;
    color: #000;
    font-size: 22px;
    background: url(/wp-content/uploads/2025/11/ya.png) no-repeat right 12px/25px;
    padding-right: 50px;
    position: relative;
    letter-spacing: 0.03em;
}

article.voice-card.voice-card--reverse {
    display: flex;
    flex-direction: row-reverse;
}

article.voice-card.voice-card--reverse a.voice-card__link {
    float: none;
}

article.voice-card.voice-card--reverse .voice-card__tag {
    right: unset;
}

a.voice-card__link:after {
    display: block;
    width: 115%;
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: "";
    background: rgb(183 35 60 / 50%);
    height: 1px;
}

article.voice-card.voice-card--reverse a.voice-card__link:after {
    right: unset;
    left: -10px;
}

section.voices:after {
    left: unset;
    right: 0;
    border-radius: 300px 0 0 0;
}

section.message {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

section.message:before {
    right: 0;
    left: unset;
}

.message-txt h2 {
    margin-bottom: 30px;
}

.message-txt p.message-lead {
    font-family: 'Shippori Mincho';
    font-size: 27px;
    margin-bottom: 40px;
}

.message-txt p, .message-after, .message-contents p {
    font-family: 'Shippori Mincho';
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.8;
}

section.message .in {
    background: url(/wp-content/uploads/2025/11/18.png) no-repeat right bottom / 39%;
    padding-bottom: 90px;
}

section.message a.voice-card__link {
    float: none;
    position: absolute;
    right: 0;
    bottom: -105px;
}

.message-txt {
    position: relative;
    width: 55%;
}

section.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(180deg, #E9E6E2, #e9e6e200);
    padding-top: 80px;
}

.seminar-list {
    max-width: 1100px;
    margin: 70px auto 100px;
}

.seminar-card {
    margin-bottom: 32px;
}

.seminar-card__inner {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    border-radius: 0px 80px 0px 0px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 25px;
    gap: 0 30px;
    background: url(/wp-content/uploads/2025/11/ya.png) no-repeat right 50px bottom 40px/30px;
    background-color: #fff;
}

.seminar-card__inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.seminar-card__thumb {
    flex: 0 0 320px;
    max-width: 270px;
    height: 170px;
}

.seminar-card__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.seminar-card__body {
    flex: 1;
    padding: 0;
    position: relative;
}

.seminar-card__meta {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.seminar-card__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 3px;
    background-color: #b7233c;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.seminar-card__date {
    color: #666;
    font-size: 0.9rem;
    margin-left: 10px;
}

.seminar-card__title {
    font-size: 24px;
    font-weight: 700;
    margin: 4px 0 6px;
    line-height: 1.3;
    color: #161616;
}

.seminar-card__excerpt {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.seminar-card__arrow {
    position: absolute;
    right: 26px;
    bottom: 22px;
    font-size: 1rem;
    color: #c33a3a;
}

.site-footer {
    background-color: #b3283e;
    color: #fff;
    padding: 60px 0;
    margin-top: 100px;
}

.site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.footer-left {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo img {
    max-width: 260px;
    height: auto;
    display: block;
}

.footer-left__line {
    margin: 70px 0 24px;
    width: 100%;
    max-width: 320px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* SNSリンク */
.footer-sns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-sns__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-sns__item img {
    width: 30px;
    height: 30px;
}

.footer-divider {
    flex: 0 0 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 60px;
}

.footer-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.14em;
    font-size: 0.95rem;
    font-family: 'Outfit';
}

.footer-sub-links {
    display: flex;
    flex-direction: column;
}

.footer-sub-links a {
    color: #fff;
    text-decoration: none;
}

.footer-copy-wrap {
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    font-family: 'Outfit';
}

@media (max-width: 1000px) {
    .site-footer__inner {
        flex-direction: column;
        padding: 0 20px 40px;
    }

    .footer-left, .footer-center {
        flex: none;
        margin-bottom: 30px;
        width: 100%;
    }

    .footer-divider {
        display: none;
    }

    .footer-copy-wrap {
        justify-content: flex-start;
    }

    .footer-copy {
        writing-mode: horizontal-tb;
        letter-spacing: 0.08em;
    }
}

.footer-sns span {
    font-family: 'Outfit';
    font-size: 17px;
}

article.seminar-card:last-child {
    margin-bottom: 120px;
}

article.seminar-card + a.voice-card__link {
    margin-top: 40px;
}

.service-img {
    margin-bottom: 20px;
}

.service-item p {
    line-height: 1.7;
}

.message-contents, .career, .company {
    max-width: 1200px;
    margin: 0 auto;
}

.message-contents {
    display: flex;
    flex-wrap: wrap;
}

.message-img {
    flex: 0 0 360px;
    height: 480px;
    margin: 0;
    background-image: url("/wp-content/uploads/2025/11/18.png");
    background-size: cover;
    background-position: center;
}

.message-txt {
    flex: 1;
    padding: 20px 0 0 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.message-p {
    font-size: 14px;
    line-height: 2.1;
}

.message-after {
    color: #b3283e;
}

.career {
    position: relative;
    margin-top: 80px;
}

.career-li, .history-li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2.1;
    width: 70%;
}

.career-li li {
    padding: 14px 30px 11px;
    border-bottom: 1px solid #f0b4c0;
    color: #b3283e;
    font-size: 24px;
}

.history-li {
    margin-top: 30px;
}

.history-li li {
    padding: 3px 0;
    font-size: 22px;
}

.history-li li span {
    display: inline-block;
    margin-right: 40px;
}

.achieve {
    margin-top: 24px;
    font-size: 22px;
    line-height: 2;
}

.achieve h3 {
    margin: 0 0 2px;
    font-size: 20px;
}

.company {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

.company-table {
    width: 60%;
    border-collapse: collapse;
    font-size: 20px;
    line-height: 1.9;
    margin-top: 100px;
}

.company-table th, .company-table td {
    padding: 10px 0;
    vertical-align: top;
}

.company-table th {
    width: 180px;
    font-weight: 500;
}

.company-table tr + tr th, .company-table tr + tr td {
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .message-contents {
        display: block;
        width: 92%;
        margin: 0 auto;
        position: relative;
        padding-top: 190px;
    }

    .message-img {
        width: 100%;
        height: 320px;
    }

    .message-txt {
        padding: 70px 0 0;
        width: 100%;
        position: static;
        margin-bottom: 0;
    }

    .message-txt h2 span {
        font-size: 32px;
    }

    .message-after {
        margin-top: 24px;
    }

    .career {
        padding-right: 0;
        margin-bottom: 70px;
    }

    .career h2 {
        position: static;
        text-align: left;
        margin-bottom: 60px;
    }

    .company-table th {
        width: 100%;
        display: block;
        padding: 20px 0 0 0;
        font-weight: bold;
    }
}

.career-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.footer-center a {
    font-family: 'Outfit';
    color: #fff;
    font-size: 17px;
    line-height: 2.8;
}

table.company-table tr {
    border-bottom: 1px solid #c4c4c47a;
}

ul.career-li {
    border-top: 1px solid #f0b4c0;
}

.archive-layout {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
}

h2.archive-sidebar__title {
    position: absolute;
    top: 130px;
}

li.archive-category-item a {
    color: #161616;
    line-height: 2.5;
    display: block;
}

ul.archive-category-list:before {
    content: "Category";
    font-family: 'Outfit';
    color: #b3283e;
    font-size: 34px;
    margin-bottom: 30px;
    display: block;
}

section.archive-main .seminar-list {
    width: 840px;
    margin: 0 0 40px;
}

section.archive-main {
    padding-top: 170px;
    margin-left: 80px;
    width: 100%;
}

h2.archive-sidebar__title span {
    /* font-size: 130px; */
}

aside.archive-sidebar {
    padding-top: 210px;
    width: 250px;
}

li.archive-category-item.is-current a {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    border-radius: 40px;
    /* padding-left: 27px; */
}

article.single-column-article {
    background: #fff;
    padding: 40px;
    border-bottom: 1px solid #cccccc6e;
}

header.single-column-header {
    display: block;
    margin: 0;
}

/* single 本文レイアウト */
.single-main {
    /* archive-main と共通でOKならここは省略 */
}

/* 上部メタ */
.single-column-header {
}

.single-column-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.single-column-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 5px;
    background-color: #b7233c;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.single-column-date {
    color: #666;
    margin-left: 12px;
}

.single-column-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 4px 0 16px;
    width: unset;
}

.single-column-thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
}

/* 本文 */
.single-column-content {
    margin-top: 24px;
    line-height: 1.9;
}

/* 前後ナビ */
.single-column-nav {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 40px;
    font-size: 0.9rem;
}

.single-column-nav a {
    color: #b3283e;
    text-decoration: none;
}

.archive-category-list a {
    color: #333;
    text-decoration: none;
}

.single-column-content h2 {
    margin: 30px 0 10px;
    font-size: 20px;
    background-color: #ece9e6;
    border-left: solid 5px #b7233c;
    padding-left: 10px;
}

.single-column-content li {
    list-style: disc;
    margin-left: 20px;
}

.summary-list {
    margin: 30px 0;
}
.single-column-content h3 {
    border-bottom: 1px solid #b7233c;
    margin: 20px 0 20px;
    color: #a9001c;
    font-weight: bold;
    font-size: 18px;
}

.single-column-content strong {
    font-weight: bold;
}
.single-column-thumb {
    margin-bottom: 40px;
}

aside.archive-sidebar .footer-sns__item {
    color: #161616;
    display: block;
    margin-bottom: 15px;
}

ul.archive-category-list {
    margin-bottom: 100px;
}

aside.archive-sidebar .footer-sns__item span {
    margin-left: 12px;
    font-family: 'Outfit';
    font-size: 17px;
}

section.law-section {
    max-width: 1000px;
    margin: 90px auto 100px;
}

section.law-section h2 {
    margin-bottom: 50px;
}

table.law-table th,table.law-table td {
    padding: 30px 20px 30px;
}

table.law-table tr {
    border-bottom: 1px solid #16161630;
}

table.law-table {
    border-top: 1px solid #16161630;
}

section.privacy-policy {
    max-width: 1000px;
    margin: 90px auto 100px;
}

section.privacy-policy h2 {
    margin-bottom: 30px;
}

section.privacy-policy h3 {
    margin: 40px 0 20px;
    font-size: 20px;
    border-left: 1px solid #161616;
    padding-left: 20px;
}

p.f-line {
    position: fixed;
    right: 5%;
    bottom: 50px;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

p.f-line.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact {
    , animation: ;
    , animation: 0;
}

.cf7-mako__row br {
    display: none;
}

.cf7-mako__row {
    margin-bottom: 30px;
    width: 100%;
}

label.cf7-mako__label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

input.wpcf7-submit {
    max-width: 230px;
    margin: 0 auto;
    display: block;
    background: #b3283e;
    color: #fff;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 600px;
    margin: 50px auto;
}

div#wpcf7-f11-p56-o1 {
    margin-top: 60px;
}

.cf7-mako {
    width: 100%;
}

span.cf7-mako__req {
    color: #b3283e;
}

li.archive-category-item span {
    display: inline-block;
}

li.archive-category-item {
    line-height: 2.5;
    margin-bottom: 8px;
}

li.archive-category-item span {
    margin-left: 15px;
}

p.career-cherry {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: -1;
    width: 50%;
}

input.wpcf7-form-control,textarea.wpcf7-form-control {
    width: 100%;
    display: block;
}

.archive-category-item.is-current a {
    color: #b3283e;
    font-weight: 600;
}

li.archive-category-item.is-current a:hover {
    /* color: #fff; */
}

article.voice-card.first-voice .voice-card__image {
    margin-top: -30px;
}

@media screen and (max-width: 1000px) {
    #hamburger .btn-gNav {
        position: fixed;
        top: 44px;
        right: 20px;
        width: 28px;
        height: 27px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    #hamburger .btn-gNav span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    #hamburger .btn-gNav span:nth-child(1) {
        top: 0px;
        left: 0px;
    }

    #hamburger .btn-gNav span:nth-child(2) {
        top: 9px;
        left: 0;
    }

    #hamburger .btn-gNav span:nth-child(3) {
        top: 18px;
        left: 0;
    }

    #hamburger .btn-gNav.open span:nth-child(1) {
        background: #fff;
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform : rotate(-45deg);
        transform : rotate(-45deg);
    }

    #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3) {
        top: 9px;
        background : #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform : rotate(45deg);
        transform : rotate(45deg);
    }

    #gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #161616;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        padding-top: 50px;
        transition: .3s;
        display: block;
    }

    #gNav.open {
        right: 0px;
    }

    #gNav .gNav-menu {
        width: 100%;
        height: 100%;
        text-align: left;
        flex-direction: column;
    }

    #gNav .gNav-menu li {
        display: block;
        padding: 0px 0;
        border-bottom: 1px dotted #cccccc4f;
    }

    #gNav .gNav-menu li a {
        color: #ddd;
        text-decoration: none;
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    nav {
        display: none;
    }

    header {
        margin: 20px 20px 40px;
    }

    a.seminar-card__inner {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
        border-radius: 0 40px 0 0;
        padding: 20px 5% 50px;
        background: url(/wp-content/uploads/2025/11/ya.png) no-repeat right 50px bottom 20px / 30px;
        background-color: #fff;
    }

    p.worryies-img {
        display: none;
    }

    h2 span {
        font-size: 45px;
    }

    h2 {
        font-size: 18px;
    }

    ul.worries-li {
        margin-top: 51px;
        font-size: 18px;
        background: #b7233c;
        padding: 40px;
        border-radius: 50px 0 0 40px;
        width: 102%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 23px 0;
        margin-right: -4%;
    }

    section.worries:before {
        display: none;
    }

    ul.worries-li li {
        font-size: 16px;
        background: url(/wp-content/uploads/2025/11/c.png) no-repeat left 10px center / 17px;
        line-height: 1.3;
    }

    p.worries-last {
        font-size: 20px;
        color: #161616;
        margin-top: 20px;
		text-align: center;
    }

    section.worries {
        padding-bottom: 0;
        margin-bottom: 70px;
    }

    ul.features-li {
        display: flex;
        flex-direction: column;
        gap: 40px 0;
    }

    section.features h2 {
        margin-bottom: 30px;
    }

    ul.features-li li:nth-child(2) {
        margin: 0;
    }

    p.features-img {
        width: 80%;
    }

    span.features-num {
        font-size: 30px;
    }

    h3.features-h3 {
        font-size: 23px;
        margin-top: 4px;
    }

    span.features-small {
        font-size: 20px;
    }

    ul.features-li li p {
        font-size: 16px;
        text-align: left;
    }

    ul.features-li li p br {
        display: none;
    }

    section.service:before, section.voices:before, section.message:before, .archive-layout:before {
        display: none;
    }

    section.service:after, section.voices:after, section.message:after, .archive-layout:after {
        width: 80%;
        height: 130vw;
        border-radius: 0 200px 0 0;
    }

    section.service, section.voices {
        padding-top: 70px;
        margin-bottom: 80px;
    }

    .line-contents {
        border-radius: 110px 0 0 0;
        margin-top: 40px;
        padding-top: 50px;
    }

    .line-contents > h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    p.line-contents-lead {
        font-size: 16px;
        text-align: left;
        padding: 0 20px 20px;
        margin-bottom: 30px;
    }

    h4.service-headline {
        font-size: 17px;
        font-weight: 600;
        margin: 0 5% 20px;
        padding: 10px 4%;
    }

    ul.line-plans li {
        border-radius: 5px;
        padding: 20px 15px;
    }

    .line-plan {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 11px 0;
    }

    .line-plan__image {
        width: 100%;
    }

    .line-plan__content {
        width: 100%;
    }

    .line-plan__head {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    span.line-plan__num {
        margin-bottom: 5px;
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    p.line-plan__sub {
        font-size: 18px;
    }

    h3.line-plan__title {
        font-size: 23px;
        text-align: center;
        margin-bottom: 6px;
    }

    p.line-plan__lead {
        font-size: 18px;
    }

    ul.services {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px 0;
    }

    ul.services li {
        width: 100%;
        padding: 20px 5%;
    }

    .service-item h3 {
        font-size: 18px;
        height: unset;
        font-weight: 600;
        margin-bottom: 10px;
    }

    section.service:after, section.voices:after, section.message:after, .archive-layout:after {
        left: 0;
    }

    section.voices h2 {
        text-align: left;
        margin-bottom: 100px;
    }

    article.voice-card {
        padding: 30px 5% 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
    }

    .voice-card__image {
        width: 78%;
        margin-bottom: 20px;
        margin-top: -70px;
    }

    .voice-card__body {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voice-card__tag {
        position: static;
        font-size: 19px;
        text-align: center;
    }

    h3.voice-card__title br {
        display: none;
    }

    h3.voice-card__title {
        font-size: 22px;
        letter-spacing: 0;
        margin-top: 5px;
    }

    a.voice-card__link {
        margin: 0 auto;
        display: block;
        float: none;
        font-size: 15px;
        background-size: 15px;
        background-position: center right 10px;
        max-width: 200px;
        border: 1px solid #b7233c;
        color: #b7233c;
        padding: 8px 50px 8px 20px;
        box-sizing: border-box;
    }

    article.voice-card.voice-card--reverse {
        display: flex;
        flex-direction: column;
    }

    p.voice-card__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .voice-card__name {
        font-size: 17px;
    }

    p.voice-card__text {
        font-size: 16px;
        line-height: 1.7;
    }

    .voice-card__name {
        font-size: 17px;
    }

    span {
    }

    .message-txt h2 span {
        font-size: 50px;
    }

    .message-txt p.message-lead {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .message-txt p, .message-after, .message-contents p {
        font-size: 17px;
        margin-bottom: 0px;
    }

    section.message {
        padding-top: 100px;
        padding-bottom: 0;
    }

    section.message .in {
        background-size: 80%;
        background-position: center top 70px;
        padding-top: 110%;
    }

    section.message a.voice-card__link {
        position: static;
        margin-top: 20px;
    }

    a.voice-card__link:after,article.voice-card.voice-card--reverse a.voice-card__link:after {
        width: 140%;
        right: unset;
        position: static;
        display: inline-block;
        display: none;
    }

    .seminar-list {
        width: 95%;
        margin-bottom: 0;
    }

    .seminar-card__thumb {
        width: 100%;
        flex: 0;
        max-width: 100%;
    }

    .seminar-card__title {
        font-size: 19px;
    }

    section.column {
        margin-top: 50px;
    }

    p.topimg {
        margin-bottom: 30px;
    }

    .line-plan__content p {
        font-size: 16px;
    }

    p.f-line {
        width: 110px;
    }

    #gNav .gNav-menu ul.menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    ul.gNav-menu .footer-sns__item img {
        width: 22px;
        height: 22px;
        margin-right: 13px;
        vertical-align: middele;
    }

    p.message-img {
        height: 116vw;
        width: 95%;
        margin: 0 auto 20px;
    }

    .message-txt h2 {
        position: absolute;
        top: 50px;
    }

    p.message-after {
        margin-bottom: 20px;
    }

    .career-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 92%;
        margin: 0 auto;
    }

    ul.career-li {
        width: 100%;
    }

    .career-li li {
        padding: 15px 0;
        font-size: 15px;
    }

    .history-li li {
        font-size: 17px;
    }

    ul.history-li {
        width: 92%;
        margin: 30px auto 20px;
    }

    .achieve {
        width: 92%;
        font-size: 18px;
        margin: 0 auto 0px;
    }

    .company {
        width: 92%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    table.company-table {
        width: 100%;
        font-size: 16px;
        margin-top: 50px;
    }

    table.company-table tr {
        display: block;
    }

    aside.archive-sidebar {
        width: 100%;
    }

    .archive-layout {
        display: flex;
        width: 92%;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        padding-top: 60px;
    }

    section.archive-main {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    section.archive-main .seminar-list {
        width: 100%;
    }

    ul.archive-category-list {
        margin-bottom: 30px;
        text-align: center;
        display: flex;
        position: relative;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px;
    }

    ul.archive-category-list:before {
        position: absolute;
        top: -40px;
        color: #000;
        font-size: 23px;
    }

    li.archive-category-item {
        width: 31.5%;
        border-radius: 23px;
        background: #fff;
        margin-bottom: 0;
    }

    li.archive-category-item a {
        line-height: 1;
        display: block;
        padding: 10px 0;
        font-size: 14px;
        border: 1px solid #e3e3e3;
        border-radius: 30px;
    }

    article.single-column-article {
        padding: 40px 0%;
    }

    .single-column-title {
        font-size: 20px;
    }

    .single-column-content * {
        font-size: 16px;
    }

    article.single-column-article {
        padding: 40px 3%;
        border-top: 1px solid #cccccc6e;
    }

    .single-column-title {
        font-size: 20px;
    }

    .single-column-content * {
        font-size: 16px;
    }

    li.archive-category-item a:hover {
        background: #b7233c;
        color: #fff;
        border-radius: 30px;
    }

    section.privacy-policy {
        width: 92%;
        margin: 0 auto;
    }

    table.privacy-contact th,table.privacy-contact td {
        display: block;
    }

    table.privacy-contact th {
        background: #e8e7e7;
        text-align: center;
        padding: 7px;
        font-size: 15px;
    }

    table.privacy-contact {
        margin-top: 30px;
    }

    table.privacy-contact td {
        padding: 10px 0;
    }

    section.privacy-policy h2 {
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }

    section.privacy-policy * {
        font-size: 15px;
    }

    section.privacy-policy h3 {
        font-size: 18px;
    }

    section.law-section h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    table.law-table th, table.law-table td {
        display: block;
        text-align: revert-layer;
        padding: 15px;
    }

    table.law-table th {
        background: #eee;
        padding: 8px 0;
        border: none;
    }

    table.law-table {
        width: 92%;
        margin: 0 auto;
        border-top: none;
    }

    .seminar-card__excerpt {
        font-size: 15px;
    }

    .footer-center a {
        font-size: 15px;
    }

    .footer-left__line {
        max-width: 100%;
        margin: 30px 0;
    }

    .footer-logo img {
        width: 200px;
    }

    .contact {
        width: 92%;
    }

    li.archive-category-item a:hover {
        color: #ffffff;
    }

    li.archive-category-item.is-current {
        pointer-events: none;
        background: none;
        display: block;
    }

    a.voice-card__link:hover {
        box-shadow: 0 0 10px 1px #b3283e3d;
    }

    li.archive-category-item.is-current a {
        display: flex;
        justify-content: center;
        background: #b3283e;
        color: #fff;
    }

    section.service:before, section.voices:before, section.message:before, .archive-layout:before, section.about-wrapper:before, section.contact-wrapper:before {
        border-radius: 110px 0 0 0;
        content: "";
        width: 20%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        background-image: linear-gradient(180deg, #E9E6E2, #ffffff00);
        height: 35%;
    }

    section.service:after, section.voices:after, section.message:after, .archive-layout:after, section.about-wrapper:after, .contact-wrapper:after {
        border-radius: 0 160px 0 0;
        content: "";
        width: 53%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-image: linear-gradient(180deg, #E9E6E2, #e9e6e200);
        height: 35%;
    }
    article.voice-card.first-voice .voice-card__image {
        margin-top: -70px;
    }
	p.bg1 img {
    z-index: -1;
    top: -30vw;
    width: 55%;
	}
}

a.voice-card__link:hover {
    color: #b7233c;
}

section.about-wrapper,section.contact-wrapper {
    padding-top: 80px;
}

@media screen and (min-width: 1000px) {
    li.archive-category-item a:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #43000b;
        border-radius: 10px;
        margin-right: 11px;
        vertical-align: middle;
    }

    div#hamburger {
        display: none;
    }

    li.archive-category-item a:hover {
        color: #b3283e;
    }

    a:hover {
        opacity: 0.85;
    }

    li.archive-category-item.is-current a {
        padding-right: 0;
    }
}

@media screen and (min-width: 600px){
  .spbr{
    display: none;
  }
}