@charset "UTF-8";

/*
Theme Name: Daima
Theme URI:
Description: Daima
Author: bungo.io
Version:
Tags:
*/


/*------------- Global ------------- */

body {
  color: rgba(155, 155, 155, 1);
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  text-align: left;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

p {
  color: rgba(115, 115, 115, 1);
  font-size: 15px;
  line-height: normal;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
}

a {
  color: rgba(115, 115, 115, 1);
  text-decoration: none;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
}

ul, ol {
  color: rgba(115, 115, 115, 1);
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

h1, h2, h3, h4, h5, h6, h7, .h1, .h2, .h3, .h4, .h5, .h6, .h7 {
  color: rgba(115, 115, 115, 1);
  text-align: left;
  line-height: 1.75;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.85rem;
}

h3, .h3 {
  font-size: 1.55rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.15rem;
}

h6, .h6 {
  font-size: .9rem;
}

h7, .h7 {
  font-size: .8rem;
}

img {
  height: auto;
  vertical-align: baseline;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

em, strong {
  font-weight: bold;
}

html {
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.45rem;
  }

  h2, .h2 {
    font-size: 1.25rem;
  }

  h3, .h3 {
    font-size: 1.15rem;
  }

  h4, .h4 {
    font-size: 1.05rem;
  }

  h5, .h5 {
    font-size: 1rem;
  }
}


/*------------- Content Common ------------- */

/*Loading*/
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  text-align: center;
  z-index: 15;
}

#wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content-area {
  position: relative;
  margin: 78px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page-imp-inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1.page-title {
  margin: 0;
  font-size: 2.95rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
}

h3.page-subtitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.55rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
}

@media screen and (max-width: 767px) {
  .content {
    width: 90%;
  }
  h1.page-title {
    font-size: 1.95rem;
  }
  h3.page-subtitle {
    font-size: 1rem;
  }
}


/*------------- Header Area ------------- */

#header-area {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}

.header-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.logo {
  width: 180px;
  height: 52px;
  display: block;
  position: absolute;
  margin: 10px 10px 0;
  background-image: url('images/logo.svg');
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  transition: .5s;
}

.navigation {
  width: 50%;
  min-width: 220px;
  margin-bottom: 8px;
  display: block;
  position: relative;
  float: right;
}

.nav-menu {
  width: 100%;
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: rgba(155, 155, 155, 1);
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-menu ul {
  margin: 0;
}

.nav-menu li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.icon-nav {
  width: 100%;
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

.nav-air {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url('images/air-g.svg');
  background-size: cover;
  margin: 0 5px;
}

.nav-water {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url('images/water-g.svg');
  background-size: cover;
  margin: 0 5px 0 0;
}

.nav-elec {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url('images/elec-g.svg');
  background-size: cover;
  margin: 0 5px;
}

.nav-contact {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url('images/contact-g.svg');
  background-size: cover;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 55px;
    height: 55px;
    margin: 10px 0 0;
    background-image: url('images/logo-mobile.svg');
  }
}


/*------------- Sidebar ------------- */

#sidebar-area {
  width: 300px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}

.sidebar-content {
  width: 100%;
  margin-top: 78px;
  padding: 40px 0;
  text-align: center;
  box-shadow: 1px 1px 10px 1px rgba(155, 155, 155, .5);
}

h3.sidebar-title {
  font-size: 1.55rem;
  font-weight: bold;
  text-align: center;
}

.sidebar-item {
  width: 265px;
  display: inline-block;
  margin-bottom: 20px;
}

.sidebar-info {
  background-color: rgba(191, 147, 202, 1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar-icon {
  width: 100px;
  position: relative;
  display: inline-block;
}

.sidebar-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sidebar-icon-water {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water-w.svg');
  background-size: cover;
}

.sidebar-icon-air {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air-w.svg');
  background-size: cover;
}

.sidebar-icon-elec {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec-w.svg');
  background-size: cover;
}

.sidebar-icon-contact {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/contact-w.svg');
  background-size: cover;
}

h4.sidebar-info-text {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1023px) {
  #sidebar-area {
    width: 100%;
    margin: 0;
  }
  .sidebar-item {
    margin: 10px;
  }
}


/*------------- Footer ------------- */

#footer-area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}

#footer-area-other {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(125, 245, 190, .5);
}

.footer-content {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
  border-top: 1px solid rgba(155, 155, 155, 1);
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-work-nav {
  width: 100px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

a li.footer-work {
  display: block;
  text-align: left;
  font-size: .8rem;
  list-style: none;
  cursor: pointer;
}

.footer-nav-menu {
  display: inline-block;
  font-size: .8rem;
  color: rgba(155, 155, 155, 1);
  margin: 0;
  text-align: left;
  position: relative;
  width: 100px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav-menu ul {
  margin: 0;
}

.footer-nav-menu li {
  text-decoration: none;
  list-style: none;
}

.footer-logo-title {
  display: block;
  float: right;
}

.footer-logo {
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 50%;
  background-color: rgba(155, 155, 155, 1);
  background-image: url('images/logo-footer.svg');
  background-size: cover;
}

h4.footer-company-name {
  font-size: .9rem;
  text-align: center;
  margin: 0;
}


/*------------- Top Page ------------- */

.impression {
  width: 100%;
  height: 110vh;
  min-height: 700px;
  position: relative;
  background-image: url('images/impression.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.top.content {
  width: 80%;
  margin-top: -65px;
}

h2.slogan {
  width: 100%;
  position: absolute;
  font-size: 3.25rem;
  font-weight: bold;
  font-family: 'impact';
  top: 5%;
  text-align: center;
}

.circle {
  width: 200px;
  height: 200px;
  border: 3px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.item {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* water */

.top-water {
  text-align: center;
  animation: rotate_water 60s linear infinite;
}

@keyframes rotate_water {
  0% {
    transform: rotate(0deg) translateY(-60%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-60%) rotate(-360deg);
  }
}


/* air */

.top-air {
  text-align: center;
  animation: rotate_air 60s linear infinite;
}

@keyframes rotate_air {
  0% {
    transform: rotate(0deg) translate(51.9615242271%, 30%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(51.9615242271%, 30%) rotate(-360deg);
  }
}


/* electronic */

.top-elec {
  text-align: center;
  animation: rotate_elec 60s linear infinite;
}

@keyframes rotate_elec {
  0% {
    transform: rotate(0deg) translate(-51.9615242271%, 30%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-51.9615242271%, 30%) rotate(-360deg);
  }
}

.top-water-icon {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-image: url('images/water-g.svg');
  background-size: cover;
}

.top-air-icon {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-image: url('images/air-g.svg');
  background-size: cover;
}

.top-elec-icon {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-image: url('images/elec-g.svg');
  background-size: cover;
}

p.top-text {
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
}

.info-inner {
  width: 100%;
  max-width: 830px;
  display: inline-block;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.info-inner .arrow {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.info-icon {
  width: 220px;
  max-width: 30%;
  position: relative;
  float: left;
}

.info-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.info-info {
  width: 70%;
  float: right;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.info-info-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

h2.info-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

p.info-text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

p.info-text br {
  display: none;
}

.detail-inner {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  position: relative;
}

h2.detail-title {
  font-size: 1.75rem;
  margin-bottom: 0;
  color: rgba(115, 115, 115, 1);
  text-align: left;
}

p.detail-text {
  font-size: 1.25rem;
  color: rgba(115, 115, 115, 1);
  text-align: left;
}

.more_btn {
  width: 130px;
  display: block;
  float: right;
  position: relative;
  padding: .4em;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid rgba(115, 115, 115, 1);
  transition: transform ease .3s;
}

.more_btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.more_btn span {
  display: inline-block;
  text-decoration: none;
  transition: transform ease .3s;
}

.more_btn:hover span {
  cursor: pointer;
  text-decoration: none;
  transform: translateX(6px);
}

.air-info {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: rgba(191, 147, 202, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.air-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air-w.svg');
  background-size: cover;
}

.air-detail {
  width: 100%;
  display: none;
  position: relative;
  padding: 20px;
  text-align: center;
  background-image: url('images/detail-bg.svg');
  background-size: auto;
  background-position: center;
  background-repeat: repeat-y;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.water-info {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: rgba(191, 147, 202, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.water-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water-w.svg');
  background-size: cover;
}

.water-detail {
  width: 100%;
  display: none;
  position: relative;
  padding: 20px;
  text-align: center;
  background-image: url('images/detail-bg.svg');
  background-size: auto;
  background-position: center;
  background-repeat: repeat-y;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.elec-info {
  width: 100%;
  position: relative;
  padding: 20px;
  background-color: rgba(191, 147, 202, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.elec-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec-w.svg');
  background-size: cover;
}

.elec-detail {
  width: 100%;
  display: none;
  position: relative;
  padding: 20px;
  text-align: center;
  background-image: url('images/detail-bg.svg');
  background-size: auto;
  background-position: center;
  background-repeat: repeat-y;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.air-detail.open, .water-detail.open, .elec-detail.open {
  display: block!important;
}

@media screen and (max-width: 414px) {
  .top.content {
    width: 100%;
  }
  h2.slogan {
    font-size: 1.95rem;
  }
  .info-inner {
    padding: 20px 0;
  }
  .info-icon {
    max-width: 20%;
  }
  .info-info {
    width: 80%;
  }
  h2.info-title {
    font-size: 1rem;
  }
  p.info-text {
    display: none;
  }
  .arrow {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 415px) and (max-width: 667px) {
  .top.content {
    width: 100%;
  }
  h2.slogan {
    font-size: 2.25rem;
  }
  h2.info-title {
    font-size: 1.35rem;
  }
  p.info-text {
    display: none;
  }
}

@media screen and (min-width: 668px) and (max-width: 767px) {
  h2.info-title {
    font-size: 2.05rem;
  }
}

@media screen and (max-width: 1100px) {
  p.info-text br {
    display: block;
  }
}


/*------------- Topics -------------*/

.topics {
  width: 400px;
  max-width: 100%;
  padding: 10px;
  margin: 120px 0;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h2.news {
  font-size: 1.75rem;
  text-align: center;
}

.topics .post {
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  position: relative;
  margin: 40px 0;
}

a.topic-title {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  font-size: 1.25rem;
  line-height: normal;
  text-align: left;
  vertical-align: bottom;
}

p.general {
  width: 60px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  border-radius: 8px;
  background-color: rgba(125, 245, 190, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 1.15rem;
  line-height: 35px;
  vertical-align: bottom;
}

p.recruit {
  width: 60px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  border-radius: 8px;
  background-color: rgba(255, 130, 0, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 1.15rem;
  line-height: 35px;
  vertical-align: bottom;
}

.topic-divider {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  border-top: 1px solid rgba(115, 115, 115, 1);
}

a.topic-excerpt {
  margin-top: 10px;
  position: relative;
  display: block;
  float: left;
}

a.topic-excerpt p {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 414px) {
  h2.news {
    font-size: 1.25rem;
  }
  a.topic-title {
    font-size: 1.05rem;
    width: calc(100% - 60px);
  }
  p.recruit, p.general {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 415px) and (max-width: 667px) {
  h2.news {
    font-size: 1.35rem;
  }
  a.topic-title {
    font-size: 1.05rem;
  }
  p.recruit, p.general {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
}

/*------------- About -------------*/

.about-imp {
  width: 100%;
  height: 90vh;
  position: relative;
  background-image: url('images/about.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about.content {
  width: 80%;
  margin-top: -65px;
}

.about-block {
  width: 25%;
  float: left;
  position: relative;
}

.about-block.resp-img-block-1, .about-block.resp-img-block-4 {
  display: none;
}

.about-block::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.about-block-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(155, 155, 155, 1);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.about-block-inner:hover {
  background-color: rgba(55, 55, 55, 1);
  transition: .6s;
}

.about-block-title {
  width: 100%;
  height: 35%;
}

.about-block-title::before {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20%;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  opacity: 1;
  transition: .6s;
}

.about-block-title::after {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20%;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  opacity: 0;
  transition: .6s;
}

.about-block-inner:hover>.about-block-title::before {
  opacity: 0;
  transform: rotateY(360deg);
  transition: .6s;
}

.about-block-inner:hover>.about-block-title::after {
  opacity: 1;
  transform: rotateY(360deg);
  transition: .6s;
}

.our-vision.about-block-title::before {
  content: "企業理念";
}

.our-vision.about-block-title::after {
  content: "OUR VISION";
}

.our-works.about-block-title::before {
  content: "実績紹介";
}

.our-works.about-block-title::after {
  content: "OUR WORKS";
}

.our-company.about-block-title::before {
  content: "会社概要";
}

.our-company.about-block-title::after {
  content: "DAIMA PIPE";
}

.contact-us.about-block-title::before {
  content: "お問い合わせ";
}

.contact-us.about-block-title::after {
  content: "CONTACT";
}

.about-block-desc {
  padding: 10% 0;
  color: rgba(255, 255, 255, 1);
  font-size: .9rem;
  font-weight: bold;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  line-height: 1.5;
}

.about-block-desc.profile {
  line-height: 3;
}

a.about-block-detail {
  display: inline-block;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: bold;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
}

.about-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 567px) {
  .about-imp {
    background-attachment: unset;
  }
  .about.content {
    width: 100%;
  }
  .about-block {
    width: 100%;
  }
  .about-block.resp {
    display: none;
  }
  .about-block.noresp {
    display: block;
  }
  .about-block.resp-img-block-2 {
    display: none;
  }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
  .about-block {
    width: 50%;
  }
  .about-block.resp-img-block-1, .about-block.resp-img-block-4 {
    display: block;
  }
  .about-block.resp-img-block-2, .about-block.resp-img-block-3 {
    display: none;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  .about-block-title {
    height: 25%;
  }

  .about-block-title::before, .about-block-title::after {
    padding-top: 12%;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .about-block-title {
    height: 30%;
  }

  .about-block-title::before, .about-block-title::after {
    padding-top: 15%;
  }
}


/*------------- About Remodal -------------*/

h2.remodal-title {
  font-size: 2.15rem;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: bold;
}

h2.remodal-title.remodal-slogan {
  font-size: 2.15rem;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: bold;
  font-family: 'impact';
}

h2.remodal-title:first-of-type {
  margin-top: 0;
}

.content-remodal-profile {
  width: 90%;
  display: inline-block;
}

/*企業理念*/

.message {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h3.message-subtitle {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

h3.message-subtitle:first-of-type {
  width: 100%;
  max-width: 550px;
}

h3.message-subtitle:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  content: "“";
  font-family: sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 9rem;
  font-weight: normal;
  line-height: 1;
}

h3.message-subtitle:after {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  right: 20px;
  text-align: center;
  content: "”";
  font-family: sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
}

h3.message-subtitle span {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

h3.message-subtitle span br {
  display: none;
}

p.message-text {
  padding: 0 15%;
  font-size: 1.15rem;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*会社概要*/

.table-profile {
  width: 100%;
  display: inline-block;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-profile-cell {
  width: 100%;
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-profile .table-profile-cell .cell-left {
  width: 50%;
  display: table-cell;
  padding: 5px 10px;
  text-align: right;
  border-right: 1px solid rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-profile .table-profile-cell .cell-right {
  width: 50%;
  display: table-cell;
  padding: 5px 10px;
  text-align: left;
  border-left: 1px solid rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-profile p {
  margin: 0;
  padding: 0 20px;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.table-profile p.left {
  float: right;
}

.table-profile p.right {
  float: left;
}

.table-profile .cell-70 {
  width: 70%;
}

.table-profile .cell-75 {
  width: 75%;
}

.table-profile .cell-80 {
  width: 80%;
}

.table-profile .cell-85 {
  width: 85%;
}

.table-profile .cell-90 {
  width: 90%;
}

.table-profile .cell-95 {
  width: 95%;
}

.table-profile .cell-100 {
  width: 100%;
}


/*有資格者*/

.license {
  width: 100%;
  max-width: 700px;
  display: inline-block;
  padding: 10px 60px;
  background-color: rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p.license-name {
  width: 70%;
  display: block;
  float: left;
  margin: .5rem 0;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}

p.license-nop {
  width: 30%;
  display: block;
  float: left;
  margin: .5rem 0;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

@media screen and (max-width: 374px) {
  h3.message-subtitle span br {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  .remodal {
    max-width: 98%!important;
    padding: 35px 10px!important;
  }
  h2.remodal-title {
    font-size: 1.55rem;
  }
  .message {
    padding: 20px 0 40px;
  }
  h3.message-subtitle {
    font-size: 1.05rem;
    max-width: 100%;
  }
  h3.message-subtitle:first-of-type {
    font-size: 1.05rem;
    max-width: 100%;
  }
  h3.message-subtitle::before {
    font-size: 5rem;
    top: 10px;
  }
  h3.message-subtitle::after {
    font-size: 3rem;
    bottom: -0;
  }
  p.message-text {
    padding: 0 10%;
    font-size: 1rem;
  }
  .content-remodal-profile {
    width: 98%;
  }
  .table-profile {
    background-color: rgba(155, 155, 155, 1);
    padding: 40px 0;
  }
  .table-profile p, p.license-name, p.license-nop {
    font-size: 1.05rem;
  }
  .table-profile .table-profile-cell .cell-left, .table-profile .table-profile-cell .cell-right {
    width: 100%!important;
    display: block;
    border: none;
    text-align: center;
  }
  .table-profile .table-profile-cell .cell-left {
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .table-profile .table-profile-cell .cell-right {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .table-profile .cell-70, .table-profile .cell-75, .table-profile .cell-80, .table-profile .cell-85, .table-profile .cell-90, .table-profile .cell-95, .table-profile .cell-100 {
    width: 100%;
  }
  .table-profile p {
    background-color: rgba(255, 255, 255, 0);
    font-size: inherit;
  }
  .license {
    padding: 40px 10px;
  }
  p.license-name {
    width: 80%;
    font-weight: bold;
  }
  p.license-nop {
    width: 20%;
    font-weight: bold;
  }
}

@media screen and (min-width: 568px) and (max-width: 900px) {
  .remodal {
    max-width: 98%!important;
    padding: 35px 10px!important;
  }
  h2.remodal-title {
    font-size: 1.95rem;
  }
  .message {
    padding: 20px 0 40px;
  }
  h3.message-subtitle {
    font-size: 1.25rem;
    max-width: 580px;
  }
  h3.message-subtitle:first-of-type {
    font-size: 1.25rem;
    max-width: 440px;
  }
  h3.message-subtitle::before {
    font-size: 7rem;
    top: 10px;
  }
  h3.message-subtitle::after {
    font-size: 4rem;
    bottom: -20px;
  }
  p.message-text {
    padding: 0 10%;
    font-size: 1rem;
  }
  .content-remodal-profile {
    width: 98%;
  }
  .table-profile p, p.license-name, p.license-nop {
    font-size: 1.15rem;
  }
}


/*------------- Detail Page Common -------------*/

.detail-page {
  background-color: rgba(125, 245, 190, .5);
}

.detail-page-imp {
  width: 100%;
  position: relative;
  background-image: url('images/detail-bg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  display: flex;
  align-items: center;
}

.detail-page-imp-inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}

.detail-page-imp-icon {
  width: 85px;
  position: relative;
  margin: 0 auto;
}

.detail-page-imp-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

h1.detail-page-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}

table.detail-page-service-list {
  display: inline-block;
  padding: 0.5em;
  list-style-type: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

table.detail-page-service-list td {
  display: block;
  position: relative;
  float: left;
  padding: 0em 0.3em 0.3em 1.3em;
  width: 50%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

table.detail-page-service-list td:after, table.detail-page-service-list td:before {
  position: absolute;
  content: '';
  display: block;
  background-color: rgba(191, 147, 202, 1);
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

table.detail-page-service-list td:before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

.detail-page-content {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 80px auto;
}

.to-more {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  margin: 80px auto;
}

.to-achieve {
  width: 100%;
  max-width: 400px;
  display: block;
  position: relative;
  padding: 20px;
  margin: 20px auto;
  float: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(191, 147, 202, 1) 25.000000001%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h2.to-achieve-title {
  color: rgba(255, 255, 255, 1);
  font-size: 1.95rem;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  font-weight: bold;
}

p.to-achieve-desc {
  color: rgba(255, 255, 255, 1);
  font-size: 1.15rem;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  font-weight: bold;
}

a.to-achieve-button {
  display: block;
  position: relative;
  float: right;
}

a.to-achieve-button span {
  display: block;
  position: relative;
  float: right;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  box-sizing: border-box;
}

a.to-achieve-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -12px;
  border-right: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

a.to-achieve-button span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: wave 3s infinite;
  animation: wave 3s infinite;
  box-sizing: border-box;
}

.to-contact {
  width: 100%;
  max-width: 400px;
  display: block;
  position: relative;
  padding: 20px;
  margin: 20px auto;
  float: left;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25%, rgba(191, 147, 202, 1) 25.00000001%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h2.to-contact-title {
  color: rgba(255, 255, 255, 1);
  font-size: 1.95rem;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  font-weight: bold;
}

p.to-contact-desc {
  color: rgba(255, 255, 255, 1);
  font-size: 1.15rem;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  font-weight: bold;
}

a.to-contact-button {
  display: block;
  position: relative;
  float: right;
}

a.to-contact-button span {
  display: block;
  position: relative;
  float: right;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  box-sizing: border-box;
}

a.to-contact-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -12px;
  border-right: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

a.to-contact-button span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: wave 3s infinite;
  animation: wave 3s infinite;
  box-sizing: border-box;
}

@media screen and (max-width: 414px) {
  h1.detail-page-title {
    font-size: 1.95rem;
  }
}


/*-- Remodal for Slider --*/

.slider {
  width: 800px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.slider::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slideSet {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

figure.slide {
  width: 800px;
  max-width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figcaption.slide-mask {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: .6s;
}

figure.slide:hover>figcaption.slide-mask, figcaption.slide-mask:hover {
  opacity: 1;
}

button.slider-prev {
  width: 46px;
  height: 46px;
  margin-top: -15px;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

button.slider-prev span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  box-sizing: border-box;
}

button.slider-prev span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -4px;
  border-left: 2px solid rgba(255, 255, 255, 1);
  border-top: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

button.slider-next {
  width: 46px;
  height: 46px;
  margin-top: -15px;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

button.slider-next span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  box-sizing: border-box;
}

button.slider-next span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -12px;
  border-right: 2px solid rgba(255, 255, 255, 1);
  border-top: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* フリックできるコンテンツギャラリー */

.achieve-mobile {
  display: none;
}

.achieve-mobile .achieve-mobile-card {
  min-width: 280px;
  max-width: 280px;
  height: 280px;
  margin: 0 10px;
  display: table;
}

.achieve-mobile .achieve-mobile-card>a {
  display: table-cell;
  vertical-align: middle;
}

.achieve-mobile-card img.adapt {
  display: block;
  margin: auto;
  max-width: 280px;
  max-height: 280px;
}

.achieve-mobile-card-text {
  width: 100%;
  height: 70px;
  margin: 0;
  background-color: rgba(55, 55, 55, 1);
}

.achieve-mobile-card-text p {
  line-height: 35px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

.achieve-mobile-card-text p.three-lines {
  line-height: 23px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 812px) {
  .achieve-mobile {
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    padding: 20px 0;
    overflow-x: scroll;
  }
}

/*------------- Water -------------*/

.water .detail-page-imp-inner {
  width: 370px;
}

.water table td:last-of-type {
  width: 100%;
}

.detail-page-imp-water-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water-g.svg');
  background-size: cover;
}

.achieve-water-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water/achieve-water-1.jpg');
  background-size: cover;
}

.achieve-water-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water/achieve-water-2.jpg');
  background-size: cover;
}

.achieve-water-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/water/achieve-water-3.jpg');
  background-size: cover;
}


/*-- Slider --*/

.slide-water-1 {
  background-image: url('images/water/slide-water-1-kaizaki.jpg');
}

.slide-water-2 {
  background-image: url('images/water/slide-water-2-kaizaki.jpg');
}

.slide-water-3 {
  background-image: url('images/water/slide-water-3-kaizaki.jpg');
}

.slide-water-4 {
  background-image: url('images/water/slide-water-4-kaizaki.jpg');
}

.slide-water-5 {
  background-image: url('images/water/slide-water-5-kaizaki.jpg');
}

.slide-water-6 {
  background-image: url('images/water/slide-water-6-kaizaki.jpg');
}

.slide-water-7 {
  background-image: url('images/water/slide-water-7-kaizaki.jpg');
}

.slide-water-8 {
  background-image: url('images/water/slide-water-8-kaizaki.jpg');
}

.slide-water-9 {
  background-image: url('images/water/slide-water-9-kaizaki.jpg');
}

.slide-water-10 {
  background-image: url('images/water/slide-water-10-kaizaki.jpg');
}

.slide-water-11 {
  background-image: url('images/water/slide-water-11-kamae.jpg');
}

.slide-water-12 {
  background-image: url('images/water/slide-water-12-kamae.jpg');
}

.slide-water-13 {
  background-image: url('images/water/slide-water-13-kamae.jpg');
}

.slide-water-14 {
  background-image: url('images/water/slide-water-14-tsukumi.jpg');
}

.slide-water-15 {
  background-image: url('images/water/slide-water-15-tsurumi.jpg');
}

.slide-water-16 {
  background-image: url('images/water/slide-water-16-tsurumi.jpg');
}

.slide-water-17 {
  background-image: url('images/water/slide-water-17-tsurumi.jpg');
}

.slide-water-18 {
  background-image: url('images/water/slide-water-18-yayoi.jpg');
}

.slide-water-19 {
  background-image: url('images/water/slide-water-19-yayoi.jpg');
}

.slide-water-20 {
  background-image: url('images/water/slide-water-20-yayoi.jpg');
}

.slide-water-21 {
  background-image: url('images/water/slide-water-21-yayoi.jpg');
}

.slide-water-22 {
  background-image: url('images/water/slide-water-22-yayoi.jpg');
}

.slide-water-23 {
  background-image: url('images/water/slide-water-23-saiki.jpg');
}

.slide-water-24 {
  background-image: url('images/water/slide-water-24-saiki.jpg');
}

.slide-water-25 {
  background-image: url('images/water/slide-water-25-saiki.jpg');
}




/*------------- Air -------------*/

.air .detail-page-imp-inner {
  width: 520px;
}

.detail-page-imp-air-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air-g.svg');
  background-size: cover;
}

.achieve-air-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air/achieve-air-1.jpg');
  background-size: cover;
}

.achieve-air-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air/achieve-air-2.jpg');
  background-size: cover;
}

.achieve-air-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/air/achieve-air-3.jpg');
  background-size: cover;
}


/*-- Slider --*/

.slide-air-1 {
  background-image: url('images/air/slide-air-1-katata.jpg');
}

.slide-air-2 {
  background-image: url('images/air/slide-air-2-katata.jpg');
}

.slide-air-3 {
  background-image: url('images/air/slide-air-3-kaizaki.jpg');
}

.slide-air-4 {
  background-image: url('images/air/slide-air-4-yayoi.jpg');
}

.slide-air-5 {
  background-image: url('images/air/slide-air-5-yayoi.jpg');
}

.slide-air-6 {
  background-image: url('images/air/slide-air-6-saiki.jpg');
}

.slide-air-7 {
  background-image: url('images/air/slide-air-7-honjo.jpg');
}

.slide-air-8 {
  background-image: url('images/air/slide-air-8-honjo.jpg');
}

.slide-air-9 {
  background-image: url('images/air/slide-air-9-yayoi.jpg');
}

/*------------- Elec -------------*/

.elec .detail-page-imp-inner {
  width: 330px;
}

.detail-page-imp-elec-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec-g.svg');
  background-size: cover;
}

.achieve-elec-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec/achieve-elec-1.jpg');
  background-size: cover;
}

.achieve-elec-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec/achieve-elec-2.jpg');
  background-size: cover;
}

.achieve-elec-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/elec/achieve-elec-3.jpg');
  background-size: cover;
}


/*-- Slider --*/

.slide-elec-1 {
  background-image: url('images/elec/slide-elec-1-kaizaki.jpg');
}

.slide-elec-2 {
  background-image: url('images/elec/slide-elec-2-kaizaki.jpg');
}

.slide-elec-3 {
  background-image: url('images/elec/slide-elec-3-kaizaki.jpg');
}

.slide-elec-4 {
  background-image: url('images/elec/slide-elec-4-kaizaki.jpg');
}

.slide-elec-5 {
  background-image: url('images/elec/slide-elec-5-saiki.jpg');
}

.slide-elec-6 {
  background-image: url('images/elec/slide-elec-6-yayoi.jpg');
}

.slide-elec-7 {
  background-image: url('images/elec/slide-elec-7-saiki.jpg');
}

.slide-elec-8 {
  background-image: url('images/elec/slide-elec-8-yayoi.jpg');
}

/*------------- Achieve -------------*/

.achieve-imp {
  width: 100%;
  height: 90vh;
  position: relative;
  background-image: url('images/about.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.achieve-scroll, .achieve-scroll-blk {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.achieve-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  box-sizing: border-box;
}

.achieve-scroll-blk span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid rgba(155, 155, 155, 1);
  border-bottom: 2px solid rgba(155, 155, 155, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

h2.achieve-title {
  font-size: 2.15rem;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}

.achieve.content {
  margin: 80px auto;
}

.achieve-wrapper {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}

.achieve-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.achieve-wrapper::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.achieve-1 {
  width: 50%;
  position: relative;
  float: left;
}

.achieve-1::before {
  content: "";
  display: block;
  padding-top: 80%;
}

.achieve-2 {
  width: 50%;
  position: relative;
  float: left;
}

.achieve-2::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.achieve-3 {
  width: 25%;
  position: relative;
  float: left;
}

.achieve-3::before {
  content: "";
  display: block;
  padding-top: 80%;
}

figure.achieve-hover {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figcaption.achieve-mask {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: .6s;
}

figure.achieve-hover:hover>figcaption.achieve-mask, figcaption.achieve-mask:hover {
  opacity: 1;
}

.achieve-more {
  width: 25%;
  position: relative;
  float: left;
  background-color: rgba(191, 147, 202, 1);
}

.achieve-more::before {
  content: "";
  display: block;
  padding-top: 80%;
}

a.achieve-more-button {
  padding-top: 60px;
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  cursor: pointer;
}

a.achieve-more-button span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  box-sizing: border-box;
}

a.achieve-more-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -12px;
  border-right: 2px solid rgba(255, 255, 255, 1);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

a.achieve-more-button span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: wave 3s infinite;
  animation: wave 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 567px) {
  .achieve-imp {
    background-attachment: unset;
  }
}

@media screen and (max-width: 812px) {
  h2.achieve-title {
    font-size: 1.25rem;
  }
  .achieve-wrapper {
    display: none;
  }
}

/*------------- Recruit -------------*/

.recruit-imp {
  width: 100%;
  display: inline-block;
  position: relative;
}

.recruit-img {
  width: 65%;
  position: relative;
  float: left;
}

.recruit-img img {
  width: 100%;
}

h2.recruit-title {
  width: 100%;
  margin-left: 84px;
  position: absolute;
  top: 45%;
  left: 0;
  text-align: right;
  font-size: 2.75rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  font-style: italic;
}

h2.recruit-title::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgba(155, 155, 155, 1);
  margin-left: 20px;
}

h2.recruit-title span {
  color: rgba(155, 155, 155, 1);
}

.recruit.content {
  width: 80%;
  padding: 40px;
  margin: 65px auto 120px;
  box-shadow: 1px 1px 10px 1px rgba(155, 155, 155, .5);
}

h3.recruit-content-title {
  font-size: 1.95rem;
  text-align: center;
}

ul.recruit-check-list {
  display: inline-block;
  padding: 0.5em;
  list-style-type: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.recruit-check-list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

ul.recruit-check-list li span {
  background: linear-gradient(transparent 70%, #FFCCCC 0%);
}

ul.recruit-check-list li:after, ul.recruit-check-list li:before {
  position: absolute;
  content: '';
  display: block;
  background-color: rgba(191, 147, 202, 1);
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

ul.recruit-check-list li:before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

h4.recruit-content-subtitle {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0
}

h5.recruit-require {
  font-size: .95rem;
  text-align: center;
  color: rgba(255, 0, 0, 1);
  margin-top: 0;
}


/* Recruit Form */

.recruit-form {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-form .first-part, .recruit-form .second-part, .recruit-form .third-part, .recruit-form .fourth-part {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-form label {
  font-weight: bold;
}

.recruit-form .entry-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-form .first-part .entry-item {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.recruit-form .second-part .entry-item {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.recruit-form .third-part .entry-item {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.recruit-form .fourth-part .entry-item {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.recruit-form .entry-item input, .recruit-form .entry-item textarea {
  width: 100%;
  max-width: 400px;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(155, 155, 155, 1);
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 1rem;
  color: rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-form .wpcf7-submit {
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  text-decoration: none;
  background-color: rgba(191, 147, 202, 1);
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 6px 20px;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 730px) {
  .recruit-img {
    width: 100%;
  }
  h2.recruit-title {
    top: 20%;
    left: -70%;
    font-size: 1.95rem;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  }
  h2.recruit-title::before {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  }
  h2.recruit-title span {
    color: rgba(255, 255, 255, 1);
  }
  h4.recruit-content-subtitle {
    font-size: 1rem;
  }
  .recruit.content {
    width: 96%;
    padding: 20px 0;
  }
  h3.recruit-content-title {
    font-size: 1.25rem;
  }
  .recruit-form .first-part .entry-item, .recruit-form .second-part .entry-item, .recruit-form .third-part .entry-item {
    width: 100%;
  }
}


/*------------- Contact -------------*/

.contact-imp {
  width: 100%;
  display: inline-block;
  position: relative;
}

.contact-img {
  width: 65%;
  position: relative;
  float: right;
}

.contact-img img {
  width: 100%;
}

h2.contact-title {
  width: 100%;
  margin-left: -135px;
  position: absolute;
  top: 45%;
  left: 0;
  text-align: left;
  font-size: 2.75rem;
  color: rgba(155, 155, 155, 1);
  font-weight: bold;
  font-style: italic;
}

h2.contact-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -101.5%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgba(155, 155, 155, 1);
  margin-right: 20px;
}

h2.contact-title span {
  color: rgba(255, 255, 255, 1);
}

.contact.content {
  width: 80%;
  padding: 40px;
  margin: 65px auto 120px;
  box-shadow: 1px 1px 10px 1px rgba(155, 155, 155, .5);
}

h4.contact-content-subtitle {
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 0
}

ul.contact-content-list {
  display: inline-block;
  padding: 0.5em;
  list-style-type: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.contact-content-list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

ul.contact-content-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: rgba(191, 147, 202, 1);
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

a.make-call {
  font-size: 1.55rem;
  font-weight: bold;
}

/* Contact Form */

.contact-form {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .first-part, .contact-form .second-part, .contact-form .third-part {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form label {
  font-weight: bold;
}

.contact-form label.select {
  display: block;
  font-weight: bold;
  font-size: 1.55rem;
}

.contact-form .entry-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .first-part .entry-item {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.contact-form .second-part .entry-item {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.contact-form .third-part .entry-item {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 1rem;
  line-height: normal;
}

.contact-form .second-part .entry-item input, .contact-form .third-part .entry-item textarea {
  width: 100%;
  max-width: 400px;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(155, 155, 155, 1);
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 1rem;
  color: rgba(155, 155, 155, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .wpcf7-submit {
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  text-decoration: none;
  background-color: rgba(191, 147, 202, 1);
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 6px 20px;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 730px) {
  .contact-img {
    width: 100%;
  }
  h2.contact-title {
    top: 20%;
    left: 70%;
    font-size: 1.95rem;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  }
  h2.contact-title::before {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 3px 5px rgba(115, 115, 115, 1);
  }
  h4.contact-content-subtitle {
    font-size: 1rem;
  }
  .contact.content {
    width: 96%;
    padding: 20px 0;
  }
  span.wpcf7-list-item {
    width: 100%;
    text-align: left;
  }
  .wpcf7-form-control.wpcf7-radio {
    width: 140px;
    display: inline-block;
  }
  .contact-form .second-part .entry-item {
    width: 100%;
  }
}


/*------------- Single/Page -------------*/

.content-area-single, .content-area-page {
  max-width: 1280px;
  position: relative;
  margin: 78px auto 120px;
  padding: 0 20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.single.content {
  width: calc(100% - 320px);
  display: inline-block;
  vertical-align: top;
}

.page.content {
  width: calc(100% - 320px);
  display: inline-block;
  vertical-align: top;
}

/* Content */

.postBox {
  width: 100%;
  display: inline-block;
	font-size: 1.6rem;
	line-height: 1.8;
  padding: 20px;
  box-shadow: 1px 1px 10px 1px rgba(155, 155, 155, .5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.postBox p {
	margin: 1.3em 0;
  text-align: justify;
}
.postBox a {
	text-decoration: underline;
}
.postBox h2, .postBox h3, .postBox h4, .postBox h5, .postBox h6 {
	line-height: 1.4;
	margin-top: 35px;
	margin-bottom: 30px;
}
.postBox h1:first-child {
	margin-top: 0;
}
.postBox h2:first-child,
.postBox h3:first-child {
	margin-top: 30px;
}
.postBox h2 {
	border-left: 8px solid rgba(191, 147, 202, 1);
	padding: 8px 20px;
}
.postBox h3 {
	padding: 2px 15px;
	margin-left: 5px;
	border-left: 2px rgba(191, 147, 202, 1) solid;
}
.postBox h4 {
	padding: 0 12px;
	border: 0;
	border-left: solid 12px rgba(191, 147, 202, 1);
}

/* Table */
.postBox table {
	margin-bottom: 30px;
}
.postBox td, .postBox th {
	padding: 8px 10px;
	border: 1px solid #ddd;
}
.postBox th {
	text-align: center;
	background: #f5f5f5;
}

/* List (bootstrap だとモバイルでリストマーク見えないので、その対策) */
.postBox ul,
.postBox ol {
	padding: 0 0 0 30px;
}

.article-nav {
  width: 100%;
  display: inline-block;
  margin: 20px auto;
  padding: 40px 20px;
  position: relative;
  box-shadow: 1px 1px 10px 1px rgba(155, 155, 155, .5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.prev-post {
  display: block;
  position: relative;
  float: left;
}

.prev-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-left: 2px solid rgba(155, 155, 155, 1);
  border-bottom: 2px solid rgba(155, 155, 155, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#prev_title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
}

.next-post {
  display: block;
  position: relative;
  float: right;
}

.next-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-right: 2px solid rgba(155, 155, 155, 1);
  border-bottom: 2px solid rgba(155, 155, 155, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#next_title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 1023px) {
  .content-area-single {
    padding: 0 10px;
  }
  .single.content, .page.content {
    width: 100%;
    margin-bottom: 20px;
  }
  .postBox {
    padding: 20px 10px;
  }
  .postBox h2 {
  	padding: 8px 10px;
  }
  .postBox h3 {
  	padding: 2px 10px;
  }
  .postBox h4 {
  	padding: 0 10px;
  }
}

/*------------- Clear -------------*/

.clear, #wrapper:before, #wrapper:after, #header-area:before, #header-area:after, .header-content:before, .header-content:after, .content-area:before, .content-area:after, .content:before, .content:after, #footer-area:before, #footer-area:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}


/*------------- Width -------------*/

.ird-col-1, .ird-col-2, .ird-col-3, .ird-col-4, .ird-col-5, .ird-col-6, .ird-col-7, .ird-col-8, .ird-col-9, .ird-col-10, .ird-col-11, .ird-col-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ird-col-1 {
  width: 8.3333333333%;
}

.ird-col-2 {
  width: 16.6666666667%;
}

.ird-col-3 {
  width: 25%;
}

.ird-col-4 {
  width: 33.3333333333%;
}

.ird-col-5 {
  width: 41.6666666667%;
}

.ird-col-6 {
  width: 50%;
}

.ird-col-7 {
  width: 58.3333333333%;
}

.ird-col-8 {
  width: 66.6666666667%;
}

.ird-col-9 {
  width: 75%;
}

.ird-col-10 {
  width: 83.3333333333%;
}

.ird-col-11 {
  width: 91.6666666667%;
}

.ird-col-12 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ird-col-1 {
    width: 100%;
  }
  .ird-col-2 {
    width: 100%;
  }
  .ird-col-3 {
    width: 100%;
  }
  .ird-col-4 {
    width: 100%;
  }
  .ird-col-5 {
    width: 100%;
  }
  .ird-col-6 {
    width: 100%;
  }
  .ird-col-7 {
    width: 100%;
  }
  .ird-col-8 {
    width: 100%;
  }
  .ird-col-9 {
    width: 100%;
  }
  .ird-col-10 {
    width: 100%;
  }
  .ird-col-11 {
    width: 100%;
  }
  .ird-col-12 {
    width: 100%;
  }
}

@media screren and (min-width: 768px) and (max-width: 991px) {
  .ird-col-1 {
    width: 8.3333333333%;
  }
  .ird-col-2 {
    width: 16.6666666667%;
  }
  .ird-col-3 {
    width: 25%;
  }
  .ird-col-4 {
    width: 33.3333333333%;
  }
  .ird-col-5 {
    width: 41.6666666667%;
  }
  .ird-col-6 {
    width: 50%;
  }
  .ird-col-7 {
    width: 58.3333333333%;
  }
  .ird-col-8 {
    width: 66.6666666667%;
  }
  .ird-col-9 {
    width: 75%;
  }
  .ird-col-10 {
    width: 83.3333333333%;
  }
  .ird-col-11 {
    width: 91.6666666667%;
  }
  .ird-col-12 {
    width: 100%;
  }
}

@media screren and (min-width: 992px) and (max-width: 1200px) {
  .ird-col-1 {
    width: 8.3333333333%;
  }
  .ird-col-2 {
    width: 16.6666666667%;
  }
  .ird-col-3 {
    width: 25%;
  }
  .ird-col-4 {
    width: 33.3333333333%;
  }
  .ird-col-5 {
    width: 41.6666666667%;
  }
  .ird-col-6 {
    width: 50%;
  }
  .ird-col-7 {
    width: 58.3333333333%;
  }
  .ird-col-8 {
    width: 66.6666666667%;
  }
  .ird-col-9 {
    width: 75%;
  }
  .ird-col-10 {
    width: 83.3333333333%;
  }
  .ird-col-11 {
    width: 91.6666666667%;
  }
  .ird-col-12 {
    width: 100%;
  }
}
