@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 1.6rem;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  margin: 0;
  font-size: 1.73rem;
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0;
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

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

  table th,
  table td {
    font-size: 14px;
  }
}

a {
  display: block;
  color: #000;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

.flex-style,
.col3-b3 .child p,
.item-detail .item-img,
.item-detail .pdf-link p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

@media only screen and (max-width: 599px) {
  .flex-style-smp {
    display: block;
  }
}

.fstart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fcenter,
.page-btn,
.col3-b3 .child p,
.item-detail .item-img,
.item-detail .pdf-link p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ait {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aic,
.item-detail .item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  z-index: 2000;
}

@media only screen and (max-width: 599px) {
  #inner {
    height: auto;
  }
}

.header-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-cnt p,
.header-cnt a {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .header-cnt {
    display: block;
    height: auto;
  }
}

header {
  width: 100%;
  min-width: 1180px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  header {
    min-width: 0;
  }
}

h2 {
  margin: 0 auto 40px;
  text-align: center;
  color: #3A4790;
  font-size: 4.26rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h2::after {
  content: "";
  display: block;
  width: 40px;
  margin: 0 auto;
  border-bottom: solid 1px #3A4790;
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
  }
}

#home h2 {
  margin: 0 auto 20px;
}

#home h2+p {
  margin: 0 auto 60px;
  text-align: center;
  color: #3A4790;
  font-size: 1.73rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

@media only screen and (max-width: 599px) {
  h2+p {
    margin: 0 auto 25px;
  }
}

h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  color: #3A4790;
  font-size: 2.13rem;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h3::before {
  display: block;
  content: "";
  width: 19px;
  height: 18px;
  margin-right: 8px;
  background: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/h3-bg.png) no-repeat center center;
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  h3::before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 5px;
  color: #007a5a;
  font-size: 1.86rem;
  text-align: left;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h4::before {
  display: block;
  content: "";
  width: 10px;
  height: 18px;
  margin-right: 8px;
  background: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/h4-bg.png) no-repeat center center;
}

.logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
}

.logo-box a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.logo-box .logo-image {
  width: 100%;
  max-width: 71px;
  height: auto;
  margin-right: 10px;
}

.logo-box img {
  width: 100%;
  height: auto;
}

.logo-box h1 {
  font-size: 1.86rem;
}

.logo-box h1 span {
  font-size: 2.39rem;
}

.logo-box p {
  letter-spacing: 1px;
}

@media only screen and (max-width: 599px) {
  .logo-box {
    margin: 0 auto;
    padding: 10px 0;
  }

  .logo-box .logo-image {
    margin-right: 5px;
  }

  .logo-box .logo-text {
    width: calc(100% - 135px);
  }

  .logo-box a {
    margin: 0 auto;
  }
}

.clear-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
}

.header-lock {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: rgba(58, 71, 144, 0.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.header-lock_inner {
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .header-lock_inner {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .header-lock.fixed-header {
    background: #3a4790;
  }

  .fixed-header .header-cnt {
    height: 90px;
  }

  #inner .fixed-header {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    top: 0;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

#gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

#gnavi ul li {
  position: relative;
  height: 30px;
  letter-spacing: 1px;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
}

#gnavi ul li a {
  position: relative;
  display: block;
  padding: 0 23px;
  text-align: center;
  line-height: 30px;
  overflow: unset;
}

#gnavi ul li a::after {
  bottom: 0;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 0 auto;
  border-top: solid 1px #FFC700;
  opacity: 0;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  z-index: 10000;
}

#gnavi ul li:hover>a {
  opacity: 1;
}

#gnavi ul li:hover>a::after {
  opacity: 1;
}

#gnavi ul li:nth-of-type(5) {
  width: 130px;
  height: auto;
  margin-left: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #FFC700;
}

#gnavi ul li:nth-of-type(5):hover {
  background: #fff;
}

#gnavi ul li:nth-of-type(5) a {
  height: 50px;
  line-height: 50px;
  color: #3A4790;
  -webkit-transition: 0s;
  transition: 0s;
}

#gnavi ul li:nth-of-type(5) a::after {
  display: none;
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
  }

  #gnavi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
  }

  #gnavi ul li {
    width: 50%;
    height: auto;
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
  }

  #gnavi ul li a {
    padding: 10px 5px;
    color: #3A4790;
    line-height: 1.6;
    font-size: 1.4rem;
    background: none;
  }

  #gnavi ul li a::after {
    display: none;
  }

  #gnavi ul li:nth-of-type(5) {
    width: 50%;
    height: auto;
    margin-left: 0;
    background: none;
    border: none;
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
  }

  #gnavi ul li:nth-of-type(5) a {
    height: auto;
    line-height: inherit;
    padding: 10px 5px;
  }

  #gnavi ul li:nth-of-type(odd) {
    border-left: 1px rgba(0, 32, 96, 0.9) solid;
  }

  #gnavi ul li:nth-of-type(1) {
    width: 100%;
    border-left: none;
  }
}

#smp-menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  #smp-menu {
    display: block;
    width: 100%;
    color: rgba(0, 32, 96, 0.9);
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    cursor: pointer;
    border-top: solid 1px rgba(0, 32, 96, 0.9);
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
    background: #fff;
  }
}

#home #gnavi ul li:nth-of-type(1) a::after {
  opacity: 1;
}

#business #gnavi ul li:nth-of-type(2) a::after {
  opacity: 1;
}

#company #gnavi ul li:nth-of-type(3) a::after {
  opacity: 1;
}

#contact #gnavi ul li:nth-of-type(4) a::after {
  opacity: 1;
}

#recruit #gnavi ul li:nth-of-type(5) {
  background: #fff;
}

/* スライド */
.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/* トップ */
.slide-box {
  position: relative;
}

.slide-box #slide {
  margin-top: -110px;
}

.slide-box .slide-after {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px 0;
  background: rgba(58, 71, 144, 0.9);
  z-index: 1000;
}

.slide-box .slide-after p {
  line-height: 2;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .slide-box #slide {
    margin-top: 0;
  }

  .slide-box .slide-after {
    position: static;
    padding: 15px 5px;
    background: #3a4790;
  }
}

.col3i3 {
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 599px) {
  .col3i3 {
    margin: 0 auto 10px;
  }

  .col3i3 p {
    margin: 0 auto 20px;
  }
}

.wide-cnt {
  background-size: cover;
}

.wide-cnt .wide-cnt-fil {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.wide-cnt .more-btn {
  width: 240px;
  margin: 0 auto;
  background: #FFC700;
}

.wide-cnt .more-btn.pt1 {
  width: 300px;
  padding: 7px 0;
}

.wide-cnt .more-btn p {
  position: relative;
  text-align: center;
  line-height: 2.2;
  color: #3A4790;
  font-size: 1.86rem;
}

.wide-cnt .more-btn p::after {
  content: "→";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
}

.wide-cnt.wide1 {
  height: 730px;
  background: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/top-bg1.jpg) no-repeat center center;
}

.wide-cnt.wide2 {
  height: 710px;
  background: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/top-bg2.jpg) no-repeat center center;
}

@media only screen and (max-width: 599px) {
  .wide-cnt .wide-cnt-fil {
    padding: 50px 5px;
  }

  .wide-cnt.wide1,
  .wide-cnt.wide2 {
    height: auto;
    background-size: cover;
  }
}

.wm1320 {
  width: 100%;
  max-width: 1320px;
}

.col3i3b {
  width: 100%;
  max-width: 1320px;
}

.col3i3b .child>p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .col3i3b .child {
    margin: 0 auto 30px;
  }

  .col3i3b .child>p {
    margin-bottom: 10px;
  }
}

/* セカンド */
#a01,
#a02,
#a03,
#a04,
#a05,
#a06 {
  margin-top: -140px;
  padding-top: 140px;
}

#page-des {
  position: relative;
  width: 100%;
  clear: both;
  z-index: 1;
}

#introduce-box {
  width: 100%;
  margin: 0 auto 70px;
  background-color: #F8F8F8;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#introduce-box {
  background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg1.jpg);
}

#company #introduce-box {
  background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg2.jpg);
}

#recruit #introduce-box {
  background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg3.jpg);
}

#contact #introduce-box {
  background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg4.jpg);
}

@media only screen and (max-width: 599px) {
  #introduce-box {
    background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg5.jpg);
  }
}

@media only screen and (max-width: 599px) {
  #company #introduce-box {
    background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg5.jpg);
  }
}

@media only screen and (max-width: 599px) {
  #recruit #introduce-box {
    background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg5.jpg);
  }
}

@media only screen and (max-width: 599px) {
  #contact #introduce-box {
    background-image: url(https://www.sakayori-kt.co.jp/wp/wp-content/themes/sakayori-themes/img/page-des__bg5.jpg);
  }
}

#page-des-in {
  position: relative;
  width: 100%;
  max-width: 1720px;
  height: 300px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1760px) {
  #page-des-in {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 599px) {
  #page-des-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#page-des h2 {
  margin: 0px auto 35px;
  padding: 80px 0 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

#page-des h2::after {
  display: none;
}

#page-des h2+p {
  font-size: 18.6px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  #page-des h2 {
    padding: 15px 5px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.85);
  }
}

#topic-path {
  margin-right: 60px;
  padding-top: 10px;
}

#topic-path ul li,
#topic-path ul li a {
  color: #7F7F7F;
}

#topic-path ul li {
  margin: 0 30px 0 0;
  font-size: 1.6rem;
  line-height: 35px;
}

#topic-path ul li {
  margin-right: 15px;
}

#topic-path ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#topic-path ul li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topic-path ul li:nth-of-type(1)::before {
  display: none;
}

#topic-path ul li.link a {
  margin-right: 4px;
}

@media only screen and (max-width: 599px) {
  #topic-path {
    display: none;
  }
}

.page_nav {
  width: 700px;
}

.page_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_nav ul::after {
  content: '';
  display: block;
  height: 0;
  visibility: 0;
  clear: both;
}

.page_nav ul li {
  margin: 0 20px 5px 0;
}

.page_nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.page_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}

.page_nav a::before {
  content: "▸";
  display: block;
}

@media only screen and (max-width: 599px) {
  .page_nav {
    display: none;
  }
}

/*各エレメント設定
---------------------------------------------------------------------------*/
.contents-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 40px;
}

section {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 115px;
}

section.top-section {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
    margin: 0 auto 60px;
  }

  section.center {
    width: 100%;
    margin: 0 auto 20px;
  }

  section#company {
    margin: 0 auto 140px;
  }
}

.contents-wrap section:nth-last-of-type(1) {
  margin: 0 auto 200px;
}

.content-box-inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .content-box-inner {
    width: 95%;
    margin: 0 auto;
  }
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 33% 0 0 0;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 事業内容 */
.col2t2 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: solid 1px #bfbfbf;
}

.col2t2 th,
.col2t2 td {
  padding: 7px 5px 5px 20px;
  border-bottom: solid 1px #bfbfbf;
}

.col2t2 th,
.col2t2 td:nth-child(2) {
  text-align: center;
}

.col2t2 th:nth-child(1) {
  width: 1120px;
}

.col2t2.typeb {
  margin: 0 auto 40px;
}

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

  .col2t2 th,
  .col2t2 td {
    padding: 5px;
  }

  .col2t2 th {
    width: 110px;
    padding-right: 0;
  }
}

.col4t4 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: solid 1px #bfbfbf;
}

.col4t4 th,
.col4t4 td {
  padding: 7px 5px 5px 20px;
  text-align: center;
  border-bottom: solid 1px #bfbfbf;
}

.col4t4 td:nth-child(1) {
  text-align: left;
}

.col4t4 th:nth-child(1) {
  width: 600px;
}

.col4t4 th:nth-child(2) {
  width: 190px;
}

.col4t4 th:nth-child(3) {
  width: 330px;
}

.col3-t3 {
  width: 100%;
  margin: 0 auto;
}

.col3-t3 th,
.col3-t3 td {
  width: 30%;
  padding: 1px 0;
}

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

  .col3-t3 th,
  .col3-t3 td {
    display: block;
    width: 100%;
  }
}

/* 製品情報 */
.page-btn .child {
  position: relative;
  width: 49%;
  padding: 10px;
  color: #a6a6a6;
  font-weight: bold;
  background: #f2f2f2;
  border: solid 1px #d9d9d9;
  border-bottom: none;
  z-index: 1;
  cursor: pointer;
}

.page-btn .child:nth-of-type(2) {
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

.page-btn .child p {
  text-align: center;
}

.page-btn .child p:nth-of-type(1) {
  width: 470px;
}

.page-btn .child p:nth-of-type(2) {
  width: 90px;
}

.page-btn .child img {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.page-btn .child.active {
  background: #fff;
  border: solid 1px #7f7f7f;
  border-bottom: none;
  z-index: 3;
}

.page-btn .child.active img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

@media only screen and (max-width: 599px) {
  .page-btn .child p:nth-of-type(2) {
    display: none;
  }
}

.page-view {
  position: relative;
  width: 100%;
}

.selected-page {
  display: none;
  position: relative;
  width: 100%;
  padding-top: 35px;
  background: #fff;
  border-top: solid 1px #7f7f7f;
  border-bottom: solid 1px #7f7f7f;
  z-index: 2;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.selected-page.active {
  display: block;
}

.col3-b3 {
  width: 98%;
  margin: 0 auto 70px;
}

.col3-b3 .child {
  width: 32%;
  padding: 3px 0;
  background: #f2f2f2;
}

.col3-b3 .child p::before {
  content: "▸";
}

@media only screen and (max-width: 599px) {
  .col3-b3 .child {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.item-detail {
  margin: 0 auto 40px;
}

.item-detail .child:nth-of-type(1) {
  width: 242px;
}

.item-detail .child:nth-of-type(2) {
  width: calc(100% - 280px);
}

.item-detail .item-img {
  width: 242px;
  height: 242px;
  border: solid 1px #bfbfbf;
}

.item-detail .item-img img {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 240px;
}

.item-detail hr {
  border: none;
  border-top: solid 1px #bfbfbf;
}

.item-detail .spec-box+hr {
  margin-bottom: 20px;
}

.item-detail .spec-box {
  width: 100%;
  margin: 10px auto;
}

.item-detail .spec-box th,
.item-detail .spec-box td {
  padding: 0 10px;
  line-height: 1.4;
  font-size: 1.46rem;
}

.item-detail .spec-box th {
  width: 160px;
}

.item-detail .spec-box td:nth-of-type(1) {
  width: 320px;
}

.item-detail .pdf-link {
  width: 100%;
  max-width: 350px;
  padding: 3px 0;
  background: #f2f2f2;
}

.item-detail .pdf-link p::before {
  content: "▸";
}

@media only screen and (max-width: 599px) {
  .item-detail {
    margin: 0 auto 40px;
  }

  .item-detail .child:nth-of-type(1) {
    width: 100%;
  }

  .item-detail .child:nth-of-type(2) {
    width: 100%;
  }

  .item-detail .spec-box th,
  .item-detail .spec-box td {
    display: block;
  }

  .item-detail .spec-box td {
    line-height: 1.6;
    border-bottom: solid 1px #bfbfbf;
  }

  .item-detail .spec-box tr:nth-last-of-type(1) td:nth-last-of-type(1) {
    border-bottom: none;
  }
}

/* 企業情報 */
.box50 .child {
  width: 46%;
}

@media only screen and (max-width: 599px) {
  .box50 .child {
    width: 100%;
    margin-bottom: 40px;
  }
}

.col2-t2.typeb {
  width: 100%;
  margin: 0 auto 40px;
  border-top: solid 1px #bfbfbf;
}

.col2-t2.typeb th,
.col2-t2.typeb td {
  padding: 7px 5px 5px 20px;
  text-align: left;
  border-bottom: solid 1px #bfbfbf;
}

.col2-t2.typeb th {
  width: 140px;
}

.col2-t2.typeb ul {
  list-style-type: decimal;
}

.col2-t2.typeb ul li {
  padding-left: 10px;
}

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

  .col2-t2.typeb th,
  .col2-t2.typeb td {
    padding: 5px;
    border-bottom: dashed 1px #bfbfbf;
  }

  .col2-t2.typeb th {
    width: 110px;
  }
}

/* 採用情報 */
.col2it {
  margin: 0 auto 35px;
}

.col2it .child:nth-of-type(1) {
  width: 410px;
}

.col2it .child:nth-of-type(1) img {
  width: 100%;
}

.col2it .child:nth-of-type(2) {
  width: calc(100% - 410px);
  padding-left: 30px;
}

@media only screen and (max-width: 599px) {
  .col2it .child:nth-of-type(1) {
    width: 100%;
  }

  .col2it .child:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
}

.col2t2r {
  width: 100%;
  margin: 0 auto 10px;
  border-top: solid 1px #bfbfbf;
}

.col2t2r th,
.col2t2r td {
  padding: 12px 5px 10px 50px;
  border-bottom: solid 1px #bfbfbf;
}

.col2t2r th:nth-child(1) {
  width: 250px;
}

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

  .col2t2r th,
  .col2t2r td {
    padding: 5px;
    border-bottom: solid 1px #bfbfbf;
  }

  .col2t2r th:nth-child(1) {
    width: 20%;
  }
}

/* お問合せ */
.red-text {
  color: #c00000;
}

.contact-table {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-top: dashed 1px #bfbfbf;
}

.contact-table th,
.contact-table td {
  padding: 7px 5px 5px 20px;
  font-size: 2.13rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  border-bottom: dashed 1px #bfbfbf;
}

.contact-table th,
.contact-table td:nth-of-type(1) {
  width: 350px;
}

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

  .contact-table th,
  .contact-table td,
  .contact-table td:nth-of-type(1) {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .contact-table th {
    background: #e9e9e9;
  }
}

.mailform {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}


form {
  padding: 2%;
  text-align: left;
  font-size: 1.73rem;
  border: solid 1px #000;
}

form:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 1px;
  height: 0;
  visibility: hidden;
}

form dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

form dt {
  width: 27%;
  padding-bottom: 10px;
}

form dd {
  width: 73%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  form dl {
      display: block;
  }

  form dt,
  form dd {
      width: 100%;
  }
}


dd input,
dd textarea {
  width: 95%;
}

input[type="date"] {
  width: 60%;
  max-width: 300px;
}
input[type="submit"] {
  max-width: 100px;
  cursor: pointer;
}

form p {
  text-align: left;
}
form p.tac {
  text-align: center;
}

p.grtxt {
  color: rgb(127, 127, 127);
}

.mb-10:first-child {
  margin-bottom: 10px;
}

.width50 {
  margin: 0 10px 0 10px;

}

.width50 span input {
  width: 50px;
  height: 16px;
  margin: 0;
}

.flex {
  display: flex;
}


span.wpcf7-list-item {
  display: block !important;
}

span.wpcf7-list-item input {
  width: auto;
}

.radio .wpcf7-list-item.first {
  margin-bottom: 10px;
}

.mas {
  align-items: center;
  margin-left: 20px;
}

/* 新着・お知らせ */
.select-content {
  table-layout: fixed;
  margin: 0px 0px 30px 0px;
  width: 100%;
}

.select-content tr {
  vertical-align: top;
}

.select-content td {
  border: solid 2px #fff;
}

.select-content td:nth-of-type(1) {
  width: 230px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.select-content td:nth-of-type(2) {
  padding-left: 30px;
}

.select-content a {
  display: inline;
}

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

  .select-content th,
  .select-content td {
    display: block;
    padding: 0;
  }

  .select-content td:nth-of-type(2) {
    padding-left: 0;
  }
}

.info-cnt:nth-of-type(1n+2) {
  display: none;
}

.topi-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding: 12px 0;
  font-size: 1.73rem;
}

.topi-one .di-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 290px;
  margin-right: 20px;
}

.topi-one .days-box {
  margin-right: 30px;
}

.topi-one .days-box p {
  font-size: 1.6rem;
}

.topi-one .icon-box {
  width: 130px;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}

.topi-one .tc-box {
  width: calc(100% - 310px);
}

.topi-one a {
  text-decoration: underline;
}

.topi-one .topi-title {
  margin-bottom: 5px;
}

.topi-one .cat01 {
  color: #ED7D31;
  border: solid 1px #ED7D31;
}

.topi-one .cat02 {
  color: #4472C4;
  border: solid 1px #4472C4;
}

.topi-one .cat03 {
  color: #00B050;
  border: solid 1px #00B050;
}

.topi-one .cat04 {
  color: #7F7F7F;
  border: solid 1px #7F7F7F;
}

.topi-one .topi-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.6rem;
}

.topi-one .topi-cnt a {
  display: inline;
  font-size: 1.73rem;
}

@media only screen and (max-width: 599px) {
  .topi-one {
    display: block;
  }

  .topi-one .tc-box {
    width: 100%;
    padding-top: 10px;
  }
}

#st-parent {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 599px) {
  #st-parent {
    margin-bottom: 40px;
  }
}

.st-box {
  width: 100%;
  margin: -1px auto 0;
  height: 1050px;
  background: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
  border-bottom: solid 1px #bfbfbf;
}

.topic-box {
  height: 270px;
}

@media only screen and (max-width: 599px) {
  .st-box {
    display: none;
  }

  .topic-select-parent+.st-box {
    display: block;
  }
}

.st-select-parent {
  position: relative;
  width: 98%;
  margin: 0 auto 30px;
  z-index: 5;
}

@media only screen and (max-width: 599px) {
  .st-select-parent {
    display: none;
  }

  .st-select-parent span {
    display: none;
  }

  .topic-select-parent {
    display: block;
  }
}

#st-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#st-select li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: solid 1px #bfbfbf;
  border-right: none;
  cursor: pointer;
}

#st-select li p {
  width: 100%;
  line-height: 1.3;
  text-align: center;
}

#st-select li:nth-of-type(1)::after {
  display: block;
}

#st-select li::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  border-bottom: solid 1px red;
}

#st-select li.active::after,
#st-select li:nth-of-type(1).active::after {
  display: block;
}

#st-select li:nth-of-type(1).nonactive::after {
  display: none;
}

#st-select li:nth-last-of-type(1) {
  border-right: solid 1px #bfbfbf;
}

#st-select li:nth-of-type(1) {
  color: #000;
  z-index: 3;
}

@media only screen and (max-width: 599px) {
  #st-select li {
    font-size: 12px;
  }
}

#st-select {
  width: 100%;
}

#st-select li.active {
  z-index: 5;
}

#st-select li::after {
  width: 35%;
}

.st-enclose {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px 10px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}

/* お知らせサイドメニュー */
.notice-side {
  width: 100%;
  max-width: 261px;
}

.notice-side .side-cat {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 20px;
  border: solid 1px #b2b2b2;
}

.notice-side .side-cat p {
  margin: 0;
}

.notice-side .side-cat a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.notice-side .side-cat a::before {
  content: "";
  display: block;
  margin-right: 15px;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 11px #4472C4;
}

@media only screen and (max-width: 599px) {
  .notice-side {
    display: block;
  }
}

.cat-box {
  margin-bottom: 40px;
}

/*wpsingle
-------------------------------------------------------*/
main.topi-single,
main.topicategory {
  width: 75%;
  margin-bottom: 100px;
}

aside.notice-side {
  width: 20%;
}
@media only screen and (max-width: 599px) {
  main.topi-single,
  main.topicategory {
    width: 100%;
    margin: 0 auto 40px;
  }
  
  aside.notice-side {
    width: 90%;
    margin: 0 auto;
  }
}

.noticesbox {
  font-size: 1.72rem;
}
.noticesbox .di-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 290px;
  margin-bottom: 20px;
}

.noticesbox .days-box {
  margin-right: 30px;
}

.noticesbox .days-box p {
  font-size: 1.72rem;
}

.noticesbox .icon-box {
  width: 130px;
  padding: 0;
  text-align: center;
  line-height: 1.3;
}


.noticesbox .cat01 {
  color: #ED7D31;
  border: solid 1px #ED7D31;
}

.noticesbox .cat02 {
  color: #4472C4;
  border: solid 1px #4472C4;
}

.noticesbox .cat03 {
  color: #00B050;
  border: solid 1px #00B050;
}

.noticesbox .cat04 {
  color: #7F7F7F;
  border: solid 1px #7F7F7F;
}

.contentbox,
.contentbox p {
  text-align: left;
  font-size: 1.72rem;
}

/*wpcategory
-------------------------------------------------------*/

.categorybox {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
ul.privacy {
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

@media only screen and (max-width: 599px) {
  ul.privacy {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  ul.privacy li {
    list-style: decimal inside;
  }
}

/*【サイトマップ】のレイアウト
-------------------------------------------------------*/
.sitemap ul {
  margin: 0;
}

.sitemap ul li {
  color: #000;
  padding: 0 0 30px 0;
  text-align: center;
}

.sitemap ul li a {
  display: inline;
  color: #000;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #666;
}

.sitemap ul .s-head {
  font-size: 2.66rem;
}

/* フッター */
footer {
  position: relative;
}

footer .f-upper {
  background: #3A4790;
}

footer .f-upper .f-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 0;
}

footer .f-upper .f-smap {
  margin: 0 auto;
  padding: 15px 0;
}

footer .f-upper .f-smap .child p {
  margin-bottom: 2px;
}

footer .f-upper .f-smap .child p:nth-of-type(1)::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 5px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg) translate(0, -5px);
  transform: rotate(-45deg) translate(0, -5px);
  display: inline-block;
}

footer .f-upper .f-smap .child p:nth-of-type(1n+2) {
  padding-left: .5em;
}

footer .f-upper .f-smap .child p:nth-of-type(1n+2)::before {
  content: "・";
  color: #fff;
  display: inline-block;
}

footer .f-upper .f-smap a {
  color: #fff;
  display: inline;
}

footer .f-under {
  padding: 40px 5px 10px;
  background: #F2F2F2;
}

footer .flogo {
  margin: 0 auto 20px;
}

footer #copyright {
  width: 100%;
  margin: 0 auto;
}

footer #copyright p {
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: .3px;
}

@media only screen and (max-width: 599px) {
  footer .f-upper .f-inner {
    padding: 0;
  }

  footer .f-upper .f-smap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: solid 1px #fff;
  }

  footer .f-upper .f-smap .child {
    width: 50%;
    padding: 5px 0;
    border-top: solid 1px #fff;
  }

  footer .f-upper .f-smap .child:nth-of-type(even) {
    border-left: solid 1px #fff;
  }

  footer .f-upper .f-smap .child p {
    text-align: center;
    margin-bottom: 0;
  }

  footer .f-upper .f-smap .child p:nth-of-type(1)::before {
    display: none;
  }

  footer .f-upper .f-smap .child p:nth-of-type(1n+2) {
    display: none;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}
/*新着一覧のタイトル修正用*/
.categorybox:last-child {
    display:none;
}
.topi-one:last-child {
    display:none;
}



/*# sourceMappingURL=style.css.map */