@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: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic" !important;
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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

.sp {
  display: none !important;
}

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

.Inner {
  max-width: 1200px;
  min-width: auto;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

body {
  overflow-x: hidden;
}

.Btn {
  background: linear-gradient(to right, #E27936, #EA3928);
  max-width: 92.3rem;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Btn {
    max-width: 75.6rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-sizing: border-box;
    width: calc(100% - 0rem);
    margin: 0 auto;
  }
}
.Btn:hover {
  opacity: 0.6;
}
.Btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../top_images/cv_allow_btn.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Btn::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.Btn__head {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Btn__head {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.Btn__body {
  display: flex;
  align-items: center;
  font-size: 8.4rem;
  color: #ffff00;
  font-weight: bold;
}
.Btn__body img {
  width: 9rem;
  height: 6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .Btn__body img {
    width: 4rem;
    height: 2.7rem;
    margin-right: 0.8rem;
  }
}
.Btn__body .muryou {
  display: flex;
  flex-direction: column;
}
.Btn__body .muryou .min {
  font-size: 2.1rem;
  color: #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Btn__body .muryou .min {
    font-size: 1.2rem;
  }
}
.Btn__body .muryou .big {
  font-size: 3.1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Btn__body .muryou .big {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .Btn__body {
    font-size: 2.8rem;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

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

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

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

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

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（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; /*ドットボタンの現在地表示の色*/
}

.Title__box {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 5.8rem;
  margin-bottom: 2rem;
  background-color: #ffff00;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 3rem;
  margin-bottom: 5rem;
  box-shadow: 9px 7px 0px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .Title__box {
    font-size: 2.8rem;
    line-height: 3.8rem;
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 6px 5px 0px 0px rgb(0, 0, 0);
  }
}
.Title__box::after {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  right: -3rem;
  z-index: 1;
  width: 4rem;
  height: 4.5rem;
  background: url(../top_images/kuripu_icon.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Title__box::after {
    top: -2rem;
    right: -2rem;
    width: 3rem;
    height: 3.5rem;
  }
}

.Title__title {
  font-size: 3.8rem;
  color: #000;
  font-weight: bold;
  line-height: 4.6rem;
  letter-spacing: 0.02rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Title__title {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    width: fit-content;
    margin-inline: auto;
  }
}
.Title__title span {
  color: #ed1c24;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4.6rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 768px) {
  .Title__title span {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.Title__dis {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Title__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.Sub {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  color: #808080;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Sub {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
  }
}

.Header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0rem 1rem;
}
.Header__container__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header__container__left__logo {
  width: 25.6rem;
  display: block;
  margin-right: 2rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__left__logo {
    width: 20.48rem;
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__left__logo {
    width: 13rem;
  }
}
.Header__container__left__logo img {
  width: 100%;
}
.Header__container__right {
  display: flex;
  align-items: center;
}
.Header__container__right__card {
  width: 45rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__card {
    width: 36rem;
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__card {
    display: none;
  }
}
.Header__container__right__card img {
  width: 100%;
}
.Header__container__right__number {
  background-color: #C1272D;
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__number {
    padding: 0.88rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__number {
    align-items: center;
    flex-direction: row;
    padding: 1.5rem 1rem;
  }
}
.Header__container__right__number .min {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__number .min {
    font-size: 1.12rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__number .min {
    display: none;
  }
}
.Header__container__right__number img {
  width: 12rem;
  height: 3.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__number img {
    width: 9.6rem;
    height: 2.8rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__number img {
    width: 3rem;
    height: 2rem;
    display: block;
    margin-right: 0.5rem;
  }
}
.Header__container__right__number .tel {
  font-size: 4.1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__number .tel {
    font-size: 3.28rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__number .tel {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
}
.Header__container__right__tel {
  height: 8.7rem;
  width: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffde00;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__tel {
    width: 6.96rem;
    height: 6.96rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__tel {
    width: 5rem;
    height: 5rem;
  }
}
.Header__container__right__tel img {
  width: 4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__tel img {
    width: 3.2rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__tel img {
    width: 2rem;
    height: 1.5rem;
  }
}
.Header__container__right__tel span {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.4rem;
}
@media screen and (max-width: 1280px) {
  .Header__container__right__tel span {
    font-size: 0.96rem;
    line-height: 1.12rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__right__tel span {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.Fv {
  position: relative;
}
.Fv__container {
  width: 100%;
  height: auto;
}
.Fv__container img {
  width: 100%;
  height: auto;
}
.Fv .Btn {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .Fv .Btn {
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .Fv .Btn {
    bottom: 1.5rem;
    width: calc(100% - 4rem);
  }
}
.Fv .Btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 15rem;
  height: 15rem;
  background: url(../top_images/star.webp) no-repeat center/contain;
}

.Fv__shita {
  background: url(../top_images/fv_shita.webp) no-repeat top center/cover;
  margin-top: -0.1rem;
  position: relative;
}
.Fv__shita::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 4rem solid #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Fv__shita::after {
    bottom: -2.5rem;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 2.5rem solid #fff;
  }
}
.Fv__shita__container {
  padding: 5rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container {
    padding: 3rem 0 2rem 0;
  }
}
.Fv__shita__container__head {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__head {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
.Fv__shita__container__head__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__head__text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Fv__shita__container__head__text__dis {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__head__text__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.Fv__shita__container__head__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__head__img {
    width: 100%;
    margin-right: -2rem;
  }
}
.Fv__shita__container__head__img img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__head__img img {
    width: calc(100% + 2rem);
    margin-right: 0;
  }
}
.Fv__shita__container__body {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Fv__shita__container__body {
    margin-bottom: 2rem;
  }
}
.Fv__shita__container__body img {
  width: 100%;
}
.Fv__shita__container__food .Title__title {
  text-align: center;
}
.Fv__shita__container__food .Title__dis {
  text-align: center;
}

.Case {
  background: url(../top_images/case_bg.webp) no-repeat center/cover;
  padding: 7rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Case {
    padding: 4rem 0;
  }
}
.Case::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 4rem solid #D6F1FC;
}
@media screen and (max-width: 768px) {
  .Case::after {
    bottom: -2.5rem;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 2.5rem solid #D6F1FC;
  }
}
.Case__container__content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Case__container__content {
    flex-direction: column;
  }
}
.Case__container__content__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Case__container__content__item {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
}
.Case__container__content__item img {
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Case__container__content__item img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }
}
.Case__container__content__item p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Case__container__content__item p {
    font-size: 1.8rem;
  }
}
.Case__container__content__item:nth-child(1), .Case__container__content__item:nth-child(4) {
  width: 40%;
}
.Case__container__content__item:nth-child(2), .Case__container__content__item:nth-child(5) {
  width: 35%;
}
.Case__container__content__item:nth-child(3), .Case__container__content__item:nth-child(6) {
  width: 25%;
}

.Possible {
  background: url(../top_images/possible_bg.webp) no-repeat top center/cover;
}
.Possible__container {
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .Possible__container {
    padding: 4rem 0;
  }
}
.Possible__container__title {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Possible__container__title {
    margin-bottom: 2.5rem;
  }
}
.Possible__container__title .min {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 5.6rem;
}
@media screen and (max-width: 768px) {
  .Possible__container__title .min {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}
.Possible__container__title .big {
  color: #ed1c24;
  font-size: 5.4rem;
  padding-bottom: 0rem;
  border-bottom: 0.7rem solid #ed1c24;
  font-weight: bold;
  line-height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .Possible__container__title .big {
    font-size: 3.3rem;
    line-height: 4.2rem;
    border-bottom: 0.5rem solid #ed1c24;
  }
}
.Possible__container__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 10rem;
  height: 10rem;
  background: url(../top_images/possible_left.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Possible__container__title::before {
    width: 6rem;
    height: 6rem;
  }
}
.Possible__container__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 10rem;
  height: 10rem;
  background: url(../top_images/possible_right.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Possible__container__title::after {
    width: 6rem;
    height: 6rem;
  }
}
.Possible__container__content {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Possible__container__content {
    margin-bottom: 3rem;
  }
}
.Possible__container__content img {
  width: 100%;
}
.Possible__container__food img {
  width: 100%;
}

.Trouble {
  background-color: #d6f1fc;
  position: relative;
  z-index: -1;
}
.Trouble::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 4rem solid #D6F1FC;
}
@media screen and (max-width: 768px) {
  .Trouble::after {
    bottom: -2.5rem;
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 2.5rem solid #D6F1FC;
  }
}
.Trouble__container {
  padding: 7rem 0;
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .Trouble__container {
    padding: 4rem 0;
    margin-top: -2.5rem;
  }
}
.Trouble__container__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Trouble__container__wrap__item {
  width: calc(33.333% - 2rem);
  margin-bottom: 3rem;
  box-shadow: 9px 7px 17px 0px rgba(0, 0, 0, 0.6);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .Trouble__container__wrap__item {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
    box-shadow: 6px 5px 12px 0px rgba(0, 0, 0, 0.6);
    border-radius: 1.5rem;
  }
}
.Trouble__container__wrap__item__head {
  background-color: #ffff00;
  border-radius: 1rem 1rem 0 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .Trouble__container__wrap__item__head {
    padding: 1rem 0;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.Trouble__container__wrap__item__head h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .Trouble__container__wrap__item__head h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
}
.Trouble__container__wrap__item__img {
  width: 100%;
}
.Trouble__container__wrap__item__img img {
  aspect-ratio: 5/3;
  width: 100%;
}
.Trouble__container__wrap__item__text {
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .Trouble__container__wrap__item__text {
    padding: 1rem 1.5rem;
    border-radius: 0 0 0.8rem 0.8rem;
    height: 9.5rem;
  }
}
.Trouble__container__wrap__item__text li {
  list-style-position: inside;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .Trouble__container__wrap__item__text li {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.Omakase__container {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .Omakase__container {
    padding: 3rem 0;
  }
}
.Omakase__container__title {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 5.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Omakase__container__title {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 2.5rem;
  }
}
.Omakase__container__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Omakase__container__wrap {
    margin-bottom: 3rem;
    gap: 1.5rem;
  }
}
.Omakase__container__wrap__item {
  display: flex;
  align-items: center;
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .Omakase__container__wrap__item {
    width: calc(50% - 0.75rem);
  }
}
.Omakase__container__wrap__item img {
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Omakase__container__wrap__item img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }
}
.Omakase__container__wrap__item p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .Omakase__container__wrap__item p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.Omakase__container__content {
  width: 100%;
  display: block;
  border-radius: 5rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 768px) {
  .Omakase__container__content {
    border-radius: 3rem;
    margin-bottom: -6rem;
  }
}
.Omakase__container__content:hover {
  opacity: 0.6;
}
.Omakase__container__content img {
  width: 100%;
  height: 100%;
}

.Flow {
  background: url(../top_images/flow_bg.webp) no-repeat top center/cover;
}
.Flow__container {
  padding: 12rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
  .Flow__container {
    padding: 6rem 0 4rem 0;
  }
}
.Flow__container .Title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Flow__container .Title {
    margin-bottom: 3rem;
  }
}
.Flow__container .Title .Sub {
  color: #fff;
}
.Flow__container .Title__title {
  text-align: center;
  font-size: 5.6rem;
  color: #ffff00;
  line-height: 7rem;
}
@media screen and (max-width: 768px) {
  .Flow__container .Title__title {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
.Flow__container .Title__yellow {
  text-align: center;
  font-size: 2.4rem;
  background: #ffff00;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Flow__container .Title__yellow {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
.Flow__container .Title__dis {
  text-align: center;
  color: white;
}
.Flow__container__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap {
    flex-direction: column;
  }
}
.Flow__container__wrap .allow {
  width: 3rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap .allow {
    width: 2rem;
    margin: 1rem 0;
    transform: rotate(90deg);
  }
}
.Flow__container__wrap .allow img {
  width: 100%;
}
.Flow__container__wrap__item {
  margin-bottom: 3rem;
  border: 0.3rem solid #ffff00;
  border-radius: 1rem;
  width: calc(33.333% - 7rem);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item {
    width: 100%;
    margin-bottom: 0;
    border: 0.2rem solid #ffff00;
  }
}
.Flow__container__wrap__item__head {
  background-color: #ffff00;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__head {
    padding: 1rem 1.5rem;
  }
}
.Flow__container__wrap__item__head h3 {
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__head h3 {
    font-size: 1.4rem;
  }
}
.Flow__container__wrap__item__head h3 span {
  background-color: #000000;
  color: #ffff00;
  border-radius: 50%;
  margin-right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__head h3 span {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.Flow__container__wrap__item__img img {
  width: 100%;
}
.Flow__container__wrap__item__food {
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__food {
    padding: 1.5rem;
  }
}
.Flow__container__wrap__item__food p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__food p {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.Flow__container__wrap__item__food p:first-of-type {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #000;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__food p:first-of-type {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.Flow__container__wrap__item__food p span {
  color: #ed1c24;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__food p span {
    font-size: 1.3rem;
  }
}

.Pricing {
  overflow-x: hidden;
}
.Pricing__container {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .Pricing__container {
    padding: 2rem 0;
  }
}
.Pricing__container .Title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Pricing__container .Title {
    margin-bottom: 3rem;
  }
}
.Pricing__container .Title__title {
  text-align: center;
  font-size: 4.3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .Pricing__container .Title__title {
    font-size: 2.8rem;
  }
}
.Pricing__container__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap {
    flex-direction: column;
  }
}
.Pricing__container__wrap__text {
  width: 50%;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__text {
    width: 100%;
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.Pricing__container__wrap__text .Title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__text .Title {
    margin-bottom: 1.5rem;
  }
}
.Pricing__container__wrap__text .Title__title {
  text-align: left;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__text .Title__title {
    font-size: 2.4rem;
  }
}
.Pricing__container__wrap__text__img {
  width: 100%;
}
.Pricing__container__wrap__text__img img {
  width: 100%;
}
.Pricing__container__wrap__img {
  width: 50%;
  padding-left: 5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__img {
    width: 100%;
    padding-left: 0;
  }
}
.Pricing__container__wrap__img img {
  width: 50vw;
  margin-right: calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__img img {
    width: 100%;
    margin-right: 0;
  }
}

.Payment {
  background-color: #ffff00;
}
.Payment__container {
  padding: 5rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
  .Payment__container {
    padding: 3rem 0 3rem 0;
  }
}
.Payment__container .Title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Payment__container .Title {
    margin-bottom: 2.5rem;
  }
}
.Payment__container .Title__title {
  text-align: center;
}
.Payment__container .Title__dis {
  text-align: center;
}
.Payment__container__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Payment__container__wrap {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.Payment__container__wrap__item {
  width: calc(25% - 1rem);
}
@media screen and (max-width: 768px) {
  .Payment__container__wrap__item {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}
.Payment__container__wrap__item img {
  width: 100%;
}
.Payment__container__dis {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Payment__container__dis {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
.Payment .Btn {
  margin-bottom: -13rem;
}
@media screen and (max-width: 768px) {
  .Payment .Btn {
    margin-bottom: -8rem;
  }
}

.Safety {
  background: url(../top_images/safety_bg.webp) no-repeat top center/cover;
  position: relative;
  z-index: -2;
}
.Safety__container {
  padding: 14rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
  .Safety__container {
    padding: 7rem 0 3rem 0;
  }
}
.Safety__container .Title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Safety__container .Title {
    margin-bottom: 2rem;
  }
}
.Safety__container .Title__logo {
  width: 39.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Safety__container .Title__logo {
    width: 25rem;
  }
}
.Safety__container .Title__logo img {
  width: 100%;
}
.Safety__container .Title__title {
  text-align: center;
  color: #000;
}
.Safety__container__content__item {
  display: flex;
  margin-bottom: 8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.Safety__container__content__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item:nth-child(even) {
    flex-direction: column;
  }
}
.Safety__container__content__item:nth-child(even) .Safety__container__content__item__text {
  padding-right: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item:nth-child(even) .Safety__container__content__item__text {
    padding-left: 0;
    padding-right: 0;
  }
}
.Safety__container__content__item:nth-child(even) .Safety__container__content__item__img {
  padding-left: 0;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item:nth-child(even) .Safety__container__content__item__img {
    padding-right: 0;
    padding-left: 0;
  }
}
.Safety__container__content__item:nth-child(even) .Safety__container__content__item__img img {
  margin-right: 0;
  margin-left: calc(100% - 50vw);
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item:nth-child(even) .Safety__container__content__item__img img {
    margin-left: 0;
    margin-left: -2rem;
  }
}
.Safety__container__content__item__text {
  width: 50%;
  padding-right: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.Safety__container__content__item__text__number {
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__text__number {
    height: 6rem;
  }
}
.Safety__container__content__item__text__number img {
  height: 100%;
}
.Safety__container__content__item__text__title {
  font-size: 3.8rem;
  line-height: 5.1rem;
  color: #ed1c24;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__text__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
  }
}
.Safety__container__content__item__text__dis {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__text__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.Safety__container__content__item__img {
  width: 50%;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__img {
    width: 100%;
    padding-left: 0;
  }
}
.Safety__container__content__item__img img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .Safety__container__content__item__img img {
    width: calc(100% + 2rem);
    margin-right: 0;
  }
}
.Safety__container .Safety__container__content__item__text__01 {
  z-index: 0;
  position: relative;
}
.Safety__container .Safety__container__content__item__text__01::before {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  right: 8rem;
  transform: translateY(-50%);
  width: 32.6rem;
  z-index: -1;
  height: 35.6rem;
  background: url(../top_images/map.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Safety__container .Safety__container__content__item__text__01::before {
    width: 20rem;
    height: 22rem;
    right: 4rem;
    top: 70%;
  }
}
.Safety__quality {
  background: url(../top_images/quality_bg.webp) no-repeat top center/cover;
  padding-bottom: 60rem;
  padding-top: 25rem;
  margin-top: -25rem;
}
@media screen and (max-width: 768px) {
  .Safety__quality {
    padding: 0 2rem;
    padding-bottom: 30rem;
    padding-top: 15rem;
    margin-top: -15rem;
  }
}
.Safety__quality .Title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Safety__quality .Title {
    margin-bottom: 1.5rem;
  }
}
.Safety__quality .Title__title {
  text-align: center;
}
.Safety__quality .Title__dis {
  text-align: center;
}
.Safety__quality__dis {
  color: #ed1c24;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Safety__quality__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

body {
  overflow-x: hidden;
}

.Area {
  position: relative;
  z-index: 0;
}
.Area__container {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Area__container {
    padding: 3rem 0;
  }
}
.Area__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10rem;
  transform: translateY(-50%);
  width: 57.2rem;
  height: 67.2rem;
  z-index: 0;
  background: url(../top_images/map_02.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Area__container::before {
    width: 30rem;
    height: 35rem;
    right: 0rem;
    top: 20%;
  }
}
.Area__container__ttl {
  font-size: 4.3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Area__container__ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.Area__container__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 88rem;
  z-index: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Area__container__content {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.Area__container__content__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .Area__container__content__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Area__container__content__item__head {
  background-color: #000;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .Area__container__content__item__head {
    padding: 0.8rem;
  }
}
.Area__container__content__item__head h3 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Area__container__content__item__head h3 {
    font-size: 1.6rem;
  }
}
.Area__container__content__item__body {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .Area__container__content__item__body {
    padding: 1rem;
  }
}
.Area__container__content__item__body li {
  font-size: 1.9rem;
  line-height: 2rem;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 0.1rem solid #000;
  list-style-type: none;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Area__container__content__item__body li {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

.Faq__container .Title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Faq__container .Title {
    margin-bottom: 2rem;
  }
}
.Faq__container .Title__title {
  text-align: center;
}
.Faq__container__content .Item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item {
    margin-bottom: 2rem;
  }
}
.Faq__container__content .Item__q {
  background-color: #ffff00;
  padding: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__q {
    padding: 1.5rem 2rem;
  }
}
.Faq__container__content .Item__q h3 {
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__q h3 {
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }
}
.Faq__container__content .Item__q h3::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 40%;
  left: -1rem;
  transform: translateY(-50%);
  font-size: 4.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__q h3::before {
    font-size: 3rem;
    left: -0.5rem;
  }
}
.Faq__container__content .Item__a {
  background-color: #e6e6e6;
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__a {
    padding: 2rem 2rem;
  }
}
.Faq__container__content .Item__a p {
  font-size: 2.1rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__a p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 0.5rem;
    padding-left: 3.5rem;
  }
}
.Faq__container__content .Item__a p::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  font-size: 4.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Faq__container__content .Item__a p::before {
    font-size: 3rem;
  }
}

.Service {
  background: url(../top_images/service_bg.webp) no-repeat top center/cover;
}
.Service__container {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .Service__container {
    padding: 3rem 0;
  }
}
.Service__container .Title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Service__container .Title {
    margin-bottom: 3rem;
  }
}
.Service__container .Title__title {
  text-align: center;
}
.Service__container__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.Service__container__content__item {
  width: calc(33.333% - 3rem);
  box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.6);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item {
    width: calc(50% - 1rem);
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.6);
  }
}
.Service__container__content__item__head {
  background-color: #fcee21;
  padding: 1rem 0;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__head {
    padding: 0.8rem 0;
  }
}
.Service__container__content__item__head h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__head h3 {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
.Service__container__content__item__img {
  width: 100%;
}
.Service__container__content__item__img img {
  width: 100%;
}
.Service__container__content__item__text {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__text {
    padding: 1rem;
  }
}
.Service__container__content__item__text__list {
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__text__list {
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
  }
}
.Service__container__content__item__text__list li {
  list-style-type: none;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 0.1rem solid #000;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__text__list li {
    font-size: 1.2rem;
    margin-right: 0.6rem;
    padding-right: 0.6rem;
  }
}
.Service__container__content__item__text__price {
  text-align: center;
}
.Service__container__content__item__text__price p {
  color: #ed1c24;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__text__price p {
    font-size: 1.2rem;
  }
}
.Service__container__content__item__text__price p span {
  color: #ed1c24;
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Service__container__content__item__text__price p span {
    font-size: 3rem;
  }
}
.Service__container__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cv_btn {
  position: relative;
  text-decoration: none;
}
.cv_btn span {
  color: #ffff00;
  font-size: 2.8rem;
  font-weight: bold;
  top: 37%;
  left: 33%;
  position: absolute;

  @media (min-width: 768px) {
    font-size: 8.4rem;
      top: 38%;
      left: 34%;
  }
}
.Service__container__btn img {
  width: 100%;
}
.Service__container__btn:hover {
  opacity: 0.7;
  transition: all 300ms;
  color: #000;
}
.Service__content__note {
  color: #ed1c24;
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 768px) {
  .Service__content__note {
    font-size: 12px;
  }
}

.Footer {
  background-color: #ffff00;
}
.Footer__container {
  display: flex;
  padding: 5rem 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Footer__container {
    flex-direction: column;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .Footer__container__left {
    margin-bottom: 2rem;
  }
}
.Footer__container__left__logo {
  text-decoration: none;
  display: block;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__logo {
    padding: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.Footer__container__left__logo img {
  width: 100%;
}
.Footer__container__left__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__wrap__left {
    margin-bottom: 1rem;
  }
}
.Footer__container__left__wrap__left p {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__wrap__left p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.Footer__container__left__wrap__box p {
  color: #ffff00;
  background: #ed1c24;
  padding: 1rem;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__wrap__box p {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
.Footer__container__left__tel {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel {
    margin-bottom: 1.5rem;
  }
}
.Footer__container__left__tel__icon {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__icon {
    margin-right: 0.8rem;
  }
}
.Footer__container__left__tel__icon img {
  width: 4rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__icon img {
    width: 3rem;
    height: 2.2rem;
  }
}
.Footer__container__left__tel__muryou {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__muryou {
    margin-right: 0.8rem;
  }
}
.Footer__container__left__tel__muryou .min {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__muryou .min {
    font-size: 1.1rem;
  }
}
.Footer__container__left__tel__muryou .big {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__muryou .big {
    font-size: 1.6rem;
  }
}
.Footer__container__left__tel__number {
  font-size: 5.2rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__tel__number {
    font-size: 3.5rem;
  }
}
.Footer__container__left__copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__left__copy {
    font-size: 1rem;
  }
}
.Footer__container__right__nav li {
  margin-right: 3rem;
  margin-bottom: 1rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .Footer__container__right__nav li {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.Footer__container__right__nav li a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer__container__right__nav li a {
    font-size: 1.2rem;
  }
}
.Footer__container__right__nav li a::before {
  content: "-";
  display: block;
  position: absolute;
  top: 45%;
  left: 0px;
  transform: translateY(-50%);
}

.SP-fiexd {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.SP-fiexd.is-visible {
  opacity: 1;
  visibility: visible;
}

.Fiexd {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  z-index: 100;
}