@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-90px); }
  100% { transform: translateY(0px); } }
@keyframes SlideIn { 0% { opacity: 0; transform: translateY(-90px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
.fit { object-fit: cover; object-position: center; font-family: "object-fit: cover; object-position: center;"; }

.titleimg { background: url("/img/news/titleimg_sp.jpg") center bottom/cover no-repeat; }

.news { margin: 0% 0% 7.5% 0%; }
.news__wp { margin: 0% 0% 5.6% 0%; }
.news__list a { display: block; }
.news__con-wp { padding: 2.5% 0% 2.5% 0%; border-bottom: solid 1px #DDDDDD; }
.news__con-wp .news__img { flex: 0 1 40%; width: 40%; max-width: 40%; }
.news__con-wp .news__img figure { position: relative; overflow: hidden; }
.news__con-wp .news__img figure img { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 100%; }
.news__con-wp .news__img figure::before { content: ''; display: block; padding-top: 68%; }
.news__con-wp .news__txt-wp { flex: 0 1 56%; width: 56%; max-width: 56%; position: relative; }
.news__con-wp .news__txt-wp .news__time { font-size: 1.2rem; margin: 0% 0% 2.5% 0%; display: inline-block; padding: 3px 10px; color: #fff; background: #EA8815; }
@media (min-width: 769px) { .news__con-wp .news__txt-wp .news__time { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 3.2258064516 ); } }
@media (min-width: 800px) { .news__con-wp .news__txt-wp .news__time { font-size: 1.3rem; } }
.news__con-wp .news__txt-wp .news__ttl { font-size: 1.3rem; text-align: justify; }
@media (min-width: 769px) { .news__con-wp .news__txt-wp .news__ttl { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 9.6774193548 ); } }
@media (min-width: 800px) { .news__con-wp .news__txt-wp .news__ttl { font-size: 1.6rem; } }
.news__con-wp .news__txt-wp .news__more { font-size: 1.4rem; position: absolute; bottom: 0; right: 15px; color: #EA8815; }
@media (min-width: 769px) { .news__con-wp .news__txt-wp .news__more { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 3.2258064516 ); } }
@media (min-width: 800px) { .news__con-wp .news__txt-wp .news__more { font-size: 1.5rem; } }
.news__con-wp .news__txt-wp .news__more::after { position: absolute; content: ""; top: 35%; right: -15px; width: 6px; height: 6px; border-top: solid 1px #EA8815; border-right: solid 1px #EA8815; transform: rotate(45deg); }

.menu_btn { margin: 0% 0% 12.5% 0%; }
.menu_btn ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 90%; margin: auto; }
.menu_btn ul li { font-size: 1.3rem; flex: 0 1 auto; width: auto; max-width: auto; margin: 0 2.5px; color: #EA8815; }
@media (min-width: 769px) { .menu_btn ul li { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2849002849 ); } }
@media (min-width: 1120px) { .menu_btn ul li { font-size: 1.4rem; } }
.menu_btn ul li a { position: relative; display: block; width: 35px; height: 35px; background: #fff; border: solid 1px #DDDDDD; border-radius: 50%; }
.menu_btn ul li a p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.menu_btn ul .first_page { margin-left: 0; }
.menu_btn ul .last_page { margin-right: 0; }
.menu_btn ul .dot_separate { margin: 0; }
.menu_btn ul .aroow a { position: relative; background: #EA8815; border: solid 1px #EA8815; }
.menu_btn ul .aroow a::before { position: absolute; content: ""; top: 50%; width: 5px; height: 5px; border-top: solid 1px #fff; }
.menu_btn ul .aroow.prev { margin: 0 auto 0 0; }
.menu_btn ul .aroow.prev a::before { left: 18px; border-left: solid 1px #fff; transform: rotate(-45deg) translate(0, -50%); }
.menu_btn ul .aroow.next { margin: 0 0 0 auto; }
.menu_btn ul .aroow.next a::before { right: 18px; border-right: solid 1px #fff; transform: rotate(45deg) translate(0, -50%); }
.menu_btn ul .active a { color: #fff; background: #EA8815; border: solid 1px #EA8815; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .titleimg { background: url("/img/news/titleimg_pc.jpg") center bottom/cover no-repeat; }
  .news__con-wp .news__img { flex: 0 1 20%; width: 20%; max-width: 20%; }
  .news__con-wp .news__txt-wp { flex: 0 1 75%; width: 75%; max-width: 75%; }
  .menu_btn ul { max-width: 450px; }
  .menu_btn ul li { margin: 0 1%; }
  .menu_btn ul li a { width: 45px; height: 45px; }
  .menu_btn ul li a:hover { color: #fff; background: #EA8815; border: solid 1px #EA8815; opacity: 1; }
  .menu_btn ul .aroow a::before { width: 7px; height: 7px; }
  .menu_btn ul .aroow a:hover { background: #fff; }
  .menu_btn ul .aroow a:hover::before { border-color: #EA8815; }
  .menu_btn ul .aroow.prev a::before { left: 23px; }
  .menu_btn ul .aroow.next a::before { right: 23px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
