@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: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

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;
  appearance: none;
}

@font-face {
  font-family: "M PLUS 1p", sans-serif;
  src: url("/fonts/MPLUS1p-Black.ttf") format("truetype");
  src: url("/fonts/MPLUS1p-Bold.ttf") format("truetype"), url("/fonts/MPLUS1p-ExtraBold.ttf") format("truetype"), url("/fonts/MPLUS1p-Light.ttf") format("truetype"), url("/fonts/MPLUS1p-Medium.ttf") format("truetype"), url("/fonts/MPLUS1p-Regular.ttf") format("truetype");
  font-style: normal;
}
html {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.7320644217vw;
  overflow-x: hidden;
}
@media screen and (min-width: 1160px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 3980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  overflow-x: hidden;
}

.Inner {
  max-width: 1160px;
  min-width: auto;
  margin: 0 auto;
  padding: 0 4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 3980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .Inner {
    padding: 0 1.5rem;
  }
}
.Inner--min {
  max-width: 1100px;
}
@media screen and (max-width: 1025px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

.Menu__item {
  margin-bottom: 2rem;
}
.Menu__item__head a {
  width: fit-content;
  margin-right: auto;
  display: block;
  text-decoration: none;
}
.Menu__item__head a img {
  width: 100%;
}
.Menu__item__food {
  margin-left: -0.5rem;
}
.Menu__item__food p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #fff;
}
.Menu__item__food p a {
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #fff;
  text-decoration: none;
  padding: 0 0.5rem;
}
.Menu__btn {
  width: 31rem;
  height: 6rem;
  display: block;
  text-align: center;
  line-height: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #003662;
  font-weight: 500;
  border-radius: 3rem;
  background-color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 3rem;
}
.Menu__list {
  display: flex;
  flex-wrap: wrap;
  width: 28rem;
  margin: 0 auto;
  justify-content: center;
}
.Menu__list__item a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.8rem;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #003662; /* 背景色 */
  /*動き*/
  transition: all 0.2s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 100;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 200; /*ボタンを最前面に*/
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  background: #003662;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
}
@media screen and (max-width: 1025px) {
  .openbtn1 {
    top: 1.5rem;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 2rem; /*  線の位置*/
  height: 0.2rem; /*  線の太さ*/
  background-color: #fff; /* ボタンの色*/
  width: 30%; /*  ボタンに対する線の長さ*/
  border-radius: 0.2rem;
}

.openbtn1 span:nth-of-type(1) {
  top: 1.9rem;
}

.openbtn1 span:nth-of-type(2) {
  top: 2.6rem;
}

.openbtn1 span:nth-of-type(3) {
  top: 3.3rem;
}

.openbtn1.active span:nth-of-type(1) {
  top: 2.1rem;
  left: 1.7rem;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 3.3rem;
  left: 1.7rem;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.Btn {
  width: fit-content;
  display: block;
  text-decoration: none;
  position: relative;
}
.Btn:hover {
  transition: all 300ms;
  color: #000;
}
.Btn:hover .Btn__inner__allow {
  transform: scale(1.1);
  transition: all 300ms;
}
.Btn:hover .Btn__inner__text::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.Btn__inner {
  display: flex;
  align-items: center;
}
.Btn__inner__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 3rem;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 300ms;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Btn__inner__text {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .Btn__inner__text {
    font-size: 1.2rem;
  }
}
.Btn__inner__text::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #00355F;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
.Btn__inner__allow {
  background-color: #00355F;
  width: 9rem;
  height: 9rem;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Btn__inner__allow {
    width: 5.9rem;
    height: 5.9rem;
  }
}
.Btn__inner__allow img {
  width: 2.7rem;
  height: 0.6rem;
}
@media screen and (max-width: 1025px) {
  .Btn__inner__allow img {
    width: 2rem;
    height: 0.6rem;
    margin-bottom: 0.5rem;
  }
}

.line {
  position: relative;
}
.line::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #00355F;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
.line:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.Title p {
  font-size: 1.7rem;
  line-height: 2.4rem;
  margin-bottom: 3rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Title p {
    margin-bottom: 1rem;
  }
}
.Title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  background-color: #EC881E;
  width: 1.2rem;
  height: 1.2rem;
}
.Title p::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0px;
  background-color: #006FB7;
  width: 1.2rem;
  height: 1.2rem;
}
.Title p img {
  padding-top: 1rem;
}
.Title h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 6.3rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Title h2 {
    font-size: 2.3rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
  }
}

.Title__01 h2 {
  text-align: left;
  display: flex;
  align-items: center;
}
.Title__01 h2 .en {
  font-size: 4.5rem;
  margin-right: 2rem;
  display: block;
}
.Title__01 h2 .ja {
  font-size: 1.4rem;
}

.Page__head {
  padding-top: 13rem;
  position: relative;
}
.Page__head .Inner {
  max-width: 2000rem;
  padding: 0 8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .Page__head .Inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .Page__head {
    padding-top: 4rem;
  }
}
.Page__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  right: 0;
  width: 31.5rem;
  height: 18rem;
  background: url(../img/common/page_head.png) no-repeat center/contain;
}
@media screen and (max-width: 1025px) {
  .Page__head::before {
    width: 15.4rem;
    height: 8.8rem;
  }
}
.Page__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
  height: 90rem;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .Page__head::after {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
    height: 55rem;
    height: 47rem;
  }
}
.Page__head__container .Breadcrumb {
  margin-bottom: 2rem;
}
.Page__head__container__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.Page__head__container__flex__left {
  padding-bottom: 0rem;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__left {
    margin-bottom: 6rem;
  }
}
.Page__head__container__flex__left h1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__left .en {
    margin-bottom: 1rem;
  }
}
.Page__head__container__flex__left h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.2rem;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__left h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.Page__head__container__flex__left h2::before, .Page__head__container__flex__left h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  height: 0.3rem;
  width: 2.6rem;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__left h2::before, .Page__head__container__flex__left h2::after {
    bottom: -2rem;
    height: 0.4rem;
  }
}
.Page__head__container__flex__left h2::before {
  left: 0rem;
  background-color: #006FB7;
}
.Page__head__container__flex__left h2::after {
  left: 2.6rem;
  background-color: #EC881E;
}
.Page__head__container__flex__right__menu {
  position: relative;
  z-index: 80;
}
.Page__head__container__flex__right__menu__ttl {
  font-size: 1.2rem;
  color: #DBE0E8;
  margin-bottom: 2rem;
  list-style: none;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right__menu__ttl {
    color: #000;
    border-bottom: 1px solid #D3D7DF;
    padding: 2rem 0;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
  }
}
.Page__head__container__flex__right__menu__item {
  list-style-type: none;
  padding: 2rem 0;
  border-bottom: 1px solid #D4D7DE;
  position: relative;
  width: 27.5rem;
  list-style-type: none;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right__menu__item {
    width: 100%;
  }
}
.Page__head__container__flex__right__menu__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.8rem;
  background: url(../img/common/menu_allow.png) no-repeat center/contain;
}
.Page__head__container__flex__right__menu__item a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right__menu__item a {
    width: 100%;
    display: block;
  }
}
.Page__head__container__flex__right__menu__item a .num {
  font-size: 1rem;
  margin-right: 1.5rem;
}
.Page__head__container__flex__right__menu__item a:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu {
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    width: 0.3rem;
    height: 1.6rem;
    background-color: #000;
    transform: rotate(0deg);
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu::after {
    width: 0.2rem;
    height: 1.3rem;
    right: 1rem;
  }
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    width: 0.3rem;
    height: 1.6rem;
    background-color: #284077;
    transform: rotate(90deg);
    transform-origin: center;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu::before {
    width: 0.2rem;
    height: 1.3rem;
    right: 1rem;
  }
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Title__menu.close::after {
    transform: rotate(90deg);
    transform-origin: center;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1025px) {
  .Page__head__container__flex__right .Accordion .Box {
    display: none;
  }
}

.Breadcrumbs__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.Breadcrumbs__container .midd {
  font-size: 1.2rem;
  line-height: 3.5rem;
  color: #DBE0E8;
  margin: 0 7px;
}
@media screen and (max-width: 1025px) {
  .Breadcrumbs__container .midd {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
.Breadcrumbs__container li {
  list-style-type: none;
}
.Breadcrumbs__container li a {
  text-decoration: none;
}
.Breadcrumbs__container li a span {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 3.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1025px) {
  .Breadcrumbs__container li a span {
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
  }
}
.Breadcrumbs__container .home {
  color: #DBE0E8;
  font-size: 1.2rem;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before,
.slick-next:before:hover {
  opacity: 0;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /* height: 100vh; */
  /* height: 300px; */
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /* height:100vh; */
  /* height: 300px; */
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/* .slick-active{
  opacity: 0.5;    

} */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  animation-name: loadBg;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1025px) {
  .loading {
    padding-bottom: 9rem;
  }
}
.loading__text {
  z-index: 9999;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.8rem;
  font-weight: 600;
  color: #231815;
  line-height: 8.2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1rem;
  margin-bottom: 2rem;
  animation-name: loadText;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1025px) {
  .loading__text {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 0.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0.4rem;
  }
}

@keyframes loadBg {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes loadText {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  95% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
.animationHeaderGrayBlock {
  background-color: #EFF3F4;
  width: 100%;
  height: 180vh;
  animation-name: animateMask;
  animation-duration: 1.7s;
  animation-delay: 2s;
  animation-fill-mode: easeInOutCubic;
  z-index: 1000;
  transform: translate(0rem, -100%);
  position: fixed;
  top: 0;
  left: 0;
}

@keyframes animateMask {
  0% {
    transform: translate(0rem, 100%);
    display: block;
  }
  100% {
    transform: translate(0rem, -100%);
    display: none;
  }
}
.animate_none {
  display: none !important;
  opacity: 0 !important;
}

/* 初回アクセスではない場合のスタイル */
.is-not-first-load .loading,
.is-not-first-load .animationHeaderGrayBlock,
.is-not-first-load .loading__text {
  display: none;
}

.Header__blank {
  height: 9.7rem;
}
@media screen and (max-width: 1025px) {
  .Header__blank {
    height: 8.5rem;
  }
}

@keyframes slideUpFadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes slideDownFadeIn {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1025px) {
  .Header {
    height: 8.5rem;
  }
}
.Header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Header__container {
    display: block;
    padding: 3rem 2rem;
  }
}
.Header__container__logo {
  width: 30.6rem;
  display: block;
}
@media screen and (max-width: 1025px) {
  .Header__container__logo {
    width: 18.4rem;
  }
}
.Header__container__logo img {
  width: 100%;
}
.Header__container__menu {
  display: flex;
  align-items: center;
}
.Header__container__menu__item {
  margin-left: 4.5rem;
  list-style-type: none;
}
.Header__container__menu__item a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  text-decoration: none;
  letter-spacing: 0.1rem;
  position: relative;
  display: block;
  height: 2rem;
}
.Header__container__menu__item a:hover {
  color: #000;
}
.Header__container__menu__btn {
  display: block;
  background-color: #00355F;
  color: #fff;
  text-align: center;
  width: 16.2rem;
  height: 5.7rem;
  line-height: 5.7rem;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none;
  margin-left: 4rem;
  list-style-type: none;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.Header__container__menu__btn:hover {
  opacity: 0.7;
  color: #fff;
}
.Header__container__menu__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 1rem;
  background: url(../img/white_allow.png) no-repeat center/contain;
}

.Footer {
  background: url(../img/footer_bg.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 1025px) {
  .Footer {
    background: url(../img/footer_bg_sp.jpg) no-repeat center bottom/cover;
  }
}
.Footer__container {
  padding: 15rem 0 8rem 0;
}
@media screen and (max-width: 1025px) {
  .Footer__container {
    padding: 4rem 0 4rem 0;
  }
}
.Footer__container__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}
.Footer__container__head__left {
  display: flex;
  padding-right: 17rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left {
    margin-bottom: 4rem;
    padding-right: 0;
    flex-direction: column;
  }
}
.Footer__container__head__left .text {
  width: fit-content;
  position: relative;
  display: block;
  text-decoration: none;
}
.Footer__container__head__left .text:hover {
  transition: all 300ms;
  text-decoration: none;
}
.Footer__container__head__left a {
  width: 9rem;
  height: 9rem;
  display: block;
  margin-left: 9rem;
  position: relative;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left a {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 2rem;
    width: 5.9rem;
    height: 5.9rem;
  }
}
.Footer__container__head__left a img {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}
.Footer__container__head__left a:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center;
}
.Footer__container__head__left a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  background-color: #042348;
  border-radius: 50%;
  z-index: 0;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left a::before {
    width: 5.9rem;
    height: 5.9rem;
  }
}
.Footer__container__head__left__span {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left__span {
    flex-direction: column-reverse;
    margin-bottom: 1.5rem;
  }
}
.Footer__container__head__left__span .en {
  font-size: 3.5rem;
  color: #fff;
  margin-right: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left__span .en {
    margin-right: 0;
  }
}
.Footer__container__head__left__span .ja {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left__span .ja {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.Footer__container__head__left__text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 3rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__left__text {
    font-size: 1rem;
    line-height: 2.5rem;
    text-align: center;
  }
}
.Footer__container__head__right {
  padding-left: 5rem;
  border-left: 1px solid #001635;
  padding-right: 7rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__right {
    display: flex;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid #001635;
    padding-top: 5rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.Footer__container__head__right__item {
  list-style-type: none;
}
@media screen and (max-width: 1025px) {
  .Footer__container__head__right__item {
    width: 50%;
  }
}
.Footer__container__head__right__item a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 3.5rem;
  text-decoration: none;
  position: relative;
}
.Footer__container__head__right__item a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0.5rem;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
.Footer__container__head__right__item a:hover {
  transition: all 300ms;
  color: #fff;
  text-decoration: none;
}
.Footer__container__head__right__item a:hover::after {
  transform: scale(1.1);
}
.Footer__container__food__box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__box {
    flex-direction: column;
    align-items: center;
  }
}
.Footer__container__food__box__logo {
  width: 22.5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__box__logo {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.Footer__container__food__box__logo img {
  width: 100%;
}
.Footer__container__food__box p {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__box p {
    font-size: 1.1rem;
    text-align: center;
  }
}
.Footer__container__food__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__flex {
    flex-direction: column;
    align-items: center;
  }
}
.Footer__container__food__flex__menu {
  display: flex;
  flex-wrap: wrap;
  width: 41rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__flex__menu {
    width: 33rem;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.Footer__container__food__flex__menu li {
  width: fit-content;
  list-style-type: none;
}
.Footer__container__food__flex__menu li a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-decoration: none;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__flex__menu li a {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
.Footer__container__food__flex__menu li a:hover {
  opacity: 0.7;
  transition: all 300ms;
}
.Footer__container__food__flex__copy {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
  color: #fff;
  letter-spacing: 0.1rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1025px) {
  .Footer__container__food__flex__copy {
    font-size: 1rem;
    padding-right: 0;
    line-height: 2rem;
  }
}

li marker {
  display: none;
}

.Fv {
  height: calc(100vh - 97px);
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Fv {
    height: 62.5rem;
  }
}
.Fv video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 97px);
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .Fv video {
    height: 62.5rem;
    z-index: 0;
  }
}
.Fv__container {
  height: calc(100vh - 97px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Fv__container {
    height: 62.5rem;
  }
}
.Fv__container__content {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .Fv__container__content {
    top: 49%;
  }
}
.Fv__container__content__title {
  font-size: 5.8rem;
  font-weight: 600;
  color: #231815;
  line-height: 7.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Fv__container__content__title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0.4rem;
    margin-bottom: 3rem;
  }
}
.Fv__container__content__text {
  height: 1.4rem;
  width: 14.1rem;
  margin: 0 auto;
}
.Fv__container__content__text img {
  width: 100%;
}
.Fv__container__scroll {
  position: absolute;
  left: 5rem;
  bottom: 20rem;
  /*全体の高さ*/
  height: 50px;
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
@media screen and (max-width: 1025px) {
  .Fv__container__scroll {
    bottom: 11rem;
    left: 2rem;
  }
}
.Fv__container__scroll span {
  /*描画位置*/
  position: absolute;
  left: -7px;
  top: 70px;
  /*テキストの形状*/
  color: #eee;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
}
.Fv__container__scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 5rem;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.Who__container {
  padding: 11rem 0 13rem 0;
}
@media screen and (max-width: 1025px) {
  .Who__container {
    padding: 11.5rem 0 6rem 0;
  }
}
.Who__container .Title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1025px) {
  .Who__container .Title {
    margin-bottom: 3rem;
  }
}
.Who__container .Title h2 {
  letter-spacing: 0.65rem;
}
@media screen and (max-width: 1025px) {
  .Who__container .Title h2 {
    letter-spacing: 0.4rem;
  }
}
.Who__container .Title p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Who__container .Title p {
    margin-bottom: 1rem;
  }
}
.Who__container__content__text {
  width: 64%;
  margin-left: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Who__container__content__text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.Who__container__content__text p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Who__container__content__text p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Who__container__content .Btn {
  margin-left: auto;
}

.Service {
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Service {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
.Service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D4D7DE;
  font-size: 8rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
  background: url(../img/top_service.png) no-repeat center/contain;
  width: 117rem;
  height: 5.4rem;
}
@media screen and (max-width: 1025px) {
  .Service::before {
    width: 31.3rem;
    height: 1.4rem;
  }
}
.Service__container {
  padding: 16rem 0 8rem 0;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Service__container {
    padding: 6rem 0 4rem 0;
    flex-direction: column;
  }
}
.Service__container__left {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Service__container__left {
    width: 100%;
  }
}
.Service__container__left .Title {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Service__container__left .Title {
    margin-bottom: 3rem;
  }
}
.Service__container__left .Title h2 {
  letter-spacing: 0.88rem;
}
@media screen and (max-width: 1025px) {
  .Service__container__left .Title h2 {
    letter-spacing: 0.45rem;
  }
}
.Service__container__left__text {
  margin-bottom: 2rem;
}
.Service__container__left__text p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 1025px) {
  .Service__container__left__text p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Service__container__right {
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Service__container__right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  .Service__container__right__img {
    margin-bottom: 1rem;
  }
}
.Service__container__right__img img {
  width: 100%;
}
.Service__container__right .Btn {
  margin-left: auto;
}

.Pickup {
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1025px) {
  .Pickup {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
.Pickup__container {
  padding: 8rem 0;
}
@media screen and (max-width: 1025px) {
  .Pickup__container {
    padding: 0rem 0 10rem 0;
  }
}
.Pickup__container .Title__01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Pickup__container .Title__01 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1025px) {
  .Pickup__container .Title__01 .en {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1025px) {
  .Pickup__container .Title__01 .en img {
    width: 13.6rem !important;
    height: 4rem !important;
  }
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content {
    padding: 0 1rem;
  }
}
.Pickup__container__content .slick {
  position: relative;
}
.Pickup__container__content .slick .Item {
  text-decoration: none;
  margin: 0 20px; /* 各スライドの左右のマージンを調整 */
}
.Pickup__container__content .slick .Item:hover {
  transition: all 300ms;
}
.Pickup__container__content .slick .Item:hover .Item__img img {
  transition: all 300ms;
  transform: scale(1.1);
}
.Pickup__container__content .slick .Item__img {
  aspect-ratio: 445/273;
  overflow: hidden;
}
.Pickup__container__content .slick .Item__img img {
  width: 100%;
  transition: all 300ms;
}
.Pickup__container__content .slick .Item__text {
  height: 17.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 4rem 4rem 4rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .Item__text {
    padding: 2rem 2rem 3rem 2rem;
    height: 13rem;
  }
}
.Pickup__container__content .slick .Item__text__head__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4.5rem;
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .Item__text__head__title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.Pickup__container__content .slick .Item__text__head__dis {
  font-size: 1.6rem;
  line-height: 3.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #006FB7;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .Item__text__head__dis {
    font-size: 1.2rem;
  }
}
.Pickup__container__content .slick .Item__text__food__link {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding-right: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .Item__text__food__link {
    font-size: 1rem;
  }
}
.Pickup__container__content .slick .Item__text__food__link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  width: 1.5rem;
  height: 0.5rem;
  background: url(../img/black_allow.png) no-repeat center/contain;
}
.Pickup__container__content .slick .Item__text__food__link.box::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/link.png) no-repeat center/contain;
}
.Pickup__container__content .slick .slide-arrow {
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: -12rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .slide-arrow {
    top: auto;
    bottom: -8.5rem;
  }
}
.Pickup__container__content .slick .slide-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 300ms;
}
.Pickup__container__content .slick .slide-arrow:hover {
  transform: scale(1.1);
  transition: all 300ms;
}
.Pickup__container__content .slick .slide-arrow:hover::before {
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 300ms;
}
.Pickup__container__content .slick .prev-arrow {
  right: 21rem;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .prev-arrow {
    right: 0;
    left: 10rem;
  }
}
.Pickup__container__content .slick .prev-arrow::before {
  background: url(../img/left_a.png) no-repeat center/contain;
}
.Pickup__container__content .slick .next-arrow {
  background: url(../img/slick_right.png) no-repeat center/contain;
  right: 13rem;
}
@media screen and (max-width: 1025px) {
  .Pickup__container__content .slick .next-arrow {
    right: 0;
    right: 10rem;
  }
}
.Pickup__container__content .slick .next-arrow::before {
  background: url(../img/right_a.png) no-repeat center/contain;
}

.Img {
  position: relative;
  height: 36vw;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Img {
    height: auto;
  }
}
.Img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 20vw;
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1025px) {
  .Img::before {
    height: 100%;
    height: 75%;
  }
}
@media screen and (max-width: 1025px) {
  .Img::before {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 1025px) {
  .Img {
    padding: 4rem 0;
  }
}
.Img__container {
  position: relative;
  height: 61rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Img__container {
    padding: 0 3rem;
    height: 35rem;
  }
}
.Img__container__bottom {
  width: 100%;
}
.Img__container__bottom img {
  width: 100%;
}

.News__container {
  padding: 5rem 0 12rem 0;
}
@media screen and (max-width: 1025px) {
  .News__container {
    padding: 1rem 0 11rem 0;
  }
}
.News__container__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1025px) {
  .News__container__head {
    margin-bottom: 2.5rem;
  }
}
.News__container__head .Title {
  width: 50%;
}
.News__container__head__btn {
  margin-bottom: 2rem;
}
.News__container__head__btn a {
  font-size: 1.3rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.News__container__head__btn a:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .News__container__head__btn a {
    font-size: 1rem;
  }
}
.News__container__content {
  border-top: 1px solid #D4D7DE;
}
.News__container__content .Item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D4D7DE;
  padding: 4rem 1rem;
  position: relative;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item {
    flex-direction: column;
    padding: 2rem 0rem;
    align-items: flex-start;
  }
}
.News__container__content .Item:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
.News__container__content .Item:hover::after {
  transform: translateY(-50%) scale(1.2);
  transform-origin: center;
  transition: all 300ms;
}
.News__container__content .Item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/news-allow.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item::before {
    top: 4rem;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.News__container__content .Item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #01355F;
  transition: all 300ms;
  z-index: 0;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item::after {
    top: 4rem;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.News__container__content .Item__left {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item__left {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.News__container__content .Item__left .Time {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  margin-right: 4rem;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item__left .Time {
    font-size: 1.2rem;
    margin-right: 3rem;
  }
}
.News__container__content .Item__left .Category {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #231815;
  padding: 0.7rem 2.5rem;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item__left .Category {
    font-size: 1rem;
    padding: 0.7rem 2.5rem;
  }
}
.News__container__content .Item__right .Title {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
}
@media screen and (max-width: 1025px) {
  .News__container__content .Item__right .Title {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}

.Cv__head {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Cv__head {
    flex-direction: column;
  }
}
.Cv__head__img {
  overflow: hidden;
  aspect-ratio: 594/384;
  transition: all 300ms;
}
.Cv__head__img img {
  width: 100%;
  transition: all 300ms;
  height: 100%;
}
.Cv__head__text {
  padding: 4rem 8rem;
  position: relative;
  height: 14.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Cv__head__text {
    padding: 2rem 3rem;
    height: auto;
  }
}
.Cv__head__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/cv_alllow.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .Cv__head__text::before {
    width: 2.8rem;
    height: 2.8rem;
    right: 3rem;
    top: 50%;
  }
}
.Cv__head__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Cv__head__text::after {
    width: 2.8rem;
    height: 2.8rem;
    right: 3rem;
    top: 50%;
  }
}
.Cv__head__text__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Cv__head__text__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.Cv__head__text__en {
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 1025px) {
  .Cv__head__text__en {
    font-size: 1.2rem;
  }
}
.Cv__head__left {
  background-color: #006FB7;
  width: 50%;
  text-decoration: none;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Cv__head__left {
    width: 100%;
  }
}
.Cv__head__left:hover .Cv__head__text::after {
  transform: translateY(-50%) scale(1.2);
  transform-origin: center;
  transition: all 300ms;
}
.Cv__head__left:hover {
  transition: all 300ms;
}
.Cv__head__left:hover .Cv__head__img img {
  transform: scale(1.1);
  transition: all 300ms;
}
.Cv__head__left:hover .Cv__head__text {
  height: 14.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Cv__head__left:hover .Cv__head__text {
    height: auto;
  }
}
.Cv__head__right {
  background-color: #EC881E;
  width: 50%;
  text-decoration: none;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Cv__head__right {
    width: 100%;
  }
}
.Cv__head__right:hover .Cv__head__text::after {
  transform: translateY(-50%) scale(1.2);
  transform-origin: center;
  transition: all 300ms;
}
.Cv__head__right:hover .Cv__head__text {
  height: 14.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Cv__head__right:hover .Cv__head__text {
    height: auto;
  }
}
.Cv__head__right:hover {
  transition: all 300ms;
}
.Cv__head__right:hover .Cv__head__img img {
  transform: scale(1.1);
  transition: all 300ms;
}
.Cv__head__right .Cv__head__text {
  position: relative;
}
.Cv__head__right .Cv__head__text::before {
  background: url(../img/orenge_allow.png) no-repeat center/contain;
}
.Cv__food {
  width: 100%;
  height: 57rem;
  padding: 0 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  box-sizing: border-box;
  margin-bottom: -0.1rem;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Cv__food {
    padding: 0 2rem;
    flex-direction: column;
    height: 38rem;
    box-sizing: border-box;
    justify-content: center;
  }
}
.Cv__food:hover {
  transition: all 300ms;
}
.Cv__food:hover .Cv__food__right__img {
  transform: scale(1.1);
  transition: all 300ms;
}
.Cv__food:hover .Cv__food__right__span::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.Cv__food:hover::before {
  transform: translateY(-50%) scale(1.1);
  transition: all 300ms;
  transform-origin: center;
}
.Cv__food::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/top_why.jpg) no-repeat center/cover;
  transition: all 300ms;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  .Cv__food::before {
    background: url(../img/top_why_sp.jpg) no-repeat center/cover;
  }
}
.Cv__food__left {
  margin-top: 2rem;
}
@media screen and (max-width: 1025px) {
  .Cv__food__left {
    margin-top: 0rem;
  }
}
.Cv__food__left__title img {
  width: 55.2rem;
  height: 13.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1025px) {
  .Cv__food__left__title img {
    width: 29.1rem;
    height: 9.9rem;
    margin-bottom: 2rem;
  }
}
.Cv__food__left__text {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .Cv__food__left__text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .Cv__food__left__text img {
    margin: 0 auto;
    display: block;
    width: 16.6rem !important;
    height: 1.4rem !important;
  }
}
.Cv__food__right {
  display: flex;
  align-items: center;
}
.Cv__food__right__span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-right: 3rem;
  letter-spacing: 0.1rem;
  position: relative;
}
.Cv__food__right__span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (max-width: 1025px) {
  .Cv__food__right__span {
    font-size: 1.2rem;
  }
}
.Cv__food__right__img {
  width: 9rem;
  height: 9rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Cv__food__right__img {
    width: 5.9rem;
    height: 5.9rem;
  }
}
.Cv__food__right__img img {
  width: 100%;
  width: 9rem;
  height: 9rem;
  display: block;
}
@media screen and (max-width: 1025px) {
  .Cv__food__right__img img {
    width: 5.9rem;
    height: 5.9rem;
  }
}

.Page__company {
  padding-top: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__company {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
    background-size: 100% 30rem;
  }
}
.Page__company > .Title {
  margin-bottom: 0rem;
  padding: 0 8rem;
}
@media screen and (max-width: 1025px) {
  .Page__company > .Title {
    margin-bottom: 0rem;
    padding: 0 2rem;
  }
}
.Page__company > .Title p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__company > .Title p {
    margin-bottom: 1rem;
  }
}
.Page__company > .Title h2 {
  color: #231815;
}
.Page__company__massage {
  padding: 0rem 0 9rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage {
    padding: 0rem 0 2rem 0;
  }
}
.Page__company__massage__img {
  margin: 0 calc(50% - 50vw) 0 0;
  margin-bottom: 11rem;
  padding-left: 8rem;
  padding-top: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__img {
    padding-top: 5rem;
    height: 22rem;
    margin-bottom: 7rem;
    padding-left: 2rem;
  }
}
.Page__company__massage__img img {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__img img {
    height: 100%;
    object-fit: cover;
  }
}
.Page__company__massage__text__title {
  font-size: 3.6rem;
  line-height: 6.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #231815;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__title {
    font-size: 2.3rem;
    line-height: 4rem;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
  }
}
.Page__company__massage__text__content {
  width: 79rem;
  margin-left: auto;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content {
    width: 100%;
  }
}
.Page__company__massage__text__content__box {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content__box {
    margin-bottom: 3rem;
  }
}
.Page__company__massage__text__content__box__ttl {
  font-weight: bold;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content__box__ttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.08rem;
  }
}
.Page__company__massage__text__content__box__dis {
  font-size: 1.66rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content__box__dis {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__company__massage__text__content__box__name {
  margin-top: 6rem;
  width: 16rem;
  margin-left: auto;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content__box__name {
    width: 6rem;
  }
}
.Page__company__massage__text__content__box__name img {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .Page__company__massage__text__content__box__name {
    margin-top: 2.5rem;
  }
}
.Page__company__flex {
  padding: 12rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex {
    padding: 5rem 0;
  }
}
.Page__company__flex .Inner {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex .Inner {
    flex-direction: column;
  }
}
.Page__company__flex__left {
  width: 28%;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__left {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__left .Title p {
    margin-bottom: 0;
  }
}
.Page__company__flex__left .Title h2 {
  color: #231815;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__left .Title h2 {
    letter-spacing: 0.35rem;
  }
}
.Page__company__flex__right {
  width: 72%;
  margin-top: -2.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right {
    width: 100%;
    margin-top: 0;
  }
}
.Page__company__flex__right .Item {
  display: flex;
  border-bottom: 1px solid #D4D7DE;
  padding: 2.6rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item {
    padding: 2rem 0;
  }
}
.Page__company__flex__right .Item__title {
  width: 22%;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__title {
    width: 30%;
  }
}
.Page__company__flex__right .Item__title p {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__title p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
.Page__company__flex__right .Item__box {
  width: 78%;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box {
    width: 70%;
  }
}
.Page__company__flex__right .Item__box p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__company__flex__right .Item__box p span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box p span {
    line-height: 2.5rem;
  }
}
.Page__company__flex__right .Item__box .map {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box .map {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Page__company__flex__right .Item__box .map a {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3.5rem;
  text-decoration: none;
  color: #000;
  width: 7.2rem;
  position: relative;
  margin-right: 5rem;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box .map a {
    margin-left: auto;
    margin-right: 3rem;
  }
}
.Page__company__flex__right .Item__box .map a img {
  width: 100%;
}
.Page__company__flex__right .Item__box .map a::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/news-allow.png) no-repeat center/contain;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box .map a::before {
    width: 2.4rem;
    height: 2.4rem;
    right: -3.5rem;
  }
}
.Page__company__flex__right .Item__box .map a::after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #002549;
  border-radius: 50%;
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Page__company__flex__right .Item__box .map a::after {
    width: 2.4rem;
    height: 2.4rem;
    right: -3.5rem;
  }
}
.Page__company__flex__right .Item__box .map a:hover {
  transition: all 300ms;
}
.Page__company__flex__right .Item__box .map a:hover::after {
  transform: translateY(-50%) scale(1.15);
  transition: all 300ms;
}
.Page__company__flex__right .Item__box .bold {
  font-weight: bold;
}
.Page__company #history {
  padding: 13rem 0 15rem 0;
}

.Page__who__img {
  margin-top: 14rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__img {
    margin-top: 0;
    padding-top: 5rem;
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
.Page__who__img img {
  width: 100%;
}
.Page__who__mission {
  padding: 12rem 0 25rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__who__mission {
    padding: 6rem 0 7rem 0;
  }
}
.Page__who__mission .Title {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__mission .Title {
    margin-bottom: 4rem;
  }
}
.Page__who__mission__content__en {
  margin-bottom: 2rem;
}
.Page__who__mission__content__en img {
  width: 90.5rem;
  height: 5.8rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1025px) {
  .Page__who__mission__content__en img {
    width: 22.3rem;
    height: 7.1rem;
  }
}
.Page__who__mission__content__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 4.9rem;
  font-weight: 600;
  margin-bottom: 7rem;
  text-align: center;
  letter-spacing: 0.4rem;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__who__mission__content__sub {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 5rem;
    letter-spacing: 0.2rem;
  }
}
.Page__who__mission__content__dis {
  font-size: 3rem;
  line-height: 6rem;
  letter-spacing: 0.1rem;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__mission__content__dis {
    font-size: 1.8rem;
    line-height: 3.9rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 3.2rem;
  }
}
.Page__who__vision {
  padding: 19rem 0 5rem 0;
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision {
    padding: 8rem 0 0rem 0;
  }
}
@media screen and (max-width: 1025px) {
  .Page__who__vision {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
.Page__who__vision .Loop-slide {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  overflow-x: hidden;
  width: 100%;
  display: flex;
}
.Page__who__vision .Loop-slide img {
  animation: loop-slide 15s infinite linear 1s both;
  width: 100%;
  margin-right: 5rem;
  width: 120rem;
  height: 13.2rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision .Loop-slide img {
    width: 37.4rem;
    height: 3.8rem;
    margin-right: 3rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.Page__who__vision__container {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision__container {
    flex-direction: column;
  }
}
.Page__who__vision__container__left {
  width: 28%;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision__container__left {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.Page__who__vision__container__right {
  width: 72%;
  border-top: 1px solid #D4D7DE;
  padding-top: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision__container__right {
    width: 100%;
    padding-top: 3rem;
    border-top: none;
  }
}
.Page__who__vision__container__right__ttl {
  font-size: 3rem;
  line-height: 5.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25rem;
  margin-bottom: 4rem;
  color: #231815;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision__container__right__ttl {
    font-size: 1.8rem;
    line-height: 3.1rem;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 3.2rem;
  }
}
.Page__who__vision__container__right__dis {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__vision__container__right__dis {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__who__stance {
  padding: 6rem 0 13rem 0;
  background: url(../img/top_service_bg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance {
    padding: 3rem 0 8rem 0;
  }
}
@media screen and (max-width: 1025px) {
  .Page__who__stance {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
  }
}
.Page__who__stance__container__head {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance__container__head {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.Page__who__stance__container__head__left {
  width: 28%;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance__container__head__left {
    width: 100%;
    margin-bottom: 0rem;
  }
}
.Page__who__stance__container__head__right {
  width: 72%;
  border-top: 1px solid #D4D7DE;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance__container__head__right {
    width: 100%;
    border-top: none;
  }
}
.Page__who__stance__container__head__right__ttl {
  font-size: 3rem;
  font-weight: 500;
  padding-top: 4rem;
  letter-spacing: 0.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.25rem;
  color: #231815;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance__container__head__right__ttl {
    font-size: 1.8rem;
    line-height: 3.1rem;
    padding-top: 3rem;
    letter-spacing: 0.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 3.2rem;
  }
}
.Page__who__stance__container__food {
  padding: 0 3rem;
}
@media screen and (max-width: 1025px) {
  .Page__who__stance__container__food {
    padding: 0;
  }
}
.Page__who__stance__container__food img {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .Page__service {
    background: url(../img/top_service_bg_sp.jpg) no-repeat top center/cover;
    background-size: 100% 40rem;
  }
}
.Page__service > .Inner {
  max-width: 2000rem;
  padding: 0 8rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .Page__service > .Inner {
    padding: 0 2rem;
  }
}
.Page__service__head {
  padding: 8rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__service__head {
    padding: 1rem 0 3rem 0;
  }
}
.Page__service__head__title {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.75rem;
  line-height: 6.3rem;
  color: #231815;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__head__title {
    font-size: 2.3rem;
    line-height: 4rem;
    letter-spacing: 0.25rem;
    margin-bottom: 2rem;
  }
}
.Page__service__head__text {
  font-size: 1.9rem;
  line-height: 4rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__head__text {
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
}
.Page__service__content__tabs {
  scrollbar-color: #EC881D;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__tabs {
    overflow-x: scroll;
  }
}
.Page__service__content__tabs__container {
  display: flex;
  white-space: nowrap;
  scrollbar-color: #EC881D;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__tabs__container {
    width: 100rem;
    margin-left: 6rem;
  }
}
.Page__service__content__tabs__container .tab-button {
  width: 20%;
  margin: 0 0.5rem;
  transition: background-color 0.3s;
  background-color: #00355F;
  cursor: pointer;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.5rem;
  scrollbar-color: #EC881D;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.Page__service__content__tabs__container .tab-button .num {
  font-size: 1rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__tabs__container .tab-button .num {
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 1025px) {
  .Page__service__content__tabs__container .tab-button {
    width: 17.2rem;
    height: 5.8rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.Page__service__content__tabs__container .tab-button.active {
  background: #fff;
  color: #000;
}
.Page__service__content__tabs__container .tab-button:hover {
  opacity: 0.7;
}
.Page__service__content__main {
  display: none;
  padding: 12rem 0;
  background-color: #fff;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main {
    padding: 4rem 0 7rem 0;
  }
}
.Page__service__content__main.active {
  display: block;
}
.Page__service__content__main__head {
  display: flex;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1500px) {
  .Page__service__content__main__head {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 2000px) {
  .Page__service__content__main__head {
    padding: 15rem 0;
  }
}
@media screen and (min-width: 2500px) {
  .Page__service__content__main__head {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head {
    flex-direction: column-reverse;
    margin-bottom: 1rem;
    margin-bottom: 4rem;
  }
}
.Page__service__content__main__head__text {
  width: 50%;
  padding-right: 6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__text {
    width: 100%;
    padding-right: 0;
  }
}
.Page__service__content__main__head__text__ttl {
  font-size: 3.6rem;
  line-height: 4.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.55rem;
  margin-bottom: 2rem;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__text__ttl {
    font-size: 2.3rem;
    line-height: 4rem;
    font-weight: 500;
    letter-spacing: 0.4rem;
    margin-bottom: 1rem;
  }
}
.Page__service__content__main__head__text__en {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__text__en {
    margin-bottom: 6rem;
  }
}
.Page__service__content__main__head__text__en::before, .Page__service__content__main__head__text__en::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  height: 0.3rem;
  width: 2.6rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__text__en::before, .Page__service__content__main__head__text__en::after {
    bottom: -3rem;
  }
}
.Page__service__content__main__head__text__en::before {
  left: 0rem;
  background-color: #006FB7;
}
.Page__service__content__main__head__text__en::after {
  left: 2.6rem;
  background-color: #EC881E;
}
.Page__service__content__main__head__text__dis {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__text__dis {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__service__content__main__head__img {
  width: 50%;
  position: relative;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__img {
    width: calc(100% + 3rem);
    margin-bottom: 2rem;
    margin-right: -3rem;
  }
}
.Page__service__content__main__head__img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: block;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__head__img img {
    width: 100%;
    position: relative;
    transform: translateY(0);
  }
}
.Page__service__content__main__food__sub {
  width: 11.2rem;
  height: 1.9rem;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__sub {
    margin-bottom: 4rem;
  }
}
.Page__service__content__main__food__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  background-color: #EC881E;
  width: 1.2rem;
  height: 1.2rem;
}
.Page__service__content__main__food__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0px;
  background-color: #006FB7;
  width: 1.2rem;
  height: 1.2rem;
}
.Page__service__content__main__food__sub img {
  width: 100%;
  margin-top: 1rem;
}
.Page__service__content__main__food__box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box {
    margin-bottom: 2rem;
  }
}
.Page__service__content__main__food__box__flex {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex {
    flex-direction: column;
    border-top: 1px solid #D4D7DE;
  }
}
.Page__service__content__main__food__box__flex__ttl {
  width: 30%;
  padding-right: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__ttl {
    width: 100%;
    margin-top: 2rem;
    padding-right: 0;
  }
}
.Page__service__content__main__food__box__flex__ttl img {
  width: 100%;
}
.Page__service__content__main__food__box__flex__ttl h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4.3rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__ttl h4 {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
}
.Page__service__content__main__food__box__flex__text {
  width: 70%;
  border-top: 1px solid #D4D7DE;
  padding-top: 5rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__text {
    border-top: none;
    width: 100%;
    padding-top: 1rem;
  }
}
.Page__service__content__main__food__box__flex__text__ttl {
  display: flex;
  justify-content: space-between;
}
.Page__service__content__main__food__box__flex__text__ttl .Box .en {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  color: #006FB7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__text__ttl .Box .en {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.Page__service__content__main__food__box__flex__text__ttl .Box .ttl {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 3.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__text__ttl .Box .ttl {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
}
.Page__service__content__main__food__box__flex__text__ttl .Box .blue {
  font-size: 1.4rem;
  color: #006FB7;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__text__ttl .Box .blue {
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
  }
}
.Page__service__content__main__food__box__flex__text .dis {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__service__content__main__food__box__flex__text .dis {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}

.Btn__tabs {
  font-size: 1.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
  padding-right: 4rem;
  height: 3rem;
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.Btn__tabs:hover {
  transition: all 300ms;
  color: #000;
}
.Btn__tabs:hover::after {
  transform: translateY(-50%) scale(1.2);
  transition: all 300ms;
}
@media screen and (max-width: 1025px) {
  .Btn__tabs {
    width: fit-content;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: 2rem;
    padding-right: 2.5rem;
    font-size: 1.2rem;
  }
}
.Btn__tabs::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  z-index: 1;
  background: url(../img/service/allow.png) no-repeat center/contain;
}
.Btn__tabs::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #002549;
  z-index: 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem !important;
}

.Page__policy__container {
  padding: 0 0 10rem 0;
  margin-top: -11rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container {
    padding: 2rem 0 5rem 0;
    margin-top: 0;
  }
}
.Page__policy__container .Box {
  padding: 7rem 0 6.5rem 0;
  border-top: 1px solid #D4D7DE;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box {
    padding: 4rem 0;
  }
}
.Page__policy__container .Box:first-of-type {
  border-top: none;
}
.Page__policy__container .Box__sub {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__sub {
    margin-bottom: 2rem;
  }
}
.Page__policy__container .Box__sub img {
  margin-top: 1rem;
}
.Page__policy__container .Box__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  background-color: #EC881E;
  width: 1.2rem;
  height: 1.2rem;
}
.Page__policy__container .Box__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0px;
  background-color: #006FB7;
  width: 1.2rem;
  height: 1.2rem;
}
.Page__policy__container .Box__ttl {
  font-size: 3.6rem;
  line-height: 6.3rem;
  font-weight: 500;
  letter-spacing: 0.45rem;
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__ttl {
    font-size: 2.3rem;
    line-height: 4rem;
  }
}
.Page__policy__container .Box__text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__text {
    margin-bottom: 2rem;
  }
}
.Page__policy__container .Box__text h4 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__text h4 {
    font-size: 1.5rem;
    line-height: 3.5rem;
  }
}
.Page__policy__container .Box__text p {
  font-size: 1.9rem;
  line-height: 4rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__text p {
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
}
.Page__policy__container .Box__min p {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__min p {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}
.Page__policy__container .Box__list {
  list-style: none;
}
.Page__policy__container .Box__list li {
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: 0.08rem;
  counter-increment: item;
  position: relative;
  padding-left: 4rem; /* 数字とテキストの間隔を広げる */
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__list li {
    font-size: 1.2rem;
    line-height: 2.5rem;
    padding-left: 3rem;
  }
}
.Page__policy__container .Box__list li .bold {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__list li .bold {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.Page__policy__container .Box__list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #006FB7; /* 数字の色を変更 */
  font-family: "Noto Serif JP", serif;
}
.Page__policy__container .Box__food {
  display: flex;
  width: fit-content;
  align-items: flex-end;
  margin-left: auto;
  margin-top: 7rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__food {
    margin-top: 2rem;
  }
}
.Page__policy__container .Box__food__text p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.1rem;
  line-height: 3.5rem;
  text-align: right;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__food__text p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.Page__policy__container .Box__food__img {
  width: 10rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1025px) {
  .Page__policy__container .Box__food__img {
    width: 13rem;
    margin-left: 2rem;
  }
}
.Page__policy__container .Box__food__img img {
  width: 100%;
}

#copyright {
  background-color: #fff !important;
  text-align: left !important;
}

.Page__bg-none::after {
  background: #fff !important;
}

.Page__news {
  background-color: #fff;
}
.Page__news__container {
  padding: 11rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__news__container {
    padding: 0rem 0 8rem 0;
  }
}
.Page__news__container__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.Page__news__container__head .Categories {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Categories {
    flex-direction: column;
    margin-bottom: 1.5rem;
    border-top: 1px solid #D4D7DE;
    border-left: 1px solid #D4D7DE;
    border-right: 1px solid #D4D7DE;
  }
}
.Page__news__container__head .Categories ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Page__news__container__head .Categories ul.show {
  display: block;
}
.Page__news__container__head .Categories .Category {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #D4D7DE;
  padding-bottom: 1.5rem;
  color: #000;
  text-decoration: none;
  width: 12.4rem;
  display: block;
  height: 2rem;
  margin-right: 1.5rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Categories .Category {
    border: none;
  }
}
.Page__news__container__head .Categories .Category.active {
  color: #006FB7;
  border-bottom: 1px solid #006FB7;
}
.Page__news__container__head .Categories .Category__sp {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
  border-bottom: 1px solid #D4D7DE;
  display: block;
  padding: 1.5rem 0rem 1.5rem 2rem;
  width: 100%;
  box-sizing: border-box;
}
.Page__news__container__head .Categories .Category__sp:hover {
  color: blue;
}
.Page__news__container__head .Categories .Category__sp.active {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
  font-size: 1.2rem;
  display: block;
  padding: 1.5rem 0rem 1.5rem 2rem;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.Page__news__container__head .Categories .Category__sp.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.6rem;
  background: url(../img/news/years_allow.png) no-repeat center/contain;
}
.Page__news__container__head .Yeas {
  position: relative;
  height: 4.5rem;
  width: 20rem;
  border-top: 1px solid #D4D7DE;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Yeas {
    width: 100%;
    height: fit-content;
  }
}
.Page__news__container__head .Yeas__ttl {
  font-size: 1.5rem;
  border-bottom: 1px solid #D4D7DE;
  display: block;
  padding: 1.5rem 0rem 1.5rem 3rem;
  width: 20rem;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  border-left: 1px solid #D4D7DE;
  border-right: 1px solid #D4D7DE;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Yeas__ttl {
    width: 100%;
    padding: 1.5rem 0rem 1.5rem 2rem;
    font-size: 1.2rem;
  }
}
.Page__news__container__head .Yeas__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 0.6rem;
  background: url(../img/news/years_allow.png) no-repeat center/contain;
}
.Page__news__container__head .Yeas ul {
  position: absolute;
  z-index: 100;
  top: 4.5rem;
  left: 0;
  letter-spacing: 0;
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Yeas ul {
    position: static;
    top: 0;
  }
}
.Page__news__container__head .Yeas ul li a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid #D4D7DE;
  color: #000;
  padding: 1.5rem 2rem;
  letter-spacing: 0.08rem;
  display: block;
  background-color: #fff;
  border-left: 1px solid #D4D7DE;
  border-right: 1px solid #D4D7DE;
  width: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Yeas ul li a {
    width: 100%;
    font-size: 1.2rem;
  }
}
.Page__news__container__head .Yeas ul.show {
  display: block;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__head .Yeas ul.show {
    width: 100%;
  }
}
.Page__news__container__content {
  border-bottom: 1px solid #D4D7DE;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content {
    margin-bottom: 2rem;
  }
}
.Page__news__container__content .Item {
  padding: 4rem 1rem;
  border-top: 1px solid #D4D7DE;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item {
    padding: 2rem 0;
  }
}
.Page__news__container__content .Item__link {
  display: flex;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link {
    flex-direction: column;
  }
}
.Page__news__container__content .Item__link:hover {
  transition: all 300ms;
  color: #000;
}
.Page__news__container__content .Item__link:hover::after {
  transform: translateY(-50%) scale(1.2);
  transition: all 300ms;
}
.Page__news__container__content .Item__link__left {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link__left {
    margin-bottom: 1rem;
  }
}
.Page__news__container__content .Item__link__left .time {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 3rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link__left .time {
    font-size: 1.2rem;
    margin-right: 2rem;
    line-height: 2rem;
  }
}
.Page__news__container__content .Item__link__left .category {
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  font-weight: bold;
  border: 1px solid #231815;
  display: block;
  padding: 0.5rem 2.5rem;
  text-align: center;
  margin-right: 4rem;
  letter-spacing: 0.08rem;
  line-height: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link__left .category {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    line-height: 1.3rem;
  }
}
.Page__news__container__content .Item__link__right h3 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link__right h3 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__news__container__content .Item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/news-allow.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link::before {
    top: 1rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.Page__news__container__content .Item__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  z-index: 0;
  background: #002549;
  border-radius: 50%;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content .Item__link::after {
    top: 1rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.Page__news__container__content__post {
  max-width: 97.7rem;
  width: 100%;
  margin: 0 auto;
}
.Page__news__container__content__post__info {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
}
.Page__news__container__content__post__info .time {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 3rem;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content__post__info .time {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.Page__news__container__content__post__info .category {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5rem 2rem;
  border: 1px solid #231815;
  line-height: 2rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content__post__info .category {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.Page__news__container__content__post__info .category:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
.Page__news__container__content__post__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 4.5rem;
  letter-spacing: 0.08rem;
  margin-bottom: 3rem;
  font-weight: 500;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content__post__ttl {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
}
.Page__news__container__content__post__img img {
  width: 100%;
}
.Page__news__container__content__post__contents p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #231815;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__content__post__contents p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
.Page__news__container__food .Pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Page__news__container__food .Pager .pager {
  font-size: 2rem;
  width: 6.2rem;
  height: 6.2rem;
  text-align: center;
  line-height: 6.2rem;
  display: block;
  text-decoration: none;
  color: #000;
}
.Page__news__container__food .Pager .pager:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .pager {
    font-size: 1.2rem;
    width: 4.1rem;
    height: 4.1rem;
    line-height: 4.1rem;
  }
}
.Page__news__container__food .Pager .current {
  font-size: 2rem;
  background: #F6F6F6;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .current {
    font-size: 1.2rem;
    width: 4.1rem;
    height: 4.1rem;
    line-height: 4.1rem;
  }
}
.Page__news__container__food .Pager .next {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .next {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.Page__news__container__food .Pager .next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/news-allow.png) no-repeat center/contain;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .next::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 40%;
    transform: translateY(-50%);
  }
}
.Page__news__container__food .Pager .prev {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .prev {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.Page__news__container__food .Pager .prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/news/pager_left.png) no-repeat center/contain;
}
@media screen and (max-width: 1025px) {
  .Page__news__container__food .Pager .prev::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 40%;
    transform: translateY(-50%);
  }
}

.Page__contact {
  background-color: #fff;
}
.Page__contact__container {
  padding: 8rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container {
    padding: 0;
  }
}
.Page__contact__container__head p {
  font-size: 1.9rem;
  line-height: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__head p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
.Page__contact__container__flex {
  display: flex;
  padding: 7rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex {
    flex-direction: column;
  }
}
.Page__contact__container__flex .Title {
  border-bottom: 1px solid #D4D7DE;
  padding-bottom: 5rem;
}
.Page__contact__container__flex .Title p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.Page__contact__container__flex__tel {
  width: 30%;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__tel {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.Page__contact__container__flex__tel .Title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__tel .Title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.Page__contact__container__flex__tel .tel_number a {
  color: #00355F;
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 4.5rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  color: #01355F;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__tel .tel_number a {
    font-size: 2.5rem;
    line-height: 4.3rem;
  }
}
.Page__contact__container__flex__tel .tel_number span {
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: #00355F;
  color: #01355F;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__tel .tel_number span {
    font-size: 1rem;
    line-height: 3.5rem;
  }
}
.Page__contact__container__flex__form {
  width: 70%;
  padding-left: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form {
    width: 100%;
    padding-left: 0;
  }
}
.Page__contact__container__flex__form .Title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .Title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.Page__contact__container__flex__form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.Page__contact__container__flex__form .form-group .required {
  position: absolute;
  top: 2.6rem;
  right: 2rem;
  font-size: 1.5rem;
  color: #E11C24;
  line-height: 1.5rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .form-group .required {
    top: 2.3rem;
  }
}
.Page__contact__container__flex__form input[type=text],
.Page__contact__container__flex__form input[type=email],
.Page__contact__container__flex__form input[type=tel],
.Page__contact__container__flex__form textarea,
.Page__contact__container__flex__form select {
  width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  padding: 2rem 6rem 2rem 3rem !important;
  background-color: #F6F6F6;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form input[type=text],
  .Page__contact__container__flex__form input[type=email],
  .Page__contact__container__flex__form input[type=tel],
  .Page__contact__container__flex__form textarea,
  .Page__contact__container__flex__form select {
    font-size: 1.6rem;
    padding: 1.5rem 2rem !important;
    background-color: #fff;
    border: 1px solid #D3D7DF !important;
  }
}
.Page__contact__container__flex__form input[type=text]::placeholder,
.Page__contact__container__flex__form input[type=email]::placeholder,
.Page__contact__container__flex__form input[type=tel]::placeholder,
.Page__contact__container__flex__form textarea::placeholder,
.Page__contact__container__flex__form select::placeholder {
  color: #ABB9C2;
}
.Page__contact__container__flex__form input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
}
.Page__contact__container__flex__form input[type=checkbox]:checked:before {
  position: absolute;
  top: -0.5rem;
  left: 0.7rem;
  transform: rotate(50deg);
  width: 0.6rem;
  height: 1.4rem;
  border-right: 2px solid #00355F;
  border-bottom: 2px solid #00355F;
  content: "";
}
.Page__contact__container__flex__form .privacy-group {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .privacy-group {
    margin: 2rem 0;
  }
}
.Page__contact__container__flex__form textarea {
  height: 100px;
  background-color: #F6F6F6;
  padding: 2rem 3rem;
  height: 34rem;
  border: none !important;
  resize: none;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form textarea {
    padding: 1.5rem 2rem;
    height: 18rem;
    background-color: #fff;
    border: 1px solid #D3D7DF !important;
  }
}
.Page__contact__container__flex__form .privacy {
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .privacy {
    font-size: 1.2rem;
  }
}
.Page__contact__container__flex__form .privacy a {
  color: #0044cc;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .privacy a {
    font-size: 1.2rem;
  }
}
.Page__contact__container__flex__form #submit, .Page__contact__container__flex__form .prev_1 {
  background-color: #00355F;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  height: 8.5rem !important;
  line-height: 6.5rem !important;
  width: 100% !important;
  border-radius: 4.5rem !important;
  font-size: 1.9rem !important;
  letter-spacing: 0.12rem !important;
  font-weight: bold !important;
  display: block !important;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form #submit, .Page__contact__container__flex__form .prev_1 {
    height: 6.2rem !important;
    font-size: 1.5rem !important;
    line-height: 4.2rem !important;
    font-weight: bold !important;
  }
}
.Page__contact__container__flex__form #submit:hover {
  opacity: 0.7;
}
.Page__contact__container__flex__form .required {
  color: red;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .Page__contact__container__flex__form .required {
    font-size: 1rem;
  }
}

.wpcf7-previous {
  background-color: #00355F !important;
}

.wpcf7 {
  background-color: #fff !important;
  border: none !important;
}

.privacy-group p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpcf7 select {
  width: 100% !important;
  max-width: 100% !important;
  padding: 2.5rem 3rem !important;
  background-color: #fff !important;
  border: 1px solid #D4D7DE !important;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .wpcf7 select {
    padding: 2rem 2rem !important;
  }
}

.select_box {
  position: relative;
}
.select_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/allow_bottom.png) no-repeat center/contain;
  z-index: 1;
}

.wpcf7 form {
  margin: 0 !important;
}

.form-group p {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 1025px) {
  .form-group p {
    font-size: 1.6rem;
  }
}

.form-group span {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 3rem;
  font-weight: bold;
  line-height: 2.9rem;
  color: #00355F;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1025px) {
  .form-group span {
    font-size: 1.6rem;
  }
}

.submit-1 {
  background-color: #EC881E !important;
}

.Page-thanks__container {
  padding: 10rem 4rem;
  max-width: 2000rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .Page-thanks__container {
    padding: 2rem 0rem 5rem 0;
    width: 100%;
  }
}
.Page-thanks__container__content__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (max-width: 1025px) {
  .Page-thanks__container__content__title {
    font-size: 2rem;
  }
}
.Page-thanks__container__content__text {
  font-size: 1.9rem;
  margin-bottom: 4rem;
  text-align: left;
  line-height: 4rem;
}
@media screen and (max-width: 1025px) {
  .Page-thanks__container__content__text {
    font-size: 1.5rem;
  }
}
.Page-thanks__container__content .btn-2 {
  background-color: #00355F !important;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  height: 8.5rem !important;
  line-height: 8.5rem !important;
  border-radius: 4.5rem !important;
  font-size: 1.9rem !important;
  letter-spacing: 0.12rem !important;
  font-weight: bold !important;
  display: block;
  width: 31rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 3rem;
}
@media screen and (max-width: 1025px) {
  .Page-thanks__container__content .btn-2 {
    height: 6.2rem !important;
    font-size: 1.5rem !important;
    line-height: 6.2rem !important;
    font-weight: bold !important;
    width: 100% !important;
  }
}

.wpcf7-response-output {
  font-size: 1.6rem !important;
  line-height: 2rem;
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7 .wpcf7-not-valid {
  background-color: #F6F6F6 !important;
}