@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
  --red_color: #ca0005;
}

/*=======================================
	base
=======================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img,
figure,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
  color: #161717;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.65;
  }
}


main {
	margin-top: 90px;
}
@media only screen and (max-width: 768px){
main {
	margin-top: 70px;
}
}



/* compopnent */
.h1_outline {
  font-style: italic;
  font-weight: 600;
	font-size: 80px;
  line-height: 100%;
  padding: 3.64% 0 0 4.55%;
  position: relative;
  margin-bottom: 5.45%;
  width: 100%;
}
.h1_outline::before {
  content: attr(data-outlne_st);
  position: absolute;
  top: 0;
  left: 4.55%;
  /* transform: translateX(-50%); */
  font-weight: 700;
	font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #ca0005;
}
.h1_outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ca0005;
	width: 0.55%;
	height: 100%;
}
@media only screen and (max-width: 1160px){
.h1_outline {
  font-size: calc(80/1160*100vw);
  padding: 40px 0 0 50px;
  margin-bottom: 60px;
}
.h1_outline::before {
  left: 50px;
  font-size: calc(20/1160*100vw);
}
.h1_outline::after {
	width: 6px;
}
}
@media screen and (max-width: 768px) {
.h1_outline {
	font-size: 50px;
	padding-top: 30px;
	margin-bottom: 7.69%;
}
.h1_outline::before {
	font-size: 15px;
	top: 0;
}
}



.w800 {
	max-width: 800px;
	margin: 0 auto;
}
/*@media only screen and (max-width: 768px){
.w800 {
	max-width: 500px;
}
}*/



#header {
  box-shadow: 0px 0px 10px 0px #0000001F;
}



/*=======================================
	news_wrap
=======================================*/
#news_wrap .detail {
	margin: 0 auto 6.31%;
	width: 90%;
}
#news_wrap .news_area {
	margin: 0 0 6.31% 0;
}
#news_wrap .news_area li {
	border-bottom: 1px solid #848484;
	position: relative;
}
#news_wrap .news_area li::before {
	content: '';
	position: absolute;
	bottom: -1px; left: 0;
	background: #e31e23;
  width: 100%;
  height: 2px;
	-webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media (hover: hover) {
	#news_wrap .news_area li:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	}
}

#news_wrap .news_area li:not(:last-child) {
	margin-bottom: 2.5%;
}
#news_wrap .news_area li a {
	display: block;
	padding: 0 0 2.5%;
	position: relative;
}
#news_wrap .news_date {
	display: flex;
	gap: 2.5%;
	align-items: center;
	font-size: calc(14/1160*100vw);
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #848484;
}
#news_wrap .news_date p {
	position: relative;
	padding-right: 2.5%;
}
#news_wrap .news_date p:nth-child(2) {
	font-weight: 700;
}
#news_wrap .news_date p::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 50%;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background: #848484;
}
#news_wrap .news_date span {
	width: 11.88%;
	padding: 0.38% 0;
	line-height: 1;
	border: 1px solid #6A90DE;
	border-radius: 1.63%;
	text-align: center;
}
#news_wrap .news_area li a h2 {
	position: relative;
	font-weight: 700;
	font-size: calc(16/1160*100vw);
	line-height: 200%;
	padding-right: 6.25%;
}
#news_wrap .news_area li a h2::after {
	position: absolute;
	content: '';
	width: 3vw;
	height: 2.4vw;
	max-width: 16.75px;
	max-height: 14px;
	top: 50%;
	right: 3.13%;
	transform: translate(0, -50%);
}
#news_wrap .news_area li a h2::after {
	background-image: url("../../image/news/arrow02.svg");
	background-size: cover;
	transition: all .3s ease;
}

@media (hover: hover) {
	#news_wrap .news_area li a:hover {
		opacity: 1;
	}
	#news_wrap .news_area li:hover a h2::after {
		background-image: url("../../image/news/arrow01.svg");
		background-size: cover;
		right: calc(3.13% - 5px);
	}
}
#news_wrap .category_area {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	margin-bottom: 5%;
	height: auto;
}
#news_wrap .category_area li {
	height: auto;
}
#news_wrap .category_area li:not(:last-child) {
	margin-right: 2%;
}
#news_wrap .category_area li a {
	font-size: calc(15/1160*100vw);
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #848484;
	padding: 4px 15px 5px;
	border: 1px solid #848484;
	border-radius: 10vw;
	display: block;
}
#news_wrap .category_area li a.actv {
	color: #fff;
	background: #848484;
}
#news_wrap .category_area li.active a {
	color: #fff;
	background: #848484;
}
@media only screen and (min-width: 1161px){
#news_wrap .detail {
	margin: 0 auto 50.5px;
}
#news_wrap .news_area {
	margin: 0 0 50.5px 0;
}
#news_wrap .news_area li:not(:last-child) {
	margin-bottom: 20px;
}
#news_wrap .news_area li a {
	padding: 0 0 20px;
}
#news_wrap .news_date {
	gap: 20px;
	font-size: 15px;
}
#news_wrap .news_date p {
	padding-right: 20px;
}
#news_wrap .news_date p::after {
	height: 18px;
}
#news_wrap .news_date span {
	width: 95px;
	padding: 3px 0;
	border-radius: 13px;
}
#news_wrap .news_area li a h2 {
	font-size: 16px;
	padding-right: 50px;
}
#news_wrap .news_area li a h2::after {
	width: 16.75px;
	height: 14px;
	right: 25px;
}
#news_wrap .category_area {
	margin-bottom: 40px;
}
#news_wrap .category_area .icon a {
	font-size: 15px;
	padding: 4.8px 15px;
	border-radius: 20px;
}
#news_wrap .category_area li a {
	font-size: 15px;
}
#news_wrap .category_area li.active a {
	color: #fff;
	background: #848484;
}
}
@media only screen and (max-width: 768px){
#news_wrap .news_area {
	margin-bottom: 7.69%;
}
#news_wrap .news_date {
	font-size: 15px;
}
#news_wrap .news_area li a h2 {
	font-size: 16px;
	padding-right: 0;
}
#news_wrap .category_area .icon a {
	font-size: 15px;
}
#news_wrap .news_date p {
	font-size: 16px;
}
#news_wrap .news_area li a h2::after {
	background-image: none;
}
#news_wrap .category_area li a {
	font-size: 12px;
}
}



#news_wrap .news_wrap02 {
	margin-bottom: 8.33%;
}
@media only screen and (min-width: 1161px){
#news_wrap .news_wrap02 {
	margin-bottom: 120px;
}
}
@media only screen and (max-width: 768px){
#news_wrap .news_wrap02 {
	margin-bottom: 14.1%;
}
}


/*=======================================
	pager
=======================================*/
#news_wrap ul.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	margin: 0 auto 16.31%;
	position: relative;
	width: fit-content;

}
#news_wrap .pager li {
	width: 49px;
	height: 52px;
	max-height: 52px;
	font-size: calc(16/1160*100vw);
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
/*
#news_wrap .pager li {
	margin-right: 2%;
}*/
#news_wrap .pager li.prev-page,
#news_wrap .pager li.next-page {
	content: '';
	position: absolute;
}
#news_wrap .pager li.prev-page {
	left: -60px;
}
#news_wrap .pager li.next-page {
	right: -60px;
}

#news_wrap .pager li.prev-page a::after,
#news_wrap .pager li.next-page a::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 24%;
    height: 24%;
    border-top: 1px solid #161717;
    border-right: 1px solid #161717;
}
#news_wrap .pager li.prev-page a::after {
    transform: rotate(225deg);
}
#news_wrap .pager li.next-page a::after {
    transform: rotate(45deg);
    left: 25%;
}

#news_wrap .pager li a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
	color: #161717;
	background: #fff;
	border: 1px solid #161717;
}
#news_wrap .pager li a:hover {
  opacity: 0.65;
}

#news_wrap .pager li.prev-page a,
#news_wrap .pager li.next-page a {
	border: none;
}

#news_wrap .pager li a.actv {
	color: #fff;
	background: #161717;
}
@media only screen and (min-width: 1160px){
#news_wrap ul.pager {
	margin-bottom: 130.5px;
}
#news_wrap .pager li {
	width: 49px;
	height: 52px;
	font-size: 16px;
	line-height: 32px;
}
}
@media only screen and (max-width: 768px){
#news_wrap .pager li {
	font-size: 15px;
	width: 36px;
	height: 38px;
	max-height: inherit;
}
#news_wrap .category_area {
	margin-bottom: 9.23%;
}
#news_wrap .pager li.prev-page {
	left: -46px;
}
#news_wrap .pager li.next-page {
	right: -46px;
}
}



/* 記事詳細
--------------------------------------------------------- */
#news_wrap .wp-content {
	margin-bottom: 12.5%;
}
#news_wrap .wp-content .news_date {
	margin-bottom: 0.63%;
}
#news_wrap .wp-content .sttl01 {
	font-weight: 700;
	font-size: calc(36/1160*100vw);
	line-height: 170%;
	letter-spacing: 0.1em;
	margin-bottom: 6.25%;
}
#news_wrap .wp-content .sttl02 {
	font-weight: 700;
	font-size: calc(24/1160*100vw);
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 5% 0 3.75%;
	padding-left: 15px;
	position: relative;
}
#news_wrap .wp-content .sttl02::before {
	content: "";
	width: 3px;
	height: 36px;
	display: inline-block;
	background: #848484;
	position: absolute;
	left: 0;
	top: 0;
}
#news_wrap .wp-content .sttl03 {
	font-weight: 700;
	font-size: calc(20/1160*100vw);
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 5% 0 3.75%;
}
#news_wrap .back_btn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12.5%;
	height: 6.5vw;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	line-height: 48px;
	max-height: 52px;
	position: relative;
}
#news_wrap .back_btn .back {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
#news_wrap .back_btn .btn a {
	font-size: calc(16/1160*100vw);
	line-height: 200%;
	text-align: center;
	letter-spacing: 0.1em;
}
#news_wrap .back_btn .prev,
#news_wrap .back_btn .next {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#news_wrap .back_btn .prev {
	left: 0; 
}
#news_wrap .back_btn .next {
	right: 0;
}
#news_wrap .back_btn .prev {
	padding-left: 4.38%;
}
#news_wrap .back_btn .next {
	padding-right: 4.38%;
}
#news_wrap .back_btn .prev::after,
#news_wrap .back_btn .next::after {
	position: relative;
}
#news_wrap .back_btn .prev::after,
#news_wrap .back_btn .next::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    width: 13%;
    height: 20%;
    border-top: 1px solid #161717;
    border-right: 1px solid #161717;
}
#news_wrap .back_btn .prev::after {
    transform: rotate(225deg);
    left: 15%;
}
#news_wrap .back_btn .next::after {
    transform: rotate(45deg);
    right: 15%;
}
#news_wrap .sttl04 {
	font-weight: 700;
	font-size: calc(36/1160*100vw);
	line-height: 170%;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 6.25%;
	margin-bottom: 6.25%;
}
#news_wrap .sttl04::before {
	content: "";
	width: 6px;
	height: 100%;
	display: inline-block;
	background: #CA0005;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (min-width: 1161px){
#news_wrap .wp-content {
	margin-bottom: 100px;
}
#news_wrap .wp-content .news_date {
	margin-bottom: 5px;
}
#news_wrap .wp-content .sttl01 {
	font-size: 36px;
	margin-bottom: 50px;
}
#news_wrap .wp-content .sttl02 {
	font-size: 24px;
	margin: 40px 0 30px;
	padding-left: 15px;
}
#news_wrap .wp-content .sttl02::before {
	width: 3px;
	height: 36px;
}
#news_wrap .wp-content .sttl03 {
	font-size: 20px;
	margin: 40px 0 30px;
}
#news_wrap .back_btn {
	margin-bottom: 100px;
	height: 52px;
	line-height: 48px;
}
#news_wrap .back_btn .btn a {
	font-size: 16px;
}
#news_wrap .back_btn .prev {
	padding-left: 35px;
}
#news_wrap .back_btn .next {
	padding-right: 35px;
}
#news_wrap .back_btn .prev::after {
    left: 10px;
}
#news_wrap .back_btn .next::after {
    right: 10px;
}
#news_wrap .sttl04 {
	font-size: 36px;
	padding-left: 50px;
	margin-bottom: 50px;
}
#news_wrap .sttl04::before {
	width: 6px;
}
#news_wrap .back_btn .prev::after,
#news_wrap .back_btn .next::after {
    width: 12px;
    height: 12px;
}
#news_wrap .sttl04 {
	padding-left: 50px;
	margin-bottom: 50px;
}
}
@media only screen and (max-width: 768px){
#news_wrap .wp-content .sttl01 {
	font-size: 20px;
}
#news_wrap .wp-content .sttl02 {
	font-size: 20px;
}
#news_wrap .wp-content .sttl03 {
	font-size: 18px;
}
#news_wrap .back_btn {
	height: 13.33vw;
	line-height: 13.33vw;
	max-height: inherit;
	position: relative;
}
#news_wrap .back_btn .btn a {
	font-size: 16px;
}
#news_wrap .sttl04 {
	font-size: 20px;
}
#news_wrap .back_btn .prev::after,
#news_wrap .back_btn .next::after {
    width: 2.5vw;
    height: 2.5vw;
}
#news_wrap .back_btn .prev {
	padding-left: 9%;
}
#news_wrap .back_btn .next {
	padding-right: 9%;
}
#news_wrap .back_btn .prev::after {
    left: 24%;
}
#news_wrap .back_btn .next::after {
    right: 24%;
}
#news_wrap .sttl04 {
	padding-left: 20px;
	margin-bottom: 12.82%;
}
#news_wrap .sttl04::before {
	width: 3px;
}
}

/* コンタクトコンテンツ欄_上部の余白調整 */
#contact_area .detail {
	padding-top: 80px;
}
@media screen and (max-width: 1160px) {
#contact_area .detail {
		padding-top: 6.89vw;
	}
}
@media screen and (max-width: 768px) {
#contact_area .detail {
		padding-top: 60px;
	}
}






