@charset "utf-8";

html, body, div, ul, li, p {
  margin: 0;
  padding: 0;
}

.tit00{
  	width: 100%;

  	background-image: url(img/load_back.jpg);
    background-size: cover;
    background-position :bottom;
    background-repeat: no-repeat;
}

.tit01{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-items:center;
}

.tit02 {
  width: 400px;
  padding: 20px;
}
.tit03 img{
  width: 500px;
  padding: 20px;
}




.nav {
    width: 100%;
   padding: 10px 0 ;
  	background-image: url(img/load_back.jpg);
    background-size: cover;
    background-position :bottom;
    background-repeat: no-repeat;
}
.list {
  width: 75%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list li{
  opacity: 0.8;
}
.list li img {
  opacity: 1!important;
}
.list li a{
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.list li img{
  width: 150px;
}



.top {
  background: url(img/reido.jpg); /* 背景画像に緑の画像を指定 */
  background-size: cover;
  background-position :center;
  background-repeat: no-repeat;
  padding: 100px; 
}
.top img {
    max-width: 1500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}


section {
    background: url(img/sinback.jpg); /* 背景画像に緑の画像を指定 */
  background-size: cover;
  background-position :center;
  background-repeat: no-repeat;
}

.shin {
  max-width: 1000px;
  width: 100%;
  display: flex;
   justify-content:space-between;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: -60px;
}
.ansin img {
  width: 500px;
}
.tai_txt img {
  width: 400px;
}


.news {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-bottom: 50px;
  display: flex;
   justify-content:space-around;
  align-items: end;
}
.hana img{
  width: 200px;
}
.newsList li{
  width: 100%;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px dotted #000;
}

.time {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  padding-right: 20px;
}
.news_title::before {
  content: "news";
   margin-right: 10px;
   color: #fff;
   background: rgb(211,237,251);
background: linear-gradient(180deg, rgba(154,151,200,1) 0%, rgba(103,72,154,1) 63%);
   padding: 5px 10px;
   font-size:15px;
}

.saiyo_title::before {
  content: "採用";
   margin-right: 10px;
   color: #fff;
   background: rgb(211,237,251);
background: linear-gradient(180deg, rgba(154,151,200,1) 0%, rgba(103,72,154,1) 63%);
   padding: 5px 14px;
   font-size:15px;
}
.new {
  margin-right: 10px;
  color: #E60012;
}
.news span a{
  color: #000;
  text-decoration: none;
}
#post span{
  position: relative;
}

.pdf::after {
  content: "PDF";
  font-weight: 600;
   margin-left: 10px;
   color: #fff;
   background: #E60012;
   padding: 2px 5px;
   font-size:12px;
    position: absolute;
  top: 50%;
    margin-top: -12px;
}
.link::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
   margin-left: 10px;
   color: #40AF3D;
   font-size:20px;
    position: absolute;
  top: 50%;
    margin-top: -12px;
}


footer {
    	width: 100%;
	height: 300px;
  	background-image: url(img/load_back.jpg);
    background-size: cover;
    background-position :center;
    background-repeat: no-repeat;
}
footer .footer00 img {
  display: block;
  width: 200px;
  padding: 20px;
  margin: 0 auto;
}
.footer_list {
  width: 50%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.8;
}
.footer_list li a{
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
footer .access {
  text-align: center;
  padding: 10px;
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.8;
}
footer .cop {
  text-align: center;
  padding: 20px;
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width:768px) {
.tit00{
	height: 60px;
}

.tit00 .tit01{
  max-width: 350px;
  width: 40%;
}

.tit02 {
  padding: 0px;
    display:flex;
  align-items: center;
}
.tit02 img{
  width: 150px;
  padding: 10px;
}
.top {
  padding: 10px; 
}
  .list {
  display: block;
}
  
  .shin {
  max-width: 360px;
  width: 100%;
  display: block;
   justify-content:center;
      align-items: center;
  padding-top: 0px;
    padding-bottom: 50px;
}
.ansin img {
  width: 100%;
}
.tai_txt img {
  width: 100%;
}
  span :first-child{
    display: block;
  }
.news {
  max-width: 630px;
  width: 90%;
}
.hana img{
  width: 200px;
}
.newsList li{
  width: 100%;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px dotted #000;
}

.time {
  padding-right: 0px;
}

.new {
  margin-right: 10px;
  color: #E60012;
}
.news span a{
  color: #000;
  text-decoration: none;
}
#post span{
  position: relative;
}

.pdf::after {
    margin-top: 18px;
}
.link::after {
    margin-top: 18px;
} 
  
  
footer {
	height: auto;
}
.footer_list {
  width: 90%;
  display: block;
  justify-content: center;
}
  .footer_list li{
    text-align: center;
}
.footer_list li a{
  font-size: 1.2rem;
  font-weight: 500;
}
footer .access {
  text-align: center;
  padding: 10px;
  font-size: 1.1rem;
  color: #fff;
}
footer .cop {
  text-align: center;
  padding: 20px;
  font-size: 1.1rem;
  color: #fff;
}
}


section:not(#index) {
      display: flex;
      flex-direction: column;
      min-height: 80vh;
}
footer {
      margin-top: auto;
 
      /* 背景色などは割愛します */
}









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

#header ul {
  display: block;
}
  #header li {
    max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
  #header nav li:first-child:before {
  width: 0px;
}
#header li::after {
  width: 0px;
}
.c-indexkv .swiper-button-prev::before {
    left: -28px;
}
.c-indexkv .swiper-button-next::before, .c-indexkv .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #333333;
    border-radius: 30px;
    display: block;
    margin-top: -13px;
}
*, *::before, *::after {
    box-sizing: border-box;
  }
/*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 10px;
    width : 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  /* メニュー背景　*/
  nav.site-header-nav {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba( 19,46,128,0.8 );
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  nav.site-header-nav ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.site-header-nav ul li {
        display: block;
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.site-header-nav ul li:last-child {
    padding-bottom: 0;
  }
  nav.site-header-nav ul li:hover{
    background :#ddd;
  }
  nav.site-header-nav ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.site-header-nav.active {
    opacity: 100;
    display: block;
    transform: translateY(0%);
  }
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}