@charset "UTF-8";
/* CSS Document */
*{
  box-sizing: border-box;
}

html{
  font-size: 62.5%;/*16px x62.5%=10px*/
}
body{
  color:#333333;
  font-family: "游明朝", "YuMincho", serif;
  font-size: 2rem;
  line-height: 1.5;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  color:#333333;
  text-decoration: none;
}
p{
  color:#333333;
  margin-top: 0;
  margin-bottom: 0;
}
h2{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left:0;
  margin-right: 0;
	color: #145b7e;
}
h3{
	font-size: 2.4rem;
	font-weight: bold;
	color: #145b7e;
	font-family: "游ゴシック", "YuGothic", sans-serif;
}
address{
  font-style: normal;
}

.wrapper{
  width: 100%;
  min-height:100%;
  touch-action:manipulation;
}
.container{
  position: relative;
  margin-right:auto;
  margin-left:auto;
  padding-right: 15px;
  padding-left:15px;
}


/*------------------------------------------------------
 header
------------------------------------------------------*/
.header_companyname{
  z-index: 9999;
}
.header_companyname a{
  left: 10px;
  font-family: "游明朝", "YuMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
  color:#145b7e;
  height: 70px;
}
.header_companyname p{
  white-space: nowrap;
  width:100%;
}
.header_companyname span{
  line-height: 60px;
}
/*------------------------------------------------------
 *navigation
------------------------------------------------------*/
 nav{
  width: 100%;
  height: 70px;
  position: relative;
 }
 .drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
 }

 .nav_toggle{
  z-index:9999;
 }
 .nav_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #145b7e;
  -webkit-transition: ease .5s;
  transition: ease .5s;
 }
 .nav_toggle_icon:nth-child(1) {
  top: 0;
 }
 .nav_toggle_icon:nth-child(2) {
  margin: 8px 0;
 }
 .nav_toggle_icon:nth-child(3) {
  top: 0;
 }
 /*OPEN時の動き*/
 .nav_toggle.open .nav_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .nav_toggle.open .nav_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
 }
 .nav_toggle.open .nav_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }

.menu{
  -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:1000;
 background-color:#145b7e;
 position: relative;
}
.menu ul li{
  padding: 2em;
 }
 /*OPEN時の動き*/
 .menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
 }
/* ここまで */



.btn-trigger,
.btn-trigger span{
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
.btn-trigger{
  position: fixed;
  top: 20px;
  right: 25px;
  width:35px;
  height: 22px;
  z-index: 10;
}
.btn-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #145b7e;
  z-index: 10;
}

/*-----------------無印パターン----------------------*/
.btn-trigger span:first-of-type{
  top: 0px;
}
.btn-trigger span:nth-of-type(2){
  top: 10px;
}
.btn-trigger span:last-of-type{
  bottom: 0px;
}

/*-----------------activeパターン--------------------*/
.btn-trigger.active span:first-of-type{
  -webkit-transform:translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  background-color: #ffffff;
}

.btn-trigger.active span:nth-of-type(2){
  transform: translateX(100px);*/
  opacity: 0
}

.btn-trigger.active span:last-of-type{
   -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  background-color: #ffffff;
}
#navigation{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  background-color: #333;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all .3s ease-in-out;
  visibility: hidden;
}
#navigation.active{
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
}
#navigation ul li a{
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  color: #ffffff;
  width:100%;
}
.nav_item{
  display: flex;
  color:#ffffff;
  font-size: 2rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  padding-bottom: 30px;
  justify-content: center;
}
.nav_item a{
  color:#ffffff;
}
.nav_item:first-child{
  padding-top:90px;
}
.nav_item:last-of-type{
  padding-bottom: 5px;
  padding-top:0px;
}
.nav_item span{
  padding-top:15px;
  font-size: 1.5rem;
}
.nav_contact{
  width: 100%;
  text-align: center;
  padding-bottom:30px;
}
.nav_contact img{
  width:auto;
  height: 27px;
  vertical-align: middle;
}
.nav_contact span{
  font-size:2.4rem;
  color: #ffffff;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  margin: 0 8px;
  vertical-align: middle;
}




/*------------------------------------------------------
 *top
------------------------------------------------------*/
#top{
  position:relative;
  margin-bottom:90px;
  margin-top:0px;
}
.top_slider{
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.top_slider_text{
  font-family: YuKyo_Yoko-Medium;
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  top:50%;
  left:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 13;
}

.top_slider_img{
  z-index: 10;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 27s 0s infinite;
}
.top_slider_img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top_slider_img:nth-of-type(2) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.top_slider_img:nth-of-type(3) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}


@keyframes anime {
  0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    34% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale(1.1) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    34% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         -webkit-transform: scale(1.1);
            z-index:9;
    }
    100% { opacity: 0 }
}
.scrolldown1{
position:absolute;
left:50%;
bottom:10px;
height:50px;
}

.scrolldown1 span{
position: absolute;
left:-15px;
top: -15px;
color: #eee;
font-size: 1.6rem;
letter-spacing: 0.05em;
z-index: 999;
}

.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 1px;
height: 30px;
background: #eee;
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
z-index: 999;
}

@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

/*------------------------------------------------------
 *intro
 ------------------------------------------------------*/
 .intro{
  margin-bottom: 90px;
 }
.intro_title{
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  font-size: 2rem;
  margin-top: 0;
  font-weight: bold;
  color: #145b7e;
}
.intro_text{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  font-size: 1.6rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  letter-spacing: .1rem;

}
.intro_button_container{
  text-align: center;
}
.intro_button{
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 2.2rem;
  transition: .2s;
  background-color: #145b7e;
  border: 2px solid #145b7e;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  letter-spacing: .1rem;
}
.background_image{
  display: none;
}
.background_image_SP{
  background-image: url(../images/background_logo_SP.jpg);
  background-repeat: repeat-x;
  background-size: 50% auto;
}
.intro_text:last-child{
  padding-bottom: 0px;
}
.intro_image{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.intro_image img{
  max-width: 78%;
}

.backgroudimage {
  left: 0;
  position: fixed;
  top: 80px;
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.7;
}

/*------------------------------------------------------
 *aboutus
------------------------------------------------------*/
#about {
margin-top: -60px;
padding-top: 60px;
}
.logo_background{
  background-image: url(../images/background_logo_SP.jpg);
  background-repeat: no-repeat;
  z-index: 0;
}
.about_title{
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  color: #145b7e;
  line-height: 1.7rem;
  text-align: center;
}
.about_title span{
  font-size: 1.4rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.about_text{
  text-align: left;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.about_contents_title{
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.7rem;
  text-align: center;
}
.about_contents_title span{
  font-size: 1.4rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
table tr {
  border-bottom: 1px solid #b5b1b1;
}
.ourbusiness_list{
  font-weight: bold;
  font-size: 1.6rem;
  width:30%;
  padding:20px;

}
.ourbusiness_text{
  width: 80%;
  font-size: 1.6rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  padding:20px;
}
#access{
margin-top: -60px;
padding-top: 60px;
margin-bottom: 90px;
}
.access_list{
font-size:1.6rem;
font-family: "游ゴシック", "YuGothic", sans-serif;
margin-left:30px;
}
.access_container{
  margin-bottom:90px;
  display: block;
}
.access_maps_outer{
  height:0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}
.access_maps_outer iframe{
  position: absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
}
.access_maps_outer a{
  text-align: left;
  font-size:1.4rem;
}
.about_contents{
  padding:0 1em;
}
.about_contents_item{
  justify-content: center;
  align-content: space-between;
  position: relative;
  right: auto;
  top:auto;
  flex-wrap: wrap;
  margin-bottom: 60px;
  border: 3px solid #145b7e;
}
.about_contents_item:last-child{
  margin-bottom: 45px;
} 
.about_contents_text{
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-left: 5%;
  display: inline-block;
  text-align: left;
  letter-spacing: .1rem;
  line-height: 3rem;
}
.readmore{
  display:none;
}
.about_contents_element{
  padding-bottom: 20px;
  padding-top:60px;
  margin-top:90px;
}
.about_contents_element:first-child{
  padding-top: 0;
  margin-top:0;
}
.intro_button:hover{
  background-color: #fff;
  border-color: #145b7e;
  color: #145b7e;
}
.contents_button_container{
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.contents_top{
  width: 100%;
  position: relative;
}
.contents_top_title{
  text-align: left;
  font-size: 28px;
  margin-top: 60px;
  color: #145b7e;
  font-weight: bold;
  line-height: 2rem;
  position: absolute;
  left: 15px;
  z-index: 8;
}
.contents_top_title .english{
  font-size: 16px;
  font-family:"游ゴシック", "YuGothic", sans-serif;
}
.contents_top_img{
  position: relative;
  z-index: 7;
}
.contents_top_main_img{
  right: 0;
  width: 100%;
  height:200px;
  object-position:100% 0;
  object-fit: cover;
  object-position:0 100%;
  position: relative;;
}
.access_table{
  position: absolute;
  left: 35px;
  font-size: 1.6rem;
}
.train{
  width:48px;
  height: 30px;
  padding-left: 10px;
  padding-right: 15px;
  margin-right: 20px;
}
.airplain{
  width:48px;
  height: auto;
  padding-top:6px;
  padding-bottom: 6px;
  margin-right: 20px;
}
.car{
  width: 48px;
  height: auto;
  padding-top:4px;
  padding-bottom: 4px;
  margin-right: 20px;
}
/*------------------------------------------------------
 *footer
 ------------------------------------------------------*/
 .footer{
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url('../images/footer_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
 }
 .footer_companyinfo{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display:flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  margin: auto;
 }
 .footer_companyname{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }
 .footer_companyname img{
  width:26px;
  vertical-align: middle;
 }
 .footer_companyname span{
  color: #ffffff;
  vertical-align: middle;
  font-size: 2.4rem;
  margin-left: 5px;
 }

.footer_Text{
  color: #ffffff;
  text-align: center;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.footer_contact{
  background-color: #145b7e;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_contact_tel{
  text-align: center;
  margin-right: 10px;
  margin-top: 8px;
}
.footer_contact_tel img{
  width: auto;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.footer_contact_tel span{
  vertical-align: bottom;
  color: #ffffff;
  font-size: 2.4rem;
}

.footer_contact p{
  width: 100%;
  font-size: 1.8rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.footer_Text span{
  font-size: 2.4rem;
}
.footer_address{
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  margin-top:20px;
}
.copyright{
  margin:15px 0;
  font-size: 0.8rem;
  color: #cccccc;
  text-align: center;
  width: 100%;
  bottom:10px;
  margin:0;
}


/*------------------------------------------------------
 *Equipment_page
------------------------------------------------------*/
.page_title{
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  color:#fff;
  line-height: 1.7rem;
  text-align: center;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "游ゴシック", "YuGothic", sans-serif;

}
.page_title span{
  font-size:1.4rem;
  font-weight: normal;
}
.equipment_list_table{
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  width: 90%;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  margin-left: 15px;
}

.equipment_list_title{
  font-size:1.6rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
  margin-top: 30px;
  position:relative;
  margin-left: 5%;
}
.equipment_list_table th{
  max-width: 650px;
  background: #145b7e;
  color: #fff;
}
.equipment_list_table th:first-child{
  width:35%;
}
.equipment_list_table tr:last-of-type{
  border-bottom:solid 1px #e1dddd;

}
.equipment_list_table tr:nth-child(even){
  background: #eaf4fc;
}
/*------------------------------------------------------
 *Recruit_page
------------------------------------------------------*/
.recruit_info .company_contents_text{
  margin-bottom: 20px;
}


.recruit_list{
  position: relative;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding-left: 35px;
}
.recruit_Text{
  width: 90%;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom:solid 1px #e1dddd;
  margin-left: 35px;
  margin-right: 35px;
}
.recruit_slider_Img{
  width: auto;
  height:125px;
}
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
.slider img{
  height:125px;
}
/*---------------------------------------------------------------------------------------------------
 *PC用

----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .wrapper{
    position: relative;
  }
  .container{
    width:600px;
    max-width: 100%;
    padding-right:15px;
    padding-left:15px
  }
.SP{
  display: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
/*------------------------------------------------------
 PC_header
------------------------------------------------------*/
header{
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 60px;
  padding-bottom:0;
  display: inline-block;
  padding-right: 5%;
  padding-left: 5%;
}
.header_containar{
  position:static;
  top:0;
  left:0;
  height:60px;
  width: 100%;
  /* background-color: #ffffff; */
  background-color: transparent;
  display:flex;
  z-index: 100;
}
.header_companyname p{
  position: static;
  font-size: 2.6rem;
  color:#fff;
  left:30px;
}
.header_companyname a{
  color:#fff;
  text-shadow: 1px 1px 4px #444;

}

/*------------------------------------------------------
 PC_navigation
------------------------------------------------------*/
.btn-trigger{
  display: none;
}

nav{
  display: flex;
  flex-direction: row;
 }
 .nav_toggle{
  display: none;
 }
 .nav_item:first-child{
  padding-top:0;
}
.nav_item:last-of-type{
  display: none;
}
.nav_contact{
  display: none;
}
 .menu{
  width: 100%;
  height:60px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: transparent;
  /* background-color: #fff; */
 }
 .menu ul{
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right:auto;
 }
 .menu ul li{
  padding: 0 1em;
  border-bottom: none;
 }
 .menu a{
   color:#fff;
   text-shadow: 1px 1px 4px #444;

 
 }


/*------------------------------------------------------
 PC_top
------------------------------------------------------*/
#top{
  position:relative;
  margin-top:0;
}
.top_slider{
  height: 600px;
  overflow: hidden;
  position: relative;
}
.top_slider_img{
  height: 600px;
  object-fit: cover;
}
.top_slider_text{
  position: absolute;
  text-shadow: 1px 1px 4px #444;
  font-size:36px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}

/*------------------------------------------------------
 PC_intro
------------------------------------------------------*/
.intro{
  text-align: center;
}
.intro_title{
  font-size: 3rem;
}
.intro_text{
  margin: 0 auto;
  max-width: 80%;
  margin-top:30px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
}
.intro_image{
  margin-top: 30px;
  padding: 0;
}
.intro_text_PC{
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.background_image{
  display: block;
}

/*------------------------------------------------------
 PC_contents
------------------------------------------------------*/
.about_contents{
  display:flex;
  justify-content: center;
}
.about_contents_item{
  margin: 0 30px;
  /* flex-basis: 250px; */
  flex:1;
  height:250px;
}
.contents_list{
  max-width: 95%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display:flex;
  text-align: center;
}
.contents_title{
  width:100%;
  margin-bottom:30px;
  flex-wrap:wrap;
}
.contents_item{
	padding:90px 2.5%;
  width: calc(100% / 3);
  flex-wrap:wrap;
}
.contents_text{
  font-size: 1.6rem;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------------
 PC_footer
 ------------------------------------------------------*/
.footer_PC{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pagetop{
  position:fixed;
  right:20px;
  bottom:-10px;
  cursor: pointer;
}
#pagetop img{
  height: 80px;
}
.footer_contact{
  position: absolute;
  background-color: transparent;
  display: block;
  right:10%;
  transition: translateY(50%);
}
.footer_contact p{
  width: auto;
  font-size: 1.8rem;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
.footer_contact_tel{
  margin:0 auto;
   margin:0 auto;
}
.footer_companyinfo{
  position:relative;
  width: 100%;
  padding-top:0;
}
.footer_company{
  position: relative;
  top:20px;
  left:10%;
  max-width: 90%;

}
.footer_Text{
  text-align: right;
}
.footer_companyname{
  text-align: left;
 }
 .footer_address{
  margin-top:0;
  text-align: left;
 }

/*------------------------------------------------------
 PC_Company_page
 ------------------------------------------------------*/
.contents_top_blue{
  width: 55%;
  top:20px;
}
.company_top_mainimg{
  max-width: 100%;
  right:20px;
}
.contents_top_title{
  position:absolute;
  left:100px;
  font-size: 6rem;
  line-height: 3.2rem;
}
.contents_top_title .japanese{
  font-size: 2.4rem;
  margin-left: 2%;
}
.company_contents_title{
  margin-left:0;
  margin:0 auto;
  text-align: center;
  line-height: 1.9rem;
  margin-bottom:30px;
}
.logo_background{
  background-image: url(../images/background_logo_PC.jpg);
  background-size: 100% auto;
  overflow-x:hidden;
  position: relative;
  width: 100%;
}
.company_contens_Text{
  display: flex;
  padding: 0;
  width:70%;
  margin:auto;
  justify-content: center;
}
.aboutus_table{
  display: flex;
  border-bottom:solid 1px #e1dddd;
  width: 70%;
  margin:0 auto;
  margin-top:20px;
}
.aboutus_list{
  width:30%;
  margin-left: 0;
  padding-left: 0;
}
.aboutus_Text{
  margin-left: 0;
  margin-right: 100px;
  padding-left: 0;
  padding-bottom:0;
}
.ourbusiness_table{
  padding-bottom:10px;
}
.ourbusiness_list{
  width:250px;
}

.ourbusiness_list
.train{
  margin:0;
  margin-left:100px;
}
.airplain{
  margin-left:100px;
}
.car{
  margin-left:100px;
}
.access_table{
  left:0;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width:100%;
  vertical-align:middle;
}
.access_table tr{
  display: table-cell;
  margin-left:60px;
}
/*------------------------------------------------------
 PC_Equipment_page
 ------------------------------------------------------*/
 .about_contents_text{
   margin-left:10%;
 }
 .equipment_list{
   margin-bottom:90px;
 }
 .equipment_list_title,.equipment_list_table{
  margin-left: 10%;
 }
 .equipment_list_title{
  font-size: 1.8rem;
  margin-top:30px;
  margin-right: 0;
 }
 .equipment_list_table{
  font-size: 1.6rem;
  width: 80%;
 }
 .contents_top_main_img{
   height:400px;
 }
/*------------------------------------------------------
 PC_Recruit_page
 ------------------------------------------------------*/
.recruit_info .aboutus_list,
.recruit_info .aboutus_Text{
margin-left: 100px;
}
.recruit_table_container{
  margin-top:30px;
  table-layout: fixed;
  word-break: break-all;
}
.recruit_table{
  display: flex;
  border-bottom:solid 1px #e1dddd;
  width: 70%;
  margin:0 auto;
  padding-bottom:20px;
  padding-top:20px;
}
.recruit_list{
  width:30%;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.recruit_Text{
  margin-left: 0;
  margin-bottom:0;
  padding-left: 0;
  border-bottom:none;
  padding-bottom:0;
}
.recruit_slider_Img{
  width: auto;
  height:200px;
}
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
.slider img{
  height:200px;
}
/*------------------------------------------------------
 *PC_Contact_page
------------------------------------------------------*/
.form_group{
  display:flex;
  max-width: 800px;
  margin-bottom: 10px;
}
.form_label{
  flex:0 0 12em;
  max-width: 12em;
  margin:0;
  padding-top: 5px;
}
.form_col{
  flex:0 1 100%;
}

}
@media screen and (min-width:768px) {
  .container{
    width:720px;
    max-width:100%;
    padding-right:15px;
    padding-left:15px;
  }
}
  @media screen and (min-width: 990px) {
    .container{
      width:960px;
      max-width:100%;
      padding-right:15px;
      padding-left:15px;
    }
  }
@media screen and (min-width:1200px) {
  .container{
    width:1140px;
    max-width:100%;
    padding-right:15px;
    padding-left:15px;
  }
}
