<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
==================================================*/

main div.inner {
  margin: 0 auto;
  padding: 0 20px;
}

main section div.inner h2 {
  margin-bottom: 50px;
  text-align: center;
  white-space: nowrap;
}

main section div.inner h2 span.en {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 4px;
}

main section div.inner h2 span.en b {
  color: #3d6dcd;
}

main section div.inner h2 span.ja {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 2px;
}


/*--------------------------------------------------
* mainVisual
==================================================*/

main section#mainVisual img {
  display: inline-block !important;
  width: 100%;
  height: auto;
}


/*--------------------------------------------------
* about
==================================================*/

main section#about {
  width: 100%;
  min-height: 400px;
  margin-bottom: 140px;
  padding-top: 100px;
  background: url("../images/bg_about.jpg") center bottom / cover no-repeat;
}

main section#about div.inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
}

main section#about div.inner h2 {
  margin-bottom: 0;
}

main section#about div.inner p {
  max-width: 450px;
  margin-left: 20px;
  line-height: 2.2em;
}


/*--------------------------------------------------
* news
==================================================*/

main section#news {
  position: relative;
  height: 705px;
  margin-bottom: 100px;
  padding-top: 170px;
  background: url("../images/bg_news_02.png") center 0 / cover no-repeat;
}

main section#news::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 70px;
  background: url("../images/bg_news_03.png") center bottom / 100% 100% no-repeat;
}

main section#news div.inner {
  max-width: 1040px;
}

main section#news div.inner ul.listNews {
  display: flex;
  margin-bottom: 40px;
  padding: 50px 35px;
  background-color: #fff;
  color: #333;
}

main section#news div.inner ul.listNews li {
  width: 33.33%;
  margin-right: 17px;
  padding: 8px 17px 8px 0;
  border-right: 1px solid #dcdcdc;
}

main section#news div.inner ul.listNews li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

main section#news div.inner ul.listNews li p.category {
  float: left;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #3d6dcd;
  border-radius: 20px;
  line-height: 1em;
}

main section#news div.inner ul.listNews li p.date {
  margin-bottom: 10px;
  color: #999;
  text-align: right;
}

main section#news div.inner ul.listNews li p.title {
  clear: both;
  line-height: 1.8em;
}

main section#news div.inner ul.listNews li p.title a {
  color: #333;
}


/*--------------------------------------------------
* blog
==================================================*/

main section#blog div.inner {
  max-width: 1040px;
}

main section#blog h2 {
  margin-bottom: 80px;
}

main section#blog ul.listBlog {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

main section#blog ul.listBlog li {
  width: 32%;
  background-color: #fff;
  line-height: 1.8em;
}

main section#blog ul.listBlog li a {
  display: block;
  color: #333;
}

main section#blog ul.listBlog li a p.pic {
  margin-bottom: 15px;
}

main section#blog ul.listBlog li a p.title {
  margin: 0 20px 10px 20px;
  font-weight: bold;
}

main section#blog ul.listBlog li a p.body {
  margin: 0 20px 20px 20px;
  color: #666;
  font-weight: 12px;
}

main section#blog ul.listBlog li a p.readMore {
  margin: 0 20px 20px 0;
  color: #3d6dcd;
  font-weight: bold;
  text-align: right;
}

main section#blog ul.listBlog li a p.readMore span {
  padding-left: 10px;
  background: url("../images/icon_arrow_01.gif") 0 center no-repeat;
}



/*--------------------------------------------------
* linkLogo
==================================================*/

main section#linkLogo  {
	background-color: #1e1e1e;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	padding: 60px 0;
	margin-top: 100px;
	margin-bottom: -100px;
}


main section#linkLogo img {
	width: auto;
	height: 100%;
}

main section#linkLogo .inner {
	max-width: 1040px;
}

main section#linkLogo .inner ul {
	max-width: 1040px;	
	display: flex;
	justify-content: center;
}

main section#linkLogo .inner ul li {
	height: 60px;
	margin: 10px 30px;
}

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


/*--------------------------------------------------
* linkLogo
==================================================*/

main section#linkLogo  {
	background-color: #1e1e1e;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	padding:30px 30px;
	margin-top: 50px;
	margin-bottom: -50px;
}


main section#linkLogo img {
	width: auto;
	height: 100%;
}

main section#linkLogo .inner {
	max-width: 1040px;
}

main section#linkLogo .inner ul {
	display: flex;
}

main section#linkLogo .inner ul li {
	height: 40px;
	margin: 10px 30px;
}
	
}

@media screen and (max-width: 750px) {
main section#linkLogo .inner ul {
	justify-content: space-around;
}	
	
main section#linkLogo .inner ul li {
	height: 40px;
	margin: 10px 5px;
}	
	
}

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

/*--------------------------------------------------
* main
==================================================*/

main div.inner {
  padding: 0 10px;
}

main section div.inner h2 {
  margin-bottom: 25px;
}

main section div.inner h2 span.en {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 2px;
}

main section div.inner h2 span.ja {
  font-size: 10px;
  line-height: 1em;
}


/*--------------------------------------------------
* about
==================================================*/

main section#about {
  width: 100%;
  min-height: 60.8vw;
  margin-bottom: 25px;
  padding: 25px 0 40px 0;
  background: url("../images/bg_about_sp.jpg") center bottom / cover no-repeat;
}

main section#about div.inner {
  display: block;
}

main section#about div.inner h2 {
  margin-bottom: 10px;
}

main section#about div.inner p {
  max-width: inherit;
  margin-left: 0;
  line-height: 2em;
  overflow: hidden;
  text-align: center;
}
  
main section#about div.inner p img {
  max-width: 50vw;
}


/*--------------------------------------------------
* news
==================================================*/

main section#news {
  height: auto;
  min-height: 118.66vw;
  margin-bottom: 6.66vw;
  padding-top: 20vw;
  padding-bottom: 13.33vw;
  background: url("../images/bg_news_01.jpg") center 0 / cover no-repeat;
}
  
main section#news::after {
  display: none;
}

main section#news div.inner ul.listNews {
  display: block;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
}

main section#news div.inner ul.listNews li {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-right: none;
  border-bottom: 1px solid #dcdcdc;
}

main section#news div.inner ul.listNews li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

main section#news div.inner ul.listNews li p.category {
  display: block;
  float: none;
  width: 6em;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 2.66vw;
  line-height: 1em;
  text-align: center;
}

main section#news div.inner ul.listNews li p.date {
  float: left;
  margin: 0 15px 10px 0;
  font-size: 2.66vw;
  text-align: left;
  line-height: 2.3em;
}

main section#news div.inner ul.listNews li p.title {
  clear: none;
  margin-left: 16vw;
  font-size: 3.2vw;
  line-height: 1.8em;
}


/*--------------------------------------------------
* blog
==================================================*/

main section#blog h2 {
  margin-bottom: 6.66vw;
}

main section#blog ul.listBlog {
  display: block;
  margin-bottom: 20px;
}

main section#blog ul.listBlog li {
  width: 100%;
  margin-bottom: 6.66vw;
  padding-bottom: 15px;
}

main section#blog ul.listBlog li a p.pic {
  margin-bottom: 5.33vw;
}
  
main section#blog ul.listBlog li a p.pic img {
  width: 100%;
  height: auto;
}

main section#blog ul.listBlog li a p.title {
  margin: 0 15px 3.33vw 15px;
}

main section#blog ul.listBlog li a p.body {
  margin: 0 15px 3.33vw 15px;
}

main section#blog ul.listBlog li a p.readMore {
  margin: 0 15px 0 0;
}

main section#blog ul.listBlog li a p.readMore span {
  padding-left: 10px;
  background: url("../images/icon_arrow_01.gif") 0 center no-repeat;
}
	
	



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