<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------*/
/*	蝓ｺ譛ｬ險ｭ螳壹basic
/*---------------------*/
body {
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-size: 15px;
color: #000000;
}
p, div, span, dd, dt {
letter-spacing: 0.01em;
line-height: 1.8em;
}
ol, ul {
list-style: none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #ffffff;
}
.roboto_black900{font-family: 'Roboto', sans-serif;}
.pc-none{display: none;}
/*---------------------*/
/*	header
/*---------------------*/
/*******繝上Φ繝舌�繧ｬ繝ｼstart********/
/*縲繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ縲*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 200;
  left: calc(100vw - 70px);
  bottom   : 28px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background-color: #000000;
	border-radius: 21px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 26px;
  height  : 2px ;
  left    : 8px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* 繝翫ン髢九＞縺ｦ繧区凾縺ｮ繝懊ち繝ｳ */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 8px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 100;
  top  : 0;
  right : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: left;
  width: 100vw;
	height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	position: absolute;
	bottom:100px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding:0;
	text-align: right;
  width: 100%;
  transition: .4s all;
	font-size: 30px;
	font-weight: bold;
	border-bottom:1px solid #999999;
}
nav.globalMenuSp ul li:first-child {
	border-top:1px solid #999999;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 0;
  text-decoration :none;
}
/* 縺薙�繧ｯ繝ｩ繧ｹ繧偵）Query縺ｧ莉倅ｸ弱�蜑企勁縺吶ｋ */
nav.globalMenuSp.active {
  opacity: 100;
	visibility: visible;
}
/*******繝上Φ繝舌�繧ｬ繝ｼend********/
/*---------------------*/
/*	繝｡繧､繝ｳ
/*---------------------*/
main{
}
#mainvisual{
	background: url(../img/mainvisual_back.jpg);
}
#mainvisual section{
	width: 1000px;
	height: 1000px;
	margin: auto;
	background: url(../img/mainvisual-pc.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
h1.mvh1{
	margin:0 auto;
	padding-top:350px;
	text-align: center;
	font-size: 90px;
	font-family: 'Roboto', sans-serif;
}
h2.mvh2{
	margin:3px auto;
	font-size:18px;
	text-align: center;
	letter-spacing: 0.1em;
}
/*---------------------*/
/*	逅�ｿｵ
/*---------------------*/
#top_philosophy section{
	padding:20px 0;
	width: 765px;
	box-sizing: border-box;
	margin: 0 auto;
}
#top_philosophy h1.phh1{
	font-size: 40px;
}
/*---------------------*/
/*	逅�ｿｵ_隧ｳ邏ｰ
/*---------------------*/
#detail_philosophy section{
	padding:20px 0;
	width: 765px;
	box-sizing: border-box;
	margin: 0 auto;
}
#detail_philosophy h1.phh1{
	font-size: 40px;
}
#detail_philosophy .mvv{
	margin:0 auto;
	padding-top:46px;
	padding-bottom:135px;
}
#detail_philosophy .mvv_block{
	font-size: 16px;
}
#detail_philosophy .more{
	font-size:16px;
}
/*---------------------*/
/*	news
/*---------------------*/
#news{
	margin:0 auto;
	padding-bottom: 70px;
	box-sizing: border-box;
	width: 1000px;
}
#news h3{
	margin:0 auto;
	font-size: 90px;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 0.75em;
}
#news section {
	box-sizing: border-box;
  width: 765px;
	margin:0 auto;
  padding: 0;
}
.news_detail {
 	height: auto;
 	border-bottom: 2px solid #000000;
 	position: relative;
 	margin-top: 40px;
}
.news_detail ul {
 	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
}
.date {
	font-size: 13px;
	height: auto;
	width: 100px;
  border-bottom: 4px solid #000000;
}
.date span {
  display: block;
}
.dt {
	width: 90%;
	font-size: 15px;
}
.dt span{
	display: block;
	line-height: 1.5em;
	margin-bottom:10px;
}
/*---------------------*/
/*	about
/*---------------------*/
#about {
  width: 100%;
  color: #ffffff;
  z-index: 1;
	position: relative;
}
#about section {
	margin:0 auto;
  width: 100%;
  z-index: 2;
}
#about section .inner{
	background-color: #000000;
	margin-left:0;
	padding:20px 20px 80px 20px;
}
.box{
	width: 765px;
	box-sizing: border-box;
	margin: 0 auto;
}
h3.abh3 {
	background-color: #000000;
	width: 100%;
	margin: 0;
  font-size: 90px;
  color: #000000;
  letter-spacing: 0.1em;
	line-height: 38px;
	height: 40px;
	writing-mode: vertical-rl;
	position: absolute;
	top:0;
	right:calc(50vw - 440px);
}
.outline {
  display        : inline-block;
	text-shadow    :
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;        /* 譁�ｭ励�蠖ｱ */
}
#about h4 {
	margin: 0;
  font-size: 28px;
	font-weight: 600;
  letter-spacing: 0.1em;
}
.h4-number {
	font-size: 80px;
	color: #000000;
}
.h4-1 {
	color: #ffffff;
	font-size: 40px;
}
.h4-2{
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 0.01em;
}
.service_ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.service_ttl h5 {
	margin: 0 20px 10px 0;
  border: 1px solid #ffffff;
  width: 282px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.abp{
	text-align: justify;
	margin:20px auto 0 auto;
}
dl.abdl{
}
dl.abdl dd{
	margin:0;
}
.block {
	height: 20vw;
	background-color: #000000;
	/*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);*/
	clip-path: polygon(0 0, 100vw 0, 100vw 0, 0 20vw);
}

/*---------------------*/
/*	work
/*---------------------*/
#work{
	margin: auto;
	padding-bottom: 30px;
}
#work h3{
	margin:40px auto;
	text-align: center;
	font-size: 90px;
	color: #000000;
	letter-spacing: 0.1em;
}
#work section {
  width:1000px;
	box-sizing: border-box;
	position: relative;
  margin: 0 auto;
  padding: 0 20px;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#work section dl {
  margin:0 auto 40px auto;
	width: auto;
	padding:20px 20px;
}
.work01 {
  background: url(../img/work01@2x.jpg) no-repeat;
  background-size: contain;
}
.work02 {
  background: url(../img/work02@2x.jpg) no-repeat;
  background-size: contain;
}
.work03 {
  background: url(../img/work03@2x.jpg) no-repeat;
  background-size: contain;
}
#work section dl dd{
	margin: 0;
	text-align: center;
}
#work section dl dt {
	width: 360px;
	height: 240px;
  margin: auto;
}
#work a{
	color:#000000;
}
/*---------------------*/
/*	company
/*---------------------*/
#company {
  width: 100%;
  background-color: #d9dee1;
  position: relative;
}
#company h3{
	margin: 0 auto;
	font-size: 90px;
	color: #ffffff;
	letter-spacing: 0.03em;
	line-height: 0.75em;
}
#company section {
  margin: auto;
  width: 1000px;
  position: relative;
}
.company_dt{
	width: 765px;
	margin: 0 auto;
	padding:40px 0 40px 0;
}
.company_dt dl{
	display: flex;
}
.company_dt dt{
	font-size: 16px;
  width: 130px;
  height: 35px;
  line-height: 35px;
	background-color: #ffffff;
  display: inline-block;
  text-align: center;
}
.company_dt dd{
	margin:0;
	margin-left:20px;
	font-size: 16px;
	line-height: 35px;
}
.map{
	width: 765px;
	margin: 0 auto;
	padding:0 0 80px 0;
}
.map iframe{
	width: 100%;
	height: 400px;
	margin: 0;
	display: block;
}
/*---------------------*/
/*	contact
/*---------------------*/
#contact {
  width: 100%;
  background-color: #000000;	
	padding: 70px 50px;
	box-sizing: border-box;
}
#contact h3 {
	margin: 0 auto;
  padding-top: 117px;
  text-align: center;
  font-size: 117px;
  color: #ffffff;
  letter-spacing: 0.03em;
}
#contact section {
	display: flex;
  margin: auto;
  padding: 0;
  width: auto;
	max-width: 1000px;
  }
#contact section dl.phone {
	display: flex;
  width: 100%;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: 20px;
}
#contact section dl.phone dt {
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 0 20px 0 0;
}
#contact section dl.phone dt img {
  width: 40px;
  height: auto;
}
#contact section dl.phone dd {
	text-align: center;
  font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin: 0 20px 0 0;
}
#contact section dl.privacy {
  width: 100%;
	font-size: 16px;
	color: #ffffff;
	text-align: right;
	margin: 0 0 0 0;
}
#contact section dl.privacy dt{
  font-size: 13px;
}
#contact section dl.privacy dt img {
  width: 140px;
  height: 112.5px;
  padding-top: 16px;
}
#contact section dl.privacy dd {
  font-size: 13px;
	margin:0 0 0 0;
}

footer {
  height: 100px;
}
footer p {
  font-size: 13px;
  line-height: 100px;
  height: 100px;
	text-align: center;
}
/*---------------------*/
/*	privacy-policy
/*---------------------*/
#privacy-policy{
	max-width: 800px;
	margin: 0 auto;
}
/*---------------------*/
/*	scta
/*---------------------*/
#scta{
	max-width: 800px;
	margin: 0 auto;
}
/*---------------------*/
/*	seminar
/*---------------------*/
#seminar {
  width: 100%;
  z-index: 1;
	position: relative;
}
#seminar section {
	box-sizing: border-box;
  width: 765px;
	margin:0 auto;
  padding: 0;
  }
#seminar section .inner{
	margin-left:0;
	padding:20px 20px 80px 20px;
}
h3.semih3 {
	margin:0 auto;
	font-size: 90px;
	letter-spacing: 0.1em;
	line-height: 0.75em;
	}
#seminar h4 {
	margin: 0;
	font-weight: 600;
  letter-spacing: 0.1em;
}
.semi-number {
	font-size: 80px;
	color: #000000;
}
.semi-h4 {
	font-size: 40px;
}
.semi-title{
	font-size: 26px;
	letter-spacing: 0.01em;
}
.semi_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.semi_box h5 {
	margin: 0 20px 10px 0;
  border: 1px solid #000000;
  width: 282px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  display: block;
}
/*---------------------*/
/*	seminar new
/*---------------------*/
#seminar {
  width: 100%;
  color: #000000;
  z-index: 1;
  font-size: 15px;
}
#seminar section {
	margin: auto;
  width: 765px;
  z-index: 2;
}
#seminar section .inner{
	background-color: #ffffff;
	margin-left:0;
    padding:0;
}
h3.semih3 {
	margin:0 auto;
	font-size: 90px;
	letter-spacing: 0.1em;
	line-height: 0.75em;
}
.seminer-detail-wrap{ 
padding:40px 0 40px 0;
}
#seminar h4 {
	margin: 0;
    font-size: 28px;
	font-weight: 600;
  letter-spacing: 0.1em;
  }
.semi-h4 {
	color: #000000;
	font-size: 28px;
}
.semi-detail{
}
.semi_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.semi_box .title{
width: 100%;
}
.semi_box h5 {
margin: 0 0 10px 0;
  border: 1px solid #000000;
  width: 47%;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
}
.semi_box h5 .s{font-size: 0.7em;}
.semi_box h5 .ss{font-size: 0.5em;}
.seminer-wrap{
  background: #e8e8e8;
padding:40px 40px 40px 40px;
}
.semi-number {
	font-size: 30px;
	color: #000000;
	line-height: 1em;
}
.semi-title-wrap{
line-height: 1em;
padding: 0 0 0.2em 0;
}
.semi-title{
	color: #000000;
	font-size: 22px;
	letter-spacing: 0.01em;
	line-height: 1em;
	font-weight: 700;
}
.semi-time{
font-size:0.9em;
background:#ffffff;
color:#000000;
border-radius:0.2em;
padding:0 0.2em;
}
/*---------------------*/
/*	seminar繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ
/*---------------------*/
.accordion__list {
box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.accordion__input {
  display: none;
}
.accordion__item:nth-child(n+2) {
  margin-top: 20px;
}
.accordion__head {
box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background: #000000;
  cursor: pointer;
}
.accordion__head::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 10px;
}
.accordion__body {
box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 20px;
  background: #ffffff;
  transition: all .25s ease;
}
.accordion__input:checked + .accordion__head + .accordion__body {
  height: auto;
  padding: 20px;
}
.accordion__input:checked + .accordion__head::after
  {
  content: "-";
  right: 13px;
}</pre></body></html>