@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
/*----------section-top----------*/
.section-top {
  position: relative;
  margin: 0 auto 120px auto;
}
.section-top__image {
  height: 350px;
  background-image: url("../images/about/about_img_01.jpg");
  background-position: right 20% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15%;
  margin-right: -15%;
  border-radius: 0 0 0 50px;
  position: relative;
  z-index: 5;
}
.section-top__image-shadow {
  z-index: 1;
  display: inline-block;
  height: 400px;
  width: 100%;
  top: 65px;
  left: 0px;
  background-color: #fff1d9;
  position: absolute;
  border-radius: 0 0 0 50px;
}
.section-top__image-message h2 {
  position: absolute;
  bottom: -80px;
  color: #333;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  left: 35%;
  transform: translate(-50%, 0)
}
.section-top__image-message span {
  color: #ffa000;
  font-size: 1.8rem;
  font-weight: 400;
}
@media(min-width:960px) {
  .section-top {
    max-width: 1160px;
    margin: 0 auto 0px auto;
  }
  .section-top__image {
    height: 552px;
    background-position: right 20% bottom 0%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30%;
    margin-right: 0%;
    z-index: 5;
  }
  .section-top__image-shadow {
    z-index: 1;
    display: inline-block;
    height: 552px;
    width: 100%;
    top: 65px;
    left: 0px;
    background-color: #fff1d9;
    position: absolute;
    border-radius: 0 0 0 50px;
  }
  .section-top__image-message h2 {
    text-align: left;
    left: -300px;
    bottom: 200px;
    font-size: 3.6rem;
    line-height: 2.6rem;
    transform: translate(0%, 0)
  }
  .section-top__image-message span {
    font-size: 2.4rem;
  }
  .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 9998;
  }
}
/*----------section-top__lead----------*/
.section-top__lead h2 {
  padding: 58px 0 5px 0;
  color: #ffa000;
  font-weight: 600;
  font-size: 2.0rem;
}
.section-flow h2, .section-staff h2, .section-machine h2, .section-facility h2 {
  padding: 58px 0 5px 0;
  color: #ffa000;
  font-weight: 600;
  font-size: 2.0rem;
}
.section-top__lead-subtitle, .section-flow__subtitle, .section-staff__subtitle, .section-machine__subtitle, .section-facility__subtitle {
  padding-bottom: 50px;
  color: #ffa000;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.section-top__lead h3 {
  color: #ffa000;
  font-size: 2.4rem;
  line-height: 4.0rem;
  text-align: left;
  display: block;
  padding: 0 24px;
  font-weight: 500;
}
.section-top__lead p {
  display: block;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 25px 24px 30px 24px;
  text-align: left;
  font-weight: 400;
}
.section-top__lead-p {
  display: none;
}
@media(min-width:960px) {
  .section-top__lead h2 {
    padding: 120px 0 5px 0;
    color: #ffa000;
    font-weight: 600;
    font-size: 2.0rem;
    text-align: center;
  }
  .section-flow h2, .section-staff h2, .section-machine h2, .section-facility h2 {
    padding: 58px 0 5px 0;
    color: #ffa000;
    font-weight: 600;
    font-size: 2.0rem;
  }
  .section-top__lead-subtitle, .section-flow__subtitle, .section-staff__subtitle, .section-machine__subtitle, .section-facility__subtitle {
    padding-bottom: 50px;
    color: #ffa000;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .section-top__lead {
    max-width: 960px;
    margin: 0 auto;
  }
  .section-top__lead-h3 {
    display: none;
  }
  .section-top__lead h3 {
    color: #ffa000;
    font-size: 2.4rem;
    line-height: 4.0rem;
    text-align: center;
    display: block;
    padding: 0 0;
    font-weight: 500;
  }
  .section-top__lead p {
    display: block;
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 25px 0 30px 0;
    text-align: center;
    font-weight: 400;
  }
  .section-top__lead-p {
    display: block;
  }
}
/*----------section-flow----------*/
.section-flow {
  position: relative;
}
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow05 {
  padding-left: 24px;
}
.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
.flow05 > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow05 > li .icon05 {
  width: 40px;
  height: 40px;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #ee869a;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 2.4rem;
}
.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 18px;
  transform: translateY(-50%);
}
.flow05 > li dl dt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: left;
  color: #ee869a;
  padding-bottom: 5px;
}
.flow05 > li dl dd {
  margin-left: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 400;
  text-align: left;
  color: #333;
  padding-bottom: 45px;
  padding-right: 24px;
}
.section-flow__img-wrapper {
  position: relative;
  height: 485px;
  margin-bottom: 127px;
}
.section-flow__img01 {
  height: 200px;
  width: 300px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: -27px 27px #fadae1;
  position: absolute;
  top: 0px;
  left: 51px;
}
.section-flow__img02 {
  height: 200px;
  width: 300px;
  top: 300px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 27px 27px #fadae1;
  position: absolute;
  right: 51px;
}
@media(min-width:768px) {
  .section-flow {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .flow_design05 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .flow05 {
    max-width: 540px;
  }
  .section-flow__img-wrapper {
    position: relative;
    height: 0;
    margin-bottom: 127px;
  }
  .section-flow__img01 {
    position: absolute;
    left: 130px;
    top: -620px;
  }
  .section-flow__img02 {
    position: absolute;
    left: 0px;
    top: -290px;
  }
}
/*----------section-staff----------*/
.section-staff img {
  height: 260px;
  width: 260px;
  object-fit: cover;
  border-radius: 50%;
  object-position: 0px -80px;
}
.section-staff h3 {
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2.8rem;
  display: block;
  padding: 10px 24px 0 24px;
}
.section-staff span {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 0 24px 0 24px;
  color: #ffa000;
}
.section-staff h4 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  display: block;
  padding: 0 24px 0 24px;
}
.section-staff p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  display: block;
  padding: 10px 24px 0 24px;
}
.section-staff__1 {
  background-color: #fff1d9;
  margin-bottom: 80px;
  padding: 30px 20px 30px 0;
  border-radius: 30px;
  margin-left: 24px;
  margin-right: -24px;
  list-style: none;
}
.section-staff__2 {
  background-color: #fff1d9;
  margin-bottom: 100px;
  padding: 30px 0 30px 20px;
  border-radius: 30px;
  margin-left: -24px;
  margin-right: 24px;
  list-style: none;
}
@media(min-width:768px) {
  .section-staff {
    max-width: 900px;
    margin: 0 auto;
  }
  .section-staff img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px -80px;
  }
  .section-staff h3 {
    padding: 0 0 0 0;
  }
  .section-staff h4 {
    padding: 0 0 0 0;
  }
  .section-staff__1_text-wrapper, .section-staff__2_text-wrapper {
    max-width: 452px;
  }
  .section-staff p {
    padding: 10px 0 0 0;
  }
  .section-staff__1 {
    display: flex;
    justify-content: space-between;
    background-color: #fff1d9;
    margin-bottom: 80px;
    padding: 50px;
    border-radius: 30px;
    margin-left: 24px;
    margin-right: -24px;
    list-style: none;
  }
  .section-staff__2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #fff1d9;
    margin-bottom: 132px;
    padding: 50px;
    border-radius: 30px;
    margin-left: -24px;
    margin-right: 24px;
    list-style: none;
  }
}
.section-facility {
  /*  padding-top: 50px;*/
}
.section-facility {
  margin-bottom: 100px;
}
.section-machine {
  margin-bottom: 200px;
}
.section-machine ul li p, .section-facility ul li p {
  margin: 10px 20px 10px 20px;
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
}
.section-machine ul li span, .section-facility ul li span {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.section-machine img, .section-facility img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
  border-radius: 30px;
}
/*メイン画像下に余白をつける*/
.gallery {
  max-width: 650px;
  margin: 0 auto;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*選択するサムネイル画像の設定*/
.choice-btn {
  max-width: 650px;
  margin: 0 auto;
}
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  border-radius: 20px;
}
.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
  border-radius: 20px;
}
.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
  border-radius: 20px;
}
@media(min-width:768px) {
  .choice-btn li {
    cursor: pointer;
    outline: none;
    background: #333;
    border-radius: 20px;
  }
  .choice-btn li img {
    opacity: 0.4; /*選択されていないものは透過40%*/
    border-radius: 20px;
  }
  .choice-btn li.slick-current img {
    opacity: 1; /*選択されているものは透過しない*/
    border-radius: 20px;
  }
}
/* 下から */
.fadeUp_flow2 {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  /*  animation-delay: 0.5s*/
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  /*  animation-delay: 0.5s;          アニメーションの始まりを遅らせる*/
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
/*js/8-2.js_テキストの動き-流れるように出現（左から右）-----見出し部分に使用*/
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s; /* アニメーションの始まりを遅らせる*/
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*==================================================
じわっ
===================================*/
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}