<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*MAIN-Slider---------------------------------------------------------------------------------*/

.top-main ul{
  display: flex;
  flex-direction: row;
}
.top-main ul li:nth-child(1),
.top-main ul li:nth-child(2){
  width: 50%;
}
.top-main &gt; ul &gt; li:nth-child(1){
  height: 100vh;
  background: url("../images/main-bg.jpg") no-repeat;
	background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-main ul li:nth-child(1) div{
  width: 360px;
	background: #fff;
  /*background: url("../images/main-logo-bg@2x.jpg") no-repeat;
	background-size: cover;*/
	border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-main ul li:nth-child(1) div img{
	width: 150px;
  padding: 40px;
}
.top-main ul li:nth-child(2) div{
  height: 100vh;
}
.top-main ul li:nth-child(2) div .slider-1{
  background: url("../images/main-pht1@2x.jpg") no-repeat center center;
  background-size: cover;
}
.top-main ul li:nth-child(2) div .slider-2{
  background: url("../images/main-pht2@2x.jpg") no-repeat center center;
  background-size: cover;
}
.top-main ul li:nth-child(2) div .slider-3{
  background: url("../images/main-pht3@2x.jpg") no-repeat center center;
  background-size: cover;
}


/*.top-main ul li:nth-child(2){
  background: url("../images/main-pht1@2x.jpg") no-repeat center center;
  background-size: cover;
}*/
.top-main .slick-arrow:before{
	content:""!important;
}

@media screen and (max-width:767px) {
.top-main ul{
  display: flex;
  flex-wrap: wrap;
}
.top-main ul li:nth-child(1){
  width: 100%;
}
.top-main ul li:nth-child(1) div{
  width: 70%;
  height: 60vh;
}
.top-main ul li:nth-child(1) div img{
  height: 60vh;
}
.top-main ul li:nth-child(2){
  width: 100%;
}
	
}

/*NEWS---------------------------------------------------------------------------------*/

.news-block{
	margin: 35px auto 80px;
	display: flex;
}
.news-block h2{
	height: 250px;
	margin-top: -35px;
	padding: 0 0 50px;
   background: -webkit-linear-gradient(180deg, rgb(25, 36, 96), rgb(18, 22, 44));
   background: linear-gradient(180deg, rgb(25, 36, 96), rgb(18, 22, 44));
	display: flex;
   justify-content: center;
   align-items: center;
}
.news-block h2 img{
	height: 150px;
}
.news-txt-block{
	width: 100%;
}
.news-txt-block ul li{
	border-bottom: 1px solid #907C7C;
}
.news-txt-block ul li dl.news-txt{
	display: flex;
	margin: 30px 0 30px 30px;
}
.news-txt-block ul li dl.news-txt dt{
	min-width: 180px;
	padding: 10px 40px 10px 15px;
}
.news-txt-block ul li dl.news-txt dt.news-icon1{
	background: url("../images/news-icon1.svg") no-repeat right 5px;
}
.news-txt-block ul li dl.news-txt dt.news-icon2{
	background: url("../images/news-icon2.svg") no-repeat right 5px;
}
.news-txt-block ul li dl.news-txt dd{
	padding: 5px 70px 10px 50px;
	line-height: 2;
}
.news-txt-block .news-list-btn{
	width: 30%;
	float: right;
	text-align: center;
	background: #000;
	font-weight: bold;
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	font-size: 2.3rem;
}
.news-txt-block .news-list-btn a{
	width: 100%;
	padding: 2rem;
	display: block;
	color: #fff;
}
.news-txt-block .news-list-btn a:hover{
	background: #b29e67;
}

@media screen and (max-width:767px) {
.news-block{
	display: flex;
	flex-direction: column;
}
.news-block h2{
	width: 130px;
	height: 150px;
	margin: -35px auto 20px;
}
.news-block h2 img{
	height: 100px;
}
.news-txt-block ul li dl.news-txt{
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-top: 5px;
}
.news-txt-block ul li dl.news-txt dt{
	min-width: auto;
	padding: 10px 15px 8px;
}
.news-txt-block ul li dl.news-txt dd{
	padding: 5px 15px 20px;	
}
.news-txt-block ul li dl.news-txt dt.news-icon1,
.news-txt-block ul li dl.news-txt dt.news-icon2{
	background-position: 95% 15px;
}
.news-txt-block .news-list-btn{
	width: 100%;
}
	}
@media screen and (width:768px) {
.news-txt-block .news-list-btn{
	width: 100%;
}	
}

/*HOSHITORI---------------------------------------------------------------------------------*/

.hoshitori_block {
	position: relative;
}
.hoshitori_block h2.ttl-border {
	display: flex;
	align-items: center;
	margin: 70px 0 35px;
}
.hoshitori_block h2.ttl-border:before,
.hoshitori_block h2.ttl-border:after {
	border-top: 2px solid;
	content: "";
	flex-grow: 1;
}
.hoshitori_block h2.ttl-border:before {
	margin-right: 3rem;
}
.hoshitori_block h2.ttl-border:after {
	margin-left: 3rem;
}
.hoshitori_block table{
	border-collapse: separate;
	border-spacing:0px;
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hoshitori_block table,th,td{
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.hoshitori_block th{
	height: 150px;
	padding: 15px 0 15px 0;
	background: #595959;
	color: #fff;
}
.hoshitori_block th span{
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.hoshitori_block td{
	background: #fff;
	padding: 15px;
}
.hoshitori_block .gray{
	background: #f3f3f3;
	font-weight: bold;
}

.hoshitori_block .hoshitori_term{
	font-size: 2rem;
	font-weight: bold;
}

.sticky-col-1{
	left: 1px;
	top: auto;
}
.sticky-col-2{
	left: 151px;
	top: auto;
}

/*表組みを横スクロール可に*/
.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;  /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.fixed{
  position: sticky;
  left: 0;
}
/*.fixed::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
  }*/

@media screen and (max-width: 767px) {
	.hoshitori_block h2.ttl-border img {
		width: 32%;
	}

	.hoshitori_block table {
		width: 100%;
	}

	.sticky-col-1, .sticky-col-2 {
		max-width: 55px;
		line-height: 1.2;
	}
}

@media screen and (min-width:767px) {
	.fixed{
		white-space:nowrap;
	}
}


/*HISTORY---------------------------------------------------------------------------------*/

.history-block h2{
	display: flex;
	justify-content: center;
	margin: 80px 0 40px;
}
.history-block h2 img{
	height: 55px;
}
.history-block .history-wrapper{
	width: 100%;
	padding: 4rem;
	box-sizing: border-box;
	background: url("../images/history_bg.jpg") no-repeat;
}
.history-block .history-wrapper img{
	width: 100%;
}
.history-block .history-wrapper div p{
	text-align: center;
	padding: 2rem;
	background: #fff;
	font-weight: bold;
	font-size: 2rem;
}

/*-----Slick-----*/
.history-block .slick-dots{
	right: 0;
  bottom:-50px;
}
.history-block .slick-dots li {
  margin: 0 1px; 
	padding: 0;
	width: 100px;
　height: 2px!important;
	/*border-radius: 3px;*/
	background: #192460;
	transform: skewX(20deg);
  transform-origin: top right;
}
.history-block .slick-dots li button:before {
  content:'';
	padding: 0;
   width: 100px;
　height: 2px!important;
　background: #4E68BC;
　opacity: 1;	
}
.history-block .slick-dots li.slick-active button:before{
  background: #F2C802;
}
.history-block .slick-arrow:before{
	content:""!important;
}

@media screen and (max-width:767px) {
.history-block h2 img{
	height: 40px;
}
.history-block .history-wrapper{
	padding: 2rem;
}
	}

/*INSTAGRAM---------------------------------------------------------------------------------*/

.insta-block h2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 100px 0 40px;
	padding: 0 2rem;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.insta-block h2::before{
	content: '';
	width: 50px;
	height: 50px;
	margin: 3rem auto;
	background: url("../images/insta-icon.svg") no-repeat;
	background-size: 50px 50px;
}
.insta-block p{
	width: 80%;
	display: block;
	text-align: left;
	margin: 0 auto;
}
.insta-block p img{
	width: 120px;
	height: 120px;
	float: left;
	margin: -30px 30px 30px 0;
}
.insta-block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto;
	clear: both;
}
.insta-block ul li{
	margin: 0 8px 16px 8px;
}
/*.insta-block ul li:last-child{
	margin-bottom: 10px;
}*/
.insta-block .btn-block ul{
	padding-bottom: 40px;
}
.insta-block .btn-block ul &gt; li.read,
.insta-block .btn-block ul &gt; li.insta{
	padding: 0;
	border-radius: 5px;
	height: 40px;
	line-height: 2.5;
}
.insta-block .btn-block ul &gt; li.read{
	background: #F2C802;
}
.insta-block .btn-block ul &gt; li.insta{
	border-radius: 5px;
	background: #4E68BC url("../images/insta-icon2.svg") no-repeat 10px center;
	background-size: 20px 20px;
	padding-left: 20px;
	
}
.insta-block .btn-block ul &gt; li a{
	display: block;
	height: 40px;
	padding: 0 2rem;
}

@media screen and (max-width:767px) {
.insta-block p{
	width: 95%;
	padding: 0 2rem;
}
.insta-block p img{
	width: 80px;
	height: 80px;
	margin: 0 20px 80px 0;
}
.insta-block ul li{
	width: 40%;
}
.insta-block ul li img{
	width: 100%;
}
.insta-block ul li:last-child{
	margin-bottom: 40px;
}
.insta-block .btn-block ul{
	font-size: 12px;
	display: flex;
}
.insta-block .btn-block ul &gt; li.read{
	flex-basis: 40%;
	line-height: 3;
	text-align: center;
}
.insta-block .btn-block ul &gt; li.insta{
	flex-basis: 50%;
	line-height: 3;
	text-align: center;
	background-size: 15px 15px;
	padding: 0 0 0 10px;
}
	}

/*SHINDESHI---------------------------------------------------------------------------------*/

.shindeshi-block{
   display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 350px;
	border: 5px solid #000;
	margin: 60px 0;
	padding: 60px 30px 0;
	text-align: center;
	background: url("../images/img-all@2x.jpg") no-repeat top center;
	background-size: cover;
}
.shindeshi-block img{
	width: 50%;
}
.shindeshi-block a{
	display: block;
	width: 100%;
	text-align: center;
}
.shindeshi-block:hover{
	/*background:rgba(170,178,226,0.6);*/
	cursor: pointer;
	background: url("../images/img-all@2x.jpg") no-repeat top center;
	background-size: 100%;
}

.shindeshi-block {
    position:relative;
}
 
    .shindeshi-block::before,
    .shindeshi-block::after {
        position:absolute;
        display:block;
        box-sizing:border-box;
        content:"";
        opacity:0;
    }
 
   .shindeshi-block::before {
        top:0;
        left:50%;
        width:0;
        height:100%;
        border-top:5px solid #000;
        border-bottom:5px solid #000;
        transition:left 0.3s, width 0.3s, opacity 0.3s;
    }
 
    .shindeshi-block::after {
        left:0;
        top:50%;
        width:100%;
        height:0;
        border-left:5px solid #000;
        border-right:5px solid #000;
        transition:top 0.3s, height 0.3s, opacity 0.3s;
    }
 
    .shindeshi-block:hover::before {
        left:0;
        width:100%;
        opacity:1;
    }
 
    .shindeshi-block:hover::after {
        top:0;
        height:100%;
        opacity:1;
    }

.shindeshi-ttl {
    background: #fff;
	 padding: 3rem;
}

@media screen and (max-width:767px) {
.shindeshi-block{
	margin: 60px 2rem;
	height: 250px;
}
.shindeshi-block img{
		width: 90%;
}
	}

/*INSTAGRAM---------------------------------------------------------------------------------*/
.instagram-gallery {
  max-width: 1185px;
  margin: auto;
}
.instagram-gallery__list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.instagram-gallery__item {
  min-width: 25.000%;
  width: 25.000%;
  padding: 20px;
}

/*YOUTUBE---------------------------------------------------------------------------------*/
.container_youtube {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: 0 auto;
}
.youtube {
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: rgba(255,255,255,0.6);
}
@media screen and (max-width:767px) {
  .container_youtube {
    width: 100%;
    height: 100vh;
  }
  .youtube {
    width: 95%;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube h2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 100px 0 40px;
	padding: 0 2rem;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.youtube h2::before{
	content: '';
	width: 60px;
	height: 60px;
	margin: 3rem auto;
	background: url("../images/youtube-icon.svg") no-repeat;
	background-size: 60px 60px;
}
.youtube p{
	width: 80%;
	display: block;
	text-align: left;
	margin: 0 auto;
}
.youtube .new{
	margin-top: 3.5rem;
	margin-bottom: 1rem;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 2rem;
	font-weight: 900;
}
.youtube .new::before,
.youtube .new::after{
  background-color: #292929;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 30px;
}
.youtube .new::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.youtube .new::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.youtube p img{
	width: 120px;
	height: 120px;
	float: left;
	margin: -30px 30px 0 0;
}
.youtube ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: 40px auto;*/
	margin-top:40px;
	clear: both;
}
.youtube ul li{
	margin: 0 8px 16px 8px;
}
/*.youtube ul li:last-child{
	margin-bottom: 10px;
}*/
.youtube .btn-block ul{
	padding-bottom: 40px;
}
.youtube .btn-block ul &gt; li.read,
.youtube .btn-block ul &gt; li.insta{
	padding: 0;
	border-radius: 5px;
	height: 40px;
	line-height: 2.5;
}
.youtube .btn-block ul &gt; li.read{
	background: #F2C802;
}
.youtube .btn-block ul &gt; li.insta{
	border-radius: 5px;
	background: #4E68BC url("../images/youtube-icon2.svg") no-repeat 10px center;
	background-size: 20px 20px;
	padding-left: 20px;
	
}
.youtube .btn-block ul &gt; li a{
	display: block;
	height: 40px;
	padding: 0 2rem;
}

@media screen and (max-width:767px) {
.youtube p{
	width: 95%;
	padding: 0 2rem;
}
.youtube p img{
	width: 80px;
	height: 80px;
	margin: 0 20px 80px 0;
}
.youtube ul li{
	width: 40%;
}
.youtube ul li img{
	width: 100%;
}
.youtube ul li:last-child{
	margin-bottom: 40px;
}
.youtube .btn-block ul{
	font-size: 12px;
	display: flex;
	padding-bottom: 0;
}
.youtube .btn-block ul &gt; li.read{
	flex-basis: 40%;
	line-height: 3;
	text-align: center;
}
.youtube .btn-block ul &gt; li.insta{
	flex-basis: 70%;
	line-height: 3;
	text-align: center;
	background-size: 15px 15px;
	padding: 0 0 0 10px;
}
}
</pre></body></html>