@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

*, :after, :before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
}

main {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
    margin: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

embed, iframe, img, object {
    vertical-align: bottom;
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
    cursor: default;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

select::-ms-expand {
    display: none;
}

fieldset, option {
    padding: 0;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    /*cursor: pointer;*/
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable] {
    outline: 0;
}

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

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: 700;
}

[hidden], template {
    display: none;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 768px) {
    html {
        /*font-size: 37.5%;*/
    }
}

body {
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    color: #242323;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

body.no-scroll {
    position: relative;
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4 {
    letter-spacing: 0.1em;
}

p,
li,
a,
th,
td,
dt,
dd,
blockquote,
strong,
u,
em,
label,
input {
    font-size: 1.6rem;
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    p,
    li,
    a,
    th,
    td,
    dt,
    dd,
    blockquote,
    strong,
    u,
    em,
    label,
    input {
        font-size: 12px;
    }
}

p, a, dt, dd {
    letter-spacing: 0.1em;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.flex {
    display: flex;
}

.container {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: calc(100% - 15px);
    }
}

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

br.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    br.sp {
        display: inline-block;
    }
}

header {
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    header {
        /*position: fixed;*/
        width: 100%;
        z-index: 999;
        padding-bottom: 34px;
    }
}

header .sp-header {
    display: none;
    top: 0;
}

@media screen and (max-width: 768px) {
    header .sp-header {
        display: block;
        color: #ffffff;
        background: #fff;
        text-align: center;
        position: relative;
        z-index: 999;
    }

    header .sp-header img {
        width: 180px;
    }
}

.sp-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-header-flex .logo {
    width: 150px;
}

header .sp-header button {
    font-size: 1.8rem;
    padding: 1rem 0;
}

header .sp-header button span.ico {
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 11px;
}

header .sp-header button span.ico:before, header .sp-header button span.ico:after {
    content: '';
}

header .sp-header button span.ico:before, header .sp-header button span.ico:after, header .sp-header button span.ico i {
    display: inline-block;
    width: 100%;
    height: 3px;
    line-height: 3px;
    background: #009B73;
    position: absolute;
    left: 0;
}

header .sp-header button span.ico:before {
    top: 0;
}

header .sp-header button span.ico:after {
    bottom: 0;
}

header .sp-header button span.ico i {
    top: 50%;
    margin-top: -1px;
}

header .h-inner {
    padding: 1.5rem 4rem 1.5rem 0;
}

@media screen and (max-width: 768px) {
    header .h-inner {
        padding: 5rem 0;
        background-color: rgba(229, 224, 218, 0.9);
        position: absolute;
        width: 100%;
        z-index: 1;
        transform: translateY(-150%);
        transition: all 0.4s;
    }
}

header .h-inner.open {
    transform: translateY(0%);
    transition: all 0.4s;
}

.header .logo {
    width: 200px;
}

.header .logo img {
    width: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header .h-inner ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

header .h-inner ul li a i {
    margin-right: 5px;
}

@media screen and (max-width: 1200px) {
    .header .logo {
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    header .h-inner ul {
        flex-direction: column;
        justify-content: center;
    }

    .header {
        display: block;
    }

    .header .logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header .h-inner ul li {
        margin-bottom: 2rem;
    }
}

header .h-inner ul li a {
    font-size: 1.8rem;
    color: #242323;
}

header .h-inner ul li a:hover {
    color: #009B73;
    transition: all 0.2s;
}

header .h-inner ul li:after {
    content: '/';
    display: inline-block;
    margin: 0 1.5rem;
    position: relative;
    top: -2px;
}

@media screen and (max-width: 1200px) {
    header .h-inner ul li a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    header .h-inner ul li:after {
        content: none;
    }
}

header .h-inner ul li:nth-child(4):after, header .h-inner ul li:last-child:after {
    content: none;
}

header .h-inner ul li:last-child {
    background-color: #7bb928;
    text-align: center;
    border-radius: 5px;
    margin-left: 2rem;
}

@media screen and (max-width: 768px) {
    header .h-inner ul li:last-child {
        margin-left: 0;
    }
}

header .h-inner ul li:last-child:hover {
    opacity: 0.7;
}

header .h-inner ul li:last-child a {
    color: #ffffff;
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    display: block;
}

@media screen and (max-width: 1200px) {
    header .h-inner ul li:last-child a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    header .h-inner ul li:last-child a {
        padding: 0.5rem 2rem;
    }
}

footer {
    background-color: #4d4d4d;
}

footer .f-inner {
    padding: 1rem 4rem 1rem 0;
    text-align: center;
}

footer .f-inner p {
    color: #ffffff;
    font-size: 1.5rem;
}

.btn01 {
    color: #000;
    background-color: #7bb928;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    padding: 0.7rem 1.3rem 0.7rem 1.5rem;
    border-radius: 6px;
}

.btn02 {
    color: #000;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    padding: 0.7rem 1.3rem 0.7rem 1.5rem;
    border: 1px solid #7bb928;
    border-radius: 6px;
}

.btn03 {
    color: #ffffff;
    text-align: center;
    background-color: #009B73;
    padding: 1rem 3.5rem;
    border-radius: 25px;
    letter-spacing: 0.1em;
}

.form-step form {
    border-left: 1px solid #B7B6B6;
    border-right: 1px solid #B7B6B6;
    border-bottom: 1px solid #B7B6B6;
    border-radius: 0 0 10px 10px;
}

.form-step input[type="button"]:hover,
.form-step input[type="submit"]:hover {
    opacity: 0.7;
}

.form-step .form-wrap {
    max-width: 875px;
    padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
    .form-step .form-wrap {
        max-width: 90%;
    }
}

.form-step .form-container {
    max-width: 685px;
}

@media screen and (max-width: 768px) {
    .form-step .form-container {
        max-width: 100%;
    }
}

.form-step .form-item {
    align-items: baseline;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .form-step .form-item {
        flex-wrap: wrap;
    }
}

.form-step .form-item.button {
    background-color: #F4F4F4;
    margin: 100px 0 0;
    padding: 1.4rem 0 1.8rem;
    border-radius: 0 0 9px 9px;
}

@media screen and (max-width: 768px) {
    .form-step .form-item.button {
        justify-content: center;
    }
}

.form-step .form-item.button .row {
    margin: 0 2%;
}

.form-step .form-item.button .row.row_1 {
    margin-bottom: 2rem;
}

.form-step .form-item.button .row.row_2 {
    text-align: end;
    margin-bottom: 3rem;
}

.form-step .form-item.button .row button {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
}

@media screen and (max-width: 768px) {
    .form-step .form-item.button .flex {
        justify-content: center;
    }
}

.form-step .form-item.button .item-l {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .form-step .form-item.button .item-l {
        display: inline-block;
        width: auto;
    }
}

.form-step .form-item.button .item-l .btn02 {
    width: 70px;
}

.form-step .form-item.button .item-r {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .form-step .form-item.button .item-r {
        display: inline-block;
        width: auto;
    }
}

.form-step .form-item.button input {
    text-align: center;
    margin: 0 1rem;
}

.form-step .form-item .item-l {
    width: 46%;
    text-align: end;
    justify-content: end;
    align-items: baseline;
}

@media screen and (max-width: 768px) {
    .form-step .form-item .item-l {
        width: 100%;
        text-align: start;
        justify-content: left;
        margin-bottom: 1rem;
    }
}

.form-step .form-item .item-l label {
    max-width: 338px;
    display: block;
}

.form-step .form-item .item-l span {
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
    margin: 0 1rem;
    padding: 0 0.8rem 0.1rem;
    border-radius: 2px;
    max-height: 20px;
}

.form-step .form-item .item-l span.required {
    color: #E62323;
    border: 1px solid #E62323;
}

.form-step .form-item .item-l span:not(.required) {
    color: #1FA4EA;
    border: 1px solid #2CA9EB;
}

.form-step .form-item .item-r {
    width: 54%;
    max-width: 370px;
}

@media screen and (max-width: 768px) {
    .form-step .form-item .item-r {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
}

.form-step .form-item .item-r p {
    font-size: 1rem;
    color: #848484;
}

.form-step .form-item .item-r a {
    font-size: 1rem;
    line-height: 1;
    color: #246FE8;
    text-decoration: underline;
    cursor: pointer;
}

.form-step .form-item .item-r a:hover {
    text-decoration: none;
}

.form-step .form-item .item-r span.border {
    display: inline-block;
    background-color: #262525;
    height: 2px;
    margin: 0 2%;
    padding: 0 1.8%;
}

.form-step .form-item .item-r label {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .form-step .form-item .item-r a,
    .form-step .form-item .item-r p {
        font-size: 10px;
    }

    .form-step .form-item .item-r label {
        font-size: 14px;
    }
}

.form-step .form-item .item-r .item01 {
    margin-right: 2rem;
}

.form-step .form-item .select {
    position: relative;
}

.form-step .form-item .select:after {
    content: '';
    background: url("/img/arrow.svg") no-repeat center/contain;
    display: inline-block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 2%;
}

.form-step .form-item input[type="text"],
.form-step .form-item input[type="number"],
.form-step .form-item input[type="tel"] {
    font-size: 1.3rem;
    box-shadow: 0 0 8px 0 rgba(163, 158, 158, 0.58);
    padding: 0.6rem 1.3rem;
    border-radius: 6px;
    width: 100%;
}


@media screen and (max-width: 768px) {
    .form-step .form-item input[type="text"],
    .form-step .form-item input[type="number"],
    .form-step .form-item input[type="tel"] {
        font-size: 14px;

    }
}

.form-step .form-item input[type="text"]::-webkit-input-placeholder,
.form-step .form-item input[type="number"]::-webkit-input-placeholder,
.form-step .form-item input[type="tel"]::-webkit-input-placeholder {
    color: #B7B7B7;
}

.form-step .form-item input[type="text"]:-ms-input-placeholder,
.form-step .form-item input[type="number"]:-ms-input-placeholder,
.form-step .form-item input[type="tel"]:-ms-input-placeholder {
    color: #B7B7B7;
}

.form-step .form-item input[type="text"]::-ms-input-placeholder,
.form-step .form-item input[type="number"]::-ms-input-placeholder,
.form-step .form-item input[type="tel"]::-ms-input-placeholder {
    color: #B7B7B7;
}

.form-step .form-item input[type="text"]::-moz-placeholder,
.form-step .form-item input[type="number"]::-moz-placeholder,
.form-step .form-item input[type="tel"]::-moz-placeholder {
    color: #B7B7B7;
}

.form-step .form-item input[type="text"]::placeholder,
.form-step .form-item input[type="number"]::placeholder,
.form-step .form-item input[type="tel"]::placeholder {
    color: #B7B7B7;
}

.form-step .form-item input[type="tel"].w-24 {
    width: 24%;
}

.form-step .form-item input[type="text"].w-33 {
    width: 33%;
}

.form-step .form-item input[type="tel"].w-65 {
    width: 65%;
    margin-right: 1.4rem;
}

.form-step .form-item input[type="button"] {
    font-size: 1.4rem;
}

.form-step .form-item input[type="submit"] {
    font-size: 1.2rem;
}

.form-step .form-item select {
    width: 100%;
    font-size: 1.2rem;
    box-shadow: 0 0 8px 0 rgba(163, 158, 158, 0.58);
    padding: 0.8rem 1.3rem;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .form-step .form-item input[type="button"],
    .form-step .form-item input[type="submit"] {
        font-size: 14px;
    }

    .form-step .form-item select {
        font-size: 14px;
    }
}

.form-step input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: -0.25rem;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    border: 1px solid #242323;
    cursor: pointer;
    display: inline-block;
    margin: 0.4rem;
    outline: none;
    border-radius: 50%;
}

.form-step input[type="radio"]:checked {
    background-color: rgba(111, 110, 110, 0.7);
}

.form-step input[type="radio"]:checked:before {
    transform: scale(1);
}

.form-step input[type="radio"]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    border: #242323;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal.show {
    opacity: 1;
    transition: opacity .3s;
}

.modal .modal-wrap {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.modal .modal-inner {
    background-color: #ffffff;
    width: 76.56vw;
    max-width: 980px;
    min-width: 760px;
    margin-bottom: 7%;
    padding: 5.5rem;
}

@media screen and (max-width: 768px) {
    .modal .modal-inner {
        width: 95vw;
        min-width: auto;
        padding: 2rem;
    }
}

.modal .border {
    margin-bottom: 1rem;
    padding: 1.6rem 2.5rem;
    border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
    .modal .border {
        padding: 1rem 1.6rem;
    }
}

.modal h3 {
    font-size: 2.2rem;
    margin-bottom: 6.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #009B73;
}

@media screen and (max-width: 768px) {
    .modal h3 {
        font-size: 2rem;
    }
}

.modal p {
    margin-bottom: 1em;
    line-height: 2;
}

.modal p.annotation {
    font-size: 1.4rem;
}

.modal table,
.modal tr,
.modal th,
.modal td {
    border: 2px solid #707070;
    font-size: 1.4rem;
    vertical-align: middle;
}

.modal table {
    margin: 10rem 0 3rem;
    width: 100%;
}

.modal th {
    text-align: center;
    padding: 0.8rem 0;
}

.modal td:first-child {
    padding: 0.8rem 2.4rem 0.8rem 0.8rem;
    width: 22%;
}

.modal td:not(:first-child) {
    min-width: 25%;
    text-align: center;
}

.modal .btn-wrap {
    text-align: center;
    margin-top: 6rem;
}

.modal .btn-wrap button {
    font-size: 1.2rem;
    padding: 1rem 0;
    width: 88px;
}

.container {
    max-width: 1200px;
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: calc(100% - 15px);
    }
}

.mv {
    margin: 0rem auto 9rem;
}

.top .mv {
    width: 90%;
}

.top .mv img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .top .mv {
        width: 100%;
    }

    .mv {
        margin: 0 0 7.2rem;
        padding-top: 9.4rem;
    }
}

h2 {
    color: #009B73;
    font-size: 4.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 3.6rem;
    }
}

h2 span {
    color: #242323;
    display: inline-block;
    margin: 0 1.5rem;
}

h3 {
    font-weight: bold;
}

.sec_ttl {
    text-align: center;
}

.sec01 {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .sec01 {
        margin-top: 6.4rem;
    }
}

.sec01 .sec_ttl {
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .sec01 .sec_ttl {
        margin-bottom: 4.8em;
    }
}

.sec01 .sec_ttl p {
    font-size: 2.1rem;
    font-weight: bold;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .sec01 .sec_ttl p {
        font-size: 1.8rem;
    }
}

.sec01 .sec_content {
    max-width: 73%;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .sec01 .sec_content {
        max-width: 100%;
    }
}

.sec01 .content-item {
    padding: 2rem 3.5rem;
    border-bottom: 1px solid #808080;
}

@media screen and (max-width: 768px) {
    .sec01 .content-item {
        padding: 1.5rem 2.5rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 599px) {
    .sec01 .content-item {
        padding: 1.5rem 0.5rem;
    }
}

.sec01 dl {
    font-weight: bold;
}

.sec01 dl dt {
    margin-right: 8rem;
}

@media screen and (max-width: 768px) {
    .sec01 dl dt {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.sec01 dl dt:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/top_ico01.svg") no-repeat center/contain;
    width: 18px;
    height: 21px;
    margin-right: 1.2rem;
    top: 3px;
}

.sec01 dl dd:hover {
    opacity: 0.7;
}

.sec02 {
    margin-bottom: 10rem;
    background: url("/img/campaign/top_bg01.png") no-repeat center/cover;
    padding: 8rem 0 9.5rem;
}

@media screen and (max-width: 768px) {
    .sec02 {
        padding: 6.4rem 0 7.6rem;
    }
}

.sec02 .sec_ttl {
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .sec02 .sec_ttl {
        margin-bottom: 4.8rem;
    }
}

.sec02 .sec_ttl p {
    font-size: 2.1rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sec02 .sec_ttl p {
        font-size: 1.8rem;
    }
}

.sec02 p.lead {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
    .sec02 p.lead {
        font-size: 1.8rem;
        margin-bottom: 9.6rem;
    }
}

.sec02 .border-box {
    background-color: #ffffff;
    padding: 8rem 4rem;
    border: 1px solid #000;
    border-radius: 26px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box {
        padding: 6.4rem 2.8rem;
    }
}

.sec02 .border-box h3 {
    font-size: 2.8rem;
    background-color: #ffffff;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
    padding: 2rem 6.5rem;
    border: 1px solid #292e49;
    border-radius: 8px;
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box h3 {
        font-size: 2.5rem;
        padding: 1.6rem 1rem;
        width: 75%;
        text-align: center;
        top: -22px;
    }
}

.sec02 .border-box h3:before, .sec02 .border-box h3:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sec02 .border-box h3:before {
    border-color: rgba(41, 46, 73, 0);
    border-top-color: #292e49;
    border-width: 24px;
    margin-left: -24px;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box h3:before {
        border-width: 18px;
        margin-left: -18px;
    }
}

.sec02 .border-box h3:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 22px;
    margin-left: -22px;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box h3:after {
        border-width: 17px;
        margin-left: -17px;
    }
}

.sec02 .border-box p.desc {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4.5rem;
}

.sec02 .border-box .flex {
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .flex {
        flex-wrap: wrap;
    }
}

.sec02 .border-box .box-item {
    width: 31%;
    border: 5px;
    border-radius: 5px;
    background-color: #7bb928;
}

.sec02 .border-box .box-item2 {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .box-item {
        width: 100%;
        margin: 0 auto 4rem;
    }
}

.sec02 .border-box .box-item h4 {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    padding: 2rem 0;
}

@media screen and (max-width: 1024px) {
    .sec02 .border-box .box-item h4 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .box-item h4 {
        font-size: 2.2rem;
    }
}

.sec02 .border-box .box-item .box-inner {
    background-color: #ffffff;
    margin: 0 0.7rem 1rem;
    padding: 3rem 2rem 2.5rem;
    min-height: 228px;
    max-height: 228px;
    flex-direction: column;
    display: block;
}

@media screen and (max-width: 992px) {
    .sec02 .border-box .box-item .box-inner {
        min-height: 330px;
        max-height: 330px;
    }
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .box-item .box-inner {
        min-height: auto;
    }
}

.sec02 .border-box .box-item .box-inner p {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .sec02 .border-box .box-item .box-inner p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .box-item .box-inner p {
        margin-bottom: 5rem;
    }
}

.sec02 .border-box .box-item .box-inner p span {
    color: #009B73;
    font-weight: bold;
}

.sec02 .border-box .box-item .box-inner a {
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #7bb928;
    padding: 0.6rem 0;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .sec02 .border-box .box-item .box-inner a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {
    .sec02 .border-box .box-item .box-inner a {
        font-size: 2rem;
        width: 45%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 599px) {
    .sec02 .border-box .box-item .box-inner a {
        width: 90%;
    }
}

.sec02 .border-box .box-item .box-inner a:hover {
    opacity: 0.7;
}

.sec03 .sec_ttl {
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .sec03 .sec_ttl {
        margin-bottom: 4.8rem;
    }
}

.sec03 .sec_ttl p {
    font-size: 2.1rem;
    color: #666666;
}

@media screen and (max-width: 768px) {
    .sec03 .sec_ttl p {
        font-size: 1.8rem;
    }
}

.sec03 .sec_content.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec03 .content-item {
    border: 1px solid #000;
    position: relative;
    margin-bottom: 6rem;
    border-radius: 5px;
    width: 100%;
}

.sec03 .content-item:not(:last-child) {
    width: 32%;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item:not(:last-child) {
        width: 49%;
    }
}

@media screen and (max-width: 599px) {
    .sec03 .content-item:not(:last-child) {
        width: 100%;
    }
}

.sec03 .content-item .item-l {
    max-width: 45%;
}

.sec03 .content-item .item-l img {
    width: auto;
    max-height: 240px;
}

@media screen and (max-width: 1024px) {
    .sec03 .content-item .item-l img {
        max-height: 200px;
    }
}

.sec03 .content-item .item-r {
    max-width: 53%;
}

.sec03 .content-item.item01 .item-inner img {
    max-height: 80px;
}

.sec03 .content-item.item01 .item-inner p {
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item01 .item-inner p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item01 .download {
        justify-content: center;
    }
}

.sec03 .content-item.item01 .download .item-l {
    margin-right: 1rem;
}

.sec03 .content-item.item01 .download a {
    display: block;
}

.sec03 .content-item.item01 .download a:hover {
    opacity: 0.7;
}

.sec03 .content-item.item02, .sec03 .content-item.item06 {
    padding-top: 1rem;
}

.sec03 .content-item.item02 .item-inner p, .sec03 .content-item.item06 .item-inner p {
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item02 .item-inner p, .sec03 .content-item.item06 .item-inner p {
        font-size: 1.6rem;
    }
}

.sec03 .content-item.item02 .item-inner p.item-head, .sec03 .content-item.item06 .item-inner p.item-head {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item02 .item-inner p.item-head, .sec03 .content-item.item06 .item-inner p.item-head {
        font-size: 2rem;
    }
}

.sec03 .content-item.item02 .item-inner .item-l, .sec03 .content-item.item06 .item-inner .item-l {
    margin-right: 2rem;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item02 .item-inner .item-l img, .sec03 .content-item.item06 .item-inner .item-l img {
        height: 220px;
    }
}

@media screen and (max-width: 599px) {
    .sec03 .content-item.item02 .item-inner .item-l img, .sec03 .content-item.item06 .item-inner .item-l img {
        height: 235px;
    }
}

.sec03 .content-item.item03, .sec03 .content-item.item04 {
    padding-top: 1rem;
}

.sec03 .content-item.item03 .item-inner p, .sec03 .content-item.item04 .item-inner p {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item03 .item-inner p, .sec03 .content-item.item04 .item-inner p {
        font-size: 2rem;
    }
}

.sec03 .content-item.item03 .item-inner .item-l, .sec03 .content-item.item04 .item-inner .item-l {
    margin-right: 2rem;
}

.sec03 .content-item.item05 img {
    max-height: 96px;
    margin-bottom: 3rem;
}

.sec03 .content-item.item05 p {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item05 p {
        font-size: 2rem;
    }
}

.sec03 .content-item.item05 p:first-of-type {
    margin-bottom: 3rem;
}

.sec03 .content-item.item07 p.num {
    top: -22%;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item07 p.num {
        top: -14%;
    }
}

.sec03 .content-item.item07 p {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item.item07 p {
        font-size: 2rem;
    }
}

.sec03 .content-item p:not(.num) {
    color: #666666;
}

.sec03 .content-item p.num {
    font-size: 6rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    position: absolute;
    top: -8%;
    left: 40px;
}

@media screen and (max-width: 1024px) {
    .sec03 .content-item p.num {
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sec03 .content-item p.num {
        font-size: 5.5rem;
        top: -6%;
        left: 20px;
    }
}

.sec03 .content-item p img {
    display: inline-block;
    margin-right: 0.2rem;
}

.sec03 .content-item p span {
    color: #009B73;
}

.sec03 .content-item .item-inner {
    padding: 4rem 2rem 3rem;
}

@media screen and (max-width: 768px) {
    .sec03 .content-item .item-inner {
        padding: 6rem 4rem 4.5rem;
    }
}

.top_register {
    background: url("/img/campaign/top_bg02.jpeg") no-repeat center/cover;
    padding: 12rem 0;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .top_register {
        padding: 7rem 0;
        margin-bottom: 4rem;
    }
}

.top_register .link-wrap {
    width: 69.2%;
    max-width: 830px;
}

@media screen and (max-width: 768px) {
    .top_register .link-wrap {
        width: auto;
        max-width: 70%;
    }
}

.top_register .link-wrap a {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #009B73;
    background-color: #ffffff;
    border: 3px solid #7bb928;
    border-radius: 12px;
    padding: 4rem 0;
    box-shadow: 0 2px 0 0 #009B73;
}

@media screen and (max-width: 768px) {
    .top_register .link-wrap a {
        font-size: 2.6rem;
        padding: 3.2rem 0;
    }
}

.top_register .link-wrap a:hover {
    opacity: 0.8;
}

.top_register .link-wrap a:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/top_ico03.svg") no-repeat center/contain;
    width: 55px;
    height: 44px;
    margin-right: 1.2rem;
    top: 10px;
}

@media screen and (max-width: 768px) {
    .top_register .link-wrap a:before {
        width: 40px;
        height: 33px;
    }
}

.sec04 {
    margin-bottom: 5rem;
}

.sec04 .flex {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .sec04 {
        margin-bottom: 4rem;
    }

    .sec04 .flex {
        display: block;
    }
}

.sec04 h3 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.77;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .sec04 h3 {
        font-size: 2.2rem;
        margin-bottom: 4rem;
    }
}

.footer {
    border-top: 3px solid #009B73;
    margin-top: 90px;
}

.sec04 p.content-head {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .sec04 p.content-head {
        font-size: 1.8rem;
        margin-bottom: 3.2rem;
    }

    .footer_logo {
        width: 250px;
    }
}

.sec04 p.content-head:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/top_line01.svg") no-repeat center/contain;
    width: 17px;
    height: 32px;
    margin-right: 1.2rem;
    top: 10px;
}

.sec04 p.content-head:after {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/top_line02.svg") no-repeat center/contain;
    width: 17px;
    height: 32px;
    margin-left: 1.2rem;
    top: 10px;
}

.sec04 .sec_content {
    justify-content: space-around;
}

.sec04 .sec_content a {
    color: #009B73;
}

@media screen and (max-width: 768px) {
    .sec04 .sec_content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.sec04 .sec_content .content-l, .sec04 .sec_content .content-r {
    width: 49%;
    padding: 0 0.4rem 0.4rem 0.4rem;
    background-color: #F7931E;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .sec04 .sec_content .content-l, .sec04 .sec_content .content-r {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sec04 .sec_content .content-l {
        margin-bottom: 4rem;
    }
}

.sec04 .sec_content h4 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 1.5rem;
}

@media screen and (max-width: 768px) {
    .sec04 .sec_content h4 {
        font-size: 2rem;
    }
}

.sec04 .sec_content p {
    font-weight: bold;
}

.sec04 .sec_content p.tel {
    color: #7bb928;
    font-size: 3.8rem;
    margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
    .sec04 .sec_content p.tel {
        font-size: 3rem;
    }
}

.sec04 .sec_content p.tel:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/top_ico04.svg") no-repeat center/contain;
    width: 28px;
    height: 28px;
    margin-right: 1.2rem;
}

.sec04 .sec_content p.desc {
    font-size: 1.7rem;
}

.sec04 .sec_content .content-inner {
    background-color: #ffffff;
    padding: 2.5rem 2rem 2.5rem 1.5rem;
}

.agree main {
    padding-top: 8rem;
}

@media screen and (max-width: 768px) {
    .agree main {
        padding-top: 10rem;
    }
}

.agree .container {
    margin-bottom: 7rem;
}

.agree h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #009B73;
}

.agree .text-area {
    padding: 3rem 2rem;
    border: 1px solid #969595;
}

.agree .text-area p {
    font-size: 1.4rem;
    background-color: #EDEDED;
    height: 210px;
    overflow: auto;
    padding: 1.5rem 2rem;
    scrollbar-color: #4B4B4B;
    scrollbar-width: thin;
}

.agree .text-area p::-webkit-scrollbar {
    background-color: #F0F3F5;
    width: 10px;
}

.agree .text-area p::-webkit-scrollbar-thumb {
    background-color: #4B4B4B;
    height: 20px;
    border-radius: 5px;
}

.agree .check-area .flex {
    align-items: baseline;
}

.agree .check-area input {
    margin-top: -0.5rem;
    margin-right: 0.5rem;
}

.agree section:last-child .container {
    padding: 6rem 0 4rem;
    border-top: 7px solid #009B73;
    border-left: 1px solid #B7B6B6;
    border-right: 1px solid #B7B6B6;
    border-bottom: 1px solid #B7B6B6;
    border-radius: 0 0 8px 8px;
}

.agree section:last-child h2 {
    font-size: 1.6rem;
    font-weight: bolder;
    text-align: center;
    border-bottom: none;
}

.agree section:last-child p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 0;
}

.agree .email-area {
    max-width: 32%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .agree .email-area {
        max-width: 90%;
    }
}

.agree .email-area .form-item {
    margin-bottom: 2.5rem;
}

.agree .email-area .form-item label {
    display: block;
    font-size: 1.4rem;
    color: #B2B2B2;
    margin-bottom: 0.5rem;
}

.agree .email-area .form-item label:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("/img/campaign/email_ico.svg") no-repeat center/contain;
    width: 18px;
    height: 14px;
    margin-right: 0.5rem;
    top: 3px;
}

.agree .email-area .form-item input[type="text"] {
    font-size: 1.3rem;
    box-shadow: 0 0 8px 0 rgba(163, 158, 158, 0.58);
    padding: 0.6rem 1.3rem;
    border-radius: 6px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .agree .email-area .form-item input[type="text"] {
        font-size: 1.5rem;
    }
}

.agree .email-area .form-item input[type="text"]::-webkit-input-placeholder {
    color: #B7B7B7;
}

.agree .email-area .form-item input[type="text"]:-ms-input-placeholder {
    color: #B7B7B7;
}

.agree .email-area .form-item input[type="text"]::-ms-input-placeholder {
    color: #B7B7B7;
}

.agree .email-area .form-item input[type="text"]::-moz-placeholder {
    color: #B7B7B7;
}

.agree .email-area .form-item input[type="text"]::placeholder {
    color: #B7B7B7;
}

.agree .email-area .form-item input[type="text"].w-24 {
    width: 24%;
}

.agree .email-area .form-item input[type="text"].w-33 {
    width: 33%;
}

.agree .email-area .form-item input[type="text"].w-65 {
    width: 65%;
    margin-right: 1.4rem;
}

.agree .email-area .form-item input[type="submit"]:hover {
    opacity: 0.7;
}

.agree .email-area .form-item:last-child {
    text-align: center;
    margin-bottom: 0;
}

.agree .email-area .form-item:last-child input {
    width: 106px;
    padding: 0.2rem 0;
}

.register main {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .register main {
        padding-top: 10rem;
    }
}

.register section {

    border-radius: 6px 6px 10px 10px;
}

.register h1 {
    font-size: 2.2rem;
    margin-bottom: 8.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #7bb928;
}

@media screen and (max-width: 768px) {
    .register h1 {
        font-size: 2rem;
    }
}

.register h2 {
    font-size: 2.5rem;
    background-color: #7bb928;
    color: #000;
    padding: 1rem 0 1rem 1.5rem;
    border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 768px) {
    .register h2 {
        font-size: 2.25rem;
    }
}

.register .account {
    margin-top: 6rem;
    max-width: 875px;
}

@media screen and (max-width: 768px) {
    .register .account {
        max-width: 100%;
    }
}

.register .account h3 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #7bb928;
}

@media screen and (max-width: 768px) {
    .register .account h3 {
        font-size: 2rem;
    }
}

.register .account label {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .register .account label {
        font-size: 1.75rem;
    }
}

.register .account .account-info {
    margin-bottom: 6rem;
}

.register .account .account-info .form-item {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .register .account .account-info .form-item {
        flex-wrap: wrap;
    }
}

.register .account .account-info .item-l {
    width: 36%;
}

@media screen and (max-width: 768px) {
    .register .account .account-info .item-l {
        width: 100%;
    }
}

.register .account .account-info .item-r {
    width: 60%;
}

@media screen and (max-width: 768px) {
    .register .account .account-info .item-r {
        width: 100%;
    }
}

.register .account .account-info .item-r span {
    color: #848484;
    margin-left: 1.4rem;
}

.register .account input {
    max-width: 365px;
}

.register #step02_1 h2,
.register #step02_2 h2 {
    background-color: #7bb928;
}

.register #step02_1 h3,
.register #step02_2 h3 {
    font-size: 2.2rem;
    margin-bottom: 4.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #7bb928;
    align-items: end;
}

@media screen and (max-width: 768px) {
    .register #step02_1 h3,
    .register #step02_2 h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .register #step02_1 h3,
    .register #step02_2 h3 {
        flex-wrap: wrap;
    }
}

.register #step02_1 h3 input,
.register #step02_2 h3 input {
    font-size: 1.2rem;
    margin: 0 0.5rem 0 2rem;
}

.register #step02_1 h3 span,
.register #step02_2 h3 span {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .register #step02_1 h3 span,
    .register #step02_2 h3 span {
        margin-top: 0.5rem;
        display: block;
    }
}

.register #step02_1 .form-container,
.register #step02_2 .form-container {
    max-width: 100%;
}

.register #step03 .form-container {
    max-width: 100%;
    margin-bottom: 5rem;
}

.register #step03 .form-item:not(.button) .item-l {
    width: 34%;
    background-color: #E6E6E6;
    margin-right: 1.8rem;
    padding: 0.5rem 1.4rem 0.5rem 0;
}

@media screen and (max-width: 768px) {
    .register #step03 .form-item:not(.button) .item-l {
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .register #step03 .form-item:not(.button) .item-r {
        width: 100% !important;
    }
}

.register #step03 .form-item:not(.button) .item-r {
    width: 56%;
    font-size: 14px;
}

.register #step03 .form-item:not(.button) .item-r div {
    word-break: break-all;
}

.register #step03 .form-item:not(.button) .item-r p {
    font-size: 1.5rem;
    color: #242323;
}

@media screen and (max-width: 768px) {
    .register #step03 .form-item:not(.button) .item-r p {
        font-size: 1.75rem;
    }
}

.register #step03 h3 {
    font-size: 2.5rem;
    background-color: #7bb928;
    color: #ffffff;
    margin-bottom: 4.6rem;
    padding: 1rem 0 1rem 1.5rem;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .register #step03 h3 {
        font-size: 2.25rem;
    }
}

.register .complete-wrap {
    padding: 4rem 0;
    border-left: 1px solid #B7B6B6;
    border-right: 1px solid #B7B6B6;
    border-bottom: 1px solid #B7B6B6;
    border-radius: 0 0 10px 10px;
}

.register .complete-wrap .mb01 {
    margin-bottom: 1em;
}

.register .complete-wrap .mb02 {
    margin-bottom: 7rem;
}

.register .complete-wrap .form-container div {
    text-align: center;
}

.register .complete-wrap a {
    font-size: 1.2rem;
}

.register .complete-wrap a:hover {
    opacity: 0.7;
}

.faq main {
    padding-top: 8rem;
}

@media screen and (max-width: 768px) {
    .faq main {
        padding-top: 10rem;
    }
}

.faq h1 {
    font-size: 2.2rem;
    margin-bottom: 8.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #009B73;
}

@media screen and (max-width: 768px) {
    .faq h1 {
        font-size: 2rem;
        margin-bottom: 6rem;
    }
}

.faq h3 {
    font-size: 2.5rem;
    line-height: 1.8;
    color: #009B73;
    text-align: center;
    margin-bottom: 10rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .faq h3 {
        font-size: 2.25rem;
        margin-bottom: 7rem;
    }
}

.faq h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009B73;
    border-radius: 2px;
}

.faq input[name="tab_item"],
.faq input[type=checkbox] {
    display: none;
}

.faq .tabs {
    overflow: hidden;
}

.faq .tab_items {
    margin-bottom: 6rem;
    flex-wrap: wrap;
}

.faq .tab_items label {
    display: block;
    flex: 1;
}

.faq .tab_item {
    height: 50px;
    border-bottom: 3px solid #009B73;
    background-color: #F3F3eF;
    line-height: 50px;
    text-align: center;
    color: #333333;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-bottom: 6rem;
}

.faq .tabs input:checked + .tab_item {
    background-color: #009B73;
    color: #fff;
}

.faq .tab_content {
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.faq #faq_tab1:checked ~ #tab1_content, .faq #faq_tab2:checked ~ #tab2_content, .faq #faq_tab3:checked ~ #tab3_content, .faq #faq_tab4:checked ~ #tab4_content {
    height: auto;
    overflow: auto;
    transition: visibility .5s;
    visibility: visible;
}

.faq .help_link {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.faq .help_link a {
    display: inline-block;
    color: #009B73;
    background-color: #F3F3eF;
    padding: 0.8rem 2%;
    margin-right: 2%;
    position: relative;
}

.faq .help_link a:before {
    content: '';
    background: url("/img/campaign/caret.svg") no-repeat center/contain;
    display: inline-block;
    width: 10px;
    height: 7px;
    margin-right: 0.5rem;
    position: relative;
    top: -2px;
}

.faq .faq-ttl {
    font-size: 1.8rem;
    background: #F3F3eF;
    padding: 1rem 1.5rem;
    border-radius: 5px;
}

.faq .faq_qa {
    margin-bottom: 6rem;
}

.faq .faq_qa .faq_plus {
    font-size: 2.4rem;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 0.3rem 0 0 1rem;
    transition: 0.2s ease;
}

@media screen and (max-width: 768px) {
    .faq .faq_qa .faq_plus {
        font-size: 2rem;
    }
}

.faq .faq_qa .faq_actab {
    padding: 1.5rem 0;
    border-bottom: 1px dotted #cccccc;
}

.faq .faq_qa .faq_actab label {
    font-size: 1.6rem;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem 0 4.8rem;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .faq .faq_qa .faq_actab label {
        font-size: 1.75rem;
    }
}

.faq .faq_qa .faq_actab-content {
    font-size: 1.4rem;
    color: #666;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 4rem;
    padding: 0 1.4rem;
    transition: 0.4s ease;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .faq .faq_qa .faq_actab-content {
        font-size: 1.6rem;
    }
}

.faq .faq_qa .faq_actab input[type=checkbox]:checked ~ .faq_plus {
    transform: rotate(45deg);
}

.faq .faq_qa .faq_actab input[type=checkbox]:checked ~ .faq_actab-content {
    height: auto;
    padding: 1.4rem;
    opacity: 1;
}

.recruitment {
    font-weight: 400;
}

.recruitment .mv {
    margin-bottom: 8rem;
    position: relative;
    background: url("/img/campaign/recruitment_mv.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.recruitment .mv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333;
}

.recruitment .mv h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .recruitment .mv h1 {
        font-size: 2.8rem;
    }

    .recruitment .mv_text {
        width: 85%;
    }
}

.recruitment section.sec01, .recruitment section.sec02 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec01, .recruitment section.sec02 {
        text-align: left;
    }
}

.recruitment section.sec01 p, .recruitment section.sec02 p {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec01 p, .recruitment section.sec02 p {
        font-size: 2rem;
    }
}

.recruitment section.sec01, .recruitment section.sec03 {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec01, .recruitment section.sec03 {
        margin-bottom: 6.4rem;
    }
}

.recruitment section.sec02 {
    margin-bottom: 11rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec02 {
        margin-bottom: 8.8rem;
    }
}

.recruitment section.sec02 .btn-wrap {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.btn-wrap .btn03 {
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec02 .btn-wrap {
        margin-bottom: 4rem;
    }

    .recruitment section.sec02 .btn-wrap {
        display: block;
    }

    .btn-wrap .btn03 {
        display: block;
        margin-top: 10px;
    }
}

.recruitment section.sec03 p {
    margin-bottom: 5rem;
}

.recruitment section.sec03 ol {
    padding-left: 15px;
}

.recruitment section.sec03 ol li {
    list-style-type: decimal;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec03 p {
        margin-bottom: 4rem;
    }
}

.recruitment section.sec03 .border-box {
    margin-bottom: 2rem;
    padding: 5rem 4rem 2rem 6rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec03 .border-box {
        padding: 3rem 2rem 1rem 4rem;
    }
}

.recruitment section.sec03 .border-box p.head {
    position: absolute;
    top: -18px;
    left: 4rem;
    background-color: #009B73;
    color: #ffffff;
    border-radius: 25px;
    letter-spacing: 0.1em;
    padding: 0.2rem 3.5rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec03 .border-box .flex {
        flex-wrap: wrap;
    }
}

.recruitment section.sec03 .border-box ul {
    margin-right: 6rem;
    list-style-type: disc;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec03 .border-box ul {
        width: 100%;
        margin-right: 0;
    }
}

.recruitment section.sec04 {
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec04 {
        margin-bottom: 4rem;
    }
}

.recruitment section.sec04 p {
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec04 p {
        margin-bottom: 3.2rem;
    }
}

.recruitment section.sec05 {
    margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec05 {
        margin-bottom: 5.6rem;
    }
}

.recruitment section.sec05 p {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec05 p {
        margin-bottom: 6.4rem;
    }
}

.recruitment section.sec05 .movie {
    text-align: center;
    margin-bottom: 8rem;
}

.recruitment section.sec05 .movie iframe {
    width: 560px;
    max-width: 100%;
    height: 315px;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec05 .movie {
        margin-bottom: 6.4rem;
    }
}

.recruitment section.sec05 .movie p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .recruitment section.sec05 .movie p {
        font-size: 1.75rem;
    }
}

.recruitment h2 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #009B73;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .recruitment h2 {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 2.5rem;
    }
}

.recruitment h3 {
    color: #009B73;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .recruitment h3 {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
}

.recruitment h3:before {
    content: '■';
    margin-right: 0.2rem;
}

.recruitment p {
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .recruitment p {
        font-size: 2rem;
    }
}

.recruitment p.annotation {
    font-size: 1.4rem !important;
    line-height: 2;
}

.recruitment a {
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .recruitment a {
        font-size: 2rem;
    }
}

.recruitment .border-box {
    border: 1px solid #707070;
    position: relative;
}

.recruitment .border-box img {
    margin: 0 auto;
    padding: 5.5rem 8rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .recruitment .border-box img {
        padding: 0;
    }
}

.recruitment .inner {
    margin: 0 3rem;
}

@media screen and (max-width: 768px) {
    .recruitment .inner {
        margin: 0 1.5rem;
    }
}

.recruitment .btn-wrap {
    text-align: center;
}

.recruitment .btn-wrap a:hover {
    opacity: 0.7;
}

.headline01 {
    padding-top: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.headline04 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headline05 {
    font-size: 21px;
    margin-top: 45px;
    margin-bottom: 10px;
    border-bottom: none;
}

.text-center {
    text-align: center;
}

.shop_agree {
    padding-top: 45px;
    margin: 10px;
}

.shop_youkou {
    margin: 10px;
}

.line-break {
    font-weight: normal;
}

.shop_agree ul,
.shop_agree ol {
    padding-left: 15px;
}

.shop_agree ul li {
    list-style-type: disc;
}

.shop_agree ul.list_none li {
    list-style-type: none;
}

.shop_agree ol li {
    list-style-type: decimal;
}

.agree_agree {
    margin-top: 45px;
}

.agree_agree label {
    font-size: 2.0rem;
    color: red;
}

.shop_agree .checkc a {
    background: #009B73;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.line-break-agree .headline05 {
    font-size: 18px;
    color: #009B73;
    font-weight: bold;

}

.line-break-agree .agree_box {
    border: 1px solid #ccc;
    padding: 15px 30px;
    margin: 10px 0;
}

.line-break-agree table {
    border: 1px solid #ccc;
    margin: 10px 0;
}

.line-break-agree table tr th,
.line-break-agree table tr td {
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 14px;
}

.line-break-agree table tr th {
    text-align: center;
}

.recruitment .recruitment_table {
    border: 1px solid #aaa;
    width: 800px;
    max-width: 100%;
}

.recruitment .recruitment_table tr th {
    text-align: center;
}

.recruitment .recruitment_table tr th,
.recruitment .recruitment_table tr td {
    border: 1px solid #aaa;
    padding: 5px 15px;
}

.recruitment .recruitment_table tr td {
    text-align: right;
}

.recruitment .recruitment_img {
    width: 800px;
    max-width: 100%;
}


.news_details h3 {
    font-size: 2.0rem;
    border-bottom: 3px solid #009B73;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.news_details {

}

@media screen and (max-width: 768px) {
    .faq_actab-content p {
        font-size: 10px;
    }

}

.top_pickup {
    display: flex;
    margin-bottom: 90px;
}

.top_pickup_box {
    border: 3px solid #009B73;
    border-radius: 5px;
    width: calc((100% - 120px) / 4);
    margin: 0 15px;
    text-align: center;
    padding: 30px 15px;
}

.top_pickup_box i {
    font-size: 4.8rem;
    color: #009B73;
    margin-bottom: 10px;
}

.top_pickup_box h3 {
    font-size: 2.2rem;
    color: #009B73;
    margin-bottom: 10px;
}

.top_pickup_box p {
    font-size: 1.8rem;

}

@media screen and (max-width: 1199px) {
    .top_pickup_box h3 {
        font-size: 1.8rem;
    }

    .top_pickup_box p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .top_pickup {
        flex-wrap: wrap;
    }

    .top_pickup_box {
        border: 3px solid #009B73;
        border-radius: 5px;
        width: calc((100% - 60px) / 2);
        margin: 15px 15px;
        text-align: center;
        padding: 15px 10px;
    }

    .top_pickup_box i {
        font-size: 3.8rem;
        color: #009B73;
        margin-bottom: 10px;
    }

    .top_pickup_box h3 {
        font-size: 1.6rem;
        color: #009B73;
        margin-bottom: 10px;
    }

    .top_pickup_box p {
        font-size: 1.2rem;
    }
}

/*.about{*/
/*  padding-top: 100px;*/
/*}*/
.about .sec_ttl p,
.faq .sec_ttl p {
    font-size: 2.1rem;
    font-weight: bold;
    color: #666666;
}

.about table {
    width: 100%;
    margin-top: 45px;
}

.about table tr th,
.about table tr td {
    border: 1px solid #aaa;
    padding: 10px 10px;
}

.about table tr th {
    background: #efefef;
    width: 250px;
}

@media screen and (max-width: 991px) {
    .about table tr th,
    .about table tr td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .first_section {
        padding-top: 120px;
    }

    .first_section .sec01, .first_section.sec01 {
        margin-top: 0;
    }
}

.alart_box {
    background: #f5caca;
    padding: 30px;
}

.alart_box h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.headline03 {
    border-bottom: 3px solid #009B73;
    font-size: 2.1rem;
    padding: 0 10px 5px 10px;
    margin: 60px 0 30px;
}

.point_table {
    border: 1px solid #999;
    width: 700px;
    max-width: 100%;
}

.point_table tr th,
.point_table tr td {
    border: 1px solid #999;
    padding: 5px 15px;
    font-weight: normal;
}

.point_table tr th {
    background: #efefef;
}

.point_table tr td {
    background: #fff;
}

.top_point_table {
    margin: 30px auto;
}

.recruitment_btn {
    text-align: center;
}

.recruitment_btn p {
    font-weight: 400 !important;
    margin-top: 15px;
}

.recruitment_btn p a {
    color: #009B73;
}

.recruitment_btn_black a {
    color: #000 !important;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .point_table {
        border: 1px solid #999;
        width: 100%;
        max-width: 100%;
    }

    .point_table tr th,
    .point_table tr td {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.footer_top {
    text-align: center;
    margin: 15px auto;
}

.footer_top a {
    text-align: center;
    display: inline;
    margin: 15px auto;
    background: #009B73;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
}