<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*ナビゲーション*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
#header {
  background-color: #FFF;
  width: 100%;
  position: relative;
}
#header:after {
  content: "";
  clear: both;
  display: block
}
.logo {
  float: left;
  padding: 20px 0 10px
}
.logo a {
  display: block;
  padding: 0 0 0 30px
}
.logo img {
  width: 80px;
  height: auto;
}
nav {
  float: right;
}
nav &gt; ul {
  float: left;
  position: relative;
  margin: 0;
}
nav li {
  list-style: none;
  float: left
}
nav li a {
  float: left;
  padding: 40px;
  margin-bottom: 0;
  color: #333;
  transition: all 0.5s;
}
nav li a:hover {
  background: #109C44;
  color: #FFF;
  text-decoration: none;
}
#menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 30px;
  display: none
}
#menu-icon span {
  border: 1px solid #109C44;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s
}
@media only screen and (max-width: 1170px) {
  nav &gt; ul &gt; li &gt; a {
    padding: 35px 15px
  }
}
@media only screen and (min-width: 960px) {
  nav {
    display: block !important
  }
}
@media only screen and (max-width: 959px) {
  nav {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-height: 400px;
    overflow-y: scroll
  }
  .logo {
    padding: 10px 0 10px
  }
  .logo a {
    display: block;
    padding: 0 0 0 10px
  }
  .logo img {
    width: 60px;
    height: auto;
  }
  #menu-icon {
    display: inline;
    top: 35px;
    cursor: pointer
  }
  #menu-icon.active .first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px
  }
  #menu-icon.active .second {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
  }
  #menu-icon.active .third {
    display: none
  }
  nav {
    padding: 7px
  }
  nav ul {
    float: none
  }
  nav li {
    float: none
  }
  nav ul li a {
    float: none;
    padding: 8px;
    display: block;
  }
  #header nav a {
    padding: 18px;
    color: #333;
  }
  #header nav a:hover {
    background: #fff;
    color: #999;
    border-radius: 3px
  }
  #header nav ul li li a:before {
    content: "- "
  }
}
/*メインビジュアル*/
.mainvisual {
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 450px;
  width: 100%;
  position: relative;
}
.mainvisual h1 {
  font-family: 'EB Garamond', serif;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/*強み*/
.strength {
  background-image: url("../images/bg03.png");
  background-repeat: no-repeat;
  background-position: bottom 0px left -0px;
  background-size: auto;
  padding: 100px 0;
  transform: rotate(10deg);
  position: relative;
  z-index: -1;
}
.strength .container {
  transform: rotate(-10deg);
}
.strength::before {
  /* 透過した黒を重ねる */
  background-color: rgba(255, 255, 255, 0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.strength h6 {
  text-align: center;
  font-size: 1.1em;
  color: #003366;
  border-top: #64CC00 solid 1px;
  padding: 30px 0 20px;
}
.strength img {
  width: 90%;
  margin: 0px auto 10px;
  display: block;
}
/*サブビジュアル*/
.subvisual {
  background-image: url("../images/bg02.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  min-height: 450px;
  width: 100%;
  position: relative;
}
.subvisual h1 {
  font-family: 'EB Garamond', serif;    
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #FFFFFF;
}
/*チーム*/
.team {
  padding: 100px 0;
  background-color: #FFFFFF;
  z-index: 300;
}
.team .figure img {
  width: 90%;
  margin: 50px auto 0px;
  display: block;
}
.team h4 {
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.team h4:before {
  content: "";
  display: block;
  width: 30%;
  border-bottom: 1px solid #64CC00;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
}
/*メンバー*/
.member {
  background-image:
    url("../images/bg03a.png"), url("../images/bg03b.png"), url("../images/bg03c.png");
  background-repeat:
    no-repeat, no-repeat, no-repeat;
  background-position:
    top left, center right, bottom left;
  background-size:
    50%, 40%, 60%;
  transform: rotate(0deg);
  position: relative;
  padding: 0;
  z-index: -300;
}
.member::before {
  /* 透過した黒を重ねる */
  background-color: rgba(255, 255, 255, 0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.member .memberWrap {
  padding: 100px 15px 100px;
  transform: rotate(-0deg);
  background-color: rgba(240, 240, 240, 0.5);
}
.member .memberColumn {
  background-color: #FFFFFF;
  padding: 15px 0;
  margin-bottom: 40px;
}
.member h5 {
  padding: 5px;
  color: #003366;
  font-size: 1.0em;
  background-color: #e5e5e5;
}
/* アクセス*/
.access {
  padding: 100px 20px;
}
footer {
  background-color: #e5e5e5;
  padding: 40px;
  text-align: center;
}
/*共通*/
body {
  font-size: 90%;
  color: #333333;
  /*    背景を回転させるとオーバフローするのを回避*/
  overflow-x: hidden;
}
h2 {
  text-align: center;
  font-size: 1.6em;
  color: #003366;
  padding: 0 0 80px;
}
h3 {
  font-size: 1.0em;
  padding-bottom: 60px;
  text-align: center;
}
h3 span {
  border-bottom: 1px solid #64CC00;
  padding: 0 100px 5px;
}
.fontGreen {
  color: #64CC00;
}
.fontBlue {
  color: #003366;
}</pre></body></html>