@charset "UTF-8";
/* CSS Document */
/*===========================================*/
/*==基本設定==*/
/*===========================================*/
html,
body {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif, arial, helvetica, clean;
  line-height: 2;
  color: #000000;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}

html {
  overflow-y: scroll;
  /*スクロールバーの有無によるズレ対策*/
  font-size: 62.5%;
}

input,
select {
  vertical-align: middle;
}

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

a {
  color: #569726;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

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

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #0000ff;
  text-decoration: none;
}

.over_w a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.inner {
  width: 1100px;
  padding: 0 50px;
  margin: auto;
}

/*======header======*/
.header {
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../img/header_bg.png) 50% 0% repeat;
  min-width: 1050px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1267px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

.header-logo {
  width: 300px;
}

.header-tel {
  width: 550px;
}

.mv {
  position: relative;
  width: 100%;
  height: 780px;
  background: url(../img/mv_bg.png) 50% 0% no-repeat #000000;
}

.mv-image {
  position: absolute;
  width: 1000px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}

.cvBox {
  padding: 70px 0;
  position: relative;
  background: url(../img/cv_bg.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .cvBox {
    padding: 30px 0;
  }
}

.cvBox.--teiki {
  background-size: 100% auto;
  background-position: center top;
  background-color: #f05a36;
}

.cvBox .inner {
  width: 1172px;
}

.cvBox-ttl {
  margin-bottom: 35px;
}

.cvBox-wrap {
  background: #fff;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
}

.cvBox-main {
  position: relative;
}

.cvBox-main .ttl {
  position: absolute;
  right: 73px;
  top: -20px;
  width: 586px;
  display: flex;
  justify-content: center;
}

.cvBox-main .btn01 {
  position: absolute;
  right: 73px;
  bottom: 121px;
}

.cvBox-main .btn02 {
  position: absolute;
  right: 73px;
  bottom: 35px;
  width: 586px;
  display: flex;
  justify-content: center;
}

.cvBox-teiki {
  margin-bottom: 50px;
}

.cvBox-stock {
  width: 850px;
  margin: auto;
}

.cvBox-stock .flex {
  display: flex;
  justify-content: space-between;
}

.cvBox-stock .flex .item:nth-child(1) {
  width: calc(100% - 141px);
  padding-right: 50px;
}

.cvBox-stock .flex .item:nth-child(1) dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #dc1400;
  text-align: left;
}

.cvBox-stock .flex .item:nth-child(1) dl dd {
  font-size: 16px;
  text-align: left;
}

.cvBox-stock .flex .item:nth-child(2) {
  width: 141px;
}

.cvBox-btn {
  margin-top: 50px;
}

.cvBox-btn a {
  display: block;
}

.blk01 {
  border-top: 20px solid #f05a36;
  background: url(../img/blk01_bg01.png) 50% 0% no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blk01 h2 {
  text-align: left;
}

.blk01 h2 img {
  margin-left: -10px;
}

.blk01 .item01 {
  text-align: left;
  margin-top: -50px;
}

.blk01 .item02 {
  margin-top: 50px;
}

.blk02 {
  padding: 90px 0;
  position: relative;
  background: url(../img/blk02_bg.png) center center no-repeat;
  background-size: cover;
}

.blk02 .item01 {
  display: flex;
  justify-content: flex-start;
}

.blk03 {
  background: #f57f62;
  padding: 100px 0;
}

.blk03 .item01 {
  text-align: center;
  margin-bottom: 90px;
}

.blk03 .item01 img + img {
  margin-top: 50px;
}

.blk03 .item02 {
  text-align: center;
}

.blk03 .item02 img.img02 {
  margin-top: -25px;
}

.blk03 .item02 img.img03 {
  margin-top: 20px;
}

.blk04 {
  padding: 0;
  position: relative;
  background: url(../img/blk04_bg.png) center center no-repeat;
  background-size: cover;
}

.blk04 .item01 {
  text-align: left;
}

.blk04 .item01 img {
  margin-top: -40px;
}

.blk05 {
  padding: 90px 0;
  position: relative;
  background: url(../img/blk05_bg.png) center center repeat-y;
  background-size: 100%;
}

.blk05 .inner {
  width: 1172px;
}

.blk05 .item03 {
  margin-top: 50px;
}

.blk06 {
  padding: 23vw 0 90px;
  position: relative;
  background: url(../img/blk06_bg.png) center top no-repeat;
  background-size: cover;
}

.blk06 .item01 {
  margin-bottom: 80px;
}

.blk06 .item02 p,
.blk06 .item03 p,
.blk06 .item04 p {
  text-align: left;
  color: #fff;
  font-size: 16px;
}

.blk06 .item02 p + p,
.blk06 .item03 p + p,
.blk06 .item04 p + p {
  margin-top: 20px;
}

.blk06 .item02 .flex,
.blk06 .item03 .flex,
.blk06 .item04 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blk06 .item02 .flex .item,
.blk06 .item03 .flex .item,
.blk06 .item04 .flex .item {
  width: 48%;
}

.blk06 .item02 .flex .item:nth-child(2),
.blk06 .item03 .flex .item:nth-child(2),
.blk06 .item04 .flex .item:nth-child(2) {
  width: 484px;
}

.blk06 .item02 {
  margin-bottom: 90px;
}

.blk06 .item03 {
  margin-bottom: 90px;
}

.blk06 .item03 .flex {
  flex-direction: row-reverse;
}

.blk06 .item04 h3 {
  margin-bottom: 50px;
}

.blk07 {
  padding: 80px 0 150px;
  position: relative;
  background: url(../img/blk07_bg.png) center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1800px) {
  .blk07 {
    padding: 80px 0 6vw;
  }
}

.blk07::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg_carrot01.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 168px;
}

.blk08 {
  padding-bottom: 90px;
}

.blk08 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blk08 .flex .item {
  width: 48%;
}

.blk08 .flex .item:nth-child(1) {
  width: 443px;
}

.blk08 .flex .item:nth-child(2) {
  width: calc(100% - 443px);
  padding-left: 50px;
}

.blk08 .flex .item:nth-child(2) img + p {
  padding-top: 50px;
}

.blk08 .flex .item:nth-child(2) p {
  text-align: left;
  font-size: 17px;
}

.blk08 .flex .item:nth-child(2) p + p {
  margin-top: 20px;
}

.blk08 .item01, .blk08 .item03, .blk08 .item05 {
  background: #fff;
  position: relative;
  padding: 30px 0 120px;
}

@media screen and (min-width: 1700px) {
  .blk08 .item01, .blk08 .item03, .blk08 .item05 {
    padding: 4vw 0 6vw;
  }
}

.blk08 .item01::after, .blk08 .item03::after, .blk08 .item05::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg_carrot02.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 168px;
}

.blk08 .item01 .flex .item:nth-child(2), .blk08 .item03 .flex .item:nth-child(2), .blk08 .item05 .flex .item:nth-child(2) {
  padding-left: 50px;
}

.blk08 .item02, .blk08 .item04, .blk08 .item06 {
  background: #f8f0dc;
  position: relative;
  padding: 30px 0 120px;
}

@media screen and (min-width: 1700px) {
  .blk08 .item02, .blk08 .item04, .blk08 .item06 {
    padding: 4vw 0 6vw;
  }
}

.blk08 .item02::after, .blk08 .item04::after, .blk08 .item06::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/bg_carrot01.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 168px;
}

.blk08 .item02 .flex, .blk08 .item04 .flex, .blk08 .item06 .flex {
  flex-direction: row-reverse;
}

.blk08 .item02 .flex .item:nth-child(2), .blk08 .item04 .flex .item:nth-child(2), .blk08 .item06 .flex .item:nth-child(2) {
  padding-right: 50px;
}

.blk08 .item05 .image {
  margin-top: 30px;
}

.blk08 .item07 {
  padding: 30px 0 0;
}

@media screen and (min-width: 1700px) {
  .blk08 .item07 {
    padding: 4vw 0 0;
  }
}

.blk09 {
  padding: 80px 0 150px;
  position: relative;
  background: url(../img/blk09_bg.png) center center repeat-y;
  background-size: 100%;
}

@media screen and (min-width: 1800px) {
  .blk09 {
    padding: 80px 0 6vw;
  }
}

.blk09 .inner {
  width: 1200px;
}

.blk09 .item01 {
  margin-bottom: 50px;
}

.blk09 .item02, .blk09 .item03 {
  margin-bottom: 20px;
}

.blk09 .item04 {
  margin-bottom: 50px;
}

.blk09 .item05 {
  margin-bottom: 70px;
}

.blk09 .item06 {
  margin-bottom: 50px;
}

.blk10 {
  background: url(../img/blk10_bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.blk10 .item01 {
  text-align: left;
  margin-bottom: 30px;
}

.blk10 .item02 {
  margin-bottom: 40px;
}

.blk10 .item03 .flex {
  display: flex;
  justify-content: space-between;
}

.blk10 .item03 .flex .item p {
  text-align: left;
  font-size: 17px;
}

.blk10 .item03 .flex .item p + p {
  margin-top: 13px;
}

.blk10 .item03 .flex .item:nth-child(1) {
  padding-right: 30px;
  width: calc(100% - 316px);
}

.blk10 .item03 .flex .item:nth-child(2) {
  width: 316px;
}

.blk11 {
  padding: 70px 0 80px;
  position: relative;
  background: url(../img/blk11_bg.png) center center no-repeat;
  background-size: cover;
}

.blk11 .item01 {
  display: flex;
  justify-content: flex-start;
}

/*======footer======*/
#footer_wrap {
  margin: 0px auto;
  padding: 0px auto;
  width: 100%;
  height: auto;
  font-size: 16px;
  background: url(../img/bg05.png) repeat;
  font-size: 1.8rem;
  line-height: 2;
}

#footer {
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  /* background:url(../img/footer_bg.png) 50% 0% no-repeat; */
}

#footer ul {
  margin: 10px auto;
  padding: 0px;
}

#footer li {
  margin: 0px 10px;
  padding: 0px;
  list-style: none;
  display: inline;
  color: #000000;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer p {
  margin: 20px 0px 0px 0px;
  padding: 5px 0px;
  font-size: 12px;
  text-align: right;
}

#footer_wrap address {
  width: 100%;
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-style: normal;
  font-size: 13px;
}

/*=====================================================*/
/*loop*/
/*=====================================================*/
.loop_css {
  background: url(../img/slideimg.jpg) repeat-x 0 0;
  background-size: cover;
  width: 100%;
  height: 180px;
  overflow: hidden;
  -moz-animation: loop 45s linear infinite;
  animation: loop 45s linear infinite;
}

/*アニメーション*/
@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1714px 0;
  }
}

.loop_css2 {
  background: url(../img/slideimg.jpg) repeat-x 0 0;
  background-size: contain;
  width: 100%;
  height: 180px;
  overflow: hidden;
  -moz-animation: loop2 45s linear infinite;
  animation: loop2 45s linear infinite;
}

/*アニメーション*/
@keyframes loop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1714px 0;
  }
}

@media screen and (min-width: 992px) {
  .hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hover:hover {
    opacity: 0.7 !important;
  }
}

/*=====================================================*/
/* ボタンの動き */
/*=====================================================*/
.horizontal {
  animation: horizontal_5806 3.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5806 {
  0% {
    transform: translate(0, 0);
  }
  3.22581% {
    transform: translate(5px, 0);
  }
  6.45161% {
    transform: translate(0, 0);
  }
  9.67742% {
    transform: translate(5px, 0);
  }
  12.90323% {
    transform: translate(0, 0);
  }
  16.12903% {
    transform: translate(5px, 0);
  }
  19.35484% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
