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

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

.pagejump {
  position: static !important;
}

.pagejump a {
  width: auto;
}

.pagejump a::after {
  border: none;
  -webkit-transform: none;
          transform: none;
  top: auto;
}

.flex-box {
  margin: 0 auto !important;
}

@media print, screen and (min-width: 1024px) {
  .beauty-home .sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .beauty-home .pc {
    display: none;
  }
}
.beauty-home {
  @charset "UTF-8";
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* page-for-college */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: sec01 */
  /* __20: sec02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* .main {
    line-height: 1.8;
  } */
  /* .page-head h1 {
    line-height: 1.3;
  } */
  /* .bg-dot {
    background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
    width: 100%;
    height: auto;
  } */
}
.beauty-home .bg-dot {
  /* background: url(../img/for/kengai/bg.jpg); */
  background-color: #fdf3e9;
  width: 100%;
}
.beauty-home .bg-cream {
  background-color: #fdf3e9;
}
.beauty-home .anchor {
  padding-top: 112px;
  margin-top: -112px;
}
.beauty-home .group_intro .visual-header {
  /* height: 546px; */
  height: auto;
}
.beauty-home .group_intro .visual-header-inner {
  width: 1120px;
  margin: 0 auto;
}
.beauty-home .group_intro .visual-header-inner h2 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .group_intro .visual-header-inner {
    width: 100%;
  }
}
.beauty-home .pagejump {
  background: #e28098;
  padding: 20px 0;
  margin-top: -2px;
  /* position: sticky; */
  /* top: 114px; */
  /* z-index: 9999; */
  /* transition: all 0.3s; */
}
.beauty-home {
  /* @media only screen and (max-width: 768px) {
    .pagejump {
      top: 50px;
    }
  } */
  /* .pagejump.stuck {
    padding: 10px 0;
  } */
}
.beauty-home .pagejump .inner {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .pagejump .inner {
    width: 95%;
  }
}
.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;
  }
}
.beauty-home .pagejump ul li {
  margin: 0 10px;
  width: calc(20% - 20px);
}
@media only screen and (max-width: 768px) {
  .beauty-home .pagejump ul li {
    margin: 10px 5px;
    width: calc(50% - 10px);
  }
}
.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;
}
.beauty-home .pagejump ul li a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: url(https://www.b-f.ac.jp/cms/wp-content/themes/bf_2026/assets/2026/for/college/assets/img/arrow_b.svg) no-repeat center/18px 18px;
}
.beauty-home .sec01 .inner, .beauty-home .sec02 .inner, .beauty-home .sec03 .inner, .beauty-home .sec04 .inner, .beauty-home .sec05 .inner, .beauty-home .sec06 .inner {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  padding: 5em 0 3em;
}
.beauty-home .sec01 {
  padding-bottom: 2em !important;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .inner, .beauty-home .sec02 .inner, .beauty-home .sec03 .inner, .beauty-home .sec04 .inner, .beauty-home .sec05 .inner, .beauty-home .sec06 .inner {
    width: 95%;
    padding: 2.5em 0 3em;
  }
}
.beauty-home .sec01 .inner .contents-block {
  width: 85%;
  margin: 0 auto;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .inner .contents-block {
    width: 100%;
  }
}
.beauty-home .sec01 .flex, .beauty-home .sec03 .flex {
  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;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .flex, .beauty-home .sec03 .flex {
    display: block;
  }
}
.beauty-home .sec01 .box-left {
  width: 65%;
}
.beauty-home .sec01 .box-right {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .box-left, .beauty-home .sec01 .box-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .box-left p {
    text-align: center;
  }
}
.beauty-home .sec01 .box-right {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .box-right {
    padding-top: 3rem;
  }
}
.beauty-home .sec01 .box-right .lead {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
.beauty-home .sec01 .box-right img {
  width: 82%;
}
.beauty-home .section-title {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .beauty-home .section-title {
    font-size: 2.2rem;
  }
}
.beauty-home .section-title span {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .beauty-home .section-title span {
    font-size: 16px;
  }
}
.beauty-home h3 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5em;
  background: #e28098;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .beauty-home h3 {
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1.3em;
  }
}
.beauty-home h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffe05c));
  background: -webkit-linear-gradient(transparent 80%, #ffe05c 20%);
  background: linear-gradient(transparent 80%, #ffe05c 20%);
  padding-bottom: 0.7rem;
}
.beauty-home h3 small {
  font-size: 70%;
}
.beauty-home .sub-ttl {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sub-ttl {
    font-size: 24px;
    margin: 20px 0;
  }
}
.beauty-home .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffe05c));
  background: -webkit-linear-gradient(transparent 65%, #ffe05c 35%);
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}
.beauty-home .sec01 .tit, .beauty-home .sec01 .re-admission {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .tit, .beauty-home .sec01 .re-admission {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .tit {
    line-height: 2.3 !important;
  }
}
.beauty-home .sec01 .tit span {
  background: #e28098;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .tit span {
    font-size: 1.3rem;
    padding: 7px 10px;
  }
}
.beauty-home .sec01 p.re-admission {
  line-height: 1.4;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 p.re-admission {
    padding: 15px 0;
  }
}
.beauty-home .sec01 .re-admission span {
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffe05c));
  background: -webkit-linear-gradient(transparent 65%, #ffe05c 35%);
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec01 .re-admission span {
    font-size: 1.5rem;
  }
}
.beauty-home .sec01 .re-admission span.txt-red {
  color: #e28098;
  font-size: 125%;
}
.beauty-home .sec03 .wrapper-white {
  background-color: #fff;
  margin: 40px 0;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .wrapper-white {
    padding-bottom: 3rem;
  }
}
.beauty-home .sec03 .contents-block {
  width: 65%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .contents-block {
    width: 95%;
  }
}
.beauty-home .sec03 .lead {
  font-size: 2rem;
  font-weight: 700;
  color: #af7B1e;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .lead {
    font-size: 1.7rem;
  }
}
.beauty-home .sec03 .employment-rate {
  width: 56%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .employment-rate {
    width: 100%;
    padding-top: 15px;
  }
}
.beauty-home .sec03 .img-block {
  text-align: center;
}
.beauty-home .sec03 .course-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .course-flex {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.beauty-home .sec03 .course-flex .course {
  width: 100%;
  background-color: #fff;
  padding: 0 20px 20px !important;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 770px) {
  .beauty-home .sec03 .course-flex .course {
    /* width: 29%; */
    background-color: #fff;
    padding: 0 20px 20px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .course-flex .course {
    width: 50%;
    margin: 4em 0 2.5em;
  }
}
.beauty-home .sec03 .course-flex .course .course-pos {
  position: absolute;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.beauty-home .sec03 .course-flex .course .course-pos.red {
  background-color: #fb525b;
}
.beauty-home .sec03 .course-flex .course .course-pos.gen_orange {
  background-color: #e1a851;
}
.beauty-home .sec03 .course-flex .course .course-pos .course-text {
  font-size: 156%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.beauty-home .sec03 .course-flex .course .rate-text {
  width: 100%;
}
.beauty-home .sec03 .course-flex .course .rate-img {
  width: 100%;
}
@media screen and (min-width: 770px) {
  .beauty-home .sec03 .course-flex .course .rate-img {
    max-width: 260px;
    width: 100%;
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec03 .course-flex .course .rate-img {
    padding-top: 1.5em;
  }
}
.beauty-home .sec03 .rate-text .text {
  font-size: 150%;
  letter-spacing: 5px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.beauty-home .sec03 .rate-text .text span {
  font-size: 50%;
  letter-spacing: 1px;
  display: block;
}
.beauty-home .sec03 .course-flex .course .arrow {
  position: relative;
  padding: 1em;
}
.beauty-home .sec03 .course-flex .course .arrow:before, .beauty-home .sec03 .course-flex .course .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  margin: auto;
}
.beauty-home .sec03 .course-flex .course .arrow:before {
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
.beauty-home .sec03 .course-flex .course .arrow:after {
  right: -14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 15px;
  z-index: 10;
}
.beauty-home .sec03 .course-flex .course .red {
  border: 1px solid #fb525b;
  background-color: #fff;
}
.beauty-home .sec03 .course-flex .course .red:before {
  border-color: transparent transparent transparent #fb525b;
  border-color: #fb525b transparent transparent transparent;
}
.beauty-home .sec03 .course-flex .course .red .text {
  color: #fb525b;
}
.beauty-home .sec03 .course-flex .course .gen_orange {
  border: 1px solid #e1a851;
  background-color: #fff;
}
.beauty-home .sec03 .course-flex .course .gen_orange:before {
  border-color: transparent transparent transparent #e1a851;
  border-color: #e1a851 transparent transparent transparent;
}
.beauty-home .sec03 .course-flex .course .gen_orange .text {
  color: #e1a851;
}
.beauty-home .sec03 .course-flex .course .arrow2 {
  position: relative;
  padding: 1em;
}
.beauty-home .sec03 .course-flex .course .arrow2:before, .beauty-home .sec03 .course-flex .course .arrow2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.beauty-home .sec03 .course-flex .course .arrow2:before {
  border-style: solid;
  border-width: 15px 15px 0 15px;
}
.beauty-home .sec03 .course-flex .course .arrow2:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  z-index: 10;
}
.beauty-home .sec03 .course-flex .course .text-box {
  margin: 20px 0 0;
}
.beauty-home .sec03 .course-flex .course .text-box .text {
  font-size: 75%;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
}
.beauty-home .sec04 .contents-block {
  width: 78.6%;
  margin: 0 auto 3rem;
  /* padding: 0 0 3rem 0; */
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .contents-block {
    width: 95%;
  }
}
.beauty-home .sec04 .contents-block.bg-white {
  background-color: #fff;
  padding-bottom: 30px;
}
.beauty-home .sec04 h4 {
  background: #e28098;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 24px;
}
.beauty-home {
  /* .sec04 .support.box {
    background-color: #fff;
    padding: 50px;
  } */
}
.beauty-home .sec04 .support.box.flex {
  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;
  padding: 30px 50px 0 50px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box.flex {
    display: block;
    padding: 25px;
  }
}
.beauty-home .sec04 .support.box .left, .beauty-home .sec04 .support.box .right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .left, .beauty-home .sec04 .support.box .right {
    width: 100%;
  }
}
.beauty-home .sec04 .support.box .left.width60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .left.width60 {
    width: 100%;
  }
}
.beauty-home .sec04 .support.box .right.width38 {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .right.width38 {
    width: 100%;
  }
}
.beauty-home .sec04 .support.box .exemption p {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .exemption p {
    text-align: center;
    font-size: 22px;
  }
}
.beauty-home .sec04 .support.box .exemption p .txt-emphasis {
  display: inline-block;
  font-size: 250%;
  color: #BC1200;
}
.beauty-home .sec04 .support.box .exemption p .icon {
  font-size: 65%;
  background-color: #BC1200;
  border-radius: 16px;
  padding: 2px 15px;
  color: #fff;
  margin-left: 0.3rem;
}
.beauty-home .sec04 .support.box .exemption p .icon.bg-blue {
  background-color: #0093BC;
}
.beauty-home .sec04 .support.box .subject .list {
  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;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .subject .list {
    padding-top: 15px;
  }
}
.beauty-home .sec04 .support.box .subject .list-item {
  width: 48%;
}
.beauty-home .sec04 .support.box .subject .list-item.width100 {
  width: 100%;
}
.beauty-home .sec04 .support.box .subject .list-item p {
  background-color: #E5E5E5;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .support.box .subject .list-item p {
    font-size: 16px;
  }
}
.beauty-home .sec04 .support.box .subject .list-item p.bg_lightgray {
  background-color: #f9f9f9;
  padding: 12px 0;
  line-height: 1.3;
}
.beauty-home .sec04 .support.box .subject .list-item p span.small {
  display: inline-block;
  font-size: 90%;
}
.beauty-home .sec04 .lead {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .lead {
    margin-top: 20px;
  }
}
.beauty-home .sec04 .lead .tag {
  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;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .lead .tag {
    padding: 0 12px;
    gap: 0.5rem;
  }
}
.beauty-home .sec04 .lead p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #e28098;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .lead p {
    font-size: 18px;
  }
}
.beauty-home .sec04 .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 14px;
  font-weight: 700;
  background-color: #e28098;
  border-radius: 14px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .lead .tag span {
    font-size: 12px;
  }
}
.beauty-home .sec04 .acdn-box {
  padding: 30px 50px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box {
    padding: 12px;
  }
}
.beauty-home .sec04 .acdn-box .acdn-head {
  cursor: pointer;
  position: relative;
}
.beauty-home .sec04 .acdn-box .acdn-head::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.beauty-home .sec04 .acdn-box .acdn-head.--active::after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
.beauty-home .sec04 .acdn-box .acdn-head h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em;
  background: #e28098;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-head h5 {
    font-size: 15px;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body {
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 0;
}
.beauty-home .sec04 .acdn-box .acdn-body p {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body {
    padding: 2rem 1rem;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex {
  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: 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .body-flex {
    display: block;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex .box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .body-flex .box {
    width: 100%;
    padding: 14px 0;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex .box h6 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .body-flex .box h6 {
    font-size: 20px;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex .box p {
  font-size: 24px;
  font-weight: 700;
  color: #bc1200;
  text-align: center;
  line-height: 1.2;
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex .box p span {
  font-size: 143%;
}
.beauty-home .sec04 .acdn-box .acdn-body .body-flex .box p span.small {
  font-size: 70%;
}
.beauty-home .sec04 .acdn-box .acdn-body .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .grid-box {
    display: block;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .step {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.beauty-home .sec04 .acdn-box .acdn-body .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #e28098 transparent;
  border-width: 0px 0px 25px 25px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .step {
    margin: 2em 0;
    padding: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .step:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .step:last-child {
    margin-bottom: 0;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #e28098;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .step .num {
    font-size: 20px;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .step h6 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #e28098;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec04 .acdn-box .acdn-body .step h6 {
    font-size: 16px;
  }
}
.beauty-home .sec04 .acdn-box .acdn-body .step p {
  font-size: 16px;
  text-align: center;
  padding-top: 0.5em;
  line-height: 1.6;
}
.beauty-home .sec05 .section-title, .beauty-home .sec06 .section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .section-title, .beauty-home .sec06 .section-title {
    margin-bottom: 30px;
  }
}
.beauty-home .sec05 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .contents-block {
    width: 95%;
  }
}
.beauty-home .sec05 .box-bnr {
  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;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr {
    display: block;
  }
}
.beauty-home .sec05 .box-bnr .left, .beauty-home .sec05 .box-bnr .right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr .left, .beauty-home .sec05 .box-bnr .right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr .left {
    margin-bottom: 30px;
  }
}
.beauty-home .sec05 .box-bnr p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr p {
    margin-bottom: 2em;
  }
}
.beauty-home .sec05 .box-bnr p span {
  display: inline-block;
  background: #e28098;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 80%;
  margin: 0 auto 0.3em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr p span {
    width: 71.1%;
    font-size: 18px;
  }
}
.beauty-home .sec05 .box-bnr img {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec05 .box-bnr img {
    margin-top: 0;
  }
}
.beauty-home .sec06 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block {
    width: 95%;
  }
}
.beauty-home {
  /* .sec06 .contents-block table {
    border-top: 1px solid silver;
  } */
}
.beauty-home .sec06 .contents-block table tr {
  border-bottom: 1px solid silver;
}
.beauty-home .sec06 .contents-block table th {
  width: 28%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.5em;
  background-color: #e28098;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block table th {
    font-size: 16px;
  }
}
.beauty-home .sec06 .contents-block table td {
  font-size: 20px;
  vertical-align: middle;
  padding: 1.4em;
  background-color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block table td {
    padding: 0.5em;
    font-size: 15px;
  }
}
.beauty-home {
  /* @media only screen and (max-width: 768px) {
    .sec06 .contents-block table td p {
      font-size: 16px;
    }
  } */
}
.beauty-home .sec06 .contents-block table td .flex {
  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;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block table td .flex {
    display: block;
  }
}
.beauty-home .sec06 .contents-block table td .flex .box-left {
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block table td .flex .box-left {
    width: 100%;
  }
}
.beauty-home .sec06 .contents-block table td .flex .box-left p {
  line-height: 1.3;
}
.beauty-home .sec06 .contents-block table td .flex .box-right {
  width: 42.1%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block table td .flex .box-right {
    width: 77%;
    margin: 15px auto 0;
  }
}
.beauty-home .sec06 .contents-block .head {
  margin-top: 40px;
}
.beauty-home .sec06 .contents-block .head p {
  text-align: center;
  font-size: 20px;
  color: #bc1200;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec06 .contents-block .head p {
    font-size: 16px;
  }
}
.beauty-home .sec06 .contents-block .head p span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffff00), color-stop(40%, transparent));
  background: -webkit-linear-gradient(bottom, #ffff00 40%, transparent 40%);
  background: linear-gradient(0deg, #ffff00 40%, transparent 40%);
}
.beauty-home .continer {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .continer {
    width: 90%;
    padding: 30px 0;
  }
}
.beauty-home .group_intro .flex-wrapper {
  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;
}
@media only screen and (max-width: 768px) {
  .beauty-home .group_intro .flex-wrapper {
    display: block;
  }
}
.beauty-home .group_intro .flex-wrapper .box-left, .beauty-home .group_intro .flex-wrapper .box-right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .group_intro .flex-wrapper .box-left, .beauty-home .group_intro .flex-wrapper .box-right {
    width: 100%;
  }
}
.beauty-home .group_intro .text_strong {
  font-size: 32px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .group_intro .text_strong {
    font-size: 21.6px;
    text-align: center;
  }
}
.beauty-home .group_intro .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
.beauty-home .group_intro .pagetop-sub-title {
  font-size: 20.8px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .beauty-home .group_intro .pagetop-sub-title {
    font-size: 17px;
    text-align: center;
  }
}
.beauty-home .group_intro .pagetop-waku p {
  line-height: 1.8;
}
.beauty-home .btn-area .continer {
  padding: 30px 0;
}
.beauty-home .btn-area .title_en {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .title_en {
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
  }
}
.beauty-home .btn-area .text_base {
  margin: 25px 0;
}
.beauty-home .btn-area .flex-wrapper {
  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;
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .flex-wrapper {
    display: block;
  }
}
.beauty-home .btn-area .flex-wrapper .box-left, .beauty-home .btn-area .flex-wrapper .box-right {
  text-align: center;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .flex-wrapper .box-left, .beauty-home .btn-area .flex-wrapper .box-right {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.beauty-home .btn-area .heading {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  text-align: center;
  color: #ed6966;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .heading {
    font-size: 17px;
  }
}
.beauty-home .btn-area .heading.bg-blue {
  color: #62b0e2;
}
.beauty-home .btn-area .heading::before, .beauty-home .btn-area .heading::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #ed6966;
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .heading::before, .beauty-home .btn-area .heading::after {
    height: 30px;
  }
}
.beauty-home .btn-area .heading.bg-blue::before, .beauty-home .btn-area .heading.bg-blue::after {
  background-color: #62b0e2;
}
.beauty-home .btn-area .heading::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .heading::before {
    margin-right: 20px;
  }
}
.beauty-home .btn-area .heading::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  .beauty-home .btn-area .heading::after {
    margin-left: 20px;
  }
}
.beauty-home .btn-area .btn {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #ed6966;
  padding: 18px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #ed6966;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
}
.beauty-home .btn-area .btn.bg-blue {
  border: 1px solid #62b0e2;
  background-color: #62b0e2;
}
.beauty-home .btn-area .btn::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.beauty-home .btn-area .btn:hover {
  background-color: #fff;
  color: #ed6966;
}
.beauty-home .btn-area .btn.bg-blue:hover {
  background-color: #fff;
  color: #62b0e2;
}
.beauty-home .btn-area .btn:hover::after {
  border-color: #ed6966;
}
.beauty-home .btn-area .btn.bg-blue:hover::after {
  border-color: #62b0e2;
}
.beauty-home .block_under-dream .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .block_under-dream .title_en {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .beauty-home .block_under-dream .title_en {
    line-height: 1em;
  }
}
.beauty-home .block_under-dream .title_en span {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}
@media only screen and (max-width: 640px) {
  .beauty-home .block_under-dream .title_en span {
    font-size: 0.5em;
  }
}
.beauty-home .text_strong {
  font-size: 1.5rem;
  margin: 0 0 30px 0;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .text_strong {
    font-size: 4.2vw;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .beauty-home .text_strong {
    font-size: 16px;
  }
}
.beauty-home .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
.beauty-home .text_base {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
.beauty-home .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
.beauty-home .title_underbar {
  font-size: 2em;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .beauty-home .title_underbar {
    font-size: 1.3em;
    letter-spacing: 2px;
  }
}
.beauty-home .title_underbar:after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 10px auto 0;
  background: -webkit-linear-gradient(left, #e28098 50%, #dbdbdb 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e28098), color-stop(50%, #dbdbdb));
  background: linear-gradient(to right, #e28098 50%, #dbdbdb 50%);
}
.beauty-home .seido {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #e28098;
}
@media only screen and (max-width: 640px) {
  .beauty-home .seido {
    font-size: 20px;
  }
}
.beauty-home .block_college_flex02 {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.beauty-home .block_college_flex02 .box {
  width: calc(50% - 30px - 0.1px);
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .beauty-home .block_college_flex02 .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.beauty-home .block_college_flex02 .box h3 {
  text-align: center;
  font-size: 25px;
}
.beauty-home .block_college_flex02 .box p {
  text-align: center;
}
.beauty-home .block_college_flex02 .box .point {
  color: #e28098;
  font-weight: bold;
  font-size: 22px;
}
.beauty-home .block_college_flex02 .box a {
  display: block;
  text-align: center;
  margin: 10px;
  border: 1px solid #e28098;
  padding: 12px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e28098;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 25px;
}
.beauty-home .block_college_flex02 .box a:hover {
  background-color: #e28098;
  color: #fff;
}
.beauty-home .block_college_flex02 .box a:hover::after {
  border-color: #fff;
}
.beauty-home .block_college_flex02 .box a::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #e28098;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.beauty-home .bg_text {
  background-color: #98cdf4;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .beauty-home .bg_text {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.beauty-home .bg_text .yellow {
  color: #ffff00;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .bg_text .yellow {
    font-size: 18px;
  }
}
.beauty-home .table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 25px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .beauty-home .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.beauty-home .table_base th, .beauty-home .table_base td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .beauty-home .table_base th, .beauty-home .table_base td {
    padding: 6px;
    font-size: 0.75em;
  }
}
.beauty-home .table_base td {
  font-size: 0.9em;
  line-height: 1.5;
}
.beauty-home .btn_pink {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #e28098;
  padding: 18px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e28098;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
  background-color: #fff;
}
.beauty-home .btn_pink:hover {
  background-color: #e28098;
  color: #fff;
}
.beauty-home .btn_pink:hover::after {
  border-color: #fff;
}
.beauty-home .btn_pink::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #e28098;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.beauty-home .area_interview {
  margin-bottom: 40px;
  -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 .area_interview.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;
}
.beauty-home .area_interview.img-flex .img-block {
  text-align: center;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .beauty-home .area_interview.img-flex .img-block {
    width: 100%;
  }
}
.beauty-home .area_interview.img-flex .img-block::before {
  content: "";
  bottom: 0;
  right: -1px;
  border-top: 17.5em solid transparent;
  border-right: 4em solid #e28098;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .beauty-home .area_interview.img-flex .img-block::before {
    display: none;
  }
}
.beauty-home .area_interview.img-flex .img-block img {
  vertical-align: top;
  width: 100%;
}
.beauty-home .area_interview.img-flex .text-block {
  /* width: calc(50% - 4em); */
  width: 50%;
  background: #e28098;
  color: #fff;
  padding: 2em;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .beauty-home .area_interview.img-flex .text-block {
    width: 100%;
    padding: 1.5em 1.5em 3em;
  }
}
.beauty-home .area_interview.img-flex .text-block p {
  margin-top: 0;
}
.beauty-home .area_interview.img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .area_interview.img-flex .text-block .name {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.beauty-home .area_interview.img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.beauty-home .area_interview.img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
  font-weight: 700;
}
.beauty-home .area_interview.img-flex .text-block::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.beauty-home .area_interview.img-flex .text-block::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.beauty-home .area_interview.cf::after {
  content: "";
  display: table;
  clear: both;
}
.beauty-home .interview-qa-box {
  display: none;
  width: 100%;
  margin: auto;
  background-color: #f6e3e3;
  padding: 1.5rem;
}
.beauty-home .interview-qa-box.active {
  display: block;
}
.beauty-home .interview-qa-box .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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .flex-box {
    gap: 1rem;
  }
}
.beauty-home .interview-qa-box .dl_interview {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .dl_interview {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.beauty-home .interview-qa-box .dl_interview:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .dl_interview:nth-child(2n+1) {
    clear: both;
    margin: 0 0 20px 0;
  }
}
.beauty-home .interview-qa-box .dl_interview dt {
  color: #000;
  font-weight: bold;
  padding: 8px 0 5px 30px;
  position: relative;
  font-size: 1.3em;
  min-height: 1.9em;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .dl_interview dt {
    padding: 0 0 8px 25px;
    font-size: 0.9em;
    min-height: inherit;
  }
}
.beauty-home .interview-qa-box .dl_interview dt .text-q {
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 1;
  font-family: "Century Gothic";
  background: #e28098;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .dl_interview dt .text-q {
    font-size: 1.4em;
  }
}
.beauty-home .interview-qa-box .dl_interview dd {
  font-size: 1.13em;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  min-height: 6em;
  line-height: normal;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .beauty-home .interview-qa-box .dl_interview dd {
    font-size: 0.8em;
    padding: 10px;
    min-height: inherit;
    line-height: 1.6;
  }
}
.beauty-home .block_under-article {
  background: url(../img/for/slide-dott_sp.png) repeat left top;
}
.beauty-home .block_under-article .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
.beauty-home .block_under-article .flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beauty-home .block_under-article .list_article li {
  width: 32%;
  margin: 0 0 3% 2%;
  padding: 0 10px 45px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .beauty-home .block_under-article .list_article li {
    width: 48%;
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  .beauty-home .block_under-article .list_article li {
    width: 100%;
    margin: 0 0 35px;
  }
}
.beauty-home .block_under-article .list_article li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/for/icon-link.png);
  background-size: 45px 45px;
}
.beauty-home .block_under-article .list_article li:nth-child(3n+1) {
  margin: 0 0 3% 0;
}
@media only screen and (max-width: 768px) {
  .beauty-home .block_under-article .list_article li:nth-child(3n+1) {
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  .beauty-home .block_under-article .list_article li:nth-child(3n+1) {
    margin: 0 0 35px;
  }
}
.beauty-home .block_under-article .list_article a {
  display: block;
  height: 100%;
}
.beauty-home .block_under-article .list_article .article-number {
  width: 65px;
  text-align: center;
  color: #e28098;
  position: absolute;
  left: 15px;
  top: 15px;
}
.beauty-home .block_under-article .list_article .article-number::after {
  content: "";
  width: 3px;
  height: 75px;
  background: #e28098;
  position: absolute;
  left: 2px;
  top: -35px;
}
.beauty-home .block_under-article .list_article .article-number .number-text {
  font-size: 2.5em;
  font-family: Century Gothic, "serif";
  line-height: 1;
}
.beauty-home .block_under-article .list_article .article-title {
  font-size: 1.2em;
  color: #e28098;
  margin: 12px 0 15px 70px;
  min-height: 3em;
}
.beauty-home .block_under-article .list_article .article-text {
  font-size: 0.9em;
}
.beauty-home {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* 2025年度更新 再進学ページ_追記 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.beauty-home .college {
  color: #000;
}
.beauty-home .illust figure {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
.beauty-home .data {
  background-color: #f6e3e3;
}
.beauty-home {

}
.beauty-home html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.beauty-home img {
  max-width: 100%;
  height: auto;
}
.beauty-home em {
  font-style: normal;
}
.beauty-home body {
  color: #000;
}
.beauty-home body a {
  color: #000;
}
.beauty-home .fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.beauty-home .fade-in.is-visible {
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
  opacity: 1;
}
.beauty-home .fade-in-up {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(20px);
  transform: scale(0.9) translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.beauty-home .fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition-delay: calc(var(--delay, 0s) + 0.2s);
  transition-delay: calc(var(--delay, 0s) + 0.2s);
}
.beauty-home .inner {
  max-width: 1200px;
}
.beauty-home .pagejump ul li a {
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec01 .box-left2 {
    width: 50%;
  }
}
.beauty-home .sec01 .box-left2 .re-admission em {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec01 .box-left2 .re-admission em {
    font-size: 1.8rem;
    display: block;
  }
}
.beauty-home .sec01 .box-left2 .re-admission span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec01 .box-right2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .beauty-home .sec01 .box-right2 {
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec01 .area_interview .img-block {
    width: 320px;
  }
  .beauty-home .sec01 .area_interview .img-block::before {
    border-top: 160px solid transparent;
    border-right: 40px solid #e28098;
  }
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec01 .area_interview .text-block {
    width: calc(100% - 320px);
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0em 2em;
    line-height: 1.3;
  }
  .beauty-home .sec01 .area_interview .text-block p.name {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .beauty-home .sec01 .area_interview .text-block p.class {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec03 .wrapper-flex {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.beauty-home .sec03 .wrapper-flex .contents-block .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec03 .wrapper-flex .contents-block {
    width: 45%;
    padding: 0;
  }
  .beauty-home .sec03 .wrapper-flex .contents-block .employment-rate {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
  }
  .beauty-home .sec03 .wrapper-flex .contents-block .sub-ttl {
    margin: 0 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .beauty-home .sec03 .wrapper-flex .contents-block .employment-rate {
    text-align: center;
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .beauty-home .sec03 .wrapper-flex .contents-fullblock {
    width: 100%;
  }
  .beauty-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl {
    margin: 80px auto 40px;
  }
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl span em {
  color: #e28098;
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .rate-img .img {
    text-align: center;
  }
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .course-pos.green {
  background-color: #69bc82;
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green {
  border: 1px solid #69bc82;
  background-color: #fff;
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green:before {
  border-color: transparent transparent transparent #69bc82;
  border-color: #69bc82 transparent transparent transparent;
}
.beauty-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green .text {
  color: #69bc82;
}
.beauty-home .sec06 .acdn-box {
  max-width: 900px;
  margin: 0 auto;
}
.beauty-home .sec06 .acdn-box + .acdn-box {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec06 .acdn-box + .acdn-box {
    margin: 20px auto 0;
  }
}
.beauty-home .sec06 .acdn-box .acdn-head h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em;
  background: #e28098;
  position: relative;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec06 .acdn-box .acdn-head h5 {
    font-size: 18x;
  }
}
.beauty-home .sec06 .acdn-box .acdn-head h5::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.beauty-home .sec06 .acdn-box .interview-qa-box {
  background-color: #ffffff;
  padding: 1.5em 0;
}
.beauty-home .sec06 .acdn-box .interview-qa-box > em {
  display: block;
  text-align: center;
  color: #e28098;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec06 .acdn-box .interview-qa-box > em {
    font-size: 1.2rem;
  }
}
.beauty-home .sec06 .acdn-box .interview-qa-box table {
  border: 1px solid #808080;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr + tr {
  border-top: 1px solid #808080;
}
.beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr th, .beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr td {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr th {
  width: 200px;
  background-color: #f6e3e3;
  border: none;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr th {
    width: 110px;
  }
}
.beauty-home .sec06 .acdn-box .interview-qa-box table tbody tr td {
  border: none;
  line-height: 1.5;
}
.beauty-home .sec05 .bnr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 30px;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec05 .bnr-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.beauty-home .sec00 .grid {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.beauty-home .sec00 .lead {
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .beauty-home .sec00 .lead {
    font-size: 1.3rem;
  }
}
.beauty-home .sec00 .lead span {
  color: var(--base-color);
  display: inline-block;
}
.beauty-home .sec00 .lead .arrow {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  margin: auto;
  width: 2em;
  height: 2em;
  background-color: #fff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.beauty-home .sec00 .lead .arrow:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.beauty-home .sec00 .title {
  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;
  gap: 2rem;
  text-align: center;
}
.beauty-home .sec00 .title b {
  font-size: 1.5em;
  color: var(--base-color);
}
.beauty-home .sec00 svg {
  height: 10rem;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.beauty-home .sec02 {
  background-color: #f6e3e3;
}
.beauty-home .sec02 .support_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.beauty-home .sec02 .support {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 40%;
}
.beauty-home .sec02 .support__inner {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support__inner {
    padding: 1em;
  }
}
.beauty-home .sec02 .support .head {
  margin-bottom: 0;
}
.beauty-home .sec02 .support .head h4 {
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
  background: -webkit-linear-gradient(60deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
  background: linear-gradient(30deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
}
.beauty-home .sec02 .support .price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.beauty-home .sec02 .support .price .val {
  font-family: var(--ffGabarito);
  display: inline-block;
  font-size: 2em;
  vertical-align: baseline;
  color: #e55658;
  line-height: 1.5;
}
.beauty-home .sec02 .support .price .tag {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.5em;
  margin-left: 0.25em;
  vertical-align: super;
  color: #fff;
  background-color: #e55658;
  border-radius: calc(infinity * 1px);
}
.beauty-home .sec02 .support .price .tag.--c1 {
  background-color: #e55658;
}
.beauty-home .sec02 .support .price .tag.--c2 {
  background-color: #0092bb;
}
.beauty-home .sec02 .support .price .plus {
  display: inline-block;
  font-size: 2.5em;
  font-weight: 900;
  vertical-align: baseline;
  color: #e55658;
  margin-right: 5px;
  line-height: 1;
}
.beauty-home .sec02 .support .price-box {
  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;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support .price-box {
    display: block;
  }
}
.beauty-home .sec02 .support table {
  border: unset;
}
.beauty-home .sec02 .support table th {
  width: 50%;
  text-align: center;
  background-color: #adadad;
  border: unset;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support table th {
    font-size: 1.2rem;
  }
}
.beauty-home .sec02 .support table td {
  border: unset;
  background-color: #ececec;
  font-weight: 700;
  text-align: center;
}
.beauty-home .sec02 .support table td span {
  display: block;
  text-align: center;
}
.beauty-home .sec02 .support .lead {
  margin: 1em 0;
}
.beauty-home .sec02 .support .lead .tag {
  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;
  gap: 1rem;
  margin: 1em;
}
.beauty-home .sec02 .support .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0 2em;
  font-weight: 700;
  background-color: var(--base-color);
  border-radius: calc(infinity * 1px);
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support .lead .tag span {
    font-size: 11px;
  }
}
.beauty-home .sec02 .support .lead p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .support .lead p {
    font-size: 1.6rem;
  }
}
.beauty-home .sec02 .acdn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.beauty-home .sec02 .acdn-head {
  cursor: pointer;
  position: relative;
}
.beauty-home .sec02 .acdn-head::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.beauty-home .sec02 .acdn-head.--active::after {
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}
.beauty-home .sec02 .acdn-head h5 {
  text-align: center;
  background: #808080;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-head h5 {
    font-size: 1.4rem;
  }
}
.beauty-home .sec02 .acdn-body {
  display: none;
  background-color: #f8f8f8;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-body {
    padding: 1em;
  }
}
.beauty-home .sec02 .acdn-body .grid-box {
  display: grid;
  gap: 3rem;
}
.beauty-home .sec02 .acdn-body h6 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-body h6 {
    font-size: 1.6rem;
  }
}
.beauty-home .sec02 .acdn-body p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-body .box {
    width: 100%;
  }
}
.beauty-home .sec02 .acdn-body .box + .box {
  border-top: 1px dashed var(--college-font-color);
  margin-top: 2rem;
  padding-top: 2rem;
}
.beauty-home .sec02 .acdn-body .box p {
  font-weight: 700;
  color: var(--base-color);
  line-height: 1.4;
}
.beauty-home .sec02 .acdn-body .box p span {
  font-size: 2em;
}
.beauty-home .sec02 .acdn-body .box p small {
  font-size: 0.8em;
  display: block;
  color: var(--font-color);
}
.beauty-home .sec02 .acdn-body .btn {
  font-size: 1.5rem;
}
.beauty-home .sec02 .acdn-body .step {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 1em;
}
.beauty-home .sec02 .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-body .step .num {
    font-size: 2rem;
  }
}
.beauty-home .sec02 .acdn-body .step h6 {
  line-height: 1.5;
}
.beauty-home .sec02 .acdn-body .step p {
  padding-top: 0.5em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .beauty-home .sec02 .acdn-body .text-box p {
    text-align: left;
  }
}
.beauty-home .box-right2 svg {
  width: 28rem;
  display: block;
  margin: 0 auto;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.beauty-home .content-separater .douga-block {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .content-separater .douga-block {
    padding-bottom: 1rem;
  }
}
.beauty-home .content-separater .douga-block {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .beauty-home .content-separater .douga-block {
    padding-bottom: 1rem;
  }
}

/*******beauty-homeここまで********/
@media print, screen and (min-width: 1024px) {
  .food-home .sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .food-home .pc {
    display: none;
  }
}
.food-home {
  @charset "UTF-8";
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* page-for-college */
  /* 目次 */
  /* __00: 共通設定 */
  /* __10: sec01 */
  /* __20: sec02 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* __00: 共通設定 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* .main {
    line-height: 1.8;
  } */
  /* .page-head h1 {
    line-height: 1.3;
  } */
  /* .bg-dot {
    background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
    width: 100%;
    height: auto;
  } */
}
.food-home .bg-dot {
  /* background: url(../img/for/kengai/bg.jpg); */
  background-color: #fdf3e9;
  width: 100%;
}
.food-home .bg-cream {
  background-color: #fdf3e9;
}
.food-home .anchor {
  padding-top: 112px;
  margin-top: -112px;
}
.food-home .group_intro .visual-header {
  /* height: 546px; */
  height: auto;
}
.food-home .group_intro .visual-header-inner {
  width: 1120px;
  margin: 0 auto;
}
.food-home .group_intro .visual-header-inner h2 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .food-home .group_intro .visual-header-inner {
    width: 100%;
  }
}
.food-home .pagejump {
  background: #71b748;
  padding: 20px 0;
  margin-top: -2px;
  /* position: sticky; */
  /* top: 114px; */
  /* z-index: 9999; */
  /* transition: all 0.3s; */
}
.food-home {
  /* @media only screen and (max-width: 768px) {
    .pagejump {
      top: 50px;
    }
  } */
  /* .pagejump.stuck {
    padding: 10px 0;
  } */
}
.food-home .pagejump .inner {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .food-home .pagejump .inner {
    width: 95%;
  }
}
.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;
  }
}
.food-home .pagejump ul li {
  margin: 0 10px;
  width: calc(20% - 20px);
}
@media only screen and (max-width: 768px) {
  .food-home .pagejump ul li {
    margin: 10px 5px;
    width: calc(50% - 10px);
  }
}
.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;
}
.food-home .pagejump ul li a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: url(https://www.b-f.ac.jp/cms/wp-content/themes/bf_2026/assets/2026/for/college/assets/img/arrow_f.svg) no-repeat center/18px 18px;
}
.food-home .sec01 .inner, .food-home .sec02 .inner, .food-home .sec03 .inner, .food-home .sec04 .inner, .food-home .sec05 .inner, .food-home .sec06 .inner {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  padding: 5em 0 3em;
}
.food-home .sec01 {
  padding-bottom: 2em !important;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .inner, .food-home .sec02 .inner, .food-home .sec03 .inner, .food-home .sec04 .inner, .food-home .sec05 .inner, .food-home .sec06 .inner {
    width: 95%;
    padding: 2.5em 0 3em;
  }
}
.food-home .sec01 .inner .contents-block {
  width: 85%;
  margin: 0 auto;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .inner .contents-block {
    width: 100%;
  }
}
.food-home .sec01 .flex, .food-home .sec03 .flex {
  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;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .flex, .food-home .sec03 .flex {
    display: block;
  }
}
.food-home .sec01 .box-left {
  width: 65%;
}
.food-home .sec01 .box-right {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .box-left, .food-home .sec01 .box-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .box-left p {
    text-align: center;
  }
}
.food-home .sec01 .box-right {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .box-right {
    padding-top: 3rem;
  }
}
.food-home .sec01 .box-right .lead {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
.food-home .sec01 .box-right img {
  width: 82%;
}
.food-home .section-title {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .food-home .section-title {
    font-size: 2.2rem;
  }
}
.food-home .section-title span {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .food-home .section-title span {
    font-size: 16px;
  }
}
.food-home h3 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5em;
  background: #71b748;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .food-home h3 {
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1.3em;
  }
}
.food-home h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffe05c));
  background: -webkit-linear-gradient(transparent 80%, #ffe05c 20%);
  background: linear-gradient(transparent 80%, #ffe05c 20%);
  padding-bottom: 0.7rem;
}
.food-home h3 small {
  font-size: 70%;
}
.food-home .sub-ttl {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .food-home .sub-ttl {
    font-size: 24px;
    margin: 20px 0;
  }
}
.food-home .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffe05c));
  background: -webkit-linear-gradient(transparent 65%, #ffe05c 35%);
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}
.food-home .sec01 .tit, .food-home .sec01 .re-admission {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .tit, .food-home .sec01 .re-admission {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .tit {
    line-height: 2.3 !important;
  }
}
.food-home .sec01 .tit span {
  background: #71b748;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .tit span {
    font-size: 1.3rem;
    padding: 7px 10px;
  }
}
.food-home .sec01 p.re-admission {
  line-height: 1.4;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 p.re-admission {
    padding: 15px 0;
  }
}
.food-home .sec01 .re-admission span {
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffe05c));
  background: -webkit-linear-gradient(transparent 65%, #ffe05c 35%);
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}
@media only screen and (max-width: 768px) {
  .food-home .sec01 .re-admission span {
    font-size: 1.5rem;
  }
}
.food-home .sec01 .re-admission span.txt-red {
  color: #71b748;
  font-size: 125%;
}
.food-home .sec03 .wrapper-white {
  background-color: #fff;
  margin: 40px 0;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .wrapper-white {
    padding-bottom: 3rem;
  }
}
.food-home .sec03 .contents-block {
  width: 65%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .contents-block {
    width: 95%;
  }
}
.food-home .sec03 .lead {
  font-size: 2rem;
  font-weight: 700;
  color: #af7B1e;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .lead {
    font-size: 1.7rem;
  }
}
.food-home .sec03 .employment-rate {
  width: 56%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .employment-rate {
    width: 100%;
    padding-top: 15px;
  }
}
.food-home .sec03 .img-block {
  text-align: center;
}
.food-home .sec03 .course-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .course-flex {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.food-home .sec03 .course-flex .course {
  width: 100%;
  background-color: #fff;
  padding: 0 20px 20px !important;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 770px) {
  .food-home .sec03 .course-flex .course {
    /* width: 29%; */
    background-color: #fff;
    padding: 0 20px 20px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .course-flex .course {
    width: 50%;
    margin: 4em 0 2.5em;
  }
}
.food-home .sec03 .course-flex .course .course-pos {
  position: absolute;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.food-home .sec03 .course-flex .course .course-pos.red {
  background-color: #fb525b;
}
.food-home .sec03 .course-flex .course .course-pos.gen_orange {
  background-color: #e1a851;
}
.food-home .sec03 .course-flex .course .course-pos .course-text {
  font-size: 156%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.food-home .sec03 .course-flex .course .rate-text {
  width: 100%;
}
.food-home .sec03 .course-flex .course .rate-img {
  width: 100%;
}
@media screen and (min-width: 770px) {
  .food-home .sec03 .course-flex .course .rate-img {
    max-width: 260px;
    width: 100%;
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec03 .course-flex .course .rate-img {
    padding-top: 1.5em;
  }
}
.food-home .sec03 .rate-text .text {
  font-size: 150%;
  letter-spacing: 5px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.food-home .sec03 .rate-text .text span {
  font-size: 50%;
  letter-spacing: 1px;
  display: block;
}
.food-home .sec03 .course-flex .course .arrow {
  position: relative;
  padding: 1em;
}
.food-home .sec03 .course-flex .course .arrow:before, .food-home .sec03 .course-flex .course .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  margin: auto;
}
.food-home .sec03 .course-flex .course .arrow:before {
  border-style: solid;
  border-width: 15px 0 15px 15px;
}
.food-home .sec03 .course-flex .course .arrow:after {
  right: -14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 15px;
  z-index: 10;
}
.food-home .sec03 .course-flex .course .red {
  border: 1px solid #fb525b;
  background-color: #fff;
}
.food-home .sec03 .course-flex .course .red:before {
  border-color: transparent transparent transparent #fb525b;
  border-color: #fb525b transparent transparent transparent;
}
.food-home .sec03 .course-flex .course .red .text {
  color: #fb525b;
}
.food-home .sec03 .course-flex .course .gen_orange {
  border: 1px solid #e1a851;
  background-color: #fff;
}
.food-home .sec03 .course-flex .course .gen_orange:before {
  border-color: transparent transparent transparent #e1a851;
  border-color: #e1a851 transparent transparent transparent;
}
.food-home .sec03 .course-flex .course .gen_orange .text {
  color: #e1a851;
}
.food-home .sec03 .course-flex .course .arrow2 {
  position: relative;
  padding: 1em;
}
.food-home .sec03 .course-flex .course .arrow2:before, .food-home .sec03 .course-flex .course .arrow2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.food-home .sec03 .course-flex .course .arrow2:before {
  border-style: solid;
  border-width: 15px 15px 0 15px;
}
.food-home .sec03 .course-flex .course .arrow2:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  z-index: 10;
}
.food-home .sec03 .course-flex .course .text-box {
  margin: 20px 0 0;
}
.food-home .sec03 .course-flex .course .text-box .text {
  font-size: 75%;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
}
.food-home .sec04 .contents-block {
  width: 78.6%;
  margin: 0 auto 3rem;
  /* padding: 0 0 3rem 0; */
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .contents-block {
    width: 95%;
  }
}
.food-home .sec04 .contents-block.bg-white {
  background-color: #fff;
  padding-bottom: 30px;
}
.food-home .sec04 h4 {
  background: #71b748;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 24px;
}
.food-home {
  /* .sec04 .support.box {
    background-color: #fff;
    padding: 50px;
  } */
}
.food-home .sec04 .support.box.flex {
  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;
  padding: 30px 50px 0 50px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box.flex {
    display: block;
    padding: 25px;
  }
}
.food-home .sec04 .support.box .left, .food-home .sec04 .support.box .right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .left, .food-home .sec04 .support.box .right {
    width: 100%;
  }
}
.food-home .sec04 .support.box .left.width60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .left.width60 {
    width: 100%;
  }
}
.food-home .sec04 .support.box .right.width38 {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .right.width38 {
    width: 100%;
  }
}
.food-home .sec04 .support.box .exemption p {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .exemption p {
    text-align: center;
    font-size: 22px;
  }
}
.food-home .sec04 .support.box .exemption p .txt-emphasis {
  display: inline-block;
  font-size: 250%;
  color: #BC1200;
}
.food-home .sec04 .support.box .exemption p .icon {
  font-size: 65%;
  background-color: #BC1200;
  border-radius: 16px;
  padding: 2px 15px;
  color: #fff;
  margin-left: 0.3rem;
}
.food-home .sec04 .support.box .exemption p .icon.bg-blue {
  background-color: #0093BC;
}
.food-home .sec04 .support.box .subject .list {
  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;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .subject .list {
    padding-top: 15px;
  }
}
.food-home .sec04 .support.box .subject .list-item {
  width: 48%;
}
.food-home .sec04 .support.box .subject .list-item.width100 {
  width: 100%;
}
.food-home .sec04 .support.box .subject .list-item p {
  background-color: #E5E5E5;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .support.box .subject .list-item p {
    font-size: 16px;
  }
}
.food-home .sec04 .support.box .subject .list-item p.bg_lightgray {
  background-color: #f9f9f9;
  padding: 12px 0;
  line-height: 1.3;
}
.food-home .sec04 .support.box .subject .list-item p span.small {
  display: inline-block;
  font-size: 90%;
}
.food-home .sec04 .lead {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .lead {
    margin-top: 20px;
  }
}
.food-home .sec04 .lead .tag {
  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;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .lead .tag {
    padding: 0 12px;
    gap: 0.5rem;
  }
}
.food-home .sec04 .lead p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #71b748;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .lead p {
    font-size: 18px;
  }
}
.food-home .sec04 .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 14px;
  font-weight: 700;
  background-color: #71b748;
  border-radius: 14px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .lead .tag span {
    font-size: 12px;
  }
}
.food-home .sec04 .acdn-box {
  padding: 30px 50px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box {
    padding: 12px;
  }
}
.food-home .sec04 .acdn-box .acdn-head {
  cursor: pointer;
  position: relative;
}
.food-home .sec04 .acdn-box .acdn-head::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.food-home .sec04 .acdn-box .acdn-head.--active::after {
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
.food-home .sec04 .acdn-box .acdn-head h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em;
  background: #71b748;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-head h5 {
    font-size: 15px;
  }
}
.food-home .sec04 .acdn-box .acdn-body {
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 0;
}
.food-home .sec04 .acdn-box .acdn-body p {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body {
    padding: 2rem 1rem;
  }
}
.food-home .sec04 .acdn-box .acdn-body .body-flex {
  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: 0;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .body-flex {
    display: block;
  }
}
.food-home .sec04 .acdn-box .acdn-body .body-flex .box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .body-flex .box {
    width: 100%;
    padding: 14px 0;
  }
}
.food-home .sec04 .acdn-box .acdn-body .body-flex .box h6 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .body-flex .box h6 {
    font-size: 20px;
  }
}
.food-home .sec04 .acdn-box .acdn-body .body-flex .box p {
  font-size: 24px;
  font-weight: 700;
  color: #bc1200;
  text-align: center;
  line-height: 1.2;
}
.food-home .sec04 .acdn-box .acdn-body .body-flex .box p span {
  font-size: 143%;
}
.food-home .sec04 .acdn-box .acdn-body .body-flex .box p span.small {
  font-size: 70%;
}
.food-home .sec04 .acdn-box .acdn-body .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .grid-box {
    display: block;
  }
}
.food-home .sec04 .acdn-box .acdn-body .step {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.food-home .sec04 .acdn-box .acdn-body .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #71b748 transparent;
  border-width: 0px 0px 25px 25px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .step {
    margin: 2em 0;
    padding: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .step:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .step:last-child {
    margin-bottom: 0;
  }
}
.food-home .sec04 .acdn-box .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #71b748;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .step .num {
    font-size: 20px;
  }
}
.food-home .sec04 .acdn-box .acdn-body .step h6 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #71b748;
}
@media only screen and (max-width: 768px) {
  .food-home .sec04 .acdn-box .acdn-body .step h6 {
    font-size: 16px;
  }
}
.food-home .sec04 .acdn-box .acdn-body .step p {
  font-size: 16px;
  text-align: center;
  padding-top: 0.5em;
  line-height: 1.6;
}
.food-home .sec05 .section-title, .food-home .sec06 .section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .section-title, .food-home .sec06 .section-title {
    margin-bottom: 30px;
  }
}
.food-home .sec05 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .contents-block {
    width: 95%;
  }
}
.food-home .sec05 .box-bnr {
  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;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr {
    display: block;
  }
}
.food-home .sec05 .box-bnr .left, .food-home .sec05 .box-bnr .right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr .left, .food-home .sec05 .box-bnr .right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr .left {
    margin-bottom: 30px;
  }
}
.food-home .sec05 .box-bnr p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr p {
    margin-bottom: 2em;
  }
}
.food-home .sec05 .box-bnr p span {
  display: inline-block;
  background: #71b748;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 80%;
  margin: 0 auto 0.3em;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr p span {
    width: 71.1%;
    font-size: 18px;
  }
}
.food-home .sec05 .box-bnr img {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .food-home .sec05 .box-bnr img {
    margin-top: 0;
  }
}
.food-home .sec06 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block {
    width: 95%;
  }
}
.food-home {
  /* .sec06 .contents-block table {
    border-top: 1px solid silver;
  } */
}
.food-home .sec06 .contents-block table tr {
  border-bottom: 1px solid silver;
}
.food-home .sec06 .contents-block table th {
  width: 28%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.5em;
  background-color: #71b748;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block table th {
    font-size: 16px;
  }
}
.food-home .sec06 .contents-block table td {
  font-size: 20px;
  vertical-align: middle;
  padding: 1.4em;
  background-color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block table td {
    padding: 0.5em;
    font-size: 15px;
  }
}
.food-home {
  /* @media only screen and (max-width: 768px) {
    .sec06 .contents-block table td p {
      font-size: 16px;
    }
  } */
}
.food-home .sec06 .contents-block table td .flex {
  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;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block table td .flex {
    display: block;
  }
}
.food-home .sec06 .contents-block table td .flex .box-left {
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block table td .flex .box-left {
    width: 100%;
  }
}
.food-home .sec06 .contents-block table td .flex .box-left p {
  line-height: 1.3;
}
.food-home .sec06 .contents-block table td .flex .box-right {
  width: 42.1%;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block table td .flex .box-right {
    width: 77%;
    margin: 15px auto 0;
  }
}
.food-home .sec06 .contents-block .head {
  margin-top: 40px;
}
.food-home .sec06 .contents-block .head p {
  text-align: center;
  font-size: 20px;
  color: #bc1200;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .food-home .sec06 .contents-block .head p {
    font-size: 16px;
  }
}
.food-home .sec06 .contents-block .head p span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffff00), color-stop(40%, transparent));
  background: -webkit-linear-gradient(bottom, #ffff00 40%, transparent 40%);
  background: linear-gradient(0deg, #ffff00 40%, transparent 40%);
}
.food-home .continer {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .food-home .continer {
    width: 90%;
    padding: 30px 0;
  }
}
.food-home .group_intro .flex-wrapper {
  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;
}
@media only screen and (max-width: 768px) {
  .food-home .group_intro .flex-wrapper {
    display: block;
  }
}
.food-home .group_intro .flex-wrapper .box-left, .food-home .group_intro .flex-wrapper .box-right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .food-home .group_intro .flex-wrapper .box-left, .food-home .group_intro .flex-wrapper .box-right {
    width: 100%;
  }
}
.food-home .group_intro .text_strong {
  font-size: 32px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .food-home .group_intro .text_strong {
    font-size: 21.6px;
    text-align: center;
  }
}
.food-home .group_intro .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
.food-home .group_intro .pagetop-sub-title {
  font-size: 20.8px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .food-home .group_intro .pagetop-sub-title {
    font-size: 17px;
    text-align: center;
  }
}
.food-home .group_intro .pagetop-waku p {
  line-height: 1.8;
}
.food-home .btn-area .continer {
  padding: 30px 0;
}
.food-home .btn-area .title_en {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .title_en {
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
  }
}
.food-home .btn-area .text_base {
  margin: 25px 0;
}
.food-home .btn-area .flex-wrapper {
  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;
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .flex-wrapper {
    display: block;
  }
}
.food-home .btn-area .flex-wrapper .box-left, .food-home .btn-area .flex-wrapper .box-right {
  text-align: center;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .flex-wrapper .box-left, .food-home .btn-area .flex-wrapper .box-right {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.food-home .btn-area .heading {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  text-align: center;
  color: #ed6966;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .heading {
    font-size: 17px;
  }
}
.food-home .btn-area .heading.bg-blue {
  color: #62b0e2;
}
.food-home .btn-area .heading::before, .food-home .btn-area .heading::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #ed6966;
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .heading::before, .food-home .btn-area .heading::after {
    height: 30px;
  }
}
.food-home .btn-area .heading.bg-blue::before, .food-home .btn-area .heading.bg-blue::after {
  background-color: #62b0e2;
}
.food-home .btn-area .heading::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .heading::before {
    margin-right: 20px;
  }
}
.food-home .btn-area .heading::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  .food-home .btn-area .heading::after {
    margin-left: 20px;
  }
}
.food-home .btn-area .btn {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #ed6966;
  padding: 18px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #ed6966;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
}
.food-home .btn-area .btn.bg-blue {
  border: 1px solid #62b0e2;
  background-color: #62b0e2;
}
.food-home .btn-area .btn::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.food-home .btn-area .btn:hover {
  background-color: #fff;
  color: #ed6966;
}
.food-home .btn-area .btn.bg-blue:hover {
  background-color: #fff;
  color: #62b0e2;
}
.food-home .btn-area .btn:hover::after {
  border-color: #ed6966;
}
.food-home .btn-area .btn.bg-blue:hover::after {
  border-color: #62b0e2;
}
.food-home .block_under-dream .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .food-home .block_under-dream .title_en {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .food-home .block_under-dream .title_en {
    line-height: 1em;
  }
}
.food-home .block_under-dream .title_en span {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}
@media only screen and (max-width: 640px) {
  .food-home .block_under-dream .title_en span {
    font-size: 0.5em;
  }
}
.food-home .text_strong {
  font-size: 1.5rem;
  margin: 0 0 30px 0;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .food-home .text_strong {
    font-size: 4.2vw;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .food-home .text_strong {
    font-size: 16px;
  }
}
.food-home .yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffef97));
  background: -webkit-linear-gradient(transparent 65%, #ffef97 35%);
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
.food-home .text_base {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
.food-home .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
.food-home .title_underbar {
  font-size: 2em;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .food-home .title_underbar {
    font-size: 1.3em;
    letter-spacing: 2px;
  }
}
.food-home .title_underbar:after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 10px auto 0;
  background: -webkit-linear-gradient(left, #71b748 50%, #dbdbdb 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #71b748), color-stop(50%, #dbdbdb));
  background: linear-gradient(to right, #71b748 50%, #dbdbdb 50%);
}
.food-home .seido {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #71b748;
}
@media only screen and (max-width: 640px) {
  .food-home .seido {
    font-size: 20px;
  }
}
.food-home .block_college_flex02 {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.food-home .block_college_flex02 .box {
  width: calc(50% - 30px - 0.1px);
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .food-home .block_college_flex02 .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.food-home .block_college_flex02 .box h3 {
  text-align: center;
  font-size: 25px;
}
.food-home .block_college_flex02 .box p {
  text-align: center;
}
.food-home .block_college_flex02 .box .point {
  color: #71b748;
  font-weight: bold;
  font-size: 22px;
}
.food-home .block_college_flex02 .box a {
  display: block;
  text-align: center;
  margin: 10px;
  border: 1px solid #71b748;
  padding: 12px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #71b748;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 25px;
}
.food-home .block_college_flex02 .box a:hover {
  background-color: #71b748;
  color: #fff;
}
.food-home .block_college_flex02 .box a:hover::after {
  border-color: #fff;
}
.food-home .block_college_flex02 .box a::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #71b748;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.food-home .bg_text {
  background-color: #98cdf4;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  .food-home .bg_text {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.food-home .bg_text .yellow {
  color: #ffff00;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  .food-home .bg_text .yellow {
    font-size: 18px;
  }
}
.food-home .table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 25px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .food-home .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.food-home .table_base th, .food-home .table_base td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .food-home .table_base th, .food-home .table_base td {
    padding: 6px;
    font-size: 0.75em;
  }
}
.food-home .table_base td {
  font-size: 0.9em;
  line-height: 1.5;
}
.food-home .btn_pink {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #71b748;
  padding: 18px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #71b748;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
  background-color: #fff;
}
.food-home .btn_pink:hover {
  background-color: #71b748;
  color: #fff;
}
.food-home .btn_pink:hover::after {
  border-color: #fff;
}
.food-home .btn_pink::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #71b748;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.food-home .area_interview {
  margin-bottom: 40px;
  -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 .area_interview.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;
}
.food-home .area_interview.img-flex .img-block {
  text-align: center;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .food-home .area_interview.img-flex .img-block {
    width: 100%;
  }
}
.food-home .area_interview.img-flex .img-block::before {
  content: "";
  bottom: 0;
  right: -1px;
  border-top: 17.5em solid transparent;
  border-right: 4em solid #71b748;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .food-home .area_interview.img-flex .img-block::before {
    display: none;
  }
}
.food-home .area_interview.img-flex .img-block img {
  vertical-align: top;
  width: 100%;
}
.food-home .area_interview.img-flex .text-block {
  /* width: calc(50% - 4em); */
  width: 50%;
  background: #71b748;
  color: #fff;
  padding: 2em;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .food-home .area_interview.img-flex .text-block {
    width: 100%;
    padding: 1.5em 1.5em 3em;
  }
}
.food-home .area_interview.img-flex .text-block p {
  margin-top: 0;
}
.food-home .area_interview.img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .food-home .area_interview.img-flex .text-block .name {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.food-home .area_interview.img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.food-home .area_interview.img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
  font-weight: 700;
}
.food-home .area_interview.img-flex .text-block::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.food-home .area_interview.img-flex .text-block::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.food-home .area_interview.cf::after {
  content: "";
  display: table;
  clear: both;
}
.food-home .interview-qa-box {
  display: none;
  width: 100%;
  margin: auto;
  background-color: #ddecd2;
  padding: 1.5rem;
}
.food-home .interview-qa-box.active {
  display: block;
}
.food-home .interview-qa-box .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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .flex-box {
    gap: 1rem;
  }
}
.food-home .interview-qa-box .dl_interview {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .dl_interview {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.food-home .interview-qa-box .dl_interview:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .dl_interview:nth-child(2n+1) {
    clear: both;
    margin: 0 0 20px 0;
  }
}
.food-home .interview-qa-box .dl_interview dt {
  color: #000;
  font-weight: bold;
  padding: 8px 0 5px 30px;
  position: relative;
  font-size: 1.3em;
  min-height: 1.9em;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .dl_interview dt {
    padding: 0 0 8px 25px;
    font-size: 0.9em;
    min-height: inherit;
  }
}
.food-home .interview-qa-box .dl_interview dt .text-q {
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 1;
  font-family: "Century Gothic";
  background: #71b748;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .dl_interview dt .text-q {
    font-size: 1.4em;
  }
}
.food-home .interview-qa-box .dl_interview dd {
  font-size: 1.13em;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  min-height: 6em;
  line-height: normal;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .food-home .interview-qa-box .dl_interview dd {
    font-size: 0.8em;
    padding: 10px;
    min-height: inherit;
    line-height: 1.6;
  }
}
.food-home .block_under-article {
  background: url(../img/for/slide-dott_sp.png) repeat left top;
}
.food-home .block_under-article .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
.food-home .block_under-article .flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.food-home .block_under-article .list_article li {
  width: 32%;
  margin: 0 0 3% 2%;
  padding: 0 10px 45px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .food-home .block_under-article .list_article li {
    width: 48%;
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  .food-home .block_under-article .list_article li {
    width: 100%;
    margin: 0 0 35px;
  }
}
.food-home .block_under-article .list_article li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/for/icon-link.png);
  background-size: 45px 45px;
}
.food-home .block_under-article .list_article li:nth-child(3n+1) {
  margin: 0 0 3% 0;
}
@media only screen and (max-width: 768px) {
  .food-home .block_under-article .list_article li:nth-child(3n+1) {
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  .food-home .block_under-article .list_article li:nth-child(3n+1) {
    margin: 0 0 35px;
  }
}
.food-home .block_under-article .list_article a {
  display: block;
  height: 100%;
}
.food-home .block_under-article .list_article .article-number {
  width: 65px;
  text-align: center;
  color: #71b748;
  position: absolute;
  left: 15px;
  top: 15px;
}
.food-home .block_under-article .list_article .article-number::after {
  content: "";
  width: 3px;
  height: 75px;
  background: #71b748;
  position: absolute;
  left: 2px;
  top: -35px;
}
.food-home .block_under-article .list_article .article-number .number-text {
  font-size: 2.5em;
  font-family: Century Gothic, "serif";
  line-height: 1;
}
.food-home .block_under-article .list_article .article-title {
  font-size: 1.2em;
  color: #71b748;
  margin: 12px 0 15px 70px;
  min-height: 3em;
}
.food-home .block_under-article .list_article .article-text {
  font-size: 0.9em;
}
.food-home {
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  /* 2025年度更新 再進学ページ_追記 */
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
}
.food-home .college {
  color: #000;
}
.food-home .illust figure {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
.food-home .data {
  background-color: #ddecd2;
}
.food-home {

}
.food-home html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.food-home img {
  max-width: 100%;
  height: auto;
}
.food-home em {
  font-style: normal;
}
.food-home body {
  color: #000;
}
.food-home body a {
  color: #000;
}
.food-home .fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.food-home .fade-in.is-visible {
  -webkit-transition-delay: var(--delay, 0s);
  transition-delay: var(--delay, 0s);
  opacity: 1;
}
.food-home .fade-in-up {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(20px);
  transform: scale(0.9) translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.food-home .fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition-delay: calc(var(--delay, 0s) + 0.2s);
  transition-delay: calc(var(--delay, 0s) + 0.2s);
}
.food-home .inner {
  max-width: 1200px;
}
.food-home .pagejump ul li a {
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .food-home .sec01 .box-left2 {
    width: 50%;
  }
}
.food-home .sec01 .box-left2 .re-admission em {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .food-home .sec01 .box-left2 .re-admission em {
    font-size: 1.8rem;
    display: block;
  }
}
.food-home .sec01 .box-left2 .re-admission span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
@media print, screen and (min-width: 768px) {
  .food-home .sec01 .box-right2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .food-home .sec01 .box-right2 {
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .food-home .sec01 .area_interview .img-block {
    width: 320px;
  }
  .food-home .sec01 .area_interview .img-block::before {
    border-top: 160px solid transparent;
    border-right: 40px solid #71b748;
  }
}
@media print, screen and (min-width: 768px) {
  .food-home .sec01 .area_interview .text-block {
    width: calc(100% - 320px);
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0em 2em;
    line-height: 1.3;
  }
  .food-home .sec01 .area_interview .text-block p.name {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .food-home .sec01 .area_interview .text-block p.class {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .food-home .sec03 .wrapper-flex {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.food-home .sec03 .wrapper-flex .contents-block .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
@media print, screen and (min-width: 768px) {
  .food-home .sec03 .wrapper-flex .contents-block {
    width: 45%;
    padding: 0;
  }
  .food-home .sec03 .wrapper-flex .contents-block .employment-rate {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
  }
  .food-home .sec03 .wrapper-flex .contents-block .sub-ttl {
    margin: 0 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .food-home .sec03 .wrapper-flex .contents-block .employment-rate {
    text-align: center;
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .food-home .sec03 .wrapper-flex .contents-fullblock {
    width: 100%;
  }
  .food-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl {
    margin: 80px auto 40px;
  }
}
.food-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: -webkit-linear-gradient(transparent 65%, #ffff00 35%);
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
.food-home .sec03 .wrapper-flex .contents-fullblock .sub-ttl span em {
  color: #71b748;
}
.food-home .sec03 .wrapper-flex .contents-fullblock .course-flex {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .food-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .rate-img .img {
    text-align: center;
  }
}
.food-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .course-pos.green {
  background-color: #69bc82;
}
.food-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green {
  border: 1px solid #69bc82;
  background-color: #fff;
}
.food-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green:before {
  border-color: transparent transparent transparent #69bc82;
  border-color: #69bc82 transparent transparent transparent;
}
.food-home .sec03 .wrapper-flex .contents-fullblock .course-flex .course .green .text {
  color: #69bc82;
}
.food-home .sec06 .acdn-box {
  max-width: 900px;
  margin: 0 auto;
}
.food-home .sec06 .acdn-box + .acdn-box {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .food-home .sec06 .acdn-box + .acdn-box {
    margin: 20px auto 0;
  }
}
.food-home .sec06 .acdn-box .acdn-head h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em;
  background: #71b748;
  position: relative;
}
@media screen and (max-width: 767px) {
  .food-home .sec06 .acdn-box .acdn-head h5 {
    font-size: 18x;
  }
}
.food-home .sec06 .acdn-box .acdn-head h5::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.food-home .sec06 .acdn-box .interview-qa-box {
  background-color: #ffffff;
  padding: 1.5em 0;
}
.food-home .sec06 .acdn-box .interview-qa-box > em {
  display: block;
  text-align: center;
  color: #71b748;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .food-home .sec06 .acdn-box .interview-qa-box > em {
    font-size: 1.2rem;
  }
}
.food-home .sec06 .acdn-box .interview-qa-box table {
  border: 1px solid #808080;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.food-home .sec06 .acdn-box .interview-qa-box table tbody tr + tr {
  border-top: 1px solid #808080;
}
.food-home .sec06 .acdn-box .interview-qa-box table tbody tr th, .food-home .sec06 .acdn-box .interview-qa-box table tbody tr td {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.food-home .sec06 .acdn-box .interview-qa-box table tbody tr th {
  width: 200px;
  background-color: #ddecd2;
  border: none;
}
@media screen and (max-width: 767px) {
  .food-home .sec06 .acdn-box .interview-qa-box table tbody tr th {
    width: 110px;
  }
}
.food-home .sec06 .acdn-box .interview-qa-box table tbody tr td {
  border: none;
  line-height: 1.5;
}
.food-home .sec05 .bnr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 30px;
}
@media screen and (max-width: 767px) {
  .food-home .sec05 .bnr-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.food-home .sec00 .grid {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.food-home .sec00 .lead {
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .food-home .sec00 .lead {
    font-size: 1.3rem;
  }
}
.food-home .sec00 .lead span {
  color: var(--base-color);
  display: inline-block;
}
.food-home .sec00 .lead .arrow {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  margin: auto;
  width: 2em;
  height: 2em;
  background-color: #fff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.food-home .sec00 .lead .arrow:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.food-home .sec00 .title {
  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;
  gap: 2rem;
  text-align: center;
}
.food-home .sec00 .title b {
  font-size: 1.5em;
  color: var(--base-color);
}
.food-home .sec00 svg {
  height: 10rem;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.food-home .sec02 {
  background-color: #ddecd2;
}
.food-home .sec02 .support_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.food-home .sec02 .support {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 40%;
}
.food-home .sec02 .support__inner {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support__inner {
    padding: 1em;
  }
}
.food-home .sec02 .support .head {
  margin-bottom: 0;
}
.food-home .sec02 .support .head h4 {
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
  background: -webkit-linear-gradient(60deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
  background: linear-gradient(30deg, #e6809c 0%, #e28299 35%, #7dbd5e 85%);
}
.food-home .sec02 .support .price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.food-home .sec02 .support .price .val {
  font-family: var(--ffGabarito);
  display: inline-block;
  font-size: 2em;
  vertical-align: baseline;
  color: #e55658;
  line-height: 1.5;
}
.food-home .sec02 .support .price .tag {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0.5em;
  margin-left: 0.25em;
  vertical-align: super;
  color: #fff;
  background-color: #e55658;
  border-radius: calc(infinity * 1px);
}
.food-home .sec02 .support .price .tag.--c1 {
  background-color: #e55658;
}
.food-home .sec02 .support .price .tag.--c2 {
  background-color: #0092bb;
}
.food-home .sec02 .support .price .plus {
  display: inline-block;
  font-size: 2.5em;
  font-weight: 900;
  vertical-align: baseline;
  color: #e55658;
  margin-right: 5px;
  line-height: 1;
}
.food-home .sec02 .support .price-box {
  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;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support .price-box {
    display: block;
  }
}
.food-home .sec02 .support table {
  border: unset;
}
.food-home .sec02 .support table th {
  width: 50%;
  text-align: center;
  background-color: #adadad;
  border: unset;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support table th {
    font-size: 1.2rem;
  }
}
.food-home .sec02 .support table td {
  border: unset;
  background-color: #ececec;
  font-weight: 700;
  text-align: center;
}
.food-home .sec02 .support table td span {
  display: block;
  text-align: center;
}
.food-home .sec02 .support .lead {
  margin: 1em 0;
}
.food-home .sec02 .support .lead .tag {
  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;
  gap: 1rem;
  margin: 1em;
}
.food-home .sec02 .support .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0 2em;
  font-weight: 700;
  background-color: var(--base-color);
  border-radius: calc(infinity * 1px);
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support .lead .tag span {
    font-size: 11px;
  }
}
.food-home .sec02 .support .lead p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .support .lead p {
    font-size: 1.6rem;
  }
}
.food-home .sec02 .acdn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.food-home .sec02 .acdn-head {
  cursor: pointer;
  position: relative;
}
.food-home .sec02 .acdn-head::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.food-home .sec02 .acdn-head.--active::after {
  -webkit-transform: rotateZ(-135deg);
  transform: rotateZ(-135deg);
}
.food-home .sec02 .acdn-head h5 {
  text-align: center;
  background: #808080;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-head h5 {
    font-size: 1.4rem;
  }
}
.food-home .sec02 .acdn-body {
  display: none;
  background-color: #f8f8f8;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-body {
    padding: 1em;
  }
}
.food-home .sec02 .acdn-body .grid-box {
  display: grid;
  gap: 3rem;
}
.food-home .sec02 .acdn-body h6 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-body h6 {
    font-size: 1.6rem;
  }
}
.food-home .sec02 .acdn-body p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-body .box {
    width: 100%;
  }
}
.food-home .sec02 .acdn-body .box + .box {
  border-top: 1px dashed var(--college-font-color);
  margin-top: 2rem;
  padding-top: 2rem;
}
.food-home .sec02 .acdn-body .box p {
  font-weight: 700;
  color: var(--base-color);
  line-height: 1.4;
}
.food-home .sec02 .acdn-body .box p span {
  font-size: 2em;
}
.food-home .sec02 .acdn-body .box p small {
  font-size: 0.8em;
  display: block;
  color: var(--font-color);
}
.food-home .sec02 .acdn-body .btn {
  font-size: 1.5rem;
}
.food-home .sec02 .acdn-body .step {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 1em;
}
.food-home .sec02 .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: var(--base-color);
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-body .step .num {
    font-size: 2rem;
  }
}
.food-home .sec02 .acdn-body .step h6 {
  line-height: 1.5;
}
.food-home .sec02 .acdn-body .step p {
  padding-top: 0.5em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .food-home .sec02 .acdn-body .text-box p {
    text-align: left;
  }
}
.food-home .box-right2 svg {
  width: 28rem;
  display: block;
  margin: 0 auto;
  stroke: var(--base-color);
  stroke-width: 1.5px;
  fill: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.food-home .content-separater .douga-block {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .content-separater .douga-block {
    padding-bottom: 1rem;
  }
}
.food-home .content-separater .douga-block {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .food-home .content-separater .douga-block {
    padding-bottom: 1rem;
  }
}

/*******food-homeここまで********/
/*****共通****/
.interview-01 .text-block, .interview-02 .text-block {
  background: #e28098 !important;
}
.interview-01 .img-block::before, .interview-02 .img-block::before {
  border-right: 40px solid #e28098 !important;
}
.interview-01 .interview-qa-box .dl_interview dt .text-q, .interview-02 .interview-qa-box .dl_interview dt .text-q {
  background: #e28098 !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.interview-03 .text-block {
  background: #71b748 !important;
}
.interview-03 .img-block::before {
  border-right: 40px solid #71b748 !important;
}
.interview-03 .interview-qa-box .dl_interview dt .text-q {
  background: #71b748 !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
}