<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* reset */
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;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
  font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

a{
  color: #03070e;
  text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------*/
#header{
  text-align: center;
}

#header h1{
  padding-top: 60px;
}

#mainnav a{
  color: #222;
}

#mainImg{
  position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  margin: 0 auto;
  background: #8c8e91;
}

#mainImg img{

}
.info{
  float:right;
  padding-right:20px;
  text-align:right;
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}
.height-1{
  line-height: 200%;
}
.language{
  background-color: #f6214b;
color: #fff;
padding: 20px 10px 20px 6px;
  position: absolute;
top: -2px;
}


/* ãƒ•ãƒƒã‚¿ãƒ¼
------------------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
  background: #1e1b1b;
  color: #ffffff;
}

  #mobile-logo{
    display: none;
  }
  .header-wrapper{
    display: block;

  }
/* å…±é€š
------------------------------------------------------------*/

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

section{
  clear:both;
  padding-top: 20px;
}

section h2{
  font-family: 'Pacifico', cursive;
  width: 60%;
  margin: 0 auto 40px;
  font-size: 32px;
  font-weight:normal;
  text-align: center;
  background: url(../images/borderBlack.png) repeat-x 0 50%;
  background-size: 1px 1px;
}
#portfolio .portfolio-item h3 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}
section h2 span {
  background: #fff;
  padding: 0 80px;
}

.inner{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.innerS{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.footImag{
  position: absolute;
    right: 80px;
}
@media only screen and (max-width: 641px){
  .footImag{
    display: none;
   }

}
@media only screen and (min-width: 800px){
  .languageBtn{
    display: none!important;
   }

}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
  padding: 0 !important;
}

#sec02 header{
  display: none;
}

#gallery li{
  float: left;
  width: calc(100%/3);
  line-height: 0;
}

#gallery img{
  width: 100%;
  height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{

  margin-right: 20px;
}

.btn-language{
  background: #6ccb18!important;
    top: -55px!important;
    position: absolute!important;
    border-radius: 0!important;
  height: 60px;

}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
  display: block;
  margin: 0 auto 5px;
}

.col3 li{
  line-height: 2.0;
}

.col3 .img{
  padding: 30px 50px;
  margin-bottom: 40px;
  line-height: 0 !important;
  border: 1px solid;
}

#sec04_02{
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}
@media only screen and (max-width: 641px){
  #sec04_02{
  background: url(../images/bgSec04.jpg) no-repeat 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}
}

#sec04_02 img{
  width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
  margin-bottom: 5px;
}

.col2 li{
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#sns img{
  padding: 35px 10px 5px 0;
}

#sns a:hover img{
  opacity: .8;
}

#map{
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}



/* RESPONSIVE è¨­å®š
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
  .inner{
    width: 1024px;
  }
}

@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }

  a#menu{
    display:none;
  }

  .panel{
    display:block !important;
  /*	background: #f95f5f;*/
    margin-bottom: 10px;
    border-top: solid 1px #ccc;
  }

  #mainnav li{
    display: inline-block;
    padding: 20px 35px;
    font-size: 15px;
  }


  /* SEC03 PROJECT
  -----------------*/
  .col3{
    text-align: center;
  }

  .col3 li{
    display: inline-block;
    width: 28%;
    padding: 0 2.5% 50px;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  #footer{
    padding: 30px 10px 70px 0;
      background: #1e1b1b;
    color: #ffffff;
  }
}


@media only screen and (min-width: 641px){
  .col2 li{
    width: 100%;
    vertical-align: top;
  }
  .col2 li:first-child{
    width: 100%;

  }
}

@media only screen and (max-width: 640px){
  .innerS{
    width: 94%;
    padding-bottom: 40px;
  }
  .col3 li{
    line-height: 1.7;
  }
  .col3 img{
    margin: 0 auto;
  }
  .col3 .img{
    padding: 30px;
    margin-bottom: 20px;
  }
  #gallery li{
    float: none;
    width: 100%;
  }
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
  #sec04_02{
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 799px){
  #header{
    position: fixed;
    width: 100%;
    z-index: 500;
  }

  #headerWrap{
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  #header h1{
    padding-top: 10px;
  }

  #header h1 img{
    margin-top: 3px;
    max-height: 45px;
    width: auto !important;
  }

  a#menu{

    position: absolute;
    width: 40px;
    height: 40px;
    margin: 10px;
    right: 0;
    top: -150px;
  }

  #menuBtn{
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  .header-wrapper{
    display: none;
  }
  #mobile-logo{
    display: block;
  }
  #menuBtn:before, #menuBtn:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }

  #menuBtn:before{
    margin-top: -7px;
  }

  #menuBtn:after{
    margin-top: 5px;
  }

  a#menu .close{
    background: transparent;
  }

  a#menu .close:before, a#menu .close:after{
    margin-top: 0;
  }

  a#menu .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel{
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -100px;
    z-index: 100;
  }

  #mainnav{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    z-index:500;
  }

  #mainnav ul{
    border-bottom: 1px solid #ccc;
    background: #463e3e;
    text-align: left;
  }

  #mainnav li a{
    position: relative;
    display:block;
    padding:15px 25px;
    border-bottom: 1px solid #ccc;
    color: #ffffff;
    font-weight: 400;
  }

  #mainnav li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainImg{

    z-index: -100;
    height: auto;

  }
  .col3 li{
    margin: 50px auto 0 auto;
    display: block;
  }
  section{

  }
  section h2{
    margin: 0 auto 20px;
  }
  section h2 span {
    padding: 0 30px;
  }
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
.tablepress tbody td{
    border-top: 1px solid #ddd;
  padding: 20px;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.we{
  -webkit-transform: skew(0deg,-10deg);
  transform: skew(0deg,-10deg);
  background: #f2f2f2;
  z-index: -50;
}
.nowe{
  -webkit-transform: skew(0deg,10deg);
    transform: skew(0deg,10deg);
}

/* Back to top button */


.back-to-top {
  position: fixed;
  display: none;
  background:#6ccb18;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border-radius: 30px;
  right: 15px;
  bottom: 60px;
  transition: background 0.5s;
  width: 47px;z-index: 10;
}

.back-to-top:focus {
  background: #c9f4a4;;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #c9f4a4;
  color: #fff;
}
h2.type6 {
  background: #333;
  background: url(../images/notice-bg.jpg) no-repeat center center/cover;
  padding: 150px 0px;
  color: #fff;
  text-align: center;
  text-shadow: #110e0e 0.1em 0.1em 0.2em;
  font-size: 1.7rem;
font-weight: bold;


}
h2.type7 {
  background: #333;
  background: url(../images/bg-base1.jpg) no-repeat center center/cover;
  padding: 80px 0px;
  color: #fff;
  text-align: center;
  text-shadow: #110e0e 0.1em 0.1em 0.2em;
    text-shadow: #110e0e 0.1em 0.1em 0.2em;
  font-size: 1.7rem;
font-weight: bold;

}
h2.type8 {
  background: #333;
  background: url(../images/bg-5.jpg) no-repeat center center/cover;
  padding: 150px 0px;
  color: #fff;
  text-align: center;
  text-shadow: #110e0e 0.1em 0.1em 0.2em;
    text-shadow: #110e0e 0.1em 0.1em 0.2em;
  font-size: 1.7rem;
font-weight: bold;

}
h2.type9 {
  background: #333;
  background: url(../images/contact-b2.jpg) no-repeat center center/cover;
  padding: 150px 0px;
  color: #fff;
  text-align: center;
  text-shadow: #110e0e 0.1em 0.1em 0.2em;

}

.header-wrapper{
  width: 100%;
background: #FFFFFF;
}
.header-wrapper .top {
    max-width: 980px;
    height: 115px;
    margin: auto;
}
.header-wrapper .top .header-navi {
    width: 100%;
    height: 100%;
    display: table;
}
.header-wrapper .top .header-navi &gt; li:first-child {
    width: 45%;
    text-align: left;
}
.header-wrapper .top .header-navi &gt; li:last-child {
   /* width: 50%;*/
    text-align: right;
}
.header-wrapper .top .header-navi &gt; li {
    display: table-cell;
    vertical-align: middle;
}
/*å…¥åŠ›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒ†ãƒ¼ãƒ–ãƒ«(inqueryTb)
---------------------------------------------------------------------------*/
.inqueryTb{
  width: 100%;
  margin:0 auto 20px auto;
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #E4E4E4;
  background: #FFF;
}
.inqueryTb input::placeholder {
  color: #D0D0D0;
  font-size: 1em;
}
.inqueryTb td,
.inqueryTb th{
  padding:15px;
  border-bottom: 1px dotted #3e3434;
  box-sizing: border-box;
}
.inqueryTb th {
  width: 35%;
  text-align:left;
  vertical-align:middle;
  position:relative;
  padding-right: 40px;
  box-sizing: border-box;
  background:rgba(227, 224, 224, 0.5);
  padding-left: 30px;
}

@media screen and (max-width:480px){
.inqueryTb th,.inqueryTb td {
    display: block!important;
  width: 100%!important;
  height: auto!important;
}
.inqueryTb input::placeholder {
  color: #D0D0D0;
  font-size: 0.2em;
}


}
#inquery .niyu {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#inquery td input[type="text"], #inquery td input[type="email"], #inquery td input[type="tel"], #inquery td select, #inquery td textarea {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #359ADA;
  border-radius: 7px;
  font-size: 13px;
  padding: 9px;
}
.requireIcon{
  width: 35px;
  text-align: center;
  border: 1px solid #D32F2F;
  border-radius: 3px;
  color: #D32F2F;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: .4em .5em .3em .5em;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 1em;
  right: 10px;
  position: absolute;
}
.ninyiIcon{
  width: 35px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  padding: .4em .5em .3em .5em;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 1em;
  right: 10px;
  position: absolute;
}
.radio-input{
    display: none;
}
.radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
}
.radio-input:checked + label{
     color:#359ADA;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #359ADA;
  border-radius: 50%;
}
 .form-checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.form-checkbox:hover {
  background-color: #BFD7F8;
}
.form-checkbox:hover:after {
  border-color: #359ADA;
}
.form-checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.form-checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #359ADA;
  border-bottom: 3px solid #359ADA;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .form-checkbox:before {
  opacity: 1;
}
input[type=radio], input[type=checkbox] {
  display: none;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.certifiList{
   display: flex;border-bottom: 1px solid #e8f0ec;
   padding-bottom: 5px;
   padding-top: 5px;

}
@media screen and (max-width:860px) {
  .certifiList{
     display: block;
}
}
.title.lv2 {
    background-color: #EAEAEA;
    border-left: 10px solid #6ccb18;
    color: #212121!important;
    font-size: 1.5rem!important;
    line-height: 1.35;
    margin-bottom: 10px;
    padding: 0.5em 0.5em 0.5em 15px;
    position: relative;
    margin-top: 60px;
}
#inquery .operate{
  text-align: center;
}
#inquery .frombtn{
    line-height: 1.25;
    text-decoration:none;
    font-weight:bold;
    background:#69ca74;
    color:#fff !important;
    border-radius:.5em;
    padding:1em 2em;
    text-align: center;
    position: relative;
    transition:.3s;
  cursor: pointer;
  font-size: 15px;
}
#inquery .frombtnoff{
  line-height: 1.25;
    text-decoration:none;
    font-weight:bold;
    background:#ccc;
    color:#fff !important;
    border-radius:.5em;
    padding:1em 2em;
    text-align: center;
    position: relative;
  font-size: 15px;
}
.confirmcheck{
  margin:30px 0;

}

#inquery .frombtn:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:5%;
    margin:auto;
    width: .3em;
    height: .3em;
    border-top: .05em solid #fff;
    border-right: .05em solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}
#inquery .frombtn:hover{
    opacity:.75;
}
#inquery .frombtn:hover:after{
    right:3%;
}
#formprivacy{
  border: 5px solid #8fade1;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 100px;
}
#formprivacy .title_sub{
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#formprivacy .title_sub:after{
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #0D0C0C;
}
#formprivacy ul li{
  list-style-type:disc;
  margin-left: 30px;
}
.errorMessage{
  display: block;
  color:#ff0000;
}
.tdError{
  background-color: #f9e5e5;
}
#zone{
    border: 2px #aaa dotted;
    padding: 20px;
    width: 60%;
    text-align: center;
  float: left;
}
.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0.2em;
    border: 1px solid #428bca;
    background: #428bca;
    color:#fff;
  margin-left:10px;
}

.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}

.inquery_tel {
  margin-bottom: 50px; }
.inquery_tel:after {
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    zoom: 1;
    content: ""; }
.inquery_tel .text-box {
    float: right;
    text-align: center;
    color: #fff;
    width: 50%;
    display: table;
  font-size: 15px;
    background-color: #0077cc; }
.inquery_tel .text-box .boxinner {
    display: table-cell;
    vertical-align: middle;
}
.inquery_tel .text-box .boxinner .text-01 {
    font-size: 200%;
  margin-right: 30px;

}
.text-01 a:link { color: #FDFDFD; text-decoration: none;}
.inquery_tel .text-box .boxinner .text-01 .sub {
          font-size: 37.5%;
          display: block;
}
.inquery_tel .text-box .boxinner .text-02 {
        font-size: 171.4%;
        line-height: 1.5 !important; }
.icon_pdf{
    background: url(../images/icon-pdf.png) no-repeat left center;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    min-height: 16px;
    line-height: 19px;
}
.icon_xlsx,.icon_xls{
    background: url(../images/icon-excel.png) no-repeat 9px center;
}
.icon_doc, .icon_docx{
    background: url(../images/icon-word.png) no-repeat left center;
    display: inline-block;
    padding-left: 21px;
    height: 16px;
    min-height: 16px;
    line-height: 19px;
}
@media screen and (max-width: 800px) {
.inquery_tel .text-box {
        width: 100%;
        float: none;
        height: auto; }
.inquery_tel .text-box .boxinner .text-01 {
          font-size: 150%; }
.inquery_tel .text-box .boxinner .text-01 .sub {
            font-size: 52.3%;
}
.inquery_tel .text-box .boxinner .text-02 {
          font-size: 114.3%; } }
.inquery_tel .img {
    width: 50%;
    float: left;
}
.inquery_tel .img img {
    width: 100%;
    display: block;
  height: 141.95px;
}
    @media screen and (max-width: 800px) {
.inquery_tel .img {
  width: 100%;
  float: none;
  height: auto; } }

.over-rare {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}

#over-rare {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
#over-rare span.loading22 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -100px;
}

span.loading22 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 20px;
  border: 1px solid #dd1e43;
  overflow: hidden;
  border-radius: 5px;
  background-repeat: repeat-x;
  background-size: 40px 100%;
background-image: linear-gradient(70deg,#dd1e43 12px,transparent 0),linear-gradient(250deg,#dd1e43 12px,transparent 0);
  background-image: -webkit-linear-gradient(70deg,#dd1e43 12px,transparent 0),-webkit-linear-gradient(250deg,#dd1e43 12px,transparent 0);
background-image: linear-gradient(70deg,#dd1e43 12px,transparent 0),linear-gradient(250deg,#dd1e43 12px,transparent 0);
  -webkit-animation: animation22 2s linear infinite;
  animation: animation22 2s linear infinite;
}

  @-webkit-keyframes animation22 {
  0% {
    background-position: 0, 0;
  }
  100% {
    background-position: 100%, 100%;
  }
}
@keyframes animation22 {
  0% {
    background-position: 0, 0;
  }
  100% {
    background-position: 100%, 100%;
  }
}


/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}





.oh-heading2 {
 display:table;
 width:100%;
 margin:0 0 20px;
 padding:10px 10px 9px 14px;
 background-color:#f5f5f5;
 border-top:1px solid #ccc;
 border-left:3px solid #dc0810;
 overflow:hidden;
 box-sizing:border-box
}
.oh-heading2__title {
 display:table-cell;
 width:100%;
 margin:0;
 font-size:18px;
 line-height:1.25
}
.oh-heading2__sup {
 margin-left:5px;
 font-weight:400;
 font-size:14px
}
.oh-heading2__link {
 display:table-cell;
 margin:0;
 font-weight:700;
 white-space:nowrap;
 vertical-align:middle
}
.oh-heading2__link:before {
 content:"ï„…";
 margin-right:5px;
 color:#999
}
.oh-list--type2 .oh-list__item:last-child {
 border-bottom:1px dashed #ccc
}
.oh-list--type2 .oh-list__date {
 display:inline-block
}
.oh-list--type2 .oh-list__date {
 display:inline-block
}
.oh-list2 {
 display:table;
 margin:0 0 10px
}
.oh-list2__title {
 display:table-cell;
 margin:0;
 font-weight:700;
 white-space:nowrap
}
.oh-list2__body {
 display:table-cell;
 width:100%;
 margin:0;
 padding-left:5px;
 box-sizing:border-box;
 overflow:hidden
}
.oh-list2__list {
 list-style:none;
 margin:-5px 0 0;
 padding:0
}
.oh-list2__item {
 display:inline-block;
 margin:5px 5px 0 0;
 padding-right:10px;
 border-right:1px solid #ccc
}
.oh-list2__item:last-child {
 padding-right:0;
 border-right:none
}
.oh-list3 {
 margin:10px 0;
 padding:0;
 list-style:none
}
.oh-list3__item {
 font-size:12px;
 line-height:1.5
}
.oh-list--type2 .oh-list__item {
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding: 10px 0;
}
.oh-list4 {
 list-style:none;
 margin:-10px 0 0 -10px;
 padding:0;
 overflow:hidden
}
.oh-list4__item {
 float:left;
 width:138px;
 margin:10px 0 0 10px;
 color:#999
}
.oh-list4__item:nth-child(5n+1) {
 clear:both
}
.oh-list4--horizontal3col .oh-list4__item {
 width:236px
}
.oh-list4--horizontal3col .oh-list4__item:nth-child(5n+1) {
 clear:none
}
.oh-list4--horizontal3col .oh-list4__item:nth-child(3n+1) {
 clear:both
}
.oh-list4--wide {
 margin-left:0;
 margin-top:-25px
}
.oh-list4--wide .oh-list4__item {
 width:19.2%;
 margin-top:25px;
 margin-left:1%
}
.oh-list4--wide .oh-list4__item:nth-child(5n+1) {
 margin-left:0
}
.oh-list5&gt;li {
 margin-bottom:5px
}
.oh-list5&gt;li:last-child {
 margin-bottom:0
}
.oh-result {
 margin:0 0 20px
}
.oh-result__text {
 margin:0 0 5px;
 font-weight:700;
 font-size:16px
}
.oh-result__bigtext {
 font-size:24px
}
.oh-result__number {
 margin-right:5px;
 color:#d9101d;
 font-size:32px
}
.oh-result__number2 {
 font-weight:400;
 font-size:12px
}
.oh-list--type2 .oh-list__date {
    display: inline-block;
}
.oh-list__date {
    margin: 0 0 5px;
    font-size: 14px;
    text-align: left;
}
.oh-label6.type-news {
    min-width: 83px;
    color: #000;
    background-color: #ffe048;
    text-align: center;
}
.oh-label6.type-release {
    min-width: 83px;
    color: #000;
    background-color: #f3c4b6;
    text-align: center;
}
.oh-label6 {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    width: auto;
    height: auto;
    border-radius: 2px;
    background-color: red;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.167;
    vertical-align: baseline;
    box-sizing: border-box;
}


.triangle1{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f7f2f2;
  margin: 10px auto 0px;
  position: absolute;
  left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.section-header2 h5 {
    font-size: 27px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.section-header2 h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #ccc;
    margin: 10px auto 0px auto;
}



/*breadcrumbãƒ‘ãƒ³ããš
---------------------------------------------------------------------------*/
#breadcrumb {
  margin: 0;
  padding: 0;
  background: #eaedf1;
}
.breadcrumb-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
#breadcrumb li {
  padding: 0;
  list-style: none;
  display: inline-block;
}
#breadcrumb li a {
  display: block;
  padding: .2rem;
  padding-right: 1rem;
  position:  relative;
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#breadcrumb li a:after {
  position: absolute;
  right: 5px;
  bottom: 13px;
    content: "";
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    border-right: .1rem solid #406e5f;
    border-bottom: .1rem solid #406e5f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#breadcrumb .home {
  width: 16px;
  padding-right: 5px;
  padding-bottom: 3px;
}
#breadcrumb .home:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-inner {
    padding: 0 10px;
  }
}



#footer a{
  color: #ffffff;
  text-decoration: none;
}



.header_container{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media only screen and (max-width:767px) {
  .header_container{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: #fff;
    border-bottom: 1px solid #453559;
  }
  .header_logo{
 width: 70%;

margin-top: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .header_container{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 45px;
    padding-left: 180px;
    background-color:#4FAFCB;
    color: #fff;
  }
  .midasi01{
    position: absolute;
    left: 200px;
    top: 15px;
    font-size: 15px;
  }
  .header_nav{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .header_nav a{
    display: block;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.1;
    color: #fff;
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: 16px center;
    font-weight: bold;
  }
  .header_nav li:hover{
      background-color:#A6DCEC;
  }
  .header_nav li.cLang{
      background-color:#0c4d6d;
  }
  .header_nav li.cLang:hover{
      background-color:#8dbdd5;
  }

  .header_nav .header_nav_access{
    padding-left: 40px;
    background-color: #4fafcb;
  }
  .header_nav .header_nav_lang{
    background-color: #222;
  }

  .header_nav .header_nav_lang button{
    color:#fff;
    background-color:#333;
    height:40px;
    padding: 0 13px;
    cursor: pointer;
  }

  .header_nav .header_nav_lang:hover button {
      opacity: .5;
      transition: all 0.3s;
  }

  .header_nav .header_nav_lang button span{
    display: inline-block;
    line-height: 3.076923;
  }

  .header_nav .header_nav_lang button.lang_on + ul{
    display: block;
    height:100px;
    opacity: 1;

  }

  .header_nav .header_nav_lang ul{
    height:0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
  }

  .header_nav .header_nav_lang ul li{
    background-color:#333;
    border-top:1px solid #000;
  }

  .header_nav .header_nav_lang ul li a{
    height:30px;
    font-size:1.3rem;
  }

  .header_nav a span{
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header_nav_search p{
    width: 40px;
    cursor: pointer;
  }
  .searchformBox{
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 50px;
    background-color: #000;
    opacity: 0;
    transition: .4s;
  }
  p.search_on + div{
    height: 60px;
    padding-top: 15px;
    opacity: 1;
  }
  .searchform_input{
    float: left;
    width: calc(100% - 70px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
  }
  .searchform_btn{
    width: 70px;
    line-height: 30px;
    border-radius: 0 15px 15px 0;
    background-color: #79033d;
    color: #fff;
    cursor: pointer;
  }
}
@media print, screen and (min-width:768px) and (max-width:1050px) {
  .header_nav a{
    padding-left: 5px;
    padding-right: 5ppx;
    font-size: 1.1rem;
  }
  .header_nav .header_nav_access,
  .header_nav .header_nav_request,
  .header_nav .header_nav_inq{
    padding-left: 5px;
    background-image: none;
  }
}

  /* button */
    .menu-mobile-language,
  .menu-mobile-language span {
    display: inline-block;
    transition: all .4s;
  }
  .menu-mobile-language {
    position: absolute;
    width: 65px;
    height: 65px;
    padding: 13px 20px;
    background-color: #453559;
    color: #fff;
    right: 65px;
  }
  .menu-mobile-language::after {
    position: absolute;
    left: 0;
    bottom: 9px;
    content: 'CONTACT';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 20px;
   }
  .menu-mobile,
  .menu-mobile span {
    display: inline-block;
    transition: all .4s;
  }
  .menu-mobile {
    position: relative;
    width: 65px;
    height: 65px;
    padding: 18px 20px;
    background-color: #89D648;
    color: #fff;
  }
  .menu-mobile &gt; div{
    position: relative;
    height: 20px;
  }
  .menu-mobile span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-mobile span:nth-of-type(1) {
    top: 0;
  }
  .menu-mobile span:nth-of-type(2) {
    top: 9px;
  }
  .menu-mobile span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-mobile::after {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }
  .menu-mobile.menu-active::after {
    content: '';
  }
  .menu-mobile.menu-active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-mobile.menu-active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-mobile.menu-active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* close button */
  .menu_close{
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    color: #fff;
    margin-bottom:74px;
  }
  .menu_close span{
    display: inline-block;
    padding-left: 25px;
    background: url(../img/base/nav_sp/co_navi_close.png) no-repeat 0 center;
    background-size: 14px auto;
  }

  /* header position fix ç”¨æŒ‡å®š */
  .header_fix .global_navi{
  }

  /* ã‚µãƒ¼ãƒ */
  .searchformBox.sp{
    padding: 15px;
  }


  @media only screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}
.pw{
  padding:4px!important;
}



#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #f6214b;
}





.midasi4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:20px;
  margin-bottom:20px;
  color:#cc5353;
  font-weight:bold;
}

.midasi4:before, .midasi4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #cc5353;
}

.midasi4:before {
  left:0;
}
.midasi4:after {
  right: 0;
}


  .undergraduate_btn {
        border: 1px solid #ccc;
    }

    .undergraduate_btn_title {
        display: block;
        font-size: 1.7rem;
        line-height: 1.35;
    }

    .undergraduate_btn_title a {
        display: block;
        color: #222222;
        padding: 14px;
        background-position: top 50% right 19px;
        background-size: 25px auto;
        background-repeat: no-repeat;
        background-image: url(../images/plus.png);
        font-size: 16px;
    }

    .undergraduate_btn_title.is-active a {
        background-image: url(../images/minus.png);
    }

    .undergraduate_btn ul {
        display: none;
    }

    .undergraduate_btn ul li {
        border-top: 1px solid #ccc;
        border-left: none;
        line-height: 1.3;
        font-size: 1rem;
        border-left: none !important;
    }

    .undergraduate_btn ul li a {
        position: relative;
        color: #fff;
        display: block;
        position: relative;
        padding:16px 2px 16px 40px;
        color: #222;
        font-weight: normal;
        background: #fff !important;
    }

    .undergraduate_btn ul li a:before {
        content: " ";
        position: absolute;
        left: 22px;
        top: 50%;
        margin-top: -4px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #033678;
        border-right: 2px solid #033678;
        backface-visibility: hidden;
    }

    .undergraduate_btn ul li.has-dropmenu a:before {
        margin-top: -4px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .undergraduate_btn ul li&gt;ul {
        display: block !important;
        position: static;
    }

    .undergraduate_btn ul li&gt;ul li a {
        padding: 20px 60px;
    }

    .undergraduate_btn ul li&gt;ul li a:before {
        left: 42px;
    }
    .side_padding {
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
}
.more_btn{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.more_btn a {
  display: block;
  width: 20pc;
  margin: 40px auto 0;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  background: #6ccb18 url(../images/arrow_icon.png) 95% center no-repeat;
  background-size: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: .2rem;
   text-decoration: none;
}
.more_btn a:hover {
  background:#8eb46c url(../images/arrow_icon.png) 95% center no-repeat;
  background-size: 10px
}
.btn-success{
  border:none;
}

.companyG  li{
    list-style-type:disc!important;
    display:block!important;
}
</pre></body></html>