.swiper-button-prev,.swiper-button-prev,.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev.swiper-button-next, .swiper-button-prev@import url("sub.css");
html{
    font-size:62.5% !important;
    position:relative;
}

/*横田追記*/
.movie_wrap450 {
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

.movie_wrap450 > .top_img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}
 
.movie_wrap450 > .top_img_cover {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
	height: 100%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  background: url("../img/cover.png");
  background-size: cover;
  margin: auto;
}
 
.w20-ex {
  width: 3% !important;
}

.bottom-navi{
	position: fixed;
	width:40%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:30px;
	z-index: 99999999;
	left:0;
	display: none;
}
@media screen and (max-width: 767px) {
	.bottom-navi{
		width:100%;
		bottom:10px;
		display: flex;
	}
}


.tel-contact-button{
	width:95%;
	background:#289B11;
	display: block;
	padding:15px 30px 20px;
	text-align: center;
	transition: .4s;
	border: 5px solid #FFFFFF;
}

.tel-contact-button:hover{
	opacity:.4;
}

.tel-contact-button img:hover{
	opacity: 1 !important;
}

.tel-contact-button span{
	display: block;
	line-height:1.6;
	margin-bottom:10px;
}

@media screen and (max-width: 767px) {
	.tel-contact-button span{
	display: none;
	}
}


.right-navi{
display: none;
	}


	@media screen and (max-width: 767px) {
	.right-navi{
		display: block;
		position: fixed;
		right: 0px;
		height: 200px;
		width: 50px;
		margin-top: 60px;
	}

}

	
/*=============================================*/
/*Top-news-list*/
/*=============================================*/

.news_container {
    background: #606060;
    color: #fff;
    padding: 30px 35px 20px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;

	margin: 0 auto;
}
.news-ttl {
    font-family: 'Roboto', sans-serif;
    color:#fff;
    line-height:1em;
    font-size:3.0vw;
	margin-left: 100px;
}
.top-news {
    position: relative;
    width: 1000px;
	margin: 0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 0px;
	height: 170px;
    overflow-y: scroll;
}
.read-more-btn {
    text-align:center;
}
.read-more-btn a {
    display: block;
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 1.3rem;
    width:5em;
}



.news-list-top{
    width:72%;
    margin-left:20px;
    margin-right:20px;
}

.news-list-top li {
    /*overflow: hidden;*/
    /*margin-bottom: 15px;
    padding-bottom: 10px;*/
    border-bottom: 1px solid #fff;
    padding: 10px 0 0;
    color:#fff;
}
.news-list-top li img {
    width: 30%;
    margin-right: 2%;
    max-width: 115px;
    float: left;
}
.news-list-top li .date {
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
	color: #FFFFFF;
}
.news-list-top li .category {
    width: 10em;
    text-align: center;
    background:#000;
    color:#fff;
    padding:2px 5px;
    display:inline-block;
}

.news-list-top li .title {
    font-size: 0.9rem;
	color: #FFFFFF;
}

.news-list-top li .ttl {
    display: inline-block;
}
.news-list-top li .ttl a {
    color: #fff;
    font-size: 16px;
}
.news-list-top li .ttl a:hover {
    text-decoration: underline;
}

/*************************/
/*media query（SP）*/
/*************************/
@media screen and (max-width: 800px) {
.news-ttl {
    font-family: 'Roboto', sans-serif;
    color:#333;
    line-height:1em;
    font-size:4.3vw;
    position:absolute;
    top:-50px;
}

.news-list-top {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}



.news-list-top li {
    /* overflow: hidden; */
    border-bottom: 1px solid #333;
    color: #333;
}
    
.news-list-top li .date {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

.news-list-top li .ttl {
    display: inline-block;
    margin-top:10px;
}

.news-list-top li .ttl a {
    color: #333;
    font-size: 12px;
}

.read-more-btn a {
    display: block;
    padding: 3px 6px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    width:5em;
}
    
    .news-list-top li .category {
        font-size:12px;
}

}
/*====================ここまで==========================*/

.news-section {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .news-section {
      margin-top: 30px;
      margin-bottom: 30px; } }

/*====================news-php==========================*/
.include-section {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .include-section {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .include-section .heading-button-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #777; }
    .include-section .heading-button-area h1 {
      font-size: 20px;
      font-weight: bold; }
    .include-section .heading-button-area .latest-button {
      display: inline-block;
      padding: 5px 20px;
      border-radius: 8px;
      background: #333;
      color: #fff;
      margin-bottom: 10px; }
  .include-section .top-article-list li {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .include-section .top-article-list li .thumbnail-image {
      width: 150px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .include-section .top-article-list li .thumbnail-image {
          width: 100px;
          margin-right: 15px; } }
      .include-section .top-article-list li .thumbnail-image img {
        width: 150px;
        height: 150px;
        object-fit: cover; }
        @media screen and (max-width: 767px) {
          .include-section .top-article-list li .thumbnail-image img {
            width: 100px;
            height: 100px; } }

.category-date-area {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .category-date-area {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .category-date-area .category-button {
    padding: 5px 10px;
    color: #fff;
    background: #00469B;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .category-date-area .category-button {
        font-size: 12px; } }

.bread-crumb {
  margin-bottom: 20px; }

.article-area {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .article-area {
      display: block; } }

.article-list {
  width: 720px; }
  @media screen and (max-width: 767px) {
    .article-list {
      width: 100%; } }
  .article-list li {
    padding-bottom: 70px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .article-list li {
        padding-bottom: 40px;
        margin-bottom: 30px; } }

.article-box {
  width: 720px; }
  @media screen and (max-width: 767px) {
    .article-box {
      width: 100%;
      margin-bottom: 50px; } }

.date-category-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .date-category-area {
      margin-bottom: 10px; } }
  .date-category-area .category-box {
    display: inline-block;
    padding: 5px 20px;
    background: #ccc;
    color: #fff; }

.article-heading {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .article-heading {
      font-size: 16px; } }

.article-image {
  margin-bottom: 15px; }

.article-excerpt {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .article-excerpt {
      margin-bottom: 20px; } }

.readmore-button {
  display: inline-block;
  margin-left: auto;
  padding: 5px 20px;
  border: 1px solid #777;
  color: #333; }
  @media screen and (max-width: 767px) {
    .readmore-button {
      width: 100%;
      text-align: center; } }

.sidebar-area {
  width: 250px; }
  @media screen and (max-width: 767px) {
    .sidebar-area {
      width: 100%; } }
  .sidebar-area ul {
    margin-bottom: 50px; }
    .sidebar-area ul li a {
      font-size: 14px; }

.category-box li {
  margin-bottom: 10px; }
  .category-box li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    padding-right: 5px; }

.latest-article-box .date {
  margin-bottom: 10px;
  color: #ccc; }
.latest-article-box li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }

.side-heading {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px; }

/*====================news-php==========================*/


/*横田追記*/

.font_a{
    font-family: 'Roboto', sans-serif;
    color:#333;
    line-height:1em;
}

.font_a span{
    display:block;
    color:#19259d;
}

.white{
    color:#fff;
}

.blue{
    color:#19259d;
}

.h_blue{
    color:#3144fb;
}

.heading_1{
    font-family: 'Roboto', sans-serif;
    color:#253538;
    line-height:1em;
    font-size:4.3vw;
}

.heading_1 span{
    display:block;
    color:#19259d;
}

.heading_2{
    font-family: 'Roboto', sans-serif;
    color:#253538;
    line-height:1em;
    font-size:55px;
}

.heading_20{
    font-size:19px;
    font-weight:600;
    line-height:1.8em;
    color:#353535;
    /*letter-spacing: -0.025em;*/
}

.mp .heading_20{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight:600;
}

h4{
    font-weight:600;
    font-size:32px;
    padding:20px;
    position:relative;
    padding: 0.5em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #494949;
    margin-bottom:50px;
}

h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}

.tel_no{
    font-family: 'Roboto', sans-serif;
    color:#253538;
    line-height:1em;
    font-size:2.3vw;
    color:#fff;
    text-align: center;
}

.tel_no2{
    font-family: 'Roboto', sans-serif;
    color:#18259c;
    line-height:1em;
    font-size:2.3vw;
    text-align: center;
}

.tel_no span{
    display:block;
    color:#19259d;
}


#top_cases .heading_1{
    font-family: 'Roboto', sans-serif;
    color:#fff;
    line-height:1em;
    font-size:4.3vw;
    position:relative;
}

#top_cases .heading_1 span{
    display:block;
    color:#2952e9;
}

.sub_heading_1{
    font-size:20px;
    font-weight:bold;
    margin-top:30px;
    margin-bottom:30px;
    color:#353535;
    position:relative;
}

.sub_heading_2{
    font-size:20px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:50px;
    color:#353535;
    position:relative;
}

#top_cases .sub_heading_1{
    color:#fff;
}


.container{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.in_container{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

header{
    /*position:absolute;*/
    top:0;
    left:0;
    /*z-index:100;
    width:100%;*/
    position:fixed;
    z-index:999;
    width:100%;
    background:#fff;
}

.contact_abs{
    position:relative;
    width:157px;
}

.contact_abs a{
    position:absolute;
    top:0;
    right:0;
    background: #E18199;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #0025ac, #0040B0, #0062B0);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #0025ac,#0040B0, #0062B0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align:center;
    padding:30px 25px;
    color:#fff;
    z-index:2;
    font-weight:600;
    transition:.1s;
    display:block;
    font-size:13px;
    border:solid 3px;
}
/*
.contact_abs a:hover{
    background: #1825fc;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0025ac, #0040B0, #0062B0);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0025ac,#0040B0, #0062B0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*}*/

.contact_abs a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:#89B929;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.contact_abs a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button_contact{
    background:#fff;
    color:#0135b5;
    padding:10px 30px;
    display:inline;
}

.navi_lo{
    display:flex;
    justify-content: space-between;
    padding:0px 0px 0px 25px;
    color:#fff;
}

.navi_lo h1{
    width:25%;
    min-width:256px;
    display: flex;
    align-items: center;
}

.navi_lo h1 a{
    vertical-align: middle;
    display:block;
}


.navi_lo ul{
    display:flex;
    justify-content: flex-end;
    width:66%;
    font-size:1.05rem;
    font-weight:bold;
    align-items:center;
    /*padding:25px 0;*/
    height:70px;
}

.navi_lo ul li{

}

.navi_lo ul li a{
    text-align: center;
    padding:0px 15px;
    transition:.4s;
    display:block;
    height:70px;
    align-items: center;
    display:flex;
    align-items: center;
    position:relative;
}

.navi_lo ul li a:hover{
    /*color:#fff;*/
    background:#EFEFEF;
}

.navi_lo ul li a:after{
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #89B929;  /* fallback for old browsers */
  background: #89B929;  /* Chrome 10-25, Safari 5.1-6 */
  background: #89B929; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}

.navi_lo ul li a:hover::after {
  transform: scale(1, 1);/*確認*/
}

.navi_lo ul a{
    /*color:#fff;*/
}


.movie_area{
    /*height:500px;*/
    /*position:relative;
    z-index:1;
    height: 100%; 
    height: calc( 100vh - 72px);
    position: relative;
    width: 100%;*/
    /*height: 100%;
    height: 100vh;
    position: relative;
    width: 100%;
    z-index:1;*/
}

.movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*overflow:hidden;*/
  margin-bottom:150px;
}

.movie_area:after {
  position: absolute;
  /*height:100vh;*/
  width: 100%;
  height:100%;
  content:'';
  background:url('../img/dot-gray.png')repeat;
  z-index:1;
  top:0;
  left:0;
}

.movie-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_area .movie_text{
    position:absolute;
    top: 50%;
    left:5%;
    -ms-transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    color:#fff;
    z-index: 3;
}

.movie_area .movie_text h2{
    font-size:5vw;
    font-weight:600;
    color:#fff;
    line-height:1.3em;
}

.movie_area .movie_text .top_p{
    font-size:1.2vw;
    line-height:1.6em;
}

.movie_area .news_area{
    position:absolute;
    bottom:-45px;
    left:0;
    z-index:4;
    /*background:#0062B0;
    color:#fff;
    padding:20px;*/
    width:100%;
}

.movie_area .news_area:before{
    position:absolute;
    left:0;
    z-index:3;
    background:#0062B0;
    background:#18259c;
    width:50%;
    display:inline-block;
    height:100%;
    content:'';
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #003;
    left: 0;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index:3;*/
}

.title_area {
    margin-top:70px;
    padding:20px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("../img/title.png");
    background-size: cover
		no-repeat;
	background-position: 100% 10%;
}

.line {
		border-top: #8DC21F 3px solid; 
}

.title_area h2{
    color:#fff;
    height: 200px;
    width: 90%;
	padding-top: 120px;
    font-size:50px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.055em;
}

.title_area h2 span{
    display:block;
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
}


/*完成品までの流れ*/

section:first-child{
    margin-top:80px;
}

section{
    margin-bottom:100px;
}

section .first{
    margin-top:60px;
    margin-bottom:60px;
}

section section{
    margin-bottom:100px;
}

section section h4{
    margin-bottom:30px;
}

.process{
    background:#edeff6;
    background:#f3f4f8;
    padding:50px 0;
    position:relative;
}

.process:before{
    position:absolute;
    z-index:0;
    left:-10%;
    content:'';
    width:47vw;
    height:50%;
    border-radius:30%;
    background:rgba(45,78,180,.05);
    /*background: -webkit-linear-gradient(to bottom, #f3f4f8, rgba(43, 50, 178, 0.5), rgba(20, 96, 204, 0.8));  /* Chrome 10-25, Safari 5.1-6 */
    background:linear-gradient(to bottom, #f3f4f8, rgba(50, 96, 174, 0.15), rgba(34, 140, 200, 0.05));
    /*background: linear-gradient(to bottom, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top:0;
}

.process:after{
    position:absolute;
    z-index:0;
    content:'';
    width:100vw;
    height:60%;
    background:rgba(45,78,180,.05);
    background: -webkit-linear-gradient(to bottom, #f3f4f8, rgba(174, 166, 74, 0.05), rgba(134, 140, 25, 0.38));  /* Chrome 10-25, Safari 5.1-6 */
    background:linear-gradient(to bottom, #f3f4f8, rgba(174, 166, 74, 0.05), rgba(134, 140, 25, 0.38));
    background:linear-gradient(to bottom, #f3f4f8, rgba(174, 166, 74, 0.05), rgba(30, 160, 245, 0.18), rgba(250, 250, 245, 0.18));
    /*background: linear-gradient(to bottom, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    bottom:0;
    right:0;
}

.process h5{
    font-size:26px;
    font-weight:bold;
    letter-spacing: 0.025em;
    margin-bottom:1em;
    display:inline-block;
    padding-bottom:0.5em;
    border-bottom:2px dotted #ccc;
    
}

.step_rtv{
    position:relative;
    margin-bottom:80px;
    font-size:16px;
    font-weight:normal;
}

.l_step{
    background:#fff;
    border-radius: 8px;
    padding:40px;
    width:60%;
    /*font-weight:bold;*/
    position:absolute;
    bottom:0;
    left:0;
    z-index:3;
    overflow:hidden;
    line-height:1.8em;
}

.r_step{
    background:#fff;
    border-radius: 8px;
    padding:40px;
    width:60%;
    /*font-weight:bold;*/
    position:absolute;
    bottom:0;
    right:0;
    z-index:3;
    overflow:hidden;
    line-height:1.8em;
}

.number{
    /*position:absolute;
    top:-25px;
    left:-25px;
    padding:20px 15px;
    font-size:18px;
    font-weight:bold;
    width:60px;
    height:60px;*/
    /*background:#18259c;
    background: -webkit-linear-gradient(to left, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*border-radius:50%;
    color:#fff;
    text-align: center;
    vertical-align: middle;*/

    position: absolute;
    top: 33px;
    left: -38px;
    padding: 20px 15px;
    font-size: 200px;
    font-weight: bold;
    /* width: 60px; */
    /* height: 60px; */
    /* background: #18259c; */
    background: -webkit-linear-gradient(to left, #2B32B2, #1488CC);
    /* background: linear-gradient(to left, #2B32B2, #1488CC); */
    /* border-radius: 50%; */
    color: rgba(133,133,53,.1);
    text-align: center;
    vertical-align: middle;
    
}

.check{
    width:83%;
    padding:8px 10px 8px 0px;
    background:#f0e47c;
    font-size:16px;
    font-weight:bold;
    display:flex;
    align-items: center;
}

.check span{
    /*border:1px solid;*/
    padding:5px 10px;
    background:#252525;
    color:#fff;
    margin-right:1em;
    font-size:14px;
    text-align: center;
    width:9em;
}

.r_img{
    position:relative;
    text-align:right;
    z-index: 2;
}

.l_img{
    position:relative;
    text-align:left;
    z-index: 2;
}

.facility{
    background-image:url('../img/dot-gray.png') ,url(../img/flow/step_3.jpg);
    background-repeat:repeat,no-repeat;
    background-size: auto,cover;
    background-attachment: fixed;
    padding:50px;
    position:relative;

}

.facility_bg{
    font-weight:600;
    font-size:18px;
    background:rgba(255,255,255,.95);
    padding:40px 120px;
    line-height:1.8em;
    display: flex;
    justify-content: space-between;

}

.facility_bg li{
    border-bottom:1px dotted #ccc;
    padding:10px 0;
}


/*------------------------*/

/*---会社案内---------------------*/

.company_data {
    width:50%;
}

.company_data th {
    width:30%;
    font-size:16px;
    /*font-weight:bold;*/
    padding:15px;
    text-align:left;
    /*border-bottom:1px solid #ccc;*/
}

.company_data td {
    font-weight:normal;
    font-size:16px;
}

.company_history{
    width:100%;
}

.company_history th{
    width:9em;
    padding:20px;
    text-align:left;
    background:#f2f5ff;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
}

.company_history td{
    padding:20px;
    text-align:left;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
    padding-left:60px;
}

.map{
    width:100%;
    height:400px;
}

.iso_area{
    background:#f9fafb;
    padding-top:100px;
    padding-bottom:100px;
}

.iso_fs p{
    font-size:16px;
    line-height:1.8em;
}

.iso_fs h4{
    margin-top:60px;
}

.iso_fs ul{
    margin-top:15px;
    line-height:2em;
    font-size:15px;
    font-weight:normal;
}

.iso_fs li{
    /*background: linear-gradient(transparent 60%, #ffff66 60%);*/
}

.iso_fs ul ul{
    margin-top:0px;
    font-size:15px;
}

.iso_fs li li{
    margin-left:1em;
}

/*-------------------------------*/

/*---------------技術紹介------------*/
.bg_print{
    background:#eee;
    padding-top:30px;
    padding-bottom:30px;
}

.bg_print h4{
    font-size:39px;
    margin-bottom:0;
    letter-spacing: 0.09em;
    border-left:0;
    padding-left:0;

}

.bg_proc{
    background:#eee;
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom:60px;
}

.bg_proc h4{
    font-size:39px;
    letter-spacing: 0.09em;
    border-left:0;
    padding-left:0;
    margin-bottom:0px;
}

.print_left{
    width:65%;
    font-size:15px;
    line-height:2em;
    margin-right:30px;
}

.merit{
    width:100%;
    padding:0px 10px 0px 0px;
    /*background:#f0e47c;*/
    border-bottom:1px solid #eee;
    font-size:14px;
    font-weight:bold;
    display:flex;
    align-items: center;
    margin-top:30px;
}

.merit span{
    /*border:1px solid;*/
    padding:5px 10px;
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight:normal;
    color:#fff;
    margin-right:1em;
    font-size:14px;
    text-align: center;
    width:7em;
}

.demerit{
    width:100%;
    padding:0px 10px 0px 0px;
    /*background:#f0e47c;*/
    border-bottom:1px solid #eee;
    font-size:14px;
    font-weight:bold;
    display:flex;
    align-items: center;
    margin-top:25px;
}

.demerit span{
    /*border:1px solid;*/
    padding:5px 10px;
    background: #606c88;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c78 80%,#424242);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #405c78 80%,#424242); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight:normal;
    color:#fff;
    margin-right:1em;
    font-size:14px;
    text-align: center;
    width:7em;
}

.products{
    width:100%;
    padding:0px 10px 0px 0px;
    /*background:#f0e47c;*/
    border-bottom:1px solid #eee;
    font-size:14px;
    font-weight:bold;
    display:flex;
    align-items: center;
    margin-top:25px;
}

.products span{
    /*border:1px solid;*/
    padding:5px 10px;
    background: #FF9803;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c78 80%,#424242);  /* Chrome 10-25, Safari 5.1-6 */
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(233, 195, 22, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight:normal;
    color:#fff;
    margin-right:1em;
    font-size:14px;
    text-align: center;
    width:7em;
}


.tech_graf{
    width:100%;
}

.tech_graf th{
    padding:20px;
    /*text-align:left;*/
    background:#f2f5ff;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
    font-weight:bold;
    vertical-align: middle;
}

.tech_graf td{
    padding:20px;
    text-align:center;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
    font-weight:bold;
    font-size:20px;
    color:#37474F;
    /*border-right:1px dotted #ccc;*/
}

/*----------------------------------*/

/*-----------------マシタマークの強み---------------------*/
.about_1{
    position:relative;
}

.about_2{
    position:relative;
    margin-top:130px;
    margin-bottom:130px;
}

.abs_box{
    position:absolute;
    top:calc(50% - 160px);
    right:51px;
    width:600px;
    padding:70px 50px;
    background:#fff;
    z-index:2;
    height:320px;
}

.abs_box_left{
    position:absolute;
    top:calc(50% - 160px);
    left:51px;
    width:600px;
    padding:70px 50px;
    background:#fff;
    z-index:2;
    height:320px;
}

.abs_box h4,.abs_box_left h4{
    margin-bottom:30px;
}

.abs_box h5,.abs_box_left h5{
    font-size:15px;
    line-height:1.8em;
    font-weight:normal;
}

.abs_box .sub_heading_1, .abs_box_left .sub_heading_1{
    font-size:90px;
    font-weight:bold;
    font-style: italic;
    line-height:1em;
    margin-top:30px;
    margin-bottom:30px;
    /*color:#f6f6f4;*/
    color:rgba(34,127,195,.075);
    position:absolute;
    top:-30px;
    left:0;
    z-index: 0;
    letter-spacing: -0.05em;
}

/*----------------------------------*/

/*----------------------------------*/

/*-----------------製品事例---------------------*/
.product_box{
    
}

.img_btm img{
    padding-bottom: 20px;
}

.pic_box{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pic_box p{
    width:280px;
    /*border:1px solid #ccc;*/
    box-shadow:1px 5px 25px -5px #dad6de;
    padding:30px 0px;
    text-align:center;
    margin-right:26px;
}
/*
.pic_box p img{
    display:block;
    text-align:center;
    max-width:100%;
}*/

.pic_box p:nth-child(4),.pic_box p:last-child{
    margin-right:0px;
}

#product h5{
    font-size:20px;
    font-weight:bold;
    /*background: #0277BD;  /* fallback for old browsers */
/*background: -webkit-linear-gradient(to right, #18259c,#0277BD,#0277BD, #18259c);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right, #18259c,#0277BD,#0277BD, #18259c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: inline-block;
    /*color:#fff;*/
    padding:10px 5px 10px 5px;
    /*border-bottom:1px solid #ccc;*/
    color:#0277bd;
    margin-top:30px;
    margin-bottom:30px;
}

.pic_box p span{
    display:inline-block;
    border:2px solid;
    color:#0277BD;
    padding:3px 15px;
    font-size:12px;
    border-radius:20px;
    margin:auto 5px;
}

.pic_box p span:last-child{
    margin-top:5px;
}


/*----------------------------------*/
/*-----------------採用情報---------------------*/

.message{
    position:relative;
    height:620px;
    background:url(../img/recruit/recruit.jpg) no-repeat right center;
    background-size:contain;
}

.message_title{
    font-size:36px;
    margin-bottom:55px;
    position:relative;
}

.message_title::after{
    content:'';
    position:absolute;
    bottom:-30px;
    left:0em;
    width:8em;
    height:1px;
    background:#333;
}

.message_left{
    position:absolute;
    top:0;
    left:0;
    background:rgba(33,33,33,1);
    background:#162352;
    background:#fff;
    background:rgba(255,255,255,0.95);
    color:#fff;
    color:#252525;
    font-weight:500;
    width:60%;
    font-size:16px;
    padding:4vw 8vw 7vw;
    font-family: 'Sawarabi Mincho', sans-serif;
    letter-spacing: 0.15em;
    line-height:1.8em;
}

.message_right{
    width:100%;
    text-align:right;
}

.head_name{
    font-size:26px;
    text-align:left;
    margin-top:60px;
}

.bg_recruit{
    background:#ECEFF1;
    padding-top:100px;
    padding-bottom:100px;
    margin-bottom:0px;
    position:relative;
    overflow: hidden;
}
/*
.bg_recruit:before{
    position:absolute;
    content:'';
    background:url(../img/recruit/art.png);
    background-size:cover;
    width:450px;
    height:450px;
    bottom:250px;
    right:-300px;
    z-index:0;
    opacity:.1;
}
*/

.bg_recruit:after{
    position:absolute;
    content:'';
    background:url(../img/recruit/art.png);
    background-size:cover;
    width:500px;
    height:500px;
    top:-250px;
    left:-250px;
    z-index:5;
    opacity:.1;
}

.require{
    width:100%;
    background:#fff;
}

.require th{
    width:20%;
    padding:30px;
    text-align:left;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
    background:#f6f6f6;
}

.require td{
    padding:20px;
    text-align:left;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
    padding-left:60px;
}

.bg_schedule{
    /*background-image:url(../img/dot-lg.png),url(../img/recruit/recruit_02.jpg);*/
    background-image:linear-gradient( to right,rgba(255,255,255,.4),rgba(255,255,255,.4), rgba(255,255,255,.2),  #fff ),url(../img/recruit/recruit_04.jpg);
    background-size:auto,cover;
    background-size:cover;
    padding-top:100px;
    padding-bottom:100px;
}

.in_bg_white{
    background:rgba(255,255,255,.9);
    padding:50px;
}

.time_schedule dl{
    display:flex;
    align-items: center;
    margin-bottom:30px;
    border-bottom:1px solid #eee;
    padding-bottom:30px;
}

.time_schedule dl:last-child{
    margin-bottom:0px;

}

.time_schedule dt{
    background:#f0e47c;
    color:#333;
    width:100px;
    padding:5px 10px;
    text-align: center;
    margin-right:50px;
    font-weight:bold;
    font-size:16px;
}

.time_schedule dd{
    font-size:16px;
    font-weight:bold;
    padding:0 20px 0 0;
}

/*--------------------------------------------*/
/*-------------------FAQ-----------------------------*/


.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
    border:1px solid #ccc;
    margin-bottom:15px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.8em;
	position: relative;
	display: block;
	padding: 40px 80px;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
    color:#454545;
    font-size:16px;
    color:#19264b;
    transition:.6s;
}

.cp_actab label:before {
	position: absolute;
    content:'Q.';
    font-size:26px;
    top:calc(50% - 23px);
    left:30px;
    color:#19264b;
    line-height:1.6em; 
}

#panel1 .cp_actab label:before,#panel4 .cp_actab label:before {
    display:none;
}

#panel1 .cp_actab label,#panel4 .cp_actab label {
	font-weight: bold;
	line-height: 1.8em;
	position: relative;
	display: block;
	padding: 20px 30px;
	cursor: pointer;
	margin: 0 0 1px 0;
	background:#19264b;
    background:#E1F5FE;
    background:#f8Fdff;
    font-size:13px;
    color:#fff;
    color:#19264b;
}

#panel1 .cp_actab .cp_actab-content:before,#panel4 .cp_actab .cp_actab-content:before {
    position:absolute;
    content:'';
    font-size:26px;
    top:calc(50% - 13px);
    left:33px;
    color:#f65c53;
    font-weight:bold;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fff;
    position:relative;
}

.cp_actab .cp_actab-content:before {
    position:absolute;
    content:'A.';
    font-size:26px;
    top:calc(50% - 13px);
    left:33px;
    color:#18259c;
    font-weight:bold;
}

.cp_actab .cp_actab-content p {
	padding: 40px 80px;
}

#panel1 .cp_actab .cp_actab-content p, #panel4 .cp_actab .cp_actab-content p {
	padding: 16px 30px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
    
}

.cp_actab input:checked ~ .change {
    background:#f0e47c;
}
/* Icon */
.cp_actab label::after {
	line-height: 5;
	position: absolute;
	top: calc(50% - 2.5em);
	right: 0;
	display: block;
	width: 5em;
	height: 5em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
    font-size:40px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*--------------------------------------------*/
/*-----------------プライバシーポリシー----------------*/
#privacy h4{
    border:none;
    padding-left:0px;
    margin-bottom:20px;
    font-size:24px;
    position:relative;
}

#privacy h4:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:4em;
    height:1px;
    background:#ccc;
}

#privacy ul{
    margin-left:1.5em;
    list-style: disc;
    color:#353535;
}

/*-----------------------------------------------*/
/*-----------------サイトマップ----------------*/

#sitemap ul{
    color:#353535;
    display:flex;
    flex-wrap: wrap;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
}

#sitemap li a{
    font-size:16px;
    width:399.65px;
    padding:30px;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    display:block;
    text-align:center;
    position:relative;
    transition:.4s;
}

#sitemap li a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #18259c;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}

#sitemap li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#sitemap li a:hover{
    color:#fff;
    background:#18259c;
}

#sitemap li a:after{
    position:absolute;
    top:calc(50% - 9.5px);
    right:1.5em;
    z-index:5;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*-----------------------------------------------*/
/*-------------------お問い合わせ------------*/
.mail_outer{
    /*border:1px solid #ccc;*/
    background:#f7f7f8;
    padding:50px 50px 30px;
}

#contact .con_button{
    width:50%;
    background:#f7f7f8;
    color:#37474F;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding:30px;
    border-bottom:1px solid #c8c8c8;
}

#contact .inq_button{
    width:50%;
    background:#18259c;
    color:#fff;
}

#contact .inq_button a:hover{
    background:#2952e9;
    color:#fff;
}

#contact .con_button a,#contact .inq_button a{
    padding:30px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    display:block;
    text-align: center;
    transition:.4s;
}

#inquiry .con_button{
    width:50%;
    background:#18259c;
    
}

#inquiry .con_button a:hover{
    background:#2952e9;
}

#inquiry .inq_button{
    width:50%;
    background:#f7f7f8;
    color:#37474F;
    font-weight:bold;
    font-size:16px;
    text-align:center;
    padding:30px;
    border-bottom:1px solid #c8c8c8;
}

#inquiry .con_button a,#inquiry .inq_button a{
    padding:30px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    display:block;
    text-align: center;
    transition:.4s;
}

.con_table{
    width:100%;
}

.con_table tr{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom:20px;
}
.con_table th{
    margin-right:20px;
    min-width:270px;
    padding:20px;
    text-align: left;
    font-size:15px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.con_table td{
    width:80%;
    min-width:560px;
    position:relative;
}

.con_table td input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 13px 12px;
}

.con_table .btn{
    margin-bottom:10px;
    width:20px;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 13px 12px;
}

.con_table td select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding:5px 10px 5px 10px;
}


.con_table td textarea{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-top:20px;
}

.con_table small{
    position:absolute;
    bottom:-2em;
    left:0;
    font-size:13px;
}

.btn_box{
    display:flex;
    align-items: center;
}

.req{
    background:#ff1744;
    color:#fff;
    padding:3px 15px;
    font-size:12px;
    border-radius:3px;
    display:block;
    font-weight:100;
}

/*.gaiyowaku table { width: 100%; }
.gaiyowaku th, .gaiyowaku td  { padding: 10px; border: 1px solid #ddd; }
.gaiyowakutd  { background: #eeeeee; width: 300px;vertical-align: top;
}
.gaiyowaku th  { width: 30%; text-align: left; }
*/
.red2 {
	color: #f44336;
}

.pri_button a{
    /*background:#555;
    color:#fff;*/

    border-bottom:1px solid #2952e9;
    margin-left:5px;
    margin-right:5px;
    display: inline-block;
    color:#2952e9;
}

.agree_box{
    text-align: center;
    line-height:1.8em;
    margin-top:30px;
    border:1px solid #e6e7e8;
    padding:30px;
    background:#fff;
}

.agree{
    width:30%;
    margin:20px auto 0;
}

.agree label{
    background: #e6e7e8;
    padding: 15px 0;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*
.agree{
    background:#ccc;
    width:500px;
    padding:20px;
    margin:10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
*/

.done{
    width:960px;
    padding:20px 40px;
    font-size:18px;
    font-weight:bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:#8DC21F;
    border:none;
    color:#fff;
    margin-top:30px;
    transition:.4s;
}

.done:hover{
    background:#01A005;
}

/*=================組織概要=================*/

.in-container {
  width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .in-container {
      width: 80%; } }

.information-table {
  width: 100%;
  font-size: 16px; 
}
  .information-table tr {
    border-bottom: 3px solid #333;
}
  .information-table th, .information-table td {
    padding: 20px;
    text-align: left; 
}
    @media screen and (max-width: 1000px) {
      .information-table th, .information-table td {
        padding: 10px;
        font-size: 14px; } 
}

    @media screen and (max-width: 1000px) {
}
  .information-table td {
    line-height: 1.8; }
  .information-table a {
    border-bottom: 1px solid #333; }


@media screen and (max-width: 1000px) {
  .map{
    width: 100%;
  }
}



/****-----------------------------------------*/
@media screen and (max-width:485px)
{
	
.news-list-top li .category {
    font-size:12px !important;
}
.gaiyo th,
.gaiyo td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo tr:first-child th { 
	border-top: 1px solid #ddd;
	}
    .form-a{
        width:100%;
    }
    
    .news-list-top li .ttl {
    display: inline-block;
    margin-top: 5px 10px;
}

}
/*-----------------------------------------------*/

.news_container{
    background:#888A8A;
    background:#888A8A;
    color:#454545;
    padding: 30px 35px 20px;
    position:relative;
    z-index:5;
    display:flex;
    align-items: center;
}

.news_bk {
	background: #888a8a;
	width: 100%;
}
/*
.movie_area .news_area:after{
    content: '';
    width: 12.5%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
}
*/

/*
.btn_1 a{
    width:300px;
    padding:10px 20px;
    color:#fff;
    border:1px solid #fff;
    display:block;
    text-align:center;
}

.btn_1 a{
  position: relative;

}
.btn_1 a::before {
  content: attr(data);
  display: block;
  position: relative;
  transition: color 300ms;
  z-index: 0;
}
.btn_1 a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(30,50,200,.7);
  transition: width 300ms;
  width: 0;
  z-index: 0;
}
.btn_1 a:hover::before {
  color: red;
}
.btn_1 a:hover::after {
  width: 100%;
  z-index:-1;
}
*/

/*
.button a{
  flex: 1 1 auto;
  padding: 10px 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
    display:block;
    width:300px;
    color:#fff;
    font-weight: 600;
}
.button a:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 60%;
  bottom: 0;
  height: 3px;
  background: rgba(25,37,157,.85);
}

.button a:after {
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}
.button a:hover {
  cursor: pointer;
}
.button a:hover:after {
  width: 100%;
  left: 0;
}

.button a:hover:after {
  left: -10%;
  width: 120%;
}
*/

.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button {
  display: inline-block;
  padding: 12.5px 30px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
    background: rgba(25,37,157,1);
  min-width:260px;
  text-align: center;
}
.button:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 10px;
  height: 10px;
  /*background: rgba(25,37,157,1);*/
  background:#3144fb;
  border-radius: 50%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.button span {
  position: relative;
}
.button:hover, .button:focus {
  color: white;
}
.button:hover:before, .button:focus:before {
  width: 390px;
  height: 190px;
  opacity: 1;
}

.button:after{
    position:absolute;
    top:calc(50% - 9.5px);
    right:1.5em;
    z-index:5;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition:.4s
}

.button:hover:after{
    position:absolute;
    top:calc(50% - 9.5px);
    right:2em;
    z-index:5;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.button {
    /*border:2px solid #fff;*/
    color:#fff;
}
.button:before {
  right: auto;
  bottom: auto;
  left: -40px;
  top: -40px;
}

.button_2{
    border:1px solid #fff;
    display:block;
    color:#fff;
    padding:5px 20px;
    margin-left:50px;
}

.radius_button{
    border:2px solid;
    border-radius:20px;
    display:inline-block;
    padding:10px 30px;
    font-weight: bold;
}

.top_cnt{
    width: 100%;
    margin-bottom:13vw;
    position:relative;
}

.top_cnt:after {
    content: '';
    width: 81.25%;
    background: url(../img/quality_bg.jpg) no-repeat left top;
    background-size: cover;
    padding-top: 34.615384%;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: -1;
}

.top_cmp{
    width: 100%;
    margin-bottom:7vw;
    position:relative;
}

.top_cmp:after {
    content: '';
    width: 90%;
    /*background: url(../img/quality_bg.jpg) no-repeat left top;
    background-size: cover;*/
    background: /*linear-gradient( to right, rgba(5,35,75,1), rgba(5,95,165,0.95), rgba(255,255,255,0), rgba(255,255,255,0) ) */
    linear-gradient(105deg,#68a0c2 0,#88b0c2 40%,transparent 70%);/*, url(../img/quality_bg.jpg);*/
    background:linear-gradient(105deg,transparent 0,transparent 15%,#78b0c2 60%,#68a0c2 70%,transparent 90%);
    /* background: linear-gradient(105deg,#536976 0,#BBD2C5 50%,transparent 70%), url(../img/rehab.jpg); */
    background-size: cover,cover;
    background-position: center center,bottom 25% left;
    position: absolute;

    top: 0;
    left: 0;
    z-index: -1;

    background-color: inherit;
    border: inherit;
    -moz-transform: scale(1.2);
    /* -webkit-transform: scale(1.2); */
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    padding-top: 29.5%;
}

.white_box{
    width:45%;
    top:0;
    right:5vw;
    position:absolute;
    background:#fff;
    background:rgba(255,255,255,1);
    z-index:5;
    padding:50px;
    padding:3.9vw 5.8vw;
    line-height:1.8em;
}

.white_box_left{
    width:45%;
    top:0;
    left:5vw;
    position:absolute;
    background:#fff;
    background:rgba(255,255,255,1);
    z-index:5;
    padding:50px;
    padding:3.9vw 5.8vw;
    line-height:1.8em;
}

.left_img_area{
    margin-right:50%;
}

.left_img_area img{
    width:100%;
}

.right_img_area{
    margin-left:50%;
}

.right_img_area img{
    width:100%;
}



.top_tec{
    width:50%;
    height:100%;
    overflow: hidden;
    padding:5vw;
    /*height:527px;*/
    text-align: center;
    color:#fff;
}

.top_pdt{
    width:50%;
    height:100%;
    overflow: hidden;
    padding:5vw;
    /*height:527px;*/
    text-align: center;
    color:#fff;
    background-image:linear-gradient(150deg ,rgba(33,33,53,.35), rgba(63,63,78,.75) 20%, rgba(63,63,78,.6),rgba(33,33,43,.85),rgba(33,33,45,.93),rgba(13,13,18,.99)),
    url(../img/product.jpg);
    background-size: cover;
    transition-duration: 0.3s;
    position:relative;
    transition:.5s;
}

.top_pdt:hover{
    background:#9E9D24;
    background:#212121;
}
/*
.top_pdt:before:hover{
    background-image:linear-gradient( to right, rgba(33,33,33,.7),rgba(33,33,33,.2),rgba(33,33,33,.7)),
    url(../img/product.jpg);
	position:absolute;
    top:0;
    left:0;
    z-index:5;
    content:"";
}*/

/*
.top_pdt:before{
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}
/*
.top_pdt:hover{
	transform: scale(1.1);	
	transition-duration: 0.3s;	
}
*/

.top_tec{
    background-size: cover;
    background-image:
    linear-gradient( to right, rgba(33,33,33,.15),rgba(95,93,93,.4),rgba(33,33,33,.15)),
    url(../img/tec.jpg);
    transition:.5s;
}

.top_tec:hover{
    /*background:linear-gradient( to right, rgba(055,155,255,1),rgba(55,65,255,.7),rgba(55,155,255,1)),url(../img/tec.jpg);*/
    /*background:linear-gradient( to right, rgba(55,155,255,1),rgba(55,125,255,.95),rgba(55,155,255,1)),url(../img/tec.jpg);*/
    /*background:linear-gradient( to right, rgba(55,85,155,1),rgba(55,95,155,.8),rgba(55,85,155,1)),url(../img/tec.jpg);*/
    background:#283593;
    background:#00C853;
background: #00B0FF;  /* fallback for old browsers */

}


.top_rcr{
    background-image:linear-gradient( to right, rgba(55,55,55,.4),rgba(55,55,55,.35),rgba(55,55,55,.4)),
    url(../img/new_top_recruit.png);
    background-size: cover;
    width:100%;
    padding:8vw;
    text-align: center;
    color:#fff;
    transition:1s;
    position: relative;
    display:block;
    z-index: 5;
}

.top_rcr::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*z-index: -1;*/
  content: '';
  background:linear-gradient( to right, rgba(055,155,255,.9),rgba(55,65,255,.7),rgba(55,155,255,.9));
  background-size:cover;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}

.top_rcr:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*
.top_rcr:hover{
    background:linear-gradient( to right, rgba(055,155,255,1),rgba(55,65,255,.7),rgba(55,155,255,1)),url(../img/recruit.jpg);
    background-size: cover;
    background:#00B0FF;
}
*/
/*
.top_rcr:hover .heading_1{
    color:yellow !important;
}*/

.top_bnr{
    width:47%;
    min-width:450px;
    background:#f2f5ff;
    display:flex;
    justify-content:space-between;
    padding:30px;
    align-items: center;
}



.heading_bnr{
    color:#253538;
    line-height:1em;
    font-size:2.5vw;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}

.heading_bnr span{
    display:block;
    font-size:1vw;
    font-family:"Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.contact_area{
    background: rgba(25,37,157,1);
    color:#fff;
    padding:30px;
    font-size:18px;
    margin-top:8vh;
}

.contact_container{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.button_contact{
    background:#fff;
    color:#0135b5;
    padding:10px 60px;
    display:inline;
    font-weight:bold;
    font-size:16px;
}

.button_cnt a{
    text-align: center;
    background:#8DC21F;
    color:#fff;
    padding:20px 60px;
    display:block;
    font-weight:bold;
    font-size:16px;
    margin-top:15px;
    position:relative;
    z-index: 2;
}


.button_cnt a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
    background: #666;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.button_cnt a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  z-index: -1;
}

.footer_area{
    background: #f2f5ff;
    background: #ED859F;
    padding-top:70px;
    padding-bottom:70px;
    color:#fff;
    margin-top:8vh;
}

.address{
    color:#fff;
    font-size:14px;
    margin-top:5px;
}

.footer_layout{
    display:flex;
    justify-content: space-between;
/*    align-items: center;*/
}

.footer_btm{
    display:flex;
    justify-content: flex-end;
    color:#fff !important;
    width:1200px;
    margin:10px auto 0px;
}

.footer_btm a{
    color:#fff !important;
}

.footer_btm p:first-child{
    margin-right:30px;
}



.res_only{
    display:none;
}

@media screen and (min-width:800px) and ( max-width:1080px) {




a {
    text-decoration: none !important;
    color: #454545;
}
.navi_lo h1 {
    width: 15%;
    min-width: auto;
    display: flex;
    align-items: center;
}

.navi_lo ul {
    display: flex;
    justify-content: center;
    width: 66%;
    font-size: 1.25rem;
    font-weight: bold;
    align-items: center;
    /* padding: 25px 0; */
    height: 70px;
}


.navi_lo ul li a {
    text-align: center;
    padding: 0px 8px;
    transition: .4s;
    display: block;
    height: 70px;
    align-items: center;
    display: flex;
    align-items: center;
    position: relative;
}

.container,.container_c {
    max-width:960px;
    min-width:600px;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

.container_b {
    max-width:940px;
    min-width:600px;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

.contact_container {
    /* width: 850px; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.white_box{
    padding: 4.25vw 5.8vw 3vw;  
    }

.white_box_left {
    width: 45%;
    top: 0;
    left: 5vw;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,1);
    z-index: 5;
    padding: 4.25vw 5.8vw 3vw;
    /* overflow: hidden; */
}

.top_pdt {
    width: 50%;
    height: 450px;
    overflow: hidden;
    padding: 6.5vw 5vw 4vw;
    text-align: center;
    color: #fff;
    background-image: /*linear-gradient(150deg ,rgba(33,33,53,.35), rgba(63,63,78,.75) 20%, rgba(63,63,78,.6),rgba(33,33,43,.85),rgba(33,33,45,.93),rgba(13,13,18,.99)),*/
 url(../img/top_03.jpg);
    background-size: cover;
    transition-duration: 0.3s;
    position: relative;
    transition: .5s;
}

.top_tec {
    height: 450px;
    padding: 6.5vw 5vw 4vw;
    }

}

@media only screen and (max-width: 800px) {
    
    .top-news {
    align-items: flex-start;
        display:block;
}
    
    .news-list-top li .category {
    width: 10em;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
}

.top_rcr {
    background-position: center center !important;
}
    
    .news-list-top li .ttl {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

h4 {
    font-weight: 600;
    font-size: 5vw;
    padding-bottom: 2.5vw;
    position: relative;
    color: #494949;
    background: transparent;
    margin-bottom: 5vw;
    display: inline-block;
}

.res_only{
    display:block;
}

.movie_area .news_area {
    position: absolute;
    /*bottom: -125px;*/
    bottom: -200px;
    left: 0;
    z-index: 4;
    width: 100%;
}

.movie_area .news_area:before {
    background: #fff;
}



.news_container {
    background: #18259c;
    background: #fff;
    color: #333;
    padding: 2vw 3vw;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

    .news_container iframe{
        /*height:70px;*/
        height: 200px;
    }

.news_container .txt_62{
     font-size:4vw;   
}

.top_cnt {
    /*margin-top:100px;*/
    margin-top:170px;
}
 
.container {
    max-width:800px;
    /*min-width:600px;*/
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

section {
    margin-bottom:30px; 
}

.navi_lo{
    display:flex;
    justify-content: space-between;
    padding:2% 0px 2% 2%;
    color:#fff;
}

.navi_lo h1{
    width:40%;
    min-width:auto;
    display: flex;
    align-items: center;
}

.navi_lo h1 a{
    vertical-align: middle;
    display:block;
}


.navi_lo ul{
    display:none;
    justify-content: flex-end;
    width:66%;
    font-size:1.45rem;
    font-weight:bold;
    align-items:center;
    height:70px;
}

.navi_lo ul li{

}

.navi_lo ul li a{
    text-align: center;
    padding:0px 15px;
    transition:.4s;
    display:block;
    height:70px;
    align-items: center;
    display:flex;
    align-items: center;
    position:relative;
}

.navi_lo ul li a:hover{
    /*color:#fff;*/
    background:#fff5f1;
}

.navi_lo ul li a:after{
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}

.navi_lo ul li a:hover::after {
  transform: scale(1, 1);/*確認*/
}

/*====================ハンバーガーメニュー==========================*/

.res_nav{
    display:none;
    position: fixed;
    top:0px;
    right:0;
    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,1);*/
    background:#89B929;
    left: 0;
    transition-property: transform;
    overflow: hidden;
}

header nav ul{
		display: block;
		width: 90%;
		height: 80%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
}

	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #fff;
        padding:20px 0;
        font-weight:bold;
        font-size:4.3vw;
	}


    #nav_toggle{
            display: block;
            width: 5%;
            width:30px;
            height: 5%;
            height:30px;
            position: fixed;
            top:20px;
            top:calc(7vw - 15px);
            right:10px;
            z-index: 100;
            margin-left:auto;
        }

    #nav_toggle div {
            position: relative;
        }

	#nav_toggle span{
		display: block;
		height: 3px;
		background: #444;
		position:absolute;
		width: 100%;
		right: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}

	/*開閉ボタンopen時*/
    .open{
        position:relative;

    }
	.open #nav_toggle span:nth-child(1) {
        /*top: calc(50% - 15px);*/
            background:#fff !important;
            top:calc(7vw - 15px);
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
				/*top: calc(50% - 15px);*/
            background:#fff !important;
            top:calc(7vw - 15px);
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
/*====================ハンバーガーメニューEND==========================*/

    .res_menu li a{
        padding:10px;
        color:#555;
    }

.contact_abs{
    position:relative;
    width:20%;
    display:none;
}

.contact_abs a{
    position:absolute;
    top:-10px;
    right:0;
    background: #18259c;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #0025ac, #0040B0, #0062B0);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to left, #0025ac,#0040B0, #0062B0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    text-align:center;
    padding:30px 15px;
    line-height:1.8em;
    color:#fff;
    z-index:2;
    font-weight:600;
    transition:.1s;
    display:block;
    font-size:16px;
    border:none;
}
/*
.contact_abs a:hover{
    background: #1825fc;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0025ac, #0040B0, #0062B0);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0025ac,#0040B0, #0062B0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*}*/

.contact_abs a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #f09819;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.contact_abs a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*overflow:hidden;*/
  margin-top:50px;
  margin-bottom:0px;
  background:navy;
  transition:.4s;
}

.movie_area:after {
  position: absolute;
  /*height:100vh;*/
  width: 100%;
  height:100%;
  content:'';
  background:url('../img/dot-gray.png')repeat;
  z-index:1;
  top:0;
  left:0;
}
    
.button {
    display: inline-block;
    padding: 1.7vw 10px;
    text-decoration: none;
    font-size: 12px !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: rgba(25,37,157,1);
    min-width: 65%;
    text-align: center;
}

.button:after {
    position: absolute;
    top: calc(50% - 8.5px);
    right: 1.5em;
    z-index: 5;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .4s;
}
	
.movie_area .movie_text h2 {
    font-size: 4.5vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.6em;
}

.movie_area .movie_text .top_p {
    font-size: 2.3vw;
    line-height: 1.6em;
    margin-top:10px !important;
    margin-bottom:10px !important;
}

section:first-child {
    margin-top: 0px;
}

.news_outer {
    display: block;
    justify-content: space-between;
    align-items: center;
}

.dcrp {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_b{
    width:100%;
    height:auto;
    position:relative;
    background:#f5f5f5;
    padding-bottom:20px;
}

.news_box {
    margin-top: 30px;
}

.news_box dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.news_box dt {
    background: #f44336;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    font-size:12px;
    width:20%;
    margin-right:10px;
    text-align:center;
}

.news_box dd {
    display: inline-block;
    padding: 0px;
}

.news_box dd span {
    font-weight: bold;
    margin-right: 5px;
    margin-left: 0px;
}

.heading_1 {
    font-family: "Noto Sans JP","Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color: #253538;
    line-height: 1em;
    font-size: 4.1vw;
    font-weight: bold;
    position: relative;
    z-index: 5;
    letter-spacing: 0.025em;
    border-bottom: 2px solid #000066;
    padding-bottom: 0.5em;
    display: inline-block;
}

.left_img_area {
    margin-right: 0%;
}

.white_box {
    width: 100%;
    top: 0;
    right: 0;
    position: inherit;
    background: #fff;
    background: rgba(255,255,255,1);
    z-index: 5;
    padding: 50px;
    padding: 7.25vw 5.8vw;
    /* overflow: hidden; */
}

.p_txt{
    font-size:12px;
    line-height:inherit;
}

#toppage .mt30{
    margin-top:15px; 
}

.right_img_area {
    margin-left: 0%;
}

.white_box_left {
    width: 100%;
    top: 0;
    left: 0;
    position: inherit;
    background: #fff;
    background: rgba(255,255,255,1);
    z-index: 5;
    padding: 50px;
    padding: 7.25vw 5.8vw;
    /* overflow: hidden; */
    text-align: right;
}

.top_cnt:after {
    content: none;
    width: 81.25%;
background: #C02425;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff,#F0CB35, #C02425);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fff,#F0CB35, #C02425); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity:.4;
    background-size: contain;
    padding-top: 34.615384%;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: -1;
}

#top_cases .flex{
    display: block;    
}

.top_pdt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 9.5vw 5vw;
    background-image: linear-gradient(150deg ,rgba(33,33,53,.35), rgba(63,63,78,.75) 20%, rgba(63,63,78,.6),rgba(33,33,43,.85),rgba(33,33,45,.93),rgba(13,13,18,.99)),
 url(../img/product.jpg);
    background-size: cover;
    transition-duration: 0.3s;
    position: relative;
    transition: .5s;
}

.top_tec {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 9.5vw 5vw;
    /* height: 527px; */
    text-align: center;
    color: #fff;
}


#top_cases .heading_1 {
    color: #fff;
    line-height: 1em;
    font-size: 4.9vw;
    position: relative;
    letter-spacing: 0.025em;
    border-bottom: 2px solid #fff;
}

#top_cases .sub_heading_1 {
    position: inherit;
    font-size: 3.6vw;
    letter-spacing: 0.025em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact_container {
    /* width: 850px; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    justify-content: none;
    align-items: center;
}
    
.contact_container p{
    font-size: 12px;
    margin-bottom:10px;
    text-align: center;
}

.button_contact a {
    background: #fff;
    color: orangered;
    padding: 10px 10px;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    display: block;
    transition: .4s;
    text-align:center;
}

.contact_area {
    /* background: rgba(25,37,157,1); */
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    background: #fe8c00;
    background: -webkit-linear-gradient(to left, #f83600, #fe8c00);
    background: linear-gradient(to left, #f83600, #fe8c00);
    color: #fff;
    padding: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.footer_layout {
    display: block;
    justify-content: space-between;
    /* align-items: flex-end; */
    align-items: center;
}
    
.res_com{
    text-align:center;
}

.footer_layout h1{
    width:60%;
    /*margin-right:20px;*/
    text-align: center;
    margin:0 auto;
}

.address {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom:10px;
    text-align: center;
}

.tel_no {
    font-family: 'Roboto', sans-serif;
    color: #253538;
    line-height: 1em;
    font-size: 5.3vw;
    color: #fff;
    font-weight:bold;
    text-align: center;
}

.footer_layout .tr{
    text-align: center;
}

.footer_navi,.footer_btm{

}

.footer_btm{
    width:90%;
    margin:10px auto;
}

.footer_navi {
    display: inherit;

}

.footer_navi{
    margin-top:20px;
    display:flex;
    flex-wrap: wrap;
    border-left:1px solid #999;
    border-top:1px solid #999;
    border-right:1px solid #999;
}

.footer_navi li{
    padding:0;
    position:relative;
    width:50%;
}

.footer_navi li:nth-of-type(odd){
    border-right:1px solid #999;
}

.footer_navi li a{
    border-bottom:1px solid #999;
    width:100%;
    display:block;
    padding:0;
    padding:5px 10px;
}

.footer_navi li:after{
    position:absolute;
    right:10px;
    top:5px;
    content:'\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
}

.footer_area {
    background: #ED859F;
    padding-top: 60px;
    padding-bottom: 50px;
    color: #fff;
    /* margin-top: 8vh; */
}

.button_cnt a {
    text-align: center;
    background: #8DC21F;
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-size: 3vw;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

/*===========サブトップ===========================*/

.title_area {
    margin-top: 50px;
    padding: 30px 0;
}

.title_area h2 {
    color: #fff;
    font-size: 5vw;
    letter-spacing: 0.055em;
    font-weight: bold;
}

.title_area h2 span {
    display: block;
    font-size: 3.5vw;
    font-weight: bold;
    margin-top: 2vw;
}

	
/*=================FLOW=================*/

#flow section:first-child{
    margin-top: 30px;
    margin-bottom: 40px;
}

#flow h4{
    position:relative;
    z-index:5;
    margin-bottom: 50px;

}

.l_step {
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 5vw;
    width: 100%;
    /* font-weight: bold; */
    position: inherit;
    bottom: 0;
    left: 0;
    z-index: 3;
    /* overflow: hidden; */
}


.l_step:after {
    content: none;
    background: url(../img/flow/line_r.png) no-repeat;
    padding: 40px;
    width: 100%;
    height: 100%;
    /* font-weight: bold; */
    position: absolute;
    bottom: -600px;
    right: 160px;
    z-index: -10;
}

.r_img img {
    width: 100%;
}

.r_img img:after {
    content: none;
    background: url(../img/flow/line_r.png) no-repeat;
    padding: 40px;
    width: 100%;
    height: 100%;
    /* font-weight: bold; */
    position: absolute;
    bottom: -600px;
    right: 160px;
    z-index: -10;
}

.r_step {
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 5vw;
    width: 100%;
    /* font-weight: bold; */
    position: inherit;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.r_step:after {
    content: none;
}

.l_step p,.r_step p{
     font-size:3.2vw;
    line-height:1.6em;
}

.step_rtv {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}

.check {
    width: 100%;
    padding: 8px 10px 8px 0px;
    background: #f0e47c;
    font-size: 3vw;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#flow .number {
    position: absolute;
    top: -14vw;
    left: 1vw;
    padding: 0;
    font-size: 30vw;
    font-weight: bold;
    /* width: 60px; */
    /* height: 60px; */
    /* background: #18259c; */
    background: -webkit-linear-gradient(to left, #2B32B2, #1488CC);
    /* background: linear-gradient(to left, #2B32B2, #1488CC); */
    /* border-radius: 50%; */
    color: rgba(133,133,53,.1);
    text-align: center;
    vertical-align: middle;
}

.l_img {
    position: relative;
    text-align: left;
    z-index: 2;
    width: 100%;
}

.process h5 {
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 1em;
    display: inline-block;
    padding-bottom: 1vw;
    border-bottom: 2px dotted #ccc;
}

.process:after {
    position: absolute;
    z-index: 0;
    content: '';
    width: 100vw;
    height: 100%;
    background: rgba(45,78,180,.05);
    background: -webkit-linear-gradient(to bottom, #f3f4f8, rgba(174, 166, 74, 0.05), rgba(15, 60, 230, 0.18));
    background: linear-gradient(to bottom, #f3f4f8, rgba(174, 166, 74, 0.05), rgba(15, 160, 230, 0.18));
    bottom: 0;
    right: 0;
}

.facility {
    background-image: url(../img/dot-gray.png) ,url(../img/flow/step_3.jpg);
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    background-attachment: inherit;
    position: relative;
    padding:5vw 0;
}

.facility_bg {
    font-weight: 600;
    font-size: 3vw;
    background: rgba(255,255,255,.95);
    padding: 5vw;
    line-height: 1.8em;
    display: flex;
    justify-content: space-between;
}

.facility_bg li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    font-size:2.7vw;
}


/*=================ABOUT=================*/
#about section:first-child {
    margin-top:30px;
    margin-bottom: 40px;
}

#about section {
    margin-bottom:50px;
}

#about section:nth-child(2){
    margin-bottom:120px;
}

#about section:nth-child(3){
    margin-bottom:130px;
}


#about section:nth-child(4){
    margin-bottom:200px;
}

.heading_20 {
    font-size: 3vw;
    font-weight: 100;
    line-height: 1.6em;
    /* color: #151515; */
    letter-spacing: 0.175em;
}

.about_1,.about_2,.about_3 {
    width: 100%;
    height: 300px;
}

#about .abs_box,#about .abs_box_left {
    background: rgba(255,255,255,1);
    /* background: url(../img/about/paper.jpg) repeat; */
    padding: 20px 0;
    position: inherit;
    right:0;
    left:0;
    bottom: 0px;
    width: 100%;
    height:auto;
}

#about .about_3 .abs_box  {
    background: rgba(255,255,255,1);
    /* background: url(../img/about/paper.jpg) repeat; */
    padding: 5vw;
    position: absolute;
    bottom: -200px;
    width: 90%;
    height:auto;
}

#about .sub_heading_1 {
    font-size: 11.7vw;
    font-weight: bold;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
    /* color: #f6f6f4; */
    color: rgba(34,127,195,.075);
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    letter-spacing: -0.05em;
}

#about h4 {
    font-weight: 600;
    font-size: 6.5vw;
    padding-bottom: 4vw;
    position: relative;
    color: #494949;
    background: transparent;
    margin-bottom: 20px;
    display: inline-block;
}

#about .abs_box h5, #about .abs_box_left h5 {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.8em;
}

/*=================product=================*/

.pic_box p span {
    margin-top: 5px;
}
#product .first {
    margin-top: 30px;
    margin-bottom: 60px;
}

#product{
      margin-top:30px;  
    }

#product .wraper .flex{
        display:block;
}

.pic_box p {
    width: 50%;
    /* border: 1px solid #ccc; */
    box-shadow: none;
    padding: 15px 0px;
    text-align: center;
    margin-right:0;
}
    
    .pic_box img{
        display:block;
        width:100%;
        text-align:center;
    }

#product h5 {
    font-size: 3.8vw;
    font-weight: bold;
    display: inline-block;
    line-height:1.6em;
    /* color: #fff; */
    padding: 10px 5px 10px 5px;
    /* border-bottom: 1px solid #ccc; */
    color: #0277bd;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product_box h5 {
    padding: 10px 10px 10px 0;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    font-weight: bold;
    display: block;
    width: 100%;
}

.product_box h6 {
    font-size: 3.5vw;
    line-height: 1.6em;
    margin-bottom: 1.5vw;
    padding: 0px 0px;
}

.pic_box1 {
    background: white;
    width: 100%;
    margin-bottom:50px;
    /* z-index: 3; */
}

.nest .product_box {
    width: 100%;
    margin-bottom: 20px;
}

.tab_wrap h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}

.tab_area {
    font-size: 0;
    margin: 0;
}

.tab_area label {
    width: 100%;
    margin: 0;
    display: inline-block;
    padding:3vw;
    color: #999;
    background: #ddd;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-radius: 4px;
    letter-spacing: 0.25em;
    margin-bottom:1vw;
}

.tab_area label br{
    display: none;
}

.tab_panel {
    width: 100%;
    padding: 3vw;
    display: none;
}

.bg_order {
    /* background: #FF7043; */
    background: #616161;
    padding-top: 50px;
    padding-bottom: 100px;
}

.order_title {
    font-weight: bold;
    font-size: 3.5vw;
    background: #FFA726;
    background: #FF6E40;
    background: #455a64;
    color: #fff;
    padding: 2vw;
    text-align: left;
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.panel_area th {
    font-size: 2vw;
    padding: 1vw;
    text-align: left;
    border: 1px solid #ccc;
    background: #eee;
    width: 30%;
}

.panel_area td {
    font-size: 2vw;
    line-height: 1.6em;
    padding: 2vw;
    text-align: left;
    border: 1px solid #ccc;
}

/*=================technical=================*/
#tech section .first {
    margin-top: 30px;
    margin-bottom: 30px;
}

#tech section section {
    margin-bottom: 50px;
}

#flow #tech .bg_print h4,#flow #tech .bg_proc h4 {
    font-size: 5vw;
    margin-bottom: 0;
    letter-spacing: 0.09em;
    border-left: 0;
    padding-left: 0;
}

#flow #tech h4 {
    margin-bottom: 3vw;
}

.print_left {
    width: 100%;
    font-size: 3vw;
    line-height: 2em;
    margin-right: 0px;
    margin-top:10px;
    margin-bottom:10px;
}


#tech section .container .flex{
    display:block;
}

.merit {
    width: 100%;
    padding: 0px 0px 2vw 0px;
    /* background: #f0e47c; */
    border-bottom: 1px solid #eee;
    font-size: 2.8vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 5vw;
    margin-bottom:2vw;
}

.merit span {
    /* border: 1px solid; */
    padding: 2vw;
    background: #0575E6;
    background: -webkit-linear-gradient(to left, #021B79, #0575E6);
    background: linear-gradient(to left, #021B79, #0575E6);
    font-weight: normal;
    color: #fff;
    margin-right: 1em;
    font-size: 3vw;
    text-align: center;
    min-width: 7em;
    max-width:7em;
}

.demerit {
    width: 100%;
    padding: 0px 0px 2vw 0px;
    /* background: #f0e47c; */
    border-bottom: 1px solid #eee;
    font-size: 2.8vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 2vw;
    margin-bottom:2vw;
}

.demerit span {
    /* border: 1px solid; */
    padding: 2vw;
    background: #606c88;
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c78 80%,#424242);
    background: linear-gradient(to right, #3f4c6b, #405c78 80%,#424242);
    font-weight: normal;
    color: #fff;
    margin-right: 1em;
    font-size: 3vw;
    text-align: center;
    min-width:7em;
    max-width:7em;
}
.products span{
    /*border:1px solid;*/
    padding: 2vw;
    background: #FF9803;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c78 80%,#424242);  /* Chrome 10-25, Safari 5.1-6 */
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(233, 195, 22, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight:normal;
    color:#fff;
    margin-right: 1em;
    font-size: 3vw;
    text-align: center;
    min-width:7em;
    max-width:7em;
}
#tech .mr20{
    margin-right:0px;
    margin-bottom:10px;
}

.outer {
    overflow-x: auto;
    white-space: nowrap;
}

/*===========agency===========================*/

#agency ul li {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
}

#agency li a {
    font-size: 4vw;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    position: relative;
    transition: .4s;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5vw 10vw;
    min-height: inherit;
    height:100%;
}

.association li {
    font-size: 3vw !important;
    color: #47474F;
    font-weight: normal;
    letter-spacing: 0.075em;
    min-height:auto;
    padding:5vw 1vw;
}

#agency .association li a{
    font-size: 3vw;
    color: #47474F;
    font-weight: normal;
    letter-spacing: 0.075em;
    min-height:auto;
    border:none;
    padding:0;
}

#agency h5 {
    padding: 20px 0 20px 5px;
    font-weight: bold;
    font-size: 3.5vw;
    margin-top: 30px;
}

#agency h5 span {
    font-size: 2.7vw;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}


/*===========採用情報===========================*/
.message_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    position: relative;
}

.message_title::after {
    content: '';
    position: absolute;
    bottom: -1.6vw;
    left: 0em;
    width: 8em;
    height: 1px;
    background: #333;
}

.head_name {
    font-size: 5vw;
    text-align: left;
    margin-top: 5vw;
}

.message_left {
    position: relative;
    top: 0;
    left: 0;
    background: rgba(33,33,33,1);
    background: #162352;
    background: #fff;
    background: rgba(255,255,255,0);
    color: #fff;
    color: #252525;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
    padding: 0px 20px 75vw;
    font-family: 'Sawarabi Mincho', sans-serif;
    letter-spacing: 0.15em;
    line-height: 1.8em;
}

.message {
    position: relative;
    height: inherit;
    background: url(../img/recruit/recruit.jpg) no-repeat right bottom;
    background-size: contain;
}

.bg_recruit {
    background: #ECEFF1;
    padding-top: 10vw;
    padding-bottom: 100px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.heading_2 {
    font-family: 'Roboto', sans-serif;
    color: #253538;
    line-height: 1em;
    font-size: 6vw;
}

.sub_heading_2 {
    font-size: 3vw;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 4vw;
    color: #353535;
    position: relative;
}

.require th {
    width: 30%;
    padding: 1vw;
    text-align: left;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    background: #f6f6f6;
}

.require td {
    padding: 2vw;
    text-align: left;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;
    padding-left: 6vw;
}

.tel_no2 {
    font-family: 'Roboto', sans-serif;
    color: #18259c;
    line-height: 1em;
    font-size: 5.3vw;
    text-align: center;
}

.bg_schedule {
    /* background-image: url(../img/dot-lg.png),url(../img/recruit/recruit_02.jpg); */
    background-image: linear-gradient( to right,rgba(255,255,255,.4),rgba(255,255,255,.4), rgba(255,255,255,.2), #fff ),url(../img/recruit/recruit_04.jpg);
    background-size: auto,cover;
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.in_bg_white {
    background: rgba(255,255,255,.9);
    padding: 30px 5vw 30px;
}

.in_bg_white .flex{
    display:block;
}

.time_schedule dt {
    background: #f0e47c;
    color: #333;
    max-width: 100px;
    min-width: 100px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 50px;
    font-weight: bold;
    font-size: 14px;
}

.rec_pic{
    display:flex;     
}

.time_schedule dd {
    font-size: 3vw;
    font-weight: bold;
    padding: 0 0 0 0;
}

/*===========FAQ===========================*/
.cp_actab label {
    font-weight: bold;
    line-height: 1.8em;
    position: relative;
    display: block;
    padding: 20px 50px 20px 50px;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #fff;
    color: #454545;
    font-size: 3vw;
    color: #19264b;
    transition: .6s;
}

.cp_actab label:before {
    position: absolute;
    content: 'Q.';
    font-size: 18px;
    top: calc(50% - 16px);
    left: 10px;
    color: #19264b;
    line-height: 1.6em;
}

.cp_actab label::after {
    line-height: 5;
    position: absolute;
    top: calc(50% - 2.5em);
    right: -30px;
    display: block;
    /*width: 1em;
    height: 1em;*/
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab .cp_actab-content:before {
    position: absolute;
    content: 'A.';
    font-size: 18px;
    top: calc(50% - 13px);
    left: 10px;
    color: #18259c;
    font-weight: bold;
}

.cp_actab .cp_actab-content p {
    padding: 20px 20px 20px 50px;
}


.cp_actab input[type=checkbox] + label::after {
	content: '+';
    font-size:20px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
/*===========お問い合わせ===========================*/

.in_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mail_outer {
    /* border: 1px solid #ccc; */
    background: #fff;
    padding: 0;
    margin-top:30px;
}

.mail_outer .mb50{
    margin-bottom:5vw !important;
    text-align: left;
}

.con_table tr {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw;
}

.con_table th {
    margin-right: 0px;
    min-width: auto;
    width:100%;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    display: flex;
    /*justify-content:flex-start;*/
    justify-content:space-between;
    align-items: center;
    font-weight: bold;
}

.req {
    background: #ff1744;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 3px;
    display: block;
    font-weight: 100;
    margin-left:10px;
}

.con_table td {
    width: 100%;
    min-width: auto;
    position: relative;
    display: block;
}

.con_table td input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 8px 6px;
    display:block;
    font-size:16px;
}

.con_table td .form-a{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.con_table small {
    position: absolute;
    bottom: 0em;
    left: 0;
    font-size: 12px;
}

.con_table td textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-top: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
}

.con_table td select {
    margin-top:10px;
    font-size: 16px;
}

.con_table .btn_box {
    width: 100%;
    min-width: auto;
    position: relative;
    display:flex;
}

.con_table .btn_box p{
    margin-top:10px;
    margin-bottom:20px;
    width:33.333%;
    line-height:2em;
    text-align: center;
    display:inline;
    font-size:14px;
}

.con_table .btn {
    width:auto;
    margin:0;
    display:inline;
}

.agree_box {
    text-align: left;
    line-height: 1.6em;
    margin-top: 0px;
    border: 0px;
    padding: 0px;
    background: #fff;
}

.agree {
    width: 50%;
    margin: 20px auto 0;
}

.agree label {
    background: #e6e7e8;
    padding: 5px 0;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.done {
    width:100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background:rgba(25,37,157,1);
    border: none;
    color: #fff;
    margin-top: 30px;
    margin-bottom:60px;
    transition: .4s;
    letter-spacing: 0.125em;
}

#inquiry .inq_button {
    padding: 15px;
    font-size:3vw;
}

#inquiry .con_button a, #inquiry .inq_button a {
    padding: 15px;
    font-size: 3vw;
}

#contact .con_button {
    font-size: 3vw;
    padding: 15px;
}

#contact .con_button a, #contact .inq_button a {
    padding: 15px;
    font-size: 3vw;
}
/*
input[type=text] {
font-size: 16px;
transform: scale(0.8);
}
*/

/*========================================*/
/*============SITEMAP=====================*/
#sitemap ul {
    display: block;
}

#sitemap li a {
    font-size: 3vw;
    width: 100%;
    padding: 3vw;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    text-align: center;
    position: relative;
    transition: .4s;
}
/*============PRIVACY===================*/
.iso_fs p {
    font-size: 3vw;
}

.iso_fs h4 {
    margin-top: 40px;
}

#privacy h4 {
    border: none;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 4vw;
    position: relative;
}

/*========================================*/
.top_bnr {
    width:100%;
    min-width: auto;
    background: #f2f5ff;
    display: block;
    justify-content: space-between;
    padding: 10px 10px;
    align-items: center;
    text-align: center;
}

.top_bnr:first-child {
    margin-right:10px;
}


.top_bnr .button {
    display: inline-block;
    padding: 1.7vw 10px;
    text-decoration: none;
    font-size: 12px !important;
    color: #fff;
    position: relative;
    overflow: hidden;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: rgba(25,37,157,1);
    min-width: 100%;
    text-align: center;
}

.heading_bnr {
    color: #253538;
    line-height: 1.5em;
    font-size: 4vw;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.heading_bnr span {
    display: block;
    font-size: 2vw;
}
/*========================================*/

.rmt40{
    margin-top:40px;  
}


}