.sp {display: block;}
.ssp {display: none;}

@media screen and (max-width: 768px) {
.sp {display: none;}
.ssp {display: block;}
}

p{
margin-bottom: 0;
}
.row{
margin-right: 0;
margin-left: 0;}

.header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 32px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
position: fixed;
font-size: 16px;
z-index: 100;
top: 0;
height: 77px;
width: 100%;
}
.header .logo{
display: flex;
align-items: flex-end;
line-height: 1;
}
.header .logo img{
width: 70px;
margin-right: 10px;
}
.header nav a {
margin: 0 16px;
text-decoration: none;
color: #004080;
font-weight: bold;
}
.header nav a:hover{
border-bottom: 1px solid #004080;
}
.cta-btn {
background: #F5A623;
color: #fff;
padding: 9.6px 19.2px;
border-radius: 6px;
text-decoration: none;
}
.cta-btn:hover{
opacity: 0.5;
}
.sp-menu{
position: absolute;
}
.sp-menu__box {
position: fixed;
top: 60px;
right: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
z-index: 100;
background-color: #3584bb;
border-radius: 5px;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
content: "";
display: block;
height: 3px;
width: 25px;
border-radius: 3px;
background-color: #ffffff;
position: absolute;
}
.sp-menu__box span:before {
bottom: 8px;
}
.sp-menu__box span:after {
top: 8px;
}
#sp-menu__check {
display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
bottom: 0;
transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
top: 0;
transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .hamburger__content {
left: 0;
}
#sp-menu__check:checked ~ .hamburger-demo-cover{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
background: rgba(3,3,3,.5);
display: block;
}

.sp-menu__content {
width: 45%;
height: 65%;
position: fixed;
top: 6%;
left: 100%;
z-index: 90;
background-color: #f0ffff;
transition: all 0.5s;
}
.sp-menu__list {
padding: 60px 10px 0;
margin-bottom: 10%;
}
.sp-menu__item {
border-bottom: solid 1px #000000;
list-style: none;
font-size: 16px;
padding: 10px 0;
}
.sp-menu__content::backdrop {
background: rgba(0, 0, 0, 0.2);
}

#sp-menu__check:checked ~ .sp-menu__content {
left: 56%;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.header nav{
display: none;
}
}
@media only screen and (max-width: 767px) {
.header {
padding: 0.5rem 1rem;
height:55px;
}
.header .logo img {
width: 45px;
margin-right: 5px;
}
.header .logo{
font-size: 12px;
}
.header nav{
display: none;
}
.sp-menu .cta-btn {
margin-left: 5%;
}
}
@media screen and (min-width: 1024px) {
.sp-menu {
display: none;
}
}


.hero {
max-width: 1920px;
margin: 0 auto;
background: #004080;
color: #fff;
padding: 32px;
text-align: center;
line-height: 1.6;
margin-top: 77px;
}
.hero h1{
font-size: 35px;
font-weight: 700;
padding-top: 10px;
}
.hero hr {
width: 10%;
margin: 0 auto;
}
.hero .recruit {
font-size: 22px;
}
@media only screen and (max-width: 767px) {
.hero{
margin-top: 55px;
}
.hero h1{
font-size: 30px;
padding: 0;
}
.hero hr {
width: 25%;
}
.hero .recruit {
font-size: 16px;
}
}

.section1{
padding: 20px 0 30px;
background-color:#f0f8ff;
}

.section1 .container{
max-width: 1280px;
width: 95%;
margin: 0 auto;
}
.section1 .tabs {
padding-bottom: 40px;
width: 100%;
margin: 0 auto;
}


.section1 .tab_item {
width: calc(100% / 3);
height: 50px;
border-bottom: 3px solid #004080;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
border-radius: 10px 10px 0 0;
}
.section1 .tab_item:hover {
opacity: 0.75;
}
.section1 input[name="tab_item"] {
display: none;
}
.section1 .tab_content {
display: none;
clear: both;
overflow: hidden;
}

#dispatch:checked ~ #dispatch_content,
#management:checked ~ #management_content,
#task:checked ~ #task_content,
#design:checked ~ #design_content {
display: block;
}
.section1 .tabs input:checked + .tab_item {
background-color: #004080;
color: #fff;
}

.section1 .content{
padding: 40px;
background-color: #fff;
margin-bottom:30px;
}
.section1 h2 {
color: #004080;
font-size: 26px;
font-weight: bold;
margin-bottom: 20px;
}
.section1 p {
font-size: 18px;
margin: 8px 0;
line-height: 1.5;
}
.section1 h3 {
font-size: 20px;
font-weight: bold;
color: #03396c;
margin-top: 24px;
}

.section1 .col {
padding: 0 .625rem;
display: table-cell;
width: 25%;
float: left;
}
.section1 .min{
margin-bottom: 1.25rem;
}
.section1 .body{
display: block;
padding: 10px;
box-shadow: 0 0 8px gray;
background-color: #fff;
}
.section1 .tag{
display: inline-block;
padding: 5px;
background-color: #5ab4bd;
color: #fff;
font-size: 16px;
font-weight: 700;
}
.section1 .body_min{
display: table;
position: relative;
width: 100%;
}
.section1 .detail{
min-width: auto;
padding-top: 10px;
}
.section1 .detail_p{
font-size: 14px;
font-weight: 700;
color: #03396c;
}
.section1 .detail_ho:first-child .detail_p::before{
content:"給与 (月給)";
}
.section1 .detail_ho:nth-child(2) .detail_p::before{
content:"勤務地";
}
.section1 .bo{
font-weight: 700;
font-size: 18px;
}
.section1 .detail_ho p{
font-size: 14px;
}

.section1 a {
margin-top: 10px;
display: inline-block;
text-decoration: none;
background: #ff8000;
color: #fff;
padding: 0.6rem 1.2rem;
border-radius: 5px;
font-weight: bold;
text-align: center;
width: 100%;
border: solid 1px #ff8000;
}
.section1 .detail a:hover {
background: #fff;
color: #ff8000;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.section1 .detail {
height: 160px;
}
}
@media only screen and (max-width: 767px) {
.section1 .content {
padding: 20px;
}
.section1 h2 {
font-size: 20px;
margin-bottom: 10px;
}
.section1 p {
font-size: 14px;
margin: 4px 0;
}
.section1 h3 {
font-size: 16px;
margin-top: 12px;
}
.section1 .col {
width: 50%;
}
.section1 .tag{
font-size: 14px;
}
.section1 .detail_ho p{
font-size: 12px;
}
.section1 .detail {
height: 140px;
}
}

.footer {
font-family: serif;
margin:10px 0;
}
.footer .wrap,
.footer .wrap2 {
max-width: 1280px;
width: 90%;
margin: 0 auto;
}
.footer .wrap2 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.footer .wrap_logo{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.footer .wrap_logo img{
width: 10%;
}
.footer .footer_menu{
display: flex;
flex-wrap: wrap;
line-height: 1.5;
list-style: none;
margin: 20px 0;
padding-left: 0;
justify-content: center;
}
.footer .footer_menu li {
font-size: 18px;
padding: 0 20px;
}
.footer .footer_menu li a:hover{
border-bottom: 1px solid #000;
}
.footer .wrap2 .box {
 width: 22%;
}
.footer .wrap2 .MAP {
 width: 25%;
}
.footer .box .address{
font-size: 16px;
margin-bottom: 10px;
}
.footer .box p{
font-size: 14px;
margin: 0 0 5px;
line-height: 1.5;
}
.footer .box a{
color: #000;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.footer .wrap2 .box {
 width: 48%;
}
.footer .wrap2 .MAP {
 width: 50%;
}
.footer .wrap2 .box:first-child,
.footer .wrap2 .box:nth-child(2){
margin-bottom:20px;
}
}
@media only screen and (max-width: 767px) {
.footer .wrap_logo img {
width: 25%;
}
.footer .footer_menu li {
font-size: 16px;
padding: 0px 15px;
}
.footer .wrap2 .box,
.footer .wrap2 .MAP  {
 width: 100%;
}
.footer .wrap2 .box:nth-child(2){
margin-bottom:20px;
}
}