@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Sans+SC:300,400,500,700&display=swap&subset=japanese');

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

details, menu, figcaption, figure, main, article, aside, footer, header, nav, section {
    display: block;
}

html, body, button, input, optgroup, select, textarea, p, h1, h2, h3, h4, h5, h6, figure, ul, ol, dl, dt, dd {
    margin: 0;
}

ul, ol, dl, dd, dt {
    list-style: none;
    padding: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

canvas, audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

/* ------------------------------------------------------
------------------------------------------------------ */
select, input, button, textarea {
    font: 100% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #333;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

label {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}

p, dd, td, th, li {
    line-height: 1.6em;
}

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
html {
    min-height: 100%;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 1.4;
    font-feature-settings: "palt"1;
}

a {
    text-decoration: none;
    outline: none;
    color: #3972c1;
}

table {
    font-size: inherit;
    font: 100%;
    color: #333;
    line-height: 1.4;
}

/* ボタン */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: bold;
    color: #ffffff;
}

.btn:hover {
    opacity: 0.7;
}

.y_btn {
    background: #FC2024;
}

.w_btn {
    background: #ffffff;
    border: 2px solid #FC2024;
    color: #FC2024;
}

.g_btn {
    background: #22B573;
}

.gr_btn {
    background: #DCDCDC;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 751px) {
    body {
        font-size: 10px;
    }

    .sp {
        display: none !important;
    }
}

/* ------------------------------------------------------
Container
------------------------------------------------------ */
#wrapper {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrap_inner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

/* ------------------------------------------------------
Header
------------------------------------------------------ */
#header {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#header #top {
    padding: 8px 0 0;
    margin-right: 44px;
    max-width: 115px;
    width: 100%;
}

#header .header_top {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
}

#header .header_top .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
}

#header .header_top .h_cont {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
}

#header .menu {
    display: flex;
    margin-top: 11px;
}

#header .menu li {
    margin: 0 32px 0 2px;
}

#header .menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

#header .menu li a.und {
    text-decoration: underline;
}

#header .menu li a:hover {
    text-decoration: underline;
}

#header .contact .btn {
    width: 209px;
    height: 51px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#header .contact .btn:hover {
    opacity: 1;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-1px);
}

#header .top_info {
    background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
    border-top: 1px solid #D4E9DD;
    margin: 90px 0 40px;
}

#header .top_info .wrap_inner {
    display: grid;
    place-items: center;
    background: url(../../images/img_main.png) top center no-repeat;
    background-size: cover;
}

#header .top_info .inner {
    padding: 40px 0;
    position: relative;
}

#header .top_info .info_group {
    position: relative;
    z-index: 1;
}

#header .top_info .top_info_txt {
    margin: 0 0 2px 11px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #00994C;
}

#header .top_info h1 {
    display: inline-block;
    padding: 20px;
    background: #ffffffd6;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.7;
}

#header .info_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    width: 500px;

    & li {
        display: inline-block;
        padding: 5px 15px;
        border: 3px solid #00994C;
        border-radius: 4px;
        background: #fff;
        color: #00994C;
        font-weight: 700;
        font-size: 24px;
    }
}

#header .top_info h1 span {
    display: inline-block;
    padding: 0 4px 5px;
    color: #fff;
    background-color: #00994C;
    font-size: 56px;
    line-height: 0.99;
}

#header .top_info .tib_title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: bold;
    color: #00994C;
}

#header .top_info .btn_list {
    display: flex;
    flex-wrap: nowrap;
}

#header .top_info .btn_list .btn {
    height: 51px;
    margin-right: 16px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#header .top_info .btn_list .btn:hover {
    opacity: 1;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-1px);
}

#header .top_info .btn_list .btn.y_btn {
    width: 209px;
}

#header .top_info .btn_list .btn.w_btn {
    width: 214px;
}

#header .top_info .top_info_img {
    position: absolute;
    bottom: 0;
    right: -108px;
    width: 680px;
}


/* ------------------------------------------------------
Contents
------------------------------------------------------ */
#main {
    background: #F5F6FB;
}

#main h2.ib_title {
    font-size: 34px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 1.55;
}

#main h2.ib_title span {
    color: #00994C;
}

#main h3.ib_title {
    font-size: 34px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 1.55;
}

#main h3.ib_title span {
    color: #00994C;
}

#main .ib_txt {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}

#main .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 42px;
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    background: #00994C;
    border-radius: 4px;
    margin-bottom: 17px;
}

.ib_title.under:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 2px;
    bottom: 0;
    left: 50%;
    border: 1px solid #00994C;
    transform: translate(-50%, 0);
}

#main .btn {
    width: 310px;
    height: 65px;
    font-size: 20px;
    border-radius: 50px;
    margin: 0 auto;
    letter-spacing: 0.03em;
}

/*------index_box01------*/
#index_box01 {
    text-align: center;
    padding: 8px 0 31px;
    background: #ffffff;
}

#index_box01 .ib_title {
    margin-bottom: 36px;
}

#index_box01 .logo_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* padding: 0 24px; */
    position: relative;
}

#index_box01 .logo_list li {
    line-height: 0;
    margin: 0;
}

#index_box01 .slide_target {
    pointer-events: none;
}

#index_box01 .logo_list .slick-slide {
    padding: 0 15px;
}

#index_box01 .logo_list .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 75px;
}

#index_box01 .logo_list .slick-arrow {
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    width: 24px;
    height: 32px;
    top: 50%;
    transform: translate(0, -50%);
}

#index_box01 .logo_list .slick-prev {
    left: 0;
    background: url("../../images/prev.png") center center no-repeat;
    background-size: cover;
}

#index_box01 .logo_list .slick-next {
    right: 0;
    background: url("../../images/next.png") center center no-repeat;
    background-size: cover;
}
/* 上下中央 */
.slick-track {
    display: flex;
    align-items: center;
    height: 100%;
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.slick-slide:last-child {
    margin: auto;
}

/*------index_box02------*/
#index_box02 {
    margin-bottom: 90px;
}

#index_box02 .ib_img {
    background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
}

#index_box02 .ib_img .wrap_inner {
    background: url(../../images/img_bg_01.jpg) top center no-repeat;
    background-size: cover;
    border-top: 5px solid #00994C;
    height: 320px;
}

#index_box02 .inner {
    max-width: 960px;
    margin-top: -276px;
}

#index_box02 .ib_box {
    background: #ffffff;
    border: 1px solid #b8b7b7;
    border-radius: 10px;
    padding: 40px 15px 60px;
    margin-bottom: 17px;
}

#index_box02 .title_area {
    text-align: center;
    margin-bottom: 30px;
}

#index_box02 .tag {
    margin: 0 auto 15px;
}

#index_box02 .ib_txt {
    font-size: 20px;
}

#index_box02 .ib_title.under {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#index_box02 .ib_listwrap {
    display: block;
    text-align: center;
}

#index_box02 .ib_list {
    display: inline-block;

    & li {
        text-align: left;
        font-size: 25px;
        font-weight: 700;
    }
}

#index_box02 .note {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    margin-right: -3px;
}

@media (width < 768px) {
    #index_box02 .ib_txt {
        font-size: 2.4vw;
    }
}

/*------index_box03------*/
#index_box03 {
    margin-bottom: 90px;
}

#index_box03 .ib_row {
    display: flex;
    margin-bottom: 60px;
}

#index_box03 .ib_row.row2 {
    flex-direction: row-reverse;
}

#index_box03 .box_sec01 {
    width: 55%;
    display: flex;
    justify-content: flex-end;
}

#index_box03 .row2 .box_sec01 {
    justify-content: flex-start;
}

#index_box03 .row3 .box_sec01 {
    width: 53%;
}

#index_box03 .box_sec01 .box_frame {
    max-width: 675px;
    width: 100%;
    padding: 89px 15px 0 0;
    background: url(../../images/img_bg_06.png) top right no-repeat;
    background-size: cover;
}

#index_box03 .row2 .box_sec01 .box_frame {
    padding: 89px 0 0 22px;
    background: url(../../images/img_bg_07.png) top right no-repeat;
    background-size: cover;
}

#index_box03 .row3 .box_sec01 .box_frame {
    padding: 143px 30px 0 40px;
    background: url(../../images/img_bg_08.png) top right no-repeat;
    background-size: cover;
}

#index_box03 .box_sec01 .box_frame .ib_title {
    margin-bottom: 30px;
}

#index_box03 .box_sec02 {
    width: 45%;
    height: 532px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

#index_box03 .row2 .box_sec02 {
    justify-content: flex-end;
}

#index_box03 .row3 .box_sec02 {
    width: 47%;
}

#index_box03 .box_sec02:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9px 0 0 9px;
    background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
}

#index_box03 .row1 .box_sec02:after {
    left: 164px;
}

#index_box03 .row2 .box_sec02:after {
    background: linear-gradient(to left, #00994c 0%, #007d3e 100%);
    border-radius: 0 9px 9px 0;
    right: 164px;
}

#index_box03 .row3 .box_sec02:after {
    left: 203px;
}

#index_box03 .box_sec02 .img_frame {
    position: relative;
    z-index: 1;
}

#index_box03 .row1 .box_sec02 .img_frame {
    padding: 34px 0 0 11px;
}

#index_box03 .row2 .box_sec02 .img_frame {
    padding: 34px 9px 0 0;
}

#index_box03 .row3 .box_sec02 .img_frame {
    padding: 56px 0 0 8px;
}

#index_box03 .ib_txt {
    font-size: 20px;

    &:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

#index_box03 .ib_btn {
    padding: 40px 0;
}

/* function list */
.label {
    font-size: 0;
    text-align: center;
}

.label span {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 2.9vw;
    font-weight: bold;
    background-color: #00994c;
    padding: 1.3vw 0;
    width: 24vw;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.function_list {
    margin-bottom: 12.26vw;
}

.function_list li {
    margin-bottom: 2.6vw;
}

.function_list li a {
    display: block;
    border: 1px solid #00994c;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    color: #000;
    line-height: 1.3;
    position: relative;
    padding-bottom: 7.3vw;
}

.function_list li a::after {
    content: "";
    background: url(../images/arrow26x14.png) no-repeat 0 0 / 100% 100%;
    width: 3.46vw;
    height: 1.86vw;
    position: absolute;
    left: 50%;
    bottom: 1.86vw;
    margin-left: -1.73vw;
}

.function_list li p {
    line-height: 1.3;
    font-size: 3.8vw;
    font-weight: bold;
    margin-top: 2.9vw;
}

.function_list .label {
    margin-top: -1px;
}

@media screen and (max-width: 750px) {
    .function_list .icon {
        position: absolute;
        left: 2.9vw;
        font-size: 0;
        top: 50%;
        margin-top: -3.7vw;
    }

    .function_list .icon img {
        width: 9.4vw;
    }

    .function_list li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .function_lead {
        padding: 82px 0 130px;
    }

    .label span {
        font-size: 13px;
        width: 107px;
        padding: 4px 0;
        border-radius: 4px;
    }

    .function_list .label {
        margin-top: 0;
    }

    .function_lead h1 {
        font-size: 34px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 37px;
    }

    .function_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -9px 30px;
    }

    .function_list li {
        width: 33.333%;
        padding: 0 9px;
        margin-bottom: 15px;
    }

    .function_list li a {
        padding: 20px 5px;
        height: 100%;
        border-radius: 10px;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .function_list li a:hover {
        opacity: 0.7;
    }

    .function_list li p {
        margin: 12px 0 17px;
        font-size: 19px;
    }
}

/*------index_box04------*/
#index_box04 {
    background: linear-gradient(to right, #00994c 0%, #007d3e 100%);
}

#index_box04 .wrap_inner {
    background: url(../../images/img_bg_05.png) top center no-repeat;
    background-size: 130%;
    background-position: 55% 40%;
    padding: 50px;
}

#index_box04 .tag {
    border: 1px solid #ffffff;
    height: 43px;
    margin-bottom: 16px;
}

#index_box04 .ib_title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-shadow: #F6F5F3 0px 0 10px;
}

#index_box04 .ib_txt {
    text-shadow: #f6f5f3 0px 0 3px;
}

#index_box04 .ib_title.under:after {
    left: 0;
    transform: translate(0, 0);
}

/*------index_box05------*/
#index_box05 {
    padding: 57px 0 80px;
    background: #ffffff;
}

#index_box05 .service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 9px;
}

#index_box05 .service_list li {
    width: 330px;
    margin: 46px 85px 62px 0;
}

#index_box05 .service_list li:nth-child(3n) {
    margin-right: 0
}

#index_box05 .service_list li .ser_thumb {
    text-align: center;
    margin-bottom: 23px;
}

#index_box05 .service_list li .ser_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}

#index_box05 .service_list li .ser_txt {
    line-height: 1.9;
    font-size: 15px;
    font-weight: 500;
}

#index_box05 .note {
    line-height: 1.8;
    margin-bottom: 94px;
    font-size: 15px;
}

/*------index_box06------*/
#index_box06 {
    padding-bottom: 180px;
    background: #ffffff;

    & .title_area {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;

        & .tag {
            margin-bottom: revert;
        }

        & li {
            width: 150px;
            padding: 5px 10px;
            text-align: center;
            font-size: 14px;

            &:nth-of-type(1) {
                background-color: #E6F5E4;
            }

            &:nth-of-type(2) {
                margin-top: 5px;
                background-color: #c1c1c1;
            }
        }
    }
}

#index_box06 .ib_title {
    margin-bottom: 62px;
}

#index_box06 .ib_txt {
    margin-bottom: 89px;
}

#index_box06 .ib_flow {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 13.2rem);
    column-gap: 3em;
    row-gap: 15px;
    margin-bottom: 50px;

    & .flow_inner {
        display: grid;
        place-items: center;
        position: relative;
        height: 90px;
        padding: 15px 5px;
        border-radius: 5px;
        background-color: #E6F5E4;
        word-break: break-word;

        :is(.company) & {
            background-color: #c1c1c1;
        }

        li:not(:last-of-type,:nth-of-type(4)) &::after {
            display: block;
            position: absolute;
            top: 44%;
            left: 107.5%;
            background: #22B573;
            width: 14px;
            height: 18px;
            clip-path: polygon(100% 50%, 0 0, 0 100%);
            transform: translateX(-50%);
            content: "";
        }
    }

    & .flow_num {
        position: absolute;
        top: 46%;
        left: 15px;
        font-size: 80px;
        font-weight: 700;
        line-height: 0;
        color: #fff;
        transform: translateY(-50%);
        opacity: 0.7;
    }

    & .flow_title {
        position: relative;
        z-index: 100;
        font-size: 18px;
    }

    & .flow_note {
        margin-top: 5px;
        margin-left: 1em;
        text-indent: -1em;
        font-size: 12px;
    }
}

/*------index_box07------*/
#index_box07 {
    position: relative;
}

#index_box07 .title_area {
    position: absolute;
    left: 0;
    top: -50px;
    height: 350px;
    width: 100%;
    padding: 50px 0 0;
}

#index_box07 .title_area:after {
    content: "";
    position: absolute;
    width: 68%;
    height: 100%;
    border-radius: 0 9px 9px 0;
    top: 0;
    left: -10px;
    background: linear-gradient(to left, #00994c 0%, #007d3e 100%);
}

#index_box07 .title_area .inner {
    padding-right: 310px;
    position: relative;
    z-index: 1;
}

#index_box07 .case_list {
    padding: 200px 0 0;
    margin-bottom: 70px;
}

#index_box07 .case_image {
    width: 100%;
    height: 200px;

    & img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        flex-shrink: 0;
        object-fit: cover;
        object-position: center;
        border-radius: 10px 10px 0 0;
    }
}

#index_box07 .case_text {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 15px 15px 20px;
}

#index_box07 .content_host {
    margin-top: 25px;
    font-size: 12px;
}

#index_box07 .tag {
    color: #00994C;
    background: #ffffff;
}

#main #index_box07 h3.ib_title {
    color: #ffffff;
}

#index_box07 .case_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 190px 0 0;
    margin-bottom: 40px;
}

#index_box07 .case_list li {
    background: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    position: relative;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
}

#index_box07 .content_title {
    font-size: 20px;
    font-weight: bold;
    color: #00994C;
    margin-bottom: 15px;
}

#index_box07 .cont_txt {
    font-size: 16px;
}

#index_box07 .case_btn {
    height: 50px;
}

#index_box07 .case_btn a {
    margin-left: auto;
    width: 179px;
    height: 50px;
    border-radius: 9px 0 9px 0;
    background: #00994C;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index_box07 .case_btn a:hover {
    opacity: .7;
}

#index_box07 mark {
    background-color: #CEED7E;
}

#index_box07 .ib_btn {
    margin-bottom: 40px;
}

/*------index_box08------*/
#index_box08 {
    padding: 80px 0;
    position: relative;
}

#index_box08:before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 1px;
    border-top: 1px solid #CCCCCC;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#index_box08 .ib_title {
    text-align: center;
    margin-bottom: 42px;
}

#index_box08 .b_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 1px;
}

#index_box08 .ib_txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    padding-left: 1px;
}

#index_box08 .ib_txt.txt01 {
    margin-bottom: 50px;
}

#index_box08 .ib_txt.txt02 {
    margin-bottom: 57px;
}

/*------index_box09------*/
#index_box09 {
    padding: 124px 0 122px;
    background: #ffffff;
}

#index_box09 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#index_box09 .ib_title {
    margin-bottom: 43px;
}

#index_box09 .ib_txt {
    font-size: 17px;
    font-weight: 500;
    color: #0071BC;
    line-height: 1.8;
}

/*---index_box09 group-----*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.container {
    padding: 0 10px;
}

.group {
    padding: 9.3vw 0 16vw;
}

.group_head {
    color: #4d4d4d;
    text-align: center;
    position: relative;
    padding: 0 0 5.3vw 0;
    margin-bottom: 5.2vw;
}

.group_head::after {
    content: "";
    width: 17.3vw;
    height: 3px;
    background-color: #07944f;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -8.65vw;
}

.group_head h2 {
    font-weight: bold;
    font-size: 5.3vw;
    line-height: 1.3;
    margin-bottom: 5vw;
}

.group_head p {
    font-weight: 500;
    font-size: 3.86vw;
}

.title3 {
    line-height: 1.2;
    font-weight: bold;
    font-size: 5.3vw;
    color: #00994C;
    text-align: center;
    margin-bottom: 3.3vw;
}

.faq_list:not(:last-of-type) {
    margin-bottom: 80px;
}

.faq_item {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    margin-bottom: 3.2vw;
}

.faq_item:last-child {
    margin-bottom: 0 !important;
}

.faq_item h4 {
    font-weight: bold;
    font-size: 4.4vw;
    cursor: pointer;
    color: #000;
    line-height: 1.4;
    padding: 4vw 10vw 4vw 12vw;
    position: relative;
}

.faq_item h4::before {
    content: "";
    width: 5vw;
    height: 4.4vw;
    background: url(../images/txt_q_sp.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 4.5vw;
    top: 4.8vw;
}

.faq_cont {
    padding: 0 10vw 4vw 17vw;
    position: relative;
    display: none;
}

.faq_cont::before {
    content: "";
    width: 3.4vw;
    height: 2.9vw;
    background: url(../images/txt_a_sp.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 12vw;
    top: 1.8vw;
}

.faq_cont dl dt,
.faq_cont dl dd,
.faq_cont p {
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.75;
}

.toggle_btn::after {
    content: "";
    width: 3.86vw;
    height: 2.1vw;
    background: url(../images/arrow29x16.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 3.2vw;
    top: 50%;
    margin-top: -1.05vw;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.toggle_btn.opened::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (min-width: 751px) {
    .group {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .group_head {
        padding-bottom: 15px;
        margin-bottom: 50px;
    }

    .group_head::after {
        height: 2px;
        width: 90px;
        margin-left: -45px;
    }

    .group_head h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .group_head p {
        font-size: 17px;
    }

    .title3 {
        font-size: 30px;
        margin-bottom: 33px;
    }

    .faq_list {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }

    .faq_item {
        margin-bottom: 20px;
    }

    .faq_item h4 {
        font-size: 20px;
        padding: 17px 35px 17px 85px;
    }

    .faq_item h4::before {
        background-image: url(../images/txt_q.png);
        width: 33px;
        height: 28px;
        left: 34px;
        top: 17px;
    }

    .faq_cont {
        padding: 0 35px 20px 115px;
    }

    .toggle_btn::after {
        width: 16px;
        height: 9px;
        background-image: url(../images/arrow16x9.png);
        margin-top: -5px;
        right: 30px;
    }

    .faq_cont dl dt,
    .faq_cont dl dd,
    .faq_cont p {
        font-size: 15px;
        line-height: 1.8;
    }

    .faq_cont::before {
        background-image: url(../images/txt_a.png);
        width: 21px;
        height: 18px;
        left: 85px;
        top: 4px;
    }
}

@media (width < 1024px) {
    #index_box06 .ib_flow .flow_inner li:nth-of-type(4) &::after {
        display: block;
        position: absolute;
        top: 44%;
        left: 107.5%;
        background: #22B573;
        width: 14px;
        height: 18px;
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        transform: translateX(-50%);
        content: "";
    }
}
@media (width < 768px) {
    .faq_list:not(:last-of-type) {
        margin-bottom: 10.6vw;
    }
}

/*------index_box10------*/
#index_box10 {
    padding: 85px 0;
}

#index_box10 .ib_title {
    text-align: center;
    margin-bottom: 65px;
}

#index_box10 .ib_table {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 13px;
}

#index_box10 .ib_table th,
#index_box10 .ib_table td {
    border: none;
}

#index_box10 .ib_table th {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    width: 27%;
    padding: 20px 10px 19px 41px;
    vertical-align: top;
    position: relative;
}

#index_box10 .ib_table th .tb_tag {
    position: absolute;
    background: url(../../images/ico_tag.jpg) top center no-repeat;
    background-size: cover;
    width: 52px;
    height: 27px;
    top: 17px;
    right: 8px;
}

#index_box10 .ib_table td {
    width: 73%;
    padding: 8px 38px 10px 9px;
}

#index_box10 .ib_table td.lh {
    padding: 4px 38px 18px 9px;
}

#index_box10 .ib_table td input[type="text"],
#index_box10 .ib_table td input[type="email"],
#index_box10 .ib_table td input[type="url"] {
    height: 47px;
    width: 100%;
    font-size: 12px;
    padding: 5px 13px;
    border: 1px solid #E1E1E1;
}

#index_box10 .ib_table .check_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#index_box10 .ib_table .check_list li {
    margin: 5px 52px 10px 0;
}

#index_box10 .ib_table .check_list li input {
    display: none;
}

#index_box10 .ib_table .check_list li input[type="radio"]~span {
    position: relative;
    font-size: 17px;
    font-weight: 500;
}

#index_box10 .ib_table .check_list li input[type="radio"]~span:before {
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    margin-bottom: -5px;
    margin-right: 5px;
}

#index_box10 .ib_table .check_list li input[type="radio"]:checked~span:before {
    content: ' ';
    background-image: url(../../images/radio-btn.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #DEDEDE;
    margin-bottom: -5px;
    margin-right: 5px;
}

#index_box10 .ib_table textarea {
    width: 100%;
    height: 130px;
    resize: none;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    padding: 7px 13px;
    line-height: 1.6;
}

#index_box10 .ib_table td input[type="checkbox"] {
    display: none;
}

#index_box10 .ib_table td input[type="checkbox"]~span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

#index_box10 .ib_table td input[type="checkbox"]~span:before {
    content: ' ';
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #DEDEDE;
    background: #ffffff;
    margin-bottom: -5px;
    margin-right: 15px;
}

#index_box10 .ib_table td input[type="checkbox"]:checked~span:before {
    content: ' ';
    background-image: url(../../images/check-btn.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #DEDEDE;
    margin-bottom: -5px;
    margin-right: 15px;
}

#index_box10 .r_txt {
    text-align: center;
    margin-bottom: 41px;
}

#index_box10 .r_txt a {
    font-size: 15px;
    font-weight: 500;
    color: #FF0000;
    text-decoration: underline;
}

#index_box10 .btn {
    width: 273px;
    height: 49px;
    font-size: 17px;
}


/* ------------------------------------------------------
------------------------------------------------------ */
@media screen and (max-width: 1600px) {
    #index_box03 .box_sec01 .box_frame {
        padding: 89px 15px 0 40px;
    }

    #index_box03 .row2 .box_sec01 .box_frame {
        padding: 89px 40px 0 22px
    }

    #index_box03 .box_sec02 {
        height: 32.7vw;
    }

    #index_box03 .row1 .box_sec02 .img_frame,
    #index_box03 .row2 .box_sec02 .img_frame {
        width: 29.9vw;
    }

    #index_box03 .row1 .box_sec02 .img_frame {
        padding: 30px 0 0 11px;
    }

    #index_box03 .row2 .box_sec02 .img_frame {
        padding: 30px 9px 0 0;
    }

    #index_box03 .row3 .box_sec02 .img_frame {
        width: 32.7vw;
        margin-left: 4%;
        padding: 55px 0 0 8px;
    }
}

@media screen and (max-width: 1200px) {
    #header .top_info .top_info_img {
        right: -65px;
    }

    #index_box03 .box_sec02 {
        height: 33.7vw;
    }

    #index_box03 .row1 .box_sec02:after {
        left: 125px;
    }

    #index_box03 .row2 .box_sec02:after {
        right: 125px;
    }

    #index_box03 .row3 .box_sec02:after {
        left: 160px;
    }

    #index_box03 .row1 .box_sec02 .img_frame {
        padding: 28px 0 0 11px;
    }

    #index_box03 .row2 .box_sec02 .img_frame {
        padding: 28px 9px 0 0;
    }

    #index_box03 .row3 .box_sec02 .img_frame {
        padding: 45px 0 0 8px;
    }

    #index_box07 .title_area .inner {
        padding-right: 200px;
    }
}

@media screen and (max-width: 1160px) {
    .inner {
        padding: 0 4.35%;
    }

    #header .top_info {
        margin-bottom: 3vw;
    }

    #header .top_info h1 {
        font-size: 3vw;
    }

    #header .top_info h1 span {
        font-size: 3.8vw;
    }

    #header .top_info .inner {
        padding: 30px 4.35%;
    }

    #header .top_info .top_info_txt {
        font-size: 2.4vw;
    }

    #header .top_info .tib_title {
        font-size: 1.8vw;
    }

    #header .top_info .tib_title span {
        max-width: 27vw;
        width: 100%;
    }

    #header .top_info .top_info_img {
        right: -5.5vw;
        bottom: -40%;
        width: 56vw;
        transform: translateY(-50%);
    }

    #main h2.ib_title {
        font-size: 2.9vw;
    }

    #main .tag {
        font-size: 2vw;
        height: 40px;
    }

    #index_box01 .logo_list li {
        max-width: 19vw;
    }

    #index_box03 {
        margin-bottom: 60px;
    }

    #index_box03 .ib_row {
        margin-bottom: 40px;
    }

    #index_box03 .box_sec01 .box_frame {
        padding: 70px 15px 0 40px;
    }

    #index_box03 .row2 .box_sec01 .box_frame {
        padding: 80px 40px 0 22px;
    }

    #index_box03 .ib_btn {
        padding: 20px 0;
    }

    #index_box04 .wrap_inner {
        background-size: 170%;
    }

    #index_box05 {
        padding: 85px 0 100px;
    }

    #index_box05 .service_list li:nth-child(2n) {
        margin-right: 0;
    }

    #index_box05 .service_list li:nth-child(3n) {
        margin: 20px 85px 61px 0;
    }

    #index_box05 .service_list li:nth-child(6n) {
        margin-right: 0 !important;
    }

    #index_box05 .note {
        margin-bottom: 63px;
    }

    #index_box06 {
        padding-bottom: 130px;
    }

    #index_box06 .ib_txt {
        margin-bottom: 69px;
    }

    #index_box07 .title_area:after {
        width: 85%;
    }

    #index_box07 .ib_btn {
        margin-bottom: 40px;
    }

    #index_box08 {
        padding: 100px 0 50px;
    }

    #index_box08 .b_txt {
        font-size: 1.7vw;
    }

    #index_box10 .btn {
        width: 273px;
        height: 49px;
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 1000px) {

    /* #header .top_info .top_info_img {
        bottom: 41vw;
        width: 53vw;
        z-index: 100;
    } */

    #header .top_info .btn_list .btn.y_btn {
        width: 20.9vw;
    }

    #header .top_info .btn_list .btn.w_btn {
        width: 21.4vw;
    }

    #index_box03 .row3 .box_sec01 .box_frame {
        padding: 115px 60px 0 40px;
    }

    #index_box03 .box_sec02 {
        height: 340px;
    }

    #index_box03 .row1 .box_sec02:after {
        left: 95px;
    }

    #index_box03 .row2 .box_sec02:after {
        right: 95px;
    }

    #index_box03 .row3 .box_sec02:after {
        left: 115px;
    }

    #index_box05 .service_list li {
        margin: 20px 45px 61px 0;
    }

    #index_box05 .service_list li:nth-child(3n) {
        margin: 20px 45px 61px 0;
    }

    #index_box07 .title_area {
        top: -60px;
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 768px) {
    #header .top_info h1 {
        font-size: 4.6vw;
        display: block;
        text-align: center;
    }

    #header .top_info h1 span {
        font-size: 5.2vw;
        padding: 0 4px 0px;
        line-height: 1.3;
    }

    #header .top_info .top_info_img {
        top: revert;
        bottom: -36vw;
        transform: translateY(-100%);
        z-index: 100;
    }

    #index_box03 .box_sec01 .box_frame {
        padding: 55px 15px 0 40px;
    }

    #index_box03 .row2 .box_sec01 .box_frame {
        padding: 65px 40px 0 22px;
    }

    #index_box03 .row3 .box_sec01 .box_frame {
        padding: 90px 60px 0 40px;
    }

    #index_box03 .box_sec02 {
        height: 290px;
    }

    #index_box05 .service_list li {
        margin: 20px 25px 61px 0;
    }

    #index_box05 .service_list li:nth-child(3n) {
        margin: 20px 25px 61px 0;
    }

    #index_box07 .case_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 250px 0 0;
    }
}

@media screen and (max-width: 750px) {

    #wrapper,
    #header,
    #main,
    #footer,
    .inner,
    .under .under_inner {
        width: 100% !important;
        min-width: inherit !important;
    }

    .inner {
        padding: 0 6.4vw;
    }

    .w_btn {
        border: 1px solid #FC2024;
    }

    .overlay {
        width: 100%;
        height: 100vh;
        background: rgba(51, 51, 51, 0.8);
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        transition: ease .3s all;
    }

    .overlay.active {
        display: block;
    }

    #header .header_top {
        height: 50px;
    }

    #header .header_top .inner {
        padding: 10px 15px 0 13px;
    }

    #header #top {
        padding: 0;
        margin: 0;
        max-width: 117px;
        width: 100%;
    }

    #header .hamburger {
        position: relative;
        width: 25px;
        height: 21px;
        cursor: pointer;
        display: inline-block;
        z-index: 99999;
        margin-top: 4px;
    }

    .hamburger span {
        background: #999999;
        display: block;
        position: absolute;
        height: 4px;
        transform: rotate(0deg);
        transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
        opacity: 1;
        width: 100%;
        left: 0;
    }

    .hamburger span:nth-child(1) {
        top: 0px;
    }

    .hamburger span:nth-child(2) {
        top: 8px;
    }

    .hamburger span:nth-child(3) {
        top: 16px;
    }

    .hamburger.active span:nth-child(1) {
        top: 9px;
        transform: rotate(135deg);
        border-radius: 30px;
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .hamburger.active span:nth-child(3) {
        top: 9px;
        transform: rotate(-135deg);
        border-radius: 30px;
    }

    #header .header_top .h_cont {
        width: auto;
    }

    #header .menu {
        z-index: 9999;
        position: fixed;
        height: 100vh;
        top: 0;
        right: -72%;
        background: #ffffff;
        width: 71%;
        overflow: auto;
        flex-direction: column;
        justify-content: flex-start;
        transition: transform 0.8s;
        padding: 13.2vw 0 10vw;
        margin: 0;
    }

    #header .menu.active {
        transform: translateX(-100%);
    }

    #header .menu li {
        border-top: 1px solid #d8d8d8;
        margin: 0;
    }

    #header .menu li:last-child {
        border-bottom: 1px solid #d8d8d8;
    }

    #header .menu li a {
        height: 16vw;
        color: #666666;
        font-size: 3.87vw;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8vw 0 9.2vw;
        position: relative;
    }

    #header .menu li a.und {
        text-decoration: none;
    }

    #header .menu li a:after {
        position: absolute;
        content: "";
        background: url(../../images/ico_arrow.png) no-repeat;
        background-size: cover;
        width: 2.54vw;
        height: 4.14vw;
        top: 50%;
        right: 5.5vw;
        transform: translate(0, -50%);
    }

    #header .menu li.sp_cta a {
        background: #FC2024;
        color: #ffffff;
    }

    #header .menu li.sp_cta a:after {
        background: url(../../images/ico_arrow_w.png) no-repeat;
        background-size: cover;
    }

    #header .top_info {
        margin: 50px 0 0;
        background: url(../../images/img_main_sp.jpg) top center no-repeat;
        background-size: cover;
        margin-bottom: 15vw;
    }

    #header .top_info .wrap_inner {
        background: none;
        height: auto;
    }

    #header .top_info .inner {
        padding: 0 6.4vw 47vw;
    }

    #header .top_info .info_group {
        margin: 5vw 0 0 2vw;
    }

    #header .top_info .top_info_txt {
        padding: 0 2px 2px;
        font-size: 4vw;
    }

    #header .top_info h1 {
        margin: revert;
        padding: 5vw 2vw;
        font-size: 7vw;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    #header .top_info h1 span {
        padding: 0 4px 4px;
        font-size: 8vw;
        line-height: .99;
    }

    #header .info_list {
        gap: 1.5vw;
        width: 100%;
    }

    #header .info_list li {
        padding: 5px 5vw;
        font-size: 5vw;
        border: 2px solid #00994C;
    }

    #header .top_info .tib_title {
        font-size: 3vw;
        padding: 0 0 0 0.54vw;
        margin-bottom: 1vw;
    }

    #header .top_info .tib_title span {
        max-width: 44.67vw;
    }

    #header .top_info .btn_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 10px 0 0;
    }

    #header .top_info .btn_list .btn,
    #header .top_info .btn_list .btn.w_btn,
    #header .top_info .btn_list .btn.y_btn {
        width: 67.34vw;
        height: 13.4vw;
        margin: 0 0 3.47vw 0;
        border-radius: 50px;
        font-size: 4.4vw;
    }

    #header .top_info .top_info_img {
        width: 100%;
        right: revert;
        bottom: revert;
        transform: revert;
    }

    #main {
        background: #ffffff;
    }

    #main .tag {
        font-size: 3.8vw;
        height: 7.468vw;
        width: 33.4vw;
        border-radius: 3px;
    }

    #main h2.ib_title {
        font-size: 5.4vw;
        line-height: 1.47;
    }

    #main h3.ib_title {
        font-size: 5.4vw;
        line-height: 1.47;
    }

    #main .ib_txt {
        font-size: 3.9vw;
        line-height: 1.8;
    }

    #main .btn {
        width: 84vw;
        font-size: 5vw;
        height: 16.67vw;
    }

    .ib_title.under:after {
        width: 12.3vw;
        height: 1px;
        border-bottom: 1px solid #00994C;
        border-top: none;
    }

    /*------index_box01------*/
    #index_box01 {
        padding: 0 0 3vw;
    }

    #index_box01 .ib_title {
        margin-bottom: 14px;
    }

    #index_box01 .logo_list li {
        max-width: 32.6vw;
        width: 100%;
        margin: 0 1.5vw 0;
    }

    #index_box01 .logo_list .slick-slide img {
        max-height: 40px;
    }

    #index_box01 .logo_list .slick-arrow {
        top: 6vw;
        width: 3vw;
        height: 4vw;
    }

    /*------index_box02------*/
    #index_box02 {
        border-top: 0.668vw solid #00994C;
        background: #F5F6FB url(../../images/img_bg_01_sp.jpg) top center no-repeat;
        background-size: contain;
        padding: 12vw 0 9.6vw;
        margin-bottom: 0;
    }

    #index_box02 .ib_img {
        display: none;
    }

    #index_box02 .inner {
        margin: 0;
    }

    #index_box02 .ib_box {
        border-radius: 5px;
        padding: 7.74vw 8.3vw 8.8vw;
        margin-bottom: 3.2vw;
    }

    #index_box02 .title_area {
        margin-bottom: 4vw;
    }

    #index_box02 .tag {
        margin: 0 auto 2.4vw;
    }

    #index_box02 .ib_title.under {
        line-height: 1.4;
        padding-bottom: 4.3vw;
    }

    #index_box02 .ib_list {

        & li {
            margin-left: 1em;
            font-size: 6.5vw;
            text-indent: -1em;
        }
    }

    #index_box02 .note {
        font-size: 3.3vw;
        text-align: center;
        margin: 0;
        line-height: 1.7;
    }

    /*------index_box03------*/
    #index_box03 {
        padding-bottom: 0;
        margin-bottom: 0;
        background: #F5F6FB;
    }

    #index_box03 .ib_row,
    #index_box03 .ib_row.row2 {
        margin-bottom: 0;
    }

    #index_box03 .ib_row,
    #index_box03 .ib_row.row2 {
        flex-direction: column-reverse;
    }

    #index_box03 .box_sec01,
    #index_box03 .box_sec02,
    #index_box03 .row3 .box_sec01,
    #index_box03 .row3 .box_sec02 {
        width: 100%
    }

    #index_box03 .row1 .box_sec01 .box_frame {
        background: url(../../images/img_bg_06_sp.png) no-repeat;
        background-size: 71.9vw 56vw;
        background-position: top 2vw right 17vw;
        padding: 8.8vw 6.4vw 8vw 6.4vw;
        max-width: 100%;
    }

    #index_box03 .row2 .box_sec01 .box_frame {
        background: url(../../images/img_bg_07_sp.png) no-repeat;
        background-size: 71.9vw 56vw;
        background-position: top 4vw right 17vw;
        padding: 8.8vw 6.4vw 8vw 6.4vw;
        max-width: 100%;
    }

    #index_box03 .row3 .box_sec01 .box_frame {
        background: url(../../images/img_bg_08_sp.png) no-repeat;
        background-size: 73.4vw 56vw;
        background-position: top 3vw right 16vw;
        padding: 8.8vw 6.4vw 8vw 6.4vw;
        max-width: 100%;
    }

    #index_box03 .box_sec01 .box_frame .ib_title {
        margin-bottom: 16px;
    }

    #index_box03 .box_sec02,
    #index_box03 .row2 .box_sec02 {
        height: 71vw;
        justify-content: center;
    }

    #index_box03 .row1 .box_sec02:after,
    #index_box03 .row3 .box_sec02:after {
        left: 6.4vw;
    }

    #index_box03 .row2 .box_sec02:after {
        right: 6.4vw;
    }

    #index_box03 .row1 .box_sec02 .img_frame {
        width: 62.2vw;
        padding: 4.4vw 0 0 0;
    }

    #index_box03 .row2 .box_sec02 .img_frame {
        width: 63.2vw;
        padding: 4.4vw 0 0 0;
    }

    #index_box03 .row3 .box_sec02 .img_frame {
        width: 68.8vw;
        padding: 7.5vw 0 0;
    }

    #index_box03 .ib_btn {
        padding: 7.4vw 0 16vw;
    }

    /*------index_box04------*/
    #index_box04 {
        background: #ffffff url(../../images/img_bg_05_sp.png) top center no-repeat;
        background-size: contain;
        height: auto;
        padding: 60.2vw 0 36vw;
        border-bottom: none;
    }

    #index_box04 .wrap_inner {
        height: auto;
        padding: 0;
        background: none;
    }

    #index_box04 .tag {
        border: none;
        margin: 0 auto 2.7vw;
    }

    #index_box04 .ib_title {
        padding: 0;
        margin-bottom: 7.8vw;
    }

    #index_box04 .ib_title.under:after {
        width: 0;
        height: 0;
        border: none;
    }

    /*------index_box05------*/
    #index_box05 {
        padding: 0;
        background: transparent;
        margin: -22vw 0 16.2vw;
    }

    #index_box05 .service_list {
        margin-bottom: 15px;
    }

    #index_box05 .service_list li,
    #index_box05 .service_list li:nth-child(3n) {
        margin: 0 0 10.67vw;
        width: 100%;
    }

    #index_box05 .service_list li:nth-child(2) {
        margin-bottom: 34px
    }

    #index_box05 .service_list li:nth-child(3) {
        margin-bottom: 28px
    }

    #index_box05 .service_list li:nth-child(4) {
        margin-bottom: 35px
    }

    #index_box05 .service_list li:nth-child(5) {
        margin-bottom: 60px
    }

    #index_box05 .service_list li:nth-child(6) {
        margin-bottom: 12vw;
    }

    #index_box05 .service_list li .ser_thumb {
        max-width: 9.6vw;
        width: 100%;
        margin: 0 auto 0.8vw;
    }

    #index_box05 .service_list li .ser_title {
        font-size: 4.44vw;
        margin-bottom: 2vw;
    }

    #index_box05 .service_list li .ser_txt {
        font-size: 3.9vw;
        line-height: 1.8;
    }

    #index_box05 .note {
        font-size: 3.81vw;
        padding-left: 0;
        margin-bottom: 13.4vw;
    }

    /*------index_box06------*/
    #index_box06 {
        padding-bottom: 16.27vw;
    }

    #index_box06 .tag {
        margin: 0 auto 2.7vw;
    }

    #index_box06 .ib_title {
        margin-bottom: 9.4vw;
    }

    #index_box06 .ib_txt {
        max-width: 63.335vw;
        width: 100%;
        margin: 0 auto 16.27vw;
        line-height: 0;
    }

    #index_box06 .title_area {
        display: block;

        & ul {
            width: 40%;
            margin-left: auto;
        }

        & li {
            padding: 0px 5px;
            width: 100%;
            font-size: 3.8vw;
        }
    }

    #index_box06 .ib_flow {
        grid-template-columns: 1fr;
        row-gap: 25px;

        & .flow_inner {
            height: 75px;

            li:not(:last-of-type) &::after {
                top: 82px;
                left: 50%;
                width: 18px;
                height: 14px;
                clip-path: polygon(50% 100%, 0 0, 100% 0);
                transform: translateX(-50%);
            }

            li:nth-of-type(4) &::after {
                display: block;
                position: absolute;
                background: #22B573;
                content: "";
            }

            li:nth-of-type(5) &::after {
                top: 124px;
            }

            li:nth-of-type(7) &::after {
                top: 120px;
            }
        }

        & .flow_num {
            font-size: 10vw;
        }

        & .flow_note {
            height: 3.4em;
        }
    }

    #index_box06 li,
    #index_box06 .flow_title {
        font-size: 100%;
    }

    /* index_box07 */
    #index_box07 {
        background: #F5F6FB;
        padding-bottom: 5vw;
    }

    #index_box07 .title_area {
        top: 0;
        padding: 9.5vw 0 15.54vw;
        height: auto;
    }

    #index_box07 .title_area:after {
        width: 110%;
        border-radius: 0;
    }

    #index_box07 .title_area .inner {
        padding: 0 3.3%;
    }

    #index_box07 .title_area .tag {
        margin: 0 auto 2.7vw;
    }

    #index_box07 .title_area .ib_title {
        text-align: center;
    }

    #index_box07 .case_list {
        grid-template-columns: 1fr;
        grid-template-rows: revert;
        padding: 48.6vw 0 0;
        margin-bottom: revert;
    }

    #index_box07 .case_list li {
        grid-template-rows: revert;
        border-radius: 5px;
        margin-bottom: 7vw;
    }

    #index_box07 .case_image {
        height: 55vw;

        & img {
            border-radius: 5px 5px 0 0;
        }
    }

    #index_box07 .case_title {
        font-size: 4.4vw;
        padding: 0 5.1vw 5.4vw;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 4.6vw;
    }

    #index_box07 .cont_txt {
        font-size: 4vw;
    }

    #index_box07 .case_btn {
        height: revert;
    }

    #index_box07 mark {
        background: #ffffff;
    }

    #index_box07 .case_btn a {
        max-width: 41.5vw;
        width: 100%;
        height: 12.8vw;
        border-radius: 5px 0 5px 0;
        font-size: 3.9vw;
    }

    #index_box07 .ib_btn {
        margin-bottom: 0;
    }

    /*------index_box08------*/
    #index_box08 {
        padding: 15.4vw 0 15.4vw;
        background: #F5F6FB;
    }

    #index_box08:before {
        width: 87.2vw;
    }

    #index_box08 .ib_title {
        margin-bottom: 6.7vw;
    }

    #index_box08 .b_txt {
        font-size: 4.4vw;
        margin-bottom: 4vw;
    }

    #index_box08 .ib_txt.txt01,
    #index_box08 .ib_txt.txt02 {
        margin-bottom: 8vw;
    }

    /*------index_box09------*/
    #index_box09 {
        padding: 15vw 0 14vw;
    }

    #index_box09 .inner {
        display: block;
    }

    #index_box09 .ib_title {
        margin-bottom: 5vw;
        text-align: center;
    }

    #index_box09 .ib_txt {
        padding-left: 0;
        padding-right: 10px;
        line-height: 1.7;
    }

    /*------index_box10------*/
    #index_box10 {
        padding: 55px 0 61px;
        background: #F4F6FB;
    }

    #index_box10 .ib_title {
        margin-bottom: 5.4vw;
    }

    #index_box10 .ib_table {
        margin: 0;
    }

    #index_box10 .ib_table th {
        width: 100% !important;
        display: block !important;
        font-size: 4.4vw;
        padding: 1.1vw 1vw;
    }

    #index_box10 .ib_table th .s_tag {
        position: relative;
        padding-right: 9vw;
    }

    #index_box10 .ib_table th .s_tag:after {
        content: "";
        position: absolute;
        background: url(../../images/ico_tag_sp.jpg) no-repeat;
        background-size: 100% auto;
        width: 6.935vw;
        height: 3.875vw;
        right: 0;
        top: 0.54vw;
    }

    #index_box10 .ib_table td {
        width: 100% !important;
        display: block !important;
        padding: 0 0.5vw 2vw 0.5vw;
    }

    #index_box10 .ib_table td.lh {
        padding: 0px 0.5vw 5vw 0.5vw;
    }

    #index_box10 .ib_table td input[type="text"],
    #index_box10 .ib_table td input[type="email"] {
        height: 15.6vw;
        padding: 1vw 2vw;
        font-size: 3.3vw;
    }

    #index_box10 .ib_table .check_list {
        flex-direction: column;
        align-items: flex-start;
    }

    #index_box10 .ib_table .check_list li {
        margin: 0 0 3vw 0;
    }

    #index_box10 .ib_table .check_list li:last-child {
        margin: 0;
    }

    #index_box10 .ib_table .check_list li input[type="radio"]~span {
        font-size: 4.4vw;
    }

    #index_box10 .ib_table .check_list li input[type="radio"]~span:before {
        width: 6vw;
        height: 6vw;
        margin-bottom: -1.2vw;
        margin-right: 2vw;
    }

    #index_box10 .ib_table .check_list li input[type="radio"]:checked~span:before {
        width: 6vw;
        height: 6vw;
        margin-bottom: -1.2vw;
        margin-right: 2vw;
    }

    #index_box10 .ib_table textarea {
        font-size: 3.3vw;
        height: 39.4vw;
        padding: 3.4vw 4vw;
    }

    #index_box10 .ib_table tr:last-child td {
        padding: 1vw 0.5vw 1.5vw;
        line-height: 1.5;
    }

    #index_box10 .ib_table td input[type="checkbox"]~span {
        padding-left: 25px;
        display: flex;
        font-size: 4.4vw;
    }

    #index_box10 .ib_table td input[type="checkbox"]~span:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 6vw;
        height: 6vw;
    }

    #index_box10 .ib_table td input[type="checkbox"]:checked~span:before {
        width: 6vw;
        height: 6vw;
    }

    #index_box10 .r_txt {
        margin-bottom: 13.4vw;
    }

    #index_box10 .r_txt a {
        font-size: 3.3vw;
    }

    #index_box10 .btn {
        height: 13.335vw;
    }
}
