@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

h1 { font-size:36px; }

h2 { font-size:28px; padding: 0.4em 0.4em; margin-bottom:20px; color: #000; border-left: solid 10px #1D1E45; border-bottom: solid 1px #999999; }

.news-contents__desc img.terraonelogo { margin:50px auto; width:50%; filter: blur(0px); }

@media screen and (max-width: 768px) {
	h1 { font-size:30px; margin:0; text-align:center; }
	h2 { font-size:24px; }
	.news-contents__desc img.terraonelogo { margin:30px auto; width:80%; filter: blur(0px); }
	}

.news{
	background: url(../img/index/bg.png) no-repeat;
    background-position: center top 28.9vw;
    background-size: 100%;
}
.ul-page.news .news__head {
  width: 100%;
color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.ul-page.news .news-tab__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
.ul-page.news .news-tab__btn {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Antonio", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #ccc;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ul-page.news .news-tab__btn {
    width: 60px;
    font-size: 1.25rem;
	line-height:1;
  }
}
.ul-page.news .news-tab__all .news-tab__btn {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}
.ul-page.news .news-tab__btn[aria-selected=true] {
  background: #fff;
}
.ul-page.news .news-tab__panel--wrapper {
  width: 100%;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .ul-page.news .news-tab__panel--wrapper {
    padding:0 20px;
  }
}
.ul-page.news .news-tab__panel {
  display: none;
}
.ul-page.news .news-tab__panel[aria-hidden=false] {
  display: block;
}
.ul-page.news .news__year {
  font-size: 64px;
  font-size: 4rem;
  font-family: "Antonio", sans-serif;
  line-height: 1;
  margin: -5px 0 40px;
}
@media screen and (max-width: 768px) {
  .ul-page.news .news__year {
    font-size: 3rem;
  }
}
.ul-page.news .bar {
  border-bottom: 1px solid #999;
}
.ul-page.news .bar:last-of-type {
  border-bottom: none;
}
.ul-page.news .bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .ul-page.news .bar a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ul-page.news .bar a:hover .bar__title {
  text-decoration: underline;
}
.ul-page.news .bar__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ul-page.news .bar__up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ul-page.news .bar__time {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .ul-page.news .bar__time {
    width: 100%;
    margin-bottom: 5px;
  }
}
.ul-page.news .bar__category {
  width: 100px;
  height: 30px;
  background-color: #1c458f;
  border: 1px solid #999;
  color: #fff;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Antonio", sans-serif;
  letter-spacing: 0.2em;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .ul-page.news .bar__category {
    margin-bottom: 5px;
  }
}
.ul-page.news .news-tab__text {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: red;
}
@media screen and (max-width: 768px) {
  .ul-page.news .news-tab__text {
    font-size: 0.9375rem;
  }
}

/*******記事個別ページ*******/
.news.single-news .news-tab__btn {
  background-color: #fff;
}

.news.single-news a.news-tab__btn { background-color:#FFF; color:#000; }
.news.single-news a.news-tab__btn:hover { background-color:#333; color:#FFF; }

.single-news .news-contents__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  margin-bottom: 26px;
}

.news-contents__title span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 14px;
}

.news-contents__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  padding-bottom: 35px;
  margin-bottom: 46px;
}

.news-contents__desc span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.news-contents__desc div img { width:100%; filter: blur(0px); }

.news-contents .link {
  width: 100%;
  margin-bottom: 10px;
}



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

.aboutterraone {
	width:100%;
	margin:-46px 0 40px;
	padding:10px 40px;
	border:solid 2px #1D1E45;
}

.aboutterraone dl{
	display:flex;
	flex-wrap:wrap;
}
.aboutterraone dl dt{
	width:33%;
	padding:20px 0;
	border-bottom:dotted 1px #999999;
	font-weight:700;
}
.aboutterraone dl dd{
	width:67%;
	padding:20px 0;
	border-bottom:dotted 1px #999999;
}
.aboutterraone dl dt:last-of-type,.aboutterraone dl dd:last-child{
	border:none;
}
.footlink{
	height: 150px;
	padding:50px 0 0;
	background: #EFEEEE url(../img/logo.svg) repeat-x;
	animation: loop-slide 2.5s infinite linear;
}
@keyframes loop-slide {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -280px bottom;
  }
}
.footlink a{
	display: flex;
	width: 400px;
	height: 50px;
	flex-direction: column;
	justify-content: center;
	margin:0 auto;
	color: #000;
	font-weight: 700;
	border: 1px solid #000;
	background: #FFF;
	text-align:center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footlink a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
	.aboutterraone {
		padding:10px 20px;
	}
	.aboutterraone dl dt{
		width:100%;
		padding:20px 0 0;
		border:none;
	}
	.aboutterraone dl dd{
		width:100%;
	}
	
	.news{
		background: url(../img/index/bg_sp.png) no-repeat;
		background-position: center top 114vw;
		background-size: 100%;
	}

	.footlink a{
		width:90%;
	}
}