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

/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	font-size: 15px;/*--------14px---------*/
}
.sp{
display: block;
}
.pc{
display: none;
}
h2{
	font-size: 24px;
}
.h2_top{
	text-align: center;
	display: block;
}
/* wrapper
================================================== */
#tmp_wrap{
	width:100%;
	margin:0 !important;
}
.menu-dropdown {
    margin-bottom: 50px;
}
/*==============================burgermenu====================================*/	
.outer-menu {
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 9998;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 60px;
    height: 60px;
    padding: 0.5em 1em;
    background: #03204c;
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 9998;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #FEFEFE;
    background: #2a5cad;
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 10px 0;
    font-size: 24px;
    display: block;
    text-align: center;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 9998;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #e5e5e5;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1.2);
    transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div > ul > li > a{	
	color: #fff!important;
}
/*===============pagetop===================*/	
.pagetop{
    bottom: 0;
    right: 0;
}
.pagetop ul{
	display: flex;
}
.pagetop ul li a{
	background-color: #fff;
	border: 1px solid #999;
	border-right: none;
}
/*===============index===================*/	
#tmp_index .title{
	text-align: center;	
}	
.index_bl1 span.category_name {
    font-size: 12px;
    padding: 0 20px;
}
.index_bl1 span.news_date {
    font-size: 13px;
	padding-right: 8px;
}
#tmp_index .h2_top {
 	font-size: 14px;
}
#tmp_index .title h2 {
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
}	
.index_bl1 {
    max-width: 100%;
	padding: 0 10px;
	 margin: 20px auto 70px;
}	
.index_bl1 .content {
    max-width: 414px;
	margin: 40px auto 0;
}
.index_bl1 ul{
	display: block;
}
.index_bl1 .content ul li {
    width: 100%;
    border-right: 1px solid #cccccc;
}	
.index_bl1 .content ul li a {
    display: block;
    padding: 0;
}
.index_bl1 p {
    font-size: 14px;
    line-height: 24px;
}
.index_bl1 .content ul li{
	border-left: none;
	border-right: none;
}	
.index_bl1 .content ul li {
	border-bottom: 1px solid #cccccc;
	padding: 14px 0;
}	
.index_bl1 .content ul li:first-child{
	border-left: none;
	border-right: none;
    border-top: 1px solid #cccccc;	
}		
.index_bl1 span.seemore_2::after,	
.index_bl1 span.seemore_2::before {
	position: static;
	display: none;
}	
.index_bl1 .tb {
	margin-bottom: 2px;
}	
.index_bl2{
	margin-top: 0;
}
.index_bl2 .title {
	text-align: center;
}
.index_bl2 .container {
	max-width: 100%;
	padding: 0 10px;
	background: #f2f4f6;
	display: block;
}	
.index_bl2 .left_box {
        max-width: 100%;
        margin-bottom: 0;
        position: relative;
        top: -26px;
        left: -18px;
        padding-top: 60px;
    }
.index_bl2 .right_box {
    max-width: 414px;
    padding: 0 0 0 10px;
    width: 100%;
    margin: 0 auto;
}	
.index_bl2 .message_txt {
    font-size: 15px;
}	
.index_bl2 .ms {
	font-size: 16px;
	padding-top: 35px;
}
.index_bl2 .seemore_btn {
	max-width: 300px;
	width: 100%;
	padding: 15px 0 15px 40px;
	border-radius: 45px;
	margin: 0 auto 20px;
}
.index_bl2 .content{
	padding-bottom: 45px;
}
.index_bl3 {
	max-width: 100%;
	margin: 50px auto 35px;
	padding: 0 10px;
}	
.index_bl3 .left_box {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
}	
.index_bl3 .ms {
  font-size: 15px;
  margin-bottom: 30px;
}
.index_bl3 .content {
	max-width: 414px;
    margin: 30px auto 0;
}	
.index_bl3 p.sp {
	margin-bottom: 10px;
	text-align: center;
}
.index_bl3 .sp span {
    font-size: 20px;
    font-weight: 800;
    background-color: #f2f4f6;
    display: inline-block;
    color: #012861;
    padding: 10px;
    margin: 0 10px 5px 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}	
.index_bl3 .right_box {
	width: 100%;
	max-width: none;
}
.index_bl3 .right_box .img_box {
	padding: 0;
	margin-bottom: 34px;
}	
.index_bl3 .right_box .flex_box{
	display: block;
}
.index_bl3 .right_box a {
  margin:0 auto;
  width: 100%;
  padding: 15px 0 15px 30px;
}	
.index_bl3 .right_box a {
	margin: 0 auto 20px;
	max-width: 300px;
}
.index_bl3 .right_box a:nth-child(2){
	margin-bottom: 0;
}
.index_bl3 .seemore_btn {
    display: block;
    width: 311px;
    background-color: #194a99;
    padding: 12px 0 12px 40px;
}	
.index_bl4 ul {
    margin: 0;
    height: auto!important;
}
.index_bl4 ul li {
    padding: 0 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 11px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 11px!important;
}
.swiper-button-next, .swiper-button-prev {
    width: 27px!important;
    height: 25px!important;
}
.pagetop.pnavi_fix {
    position: absolute;
    right: 0;
    bottom: 100%;
    opacity: 0.6;
}
#tmp_index .title.sp {
    margin-bottom: 30px;
}
 #tmp_contents #tmp_index {
	margin-bottom: 35px;
}	
.index_bl1 a.seemore_3 {
    font-size: 15px;
    margin-top: 25px;
    padding: 6px 0 5px 45px;
	background: url(../images/seemore_3.png)no-repeat 14px center/7px auto;
	transition: all 0.3s linear;
}
.index_bl1 a.seemore_3::after {
	width: 30px;
    height: 30px;
    border-radius: 30px;
    left: 1px;
}
.seemore_btn {
	width: 100%;
	padding: 15px 0 15px 40px;
	margin: 0 auto;
}	
.index_bl2 .container::after {
	position: static;
	display: none;
}	
.index_bl2.index_bl4 .left_box {
	max-width: 100%;
	margin-bottom: 40px;
	position: static;
	top: 0;
	left: 0;
	margin-top: 0;
}
.index_bl4{
	background: #e1f0f4;	
}
.index_bl2.index_bl4 .container.pc {
    display: none;
    visibility: hidden;
}
.index_bl2.index_bl4 .container {
    background: #e1f0f4;
    padding: 35px 10px 0;
    max-width: 414px;
    margin: 0 auto;
    display: block;
    visibility: visible;
}	
.about_work .container {
	width: 100% !important;
	padding: 0 10px;
}
#tmp_company .company_info th::after {
	position: static;
	display: none;
}
.staff_bottom .container {
	width: 100% !important;
	margin: 0 auto;
	padding: 0 10px 35px;
}
#tmp_staff .staff_bottom .staff_cnt::before{
	display: none;
}
/* news
================================================== */
#tmp_mainvisual {
    width: 100%;
}
#tmp_mainvisual .img_box{
	padding-left: 10px;
}
#tmp_header{
	padding: 0;
}
#tmp_header .left_box h1 {
    max-width: 200px;
	padding: 11px 5px;
}
/* news
================================================== */
div#tmp_new {
    margin-bottom: 70px;
}
#tmp_new .container{
	width:100%;
	margin: 0 auto;
	padding: 0 10px;
}
.news_category_list ul li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 10px;
}
.news-achievements .news_box ul {
    margin: 0;
}
.news-achievements .news_box ul li .category_name {
    position: static;
	border-radius: 60px;
    font-size: 12px;
    padding: 3px 15px;
}
.news-achievements .news_box ul li {
    width: 100%;
    padding: 0;
}	
.news-achievements .news_box ul li a {	
	border: 2px solid #e6e6e6;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
}	
.news-achievements .news_box ul li:last-child a {
	border-bottom:  2px solid #e6e6e6;
	}	
.news-achievements .news_box ul li .news_date {
    padding-right: 5px;
}
.news-achievements .news_box ul li p.news_txt {
    font-size: 14px;
	padding-top: 5px;
	text-align: left;
}	
.news-achievements .news_box ul li .news_cnt {
    padding: 0;
	padding-top: 15px;
	margin-bottom: 20px;
}
.news_category_list ul li a {
  font-size: 14px;
  padding: 6px 0;
}	
.news_category_list {
    margin-bottom: 30px;
}		
.news_txt{
	position: relative;
}	
.news_txt::after {
	display: none;
	visibility: hidden;
}	
.pagination {
    margin: 0 auto;
    max-width: 166px;
}	
a.circle {
	font-size: 15px;
    padding: 5px;
    line-height: 1;
}
.circle {
    width: 25px;
    height: 25px;
    border-radius: 21px;
}	
.news-achievements .news_box {
    margin-bottom: 20px;
}
#tmp_new .title h2 {
	margin-bottom: 58px;
	text-align: center;
}	
h2::after {
    bottom:-5px;
	left: 50%;
	transform: translate(-50%,0);
}	
#tmp_new .title .h2_top {
    font-size: 15px;
	display: block;
	text-align: center;
}
div#tmp_access_bar.flex_box {
	display: block;
	margin-bottom: 80px;
}
#tmp_access_bar .left_box {
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 45px;
    padding: 0 5px 54px;
    border-left: none;
}	
#tmp_access_bar {
    max-width: 100%;
    margin: 0 auto;
    padding:0;
}	
#tmp_access_bar .right_box {
    width: 100%;
	text-align: center;
	padding: 0 15px;
	border-left: none;
}
#tmp_banner{
	padding: 0 25px 70px;
}
#tmp_banner a{
	font-size: 21px;
	margin-bottom: 25px;
}	
.news-achievements {
    margin-bottom: 65px;
}		
#tmp_access_bar .h2_top {
    font-size: 16px;
	text-align: center;
}	
#tmp_access_bar h2 {
	text-align: center;
}	
div#tmp_access_bar p{
    font-size: 16px;
    text-align: center;
	margin: 36px 0 30px;
	line-height: 22px;
}
a.seemore_btn span {
    font-size: 15px;
}

div#tmp_access_bar .right_box p .txt_16{
    font-size: 16px;
}	
div#tmp_access_bar .right_box .txt_45{
	font-size: 25px;
	line-height: 1.3;
}
#tmp_access_bar a{
	max-width: 300px;
	margin: 0 auto;
}
#tmp_banner .container{
	width: 100%;
	margin: 0 auto;
}	
.footer_nav{
	display: none;
}	
#tmp_footer .container {
    max-width: 100%;
    margin: 0 auto;
	padding: 0 10px;
}
.footer_btm::after {
	position: static;
	display: none;
}
.footer_btm {
    max-width: 100%;
	position: static;
	padding: 20px 0 20px 20px;
}	
.footer_btm .address {
    font-size: 10px;
	margin-right: 0;
    margin-left:78px;
	line-height: 15px;
}
#tmp_footer .tel {
    font-size: 15px;
	margin-left:78px;
}	
.footer_btm .logo {
  margin-right: 0;
}
#tmp_footer .logo img {
	max-width: 261px;
	margin: 0 auto;
}

/*-----------staff-----------*/
#tmp_staff .container {
    width: 100%;
    margin: 0 auto;
}	
#tmp_staff .h2_top {
    font-size: 15px;
	text-align: center;
	display: block;
	padding-top: 0;
}	
#tmp_staff h2 {
	text-align: center;
}	
#tmp_staff .title h2 {
    margin-bottom: 40px;
}	
.staff_top ul.flex_box {
    display: block;
}
.staff_top ul{
	margin: 0;
}
.staff_top ul li {
    width: 100%;
    padding: 0;
}
.staff_cnt {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    position: relative;
    bottom: 43px;
    left: -10px;
    content: "";
    width: 100%;
}
.staff_bottom ul.flex_box {
	display: block;
}
.staff_bottom ul {
	margin: 0;
}
.staff_bottom ul li {
    width: 100%;
    padding: 20px 15px;
	display: flex;
	border: 2px solid #e6e6e6;
	background-color: #fff;
	margin-bottom: 20px;
}		
.staff_bottom ul li:last-child{
	margin-bottom: 0;
}
#tmp_staff {
    margin-bottom: 55px;
}
.staff_bottom ul li img {
    width: 110px;
	margin: 0 auto;
}	
.staff_bottom ul li .staff_cnt {
    width: calc(100% - 110px);
	margin: 0 auto;
	padding: 0;
	padding-left: 15px;
	position: static;
	border: none;
}		
.staff_bottom p.staff_name {
    margin-bottom: 10px;
    line-height: 1;
}	
.staff_name span.txt_17.bold {
    padding-right: 15px;
    font-size: 11px;
}
.staff_bottom span.txt_16.blue.hiragino.bold {
    padding-left: 40px;
    font-size: 10px;
}	
.staff_name span.txt_16.bold {
    padding-right: 10px;
}
.staff_top span.txt_16.blue.hiragino.bold, .staff_bottom span.txt_16.blue.hiragino.bold {
    display: inline;
	padding-left: 0;
}
p.staff_name {
    margin-bottom: 20px;
}
.staff_top {
    margin-bottom: 0;
	padding: 0 10px 0 20px;
}
.staff_name span.txt_27.bold {
    font-size: 16px;
    padding-right: 10px;
}
.staff_txt {
    font-size: 13px;
}
.staff_bottom {
	margin-top: 0;
	background-image: linear-gradient(0deg, #e1f0f4 calc(100% - 50px), transparent 10px);-color: #e1f0f4;
}	
	
/*=========================our-business=================================*/	
#tmp_business {
  margin-bottom: 55px;
}
#tmp_business .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}	
#tmp_business .h2_top {
    font-size: 15px;
	text-align: center;
	display: block;
}	
#tmp_business h2 {
	text-align: center;
}		
#tmp_business .title .message_txt {
    font-size: 15px;
    width: 100%;
}	
#tmp_business .title .message {
    font-size: 17px;
    margin-bottom: 20px;
}	
#tmp_business .title h2 {
    margin-bottom: 40px;
}
.work_box {
    padding: 0;
}
ul.box_top.flex_box {
    margin: 0;
	display: block;
}
.work_box .box_top li {
    width: 100%;
    padding: 0 0 10px 0 ;
}
.box_top p.work_cnt {
    padding-left: 0;
    margin-bottom: 18px;
}
.box_top p.work_ttl {
    padding: 5px 0 5px 47px;
    font-size: 17px;
    margin-bottom: 15px;
}
.box_top p.work_ttl::before {
    top: 10px;
    left: 8px;
    width: 27px;
    height: 18px;
}	
#tmp_business .about_work_info .title {
	padding-top: 35px;
}	
#tmp_business .title {
	padding-top: 0;
	margin-bottom: 35px;
}	
#tmp_business .business_concept .title {
	margin-bottom: 65px!important;
}	
.work p.head {
  font-size: 17px;
  padding: 8px 18px;
  margin-bottom: 15px;
}	
.work_cnt {
	font-size: 15px;
}	
.work p.head2 {
  font-size: 17px;
  color: #2a3065;
  padding: 7px 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}	
.work_box .box_bottom li {
  padding: 0;
  width: 100%;
  margin-bottom: 25px;
}	
.box_bottom p.work_ttl {
    font-size: 17px;
}
.box_bottom.flex_box {
  margin-left: 48px;
}
.about_work {
  background-image: linear-gradient(90deg, #f2f4f6 100%, transparent 0);
 padding: 35px 0 35px;
}

#tmp_business .about_work_info h2,
#tmp_business .about_work h2 {
  text-align: left;
  line-height: 1.3;
}
#tmp_business .about_work_info h2::after,
#tmp_business .about_work h2::after {
  bottom: -20px;
  left: 30px;
}	
.about_work_block.flex_box {
	margin: 0;
	display: block;
}	
.about_work ul li {
    width: 100%;
    padding: 0;
	margin-bottom: 10px;
}	
.about_work_info {
  padding-top: 0;
}	
.about_work_info p.list_ttl {
  font-size: 17px;
  border-bottom: 2px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-right: 110px;
}
.about_work_info p.list_txt {
  font-size: 15px;
}
.about_work_info .work_list li {
  margin-bottom: 23px;
}
.about_work_info .work_list li p.list_txt{
  margin: 5px 0;		
}
.work {
  margin-bottom: 35px;
}		
/*===========================recruit==================================*/	
#tmp_recruit .container {
    width: 100%;
    margin: 0 auto;
	padding: 0 10px;
}	
.recruit_intro_wrap {
	display: block;
	padding-bottom: 45px;
}	
.recruit_intro_img {
	width: 100%;
	position: relative;
	top: -26px;
	left: -10px;
	padding-bottom: 15px;
	margin-top: 0;
}
.recruit_intro_txt {
    width:100%;
    padding-right: 0;
    padding-top: 0;
}
#tmp_recruit .h2_top {
    font-size: 15px;
	text-align: center;
	display: block;
}	
#tmp_recruit h2 {
	text-align: center;
	margin-bottom: 80px;
	line-height: 28px;
}
.recruit_outline h2 {
	margin-bottom: 40px!important;
}
.requirement {
    background: #e1f0f4;
    padding: 35px 10px 35px;
    margin-bottom: 35px;
}
.recruit_intro {
    background-image: linear-gradient(90deg, #f2f4f6 100%, transparent 0);
}	
.recruit_intro_txt p.message {
    font-size: 17px;
	margin-bottom: 22px;
}
.recruit_intro_txt p.message_txt {
    font-size: 13px;
}	
.recruit_list ul.flex_box {
	display: block;
	margin: 7px 0 65px 0;
}	
.recruit_list ul li {
    width: 100%;
    padding: 30px 50px 0;
}
.recruit_list {
    padding-top: 0;
	margin-bottom:60px;
}
.recruit_list_txt {
	padding-top: 10px;
	padding-bottom: 15px;
}
.recruit_list_txt p {
    text-align: center;
    font-size: 13px;
}
.recruit_list a.seemore_btn {
	max-width: 100%;
	padding: 16px 0;
	position: static;
}	
.recruit_list a.seemore_btn::after {
	display: none;
}
.recruit_list a.seemore_btn span {
    font-size: 17px;
}	
.outline_wrap.flex_box {
    display: block;
}
.outline_wrap table {
	width: 100%;
	padding-right: 0;
}
#tmp_recruit th,
#tmp_recruit td	{
    width: 100%;
    display: block;
	font-size: 13px;
	line-height: 16px;
}
.recruit_outline .title h2 {
  margin-bottom: 55px;
}
#tmp_recruit tr {
	padding: 10px 15px;
}
.outline_wrap {
    margin-bottom: 0;
}	
.recruit_outline.company_address {
    padding-bottom: 35px;
}	
.requirement .title {
    padding-top: 20px;
}	
.requirement .title h2 {
    margin-bottom: 40px!important;
}	
.outline_wrap .outline_map {
  width: 100%;	
  margin-top: 20px;
}	
#tmp_company .company_history{
    margin-bottom: 35px;
	padding: 40px 10px;
}
.requirement table {
	width: 100%;
	margin-bottom: 30px;
}
.text_decor {
  font-size: 14px;
}
.text_decor::before {
    position: absolute;
    top: 0;
    left: 42px;
    height: 32px;
    width: 2px;
}	
.text_decor::after {
    right: 42px;
    height: 32px;
    width: 2px;
}
.requirement a.seemore_btn {
    max-width: 300px;
    width: 100%;
    padding: 15px 0;
}
.requirement a.seemore_btn span {
    font-size: 15px;
}	
#tmp_recruit .requirement .container{
	padding-bottom: 40px;
}
/*===========================company==================================*/	
#tmp_company .container {
    width: 100%;
    margin: 0 auto;
	padding: 20px 10px 0;
}	
#tmp_company h2{
	margin-bottom: 45px;
}
#tmp_company th,
#tmp_company td	{
    width: 100%;
    display: block;
	font-size: 13px;
}
#tmp_company tr {
	padding: 10px 15px;
}
.company_info .title h2,	
.company_info .title {
	text-align: center;
}	
.address_map {
    width: 100%;
    padding-right: 0;
}	
.recruit_outline.company_address .title h2 {
    margin-bottom: 35px;
}
.recruit_outline.company_info {
    padding-top: 35px;
	padding-bottom: 35px;
}	
#tmp_company .company_history .container {
    padding: 0 10px;
}		
.company_history th {
  padding-left: 0;
}	
#tmp_company .company_history th::before {
  left: -30px;
}		
#tmp_company .company_history th::after {
  left: -25px;
}		
#tmp_company .company_history tr {
  padding: 10px 22px;
  margin-left: 30px;
}	
#tmp_company .company_history .title h2 {
  margin-bottom: 32px;
}	
#tmp_company .company_history tr:last-child {
  padding-bottom: 80px;
}
#tmp_company h2,
.title.address_map {
  text-align: center;
}
.president_na {
	font-size: 12px;
}
.president_small_na　{
	font-size: 18px;
}
/*==============================contact====================================*/	
#tmp_contact .content .wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 10px;
}
.table_box {
    padding: 22px 12px;
    width: 100%;
	display:block;
}
.table_box:nth-child(1) input[type="text"]:nth-child(2), .table_box:nth-child(2) input[type="text"]:nth-child(2) {
    margin-right: 6px;
}
.table_box:nth-child(1) input[type="text"], .table_box:nth-child(2) input[type="text"] {
    width: 100%;
}	
.table_box p {
    width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}
div#tmp_contact {
    margin-bottom: 35px;
}
input[type="text"], textarea {
  width: 100%;
}	
.table_box.checkbox_style {
    display: block;
}
.table_box.checkbox_style .table_cell {
    padding-right: 15px;
}
div#tmp_contact .content {
	margin-top: 65px;
    background-image:#e1f0f4;
    padding: 0 10px 52px;
}	
label {
	font-size: 14px;
}
::placeholder {
	font-size: 14px;
	color: #bcbcbc;
	line-height: 1.5
}
.table_box .table_cell {
    display: inline-block;
    vertical-align: middle;
}
.policy_box span:nth-child(1) {
	font-size: 16px;
	margin-bottom: 15px;
}	
.policy_box .policy {
    padding: 20px 25px;
	height: 135px;
}	
.policy p {
	font-size: 14px!important;
}	
.policy_box .table_box {
    padding: 20px 0 0;
}
div#tmp_contact .title h2 {
	margin-bottom: 0;
}
.policy ol{
    padding-left: 15px;
}
/*-====================tmp_news_single======================*/
#tmp_news_single .container {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
#tmp_works_single .title,
#tmp_news_single .title{
 	text-align: center;
}	
#tmp_works_single .title h2{
 	text-align: center;
	margin-bottom: 40px;
}	
#tmp_news_single .title h2 {
 	text-align: center;
	margin-bottom: 80px;
}	
#tmp_news_single .post_cnt .flex_box {
	display: block;
}
#tmp_news_single .left_box {
	width: 100%;
	padding-right: 0;
}	
#tmp_news_single .right_box {
	width: 100%;
	padding-right: 0;
}		
#tmp_news_single .title_news p.title {
	float: none;
	font-size: 17px;
	text-align: left;
	padding-bottom: 20px;
}
#tmp_news_single .title_news p.news_date {
	float: none;
	font-size: 13px;
}	
.sp_box.sp {
  margin-bottom: 10px;
  position: relative;
  top: -32px;
  left: -20px;
}	
#tmp_news_single .post_cnt {
  padding: 35px 0 35px 0;
}
#tmp_news_single .title_news {
  margin: 5px 0 15px;
}	
#tmp_news_single .seemore_btn {
  width: 300px;
  padding: 15px 0 15px 40px;
  margin-top: 35px;
}	
#tmp_news_single a.seemore_3 {
  margin-top: 11px;
}
#tmp_contents #tmp_news_single {
  margin-bottom: 120px;
}	
#tmp_news_single .seemore_btn::after {
  width: 23px;
}	
#tmp_news_single a.seemore_btn span {
  font-size: 13px;
}	
/*-====================tmp_works_single======================*/
#tmp_works_single .container {
  width: 100%;
  margin: 0 auto 35px;
}	
#tmp_works_single .post_cnt .flex_box {
    flex-direction: column-reverse;
	border-top: none;
	padding: 0 10px;
}	
#tmp_works_single .post_cnt .flex_box .right_box {
    width: 100%;
    padding: 0;
    padding-right: 0;
	margin-bottom: 30px;
}
#tmp_works_single .post_cnt .flex_box .left_box {
    width: 100%;
    padding: 0;
    padding-left: 0;
	border-top: 1px solid #999;
    padding-top: 30px;
    margin-top: 10px;
}
#tmp_works_single .post_cnt p:nth-child(2).pc {
    display: none;
	visibility: hidden;
}	
#tmp_works_single .post_cnt p.sp{
    display: flex;
	visibility: visible;
	justify-content: space-between;
}	
#tmp_works_single .post_cnt p:nth-child(2) span.news_date {
    padding-top: 5px;
    font-size: 10px;
}
#tmp_works_single .post_cnt .title_na {
    font-size: 16px;
}
#tmp_works_single span.category_name{
	margin-bottom: 10px;
	font-size: 12px;
}
#tmp_works_single .post_cnt {
    margin-bottom: 35px;
}
.recruit_outline a.seemore_btn{
	margin-top: 35px;
	max-width: 300px;
}
.recruit_outline {
    padding-bottom: 35px;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
}	
textarea#subject, input#lmail, input#ltel {
    width: 100%;
}	
span.wpcf7-form-control-wrap.lname,	
span.wpcf7-form-control-wrap.lname-furi {
	margin-right:0;
}	
.company_info tr {
    border-bottom: none;
}	
.company_info tr:first-child {
        border-top: 1px solid #999999!important;
}
.company_info tr:last-child {
    border-bottom: 1px solid #999999!important;
}	
#tmp_company p.right {
    width: 176px;
    font-size: 16px;
}
#tmp_company .bl4 ul li:nth-child(2) {
    padding-top: 53px;
}
div#bl3 ul li {
    width: 50%;
    padding: 5px;
}
div#bl3 ul {
    margin: 0 -5px;
}
div#bl3 {
    margin-bottom: 50px;
}
div#bl3 ul li:nth-child(1) .img_box, div#bl3 ul li:nth-child(2) .img_box, div#bl3 ul li:nth-child(3) .img_box {
    max-height: none;
    overflow: hidden;
}
p.staff_img{
	height:auto;
}
.index_bl2 p.right {
	margin-left: auto;
	margin:0 auto;
	text-align:center;
}
/*----*/
p.staff_name .txt_16:nth-child(1) {
    display: none;
    visibility: hidden;
}
#tmp_mainvisual .img_box::after {
	display: none;
}	
#tmp_mainvisual .img_box{
	height: 400px;
}
#tmp_mainvisual .img_box {
    background-image: none;
	background-color: #000;
	overflow: hidden;
}
#tmp_mainvisual .mainvisual_txt {
    position: relative;
    width: 80%;
    z-index: 2;
}
.img_box video {
	position: absolute;
    height: auto;
	width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
	z-index: 0;
}
#tmp_company .recruit_intro_txt {
    padding-right: 0;
}
#tmp_staff .staff_cnt p.staff_txt{
	height: auto;	
}
}
@media screen and (max-width : 600px) {
.img_box video {
    height: 400px;
	width: auto;
}
}	
@media screen and (max-width : 414px) {
#tmp_mainvisual .mainvisual_txt {
    width: calc(100% - 10px);
	bottom: 50px;
	margin-top: 0;
}
}	