@charset "utf-8";

/*=====================================
top.css
=====================================*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500&display=swap');

.mainArea {
	padding: 0;
}
.inner {
	max-width: 1460px;
}


/*-------------------------------------
 topVisual
-------------------------------------*/
.topVisual {
	position: relative;
	overflow: hidden;
}
.topVisual .slide {
	text-align: center;
}
.topVisual .slide img {
	width: 100%;
}


/*-------------------------------------
 title
-------------------------------------*/
.topTtlStyle01 h2 {
	color: #943375;
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3;
}
.topTtlStyle02 h2 {
	color: #943375;
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.3;
}


/*-------------------------------------
 topGroup
-------------------------------------*/
.topGroup .inner {
	display: flex;
	padding-top: 75px;
	padding-bottom: 70px;
}
.topGroup .topTtlStyle01 {
	padding: 0 50px 0 0;
	white-space: nowrap;
}
.topGroupList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1095px;
	margin: 0 -10px;
	padding: 15px 0 0 0;
}
.topGroupList .clm {
	width: 33.333%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	flex-shrink: 0;
}
.topGroupList .clm20 {
	width: 66.666%;
}
.topGroupList .clm15 {
	width: 50%;
}
.topGroupList .clm a {
	position: relative;
	display: block;
}
.topGroupList .clm figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 260px;
	padding: 15px 35px 15px 25px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right 15px center;
}


/*-------------------------------------
 topMenu
-------------------------------------*/
.topMenu {
	background: #943375;
}
.topMenu .inner {
	display: flex;
	padding-top: 55px;
	padding-bottom: 35px;
}
.topMenuList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.topMenuList .clm {
	width: 33.333%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	flex-shrink: 0;
}
.topMenuList .clm a {
	position: relative;
	display: block;
}
.topMenuList .clm figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 25px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right 15px center;
}


/*-------------------------------------
 topNews
-------------------------------------*/

.topNews .inner {
	margin-top: 85px;
	padding: 0;
		max-width: 1220px;

}

.topNews .inner .wrap {
	margin: 0 10px;
padding: 30px 40px;
	
	background-color: #f9f9f9;		
}

.topNews .inner h2 {
    color: #893b73;
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.topNews .inner h2 span {
  display: block;
  position: relative;
}



.topNews .inner h2 span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 90%; 
  height: 1px; 
  background-color: #893b73;	
}

@media screen and (max-width: 1000px) {
.topNews .inner h2 span:after {
  width: 85%; 	
}
}


.topNews  ul {
	width: 100%;
}
.topNews  ul li {
	display: flex;
	font-size: 15px;
	line-height: 1.9;
    text-align: left;
	 position: relative;
    padding: 0 0 0 15px;
    line-height: 1.9;
	background: url(../img/icn_arw01.png) no-repeat left 8px / 8px auto;
	margin-bottom: 10px;
}

.topNews  ul li:last-child {
	margin-bottom: 0;
} 

.topNews  ul li .date {
	width: 95px;
	flex-shrink: 0;
	white-space: nowrap;
	margin-right: 10px;
}



/*-------------------------------------
 topPressrelease
-------------------------------------*/
.topPressrelease .inner {
	max-width: 1220px;
	padding-top: 85px;
	padding-bottom: 40px;
}
.topPressreleaseHead {
	display: flex;
	margin: 0 0 40px 0;
}
.topPressreleaseHead .topTtlStyle01 {
	padding: 0 50px 0 0;
	white-space: nowrap;
}
.topPressreleaseTab {
	width: 100%;
	padding: 15px 0 0 0;
}
.topPressreleaseTab ul {
	display: flex;
	flex-wrap: wrap;
}
.topPressreleaseTab ul li {
	width: 33.333%;
	flex-shrink: 0;
	padding: 0 0 0 4px;
}
.topPressreleaseTab ul li p {
	display: flex;
	width: 100%;
	height: 68px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #979797;
	font-size: 18px;
	background: #e3e3e3;
}
.topPressreleaseTab ul li.current p {
	color: #fff;
	background: #6b2454;
}
.topPressreleaseList {
	padding: 0 0 50px 0;
}
.topPressreleaseList ul {
	border-bottom: 1px solid #e3e3e3;
}
.topPressreleaseList ul li {
	display: flex;
	padding: 23px 0;
	font-size: 17px;
	line-height: 1.9;
	border-top: 1px solid #e3e3e3;
    text-align: left;
}
.topPressreleaseList ul li .date {
	width: 95px;
	flex-shrink: 0;
	white-space: nowrap;
}
.topPressreleaseList ul li .cat {
	width: 90px;
	margin: 0 20px;
	padding: 7px 0 0 0;
	flex-shrink: 0;
}
.topPressreleaseList ul li .cat p {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: #bf85ac;
}


.topPressrelease .yearList {
    margin: 30px 0;
}

.topPressrelease .yearList ul {
    display: flex;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #943375;
    font-weight: bold;
    justify-content: flex-end; 
}

.topPressrelease .yearList ul li {
    margin-left: 70px;
    position: relative;
}
.topPressrelease .yearList ul li.active {
    position: relative;
    display: inline-block;
}

.topPressrelease .yearList ul li.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 25px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #943375;
}

.topPressrelease .yearList ul li::before {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	left: -35px;
	background:#943375;
    transform: rotate(20deg);
}

.topPressrelease .yearList ul li:last-child {
    padding-right: 35px;
}
.topPressrelease .yearList ul li:first-child::after {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -35px;
	background:#943375;
    transform: rotate(20deg);
}
.topPressrelease .yearList ul li:last-child::after {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0px;
	background:#943375;
    transform: rotate(20deg);
}

.topPressrelease .rssInfo {
    margin-bottom: 20px;
    font-size: 14px;
}

.topPressrelease .rssInfo .arw01 {
    margin-right: -5px;
}


/*-------------------------------------
 topLink
-------------------------------------*/
.topLink {
	background: #e3e3e3;
}
.topLink .inner {
	display: flex;
	max-width: 1220px;
	padding-top: 45px;
	padding-bottom: 65px;
}
.topLinkClm {
	width: 50%;
	flex-shrink: 0;
}
.topLinkOverseas {
	padding: 0 0 0 105px;
}
.topLinkHead {
	display: flex;
	align-items: flex-end;
	margin: 0 0 25px 0;
}
.topLinkHead .link {
	width: 100px;
	flex-shrink: 0;
	margin-left: auto;
	font-size: 13px;
	text-align: right;
}
.topLinkHead .link a {
	display: inline-block;
	padding: 0 28px 0 0;
	background: url(../img/icn_arw05.png) no-repeat right center / 19px auto;
}
.topLinkList01 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.topLinkList01 ul li {
	width: 33.333%;
	flex-shrink: 0;
	margin: 0 0 15px 0;
	padding: 0 15px;
	text-align: center;
}
.topLinkList01 ul li p {
	padding: 5px 0 0 0;
	font-size: 12px;
}
.topLinkList02 ul li {
	margin: 0 0 15px 0;
	font-size: 15px;
}







































/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/
/* TAB layout
-------------------------------------------------------------------*/

@media screen and (max-width: 768px) {


/*-------------------------------------
 topVisual
-------------------------------------*/



/*-------------------------------------
 title
-------------------------------------*/
.topTtlStyle01 {
	text-align: center;
}
.topTtlStyle01 h2 {
	font-size: 40px;
}
.topTtlStyle02 {
	text-align: center;
}
.topTtlStyle02 h2 {
	font-size: 30px;
}


/*-------------------------------------
 topGroup
-------------------------------------*/
.topGroup .inner {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.topGroup .topTtlStyle01 {
	padding: 0;
	white-space: inherit;
}
.topGroupList {
	margin: 0 -5px;
	padding: 25px 0 0 0;
}
.topGroupList .clm {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.topGroupList .clm20,
.topGroupList .clm15 {
	width: 100%;
}
.topGroupList .clm figcaption {
	min-width: inherit;
	padding: 10px 13px;
	font-size: 14px;
}
.topGroupList .clm img {
	width: 100%;
}


/*-------------------------------------
 topMenu
-------------------------------------*/
.topMenu .inner {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
}
.topMenuList {
	display: block;
	flex-wrap: wrap;
	margin: 0;
}
.topMenuList .clm {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.topMenuList .clm img {
	width: 100%;
}
.topMenuList .clm figcaption {
	padding: 10px 13px;
	font-size: 14px;
}
	
	

/*-------------------------------------
 topNews
-------------------------------------*/

.topNews .inner {
	margin-top: 45px;
	padding-bottom: 25px;
	display: block;
}
	
.topNews .inner .wrap {
	padding: 20px;	
	}	

.topNews .inner h2 {
    width: 100%;
    font-size: 16px;
	text-align: center;
}

.topNews .inner h2 span {
	display: block;
  position: relative;
	padding-left: 0;
}

.topNews .inner h2 span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 38%; 
  height: 2px; 
  background-color: #893b73;	
	
}
	
	
.topNews .inner h2 span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 38%; 
  height: 2px; 
  background-color: #893b73;	
}


.topNews  ul {
	width: 100%;
}
.topNews  ul li {
	flex-wrap: wrap;
	padding: 13px 0;
	font-size: 14px;
	line-height: 1.8;
	background: url(../img/icn_arw01.png) no-repeat left 8px / 8px auto;
	padding-left: 20px;
	padding-top: 0;
}

	
.topNews  ul li .date {
	width: 75px;
	flex-shrink: 0;
	white-space: nowrap;
	margin-right: 20px;
}


/*-------------------------------------
 topPressrelease
-------------------------------------*/
.topPressrelease .inner {
	padding-top: 45px;
	padding-bottom: 25px;
}
.topPressreleaseHead {
	display: block;
	margin: 0 0 15px 0;
}
.topPressreleaseHead .topTtlStyle01 {
	padding: 0;
	white-space: inherit;
}
.topPressreleaseTab ul {
	margin: 0 -5px 0 0;
}
.topPressreleaseTab ul li {
	padding: 0 5px 0 0;
}
.topPressreleaseTab ul li p {
	height: 55px;
	font-size: 14px;
	text-align: center;
}
.topPressreleaseList {
	padding: 0 0 30px 0;
}
.topPressreleaseList ul li {
	flex-wrap: wrap;
	padding: 13px 0;
	font-size: 14px;
	line-height: 1.8;
}
.topPressreleaseList ul li .date {
	width: 75px;
}
.topPressreleaseList ul li .cat {
	width: 75px;
	margin: 0 15px;
	padding: 5px 0 0 0;
}
.topPressreleaseList ul li .cat p {
	font-size: 11px;
	line-height: 1.4;
}
.topPressreleaseList ul li .ttl {
	width: 100%;
	padding: 5px 0 0 0;
	flex-shrink: 0;
}
    
    
.topPressrelease .yearList {
    margin: 30px 0;
}

.topPressrelease .yearList ul {
    display: flex;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #943375;
    font-weight: bold;
    justify-content: center; 
}

.topPressrelease .yearList ul li {
    margin-left: 40px;
    position: relative;
}
.topPressrelease .yearList ul li.active {
    position: relative;
    display: inline-block;
}

.topPressrelease .yearList ul li.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 25px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #943375;
}

.topPressrelease .yearList ul li::before {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	left: -20px;
	background:#943375;
    transform: rotate(20deg);
}

.topPressrelease .yearList ul li:last-child {
    padding-right: 20px;
}
.topPressrelease .yearList ul li:first-child::after {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -20px;
	background:#943375;
    transform: rotate(20deg);
}
    
    .topPressrelease .yearList ul li:first-child {
        margin-left: 20px;
    }
.topPressrelease .yearList ul li:last-child::after {
    content: "";
    position: absolute;
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0px;
	background:#943375;
    transform: rotate(20deg);
}


.topPressrelease .rssInfo {
    margin-bottom: 20px;
    font-size: 12px;
}

.topPressrelease .rssInfo .arw01 {
    margin-right: -5px;
}



/*-------------------------------------
 topLink
-------------------------------------*/
.topLink .inner {
	display: block;
	padding-top: 30px;
	padding-bottom: 25px;
}
.topLinkClm {
	width: auto;
	padding: 0 0 25px 0;
}
.topLinkOverseas {
	padding: 0;
}
.topLinkHead {
	display: block;
	align-items: flex-end;
	margin: 0 13px 15px 13px;
}
.topLinkHead .link {
	width: auto;
	padding: 5px 0 0 0;
	font-size: 11px;
}
.topLinkHead .link a {
	padding: 0 23px 0 0;
	background-size: 16px auto;
}
.topLinkList01 ul {
	margin: 0 5px;
}
.topLinkList01 ul li {
	margin: 0 0 10px 0;
	padding: 0 8px;
	text-align: center;
}
.topLinkList01 ul li p {
	padding: 5px 0 0 0;
	font-size: 10px;
}
.topLinkList02 {
	padding: 0 13px;
}
.topLinkList02 ul li {
	margin: 0 0 12px 0;
	font-size: 14px;
}









}

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 750px) {



}





/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

.topGroupList .clm a figcaption,
.topMenuList .clm a figcaption,
.topPressreleaseTab ul li p {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.topPressreleaseTab ul li p:hover {
	opacity: 0.7;
}
.topGroupList .clm a:hover figcaption,
.topMenuList .clm a:hover figcaption {
	color: #6b2454;
	background-image: url(../img/icn_arw04.png);
	background-color: #fff;
}



}
