/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.main_mv {
  width: 100%;
  background: url(../images/top/mv.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main_mv {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv {
    height: 40rem;
  }
}
.main_mv:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(24, 26, 101, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}
.main_mv .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_mv .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.main_mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .main_mv_inner {
    padding: 0 2rem;
  }
}
.main_mv .txt1 {
  margin: 0 0;
  line-height: 1.7777777778;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .main_mv .txt1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .txt1 {
    font-size: 1.4rem;
  }
}
.main_mv .txt2 {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .main_mv .txt2 {
    font-size: 2.4rem;
    margin: 3.1rem 0 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .txt2 {
    font-size: 1.5rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.main_mv .ttl {
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main_mv .ttl {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main_mv .ttl {
    font-size: 2rem;
  }
}

.about {
  background: url(../images/top/bg1.webp) no-repeat center center;
  background-size: cover;
  padding: 1.5rem 0.5rem;
}
.about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  max-width: 129rem;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .about_inner {
    gap: 8.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.about .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .about .left {
    width: 55.5rem;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .left {
    width: 100%;
  }
}
.about .left .ttl {
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about .left .ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .left .ttl {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
}
.about .left .ttl:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46'%3E%3Cpath d='M22.0642 0.311329L45.3955 0L23.3313 45.2984L0 45.6098L22.0642 0.311329Z' fill='%2350F8F0'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .about .left .ttl:before {
    width: 4.6rem;
    height: 4.5rem;
    left: -5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .left .ttl:before {
    width: 2.6rem;
    height: 2.5rem;
    left: 0;
  }
}
.about .left .ttl+p {
  margin: 0;
}
.about .left .txt {
  font-family: var(--font_inter);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .about .left .txt {
    font-size: 2rem;
    margin: 7.2rem 0 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .left .txt {
    font-size: 1.6rem;
    margin: 1.5rem 0 1rem;
  }
}

.about .about-food .txt,
.about .right > .txt {
  margin: 0 0 1rem;
  font-size: 1.6rem;
}
.about .food_link,
.about .holdings_link {
  color: #fff;
}
.about .holdings_banner {
  display: block;
  color: #fff;
  text-decoration: none;
}
.about .holdings_banner .box {
  border: 5px solid #3114b5;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.about .holdings_banner .box img {
  width: 22rem;
  margin: auto;
}

.about .food_banner {
  color: #fff;
  text-decoration: none;
}
.about .food_banner .box {
  border-radius: 1rem;
  background-color: #fff;
  border: 5px solid #e66a24;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about .food_banner .box {
    width: 51.2rem;
    height: 13.5rem;
    padding: 0 0 1.5rem;
  }
  .about .holdings_banner .box {
    width: 51.2rem;
    height: 13.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about .food_banner .box {
    width: 33rem;
    height: 11.5rem;
    padding: 1rem 0 1.8rem;
    margin: auto;
  }
  .about .holdings_banner .box {
    width: 33rem;
    height: 11.5rem;
    padding: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about .food_banner .box p {
  color: #ff7053;
  font-weight: 500;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
.about .food_banner .box p span {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .about .food_banner .box p span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .food_banner .box p span {
    font-size: 1.6rem;
  }
}
.about .food_banner .box img {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .about .food_banner .box img {
    width: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .food_banner .box img {
    width: 19rem;
  }
}
@media only screen and (min-width: 768px) {
  .about .right {
    width: 50.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .right {
    width: 100%;
  }
  .about .right .cm-btn01 {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .about .right p {
    margin: 0.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .right p {
    margin: 0 0 2rem;
  }
  .about .food_banner .box p {
    margin: 0 !important;
  }
}

.block01 {
  background: url(../images/top/bg4.webp) no-repeat bottom left;
  background-size: 69.27% auto;
}
@media only screen and (min-width: 768px) {
  .block01 {
    margin-top: 13.1rem;
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .block01 {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.block01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .block01_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.block01_inner .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block01_inner .ct {
    padding: 5.6rem 0 0 9.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .block01_inner .ct a {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .block01_inner .ct p {
    margin: 3.3rem 0 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .block01_inner .ct p {
    margin: 0 0 2rem;
  }
}
.block01_inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .block01_inner img {
    width: 65.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .block01_inner img {
    width: 100%;
  }
}
.block01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .block01_list {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .block01_list {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block01_list .item {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .block01_list .item {
    width: calc(50% - 1rem);
    height: 57.1rem;
    padding: 26.7rem 6rem 0 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .block01_list .item {
    width: 100%;
    height: 26em;
    padding: 13rem 2rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .block01_list .item p {
    margin: 2.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .block01_list .item p {
    margin: 0;
  }
}
.block01_list .item.item1 {
  background: url(../images/top/bg2.webp) no-repeat center center;
  background-size: cover;
}
.block01_list .item.item2 {
  background: url(../images/top/bg3.webp) no-repeat center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .news {
    margin-top: 12rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
.news_inner {
  position: relative;
  z-index: 9;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .news_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.6rem 6.4rem 5.8rem 11.4rem;
    border: 0.6rem solid var(--main_dark);
  }
}
@media only screen and (max-width: 767px) {
  .news_inner {
    padding: 2rem;
    border: 0.3rem solid var(--main_dark);
  }
}
@media only screen and (min-width: 768px) {
  .news_inner .cm-title01 {
    width: 28.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news_inner .news_ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news_inner .news_ct {
    margin-top: -0.4rem;
  }
}
.news_inner .news_ct a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border-bottom: 0.1rem solid #b4bfc5;
}
@media only screen and (min-width: 768px) {
  .news_inner .news_ct a {
    padding: 1.8rem 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .news_inner .news_ct a:hover {
    color: var(--main_dark);
  }
}
@media only screen and (max-width: 767px) {
  .news_inner .news_ct a {
    padding: 0.8rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_inner .news_ct a span {
  color: #949494;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .news_inner .news_ct a span {
    padding-left: 0.5rem;
    width: 15rem;
  }
}
.news_inner .news_ct a p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .news_inner .news_btn {
    position: absolute;
    left: 6.4rem;
    top: 14.3rem;
  }
  .news_inner .news_btn a {
    width: 22rem;
    height: 6rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news_inner .news_btn a {
    margin: 2rem auto 0;
  }
}

#cm-main {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #cm-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/top/bg_body.webp) no-repeat top center;
    background-size: auto;
  }
}
.main_mv .mv-company {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.about .left .ttl .company-name {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .about .left .ttl .company-name {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .about .left .ttl .company-name {
    font-size: 1.8rem;
  }
}
.about .company-notice {
  text-align: center;
  color: #fff;
  margin: 0;
}
.about .right p strong {
  font-weight: 700;
}
