<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
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	max-width: 750px;
  color: #000;
  font-size: 14px;
	margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;	
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
a {
	display: block;
	color: #000;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
body, html {
	height: 100%;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*----- color -----*/
.wh {
  color: #fff;
}

/*----- fonts -----*/
.f_bold {
	font-weight: bold;
}
.f_shippori {
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 768px) {
body {
	max-width: 100%;
}
body .note {
	font-size: 11px;
}	
}

.wrap {
  width: 100%;
  text-align: center;
  margin: auto 0;
}

/*--------------------------------------
　header
---------------------------------------*/

.header_logo {
	width: 37%;
	padding-left: 4%;
	position: relative;
	z-index: 1;
	padding-top: 2%;
}

.mv {
	margin-top: -9%;
}









/*--------------------------------------
cv_area
---------------------------------------*/


.cv_area {
	background: url("../img/cv_area_bg.png") top center no-repeat;
	background-size: 100% auto;	
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 10%;
}
.cv_area h3 {
	width: 80%;
	margin: auto;
	padding-top: 27%;
}
.cv_area .cv_link {
	width: 80%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17.2%;
}





/*--------------------------------------
sec01
---------------------------------------*/

.sec01 {
	margin-top: 16%;
}
.sec01 h3 {
	width: 80%;
	margin: auto;
}

.sec01 .txtimg01 {
	margin-top: 7%;
}

.sec01 h4 {
	width: 88%;
	margin: auto;
	margin-top: 10%;
}

.sec01 .txtimg02 {
	margin-top: 7%;
}

.sec01 .txtimg03 {
	margin: auto;
	margin-top: 12%;
	width: 90%;
}


/*--------------------------------------
sec02
---------------------------------------*/
.sec02 {
	margin-top: 6%;
}


.sec02 .txtimg01 {
	margin-top: 10%;
}
.sec02 .txtimg02 {
	width: 76%;
	margin: auto;
	margin-top: 12%;	
}

.sec02 h4 {
	width: 76%;
	margin: auto;
	margin-top: 12%;	
}

.sec02 .txtimg03 {
	margin-top: 1%;	
}



/*--------------------------------------
sec03
---------------------------------------*/
.sec03 {
	margin-top: 20%;
}

.sec03 .slider_01 {
	background: url("../img/sec03_bg.jpg") top center no-repeat;
	background-size: 100% auto;	
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 12%;	
}

.sec03 .slider_01 .slide_item img {
	width: 88%;
	margin: auto;
}

.sec03 .box02 {
	margin-top: 12%;
}

.sec03 .box02 h4 {
	width: 88%;
	margin: auto;
}

.sec03 .box02 .txtimg01 {
	width: 90%;
	margin: auto;
	margin-top: 5%;
}
.sec03 .box03 {
	margin-top: 14%;
}

/*--------------------------------------
　slick
---------------------------------------*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* dots */
.slide-dots {
  text-align: center;
	margin: 5% 0 0;
	padding: 0 0;
	font-size: 0;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
	background: #bfbfbf;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-radius: 50%;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button {
  background: #008fdb;
}


.slick-slide:focus {
  outline: none;
}

.slick-slide {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-slider div {
  transition: none;
}


.slide-arrow02 {
  position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
}


.prev-arrow02 {
	position: absolute;
	left:15px;
	background: url("../img/arrow_01.png") 0 0 no-repeat;
	background-size: 100% auto;	
	width: 7%;
	height: 100%;
}



.next-arrow02 {
	position: absolute;
	right: 15px;
	background: url("../img/arrow_02.png") 0 0 no-repeat;
	background-size: 100% auto;	
	width: 7%;
	height: 100%;	
}



@media screen and (max-width: 768px) {
  .slide-dots li {
    display: inline-block;
    margin: 0 7px;
  }	
  .slide-dots li button {
    background: #bfbfbf;
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    text-indent: -9999px;
  }	
}


/*--------------------------------------
sec04

---------------------------------------*/
.sec04 {
	margin-top: 20%;
}


.sec04 .box02 {
	margin-top: 14%;
}


/*--------------------------------------
sec05

---------------------------------------*/
.sec05 {
	margin-top: 10%;
}


/*--------------------------------------
　footer
---------------------------------------*/

.footer {
	box-sizing: border-box;
	margin-top: 5%;
}
.footer_link li {
	margin-bottom: 14px;
}

.footer_link li a {
	font-size: 16px;
}

.footer .copy {
	background: #f2f2f2;
	margin-top: 5%;
	padding: 24px 0;
	line-height: 1.5;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
  .footer_link li a {
    font-size: 12px;
  }

  .footer .copy {
    font-size: 12px;
  }	
}







</pre></body></html>