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


/* body
-------------------------------------------------*/
body {
	background:none;
}


/* wrapper
-------------------------------------------------*/
#wrapper {
	background:none;
}


/* #header
-------------------------------------------------*/
#header {
	background:url(../common/img/header_bg.png) left top repeat-x;
	height:150px;
}
#header .headerInn {
	height:150px;
}


/* #contents
-------------------------------------------------*/
#contents {
	margin-bottom:100px;
	position:relative;
	z-index:10;
}
#contents #main {
	float:left;
}
#contents #side {
	float:right;
}


/* #slideArea
-------------------------------------------------*/
#slideArea {
	width:100%;
	min-width:1100px;
	height:800px;
	margin:-150px auto 0;
	position: relative;
	z-index:2;
}
#slideArea::before {
	content: '';
	width: 100%;
	height: 1690px;
	background: url("../img/new/bg.jpg") center top no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}




/*  .flexslider  */
.flexslider {
	position:relative;
	zoom:1;
	z-index: 2;
}
.flexslider h2 {
	width: 490px;
    position: absolute;
    right: 50%;
    margin-right: 70px;
    top: 275px;
    z-index: 3;
}
.flexslider h2 img {
	width: 490px;
}
.flexslider .slides &gt; li {
	display:none;
	-webkit-backface-visibility:hidden;
	height:800px;
}
.flexslider .slides &gt; li.slide1 {
	background:url(../img/new/mainvisual1.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li.slide2 {
	background:url(../img/new/mainvisual2.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li.slide3 {
	background:url(../img/new/mainvisual3.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 500px;
	text-decoration: none;
    box-sizing: border-box;
}
.flexslider .slides &gt; li h2,
.flexslider .slides &gt; li .mix {
	position: absolute;
	right: 50%;
	top: 220px;
}
.flexslider .slides &gt; li.slide1 h2,
.flexslider .slides &gt; li.slide3 h2,
.flexslider .slides &gt; li.slide1 .mix,
.flexslider .slides &gt; li.slide3 .mix {
	width: 500px;
	margin-right: 50px;
}
.flexslider .slides &gt; li.slide2 h2,
.flexslider .slides &gt; li.slide2 .mix {
	width: 890px;
	margin-right: -338px;
}
.flexslider .slides &gt; li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.flexslider .slides &gt; li .mix {
	mix-blend-mode: overlay;
}
.flexslider .slides &gt; li p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.65;
	letter-spacing: 0.05em;
	width: 1100px;
	margin: 0 auto;
	padding-top: 660px;
}
.flexslider .slides &gt; li p.btn {
	width:980px;
	margin:30px auto 0;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility:hidden;
	line-height:0;
	height:0;
} 
.no-js .slides &gt; li:first-child {
	display: block;
}
.flexslider .slides {
	zoom:1;
}
.flex-control-nav {
	display: none;
	width:940px;
	margin:-75px auto 0;
	position:relative;
}
.flex-control-nav li {
	margin:0 4px;
	display:inline-block;
	zoom:1;
}
.flex-control-paging li a {
	width:10px;
	height:10px;
	display:block;
	background:#fff;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background:#0280B9;
}
/*.flex-control-paging .li_2 a.flex-active,
.flex-control-paging .li_2 a:hover {
	background:#E6662B;
}
.flex-control-paging .li_3 a.flex-active,
.flex-control-paging .li_3 a:hover {
	background:#BA79B1;
}
.flex-control-paging .li_4 a.flex-active,
.flex-control-paging .li_4 a:hover {
	background:#0097e0;
}*/
.flex-direction-nav {
	display:none;
}


/* .proArea
-------------------------------------------------*/
.proArea {
	width: 100%;
	height: 890px;
	background: url("../img/new/bg2.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 75px;
	margin-bottom:60px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.proArea h3 {
	font-size: 36px;
	text-align: center;
}
.proArea .txt {
	font-size: 24px;
	letter-spacing: 0.1em;
	padding: 40px 0 50px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.proArea ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.proArea ul li {
	width: 260px;
	height: 275px;
	margin: 0 20px 20px 0;
	position: relative;
}
.proArea ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #00aeec, #007bc1);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.proArea ul li:nth-child(4n) {
	margin-right: 0;
}
.proArea ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: 0.4s;
}
.proArea ul li a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.proArea ul li a i {
	display: block;
	width: 64px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.proArea ul li a span {
	display: inline-block;
	background-color: #00aeec;
	line-height: 1.75;
	padding: 0 0.5em;
}
.proArea ul li a h4 {
	line-height: 1.5;
	padding: 10px 15px;
}
.proArea ul li a h4 b {
	font-size: 18px; 
	display: block;
	font-weight: bold;
}
.proArea ul li a .btn {
	font-size: 12px; 
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/new/icon.png") right 14px center no-repeat;
	background-size: 13px auto;
	padding: 8px 35px 8px 0;
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}
@media only screen and (min-width:751px) {
.proArea ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.proArea ul li a:hover .btn {
	background-position: right 9px center;
}
}
@media only screen and (min-width:1px) and (max-width:750px){
.proArea {
	height: 290vw;
	background: url("../img/new/bg2_sp.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 14.5vw;
	margin-bottom:17.5vw;
}
.proArea h3 {
	font-size: 8vw;
}
.proArea .txt {
	font-size: 4.266vw;
	padding: 10.5vw 0 12vw;
}
.proArea ul {
	width: 90vw;
	justify-content: space-between;
}
.proArea ul li {
	width: 48%;
	height: auto;
	min-height: 50vw;
	margin: 0 0 3.733vw;
}
.proArea ul li a i {
	width: 12.8vw;
	right: 0.5vw;
	top: 0.5vw;
}
.proArea ul li a span {
	font-size: 3.733vw;
	line-height: 1.5;
}
.proArea ul li a h4 {
	font-size: 3.2vw;
	padding: 1.5vw 2.4vw 8vw;
}
.proArea ul li a h4 b {
	font-size: 3.733vw;
}
.proArea ul li a .btn {
	font-size: 2.9vw;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/new/icon.png") right 14px center no-repeat;
	background-size: 13px auto;
	padding: 8px 35px 8px 0;
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}	
	
}


/* .tabArea
-------------------------------------------------*/
.tabArea {
	width:974px;
	height:623px;
	position:relative;
	margin-bottom:25px;
}
.tabArea .ac1,
.tabArea .ac2,
.tabArea .ac3 {
    display: none;
}
.tabArea .menu {
	width:330px;
	height:52px;
	position:absolute;
	top:0;
	cursor:pointer;
}
.tabArea .menu img {
	vertical-align:bottom;
}
.tabArea .tabb1 {
	left:0;
}
.tabArea .tabb1.active {
	background:url(../img/top/tab_btn1_on.png) left bottom no-repeat;
}
.tabArea .tabb2 {
	left:322px;
}
.tabArea .tabb2.active {
	background:url(../img/top/tab_btn2_on.png) left bottom no-repeat;
}
.tabArea .tabb3 {
	left:644px;
}
.tabArea .tabb3.active {
	background:url(../img/top/tab_btn3_on.png) left bottom no-repeat;
}
.tabArea .active img {
	opacity:0;
	transition: all .2s ease;
	-ms-filter: "alpha(opacity=0)";
}
.content {
	width:939px;
	position:absolute;
	top:52px;
	left:0;
	padding:20px 20px 30px 15px;
}
.tabArea .tabc1 {
	background:url(../img/top/tab_bg1.png) left bottom no-repeat;
}
.tabArea .tabc2 {
	background:url(../img/top/tab_bg2.png) left bottom no-repeat;
}
.tabArea .tabc3 {
	background:url(../img/top/tab_bg3.png) left bottom no-repeat;
}

.tabArea h2 {
    font-size: 16px;
    font-weight: bold;
	text-align:center;
	margin-bottom:20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.tabArea h2 span {
	display: none;
}
.tabArea ul {
	width:100%;
	display:table;
	margin-bottom:10px;
}
.tabArea ul li {
	display:table-cell;
	width:25%;
}
.tabArea dl dt {
	float:left;
	width:80px;
	margin-right:10px;
}
.tabArea dl dt img {
	width:100%;
    height: auto;
}
.tabArea dl dd {
	float:left;
	width:125px;
	height:85px;
	padding-right:5px;
	border-bottom:1px dotted #B3B3B3;
}
.tabArea .last dl dd {
	border-bottom:none;
}
.tabArea dl dd h3 {
	color:#E6662B;
	font-weight:bold;
	line-height:1;
	font-size:15px;
	margin-bottom:5px;
}
.tabArea dl dd p {
	font-size:85%;
	line-height:1;
}
.tabArea a:hover {
	text-decoration:none;
}

/*.tabArea .tabc2 {
	width:889px;
	padding:25px 45px 30px 40px;
}
.tabArea .tabc2 h2,
.tabArea .tabc3 h2 {
	margin-bottom:30px;
}
.tabArea .tabc2 ul,
.tabArea .tabc3 ul {
	margin-bottom:20px;
}
.tabArea .tabc2 ul li {
	width:50%;
}
.tabArea .tabc2 dl dt {
	margin-right:15px;
}
.tabArea .tabc2 dl dd {
	width:315px;
	height:85px;
	padding-right:10px;
}
.tabArea .tabc3 dl dd {
	height:115px;
}
.tabArea .tabc2 dl dd h3 {
	color:#A54A96;
	margin-bottom:5px;
}
.tabArea .tabc3 dl dd h3 {
	color:#0097E0;
	line-height:1.2;
	margin-bottom:5px;
}*/
.tabArea .tabc2 dl dd h3 {
	color:#A54A96;
}
.tabArea .tabc3 dl dd h3 {
	color:#0097E0;
}


/* #main
-------------------------------------------------*/
/*  .cont1  */
#main .cont1 {
	margin-bottom:35px;
	position:relative;
}
#main .cont1 ul {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin:10px 0 15px;
}
#main .cont1 ul li {
	display:table-cell;
	width:33.33%;
	vertical-align:middle;
	margin-bottom: 15px;
}
#main .cont1 ul li img {
	float:left;
    width: 88px;
    height: auto;
}
#main .cont1 ul li span {
	display:block;
	float:left;
	font-weight:bold;
	padding:36px 0 0 7px;
	line-height: 1.2;
}
#main .cont1 ul li span.db {
	padding-top:29px;
}
#main .cont1 p {
	position:absolute;
	right:0;
	top:0;
}
#main .cont1 .news {
	display:table;
	width:100%;
	margin-top:15px;
}
#main .cont1 .news dt {
	display:table-cell;
	padding-right:10px;
	line-height:1.4;
	/*width:6.5em;*/
    width:8.5em;
}
#main .cont1 .news dd {
	display:table-cell;
	line-height:1.4;
}

/*  .cont2  */
#main .cont2 .box {
	width:297px;
	border:2px solid #E6E6E6;
	border-radius:5px;
	margin-top:10px;
	padding:12px;
}
#main .cont2 .fright {
	margin-right:4px;
}
#main .cont2 h5 {
	font-size:107%;
	margin-bottom:10px;
}
#main .cont2 h5 a {
	background:url(../common/img/icon_arrow1.png) left center no-repeat;
	padding-left:20px;
	color:#0280B9;
	font-weight:bold;
}
#main .cont2 dl dt {
	float:left;
	width:130px;
}
#main .cont2 dl dt img {
	width:120px;
    height: auto;
}
#main .cont2 dl dd {
	float:left;
	width:165px;
}
#main .cont2 dl dd p {
	font-size:92%;
	line-height:1.4;
	margin-bottom:5px;
}
#main .cont2 dl dd li {
	margin-bottom:5px;
}
#main .cont2 dl dd ul li span {
	display: none;
}

/*  .cont3  */
#main .cont3 {
	margin-bottom:35px;
    position:relative;
}
#main .cont3 h3 {
	margin-bottom:10px;
}
#main .cont3 p {
    line-height: 1.8;
    margin-bottom: 30px;
}
#main .cont3 .cap {
    text-align: center;
}


@media only screen and (min-width:1px) and (max-width:750px){
/* #header
-------------------------------------------------*/
#header {
	background:none;
	height:15vw;
}
#header .headerInn {
	height:15vw;
}

/* #contents
-------------------------------------------------*/
#contents {
	margin: 4.8vw 0 0;
}
#contents #main,
#contents #side {
	float: none;
}
    
#slideArea {
	min-width:100%;
	height:calc(100vh - 15vw);
	margin:0 auto;
}

/*  .flexslider  */
.flexslider .slides &gt; li {
	height:calc(100vh - 15vw);
}
.flexslider .slides &gt; li.slide1 {
	background:url(../img/new/mainvisual1_sp.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li.slide2 {
	background:url(../img/new/mainvisual2_sp.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li.slide3 {
	background:url(../img/new/mainvisual3_sp.jpg) center top no-repeat;
	background-size: cover;
}
.flexslider .slides &gt; li h2,
.flexslider .slides &gt; li .mix {
	right: auto;
	left: 4.8vw;
	top: 25vw;
}
.flexslider .slides &gt; li.slide1 h2,
.flexslider .slides &gt; li.slide3 h2,
.flexslider .slides &gt; li.slide1 .mix,
.flexslider .slides &gt; li.slide3 .mix {
	width: 64vw;
	margin-right: 0;
}
.flexslider .slides &gt; li.slide2 h2,
.flexslider .slides &gt; li.slide2 .mix {
	width: 89.6vw;
	margin-right: 0;
}
.flexslider .slides &gt; li p {
	font-size: 3.2vw;
	width: 89.6vw;
	padding-top: 77.85vw;
}

.flexslider .slides &gt; li p.btn {
	width:100%;
	margin:5vw auto 0;
    font-size: 3.2vw;
}
.flex-control-nav {
	width:auto;
	margin:0;
	position: absolute;
    left: 5vw;
    bottom: 7vw;
    z-index: 2;
}
.flex-control-nav li {
	margin:0 1vw;
}
.flex-control-paging li a {
	width:3vw;
	height:3vw;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}


/* .tabArea
-------------------------------------------------*/
.tabArea {
	width:90%;
    margin: 0 auto 10vw;
	height:auto;
	position:relative;
	margin-bottom:10vw;
}
.tabArea .menu {
	display: none;
}
.tabArea .ac1,
.tabArea .ac2,
.tabArea .ac3 {
    display: block;
    width: 100%;
    height: 16vw;
    background: url("../img/top/acc_bg1.png") left center no-repeat;
    background-size: cover;
    margin-top: 1.5em;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 2px 2px 4px 1px rgba(230,162,56,0.2);
}
.tabArea .ac2 {
    background: url("../img/top/acc_bg2.png") left center no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 4px 1px rgba(153,81,146,0.2);
}
.tabArea .ac3 {
    background: url("../img/top/acc_bg3.png") left center no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 4px 1px rgba(0,120,192,0.2);
}
.tabArea .ac1 span,
.tabArea .ac2 span,
.tabArea .ac3 span {
    display: block;
    width: 100%;
    height: 16vw;
    background: url("../img/top/acc_open.png") 90% center no-repeat;
    background-size: 5vw auto;
    color: #fff;
    font-weight: bold;
    font-size: 5.2vw;
    line-height: 16vw;
    padding-left: 0.8em;
    box-sizing: border-box;
}
.tabArea .ac1.active,
.tabArea .ac2.active,
.tabArea .ac3.active {
    border-radius: 3px 3px 0 0;
}
.tabArea .ac1.active span,
.tabArea .ac2.active span,
.tabArea .ac3.active span {
    background: url("../img/top/acc_close.png") 90% center no-repeat;
    background-size: 5vw auto;
}
.content {
	width:100%;
	height:auto;
	position:static;
	padding:0;
    display: none;
    box-sizing: border-box;
    margin: 0 auto 1.5em;
}
.tabArea .tabc1 {
	background: #fff;
    border: 2px solid #e8ae5f;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 4px 1px rgba(230,162,56,0.2);
}
.tabArea .tabc2 {
	background: #fff;
    border: 2px solid #995192;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 4px 1px rgba(153,81,146,0.2);
}
.tabArea .tabc3 {
	background: #fff;
    border: 2px solid #4296da;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 4px 1px rgba(0,120,192,0.2);
}
.tabArea h2 {
	text-align:center;
	margin-bottom:20px;
    font-size: 4.1vw;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 1.5em;
    letter-spacing: normal;
}    
.tabArea h2 img {
	display: none;
}
.tabArea h2 span {
	display: block;
    font-size: 4.1vw;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 1.5em;
}
.tabArea ul {
	width:90%;
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
}
.tabArea ul.clearfix:after {
    display: none;
}
.tabArea ul li {
	display:list-item;
	width:47%;
    margin-bottom: 6vw;
}
.tabArea dl dt {
	float:none;
	width:100%;
	margin:0 0 2vw;
}
.tabArea dl dt img {
	width:100%;
}
.tabArea dl dd {
	float:none;
	width:100%;
	height:auto;
	padding-right:0;
	border-bottom:none;
}
.tabArea dl dd h3 {
	margin-top: 1vw;
	line-height: 1.5;
    font-size: 4vw;
}
.tabArea dl dd p {
	font-size: 3.4vw;
}


/* #main
-------------------------------------------------*/
#main h3 span,
#main h4 span {
	display: block;
    padding-left: 0.9em;
    text-indent: -0.9em;
    font-weight: bold;
    font-size: 4.1vw;
}
#main h3 span.ic::before,
#main h4 span::before {
	content: "â–¶ï¸Ž ";
    color: #fff;
    font-size: 2.8vw;
}

/*  .cont1  */
#main .cont1 {
	margin-bottom:10vw;
}
#main .cont1 ul {
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
}
#main .cont1 ul li {
	width: 48%;
	display:list-item;
	vertical-align:middle;
    margin-bottom: 3vw;
}
#main .cont1 ul li img {
    width: 45%;
}
#main .cont1 ul li span {
    width: 51%;
    margin-left: 4%;
	padding:7vw 0 0 0;
}
#main .cont1 ul li span.db {
	padding-top:4vw;
}
#main .cont1 p {
	display: none;
}
#main .cont1 .news {
	display: block;
	margin-top:4vw;
}
#main .cont1 .news dt {
	display:block;
	padding:0 0 0.5vw;
	line-height:1.6;
	width:100%;
}
#main .cont1 .news dd {
	display:block;
	line-height:1.6;
}

/*  .cont2  */
#main .cont2 {
	margin-bottom: 10vw;
}
#main .cont2 .box {
	width:100%;
	margin-top:5vw;
	padding:4vw 3vw;
    box-sizing: border-box;
    float: none;
}
#main .cont2 .fright {
	margin-right:0;
}
#main .cont2 h5 {
	font-size:4.5vw;
	margin-bottom:3vw;
}
#main .cont2 h5 a {
	background:url(../common/img/icon_arrow1.png) left center no-repeat;
	padding-left:20px;
}
#main .cont2 dl dt {
	width:35%;
}
#main .cont2 dl dt img {
	width:100%;
}
#main .cont2 dl dd {
	width:60%;
    margin-left: 5%;
}
#main .cont2 dl dd p {
	font-size:3.4vw;
	line-height:1.75;
	margin-bottom:5vw;
}
#main .cont2 dl dd ul li img {
	display: none;
}
#main .cont2 dl dd ul li span {
	display: block;
    font-size: 3.4vw;
    color: #fff;
    font-weight: bold;
}
#main .cont2 dl dd ul li a {
    background: url("../img/top/bg_tit1.jpg") left center no-repeat;
    background-size: 100% auto;
    padding: 0.5em 0 0.5em 1.5em;
    display: block;
}

/*  .cont3  */
#main .cont3 {
	margin-bottom: 10vw;
}
#main .cont3 h3 {
	margin-bottom: 4vw;
}
#main .cont3 p {
    line-height: 1.75;
    margin-bottom: 5vw;
}
#main .cont3 .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 2vw;
}
#main .cont3 .movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
}</pre></body></html>