@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');


.gys01 header,
.gys01 .testbox,
.gys01 header .menu-container,
.gys01 header .menu,
.gys01 header .menu > li,
.gys01 header .sub-menu
{border: none;}

.gys01 header h1{padding:0 50px;color:#fff;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;}
.gys01 header h1 img{padding:0 10px;transition: all 0.3s ease;}

.gys01 .menu-container li{padding:0 40px;font-weight:bold;}
.gys01 .menu-container li {
  position: relative;
  list-style: none; /* デフォルトのマーカーを無効化 */
}


.gys01 header.head-is-fixed h1 img {
  filter: grayscale(100%) brightness(0.2);
}

/* 最初のリスト項目以外に●を表示 */
.gys01 .menu-container li:not(:first-child)::before {
  content: "●"; /* 黒い丸を表示 */
  position: absolute; /* リスト項目の左に配置 */
  left: 0; /* 左端に配置 */
	top:5px;
  color: black; /* ●の色を黒に設定 */
  font-size: 0.5em; /* 必要に応じてサイズを調整 */
}
.gys01 header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
}

.gys01 header.head-is-fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
	font-size:0.9em;
}
.gys01 header.head-is-fixed h1 {
margin:0.4em 0;color:#333;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;
}
.gys01 .top_image{height:100vh;position:absolute;top:0;z-index:-5;width:100vw;}
.gys01 .top_main_contents{margin-top:100vh;width:100%;}
.gys01 .top-image-item:first-of-type {
width:calc(50% - 10px);position:absolute;top:0;left:0;height:100%;
}
.gys01 .top-image-item:nth-child(2) {
  /* スタイルを記述 */
  width:calc(50% - 10px);position:absolute;height:calc(50% - 70px);top:120px;right:0;
}

.gys01 .top-image-item:nth-child(3) {
  /* スタイルを記述 */
  width:calc(50% - 10px);position:absolute;height:calc(50% - 70px);right:0;bottom:0;
}

.gys01 .top-image-item img{width:100%;height:100%;object-fit:cover;filter: brightness(80%); /* 明るさを40%に調整 */
}


.gys01 .catch{position:absolute;z-index:2;width:40%;left:10%;bottom:20%;color:#fff;line-height:2.5em;}
.gys01 .catch h3{font-size:7em;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;line-height:1.2em;padding-bottom:0;margin-bottom:0;font-weight:normal;
}
.gys01 .catch p{padding-right:10%;
}
.gys01 .top_image .fade-in-image.visible img {
    transform: translate(-50%, -50%) scale(1);
    top: calc(50% + 0px);
}


.gys01 .top_news{position:absolute;top:90vh;width:40%;right:0;background:#fff;padding:30px 50px 30px 260px;font-size:0.8em;z-index:2;
border-bottom: 1px solid #eee;
height:170px;overflow:hidden;}
.gys01 .top_news h2{font-size:1.1em;}
.gys01 .news-date{width:20%;float:left;}
.gys01 .news-item{overflow:hidden;border-bottom:1px dotted #eee;}
.gys01 .top_news p,
.gys01 .top_news h2
{margin:5px 0;}
.gys01 .top_news .top_contents_title_en {font-size:1.5em !important;
  position: absolute;
	top:0;left:0;display:block;
  width: 230px;
  height: 230px;
  background: #acc21b;
  color: #fff;
  text-align: center; /* テキストを中央揃え */
	margin:0 !important;padding-top:100px;
}


.gys01 .fade-in-back.visible {
    background-size: 100% auto;
    background-position: center calc(50% + 50px);
}
.gys01 .news-link{position:absolute;bottom:10px;right:20px;border-bottom:1px solid;padding-bottom:5px;}
/****************************************************************************************************/
.gys01 .top_about .top_contents_title_en{font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:7em;
	position:absolute;top:8%;left:5%;z-index:2;
}

.gys01 .top_about{height:100vh;background:#f3f3f3;position:relative;}

.gys01 .top_about .top_text{position:absolute;top:20%;width:40%;right:10%;line-height:2em;z-index:999;}
.gys01 .top_about .top_photo{width:30%;position:absolute;height:80%;bottom:0;left:10%;background-image:url(http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/ss-1.jpg);background-size:auto 110%;}

.gys01 .top_about h3{font-size:5em;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;line-height:1.2em;padding-bottom:0;margin-bottom:0;font-weight:normal;
}
.gys01 .top_about .page-link{position:absolute;bottom:-100px;right:0;}
.gys01 .btnef1 {
	
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #333;
  position: relative;border-bottom: 1px solid #333;
  transition: color 0.5s ease;
}
.gys01 .btnef1:hover {
  color: #fff;
}
.gys01 .btnef1:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.gys01 .btnef1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position:relative;
}


/****************************************************************************************************/
.gys01 .top_service .top_contents_title_en{font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:7em;
	position:absolute;top:8%;right:5%;z-index:2;
}

.gys01 .top_service{height:100vh;position:relative;}

.gys01 .top_service .top_text{position:absolute;top:20%;width:40%;left:10%;line-height:2em;}
.gys01 .top_service .top_photo{width:30%;position:absolute;height:80%;bottom:0;right:10%;background-image:url(http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/1000_F_455146184_nNSQKi7B8he6T9DpEyf7zdB8YIM2jvUh.jpg);background-size:auto 110%;}

.gys01 .top_service h3{font-size:5em;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;line-height:1.2em;padding-bottom:0;margin-bottom:0;font-weight:normal;
}
.gys01 .top_service .page-link{position:absolute;bottom:-100px;}
/****************************************************************************************************/
.gys01 .top_recruit .top_contents_title_en{font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:7em;
	position:absolute;top:8%;left:5%;z-index:2;color:#005299;
}

.gys01 .top_recruit{height:100vh;position:relative;background-image:url(http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/machi-01-3.svg);background-repeat:no-repeat;background-size:cover;border-top:1px solid #eee;border-bottom:1px solid #eee;}

.gys01 .top_recruit .top_text{position:absolute;top:20%;width:80%;left:10%;line-height:2em;}
.gys01 .top_recruit .top_photo{width:30%;position:absolute;height:80%;bottom:0;right:10%;background-image:url(http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/1000_F_455146184_nNSQKi7B8he6T9DpEyf7zdB8YIM2jvUh.jpg);background-size:cover;}

.gys01 .top_recruit h3{font-size:5em;font-family: "游明朝", "Yu Mincho", "MS PMincho", serif;line-height:1.2em;padding-bottom:0;margin-bottom:0;font-weight:normal;
}
.gys01 .rec-btn {
    position: relative;
    width: calc(32% - 40px);
    float: left;
    margin: 0.5%;
    padding: 50px 20px;
    text-align: right;
    font-size: 1.3em;
    font-weight: bolder;
    color: #fff;
    overflow: hidden; /* 背景が外にはみ出さないように */
	transition: color 0.5s ease;
}

.gys01 .rec-btn .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) brightness(0.7);background-size: 100% !important;background-position: center !important;z-index: 0;opacity: 1;transition: filter 0.5s ease, background-size 0.5s ease, opacity 0.5s ease;
}

.gys01 .rec-btn:hover .bg {filter: none;background-size: 110% !important;opacity: 0.8;}

.gys01 .rec-btn p {
    position: relative;
    z-index: 1;
    margin: 0;
}


.gys01 .rec-btn:hover {
    color: #333; /* ホバー時の文字色 */
}


.gys01 .rec-link{overflow:hidden;}

.gys01  .top_recruit .page-link{position:absolute;bottom:-100px;right:0;}


.gys01 .rec-btn:first-of-type .bg {
  background: url('http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/1000_F_151530074_BPo6a5xiAfllHzoSvfmXqQb3J31SgThi.jpg') 
              no-repeat center;
}

.gys01 .rec-btn:nth-child(2) .bg {
  background: url('http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/1000_F_258471668_RP8eIaLc3nxstNnrTlbwACDFsbxC9vAR.jpg') 
              no-repeat center;
}

.gys01 .rec-btn:nth-child(3) .bg {
  background: url('http://sample.shimomurareinetu-k.co.jp/wp-content/uploads/2024/12/240_F_660302562_gSkdycAoiGaXttfvUipwbGRwdlIv4WEj.jpg') 
              no-repeat center;
}


/****************************************************************************************************/
.gys01 .footer-menu {
padding:100px 0;border-bottom:solid 1px #eee;
}

.gys01 footer h1 img {
  filter: grayscale(100%) brightness(0.2);max-height:25px;padding-right:5px;
}
.gys01 footer h1{
  font-size:1.3em;
}
.gys01 .footer_info {
  width:100%;text-align:center;padding:30px 0;
}

.gys01 .footer-menu > li {
    padding-left:40px;font-weight:bold;
}

.gys01 .has-children li{font-size:0.9em;padding-left:10px;font-weight:normal;}