@charset "UTF-8";
.food-home .food-home-only {
  display: none;
}

.beauty-home .beauty-home-only {
  display: none;
}

.beauty-home {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* page-kengai */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: sec01 */
  /* __20: sec02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.beauty-home main.main {
  line-height: 1.8;
}
.beauty-home .page_kengai {
  font-size: 15px;
}
.beauty-home .page_kengai .inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
.beauty-home .page_kengai section .inner {
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai section .inner {
    padding: 3em 0;
  }
}
.beauty-home .visual-header.kengai {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
  width: 100%;
  height: auto;
}
.beauty-home .visual-header.kengai .visual-header-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.beauty-home .visual-header.kengai h1 {
  color: #000;
  font-size: 45px;
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: unset;
  transform: unset;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .beauty-home .visual-header.kengai h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;
    padding: 30px 0 50px;
    position: static;
  }
}
.beauty-home .visual-header.kengai h1 span {
  display: inline;
}
.beauty-home .visual-header.kengai h1 .pink {
  color: #e28098;
}
.beauty-home .visual-header.kengai h1 .yellow {
  color: #e28098;
}
.beauty-home .visual-header.kengai h1::after {
  display: block;
  content: "";
  bottom: 30px;
  width: 150px;
  height: 3px;
  background: #e28098;
}
.beauty-home .visual-header.kengai .text {
  position: absolute;
  bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .beauty-home .visual-header.kengai .text {
    font-size: 16px;
    position: static;
  }
}
.beauty-home #kengai .pagejump {
  background: #e28098;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.beauty-home .pagejump a {
  border-radius: 30px !important;
  color: #333 !important;
  letter-spacing: 0.05rem;
}
.beauty-home .pagejump a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  border: none !important;
  background: url(../../../2026/for/kengai/assets/img/arrow_pink.svg) no-repeat center/18px 18px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump {
    padding: 14px 0;
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump .inner {
    width: 100%;
  }
}
.beauty-home #kengai .pagejump.stuck {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump.stuck {
    padding: 5px 0;
  }
}
.beauty-home .pagejump ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .pagejump ul {
    /* margin: 0 -5px; */
    gap: 10px;
  }
}
.beauty-home .pagejump ul li {
  margin: 0 10px;
  width: calc(21% - 20px);
}
@media only screen and (max-width: 768px) {
  .beauty-home .pagejump ul li {
    width: 30%;
    margin: 0;
  }
}
.beauty-home .pagejump ul li a {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .pagejump ul li a {
    padding: 5px 0 !important;
    font-size: 12px !important;
  }
  .beauty-home .pagejump a {
    padding: 5px 0 !important;
  }
}
.beauty-home .pagejump a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  top: auto !important;
  bottom: -10px;
  margin: auto;
  background: url(../img/for/kengai/arrow.svg) no-repeat center/18px 18px;
}
.beauty-home .page_kengai .sec01 {
  background: #f3eddf;
}
.beauty-home .page_kengai .section-title {
  font-size: 40px;
  line-height: 1.25;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.beauty-home .page_kengai .pink {
  color: #e28098;
}
.beauty-home .page_kengai .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #e28098;
}
.beauty-home .page_kengai .section-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 30px auto 50px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .section-text {
    font-size: 15px;
    width: 100%;
  }
}
.beauty-home .page_kengai .section-text.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}
.beauty-home .page_kengai .sec01 .box-wrapper {
  background: #fff;
  border: 2px solid #e28098;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 100px auto 50px;
  padding: 60px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box-wrapper {
    border-radius: 15px;
    margin: 60px auto 30px;
    padding: 15% 5% 5%;
  }
}
.beauty-home .page_kengai .sec01 .box-wrapper .num {
  position: absolute;
  width: 105px;
  height: 105px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box-wrapper .num {
    width: 80px;
    height: 80px;
  }
}
.beauty-home .page_kengai img {
  width: 100%;
}
.beauty-home .page_kengai .sec01 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.beauty-home .page_kengai .sec01 .box1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.beauty-home .page_kengai .sec01 h3, .beauty-home .page_kengai .sec01 .box h3 {
  display: inline;
  font-size: 42px;
  line-height: 1.5;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00)); */
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00));
  background: linear-gradient(transparent 75%, #ffff00 75%);
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 h3, .beauty-home .page_kengai .sec01 .box h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.beauty-home .page_kengai .sec01 .box1-content {
  border: 2px solid #e28098;
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box1-content {
    padding: 5%;
  }
}
.beauty-home .page_kengai .sec01 .box1-content h4 {
  color: #e28098;
  font-weight: bold;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box1-content h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.beauty-home .page_kengai .sec01 .box1-content h4 span {
  background: #fff;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box1-content h4 span {
    padding-bottom: 1rem;
  }
}
.beauty-home .page_kengai .sec01 .box1-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.beauty-home .page_kengai .sec01 .box1-content ul li {
  width: calc(50% - 0.5rem);
  background: #f3eddf;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box1-content ul li {
    font-size: 13px;
  }
}
.beauty-home .page_kengai .access-line {
  padding: 0;
  margin: 4rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .access-line {
    margin: 2rem 0;
  }
}
.beauty-home .page_kengai .access-line p {
  font-size: 20px !important;
  text-align: center;
  color: #fff;
  background-color: #e28098;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .access-line p {
    font-size: 16px;
  }
}
.beauty-home .page_kengai .sec01 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.beauty-home .page_kengai .sec01 .box2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.beauty-home .page_kengai .sec01 p, .beauty-home .page_kengai .sec01 .box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 p, .beauty-home .page_kengai .sec01 .box p {
    font-size: 14px;
  }
}
.beauty-home .page_kengai .sec01 .box2 .box p {
  margin: 0;
}
.beauty-home .page_kengai .btn {
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e28098;
  border: 1px solid #e28098;
  background: #fff;
}
.beauty-home .page_kengai .btn::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #e28098;
  border-right: 1px solid #e28098;
}
.beauty-home .page_kengai .sec01 .box2 .box .btn {
  margin: 0;
}
.beauty-home .page_kengai .btn:hover {
  color: #fff;
  opacity: 0.8;
  background-color: #e28098;
}
.beauty-home .page_kengai .btn:hover::after {
  border-color: #fff;
}
.beauty-home .page_kengai .sec01 .box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.beauty-home .page_kengai .sec01 .box3 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.beauty-home .page_kengai .sec01 .box3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.beauty-home .page_kengai .sec01 .box3 .box p {
  margin: 0;
}
.beauty-home .page_kengai .sec01 .box3-1 {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box3-1 {
    background: unset;
    padding: 0;
  }
}
.beauty-home .page_kengai .sec01 .box3-1 img {
  margin-bottom: 10px;
}
.beauty-home .page_kengai .sec01 .box3-1 small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
.beauty-home .page_kengai .sec01 .box3-1 a {
  color: #0066bc;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box3-1 a {
    font-size: 10px;
  }
}
.beauty-home .page_kengai .sec01 .box {
  text-align: center;
}
.beauty-home .page_kengai .sec01 .box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.beauty-home .page_kengai .sec01 .box4 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.beauty-home .page_kengai .sec01 .box4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.beauty-home .page_kengai .sec01 .box4 h4 {
  font-size: 25px;
  color: #e28098;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .box4 h4 {
    font-size: 18px;
  }
}
.beauty-home .page_kengai .sec01 .box4 .box p {
  margin: 0;
}
.beauty-home .page_kengai .sec01 .box5 h4 {
  font-size: 25px;
  color: #e28098;
}
.beauty-home .page_kengai .sec01 .box5 .box {
  text-align: left;
}
.beauty-home .page_kengai .sec01 .box5 .img {
  margin: 2rem 0;
  display: block;
}
.beauty-home .page_kengai .sec01 .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  clear: both;
  margin-top: 30px;
}
.beauty-home .page_kengai .sec01 .img-flex .img-block {
  text-align: center;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .img-block {
    width: 100%;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .img-block::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 9.7em solid transparent;
  border-right: 4em solid #e28098;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .img-block::before {
    display: none;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .img-block img {
  vertical-align: top;
}
.beauty-home .page_kengai .sec01 .img-flex .text-block {
  width: calc(55% - 4em);
  background-color: #e28098;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .text-block {
    width: 100% !important;
    padding: 1.7em;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-bottom: 0.6em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .text-block .name {
    font-size: 1.2em;
    line-height: 1.35;
    padding-bottom: 0.6em;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .text-block .class {
    margin-bottom: 2em;
    font-size: 1.1em;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .text-block p {
  margin-top: 0;
}
.beauty-home .page_kengai .sec01 .img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .img-flex .text-block p:last-child {
    padding-top: 0;
  }
}
.beauty-home .page_kengai .sec01 .img-flex .text-block {
  cursor: pointer;
  position: relative;
  width: calc(79% - 4em);
}
.beauty-home .page_kengai .sec01 .img-flex .text-block::before,
.beauty-home .page_kengai .sec01 .img-flex .text-block::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.beauty-home .page_kengai .sec01 .img-flex .text-block::before {
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.beauty-home .page_kengai .sec01 .img-flex .text-block::after {
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.beauty-home .page_kengai .sec01 .img-flex .text-block.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.beauty-home .page_kengai .sec01 .img-flex .text-block.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.beauty-home .page_kengai .sec01 .interview-qa-box {
  display: none;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box {
    margin-top: 20px;
  }
}
.beauty-home .page_kengai .sec01 .interview-qa-box.active {
  display: block;
  width: 99.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box.active {
    width: 100%;
  }
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview {
    width: 100%;
  }
}
.beauty-home {
  /*.page_kengai .sec01 .interview-qa-box .dl_interview {
    float: left;
    width: 48%;
    height: 249px;
    margin: 0 0 3% 4%;
    background-color: #FFEEEE;
  }*/
  /*@media only screen and (max-width: 768px) {
    .page_kengai .sec01 .interview-qa-box .dl_interview {
      float: none;
      width: 100%;
      margin: 0;
      height: auto;
    }
  }*/
  /*.page_kengai .sec01 .interview-qa-box .dl_interview:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 3% 0;
  }*/
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dt {
  color: #000;
  font-weight: bold;
  padding: 15px 0 10px 60px;
  position: relative;
  font-size: 1.47em;
  border-bottom: 1px solid #e28098;
  margin: 0 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dt {
    font-size: 1em;
    padding-left: 47px;
  }
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .text-q {
  color: #e28098;
  font-weight: bold;
  font-size: 1.18em;
  position: absolute;
  left: 10px;
  top: 17px;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体";
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dd {
  margin: 0 auto 10px;
  font-size: 1.07em;
  font-weight: 700;
  border-radius: 6px;
  padding: 15px 20px;
  color: #000;
  line-height: 1.75;
  min-height: 6em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dd {
    font-size: 0.8em;
  }
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dd .emphasis {
  color: #e28098;
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .emphasis {
  color: #e28098;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .emphasis {
    font-size: 1.5rem;
  }
}
.beauty-home .page_kengai .sec02 {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
}
.beauty-home .page_kengai .sec02 .box {
  margin: 50px auto 0;
  text-align: center;
}
.beauty-home .page_kengai .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .flex-box {
    display: block;
  }
}
.beauty-home .page_kengai .flex-box .box-left {
  width: 35%;
}
.beauty-home .page_kengai .flex-box .box-left a {
  margin-top: 30px;
}
.beauty-home .page_kengai .flex-box .box-right {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .flex-box .box-left, .beauty-home .page_kengai .flex-box .box-right {
    width: 100%;
  }
  .beauty-home .page_kengai .flex-box .box-left {
    margin-bottom: 10px;
  }
}
.beauty-home .page_kengai .sec04 .flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 3%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box.reverse {
    display: block;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box.reverse figure {
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 100%;
  }
}
.beauty-home .page_kengai .sec04 .flex-box figure {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box figure {
    margin: 0 auto 0 calc(50% - 50vw);
    width: 100%;
  }
}
.beauty-home .page_kengai .sec04 .flex-box .text-box {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-top: 8%;
  margin-left: -5%;
  padding: 5% 5% 5% 10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box .text-box {
    margin: -40% calc(50% - 50vw) 0 auto;
    padding: 50% 5% 5%;
    width: 90vw;
  }
}
.beauty-home .page_kengai .sec04 .flex-box.reverse .text-box {
  margin-left: 0;
  margin-right: -5%;
  padding: 5% 10% 5% 5%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box.reverse .text-box {
    margin: -40% calc(50% - 50vw) 0;
    padding: 50% 5% 5%;
    width: 100%;
  }
}
.beauty-home .page_kengai .sec04 .flex-box .text-box h3 {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box .text-box h3 {
    font-size: 25px;
  }
}
.beauty-home .page_kengai .sec04 .flex-box .text-box small {
  color: #e28098;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box .text-box small {
    font-size: 13px;
    padding: 5px 0;
  }
}
.beauty-home .page_kengai .sec04 .flex-box .text-box p {
  font-weight: bold;
  line-height: 1.75;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .sec04 .flex-box .text-box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
}
.beauty-home .page_kengai .sec05 {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover;
}
.beauty-home .page_kengai .visit-oc .btn {
  position: absolute;
  bottom: 15%;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .page_kengai .visit-oc .btn {
    max-width: 90%;
    left: 0;
    right: 0;
    bottom: 11%;
  }
}
.beauty-home {

}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump ul li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump {
    padding: 15px;
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home #kengai .pagejump.stuck {
    padding: 10px 15px;
  }
}
.beauty-home .pagejump {
  gap: 1.5rem !important;
}
.beauty-home .card_item {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e28098;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .card_item {
    margin-bottom: 20px;
  }
}
.beauty-home .card_item .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background: #e28098;
  color: #fff;
  margin: 0;
}
.beauty-home .card_item .head .tag_list .tag {
  background: #000;
  border: 1px solid #000;
  border-radius: 99px;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  color: #fff;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  min-width: 5em;
  text-box: trim-both cap alphabetic;
}
.beauty-home .card_item .desc {
  padding: 0.5em 1em;
}
.beauty-home .card_item .desc .lead {
  color: #e28098;
  font-size: clamp(18px, 1.8301610542vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.beauty-home .card_item .head .title {
  font-size: clamp(18px, 2.196193265vw, 30px);
  font-weight: 700;
  margin: 0 !important;
  background: none !important;
}
.beauty-home .card_item .desc .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.beauty-home .card_item .desc p {
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1.7;
  font-weight: 700;
}
.beauty-home .card_item .desc .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.beauty-home .card_item .desc .title-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e28098;
}
.beauty-home .button.orange {
  color: #e28098;
  border-color: #e28098;
  width: 400px;
}
.beauty-home .button {
  display: block;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #e28098;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 1em 1em;
  position: relative;
  text-align: center;
  width: 300px;
}
.beauty-home .button.orange:after {
  border-top: solid 1px #e28098;
  border-right: solid 1px #e28098;
}
.beauty-home .button.arrow::after {
  content: "";
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #e28098;
  border-right: solid 1px #e28098;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.beauty-home .sec01 .oc {
  margin-top: 30px;
  margin-bottom: 20px;
}
.beauty-home .sec01 .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
.beauty-home .sec01 .oc-grid {
  gap: 2rem;
  ustify-items: center;
}
@media only screen and (max-width: 769px) {
  .beauty-home .button.orange {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    width: 100%;
    max-width: 400px;
    padding: 1em;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .sec01 .grid-box {
    margin-top: 1em;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .sec01 .box p {
    text-align: left;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .button.arrow::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .page_kengai .btn {
    margin: 0 auto 15px;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .page_kengai .sec01 p, .beauty-home .page_kengai .sec01 .box p {
    text-align: left;
  }
}
@media only screen and (max-width: 769px) {
  .beauty-home .button {
    margin: 20px auto 0 !important;
  }
}
.beauty-home .btn_blue a, .beauty-home a.btn, .beauty-home span.btn {
  -webkit-filter: none !important;
  filter: none !important;
}
.beauty-home .sec01 .img-flex .img-block img {
  vertical-align: bottom;
}
.beauty-home .sec01 .img-flex .interview-qa-box .dl_interview {
  background-color: #f6e3e3 !important;
}
.beauty-home .sec01 .img-flex .text-block {
  cursor: pointer;
  position: relative;
  width: calc(79% - 4em);
  background-color: #ed9100;
  color: #fff;
  padding: 10px 20px;
}
.beauty-home .sec01 .img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-bottom: 0.6em;
}
.beauty-home .sec01 .img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5rem;
}
.beauty-home .sec01 .img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.beauty-home .sec01 .img-flex .interview-qa-box .dl_interview {
  background-color: #faedd7;
}
.beauty-home .area_interview {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.beauty-home .dl_interview dd {
  background: none !important;
}
.beauty-home .dl_interview dt {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.beauty-home .page_kengai .sec01 .interview-qa-box .dl_interview {
  height: auto !important;
}
.beauty-home .page_kengai .sec01 .dl_interview dt {
  display: block !important;
}

.food-home {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* page-kengai */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: sec01 */
  /* __20: sec02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.food-home main.main {
  line-height: 1.8;
}
.food-home .page_kengai {
  font-size: 15px;
}
.food-home .page_kengai .inner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
.food-home .page_kengai section .inner {
  padding: 5em 0;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai section .inner {
    padding: 3em 0;
  }
}
.food-home .visual-header.kengai {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
  width: 100%;
  height: auto;
}
.food-home .visual-header.kengai .visual-header-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.food-home .visual-header.kengai h1 {
  color: #000;
  font-size: 45px;
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: unset;
  transform: unset;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .food-home .visual-header.kengai h1 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;
    padding: 30px 0 50px;
    position: static;
  }
}
.food-home .visual-header.kengai h1 span {
  display: inline;
}
.food-home .visual-header.kengai h1 .pink {
  color: #71b748;
}
.food-home .visual-header.kengai h1 .yellow {
  color: #71b748;
}
.food-home .visual-header.kengai h1::after {
  display: block;
  content: "";
  bottom: 30px;
  width: 150px;
  height: 3px;
  background: #71b748;
}
.food-home .visual-header.kengai .text {
  position: absolute;
  bottom: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .food-home .visual-header.kengai .text {
    font-size: 16px;
    position: static;
  }
}
.food-home #kengai .pagejump {
  background: #71b748;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 114px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.food-home .pagejump a {
  border-radius: 30px !important;
  color: #333 !important;
  letter-spacing: 0.05rem;
}
.food-home .pagejump a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  border: none !important;
  background: url(../../../2026/for/kengai/assets/img/arrow_green.svg) no-repeat center/18px 18px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump {
    padding: 14px 0;
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump .inner {
    width: 100%;
  }
}
.food-home #kengai .pagejump.stuck {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump.stuck {
    padding: 5px 0;
  }
}
.food-home .pagejump ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .food-home .pagejump ul {
    /* margin: 0 -5px; */
    gap: 10px;
  }
}
.food-home .pagejump ul li {
  margin: 0 10px;
  width: calc(21% - 20px);
}
@media only screen and (max-width: 768px) {
  .food-home .pagejump ul li {
    width: 30%;
    margin: 0;
  }
}
.food-home .pagejump ul li a {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .pagejump ul li a {
    padding: 5px 0 !important;
    font-size: 12px !important;
  }
  .food-home .pagejump a {
    padding: 5px 0 !important;
  }
}
.food-home .pagejump a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  top: auto !important;
  bottom: -10px;
  margin: auto;
  background: url(../img/for/kengai/arrow.svg) no-repeat center/18px 18px;
}
.food-home .page_kengai .sec01 {
  background: #f3eddf;
}
.food-home .page_kengai .section-title {
  font-size: 40px;
  line-height: 1.25;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
.food-home .page_kengai .pink {
  color: #71b748;
}
.food-home .page_kengai .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #71b748;
}
.food-home .page_kengai .section-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 30px auto 50px;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .section-text {
    font-size: 15px;
    width: 100%;
  }
}
.food-home .page_kengai .section-text.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .section-text.center {
    text-align: left;
    margin-bottom: 30px;
  }
}
.food-home .page_kengai .sec01 .box-wrapper {
  background: #fff;
  border: 2px solid #71b748;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 100px auto 50px;
  padding: 60px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box-wrapper {
    border-radius: 15px;
    margin: 60px auto 30px;
    padding: 15% 5% 5%;
  }
}
.food-home .page_kengai .sec01 .box-wrapper .num {
  position: absolute;
  width: 105px;
  height: 105px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box-wrapper .num {
    width: 80px;
    height: 80px;
  }
}
.food-home .page_kengai img {
  width: 100%;
}
.food-home .page_kengai .sec01 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.food-home .page_kengai .sec01 .box1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.food-home .page_kengai .sec01 h3, .food-home .page_kengai .sec01 .box h3 {
  display: inline;
  font-size: 42px;
  line-height: 1.5;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00)); */
  background: -webkit-linear-gradient(transparent 75%, #ffff00 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffff00));
  background: linear-gradient(transparent 75%, #ffff00 75%);
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 h3, .food-home .page_kengai .sec01 .box h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.food-home .page_kengai .sec01 .box1-content {
  border: 2px solid #71b748;
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  margin-top: 2rem;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box1-content {
    padding: 5%;
  }
}
.food-home .page_kengai .sec01 .box1-content h4 {
  color: #71b748;
  font-weight: bold;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box1-content h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.food-home .page_kengai .sec01 .box1-content h4 span {
  background: #fff;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box1-content h4 span {
    padding-bottom: 1rem;
  }
}
.food-home .page_kengai .sec01 .box1-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.food-home .page_kengai .sec01 .box1-content ul li {
  width: calc(50% - 0.5rem);
  background: #f3eddf;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box1-content ul li {
    font-size: 13px;
  }
}
.food-home .page_kengai .access-line {
  padding: 0;
  margin: 4rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .access-line {
    margin: 2rem 0;
  }
}
.food-home .page_kengai .access-line p {
  font-size: 20px !important;
  text-align: center;
  color: #fff;
  background-color: #71b748;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .access-line p {
    font-size: 16px;
  }
}
.food-home .page_kengai .sec01 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.food-home .page_kengai .sec01 .box2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.food-home .page_kengai .sec01 p, .food-home .page_kengai .sec01 .box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 p, .food-home .page_kengai .sec01 .box p {
    font-size: 14px;
  }
}
.food-home .page_kengai .sec01 .box2 .box p {
  margin: 0;
}
.food-home .page_kengai .btn {
  width: 100%;
  max-width: 350px;
  margin: auto;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #71b748;
  border: 1px solid #71b748;
  background: #fff;
}
.food-home .page_kengai .btn::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #71b748;
  border-right: 1px solid #71b748;
}
.food-home .page_kengai .sec01 .box2 .box .btn {
  margin: 0;
}
.food-home .page_kengai .btn:hover {
  color: #fff;
  opacity: 0.8;
  background-color: #71b748;
}
.food-home .page_kengai .btn:hover::after {
  border-color: #fff;
}
.food-home .page_kengai .sec01 .box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.food-home .page_kengai .sec01 .box3 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.food-home .page_kengai .sec01 .box3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.food-home .page_kengai .sec01 .box3 .box p {
  margin: 0;
}
.food-home .page_kengai .sec01 .box3-1 {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box3-1 {
    background: unset;
    padding: 0;
  }
}
.food-home .page_kengai .sec01 .box3-1 img {
  margin-bottom: 10px;
}
.food-home .page_kengai .sec01 .box3-1 small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
.food-home .page_kengai .sec01 .box3-1 a {
  color: #0066bc;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box3-1 a {
    font-size: 10px;
  }
}
.food-home .page_kengai .sec01 .box {
  text-align: center;
}
.food-home .page_kengai .sec01 .box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.food-home .page_kengai .sec01 .box4 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.food-home .page_kengai .sec01 .box4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.food-home .page_kengai .sec01 .box4 h4 {
  font-size: 25px;
  color: #71b748;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .box4 h4 {
    font-size: 18px;
  }
}
.food-home .page_kengai .sec01 .box4 .box p {
  margin: 0;
}
.food-home .page_kengai .sec01 .box5 h4 {
  font-size: 25px;
  color: #71b748;
}
.food-home .page_kengai .sec01 .box5 .box {
  text-align: left;
}
.food-home .page_kengai .sec01 .box5 .img {
  margin: 2rem 0;
  display: block;
}
.food-home .page_kengai .sec01 .img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  clear: both;
  margin-top: 30px;
}
.food-home .page_kengai .sec01 .img-flex .img-block {
  text-align: center;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .img-block {
    width: 100%;
  }
}
.food-home .page_kengai .sec01 .img-flex .img-block::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 9.7em solid transparent;
  border-right: 4em solid #71b748;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .img-block::before {
    display: none;
  }
}
.food-home .page_kengai .sec01 .img-flex .img-block img {
  vertical-align: top;
}
.food-home .page_kengai .sec01 .img-flex .text-block {
  width: calc(55% - 4em);
  background-color: #71b748;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .text-block {
    width: 100% !important;
    padding: 1.7em;
  }
}
.food-home .page_kengai .sec01 .img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-bottom: 0.6em;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .text-block .name {
    font-size: 1.2em;
    line-height: 1.35;
    padding-bottom: 0.6em;
  }
}
.food-home .page_kengai .sec01 .img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .text-block .class {
    margin-bottom: 2em;
    font-size: 1.1em;
  }
}
.food-home .page_kengai .sec01 .img-flex .text-block p {
  margin-top: 0;
}
.food-home .page_kengai .sec01 .img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .img-flex .text-block p:last-child {
    padding-top: 0;
  }
}
.food-home .page_kengai .sec01 .img-flex .text-block {
  cursor: pointer;
  position: relative;
  width: calc(79% - 4em);
}
.food-home .page_kengai .sec01 .img-flex .text-block::before,
.food-home .page_kengai .sec01 .img-flex .text-block::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.food-home .page_kengai .sec01 .img-flex .text-block::before {
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.food-home .page_kengai .sec01 .img-flex .text-block::after {
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.food-home .page_kengai .sec01 .img-flex .text-block.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.food-home .page_kengai .sec01 .img-flex .text-block.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.food-home .page_kengai .sec01 .interview-qa-box {
  display: none;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box {
    margin-top: 20px;
  }
}
.food-home .page_kengai .sec01 .interview-qa-box.active {
  display: block;
  width: 99.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box.active {
    width: 100%;
  }
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box .dl_interview {
    width: 100%;
  }
}
.food-home {
  /*.page_kengai .sec01 .interview-qa-box .dl_interview {
    float: left;
    width: 48%;
    height: 249px;
    margin: 0 0 3% 4%;
    background-color: #FFEEEE;
  }*/
  /*@media only screen and (max-width: 768px) {
    .page_kengai .sec01 .interview-qa-box .dl_interview {
      float: none;
      width: 100%;
      margin: 0;
      height: auto;
    }
  }*/
  /*.page_kengai .sec01 .interview-qa-box .dl_interview:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 3% 0;
  }*/
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview dt {
  color: #000;
  font-weight: bold;
  padding: 15px 0 10px 60px;
  position: relative;
  font-size: 1.47em;
  border-bottom: 1px solid #71b748;
  margin: 0 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box .dl_interview dt {
    font-size: 1em;
    padding-left: 47px;
  }
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .text-q {
  color: #71b748;
  font-weight: bold;
  font-size: 1.18em;
  position: absolute;
  left: 10px;
  top: 17px;
  display: block;
  line-height: 1;
  font-family: "游ゴシック体";
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview dd {
  margin: 0 auto 10px;
  font-size: 1.07em;
  font-weight: 700;
  border-radius: 6px;
  padding: 15px 20px;
  color: #000;
  line-height: 1.75;
  min-height: 6em;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box .dl_interview dd {
    font-size: 0.8em;
  }
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview dd .emphasis {
  color: #71b748;
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .emphasis {
  color: #71b748;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec01 .interview-qa-box .dl_interview dt .emphasis {
    font-size: 1.5rem;
  }
}
.food-home .page_kengai .sec02 {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
}
.food-home .page_kengai .sec02 .box {
  margin: 50px auto 0;
  text-align: center;
}
.food-home .page_kengai .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .flex-box {
    display: block;
  }
}
.food-home .page_kengai .flex-box .box-left {
  width: 35%;
}
.food-home .page_kengai .flex-box .box-left a {
  margin-top: 30px;
}
.food-home .page_kengai .flex-box .box-right {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .flex-box .box-left, .food-home .page_kengai .flex-box .box-right {
    width: 100%;
  }
  .food-home .page_kengai .flex-box .box-left {
    margin-bottom: 10px;
  }
}
.food-home .page_kengai .sec04 .flex-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 3%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box.reverse {
    display: block;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box.reverse figure {
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 100%;
  }
}
.food-home .page_kengai .sec04 .flex-box figure {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box figure {
    margin: 0 auto 0 calc(50% - 50vw);
    width: 100%;
  }
}
.food-home .page_kengai .sec04 .flex-box .text-box {
  background: #f3eddf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  margin-top: 8%;
  margin-left: -5%;
  padding: 5% 5% 5% 10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box .text-box {
    margin: -40% calc(50% - 50vw) 0 auto;
    padding: 50% 5% 5%;
    width: 90vw;
  }
}
.food-home .page_kengai .sec04 .flex-box.reverse .text-box {
  margin-left: 0;
  margin-right: -5%;
  padding: 5% 10% 5% 5%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box.reverse .text-box {
    margin: -40% calc(50% - 50vw) 0;
    padding: 50% 5% 5%;
    width: 100%;
  }
}
.food-home .page_kengai .sec04 .flex-box .text-box h3 {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box .text-box h3 {
    font-size: 25px;
  }
}
.food-home .page_kengai .sec04 .flex-box .text-box small {
  color: #71b748;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box .text-box small {
    font-size: 13px;
    padding: 5px 0;
  }
}
.food-home .page_kengai .sec04 .flex-box .text-box p {
  font-weight: bold;
  line-height: 1.75;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .sec04 .flex-box .text-box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em;
  }
}
.food-home .page_kengai .sec05 {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover;
}
.food-home .page_kengai .visit-oc .btn {
  position: absolute;
  bottom: 15%;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  .food-home .page_kengai .visit-oc .btn {
    max-width: 90%;
    left: 0;
    right: 0;
    bottom: 11%;
  }
}
.food-home {

}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump ul li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump {
    padding: 15px;
    top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .food-home #kengai .pagejump.stuck {
    padding: 10px 15px;
  }
}
.food-home .pagejump {
  gap: 1.5rem !important;
}
.food-home .card_item {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #71b748;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .food-home .card_item {
    margin-bottom: 20px;
  }
}
.food-home .card_item .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.5rem 1rem;
  background: #71b748;
  color: #fff;
  margin: 0;
}
.food-home .card_item .head .tag_list .tag {
  background: #000;
  border: 1px solid #000;
  border-radius: 99px;
  font-size: clamp(10px, 1.0248901903vw, 14px);
  color: #fff;
  font-weight: 500;
  padding: 0.5em;
  text-align: center;
  min-width: 5em;
  text-box: trim-both cap alphabetic;
}
.food-home .card_item .desc {
  padding: 0.5em 1em;
}
.food-home .card_item .desc .lead {
  color: #71b748;
  font-size: clamp(18px, 1.8301610542vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.food-home .card_item .head .title {
  font-size: clamp(18px, 2.196193265vw, 30px);
  font-weight: 700;
  margin: 0 !important;
  background: none !important;
}
.food-home .card_item .desc .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.food-home .card_item .desc p {
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1.7;
  font-weight: 700;
}
.food-home .card_item .desc .title-line {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.food-home .card_item .desc .title-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #71b748;
}
.food-home .button.orange {
  color: #71b748;
  border-color: #71b748;
  width: 400px;
}
.food-home .button {
  display: block;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #71b748;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 1em 1em;
  position: relative;
  text-align: center;
  width: 300px;
}
.food-home .button.orange:after {
  border-top: solid 1px #71b748;
  border-right: solid 1px #71b748;
}
.food-home .button.arrow::after {
  content: "";
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #71b748;
  border-right: solid 1px #71b748;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
.food-home .sec01 .oc {
  margin-top: 30px;
  margin-bottom: 20px;
}
.food-home .sec01 .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}
.food-home .sec01 .oc-grid {
  gap: 2rem;
  ustify-items: center;
}
@media only screen and (max-width: 769px) {
  .food-home .button.orange {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    width: 100%;
    max-width: 400px;
    padding: 1em;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .sec01 .grid-box {
    margin-top: 1em;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .sec01 .box p {
    text-align: left;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .button.arrow::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .page_kengai .btn {
    margin: 0 auto 15px;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .page_kengai .sec01 p, .food-home .page_kengai .sec01 .box p {
    text-align: left;
  }
}
@media only screen and (max-width: 769px) {
  .food-home .button {
    margin: 20px auto 0 !important;
  }
}
.food-home .btn_blue a, .food-home a.btn, .food-home span.btn {
  -webkit-filter: none !important;
  filter: none !important;
}
.food-home .sec01 .img-flex .img-block img {
  vertical-align: bottom;
}
.food-home .sec01 .img-flex .interview-qa-box .dl_interview {
  background-color: #ddecd2 !important;
}
.food-home .sec01 .img-flex .text-block {
  cursor: pointer;
  position: relative;
  width: calc(79% - 4em);
  background-color: #ed9100;
  color: #fff;
  padding: 10px 20px;
}
.food-home .sec01 .img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-bottom: 0.6em;
}
.food-home .sec01 .img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5rem;
}
.food-home .sec01 .img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.food-home .sec01 .img-flex .interview-qa-box .dl_interview {
  background-color: #faedd7;
}
.food-home .area_interview {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.food-home .dl_interview dd {
  background: none !important;
}
.food-home .dl_interview dt {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}
.food-home .page_kengai .sec01 .interview-qa-box .dl_interview {
  height: auto !important;
}
.food-home .page_kengai .sec01 .dl_interview dt {
  display: block !important;
}