@charset "UTF-8";

.scttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1.12;
  margin-bottom: clamp(44px, 5.73vw, 2.81em);
}
.scttl .rubik {
  font-size: clamp(40px, 5.21vw, 55px);
  display: block;
  margin-bottom: 0.3em;
}
.scttl .ja {
  letter-spacing: 0.1em;
}
/* ======================
our
========================= */
.our {
  padding: clamp(92px, 11.98vw, 224px) 0;
}

.our .txtbk {
  width: 50%;
  max-width: 648px;
}
.our .txtbk .scttl {
  font-size: clamp(23px, 2.99vw, 27px);
  line-height: 1.12;
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  gap: 0 1.1em;
  margin-bottom: 2.22em;
}
.our .txtbk .scttl .rubik {
  font-size: clamp(50px, 6.51vw, 80px);
}
.our .txtbk .scttl .ja {
  position: relative;
  top: -0.1em;
}
.our .txtbk p {
  line-height: 2.15;
}
.our .imgbk {
  width: 58vw;
  max-width: 1110px;
  position: absolute;
  left: 87%;
  top: 24%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* ======================
process-flow
========================= */
.flow_nav .sp {
  display: none;
}
.flow_tab {
  display: flex;
}
.tablist {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 8.6vw;
  border-radius: 200% 200% 0 0;
  position: relative;
  cursor: pointer;
}
.tablist .btn_in {
  color: #fff;
  position: relative;
  z-index: 2;
}
.tablist .btn_in span {
  padding-right: 43px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.tablist .btn_in span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../imgs/business/tab-arrow_rgt.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.tablist.active .btn_in span::after {
  background-image: url(../imgs/business/tab-arrow_btm.png);
}

.btn1 {
  /*background-color:#00a0da;*/
}
.btn1::before {
  content: "";
  width: 200%;
  height: 200px;
  background: url(../imgs/business/tab_blue_bg.svg) 0 top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
}
/*.btn1.active::before {
  z-index:0;
}*/
.btn2 {
  /*background-color:#8fc31f;*/
}
.btn2::before {
  content: "";
  width: 200%;
  height: 200px;
  background: url(../imgs/business/tab_green_bg.svg) 0 top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 60%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.btn2.active::before {
  z-index: 0;
}

.tablist br.sp {
  display: none;
}

/* ======================
flow_blk
========================= */
.flow_blk {
  position: relative;
  z-index: 2;
}
.tabcontents-list .tabcontents_in {
  padding: clamp(60px, 8.2vw, 140px) 0;
}
#feed .tabcontents_in {
  background-color: #00a0da;
}
#milk .tabcontents_in {
  background-color: #8fc31f;
}
.top_bg_sp {
  display: none;
}
.flowttl {
  color: #fff;
  font-size: 53px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.whframe {
  width: 85%;
  max-width: 1600px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  padding: 105px 80px;
}
.flow_item {
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 184px;
  margin: 0 auto;
  position: relative;
}
.flow_item .item_in {
  max-width: 1320px;
  padding-left: clamp(120px, 8.85vw, 170px);
  margin: 0 auto;
  position: relative;
}
.flow_item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #00a0da;
  position: absolute;
  top: 3px;
  left: 75px;
}
.flow_item.last::before {
  display: none;
}
.flow_item .sttl_wrap {
  max-width: 1440px;
  position: relative;
}
.flow_item .sttl {
  color: #00a0da;
  font-size: 40px;
  max-width: 1320px;
  padding-left: clamp(120px, 8.85vw, 170px);
  margin: 0 auto;
}
.flow_item .sttl span {
  display: inline-block;
}
.flow_item .sttl .num {
  font-size: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #00a0da;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.flow_item .sttl .sttl_txt {
}
.flow_item p.item_txt {
  font-size: 22px;
  line-height: 1.77;
  margin-bottom: 20px;
  /*font-feature-settings: "palt";*/
}
.flow_item .imglist {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4.3%;
}
.flow_item .imglist.arrow {
  position: relative;
  padding-bottom: 170px;
}
.flow_item .imglist.arrow::after {
  content: "";
  width: 84px;
  height: 50px;
  margin: 0 auto;
  background: url(../imgs/business/arrow_btm.svg) center center no-repeat;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.flow_item .imglist.item_four > * {
}
.flow_item .imglist.item_three {
  flex-wrap: wrap;
  gap: 100px 5.5%;
}
.flow_item .imglist.item_three > * {
  width: calc((100% - 11%) / 3);
  max-width: 340px;
  justify-content: center;
}

.flow_item .imglist .item_cap {
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  background-color: rgba(0, 160, 218, 0.15);
  border-radius: 21px;
  padding: 5px 15px;
}
.flow_item .imglist .imgbk {
  margin-bottom: 34px;
}

/*flow4*/
#f_flow4.flow_item .imglist.item_three {
  justify-content: space-between;
}
.flow_item .imglist.item_three .wide {
  width: 63%;
  max-width: 720px;
}
.flow_item .imglist.item_three .wide .flex img {
  width: calc((100% - 40px) / 2);
}

/*fac_item*/
.fac_wrap {
}
.fac_wrap .sttl {
  color: #00a0da;
  font-size: 40px;
  display: flex;
  margin-bottom: 143px;
}
.fac_wrap .sttl span:first-child {
  margin-right: 0.5em;
}
.fac_wrap .sttl::before {
  content: "●";
  display: inline-block;
}
.faclist {
  display: flex;
  flex-wrap: wrap;
  gap: 152px 50px;
  max-width: 1150px;
  margin: 0 auto 8.6%;
}
.fac_item {
  text-align: center;
  width: calc((100% - 50px) / 2);
  max-width: 550px;
}
.fac_name {
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  min-width: 250px;
  background-color: #00a0da;
  border-radius: 23px;
  padding: 5px 20px;
  margin: 0 auto 25px;
}
.faclist .imgbk {
  margin-bottom: 25px;
}
.fac_cap {
  text-align: left;
}
.fac_cap .cap_note {
  font-size: 18px;
  display: block;
}

.fac_item.wide {
  width: 100%;
  max-width: 100%;
}
.faclist .fac_item.wide .imgbk {
  display: flex;
  gap: 50px;
}

.faclist .fac_item.wide .imgbk img {
  width: calc((100% - 50px) / 2);
}

#milk .flow_item .sttl,
#milk .fac_wrap .sttl {
  color: #8fc31f;
}
#milk .flow_item .sttl .num {
  color: #8fc31f;
  border-color: #8fc31f;
}
#milk .flow_item::before,
#milk .fac_name {
  background-color: #8fc31f;
}

@media screen and (max-width: 1920px) {
  /* ======================
process-flow
========================= */
  .tablist {
    font-size: clamp(28px, 1.83vw, 35px);
  }

  .whframe {
    padding: max(60px, 5.5vw) max(50px, 4.2vw);
  }
  .flowttl {
    font-size: clamp(36px, 2.76vw, 53px);
  }

  .flow_item::before {
    top: 50px;
    left: max(50px, 3.9vw);
  }

  .flow_item .sttl {
    font-size: clamp(30px, 2.1vw, 40px);
  }
  .flow_item .sttl .num {
    font-size: clamp(36px, 3.3vw, 63px);
    width: 7.82vw;
    min-width: 100px;
    height: 7.82vw;
    min-height: 100px;
    aspect-ratio: 1 / 1;
  }

  /*fac_item*/
  .fac_wrap .sttl {
    font-size: clamp(30px, 2.1vw, 40px);
    margin-bottom: max(50px, 7.45vw);
  }
}

@media screen and (max-width: 1440px) {
  .flow_item p.item_txt {
    font-size: clamp(18px, 1.53vw, 22px);
  }

  .fac_name {
    font-size: clamp(18px, 1.74vw, 25px);
  }
  .faclist {
    gap: 152px 50px;
  }
}

@media screen and (max-width: 980px) {
  .tablist {
    font-size: clamp(23px, 2.86vw, 28px);
  }

  /* ======================
flow_blk
========================= */
  .whframe {
    border-radius: clamp(20px, 3.5vw, 50px);
    padding: max(20px, 5vw) max(30px, 6.1vw);
  }

  .flow_item .imglist {
    flex-wrap: wrap;
    gap: 50px 4.3%;
  }
  .flow_item .imglist > * {
    width: calc((100% - 4.3%) / 2);
  }

  .flow_item .imglist.item_three {
    gap: 50px 4.3%;
  }
  .flow_item .imglist.item_three > * {
    width: calc((100% - 4.3%) / 2);
  }

  .flow_item .imglist.item_three .wide {
    width: 100%;
  }
  .flow_item .imglist.item_three .wide .flex img {
    width: calc((100% - 4.3%) / 2);
  }

  .flow_item::before {
    left: max(40px, 4.1vw);
  }
  .flow_item .sttl .num {
    font-size: clamp(25px, 3.67vw, 36px);
    width: 1vw;
    min-width: 80px;
    height: 1vw;
    min-height: 80px;
    aspect-ratio: 1 / 1;
  }

  .faclist {
    gap: 50px 4.3%;
  }
  .fac_item {
    text-align: center;
    width: calc((100% - 4.3%) / 2);
  }
  .fac_name {
    padding: 5px 7px;
  }
}

@media screen and (max-width: 768px) {
  img[src*="_pc"] {
    display: none;
  }
  img[src*="_sp"] {
    display: block;
  }

  .scttl .rubik span {
    display: block;
  }

  #totop {
    bottom: 94px;
  }
  /* ======================
our
========================= */
  .our .txtbk {
    width: 100%;
    max-width: initial;
  }
  .our .txtbk .scttl {
    flex-direction: column;
    margin-bottom: 0;
  }
  .our .imgbk {
    max-width: 454px;
    width: 100%;
    height: 56vw;
    max-height: 300px;
    margin: -22px auto 40px;
    position: relative;
    left: 0;
    bottom: 0;
    transform: initial;
  }
  .our .imgbk img {
    width: 150%;
    position: absolute;
    left: 0;
    transform: translatey(-50%);
    z-index: -1;
    top: 20%;
  }

  /* ======================
process-flow
========================= */
  .flow_nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
  }
  .flow_nav .pc {
    display: none;
  }
  .flow_nav .sp {
    display: flex;
  }
  .tablist {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    height: 85px;
    border-radius: 0;
  }
  .tabcontents-list .tabcontents_in {
    padding-top: 0;
  }
  .top_bg_sp {
    display: block;
  }

  .tablist .btn_in {
    pointer-events: initial;
  }
  .tablist .btn_in span {
    text-align: center;
    display: inline-block;
    padding-right: 30px;
  }
  .tablist .btn_in span::after {
    content: "";
    width: 13px;
    height: 13px;
  }
  .btn1 {
    background-color: #00a0da;
  }
  .btn2 {
    background-color: #8fc31f;
  }
  .btn1::before,
  .btn2::before {
    display: none;
  }
  .tablist br.sp {
    display: block;
  }

  .flowttl {
    font-size: clamp(23px, 4.69vw, 36px);
  }
  .flowttl span.sp {
    display: block;
  }
  .flow_item {
    padding-top: 0;
    padding-bottom: max(100px, 2.4vw);
  }
  .flow_item::before {
    display: none;
  }
  .flow_item .item_in {
    padding-left: 0;
  }
  .flow_item .sttl {
    font-size: clamp(23px, 4.69vw, 30px);
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .flow_item .sttl .num {
    position: static;
    transform: none;
  }
  .flow_item .imglist,
  .flow_item .imglist.item_three,
  .faclist {
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
  }
  .flow_item .imglist > *,
  .flow_item .imglist.item_three > *,
  .fac_item {
    width: 100%;
  }

  .flow_item .imglist.item_three .wide .imgbk.flex,
  .faclist .fac_item.wide .imgbk {
    flex-direction: column;
    gap: 15px;
  }
  .flow_item .imglist.item_three .wide .imgbk.flex img,
  .faclist .fac_item.wide .imgbk img {
    width: 100%;
  }

  .fac_wrap .sttl {
    font-size: clamp(23px, 4.69vw, 30px);
    line-height: 1.3;
    flex-direction: column;
    align-items: center;
  }
  .fac_wrap .sttl::before {
    content: none;
  }
  .fac_wrap .sttl span:first-child {
    margin-right: 0;
  }

  footer {
    padding: 80px 5% 93px;
  }
}

@media screen and (max-width: 480px) {
  .whframe {
    width: calc(100% - 40px);
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 320px) {
}
@media screen and (min-width: 769px) {
}
