@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : furusato.css
 author     : Ability Consultant
 style info : ふるさと
=================================================================== */
.center {
  text-align: center;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txt_basic {
  font-size: 102%;
  color: #000000;
  line-height: 2;
}
.txt_basic.bl {
  font-weight: bold;
}
.txt_basic.wh {
  color: #fff;
}
.txt_basic a {
  color: #000;
}
.txt_basic .inden {
  text-indent: -1em;
  margin-left: 1em;
  display: block;
  font-size: 90%;
}
.txt_basic.pink {
  position: relative;
  display: inline;
  padding: 0 0.5em;
  z-index: 2;
  margin-top: 2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d68986), to(#d68986));
  background-image: linear-gradient(#d68986, #d68986);
  background-position: 0 100%;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}

.con_mv {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.con_mv p img {
  width: 100%;
}

.con_intro {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
  position: relative;
}
.con_intro .img_intro {
  margin: 0 0 2em;
}
.con_intro .img_intro img {
  width: 15%;
}
.con_intro .txt_basic {
  width: 95%;
  margin: 0 auto;
}
.con_intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_intro.png) no-repeat top;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.con_nozei {
  max-width: 1920px;
  width: 95%;
  margin: 4em auto 0;
}
.con_nozei .tit_nozei .ic_st img {
  width: 15%;
}
.con_nozei .tit_nozei .st_nozei {
  margin-bottom: 2em;
}
.con_nozei .tit_nozei .st_nozei .en {
  font-size: 90%;
  font-weight: 400;
  color: #c24e49;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 15px;
  display: block;
}
.con_nozei .tit_nozei .st_nozei .jp {
  font-size: 160%;
  margin-top: 5px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  display: block;
}
.con_nozei .box_lnk {
  max-width: 1920px;
  width: 100%;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_nozei .box_lnk .item {
  margin: 0 50px;
  position: relative;
}
.con_nozei .box_lnk .item .txt_basic {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.con_nozei .box_lnk .item .txt_basic i {
  margin-top: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con_nozei .box_lnk .item:hover .txt_basic i {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.st_furu .en {
  font-size: 90%;
  font-weight: 400;
  color: #c24e49;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 1em;
}
.st_furu .jp {
  font-size: 150%;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 10px;
}
.st_furu img {
  width: 40%;
  margin: 0 auto;
}
.st_furu.wh .en {
  color: #cbb790;
}
.st_furu.wh .jp {
  color: #fff;
}

.con_process {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.con_process::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19.0625%;
  height: 378px;
  background: url(../../furusato/images/dec_01.png) no-repeat top;
  background-size: contain;
  z-index: -3;
}
.con_process::after {
  content: "";
  position: absolute;
  bottom: 52em;
  left: -4em;
  width: 23.28125%;
  height: 271px;
  background: url(../../furusato/images/dec_02.png) no-repeat top;
  background-size: contain;
  z-index: -3;
}
.con_process .list_process {
  max-width: 1260px;
  width: 95%;
  margin: 3em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_process .list_process li {
  width: 100%;
  margin-bottom: 40px;
}
.con_process .list_process li .txt_num {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.con_process .list_process li .txt_num::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 75%;
  background: #cbb790;
  z-index: -1;
}
.con_process .list_process li .txt_num .num {
  font-size: 160%;
  position: relative;
}
.con_process .list_process li .txt_num .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #cbb790;
  border-radius: 50%;
  z-index: -1;
}
.con_process .list_process li .txt_num .txt {
  font-size: 110%;
  margin-left: 1em;
}
.con_process .list_process li .box_txt {
  padding: 20px;
  position: relative;
}
.con_process .list_process li .box_txt::before {
  content: "";
  width: 100%;
  background-color: #fcfbf9;
  position: absolute;
  top: -1em;
  left: 0;
  height: 105%;
  z-index: -2;
}
.con_process .list_process li .box_txt .sub_process {
  position: relative;
  margin-top: 1.5em;
}
.con_process .list_process li .box_txt .sub_process::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 88%;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.con_process .list_process li .box_txt .sub_process .note {
  background-color: #af814b;
  padding: 0.2em 0.5em;
  display: inline-block;
}
.con_process .list_process li .box_txt .sub_process .inner {
  padding: 1em;
}
.con_process .list_process li .box_txt .sub_process .inner span {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.con_process .box_process {
  max-width: 1260px;
  width: 100%;
  margin: 3em auto 0;
}
@media only screen and (max-width: 1280px) {
  .con_process .box_process {
    width: 95%;
  }
}
.con_process .box_process .tit {
  font-size: 120%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  background-color: #cbb790;
  padding: 0.5em 0;
  color: #000;
}
.con_process .box_process .inner {
  padding: 2em 1em;
  background-color: #fcfbf9;
}
.con_process .box_process .inner .img {
  margin: 1em 0;
}
.con_process .box_process .inner .list_rei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}
.con_process .box_process .inner .list_rei li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_process .box_process .inner .list_rei li .txt_basic {
  width: 83%;
}
.con_process .box_process .inner .list_rei li .num {
  position: relative;
  color: #fff;
  width: 15%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.con_process .box_process .inner .list_rei li .num::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #af814b;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.con_process .box_process .inner .list_rei li .num .sm {
  font-size: 10px;
  line-height: 1;
}
.con_process .box_process .inner .list_rei li .num .lg {
  font-size: 20px;
  line-height: 1;
}
.con_process .box_process .inner .bl {
  margin-left: 3em;
  text-indent: -3em;
}
.con_process .box_process .inner .bl em {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-right: 2em;
}
.con_process .box_process .inner .bl em::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: #394e66;
  border-radius: 50%;
  z-index: -1;
}

.img_furu {
  width: 95%;
  margin: 0 auto;
}

.con_return {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 2em;
  position: relative;
}
.con_return::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 3.5em;
  left: 0;
  z-index: -1;
  background: url(../../furusato/images/bg_01.png) no-repeat top;
  background-size: contain;
}
.con_return.milk::before {
  background: url(../../furusato/images/bg_02.png) no-repeat top;
  background-size: contain;
}
.con_return.milk .box_return .box_tag .tag {
  background-color: #af814b;
}
.con_return.milk .box_return .inner_return .st_re {
  color: #af814b;
}
.con_return.milk .box_return .inner_return .st_re::before {
  background-color: #af814b;
}
.con_return.milk .box_return .inner_return .txt_basic .tag {
  background-color: #af814b !important;
}
.con_return.red::before {
  background: url(../../furusato/images/bg_03.png) no-repeat top;
  background-size: contain;
}
.con_return.red .box_return .box_tag .tag {
  background-color: #9f3b36;
}
.con_return.red .box_return .inner_return .st_re {
  color: #9f3b36;
}
.con_return.red .box_return .inner_return .st_re::before {
  background-color: #9f3b36;
}
.con_return.red .box_return .inner_return .txt_basic .tag {
  background-color: #9f3b36 !important;
}
.con_return .st_return {
  padding: 2em 0;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.con_return .st_return .st_furu {
  margin: .5em 0 1em;
}
.con_return .st_return .txt_basic {
  line-height: 1.5;
}
.con_return .box_return {
  max-width: 1240px;
  width: 95%;
  margin: 2em auto 0;
}
.con_return .box_return.line {
  padding-top: 3em;
  border-top: 2px dashed #af814b;
}
.con_return .box_return .img_return {
  margin: 1em 0;
}
.con_return .box_return .box_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_return .box_return .box_tag .tag {
  color: #fff;
  background-color: #394e66;
  padding: 0.5em 1em;
  line-height: 1;
  margin-right: 15px;
}
.con_return .box_return .box_tag .txt_tag a {
  font-family: "Noto Serif JP", serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
}
.con_return .box_return .box_tag .txt_tag a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.con_return .box_return .box_tag .txt_tag a .sm {
  font-size: 110%;
  font-weight: 500;
  margin-right: 20px;
}
.con_return .box_return .box_tag .txt_tag a .lg {
  font-size: 150%;
  font-weight: 500;
}
.con_return .box_return .inner_return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con_return .box_return .inner_return .box_txt {
  width: 100%;
}
.con_return .box_return .inner_return .box_txt .txt_basic {
  margin: 1em 0;
  line-height: 1.75;
}
.con_return .box_return .inner_return .box_txt .txt_basic .tag {
  font-weight: 400;
  color: #fff;
  background-color: #394e66;
  padding: 0.3em 1em;
  line-height: 1;
}
.con_return .box_return .inner_return .box_txt .txt_basic em {
  font-weight: 400;
  display: block;
  text-indent: -1em;
  margin-left: 2em;
  margin-top: 0.5em;
}
.con_return .box_return .inner_return .img_re {
  width: 85%;
  margin: 1em auto 0;
}
.con_return .box_return .box_btn {
  margin-top: 35px;
}
.con_return .box_return .box_btn .st_btn {
  font-size: 20px;
  color: #000;
  position: relative;
  font-weight: 400;
}
.con_return .box_return .box_btn .st_btn::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 20px;
  background: url(../../furusato/images/dec_st.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.con_return .box_return .box_btn .inner_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_return .box_return .box_btn .inner_btn p {
  margin-left: 4%;
  margin-bottom: 4%;
}
.con_return .box_return .box_btn .inner_btn p:nth-child(odd) {
  margin-left: 0;
}
.con_return .box_return .box_btn .inner_btn p:only-child {
  margin: 0 auto 4%;
}

.st_re {
  font-size: 123%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #394e66;
  position: relative;
  padding-left: 1em;
  text-align: left;
  line-height: 1.7;
  margin: 2% 0;
}
.st_re::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0.5em;
  left: 0;
  background-color: #394e66;
  border-radius: 50%;
}

.btn_furu {
  width: 48%;
  text-align: center;
}
.btn_furu.blue a {
  background-color: #394e66;
}
.btn_furu.milk a {
  background-color: #bca270;
}
.btn_furu.green a {
  background-color: #97a247;
}
.btn_furu.orange {
  width: 54%;
}
.btn_furu.orange a {
  background-color: #ce7929;
}
.btn_furu a {
  display: block;
  color: #fff;
  background-color: #c24e49;
  text-decoration: none !important;
  padding: 0.5em 0;
  position: relative;
  font-size: 100%;
}
.btn_furu a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: bold;
}

#contents {
  overflow: hidden;
}

.f-intro__cnt-acd > dl dt a {
  color: #000;
}
