@charset "UTF-8";
/* CSS Document */
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
  opacity: 1 !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
  opacity: 1 !important;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
  opacity: 1 !important;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.js-trigger{
  opacity: 0;
}
.js-BtoT{
  transform: translate(0,20px);
}
.js-RtoL{
  transform: translate(20px,0);
}
.js-LtoR{
  transform: translate(-20px,0);
}
.js-trigger.is-show {
  opacity: 1;
  transform: translate(0,0);
  transition: opacity 0.5s, transform 1.0s;
}

/*======================================== */
/* index　トップページ
/*======================================== */
.main-container.index {
  padding-bottom: 0;
}
.index .contents {
  background: #eee7db;
  padding: 30px 0;
  text-align: center;
}
.index .contents .btn01 {
  width: 442px;
  float: left;
  margin: 0 30px 0 43px;
  display: block;
}
.index .contents .btn02 {
  width: 442px;
  float: right;
  margin: 0 43px 0 0;
  display: block;
}
.index .contents .btn01 img, .index .contents .btn02 img {
  width: 100%;
  height: auto;
}
/* mainvisual
------------------------------------------ */
#mainvisual {
  background: url(/img/index_mainvisual.jpg) no-repeat center center;
  background-size: cover;
  height: 720px;
}
#mainvisual .wrap {
  height: 720px;
  position: relative;
}
#mainvisual .txt01 {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 90px;
  margin: auto auto;
  display: none;
}
#mainvisual .txt02 {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 330px;
  margin: auto auto;
  display: none;
}
#mainvisual .photo01 {
  position: absolute;
  left: -100px;
  top: 10px;
  display: none;
}
#mainvisual .photo02 {
  position: absolute;
  right: -170px;
  top: 10px;
  display: none;
}
@media screen and (max-width: 750px) {
  .index .contents .btn01 {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .index .contents .btn02 {
    width: 100%;
    float: none;
    margin: 0;
  }
  #mainvisual {
    text-align: center;
    height: auto;
  }
  #mainvisual .wrap {
    height: auto;
  }
  #mainvisual .mainvisualBlock {
    padding: 12vw 8vw;
  }
  #mainvisual .txt01Sp, #mainvisual .txt02Sp {
    margin: 0 0 10vw;
  }
  #mainvisual .photoSp {
    margin: 0 -10vw;
  }
  #mainvisual .txt01Sp, #mainvisual .txt02Sp {
    max-width: 375px;
  }
  #mainvisual .photoSp img {
    max-width: 450px;
  }
}
#pagetitle {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
}
/*======================================== */
/* about　クロスオンとは
/*======================================== */
.about #pagetitle {
  background: url(/about/img/about_pagetitle_bg01.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 43px 0;
}
.about .contents {
  background: url(/about/img/about_bg01.png) no-repeat center 70px #fdfbf6;
  min-height: 2780px;
  padding: 80px 0 0;
  overflow: hidden;
}
.about .tit01 {
  font-size: 48px;
  font-feature-settings: 'palt';
  text-align: center;
  line-height: 1.4;
  margin: -15px 0 30px;
}
.about .tit01 span {
  color: #f08300;
  font-size: 24px;
  text-align: left;
  padding: 0 0 0 160px;
  display: block;
}
.about .titleTxt01 {
  text-align: center;
}
.about .sec .pos {
  position: absolute;
}
.about .section01 {
  position: relative;
  min-height: 850px;
}
.about .section01 .txt01 {
  position: absolute;
  right: -470px;
  top: 50px;
}
.about .section01 .photo01 {
  bottom: 80px;
  left: 35px;
}
.about .section01 .photo02 {
  bottom: 160px;
  right: 90px;
}
.about .section01 .photo03 {
  bottom: 0px;
  right: -300px;
}
.about .section02 {
  position: relative;
  min-height: 785px;
}
.about .section02 .txt02 {
  position: absolute;
  left: -470px;
  top: 0px;
}
.about .section02 .photo04 {
  top: 150px;
  left: -40px;
}
.about .section03 {
  position: relative;
  min-height: 840px;
}
.about .section03 .txt03 {
  position: absolute;
  right: -470px;
  top: 0px;
}
.about .section03 .photo05 {
  top: 150px;
  right: 40px;
}
.about .contentsEnd01 {
  position: relative;
  min-height: 980px;
  background: url(/about/img/about_bg02.png) no-repeat center bottom;
}
.about .contentsEnd01 h3 {
  color: #f08300;
  font-size: 42px;
  text-align: center;
  margin: 40px 0;
}
.about .contentsEnd01 p {
  font-size: 18px;
  text-align: center;
  position: relative;
}
.about .contentsEnd02 {
  background: url(/about/img/about_pagetitle_bg02.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 0 60px;
  margin: 0;
}
.about .contentsEnd02 .logo {
  margin: 0 0 0 190px;
}
.about .contentsEnd02 p {
  color: #fff;
  margin: -15px 0 0 330px;
}
@media screen and (max-width: 750px) {
  .main-container.about {
    padding-bottom: 0;
  }
  .about #pagetitle {
    padding: 30px 0;
  }
  .about .contents {
    min-height: initial;
    padding: 40px 0 0;
    background: #fdfbf6;
  }
  .about .tit01 {
    font-size: 32px;
    text-align: left;
    margin: 0 0 30px;
  }
  .about .tit01 span {
    font-size: 20px;
    padding: 0;
  }
  .about .titleTxt01 {
    font-size: 16px;
    text-align: left;
    margin: 0 0 30px;
  }
  .about .sec {
    padding: 0 0 30px;
    min-height: initial;
  }
  .about .sec .tit01Sp {
    max-width: 300px;
    margin: 0 0 10px;
  }
  .about .sec .txt01Sp {
    margin: 0 0 20px;
  }
  .about .contentsEnd01 {
    min-height: initial;
    padding: 30px 0 150px;
    background-size: 100%;
  }
  .about .contentsEnd01 h3 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-top: dotted 1px #999;
  }
  .about .contentsEnd01 p {
    font-size: initial;
    text-align: left;
  }
  .about .contentsEnd02 {
    padding: 30px 0;
    height: auto;
  }
  .about .contentsEnd02 .logo {
    margin: 0 auto 15px;
    padding: 0 15vw;
  }
  .about .contentsEnd02 p {
    color: #fff;
    margin: 0;
  }
}
/*======================================== */
/* product　取扱商品について
/*======================================== */
.product #pagetitle {
  color: initial;
  text-align: center;
  padding: 0 0 30px;
}
.product #pagetitle h2 {
  color: #f08300;
  font-size: 42px;
  margin: 0 0 30px;
}
.product #pagetitle p {
  line-height: 1.8;
}
.product .top_bg_inner {
  background: url(/wp-content/themes/ver01/product/img/product_bg01.jpg) no-repeat center top #fefcf7;
  min-height: initial;
  padding: 50px 0;
}
.product #top_banner .wrap {
  position: relative;
  z-index: 1;
  border: solid 5px #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 895px;
}
.product #top_banner .top_special {
  overflow: hidden;
}
.product #top_banner .title01 {
  color: #FFFFFF;
  font-size: 24px;
  background: #000;
  text-align: center;
  padding: 10px;
}
.product h3.title01 {
  font-size: 28px;
  background: url(/wp-content/themes/ver01/product/img/product_bg03.gif) repeat-x center top;
  padding: 14px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 70px;
}
.product h3.title01 .wrap, .product .productView .wrap {
  width: 1000px;
}
.product .productView {
  min-height: 870px;
  margin: 0 0 100px;
}
.product .productView h4 {
  margin: 30px 0 5px;
}
.product .productView .keyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .productView .keyword ul li {
  width: 290px;
}
.product .productView .category .categoryMenu {
  background: #807e7b;
  padding: 5px 5px 8px;
  margin: 0 0 20px;
  overflow: hidden;
}
.product .productView .category .categoryMenu ul {
  float: left;
  margin: 1px 0 0;
}
.product .productView .category .categoryMenu ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 11px 0 7px;
  border-right: solid 1px #fff;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.product .productView .category .categoryMenu ul li:hover {
  color: #ddd;
}
.product .productView .category .categoryMenu ul li:first-child {
  border-left: solid 1px #fff;
  padding: 0 11px;
  margin: 0 0 0 10px;
}
.product .productView .category .categoryMenu ul li a {
  color: #fff;
}
.product .productView .category .categoryMenu ul li a:hover {
  color: #ddd;
}
.product .productView .category .search {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
}
.product .productView .category {
  margin: 0 0 30px;
}
.product .productView .category .search .searchText01 {
  vertical-align: middle;
  padding: 2px 30px 2px 4px;
  height: 15px;
  width: 110px;
  line-height: 1.2;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.product .productView .category .search input[type="image"] {
  position: absolute;
  top: 5px;
  right: 5px;
}
.product .productView .item ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px;
  margin: 0 35px;
}
.product .productView .item ul li {
  width: 275px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translateY(20px);
}
.product .productView .item ul li.active,
.product .productView .item.termsort ul li {
  position: static;
  z-index: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s, transform 1s;
}
.product .productView .item ul li a {
  height: 273px;
  border: solid 1px #ccc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product .productView .item ul li p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.product .productView .item ul li img {
  margin: auto;
}

@media screen and (max-width: 750px) {
.product #pagetitle h2 {
  font-size: 32px;
  margin: 0 0 15px;
}
.product #pagetitle p {
  font-size: initial;
  text-align: left;
}
.product .top_bg_inner {
  background: #fefcf7;
  min-height: auto;
  padding: 30px 0 15px;
}
.product #top_banner .wrap {
  width: auto;
  border: none;
}
.product #top_banner .title01 {
  font-size: 14px;
}
.product h3.title01 {
  font-size: 20px;
  background-position: center center;
  padding: 10px 0;
  height: auto;
}
.product h3.title01 .wrap, .product .productView .wrap {
  width: auto;
}
.product .productView {
  margin: 0;
}
.product .productView .keyword ul {
  grid-gap: 5px;
}
.product .productView .keyword ul li {
  width: 49%;
}
.product .productView .category .categoryMenu {
  margin: 0;
  padding: 10px 10px 15px;
}  
.product .productView .category .categoryMenu ul {
  float: none;
  margin: 0 0 10px;
}
.product .productView .category .search {
  float: none;
  width: 100%;
  margin: 0;
}
.product .productView .category .search .searchText01 {
  width: calc(100% - 35px);
  padding: 5px 30px 5px 5px;
}
  
  
  
  
.product .productView .item ul {
  margin: 0;
  grid-gap: 30px 15px;
}
.product .productView .item ul li {
  width: calc(50vw - 23px);
  transform: translateY(10px);
}
.product .productView .item ul li.active,
.product .productView .item.termsort ul li {
  transform: translateY(0);
}
.product .productView .item ul li a {
  height: calc(50vw - 23px);
}
.product .productView .item ul li img {
  width: 100%;
  height: 100%;
  margin: initial;
  object-fit: contain;
}
  
  
  
  
}
/*======================================== */
/* product tax　カテゴリーページ用
/*======================================== */
.product.tax .current_tax {
  margin: 0 0 20px;
}

/*======================================== */
/* productDetail　商品詳細
/*======================================== */
.productDetail #pagetitle {
  padding: 43px 0;
  margin: 0 0 40px;
  background: #f08300;
}
.productDetail.contents {
  background: #fefcf7;
}
.productDetail .category .categoryMenu {
  background: #807e7b;
  padding: 5px 8px 8px;
  margin: 0 0 60px;
  overflow: hidden;
}
.productDetail .category .categoryMenu ul {
  float: left;
  margin: 1px 0 0;
}
.productDetail .category .categoryMenu ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 11px 0 7px;
  border-right: solid 1px #fff;
  line-height: 1;
  cursor: pointer;
}
.productDetail .category .categoryMenu ul li:hover {
  color: #ddd;
}
.productDetail .category .categoryMenu ul li:first-child {
  border-left: solid 1px #fff;
  padding: 0 11px;
  margin: 0 0 0 10px;
}
.productDetail .category .categoryMenu ul li a {
  color: #fff;
}
.productDetail .category .categoryMenu ul li a:hover {
  color: #ddd;
}
.productDetail .category .search {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
}
.productDetail .category {
  margin: 0 0 30px;
}
.productDetail .category .search .searchText01 {
  vertical-align: middle;
  padding: 2px 30px 2px 4px;
  width: 110px;
  height: 15px;
  line-height: 1.2;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.productDetail .category .search input[type="image"] {
  position: absolute;
  top: 5px;
  right: 10px;
}
.productDetail .main {
  width: 740px;
  float: right;
  margin: 0 0 50px;
  background: #f6f3e9;
}
.productDetail .main h3 {
  text-align: center;
  padding: 20px;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: normal;
  border-bottom: solid 4px #ef8200;
}
.productDetail .main .img {
  width: 600px;
  height: 400px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  layout-grid-line: 428px;
}
.productDetail .main .comment {
  margin: 30px 0 50px;
}
.productDetail .main .inner {
  padding: 30px 66px;
}
.productDetail .main table {
  width: 100%;
  margin: 0 0 30px;
}
.productDetail .main table th {
  width: 130px;
}
.productDetail .main table th, .productDetail .main table td {
  padding: 6px 10px;
  font-weight: normal;
  border-bottom: solid 1px #bbb;
}
.productDetail .main table th.title-cel {
  font-weight: bold;
}
.productDetail .main .voice {
  overflow: hidden;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.productDetail .main .voice img {
  float: left;
  margin: 0 10px 0 0;
}
.productDetail .main .voice .tit {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}
.productDetail .main .voice p {
  overflow: hidden;
}
.productDetail .main .voice-blue {
  border: solid 2px #8fb7ce;
  margin: 0 0 10px;
}
.productDetail .main .voice-orange {
  border: solid 2px #f08300;
}
.productDetail .inquiry {
  margin: 50px 0;
}
.productDetail .inquiry .wrap {
  width: 600px;
}
.productDetail .inquiry h4.title01 {
  padding: 5px 10px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #fff;
  background: #cbb896;
}
.productDetail .inquiry .tel {
  margin: 0 13px 0 0;
}
.productDetail .inquiry p {
  margin: 15px 0 0;
  padding: 7px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
}
.productDetail .side {
  width: 210px;
  float: left;
}
.productDetail .side ul {
  margin: 0 0 30px;
}
.productDetail .side ul li {
  margin: 0 0 20px;
}
#slide1 {
  position: static;
  width: 606px;
  height: 406px;
  margin: 0 0 20px;
  border: solid 1px #ccc;
  background: #fff;
}
#slide1 li {
  width: 600px;
  height: 400px;
  margin: 0;
  text-align: center;
  padding: 3px;
}
.thumbs {
  margin: 0 auto 10px;
  overflow: hidden;
}
.thumbs.thumbs01 {
  display: none;
}
.thumbs.thumbs02 {
  width: 314px;
}
.thumbs.thumbs03 {
  width: 476px;
}
.thumbs li {
  text-align: center;
  margin: 0 0 0 10px;
}
.thumbs li:first-child {
  margin: 0;
}
.thumbs li .thumbs01 {
  background: #fff;
  width: 150px;
  height: 100px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 750px) {
.productDetail #pagetitle {
  padding: 30px 0;
}
  .productDetail .category {
    display: none;
  }  
.productDetail .category .categoryMenu {
  margin: 0;
  padding: 10px 10px 15px;
}
.productDetail .category .categoryMenu ul {
  float: none;
  margin: 0 0 10px;
}
.productDetail .category .search {
  float: none;
  width: 100%;
  margin: 0;
}
.productDetail .category .search .searchText01 {
  width: calc(100% - 35px);
  padding: 5px 30px 5px 5px;
}


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
.productDetail .main {
  width: 100%;
  float: none;
  margin: 0 0 30px;
}
.productDetail .main h3 {
  margin: 0;
  font-size: 20px;
}
.productDetail .main .img {
  width: calc(100% - 0px);
  height: auto;
  display: block;
}
.productDetail .main .comment {
  margin: 30px 0;
}
.productDetail .main .inner {
  padding: 20px;
}
.productDetail .main table,
.productDetail .main table tbody,
.productDetail .main table tr,
.productDetail .main table th,
.productDetail .main table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.productDetail .main table th {
  font-weight: 700;
  padding: 5px 0;
}
.productDetail .main table td {
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: none;
}
.productDetail .main .voice img {
  width: 30%;
}  
.productDetail .main .voice p {
  overflow: visible;
}
.productDetail .inquiry {
  margin: 30px 0 15px;
}
.productDetail .inquiry .wrap {
  width: auto;
}
.productDetail .inquiry .tel {
  margin: 0 0 15px;
}
.productDetail .inquiry p {
  margin: 15px 0 0;
  padding: 7px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
}
.productDetail .side {
  width: auto;
  float: none;
}
.productDetail .side ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 5px;
}
.productDetail .side ul li {
  width: 49%;
  margin: 0;
}
  
  
  
  
  
  
  
  
  
  
  
#slide1 {
  width: auto;
  height: auto;
  border: none;
}
#slide1 li {
  width: calc(100% - 70px);
  height: auto;
  padding: 0;
}
.thumbs.thumbs02,
.thumbs.thumbs03 {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 10px;
}
.thumbs li {
  width: calc(33% - 10px);
  margin: 0;
}
.thumbs li .thumbs01 {
  width: 100%;
  height: auto;
  border: none;
}
}
/*======================================== */
/* company　会社情報
/*======================================== */
.company #pagetitle {
  background-image: url(/company/img/company_pagetitle_bg01.jpg), url(/company/img/company_pagetitle_bg02.gif);
  background-repeat: no-repeat, repeat-y;
  background-size: cover, cover;
  background-position: center top, center, top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 378px;
  padding: 43px 0;
}
.company #pagetitle span {
  display: block;
}
.company .pagetitleCatch {
  font-size: 42px;
  font-feature-settings: 'palt';
  margin: 30px 0 0;
}
.company .pagetitleDescription {
  font-size: 16px;
  line-height: 1.6;
  margin: 30px 0 0;
}
.company .greeting_btn {
  background: #334d7b;
  cursor: pointer;
  transition: filter 0.2s linear;
  transition: -ms-filter 0.2s linear;
  transition: -moz-opacity 0.2s linear;
  transition: -khtml-opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.company .greeting_btn .btn {
  background: url(/company/img/company_message_bg01.jpg) no-repeat right #334d7b;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 116px;
  padding: 34px 0;
}
.company .greeting_btn .btn img {
  vertical-align: middle;
}
.company .greeting {
  display: none;
  background: url(/company/img/company_bg01.jpg);
}
.company h3.title01 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  border-left: solid 5px #f08300;
}
.company h3.title02 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 10px 15px;
  border-left: solid 5px #f08300;
  border-bottom: solid 1px #ccc;
}
.company .outline, .company .history, .company .transition, .company .access {
  padding: 40px 0px;
  background: #fefcf7;
}
.company .outline table {
  width: 900px;
  border-top: solid 1px #ccc;
  border-collapse: collapse;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.company .outline table th {
  padding: 20px;
  color: #334d7b;
  font-size: 16px;
  font-weight: normal;
  background: #eff1f4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  width: 200px;
}
.company .outline table td {
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  width: 700px;
}
.company .history {
  background: url(/company/img/company_bg02.gif) no-repeat center center #fefcf7;
}
.company .history .detailBox ol {
  background-image: url(/company/img/company_icon_history02.png), url(../../company/img/company_icon_history03.png);
  background-repeat: no-repeat;
  background-position: 445px top, 440px bottom;
  background-size: 1px 1055px, 11px 20px;
  padding: 60px 0;
}
.company .history .detailBox ol li {
  width: 370px;
  margin: 0 auto;
  padding: 5px 0 60px;
  background: url(/company/img/company_icon_history01.png) no-repeat 114px top / 34px 34px;
}
.company .history .detailBox ol li.start {
  padding: 5px 0 40px;
}
.company .history .detailBox ol li.end {
  padding: 5px 0 10px;
}
.company .history .detailBox dl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.company .history .detailBox dl dt {
  float: left;
  clear: both;
  width: 160px;
  font-size: 16px;
  color: #334d7b;
}
.company .history .detailBox dl dd {
  width: 210px;
  overflow: hidden;
  font-size: 16px;
}
.company .transition h3 + img {
  width: 950px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.company .access {
  padding: 40px 0px 100px;
}
.company .access #gmap {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 750px) {
  .main-container.company {
    padding-bottom: 0;
  }
  .company #pagetitle {
    background-position: 60% top, center, top;
    height: 100%;
  }
  .company #pagetitle span {
    text-shadow: 0px 0px 15px rgb(0 0 0 / 100%);
  }
  .company .pagetitleCatch {
    font-size: 32px;
    line-height: 1.4;
    margin: 20px 0 0;
  }
  .company .pagetitleDescription {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .company .greeting_btn .btn {
    background: #334d7b;
    height: auto;
    padding: 20px 0;
  }
  .company h3.title01 {
    font-size: 20px;
    padding: 0 0 0 10px;
  }
  .company h3.title02 {
    font-size: 20px;
    padding: 0 0 10px 10px;
  }
  .company .history, .company .transition {
    padding: 0 0 45px;
  }
  .company .access {
    padding: 0 0 60px;
  }
  .company .outline table {
    width: 100%;
    border-top: none;
  }
  .company .outline table, .company .outline table tbody, .company .outline table tr, .company .outline table th, .company .outline table td {
    width: 100%;
    border: none !important;
    display: block;
  }
  .company .outline table th {
    padding: 10px;
    width: 100%;
  }
  .company .outline table td {
    font-size: 14px;
    padding: 10px 10px 20px;
    width: 100%;
  }
  .company .history {
    background: #fefcf7;
  }
  .company .history .detailBox ol {
    background-position: left 20px top, left 15px bottom;
    padding: 0;
  }
  .company .history .detailBox ol li {
    width: auto;
    margin: 0 auto;
    padding: 5px 0 30px 50px;
    background: url(/company/img/company_icon_history01.png) no-repeat 3px top / 34px 34px;
  }
  .company .history .detailBox ol li.start, .company .history .detailBox ol li.end {
    padding: 5px 0 30px 50px;
  }
  .company .history .detailBox dl dt, .company .history .detailBox dl dd {
    float: none;
    width: auto;
  }
  .company .transition h3 + img {
    width: 100%;
  }
  .company .access iframe {
    width: 100%;
    height: 500px;
  }
}
/*======================================== */
/* retail　小売店
/*======================================== */
.main-container.retail {
  overflow: hidden;
}
.retail #pagetitle {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 0 60px;
  text-align: center;
}
.retail .firstview {
  border-top: solid 1px #cea718;
  background: url(/retail/img/retail_bg01.jpg) no-repeat center top;
  position: relative;
}
.retail .firstview .img01 {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -60px;
  left: 0;
  right: 0;
}
.retail .firstview .catch01 {
  color: #FFFFFF;
  font-size: 26px;
  padding: 50px 0;
  background: #cea718;
  margin: -113px 0 0;
  text-align: center;
}
.retail .st {
  padding: 80px 0;
  position: relative;
}
.retail .st .wrap {
  width: 400px;
  position: relative;
  z-index: 100;
}
.retail .st.point01, .retail .st.point03, .retail .st.point05 {
  background: #fffdf9;
}
.retail .st.point02, .retail .st.point04 {
  background: url(/retail/img/retail_bg02.gif) repeat-y center top;
}
.retail .st.pos:after {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie 6 7 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
}
.retail .st.point01:after {
  content: url(/retail/img/retail_bg03.png);
}
.retail .st.point02:after {
  content: url(/retail/img/retail_bg04.png);
  top: -30px;
}
.retail .st.point03:after {
  content: url(/retail/img/retail_bg05.png);
  opacity: 0.4;
  top: -100px;
}
.retail .st.point04:after {
  content: url(/retail/img/retail_bg06.png);
  opacity: 0.8;
}
.retail .st.point05:after {
  content: url(/retail/img/retail_bg07.png);
}
.retail .st .title01 {
  font-size: 24px;
  width: 500px;
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 100;
}
.retail .st.point01 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/retail/img/retail_h3_title01.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.retail .st.point02 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/retail/img/retail_h3_title02.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.retail .st.point03 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/retail/img/retail_h3_title03.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.retail .st.point04 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/retail/img/retail_h3_title04.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.retail .st.point05 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/retail/img/retail_h3_title05.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.retail .summary {
  background-image: url(/retail/img/retail_bg08.gif), url(/retail/img/retail_bg09.gif);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center top, center, top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 0;
  margin: 0 0 80px;
  height: 546px;
  position: relative;
}
.retail .summary:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  background: #fff;
  z-index: 100;
}
.retail .summary:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  background: #fff;
  z-index: 100;
}
.retail .summary h3.title01 {
  color: #FFFFFF;
  font-size: 40px;
  font-feature-settings: 'palt';
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.retail .summary p.stitle01 {
  width: 880px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
  margin: 0 auto 20px;
  padding: 5px 0;
  border-top: dotted 2px #fff;
  border-bottom: dotted 2px #fff;
}
.retail .summary p.txt01 {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
.retail .summary h3.title01:before {
  content: url(/retail/img/retail_arrow01.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -82px auto;
  text-align: center;
}
.retail .inquiry {
  margin: 0 0 80px;
}
.retail .inquiry .wrap {
  width: 880px;
}
.retail .inquiry h4.title01 {
  padding: 5px 10px;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #cbb896;
}
.retail .inquiry .tel {
  margin: 0 19px 0 0;
}
.retail .inquiry p {
  margin: 15px 0 0;
  padding: 10px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .main-container.retail {
    overflow: visible;
  }
  .retail #pagetitle {
    padding: 15px 10vw;
  }
  .retail .firstview {
    border-top: none;
    background: none;
  }
  .retail .firstview .img01 {
    position: static;
  }
  .retail .firstview .catch01 {
    color: #cea718;
    font-size: 20px;
    padding: 15px 0;
    margin: 0;
    background: #FFFFFF;
  }
  .retail .st {
    padding: 30px 0;
  }
  .retail .st .wrap {
    width: auto;
  }
  .retail .st.point01, .retail .st.point02, .retail .st.point03, .retail .st.point04, .retail .st.point05 {
    background: #fffdf9;
  }
  .retail .st .title01 {
    font-size: 26px;
    line-height: 1.4;
    width: auto;
  }
  .retail .st.point01 .title01::before, .retail .st.point02 .title01::before, .retail .st.point03 .title01::before, .retail .st.point04 .title01::before, .retail .st.point05 .title01::before {
    top: 5px;
    bottom: initial;
  }
  .retail .st.point01:after, .retail .st.point02:after, .retail .st.point03:after, .retail .st.point04:after, .retail .st.point05:after {
    content: none;
  }
  .retail .summary {
    background: #cda713;
    padding: 60px 0 45px;
    margin: 0 0 45px;
    height: auto;
  }
  .retail .summary h3.title01 {
    font-size: 28px;
  }
  .retail .summary p.stitle01 {
    width: auto;
    font-size: 16px;
  }
  .retail .summary p.txt01 {
    font-size: initial;
    line-height: 2;
    text-align: left;
  }
  .retail .summary h3.title01:before {
    content: url(/retail/img/retail_arrow01.png);
    margin: -75px auto;
  }
  .retail .inquiry {
    margin: 0;
  }
  .retail .inquiry .wrap {
    width: auto;
  }
  .retail .inquiry .tel {
    margin: 0 0 15px;
  }
  .retail .inquiry p {
    font-size: initial
  }
}
/*======================================== */
/* producer　生産者
/*======================================== */
.main-container.producer {
  overflow: hidden;
}
.producer #pagetitle {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 0 60px;
  text-align: center;
}
.producer .firstview {
  border-top: solid 1px #8bb028;
  background: url(/producer/img/producer_bg01.jpg) no-repeat center top;
  position: relative;
}
.producer .firstview .img01 {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -60px;
  left: 0;
  right: 0;
}
.producer .firstview .catch01 {
  color: #FFFFFF;
  font-size: 26px;
  padding: 50px 0;
  background: #8bb028;
  margin: -113px 0 0;
  text-align: center;
}
.producer .st {
  padding: 80px 0;
  position: relative;
}
.producer .st .wrap {
  width: 400px;
  position: relative;
  z-index: 100;
}
.producer .st.point01, .producer .st.point03, .producer .st.point05 {
  background: #fffdf9;
}
.producer .st.point02, .producer .st.point04 {
  background: url(/producer/img/producer_bg02.gif) repeat-y center top;
}
.producer .st.pos:after {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie 6 7 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
}
.producer .st.point01:after {
  content: url(/producer/img/producer_bg03.png);
  top: -60px;
}
.producer .st.point02:after {
  content: url(/producer/img/producer_bg04.png);
  top: -30px;
}
.producer .st.point03:after {
  content: url(/producer/img/producer_bg05.png);
  opacity: 0.4;
  top: -30px;
}
.producer .st.point04:after {
  content: url(/producer/img/producer_bg06.png);
  opacity: 0.8;
  top: -60px;
}
.producer .st.point05:after {
  content: url(/producer/img/producer_bg07.png);
  top: -120px;
}
.producer .st .title01 {
  font-size: 24px;
  width: 500px;
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  position: relative;
  z-index: 100;
}
.producer .st.point01 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/producer/img/producer_h3_title01.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.producer .st.point02 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/producer/img/producer_h3_title02.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.producer .st.point03 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/producer/img/producer_h3_title03.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.producer .st.point04 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/producer/img/producer_h3_title04.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.producer .st.point05 .title01::before {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(/producer/img/producer_h3_title05.svg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.producer .summary {
  background-image: url(/producer/img/producer_bg08.gif), url(/producer/img/producer_bg09.gif);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center top, center, top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 0;
  margin: 0 0 80px;
  height: 546px;
  position: relative;
}
html > /**/ body .producer .summary {
  background /*\**/ : #8bb129 \9;
}
.producer .summary:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  background: #fff;
  z-index: 100;
}
.producer .summary:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  background: #fff;
  z-index: 100;
}
.producer .summary h3.title01 {
  color: #FFFFFF;
  font-size: 40px;
  font-feature-settings: 'palt';
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.producer .summary p.stitle01 {
  width: 880px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
  margin: 0 auto 20px;
  padding: 5px 0;
  border-top: dotted 2px #fff;
  border-bottom: dotted 2px #fff;
}
.producer .summary p.txt01 {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
.producer .summary h3.title01:before {
  content: url(/producer/img/producer_arrow01.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -82px auto;
  text-align: center;
}
.producer .inquiry {
  margin: 0 0 80px;
}
.producer .inquiry .wrap {
  width: 880px;
}
.producer .inquiry h4.title01 {
  padding: 5px 10px;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #cbb896;
}
.producer .inquiry .tel {
  margin: 0 19px 0 0;
}
.producer .inquiry p {
  margin: 15px 0 0;
  padding: 10px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .main-container.producer {
    overflow: visible;
  }
  .producer #pagetitle {
    padding: 15px 10vw;
  }
  .producer .firstview {
    border-top: none;
    background: none;
  }
  .producer .firstview .img01 {
    position: static;
  }
  .producer .firstview .catch01 {
    color: #8bb129;
    font-size: 20px;
    padding: 15px 0;
    margin: 0;
    background: #FFFFFF;
  }
  .producer .st {
    padding: 30px 0;
  }
  .producer .st .wrap {
    width: auto;
  }
  .producer .st.point01, .producer .st.point02, .producer .st.point03, .producer .st.point04, .producer .st.point05 {
    background: #fffdf9;
  }
  .producer .st .title01 {
    font-size: 26px;
    line-height: 1.4;
    width: auto;
  }
  .producer .st.point01 .title01::before, .producer .st.point02 .title01::before, .producer .st.point03 .title01::before, .producer .st.point04 .title01::before, .producer .st.point05 .title01::before {
    top: 5px;
    bottom: initial;
  }
  .producer .st.point01:after, .producer .st.point02:after, .producer .st.point03:after, .producer .st.point04:after, .producer .st.point05:after {
    content: none;
  }
  .producer .summary {
    background: #8bb129;
    padding: 60px 0 45px;
    margin: 0 0 45px;
    height: auto;
  }
  .producer .summary h3.title01 {
    font-size: 28px;
  }
  .producer .summary p.stitle01 {
    width: auto;
    font-size: 16px;
  }
  .producer .summary p.txt01 {
    font-size: initial;
    line-height: 2;
    text-align: left;
  }
  .producer .summary h3.title01:before {
    content: url(/producer/img/producer_arrow01.png);
    margin: -75px auto;
  }
  .producer .inquiry {
    margin: 0;
  }
  .producer .inquiry .wrap {
    width: auto;
  }
  .producer .inquiry .tel {
    margin: 0 0 15px;
  }
  .producer .inquiry p {
    font-size: initial
  }
}
/*========================================== */
/* recruit　採用情報
/*========================================== */
.recruit #pagetitle {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_pagetitle_bg01.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 43px 0;
}
html > /**/ body .recruit #pagetitle img {
  top: 0 !important;
}
html > /**/ body .recruit #pagetitle h2 img {
  position /*\**/ : relative;
  z-index /*\**/ : 10000;
}
.recruit .firstview {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg01.jpg) no-repeat center top #b9d6ef;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 380px;
  padding: 60px 0 40px;
}
.recruit .firstview h3.title01 {
  font-size: 20px;
  font-feature-settings: 'palt';
  margin: 0 0 20px;
}
.recruit .firstview h3.title01 span {
  font-size: 40px;
  line-height: 1.4;
  display: block;
}
.recruit .firstview h3.title01 + p {
  font-size: 16px;
}
.recruit .sec {
  padding: 60px 0;
}
.recruit .section01 h3.title01 {
  font-size: 30px;
  font-feature-settings: 'palt';
  text-align: center;
  margin: 0 0 60px;
}
.recruit .section01 h3.title01 span {
  font-size: 48px;
  line-height: 1.4;
  display: block;
}
.recruit .section01 ul {
  width: 1000px;
  min-height: 670px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0;
}
.recruit .section01 ul li {
  width: 320px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  opacity: 0;
}
.recruit .section01 ul li .inner {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg_middle.png) repeat-y center center / 295px 5px;
}
.recruit .section01 ul li h4 {
  margin: 0 0 10px;
  padding: 25px 10px 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg_top.png) no-repeat center top / 295px auto;
}
.recruit .section01 ul li h4 img {
  width: 194px;
  height: 174px;
}
.recruit .section01 ul li p {
  padding: 0 10px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg_bottom.png) no-repeat center bottom / 295px auto;
}
.recruit .section02 {
  background: #e5f4f8;
}
.recruit .section02 .box {
  padding: 40px 40px 20px 532px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 260px;
}
.recruit .section02 .box h4 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 20px;
}
.recruit .section02 .box p {
  color: #fff;
}
.recruit .section02 .detailbox01 {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_img01.jpg) no-repeat left top #005b93;
  margin: 0 0 60px;
}
.recruit .section02 .detailbox02 {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_img02.jpg) no-repeat left top #005b93;
}
.recruit .section03 {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg02.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
.recruit .section03 #omoi {
  opacity: 0;
  position: relative;
  z-index: 9999;
}
.recruit .section03 .logo {
  width: 280px;
  height: 100px;
  margin: 60px auto;
}
.recruit .section03 p {
  font-size: 20px;
  line-height: 2;
  margin: 0 0 15px;
}
.recruit .section03 .btn01, .recruit .section04 .btn01 {
  padding: 10px 20px;
  box-shadow: 0px 0px 0px 3px #c7000b;
  -moz-box-shadow: 0px 0px 0px 3px #c7000b;
  -webkit-box-shadow: 0px 0px 0px 3px #c7000b;
  border: 2px solid #ffffff;
  background: #c7000b;
  color: #fff;
  font-size: 20px;
}
.recruit .section03 #entrybtn {
  opacity: 0;
}
.recruit .section04 {
  background: #e5f4f8;
}
.recruit .section04 .title01 {
  color: #FFFFFF;
  font-size: 24px;
  background: #005b93;
  padding: 15px 20px;
  margin: 0 0 50px;
  text-align: center;
}
.recruit .section04 table {
  width: 940px;
  margin: 0 auto;
}
.recruit .section04 table th {
  width: 180px;
  font-size: 16px;
  padding: 0px 30px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
  vertical-align: top;
  border-right: 1px solid #000;
}
.recruit .section04 table td {
  width: 760px;
  font-size: 16px;
  padding: 0 20px 20px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.recruit .section04 table td p {
  margin: 0 0 15px;
}
.recruit .section04 table td .account {
  display: inline-block;
  background: #c2d9e6;
  padding: 3px 10px;
  margin: 0 0 5px;
  color: #005b93;
  ;
  font-weight: bold;
}
.recruit .section04 table td .kome {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .recruit #pagetitle {
    padding: 30px 0;
  }
  .recruit .firstview {
    background: url(/wp-content/themes/ver01/recruit/img/recruit_bg02.jpg) no-repeat center top / 200%;
    height: auto;
  }
  .recruit .firstview h3.title01 {
    font-size: 18px;
    text-align: center;
  }
  .recruit .firstview h3.title01 span {
    font-size: 30px;
  }
  .recruit .firstview h3.title01 + p {
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 2px #FFFFFF;
  }
  .recruit .sec {
    padding: 30px 0;
  }
  .recruit .section01 h3.title01 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .recruit .section01 h3.title01 span {
    font-size: 24px;
  }
  .recruit .section01 ul {
    width: auto;
    min-height: auto;
    grid-gap: 20px;
  }
  .recruit .section02 .box {
    padding: 0;
  }
  .recruit .section02 .box h4 {
    font-size: 24px;
    text-align: center;
    margin: 20px;
  }
  .recruit .section02 .box p {
    padding: 0 20px 20px;
  }
  .recruit .section02 .detailbox01 {
    background: #005b93;
    margin: 0 0 30px;
  }
  .recruit .section02 .detailbox02 {
    background: #005b93;
  }
  .recruit .section03 .logo {
    margin: 15px auto;
  }
  .recruit .section03 p {
    font-size: 16px;
    text-align: left;
  }
  .recruit .section04 .title01 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 5px;
  }
  .recruit .section04 table {
    width: 100%;
  }
  .recruit .section04 table, .recruit .section04 table tbody, .recruit .section04 table tr, .recruit .section04 table th, .recruit .section04 table td {
    width: 100% !important;
    display: block;
  }
  .recruit .section04 table th {
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .recruit .section04 table td {
    margin: 0 0 30px;
    padding: 0;
  }
}
/*========================================== */
/* thanks　エントリーサンクスページ
/*========================================== */
.recruit.thanks {
  background: url(/wp-content/themes/ver01/recruit/img/recruit_bg02.jpg) no-repeat center top;
  background-size: cover;
}
.recruit.thanks .section03 {
  background: none;
  background-size: auto;
}
.recruit.thanks .section03 #omoi01 {
  position: relative;
  z-index: 10000;
}
.recruit.thanks .section03 h3 {
  font-size: 30px;
  line-height: 1;
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  .recruit.thanks .section03 a {
    width: 225px;
    margin: auto;
    display: block;
  }
}
/*========================================== */
/* entry　エントリー
/*========================================== */
.entry h3.title02 {
  color: #FFFFFF;
  font-size: 24px;
  background: #005b93;
  padding: 15px 20px;
  margin: 0 0 50px;
  text-align: center;
}
.entry .section05 table {
  width: 100%;
  border-top: solid 1px #ccc;
}
.entry .section05 table th {
  padding: 23px 10px 17px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.entry .section05 table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.entry .section05 table th {
  width: 290px;
}
.entry .section05 table td {
  vertical-align: middle;
  position: relative;
}
.entry .section05 table .end {
  border-bottom: none;
}
.entry .section05 table .end p {
  font-size: 14px;
  margin-top: 5px;
}
.entry .section05 table .end strong {
  color: #F00;
  display: block;
}
.entry .soushin {
  display: block;
  text-align: center;
  margin: 0 0 100px;
}
.entry .soushin button {
  border: none;
  background: none;
}
.shokushu input, .shokushu label {
  vertical-align: middle;
}
.entry .soushin div.mfp_err {
  margin-left: 300px;
}
.entry textarea {
  width: 81% !important;
}
@media screen and (max-width: 750px) {
  .entry h3.title02 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 5px;
  }
  .entry .section05 table {
    border-top: none;
  }
  .entry .section05 table, .entry .section05 table tbody, .entry .section05 table tr, .entry .section05 table th, .entry .section05 table td {
    width: 100% !important;
    display: block;
  }
  .entry .section05 table th {
    padding: 0;
    border-bottom: none;
  }
  .entry .section05 table td {
    margin: 10px 0 30px;
    padding: 0;
    border-bottom: none;
  }
  .entry .soushin {
    margin: 0;
  }
  .entry .soushin button {
    width: 225px;
  }
  .shokushu input, .shokushu label {
    vertical-align: middle;
  }
  .entry .soushin div.mfp_err {
    margin-left: 300px;
  }
  .entry textarea {
    width: calc(100% - 12px) !important;
  }
}
/*========================================== */
/* inquiry　お問い合わせ
/*========================================== */
.inquiry #pagetitle {
  background: url(/wp-content/themes/ver01/recruit/entry/img/entry_pagetitle_bg01.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 43px 0;
  margin: 0 0 50px;
}
.inquiry h3.title01 {
  color: #FFFFFF;
  font-size: 24px;
  background: #005b93;
  padding: 15px 20px;
  margin: 0 0 50px;
  text-align: center;
}
.inquiry h3.title02 {
  color: #005b93;
  font-size: 24px;
  background: #FFFFFF;
  border: solid 1px #005b93;
  padding: 15px 20px;
  margin: 0 0 50px;
  text-align: center;
}
.inquiry table {
  width: 100%;
  border-top: solid 1px #ccc;
}
.inquiry table th {
  padding: 23px 10px 17px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inquiry table td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.inquiry table th {
  width: 290px;
}
.inquiry table td {
  vertical-align: middle;
}
.inquiry table .end {
  border-bottom: none;
}
.inquiry table .end p {
  font-size: 14px;
  margin-top: 5px;
}
.inquiry table .end strong {
  color: #F00;
  display: block;
}
.inquiry .soushin {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
.inquiry .soushin.kakunin {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
.inquiry .wpcf7 {
  margin: 0 0 100px;
}
.inquiry .wpcf7-submit, .inquiry .wpcf7-previous {
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .inquiry #pagetitle {
    padding: 30px 0;
  }
  .inquiry h3.title01, .inquiry h3.title02 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 5px;
  }
  .inquiry table {
    border-top: none;
  }
  .inquiry table, .inquiry table tbody, .inquiry table tr, .inquiry table th, .inquiry table td {
    width: 100% !important;
    display: block;
  }
  .inquiry table th {
    padding: 0;
    border-bottom: none;
  }
  .inquiry table td {
    margin: 10px 0 30px;
    padding: 0;
    border-bottom: none;
  }
  .inquiry .soushin {
    margin: 0;
  }
  .inquiry .soushin.kakunin {
    margin: 45px 0 0;
  }
  .inquiry .wpcf7 {
    margin: 0;
  }
  .inquiry .wpcf7-spinner {
    display: block;
    margin: auto;
  }
  .inquiry .wpcf7 form .wpcf7-response-output {
    margin: -2em 0.5em 1em !important;
  }
  .inquiry .wpcf7-submit {
    width: 225px;
  }
}
/*======================================== */
/* privacy　プライバシーポリシー
/*======================================== */
.privacy #pagetitle {
  background: url(/privacy/img/privacy_pagetitle_bg01.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 43px 0;
  margin: 0 0 40px;
}
.privacy section {
  padding: 0 0px 100px;
}
.privacy section h3 {
  margin: 0 0 5px;
  color: #e68013;
}
.privacy section p {
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .privacy #pagetitle {
    padding: 30px 0;
  }
  .privacy section {
    padding: 0;
  }
}
/*======================================== */
/* sitemap　サイトマップ
/*======================================== */
.sitemap #pagetitle {
  background: url(/privacy/img/privacy_pagetitle_bg01.png) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 43px 0;
  margin: 0 0 40px;
}
.sitemap ul {
  overflow: hidden;
}
.sitemap ul li {
  float: left;
  width: 485px;
  margin: 0 30px 30px 0;
}
.sitemap ul li.end {
  margin: 0 0 30px 0;
}
.sitemap ul li a {
  display: block;
  padding: 5px 10px 5px 20px;
  border: solid 1px #ccc;
  background-image: url(/sitemap/img/sitemap_arrow01.png);
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 6px 9px
}
.sitemap ul li a:hover {
  color: #fff;
  background-color: #0c7cac;
  background-image: url(/sitemap/img/sitemap_arrow02.png);
}
@media screen and (max-width: 750px) {
  .sitemap #pagetitle {
    padding: 30px 0;
  }
  .sitemap ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .sitemap ul li.end {
    margin: 0 0 20px;
  }
  .sitemap ul li a {
    display: block;
    padding: 5px 10px 5px 20px;
    border: solid 1px #ccc;
    background-image: url(/sitemap/img/sitemap_arrow01.png);
    background-repeat: no-repeat;
    background-position: 9px center;
  }
  .sitemap ul li a:hover {
    color: #fff;
    background-color: #0c7cac;
    background-image: url(/sitemap/img/sitemap_arrow02.png);
  }
}
/*======================================== */
/* specail　特設ページ
/*======================================== */
.special #pagetitle {
  margin: 0;
}
.special .contents {
  background: #fdfbf6;
  padding: 40px 0 200px;
}
.special a {
  width: 250px;
  margin: 50px auto 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  background: #ff0033;
  background-image: -webkit-linear-gradient(top, #ff0033, #a33434);
  background-image: -moz-linear-gradient(top, #ff0033, #a33434);
  background-image: -ms-linear-gradient(top, #ff0033, #a33434);
  background-image: -o-linear-gradient(top, #ff0033, #a33434);
  background-image: linear-gradient(to bottom, #ff0033, #a33434);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 2px #666666;
  -moz-box-shadow: 0px 0px 2px #666666;
  box-shadow: 0px 0px 2px #666666;
}
.special a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 750px) {
  .main-container.special {
    padding-bottom: 0;
  }
  .special .contents {
    padding: 40px 0 60px;
  }
}
/*フォーム部品
-------------------------------------*/
input[type="text"], input[type="email"] {
  width: 80%;
  padding: 3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  line-height: 1.6;
  font-size: 100%;
  -webkit-appearance: none;
}
input[type="text"].short01 {
  width: 20%;
}
textarea {
  width: 81%;
  min-height: 200px;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 100%;
  padding: 5px;
  resize: vertical;
}
textarea.short_h {
  min-height: 120px;
}
.styleform.select01 {
  margin: 0;
  color: #666666;
  width: 70px;
  height: 24px;
  padding: 3px 20px 3px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background: none transparent;
  background: #FFF url(/wp-content/themes/ver01/recruit/entry/img/entry_select_bg01.svg) no-repeat right;
}
.styleform.select02 {
  margin: 0;
  color: #666666;
  width: 110px;
  height: 24px;
  padding: 3px 20px 3px 12px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background: none transparent;
  background: #FFF url(/wp-content/themes/ver01/recruit/entry/img/entry_select_bg01.svg) no-repeat right;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
  position: relative;
  top: -70px;
}
.is_confirm input[type="text"], 
.is_confirm input[type="email"], 
.is_confirm textarea, 
.is_confirm .bb-no th, 
.is_confirm .bb-no td, 
.is_confirm input:-webkit-autofill, 
.is_confirm textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
}
.is_confirm .wpcf7-form-control-wrap.mail + div, .is_confirm .wpcf7-form-control-wrap.mail + div + p, .is_confirm .wpcf7-form-control-wrap.acceptance-46, .is_confirm .wpcf7-form-control-wrap.acceptance-46 + span, .is_confirm .yes-or-no {
  display: none !important;
}
input[type="submit"], input[type="button"] {
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 8em;
  margin: 10px;
  padding: 10px 0;
  background: #0a5c91;
  border: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
  cursor: pointer;
}
.inquiry.complete a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 10em;
  margin: 10px auto;
  padding: 10px 0;
  background: #0a5c91;
  border: none;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media screen and (max-width: 750px) {
  input[type="text"], input[type="email"] {
    width: calc(100% - 18px);
  }
  input[type="text"].short01 {
    width: calc(100% - 18px);
  }
  textarea {
    width: calc(100% - 12px);
  }
}
/*======================================== */
/* wordpressログイン画面
/*======================================== */
#login h1 a {
  background-image: url(/common/img/wp_login_img.png) !important;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 112px;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0 auto 25px;
  padding: 0;
  width: auto;
  text-indent: -9999px;
  outline: 0;
  display: block;
}
.swiper-button-prev, .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff none;
  border-radius: 50%;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #334d7b;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #807e7b;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  transition-property: color;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
  color: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -30px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -30px;
}
@media screen and (max-width: 750px) {
.swiper-button-prev, .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 40px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 12px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -25px;
  left: 0;
  width: 100%;
}


}