@charset "UTF-8";

body {
    font-family: 'Shippori Mincho', serif;
}

.cmnhd-after {
    content: '';
    width: 687px;
    height: 299px;
    background: url(/img/cmn/bg-cmnhd02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

/* hero */

.hero {
    margin-bottom: 230px;
}

.img-animal01 {
	position: absolute;
	top: 10px;
    right: 40px;
	z-index: 10;
}

.img-animal02 {
    position: absolute;
    bottom: 140px;
    left: -240px;
    z-index: 10;
}

.hero_catch {
    position: absolute;
    left: 1%;
    bottom: 10%;
}

.hero-before {
	content: '';
	width: 520px;
	height: 609px;
	background: url(/img/cmn/bg-hero01.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -40%;
	left: 0;
	z-index: 0;
}

.hero-after {
	content: '';
	width: 413px;
	height: 693px;
	background: url(/img/cmn/bg-hero02.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -18%;
	right: 0;
	z-index: 0;
}

.img-bamboo01 {
	position: absolute;
	left: -7%;
	bottom: -40px;
	z-index: 10;
}

.img-bamboo02 {
	position: absolute;
	right: -4%;
	bottom: 140px;
	z-index: 11;
}

/* info */

.info {
    position: relative;
    z-index: 100;
    margin-bottom: 100px;
}

.info .inner {
    max-width: 1190px;
}

.info_wrapper {
    display: flex;
    gap: 50px;
    position: relative;
}

.illust-info01 {
    position: absolute;
    top: -220px;
    left: 100px;
}

.illust-info02 {
    position: absolute;
    top: -140px;
    right: 120px;
}

.illust-info03 {
    position: absolute;
    top: -110px;
    right: 10px;
}

.info_cnt {
    display: flex;
    gap: 20px;
}

.info_cnt li a {
    display: block;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    width: 290px;
    height: 100%;
}

.info_cnt li a:hover {
    opacity: .8;
}

.info .sec_hd {
    margin-bottom: 30px;
}

.info_ttl {
    font-size: 17px;
}

.info.column {
    margin-bottom: 0;
    padding-bottom: 100px;
}


/* depart */

.depart {
    position: relative;
    background: url(/img/home/bg-depart.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 220px 0 250px; 
    overflow-x: clip;
    z-index: 1;
}

.depart::after {
    content: '';
    width: 430px;
    height: 292px;
    background: url(/img/home/bg-depart03.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.depart .inner {
    max-width: 1430px;
}

.depart .sec_hd {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 40px;
}



.depart_hd {
    position: relative;
    padding-top: 30px;
    margin-bottom: 60px;
}

.bg-depart_hd {
    font-size: 181px;
    color: #FFFBE8;
    position: absolute;
    z-index: 0;
    left: -140px;
    top: -170px;
}

.depart .sec_hd {
    position: relative;
    z-index: 10;
}

.illust-depart_hd {
    position: absolute;
    top: -180px;
    left: -3%;
    z-index: 11;
}

.illust-depart_hd.-no3 {
    left: unset;
    right: 5%;
    top: 50px;
}

.illust-depart_hd.-no4 {
    left: unset;
    right: 5%;
    top: 220px;
}

.img-depart_hd {
    position: absolute;
    top: -230px;
    right: 5%;
    z-index: 10;
}

.depart_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px 0;
}

.depart_list_item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 48%;
    height: fit-content;
    background: url(/img/home/bg-depart_list_item01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 60px 98px;
    position: relative;
    transition-duration: 0.5s;
    z-index: 10;
}

.depart_list_item:hover {
    opacity: .8;
}

.depart_list_item:hover .cmnbtn::before {
    transform: translateX(5px);
}

.depart_list_item:nth-child(2) {
    margin-top: 150px;
}

.depart_list_item:nth-child(3),
.depart_list_item:nth-child(7),
.depart_list_item:nth-child(11) {
    margin-top: -150px;
}

.depart_list_item:nth-child(5) {
    margin-top: -110px;
}

.depart_list_item:nth-child(9) {
    margin-top: -130px;
}

.depart_list_item.-blue {
    background: url(/img/home/bg-depart_list_item03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 60px 108px;
}

.depart_list_item.-orange {
    background: url(/img/home/bg-depart_list_item02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 90px 78px;
}

.depart_list_item.-green {
    background: url(/img/home/bg-depart_list_item04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 60px 78px;
}

.depart_list_item_com {
    position: absolute;
    left: 20px;
    top: 0;
}

.depart_list_item_com p {
    background: #fff;
    padding: 3px 10px;
    width: fit-content;
    font-size: 20px;
}

.depart_list_item_com p:first-child {
    margin-bottom: 5px;
}

.depart_list_item_cnt .ttl {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}

.depart_list_item_cnt .text {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

.depart_list_item_cnt {
    flex: 1;
}

.illust-depart {
    position: absolute;
}

.illust-depart.-no1 {
    right: 5%;
    top: 26%;
}

.illust-depart.-no2 {
    left: -50px;
    top: 33%;
    z-index: 0;
}

.illust-depart.-no3 {
    right: 60px;
    top: 52%;
}

.illust-depart.-no4 {
    left: 30px;
    bottom: 38%;
}

.illust-depart.-no5 {
    bottom: 19%;
    right: -30px;
}

.illust-depart.-no6 {
    top: 37.5%;
    left: 50px;
}

.illust-depart.-no7 {
    top: 54%;
    right: 50px;
}


/* policy */

.policy {
    padding: 0 0 100px;
    background: #FFFBE8;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
}


.policy::before {
    content: '';
    width: 100%;
    height: 340px;
    background: url(/img/home/bg-policy.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 2;
}

.policy_body {
    overflow-x: clip;
    position: relative;
}

.policy .inner {
    max-width: 1180px;
}

.policy_hd {
    position: relative;
    margin-bottom: 60px;
}

.bg-policy_hd {
    font-family: 'Marcellus', serif;
    font-size: 181px;
    position: absolute;
    left: -50px;
    bottom: -180px;
    color: #fff;
}

.policy_hd .sec_hd {
    position: relative;
    z-index: 10;
}

.policy_item {
    position: relative;
    z-index: 10;
    margin-bottom: 100px;
}

.policy_item.-no1 .policy_cnt::before {
    content: '';
    width: 895px;
    height: 570px;
    background: url(/img/home/bg-policy_item01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -120px;
    left: -190px;
    z-index: -1;
}

.policy_item.-no2 .policy_cnt::before {
    content: '';
    width: 770px;
    height: 435px;
    background: url(/img/home/bg-policy_item02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: -90px;
    z-index: -1;
}

.policy_item.-no3 .policy_cnt::before {
    content: '';
    width: 745px;
    height: 421px;
    background: url(/img/home/bg-policy_item02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    left: -100px;
    z-index: -1;
}

.policy_item_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.policy_cnt {
    flex: 1;
    width: 100%;
    max-width: 540px;
    position: relative;
}

.policy_cnt_number {
    font-family: 'Marcellus', serif;
    font-size: 14px;
    color: #fff;
    background: #6EAF66;
    border-radius: 0 16px 0 0;
    width: fit-content;
    padding: 2px 10px;
}

.policy_cnt_number.-yellow {
    background: #EDEA61;
}

.policy_cnt_number.-blue {
    background: #9FD4CB;
}

.policy_cnt_ttl {
    font-size: 28px;
    line-height: 40px;
    position: relative;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
}

.policy_cnt_ttl::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #6EAF66;
    position: absolute;
    left: 0;
    top: 0;
}

.policy_cnt_ttl.-yellow::before {
    background: #EDEA61;
}

.policy_cnt_ttl.-blue::before {
    background: #9FD4CB;
}

.policy_cnt_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    margin-bottom: 25px;
}

.mtm {
    display: block;
    background: #fff;
    width: 100%;
    max-width: 740px;
    border-radius: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 25px auto 0;
    text-align: center;
    padding: 25px 20px;
}

.mtm:hover {
    box-shadow: none;
}

.mtm_txt {
    font-size: 20px;
}

.mtm_txt span {
    font-size: 30px;
    color: #6EAF66;
}

.mtm .cmnbtn {
    margin: 0 auto;
}

.policy_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.policy_list_item {
    background: #fff;
    border-radius: 40px;
    padding: 60px 40px 20px;
    position: relative;
    width: 50%;
}

.policy_list_item .policy_cnt_number {
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translateX(50%);
    right: 50%;
}

.policy_cnt_number.-orange {
    background: #FAB84F;
    border-radius: 0 0 16px 16px;
}

.policy_cnt_number.-pink {
    background: #DEA09A;
    border-radius: 0 0 16px 16px;
}

.policy_list_item .policy_cnt_ttl {
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.policy_list_item .policy_cnt_ttl::before {
    content: none;
}

.img-pattern {
    position: absolute;
    overflow: hidden;
}

.img-pattern.-no1 {
    top: -24%;
    left: 0;
}
.img-pattern.-no2 {
    top: -12%;
    right: 0;
    z-index: 11;
}
.img-pattern.-no3 {
    top: 23%;
    left: 0;
}
.img-pattern.-no4 {
    top: 51%;
    right: 0;
}
.img-pattern.-no5 {
    bottom: 11%;
    left: 0;
}

.illust-policy {
    position: absolute;
    z-index: 2;
}

.illust-policy.-no1 {
    top: -21%;
    left: -60px;
}

.illust-policy.-no2 {
    top: -10%;
    left: 230px;
}

.illust-policy.-no3 {
    top: -8%;
    right: 250px;
}

.illust-policy.-no4 {
    top: 26%;
    right: 130px;
    z-index: 10;
}

.illust-policy.-no5 {
    bottom: -60px;
    left: -100px;
}

.illust-policy.-no6 {
    top: -9%;
    left: 390px;
}


/* first */

.first {
    position: relative;
    overflow-x: clip;
}

.first_body {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
    padding: 60px 40px;
    border-radius: 50px;
    background: url(/img/home/bg-first.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.first .sec_hd {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.first_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 30px;
    width: 75%;
    position: relative;
}

.first_list li {
    background: #fff;
    border-radius: 50px;
    padding: 10px 35px;
}

.first_list_num {
    font-family: 'Marcellus', serif;
    color: #FAB84F;
    font-size: 15px;
    text-align: center;
}

.first_list_ttl {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
}

.first_txt {
    font-size: 21px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.first .cmnbtn {
    margin: 0 auto;
    font-size: 27px;
}

.cmnbtn.-white.underline::after {
    bottom: -5px;
}

.illust-first {
    position: absolute;
    z-index: 10;
}

.illust-first.-no1 {
    top: -5%;
    right: -5%;
}

.illust-first.-no2 {
    top: -70%;
    left: -70px;
}

.illust-first.-no3 {
    bottom: -2%;
    right: 130px;
}

/* about */

.about {
    position: relative;
    padding: 250px 0 300px;
    overflow-x: clip;
}

.about::before {
    content: '';
    width: 1208px;
    height: 1208px;
    background: url(/img/home/bg-about.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -310px;
    transform: translateX(50%);
    right: 50%;
    z-index: 0;
}

.bg-about_hd {
    position: absolute;
    top: 50px;
    right: 50%;
    transform: translateX(50%);
    font-size: 181px;
    color: #fff;
    font-family: 'Marcellus', serif;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.about_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.about_txt {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
}

.about_ttl {
    font-size: 40px;
    font-weight: 500;
    writing-mode: vertical-rl;
    line-height: 55px;
}

.img-about {
    position: absolute;
}

.img-about.-no1 {
    bottom: -140px;
    left: -40%;
    z-index: 10;
}

.img-about.-no2 {
    top: 40px;
    right: -55%;
    z-index: 10;
}

.about .img-pattern.-no1 {
    top: -150px;
    left: 0;
    z-index: 0;
}

.about .img-pattern.-no2 {
    top: 200px;
    right: 0;
    z-index: 0;
}

.illust-about {
    position: absolute;
    z-index: 1;
}

.illust-about.-no1 {
    top: -15%;
    left: -47%;
}

.illust-about.-no2 {
    top: 29%;
    left: -22%;
}

.illust-about.-no3 {
    top: 50%;
    left: -80%;
}

.illust-about.-no4 {
    bottom: -20%;
    right: 5%;
}

.illust-about.-no5 {
    bottom: -42%;
    right: -35%;
    z-index: 10;
}

.illust-about.-no6 {
    bottom: -64%;
    right: -75%;
}

/* recruit */

.recruit {
	width: 100%;
	max-width: 1100px;
	margin:  0 auto 120px;
	border-radius: 50px;
	background: #FAB84F;
	position: relative;
	padding: 40px 45px;
    display: block;
}

.recruit:hover {
    opacity: .8;
}

.recruit:hover .cmnbtn::before {
    transform: translateX(5px);
}

.recruit::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(/img/home/bg-recruit.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

.recruit_wrapper {
	display: flex;
	align-items: center;
	gap: 70px;
}

.recruit_cnt_ttl {
	font-size: 94px;
	line-height: 100px;
	color: #fff;
	font-family: 'Marcellus', serif;
}

.recruit_cnt_txt {
	font-size: 23px;
	color: #fff;
}

.img-recruit {
	position: relative;
	z-index: 10;
}

.recruit_btn {
    background: rgba(225, 225, 225, 0.5);
    border-radius: 50px 0 50px 0;
    padding: 10px 30px;
    position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.img-balloon_recruit {
    position: absolute;
    top: -6%;
    right: 5%;
    z-index: 10;
}

.illust-recruit {
    position: absolute;
    z-index: 10;
}

.illust-recruit.-no1 {
    bottom: 0;
    left: -8%;
}

.illust-recruit.-no2 {
    bottom: -15%;
    left: -2%;
}


@media screen and (max-width:1340px) {
    
    .img-bamboo01 {
        width: 30vw;
        left: 0;
    }
}


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

    /* cmnhd */

    .cmnhd-after {
		/* width: 228px;
        height: 97px; */
        display: none;
	}

    .cmnnav .hero_list li {
        width: 100%;
    }

    .cmnnav .hero_list li a {
        margin-bottom: 15px;
    }

    .cmnhd::after {
        content: none;
    }

    main::after {
		content: '';
		width: 228px;
        height: 97px;
		background: url(/img/cmn/bg-cmnhd02.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0;
	}



    /* hero */

    .hero {
        margin-bottom: 60px;
    }

    .hero .inner {
        padding: 0 15px;
    }

	.hero-before {
        background: url(/img/cmn/bg-hero01_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
		width: 163px;
		height: 214px;
        bottom: 35%;
	}

	.hero-after {
		width: 125px;
		height: 218px;
        bottom: 34%;
	}
    

    .img-bamboo01 {
        width: 150px;
        bottom: unset;
        z-index: 10;
    }

    .img-bamboo02 {
        width: 150px;
        bottom: 350px;
    }

    .hero_wrapper {
        flex-flow: column-reverse;
        gap: 20px;
    }

    .hero .img-animal01 {
        width: 130px;
        top: -30px;
        right: 20px;
    }

    .hero .img-animal02 {
        width: 80px;
        left: unset;
        right: 10px;
        bottom: -40px;
    }

    .hero_list {
        background: #fff;
        border-radius: 25px;
        padding: 15px 17px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .hero_list li {
        width: 50%;
    }

    .hero_list li a {
        font-size: 16px;
        gap: 8px;
        margin-bottom: 0;
    }

    .hero_catch {
        font-size: 25px;
        position: unset;
        margin: 20px 0 0;
    }
    

    /* recruit */

    .recruit_wrapper {
        flex-flow: column;
        gap: 20px;
    }


    /* info */

    .illust-info01 {
        width: 60px;
        top: -435px;
        left: 0;
    }

    .illust-info02 {
        width: 45px;
        top: -40px;
        right: 90px;
    }

    .illust-info03 {
        width: 75px;
        top: -10px;
        right: 20px;
    }

    .info_wrapper {
        flex-flow: column;
        gap: 20px;
    }

    .info_cnt {
        margin-bottom: 30px;
        flex-flow: column;
        gap: 10px;
    }

    .info_cnt li a {
        width: 100%;
    }


    /* depart */

    .depart {
        background: url(/img/home/bg-depart_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 130px 0 250px;
    }

    .depart .inner {
        padding: 0;
    }

    .depart_hd {
        padding: 70px 24px 0;
    }

    .bg-depart_hd {
        font-size: 89px;
        top: 0;
        left: -10px;
        letter-spacing: -7px;
    }

    .img-depart_hd {
        top: -170px;
        width: 90%;
    }

    .illust-depart_hd.-no1 {
        top: -145%;
        left: 5%;
    }

    .illust-depart_hd.-no2 {
        top: -125%;
        right: 5%;
        left: unset;
    }

    .illust-depart_hd.-no3 {
        width: 100px;
        top: -10px;
    }

    .illust-depart_hd.-no4 {
        width: 100px;
        top: 50px;
    }

    .depart .sec_hd {
        padding: 0;
    }

    .depart_list {
        flex-flow: column;
    }

    .depart_list_item {
        width: 100%;
        padding: 110px 24px 60px;
        background-size: cover;
        height: 390px;
        z-index: 0;
    }

    .depart_list_item.-blue {
        padding: 110px 24px 50px;
        background-size: cover;
    }

    .depart_list_item.-orange {
        padding: 100px 24px 78px;
        background-size: cover;
    }

    /* .depart_list_item.-orange,
    .depart_list_item_com,
    .depart_list_item.-green
    .depart_list_item_com {
        top: -20px;
    } */

    .depart_list_item.-green {
        padding: 100px 24px 60px;
        background-size: cover;
    }

    .img-depart_list_item {
        display: none;
    }

    .depart_list_item:nth-child(2),
    .depart_list_item:nth-child(3),
    .depart_list_item:nth-child(5),
    .depart_list_item:nth-child(7),
    .depart_list_item:nth-child(9),
    .depart_list_item:nth-child(11) {
        margin-top: 0;
    }

    .depart_list_item_com {
        top: -10px;
    }

    .depart_list_item:nth-child(7) .depart_list_item_com,
    .depart_list_item:nth-child(11) .depart_list_item_com {
        top: -25px;
    }

    .depart_list_item_cnt .ttl {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .depart_list_item_cnt .ttl::before {
        content: '';
        width: 90px;
        height: 90px;
    }

    .depart_list_item:first-child .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart01.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .depart_list_item:nth-child(2) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart02.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(3) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart03.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(4) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart04.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(5) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart05.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(6) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart06.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(7) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart07.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(8) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart08.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(9) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart09.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(10) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart10.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .depart_list_item:nth-child(11) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart11.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .depart_list_item:nth-child(12) .depart_list_item_cnt .ttl::before {
        background: url(/img/home/img-depart12.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .illust-depart {
        width: 100px;
    }

    .illust-depart.-no1 {
        width: 90px;
        top: 26.5%;
    }

    .illust-depart.-no2 {
        left: unset;
        top: 34%;
        right: 5%;
        z-index: 1;
    }

    .illust-depart.-no3 {
        right: 20px;
        top: 50.5%;
    }

    .illust-depart.-no4 {
        left: unset;
        right: 30px;
        bottom: 34%;
        width: 20%;
    }

    .illust-depart.-no5 {
        right: -10px;
    }

    .illust-depart.-no6 {
        width: 70px;
        top: 35%;
        left: unset;
        right: 10px;
    }

    /* policy */

    .policy::before {
        width: 100%;
        height: 185px;
        background: url(/img/home/bg-policy_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        top: -100px;
    }

    .illust-policy.-no1 {
        width: 190px;
        top: -7%;
        left: -40px;
    }

    .illust-policy.-no2 {
        width: 90px;
        top: -4%;
        left: 30px;
    }

    .illust-policy.-no6 {
        width: 80px;
        top: -4%;
        left: 131px;
    }

    .illust-policy.-no3 {
        width: 80px;
        top: -3%;
        right: 80px;
    }

    .illust-policy.-no4 {
        width: 110px;
        top: 33%;
        right: 30px;
    }

    .img-pattern.-no1 {
        width: 50%;
        top: -5%;
    }

    .img-pattern.-no2 {
        width: 50%;
        top: -4%;
    }

    .img-pattern.-no3 {
        width: 143px;
        top: 6%;
        left: -5%;
    }

    .img-pattern.-no4 {
        width: 180px;
        top: 31%;
    }

    .img-pattern.-no5 {
        width: 160px;
        bottom: 41%;
    }

    .bg-policy_hd {
        font-size: 89px;
        left: -20px;
        bottom: -20px;
    }

    .policy_item_wrapper {
        flex-flow: column;
        gap: 20px;
    }

    .policy_item.-no2 .policy_item_wrapper {
        flex-flow: column-reverse;
    }

    .mtm_txt {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .mtm_txt span {
        font-size: 26px;
    }

    .policy_item.-no1 .policy_cnt::before {
        height: 750px;
        left: unset;
        right: 50%;
        transform: translateX(50%);
    }

    .policy_item.-no2 .policy_cnt::before {
        height: 545px;
        top: -160px;
        left: unset;
        right: 50%;
        transform: translateX(50%);
    }

    .policy_item.-no3 .policy_cnt::before {
        height: 500px;
        top: -150px;
        left: unset;
        right: 50%;
        transform: translateX(50%);
    }

    .policy_cnt_ttl {
        font-size: 25px;
        line-height: 35px;
    }

    .policy_list {
        flex-flow: column;
    }

    .policy_list_item {
        width: 100%;
    }

    .illust-policy.-no5 {
        width: 190px;
        bottom: -25px;
        left: -40px;
    }


    /* first */

    .illust-first.-no1 {
        width: 200px;
    }

    .illust-first.-no2 {
        width: 70px;
        top: 3%;
        left: -60px;
    }

    .illust-first.-no3 {
        width: 90px;
        right: 50px;
    }
    
    .first_list {
        flex-flow: column;
        width: 100%;
    }

    .first_list_num {
        font-size: 11px;
    }

    .first_list_ttl {
        font-size: 20px;
        line-height: 25px;
    }

    .first_txt {
        font-size: 18px;
        text-align: left;
    }

    .first .cmnbtn {
        margin-left: 0;
        font-size: 20px;
        line-height: 30px;
    }


    /* about */

    .about {
        padding: 200px 0 450px;
    }

    .about::before {
        height: 110%;
        background-position: center;
    }

    .img-about.-no1 {
        width: 40%;
        bottom: -41%;
        left: -10%;
    }

    .img-about.-no2 {
        width: 80%;
        top: unset;
        bottom: -33%;
        right: -30px;
    }

    .about .img-pattern.-no1 {
        width: 70%;
        top: -130px;
    }

    .about .img-pattern.-no2 {
        width: 74%;
        bottom: 70px;
        top: unset;
    }

    .illust-about.-no1 {
        width: 50%;
        top: -13%;
        left: -32%;
    }
    .illust-about.-no2 {
        right: -16%;
        top: 21%;
        left: unset;
    }

    .illust-about.-no3 {
        width: 180px;
        top: 9%;
        left: -29%;
    }

    .illust-about.-no4 {
        width: 80px;
        bottom: -42%;
        right: 45%;
    }

    .illust-about.-no5 {
        width: 150px;
        bottom: -46%;
        right: 0%;
    }

    .illust-about.-no6 {
        width: 200px;
        right: unset;
        left: -12%;
        bottom: -27%;
        z-index: 10;
    }

    .about_ttl {
        font-size: 35px;
        line-height: 45px;
    }

    .bg-about_hd {
        font-size: 89px;
        width: 120%;
        right: 48%;
    }

    .about_wrapper {
        flex-flow: column-reverse;
        align-items: center;
    }



    /* recruit */

    .recruit {
        width: 90%;
        padding: 40px 25px 80px;
        margin: 0 auto 80px;
    }

    .recruit_cnt_ttl {
        font-size: 74px;
        line-height: 90px;
    }

    .recruit_cnt_txt {
        font-size: 16px;
        text-align: center;
    }

    .illust-recruit {
        width: 70px;
    }

    .illust-recruit.-no1 {
        bottom: 5%;
        left: -5%;
    }

    .illust-recruit.-no2 {
        bottom: -8%;
        left: 0%;
    }


}