@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.top_page .food_management_area .sentence_area, .top_page .food_management_area .catch_sentence, .top_page .about_area, .top_page .other_link_area .other_link_ul {
  max-width: 1100px;
  width: 84%;
  margin: auto; }

.top_page .news_area .news_ul .date {
  font-family: Helvetica , 'Open Sans', sans-serif; }

.top_page .news_area .news_ul .news_li {
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .top_page .news_area .news_ul .news_li:hover {
    background-color: #FFF3E5; }
  .top_page .news_area .news_ul .news_li:last-of-type {
    border-bottom: 0; }

.top_page .news_area .news_ul .news_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 5px; }
  @media only screen and (max-width: 600px) {
    .top_page .news_area .news_ul .news_list_link {
      display: block;
      padding: 25px 0; } }

.top_page .news_area .news_ul .date_category_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top_page .news_area .news_ul .date {
  color: #111111;
  font-weight: 600;
  letter-spacing: 1px; }
  @media only screen and (max-width: 600px) {
    .top_page .news_area .news_ul .date {
      font-size: 14px; } }

.top_page .news_area .news_ul .category {
  display: block;
  width: 100px;
  margin-left: 30px;
  padding: 8px 0;
  background-color: #fff;
  color: #FF8C00;
  border: 1px solid #FF8C00;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.7px; }
  .top_page .news_area .news_ul .category.important {
    background-color: #FF8C00;
    color: #fff; }
  .top_page .news_area .news_ul .category.info {
    background-color: #FFE8CC; }
  @media only screen and (max-width: 600px) {
    .top_page .news_area .news_ul .category {
      width: 90px;
      padding: 6px 0; } }

.top_page .news_area .news_ul .title {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 600px) {
    .top_page .news_area .news_ul .title {
      margin-left: 0;
      margin-top: 15px;
      font-size: 16px;
      line-height: 1.7;
      overflow: auto;
      white-space: normal; } }

.top_page .about_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 1360px) {
    .top_page .about_area {
      display: block; } }
  .top_page .about_area .left_area {
    width: 320px; }
    @media only screen and (max-width: 1360px) {
      .top_page .about_area .left_area {
        width: 100%; } }
  .top_page .about_area .pc_br {
    display: block; }
    @media only screen and (max-width: 1360px) {
      .top_page .about_area .pc_br {
        display: none; } }
  .top_page .about_area .about_index {
    margin-top: 26px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.7;
    color: #000E80; }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .about_index {
        margin-top: 18px;
        font-size: 28px;
        white-space: nowrap; }
        .top_page .about_area .about_index .pc_br {
          display: none; } }
  .top_page .about_area .about_sentence {
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 2; }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .about_sentence {
        font-size: 14px;
        line-height: 2.3; } }
  .top_page .about_area .about_link_button {
    margin-top: 50px; }
    @media only screen and (max-width: 1360px) {
      .top_page .about_area .about_link_button {
        display: none; } }
  .top_page .about_area .about_main_image {
    max-width: 730px;
    width: 66%;
    margin-left: 50px; }
    @media only screen and (max-width: 1360px) {
      .top_page .about_area .about_main_image {
        display: block;
        width: 100%;
        margin: 80px auto 0; } }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .about_main_image {
        display: none; } }
  .top_page .about_area .about_main_image_sp {
    display: none;
    max-width: 310px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .about_main_image_sp {
        display: block; } }
  .top_page .about_area .syoku_core_text_img {
    display: none;
    max-width: 280px;
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .syoku_core_text_img {
        display: block; } }
  .top_page .about_area .syoku_core_image_sp {
    display: none;
    max-width: 310px;
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 600px) {
      .top_page .about_area .syoku_core_image_sp {
        display: block; } }
  .top_page .about_area .about_link_button_sp {
    display: none;
    max-width: 300px;
    margin: 80px auto 0; }
    @media only screen and (max-width: 1360px) {
      .top_page .about_area .about_link_button_sp {
        display: block; } }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
.top_page .other_link_area .arrow_area {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FF8C00;
  border-radius: 10px 0px 0px 0px;
  width: 30px;
  height: 30px; }
  @media only screen and (max-width: 950px) {
    .top_page .other_link_area .arrow_area {
      border-radius: 10px 0px 10px 0px; } }
  .top_page .other_link_area .arrow_area .arrow {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
.top_page {
  /* お知らせ */
  /* FOOD × MANAGEMENT */ }
  .top_page .first_view {
    position: relative;
    width: 100%;
    height: calc(100vh - 74px); }
    @media only screen and (max-width: 950px) {
      .top_page .first_view {
        height: calc(100vh - 60px); } }
  .top_page .main_image_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 84vw;
    height: 84vh;
    /* お皿 */ }
    @media only screen and (max-width: 950px) {
      .top_page .main_image_area {
        width: 100%;
        height: 61vh; } }
    .top_page .main_image_area .main_image_slides {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-bottom-left-radius: 80px;
      overflow: hidden;
      z-index: 1; }
      @media only screen and (max-width: 950px) {
        .top_page .main_image_area .main_image_slides {
          border-radius: 0; } }
    .top_page .main_image_area .slide_img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: slideAnime 48s 0s infinite;
      animation: slideAnime 48s 0s infinite;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .top_page .main_image_area .slide_img:nth-of-type(1) {
        opacity: 1; }
      .top_page .main_image_area .slide_img:nth-of-type(2) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s; }
      .top_page .main_image_area .slide_img:nth-of-type(3) {
        -webkit-animation-delay: 12s;
        animation-delay: 12s; }
      .top_page .main_image_area .slide_img:nth-of-type(4) {
        -webkit-animation-delay: 18s;
        animation-delay: 18s; }
      .top_page .main_image_area .slide_img:nth-of-type(5) {
        -webkit-animation-delay: 24s;
        animation-delay: 24s; }
      .top_page .main_image_area .slide_img:nth-of-type(6) {
        -webkit-animation-delay: 30s;
        animation-delay: 30s; }
      .top_page .main_image_area .slide_img:nth-of-type(7) {
        -webkit-animation-delay: 36s;
        animation-delay: 36s; }
      .top_page .main_image_area .slide_img:nth-of-type(8) {
        -webkit-animation-delay: 42s;
        animation-delay: 42s; }
    .top_page .main_image_area .top_plate_img {
      position: absolute;
      top: 84vh;
      right: 0;
      width: 22vw;
      height: 22vw;
      background-image: url("../../images/top/top_plate.png");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1; }
      @media only screen and (max-width: 950px) {
        .top_page .main_image_area .top_plate_img {
          display: none; } }
  .top_page .catchcopy_en {
    position: absolute;
    width: 23%;
    min-width: 323px;
    left: -12%;
    top: 48%;
    z-index: 10; }
    @media only screen and (max-width: 950px) {
      .top_page .catchcopy_en {
        left: auto;
        right: 20px;
        top: auto;
        bottom: -60px; } }
    @media only screen and (max-width: 600px) {
      .top_page .catchcopy_en {
        width: 65vw;
        min-width: auto;
        bottom: -50px; } }
  .top_page .catchcopy {
    position: absolute;
    left: 5%;
    bottom: 9%;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 3px;
    z-index: 10;
	display: none;}
    @media only screen and (max-width: 600px) {
      .top_page .catchcopy {
        bottom: 12%;
        font-size: 27px;
        letter-spacing: 1.08px;
        line-height: 1.5; } }
    .top_page .catchcopy .sp_br {
      display: none; }
      @media only screen and (max-width: 600px) {
        .top_page .catchcopy .sp_br {
          display: block; } }
  .top_page .scroll_down {
    position: absolute;
    width: 52px;
    bottom: 9vh;
    left: 6vw; }
    @media only screen and (max-width: 950px) {
      .top_page .scroll_down {
        left: 0;
        right: 0;
        margin: auto; } }
    @media only screen and (max-width: 600px) {
      .top_page .scroll_down {
        bottom: 19vh; } }
    .top_page .scroll_down::after {
      content: "";
      /*描画位置*/
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      /*線の形状*/
      width: 1px;
      height: 80px;
      background: #ADADAD;
      /*線の動き1.4秒かけて動く。永遠にループ*/
      -webkit-animation: pathmove 1.8s ease-in-out infinite;
      animation: pathmove 1.8s ease-in-out infinite;
      opacity: 0; }
    .top_page .scroll_down .scroll_text {
      position: absolute;
      font-size: 20px;
      font-weight: 200;
      letter-spacing: 1px;
      color: #ADADAD; }
  .top_page .news_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    width: 90%;
    margin: 40px auto 0;
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 10px #00000029;
    box-shadow: 0px 3px 10px #00000029; }
    @media only screen and (max-width: 950px) {
      .top_page .news_area {
        display: block;
        padding: 30px; } }
    .top_page .news_area .left_area {
      width: 200px; }
      @media only screen and (max-width: 950px) {
        .top_page .news_area .left_area {
          width: 100%; } }
    .top_page .news_area .news_index {
      margin-top: 20px;
      color: #000E80;
      font-weight: 600;
      font-size: 40px;
      letter-spacing: 2px;
      line-height: 1.7; }
      @media only screen and (max-width: 950px) {
        .top_page .news_area .news_index {
          margin-top: 15px;
          font-size: 30px; } }
    .top_page .news_area .news_link_button {
      margin-top: 35px; }
      @media only screen and (max-width: 950px) {
        .top_page .news_area .news_link_button {
          display: none; } }
    .top_page .news_area .news_link_button_sp {
      display: none; }
      @media only screen and (max-width: 950px) {
        .top_page .news_area .news_link_button_sp {
          display: block;
          width: 200px;
          margin: 30px auto 0; } }
    .top_page .news_area .news_ul {
      width: calc(100% - 200px - 50px); }
      @media only screen and (max-width: 950px) {
        .top_page .news_area .news_ul {
          width: 100%; } }
      @media only screen and (max-width: 600px) {
        .top_page .news_area .news_ul .title {
          width: 100%; } }
  .top_page .food_management_area {
    position: relative; }
    .top_page .food_management_area .circle_image {
      position: absolute;
      width: 27vw;
      height: 44vw;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .circle_image {
          width: 34vw;
          height: 55vw; } }
    .top_page .food_management_area .left_image {
      top: -3.5vw;
      left: 0;
      background-image: url("../../images/top/knife.png"); }
      @media only screen and (max-width: 950px) {
        .top_page .food_management_area .left_image {
          top: 30vw; } }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .left_image {
          top: 56vw; } }
    .top_page .food_management_area .right_image {
      top: 18.5vw;
      right: 0;
      width: 25vw;
      background-image: url("../../images/top/fork.png"); }
      @media only screen and (max-width: 950px) {
        .top_page .food_management_area .right_image {
          top: 30vw; } }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .right_image {
          top: 56vw;
          width: 31vw;
          height: 55vw; } }
    .top_page .food_management_area .food_management_img {
      display: block;
      min-width: 235px;
      width: 17vw;
      margin: 100px auto 0; }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .food_management_img {
          min-width: 140px;
          height: auto;
          margin: 100px auto 5px; } }
    .top_page .food_management_area .vertical_catch_text {
      display: block;
      min-width: 254px;
      width: 12.5%;
      margin: 3.5vw auto 0; }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .vertical_catch_text {
          margin-top: 30px;
          min-width: 150px; } }
    .top_page .food_management_area .sentence_area {
      margin: 7vw auto 0;
      color: #111111;
      font-weight: 600;
      line-height: 2; }
      @media only screen and (max-width: 950px) {
        .top_page .food_management_area .sentence_area {
          margin: 21vw auto 0; } }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .sentence_area {
          margin: 45vw auto 0; } }
      .top_page .food_management_area .sentence_area p {
        margin-bottom: 1rem;
        font-size: 16px; }
        @media screen and (min-width: 1500px) {
          .top_page .food_management_area .sentence_area p {
            font-size: 18px; } }
        @media only screen and (max-width: 600px) {
          .top_page .food_management_area .sentence_area p {
            font-size: 14px;
            margin-bottom: 2rem;
            letter-spacing: 0.3px; } }
    .top_page .food_management_area .catch_sentence {
      margin: 5.4vw auto 0;
      color: #FF8C00;
      font-weight: 600;
      font-size: 20px;
      line-height: 2; }
      @media screen and (min-width: 1500px) {
        .top_page .food_management_area .catch_sentence {
          font-size: 22px; } }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .catch_sentence {
          margin-top: 40px;
          font-size: 16px;
          letter-spacing: 0.8px; } }
    .top_page .food_management_area .sp_br {
      display: none; }
      @media only screen and (max-width: 600px) {
        .top_page .food_management_area .sp_br {
          display: block; } }
  .top_page .about_area {
    margin: 150px auto 100px; }
  .top_page .other_link_area {
    position: relative;
    margin-top: 200px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 950px) {
      .top_page .other_link_area {
        padding: 50px 0;
        background-color: #FFE8CC; } }
    @media only screen and (max-width: 600px) {
      .top_page .other_link_area {
        margin-top: 100px; } }
    .top_page .other_link_area .light_orange_bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background-color: #FFE8CC;
      z-index: -1; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .light_orange_bg {
          display: none; } }
    .top_page .other_link_area .other_link_ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .other_link_ul {
          display: block; } }
    .top_page .other_link_area .other_link_li {
      width: 29%; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .other_link_li {
          width: 100%;
          max-width: 360px;
          margin: 0 auto 30px; }
          .top_page .other_link_area .other_link_li:last-of-type {
            margin-bottom: 0; } }
      .top_page .other_link_area .other_link_li:hover .link_text::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
    .top_page .other_link_area .other_link_href {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .other_link_href {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .top_page .other_link_area .top_area {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      border-radius: 30px 30px 0 0; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .top_area {
          display: none; } }
    .top_page .other_link_area .top_area_sp {
      display: none;
      width: 57%;
      -o-object-fit: cover;
      object-fit: cover; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .top_area_sp {
          display: block; } }
    .top_page .other_link_area .bottom_area {
      position: relative;
      background-color: #fff; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .bottom_area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 43%;
          border-radius: 0 10px 10px 0; } }
    .top_page .other_link_area .link_text {
      position: relative;
      padding: 30px 0;
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 1px;
      color: #111111; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .link_text {
          position: relative;
          font-size: 18px;
          line-height: 1.7;
          padding: 0; } }
      .top_page .other_link_area .link_text::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #FF8C00;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
    .top_page .other_link_area .sp_br {
      display: none; }
      @media only screen and (max-width: 950px) {
        .top_page .other_link_area .sp_br {
          display: block; } }

/* スクロールの線の動き */
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 30px;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  80% {
    height: 60px;
    top: 70px;
    opacity: 0; } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 30px;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  80% {
    height: 60px;
    top: 70px;
    opacity: 0; } }

/* 参考サイト：https://atelier-light.com/blog/full_screen_slide_animation01/ */
@-webkit-keyframes slideAnime {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  12% {
    opacity: 1; }
  18% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9; }
  100% {
    opacity: 0; } }
@keyframes slideAnime {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  12% {
    opacity: 1; }
  18% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9; }
  100% {
    opacity: 0; } }

