@charset "UTF-8";
/* CSS Document */
body {
  font-family: Crossten, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  overflow: auto;
  height: 100%;
  background-color: #2a2a2a;
}
body.other-page {
  background-color: #FFF;
}
html {
  font-size: 62.5%; /* -> 10px; */
}
h1, h2, h3, h4, h5, h6 {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  color: #393232;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
p, li, table {
  letter-spacing: 0.05rem;
}
a, a:hover {
  text-decoration: none;
  transition: .3s;
}
*, *::after, *::before {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .display-none.min-992 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .display-none.max-991 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .display-none.min-768 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .display-none.max-767 {
    display: none !important;
  }
}
.flex-box {
  display: flex;
}
.effect-fade {
  opacity: 0;
}
.fade-01 {
  transform: translate(0, 45px);
  transition: 1s;
}
.fade-02 {
  transform: translate(0, 45px);
  transition: 1.5s;
}
.fade-03 {
  transform: translate(0, 45px);
  transition: 2s;
}
.fade-04 {
  transform: translate(0, 45px);
  transition: 2.5s;
}
.fade-05 {
  transform: translate(0, 45px);
  transition: 3s;
}
.fade-06 {
  transform: translate(0, 45px);
  transition: 3.5s;
}
.fade-07 {
  transform: translate(0, 45px);
  transition: 4s;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/*-------管理画面用_マージン-------*/
@media (min-width: 783px) {
.margin-top-32 {
margin-top: 32px;
}
.modal-menu-box.margin-top-32 {
    position: absolute;
}
.modal-menu-box.margin-top-32 .modal-btn {
    top: 32px;
}
.slide-text-wrap.wpadminbar-32 {
    height: calc(100vh - 32px);
}
.hero-news .hero-news-bar .left-tag.wpadminbar-32 {
    bottom: 32px;
}
.swiper-container.wpadminbar-32 {
    height: calc(100vh - 32px);
}	
}
@media (max-width: 782px) {
.margin-top-46 {
	margin-top: 46px;
}
.modal-menu-box.margin-top-46 {
	margin-top: 0;
}
#header.margin-top-46 {
	position: absolute;	
}
#wpadminbar {
    position: fixed !important;
    top: 0;
    left: 0;
}
}
/*-------管理画面用_マージン-------*/
/*------------------ヘッダー------------------*/
header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  /*height: 65px !important;*/
  left: 0;
  top: 0;
  z-index: 11;
  transition: .5s;
  /*font-family: "FOT-筑紫A丸ゴシック Std B";*/
}
@media screen and (max-width: 991px) {
  header {
    background-color: #2a2a2a;
    padding: 0 15px;
    padding-right: 5px;
  }
}
.header-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 65px !important;
}
.header-wrap .default header {
  background: linear-gradient(rgb(0 0 0 / 0.8), rgb(0 0 0 / 0));
}
.header-wrap .black header {
  background: linear-gradient(rgb(255 255 255 / 0.8), rgb(255 255 255 / 0));
}
.header-wrap .white header {
  background: linear-gradient(rgb(0 0 0 / 0.8), rgb(0 0 0 / 0));
}
header .container-fluid {
  width: 100%;
  /*padding-right: 0;
    padding-left: 0;*/
  margin-right: auto;
  margin-left: auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.main-logo {
  background-color: #2a2a2a;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-logo {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-logo {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main-logo {
    padding: 0;
	flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main-logo a {
  display: block;
}
.main-logo a img {
  width: auto;
  height: 40px;
  transition: .3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-logo a img {
    height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-logo a img {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .main-logo a img {
    height: 30px;
  }
}
.main-logo .default svg g {
  fill: #fff;
}
.main-logo .white svg g {
  fill: #fff;
}
.main-logo .black svg g {
  fill: #333;
}
.main-logo p {
  color: #FFC830;
  font-size: 12px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-logo p {
    font-size: 10px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-logo p {
    /*font-size: 10px;
	transform: scale(0.9);
    margin-left: 33px;*/
	  display: none;
  }
}
header nav {
  /*position: fixed;
    width: 784px;
    height: 42px !important;
    right: 30px;
    top: 0;
    top: 15px;
    z-index: 1;
    display: flex;
    align-items: center;*/
}
header nav li {
  float: left;
  padding: 0 15px;
  font-weight: bold;
  font-size: 14px;
  transition: .3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header nav li {
    font-size: 12px;
    padding: 0 10px;
  }
}
header nav li a {
  color: #FFC830;
  position: relative;
}
header nav li.menu a:hover {
  color: #FFC830;
  opacity: 0.6;
}
header nav .black li a {
  color: #333;
  position: relative;
}
header nav li a:hover {
  /*color: #FFF;
	opacity: 0.7;*/
}
header nav .black li a:hover {
  color: #333;
  opacity: 0.7;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header:hover {
  /*background-color: rgba(0,0,0,0.6);*/
}
#header:hover nav li a {
  /*color: #333;*/
}
/*#header:hover nav li.header-contact a {
    border: solid 2px #333;
}*/
#header:hover .main-logo .default svg g {
  fill: #333;
}
/*#header:hover nav li a:hover {
	color: #44C5FC;
}
#header:hover nav li.header-contact a:hover {
    color: #fff;
	background-color: #44C5FC;
	border: solid 2px #44C5FC;
}*/
/*---------------------*/
.header-contact {
  padding: 0;
  /*margin-left: 30px;*/
  padding-left: 0;
}
.header-contact a {
  /*border: solid 2px #fff;*/
  border: solid 2px #FFC830;
  padding: 10px 25px;
  /*border-radius: 50px;*/
  display: block;
  background-color: transparent;
  /*background-color: #FFC830;*/
  color: #FFC830;
  transition: .3s;
}
header nav li.header-contact a:hover {
  color: #2a2a2a;
  opacity: 1;
  background-color: #FFC830;
}
.header-contact a:hover {
  /*background-color: #fff;
	color: #333;*/
  /*opacity: 1;*/
}
header nav .black li.header-contact a {
  border: solid 2px #333;
}
header nav .black li.header-contact a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.header-contact-transparent {
  padding-right: 0;
}
.header-contact-transparent a {
  border: solid 2px #FFC830;
  border-right: none;
  padding: 10px 25px;
  /*border-radius: 50px;*/
  display: block;
  background-color: transparent;
  color: #FFC830;
  transition: .3s;
}
.header-contact-transparent a:hover {
  background-color: #FFC830;
  color: #222;
}
header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0;*/
  padding-left: 0;
  padding-right: 30px;
  /*height: 90px !important;*/
  height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .container-fluid {
    height: 70px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  header .container-fluid {
    padding-right: 0;
    height: 60px;
  }
}
header.is-animation {
  height: 70px;
  background-color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  header.is-animation {
    border-bottom: 2px solid #ffc830;
  }
}
@media screen and (max-width: 767px) {
  header.is-animation {
    height: 60px;
  }
}
header.is-animation .container-fluid {
  height: 70px;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  header.is-animation .container-fluid {
    height: 60px;
  }
}
header.is-animation .main-logo {
  height: 90%;
}
header.is-animation .main-logo a img {
  height: 28px;
}
@media screen and (max-width: 767px) {
  header.is-animation .main-logo a img {
    height: 30px;
  }
}
/*------------------ヘッダー------------------*/
/*------------------ヒーローイメージ_トップページ------------------*/
.hero-wrap {
  position: relative;
  width: 100%;
  top: 0;
  padding-top: 0;
  margin-top: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hero-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrap {
    margin-top: 60px;
  }
}
#owl-example .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 100vh; */
  min-height: 100vh;
  display: table;
  text-align: center;
}
#owl-example .item img {
  width: 45%;
  /*max-width: 570px;*/
}
@media screen and (min-width: 992px) {
  #owl-example .item {
    height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  #owl-example .item {
    height: 60vh;
    min-height: 60vh;
  }
}
@media screen and (max-width: 767px) {
  #owl-example .item {
    height: 50vh;
    min-height: 50vh;
  }
}
#owl-example .item-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  background-color: rgb(34 34 34 / 50%);
}
@media screen and (max-width: 767px) {
  #owl-example .item-box {
    display: table-cell;
    position: relative;
    padding: 0;
  }
}
#owl-example .item-box p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  #owl-example .item-box p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #owl-example .item-box p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
  }
}
#owl-example .item-box img {
  margin: 0 auto;
  margin-left: 0;
  height: auto;
  width: 50%;
  opacity: 1;
  mix-blend-mode: hard-light;
  position: absolute;
  bottom: 150px;
}
@media screen and (max-width: 991px) {
  #owl-example .item-box img {
    margin: 10px auto;
    height: 200px;
    width: 85%;
	  bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #owl-example .item-box img {
    height: auto;
    width: 90%;
    padding: 0 15px;
    bottom: 50px;
  }
}
@media screen and (max-width: 374px) {
  #owl-example .item-box img {
    height: auto;
    width: 85%;
  }
}
.top-image-01 {
  background-image: url("../images/slide/001.jpg");
}
.top-image-02 {
  background-image: url("../images/slide/002.jpg");
}
.top-image-03 {
  background-image: url("../images/slide/003.jpg");
}
/*------------------ヒーローイメージ_トップページ------------------*/
.hero-wrap .video-box {
	position: relative;
	width: 100%;
     height: 100vh; 
    min-height: 100vh;
    display: table;
    text-align: center;
}
.hero-wrap video {
	object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
	position: relative;
    z-index: 1;
	opacity: 0.7;
}
.video-box .item-box {
	position: relative;
    z-index: 2;
}
.video-box .item-box img {
    margin: 0 auto;
    margin-left: 0;
    height: auto;
    width: 50%;
    mix-blend-mode: hard-light;
    position: absolute;
	left: 50px;
    bottom: 150px;
	opacity: 0.9;
}
/*------------------ヒーロー_ニュース------------------*/
.hero-wrap-news {
  background-color: #292929;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*width: 100%;*/
  border-bottom: 3px solid #ffc830;
}
@media screen and (max-width: 767px) {
  .hero-wrap-news {
    display: none;
  }
}
.ticker-title {
  color: #FFC830;
  white-space: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ticker-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.ticker-title span {
  margin: 0 10px;
}
.ticker-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.ticker {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.ticker ul li {
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .ticker ul li {
    overflow: scroll;
  }
}
.ticker li {
  white-space: nowrap;
}
.ticker li a {
  display: flex;
  align-items: center;
  color: #FFC830;
}
.ticker li:hover a {
  background-color: #FFC830;
}
.ticker li a time {
  color: #FFC830;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  padding-left: 5px;
}
.ticker li:hover a time {
  color: #2a2a2a;
}
.ticker li a p {
  color: #FFC830;
  font-size: 14px;
  font-size: 1.4rem;
}
.ticker li:hover a p {
  color: #2a2a2a;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ticker li a time {
    color: #FFC830;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .ticker li a p {
    color: #FFC830;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.ticker li a p:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url("../images/news-arrow.svg");
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.ticker li:hover a p:after {
  background-image: url("../images/news-arrow-black.svg");
}
.ticker p.news-text {
	color: #FFC830;
}
/*------------------ヒーロー_ニュース------------------*/
.sec-back {
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .sec-back {
    padding-left: 15px;
    padding-right: 15px;
  }
	.sec-back .dot {
	margin-top: 0;
    color: #2a2a2a;
    font-size: 14px;
    width: 100%;
    text-align: center;
	}
}
.black-bg {
  background-color: #2a2a2a;
}
.white-bg {
  background-color: #FFF;
}
.sec-back .sec-back-inner {
  padding: 0 30px;
  padding-right: 0;
  padding-top: 50px;
  display: flex;
  align-items: center;
  transition: .3s;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-back .sec-back-inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
}
.section-title {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  line-height: 1;
  display: flex;
  align-items: center;
	transition: .3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 40px;
    text-align: center;
    display: block;
  }
}
.sec-back:hover .section-title {
	letter-spacing: 0.2rem;
}
.section-title-jp {
  font-size: 14px;
  color: #ffc830;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-title-jp {
    text-align: center;
    margin-bottom: 15px;
  }
}
.section-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .sec-back .section-text {
    margin-bottom: 10px;
  }
}
.sec-back .img-wrap {
  height: 60vh;
  width: 60%;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-back .img-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sec-back .img-wrap {
    width: 100%;
  }
}
.sec-back .img-wrap-inner {
  transition: .3s;
}
.sec-back .img-liquid {
  height: 60vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-back .img-wrap-inner:nth-of-type(2) {
  transition: .6s;
}
.sec-back:hover .img-wrap-inner:nth-of-type(2) {
  opacity: 0;
}
.sec-back .img-liquid img {
  position: absolute;
  mix-blend-mode: overlay; /* オーバーレイを指定 */
  color: white;
  font-size: 150px;
  font-weight: bold;
  top: 200px;
  left: 30px;
}
.Item-Content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 55px;
  padding-left: 56px;
  padding-right: 36px;
  background: #eee;
}
.Item-Content-Flg1 { /*三角形左上*/
  position: absolute;
  top: 0;
  left: 0;
  border-left: 80px solid #2a2a2a;
  border-bottom: 80px solid transparent;
  z-index: 1;
}
.Item-Content-Flg2 { /*三角形右下*/
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 80px solid transparent;
  border-bottom: 80px solid #2a2a2a;
  z-index: 1;
}
.Item-Content-Flg3 { /*三角形左下*/
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #2a2a2a;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Item-Content-Flg3 {
    border-right: 40px solid transparent;
    border-bottom: 40px solid #2a2a2a;
  }
	.page-hero-wrap .Item-Content-Flg3 {
    display: block;
		    bottom: -1px;
    left: -1px;
  }
}
.Item-Content-Flg4 { /*三角形右上*/
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid #2a2a2a;
  border-left: 80px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Item-Content-Flg1, .Item-Content-Flg2, .Item-Content-Flg3, .Item-Content-Flg4 {
    display: none;
  }
}
.sec-back .text-wrap {
  width: 35%;
  margin-right: 0;
  position: relative;
  left: 2.5%;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-back .text-wrap {
    width: 40%;
    left: 2.0%;
  }
}
@media screen and (max-width: 767px) {
  .sec-back .text-wrap {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-back .top-link-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-back .top-link-button {
    display: block;
    background-color: #ffc830;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 5px;
    font-size: 14px;
    color: rgb(42 42 42 / 70%);
    font-weight: 600;
    width: 100%;
  }
  .sec-back .top-link-button:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/black-arrow.svg);
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
  }
}
.sec-back .img-wrap-inner {
  /*position: relative;*/
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay {
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overlay {
    background-color: transparent;
  }
}
.section-title:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 50px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url("../images/sec-title-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 15px;
	transform: translateX(0px);
	transition: .3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-title:after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .section-title:after {
    content: none;
  }
}
.sec-back:hover .section-title::after {
  transform: scale(1.2) translateX(5px);
}
.sec-back.col-reverse .sec-back-inner {
  flex-direction: row-reverse;
  padding-left: 0;
}
.sec-back.col-reverse .text-wrap {
  width: 35%;
  margin-right: 0;
  position: relative;
  left: -7.5%;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-back.col-reverse .text-wrap {
    width: 40%;
    margin-right: 0;
    position: relative;
    left: -7.5%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec-back.col-reverse .text-wrap {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-back .sec-back-inner .img-wrap {
    width: 100%;
    height: 250px;
  }
  .sec-back .sec-back-inner .overlay {
    height: 250px;
  }
  .sec-back .sec-back-inner .img-liquid {
    height: 250px;
  }
  .sec-back.col-reverse .sec-back-inner .img-wrap {
    width: 100%;
    height: 250px;
  }
  .sec-back.col-reverse .sec-back-inner .overlay {
    height: 250px;
  }
  .sec-back.col-reverse .sec-back-inner .img-liquid {
    height: 250px;
  }
}
#top-products {
  background-color: #2a2a2a;
  padding: 50px 0;
  transition: .3s;
}
#top-products a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top-products .text-wrap {
  text-align: center;
  position: absolute;
  z-index: 3;
}
#top-products .text-wrap .title {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  line-height: 1;
	transition: .3s;
}
@media screen and (max-width: 767px) {
  #top-products .text-wrap .title {
    font-size: 40px;
  }
}
#top-products:hover .text-wrap .title {
  	letter-spacing: 0.2rem;
	transform: scale(1.1)
}
#top-products .text-wrap .title-jp {
  font-size: 14px;
  color: #ffc830;
  font-weight: 600;
}
#top-products a::after {
  /*position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 110%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .4;
    z-index: 2;*/
}
#top-products .img-wrap {
  position: relative;
  width: 100%;
}
#top-products .img-wrap-inner {
  width: 100%;
}
#top-products .img-wrap-inner:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s;
}
#top-products:hover .img-wrap-inner:nth-of-type(2) {
  opacity: 0;
}
#top-products .img-wrap-inner .tate-line {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  background-color: #2a2a2a;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top-products .img-wrap-inner .tate-line {
    width: 20px;
    left: calc(50% - 10px);
  }
}
#top-products .img-wrap-inner .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
}
#top-products .back-photo.img-liquid {
  height: 450px;
}
@media screen and (max-width: 991px) {
  #top-products .back-photo.img-liquid {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #top-products .back-photo.img-liquid {
    height: 250px;
  }
}
#top-nandemoya {
  background-image: url(../images/top/04.jpg);
  padding: 50px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #top-nandemoya {
    padding: 15px;
  }
}
#top-nandemoya .inner {
  background-color: rgba(252, 250, 242, 0.8);
  padding: 50px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top-nandemoya .inner {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
#top-nandemoya .inner p {
  /*font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
#top-nandemoya .inner .title {
  margin-bottom: 20px;
}
#top-nandemoya .inner .title img {
  width: auto;
  height: 35px;
}
@media screen and (max-width: 767px) {
  #top-nandemoya .inner .title img {
    width: 100%;
    height: auto;
  }
}
#top-nandemoya .inner .description {
  margin-bottom: 20px;
}
#top-nandemoya .inner .description img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #top-nandemoya .inner .description img {
    width: 100%;
    height: auto;
  }
}
#top-nandemoya .inner .button {
  display: inline-block;
  background-color: #FFC830;
  padding: 15px 30px;
  transition: .3s;
}
@media screen and (max-width: 767px) {
#top-nandemoya .inner .button {
  width: 100%;
}
}
#top-nandemoya .inner .button:hover {
  background-color: #2a2a2a;
  color: #FFC830;
}
#top-nandemoya .inner .button p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #2a2a2a;
  line-height: 1;
}
#top-nandemoya .inner .button:hover p {
  color: #FFC830;
}
@media screen and (max-width: 767px) {
  #top-nandemoya .inner .button p {
    font-size: 16px;
  }
}
#top-nandemoya .inner .button p:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 22px; /*画像の幅*/
  height: 22px; /*画像の高さ*/
  background-image: url("../images/black-arrow.svg");
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
#top-nandemoya .inner .button:hover p:after {
  background-image: url("../images/yellow-arrow.svg");
}
footer {
  /*background-image: url("../images/footer_bg.jpg");*/
  background-size: cover;
  background-position: center center;
  padding-top: 160px;
  padding-bottom: 20px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
footer .container {
  padding-left: 30px;
  padding-right: 30px;
}
footer p {
  color: #ccc;
}
footer .left-side {
  border-right: 1px solid #FFC830;
  padding-right: 50px;
  width: 30%;
  margin-right: 5%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .left-side {
    border-right: 1px solid #FFC830;
    padding-right: 30px;
    width: 35%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .left-side {
    border-right: none;
    padding-right: 0;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
footer .left-side p {
  opacity: 0.8;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .left-side p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .left-side p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
footer .logo img {
  width: 70%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .logo img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .logo img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  footer .logo img {
    width: 40%;
  }
}
.footer-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-row {
    flex-flow: column;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
}
footer .right-side {
  color: #FFC830;
  width: 65%;
}
footer .right-side ul {
  display: flex;
  justify-content: flex-end;
}
footer .right-side li {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
  font-size: 14px;
  /*font-weight: bold;*/
  margin-bottom: 15px;
}
footer .right-side li a {
  color: #FFC830;
}
footer .right-side li a:hover {
  opacity: 0.6;
}
.copyright-row {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .copyright-row {
    justify-content: center;
  }
}
.copyright-row a {
  transition: .3s;
}
.copyright-row a:hover {}
.copyright-row p {
  font-size: 12px;
  opacity: 0.6;
  transition: .3s;
}
.copyright-row a:hover p {
  opacity: 0.6;
}
/*------------------トップページ_ニュース------------------*/
#top-news {
  background-color: #2a2a2a;
  padding: 50px 0;
  transition: .3s;
}
#top-news .container {
  padding-left: 30px;
  padding-right: 30px;
}
#top-news .row {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top-news .row.tabbable {
    display: block;
  }
}
#top-news .news-tab {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #top-news .news-tab {
    width: 100%;
  }
}
#top-news .news-tab .title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  line-height: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #top-news .news-tab .title {
    font-size: 34px;
  }
}
#top-news .news-tab .title-jp {
  font-size: 14px;
  color: #ffc830;
  margin-bottom: 30px;
  font-weight: 600;
}
#top-news .news-tab .title-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #top-news .news-tab .title-box {
    margin-bottom: 20px;
    text-align: center;
  }
}
#top-news .news-tab .category-box li {
  font-size: 14px;
  margin-bottom: 10px;
}
#top-news .news-tab .category-box li a {
  color: #FFF;
  opacity: 0.6;
}
#top-news .news-tab .category-box li a.active {
  color: #ffc830;
  opacity: 1;
  border-bottom: 1px solid #ffc830;
}
/*#top-news .news-tab .category-box li a.current {
    color: #ffc830;
    opacity: 1;
    border-bottom: 1px solid #ffc830;
}*/
#top-news .tab-content {
  width: 75%;
}
@media screen and (max-width: 991px) {
  #top-news .tab-content {
    width: 100%;
  }
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list li {
  width: 32%;
  margin-right: 0.65%;
  margin-left: 0.65%;
  list-style: none;
  animation: test .3s;
}
.list li:nth-of-type(3n) {
  /*margin-right: 0;*/
}
@keyframes test {
  0% {
    transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
.list .text-col {
  width: 94%;
  padding: 10px;
  background-color: #fff;
  position: relative;
  top: -25px;
}
.list-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
.category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .category {
    margin-top: 0;
  }
}
.category p {
  margin-right: 5px;
  margin-bottom: 5px;
  /*border: 1px solid #888;*/
  padding: 4px;
  line-height: 1;
  font-size: 10px;
  transform-origin: left top;
	width: 100%;
}
.category p:last-of-type {
  margin-right: 0;
}
#top-news .news-list {
  /*width: 75%;*/
}
#top-news .news-list li {
  font-size: 14px;
}
#top-news .news-list li .list-content-inner {
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: flex;
}
#top-news .news-list li .list-content-inner time, #top-news .news-list li .list-content-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
#top-news .news-list li .list-content-inner time {
  color: #ffc830;
  margin-right: 20px;
}
#top-news .news-list li::after {
  width: 100%;
  height: 5px;
  content: '';
  display: block;
  /*margin-top: 20px;*/
  background: linear-gradient(to right, #ffc830, #ffc830 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-position: 50% 50%;
  border-right: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  opacity: 0.5;
}
#top-news .news-list li .list-content {
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: .3s;
}
#top-news .news-list li .list-content:hover {
  background-color: rgba(255, 200, 48, 0.5);
}
#top-news .news-list li .category {
  margin-right: 20px;
  min-width: 80px;
}
#top-news .news-list li .category p {
  white-space: nowrap;
  background-color: #ffc830;
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 50px;
  text-align: center;
}
#top-news .news-list li .list-content .s-arrow {
  width: 22px;
  height: auto;
}
#top-news .news-list li .list-content:hover .s-arrow {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#top-news .news-tab .title:after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../images/sec-title-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  #top-news .news-tab .title:after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .top-news-btn-wrap {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .top-news-btn-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-btn-wrap {
    display: block;
  }
}
.top-news-btn-wrap p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  margin-right: 30px;
}
@media screen and (min-width: 992px) {
  .top-news-btn-wrap p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-btn-wrap p {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.top-news-btn {
  position: relative;
  display: block;
  vertical-align: middle;
  zoom: 1;
}
@media screen and (max-width: 991px) {
  .top-news-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffc830;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
  }
}
.top-news-btn a {
  display: inline-block;
  float: left;
  clear: left;
  color: #FFF;
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-news-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .top-news-btn a {
    margin-bottom: 0;
    font-size: 12px;
    width: 33.33%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-news-btn a {
    width: auto;
    padding: 1px 8px;
	  width: 33.33333%;
  }
}
.top-news-btn a.active {
  color: #ffc830;
  opacity: 1;
  border-bottom: 1px solid #ffc830;
}
@media screen and (max-width: 991px) {
  .top-news-btn a.active {
    border-bottom: none;
    background-color: #ffc830;
    color: #2a2a2a;
    padding: 1px 16px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-btn a.active {
    padding: 1px 8px;
  }
}
#top-news .top-news-list li {
  font-size: 14px;
  width: 100%;
}
.top-news-list li .list-content {
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: .3s;
}
.top-news-list li .list-content:hover {
  background-color: rgba(255, 200, 48, 0.5);
}
@media screen and (max-width: 767px) {
  .top-news-list li .list-content {
    display: block;
  }
}
.top-news-list li a .category {
  margin-right: 20px;
  min-width: 80px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-news-list li a .category {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list li a .category.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list li a .category.pc {
    display: none;
  }
  .top-news-list li a .category.sp {
    display: inline-block;
    margin: 0;
  }
}
.top-news-list li a .category p {
  white-space: nowrap;
  background-color: #ffc830;
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 50px;
  text-align: center;
}
.top-news-list li a .category p:last-of-type {
  margin-right: 0;
}
.top-news-list li .list-content-inner {
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news-list li .list-content-inner {
    display: block;
    padding: 10px 0;
  }
}
.top-news-list li .list-content-inner time {
  color: #ffc830;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.top-news-list li .list-content-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-news-list li .list-content-inner time {
    font-size: 13px;
  }
  .top-news-list li .list-content-inner p {
    font-size: 13px;
  }
}
.top-news-list li .list-content .s-arrow {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-news-list li .list-content .s-arrow {
    display: none;
  }
}
.top-news-list li::after {
  width: 100%;
  height: 5px;
  content: '';
  display: block;
  /* margin-top: 20px; */
  background: linear-gradient(to right, #ffc830, #ffc830 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-position: 50% 50%;
  border-right: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  opacity: 0.5;
}
/*------------------お問い合わせ_コンテンツ------------------*/
.contact-contents-box {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  background-color: #2a2a2a;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact-contents-box {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contact-contents-box .container-fluid {
  background-color: #ffc830;
  padding: 30px 15px;
  border: 1px solid #292929;
}
@media screen and (max-width: 991px) {
  .contact-contents-box .container-fluid {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .container-fluid {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-contents-box .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-contents-box .inner {
  text-align: center;
  border-right: 1px solid #2a2a2a;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .contact-contents-box .inner {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.contact-contents-box .inner:last-of-type {
  border: none;
}
@media screen and (max-width: 991px) {
  .contact-contents-box .inner:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .inner:last-of-type {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.contact-contents-box p {
  /*color: #2a2a2a;
    font-weight: 500;
    font-size: 22px;*/
}
.contact-contents-box .left-col {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact-contents-box .left-col a {
  background-color: #2a2a2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 50px;
  font-size: 13px;
  height: 55px;
  width: 300px;
  border: 1px solid #2a2a2a;
  transition: .3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-contents-box .left-col a {
    padding: 5px;
    font-size: 13px;
    height: 55px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .left-col a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.contact-contents-box .left-col a:hover {
  background-color: #ffc830;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
}
.contact-contents-box .title {
  color: #2a2a2a;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-contents-box .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .title {
    font-weight: 600;
  }
}
.contact-contents-box .description {
  color: #2a2a2a;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.5;
}
.contact-contents-box .center-col .img-col {
  margin-bottom: 20px;
}
.contact-contents-box .center-col .img-col:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-contents-box .center-col .img-col:last-of-type {
    margin-bottom: 15px;
  }
}
.contact-contents-box .center-col .img-col img {
  width: 75%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-contents-box .center-col .img-col img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-contents-box .center-col .img-col img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .center-col .img-col img {
    width: 80%;
  }
}
.contact-contents-box .right-col .img-col {
  /*margin-bottom: 20px;*/
}
.contact-contents-box .right-col .img-col img {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 1199px) {
  .contact-contents-box .right-col .img-col img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-contents-box .right-col .img-col img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-contents-box .right-col .img-col img {
    width: 80%;
    height: auto;
  }
}
.tab-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
}
/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
.page-hero-wrap {
  background-color: #2a2a2a;
  display: flex;
  flex-direction: row-reverse;
}
.page-hero {
  position: relative;
  width: calc(100% - 100px);
  top: 0;
  padding-top: 0;
  margin-top: 0;
  z-index: 1;
  height: 350px;
  background-color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  .page-hero {
    width: calc(100% - 50px);
    top: 60px;
    height: 200px;
    margin-bottom: 60px;
  }
}
/*----------会社情報----------*/
.page-hero.company {
  background-image: url("../images/company/01.jpg");
  background-size: cover;
  background-position: center center;
}
.page-hero-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
.page-title {
  position: absolute;
  top: 150px;
  left: -50px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    position: absolute;
    top: 150px;
    left: -75px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    top: 60px;
    left: -35px;
  }
}
.page-title img {
  width: 100%;
  max-width: 700px;
  height: 10vh;
  min-height: 80px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-title img {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page-title img {
    max-width: 60%;
    min-height: auto;
    height: auto;
  }
}
.page-title p {
  font-size: 18px;
  color: #ffc830;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page-title p {
    font-size: 17px;
  }
}
.company-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .company-sec:first-of-type {
    padding-top: 100px;
  }
  .company-sec:last-of-type {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .company-sec:first-of-type {
    /*padding-top: 30px;*/
  }
}
.company-sec .container {
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-sec .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.company-sec .row {
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-sec:nth-of-type(2) .section-title {
    justify-content: center;
  }
  .company-sec:nth-of-type(3) .section-title {
    justify-content: center;
  }
}
.company-sec .section-title:after {
  content: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-sec:nth-of-type(2) .section-title-jp {
    text-align: center;
  }
  .company-sec:nth-of-type(3) .section-title-jp {
    text-align: center;
  }
}
.company-sec .text-wrap {
  width: 50%;
  left: 0;
  padding-right: 3.5%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-sec .text-wrap {
    padding-right: 3.5%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-sec .text-wrap {
    width: 60%;
  }
  .company-sec:nth-of-type(2) .text-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .company-sec:nth-of-type(3) .text-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-sec .text-wrap {
    width: 100%;
    left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .company-sec .section-text {
    padding: 0;
  }
  .company-sec:first-of-type .section-text {
    margin-bottom: 15px;
  }
}
.company-sec .img-wrap {
  width: 50%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-sec .img-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .company-sec .img-wrap {
    width: 100%;
  }
}
.illust-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.illust-box .illust-000 {
  width: 90%;
  position: absolute;
  left: -50px;
  bottom: 50px;
animation : scrollSample01 50s linear infinite;
}
@keyframes scrollSample01{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}
@media screen and (max-width: 767px) {
  .illust-box .illust-000 {
    display: none;
  }
}
.illust-box .illust-001 {
  width: 200px;
  position: absolute;
  right: -50px;
  top: -50px;
}
.illust-box .illust-002 {
  width: 200px;
  position: absolute;
  left: 50px;
  top: 250px;
}
.illust-box img {
  opacity: 0.5;
}
.col-table {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .col-table {
    width: 100%;
	  margin-bottom: 20px;
  }
}
.col-table tr {
  margin-bottom: 20px;
  border-bottom: 1px solid #634d11;
}
.col-table tr:first-child {
  border-top: 1px solid #634d11;
}
@media (max-width: 767px) {
  .col-table tr {
    width: 100%;
    border-top: 1px solid #aaa;
  }
  .col-table tr.no-line {
    border-top: none;
  }
  .col-table tr:last-child {
    /*border-bottom: 1px solid #aaa;*/
  }
}
.col-table td {
  width: auto;
  padding: 30px 0;
  /*padding-bottom: 30px;*/
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.col-table td.left-cell {
  width: 25%;
  padding-left: 20%;
  font-weight: normal;
  color: #ffc731;
}
@media (max-width: 767px) {
  .col-table td.left-cell {
    width: auto;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: normal;
    color: #ffc731;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.col-table td.right-cell {
  width: 35%;
  padding-right: 20%;
  color: #fff;
}
@media (max-width: 767px) {
  .col-table td.right-cell {
    width: auto;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
    padding-right: 0;
  }
}
.col-table td.right-cell.space {
  text-indent: -1em;
  padding-left: 1em;
}
.col-table td.left-cell.no-space {
  padding: 0;
}
.col-table td.right-cell span.space {
  text-indent: -1em;
  padding-left: 1em;
}
.col-table td.right-cell.officer {
  display: flex;
  justify-content: space-between;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  table tbody th, table tbody td {
    width: 100%;
    display: list-item;
    list-style: none;
  }
}
.ceo-img {
	width: 50%;
    position: absolute;
	z-index: 1;
    bottom: 0;
    left: 25%;
    text-align: center;
    padding: 15px 0;
}
/*----------事業内容----------*/
.page-hero.business {
  background-image: url("../images/business/01.jpg");
  background-size: cover;
  background-position: center center;
}
.business-sec {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .business-sec:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .business-sec:last-of-type {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-sec .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.business-sec .row {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .business-sec .row {
    flex-flow: column;
  }
}
.business-sec-title {
  font-size: 40px;
  color: #ffc830;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-sec-title {
    font-size: 30px;
    color: #ffc830;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) {
  .business-sec-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec:last-of-type .section-title {
    font-size: 28px;
  }
}
.business-sec-description {
  color: #FFF;
  font-size: 21.5px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #ffc731;
  white-space: nowrap;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .business-sec-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec-description {
    font-size: 18px;
    white-space: unset;
  }
}
.business-sec .text-wrap {
  width: 50%;
  left: 0;
  padding-right: 3.5%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-sec .text-wrap {
    width: 60%;
    left: 0;
    padding-right: 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .business-sec:first-of-type .text-wrap {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .business-sec:nth-of-type(2) .text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec:first-of-type .text-wrap {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .business-sec:nth-of-type(2) .text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.business-sec .img-wrap {
  width: 50%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-sec .img-wrap {
    width: 40%;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .business-sec:first-of-type .img-wrap {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .business-sec:nth-of-type(2) .img-wrap {
    width: 100%;
  }
}
.business-sec .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-sec .section-text {
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .business-sec .section-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .business-sec .section-text {
    font-size: 14px;
    padding: 0;
  }
}
.img-wrap-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .business-sec:first-of-type .img-wrap-group {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .business-sec:first-of-type .img-wrap-group {
    margin-top: 10px;
  }
  .business-sec:nth-of-type(3) .img-wrap-group {
    margin-top: 10px;
  }
}
.img-wrap-group.group-01 img {
  width: 32%;
}
.img-wrap-group.group-02 img {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .img-wrap-group.group-02 img {
    margin-bottom: 10px;
  }
}
.business-sec .section-title:after {
  content: none;
}
.equipment-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.equipment-list {
  margin-top: 50px;
  width: 100%;
}
.equipment-list ul {
  border-top: 1px solid #634d11;
}
.equipment-list li {
  color: #ffffff;
  font-size: 15px;
  width: 50%;
  border-bottom: 1px solid #634d11;
  line-height: 1.8;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .equipment-list li {
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
  }
}
/*.equipment-list li:before {
  content: '\025cf';
  color: #ffc830;
  margin-right: 3px;
}*/
/*----------製品紹介----------*/
.page-hero.products {
  background-image: url("../images/products/01.jpg");
  background-size: cover;
  background-position: center center;
}
.products-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .products-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.products-sec .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.products-sec-title {
  color: #2a2a2a;
  background-color: #ffc830;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .products-sec-title {
    padding: 3px 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
}
.products-box {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .products-box {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
}
.products-col img {
  margin-bottom: 10px;
}
.products-col {
  padding: 10px;
}
.products-col p {
  color: #fff;
  text-align: center;
}
.products-col:nth-child(1), .products-col:nth-child(2) {
  border-top: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
}
.products-col:nth-child(3) {
  border-top: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  border-right: 1px solid #ffc830;
}
.products-col:nth-child(4), .products-col:nth-child(5) {
  border-top: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  border-bottom: 1px solid #ffc830;
}
.products-col:nth-child(6) {
  border-top: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  border-right: 1px solid #ffc830;
  border-bottom: 1px solid #ffc830;
}
@media screen and (max-width: 991px) {
  .products-col:nth-child(2) {
    border-right: 1px solid #ffc830;
  }
  .products-col:nth-child(3) {
    border-right: none;
  }
  .products-col:nth-child(4) {
    border-right: 1px solid #ffc830;
    border-bottom: none;
  }
}
/*----------小豆島の石材----------*/
.page-hero.shodoshima {
  background-image: url("../images/shodoshima/01.jpg");
  background-size: cover;
  background-position: center center;
}
.shodoshima-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .shodoshima-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shodoshima-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .shodoshima-sec .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.shodoshima-sec .text-wrap-full {
  width: 100%;
  left: 0;
}
.shodoshima-sec .text-wrap-half {
  width: 50%;
  left: 0;
  padding-right: 3.5%;
}
@media screen and (max-width: 991px) {
  .shodoshima-sec:first-of-type .img-wrap-half {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .shodoshima-sec:first-of-type .text-wrap-half {
    width: 100%;
    left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .shodoshima-sec:first-of-type .img-wrap-half {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .shodoshima-sec:first-of-type .text-wrap-half {
    width: 100%;
    left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.shodoshima-sec-title {
  font-size: 50px;
  color: #ffc830;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .shodoshima-sec-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .shodoshima-sec-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shodoshima-sec-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .shodoshima-sec .section-text {
    padding: 0;
  }
}
.shodoshima-sec .img-wrap-full {
  width: 100%;
  height: auto;
  position: relative;
}
.shodoshima-sec .img-wrap-half {
  width: 50%;
  height: auto;
  position: relative;
}
.shodoshima-sec .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shodoshima-row {
  margin-bottom: 50px;
}
.shodoshima-row:nth-of-type(2) {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .shodoshima-row {
    margin-bottom: 50px;
  }
  .shodoshima-row:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.shodoshima-row:last-of-type {
  margin-bottom: 0;
}
.shodoshima-sec-description {
  color: #FFF;
  font-size: 21.5px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #ffc731;
  white-space: nowrap;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .shodoshima-sec-description {
    font-size: 18px;
    white-space: unset;
  }
}
.shodoshima-img-wrap-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .shodoshima-img-wrap-group {
    margin-top: 15px;
  }
}
.shodoshima-img-wrap-group img {
  width: 49%;
  /*margin-bottom: 30px;*/
}
/*----------なんでも屋----------*/
.black-header {
  background-color: #2a2a2a;
}
.black-header .main-logo {
  background-color: transparent;
}
.nandemoya-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.nandemoya-sec:first-of-type {
  padding-top: 30px;
	    padding-left: 30px;
    padding-right: 30px;
  margin-top: 90px;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
.nandemoya-sec:first-of-type {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
	padding-bottom: 30px;
}
}
.nandemoya-sec .text-wrap {
  width: 100%;
  margin-right: 0;
  position: relative;
  left: 0;
  text-align: center;
}
.nandemoya-block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.nandemoya-block {
    margin-bottom: 15px;
}
}
.nandemoya-block:last-of-type {
  margin-bottom: 0;
}
.nandemoya-sec-title {
  font-size: 50px;
  color: #2a2a2a;
  margin-bottom: 0;
  font-weight: 900;
  border-bottom: 3px solid #FFC830;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.nandemoya-sec-title {
  font-size: 40px;
}	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.nandemoya-sec-title {
  font-size: 36px;
}	
}
@media screen and (max-width: 767px) {
.nandemoya-sec-title {
    font-size: 22px;
    color: #2a2a2a;
    padding-bottom: 0;
}
}
.nandemoya-sec .img-wrap-group {
  margin-top: 0;
}
.nandemoya-sec .img-wrap-group img {
  width: 24%;
}
.nandemoya-block table {
  width: 100%;
  border: 1px solid #292929;
}
.nandemoya-block table th {
  background-color: #ffc830;
  font-size: 18px;
  width: 24%;
}
@media screen and (max-width: 767px) {
.nandemoya-block table th {
    width: 100%;
    padding: 7.5px 0;
    border-bottom: 1px solid #292929;
	font-size: 16px;
}
}
.nandemoya-block table td {
  padding: 30px;
  border-left: 1px solid #292929;
}
@media screen and (max-width: 767px) {
.nandemoya-block table td {
    padding: 15px 10px;
     border-left: none; 
}
}
.nandemoya-block table ul {
  text-align: left;
}
.nandemoya-block table li {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
.nandemoya-block table li {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}
}
.nandemoya-message {
  font-size: 28px;
  color: #2a2a2a;
  margin-bottom: 0;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
.nandemoya-message {
  font-size: 22px;
}
}
.nandemoya-message::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/nandemoya/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 20px;
}
.nandemoya-contact-container {
  background-color: #FFF;
  padding: 30px 15px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #292929;
}
@media screen and (max-width: 991px) {
.nandemoya-contact-container {
  padding: 15px;
	flex-flow: column;
}	
}
.nandemoya-contact-col {
  width: 50%;
  padding: 15px 0;
}
.nandemoya-contact-col:first-of-type {
  border-right: 1px solid #292929;
}
@media screen and (max-width: 991px) {
.nandemoya-contact-col {
  width: 100%;
}
.nandemoya-contact-col:first-of-type {
    border-right: none;
    border-bottom: 1px solid #2a2a2a;
	padding-top: 0;
}
}
.nandemoya-contact-col p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.nandemoya-contact-col img {
  /*padding: 15px;
    padding-top: 0;*/
  height: 50px;
  width: auto;
  display: inline-block;
}
.nandemoya-contact-col img.img-left {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
.nandemoya-contact-col img.img-left {
  margin-right: 10px;
	width: auto;
    /*max-height: 30px;*/
	height: 100%;
}
}
.nandemoya-contact-col img.img-right {
  height: 40px;
}
@media screen and (max-width: 767px) {
.nandemoya-contact-col img.img-right {
      height: auto;
    width: 80%;
}
}
.nandemoya-contact-col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------実績紹介----------*/
.other-page-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  /*background-color: #fff;*/
}
.other-page-sec:first-of-type {
  padding-top: 30px;
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-page-sec.news-page:first-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .other-page-sec.news-page:first-of-type .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.other-page-header {
  width: 100%;
	    text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .other-page-header {
    text-align: center;
	  margin-top: 0;
  }
}
.other-page-title {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  line-height: 1;
  /*display: flex;
    align-items: center;*/
}
.white-bg .other-page-title {
	color: #b0b1b2
}
.other-page-title:first-letter {
  /*font-size: 70px;*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news-page .other-page-title {
    font-size: 40px;
  }
}
.other-page-title-jp {
  font-size: 20px;
  color: #6b6b6b;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .other-page-title-jp {
    font-size: 14px;
  }
}
.other-page-sec.news-page .news-list {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .other-page-sec.news-page .news-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .other-page-sec.news-page .news-list .category.pc {
    display: none;
  }
  .other-page-sec.news-page .news-list .category.sp {
    display: inline-block;
    margin: 0;
  }
}
.works-btn-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .works-btn-wrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .works-btn-wrap {
    display: block;
  }
}
.works-btn-wrap p {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .works-btn-wrap p {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.works-btn {
  /*max-width: 100%;
    text-align: center;
	cursor: pointer;*/
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #ffc830;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .works-btn {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ffc830;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .works-btn {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ffc830;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .works-btn {
    justify-content: space-between;
  }
}
.works-btn a {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #ccc;
  margin-right: 20px;
}
.news-page .works-btn a {
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  text-align: center;
  padding: 1px 16px;
}
@media screen and (max-width: 767px) {
.news-page .works-btn a {
  width: 33.33333%;
  margin: 0;
	padding: 1px 16px;
}	
}
.works-page .works-btn {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
.works-page .works-btn {
    justify-content: space-between;
}
}
.works-page .works-btn a {
  margin-bottom: 0;
  font-size: 12px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .works-btn a {
    margin-bottom: 0;
    font-size: 12px;
    width: 33.33%;
    text-align: center;
  }
}
.works-btn a:last-child {
  margin-right: 0;
}
.works-btn a.active {
  color: #292929;
  font-weight: 600;
  border-bottom: 1px solid #292929;
}
.other-page-sec.news-page .widget {
    border: 1px solid #ffc830;
    border-radius: 5px;
    padding: 10px;
}
@media screen and (max-width: 991px) {
  .other-page-sec.news-page .widget {
    text-align: center;
	  margin-top: 30px;
  }
}
.works-page .list {
	width: 100%;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ffc830;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
.works-page .list {
    padding-top: 10px;
}
}
.works-page .list li .category li {
    margin-right: 5px;
    margin-bottom: 5px;
     border: 1px solid #888; 
    padding: 4px;
    line-height: 1;
    font-size: 10px;
    transform-origin: left top;
	display: inline-block;
    width: auto;
}
.works-page .list .img-liquid {
	height: 250px;
    width: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
.works-page .list .img-liquid {
	height: 120px;
}	
}
.works-page .list img {
	height: 250px;
    width: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
.works-page .list img {
	height: 120px;
}	
}
.works-single-page .works-post-header {
    text-align: center;
}
.works-single-page .category {
	display: inline-block;
}
.works-info-block {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.works-info-block {
	margin-bottom: 30px;
    margin-top: 30px;
}	
}
.works-info-block a {
	padding: 30px;
    display: block;
    background-color: #ffc830;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: 1px solid #2a2a2a;
	transition: .3s;
}
.works-info-block a:hover {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
	color: #ffc830;
}
@media screen and (max-width: 767px) {
.works-info-block a {
	padding: 15px 0;
	}
}
.works-info-block p {
	font-size: 30px;
}
.works-info-block a:hover p {
	color: #ffc830;
}
@media screen and (max-width: 767px) {
.works-info-block p {
	font-size: 20px;
	}
}
/*----------プライバシーポリシー---------*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-page-sec.privacy-page:first-of-type {
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .other-page-sec.privacy-page:first-of-type {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bg-black {
  background-color: #2a2a2a;
}
@media screen and (min-width: 992px) {
  .header-border {
    border-bottom: 2px solid #ffc830;
  }
}
.bg-black .other-page-title-jp {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .bg-black .other-page-title-jp {
    font-size: 14px;
    color: #ffc830;
    margin-bottom: 30px;
    font-weight: 600;
  }
}
.bg-black .other-page-header {
  border-bottom: 1px dotted #ffc830;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .bg-black .other-page-header {
    text-align: center;
  }
}
.page-description {
  color: #fff;
  margin-bottom: 10px;
}
.page-description.contact {
  color: #2a2a2a;
}
@media screen and (max-width: 767px) {
.privacy-contents, .contact-contents {
	padding: 0 5px;
}
.page-description.contact {
    text-align: left !important;
}
}
.privacy-list-box {
  margin-bottom: 30px;
}
.privacy-list-box:last-of-type {
  margin-bottom: 0;
}
.privacy-list-box .privacy-title {
  color: #ffc830;
  margin-bottom: 15px;
	    font-size: 18px;
}
@media screen and (max-width: 767px) {
.privacy-list-box .privacy-title {
    font-weight: 600;
    font-size: 16px;
}
}
.privacy-list-box .description {
  color: #FFF;
}
.privacy-list-box ul {
  list-style: disc;
}
.privacy-list-box li {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-left: 23px;
}
.privacy-list-box li:first-of-type {
  margin-top: 5px;
}
/*----------お問い合わせ----------*/
.table-res-form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.table-res-form tr:first-child {
  border-top: none;
}
.table-res-form th, .table-res-form td {
  padding-top: 0;
  display: inline-block;
}
.table-res-form th {
  width: 35%;
  text-align: left;
  font-weight: normal;
  /* padding-top: 5px; */
  position: relative;
  color: #444;
}
.table-res-form label {
  font-size: 14px;
  margin: 0;
}
.table-res-form th {
  color: #6b6b6b;
	font-weight: 600;
}
@media screen and (max-width: 991px) {
.table-res-form th {
    margin-bottom: 10px;
	width: 100%;
}
}
.table-res-form td {
  width: 63%;
  margin-left: 2%;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
.table-res-form td {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
}
}
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: 1px #ffc830 solid;
  padding: 0.7em 1em;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 14px;
}
.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
}
.table-res-form input::placeholder, .table-res-form textarea::placeholder {
  color: #aaa;
}
.table-res-form .empty {
  display: none;
}
.form-check-button td {
  color: #333;
  width: 100%;
  margin-left: 0;
  text-align: center;
  background-color: #b3b3b3;
  padding: 15px 0;
  border: 1px #ffc830 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-button input {
  margin-right: 5px;
}
.table-res-form td.submit-button {
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
.table-res-form input[type="submit"] {
  border: 1px transparent solid;
  padding: 20px 0;
  width: 100%;
  margin-left: 0;
  background: #ffc830;
  color: #212529;
  transition: .3s;
}
.text-color-white {
  color: #FFF;
}
.comment {
	font-size: 11px;
	color: #B70000;
}
.comment.privacy {
	text-decoration: underline;
	color: #2a77c9;
}
.comment.privacy a:before {
	content: '\03c';
}
.comment.privacy a:after {
	content: '\03e';
}
.confirm .comment {
	display: none;
}
th.hissu label:after {
    content: '※';
    color: #B70000;
	font-size: 12px;
}
.page-description.contact span {
	color: #B70000;
	font-size: 12px;
}
.table-res-form td.submit-button {
    width: 100%;
    margin: 0;
    display: flex;
    height: auto;
	margin-top: 30px;
}
.table-res-form input[type="submit"] {
    transition: .3s;
}
.confirm .table-res-form input[type="submit"] {
    outline: none;
    width: 67%;
    margin-left: 3%;
    cursor: pointer;
}
.table-res-form input[type="submit"]:hover {
    background-color: #2a2a2a;
    color: #FFC830;
}
.confirm .table-res-form input.mw-button-back[name="submitBack"] {
    display: inline-block !important;
    width: 30%;
    background: #777;
    color: #aaa;
    border: 1px transparent solid;
    padding: 20px 0;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 0;
	transition: .3s;
}
.confirm .table-res-form input.mw-button-back[name="submitBack"]:hover {
    display: inline-block !important;
    background: #2a2a2a;
    color: #fff;
}
@media screen and (max-width: 767px) {
	.other-page-sec.contact-wrap {
		padding-bottom: 50px;
	}
	.other-page-sec.confirm {
		padding-bottom: 50px;
	}
	.table-res-form td.submit-button {
		flex-flow: column-reverse;
	}
.confirm .table-res-form input[type="submit"] {
    outline: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
}
	.confirm .table-res-form input.mw-button-back[name="submitBack"] {
		    display: inline-block !important;
    width: 100%;
	}
}
.entry-complete {
	font-size: 24px;
    color: #777;
    margin-bottom: 10px;
}
.thanks .top-button {
	margin-top: 30px;
}
.thanks .top-button a {
    display: inline-block;
    background-color: #FFC830;
    color: #2a2a2a;
    padding: 15px 30px;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 1; */
}
.thanks .top-button a {
	background-color: #2a2a2a;
    color: #FFC830;
}
/*----------お知らせ----------*/
.other-page-sec.news-page:first-of-type {
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .other-page-sec.news-page:first-of-type {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-page-sec.news-page:first-of-type {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .other-page-sec.news-page:first-of-type {
    padding-right: 0;
    padding-left: 0;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .other-page-title {
    font-size: 40px;
  }
}
.news-page .works-btn a.active {
  /*color: #ffc830;
    font-weight: 600;
    border-bottom: 1px solid #ffc830;*/
  border-bottom: none;
  background-color: #ffc830;
  color: #2a2a2a;
  padding: 1px 16px;
  border-radius: 50px;
}
.works-page .works-btn a {
  border-bottom: none;
  background-color: transparent;
  padding: 1px 16px;
}
@media screen and (max-width: 767px) {
.works-page .works-btn a {
  margin-right: 0;
	padding: 1px 8px;
}	
}
.works-page .works-btn a.active {
  border-bottom: none;
  background-color: #ffc830;
  color: #2a2a2a;
  padding: 1px 16px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .news-page .works-btn a.active {
    border-bottom: none;
    background-color: #ffc830;
    color: #2a2a2a;
    padding: 1px 16px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-page .works-btn a.active {
    padding: 1px 16px;
	/*width: auto;*/
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-page .works-btn a.active {
    padding: 1px 8px;
  }
}
.news-page .news-list li {
  font-size: 14px;
}
.news-page .news-list li .list-content {
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: .3s;
}
.news-page .news-list li .list-content:hover {
    background-color: rgba(255, 200, 48, 0.5);
}
.news-page .news-list li .category {
  margin-right: 20px;
  min-width: 80px;
}
@media screen and (min-width: 768px) {
  .news-page .news-list li .category.sp {
    display: none;
  }
}
.news-page .news-list li .category p {
  white-space: nowrap;
  background-color: #ffc830;
  color: #2a2a2a;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 50px;
  text-align: center;
}
.news-page .news-list li .list-content-inner {
  color: #fff;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-page .news-list li .list-content-inner {
    padding: 10px 0;
    display: block;
  }
}
.news-page .news-list li .list-content-inner time, .news-page .news-list li .list-content-inner p {
  color: #ffc830;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.news-page .news-list li .list-content-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .news-page .news-list li .list-content-inner .category.sp p {
    white-space: nowrap;
    background-color: #ffc830;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 50px;
    text-align: center;
	  margin-bottom: 0;
  }
}
.news-page .news-list li .list-content .s-arrow {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .news-page .news-list li .list-content .s-arrow {
    display: none;
  }
}
.news-page .news-list li::after {
  width: 100%;
  height: 5px;
  content: '';
  display: block;
  /* margin-top: 20px; */
  background: linear-gradient(to right, #ffc830, #ffc830 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
  background-position: 50% 50%;
  border-right: 1px solid #ffc830;
  border-left: 1px solid #ffc830;
  opacity: 0.5;
}
.news-list .list li {
  width: 100%;
}
.news-page aside {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .news-page aside {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-page aside {
    padding: 0;
  }
}
.news-page aside h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  margin-bottom: 10px;
  line-height: 1;
	display: block;
	padding-bottom: 10px;
    border-bottom: 1px solid #FFC830;
}
.archive-list li {
  font-size: 14px;
  color: #FFF;
}
.single-post-header {
  border-bottom: 2px solid #ffc830;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-header {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .single-post-header {
    text-align: center;
  }
}
.news-page.single-post time {
  color: #ffc830;
  font-size: 14px;
}
.single-post-title {
  font-size: 22px;
  color: #FFF;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .single-post-title {
    font-size: 20px;
    text-align: left;
  }
}
.single-post-text-wrap {}
.single-post-text-wrap p {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-text-wrap p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .single-post-text-wrap p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.works-page .list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .works-page .list li {
    width: 48.7%;
  }
}
@media screen and (max-width: 767px) {
  .works-page .list li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
.works-page .text-col {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  position: relative;
  top: 0;
}
@media screen and (max-width: 991px) {
  .works-page .text-col {
    padding: 10px 0;
  }
}
.works-page .list-title {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .works-page .list-title {
    font-size: 13px;
  }
}
.works-page .category p {
  border: 1px solid #888;
}
.other-page-sec.works-page {
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-page-sec.works-page {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .other-page-sec.works-page {
    margin-top: 80px;
	padding-bottom: 20px;
	padding-left: 15px;
    padding-right: 15px;
  }
}
.archive-list > li:not(.acv_open) > ul {
    display: none;
}
.archive-list > li.acv_open::before {
    font-family: 'Font Awesome 6 Pro';
	content: '\f107';
    font-weight: 900;
    margin-right: 0.5em;
}
.archive-list > li:not(.acv_open)::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-weight: 900;
    margin-right: 0.625em;
}
.month-archive-list > li {
    padding-left: 16px;
    letter-spacing: 0.05rem;
}
.month-archive-list > li a {
    color: #ffc830;
}
.lost-content {
	display: none;
	color: #ffc830;
	padding: 20px 0;
    width: 100%;
}
.all-item.lost-content {
	display: none !important;
}
.lost-content::after {
    width: 100%;
    height: 5px;
    content: '';
    display: block;
    margin-top: 20px;
    background: linear-gradient(to right, #ffc830, #ffc830 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 4px 1px;
    background-position: 50% 50%;
    border-right: 1px solid #ffc830;
    border-left: 1px solid #ffc830;
    opacity: 0.5;
}
.lost-content span {
	padding: 0 10px;
}
.works-page .lost-content {
    padding: 20px;
    padding-top: 5px;
	color: #ccc;
    text-align: center;
}
.works-page .lost-content::after {
	display: none;
}
/*----------なんでも屋_実績紹介_個別----------*/
@media screen and (max-width: 767px) {
.works-single-page {
	padding-left: 0;
    padding-right: 0;
}
.other-page-sec.works-single-page:first-of-type {
    padding-top: 50px;
    margin-top: 60px;
	padding-bottom: 20px;
}
}
.works-single-page .single-post-title {
  font-size: 22px;
  color: #222;
  margin-top: 7px;
}
.works-post-title {
	line-height: 1.6;
	font-size: 22px;
}
/* slide-box */
.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
/* slide */
.slide {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 500px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.slide .item {
    height: 400px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.slide .item {
    height: 300px;
}
}
@media screen and (max-width: 767px) {
.slide .item {
    height: 240px;
}
}
.slide .item a {
  display: block;
}
.slide .item::before {
  /*display: block;
  padding-top: 39%;
  content: "";*/
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  /*position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;*/
	margin: 0 auto;
}
.slide > .slick-list, .slide > .slick-list > .slick-track, .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
/* slide-navigation */
.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-navigation .item .image::before {
  /*display: block;
  padding-top: 35%;
  content: "";*/
}
.slide-navigation .item .image::after {
  /*position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;*/
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}
.slide-navigation .item .image img {
  /*position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;*/
}
@media screen and (max-width: 767px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}
/* slick */
.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 1;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
.slick-prev {
  display: none !important;
}
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
.slick-next {
  display: none !important;
}
}
.slick-prev::before {
  content: "\f060";
  font-family: FontAwesome;
	    border: 1px solid #FFF;
    padding: 15px;
    background-color: #2a2a2a;
}
.slick-next:before {
  content: "\f061";
  font-family: FontAwesome;
	    border: 1px solid #FFF;
    padding: 15px;
    background-color: #2a2a2a;
}
.works-post-header {
  margin-bottom: 20px;
}
.white-bg-footer {
  background-color: #2a2a2a;
}
@media screen and (max-width: 767px) {
  .white-bg-footer {
    padding-top: 140px;
    margin-top: -110px;
  }
}
.works-single-page .col-table tr {
  margin-bottom: 20px;
  border: 1px solid #2a2a2a;
}
.works-single-page .col-table tr:first-child {
  border: 1px solid #2a2a2a;
}
.works-single-page .col-table td.left-cell {
  width: 15%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
  padding-left: 30px;
  font-weight: bold;
  color: #2a2a2a;
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
.works-single-page .col-table td.left-cell {
	display: block;
	width: 100%;
	line-height: 1;
    padding: 10px;
    font-size: 16px;
	border-bottom: 1px solid #b0b0b0;
}
}
.works-single-page .col-table td.right-cell {
  width: 35%;
padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
  padding-left: 30px;
  color: #2a2a2a;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
.works-single-page .col-table td.right-cell {
	border-left: 1px solid #2a2a2a;
}
}
@media screen and (max-width: 767px) {
.works-single-page .col-table td.right-cell {
	display: block;
	width: 100%;
	padding-left: 15px;
}
}
.works-single-page .category p {
    border: 1px solid #888;
	font-size: 14px;
}
.trim-wrap {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
}
.trim-wrap > img {
    width: auto;
    height: 100%;
}
.slide-navigation .item .img-liquid {
	height: 90px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.slide-navigation .item .img-liquid {
	height: 80px;
}	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.slide-navigation .item .img-liquid {
	height: 55px;
}	
}
@media screen and (max-width: 767px) {
.slide-navigation .item .img-liquid {
	height: 40px;
}	
}
/*-----------スマートフォン_モーダルウインドウ-----------*/
.modal-nav-inner {
  padding: 30px;
  padding-top: 0;
}
.modal-nav-inner .phone-modal-menu {
  flex-flow: column;
  padding: 0;
  margin-top: 20px;
}
.modal-nav .phone-modal-menu .menu-list {
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  /*border-bottom: 1px solid rgb(255 200 48 / 20%);*/
  border-bottom: none;
  padding: 10px 0;
}
.modal-nav .phone-modal-menu .menu-list:first-child {
  /*border-top: 1px solid rgb(255 200 48 / 20%);*/
  border-top: none;
}
.modal-nav .phone-modal-menu .menu-list span {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #FFC830;
  margin-bottom: 5px;
}
.modal-nav .phone-modal-menu .menu-list-mini-border-top {
  border-top: 1px solid rgb(255 200 48 / 20%);
  margin-top: 20px;
  padding-top: 20px;
}
.modal-nav .phone-modal-menu .menu-list-mini-border-bottom {
  border-bottom: 1px solid rgb(255 200 48 / 20%);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.modal-nav .phone-modal-menu .menu-list-mini span {
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-nav .phone-modal-menu .menu-list-mini a {
  display: block;
  font-size: 13px;
  color: #fff;
}
.modal-address .logo {
  width: 35%;
  height: auto;
  margin-bottom: 15px;
}
.modal-address p {
  font-size: 12px;
  color: #ccc;
}
/*-------------パンくずリスト-------------*/
header .breadcrumb-container {
	height: 30px;
}
header .breadcrumb-wrap {
	padding: 0 30px;
}
.breadcrumb-inner ul {
	display: flex;
	align-items: center;
}
.breadcrumb-inner li {
	color: #fff;
	font-weight: 600;
}
.breadcrumb-inner li::after {
	content: '\03e';
	color: #fff;
	margin: 0 5px;
}
.breadcrumb-inner li:last-child::after {
	display: none;
}
.breadcrumb-inner li a {
	color: #fff;
	text-decoration: underline;
	opacity: 0.4;
}
.breadcrumb-inner li a:hover {
	color: #ffc830;
	opacity: 1;
}
header.is-animation .breadcrumb-wrap {
	height: 30px;
	background-color: rgb(255 200 48 / 30%);
}
.page-bg .breadcrumb-wrap {
    padding: 0 30px;
    height: 30px;
    position: fixed;
    z-index: 10;
    top: 92px;
    display: flex;
    align-items: center;
    transition: .3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.page-bg .breadcrumb-wrap {
    top: 70px;
	padding: 0 20px;
}	
}
@media screen and (max-width: 767px) {
.page-bg .breadcrumb-wrap {
    top: 60px;
	padding: 0 15px;
}	
}
.page-bg .breadcrumb-wrap.is-animation {
    top: 70px;
    background-color: rgb(255 200 48 / 30%);
}
@media screen and (max-width: 767px) {
.page-bg .breadcrumb-wrap.is-animation {
    top: 60px;
}	
}
.white-bg .breadcrumb-wrap {
	padding: 0 30px;
    height: 30px;
    position: fixed;
    z-index: 10;
    top: 92px;
    display: flex;
    align-items: center;
    transition: .3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.white-bg .breadcrumb-wrap {
    top: 70px;
	padding: 0 20px;
}	
}
@media screen and (max-width: 767px) {
.white-bg .breadcrumb-wrap {
    top: 60px;
	padding: 0 15px;
}	
}
.white-bg .breadcrumb-wrap.is-animation {
    top: 70px;
    background-color: rgb(255 200 48 / 30%);
}
@media screen and (max-width: 767px) {
.white-bg .breadcrumb-wrap.is-animation {
    top: 60px;
}	
}
.white-bg .breadcrumb-inner li {
	color: #2a2a2a;
}
.white-bg .breadcrumb-inner li::after {
	color: #2a2a2a;
}
.white-bg .breadcrumb-inner li a {
	color: #2a2a2a;
	opacity: 0.4;
}
.white-bg .breadcrumb-inner li a:hover {
	color: #ffc830;
	opacity: 1;
}
.black-bg .breadcrumb-wrap {
	padding: 0 30px;
    height: 30px;
    position: fixed;
    z-index: 10;
    top: 92px;
    display: flex;
    align-items: center;
    transition: .3s;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.black-bg .breadcrumb-wrap {
    top: 70px;
	padding: 0 20px;
}	
}
@media screen and (max-width: 767px) {
.black-bg .breadcrumb-wrap {
    top: 60px;
	padding: 0 15px;
}	
}
.black-bg .breadcrumb-wrap.is-animation {
    top: 70px;
    background-color: rgb(255 200 48 / 30%);
}
@media screen and (max-width: 767px) {
.black-bg .breadcrumb-wrap.is-animation {
    top: 60px;
}	
}
.black-bg .breadcrumb-inner li {
	color: #fff;
}
.black-bg .breadcrumb-inner li::after {
	color: #fff;
}
.black-bg .breadcrumb-inner li a {
	color: #fff;
	opacity: 0.4;
}
.black-bg .breadcrumb-inner li a:hover {
	color: #ffc830;
	opacity: 1;
}

.modal-nav .phone-modal-menu .menu-list-second {
	margin-top: 0;
    padding-top: 20px;
	padding-left: 0;
    display: flex;
    align-items: center;
}
.modal-nav .phone-modal-menu .menu-list-second::before {
	border-top: 1px solid #ffc830;
    content: "";
    width: 20px;
    margin-right: 15px;
}
.modal-nav .phone-modal-menu .menu-list-second a {
	font-size: 13px;
}
.modal-nav .phone-modal-menu .menu-list-second span {
	font-size: 20px;
}
/*---------------------------*/
.modal-nav .phone-modal-menu li {
	opacity: 0;
}
.modal-open .modal-nav .phone-modal-menu li {
	opacity: 1;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(1) {
	-webkit-transition: opacity 1s ease .2s;
    transition: opacity 1s ease .2s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(2) {
	-webkit-transition: opacity 1s ease .3s;
    transition: opacity 1s ease .3s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(3) {
	-webkit-transition: opacity 1s ease .4s;
    transition: opacity 1s ease .4s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(4) {
	-webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(5) {
	-webkit-transition: opacity 1s ease .6s;
    transition: opacity 1s ease .6s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(6) {
	-webkit-transition: opacity 1s ease .7s;
    transition: opacity 1s ease .7s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(7) {
	-webkit-transition: opacity 1s ease .8s;
    transition: opacity 1s ease .8s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(8) {
	-webkit-transition: opacity 1s ease .9s;
    transition: opacity 1s ease .9s;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list:nth-child(9) {
	-webkit-transition: opacity 1s ease 1.0s;
    transition: opacity 1s ease 1.0s;
}
.modal-nav .modal-address {
	opacity: 0;
}
.modal-open .modal-nav .modal-address {
	opacity: 1;
}
.modal-open .modal-nav .modal-address {
	-webkit-transition: opacity 1s ease 1.1s;
    transition: opacity 1s ease 1.1s;
}
.equipment-list li span.setsubi-name:before {
  content: '\025cf';
  color: #ffc830;
  margin-right: 3px;
}
.equipment-list li span.setsubi-tag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 20px;
}
.equipment-list li span.drill {
	background-color: #a20f0f;
}
.equipment-list li span.truck {
	background-color: #146a90;
}
.equipment-list li span.digger {
	background-color: #7c7c12;
}
.equipment-list li span.loader {
	background-color: #af530e;
}

/*---------------------------20221227_追加---------------------------*/
.list-404-wrap {
	display: flex;
    flex-flow: column;
    align-items: center;
}
.list-link {
	border: 2px solid #ffc830;
    padding: 15px;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    background-color: transparent;
    font-weight: 600;
	transition: .3s;
}
.list-link:hover {
	background-color: #ffc830;
	color: #2a2a2a;
}

/*---------------------------20230113_追加---------------------------*/
/*ページャー*/
.news-page .wp-pagenavi-wrap {
	text-align: center;
	width: 100%;
}
.news-page .wp-pagenavi {
	margin-top: 30px;
    text-align: center;
}
.news-page .wp-pagenavi a, .news-page .wp-pagenavi span {
    text-decoration: none;
    margin: 2px;
    padding: 13px 16px;
    font-size: 14px;
    background-color: #2a2a2a;
    border-radius: 3px;
    color: #ffc830;
    border: 1px solid #ffc830;
}
.news-page .wp-pagenavi span.current {
    font-weight: bold;
    background-color: #ffc830;
    color: #2a2a2a;
}
.news-page .wp-pagenavi a:hover {
    background-color: #f6cc5a;
	color: #fff;
}
.single-post .pager {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.single-post .pager a {
    font-size: 14px;
    color: #ffc830;
    border-bottom: 1px solid #ffc830;
}
.single-post .pager a[rel="prev"]::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f104';
    font-weight: 900;
    margin-right: 0.625em;
}
.single-post .pager a[rel="next"]::after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-weight: 900;
    margin-left: 0.625em;
}
.single-post .pager a[rel="next"]:only-child {
    position: absolute;
    right: 0;
    top: 0;
}
.works-single-page .archive-link-button {
    margin-top: 15px;
}
.works-single-page .archive-link-button a {
    background-color: #ffc830;
    color: #2a2a2a;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
    border: 1px solid transparent;
}
.works-single-page .archive-link-button a:hover {
    background-color: #2a2a2a;
    color: #ffc830;
    border: 1px solid #ffc830;
}

.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}
.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: none;
    padding: 0;
    border: none;
    font-size: 12px;
}
.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}
.cms-pagination ul li a, .cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background-color: #efefef;
	border-radius: 3px;
    color: #333;
    font-size: 13px;
    border: 1px solid transparent;
}
.cms-pagination ul li a:hover {
    background-color: #333;
    color: #ffc830;
    border: 1px solid #ffc830;
}
.cms-pagination ul li.pagination-sp {
    display: table;
}
.cms-pagination ul li.pagination-index span {
	font-weight: bold;
    background-color: #ffc830;
    color: #2a2a2a;
    border: none;
}
.cms-pagination-wrap .pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
    font-size: 13px;
    color: #444;
}
/*---------------------------20230117_追加---------------------------*/
.works-page .list .img-liquid {
    transition: .7s;
}
.works-page .list .img-liquid:hover {
    transform: scale(1.3);
	opacity: 0.3;
}
.works-page .list .img-liquid-wrap {
	overflow: hidden;
	background-color: #ffc830;
}
/*実績紹介非表示*/
.works-info-block {
	display: none;
}
.modal-open .modal-nav .phone-modal-menu li.menu-list-second {
    display: none;
}
/*実績紹介非表示*/

.wp-block-image img {
    width: auto;
}

