@charset "utf-8";


/* ----------------------------------------------------------
 Reset,Base CSS
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border-style:none;
  box-sizing: border-box !important;
}
html {
  color: #000000; 
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size-adjust: none;
  -webkit-font-size-adjust: none;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 2.5%;
}
body:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 2.5%;
}
main { 
  display: block;
  position: relative;
  z-index: 1;
}
section { margin: 0; }
figure img { width: 100%; }
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000000; 
  text-decoration : none;
  border: none;
  outline: none;
  transition: 0.5s;
  display: block;
}
a[href^="tel:"] { cursor: default; }
ul, ol {
  margin: 0;
  padding: 0;
  list-style : none;
}
figure,
img {
  margin: 0;
  padding: 0;
  min-height: 0% !important;
  line-height: 0;
}
p {
  font-size: 1rem;
  line-height: 1.75em;
}
.fw {
  font-weight: bold;
}

/* ----------------------------------------------------------
 Responsive Settings
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
body.home .wrapper:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
}
.pcoff {
  display: none !important;
}
.inner {
  width: 85%;
  min-width: 1100px;
  margin: 0 auto;
}

/*　Roading
--------------------------------------------- */
/* opening */
.start {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start img {
  width: 30vw;
  max-width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  text-align: center;
}

/* ----------------------------------------------------------
 Header, Navigation
---------------------------------------------------------- */

/* Header Base
--------------------------------------------- */
  header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  #nav-toggle {
    display: none;
  }
  #gloval-nav h1 {
    width: 17%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #gloval-nav h1 a {
    display: block;
    padding: 1rem;
  }
  #gloval-nav h1 a img {
    width: 100%;
  }
  #gloval-nav nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
  }
  #gloval-nav nav ul.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0.5rem;
    background-color: rgba(00,00,00,0.9);
  }
  #gloval-nav nav ul.nav-link li a {
    display: block;
    padding: 0 1rem;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    font-weight: bold;
    position: relative;
  }
  #gloval-nav nav ul.nav-link li a:after {
    position: absolute;
    bottom: -4px;
    left: 25%;
    content: '';
    width: 50%;
    height: 2px;
    background: #0EB7A4;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #gloval-nav nav ul.nav-link li a:hover:after {
    transform: scale(1, 1);
  }
  #gloval-nav nav ul.nav-link li.nav-8 a {
    color: #0EB7A4;
    border-right: 0;
  }
  /* active */
  body.category-news #gloval-nav nav ul.nav-link li.nav-2 a:after,
  body.date #gloval-nav nav ul.nav-link li.nav-2 a:after,
  body.single #gloval-nav nav ul.nav-link li.nav-2 a:after,
  body.services #gloval-nav nav ul.nav-link li.nav-3 a:after,
  body.services2 #gloval-nav nav ul.nav-link li.nav-3 a:after,
  body.services3 #gloval-nav nav ul.nav-link li.nav-3 a:after,
  body.works #gloval-nav nav ul.nav-link li.nav-4 a:after,
  body.company #gloval-nav nav ul.nav-link li.nav-5 a:after,
  body.office #gloval-nav nav ul.nav-link li.nav-6 a:after,
  body.recruit #gloval-nav nav ul.nav-link li.nav-7 a:after,
  body.contact #gloval-nav nav ul.nav-link li.nav-8 a:after {
    position: absolute;
    bottom: -4px;
    left: 25%;
    content: '';
    width: 50%;
    height: 2px;
    background: #0EB7A4;
    transform: scale(1, 1);
  }

/* ----------------------------------------------------------
 Footer
---------------------------------------------------------- */
footer .sec_contact {
  position: relative;
  z-index: 1;
  background-color: #EFEFEF;
  padding: 3rem 0;
  text-align: center;
  margin-top: 7rem;
}
footer .sec_contact h2 {
  font-size: 2.5rem;
}
footer .sec_contact div {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1rem 0;
}
footer .sec_contact div h3 {
  font-size: 2rem;
  margin: 0 1rem;
}
footer .sec_contact div h3 span {
  color: #0EB7A4;
}
footer article {
  padding: 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
footer article .pagetop {
  position: absolute;
  z-index: 1;
  top: -25px;
  right: 15px;
  width: 50px;
  height: 50px;
}
footer article .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0EB7A4;
  line-height: 0;
  position: relative;
}
footer article .pagetop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 25px;
  width: 1px;
  height: 25px;
  background: #ffffff;
}
footer article .pagetop a:after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 28px;
  width: 1px;
  background: #ffffff;
  height: 8px;
  transform: rotate(-45deg);
}
footer article .pagetop a:hover {
  color: #0EB7A4;
  background-color: #000000;
}
footer article .pagetop a:hover:before,
footer article .pagetop a:hover:after {
  background-color: #0EB7A4;
  -webkit-animation: linkaction2 1s infinite;
  animation: linkaction2 1s infinite;
}
@-webkit-keyframes linkaction2 {
  0% {
    top: 10px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: -5px;
    opacity: 0;
  }
}
@keyframes linkaction2 {
  0% {
    top: 10px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: -5px;
    opacity: 0;
  }
}

footer article h1 {
  margin-right: auto;
}
footer article ul {
  padding-top: 1rem;
  display: flex;
}
footer article ul li a {
  font-weight: bold;
  padding: 0 0.5rem;
  border-right: 1px solid #000000;
  font-size: 0.9rem;
}
footer article ul li a:hover {
  color: #0EB7A4;
}
footer article ul li:last-child a {
  border-right: 0;
}
footer article small {
  width: 100%;
  color: #0EB7A4;
  font-weight: bold;
  padding-left: 0.25rem;
}

/* ----------------------------------------------------------
 Common
---------------------------------------------------------- */
/* fadein */
.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}


/**/
section h2 {
  color: #0EB7A4;
  font-size: 3rem;
  margin-bottom: 2rem;
}
section h2 span {
  font-size: 1.1rem;
  display: block;
  padding-top: 0.75rem;
}
p.more a,
.form .formbox p input {
  display: inline-block;
  padding: 0.75rem 5rem;
  margin-top: 2rem;
  color: #ffffff;
  background-color: #0EB7A4;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
p.more a:before,
p.more a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #000000;
}
p.more a:before {
  width: 60px;
  transform: translate(20px, 0px);
}
p.more a:after {
  width: 10px;
  transform-origin: right center;
  transform: translate(20px, 0px) rotate(45deg);
}
p.more a.w:before,
p.more a.w:after {
  background-color: #ffffff;
}
p.more a:hover,
.form .formbox p input:hover {
  color: #0EB7A4;
  background-color: #000000;
  transition: 0.3s;
}
p.more a.w:hover {
  color: #0EB7A4;
  background-color: #ffffff;
}
p.more a:hover:before,
p.more a:hover:after {
  background-color: #0EB7A4;
  -webkit-animation: linkaction 1s infinite;
  animation: linkaction 1s infinite;
}
@-webkit-keyframes linkaction {
  0% {
    right: 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    right: -1rem;
    opacity: 0;
  }
}
@keyframes linkaction {
  0% {
    right: 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    right: -1rem;
    opacity: 0;
  }
}

/* ----------------------------------------------------------
 Home
---------------------------------------------------------- */
body.home footer .sec_contact {
  margin-top: 0;
}
/* main visual
-------------------------*/
.sec_main {
  height: 88vh;
  position: relative;
  z-index: 0;
  background-color: #efefef;
}
.sec_main:before {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.sec_main:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0EB7A4;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 2.5%;
}
.sec_main p {
  color: #ffffff;
  font-size: 5rem;
  line-height: 1.25em;
  font-weight: bold;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

/* KYOWA CHISHITSU */
.sec_main .maintext {
  display: flex;
  position: absolute;
  z-index: 2000;
  left: 0;
  bottom: -5px;
}
.sec_main .maintext img {
  height: 15vw;
  max-height: 150px;
}
.sec_main .maintext img:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.sec_main .maintext img + img {
  -webkit-animation: loop2 120s  linear infinite;
  animation: loop2 120s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/* Swiper */
.swiper-container,
.slide-img {
  width: 100%;
  height: 88vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-img {
  background-repeat: no-repeat;
}
.slide-img img{
  display: block;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 13s linear 0s 1 normal both;  
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

/* Scroll */
body.home main:after {
  content: "";
  display: block;
  width: 5px;
  height: 50px;
  background-color: #0EB7A4;
  position: absolute;
  z-index: 2001;
  bottom: 0;
  right: calc(2.5% - 2px);
  content: "";
  -webkit-animation: animation 2.5s infinite;
  animation: animation 2.5s infinite;
}
@-webkit-keyframes animation {
  0% {
    top: 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 90vh;
    opacity: 1;
  }
}
@keyframes animation {
  0% {
    top: 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 90vh;
    opacity: 1;
  }
}

/* news
-------------------------*/
.sec_news {
  height: 12vh;
  display: flex;
  align-items: center;
  /*margin-top: -0.75rem;*/
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.sec_news:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #0EB7A4;
  position: absolute;
  top: 0;
  right: 2.5%;
}
.sec_news h2 {
  color: #ffffff;
  background-color: rgba(14,183,164,0.9);
  padding: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: -1rem;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2001;
}
.sec_news a {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0EB7A4;
  padding: 1em 1em 0.5em 1em;
  font-weight: bold !important;
}
.sec_news a time {
  margin-right: 1em;
}
.sec_news a h3 {
  display: flex;
  align-items: center;
}
.sec_news a h3:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #0EB7A4;
  border-right: 2px solid #0EB7A4;
  transform: rotate(45deg);
  margin-left: 0.75rem;
}
.sec_news a:hover {
  opacity: 0.6;
}

/* services
-------------------------*/
.sec_services {
  padding: 3rem 0 5rem 0;
  display: flex;
  align-items: center;
}
.sec_services div {
  width: 55%;
  padding-right: 2rem;
}
.sec_services div h2 {
  margin-left: -0.75em;
  position: relative;
  z-index: 1;
}
.sec_services div h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0EB7A4;
  position: absolute;
  z-index: -2;
  top: 1rem;
  left: 0;
}
.sec_services div h2:after {
  content: "";
  display: block;
  width: 18rem;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec_services div p.sub_title {
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec_services figure {
  width: 45%;
}
.sec_services figure img {
  width: 100%;
}

/* works
-------------------------*/
.sec_works {
  color: #ffffff;
  background-color: #000000;
  padding: 6rem 0;
  text-align: center;
  position: relative;
}
.sec_works:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 2.5%;
}
.sec_works:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 2.5%;
}
.sec_works h2 {
  color: #ffffff;
}
.sec_works ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0 2rem 0;
}
.sec_works ul li {
  width: 19%;
  margin: 0.5rem 0.5%;
}
.sec_works ul li {
  display: block;
  position: relative;
}
.sec_works ul li figure,
.sec_works ul li figure img {
  width: 100%;
}
.sec_works ul li h3 {
  font-size: 1.2rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* company
-------------------------*/
.sec_company {
  padding: 4rem 0 5rem 0;
  display: flex;
  align-items: center;
}
.sec_company figure {
  width: 50%;
  padding: 0 2rem;
}
.sec_company figure img {
  width: 100%;
}
.sec_company div {
  width: 50%;
  padding: 0 3rem;
}
.sec_company div h2 {
  margin-left: -0.75em;
  position: relative;
  z-index: 1;
}
.sec_company div h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0EB7A4;
  position: absolute;
  z-index: -2;
  top: 1rem;
  left: 0;
}
.sec_company div h2:after {
  content: "";
  display: block;
  width: 17.5rem;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec_company div p.sub_title {
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* office
-------------------------*/
.sec_office {
  padding: 5rem 0;
  background-image: url(images/top-office.jpg);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec_office h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.sec_office p:nth-of-type(1) {
  width: 30vw;
  margin: 0 3rem;
}
.sec_office p.more a {
  margin-top: 0;
}

/* fb,recruit
-------------------------*/
.half {
  display: flex;
  padding: 3rem 0;
}
.half section {
  width: 50%;
  padding: 3rem;
}
body.home .half h2 {
  color: #000000;
  font-size: 2.25rem;
}
body.home .half h2 span {
  color: #0EB7A4;
  padding-top: 0.5rem;
}
.sec_fb div {
  text-align: center;
}
.sec_recruit p.sub_title {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec_recruit p.more {
  margin-top: 2rem;
  text-align: center;
}


/* ----------------------------------------------------------
 Page - Common
---------------------------------------------------------- */
.art_title {
  height: 40vh;
  position: relative;
  background-size: cover;
  background-position: left center;
  border-bottom: 60px solid #0EB7A4;
  position: relative;
  margin-bottom: 4rem;
}
.art_title h2 {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -50px;
  margin-bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.art_title:before {
  content: "";
  display: block;
  width: 5%;
  height: calc(100% + 60px);
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.art_title:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 60px);
  background-color: #eeeeee;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 2.5%;
}
.blue {
  background-color: rgba(14,183,164,0.1);
  padding: 4rem 0;
}
.sec_page h3 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
.sec_page h3 span {
  display: block;
  color: #0EB7A4;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.sec_page h3 + p {
  text-align: center;
  margin-bottom: 5rem;
}
.sec_page p.sub_title {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

/* ----------------------------------------------------------
 Page - Services
---------------------------------------------------------- */

/* 共通
------------------------------------- */
body.services .art_title,
body.services2 .art_title,
body.services3 .art_title {
  background-image: url(images/title-services.jpg);
}
main.servicepage .inner {
  width: 75%;
}
.nav_service {
  width: 800px;
  margin: 0 auto 4rem auto;
}
.sec_page p.sub_title + .nav_service {
  margin-top: 4rem;
}
.nav_service ul {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  background-color: #000000;
}
.nav_service ul li {
  width: calc(100% / 3);
  border-right: 1px solid #ffffff;
}
.nav_service ul li:last-child {
  border-right: 0;
}
.nav_service ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25rem;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25em;
}
.nav_service ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 35%;
  content: '';
  width: 30%;
  height: 2px;
  background: #0EB7A4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav_service ul li a:hover:after {
  transform: scale(1, 1);
}

/* 地質調査と解析
------------------------------------- */
body.services .nav_service ul li:nth-child(2) a:after {
  position: absolute;
  bottom: -4px;
  left: 35%;
  content: '';
  width: 30%;
  height: 2px;
  background: #0EB7A4;
  transform: scale(1, 1);
}
body.services .ul_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body.services .ul_services > li {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
body.services .ul_services > li:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
body.services .ul_services > li:nth-child(1),
body.services .ul_services > li:nth-child(6) {
  width: 48.5%;
  margin-right: 1.5%
}
body.services .ul_services > li:nth-child(2),
body.services .ul_services > li:nth-child(7) {
  width: 48.5%;
  margin-left: 1.5%
}
body.services .ul_services > li:nth-child(3) {
  width: 31.5%;
  margin-right: 1.5%;
  text-align: center;
}
body.services .ul_services > li:nth-child(4) {
  width: 31.5%;
  text-align: center;
}
body.services .ul_services > li:nth-child(5) {
  width: 31.5%;
  margin-left: 1.5%;
  text-align: center;
}
body.services .ul_services > li:nth-child(8) {
  width: 100%;
}
body.services .ul_services > li:nth-child(8) ul {
  display: flex;
}
body.services .ul_services > li:nth-child(8) ul li {
  background-color: #E2F7F4;
  width: 19%;
  margin-right: 1%;
  padding: 1rem;
  text-align: center;
}
body.services .ul_services > li figure {
  width: 100%;
  margin-bottom: 2rem;
}
body.services .ul_services > li figure img {
  width: 100%;
}
body.services .ul_services > li h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body.services .ul_services > li p {
  font-size: 0.9rem;
}
body.services .ul_services > li:nth-child(2) h5 {
  font-size: 0.9rem;
  color: #0EB7A4;
  margin-top: 1rem;
}
body.services .ul_services > li:nth-child(8) h4 + p {
  text-align: center;
  margin-bottom: 2rem;
}
body.services .ul_services > li:nth-child(9) h4 {
  margin-bottom: 1.5rem;
}
body.services .ul_services > li:nth-child(9) ul {
  display: flex;
}
body.services .ul_services > li:nth-child(9) ul li {
  background-color: #E2F7F4;
  width: 19%;
  margin-right: 1%;
  padding: 1rem;
  text-align: center;
}
body.services .ul_services > li:nth-child(9) ul li:last-child {
  margin-right: 0;
}

/* 測量・設計・点検
------------------------------------- */
body.services2 .nav_service ul li:nth-child(1) a:after {
  position: absolute;
  bottom: -4px;
  left: 35%;
  content: '';
  width: 30%;
  height: 2px;
  background: #0EB7A4;
  transform: scale(1, 1);
}
body.services2 .ul_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body.services2 .ul_services > li {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  width: 49%;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
body.services2 .ul_services > li:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
body.services2 .ul_services > li figure {
  width: 100%;
  margin-bottom: 2rem;
}
body.services2 .ul_services > li h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body.services2 .ul_services > li:nth-child(1) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.services2 .ul_services > li:nth-child(1) ul li {
  background-color: #E2F7F4;
  width: 32%;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
body.services2 .ul_services > li:nth-child(1) ul li:nth-child(4),
body.services2 .ul_services > li:nth-child(1) ul li:nth-child(5) {
  width: 49%;
}
body.services2 .ul_services > li:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
}
body.services2 .ul_services > li:nth-child(2) ul:nth-of-type(1) li {
  background-color: #E2F7F4;
  width: 49%;
  padding: 1rem;
  text-align: center;
}
body.services2 .ul_services > li:nth-child(2) ul:nth-of-type(1) li:last-child {
  margin-right: 0;
}
body.services2 .ul_services > li:nth-child(2) ul:nth-of-type(2) {
  margin-top: 1rem;
}
body.services2 .ul_services > li:nth-child(2) ul:nth-of-type(2) li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  padding: 0.5rem;
  border: 3px solid #E2F7F4;
  font-weight: bold;
  writing-mode: vertical-rl;
}
body.services2 .ul_services > li:nth-child(3).land {
  display: flex;
  align-items: center;
  width: 100%;
}
body.services2 .ul_services > li:nth-child(3).land figure {
  width: calc(49% - 2rem);
  margin-bottom: 0;
}
body.services2 .ul_services > li:nth-child(3).land div {
  width: calc(100% - (49% - 2rem));
  padding-left: 2rem;
}
body.services2 .ul_services > li:nth-child(3).land div h4 {
  text-align: left;
}

/* 土壌・地下水汚染・アスベスト調査
------------------------------------- */
body.services3 .nav_service ul li:nth-child(3) a:after {
  position: absolute;
  bottom: -4px;
  left: 35%;
  content: '';
  width: 30%;
  height: 2px;
  background: #0EB7A4;
  transform: scale(1, 1);
}
body.services3 .ul_services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body.services3 .ul_services > li {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  width: 100%;
  padding: 2rem;
  margin-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
body.services3 .ul_services > li:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
body.services3 .ul_services > li h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body.services3 .ul_services > li h4 + p {
  text-align: center;
  margin-bottom: 2rem;
}
body.services3 .ul_dojou {
  display: flex;
  justify-content: space-between;
}
body.services3 .ul_dojou li {
  background-color: #E2F7F4;
  width: 24%;
  margin-right: 1%;
  padding: 1rem;
}
body.services3 li:nth-child(2) .ul_dojou li {
  background-color: #E2F7F4;
  width: 33%;
  margin-right: 1%;
  padding: 1rem;
}
body.services3 .ul_dojou li:last-child {
  margin-right: 0;
}
body.services3 .ul_dojou li h5 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #0EB7A4;
  margin-bottom: 0.5rem;
}

/* ----------------------------------------------------------
 Page - Works
---------------------------------------------------------- */
body.works .art_title {
  background-image: url(images/title-works.jpg);
}
.ul_works {
  border-bottom: 1px solid #0EB7A4;
  position: relative;
  margin-bottom: 4rem;
}
.ul_works:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  bottom: -2.5px;
  margin-left: -70px;
}
.ul_works li {
  border-top: 1px solid #0EB7A4;
  padding: 2rem 0;
  position: relative;
}
.ul_works > li:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
.ul_works h4 {
  font-size: 1.75rem;
  font-weight: bold;
}
.ul_works h4 span {
  color: #0EB7A4;
  margin-right: 0.5rem;
}
.ul_works div {
  display: flex;
  align-items: flex-start;
  width: 94%;
  margin: 2rem auto;
}
.ul_works div dl {
  width: calc(65% - 2rem);
  display: flex;
  flex-wrap: wrap;
  margin-right: 2rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.ul_works div dt {
  width: 30%;
  padding: 0.75rem 1rem;
  background-color: #EFEFEF;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ul_works div dd {
  width: 70%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
.ul_works .title {
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  font-weight: bold;
}
.ul_works div figure {
  width: 35%;
}
.ul_works div figure img {
  width: 100%;
}

/* ----------------------------------------------------------
 Page - Company
---------------------------------------------------------- */
body.company .art_title {
  background-image: url(images/title-company.jpg);
}
/* ごあいさつ */
div.greeting {
  width: 80%;
  min-width: 1000px;
  margin: 3rem auto 7rem auto;
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
}
div.greeting:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
div.greeting h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
div.greeting p:last-of-type {
  text-align: right;
  margin-top: 1rem;
}
/* 共通 */
body.company div.policy,
body.company div.health,
body.company div.profile {
  border-top: 1px solid #0EB7A4;
  position: relative;
  padding: 5rem 0 4rem 0;;
}
body.company div.policy:before,
body.company div.health:before,
body.company div.profile:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
body.company div.contents h4 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
body.company div.contents > p {
  padding: 0 2rem;
}
/* 経営基本方針 */
div.policy ul {
  display: flex;
  justify-content: center;
  width: 80%;
  min-width: 1000px;
  margin: 2rem auto;
}
div.policy ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2F7F4;
  width: 33%;
  margin: 0 0.5%;
  padding: 1rem;
  text-align: center;
  font-size: 0.9rem;
}
/* 健康経営理念 */
div.health h4 + p {
  text-align: center;
}
div.health ol {
  display: flex;
  justify-content: center;
  width: 80%;
  min-width: 1000px;
  margin: 2rem auto;
}
div.health ol li {
  background-color: #E2F7F4;
  width: 24%;
  margin: 0 0.5%;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 0.9rem;
  counter-increment: healthnumber;
  position: relative;
}
div.health ol li:before {
  content: counter(healthnumber);
  color: #0EB7A4;
  font-size: 1.25rem;
  font-weight: bold;
  width: 1.5em;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
/* 会社概要 */
div.profile dl {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
div.profile dl dt {
  width: 25%;
  padding: 0.75rem 1rem;
  background-color: #EFEFEF;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div.profile dl dd {
  width: 75%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
div.profile dl dd a {
  color: #0EB7A4;
  display: inline-block;
  border-bottom: 1px solid #0EB7A4;
  margin-bottom: 0.5rem;
}
div.profile dl dd figure {
  display: flex;
  margin: 0.5rem 0;
}
div.profile dl dd figure img {
  width: 70px;
}
div.profile > dl > dd ul li {
  padding: 0.25em 0;
  border-bottom: 1px dotted #cccccc;
}
/* 沿革 */
div.history {
  border-top: 0;
}
div.history:before {
  content: none;
}
div.history dl {
  width: 75%;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 3rem 2rem 4rem 2rem;
  border-radius: 0.5rem;
}
div.history dl dt {
  color: #0EB7A4;
  font-weight: bold;
  width: 20%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
div.history dl dd {
  width: 80%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
/* 沿革 */
div.qualification {
  border-top: 0;
  padding: 5rem 0 0 0;
}
div.qualification:before {
  content: none;
}
div.qualification > dl {
  width: 75%;
  min-width: 900px;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 1.5rem;
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
}
div.qualification > dl > dt {
  color: #0EB7A4;
  font-weight: bold;
  width: 20%;
  padding: 0.75rem 1rem;
}
div.qualification > dl > dd {
  width: 80%;
  padding: 0.75rem 1rem;
}
div.qualification > dl > dd .list {
  display: flex;
  flex-wrap: wrap;
}
div.qualification > dl > dd .list dt {
  width: 80%;
  padding: 0.25em 0;
  border-bottom: 1px dotted #cccccc;
}
div.qualification > dl > dd .list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
  padding: 0.25em 0;
  border-bottom: 1px dotted #cccccc;
}
div.qualification > dl > dd ul li {
  padding: 0.25em 0;
  border-bottom: 1px dotted #cccccc;
}

/* ----------------------------------------------------------
 Page - Office
---------------------------------------------------------- */
body.office .art_title {
  background-image: url(images/title-office.jpg);
}
body.office .inner {
  width: 75%;
}
body.office article > div {
  width: 80%;
  min-width: 1000px;
  margin: 2rem auto;
}
div.spot {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  position: relative;
  padding: 3rem 2rem 1rem 2rem;
  margin-bottom: 4rem !important;
}
div.spot:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
div.spot h3 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
div.spot div {
  display: flex;
  width: 100% !important;
  min-width: initial !important;
}
div.spot div figure {
  width: 45%;
  padding-right: 2rem;
  padding-top: 0.75rem;
}
div.spot div figure img {
  width: 100%;
}
div.spot div dl {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
div.spot div dl dt {
  color: #0EB7A4;
  font-weight: bold;
  width: 20%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
div.spot div dl dd {
  width: 80%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
div.spot div dl dt:last-of-type,
div.spot div dl dd:last-of-type {
  border-bottom: 0;
}
div.spot div dl dd iframe {
  width: 100%;
  height: 200px;
}
div.minioffice {
  display: flex;
  flex-direction: column;
  width: 80%;
  min-width: 1000px;
  margin: 2rem auto;
}
div.minioffice div.spot {
  margin-bottom: 0;
}
div.minioffice div.spot div,
div.minioffice div.spot div dl {
  width: 100% !important;
}
div.minioffice div.spot h3 span {
  display: inline;
}

/* ----------------------------------------------------------
 Page - Recruite
---------------------------------------------------------- */
body.recruit .art_title {
  background-image: url(images/title-recruit.jpg);
}
body.recruit h3 + p {
  margin-bottom: 3rem;
}
body.recruit h4 {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
body.recruit figure.inner {
  min-width: initial;
  width: 70%;
}
/* 募集要項 */
div.job {
  border-top: 1px solid #0EB7A4;
  position: relative;
  padding: 5rem 0 4rem 0;
  margin-top: 5rem;
}
div.job:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
div.job p {
  padding: 0 2rem;
  text-align: center;
}
div.job dl {
  width: 80%;
  min-width: 1000px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  border-bottom: 0;
}
div.job dl h4 + p {
  margin-bottom: 3rem;
}
div.job dl dt {
  width: 25%;
  padding: 0.75rem 1rem;
  background-color: #EFEFEF;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div.job dl dd {
  width: 75%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
div.job dl dd a {
  color: #999999;
  border-bottom: 1px solid  #999999;
  font-weight: bold;
}
/* 職場環境 */
body.recruit .blue h4 + p {
  text-align: center;
}
body.recruit div.photo {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
body.recruit div.photo figure {
  width: 32%;
  position: relative;
}
body.recruit div.photo figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: rgba(00,00,00,0.6);
  padding: 1.5rem 0;
}
body.recruit .blue dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 4rem auto 2rem auto;
}
body.recruit .blue dl dt {
  width: 20%;
  margin-bottom: 2rem;
}
body.recruit .blue dl dd {
  width: 80%;
  margin-bottom: 2rem;
}
body.recruit .blue h5 {
  color: #0EB7A4;
  font-weight: bold;
  font-size: 1.5rem;
}
div.other {
  display: flex;
}
div.other figure {
  width: 40%;
}
div.other div {
  width: 60%;
  padding: 1rem 2rem;
}
div.other div ul {
  margin-top: 1rem;
}
div.other div ul li:before {
  content: "■";
}
body.recruit .blue + article {
  text-align: center;
  padding-top: 5rem;
}

/* ----------------------------------------------------------
 Page - Contact
---------------------------------------------------------- */
body.contact .art_title,
body.contact-confirm .art_title,
body.contact-completion .art_title {
  background-image: url(images/title-contact.jpg);
}
body.contact-confirm .art_title,
body.contact-completion .art_title {
  margin-bottom: 0;
}
body.contact-completion .formbox {
  background-color: transparent;
  padding: 0;
}
body.contact article.inner p {
  text-align: center;
}
body.contact article.inner div {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  padding: 3rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  min-width: 840px;
  margin: 3rem auto 4rem auto;
}
body.contact article.inner div:before {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -70px;
}
body.contact article.inner div h3 {
  font-size: 2rem;
  margin: 0 1rem;
}
body.contact article.inner div h3 span {
  color: #0EB7A4;
  font-size: 2rem;
  display: inline;
  margin: 0 1rem;
  padding: 0;
}
body.contact article.inner div p {
  width: 100%;
  color: #ffffff;
  background-color: #0EB7A4;
  margin: 1.5rem 0 0 0;
  padding: 0.5rem 0;
}
.form {
  background-color: #EFEFEF;
  padding: 5rem 0 4rem 0;
}
body.contact-completion .form {
  background-color: #ffffff;
}
.form .formbox {
  margin: 2rem 0;
  padding: 3rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
}
.form .formbox dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.form .formbox dl dt {
  width: 20%;
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.form .formbox dl dt span {
  color: #ffffff;
  background-color: #0EB7A4;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}
.form .formbox dl dd {
  width: 80%;
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.form .formbox dl dd input,
.form .formbox dl dd textarea {
  width: 100%;
  padding: 0.5rem;
  background-color: #E2F7F4;
  resize: vertical;
}
.form .formbox dl dd .mwform-tel-field input {
  width: auto !important;
}
.form h4,
.form h4 + p {
  font-size: 0.9rem;
}
body.contact footer .sec_contact,
body.contact-confirm footer .sec_contact,
body.contact-completion footer .sec_contact {
  display: none;
}

/* ----------------------------------------------------------
 Page - Privacy Policy
---------------------------------------------------------- */
body.privacy-policy .art_title {
  background-image: url(images/title-contact.jpg);
}
body.privacy-policy dl {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 1.5rem;
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.75em;
}
body.privacy-policy dl dt {
  color: #0EB7A4;
  font-weight: bold;
  width: 25%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
body.privacy-policy dl dd {
  width: 75%;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cccccc;
}
body.privacy-policy dl dt:last-of-type,
body.privacy-policy dl dd:last-of-type {
  border-bottom: 0;
}

/* ----------------------------------------------------------
 Page - Single お知らせ
---------------------------------------------------------- */
body.single .art_title,
body.archive .art_title {
  background-image: url(images/title-news.jpg);
}
body.single footer article,
body.archive footer article,
body.date footer article {
  margin-top: 4rem;
}
.sec_single h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid #0EB7A4;
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.sec_single .inner {
  display: flex;
  align-items: flex-start
}
/* Sidebar */
.sec_single .inner aside {
  width: 25%;
}
.sec_single .inner aside > div {
  border: 1px solid #0EB7A4;
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec_single .inner aside > div:before {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background-color: #0EB7A4;
  position: absolute;
  left: 50%;
  top: -2.5px;
  margin-left: -40px;
}
.sec_single .inner aside ul li {
  border-bottom: 1px dashed #cccccc;
  padding: 0.5rem 0;
}
.sec_single .inner aside ul li time {
  color: #0EB7A4;
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
}
/* News */
.sec_single .inner article.right {
  width: calc(75% - 4rem);
  margin-left: 4rem;
}
.sec_single .inner article.right article {
  border-top: 1px solid #0EB7A4;
  padding: 2rem 2rem 3rem 2rem;
  position: relative;
}
.sec_single .inner article.text time {
  color: #0EB7A4;
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
body.single .sec_single .inner article.text p {
  margin-bottom: 1rem;
}
body.single .sec_single .inner article.text img {
  padding: 0.5rem;
  border: 1px solid #cccccc;
}
body.single .sec_single .inner article.text a.fancyboxforwp {
  display: inline-block;
  margin-right: 1rem;
}
.sec_single p.more {
  text-align: right;
}
.sec_single p.more span {
  display: inline-block;
  padding: 0.75rem 5rem;
  margin-top: 2rem;
  color: #0EB7A4;
  background-color: #ffffff;
  border: 1px solid #0EB7A4;
  font-weight: bold;
  position: relative;
}
.sec_single p.more span:before,
.sec_single p.more span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #0EB7A4;
}
.sec_single p.more span:before {
  width: 60px;
  transform: translate(20px, 0px);
}
.sec_single p.more span:after {
  width: 10px;
  transform-origin: right center;
  transform: translate(20px, 0px) rotate(45deg);
}
.sec_single p.more span:hover,
.form .formbox p input:hover {
  color: #ffffff;
  background-color: #0EB7A4;
  transition: 0.3s;
}
.sec_single p.more span:hover:before,
.sec_single p.more span:hover:after {
  background-color: #000000;
  -webkit-animation: linkaction 1s infinite;
  animation: linkaction 1s infinite;
}

/* category.php */
body.archive .sec_single .inner article.right article:last-of-type {
  border-bottom: 1px solid #0EB7A4;
}
.sec_single .inner article.right article h3 {
  border-bottom: 1px dashed #cccccc;
}
/* date.php */
body.date .sec_single .inner article.right > h3 {
  font-size: 1.75rem;
  color: #0EB7A4;
  margin-bottom: 2rem;
  border-bottom: 0;
}
/* pagination */
div.pagination {
  display: flex;
  justify-content: flex-start;
  clear:both;
  padding: 0;
  position:relative;
  background:none;
  margin: 1rem 0 0 0;
  vertical-align: middle;
}
div.pagination span,
.pagination a {
  display:block;
  float:left ;
  margin: 2px 2px 2px 0 ;
  padding:6px 9px 5px 9px ;
  text-decoration:none;
  width:auto;
  color:#fff;
  background-color: #666666;
  transition: .6s;
}
div.pagination a:hover{
  color: #ffffff;
  background: #0EB7A4; !important;
  transition: .6s;
}
div.pagination .current{
  padding:6px 9px 5px 9px ;
  background: #0EB7A4; !important;
  color: #fff;
}
div.pagination li {
  list-style-type: none;
}

/* ----------------------------------------------------------
 印刷用
---------------------------------------------------------- */
@media print {
  body {
    zoom: 0.68;
  }
  header {
    display: none;
  }
  .fadein {
    opacity: 1 !important;
  }
}



