.a2Milk-page-wrapper {
  overflow-x: clip;
}

.blue_bg {
  background-color: #EAF5FC;
  margin-top: 95px;
  padding-bottom: 95px;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .blue_bg {
    padding-top: 6rem;
    padding-bottom: 68px;
    margin-top: 12rem;
  }
}

.blue_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  background: url(../img/a2-milk/bg_wave-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 157px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blue_bg::before {
    bottom: -112px;
    background-size: contain;
  }
}

.a2Milk-page {
  margin-top: 112px;
  overflow-x: unset;
}
@media screen and (max-width: 767px) {
  .a2Milk-page {
    margin-top: 60px;
  }
}
.a2Milk-page::before {
  content: "";
  position: absolute;
  top: 85px;
  left: -85px;
  width: 165px;
  height: 192px;
  background: url(../img/a2-milk/icon_blob-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .a2Milk-page::before {
    width: 37rem;
    height: 24rem;
  }
}
.a2Milk-page::after {
  content: "";
  position: absolute;
  top: -199%;
  right: -34px;
  width: 263px;
  height: 275px;
  background: url(../img/a2-milk/icon_blob-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .a2Milk-page::after {
    width: 37rem;
    height: 24rem;
    right: -17rem;
    top: -146%;
    z-index: -1;
  }
}

.a2Milk-hero {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero {
    padding: 6rem 0;
  }
}
.a2Milk-hero .wrap {
  position: relative;
  z-index: 1;
}

.a2Milk-hero_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 1075px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 0 3%;
  }
}

.a2Milk-hero_content {
  position: relative;
  z-index: 2;
  width: 51%;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_content {
    width: 100%;
  }
}

.a2Milk-hero_label {
  font-size: 24px;
  color: #1895E7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_label {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.a2Milk-hero_ttl {
  font-size: 3.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #1895E7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_ttl {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}

.a2Milk-hero_txt {
  color: #000000;
  line-height: 1.8;
  margin-top: 61px;
  letter-spacing: 0.01em;
  font-size: 19px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_txt {
    font-size: 2.4rem;
    line-height: 1.7;
    width: 100%;
    margin-top: 16px;
  }
}

.a2Milk-hero_img {
  z-index: 2;
  width: 108%;
  margin-right: calc(38% - 50vw);
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .a2Milk-hero_img {
    margin-right: calc(38% - 70vw);
  }
}
@media screen and (max-width: 767px) {
  .a2Milk-hero_img {
    width: 117%;
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1441px) {
  .a2Milk-hero_img {
    margin-right: 0;
  }
}
.a2Milk-hero_img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue_bg-wave {
  background-color: #EAF5FC;
  position: relative;
  margin-top: 45px;
  padding-bottom: 154px;
}

.blue_bg-wave::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  background: url(../img/a2-milk/bg_wave-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 157px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blue_bg-wave::before {
    top: -9rem;
    background-size: contain;
  }
}

.blue_bg-wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  background: url(../img/a2-milk/bg_wave-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 157px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blue_bg-wave::after {
    bottom: -29rem;
    background-size: contain;
  }
}

.a2Milk-about {
  padding-top: 37px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about {
    padding-top: 24px;
  }
}

.a2Milk-about__ttl {
  text-align: center;
  font-size: 49px;
  font-weight: 600;
  color: #1895E7;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__ttl {
    font-size: 4.5rem;
  }
}
.a2Milk-about__ttl .small {
  display: block;
  font-size: 1.8rem;
  line-height: inherit;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__ttl .small {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}

.a2Milk-about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  width: 86%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a2Milk-about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    margin-top: 40px;
    width: 100%;
  }
}

.a2Milk-about_txts {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .a2Milk-about_txts {
    width: 100%;
  }
}

.a2Milk-about_texts-ttl {
  font-size: 36px;
  color: #1895E7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2Milk-about_texts-ttl {
    font-size: 4.2rem;
    text-align: center;
  }
}

.a2Milk-about_txt {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about_txt {
    margin-top: 32px;
  }
}

.a2Milk-about_img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .a2Milk-about_img {
    width: 100%;
  }
}

.a2Milk-about__compare-ttl {
  font-size: 40px;
  color: #1895E7;
  font-weight: 600;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-ttl {
    font-size: 4.5rem;
  }
}

.a2Milk-about__compare-content {
  margin-top: 30px;
}

.a2Milk-about__compare-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    width: 100%;
  }
}

.a2Milk-about__compare-item {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-item {
    width: 100%;
  }
}

.a2Milk-about__compare-item_ttl {
  font-size: 32px;
  color: #1895E7;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-item_ttl {
    font-size: 4.2rem;
  }
}

.a2Milk-about__compare-item_img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-item_img {
    margin-top: 10px;
  }
}

.a2Milk-about__compare-desc {
  width: 64%;
  margin-inline: auto;
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__compare-desc {
    width: 100%;
    margin-top: 24px;
    text-align: left;
  }
}

.a2Milk-about__component {
  background-color: #ffffff;
  padding: 55px 68px 124px 130px;
  margin-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 61px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component {
    margin-top: 32px;
    padding: 40px 22px;
    width: 100%;
    row-gap: 32px;
  }
}

.a2Milk-about__component-ttl {
  font-size: 31px;
  line-height: 1.5;
  color: #1895E7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-ttl {
    font-size: 4.5rem;
    text-align: center;
  }
}

.a2Milk-about__component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.a2Milk-about__component-content:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-content:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.a2Milk-about__component-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-img {
    width: 100%;
  }
}

.a2Milk-about__component-img.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-img.u-mobile {
    display: block;
  }
}

.a2Milk-about__component-img.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-img.u-desktop {
    display: none;
  }
}

.a2Milk-about__component-ttl {
  grid-area: a2Milk-about__component-ttl;
}

.a2Milk-about__component-txt {
  grid-area: a2Milk-about__component-txt;
  margin-top: 30px;
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .a2Milk-about__component-txt {
    margin-left: 0;
  }
}

.a2-world {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: clip;
}

.a2-world__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.a2-world__head {
  text-align: center;
  position: relative;
}

.a2-world__head::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -21px;
  width: 165px;
  height: 192px;
  background: url(../img/a2-milk/icon_blob-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .a2-world__head::before {
    width: 36rem;
    height: 20rem;
    top: -6px;
    left: -11px;
  }
}

.a2-world__head::after {
  content: "";
  position: absolute;
  top: 169px;
  right: -93px;
  width: 263px;
  height: 275px;
  background: url(../img/a2-milk/icon_blob-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .a2-world__head::after {
    width: 42rem;
    height: 30rem;
    right: -21rem;
    top: 42%;
    z-index: -1;
  }
}

.a2-world__title {
  text-align: center;
  font-size: 4.1rem;
  line-height: 1.2195121951;
  letter-spacing: 0;
  font-weight: 600;
  color: #1895E7;
}
@media screen and (max-width: 767px) {
  .a2-world__title {
    font-size: 3.8rem;
  }
}

.a2-world__title-em {
  color: #1a8fd5;
}

.a2-world__icon {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .a2-world__icon {
    width: 80%;
    margin-inline: auto;
    margin-top: 32px;
  }
}

.a2-world__icon img {
  width: 372px;
}

.a2-world__text {
  margin-top: 41px;
  width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .a2-world__text {
    width: 100%;
  }
}

.a2-world__text-note {
  font-size: 1.2rem;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .a2-world__text-note {
    font-size: 2.2rem;
  }
}

.a2-world__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-top: 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .a2-world__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.a2-world__body:after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -59%;
  background-image: url(../img/a2-milk/icon_megumi02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 227px;
}
@media screen and (max-width: 767px) {
  .a2-world__body:after {
    bottom: -24%;
    right: 3rem;
    height: 32rem;
    width: 39rem;
    max-width: 250px;
  }
}

.a2-world__image-wrap {
  position: relative;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .a2-world__image-wrap {
    width: 100%;
  }
}

.a2-world__image-megumi01 {
  position: absolute;
  left: -171px;
  top: -286px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .a2-world__image-megumi01 {
    left: -32px;
    top: -60px;
    width: 90%;
  }
}

.a2-world__image-megumi02 {
  position: absolute;
  right: 37px;
  top: -147px;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .a2-world__image-megumi02 {
    right: 25px;
    top: 38px;
    width: 43%;
  }
}

.a2-world__image img {
  width: 320px;
  height: auto;
}

.a2-world__content {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .a2-world__content {
    margin-top: 52rem;
    max-width: none;
  }
}

.a2-world_page_link {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .a2-world_page_link {
    font-size: 3.2rem;
    padding-left: 2rem;
  }
}

.a2-world_page_link a {
  color: #1895e7;
  text-decoration: underline;
}

.a2-world__subtitle {
  text-align: center;
  font-size: 4.1rem;
  line-height: 1.2195121951;
  letter-spacing: 0;
  font-weight: 600;
  color: #1895E7;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .a2-world__subtitle {
    font-size: 3.8rem;
    margin-top: 70px;
  }
}

.a2-world__link {
  display: inline-block;
  font-size: 14px;
  color: #1a8fd5;
  margin-top: 16px;
}

.page_a2Milk_flow {
  margin-top: 180px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow {
    margin-top: 26rem;
  }
}

.page_a2Milk_flow_ttl {
  text-align: center;
  font-size: 4.1rem;
  line-height: 1.2195121951;
  letter-spacing: 0;
  font-weight: 600;
  color: #1895E7;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_ttl {
    font-size: 3.8rem;
  }
}
.page_a2Milk_flow_ttl .small {
  display: block;
  font-size: 1.8rem;
  line-height: inherit;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_ttl .small {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}

.page_a2Milk_flow_list {
  margin-top: 75px;
  padding: 0 92px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_list {
    margin-top: 6rem;
    padding: 0 3%;
  }
}

.page_a2Milk_flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_a2Milk_flow_item + .page_a2Milk_flow_item {
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item + .page_a2Milk_flow_item {
    margin-top: 12rem;
  }
}
.page_a2Milk_flow_item::before {
  content: "";
  background-image: url(../img/icn_tri_skyblue_single.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 34px;
  height: 30px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item::before {
    width: 5rem;
    height: 5rem;
    bottom: -9.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page_a2Milk_flow_item:last-child::before {
  display: none;
}

.blue_bg .page_a2Milk_flow_item::before {
  background-image: url(../img/icn_tri_under_white_single.svg);
}

.page_a2Milk_flow_item.three::before {
  display: block;
}

.page_a2Milk_flow_item.noflex {
  display: block;
}

.page_a2Milk_flow_item.three {
  display: block;
}

.page_a2Milk_flow_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_a2Milk_flow_item_content .page_a2Milk_flow_txts.no-left {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_content .page_a2Milk_flow_txts.no-left {
    padding-left: 13rem;
  }
}

.page_a2Milk_flow_item_content .page_a2Milk_flow_txts.no-left .num {
  left: -62px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_content .page_a2Milk_flow_txts.no-left .num {
    font-size: 3.2rem;
    left: -12rem;
  }
}

.page_a2Milk_flow_txts {
  padding-left: 75px;
  padding-top: 19px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_txts {
    padding-left: 13rem;
    padding-top: 0;
  }
}

.page_a2Milk_flow_item.three .page_a2Milk_flow_txts {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item.three .page_a2Milk_flow_txts {
    margin-top: 16px;
  }
}

.page_a2Milk_flow_item.three .page_a2Milk_flow_item_content {
  width: 95%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item.three .page_a2Milk_flow_item_content {
    margin-left: 0;
    width: 100%;
  }
}

.page_a2Milk_flow_item_content .page_a2Milk_flow_txts {
  width: 48%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_content .page_a2Milk_flow_txts {
    width: 100%;
  }
}

.page_a2Milk_flow_item.three .page_a2Milk_flow_item_txt {
  max-width: none;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item.three .page_a2Milk_flow_item_txt {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item.three .page_a2Milk_flow_item_ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item.three .page_a2Milk_flow_item_ttl.large_ttl {
    text-align: left;
  }
}

.page_a2Milk_flow_item_ttl {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1895E7;
  position: relative;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_ttl {
    font-size: 3.2rem;
  }
}
.page_a2Milk_flow_item_ttl .num {
  width: 58px;
  height: 58px;
  background-color: #1895E7;
  color: #ffffff;
  border-radius: 50%;
  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;
  position: absolute;
  left: -77px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_ttl .num {
    width: 10rem;
    height: 10rem;
    left: -12rem;
    top: 0;
  }
}

.page_a2Milk_flow_item_ttl.no-left.no-left {
  padding-left: 0;
}

.page_a2Milk_flow_item_ttl.large_ttl {
  font-size: 40px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_ttl.large_ttl {
    font-size: 5rem;
    padding-left: 11rem;
  }
}

.page_a2Milk_flow_item_ttl.large_ttl .num {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.2rem;
  left: -33px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_ttl.large_ttl .num {
    left: -5px;
    font-size: 3.2rem;
  }
}

.page_a2Milk_flow_item_txt {
  max-width: 275px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item_txt {
    max-width: initial;
    margin-top: 1rem;
  }
}

.page_a2Milk_flow_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_img {
    margin-top: 3rem;
    gap: 0 3rem;
  }
}
.page_a2Milk_flow_img img {
  width: 230px;
  aspect-ratio: 230/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_img img {
    width: calc(50% - 1.5rem);
  }
}

.page_a2Milk_flow_item.three .page_a2Milk_flow_item-point {
  background-color: #EAF5FC;
}

.three .page_a2Milk_flow_img img {
  width: 380px;
  aspect-ratio: 383/235;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .three .page_a2Milk_flow_img img {
    width: 100%;
  }
}

.page_a2Milk_flow_item-point {
  margin-top: 39px;
  padding-block: 16px;
  background: #ffffff;
  text-align: center;
  font-weight: 600;
  padding-inline: 3%;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item-point {
    padding-inline: 2.5%;
  }
}

.page_a2Milk_flow_item-point_ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  color: #1895e7;
  text-align: center;
  font-weight: 600;
}

.page_a2Milk_flow_item-point_txt {
  font-size: 20px;
  text-align: center;
  margin-top: 3px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_item-point_txt {
    font-size: 2.8rem;
  }
}

.page_a2Milk_flow_illust {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_illust {
    margin-top: 70px;
  }
}

.page_a2Milk_flow_illust_ttl {
  text-align: center;
  font-size: 4.1rem;
  line-height: 1.2195121951;
  letter-spacing: 0;
  font-weight: 600;
  color: #1895E7;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_illust_ttl {
    font-size: 3.8rem;
  }
}

.page_a2Milk_flow_illust_img {
  margin-top: -30px;
  width: 82%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page_a2Milk_flow_illust_img {
    margin-top: -10px;
    width: 100%;
  }
}