/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");

.p-breadcrumb__num {
  vertical-align: super;
  font-size: 1rem;
  font-weight: 400;
}

.p-pageLabel__num {
  vertical-align: super;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-block {
  max-width: 102rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-block {
    max-width: initial;
  }
}

.p-block+.p-block {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-block+.p-block {
    margin-top: 4rem;
  }
}

.c-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  background: #c3e8d2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-main-title {
    font-size: 2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.p-block__detail {
  margin-top: 2.8rem;
}

.p-block__detail+.p-block__detail {
  margin-top: 4.8rem;
}

.p-block__detailTitle-wrapper {}

.p-block__detailTitle {
  font-size: 2.6rem;
  line-height: calc(28 / 26);
  font-weight: 700;
  color: #222;
  position: relative;
  padding-left: 4rem;
}

@media screen and (max-width: 768px) {
  .p-block__detailTitle {
    font-size: 2rem;
    padding-left: 2.4rem;
  }
}

.p-block__detailTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  background-image: url(../images/circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.8rem;
  height: 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-block__detailTitle::before {
    width: 2rem;
    height: 2rem;
    transform: initial;
    top: 0.2rem;
  }
}

.p-block__detailTitle--food {
  padding-left: initial;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-block__detailTitle--food {
    font-size: 1.8rem;
  }
}

.p-block__detailTitle--food::before {
  display: none;
}

.p-block__detailTitle span {
  vertical-align: super;
  font-size: 1.2rem;
  font-weight: 700;
}

.p-block__detailText-wrapper {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-block__detailText-wrapper {
    margin-top: 1.6rem;
  }
}

.p-block__detailText {
  font-size: 1.6rem;
  line-height: calc(29 / 16);
  color: #222;
}

.p-block__detailText span {
  vertical-align: super;
  font-size: 1rem;
  font-weight: 400;
}

.p-block__detailText--down {
  vertical-align: sub !important;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-block__detailText {
    font-size: 1.4rem;
  }
}

.p-block__green-wrapper {
  margin-top: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-block__green-wrapper {
    margin-top: 2rem;
  }
}

.p-block__green-title {
  font-size: 2.4rem;
  color: #31a380;
  font-weight: 700;
  line-height: calc(35 / 24);
}

@media screen and (max-width: 768px) {
  .p-block__green-title {
    font-size: 1.8rem;
  }
}

.p-block__green-title span {
  vertical-align: super;
  font-size: 1.2rem;
  font-weight: 700;
}

.p-block__subBlock+.p-block__subBlock {
  margin-top: 4rem;
}

.p-block__img {
  max-width: 81.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.8rem;
}

.p-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__table {
  margin-top: 0.8rem;
}

.p-block__table {
  overflow-x: auto;
}

.p-table {
  width: 100%;
  white-space: nowrap;
}

.p-table__top,
.p-table__name {
  background: #31a380;
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(23 / 16);
  font-weight: 700;
  padding: 1.6rem;
}

.p-table__top {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {

  .p-table__top,
  .p-table__name {
    font-size: 1.4rem;
  }
}

.p-table__top {
  text-align: center;
  border-left: 1px solid #dee2e6;
}

.p-table__name {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  width: 24rem;
}

.p-table__white {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.6rem;
  line-height: calc(29 / 16);
  color: #222;
  width: 17.9rem;
}

.p-table__white span {
  vertical-align: super;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-table__white {
    font-size: 1.4rem;
  }
}

.p-table__gray {
  background: #f4f4f4;
}

.p-block__topix {
  margin-top: 3rem;
}

.p-topix {}

.p-topix__block {}

.p-topix__block+.p-topix__block {
  margin-top: 3.6rem;
}

.p-topix__row {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

@media screen and (max-width: 768px) {
  .p-topix__row {
    gap: 1.2rem;
  }
}

.p-topix__number {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(28 / 16);
  background: #31a380;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 4.2rem;
}

@media screen and (max-width: 768px) {
  .p-topix__number {
    font-size: 1.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    min-width: 9rem;
    max-width: 9rem;
    width: 100%;
    height: 3rem;
  }
}

.p-topix__num {
  font-size: 2.6rem;
  line-height: calc(28 / 26);
}

@media screen and (max-width: 768px) {
  .p-topix__num {
    font-size: 1.8rem;
  }
}

.p-topix__title {
  font-size: 2.6rem;
  color: #222222;
  line-height: calc(35 / 26);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-topix__title {
    font-size: 1.6rem;
  }
}

.p-topix__title span {
  vertical-align: super;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-topix__title span {
    font-size: 1rem;
  }
}

.p-topix__text-wrapper {
  margin-top: 1.6rem;
}

.p-topix__text {
  font-size: 1.6rem;
  color: #222;
  line-height: calc(29 / 16);
  font-weight: 400;
}

.p-topix__text--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.p-topix__text span {
  vertical-align: super;
  font-size: 1rem;
  font-weight: 400;
}

.p-topix__text-sub {
  vertical-align: sub !important;
}

@media screen and (max-width: 768px) {
  .p-topix__text {
    font-size: 1.4rem;
  }
}

.p-block__pdf {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-block__pdf {
    margin-top: 2.4rem;
  }
}

.p-pdf__row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-pdf__row {
    display: block;
  }
}

.p-pdf__num {
  color: #222;
  font-size: 1.6rem;
  line-height: calc(40 / 16);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-pdf__num {
    font-size: 1.4rem;
  }
}

.p-pdf__dt-title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-pdf__dt-title {
    gap: 1.2rem;
    align-items: flex-start;
  }
}

.p-pdf__title {
  color: #1794e3;
  font-size: 1.6rem;
  line-height: calc(40 / 16);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-pdf__title {
    font-size: 1.4rem;
  }
}

.p-pdf__icon {}

@media screen and (max-width: 768px) {
  .p-pdf__icon {
    padding-top: 0.4rem;
  }
}

.p-pdf__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__literature {
  margin-top: 2.7rem;
}

.p-block__iodine-img {
  margin-top: 0.5rem;
  max-width: 45rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-block__iodine-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__gamma-img {
  margin-top: 1rem;
  width: 100%;
}

.p-block__gamma-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__literature {
  margin-top: 2.4rem;
}

.p-block__detailImg-row {
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 88rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-block__detailImg-row {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-block__detailImg {}

.p-block__detailImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__foodImg {
  max-width: 95rem;
  width: 100%;
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}

.p-block__foodImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__foodAttention {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: calc(29 / 16);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-literature__list {
    word-break: break-all;
  }
}

.p-literature__text-wrapper {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-start;
  box-sizing: border-box;
}

.p-literature__text {
  color: #222222;
  line-height: calc(29 / 16);
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-literature__text {
    font-size: 1.4rem;
  }
}

.p-literature__num {
  padding-top: 0.3rem;
}

@media screen and (max-width: 768px) {
  .p-literature__num {
    min-width: 3rem;
    display: inline-block;
  }
}

.p-literature__link {
  color: #1794e3;
  display: inline-block;
  overflow-wrap: break-word;
  box-sizing: border-box !important;
}

.p-block__flow {
  margin-top: 2.5rem;
}

.p-flow {
  background: #f4f4f4;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: min(60px, calc(60 / 1400) * 100vw);
  padding-right: min(60px, calc(60 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: min(20px, calc(20 / 375) * 100vw);
    padding-right: min(20px, calc(20 / 375) * 100vw);
  }
}

.p-flow__row {
  display: flex;
  justify-content: center;
  gap: min(30rem, calc(200 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow__row {
    flex-direction: column;
  }
}

.p-flow__left {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__left {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-flow__left::before {
  content: "";
  position: absolute;
  background: url(../images/flow_left_arrow.png) no-repeat center center;
  background-size: cover;
  width: min(4.8rem, calc(48 / 1400) * 100vw);
  height: min(38.7rem, calc(387 / 1400) * 100vw);
  left: min(-4.6rem, calc(-46 / 1400) * 100vw);
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-flow__left::before {
    width: min(3.8rem, calc(38 / 375) * 100vw);
    height: initial;
    aspect-ratio: 48 / 387;
    left: min(-3.2rem, calc(-32 / 375) * 100vw);
    top: min(-0.8rem, calc(-8 / 375) * 100vw);
  }
}

.p-flow__right {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-flow__right {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-flow__box {
  border: 2px solid #31a380;
  background: #fff;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  width: 100%;
  position: relative;
}

.p-flow__name {
  font-size: min(1.6rem, calc(16 / 1400) * 100vw);
  line-height: calc(29 / 16);
  font-weight: 400;
  color: #222;
}

.p-flow__name span {
  vertical-align: super;
  font-size: min(1rem, calc(10 / 1400) * 100vw);
}

.p-flow__name-sub {
  vertical-align: sub !important;
}

@media screen and (max-width: 768px) {
  .p-flow__name {
    font-size: min(1rem, calc(10 / 375) * 100vw);
  }
}

.p-flow__arrow {
  max-width: min(2.5rem, calc(25 / 1400) * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-flow__arrow {
    max-width: min(2rem, calc(20 / 375) * 100vw);
  }
}

.p-flow__arrow--withText {
  max-width: min(17.6rem, calc(176 / 1400) * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-flow__arrow--withText {
    max-width: min(13.6rem, calc(136 / 375) * 100vw);
    padding-right: min(0.4rem, calc(4 / 375) * 100vw);
  }
}

.p-flow__arrow--withText img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__arrow--left {
  margin-left: min(5.3rem, calc(53 / 1400) * 100vw);
  margin-right: initial;
}

@media screen and (max-width: 768px) {
  .p-flow__arrow--left {
    /* margin-left: min(3.2rem, calc(32 / 375) * 100vw); */
    /* margin-left: auto;
    margin-right: auto; */
  }
}

.p-flow__arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__movie {
  max-width: min(1.8rem, calc(18 / 1400) * 100vw);
  display: flex;
  position: absolute;
  top: 50%;
  right: min(1rem, calc(10 / 1400) * 100vw);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-flow__movie {
    max-width: min(1.4rem, calc(14 / 375) * 100vw);
    right: min(0.4rem, calc(4 / 375) * 100vw);
  }
}

.p-flow__movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__box-bg {
  background: #d4f3e1;
  padding-left: min(4rem, calc(40 / 1400) * 100vw);
  padding-right: min(4rem, calc(40 / 1400) * 100vw);
  padding-bottom: min(4rem, calc(40 / 1400) * 100vw);
  padding-top: min(1.1rem, calc(11 / 1400) * 100vw);
  margin-top: min(3.5rem, calc(35 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow__box-bg {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 1.1rem;
    margin-top: 1.6rem;
  }
}

.mt35 {
  margin-top: min(3.5rem, calc(35 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 2rem;
  }
}

.mt20 {
  margin-top: 2rem;
}

.p-flow__box-wrapper {
  margin-top: min(1.2rem, calc(12 / 1400) * 100vw);
}

.p-flow__box-attention {
  text-align: right;
  display: block;
  margin-right: min(1.2rem, calc(12 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow__box-attention {
    font-size: min(0.8rem, calc(8 / 375) * 100vw);
    margin-right: min(0.6rem, calc(6 / 375) * 100vw);
  }
}

.p-flow__box--attention {
  position: relative;
}

.p-flow__box-arrow {
  position: relative;
  z-index: 2;
}

.p-flow__box-arrowImg {
  max-width: min(2.5rem, calc(25 / 1400) * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-flow__box-arrowImg {
    max-width: min(1.2rem, calc(12 / 375) * 100vw);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

.p-flow__box-arrowImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__box--longArrow,
.p-flow__box--longBottom,
.p-flow__box--most {
  position: relative;
}

.p-flow__box--longArrow::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_long.png) no-repeat center center;
  background-size: cover;
  width: min(2.5rem, calc(25 / 1400) * 100vw);
  height: min(8.2rem, calc(82 / 1400) * 100vw);
  bottom: max(-8.2rem, calc(-82 / 1400) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-flow__box--longArrow::before {
    position: absolute;
    content: "";
    background: url(../images/arrow_long.png) no-repeat center center;
    background-size: cover;
    width: min(1.3rem, calc(13 / 375) * 100vw);
    aspect-ratio: 50 / 164;
    height: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.3rem;
  }
}

.p-flow__box--longBottom::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_bottom.png) no-repeat center center;
  background-size: cover;
  width: min(2.5rem, calc(25 / 1400) * 100vw);
  height: min(7.5rem, calc(75 / 1400) * 100vw);
  bottom: max(-7.5rem, calc(-75 / 1400) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-flow__box--longBottom::before {
    position: absolute;
    content: "";
    background: url(../images/arrow_bottom.png) no-repeat center center;
    background-size: cover;
    width: 1.3rem;
    aspect-ratio: 50 / 150;
    height: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4rem;
  }
}

.p-flow__box--most::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_most.png) no-repeat center center;
  background-size: cover;
  width: min(2.5rem, calc(25 / 1400) * 100vw);
  height: min(12.2rem, calc(122 / 1400) * 100vw);
  bottom: max(-12.2rem, calc(-122 / 1400) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-flow__box--most::before {
    position: absolute;
    content: "";
    background: url(../images/arrow_most.png) no-repeat center center;
    background-size: cover;
    width: 1.3rem;
    aspect-ratio: 50 / 244;
    height: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6.3rem;
  }
}

.p-flow__box-wrapper--change,
.p-flow__box--box {
  position: relative;
}

.p-flow__box-wrapper--change::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_triangle.png) no-repeat center center;
  background-size: cover;
  width: min(2.5rem, calc(25 / 1400) * 100vw);
  height: min(1.5rem, calc(15 / 1400) * 100vw);
  top: min(-1.5rem, calc(-15 / 1400) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

.p-flow__box--box::before {
  position: absolute;
  content: "";
  background: #31a380;
  background-size: cover;
  width: min(0.9rem, calc(9 / 1400) * 100vw);
  height: 295%;
  top: min(3.8rem, calc(38 / 1400) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

.p-flow-one {
  background: #f4f4f4;
  padding-top: 4rem;
  padding-bottom: 9rem;
  padding-left: min(127px, calc(127 / 1400) * 100vw);
  padding-right: min(127px, calc(127 / 1400) * 100vw);
}

.p-flow-one__box {
  border: 2px solid #31a380;
  background: #fff;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  position: relative;
}

.p-flow-one__text {
  font-size: min(1.6rem, calc(16 / 1400) * 100vw);
  line-height: calc(29 / 16);
  font-weight: 400;
  color: #222;
  border: 2px solid #31a380;
  background: #fff;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  max-width: min(620px, calc(620 / 1400) * 100vw);
  width: 100%;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
}

.p-flow-one__arrow {
  max-width: min(2.5rem, calc(25 / 1400) * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}

.p-flow-one__arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow-one__box-small {
  position: relative;
}

.p-flow-one__box-small::after {
  position: absolute;
  content: "";
  background: #d4f3e1;
  top: -4.7rem;
  bottom: -4.7rem;
  left: 0;
  right: 0;
}

.p-flow-one__attention-wrapper {
  position: absolute;
  top: -3rem;
  right: 4rem;
  z-index: 11;
}

.p-flow-one__attention {
  z-index: 11;
}

.p-flow-one__bg {
  position: relative;
}

.p-flow-one__movie {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(6rem, calc(60 / 1400) * 100vw);
  z-index: 10;
}

.p-flow-one__movie img {
  max-width: 1.7rem;
  width: 100%;
  height: 1.5rem;
  object-fit: cover;
  object-position: center center;
}

.p-flow-double {
  margin-top: 2.5rem;
  background: #f4f4f4;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: min(10.3rem, calc(103 / 1400) * 100vw);
  padding-right: min(10.3rem, calc(103 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow-double {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-flow-double__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(10rem, calc(100 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow-double__row {
    gap: min(4rem, calc(10 / 375) * 100vw);
  }
}

.p-flow-double__row--gamma {
  display: flex;
  align-items: flex-end;
  gap: min(10rem, calc(100 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow-double__row--gamma {
    gap: min(0.6rem, calc(6 / 375) * 100vw);
  }
}

.p-flow-double__block {
  flex: 1;
}

.p-flow-double__box {
  border: 2px solid #31a380;
  background: #fff;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  width: 100%;
  position: relative;
}

.p-flow-double__box--gamma {
  position: relative;
  z-index: 9;
}

.p-flow-double__box--gamma::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_gamma1.png) no-repeat center center;
  background-size: cover;
  width: 2.5rem;
  aspect-ratio: 25 / 313;
  top: 3.8rem;
  left: 21.5%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-flow-double__box--gamma::before {
    position: absolute;
    content: "";
    background: url(../images/arrow_gamma1.png) no-repeat center center;
    background-size: cover;
    width: 2.5rem;
    aspect-ratio: 25 / 313;
    transform: translateX(-50%);
    left: 24%;
    top: 1.7rem;
    clip-path: polygon(0% 5%,
        100% 5%,
        100% 100%,
        0% 100%);
    /* 上部20%を切り取る */
  }
}

.p-flow-double__box--gamma::after {
  position: absolute;
  content: "←迅速分析、セシウム以外の核種の精密分析";
  font-size: min(1.2rem, calc(12 / 1400) * 100vw);
  line-height: calc(29 / 14);
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  top: 16.9rem;
  left: 23%;
}

@media screen and (max-width: 768px) {
  .p-flow-double__box--gamma::after {
    /* font-size: 1.2rem;
    top: 13.9rem;
    left: 26%; */
    display: none;
  }
}

.p-flow-double__text--gamma {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80%;
  white-space: nowrap;
  font-size: min(1.2rem, calc(12 / 1400) * 100vw);
}

@media screen and (max-width: 768px) {
  .p-flow-double__text--gamma {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-flow-double__text {
    font-size: min(1.2rem, calc(12 / 375) * 100vw);
  }
}

.p-flow-double__text span {
  font-size: min(1rem, calc(10 / 375) * 100vw);
  vertical-align: super;
}

.p-flow-double__arrow {
  max-width: min(2.5rem, calc(25 / 1400) * 100vw);
  max-width: 2.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}

.p-flow-double__arrow--gamma {
  margin-left: 76.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-flow-double__arrow--gamma {
    margin-left: 72%;
  }
}

.p-flow-double__arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-modal {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.p-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.p-modal__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}

.p-modal__content iframe {
  width: 70%;
  aspect-ratio: 16/9;
}

.p-modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 10001;
  cursor: pointer;
  font-size: 3.7rem;
  font-weight: bold;
  color: #fff;
}

html.no-scroll {
  overflow: hidden;
}

.p-flow__arrow--second {
  position: relative;
}

.p-flow__arrow--text {
  position: absolute;
  top: 50%;
  right: -700%;
  transform: translateY(-50%);
  font-size: min(1.4rem, calc(14 / 1400) * 100vw);
  line-height: calc(29 / 14);
  font-weight: 400;
  color: #222;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-flow__arrow--text {
    font-size: min(1rem, calc(10 / 375) * 100vw);
    right: -620%;
  }
}

.p-flow__double {
  display: flex;
}

.p-flow__double-box {
  width: 100%;
  border: 2px solid #31a380;
  background: #fff;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.p-flow__double-rowArrow {
  display: block;
  width: 4rem;
}

.p-flow__double-rowArrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__arrow-row {
  max-width: min(4rem, calc(40 / 1400) * 100vw);
  width: 100%;
  display: inline-block;
  height: fit-content;
  margin-top: min(0.8rem, calc(8 / 1400) * 100vw);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-flow__arrow-row {
    max-width: min(4rem, calc(40 / 375) * 100vw);
  }
}

.p-flow__arrow-row::before {
  position: absolute;
  content: "OBTの分析";
  font-size: min(1.4rem, calc(14 / 1400) * 100vw);
  line-height: calc(29 / 14);
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-flow__arrow-row::before {
    font-size: min(1rem, calc(10 / 375) * 100vw);
  }
}

.p-flow__arrow--tft,
.p-flow__double--burn {
  position: relative;
}

.p-flow__arrow--tft::before {
  position: absolute;
  content: "TFWTの分析";
  font-size: min(1.4rem, calc(14 / 1400) * 100vw);
  line-height: calc(29 / 14);
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  top: 50%;
  left: -200%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-flow__arrow--tft::before {
    font-size: min(1rem, calc(10 / 375) * 100vw);
  }
}

.p-flow__double--burn::before {
  position: absolute;
  content: "燃焼生成水を回収";
  font-size: min(1.4rem, calc(14 / 1400) * 100vw);
  line-height: calc(29 / 14);
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  top: 125%;
  right: -65%;
}

@media screen and (max-width: 768px) {
  .p-flow__double--burn::before {
    font-size: min(1rem, calc(10 / 375) * 100vw);
    right: initial;
    left: 70%;
  }
}

.p-flow__arrow-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-flow__double-block {
  flex: 1;
}

.p-flow__arrow--text2 {
  position: relative;
}

.p-flow__arrow--text2::before {
  position: absolute;
  content: "";
  background: url(../images/arrow_text2.png) no-repeat center center;
  background-size: cover;
  width: min(5.6rem, calc(56 / 1400) * 100vw);
  height: min(2.3rem, calc(23 / 1400) * 100vw);
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-flow__arrow--text2::before {
    width: min(4.8rem, calc(48 / 375) * 100vw);
    height: initial;
    aspect-ratio: 56 / 23;
  }
}

.p-flow__attention-wrapper {
  position: relative;
}

.p-flow__movie--box {
  position: absolute;
  right: min(-2rem, calc(-20 / 1400) * 100vw);
  top: 50%;
  transform: translateY(-50%);
}

.u-mobile {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none !important;
  }
}

.u-desktop {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.p-block__gammaTable {
  margin-top: 2.4rem;
  overflow-x: auto;
}

.p-gammaTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

.p-gammaTable__title {
  background: #31a380;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(29 / 16);
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  width: 19.3rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-gammaTable__title {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.p-gammaTable__title--unit {
  width: 16.5rem;
}

.p-gammaTable__bg {
  background: #f4f4f4;
}

.p-gammaTable__title--energy {
  width: 22.2rem;
}

.p-gammaTable__text-table {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  white-space: nowrap;
}

.p-gammaTable__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: calc(29 / 16);
  border-collapse: collapse;
}

.p-gammaTable__text span {
  vertical-align: super;
  font-size: 1rem;
}

.p-food-table__wrapper {
  overflow-x: auto;
  margin-top: 2rem;
}

.p-food-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

.p-food-table__title {
  background: #31a380;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(29 / 16);
  border: 1px solid #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  width: 19.3rem;
  white-space: nowrap;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-food-table__title {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.p-food-table__text-table {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  white-space: nowrap;
}

.p-food-table__text-table:first-child>.p-food-table__text {
  font-weight: 700;
}

.p-food-table__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: calc(29 / 16);
  border-collapse: collapse;
}

.p-block__foodTable-bottom {
  text-align: right;
}

.p-block__calucurate {
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.p-block__calucurate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__type {
  margin-top: 4rem;
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .p-block__type {
    margin-top: 2rem;
    display: block;
  }
}

.p-typeTable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6;
  height: fit-content;
}

.p-typeTable__title {
  background: #31a380;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(29 / 16);
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  width: 20rem;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-typeTable__title {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.p-typeTable__row {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-typeTable__row {
    width: 15rem;
  }
}

.p-typeTable__row img {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-typeTable__text-table {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  border-collapse: collapse;
  white-space: nowrap;
}

.p-typeTable__text {
  font-size: min(1.6rem, calc(16 / 1400) * 100vw);
  font-weight: 400;
  color: #222222;
  line-height: calc(29 / 16);
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .p-typeTable__text {
    font-size: 1.4rem;
  }

  .p-typeTable+.p-typeTable {
    margin-top: 1.6rem;
  }
}

.pl16 {
  padding-left: 0.8rem;
}

.p-block__box {
  margin-top: 6.4rem;
  max-width: 66rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  padding-left: 5.6rem;
  padding-right: 5.6rem;
  border: 2px solid #089b79;
}

@media screen and (max-width: 768px) {
  .p-block__box {
    margin-top: 3.2rem;
    padding: 2rem;
  }
}

.p-block__dl {}

.p-block__dlRow {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dee2e6;
}

.p-block__dlRow+.p-block__dlRow {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-block__dlRow {
    display: block;
  }
}

.p-block__dt {
  width: 16rem;
}

.p-block__dlText {
  font-size: 1.6rem;
  color: #222;
}

.p-block__dd {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-block__dd {
    flex: initial;
    margin-top: 1.2rem;
  }
}

.p-block__dlBottom {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #222;
}

.p-block__environment {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-block__environment {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-block__environment-2 {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-block__environment-2 {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.p-environmentTable {
  width: 100%;
  height: 100%;
}

.p-environmentTable__top {
  background: #31a380;
  padding: 0.8rem;
}

.p-environmentTable__title {
  color: #fff;
  font-weight: 700;
}

.p-environmentTable__text-table {
  padding: 0.8rem;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}

.p-environmentTable__text {
  color: #1794e3;
}

.p-environmentTable__row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.p-environmentTable__row img {
  max-width: 1.4rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-block__dose-bg {
  background: rgb(227, 239, 255);
  display: inline-block;
  padding: 1.2rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.p-block__dose-text {
  font-weight: 700;
  font-size: 1.8rem;
}

.p-block__dose-text span {
  font-size: 1rem;
  vertical-align: sub !important;
}

.p-block__dose-text-sub {
  font-size: 1rem;
  vertical-align: sub !important;
}

.p-block__btn-wrapper--food {
  margin-top: 3rem;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.p-block__btn-wrapper {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.p-block__list span {
  font-size: 1.2rem;
  vertical-align: super;
}

.p-block__detailTitle-wrapper {
  margin-top: 3rem;
}

.p-block__lists {
  margin-top: 2rem;
  padding-left: 3rem;
}

.p-block__list {
  position: relative;
  list-style: disc;
}

.p-block__numbers {
  padding-left: 3rem;
  margin-top: 2rem;
}

.p-block__number {
  position: relative;
}

.p-block__number>.p-block__detailText {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-block__number+.p-block__number {
  margin-top: 1.6rem;
}

.p-block__number-link {
  color: #1794e3;
}

.p-block__doseTable {
  margin-top: 3rem;
  overflow-x: auto;
}

.p-doseTable {
  width: 100%;
  border-collapse: collapse;
}

.p-doseTable__head {
  background: #31a380;
  color: #fff;
  font-weight: 700;
  padding: 0.8rem;
  white-space: nowrap;
  border: 1px solid #fff;
}

.p-doseTable__body {
  padding: 0.8rem;
  border: 1px solid #dee2e6;
  vertical-align: middle;
  white-space: nowrap;
}

.p-doseTable__body span {
  font-size: 1rem;
  vertical-align: super;
}

.p-block__doseBox {
  border: 2px solid #31a380;
  padding: 2rem;
  margin-top: 3rem;
}

.p-block__doseBox-text {
  margin-top: 1.2rem;
}

.p-block__detailLink {
  color: #1794e3;
}

.p-block__food-btn {
  transition: 0.3s ease-in-out !important;
}

.p-block__food-btn:hover {
  transform: translateY(-10%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.p-english__block-wrapper {
  display: none;
}

.p-english__block {
  margin-top: 3rem;
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p-english__block {
    margin-top: 2rem;
    flex-direction: column;
    gap: 16px;
  }
}

.p-environmentFour {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  height: 100%;
}

.p-block__english {
  margin-top: 3rem;
  cursor: pointer;
}

.p-english {}

.p-english__title-wrapper {
  background: #c3e8d2;
  padding: 1.6rem;
  display: flex;
  align-items: center;
}

.p-english__title {
  font-weight: 700;
}

.p-english__arrow img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-english__arrow {
  margin-left: auto;
  display: flex;
  width: 1.6rem;
  transition: 0.3s ease-in-out;
}

.p-english__arrow.active {
  transform: rotate(180deg);
}

tr:nth-child(2n) {
  /* background: #f4f4f4; */
}