@charset "utf-8";
/* CSS Document */

/* メイン
-------------------------------------------- */
.main-wrap {
  width: 100%;
  padding-top: 12%;
  float: right;
}
.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: ellipse(65% 90% at 64% 10%);
}
.en {
  display: none;
}
.main-text {
  margin: -20px auto 0 auto;
  padding: 10px 10px 10px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 90%;
	background: rgba(255,255,255,.75);
    backdrop-filter: blur(12px);
	border-radius: 4%;
  z-index: 1000;
}
.main-catch {
  font-size: 3.4rem;
  color: #005D03;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.4em;
}

.news-box{
	width: 90%;
	font-size: 1.6rem;
	margin: 0 auto 30px auto;
}
.news-img{
	margin: 0 0 10px 0;
}
.news-img img{
	border-radius: 10px;
}
.topic{
	background: #F6AD6C;
	border-radius: 9px;
	padding: 0px 20px;
	color: #fff;
	font-size: 1.7rem;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.news-day{
	font-size: 1.7rem;
	margin: 0 0 10px 0;
}
.em-new{
	color: #E50000;
	font-size: 1.8rem;
	font-weight: 600;
}
 /* 矢印が動いてスクロールを促す
-------------------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	display: none;
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
    z-index: 100000;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-30px;
	bottom:0px;
    /*テキストの形状*/
	color: #3A3A3A;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -14px;
    /*矢印の形状*/
    width: 3px;
    height: 30px;
    background: #707070;
    transform: skewX(-45deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:3px;
	height: 70px;
	background:#707070;
}
@media print, screen and (min-width : 768px) {

 /* 矢印が動いてスクロールを促す
-------------------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	display: block;
}

	
	/* メイン
-------------------------------------------- */
  .main-wrap {
    padding-top: 0%;
  }
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(52% 90% at 64% 10%);
  }
  .main-text {
    position: absolute;
    left: 160px;
    bottom: 85px;
    padding: 30px 30px 30px 30px;
    font-size: 1.6rem;
    width: 45%;
  }
  .en {
    display: none;
    position: absolute;
    left: -360px;
    bottom: 90px;
    margin-left: 50%;
    width: 340px;
    height: 340px;
    background: #FFFEE6;
    border-radius: 50%;
	  z-index: 1000;
  }
  .main-catch {
    font-size: 3.6rem;
    margin: 0 0 20px 0;
  }


	.news-box{
	width: 31%;
	font-size: 1.6rem;
	margin: 0 0 30px 0;
}
}
@media print, screen and (min-width : 1280px) {
  /* メイン
-------------------------------------------- */
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
    height: 700px;
  }
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(52% 85% at 60% 15%);
  }
  .main-text {
    position: absolute;
    left: 150px;
    bottom: 30px;
    padding: 30px 30px 30px 30px;
    font-size: 1.8rem;
    width: 33%;
  }
  .en {
	display: none;
    position: absolute;
    left: -490px;
    bottom: 180px;
    margin-left: 50%;
    width: 380px;
    height: 380px;
	  z-index: 1000;
  }
  .main-catch {
    font-size: 3.6rem;
    margin: 0 0 20px 0;
    line-height: 1.4em;
  }


	/* 矢印が動いてスクロールを促す
-------------------------------------------- */
/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-40px;
	bottom:0px;
    /*テキストの形状*/
	font-size: 2.4rem;
}

/* 矢印の描写 */
.scrolldown4:before {
    /*矢印の形状*/
    width: 3px;
    height: 30px;
}

.scrolldown4:after{
    /*矢印の形状*/
	width:3px;
	height: 84px;
}
}

@media print, screen and (min-width : 1600px) {
  /* メイン
-------------------------------------------- */
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
    height: 950px;
  }
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(50% 90% at 60% 10%);
  }
  .main-text {
    position: absolute;
    left: 150px;
    bottom: 50px;
    padding: 30px 30px 30px 30px;
    font-size: 1.8rem;
    width: 33%;
  }
  .en {
	display: none;
    position: absolute;
    left: -660px;
    bottom: 160px;
    margin-left: 50%;
    width: 566px;
    height: 566px;
	  z-index: 1000;
  }
  .main-catch {
    font-size: 3.6rem;
    margin: 0 0 20px 0px;
  }
}