@charset "utf-8";
/* CSS Document */

.main_content{
	background-color: #F8F8F8;
}
#sitemap .wrap{
	padding: 100px 0 130px 0;
}

#sitemap h2{
	text-align: center;
}
#sitemap .wrap {
    padding: 100px 0 130px 0;
}
h1{
	background: url("../../company/images/company.jpg") no-repeat;
	background-size: cover; 
	text-align: center;
	padding: 40px 0;
	letter-spacing: 0.15em;
}

h2{
	margin-bottom: 50px;
}

h3{
	margin-bottom: 50px;
	text-align: center;
}

h4{
	background:linear-gradient(transparent 50%, #FFF3EB 0%);
	display: inline-block;
	margin: 50px 0 10px;
}
.area {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, .16);
	padding: 80px 140px;
	margin: 0 auto;
}

/*====================================================
ギミック
====================================================*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
	 animation-timing-function: ease-out;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}

/*====================================================

ここからスマホ

====================================================*/

@media screen and (max-width: 768px) {
    .area {
        padding: 40px 25px;
        margin: 0 auto;
    }	
    #sitemap .wrap{
        padding: 60px 0 130px 0;
    }
        
    h1{
        background: url(../../company/images/company.jpg) no-repeat;
        background-size: cover; 
        text-align: center;
        padding: 20px 0;
    }

    h2{
        margin-bottom: 30px;
    }

    h3{
        margin-bottom: 30px;
        text-align: center;
    }

    h4{
        background:linear-gradient(transparent 50%, #FFF3EB 0%);
        display: inline-block;
        margin: 30px 0 10px;
    }
	
	}
/* 3カラム
-------------------------*/
#sitemap .sitemap ul.sitemap__block01{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 50px;
}
#sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(1){
    width: 25.6%
}
#sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(2){
    width: 26.5%
}
#sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(3){
    width: 22.6%
}
#sitemap .sitemap ul.sitemap__block01 li dl.sitemap__block01__dtl{
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.6;
}
#sitemap .sitemap ul.sitemap__block01 li dl.sitemap__block01__dtl dt{
    color: #E63700;
}
#sitemap .sitemap ul.sitemap__block01 li dl.sitemap__block01__dtl dt a{
    color: #E63700;
}
#sitemap .sitemap ul.sitemap__block01 li dl.sitemap__block01__dtl dt a:hover{
    opacity: .5;
}
dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list li{
    margin-top: 18px;
}
/*オレンジ矢印*/
dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list > li::after{
    content: '';
    display: inline-block;
    width: 1em;
    height: .5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.953' height='9.638' viewBox='0 0 6.953 9.638'%3E%3Cpath d='M-3011.5-109.333l4,3.536-4,3.283' transform='translate(3012.912 110.745)' fill='none' stroke='%23e63700' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list > li:nth-of-type(3){
    position: relative;
}
dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list > li:nth-of-type(3)::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 1em;
    height: .5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.953' height='9.638' viewBox='0 0 6.953 9.638'%3E%3Cpath d='M-3011.5-109.333l4,3.536-4,3.283' transform='translate(3012.912 110.745)' fill='none' stroke='%23e63700' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 10px;
    right: 0;
}
dl.indiv dd ul.sitemap__block01__dtl--list > li:nth-of-type(2){
    position: relative;
}
dl.indiv dd ul.sitemap__block01__dtl--list > li:nth-of-type(2)::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 1em;
    height: .5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.953' height='9.638' viewBox='0 0 6.953 9.638'%3E%3Cpath d='M-3011.5-109.333l4,3.536-4,3.283' transform='translate(3012.912 110.745)' fill='none' stroke='%23e63700' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 10px;
    right: 50px;
}
dl.job dd ul.sitemap__block01__dtl--list > li::after{
    display: none;
}
/*//オレンジ矢印*/

dl.job dd ul.sitemap__block01__dtl--list > li a{
    color: #666;
    font-size: initial;
}
dl.job dd ul.sitemap__block01__dtl--list > li::before{
    content: "";
    display: inline-block;
    height: 2px;
    background: #E2D9D2;
    margin-right: 0.5em;
    width: 0.3em;
    vertical-align: middle;
}


dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list li:nth-of-type(1){
    margin-top: 27px;
}
dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list li ul.sitemap__block01__dtl--list--dtl li{
    margin-top: 14px;
}
li ul.sitemap__block01__dtl--list--dtl li a{
    color: #666;
    font-size: initial;
}
li ul.sitemap__block01__dtl--list--dtl li::before{
    content: "";
    display: inline-block;
    height: 2px;
    background: #E2D9D2;
    margin-right: 0.5em;
    width: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 768px){
    #sitemap .sitemap ul.sitemap__block01{
        display: block;
        padding-bottom: 40px;
    }
    #sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(1),#sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(2),#sitemap .sitemap ul.sitemap__block01 > li:nth-of-type(3){
        width: 100%;
    }
    #sitemap .sitemap ul.sitemap__block01 > li:not(:first-child){
        margin-top: 37px;
    }
    #sitemap .sitemap ul.sitemap__block01 li dl.sitemap__block01__dtl dt{
        font-size: 1.15rem;
    }
    dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list li:nth-of-type(1),dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list li{
        margin-top: 15px;
        font-size:initial
    }
    dl.sitemap__block01__dtl dd ul.sitemap__block01__dtl--list > li:nth-of-type(3)::after{
        left: 9.5em;
    }
    dl.indiv dd ul.sitemap__block01__dtl--list > li:nth-of-type(2)::after{
        left: 7.25em;
    }
}

/* 2カラム
-------------------------*/
#sitemap .sitemap ul.sitemap__block02{
    padding-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-weight: bold;
    color: #333333;
}
#sitemap .sitemap ul.sitemap__block02 > li:nth-of-type(1){
    width: 28%;
}
dl.company dt::after{
    content: '';
    display: inline-block;
    width: 1em;
    height: .5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.215' height='7.229' viewBox='0 0 5.215 7.229'%3E%3Cpath d='M-3011.5-109.333l3,2.652-3,2.462' transform='translate(3012.559 110.392)' fill='none' stroke='%23666' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
dl.company dd ul.sitemap__block02__dtl--list li{
    margin-top: 18px;
}
dl.company dd ul.sitemap__block02__dtl--list li a{
    color: #666666;
}
dl.company dd ul.sitemap__block02__dtl--list li::before{
    content: "";
    display: inline-block;
    height: 2px;
    background: #E2D9D2;
    margin-right: 0.5em;
    width: 5px;
    vertical-align: middle;
}
#sitemap .sitemap ul.sitemap__block02 > li:nth-of-type(2){
    margin-left: 5em;
}
#sitemap .sitemap ul.sitemap__block02 li:not(:first-child){
    margin-top:18px;
}
#sitemap .sitemap ul.sitemap__block02 li.sitemap__block02--other {
    margin-top: 0;
}
#sitemap .sitemap ul.sitemap__block02 .sitemap__block02--other ul li:after{
    content: '';
    display: inline-block;
    width: 1em;
    height: .5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.215' height='7.229' viewBox='0 0 5.215 7.229'%3E%3Cpath d='M-3011.5-109.333l3,2.652-3,2.462' transform='translate(3012.559 110.392)' fill='none' stroke='%23666' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (max-width: 768px){
    #sitemap .sitemap ul.sitemap__block02{
        padding-top: 40px;
        display: block;
    }
    #sitemap .sitemap ul.sitemap__block02 > li:nth-of-type(1){
        width: 100%;
    }
    #sitemap .sitemap ul.sitemap__block02 > li:nth-of-type(2){
        margin-left: 0;
    }
    #sitemap .sitemap ul.sitemap__block02 li:not(:first-child),#sitemap .sitemap ul.sitemap__block02 li.sitemap__block02--other{
        margin-top: 14px;
    }
    
}
.pc{
	display: block ! important;
}
.sp{
	display: none!important;
}
@media screen and (max-width: 768px){  
	.sp{
		display: block ! important;
	}
	.pc{
		display: none!important;
	}
}