@charset "utf-8";

/* ===========================================================================

▼ 共通 ▼

=========================================================================== */
html{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height:0;
    overflow-x: hidden;
    overflow-y:scroll;
}

body{
    font-size: 1.0rem;
    background: #fff;
    color: #000;
    font-family: "Noto Sans Japanese" , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    /*color: #323232; */
    line-height:0;
}

.wrapper {
    width:100%;
    margin: 0 auto;
}
header {
    max-width: 80%;
    text-align: center;
    margin:0 auto;
}

.container {
    width:100%;
}

.container-form {
    display: block;
    width: 100%;
    display: block;
    background: #f3f3f3;
}

img {
    max-width: 100%;
}

div {
  display: block;
}

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}


/* ===========================================================================

▼ header ▼ pc

=========================================================================== */
.mobile-nav {
    display: none;
}

.header {
    width:100%;
    height:140px;
    display: flex;
    justify-content: space-between;
    margin:0;
}

.logo {
    display: flex;
    width: 220px;
    padding: 3em 0;
    margin:0;
}

.main-nav {
    display: flex;
    width: 800px;
    padding:2em;
    margin:1em 0;
    text-align: center;
    font-weight: 500;
    font-size: .9rem;
}
.main-nav * {
    box-sizing: border-box;
}
.main-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}
.main-nav a {
    padding: 1em 0;
    color: rgba(16, 18, 84, 0.9);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}
.main-nav a:before,
.main-nav a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.main-nav a:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #101254;
}
.main-nav a:after {
    left: 0;
    top: 0;
    padding: 1em 0;
    position: absolute;
    content: attr(data-hover);
    color: #000000;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.main-nav a:hover:before,
.main-nav .current a:before {
    opacity: 1;
    width: 100%;
}
.main-nav a:hover:after,
.main-nav .current a:after {
    max-width: 100%;
}


/* ===========================================================================

▼ TOPページ ▼ PC

=========================================================================== */
.swiper-container {
    display: block;
    width: 100%;
    height: 100%;
}


.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;  //全画面表示
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.slide-txt-area-01 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    margin:0 auto;
}

.slide-txt-area-02 {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #000;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 80px;
}

.slide-txt-area-03 {
    position: absolute;
    width: 100%;
    color: #000;
    top: 45%;
    left:25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
}

.slide-txt-01 {
    font-size: 2.8rem;
    font-weight:600;
    padding-bottom: 10px;
    line-height:1.8em;
    color: #000;
    text-shadow: 3px 3px 2px white;
}

.slide-txt-02 {
    font-size: 2.8rem;
    font-weight:600;
    padding-bottom: 10px;
    line-height:1.8em;
    color: #000;
    text-shadow: 3px 3px 2px white;
}

.slide-txt-03 {
    font-size: 2.8rem;
    font-weight:500;
    padding-bottom: 10px;
    line-height:1.8em;
    color: #000;
    text-shadow: 3px 3px 2px white;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-conts {
    width:80%;
    margin:4em auto;
    text-align:center;
    line-height:1.8em;
}

h2.ttl-e {
    display: block;
    width:100%;
    margin: 2em auto 0;
    padding: .5em 0;
    color: #101254;
    font-size: 1.9rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height:1.2em;
    text-align:center;
}

.txt-j {
    display: block;
    margin: 0 auto 1em;
    padding: .5em 0;
    color: #222;
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: .9em;
    text-align:center;
}

.lead {
    width: 100%;
    margin: 1em auto;
    line-height: 1.8em;
    padding-bottom: 2em;
    letter-spacing: .1rem;
}

.movie_conts {
    display: block;
    width:100%;
    text-align:center;
    margin:2em auto 6em;
}

.movie_main {
    width:100%;
    max-width:800px;
}


.top-service {
    width: 80%;
    margin: 3em auto 0;
    text-align: center;
}

.top-service .inner-box-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2em auto;
}

.top-service .inner-box-01 .service-disc {
    display: block;
    width: 45%;
    margin: 0;
    text-align: left;
}

.top-service .inner-box-01 .service-disc .number {
    width:100%;
    font-size: 5rem;
    color: rgba(0, 65, 220, 0.8);
    line-height: 1.5em;
    padding: 0 ;
    margin: 0 0 .5em;
    font-style: italic;
}

.top-service .inner-box-01 .service-disc h3.ttl-service {
    width:100%;
    font-size: 1.5rem;
    line-height: 1.8em;
    position: relative;
display: inline-block;
margin-bottom: 1em;
}

.top-service .inner-box-01 .service-disc h3.ttl-service:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 6%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.top-service .inner-box-01 .service-disc h4.catch-service {
    width:100%;
    font-size:1.5rem;
    color: #232323;
    line-height:2.0em;
    padding:1em 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.top-service .inner-box-01 .service-disc .txt-top-disc {
    line-height:1.8em;
}

.button:link {
    display: flex;
    justify-content: center;
    width: 180px;
    height: 54px;
    margin: 3em auto;
    font-size: .9rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: #0041dc;
    border: 2px solid #0041dc;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    letter-spacing: 0em;
}

.button:hover {
    background: rgba(0, 65, 220, 0.8);
    text-decoration: none;
    color:#fff;
}

.button:visited {
    background-color: #0041dc;
    color:#fff;
}

.button-arrow {
    padding: 1.2em 0 0 .5em;
}

.top-service .inner-box-01 .service-pic-01 {
    display: flex;
    width: 50%;
    margin: 0;
}

.img-wrap {
    overflow: hidden;
    position: relative;
}

.img-wrap:before {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-wrap {
    100% {
    transform: translateX(-100%);
  }
}

.img-wrap-l {
    overflow: hidden;
    position: relative;
}

.img-wrap-l:before {
    animation: img-wrap-l 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-wrap-l {
    100% {
    transform: translateX(100%);
  }
}

.scrollin {
　opacity : 1;
　transform : translate(0, 0);
}

.top-profile {
    width: 100%;
    margin: 3em auto 0;
    text-align: center;
}

.top-profile .bg-profile {
    background-image: url(../img/bg_top_profile.jpg);
    max-width: 100vw;
    min-height:100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.top-profile .bg-profile .self-introduction  {
    width: 50%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 1em auto;
    padding: 4em 0 2em;
}

.top-profile .bg-profile .self-introduction .pic-self {
    display: flex;
    width: 147px;
    height: 180px;
}

.top-profile .bg-profile .self-introduction .pic-self .portrait {
    width:100%;
    padding-top:40%;
}


.top-profile .bg-profile .self-introduction .career {
    display: block;
    width:70%;
    text-align: left;
}

.top-profile .bg-profile .self-introduction .career .name {
    display: block;
    font-size:1.2rem;
    line-height:1.6em;
}

.top-profile .bg-profile .self-introduction .career .career-txt {
    display: block;
    font-size: .9rem;
    line-height: 1.4em;
    margin: 1em 0;
}

.top-profile .bg-profile .top-message {
    display: block;
    width: 50%;
    line-height: 1.8em;
    margin: .5em auto 6em;
    text-align: left;
}

.top-profile .bg-profile p.intro {
    display: block;
    width: 100%;
    line-height: 1.8em;
    margin: 0 auto;
    text-align: left;
    padding-bottom: .5em;
}

.top-corporate {
    width: 100%;
    margin: 3em auto 3em;
    text-align: center;
}

.top-corporate .top-pic-corporate {
    width: 65%;
    display: flex;
    justify-content: center;
    margin: 0 auto 2em;
    padding-bottom: 4em;
}

.top-corporate .top-pic-corporate .bg-ttl-l {
    position: relative;
    background-image: url(../img/pic_top_corporate.jpg);
    width: 450px;
    height: 300px;
    margin: 0 1em;
}

.top-corporate .top-pic-corporate .pic-subttl {
    position: absolute;
    top: 260px;
    right: 0;
    z-index: 9;
    width:450px;
    height:30px;
    padding:10px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size:1.1rem;
    line-height:1.5em;
}

.top-corporate .top-pic-corporate .bg-ttl-r {
    position: relative;
    background-image: url(../img/pic_top_sdgs.jpg);
    width: 450px;
    height: 300px;
    margin: 0 1em;
}

.top-followme {
    width: 100%;
    margin: 3em auto 0;
    text-align: center;
}

.top-followme .bg-followme {
    background: #f3f3f3;
    width: 100%;
    padding: 2em 0;
}

.top-followme .bg-followme .top-news {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin:0 auto;
}

.top-followme .bg-followme .top-news .info {
    width: 40%;
    background: #fff;
    margin:1.5em 0;
    padding:.5em;
}

.top-followme .bg-followme .top-news .info h5.info-ttl{
    width:85%;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2em;
    border-bottom: 3px solid #ccc;
    text-align:left;
    padding: 1em ;
    margin:0 0 1em;
}

.top-followme .bg-followme .top-news .info .info-box {
    overflow-y: scroll;
    overflow-x: hidden;
    height:490px;
}

.top-followme .bg-followme .top-news .info .info-date {
    color: #0041dc;
    font-size: .9rem;
    text-align: left;
    padding: 1em 1em .5em;
    line-height: 1.2em;
}

.top-followme .bg-followme .top-news .info .topics {
    padding: .5em 0;
    text-align: left;
    padding: 0 1em 1em ;
    line-height: 1.4em;
    color: #333;
    border-bottom: 1px dotted #ccc;
}

.top-followme .bg-followme .top-news .info .topics a ,a:hover,a:active,a:visited { 
    text-decoration-line: underline;
}



.top-followme .bg-followme .top-news .fb {
    width: 45%;
    margin:1.5em 0;
}

.top-followme .bg-followme .top-news .fb-mobile {
    display: none;
}

.top-contact {
/*    background: #053fb4; */
    background: #4394d0;
    height: 100%;
    padding: 2em 0 4em;
}

.top-contact h2.contact-ttl {
    width: 100%;
    text-align:center;
    color:#fff;
    padding:2em 0 .5em;
    font-size: 1.8rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height:1.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 1px 2px 3px #333;
}

.top-contact h2.contact-ttl:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ffffff;;
border-radius: 2px;
text-shadow: 1px 2px 3px #333;
}

.top-contact h6 {
    text-align:center;
    color:#fff;
    padding:3em 0 1em;
    line-height: 1.6em;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}

.top-contact .contact-button:link {
    display: flex;
    justify-content: center;
    width: 400px;
    height: 60px;
    margin: 3em auto;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: #0041dc;
    border: 2px solid #0041dc;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    padding: .9em 0 .5em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.top-contact .contact-button:hover {
    color: #fff;
    background-color: #2e71f2;
    border: 2px solid #2e71f2;
}

.top-contact .contact-button:visited {
    color: #fff;
    border: 2px solid #0041dc;
}

.contact-button-arrow {
    padding: .9em 0 0 .5em;
}

.top-contact .top-phone:link {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    color: #ffffff;
    text-decoration: none;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: .15em;
    margin: 0;
    padding: .5em 0;
    text-shadow: 1px 2px 3px #333;
}

.top-ico-white {
    color:#ffffff;
    font-size:2.0rem;
    margin: -20px 10px 0;
}

.top-ico-white-form {
    color:#ffffff;
    font-size:2.0rem;
    padding:10px;
}

/* ----　footer ----　*/
footer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 1.8em;
    margin: 0 auto;
    color: #101254;
    background: #f7f7f7;
}

.logo-footer {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 2em 0;
    margin: 0 auto;
}

.logo-footer .logo-s {
    text-align: center;
    width: 150px;
}

footer .f-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: #101254;
    line-height: 0.9rem;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.1em;
}

footer .f-nav ul {
    display: flex;
    list-style-type: none;
}

footer .f-nav li a:link {
    list-style-type: none;
    font-size: .9rem;
    padding: 0 2em 1em;
    border-bottom: none;
}

footer .f-nav li a:hover {
    color: #ccc;
}

footer .f-nav li a:visited {
    color: #101254;
}

.footer-address {
  width: 70%;
  padding: 1em 0;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
}

.footer-sns {
    width: 10%;
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    margin: 0 auto;
    text-align: center;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    padding: 5em 0 .5em;
    letter-spacing: 0.1em;
}

/* ----　ページTOPへ ----　*/
#page-top {
width:0px;
height:0px;
position: fixed;
right: 80px;
z-index:9000;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #E0E0E0;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.posi::before{
top:-60px;
width: 50px;
height: 50px;
background: #101254;
border-radius: 10px;
}
.posi::after{
top:-45px;
left:11px;
width: 25px;
height: 25px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#page-top:hover {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}


/* ===========================================================================

▼ お仕事相談ページ ▼ PC

=========================================================================== */
.job-main {
    position: relative;
    background-image: url(../recruit/img/bg_job_main.jpg);
    max-width: 100vw;
    min-height: 400px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.job-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 1050px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0;
}

.job-feature {
    width:70%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.job-feature .job-feature-l {
    width: 40%;
    margin: 2em auto;
}

.job-feature .job-feature-l .job-feature-ttl {
    max-width: 80%;
    text-align: center;
    padding: 1em 0;
    font-size: 1.8rem;
    line-height: 1.6em;
    text-align: left;
}

.job-feature .job-feature-l .job-feature-catch {
    width: 100%;
    color: #101254;
    font-size: 1.8rem;
    line-height: 1.8em;
    padding: 2em 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.job-feature .job-feature-l .job-feature-txt {
    max-width: 80%;
    line-height: 1.8em;
    padding-bottom: 1.0em;
}

.job-feature .job-feature-r {
    width:55%;
    margin: 2em 0;
}

.job-feature .job-feature-r img {
    max-width:90%;
}

.job-contents {
    position: relative;
    background-image: url(../recruit/img/bg_job_conts.jpg);
    max-width: 100vw;
    min-height: 360px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.job-contents .job-contents-catch {
    position: relative;
    width:90%;
    top: 200px;
    left: 100px;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 3px 3px 2px black;
}

.job-contents-bg {
    width:100%;
    background: #f3f3f3;
    padding:3em 0;
    text-align: center;
}

.job-contents-bg .job-lead {
    width: 60%;
    padding: 3em 0;
    margin: 0 auto;
    text-align: center;
}

.job-contents-bg .job-item {
    max-width: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1em 0;
    margin: 0 auto;
    text-align: center;
}

.job-contents-bg .job-item .job-card {
    width: 270px;
    height:140px;
    padding: 1.5em;
    background: #fff;
    margin: 1em 0;
}

.job-contents-bg .job-item .job-card .job-card-ttl {
    text-align: center;
    color: #101254;
    padding: 1em .5em;
}

.job-contents-bg .job-item .job-card .job-card-txt {
    color: #343434;
    line-height: 1.5em;
    text-align: center;
    padding: 1em 0;
}

h2.job-flow-ttl {
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
    padding: 2em 0 0;
    margin: 2em auto ;
}

.job-flow-lead {
    width: 100%;
    text-align: center;
    line-height: 1.8em;
}

.job-flow-bg {
    width: 100%;
    margin: 2em auto 0;
    padding:0 0 5em;
    background: #f3f3f3;
}

.job-flow-bg .flow-subttl {
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    padding: 2em 0;
    font-size: 1.1rem;
}

.job-flow-bg .flow-step-box {
    width: 50%;
    height: 130px;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    background: #fff;
    text-align:center;
}

.circle {
 height: 40px;
 width: 40px;
 border-radius: 50%;
 line-height: 40px;
 text-align: center;
 background: #0041c3;
 margin: 0 auto;
 font-size: 1.4rem;
 color: #fff;
 font-weight:500;
}

.step-ttl {
    padding: 1em;
}

.step-txt {
    padding: 1em 0;
    line-height: 1.8em;
    width: 80%;
    margin:0 auto;
}

.job-flow-bg .flow-step-box-arrow {
    width: 50%;
    height: 50px;
    margin: 0 auto;
    padding: 1em;
    background: #f3f3f3;
    text-align: center;
}

.job-flow-bg .flow-step-2way {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width:50%;
}

.job-flow-bg .flow-step-2way .arrow-l {
    width: 45%;
    padding: 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.job-flow-bg .flow-step-2way .arrow-c {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-flow-bg .flow-step-2way .arrow-r {
    width: 45%;
    height: 50%;
    padding: 1em 0;
    margin:0 auto;
    text-align: center;
    position: relative;
}

.job-flow-bg .flow-step-2way .flow-step-box-s {
    width: 45%;
    height: 200px;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    background: #fff;
    text-align:center;
}

.job-flow-bg .flow-subttl-change {
    width: 130px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index:6;
    text-align: center;
    line-height: 1.2em;
    padding: 2em 0;
    font-size: 1rem;
}

.job-flow-bg .resume {
    width: 70%;
    margin: 2em auto;
    padding: 2em 0;
    text-align: center;
}

.job-flow-bg .free-box {
    width: 70%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    margin: 2em auto 5em;
    padding: 2em 0;
}

.job-flow-bg .free-box .free-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 35px;
    background: #fff;
    border: 1px dotted #2e71f2;
    color: #2e71f2;
    font-size: 1.2rem;
    padding: 1em;
    line-height: 1.5em;
}

.job-flow-bg .free-box .free-r {
    width: 80%;
    line-height: 1.8em;
    padding: .5em 1em;
    text-align: left;
}

.job-flow-bg .free-box .free-r .ex-blue {
    color: #2e71f2;
    font-weight: 700;
}

/* ===========================================================================

▼ フィルターページ ▼ PC

=========================================================================== */
.filter-main {
    position: relative;
    background-image: url(../filter/img/bg_filter_main.jpg);
    max-width: 100vw;
    min-height: 400px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.filter-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 1050px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.filter-feature {
    width:80%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.filter-feature .feature-l {
    width: 50%;
    margin: 2em 0;
    padding: 0 2em;
}

.filter-feature .feature-l .feature-ttl {
    max-width:70%;
    text-align: center;
    padding:2em 0;
}

.filter-feature .feature-l ul li {
    list-style-type: decimal;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #0041c3;
    font-weight:bold;
    padding: 0 0 .8em 1em;
    margin-left: 1em;
}

.filter-feature .feature-l .filter-disc {
    width:82%;
    line-height:1.8em;
    padding:1em 0;
}

.filter-feature .feature-r {
    width:50%;
    margin: 2em 0;
}

.pic-filter-bg {
    width: 100%;
    background: #f3f3f3;
    padding: 5em 0;
    margin: 0 auto;
    text-align: center;
}

.pic-filter {
    max-width: 80%;
    display: flex;
    justify-content: space-around;
    margin:2em auto;
    padding:0 1em;
}

.pic-filter img {
    max-width: 30%;
    padding: 0;
    margin:0 1em;
}

.filter-industry {
    max-width: 40%;
    background: #fff;
    padding: 2em 5em;
    margin:3em auto 1em;
    line-height:1.8em;
    text-align: left;
}

.filter-product {
    background: #f3f3f3;
    width: 100%;
    margin:2em auto 0;
}

.filter-product .filter-lead {
    width: 60%;
    line-height: 1.8em;
    margin:0 auto;
    padding:3em 0 2em;
    text-align: center;
}

.filter-product .filter-lead-txt {
    width: 60%;
    line-height: 1.8em;
    margin:0 auto;
    padding:2em 0 5em;
    text-align: center;
}

.filter-product .pic-product {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin:2em auto;
}

.filter-product .pic-product .pic-product-l {
    width: 60%;
    text-align: center;
}

.filter-product .pic-product .pic-product-l img {
    min-width: 100%;
    padding: 0;
}

.filter-product .pic-product figcaption {
    text-align: center;
    padding:1em 1em 2em;
    font-size:.85rem;
    word-wrap: break-word;
}

.filter-product .pic-product .pic-product-r {
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.filter-product .pic-product .pic-product-r img {
    min-width: 90%;
    padding: 0 1em;
    margin-bottom: 1em;
}

.filter-product .product-subttl {
    font-size: 2.0rem;
    color: #101254;
    text-align: center;
    padding: 3em 0 0;
}

.filter-product .filter-type {
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.filter-product .filter-type .filter-type-l , .filter-type-r {
    background: #fff;
    width: 40%;
    padding:2.5em;
    margin: 0 auto;
    line-height: 1.6em;
}

.filter-contact {
    background: #096fc8;
    height: 100%;
    padding: 2em 0 4em;
}

.filter-contact h2.contact-ttl {
    width: 100%;
    text-align:center;
    color:#fff;
    padding:1em 0 .5em;
    font-size: 1.8rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height:1.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 1px 2px 3px #333;
}

.filter-contact h2.contact-ttl:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;;
    border-radius: 2px;
   text-shadow: 1px 2px 3px #333;
}

.filter-contact h6 {
    text-align:center;
    color:#fff;
    padding:3em 0 1em;
    line-height: 1.6em;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}

.filter-contact .filter-button:link {
    display: flex;
    justify-content: center;
    width: 400px;
    height: 60px;
    margin: 3em auto;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: #0041dc;
    border: 2px solid #0041dc;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    padding: .9em 0 .5em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.filter-contact .filter-button:hover {
    color: #fff;
    background: #2e71f2;
    border: 2px solid #2e71f2;
}

.filter-contact .filter-button:visited {
    color: #fff;
    border: 2px solid #0041dc;
}

.filter-button-arrow {
    padding: .9em 0 0 .5em;
}

.filter-contact .filter-phone:link {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    color: #ffffff;
    text-decoration: none;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: .15em;
    margin: 0;
    padding: 1em 0;
    text-shadow: 1px 2px 3px #333;
}

.filter-ico-white {
    color: #ffffff;
    font-size: 2.0rem;
    padding: 0;
    margin: -20px 20px 0;
}

/* ===========================================================================

▼ 会社概要ページ ▼ PC

=========================================================================== */
.corporate-main {
    position: relative;
    background-image: url(../img/bg_corporate_main.jpg);
    max-width: 100vw;
    min-height: 400px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.corporate-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 1050px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.corporate-table {
  padding: 3em 0;
  margin: 3em auto;
}

table {
    width: 50%;
    margin: 2em auto;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    line-height: 1.8em;
    text-align: left;
}

.table td, .table th {
    padding: 1.25em;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left;
}

.longurl　{
    word-break: break-all;
}

.table .border-bottom tr:first-child  {
      border-bottom: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

a:link, a:visited, a:hover, a:active .table td  {
    display: block;
    text-decoration: none;
    color: #000;
    font-size:1rem;
    margin:0;
    letter-spacing: 0.1em;
}

.corporate-guideline {
    width: 100%;
    margin: 3em auto 0;
    text-align: center;
}

.corporate-guideline .bg-guideline {
  position: relative;
    background-image: url(../img/bg_corporate_guidelines.jpg);
    max-width: 100vw;
    min-height:300px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.corporate-guideline .bg-guideline .tag-ttl {
    position: absolute;
    right:20px;
    top:230px;
    z-index: 5;
    background: #fff;
    width:300px;
    height:40px;
    text-align: center;
    padding:1em;
    margin:1em 0;
    font-size:1.8rem;
    letter-spacing: .25rem;
}

.corporate-guideline .corporate-lead {
    width:50%;
    line-height:1.8em;
    padding:2em 0;
    margin:1em auto;
    font-size: 1.1rem;
    letter-spacing: .1rem;
}

.corporate-guideline .bg-guideline2 {
    background-image: url(../img/bg_corporate_guidelines2.jpg);
    max-width: 100vw;
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.corporate-guideline .bg-guideline2 .action {
    display: flex;
    justify-content: space-between;
    max-width: 65%;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .action .pic-l {
    width: 40%;
    text-align: left;
}

.corporate-guideline .bg-guideline2 .action img.pic-cambodia  {
    display: flex;
    align-items: center;
    width: 460px;
    padding: 5em 2em 2em 2em ;
}

.corporate-guideline .bg-guideline2 .action .action-list {
    color: #fff;
    width: 50%;
    padding:1em;
}

.corporate-guideline .bg-guideline2 .action .action-list h3.action-ttl {
    font-size:1.5rem;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    text-align: center;
    font-weight: 500;
    line-height: 1.5em;
    margin: 2em auto .5em;
    position: relative;
    display: inline-block;
    padding:0 1em;
}

.corporate-guideline .bg-guideline2 .action .action-list h3.action-ttl:before, .action-ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fff;
    text-shadow: 1px 2px 3px #000;
    font-weight: 500;
}

.corporate-guideline .bg-guideline2 .action .action-list h3.action-ttl:before {
    left:0;
}

.corporate-guideline .bg-guideline2 .action .action-list h3.action-ttl:after {
    right:0;
}

.corporate-guideline .bg-guideline2 .action .action-list li {
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    list-style-type: disc;
    line-height:1.8em;
    text-align: left;
    padding-bottom: 1em;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs {
    display: flex;
    justify-content: space-around;
    width: 65%;
    padding: 4em 0;
    margin:0 auto;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card {
    width: 30%;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    padding:3em 0;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card h4.sdgs-ttl {
    padding: 0 1.5em 1.5em;
    font-weight: bold;
    text-align: left;
    line-height: 1.6em;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card .sdgs-txt {
    padding: 1em 1.5em;
    line-height: 1.8em;
    text-align: left;
    width:85%;
    height: auto;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card figure img.sdgs-pic {
    text-align:center;
    padding: 1em 0;
    margin: 0 auto;
    width:85%;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card figcaption {
    text-align:center;
    padding: 1em 1em 0;
    line-height:1.4em;
    font-size:.8rem;
    word-wrap: break-word;
}

.inc-service {
    width: 100%;
    height: 100%;
    text-align: center;
}

.inc-service .main-service-outbox {
   width:65%;
   height: 650px;
   display: flex;
   justify-content: space-around;
   margin: 0 auto;
}

.inc-service .main-service-outbox .inc-servicebox {
    position: relative;
    width: 330px;
    height: 100%;
    padding: 0;
    margin:0 1em 2em;
}

.inc-service .main-service-outbox .inc-servicebox img.thumb-pic-service {
    padding: 0;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    width:340px;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox {
    width:260px;
    height:260px;
    position: absolute;
    top: 280px;
    z-index: 4;
    padding:2em 0 0;
    margin:0 0 10em;
    line-height: 1.8em;
    background: #fff;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox h4.main-service-ttl {
    padding: 0 1.3em .5em;
    line-height: 1.8em;
    width:85%;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: bold;
    text-align: left;
    font-size:1.2rem;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox h5.main-service-ttl-j {
    padding: 0 1.5em .5em;
    font-weight: bold;
    text-align: left;
        width:85%;
    line-height: 1.8em;
}

.inc-service .main-service-outbox .inc-txtbox .main-service-txt {
    padding: 1em 1.5em;
    line-height: 1.8em;
    text-align: left;
    width:85%;
    font-size: .9rem;
}

.inc-service .main-service-outbox .main-service-link:link {
    padding: 1em 0 .5em;
    line-height: 1.8em;
    position: relative;
    right:0;
    text-transform: uppercase;
    letter-spacing: .15em;
    width:75px;
    border-bottom: 1px solid #0041dc;
    font-size: .8rem;
    margin:0 0 0 160px;
}

.inc-service .main-service-outbox .main-service-link:link .arrow-right2 {
    padding-left:1em;
}



/* 404 Not Found
------------------------------- */
.bg_main_page_nf {
  max-width: 100vw;
  background-position:center top;
  background-repeat: no-repeat;
  display: block;
  align-items: center;
  margin:0;
  padding:0 0 50px;
  background-image: url(/images/pic_404_main.jpg);
  background-size: cover;
  line-height: 1.5em;
}

.main_page_nf_box {
display: inline-block;
  width:97%;
  text-align: right;
  margin:1% 0 0 0;
  padding:0;
}

.heading_page_nf {
  display: block;
  width:25%;
  margin:0 0 0 auto;
  padding:10px 0;
  position: relative;
  padding-left: 25px;
  color:#FFF;
  font-size:2.5rem;
  line-height:1.5em;
  letter-spacing: 0.1em;
  font-weight:400;
  text-align: right;
}

.heading_page_nf:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #FFF;
}

.heading_page_nf:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #FFF;
}

#page_nf {
  display: block;
  width:100%;
  margin:0 auto;
  padding:0 0 20px;
  color: #101254;
/*  background: #5d91c1; */
/*  background: #7baec8; */
}

.intro_page_nf {
  display: block;
 background: #f4f2eb;
 margin:0 auto 30px;
 padding:0 0 50px;
 text-align:center;
 line-height:1.8rem;
}

h1.lead_page_nf {
  width: 80%;
  font-size:2.5em;
  font-weight:bold;
  color: #101254;
  text-align: center;
  margin:50px auto 0;
  line-height:1.8em;
}

h2.lead_page_nf_s {
  width: 80%;
  font-size:1.0em;
  color: #101254;
  text-align: center;
  margin:50px auto 0;
  line-height:2.0em;
}

#box_page_nf {
  display: block;
  width:40%;
  margin:3em auto 5em;
  padding: 2em;
  line-height: 1.5em;
  color:#666;
  line-height:3.0em;
  background-color: #FFF;
  border:8px solid #f3f3f3;
}

#box_page_nf ul li a {
  list-style-type: disc;
  font-size:1.0rem;
  margin:0;
  padding:0;
  height:4em;
  border: none;
}


/* ===========================================================================

▼ header ▼ ipad-pro 1250px

=========================================================================== */
@media screen and (max-width:1250px){
.mobile-nav {
    display: none;
}

header {
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
    }

.header {
    width:100%;
    height:140px;
    display: flex;
    justify-content: space-between;
    margin:0;
}

.logo {
    display: flex;
    width: 200px;
    padding: 3em 0;
    margin:0;
}

.main-nav {
    display: flex;
    padding:2em;
    margin:1em 0;
    text-align: center;
    font-weight: 500;
    font-size: .9rem;
}
.main-nav * {
    box-sizing: border-box;
}
.main-nav li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}
.main-nav a {
    padding: 1em 0;
    color: rgba(16, 18, 84, 0.9);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}
.main-nav a:before,
.main-nav a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.main-nav a:before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #101254;
}
.main-nav a:after {
    left: 0;
    top: 0;
    padding: 1em 0;
    position: absolute;
    content: attr(data-hover);
    color: #000000;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.main-nav a:hover:before,
.main-nav .current a:before {
    opacity: 1;
    width: 100%;
}
.main-nav a:hover:after,
.main-nav .current a:after {
    max-width: 100%;
}
}

/* ===========================================================================

▼ TOPページ ▼ ipad-pro 1024px

=========================================================================== */
@media screen and (max-width:1024px){

.slide-txt-area-03 {
    position: absolute;
    width: 100%;
    color: #000;
    top: 45%;
    left:30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
    }

.slide-txt-01 {
    font-size: 2.2rem;
    font-weight:600;
    padding-bottom: 10px;
    line-height:1.8em;
    color: #000;
    text-shadow: 3px 3px 2px white;
}

.main-conts {
    width: 90%;
    margin: 4em auto;
    text-align: center;
    line-height: 1.8em;
}

.top-profile .bg-profile .self-introduction {
    width: 80%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 1em auto;
    padding: 4em 0 2em;
}

.top-profile .bg-profile .top-message {
    display: block;
    width: 80%;
    line-height: 1.8em;
    margin: .5em auto 6em;
    text-align: left;
}

.top-followme .bg-followme .top-news {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.top-followme .bg-followme .top-news .info {
    width: 45%;
    background: #fff;
    margin: 1.5em 0;
    padding: .5em;
}
}

/* ===========================================================================

▼ お仕事相談ページ ▼ ipad-pro 1024px

=========================================================================== */
@media screen and (max-width:1024px){
.job-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 75%;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0;
}

.job-feature {
    width:90%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.job-feature .job-feature-l .job-feature-ttl {
    max-width: 90%;
    text-align: center;
    padding: 1em 0;
    font-size: 1.5rem;
    line-height: 1.6em;
    text-align: left;
}

.job-feature .job-feature-l .job-feature-catch {
    width: 100%;
    color: #101254;
    font-size: 1.4rem;
    line-height: 1.8em;
    padding: 2em 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.job-feature .job-feature-l .job-feature-txt {
    max-width: 90%;
    line-height: 1.8em;
    padding-bottom: 1.0em;
}

.lead {
    width: 90%;
    margin: 1em auto;
    line-height: 1.8em;
    padding-bottom: 2em;
    letter-spacing: .1rem;
}

.job-contents-bg .job-item {
    max-width: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1em 1.5em;
    margin: 0 auto;
    text-align: center;
}

h2.job-flow-ttl {
    width: 100%;
    font-size: 2.0rem;
    text-align: center;
    padding: 2em 0 0;
    margin: 2em auto;
}

.job-flow-lead {
    width: 90%;
    text-align: center;
    line-height: 1.8em;
    margin: 0 auto;
}

.job-flow-bg .flow-step-box {
    width: 80%;
    height: 130px;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    background: #fff;
    text-align: center;
}

.job-flow-bg .flow-step-2way {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}

.job-flow-bg .flow-subttl-change {
    width: 130px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 6;
    text-align: center;
    line-height: 1.2em;
    padding: 2em 0;
    font-size: 1.0rem;
}

.job-flow-bg .free-box {
    width: 80%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    margin: 2em auto 5em;
    padding: 2em 0;
}

.job-flow-bg .free-box .free-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 35px;
    background: #fff;
    border: 1px dotted #2e71f2;
    color: #2e71f2;
    font-size: 1.1rem;
    padding: 1em;
}
}

/* ===========================================================================

▼ フィルターページ ▼ ipad-pro 1024px

=========================================================================== */
@media screen and (max-width:1024px){
.filter-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 80%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.filter-feature {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.filter-feature .feature-l .feature-ttl {
    max-width: 90%;
    text-align: center;
    padding: 2em 0;
}

.filter-feature .feature-l .filter-disc {
    width: 95%;
    line-height: 1.8em;
    padding: 1em 0;
}

.pic-filter-bg {
    width: 100%;
    background: #f3f3f3;
    padding: 5em 0;
    margin: 0 auto;
    text-align: center;
}

.pic-filter {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 2em auto;
    text-align: center;
}

.pic-filter img {
    max-width: 30%;
    padding: 0;
    margin: 0 1em;
}

.filter-product .filter-lead {
    width: 80%;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 3em 0 2em;
    text-align: center;
}

.filter-product .pic-product {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 2em auto;
}

.filter-product .pic-product .pic-product-l {
    width: 50%;
    text-align: center;
}
filter-product .filter-type {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.filter-product .filter-type .filter-type-l, .filter-type-r {
    background: #fff;
    width: 40%;
    padding: 2.0em;
    margin: 0 auto;
    line-height: 1.6em;
}
}

/* ===========================================================================

▼ 会社概要ページ ▼ ipad-pro 1024px

=========================================================================== */
@media screen and (max-width:1024px){
    .corporate-main .main-ttl-box {
    position: absolute;
    top: 350px;
    left: 10%;
    right: 10%;
    z-index: 6;
    background: #fff;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

table {
    width: 80%;
    margin: 2em auto;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    line-height: 1.8em;
    text-align: left;
}

.corporate-guideline .corporate-lead {
    width: 80%;
    line-height: 1.8em;
    padding: 2em 0;
    margin: 1em auto;
    font-size: 1.0rem;
    letter-spacing: .1rem;
}

.corporate-guideline .bg-guideline2 .action {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs {
    display: flex;
    justify-content: space-around;
    width: 95%;
    padding: 4em 0;
    margin: 0 auto;
}

.inc-service .main-service-outbox {
    width: 90%;
    height: 650px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox {
    width: 180px;
    height: 260px;
    position: absolute;
    top: 180px;
    z-index: 4;
    padding: 2em 0 0;
    /* margin: 0 0 10em; */
    line-height: 1.8em;
    background: #fff;
}

.inc-service .main-service-outbox .main-service-link:link {
    padding: 1em 0 .5em;
    line-height: 1.8em;
    position: relative;
    right: 55px;
    /* left: 0; */
    text-transform: uppercase;
    letter-spacing: .15em;
    width: 75px;
    border-bottom: 1px solid #0041dc;
    font-size: .8rem;
    margin: 0 0 0 160px;
}
}

/* ===========================================================================

▼ header ▼ ipad 768px

=========================================================================== */
@media screen and (max-width: 768px) {
.container {
    width: 100%;
    position: relative;
    top: 100px;
}

header {
    display: none;
}

.mobile-nav {
    display:block;
    margin:0;
    padding:0;
    line-height:0;
}

.header {
    display: block;
    margin: 0 auto;
    padding:0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: #fff;
    /*
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3); */
    position: fixed;
    height: 100px!important;
    overflow: hidden;
    z-index: 10;
}

.logo-sp {
    position: absolute;
    width: 30%;
    margin: 0;
    padding:2%;
    left:32%;
    z-index:20;
    margin:1em auto;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 230px;
    margin-top: 80px;
    transform: translateX(500px);
    transition: transform 250ms ease-in-out;
    background-color: rgba(16, 18, 84, 0.95);
    overflow-y: hidden;
    z-index: 100;
    color: #fff;
}
.sidebarMenuInner{
    margin: 1em ;
    padding: 0 1em 1em;
    position: absolute;
    width:100%;
    color: #fff;
}
.sidebarMenuInner li a{
    list-style: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: #fff;
}

.sidebarMenuInner li:visited, li:hover .no-color-change {
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 25px;
    right: 20px;
    height: 33px;
    width: 33px;
    color: #101254;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #101254;
    display: block;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
}

/* ===========================================================================

▼ TOPページ ▼ ipad 768px

=========================================================================== */
@media screen and (max-width: 768px) {
    .slide-txt-area-01 {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #000;
    top: 51%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
}

.slide-txt-area-03 {
    position: absolute;
    width: 100%;
    color: #000;
    top: 45%;
    left:10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
}

.slide-txt-01 {
    font-size: 1.8rem;
    font-weight:600;
    padding-bottom: 10px;
     line-height:1.8em;
    color: #000;
    text-shadow: 3px 3px 2px white;
}
  .top-corporate .top-pic-corporate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 2em;
    padding-bottom: 4em;
}

.top-corporate .top-pic-corporate .bg-ttl-l {
    position: relative;
    background-image: url(../img/pic_top_corporate.jpg);
    width: 350px;
    height: 200px;
    margin: 0 1em;
}

.top-corporate .top-pic-corporate .pic-subttl {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 9;
    width: 350px;
    height: 30px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5em;
}

.top-corporate .top-pic-corporate .bg-ttl-r {
    position: relative;
    background-image: url(../img/pic_top_sdgs.jpg);
    width: 350px;
    height: 200px;
    margin: 0;
}

.top-followme .bg-followme .top-news {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.top-followme .bg-followme .top-news {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.top-followme .bg-followme .top-news .info {
    width: 35%;
    background: #fff;
    margin: 1.5em 0 1.5em 1em;
    padding: .5em;
    text-align: right;
}

.top-followme .bg-followme .top-news .info h5.info-ttl {
    width: 85%;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2em;
    border-bottom: 3px solid #ccc;
    text-align: left;
    padding: 1em;
    margin: 0 0 1em;
}

.top-followme .bg-followme .top-news .fb {
    display: none;
}

.top-followme .bg-followme .top-news .fb-mobile {
    display: block;
    width: 55%;
    margin:1.5em 0;
}
}

/* ===========================================================================

▼ お仕事相談ページ ▼ ipad 768px

=========================================================================== */
@media screen and (max-width: 768px) {

.job-feature .job-feature-l .job-feature-ttl {
    max-width: 100%;
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.4em;
    text-align: left;
}

.job-contents-bg .job-item {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1em 0;
    margin: 0 auto;
    text-align: center;
}
.job-feature .job-feature-l .job-feature-catch {
    width: 100%;
    color: #101254;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding: 2em 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.job-feature .job-feature-l .job-feature-txt {
    max-width: 100%;
    line-height: 1.8em;
    padding-bottom: 1.0em;
}

.job-contents .job-contents-catch {
    width: 90%;
    position: relative;
    top: 200px;
    left: 20px;
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 3px 3px 2px black;
}

.job-flow-bg .flow-subttl-change {
    width: 130px;
    position: absolute;
    top: -30px;
    right: 0px;
    z-index: 6;
    text-align: right;
    line-height: 1.2em;
    padding: 2em 0;
    font-size: .9rem;
}

.job-flow-bg .free-box {
    width: 90%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    margin: 2em auto 5em;
    padding: 2em 0;
}

.job-flow-bg .free-box .free-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 35px;
    background: #fff;
    border: 1px dotted #2e71f2;
    color: #2e71f2;
    font-size: .9rem;
    padding: 1em;
}

.job-flow-bg .free-box .free-r {
    width: 80%;
    line-height: 1.8em;
    padding: 0 1em;
    text-align: left;
}

.top-contact h6 {
    text-align: center;
    color: #fff;
    padding: 3em 1em 1em;
    line-height: 1.6em;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}
}

/* ===========================================================================

▼ フィルターページ ▼ ipad 768px

=========================================================================== */
@media screen and (max-width: 768px) {
.filter-feature .feature-l .feature-ttl {
    max-width: 100%;
    text-align: center;
    padding: 2em 0;
}

.filter-industry {
    max-width: 70%;
    background: #fff;
    padding: 2em;
    margin: 3em auto 1em;
    line-height: 1.8em;
    text-align: left;
}

.filter-product .filter-type .filter-type-l, .filter-type-r {
    background: #fff;
    width: 40%;
    padding: 2.0em 1.5em;
    margin: 0 auto;
    line-height: 1.6em;
}

.filter-contact h6 {
    text-align: center;
    color: #fff;
    padding: 3em 0 1em;
    line-height: 1.6em;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}
}

/* ===========================================================================

▼ 会社概要ページ ▼ ipad 768px

=========================================================================== */
@media screen and (max-width: 768px) {
.corporate-guideline .bg-guideline2 .action {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 4em 0;
    margin: 0 auto;
    font-size: .9rem;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card figcaption {
    text-align: center;
    padding: 1em .5em;
    line-height: 1.2em;
    width: 90;
    font-size: .85rem;
    word-break: break-all;
}
}

/* ===========================================================================

▼ header ▼ mobile 414px

=========================================================================== */
@media screen and (max-width: 414px) {
.container {
    width: 100%;
    position: relative;
    top: 100px;
}

header {
    display: none;
}

.mobile-nav {
  display:block;
  margin:0;
  padding:0;
  line-height:0;
}

.header {
    display: block;
    margin: 0 auto;
    padding:0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: #fff;
    /*
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3); */
    position: fixed;
    height: 100px!important;
    overflow: hidden;
    z-index: 10;
}

.logo-sp {
    position: absolute;
    width: 50%;
    margin: 0;
    padding:2%;
    left:22%;
    z-index:20;
    margin:1.7em auto 0;
}

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 230px;
    margin-top: 100px;
    transform: translateX(500px);
    transition: transform 250ms ease-in-out;
    background-color: rgba(16, 18, 84, 0.95);
    overflow-y: hidden;
    z-index: 100;
    color: #fff;
}
.sidebarMenuInner{
    margin: 1em ;
    padding: 0 1em 1em;
    position: absolute;
    width:100%;
    color: #fff;
}
.sidebarMenuInner li a{
    list-style: none;
    color: #fff !important;
    text-transform: uppercase;
    padding: 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: #fff;
}

.sidebarMenuInner li:visited, li:hover .no-color-change {
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 35px;
    right: 20px;
    height: 33px;
    width: 33px;
    color: #101254;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #101254;
    display: block;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
}


/* ===========================================================================

▼ TOPページ▼ mobile 414px

=========================================================================== */
@media screen and (max-width: 414px) {
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    }

.slide-txt-area-01 {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #000;
    top: 50%;
    left: -5%;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}

.slide-txt-area-02 {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #000;
    top: 42%;
    left:-5%;
    z-index: 12;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
}

.slide-txt-area-03 {
    position: absolute;
    width: 100%;
    color: #000;
    top: 75%;
    left:-5;
    z-index: 13;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.slide-txt-01 {
    width: 75%;
    font-size: 1.25rem;
    font-weight:600;
    padding: 0;
    line-height:1.5em;
    color: #000;
    margin:0 auto;
    text-shadow: 2px 2px 1px white;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

h2.ttl-e {
    display: block;
    width: 100%;
    margin: 2em auto 0;
    padding: .5em 0;
    color: #101254;
    font-size: 1.5rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2em;
    text-align: center;
}

.txt-j {
    display: block;
    margin: 0 auto 1em;
    padding: .5em 0;
    color: #222;
    font-size: .9rem;
    letter-spacing: .1em;
    line-height: .9em;
    text-align: center;
}

.top-service {
    width: 90%;
    margin: 3em auto 0;
    text-align: center;
}

.top-service .inner-box-01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 2em auto;
}

.top-service .inner-box-01 .service-disc {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    order:2;
}

.top-service .inner-box-01 .service-disc .number {
    width: 100%;
    font-size: 3rem;
    color: rgba(0, 65, 220, 0.8);
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 .5em;
    font-style: italic;
    text-align: center;
}

.top-service .inner-box-01 .service-disc h3.ttl-service:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

.top-service .inner-box-01 .service-disc h4.catch-service {
    width: 100%;
    font-size: 1.3rem;
    color: #232323;
    line-height: 2.0em;
    padding: 1em 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.top-service .inner-box-01 .service-pic-01 {
    display: flex;
    width: 100%;
    margin: 0;
    order:1;
}

.top-profile .bg-profile .self-introduction {
    width: 90%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 1em auto;
    padding: 4em 0 1em;
}

.top-profile .bg-profile .self-introduction .pic-self {
    display: flex;
    width: 30%;
}

.top-profile .bg-profile .self-introduction .pic-self img {
    width: 110px;
    height: 134px;
}

.top-profile .bg-profile .self-introduction .career {
    display: block;
    width: 65%;
    text-align: left;
    padding: 0 0 0 .5em;
}

.top-profile .bg-profile .self-introduction .career .name {
    display: block;
    font-size: 1.0rem;
    line-height: 1.2em;
}

.top-profile .bg-profile .self-introduction .career .career-txt {
    display: block;
    font-size: .9rem;
    line-height: 1.2em;
    margin: 1em 0 0;
}

.top-profile .bg-profile .top-message {
    display: block;
    width: 90%;
    line-height: 1.8em;
    margin: .5em auto 6em;
    font-size: .9rem;
    text-align: center;
}

.top-corporate .top-pic-corporate {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 2em;
    padding-bottom: 4em;
}

.top-corporate .top-pic-corporate .pic-subttl {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 9;
    width: 360px;
    height: 30px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5em;
}

.top-corporate .top-pic-corporate .bg-ttl-l {
    position: relative;
    background-image: url(../img/pic_top_corporate.jpg);
    width: 360px;
    height: 200px;
    margin: 0 auto;
}

.top-corporate .top-pic-corporate .bg-ttl-r {
    position: relative;
    background-image: url(../img/pic_top_sdgs.jpg);
    width: 360px;
    height: 200px;
    margin: 1em auto;
}

.top-followme .bg-followme .top-news {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.top-followme .bg-followme .top-news .info {
    width: 80%;
    background: #fff;
    margin: 1.5em auto;
    padding: .5em;
}

.top-followme .bg-followme .top-news .info h5.info-ttl {
    width: 90%;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2em;
    border-bottom: 3px solid #ccc;
    text-align: center;
    padding: 1em .5em;
    margin: 0 0 1em;
}

.fb {
    display: none;
}

.top-followme .bg-followme .top-news .fb-mobile {
    display: block;
    width: 320px;
    text-align: center;
    margin:0  auto;
}

.top-contact {
    background: #4394d0;
    height: 100%;
    padding: 1rem 0;
}

.top-contact h2.contact-ttl {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 1em 0 .5em;
    font-size: 1.8rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 1px 2px 3px #333;
}

.top-contact h6 {
    /* text-align: center; */
    width: 80%;
    color: #fff;
    padding: 1em;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}

.top-contact .contact-button:link {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 3em auto;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: #0041dc;
    border: 2px solid #0041dc;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    padding: .9em 0 .5em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
}

/* ----　footer ----　*/
@media screen and (max-width: 414px) {
footer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 1.8em;
    margin: 0 auto;
    color: #101254;
    background: #f7f7f7;
}

.logo-footer {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 2em 0 0;
    margin: 0 auto;
}

.logo-footer .logo-s {
    text-align: center;
    width: 150px;
}

footer .f-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: #101254;
    line-height: 0.9rem;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.1em;
}

footer .f-nav ul {
    display: flex;
    flex-direction: column;
}

footer .f-nav li a:link {
    list-style-type: none;
    font-size: .9rem;
    padding: 0 2em 1em;
    border-bottom: none;
}

footer .f-nav li a:hover {
    color: #ccc;
}

footer .f-nav li a:visited {
    color: #101254;
}

.footer-address {
    width: 100%;
    padding: 1em 0;
    margin: 0 auto;
    font-size: .85rem;
    text-align: center;
}

.instagrum {
    width: 100%;
    padding: 1em 0;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    padding: 5em 0 .5em;
    letter-spacing: 0.05em;
}
}

/* ===========================================================================

▼ お仕事相談ページ ▼ mobile 414px

=========================================================================== */
@media screen and (max-width: 414px) {
.job-feature {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.job-feature .job-feature-r {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
}

.job-feature .job-feature-l {
    width: 90%;
    margin: 2em auto 0;
}

.job-contents .job-contents-catch {
    width: 90%;
    position: relative;
    top: 200px;
    left: 20px;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 3px 3px 2px black;
}

h2.job-flow-ttl {
    width: 90%;
    font-size: 1.5rem;
    text-align: center;
    padding: 2em 0 0;
    margin: 2em auto;
}

.job-flow-bg .flow-step-box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    background: #fff;
    text-align: center;
}

.step-ttl {
    padding: 1em;
    line-height: 1.3em;
}

.job-flow-bg .flow-subttl-change {
    width: 130px;
    position: absolute;
    top: -35px;
    right: 0px;
    z-index: 6;
    text-align: center;
    line-height: 1.2em;
    padding: 2em 0;
    font-size: .9rem;
}

.job-flow-bg .flow-step-2way .flow-step-box-s {
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    background: #fff;
    text-align: center;
}

.job-flow-bg .resume {
    width: 90%;
    line-height: 1.5em;
    margin: 2em auto;
    padding: 2em 0;
    text-align: center;
}

.job-flow-bg .free-box .free-l {
    width: 20%;
    height: 50px;
    background: #fff;
    border: 1px dotted #2e71f2;
    color: #2e71f2;
    font-size: .9rem;
    padding: 1em;
    line-height: 1.5em;
}

.inc-service .main-service-outbox {
   width:100%;
   height: 2200px;
   display: block;
   margin: 0 auto;
}

.inc-service .main-service-outbox .inc-servicebox {
    width: 90%;
    height: 680px;
    padding: 0;
    margin:0 auto;
}

.inc-service .main-service-outbox .inc-servicebox img.thumb-pic-service {
    padding: 0;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    width:100%;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 345px;
    padding: 2em 0 0;
    margin: 0;
    line-height: 1.8em;
    background: #fff;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox h4.main-service-ttl {
    padding: 0 1.3em .5em;
    line-height: 1.8em;
    width:85%;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: bold;
    text-align: left;
    font-size:1.2rem;
}

.inc-service .main-service-outbox .inc-servicebox .inc-txtbox h5.main-service-ttl-j {
    padding: 0 1.5em .5em;
    font-weight: bold;
    text-align: left;
    width:85%;
    line-height: 1.8em;
}

.inc-service .main-service-outbox .inc-txtbox .main-service-txt {
    padding: 1em 1.5em;
    line-height: 1.8em;
    text-align: left;
    width:85%;
    font-size: .9rem;
}

.inc-service .main-service-outbox .main-service-link:link {
    padding: 1em 0 .5em;
    line-height: 1.8em;
    position: relative;
    right:0;
    text-transform: uppercase;
    letter-spacing: .15em;
    width:75px;
    border-bottom: 1px solid #0041dc;
    font-size: .8rem;
    margin:0 0 2em 240px;
}

.inc-service .main-service-outbox .main-service-link:link .arrow-right2 {
    padding-left:1em;
}

}

/* ===========================================================================

▼ フィルターページ ▼ mobile 414px

=========================================================================== */
@media screen and (max-width: 414px) {
.filter-feature {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 5em auto 2em;
    padding: 2em 0;
}

.filter-feature .feature-l {
    width: 90%;
    margin: 0 auto 1em;
    padding: 0;
}

.filter-feature .feature-l ul li {
    list-style-type: decimal;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #0041c3;
    font-weight: bold;
    padding: 0 0 .8em .5em;
    margin-left: 1em;
}

.filter-feature .feature-l .filter-disc {
    width: 100%;
    line-height: 1.8em;
    padding: 1em 0;
}

.filter-feature .feature-r {
    width: 100%;
    margin: 2em 0;
}
.pic-filter {
    width: 90%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

.pic-filter img {
    max-width: 100%;
    padding: 0;
    margin: 1em .5em;
}

.filter-product .filter-lead {
    width: 85%;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 3em 0 2em;
    text-align: left;
}

.filter-product .pic-product {
    width: 90%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    margin: 2em auto;
}

.filter-product .pic-product .pic-product-l {
    width: 100%;
    text-align: center;
}

.filter-product .pic-product .pic-product-r {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.filter-product .filter-type {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}

.filter-product .filter-type .filter-type-l, .filter-type-r {
    background: #fff;
    width: 75%;
    padding: 2.0em 1.5em;
    margin: 0 auto 1em;
    line-height: 1.6em;
}

.filter-product .filter-lead-txt {
    width: 80%;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 2em 0 5em;
    text-align: center;
}

.filter-contact {
    background: #096fc8;
    height: 100%;
    padding: 1em 0 1em;
}

.filter-contact h6 {
    /* text-align: center; */
    width: 80%;
    color: #fff;
    padding: 1em;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    text-shadow: 1px 2px 3px #333;
}

.filter-contact .filter-button:link {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 3em auto;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background-color: #0041dc;
    border: 2px solid #0041dc;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    padding: .9em 0 .5em;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.filter-ico-white {
    color: #ffffff;
    font-size: 2.0rem;
    padding: 0;
    margin: -20px 10px 0 0;
}
}

/* ===========================================================================

▼ 会社概要ページ ▼ mobile 414px以下

=========================================================================== */
@media screen and (max-width: 414px) {
.corporate-table {
    padding: 3em 0;
    margin: 3em auto;
    width: 100%;
    display: block;
    font-size: .9em;
    text-align: center;
}

table {
    width: 95%;
    margin: 2em auto;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: grey;
    line-height: 1.8em;
    text-align: left;
}

.corporate-table .maru {
    width:90%;
}

.longurl {
    word-break: break-all;
}

.corporate-guideline .bg-guideline2 .action {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .action .pic-l {
    width: 100%;
    text-align: center;
}

.corporate-guideline .bg-guideline2 .action .action-list {
    color: #fff;
    width: 90%;
    padding: 1em;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .action .action-list ul li{
    width: 95%;
    margin: 0 auto;
}

.corporate-guideline .bg-guideline2 .action img.pic-cambodia {
    display: flex;
    width: 90%;
    padding: 2em 0;
    margin: 0 auto;
}
.corporate-guideline .bg-guideline .tag-ttl {
    position: absolute;
    right: 20px;
    top: 240px;
    z-index: 5;
    background: #fff;
    width: 120px;
    height: 30px;
    text-align: center;
    padding: 1em;
    margin: 1em 0;
    font-size: 1.2rem;
    letter-spacing: .25rem;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2em 0;
    margin: 0 auto;
    font-size: .9rem;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card {
    width: 90%;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    padding: 3em 0;
    margin: 0 auto 1em;
}

.corporate-guideline .bg-guideline2 .outbox-sdgs .box-card .sdgs-txt {
    padding: 1em 1.5em;
    line-height: 1.8em;
    text-align: left;
    width: 85%;
    height: auto;
}
}


/* ===========================================================================

▼ form ▼
=========================================================================== */

.filter-form {
    width: 100%;
    display: block;
    background: #f3f3f3;
}

h3.lead-contact {
    display: block;
    width: 80%;
    font-size: 1.1em;
    font-weight: bold;
    color: #565656;
    text-align: center;
    margin: 50px auto 0;
    line-height: 2.0em;
}

h4.required {
    width: 100%;
    font-size: 1.0em;
    color: #e60039;
    text-align: center;
    margin: 1em auto 0;
    line-height: 2.0em;
}

.attachment {
    width:90%;
    color: #e60039;
    padding:0 0 .5em;
    line-height:1.4em;
    text-align:left;
}

h7.alert {
    display: block;
    width: 80%;
    font-size: 1.0em;
    color: #e60039;
    text-align: center;
    margin: 1em auto;
    line-height: 1.6em;
    font-weight: normal;
}

button {
    display: block;
    width:90%;
    text-align:center;
    margin: 0 auto;
}

.btn-confirm {
    width: 170px;
    background: #053fb4;
    color: #FFF;
    border-radius: 32px;
    font-size: 16px;
    line-height: 3.2;
    letter-spacing: 0em;
    font-weight: 500;
    border: solid 1px #053fb4;
    cursor: pointer;

}

#formwrap {
	margin:0 auto;
	color:#000;
  font-size: 15px;
	padding:0;
  font-weight:bold;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.form_inner {
	max-width:750px;
	margin:4em auto;
	color:#404241;
	padding:20px 40px;
	box-sizing:border-box;
	background-color:#fff;
  /*	border-radius: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
*/
}

table.formTable{
	width:100%;
	margin:0 auto;
	line-height: 2.0em;
}

table.formTable th{
	font-weight:normal;
	text-align:left;
	font-size:14px;
	padding:10px 0 0 0;
}

table.formTable th.ttl_contact{
	font-weight:normal;
	text-align:center;
  font-weight:bold;
	font-size:16px;
	padding:10px 0 0 0;
}

table.formTable th.subttl_contact{
    font-weight:bold;
	font-size:16px;
	padding:10px 0 0 0;
}

table.formTable td{
	font-weight:normal;
	text-align:left;
padding-bottom: 20px;
}

table.formTable tr{
border:none;
}

.formTable span{
	color:#e60039;
}

table.formTable .form-txt {
    padding:1em 0;
}


.form-control {
    display: block;
    width: 95%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.txtarea {
    height:80px;
}

.txtarea2 {
    height:200px;
}

.privacy {
    line-height:1.8em;
    width:90%;
    height:120px;
    font-weight:normal;
    overflow-y: scroll;
    overflow-x: hidden;
    margin:1em auto 3em;
    padding:1.5em;
    background: #f3f3f3;
}

.privacy h5 {
    font-size:1.1rem;
}

.privacy p {
    padding-bottom: 1em;
}

.submit_area {
  margin: 5em auto;
  text-align: center;
}
