@charset "utf-8";
@media screen and (max-width: 750px) {

/*
----------------------------------------
750
----------------------------------------
*/

html{
    font-size: 32%;
}

.pc {
	display: none!important;
}

.sp {
	display: block!important;
}


.wrapper {
    min-width: 100%;
}

.wrapper.active {
    overflow: hidden;
    height: 100%
    pointer-events: none;
}

body.active,
html.active {
    position: fixed;
    overflow: hidden;
    height: 100%
}

.inner {
    padding: 0 5%;
}

p {
    font-size: 2.6rem;
}

img {
    width: 100%;
}

#header .logo img {
    width: 100%;
	height: auto;
}

.main-ttl {
    position: absolute;
    bottom: 40px;
    left: 4%;
}

#header {
    background: none;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 60px;
}
#header h1 {
    padding-right: 20px;
}
#header h1 a {
    display: block;
    padding: 8px 0 8px 6%;
}


/* sp-btn */

.nav-pc {
    display: none!important;
}

#sp-btn {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 !important;
    text-align: center;
    background: #9a0000;
    color: #fff;
    position: static;
    z-index: 9999999999;
    transition: all 0.2s;
}

#sp-btn:hover {
    cursor: pointer;
}

#sp-btn a,
#sp-btn a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .5s;
}

#sp-btn a {
    position: relative;
    width: 21px;
    height: 21px;
}

#sp-btn a:hover {
    opacity: 1;
}

#sp-btn a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

#sp-btn a span:nth-of-type(1) {
    top: 1px;
}

#sp-btn a span:nth-of-type(2) {
    top: 9px;
}

#sp-btn a span:nth-of-type(3) {
    bottom: 1px;
}

#sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
#sp-btn.active span:nth-of-type(2) {
    opacity: 0;
}
#sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

/* g-anv */

#g-nav {
    z-index: 999999999;
    position: fixed;
    top: 60px;
    right: -200%;
    transition: all 1s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0;
    background: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: calc(100vh - 50px);
    padding-bottom: 150px;
}

#g-nav.inner {
    max-width: unset;
}

#g-nav.active {
    right: 0;
    top: 60px;
    transition: all 0.3s;
}

#g-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#g-nav p {
    line-height: 2.3;
}
#g-nav .box-2-left {
    width: 34%;
}
#g-nav .box-1 a,
#g-nav .box-2-left a {
    color: #fff;
    padding-bottom: 1px;
}
#g-nav .box-2-right a {
    color: #aaa;
    padding-bottom: 1px;
}
#g-nav p a:hover {
    color: #9a0000;
    border-bottom: 1px solid #9a0000;
}


/* layout */

html {
	margin-top: 0 !important;
}

#container {
	display: block;
}

#contents {
	width: 100% !important;
}

#sidebar {
	width: 100% !important;
	padding: 0 !important;
}

#bottom-nav {
	display: none;
}

footer .wrap {
	padding: 20px 10px;
}

.footer-contents {
    padding: 50px 0 30px;
}

footer .store-info {
	max-width: 100%;
}

.copyright small {
    font-size: 1.8rem;
}

footer .store-img img {
    margin: 0 auto;
    width: 20%;
}

.copyright {
	padding: 0 0 50px;
}

/* flex */
.flex {
    display: block;
}
.lounge img{/*margin:0 auto;display: block;*/width: 340px;}

/* home */
.main-ttl-box {
    margin-bottom: 11%;
}
.main-ttl-box .ttl {
    font-size: 11rem;
    letter-spacing: -3px;
    margin-bottom: 9px;
}
.main-ttl-box .ttl02 {
    font-size: 6.5rem;
}
.main-ttl-box .sub-ttl {
    font-size: 3rem;
}
.main-ttl-box .sub-ttl-ja {
    font-size: 2.3rem;
}
.main-img {
    padding: 21% 0 10%;
    border-bottom: 2px solid #000;
}
.btn-movie a {
    padding: 14px 28px;
}
.intern a {
    padding: 10% 5% 28%;
}
.intern .btn-movie {
    bottom: 40px;
}
.intern .btn-movie a {
	padding: 14px 28px;	
}
.intern .box {
    width: 100%;
}
.intern .box-inner {
    padding: 0 3em;
}
.intern h2 {
    font-size: 4.6rem;
}

.message,
.dept {
	display: none;
}
.conversation .cont01-ttl,
.department .cont01-ttl,
.department .catch{
	display: flex;
}

.aday {
    padding: 40px 0;
}
.aday h2 {
    font-size: 5rem;
    margin-bottom: 8px;
}
.aday p {
    font-size: 2.7rem;
}
.aday ul {
    padding: 0 3%;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-around;
}
.aday ul li {
    width: 49.5%;
    height: auto;
}
.aday ul li img {
    width: 100%;
}
.con-text p{
	font-size: 2.9rem;
	padding: 35px 5px 0 5px;
}

/* slider */
.slider {
    padding: 40px 0;
}
.slider h2 {
    font-size: 5rem;
    margin-bottom: 8px;
}
.slider p {
    letter-spacing: -1px;
    font-size: 2.7rem;
}

/* workpro */
.workpro {
    padding: 40px 0;
}
.workpro h2 {
    font-size: 5.6rem;
    margin-bottom: 8px;
    letter-spacing: -6px;
}
.workpro p {
    letter-spacing: -1px;
    font-size: 2.7rem;
}
.item {
    width: 48%;
    height: 120px;
    background-size: cover;
}
.item p{
    font-size: 2.9rem;
    padding-top: 20px;
  }
.item:nth-child(n+3) {
    margin-top: 10px;
  }

.cont01 .inner {
    display: block;
    height: auto;
    padding: 0;
}
.conversation .box {
    background: url(../img/top/img-taidan02_sp.jpg) no-repeat right top 50px;
    background-size: 100%;
}
.enquete .box {
    background: url(../img/top/img-enquete_sp.jpg) no-repeat left top 50px;
    background-size: 100%;
}
.department .box {
    background: url(../img/top/img-department_sp.jpg) no-repeat left top 50px #555555;
    background-size: 100%;
}
.department:after {
    background: none;
}
.department .inner {
 position:relative;
}
.department .cont01-ttl {
	margin-bottom:  225px !important;
}
.department .cont02-ttl {
	background: none;
	border: none;
	position: absolute;
	top: 17%;
	width: 100%;
	white-space: nowrap;
}
.department .cont02-ttl p{
	font-size:2.5rem;
}	
.conversation:after,
.enquete:after {
    background: none;
}
.cont01 .cont01-ttl {
    width: 100%;
    background: #9a0000;
    padding: 4% 0 4% 5%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 178px;
}
.cont01 .cont01-ttl:after {
    margin-left: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.cont01 .cont01-ttl h2 {
    margin: 0 0 0 1.5em;
    font-size: 2.4rem;
}
.cont01 .catch p {
    width: 100%;
    background: #000;
    padding: 3% 5%;
    font-size: 2.9rem;
    letter-spacing: 0;
    text-align: center;
}
.cont01 .catch p span {
    padding: 0.2em 0;
    display: inline;
    margin-bottom: 0;
}
.cont01 .catch02 {
	margin: 0;
	background: none;
    opacity: 1;
}
.cont01 .catch02 p {
    width: 100%;
    background: #000000;
    opacity: 1;
    padding: 3% 5%;
    font-size: 2.9rem;
    letter-spacing: 0;
    text-align: center;
	color: #ffffff;
}
.cont01 .catch02 p span {
    padding: 0.2em 0;
    margin-bottom: 0;
	color: #ffffff;
}
.column3-wrap .box {
    width: 100%;
    height: 350px;
}

.column3-wrap .box1 {
    width: 100%;
    height: 350px;
}

.over-text a{
	font-size: 2.5rem;
	padding: 20px 2px 0 2px;
}

.column3-wrap .box a {
    display: block;
    padding: 105px 0 35px;
}
.column3-wrap .box1 a {
    display: block;
    padding: 105px 0 35px;
}
.column3-wrap h3 {
    color: #fff;
    font-size: 5rem;
    text-align: center;
    margin: 0 auto 70px;
}
.column3-wrap .chart,
.column3-wrap .number {
    border: none;
}
.column3-wrap .btn-column3 {
    font-size: 2.6rem;
    padding: 12px 40px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.column3-wrap .btn-column3:before {
    top: calc(50% - 1rem);
}
.guideline {
    padding: 40px 0 50px;
    background: url(../img/common/bg-guideline_sp.jpg) no-repeat center bottom;
    background-size: cover;
}
.guideline .gai{width: 100%;margin:0 auto;display: block;}	
.gai blockquote iframe{width: 400px;margin:0 auto!important;display: block;text-align: center;margin-right: 0px;}		
.guideline p.robo {
    font-size: 5.6rem;
}
.guideline h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.guideline ul li {
    width: 100%;
    margin-bottom: 10px;
}
.guideline ul li a {
    width: 80%;
    padding: 15px 0;
    font-size: 2.8rem;
    margin: 0 auto;
}
.guideline ul li a:before {
    font-size: 3rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 0.8rem);
}
.news-list {
    padding: 0;
}
.news-list .inner {
    padding: 0;
}
.news-list li {
    padding: 0 10% 0 5%;
}
.news-list li a {
    display: block;
    padding: 25px 0;
}
.news-list li p.cat {
    width: 80px;
    text-align: center;
    font-size: 2rem;
    display: block;
    padding: 3px 0;
    display: inline-block;
    margin-right: 1.5em;
    margin-bottom: 10px;
}
.news-list li p.date {
    font-size: 2.4rem;
    padding: 0;
    width: unset;
    display: inline-block;
    margin-bottom: 10px;
}
.news-list li p.ttl {
    font-size: 2.5rem;
    padding-left: 0;
    display: block;
}
.news-list li a:before {
    font-size: 4rem;
    right: 5%;
    top: calc(50% - 1rem);
}
.footer-cont02 * {
    color: #999;
}
.footer-cont02 img{
	width: 15px;
}
.footer-cont02 ul {
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer-cont02 li {
    font-size: 2.4rem;
    padding-left: 0;
}
.footer-cont02 figure img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.footer-cont03 .flex {
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-cont03 li {
    width: 49%;
    margin-bottom: 5px;
}
.footer-cont03 li img {
    width: 100%;
    height: auto;
}
.copyright small {
     letter-spacing: 0;
}
#to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#to-top.fixed {
    opacity: 1;
}
#to-top a {
    display: table;
    height: 53px;
    width: 53px;
    background-color: #9a0000;
    position: relative;
    color: #fff;
}
#to-top i {
    font-size: 5rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#work .main-img-work {
    padding: 18% 0 6%;
}
#work .correlation h3 {
    font-size: 3.7rem;
}
#work .b-box {
    padding: 2rem 5%;
    width: 100%;
    position: static;
}
#work .b-box {
    width: 100%;
    position: static;
}
#work .cont01 .inner {
    margin-bottom: ;
    padding-top: 0;
}
#work .inner.b-box-wrap {
    padding: 0;
}
#work .cont01:after {
    background: none;
}
#work .cont01 {
    background: url(../img/work/img-industry_sp.jpg) no-repeat right top 50px;
    background-size: 100%;
    border-bottom: 0;
}

#work .cont02 {
    background: url(../img/work/img-industry02_sp.jpg) no-repeat right top 50px;
    background-size: 100%;
    border-bottom: 0;
}
#work .cont02 .inner {
    display: block;
    height: auto;
    padding: 0;
    }
#work .cont02 .cont01-ttl {
    width: 100%;
    background: #9a0000;
    padding: 4% 0 4% 5%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 178px;
    }
#work .cont02 .cont01-ttl h2 {
    margin: 0 0 0 1.5em;
    font-size: 2.4rem;
    }
#work .cont02 .cont01-ttl:after {
    margin-left: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
#work .cont02:after {
    background: none;
}

#work .industry-more {
    margin: 20px auto 0;
    width: 80%;
    font-size: 2.8rem;
}
#work .work-more a {
    margin: 40px auto 0;
    width: 80%;
    font-size: 2.8rem;
}
#work .b-box * {
    font-size: 2.6rem;
}
#blog-ac #main-contents article figure {
    height: unset;
}
#blog-ac #main-contents article figure:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の75%に固定 */
}
#main-contents .back-archive a:before,
#blog-ac #main-contents article .btn-more a:before,
#work .work-more a:before,
#work .industry-more:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 3rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 1.5rem);
}
#work .correlation,
#work .project,
#work .occupation {
    padding: 50px 0;
}
#work .project h2, #work .occupation h2 {
    padding-bottom: 20px;
}
#work .h2_wrap h2::before {
    width: 100px;
}
#work .project ul li,
#work .occupation ul li {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
}
#work .occupation .li-name {
    padding: 0.7em 1.2em;
}
#work .occupation .li-name:before {
    font-size: 2.8rem;
    top: calc(50% - 1.4rem);
}
.foot-link .box {
    width: 100%;
    height: 110px;
}
.foot-link .box-inner:before {
    font-size: 4rem;
    content: '\f105';
    right: 1em;
    top: calc(50% - 1rem);
}
.breadcrumbs {
    padding: 8px 5%;
}
.breadcrumbs span {
    font-size: 1.8rem;
}
.breadcrumbs .inner {
    padding: 0;
}
#container-blog {
    flex-direction: column;
    padding-top: 20px;
}
#main-contents {
    width: 100%;
    padding-bottom: 30px;
}
#sidebar {
    width: 100%;
    padding: 20px 0 0 0;
}
#blog-ac #main-contents article:first-child {
    padding-top: 30px;
}
#main-contents .back-archive a,
#blog-ac #main-contents article .btn-more a {
    font-size: 2.6rem;
    width: 80%;
}
#blog-ac #main-contents article p.excerpt {
    font-size: 2.4rem;
}
.blog article .date,
.blog article .cat li {
    font-size: 2.2rem;
}
#blog-ac .page-nav {
    margin: 30px 0 0px;
}
#blog-ac .wp-pagenavi {
    display: block;
}
#blog-ac .wp-pagenavi .previouspostslink, #blog-ac .wp-pagenavi .nextpostslink {
    font-size: 2.2rem;
    margin: 0 auto 20px;
    position: relative;
}
#blog-ac .wp-pagenavi .previouspostslink:before,
#blog-ac .wp-pagenavi .nextpostslink:before {
    font-size: 2rem;
    top: calc(50% - 0.5rem);
}
#sidebar input::-webkit-input-placeholder {
 font-size: 2rem;
}
#sidebar input:-moz-placeholder {
 font-size: 2rem;
}
#sidebar form input[type='text'] {
    padding: 0 20px;
}
#sidebar.sidebar-blog h2 {
    font-size: 2.8rem;
}
.sidebar-blog #category ul li a, .sidebar-blog #archives ul li a {
    font-size: 2.4rem;
}
.sidebar-blog #category ul li a:before, .sidebar-blog #archives ul li a:before {
    font-size: 2.6rem;
    top: calc(50% - 0.6rem);
}
.sidebar-blog #new ul li .date {
    font-size: 2.2rem;
}
.sidebar-blog #new ul li .ttl {
    font-size: 2.4rem;
}
.article-cont h1 {
    font-size: 3rem;
}
.article-cont h2 {
    font-size: 2.8rem;
}
.article-cont h3,
.article-cont li,
.article-cont p {
    font-size: 2.6rem;
}
.article-cont th, .article-cont td {
    font-size: 2.5rem;
}
.search #pagetitle {
    font-size: 2.8rem;
}

.guideline blockquote .w373{width: 373px;margin:0 auto;}	
	
	
/*/750*/

}

@media screen and (min-width:510px) and ( max-width:750px) {
/*
----------------------------------------
510-750
----------------------------------------
*/
#header .logo img {
    width: auto;
    height: auto;
	}