@charset "UTF-8";



/** 
---------------------------------------------**/
* {
  box-sizing: border-box;
}

p {
  margin: 0 0 30px;
  line-height: 2;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.pc-only{
  display: inline-block;
}

.sp-only{
  display: none;
}


/** 
---------------------------------------------**/
.main-container.fluff {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.page-catch-area {
  position: relative;
  min-height: 460px;
  height: 46vh;
  margin-bottom: 80px;
  padding: 120px 0;
  background-image: url(../images/fluff_top_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.catch-area-inner {
  width: 1000px;
  position: absolute;
  left: calc(50% - 500px);
  z-index: 1;
}

.main-catch {
  margin-bottom: 60px;
  font-size: 3.2rem;
  text-shadow: 4px 4px 6px #333;
  line-height: 1.4;
}

.main-catch .large {
  font-size: 4rem;
}

.sub-catch {
  font-size: 2.8rem;
  text-shadow: 3px 3px 5px #333;
  line-height: 1.4;
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.container-inner {
  padding: 0 50px;
}

.container-inner section:not(:last-child) {
  margin-bottom: 60px;
}

.inner {
  padding: 0 50px !important;
}

.container-title {
  margin-bottom: 40px;
  padding: 25px;
  border-top: 3px solid #7ecf40;
  border-bottom: 3px solid #7ecf40;
  text-align: center;
}

.sub-title {
  margin-bottom: 25px;
  padding: 10px;
  font-size: 2rem;
  border-left: 4px solid #f8d69e;
}




.comparison-box {
  display: flex;
}

.comparison-box .left-box {
  min-width: 380px;
  width: 380px;
  margin-right: 150px;
  position: relative;
}

.comparison-box .left-box::after {
  content: '';
  display: block;
  width: 100px;
  height: 18px;
  background: url(../images/arrow_right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 25px);
  right: -125px;
}

.comparison-box .right-box {
  min-width: 380px;
  width: 380px;
}

.comparison-box .img-box {
  margin-bottom: 20px;
}


.comparison-box .title {
  font-size: 2rem;
  text-align: center;
}



.image-area {
  margin-bottom: 40px;
}



.factory-image-area {

}

.factory-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.upper-area {
  display: flex;
  margin-bottom: 40px;
}

.upper-area .left-box {
  min-width: 430px;
  width: 430px;
  margin-right: 40px;
}

.upper-area .right-box {
  min-width: 430px;
  width: 430px;
}


.flow-title {
  margin-bottom: 60px;
  padding: 15px;
  background-color: #c3e8a1;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

.flow-box {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.flow-box.last {
  margin-bottom: 0;
}

.flow-box .left-box {
  min-width: 300px;
  width: 300px;
  margin-right: 190px;
  position: relative;
}

.flow-box .left-box::after {
  content: '';
  display: block;
  width: 135px;
  height: 18px;
  background: url(../images/arrow_right_large.png) no-repeat;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 25px);
  right: -165px;
}

.flow-line .left-box::after {
  width: 140px;
  height: 130px;
  background-image: url(../images/flow_line_arrow.png);
  top: calc(50% - 65px);
}

.flow-box .right-box {
  min-width: 300px;
  width: 300px;
} 

.flow-box .img-box {
  margin-bottom: 25px;
}

.flow-box .title {
  font-size: 2rem;
  text-align: center;
}

.movie-area {
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0 100px;
}


.child-menu li{
  width: 420px;
}


@media screen and (max-width: 768px) {


  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline-block;
  }




  .page-catch-area {
    min-height: 230px;
    height: 23vh;
    margin-bottom: 40px;
    padding: 60px 10px;
  }

  .catch-area-inner {
    width: 100%;
    left: 10px;
  }

  .main-catch {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .main-catch .large {
    font-size: 1.8rem;
  }

  .sub-catch {
    font-size: 1.8rem;
  }

  .container {
    width: 100%;
    padding: 0 15px 50px;
  }

  .container-inner {
    padding: 0 10px;
  }

  .container-inner section:not(:last-child) {
    margin-bottom: 30px;
  }

  .container-title {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.8rem;
  }

  .sub-title {
    margin-bottom: 15px;
    padding: 5px 8px;
    border-left: 3px solid #f8d69e;
    font-size: 1.6rem;
  }

  .comparison-box {
    max-width: 384px;
    flex-direction: column;
    margin: 0 auto;
  }

  .comparison-box .left-box {
    min-width: inherit;
    width: 100%;
    margin: 0 0 60px;
  }

  .comparison-box .left-box::after {
    width: 16px;
    height: 31px;
    background-image: url(../images/arrow_bottom_sp.png);
    top: inherit;
    right: inherit;
    left: calc(50% - 8px);
    bottom: -45px;
  }

  .comparison-box .right-box {
    min-width: inherit;
    width: 100%;
  }

  .comparison-box .img-box {
    margin-bottom: 10px;
  }

  .comparison-box .title {
    font-size: 1.5rem;
  }


  .factory-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .upper-area {
    margin-bottom: 2%;
  }

  .upper-area .left-box {
    min-width: inherit;
    width: 49%;
    margin-right: 2%;
  }

  .upper-area .right-box {
    min-width: inherit;
    width: 49%;
  }


  .flow-title {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.6rem;
  }

  .flow-box {
    max-width: 384px;
    flex-wrap: wrap;
    margin: 0 auto 50px;
  }

  .flow-box .left-box {
    min-width: inherit;
    width: 100%;
    margin: 0 0 60px;
  }

  .flow-box.flow-line .left-box {
    margin-bottom: 120px;
  }
  
  .flow-box .left-box::after {
    width: 16px;
    height: 31px;
    background-image: url(../images/arrow_bottom_sp.png);
    top: inherit;
    right: inherit;
    left: calc(50% - 8px);
    bottom: -45px;
  }

  .flow-box.flow-line .left-box::after {
    width: 95px;
    height: 85px;
    background-image: url(../images/flow_line_arrow_sp.png);
    bottom: -100px;
  }

  .flow-box .right-box {
    min-width: inherit;
    width: 100%;
  }

  .flow-box .img-box {
    margin-bottom: 10px;
    text-align: center;
  }

  .flow-box .title {
    font-size: 1.5rem;
  }

  .movie-area {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 25px;
    aspect-ratio: 16/9;
  }

  .movie-area iframe {
    width: 100%;
    height: 100%;
  }

  .child-menu li {
    width: 150px;
  }
}