@charset "utf-8";
/*	ヘッダーa
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
    --mc: #4B5774;
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1230px){
    :root{
        --header: 130px;
    }
}
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}

.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.gjs-dashed .header{
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.header.open{
    z-index: 101;
}
.hd-inr{
    height: 60px;
    padding: 10px 15px;
    position: relative;
}
.hd-logo{
    width: 122px;
    position: relative;
    align-items: center;
    z-index: 1000;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.sp-phone{
    margin-bottom: 30px;
}
.sp-phone__txt{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.sp-phone__num{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.hd-nav{
    height: 100vh;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
    }
    .hd-logo{
        display: block;
        width: 171px;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
}
@media screen and (min-width: 1024px){
    .header{
        top: 60px;
    }
    .hd-inr{
        height: auto;
        padding: 0 20px;
    }
    .hd-inr__cont{
        max-width: 1600px;
        width: 100%;
        gap: 0 40px;
        margin: 0 auto;
    }
    .hd-logo{
        max-width: max-content;
        width: 22%;
    }
    .hd-right{
        display: block;
        max-width: 1230px;
        flex: 1;
        background-color: rgba(255, 255, 255, .7);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        border-radius: 70px;
        padding: 30px 20px;
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
    }
    .hd-nav .li{
        padding-left: 30px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
        text-align: center;
        cursor: pointer;
    }
    .hd-nav .li a p{
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .hd-nav .li a p.hd-nav__jp{
        font-weight: 700;
        margin-bottom: 5px;
    }
    .hd-nav .li a p.hd-nav__en{
        font-family: "Lato", sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        color: var(--mc);
    }
    .hd-btn{
        width: 270px;
        background-color: var(--mc);
        border-radius: 10px;
        text-align: center;
        padding: 20px 15px;
        margin-left: 40px;
    }
    .hd-btn a{
        display: block;
    }
    .hd-btn p{
    }
    .hd-btn__txt{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
    }
    .hd-btn__num{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3rem;
        font-weight: 900;
        line-height: 1;
        color: #fff;
    }
}
@media screen and (min-width: 1230px){
    .hd-inr{
        padding: 0 30px;
    }
    .hd-inr__cont{
        gap: 0 80px;
    }
    .hd-logo{
    }
    .hd-nav .li{
        padding-left: 60px;
    }
    .hd-nav .li a p{
    }
    .hd-btn{
    }
}

/*ハンバーガーボタン*/
.navToggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
    z-index: 9999;
}
.navToggle div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 25px;
	height: 16px;
}
.navToggle span {
	display: block;
	position: absolute;
	height:2px;
	width:100%;
	background: #ffffff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
	top: 0;
}
.navToggle span:nth-child(2) {
	top: 7px;
}
.navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
.open .navToggle {
	position: fixed;
    z-index: 10002;
}
.open .navToggle span{
    background: #333333;
}
.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #f99103;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-sp-menu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.hd-sp-menu.open{
    overflow: scroll;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.gjs-dashed .hd-sp-menu{
    max-width: 500px;
    width: 100%;
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #000;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #000;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
}
.navbar-nav{
    margin-bottom: 50px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #ADC6E1;
}
.nav-item:first-of-type{
    border-top: solid 1px #ADC6E1;
}
.nav-item p{
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 50px;
}
.hd-btn-sp{
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border: solid 1px var(--mc);
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    padding: 0 30px;
}
.hd-btn-sp p{
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mc);
    line-height:3.75;
    padding-right: 50px;
    position: relative;
}
.hd-btn-sp p:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow01.png);
    width: 45px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sp-nav__info{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_hd_sp.jpg);
    padding: 40px 10px;
    margin: 0 -10px -22.5px;
}
.sp-nav__ttl{
    text-align: center;
    margin-bottom: 40px;
}
.sp-nav__ttl__jp{
    font-size: 3rem;
    font-weight: 700;
    color: var(--mc);
}
.sp-nav__ttl__en{
    display: inline;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--mc);
    padding-left: 35px;
    position: relative;
}
.sp-nav__ttl__en:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_subttl04.png);
    width: 25px;
    height: 10.53px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sp-nav__info__txt{
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.sp-nav__subttl{
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--mc);
    text-align: center;
    margin-bottom: 20px;
}
.sp-nav__mail{
    margin-bottom: 40px;
}
.sp-nav__tel__num{
    font-family: "Lato", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mc);
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 3px;
    }
    .navbar-collapse.show{
        height: calc(100vh - 90px);
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
    .hd-nav__item__cont__a__p{
        font-size: 1.8rem;
    }
    .sp-nav__info{
        padding: 50px 0;
        margin: -40px -15px -30px;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    padding: 60px 0;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft1.jpg);
}
.ft-contact__txt{
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
}
.ft-contact__txt strong{
    font-weight: 700;
}
.ft-contact__cont{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.ft-contact__cont.flex-btw{
    display: block;
}
.ft-contact__subttl{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mc);
    text-align: center;
    margin-bottom: 20px;
}
.ft-contact__mail{
    margin-bottom: 30px;
}
.ft-contact__tel__num{
    font-family: "Lato", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: var(--mc);
    text-align: center;
}
.ft-cont{
    position: relative;
    z-index: 1;
}
.ft-cont__inr{
    padding-top: 60px;
}
.ft-cont__inr__info{
    padding-bottom: 40px;
}
.ft-cont__inr__info__ttl{
    margin-bottom: 30px;
}
.ft-cont__inr__info__add{
    font-size: min(4vw, 1.8rem);
    letter-spacing: 0.05em;
    color: var(--mc);
}
.ft-cont__inr__info__add strong{
    font-weight: 400;
}
.ft-cont__map{
}
.ft-copy{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_copy.jpg);
    padding: 20px 15px;
}
@media screen and (min-width: 768px){
    .ft-contact{
        padding: 100px 0;
    }
    .ft-contact__txt{
        margin-bottom: 80px;
    }
    .ft-contact__txt strong br{
        display: none;
    }
    .ft-contact__subttl{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .ft-contact__tel__num{
        font-size: 6.4rem;
    }
    .ft-cont{
    }
    .ft-cont__inr{
    }
    .ft-cont__inr__info__ttl{
        margin-bottom: 50px;
    }
    .ft-cont__inr__info__add{
        font-size: 2rem;
    }
    .ft-cont__inr__info__add strong br{
        display: none;
    }
    .ft-copy{
        padding: 30px 15px;
    }
}
@media screen and (min-width: 1024px){
    .ft-contact__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .ft-contact__mail{
        margin: 0 auto;
    }
    .ft-contact__tel{
        margin: 0 auto;
    }
    .ft-cont{
        padding: min(5vw, 80px) 0 30px;
    }
    .ft-cont__inr{
        max-width: 500px;
        width: 50%;
        padding-top: 0;
    }
    .ft-cont__inr__info{
        flex: 1;
        padding: 0;
        margin: 0;
    }
    .ft-cont__map{
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 1230px){
}

/*	フッター
---------------------------------*/
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 100%;
    }
    .access-map iframe{
        height: 100%;
    }
}

/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--mc);
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	固定スクロール
---------------------------------*/
.scroll__band{
}
.scroll__band__cont{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -5;
}
@media screen and (min-width: 768px) {
    .scroll__band{
        height: 600px;
    }
    .scroll__band__cont{
        height: 100vh;
        position: fixed;
    }
    .scroll__band__cont.ojf:before{
        content: none;
    }
    .gjs-dashed .scroll__band__cont{
        height: auto;
        position: relative;
        z-index: 0;
    }
    .gjs-dashed .scroll__band__cont.ojf:before{
        content: "";
        padding-top: 600px;
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    padding: 100px 0 60px;
    position: relative;
}
.top-mv__catch{
    margin-bottom: 60px;
}
.top-mv__box{
    position: relative;
}
.top-mv__illust{
    position: relative;
    z-index: 1;
}
.top-mv__icon{
    max-width: max-content;
    width: 25%;
    position: absolute;
    transform: translateX(-50%);
}
.top-mv__icon01{
    bottom: -30px;
    left: 76%;
}
.top-mv__icon02{
    width: 20%;
    bottom: -30px;
    left: 65%;
}
.top-mv__icon03{
    width: 17%;
    bottom: -10px;
    left: 56%;
}
.top-mv__icon04{
    width: 20%;
    bottom: -20px;
    left: 46%;
}
.top-mv__icon05{
    bottom: -20px;
    left: 34%;
}
.top-mv__icon06{
    width: 16%;
    bottom: -20px;
    left: 23%;
}
@media screen and (min-width:768px){
    .top-mv{
        padding: 150px 0 100px;
    }
    .top-mv__catch{
        margin-bottom: 100px;
    }
}
@media screen and (min-width:1024px){
    .top-mv{
        padding: 350px 0 100px;
    }
    .main-img-otr{
    }
    .main-img{
        max-height: 960px;
        height: min(70vw, 95vh);
    }
    .top-mv__icon01{
        bottom: -100px;
        left: 76%;
    }
    .top-mv__icon02{
        bottom: -60px;
        left: 65%;
    }
    .top-mv__icon03{
        bottom: -20px;
        left: 56%;
    }
    .top-mv__icon04{
        bottom: -60px;
        left: 46%;
    }
    .top-mv__icon05{
        bottom: -60px;
        left: 34%;
    }
    .top-mv__icon06{
        bottom: -80px;
        left: 23%;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1300px){
    .top-mv{
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-white{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}
.bg-green{
    background-color: var(--mc);
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl.right{
    text-align: right;
}
.top-ttl__en{
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--mc);
    padding-left: 35px;
    position: relative;
}
.top-ttl__en:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_subttl01.png);
    width: 25px;
    height: 10.53px;
    position: absolute;
    top: 14px;
    left: 0;
}
.top-ttl__en.top-ttl__en--02:before{
    background-image: url(/system_panel/uploads/images/icon_subttl02.png);
}
.top-ttl__en.top-ttl__en--03:before{
    background-image: url(/system_panel/uploads/images/icon_subttl03.png);
}
.top-ttl__en.top-ttl__en--04:before{
    background-image: url(/system_panel/uploads/images/icon_subttl04.png);
}
.top-ttl__jp{
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--mc);
}
.top-ttl.vertical{
    display: flex;
    align-items: flex-end;
}
.top-ttl.vertical .top-ttl__jp,
.top-ttl.vertical .top-ttl__en{
    writing-mode: vertical-rl;
    margin: 0;
}
.top-ttl.white .top-ttl__jp{
    color: #fff;
}
.top-ttl.white .top-ttl__en{
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-about{
    padding-top: 120px;
}
.top-about__cont__ttl{
    width: 80%;
    margin-bottom: 50px;
}
.top-about__img{
    max-width: 400px;
    text-align: center;
    margin: 0 auto 50px;
}
.top-about__txt{
}
.top-about__btn{
    margin-top: 30px;
}
.top-about__img{
    position: relative;
}
.top-about__illust{
    position: relative;
    z-index: 0;
}
.top-about__icon{
    width: 25%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.top-about__icon01{
    width: 15%;
    bottom: 49px;
    left: 6%;
}
.top-about__icon02{
    width: 16%;
    left: 28%;
    bottom: 10px;
}
.top-about__icon03{
    left: 60%;
    width: 24%;
}
.top-about__icon04{
    left: 89%;
    width: 15%;
    bottom: 35px;
}
.top-service{
    padding: 120px 0;
}
.top-service__info__ttl{
    max-width: max-content;
    width: 75%;
    margin-bottom: 30px;
}
.top-service__cont.flex-btw{
    display: block;
}
.top-service__info__txt{
    font-weight: 500;
    margin-bottom: 40px;
}
.top-service__img{
    max-width: 400px;
    margin: 0 auto 40px;
    position: relative;
}
.top-service__illust{
    position: relative;
    z-index: 1;
    text-align: center;
}
.top-service__icon{
    max-width: max-content;
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.top-service__icon01{
    position: absolute;
    left: 33%;
    top: 7px;
    z-index: 0;
}
.top-service__icon02{
    position: absolute;
    left: 58%;
    top: 23px;
    z-index: -1;
}
.top-recruit{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_recruit01.jpg);
    padding: 80px 0;
}
.top-recruit__cont.flex-btw{
    display: block;
}
.top-recruit__img{
    margin-bottom: min(20vw, 150px);
}
.top-recruit__img__inr{
    max-width: max-content;
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.top-recruit__illust{
    position: relative;
    z-index: 1;
}
.top-recruit__icon{
    max-width: max-content;
    width: 100%;
    position: absolute;
    bottom: min(-35%);
    left: 55%;
    transform: translateX(-50%);
}
.top-recruit__info__ttl{
    margin-bottom: 30px;
}
.top-recruit__info__txt{
    font-weight: 500;
    margin-bottom: 40px;
}
.top-company{
    padding: 80px 0;
}
.top-company__cont.flex-btw{
    display: block;
}
.top-company__img__inr{
    max-width: max-content;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.top-company__icon{
    width: 25%;
    position: absolute;
    transform: translateX(-50%);
}
.top-company__illust{
    position: relative;
    z-index: 1;
}
.top-company__icon01{
    width: 30%;
    top: 5%;
    left: 57%;
}
.top-company__icon02{
    width: 32%;
    top: 27%;
    left: 76%;
}
.top-company__icon03{
    top: 55%;
    left: 81%;
}
.top-company__icon04{
    width: 21%;
    top: 67%;
    left: 42%;
}
.top-company__icon05{
    width: 26%;
    top: 55%;
    left: 19%;
}
.top-company__icon06{
    top: 34%;
    left: 18%;
}
.top-company__icon07{
    width: 28%;
    top: 11%;
    left: 21%;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 100px;
    }
    .top-ttl__jp{
        font-size: 4rem;
    }
    .top-ttl__en{
        font-size: 2.4rem;
        padding-left: 45px;
    }
    .top-ttl__en:before{
        width: 38px;
        height: 16px;
    }
    .top-about{
        padding-top: 200px;
    }
    .top-about__cont__ttl{
        width: auto;
    }
    .top-service{
        padding: 160px 0;
    }
    .top-service__img{
        max-width: none;
        margin: 0 0 40px;
    }
    .top-service__icon01{
        left: 40%;
        top: 30px;
    }
    .top-service__icon02{
        left: 52%;
    }
    .top-service__info__ttl{
        width: auto;
        margin-bottom: 50px;
    }
    .top-service__info__txt{
        margin-bottom: 60px;
    }
    .top-recruit{
        padding: 120px 0;
    }
    .top-recruit__info__ttl{
        margin-bottom: 50px;
    }
    .top-recruit__info__txt{
        margin-bottom: 60px;
    }
    .top-company{
        padding: 120px 0;
    }
}
@media screen and (min-width:1024px){
    .top-about__cont{
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 62.5% 1fr;
        grid-template-areas:
            "top-about-ttl top-about-ttl"
            "top-about-txt top-about-img"
            "top-about-btn area-none";
    }
    .top-about__cont__ttl{
        grid-area: top-about-ttl;
        margin-bottom: 80px;
    }
    .top-about__img{
        display: flex;
        grid-area: top-about-img;
        align-items: flex-end;
        max-width: none;
        margin: 0;
    }
    .top-about__icon01{
        bottom: 63px;
    }
    .top-about__icon02{
        left: 30%;
        bottom: 23px;
    }
    .top-about__icon03{
        left: 60%;
        width: 24%;
    }
    .top-about__icon04{
        left: 89%;
        width: 15%;
        bottom: 35px;
    }
    .top-about__txt{
        grid-area: top-about-txt;
    }
    .top-about__btn{
        grid-area: top-about-btn;
        margin-top: 40px;
    }
    .top-about__btn .btn-cmn01{
        margin-left: 0;
    }
    .top-service__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .top-service__img{
        flex: 1;
        margin: 0;
        padding-top: 100px;
    }
    .top-service__icon{
        width: auto;
    }
    .top-service__icon01{
        left: 30%;
        top: 141px;
    }
    .top-service__icon02{
        left: 56%;
        top: 141px;
    }
    .top-service__info{
        width: 62.5%;
    }
    .top-service__info .btn-cmn01{
        margin-left: 0;
    }
    .top-recruit__cont.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 0 50px;
    }
    .top-recruit__img{
        flex: 1;
        margin: 0;
    }
    .top-recruit__img__inr{
        width: auto;
        margin: 0;
    }
    .top-recruit__icon{
        bottom: -130px;
    }
    .top-recruit__info{
        width: 62.5%;
    }
    .top-recruit__info .btn-cmn01{
        margin-left: 0;
    }
    .top-company__cont.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .top-company__img__inr{
        width: auto;
        margin: 0;
    }

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

/*	アニメーション
---------------------------------*/
.fadein{
    opacity: 0;
}
.gjs-dashed .fadein{
    opacity: 1;
}
.fadein.fadein-active{
    animation: fadein 0.7s ease-out forwards;
}
.fadein.fadein02.fadein-active{
    animation: fadein 0.7s 0.4s ease-out forwards;
}
.fadein.fadein03.fadein-active{
    animation: fadein 0.7s 0.8s ease-out forwards;
}
.fadein.fadein04.fadein-active{
    animation: fadein 0.7s 1.2s ease-out forwards;
}
.fadein.fadein05.fadein-active{
    animation: fadein 0.7s 1.6s ease-out forwards;
}
.fadein.fadein06.fadein-active{
    animation: fadein 0.7s 2.0s ease-out forwards;
}
.fadein.fadein07.fadein-active{
    animation: fadein 0.7s 2.4s ease-out forwards;
}
.fadein.fadein08.fadein-active{
    animation: fadein 0.7s 2.8s ease-out forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein.fadein--x.fadein-active{
    animation: fadeinx 0.7s ease-out forwards;
}
.fadein.fadein--x.fadein02.fadein-active{
    animation: fadeinx 0.7s 0.4s ease-out forwards;
}
.fadein.fadein--x.fadein03.fadein-active{
    animation: fadeinx 0.7s 0.8s ease-out forwards;
}
.fadein.fadein--x.fadein04.fadein-active{
    animation: fadeinx 0.7s 1.2s ease-out forwards;
}
.fadein.fadein--x.fadein05.fadein-active{
    animation: fadeinx 0.7s 1.6s ease-out forwards;
}
.fadein.fadein--x.fadein06.fadein-active{
    animation: fadeinx 0.7s 2.0s ease-out forwards;
}
.fadein.fadein--x.fadein07.fadein-active{
    animation: fadeinx 0.7s 2.4s ease-out forwards;
}
.fadein.fadein--x.fadein08.fadein-active{
    animation: fadeinx 0.7s 2.4s ease-out forwards;
}
@keyframes fadeinx {
    0% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/*	下層ヘッダー
---------------------------------*/
.subhd{
    padding: 100px 0 60px;
    position: relative;
}
.subhd__cont{
    position: relative;
}
.subhd-ttl__wrap{
    position: relative;
    z-index: 1;
}
.subhd-ttl{
    max-width: 100%;
    width: max-content;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.subttl__en{
    font-size: 2rem;
    font-weight: 700;
    color: #D3C8AD;
    line-height: 1;
    position: relative;
}
.subttl__jp{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mc);
}
.subttl__jp--small{
    font-size: min(8vw, 3.6rem);
}
.subhd__img{
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.subhd__illust{
    position: relative;
    z-index: 1;
}
.subhd__icon{
    max-width: max-content;
}
.subhd__icon01{
    width: 70vw;
}
.subhd__icon02{
    width: 30vw;
    position: absolute;
    bottom: 0;
    left: 0;
}
.subhd__icon03{
    width: 30vw;
    position: absolute;
    bottom: 0;
    right: -50px;
}
@media screen and (min-width:768px){
    .subhd{
        padding: 150px 0 100px;
    }
    .subhd-ttl{
    }
    .subttl__jp{
        font-size: 4.6rem;
    }
    .subttl__jp--small{
        font-size: 4.6rem;
    }
    .subttl__en{
        font-size: 2.4rem;
    }
    .subhd__img{
    }
}
@media screen and (min-width:1024px){
    .subhd{
        padding: 350px 0 100px;
    }
    .subhd-ttl{
    }
    .subhd__img{
    }
    .subhd__icon01{
        max-width: max-content;
        left: auto;
        right: 35%;
    }
}
@media screen and (min-width:1080px){
}

/*	共通バーツ
---------------------------------*/
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
}

/*	私たちについて
---------------------------------*/
.about-catch{
    padding: 120px 0;
}
.about-catch__img{
    max-width: 290px;
    width: 80%;
    margin: 0 auto 80px;
}
.about-catch__illust{
    position: relative;
    z-index: 1;
}
.about-catch__icon{
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
}
.about-catch__icon01{
    left: 25%;
    bottom: -40px;
}
.about-catch__icon02{
    right: -40%;
    bottom: 0;
}
.about-catch__cont .top-about__cont__ttl{
    width: auto;
}
.about-future{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_about_future.jpg);
    padding: 80px 0;
}
.about-future__info__txt{
    margin-bottom: 0;
}
.about-future__illust{
    position: relative;
    z-index: 1;
}
.about-future__img__inr{
    max-width: max-content;
    margin: 0 auto;
    position: relative;
}
.about-future__img{
    padding-top: 50px;
    margin-bottom: 50px;
}
.about-future__icon{
    width: 35%;
    position: absolute;
    transform: translateX(-50%);
}
.about-future__icon01{
    width: 15%;
    bottom: 49px;
    left: 6%;
}
.about-future__icon02{
    width: 16%;
    left: 28%;
    bottom: 10px;
}
.about-future__icon03{
    left: 60%;
    width: 24%;
    bottom: -8px;
}
.about-future__icon04{
    left: 89%;
    width: 15%;
    bottom: 35px;
}
.about-service{
    padding: 80px 0;
}
.about-service__item{
    margin-bottom: 60px;
}
.about-service__item:last-of-type{
    margin-bottom: 0;
}
.about-service__item.flex-btw{
    display: block;
}
.about-service__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    border: solid 3px #D3C8AD;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.about-service__info__ttl{
    margin-bottom: 20px;
}
.about-service__info__txt{
    font-weight: 500;
}
.about-service__info__btn{
    margin-top: 30px;
}
@media screen and (min-width:768px){
    .about-catch{
        padding: 160px 0;
    }
    .about-catch__img{
        max-width: max-content;
        width: 300px;
    }
    .about-future{
        padding: 120px 0;
    }
    .about-service{
        padding: 120px 0;
    }
    .about-service__item{
        margin-bottom: 80px;
    }
    .about-service__img{
        width: 300px;
        height: 300px;
    }
    .about-service__info__ttl{
        margin-bottom: 30px;
    }
    .about-service__info__btn{
        margin-top: 40px;
    }
}
@media screen and (min-width:1024px){
    .about-catch__cont{
        gap: 0 60px;
    }
    .about-catch__img{
        width: auto;
        margin: 0;
    }
    .about-catch__icon01{
        left: 27%;
    }
    .about-catch__icon02{
        right: -18%;
    }
    .about-future__img{
        flex: 1;
        padding: 0;
        margin: 0;
    }
    .about-future__icon01{
        bottom: 63px;
    }
    .about-future__icon02{
        left: 30%;
        bottom: 23px;
    }
    .about-future__icon03{
        left: 60%;
        width: 24%;
    }
    .about-future__icon04{
        left: 89%;
        width: 15%;
        bottom: 35px;
    }
    .about-service__item.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .about-service__img{
        margin: 0;
    }
    .about-service__info{
        flex: 1;
    }
    .about-service__info__btn .btn-cmn01{
        margin-left: 0;
    }
}

/*	ヘルパーステーション ソエルについて
---------------------------------*/
.service-catch__img__inr{
    display: flex;
    align-items: flex-end;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}
.service-catch__icon{
    width: 25%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.service-catch__icon01{
    width: 20%;
    left: 13%;
    bottom: 37px;
}
.service-catch__icon02{
    width: 30%;
    left: 34%;
    bottom: 13px;
}
.service-catch__icon03{
    width: 27%;
    left: 66%;
    bottom: 22px;
}
.service-catch__icon04{
    width: 24%;
    left: 87%;
    bottom: 11px;
}
.service-help{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_service_help.jpg);
    padding: 80px 0;
}
.service-help__table--wrap{
    overflow-x: auto;
}
.service-help__table--wrap:before{
    content: "※スクロールしてご覧いただけます";
    display: block;
    color: #ff0000;
    margin-bottom: 15px;
}
.service-help__table{
    min-width: 600px;
}
.service-help__table__tr{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.service-help__table__tr:last-of-type{
    margin-bottom: 0;
}
.service-help__table__th{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D2DAD4;
    text-align: center;
    padding: 20px 15px;
}
.service-help__table__th__p{
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--mc);
}
.service-help__table__td{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 10px;
}
.service-help__table__td__p{
    font-weight: 700;
}
.service-help__table__item01{
    flex: 1;
    min-width: 200px;
}
.service-help__table__item02{
    width: 280px;
}
.service-help__table__item03{
    flex: 1;
    min-width: 200px;
}
.service-cont{
    padding-top: 80px;
}
.service-cont__item{
    margin-bottom: 40px;
}
.service-cont__item:last-of-type{
    margin-bottom: 0;
}
.service-cont__item.flex-btw{
    display: block;
}
.service-cont__item__img{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.service-cont__item__img__inr{
    background-color: #fff;
    border: solid 1px #D3C8AD;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
.service-cont__item__info__ttl{
    border-bottom: solid 1px #D3C8AD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.service-features{
    padding: 100px 0;
}
.service-features__list{
    margin-bottom: 100px;
}
.service-features__item{
    margin-bottom: 40px;
}
.service-features__item:last-of-type{
    margin-bottom: 0;
}
.service-features__item.flex-btw{
    display: block;
}
.service-features__item__info__ttl{
    margin-bottom: 30px;
}
.service-features__item__info__txt{
    font-weight: 500;
}
.service-features__item__img{
    max-width: 320px;
    width: 80%;
    margin: 0 auto 70px;
    text-align: center;
}
.service-features__item__img__inr{
    position: relative;
}
.service-features__item__illust{
    position: relative;
    z-index: 1;
}
.service-features__item__icon{
    max-width: max-content;
    position: absolute;
    transform: translateX(-50%);
}
.service-features__item__icon01{
    left: 35%;
    bottom: -50px;
}
.service-features__item__icon02{
    right: -15%;
    bottom: -50px;
}
.service-features__item__icon03{
    left: 30%;
    bottom: -20px;
}
.service-features__item__icon04{
    left: 55%;
    bottom: -30px;
}
.service-features__item__icon05{
    right: -20%;
    bottom: -30px;
}
@media screen and (min-width:768px){
    .service-help{
        padding: 120px 0;
    }
    .service-help__table{
        min-width: 994px;
    }
    .service-help__table__th{
        padding: 30px 15px;
    }
    .service-help__table__th__p{
        font-size: 2rem;
    }
    .service-help__table__td{
        padding: 30px 15px;
    }
    .service-cont{
        padding-top: 120px;
    }
    .service-cont__item{
        margin-bottom: 60px;
    }
    .service-features{
        padding: 160px 0;
    }
    .service-features__list{
        margin-bottom: 160px;
    }
    .service-features__item{
        margin-bottom: 60px;
    }
    .service-features__item__info__ttl{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:1024px){
    .service-help__table--wrap:before{
        content: none;
    }
    .service-cont__item.flex-btw{
        display: flex;
        gap: 0 50px;
    }
    .service-cont__item__img{
        margin: 0;
    }
    .service-cont__item__info{
        flex: 1;
        padding-top: 30px;
    }
    .service-features__item{
        margin-bottom: 120px;
    }
    .service-features__item.flex-btw{
        display: flex;
        justify-content: center;
        gap: 0 30px;
    }
    .service-features__item__info{
        max-width: 800px;
        width: 66.7%;
    }
    .service-features__item__img{
        flex: 1;
        margin: 0;
    }
    .service-features__item__icon01{
        left: 35%;
    }
    .service-features__item__icon02{
        right: -15%;
    }
    .service-features__item:nth-of-type(2n).flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media screen and (min-width:1080px){
}

/*	採用情報
---------------------------------*/
.recruit-feature{
    padding: 100px 0;
}
.recruit-feature__item.flex-btw{
    display: block;
}
.recruit-feature__item{
    max-width: 350px;
    width: 100%;
    box-shadow: 0 2px 15px rgba(211, 200, 173, .3);
    margin: 0 auto 40px;
}
.recruit-feature__item:last-of-type{
    margin-bottom: 0;
}
.recruit-feature__item__img{
}
.recruit-feature__item__info{
    background-color: #fff;
    padding: 40px 15px;
}
.recruit-feature__item__info__inr{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}
.recruit-feature__item__info__ttl{
    margin-bottom: 20px;
}
.recruit-feature__item__info__ttl--small{
    font-size: min(4.5vw, 2rem);
}
.recruit-feature__item__info__txt{
    font-weight: 500;
}
.recruit-need{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_recruit_need.jpg);
    padding: 80px 0;
}
.recruit-need__box{
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 80px;
}
.recruit-need__box__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.recruit-need__box__cont.flex-btw{
    display: block;
}
.recruit-need__box__cont{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.recruit-need__box__cont__p{
    margin-bottom: 20px;
}
.recruit-need__box__cont__p:last-of-type{
    margin-bottom: 0;
}
.recruit-need__box__cont__p__str{
    font-weight: 500;
    padding-left: 40px;
    position: relative;
}
.recruit-need__box__cont__p__str:before{
    content: "";
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_check01.png);
    width: 30px;
    height: 24.3px;
    position: absolute;
    top: 3px;
    left: 0;
}
.recruit-need__box__cont{
    margin-bottom: 40px;
}
.recruit-need__box__txt{
    font-weight: 500;
}
.recruit-need__info.flex-btw{
    display: block;
}
.recruit-need__info__txt{
    margin-bottom: 40px;
}
.recruit-need__info__txt__str{
    font-weight: 500;
}
.recruit-need__info__img{
    max-width: max-content;
    width: 65%;
    margin: 0 auto;
}
.recruit-need__info__img__inr{
    position: relative;
}
.recruit-need__info__img__illust{
    position: relative;
    z-index: 1;
}
.recruit-need__info__img__icon{
    position: absolute;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}
.recruit-requirement{
    padding: 100px 0;
}
.recruit-recruitment__box{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.recruit-recruitment__cont{
    margin-bottom: 60px;
}
.recruit-recruitment__cont.flex-cnt{
    display: block;
}
.recruit-recruitment__cont__btn__item{
    max-width: 320px;
    width: 100%;
    background-color: #D2DAD4;
    border-radius: 40px;
    position: relative;
    margin: 0 auto 30px;
}
.recruit-recruitment__cont__btn__item:last-of-type{
    margin-bottom: 0;
}
.recruit-recruitment__cont__btn__item:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_arrow02.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}
.recruit-recruitment__cont__btn__item__p{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4;
    color: var(--mc);
    padding-left: 30px;
}
.recruit-recruitment__table{
    display: none;
}
.recruit-recruitment__table.is-active{
    display: block;
}
.gjs-dashed .recruit-recruitment__table{
    margin-bottom: 40px;
}
.gjs-dashed .recruit-recruitment__table{
    display: block;
}
@media screen and (min-width:768px){
    .recruit-feature{
        padding: 160px 0;
    }
    .recruit-feature__item__info__ttl--small{
        font-size: 2rem;
    }
    .recruit-need{
        padding: 80px 0;
    }
    .recruit-need__box{
        margin-bottom: 120px;
    }
    .recruit-need__box__ttl{
        margin-bottom: 40px;
    }
    .recruit-need__box{
        padding: 50px 15px;
    }
    .recruit-need__box__cont__p__str{
        padding-left: 60px;
    }
    .recruit-need__box__cont__p__str:before{
        width: 37px;
        height: 30px;
        top: 3px;
    }
    .recruit-need__box__cont{
        margin-bottom: 50px;
    }
    .recruit-need__box__txt{
        text-align: center;
    }
    .recruit-requirement{
        padding: 160px 0;
    }
    .recruit-recruitment__cont{
        margin-bottom: 80px;
    }
    .recruit-recruitment__cont.flex-cnt{
        display: flex;
        gap: 40px;
    }
    .recruit-recruitment__cont__btn__item{
        width: calc((100% - 60px) / 2);
        margin: 0;
    }
    .recruit-recruitment__cont__btn__item:before{
        right: 30px;
    }
}
@media screen and (min-width:1024px){
    .recruit-feature__item.flex-btw{
        display: flex;
    }
    .recruit-feature__item{
        max-width: none;
        margin-bottom: 50px;
    }
    .recruit-feature__item__img{
        width: 240px;
    }
    .recruit-feature__item__info{
        flex: 1;
    }
    .recruit-feature__item__info__ttl--small{
        font-size: 2.4rem;
    }
    .recruit-need__box__cont.flex-btw{
        display: flex;
        gap: 40px;
    }
    .recruit-need__box__cont__p{
        width: calc((100% - 40px) / 2);
        margin: 0;
    }
    .recruit-need__info.flex-btw{
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 0 50px;
    }
    .recruit-need__info__txt{
        width: 800px;
        margin: 0;
    }
    .recruit-need__info__img{
        flex: 1;
        margin: 0;
    }
    .recruit-need__info__img__icon{
        left: 40%;
    }
    .recruit-recruitment__cont{
        max-width: none;
        margin: 0 0 80px;
    }
    .recruit-recruitment__cont.flex-cnt{
        gap: 40px 60px;
    }
    .recruit-recruitment__cont__btn__item{
        width: calc((100% - 120px) / 3);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1400px){
    .recruit-need__info__img__icon{
        left: 20%;
    }
}


/*	お問い合わせ
---------------------------------*/
.service-contact{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_contact01.jpg);
    padding: 80px 0;
}
.service-contact__txt{
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.contact-privacy__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.contact-privacy__ttl.ttl-cmn03{
    font-size: min(5.5vw, 2.6rem);
}
@media screen and (min-width:768px){
    .service-contact{
        padding: 120px 0;
    }
    .service-contact__txt{
        margin-bottom: 80px;
    }
    .contact-privacy__ttl{
        margin-bottom: 40px;
    }
    .contact-privacy__ttl.ttl-cmn03{
        font-size:3.2rem;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}


.privacyDd strong{
    font-weight: 400;
}
@media screen and (min-width:768px){
    .privacyDd strong br{
        display: none;
    }
}