@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@media (min-width: 641px){

}

.main-logo{
  text-indent: -1000%;
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 300px;
  top: 30%;
  left: 25%;
  background-image: url(../images/nohara-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
    background-position: center;
}

/* スライダー関係-------------------------------------------- */
.slick-prev, .slick-next {
  z-index: 1!important;
}
#topview{
  position: relative;
  z-index: 100;
    margin-bottom: 50px;
}

/* 記事移動 */
.move-bar{
  margin-top: 50px;
  width: 100%;
}
.move-next{
  display: flex;
  column-gap: 20px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.move-next li{
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  width: 25px;
  height: 25px;
  color: #036ECC;
  border: 1px solid #036ECC;
}
.move-next li a{color: #036ECC;}
.move-next li:hover{
  background-color: #CCCCCC;
}
.link-area{
  display: flex;
  justify-content: center;
  text-align: center;
  width: 70%;
  margin: 50px auto 0;
}
.article-area{
  width: 70%;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-img{
  width: 40%;
}
.article-img img{
  width: 100%;
}
.article-text{
  width: 50%;
}
.article-text h2{
  display: flex;
  font-size: 16px;
  color: #003486;
  align-items: center;
  border-bottom: 2px solid #003486;
}
.title-narrow02{
  font-weight: 400;
  display: inline-block;
  color: #003486;
  font-size: 55px;
    margin-right: 0.1em;
}
.article-text h3{
  margin: 15px 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}
.article-text02{
  font-weight: 300;
  text-align: justify;
}
.btn01{
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 10px;
  color: #6a0000;
  max-width: 260px;
    width: 100%;
  border: 2px solid #6a0000;
  margin: 50px auto 0;
    z-index: 1;
}
.btn01:hover{
  background-color: #f1cdcd;
}
.btn01 p{
  color: #6a0000;
    font-weight: 500;
}
.btn01 p:after{
  content: '>';
  position: absolute;
  color: #6a0000;
  width: 10px;
  height: 10px;
  right: 10px;
  font-size: 2.5rem;
  line-height: 1;
}

.title-view{
  width: 100%;
  position: relative;
    margin-top: -120px;
}
.view-shadow{
  position: relative;
  top: 250px;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
  background-color: #6a0000;
  height: 200px;
  z-index: 0;
}
.bg_view{
  clip-path: polygon(0 150px, 100% 0, 100% calc(100% - 150px), 0 100%);
  background-color: #036ECC;
  background-image: url("../images/bg_service.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}

.view_safety{
  background-image: url("../images/bg_safety.jpeg");
}

.view_recruit{
  background-image: url("../images/bg_recruit.jpeg");
}

.bg_view h2{
  display: flex;
  position: relative;
  top: 120px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
.title-narrow{
  font-weight: 200;
  display: inline-block;
  color: #FFF;
  font-size: 55px;
    margin-right: 0.3em;
}

#news_blog{
display: flex;
    justify-content: center;
    color: #003486;
}

#news_blog .left,
#news_blog .right{
    width: 50%;
    padding: 50px 0 80px;
}

#news_blog .left{
    background-color: #eef2f7;
}

#news_blog .right{
    background-color: #7f99c2;
}

#news_blog .area{
max-width: 450px;
    width: 100%;
    margin: 0 0 0 auto;
}

#news_blog .news{
    margin: 0 5% 0 auto;
}

#news_blog .news article{
    background: #fff;
    margin-bottom: 10px;
    padding: 3%;
	position: relative;
}

#news_blog .news .title{
    width: 21em;
    color: #003486;
    position: relative;
    margin-left: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_blog .news .title:after{
    content: '  >';
    position: absolute;
    color: #003486;
    width: 14px;
    height: 10px;
    right: 0;
    font-size: 2.5rem;
    line-height: 1;
	font-weight: 600;
}

#news_blog .news article a{
    display: flex;
}

#news_blog .blog{
    margin: 0 auto 0 5%;
}

#news_blog h2{
	font-size: 1.6rem;
    color: #003486;
	display: flex;
	align-items: center;    
}

#news_blog .area_title{
    border-bottom: 2px solid #003486;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
    margin-bottom: 30px;
}

.btn02 p {
padding-bottom: 15px;
	margin-right: 2%;
	width: 11em;
    color: #003486;
}

.right .btn02 p {
	width: 10em;
}

.btn02 p:after {
    content: '>';
    position: absolute;
    color: #003486;
    width: 10px;
    height: 10px;
    right: 10px;
    font-size: 2.5rem;
    line-height: 1;
	font-weight: 600;
}

#news_blog .news .day{
color: #7f99c2;
}

#news_blog .blog{
color: #fff;
}

#news_blog .blog a{
color: #fff;
display: flex;
justify-content: space-between;
}

#news_blog .blog a > div:first-of-type{
    margin-right: 1em;
}

#news_blog .photo {
	width: 200px;
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

#news_blog .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-area01{
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: -180px auto 0;
  position: relative;
  z-index: 500;
}

.img-area01 p{
    text-align: left;
}

.img-area01 ul{
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
margin-bottom: 80px;
}

.img-area01 ul li{
  max-width: 278px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.img-area01 ul li img{
  width: 100%;
}
.sub{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

.sub h3{
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.sub_ser{
    max-width: 768px; 
    width: 100%;
    margin: 0 auto;
    background-color: #eef2f7;
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.sub_ser h3{
  font-weight: 500;
  font-size: 21px;
  color: #003486;
  padding: 20px 0 5px;
}
.sub_ser h3{
  font-size: 21px;
  color: #003486;
  padding: 0 0 20px;
}
.sub p{
}

.sub_safe{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_safe .detail{
    max-width: 515px;
    width: 100%;
}

.sub_rec{
    max-width: 530px;
    width: 100%;
   margin: 0 auto;
}

@media (max-width: 640px) {
#topview {
    position: relative;
    z-index: 100;
    margin-bottom: 0;
}
    
#news_blog {
    flex-flow: column;
}
    
#news_blog .left, #news_blog .right {
    width: auto;
    padding: 40px 5% 40px;
}
    
#news_blog .blog a {
flex-flow: column;
}
    
#news_blog .blog img{
    width: 100%;
    height: auto;
}
    
#news_blog .area {
    max-width: initial;
    width: auto;
    margin: 0 0 0 auto;
}
    
#news_blog .area_title {
    flex-flow: column;
    border-bottom: 0 solid #003486;
}
    
#news_blog h2 {
    margin: 0 auto 10px;
    border-bottom: 2px solid #003486;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
}
    
#news_blog .news article:last-of-type {
    margin-bottom: 0;
}
	
#news_blog .photo {
	width: 100%;
    max-width: initial;
}
	
#news_blog .news .title {
    width: auto;
}
    
#news_blog .news .title:after {
    content:none;
    position: absolute;
    color: #003486;
    width: 14px;
    height: 10px;
    right: -1px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    padding-left: 3em;
}
    
#news_blog .blog .title {
    margin-bottom: 1em;
}
    
.btn02 p {
    padding-bottom: 0;
}
    
.link-area {
    width: 80%;
    margin: 40px auto 0;
}
    
.link-area img{
    width: 100%;
    height: auto;
}
    
#about{
padding: 0 5%;        
    }
    
.article-area {
    width: auto;
    flex-flow: column;
margin: 20px auto 0;
}
    
.article-text {
    width: auto;
	order: 1;
	margin-bottom: 20px;
}
    
.article-img {
    width: 70%;
	order: 2;
}
    
.article-img img {
  
}
    
.img-area01 ul {
    flex-flow: column;
    padding: 0 5%;
    margin-bottom: 40px;
}
    
.img-area01 ul li {
    max-width: initial;
    width: auto;
    text-align: center;
    font-weight: 500;
    color: #000;
}
    
.img-area01 ul li:last-child {
    margin-bottom: 0;
}
    
.img-area01 li {
    margin-bottom: 30px;
}
    
.sub {
    max-width: initial;
    width: auto;
    padding: 0 5%;
}
  
    
.sub_ser {
    max-width: initial;
    width: auto;
    flex-flow: column;
    padding: 40px 5%;
}
    
.sub_ser h3 {
    padding: 0 0 0;
}
    
.sub_ser ul {
    margin-bottom: 1em;
}    
    
.sub_ser li {
    font-size: 1.6rem;
}
    
.sub_ser img{
    width: 100%;
    height: auto;
}  
.sub_safe {
    flex-flow: column;
}
	
.sub_safe img{
	order: 2;
}
    
.sub_safe .detail {
    max-width: initial;
    width: auto;
	order: 1;
	margin-bottom: 20px;
}
    
.title-view {
    margin-top: -200px;
}
}

