@charset "UTF-8";

body, html {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #2f2f2f;
    /* background-color: #fffbed; */
    letter-spacing: 10%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

html {
    scroll-behavior: smooth;
}

@media screen and (min-width:769px) {
    html {
        margin-top: 0 !important;
    }
}


img, object, svg, video {
    width: 100%;
    border: none;
    display: block
}

@media screen and (min-width:769px) {
    .spNone {
        display: block
    }
}

@media screen and (max-width:768px) {
    .spNone {
        display: none
    }
}

@media screen and (min-width:769px) {
    .pcNone {
        display: none
    }
}

@media screen and (max-width:768px) {
    .pcNone {
        display: block
    }
}

.main_b {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000
}

@media screen and (min-width:769px) {
    a:hover {
        opacity: 0.6;
        -webkit-transition: all 0.4s;
        transition: all 0.4s
    }
}

a[href=""] {
    pointer-events: none
}

.header {
    background-color: #fff;
}


@media screen and (min-width:769px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        /* height: 101px; */
        width: 90%;
        z-index: 100;
    }
}



.header__nav .instagram {
    border-radius: 100vmax;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #2f2f2f
}

@media screen and (max-width:768px) {
    .header {
        position: relative;
        padding: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__logo {
        width: 200px
    }

    .header.is-open:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 97
    }

    .header__nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 80%;
        max-width: 360px;
        background: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.32s ease;
        transition: -webkit-transform 0.32s ease;
        transition: transform 0.32s ease;
        transition: transform 0.32s ease, -webkit-transform 0.32s ease;
        z-index: 98;
        padding: 80px 40px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto
    }

    .header.is-open .header__nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .header__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        padding: 0;
        margin: 0;
        list-style: none
    }

    .header__nav a {
        display: block;
        padding: 12px 0;
        color: #000;
        text-decoration: none;
        font-size: 18px
    }

    .hamburger-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px;
        width: 40px;
        height: 40px;
        padding: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1100;
        position: fixed;
        z-index: 99;
        right: 16px
    }

    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 2px;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
        transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
        transition: transform 0.28s ease, opacity 0.28s ease;
        transition: transform 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease
    }

    .header.is-open .hamburger-btn span:first-child {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg)
    }

    .header.is-open .hamburger-btn span:nth-child(2) {
        opacity: 0
    }

    .header.is-open .hamburger-btn span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg)
    }

    body.lock-scroll {
        overflow: hidden;
        height: 100%
    }
}

@media screen and (min-width:769px) {
    .header {
        container-type: inline-size;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 19.4285714286vw auto;
        grid-template-columns: 19.4285714286vw auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 27px 7.1428571429vw
    }

    .header__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: min(16px, 1.6cqi);
        padding-top: 16px
    }

    .header__nav li:not(:last-of-type) a {
        padding: 0 1.1428571429vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-right: 1px solid #2f2f2f
    }

    .header__nav li:last-of-type a {
        padding: 0 1.1428571429vw
    }

    .header__nav .instagram {
        border-radius: 100vmax;
        width: min(35px, 3.5cqi);
        height: min(35px, 3.5cqi);
        display: -ms-grid;
        display: grid;
        place-content: center;
        background-color: #2f2f2f;
        margin-left: min(24px, 2.4cqi);
        margin-top: max(-4px, -1.4cqi)
    }

    .header__nav .instagram img {
        width: min(16px, 1.6cqi)
    }
}

.fv {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    z-index: 10;
    margin-top: 115px;
}

.fv__brand {
    position: absolute;
    border-top: 94px;
    z-index: 10;
    color: #fff;
    font-size: min(20px, 2cqi);
    line-height: 1.2;
    letter-spacing: 0.3em;
    left: 7.1428571429vw;
    top: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(25px, 2.5cqi)
}

.fv__brand-tag {
    background-color: #2f2f2f;
    padding: 13px;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.fv .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    translate: 0 -50%;
    right: 3vw !important;
    left: inherit !important;
    bottom: inherit !important;
    top: 60% !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px
}

.fv .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1
}

.fv .swiper-pagination-bullet span {
    display: block
}

.fv .swiper-pagination-bullet-active {
    background-color: #2f2f2f
}


/* .swiper-pagination調整 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 0 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, -5px) !important;
}


@media screen and (max-width:768px) {
    .fv {
        margin-top: auto;
    }

    .fv .fade_slider .swiper-slide {
        height: 600px
    }

    .fv .fade_slider .swiper-slide img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .fv .swiper-pagination {
        top: 45% !important
    }

    .fv__brand {
        top: 40px
    }

    .fv__brand-tag {
        font-size: 14px
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.opacity {
    opacity: 0
}

@-webkit-keyframes maskLeft {
    0% {
        mask-position: left;
        -webkit-mask-position: left
    }

    to {
        mask-position: right;
        -webkit-mask-position: right
    }
}

@keyframes maskLeft {
    0% {
        mask-position: left;
        -webkit-mask-position: left
    }

    to {
        mask-position: right;
        -webkit-mask-position: right
    }
}

@-webkit-keyframes maskRight {
    0% {
        mask-position: right;
        -webkit-mask-position: right
    }

    to {
        mask-position: left;
        -webkit-mask-position: left
    }
}

@keyframes maskRight {
    0% {
        mask-position: right;
        -webkit-mask-position: right
    }

    to {
        mask-position: left;
        -webkit-mask-position: left
    }
}

.mask_left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%)
}

.mask_right {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.mask_full {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

figure.zoom {
    overflow: hidden
}

.hidden_container {
    position: relative;
    overflow: hidden
}

.common_radius {
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.common_radius img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.common_radius_right {
    border-radius: 0 60px 60px 0;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.common_radius_right img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.common_radius_left {
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.common_radius_left img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.section_title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.section_title .sub_title {
    position: absolute;
    font-size: min(16px, 1.6cqi);
    right: 0;
    bottom: 0;
    color: #807018
}

.section_title.center {
    margin-inline: auto;
    -webkit-transform: translateX(-19);
    transform: translateX(-19);
    padding-bottom: 24px
}

.section_title.center .sub_title {
    translate: -50% 0;
    left: 50%;
    right: inherit
}

.common_button {
    text-align: center;
    width: min(250px, 17.8571428571vw);
    background-color: #73983d;
    color: #fff;
    position: relative;
    padding: 15px 0 17px;
    border-radius: 100vmax;
    letter-spacing: 0.02em;
    font-size: min(16px, 1.1428571429vw);
    line-height: 1.5
}

.common_button:before {
    content: "";
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: min(24px, 1.7142857143vw);
    width: min(8px, 0.5714285714vw);
    height: min(12px, 0.8571428571vw);
    background-image: url(../images/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.common_button:hover {
    opacity: 1;
    scale: 1.1
}

.about {
    margin-top: -14.2857142857vw;
    background-color: #fffbed;
    padding: 4.5714285714vw 0 130px;
    position: relative;
    z-index: 2
}

.about:before {
    content: ""
}

.about .circle {
    position: absolute
}

.about .circle.circle1 {
    width: min(267px, 19.0714285714vw);
    top: 240px;
    left: -64px
}

.about .circle.circle2 {
    width: min(400px, 28.5714285714vw);
    top: 1067px;
    right: -64px
}

.about .circle.circle3 {
    width: min(434px, 31vw);
    bottom: -120px;
    left: -64px
}

.about.circle3 {
    width: 31vw
}

.about__title {
    width: 61.0714285714vw;
    margin-inline: auto
}

.about__wrap-text {
    line-height: 2.3333333333
}

.about__wrap-text.main_b {
    line-height: 1.9230769231
}

.service {
    margin-top: 120px;
    position: relative
}

.service__title {
    font-size: min(24px, 2.4cqi);
    line-height: 1.75;
    padding: 0 20px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 28px
}

.service__title:after, .service__title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background-image: url(../images/kakko.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: center;
    top: 0
}

.service__title:after {
    right: 0
}

.service__title:before {
    left: 0;
    rotate: 180deg;
    -webkit-transform-origin: center;
    transform-origin: center
}

.service__lead {
    font-size: min(18px, 1.2857142857vw);
    margin-bottom: 43px
}

.service__lead li {
    line-height: 2.3333333333
}

.service__table {
    font-size: min(18px, 1.2857142857vw);
    border: 1px solid #ddd7c2;
    overflow: hidden;
    border-radius: 10px
}

.service__table .table {
    width: 100%
}

.service__table .table tr {
    border-bottom: 1px solid #ddd7c2
}

.service__table .table tr:last-child {
    border-bottom: inherit
}

.service__table .table td, .service__table .table th {
    padding: 18px 36px;
    text-align: left;
    font-size: min(16px, 1.6cqi)
}

.service__table .table th {
    background-color: #f5fce2;
    color: #73983d
}

.service__table .table td {
    background-color: #fff;
    line-height: 1.4
}

.service__table .table td:first-child {
    background-color: #ede4c1;
    width: 13.5vw;
}

.service__table .table a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #315b91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.service__table .table a .icon {
    width: 20px
}

.service__table .table a .underline {
    text-decoration: underline
}

.service .table_wrap.group {
    margin-top: 72px
}

.news {
    padding: 90px 0;
    background-color: #f5fce2;
    position: relative
}

.news:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/bg_image.png);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.news .section_title .sub_title {
    color: #73983d
}

.news__box {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    width: min(1060px, 75.7142857143vw);
    margin: 48px auto 0
}

.news__box-inner {
    padding: 24px min(48px, 3.4285714286vw) 48px
}

.news__li a {
    font-size: min(18px, 1.2857142857vw);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px min(57px, 4.0714285714vw) auto min(57px, 4.0714285714vw) 12px;
    grid-template-columns: 100px auto 12px;
    gap: min(57px, 4.0714285714vw);
    padding: 24px 4px;
    position: relative;
    line-height: 1.4;
    border-bottom: 1px solid #9a9696
}

.news__li a .arrow {
    width: 12px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat
}

.news__date {
    color: #73983d
}

.news .common_button {
    margin: 44px auto 0
}

#recruit {
    background-color: #fffbed;
    padding-top: 100px;
}

.recruit-area {
    position: relative
}

.recruit {
    background-image: url(../images/recruit_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
    width: min(1060px, 75.7142857143vw);
    margin: 0 auto;
}

.recruit__bg {
    background-color: #386c59;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply
}

.recruit__inner {
    position: relative;
    z-index: 2;
    padding: 0 0 56px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    gap: 8px
}

.recruit__title {
    width: min(190px, 13.5714285714vw)
}

.recruit__image {
    width: min(490px, 35vw)
}

.recruit p.main_b {
    font-size: min(26px, 1.8571428571vw);
    line-height: 1.9230769231
}

.recruit p {
    line-height: 2;
    text-align: center
}

.recruit .common_button {
    margin: 16px auto 0
}

.circle {
    position: absolute;
    z-index: 0
}

.circle.circle1 {
    width: min(280px, 20vw);
    top: -130px;
    right: 16px
}

.recruit {
    z-index: 1
}

#message {
    background-color: #fffbed;
}

.message {
    padding-top: 120px;
    padding-bottom: 135px;
}

.message .container {
    width: min(1060px, 75.7142857143vw);
    position: relative
}

.message__image {
    width: min(255px, 18.2142857143vw);
    position: absolute;
    right: 0;
    top: 0
}

.message .section_title .sub_title {
    bottom: 45px
}

.message p.main_b {
    margin-top: 84px;
    font-size: min(29px, 2.0714285714vw);
    padding-bottom: 40px
}

.message__text {
    font-size: min(18px, 1.2857142857vw);
    line-height: 2.3333333333
}

.message__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    gap: 16px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.message__name img {
    width: min(193px, 13.7857142857vw)
}

.company {
    background-color: #f5fce2;
    position: relative;
    padding: 80px 0 200px
}

.company:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(../images/bg_image.png);
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    inset: 0
}

.company .section_title {
    margin-bottom: 88px
}

.company .section_title .sub_title {
    color: #73983d
}

.company__wrapper {
    position: relative
}

.company .circle_text {
    color: #fff;
    line-height: 1.3846153846;
    text-align: center;
    border-radius: 100vmax;
    background-color: #73983d;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: min(162px, 11.5714285714vw);
    height: min(162px, 11.5714285714vw);
    font-size: min(26px, 1.8571428571vw);
    position: absolute;
    z-index: 2;
    top: -32px;
    left: -32px
}

.company__inner {
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    padding-bottom: 92px
}

.company .top_image {
    position: relative
}

.company .top_image .top_text {
    color: #fff;
    line-height: 1.5714285714;
    position: absolute;
    font-size: min(28px, 2vw);
    bottom: 72px;
    left: 72px
}

.company .bottom_wrap {
    padding: 58px min(72px, 5.1428571429vw) 0
}

.company__name {
    font-size: min(48px, 3.4285714286vw);
    text-align: center;
    padding-bottom: 32px
}

.company__service {
    font-size: min(20px, 1.4285714286vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    border: 1px solid #73983d;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px
}

.company__service p {
    padding: 24px 24px;
    letter-spacing: 0.02em
}

.company__service p:first-child {
    background-color: #73983d;
    color: #fff;
    padding-left: 32px
}

.company__service p:nth-child(2) {
    color: #73983d;
    padding-right: 40px
}

.company__box-ul {
    display: -ms-grid;
    display: grid;
    gap: 74px
}

.company__box-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(100px, 7.1428571429vw);
    line-height: 1.6666666667
}

.company__box-li .main_b {
    font-size: min(24px, 1.7142857143vw)
}

.company__box-li .green_text {
    color: #73983d;
    font-weight: 600;
    font-size: min(18px, 1.2857142857vw)
}

.company__box-li .box_text {
    font-size: min(18px, 1.2857142857vw)
}

.company__box-li .box_text span {
    font-size: min(21px, 1.5vw);
    padding-bottom: 10px;
    display: inline-block;
    color: #987c3d;
    font-weight: 600
}

.company__box-li .left {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.company .common_radius {
    border-radius: 30px;
    min-width: min(428px, 29.7222222222vw);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.company .common_radius img {
    aspect-ratio: 428/272;
    height: auto
}

.company .common_button {
    margin: 96px auto 0
}

.company .cursive_title {
    width: min(440px, 31.4285714286vw);
    position: absolute;
    bottom: -50px;
    right: 70px
}

.company .brown_wrapper .circle_text {
    background-color: #987c3d
}

.company .brown_wrapper .company__service {
    border: 1px solid #987c3d
}

.company .brown_wrapper .company__service p:first-child {
    background-color: #987c3d
}

.company .brown_wrapper .company__service p:nth-child(2) {
    color: #987c3d
}

.company .brown_wrapper .common_button {
    background-color: #987c3d
}

.company .brown_wrapper .cursive_title {
    width: min(656px, 46.8571428571vw)
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
        width: 85%;
        margin-inline: auto;
        position: relative
    }

    .common_button {
        font-size: 18px;
        width: 240px
    }

    .common_button:before {
        width: 8px;
        height: 12px;
        right: 24px
    }

    .section_title .sub_title {
        font-size: 12px
    }

    .about {
        margin-top: -96px;
        padding-bottom: 0
    }

    .about .section_title {
        width: 80%
    }

    .about .circle.circle1 {
        width: 160px
    }

    .about .circle.circle2 {
        width: 200px;
        top: 600px
    }

    .about .circle.circle3 {
        width: 210px;
        bottom: -120px;
        left: -64px
    }

    .about__title {
        width: 80vw
    }

    .about .pc_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about__image-wrap {
        margin: 24px auto 40px
    }

    .about__image1 {
        width: 80%;
        margin: 0 0 0 auto
    }

    .about__image2 {
        width: 60%;
        margin: 24px 30% 24px auto
    }

    .about__image3 {
        width: 50%;
        height: 150px;
        margin: 0 0 0 auto
    }

    .about__wrap {
        width: 85%;
        margin-inline: auto;
        display: -ms-grid;
        display: grid;
        gap: 24px
    }

    .about__wrap-text {
        font-size: 14px
    }

    .service {
        margin-top: 80px
    }

    .service__image1 {
        width: 60%;
        margin: 0 10% 0 auto
    }

    .service__image2 {
        width: 60%;
        margin: 24px auto 24px 0
    }

    .service__image3 {
        width: 80%;
        margin: 0 auto 0 0;
        height: 200px
    }

    .service .table_wrap {
        width: 85%;
        margin: 80px auto
    }

    .service__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .service__lead {
        font-size: 14px;
        margin-bottom: 16px
    }

    .service__table .table td {
        font-size: 12px;
        padding: 8px 12px
    }

    .service__table .table a {
        gap: 4px
    }

    .service__table .table a span:not(.underline) {
        width: 12px
    }

    .news__box {
        width: 80%
    }

    .news__li a {
        -ms-grid-columns: auto 16px 12px;
        grid-template-columns: auto 12px;
        gap: 4px 16px
    }

    .news__date {
        font-size: 12px
    }

    .news__title {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        font-size: 14px
    }

    .recruit-area {
        padding-top: 80px;
        overflow: hidden
    }

    .recruit-area .recruit {
        width: 100%;
        margin: 0 0 80px 0
    }

    .recruit-area .recruit__title {
        width: 240px
    }

    .recruit-area .recruit__image {
        width: 80%
    }

    .recruit-area .recruit__inner {
        gap: 24px
    }

    .recruit-area .recruit p.main_b {
        font-size: 24px
    }

    .recruit-area .circle {
        position: absolute;
        z-index: 0
    }

    .recruit-area .circle.circle1 {
        width: 160px;
        top: 10px;
        right: -94px;
        z-index: 1
    }

    .message .section_title .sub_title {
        bottom: 12px
    }

    .message__image {
        position: inherit;
        width: 80%;
        margin: 24px auto
    }

    .message p.main_b {
        font-size: 20px;
        margin-top: 24px;
        padding-bottom: 16px
    }

    .message__text {
        font-size: 14px
    }

    .message__name {
        margin-top: 24px
    }

    .message__name img {
        width: 100px
    }

    .company .section_title {
        margin-bottom: 40px
    }

    .company .circle_text {
        font-size: 16px;
        width: 96px;
        height: 96px
    }

    .company .top_image .top_text {
        font-size: 18px;
        bottom: 12px;
        left: 12px
    }

    .company .bottom_wrap {
        padding: 40px 24px 0 24px
    }

    .company__inner {
        padding-bottom: 0
    }

    .company__name {
        font-size: 24px;
        padding-bottom: 16px
    }

    .company__service {
        width: 90%;
        font-size: 12px;
        display: block;
        text-align: center;
        margin-bottom: 40px
    }

    .company__service p {
        line-height: 1.2;
        padding: 8px 12px !important
    }

    .company__service p:first-child {
        white-space: nowrap
    }

    .company__box-ul {
        gap: 32px
    }

    .company__box-li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 8px
    }

    .company__box-li .left {
        gap: 4px
    }

    .company__box-li .main_b {
        font-size: 16px
    }

    .company__box-li .box_text {
        font-size: 14px
    }

    .company__box-li .box_text span {
        font-size: 14px;
        padding-bottom: 4px
    }

    .company__box-li .green_text {
        font-size: 14px
    }

    .company .common_button {
        margin: 40px auto
    }

    .company .cursive_title {
        width: 240px;
        bottom: -16px;
        right: 0;
        z-index: 10
    }

    .company .brown_wrapper .cursive_title {
        width: 300px;
        bottom: -24px
    }

    .ashirai1 {
        width: 240px;
        position: relative;
        z-index: 3;
        overflow: hidden;
        margin-top: -64px;
        margin-bottom: -80px;
        height: 140px;
    }

    .ashirai1 img {
        -webkit-transform: translate(-80px);
        transform: translate(-80px)
    }

    .ashirai2 {
        width: 200px;
        position: relative;
        z-index: 3;
        overflow: hidden;
        margin-right: 0;
        margin-left: auto;
        margin-top: -64px;
        margin-bottom: -80px
    }

    .ashirai2 img {
        -webkit-transform: translate(120px);
        transform: translate(120px)
    }

    .ashirai3 {
        width: 140px;
        position: relative;
        z-index: 3;
        overflow: hidden;
        margin-top: -64px;
        margin-bottom: -80px
    }

    .ashirai3 img {
        -webkit-transform: translate(-40px);
        transform: translate(-40px)
    }
}

@media screen and (min-width:769px) {
    .container {
        max-width: min(1200px, 85.7142857143vw);
        margin-inline: auto;
        position: relative
    }

    .about .pc_grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 5.7142857143vw 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 5.7142857143vw
    }

    .about__wrap {
        padding-left: 7.1428571429vw;
        padding-top: 7.8571428571vw
    }

    .about__wrap-title {
        width: min(428px, 42.8vw)
    }

    .about__wrap-text {
        font-size: min(18px, 1.8vw)
    }

    .about__wrap-text.main_b {
        padding: 64px 0 44px;
        font-size: min(26px, 2.6vw)
    }

    .about__image-wrap {
        position: relative;
        container-type: inline-size
    }

    .about__image-wrap figure {
        position: absolute;
        z-index: 0
    }

    .about__image1 {
        width: 36.4285714286vw;
        height: 333px;
        top: 0;
        right: 0
    }

    .about__image2 {
        width: 23.2857142857vw;
        height: 326px;
        top: 380px;
        left: 0
    }

    .about__image3 {
        width: 18.7857142857vw;
        top: 500px;
        right: 0;
        height: 343px
    }

    .service__pc_grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto min(70px, 5vw) 60vw;
        grid-template-columns: auto 60vw;
        margin-right: 7.1428571429vw;
        gap: min(70px, 5vw)
    }

    .service__image-wrap {
        position: relative
    }

    .service__image-wrap figure {
        position: absolute
    }

    .service__image1 {
        width: 22.2857142857vw;
        height: 272px;
        top: 0;
        left: 4.5714285714vw
    }

    .service__image2 {
        width: 18.7142857143vw;
        height: 281px;
        top: 320px;
        left: 0
    }

    .service__image3 {
        width: 23.5vw;
        left: 0;
        bottom: 0;
        height: 329px;
        z-index: 8
    }

    .ashirai1 {
        width: min(438px, 31.2857142857vw);
        overflow: hidden;
        position: relative;
        z-index: 3;
        margin-top: -155px;
        margin-bottom: -140px;
        height: 250px;
    }

    .ashirai1 img {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }

    .ashirai2 {
        width: min(300px, 21.4285714286vw);
        overflow: hidden;
        margin: 0 0 0 auto;
        position: relative;
        z-index: 3;
        margin-top: -170px;
        margin-bottom: -60px
    }

    .ashirai2 img {
        -webkit-transform: translateX(95px);
        transform: translateX(95px)
    }

    .ashirai3 {
        width: min(416px, 29.7142857143vw);
        overflow: hidden;
        position: relative;
        z-index: 3;
        margin-top: -155px;
        margin-bottom: -140px
    }

    .ashirai3 img {
        -webkit-transform: translateX(-87px);
        transform: translateX(-87px)
    }
}

.footer__nav .instagram {
    border-radius: 100vmax;
    display: -ms-grid;
    display: grid;
    place-content: center;
    background-color: #2f2f2f
}

@media screen and (max-width:768px) {
    .footer .header__logo {
        margin-inline: auto
    }

    .footer .container {
        padding: 64px 0;
        display: -ms-grid;
        display: grid;
        gap: 24px;
        width: 70%
    }

    .footer__nav ul {
        display: -ms-grid;
        display: grid;
        font-size: 12px;
        gap: 24px;
        place-content: center;
        text-align: center
    }

    .footer__nav .instagram {
        width: 32px;
        height: 32px;
        margin-inline: auto
    }

    .footer .copy {
        font-size: 12px;
        text-align: center;
        padding: 32px 0 0
    }
}

@media screen and (min-width:769px) {
    .footer {
        background-color: #fff;
        container-type: inline-size
    }

    .footer .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 19.4285714286vw auto;
        grid-template-columns: 19.4285714286vw auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 48px 7.1428571429vw
    }

    .footer__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: min(16px, 1.6cqi);
        padding-top: 16px
    }

    .footer__nav li:not(:last-of-type) a {
        padding: 0 1.1428571429vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-right: 1px solid #2f2f2f
    }

    .footer__nav li:last-of-type a {
        padding: 0 1.1428571429vw
    }

    .footer__nav .instagram {
        border-radius: 100vmax;
        width: min(35px, 3.5cqi);
        height: min(35px, 3.5cqi);
        display: -ms-grid;
        display: grid;
        place-content: center;
        background-color: #2f2f2f;
        margin-left: min(24px, 2.4cqi);
        margin-top: max(-8px, -0.8cqi)
    }

    .footer__nav .instagram img {
        width: min(16px, 1.6cqi)
    }

    .footer .copy {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        text-align: right;
        padding-top: 12px;
        font-size: 14px
    }
}





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

@media screen and (min-width:769px) {}


/* @media screen and (max-width:768px) {
    .contents_wrapper {
        width: 100%;

    }

    @media screen and (min-width:769px) {
        .contents_wrapper {
            position: relative;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            margin: 0 auto;
            padding: 0 24px;
            padding: 100px 0;
        }


    }
} */


/* 404ページ */

.error-404-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404-code {
    font-size: 8rem;
    font-weight: bold;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1;
}

.error-404-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    color: #333;
}

.error-404-text {
    color: #666;
    margin-bottom: 2rem;
}

.error-404-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.error-404-btn:hover {
    background: #555;
    color: white;
}

@media (max-width: 768px) {
    .error-404-code {
        font-size: 5rem;
    }

    .error-404-title {
        font-size: 1.25rem;
    }
}





/* ==========================
  TOP NEWS
========================== */

.top-news-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 40px;
    background: #f4f9dd;
    border-radius: 25px;
}

.top-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-news-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}

.top-news-item:last-child {
    border-bottom: none;
}

.top-news-date {
    font-size: 14px;
    color: #7aa300;
    white-space: nowrap;
}

.top-news-title {
    font-size: 16px;
    color: #222;
    text-decoration: none;
    transition: 0.3s;
}

.top-news-title:hover {
    opacity: 0.7;
}

.top-news-button {
    margin-top: 35px;
    text-align: center;
}

.top-news-button a {
    display: inline-block;
    padding: 14px 40px;
    background: #7aa300;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.top-news-button a:hover {
    opacity: 0.8;
}

/* SP対応 */
@media screen and (max-width: 767px) {
    .top-news-box {
        padding: 30px 20px;
    }

    .top-news-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .top-news-title {
        font-size: 15px;
    }
}


.top-news-box,
.top-news-box * {
    pointer-events: auto !important;
}

.top-news-title,
.top-news-title a {
    position: relative;
    z-index: 10;
}



/* ==========================
  ARCHIVE NEWS DESIGN
========================== */

.archive-page {
    padding: 150px 0 100px;
    max-width: min(1200px, 85.7142857143vw);
    position: relative;
    margin-inline: auto;
}

.archive-news-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 40px;
    background: #f4f9dd;
    border-radius: 25px;
}

.archive-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

.archive-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-news-item {
    border-bottom: 1px solid #ccc;
}

.archive-news-item:last-child {
    border-bottom: none;
}

.archive-news-link {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    text-decoration: none;
    color: #222;
    transition: 0.3s;
}

.archive-news-link:hover {
    opacity: 0.7;
}

.archive-news-date {
    font-size: 14px;
    color: #7aa300;
    white-space: nowrap;
}

.archive-news-text {
    font-size: 16px;
}

/* ページネーションのスタイル */
.archive-pagination {
    margin-top: 2rem;
    text-align: center;
    /* 全体を中央寄せ */
}

.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    /* 横並びで中央配置 */
    gap: 0.5rem;
    /* ボタン間の余白 */
}

.archive-pagination .page-numbers {
    display: inline-block;
    padding: 0.5em 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
}

.archive-pagination .page-numbers:hover {
    background-color: #f0f0f0;
    color: #000;
}

.archive-pagination .page-numbers.current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* SP対応 */
@media screen and (max-width: 767px) {
    .archive-news-box {
        padding: 30px 20px;
    }

    .archive-news-link {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .archive-news-text {
        font-size: 15px;
    }
}


/* シングルページ */

.news-single {
    padding: 100px 0 100px;
    max-width: min(1200px, 85.7142857143vw);
    position: relative;
    margin-inline: auto;
}

.news-single__inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 60px 50px;
}

.news-single__date {
    display: block;
    font-size: 14px;
    color: #7da100;
    margin-bottom: 10px;
}

.news-single__title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.news-single__content {
    font-size: 16px;
    line-height: 2;
}

.news-single__back {
    margin-top: 60px;
    text-align: center;
}

.news-single__back a {
    display: inline-block;
    padding: 14px 36px;
    background: #7da100;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: bold;
}

.news-single img {
    width: auto;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
    /* width: 150px; */
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em;
}


/* SP対応 */
@media screen and (max-width: 767px) {
    .news-single {
        padding: 50px 0 100px;
    }

    .news-single__inner {
        padding: 60px 30px;
    }

}



/* お問合せ */


/* ================================
   基本スタイル
================================= */
.contact-header {
    width: 100%;
    text-align: center;
    background: #f5fce2;
    padding: 40px 20px;
    margin: 100px 0;
}

.contact-title {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #222;
}

.contact-description {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 25px 20px 40px;
    text-align: center;
    line-height: 1.8;
    color: #555;
    letter-spacing: 0.03em;
}

/* ================================
   PC（992px以上）
================================= */
@media (min-width: 992px) {

    .contact-title {
        font-size: 2.2rem;
    }

    .contact-description {
        font-size: 1.05rem;
    }
}

/* ================================
   SP（991px以下）
================================= */
@media (max-width: 991px) {



    .contact-header {
        padding: 30px 15px;
    }

    .contact-title {
        font-size: 1.6rem;
    }

    .contact-description {
        font-size: 0.95rem;
        padding: 20px 15px 35px;
    }
}




/* ===============================
   フォーム全体
================================ */
.contact-section {
    margin-top: 101px;
}

.contact-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    box-sizing: border-box;
}

/* ===============================
   各ブロック
================================ */
.form-block {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    letter-spacing: 0.05em;
}

.required {
    color: #e53935;
    font-size: 0.9rem;
    margin-left: 5px;
}

.form-note {
    display: block;
    font-size: 0.85rem;
    color: #777;
    margin-top: 3px;
}

/* ===============================
   インプット系
================================ */
.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #000;
    outline: none;
}

.form-textarea {
    min-height: 180px;
    resize: vertical;
}

/* ===============================
   ポリシー
================================ */
.policy-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 40px 0 15px;
    color: #222;
}

.policy-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
    margin-bottom: 25px;


    border: solid 0.5px #707070;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
}

.policy-text p {
    margin: inherit;
}

.policy-check {
    margin-bottom: 30px;
    text-align: center;
}

/* ===============================
   送信ボタン
================================ */
.form-submit {
    text-align: center;
    width: 215px;
    margin: 0 auto;
}

.send-btn {
    background-color: #48AB35;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    padding-top: 00px;
    text-decoration: none;
    display: block;
    border: none;
    width: 100%;
}

.send-btn:hover {
    opacity: 0.7;
}

/* ===============================
   SP 最適化
================================ */
@media (max-width: 767px) {
    .contact-form {
        padding: 10px 15px 35px;
    }

    .policy-text {
        padding: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #707070;
        border: solid 0.5px #707070;
        border-radius: 3px;
        height: 300px;
        overflow-y: scroll;
        line-height: 1.875;
    }
}


/* CF7 */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
    /* border: 2px solid #fff; */
    text-align: center;
    width: 700px;
    margin: 0 auto;
}


/* PC・SP用切り替え */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
}


/* 沿革1 */

.history {
    background: #e8f5df;
    /* 画像の淡いグリーン背景 */
    padding: 80px 0;
    font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
    margin-top: 101px;
}

.history__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.history__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #4a8c2c;
    margin: 50px auto;
}

.history__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.history__item {
    padding: 25px 0;
    border-bottom: 1px dotted #8bbd75;
}

.year {
    font-size: 15px;
    font-weight: 700;
    color: #4a8c2c;
    margin-bottom: 10px;
}

.text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* -------------------------------------------------
  PC（768px〜1400px）
------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1400px), print {
    .history {
        padding: 90px 0;
    }

    .history__title {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .year {
        font-size: 16px;
    }

    .text {
        font-size: 16px;
    }
}

/* -------------------------------------------------
  SP（〜767px）
------------------------------------------------- */
@media screen and (max-width: 767px) {
    .history {
        padding: 50px 0;
        margin-top: 0;
    }

    .history__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .history__item {
        padding: 20px 0;
    }

    .year {
        font-size: 14px;
    }

    .text {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* 沿革２ */

.history2 {
    background: #f4f0d7;
    /* 画像の淡いベージュ背景 */
    padding: 80px 0;
    font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
    margin-top: 101px;
}

.history2__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.history2__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #d6a200;
    /* タイトルのオレンジ */
    margin: 50px auto;
}

.history2__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.history2__item {
    padding: 25px 0;
    border-bottom: 1px dotted #dabf59;
    /* 画像通りのドット線 */
}

.year {
    font-size: 15px;
    font-weight: 700;
    color: #d6a200;
    margin-bottom: 10px;
}

.text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* -----------------------------------------
  PC（768px〜1400px）
----------------------------------------- */
@media screen and (min-width:768px) and (max-width:1400px), print {
    .history2 {
        padding: 90px 0;
    }

    .history2__title {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .year {
        font-size: 16px;
    }

    .text {
        font-size: 16px;
    }
}

/* -----------------------------------------
  SP（〜767px）
----------------------------------------- */
@media screen and (max-width:767px) {
    .history2 {
        padding: 50px 0;
        margin-top: 0;
    }

    .history2__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .history2__item {
        padding: 20px 0;
    }

    .year {
        font-size: 14px;
    }

    .text {
        font-size: 14px;
        line-height: 1.7;
    }
}