/*header*/

.global-header{
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
}

.global-header-top{
	width:100%;
	height:50px;
	background:#fff;
}

.global-header-group{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.global-header-logo{
    background: #fff;
    width: 440px;
    padding: 20px 60px 20px 110px;
    border-radius: 0 0 20px 0;
    position: relative;
}

.global-header-logo:after{
    position: absolute;
	content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at bottom right, transparent 19px, rgba(255, 255, 255, 0.99) 20px,#FFF 20px) bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: -20px;
}

.global-header-navi{
    background: #fff;
    padding: 0 100px 0 70px;
    align-content: center;
    border-radius: 0 0 0 20px;
    position: relative;
}

.global-header-navi:before{
    position: absolute;
	content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at bottom left, transparent 19px, rgba(255, 255, 255, 0.99) 20px,#FFF 20px) bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: -20px;
}

.global-header-navi-a{
    color: #3A3A3A;
    height: 100%;
    display: block;
    position: relative;
    align-content: center;
}

.global-header-navi-p{
	position: relative;
}

.global-header-navi-p:before{
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 1px;
	background:#3A3A3A;
	bottom: -1px;
	transform: scale(0, 1);  
	transform-origin: left top;
	transition: transform 0.3s;
}

.global-header-navi-p:hover::before{
	transform: scale(1, 1);
}

.global-header-navi-ul{
    display: flex;
    gap: 30px;
    height: 100%;
}

.global-header-navi-li {
    height: 100%;
}

.navi-li-more-section{
    position: absolute;
    width: 100%;
    left: 0;
	opacity: 0; 
	transition: all .2s ease;
	visibility: hidden;
}

.navi-li-more-section:before{
    width: 100%;
    height: 100%;
    content: '';
    background: #0D1A48;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
}

.navi-li-more-ul{
	display: flex;
    justify-content: flex-end;
    padding: 30px 170px 30px 0;
    gap: 40px;
}

.navi-li-more-a {
    color: #fff;
    position: relative;
}

.navi-li-more-a:hover{
    opacity: 0.6;
}

.navi-li-more-a:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    background-image: url(https://www.dos-osaka.co.jp/img/link_yaji_w.webp);
    top: 5px;
    left: -10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*footer*/

.global-footer {
    background: #10374B;
    padding: 70px 0;
}

.footer-top-right{
    display: flex;
    gap: 35px;
    padding-right: 35px;
}

.footer-top-right-li {
    line-height: 2em;
}

.footer-top-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #9FAFB7;
}

.footer-logo {
    width: 400px;
    height: auto;
    margin-bottom: 10px;
}


.footer-bottom-box{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    font-size: 12px;
}

.footer-bottom-ul{
    display: flex;
    gap: 2em;
}

.footer-top-right-a,
.footer-bottom-a{
    color: #FFF;
}

.footer-top-right-a:hover,
.footer-bottom-a:hover{
    opacity: 0.6;
}


.thin-text{
    color: #9FAFB7;
}


/*スマホ用グロナビ*/
.spmenu-modal-overray{
    background: none;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.spmenu-modal-overray:before{
	content:'';
    position: absolute;
	background:#0D1A48;
	opacity: 0.95;
	width: 100%;
	height: 100%;
}

.spmenu-modal-navi{
	position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}

.spmenu-modal-navi-inner {
    padding: 110px 45px;
}

.spmenu-text{
    color: #fff;
}

.spmenu-sub-box .spmenu-sub-text:last-of-type {
    margin-bottom: 15px;
}

.spmenu-sub-text {
    font-size: 14px;
}

.spmenu-a{
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
	position: relative;
}

.spmenu-a:after{
    position: absolute;
    content: '';
    background-image: url(https://recruit.dos-osaka.co.jp/img01/linkimg_03.webp);
    top: 0.5em;
    right: 10px;
    width: 8px;
    height: 15px;
}

.spmenu-wyt-button{
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 10px 0;
}

.spmenu-wyt-button-a{
    color: #29B9E6;
    text-decoration: none;
}

.spmenu-box{
    border-bottom: 1px solid #fff;
}

.spmenu-box-first{
    border-top: 1px solid #fff;
}

.spmenu-text{
    color: #fff;
    padding: 15px 0;
}

.right-icon-pm{
    position: relative;
}

.right-icon-pm:after{
    position: absolute;
	content:'';
	width:14px;
	height:2px;
	top:28px;
	right:10px;
	background:#fff;
}

.right-icon-pm:before{
    position: absolute;
	content:'';
	width:14px;
	height:2px;
	top:28px;
	right:10px;
	background:#fff;
	transform: rotate(90deg);
}

.active.right-icon-pm:before{
	transform: rotate(0deg);
}

.spmenu-sub-box{
    display: none;
    padding-left: 1em;
}

.spmenu-wyt-button-first{
	margin-top:50px;
}


.global-header-navi-sp-btn,
.modal-close{
    position: absolute;
    top: 5px;
    background: #37375D;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: 5px;
    z-index: 100;
    border: none;
}

.global-header-navi-sp{
	background: #fff;
    width: 60px;
    border-radius: 0 0 0 20px;
    position: relative;
}

.global-header-navi-sp-btn-icon,
.modal-close-icon{
    display: block;
    position: absolute;
    top: 35%;
    left: 12px;
    width: 20px;
    height: 1px;
    background: #fff;
}


.modal-close {
	background: #FFF;
}

.modal-close-icon
{
	background: #37375D;
}

.modal-close-icon{
    background: none;
}


global-header-navi-sp-btn-icon{
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
}

.global-header-navi-sp-btn-icon:before,
.modal-close-icon:before{
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
}

.modal-close-icon:before{
    top: 0px;
    left: 1px;
    transform: rotate(30deg);
}

.global-header-navi-sp-btn-icon:after,
.modal-close-icon:after{
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
}

.modal-close-icon:after{
    top: 0px;
    left: 1px;
    transform: rotate(-30deg);
}

.global-header-navi-sp-btn-text,
.modal-close-text{
    color: #fff;
    font-size: 8px;
    position: absolute;
    left: 12px;
    top: 25px;
}

.modal-close-icon:before,
.modal-close-icon:after
{
	background: #37375D;
}

 .modal-close-text {
    color: #37375D;
}

 .modal-close-text {
    color: #37375D;
}

.sp-bottom-manu{
	display:none;
}



/********************
	レスポンシブ
*********************/

@media (max-width: 1400px) {
/*フッター*/

.footer-top-left{
    width: 30%;
}

.footer-logo{
    width: 90%;
}

}

@media (max-width: 1200px) {

/*ヘッダー*/
.global-header-logo {
    width: 340px;
    padding: 20px 60px 20px 80px;
}

/*フッター*/

.footer-top-box{
    display: block;
}

.footer-top-left {
	width: 100%;
	padding-bottom: 50px;
}

.footer-logo {
	width: 90%;
	max-width: 300px;
}

}

@media (max-width: 1000px) {

/*ヘッダー*/
.global-header-logo {
	width: 270px;
	padding: 20px 35px 20px 35px;
}

.global-header-navi {
   padding: 0 35px 0 35px;
}

}


@media (max-width: 800px) {

/*ヘッダー*/
.global-header-group{
 /*   margin: 0 50px;*/
}


/*フッター*/

.footer-top-box{
    padding-bottom: 30px;
}

.footer-top-left{
        padding-bottom: 0;
}

.footer-bottom-box,
.footer-bottom-ul{
    display: block;
}


.copyright.thin-text {
    text-align: right;
}

/*スマホ用グロナビ*/
.sp-bottom-manu{
	display: block;
	position: fixed;
	bottom: 3px;
	width: 100%;
	padding: 0 3px;
}

.sp-bottom-manu-box{
	display: flex;
	width: 100%;
	gap: 3px;
	border-radius: 15px;
	overflow: hidden;
	justify-content: space-around;
}

.bottom-manu-button{
	background: #29B9E6;
	width: calc((100% - 6px) / 3);
	text-align: center;
	padding: 10px 0;
	line-height: 1.5;
	font-size: 12px;
}

.bottom-manu-button-a{
	color: #fff;
	text-decoration: none;
}

.box-wht {
    margin-top:20px;
    padding: 20px;
}

.footer-blue-ul {
    flex-wrap: wrap;
}

.footer-blue-a {
	width: 100%;
}


.global-header-navi-sp:before{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at bottom left, transparent 19px, rgba(255, 255, 255, 0.99) 20px, #FFF 20px) bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: -20px;
    z-index: 2;
}

.global-header-navi-sp{
    width: 88px;
}
.global-header-navi-sp-btn, .modal-close{
    right: 25px;
}

.modal-close{
    top: 55px;
}

.spmenu-modal-navi-inner{
    padding: 160px 45px;
}

}

@media (max-width: 500px) {

/*ヘッダー*/
.global-header-group{
    margin: 0;
}

.global-header-top{
	height: 10px;
}

 .global-header-logo {
        width: 200px;
        padding: 16px 24px;
}

/*スマホ用グロナビ*/

.modal-close {
	top: 15px;
}

.spmenu-modal-navi-inner {
    padding: 110px 45px;
}

.global-header-navi-sp {
        width: 60px;
}

.global-header-navi-sp-btn,
.modal-close {
        right: 5px;
    }

}