<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  /*	transition: all 0.3s ease;*/
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  vertical-align: bottom;
  outline: none;
}

li {
  list-style-type: none;
}

input {
  border: 1px none #ccc;
  font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background: url(../img/header_bg.jpg) no-repeat center top;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
  font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  min-width: 1140px;
}

@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #1ab3b7 !important;
  text-decoration: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  /*zoom: 1;*/
}

/* IE6 */
*:first-child + html .clearfix {
  /*zoom: 1;*/
}

/* IE7 */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.both {
  clear: both;
}

.impct {
  color: #eb3535;
}

.kome {
  color: #888888;
}

.nobg {
  background-image: none !important;
  border: none !important;
}

/* ======================================================================
$
======================================================================== */
/* ======================================================================
layout
======================================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}

header .menu_btn {
  margin-top: 2vw;
  display: none;
  margin-left: 3vw;
  cursor: pointer;
}

header .menu_btn div {
  height: 4px;
  background: #1ab3b7;
  width: 100%;
}

@media screen and (max-width: 640px) {
  header .menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 8vw;
    height: 6vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .inner {
  max-width: 1140px;
  min-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
  header .inner {
    width: 100vw;
    padding-bottom: 2vw;
    min-width: auto;
    padding: 0 2vw 2vw 2vw;
  }
}

header .inner h1 {
  width: 115px;
  padding-top: 5px;
  margin-right: 50px;
  padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
  header .inner h1 {
    width: 20vw;
    margin: 0;
    padding-bottom: 0px;
  }
}

header .inner h1 img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  header .inner nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 13vw;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.6);
  }
  header .inner nav li {
    border-bottom: 1px solid #f1f1f1;
  }
}

header .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

@media screen and (max-width: 640px) {
  header .inner ul {
    height: auto;
    display: block;
  }
}

header .inner ul a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

header .inner ul a:hover {
  color: #1ab3b7;
}

header .inner .contact {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  header .inner .contact {
    margin-top: 2vw;
    font-size: 3.4vw;
  }
}

header .inner .contact a {
  background: #1ab3b7;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 3px 20px;
  border-radius: 30px;
}

header .inner .contact a :hover {
  background: #006f72;
}

.slider {
  background: url("../img/slider_bg.png") no-repeat center center;
  background-size: cover;
  padding: 100px 20px 30px 20px;
  height: 550px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .slider {
    height: auto;
    padding: 17vw 3vw 10vw 3vw;
  }
}

.slider section {
  width: 1124px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .slider section {
    width: auto;
  }
}

.slider section li {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #fff;
}

.slider section li img.pc {
  height: 400px;
}

.slider section li .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .slider section li .pc {
    display: none;
  }
  .slider section li .sp {
    display: block;
  }
  .slider section li img {
    width: 100%;
  }
}

.content {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .content {
    font-size: 3.4vw;
  }
}

.content .inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .content .inner {
    width: 100%;
    padding: 0 5vw;
  }
}

.content .left_block {
  float: left;
}

@media screen and (max-width: 640px) {
  .content .left_block {
    float: none;
  }
}

.content #news,
.content #event {
  width: 750px;
}

@media screen and (max-width: 640px) {
  .content #news,
  .content #event {
    width: 100%;
  }
}

.content #news .scroll-area,
.content #event .scroll-area {
  height: calc((66px * 3) + 2px);
}

@media screen and (max-width: 640px) {
  .content #news .scroll-area,
  .content #event .scroll-area {
    height: auto;
  }
}

.content #news li,
.content #event li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

@media screen and (max-width: 640px) {
  .content #news li,
  .content #event li {
    padding: 2vw 0;
  }
}

.content #news li .ymd,
.content #event li .ymd {
  width: 90px;
  color: #888;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .content #news li .ymd,
  .content #event li .ymd {
    width: 25vw;
  }
}

.content #news .cate_01,
.content #event .cate_01 {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content #news .cate_01 span,
.content #event .cate_01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1ab3b7;
  color: #fff;
  width: 140px;
  padding: 3px 0px;
  margin-right: 20px;
}

.content #news .cate_01 a,
.content #event .cate_01 a {
  background: #1ab3b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0px;
  color: #fff;
  margin: 0 0px 0 auto;
  text-decoration: none;
  border-radius: 30px;
  width: 220px;
  position: relative;
}

.content #news .cate_01 a:after,
.content #event .cate_01 a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
}

.content #news .cate_02,
.content #event .cate_02 {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content #news .cate_02 span,
.content #event .cate_02 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0e6f9b;
  color: #fff;
  width: 140px;
  padding: 3px 0px;
  margin-right: 20px;
}

.content #news .cate_02 a,
.content #event .cate_02 a {
  background: #0e6f9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0px;
  color: #fff;
  margin: 0 0px 0 auto;
  text-decoration: none;
  border-radius: 30px;
  width: 220px;
  position: relative;
}

.content #news .cate_02 a:after,
.content #event .cate_02 a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
}

.content #news .cate_03,
.content #event .cate_03 {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content #news .cate_03 span,
.content #event .cate_03 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dfb523;
  color: #fff;
  width: 140px;
  padding: 3px 0px;
  margin-right: 20px;
}

.content #news .cate_03 a,
.content #event .cate_03 a {
  background: #dfb523;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0px;
  color: #fff;
  margin: 0 0px 0 auto;
  text-decoration: none;
  border-radius: 30px;
  width: 220px;
  position: relative;
}

.content #news .cate_03 a:after,
.content #event .cate_03 a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .content #event li .ymd {
    width: 100% !important;
    font-size: 3.2vw;
  }
  .content #event .cate_01,
  .content #event .cate_02,
  .content #event .cate_03 {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 2vw;
  }
  .content #event .cate_01 span,
  .content #event .cate_02 span,
  .content #event .cate_03 span {
    position: absolute;
    right: auto;
    top: 2vw;
    left: 20vw;
    font-size: 2.8vw;
    margin-right: 0;
    width: auto;
    padding: 2px 5px;
  }
  .content #event .cate_01 a,
  .content #event .cate_02 a,
  .content #event .cate_03 a {
    display: block;
    margin: 3vw auto;
    text-align: center;
  }
}

.content #tw_block {
float: right;
  width: 350px;
  border-radius: 5px;
  border: 10px solid #e3f1f3;
  margin-top: 60px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .content #tw_block {

    margin-top: 5vw;
    float: none;
    width: 100%;
  }
}

.content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 5px 5px 5px;
  border-bottom: 1px solid #98ccd1;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .content h2 {
    font-size: 4.5vw;
    display: block;
  }
}

.content h2 .sub {
  font-size: 13px;
  color: #1ab3b7;
  font-weight: normal;
  margin-left: 20px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .content h2 .sub {
    font-size: 3.6vw;
    margin-left: 10vw;
  }
}

.content h2::before {
  content: url(../img/dott.png);
  display: inline-block;
  margin: 0 10px 0 5px;
}

@media screen and (max-width: 640px) {
  .content h2::before {
    position: relative;
    top: 3px;
  }
}

.content h2 .arrow {
  margin: 0 10px 0 auto;
  font-size: 13px;
  color: #888888;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.content h2 .arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  display: inline-block;
  margin-left: 5px;
}

.content h2 .arrow img {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .content h2 .arrow img {
    position: relative;
    top: -1vw;
  }
}

@media screen and (max-width: 640px) {
  .content h2 .arrow {
    display: block;
    margin: 3vw 0;
  }
}

#movie {
  margin: 30px 0 0 0;
  padding-bottom: 0px;
  background: #f1f1f1;
}

#movie .inner {
  height: 340px;
}

#movie ul {
  width: 1050px;
  margin: 0px auto;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  #movie ul {
    width: 240px;
  }
}

#movie ul .flickity-viewport li {
  width: 210px;
  padding: 0 5px;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  #movie ul .flickity-viewport li {
    width: 100%;
  }
}

#movie ul .flickity-viewport li .tag {
  background: #fcfcfc;
  color: #1ab3b7;
  padding: 0px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

#movie ul .flickity-viewport li img {
  margin-bottom: 10px;
  border: 1px solid #f4f4f4;
  height: 114px;
}

@media screen and (max-width: 640px) {
  #movie ul .flickity-viewport li img {
    width: 100%;
    height: auto;
  }
}

#fpga .left_block,
#blog .left_block {
  width: 810px;
  float: none;
  width: 100%;
}

#fpga ul,
#blog ul {
  width: 730px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 640px) {
  #fpga ul,
  #blog ul {
    width: 250px;
    margin: 0 auto;
  }
}

#fpga li,
#blog li {
  width: 245px;
  padding: 10px;
}

#fpga li img,
#blog li img {
  border: 1px solid #f4f4f4;
  display: block;
  margin-bottom: 10px;
  height: 140px;
}

@media screen and (max-width: 640px) {
  #fpga li img,
  #blog li img {
    width: 100%;
    height: auto;
  }
}

#fpga .tag,
#blog .tag {
  border: 1px solid #e7f3f5;
  color: #1ab3b7;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
}

#report {
  float: right;
  width: 280px;
  border-radius: 5px;
  border: 10px solid #e3f1f3;
  height: 610px;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #report {
    margin-top: 5vw;
    float: none;
    width: 100%;
  }
}

#report .scroll-area {
  height: 230px;
}

@media screen and (max-width: 640px) {
  #report .scroll-area {
    height: 120px;
  }
}

#report h3 {
  text-align: center;
  font-size: 18px;
  padding: 10px 0 20px 0;
}

#report p {
  padding: 15px 20px 5px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#report p .tag {
  font-size: 13px;
  width: 70px;
  background: #1ab3b7;
  color: #fff;
  padding: 1px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

#report p a {
  color: #1ab3b7;
  text-decoration: none;
}

#report h4 {
  text-align: left;
  color: #1ab3b7;
  padding: 10px 20px;
  border-top: 1px solid #d2d2d2;
}

#report li {
  text-align: left;
  padding-left: 100px;
  padding-bottom: 5px;
}

#report li a {
  color: #1ab3b7;
  text-decoration: none;
}

#about,
#acri {
  margin-top: 30px;
}

#about .title_bg,
#acri .title_bg {
  background: url("../img/title_bg.png") repeat-x center top;
}

#about .title_bg h2,
#acri .title_bg h2 {
  font-size: 30px;
  color: #fff;
  border: none;
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  #about .title_bg h2,
  #acri .title_bg h2 {
    font-size: 5vw;
    width: 100%;
    padding: 3vw 5vw;
  }
}

#about .title_bg h2::before,
#acri .title_bg h2::before {
  content: url("../img/title_logo.png");
  background: #000;
  padding: 10px 15px 0 15px;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  #about .title_bg h2::before,
  #acri .title_bg h2::before {
    display: none;
    content: "";
    background: transparent;
  }
}

#about .inner,
#acri .inner {
  padding-top: 30px;
}

#about .inner.min,
#acri .inner.min {
  width: 800px;
  padding: 50px 0 20px 0;
}

@media screen and (max-width: 640px) {
  #about .inner.min,
  #acri .inner.min {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
}

@media screen and (max-width: 640px) {
  #about .inner,
  #acri .inner {
    padding-top: 5vw;
  }
}

#about .inner .left_block,
#acri .inner .left_block {
  float: left;
  width: 620px;
}

@media screen and (max-width: 640px) {
  #about .inner .left_block,
  #acri .inner .left_block {
    width: 100%;
  }
}

#about .inner .left_block .ph_area,
#acri .inner .left_block .ph_area {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  #about .inner .left_block .ph_area,
  #acri .inner .left_block .ph_area {
    display: block;
    padding: 5vw 0;
  }
  #about .inner .left_block .ph_area img,
  #acri .inner .left_block .ph_area img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

#about .inner .left_block .ph_area ul,
#acri .inner .left_block .ph_area ul {
  margin-left: 25px;
}

@media screen and (max-width: 640px) {
  #about .inner .left_block .ph_area ul,
  #acri .inner .left_block .ph_area ul {
    margin-left: 20vw;
    margin-top: 5vw;
  }
}

#about .inner .left_block .ph_area li,
#acri .inner .left_block .ph_area li {
  list-style-type: disc;
  padding-left: 0px;
}

#about .inner .left_block p,
#acri .inner .left_block p {
  width: 620px;
}

@media screen and (max-width: 640px) {
  #about .inner .left_block p,
  #acri .inner .left_block p {
    width: 100%;
    padding: 0;
  }
}

#about .inner .ph,
#acri .inner .ph {
  float: right;
}

@media screen and (max-width: 640px) {
  #about .inner .ph,
  #acri .inner .ph {
    float: none;
    width: 100%;
  }
  #about .inner .ph img,
  #acri .inner .ph img {
    width: 100%;
    height: auto;
  }
}

#about .inner a,
#acri .inner a {
  clear: both;
  display: block;
  width: 400px;
  text-align: center;
  background: #1ab3b7;
  color: #fff;
  text-decoration: none;
  position: relative;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #about .inner a,
  #acri .inner a {
    width: 80%;
    margin: 5vw auto;
    font-size: 5vw;
  }
}

#about .inner a:after,
#acri .inner a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
}

#about .inner a:hover,
#acri .inner a:hover {
  background: #006f72;
  color: #fff !important;
}

#about .block_bg,
#acri .block_bg {
  background: url("../img/about_bg.jpg") no-repeat right top 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #about .block_bg,
  #acri .block_bg {
    background: none;
    padding-bottom: 8vw;
  }
}

#about h3,
#acri h3 {
  color: #1ab3b7;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #about h3,
  #acri h3 {
    font-size: 4.5vw;
  }
}

#about h3:before,
#acri h3:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  background: #88c4ca;
  overflow: hidden;
  margin-right: 10px;
}

#about p,
#acri p {
  font-size: 16px;
  padding: 20px 0;
  width: 800px;
}

@media screen and (max-width: 640px) {
  #about p,
  #acri p {
    width: 100%;
    font-size: 3.6vw;
  }
}

#about .line_list,
#acri .line_list {
  display: inline-block;
  border: 2px solid #1ab3b7;
  padding: 15px 40px 15px 15px;
  border-radius: 4px;
}

#about .line_list li,
#acri .line_list li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #about .line_list li,
  #acri .line_list li {
    font-size: 3.6vw;
  }
}

#about .left_bg,
#acri .left_bg {
  background: url("../img/about_bg_left.png") repeat-y left top;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #about .left_bg,
  #acri .left_bg {
    background: none;
    margin-bottom: 0vw;
  }
}

#about .right_bg,
#acri .right_bg {
  background: url("../img/about_bg_right.png") repeat-y right top;
}

#about .read,
#acri .read {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  #about .read,
  #acri .read {
    font-size: 3.6vw;
  }
}

#about dl,
#acri dl {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #about dl,
  #acri dl {
    font-size: 3.6vw;
  }
}

#about dl dt,
#acri dl dt {
  font-size: 18px;
  color: #1ab3b7;
  border-bottom: 1px solid #1ab3b7;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #about dl dt,
  #acri dl dt {
    font-size: 4vw;
  }
}

#about dl dd,
#acri dl dd {
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  #about dl dd,
  #acri dl dd {
    padding-bottom: 5vw;
  }
}

#about dl dd span,
#acri dl dd span {
  font-size: 14px;
}

#about .fig_area,
#acri .fig_area {
  margin: 40px 0;
  overflow: hidden;
  text-align: center;
  background: url(../img/line_bg.png);
}

@media screen and (max-width: 640px) {
  #about .fig_area,
  #acri .fig_area {
    background: none;
    margin: 5vw 0;
  }
  #about .fig_area img,
  #acri .fig_area img {
    width: 100%;
  }
}

#about .bg_color,
#acri .bg_color {
  background: #e3f1f3;
  padding: 50px;
}

@media screen and (max-width: 640px) {
  #about .bg_color,
  #acri .bg_color {
    padding: 5vw;
  }
}

#about .bg_color .inner,
#acri .bg_color .inner {
  text-align: center;
  background: #fff;
  width: 900px;
  border-radius: 5px;
  padding: 30px 60px;
}

@media screen and (max-width: 640px) {
  #about .bg_color .inner,
  #acri .bg_color .inner {
    padding: 5vw;
    width: 100%;
  }
}

#about .bg_color h4,
#acri .bg_color h4 {
  font-size: 24px;
  color: #1ab3b7;
  border-bottom: 1px solid #1ab3b7;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #about .bg_color h4,
  #acri .bg_color h4 {
    font-size: 4vw;
  }
}

#about .bg_color p,
#acri .bg_color p {
  text-align: left;
}

#about .bg_color .min,
#acri .bg_color .min {
  font-size: 14px;
}

#about .bg_color ol,
#acri .bg_color ol {
  margin-left: 20px;
}

#about .bg_color li,
#acri .bg_color li {
  text-align: left;
  text-indent: -20px;
}

.enterprise {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .enterprise {
    padding-bottom: 5vw;
  }
}

.enterprise h2 {
  color: #1ab3b7;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  margin: 40px 0 20px 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .enterprise h2 {
    font-size: 5vw;
    margin: 5vw 0;
  }
}

.enterprise h2:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 26px;
  background: #88c4ca;
  overflow: hidden;
  margin-right: 10px;
}

.enterprise dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #1ab3b7;
}

@media screen and (max-width: 640px) {
  .enterprise dl {
    display: block;
  }
}

.enterprise dl:last-child {
  border-bottom: 2px solid #1ab3b7;
}

.enterprise dt {
  margin: 4px 0;
  background: #1ab3b7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.enterprise dt span {
  display: block;
}

@media screen and (max-width: 640px) {
  .enterprise dt {
    padding: 3vw 0;
    font-size: 4vw;
    width: 100%;
  }
  .enterprise dt br {
    display: none;
  }
  .enterprise dt span {
    display: inline-block;
    margin-left: 5vw;
  }
}

.enterprise dd {
  margin: 4px 0;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .enterprise dd {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.enterprise dd a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
}

.enterprise dd div {
  margin: 0 20px 0 20px;
  text-align: center;
}

footer {
  background: #f5f5f5;
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 640px) {
  footer {
    margin-top: 10vw;
    font-size: 4vw;
  }
}

footer img {
  position: relative;
  top: -20px;
}

footer .copyright {
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  footer .copyright {
    font-size: 3vw;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.btn:hover {
  color: #fff !important;
  background: #068d91 !important;
}

.btn2:hover {
  color: #fff !important;
  background: #004b6d !important;
}

.btn3:hover {
  color: #fff !important;
  background: #c79f15 !important;
}

a.hide {
  background: #f1f1f1 !important;
  color: #999 !important;
  pointer-events: none !important;
}

a.hide:hover {
  cursor: default;
  background: transparent !important;
  color: #333 !important;
}

#fpga h2 {
  font-size: 20px;
}

#fpga h2::before {
  content: url(../img/icon_guide.png);
  display: inline-block;
  margin: 0 10px 0 5px;
}

@media screen and (max-width: 640px) {
  #fpga h2 {
    font-size: 4vw;
  }
}

.to_top {
  display: block;
  background: #1ab3b7;
  border-radius: 30px;
  position: fixed;
  right: 30px;
  bottom: 40px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content{
	padding-top:60px;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>