@charset "UTF-8";
/*
 * .top.index.css
 *
 */

/*==================================
             top page
==================================*/
#wrapper{
	margin-top:83px;
	
}
@media screen and (max-width:600px){
	#wrapper{
	margin-top:70px;
	
}

#menu {
        width: 317px;
    }


}

.top_copy_box {
    position: relative;
    padding: 70px 0;
    background-image: url(../img/top_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    overflow: hidden;
}

.top_copy_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%); /* 半透明の白色 */
    z-index: 1;
}

/* テキストなどを上に置く場合 */
.top_copy_box > * {
    position: relative;
    z-index: 2;
}
.top_copy_box img {
	width:80%;
}
/* 全体のラッパー */
.section-wrapper {
  width: 100%;
  padding: 2rem 1rem;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* 横並び対応のセクション */
.info-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1100px;
  margin: auto;
}

.info-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3rem 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-radius: 1rem;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.text-content {
    background-color: rgba(0, 0, 0, 0.6); /* 少し濃くして可読性アップ */
    padding: 2rem;
    border-radius: 1rem; /* 少し丸みを強調して柔らかい印象に */
    max-width: 700px; /* わずかに幅を広げて詰まり感を軽減 */
    color: #ffffff; /* 明るい白で背景に対してくっきり */
    font-size: 1.125rem; /* 少し大きめに（18px相当） */
    line-height: 1.8; /* 行間を広くして読みやすく */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* 背景との区切りを強調 */
    margin: 0 auto; /* 中央寄せ */
}


.text-content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.text-content h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #ddd;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}

/* 左背景 */
.box-left {
  background-image: url('../img/door.jpg');
  background-position: left center;
}

/* 右背景 */
.box-right {
  background-image: url('../img/B2.jpg');
  background-position: right center;
}

/* --- レスポンシブ対応 --- */
@media screen and (min-width: 768px) {
  .info-block {
    flex-direction: column;
  }

  .box-left,
  .box-right {
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .info-block {
    flex-direction: row;
  }

  .box-left,
  .box-right {
    width: 50%;
    flex-direction: column;
    box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
  }
}

/* 初期状態（非表示＋左右オフセット） */
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transition: all 2s ease-out;
  will-change: opacity, transform;
}

.slide-in-left {
  transform: translateX(-50px);
}
.slide-in-right {
  transform: translateX(50px);
}

/* 表示状態 */
.slide-in-left.show,
.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
}


.history_box00 {
  display: flex;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto 3rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s;
  margin-top: 50px;
}

.text-content00 {
  flex: 1;
  padding: 2rem;
  background-color: #ffffffd9; /* 半透明白 */
}

.text-content00 h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #333;
}

.text-content00 p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  text-align: left;
}

.image-box {
  flex: 0 0 40%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

/* 左画像 / 右テキスト */
.layout-left {
  flex-direction: row;
}

/* 右画像 / 左テキスト */
.layout-right {
  flex-direction: row-reverse;
}

/* アニメーション初期状態 */
.animate-zoom-in,
.animate-slide-up {
  opacity: 0;
  transform: scale(0.95) translateY(30px);
  transition: all 2s ease-out;
}

.animate-slide-up {
  transform: translateY(60px);
}

.animate-zoom-in.show,
.animate-slide-up.show {
  opacity: 1;
  transform: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .history_box00 {
    flex-direction: column;
  }

  .image-box {
    flex: none;
    width: 100%;
    height: 220px;
  }

  .text-content00 {
    padding: 1.5rem;
  }

  .text-content00 h3 {
    font-size: 1.4rem;
  }

  .text-content00 p {
    font-size: 0.95rem;
  }
}



.history_box01 h4{
	font-size:24px;
	font-family: 'Noto Serif JP', serif;
    margin: 0 auto;
}
.p-st{
	
	font-size:22px;
	padding: 0px 34px;
	text-align:left;
}
.entry_box {
	width:1100px;
	margin:0 auto;
    padding: 120px 0;
    background-image: url(../img/recruit_01.jpg);
    background-position: right;
    background-size: 80% auto;
    background-repeat: no-repeat;
	height:22vw;
	width:80vw;
}
.box h6{
	font-size:24px;
	text-align:center;
	font-weight:600;
}
.top_info_copy {
   
    position: relative;
    box-shadow: 1px 2px 10px;
    right: 8%;
    float: right;
    width: 500px;
    padding: 40px 40px 30px 40px;
    background: rgba(255,255,255,0.9);
}
.entry_box .top_info_copy {
    float:left;
}
.top_jimukyoku {
	margin:0 auto 50px;
}

.top_weekly_report ul {
	width:1100px;
    display: flex;
    justify-content: space-around;
	margin:50px auto;
}
.top_weekly_report ul li {
	width:20%;
}
.top_weekly_report ul li img {
	width:100%;
	height:auto;
}
.top_copy {
	margin:0 auto 30px;
}
.top_copy p,
.top_copy img {
	display:inline-block;
	vertical-align:top;
}
.top_copy p {
	width:71%;
	margin:0 2% 0 0;
}
.top_copy img {
	width:25%;
	height:auto;
}
section {
    max-width: 100%;
	margin:0px auto;
	width:1100px;
}
section h2{
	font-size:33px;
	color:blue;
}
/*==================================
          Font Style
===================================*/
.p-top-about {
	position: absolute;
    top: 0px;
    left: 178px;
}
.p-top-object_row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(0,0,0,.07);
    font-size: 200px;
    font-size: 14rem;
    font-family: "EB Garamond",serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: .8;
    overflow: hidden;

}
/*==================================
          Font Style End
===================================*/


/*==================================
          slider start
===================================*/
/* 親要素の設定 */
.facility-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* スライダー部分 */
.facility-gallery-list {
  display: flex;
  width: 352%; /* 22% × 16枚 = 352% */
  animation: slide 110s linear infinite;
}

/* 各スライド */
.facility-gallery-list li {
  flex: 0 0 14%;
  box-sizing: border-box;
  padding: 50px 40px;
  background: blanchedalmond;
  border-radius: 51px;
  border: 0.2rem solid #ffffff;
  margin-right: 1%;
}

/* テキストスタイル */
.facility-text {
  font-size: 24px;
  font-weight: bold;
  margin-top: 8%;
}
.facility-text p {
  font-size: 23px;
  font-weight: bolder;
}

/* スライドアニメーション */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-176%); /* 8枚分移動（22%×8=176%） */
  }
}

/* 装飾系（元のまま） */
.en_copy {
  z-index: 10;
  pointer-events: none;
}
.animated-text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  background: linear-gradient(to right, #febd11, #088424);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(30px) rotateX(30deg);
  animation: textReveal 2s ease-out 0.5s forwards;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 4px 12px 5px rgba(0, 0, 0, 0.25);
}

@keyframes textReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}

.always-visible {
  opacity: 1 !important;
  transform: translateY(0) rotateX(0deg) !important;
}
.effect-fade-right p {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .facility-text p {
    font-size: 14px;
  }
}

/*==================================
		  slider end
 ====================================*/


/*==================================
            strengths
 ====================================*/
 .strengths{
	text-align:center;
	background:#FFFFFF;
	padding:40px;
 }

#block_recommend {
	width: 1100px;
	display: block;
	overflow: hidden;
	padding-bottom: 80px;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	line-height: 200%;
	letter-spacing: 0.1em;
}
#block_recommend h3{
	margin-top:2vw;
	margin-bottom:0.8vw;
	font-size:2.1vw;

}
#block_recommend ul {
	margin: 0 auto;
	color: #fbfbfb;
	font-size: 1.1vw;

}
 #block_recommend ul li {
	min-width: 20vw;
	min-height: 21vw;
	display: block;
	float: left;
	margin-right: 9px;
	padding: 2vw 1vw;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #091068;
	border: #4a509a solid 4px;
	box-sizing: border-box;
}
#block_recommend ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width:800px){

#block_recommend ul li:last-child {
	margin-right: 0;
    margin-top: 15%;
    margin-left: -318px;
    position: inherit;
}
.p-st{
	font-size:18px;
	padding:0px;
	}
.top_info_copy  effect-fade-right h2{
	font-size:10px;

}
.t-m p{
	height:120px;
}
}

#block_recommend ul li hr {
	width: 80px;
	border:0;
	margin: 15px auto 0 auto;
	border-top: #fff solid 2px;
}
 /*==================================
            strengths End
 ====================================*/
 /*==================================
            news start
 ====================================*/ 
            
 .news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 1100px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: radial-gradient(#088424, transparent);
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  border-radius: 30px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.notice-body p{
  padding: 0px 0px 0px 280px;
  background: gainsboro;
}
@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}

}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
.news-list {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .notice-title {
    font-size: 14px;
    line-height: 1.5;
  }
  .notice-body p{
  padding: 0px;
}
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.notice-header {
  cursor: pointer;
  transition: background 0.3s;
  padding: 10px;
  display: flex;
}
@media screen and (max-width: 600px){
  .notice-header {
    display: block;
  }
  .ttl_en2 {
    font-size: 24px;
  }
  .notice-body p{
  padding: 0px;;
}
}

.notice-header:hover {
  background: #f5f5f5;
}

.notice-header .date {
  font-size: 0.9em;
  color: #666;
}

.notice-header .category span {
  background: #2a9d8f;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-right: 8px;
}

.notice-title {
  font-size: 1.1em;
  margin-top: 5px;
}

.notice-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-left: 10px;
}

.item.active .notice-body {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}

/* 「詳細を見る」非表示 */
.item.active .view-details {
  display: none;
}

.view-details {
  display: block;
  margin-left: auto;
  width: fit-content;
  color: #007acc;
  cursor: pointer;
  font-size: 0.9em;
}



 /*==================================
            news End
 ====================================*/
.middle {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color:#0066FF;
  text-align: center;
}
.container:hover .middle {
  top: 0;
  left: 0;
}
.image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.container:hover .image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.text {
  text-align:center;
  color:white;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 1px 1px 0 #003300, 1px 1px 0 #003300;
  font-weight:900;
  font-size: 20px;
  padding: 200px 5px;
}
    
.container {
  position: relative;
  width: 50%;
  position: relative;
  overflow: hidden;
  width:auto;
  
}/*
.image {
  opacity: 2;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  text-align:center;
  color: blue;
  font-weight:900;
  font-size: 18px;
  padding: 5px 5px;
} 
   */
 /*overimage  end*/  
 
 .t-m{
    padding: 0 19px;
    text-align: left;
} 


.nana{
	text-align:center;
	list-style:none;
	display:grid;
	justify-content:space-between;
    grid-template-columns: repeat(2, 1fr);
	width:1100pv;
	margin-top:5%;
	margin-bottom:5%;
	
}
.nana h5{
	margin-top:1rem;
	font-size:24px;
	font-weight: bold;
	height:60px;
	color:#000000;
}
.nana li{
	font-weight: 100;
    padding: 40px;
    background: #FFFFFF;
}


.nana li:last-child{
	margin-right:0;
}

#btn btn-primary{
	display:block;
	margin:auto 20px 20px 20px;
}

 /*==================================
           service End
 ====================================*/


/*==================================
          COMPANY INFORMATION start
===================================*/
.main-company1 {
 position: relative;
 margin-top: 3%;
 margin-bottom: 6%;

  ul {
   position: relative;
   margin: 0;
   padding: 0;
   list-style: none;

   li {
    position: relative;
    width: 100%;
    height: 300px; /* 高さを固定 */
    overflow: hidden;

    img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
    }

    &:first-child {
     clip-path: polygon(0 0, 100% 0, 10% 90%, 0 100%);
     z-index: 2;
    }

    &:last-child {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     clip-path: polygon(90% 10%, 100% 0, 100% 100%, 0 100%);
     z-index: 1;
    }
   }
  }
 }
 .top-photo a {
  text-decoration: none;
  color: white;
}
 .bottom-photo a {
  text-decoration: none;
  color: white;
}
.top-photo p{
 font-size: 24px;
 font-weight: 600;
 margin-right: 40%;
 margin-top: -200px;
 text-shadow: 5px 5px 5px #555, -5px 5px 5px #555, 5px -5px 5px #555, -5px -5px 5px #555, 5px 0px 5px #555, 0px 5px 5px #555, -5px 0px 5px #555, 0px -5px 5px #555;
}

.bottom-photo p{
 font-size: 24px;
 font-weight: 600;
 margin-left: 50%;
 margin-top: -150px;
 text-shadow: 5px 5px 5px #555, -5px 5px 5px #555, 5px -5px 5px #555, -5px -5px 5px #555, 5px 0px 5px #555, 0px 5px 5px #555, -5px 0px 5px #555, 0px -5px 5px #555;
}

/*==================================
          COMPANY INFORMATION End
===================================*/

/*==================================
          contact start
===================================*/

.card-title{
	font-size:22px;
	font-weight:500;
}
.container1{
	text-align:center;
	position: relative;
	font-family: Arial;
}

.container1 h5{
	font-size:24px;
	font-weight:500;
	margin: 20px auto 0;

}
.text-block{
	position: absolute;
  box-shadow: 1px 2px 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: #10421ccf;
    color: #ffeba7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
}
.row1 {
  display: flex;
  flex-wrap: wrap; /* 画面幅が狭いときは折り返し */
  flex-direction: row;
  gap: 30px 60px; /* 縦横の間隔 */
  padding: 10px 0;
  justify-content: center; /* 要素を中央寄せ */
  align-items: flex-start;
}

/* スマホサイズ対応（画面幅が600px以下） */
@media screen and (max-width: 600px) {
  .row1 {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    align-items: center;
  }
}

/*==================================
          contact End
===================================*/
.fas {

    transform: rotate(100deg);
}

.w-back{
	background:#FFFFFF;
}



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

.text {
  font-size: 12px;
}

}









