/*
Theme Name:
Description: A theme by Sound Innovation
Version: 1.0
Author: Sho Itoh
*/


/*  Default
-------------------------------------------------- */
body {
    font-family: kozuka-gothic-pro,'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    color: #111;
    position: relative;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.8px;
	width: 100%;
	overflow-x: hidden;
}
input, select, textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p, a, h1, h2, h3, h4, h5, span, copyright, dd, dt, li, strong, th, td{
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
a{
    color: #333;
    word-break: break-all;
	text-decoration: none;
}
a:hover{
    color:#333;
}
a, input[type=submit] {
	outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}

.is-block {
  display: block;
}

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.container{
    overflow: hidden;
    width: 1100px;
}
.image{
    background-image: url(common/images/noimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 110px;
    /*margin-top: 10px;*/
	
}
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    color:#000;
    font-weight: 800;
    text-decoration: none;
}
.pagination a:hover {
    color: #999;
}
.pagination .current {
    padding: 6px 9px 5px 9px;
    font-weight: 400;
}
.mvIn{
    opacity: 0;
    transform: translate(60px,0px);
    -webkit-transform: translate(60px,0px);
    transition: .8s;
    transition-delay: 0.3s;
}
.mvIn_active{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.fadedIn{
    opacity : 0;
    transition : all 500ms;
}
.fadedIn.scrollin {
    opacity : 1;
}
.sp-br {
    display:none;
}
@media (max-width: 767px){
   .sp-br {
    display:block;
}
    .pc-br {
    display:none;
}
}

/*------------------------------------------------------------
	Ligature Symbols
------------------------------------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('common/fonts/LigatureSymbols-2.11.eot');
    src: url('common/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('common/fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('common/fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('common/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('common/fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}


/*  Common
-------------------------------------------------- */
#navigation{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    z-index: 40;
}
#navigation .container{
    width: 1366px;
    overflow: hidden;
}
#navigation .navbar{
    border: none;
    margin-bottom: 0px;
}
#navigation .navbar-nav{
    float: right;
}
#navigation.corp .navbar-nav>li>a{
    padding: 45px 25px;
    font-weight: 600;
}

.line-banner {
    display: inline-block;
    position: fixed;
    left: -23px;
}

@media(max-width:767px){
  .nav>li>a:focus,
  .nav>li>a:hover {
    background: none!important;
  }
}

@media(min-width:992px){
  .nav.navbar-nav.is-pc-991 {
    display: flex;
    align-items: center;
    height: 90px;
  }
}
#navigation.corp .navbar-nav>li:nth-child(1){
    width: auto;
    padding: 0px 10px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a{
    padding: 0px;
    padding-top: 10px;
    width: 195px;
    height: 53px;
    position: relative;
    display: block;
    background-image: url(common/images/btn_recruit_bg.jpg);
    margin-top: 7px;
    border: #1d2954 solid 2px;
    border-radius: 10px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a p{
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a .object{
    bottom: 0px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a .recruit-object-01{
    left: 0px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a .recruit-object-01 img{
    width: 80%;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a .recruit-object-02{
    right: 0px;
}
#navigation.corp .navbar-nav>li:nth-child(1)>a .recruit-object-02 img{
    width: 80%;
}
#navigation .navbar-nav>li.hover_light-blue>a{
    background-color: #37b9ff;
    color: #fff;
    padding: 15.5px 0px;
    font-size: 12px;
}
#navigation .navbar-nav>li.hover_light-blue>a:hover{
    background-color: #0096e6;
    transition: 0.3s;
}
#navigation .navbar-nav>li.hover_light-blue>a img{
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
#navigation.corp .navbar-nav>li:nth-child(3){
    background-color: #0096e6;
    color: #fff;
    width: 260px;
    padding: 9px 12px;
    font-size: 12px;
    height: 90px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .top{
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}
#navigation.corp .navbar-nav>li:nth-child(3) .top img{
    width: 7%;
}
#navigation.corp .navbar-nav>li:nth-child(3) .top:before{
    content: " ";
    left: 15px;
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    transform: rotate(315deg);
    top: 0px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .top:after{
    content: " ";
    right: 15px;
    height: 15px;
    width: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
}
#navigation.corp .navbar-nav>li:nth-child(3) .top img{
    margin-right: 5px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .mid.row-eq-height{
    padding: 8.5px 0px;
    margin: 0px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .mid.row-eq-height>div{
    padding: 0px 5px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .mid.row-eq-height .left{
    border: solid 1px #fff;
    font-size: 10px;
    padding-top: 2.5px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .mid.row-eq-height .right{
    font-size: 21px;
    font-weight: 800;
    padding-top: 5px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .bottom{
    font-size: 12px;
}
#navigation.corp .navbar-nav>li:nth-child(3) .bottom .left{
    float: left;
}
#navigation.corp .navbar-nav>li:nth-child(3) .bottom .right{
    float: right;
}

#navigation .navbar-nav>li.hover_blue>a:hover,
#navigation .navbar-nav>li.hover_blue>a:active,
#navigation.corp .navbar-nav>li:nth-child(1)>a:hover,
#navigation.corp .navbar-nav>li:nth-child(1)>a:active{
    background: none;
    background-color: #262653;
    color: #ffd800;
}
#navigation .navbar-brand{
    display: block;
	opacity: 1;
	transition: all .5s;
  padding: 13px!important;
}
#navigation .navbar-brand:hover{
	opacity: .6;

}
#navigation .navbar-brand h1{
    text-indent: -9999px;
    width: 190px;
    height: 52px;
    background-image: url(common/images/logo.png);
    margin-top: 5px;
    background-repeat: no-repeat;
}

#line-banner-sp {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 6;
}

#line-banner-sp a{
    display: inline-block;
    width: 80px;
}

#contact-banner {
  width: 100%;
  z-index: 20;
}

.smp-contact.row-eq-height{
    text-align: center;
    margin: 0px;
}
.smp-contact.row-eq-height>div{
    padding: 7.5px 15px;
    display: flex;
    align-items: center;
    height: 43px;
}
.smp-contact.row-eq-height a{
    color: #fff;
    font-size: 12px;
    margin: auto;
}

.smp-contact.row-eq-height .request a {
  display: flex;
  align-items: center;
}

.smp-contact.row-eq-height .request.close-btn-wrap {
  width: 100%;
  margin: 20px 0;
  background-color: #5592bb;
  justify-content: center;
}

#navigation .navbar-toggle.close-btn {
  padding: 0;
  margin: 0;
  color: #fff;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.recruit-header-tab-contact {
  padding-top: 10px;
}

.smp-contact.row-eq-height .request{
    background-color: #0096e6;
}
.smp-contact.row-eq-height .contact{
    background-color: #37b9ff;
}
.smp-contact.row-eq-height a img{
    margin-right: 5px;
}

#contact .row{
    margin: 0px;
    position: relative;
    z-index: 3;
}
#contact .row>div{
    position: relative;
    text-align: center;
    background-size: 100% 100%;
    height: 216px;
}
#contact .row>div a:hover{
    text-decoration: none;
}
#contact .contact{
    background-image: url(common/images/background_contact_01.png);
    width: calc(50% + 15px);
}
#contact .contact h2{
    margin-top: 75px;
}
#contact .contact h2 img{
    width: 40%;
}
#contact .contact .to-question{
    border: solid 2px #000;
    background-color: #fff;
    padding: 10px 30px;
	transition: all .5s;
}
#contact .contact .to-question:hover, #contact .contact .to-question:active{
    background-color: #262653;
    color: #ff0;
}
#contact .request{
    background-image: url(common/images/background_contact_02.png);
    width: calc(50% + 30px);
    margin-left: -45px;
}
#contact .request h2{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#contact .request h2 img{
    max-width: 360px;
    width: 70%;
}
#contact .contact .object_09{
    bottom: 0px;
    right: 0px;
    z-index: 9;
}
#contact .contact .object_09 img{
    height: 288px;
}
#contact .contact .object_10{
    right: 150px;
    top: -90px;
}
#contact .contact .object_10 img{
    height: 144px;
}
#contact .request .object_11{
    left: 60px;
    bottom: 0px;
}
#contact .request .object_11 img{
    height: 290px;
}
#contact .request .object_12{
    top: -100px;
    left: 270px;
}
#contact .request .object_12 img{
    height: 144px;
}
#contact .container .object_06{
    top: -150px;
}
#contact .container .object_06 img{
    position: relative;
    z-index: -1;
}
#access .container{
    padding-top: 100px;
    padding-bottom: 100px;
}
#access .container:before{
    background-image: url(common/images/title_access.png);
    position: absolute;
    content: " ";
    width: 191px;
    height: 592px;
    right: -100px;
    top:60px;
    z-index: 0;
}
#access iframe{
    width: 100%;
    height: 560.5px;
}
#access .detail h2{
    text-align: center;
    margin-bottom: 60px;
}
#access .detail h3{
    font-size: 24px;
    margin-bottom: 45px;
    font-weight: 600;
}
#access .detail h3 .en{
    font-weight: 400;
    font-size: 10px;
}
#access .detail .address,
#access .detail .tel{
    margin-bottom: 30px;
}
#access .detail>p{
    font-size: 16px;
    margin-bottom: 30px;
}
#access .object_07{
    bottom: 10px;
    left: -50px;
}
#access .object_08{
    bottom: 0px;
    right: -80px;
    z-index: -1;
}
#footer{
    background-color: #f7f7f8;
    /* display: none; */
}
#footer .container{
    padding-top: 30px;
    padding-bottom: 60px;
}
#footer ul{
    text-align: center;
}
#footer .footer_menu_01{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #a0a0a0 solid 1px;
    display: flex;
    justify-content: space-between;
}
#footer .footer_menu_01>li{
    /* display: inline-block; */
    margin-top: 15px;
}
#footer .footer_menu_01>li>a{
    font-size: 14px;
    padding: 0 5px;
    font-weight: 600;
}
#footer .footer_menu_02{
    padding-top: 30px;
    margin-bottom: 15px;
}
#footer .footer_menu_02>li{
    float: left;
    margin-right: 15px;
}
#footer .footer_menu_02>li:after{
    content: "|";
    margin-left: 15px;
}
#footer .footer_menu_02>li:last-child:after{
    display: none;
}
#footer .footer_menu_02>li>a{
    font-size: 14px;
}
#footer .logo{
    float: right;
    margin-top: -30px;
}
#footer .copyright{
    text-align: center;
    background-color: #313131;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
}
#footer .copyright p{
    margin-bottom: 0px;
}
#footer .footer_logo img{
    opacity: 1;
	transition: all .5s;
}
#footer .footer_logo:hover img{
    opacity: .6;
}

.social {
  display: flex;
  width: 85px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 205px;
  position: relative;
  top: 20px;
}

.social a {
  background-color: rgba(50, 50, 50, 0.06);
  border-radius: 50%;
  box-shadow: none !important;
  color: rgba(50, 50, 50, 0.6);
  display: block;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  transition: all .4s ease;
  width: 38px;
  color: #fff;
}

.social .facebook {
  background-color: #365397;
}

.social .instagram {
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}

.social .fab {
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#to-top{
    display: none;
    bottom: 30px;
    position: fixed;
    right: 150px;
    z-index: 11;
}
#to-top a{
    display: block;
}
section .container{
    position: relative;
    overflow: visible;
    z-index: 2;
}
section .container:before{
    mix-blend-mode: multiply;
}
.object{
    position: absolute;
}

.view_pc {display: block;}
.view_sp {display: none;}

/* パンくずリスト start*/
.breadcrumbs {
  position: relative;
  z-index: 5;
  top: -30px;
}

.current-item > br {
  display: none;
}

@media(max-width:767px){
  .breadcrumbs {
    top: 0;
  }
}
/* パンくずリスト end*/

/*  Index
-------------------------------------------------- */
#mainvisual{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#mainvisual .smp-mv {
    display: none;
}
#mainvisual .bx-wrapper{
    border: none;
    position: relative;
    box-shadow: none;
}
#mainvisual .bx-viewport{
    height: 100vh;
}
#mainvisual .bx-wrapper .slider>div{
    width: 100%!important;
    height: 100vh;
    background-size: cover;
}
#mainvisual .bx-wrapper .slider>div img{
    display: none;
}
#mainvisual .bx-controls{
    display: none;
}
#mainvisual .object_13{
    color: #fff;
    left: calc(calc(calc(100vw - 1366px) / 2) + 15px);
    top: 150px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
#mainvisual .object_13:before{
    content: " ";
    display: block;
    border-left: transparent solid 150px;
    border-right: transparent solid 150px;
    border-top: #1ed0b6 solid 200px;
    border-bottom: transparent solid 0px;
    margin-bottom: -175px;
}
#mainvisual h2{
    color: #fff;
    font-size: 44px;
    letter-spacing: 2.2px;
    line-height: 70px;
    text-shadow: 0px 0px 15px #000;
    position: absolute;
    bottom: 60px;
    right: 60px;
    text-align: right;
    font-weight: 700;
}
.readmore{
    float: right;
}
.readmore{
    color:  #313131;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24px;
    border: #313131 solid 3px;
    background-color: #ffe400;
    /* margin-top: 150px; */
    display: inline-block;
    padding: 15px 30px 15px 30px;
    float: right;
    font-weight: 600;
}
.readmore:hover,
.readmore:active,
.readmore:focus{
    text-decoration: none;
    transition: 0.3s all;
    background-color: #262653;
    color: #ffe400;
}
.readmore:after{
    content: ">";
    margin-left: 60px;
}
h2.section-title{
    font-family: fot-seurat-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.about h2.section-title{
  margin-bottom: 20px;
}

h2.section-title:first-letter{
    color: #3698d8;
}
h2.section-title .ja{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}
#blog{
    padding-top: 60px;
    padding-bottom: 130px;
}
#blog .container:before{
    position: absolute;
    content: " ";
    background-image: url(common/images/title_blog.png);
    width: 191px;
    height: 487px;
    right: -100px;
    z-index: -2;
    background-repeat: no-repeat;
}
#blog .object_01{
    top: -50px;
    left: -110px;
    z-index: -1;
}
#blog .object_02{
    bottom: -250px;
    right: -100px;
    z-index: -1;
}
#blog ul{
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 65px;
}
#blog ul li{
    padding: 0px 35px;
}
#blog ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
#blog ul li a:hover{
    transition: 0.3s all;
    opacity: 0.7;
    text-decoration: none;
}
#blog ul li a .image{
    height: 270px;
    position: relative;
}
#blog ul li a .category,
ul.news-list li .item-wrap .category,
.article .info .category{
    font-size: 12px;
    color: #fff;
    padding: 5px;
    background-color:  #ff2e69;
    position: absolute;
    top: -10px;
    left: 0;
}
.article .info .category {
  left: 15px;
}

#blog ul li a .category:before,
ul.news-list li .item-wrap .category:before,
.article .info .category:before{
/*    content: " ";*/
    display: block;
    position: absolute;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    border-top: 27px solid transparent;
    border-left: 20px solid #ff2e69;
    right: -20px;
    top: 0;
}
#blog ul li a .category:after,
ul.news-list li .item-wrap .category:after,
.article .info .category:after{
/*    content: " ";*/
    display: block;
    position: absolute;
    border-top: 0px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 20px solid #ff2e69;
    left: -20px;
    top: 0;
}
#blog ul li a .date{
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
    margin-bottom: 0px;
}
#blog ul li a h3{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
    margin: 0px;
    font-weight: 700;
}
#news{
    background-color: #f7f7f8;
    padding-top: 30px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
    display: none;
}
#news:before{
    top: -30px;
    content: " ";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid transparent;
    border-left: 100vw solid #f7f7f8;
}
#news .container:before{
    content: " ";
    position: absolute;
    background-image: url(common/images/title_news.png);
    width: 191px;
    height: 511px;
    left: 0px;
    top: -150px;
}
#news ul{
    text-align: left;
    margin-bottom: 70px;
	margin-right: 220px;
	margin-left: 220px;
}
#news ul li a{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 30px;
}
#news ul li a .date{
    margin-right: 100px;
}
#news .object_03{
    right: -100px;
    top: -130px;
}
#news .object_04{
    bottom: -150px;
    left: -40px;
}
#about{
    background-image: url(common/images/background_about.png);
    background-size: cover;
    margin-top: -100px;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    /*margin-bottom: -75px;*/
}
#about .container:before{
    background-image: url(common/images/title_about.png);
    position: absolute;
    content: " ";
    width: 191px;
    height: 592px;
    right: -100px;
    top: -180px;
    z-index: 0;
}
#about .object_05{
    left: 0px;
    top: -200px;
}
#about .icon{
    position: absolute;
    top: 0px;
}
#about .icon_01{
    left: 30px;
}
#about .icon_02{
    right: 120px;
    top: 30px;
}
#about h3{
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 40px;
    margin-bottom: 40px;
}
#about .sub_title{
    font-size: 21px;
    letter-spacing: 1.2px;
    display: inline-block;
    /*border-top: 1px solid #000;
    border-bottom: 2px solid #000;*/
    margin-left: -120px;
    margin-bottom: 10px;
    margin-top: -30px;
    font-weight: 800;
    position: relative;
}
#about .sub_title:before{
    content: "「大阪・兵庫をメイン」の";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-7.628deg);
    top: 30px;
}
#about p{
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 40px;
    font-weight: 600;
}
#about ul{
    margin-top: 70px;
}
#about ul li{
    padding: 0px 27px;
    margin-bottom: 54px;
}
#about ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
#about ul li a:hover{
    text-decoration: none;
}
#about ul li a .image{
    height: 270px;
    position: relative;
}
#about ul li a .image:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    top: 15px;
    content: " ";
    background-color: #fff;
    z-index: -1;
}
#about ul li a .image .title{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
#about ul li a .image .title .en{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 500;
}
#about ul li a .image .title h3{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
#job-information{
    background-image: url(common/images/background_jobinformation.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    text-align: center;
    /*padding-bottom: 30px;*/
    padding-bottom: 60px;
    margin-bottom: 150px;
    margin-top: -75px;
    z-index: 3;
    position: relative;
}
#job-information h2.section-title{
    margin-bottom: 30px;
}
#job-information p{
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: initial;
    /*letter-spacing: 0.9px;*/
    line-height: 36px;
    font-weight: 500;
}
#job-information strong{
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 40px;
    font-weight: 500;
}
#job-information .view-detail{
    color:  #313131;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 24px;
    border: #313131 solid 3px;
    background-color: #ffe400;
    margin-top: 150px;
    display: inline-block;
    padding: 15px 60px 15px 60px;
    border-radius: 10px;
    float: right;
    font-weight: 600;
    position: relative;
}
#job-information .view-detail:hover,
#job-information .view-detail:active,
#job-information .view-detail:focus{
    text-decoration: none;
    transition: 0.3s all;
    background-color: #262653;
    color: #ffe400;
}
#job-information .view-detail:after{
    content: ">";
    margin-left: 60px;
    position: absolute;
    right: 10px;
}


/*  Page
-------------------------------------------------- */
#page-title{
    height: 500px;
    background-image: url(common/images/noimage.png);
    background-size: cover;
    position: relative;
    background-position: center center;
    overflow: hidden;
    z-index: 0;
}
#page-title h2{
    position: absolute;
    color: #fff;
    left: 150px;
    top: 150px;
    font-size: 32px;
    letter-spacing: 1.6px;
    text-align: center;
    font-weight: 600;
    left: calc(calc(calc(100vw - 1366px) / 2) + 15px);
}
#page-title h2:before{
    content: " ";
    display: block;
    border-left: transparent solid 150px;
    border-right: transparent solid 150px;
    border-top: #1ed0b6 solid 200px;
    border-bottom: transparent solid 0px;
    margin-bottom: -175px;
}
#sub-title{
    padding-top: 90px;
    padding-bottom: 210px;
    overflow: visible;
}

#sub-title .container:before{
    height: 600px;
    width: 200px;
    content: " ";
    position: absolute;
    right: 0px;
    mix-blend-mode: multiply;
    z-index: 1;
}
#sub-title .object_01{
    top: -60px;
    left: -120px;
}
#sub-title h2.section-title{
    margin-bottom: 30px;
}
#sub-title .description{
    display: block;
    width: auto;
    text-align: center;
    border-bottom: 2px #313131 solid;
    border-top: 2px #313131 solid;
    padding: 10px 10px;
    width: 540px;
    margin: 0 auto;
}
#sub-title .object_02{
    right: -100px;
    bottom: -520px;
}
#sub-title .object_03{
    left: 200px;
    top: 100px;
}
.page #main-content .content{
    z-index: 2;
    position: relative;
}
.page #main-content .object_04{
    right: -100px;
    top: -160px;
}

.family-message #main-content .object_04,
.about #main-content .object_04{
    right: -100px;
    top: -88px;
}

.page #main-content .object_05{
    bottom: -95px;
    z-index:1;
    transform: rotate(1deg);
    width: 320px;
    left: -60px;
}
.page #main-content .object_06{
    bottom: -200px;
    z-index: 1;
    left: -100px;
}
.page #main-content{
    background-color: #f7f7f8;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 120px;
    z-index: 3;
}

/* 20191202 */
/* .page #main-content:before{
    top: -30px;
    content: " ";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    border-top: 30px solid transparent;
    border-left: 100vw solid #f7f7f8;
}
.page #main-content:after,
.single #main-content:after{
    bottom: -30px;
    content: " ";
    position: absolute;
    border-top: 0px solid transparent;
    border-left: 0 solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 100vw solid #f7f7f8;
} */


/*  News
-------------------------------------------------- */
.news #page-title,
.single #page-title,
.archive #page-title,
.page.about #page-title {
     background-image: url(common/images/news/page_title.jpg);
}
.news #sub-title .container:before,
.archive #sub-title .container:before{
    background-image: url(common/images/news/content_title.png);
}
.news #sub-title{
    padding-bottom: 160px;
}
.news #sub-title .description{
    width: 360px;
}
.news #sub-title .object_03{
    left: 60px;
}
#main-content .news-list li{
    padding: 0px 15px;
    margin-bottom: 30px;
}
#main-content .news-list li .item-wrap {
    display: block;
    width: 100%;
    background-color: #fff;
/*    padding: 20px;*/
}

.is-pc-550 {
    display: block;
}

.is-sp-550 {
    display: none;
}

#main-content .news-list li .content-wrap {
	/*
    display: flex;
    justify-content: space-between;
	*/
}
#main-content .news-list li .content-wrap a{
    display: flex;
    justify-content: space-between;
	padding: 20px;
	background: #fff;
	transition: 0.3s;
}
@media (min-width:738px){
	#main-content .news-list li .content-wrap a:hover{
		text-decoration: none;
		background: #eff9ff;
	}
}

#main-content .news-list li .item-wrap .image {
    width: 15%;
}

#main-content .news-list li .item-wrap .detail{
    width: 85%;
    position: relative;
    height: 100%;
/*    margin-top: 10px;*/
/*    height: 110px;*/
    padding: 0 15px;
}

#main-content .news-list li .item-wrap h3 {
  margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 1.5;
}

#main-content .news-list li .item-wrap .detail .info .category-wrap {
/*  position: absolute;*/
  bottom: 0;
  right: 0;
	text-align: right;
}

#main-content .news-list li .item-wrap .article-meta {
   margin-top: 40px;
  }

#main-content .news-list li .item-wrap .detail .info .btn{
  display: inline-block;
  width: 200px;
  height: 36px;
  background-color: red;
  line-height: 36px;
  color: #fff !important;
  font-size: 15px;
}

#main-content .news-list li .item-wrap .detail .info .date{
  display: inline;
}
#main-content .news-list li .item-wrap .detail .info .category{
  position: relative;
  margin-right: 60px;
  padding: 5px 8px;
/*  top: -5px;*/
}

.article-meta-title {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: #757575;
  letter-spacing: 2px;
  /* position: relative; */
  top: -30px;
}

#main-content .news-list li a[rel~="tag"] {
  display: inline-block;
  padding-left: 6px;
  pointer-events: all;
  /* position: relative; */
  top: -30px;
}

.item-wrap .btn-more {
  display: block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #18d1b7;
  /* margin: 35px auto 0; */
  border-radius: 20px;
  transition: 0.3s;
  /* position: absolute; */
  bottom: 78px;
  right: 0;
}

.item-wrap .btn-more:hover {
  text-decoration: none;
  opacity: 0.7;
}

.item-wrap .date {
  text-align: right;
}

.item-wrap .title-wrap {
  display: flex;
  padding-left: 30px;
}

ul.news-list li .item-wrap .category {
  position: relative;
  top: 0;
  left: 0;
  padding: 5px;
}

.item-wrap .tag-wrap {
  display: inline-block;
}

.main-col,
.sidebar{
    z-index: 2;
}
.sidebar .sidebar-content{
    margin-bottom: 35px;
}
.sidebar .sidebar-content h3{
    margin-top: 0px;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color:  #0096e6;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}
.sidebar .sidebar-content h3 img{
    margin-right: 10px;
    vertical-align: sub;
}
.sidebar .sidebar-content ul{
    background-color: #fff;
    padding: 20px;
}
.sidebar .sidebar-content.category-list li{
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 15px;
    position: relative;
}
.sidebar .sidebar-content.category-list li a{
    color:  #0096e6;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
}
.sidebar .sidebar-content.category-list li a:hover{
    transition: 0.3s;
    text-decoration: none;
    color: #60b9e8;
}
.sidebar .sidebar-content.category-list li:after{
    content: " ";
    width: 7px;
    top: 3px;
    height: 16px;
    background-image: url(common/images/news/icon_category_list.png);
    right: 0px;
    display: block;
    position: absolute;
}
.sidebar .sidebar-content.monthly-list li{
    margin-bottom: 15px;
}
.sidebar .sidebar-content.monthly-list li a{
    text-decoration: underline;
}
.single #main-content{
    padding: 50px 0px;
    background-color: #f7f7f8;
    margin-bottom: 60px;
    position: relative;
}
.single .article{
    background-color: #fff;
    padding: 30px;
}
.single .article .info .category{
    top: 0px;
    display: inline-block;
    position: relative;
    margin-right: 45px;
}
.single .article .info .date{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
.single .article h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.single #main-content .to-archive{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 100px;
}
.single #main-content .to-archive a{
    color:  #0096e6;
    font-size: 16px;
}
.single #main-content .to-archive a img{
    margin-left: 10px;
}
@media(max-width:767px){
	#main-content .news-list li .item-wrap .image {
		width: 100%;
		height: 30vw;
	}
	#main-content .news-list li .content-wrap a .detail h3{
		margin: 15px 0 10px 0px;
		padding: 0;
		text-align: left;
		font-weight: bold;
	}
	#main-content .news-list li .content-wrap a{
		display: block;
		padding: 0;
	}
	#main-content .news-list li .content-wrap a .detail .info{
		text-align: left;
	}
}

/*  Blog
-------------------------------------------------- */
.single-blog #page-title,
.tax-blog_tag #page-title,
.tax-blog_category #page-title {
    background-image: url(common/images/about/page_title.jpg);
}
.archive #page-title {
    background-image: url(common/images/about/page_title.jpg);
}
.blog #sub-title .container:before,
.tax-blog_tag #sub-title .container:before,
.tax-blog_category #sub-title .container:before{
    background-image: url(common/images/blog/content_title.png);
    background-size: contain;
}
.blog #sub-title{
    padding-bottom: 150px;
}
.blog #sub-title .object_03,
.tax-blog_tag #sub-title .object_03,
.tax-blog_category #sub-title .object_03{
    left: 60px;
}
.recommended-post {
    margin-bottom: 70px;
}
.recommended-post ul li{
    margin-bottom: 30px;
}
.recommended-post ul li a{
    margin: 0px;
}
.recommended-post ul li a:hover{
    text-decoration: none;
    transition: 0.3s;
    opacity: 0.7;
}
.recommended-post ul li a .image{
    height: 7.5vw;
}
.recommended-post ul li a h3{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.single-blog #main-content .to-archive{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 100px;
}
.single-blog #main-content .to-archive a{
    color:  #0096e6;
    font-size: 16px;
}
.single-blog #main-content .to-archive a img{
    margin-left: 10px;
}
.sidebar .sidebar-content.tag-list ul li{
    display: inline-block;
    margin-right: 1em;
}
.sidebar .sidebar-content.tag-list ul li a{
    color:  #0096e6;
    font-size: 16px;
}
.tax-blog_category #sub-title{
    padding-bottom: 150px;
}


/*  Related Links
-------------------------------------------------- */
.related-links #page-title{
    background-image: url(common/images/related-links/page_title.jpg);
}
.related-links #sub-title .container:before{
    background-image: url(common/images/related-links/content_title.png);
}
.related-links #main-content .content ul li{
    margin-bottom: 50px;
}
.related-links #main-content .content ul li a{
    display: block;
    width: 100%;
}


/*  Performance
-------------------------------------------------- */
.performance #page-title{
    background-image: url(common/images/performance/page_title.jpg);
}
.performance #sub-title .container:before{
    background-image: url(common/images/performance/content_title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 1;
    height: 1200px;
}
.performance.page #main-content .object_04{
    top: -40px;
}
.performance #main-content .content table{
    width: 100%;
    border: solid 2px #32c3d3;
}
.performance #main-content .content table thead{
    background-image:  url(common/images/performance/background_table.jpg);
    color:  #ffffff;
    font-size: 18px;
}
.performance #main-content .content table tr{
    border-bottom:solid 2px  #80dfe9;
}
.performance #main-content .content table tbody tr{
    background-color: #fff;
}
.performance #main-content .content table tbody tr:nth-child(even){
    background-color:  #ffffe3;
}
.performance #main-content .content table tr:last-child{
    border: none;
}
.performance #main-content .content table tr>*{
    text-align: center;
    padding: 25px;
    border-right: solid 2px  #80dfe9;
}
.performance #main-content .content table tr>*:last-child{
    border: none;
}
.performance #sub-title .object_03{
    left: 120px;
    bottom: -120px;
    top: auto;
}


/*  Question
-------------------------------------------------- */
.question #page-title{
    background-image: url(common/images/question/page_title.jpg);
}
.question #sub-title .container:before{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(common/images/question/content_title.png);
}
.question #sub-title .object_03{
    left: 70px;
    bottom: -180px;
    top: auto;
}
.question #main-content dl{
    margin-bottom: 30px;
}
.question #main-content dl dt{
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    padding: 30px 75px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.question #main-content dl dt img{
    position: absolute;
    left: 30px;

}
.question #main-content dl dt>div{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    width: 50px;
    height: 50px;
}
.question #main-content dl dt>div:hover{
    cursor: pointer;
}
.question #main-content dl dt>div:after{
    content: "-";
    color: #0096e6;
    font-size: 30px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.question #main-content dl dt.collapsed>div:after{
    content: "+";
}
.question #main-content dl dd{
    font-size: 18px;
}
.question #main-content dl dd img{
    position: absolute;
    left: 30px;
    top: 25px;
}
.question #main-content dl dd .panel{
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-top: #e5e5e5 solid 1px;
}
.question #main-content dl dd .panel-body{
    padding: 30px;
    padding-left: 75px;
}
.question .pagination .page-numbers{
    padding: 15px 17.5px;
    font-size: 18px;
    background-color: #fff;
    color:  #1d2a55;
    border: solid #1d2a55 1px;
}
.question .pagination .page-numbers.current{
    background-color: #1d2a55;
    color: #fff;
}
.question .pagination .page-numbers:hover{
    transition: 0.3s;
    background-color: #1d2a55;
    color: #fff;
}


/*  Company
-------------------------------------------------- */
.page-id-3838 .link-btn-area {
  display: flex;
  max-width: 70%;
  margin: 0 auto;
}
.page-id-3838 .link-btn-area li {
  width: 25%;
  margin: 0 20px 0 0;
  flex-wrap: wrap;
}
.page-id-3838 .link-btn-area li:last-child {
  margin: 0;
}
.page-id-3838 .link-btn-area li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: #1d2954 solid 2px;
  border-radius: 10px;
  background-size: cover;
  background-image: url(common/images/service/bg_btn.jpg);
  text-align: center;
  color: #1d2a55;
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 20px;
  font-weight: 600;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.page-id-3838 .link-btn-area li a .list-icon {
  content: " ";
  width: 17px;
  height: 17px;
  background-image: url(common/images/service/icon_btn.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.page-id-3838 .link-btn-area li a:hover {
  transition: 0.3s;
  background-image: url(common/images/service/bg_btn_hover.jpg);
  text-decoration: none;
}
.page-id-3838 .pg-copy {
  margin: 40px 0;
  text-align: center;
  font-size: 48px;
  padding: 20px;
}
.page-id-3838 .pg-copy p {
  margin: 0;
  font-family: fot-seurat-pron, sans-serif;
}
@media (max-width: 767px) {
  .page-id-3838 .link-btn-area {
    display: block;
  }
  .page-id-3838 .link-btn-area li {
    width: 100%;
    margin: 20px 0 0px;
  }
  .page-id-3838 .link-btn-area li:last-child {
    margin: 20px 0 0;
  }
  .page-id-3838 .pg-copy {
    font-size: 18px;
    padding: 10px;
  }
}
.page-id-3838 .signature {
  text-align: right;
}

.img-area {
  width: 100%;
}
.img-area .img {
  max-width: 500px;
  margin: 0 auto 20px;
}
.img-area .text {
  margin: 0 auto 40px;
  width: 80%;
  text-align: center;
}

.page-id-3838 h2.section-title {
  margin: 0;
}
.page-id-3838 li.row-eq-height {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 50px;
}

.page-id-3838 li.row-eq-height:last-child {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .page-id-3838 li.row-eq-height {
    margin-bottom: 25px;
    padding: 0 0 25px;
  }
}
.page-id-3838 .company-information {
  margin: 0 0 80px;
}
.page-id-3838 #sub-title .description {
  display: none;
}
.page-id-3838 #page-title {
  background-image: url(common/images/company/page_title.jpg);
}
.page-id-3838 #main-content .content {
  background-color: #fff;
  padding: 70px;
  border: solid 1px #000;
}
h2.section-title {
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.page-id-3838 #main-content h2.section-title + p {
  text-align: center;
  margin-bottom: 40px;
}
.page-id-3838 #main-content section {
  margin: 0 auto 80px;
}
.box-area {
  border: 2px solid #1d2954;
  text-align: center;
  position: relative;
  padding: 50px 0 30px;
  z-index: 10;
}
.page-id-3838 #main-content .box-area h2 {
  font-size: 42px;
  color: #1d2954;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 40%;
  font-weight: bold;
}
.page-id-3838 .box-area p {
  font-size: 30px;
}
#company-philosophy .box-area + .img + p {
  text-align: center;
  font-size: 18px;
}
.page-id-3838 #main-content #company-mission .box-area h2 {
  left: 33%;
}
.page-id-3838 #main-content #company-value .box-area h2 {
  left: 30%;
}
.page-id-3838 .box-area li {
  font-size: 30px;
  text-align: left;
  margin: 0 0 0 50px;
}
.page-id-3838 #main-content h2 {
  text-align: center;
}
.page-id-3838 #main-content table{
  width: 100%;
}

.page-id-3838 #main-content table tr{
  border-bottom: solid 2px white;
}

.page-id-3838 #main-content table tr:last-child{
  border-bottom: none;
}

.page-id-3838 #main-content table th{
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #3698d8;
  color: white;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  padding: 10px 15px;
}

/* .page-id-3838 #main-content table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #3698d8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */

.page-id-3838 #main-content table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 15px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-id-3838 #main-content .content {
    padding: 10px;
  }
  .page-id-3838 #main-content section {
    margin: 0 auto 40px;
  }
  .page-id-3838 #main-content .box-area {
    margin: 20px 0 0;
    padding: 20px 5px 10px;
  }
  .page-id-3838 #main-content .box-area h2 {
    font-size: 24px;
    left: 10px;
    top: -30px;
    z-index: 100;
  }
  .page-id-3838 .box-area p,
  #company-philosophy .box-area + .img + p {
    font-size: 14px;
    text-align: left;
  }
  .page-id-3838 .box-area ol {
    margin: 0;
    padding: 0 4px 0 18px;
  }
  .page-id-3838 .box-area li {
    font-size: 14px;
    margin: 20px 0;
  }
  .page-id-3838 #main-content table th,
  .page-id-3838 #main-content table td {
    padding: 5px;
  }
}




/* ----------------------------------------------------------------  */
.company-old #page-title{
    background-image: url(common/images/company/page_title.jpg);
}
.company-old #sub-title .container:before{
    background-image: url(common/images/company/content_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.company-old #sub-title .description{
    display: none;
}
.company-old #sub-title .object_02{
    top: auto;
    bottom: -520px;
    right: -100px;
}
.company-old #sub-title .message>p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 1em;
}
.company-old #sub-title .signature{
    width: 180px;
    margin-top: 60px;
    float: right;
}
.company-old #sub-title .signature p{
    font-size: 18px;
}
.company-old #sub-title .signature p.small{
    font-size: 14px;
    margin-bottom: 0px;
}
.company-old #sub-title .signature p.name{
    font-size: 28px;
}
.company-old #main-content .content{
    background-color: #fff;
    padding: 70px;
    border: solid 1px #000;
}
.company-old #main-content .content ul li{
    margin-bottom: 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #e5e5e5;
}
.company-old #main-content .content ul li .title .bubble{
    width: 100%;
    background-color: #ff70ba;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.company-old #main-content .content ul li .title .bubble:after{
    position: absolute;
    content: " ";
    display: block;
    border-top: 10px #ff70ba solid;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px transparent solid;
    bottom: -20px;
    right: calc(50% - 15px);
}
.company-old #main-content .content ul ul{
    list-style-type: disc;
	margin: 0 0 0 20px;
}
.company-old #main-content .content ul ul li{
    margin: 10px 0;
    padding-bottom: 0;
    border-bottom: none;
}
.company-old #main-content .content ul li:nth-child(2) .title .bubble{
    background-color:  #32c3d3;
}
.company-old #main-content .content ul li:nth-child(2) .title .bubble:after{
    border-top-color: #32c3d3;
}
.company-old #main-content .content ul li:nth-child(3) .title .bubble{
    background-color:  #ffb400;
}
.company-old #main-content .content ul li:nth-child(3) .title .bubble:after{
    border-top-color: #ffb400;
}
.company-old #main-content .content ul li .title h2.section-title{
    margin-bottom: 10px;
    text-align: center;
}
.company-old #main-content .content ul li .detail{
    font-size: 16px;
    line-height: 26px;
}

.company-old #main-content .content ul li .detail p {
    display: block;
    position: relative;
    top: calc(calc(100% - 1em - 10px) / 2);
}

.company-old #main-content .content ul li:nth-child(2) .detail p{
    top: calc(calc(100% - 2em - 20px) / 2);
}
.company-old #main-content .content ul li:nth-child(3) .detail p{
    top: calc(calc(100% - 6em - 60px) / 2);
}
.company-old #main-content .content .company-information table tbody tr>*{
    padding: 0px 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.company-old #main-content .content .company-information table tbody tr th{
    font-weight: 400;
    width: 33%;
}

/*  Contact
-------------------------------------------------- */
.contact #page-title,
.page-template-page-thanks-php #page-title{
    background-image: url(common/images/contact/page_title.jpg);
}
.contact #sub-title .container:before{
    background-image: url(common/images/contact/content_title.png);
}
.contact #sub-title{
    padding-bottom: 90px;
}
.contact-confirm #sub-title,
.contact-confirm #main-content:before{
    display: none;
}
.contact #sub-title .object_03{
    left: 100px;
    z-index: -1;
    top: auto;
    bottom: -10px;
}
.contact #sub-title .img_tel{
    width: 485px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.wpcf7 table{
    margin-top: 60px;
    width: 100%;
    border: solid 2px #1d2a55;
    background-color: #fff;
    margin-bottom: 30px;
}
.wpcf7 table tbody tr{
    border-bottom: solid 1px #dee0e1;
}
.wpcf7 table tbody tr>*{
    padding: 20px 50px;
}
.wpcf7 table tbody tr th{
    border-right: solid 1px #dee0e1;
    background-color:  #eefcff;
    position: relative;
    font-size: 18px;
}
.wpcf7 table tbody tr th span{
    color:  #ffffff;
    font-size: 14px;
    position: absolute;
    right: 25px;
    padding: 3px 10px;
}
.wpcf7 table tbody tr th span.require{
    background-color: #ff004e;
}
.wpcf7 table tbody tr th span.option{
    background-color: #ffb400;
}
.wpcf7 table tbody tr td input,
.wpcf7 table tbody tr td textarea{
    border: solid 1px #dee0e1;
    width: 100%;
    padding: 10px;
}

.wpcf7 table tbody tr td.checkbox input {
  width: 20px;
  margin-left: 0;
}

.wpcf7 table tbody tr td.checkbox .wpcf7-list-item-label {
  margin-left: 22px;
}

.zoom-wrapper a {
  color: #165e83;
  text-decoration: underline;
}


.wpcf7 table tbody tr td input[name="your-zipcode-1"]{
    width: calc(3em + 20px);
    margin-left: 10px;
}
.wpcf7 table tbody tr td input[name="your-zipcode-2"]{
    width: calc(4em + 20px);
}
.wpcf7 table tbody tr td .wpcf7-list-item{
    margin-left: 0px;
}
.wpcf7 table tbody tr td input[name="your-acceptance"]{
    width: auto;
}
.wpcf7 table tbody tr td .wpcf7-select{
    padding: 10px;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #dee0e1;
}

.wpcf7 table tbody tr td .wpcf7-select:after{
    content:"▼";
}

.wpcf7 table tbody tr td select[name="age"]{
    width: 100%;
}

.wpcf7 table tbody tr td .privacy{
    font-size: 14px;
        padding-top: 10px;
}
.wpcf7 table tbody tr td .privacy a {
    color: #165e83;
    text-decoration: underline;
}
.wpcf7 .submit{
    text-align: center;
}
.wpcf7 .submit input{
    transition: 0.3s;
    background-image: url(common/images/contact/btn_submit_2.png);
    display: inline-block;
    width: 410px;
    height: 62px;
    background-size: cover;
    border: none;
    font-size: 20px;
    padding: 0px;
    border-radius: 100px;
    position: relative;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #1d2a55;
}
/* .single-requirements .wpcf7 .submit input,
.entry .wpcf7 .submit {
  background-image: url(common/images/contact/btn_submit_2.png);
  color: #1d2a55;
  font-weight: bold;
  background-repeat: no-repeat;
} */

.single-requirements .wpcf7 .submit input:hover,
.entry .wpcf7 .submit input:hover {
  opacity: 0.8;
}

.wpcf7 .submit input[disabled] {
    background-color: #000;
    opacity: 1;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
	transition: 0.3s;
}
.wpcf7 .submit input.wpcf7c-btn-back{
    background-image: url(common/images/contact/btn_fix.png);
}
.page-template-page-thanks-php #main-content:before{
    display: none;
}
.page-template-page-thanks-php #main-content .content{
    background-color: #fff;
    text-align: center;
    padding: 70px;
    position: relative;
    /* margin-top: 100px; */
    margin-bottom: 70px;
    border: #1d2a55 solid 2px;
}
.page-template-page-thanks-php #main-content .content h3{
    display: block;
    width: 360px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-top: 2px solid #313131;
    border-bottom: 2px solid #313131;
}
.page-template-page-thanks-php #main-content .content p{
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    width: 570px;
    margin: 0 auto;
    display: block;
}
.page-template-page-thanks-php #main-content .content .object_20{
    bottom: 70px;
}
.page-template-page-thanks-php #main-content .to-home{
    padding: 20px;
    border: solid 2px #1d2a55;
    display: block;
    background-color:  #ffe400;
    width: 400px;
    text-align: center;
    color:  #1d2955;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
}

.page-template-page-thanks-php #main-content .to-home:hover{
    text-decoration: none;
    transition: 0.3s;
    background-color: #1d2a55;
    color: #ffe400;
}
.page-template-page-thanks-php #main-content .to-home:after{
    content: ">";
    position: absolute;
    right: 20px;
}

.page-template-page-thanks-php #main-content .to-home-entry {
  background-image: url(common/images/contact/btn_submit_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 410px;
  display: block;
  margin: auto;
  height: 63px;
  text-align: center;
  padding-top: 19px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  font-size: 20px;
}

.page-template-page-thanks-php #main-content .to-home-entry:hover {
  text-decoration: none;
  opacity: 0.8;
}

.contact-confirm .wpcf7 table tbody tr th span{
    display: none;
}
.contact-confirm  .wpcf7 table tbody tr{
    border: none;
}
.contact-confirm  .wpcf7 table tbody tr:nth-child(2),
.contact-confirm  .wpcf7 table tbody tr:nth-child(4),
.contact-confirm  .wpcf7 table tbody tr:last-child{
    display: none;
}
.contact-confirm .wpcf7 table tbody tr td input,
.contact-confirm .wpcf7 table tbody tr td textarea{
    border: none;
    background: none;
}
.contact-confirm.contact-fix .wpcf7 table tbody tr td input,
.contact-confirm.contact-fix .wpcf7 table tbody tr td textarea{
    background-color: #dee0e1;
}
.contact-confirm  .wpcf7 table tbody tr th{
    background-color: #fff;
    border: none;
}

/*  Request
-------------------------------------------------- */
.request #page-title,
.page-template-page-thanks-php.request-thanks #page-title{
    background-image: url(common/images/request/page_title.jpg);
}
.request #sub-title .container:before{
    background-image: url(common/images/request/content_title.png);
}


/*  Flow
-------------------------------------------------- */
.flow #page-title{
    background-image: url(common/images/flow/page_title.jpg);
}
.flow #sub-title .container:before{
    background-image: url(common/images/flow/content_title.png);
    background-size: contain;
    z-index: 1;
    top: -60px;
}
.flow #sub-title {
    padding-bottom: 120px;
}
.flow #sub-title .object_03{
    z-index: -1;
    left: 120px;
    top: auto;
    bottom: -150px;
}
.flow #main-content ul li{
    margin-bottom: 75px;
}
.flow #main-content ul li img{
    width: 100%;
}
.flow #main-content ul li .step{
    background-image: url(common/images/flow/bg_step.png);
    width: 191px;
    height: 56px;
    display: block;
    margin: 0 auto;
    color:  #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 40px;
    text-align: center;
}
.flow #main-content ul li .to-contact{
    margin-top: 50px;
}
.flow #main-content ul li .detail .step .number{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
}
.flow #main-content ul li .detail h3{
    font-size: 22px;
    letter-spacing: 1.1px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 28px;
}
a.to-contact{
    border-radius: 10px;
    border-width: 2px;
    border-color:  #1d2a55;
    border-style: solid;
    background-color:  #ffd800;
    color: #1d2a55;
    font-size: 18px;
    padding: 25px;
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 600;
    position: relative;
    margin-top: 200px;
}
a.to-contact:after{
    content: ">";
    position: absolute;
    right: 25px;
}
a.to-contact:hover, a.to-contact:active{
    text-decoration: none;
    transition: 0.3s;
    background-color: #262653;
    color: #ffd800;
}


/*  Service
-------------------------------------------------- */
.service #page-title{
    background-image: url(common/images/service/page_title.jpg);
}
.service #sub-title .container:before{
    background-size: contain;
    background-image: url(common/images/service/content_title.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.service #sub-title h2.section-title,
.service-detail #sub-title h2.section-title{
    display: none;
}
.service #sub-title h2,
.service-detail #sub-title h2{
    text-align: center;
    font-size: 42px;
    letter-spacing: 2.1px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 60px;
}
.service #sub-title h2 .en,
.service-detail #sub-title h2 .en{
    font-size: 16px;
    letter-spacing: 0.8px;
}
.service #sub-title .detail{
    text-align: center;
}
.service #sub-title .detail h3{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 32px;
    margin-top: 0px;
}
.service #sub-title .detail p{
    line-height: 42px;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.service #sub-title .description{
    display: none;
}
.service #sub-title .object_02{
    display: none;
}
.service #sub-title .object_03{
    left: auto;
    right: 90px;
    top: auto;
    bottom: -90px;
}
.service-mainvisual{
    margin-bottom: 75px;
}
.service #main-content .content ul li {
    margin-bottom: 75px;
}
.service #main-content .content ul li .detail{
    padding: 0px 50px;
}
.service #main-content .content ul li .detail .service-number{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.service #main-content .content ul li .detail .service-number span:before{
    content: "|";
    transform: rotate(330deg);
    display: inline-block;
    margin-right: 10px;
}
.service #main-content .content ul li .detail .service-number span:after{
    content: "|";
    transform: rotate(30deg);
    display: inline-block;
    margin-left: 10px;
}
.service #main-content .content ul li .detail h3{
    background-image: url(common/images/service/bg_service_title_01.png);
    color: #ff5bb0;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 32px;
    text-align: center;
    width: 300px;
    height: 68px;
    display: block;
    padding-top: 17.5px;
    margin: 0 auto;
    margin-bottom: 48px;
}
.service #main-content .content ul li .detail h4{
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 27px;
}
.service #main-content .content ul li:nth-child(2) .detail h3{
    background-image: url(common/images/service/bg_service_title_02.png);
    color:  #15b4c5;
    width: 377px;
    height: 78px;
    padding-left: 88px;
    padding-top: 22.5px;
}
.service #main-content .content ul li:nth-child(3) .detail h3{
    background-image: url(common/images/service/bg_service_title_03.png);
    color:  #e48c00;
}
.service #main-content .content ul li:nth-child(4) .detail h3{
    background-image: url(common/images/service/bg_service_title_04.png);
    color:  #ff6b15;
}
.service #main-content .content ul li .detail p{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
}
.service #main-content .content ul li .detail ul,
.service #main-content .content ul li .detail ol{
    padding-left: 20px;
}
.service #main-content .content ul li .detail ul li{
    margin-bottom: 1em;
    list-style: initial;
}
.service #main-content .content ul li .detail ol li{
    margin-bottom: 0px;
}

#service-list{
    padding-bottom: 100px;
}
#service-list ul{
    text-align: center;
}
#service-list ul li{
    display: inline-block;
    width: 330px;
    height: 70px;
    position: relative;
    margin-bottom: 50px;
}

#service-list ul li a p{
  margin: 0;
}

#service-list ul li a{
    display: block;
    width: 90%;
    margin: 0 auto;
    border: #1d2954 solid 2px;
    border-radius: 10px;
    background-size: cover;
    background-image: url(common/images/service/bg_btn.jpg);
    text-align: center;
    color:  #1d2a55;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 20px;
    font-weight: 600;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
#service-list ul li a .list-icon{
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url(common/images/service/icon_btn.png);
    background-repeat: no-repeat;
    margin-right: 10px;
}
#service-list ul li a:hover{
    transition: 0.3s;
    background-image: url(common/images/service/bg_btn_hover.jpg);
    text-decoration: none;
}


/*  Service Detail
-------------------------------------------------- */
.service-detail #page-title{
    background-image: url(common/images/service-detail/page_title.jpg);
}
.service-detail #sub-title .container:before{
    background-image: url(common/images/service-detail/content_title.png);
}
.service-detail #sub-title{
    background-image: url(common/images/service-detail/bg_content_title.jpg);
}
.service-detail #sub-title .description{
    font-size: 30px;
    letter-spacing: 1.5px;
    border: none;
    width: auto;
    font-weight: 600;
    line-height: 50px;
}
.service-detail #sub-title .object_02{
    display: none;
}
.service-detail .delivery-service{
    margin-bottom: 100px;
}

.service-detail .delivery-service .section-title {
	margin-bottom: 15px;
}
.service-detail .delivery-service .ja {
	text-align: center;
	margin-bottom: 60px;
}
.service-detail .delivery-service ul li{
    margin-bottom: 60px;
}
.service-detail .delivery-service ul li>div{
    border-width: 3px;
    border-color:  #32c3d3;
    border-style: solid;
    background-color:  #ffffff;
    padding: 25px;
    position: relative;
}
.service-detail .delivery-service ul li h3{
    position: absolute;
    color:  #f7f7f8;
    font-size: 21px;
    letter-spacing: 1.2px;
    line-height: 36px;
    text-align: center;
    display: block;
    background-image: url(common/images/service-detail/bg_delivery_title.png);
    width: 295px;
    height: 45px;
    top: -45px;
    left: -3px;
    padding-top: 5px;
}
.service-detail .delivery-service ul li .img{
    min-height: 200px;
    padding-top: 80px;
    text-align: center;
}
.service-detail .delivery-service ul li:nth-child(5) .img{
    padding-top: 50px;
}
.service-detail .delivery-service ul li .img img{

}
.service-detail .delivery-service ul li .detail{
    padding: 30px;
    border: dashed #32c3d3 1px;
    color:  #32c3d3;
    font-size: 16px;
    letter-spacing: 0.8px;
    position: relative;
    line-height: 2;
}
.service-detail .delivery-service ul li .detail .bottom{
    bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.service-detail .main-transport-area{
    padding: 70px;
    margin-bottom: 100px;
}
.service-detail .main-transport-area:before{
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-image: url(common/images/service-detail/border.png);
    background-size: 100% 100%;
}
.service-detail .main-transport-area{
    background-color: #fff;
    position: relative;
}
.service-detail .main-transport-area .area-detail{
    padding: 35px;
    background-image: url(common/images/service-detail/bg_area_detail.png);
    background-size: 100% 100%;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 58px;
    margin-top: 30px;
}
.service-detail .our-company-car{
    margin-bottom: 100px;
}
.service-detail .our-company-car ul li{
    margin-bottom: 50px;
}
.service-detail .our-company-car ul li h3{
    margin: 0px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
	margin: 20px 0 0;
}
.service-detail .transport-commodity ul li .example{
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    padding-top: 40px;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-top: 45px;
    font-weight: 600;
    line-height: 32px;
}
.service-detail .transport-commodity ul li .example p{
     font-size: 14px;
}
.service-detail .transport-commodity ul li .example h3{
    position: absolute;
    width: 160px;
    height: 40px;
    text-align: center;
    background-image: url(common/images/service-detail/bg_commodity.png);
    background-size: 100% 100%;
    color:  #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 40px;
    left: calc(calc(100% - 150px) / 2);
    top: -40px;
}
.service-detail .transport-commodity ul li .detail{
    padding: 20px;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
}


/*  Voice
-------------------------------------------------- */
.voice #page-title{
    background-image: url(common/images/voice/page_title.jpg);
}
.voice #sub-title .container:before{
    background-size: contain;
    background-image: url(common/images/voice/content_title.png);
}
.voice #main-content .container{
    z-index: 1;
}
.voice #main-content .voice-list li{
    padding: 50px;
    background-color: #fff;
    margin-bottom: 30px;
    border: #1d2a55 solid 2px;
    position: relative;
    border-right: none;
    width: calc(100% - 50px);
}
.voice #main-content .voice-list li:after{
    height: calc(100% - 50px);
    width: 52px;
    top: 52px;
    right: -50px;
    content: '';
    background-color: #fff;
    border-bottom: #1d2a55 solid 2px;
    border-right: #1d2a55 solid 2px;
    position: absolute;
}
.voice #main-content .voice-list li:before{
    position: absolute;
    top: -2px;
    right: -50px;
    content: '';
    width:50px;
    height: 54px;
    background-size: 100% 100%;
    background-image: url(common/images/voice/voice_parts.png);
}
.voice #main-content .voice-list li>div{
    padding: 0px 30px;
}
.voice #main-content .voice-list li .image{
    height: 249px;
}
.voice #main-content .voice-list li .detail .date{
    font-size: 16px;
}
.voice #main-content .voice-list li .detail h3{
    font-size: 20px;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: #dee0e1 solid 1px;
    margin-bottom: 15px;
}
.voice #sub-title{
    padding-bottom: 120px;
}
.voice #sub-title .object_03{
    bottom: -150px;
    top: auto;
    left: 95px;
    z-index: -1;
}
.voice #sub-title .object_02{
    bottom: -420px;
}

/*  Features
-------------------------------------------------- */
.features #page-title{
    background-image: url(common/images/features/page_title.jpg);
}
.features #sub-title{
    padding-bottom: 150px;
}
.features #sub-title .container:before{
    background-image: url(common/images/features/content_title.png);
    top: -60px;
    background-repeat: no-repeat;
}
.features #sub-title .object_03{
    left: 100px;
    top: auto;
    bottom: -180px;
}
.features #main-content dl{
    padding-left: 200px;
    position: relative;
    /* height: 150px; */
    /* margin-bottom: 130px; */
}
.features #main-content dl dt{
    color: #fff;
    padding: 20px 60px 20px 60px;
    background-color: #ff70ba;
    font-size: 21px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}
.features #main-content .content>div{
    min-height: 50vh;
}
.features #main-content .local dl dt{
    background-color: #32c3d3;
}
.features #main-content .cleanliness dl dt{
    background-color: #ffb400;
}
.features #main-content dl dt .case-number{
    position: absolute;
    top: -25px;
    left: -200px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-size: contain;
    background-image: url(common/images/features/circle_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px;
}
.features #main-content .local dl dt .case-number{
    background-image: url(common/images/features/circle_02.png);
}
.features #main-content .cleanliness dl dt .case-number{
    background-image: url(common/images/features/circle_03.png);
}
.features #main-content dl p{
    margin-bottom: 0px;
}
.features #main-content dl dt .case-number .number{
    font-size: 46px;
    display: block;
}
.features #main-content dl dt>div{
    background-image: url(common/images/features/icon_close.png);
    position: absolute;
    right: 20px;
    /*width: 37px;
    height: 37px;*/
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
    top: 35px;
}
.features #main-content dl dd{
    margin-top: 5px;
    border: #ff70ba solid 10px;
    /*padding: 30px;*/
    background-color: #fff;
    font-size: 16px;
}
.features #main-content dl dd>div{
    padding: 30px;
}
.features #main-content .local dl dd{
    border-color: #32c3d3;
}
.features #main-content .cleanliness dl dd{
    border-color: #ffb400;
}
.features #main-content dl dt.collapsed>div{
    /*width: 37px;*/
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(common/images/features/icon_open.png);
}
.features #main-content .section-title {
	margin-bottom: 20px;
}
.features #main-content .ja {
	text-align: center;
	margin-bottom: 30px;
}



/*  Page Template
-------------------------------------------------- */
.page-template-page-template #page-title{
    background-image: url(common/images/page/page_title.jpg);
}
.page-template-page-template.page #main-content:before{
    display: none;
}
.page-template-page-template #main-content .content>div{
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 28px;
    margin-bottom: 60px;
}
.page-template-page-template #main-content .content h2{
    color:  #0096e6;
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 39px;
    margin-bottom: 15px;
    font-weight: 600;
}
.page-template-page-template #main-content .content h2.section-title{
    color: #313131;
}
.page-template-page-template #main-content .content h2.section-title:first-letter{
    color: #3698d8;
}
.page-template-page-template #main-content .content h2.section-title{
    margin-top: 10px;
    margin-bottom: 40px;
}
.page-template-page-template #main-content .content h3{
    color:  #0096e6;
    font-size: 28px;
    letter-spacing: 1.4px;
    line-height: 39px;
    margin-bottom: 15px;
}
.page-template-page-template #main-content .content h4{
    border-bottom: #37b9ff solid 2px;
    padding-bottom: 5px;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-template-page-template #main-content .content h5{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 39px;
    margin-bottom: 15px;
}
.page-template-page-template #main-content .content h6{
    color:  #0096e6;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 39px;
}
.page-template-page-template #main-content .content ul li:before{
    content: "●";
    color: #0096e6;
    margin-right: 8px;
}
.page-template-page-template #main-content .content ol {
    list-style: none;
    counter-reset: ol_li;
    padding: 0px;
}
.page-template-page-template #main-content .content ol li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li)'.';
    color:#0096e6;
}
.page-template-page-template #main-content .content dl{
    margin-bottom: 45px;
}
.page-template-page-template #main-content .content dl dt{
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 39px;
}
.page-template-page-template #main-content .content dl dd{
    padding-left: 105px;
}
.page-template-page-template #main-content .content blockquote{
    width: calc(100% - 130px);
    margin: 0px 65px;
    background-color:  #eefcff;
    padding: 50px;
    border: none;
}
.page-template-page-template #main-content .content table{
    border: solid 1px #dee0e1;
}
.page-template-page-template #main-content .content table tbody tr{
    border-bottom: solid 1px #dee0e1;
}
.page-template-page-template #main-content .content table tbody tr>*{
    border-right:solid 1px #dee0e1;
    padding: 20px;
}
.page-template-page-template #main-content .content table tbody tr:last-child,
.page-template-page-template #main-content .content table tbody tr td:last-child{
    border: none;
}
.page-template-page-template #main-content .content table tbody tr th{
    background-color:  #eefcff;
}

.col-xs-6.request img,
.col-xs-6.contact img {
  width: 10%;
}

.sp-block {
  display: none;
}

.pc-block {
  display: block;
}

.recruit #news {
  z-index: 1;
}

.message-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.message-wrapper a {
  width: 40%;
  margin: 0 5% 5%;
}

.message-wrapper a p {
  font-size: 21px;
  margin-top: 20px;
}

.btn_entry {
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 3;
}

.btn_entry.second {
    margin-top: -75px;
}

.btn_entry img {
  width: 80%;
}

.btn_entry img {
  min-width: 200px;
  max-width: 350px;
  width: 30%;
}

.btn_entry.top img {
  min-width: 280px;
  max-width: 600px;
  width: 100%;
}

.career.career-test .career-list ul li,
.post-type-archive-requirements .career-list ul li {
  margin-top: 50px;
  margin-bottom: 65px;
}

.career.career-test .career-list .career-list-tab ul li,
.post-type-archive-requirements .career-list .career-list-tab ul li {
  width: 25%;
  margin-bottom: 0;
  border: 1px solid #333;
}

.career.career-test .career-list ul li h3 {
  background: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  height: auto;
}

.career-item-border {
  border: 1px solid #333;
  padding: 40px;
}

.career.career-test .career-item-inner,
.post-type-archive-requirements .career-item-inner
 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 20px;
}

.career-item-desc2 {
  padding: 20px;
}

.career-item-btn {
  margin-top: 15px;
}

.career-item-btn {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.career.career-test .col-sm-6,
.post-type-archive-requirements .col-sm-6 {
  width: 100%;
}

.career.career-test .career-item-img,
.post-type-archive-requirements .career-item-img {
  width: 100%;
  object-fit: cover;
}

.career.career-test .img-wrapper,
.post-type-archive-requirements .img-wrapper {
  width: 38%;
  margin-right: 2%;
}

.career.career-test .career-item-desc1,
.post-type-archive-requirements .career-item-desc1 {
  width: 58%;
  margin-left: 2%;
  font-size: 16px;
}

.career.career-test .career-item-desc1 dl,
.post-type-archive-requirements .career-item-desc1 dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.career.career-test .career-item-desc1 .desc-title,
.post-type-archive-requirements .career-item-desc1 .desc-title {
  width: 30%;
}

.career.career-test .career-item-desc1 .desc-content,
.post-type-archive-requirements .career-item-desc1 .desc-content {
  width: 70%;
}

.career.career-test .career-item-desc2 dl,
.post-type-archive-requirements .career-item-desc2 dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
}

.career.career-test .career-item-desc2 dt,
.post-type-archive-requirements .career-item-desc2 dt {
  width: 9%;
  min-width: 90px;
}

.career.career-test .career-item-desc2 dd,
.post-type-archive-requirements .career-item-desc2 dd {
  width: 91%;
}

.career.career-test a.btn-item,
.career.career-test input.btn-item,
.post-type-archive-requirements a.btn-item,
.post-type-archive-requirements input.btn-item {
  display: block;
  padding: 25px;
  background-color: #2EC4D4;
  color: #fff;
  width: 240px;
  max-width: 240px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  border: none;
  font-family: kozuka-gothic-pro,'Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.career.career-test a.btn-item:hover,
.post-type-archive-requirements a.btn-item:hover {
  background-color: #13A9BE;
}

.career.career-test .btn-item:first-child,
.post-type-archive-requirements .btn-item:first-child {
  margin-right: 20px;
}

.career.career-test .btn-item:last-child,
.post-type-archive-requirements .btn-item:last-child {
  margin-left: 20px;
}

.career.career-test .career-list-tab ul,
.post-type-archive-requirements .career-list-tab ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.career.career-test .driver,
.post-type-archive-requirements .driver {
  display: block;
}

.career-list-tab li {
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px;
  color: #333;
  background-image: url(common/images/carrer_tab.png);
  background-color:rgba(255,255,255,0.4);
  background-blend-mode:lighten;
}

.career-list-tab li.tab-active {
  background-blend-mode: unset;
}

.promise_item .number {
  display: block;
}

.promise_item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

#requirements .content {
  margin-top: 100px;
}

.first-time-driver-job #sub-title,
.single-requirements #sub-title,
.about #sub-title {
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.single-requirements #sub-title{
  padding-top: 240px;
}

.single-requirements #contact,
.single-requirements .col-sm-3.detail {
  display: none;
}

.single-requirements #access {
  margin-top: -75px;
}

.single-requirements .col-sm-9 {
  width: 100%;
}

.single-requirements .col-sm-3.detail{
  width: 100%;
}

.single-requirements #access .container {
  padding-top: 0;
  padding-bottom: 0;
}

.family-message #sub-title {
  padding-bottom: 40px;
}

.first-time-driver-job #main-content,
.family-message #main-content {
    padding-top: 40px;
}

/* 20191016 ご家族の皆様へページcss */
.family-message #page-title {
  background-image: url(common/images/message/image_family_message_main.jpg);
  /* height: 0%;
  background-size: contain;
  background-repeat: no-repeat; */
}

/* @media(min-width:1024px){
  .family-message #page-title,
  .first-time-driver-job #page-title {
    padding-top: 67%;
  }
}

@media(max-width:1023px){
  .family-message #page-title,
  .first-time-driver-job #page-title {
    padding-top: 85%;
  }
}

@media(max-width:425px){
  .family-message #page-title,
  .first-time-driver-job #page-title {
    padding-top: 100%;
  }
} */

.family-message .p-desc-signature {
  display: block;
  text-align: right;
}

.family-message .section-middle-title {
	position: relative;
	padding: 5px 0 0;
	z-index:1;
	color:#ffffff;
  font-size: 26px;
  text-align: center;
  width: 95%;
  margin: auto;
}

.family-message .section-middle-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  transform: skewX(45deg);
  background-color: #5b9bd5;
  content: "";
}

.family-message .main-content-2 .section-middle-title,
.family-message .main-content-3 .section-middle-title,
.family-message .main-content-4 .section-middle-title {
  font-size: 16px;
}

.family-message .main-content-2,
.family-message .main-content-3,
.family-message .main-content-4 {
  margin-top: 60px;
}

.family-message .main-content-3 h3 {
  color: #3698d8;
  font-size: 16px;
}

.family-message .main-content-3 .number {
  color: #ffe200;
  font-size: 24px;
  margin-right: 10px;
  -webkit-text-stroke: 1.5px #1d2955;
  font-weight: 800;
}

.family-message .main-content-3 ul li {
    background-image: url(common/images/about/bg_promise.png);
    font-size: 16px;
    line-height: 2;
    letter-spacing: .9px;
    margin-bottom: 15px;
    padding: 15px;
    background-size: 100% 100%;
    padding-top: 10px;
    word-break: break-word;
}

.family-message .main-content-4 dl {
    margin-bottom: 15px;
    border: dotted 1px #60acdf;
}

.family-message .main-content-4 dl dt {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  padding: 30px 75px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.family-message .main-content-4 dl dd .panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: #e5e5e5 solid 1px;
  margin-bottom: 0;
}

.family-message .main-content-4 dl dd .panel-body {
  padding: 30px;
  padding-left: 75px;
}

.family-message .main-content-4 dl dd img {
  position: absolute;
  left: 30px;
  top: 25px;
}

.family-message .main-content-4 dl dt img {
  position: absolute;
  left: 30px;
}

.family-message .main-content-4 dl dt p {
    margin: 0;
}

.family-message .main-content-4 dl dt>div:after {
  content: "-";
  color: #0096e6;
  font-size: 30px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.family-message .main-content-4 dl dt.collapsed>div:after {
    content: "+";
}

.family-message .main-content-4 dl dt>div {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    width: 50px;
    height: 50px;
}

.family-message .main-content-4 dl dd .panel .panel-body + p {
  display: none;
}

.is-pc-767 {
  display: block;
}

.is-sp-767 {
  display: none;
}

.is-pc-991 {
  display: block;
}

.is-sp-991 {
  display: none;
}

.page-template-page-recruit #voice {
  display: none;
}

.recruit-menu {
  background-color: rgba(230, 246, 255, 0.9);
  text-align: center;
}

.recruit-menu li {
    display: inline-block;
    margin-right: 20px;
    color: #1c2954;
	position: relative;
}

.recruit-menu li:last-child {
  margin-right: 0;
}

.recruit-menu li a {
    line-height: 40px;
    color: #1c2954;
    font-size: 14px;
}

.recruit-menu li a:hover {
  text-decoration: none;
  color: #258ccd;
  transition: 0.3s;
}

.recruit-menu li:not(:last-child):after {
    content: "|";
    margin-left: 20px;
}

/* --- Sub menu --- */
.recruit-sub-menu{
	position: absolute;
	background-color: rgba(230, 246, 255, 0.9);
	width: 200px;
	bottom: 0;
	left: 50%;
	transform: translatex(-60%) translatey(100%);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.recruit-menu li:hover .recruit-sub-menu{
	visibility: visible;
	opacity: 1;
	transform: translatex(-50%) translatey(100%);
}

.recruit-sub-menu li{
	margin-right: 0;
	width: 100%;
}

.recruit-sub-menu li:not(:last-child){
	border-bottom: 1px solid #1c295494;
}

.recruit-sub-menu li a{
	word-break: keep-all;
	display: block;
}

.recruit-sub-menu li a:hover{
	background-color: #ffffffa1;
}

.recruit-sub-menu li::after{
	display: none;
}

/* --- /Sub menu --- */
.entry .wpcf7 table tbody tr td .your-section input {
  width: 100%;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 80px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.tax-blog_category .recommended-post {
  display: none;
}

.post-type-archive-businessblog #main-content .news-list li .item-wrap .detail {
    width: 100%;
    height: 135px;
}

.post-type-archive-businessblog .item-wrap .btn-more {
    margin: 20px auto 0;
}

.post-type-archive-businessblog #main-content .news-list li .item-wrap .article-meta {
    margin-top: 20px;
}

@media(min-width:1353px){
    #navigation .navbar-nav>li a{
        font-size: 14px;
    }
    #navigation.corp .navbar-nav>li:nth-child(1) {
        width: auto;
    }
}

@media(max-width:1352px){
    #contact .row>div{
        height: 15vw;
    }
    #contact .contact h2{
        margin-top: 5vw;
    }
    /* #contact .request h2{
        margin-top: 4vw;
    } */
    #contact .contact .object_09 img{
        height: 20vw;
    }
    #contact .contact .object_10{
        right: 10vw;
        top: -7vw;
    }
    #contact .contact .object_10 img{
        height: 10vw;
    }
    #contact .request .object_11{
        left: 4vw;
        bottom: 0px;
    }
    #contact .request .object_11 img{
        height: 20vw;
    }
    #contact .request .object_12{
        top: -6vw;
        left: 22vw;
    }
    #contact .request .object_12 img{
        height: 10vw;
    }
}
@media(max-width:1365px){
    #navigation .container{
        width: 100%;
        padding: 0px;
    }
    #page-title h2,
    #mainvisual .object_13{
        left: 15px;
    }
    #sub-title .object_01{
        left: calc(calc(1070px - calc(100vw - 90px)) / 2);
        z-index: -1;
    }
}

@media(min-width:1100px) and (max-width:1300px){
    #blog .object_02,
    #blog .container:before,
    #news .object_03,
    #access .object_08,
    .page #main-content .object_04,
    #access .container:before,
    #about .container:before,
    .company #sub-title .object_02,
    .company #sub-title .container:before,
    #sub-title .object_02,
    #sub-title .container:before,
    .service #sub-title .container:before,
    .service #sub-title .object_03{
        right: 0px!important;
    }
    .page #main-content .object_06{
        left: 0px;
    }
    #access .object_08{
        width: 30%;
    }
    #access .object_08 img{
        width: 100%;
    }

}

@media(min-width:1100px){
    .service-mainvisual{
        width: 100vw;
        margin-left: calc(calc(1070px - 100vw) / 2);
    }

    #navigation .navbar-nav>li{
        text-align: center;
        width: 92px;
    }
}
@media(max-width:1099px){
    .container{
        width: 100%;
    }
    #blog .container{
        padding: 0px 35px;
    }
    #blog .object_02,
    #blog .container:before,
    #news .object_03,
    #access .object_08,
    .page #main-content .object_04,
    #access .container:before,
    #about .container:before,
    .company #sub-title .object_02,
    .company #sub-title .container:before,
    #sub-title .object_02,
    #sub-title .container:before,
    .service #sub-title .container:before,
    .service #sub-title .object_03{
        right: 0!important;
    }
    .service #sub-title .object_03{
        bottom: -180px;
    }
    .performance #sub-title .object_03,
    .page #main-content .object_06{
        bottom: -120px;
        left: -40px;
    }
    #access .object_08{
        width: 30%;
    }
    #access .object_08 img{
        width: 100%;
    }

    .recruit-menu li a {
      font-size: 12px;
    }
    #navigation .navbar-nav>li>a>img{
        height: 45px;
    }
    #navigation .navbar-nav>li:nth-child(1)>a .object img {
        height: 60px;
    }
    #navigation .navbar-nav>li:nth-child(1)>a .recruit-object-02 {
      right: -7px;
    }
    #blog ul li a{
        margin: 0 auto;
    }
    #blog ul li a .image,
    #about ul li a .image{
        height: calc(calc(100vw / 3) - 70px);
    }
    .service-mainvisual{
        margin-left: -15px;
        width: 100vw;
    }
    .service #main-content .content ul li:nth-child(2) .detail h3{
        width: 300px;
        height: 62px;
        background-size: contain;
        padding-top: 15px;
    }
    #sub-title .object_01{
        left: 0px;
    }
    .recruit-menu li {
    margin-right: 10px;
    }
    .question #sub-title .object_03 {
        left: -15px;
    }
}

@media(max-width:991px){
  .is-pc-991 {
    display: none;
  }

  .is-sp-991 {
    display: block;
  }

  #navigation .navbar-brand h1 {
    margin: 0px;
    height: 40px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #navigation .navbar-nav {
    width: 100%;
    margin: 0px;
  }

  #navigation .recruit {
    display: inline-block;
    padding-top: 7.5px;
    float: right;
    margin-right: 10px;
    padding-left: 10px;
  }

  #navigation .recruit img {
    height: 40px;
  }

  #navigation .navbar-toggle {
    padding: 5px 0px;
    color: #5592bb;
    margin-bottom: 0px;
  }

  #navigation .nav>li {
    float: none!important;
    text-align: center;
    width: 100%!important;
    margin: auto;
  }

  #navigation.corp .navbar-nav>li>a {
    padding: 10px!important;
    text-align: left;
    font-size: 14px;
    color: #000!important;
  }

  #navigation.corp .navbar-nav>li:nth-child(1)>a {
    height: auto;
    width: auto;
    padding: 10px 5px;
    margin: 0;
    background: none;
    border: none;
  }

  #navigation .navbar-nav>li:nth-child(2)>a {
    height: auto;
    width: auto;
    padding: 10px 5px;
    margin: 0;
    background: none;
    border: none;
    color: #000;
  }

  #navigation .navbar-header .contact img {
    width: 40px;
  }

  #navigation .navbar-toggle .icon-bar {
    background-color: #5592BB;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .navbar-toggle {
    display: block!important;
  }

  .navbar-header {
    float: initial!important;
  }

  #navigation .navbar-header .contact {
    padding: 15px 5px;
    display: inline-block;
    float: right;
    margin-right: 10px;
  }

  #navigation.corp .navbar-nav>li:nth-child(3) {
    background-color: initial;
    padding: 0;
    height: auto;
  }

  #navigation .navbar-nav>li>a.middle {
    color: #666666;
    margin-left: 15px;
  }

  #navigation.corp .navbar-nav>li:nth-child(1) {
    width: auto;
    padding: 0;
  }

  .single-requirements #sub-title {
    padding-top: 65px!important;
  }

  #navigation .navbar-nav>li.hover_blue>a:hover,
  #navigation .navbar-nav>li.hover_blue>a:active,
  #navigation.corp .navbar-nav>li:nth-child(1)>a:hover,
  #navigation.corp .navbar-nav>li:nth-child(1)>a:active {
    background-color: transparent;
  }

  .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
  }
}

@media(max-width:899px){
  .career.career-test .career-list-tab ul,
  .post-type-archive-requirements .career-list-tab ul {
    flex-wrap: wrap;
  }

  .career.career-test .career-list .career-list-tab ul li,
  .post-type-archive-requirements .career-list .career-list-tab ul li {
    width: 47%;
    height: 71px;
  }

  #footer .footer_menu_01{
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: left;
  }

  #footer .footer_menu_01>li {
    width: 145px;
  }

  #footer .footer_menu_01>li>a {
    font-size: 13px;
    padding: 0;
  }

}


  @media(max-width:820px){
    #navigation .navbar-nav>li{
        width: 100px;
        text-align: center;
    }
    #navigation .navbar-nav>li a{
        font-size: 12px;
        padding: 25px 0px;
    }
    #navigation.corp .navbar-nav>li:nth-child(1)>a p{
        font-size: 10px;
        line-height: 1.5em;
    }

    .pc-block {
      display: none;
    }

    .sp-block {
      display: block;
    }
}
@media(min-width:768px){
    #about ul li a:hover .image{
        transition: 0.3s all;
    }
    #about ul li a:hover .image:before{
        transition: 1.0s all;
        position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        right: 0px;
        top: 0px;
        background-color: #000;
        opacity: 0.1;
    }
    #about ul li a:hover .image:after{
        transition: 0.3s all;
        opacity: 0;
    }
.smp-contact.row-eq-height{
        margin-left: -15px;
        margin-right: -15px;
    }
}
#mainvisual .image{
    height: 100vh;
    width: 100%;
}
#mainvisual img,
#mainvisual .image{
    -webkit-backface-visibility: hidden;
    -webkit-animation: ImgAnime 20s linear infinite 0s;
    -moz-animation: ImgAnime 20s linear infinite 0s;
    -o-animation: ImgAnime 20s linear infinite 0s;
    -ms-animation: ImgAnime 20s linear infinite 0s;
    animation: ImgAnime 20s linear infinite 0s;
}
@keyframes ImgAnime {
    0% {
        animation-timing-function: ease-in;
    }
    10% {
        transform: scale(1.01);
        animation-timing-function: ease-out;
    }
    15% {
        transform: scale(1.02);
    }
    20% {
        transform: scale(1.03);
    }
    25% {
        transform: scale(1.04);
    }
    100% {}
}
@media(min-width:768px) and (max-width:1024px){
    #about .icon_01{
        width: 20%;
        left: -10px;
        top: 45px;
    }
    #about .icon_02{
        width: 15%;
        right: 0px;
    }
    #about .icon_01 img,
    #about .icon_02 img{
        width: 100%;
    }
    #about ul li a .image .title h3{
        font-size: 18px;
    }
    #contact .contact .to-question{
        font-size: 10px;
    }
    #to-top{
        right: 50px;
    }
    /*#mainvisual .image{
        height: 80vw;
    }*/
    #mainvisual .object_13{
        left: 15px;
    }
    .company #main-content .content{
        padding: 40px;
    }
    .company #main-content .content ul li .title h2.section-title{
        font-size: 32px;
    }
    .company #main-content .content ul li .detail{
        padding-top: 0px;
    }
    .voice #sub-title .object_03{
        left: 0px;
    }
    .blog #sub-title .object_03,
    .tax-blog_tag #sub-title .object_03,
    .tax-blog_category #sub-title .object_03{
        left: -30px;
        width: 20%;
        top: auto;
        bottom: -150px;
        z-index: -1;
    }
}

/* 20191015 ドライバー職が初めての皆様へページcss */
.first-time-driver-job .c-wrap::before {
  content: '1';
  display: block;
  position: absolute;
  top: -10px;
  width: 42px;
  line-height: 0;
  padding: 21px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #ed7d31;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
}

.first-time-driver-job .c-inner:nth-child(2) .c-wrap::before {
  content: '2';
}

.first-time-driver-job .c-inner:nth-child(3) .c-wrap::before {
  content: '3';
}

.first-time-driver-job .c-inner:nth-child(4) .c-wrap::before {
  content: '4';
}

.first-time-driver-job .c-inner:nth-child(5) .c-wrap::before {
  content: '5';
}

.first-time-driver-job .c-inner:nth-child(6) .c-wrap::before {
  content: '6';
}

.first-time-driver-job .c-inner:nth-child(7) .c-wrap::before {
  content: '7';
}

.first-time-driver-job .main-content-2 {
  margin-top: 90px;
}

.first-time-driver-job .c-wrap {
  padding: 5px;
  border: 2px solid rgb(106, 164, 217);
}

.first-time-driver-job .c-item .c-middle-title,
.family-message .c-item .c-middle-title {
  font-size: 22px;
  color: rgb(106, 164, 217);
}

.first-time-driver-job #sub-title .c-wrap {
  border: none;
  margin-top: 100px;
}

.first-time-driver-job #sub-title .c-wrap:before {
  display: none;
}

.first-time-driver-job #page-title {
  background-image: url(common/images/message/image_first_time_driver_job_main.jpg);
  /* height: 0%;
  background-size: contain;
  background-repeat: no-repeat; */
  background-position: -25px;
  /* background-position: left; */
}

.first-time-driver-job .c-img-wrap,
.family-message .c-img-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.first-time-driver-job .c-img,
.family-message .c-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(min-width: 768px){
  .first-time-driver-job .c-wrap::before,
  .family-message .c-wrap::before {
    left: 50px;
  }

  .first-time-driver-job .c-inner.col-sm-6,
  .family-message .c-inner.col-sm-6 {
    margin-top: 50px;
    width: 100%;
  }

  .is-flex {
    display: flex;
  }

  .first-time-driver-job .c-wrap,
  .family-message .c-wrap {
    margin: 0 50px;
  }

  .first-time-driver-job .c-item p,
  .family-message .c-item p {
    font-size: 16px;
  }

  .first-time-driver-job .c-item,
  .family-message .c-item {
    width: 60%;
    padding: 0 15px;
  }

  .first-time-driver-job .c-img-wrap,
  .family-message .c-img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 27%;
    width: 40%;
    height: 100%;
  }

  .family-message .section-middle-title {
    font-size: 28px;
  }

  .family-message .main-content-2 .section-middle-title,
  .family-message .main-content-3 .section-middle-title,
  .family-message .main-content-4 .section-middle-title {
    font-size: 25px;
  }

  .family-message .sp-block {
    display: none;
  }

  .features #main-content dl {
    margin-bottom: 100px;
  }
}


@media(max-width:767px){
    #main-content .news-list li .item-wrap {
        padding: 30px;
    }

  .features #main-content dl dd>div {
    font-size: 12px!important;
  }

  .first-time-driver-job #sub-title .c-wrap .c-middle-desc,
  .family-message #sub-title .c-wrap .c-middle-desc {
    margin-top: 25px;
  }

  .first-time-driver-job .c-wrap::before,
  .family-message .c-wrap::before  {
    left: 5px;
  }

  .first-time-driver-job .c-inner:not(:first-child),
  .family-message .c-inner:not(:first-child) {
    margin-top: 20px;
  }

  .first-time-driver-job .c-item p,
  .family-message .c-item p {
    font-size: 14px;
  }

  #navigation .recruit {
    margin-right: 5px!important;
  }

  #service-list ul li {
    height: auto!important;
  }

  #service-list ul li a {
    padding: 10px 2px!important;
  }

  #service-list ul li a .list-icon {
    width: 22px;
    height: 22px;
    margin-right: 2px;
  }

  .career-item-border {
    border: 1px solid #333;
    padding: 10px 0 50px;
  }

  .career.career-test .career-item-inner,
  .post-type-archive-requirements .career-item-inner {
    display: block;
  }

  .career.career-test .career-item-desc1,
  .post-type-archive-requirements .career-item-desc1 {
    width: 100%;
    margin-top: 35px;
  }

  .career.career-test .img-wrapper,
  .post-type-archive-requirements .img-wrapper {
    width: 100%;
  }

  .features #main-content dl {
    margin-bottom: 8%;
  }

  .family-message .main-content-3 ul li {
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 15px;
    word-break: break-word;
  }

  .family-message .main-content-4 dl dt {
    padding: 15px 60px;
    font-size: 14px;
    line-height: 1.5;
  }

  .family-message .main-content-4 dl dd .panel-body {
    font-size: 14px;
    padding: 30px;
    padding-left: 60px;
    line-height: 1.25;
  }

  .family-message .main-content-4 dl dt img,
  .family-message .main-content-4 dl dd img {
    left: 15px;
  }

  .family-message .main-content-4 dl dt>div {
    top: 5px;
    right: 0;
  }

  .family-message .sp-block {
    display: block;
  }

  .message-wrapper a p {
    font-size: 18px;
  }

  .career.career-test .career-item-desc1,
  .career.career-test .career-item-desc2 dl,
  .career.career-test a.btn-item,
  .post-type-archive-requirements .career-item-desc1,
  .post-type-archive-requirements .career-item-desc2 dl,
  .post-type-archive-requirements a.btn-item,
  .career-list-tab li {
    font-size: 14px;
  }

  .career.career-test .career-list .career-list-tab ul li,
  .post-type-archive-requirements .career-list .career-list-tab ul li {
    width: 47%;
    margin: 10px 1%;
    font-size: 12px;
    height: 55px;
  }

  .career.career-test .career-list ul li,
  .post-type-archive-requirements .career-list ul li {
    margin-top: 30px;
  }

  .career-item-btn {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .post-type-archive-requirements .btn-item:first-child {
    margin-right: 0;
  }

  .post-type-archive-requirements .btn-item:last-child {
    margin-left: 0;
  }

  .career.career-test a.btn-item,
  .career.career-test input.btn-item,
  .post-type-archive-requirements a.btn-item,
  .post-type-archive-requirements input.btn-item
   {
    display: block;
    padding: 20px;
    background-color: #2EC4D4;
    color: #fff;
    width: 250px;
    max-width: 250px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }

  #navigation .nav>li {
    float: none!important;
    text-align: center;
    width: 100%!important;
    margin: auto;
  }

  .is-pc-767 {
    display: none;
  }

  .is-sp-767 {
    display: block;
  }

  #navigation.corp .navbar-nav>li:nth-child(1)>a {
    height: auto;
    width: auto;
    padding: 10px 5px;
    margin: 0;
    background: none;
    border: none;
  }

  #navigation.corp .navbar-nav>li:nth-child(3) {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
  }

  #navigation .navbar-nav>li>a {
    padding: 10px!important;
  }

  .first-time-driver-job #sub-title .c-wrap {
    border: none;
    margin-top: -36px;
  }

  .single-requirements .wpcf7 .submit input,
  .entry .wpcf7 .submit input {
    max-width: 290px!important;
    height: 43px!important;
  }

  .page-template-page-thanks-php #main-content .to-home-entry {
    max-width: 290px;
    height: 43px;
    padding-top: 13px;
    font-size: 14px;
  }

  .social {
    margin:0 auto 20px;
    top: 0;
  }

  #main-content .news-list li .item-wrap .detail .info .category-wrap {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 25px;
  }

  #main-content .news-list li .item-wrap .detail .info .category {
    position: initial;
    padding: 5px 8px;
    top: -5px;
    max-width: 150px;
    display: block;
    margin: auto;
    text-align: center;
  }

  #main-content .news-list li .item-wrap .detail {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .article-meta-title {
    /* position: absolute;
    bottom: 15px;
    top: auto; */
  }

  .article-meta-title {
    left: 30px;
  }

  .item-wrap .tag-wrap {
    display: inline-block;
    position: absolute;
    left: 80px;
    bottom: -48px;
  }

  #main-content .news-list li .item-wrap {
    position: relative;
  }

  #main-content .news-list li .item-wrap .detail .info .date {
    display: block;
    text-align: right;
  }

  .item-wrap .btn-more {
    bottom: -85px;
  }

  .zoom-wrapper {
    margin-top: 10px;
  }

  .single-businessblog .article {
    margin-bottom: 15px!important;
  }

  .single-businessblog #main-content .to-archive {
    margin-bottom: 20px;
  }

  .single-businessblog .article .info {
    padding: 0!important;
  }

  .post-type-archive-businessblog #main-content .news-list li .item-wrap .article-meta {
    margin-top: 10px;
  }

  .post-type-archive-businessblog #main-content .news-list li .item-wrap h3 {
    margin: 15px 0 10px 0px;
    text-align: center;
    font-size: 20px;
  }

  .post-type-archive-businessblog .item-wrap .date {
    margin-top: 15px;
    text-align: left;
  }

  .post-type-archive-businessblog  ul.news-list li .item-wrap .category.rect {
    left: initial;
  }
}


@media(min-width: 425px){
    #main-content .news-list li .item-wrap .detail .info .category {
        margin: 0;
        margin-left: auto;
        margin-right: 20px;
    }
}
@media(max-width:737px){
	#main-content .news-list li .item-wrap .detail .info .category-wrap{
		display: none;
	}
	 #main-content .news-list li .item-wrap {
        padding: 20px 15px;
    }

    ul.news-list li .item-wrap .category {
        /*left: 20px;*/
		left: 0;
		float: left;
		margin: 0 10px 10px 0;
    }

    .item-wrap .date {
        /*margin-top: 15px;*/
		margin: 4px 0 0 10px;;
        text-align: left;
    }
	#main-content .news-list li .item-wrap .is-sp-550{
		display: block;
		overflow: hidden;
		margin: 0;
	}
	#main-content .news-list li .item-wrap .is-sp-550 .article-meta {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }
	

                        
	
}
@media(max-width:550px){
    .is-pc-550 {
        display: none;
    }

    .is-sp-550 {
        display: block;
    }

    #main-content .news-list li .item-wrap {
        padding: 20px 15px;
    }

    ul.news-list li .item-wrap .category {
        /*left: 20px;*/
		left: 0;
		float: left;
		margin: 0 10px 10px 0;
    }

    .item-wrap .date {
        /*margin-top: 15px;*/
		margin: 4px 0 0 10px;;
        text-align: left;
    }
	#main-content .news-list li .item-wrap .is-sp-550{
		overflow: hidden;
		margin: 0;
	}
    #main-content .news-list li .item-wrap .is-sp-550 .article-meta {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }

  .wpcf7-form-control-wrap.your-name-first,
  .wpcf7-form-control-wrap.your-kana-first {
    margin-right: 10px!important;
  }

  .wpcf7 table tbody tr td .wpcf7-select {
    padding: 2px;
  }

  .wpcf7 table tbody tr td input,
  .wpcf7 table tbody tr td textarea {
    padding: 0 5px;
  }

  .size80 input {
    width: 100%!important;
  }

  #main-content .news-list li a .detail .info .category {
    width: 100%!important;
    margin: auto;
    top: 0!important;
  }

  .image.col-xs-6,
  .col-xs-6.detail {
    width: 100%;
  }

  .col-xs-6.detail {
    margin-top: 30px;
  }

  #main-content .news-list li a[rel~="tag"], .article-meta-title {
    font-size: 12px;
  }

  .item-wrap .title-wrap {
    padding-left: 0;
  }

  #main-content .news-list li .item-wrap h3 {
    margin: 15px 0 10px 0px;
    text-align: center;
  }

  #main-content .news-list li .content-wrap {
      display: block;
  }

  #main-content .news-list li .item-wrap .image {
    width: 100%;
  }

  .item-wrap .btn-more {
    position: initial;
    margin: auto;
  }

  .article-meta-title {
    bottom: 55px;
    left: 23px;
    position: initial;
  }

  .item-wrap .tag-wrap {
    left: 23px;
    bottom: -30px;
  }

  #main-content .news-list li a[rel~="tag"] {
    padding-left: 3px;
    width: auto;
    word-break: initial;
    font-size: 12px;
    font-feature-settings: "pkna"
  }

  .post-type-archive-businessblog ul.news-list li .item-wrap .category,
  .tax-businessblog_tag ul.news-list li .item-wrap .category,
  .tax-businessblog_category ul.news-list li .item-wrap .category {
    left: initial;
  }
}


@media(max-width:425px){
  .message-wrapper a p {
    font-size: 12px;
  }

  ul.news-list li .item-wrap .category {
    padding: 4px 5px;
  }
}
/* business archive */
#main-content .news-list li .item-wrap .detail .info .category.rect,
.article .info .category.rect
{
    padding-left: 15px;
    padding-right: 15px;
}
ul.news-list li .item-wrap .category.rect{
    padding-left: 10px;
    padding-right: 10px;
}
ul.news-list li .item-wrap .category.rect:before,ul.news-list li .item-wrap .category.rect:after,
.article .info .category.rect:before,.article .info .category.rect:after,
ul.news-list li .item-wrap .category.rect:before,ul.news-list li .item-wrap .category.rect:after
{
    content: none;

}

/*  dronecheck
-------------------------------------------------- */
.dronecheck #page-title{
  background-image: url(common/images/dronecheck/page_title.jpg);
}
.dronecheck #page-title h2 {
  position: absolute;
  color: #333;
  top: 150px;
  font-size: 32px;
  letter-spacing: 1.6px;
  text-align: center;
  font-weight: 600;
  left: calc(calc(calc(100vw - 1366px) / 2) + 15px);
  text-align: left;
}
.dronecheck #page-title h2:before{
  content:none;
}
.dronecheck #page-title .img.mv {
    position:absolute;
    bottom:10px;
    left: 0;
}
.page-id-4145 section {
    margin: 0 0 80px;
}
.page-id-4145 #sub-title{
    margin: 0;
}
.dronecheck #sub-title h2.section-title:first-letter{
    color:#ff2d5f;
}
.page-id-4145 p {
    font-size:18px;
}
 @media(max-width:767px){
 .page-id-4145 p {
    font-size:14px;
    }
}
.page-id-4145 h2{
    margin:0 0 30px;
}
.page-id-4145 .sec03,
.page-id-4145 .sec05,
.page-id-4145 .sec07{
    background:#fff;
    padding:40px;
    border-radius:20px;
}
.page-id-4145 #sub-title h2.section-title .ja{
    font-size: 45px;
    line-height: 50px; 
  }
  
  /* description  */
  .page-id-4145 #sub-title .description{
      width: 900px;
  }
  .page-id-4145 .description .p-example__list{
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: 0px;
      background:rgba(230, 246, 255, 0.9);
      padding:10px 20px;
      border-radius: 20px;
  }
  .page-id-4145 .description .p-example__list .p-example__item{
      width: 20%;
      margin-right: 5%;
  }
  .page-id-4145 .description figcaption p{
      text-align:center;
      font-size:1.8em;
  }
  @media(max-width:767px){
      .page-id-4145 h2{
          font-size: 28px;
      }
      .page-id-4145 #sub-title h2.section-title .ja{
          font-size: 24px;
          line-height: 30px;
      }
      .page-id-4145 #sub-title .description{
          width: 100%;
      }
      .page-id-4145 .description .p-example__list{
          margin-top: 0;
          display: flex;
      }
      .page-id-4145 .description figcaption p{
          font-size:1.3em;
      }
  }
/* sec01  */
.page-id-4145 .sec01 .box {
    display:flex; 
}
.page-id-4145 .sec01 .box .img{
    width:45%;
    margin: 0 2% 0 0;
}
.page-id-4145 .sec01 .box .img + p{
    width: 53%;
}
@media(max-width:767px){
    .page-id-4145 .sec01 .box {
    display:block; 
}
    .page-id-4145 .sec01 .box .img,
    .page-id-4145 .sec01 .box .img + p{
    width:100%;
    margin: 0 0 10px;
}
/* sec02  */
}
.page-id-4145 .sec02 .row-eq-height{
    margin:0 -15px 20px;
}
.page-id-4145 .sec02 .row-eq-height:nth-child(2n){
    flex-direction:row-reverse;
}
.page-id-4145 .sec02 .service-title {
    text-align:center;
    margin:0 auto 20px;
    background:#0096e6;
    padding: 10px ;
    font-size:28px;
    color:#fff;
    width:100%;
}
@media(max-width:767px){
    .page-id-4145 .sec02 .service-title {
     font-size:18px;
    }
    .page-id-4145 .sec02 .img{
    margin:0 auto 10px; 
  }
}
.page-id-4145 .contact-area.sub{
    text-align:center;
    margin:0 0 80px;
}
/* sec03  */
.page-id-4145 .sec03 .p-example__list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.page-id-4145 .sec03 .p-example__list .p-example__item{
    width: 25%;
    margin-right: 5%;
    margin-bottom: 20px;
}
.page-id-4145 .sec03 figcaption p{
    text-align:center;
}
@media(max-width:767px){
    .page-id-4145 .sec03 .p-example__list .p-example__item{
        width:100%;
    }
}
/* sec04  */
.page-id-4145 .sec04 p{
    text-align:center;
}
/* sec05  */
.page-id-4145 .sec05 p{
    text-align:center;
}
.page-id-4145 .sec05 .p-example__list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
.page-id-4145 .sec05 .p-example__list .p-example__item{
    width: 40%;
    margin-right: 5%;
    margin-bottom: 20px;
}
.page-id-4145 .sec05 figcaption p{
    text-align:center;
}
@media(max-width:767px){
    .page-id-4145 .sec05 .p-example__list .p-example__item{
        width:100%;
    }
}
/* sec06  */
.page-id-4145 .sec06 p{
    text-align:center;
}
/* sec07  */
.page-id-4145 .sec07 table{
  width: 70%;
    margin:0 auto;
}
.page-id-4145 .sec07 table tr{
  border-bottom: solid 2px white;
}
.page-id-4145 .sec07 table tr:last-child{
  border-bottom: none;
}
.page-id-4145 .sec07 table th{
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #3698d8;
  color: white;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  padding: 10px 15px;
}
.page-id-4145 .sec07 table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 15px;
  vertical-align: top;
}
@media(max-width:767px){
    .page-id-4145 .sec07 table{
      width: 100%;
    }
}
.page-id-4145 .wpcf7-list-item {
  margin: 0px 20px 0 0;
}
.page-id-4145 .wpcf7-list-item input[name="radio-238"],
.page-id-4145 .wpcf7-list-item input[name="checkbox-215[]"]{
    width: auto;
}
.page-id-4145 #form-area h2 + p{
    text-align:center;
}
.page-id-4145 #form-area .line-bnr{
    display: block;
    text-align:center;
    margin:0 0 20px;
}
.page-id-4145 .request h2{
 margin: 20px 0 0;
}


.marker{
    color:#ff2d5f;
  background-image: linear-gradient(
    90deg,rgb(252, 214, 158) 90%,transparent);
  background-repeat:no-repeat;
  background-size:200% 30%;
  background-position:0% bottom;
}
