body {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  transform: rotate(0.05deg);
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.inner {
  box-sizing: content-box;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 4%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png) center bottom no-repeat;
  background-size: cover;
  padding: 50px 0 34px;
  overflow: hidden;
}
.mv .inner {
  width: 1200px;
}

.mv_txt {
  max-width: 737px;
  margin: 0 auto 15px;
}

.mv_ttl_in-jelly {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 35px;
}

.mv_wrap {
  display: flex;
  width: calc(933px + 11%);
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 0 0 11%;
}

.mv_inner_01 {
  width: 46%;
}

.mv_txt_02 {
  width: 100%;
  background: #3EBB9D;
  border-radius: 6px;
  padding: 8px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.mv_txt_02 span {
  font-size: 13px;
}
.mv_txt_02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3EBB9D transparent transparent transparent;
  border-width: 18px 18px 0 18px;
}

.mv_pic {
  max-width: 430px;
  display: flex;
  justify-content: space-between;
}
.mv_pic li {
  width: 48%;
}

.mv_inner_02 {
  width: 50%;
  padding-bottom: 15px;
}

.mv_ttl_salad {
  width: 87%;
  margin-bottom: 20px;
}

.mv_box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px;
  font-size: 13px;
  color: #565656;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv_sp.png) center top no-repeat;
    background-size: cover;
    padding: 26px 0 16px;
  }
  .mv .inner {
    width: 92%;
  }
  .mv_txt {
    margin: 0 auto 5px;
  }
  .mv_ttl_in-jelly {
    font-size: 8.97vw;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .mv_wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mv_inner_01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .mv_txt_02 {
    width: 85%;
    margin: 0 auto 20px;
    padding: 8px;
    margin-bottom: 15px;
  }
  .mv_txt_02 span {
    font-size: 11px;
  }
  .mv_txt_02::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3EBB9D transparent transparent transparent;
    border-width: 18px 12px 0 12px;
  }
  .mv_pic {
    max-width: 85%;
    margin: 0 auto;
  }
  .mv_pic li {
    width: 48%;
  }
  .mv_inner_02 {
    width: 100%;
    padding-bottom: 0;
  }
  .mv_ttl_salad {
    width: 80%;
    margin: 0 auto 20px;
  }
  .mv_box {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  background: url(../images/bg_intro.png) center top no-repeat;
  background-size: cover;
  padding: 85px 0 200px;
}
.intro .inner {
  max-width: calc(665px + 5%);
}

.intro_line {
  max-width: 665px;
  margin: 0 auto;
}

.intro_txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  margin: 40px 0;
}

.intro_pic {
  position: absolute;
  width: 118px;
  bottom: 30px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .intro {
    background: url(../images/bg_intro_sp.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0 150px;
  }
  .intro .inner {
    max-width: 100%;
  }
  .intro_line {
    max-width: 90%;
    margin: 0 auto;
  }
  .intro_txt {
    font-size: 4.53vw;
    line-height: 3.3;
    margin: 40px 0 100px;
  }
  .intro_pic {
    position: absolute;
    width: 100px;
    bottom: 30px;
    right: 8%;
  }
}
/*----------------------------------------------------- */
/*  sec01           */
/*----------------------------------------------------- */
.sec01 {
  z-index: 10;
  position: relative;
  margin-top: -80px;
  padding: 80px 0 30px;
}
.sec01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_sec01.png) center top no-repeat;
  background-size: cover;
  transform: skewY(-3.5deg);
  z-index: -1;
}
.sec01 .outer {
  overflow: hidden;
}
.sec01 .inner {
  width: 1200px;
}

.sec01_ttl {
  max-width: 554px;
  margin: 0 auto 0;
}

.sec_01_pic {
  max-width: 806px;
  margin: -30px auto;
}

.sec_01_txt_01 {
  position: absolute;
  top: 15%;
  right: calc(50% + 30px);
  max-width: 348px;
}

.sec_01_txt_02 {
  position: absolute;
  top: 16%;
  left: calc(50% + 30px);
  max-width: 345px;
}

.sec_01_txt_03 {
  position: absolute;
  top: 46%;
  right: 68%;
  max-width: 364px;
}

.sec_01_txt_04 {
  position: absolute;
  top: 53%;
  left: 67%;
  max-width: 342px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: -80px;
    padding: 0 0 30px;
  }
  .sec01::before {
    top: 20px;
  }
  .sec01 .inner {
    width: 92%;
  }
  .sec01_ttl {
    max-width: 75%;
    margin: 0 auto 200px;
  }
  .sec_01_pic {
    max-width: 806px;
    margin: 0 auto 250px;
  }
  .sec_01_txt_01 {
    position: absolute;
    top: 19%;
    right: auto;
    left: -2%;
    width: 60%;
  }
  .sec_01_txt_02 {
    position: absolute;
    top: 37%;
    left: auto;
    right: -2%;
    width: 62%;
  }
  .sec_01_txt_03 {
    position: absolute;
    top: auto;
    bottom: -25%;
    right: 0%;
    left: -3%;
    width: 62%;
  }
  .sec_01_txt_04 {
    position: absolute;
    top: auto;
    left: auto;
    right: -3%;
    bottom: -44%;
    width: 63%;
  }
}
/*----------------------------------------------------- */
/*  sec02           */
/*----------------------------------------------------- */
.sec02 {
  background: url(../images/bg_sec02.png) center center no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding: 150px 0 80px;
}
.sec02 .inner {
  z-index: 20;
}

.sec02_ttl {
  max-width: 352px;
  margin: -80px auto 20px;
}

.sec02_txt {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sec02_txt em {
  vertical-align: bottom;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.sec02_table {
  max-width: 569px;
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 10px;
}
.sec02_table thead tr th {
  background: #FFA63A;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sec02_table thead tr th:first-child {
  border-radius: 10px 0 0 0;
  width: 33%;
  text-align: left;
  padding-left: 7%;
}
.sec02_table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.sec02_table tbody th {
  font-size: 17px;
  font-weight: bold;
  padding-left: 7%;
}
.sec02_table tbody td {
  font-size: 28px;
  font-weight: bold;
  color: #FF5E3A;
  padding: 10px;
  text-align: center;
}
.sec02_table tbody tr:nth-child(even) {
  background: #EEEEEE;
}

.sec02_note {
  max-width: 569px;
  margin: 0 auto;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../images/bg_sec02.png) center center no-repeat;
    background-size: cover;
    margin-top: -100px;
    padding: 100px 0 60px;
  }
  .sec02 .inner {
    z-index: 20;
  }
  .sec02_ttl {
    max-width: 75%;
    margin: -20px auto 5px;
  }
  .sec02_txt {
    font-size: 5.87vw;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .sec02_txt em {
    font-size: 7.47vw;
    line-height: 1.1;
  }
  .sec02_table {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec02_table thead tr th {
    padding: 18px 0;
  }
  .sec02_table thead tr th:first-child {
    width: 33%;
  }
  .sec02_table tbody th {
    font-size: 14px;
  }
  .sec02_table tbody td {
    font-size: 18px;
  }
  .sec02_note {
    max-width: 569px;
    margin: 0 auto;
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  sec03           */
/*----------------------------------------------------- */
.sec03 {
  padding: 45px 0 240px;
  background: url(../images/bg_sec03.png) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sec03 .inner {
  width: 1060px;
}

.sec03_ttl {
  max-width: 352px;
  margin: 0 auto 15px;
}

.sec03_txt {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 60px;
  background: url(../images/pic_line.png) center bottom no-repeat;
  background-size: 538px;
}
.sec03_txt em {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.sec03_pic {
  max-width: 367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec03_pic li {
  width: 49%;
}

.sec03_box {
  position: absolute;
  width: 314px;
  background-clip: padding-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid rgba(92, 225, 202, 0.5);
  padding: 5px 0;
  height: 219px;
}
.sec03_box h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #3EBBA4;
  max-width: 146px;
  margin: 0 auto 10px;
  border-bottom: 2px solid #3EBBA4;
}
.sec03_box h3 em {
  font-size: 35px;
}

.sec03_box_01 {
  top: 53%;
  left: 0;
}

.sec03_box_02 {
  top: 53%;
  right: 0;
}

.sec03_box_03 {
  bottom: -25%;
  left: 24px;
}

.sec03_box_04 {
  bottom: -25%;
  right: 24px;
}

.sec03_box_txt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.sec03_box_txt em {
  font-weight: bold;
  border-bottom: 3px solid #FFE500;
}

.sec03_note {
  margin: 10px 20px 0 53px;
  font-size: 12px;
  text-indent: -1.5em;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 37px 0 70px;
    background: url(../images/bg_sec03_sp.png) center top no-repeat #FDF6F0;
    background-size: 100%;
  }
  .sec03 .inner {
    width: 92%;
  }
  .sec03_ttl {
    width: 75%;
    margin: 0 auto 15px;
  }
  .sec03_txt {
    font-size: 5vw;
    padding-bottom: 10px;
    margin-bottom: 50px;
    background: url(../images/pic_line_sp.png) center bottom no-repeat;
    background-size: 90%;
  }
  .sec03_txt em {
    font-size: 7.6vw;
  }
  .sec03_pic {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .sec03_box {
    position: static;
    width: 88%;
    padding: 5px 0;
    margin: 0 auto 10px;
    height: 215px;
  }
  .sec03_box h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .sec03_box h3 em {
    font-size: 35px;
  }
  .sec03_box_01 {
    top: auto;
    left: auto;
  }
  .sec03_box_02 {
    top: auto;
    right: auto;
  }
  .sec03_box_03 {
    bottom: auto;
    left: auto;
  }
  .sec03_box_04 {
    bottom: auto;
    right: 24px;
  }
  .sec03_box_txt {
    font-size: 4.62vw;
  }
  .sec03_note {
    margin: 10px 0 0 12vw;
    font-size: 12px;
    text-indent: -1.5em;
  }
}
/*----------------------------------------------------- */
/*  sec04           */
/*----------------------------------------------------- */
.sec04 {
  background: url(../images/bg_sec04.png) center bottom no-repeat;
  background-size: cover;
  padding: 75px 0 100px;
}

.sec04_ttl {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: url(../images/pic_line.png) center bottom no-repeat;
  background-size: 538px;
}
.sec04_ttl em {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.sec04_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}

.sec04_pic {
  max-width: 215px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: translateX(-45%);
}
.sec04_pic li {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .sec04 {
    background: url(../images/bg_sec04_sp.png) center top no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
  }
  .sec04::before {
    display: block;
    padding-top: 177%;
    content: "";
  }
  .sec04 .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 100%;
    padding-top: 50px;
  }
  .sec04_ttl {
    font-size: 5vw;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background: url(../images/pic_line_sp.png) center bottom no-repeat;
    background-size: 90%;
  }
  .sec04_ttl em {
    font-size: 7.6vw;
  }
  .sec04_txt {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 180px;
  }
  .sec04_pic {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  btn_wrap           */
/*----------------------------------------------------- */
.btn_wrap {
  padding: 100px 0;
}

.btn {
  display: block;
  width: 540px;
  height: 110px;
  margin: 0 auto;
  background: url(../images/ico_arrow.png) right 20px center no-repeat #0D2C89;
  background-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn img {
  width: 251px;
  margin-top: -1%;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    padding: 70px 0;
  }
  .btn {
    width: 85%;
    height: 80px;
    margin: 0 auto;
    background: url(../images/ico_arrow.png) right 10px center no-repeat #0D2C89;
    background-size: 10px;
  }
  .btn img {
    width: 75%;
    margin-top: -3%;
  }
}/*# sourceMappingURL=style.css.map */