@charset "UTF-8";
/*
 Theme Name:   katsuyama zoen
*/
/* reset
------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
ul, ol, li {
  list-style: none;
}
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
a:after {
  background-color: #000;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: .5;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  width: calc(100% - 0.25em);
}
img {
  max-width: 100%;
  height: auto;
  transition: all .5s ease, opacity .5s ease;
  -webkit-transition: all .5s ease, opacity .5s ease;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  width: 25%;
  vertical-align: middle;
}
table th, table td {
  padding: 15px 2%;
  box-sizing: border-box;
  border-top: solid 1px #ececec;
  text-align: left;
}
table tr:last-of-type th, table tr:last-of-type td {
  border-bottom: solid 1px #ececec;
}
/* common
------------------------------ */
body {
  font: 16px/1.8em Helvetica Neue, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ＭＳ ゴシック', sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
  min-height: 40vh;
}
section {
  margin-bottom: 10vw;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  opacity: 0;
}
section.view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
h1, #top h2 {
  font: 1.8em "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  line-height: 1em;
  margin: 0 auto 6vw;
}
h1 span, #top h2 span {
  display: block;
  font-size: 0.35em;
  font-family: Helvetica Neue, sans-serif;
  color: #888;
}
h2, #business ul li h2, #about h2 {
  font: 1.3em "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5vw;
}
h2 span, #business ul li h2 span, #about h2 span {
  display: block;
  font-family: Helvetica Neue, sans-serif;
  font-size: 0.55em;
  color: #888;
}
h2.tate span {
  margin: 4px 0 0 0;
  text-align: left;
}
h3 {
  font: 1.1em "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
  margin-bottom: 4vw;
}
h4 {
  font: 1.05em "dnp-shuei-mincho-pr6", sans-serif;
  margin-bottom: 2vw;
}
aside {
  display: none !important;
}
.forPC {
  display: none !important;
}
.inner {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
.min {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
.tate {}
.btn a {
  display: inline-block;
  min-width: 100px;
  padding: 2px 20px 2px 2px;
  box-sizing: border-box;
  background: url("/assets/img/common/ico_arrow_black.png") no-repeat right center/10px;
}
.btn a:after {
  background-color: #000;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: .5;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  width: calc(100% - 0.25em);
}
.btn-area {
  text-align: center;
}
.mb00 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 2vw;
}
.mb30 {
  margin-bottom: 3vw;
}
.mb50 {
  margin-bottom: 5vw;
}
.mb70 {
  margin-bottom: 8vw;
}
.tC {
  text-align: center;
}
figure img {
  width: 100%;
  object-fit: cover;
}
#main {
  position: relative;
  z-index: 1;
}
#main img {
  width: 100%;
  height: 66vw;
  object-fit: cover;
  margin-bottom: 8vw;
}
#main img + h1 {
  writing-mode: vertical-rl;
  position: absolute;
  right: 3%;
  top: 8vw;
  margin: 0 0 0 4%;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  z-index: 10;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  padding: 0;
  border: solid 1px #ddd;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
}
.wp-pagenavi .prev, .wp-pagenavi .next {
  font-size: 0;
  background-color: initial;
  border: none;
  width: 12px;
}
.wp-pagenavi .prev {
  margin-right: 15px;
}
.wp-pagenavi .next {
  margin-left: 15px;
}
/* header
------------------------------ */
header {
  position: relative;
  width: 100%;
  padding: 10px 1.5%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: space-between !important;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
header.small {
  position: fixed;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-name: UpToDown;
}
@keyframes UpToDown {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-50px); /* Y軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0);
  }
}
header #logo {
  width: 200px;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20vw 8% 0;
  box-sizing: border-box;
  transition: All 0.5s ease;
}
header nav.nav_open {
  display: block;
}
header nav li {
  position: relative;
  font-size: 1.1em;
  margin-bottom: 5vw;
}
header nav li a {
  display: block;
  padding: 1vw 0;
}
header nav li:nth-of-type(6) img {
  width: 12px;
  margin: -5px 7px 0 0;
}
header nav li:nth-of-type(7) a img {
  width: 20px;
  margin-right: 5px;
}
header nav li .child {
  font-size: 0.8em;
  padding: 3vw 3vw 0;
  box-sizing: border-box;
}
header nav li .child li {
  display: inline-block;
        margin: 2vw 3vw 0vw 0;
}
header nav li .child li a:before{
  content: "-";
  margin-right: 5px;
}
header nav .sns li{
  display: inline-block;
	width: 10vw;
  margin-right: 5vw;
}
header p.sns{
	        width: 32px;
        position: absolute;
        top: 27%;
        right: calc(45px + 5%);
}
header #menu {
  width: 45px;
  height: 45px;
  background: url(/assets/img/common/menu.png) no-repeat center / cover;
  position: absolute;
  z-index: 10;
  top: 8%;
  right: 3%;
  transition: all 0.3s ease 0s;
}
header #menu.close {
  background: url(/assets/img/common/close.png) no-repeat center / cover;
}
/* footer
------------------------------ */
footer{
  text-align: center;
}
footer #companyname {
  width: 120px;
        margin: 20vw auto 5vw;
}
footer ul{
  display: none;
}
footer .inner div:first-of-type p:last-of-type {
  font-size: 1.2em;
}
footer .inner div:first-of-type p:last-of-type a {
  border-bottom: solid 1px #000;
  padding: 10px 10px 15px;
}
footer .inner div:first-of-type p:last-of-type img {
  width: 22px;
  margin-right: 5px;
}
footer .inner div:last-of-type {
  margin-top: 12vw;
}
footer .inner div:last-of-type .sns{
  display: block;
      margin-top: 3vw;
}
footer .inner div:last-of-type .sns li {
  display: inline-block;
  width: 35px;
  margin: 0vw 2vw;
}
footer .inner #copyright {
  margin: 5vw 0;
}
/* top
------------------------------ */
#top #slide {
  position: relative;
  overflow: hidden;
}
#top #slide h1 {
  position: absolute;
  top: 18vw;
  right: 8vw;
  line-height: 1.4em;
  z-index: 1;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  writing-mode: vertical-rl;
}
#top #slide h1 span {
  font: 0.38em "dnp-shuei-mincho-pr6", sans-serif;
  color: #000;
  margin-left: -45px;
}
#top #slide li {
  width: 100vw !important;
  height: 80vw;
  overflow: hidden;
}
#top #slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #slide #top-news {
  position: relative;
  padding: 5vw 4%;
}
#top #slide #top-news h3 span {
  display: block;
  font-size: 0.7em;
  font-family: Helvetica Neue, sans-serif;
  font-weight: normal;
}
#top #slide #top-news h3 + p {
  display: none;
}
#top #slide #top-news .btn {
  position: absolute;
  top: 7vw;
  right: 4%;
}
#top #business ul li:nth-of-type(2) {
  margin-top: 5vw;
}
#top #business ul li a p {
  margin: 3vw 0 0;
  text-align: justify;
}
#top #about div {
  padding: 4vw;
  box-sizing: border-box;
}
#top #reason:before {
  content: "";
  position: absolute;
  left: 0;
  top: 72vw;
  width: 75vw;
  height: 15vw;
  background-color: #f2f2f2;
  z-index: -1;
}
#top #reason .inner div {
  margin-bottom: 2vw;
}
#top #reason .inner ol li {
  display: inline-block;
  width: 31%;
  margin-right: 1vw;
}
#top #reason .inner ol li:nth-of-type(2) {
  margin-top: 5vw;
}
#top #reason .inner ol li:last-of-type {
  margin-top: 10vw;
}
#top #works .inner ul li:nth-of-type(n+4){
	display: none;
}
#top #recruit:before, #top #recruit:after {
  content: "";
  position: absolute;
  width: 75vw;
  height: 40vw;
  background-color: #e3f0ea;
  z-index: -1;
}
#top #recruit:before {
  right: 0;
  top: 0;
}
#top #recruit:after {
  left: 0;
  bottom: 15vw;
}
#top #recruit .inner {
  position: relative;
}
#top #recruit .inner h2 {
  padding: 6vw 0 0 2vw;
}
#top #recruit .inner a:nth-of-type(4) {
  display: block;
  width: 80%;
  margin: 4vw auto;
}
/* about
------------------------------ */
#about #message .flex h2 {
  line-height: 2em;
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 0, 100);
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-skip-ink: none;
}
#about #profile img {
  margin-bottom: 3%;
}
#about #thought ol li, #maintenance ol li {
  margin-bottom: 5%;
  padding-bottom: 6%;
  border-bottom: solid 1px #ececec;
}
#about #thought ol li h3 img, #maintenance ol li h3 img {
	width:38px;
  margin-right: 10px;
}
#about #machine table {
  margin-bottom: 4vw;
}
#about #machine table:first-of-type td:first-of-type{
	width: 150px;
}
#about #machine .flex.tC li {
  margin-bottom: 4%;
}
#about #access iframe {
  width: 100%;
  height: 80vw;
  margin-bottom: 4%;
}
/* creative
------------------------------ */
#creative section .flex img {
  width: 30%;
}
#creative section ul li {
  margin-bottom: 8vw;
  vertical-align: top;
}
#creative section ul li img {
  margin-bottom: 1vh;
}
#creative ol {
  padding: 3vw 5vw;
  border: solid 4px #eee;
}
#creative ol li {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: dashed 1px #ececec;
}
#creative ol li:before {
  content: "●";
  color: #9bccb3;
  margin-right: 6px;
}
#creative ol li:last-of-type {
  border-bottom: none;
}
#creative #faq dl, #maintenance #faq dl {
  margin-bottom: 8vw;
}
/* maintenance
------------------------------ */
#maintenance ol li ul li {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 3vw;
}
/* reason
------------------------------ */
#reason section:first-of-type h2 {
  line-height: 2em;
  text-decoration-line: underline;
  text-decoration-color: rgba(0, 0, 0, 100);
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  text-decoration-skip-ink: none;
}
#reason section img + div {
  position: relative;
  margin-top: 4vw;
  text-align: justify;
}
#reason section img + div:before {
  position: absolute;
  top: 0vw;
  right: 2vw;
  font: 8em "Monotype Corsiva";
  color: #eee;
  z-index: -1;
}
#reason section:nth-of-type(2) img + div:before {
  content: "1";
}
#reason section:nth-of-type(3) img + div:before {
  content: "2";
}
#reason section:nth-of-type(4) img + div:before {
  content: "3";
}
/* flow
------------------------------ */
#flow h1 {
  margin: 4vh 0 6vw;
}
#flow .flex {
  position: relative;
}
#flow .flex:before {
  font: 8em 'Caveat', cursive;
  position: absolute;
  right: 0;
  bottom: -2vw;
  color: #f1f5f3;
  z-index: -1;
}
#flow section:first-of-type:before {
  content: "1";
}
#flow section:nth-of-type(2):before {
  content: "2";
}
#flow section:nth-of-type(3):before {
  content: "3";
}
#flow section:nth-of-type(4):before {
  content: "4";
}
#flow section:nth-of-type(5):before {
  content: "5";
}
#flow .flex img {
  margin-bottom: 4vw;
  border-radius: 5px;
}
#flow section:first-of-type div ul li {
  display: inline-block;
  margin: 3vw 3vw 0 0;
}
/* faq
------------------------------ */
#faq h1 {
  margin: 3vh 0 8vh;
}
#faq h2 {
  position: relative;
  padding-left: 25px;
}
#faq h2:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #aaa;
}
#faq dl dt {
  border: 1px solid #e5e5e5;
  padding: 10px 25px 10px 15px;
  margin-bottom: 10px;
  background: url("/assets/img/common/ico_arrow_black_under.png") no-repeat right 16px center /14px;
}
#faq dl dt.open {
  background: url("/assets/img/common/ico_arrow_black_top.png") no-repeat right 16px center /14px;
}
#faq dl dt span {
  margin-right: 5px;
}
#faq dl dd {
  display: none;
  padding: 1vw 2% 5vw;
}
#faq dl dd:before {
  content: "A.";
}
/* works
------------------------------ */
#works ul.inner {
  padding-top: 8vw;
}
#works ul.inner li {
  display: inline-block;
  margin: 0 1vw;
}
#works .inner ul li {
  font-size: 0.92em;
  margin: 0 0 6vw 0%;
}
#works .inner ul li img {
  height: 60vw;
  margin-bottom: 3vw;
}
#works .inner ul li .min {
  font-size: 1.1em;
}
#works .inner ul li span, #works-detail #main .day span {
  display: inline-block;
  font-size: 0.95em !important;
  line-height: 1.4em;
  min-width: 50px;
  color: #fff;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #000;
  margin: -3px 0 0 10px;
  text-align: center;
}
/* works-detail
------------------------------ */
#works-detail {
  background-color: #f2f2f2;
  padding-bottom: 12vw;
}
#works-detail #main {
  padding-top: 10vw;
}
#works-detail #main h1 {
  margin-bottom: 3vw;
}
#works-detail #main h1 + p {
  margin-bottom: 5vw;
}
#works-detail #main .day span {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
#works-detail .slider li{
	        width: 100%;
        height: 66vw;
	background-color: #fff;
}
#works-detail .slider li img {
  width: 100%;
  height: 100%;
          object-fit: contain;
}
#works-detail .thumbnail {
  margin: 2vw 0 3vw;
}
#works-detail .thumbnail .slick-track {
  width: 100% !important;
  margin: 0;
  transform: none !important;
}
#works-detail .thumbnail li {
  position: relative;
  width: 21vw !important;
  height: 16vw;
  margin: 1%;
  opacity: 0.5;
}
#works-detail .thumbnail li.slick-current {
  opacity: 1;
}
#works-detail .thumbnail li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
#works-detail .thumbnail li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
  color: #fff;
  padding: 0 6px;
  background-color: #888888;
}
#works-detail .type li {
  display: inline-block;
  color: #006934;
  border: solid 1px #006934;
  border-radius: 12px;
  padding: 0 10px;
  margin-bottom: 1.5%;
  text-align: center;
}
/* news-list
------------------------------ */
#news-list h1 {
  margin-top: 4vh;
}
#news-list ul li {
  margin-bottom: 5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-list ul li span {
  position: relative;
  padding: 0 0px 0 25px;
  margin-left: 9px;
}
#news-list ul li span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #aaa;
}
/* news-detail
------------------------------ */
#news-detail h1 {
  font: 1.8em/1em "dnp-shuei-mincho-pr6", sans-serif;
  margin: 4vh 0 4vw;
}
/* recruit
------------------------------ */
.recruit * {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'MS Gothic', 'ＭＳ ゴシック', Osaka, YuGothic, 'Yu Gothic', sans-serif;
  letter-spacing: 0;
}
.recruit h1 {
  top: 3vw !important;
  width: 34vw;
}
.recruit h1 img {
  width: 100% !important;
  height: auto !important;
}
.recruit h2 {
  font-size: 1.8em;
}
.recruit h1,.recruit h2, .recruit h3 {
  font-weight: bold;
}
.recruit .recruit-nav {
  position: relative;
  padding: 6vw 0 3vw;
  background-color: #a7dcbd;
  text-align: center;
}
.recruit .recruit-nav li {
  display: inline-block;
  margin-right: 3vw;
}
.recruit .recruit-nav li:last-of-type {
  margin-right: 0;
}
.recruit .recruit-nav li a img {
  width: 12px;
  margin-left: 8px;
}
/* recruit-thought
------------------------------ */
#thought #message {
  color: #fff;
  padding: 10vw 0;
  background: url("/assets/img/recruit/bg_message_sp.jpg") no-repeat center/cover;
}
#thought #message h3 {
  font-size: 1.2em;
  line-height: 1.7em;
}
#thought #point ol li {
  display: inline-block;
  width: 48%;
  margin: 0 2% 3% 0;
}
#thought #point ol li:nth-of-type(even) {
  margin-right: 0;
}
#thought #job > h3 {
  color: #fff;
  background-color: #006934;
  padding: 6px 15px;
  border-radius: 3px;
}
#thought #job ul li {
  margin: 0 0 6vw 0;
}
#thought #job ul li:nth-of-type(even) {
  margin-right: 0;
}
#thought #job ul li img {
  width: 100%;
  height: 60vw;
  object-fit: cover;
  margin-bottom: 3vw;
}
/* recruit-interview
------------------------------ */
#interview .inner section{
	        border-bottom: dotted 1px #000;
        padding-bottom: 10vw;
	margin-bottom: 12vw;
}
#interview .inner section:last-of-type{
	border-bottom: none;
}
#interview h2 {
  font-size: 1.3em;
	padding: 3px 12px;
        border: 1px solid #000;
}
#interview .flex img {
  width: 100%;
        height: 55vw;
        object-fit: cover;
        margin-bottom: 3vw;
}
/* recruit-welfare
------------------------------ */
#welfare  h1{
	width: 27vw;
}
#welfare div > div {
  margin-block: 3vw;
}
#welfare .features ol {
  margin-bottom: 8vw;
}
#welfare .features ol li {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 3vw;
  text-decoration: underline;
}
#welfare .features ol li span {
  color: #006934;
}
#welfare #event > div > div:last-of-type .btn {
  margin-top: 5vw;
}
#welfare #event > div > div:last-of-type img {
  width: 30%;
}
#welfare #event > div > div:last-of-type > div {
  width: 100%;
  margin-top: 8vw;
}
#welfare section ul li {
  display: inline-block;
}
#welfare section ul li img {
  width: 100%;
  object-fit: cover;
}
#welfare section .allowance li {
  width: 48.2%;
  margin: 0 0 2% 0;
}
#welfare section .photo li {
  width: 31%;
  margin: 0 1% 1% 0;
}
#welfare section .allowance li:nth-of-type(even), #welfare section .photo li:nth-of-type(3n) {
  margin-right: 0;
}
#welfare section .photo li img {
  height: 20vw;
}
/* requirements
------------------------------ */
#requirements h1 {
  position: static;
  margin-top: 4vh;
}
#requirements #visit {
  padding: 6vw;
  background-color: #e3f0ea;
}
/* not-found
------------------------------ */
#not-found h1 {
  margin-top: 4vh;
}
/* contact
------------------------------ */
#contact h1 {
  margin-top: 4vh;
}
#contact h1 + p {
  text-align: justify;
}
#contact .red {
  color: #FF0000;
}
#contact #privacy {
  height: 250px;
  border: solid 1px #ccc;
  margin: 0 auto 5vh;
  padding: 6vw;
  box-sizing: border-box;
  overflow-y: scroll;
}
#contact #privacy h4 {
  margin: 5vw 0 1vw;
}
input[type=text], textarea, input[type=tel], input[type=email] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}
input[type=submit], input[type=reset], input[type=button] {
  background-color: #fff;
  width: 48%;
  color: inherit;
  padding: 15px;
  box-sizing: border-box;
  border: solid 1px #000;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
input[type=submit] {
  background-color: #000;
  color: #fff;
}
input[type=checkbox] {
  margin: 0 4px 0 20px;
}
input[type=checkbox]:first-of-type {
  margin-left: 0;
}
input[type=submit] {
  background-image: none;
}
textarea {
  height: 250px;
}
.wpcf7c-force-hide {
  display: none !important;
}