@charset "UTF-8";
body {
  font-family: sans-serif;
  font-family: "Hina Mincho", serif;
  line-height: 1.5;
  max-width: 100%;
}

img {
  max-width: 100%;
}

h2,
h3,
h4,
p,
li,
span {
  color: #5c5b59;
}

li,
p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  li,
  p {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  li,
  p {
    font-size: 16px;
  }
}

section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0 25px;
  }
}

h2 {
  font-size: 38px;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
    text-align: center;
  }
}
h2.lineTitle {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h2.lineTitle {
    margin-bottom: 40px;
  }
}
h2.lineTitle::before, h2.lineTitle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffb921;
}
h2.lineTitle::before {
  bottom: -6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  h2.lineTitle::before {
    bottom: -4px;
  }
}
h2.lineTitle::after {
  bottom: -14px;
  left: 0;
}
@media screen and (max-width: 767px) {
  h2.lineTitle::after {
    bottom: -8px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (max-width: 999px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}
h3.dottedTitle {
  display: inline-block;
  border-bottom: dotted 5px #ffb921;
  margin-bottom: 25px;
  padding-bottom: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 999px) {
  h3.dottedTitle {
    border-bottom: dotted 4px #ffb921;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h3.dottedTitle {
    border-bottom: dotted 2.5px #ffb921;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
h3.dottedTitle.allDotted {
  display: block;
}
h3.dottedTitle.dot-worry {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h3.dottedTitle.dot-worry {
    width: 100%;
  }
}
h3.dottedTitle.smallDotted {
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  h3.dottedTitle.smallDotted {
    padding-bottom: 7px;
  }
}

h4 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

.container_large {
  margin: 0 auto;
  width: 1120px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .container_large {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .container_large {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .container_large {
    width: 90.7%;
    margin: 0 auto;
  }
}

.container_min {
  margin: 0 auto;
  width: 920px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .container_min {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .container_min {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .container_min {
    width: 90.7%;
    margin: 0 auto;
  }
}

.bg-gray {
  background-color: #f9f8f3;
}

.pc-bg-gray {
  background-color: #f9f8f3;
}
@media screen and (max-width: 767px) {
  .pc-bg-gray {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .sm-container {
    width: 90.7%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .md-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.is-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sm {
    display: block;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 999px) {
  .is-md {
    display: block !important;
  }
}

.is-tb {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .is-tb {
    display: block !important;
  }
}

.sm-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 999px) {
  .md-none {
    display: none;
  }
}

.tb-none {
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .tb-none {
    display: none;
  }
}

.toppage__flex {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .toppage__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex {
    display: block;
    margin-top: 25px;
  }
}
.toppage__flex.toppage-reverse {
  flex-direction: row-reverse;
}
.toppage__flex .toppage__image {
  width: 532px;
  height: 353px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .toppage__flex .toppage__image {
    width: 480px;
    height: 295px;
  }
}
@media screen and (max-width: 999px) {
  .toppage__flex .toppage__image {
    width: 95%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__image {
    width: 93.5%;
    height: auto;
  }
}
.toppage__flex .toppage__image.image-leftside {
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__image.image-leftside {
    border-radius: 0 40px 40px 0;
  }
}
.toppage__flex .toppage__image.image-rightside {
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 999px) {
  .toppage__flex .toppage__image.image-rightside {
    border-radius: 60px 0px 0px 60px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__image.image-rightside {
    border-radius: 40px 0px 0px 40px;
    margin: 0 0 0 auto;
  }
}
.toppage__flex .toppage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toppage__flex .btn-more {
  display: inline-block;
  border-bottom: solid 1px #5c5b59;
  cursor: pointer;
  padding-bottom: 5px;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .toppage__flex .btn-more.btn-lesson-example {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .btn-more.btn-lesson-example {
    margin-top: 10px;
  }
}
.toppage__flex .btn-more a {
  display: flex;
  align-items: baseline;
}
.toppage__flex .btn-more span {
  display: inline-block;
  text-align: center;
  background-color: #ffb921;
  width: 26px;
  height: 26px;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.toppage__flex .btn-more span::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.toppage__flex .btn-more span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.toppage__flex .toppage__info {
  width: calc(100% - 532px);
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .toppage__flex .toppage__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__info {
    width: 100%;
  }
}
.toppage__flex .toppage__info.info-rightside {
  padding-left: 80px;
  padding-right: 19vw;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .toppage__flex .toppage__info.info-rightside {
    padding-left: 60px;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .toppage__flex .toppage__info.info-rightside {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__info.info-rightside {
    padding: 0;
  }
}
.toppage__flex .toppage__info.info-leftside {
  padding-left: 19vw;
  padding-right: 80px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .toppage__flex .toppage__info.info-leftside {
    padding-left: 6vw;
    padding-right: 60px;
  }
}
@media screen and (max-width: 999px) {
  .toppage__flex .toppage__info.info-leftside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .toppage__flex .toppage__info.info-leftside {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-flex__container {
  display: flex;
  gap: 30px;
  width: fit-content;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .btn-flex__container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .btn-flex__container {
    display: block;
  }
}

.modal__outer {
  display: none;
  background: #f9f8f3;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 50;
  overflow-y: scroll;
}
.modal__outer .modal__container {
  width: 1120px;
  height: 80vh;
  position: relative;
  margin: 10vh auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__outer .modal__container ＆::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__outer .modal__container {
    width: 90%;
  }
}
@media screen and (max-width: 999px) {
  .modal__outer .modal__container {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal__outer .modal__container {
    width: 90%;
    height: 90vh;
    margin: 5vh auto;
  }
}
.modal__outer .modal__inner {
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  margin: 0px auto;
  padding: 80px 100px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__outer .modal__inner {
    padding: 80px 80px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 999px) {
  .modal__outer .modal__inner {
    padding: 60px 60px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modal__outer .modal__inner {
    padding: 80px 25px 45px 20px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .modal__outer .modal__inner.sm-effect__inner {
    padding: 50px 20px 40px;
  }
}
.modal__outer .modal__top__explanation {
  text-align: center;
  padding-top: 20px;
}

.closeBtn {
  position: absolute;
  right: 6%;
  top: 12%;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .closeBtn {
    width: 25px;
    height: 25px;
    right: 8%;
    top: 6%;
  }
}
.closeBtn span:first-of-type {
  position: absolute;
  width: 44px;
  height: 3px;
  background-color: #ffb921;
  transform: rotate(45deg);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .closeBtn span:first-of-type {
    width: 25px;
  }
}
.closeBtn span:last-of-type {
  position: absolute;
  width: 44px;
  height: 3px;
  background-color: #ffb921;
  transform: rotate(-45deg);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .closeBtn span:last-of-type {
    width: 25px;
  }
}

.modal__flex__circle-list {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list {
    display: block;
    margin-top: 20px;
  }
}
.modal__flex__circle-list.modal__sampling {
  width: 75%;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__flex__circle-list.modal__sampling {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list.modal__sampling {
    width: 100%;
    margin-top: 25px;
  }
}
.modal__flex__circle-list.modal__rental {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list.modal__rental {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list.modal__rental {
    width: 100%;
    margin-top: 40px;
  }
}
.modal__flex__circle-list.modal__example {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list.modal__example {
    margin-top: 40px;
    width: 100%;
  }
}
.modal__flex__circle-list.modal__example .modal__flex__circle-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list.modal__example .modal__flex__circle-item {
    width: 100%;
  }
}
.modal__flex__circle-list .modal__flex__circle-item {
  position: relative;
  padding: 100px 70px 60px;
  background-color: #f9f8f3;
  border-radius: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__flex__circle-list .modal__flex__circle-item {
    padding: 100px 45px 60px;
  }
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item {
    padding: 80px 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item {
    padding: 60px 55px 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__flex__circle-list .modal__flex__circle-item.sm-target {
    width: 42%;
  }
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item.sm-target {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.sm-target {
    width: 100%;
    padding: 20px 40px 25px 90px;
  }
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-rental {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-rental {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-rental {
    padding: 30px 15px 27px 85px;
  }
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-rental.sm-modal-rentalEffect {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-rental.sm-modal-rentalEffect {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-sampling {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-sampling {
    padding: 30px 15px 27px 85px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-sampling:last-of-type {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-example {
    padding: 50px 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-example {
    padding: 30px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.modal-example:last-of-type {
    margin-top: 30px;
  }
}
.modal__flex__circle-list .modal__flex__circle-item.narrow-item {
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.narrow-item.sm-purpose {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item.sm-modal-rentalEffect {
    margin-top: 27px;
  }
}
.modal__flex__circle-list .modal__flex__circle-item .modal__circle {
  position: absolute;
  background-color: #ffb921;
  border-radius: 50%;
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item .modal__circle {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item .modal__circle {
    width: 81px;
    height: 81px;
    top: -20px;
    left: -10px;
  }
}
.modal__flex__circle-list .modal__flex__circle-item .modal__circle p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .modal__flex__circle-list .modal__flex__circle-item .modal__circle p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__flex__circle-item .modal__circle p {
    font-size: 20px;
  }
}
.modal__flex__circle-list .modal__text__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__text__list {
    margin-bottom: 20px;
  }
}
.modal__flex__circle-list .modal__text__list .modal__text__item {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__text__list .modal__text__item {
    padding-left: 12px;
  }
}
.modal__flex__circle-list .modal__text__list .modal__text__item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .modal__flex__circle-list .modal__text__list .modal__text__item:not(:first-of-type) {
    margin-top: 5px;
  }
}
.modal__flex__circle-list .modal__text__list .modal__text__item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffb921;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.modal__purpose-text {
  text-align: right;
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .modal__purpose-center-text {
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .modal__purpose-center-text {
    text-align: center;
  }
}

.modal__normal-flex {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modal__normal-flex {
    display: block;
  }
}
.modal__normal-flex.normal-effect {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .modal__normal-flex.normal-effect {
    margin-top: 20px;
  }
}
.modal__normal-flex .modal__normal__image {
  width: 440px;
  height: 300px;
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .modal__normal-flex .modal__normal__image {
    width: 330px;
    height: 225px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal__normal-flex .modal__normal__image {
    width: 100%;
    height: 194px;
    border-radius: 40px;
  }
}
.modal__normal-flex .modal__normal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__normal-flex .modal__normal__image.effect-image img {
  object-position: 27% 50%;
}
.modal__normal-flex .modal__normal__info {
  box-sizing: border-box;
  padding-left: 60px;
  width: calc(100% - 440px);
}
@media screen and (max-width: 999px) {
  .modal__normal-flex .modal__normal__info {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 767px) {
  .modal__normal-flex .modal__normal__info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.modal__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.modal__banner {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

header {
  width: 100%;
  height: 800px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  header {
    height: auto;
  }
}

.header__top__inner {
  display: flex;
  justify-content: right;
  width: 85%;
  margin: 0 0 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header__top__inner {
    width: 90%;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .header__top__inner {
    display: block;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
}
.header__top__inner .header__top__info {
  width: calc(100% - 800px);
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header__top__inner .header__top__info {
    width: calc(100% - 560px);
  }
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top__info {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner .header__top__info {
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
  }
}
.header__top__inner .header__top___image {
  width: 800px;
  height: 500px;
  border-radius: 250px 0 0 250px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header__top__inner .header__top___image {
    width: 560px;
    height: 350px;
    border-radius: 175px 0 0 175px;
  }
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top___image {
    width: 95%;
    height: 400px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner .header__top___image {
    width: 95%;
    height: 235px;
    margin: 0 0 0 auto;
    margin-top: 30px;
  }
}
.header__top__inner .header__top___image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__top__inner .header__top__logo {
  text-align: center;
  width: 162px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top__logo {
    width: 30%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner .header__top__logo {
    width: 86px;
    height: 88px;
    margin: 0 auto 0 0;
  }
}
.header__top__inner .header__top__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top__logo img {
    width: 128px;
    height: auto;
  }
}
.header__top__inner .header__top__title {
  margin-top: 45px;
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top__title {
    width: 60%;
    margin-top: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner .header__top__title {
    margin-top: 0;
    width: calc(100% - 86px);
    margin: 0 auto;
  }
}
.header__top__inner .header__top__title h1 {
  font-size: 24px;
  line-height: 2.3;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .header__top__inner .header__top__title h1 {
    line-height: 2;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header__top__inner .header__top__title h1 {
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
  }
}

.header__point__list {
  display: flex;
  gap: 22px;
  width: fit-content;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header__point__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .header__point__list {
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__point__list {
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header__point__list .header__point__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffb921;
  text-align: center;
  border-radius: 50%;
  width: 168px;
  height: 168px;
}
@media screen and (max-width: 767px) {
  .header__point__list .header__point__item {
    width: 106px;
    height: 106px;
  }
}
.header__point__list .header__point__item p {
  color: white;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header__point__list .header__point__item p {
    font-size: 15px;
  }
}
.header__point__list .header__point__item p.idea-circle {
  line-height: 1.2;
}

.header__under__container {
  position: relative;
}

.header__company-name {
  position: absolute;
  right: 0;
  top: -45px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header__company-name {
    top: -120px;
  }
}
@media screen and (max-width: 999px) {
  .header__company-name {
    right: auto;
    left: 0;
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .header__company-name {
    position: relative;
    display: inline-block;
    right: auto;
    left: 20px;
    top: -30px;
  }
}
.header__company-name p {
  font-size: 50px;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .header__company-name p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__company-name p {
    font-size: 30px;
  }
}

.header__stick__ctr {
  position: fixed;
  right: 0;
  top: 45px;
  z-index: 20;
}
@media screen and (max-width: 999px) {
  .header__stick__ctr {
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .header__stick__ctr {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
}
.header__stick__ctr .header__stick__inner {
  position: relative;
  padding: 30px 20px 30px 25px;
  background-color: #ffb921;
  border-radius: 40px 0 0 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header__stick__ctr .header__stick__inner {
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 16px 0;
  }
}
.header__stick__ctr .header__stick__inner p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .header__stick__ctr .header__stick__inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__stick__ctr .header__stick__inner p {
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    width: fit-content;
    text-align: center;
    padding-left: 50px;
    margin: 0 auto;
    letter-spacing: 0;
  }
}
.header__stick__ctr .header__stick__inner .header__stick__image {
  position: absolute;
  bottom: -25px;
  left: -30px;
  width: 93px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__stick__ctr .header__stick__inner .header__stick__image {
    width: 89px;
    left: 20px;
  }
}
.header__stick__ctr .header__stick__inner .header__stick__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#top_slide {
  padding: 60px 0;
}

.company-name__slider .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-name__slider li {
    transform: scale(0.8);
  }
}
.company-name__slider li img {
  box-sizing: border-box;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .company-name__slider li img {
    margin: 0 0px;
  }
}

.top__slider__title {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__slider__title {
    letter-spacing: 0;
  }
}
.top__slider__title h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top__slider__title h2 {
    font-size: 18px;
  }
}
.top__slider__title span {
  font-size: 44px;
  color: #ffb921;
}
@media screen and (max-width: 767px) {
  .top__slider__title span {
    font-size: 28px;
  }
}

.top__slider__caution {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

section#top_worry {
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  section#top_worry {
    padding-bottom: 450px;
  }
}

.worry__title {
  width: fit-content;
  margin: 0 auto;
}
.worry__title h2 {
  font-size: 24px;
  text-decoration: underline wavy 2px #ffb921;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .worry__title h2 {
    font-size: 18px;
  }
}
.worry__title h2 span {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .worry__title h2 span {
    font-size: 28px;
  }
}

.top__worries__list {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top__worries__list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
.top__worries__list .top__worries__item {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__worries__list .top__worries__item {
    width: 46%;
  }
}
.top__worries__list .top__worries__item.worries-even {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .top__worries__list .top__worries__item.worries-even {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top__worries__list .top__worries__item:nth-of-type(3) {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top__worries__list .top__worries__item:nth-of-type(4).worries-even {
    margin-top: 20px;
  }
}
.top__worries__list .top__worries__item .top__worries__text {
  margin-top: 20px;
  line-height: 1.6;
}

section#top_solution {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -220px;
}

.top__solution__underSvg {
  position: absolute;
  bottom: -35%;
  z-index: -1;
}
.top__solution__underSvg path {
  position: absolute;
  top: 0;
}

.top__solution__outer {
  position: relative;
  z-index: 3;
}

.top__solution__apper-container-bg {
  background-image: url(../img/top__solution-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top__solution__apper-container-bg {
    background-image: none;
  }
}

.top__solution__apper-container {
  display: flex;
  align-items: center;
}

.top__solution__serif {
  margin: 0 auto;
  padding-left: 60px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__solution__serif {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__serif {
    position: absolute;
    padding-left: 0;
    top: -200px;
    text-align: center;
    left: 8%;
  }
}
.top__solution__serif p,
.top__solution__serif span {
  color: #ffffff;
}
.top__solution__serif p {
  font-size: 24px;
  display: inline-block;
  background-color: #ffb921;
  padding: 10px 50px 10px;
  box-shadow: 0px 10px #eb9d1e;
  border-radius: 44px;
  position: relative;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 999px) {
  .top__solution__serif p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__serif p {
    font-size: 18px;
    letter-spacing: 0;
    padding: 15px 10px 15px 10px;
    line-height: 1.5;
    box-shadow: 0px 6px #eb9d1e;
    width: 280px;
  }
}
.top__solution__serif p::before {
  content: "";
  position: absolute;
  border-top: 30px solid #eb9d1e;
  border-right: 17.32px solid transparent;
  border-left: 17.32px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .top__solution__serif p::before {
    border-top: 15px solid #eb9d1e;
    border-right: 8.6602px solid transparent;
    border-left: 8.6602px solid transparent;
    bottom: -15px;
  }
}
.top__solution__serif span {
  font-size: 34px;
}
@media screen and (max-width: 999px) {
  .top__solution__serif span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__serif span {
    font-size: 28px;
  }
}

.top__solution__illust {
  width: 273px;
  height: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__solution__illust {
    width: 225px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__illust {
    width: 100%;
    position: absolute;
    padding-right: 0;
    right: 0;
    top: -8%;
  }
}
.top__solution__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__solution__container {
  padding-top: 30px;
  background-color: #fff6e5;
  position: relative;
  z-index: 3;
  padding-bottom: 400px;
}
@media screen and (max-width: 767px) {
  .top__solution__container {
    padding-bottom: 300px;
  }
}

.top__solution__list .top__solution__item {
  background-color: #fffff5;
  display: flex;
  padding: 40px 100px 40px 50px;
  border-radius: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item {
    display: block;
    padding: 30px 30px 40px;
    border-radius: 30px;
  }
}
.top__solution__list .top__solution__item:not(:first-of-type) {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item:not(:first-of-type) {
    margin-top: 25px;
  }
}
.top__solution__list .top__solution__item .top__solution__number {
  width: 82px;
  height: 75px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__solution__list .top__solution__item .top__solution__number {
    width: 72px;
    height: 66px;
  }
}
@media screen and (max-width: 999px) {
  .top__solution__list .top__solution__item .top__solution__number {
    width: 72px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item .top__solution__number {
    width: 61px;
    height: 56px;
    margin: 0 auto;
  }
}
.top__solution__list .top__solution__item .top__solution__number img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__solution__list .top__solution__item .top__solution__info {
  width: calc(100% - 82px);
  padding-left: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__solution__list .top__solution__item .top__solution__info {
    width: calc(100% - 72px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .top__solution__list .top__solution__item .top__solution__info {
    width: calc(100% - 72px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item .top__solution__info {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
  }
}
.top__solution__list .top__solution__item .top__solution__info h3.dottedTitle {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item .top__solution__info h3 {
    text-align: center;
    font-size: 20px;
  }
}
.top__solution__list .top__solution__item .top__solution__info p {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .top__solution__list .top__solution__item .top__solution__info p {
    padding-right: 0;
  }
}

section#top_pr {
  position: relative;
  padding-top: 0;
  margin-top: -200px;
  background-color: #f9f8f3;
}

.top__inner-link__title {
  background-image: url(../img/top_pr-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__inner-link__title {
    background-image: url(../img/top_pr-bg-sp.png);
    height: 300px;
  }
}
.top__inner-link__title .container_min {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__inner-link__title .container_min {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top__inner-link__title .container_min .top__inner-link__illust {
  height: auto;
  margin: auto 0 0 0;
}
@media screen and (max-width: 767px) {
  .top__inner-link__title .container_min .top__inner-link__illust {
    width: 155px;
    bottom: -50px;
    left: 30px;
    z-index: 3;
  }
}
.top__inner-link__title .container_min .top__inner-link__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top__inner-link__outer {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .top__inner-link__outer {
    width: 100%;
    background-color: #f9f8f3;
  }
}
@media screen and (max-width: 767px) {
  .top__inner-link__outer.container_min {
    width: 100%;
    margin: 0 auto;
  }
}
.top__inner-link__outer .sm-container {
  margin-top: 0px;
}

.top__inner-link__serif {
  text-align: right;
  z-index: -5;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top__inner-link__serif {
    text-align: center;
  }
}
.top__inner-link__serif p {
  position: relative;
  background-color: #ffb921;
  padding: 40px 60px 40px 80px;
  border-radius: 110px;
  box-shadow: 0px 10px #eb9d1e;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  color: white;
  font-size: 34px;
  text-align: left;
  line-height: 1.7;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .top__inner-link__serif p {
    font-size: 21px;
    padding: 15px 25px 20px 35px;
    border-radius: 62px;
    top: 0px;
    z-index: 2;
    right: 0;
  }
}
.top__inner-link__serif p::before {
  content: "";
  position: absolute;
  border-top: 30px solid #eb9d1e;
  border-right: 17.32px solid transparent;
  border-left: 17.32px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media screen and (max-width: 999px) {
  .top__inner-link__serif p::before {
    bottom: -25px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .top__inner-link__serif p::before {
    border-top: 20px solid #eb9d1e;
    border-right: 11.547px solid transparent;
    border-left: 11.547px solid transparent;
    bottom: -27px;
    z-index: -1;
  }
}
.top__inner-link__serif span {
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top__inner-link__serif span {
    font-size: 16px;
  }
}

.top__inner-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  padding: 0px 0 0;
  width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__inner-link__list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .top__inner-link__list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top__inner-link__list {
    position: relative;
    z-index: 5;
  }
}
.top__inner-link__list .top__inner-link__item {
  width: 48%;
  height: 100px;
  text-align: center;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top__inner-link__list .top__inner-link__item {
    width: 100%;
    height: 76px;
    font-size: 16px;
  }
}
.top__inner-link__list .top__inner-link__item.inner-link-recipe {
  background-image: url("../img/inner-link_image01.jpg");
  background-position: 50% 50%;
}
.top__inner-link__list .top__inner-link__item.inner-link-lesson {
  background-image: url("../img/inner-link_image02.jpg");
  background-position: 50% 50%;
}
.top__inner-link__list .top__inner-link__item.inner-link-sampling {
  background-image: url("../img/inner-link_image03.jpg");
  background-position: 50% 50%;
}
.top__inner-link__list .top__inner-link__item.inner-link-rental {
  background-image: url("../img/inner-link_image04.jpg");
  background-position: 50% 50%;
}
.top__inner-link__list .top__inner-link__item.inner-link-instructor {
  background-image: url("../img/inner-link_image05.jpg");
  background-position: 50% 50%;
}
.top__inner-link__list .top__inner-link__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.top__inner-link__list .top__inner-link__item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-top: solid 10px #ffffff;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top__inner-link__list .top__inner-link__item::after {
    width: 27px;
    border-left: solid 13.5px transparent;
    border-right: solid 13.5px transparent;
    bottom: 10px;
  }
}
.top__inner-link__list .top__inner-link__item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  section#top_company-lesson {
    padding-bottom: 55px;
  }
}

.company__voice__serif {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .company__voice__serif {
    margin-top: 30px;
  }
}
.company__voice__serif h3 {
  position: relative;
  background-color: #ffb921;
  padding: 20px 50px;
  border-radius: 44px;
  box-shadow: 0px 10px #eb9d1e;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  color: white;
}
@media screen and (max-width: 767px) {
  .company__voice__serif h3 {
    width: 89%;
    margin: 0 auto;
    padding: 20px 25px 15px;
    box-shadow: 0px 6px #eb9d1e;
  }
}
.company__voice__serif h3::before {
  content: "";
  position: absolute;
  border-top: 20px solid #eb9d1e;
  border-right: 11.547px solid transparent;
  border-left: 11.547px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .company__voice__serif h3::before {
    bottom: -15px;
    z-index: -1;
  }
}

.company-voice__top__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .company-voice__top__container {
    display: block;
  }
}

.company-voice__box {
  background-color: #fffff5;
  border-radius: 60px;
  padding: 50px 10px 60px 40px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .company-voice__box {
    padding: 50px 20px 50px 30px;
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box {
    padding: 40px 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box {
    padding: 40px 25px 20px 20px;
    border-radius: 30px;
    margin-top: 15px;
  }
}
.company-voice__box.box-under {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .company-voice__box.box-under {
    margin-top: 15px;
  }
}
.company-voice__box .company-voice__top__info {
  display: flex;
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__info {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info.under-info {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info.under-info .company-voice__top__title {
    padding-left: 20px;
  }
}
.company-voice__box .company-voice__top__info .company-voice__top__image {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info .company-voice__top__image {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__info .company-voice__top__image {
    width: 90px;
    height: 90px;
  }
}
.company-voice__box .company-voice__top__info .company-voice__top__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-voice__box .company-voice__top__info .company-voice__top__title {
  padding-left: 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title {
    width: calc(100% - 90px);
    box-sizing: border-box;
    padding-left: 15px;
  }
}
.company-voice__box .company-voice__top__info .company-voice__top__title.voiceTop__under {
  box-sizing: border-box;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title.voiceTop__under {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__info .company-voice__top__title h3 {
    font-size: 20px;
  }
}
.company-voice__box .company-voice__top__text {
  padding: 0 50px 0 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .company-voice__box .company-voice__top__text {
    padding: 0 30px 0 10px;
  }
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__text {
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__text {
    padding: 0;
  }
}
.company-voice__box .company-voice__top__name {
  text-align: right;
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  .company-voice__box .company-voice__top__name {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .company-voice__box .company-voice__top__name {
    padding-top: 20px;
  }
}
.company-voice__box .company-voice__top__name.bottom-name {
  padding-top: 15px;
  padding-right: 50px;
}

section#top_recipe {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  section#top_recipe {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

section#top_instructor {
  padding-bottom: 160px;
}

.top__instructor__second {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .top__instructor__second {
    margin-top: 30px;
  }
}

.top__instructor__smallText {
  font-size: 12px;
  margin-top: 5px;
}

section#top_school-link {
  position: relative;
  padding: 0;
  background-image: url(../img/top_school-link-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  section#top_school-link {
    background-image: url(../img/top_school-link-bg-sp.png);
    padding: 80px 0 120px;
  }
}
section#top_school-link .top__foodGrowth__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  section#top_school-link .top__foodGrowth__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section#top_school-link .top__foodGrowth__inner {
    display: block;
  }
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__image {
  width: 40%;
  height: 208px;
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  section#top_school-link .top__foodGrowth__inner .top__foodGrowth__image {
    width: 70%;
    height: 250px;
    margin: 0 auto;
    border-radius: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section#top_school-link .top__foodGrowth__inner .top__foodGrowth__image {
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
  }
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__info {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  section#top_school-link .top__foodGrowth__inner .top__foodGrowth__info {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section#top_school-link .top__foodGrowth__inner .top__foodGrowth__info {
    width: 92%;
    margin: 0 auto;
  }
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn {
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn a {
  display: inline-block;
  padding: 13px 30px 15px 50px;
  background-color: #ffb921;
  position: relative;
  font-size: 18px;
  color: white;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn a {
    font-size: 16px;
    padding: 12px 20px 18px 30px;
  }
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn span {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  width: 26px;
  height: 26px;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 6px;
  margin-left: 10px;
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn span::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  background-color: #ffb921;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
section#top_school-link .top__foodGrowth__inner .top__foodGrowth__btn span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background-color: #ffb921;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}

.top__school__aboveSvg {
  position: absolute;
  z-index: 2;
  top: -70%;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__school__aboveSvg {
    top: -63%;
  }
}
@media screen and (max-width: 999px) {
  .top__school__aboveSvg {
    top: -55%;
  }
}
@media screen and (max-width: 767px) {
  .top__school__aboveSvg {
    top: -60%;
  }
}

.top__school__underSvg {
  position: absolute;
  z-index: 2;
  bottom: -70%;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__school__underSvg {
    bottom: -64%;
  }
}
@media screen and (max-width: 999px) {
  .top__school__underSvg {
    bottom: -56%;
  }
}
@media screen and (max-width: 767px) {
  .top__school__underSvg {
    bottom: -60%;
  }
}

section#top_QandA {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  section#top_QandA {
    padding-top: 80px;
  }
}

.top__QandA__title__above {
  position: relative;
  text-align: center;
}
.top__QandA__title__above img {
  position: absolute;
  width: 130px;
  height: auto;
  left: 110px;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__QandA__title__above img {
    width: 86px;
    left: 40px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top__QandA__title__above h3 {
    width: fit-content;
    margin: 0 auto;
    padding-left: 50px;
  }
}

.top__QandA__outer .top__QandA__container {
  position: relative;
  max-height: 640px;
  transition: all 0.5s;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top__QandA__outer .top__QandA__container {
    min-height: 900px;
  }
}
.top__QandA__outer .top__QandA__container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: all 0.5s;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top__QandA__outer .top__QandA__container::after {
    height: 25%;
  }
}
.top__QandA__outer .top__QandA__container.is-open::after {
  z-index: 1;
  opacity: 0;
}
.top__QandA__outer .link-moreBtn {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
  position: relative;
  top: 0;
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top__QandA__outer .link-moreBtn {
    font-size: 16.5px;
  }
}
.top__QandA__outer .link-moreBtn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #ffb921;
  border-radius: 50%;
  top: 2px;
  right: -35px;
}
.top__QandA__outer .link-moreBtn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top__QandA__outer .link-moreBtn.is-active::after {
  transform: rotate(-135deg);
  right: -26px;
  top: 48%;
}
@media screen and (max-width: 767px) {
  .top__QandA__outer .link-moreBtn.is-active::after {
    top: 52%;
  }
}

.top__QandA__list {
  padding-top: 50px;
}
.top__QandA__list .top__QandA__item {
  padding: 10px;
  border-radius: 36px;
  border: solid 2px #ffb921;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__item {
    border-radius: 18px;
  }
}
.top__QandA__list .top__QandA__item:not(:first-of-type) {
  margin-top: 20px;
}
.top__QandA__list .top__QandA__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__inner {
    align-items: flex-start;
  }
}
.top__QandA__list .top__QandA__inner.question__inner {
  position: relative;
}
.top__QandA__list .top__QandA__inner.question__inner .question__signal {
  position: absolute;
  background-color: #f9f8f3;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 30px;
}
@media screen and (max-width: 999px) {
  .top__QandA__list .top__QandA__inner.question__inner .question__signal {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__inner.question__inner .question__signal {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top__QandA__list .top__QandA__inner.question__inner .question__signal::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #ffb921;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.top__QandA__list .top__QandA__inner.question__inner .question__signal::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ffb921;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.top__QandA__list .top__QandA__inner.question__inner .question__signal.is-deactive::before {
  display: none;
}
.top__QandA__list .top__QandA__inner.answer__inner {
  display: none;
  width: 68%;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__inner.answer__inner {
    width: 66%;
    margin-top: 15px;
  }
}
.top__QandA__list .top__QandA__inner.answer__inner .top__QandA__a {
  position: absolute;
  left: -30px;
  color: #f3575b;
  font-size: 20px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__inner.answer__inner .top__QandA__a {
    font-size: 16px;
    left: -40px;
  }
}
.top__QandA__list .top__QandA__inner.answer__inner p a {
  text-decoration: 1px underline #5c5b59;
  text-underline-offset: 3px;
}
.top__QandA__list .top__QandA__q {
  display: flex;
  width: 43px;
  height: 43px;
  justify-content: center;
  align-items: center;
  background-color: #ffb921;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .top__QandA__list .top__QandA__q {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__q {
    width: 35px;
    height: 35px;
  }
}
.top__QandA__list .top__QandA__text.text-question {
  width: calc(90% - 43px);
  margin-left: 45px;
}
@media screen and (max-width: 999px) {
  .top__QandA__list .top__QandA__text.text-question {
    width: calc(85% - 40px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__QandA__list .top__QandA__text.text-question {
    width: calc(80% - 35px);
    margin-left: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  section#top_cta {
    padding-bottom: 80px;
  }
}

.top__cta__inner {
  background-color: #ffb921;
  border-radius: 100px;
  padding: 35px 150px 0 100px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .top__cta__inner {
    display: block;
    padding: 40px 60px 0;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner {
    display: block;
    padding: 40px 15px 0;
    border-radius: 18px;
  }
}
.top__cta__inner .top__cta__image {
  width: 208px;
  height: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__image {
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  .top__cta__inner .top__cta__image {
    width: 150px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__image {
    width: 129px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.top__cta__inner .top__cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__cta__inner .top__cta__info {
  width: calc(100% - 208px);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .top__cta__inner .top__cta__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__info {
    width: 100%;
  }
}
.top__cta__inner .top__cta__info h2 {
  color: #ffffff;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__info h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__info h2 {
    font-size: 20.5px;
  }
}
.top__cta__inner .top__cta__btn__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .top__cta__inner .top__cta__btn__container {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__btn__container {
    display: block;
  }
}
.top__cta__inner .top__cta__btn__container .top__cta__btn a {
  background-color: #f9f8f3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 55px;
  border-radius: 27.5px;
  position: relative;
  font-size: 18px;
  color: #5c5b59;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn a {
    width: 270px;
  }
}
@media screen and (max-width: 999px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn a {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn a {
    width: 100%;
  }
}
.top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-contact a::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffb921;
  right: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-contact a::before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-contact a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  transform: rotate(-45deg);
  right: 40px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-contact a::after {
    height: 6px;
    width: 6px;
    right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download {
    margin-top: 15px;
  }
}
.top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::before {
  content: "↓";
  position: absolute;
  font-weight: 900;
  color: #ffb921;
  right: 40px;
  top: 24%;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::before {
    right: 30px;
    font-size: 14px;
    top: 27%;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::before {
    right: 33px;
  }
}
.top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  border: solid 1.5px #ffb921;
  border-top: none;
  right: 39px;
  bottom: 16px;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::after {
    right: 27px;
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta__inner .top__cta__btn__container .top__cta__btn.ctaBtn-download a::after {
    right: 32.5px;
  }
}

footer {
  position: relative;
}

.footer__container {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .footer__container {
    display: block;
  }
}

.footer__logo {
  width: 103px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 12px;
    width: auto;
    top: -50px;
    box-sizing: border-box;
  }
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 108px;
    height: auto;
  }
}

.footer__link__inner {
  width: 77%;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .footer__link__inner {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__inner {
    width: 100%;
    padding: 30px 0 50px;
    margin: 0 auto 0 0;
    margin-top: 40px;
  }
}
.footer__link__inner li {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__link__inner li {
    font-size: 14px;
    margin-top: 10px;
  }
}
.footer__link__inner .link-brank {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-brank.sm-left-link {
    margin-left: 0px;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
  .footer__link__inner .link-brank.sm-left-link {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 335px) {
  .footer__link__inner .link-brank.sm-left-link {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-brank.sm-link-relate {
    margin-left: 29px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .footer__link__inner .link-brank.sm-link-relate {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-brank.sm-link-policy {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .footer__link__inner .link-brank.sm-link-policy {
    margin-right: 30px;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  .footer__link__inner .link-brank.sm-link-policy {
    margin-right: 0;
  }
}
@media screen and (max-width: 335px) and (max-width: 374px) {
  .footer__link__inner .link-brank.sm-link-policy {
    margin-right: 29px;
  }
}
@media screen and (max-width: 999px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-right: 30px;
  }
}
@media screen and (min-width: 556px) and (max-width: 599px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (min-width: 423px) and (max-width: 555px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-left: 10px;
  }
}
@media screen and (min-width: 400px) and (max-width: 422px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-right: 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  .footer__link__inner .link-brank.sm-link-media {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-brank.sm-link-market {
    margin-left: 56px;
  }
}
.footer__link__inner .link-under {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__link__inner .link-under {
    margin-top: 10px;
  }
}

.scrollTopBtn {
  position: absolute;
  width: 56px;
  height: 25px;
  background-color: #f9f8f3;
  border-radius: 20px 20px 0 0;
  bottom: 63px;
  right: 18%;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .scrollTopBtn {
    right: 6%;
  }
}
@media screen and (max-width: 999px) {
  .scrollTopBtn {
    right: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .scrollTopBtn {
    width: 76px;
    height: 33.5px;
    right: 4%;
  }
}
.scrollTopBtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.scrollTopBtn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #5c5b59;
  border-bottom: solid 2px #5c5b59;
  transform: rotate(-135deg);
  left: 40%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .scrollTopBtn a::before {
    width: 12px;
    height: 12px;
    border-right: solid 3px #5c5b59;
    border-bottom: solid 3px #5c5b59;
    top: 45%;
  }
}

.copyright {
  text-align: center;
  background-color: #f9f8f3;
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */