@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}
html {
    font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
table,
input,
textarea,
select,
option {
    line-height: 1.1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
img {
    max-width: 100%;
}
.sp-only {
    display: none;
}
@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
body {
    position: relative;
    overflow-x: hidden;
    /* font-size: 1.7rem; */
    line-height: 2.1;
    letter-spacing: 0.06em;
    /* color: #5d5249; */
    font-family:
        Noto Sans JP,
        sans-serif;
}
.top {
  font-size: 1.7rem;
  color: #5d5249;
}
main {
    overflow: hidden;
}
.container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}
a[href^="tel:"] {
    pointer-events: none;
}
@media only screen and (max-width: 1024px) {
    a[href^="tel:"] {
        pointer-events: inherit;
    }
}
.btn01 {
    width: 160px;
}
.btn01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family:
        Zen Old Mincho,
        serif;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff;
    gap: 10px;
}
.btn01 a:after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #ffffff url(../img/common/icon/ic_arrow.svg) no-repeat
        center/18px 18px;
    border-radius: 50%;
}
.title01 {
    font-family:
        Zen Old Mincho,
        serif;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 900;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .title01 {
        margin-bottom: 30px;
    }
}
.title01 .number {
    font-size: 5.4rem;
    line-height: 1;
    color: #998b80;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
.form__wrap {
    max-width: 900px;
    margin: 0 auto;
}
.form__title {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #383838;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9f0f8;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .form__title {
        margin-bottom: 30px;
    }
}
.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #cccccc;
}
.form__item:first-child {
    border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
    .form__item {
        display: block;
        padding: 20px 0;
    }
}
.form__item.is-required .form__label:after {
    content: "\5fc5\9808";
    background: #c60010;
}
.form__label {
    width: 315px;
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: 0.015em;
    font-weight: 700;
    padding: 5px 15px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #222;
}
@media only screen and (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-bottom: 10px;
        padding: 5px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.form__label:after {
    content: "\4efb\610f";
    display: block;
    width: 50px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2px 0 4px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff;
    background: #373737;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 767px) {
    .form__label:after {
        top: 0;
    }
}
.form__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.form input,
.form textarea {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: 0.015em;
    font-weight: 400;
    width: calc(100% - 30px);
    color: #222;
    outline: none;
    font-family:
        Noto Sans JP,
        sans-serif;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #888;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
    color: #888;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #888;
}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
    color: #888;
}
.form input::placeholder,
.form textarea::placeholder {
    color: #888;
}
@media only screen and (max-width: 767px) {
    .form input,
    .form textarea {
        font-size: 1.6rem;
    }
}
.form input {
    min-height: 38px;
}
.form textarea {
    min-height: 188px;
    padding: 10px 15px;
}
.form__gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}
.form__gr .form__input {
    width: calc(50% - 15px);
    margin: 0 5px;
}
.form__note {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.015em;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
}
.form__policy {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .form__policy {
        display: block;
        margin-top: 30px;
    }
}
.form__policy .form__checkbox {
    display: block;
    position: relative;
    top: 0;
    padding-left: 35px;
}
.form__policy .form__checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.form__policy .form__checkbox a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: 0.015em;
    font-weight: 400;
    color: #222;
}
.form__checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    min-height: auto;
    margin: 6px 15px 0 0;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: transparent;
}
.form__checkbox input:checked {
    background: #222222 url(../img/common/icon/ic_checked.svg) no-repeat center;
    background-size: 20px 20px;
    border-color: #222;
}
.form .btn {
    margin: 60px auto 0;
    width: 348px;
    height: 75px;
    background: rgba(0, 115, 132, 0.73);
    border-radius: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.66rem;
    letter-spacing: 0.19em;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .form .btn {
        margin-top: 30px;
        width: 100%;
        max-width: 348px;
    }
}
.text p + p {
    margin-top: 15px;
}
.imgtext {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px 0;
}
@media only screen and (max-width: 767px) {
    .imgtext {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 0;
    }
}
.imgtext:nth-of-type(odd) .imgtext__content {
    margin-right: 90px;
}
@media only screen and (max-width: 1024px) {
    .imgtext:nth-of-type(odd) .imgtext__content {
        margin-right: 40px;
    }
}
.imgtext:nth-of-type(even) .imgtext__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 90px;
}
@media only screen and (max-width: 1024px) {
    .imgtext:nth-of-type(even) .imgtext__content {
        margin-left: 40px;
    }
}
.imgtext:nth-of-type(even) .imgtext__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.imgtext:nth-of-type(even) .imgtext__img:after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#80e5ff),
        to(#a6cae0)
    );
    background: -webkit-linear-gradient(left, #80e5ff 0%, #a6cae0 100%);
    background: linear-gradient(90deg, #80e5ff 0%, #a6cae0 100%);
}
.imgtext:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-0.5 * (100vw - 1140px));
    width: 100vw;
    height: 100%;
    z-index: -1;
}
@media only screen and (max-width: 1180px) {
    .imgtext:after {
        left: -20px;
    }
}
.imgtext__img,
.imgtext__content {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .imgtext__img,
    .imgtext__content {
        width: 100%;
    }
}
.imgtext__content {
    max-width: 510px;
}
@media only screen and (max-width: 767px) {
    .imgtext__content {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        margin: 20px 0 0 !important;
        max-width: 100%;
    }
}
.imgtext__img {
    position: relative;
    padding: 5px 0 0 5px;
    margin: 11px 0;
}
@media only screen and (max-width: 767px) {
    .imgtext__img {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}
.imgtext__img img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.imgtext__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#24bce2),
        to(#4e95c1)
    );
    background: -webkit-linear-gradient(left, #24bce2 0%, #4e95c1 100%);
    background: linear-gradient(90deg, #24bce2 0%, #4e95c1 100%);
    border-radius: 10px;
}
.imgtext__number {
    display: block;
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: -0.01em;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#24bce2),
        to(#4e95c1)
    );
    background: -webkit-linear-gradient(left, #24bce2 0%, #4e95c1 100%);
    background: linear-gradient(90deg, #24bce2 0%, #4e95c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 3px;
}
.imgtext__title {
    font-size: 3.2rem;
    line-height: 1.64;
    letter-spacing: -0.05em;
    font-weight: 400;
    margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
    .imgtext__title {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .imgtext__title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
}
.imgtext .text {
    line-height: 2.14;
}
.imgtext .text + .text {
    margin-top: 9px;
}
.imgtext__box {
    background: #f1f4f6;
    border-radius: 3px;
    padding: 20px 30px;
    min-height: 75px;
    margin-top: 45px;
}
@media only screen and (max-width: 767px) {
    .imgtext__box {
        margin-top: 20px;
    }
}
.imgtext__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -10px;
}
.imgtext__list li {
    font-size: 1.6rem;
    line-height: 2.14;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.imgtext__list li:before {
    content: "\30fb";
    color: #1aaed3;
    margin-right: 4px;
}
.imgtext__list li span {
    font-size: 1.2rem;
}
.imgtext__position {
    font-size: 2.1rem;
    line-height: 2.14;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin: 39px 0 -9px;
}
@media only screen and (max-width: 767px) {
    .imgtext__position {
        margin: 20px 0 0;
    }
}
.imgtext.construction {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 73px 0;
    border-bottom: 1px solid #f1f4f6;
}
@media only screen and (max-width: 767px) {
    .imgtext.construction {
        padding: 40px 0;
    }
}
.imgtext.construction:nth-of-type(1) {
    padding-top: 0;
}
.imgtext.construction:nth-last-of-type(2) {
    padding-bottom: 0;
    border-bottom: 0;
}
.imgtext.construction .imgtext__img {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding: 0;
    max-width: 510px;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .imgtext.construction .imgtext__img {
        max-width: 100%;
    }
}
.imgtext.construction .imgtext__img:after {
    display: none;
}
.imgtext.construction .imgtext__img img {
    border-radius: 5px;
}
.imgtext.construction .imgtext__content {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding-left: 60px;
    max-width: 100%;
    margin: -11px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 1024px) {
    .imgtext.construction .imgtext__content {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .imgtext.construction .imgtext__content {
        padding-left: 0;
    }
}
.imgtext.construction .imgtext__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.imgtext.construction .imgtext__number {
    letter-spacing: 0.02em;
    color: #1aaed3;
    background-clip: unset;
    background: none;
    -webkit-text-fill-color: unset;
    margin: 0 31px 0 0;
    position: relative;
    top: 9px;
}
.imgtext.construction .imgtext__title {
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1383cb;
    line-height: 2.14;
    margin-bottom: 0;
}
.imgtext.construction .imgtext__title span {
    font-size: 1.6rem;
}
.imgtext.construction .text {
    margin-top: 49px;
}
@media only screen and (max-width: 767px) {
    .imgtext.construction .text {
        margin-top: 20px;
    }
}
.imgtext.greeting .imgtext__content {
    margin-right: 0;
    margin-left: 90px;
    max-width: 525px;
}
@media only screen and (max-width: 1024px) {
    .imgtext.greeting .imgtext__content {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .imgtext.greeting .imgtext__content {
        max-width: 100%;
    }
}
.imgtext.greeting .imgtext__img {
    margin: 0;
    max-width: 525px;
}
@media only screen and (max-width: 767px) {
    .imgtext.greeting .imgtext__img {
        max-width: 100%;
    }
}
.imgtext.greeting .imgtext__img img {
    border-radius: 5px;
}
.imgtext.greeting .imgtext__img:after {
    border-radius: 5px;
}
.imgtext.greeting .imgtext__title {
    margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
    .imgtext.greeting .imgtext__title {
        margin-bottom: 20px;
    }
}
.imgtext.job {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}
.imgtext.job .imgtext__img {
    padding: 0;
    max-width: 540px;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .imgtext.job .imgtext__img {
        max-width: 100%;
    }
}
.imgtext.job .imgtext__img:after {
    display: none;
}
.imgtext.job .imgtext__img img {
    border-radius: 5px;
}
.imgtext.job .imgtext__content {
    margin: -8px 0 0 60px;
    max-width: 540px;
}
@media only screen and (max-width: 1024px) {
    .imgtext.job .imgtext__content {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .imgtext.job .imgtext__content {
        max-width: 100%;
    }
}
.imgtext.job .imgtext__title {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: -0.02em;
    margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
    .imgtext.job .imgtext__title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}
.imgtext.job .exbox.job .exbox__list {
    margin: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.imgtext.job .exbox.job .exbox__list .text.circle {
    margin: 0 30px 0 0;
    width: auto;
}
.imgtext.job .exbox.job .exbox__list .text.circle:last-child {
    margin-right: 0;
}
.list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}
@media only screen and (max-width: 1180px) {
    .list01 {
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .list01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.list01 li {
    width: calc(50% - 30px);
}
@media only screen and (max-width: 1180px) {
    .list01 li {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 767px) {
    .list01 li {
        width: 100%;
    }
}
.list01__img img {
    border-radius: 15px;
}
.list01__text {
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
    .list01__text {
        font-size: 1.4406779661vw;
    }
}
@media only screen and (max-width: 767px) {
    .list01__text {
        font-size: 1.4rem;
    }
}
.list02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #ffffff;
}
.list02 li:first-child {
    border-top: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
    .list02 li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.list02__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 767px) {
    .list02__content {
        width: 100%;
    }
}
.list02__content:before {
    content: "";
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    min-width: 120px;
}
@media only screen and (max-width: 767px) {
    .list02__content:before {
        min-width: inherit;
    }
}
.list02__title {
    font-family:
        Zen Old Mincho,
        serif;
    font-size: 2.7rem;
    line-height: 1.4814814815;
    font-weight: 700;
    color: #fffdb9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .list02__title {
        font-size: 2rem;
    }
}
.list02__title .txt span {
    font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
    .list02__title .txt span {
        font-size: 1.7rem;
    }
}
.table01 table {
    width: 100%;
    border-collapse: collapse;
}
.table01 table td {
    font-size: 1.7rem;
    line-height: 1.7058823529;
    padding: 20px 0;
    border-bottom: 1px solid #ebebdf;
    word-break: break-all;
}
.table01 table td:first-child {
    width: 120px;
    padding-right: 20px;
}
.table01 table td a[target="_blank"] {
    text-decoration: underline;
    word-break: break-all;
}
.table01__label {
    background: #ebebdf;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 5px;
    width: 100px;
    display: block;
}
.slide01 {
    margin-top: -107px;
}
@media only screen and (max-width: 767px) {
    .slide01 {
        margin-top: 0;
        margin-right: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.slide01 .swiper {
    padding: 20px 0 0 15px;
    margin-right: calc(-0.5 * (100vw - 1140px));
    margin-left: -15px;
}
@media only screen and (max-width: 1180px) {
    .slide01 .swiper {
        margin-right: -20px;
    }
}
.slide01 .swiper-slide {
    max-width: 400px;
    padding-right: 60px;
}
@media only screen and (max-width: 767px) {
    .slide01 .swiper-slide {
        max-width: 400px;
        padding-right: 40px;
    }
}
.slide01__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .slide01__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 20px 0 0;
    }
}
.slide01__nav .swiper-button-prev,
.slide01__nav .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    width: 57px;
    height: 57px;
}
@media only screen and (max-width: 767px) {
    .slide01__nav .swiper-button-prev,
    .slide01__nav .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}
.slide01__nav .swiper-button-prev:after,
.slide01__nav .swiper-button-next:after {
    display: none;
}
.slide01__nav .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box01 {
    max-width: 1460px;
    margin: 0 auto;
    padding: 90px 0;
    position: relative;
}
@media only screen and (min-width: 1600px) {
    .box01 {
        max-width: 91.25vw;
    }
}
@media only screen and (max-width: 767px) {
    .box01 {
        padding: 45px 0;
        border-radius: 15px 0 0 15px;
    }
}
.box01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(../img/top/box01_bg.png) no-repeat center/cover;
    border-radius: 30px 0 0 30px;
    z-index: -1;
}
.box01__title {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .box01__title {
        margin-bottom: 30px;
    }
}
.box02 {
    padding: 40px 60px;
    -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.05));
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
@media only screen and (max-width: 1180px) {
    .box02 {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .box02 {
        gap: 25px;
    }
}
.box02.is-reversed .block01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .box02.is-reversed .block01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.box02.is-reversed .block01__img {
    margin-left: 0;
    margin-right: calc(-0.5 * (100vw - 1020px));
}
@media only screen and (max-width: 767px) {
    .box02.is-reversed .block01__img {
        margin-left: -20px;
    }
}
.box02.is-reversed .block01__img img {
    border-radius: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
    .box02.is-reversed .block01__img img {
        border-radius: 30px 0 0;
    }
}
@media only screen and (max-width: 1180px) {
    .box02.is-reversed .block01__img {
        margin-right: -40px;
    }
}
.box02.is-bg01 {
    background: url(../img/top/box02_bg01.png) no-repeat right bottom/cover;
}
.box02.is-bg02 {
    background: url(../img/top/box02_bg02.png) no-repeat left top/cover;
}
.box02.is-bg03 {
    background: url(../img/top/box02_bg03.png) no-repeat left top/cover;
}
.box02.is-bg04 {
    background: url(../img/top/box02_bg04.png) no-repeat right bottom/cover;
}
.box02.is-bg05 {
    background: url(../img/top/box02_bg05.png) no-repeat right top/cover;
}
.box03 {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
    padding: 90px 0;
}
@media only screen and (min-width: 1600px) {
    .box03 {
        max-width: 91.25vw;
    }
}
@media only screen and (max-width: 767px) {
    .box03 {
        padding: 45px 0;
    }
}
.box03:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: url(../img/top/box03_bg.png) no-repeat center/cover;
    border-radius: 0 30px 30px 0;
    z-index: -1;
}
.box03__title {
    text-align: right;
    margin-bottom: 60px;
    font-family:
        Zen Old Mincho,
        serif;
    color: #fff;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .box03__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 374px) {
    .box03__title {
        font-size: 1.7rem;
    }
}
.box03__title span {
    font-size: 7rem;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    .box03__title span {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 374px) {
    .box03__title span {
        font-size: 2.8rem;
    }
}
.box03__img img {
    border-radius: 15px;
}
.box03__content {
    max-width: 900px;
    margin: 0 auto;
}
.box03__text {
    margin: 60px 0 45px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .box03__text {
        margin: 30px 0;
    }
}
.card01 {
    font-family:
        Zen Old Mincho,
        serif;
}
@media only screen and (min-width: 768px) {
    .card01:hover,
    .card01:hover img {
        opacity: 1;
    }
}
.card01__image {
    position: relative;
}
.card01__image.is-dummy:before {
    content: "\30c0\30df\30fc\753b\50cf";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 153px;
    height: 46px;
    font-family:
        Zen Old Mincho,
        serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff0000;
    z-index: 1;
}
.card01__img {
    border-radius: 15px;
    border: 5px solid #ffffff;
    overflow: hidden;
    width: 100%;
}
.card01__stt {
    position: absolute;
    top: -20px;
    left: -15px;
    font-size: 5.4rem;
    line-height: 1;
    font-weight: 900;
    color: #ff7300;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}
.card01__icon {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .card01__icon {
        bottom: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
    }
    .card01__icon img {
        width: 20px;
        height: 20px;
    }
}
.card01__icon.is-arrow {
    background: #896c54;
}
.card01__icon.is-tabs {
    background: #6d8954;
}
.card01__content {
    margin-top: 16px;
}
.card01__title {
    font-size: 2.4rem;
    line-height: 1.2083333333;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 900;
}
.card01__text {
    font-size: 1.8rem;
    line-height: normal;
    font-weight: 700;
    color: #978a7f;
}
.block01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
}
@media only screen and (min-width: 1600px) {
    .block01 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 1180px) {
    .block01 {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .block01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}
.block01__img {
    margin: -40px 0 0 calc(-0.5 * (100vw - 1020px));
    max-width: 45vw;
}
@media only screen and (min-width: 1600px) {
    .block01__img {
        height: 680px;
    }
}
@media only screen and (max-width: 1180px) {
    .block01__img {
        margin-left: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .block01__img {
        max-width: calc(100% + 60px);
        margin-right: -20px;
    }
}
.block01__img img {
    border-radius: 0 0 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .block01__img img {
        border-radius: 0 30px 0 0;
    }
}
.block01__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 536px;
    margin-top: auto;
}
@media only screen and (min-width: 1600px) {
    .block01__content {
        max-width: 33.5vw;
    }
}
@media only screen and (max-width: 767px) {
    .block01__content {
        max-width: 100%;
    }
}
.top-mv {
    height: 62.3125vw;
    background: url(../img/top/mv-bg.png) no-repeat center top/cover;
    margin-bottom: -237px;
}
@media only screen and (max-width: 1600px) {
    .top-mv {
        margin-bottom: -12.5vw;
    }
}
@media only screen and (max-width: 767px) {
    .top-mv {
        height: auto;
        margin-bottom: 0;
    }
}
.top-mv__container {
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
    .top-mv__container {
        max-width: 93.75vw;
    }
}
.top-mv__bl {
    margin-right: calc(-0.5 * (100vw - 1460px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1460px) {
    .top-mv__bl {
        margin-right: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .top-mv__bl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-right: 0;
    }
}
.top-mv__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -16.375vw;
    position: relative;
    z-index: 3;
    padding: 2.5vw 0 0;
}
@media only screen and (max-width: 767px) {
    .top-mv__content {
        padding: 30px 0;
        margin-right: 0;
        margin-top: -44vw;
    }
}
.top-mv__content img {
    width: 100%;
}
.top-mv__logo {
    max-width: 380px;
}
@media only screen and (max-width: 1600px) {
    .top-mv__logo {
        max-width: 23.75vw;
    }
}
@media only screen and (max-width: 767px) {
    .top-mv__logo {
        max-width: 33.3333333333vw;
    }
}
.top-mv__title {
    margin: 1.75vw 0 1.6875vw;
}
@media only screen and (max-width: 767px) {
    .top-mv__title {
        margin: 28px 0;
    }
}
.top-mv__text {
    max-width: 36.5625vw;
}
@media only screen and (max-width: 767px) {
    .top-mv__text {
        max-width: 100%;
    }
}
.top-mv__img {
    position: relative;
    z-index: 2;
    width: 64.1875vw;
}
@media only screen and (max-width: 767px) {
    .top-mv__img {
        margin-right: -20px;
    }
}
.top-mv__img img {
    width: 100%;
}
.top .box01 {
    z-index: 1;
}
.top__section {
    padding: 45px 0;
}
@media only screen and (max-width: 767px) {
    .top__section {
        padding: 22.5px 0;
    }
}
.top__section:nth-of-type(2) {
    padding-top: 120px;
}
@media only screen and (max-width: 767px) {
    .top__section:nth-of-type(2) {
        padding-top: 60px;
    }
}
