* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body {
	width: 100%;
	font-weight: 400;
	font-size: 17px;
    color: #333333;
	font-family: 'NotoSansJP';
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 1.7px;
}
.container{
	margin: 0 auto;
	padding:  0 20px;
}
.header__main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__nav li{
	display: inline-flex;
	vertical-align: middle;
	margin-left:50px;
	text-transform: uppercase;
	font-family: 'Bahnschrift';
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
.header__nav li.menu-item-has-children:after{
	content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background-image: url(../images/arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 16px;
    cursor: pointer;
	position: absolute;
    top: 16px;
    right: -20px;
}
.header__nav > li > a::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    transform: translateX(-100%);
    transition: transform 300ms linear;
}
.header__nav > li > a{
	overflow: hidden;
	display: inline-block;
    position: relative;
}.header__nav > li:hover > a::before {
    transform: translateX(0);
}
.header__left img{
	width:100%;
}
.header__nav .contact__menu{
	position: relative;
    background: #333;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	flex-wrap:wrap;
	padding:0;
    width: 125px;
    height: 100px;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.header__nav .contact__menu:hover{
	background:  #0069CA;
}
.header__nav .contact__menu a{
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 57px;
	height: 100%;
}
.header__main{
	height: 100px;
}
.header__left{
	width:calc(9.35% + 270px);
}
.header__right{
	height: 100%;
	width: calc(90.65% - 270px);
    text-align: right;
}
.header__nav .contact__menu:before{
	content:'';
	background: url('../images/mail-icon.png') no-repeat center;
	width: 40px;
	height: 31px;
	background-size: 40px;
	position: absolute; 
    top: 23px;
	left:42.5px;
}
.header__nav  li.contact__menu > a::before{
	display: none;
}
.header__nav{
	margin:0;
}
.footer__widget{
	display: flex;
	flex-wrap:wrap;
}
#custom_html-2{
	width: 32.4%;
	font-size: 14px;
}
#nav_menu-2{
	width:13.2%;
}
#nav_menu-3{
	width:14.8%;
}
#nav_menu-4{
	width: 13%;
}
#nav_menu-5{
	width:13%;
}
#nav_menu-6{
	width:13.6%;
	pointer-events:none;
}
#menu-item-339{
	pointer-events: auto;
}
.footer{
	padding: 73px 0 23px;
}
.footer__widget .widget-title{
	font-size: 18px;
    font-weight: 600;
	font-family: 'Bahnschrift';
	margin: 0 0 13px 0;
}
.footer__widget{
	font-size: 12px;
    font-family: 'NotoSansJP';
    font-weight: 500;
	letter-spacing: 0.7px;
}
.footer__widget li{
	margin-bottom: 21px;
    line-height: 20px;
}
#custom_html-2 img{
	margin-bottom: 8px;
}
.footer__copyright{
    font-size: 10px;
    text-align: center;
	margin-top: 33px;
}
.footer__widget img {
	width: 65%;
    max-width: 220px;
}
#custom_html-2 p{
	line-height: 30px;
	margin-bottom: -6px;
	margin-top:-6px;
}
.footer__widget > div .widget-title{
	margin-top: -7px;
}
.contact-section{
	background: #333;
	color:#fff;
	padding: 74px 0 80px;
	margin-top: 140px;
}
.wrapper--contact .contact-section{
	display: none;
}
.contact-section a{
	color:#fff;
}
.english-title{
	font-size: 60px;
    font-weight: 600;
	font-family: 'Bahnschrift';
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 80px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.japan-title{
	font-size: 24px;
    font-weight: 700;
	display: block;
	line-height: 42px;
	letter-spacing: 2.4px;
}
.section-item__title{
	text-align: center;
	margin-top:0;
}
.contact-section__content{
	display: flex;
	flex-wrap:wrap;
	margin-top: 69px;
}
.contact-section__block{
	width:50%;
	padding: 0 6.5%;
}
.contact-section__request{
	display: flex;
	align-items: center;
	font-size: 20px;
	letter-spacing: 0;
	min-height: 84px;
}
.contact-section__request img{
	width:80px;
	margin-right: 20px;
}
.contact-section__label{
	margin-top:0;
}
.contact-section__label{
	margin-top: 0;
    margin-bottom: -6px;
}
.contact-section__block:last-child img{
	width:76px;
}
.contact-section__work-time{
	font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
	font-size: 14px;
	letter-spacing: 0.5px;
	min-height: 60px;
}
.contact-section__work-time br{
	display: none;
}
.contact-section .contact-section__btn{
	display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 700;
    padding: 14px 0;
    margin-top: 33px;
	transition: background 0.25s linear;
}
.contact-section .contact-section__btn:hover{
	background: #F3E23B;
}

.privacy_btn {
	text-align: center;
}

.privacy_btn_check {
	position: relative;
    top: -50px;
    text-align: center;
}

.privacy_btn label {
	justify-content: center !important;
    align-items: center !important;
}

.privacy_btn input {
	width: 30px !important;
    margin-right: 20px !important;
}

.banner{
	height: 500px;
    background: #0069ca;
    color: #fff;
	margin-bottom: 116px;
}
.banner__content{
	width: 100%;
	height: 100%;
    background-position: 84% center;
	display: flex;
    align-items: center;
}
.banner__content .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 100%;
    overflow: hidden;
}
.banner__title{
	width:36%;
	margin-top:30px;
}
.banner__title .english-title{
	display: block;
    margin-bottom: 2px;
}
.banner__image{
	width: 64%;
	text-align: right;
}
.news-page .banner__image ,
.single-news .banner__image {
    width: 41%;
    padding-right: 60px;
	margin-top: 15px;
}
.news-page .banner{
	margin-bottom: 102px;
}
.news-page .contact-section{
	margin-top: 157px;
}
.page-template-default .banner__image{
	width:36%;
}
.page-template-default .banner__title{
	width: 64%;
}
.banner__image img{
	width:100%;
}
.news-page .news__list{
	padding-bottom: 100px;
}
.news__title img{
	width:30px;
	height: 8px;
	margin-top: 20px;
}
.news__title h3{
	font-size: 17px;
    line-height: 34px;
    margin: 5px 25px 0 0;
    letter-spacing: 0;
	width: calc(100% - 30px);
}
.home-page .news__title h3{
	font-weight:400;
}
.content-search .site-main{
	padding: 0 20px;
}
.news-section .post-date {
    background: #0172B3;
}
.news-section .news__title h3 {
    font-size: 16px;
}
.post-date{
	background: #0069ca;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    height: 18px;
    padding: 0 5px;
}
.news__item{
	padding: 4px 0 18px;
	border-bottom: 1px solid #333;
}
.pagination h2.screen-reader-text{
	display: none;
}
.content-search{
	margin-top:80px;
}
.content-search .pagination{
	text-align: center;
    margin-top: 80px;
}
.pagination-wrapper{
	text-align: center;
}
.search-page .pagination-wrapper{
	margin-top:60px;
}
.search-page{
	margin-top:80px;
}
.error-404,
.no-results{
	text-align: center;
    margin-top: 180px;
}
.search-default .search-field{
	height: 36px;
    padding: 0 10px;
}
.search-default .search-form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-default .search-submit{
    height: 40px;
    display: inline-flex;
    align-items: center;
	margin-left: 10px;
	background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
	padding: 0 15px;
}
.error-404 p,
.no-results p{
	line-height: 30px;
}
.search-page .english-title{
	font-size: 46px;
}
.search-page .banner{
	height: 200px;
	margin-bottom: 60px;
}
.page-numbers{
	width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    font-size: 33px;
    font-family: 'Bahnschrift';
	margin: 0 12px;
}
.next.page-numbers,
.prev.page-numbers{
	border:none;
	margin: 0;
}
.next.page-numbers span,
.prev.page-numbers  span{
	display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #808080;
    border-radius: 50%;
	margin: 0 3px;
}
.page-numbers.current{
	background: #0069ca;
	color:#fff;
	border: 1px solid #0069ca;
}
.news-page .contact-section {
    margin-top: 117px;
}
.pagination-area{
	display: flex;
    align-items: center;
    justify-content: center;
}
.single__title{
	font-size: 24px;
    line-height: 34px;
    margin-top: 0;
}
.single__content{
	margin-top:34px;
}
.single-news .single__content p {
    margin: 0;
    line-height: 34px;
}
.single__content{
	letter-spacing: 0.3px;
}
/* .single__content{
	padding-bottom: 140px;
} */
.single__return-btn{
	text-align: center;
    margin-top: 68px;
}
.single__return-btn a{
	display: inline-flex;
	align-items: center;
    border: 1px solid #333;
    position: relative;
	width: 292px;
    height: 69px;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	font-weight: 700;
}
.single__return-btn a img{
	position: absolute;
    left: 28px;
}
.landing{
	position: relative;
	height: 613px;
	margin-bottom: 35px;
	padding-top: 30px;
}
.landing__infor{
    max-width:32.5%;
	position: absolute;
    left: 0;
    top: 50px;
	z-index: 9;
}
.landing__title{
	width:330px;
}
.landing__title .japan-title{
	margin-top:21px;
}
.landing__intro{
	font-size: 12px;
    line-height: 22px;
    font-family: 'Poppins';
	color:#808080;
}
.landing__title{
	margin:-4px 0 43px;
}
.landing__img{
    width: 85%;
    position: absolute;
    top: 0;
    z-index: -1;
	height: 100%;
}
.ft-en{
	font-family: 'Bahnschrift';
}
.landing__btn{
    margin-top: 41px;
}
.arrow-animation {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #333;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 3s ease-in-out infinite forwards;
  margin: 0 0 -3px 18px;
}
@keyframes arrow01 {
    0% { transform: scale(0, 1); }
    30% { transform: scale(0, 1); }
    40% { transform: scale(1, 1); }
    85% { transform: scale(1, 1); opacity: 1;}
    90% { transform: scale(1, 1); opacity: 0; }
    100% { transform: scale(1, 1); opacity: 0; }
}
.arrow-animation::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  transform: rotate(-30deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1px;
  right: 1px;
  animation: arrow02 3s ease-in-out infinite forwards;
}
@keyframes arrow02 {
    0% { transform: rotate(-30deg) scale(1, 0); }
    45% { transform: rotate(-30deg) scale(1, 0); }
    55% { transform: rotate(-30deg) scale(1, 1); }
    85% { transform: rotate(-30deg) scale(1, 1); opacity: 1;}
    90% { transform: rotate(-30deg) scale(1, 1); opacity: 0; }
    100% { transform: rotate(-30deg) scale(1, 1); opacity: 0; }
}
.btn{
	border: 1px solid #333;
}
.btn-cta{
	border: 1px solid #333;
	width: 178px;
    height: 55px;
	display: flex;
    align-items: center;
	padding-left:57px;
	font-size: 15px;
}
.landing__btn img{
	margin-left:18px;
}
.btn{
	border: 1px solid #333;
}
.news-section__btn{
	text-align: center;
	margin-top:55px;
}
.news-section{
	margin: 136px 0 210px;
}
.news-section h2.news__title{
	margin-bottom: 55px;
}
.recruit-section .service-section__title{
	margin-bottom: 33px;
}
.news-section__btn .btn{
	font-size: 18px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 292px;
    height: 69px;
    padding-left: 115px;
    letter-spacing: 0;
}
.news-section__btn .btn img:nth-of-type(1){
    position: absolute;
    left: 80px;
}
.news-section__btn .btn img:nth-of-type(2){
    position: absolute;
    left: 90px;
}
.page-template-default h2{
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 3px;    
	padding-bottom: 10px;
    margin-bottom: 0;
}
.page-template-default .site-main h2{
    border-bottom: 1px solid rgba(77,77,77,0.5);
}
.page-template-default{
	font-size: 14px;
    line-height: 36px;
    letter-spacing: 2.1px;
}
.page-template-default .contact-section{
	margin-top: 164px;
}
.page-template-default .banner{
	margin-bottom: 70px;
}
.service-section{
	background: url('../images/service-bg.png') center no-repeat;
	background-size: 100% 100%;
	padding: 217px 0 230px;
}
.service-section__title {
	text-transform: uppercase;
    font-size: 40px;
	margin: 0 0 15px;
	line-height: 50px;
}
.service-section__list{
	margin-top: 80px;
}
.service-section__intro{
	font-size: 17px;
	letter-spacing: 0.6px;
	line-height: 40px;
}
.service-section__intro h3{
	margin: 0 0 32px;
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 42px;
}
.service-section__intro img {
	display: none;
}

.service-section__item{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 132px;
}
.service-section__item:nth-of-type(2) .service-section__intro h3{
	margin-bottom: 14px;
}
.service-section__item:nth-of-type(1) .service-section__btn {
    margin-top: 97px;
}
.service-section__item:nth-of-type(3) .service-section__intro h3{
	margin-bottom: 13px;
}
.service-section__item:nth-of-type(4) .service-section__btn {
    margin-top: 47px;
}
.service-section__item:nth-of-type(4) .service-section__title{
	width: 360px;
}
.service-section__item:last-child{
	margin-bottom: 0;
}
.service-section__thumbnail{
	width:40.6%;
}
.service-section__infor{
	width:50.4%;
}
.service-section__thumbnail a{
	width: 100%;
    padding-top: 100%;
    position: relative;
	display: block;
}
.service-section__thumbnail img{
	background: #0069ca;
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	object-fit: cover;
}
.service-section__item:nth-child(odd) .service-section__infor{
	margin-right: 7%;
}
.service-section__item:nth-child(even) .service-section__infor{
	margin-left: 7%;
	order:2;
}
.service-section__item:nth-child(even) .service-section__thumbnail{
	order:1;
}
.service-section__btn{
	margin-top:35px;
}
.service-section__btn img{
	margin-left:18px;
}
.header__nav .sub-menu{
	display: block;
    position: absolute;
	-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	opacity: 0;
	width: 370px;
    left: -110px;
    top: 100%;
    background: #f5f5f6;
	border: 1px solid #f5f5f6;
	text-align: left;
}
.header__nav .sub-menu li:hover{
	background: #fff;
}
.header__nav .menu-item-has-children:hover > .sub-menu{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
}
.header__nav .sub-menu li{
	padding: 0;
    margin-left: 0;
    line-height: 28px;
    display: block;
	font-size: 17px;
}
.header__nav .sub-menu li a{
	padding: 12px 20px 10px;
	display: block;
}


/* css single service */
.single-service .single__content > div{
	margin: -17px 0 150px;
}
.service__intro h3 span{
	font-size: 18px !important;
}

.service__intro img {
	width: 400px;
	height: auto;
}

.service__block-desc p{
	margin-top:5px;
}
.service__block-desc h4:nth-of-type(2){
	margin-top:32px;
}
.single-service .single__content  div.model {
    margin-bottom: 190px;
	padding-top: 36px;
}
.model .img-mb{
	display: none;
}
.wrapper--clear .single-service .contact-section {
    margin-top: 159px;
}
.single-service .single__content div.case{
	margin-top:-16px;
}
.sevice-content__list{
	margin-top:40px;
}
.case__title{
	margin-bottom: 47px;
}
.sevice-content__list{
    display: flex;
    flex-wrap: wrap;
	margin: 51px -40px 0;
}
.sevice-content__item {
    margin: 96px 40px 0;
    width: calc(50% - 80px);
}
.single-service .single__content  div.service-content {
    margin-bottom: 170px;
}
.sevice-content__item:nth-of-type(1),
.sevice-content__item:nth-of-type(2){
	margin-top:0;
}
.sevice-content__item img{
	width:100%;
}
.card-heading{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 2.4px;
}
.card-desc{
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 1.7px;
}
.service-content__heading {
	margin:15px 0 20px 0;
}
.model__content{
	margin-top:43px;
}
.model__content img{
	width:100%;
}
.single__content .service__intro h3{
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 2.4px;
    color: #0070B6;
	margin-bottom: 0;
}
.wrapper--dust-quicker .service__intro h3 br{
	display: none;
}
.single-service .single__content .service__intro {
    margin-bottom: 104px;
}
.service__block-desc{
	padding: 63px 50px 69px;
    background: rgba(242,242,242);
}
.service__block-desc h4{
	background: #333;
    color: #fff;
    font-size: 20px;
    height: 34px;
    display: inline-flex;
    align-items: center;
	letter-spacing: 2px;
    padding: 0 3px 0 7px;
    justify-content: center;
	margin: 0;
}
.single-service .single__content .japan-title{
    padding-left: 28px;
}
.case__heading{
	font-size: 28px;
    line-height: 49px;
    margin: 0;    
	letter-spacing: 1.8px;
}
.case__price-time{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2.4px;
    font-weight: 700;
}
.case__time{
	margin-left:36px;
	display: inline-flex;
    align-items: center;
	line-height: 35px;
}
.case .slick-slide img{
	margin-right: 12px;
}
.case__desc{
	font-size: 16px;
	line-height: 35px;
    margin-top: 28px;
}
.case-work__item img{
	width:28px;
	margin-right: 15px;
}
.case-work__list{
	margin-top:40px;
}
.case-work__item{
	display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 42px;
}
.case__item{
	display: flex !important;
	flex-wrap:wrap;
}
.case__item > div{
	width:50%;
}
.case__info{
	padding-right: 10%;
}
.case__list{
	padding: 81px 10% 54px;
    border: 1px solid #333;
}
.case__image img{
	width:100%;
}
.voice__item{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 95px;
}
.voice__avatar{
	width:30%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.voice__infor{
	width:70%;
	padding: 14px 35px 12px;
    background: #f5f5f6;
}
.voice__text{
	font-size: 22px;
    line-height: 54px;
	margin-bottom: -29px;
}
.voice__name{
	font-size: 18px;
    text-align: right;
    margin: -10px  0 2px;
	margin-top: -7px;
}
.voice__list{
	margin-top:58px;
}
.voice__text h3{
	margin: 0 0 -13px;
	letter-spacing: 0.7px;
    font-size: 22px;
    line-height: 54px;
}
.voice__text p{
	font-size: 17px;
    letter-spacing: 0.2px;
}
.voice__item:last-child{
	margin-bottom: 0;
}
.voice__item:nth-child(even) .voice__avatar{
	order:2;
}
.voice__item:nth-child(even) .voice__infor{
	order:1;
}
.voice__item:nth-child(even) .voice__avatar img{
	margin-left:30px;
}
.voice__item:nth-child(odd) .voice__avatar img{
	margin-right:-12px;
}
.voice__item .voice__avatar img{
	width: 31%;
}
.voice__infor{
	position: relative;
}
.voice__item:nth-child(odd) .voice__infor:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 40px solid #f5f5f6;
    left: -40px;
    top: calc(50% - 30px);
}
.voice__item:nth-child(even) .voice__infor:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #f5f5f6;
    right: -40px;
    top: calc(50% - 30px);
}
.step__list{
	display: flex;
	flex-wrap:wrap;
	margin-top:46px
}
.step__item{
	width: 25%;
	text-align: center;
	color:#fff;
}
.step__item:nth-of-type(1){
	background: rgba(0,105,202,1);
}
.step__item:nth-of-type(2){
	background: rgba(0,105,202,0.9);
}
.step__item:nth-of-type(3){
	background: rgba(0,105,202,0.8);
}
.step__item:nth-of-type(4){
	background: rgba(0,105,202,0.7);
}
.step__number{
	font-size: 28px;
}
.process .step__number{
	margin-bottom: 20px;
}
.process .step__name{
	margin: 5px 0 10px;
    font-size: 26px;
}
.process .step__desc{
	line-height: 30px;
	text-align: center;
}
.step__name{
	margin: 5px 0 19px;
    font-size: 26px;
}
.step__item{
	padding: 30px 0px 50px 70px;
	position: relative;
}
.single__content .step__number{
	margin-bottom: 10px;
}
.step__item:nth-of-type(1){
	padding-left:20px;
	width:21.7%;
}
.step__item:nth-of-type(2){
	width:250px;
}
.step__item:nth-of-type(3){
	width:250px;
}
.step__item:nth-of-type(4){
	width:28.3%;
}
.step__item:last-child{
	padding-right:30px;
}
.process .step__item{
	width: 25%;
}
.process .contact-section{
	margin-top:153px;
}
.step__item .shape{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 57px solid rgba(0,105,202);
    right: -57px;
    top: 0;
	z-index: 1;
}
.step__desc{
	font-size: 16px;
    line-height: 34px;
	text-align: left;
    letter-spacing: 0;
}
.step__icon{
	height: 93px;
}
.step__icon img{
	width:auto;
	margin: 0 auto;
	max-height: 93px;
	object-fit: cover;
}
.step__name {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 15px 0 10px;
}
.step__item:nth-of-type(1) .shape{
	border-left: 57px solid rgba(0,105,202,1);
}
.step__item:nth-of-type(2) .shape{
	border-left: 57px solid rgba(0,102,205,0.5);
}
.step__item:nth-of-type(3) .shape{
	border-left: 57px solid rgba(0,105,202,0.3);
}
.step__item:nth-of-type(4) .shape{
	display: none;
}
.single-service .contact-section{
	margin-top:138px;
}
.wrapper--skill-lab .single-service .contact-section {
    margin-top: 216px;
}
.wrapper--skill-lab .single-service .banner {
    margin-bottom: 143px;
}
.wrapper--skill-lab .single-service .service__intro h3 {
    margin-bottom: -4px;
}
.wrapper--skill-lab .single-service .single__content .service__intro {
    margin-bottom: 154px;
}
.wrapper--dust-quicker .single-service .contact-section {
    margin-top: 125px;
}
.single-service .single__content  div.step {
    margin-bottom: 137px;
}
.single-service .single__content p {
	line-height: 42px;
}
.case__list .slick-dots li button::before{
	font-size: 10px;
}
.case__list .slick-dots{
	left: 0;
	bottom: -56px;
}
.case__list .slick-dots li{
	margin:0;
}
.case__list .slick-prev,
.case__list .slick-prev:hover, .case__list .slick-prev:focus{
	background-image: url('../images/case-ar-left.png');
    left: 34px;
	background-size: 20px;
	background-repeat: no-repeat;
	height: 39px;
}
.case__list .slick-next,
.case__list .slick-next:hover, .case__list .slick-next:focus{
	background-image: url('../images/case-ar-right.png');
	right: 34px;
	background-size: 20px;
	background-repeat: no-repeat;
	height: 39px;
}
.case__list .slick-prev:before, .case__list .slick-next:before{
	display: none;
}
.sevice-content__logo{
	width: 100%;
    position: relative;
    padding-top: 65%;
}
.sevice-content__logo img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
	object-fit: cover;
}
/* end css single service */
.header__btn span {
	display: block;
    width: 60px;
    height: 4px;
    background: #fff;
    transition: all .3s;
    border-radius: 5px;
}
.header__btn span:nth-of-type(1) {
    content: '';
    width: 60px;
    height: 4px;
    background: #fff;
    margin-bottom: 20px;
}
.header__btn span:nth-of-type(2) {
	margin-bottom: 20px;
}
.header__btn span:nth-of-type(3) {
    content: '';
    width: 60px;
    height: 4px;
    background: #fff;
}
.header__btn{
	display: none;
	padding: 24px 32.5px;
    background: #333;
	height: 100px;
    width: 125px;
	cursor: pointer;
}
.header__left a{
	display: flex;
	align-items: center;
}
.icon-mb{
	display: none;
}
.single-news .wp-block-image img{
	height: auto;
	object-fit: cover;
}

.wp-block-image img {
	height: auto;
}

.sdgs .banner__content .container {
    display: block;
	text-align: center;
}
.sdgs .banner__image {
    width: 50%;
    margin: 0 auto;
}
.sdgs .banner__title{
	font-size: 24px;
    line-height: 42px;
    letter-spacing: 4px;
	width: 100%;
	margin: 175px 0 40px;
}
.sdgs .banner{
	margin-bottom: 129px;
}
.sdgs__intro h2{
	color:#0069ca;
	margin-bottom: -8px;
}
.sdgs__target{
	margin-top:84px;
}
.sdgs__logo{
	text-align: center;
	margin-bottom: -3px;
}
.target__gallery ul{
	margin:20px -10px 0;
	display: flex;
    flex-wrap: wrap;
}
.target__gallery li{
	padding:0 10px;
	width:calc(100% / 6);
	margin-bottom: 20px;
}
.target__gallery li img{
	width:100%;
}
.target__detail{
	margin-top:165px
}
.target__detail__heading{
	color:#0069ca; 
	margin-bottom: 14px;
}
.target__detail__content{
	display: flex;
	flex-wrap: wrap;
	margin:  67px -25px 0;
}
.target__detail__content li{
	width: calc(100%  / 3);
	padding: 0 25px;
	margin-bottom: 79px;
}
.sdgs .contact-section{
	margin-top:124px;
}
.target__image{
	position: relative;
    padding-top: 100%;
}
.target__image img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.target__detail__content li .heading{
    text-align: center;
    margin: 7px 0 24px;
}
.target__detail__content li .desc{
	line-height: 30px;
}
.sdgs__content-footer{
	margin-top:35px;
	display: flex;
    flex-wrap: wrap;
}
.sdgs__block-left img{
	width:260px;
}
.sdgs__block-right{
	width: calc(100% - 260px);
    padding-left: 8%;
}
.sdgs__block-right a{
	color: #D71319;
    display: block;
    margin-top: -20px;
}
.sdgs__block-right a:hover{
	text-decoration: underline;
}
.target__detail__content img{
	width:100%;
}
.banner__image .banner__image-mb{
	display: none;
}
.sdgs .banner__sub-title br{
	display: none;
}
.card-title{
	font-size: 24px;
	line-height: 42px;
}
.contact__title,
.contact__description{
	text-align: center;
}
.contact__content {
    padding: 163px 0 151px;
}
.contact__description{
	line-height: 34px;
	margin-top: 35px;
}
.contact__description br:nth-of-type(1){
	display: none;
}
.contact__description br:nth-of-type(2){
	display: block;
}
.contact__phone{
    margin-top: 83px;
    background: #0069ca;
    color: #fff;
	padding: 40px 8% 25px 12.5%;
	display: flex;
	align-items: center;
}
.contact__phone a{
	color:#fff;
}
.contact__icon img{
	width:79px;
}
.contact__icon{
	margin-right:30px;
}
.contact__inner{
	width: calc(100% - 109px);
	margin-top: -25px;
}
.contact__inner .label{
	font-size: 24px;
	line-height: 42px;
}
.phone-number{
	font-size: 50px;
	letter-spacing: 5px;
    width: 415px;
}
.contact__phone-info{
	margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact__phone .work-time{
	width: calc(100% - 415px);
	font-size: 14px;
    line-height: 22px;
}
.contact__mail{
	width:76%;
	margin: 0 auto;
	margin-top:122px;
	line-height: 24px;
}
.wr-inquiry{
	padding-top: 9px;
	display: flex;
    margin-bottom: 30px;
}
.contact__mail form label{
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.contact__mail form input,
.contact__mail form textarea{
	background: #f5f5f6;
	outline: none;
	border: none;
	width:100%;
}
.contact__mail form input{
	height: 100%;
	padding: 0 15px;
	height: 67px;
}
.contact__mail form input.wpcf7-not-valid{
	margin-top: 13px;
    margin-bottom: -13px;
}
.contact__mail form textarea{
	height: 200px;
	padding: 20px 15px;
	overflow: hidden;
	resize: none;
}
.contact__mail form .wpcf7-list-item {
    display: block;
    margin: 0;
}
.field-name-red {
	color: #ff0000;
    font-size: 14px;
}
.contact__mail .field-name{
	width:150px;
	text-align: right;
}
.contact__mail  .wpcf7-form-control-wrap {
	width:calc(100% - 150px);
	padding-left:23px;
}
.contact__mail form label.wr-inquiry{
	align-items: flex-start;
	margin-bottom: 50px;
}
.contact__mail form input[name="your-inquiry"]{
	height: auto;
	width: auto;
}
.contact__mail .your-inquiry label{
	margin-bottom: 24px;
}
.contact__mail .contact__submit input{
	font-size: 20px;
    background: #333;
    color: #fff;
	letter-spacing: 2px;
	padding: 0 100px;
	background-image: url('../images/arrow-white-ico.png');
	background-repeat: no-repeat;
    background-position: 87%;
	width: auto;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.contact__submit{
	margin-top:64px;
	height: 57px;
    position: relative;
}
.contact__phone-info .icon-mb{
	display: none;
}
.contact__submit .ajax-loader{
	position: absolute;
    right: 0;
    top: 11px;
}



/* Customize checkbox form */
.your-inquiry label {
	display: block;
	position: relative;
    padding-left: 57px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .your-inquiry label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
    width: 30px;
	border: 1px solid #bdbdbd;
  }
  .your-inquiry label:hover input ~ .checkmark {
	background-color: #ccc;
  }
  .your-inquiry label input:checked ~ .checkmark {
	background-color: #fff;
  }
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
.your-inquiry label input:checked ~ .checkmark:after {
	display: block;
}
.your-inquiry label .checkmark:after {
	left: 10px;
    top: 3px;
    width: 7px;
    height: 15px;
	border: 1px solid #ff0000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact__mail input::placeholder ,
.contact__mail textarea::placeholder{ 
	color: #999;
	opacity: 1; 
}
.contact__mail input:-ms-input-placeholder ,
.contact__mail textarea:-ms-input-placeholder{ 
	color: #999;
}
.contact__mail input::-ms-input-placeholder ,
.contact__mail textarea::-ms-input-placeholder { 
	color: #999;
}
.recruit-section{
	margin-bottom: 115px;
}
.sdgs-section{
	margin-bottom: 190px;
}
.sdgs-section .service-section__title{
	margin-bottom: 40px;
}
.sdgs-section .service-section__intro h2{
	margin-bottom: 34px;
}
.sdgs-section .service-section__item .service-section__btn {
    margin-top: 57px;
}
.recruit-section .japan-title{
	display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
}
.recruit-section .english-title{
	display: inline-block;
    vertical-align: middle;
}
.recruit-section .service-section__intro h2{
	text-indent: -15px;
	margin-bottom: 32px;
}
.recruit-section .service-section__item .service-section__btn {
    margin-top: 53px;
}
.recruit-section .service-section__thumbnail a,
.sdgs-section .service-section__thumbnail a{
	padding-top:0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.recruit-section .service-section__thumbnail img,
.sdgs-section .service-section__thumbnail img{
	background: transparent;
    width: auto;
    height: unset;
    position: unset;
	max-width: 100%;
}
.recruit-section .service-section__thumbnail img{
	width:208px;
    margin-top: 30px;
}
.sdgs-section .service-section__thumbnail img{
	width:379px;
	margin-top: 87px;
}
.recruit-section .service-section__item,
.sdgs-section .service-section__item{
	align-items: center;
}
.home .contact-section{
	margin-top:204px;
}
.sdgs-section .service-section__thumbnail {
    order: 1;
    margin-right: 9%;
}
.sdgs-section .service-section__item:nth-child(odd) .service-section__infor{
	order:2;
	margin-right: 0
}
.recruit-section .service-section__item:nth-child(odd) .service-section__infor {
    margin-right: 9%;
}
.mission h2{
	margin-top: -10px;
}
.mission .text-indent{
	text-indent: -10px;
    margin-top: -15px;
}
.mission{
	padding-bottom: 105px;
}
.concept{
	padding: 104px 0 125px;
    background: #f5f5f6;
}
.japan-title.inline{
	display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
	margin-bottom: 8px;
}
.english-title.inline{
	display: inline-block;
    vertical-align: middle;
	margin-bottom: 0;
}
.recruit-section .japan-title.inline{
	padding-left:25px;
}
.service-section .japan-title.inline{
	padding-left:25px;
}
.concept__label{
	font-size: 24px;
    line-height: 42px;    
	margin-bottom: 10px;
	font-weight: 700;
}
.concept__item{
	margin-bottom: 80px;
}
.concept__item:last-child{
	margin-bottom: 0;
}
.concept__content{
	margin-top:47px;
}
.concept .japan-title{
	padding-left:24px;
}
.management{
	padding: 156px 0 200px;
}
.interview__item:nth-of-type(1) .interview__image{
	width: 59.6%;
	margin-right: 0;
    margin-left: auto;
}
.interview__image img{
	width:100%;
}
.management .interview__item .interview__content{
	margin-top: 60px;
}
.interview__item:nth-of-type(3) .interview__content h3 br{
	display: none;
}
.management .interview__item{
	margin-bottom: 85px;
}
.interview__item:nth-of-type(2){
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.interview__item:nth-of-type(2) .interview__image{
	width: 48%;
    margin-right: 10%;
}
.interview__item:nth-of-type(2) .interview__content{
	width: 42%;
    margin-top: -34px;
}
.interview__item:nth-of-type(3){
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 0;
}
.interview__item:nth-of-type(3) .interview__image{
	order:2;
	margin-top: 20px;
	width: 100%;
}
.interview__item:nth-of-type(3) .interview__content{
	order:1;
}
.management__said{
	font-size: 24px;
    font-weight: 700;
	position: relative;
    margin-bottom: 50px;
}
.management__infor{
	font-weight:700;
}
.management__qoute{
	width: 45%;
	padding: 0px 60px 0px 10%;
	background: rgba(0,0,0,0.8);
    color: #fff;
	position: absolute;
    left: 0;
	padding-left: calc(9.35% + 20px);
	z-index: 2;
}
.management__said:after{
	content: '';
    width: 34%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -29px;
    left: 0;
}
.management__infor p:nth-of-type(1){
	margin-bottom: -25px;
}
.management__content{
	margin-top:75px;
	position: relative;
}
.outline__heading{
	display: flex;
}
.outline__image,
.outline__title{
	width:50%;
}
.outline__image img{
	width:100%;
	height: 100%;
    object-fit: cover;
}
.outline__title{
	padding:  0 30px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	background: #333;
    color: #fff;
	margin: 0;
}
.outline__content{
	padding-top:37px;
}
.outline__table-row{
	display: flex;
}
.outline__table-row .label{
	width:110px;
	margin-right: 6.5%;
    border-bottom: 1px solid #808080;
	display: flex;
    align-items: center;
	justify-content: space-around;
}
.outline__table-row .content{
	width: calc(93.5% - 110px);
	padding: 29px 0;
    border-bottom: 1px solid #808080;
}
.access{
	margin-top:160px;
}
.access__content{
	margin-top:72px;
}
.access__content .map{
	margin-top:30px;
}
.access__content .map iframe{
	width:100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.access__address{
    margin-top: 14px;
}
.about-page .contact-section{
	margin-top:95px;
}
.access .japan-title{
	padding-left:30px;
}
.about-page .banner__image img{
    width: 90%;
    margin-top: 60px;
    margin-right: -10px;
}
.about-page .banner{
	margin-bottom: 133px;
}
.access__map img{
	width:100%;
}
.access__map iframe{
	width:100%;
}
.outline__image .image-mb{
	display: none;
}
.access__map .image-mb{
	display: none;
}
.mission .wp-block-image .alignright {
    margin: 0;
}
.page-template-default p{
	font-size: 14px;
	line-height: 36px;
}
.step .shape-mb{
	display: none;
}
.wrapper--clear .banner__content .container{
	max-width:100%;
	width: 100%;
	padding:0;
	height: 100%;
	overflow: hidden;
}
.wrapper--clear .banner__image{
	width: 56%;
	height: 100%;
}
.wrapper--clear .banner__image img {
	width:auto;
    height: 100%;
    object-fit: cover;
    margin-top: 60px;
}
.wrapper--dust-quicker .banner__title {
    width: 50%;
} 
.wrapper--dust-quicker .banner__image{
	margin-top: 25px;
	width:50%;
}
.wrapper--dust-quicker .banner{
	margin-bottom: 60px;
}
.wrapper--robotics-digital-support .banner__image,
.wrapper--education-training-support .banner__image,
.wrapper--real-estate-consultant .banner__image{
	width:31%;
}
.wrapper--robotics-digital-support .banner__title {
	width:590px;
}
.wrapper--education-training-support .banner__title,
.wrapper--real-estate-consultant .banner__title{
	width:69%;
}
.wrapper--education-training-support .banner__title .english-title{
	width: 630px;
    display: block;
	margin: 16px 0;
}
.recruit-page .banner__image img {
    width: 178px;
}
.recruit-page  .banner__image {
    padding-right: 12%;
}
.recruit-page .banner{
	margin-bottom: 112px;
}
.recruit__description{
	padding-bottom: 83px;
}
.recruit__person-value{
	background: #f5f6f7;
	padding: 68px 0 140px;
}
.recruit__content .tabs-content{
	margin-top:35px;
}
.tabs-content > div{
	padding: 40px 9% 98px;
	background: #fff;
}
.value__content{
	margin-bottom: 31px;
}
.recruit__content .tabs-link{
	text-align: center;
}
.person__heading{
	margin-bottom: 31px;
}
.recruit__content .tabs-link img{
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}
.recruit__content .tabs-link li{
	display: inline-block;
    vertical-align: middle;
    padding: 22.5px 70px;
	font-weight: 700;
    font-size: 24px;
	border-right: 1px solid #808080;
}
.recruit__content .tabs-link li:last-child{
	border-right:none;
}
.person__sub-heading,
.value__sub-heading{
	font-size: 18px;
    line-height: 42px;
}
.person__sub-heading br, .value__sub-heading br{
	display: none;
}
.person__content{
	margin-top:68px;
}
.person__heading .english-title{
	letter-spacing: 5px;
}
.person__heading .japan-title{
	padding-left: 21px;
}
.person__item{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 45px;
	align-items: center;
}
.person__item:last-child{
	margin-bottom: 0;
}
.person__item__logo{
	width: 200px;
    height: 200px;
    margin-right: 50px;
}
.person__item__logo img{
	width:100%;
}
.person__item__info{
	width:calc(100% - 250px);
}
.person__item .card-heading{
	margin-top:0;
	letter-spacing: 0;
}
.person{
	margin-bottom: 96px;
}
.value__item{
	padding: 65px 0;
}
.value .japan-title{
	padding-left:25px;
}
.value__heading{
	margin-bottom: 32px;
}
.value__item:first-child{
	border-bottom: 1px solid #808080;
}
.value__item:last-child{
	padding: 85px 0 0;
}
.value__block-heading{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
.value__image{
	width:200px;
	height: 200px;
	margin-right:12.5%;
}
.value__block-heading .english-title{
	font-size: 40px;
    line-height: 42px;
    letter-spacing: 3px;
}
.value__block-heading .japan-title{
	margin-top:15px;
}
.value__desc h4{
	margin: 58px 0 22px;
	font-size: 24px;
    line-height: 42px;
}
.value__desc{
	margin-top: -13px;
}
.value__desc p{
	font-size: 17px;
    line-height: 42px;
}
.overview{
	padding:173px 0 85px;
	background: #fff;
}
.recruit__person-value{
	padding-bottom: 145px;
}
.recruit-page .contact-section{
	margin-top: 153px;
}
.overview__heading{
	text-align: center;
}
.overview__desc{
	text-align: center;
	margin: 33px 0 80px;
}
.process .step__item .step__icon{
	background: unset!important;
	width: auto;
}
.process .japan-title{
	font-size: 18px;
	padding-left:28px
}
.process .english-title{
	font-size: 40px;
}
.process .step__item {
    padding: 13px 15px 50px 15px;
}
.process .step__item:first-child {
    padding-left: 15px;
}
.process__step{
	margin-top:-27px;
}
.search__form{
	text-align: right;
}
.search__form input {
    font-size: 14px;
    height: 36px;
    border: 1px solid #eee;
    padding: 0 40px 0 12px;
    outline: none;
}
.search__form form {
    position: relative;
}
.search__submit {
    position: absolute;
    top: 4px;
    right: 0;
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url("../images/icon_search.png") no-repeat center;
}
.search-page .banner__title {
    width: 60%;
}
.search-page .post__container{
	margin-top:50px;
}
.header__main{
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.header__mb{
	width: 66.6666%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%,0%);
	z-index: 1;
    transition: transform 300ms linear;
	display: flex;
	padding: 80px 0;
    background: #333;
	z-index: 10;
}
.header__mb ul {
    width:100%;
	padding: 0 25px;
}
.header__btn-close{
	position: absolute;
	top:27px;
	right:37px;
	width: 54px;
    height: 48px;
	cursor: pointer;
}
.header__btn-close span{
	width: 60px;
    height: 4px;
    background: #fff;
	display: block;
	border-radius: 5px;
}
.header__btn-close span:nth-of-type(1){
	-webkit-transform: translateY(25px) rotate(-45deg);
	transform: translateY(23px) rotate(-45deg);
}
.header__btn-close span:nth-of-type(2){
	-webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(19px) rotate(45deg);
}
body.no-scroll{
	overflow: hidden;
}
.overview__detail{
	display: none;
}
.overview__detail.active{
	display: block;
}
.detail__heading .english-title{
	font-size: 40px;
}
.detail__heading .japan-title{
	font-size: 18px;
	padding-left: 28px;
}
.detail__heading{
	margin-bottom: -4px;
}
.detail__item{
	margin-top:93px;
}
.qualification.detail__item {
    margin-top: 39px;
}
.qualification .detail__content {
    padding: 36px 80px 39px;
}
.employment.detail__item {
    margin-top: 106px;
}
.overview__summary{
	display: flex;
    flex-wrap: wrap;
	padding: 31px 65px 25px 40px;
    background: rgba(77,77,77);
    color: #Fff;
}
.overview__thumbnail{
	width:140px;
	height: 140px;
}
.overview__thumbnail img{
	width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.overview__btn{
	width:60px;
}
.overview__infor{
	width: calc(100% - 200px);
	padding-left: 35px;
}
.overview__infor  .overview__heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: -10px;
}
.overview__item{
	margin-bottom: 50px;
}
.overview__item:last-child{
	margin-bottom: 0;
}
.overview__btn span{
	width:100%;
	height: 2px;
	background: #fff;
	display: block;
}
.overview__btn{
	display: flex;
    align-items: center;
	cursor: pointer;
}
.overview__btn .btn{
	width: 100%;
    border: none;
}
.overview__btn span:nth-of-type(2){
	transform: rotate(90deg);
}
.detail__content{
	padding: 29px 7.3% 27px;
    background: #f5f6f7;
}
.employment__item{
	display: flex;
	padding: 28px 0;
    border-bottom: 1px solid #808080;
}
.employment__label{
	width:25%;
}
.employment__desc{
	width:75%;
}
.employment__item span{
	display: inline-block;
}
.employment__content p{
	font-size: 17px;
    line-height: 30px;
    margin: 0 0 25px;
}
.employment__content p:last-child{
	margin-bottom: 0;
}
.employment__item:last-child{
	border-bottom: none;
}
.overview__btn.is-open span:nth-of-type(2){
	display: none;
}
.recruit__description h3{
	text-indent: -15px;
	margin-bottom: 30px;
}
.value__image img{
	width:100%;
}
.footer{
	position: relative;
}
.page-top{
	position: fixed;
	bottom: 30px;
    right: 30px;
    width: 73px;
    height: 73px;
	opacity: 0;
	transition: position 3s ease-in-out;
}
.page-top.end{
	position: absolute;
	top: -39.5px;
    right: 30px;
	transition: position 3s ease-in-out;
}
.page-top.open {
    display: flex;
    opacity: 1;
}
.page-top img{
	width:100%;
}
.banner__image--mb{
	display: none;
}
.landing__video video{
	outline: unset;
    border: unset;
    box-shadow: unset;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	margin: -13px;
	width:calc(100% + 26px);
}
.landing__content{
	display: flex;
	flex-wrap:wrap;
	position: relative;
}
.landing__video{
	width:67%;
	margin-right:-50px;
	margin-left:auto;
}
.landing__title .english-title{
	line-height: 90px;
    text-transform: unset;
    font-size: 75px;
}
.management__title, .interview__item:nth-of-type(2), 
.interview__item:nth-of-type(3), 
.interview__item:nth-of-type(1) .interview__content{
	padding: 0 20px;
}
.news__title{
	display: flex;
	margin-top: -5px;
	align-items: center;
}
h2.news__title{
	align-items: center;
}
.single-service .banner{
	margin-bottom: 127px;
}
/* .wrapper--skill-lab .service__intro br{
	display: none;
}*/
.single-service .service__intro h3{
	margin-bottom: 17px;
}
.sdgs .banner__title br{
	display: none;
}
.logo-mb{
	display: none;
}
.contact__mail .wpcf7-not-valid-tip{
	position: absolute;
    left: 0;
    width: 150px;
    text-align: right;
    top: 44px;
}
.contact__mail .wpcf7-form-control-wrap {
    position: unset;
}
.contact__mail label{
	position: relative;
}
.contact__mail .wpcf7 form.invalid .wpcf7-response-output, 
.contact__mail .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #333;
}
@keyframes vertical {
	0% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
	100% {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
	}
}
.landing__video{
    -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
    animation: vertical 1.5s ease-in-out infinite alternate;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
	overflow: hidden;
}
.btn-inquiries-recruit{
	margin-top: 106px;
}
.btn-inquiries-recruit a{
	width: 415px;
    height: 70px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border-radius: 5px;
	max-width:100%;
	font-size: 20px;
    letter-spacing: 2px;
}
.btn-inquiries-recruit a img{
	margin-left:6px;
}
#map {
	width: 100%;
	height: 452px;
	background-color: grey;
  }










@media only screen and (min-width: 1441px){
	.container,.search .site-main,
	.management__title,
	.interview__item:nth-of-type(2),
	.interview__item:nth-of-type(3),
	.interview__item:nth-of-type(1) .interview__content{
		max-width:1340px;
		width:100%;
		margin:  0 auto;
	}
	.header__left,
	.wrapper--clear .banner__title,
	.about-page .management__qoute{
		padding-left:calc((100% - 1300px) / 2);
	}
	.header__left {
		width: calc(((100% - 1300px) / 2) + 271px);
	}
	.wrapper--real-estate-consultant .english-title{
		width: 442px;
		display: block;
	}
	.about-page .banner__image img {
		width: 76%;
	}
}
@media only screen and (max-width: 1440px){
	.container,.search .site-main,
	.management__title,
	.interview__item:nth-of-type(2),
	.interview__item:nth-of-type(3),
	.interview__item:nth-of-type(1) .interview__content{
		max-width:1140px;
		width:83.3%;
		margin:  0 auto;
	}
	.header__left,
	.wrapper--clear .banner__title{
		padding-left: calc(8.35% + 20px);
	}
	.landing__video {
		width: 80%;
		margin-top: 30px;
	}
	.service-section__item:nth-of-type(3) .service-section__intro h3{
		margin-bottom: 13px;
	}
	.service-section__item:nth-of-type(3) .service-section__title{
		margin: 0 0 4px;
	}
	.service-section__item:nth-of-type(5) .service-section__intro h3 {
		margin: 0 0 12px;
	}
	
}

@media only screen and (max-width: 1280px){
.container,.search .site-main,
	.management__title,
	.interview__item:nth-of-type(2),
	.interview__item:nth-of-type(3),
	.interview__item:nth-of-type(1) .interview__content{
		max-width:1140px;
		width:85.3%;
		margin:  0 auto;
	}
	.header__left,
	.wrapper--clear .banner__title{
		padding-left: calc(7.35% + 20px);
	}
}


@media only screen and (min-width: 1200px){
	.wrapper--robotics-digital-support .banner .english-title{
		width:533px;
	}
	.service-section__infor{
		width:50.4%;
		margin-top: -8px;
		position: relative;
	}
	.service-section__infor .service-section__btn{
		position: absolute;
		bottom: 0;
		left:0;
	}
	.recruit-section .service-section__infor .service-section__btn,
	.sdgs-section .service-section__infor .service-section__btn{
		position: relative;
	}
	.service-section__item:nth-of-type(3) .service-section__intro h3{
		max-width: 423px;
	}
	.service-section__item:nth-of-type(6) .service-section__infor h2{
		max-width: 388px;
	}
	.service-section__thumbnail{
		width: 405px;
    	height: 405px;
	}
	.service-section__infor {
		width: calc(93% - 405px);
	}
	.service-section__item:nth-of-type(2) .service-section__intro h3 {
		width: 455px;
	}
	.service-section__item {
		flex-wrap: nowrap;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1279px){
	.service-section__item:nth-of-type(5) .service-section__title {
		margin: 0 0 4px;
	}
	.service-section__item:nth-of-type(5) .service-section__intro h3 {
		margin: 0 0 3px;
	}
}

@media only screen and (max-width: 1199px){
	.service-section__item:nth-of-type(2) .service-section__intro h3 {
		width: auto;
	}
	.landing__title {
		width: 260px;
	}
	.header__nav li{
		margin-left: 27px;
	}
	.contact-section__block {
		padding: 0 3.2%;
	}
	.contact-section .contact-section__btn{
		font-size: 24px;
    	padding: 12px 0;
	}
	.contact__phone{
		padding: 40px 5% 25px;
	}
	.phone-number {
		font-size: 42px;
		width: 347px;
		letter-spacing: 3px;
	}
	.contact__phone .work-time {
		width: calc(100% - 310px);
	}
	.management__qoute{
		padding-right: 40px;
		padding-left:calc(9.35% + 20px);
	}
	.management__said {
		font-size: 20px;
		line-height: 38px;
	}
	.english-title {
		font-size: 50px;
		letter-spacing: 5px;
		line-height: 68px;
	}
	.wrapper--robotics-digital-support .banner__title {
		width: 490px;
	}
	.wrapper--education-training-support .banner__title .english-title {
		width: 525px;
	}
	.process .step__desc br{
		display: none;
	}
	.service-section__item:nth-of-type(3) .service-section__intro h3{
		max-width: 360px;
	}
	.service-section__intro h3{
		font-size: 20px;
	}
	.landing__title .english-title {
		line-height: 70px;
	}
	.landing__video {
		width: 81%;
	}
	.landing {
		height: 564px;
	}
	.contact-section__request{
		font-size: 17px;
		min-height: 116px;
	}
	.contact-section__label{
		margin-bottom: -5px;
	}
}

@media only screen and (max-width: 991px){
	.header__nav > li > a::before{
		display: none;
	}
	.open-menu-mobile {
		position: absolute;
		right: 0;
		cursor: pointer;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 9;
	}
	.open-menu-mobile::after, .open-menu-mobile::before {
		content: '';
		display: block;
		width: 12px;
		position: absolute;
		top: 50%;
		transition: all 0.2s;
		-ms-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		z-index: 999;
	}
	.open-menu-mobile::before {
		border-right: 1px solid #fff;
		height: 25px;
		right: 21px;
		margin-top: -11px;
	}
	.open-menu-mobile.active::before{
		display: none;
	}
	.open-menu-mobile::after {
		border-top: 1px solid #fff;
		width: 25px;
		right: 10px;
	}	
	.landing {
		height: 507px;
		margin-bottom: -30px;
	}
	.service-section__title{
		font-size: 32px;
		line-height: 44px;
	}
	.service-section__item:nth-of-type(1) .service-section__btn {
		margin-top: 48px;
	}
	.footer__widget .widget-title{
		font-size: 16px;
	}
	.footer__widget > div {
		padding: 0 15px;
	}
	.container,.search .site-main,
	.management__title,
	.interview__item:nth-of-type(2),
	.interview__item:nth-of-type(3),
	.interview__item:nth-of-type(1) .interview__content{
		width:86%;
	}
	.header__left,
	.wrapper--clear .banner__title{
		padding-left: calc(7% + 20px);
	}
	.header__right{
		width: calc(93% - 270px);
	}
	.header__nav .sub-menu li{
		font-size: 16px;
		line-height: 22px;
		margin-right: 0;
		width: calc(100% - 15px);
		height: 59px;
		margin-left: 15px;
		padding-left:0;
	}
	.header__nav > li > a {
		overflow: hidden;
		display: inline-block;
		position: relative;
		padding-top: 3px;
	}
	.header__nav .sub-menu li:last-child{
		border-bottom: none;
	}
	.header .sub-menu{
		background: #333;
		float: right;
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
		width: 100%;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		transition: all 0s ease;
		padding-left: 20px;
		left: 0;
		padding-right:0;
		border:none;
		border-bottom: 1px solid rgba(255,255,255,0.25);;
	}
	.header__nav .menu-item-has-children .sub-menu.active{
		display: block;
	}
	.header__nav .sub-menu li:hover {
		background: transparent;
	}
	.header__nav .menu-item-has-children:hover > .sub-menu,
	.header__nav .menu-item-has-children .sub-menu{
		display: none;
	}
	.header__nav .menu-item-has-children .sub-menu.active{
		display: block;
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-top:1px solid rgba(255,255,255,0.25);
	}
	.header__mb{
		padding: 100px 0 0;
	}
	.english-title{
		font-size: 44px;
		line-height: 62px;
	}
	.wrapper--robotics-digital-support .banner__title {
		width: 436px;
	}
	.banner {
		height: 400px;
	}
	.header__right{
		display: none;
	}
	.header__btn {
		display: block;
	}
	.header__mb.is-open{
		transform: translate(0,0);
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.header__mb ul{
		background: #333;
	}
	.header__mb li{
		display: block;
		width:100%;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.25);
		margin: 0;
		width: 100%;
		font-family: 'Bahnschrift';
		font-size: 24px;
		padding: 34px 0 17px;
		clear: both;
	}
	.header__nav .contact__menu {
		padding: 32.5px 0;
		width: 100%;
		height: auto;
	}
	.header__nav li.menu-item-has-children:after{
		display: none;
	}
	.header__mb li a{
		color: #fff;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.header__nav .contact__menu a{
		margin-top:0;
		margin-left: 54px;
    	text-align: left;
		padding-top: 0;
	}
	.header__nav .sub-menu li a{
		padding:0;
		display: flex;
		align-items: center;
		font-size: 20px;
	}
	.header__nav .contact__menu:before{
		position: absolute;
		left: 0;
		top: unset;
	}
	.contact__inner .label {
		font-size: 18px;
		line-height: 36px;
	}
	.phone-number {
		font-size: 36px;
		width: 287px;
		letter-spacing: 3px;
	}
	.contact__phone .work-time {
		width: calc(100% - 287px);
	}
	.management__said{
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.management__said:after{
		bottom: -20px;
	}
	.management__qoute {
		padding-left: calc(7% + 20px);
	}
	.outline .english-title {
		font-size: 40px;
	}
	.step__item:nth-of-type(1) .shape {
		border-left: 40px solid rgba(0,105,202,1);
	}
	.step__item:nth-of-type(2) .shape {
		border-left: 40px solid rgba(0,102,205,0.5);
	}
	.step__item:nth-of-type(3) .shape {
		border-left: 40px solid rgba(0,105,202,0.3);
	}
	.step__item .shape{
		right: -40px;
	}
	.step__name{
		font-size: 20px;
		line-height: 36px;
	}
	.step__item:last-child {
		padding-right: 15px;
	}
	.case__info {
		padding-right: 30px;
	}
	.case__list {
		padding: 40px;
	}
	.landing__title .english-title {
		line-height: 70px;
   		font-size: 55px;
	}
	.landing__infor {
		width: 32%;
	}
	.landing__video {
		width: 77%;
		margin-top: 60px;
	}	
	.contact-section__work-time{
		min-height: 90px;
	}
	.recruit-section .japan-title.inline {
		padding-left: 23px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px){
	.arrow-animation::after{
		right: 0;
	}
	.header__left img {
		width: 100%;
		max-width: 165px;
	}
	.btn-inquiries-recruit a{
		font-size: 16px;
		letter-spacing: 1px;
		width: calc(100% - 50px);
		margin: 0 25px;
		max-width: 375px;
		height: 43px;
	}
	.btn-inquiries-recruit {
		margin-top: 50px;
	}
	.interview__item:nth-of-type(3) .interview__content h3 br{
		display: none;
	}
	.contact__mail form input.wpcf7-not-valid{
		margin:0;
	}
	.contact__submit .ajax-loader{
		position: absolute;
		right: -24px;
		top: 9px;
	}	
	.header__nav .sub-menu li{
		margin-left:0;
		width:100%;
	}
	.header__mb li{
		font-size: 18px;
		line-height: normal;
		padding: 0;
		height: 59px;
	}
	.header__mb .header__nav > li:first-child{
		padding-bottom: 7px;
		padding-top: 0;
	}
	.header__mb {
		padding: 59px 0 0;
	}
	.header__btn-close {
		top: 3px;
		right: 11px;
	}
	.header__nav .contact__menu {
		padding: 18px 0;
	}
	.header__nav .contact__menu a{
		margin-left:26px;
	}
	/* .open-menu-mobile{
		width:30px;
		height: 30px;
		top:12px;
	} */
	.open-menu-mobile::after {
		width: 20px;
		right: 5px;
	}
	.open-menu-mobile::before {
		height: 20px;
		right: 14px;
		margin-top: -9px;
	}
	.header__nav .sub-menu li:nth-of-type(4) a{
		width: 141px;
	}
	.header__nav .sub-menu li:nth-of-type(5) a{
		width: 155px;
	}
	.header__nav .contact__menu:before{
		width: 20px;
		height: 19px;
		background-size: 20px;
	}
	.header__nav .sub-menu li a {
		padding: 14px 0;
		font-size: 16px;
	}
	.footer {
		padding: 30px 0 23px;
	}
	.wrapper--contact .contact-section{
		display: block;
		margin-top: 98px;
	}
	
	.service__intro img {
		width: 100%;
	}
	
	.contact__mail .contact__submit input{
		width: 263px;
		height: 100%;
		font-size: 18px;
		padding-left: 63px;
		background-size: 9px;
	}
	.contact__submit {
		margin-top: 50px;
		height: 43px;
	}
	
	.privacy_btn_check {
		top: -30px;
	}
	
	.privacy_btn label {
    	display: flex !important;
	}
	
	.model img{
		display: none;
	}
	.model img.img-mb{
		display: block;
	}
	.contact__description br:nth-of-type(2){
		display: none;
	}
	.contact__description br:nth-of-type(2){
		display: block;
	}
	.step__list .step__item{
		width:100%;
	}
	.single-service .step .english-title{
		display: inline-block;
	}
	.single-service .single__content  .step .japan-title {
		margin-top: 0;
		padding-left:24px;
	}
	.step__list {
		margin-top: 28px;
	}
	.step__number {
		font-size: 21px;
		letter-spacing: 1.6px;
	}
	.process .step__number {
		margin-top: 0;
	}
	.process .step__item:nth-of-type(1) .step__icon{
		width:38px;
		height: 45px;
		margin: auto;
	}
	.process .step__item .step__icon img{
		width:100%;
	}
	.process .step__item:nth-of-type(2) .step__icon {
		width: 74px;
		height: 51px;
		margin: auto;
	}
	.step .step__item:nth-of-type(1) .shape-mb
	.process .step__number {
		margin-bottom: 5px;
	}
	.process .step__name {
		margin: 8px 0 0px;
		font-size: 18px;
	}
	.process .step__desc {
		line-height: 23px;
		text-align: center;
		margin-top: -9px;
	}
	.service-section__intro h3{
		letter-spacing: 2.2px;
	}
	.service-section__item:nth-of-type(3) .service-section__intro h3 {
		max-width: 100%;
	}
	.service-section__item:nth-of-type(4) .service-section__title {
		width: 275px;
	}
	.service-section__item:nth-of-type(5) .service-section__title {
		width: 300px;
	}
	.service-section__item:nth-of-type(4) .service-section__btn {
		margin-top: 32px;
	}
	.header__left{
		width:52%;
	}
	.header__left img.logo-mb{
		width: 100%;
	}
	#custom_html-2 .logo-mb{
		width:57%;
		margin: 0 auto;
	}
	.wrapper--clear .banner__image{
		display: none;
	}
	.wrapper--clear .banner__image.banner__image--mb{
		display: block;
		width: 100%;
	}
	.wrapper--clear .banner__image.banner__image--mb {
		margin-top: -38px;
		text-align: right;
	}
	.wrapper--clear .banner__image img {
		width: 375px;
		height: auto;
		margin-top:0;
	}
	.wrapper--clear .banner{
		padding-bottom:20px;
	}
	.single-service .banner {
		margin-bottom: 40px;
	}
	.wrapper--skill-lab .single-service .banner {
		margin-bottom: 43px;
	}
	.wrapper--clear .banner__content .container{
		margin:0;
	}
	.wrapper--skill-lab .single-service .single__content .service__intro {
		margin-bottom: 164px;
	}
	.wrapper--skill-lab .single-service .single__content div.service-content {
		margin-bottom: 105px;
	}
	.wrapper--skill-lab .single-service .contact-section {
		margin-top: 76px;
	}
	.case__list button.slick-next,
	.case__list button.slick-prev {
		display: none !important;
	}
	.case__list .slick-dots {
		bottom: -40px;
	}
	.slick-dots li button:before,
	.slick-dots li button{
		width: 7px;
		height: 7px;
	}
	.wrapper--clear .single-service .single__content > div.case {
		margin-bottom: 160px;
	}	
	.case__list .slick-dots li{
		width:10px;
		height: 10px;
	}
	.case__list .slick-dots li button::before {
		font-size: 7px;
	}
	.overview__desc{
		margin: 20px 0 41px;
	}
	.overview__thumbnail {
		width: 27%;
		height: auto;
		margin-right: 12px;
	}
	.overview__btn {
		width: 30px;
	}
	.news-page  .banner__image img,
	.single-news .banner__image img {
		width: 100%;
	}
	.news-page .banner__title,
	.single-news .banner__title{
		margin-top:21px;
	}
	.news-page .banner__title,
	.single-news .banner__title{
		margin:21px 0 56px;
	}
	.single-service .single__content .japan-title {
		padding-left: 15px;
	}
	.voice__text h3 {
		margin: 0;
		letter-spacing: 0.7px;
		font-size: 16px;
		line-height: 30px;
	}
	.news-page .banner__image,
	.single-news .banner__image {
		padding-right: 0;
		width: 253px;
		margin:  0 auto;
	}
	.news-page .banner {
		margin-bottom: 60px;
	}
	.news-page .search__form input{
		margin-bottom: 30px;
	}
	.container ,.search .site-main,
	.management__title, .interview__item:nth-of-type(2), 
	.interview__item:nth-of-type(3), .interview__item:nth-of-type(1) .interview__content{
		max-width: calc(100% - 50px);
		margin: 0 25px;
		width: 100%;
		padding: 0;
	}
	.header__left{
		padding-left: 25px;
	}
	.wrapper--clear .banner__title{
		padding-left:0;
	}
	.management .interview__item{
		margin-bottom: 64px;
	}
	.management .interview__item:nth-of-type(2) {
		margin-bottom: 29px;
	}
	.management .interview__item:nth-of-type(3){
		margin-bottom: 0;
	}
	.interview__item:nth-of-type(3) .interview__content{
		margin-top:0;
	}
	.interview__item:nth-of-type(3) .interview__content h3{
		margin-bottom: -5px;
	}
	.interview__item:nth-of-type(3) .interview__image {
		order: 2;
		margin-top: 20px;
		width: calc(100% + 50px);
		margin: 0 -25px;
		position: relative;
		padding-top: 61%;
	}
	.interview__item:nth-of-type(3) .interview__image img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
	}
	.landing__infor {
		max-width:100%;
		width: 100%;
		position: relative;
		top: 0;
		margin-bottom: 25px;
	}
	.landing__title .english-title {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 3px;
	}
	.landing__title {
		width: 100%;
		margin: 0px 0 17px;
	}
	.landing__content{
		padding-top:24px;
	}
	.landing__video {
		width: calc(100% + 32px);
    	margin: -13px -16px 4px;
	}
	.landing {
		height: auto;
		margin-bottom: 0;
	}
	.english-title, .outline .english-title {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: 3.5px;
	}
	.single-service .english-title{
		font-size: 35px;
		letter-spacing: 1.2px;
		line-height: 40px;
	}
	.case__list {
		padding: 20px 20px 8px 20px;
	}
	.wrapper--robotics-digital-support .banner__image,
	.wrapper--education-training-support .banner__image,
	.wrapper--real-estate-consultant .banner__image,
	.wrapper--robotics-digital-support .banner__title{
		width: 100%;
	}
	.page-template-default .banner__title {
		width: 100%;
		margin: -3px 0 10px;
	}
	.page-template-default  .site-main{
		margin-top:48px;
	}
	.landing__intro {
		font-size: 9px !important;
		line-height: 24px !important;
	}
	.landing__intro br:nth-of-type(1),
	.landing__intro br:nth-of-type(3){
		display: none;
	}
	.landing__img {
		width: 100%;
		position: relative;
	}
	.landing__btn img{
		margin-left:22px;
	}
	.landing__btn{
		margin-top:23px;
	}
	.service-section {
		padding: 0 0 102px;
		background: url(../images/service-bg-mb.png) center no-repeat;
		background-size: 100% 100%;
	}
	.news-section {
		margin: 107px 0 114px;
	}
	.news-section h2.news__title {
		margin-bottom: 22px;
	}
	.service-section .container {
		padding-top: 188px;
	}
	.service-section__infor {
		width: 100%;
		margin-top: 19px;
		order:2;
	}
	.service-section__item:nth-child(odd) .service-section__infor,
	.recruit-section .service-section__item:nth-child(odd) .service-section__infor {
		margin-right: 0;
	}
	.service-section__thumbnail {
		width: 100%;
		margin-top: 0;
		order:1;
	}
	.service-section__list {
		margin-top: 13px;
	}
	.service-section__title{
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 11px;
	}
	.service-section__item:nth-of-type(3) .service-section__title {
		margin: 0 0 11px;
	}
	.service-section__item:nth-of-type(3) .service-section__intro h3 ,
	.service-section__item:nth-of-type(5) .service-section__intro h3{
		margin-bottom: 17px;
	}
	.sdgs-section .service-section__title {
		margin-bottom: 42px;
	}
	.page-top {
		width: 60px;
		height: 60px;
	}
	h1.service-section__title{
		margin: 0 0 32px;
	}
	.service-section__intro br{
		display: none;
	}
	.recruit-section .service-section__intro br{
		display: block;
	}
	.service-section__intro h3 br{
		display: block;
	}
	.service-section__intro h3 {
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 17px;
	}
	.service-section__intro {
		font-size: 14px;
		line-height: 29px ;
	}
	.btn{
		font-size: 13px;
	}
	.service-section__item:nth-of-type(2) .service-section__intro h3 {
		margin-bottom: 11px;
	}
	.service-section__item{
		margin-bottom: 88px;
	}
	.service-section__item:nth-child(even) .service-section__infor {
		margin-left: 0;
	}
	.service-section__btn {
		margin-top: 24px;
	}
	.post-date {
		font-size: 12px;
    	height: 15px;
	}
	.news__item:first-child{
		padding-top:0;
	}
	.news__title{
		margin-top:-8px;
	}
	.news__title h3 {
		font-size: 14px;
		line-height: 28px;
		margin: 3px 0 0px;
		width: 100%;
	}
	.news-page .contact-section {
		margin-top: 114px;
	}
	.news__item {
		padding: 1px 0 14px;
	}
	.news-page .news__list {
		padding-bottom: 75px;
	}
	.news-section__btn .btn {
		font-size: 15px;
		width: 248px;
		height: 58.5px;
		padding-left: 67px;
	}
	.news-section__btn img{
		display: none;
	}
	.news-section__btn img.icon-mb{
		display: block;
		margin-right: 12px;
		width: 19px;
	}
	.header__btn{
		height: 50px;
    	width: 63px;
		padding: 12px 16.5px;
	}
	.header__main {
		height: 50px;
	}
	.header__btn-close span {
		width: 30px;
		height: 2px;
	}
	.header__btn-close span:nth-of-type(1) {
		-webkit-transform: translate(37px,19px) rotate(-45deg);
		transform: translate(15px,23px) rotate(-45deg);
	}
	.header__btn-close span:nth-of-type(2) {
		-webkit-transform: translate(9px,18px) rotate(45deg);
		transform: translate(15px,21px) rotate(45deg);
	}
	.header__btn span{
		width: 30px !important;
		height: 2px !important;
	}
	.header__btn span:nth-of-type(1),
	.header__btn span:nth-of-type(2){
		margin-bottom: 10px;
	}
	.recruit-section .service-section__intro h2 {
		text-indent: -9px;
		font-size: 18px;
		line-height: 32px;
		margin: 19px 0 0;
	}
	.recruit-section .service-section__item:nth-of-type(1) .service-section__btn {
		margin-top: 29px;
	}
	.recruit-section .japan-title.inline {
		font-size: 14px;
		padding-left: 8px;
	}
	.recruit-section .service-section__thumbnail,
	.sdgs-section .service-section__thumbnail{
	}
	.recruit-section .service-section__intro .service-section__thumbnail,
	.sdgs-section .service-section__intro .service-section__thumbnail{
		display: block;
	}
	.recruit-section {
		margin-bottom: 78px;
	}
	.news-section__btn .btn img:nth-of-type(1) {
		left: 27%;
	}
	.news-section__btn .btn img:nth-of-type(2) {
		left: 31%;
	}
	.page-numbers{
		margin: 0 7px;
	}
	.contact-section__block {
		padding: 0;
		width: 100%;
	}
	.contact-section__label ,
	.contact-section a{
		font-size: 18px;
		line-height: 32px;
	}
	.contact-section__label {
		margin:0 0 0 -5px;
	}
	.contact-section__work-time {
		line-height: 25px;
		font-size: 12px;
		margin-top: 10px;
		min-height: auto;
	}
	.contact-section__request img {
		width: 70px;
    	margin-right: 21px;
	}
	.contact-section .contact-section__btn{
		font-size: 18px;
		padding: 9px 0;
		margin-top: 85px;
		letter-spacing: 0;
	}
	.contact-section .contact-section__block .contact-section__btn{
		margin-top: 45px;
	}
	.contact-section__block:nth-of-type(2){
		order:1;
	}
	.contact-section__work-time br{
		display: block;
	}
	.contact-section__block:nth-of-type(1){
		order:2;
		margin-top:74px;
	}
	.contact-section .contact-section__block:nth-of-type(1) .contact-section__btn{
		margin-top: 26px;
	}
	.contact-section__block:last-child img {
		width: 69px;
	}
	#custom_html-2 {
		width: 100%;
		font-size: 24px;
		text-align: center;
		order:6;
	}
	#custom_html-2 p,
	#custom_html-2 a {
		line-height: 25.5px;
		font-size: 12px;
	}
	#custom_html-2 p{
		margin: 5px 0 -15px;
	}
	.footer__widget > div {
		padding: 0;
	}
	.footer__widget li {
		line-height: 16.5px;
		font-size: 10.5px;
		margin-bottom: 17px;
	}
	.footer__widget .widget-title {
		font-size: 15.3px;
		margin: 0 0 -4px 0;
	}
	#nav_menu-2 {
		width: 38%;
		order:1;
		padding-left:0;
	}
	#nav_menu-3{
		width: 39%;
		order:2;
	}
	#nav_menu-4 {
		width: 23%;
		order:3;
		padding-right: 0;
	}
	#nav_menu-5{
		width: 38%;
		order:4;
	}
	#nav_menu-6 {
		width: 40%;
		order:5;
	}
	.footer__widget > div{
		margin-bottom: 29px;
	}
	.footer__widget #custom_html-2{
		margin-bottom: 0;
	}
	.footer__copyright {
		font-size: 8.5px;
		line-height: 23.5px;
		margin-top: 26px;
	}
	.banner__content .container{
		flex-wrap:wrap;
		overflow: unset;
	}
	.banner__title{
		width:100%;
		padding:0;
		margin:21px 0 40px;
	}
	.wrapper--education-training-support .banner__title{
		margin: 0 ;
	}
	.wrapper--education-training-support .banner__title .english-title{
		letter-spacing: 0.35px;
		margin: 16px 0 6px;
	}
	.wrapper--education-training-support .banner__image img {
		width: 260px;
		margin: 0 auto;
	}
	.wrapper--education-training-support .banner {
		padding: 18px 0 30px;
	}
	.mission .wp-block-image{
		width:100%;
		margin-bottom: 17px;
	}
	.concept {
		padding: 44px 0 70px;
	}
	.concept .japan-title {
		padding-left: 15px;
	}
	.concept__content {
		margin-top: 30px;
	}	
	.banner__title .english-title{
		margin-bottom: -2px;
	}
	.banner {
		height: 450px;
		text-align: center;
		padding: 38px 0 30px;
	}
	.about-page .banner__image {
		width: 369px;
		margin: 0 auto;
		margin: 0 -22px;
	}
	.banner__image{
		width:100%;
		text-align: center;
	}
	.postid-34 .banner__content .container{
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.banner__image img{
		width: 227px;
		margin: 0 auto;
	}
	.page-numbers {
		width: 38px;
		height: 38px;
		font-size: 25px;
	}
	.news__title img{
		display: none;
	}
	.news__title .arrow-animation {
		display: block;
		width: 50px;
		margin-right: 0;
		margin-left: auto;
		margin-top: 10px;
	}
	.news__title .arrow-animation::after{
		height: 12px;
	}
	.news__title{
		display: block;
	}
	.single-news .post-date {
		font-size: 12px;
	}
	.single-news .single__title {
		font-size: 18px;
    	line-height: 26px;
		margin-top: -5px;
	}
	.single-news .single__content {
		margin-top: 16px;
	}
	.single__return-btn{
		margin-top:35px;
	}
	.single-news .single__content p{
		line-height: 28px;
		font-size: 14px;
	}
	.single-news .contact-section{
		margin-top:88px;
	}
	.single-news .single__content{
		font-size: 14px;
		line-height: 28px;
		padding-bottom: 13px;
	}
	.single-news .banner{
		margin-bottom: 43px;
	}
	.single__return-btn a {
		font-size: 14px;
		width: 224px;
		height: 52px;
	}
	.single__content .service__intro h3 {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: -4px;
	}
	.single-service .single__content .service__intro {
		font-size: 14px;
		line-height: 28px;
	}
	.search-page .main__title,
	.content-search .page-title {
		font-size: 18px;
		list-style: 32px;
	}
	.search-page .post__container {
		margin-top: 30px;
	}
	.error-404 p, .no-results p,
	.error-404 .page-title,
	.error-404 .search-form{
		line-height: 28px;
		font-size: 14px;
	}
	.error-404, .no-results {
		margin-top: 100px;
	}
	.search-default .search-form{
		flex-wrap: wrap;
	}
	.search-default .search-form .search-submit{
		margin-top:20px;
		width: 100px;
		justify-content: center;
	}
	.wrapper--clear .single-service .single__content > div{
		margin-bottom: 107px;
	}
	.wrapper--clear .single-service .single__content > div.model{
		margin-bottom: 0;
	}
	.wrapper--clear .single-service .contact-section {
		margin-top: 86px;
	}
	.wrapper--dust-quicker .single__content {
		margin-top: 43px;
	}
	.wrapper--dust-quicker .single__content .service__intro h3{
		margin-bottom: -1px;
	}
	.wrapper--dust-quicker .single-service .single__content div.service-content {
		margin-bottom: 117px;
	}
	.wrapper--dust-quicker .single-service .single__content div.case {
		margin-top: -5px;
	}
	.wrapper--dust-quicker .single-service .single__content > div {
		margin: -17px 0 140px;
	}
	.wrapper--dust-quicker .single-service .contact-section {
		margin-top: 135px;
	}
	.wrapper--robotics-digital-support .single-service .single__content div.service-content {
		margin-bottom: 108px;
	}
	.wrapper--robotics-digital-support .single-service .contact-section {
		margin-top: 76px;
	}
	.wrapper--education-training-support .single-service .single__content .service__intro{
		margin-top:-14px;
	}
	.wrapper--education-training-support .single-service .single__content .service__intro {
		margin-bottom: 93px;
	}
	.wrapper--education-training-support .single-service .single__content div.service-content {
		margin-bottom: 108px;
	}
	.wrapper--education-training-support .single-service .single__content div.case{
		margin-bottom: 160px;
	}
	.wrapper--education-training-support .single-service .single__content > div{
		margin-bottom: 150px;
	}
	.japan-title {
		font-size: 14px;
		line-height: 30px;
	}
	.landing__title .japan-title {
		margin-top: 2px;
		font-size: 18px;
	}
	.single-service .single__content .service-content .japan-title {
		display: block;
		padding-left: 0;
		margin-top: 0;
	}
	.sevice-content__list{
		margin: 0;
		margin-top: 39px;
	}
	.sevice-content__item {
		margin: 0;
		width: 100%;
	}
	.card-heading {
		font-size: 18px;
    	line-height: 32px;
		letter-spacing: 0.9px;
	}
	.service-content__heading {
		margin: 16px 0 16px 0;
	}
	.service-content__desc{
		font-size: 14px;
		line-height: 28px;
	}
	.sevice-content__item{
		margin-bottom: 67px;
	}
	.sevice-content__item:last-child{
		margin-bottom: 0;
	}
	.sdgs .banner__image img{
		display: none;
	} 
	.sdgs .banner__image img.banner__image-mb{
		display: block;
		width: 100%;
	} 
	.sdgs .banner__image{
		width: 72%;
    	margin: 0 auto;
	}
	.sdgs .banner__sub-title br{
		display: block;
	}
	.sdgs .banner__sub-title{
		font-size: 36px;
		line-height: 63px;
	}
	.sdgs .banner{
		padding: 59px 0 120px;
		margin-bottom: 32px;
		height: 340px;
	}
	.sdgs .banner__title br {
		display: block;
	}
	.sdgs .banner__title {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 3px;
		margin: 0px 0 26px;
	}	
	.sdgs__intro h2{
		font-size: 18px;
		line-height: 32px;
		margin-top: 0;
	}
	.sdgs__intro p {
		font-size: 14px;
		line-height: 28px;
		margin-top: 8px;
	}
	.sdgs__target {
		margin-top: 73px;
	}
	.target__gallery{
		margin-top:-16px;
	}
	.sdgs__logo img{
		width:100%;
	}
	.target__gallery li{
		width:calc(100% / 3);
		padding: 0 6px;
		margin-bottom: 12px;
	}
	.target__detail {
		margin-top: 47px;
	}
	.target__detail__heading {
		margin-bottom: 0;
	}
	.target__gallery ul {
		margin: 20px -6px 0;
	}
	.target__detail__content li .heading {
		margin: -5px 0 -2px;
	}
	.card-title{
		font-size: 18px;
		line-height: 32px;
	}
	.card-desc{
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 0.7px;
	}
	.concept__desc.card-desc{
		letter-spacing: 0.7px;
	}
	.concept__item {
		margin-bottom: 63px;
	}
	.concept__item:last-child {
		margin-top: -13px;
	}
	.concept__item:last-child .concept__label{
		letter-spacing: 0.2px;
	}
	.target__detail__content li .desc {
		line-height: 28px;
	}
	.target__detail__content li {
		width: calc(100% / 2);
		padding: 0 12px;
		margin-bottom: 35px;
	}
	.target__detail__content {
		display: flex;
		flex-wrap: wrap;
		margin: 47px -12px 0;
	}
	.sdgs__content-footer {
		margin-top: 80px;
		display: block;
	}
	.sdgs__block-left{
		text-align: center;
		width: 100%;
	}
	.sdgs__block-left img{
		width:68%;
	}
	.sdgs__block-right {
		width: 100%;
		padding-left: 0;
		margin-top: -6px;
	}
	.sdgs__block-right a{
		margin-top:-14px;
	}
	.sdgs .contact-section {
		margin-top: 72px;
	}
	.contact__icon{
		display: none;
	}
	.contact__phone-info{
		display: block;
		margin-top: -16px;
	}
	.contact__phone .work-time {
		width: 100%;
		padding-left: 0;
	}
	.contact__inner {
		width: 100%;
		margin-top: 0;
	}
	.contact__inner .label {
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.contact__content {
		padding: 32px 0 0px;
	}
	.contact__description{
		margin-top:29px;
	}
	.contact__description br:nth-of-type(1) {
		display: block;
	}
	.contact__phone a {
		margin-top: 31px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 32px;
	}
	.contact__phone .work-time{
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-top: 24px;
	}
	.contact__phone .work-time br{
		display: none;
	}
	.contact__phone {
		padding: 19px 25px 21px;
    	margin: 56px -25px 0;
	}
	.contact__phone-info .icon-mb{
		display: block;
		width: 51px;
		margin-right:12px;
	}
	.contact__mail form label {
		display: block;
	}
	.contact__mail {
		width: 100%;
	}
	.contact__mail .wpcf7-form-control-wrap {
		width: 100%;
		padding-left: 0;
	}
	.contact__mail .field-name {
		width: 100%;
		text-align: left;
		margin-bottom: 11px;
		display: block;
		display: inline-block;
    	width: auto;
	}
	.contact__mail .wpcf7-not-valid-tip {
		left: 0;
		width: auto;
		text-align: left;
		top: 1px;
	}
	.wpcf7-not-valid-tip{
		font-size: 14px;
	}
	.your-name .wpcf7-not-valid-tip,
	.your-company .wpcf7-not-valid-tip{
		left: 55px;
	}
	.your-email .wpcf7-not-valid-tip{
		left: 114px;
	}
	.your-phone .wpcf7-not-valid-tip{
		left: 89px;
	}
	.contact__mail {
		font-size: 14px;
		line-height: 18px;
	}
	.contact__mail form label{
		margin-bottom: 28px;
	}
	.your-inquiry label{
		font-size: 14px;
		line-height: 36px;
		padding-left: 44px;
	}
	.contact__mail{
		margin-top:38px;
	}
	.wpcf7-not-valid-tip {
		font-size: 10px;
	}
	.contact__mail .your-inquiry label {
		margin-bottom: 1px;
	}
	.wr-inquiry {
		padding-top: 11px;
		display: block;
	}
	.wr-inquiry .field-name{
		margin-bottom: 18px;
	}
	.contact__mail form label.wr-inquiry {
		margin-bottom: 57px;
	}
	.checkmark{
		width:23px;
		height: 23px;
		top:7px;
	}
	.your-inquiry label .checkmark:after {
		left: 7px;
		top: 2px;
		width: 5px;
		height: 11px;
	}
	.contact__mail form textarea {
		padding: 14px 15px 20px;
		line-height: 23px;
		height: 186px;
		margin-top: 6px;
	}
	.contact__mail form input {
		height: 45px;
	}
	.recruit-section .service-section__thumbnail img {
		width: 53%;
		margin-top: -9px;
	}
	.sdgs-section .service-section__thumbnail img{
		width:100%;
		margin-top:-6px;
	}
	.sdgs-section .service-section__intro h2 {
		margin: 23px 0 17px;
		font-size: 18px;
		line-height: 32px;
	}
	.sdgs-section .service-section__intro p br {
		display: block;
	}
	.home .contact-section {
		margin-top: 111px;
	}
	.sdgs-section {
		margin-bottom: 0;
	}
	.about-page .banner__image img {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	.mission .wp-block-image img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
	.about-page  .banner{
		margin-bottom: 39px;
	}
	.mission .wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		margin-left: 0;
	}
	.mission h2 {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 31.5px;
	}
	
	.about_logo {
		flex-wrap: wrap-reverse;
	}
	
	.mission .wp-block-columns:nth-of-type(3) .wp-block-column:nth-of-type(1){
		order:2;
	}
	.mission .wp-block-columns:nth-of-type(3) .wp-block-column:nth-of-type(1){
		order:1;
		margin-top: 17px;
	}
	.mission .wp-block-columns:nth-of-type(3) .wp-block-column:nth-of-type(1) h2{
		margin-bottom: 4px;
	}
	.mission .wp-block-columns{
		margin-bottom: -23px;
	}
	.mission{
		font-size: 14px;
		line-height: 28px;
		padding-bottom: 93px;
	}
	.interview__item:nth-of-type(1) .interview__image {
		width: 100%;
		position: relative;
    	padding-top: 87%;
	}
	.interview__item:nth-of-type(1) .interview__image img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
	}
	.management__qoute {
		width: calc(100% - 42px);
	}
	.management__said {
		font-size: 18px;
		line-height: 32px;
		margin: 14px 0 40px;
	}
	.management__infor p:nth-of-type(1) {
		margin-bottom: -15px;
	}
	.management__said:after{
		width: 44%;
	}
	.management__infor {
		font-size: 14px;
		line-height: 25px;
	}
	.management__said:after {
		bottom: -20px;
	}
	.management__qoute {
		padding: 10px 19px 8px 25px;
	}
	.interview__item:nth-of-type(1) .interview__content {
		padding-top: 29px;
	}
	.interview__item:nth-of-type(2) .interview__image {
		width: 100%;
		margin-right: 0;
	}
	.management .interview__item .interview__content{
		letter-spacing: 0.1px;
	}
	.interview__item:nth-of-type(2) .interview__content {
		width: 100%;
		margin-top: 0;
	}
	.interview__content h3{
		font-size: 18px;
		line-height: 32px;
		margin-top: 15px;
		letter-spacing: 0.9px;
	}
	.management {
		font-size: 13px;
		line-height: 32px;
		padding: 80px 0 100px;
	}
	.interview__content.card-desc {
		letter-spacing: 0.2px;
		line-height: 32px;
	}
	.management .english-title{
		letter-spacing: 1.3px;
	}
	.management .japan-title{
		padding-left:15px;
	}
	.management__content {
		margin-top: 21px;
	}
	.interview__item:nth-of-type(2) .interview__content h3 {
		margin-top: 5px;
		margin-bottom: -3px;
	}
	.outline__heading {
		flex-wrap: wrap;
	}
	.outline__image, .outline__title {
		width: 100%;
	}
	.outline__image img{
		display: none;
	}
	.outline__image img.image-mb{
		display: block;
	}
	.outline__title{
		padding: 72px 0 71px;
	}
	.outline__table-row {
		flex-wrap: wrap;
		padding: 20px 0 21px;
		border-bottom: 1px solid #808080;
	}
	.outline__table-row:first-child{
		padding: 12px 0 18px;
	}
	.outline__table-row .label {
		width: 100%;
		margin-right: 0;
		border-bottom: none;
		justify-content:space-between;
	}
	.outline__table-row .content {
		width: 100%;
		padding: 0;
		border-bottom: none;
	}
	.outline__content{
		font-size: 14px;
		line-height: 35px;
		padding-top: 0;
	}
	.outline__table{
		margin-top:14px;
	}
	.outline__table-row .label{
		margin-bottom: 1px;
	}
	.outline__content .content{
		line-height: 25px;
	}
	.outline__table-row:last-child{
		border-bottom: none;
	}
	.access {
		margin-top: 38px;
	}
	.access__title .japan-title{
		display: block;
    	padding-left: 0;
		margin-top: 6px;
	}
	.access__title{
		text-align: center;
	}
	.access__content {
		/*display: flex;
		flex-wrap: wrap;*/
		margin-top: -17px;
		margin-bottom: 50px;
	}
	#map{
		order: 2;
		width: calc(100% + 50px);
		margin: 12px -25px 0;
	}
	.access__map img{
		display: none;
	}
	.access__map img.image-mb{
		display: block;
	}
	.about-page .contact-section {
		margin-top: 0;
	}
	.concept__label {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 14px;
		letter-spacing: 0.9px;
	}
	.recruit-page .banner__image {
		padding-right: 0;
	}
	.recruit-page .banner__image img {
		width: 110px;
    	margin: 0 auto;
	}
	.page-template-default h2 {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 2px;
	}
	.page-template-default p {
		font-size: 12px;
		line-height: 27px;
	}
	.page-template-default .banner {
		margin-bottom: 46px;
		padding-bottom: 3px;
		margin-bottom: -2px;
	}
	.page-template-default .contact-section {
		margin-top: 41px;
	}
	body ,.page-template-default{
		letter-spacing: 0.5px;
	}
	.page-template-default .banner__image {
		width: 100%;
	}
	.page-template-default .banner__image img {
		width: 242px;
	}
	.step__item {
		width: 100%;
		padding: 39px 35px 24px;
	}
	.single-service .single__content div.step {
		margin-bottom: 0;
	}
	.step .shape{
		display: none;
	}		
	.step .shape-mb{
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		width: 0;
		height: 0;
		right: 0;
		bottom: -35px;
		left:0;
		z-index: 1;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 64px solid #0069ca;
	}
	.step__item:nth-of-type(1) {
		padding: 3px 20px 24px;
	}
	.step .step__item:last-child .shape-mb{
		display: none;
	}
	.step .step__item:nth-of-type(1) .shape-mb{
		border-top: 35px solid rgba(0,102,205,0.9);
	}
	.step .step__item:nth-of-type(2) .shape-mb{
		border-top: 35px solid rgba(0,102,205,0.5);
	}
	.step .step__item:nth-of-type(3) .shape-mb{
		border-top: 35px solid rgba(0,102,205,0.3);
	}
	.step__name {
		font-size: 18px;
		line-height: 29px;
		margin: 15px 0 5px;
		letter-spacing: 1.8px;
		min-height: auto !important;
	}
	.step__icon{
		height: 56px;
	}
	.step__icon img {
		max-height: 56px;
		max-width: 62px;
	}
	.step__desc {
		font-size: 12px;
		line-height: 23px;
	}
	.single-service .contact-section {
		margin-top: 76px;
	}
	.wrapper--real-estate-consultant .single-service .single__content .service__intro{
		margin: -13px 0 80px;
	}
	.step__item:nth-of-type(3) h3 br{
		display: none;
	}
	.wrapper--skill-lab .banner__image img {
		width: 375px;
		margin: 0 auto;
	}
	.wrapper--dust-quicker .banner__image, 
	.wrapper--dust-quicker .banner__title{
		width:100%;
		padding: 0;
	}
	.wrapper--dust-quicker .banner__image {
		margin-top: 0;
	}
	.wrapper--dust-quicker .banner__title {
		margin: 50px 0 0;
	}
	.wrapper--dust-quicker .banner__content .container{
		overflow: hidden;
	}
	.wrapper--dust-quicker .banner__image img {
		width: 325px;
		margin: 0 auto;
	}
	.wrapper--robotics-digital-support .banner__title .english-title{
		width: 300px;
		margin: 0 auto;
	}
	.service__block-desc {
		padding: 40px 25px 48px;
	}
	.wrapper--real-estate-consultant .single-service .single__content .service__block-desc{
		margin-bottom: 97px;
	}
	.wrapper--real-estate-consultant .single-service .single__content div.service-content {
		margin-bottom: 109px;
	}
	.wrapper--real-estate-consultant .single-service .single__content div.case{
		margin-bottom: 160px;
	}
	.wrapper--real-estate-consultant .single-service .single__content div.voice{
		margin-bottom: 130px;
	}
	.service__block-desc p {
		margin-top: 3px;
		margin-bottom: 0;
	}
	.case__item > div {
		width: 100%;
	}
	.service__block-desc h4:nth-of-type(2) {
		margin-top: 33px;
	}
	.case__image{
		order:1;
	}
	.case__info{
		order:2;
		margin-top:20px;
	}
	.case__heading {
		font-size: 21px;
		line-height: 37px;
	}
	.case__price-time {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0.7px;
	}
	.case__time img{
		width:16.5px;
	}
	.case__desc {
		font-size: 12px;
		line-height: 26.5px;
		margin-top: 20px;
	}
	.case-work__item {
		font-size: 14px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.case-work__item img{
		width:21px;
		margin-right: 10px;
	}
	.case__title {
		margin-bottom: 36px;
	}
	.case .slick-slide .case__time img{
		margin-right: 6px;
	}
	.case-work__list {
		margin-top: 32px;
	}
	.voice__list {
		margin-top: 27px;
	}
	.voice__avatar {
		width: 100%;
		order:2;
		margin-top:45px;
	}
	.voice__infor {
		width: 100%;
		order:1;
	}
	.voice__item{
		margin-bottom: 49px;
	}
	.voice__item:nth-child(odd) .voice__avatar img {
		margin-right: 0;
	}
	.voice__item:nth-child(even) .voice__avatar img {
		margin-left: 0;
	}
	.voice__item:nth-child(odd) .voice__infor:before{
		top: unset;
		bottom: -33px;
    	left: calc(50% - 15px);
		transform: rotate(-90deg);
		border-top: 19px solid transparent;
		border-bottom: 19px solid transparent;
		border-right: 30px solid #f5f5f6;
	}
	.voice__item:nth-child(even) .voice__infor:after{
		top: unset;
		bottom: -33px;
		left: calc(50% - 15px);
		transform: rotate(90deg);
		border-top: 19px solid transparent;
		border-bottom: 19px solid transparent;
		border-left: 30px solid #f5f5f6;
	}
	.single-service .single__content .model .japan-title{
		padding-left: 0;
    	margin-top: -20px;
	}
	.model__content {
		margin-top: 32px;
	}
	.wrapper--clear .single-service .single__content div.voice {
		margin-bottom: -21px;
	}
	.voice__item .voice__avatar img{
		width: 21%;
	}
	.voice__infor{
		padding: 15px 20px;
	}
	.voice__text p{
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.voice__text{
		margin-bottom: -11px;
	}
	.voice__name{
		font-size: 14px;
		line-height: 32px;
	}
	.wrapper--education-training-support .banner__title, 
	.wrapper--real-estate-consultant .banner__title {
		width: 100%;
	}
	.wrapper--education-training-support .banner__title .english-title {
		width: unset;
	}
	.service__block-desc h4{
		font-size: 15px;
		line-height: 38px;	
		margin: -15px 0;
		height: 25px;
	}
	.service__block-desc p{
		font-size: 14px;
		line-height: 56px;
	}
	.recruit__description h3 {
		font-size: 18px;
    	line-height: 32px;
		text-indent: -11px;
		margin-bottom: 25px;
	}
	.recruit__description {
		padding-bottom: 36px;
	}
	.recruit__content .tabs-link img {
		margin-top: -7px;
	}
	.recruit-page .banner {
		margin-bottom: 22px;
	}
	.recruit__content .tabs-link{
		display: flex;
		margin: 0;
	}
	.recruit__content .tabs-link li{
		width: calc(100% / 3);
		padding: 0;
		font-size: 12px;
	}
	.recruit__content .tabs-link li:nth-of-type(1){
		width:31%;
		text-align: left;
	}
	.recruit__content .tabs-link li:nth-of-type(2){
		width:39%;
	}
	.recruit__content .tabs-link li a{
		text-align: center;
		display: inline-block;
	}
	.recruit__content .tabs-link li:nth-of-type(3){
		width: 30%;
		text-align: right;
		padding-right: 13px;
	}
	.tabs-content > div h2{
		text-align: center;
	}
	.tabs-content > div .japan-title{
		display: block;
		padding-left:0;
	}
	.person__sub-heading, .value__sub-heading{
		font-size: 14px;
    	line-height: 28px;
		margin-top: 40px;
		text-align: center;
	}
	.person__item__logo{
		width:100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 5px;
		text-align: center;
	}
	.person__item .card-heading{
		margin-bottom: 15px;
	}
	.person__item__logo img {
		width: 35.1%;
		height: auto;
	}
	.person__content {
		margin-top: 44px;
	}
	.tabs-content > div{
	    padding: 15px 20px 56px;
	}
	.person__heading {
		margin-bottom: -16px;
	}
	.person__item{
		margin-bottom: 73px;
	}
	.person {
		margin-bottom: 44px;
	}
	.value__item {
		padding: 42px 0 58px;
	}
	.value__item:last-child {
		padding: 38px 0 0;
	}
	.value__item:nth-of-type(2) .value__image{
		margin-top:9px;
	}
	.value__content {
		margin-bottom: 0;
	}
	.tabs-content > div.value{
		padding-bottom: 1px;
	}
	.recruit__person-value {
		padding-bottom: 84px;
	}
	.overview {
		padding: 27px 0 57px;
	}
	.value__block-heading .english-title {
		font-size: 23px;
		letter-spacing: 2px;
	}
	.value__block-heading .japan-title {
		margin-top: -7px;
	}
	.person__item__info {
		width: 100%;
	}
	.value__image {
		width: 100%;
		margin-right: 0;
		order:2;
		margin-top: 4px;
		position: relative;
		padding-top:100%;
		height:unset;
	}
	.value__desc {
		margin-top: 12px;
	}
	.value__image img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		object-fit: cover;
	}
	.value__item h3{
		order:1;
	}
	.value__desc h4:first-child{
		margin-top:0;
	}
	.value__desc h4 {
		margin-top: 85px 0 15px;
		font-size: 18px;
		line-height: 32px;
	}
	.value__desc p {
		font-size: 14px;
		line-height: 28px;
	}
	.overview__infor .overview__heading{
		font-size: 18px;
		line-height: 32px;
	}
	.overview__summary {
		padding: 25px;
		padding: 12.5px 12.5px 0 12.5px;
	}
	.overview__infor {
		width: calc(73% - 42px);
		padding: 0 15px 0 0;
	}
	.overview__excerpt.card-desc{
		line-height: 24px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.detail__content {
		padding: 1px 20px 6px;
		margin-top: 9px;
	}
	.qualification .detail__content {
		padding: 1px 20px 6px;
	}
	.qualification.detail__item {
		margin-top: -2px;
	}
	.employment.detail__item {
		margin-top: 67px;
	}
	.employment__content {
		margin-top:6px;
	}
	.detail__heading .employment .japan-title {
		padding-left: 14px;
	}
	.overview__item {
		margin-bottom: 30px;
	}
	.process .english-title {
		font-size: 35px;
	}
	.process .japan-title {
		font-size: 14px;
		padding-left: 8px;
	}
	.overview__heading .japan-title.inline{
		display: block;
		margin-left: 0;
	}
	.overview__detail .english-title{
		font-size: 45px;
		line-height: 60px;
	}
	.process .step__item {
		padding: 55px 15px 12px 15px;
	}
	.process .step__item:nth-of-type(3) .step__icon {
		width: 45px;
		height: 52px;
		margin: auto;
	}
	.process .step__item:nth-of-type(4) .step__icon {
		width: 55px;
		height: 58px;
		margin: auto;
	}
	.recruit-page .contact-section {
		margin-top: 148px;
	}
	.recruit-page .process h2{
		margin-bottom: 54px;
	}
	.process .step__item:first-child {
		padding-top: 13px;
	}
	.process .step__number {
		margin-bottom: 9px;
	}
	.detail__item {
		margin-top: -7px;
	}
	.detail__heading {
		margin-bottom: -13px;
	}
	.overview__detail .english-title {
		font-size: 23px;
		letter-spacing: 1.6px;
	}
	.detail__heading .japan-title {
		font-size: 14px;
		padding-left: 4px;
	}
	.employment__content p {
		font-size: 14px;
		line-height: 23px;
	}
	.employment__item span {
		display: block;
		width: 100%;
	}
	.employment__label{
		margin-bottom:7px;
	}
	.employment__item {
		flex-wrap: wrap;
		padding: 23px 0;
	}
	.step__item:nth-of-type(1) .step__desc br:nth-of-type(3){
		display: block;
	}
	.contact-section__request{
		min-height: auto;
	}
	.single__content {
		margin-top: 40px;
	}
	.single__content p,
	.single-service .single__content p{
		line-height: 28px;
	}
	.btn-cta {
		height: 44px;
		width: 152px;
		padding-left: 52px;
	}
	.landing__btn.btn-cta{
		width: 140px;
		padding-left: 43px;
		font-size: 12px;
	}
	.landing__btn.btn-cta img{
		margin-left: 32px;
	}
	.btn-cta img{
		display: none;
	}
	.btn-cta img.icon-mb {
		display: block;
		width: 24px;
		margin-left: 13px;
		margin-bottom: 1px;
	}
	.service-section__item:nth-of-type(1) .service-section__btn {
		margin-top: 30px;
	}
	.service-section__item:nth-of-type(2) .service-section__btn {
		margin-top: 35px;
	}
	.sdgs-section .service-section__item:nth-of-type(1) .service-section__btn {
		margin-top: 33px;
	}
	.contact-section{
		padding: 69px 0 92px;
	}
	.contact-section .japan-title{
		margin-top:4px;
	}
	.contact-section__content{
		margin-top:35px;
	}
	.contact__description br{
		display: block;
	}
	.contact__title .japan-title {
		margin-top: 0;
	}
	.wrapper--clear .single-service .single__content .service-content {
		margin-bottom: 118px;
	}
	.person__heading .english-title {
		letter-spacing: 3.5px;
	}
	.person__heading .japan-title {
		line-height: 25px;
	}
	.person__sub-heading br, .value__sub-heading br{
		display: block;
	}
	.header{
		position: fixed;
    	background: #fff;	
		z-index: 999;
		width: 100%;
	}
	.header.sticky{
		box-shadow: 0 1px 2px rgb(32 33 36 / 28%);
	}
	.site-content,
	.single-service .main-content{
		padding-top:50px;
	}
	.header__nav .contact__menu:hover {
		background: #333;
	}

}
@media only screen and (max-width: 321px){
	.landing__title .english-title {
		font-size: 35px;
	}
}
