@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

b {
  font-weight: bold;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}


.cf, .row {
  *zoom: 1;
}

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

@-webkit-keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes expand {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes expand {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: inherit;
    opacity: 0;
  }
  100% {
    display: inherit;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: inherit;
    opacity: 0;
  }
  100% {
    display: inherit;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    display: inherit;
  }
  1% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: inherit;
  }
  1% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.h-center {
  text-align: center;
}

.h-xl {
  font-size: 2.75rem;
}

/**
 * ニュースリスト
 */
.c-newslist {
  border-top: solid 1px #ccc;
}

.c-newslist li {
  border-bottom: solid 1px #ccc;
}

.c-newslist li a {
  display: block;
  padding: 20px 20px 20px 10px;
  position: relative;
}

.c-newslist li a span {
  display: inline-block;
  margin-right: 20px;
  color: #666;
}

.c-newslist li a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 19px;
  font-weight: bold;
  font-family: consolas;
  margin-right: 10px;
}

.c-newslist li a:hover {
  background-color: #e6f2ff;
}

.c-newslist li a:hover:after {
  margin-right: 5px;
}

.c-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #0066cc;
  color: #fff;
}

.c-btn:hover {
  background-color: #004080;
}

.visible-tablet,
.visible-phone {
  display: none;
}

@media screen and (min-width: 640px) {
  .visible-tablet {
    display: inherit !important;
  }
}

@media screen and (max-width: 640px) {
  .visible-phone {
    display: inherit !important;
  }
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}


.cf, .row {
  *zoom: 1;
}

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes expand {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: inherit;
    opacity: 0;
  }
  100% {
    display: inherit;
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: inherit;
  }
  1% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

body {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img.right {
  float: right;
  margin: 0 0 40px 40px;
}

img.left {
  float: left;
  margin: 0 40px 40px 0;
}

a {
  text-decoration: none;
  color: #0066cc;
}

a:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

p {
  line-height: 1.7;
}

hr {
  height: 1px;
  border: 0;
  background-color: #ccc;
  margin: 20px 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.row {
  margin-bottom: 1.69492%;
}

@media (min-width: 640px) {
  .row > .col2 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .row > .col2:last-child {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .row > .col3 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .row > .col3:last-child {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .row > .col4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .row > .col4:last-child {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

#header {
  position: relative;
}

@media (min-width: 640px) {
  #header {
    padding-top: 20px;
  }
}

@media (min-width: 640px) {
  #header .logo {
    float: left;
  }
}

@media (max-width: 640px) {
  #header .logo {
    text-align: center;
    padding: 10px;
  }
}

@media (min-width: 640px) {
  #header address {
    float: right;
    background-color: #ffbb33;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  #header address span {
    font-size: 0.77rem;
    display: block;
  }
}

@media (max-width: 640px) {
  #header address {
    padding: 5px;
    text-align: center;
    color: #996600;
    margin-bottom: 20px;
  }
  #header address span {
    font-size: 0.77rem;
  }
}

@media (min-width: 640px) {
  #gnav {
/*    margin-top: 20px;    2018.2.15 del*/
    margin-top: 10px;
  }
  #gnav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: dotted 1px #eee;
    border-right: dotted 1px #eee;
    position: relative;
  }
  #gnav > ul > li {
    width: 1250%;
  }
  #gnav > ul > li:hover > a {
    background-color: #001a33;
    color: #fff;
  }
  #gnav > ul > li > a {
    display: block;
    text-align: center;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #333;
    padding: 20px 10px;
    height: 95px;
  }
  #gnav > ul > li > a > span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #999;
  }
  #gnav > ul > li .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #001a33;
  }
  #gnav > ul > li .sub-menu > h3 {
    color: #999;
    border-bottom: solid 1px #999;
    padding: 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 640px) {
  #gnav > ul {
    display: none;
  }
  #gnav > ul > li > a {
    display: block;
    padding: 20px;
    color: #333;
    border-bottom: solid 1px #ccc;
  }
  #gnav > ul > li > a:after {
    float: right;
    content: ">";
    font-family: consolas;
  }
  #gnav > ul > li > a:hover {
    background-color: #e6f2ff;
  }
  #gnav > ul > li > a > span {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    color: #999;
  }
  #gnav > ul > li .sub-menu {
    padding: 10px;
    background-color: #eee;
    display: none;
  }
  #gnav > ul > li .sub-menu > h3 {
    color: #999;
    border-bottom: solid 1px #999;
    padding: 5px;
    margin-bottom: 5px;
  }
  #gnav > ul > li .sub-menu li {
    margin-bottom: 10px;
  }
  #gnav > ul > li .sub-menu li a {
    font-size: 0.77rem;
    display: block;
    padding: 5px;
  }
  #gnav > ul > li .sub-menu li a:after {
    float: right;
    content: ">";
    font-family: consolas;
  }
  #gnav > ul > li .sub-menu li a img {
    display: none;
  }
  #gnav > ul > li .sub-menu li a strong {
    display: block;
    font-weight: bold;
  }
  #gnav > ul > li .sub-menu li a span {
    font-size: 11px;
  }
  #gnav > ul > li .sub-menu li a br {
    display: none;
  }
}

@media (min-width: 640px) {
  .sub-menu.business > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-menu.business > ul > li {
    width: 33.3333%;
    background-size: cover;
    background-repeat: none;
    background-position: center center;
  }
  .sub-menu.business > ul > li a {
    padding: 30px;
    display: block;
    height: 100%;
  }
  .sub-menu.business > ul > li a strong {
    display: block;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 1.5rem;
  }
  .sub-menu.business > ul > li a strong:after {
    float: right;
    content: ">";
    font-family: consolas;
  }
  .sub-menu.business > ul > li a span {
    display: block;
    margin-top: 20px;
    color: #eee;
    font-size: 0.77rem;
  }
  .sub-menu.business > ul > li a:hover {
    background-color: rgba(0, 0, 0, 0.65) !important;
  }
  .sub-menu.business > ul > li:nth-child(1) {
    background-image: url(./images/business1.jpg);
  }
  .sub-menu.business > ul > li:nth-child(1) a {
    background-color: rgba(20, 40, 60, 0.65);
  }
  .sub-menu.business > ul > li:nth-child(2) {
    background-image: url(./images/business2.jpg);
  }
  .sub-menu.business > ul > li:nth-child(2) a {
    background-color: rgba(60, 40, 20, 0.65);
  }
  .sub-menu.business > ul > li:nth-child(3) {
    background-image: url(./images/business3.jpg);
  }
  .sub-menu.business > ul > li:nth-child(3) a {
    background-color: rgba(40, 40, 60, 0.65);
  }
  .sub-menu.business > ul > li:nth-child(4) {
    background-image: url(./images/business4.jpg);
  }
  .sub-menu.business > ul > li:nth-child(4) a {
    background-color: rgba(60, 20, 20, 0.65);
  }
  .sub-menu.business > ul > li:nth-child(5) {
    background-image: url(./images/business5.jpg);
  }
  .sub-menu.business > ul > li:nth-child(5) a {
    background-color: rgba(80, 40, 40, 0.65);
  }
  .sub-menu.business > ul > li:nth-child(6) {
    background-image: url(./images/business6.jpg);
  }
  .sub-menu.business > ul > li:nth-child(6) a {
    background-color: rgba(60, 20, 60, 0.65);
  }
}

@media (min-width: 640px) {
  .sub-menu.tech > ul {
    font-size: 0;
  }
  .sub-menu.tech > ul > li {
    display: inline-block;
    width: 20%;
  }
  .sub-menu.tech > ul > li > a {
    display: block;
    font-size: 0.77rem;
    padding: 10px;
    color: #ccc;
    text-align: center;
    border-radius: 3px;
  }
  .sub-menu.tech > ul > li > a:hover {
    background-color: #004080;
  }
  .sub-menu.tech > ul > li > a img {
    max-width: 30px;
    max-height: 30px;
    height: auto;
    margin-bottom: 10px;
  }
}

@media (min-width: 640px) {
  .spmenu {
    display: none;
  }
}

@media (max-width: 640px) {
  .spmenu {
    display: block;
    text-align: center;
    background-color: #0066cc;
    color: #fff;
    font-size: 0.77rem;
    padding: 20px;
    cursor: pointer;
  }
}

.spmenu-close {
  display: none;
  text-align: center;
  background-color: #e00024;
  color: #fff;
  font-size: 0.77rem;
  padding: 20px;
  cursor: pointer;
}

#footer {
  background: #000 url(./images/tunnel-924070_blur.jpg) center center/cover no-repeat;
  padding: 80px 0 0;
  color: #fff;
  position: relative;
}
#footer .wrap {
  padding-right: 15px;
  padding-left: 15px;
}
#footer .siteseal {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

#footer dl a,
#footer dl span {
  min-height: 2.5em;
  display: block;
  color: #eee;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#footer dl a:after {
  float: right;
  content: ">";
  font-family: consolas;
}

#footer dl a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #0066cc;
}

#footer dl dt {
  margin-top: 20px;
  margin-bottom: 0.5em;
}

#footer dl dt:first-child {
  margin-top: 0;
}

#footer dl dt a,
#footer dl dt span {
  border-bottom: dashed 1px #999;
}

#footer dl dd a {
  padding-left: 0.5em;
  font-size: 0.77rem;
}

#footer .copyright {
  text-align: center;
  background-color: #000;
  margin-top: 40px;
  padding: 40px 0;
  color: #666;
}

@media (max-width: 640px) {
  #footer {
    padding: 10px 0 0;
  }
  #footer dl {
    margin: 10px;
  }
  #footer .siteseal {
    right: 15px;
    left: inherit;
  }
  #footer .copyright {
    text-align: left;
    font-size: 0.77rem;
    padding-left: 15px;
  }
}
@media (max-width: 440px) {
  #footer .copyright {
    padding-top: 80px;
  }
  #footer .siteseal {
    bottom: 130px;
  }
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
  font-display: swap;
}


.cf, .row {
  *zoom: 1;
}

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes expand {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: inherit;
    opacity: 0;
  }
  100% {
    display: inherit;
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: inherit;
  }
  1% {
    opacity: 1;
    display: inherit;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes homeHero {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
  }
  100% {
    opacity: 0;
  }
}

@keyframes homeHero {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.1) rotate(0.1deg);
  }
  100% {
    opacity: 0;
  }
}

body#home #content .hero {
  position: relative;
  overflow: hidden;
}

body#home #content .hero .slide {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation: homeHero 25s linear 0s infinite;
  animation: homeHero 25s linear 0s infinite;
}

body#home #content .hero .slide.slide1 {
  background-image: url(./images/slide/1.jpg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

body#home #content .hero .slide.slide2 {
  background-image: url(./images/slide/2.jpg);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

body#home #content .hero .slide.slide3 {
  background-image: url(./images/slide/3.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

body#home #content .hero .slide.slide4 {
  background-image: url(./images/slide/4.jpg);
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

body#home #content .hero .slide.slide5 {
  background-image: url(./images/slide/5.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

body#home #content .hero p {
  z-index: 1;
}

@media (min-width: 640px) {
  body#home #content .hero {
    height: 80vh;
  }
  body#home #content .hero p.copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
  body#home #content .hero p.text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
}

@media (max-width: 640px) {
  body#home #content .hero {
    height: auto;
  }
  body#home #content .hero p.copy {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #000;
    padding: 40px 20px;
  }
  body#home #content .hero p.text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
}

body#home #content h2 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.75rem;
  text-align: center;
  padding: 20px 20px 50px 20px;/* 2018/02/26 CCS 追記 */
  position: relative;/* 2018/02/26 CCS 追記 */
}

@media (max-width: 640px) {
  body#home #content h2 {
    font-size: 1.5rem;
  }
}

body#home #content h2:after {
  content: ">";
  font-family: consolas;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: normal;
  position: absolute;/* 2018/02/26 CCS 追記 */
  bottom:0;/* 2018/02/26 CCS 追記 */
  left:49%;/* 2018/02/26 CCS 追記 */
}

body#home #content h2 span {
  display: block;
  font-size: 0.77rem;
  margin-top: 5px;
}

body#home #content #b1 .wrap,
body#home #content #b2 .wrap,
body#home #content #b3 .wrap,
body#home #content #b5 .wrap,
body#home #content #contact .wrap {
  padding: 80px 0;
}

@media (max-width: 640px) {
  body#home #content #b1 .wrap,
  body#home #content #b2 .wrap,
  body#home #content #b3 .wrap,
  body#home #content #b5 .wrap,
  body#home #content #contact .wrap {
    padding: 40px 0;
  }
}

body#home #content #b2 {
  background: #000 url(./images/black-and-white-1730543.jpg) center center/cover no-repeat;
}

body#home #content #b2 h2 {
  color: #fff;
}

body#home #content #b2 .list li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body#home #content #b2 .list li a {
  display: block;
  height: 100%;
  text-align: left;
  color: #fff;
  padding: 60px 40px;
}

body#home #content #b2 .list li a strong {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  display: block;
  font-size: 2rem;
  text-shadow: 0 0 5px #000;
}

body#home #content #b2 .list li a strong:after {
  float: right;
  content: ">";
  font-family: consolas;
}

body#home #content #b2 .list li a span {
  display: block;
  margin-top: 40px;
  color: #eee;
}

body#home #content #b2 .list li:nth-child(1) {
  background-image: url(./images/business1.jpg);
}

body#home #content #b2 .list li:nth-child(1) a {
  background-color: rgba(20, 40, 60, 0.5);
}

body#home #content #b2 .list li:nth-child(2) {
  background-image: url(./images/business2.jpg);
}

body#home #content #b2 .list li:nth-child(2) a {
  background-color: rgba(60, 40, 20, 0.5);
}

body#home #content #b2 .list li:nth-child(3) {
  background-image: url(./images/business3.jpg);
}

body#home #content #b2 .list li:nth-child(3) a {
  background-color: rgba(40, 40, 60, 0.5);
}

body#home #content #b2 .list li:nth-child(4) {
  background-image: url(./images/business4.jpg);
}

body#home #content #b2 .list li:nth-child(4) a {
  background-color: rgba(60, 20, 20, 0.5);
}

body#home #content #b2 .list li:nth-child(5) {
  background-image: url(./images/business5.jpg);
}

body#home #content #b2 .list li:nth-child(5) a {
  background-color: rgba(80, 40, 40, 0.5);
}

body#home #content #b2 .list li:nth-child(6) {
  background-image: url(./images/business6.jpg);
}

body#home #content #b2 .list li:nth-child(6) a {
  background-color: rgba(60, 20, 60, 0.5);
}

@media (min-width: 640px) {
  body#home #content #b2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#home #content #b2 .list li {
    width: 33.3333%;
  }
  body#home #content #b2 .list li a:hover {
    background-color: rgba(0, 0, 0, 0.65) !important;
  }
}

@media (max-width: 640px) {
  body#home #content #b2 .list li {
    margin: 10px;
    float: none;
    width: auto;
  }
}

body#home #b3 .copy {
  font-size: 2rem;
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  body#home #b3 .copy {
    font-size: 1.5rem;
  }
}

body#home #b3 .copy span {
  background-color: #fff;
  display: inline-block;
  padding: 0 20px;
}

body#home #b3 .copy::before {
  content: "";
  z-index: -1;
  position: relative;
  display: block;
  border-top: solid 1px #ccc;
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

body#home #b3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 2px #eee;
  margin-bottom: 40px;
}

body#home #b3 .list li {
  width: 25%;
  border: solid 2px #eee;
  background-color: #eee;
}

body#home #b3 .list li a {
  text-align: center;
  display: block;
  padding: 20px;
  height: 100%;
  background-color: #004080;
}

body#home #b3 .list li a:hover {
  background-color: #0066cc;
}

body#home #b3 .list li a img {
  max-height: 50px;
  max-width: 50px;
}

body#home #b3 .list li a strong {
  color: #fff;
  display: block;
  margin-top: 20px;
}

body#home #b3 .list li a span {
  color: #ccc;
  display: block;
  margin-top: 20px;
  font-size: 0.77rem;
}

@media (max-width: 640px) {
  body#home #b3 .list li {
    width: 50%;
  }
  body#home #b3 .list li a {
    padding: 10px;
  }
}

body#home #b4 {
  background: #fff url(./images/asset1.jpg) center top/cover no-repeat;
  padding: 80px 0;
}

@media (max-width: 640px) {
  body#home #b4 {
    padding: 20px;
  }
}

body#home #b4 .wrap {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 80px 40px;
}

@media (max-width: 640px) {
  body#home #b4 .wrap {
    padding: 20px;
  }
}

body#home #b4 p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 1.5rem;
}

@media (max-width: 640px) {
  body#home #b4 p {
    font-size: 1rem;
  }
}

body#home #b4 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 640px;
}

body#home #b4 .list li {
  width: 50%;
  padding: 1px;
}

@media (max-width: 640px) {
  body#home #b4 .list li {
    width: 100%;
  }
}

body#home #b4 .list li a {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 40px;
  display: block;
  height: 100%;
  border-left: solid 8px #ccc;
  color: #333;
  font-weight: bold;
}

body#home #b4 .list li a:after {
  float: right;
  content: ">";
  font-family: consolas;
}

body#home #b4 .list li a:hover {
  background-color: #fff;
}

@media (max-width: 640px) {
  body#home #b4 .list li a {
    padding: 20px;
  }
}

body#home #b5 p {
  text-align: center;
}

@media (min-width: 640px) {
  body#home #b5 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  body#home #b5 .list li {
    margin: 20px;
  }
  body#home #b5 .list li a {
    width: 200px;
    height: 200px;
    display: block;
/*    border-radius: 50%;    2018.2.15 del*/
    background-color: #0066cc;
    color: #fff;
    text-align: center;
    position: relative;
  }
  body#home #b5 .list li a:hover {
    background-color: #004080;
  }
  body#home #b5 .list li a span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }
}

@media (max-width: 640px) {
  body#home #b5 .list {
    margin-top: 40px;
  }
  body#home #b5 .list li {
    margin-bottom: 1px;
  }
  body#home #b5 .list li a {
    display: block;
    background-color: #0066cc;
    color: #fff;
    padding: 20px;
  }
  body#home #b5 .list li a:after {
    float: right;
    content: ">";
    font-family: consolas;
  }
  body#home #b5 .list li a span br {
    display: none;
  }
}

body#home #contact {
  background: #000 url(./images/brooklyn-bridge-2220183_white.jpg) center center/cover no-repeat;
}

@media (max-width: 640px) {
  body#home #contact {
    padding: 10px;
  }
}

body#home #contact .wrap {
  max-width: 640px;
}

body#home #contact p {
  text-align: center;
}

body#home #contact dl dt {
  margin-bottom: 10px;
}

body#home #contact dl dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body#home #contact input[type="text"],
body#home #contact textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 3px;
  border: solid 1px #666;
}

/*# sourceMappingURL=../maps/app.css.map */
