.item_frame{
	display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.item_frame iframe{
	max-width: 50%;
}

.checkboxes {
  position: relative;
  padding: 3rem 0 7.8rem;
  overflow: hidden;
}

.bg_img {
  position: absolute;
  left: 0;
  top: -13.6rem;
  width: 100%;
  height: 194.7rem;
  z-index: -3;
}

.buy_buttons {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  width: 118rem;
  margin: 0 auto;
}

.buy_button {
  aspect-ratio: 585/126;
  width: 58.5rem;
  overflow: hidden;
}

.protein_texts {
  margin: 8.2rem 2.1rem 0;
}

.protein_text:nth-of-type(1) {
  position: relative;
  aspect-ratio: 610/191.53;
  width: 60rem;
  overflow: hidden;
  margin-right: auto;
  z-index: 1;
}

.protein_text:nth-of-type(2) {
  margin: -3.8rem 0 0 auto;
  overflow: hidden;
  aspect-ratio: 1140/120;
  width: 114rem;
}

.checkbox_img {
  margin: 5.18rem auto 0;
  aspect-ratio: 1209/780;
  width: 120.9rem;
}

/* reason */
.reason {
  position: relative;
  padding-bottom: 6.5rem;
}

.reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  background-image: url(../img/パス\ 1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.reason_tops {
  display: flex;
  flex-direction: row-reverse;
  width: 124.3rem;
  gap: 19.8rem;
  margin-left: auto;
}

.reason_top_text {
  margin-top: 4.3rem;
  color: white;
  font-size: 11rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(135em / 110);
}

.reason_top_text .small {
  font-size: 6.5rem;
  line-height: calc(135em / 65);
}

.reason_top_text .mid {
  font-size: 10.5rem;
  line-height: calc(135em / 105);
}

.reason_top_text .large {
  font-size: 12.5rem;
  line-height: calc(135em / 125);
}

.reason_top_img {
  aspect-ratio: 340/420;
  width: 34rem;
  overflow: hidden;
}

.reason_contents {
  padding: 7rem 8.4rem 0;
}

.reason_content {
  display: flex;
  justify-content: center;
}

.reason_content:not(:first-child) {
  padding-top: 2.5rem;
}

.reason_content_char {
  display: flex;
  align-items: start;
}

.reason_content_num {
  margin-top: -5.5rem;
  color: #d43282;
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(135em / 90);
  text-shadow: 0px 0.3rem 0.6rem rgba(145, 145, 145, 1);
}

.reason_content_texts {
  margin-left: 1.4rem;
}

.reason_content_title {
  color: #d43282;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(55em / 45);
  text-shadow: 0px 0.3rem 0.6rem rgba(145, 145, 145, 1);
}

.reason_content_desc {
  margin-top: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: calc(30em / 20);
}

.reason_content_images {
  margin-left: auto;
  position: relative;
}

.reason_content_img {
  aspect-ratio: 470/230;
  width: 47rem;
  overflow: hidden;
  border-radius: 3rem;
}

.reason_content_ribbon {
  margin: -2.064rem auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 385/41;
  width: 38.5rem;
  text-align: center;
  background-image: url(../img/ribbon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: calc(38em / 20);
}

.down_arrow {
  position: absolute;
  z-index: 3;
  aspect-ratio: 420/155;
  width: 42rem;
  bottom: -11.7rem;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  padding: 0.1px;
}

.down_arrow_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.down_arrow_text {
  rotate: -8deg;
  display: block;
  margin: 1rem auto 0;
  text-align: center;
  color: white;
  font-family: var(--NotoSans);
  font-size: 5.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(60em / 57);
}

/* 事務所紹介 */
.office_intro {
  position: relative;
  overflow: hidden;
  background-color: #a5cfde;
  padding: 12.8rem 6.5rem 9.7rem;
}

.office_intro_bg {
  position: absolute;
  aspect-ratio: 1280/755;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.office_intro_contents {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.office_intro_content {
  padding: 3.7rem 4.8rem;
  aspect-ratio: 550/525;
  width: 55rem;
  background-color: #fff;
  border-radius: 3rem;
  font-family: var(--NotoSans);
}

.office_name {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: calc(44em / 30);
}

.office_logo {
  margin: 0 auto;
  overflow: hidden;
}

.office_logo.hataraku {
  aspect-ratio: 310/96.33;
  width: 31rem;
}

.office_logo.comeluckies {
  margin-top: 2.03rem;
  aspect-ratio: 400/57.33;
  width: 40rem;
}

.office_desc {
  margin-top: 2.3rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: calc(32em / 16);
}

.office_desc.comeluckies {
  margin-top: 4.27rem;
}

/* material */
.material_section {
  position: relative;
  overflow-x: clip;
  width: 100%;
  height: 129.8rem;
  padding: 0.1px;
}

.material_text_imgs,
.material_imgs,
.material_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 128rem;
  height: 100%;
}

.material_bg img {
  aspect-ratio: 1281/1812.47;
  width: 100%;
  height: unset;
}

.material_text_img,
.material_img {
  position: absolute;
  overflow: hidden;
}

.material_text_img:nth-child(1) {
  aspect-ratio: 100/199.01;
  width: 10rem;
  top: 4.7rem;
  left: 58rem;
}

.material_text_img:nth-child(2) {
  aspect-ratio: 54/378;
  width: 5.4rem;
  top: 46.2rem;
  left: 38.3rem;
}

.material_text_img:nth-child(3) {
  aspect-ratio: 100/244.44;
  width: 10rem;
  top: 52.95rem;
  right: 4.4rem;
}

.material_text_img:nth-child(4) {
  aspect-ratio: 69/237;
  width: 6.9rem;
  bottom: 11.41rem;
  left: 47.45rem;
}

.material_text_img:nth-child(5) {
  aspect-ratio: 100/235.21;
  width: 10rem;
  bottom: 26rem;
  right: 43.25rem;
  z-index: 3;
}

.material_img:nth-child(1) {
  aspect-ratio: 709/518;
  width: 70.9rem;
  top: -8.2rem;
  right: -1.8rem;
  z-index: 4;
}

.material_img:nth-child(2) {
  aspect-ratio: 719.96/532.29;
  width: 71.996rem;
  bottom: 36.8rem;
  left: -16.4rem;
}

.material_img:nth-child(3) {
  aspect-ratio: 1/1;
  width: 30rem;
  top: 45.3rem;
  right: 16.9rem;
}

.material_img:nth-child(4) {
  aspect-ratio: 500/289;
  width: 50rem;
  bottom: -4rem;
  left: -7rem;
  rotate: -41deg;
  z-index: 1;
}

.material_img:nth-child(5) {
  aspect-ratio: 505/403.91;
  width: 50.5rem;
  bottom: 1.63rem;
  right: 0;
  z-index: 2;
}

.bar_text {
  position: relative;
  z-index: 3;
  aspect-ratio: 625/213.37;
  width: 62.5rem;
  overflow: hidden;
  margin: 20.7rem 0 0 2.1rem;
}

/* Particulars */
.particulars {
  position: relative;
  overflow-x: clip;
  width: 100%;
  padding: 7.19rem 6rem 4.03rem;
  background-image: url(../img/close-up-blurry-grass-leaves.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 130%;
}

.particulars_top_pop {
  position: absolute;
  right: 0.5rem;
  top: -22.9rem;
  aspect-ratio: 720/473;
  width: 72rem;
  overflow: hidden;
  z-index: 3;
}

.particulars_top_tex {
  /* margin-left: 2.9rem; */
  aspect-ratio: 804/369.37;
  width: 80.4rem;
  overflow: hidden;
}

.particulars_contents {
  margin-top: 12.8rem;
}

.particulars_content {
  position: relative;
  padding: 4.06rem 1rem 2.24rem 4.1rem;
  display: flex;
  align-items: start;
  gap: 2.4rem;
  aspect-ratio: 1160/520;
  width: 100%;
  background-color: white;
  border-radius: 1.9rem;
}

.particulars_content:nth-of-type(n + 1) {
  margin-top: 6.7rem;
}

.particulars_content_img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 46rem;
  overflow: hidden;
  flex-shrink: 0;
}

.particulars_content_texts {
  position: relative;
  font-family: var(--NotoSans);
  margin-top: 0.8rem;
}

.particulars_content_texts::before {
  content: "";
  position: absolute;
  top: 7.03rem;
  right: 0rem;
  width: 72.639rem;
  height: 0.2rem;
  background-color: #707070;
}

.particulars_content_title {
  font-size: 4.7rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2em;
}

.particulars_content_title span {
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1em;
}

.particulars_content_detail {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: calc(35em / 18);
}

.particulars_content_detail span {
  font-weight: 800;
  background-color: #f6ed4a;
}

.particulars_contents_pop {
  position: absolute;
  z-index: 2;
  top: -11.84rem;
  left: -1.4rem;
  aspect-ratio: 267/237;
  width: 26.7rem;
}

.cacaos {
  position: absolute;
  aspect-ratio: 279.9/272.08;
  width: 27.9rem;
  bottom: -17.1rem;
  right: -1.7rem;
  z-index: 1;
}

.cacao:nth-child(1) {
  aspect-ratio: 228.35/131.96;
  width: 22.835rem;
  overflow: hidden;
  rotate: -45deg;
}

.cacao:nth-child(2) {
  aspect-ratio: 131.96/76.26;
  width: 13.196rem;
  overflow: hidden;
  rotate: -56deg;
  margin: -3.2rem 1.7rem 0 auto;
}

/* nutrition */
.nutrition {
  position: relative;
  padding: 16.1rem 0 19.87rem;
  background-color: #c6def4;
}

.nutrition_bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1280/913;
  width: 100%;
  overflow: hidden;
}

.nutrition_tag {
  position: absolute;
  left: -7.33rem;
  top: -4.43rem;
  aspect-ratio: 731.28/230.34;
  width: 73.128rem;
  overflow: hidden;
  z-index: 1;
}

.nutrition_main {
  position: relative;
}

.nutrition_title {
  position: relative;
  margin: 0 auto;
  width: 60.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nutrition_title_char {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 13.7rem;
  background-color: #498ec4;
  color: white;
  font-size: 10.9rem;
  letter-spacing: 0;
  line-height: 1em;
}

.nutrition_title_pop {
  position: absolute;
  top: -7rem;
  left: -7.4rem;
  aspect-ratio: 157.61/116.85;
  width: 14.27rem;
  overflow: hidden;
  z-index: 1;
}

.nutrition_graph_contents {
  margin: 2.71rem 5.7rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nutrition_graph {
  height: 23.7rem;
  overflow: hidden;
}

.nutrition_graph:nth-child(1) {
  width: 32.5rem;
}

.nutrition_graph:nth-child(2) {
  width: 36.6rem;
}

.nutrition_graph:nth-child(3) {
  width: 43.1rem;
}

.nutrition_graph_pop {
  position: absolute;
  bottom: -25.87rem;
  right: 5.7rem;
  aspect-ratio: 450/248;
  width: 45rem;
  padding: 6.4rem 3.7rem 3.3rem 2.8rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: calc(32em / 16);
  background-image: url(../img/graph_pop.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.nutrition_graph_pop span {
  color: #d43282;
}

/* chosen */
.chosen {
  margin-top: 20.888rem;
  position: relative;
  width: 100%;
  height: 112.2rem;
  background-color: #ffadd1;
  overflow-x: clip;
}

.chosen_wave {
  position: absolute;
  top: -20.888rem;
  left: 0;
  width: 100%;
  height: 20.888rem;
}

.chosen_title_img {
  position: absolute;
  top: -15.7rem;
  right: 0;
  left: 0;
  aspect-ratio: 644/258;
  width: 64.4rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}

.chosen_pop_outer {
  position: relative;
  height: 100%;
}

.chosen_pop_texts {
  position: absolute;
  background-image: url(../img/アセット\ 27.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.chosen_pop_texts:nth-child(1) {
  top: -1.6rem;
  left: 0;
  aspect-ratio: 557/453.34;
  width: 55.7rem;
  padding: 15rem 5.95rem 0;
}

.chosen_pop_texts:nth-child(2) {
  top: -4.6rem;
  right: 0;
  aspect-ratio: 571/465;
  width: 57.1rem;
  padding: 13.56rem 6.92rem 0;
  /* background-size: -100% 100%; */
  transform: scale(-1, 1);
}

.chosen_pop_texts:nth-child(3) {
  top: 30.2rem;
  left: 36.9rem;
  aspect-ratio: 513/451;
  width: 51.3rem;
  background-image: url(../img/アセット\ 45.svg);
  padding: 11.83rem 6.4rem 0;
}

.chosen_pop_texts:nth-child(4) {
  bottom: 23.12rem;
  left: -4.473rem;
  aspect-ratio: 429/349;
  width: 42.9rem;
  padding: 10.28rem 6.83rem 0;
}

.chosen_pop_texts:nth-child(5) {
  bottom: 22.71rem;
  right: -2.52rem;
  aspect-ratio: 455/370;
  width: 45.5rem;
  padding: 9.1rem 5.9rem 0;
  transform: scale(-1, 1);
}

.chosen_pop_text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: calc(32em / 16);
}

.chosen_pop_texts:nth-child(1) .chosen_pop_text {
  transform: rotateZ(12deg);
}

.chosen_pop_texts:nth-child(2) .chosen_pop_text {
  transform: scale(-1, 1) rotateZ(-15deg);
}

.chosen_pop_texts:nth-child(3) .chosen_pop_text {
  transform: rotateZ(-10deg);
}

.chosen_pop_texts:nth-child(4) .chosen_pop_text {
  transform: rotateZ(12deg);
}

.chosen_pop_texts:nth-child(5) .chosen_pop_text {
  transform: scale(-1, 1) rotateZ(-11deg);
}

/* produce */
.produce {
  position: relative;
  overflow-x: clip;
  padding: 29.5rem 0 13rem;
}

.produce_been {
  position: absolute;
  top: -27.296rem;
  right: 0;
  left: 0;
  aspect-ratio: 1280/546.76;
  width: 100%;
  overflow: hidden;
}

.producer_name {
  position: relative;
  color: #d43282;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}

.producer_name:after {
  content: "";
  position: absolute;
  top: -6.81rem;
  left: 11.9rem;
  aspect-ratio: 320/73;
  width: 32rem;
  background-image: url(../img/アセット\ 36.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.producer_content {
  margin: 3.9rem 3.5rem 0 -2.5rem;
  display: flex;
  align-items: start;
  gap: 0.7rem;
}

.producer_image {
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 728/603.32;
  width: 72.8rem;
}

.producer_other_imgs {
  position: absolute;
  bottom: -6.57rem;
  left: 5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.6rem;
}

.producer_other_img {
  height: 4.05rem;
  overflow: hidden;
}

.producer_detail {
  padding-top: 0.6rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: calc(30em / 20);
}

.producer_fats {
  position: absolute;
  bottom: -2rem;
  right: 3.5rem;
  display: flex;
  align-items: end;
  gap: 6.67rem;
}

.producer_fat_tex {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: calc(30em / 20);
  text-align: center;
  margin-bottom: 3.5rem;
}

.producer_fat_arrow {
  position: absolute;
  bottom: 2.39rem;
  right: 17.43rem;
  aspect-ratio: 114/123.7;
  width: 11.4rem;
  overflow: hidden;
}

.producer_fat_img {
  aspect-ratio: 231.309/277.847;
  width: 23.13rem;
  overflow: hidden;
}

/* development */
.development {
  background-image: url(../img/development_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 9rem 0 16.4rem;
}

.development_title {
  position: relative;
  color: white;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.development_title .ball {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  top: calc(50% - 0.7rem);
  background: #fff;
  border-radius: 50%;
}

.development_title .ball:first-of-type {
  left: 2.8rem;
}

.development_title .ball:last-of-type {
  right: 2.8rem;
}

.development_title::before,
.development_title::after {
  content: "";
  position: absolute;
  width: 43rem;
  height: 0.2rem;
  background-color: white;
  top: 50%;
}

.development_title::before {
  left: 3.5rem;
}

.development_title::after {
  right: 3.5rem;
}

.dev_desc {
  width: 100rem;
  margin: 6.9rem auto 0;
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(30em / 20);
}

.dev_circle_contents {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  margin: 8.6rem auto 0;
  gap: 0.5rem 3.5rem;
  width: 86.5rem;
}

.dev_circle_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  width: 19rem;
  border-radius: 50%;
}

.dev_circle_num {
  position: absolute;
  left: -2.55rem;
  top: 0;
  rotate: -10deg;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d3b362;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  padding-bottom: 2.5rem;
  aspect-ratio: 8/7;
  width: 8rem;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.dev_circle_text {
  text-align: center;
  color: #d43282;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(30em / 20);
  z-index: 1;
  text-shadow: white 0 0.1rem 0.2rem;
}

.dev_minitex {
  margin-top: 6.8rem;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}

.buttons_two {
  margin: 4.96rem auto 5rem;
}

/* スポンサー協賛企業 */
.sponsor {
  background: #FEF1F7;
  padding-bottom: 7.8rem;
  padding-top: 4.5rem;
  opacity: 1;
}

.sponsor_title {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 5rem;
  font-family: var(--NotoSans);
  font-weight: 500;
}

.sponsor_title::after {
  content: "";
  width: 15rem;
  height: 0.3rem;
  display: block;
  background-color: #D43282;
  position: relative;
  left: 56rem;
  top: 1rem;
}

.medical_sponsor_content {
  display: flex;
  gap: 3.9rem;
  margin-bottom: 6.6rem;
}

.medical_warapper {
  width: 31.0rem;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-left: 9.0rem;
  /* border: 0.1rem solid #707070; */
  /* background-color: #DDDDDD; */
  border-radius: 0.5rem;
}

.doctor_img {
  width: 31.0rem;
  height: 41.7rem;
  aspect-ratio: 310 / 417;
}

.medical_name {
  font-size: 1.8rem;
  line-height: calc(24 / 18);
  margin-top: 1.0rem;
  /* vertical-align: middle; */
}

.medical_warapper_two {
  width: 80.6rem;
  height: auto;
}

.medical_warapper_txt {
  line-height: calc(30 / 18);
  font-size: 1.8rem;
}

/* 協賛企業 */
.sponsor_content {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 5.3rem;
}

.sponsor_warapper {
  width: 52rem;
  height: 25rem;
  background-color: #ffffff;
  box-shadow: 0 0.3rem 0.6rem #00000029;
  border-radius: 0.5rem;
  text-align: center;
}

.sponsor_content_two {
  display: flex;
  justify-content: center;
  gap: 6.1rem;
}

.sponsor_warapper_two {
  width: 25.5rem;
  height: 20rem;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0.3rem 0.6rem #00000029;
  border-radius: 0.5rem;
}

.sponsor_item_1 {
  width: 26rem;
  height: 22.1rem;
}

.sponsor_item_2 {
  width: 27.9rem;
  height: 25rem;
}

.sponsor_item_3 {
  width: 23.6rem;
  height: 19.5rem;
  object-fit: contain;
}

.sponsor_item_4 {
  width: 100%;
}

.sponsor_item_5 {
  width: 20.4rem;
  height: 20rem;
  object-fit: contain;
}

.graph_img_area {
  object-fit: contain;
}

.sponsor_text_name {
  font-size: 1.6rem;
}

.sponsor_last_img {
  width: 20.4rem;
  height: 15rem;
  padding-top: 2rem;
}

@media screen and (max-width: 699.98px) {
  .checkboxes {
    padding: 2.5rem 2rem 4.07rem;
  }

  .bg_img {
    top: 8rem;
    height: 57rem;
    z-index: -3;
  }

  .buy_buttons {
    flex-direction: column;
    gap: 0.59rem;
    width: 32rem;
  }

  .buy_button {
    width: 100%;
  }

  .protein_texts {
    margin: 2.17rem 0 0 -2rem;
    width: calc(100% + 3.5rem);
  }

  .protein_text:nth-of-type(1) {
    width: 17.2rem;
  }

  .protein_text:nth-of-type(2) {
    margin: -0.4rem 0 0 auto;
    width: 33.978rem;
  }

  .checkbox_img {
    margin: 3.1rem auto 0;
    aspect-ratio: 1209/780;
    width: 100%;
  }

  /* reason */
  .reason {
    position: relative;
    padding: 0.82rem 2rem 7.12rem;
  }

  .reason::before {
    height: 11.7rem;
  }

  .reason_tops {
    width: calc(100% + 2rem);
    gap: 0;
    justify-content: space-between;
  }

  .reason_top_text {
    margin-top: 0;
    font-size: 3.5rem;
    letter-spacing: 0;
    line-height: calc(43em / 35);
  }

  .reason_top_text .small {
    font-size: 2rem;
    line-height: calc(43em / 20);
  }

  .reason_top_text .mid {
    font-size: 3.3rem;
    line-height: calc(43em / 33);
  }

  .reason_top_text .large {
    font-size: 4rem;
    line-height: calc(43em / 40);
  }

  .reason_top_img {
    margin-top: 4.08rem;
    aspect-ratio: 340/420;
    width: 12.6rem;
    overflow: hidden;
  }

  .reason_contents {
    padding: 1.5rem 0 0 0;
  }

  .reason_content {
    flex-direction: column;
    gap: 1.9rem;
  }

  .reason_content:not(:first-child) {
    padding-top: 5rem;
  }

  .reason_content_num {
    margin-top: -6.4rem;
    font-size: 5rem;
    letter-spacing: 0;
    line-height: calc(135em / 50);
  }

  .reason_content_texts {
    margin-left: 1.3rem;
  }

  .reason_content_title {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: calc(35em / 25);
  }

  .reason_content_desc {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(30em / 16);
  }

  .reason_content_img {
    width: 33.5rem;
  }

  .reason_content_ribbon {
    width: 34rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(38em / 16);
  }

  .down_arrow {
    width: 25rem;
    bottom: -6.551rem;
  }

  .down_arrow_text {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: calc(35em / 25);
  }

  /* 事務所紹介 */
  .office_intro {
    padding: 9.2rem 2rem 2.8rem;
  }

  .office_intro_bg {
    width: auto;
    height: 100%;
  }

  .office_intro_contents {
    gap: 5.5rem;
    justify-content: space-between;
    flex-direction: column;
  }

  .office_intro_content {
    padding: 2.5rem 2.25rem;
    aspect-ratio: unset;
    width: 100%;
    min-height: 44rem;
  }

  .office_name {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .office_logo.hataraku {
    margin-top: 1.07rem;
    width: 22rem;
  }

  .office_logo.comeluckies {
    margin-top: 2.4rem;
    width: 29rem;
  }

  .office_desc {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(32em / 16);
  }

  .office_desc.comeluckies {
    margin-top: 3.85rem;
  }

  /* material */
  .material_section {
    height: 84.3rem;
  }

  .material_text_imgs,
  .material_imgs,
  .material_bg {
    width: 100%;
    height: 100%;
  }

  .material_bg img {
    aspect-ratio: 1096/1370;
    width: auto;
  }

  .material_text_img,
  .material_img {
    position: absolute;
    overflow: hidden;
  }

  .material_text_img:nth-child(1) {
    /* aspect-ratio: 100/199.01; */
    width: 3rem;
    top: 2.8rem;
    right: 24rem;
  }

  .material_text_img:nth-child(2) {
    /* aspect-ratio: 54/378; */
    width: 2.5rem;
    top: 30.67rem;
    left: 16.25rem;
  }

  .material_text_img:nth-child(3) {
    /* aspect-ratio: 100/244.44; */
    width: 5rem;
    top: 37rem;
    right: 1.25rem;
  }

  .material_text_img:nth-child(4) {
    /* aspect-ratio: 69/237; */
    width: 3rem;
    bottom: 15.68rem;
    left: 12rem;
  }

  .material_text_img:nth-child(5) {
    /* aspect-ratio: 100/235.21; */
    width: 5rem;
    bottom: 8.95rem;
    right: 13.75rem;
  }

  .material_img:nth-child(1) {
    /* aspect-ratio: 709/518; */
    width: 30.7rem;
    top: -3.5rem;
    right: -2rem;
  }

  .material_img:nth-child(2) {
    /* aspect-ratio: 719.96/532.29; */
    width: 33.556rem;
    bottom: 31rem;
    left: -6.97rem;
  }

  .material_img:nth-child(3) {
    width: 15rem;
    top: 46.55rem;
    right: 3.75rem;
  }

  .material_img:nth-child(4) {
    /* aspect-ratio: 500/289; */
    width: 18rem;
    bottom: 4.4rem;
    left: -4.16rem;
  }

  .material_img:nth-child(5) {
    /* aspect-ratio: 505/403.91; */
    width: 18rem;
    bottom: 2.19rem;
    right: 0;
    /* z-index: 2; */
  }

  .bar_text {
    position: relative;
    z-index: 3;
    aspect-ratio: 625/213.37;
    width: 28.5rem;
    overflow: hidden;
    margin: 18.8rem 0 0 2rem;
  }

  /* Particulars */
  .particulars {
    padding: 4.59rem 2rem 6.01rem;
    background-size: cover;
  }

  .particulars_top_pop {
    right: -2.69rem;
    top: -5.67rem;
    width: 24rem;
  }

  .particulars_top_tex {
    margin-left: unset;
    width: 26.5rem;
  }

  .particulars_contents {
    margin-top: 3.07rem;
  }

  .particulars_content {
    padding: 1.5rem 1.65rem 2.0rem;
    flex-direction: column;
    gap: 1.2rem;
    aspect-ratio: unset;
    width: 100%;
    height: fit-content;
  }

  .particulars_content:nth-of-type(n + 1) {
    margin-top: 2.5rem;
  }

  .particulars_content_img {
    width: 100%;
  }

  .particulars_content_texts {
    margin-top: 0;
  }

  .particulars_content_texts::before {
    top: 5rem;
    width: 100%;
  }

  .particulars_content_title {
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1.2em;
  }

  .particulars_content_title span {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .particulars_content_detail {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(33em / 16);
  }

  .particulars_contents_pop {
    top: -1.87rem;
    left: -2rem;
    width: 12rem;
  }

  .cacaos {
    width: 13.696rem;
    bottom: -5.75rem;
    right: -1.01rem;
  }

  .cacao:nth-child(1) {
    width: 12rem;
  }

  .cacao:nth-child(2) {
    width: 6.5rem;
    margin: -1.2rem 1.7rem 0 auto;
  }

  /* nutrition */
  .nutrition {
    padding: 10rem 0.9rem 10.1rem;
    overflow-x: clip;
  }

  .nutrition_bg {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1280/913;
    width: unset;
    height: 100%;
    overflow: hidden;
  }

  .nutrition_tag {
    left: -2.43rem;
    top: -1rem;
    width: 30rem;
  }

  .nutrition_main {
    position: relative;
  }

  .nutrition_title {
    width: 27.389rem;
  }

  .nutrition_title_char {
    width: 6.172rem;
    font-size: 4.7em;
    letter-spacing: 0;
    line-height: 1em;
  }

  .nutrition_title_pop {
    position: absolute;
    top: -3.8rem;
    left: -3rem;
    width: 7.2rem;
  }

  .nutrition_graph_contents {
    margin: 2.53rem 0.4rem 0;
    gap: 1.78rem;
    flex-direction: column;
  }

  .nutrition_graph {
    height: 19.298rem;
  }

  .nutrition_graph:nth-child(1) {
    width: 26.5rem;
  }

  .nutrition_graph:nth-child(2) {
    width: 29.744rem;
  }

  .nutrition_graph:nth-child(3) {
    width: 35rem;
  }

  .nutrition_graph_pop {
    position: relative;
    bottom: unset;
    right: unset;
    width: 35.7rem;
    padding: 5.1rem 1.2rem 1.6rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: calc(29em / 15);
    background-image: url(../img/graph_pop_sp.svg);
  }

  /* chosen */
  .chosen {
    margin-top: 0;
    height: 159.8rem;
  }

  .chosen_wave {
    top: -6.12rem;
    height: 6.12rem;
  }

  .chosen_title_img {
    top: -5.59rem;
    aspect-ratio: 644/258;
    width: 28rem;
  }

  .chosen_pop_outer {
    padding-top: 5.2rem;
  }

  .chosen_pop_texts {
    position: relative;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
  }

  .chosen_pop_texts:nth-child(1) {
    width: 35rem;
    padding: 7.5rem 4rem 0;
    margin: -3rem auto 0;
  }

  .chosen_pop_texts:nth-child(2) {
    width: 100%;
    padding: 5.56rem 5.92rem 0;
    margin: -1.53rem auto 0;
  }

  .chosen_pop_texts:nth-child(3) {
    width: 100%;
    padding: 4.83rem 5.4rem 0;
    margin: 0.39rem auto 0;
  }

  .chosen_pop_texts:nth-child(4) {
    width: 35rem;
    padding: 8.28rem 3.83rem 0;
    margin: 0.88rem auto 0;
  }

  .chosen_pop_texts:nth-child(5) {
    width: 100%;
    padding: 6.1rem 5.5rem 0;
    margin: -0.7rem auto 0;
  }

  .chosen_pop_text {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: calc(25em / 15);
  }

  .chosen_pop_texts:nth-child(2) .chosen_pop_text {
    transform: scale(-1, 1) rotateZ(-10deg);
  }

  .chosen_pop_texts:nth-child(3) .chosen_pop_text {
    transform: rotateZ(-14deg);
  }

  .chosen_pop_texts:nth-child(5) .chosen_pop_text {
    transform: scale(-1, 1) rotateZ(-15deg);
  }

  /* produce */
  .produce {
    padding: 12.7rem 0 13.18rem;
  }

  .produce_been {
    top: -8rem;
  }

  .producer_name {
    width: 32.3rem;
    margin: 0 auto;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: calc(35em / 25);
  }

  .producer_name:after {
    top: -2.86rem;
    left: 1.59rem;
    width: 15.855rem;
  }

  .producer_content {
    margin: 1.97rem 0.3rem 0 0rem;
    flex-direction: column;
    gap: 2.9rem;
  }

  .producer_image {
    width: 36.8rem;
  }

  .producer_other_imgs {
    width: 18.8rem;
    bottom: -1.82rem;
    left: 1.7rem;
  }

  .producer_other_img {
    height: 2rem;
  }

  .producer_detail {
    padding: 0 2.4rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: calc(30em / 18);
  }

  .producer_fats {
    bottom: -0.5rem;
    right: 0rem;
    gap: 0rem;
  }

  .producer_fat_tex {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: calc(30em / 18);
    margin-bottom: 5rem;
    flex-shrink: 0;
  }

  .producer_fat_arrow {
    bottom: 0.97rem;
    right: 14.74rem;
    width: 8.1rem;
  }

  .producer_fat_img {
    width: 17.5rem;
    flex-shrink: 0;
  }

  /* development */
  .development {
    padding: 3.85rem 2rem 6.3rem;
    background-image: url(../img/development_bg_sp.svg);
    background-size: cover;
  }

  .development_title {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .development_title .ball {
    width: 0.8rem;
    top: calc(50% - 0.4rem);
  }

  .development_title .ball:first-of-type {
    left: -0.4rem;
  }

  .development_title .ball:last-of-type {
    right: -0.4rem;
  }

  .development_title::before,
  .development_title::after {
    width: 8.7rem;
    height: 0.2rem;
  }

  .development_title::before {
    left: 0;
  }

  .development_title::after {
    right: 0;
  }

  .dev_desc {
    width: 100%;
    margin: 2.5rem auto 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: calc(30em / 16);
  }

  .dev_circle_contents {
    align-items: center;
    margin: 1.1rem auto 0;
    gap: 1.4rem;
    width: 100%;
  }

  .dev_circle_content {
    width: 16rem;
  }

  .dev_circle_content:first-child {
    width: 18.5rem;
  }

  .dev_circle_num {
    left: -1.7rem;
    top: 0.84rem;
    padding-bottom: 2.5rem;
    width: 7rem;
    font-size: 1.8rem;
    line-height: 1em;
  }

  .dev_circle_text {
    font-size: 1.8rem;
    line-height: calc(30em / 18);
  }

  .dev_minitex {
    margin-top: 2.03rem;
    line-height: calc(30em / 16);
  }

  .buttons_two {
    margin: 2.8rem auto 1.79rem;
  }

  /* メディカルスポンサー */
  .medical_sponsor_content {
    display: block;
    margin-bottom: 0;
  }

  .sponsor_title {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }

  .sponsor_title::after {
    content: "";
    width: 10rem;
    height: 0.3rem;
    display: block;
    background-color: #D43282;
    position: relative;
    left: 14rem;
  }

  .medical_warapper {
    width: 30rem;
    /* height: 25rem; */
    margin: 0 auto 1.5rem auto;
  }

  .doctor_img {
    width: 30.0rem;
    height: 35.0rem;
    aspect-ratio: 300 / 350;
  }

  .medical_name {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }

  .medical_warapper_two {
    width: 100%;
    /* height: 42.1rem; */
    /* display: flex; */
    /* justify-content: center; */
    margin-bottom: 4rem;
  }

  .medical_warapper_txt {
    width: 30rem;
    /* height: 42.1rem; */
    line-height: calc(30/16);
    /* overflow: hidden; */
    font-size: 1.6rem;
    margin-inline: auto;
  }

  .sponsor_content {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sponsor_content_two {
    width: 100%;

  }

  /* 協賛企業 */
  .sponsor_warapper {
    width: 15.5rem;
    height: 15.5rem;
    display: flex;
    align-items: center;
  }

  .sponsor_content_two {
    width: 100%;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .sponsor_item_1 {
    width: 100%;
    height: 12.8rem;
  }

  .sponsor_item_2 {
    width: 100%;
    height: 12.9rem;
  }

  .sponsor_item_3 {
    width: 100%;
    height: 5.1rem;
  }

  .sponsor_item_4 {
    width: 100%;
  }

  .sponsor_item_5 {
    width: 100%;
    height: 8.6rem;
  }

  .sponsor_warapper_two {
    width: 15rem;
    height: 15rem;
    display: flex;
    align-items: center;
  }

  .sponsor_last_img {
    display: block;
    padding-top: 3rem;
  }

  .sponsor_text_name {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .sponsor_last_img_area {
    flex-direction: column;
  }
}