/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {
  .top03.skill {
      background: url(../img/subtitle_service-skill.png),url(../img/bg_mesh.png),url(../img/wind_03_1.jpg),url(../img/wind_03.jpg);
      background-position: left 30px top 95px,center,top 10% right 0,bottom 0 left 0;
      background-repeat: no-repeat,repeat,no-repeat,no-repeat;
      background-size: 12px,100%,30%,25%;
  }
  .top05.company {
      background: url(../img/subtitle_company.png),url(../img/bg_mesh.png),url(../img/wind_05.jpg),url(../img/wind_06.jpg);
      background-position: left 30px top 95px,center,top 0 right 0,bottom 0 left 0;
      background-repeat: no-repeat,repeat,no-repeat,no-repeat;
      background-size: 12px,100%,25%,25%;
  }
  .top00.top01.news {
      background: url(../img/subtitle_news.png);
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: left 30px top 90px;
  }
  .top01.about {
      background: url(../img/subtitle_about-us.png);
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: left 30px top 5px;
  }
  .top04 {
      background-image: url(../img/subtitle_recruit.png),url(../img/para_recruit.jpg) !important;
      background-repeat: no-repeat,repeat;
      background-size: 12px, cover;
      background-attachment: scroll,fixed;
      background-position: left 30px top 90px,center !important;
  }
  .sec-title h2 img {
      height: 30px;
  }
  /* company */
  .company01 {
      background: url(../img/subtitle_philosophy.png),url(../img/bg_mesh.png),url(../img/wind_05.jpg);
      background-position: left 30px top 95px,center,top 10% right 0;
      background-repeat: no-repeat,repeat,no-repeat;
      background-size: 15px,100%,30%;
  }
  .company02 {
      background: url(../img/subtitle_message.png),url(../img/bg_mesh.png),url(../img/wind_06.jpg);
      background-position: left 30px top 95px,center,bottom 10% left 0;
      background-repeat: no-repeat,repeat,no-repeat;
      background-size: 15px,100%,30%;
  }
  .company03.top04 {
      background-image: url(../img/subtitle_csr.png),url(../img/csr_para.jpg) !important;
      background-repeat: no-repeat,repeat;
      background-size: 15px, cover;
      background-attachment: scroll,fixed;
      background-position: left 30px top 50%,center !important;
  }
  .company04 {
      background-image: url(../img/subtitle_company-profile.png);
      background-repeat: no-repeat;
      background-size: 15px;
      background-attachment: scroll;
      background-position: left 30px top 95px;
  }
  .company05.top01.about {
      background: url(../img/subtitle_head-office.png);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: left 30px top 5px;
  }
  .company06.top01.about {
      background: url(../img/subtitle_sales-office.png);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: left 30px top 5px;
  }

  /* contact */
  .top01.contact00 {
      background: url(../img/subtitle_contact.png),url(../img/bg_mesh.png),url(../img/wind_05.jpg),url(../img/wind_06.jpg);
      background-position: left 30px top 95px,center,top 0 right 0,bottom 0 left 0;
      background-repeat: no-repeat,repeat,no-repeat,no-repeat;
      background-size: 15px,100%,25%,25%;
  }
}
@media only screen and (max-width : 1300px) {
  .top03.skill {
      background-size: 0,100%,30%,25%;
  }
  .top05.company {
      background-size: 0,100%,25%,25%;
  }
  .top00.top01.news {
      background-size: 0;
  }
  .top01.about {
      background-size: 0;
  }
  .top04 {
      background-size: 0, cover;
  }
  .sec-title h2 img {
      height: 28px;
  }
  .sec-title h2 span {
      margin-top: 5px;
  }
  /* company */
  .company01 {
      background-size: 0,100%,30%;
  }
  .company02 {
      background-size: 0,100%,30%;
  }
  .company03.top04 {
      background-size: 0, cover;
  }
  .company04 {
      background-size: 0;
  }
  .company05.top01.about {
      background-size: 0;
  }
  .company06.top01.about {
      background-size: 0;
  }
  /* contact */
  .top01.contact00 {
      background-size: 0,100%,25%,25%;
  }
}
@media only screen and (max-width : 1199px) {
html {
	font-size: 90%;
}
.top03.skill {
    background-size: 12px,100%,30%,25%;
}
.top05.company {
    background-size: 12px,100%,25%,25%;
}
.top00.top01.news {
    background-size: 12px;
}
.top01.about {
    background-size: 12px;
}
.top04 {
    background-size: 12px, cover;
}
.top02 .funfact .animate-number {
    font-size: 40px !important;
}
.top02 .funfact-icon {
    padding: 22px 15px 0;
    width: 65px;
    margin: 0 !important;
}
.top03 h5.icon-box-title {
    font-size: 14px;
    letter-spacing: 1px;
}
.top03 p.text-gray {
    font-size: 12px;
}
.top03 .icon-box img {
    width: 20px;
}
.top03 .icon-box .icon.icon-sm {
    line-height: 35px;
}
.top03 .ml-70 {
    margin-left: 50px !important;
}
.top03 .icon-box .icon.icon-sm {
    height: 35px;
    width: 35px;
}

.footer .flexbox {
    flex-wrap: wrap;
}
.footer .flexbox ul:nth-child(1) {
  order: 1;
  -ms-flex-order: 1;
 -webkit-order: 1;
}
.footer .flexbox ul:nth-child(4) {
  order: 4;
  -ms-flex-order: 4;
 -webkit-order: 4;
}
.footer .flexbox ul:nth-child(2) {
  order: 3;
  -ms-flex-order: 3;
 -webkit-order: 3;
}
.footer .flexbox ul:nth-child(3) {
  order: 2;
  -ms-flex-order: 2;
 -webkit-order: 2;
}

.footer .flexbox ul {
    width: 50%;
}
.footer .flexbox ul:nth-child(2) li:first-child,
.footer .flexbox ul:nth-child(4) li:first-child {
    margin-top: 0;
}

.sec-title h2 img {
    height: 26px;
}
.sec-title h2 span {
    margin-top: 0;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 0px;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 15px !important;
}
/* company */
.company01 {
    background-size: 12px,100%,30%;
}
.company02 {
    background-size: 12px,100%,30%;
}
.company03.top04 {
    background-size: 12px, cover;
}
.company04 {
    background-size: 12px;
}
.company05.top01.about {
    background-size: 12px;
}
.company06.top01.about {
    background-size: 12px;
}
/* contact */
.top01.contact00 {
    background-size: 12px,100%,25%,25%;
}
a#submit_1, a#submit_2,
div#btn_block label,
div#btn_block label span {
    letter-spacing: 0.5px;
}
/* confirm00 */
.contact00.confirm00 dt {
    padding-left: 100px;
}
/* accses */
.accses00.company04 .container:first-child {
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.map00 {
  height: 250px;
}

}

@media only screen and (max-width : 1100px) {
  .top03.skill {
      background-size: 0,100%,30%,25%;
  }
  .top05.company {
      background-size: 0,100%,25%,25%;
  }
  .top00.top01.news {
      background-size: 0;
  }
  .top01.about {
      background-size: 0;
  }
  .top04 {
      background-size: 0, cover;
  }
  /* company */
  .company01 {
      background-size: 0,100%,30%;
  }
  .company02 {
      background-size: 0,100%,30%;
  }
  .company03.top04 {
      background-size: 0, cover;
  }
  .company04 {
      background-size: 0;
  }
  .company05.top01.about {
      background-size: 0;
  }
  .company06.top01.about {
      background-size: 0;
  }
  /* contact */
  .top01.contact00 {
      background-size: 0,100%,25%,25%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
html {
	font-size: 75%;
}
.ancer {
  margin-top: -60px;
  padding-top: 60px;
}
.top00_bg {
    background: url(../img/bg_mesh.png),url(../img/wind_01.jpg),url(../img/wind_02.jpg);
    background-position: center,bottom 48% left 0px,top 35% right 0;
    background-repeat: repeat,no-repeat,no-repeat;
    background-size: 100%,60%,29%;
}
.top03.skill {
    background-position: left 30px top 65px,center,top 10% right 0,bottom 0 left 0;
    background-size: 11px,100%,30%,25%;
}
.top05.company {
    background-position: left 30px top 65px,center,top 0 right 0,bottom 0 left 0;
    background-size: 11px,100%,25%,25%;
}
.top00.top01.news {
    background-size: 11px;
    background-position: left 30px top 60px;
}
.top01.about {
    background-size: 11px;
    background-position: left 30px top 5px;
}
.top03 h5.icon-box-title {
    font-size: 15px;
    letter-spacing: 2px;
}
.top03 p.text-gray {
    font-size: 13px;
}
.top03 .icon-box img {
    width: 30px;
}
.top03 .icon-box .icon.icon-sm {
    line-height: 50px;
}
.top03 .ml-70 {
    margin-left: 0 !important;
}
.top03 .icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    margin-top: 15px;
}

.top04 {
    background-image: url(../img/subtitle_recruit.png),url(../img/para_recruit.jpg) !important;
    background-repeat: no-repeat,repeat;
    background-size: 11px, cover;
    background-attachment: scroll,fixed;
    background-position: left 30px top 90px,center !important;
}
.sec-title h2 img {
    height: 24px;
}
.sec-title h2 span {
    margin-top: 2px;
}
.top00.top01.news .col-md-12 {
    display: flex;
}
.top00.news .col-md-3 {
    width: 250px;
}
.sec-title h2 span {
    font-size: 16px;
}
.top01.about .row>div {
    width: calc(100% /2);
}
.top01.about .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top02 .funfact .animate-number {
    font-size: 35px !important;
}
.top02 .funfact-icon {
    padding: 20px 15px 0;
    width: 60px;
    margin: 0 !important;
}
.top02 h4 {
    font-size: 15px !important;
}
.top03.skill .service {
    padding-bottom: 45px;
}
.top05.company .col-md-4:first-child {
    width: 100%;
    margin-bottom: 45px;
}
.top05.company .row {
    display: flex;
    flex-wrap: wrap;
}
.top05.company .col-md-4 {
    width: calc(100% /2);
}
section > .container, section > .container-fluid, .divider .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.divider .container {
}
.header .navbar-default .navbar-nav > li > a::after {
	display: none;
}
.team-member, .working-progress {
	margin-bottom: 60px !important;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 0px !important;
}
.map {
	margin-top: 30px;
}
.curve-bg:after, .curve-bg-half:after {
	left: auto;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.blog-posts .entry-header .entry-title {
	padding-top: 0;
}
.blog-posts .entry-header .entry-date {
	margin-left: 0;
}
.contact-wrapper {
    padding: 50px 30px;
}
.header #header-logo {
	padding-top: 20px;
}
.boxed-layout .header #header-logo,
.vertical-header .header #header-logo {
	padding-top: 10px;
}
.header .navbar-default .navbar-toggle {
	margin-top: 18px;
}
.boxed-layout .header .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.header #header-logo img {
	height: 30px;
}
.pricing-table .table-price {
	font-size: 30px;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 0px;
}
.bg-img-box .caption .schedule {
	font-size: 14px;
	margin-top: 0px;
}

/* company */
.company04 tbody tr {
    padding-right: 25px;
    padding-left: 25px;
}
.company05 .fadeInLeft {
    padding-left: 15px;
}
.company06 .fadeInLeft {
    padding-right: 15px;
}
br.pc_none {
    display: block;
}
.company01 {
    background-position: left 30px top 65px,center,top 10% right 0;
    background-size: 11px,100%,30%;
}
.company02 {
    background-position: left 30px top 65px,center,bottom 10% left 0;
    background-size: 11px,100%,30%;
}
.company03.top04 {
    background-size: 11px, cover;
}
.company04 {
    background-position: left 30px top 65px;
    background-size: 11px;
}
.company05.top01.about {
    background-size: 11px;
}
.company06.top01.about {
    background-size: 11px;
}
.company00 .img_logo img {
    max-width: 250px;
}
.company00 .img_logo.sain img {
    max-width: 240px;
}
/* contact */
.top01.contact00 {
    background-position: left 30px top 65px,center,top 0 right 0,bottom 0 left 0;
    background-size: 11px,100%,25%,25%;
}
.contact00.contact01 div#btn_block {
    margin: 0 auto;
}
.contact00.contact01 div#btn_block input[type="submit"] {
    margin: 20px auto 0;
}
.contact00.confirm00 dt {
    padding-left: 50px;
}
.contact00 .col-md-5 {
    margin-bottom: 45px;
}
.contact00 .col-md-5 p {
    margin-right: 0;
    font-size: 14px;
}

}

@media only screen and (max-width : 900px) {
  .top03.skill {
      background: url(../img/subtitle_service-skill.png),url(../img/bg_mesh.png),url(../img/wind_03_1.jpg),url(../img/wind_03.jpg);
      background-position: left 30px top 95px,center,top 10% right 0,bottom 0 left 0;
      background-repeat: no-repeat,repeat,no-repeat,no-repeat;
      background-size: 0,100%,30%,25%;
  }
  .top05.company {
      background: url(../img/subtitle_company.png),url(../img/bg_mesh.png),url(../img/wind_05.jpg),url(../img/wind_06.jpg);
      background-position: left 30px top 95px,center,top 0 right 0,bottom 0 left 0;
      background-repeat: no-repeat,repeat,no-repeat,no-repeat;
      background-size: 0,100%,25%,25%;
  }
  .top00.top01.news {
      background: url(../img/subtitle_news.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-position: left 30px top 90px;
  }
  .top01.about {
      background: url(../img/subtitle_about-us.png);
      background-repeat: no-repeat;
      background-size: 0;
      background-position: left 30px top 5px;
  }
  .top04 {
      background-image: url(../img/subtitle_recruit.png),url(../img/para_recruit.jpg) !important;
      background-repeat: no-repeat,repeat;
      background-size: 0, cover;
      background-attachment: scroll,scroll;
      background-position: left 30px top 90px,center !important;
  }
  .scrollToTop i {
      font-size: 32px;
  }
  .scrollToTop {
      height: 40px;
      width: 40px;
  }
  footer#footer {
      background-attachment: scroll;
      background-size: cover;
      background-position: center bottom 0;
  }
  /* company */
  section#kasou_h {
      background-attachment: scroll;
      background-size: cover;
      background-position: center bottom 0;
  }
  .company01 {
      background-position: left 30px top 65px,center,top 10% right 0;
      background-size: 0,100%,30%;
  }
  .company02 {
      background-position: left 30px top 65px,center,bottom 10% left 0;
      background-size: 0,100%,30%;
  }
  .company03.top04 {
    background-attachment: scroll,scroll;
      background-size: 0, cover;
  }
  .company04 {
      background-position: left 30px top 65px;
      background-size: 0;
  }
  .company05.top01.about {
      background-size: 0;
  }
  .company06.top01.about {
      background-size: 0;
  }
  /* contact */
  .top01.contact00 {
      background-size: 0,100%,25%,25%;
  }

  section#kasou_h.recruit_h,
  section#kasou_h.accses_h {
      background-position: center bottom !important;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
html {
	font-size: 60%;
}
.top00_bg {
    background: url(../img/bg_mesh.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
}
.top03.skill {
    background: url(../img/bg_mesh.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
}
.top05.company {
    background: url(../img/bg_mesh.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
}
.cp_fullscreenmenu .menu label {
    right: 30px;
}
div#logo {
    width: 190px;
    padding: 23px 15px;
}
label.hamburger {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 60px !important;
}
section#home {
    min-height: 600px;
    background-image: url(../img/top_tb.jpg) !important;
}
.box-hover-effect {
	float: none;
}
.sec-title h2 span {
    margin-bottom: 40px;
}
.sec-title h2 span {
    font-size: 15px;
}
.sec-title h2,
.sec-title h2 span,
.top05.company .col-lg-12 p {
  text-align: center;
}
.sec-title h2 span:after {
    left: 50%;
    transform: translateX(-50%);
}
.btn-default.btn-theme-colored {
    display: block;
    width: 180px;
    margin: 20px auto 0;
}
.top00.news tbody tr td.date {
    width: 110px;
}
.top01.about .row {
    display: block;
}
.top01.about .row>div {
    width: 100%;
}
.top01.about img.pc {
  display: none;
}
.top01.about img.sp {
  display: block;
}
.top01.about p {
    margin-bottom: 0;
    margin-top: 20px;
}
.top02 .funfact .animate-number {
    font-size: 28px !important;
}
.top02 .funfact-icon {
    padding: 20px 10px 0;
    width: 45px;
}
.top03 .icon-box {
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.top03 p.text-gray {
    margin-bottom: 0;
}
.top03 .icon-box .icon.icon-sm {
    margin-bottom: 10px;
}
.top05.company .textarea p {
    font-size: 13px;
}

.footer .widget {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer .f_logo {
    width: 100%;
}
.footer .widget p {
    width: calc(100% / 2);
}
.footer.divider .container {
    padding-top: 60px !important;
}
.footer.divider .footer-bottom .container {
    padding-top: 10px !important;
}
.footer .line-bottom {
    margin-top: 0;
}

#spinner {
	left: 42%;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
	border-radius: 0px;
}
#home .display-table p {
	margin: 15px 0;
	font-size: 14px;
}
.icon-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-box {
	text-align: center;
}
.icon-box.left {
	text-align: center;
}
.icon-box.left a {
	margin-right: 0;
	padding: 0;
}
.icon-box .media-left {
	float: none !important;
	margin: 0 0 30px 0;
}
.icon-box .media-left, .icon-box .media-right, .icon-box .media-body {
	display: block;
	width: auto;
}
.call-to-action {
	text-align: center;
}
.call-to-action .icon {
	float: none;
}
.sidebar.pull-left,
.sidebar.pull-right {
	float: none !important;
}
.blog-posts .entry-meta {
	background: none;
	left: auto;
	position: relative;
	top: auto;
}
.testimonial-carousel.boxed .owl-dots {
 	text-align: center;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 30px;
}

/* company */
br.pc_none {
    display: none;
}
.company01,.company02,.company_bg {
    background: url(../img/bg_mesh.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 100%;
}
.company06.top01.about p,
.company05.top01.about p {
    margin-top: 5px;
}
.company06.top01.about p:nth-child(3),
.company05.top01.about p:nth-child(3) {
    padding-left: 0;
    margin-top: 20px;
}
section#kasou_h {
    min-height: 230px;
}
section#kasou_h .container {
    height: 230px;
    padding-top: 120px !important;
}
.company00 .img_logo img {
    max-width: 220px;
}
.company00 .img_logo.sain img {
    max-width: 200px;
}
.company00.company02 .text_logo p {
    text-align: justify;
}
.company00.company02 .text_logo p br {
  display: none;
}
/* contact */
.top01.contact00 {
  background: url(../img/bg_mesh.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
}
.contact00.confirm00 dt {
    padding-left: 0;
}
.contact00.confirm00 dt,
.contact00.confirm00 dd {
    width: 45%;
}
.contact00.contact01 br.pc_none {
    display: block;
}
/* accses */
.accses00 .fadeInLeft {
  display: none;
}
.accses00 .col-md-6 .ac_sp {
  display: block;
}
.accses00 .col-md-6 {
    width: 100%;
    float: none;
    padding: 0 15px !important;
}
.company04.accses00 h2, .company04.accses00 h2 span {
    text-align: center;
}
.company04.accses00 .sec-title h2 span:after,
.company04.accses00 .sec-title h2 span:after {
    left: 50%;
    transform: translateX(-50%);
}
.accses00.company04 .ac_sp p {
    position: relative;
    padding-left: 20px;
}
.accses00.company04 .ac_sp p .fa {
    color: #c20e2c;
    position: absolute;
    left: 0;
    top: 5px;
}
.ac_sp p:first-child {
    margin-top: 15px;
}
.ac_sp p {
    margin: 0;
    margin-top: 3px;
}
.accses00.company04 .container:first-child {
    border-bottom: none;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.accses00.company04 .container.staff_slide {
  position: relative;
}
.accses00.company04 .container.staff_slide:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #4C4C4C;
    top: -40px;
    left: 15px;
}

}

@media only screen and (min-width : 750px) {
  .accses02 .staff_slide .owl-theme .owl-dots {
      display: none !important;
  }
}

@media only screen and (max-width : 640px) {
  .top00.top01.news .col-md-12 {
      display: block;
  }
  .top00.news .col-md-3 {
      width: 100%;
      height: 80px;
      border-bottom: none;
      border-top: 6px solid #C5062C;
  }
  .sec-title h2 img {
      height: 20px;
  }
  .top02 .col-xs-4 {
      width: 100%;
      margin-bottom: 35px !important;
  }
  .top02.divider .container {
      padding-top: 60px !important;
  }
  .top02 .line-top-right:after {
      content: none;
  }
  .top04 h5 {
      text-align: justify;
  }
  .top04 h5 br {
    display: none;
  }
  .top02 p.text_ab {
      margin-right: 0;
  }
  .top05 .textarea .absolute img {
      height: 10px;
      margin-top: -2px;
      margin-right: 8px;
  }
  .top05 .textarea {
      padding: 40px 15px 5px 30px;
  }
  .top05.company p .fa {
      left: 13px;
  }
  .fa-map-marker:before, .fa-phone:before {
      font-size: 16px;
  }
  .top05.company .col-md-4:nth-child(2) {
      padding-right: 7.5px;
  }
  .top05.company .col-md-4:last-child {
      padding-left: 7.5px;
  }

  /* company */
  .company00 .text_logo p br {
      display: none;
  }
  .company00 .text_logo p {
      text-align: justify;
      letter-spacing: 0.12em;
      line-height: 2;
  }
  .company04 td.title {
      width: 20%;
      min-width: 165px;
      letter-spacing: 0.05em;
  }
  .company04 td.text {
      width: 80%;
  }
  .company04 tbody tr {
      padding-right: 15px;
      padding-left: 15px;
  }

  /* confirm00 */
  .contact00.confirm00 div#btn_block input {
      width: 165px;
      height: 40px;
  }
  .contact00.confirm00 dt {
      width: 170px;
  }
  .contact00.confirm00 dd {
      width: calc(100% - 170px);
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
  html {
  	font-size: 50%;
  }
  .vertical-text-carousel .owl-controls .owl-buttons {
  	top: 18%;
  }
  .maxwidth-300 {
  	max-width: 300px;
  }
  .top05.company p {
      font-size: 13px;
      margin: 0;
  }
  .btn-default.btn-theme-colored {
      margin-top: 20px;
      font-size: 13px;
  }
  .top02.divider .container {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
  }
  .top02 .col-xs-4 {
      margin-bottom: 15px !important;
  }
  .top03 h5.icon-box-title {
      font-size: 14px;
      letter-spacing: 0.5px;
      text-align: center;
  }
  .top03 .col-xs-6:nth-child(odd) {
      padding-right: 7.5px;
  }
  .top03 .col-xs-6:nth-child(even) {
      padding-left: 7.5px;
  }
  .top03 .icon-box .icon.icon-sm {
      margin-bottom: 0;
      margin-top: 0;
  }
  .top03 .col-xs-6:nth-child(1) .icon-box,
  .top03 .col-xs-6:nth-child(2) .icon-box {
      margin: 0;
  }
  .top05 .textarea .absolute img {
      height: 9px;
      margin-right: 6px;
  }
  .top05.company .textarea p {
      font-size: 12px;
      margin-bottom: 10px;
  }
  .top05.company .textarea p.absolute {
      padding: 5px 10px;
      margin-bottom: 0;
  }
  .top05 .textarea {
      padding: 35px 15px 5px 30px;
  }
  .footer .widget p {
      width: calc(100% / 2 - 7px);
  }
  .footer .widget {
      margin-bottom: 30px;
      justify-content: space-between;
  }
  .footer.divider .container {
      padding-top: 50px !important;
  }

  .footer .f_logo img {
      width: 190px;
  }
  section#home {
      min-height: 350px;
      background-image: url(../img/top_sp.jpg) !important;
  }
  /* company */
  .company04 tbody tr {
      display: block;
  }
  .company04 td.text,
  .company04 td.title {
    width: 100%;
    display: block;
  }
  .company00 .img_logo img {
      max-width: 200px;
  }
  br.pc_none {
      display: block;
  }

  /* contact */
  form#validate dl {
      display: block;
  }
  form hr {
      margin-bottom: 15px;
  }
  form#validate dl dd.text_dd,
  form#validate dl dt,
  form#validate dd.select,
  form#validate dl dd {
      width: 100%;
      display: block;
  }
  a#submit_1, a#submit_2, div#btn_block label, div#btn_block label span {
      font-size: 13px;
  }
}

@media only screen and (max-width : 414px) {
  .cp_fullscreenmenu .menuEffects ul {
      transform: translateY(-5%);
  }
  .cp_fullscreenmenu .menu ul li a {
      padding: 10px 0 5px;
  }
  .header:after,
  .header.scroll,
  .cp_fullscreenmenu .hamburger, div#sns, div#logo {
      height: 65px;
  }
  .btn-default.btn-theme-colored {
      padding: 8px 15px;
  }
  div#logo {
      width: 160px;
      padding: 20px 15px;
  }
  div#sns {
      padding: 19px 0 18px 60px;
  }
  .cp_fullscreenmenu .hamburger {
      padding: 23px;
  }
  .top00.news tbody tr {
      display: block;
  }
  .top00.news tbody tr td.date,
  .top00.news tbody tr td.text {
      width: 100%;
      display: block;
  }
  .top00.news .col-md-3 {
      border-top: 10px solid #C5062C;
  }
  .progress-item .progress-bar .percent {
      font-size: 13px;
  }
  .footer .container a {
      letter-spacing: 0.02em;
      font-size: 12px;
      font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
  }
  .footer ul.list.angle-double-right li:before {
    content: none;
}
  ul.list li:before {
      margin-right: 6px;
  }
  .footer p, .footer a {
      font-size: 12px;
  }
  .footer .f_logo img {
      width: 155px;
  }
  footer#footer {
      background-image: url(../img/para_footer_sp.jpg);
  }

  /* confirm00 */
  .contact00.confirm00 dl {
      display: block;
  }
  .contact00.confirm00 div#btn_block input {
      width: 165px;
      height: 40px;
  }
  .contact00.confirm00 dt,
  .contact00.confirm00 dd {
      width: 100%;
  }
  .contact00.confirm00 div#btn_block input {
      width: 140px;
      height: 36px;
      margin-left: 10px;
      margin-right: 10px;
  }
  .contact00.confirm00 dd {
      margin-top: 5px;
      margin-bottom: 15px;
  }
  .contact00.confirm00 div#btn_block input {
      margin-top: 10px;
  }
}



/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
  .top05.company p {
      letter-spacing: 0.5px;
  }
  .footer .flexbox ul:nth-child(1), .footer .flexbox ul:nth-child(2) {
      width: 45%;
  }
  .footer .flexbox ul:nth-child(3), .footer .flexbox ul:nth-child(4) {
      width: 55%;
  }
}

@media only screen and (max-width : 359px) {
  .cp_fullscreenmenu .menu ul li a {
      font-size: 15px;
  }


  .top05.company .col-lg-12 p {
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  .top05.company .col-md-4 {
      width: 100%;
  }
  .top05.company .col-md-4:nth-child(2),
  .top05.company .col-md-4:last-child {
      padding-right: 15px;
      padding-left: 15px;
  }
  .top05.company .col-md-4:nth-child(2) {
      padding-bottom: 30px;
  }
  ul.list li:before {
      margin-right: 5px;
  }
  .footer p, .footer a {
    letter-spacing: 0.5px;
  }
  .footer .container p, .footer .container a {
      font-size: 11px;
  }

  /* confirm00 */
  .contact00.confirm00 div#btn_block input {
      width: 125px;
      margin-left: 5px;
      margin-right: 5px;
  }

}

/* privacypolicy */
@media only screen and (min-width : 2000px) {
  section#kasou_h.pp_h {
      background-position: center bottom 450px;
  }
}
@media only screen and (max-width : 1200px) {
  section#kasou_h.pp_h {
      background-position: bottom 300px right -150px;
  }
}
@media only screen and (max-width : 900px) {
  section#kasou_h.pp_h {
      background-position: center !important;
  }
}
@media only screen and (max-width : 767px) {
  .block_767 {
    display: block;
  }
  .pp p, .pp span, .pp span a {
      font-size: 13px;
      line-height: 2;
  }
  .pp h4 {
      letter-spacing: 0.1em;
      font-size: 15px;
  }
  .pp .right {
      width: 235px;
  }
  .pp .right p span:first-child {
      width: 90px;
  }
  .pp .right p:last-child span {
    width: 145px !important;
  }
  .pp .right p:nth-child(2) {
      margin-bottom: 15px;
  }
  .pp_02 p {
      margin-bottom: 20px;
  }
  .pp_02 span {
      padding-left: 40px;
  }
}
@media only screen and (max-width : 500px) {
  .block_500 {
    display: block;
  }
  .pp p, .pp span, .pp span a {
      letter-spacing: 0.05em;
      font-size: 12px;
  }
}
@media only screen and (max-width : 414px) {
  .pp_02 span a {
      pointer-events: all;
      color: #0067c1;
      border-bottom: 1px solid #0067c1;
      display: inline-block;
  }
}
@media only screen and (max-width : 375px) {
  .pp .right {
      width: 220px;
  }
  .pp .right p:last-child span {
      width: 130px !important;
  }
  .pp_02 p {
      margin-bottom: 15px;
  }
  .pp p, .pp span, .pp span a {
      letter-spacing: 0.04em;
  }
  .pp .pl10 {
      padding-left: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .pp h4 {
      letter-spacing: 0.02em;
  }
  .pp .pl10 {
      padding-left: 0;
  }
}

/* recruit */
@media only screen and (max-width : 991px) {
  .recruit00 .col-md-6 {
      width: 50%;
      float: left;
  }
  .company04 .rcruit_table tbody tr td:first-child {
      width: 150px;
  }
  .company04 .rcruit_table tbody tr td:last-child {
      width: calc(100% - 150px);
  }
  .recruit03 .gallery-isotope.grid-4 .gallery-item:nth-child(4) {
      padding-bottom: 15px;
  }
  .recruit03 .gallery-isotope .gallery-item {
      width: 33.3% !important;
  }
  .recruit00.company04 h4 {
      font-size: 15px;
  }
}


@media only screen and (max-width : 767px) {
  .recruit .subtitle {
      text-align: justify;
  }
  .recruit .recruit00 .subtitle {
      text-align: center;
  }
  .recruit .subtitle br {
    display: none;
  }
  .recruit .tab {
      max-width: 120px;
  }
  .company04 .rcruit_table tbody tr td:first-child {
      width: 120px;
  }
  .company04 .rcruit_table tbody tr td:last-child {
      width: calc(100% - 120px);
  }
  .recruit .subtitle {
      margin-bottom: 30px;
  }
  .recruit00 .col-md-6:first-child {
      padding-right: 7.5px;
  }
  .recruit00 .col-md-6:last-child {
      padding-left: 7.5px;
  }
  .recruit03 .gallery-isotope.grid-4 .gallery-item a:hover .overlay:before {
      width: 36px;
      height: 36px;
      line-height: 38px;
      font-size: 18px;
  }
}

@media only screen and (max-width : 575px) {
  .recruit03 .gallery-isotope .gallery-item {
      width: 50% !important;
  }
  .recruit03 .gallery-isotope.grid-4 .gallery-item:nth-child(5) {
      padding-bottom: 15px;
  }
  .company04 .rcruit_table tbody tr td:first-child {
      width: 100px;
      font-size: 13px;
  }
  .company04 .rcruit_table tbody tr td:last-child {
      width: calc(100% - 100px);
      font-size: 13px;
  }
}

@media only screen and (max-width : 500px) {
  .recruit .tab-group {
      flex-wrap: wrap;
  }
  .recruit .tab {
      width: 35%;
      max-width: 200px;
      margin-bottom: 10px;
  }
  .company04 .rcruit_table .panel-group {
      margin-top: 15px;
  }
  .recruit02.parallax {
      height: 150px;
  }
}

@media only screen and (max-width : 414px) {
  .recruit .tab {
      width: 45%;
      max-width: 150px;
  }
  .recruit00 .col-md-6:first-child {
      padding-right: 15px;
      padding-bottom: 30px;
  }
  .recruit00 .col-md-6:last-child {
      padding-left: 15px;
  }
  .recruit00 .col-md-6:last-child p {
      margin: 0;
  }
  .recruit00 .col-md-6{
      width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .recruit .tab {
      max-width: 130px;
      font-size: 13px;
  }
  .company04 .rcruit_table tbody tr {
      display: block;
      padding: 10px;
  }
  .company04 .rcruit_table tbody tr td:first-child,
  .company04 .rcruit_table tbody tr td:last-child {
      width: 100%;
  }

}

@media only screen and (max-width: 359px) {
  .recruit00.company04 h4 {
      font-size: 14px;
  }
  .recruit00 .col-md-6 p {
      font-size: 13px;
  }
}



/* entertaiment */
@media only screen and (max-width: 991px) {
  .entertaiment03 .col-md-3 {
      width: 49.5%;
      float: left;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .col-md-3 {
      width: 33.3%;
      padding: 5px;
  }
  .entertaiment01.accses00 .col-md-6 .ac_sp ,
  .entertaiment04.accses00 .col-md-6 .ac_sp {
      text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .entertaiment05 .gallery-isotope .gallery-item {
      width: 50% !important;
  }
}
@media only screen and (max-width: 460px) {
  .lineup .col-md-3 {
      width: 49.5%;
  }
  .entertaiment03 .col-md-3 {
      width: 100%;
      float: none;
      padding-bottom: 30px;
  }
  .entertaiment03 .col-md-3:last-child {
      padding-bottom: 0;
  }
  .entertaiment05 .container .col-md-12 a.btn {
      width: 155px;
  }
}


/* financial */
@media only screen and (max-width: 1199px) {
  /* .financial01 .row .col-md-4 {
      min-height: 380px;
  } */
  .financial01 .row .col-md-4 img {
      max-width: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .financial01 .row .col-md-4 img {
      max-width: 100px;
      margin-top: 30px;
  }
  .financial01 span.nomber {
      font-size: 40px;
  }
  .financial01 .row .col-md-4 {
      min-height: 350px;
  }
  .financial01 .row .col-md-4 p.loca_p_02 {
      letter-spacing: 0.03em;
  }
}
@media only screen and (max-width: 767px) {
  .financial01 .container:nth-child(2) .row {
      flex-wrap: wrap;
  }
  .financial01 .row .col-md-4 {
      min-height: 300px;
      display: block;
      width: calc(100% / 2 - 1px);
  }
  .financial01 .row .col-md-4:nth-child(2) {
      border-right: none;
      border-left: 1px solid #333;
      margin-bottom: 30px;
  }
  .financial01 .row .col-md-4:first-child {
      margin-bottom: 30px;
  }
  .financial01 img.img-fullwidth, .financial01 .ac_sp {
      width: 50%;
      float: left;
  }
  .financial01 .ac_sp {
      padding-left: 30px;
      margin-top: 7%;
  }
  .financial01 .col-md-6 .ac_sp.sec-title {
      display: block;
      width: 100%;
      float: none;
      padding: 0;
      margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .financial01 .ac_sp {
      margin-top: 3%;
  }
}
@media only screen and (max-width: 575px) {
  .financial01 .container:nth-child(2) .row {
      margin-right: -15px;
      margin-left: -15px;
  }
  .financial01 .row .col-md-4 {
      padding: 0 15px;
  }
  p.loca_p_02 {
      line-height: 1.8;
  }
  .financial01 .ac_sp {
      margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .financial01 img.img-fullwidth, .financial01 .ac_sp {
      width: 100%;
      float: none;
  }
  .financial01 .ac_sp {
      padding-left: 0;
  }
  .ac_sp p:first-child {
      margin-top: 20px;
  }
  .financial01 .row .col-md-4:last-child {
      min-height: 0;
  }
  .financial01 .col-md-4:last-child .btn-default.btn-theme-colored {
      position: relative;
      left: auto;
      transform: none;
  }
  .financial01 .btn-default.btn-theme-colored {
      min-width: 135px;
      width: 135px;
  }

}
@media only screen and (max-width: 460px) {
  .financial01 .container:nth-child(2) .row {
      display: block;
  }
  .financial01 .row .col-md-4 {
      min-height: 0;
      width: 100%;
  }
  .financial01 .row .col-md-4:nth-child(2) {
      border-left: none;
  }
  .financial01 .btn-default.btn-theme-colored {
      position: relative;
      left: auto;
      transform: none;
  }
}


/*  */
@media only screen and (max-width: 1199px) {
  .service03 .row .col-md-4:nth-child(3) p.aka {
      margin-top: 3%;
  }
  .service03 .row .col-md-4:nth-child(1) {
      margin-top: 1%;
  }
  .service00.recruit00.company04 h4 {
      padding: 10px 40px 10px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .service.service04.top05 .textarea,
  .service.service05.top05 .textarea {
      padding: 0 25px;
  }
  .service05 .row .col-md-4:first-child {
      margin: 0;
      width: 100%;
  }
  .service04 .row, .service05 .row {
      flex-wrap: wrap;
  }
  .service04 .row .col-md-4, .service05 .row .col-md-4 {
      width: calc(100% / 2);
  }
  .block_1100 {
      display: block;
  }
  .col-md-4.none_1100 {
      display: none;
  }
  .block_1100 {
      display: block;
      width: 100%;
  }
  .company04.service .sec-title h2,
  .company04.service .sec-title h2 span {
      text-align: center;
  }
  .company04.service .sec-title h2 span:after {
      left: 50%;
  }
  .block_1100 .aka,
  .service05 .row .col-md-4:first-child p.aka {
      text-align: center;
      margin-bottom: 30px;
  }
  .service04 .block_1100 .row,
  .service05 .block_1100 .row {
      display: block;
      text-align: center;
  }
  .service04 .block_1100 .row a,
  .service05 .block_1100 .row a {
      margin-top: 30px;
  }
  .service05 a.none_1100 {
    display: none;
  }
  .company04.service03 .sec-title h2, .company04.service03 .sec-title h2 span {
      text-align: left;
  }
  .company04.service03 .sec-title h2 span:after {
      left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .service00 .col-md-4 {
      width: 50%;
      float: left;
  }
  .service00.recruit00.company04 h4 {
      padding: 10px 60px 10px 15px;
      font-size: 15px;
  }
  .service00 .col-md-4:last-child {
      padding-top: 30px;
  }
  .service01 .row {
      flex-wrap: wrap;
      justify-content: center;
  }
  .service01 .col-md-3 {
      width: 33.2%;
  }
  .service03 .row .col-md-4:nth-child(1) {
      margin-top: 0;
      width: 100%;
  }
  .company04.service03 .sec-title h2, .company04.service03 .sec-title h2 span {
      text-align: center;
  }
  .company04.service03 .sec-title h2 span:after {
      left: 50%;
  }
  .company04.service03 .sec-title h2 span:after {
      left: 50%;
  }
  .service03 .row .col-md-4:nth-child(1) .aka {
      margin-bottom: 30px;
      text-align: center;
  }
  .service03 .row {
      flex-wrap: wrap;
  }
  .service03 .row .col-md-4:nth-child(1) a {
      display: none;
  }
  .service03 .row .col-md-4:nth-child(2),
  .service03 .row .col-md-4:nth-child(3) {
      width: 50%;
  }
  .block_991 {
      display: block;
  }
  .service03 .block_991 {
      width: 100%;
  }
  .service03 .block_991 .row {
      text-align: center;
      display: block;
  }
  .service03 .block_991 .row a {
      margin-top: 30px;
  }
  .service03 .row .col-md-4:nth-child(3) p.aka {
      margin-top: 15%;
  }
  .service03 .row .col-md-4:nth-child(3) {
      background: transparent;
      padding-right: 15px;
      padding: 0 15px 0 0;
  }
  .service03 .row .col-md-4:nth-child(3) .boxouter {
      background: #f7f7f7;
      height: 100%;
      padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service01 .col-md-3 img {
      width: 140px;
      padding: 10px;
  }
  .service01 .container {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .service00.recruit00.company04 h4 {
      padding: 10px 15px;
      letter-spacing: 0.15em;
  }
  .service00.recruit00.company04 p br {
    display: none;
  }
  .service00.recruit00.company04 .col-md-4 .rel {
      min-height: 270px;
      position: relative;
  }
  .service00.recruit00.company04 .col-md-4 .rel a {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      width: 160px;
  }
  .service00 p.subtitle.text-center.aka br {
      display: block;
  }
  .service03 .row .col-md-4:nth-child(3) p.aka {
      margin-top: 7%;
  }
  .service00.recruit00.company04 .col-md-4:last-child .rel {
      min-height: 0;
  }
}
@media only screen and (max-width: 700px) {
  .service03 .row .col-md-4:nth-child(3) p.aka,
  .service03 .row .col-md-4:nth-child(3) p {
      margin: 0;
  }
  .service03 .row .col-md-4:nth-child(3) .boxouter {
      padding: 15px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .service00.recruit00.company04 .col-md-4 .rel {
      min-height: 315px;
  }
  .service00.recruit00.company04 .col-md-4 .rel {
      text-align: center;
      background: #f7f7f7;
      padding: 30px 20px 25px;
  }
  .service.service04.top05 .textarea,
  .service.service05.top05 .textarea {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .service03 .row .col-md-4:nth-child(2),
  .service03 .row .col-md-4:nth-child(3) {
      width: 100%;
      padding: 0 15px !important;
  }
  .service .aka, .subtitle.aka {
      font-size: 15px !important;
      letter-spacing: 0.05em !important;
  }
  .service03 .row .col-md-4:nth-child(3) .boxouter {
      padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .service01 .col-md-3 {
      width: 49.5%;
  }
  .service00 p.subtitle.text-center.aka br {
      display: none;
  }
  .service00 p.subtitle.text-center.aka {
      text-align: justify;
  }
  .service00 .col-md-4 {
      width: 100%;
      float: none;
      padding-top: 30px;
  }
  .service00.recruit00.company04 .col-md-4 .rel {
      min-height: auto;
      min-height: none;
  }
  .service00.recruit00.company04 .col-md-4 .rel a {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
  }
  .service00 .col-md-4:first-child {
      padding-top: 0;
  }
  .service04 .row .col-md-4, .service05 .row .col-md-4 {
      width: 100%;
  }
  .service04 .row .col-md-4:nth-child(2),
  .service05 .row .col-md-4:nth-child(2) {
      padding-bottom: 30px;
  }
  .service00 p.subtitle.text-center.aka {
      line-height: 1.8;
  }
}
