@font-face {
    font-family: "poppin";
    src: url("../font/POPPINS-SEMIBOLD.woff") format("woff"), url("../font/Poppins-SemiBold.ttf") format("truetype");
    font-weight: semibold;
    font-style: normal;
}

@font-face {
    font-family: "axis-std";
    src: url("../font/axis-std.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html.active,
body.active {
    overflow: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: scroll;
    z-index: 500;
    display: none;
}

.overlay.active {
    pointer-events: all;
    opacity: 1;
}

.overlay .humbergerclose {
    position: absolute;
    top: 5rem;
    right: 5.3rem;
    width: 3.4rem;
    height: 2.1rem;
}

.overlay .humbergerclose div {
    position: absolute;
    top: 50%;
    background: #000000;
    width: 100%;
    height: 0.2rem;
}

.overlay .humbergerclose div:first-of-type {
    transform: translateY(-50%) rotate(45deg);
}

.overlay .humbergerclose div:last-of-type {
    transform: translateY(-50%) rotate(-45deg);
}

.overlay .overlayWrapper .ul {
    padding-top: 20rem;
    margin: 0;
}

.overlay .overlayWrapper .ul__li {
    text-align: center;
}

.overlay .overlayWrapper .ul__li .link {
    color: #000000;
    font-weight: 700;
    font-size: 2.4rem;
}

.overlay .overlayWrapper .ul__li+.ul__li {
    margin-top: 2.5rem;
}

.imgArea {
    display: block;
}

.imgArea img {
    width: 100%;
    height: initial;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position:  top center;
    image-rendering: -webkit-optimize-contrast;
}

.m-header {
    background: #F4EBE4;
}

.m-header p {

    margin-top: 0;
    margin-bottom: 0;
}

.m-header .link-area {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    padding-right: 20px;
}

.m-header .link-area a {
    color: #FFF;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    width: 130px;
    padding: 10px 0;
    border-radius: 0 0 0 10px;
}

.m-header .link-area a:nth-of-type(1) {
    background: #F3683F;
}

.m-header .link-area a:nth-of-type(2) {
    background: #01B8CA;
}

.m-header .link-area a:nth-of-type(3) {
    background: #F06890;
}

.m-header .nav-area {
    margin-top: 27px;
    padding: 0 20px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.m-header .nav-area .logo-area .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px;
}

.m-header .nav-area .logo-area .link .span1 {
    font-family: "axis-std";
    letter-spacing: 0.2em;
    font-size: 13px;
    color: #000;
}

.m-header .nav-area .logo-area .link .span2 {
    font-family: "axis-std";
    font-size: 26px;
    letter-spacing: 0.06em;
    color: #000;
}

.m-header .nav-area .humberger {
    display: none;
}

.m-header .nav-area .list-area {
    display: flex;
    align-items: center;
    gap: 40px;
}

.m-header .nav-area .list-area .list {
    display: flex;
    gap: 20px;
}

.m-header .nav-area .list-area .list a,
.m-header .nav-area .list-area .list .list-item {
    color: #000;
    font-size: 17px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
    letter-spacing: 0.06em;
}

.m-header .nav-area .list-area .list .list-item {
    position: relative;
}

.m-header .nav-area .list-area .list .list-item.next {

    margin-right: 10px;
}

.m-header .nav-area .list-area .list .list-item a {
    position: relative;
	font-size:15px;
}

.m-header .nav-area .list-area .list .list-item a.sub::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(0, -50%) rotate(45deg);
}

.m-header .nav-area .list-area .list .list-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease;
}

.m-header .nav-area .list-area .list .list-item a:hover::after {
    width: 100%;
}

.m-header .nav-area .list-area .list .list-item .submenu {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    display: none;
    width: 100%;
    min-width: 310px;
    z-index: 1020;
}

.m-header .nav-area .list-area .list .list-item .submenu li {
    padding: 12px 24px;
    line-height: 1.6;
    transition: background-color 0.2s ease;
    z-index: 1020;
}

.m-header .nav-area .list-area .list .list-item:hover .submenu {
    display: block;
    z-index: 1020;
}

.m-header .nav-area .list-area .tel {
    font-size: 20px;
    letter-spacing: 0.06em;
    color: #F3683F;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:1200px) {
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
        transition: all 0.3s ease;
        overflow: scroll;
        z-index: 500;
    }

    .overlay.active {
        pointer-events: all;
        opacity: 1;
    }

    .overlay .overlayWrapper {
        height: 100%;
    }

    .overlay .overlayWrapper .ul {
		box-sizing:border-box;
        background: #d2688b;
        padding: 130px 0 100px;
        height: 100%;
    }

    .overlay .overlayWrapper .ul__li {
        text-align: center;
    }

    .overlay .overlayWrapper .ul__li .link {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    .overlay .overlayWrapper .ul__li+.ul__li {
        margin-top: 25px;
    }
	
	.overlay .overlayWrapper .ul__li.btn{
		background:#fff;
		width:240px;
		margin-inline:auto;
		padding:15px;
		border-radius:0 0 0 10px;
	}
	.overlay .overlayWrapper .ul__li.btn.contact{
		margin-top:60px;
	}
	.overlay .overlayWrapper .ul__li.btn .link{
		color:#d2688b;
	}

    .m-header .link-area {
        display: none;
    }

    .m-header .nav-area {
        position: fixed;
        top: 0;
        left: 0;
        padding: 20px 20px;
        margin-top: 0;
        z-index: 500;
        width: 100%;
        box-sizing: border-box;
    }

    .m-header .nav-area .logo-area .link {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 110px;
    }
	.active .m-header .nav-area .logo-area .link {
		 display:none;
	}

    .m-header .nav-area .logo-area .link .span1 {
        font-size: 11px;
    }

    .m-header .nav-area .logo-area .link .span2 {
        font-size: 21px;
    }

    .m-header .nav-area .humberger {
        display: flex;
        flex-direction: column;
        width: 49px;
        height: 9px;
        position: relative;
        cursor: pointer;
    }

    .m-header .nav-area .humberger div {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #d2688b;
        transition: all 0.3s ease;
    }

    .m-header .nav-area .humberger div:nth-of-type(1) {
        top: 0;
    }

    .m-header .nav-area .humberger div:nth-of-type(2) {
        top: auto;
        bottom: 0;
    }

    .m-header .nav-area .humberger.active div:nth-of-type(1) {
		background:#fff;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .m-header .nav-area .humberger.active div:nth-of-type(2) {
		background:#fff;
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .m-header .nav-area .list-area {
        display: none;
    }

}

main{
	background: #F4EBE4;	
}

.front .top-area {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.front .top-area .fv {
    background: #F4EBE4;
    padding: 170px 0 226px 114px;
    position: relative;
}

.front p {

    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width:1350px) {

    .front .top-area .fv {
        padding: 170px 20px 226px 20px;
    }
}

.front .top-area .fv .ilust1 {
    display: none;
}

.front .top-area .fv .copy {
    font-size: 40px;
    letter-spacing: 0.12em;
    margin: 0 auto;
    max-width: 1230px;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.front .top-area .fv .description {
    margin: 0 auto;
    max-width: 1230px;
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.front .top-area .about-section {
    background: #F4EBE4;
    background: linear-gradient(180deg, #F4EBE4 0%, #F4EBE4 50%, #edb2c2 50%, #edb2c2 100%);
    position: relative;
    z-index: 2;
}

.front .top-area .about-section .backimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.front .top-area .about-section .ilust1 {
    position: absolute;
    top: -190px;
    left: 90px;
    width: 150px;
}

@media screen and (max-width:1300px) {

    .front .top-area .about-section .ilust1 {
        left: 20px;
    }
}

.front .top-area .about-section .ilust2 {
    position: absolute;
    top: -220px;
    left: 310px;
    width: 200px;
}

@media screen and (max-width:1300px) {

    .front .top-area .about-section .ilust2 {

        left: 220px;
    }
}

.front .top-area .about-section .content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 240px 20px 100px;
}

.front .top-area .about-section .content-area .section-title {
    font-size: 32px;
    letter-spacing: 0.16em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    color: #FFF;
}

.front .top-area .about-section .content-area .about-description {
    position: relative;
    margin-top: 50px;
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 42px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #FFF;
}

.front .top-area .about-section .content-area .about-description .ilust3 {
    position: absolute;
    left: 330px;
    top: -50px;
    width: 175px;
}

.front .top-area .about-section .content-area .about-description .ilust4 {
    position: absolute;
    bottom: -50px;
    left: -120px;
    width: 120px;
}

.front .top-area .about-section .content-area .button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    width: 280px;
    height: 67px;
    border-radius: 0 15px 15px 15px;
    background: #FFF;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    color: #edb2c2;
}

.front .top-area .about-section .content-area .button-area .imgArea {
    width: 17px;
    height: 17px;
}

.front .top-area .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

@media screen and (min-width:1700px) {

    .front .top-area .img-wrapper {

        right: 5%;
    }
}

@media screen and (min-width:1900px) {

    .front .top-area .img-wrapper {

        right: 10%;
    }
}

@media screen and (max-width:1350px) {

    .front .top-area .img-wrapper {

        right: -10%;
    }
}

.front .top-area .img-wrapper .newimg1 {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 826px;
    border-radius: 10px;
    overflow: hidden;
}

.front .top-area .img-wrapper .newimg2 {
    position: absolute;
    top: 580px;
    right: 40px;
    width: 570px;
    transform: rotate(2deg);
}

.front .top-area .img-wrapper .newimg3 {
    position: absolute;
    top: 940px;
    right: 80px;
    width: 660px;
    transform: rotate(-4deg);
}

.front .top-area .img-wrapper .newimg4 {
    position: absolute;
    top: 1330px;
    right: 45px;
    width: 580px;
    transform: rotate(5deg);
}

.front .about-section-sp {
    display: none;
}

.recruit-section {
    background: #f6f4f1;
    padding: 90px 0 105px;
}

.recruit-section .section-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    max-width: 1180px;
}

.recruit-section .section-title .span1 {
    font-size: 14px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #57cb9c;
}

.recruit-section .section-title .span2 {
    font-size: 28px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #57cb9c;
}

.recruit-section .new-recruit-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px 0;
    z-index: 30;
    margin: 0 auto;
    margin-top: 35px;
    max-width: 1180px;
}

.recruit-section .new-recruit-content .ilust1 {
    position: absolute;
    top: -240px;
    right: -120px;
    width: 690px;
}

.recruit-section .new-recruit-content .ilust2 {
    position: absolute;
    top: 310px;
    right: -110px;
    width: 78px;
}

.recruit-section .new-recruit-content .ilust3 {
    position: absolute;
    left: -90px;
    bottom: -110px;
    width: 103px;
	z-index: -1;
}

.recruit-section .new-recruit-content .article {
    width: calc(33.3333333333% - 10px);
}

.recruit-section .new-recruit-content .article .imgArea {
    overflow: hidden;
    width: 100%;
    height: 350px;
    border-radius: 15px;
}
.recruit-section .new-recruit-content .article .imgArea img{
	height:100%;
}

.recruit-section .new-recruit-content .article .article-title {
    margin-top: 23px;
    font-size: 22px;
    letter-spacing: 0.04em;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    color: #666666;
}

.recruit-section .new-recruit-content .article .article-title br{
	display:none;
}

.recruit-section .new-recruit-content .article .text {
    margin-top: 15px;
    letter-spacing: 0.06em;
    line-height: 25px;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    color: #666666;
}

.front .recruit-section .button-area {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1180px;
}

.front .recruit-section .button-area .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    width: 280px;
    height: 67px;
    border-radius: 0 15px 15px 15px;
    background: #57cb9c;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    color: #FFF;
}

.front .recruit-section .button-area .button .imgArea {
    width: 17px;
    height: 17px;
}

.front .recruit-section2 {
    background: #f6f4f1;
    padding-top: 200px;
    padding-right: 220px;
    overflow: hidden;
}

.front .recruit-section2 .content-wrapper {
    background: #ffe5ec;
    border-radius: 0 150px 0 0;
    padding: 90px 100px 130px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

@media screen and (min-width:1900px) {

    .front .recruit-section2 .content-wrapper {
        padding-right: 200px;
    }
}

.front .recruit-section2 .content-wrapper .ilust1 {
    position: absolute;
    top: -80px;
    right: 0;
    width: 250px;
}

.front .recruit-section2 .content-wrapper .ilust2 {
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 260px;
}

@media screen and (min-width:1700px) {

    .front .recruit-section2 .content-wrapper .ilust2 {
        bottom: 0;
    }
}

.front .recruit-section2 .content-wrapper .main-img {
    position: absolute;
    border-radius: 200px;
    overflow: hidden;
    width: 750px;
    top: -110px;
    left: -90px;
}

@media screen and (min-width: 1700px) {

    .front .recruit-section2 .content-wrapper .main-img {
        width: 1000px;
    }
}

@media screen and (max-width: 1400px) {

    .front .recruit-section2 .content-wrapper .main-img {
        width: 600px;
    }
}

@media screen and (max-width: 1200px) {

    .front .recruit-section2 .content-wrapper .main-img {
        width: 500px;
    }
}

.front .recruit-section2 .content-wrapper .section-title {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.front .recruit-section2 .content-wrapper .section-title .span1 {
    font-size: 14px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #f56790;
}

.front .recruit-section2 .content-wrapper .section-title .span2 {
    font-size: 28px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #f56790;
}

.front .recruit-section2 .content-wrapper .text {
    width: 400px;
    margin-top: 66px;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.front .recruit-section2 .content-wrapper .button-area {
    display: flex;
    align-items: flex-start;
    width: 400px;
    margin-top: 30px;
}

.front .recruit-section2 .content-wrapper .button-area .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    width: 280px;
    height: 67px;
    border-radius: 0 15px 15px 15px;
    background: #FFF;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    color: #f56790;
}

.front .recruit-section2 .content-wrapper .button-area .button .imgArea {
    width: 17px;
    height: 17px;
}

.staff-section {
    background: #f6f4f1;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 140px;
    position: relative;
}

.front .staff-section .ilust1 {
    position: absolute;
    top: 30px;
    right: 440px;
    width: 110px;
}

.front .staff-section .ilust2 {
    position: absolute;
    top: 30px;
    right: 80px;
    width: 160px;
}

.staff-section .section-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 auto;
    max-width: 1180px;
}

.staff-section .section-title .span1 {
    font-size: 14px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #00b0df;
}

.staff-section .section-title .span2 {
    font-size: 28px;
    letter-spacing: 0.16em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #00b0df;
}

.staff-section .content-area {
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
}

.staff-section .content-area .scroll-track {
    display: flex;
    gap: 94px;
    animation: scrollLeft 20s linear infinite;
    width: -moz-fit-content;
    width: fit-content;
}

.staff-section .content-area .scroll-track:hover {
    animation-play-state: paused;
}

.staff-section .content-area .article {
    flex-shrink: 0;
    width: 300px;
}

.staff-section .content-area .article .link {
    display: block;
    width: 100%;
    position: relative;
}

.staff-section .content-area .article .link .imgArea {
    display: block;
    width: 100%;
    border-radius: 20px;
    height: 400px;
    overflow: hidden;
}
.staff-section .content-area .article .link .imgArea img{
	height:100%;
}

.staff-section .content-area .article .link .name {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #666666;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
}

.staff-section .content-area .article .link .bottom-area {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 5px 16px;
    flex-wrap: wrap;
}

.staff-section .content-area .article .link .bottom-area .initial {
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #666666;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    width: auto;
    display: block;
}

.staff-section .content-area .article .link .bottom-area .position {
    padding: 4px 5px;
	line-height:1.0;
    font-size: 13px;
    letter-spacing: 0.16em;
    border: 1px solid #42bdf2;
    color: #42bdf2;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
}

.staff-section .content-area .article .link .eng-position {
    position: absolute;
    top: 135px;
    right: -75px;
    transform: rotate(90deg);
    color: #42bdf2;
    font-size: 12px;
    letter-spacing: 0.6em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    width: 100px;
    height: 10px;
    white-space: nowrap;
}

.staff-section .content-area .article .link .eng-position::after {
    content: "";
    position: absolute;
    background: #42bdf2;
    right: 80%;
    top: 70%;
    transform: translate(-50%);
    height: 1px;
    width: 70px;
}

.staff-section .button-area {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1180px;
    margin-top: 44px;
}

.staff-section .button-area .button {
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    width: 280px;
    height: 67px;
    border-radius: 0 15px 15px 15px;
    background: #00b0df;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    color: #FFF;
}

.staff-section .button-area .button .imgArea {
    width: 17px;
    height: 17px;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1150px) {

    .front {
        overflow: hidden;
        background: #F4EBE4;
    }

    .front .top-area {
        height: 630px;
        background: #F4EBE4;
        position: relative;
        margin: 0 auto;
        max-width: 500px;
    }

    .front .top-area .fv {
        padding: 15px 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .front .top-area .fv .ilust1 {
        display: block;
        width: 88px;
        top: -120px;
        left: 25px;
        position: absolute;
    }

    .front .top-area .fv .mainimg {
        position: absolute;
        top: 0;
        right: 0;
    }

    .front .top-area .fv .copy {
        font-size: 26px;
    }

    .front .top-area .fv .description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.08em;
    }

    .front .top-area .about-section {
        display: none;
    }

    .front .top-area .img-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .front .top-area .img-wrapper .newimg1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 260px;
        height: 380px;
        border-radius: 0;
        overflow: hidden;
    }

    .front .top-area .img-wrapper .newimg2 {
        position: absolute;
        top: 400px;
        right: auto;
        left: 0;
        width: 220px;
        transform: rotate(-2deg);
    }

    .front .top-area .img-wrapper .newimg3 {
        position: absolute;
        top: 400px;
        right: 0;
        left: auto;
        width: 220px;
        transform: rotate(-4deg);
    }

    .front .top-area .img-wrapper .newimg4 {
        display: none;
    }

    .front .about-section-sp {
        display: block;
        background: #F4EBE4;
        position: relative;
        z-index: 50;
    }

    .front .about-section-sp .backimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 240%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
    }

    .front .about-section-sp .ilust1 {
        display: none;
    }

    .front .about-section-sp .ilust2 {
        position: absolute;
        top: -40px;
        right: 50px;
        width: 100px;
    }

    .front .about-section-sp .content-area {
        padding: 80px 20px 130px;
        max-width: 500px;
        margin: 0 auto;
    }

    .front .about-section-sp .content-area .section-title {
        font-size: 20px;
        letter-spacing: 0.12em;
        font-family: noto-sns-cjk-jp, sans-serif;
        font-weight: 700;
        color: #FFF;
    }

    .front .about-section-sp .content-area .about-description {
        position: relative;
        margin-top: 30px;
        font-size: 15px;
        letter-spacing: 0.08em;
        line-height: 26px;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 500;
        color: #FFF;
    }

    .front .about-section-sp .content-area .about-description .ilust3 {
        position: absolute;
        right: -20px;
        bottom: -260px;
        top: auto;
        left: auto;
        width: 290px;
    }

    .front .about-section-sp .content-area .about-description .ilust4 {
        position: absolute;
        bottom: 15px;
        left: auto;
        right: -35px;
        width: 130px;
    }

    .front .about-section-sp .content-area .button-area {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 35px;
        width: 213px;
        height: 50px;
        border-radius: 0 10px 10px 10px;
        background: #FFF;
        font-size: 15px;
        letter-spacing: 0.08em;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 900;
        color: #ddb1bf;
    }

    .front .about-section-sp .content-area .button-area .imgArea {
        width: 15px;
        height: 15px;
    }

    .front .about-section-sp {
        display: block;
        background: #F4EBE4;
        position: relative;
        z-index: 50;
    }

    .front .about-section-sp .backimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 240%;
        height: 100%;
        z-index: -1;
        overflow: hidden;
    }

    .front .about-section-sp .ilust1 {
        display: none;
    }

    .front .about-section-sp .ilust2 {
        position: absolute;
        top: -40px;
        right: 50px;
        width: 100px;
    }

    .front .about-section-sp .content-area {
        padding: 80px 20px 130px;
    }

    .front .about-section-sp .content-area .section-title {
        font-size: 20px;
        letter-spacing: 0.12em;
        font-family: noto-sns-cjk-jp, sans-serif;
        font-weight: 700;
        color: #FFF;
    }

    .front .about-section-sp .content-area .about-description {
        position: relative;
        margin-top: 30px;
        font-size: 15px;
        letter-spacing: 0.08em;
        line-height: 26px;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 500;
        color: #FFF;
    }

    .front .about-section-sp .content-area .about-description .ilust3 {
        position: absolute;
        right: -20px;
        bottom: -260px;
        top: auto;
        left: auto;
        width: 290px;
    }

    .front .about-section-sp .content-area .about-description .ilust4 {
        position: absolute;
        bottom: 15px;
        left: auto;
        right: -35px;
        width: 130px;
    }

    .front .about-section-sp .content-area .button-area {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 35px;
        width: 213px;
        height: 50px;
        border-radius: 0 10px 10px 10px;
        background: #FFF;
        font-size: 15px;
        letter-spacing: 0.08em;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 900;
        color: #eeb2c2;
    }

    .front .about-section-sp .content-area .button-area .imgArea {
        width: 15px;
        height: 15px;
    }

    .front .recruit-section {
        padding: 0 20px;
        padding-top: 55px;
    }

    .front .recruit-section .section-title {
        gap: 30px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .front .recruit-section .section-title .span1 {
        font-size: 14px;
    }

    .front .recruit-section .section-title .span2 {
        font-size: 28px;
    }

    .front .recruit-section .new-recruit-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
        z-index: 30;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .front .recruit-section .new-recruit-content .ilust1 {
        position: absolute;
        top: -110px;
        right: 30px;
        width: 130px;
    }

    .front .recruit-section .new-recruit-content .ilust2 {
        display: none;
    }

    .front .recruit-section .new-recruit-content .ilust3 {
        display: none;
    }

    .front .recruit-section .new-recruit-content .article {
        width: 100%;
    }

    .front .recruit-section .new-recruit-content .article .imgArea {
        height: 290px;
    }

    .front .recruit-section .new-recruit-content .article .article-title {
        margin-top: 25px;
        font-size: 20px;
        letter-spacing: 0.04em;
    }

    .front .recruit-section .new-recruit-content .article .text {
        margin-top: 15px;
        letter-spacing: 0.04em;
    }

    .front .recruit-section .button-area {
        display: flex;
        justify-content: flex-start;
        margin: 0 auto;
        margin-top: 35px;
        max-width: 500px;
    }

    .front .recruit-section .button-area .button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 35px;
        width: 213px;
        height: 50px;
        padding: 0 20px;
        border-radius: 0 10px 10px 10px;
        background: #84ca9d;
        font-size: 15px;
        letter-spacing: 0.08em;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 900;
        color: #FFF;
    }

    .front .recruit-section .button-area .button .imgArea {
        width: 15px;
        height: 15px;
    }

    .front .recruit-section2 {
        padding-top: 170px;
        padding-right: 0;
        width: 100%;
        background: #f9e4ea;
    }

    .front .recruit-section2 .content-wrapper {
        border-radius: 0;
        padding: 270px 20px 150px;
        max-width: 500px;
        margin: 0 auto;
    }

    .front .recruit-section2 .content-wrapper .ilust1 {
        position: absolute;
        top: 250px;
        right: 20px;
        width: 160px;
    }

    .front .recruit-section2 .content-wrapper .ilust2 {
        position: absolute;
        bottom: 15px;
        left: auto;
        right: 10px;
        width: 280px;
    }

    .front .recruit-section2 .content-wrapper .main-img {
        position: absolute;
        border-radius: 200px 0 0 100px;
        overflow: hidden;
        width: 500px;
        top: -110px;
        left: 20px;
    }

    .front .recruit-section2 .content-wrapper .section-title {
        gap: 30px;
        width: 100%;
    }

    .front .recruit-section2 .content-wrapper .section-title .span1 {
        font-size: 14px;
    }

    .front .recruit-section2 .content-wrapper .section-title .span2 {
        font-size: 28px;
    }

    .front .recruit-section2 .content-wrapper .text {
        width: 100%;
        margin-top: 40px;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.04em;
    }

    .front .recruit-section2 .content-wrapper .button-area {
        display: flex;
        justify-content: flex-start;
        margin: 0 auto;
        margin-top: 35px;
        max-width: 100%;
    }

    .front .recruit-section2 .content-wrapper .button-area .button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 35px;
        width: 213px;
        height: 50px;
        padding: 0 20px;
        border-radius: 0 10px 10px 10px;
        background: #FFF;
        font-size: 15px;
        letter-spacing: 0.08em;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 900;
        color: #F06890;
    }

    .front .recruit-section2 .content-wrapper .button-area .button .imgArea {
        width: 15px;
        height: 15px;
    }

    .front .staff-section {
        padding: 46px 20px 120px;
    }

    .front .staff-section .ilust1 {
        display: none;
    }

    .front .staff-section .ilust2 {
        display: none;
    }

    .front .staff-section .section-title {
        gap: 30px;
        width: 100%;
    }

    .front .staff-section .section-title .span1 {
        font-size: 14px;
    }

    .front .staff-section .section-title .span2 {
        font-size: 28px;
        letter-spacing: 0.1em;
    }

    .front .staff-section .content-area {
        margin-top: 35px;
    }

    .front .staff-section .content-area .scroll-track {
        gap: 60px;
    }

    .front .staff-section .content-area .article {
        width: 200px;
    }

    .front .staff-section .content-area .article .link .imgArea {
        height: 290px;
    }

    .front .staff-section .content-area .article .link .name {
        margin-top: 14px;
        font-size: 12px;
    }

    .front .staff-section .content-area .article .link .bottom-area .initial {
        font-size: 12px;
    }

    .front .staff-section .content-area .article .link .bottom-area .position {
        font-size: 12px;
    }

    .front .staff-section .content-area .article .link .eng-position {
        font-size: 9px;
    }

    .front .staff-section .button-area {
        display: flex;
        justify-content: flex-start;
        margin: 0 auto;
        margin-top: 35px;
        max-width: 100%;
    }

    .front .staff-section .button-area .button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 35px;
        width: 213px;
        height: 50px;
        padding: 0 20px;
        border-radius: 0 10px 10px 10px;
        background: #42bdf2;
        font-size: 15px;
        letter-spacing: 0.08em;
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 900;
        color: #FFF;
    }

    .front .staff-section .button-area .button .imgArea {
        width: 15px;
        height: 15px;
    }

    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}

.shisetu {

    background: #F4EBE4;
}

.shisetu p {

    margin-top: 0;
    margin-bottom: 0;
}

.shisetu .top-area {
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
}
.page-about_us .shisetu .main-contents{
	padding-top:60px;
}

.shisetu .main-contents .top-area {

    max-width: 100%;
    margin: 0;
}

.shisetu .top-area .fv {
    background: #F4EBE4;
    padding: 170px 0 226px 114px;
    position: relative;
}

.shisetu .top-area .fv .copy {
    font-size: 40px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.shisetu .top-area .fv .description {
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.shisetu .top-area .img-wrapper2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.shisetu .top-area .img-wrapper2 .newimg1 {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 826px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1350px) {

    .shisetu .top-area .img-wrapper2 .newimg1 {

        width: 700px;
    }
}

@media screen and (max-width: 1200px) {

    .shisetu .top-area .img-wrapper2 .newimg1 {

        width: 600px;
    }
}

.shisetu .top-area .ilust {
    position: absolute;
    width: 300px;
    left: 100px;
    bottom: 60px;
}

.top-area.other-page {
    position: relative;
    overflow: hidden;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    min-height: 720px;
    background: #F4EBE4;
}

.main-contents .top-area.other-page {

    max-width: 100%;
    margin: 0;
}

.top-area.other-page .fv {
    background: #F4EBE4;
    padding: 170px 0 226px 114px;
    position: relative;
}

.top-area.other-page .fv .copy {
    font-size: 40px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.top-area.other-page .fv .description {
    margin-top: 40px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.12em;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
}

.top-area.other-page .img-wrapper2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.top-area.other-page .img-wrapper2 .newimg1 {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 826px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1350px) {

    .top-area.other-page .img-wrapper2 .newimg1 {

        width: 700px;
    }
}

@media screen and (max-width: 1200px) {

    .top-area.other-page .img-wrapper2 .newimg1 {

        width: 600px;
    }
}

.top-area.other-page .ilust {
    position: absolute;
    width: 300px;
    left: 100px;
    bottom: 60px;
}

.shisetu .main-text-area {
    background: #F4EBE4;
    padding-top: 64px;
}

.shisetu .main-text {
    margin: 0 auto;
    max-width: 1115px;
    line-height: 36px;
    letter-spacing: 0.06em;
    font-size: 16px;
    color: #666666;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
}

.shisetu .main-contents {
    position: relative;
    padding-top: 130px;
    z-index: 2;
}

.shisetu .main-contents::after {
    content: "";
    display: block;
    width: 100%;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F4EBE4;
    z-index: -1;
}

.shisetu .main-contents .content {
    margin: 0 auto;
    max-width: 1180px;
    background: #e39cae;
    border-radius: 20px;
    padding: 34px 30px 54px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.shisetu .main-contents .content.no-shoulder {
	min-height:450px;
	justify-content:center;
}
.shisetu .main-contents .content.no-shoulder.petit {
	min-height:350px;
}

@media screen and (max-width: 1400px) {

    .shisetu .main-contents .content {

        max-width: 1000px;
    }
}

.shisetu .main-contents .content .imgArea {
    width: 724px;
    border-radius: 150px 150px 10px 150px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: -60px;
}

.shisetu .main-contents .content.no-shoulder.petit .imgArea {
	width:600px;
}

@media screen and (max-width: 1400px) {
	.shisetu .main-contents .content .imgArea{
        width: 600px;
    }
}

.shisetu .main-contents .content .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.shisetu .main-contents .content .top-area .section-title {
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #FFF;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
}
@media screen and (max-width: 1400px) {
	.shisetu .main-contents .content .top-area .section-title{
		margin-top:20px;
		margin-bottom:0;
	}
}
.shisetu .main-contents .content .top-area .point {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.shisetu .main-contents .content .top-area .point .span1 {
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #FFF;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
}

.shisetu .main-contents .content .top-area .point .span2 {
    font-size: 40px;
    letter-spacing: 0.12em;
    color: #FFF;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
}

.shisetu .main-contents .content .bottom-area {
   /* margin: 83px 30px 0 auto;*/
    padding-right: 20px;
}
/*.shisetu .main-contents .content.no-shoulder.petit .bottom-area{
	width:calc(100% - 700px);
}*/

.shisetu .main-contents .content .bottom-area .sub-title {
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    color: #FFF;
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 36px;
    width: 410px;
}
.shisetu .main-contents .content.no-shoulder .bottom-area .sub-title {
	font-size:26px;
}

.shisetu .main-contents .content .bottom-area .text {
    margin-top: 40px;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 36px;
    width: 410px;
}
.shisetu .main-contents .content.no-shoulder .bottom-area .text {
	font-size:20px;
}
.shisetu .main-contents .content.no-shoulder.petit .bottom-area .text {
	font-size:16px;
	width:550px;
	max-width:none;
}
@media screen and (max-width: 1400px) {
	.shisetu .main-contents .content.no-shoulder.petit .bottom-area .text {
		width:420px;
	}
}


.shisetu .main-contents .content:nth-of-type(n + 2) {
    margin-top: 90px;
}

.shisetu .main-contents .content:nth-of-type(2n) {
    align-items: flex-start;
}

.shisetu .main-contents .content:nth-of-type(2n) .imgArea {
    width: 720px;
    border-radius: 150px 150px 150px 10px;
    top: -40px;
    right: -60px;
    left: auto;
}
@media screen and (max-width: 1400px) {
    .shisetu .main-contents .content:nth-of-type(2n) .imgArea {
        width: 600px;
	}
}

.shisetu .main-contents .content:nth-of-type(2n) .point {
    justify-content: flex-start;
}

.shisetu .main-contents .content:nth-of-type(2n) .bottom-area {
    padding-left: 20px;
}

.shisetu .gaiyou {
	background:#f6f4f1;
    padding:150px 0 50px;
    margin: 150px auto 0;
}

.shisetu .gaiyou .section-title {
	margin:0;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.16em;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    color: #333333;
}

.shisetu .gaiyou .table-area {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 780px;
}

.shisetu .gaiyou .table-area dl {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 22px 0;
	margin:0;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.shisetu .gaiyou .table-area dl:nth-last-of-type(1) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.shisetu .gaiyou .table-area dl dt,
.shisetu .gaiyou .table-area dl dd {
    flex: 1;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.1em;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    color: #333333;
    position: relative;
	margin:0;
}

.shisetu .gaiyou .table-area dl dt a,
.shisetu .gaiyou .table-area dl dd a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shisetu .gaiyou .table-area dl dt a .icon,
.shisetu .gaiyou .table-area dl dd a .icon {
    width: 25px;
    height: 30px;
}

.shisetu .gaiyou .table-area dl dt a .icon img,
.shisetu .gaiyou .table-area dl dd a .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -o-object-fit: contain;
    object-fit: contain;
}

.shisetu .gaiyou .table-area dl dt a span,
.shisetu .gaiyou .table-area dl dd a span {
    color: #dc192a;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.1em;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.shisetu .gaiyou .table-area dl dt {
	width:300px;
    text-align: center;
}
.shisetu .gaiyou .table-area dl dd {
	width:calc(100% - 300px);
}

@media screen and (max-width: 1150px) {
    .shisetu .top-area {
        display: flex;
        flex-direction: column;
    }

    .shisetu .top-area .fv {
        padding: 40px 20px;
    }

    .shisetu .top-area .fv .copy {
        font-size: 24px;
    }

    .shisetu .top-area .fv .description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .shisetu .top-area .img-wrapper2 {
        position: static;
        top: 0;
        right: 0;
        z-index: 20;
    }

    .shisetu .top-area .img-wrapper2 .newimg1 {
        position: static;
        width: 100%;
        border-radius: 0;
    }

    .shisetu .top-area .ilust {
        position: absolute;
        width: 150px;
        left: auto;
        right: 0;
        bottom: 0;
    }

    .top-area.other-page {
        display: flex;
        flex-direction: column-reverse;
        min-height: auto;
    }

    .top-area.other-page .fv {
        padding: 40px 20px;
    }

    .top-area.other-page .fv .copy {
        font-size: 24px;
    }

    .top-area.other-page .fv .description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .top-area.other-page .img-wrapper2 {
        position: static;
        top: 0;
        right: 0;
        z-index: 20;
    }

    .top-area.other-page .img-wrapper2 .newimg1 {
        position: static;
        width: 100%;
        border-radius: 0;
    }

    .top-area.other-page .ilust {
        position: absolute;
        width: 150px;
        left: auto;
        right: 0;
        bottom: 0;
    }

    .shisetu .main-text-area {
        background: #F4EBE4;
        padding: 20px 20px;
    }

    .shisetu .main-text {
        max-width: 100%;
        line-height: 24px;
        font-size: 14px;
    }

    .shisetu .main-contents {
        padding-top: 40px;
    }
	
    .shisetu .main-contents::after {
        height: 100%;
    }

    .shisetu .main-contents .content {
        max-width: 100%;
        border-radius: 0;
        padding: 0 20px 40px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .shisetu .main-contents .content .imgArea {
        width: 100%;
        border-radius: 20px;
        position: relative;
        top: -20px;
        left: auto;
    }

    .shisetu .main-contents .content .top-area {
        align-items: flex-start;
    }

    .shisetu .main-contents .content .bottom-area {
        margin-top: 20px;
        padding-right: 0;
    }

    .shisetu .main-contents .content .bottom-area .sub-title {
		margin:0 0 15px;
        font-size: 22px;
        line-height: 36px;
        width: 100%;
    }

    .shisetu .main-contents .content .bottom-area .text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .shisetu .main-contents .content:nth-of-type(n + 2) {
        margin-top: 60px;
    }

    .shisetu .main-contents .content:nth-of-type(2n) {
        align-items: flex-start;
    }

    .shisetu .main-contents .content:nth-of-type(2n) .imgArea {
        width: 100%;
        border-radius: 20px;
        position: relative;
        top: -20px;
        right: auto;
        left: auto;
    }

    .shisetu .main-contents .content:nth-of-type(2n) .bottom-area {
        padding-left: 0;
    }

    .shisetu .gaiyou {
		padding: 80px 20px 0;
        margin-top: 70px;
    }

    .shisetu .gaiyou .section-title {
		text-align: left;
        font-size: 18px;
    }

    .shisetu .gaiyou .table-area {
        margin-top: 40px;
        max-width: 100%;
    }

    .shisetu .gaiyou .table-area dl {
		min-height:initial;
		margin:0;
        padding: 20px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .shisetu .gaiyou .table-area dl dt {
		width:100%;
		margin-bottom:10px;
        text-align: left;
    }

    .shisetu .gaiyou .table-area dl dd {
		width:100%;
        margin: 0;
    }
}








/*採用情報*/
.page-recruit .page-contents{
	padding:0;
}
.welfare h3{
	margin-top:200px;
}
.page-section-inner.welfare{
	max-width:1060px;
}
.welfare_list{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	gap:3px;
	margin:40px 0 100px;
}
.welfare_list .item{
	width:230px;
	padding:12px 12px 30px;
	border:rgba(135, 117, 111, 0.2) 1px solid;
	border-radius:10px;
}
.welfare_list .item .image{
	margin-top:30px;
	text-align:center;
}
.welfare_list .item .text{
	font-size:15px;	
	font-weight:500;
	line-height:1.5;
}
.welfare_list .item .text h4{
	min-height:40px;
	margin-bottom:10px;
	text-align:center;
	font-size:18px;
	font-weight:600;
}
.welfare_list .item .text h4 .paren{
	display:block;
	font-size:15px;
}

/*採用情報 求人票*/
.parent-pageid-56 .page-contents{
	background:#f6f4f1;
}
.parent-pageid-56 .page-section-inner h3{
	padding-top:100px;
	text-align:left;
}



.m-footer {
    background: #f4eae4;
	margin-top:250px;
    padding: 90px 0 18px;
    position: relative;
}

.m-footer p {

    margin-top: 0;
    margin-bottom: 0;
}

.m-footer .ilust1 {
    position: absolute;
    top: -120px;
    left: 410px;
    width: 140px;
}

.m-footer .ilust2 {
    position: absolute;
    top: -110px;
    left: 620px;
    width: 140px;
}

.m-footer .footer-top {
    position: absolute;
    top: -30px;
    left: 120px;
    display: flex;
    gap: 12px;
    max-width: 1180px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1250px) {

    .m-footer .footer-top {

        max-width: 1100px;
    }
}

.m-footer .footer-top .sns-link {
    width: 55px;
}

.m-footer .footer-middle {
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

@media screen and (max-width: 1250px) {

    .m-footer .footer-middle {

        max-width: 1100px;
    }
}

.m-footer .footer-middle .left-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.m-footer .footer-middle .left-area .site-title {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    width: 140px;
}
.m-footer .footer-middle .left-area .site-title .imgArea img{
	object-fit:contain;
}

@media screen and (max-width: 1150px) {

    .m-footer .footer-middle .left-area .site-title {
        width: 110px;
    }
}

.m-footer .footer-middle .left-area .site-title .span1 {
    font-family: "axis-std";
    letter-spacing: 0.2em;
    font-size: 13px;
    color: #332c2c;
}

.m-footer .footer-middle .left-area .site-title .span2 {
    font-family: "axis-std";
    font-size: 26px;
    letter-spacing: 0.06em;
    color: #000;
}

.m-footer .footer-middle .left-area .address {
    margin-top: 26px;
    font-size: 14px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
}

.m-footer .footer-middle .right-area {
    display: flex;
    flex: 1;
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    gap: 33px;
}

.m-footer .footer-middle .right-area .text-area .text1 {
    font-size: 14px;
    color: #947c78;
    letter-spacing: 0.06em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
}

.m-footer .footer-middle .right-area .text-area .text2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.m-footer .footer-middle .right-area .text-area .text2 .span1 {
    font-size: 24px;
    color: #F3683F;
    letter-spacing: 0.06em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
}

.m-footer .footer-middle .right-area .text-area .text2 .span2 {
    font-size: 13px;
    color: #F3683F;
    letter-spacing: 0.06em;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
}

.m-footer .footer-middle .right-area .link-area {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.m-footer .footer-middle .right-area .link-area .link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: #FFF;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 10px 10px 10px;
    height: auto;
}

.m-footer .footer-middle .right-area .link-area .link:nth-of-type(1) {
    background: #F3683F;
}

.m-footer .footer-middle .right-area .link-area .link:nth-of-type(2) {
    background: #01B8CA;
}

.m-footer .footer-middle .right-area .link-area .link:nth-of-type(3) {
    background: #F06890;
}

.m-footer .new-footer-bottom {
    display: flex;
    margin: 0 auto;
    margin-top: 82px;
    max-width: 1180px;
    gap: 114px;
}

@media screen and (max-width: 1250px) {

    .m-footer .new-footer-bottom {

        max-width: 1100px;
    }
}

.m-footer .new-footer-bottom .list-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-footer .new-footer-bottom .list-content .link {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #87756f;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.m-footer .new-footer-bottom .list-content .list-area {
    margin-top: 10px;
	padding:0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.m-footer .new-footer-bottom .list-content .list-area .list-item a {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    color: #947c78;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.m-footer small {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 11px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
    color: #87756f;
	letter-spacing:0.1em;
}

.m-footer .ilust3 {
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 238px;
}

@media screen and (max-width: 1300px) {
    .m-footer .ilust3 {
        width: 180px;
    }
}

@media screen and (max-width: 1150px) {
    .m-footer {
        padding: 110px 20px 10px;
    }

    .m-footer .ilust1 {
        position: absolute;
        top: -45px;
        left: 20px;
        width: 96px;
    }

    .m-footer .ilust2 {
        position: absolute;
        top: -160px;
        left: auto;
        right: 15px;
        width: 90px;
    }

    .m-footer .footer-top {
        position: absolute;
        top: -30px;
        left: 0;
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateX(0);
    }

    .m-footer .footer-top .sns-link {
        width: 55px;
    }

    .m-footer .footer-middle {
        max-width: 100%;
        flex-direction: column;
        gap: 28px;
    }

    .m-footer .footer-middle .left-area .address {
        margin-top: 25px;
        font-size: 14px;
    }

    .m-footer .footer-middle .right-area {
        display: flex;
        flex-direction: column;
        padding: 15px 20px;
        border-radius: 10px;
        gap: 10px;
    }

    .m-footer .footer-middle .right-area .text-area .text1 {
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .m-footer .footer-middle .right-area .text-area .text2 {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
    }

    .m-footer .footer-middle .right-area .text-area .text2 .span1 {
        font-size: 24px;
    }

    .m-footer .footer-middle .right-area .text-area .text2 .span2 {
        font-size: 13px;
    }

    .m-footer .footer-middle .right-area .link-area {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        gap: 5px;
    }

    .m-footer .footer-middle .right-area .link-area .link:nth-of-type(1) {
        width: 100%;
        flex: auto;
    }

    .m-footer .footer-middle .right-area .link-area .link:nth-of-type(2) {
        background: #01B8CA;
        flex: 1;
    }

    .m-footer .footer-middle .right-area .link-area .link:nth-of-type(3) {
        background: #F06890;
        flex: 1;
    }

    .m-footer .new-footer-bottom {
        flex-direction: column;
        margin-top: 40px;
        max-width: 100%;
        gap: 20px;
    }

    .m-footer .new-footer-bottom .list-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .m-footer .new-footer-bottom .list-content .link {
        font-family: "noto-sans-cjk-jp", sans-serif;
        font-weight: 500;
        color: #87756f;
        font-size: 15px;
        letter-spacing: 0.06em;
        white-space: nowrap;
    }

    .m-footer .new-footer-bottom .list-content .list-area {
        display: none;
    }

    .m-footer small {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .m-footer .ilust3 {
        position: absolute;
        bottom: 70px;
        right: 20px;
        width: 145px;
    }
}