:root {
    --i_bg_color: #f0ffff;
    --i_txt_color: #343434;
    --i_main_color: #6b8e23;
    --i_sub_color: #e78104;
    --i_sub2_color: #ffffff;
    --i_btn_color: #6b8e23;
    --i_btn_hover_color: #5d830e;
    --i_btn_txt_color: #fff;
    --i_btn_hover_txt_color: #fff;
    --i_shadow_color: rgba(0, 0, 0, 0.05);
    --i_border_color: rgba(0, 0, 0, 0.13);
    --i_noimg_bg_color: #6b8e23;
    --i_padding: 20px;
}

@media screen and (max-width: 500px) {
    :root {
        --i_padding: 20px;
    }
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.65rem;
    line-height: 1.9;
    letter-spacing: 0.02rem;
    text-size-adjust: 100%;
    color: var(--i_txt_color);
    font-weight: 500;
}

body, main {
    background: var(--i_bg_color);
}

@media screen and (max-width: 900px) {
    body::before {
        width: 80vw;
        height: 90px;
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%;
    }

    body {
        letter-spacing: 0px;
    }
}

a {
    outline: 0px;
    text-decoration: none;
    color: var(--i_txt_color);
}

section[style*=" color:"]:not([style*=" color: inherit"]) a, div[style*=" color:"]:not([style*=" color: inherit"]) a {
    color: inherit;
}

.composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: "object-position: 50% 50%;";
}

@media screen and (max-width: 850px) {
    #sidebar {
        border: 5px solid var(--i_sub2_color) !important;
    }
}

.no_img {
    background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3));
}

#load div:nth-of-type(1) {
    background: var(--i_main_color);
}

#load .loader, .popup .loader {
    border: 1px solid var(--i_bg_color);
}

#load .loader, #load .loader::before, .popup .loader, .popup .loader::before {
    border-top-color: var(--i_bg_color);
}

#load .loader::before, #load .loader::after, .popup .loader::before, .popup .loader::after {
    left: -1px;
    top: -1px;
}

#load .loader, .popup .loader {
    border: 1px solid var(--i_bg_color);
}

#load .loader, #load .loader::before, .popup .loader, .popup .loader::before {
    border-top-color: rgb(255, 255, 255) !important;
}

#load .loader::before, #load .loader::after, .popup .loader::before, .popup .loader::after {
    left: -1px;
    top: -1px;
}

#load img {
    max-width: 250px;
    max-height: 250px;
}

@media screen and (max-width: 650px) {
    #load img {
        max-width: 160px;
    }
}

header {
    font-size: 1.4rem;
    color: var(--i_bg_color);
}

header .wraper {
    max-width: 1600px;
    transition: 0.4s ease-in-out;
}

body.scrolled header {
    background: rgba(107, 142, 35, 0.9);
}

header h1 {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
    opacity: 0.7;
    text-shadow: rgb(0, 0, 0) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 2px;
}

header .logo, header .logo a {
    max-width: 250px;
}

:not(.index) > header .logo a img, body.scrolled header .logo a img {
    max-height: 70px;
}

header .header_contents .header_col1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .header_contents .header_col1 .tel {
    position: relative;
    font-size: 26px;
    line-height: 1;
    padding-left: 26px;
    font-weight: 500;
}

header .header_contents .header_col1 .tel svg, header .header_contents .header_col1 .btn .translate a svg, header .burger li.sp_translate a svg, header .header_contents .header_sns li svg {
    fill: rgb(255, 255, 255) !important;
}

header .sp_menu a div span, header .sp_menu a div::before, header .sp_menu a div::after {
    background: rgb(255, 255, 255);
}

header .header_contents .header_col1 .tel svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 9px);
    left: 0px;
    fill: rgb(255, 255, 255) !important;
}

header .header_contents .header_col1 .btn > a, header#pattern4 .wraper > .inner > .btn > a {
    display: block;
    text-align: center;
    background: var(--i_sub_color);
    color: var(--i_btn_txt_color);
    font-weight: 500;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
    position: relative;
    border-radius: 99px;
    min-width: 190px;
    overflow: hidden !important;
}

header .header_contents .header_col1 .btn > a:hover, header#pattern4 .wraper > .inner > .btn > a:hover {
    background: var(--i_btn_hover_color);
}

header .header_contents .header_col1 .btn > a[target="_blank"] span.inn, header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn {
    padding-right: 25px !important;
    padding-top: 11px !important;
}

header .header_contents .header_col1 .btn > a span.inn, header#pattern4 .wraper > .inner > .btn > a span.inn {
    color: var(--i_btn_txt_color) !important;
}

header .header_contents .header_col1 .btn > a:hover span.inn, header#pattern4 .wraper > .inner > .btn > a:hover span.inn {
    color: var(--i_btn_hover_txt_color) !important;
}

header .header_contents .header_col1 .btn > a[target="_blank"] span.inn::before, header .header_contents .header_col1 .btn > a[target="_blank"] span.inn::after, header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn::before, header#pattern4 .wraper > .inner > .btn > a[target="_blank"] span.inn::after {
    border-color: var(--i_btn_txt_color);
}

header .header_contents .header_col1 .btn > a:hover[target="_blank"] span.inn::before, header .header_contents .header_col1 .btn > a:hover[target="_blank"] span.inn::after, header#pattern4 .wraper > .inner > .btn > a:hover[target="_blank"] span.inn::before, header#pattern4 .wraper > .inner > .btn > a:hover[target="_blank"] span.inn::after {
    border-color: var(--i_btn_hover_txt_color);
}

header .header_contents .header_col1 .btn .translate a svg {
    max-width: 74%;
    max-height: 74%;
    margin: 13% auto 0px;
}

header .header_contents .header_col1 .tel a, header .header_contents .header_col1 .tel span {
    color: rgb(255, 255, 255);
}

header .header_contents .header_col1 .btn .translate a:hover {
    opacity: 0.8;
}

header nav * {
    color: rgb(255, 255, 255);
}

header#pattern2.width_full nav {
    padding-right: 0px !important;
}

header nav ul.nav_1st {
    padding-right: 25px;
    width: 72% !important;
    max-width: 1300px !important;
}

body.scrolled header nav ul.nav_1st {
    border-bottom: 0px;
}

header#pattern2:not(.width_full) nav {
    max-width: 1600px;
}

header nav ul.nav_1st > li {
    box-sizing: border-box;
    position: relative;
}

header nav ul.nav_1st > li span {
    position: relative;
}

body.scrolled header nav ul.nav_1st > li span::after {
    display: none;
}

header nav ul.nav_1st > li:last-child::before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0px;
}

header nav ul.nav_1st > li > a {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: visible;
}

body.scrolled header nav ul.nav_1st > li > a::before {
    display: none;
}

header nav ul.nav_1st > li > a span {
    line-height: 3.5;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

body.scrolled header:not(.nofixed) nav ul.nav_1st > li > a span, body.margin.scrolled header:not(.nofixed) nav ul.nav_1st > li > a span {
    line-height: 3;
}

header nav ul.nav_1st > li > a:hover span {
    opacity: 0.5 !important;
}

header#pattern2 nav ul.nav_1st > li > a span {
    line-height: 3;
    font-size: 1.5rem;
    font-weight: 500;
}

body.scrolled header#pattern2 nav ul.nav_1st > li > a span {
    line-height: 2;
}

header nav ul.nav_2nd {
    padding-top: 20px;
}

header nav ul.nav_1st > li:hover ul.nav_2nd {
    padding-top: 10px;
}

header nav ul.nav_2nd > li {
    background: rgba(79, 79, 79, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 2px 2px 5px var(--i_shadow_color);
}

header nav ul.nav_2nd > li:nth-last-of-type(1) {
    border-bottom: none;
}

header nav ul.nav_2nd li a {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 1.4rem;
}

header nav ul.nav_2nd > li > a {
    padding-right: 30px;
}

header nav ul.nav_2nd > li > a::after {
    height: 5px;
    width: 5px;
    transform: rotate(-45deg);
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    top: calc(50% - 2.5px);
    right: 20px;
}

header nav ul.nav_3rd {
    padding-left: 20px;
}

header nav ul.nav_3nd li a {
    padding: 5px 20px;
}

header nav ul.nav_3rd > li > a::after {
    height: 1px;
    width: 4px;
    background: rgb(255, 255, 255);
    top: calc(50% - 0.5px);
    left: 5px;
}

@media screen and (min-width: 901px) {
    header#pattern2 nav ul.nav_1st {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid rgb(255, 255, 255);
    }
}

@media screen and (max-width: 900px) {
    header.open::after, header .header_contents {
        background: rgba(107, 142, 35, 0.9);
    }

    header .burger li.sp_translate a svg {
        height: 28px;
        width: 28px;
        margin: 10% auto;
    }

    header .header_sns, header .header_contents .header_col1, header .header_contents .header_col2 {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    header .header_sns {
        border-bottom: none;
    }

    header .header_sns:empty, header .header_contents .header_col1:empty, header .header_contents .header_col2:empty {
        border: none;
    }

    header .header_contents .header_col1 .tel, header .header_contents .header_col1 .btn {
        float: none;
    }

    header .header_contents .header_col2 {
        display: block !important;
    }

    header nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    header nav ul.nav_1st {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    header nav ul.nav_1st li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    header nav ul.nav_1st > li::before, header nav ul.nav_1st > li::after {
        display: none !important;
    }

    header nav ul.nav_1st > li i::before, header nav ul.nav_1st > li i::after {
        background: rgb(255, 255, 255);
    }

    header nav ul.nav_2nd {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    header nav ul.nav_2nd > li {
        box-shadow: none;
    }

    header nav ul.nav_3rd {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    header nav ul.nav_3rd > li:nth-last-of-type(1) {
        border-bottom: none;
    }

    header .logo a img {
        max-width: 160px;
        max-height: 70px !important;
    }

    header nav ul.nav_1st {
        width: auto !important;
    }

    header#pattern1 nav, header#pattern3 nav {
        border: none;
    }

    header nav ul.nav_1st > li > a:hover span {
        opacity: 0.7;
        color: rgb(255, 255, 255);
    }

    header nav ul.nav_1st > li span {
        padding-bottom: 0px;
    }

    header nav ul.nav_1st > li span::after {
        display: none;
    }

    header nav ul.nav_1st {
        padding-right: 0px;
    }

    header .wraper > .inner {
        min-height: 45px !important;
    }

    header .header_contents .header_col1 .btn > a {
        padding: 9px 20px 8px;
    }
}

main > section:first-child:not([class*="pt"]), main > div:first-child:not([class*="pt"]), div[class*="pb"] + .contents_related, section[class*="pb"] + .contents_related, div[class*="pb"] + .contents_related_tags, section[class*="pb"] + .contents_related_tags {
    padding-top: 60px;
}

main > section:not([class*="pt"]), main > div:not([class*="pt"]), aside > section:not([class*="pt"]), aside > div:not([class*="pt"]) {
    padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
    main > section:first-child:not([class*="pt"]), main > div:first-child:not([class*="pt"]), div[class*="pb"] + .contents_related, section[class*="pb"] + .contents_related, div[class*="pb"] + .contents_related_tags, section[class*="pb"] + .contents_related_tags {
        padding-top: 40px;
    }

    main > section:not([class*="pt"]), main > div:not([class*="pt"]), aside > section:not([class*="pt"]), aside > div:not([class*="pt"]) {
        padding-bottom: 40px;
    }
}

section .content_wrapper > .heading:first-child:last-child {
    margin-bottom: 0px;
}

section:not([class*="pt"]) .content_wrapper > .heading:first-child:last-child {
    margin-bottom: 0px;
}

.heading.block_header_1, .heading.block_header_6 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.heading.block_header_1 p, .heading.block_header_6 .h {
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 1.4;
    position: relative;
    padding-top: 0px;
    letter-spacing: 0.2rem;
}

.index .heading.block_header_1 p, .index .heading.block_header_6 .h {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p, section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h, div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_1 p, div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
    color: rgb(255, 255, 255) !important;
}

.heading.block_header_1 .h, .heading.block_header_6 p {
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: var(--i_main_color);
}

@media screen and (max-width: 800px) {
    .heading.block_header_1, .heading.block_header_6 {
        margin-bottom: 20px;
    }

    .heading.block_header_1 p, .heading.block_header_6 .h {
        font-size: 2.5rem;
    }

    .heading.block_header_1 .h, .heading.block_header_6 p {
        font-size: 1.5rem;
    }

    .index .heading.block_header_1 p, .index .heading.block_header_6 .h {
        font-size: 3rem;
    }
}

.heading.block_header_2 {
    margin-bottom: 30px;
}

section[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2, div[style*=" color: rgb(255, 255, 255);"] .heading.block_header_2 {
    border-bottom-color: rgb(255, 255, 255);
}

.heading.block_header_2 .h {
    display: inline-block;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.5;
    position: relative;
    color: var(--i_main_color);
}

.heading.block_header_2 p {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--i_txt_color);
}

.news_archive .heading.block_header_2, .glossary_archive .heading.block_header_2, .widget_gallery01 .heading.block_header_2, .gallery_archive .heading.block_header_2 {
    border: none;
}

.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
    padding-left: 2em !important;
}

@media screen and (max-width: 800px) {
    .heading.block_header_2 {
        margin-bottom: 20px;
    }

    .heading.block_header_2 .h {
        font-size: 2.1rem;
    }
}

.heading.block_header_3 {
    overflow: hidden;
    background: var(--i_sub2_color);
    padding: 10px;
    margin-bottom: 30px;
}

.heading.block_header_3 .h {
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.5;
    color: var(--i_txt_color);
}

.heading.block_header_3 p {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--i_txt_color);
}

@media screen and (max-width: 800px) {
    .heading.block_header_3 {
        padding: 5px;
        margin-bottom: 20px;
    }

    .heading.block_header_3 .h {
        font-size: 2rem;
    }

    .heading.block_header_3 p {
        font-size: 1.3rem;
    }
}

.heading.block_header_4 {
    margin-bottom: 15px;
}

.heading.block_header_4::before {
    display: none;
}

.heading.block_header_4 .h {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--i_btn_color);
}

.heading.block_header_4 p {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--i_btn_color);
}

.heading.block_header_5 {
    margin-bottom: 15px;
}

.heading.block_header_5 .h {
    display: inline;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.heading.block_header_5 p {
    font-weight: 500;
    display: inline;
    font-size: 1.4rem;
}

.heading.block_header_5 p::before {
    content: "　/　";
}

#sidebar .heading.block_header_5 {
    background: var(--i_sub2_color);
    padding: 5px 15px;
    color: var(--i_txt_color);
}

.parallax {
    box-shadow: 0 0 5px var(--i_shadow_color) inset;
}

.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a::after, main form .submit {
    background: var(--i_btn_color);
    position: relative;
    display: inline-block;
    padding: 0px 40px 0px 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 99px;
    border: 1px solid var(--i_btn_color);
    transition: 0.2s linear;
    font-family: inherit;
    box-sizing: border-box;
    color: rgb(255, 255, 255) !important;
}

main form .submit span {
    display: block;
    position: relative;
}

.contents_btn01 a::before, main form .submit span::before {
    position: absolute;
    content: "→";
    width: 25px;
    height: 7px;
    top: calc(50% - 8px);
    right: 15px;
    transition: 0.2s linear;
    z-index: 10;
    line-height: 1;
}

.contents_btn01 a:hover, .glossary_archive .content_wrapper .heading.block_header_2 a:hover::after, main form .submit:hover {
    background: var(--i_btn_hover_color);
    color: var(--i_btn_hover_txt_color) !important;
}

main form .submit:hover input {
    color: var(--i_btn_hover_txt_color) !important;
}

.contents_btn01 a:hover::before, main form .submit span:hover::before {
    right: 10px;
    border-color: var(--i_btn_hover_txt_color);
}

.contents_btn01 a[target="_blank"] span::before, .contents_btn01 a[target="_blank"] span::after {
    border: 1px solid rgb(255, 255, 255);
    transition: 0.2s linear;
}

.contents_btn01 a[target="_blank"] span:hover::before, .contents_btn01 a[target="_blank"] span:hover::after {
    border: 1px solid var(--i_btn_hover_txt_color);
}

.contents_btn01 a span {
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    transition: 0.2s linear;
    padding: 14px 0px 15px;
    letter-spacing: 0rem;
}

.contents_btn01 a:hover span {
    transform: translateX(-5px);
}

main form .submit {
    position: relative;
    display: inline;
    padding: 0px;
}

main .widget_gallery01 .contents_btn01 a, main .gallery_archive .inner_item .contents_btn01 a, main .gallery_single .inner_item .contents_btn01 a, main * .contents_btn01 a {
    overflow: visible;
    margin-bottom: 10px;
}

main form .submit {
    position: relative;
}

main form .submit span input {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: transparent;
    padding: 13px 35px 10px 20px;
    display: block !important;
}

main form .submit:hover span input {
    transform: translateX(-5px);
}

#fixbtn .inner > div {
}

input[id="form_submit"], input[type="submit"] {
    appearance: none;
    border-radius: 0px;
}

#fixbtn .contents_btn01 a {
    background: var(--i_sub_color);
    border: none;
}

#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
    background: var(--i_main_color);
}

#fixbtn .contents_btn01 a:hover:nth-of-type(2):nth-last-of-type(1), #fixbtn .contents_btn01 a:hover {
    opacity: 0.7;
}

#fixbtn .contents_btn01 a::before {
    display: none;
}

#fixbtn .contents_btn01 a:hover span {
    transform: none;
}

@media screen and (max-width: 700px) {
    #fixbtn .inner > div.contents_btn01 {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 500px) {
    #fixbtn .inner > div {
    }
}

#mv_outer {
    position: relative;
}

#mv {
    width: 100%;
    height: 100vh;
    min-height: 500px;
}

#mv::after {
    pointer-events: none;
    background: rgba(60, 62, 66, 0.4);
}

#mv .mv_text {
    height: 100%;
    align-items: center;
    width: 100% !important;
    left: 0px !important;
    bottom: 0px !important;
}

#mv .mv_text > div {
    box-sizing: border-box;
    width: 95%;
    color: rgb(255, 255, 255);
}

#mv .mv_text h2 {
    line-height: 1.1;
    letter-spacing: 0.3rem;
    font-weight: 500;
    position: relative;
    font-size: 4rem !important;
}

#mv .mv_text p {
    padding-top: 15px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
}

#mv .mv_scroll {
    width: 3px;
    height: auto;
    position: absolute;
    left: auto;
    right: 15px;
    bottom: 0px;
}

#mv .mv_scroll a {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
    font-weight: 400;
    font-size: 10px;
    padding-bottom: 200px;
    height: auto;
    width: auto;
    text-indent: 0px;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: right;
    color: rgb(255, 255, 255) !important;
}

#mv .mv_scroll a::before {
    width: 1px;
    height: 70px;
    transform: none;
    position: absolute;
    bottom: 100px;
    left: 1px;
    top: auto;
    background: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

#mv .mv_scroll a:hover {
    padding-bottom: 150px;
}

#mv .mv_scroll a:hover::before {
    height: 50px;
}

#mv .mv_scroll a:hover::after {
    height: 25px;
}

#mv .mv_pointer, #mv .mv_arrow {
    display: none;
}

#mv .mv_textimg {
    width: 100%;
}

#mv .mv_textimg img {
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 100vh) {
    #mv {
        height: 72vh;
    }
}

@media screen and (max-width: 900px) {
    #mv .mv_text h2 {
        font-size: 6vw !important;
        letter-spacing: 0.1rem;
    }

    #mv .mv_text p {
        letter-spacing: 0.1rem;
        font-size: 1.8rem !important;
    }

    #mv .mv_textimg img {
        width: 80%;
    }

    #mv .mv_scroll {
        right: 25px;
    }
}

#lv {
    background: rgb(51, 51, 51);
    height: 450px;
    padding-bottom: 0px;
    width: 100%;
}

#lv_outer {
    position: relative;
}

header.over + #lv_outer #lv {
    min-height: 200px;
}

#lv div {
    opacity: 0.3;
}

#lv p {
    left: 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

#lv p span {
    display: inline-block;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 800px) {
    #lv {
        height: 200px;
    }

    #lv p span {
        font-size: 2.8rem;
    }
}

#pan {
    padding: 0px;
    border-bottom: 1px solid var(--i_border_color);
}

#pan li {
    font-size: 1.2rem;
    padding: 5px 0px 3px 30px;
}

#pan li::before {
    border-top: 1px solid var(--i_border_color);
    border-right: 1px solid var(--i_border_color);
}

.default_ul li::before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 8px;
    left: 0px;
}

.category1 li a {
    border: 1px solid var(--i_sub_color);
    border-radius: 50px;
    font-size: 1.4rem;
    color: var(--i_sub_color);
}

.category1 li a:hover, .category1 li a.current {
    background: var(--i_sub_color);
    color: rgb(255, 255, 255);
}

#sidebar section, #sidebar > div {
    border-bottom: 1px solid var(--i_border_color);
}

#sidebar h2 {
    text-align: left;
    font-size: 2.2rem;
}

#sidebar .sidebar_tag li {
    border: 1px solid var(--i_border_color);
    background: var(--i_sub2_color);
}

#sidebar .sidebar_list a {
    position: relative;
    padding-left: 15px;
}

#sidebar .sidebar_list a::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    left: 0px;
}

.pager li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid var(--i_sub_color);
    font-size: 1.4rem;
    color: var(--i_sub_color);
}

.pager li:not(.arrow) a:hover, .pager li:not(.arrow).current a {
    background: var(--i_sub_color);
    color: rgb(255, 255, 255);
}

.pager li.arrow a {
    background: none;
}

.pager2 li a {
    border: 1px solid var(--i_sub_color);
    line-height: 45px;
    padding: 0px 15px;
    font-size: 1.4rem;
    color: var(--i_sub_color);
}

.pager2 li a:hover {
    background: var(--i_sub_color);
    color: rgb(255, 255, 255);
}

.popup {
    background: rgba(255, 255, 255, 0.7);
}

.poptxt {
    font-size: 1.2rem;
}

#fixbtn {
    margin-bottom: 30px;
    font-size: 1.55rem;
}

#fixbtn .fixbtnwrap {
    background: var(--i_sub2_color);
}

#fixbtn.no .fixbtnwrap {
    background-color: transparent;
}

#fixbtn .fixbtntel {
    border-right: 1px solid var(--i_border_color);
    color: var(--i_txt_color);
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
    border-right: none;
}

#fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
    font-size: 3.4rem;
    line-height: 1;
    margin-right: 10px;
    color: var(--i_txt_color);
    font-weight: 500;
}

#fixbtn .contents_btn01 a:hover {
    transform: none;
}

#fixbtn .fixbtntel a:last-child, #fixbtn .fixbtntel span:last-child {
    margin-right: 0px;
}

#fixbtn .fixbtntel svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    fill: var(--i_txt_color);
}

#fixbtn .contents_btn01 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#fixbtn .contents_btn01 a {
    background: var(--i_btn_color);
    color: var(--i_bg_color) !important;
}

#fixbtn .contents_btn01 a:nth-of-type(2):nth-last-of-type(1) {
    background: var(--i_sub_color);
}

#fixbtn .contents_btn01 a[target="_blank"] span::before, #fixbtn .contents_btn01 a[target="_blank"] span::after {
    border: 1px solid var(--i_bg_color);
}

#fixbtn .contents_btn01 a:hover, #fixbtn .contents_btn01 a:hover:nth-of-type(2):nth-last-of-type(1) {
    opacity: 0.7;
}

#fixbtn .contents_btn01:nth-of-type(1) {
    border-left: none;
}

#fixbtn .contents_btn01:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
}

#fixbtn .contents_btn01 a {
    padding: 0px;
}

#fixbtn .contents_btn01 span {
    text-align: center;
    padding: 9px 10px 10px;
    line-height: 1.6;
}

#fixbtn[data-pattern="2"] .contents_btn01 > a span, #fixbtn[data-pattern="2"] .accordion_btn span.inn {
    padding-top: 8px;
}

#fixbtn .contents_btn01 a::before, #fixbtn .contents_btn01 a::after {
    display: none;
}

#fixbtn #scrolltop:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto;
}

#fixbtn #scrolltop a {
    height: 40px;
    width: 40px;
}

#fixbtn #scrolltop a::before {
    transition: 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    background: var(--i_txt_color);
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-960%20960%20960%22%20fill%3D%22%235f6368%22%3E%3Cpath%20d%3D%22M480-395.76%20327.83-244.35q-12.68%2012.68-31.45%2013.06-18.77.38-32.21-13.3-12.67-12.67-12.67-31.82%200-19.16%2012.67-31.83L447.93-492q6.72-6.72%2014.92-9.82%208.19-3.09%2017.15-3.09%208.96%200%2017.15%203.09%208.2%203.1%2014.92%209.82l183.76%20183.76q12.67%2012.67%2013.05%2031.33.38%2018.65-13.05%2032.32-12.68%2012.92-31.83%2012.92t-32.07-12.92L480-395.76Zm0-247.41L327.83-491.76q-12.68%2012.67-31.45%2013.05-18.77.38-32.21-13.05-12.67-12.67-12.67-31.83%200-19.15%2012.67-31.82l183.76-184q6.72-6.72%2014.92-9.82%208.19-3.1%2017.15-3.1%208.96%200%2017.15%203.1%208.2%203.1%2014.92%209.82l183.76%20184q12.67%2012.67%2013.05%2031.44.38%2018.77-13.05%2032.21-12.68%2012.67-31.83%2012.67t-31.83-12.67L480-643.17Z%22%2F%3E%3C%2Fsvg%3E");
    border: none !important;
}

#fixbtn #scrolltop a:hover::before {
    opacity: 0.7;
}

#fixbtn.no #scrolltop a::before {
    border-color: rgba(120, 120, 120, 0.6);
}

#fixbtn.no #scrolltop a:hover::before {
    border-left: 2px solid rgb(120, 120, 120);
    border-top: 2px solid rgb(120, 120, 120);
}

#fixbtn[data-pattern="2"] .fixbtntel p {
    color: var(--i_txt_color);
}

footer nav li a {
    position: relative;
    padding-left: 20px !important;
}

footer nav li a::before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: 0px;
    background: var(--i_bg_color);
    clip-path: polygon(100% 50%, 0px 0px, 0px 100%);
    pointer-events: none;
}

@media screen and (min-width: 801px) {
    #fixbtn[data-pattern="2"] .fixbtntel [data-tel], #fixbtn[data-pattern="2"] .fixbtntel > a {
        font-size: 3rem !important;
    }

    #fixbtn[data-pattern="2"] .fixbtntel svg {
        width: 20px;
        height: 20px;
        transform: translateY(-1px);
    }
}

@media screen and (max-width: 1300px) {
    #fixbtn[data-pattern="2"]:has(.fixbtntel) .contents_btn01, #fixbtn[data-pattern="2"]:has(.fixbtntel) .fixbtntel {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #fixbtn {
        margin-bottom: 0px;
    }

    #fixbtn, #fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
        font-size: 1.7rem;
    }

    #fixbtn .fixbtntel a, #fixbtn .fixbtntel span {
        font-size: 2rem;
    }

    #fixbtn .fixbtntel svg {
        width: 14px !important;
        height: 14px !important;
    }

    #fixbtn .contents_btn01 a {
        letter-spacing: 0px;
        padding: 0px !important;
    }

    #fixbtn .contents_btn01 a::before {
        display: none;
    }

    #fixbtn .contents_btn01 a span {
        /* padding: 9px 10px 10px !important; */
    }
}

footer {
    background: var(--i_main_color);
    padding: 0px;
    color: var(--i_bg_color);
    text-align: center;
    font-size: 1.35rem;
}

footer a {
    color: var(--i_bg_color);
    font-weight: bold;
}

footer nav li {
    padding: 5px 0px;
}

footer .logo {
    width: 250px;
}

footer .sns {
    margin: 0px auto 30px;
}

footer .sns svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    fill: var(--i_bg_color);
    transition: 0.2s ease-in-out;
}

footer .sns a:hover svg {
    opacity: 0.8;
}

#cp {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 30px;
}

@media screen and (max-width: 600px) {
    footer {
        padding: 0px 0px 20px;
    }
}

@media screen and (max-width: 600px) {
    footer {
        background-position: center center;
    }

    footer .logo {
        width: 160px;
    }

    #fixbtn .fixbtnwrap {
        border-bottom: none;
    }

    #fixbtn .inner {
        padding: 0px;
    }

    #fixbtn .contents_btn01 span {
        font-size: 1.4rem !important;
    }

    #fixbtn .fixbtntel span, #fixbtn .fixbtntel a {
        font-size: 2rem !important;
    }

    .ft02 #fixbtn .contents_btn01 span {
        font-size: 1.4rem !important;
    }

    .ft02 #fixbtn .fixbtntel span, .ft02 #fixbtn .fixbtntel a {
        font-size: 2rem !important;
    }

    #fixbtn[data-pattern="2"] .contents_btn01 span {
        font-size: 1.2rem !important;
    }

    footer nav ul {
        gap: 0px 10px;
        justify-content: flex-start;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    footer nav li {
        width: auto;
    }

    #cp {
        text-align: center;
    }
}

.contents_faq01 dt {
    padding-left: 5rem;
    margin-bottom: 25px;
    min-height: 35px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

.contents_faq01 dd {
    padding-left: 7.3rem;
    margin-bottom: 15px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

.contents_faq01 dt::before, .contents_faq01 dd::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.6rem;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: 500;
    background: var(--i_main_color);
    color: rgb(255, 255, 255);
    text-align: center;
}

.contents_faq01 dd::before {
    line-height: 1.5;
    background: var(--i_sub_color);
}

.contents_related_tags .inner_item {
    border: 1px solid var(--i_border_color);
}

.contents_related_tags .inner_item:hover {
    background: var(--i_sub2_color);
}

.contents_related .inner_item a:hover {
    background: var(--i_sub2_color);
    opacity: 0.8;
}

.block_table_1 table thead {
    background: var(--i_sub2_color);
}

.block_table_1 table thead th, .block_table_1 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_1 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_1 table td {
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

.block_table_1 table thead td {
    text-align: center;
    font-weight: bold;
}

.block_table_2 table thead, .block_table_2 table thead th, .block_table_2 table thead td, .block_table_5 table thead, .block_table_5 table thead th, .block_table_5 table thead td, .block_table_6 table thead, .block_table_6 table thead th, .block_table_6 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_2 table th, .block_table_5 table th, .block_table_6 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_2 table td, .block_table_5 table td, .block_table_6 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

.block_table_2 table thead td, .block_table_5 table thead td, .block_table_6 table thead td {
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .block_table_2 table {
        border-bottom: 1px solid var(--i_border_color);
    }

    .block_table_2 table th {
        border-top: 1px solid var(--i_border_color);
    }

    .block_table_2 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}

.block_table_3 table thead, .block_table_3 table thead th, .block_table_3 table thead td, .block_table_7 table thead, .block_table_7 table thead th, .block_table_7 table thead td {
    background-color: var(--i_sub2_color);
}

.block_table_3 table th, .block_table_7 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
}

.block_table_3 table td, .block_table_7 table td {
    background-color: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    vertical-align: middle;
}

@media screen and (max-width: 500px) {
    .block_table_3 table {
        border-bottom: 1px solid var(--i_border_color);
    }

    .block_table_3 table th {
        border-top: 1px solid var(--i_border_color);
    }

    .block_table_3 table td {
        border-top: 1px dotted var(--i_border_color);
    }
}

.block_table_3_item li {
    vertical-align: middle;
}

.gallery_archive .inner_item a, .gallery_single .inner_item a {
    transition: 0.2s ease-in-out;
    background-color: transparent;
}

.gallery_archive .inner_item a:hover, .gallery_single .inner_item a:hover {
    background-color: rgb(227, 0, 0);
}

.gallery_archive .inner_item a:hover img, .gallery_single .inner_item a:hover img {
    opacity: 0.8;
}

.gallery_archive .inner_item a::after, .gallery_single .inner_item a::after {
    color: rgb(255, 255, 255);
}

.gallery_archive .inner_item p span, .gallery_single .inner_item p span {
    color: rgb(255, 255, 255);
}

.gallery_single_slider .slick-arrow::before {
    border-color: var(--i_btn_color);
}

.widget_gallery01 .slick-arrow {
    height: 40px;
    width: 30px;
    top: calc(50% - 20px);
    left: 0px;
}

.widget_gallery01 .slick-next {
    left: auto;
    right: 0px;
}

main .widget_gallery01 a, main .gallery_archive .inner_item a, main .gallery_single .inner_item a {
    overflow: hidden;
}

main .widget_gallery01 a img, main .gallery_archive .inner_item a img, main .gallery_single .inner_item a img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    backface-visibility: visible;
    transform: scale(1.001, 1.001);
    transition: 1s ease-out !important;
}

main .widget_gallery01 a:hover img, main .gallery_archive .inner_item a:hover img, main .gallery_single .inner_item a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

.news_archive article .inner_item_img:hover {
    opacity: 0.8;
}

.news_archive article .entry_meta {
    font-size: 1.3rem;
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
    background-size: 50% !important;
}

#sidebar .widget_news02 li a div span i {
    background-size: 50% !important;
}

.widget_coupon .content_wrapper {
    max-width: 900px !important;
}

.widget_coupon .inner_item > div, .widget_coupon .inner_item > dl {
    font-size: 1.4rem;
    line-height: 1.7;
}

.widget_form .privacypolicy {
    border: 1px solid var(--i_border_color);
}

.widget_form form {
    border-top: 1px solid var(--i_border_color);
}

.widget_form form dl {
    border-bottom: 1px solid var(--i_border_color);
}

.widget_form form dt, .widget_form form dd {
    vertical-align: middle;
}

.widget_form form dt span {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(212, 59, 59) !important;
}

@media screen and (max-width: 770px) {
    .widget_form form dt {
        border-bottom: 1px dotted var(--i_border_color);
    }
}

main form dl input, main form textarea {
    background: var(--i_sub2_color);
    border: 1px solid transparent;
    letter-spacing: 1px;
}

main form dl input:focus, main form textarea:focus {
    background: rgb(255, 255, 255);
    border: 1px solid var(--i_border_color);
}

main form .submit input {
    letter-spacing: 3px;
    border: none;
}

main form select {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px;
}

main form input[type="radio"] + label, main form input[type="checkbox"] + label {
    padding: 0px 15px 0px 22px;
}

main form input[type="radio"] + label::before, main form input[type="checkbox"] + label::before {
    top: 50%;
    left: 0px;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: var(--i_sub2_color);
}

main form input[type="radio"] + label::before {
    border-radius: 30px;
}

main form input[type="radio"]:checked + label::after, main form input[type="checkbox"]:checked + label::after {
    left: 4px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: rgb(227, 0, 0);
}

main form input[type="radio"]:checked + label::after {
    border-radius: 100%;
}

.widget_link .inner_item_txt {
    font-size: 2rem;
}

.widget_link .inner_item_url {
    color: rgb(227, 0, 0) !important;
    font-weight: 600;
}

.widget_link.block_link_1 .wrapper_item a {
    border-left: 3px solid rgb(227, 0, 0) !important;
}

.widget_lp01 li a:hover {
    opacity: 0.8;
}

.widget_lp01 li a div span {
    background-size: 60%;
}

.widget_menu01 h3 {
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.widget_menu01 li dd {
    font-size: 1.3rem;
    letter-spacing: 0px;
}

.widget_menu02 h3 {
    font-size: 1.7rem;
    letter-spacing: 1px;
}

.widget_menu02 li > p {
    font-size: 1.3rem;
    letter-spacing: 0px;
}

.block_news_2 li {
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 0px !important;
}

.block_news_2 li a {
    padding: 30px;
}

.block_news_2 li a::after {
    border: 0 solid var(--i_sub2_color) !important;
}

.block_news_2 li a:hover::after {
    border-width: 10px !important;
}

.block_news_2 li:nth-child(2n) {
    background: rgb(255, 255, 255) !important;
}

.widget_staff01 .inner_item a:hover * {
    opacity: 0.8;
}

.widget_staff01 .sub {
    font-size: 1.2rem;
    font-weight: bold;
}

.widget_tel .inner_item_tel a, .widget_tel .inner_item_tel span {
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    padding: 20px;
}

@media screen and (max-width: 450px) {
    .widget_tel .inner_item_tel a, .widget_tel .inner_item_tel span {
        font-size: 2.6rem;
        padding: 15px 10px;
    }

    .widget_tel .inner_item_tel img {
        margin: 0px 5px -2px 0px;
    }

    .widget_tel .inner_item_tel svg {
        height: 16px;
        width: 16px;
    }
}

.glossary_archive .content_wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.glossary_archive .content_wrapper .heading.block_header_2 {
    margin-bottom: 10px;
}

.glossary_archive .content_wrapper .heading.block_header_2 .h {
    font-size: 1.8rem;
}

.glossary_archive .content_wrapper .heading.block_header_2 a::after {
    content: "View More";
    position: absolute;
    width: 150px;
    bottom: 32px;
    right: 0px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 3px 10px;
}

.glossary_archive .content_wrapper article .entry_body {
    padding-right: 180px;
}

@media screen and (max-width: 1224px) {
    .glossary_archive .content_wrapper .heading.block_header_2 a::after {
        bottom: calc(32px + 1.8rem);
    }
}

@media screen and (max-width: 650px) {
    .glossary_archive .content_wrapper article {
        padding-bottom: 60px;
    }

    .glossary_archive .content_wrapper .heading.block_header_2 a::after {
        bottom: 30px;
    }

    .glossary_archive .content_wrapper article .entry_body {
        padding-right: 0px;
    }
}

.recruit_archive.add_design1 .recruitment_list .inner_item {
    background: rgba(255, 255, 255, 0.8);
}

.index main > section:first-child + div.composite_box01 .heading.block_header_4 .h, .index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 800px) {
    .index main > section:first-child + div.composite_box01 .heading.block_header_4 .h, .index main > section:first-child + div + div.composite_box01 .heading.block_header_4 .h {
        font-size: 2.1rem;
    }
}

.block_news_2 li {
    border: 1px solid var(--i_border_color);
}

@media screen and (max-width: 950px) {
    .index .contents_box01 .inner_item_txt .contents_btn01 {
        text-align: center;
    }
}

@media screen and (min-width: 701px) {
    footer nav:nth-last-child(2), footer .logo {
        margin-bottom: 30px !important;
    }

    footer .logo a {
        max-width: 90% !important;
    }
}

#review + .composite_box01.block_images_9 .inner_item {
    width: 60%;
    margin: 0px auto !important;
}

#review + .composite_box01.block_images_9 .inner_item_txt .heading::before {
    background: var(--i_main_color);
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#review + .composite_box01.block_images_9 a:hover .inner_item_txt .heading::before, #review + .composite_box01.block_images_9 a:hover + .inner_item_txt .heading::before {
    background: var(--i_sub_color);
    opacity: 1;
}

#review + .composite_box01.block_images_9 .inner_item_txt .heading {
    padding-right: 80px;
}

#review + .composite_box01.block_images_9 a:hover .inner_item_txt .heading.align-left, #review + .composite_box01.block_images_9 a:hover + .inner_item_txt .heading.align-left {
    padding-right: 75px;
}

#review + .composite_box01.block_images_9 .inner_item > a {
    position: relative;
}

#review + .composite_box01.block_images_9 .inner_item > a::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 40px;
    border-bottom: 2px solid var(--i_bg_color);
    border-right: 2px solid var(--i_bg_color);
    transform: skewX(40deg);
    top: calc(50% - 5.5px);
    right: 40px;
    z-index: 10;
    transition: 0.2s;
}

#review + .composite_box01.block_images_9 .inner_item > a:hover::before {
    transform: skewX(50deg);
}

.textbox-1 {
    width: calc(100% - 20px);
    padding: 20px 10px;
    border: none;
    border-radius: 3px;
    background: rgb(243, 243, 243);
    color: rgb(51, 51, 51);
    font-size: 1em;
    line-height: 1.5;
    height: 200px;
}

.textbox-1::placeholder {
    color: rgb(153, 153, 153);
}

.top_txt_title {
    margin: 10px 0px;
}

#seo_w + section .inner_item_txt {
    line-height: 3;
}

@media screen and (max-width: 900px) {
    #seo_w + section .inner_item_txt {
        line-height: 2;
    }
}

#c3 + .composite_box01.block_images_7 .inner_item .heading.block_header_4 p {
    color: rgb(255, 255, 255);
}

#c3 + .composite_box01 .inner_item_img img {
    clip-path: none;
}

#c3 + .composite_box01 .heading.block_header_4 .h {
    line-height: 1.4;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 0.2rem !important;
    font-size: 3.5rem !important;
}

#c3 + .composite_box01 .heading.block_header_4 p {
    font-size: 1.7rem !important;
}

@media screen and (min-width: 901px) {
    #c3 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3), #c3 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2), #c3 + .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) {
        width: 50%;
        margin-left: 0px;
        transition: 0.3s ease-in-out;
    }

    #c3 + .composite_box01 .wrapper_item {
        flex-wrap: nowrap;
    }

    #c3 + .composite_box01.block_images_7 .inner_item:hover {
        transition: 0.6s ease-in-out;
        width: 70% !important;
    }

    #c3 + .composite_box01.block_images_7 .inner_item .heading.block_header_4 p, #c3 + .composite_box01.block_images_7 .inner_item .inner_item_txt > p {
        opacity: 0;
        transition: 0.6s ease-in-out;
    }

    #c3 + .composite_box01.block_images_7 .inner_item:hover .heading.block_header_4 p, #c3 + .composite_box01.block_images_7 .inner_item:hover .inner_item_txt > p {
        opacity: 1;
    }
}

@media screen and (min-width: 701px) {
    #c3 + .composite_box01.block_images_7 .inner_item {
        min-height: 500px;
        height: 50vh;
    }

    #c3 + .composite_box01.block_images_7 .inner_item > p {
        font-size: 90%;
    }

    #c3 + .composite_box01 .wrapper_item {
        justify-content: space-between;
    }
}

@media screen and (max-width: 900px) {
    #c3 + .composite_box01 .heading.block_header_4 .h {
        font-size: 3rem !important;
    }

    #c3 + .composite_box01 .heading.block_header_4 p {
        font-size: 1.5rem !important;
    }

    #c3 + .composite_box01.block_images_7 .inner_item {
        min-height: 350px;
    }

    #c3 + .composite_box01.block_images_7 .inner_item:nth-child(3) {
        min-height: 420px;
    }

    #c3 + .composite_box01.block_images_7 .inner_item:nth-child(3) .inner_item_txt {
        padding-bottom: 60px;
    }

    .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt, .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt, .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt {
        padding: 30px 20px;
    }
}

#blog + .block_news_1 li > p, #blog + .block_news_1 li a > p {
}

#blog + div li {
    background: transparent;
    margin-bottom: 40px;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-top: 1px solid var(--i_txt_color) !important;
    border-bottom: 1px solid var(--i_txt_color) !important;
    padding: 10px 20px !important;
}

#blog + .block_news_1:not(.add_design3):not(.add_design4):not(.add_design12) ul li:nth-of-type(1) {
    border-top: none;
}

#blog + .block_news_1 .content_wrapper li a p {
    color: var(--i_txt_color);
}

#blog + .block_news_1 li > p::before, #blog + .block_news_1 li a > p::before {
    border-color: var(--i_txt_color);
}

@media screen and (min-width: 1001px) {
    #blog + div li:nth-of-type(2n) {
        margin-left: 10%;
    }

    #blog + div .contents_btn01 {
        padding-top: 0px;
    }

    #blog + div .contents_btn01 .content_wrapper {
        text-align: right;
    }

    #blog + div ul {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    #blog + div .content_wrapper .heading.block_header_6.align-left {
        align-items: center !important;
    }
}

@media screen and (max-width: 480px) {
    #blog + div li {
        margin-bottom: 10px;
        padding: 10px !important;
    }
}

a[id^="top"] + section .contents_box01 .inner_item_img img {
    width: 200px !important;
}

a[id^="top"] + section .heading.block_header_2 .h {
    line-height: 1.4;
    color: var(--i_txt_color);
    padding: 0px;
    position: relative;
    font-weight: 400;
    font-size: 4rem !important;
    letter-spacing: 0.2rem !important;
}

a[id^="top"] + section .heading.block_header_2 .h::before {
    display: none;
}

a[id^="top"] + section .heading.block_header_2 p {
    padding-left: 0px;
    font-weight: 400;
    color: var(--i_main_color);
    font-size: 1.7rem !important;
    letter-spacing: 0.2rem !important;
}

@media screen and (min-width: 901px) {
    #top_right + .contents_box01 .inner_item_txt {
        padding-right: 3%;
    }

    #top_left + .contents_box01 .inner_item_txt {
        padding-left: 3%;
    }
}

@media screen and (max-width: 900px) {
    a[id^="top"] + section .heading.block_header_2 .h {
        font-size: 3rem !important;
    }

    a[id^="top"] + section .heading.block_header_2 p {
        font-size: 1.4rem !important;
        letter-spacing: 0rem !important;
    }
}

#seo_c + section .parallax_img {
    filter: blur(0px) brightness(60%);
}

#seo_c + section {
    padding-top: 150px;
    padding-bottom: 200px;
}

@media screen and (min-width: 901px) {
    #seo_c + section {
        background-attachment: fixed;
        box-sizing: border-box;
    }
}

#access + div {
    margin-top: -150px;
}

#access + div > .content_wrapper {
    width: 90%;
    background: var(--i_bg_color) !important;
    padding: 60px 60px 0px !important;
}

@media screen and (max-width: 900px) {
    #access + div {
        margin-top: -120px;
    }

    #access + div > .content_wrapper {
        padding: 60px 10px 0px !important;
    }
}

#recruit + section::after, #faq + div::after, #seo_c + div::after, #column + div::after, a[id*="under"] + section::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 75%;
    background: var(--i_sub2_color);
    clip-path: polygon(0px 0px, 100% 10%, 100% 100%, 0px 90%);
    pointer-events: none;
    z-index: 0;
}

#recruit + section::after {
    height: 80%;
    clip-path: polygon(0px 10%, 100% 0px, 100% 90%, 0px 100%);
}

a[id*="under"] + section::after {
    height: 100%;
}

#seo_c + div::after, #under1 + section::after {
    height: 100%;
    clip-path: polygon(0px 10%, 100% 0px, 100% 90%, 0px 100%);
}

@media screen and (max-width: 900px) {
    .heading.block_header_1.align-left, .heading.block_header_6.align-left {
        align-items: center;
    }

    a[id^="top"] + section .heading.block_header_2, #concept + .composite_box01 .inner_item .heading {
        text-align: center;
    }
}

#mv .mv_textimg {
    height: 90%;
    width: 98%;
    left: 2%;
}

#mv .mv_textimg img {
    width: 100%;
}

#mv .mv_textimg a {
    display: block;
    position: absolute;
    width: 27%;
    aspect-ratio: 50 / 50;
    height: auto;
    left: auto;
    right: 0%;
    top: 0%;
}

@media screen and (max-height: 900px), screen and (max-width: 900px) {
    #mv .mv_textimg img {
        width: 70%;
    }

    #mv .mv_textimg a {
        width: 19%;
        right: 30%;
    }
}

@media screen and (max-width: 600px) {
    #mv .mv_textimg img {
        width: 80%;
    }

    #mv .mv_textimg a {
        width: 22%;
        right: 19%;
    }
}

@media screen and (min-width: 901px) {
    #mv .mv_img, #mv::after, #mv .mv_mp4 {
        clip-path: polygon(70% 0px, 100% 15%, 100% 100%, 0px 100%, 0px 10%);
    }

    #mv_outer::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        pointer-events: none;
        z-index: 0;
        background: var(--i_main_color);
    }
}
