@charset "UTF-8";
/*
Theme Name: viblo 
Template: habakiri
*/
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Lato", "メイリオ", Meiryo,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  margin: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  display: block;
  line-height: 1.2;
  margin-top: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
 "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

section h2::before {
  content: "";
  position: absolute;
  bottom: 30px;
  display: inline-block;
  width: 30%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8693ac;
}

section h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-top: 20px;
}

h2.ttl {
  font-size: 30px;
  font-size: 3rem;
  background: url(https://viblo.jp/wp-content/themes/viblo/images/ttl_sub.png) no-repeat center center;
  color: #fff;
  font-weight: 700;
  padding: 25px 0;
  text-align: left;
  text-indent: 21%;
  margin-bottom: 50px;
}

h2.ttl::before {
  background: none;
}

h2.ttl span {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  white-space: nowrap;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #005bab;
  margin-top: 0;
}

h3.lead {
  border-bottom: 2px solid #3c276f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

p {
  line-height: 1.3;
}

ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  display: block;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  display: block;
  text-decoration: none;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .page-header {
  display: none;
}

#contents {
  margin-top: 0 !important;
}

.responsive-nav-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#nendebcopy {
  display: none;
}

.btn_common {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 10px;
  width: 20%;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url(https://viblo.jp/wp-content/themes/viblo/images/btn_arrow) no-repeat 85% center;
  color: #000 !important;
}

.sub-page-contents {
  padding-top: 0;
}

.entry-meta__item a {
  display: inline;
}

@media screen and (max-width: 767px) {

section h2 {
    width: auto;
  }
  h2.ttl {
    text-indent: 5%;
  }
  h3.lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-content,
  .container {
    max-width: 100%;
    margin: 0 15px;
  }
  .btn_more {
    width: 100%;
  }
  .btn_common {
    width: 100%;
  }
}

.mb {
  margin-bottom: 0 !important;
}


/* ---------------------------------------------------------
header
--------------------------------------------------------- */
.header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.header h1 {
  padding-left: 100px;
}

.header p {
  margin-left: 25px;
}

.header p span {
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
}

.header nav {
  padding: 0 100px;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 100px;
}

.header nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 5x;
}



.header nav li + li {
  border-left: 1px solid #000;
}

.header nav li:first-child {
  border-left: 1px solid #000;
}

.header nav li:last-child {
  border-right: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .header h1 {
    margin-left: -60px;
  }
  .header h1 img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .header h1 {
    padding-left: 30px;
  }
  .header h1 img {
    width: 80%;
  }
  .header nav {
    padding: 0;
  }
  .header nav ul li {
    padding: 0 5px;
  }
  .header nav ul li.home a {
   
  }
  .header nav ul li.about a {
  
  }
  .header nav ul li.jirei a {
   
  }
  .header nav ul li.equipment a {
   
  }
  .header nav ul li.contact a {

  }
}

/* ---------------------------------------------------------
about_top
--------------------------------------------------------- */
.about_top {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie {
    height: 320px;
  }
}

/* ---------------------------------------------------------
slide
--------------------------------------------------------- */
.slide {
  position: relative;
}

.slide .slide1 .slide-arrow {
  position: absolute;
  z-index: 1;
  top: 45%;
  width: 16px;
  height: 25px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.slide .slide1 .next-arrow {
  right: 15px;
}

.slide .slide1 .prev-arrow {
  left: 15px;
}

.slide .txt {
  position: absolute;
  left: 50px;
  bottom: 70px;
  z-index: 1000;
  width: 750px;
  z-index: 1;
}

.slide .txt p {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 700;
}

.slide .txt p + p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .slide .txt {
    display: none;
  }
	.habakiri-slider__transparent-layer {
		height: 155px;
	}
	.habakiri-slider__arrow--next {
		right: 0;
	}
	.habakiri-slider__arrow--prev {
		left: 0;
	}
}

/* ---------------------------------------------------------
responsive-nav
--------------------------------------------------------- */
.responsive-nav {
  margin-left: auto;
}

.responsive-nav .jg {
  border: 1px solid #364838;
}

.responsive-nav .ct {
  border: 1px solid #364838;
  background-color: #364838;
}

.responsive-nav .ct a {
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .responsive-nav {
    margin-left: 0;
  }
  .responsive-nav a {
    font-size: 14px !important;
    padding: 0 20px !important;
  }
}

/* ---------------------------------------------------------
page-header
--------------------------------------------------------- */
.page-header {
  height: 245px;
  position: relative;
}

.page-header .page-header__title {
  display: none;
}

.about .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_about.jpg") no-repeat center center;
}

.contact .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_contact.jpg") no-repeat center center;
}

.product .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_product.jpg") no-repeat center center;
}

.equipment .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_equipment.jpg") no-repeat center center;
}

.development .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_development.jpg") no-repeat center center;
}

.jirei .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_jirei.jpg") no-repeat center center;
}

.company .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_company.jpg") no-repeat center center;
}

.single .page-header,
.archive .page-header,
.news .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_news.jpg") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .page-header {
    height: 150px;
  }
  .about .page-header {
    background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_about.jpg") no-repeat 21% center;
  }
	.contact .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_contact.jpg") no-repeat 18% center;
}

.product .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_product.jpg") no-repeat 21% center;
}

.equipment .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_equipment.jpg") no-repeat 16% center;
}

.development .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_development.jpg") no-repeat 21% center;
}

.jirei .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_jirei.jpg") no-repeat 21% center;
}

.company .page-header {
  background: url("https://viblo.jp/wp-content/themes/viblo/images/ph_company.jpg") no-repeat 21% center;
}
}

/* ---------------------------------------------------------
jigyo_top
--------------------------------------------------------- */
.jigyo_top {
  padding: 50px 0;
  margin: 70px 0;
  background: #efefef;
}

.jigyo_top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  text-align: center;
}

.jigyo_top .box > div {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .jigyo_top .box {
    display: block;
    padding: 0 20px;
  }
  .jigyo_top .box > div {
    margin: 20px 0;
  }
  .jigyo_top .box > div a {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    width: auto;
  }
}

/* ---------------------------------------------------------
abouts
--------------------------------------------------------- */
.abouts {
  padding: 50px 0;
}

.abouts p {
  line-height: 2;
}

.abouts p:first-of-type {
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0;
}

.abouts .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.abouts .box > div {
  width: 31%;
}

.abouts table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.abouts table th,
.abouts table td {
  font-weight: 700;
  padding: 10px;
  margin-bottom: 10px;
}

.abouts table th:nth-child(odd),
.abouts table td:nth-child(odd) {
  background-color: #c9caca;
}

.abouts table th:nth-child(even),
.abouts table td:nth-child(even) {
  background-color: #e6e6e6;
}

.abouts table th {
  width: 170px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .abouts .wrap {
    padding: 25px;
  }
  .abouts .wrap + .box {
    padding: 25px;
  }
  .abouts .box {
    display: block;
  }
  .abouts .box > div {
    width: 100%;
    margin-bottom: 25px;
  }
  .abouts table th,
  .abouts table td {
    display: block;
    width: 100%;
  }
  .abouts table th {
    width: 100%;
    margin-right: 0;
  }
}

/* ---------------------------------------------------------
cta
--------------------------------------------------------- */
.cta {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #3c276f;
}

.cta .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta .box > div {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .cta {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .cta .box {
    display: block;
  }
  .cta .box > div {
    margin: 20px 0;
  }
}

/* ---------------------------------------------------------
info
--------------------------------------------------------- */
.info {
  padding: 80px 0;
  background-color: #005bab;
}

.info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .box > div {
  margin: 0 15px;
  padding: 40px 80px;
  border-radius: 5px;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .info .box {
    display: block;
  }
  .info .box > div {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------
companys
--------------------------------------------------------- */
.companys {
  padding: 50px 0;
}

.companys .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.companys .box > div {
  width: 33.333%;
}

.companys .box > div a {
  position: relative;
  color: #fff;
}

.companys .box > div p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 30px;
  border: 2px solid #e5e5e4;
}

.companys .auth {
  position: relative;
  padding: 40px 0;
  background: url(https://viblo.jp/wp-content/themes/viblo/images/bg_auther.jpg) no-repeat right center;
}

.companys .auth .msg {
  width: 700px;
  height: 400px;
  padding: 25px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.companys .auth .large {
  font-size: 44px;
  font-size: 4.4rem;
  text-align: right;
}

.companys .auth .large + p {
  line-height: 1.7;
}

.companys .leads {
  font-size: 18px;
  font-size: 1.8rem;
  color: #03537e;
  margin-top: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid #e5e5e4;
}

.companys .leads + p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.companys dl {
  overflow: hidden;
  position: relative;
}

.companys dl dt,
.companys dl dd {
  border-bottom: 1px solid #727171;
  margin-bottom: 40px;
}

.companys dl dt {
  float: left;
  width: 110px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  text-align: center;
  background-color: #727171;
}

.companys dl dd {
  padding-left: 150px;
}

.companys dl dd img {
  position: absolute;
  right: 0;
  top: 0;
}

.companys dl dd.st {
  width: 70%;
}

.companys iframe {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .companys h2.ttl {
    line-height: 0.7;
  }
  .companys h2.ttl span {
    margin-top: 0;
  }
  .companys .auth {
    background: url(https://viblo.jp/wp-content/themes/viblo/images/bg_auther.jpg) no-repeat 57% center;
  }
  .companys .auth .msg {
    width: auto;
  }
  .companys .auth .large {
    font-size: 20px;
    font-size: 2rem;
  }
  .companys .auth .large + p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .companys .box {
    display: block;
  }
  .companys .box > div {
    width: 100%;
  }
  .companys .box > div p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .companys dl dt {
    display: block;
    width: auto;
    margin-bottom: 0;
    float: none;
  }
  .companys dl dd {
    padding-left: 0;
  }
  .companys dl dd img {
    display: none;
  }
  .companys dl dd.st {
    width: 100%;
  }
}

/* ---------------------------------------------------------
blog
--------------------------------------------------------- */
.blog dl {
  overflow: hidden;
}

.blog dl dt {
  float: left;
}

.blog dl dd {
  margin-left: 40%;
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer .ft_content {
  text-align: center;
}

.footer .ft_content nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.footer .ft_content nav li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  padding: 0 40px;
}

.footer .ft_content nav li.home a {
 background: url(https://viblo.jp/wp-content/themes/viblo/images/ico_home.png) no-repeat 10px 3px;
}
.footer .ft_content nav li.about a {
 background: url(https://viblo.jp/wp-content/themes/viblo/images/ico_about.png) no-repeat 10px 3px;
}
.footer .ft_content nav li.jirei a {
 background: url(https://viblo.jp/wp-content/themes/viblo/images/ico_jirei.png) no-repeat 10px 3px;
}
.footer .ft_content nav li.equipment a {
 background: url(https://viblo.jp/wp-content/themes/viblo/images/ico_eq.png) no-repeat 10px 3px;
}
.footer .ft_content nav li.contact a {
background: url(https://viblo.jp/wp-content/themes/viblo/images/ico_contact.png) no-repeat 10px 3px; 
}
.footer .ft_content nav li + li {
  border-left: 2px solid #d0d0d0;
}

.footer .ft_content nav li:first-child {
  border-left: 2px solid #d0d0d0;
}

.footer .ft_content nav li:last-child {
  border-right: 2px solid #d0d0d0;
}

.footer .copyright {
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .footer img {
    margin-bottom: 20px;
  }
  .footer .ft_content {
    height: auto;
    display: block;
  }
  .footer .ft_content .box {
    display: block;
  }
  .footer .ft_content .box > div {
    width: 100%;
  }
  .footer .ft_content .box > div .tel span {
    font-size: 40px;
  }
  .footer .ft_content nav {
    display: none;
  }
  .footer .ft_info .box {
    display: block;
  }
  .footer .ft_info .box > div {
    width: 100%;
  }
  .footer .ft_info ul {
    display: none;
  }
  .footer .copyright {
    padding: 5px 0;
  }
}

.back-to-top {
  background: #d6c6af;
}

.back-to-top:hover {
  background: #d6c6af;
}

/* ---------------------------------------------------------
contacts
--------------------------------------------------------- */
.contacts {
  padding: 50px 0;
}

.contacts a {
  display: inline-block;
}

.contacts .large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.contacts .large a {
  display: block;
  margin-top: 20px;
}

.contacts .form_layout {
  text-align: left;
  border-top: solid 1px #ddd;
  margin: 30px auto 0;
  position: relative;
}

.contacts .form_layout .list_line {
  margin: 0;
  padding: 15px 0 17px 0;
  border-bottom: solid 1px #ddd;
  position: relative;
  overflow: hidden;
}

.contacts .form_layout .list_name {
  padding: 15px 0;
  width: 17%;
  float: left;
  border-radius: 5px;
  background-color: #dcdddd;
  margin-right: 30px;
}

.contacts .form_layout .list_name .list_contents {
  line-height: 1em;
}

.contacts .form_layout .list_name > span {
  padding: 2px 0 0 10px;
  line-height: 1em;
  color: #000;
  display: block;
}

.contacts .form_layout .list_name > span > span.required {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  top: -2px;
  background: #ff0000;
}

.contacts .form_layout .list_name > span > span.any {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  top: -2px;
  background: #727171;
}

.contacts .form_layout input,
.contacts .form_layout textarea {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  line-height: 1em;
  border-radius: 3px;
  border: none;
  width: 70%;
  background-color: #efefef;
}

.contacts .form_policy {
  border: 1px solid #ccc;
  margin: 40px 0;
  padding: 18px 25px;
}

.contacts .form_policy h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.contacts .form_policy p {
  font-size: 13px;
  font-size: 1.3rem;
}

.contacts input[type="submit"] {
  margin: 30px auto 0;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 2px;
  border: none;
  background: #19499f;
  width: 220px;
  height: 60px;
  cursor: pointer;
  outline: none;
  display: block;
}

.contacts .notice {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #ff1d25;
}

.contacts .agree {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contacts .large {
    font-size: 20px;
    font-size: 2rem;
  }
  .contacts .form_layout .list_name {
    float: none;
    width: auto;
  }
  .contacts .form_layout .list_contents {
    margin-top: 15px;
  }
  .contacts .form_layout input,
  .contacts .form_layout textarea {
    width: 100%;
  }
}

/* ---------------------------------------------------------
equipments
--------------------------------------------------------- */
.equipments {
  padding: 50px 0;
}

.equipments h3 {
   color: #005684;
	border-bottom: 2px solid #8693ac;
	padding-bottom: 10px;
}

.equipments .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equipments .box > div {
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
}

.equipments .box > div p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #005684;
  padding: 5px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
}

/*2022/11/11_追記-------------------------------------------*/
.equipments .containerbox {
  display: flex;
  justify-content: space-between;
}
.equipments .frexbox {
  width: 49.5%;
}
.equipments .halfbox {
  width: 50%;
  margin-bottom: 30px;
  text-align: center;
}

/*----------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .equipments .container {
    margin: 0;
  }
  .equipments .box {
    display: block;
  }
  .equipments .box > div {
    width: 100%;
  }
  .equipments table th,
  .equipments table td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
  .equipments .box2 {
    display: block;
  }
  .equipments .box2 > div {
    width: 100%;
  }
  .equipments .box3 {
    display: block;
  }
  .equipments .box3 > div {
    width: 100%;
  }
 /*2022/11/11_追記-------------------------------------------*/
  .equipments .containerbox {
	display: block;
 	justify-content: space-between;
  }
  .equipments .frexbox {
    width: 100%;
  }
  .equipments .halfbox {
    width: 100%;
  }
/*----------------------------------------------------------*/
}

/* ---------------------------------------------------------
products
--------------------------------------------------------- */
.products {
  padding: 50px 0;
}

.products .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .box > div {
  width: 48%;
  margin-bottom: 30px;
}

.products .box > div .large {
  font-size: 40px;
  font-size: 4rem;
}

.products .box > div .large + p {
  line-height: 1.7;
}

.products .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products .box2 > div {
  width: 31%;
  margin-bottom: 30px;
}

.products .box2 > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .equipments .container {
    margin: 0;
  }
  .equipments .box {
    display: block;
  }
  .equipments .box > div {
    width: 100%;
  }
  .equipments table th,
  .equipments table td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
  .equipments .box2 {
    display: block;
  }
  .equipments .box2 > div {
    width: 100%;
  }
  .equipments .box3 {
    display: block;
  }
  .equipments .box3 > div {
    width: 100%;
  }
}

/* ---------------------------------------------------------
developments
--------------------------------------------------------- */
.developments {
  padding: 50px 0;
}

.developments .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.developments .box > div {
  width: 48%;
  margin-bottom: 30px;
}

.developments .box > div .large {
  font-size: 40px;
  font-size: 4rem;
}

.developments .box > div .large + p {
  line-height: 1.7;
}

.developments .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.developments .box2 > div {
  width: 31%;
  margin-bottom: 30px;
}

.developments .box2 > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .equipments .container {
    margin: 0;
  }
  .equipments .box {
    display: block;
  }
  .equipments .box > div {
    width: 100%;
  }
  .equipments table th,
  .equipments table td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
  .equipments .box2 {
    display: block;
  }
  .equipments .box2 > div {
    width: 100%;
  }
  .equipments .box3 {
    display: block;
  }
  .equipments .box3 > div {
    width: 100%;
  }
}

/* ---------------------------------------------------------
jireis
--------------------------------------------------------- */
.jireis {
  padding: 50px 0;
}

.jireis .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jireis .box > div {
  width: 31%;
  margin-bottom: 30px;
  text-align: center;
}

.jireis .box > div .ttl {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #005684;
  padding: 5px 30px;
  width: 200px;
  border-radius: 5px;
  margin: 20px 0;
  display: inline-block;
}

.jireis .exp {
  padding: 50px 0;

}

.jireis .exp h3 {
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  color: #000;
  margin: 0 auto 25px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #bbb7b7;
  position: relative;
}

.jireis .exp h3 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 50px;
  left: 0%;
  width: 350px;
}

.jireis .exp h4 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #bbb7b7;
}

.jireis .exp .large {
  font-size: 28px;
  font-size: 2.8rem;
}

.jireis .exp .large + p {
  margin-bottom: 80px;
}

.jireis .exp p {
  width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}

.jireis .exp p.ex {
  width: auto;
}

.jireis .exp img {
  margin-bottom: 30px;
}

.jireis .exp .pt30 {
  padding-top: 30px;
}

.jireis .exp dl {
  margin-top: 30px;
}

.jireis .exp dl dt {
  float: left;
  font-weight: 400;
}

.jireis .exp dl dd {
  margin-left: 15%;
}

.jireis .exp .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 50px;
}

.jireis .exp .box2 > div {
  width: 65%;
}

.jireis .exp .box2 > div + div {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .jireis .box {
    display: block;
  }
  .jireis .box > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .jireis .exp p, .jireis .exp h3 {
    width: auto;
  }
  .jireis .exp .box2 {
    display: block;
  }
  .jireis .exp .box2 > div {
    width: 100%;
  }
  .jireis .exp .box2 > div + div {
    width: 100%;
  }
}

/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 420px;
  z-index: 1000;
}

#pagetop img {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #pagetop a:first-child,
  #pagetop a:last-child {
    display: none;
  }
}

/* ---------------------------------------------------------
animate
--------------------------------------------------------- */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateTY(0);
            transform: translateTY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateTY(0);
            transform: translateTY(0);
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ---------------------------------------------------------
news_top
--------------------------------------------------------- */
.news_top {
  padding: 80px 0;
  width: 900px;
  margin: 0 auto;
}

.news_top article {
  border-bottom: 2px dotted #bababa;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_top article span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #06537f;
  font-weight: 700;
  margin-right: 50px;
}

.news_top article a {
  color: #000;
}

.news_top .btn_common {
  text-align: right;
  border: none;
  width: auto;
  color: #06537f !important;
  padding-right: 30px;
  background: url(https://viblo.jp/wp-content/themes/viblo/images/btn_arrow2.png) no-repeat right center;
}

@media screen and (max-width: 767px) {
  .news_top {
    width: auto;
    padding: 15px;
  }
  .news_top article {
    display: block;
  }
}

/* ---------------------------------------------------------
privacy
--------------------------------------------------------- */
.privacys {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 50px 0;
  line-height: 1.7;
}

/* ---------------------------------------------------------
under_area
--------------------------------------------------------- */
.under_area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.under_area .box > div {
  margin: 0 30px;
}

.under_area .box > div + div p {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1f2772;
}

.under_area .box > div + div p span {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  display: inline-block;
}

.under_area .box > div:last-child p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4d4d4d;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .under_area .box {
    display: block;
  }
  .under_area .box > div {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
  }
}

/* ---------------------------------------------------------
404
--------------------------------------------------------- */
.error404 p {
  padding: 50px 0;
  text-align: center;
  color: #ff0000;
  line-height: 2.5;
}

.error404 .footer p {
  padding: 0;
  text-align: left;
  color: #000;
  line-height: auto;
}

.error404 .footer .ft_info ul + p {
  color: #fff !important;
}

/* ---------------------------------------------------------
hamburger
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 91, 171, 0.9);
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    border-left: none;
  }
  nav.globalMenuSp ul li:first-child {
    border-left: none;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-right: none;
  }
  nav.globalMenuSp ul li:hover {
    background: transparent;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    border-bottom: thin solid #fff;
    text-align: left;
  }
  nav.globalMenuSp ul.child {
    display: none;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .spL::after {
    width: 10px;
    right: 5px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spL2::after {
    width: 10px;
    right: 5px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

/* ---------------------------------------------------------
single
--------------------------------------------------------- */
.single .page-header {
  margin-bottom: 50px;
}

/* ---------------------------------------------------------
archive
--------------------------------------------------------- */
.archive .page-header {
  margin-bottom: 50px;
}

/* ---------------------------------------------------------
news
--------------------------------------------------------- */
.news .page-header {
  margin-bottom: 50px;
}

.news article {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

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





