@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.backcolor {
  background-color: #F5F5F5;
}

#index .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
}
#index .title--bottomline:after, #index .title--bottomline:before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 60px;
  height: 2px;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #index .title--bottomline:after, #index .title--bottomline:before {
    bottom: -23px;
    width: 10%;
  }
}
#index .title--bottomline:after {
  left: 50%;
}
#index .title--bottomline:before {
  right: 50%;
}
#index .more_link {
  max-width: 380px;
  width: 74%;
}
#index .more_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0D6521;
  background-color: #fff;
  border-radius: 5px;
  color: #0D6521;
  font-weight: bold;
  padding: 28px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index .more_link a {
    font-size: 3.7vw;
    padding: 5.3vw 0;
  }
}
#index .more_link a .cart_icon {
  margin-right: 18px;
}
#index .more_link a .more_txt {
  position: absolute;
  bottom: 7px;
  right: 21px;
  width: 22%;
}
@media screen and (max-width:800px) {
  #index .more_link a .more_txt {
    position: absolute;
    bottom: 6%;
    right: 5%;
  }
}
#index #section01 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 85px;
}
#index #section01 .section__in {
  width: 100%;
  height: 39.53vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section01 .section__in {
    width: 100%;
    height: auto;
  }
}
#index #section01 .whiteback {
  width: 67.35vw;
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback {
    width: 92%;
    height: auto;
    position: relative;
  }
}
#index #section01 .whiteback .intextbox {
  position: relative;
  /*background-color: rgba(255,0,0,0.1);*/
  width: calc(67.75vw - (100vw - 1100px) / 2);
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox {
    width: 62.75vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox {
    padding-bottom: 50vw;
    height: auto;
    width: 100%;
    display: block;
    align-items: center;
    padding-left: 10%;
    padding-right: 8%;
  }
}
#index #section01 .whiteback .intextbox .taglines {
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .taglines {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .taglines {
    position: relative;
    left: auto;
    top: auto;
    font-size: 3.6vw;
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
#index #section01 .whiteback .intextbox .taglines .font--green {
  color: #0D6521;
}
#index #section01 .whiteback .intextbox .flex_center {
  width: 69%;
  max-width: 550px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center {
    width: 100%;
  }
}
#index #section01 .whiteback .intextbox .flex_center .mv_icon {
  position: absolute;
  bottom: -79%;
  right: -17%;
  display: block;
  width: 37%;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center .mv_icon {
    bottom: auto;
    top: -27%;
    right: -6%;
    width: 28%;
  }
}
#index #section01 .whiteback .intextbox h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 3.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 7.4vw;
  }
}
#index #section01 .whiteback .intextbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 4.4vw;
  }
}
#index #section01 .photocontena {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 41.14%;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width:800px) {
  #index #section01 .photocontena {
    border-radius: 10px 0 0 10px;
    width: 76%;
    position: relative;
    top: auto;
    right: auto;
    margin: -42vw 0 0 auto;
  }
}
#index #section02 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 70px;
}
@media screen and (max-width:800px) {
  #index #section02 {
    padding-top: 9px;
  }
}
#index #section02 .section__in {
  width: 81%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section02 .section__in {
    height: auto;
  }
}
#index #section02 p {
  line-height: 2em;
}
#index #section02 .title--leftline {
  padding-left: 18px;
  border-left: 5px solid #0D6521;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #index #section02 .title--leftline {
    border-left: 2px solid #0D6521;
    padding-left: 11px;
    margin-bottom: 22px;
    line-height: 1.6em;
  }
}
#index #section02 .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
  text-align: center;
}
#index #section02 .title_block {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 160px;
}
@media screen and (max-width:800px) {
  #index #section02 .title_block {
    margin-top: 92px;
  }
}
#index #section02 .title_block .title_content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
#index #section02 .title_block h2 {
  margin-bottom: 24px;
}
#index #section02 .title_block.title_block--sec3 {
  margin-top: 170px;
}
@media screen and (max-width:800px) {
  #index #section02 .title_block.title_block--sec3 {
    margin-top: 90px;
  }
}
#index #section02 .botan_center {
  text-align: center;
  margin: 38px auto 0;
}
@media screen and (max-width:800px) {
  #index #section02 .botan_center {
    margin: 44px auto 0;
  }
}
#index #section02 .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #index #section02 .box {
    display: block;
  }
}
#index #section02 .box .block_text_wrap {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .box .block_text_wrap {
    width: 100%;
  }
}
#index #section02 .box .block_content_wrap {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .box .block_content_wrap {
    width: 100%;
    margin-top: 14px;
  }
}
#index #section02 .box.box--reverse {
  flex-direction: row-reverse;
}
#index #section02 figcaption {
  margin-top: 10px;
}
#index #section02 .in_text {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 36px;
}
@media screen and (max-width:800px) {
  #index #section02 .in_text {
    margin-top: 10px;
  }
}
#index #section02 .block--sec1_block1 .img_large {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec1_block1 .img_large {
    margin-top: 10px;
  }
}
#index #section02 .block--sec1_block1 .figure_list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec1_block1 .figure_list {
    margin-top: 16px;
    display: block;
  }
}
#index #section02 .block--sec1_block1 .figure_list .img1 {
  width: 27%;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec1_block1 .figure_list .img1 {
    margin: 0 auto;
    width: 100%;
  }
  #index #section02 .block--sec1_block1 .figure_list .img1 img {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
}
#index #section02 .block--sec1_block1 .figure_list .img2 {
  width: 69%;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec1_block1 .figure_list .img2 {
    margin-top: 22px;
    width: 100%;
  }
}
#index #section02 .block--sec1_block1 .figure_list .img3 {
  width: 100%;
  margin-top: 40px;
}
#index #section02 .bg_grn {
  background-color: #F0F7F3;
  padding: 126px 80px 136px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn {
    padding: 100px 0 110px;
  }
}
#index #section02 .sec2_intro_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #index #section02 .sec2_intro_list {
    margin-top: 50px;
    display: block;
  }
}
#index #section02 .sec2_intro_list li {
  width: 200px;
}
@media screen and (max-width:800px) {
  #index #section02 .sec2_intro_list li {
    width: 100%;
    margin-top: 20px;
  }
  #index #section02 .sec2_intro_list li:first-child {
    margin-top: 0;
  }
}
#index #section02 .sec2_intro_list li .list_in {
  text-align: center;
  background-color: #fff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:800px) {
  #index #section02 .sec2_intro_list li .list_in {
    width: auto;
    height: auto;
    border-radius: 10vw;
    display: block;
    box-sizing: border-box;
    padding: 27px 0;
    text-align: center;
  }
}
#index #section02 .bg_white {
  background-color: #fff;
  padding: 112px 80px 170px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_white {
    padding: 94px 0 140px;
  }
  #index #section02 .bg_white .title--bottomline {
    line-height: 1.2em;
  }
}
#index #section02 .block--sec2_block1 {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  background: url(../images/monozukuri/teion/teion_sec2_block1_bg.jpg) no-repeat center/100% 100%;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block1 {
    display: block;
    margin-top: 60px;
    background: url(../images/monozukuri/teion/teion_sec2_block1_bg_sp.jpg) no-repeat center/100% 100%;
  }
}
#index #section02 .block--sec2_block1 li {
  width: 25%;
  box-sizing: border-box;
  padding: 17px;
}
#index #section02 .block--sec2_block1 li img {
  mix-blend-mode: darken;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block1 li {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 1% 8% 20% 6%;
  }
  #index #section02 .block--sec2_block1 li figure {
    width: 50%;
  }
  #index #section02 .block--sec2_block1 li p {
    width: 47%;
  }
  #index #section02 .block--sec2_block1 li:nth-child(3) {
    padding-top: 7%;
    padding-bottom: 17%;
  }
  #index #section02 .block--sec2_block1 li:last-child {
    padding: 8% 8% 11% 6%;
  }
}
#index #section02 .block--sec2_block1 .font--grn {
  color: #0D6521;
}
#index #section02 .block--sec2_block2,
#index #section02 .block--sec2_block3 {
  box-sizing: border-box;
}
#index #section02 .block--sec2_block2 .block_title,
#index #section02 .block--sec2_block3 .block_title {
  text-align: center;
  background-color: #0D6521;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 0;
}
#index #section02 .block--sec2_block2 .list_box,
#index #section02 .block--sec2_block3 .list_box {
  padding: 20px 13px 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box,
  #index #section02 .block--sec2_block3 .list_box {
    display: block;
    padding: 8% 6% 6%;
  }
}
#index #section02 .block--sec2_block2 .list_box li,
#index #section02 .block--sec2_block3 .list_box li {
  border-right: 1px solid #707070;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box li,
  #index #section02 .block--sec2_block3 .list_box li {
    border: none;
    border-bottom: 1px solid #707070;
    padding-top: 9%;
    padding-bottom: 6%;
  }
  #index #section02 .block--sec2_block2 .list_box li:first-child,
  #index #section02 .block--sec2_block3 .list_box li:first-child {
    padding-top: 0;
  }
  #index #section02 .block--sec2_block2 .list_box li:last-child,
  #index #section02 .block--sec2_block3 .list_box li:last-child {
    border: none;
  }
  #index #section02 .block--sec2_block2 .list_box li .step_inbox,
  #index #section02 .block--sec2_block3 .list_box li .step_inbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 11px;
  }
  #index #section02 .block--sec2_block2 .list_box li .step_inbox figure,
  #index #section02 .block--sec2_block3 .list_box li .step_inbox figure {
    width: 50%;
  }
  #index #section02 .block--sec2_block2 .list_box li .step_inbox p,
  #index #section02 .block--sec2_block3 .list_box li .step_inbox p {
    width: 46%;
  }
}
#index #section02 .block--sec2_block2 .list_box li h4,
#index #section02 .block--sec2_block3 .list_box li h4 {
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box li h4,
  #index #section02 .block--sec2_block3 .list_box li h4 {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box li figure,
  #index #section02 .block--sec2_block3 .list_box li figure {
    width: 100%;
  }
}
#index #section02 .block--sec2_block2 .list_box li:after,
#index #section02 .block--sec2_block3 .list_box li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 22px;
  height: 100%;
  background: url(../images/monozukuri/teion/border_arw.svg) no-repeat center/100% auto;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box li:after,
  #index #section02 .block--sec2_block3 .list_box li:after {
    top: 97%;
    right: 0;
    height: 16px;
    width: 100%;
    background: url(../images/monozukuri/teion/border_arw_sp.svg) no-repeat center/auto 100%;
  }
}
#index #section02 .block--sec2_block2 .list_box li:last-child,
#index #section02 .block--sec2_block3 .list_box li:last-child {
  border-right: none;
}
#index #section02 .block--sec2_block2 .list_box li:last-child:after,
#index #section02 .block--sec2_block3 .list_box li:last-child:after {
  opacity: 0;
}
#index #section02 .block--sec2_block2 {
  margin-top: 82px;
  border: 1px solid #0D6521;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 {
    margin-top: 96px;
  }
}
#index #section02 .block--sec2_block2 .block_title {
  background-color: #0D6521;
}
#index #section02 .block--sec2_block2 .list_box li {
  width: 33%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block2 .list_box li {
    width: 100%;
    padding: 0;
    padding-top: 9%;
  }
  #index #section02 .block--sec2_block2 .list_box li:first-child {
    padding-top: 0;
  }
  #index #section02 .block--sec2_block2 .list_box li:first-child figure {
    width: 30%;
  }
}
#index #section02 .block--sec2_block2 .list_box li h4 {
  color: #0D6521;
}
#index #section02 .block--sec2_block2 .list_box li figure {
  margin: 0 auto;
  width: 90%;
}
#index #section02 .block--sec2_block3 {
  margin-top: 30px;
  border: 1px solid #20397B;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block3 {
    margin-top: 90px;
  }
}
#index #section02 .block--sec2_block3 .block_title {
  background-color: #20397B;
}
#index #section02 .block--sec2_block3 .list_box {
  padding: 20px 0px 34px;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block3 .list_box {
    padding: 8% 6% 6%;
  }
}
#index #section02 .block--sec2_block3 .list_box li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 3%;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block3 .list_box li {
    width: 100%;
    padding: 0;
    padding-bottom: 6%;
    padding-top: 9%;
  }
  #index #section02 .block--sec2_block3 .list_box li:first-child {
    padding-top: 0;
  }
}
#index #section02 .block--sec2_block3 .list_box li h4 {
  color: #20397B;
}
#index #section02 .block--sec2_block4 {
  margin-top: 80px;
  box-sizing: border-box;
  padding: 44px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block4 {
    margin-top: 98px;
    padding: 24px 0;
  }
  #index #section02 .block--sec2_block4 .title--bottomline {
    font-size: 4.1vw;
  }
  #index #section02 .block--sec2_block4 .title--bottomline:after, #index #section02 .block--sec2_block4 .title--bottomline:before {
    bottom: -7px;
  }
}
#index #section02 .block--sec2_block4 .box {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block4 .box {
    margin-top: 30px;
  }
}
#index #section02 .block--sec2_block4 .block_text_wrap h4 {
  color: #0D6521;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  #index #section02 .block--sec2_block4 .block_text_wrap h4 {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
#index #section02 .block--sec2_block4 .block_content_wrap {
  margin-top: 24px;
}/*# sourceMappingURL=monozukuri_teion.css.map */