@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Jost', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* font-family: 'Zen Maru Gothic', serif; */
:root {
    --c-01: #a79267;
    --c-02: #b46363;
    --c-03: #c14d1a;
    --c-04: #c8913e;
    --c-05: #34b0b2;
    --c-06: #b46363;
    --f-01: "Noto Sans JP", sans-serif;
    --f-02: "Jost", sans-serif;
    --f-03: "Zen Maru Gothic", serif;
}
.c-01 {
    color: var(--c-01);
}
.c-02 {
    color: var(--c-02);
}
.c-03 {
    color: var(--c-03);
}
.bgc-01 {
    background: var(--c-01);
}
.bgc-02 {
    background: var(--c-02);
}
.bgc-03 {
    background: var(--c-03);
}
.c-w {
    color: #fff;
}
.bgc-w {
    background: #fff;
}
html {
    font-family: var(--f-01);
    color: #333;
    background: #efe9e1;
}
.en {
    font-family: var(--f-02);
}
/* 共通コンテンツ間隔 */
.area {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (max-width: 599px) {
    .area {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/*h1ページタイトル */
.pagettl {
    font-size: 12px;
    position: absolute;
    top: -50px;
}
/**
ヘッダー
header
*/
.header {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 10;
}
.header .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.header .logo img {
    max-height: 50px;
}
.header .right {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.header .right .txt {
    margin-right: 10px;
    line-height: 120%;
}
.header .right .txtin {
    display: block;
}
.header .right .tel a {
    font-weight: bold;
    font-size: 30px;
}
.header .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .header {
        padding: 5px 0;
    }
    .header .logo img {
        max-height: 32px;
    }
    .header .right {
        display: none;
    }
}

@media (max-width: 599px) {
  .header{
    position: absolute;
  }
}

/* A-BiSUスライダー */
.main-visual {
    overflow: hidden;
    position: relative;
}

.main-visual .m-img {
    width: 80%;
    margin-left: auto;
    position: relative;
}

.main-visual .img {
    min-height: 200px;
    background: var(--c-01);
    position: relative;
}

.main-visual .img:before {
    content: "";
    display: block;
    padding-top: 60%;
    position: relative;
    z-index: -1;
}

.main-visual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}
.main-visual .head {
    width: 95%;
    position: absolute;
    top: 30%;
    left: 5%;
}

.main-visual .head .sb-item {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
    border-bottom: solid 1px var(--c-01);
}

.main-visual .head .item {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 77px;
    color: var(--c-01);
    line-height: 1.2;
    position: relative;
    z-index: 1;
    font-family: var(--f-03);
}

.main-visual .bimg {
    width: 100%;
    max-width: 180px;
    position: absolute;
    top: 10%;
    left: 30%;
}

.main-visual .bimg02 {
    width: 100%;
    max-width: 220px;
    position: absolute;
    top: 5%;
    right: 1%;
}

.m-btn {
    width: 305px;
    height: 60px;
}
.cat-btn {
    width: 167px;
    height: 46px;
}
.m-btn a,
.cat-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 9999px;
    background: var(--c-01);
}

.book {
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.book .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    color: var(--c-03);
}

.book .imgs {
    max-width: 162px;
    margin: auto;
}

.m-ttl {
    margin: 130px 0 70px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.m-ttl::after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #f8e09d;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.m-ttl .en {
    font-weight: bold;
    font-size: 20px;
    color: var(--c-04);
}

.m-ttl.bl::after {
    background: #aee7e4;
}

.m-ttl.bl .en {
    color: var(--c-05);
}

.m-ttl.red::after {
    background: #f3b4ca;
}

.m-ttl.red .en {
    color: var(--c-02);
}

.m-ttl .ttl {
    font-size: 35px;
}

.about-area .img {
    margin-bottom: -300px;
}

.about-area .box {
    padding: 10px 60px 0px;
    background: #efe9e1;
    position: relative;
    z-index: 1;
}

.up-left-1000 {
    margin-left: calc(50% - 500px);
}
.up-right-1000 {
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}
@media (max-width: 1024px) {
    .up-left-1000 {
        margin-left: 2%;
    }
    .up-right-1000 {
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    .up-left-1000 {
        margin-right: 2%;
    }
    .up-right-1000 {
        margin-left: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

.about-area02 .ttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 35px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.about-area02 .ttl::before {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #f67db1;
    opacity: 0.6;
    transform: translate(0%,-50%);
    position: absolute;
    top: 50%;
    left: -25%;
    z-index: -1;
}

.about-area02 .ttl::after {
    content: "";
    width: 115%;
    height: 1px;
    background: var(--c-01);
    position: absolute;
    bottom: 0;
    left: -15%;
}

.about-area02 .en {
    font-size: 20px;
    color: var(--c-02);
    z-index: 2;
    position: relative;
}

.about-area02 .card:nth-child(2) .en {
    color: var(--c-04);
}

.about-area02 .card:nth-child(3) .en {
    color: var(--c-05);
}

.about-area02 .img {
    box-shadow: 10px 10px 0 #e8e0d5;
}

.about-area02 .card:nth-child(even) .ttl::before {
    left: initial;
    right: -25%;
}

.about-area02 .card:nth-child(even) .ttl::after {
    left: initial;
    right: -15%;
}

.about-area02 .card:nth-child(2) .ttl::before {
    background: #ffd657;
}

.about-area02 .card:nth-child(3) .ttl::before {
    background: #6ce4e6;
}

.job-area .sb-ttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 70px;
    font-size: 24px;
    color: var(--c-01);
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.job-area .sb-ttl::before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d2c6b0;
    opacity: 0.6;
    transform: translate(0%,-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.job-area .sb-ttl::after {
    content: "";
    width: 93%;
    height: 1px;
    background: var(--c-01);
    position: absolute;
    bottom: 0;
    left: 30px;
}

.job-area .text {
    padding-left: 50px;
}

[class*="up-gapy-"]>*:last-child {
    padding-bottom: 0;
}

.future-area {
    padding-top: 40px;
}

.future-area .ttl {
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.future-area .en {
    font-family: var(--f-01);
    font-size: 100px;
    color: #e0f2f3;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.future-area .box {
    position: relative;
}

.future-area .box .img {
    width: 80%;
    margin-left: auto;
    position: absolute;
    top: -100px;
    right: 0;
}

.future-area .box .text-box {
    width: 60%;
    margin-top: 100px;
    padding: 140px 76px 62px 133px;
    background: #fff;
    position: relative;
}

.future-area .box .text-box .bg-img {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: -30px;
    left: -13%;
}

.future-area .box .text-box .bg-img02 {
    width: 100%;
    max-width: 330px;
    position: absolute;
    top: -30px;
    right: -6%;
}

.employment .list .item:first-of-type {
    border-top: 1px solid #ccc;
}

.employment .item {
    padding: 1.5em 0;
    border-bottom: 1px solid #ccc;
}

.employment dl {
    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;
}

.employment .item dt {
    width: 10em;
    font-weight: 700;
    color: var(--c-01);
}

.employment .item dt+dd {
    width: calc(100% - 13em);
}

.employment .item .sbd {
    width: 10em;
}

.employment .item .sbdc {
    width: calc(100% - 13em);
}

.last-area .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
}

.last-area .text-box {
    width: 80%;
    padding: 60px 130px 60px 60px;
    background: #fff;
}

.last-area .text-box>div {
    position: relative;
    z-index: 1;
}

.last-area .en {
    font-family: var(--f-01);
    font-size: 100px;
    color: #f5eddf;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.last-area .box:first-child .text-box {
    padding: 60px 130px 0px 60px;
}

.last-area .box:nth-child(2) .text-box {
    padding: 0px 130px 60px 60px;
}

.last-area .img-box {
    width: 20%;
}

.last-area .img-box .img {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.last-area .img-box .img span {
    height: 100%;
}

.last-area .ttl {
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.last-area .sb-ttl {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    color: var(--c-01);
}

.last-area [class*=s-img] {
    position: absolute;
}

.last-area .s-img {
    width: 100%;
    max-width: 200px;
    top: -35px;
    right: -50px;
}

.last-area .s-img01 {
    top: -30px;
    left: 10%;
}

.last-area .s-img02 {
    top: 30%;
    left: 13%;
}

.last-area .s-img03 {
    top: 40%;
    right: -2%;
}

.last-area .s-img035 {
    top: 64%;
    left: -40px;
}

.last-area .s-img04 {
    top: 1%;
    left: 18%;
}

.last-area .s-img05 {
    top: 65%;
    left: 18%;
}

.last-area .s-img06 {
    bottom: -20px;
    right: -20px;
}

.last-area .s-img07 {
    top: 25%;
    left: 30px;
}

@media (max-width: 1024px) {
    .sp-inner {
        width: 96%;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mb-area .box {
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mb-area .ttl {
    margin-bottom: 10px;
    font-size: 26px;
}

.mb-area .img {
    width: 100%;
    max-width: 270px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.mb-area .f-area {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.mb-area .f-area .b-img {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -15%;
}
.mb-area .f-area .b-img02 {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -15%;
}

.fb01 {
    filter: brightness(0.01);
}

@media (max-width: 1024px) {
    .main-visual .img:before {
        padding-top: 80%;
    }

    .main-visual .head .item {
        font-size: 40px;
    }

    .m-btn {
        width: 250px;
        height: 40px;
    }

    .book .imgs {
        max-width: 130px;
    }

    .main-visual .bimg {
        max-width: 130px;
    }

    .main-visual .bimg02 {
        max-width: 150px;
        top: 12%;
        right: -25px;
    }

    .m-ttl .ttl {
        font-size: 28px;
    }

    .about-area02 .ttl {
        font-size: 26px;
    }

    .about-area02 .ttl::before {
        width: 100px;
        height: 100px;
        left: -20%;
    }

    .about-area02 .card:nth-child(even) .ttl::before {
        right: -20%;
    }

    .job-area .sb-ttl {
        font-size: 22px;
    }

    .future-area .box .img {
        width: 100%;
        margin-left: auto;
        position: relative;
        top: initial;
        right: initial;
    }

    .future-area .box .text-box {
        width: 100%;
        margin-top: 0;
        padding: 140px 76px 62px 133px;
        background: #fff;
        position: relative;
    }
    .future-area .ttl,
    .last-area .ttl {
        font-size: 28px;
    }
    .future-area .en,
    .last-area .en {
        font-size: 80px;
    }

    .employment .item dt {
        width: 8em;
    }

    .employment .item dt+dd {
        width: calc(100% - 10em);
    }

    .last-area .img-box,
    .last-area .text-box {
        width: 100%;
    }

    .last-area .img-box .img {
        flex-direction: row;
    }

    .last-area .box:nth-child(2) .text-box {
        padding: 60px 130px 60px 60px;
    }

    .last-area .sb-ttl {
        font-size: 22px;
    }

    .last-area .s-img {
        max-width: 100px;
    }
    .last-area .s-img01 {
        top: -55px;
        left: -30px;
    }
    .last-area .s-img02 {
        left: -60px;
    }
    .last-area .s-img04 {
        left: -30px;
    }
    .last-area .s-img05 {
        left: inherit;
        right: -20px;
    }
    .last-area .s-img07 {
        left: initial;
        right: 10px;
    }

    .mb-area .box {
        padding: 50px 20px;
    }

    .mb-area .f-area .b-img {
        opacity: 0.3;
        transform: scale(-1, 1)translateY(-50%);
        left: -20%;
    }

    .mb-area .f-area .b-img02 {
        opacity: 0.3;
        right: -20%;
    }

    .mb-area .ttl {
        font-size: 22px;
    }

    .mb-area .img {
        max-width: 260px;
    }

    .about-area .img {
        margin-bottom: -150px;
    }
}

@media (max-width: 599px) {
    .main-visual .m-img {
        width: 100%;
    }
    .main-visual .img:before {
        padding-top: 110%;
    }
    .main-visual .head .sb-item {
        font-size: 18px;
    }
    .main-visual .head .item {
        font-size: 28px;
    }
    .m-btn a,
    .cat-btn a {
        font-size: 16px;
    }
    .cat-btn {
        width: 120px;
        height: 40px;
    }
    .main-visual .bimg {
        opacity: 0.4;
        top: -50px;
        left: -80px;
    }
    .main-visual .bimg02 {
        opacity: 0.4;
        top: initial;
        bottom: 0;
    }
    .book {
        margin-top: 30px;
        position: relative;
        bottom: initial;
        right: inherit;
    }
    .main-visual .head {
        top: 15%;
    }
    .m-ttl {
        margin: 80px 0 50px;
    }
    .m-ttl .ttl {
        font-size: 24px;
    }
    .about-area .img {
        margin-bottom: 0;
    }
    .about-area .box {
        padding: 0;
    }
    .about-area02 .text-box {
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .about-area02 .ttl::before {
        width: 70px;
        height: 70px;
        left: -35px;
    }
    .about-area02 .card:nth-child(even) .ttl::after {
        left: -15%;
        right: initial;
    }
    .about-area02 .card:nth-child(even) .ttl::before {
        left: -35px;
        right: initial;
    }
    .job-area .sb-ttl {
        font-size: 20px;
    }
    .future-area .box .text-box {
        padding: 30px 10px;
    }
    .future-area .ttl,
    .last-area .ttl {
        font-size: 24px;
    }
    .future-area .en,
    .last-area .en {
        font-size: 60px;
    }
    .future-area .box .text-box .bg-img {
        max-width: 130px;
        opacity: 0.3;
        top: initial;
        bottom: 0;
        left: -13%;
    }
    .future-area .box .text-box .bg-img02 {
        max-width: 200px;
        opacity: 0.3;
        top: -270px;
    }
    .employment .item dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .employment .item dt+dd {
        width: 100%;
    }
    .employment .item .sbd {
        width: 8em;
    }
    .employment .item .sbdc {
        width: calc(100% - 8em);
    }
    .last-area .box:first-child .text-box,
    .last-area .box:nth-child(2) .text-box {
        padding: 50px 10px;
    }
    .last-area .s-img01 {
        max-width: 150px;
        opacity: 0.3;
        top: -40px;
        left: -10px;
    }
    .last-area .s-img {
        max-width: 80px;
        opacity: 0.3;
    }
    .last-area .s-img02 {
        opacity: 0.3;
        top: 23%;
        left: -60px;
    }
    .last-area .s-img03 {
        opacity: 0.3;
        top: 36%;
        right: -12%;
    }
    .last-area .s-img035 {
        opacity: 0.3;
        left: -55px;
    }
    .last-area .s-img04 {
        opacity: 0.3;
        top: -1%;
    }
    .last-area .s-img07 {
        opacity: 0.3;
        top: 16%;
    }
    .last-area .s-img05 {
        opacity: 0.3;
        top: 70%;
    }
    .last-area .s-img06 {
        opacity: 0.3;
        bottom: -70px;
    }
    .mb-area .f-area {
        flex-wrap: wrap;
    }
    .mb-area .f-area .b-img {
        width: 50%;
        left: -30%;
    }
    .mb-area .f-area .b-img02 {
        width: 50%;
        right: -30%;
    }
    .about-area02 .ttl {
        font-size: 22px;
    }
    .last-area .sb-ttl {
        font-size: 20px;
    }
}

.d-none-tb,
.d-none-sp {
    display: block;
}
.d-b-tb,
.d-b-sp {
    display: none;
}
@media (max-width: 1024px) {
    .d-b-tb {
        display: block;
    }
    .d-none-tb {
        display: none;
    }
}
@media (max-width: 599px) {
    .d-none-sp {
        display: none;
    }
    .d-b-sp {
        display: block;
    }
}


.future-area .inner1200 {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1301px) {
 .future-area .inner1200 {
   max-width: 1200px;
 }
}

@media (max-width:1024px) {
    .future-area .inner1200 {
        width: 96%;
    }
}

.bg-area {
    position: relative;
}

.bg-area .bg-pic01 {
    position: absolute;
    right: -5%;
    top: 60%;
    transform: translateY(-50%);
    width: 216px;
}

@media (max-width:1024px) {
  .bg-area .bg-pic01 {
      right: 0%;
  }
}

@media (max-width:599px) {
  .bg-area .bg-pic01 {
      top: unset;
      bottom: 0;
      transform: unset;
      opacity: 0.3;
  }
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .main-visual .head .up-sp-text .item {
    font-size: 28px;
}

[data-element-id] .up-sp-text .m-ttl .ttl {
    font-size: 24px;
}

[data-element-id] .about-area02 .up-sp-text .ttl {
    font-size: 22px;
}

[data-element-id] .future-area .up-sp-text .ttl,
[data-element-id] .last-area .up-sp-text .ttl {
    font-size: 24px;
}

[data-element-id] .future-area .up-sp-text .en, 
[data-element-id] .last-area .up-sp-text .en {
    font-size: 60px;
}

[data-element-id] .main-visual .head{
  top: 13%;
}
