body {
  background-color: white;
  height: fit-content;
}
body .banner {
  position: fixed;
  width: 344px;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}
body .banner.close {
  right: -370px;
}
body .banner .container {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 24px;
  padding-top: 38px;
  padding-bottom: 28px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
}
body .banner .container p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}
body .banner .container .pink {
  width: 100%;
}
body .banner .container .close_btn {
  width: 16px;
  height: 16px;
  transform: scale(1) rotate(45deg);
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.3s ease-in-out;
}
body .banner .container .close_btn:hover {
  transform: scale(1.5) rotate(45deg);
}
body .banner .container .close_btn .inner {
  position: relative;
}
body .banner .container .close_btn .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333333;
  height: 16px;
  width: 2px;
  transform: rotate(90deg);
  transform-origin: center;
  border-radius: 2px;
}
body .banner .container .close_btn .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333333;
  height: 16px;
  width: 2px;
  transform-origin: center;
  border-radius: 2px;
}
body main {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
}
body main section#kv .contents {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60.7px;
  width: 1280px;
  padding-left: 60px;
  padding-right: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
body main section#kv .contents .pink {
  padding-top: 20px;
  padding-bottom: 18px;
  width: 385px;
  height: 64px;
}
body main section#kv::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0px;
  width: 534px;
  height: 527px;
  background-image: url(../img/pc/block_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#kv::after {
  content: "";
  position: absolute;
  top: 88px;
  right: 0px;
  width: 495px;
  height: 587px;
  background-image: url(../img/pc/block_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#kv .flex_box {
  padding-top: 36px;
  min-width: 0;
  width: 529px;
}
body main section#kv .flex_box h1 {
  font-size: 44px;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
body main section#kv .flex_box .blue_block {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: linear-gradient(to right, #175BE5, #35A0F2);
  text-align: center;
  letter-spacing: 0.05em;
  padding: 6px 0;
  border-radius: 3px;
}
body main section#kv .flex_box .point {
  width: 100%;
  max-width: 528px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
body main section#kv .flex_box .point .item {
  flex: 1;
  max-width: 168px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
body main section#kv .kv_img {
  margin-top: 40px;
  width: 620px;
}
body main section#feature .contents {
  width: 1200px;
  padding-top: 96px;
  padding-bottom: 96px;
}
body main section#feature .contents h2 {
  margin-bottom: 76px;
}
body main section#feature .contents ul li {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px;
  padding-left: 60px;
}
body main section#feature .contents ul li:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 60px;
  margin-bottom: 67px;
}
body main section#feature .contents ul li .text-box {
  flex: 1;
}
body main section#feature .contents ul li .text-box .blue {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-top: 1px;
}
body main section#feature .contents ul li .text-box h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 39px;
}
body main section#feature .contents ul li .text-box .feature_description .issue,
body main section#feature .contents ul li .text-box .feature_description .solution {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
body main section#feature .contents ul li .text-box .feature_description .issue .icon,
body main section#feature .contents ul li .text-box .feature_description .solution .icon {
  width: 76px;
  flex-shrink: 0;
}
body main section#feature .contents ul li .text-box .feature_description .issue p,
body main section#feature .contents ul li .text-box .feature_description .solution p {
  font-size: 16px;
  line-height: 1.7;
  padding-left: 9px;
  letter-spacing: 0.05em;
  margin: auto 0;
}
body main section#feature .contents ul li .text-box .feature_description .allow {
  width: 27px;
  margin: 11px 0px 10px 25px;
}
body main section#feature .contents ul li .img {
  width: 528px;
}
body main section#feature .contents .links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 99px;
}
body main section#feature .contents .thought {
  background-image: url(../img/pc/thought.jpg);
  padding-top: 56px;
  padding-bottom: 69px;
  padding-left: 100px;
  border-radius: 12px;
  background-repeat: no-repeat;
}
body main section#feature .contents .thought h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
  color: white;
  letter-spacing: 0.02em;
}
body main section#feature .contents .thought p {
  font-size: 18px;
  color: white;
  line-height: 2;
  letter-spacing: 0.05em;
}
body main section#flow .contents {
  padding-top: 94px;
  padding-bottom: 101px;
}
body main section#flow .contents h2 {
  margin-bottom: 35px;
}
body main section#flow .contents .read {
  letter-spacing: 0.05em;
}
body main section#flow::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0px;
  width: 335px;
  height: 326px;
  background-image: url(../img/pc/block_4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#merit::before {
  content: "";
  position: absolute;
  top: 394px;
  left: -1px;
  width: 337px;
  height: 292px;
  background-image: url(../img/pc/block_3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#merit .contents {
  position: relative;
  padding-top: 113px;
  padding-bottom: 58px;
}
body main section#merit .contents::after {
  content: "";
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 433px;
  background: linear-gradient(to top, #F5F5F5, #FFFFFF);
  opacity: 0.85;
  z-index: -1;
  border-radius: 12px;
}
body main section#merit .contents ul {
  display: flex;
  gap: 24px;
  width: 1016px;
  margin: 0 auto;
}
body main section#merit .contents ul li {
  flex: 1;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 40px 24px 32px;
}
body main section#merit .contents ul li .merit_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section#merit .contents ul li .merit_item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 22px;
}
body main section#merit .contents ul li .merit_item p {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
body main section#comparison::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0px;
  width: 336px;
  height: 292px;
  background-image: url(../img/pc/block_5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#comparison .contents {
  padding-top: 90px;
}
body main section#comparison .contents h2 {
  margin-bottom: 36px;
}
body main section#comparison .contents .read {
  letter-spacing: 0.05em;
}
body main section#example::after {
  content: "";
  position: absolute;
  top: -31px;
  right: 0px;
  width: 334px;
  height: 326px;
  background-image: url(../img/pc/block_6.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#example .contents {
  padding-top: 94px;
  padding-bottom: 98px;
}
body main section#example .contents h2 {
  margin-bottom: 56px;
}
body main section#example .contents ul li {
  margin-bottom: 57px;
}
body main section#example .contents ul li .company_name {
  text-align: left;
  padding-left: 24px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
body main section#example .contents ul li .company_name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 28px;
  background: linear-gradient(to top, #175BE5, #35A0F2);
  border-radius: 12px;
}
body main section#example .contents ul li .white_box {
  background: white;
  border-radius: 12px;
  box-shadow: 8px 6px 56px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
  padding-top: 42px;
  padding-bottom: 39px;
  padding-left: 40px;
  gap: 10px;
}
body main section#example .contents ul li .white_box .box {
  border-radius: 8px;
  width: 478px;
}
body main section#example .contents ul li .white_box .box .contents {
  width: 100%;
  margin: 0;
  padding: 31px;
  padding-top: 29px;
  border-radius: 8px;
}
body main section#example .contents ul li .white_box .box .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
body main section#example .contents ul li .white_box .box .title .icon {
  width: 44px;
  flex-shrink: 0;
}
body main section#example .contents ul li .white_box .box .title .text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body main section#example .contents ul li .white_box .box .description p {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 21px;
  letter-spacing: 0.05em;
  position: relative;
}
body main section#example .contents ul li .white_box .box .description p::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #333333;
  border-radius: 50%;
  left: 2px;
  top: 10px;
}
body main section#example .contents ul li .white_box .box.issue {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
}
body main section#example .contents ul li .white_box .box.solution {
  background: linear-gradient(to right, #175BE5, #35A0F2);
  padding: 3px;
}
body main section#example .contents ul li .white_box .box.solution .contents {
  background-color: white;
}
body main section#example .contents ul li .white_box .box.solution .description p::before {
  background-color: #175BE5;
}
body main section#example .contents ul li .white_box .arrow {
  width: 24px;
  flex-shrink: 0;
  margin-bottom: auto;
  margin-top: auto;
  transform: rotate(-90deg);
}
body main section#example .contents ul li .white_box .arrow img {
  width: 24px;
  height: auto;
}
body main section#example .contents .white {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 32px;
  padding-top: 41px;
}
body main section#example .contents .white .company_logos {
  width: 665px;
  margin-left: 139px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 41px;
  border-radius: 12px;
}
body main section#example .contents .white .company_logos .company_logo.kyoto-coop {
  width: 86.75px;
}
body main section#example .contents .white .company_logos .company_logo.mifoodstyle {
  width: 344px;
}
body main section#example .contents .white .company_logos .company_logo.yoshiduya {
  width: 162px;
}
body main section#example .contents .white .text {
  text-align: center;
  font-size: 16px;
}
body main section#example .contents .white .text .skyblue {
  background-color: #F0F7FC;
  margin-right: 8px;
  border-radius: 20px;
  text-align: center;
  padding: 4px 8px;
  margin-right: 19.37px;
  font-size: 13px;
}
body main section#example .contents .white .text .count {
  letter-spacing: 0.05em;
  margin-right: 15px;
}
body main section#example .contents .white .text .separate {
  margin-right: 6px;
  color: #aaa;
}
body main section#example .contents .white .text .base {
  letter-spacing: 0.05em;
}
body main section#price::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0px;
  width: 336px;
  height: 292px;
  background-image: url(../img/pc/block_7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#price::after {
  content: "";
  position: absolute;
  top: 538px;
  right: 0px;
  width: 336px;
  height: 292px;
  background-image: url(../img/pc/block_8.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body main section#price .contents {
  padding-bottom: 69px;
  padding-top: 94px;
}
body main section#price .contents .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
body main section#price .contents .flex_box .cost {
  background: #F0F7FC;
  border-radius: 12px;
  padding: 28px 40px;
  padding-left: 49px;
  padding-right: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 520px;
  height: 160px;
  position: relative;
  box-shadow: 0px 2px 20px 16px rgba(0, 0, 0, 0.08);
}
body main section#price .contents .flex_box .cost > span {
  font-size: 20px;
  margin-top: -7px;
  letter-spacing: 0.05em;
}
body main section#price .contents .flex_box .cost .price {
  margin: 4px 0;
  font-weight: bold;
  font-size: 28px;
  color: #175BE5;
}
body main section#price .contents .flex_box .cost .price .poppins {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body main section#price .contents .flex_box .cost .price .poppins .between {
  font-size: 24px;
}
body main section#price .contents .flex_box .cost .annotation {
  position: absolute;
  bottom: 23.5px;
  right: 28px;
  font-size: 16px;
  letter-spacing: 0;
}
body main section#price .contents .flex_box .plus_icon {
  width: 36px;
  flex-shrink: 0;
}
body main section#price .contents .checks {
  display: flex;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 22px 32px;
  padding-left: 215px;
  margin-bottom: 27px;
}
body main section#price .contents .checks .check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-right: 37px;
}
body main section#price .contents .checks .check span {
  letter-spacing: 0.23em;
  font-weight: 500;
}
body main section#price .contents .checks .check img {
  width: 20px;
  height: 20px;
}
body main section#price .contents .read {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.21em;
}
body main section#price .contents#step {
  padding-top: 0;
  padding-bottom: 99px;
}
body main section#price .contents#step h2 {
  margin-bottom: 37px;
}
body main section#price .contents#step .step_box {
  display: flex;
  justify-content: space-between;
}
body main section#price .contents#step .step_box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 329px;
  position: relative;
  padding: 32px;
  padding-top: 24px;
}
body main section#price .contents#step .step_box .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 317px;
  background: linear-gradient(to top, #F5F5F5, #FFFFFF);
  opacity: 0.85;
  z-index: -1;
  border-radius: 20px;
}
body main section#price .contents#step .step_box .item .blue {
  font-size: 18px;
  font-weight: bold;
  color: #175BE5;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
body main section#price .contents#step .step_box .item .img {
  width: 80px;
  margin-bottom: 16px;
}
body main section#price .contents#step .step_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body main section#price .contents#step .step_box .item h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body main section#price .contents#step .step_box .item .text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #555;
  letter-spacing: 0.05em;
}
body main section#price .contents#step .step_box .arrow {
  width: 20px;
  flex-shrink: 0;
  align-self: center;
  transform: rotate(-90deg);
}
body main section#faq .contents {
  padding-top: 95px;
}
body main section#faq .contents h2 {
  margin-bottom: 36px;
}
body main section#faq .contents ul {
  margin-bottom: 59px;
}
body main section#faq .contents ul li {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}
body main section#faq .contents ul li .question {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 24px 24px;
  cursor: pointer;
}
body main section#faq .contents ul li .question .icon {
  width: 32px;
  height: 32px;
  background: #175BE5;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  transition: all 0.5s ease;
}
body main section#faq .contents ul li .question p {
  flex: 1;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.11em;
}
body main section#faq .contents ul li .question .toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #175BE5;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  transition: all 0.5s ease;
}
body main section#faq .contents ul li .question.is-open {
  background-color: #DAE3ED;
}
body main section#faq .contents ul li .question.is-open .toggle {
  background-color: white;
  color: #175BE5;
}
body main section#faq .contents ul li .answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
}
body main section#faq .contents ul li .answer .container {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #eee;
  padding: 23px 24px 25px;
  box-sizing: border-box;
}
body main section#faq .contents ul li .answer .container .icon {
  width: 32px;
  height: 32px;
  background: #FF008C;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
}
body main section#faq .contents ul li .answer .container p {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
body main section#faq .contents ul li .answer.is-open {
  max-height: 500px;
}
body main section#faq .contents .links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
body main section#faq .contents .links .pink {
  display: inline-block;
  border-radius: 100px;
  padding: 23px 0;
  width: 334px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: #FF008C 2px solid;
  transition: all 0.5s ease;
}
body main section#faq .contents .links .pink.white {
  color: #FF008C;
  background-color: white;
}
body main section#faq .contents .links .pink.white:hover {
  color: white;
  background-color: #FF008C;
}
body main section#document .contents {
  padding-top: 95px;
}
body main section#document .contents h2 {
  margin-bottom: 36px;
}
body main section#document .contents .flex_box {
  display: flex;
  justify-content: space-between;
}
body main section#document .contents .flex_box .left_box {
  width: 492px;
}
body main section#document .contents .flex_box .left_box .document_img {
  margin-bottom: 40px;
}
body main section#document .contents .flex_box .left_box p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
body main section#document .contents .flex_box .left_box .read {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.05em;
}
body main section#document .contents .flex_box .left_box .point {
  border: solid 1px #DAE3ED;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 22px 32px;
  padding-right: 51px;
  padding-bottom: 17px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body main section#document .contents .flex_box .left_box .point li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 8px;
}
body main section#document .contents .flex_box .left_box .point li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #175BE5;
  border-radius: 50%;
}
body main section#document .contents .flex_box .right-box {
  width: 528px;
  padding: 40px;
}
body main section#document .contents .flex_box .right-box h4 {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body main section#kv {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  body main section#kv::before {
    top: 46.1333333333vw;
    left: 0;
    width: 59.2vw;
    height: 48vw;
    background-image: url(../img/sp/block_1.png);
  }
  body main section#kv::after {
    top: 180.2666666667vw;
    right: 0;
    width: 65.0666666667vw;
    height: 87.4666666667vw;
    background-image: url(../img/sp/block_2.png);
  }
  body main section#kv .contents {
    width: 100%;
    padding: 0;
    padding: 6.4vw 5.3333333333vw;
    padding-top: 5.0666666667vw;
    flex-direction: column;
  }
  body main section#kv .flex_box {
    padding-top: 0;
    width: 100%;
  }
  body main section#kv .flex_box h1 {
    font-size: 7.2vw;
    margin-bottom: 3.2vw;
    letter-spacing: 0.12em;
    line-height: 1.46;
  }
  body main section#kv .flex_box .blue_block {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    text-align: left;
    padding: 1.6vw 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  body main section#kv .flex_box .kv_img {
    width: 86.6666666667vw;
    margin: 0;
    margin-left: auto;
    margin-right: -2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  body main section#kv .flex_box .pink {
    font-size: 4.2666666667vw;
    padding: 4.8vw 0;
    margin-bottom: 10.4vw;
    width: 100%;
    height: auto;
  }
  body main section#kv .flex_box .point {
    width: 100%;
    display: block;
    margin-bottom: 0vw;
    max-width: initial;
  }
  body main section#kv .flex_box .point .item {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    max-width: none;
    border-radius: 2vw;
  }
  body main section#kv .flex_box .point .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  body main section#merit::before {
    top: 148.5333333333vw;
    left: 0;
    width: 50.6666666667vw;
    height: 48vw;
    background-image: url(../img/sp/block_3.png);
  }
  body main section#merit .contents {
    padding-top: 23.4666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  body main section#merit .contents::after {
    width: 100%;
    height: 145.6vw;
    bottom: 0;
    border-radius: 3.2vw;
    top: initial;
  }
  body main section#merit .contents h2 {
    margin-bottom: 8.8vw;
  }
  body main section#merit .contents ul {
    width: 100%;
    flex-wrap: wrap;
    gap: initial;
    justify-content: space-between;
  }
  body main section#merit .contents ul li {
    flex: none;
    width: 42.6666666667vw;
    padding: 5.3333333333vw;
    margin-bottom: 0;
    padding-top: 3.7333333333vw;
  }
  body main section#merit .contents ul li:nth-child(1), body main section#merit .contents ul li:nth-child(2) {
    margin-bottom: 4vw;
  }
  body main section#merit .contents ul li .merit_item img {
    width: 17.0666666667vw;
    margin-bottom: 0.8vw;
  }
  body main section#merit .contents ul li .merit_item p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  body main section#feature .contents {
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 18.9333333333vw;
    padding-bottom: 19.7333333333vw;
  }
  body main section#feature .contents h2 {
    margin-bottom: 8vw;
    margin-left: -5.0666666667vw;
    letter-spacing: 0.02em;
  }
  body main section#feature .contents ul li {
    display: block;
    padding-left: 0;
    margin-bottom: 16vw;
  }
  body main section#feature .contents ul li:nth-child(2) {
    margin-bottom: 15.7333333333vw;
  }
  body main section#feature .contents ul li:nth-last-child(1) {
    margin-bottom: 13.0666666667vw;
  }
  body main section#feature .contents ul li .img {
    width: 94.6666666667vw;
    margin-left: -2.6666666667vw;
    margin-bottom: 7.2vw;
  }
  body main section#feature .contents ul li .text-box {
    width: 89.3333333333vw;
    margin-left: 2.6666666667vw;
    margin-right: 8vw;
  }
  body main section#feature .contents ul li .text-box .blue {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.6vw;
  }
  body main section#feature .contents ul li .text-box h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
  body main section#feature .contents ul li .text-box .feature_description .issue .icon,
  body main section#feature .contents ul li .text-box .feature_description .solution .icon {
    width: 20.2666666667vw;
  }
  body main section#feature .contents ul li .text-box .feature_description .issue p,
  body main section#feature .contents ul li .text-box .feature_description .solution p {
    width: 64.8vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding-top: 0;
    padding-left: 0;
  }
  body main section#feature .contents ul li .text-box .feature_description .allow {
    margin: 4.2666666667vw auto;
    width: 7.4666666667vw;
  }
  body main section#feature .contents .links {
    display: block;
    margin-bottom: 19.2vw;
    width: 89.3333333333vw;
    margin-left: 2.6666666667vw;
    margin-right: 8vw;
  }
  body main section#feature .contents .links .pink {
    width: 100%;
    padding: 4.8vw 0;
    font-size: 4vw;
    margin-bottom: 0;
    letter-spacing: 0.12em;
  }
  body main section#feature .contents .links .pink.white {
    margin-top: 4.2666666667vw;
  }
  body main section#feature .contents .thought {
    background-image: url(../img/sp/thought.jpg);
    padding: 10.6666666667vw 5.3333333333vw;
    width: 94.6666666667vw;
    height: 152.5333333333vw;
    border-radius: 4.2666666667vw;
    margin: 0 auto;
    background-size: cover;
  }
  body main section#feature .contents .thought h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  body main section#feature .contents .thought p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.83;
  }
  body main section#flow::after {
    top: 0vw;
    left: 0;
    width: 50.6666666667vw;
    height: 37.8666666667vw;
    background-image: url(../img/sp/block_4.png);
  }
  body main section#flow .contents {
    padding-top: 18.9333333333vw;
    padding-bottom: 19.2vw;
  }
  body main section#flow .contents h2 {
    margin-bottom: 5.6vw;
  }
  body main section#flow .contents .read {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 8vw;
  }
  body main section#comparison::after {
    top: 0vw;
    left: 0;
    width: 50.6666666667vw;
    height: 37.8666666667vw;
    background-image: url(../img/sp/block_5.png);
  }
  body main section#comparison .contents {
    padding-left: 0;
    padding-right: 0;
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 19.2vw;
    padding-bottom: 19.7333333333vw;
  }
  body main section#comparison .contents h2 {
    padding: 0 5.3333333333vw;
    margin-bottom: 5.6vw;
  }
  body main section#comparison .contents .read {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 8vw;
    text-align: left;
  }
  body main section#comparison .contents .comparison_img {
    width: 100%;
  }
  body main section#example::after {
    top: 0vw;
    right: 0;
    width: 50.6666666667vw;
    height: 37.8666666667vw;
    background-image: url(../img/sp/block_6.png);
  }
  body main section#example .contents {
    padding-top: 18.9333333333vw;
    padding-bottom: 19.2vw;
  }
  body main section#example .contents h2 {
    margin-bottom: 8.2666666667vw;
  }
  body main section#example .contents ul {
    margin-bottom: 13.0666666667vw;
  }
  body main section#example .contents ul li {
    margin-bottom: 16vw;
  }
  body main section#example .contents ul li .company_name {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  body main section#example .contents ul li .company_name::before {
    width: 2.1333333333vw;
    height: 100%;
  }
  body main section#example .contents ul li .white_box {
    flex-direction: column;
    padding: 5.3333333333vw;
    gap: 3.4666666667vw;
  }
  body main section#example .contents ul li .white_box .box {
    width: 100%;
  }
  body main section#example .contents ul li .white_box .box .contents {
    width: 100%;
    padding: 5.0666666667vw;
  }
  body main section#example .contents ul li .white_box .box .contents .title {
    gap: 3.2vw;
  }
  body main section#example .contents ul li .white_box .box .contents .title .text {
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
  body main section#example .contents ul li .white_box .box .contents .title .icon {
    width: 11.7333333333vw;
  }
  body main section#example .contents ul li .white_box .box .description p {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  body main section#example .contents ul li .white_box .box .description p::before {
    top: 2.6666666667vw;
    left: 0.8vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  body main section#example .contents ul li .white_box .box.solution {
    padding: 0.5333333333vw;
  }
  body main section#example .contents ul li .white_box .arrow {
    transform: rotate(0deg);
    align-self: center;
    margin: 0 auto;
  }
  body main section#example .contents ul li:nth-child(2) .white_box .box.issue .contents {
    padding-bottom: 12.2666666667vw;
  }
  body main section#example .contents ul li:nth-child(3) {
    margin-bottom: 13.3333333333vw;
  }
  body main section#example .contents .white {
    padding: 5.3333333333vw 4.2666666667vw;
    padding-bottom: 5.8666666667vw;
  }
  body main section#example .contents .white .company_logos {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  body main section#example .contents .white .company_logos .company_logo.kyoto-coop {
    width: 22.4vw;
  }
  body main section#example .contents .white .company_logos .company_logo.mifoodstyle {
    width: 78.6666666667vw;
  }
  body main section#example .contents .white .company_logos .company_logo.yoshiduya {
    width: 37.3333333333vw;
  }
  body main section#example .contents .white .text .skyblue {
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
    margin-right: 3.2vw;
    margin-left: 4.5333333333vw;
  }
  body main section#example .contents .white .text .count {
    font-size: 4.2666666667vw;
    letter-spacing: 0.01em;
    transform: translateY(0.5333333333vw);
    display: inline-block;
    margin-right: 4vw;
  }
  body main section#example .contents .white .text .base {
    display: block;
    font-size: 4.2666666667vw;
    margin-top: 3.4666666667vw;
    letter-spacing: 0.06em;
    padding-left: 1.0666666667vw;
  }
  body main section#price::before {
    top: 0vw;
    left: 0;
    width: 50.6666666667vw;
    height: 37.8666666667vw;
    background-image: url(../img/sp/block_7.png);
  }
  body main section#price::after {
    top: 193.0666666667vw;
    right: 0;
    width: 50.6666666667vw;
    height: 46.9333333333vw;
    background-image: url(../img/sp/block_8.png);
  }
  body main section#price .contents {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
  body main section#price .contents h2 {
    margin-bottom: 8.5333333333vw;
  }
  body main section#price .contents .flex_box {
    flex-direction: column;
    align-items: center;
    gap: 2.4vw;
    margin-bottom: 5.3333333333vw;
  }
  body main section#price .contents .flex_box .cost {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    display: block;
    text-align: center;
  }
  body main section#price .contents .flex_box .cost.initial {
    padding-top: 6.9333333333vw;
  }
  body main section#price .contents .flex_box .cost.monthly {
    padding-top: 7.4666666667vw;
  }
  body main section#price .contents .flex_box .cost span {
    display: block;
    font-size: 4.2666666667vw;
  }
  body main section#price .contents .flex_box .cost .title {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body main section#price .contents .flex_box .cost .price {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    margin-bottom: 1.8666666667vw;
  }
  body main section#price .contents .flex_box .cost .price .poppins {
    font-size: 12.8vw;
    letter-spacing: 0;
    display: inline-block;
  }
  body main section#price .contents .flex_box .cost .price .poppins .between {
    font-size: 7.4666666667vw;
    display: inline-block;
  }
  body main section#price .contents .flex_box .cost .annotation {
    position: initial;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  body main section#price .contents .flex_box .plus_icon {
    width: 7.2vw;
  }
  body main section#price .contents .checks {
    flex-direction: column;
    gap: 3.7333333333vw;
    align-items: flex-start;
    padding-left: 18.1333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-top: 5.0666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  body main section#price .contents .checks .check {
    gap: 2.1333333333vw;
  }
  body main section#price .contents .checks .check img {
    width: 5.8666666667vw;
    height: auto;
  }
  body main section#price .contents .checks .check span {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body main section#price .contents .read {
    font-size: 4.2666666667vw;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 1.6875;
  }
  body main section#price .contents#step {
    padding-bottom: 19.2vw;
  }
  body main section#price .contents#step .step_box {
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
  }
  body main section#price .contents#step .step_box .item {
    width: 100%;
    display: block;
    padding: 5.3333333333vw;
    padding-top: 4.8vw;
  }
  body main section#price .contents#step .step_box .item .title_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5.3333333333vw;
  }
  body main section#price .contents#step .step_box .item .title_box .img {
    width: 19.2vw;
    margin: 0;
  }
  body main section#price .contents#step .step_box .item .title_box .title {
    margin-left: 5.3333333333vw;
    margin-top: 1.6vw;
  }
  body main section#price .contents#step .step_box .item .title_box .title .blue {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
    line-height: 1;
  }
  body main section#price .contents#step .step_box .item .title_box .title h5 {
    font-size: 5.3333333333vw;
    line-height: 1;
    margin-bottom: 0;
  }
  body main section#price .contents#step .step_box .item:nth-child(1) .title_box .img {
    width: 17.0666666667vw;
    margin-left: 1.0666666667vw;
  }
  body main section#price .contents#step .step_box .item:nth-child(1) .title_box .title {
    margin-left: 6.4vw;
    margin-top: 1.6vw;
  }
  body main section#price .contents#step .step_box .item.second .title_box {
    margin-bottom: 6.9333333333vw;
  }
  body main section#price .contents#step .step_box .item.second .title_box .img {
    width: 15.2vw;
    margin-left: 2.4vw;
    margin-top: 3.2vw;
  }
  body main section#price .contents#step .step_box .item.second .title_box .title {
    margin-top: 3.2vw;
    margin-left: 6.9333333333vw;
  }
  body main section#price .contents#step .step_box .item.third .title_box {
    margin-bottom: 4vw;
  }
  body main section#price .contents#step .step_box .item.third .title_box .img {
    margin-top: 0.8vw;
  }
  body main section#price .contents#step .step_box .item.third .title_box .title {
    margin-top: 3.2vw;
  }
  body main section#price .contents#step .step_box .item .text {
    font-size: 4.2666666667vw;
    letter-spacing: 5%;
    line-height: 1.8;
    text-align: left;
  }
  body main section#price .contents#step .step_box .item::after {
    height: 49.6vw;
  }
  body main section#price .contents#step .step_box .arrow {
    transform: rotate(0deg);
    margin: 0;
    width: 6.9333333333vw;
  }
  body main section#faq .contents {
    padding-top: 19.2vw;
  }
  body main section#faq .contents h2 {
    margin-bottom: 8.2666666667vw;
  }
  body main section#faq .contents ul {
    margin-bottom: 13.0666666667vw;
  }
  body main section#faq .contents ul li {
    margin-bottom: 4vw;
  }
  body main section#faq .contents ul li .question {
    gap: 3.2vw;
    padding: 5.3333333333vw;
    position: relative;
    align-items: flex-start;
  }
  body main section#faq .contents ul li .question .icon {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
  body main section#faq .contents ul li .question p {
    font-size: 4.8vw;
    width: 53.0666666667vw;
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-weight: 500;
    padding-left: 2.1333333333vw;
  }
  body main section#faq .contents ul li .question .toggle {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0;
    margin: auto 0;
  }
  body main section#faq .contents ul li .answer .container {
    padding: 5.3333333333vw;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
  body main section#faq .contents ul li .answer .container .icon {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0;
  }
  body main section#faq .contents ul li .answer .container p {
    width: 65.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.07em;
    line-height: 1.8;
  }
  body main section#faq .contents .links {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
  }
  body main section#faq .contents .links .pink {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 0;
    padding-top: 4.2666666667vw;
    width: 100%;
    text-align: center;
    font-size: 4.2666666667vw;
    border-radius: 26.6666666667vw;
  }
  body main section#document .contents {
    padding-top: 19.2vw;
  }
  body main section#document .contents h2 {
    margin-bottom: 8.2666666667vw;
  }
  body main section#document .contents .flex_box {
    flex-direction: column;
  }
  body main section#document .contents .flex_box .left_box {
    width: 100%;
    margin-bottom: 8vw;
  }
  body main section#document .contents .flex_box .left_box p {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 5.3333333333vw;
  }
  body main section#document .contents .flex_box .left_box .document_img {
    margin-bottom: 5.3333333333vw;
  }
  body main section#document .contents .flex_box .left_box .point {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw;
    padding-top: 4.8vw;
    gap: 1.6vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  body main section#document .contents .flex_box .left_box .point li {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    margin-bottom: 0;
  }
  body main section#document .contents .flex_box .left_box .read {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 0;
  }
  body main section#document .contents .flex_box .right-box {
    width: 100%;
    padding: 0;
  }
  body main section#document .contents .flex_box .right-box h4 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10.6666666667vw;
    font-weight: bold;
    text-align: center;
  }
}

/*# sourceMappingURL=index.css.map */
